@charset "utf-8";

/******************************
  common
******************************/
body:has(.mv_modal.is-show),
body:has(.mv_modal-alert.is-show),
body:has(.process_modal.is-show){
  overflow: hidden;
}
.container {
  width: 100%;
}
.pane-main {
  max-width: initial;
  padding-top: 0;
}

.pane-footer {
  position: relative;
  z-index: 2;
}
.pane-contents {
  padding-bottom: 0;
}
.pane-right-menu {
  display: none;
}

.block-recent-item {
  display: none;
}


[data-browse-mode="P"] .sp {
   display: none; 
}
[data-browse-mode="S"] .pc {
   display: none; 
}

[data-browse-mode="S"] .block-event-page {
  padding: 0;
}

/******************************
  mv
******************************/
.h1.block-event-page--header {
  display: none;
}
.mv {
  position: relative;
  min-width: 1440px;
}
.mv h1 {
  width: 100%;
}
.mv h1 img {
  width: 100%;
}
.mv_content {
  position: absolute;
  top: 25vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .mv_content {
    top: 345px;
    width: calc(100% - 30px);
  }
}
.mv_modal-btn {
  margin: 15px auto 0;
  width: 800px;
  height: 90px;
  line-height: 90px;
  background: #2F394C;
  color: #fff;
  border-radius: 45px;
  font-size: 30px;
  position: relative;
  pointer-events:none;
}
.mv_modal-btn-alert {
   margin: 30px auto 0;
   width: 800px;
   height: 60px;
   line-height: 60px;
   background: #fff;
   color: #E50000;
   border-radius: 30px;
   font-size: 22px;
   position: relative;
   cursor: pointer;
}
.mv_modal-btn.is-active {
  cursor: pointer;
  pointer-events:auto;
}
.mv_modal-btn::before {
  content:"";
  background: url(/shop_assets/img/event/yearend/icon_mv_modal.png);
  width: 28px;
  height: 26px;
  display: inline-block;
  background-size: cover;
  margin-right: 8px;
}
.mv_modal-btn::after {
  content:"";
  background: url(/shop_assets/img/event/yearend/icon_plus.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mv_modal-btn-alert::after {
  content:"";
  background: url(/shop_assets/img/event/yearend/icon_plus_red.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.mv_link {
  margin-top: 24px;
  display: block;
  color: #fff;
  font-size: 22px;
  text-decoration: underline;
}

[data-browse-mode="S"] .mv {
  min-width: initial;
  width: 100%;
}
[data-browse-mode="S"] .mv_content {
  top: calc(320 / 375 * 100vw);
  width: calc(100% - 30px);
}
[data-browse-mode="S"] .mv_modal-btn {
  width: 100%;
  height: calc(50 / 375 * 100vw);
  line-height: calc(53 / 375 * 100vw);
  font-size: calc(16 / 375 * 100vw);
  margin-top: calc(9 / 375 * 100vw);
  padding-right: calc(15 / 375 * 100vw);
}
[data-browse-mode="S"] .mv_modal-btn::before {
  width: calc(16 / 375 * 100vw);
  height: calc(15 / 375 * 100vw);
  background: url(/shop_assets/img/event/yearend/icon_mv_modal_sp.png);
  background-size: cover;
  margin-right: calc(4 / 375 * 100vw);
}
[data-browse-mode="S"] .mv_modal-btn::after {
  background: url(/shop_assets/img/event/yearend/icon_plus_sp.png);
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background-size: cover;
  right: calc(15 / 375 * 100vw);
}
[data-browse-mode="S"] .mv_link {
  font-size: calc(13 / 375 * 100vw);
  margin-top: calc(12 / 375 * 100vw);
}
[data-browse-mode="S"] .mv_modal-btn-alert {
   width: 100%;
  height: calc(34 / 375 * 100vw);
  line-height: calc(36 / 375 * 100vw);
  font-size: calc(13 / 375 * 100vw);
  margin-top: calc(32 / 375 * 100vw);
  padding-right: calc(15 / 375 * 100vw);
}
[data-browse-mode="S"] .mv_modal-btn-alert::after {
  background: url(/shop_assets/img/event/yearend/icon_plus_red_sp.png);
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  background-size: cover;
  right: calc(15 / 375 * 100vw);
}

/******************************
  countdown
******************************/
.countdown {
  font-family: "Yu Mincho", "YuMincho";
}

.countdown_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0087C9;
  font-weight: bold;
}

.countdown_ttl::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 2px;
  margin-right: 3px;
  background: #0087C9;
  transform: rotate(58deg);
  position: relative;
  top: 2px;
}

.countdown_ttl::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 2px;
  margin-left: 3px;
  background: #0087C9;
  transform: rotate(-58deg);
  position: relative;
  top: 2px;
}

.countdown_box {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  width: auto;
  /* margin: 24px auto 0; */
}

.countdown_box .bloc-time {
  display: flex;
  align-items: flex-end;
  text-align: center;
  margin-right: 20px;
  flex-wrap: wrap;
  width: 168px;
  justify-content: center;
  position: relative;
}
.countdown_box .bloc-time::after {
  content:":";
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 70px;
  right: -20px;
}
.countdown_box .bloc-time:last-of-type::after {
  content: none;
}

.countdown_box .bloc-time:nth-of-type(2) {
  /* margin-right: 12px; */
}

.countdown_box .bloc-time:last-child {
  margin-right: 0;
}

.countdown_box .figure {
  position: relative;
  height: 130px;
  width: 80px;
  margin-right: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(138, 97, 5, 0.7);
}

.countdown_box .figure:last-child {
  margin-right: 0;
}

.countdown_box .figure>span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 100px;
  font-weight: bold;
  color: #03141C;
  line-height: 130px;
}

