@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.slick-slide {
  height: auto;
}

body#r20t18 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body#r20t18 .block-event-page {
  padding-bottom: 0;
  background-color: #f9f6ed;
}
body#r20t18 .block-event-page--goods {
  margin-bottom: 0;
}
body#r20t18 .block-event-page--head {
  margin: 0;
}

/* 固定コンテンツ */
.event-fix-wrap {
  color: #000;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap {
    font-size: 14px;
  }
}
.event-fix-wrap .m-wrapper {
  padding-inline: 50px;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap .m-wrapper {
    padding-inline: 30px;
  }
}
.event-fix-wrap .m-wrapper-sm {
  padding-inline: 30px;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap .m-wrapper-sm {
    padding-inline: 10px;
  }
}
.event-fix-wrap .fix-contents {
  padding: 0 20px;
  text-align: center;
}
.event-fix-wrap .fix-contents .fix-inner {
  width: 100%;
  max-width: 260px;
}
.event-fix-wrap .fix-contents .fix-contents-tit img {
  width: 100%;
}
.event-fix-wrap .fix-contents .page-move-list {
  display: block;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .event-fix-wrap .fix-contents .page-move-list {
    margin-inline: 0;
  }
}
.event-fix-wrap .fix-contents .page-move-list .page-move {
  width: 100%;
  border-left: none;
}
.event-fix-wrap .fix-contents .page-move-list .page-move:nth-of-type(2) a {
  border-top: none;
}
.event-fix-wrap .fix-contents .page-move-list .page-move a {
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
}
.event-fix-wrap .fix-contents .page-move-list .page-move .style-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21%;
  margin-right: 12px;
  font-size: 13px;
  text-align: left;
}
.event-fix-wrap .fix-contents .page-move-list .page-move .text {
  font-size: 16px;
}
.event-fix-wrap .fix-contents .page-move-list .page-move .ico-arr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  width: 21px;
  height: 21px;
  background-image: url("/img/switch/event/r20t18/arrow-side.png");
  background-size: 9px 6px;
  background-position-x: center;
  border: none;
}
.event-fix-wrap .fix-contents .img-logo {
  width: 100%;
  max-width: 230px;
  margin-bottom: 25px;
}
.event-fix-wrap .fix-contents .qr-box {
  text-align: center;
}
.event-fix-wrap .fix-contents .qr-box img {
  width: 100%;
  max-width: 89px;
}
.event-fix-wrap .fix-contents .qr-box .qr-text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8333333333;
}

/* 共通 title & text */
.style-num {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

/* ページ移動メニュー */
.page-move-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-block: 50px;
}
.page-move-list .page-move {
  width: calc((100% - 30px) / 2);
  text-align: center;
}
.page-move-list .page-move:nth-of-type(1) a, .page-move-list .page-move:nth-of-type(2) a {
  border-top: 1px solid #000;
}
.page-move-list .page-move a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 640px) {
  .page-move-list .page-move a {
    padding: 10px 5px;
  }
}
.page-move-list .page-move a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-move-list .page-move a:focus {
  text-decoration: none;
}
.page-move-list .page-move .style-num {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .page-move-list .page-move .style-num {
    font-size: 12px;
  }
}
.page-move-list .page-move .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .page-move-list .page-move .text {
    font-size: 14px;
  }
}
.page-move-list .page-move .ico-arr {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("/img/switch/event/r20t18/arrow-main-b.png") calc(50% + 1px) calc(50% + 1px) no-repeat;
  border: 1px solid #000;
  background-size: 12px 9px;
  font-size: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .page-move-list .page-move .ico-arr {
    width: 20px;
    height: 20px;
    background-size: 9px 6px;
    background-position-x: center;
  }
}

/* 共通パーツなど */
.buy-btn {
  text-align: center;
}
.buy-btn__link {
  position: relative;
  width: 350px;
  max-width: 100%;
  display: inline-block;
  padding: 25px;
  background: #434343;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .buy-btn__link {
    width: 300px;
    padding: 20px;
    font-size: 14px;
  }
}
.buy-btn__link:hover, .buy-btn__link:focus {
  opacity: 0.8;
  text-decoration: none;
}