.countdown_box .figure .top::after,
.countdown_box .figure .bottom-back::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.countdown_box .figure .top {
  z-index: 3;
  background-color: #fff;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}

.countdown_box .figure .bottom {
  z-index: 1;
}

.countdown_box .figure .bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}

.countdown_box .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #fff;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.countdown_box .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.countdown_box .figure .top,
.countdown_box .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.countdown_box .figure .top-back {
  z-index: 4;
  bottom: 0px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.countdown_box .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}

.countdown-txt {
  font-size: 35px;
  color: #fff;
  position: relative;
  top: 7px;
}

.countdown-txt.-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  top: 0;
}

/* countdown pc */
[data-browse-mode="P"] .countdown {
  margin-left: 13px;
}

[data-browse-mode="P"] .countdown_ttl {
  font-size: 20px;
}

/* countdown sp */
[data-browse-mode="S"] .countdown {
}

[data-browse-mode="S"] .countdown_box .figure {
  width: calc(35 / 375 * 100vw);
  height: calc(55 / 375 * 100vw);
  margin-right: calc(3 / 375 * 100vw);
  box-shadow: none;
  border-radius: calc(2 / 375 * 100vw);
}

[data-browse-mode="S"] .countdown_box .figure:nth-of-type(2) {
  margin-right: calc(3 / 375 * 100vw);
}

[data-browse-mode="S"] .countdown_box {
  gap: calc(6 / 375 * 100vw);
}

[data-browse-mode="S"] .countdown_box .bloc-time {
  margin-right: 0px;
  align-items: center;
  width: calc((100% - (18 / 375 * 100vw)) * 4);
}

[data-browse-mode="S"] .countdown_box .bloc-time:last-child {
  margin-right: 0;
}

[data-browse-mode="S"] .countdown-txt {
  font-size: calc(18 / 375 * 100vw);
  line-height: 1;
  letter-spacing: calc(2 / 375 * 100vw);
  top: calc(5 / 375 * 100vw);
}

[data-browse-mode="S"] .countdown_box .figure>span {
  font-size: calc(44 / 375 * 100vw);
  line-height: calc(60 / 375 * 100vw);
}
[data-browse-mode="S"] .countdown_box .bloc-time::after {
  font-size: calc(32 / 375 * 100vw);
  right: calc(-6.5 / 375 * 100vw);
}