.yellow-btn {
  text-align: center;
}
.yellow-btn__link {
  position: relative;
  display: block;
  padding: 6% 15.5%;
  font-size: 18px;
  background: #fffce6;
  color: #000;
  border: solid 3px #ece5b2;
  border-radius: 10px;
  letter-spacing: 0.07em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none !important;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .yellow-btn__link {
    padding: 6% 12%;
    font-size: 14px;
  }
}
.yellow-btn__link::before, .yellow-btn__link::after {
  position: absolute;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.yellow-btn__link::before {
  right: 5.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.5%;
  aspect-ratio: 1/1;
  background: #d8c747;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .yellow-btn__link::before {
    right: 3%;
    width: 7%;
  }
}
.yellow-btn__link::after {
  right: 9.5%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 640px) {
  .yellow-btn__link::after {
    right: 5.8%;
    width: 6px;
    height: 6px;
  }
}
.yellow-btn__link:hover, .yellow-btn__link:focus {
  background: #ece5b2;
}
.yellow-btn__link:hover::before, .yellow-btn__link:focus::before {
  background: #fff;
}
.yellow-btn__link:hover::after, .yellow-btn__link:focus::after {
  border-top-color: #d8c747;
  border-right-color: #d8c747;
}
.yellow-btn__link:hover img, .yellow-btn__link:focus img {
  opacity: 1;
}
.yellow-btn.mamasta-logo {
  margin-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .yellow-btn.mamasta-logo {
    margin-bottom: 17vw;
  }
}
.yellow-btn.mamasta-logo img {
  width: 128px;
  margin-bottom: 7px;
}
@media screen and (max-width: 640px) {
  .yellow-btn.mamasta-logo img {
    margin-bottom: 3px;
  }
}

.brand-ttl {
  padding: 30px;
}
.brand-ttl.--olive {
  background: #e67e95;
}
.brand-ttl.--reebok {
  background: #7cc2d9;
}
.brand-ttl.--fila {
  background: #a7cd72;
}
.brand-ttl img {
  width: 100%;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 640px) {
  .brand-ttl img {
    height: 35px;
  }
}