/******************************
  MV modal
******************************/
.mv_modal {
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.mv_modal-alert {
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.mv_modal.is-show,
.mv_modal-alert.is-show{
  opacity: 1;
  visibility: visible;
}
.mv_modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}
.mv_modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) translateY(-50%);
  transition: transform 1.2s, opacity 1s, visibility 1s;
  max-width: 880px;
  width: 95%;
  border-radius: 10px;
}
.mv_modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 25px;
  right: 25px;
  border: 1px solid #2F394C;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  background: #fff;
}
.mv_modal-close:before,
.mv_modal-close:after {
  content:"";
  width: 24px;
  height: 1px;
  background: #2F394C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.mv_modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mv_modal-close:hover {
  opacity: 0.7;
}
.mv_modal-inner {
  padding: 50px 40px 45px 50px;
  text-align: center;
  max-height: 80vh;
  overflow-y: auto;
  margin-right: 10px;
}
.mv_modal-ttl {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #2F394C;
}
.mv_modal-ttl::before {
  content:"";
  background: url(/shop_assets/img/event/yearend/icon_yen.png) no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  display: block;
}
.mv_modal-box {
  background: #FFF7E9;
  padding: 25px 20px 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.mv_modal-rest-price-wrapper {
  color: #9C6706;
  border-bottom: 1px solid #9C6706;
  display: inline-flex;
  justify-content: center;
  align-items:self-end;
  line-height:1;
  gap: 10px;
  font-weight: bold;
}
.mv_modal-rest-price {
  font-size: 70px;
}
.mv_modal-rest-price-yen {
  font-size: 50px;
  position: relative;
  bottom: 5px;
}
.mv_modal-box-cautions {
  color: #2F394C;
  font-size: 14px;
  margin-top: 20px;
}
.mv_modal-status {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.mv_modal-total-place-wrapper {
  width: 350px;
  background:#F3F7FC;
  border-radius: 10px;
  padding: 35px;
}
.mv_modal-status-ttl {
  color: #2F394C;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.mv_modal-total-place-inner {
  color: #5072AB;
  font-weight: bold;
  border-bottom: 1px solid #5072AB;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  padding-bottom:5px
}
.mv_modal-total-place {
  font-size: 55px;
}
.mv_modal-total-place-muni {
  font-size: 33px;
  position: relative;
  bottom: 5px;
}
.mv_modal-total-price-wrapper {
  width: 350px;
  background: #FCF3EE;
  border-radius: 10px;
  padding: 35px 10px;
}
.mv_modal-total-price-inner {
  color: #B5511B;
  font-weight: bold;
  border-bottom: 1px solid #B5511B;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  padding-bottom:5px;
  margin-top: 6px;
}
.mv_modal-total-price {
  font-size: 48px;
}
.mv_modal-total-price-yen {
  font-size: 31px;
  position: relative;
  bottom: 5px;
}
.mv_modal-link a {
  width: 500px;
  height: 70px;
  line-height: 70px;
  margin: 35px auto 0;
  display: block;
  background: #2F394C;
  color: #fff;
  font-size: 22px;
  position: relative;
}
.mv_modal-link a:after {
  content:"";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.mv_modal-no-login {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.7);
  border-radius: 10px;
}
.no-login {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.no-login a {
  color: #fff;
  text-decoration: underline;
}


.mv_modal-alert .mv_modal-wrapper {
  width: 730px;
}
.mv_modal-alert-ttl {
  width: 100%;
  color: #E50000;
  border-bottom: 1px solid #E50000;
  font-size: 27px;
  padding-bottom: 10px;
}
.mv_modal-alert-ttl::before {
  display: none;
}
.mv_modal-close.-red {
  border-color: #E50000;
}
.mv_modal-close.-red::before,
.mv_modal-close.-red::after {
  background: #E50000;;
}
.mv_modal-alert-desc {
  text-align: left;
  font-size: 18px;
}

[data-browse-mode="S"] .mv_modal-wrapper {
  max-height: 470px;
}
[data-browse-mode="S"] .mv_modal-close {
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
}
[data-browse-mode="S"] .mv_modal-close::before {
  width: 16px
}
[data-browse-mode="S"] .mv_modal-close::after {
  width: 16px
}
[data-browse-mode="S"] .mv_modal-inner {
  padding: 36px 18px 24px;
}
[data-browse-mode="S"] .mv_modal-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}
[data-browse-mode="S"] .mv_modal-ttl::before {
   background: url(/shop_assets/img/event/yearend/icon_yen_sp.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}
[data-browse-mode="S"] .mv_modal-box {
  padding: 20px 15px 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
[data-browse-mode="S"] .mv_modal-rest-price-wrapper {
  line-height:1;
  gap: 8px;
  padding: 0 10px;
}
[data-browse-mode="S"] .mv_modal-rest-price {
  font-size: 48px;
}
[data-browse-mode="S"] .mv_modal-rest-price-yen {
  font-size: 31px;
  bottom: 5px;
}
[data-browse-mode="S"] .mv_modal-box-cautions {
  font-size: 12px;
  margin-top: 10px;
}
[data-browse-mode="S"] .mv_modal-status {
  gap: 10px;
}
[data-browse-mode="S"] .mv_modal-total-place-wrapper {
  width: calc((100% - 10px) / 2);
  padding: 15px;
}
[data-browse-mode="S"] .mv_modal-status-ttl {
  font-size: 18px;
  margin-bottom: 16px;
}
[data-browse-mode="S"] .mv_modal-total-place-inner {
  line-height: 1;
  padding-bottom:5px;
  gap: 2px;
}
[data-browse-mode="S"] .mv_modal-total-place {
  font-size: 23px;
}
[data-browse-mode="S"] .mv_modal-total-place-muni {
  font-size: 17px;
  bottom: 1px;
}
[data-browse-mode="S"] .mv_modal-total-price-wrapper {
  width: calc((100% - 10px) / 2);
  padding: 15px;
}
[data-browse-mode="S"] .mv_modal-total-price-inner {
  line-height: 1;
  padding-bottom:5px;
  margin-top: 0px;
}
[data-browse-mode="S"] .mv_modal-total-price {
  font-size: 23px;
}
[data-browse-mode="S"] .mv_modal-total-price-yen {
  font-size: 17px;
  bottom: 1px;
}
[data-browse-mode="S"] .mv_modal-link a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 0;
  font-size: 15px;
}
[data-browse-mode="S"] .mv_modal-link a:after {
  width: 10px;
  height: 10px;
}
[data-browse-mode="S"] .no-login {
  font-size: 24px;
}

[data-browse-mode="S"] .mv_modal-alert .mv_modal-wrapper {
  width: 90%;
}
[data-browse-mode="S"] .mv_modal-alert-ttl {
  font-size: 18px;
  padding-bottom: 6px;
}

[data-browse-mode="S"] .mv_modal-alert-desc {
  font-size: 13px;
}


/******************************
  content common
******************************/
.content_inner {
  width: 1400px;
  margin: 0 auto;
}
.content_header {
  text-align: center;
  font-family: "Yu Mincho", "YuMincho";
}
.content_ttl_en {
  color: #C29543;
  font-size: 18px;
  letter-spacing: 0.19em;
}
h2.content_ttl {
  color: #2F394C;
  font-size: 44px;
  margin-top: 0;
}
h2.content_ttl:before {
  content:none;
}

[data-browse-mode="S"] .content_inner {
  width: calc(100% - 20px);
}
[data-browse-mode="S"] .content_ttl_en {
  font-size: 13px;
}
h2.content_ttl {
  font-size: 25px;
}
.bg_skyblue {
  position:relative;
  z-index: 2;
  /* background: #B6DAF3; */
}
.bg_skyblue::before {
  content:"";
  background: url(/shop_assets/img/event/yearend/bg_skyblue.png) no-repeat;
  width: 1920px;
  height: 4192px;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 1921px) {
  .bg_skyblue::before {
    width: 100%;
    height:auto;
    aspect-ratio: 1920 / 4192;
  }
}
.bg_skyblue > div {
  position: relative;
}
[data-browse-mode="S"] .bg_skyblue {
  background: linear-gradient(180deg, #B6DAF3, transparent);
  overflow-x: hidden;
}
[data-browse-mode="S"] .bg_skyblue::before {
  background:  url(/shop_assets/img/event/yearend/bg_skyblue_sp.png?03) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  transform: none;
  background-position: bottom 140px center;
  background-size: cover;
}



/******************************
  ranking
******************************/
.ranking {
  margin-top: -150px;
  position: relative
}
.ranking-switch-content {
  background: #e9e9e9;
}
.ranking_content_overall {
  padding-top: 90px;
}
.ranking_content_category {
  padding-top: 80px;
  padding-bottom: 70px;
}
.js-ranking-content,
.js-ranking-category-content {
  min-height: 480px;
}
.ranking_content .block-ranking-r--items {
  overflow: hidden;
}
.ranking-switch-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-width: 1440px;
}
.ranking-switch-tab ul li {
  width: 265px;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px 5px 0 0;
  background: #2F394C;
}
.ranking-switch-tab ul li.is-active {
  color: #2F394C;
  background: #e9e9e9;
}
.content_category_tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 60px;
}
.content_category_tab ul li {
  border: 1px solid #2F394C;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border-right: none;
  color: #2F394C;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}
.content_category_tab ul li:first-of-type {
  border-radius: 5px 0 0 5px;
}
.content_category_tab ul li:last-of-type {
  border-right: 1px solid #2F394C;
  border-radius: 0 5px 5px 0;
}
.content_category_tab ul li.is-active,
.content_category_tab ul li:hover {
  background: #2F394C;
  color: #fff;
}
.ranking_content-link a {
  display: block;
  width: 500px;
  height: 70px;
  line-height: 70px;
  margin: 40px auto 0;
  background: #2F394C;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.ranking_content-link a:after {
  content:"";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
[data-browse-mode="S"] .ranking {
  margin-top: calc(-100 / 375 * 100vw);
}
[data-browse-mode="S"] .ranking-switch-tab {
  overflow-x: scroll;
  padding: 0 15px;
}
[data-browse-mode="S"] .ranking-switch-tab ul {
  /* flex-wrap: wrap; */
  gap: calc(0 / 375 * 100vw) calc(3 / 375 * 100vw);
  min-width: max-content;
  width: max-content;
  margin: 0 auto;
}
[data-browse-mode="S"] .ranking-switch-tab ul li {
  width: calc(100 / 375 * 100vw);
  height:  calc(57 / 375 * 100vw);
  line-height: calc(20 / 375 * 100vw);
  font-size: calc(14 / 375 * 100vw);
  border-radius: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  display:flex;
  justify-content: center;
  align-items: center;
  padding-bottom: calc(0 / 375 * 100vw);
}
[data-browse-mode="S"] .ranking-switch-tab ul li.is-active {
  background: #fff;
}
[data-browse-mode="S"] .ranking_content_overall {
  padding-top: 50px;
}
[data-browse-mode="S"] .js-ranking-content,
[data-browse-mode="S"] .js-ranking-category-content {
  min-height: 420px;
}
[data-browse-mode="S"] .ranking_content-link a {
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  margin-top: 0;
}
[data-browse-mode="S"] .ranking_content-link a::after {
  width: 10px;
  height: 10px;
}

[data-browse-mode="S"] .ranking_content_category {
  padding-top: 50px;
  padding-bottom: 10px;
}
[data-browse-mode="S"] .content_category_tab ul {
  flex-wrap: wrap;
  width: calc(100% - 40px);
  margin: 15px auto 0;
}
[data-browse-mode="S"] .content_category_tab ul li {
  width: calc(100% / 3);
  font-size: 15px;
  border-right: none;
  border-bottom: none;
}
[data-browse-mode="S"] .content_category_tab ul li:first-of-type {
  border-radius: 5px 0 0 0;
}
[data-browse-mode="S"] .content_category_tab ul li:nth-of-type(3) {
  border-radius: 0 5px 0 0;
}
[data-browse-mode="S"] .content_category_tab ul li:nth-of-type(3n) {
  border-right: 1px solid
}
[data-browse-mode="S"] .content_category_tab ul li:nth-of-type(7) {
  border-radius: 0 0 0 5px;
}
[data-browse-mode="S"] .content_category_tab ul li:nth-of-type(n+7) {
  border-bottom: 1px solid;
}
[data-browse-mode="S"] .content_category_tab ul li:last-of-type {
  border-radius: 0 0 5px 0;
}
[data-browse-mode="S"] .ranking .block-ranking-r--goods-description {
  padding: 8px 10px;
}

.ranking_content-link a {
  display: block;
  width: 500px;
  height: 70px;
  line-height: 70px;
  margin: 40px auto 0;
  background: #2F394C;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.ranking_content-link a:after {
  content:"";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}


/******************************
  process
******************************/
.process {
  padding-top: 100px;
  font-family: "Yu Mincho", "YuMincho";
  z-index: 2;
}
.process_inner {
  background: #fff;
  padding: 70px 150px 80px;
}
.process_desc-wrapper {
  width: fit-content;
  margin: 0 auto;
}
.process_desc {
  font-size: 20px;
  color: #2F394C;
}
.process_desc span.td_ul {
  text-decoration: underline;
  padding: 0 5px;
}
.process_desc span.sm {
  padding-left: 10px;
  color: #A1A1A1;
  font-size: 17px;
}
.process_desc + .process_desc {
  margin-top:5px;
}
.process_img {
  width: 100%;
  margin-top: 30px;
}
.process_img img {
  width: 100%;
  height: auto;
}
.process_content {
  margin-top: 50px;
  display: flex;
  gap: 27px;
}
.process_block {
  width: calc((100% - 27px) / 2);
  border-radius: 10px;
  padding: 24px 50px 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.process_block.-blue {
  background: #5475B1;
}
.process_block.-orange {
  background: #BF551D;
}
.process_block-ttl {
  font-size: 31px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  margin-bottom: 20px;
}
.process_block-ttl span {
  font-size: 46px;
  padding: 0 5px;
}
.process_block-img {
  width: 250px;
  height: 250px;
}
.process_block-img img {
  width: 100%;
  height: auto;
}
.process_block_list {
  align-self: flex-start;
  margin-top: 24px;
  margin-bottom: 20px;
}
.process_block_list li {
  font-size: 18px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px
}
.process_block_list li + li {
  margin-top: 8px
}
.process_block_list li:before {
  content:"";
  background: url(/shop_assets/img/event/yearend/icon_check.png) no-repeat;
  width: 21px;
  height: 20px;
  background-size: contain;
}
.process_block-modal-btn {
  width: 100%;
  height: 60px;
  line-height: 57px;
  text-align: center;
  margin-top: auto;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.process_block-modal-btn::after {
   content:"";
  background: url(/shop_assets/img/event/yearend/icon_plus.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

[data-browse-mode="S"] .process {
  padding-top: 30px;
}
[data-browse-mode="S"] .process_inner {
  padding: 40px 15px 50px;
}
/* [data-browse-mode="S"] .process_desc-wrapper {
  width: fit-content;
  margin: 0 auto;
} */
[data-browse-mode="S"] .process_desc {
  font-size: 16px;
}
[data-browse-mode="S"] .process_desc span.td_ul {
  text-decoration: underline;
  padding: 0 5px;
}
[data-browse-mode="S"] .process_desc span.sm {
  padding-left: 6px;
  font-size: 13px;
}
[data-browse-mode="S"] .process_desc + .process_desc {
  margin-top:5px;
}
[data-browse-mode="S"] .process_img {
  margin-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
}
[data-browse-mode="S"] .process_content {
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 12px;
}
[data-browse-mode="S"] .process_block {
  width: 100%;
  padding: 16px 24px 24px;
}
[data-browse-mode="S"] .process_block-ttl {
  font-size: 21px;
  padding: 0 10px;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .process_block-ttl span {
  font-size: 32px;
  padding: 0px 5px 0px 7px;
}
[data-browse-mode="S"] .process_block-img {
  width: 130px;
  height: 130px;
}
[data-browse-mode="S"] .process_block_list {
  margin-top: 20px;
  margin-bottom: 20px;
}
[data-browse-mode="S"] .process_block_list li {
  font-size: 14px;
  gap: 6px;
  align-items: flex-start;
}
[data-browse-mode="S"] .process_block_list li + li {
  margin-top: 4px
}
[data-browse-mode="S"] .process_block_list li:before {
  content:"";
  background: url(/shop_assets/img/event/yearend/icon_check_sp.png) no-repeat;
  width: 12px;
  height: 11px;
  background-size: contain;
  position: relative;
  top: 6px
}
[data-browse-mode="S"] .process_block-modal-btn {
  height: 40px;
  line-height: 38px;
  border-radius: 30px;
  font-size: 14px;
}
[data-browse-mode="S"] .process_block-modal-btn::after {
  background: url(/shop_assets/img/event/yearend/icon_plus_sp.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  right: 10px;
}



/******************************
  process modal
******************************/
.process_modal {
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.process_modal.is-show {
  opacity: 1;
  visibility: visible;
}
.process_modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}
.process_modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) translateY(calc(-50% + 30px));
  transition: transform 1.2s, opacity 1s, visibility 1s;
  max-width: 750px;
  width: 95%;
  border-radius: 10px;
}
.process_modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 25px;
  right: 25px;
  border: 1px solid #2F394C;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  background: #fff;
}
.process_modal-close:before,
.process_modal-close:after {
  content:"";
  width: 24px;
  height: 1px;
  background: #2F394C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.process_modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.process_modal-close:hover {
  opacity: 0.7;
}
.process_modal-inner {
  padding: 30px 15px 40px 25px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #111111;
  max-height: 80vh;
  overflow-y: auto;
  margin-right: 10px;
}
.process_modal-content {
  display: none;
}
.process_modal-content-ttl {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.process_modal-content-link a {
  display: block;
  width: 500px;
  height: 70px;
  line-height: 70px;
  margin: 35px auto 0;
  background: #2F394C;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.process_modal-content-link a:after {
  content:"";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.process_modal-content-text {
  font-size: 22px;
  color: #2F394C;
  margin-top: 24px;
}
.process_modal-content-text a {
  text-decoration: underline;
}
.process_modal-content-text + .process_modal-content-text {
  margin-top: 0px;
}

[data-browse-mode="S"] .process_modal-wrapper {
  max-height: 70vh;
  width: 90%;
  border-radius: 10px;
}
[data-browse-mode="S"] .process_modal-close {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}
[data-browse-mode="S"] .process_modal-close:before,
[data-browse-mode="S"] .process_modal-close:after {
  width: 16px;
}
[data-browse-mode="S"] .process_modal-inner {
  padding: 36px 16px 25px;
  max-height: 70vh;
  overflow-y: auto;
}
[data-browse-mode="S"] .process_modal-content {
  display: none;
}
[data-browse-mode="S"] .process_modal-content-ttl {
  font-size: 18px;
  margin-bottom: 12px;
}
[data-browse-mode="S"] .process_modal-content-link a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 0;
  font-size: 15px;
}
[data-browse-mode="S"] .process_modal-content-link a:after {
  width: 8px;
  height: 8px;
}
[data-browse-mode="S"] .process_modal-content-text {
  font-size: 13px;
  margin-top: 16px;
}
[data-browse-mode="S"] .process_modal-content-text a {
  text-decoration: underline;
}
[data-browse-mode="S"] .process_modal-content-text + .process_modal-content-text {
  margin-top: 0px;
}



/******************************
  お気に入り商品
******************************/
.p-favorite {
  z-index: 1;
  padding-top: 100px;
}
.p-favorite .content_inner {
  position: relative;
}
.my-favorite-swiper {
  width: 1200px;
}
.p-favorite .content_inner .favorite-swiper-button-prev {
  left: 20px;
  top: 50%;
}
.p-favorite .content_inner .favorite-swiper-button-next {
  right: 20px;
  top: 50%;
}
.p-favorite-btns {
  text-align: center;
}
.p-favorite-btns a {
  text-decoration: underline;
  font-size: 23px;
  color: #2F394C;
}

[data-browse-mode="S"] .p-favorite {
  padding-top: 60px;
  margin-bottom: 0px;
}
[data-browse-mode="S"] .my-favorite-swiper {
  width: 100%;
  margin-right: 0;
}
[data-browse-mode="S"] .p-favorite .content_inner .favorite-swiper-button-prev,
[data-browse-mode="S"] .p-favorite .content_inner .favorite-swiper-button-next {
  display: none;
}
[data-browse-mode="S"] .p-favorite-btns a {
  font-size: 18px;
  margin-top: 12px;
  display: block;
}
[data-browse-mode="S"] .p-favorite .block-thumbnail-t.swiper-container li {
  margin-right: 10px;
}

.block-event-page--accessory {
  position: relative;
  z-index: 2;
  display: none;
}


/******************************
  おすすめ特集
******************************/
.feature {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
.feature_content-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.feature_content-item {
  width: calc((100% - 160px) / 5);
}
.feature_content-link a {
  display: block;
  width: 500px;
  height: 70px;
  line-height: 70px;
  margin: 40px auto 0;
  background: #2F394C;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.feature_content-link a:after {
  content:"";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

[data-browse-mode="S"] .feature {
  padding-top: 50px;
  padding-bottom: 0px;
}
[data-browse-mode="S"] .feature_content-inner {
  flex-wrap: nowrap;
  gap: 0;
}
[data-browse-mode="S"] .feature_content-item {
  width: 170px;
}

[data-browse-mode="S"] .feature_content-link a {
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
  font-size: 15px;
}
[data-browse-mode="S"] .feature_content-link a:after {
  width: 10px;
  height: 10px;
}


/******************************
  faq
******************************/
.faq {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 150px;
}
.faq_content {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.faq_block + .faq_block {
  margin-top: 15px
}
.faq_question {
  background: #F5F5F5;
  border-radius: 10px;
  position: relative;
  padding: 20px 60px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.faq_question::before {
  content:"";
  width: 12px;
  height: 2px;
  background: #00146E;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_question::after {
  content:"";
  width: 12px;
  height: 2px;
  background: #00146E;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.faq_question.open::after {
  transform: translateY(-50%);
}
.faq_question span::before {
  content:"Q";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #00146E;
}
.faq_answer {
  padding: 20px 40px 20px 60px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  display: none;
}
.faq_answer::before {
  content:"A";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #A00000
}
.faq_content-link a {
  display: block;
  width: 500px;
  height: 70px;
  line-height: 70px;
  margin: 40px auto 0;
  background: #2F394C;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.faq_content-link a:after {
  content:"";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
[data-browse-mode="S"] .faq {
  padding-top: 50px;
  padding-bottom: 50px;
}
[data-browse-mode="S"] .faq_block + .faq_block {
  margin-top: 10px
}
[data-browse-mode="S"] .faq_question {
  border-radius: 5px;
  padding: 15px 30px 15px 50px;
  font-size: 14px;
}
[data-browse-mode="S"] .faq_question::before {
  right: 15px;
}
[data-browse-mode="S"] .faq_question::after {
  right: 15px;
}
[data-browse-mode="S"] .faq_question span::before {
  font-size: 19px;
}
[data-browse-mode="S"] .faq_answer {
  padding: 15px 20px 15px 50px;
  font-size: 14px;
}
[data-browse-mode="S"] .faq_answer::before {
  font-size: 19px;
}
[data-browse-mode="S"] .faq_content-link a {
  width: 100%;
  max-width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 25px auto 0;
  font-size: 15px;
}
[data-browse-mode="S"] .faq_content-link a:after {
  width: 10px;
  height: 10px;
}



.block-goods-list--pager-wrap {
  display: none;
}
.recommend {
  position:relative;
  z-index:2;
  padding-top: 100px;
}

[data-browse-mode="P"] .recommend .block-thumbnail-t.swiper-container .block-thumbnail-t--items.swiper-wrapper {
  justify-content: center;
}
[data-browse-mode="P"] .recommend .swiper-buttons {
  display: none;
}
[data-browse-mode="S"] .recommend {
  padding-top: 50px;
}