.choose {
  padding-block: 40px 60px;
}
.choose-intro {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.025em;
}
.choose-intro__span {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 7px;
  font-size: 17px;
}
@media screen and (max-width: 640px) {
  .choose-intro__span {
    font-size: 14px;
  }
}
.choose-intro__span:last-of-type {
  margin-bottom: 0;
}
.choose-intro__span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: url("/img/switch/event/r20t18/bg-blue-dot.png") center/contain no-repeat;
}
.choose-ttl {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .choose-ttl {
    font-size: 15px;
  }
}
.choose-ttl__mid {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .choose-ttl__mid {
    font-size: 20px;
  }
}
.choose-ttl__big {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #efb7be));
  background: linear-gradient(transparent 70%, #efb7be 70%);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .choose-ttl__big {
    font-size: 28px;
  }
}
.choose-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
  margin-bottom: 30px;
}
.choose-check::before {
  position: absolute;
  content: "";
  right: 0;
  top: 11px;
  width: 10%;
  background: url(/img/switch/event/r20t18/choose-deco.png) center/contain no-repeat;
  aspect-ratio: 90/106;
}
.choose-check .check-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .choose-check .check-item {
    gap: 15px;
  }
}
.choose-check .check-item-num {
  width: 95px;
}
@media screen and (max-width: 640px) {
  .choose-check .check-item-num {
    width: 60px;
  }
}
.choose-check .check-item-txtbox {
  width: calc(100% - 115px);
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .choose-check .check-item-txtbox {
    width: calc(100% - 75px);
    margin-top: 5px;
  }
}
.choose-check .check-item-txtbox__ttl {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .choose-check .check-item-txtbox__ttl {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.choose-check .check-item-txtbox__txt {
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.055em;
}
@media screen and (max-width: 640px) {
  .choose-check .check-item-txtbox__txt {
    line-height: 1.5;
  }
}
.choose .hukidashi-ttl {
  position: relative;
  padding-inline: 20px;
  margin-block: 35px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
}
@media screen and (max-width: 640px) {
  .choose .hukidashi-ttl {
    font-size: 16px;
  }
}
.choose .hukidashi-ttl::before, .choose .hukidashi-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 2px;
  height: 30px;
  background: #000;
}
.choose .hukidashi-ttl::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.choose .hukidashi-ttl::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.choose .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
.choose .brand-list .brand-item-link {
  position: relative;
  display: block;
  padding: 15px 35px;
  font-size: 20px;
  border: 2px solid;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .choose .brand-list .brand-item-link {
    font-size: 15px;
  }
}
.choose .brand-list .brand-item-link::before {
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.choose .brand-list .brand-item-link.--olive {
  border-color: #e67e95;
  background: #e67e95;
}
.choose .brand-list .brand-item-link.--olive:hover, .choose .brand-list .brand-item-link.--olive:focus {
  background: #fff;
  color: #e67e95;
}
.choose .brand-list .brand-item-link.--olive:hover::before, .choose .brand-list .brand-item-link.--olive:focus::before {
  border-top-color: #e67e95;
  border-right-color: #e67e95;
}
.choose .brand-list .brand-item-link.--reebok {
  border-color: #7cc2d9;
  background: #7cc2d9;
}
.choose .brand-list .brand-item-link.--reebok:hover, .choose .brand-list .brand-item-link.--reebok:focus {
  background: #fff;
  color: #7cc2d9;
}
.choose .brand-list .brand-item-link.--reebok:hover::before, .choose .brand-list .brand-item-link.--reebok:focus::before {
  border-top-color: #7cc2d9;
  border-right-color: #7cc2d9;
}
.choose .brand-list .brand-item-link.--fila {
  border-color: #a7cd72;
  background: #a7cd72;
}
.choose .brand-list .brand-item-link.--fila:hover, .choose .brand-list .brand-item-link.--fila:focus {
  background: #fff;
  color: #a7cd72;
}
.choose .brand-list .brand-item-link.--fila:hover::before, .choose .brand-list .brand-item-link.--fila:focus::before {
  border-top-color: #a7cd72;
  border-right-color: #a7cd72;
}

.goods {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .goods {
    padding-top: 40px;
  }
}
.goods-ttl {
  position: relative;
  margin-bottom: 35px;
  padding-inline: 10%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .goods-ttl {
    margin-bottom: 25px;
  }
}
.goods-ttl::before, .goods-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  background: center/contain no-repeat;
}
.goods-ttl::before {
  left: -4.8%;
  width: 13.3%;
  aspect-ratio: 120/258;
  background-image: url("/img/switch/event/r20t18/ttl-deco__left.png");
}
.goods-ttl::after {
  right: -6.6%;
  width: 15.1%;
  aspect-ratio: 136/250;
  background-image: url("/img/switch/event/r20t18/ttl-deco__right.png");
}
.goods-ttl__copy {
  width: 100%;
  display: inline-block;
  padding: 7px;
  font-size: 20px;
  background: #ffecf0;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .goods-ttl__copy {
    font-size: 14px;
  }
}
.goods-ttl__copy.--rec {
  position: relative;
}
.goods-ttl__copy.--rec::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25.195%;
  aspect-ratio: 1/1;
  background: url("/img/switch/event/r20t18/ttl-deco__rec.png") center/contain no-repeat;
}
@media screen and (max-width: 640px) {
  .goods-ttl__copy.--rec::before {
    width: 20%;
  }
}
.goods-ttl__big {
  display: inline-block;
  margin-top: 8px;
  font-size: 30px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #efb7be));
  background: linear-gradient(transparent 75%, #efb7be 75%);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .goods-ttl__big {
    font-size: 19px;
  }
}
.goods-ttl__big em {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .goods-ttl__big em {
    font-size: 25px;
  }
}
.goods-ttl__small {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .goods-ttl__small {
    font-size: 18px;
  }
}
.goods-subttl {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  color: #e7607e;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .goods-subttl {
    font-size: 15px;
  }
}
.goods-sub .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #434343;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .goods-sub .slick-arrow {
    width: 34px;
    height: 34px;
  }
}
.goods-sub .slick-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  background: none;
}
@media screen and (max-width: 640px) {
  .goods-sub .slick-arrow::before {
    width: 9px;
    height: 9px;
  }
}
.goods-sub .slick-arrow.slick-prev {
  left: -30px;
}
@media screen and (max-width: 640px) {
  .goods-sub .slick-arrow.slick-prev {
    left: -17px;
  }
}
.goods-sub .slick-arrow.slick-prev::before {
  left: 53%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.goods-sub .slick-arrow.slick-next {
  right: -30px;
}
@media screen and (max-width: 640px) {
  .goods-sub .slick-arrow.slick-next {
    right: -17px;
  }
}
.goods-sub .slick-arrow.slick-next::before {
  left: 47%;
}
.goods-sub .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-top: 18px;
}
.goods-sub .slick-dots button {
  width: 100%;
  height: 100%;
  vertical-align: top;
  padding: 0;
  background-color: #c5c5c5;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.goods-sub .slick-dots li {
  width: 8px;
  height: 8px;
}
.goods-sub .slick-dots li.slick-active button {
  background-color: #000;
}
.goods-bg {
  margin-top: -175px;
  padding-block: 210px 75px;
  background: center/100% 100% no-repeat;
}
@media screen and (max-width: 640px) {
  .goods-bg {
    margin-top: -140px;
    padding-block: 165px 60px;
  }
}
.goods-bg.--pink {
  background-image: url("/img/switch/event/r20t18/bg-pink.png");
}
.goods-bg.--blue {
  background-image: url("/img/switch/event/r20t18/bg-blue.png");
}
.goods-bg.--green {
  background-image: url("/img/switch/event/r20t18/bg-green.png");
}
.goods-point {
  position: relative;
  margin-top: 100px;
  padding: 15px 50px 70px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .goods-point {
    padding: 10px 25px 40px;
    margin-top: 13vw;
  }
}
.goods-point::before {
  position: absolute;
  content: "";
  left: 0;
  top: -83px;
  width: 100%;
  aspect-ratio: 900/166;
  background: url("/img/switch/event/r20t18/point-deco.png") center/contain no-repeat;
}
@media screen and (max-width: 640px) {
  .goods-point::before {
    top: -13.5vw;
  }
}
.goods-point-ttl {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}
.goods-point-ttl__en {
  display: block;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #e7607e;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .goods-point-ttl__en {
    font-size: 13px;
  }
}
.goods-point-ttl__jp {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .goods-point-ttl__jp {
    font-size: 19px;
  }
}
.goods-point-list {
  position: relative;
  margin-bottom: 40px;
  padding-block: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .goods-point-list {
    gap: 15px;
    margin-bottom: 30px;
    padding-block: 30px;
  }
}
.goods-point-list::before, .goods-point-list::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 7px;
  background: url("/img/switch/event/r20t18/bg-pink-dot.png") center/contain no-repeat;
}
.goods-point-list::before {
  top: 0;
}
.goods-point-list::after {
  bottom: 0;
}
.goods-point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .goods-point-item {
    gap: 10px;
  }
}
.goods-point-item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55px;
  height: 55px;
  background: #e67e95;
  border-radius: 50%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .goods-point-item__num {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.goods-point-item__txt {
  width: calc(100% - 70px);
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .goods-point-item__txt {
    width: calc(100% - 45px);
    line-height: 1.5;
  }
}
.goods-detail {
  margin-top: 30px;
}
.goods-detail-num {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .goods-detail-num {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.goods-detail-ttl {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .goods-detail-ttl {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.goods-detail-size {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .goods-detail-size {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.goods-detail-price {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .goods-detail-price {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.goods-detail-price__tax {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .goods-detail-price__tax {
    font-size: 12px;
  }
}
.goods-detail-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .goods-detail-other {
    margin-bottom: 20px;
  }
}
.goods-detail-capa {
  width: 25%;
  padding: 4% 2%;
  text-align: center;
  background: #e67e95;
  color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .goods-detail-capa {
    padding: 4.5vw 2.5vw;
  }
}
.goods-detail-capa__jp {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .goods-detail-capa__jp {
    margin-bottom: 1vw;
    font-size: 2.67vw;
  }
}
.goods-detail-capa__num {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .goods-detail-capa__num {
    font-size: 5.67vw;
  }
}
.goods-detail-capa__unit {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .goods-detail-capa__unit {
    font-size: 4.33vw;
  }
}
.goods-detail-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
}
@media screen and (max-width: 640px) {
  .goods-detail-color {
    gap: 4%;
  }
}
.goods-detail-color__ttl {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .goods-detail-color__ttl {
    font-size: 10px;
    line-height: 1.4;
  }
}
.goods-detail-color__img {
  width: 40px;
}
@media screen and (max-width: 640px) {
  .goods-detail-color__img {
    width: 28px;
  }
}

.bnr {
  padding-block: 70px 125px;
}
@media screen and (max-width: 640px) {
  .bnr {
    padding-block: 50px 70px;
  }
}
.bnr-box:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .bnr-box:nth-of-type(n+2) {
    margin-top: 20px;
  }
}/*# sourceMappingURL=s-event_r20t18.css.map */