/*  product collabo
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap");
.font-zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.font-noto-serif {
  font-family: "Noto Serif JP", serif;
}

.font-nomal {
  font-weight: 400;
}

.product-collabo {
  background-color: #FCD475;
}
.product-collabo .ybs-content__inner {
  margin-top: 0;
  margin-bottom: 0;
}
.product-collabo p {
  margin-top: 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .product-collabo p {
    font-size: 1.4rem;
  }
}
.product-collabo img {
  width: 100%;
}
.product-collabo .c-yellow {
  color: #FCD475 !important;
}
.product-collabo .c-white {
  color: #FFFFFF !important;
}
.product-collabo .text-center {
  text-align: center;
}
.product-collabo .sec {
  position: relative;
}
.product-collabo .sec__inner {
  width: 100%;
  margin-inline: auto;
  max-width: calc(960px + 9.6rem);
  padding-inline: 4.8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .product-collabo .sec__inner {
    padding-inline: 6.5104166667vw;
  }
}
.product-collabo .list-mark li {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .product-collabo .list-mark li {
    font-size: 1.2rem;
  }
}
.product-collabo .kv {
  background-color: #FCD475;
}
.product-collabo .kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .product-collabo .kv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-collabo .kv__title {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .product-collabo .kv__title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.product-collabo .kv__title__inner {
  width: 100%;
  margin-inline: auto;
  max-width: calc(960px + 9.6rem);
  padding-inline: 4.8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .product-collabo .kv__title__inner {
    padding-inline: 6.5104166667vw;
  }
}
@media (min-width: 769px) {
  .product-collabo__img {
    width: 50%;
  }
}

.about {
  background-color: #FCD475;
  padding-top: 100px;
  color: #150B0B;
}
@media (max-width: 768px) {
  .about {
    padding-top: 30px;
  }
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .about__body {
    padding-bottom: 36.4583333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.about__heading {
  max-width: 220px;
}
@media (max-width: 768px) {
  .about__heading {
    max-width: 78.3854166667vw;
  }
}
.about__heading img {
  width: 100%;
}
.about__subheading {
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .about__subheading {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}
.about .text {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .about .text {
    font-size: 1.6rem;
  }
}
.about .text + .text {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .about .text + .text {
    margin-top: 8px;
  }
}

.products {
  background-color: #016B92;
  padding-top: 250px;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .products {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.products::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/bg_round.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .products::before {
    background-image: url(../images/bg_round_sp.svg);
  }
}
@media (max-width: 768px) {
  .products {
    padding-top: 36.4583333333vw;
  }
}
.products__heading {
  max-width: 873px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .products__heading {
    max-width: 83.4635416667vw;
    margin-bottom: 30px;
  }
}
.products__subheading {
  font-size: 2.4rem;
  color: #FFFFFF !important;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .products__subheading {
    font-size: 2rem;
    margin-top: 14px;
  }
}
.products__date {
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .products__date {
    margin-bottom: 30px;
  }
}
.products__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 55px;
  margin-bottom: 77px;
}
@media (max-width: 768px) {
  .products__imgs {
    gap: 21px 0;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 42px;
  }
}
.products__contents {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 472px);
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  gap: 0 54px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .products__contents {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    gap: 42px 0;
    margin-bottom: 60px;
  }
}
.products__contents .text {
  color: #FFFFFF;
  line-height: 2.2;
}
.products__box .text {
  color: #FFFFFF;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .products__box .text {
    margin-top: 11px;
  }
}

.second-badge {
  max-width: 180px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
@media (max-width: 768px) {
  .second-badge {
    max-width: 130px;
    -webkit-transform: translateY(-95px);
            transform: translateY(-95px);
    right: 25px;
  }
}

.campaign {
  background-color: #FCD475;
  padding-top: 150px;
  padding-bottom: 230px;
  color: #150B0B;
}
@media (max-width: 768px) {
  .campaign {
    padding-top: 19.53125vw;
    padding-bottom: 19.53125vw;
  }
}
.campaign .text {
  font-weight: 700;
  line-height: 2.2;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .campaign .text {
    margin-top: 24px;
    margin-bottom: 70px;
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
.campaign .text span {
  font-size: 2.4rem;
  color: #C72448;
}
@media (max-width: 768px) {
  .campaign .text span {
    font-size: 1.8rem;
  }
}
.campaign__heading {
  max-width: 192px;
  position: absolute;
  right: -80px;
  top: -15px;
}
@media (max-width: 768px) {
  .campaign__heading {
    max-width: 25.5208333333vw;
    margin-bottom: 7.8125vw;
    top: -6px;
    right: 0px;
  }
}
.campaign__subheading {
  font-size: 4.8rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .campaign__subheading {
    font-size: 2.6rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
.campaign__subheading span {
  font-size: 3.2rem;
  display: block;
}
@media (max-width: 768px) {
  .campaign__subheading span {
    font-size: 2rem;
  }
}
.campaign__date {
  width: 340px;
  display: inline-block;
}
@media (max-width: 768px) {
  .campaign__date {
    width: 248px;
  }
}
.campaign__date__inner {
  background-color: #FFFFFF;
}
.campaign__date__text {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 6px 10px;
  border-top: 2px solid #150B0B;
  border-bottom: 2px solid #150B0B;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign__date__text {
    font-size: 1.9rem;
  }
}
.campaign__date__text span {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .campaign__date__text span {
    font-size: 1.4rem;
  }
}
.campaign__img {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .campaign__img {
    margin-bottom: 40px;
  }
}
.campaign__img__caption {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .campaign__img__caption {
    margin-top: 40px;
  }
}
.campaign__img__caption .caption-heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  color: #340008;
  display: inline-block;
}
@media (max-width: 768px) {
  .campaign__img__caption .caption-heading {
    font-size: 2rem;
    margin-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.campaign__img__caption .caption-heading::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background-color: #340008;
}
@media (max-width: 768px) {
  .campaign__img__caption .caption-heading::before {
    width: 16px;
  }
}
.campaign__img__caption .caption-heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background-color: #340008;
}
@media (max-width: 768px) {
  .campaign__img__caption .caption-heading::after {
    width: 16px;
  }
}
.campaign__img__caption .caption-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #340008;
}
@media (max-width: 768px) {
  .campaign__img__caption .caption-text {
    font-size: 1.6rem;
  }
}
.campaign__box .data-list > dt {
  background-color: #ED7206;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #000;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .campaign__box .data-list > dt {
    font-size: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.campaign__box .data-list > dd {
  background-color: #fff;
  border: 1px solid #000;
  border-top: none;
  padding: 42px 42px;
}
@media (max-width: 768px) {
  .campaign__box .data-list > dd {
    padding: 24px;
    max-height: 500px;
    overflow-y: auto;
  }
}
.campaign__box .data-list .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .campaign__box .data-list .table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.campaign__box .data-list .table dt {
  color: #ED7206;
  text-align: left;
  font-weight: 700;
  width: 140px;
}
@media (max-width: 768px) {
  .campaign__box .data-list .table dt {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .campaign__box .data-list .table dt,
.campaign__box .data-list .table dd {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 768px) {
  .campaign__box .data-list .table + .table {
    margin-top: 16px;
  }
}
.campaign__box .list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .campaign__box .list-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.campaign__box .list-flex > dl {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .campaign__box .list-flex > dl {
    width: 100%;
  }
}
.campaign__box .list-flex > dl dt {
  margin-top: 0;
  color: #ED7206;
  font-size: 3.2rem;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .campaign__box .list-flex > dl dt {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.campaign__box .list-flex > dl dt span {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .campaign__box .list-flex > dl dt span {
    font-size: 3.6rem;
  }
}
.campaign__box .list-flex > dl dd {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .campaign__box .list-flex > dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .campaign__box .list-flex > dl dd {
    font-size: 1.4rem;
  }
}
.campaign__box + .campaign__box {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .campaign__box + .campaign__box {
    margin-top: 30px;
  }
}
.campaign__arrow {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .campaign__arrow {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .campaign__arrow picture {
    width: 14.84375vw;
  }
}

.bg-orange {
  background-color: #ED7206;
  border-top: 2px solid #150B0B;
}

.event {
  color: #FFFFFF;
}
.event__inner {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (min-width: 769px) {
  .event__inner {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    padding-right: 120px;
    margin-right: -120px;
  }
}
@media (min-width: 1441px) {
  .event__inner {
    -webkit-transform: translateY(-4.8611111111vw);
            transform: translateY(-4.8611111111vw);
  }
}
@media (max-width: 768px) {
  .event__inner {
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    padding-right: 14px;
  }
}
.event__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #5F3E85;
  border: 2px solid #150B0B;
  padding-left: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 769px) {
  .event__inner::before {
    min-width: 1160px;
  }
}
.event__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #409035;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -2;
  border: 2px solid #150B0B;
  padding-left: calc(50vw - 50%);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 769px) {
  .event__inner::after {
    min-width: 1136px;
  }
}
@media (max-width: 768px) {
  .event__inner::after {
    width: calc(100% - 2px);
    top: 8px;
    right: -8px;
  }
}
.event__heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 547px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .event__heading {
    max-width: 81.3802083333vw;
    margin-bottom: 40px;
  }
}
.event__box {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/event_line.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media (max-width: 768px) {
  .event__box {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/event_line_sp.svg);
  }
}
.event__box:last-of-type {
  background-image: url(../images/event_line.svg), url(../images/event_line.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
}
@media (max-width: 768px) {
  .event__box:last-of-type {
    background-image: url(../images/event_line_sp.svg), url(../images/event_line_sp.svg);
  }
}
.event .media {
  display: grid;
  grid-template-columns: minmax(auto, 320px) 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  gap: 0 60px;
}
@media (max-width: 768px) {
  .event .media {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    gap: 25px 0;
  }
}
.event .media__heading {
  font-size: 2.8rem;
  margin-bottom: 24px;
  color: #FFFFFF !important;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .event .media__heading {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.event .media__heading span {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .event .media__heading span {
    font-size: 1.6rem;
  }
}
.event .text {
  line-height: 1.8;
  margin-top: 0;
}
.event .text + .text {
  margin-top: 8px;
}
.event .venue-lists li {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .event .venue-lists li {
    margin-top: 40px;
  }
}
.event .venue-lists dt {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .event .venue-lists dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.event .list-mark {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .event .list-mark {
    margin-top: 12px;
  }
}
.event .list-mark li {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .event .list-mark li {
    font-size: 1.4rem;
  }
}
.event .list-mark li a {
  font-weight: 700;
  text-decoration: underline;
}
.event .ybt {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .event .ybt {
    margin-bottom: 32px;
  }
}
.event .ybt__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 555px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .event .ybt__logo {
    max-width: 84.6354166667vw;
    margin-bottom: 24px;
  }
}
.event .ybt__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}
@media (max-width: 768px) {
  .event .ybt__img {
    max-width: 78.125vw;
  }
}
.event .ybt__text {
  margin-top: 30px;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .event .ybt__text {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .event .ybt__text__marker {
    text-align: left;
  }
}
.event .ybt__text__marker span {
  display: inline;
  background-color: red;
  padding: 0.4em 1em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-weight: inherit;
  line-height: 2.2;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .event .ybt .text {
    text-align: left;
  }
}
.event .present {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .event .present {
    margin-top: 40px;
  }
}
.event .present__box {
  border: 2px solid #150B0B;
}
.event .present__heading {
  background-color: #409035;
  color: #FFFFFF;
  text-align: center;
  font-size: 2.8rem;
  border-bottom: 2px solid #150B0B;
  padding: 11px 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .event .present__heading {
    font-size: 2.2rem;
  }
}
.event .present .media {
  color: #150B0B;
  padding: 40px;
  background-color: #FFFFFF;
  display: grid;
  grid-template-columns: minmax(auto, 240px) 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  gap: 0 40px;
}
@media (max-width: 768px) {
  .event .present .media {
    padding: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    gap: 10px 0;
  }
}
.event .present .media .text {
  color: #150B0B;
}
.event .present .text-small {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .event .present .text-small {
    font-size: 1.2rem;
  }
}

.goods {
  color: #FFFFFF;
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .goods {
    padding-bottom: 110px;
  }
}
.goods__inner {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .goods__inner {
    padding-top: 40px;
  }
}
.goods__heading {
  position: absolute;
  z-index: -1;
  top: 160px;
  left: -68px;
  max-width: 75px;
}
@media (max-width: 768px) {
  .goods__heading {
    position: relative;
    top: 0px;
    left: -6.5104166667vw;
    max-width: 60.4166666667vw;
    margin-bottom: 24px;
  }
}
.goods__text {
  font-weight: 700;
  line-height: 1.8;
  color: #FFFFFF;
}
@media (min-width: 769px) {
  .goods__text {
    text-align: center;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .goods__text {
    margin-bottom: 34px;
  }
}
.goods__box__heading__inner {
  background-color: #150B0B;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.goods__box__heading p {
  font-size: 3.2rem;
  font-weight: 700;
  padding: 4px 10px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .goods__box__heading p {
    font-size: 2.2rem;
    padding: 9px 10px;
  }
}
.goods__box__date {
  color: #FCD475;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .goods__box__date {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
.goods__box + .goods__box {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .goods__box + .goods__box {
    margin-top: 60px;
  }
}
.goods .list-mark {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .goods .list-mark {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.goods .list-mark li {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .goods .list-mark li {
    font-size: 1.4rem;
  }
}
.goods .button-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .goods .button-wrap {
    margin-top: 40px;
  }
}
.goods .button-wrap .text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .goods .button-wrap .text {
    margin-bottom: 30px;
  }
}
.goods .button {
  max-width: 409px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 768px) {
  .goods .button {
    max-width: 84.6354166667vw;
  }
}
.goods__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media (max-width: 768px) {
  .goods__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 16px;
  }
}
.goods__card {
  color: #FFFFFF;
}
.goods__card__title {
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .goods__card__title {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
.goods__card__text {
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .goods__card__text {
    font-size: 1.1rem;
    margin-top: 6px;
  }
}
.goods__list {
  display: grid;
  gap: 32px 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .goods__list {
    gap: 16px 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.goods .goods-item__name {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: bold;
}
@media (max-width: 768px) {
  .goods .goods-item__name {
    font-size: 1.3rem;
  }
}
.goods .goods-item__price {
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .goods .goods-item__price {
    font-size: 1.1rem;
    margin-top: 3px;
  }
}
.goods .goods-item__size {
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .goods .goods-item__size {
    font-size: 1.1rem;
    margin-top: 3px;
  }
}
.goods .goods-item__highlight {
  font-size: 1.4rem;
  color: #FCD475;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .goods .goods-item__highlight {
    font-size: 1.1rem;
    margin-top: 3px;
  }
}
.goods .goods-item__images {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .goods .goods-item__images {
    padding-bottom: 30px;
  }
}
.goods .goods-item-slider {
  position: relative;
}
.goods .goods-item-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 8px;
  top: auto;
}
@media (max-width: 768px) {
  .goods .goods-item-slider__pagination {
    bottom: 8px;
  }
}
.goods .goods-item-slider:hover .goods-item-slider__prev,
.goods .goods-item-slider:hover .goods-item-slider__next {
  opacity: 1;
}
.goods .goods-item-slider__prev, .goods .goods-item-slider__next {
  background-image: none;
  width: 28px;
  height: 28px;
  opacity: 0;
}
@media (max-width: 768px) {
  .goods .goods-item-slider__prev, .goods .goods-item-slider__next {
    display: none;
  }
}
.goods .goods-item-slider__prev::after, .goods .goods-item-slider__next::after {
  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: 28px;
  height: 28px;
  border: 1px solid;
  border-radius: 100%;
  color: #150B0B;
  font-size: 1.1rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .goods .goods-item-slider__prev:hover::after, .goods .goods-item-slider__next:hover::after {
    color: #FFF;
    background-color: #150B0B;
  }
}
.goods .goods-item-slider__bullet {
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 1px #340008;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin-inline: 5px;
  background-color: #FFFFFF;
}
.goods .goods-item-slider__bullet.active {
  background-color: #340008;
}
@media (max-width: 768px) {
  .goods .goods-item-slider__bullet {
    width: 14px;
    margin-inline: 5px;
  }
}
.goods .anim-goods__box02 .goods__box__heading {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .goods .anim-goods__box02 .goods__box__heading {
    margin-bottom: 40px;
  }
}

.access {
  background: linear-gradient(to bottom, #ED7206 0%, #ED7206 calc(50% - 1px), #150B0B calc(50% - 1px), #150B0B calc(50% + 1px), #FCD475 calc(50% + 1px), #FCD475 100%);
  color: #FFFFFF;
}
.access__inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (min-width: 769px) {
  .access__inner {
    padding-left: 120px;
    margin-left: -120px;
  }
}
@media (max-width: 768px) {
  .access__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
  }
}
.access__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #024222;
  border: 2px solid #150B0B;
  padding-right: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 769px) {
  .access__inner::before {
    min-width: 1160px;
  }
}
.access__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #409035;
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: -2;
  border: 2px solid #150B0B;
  padding-right: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 769px) {
  .access__inner::after {
    min-width: 1136px;
  }
}
@media (max-width: 768px) {
  .access__inner::after {
    width: calc(100% - 2px);
    top: 8px;
    left: -8px;
  }
}
.access__heading {
  position: absolute;
  z-index: 2;
  top: -70px;
  right: 0;
  max-width: 426px;
}
@media (max-width: 768px) {
  .access__heading {
    max-width: 80.2083333333vw;
    top: -30px;
    right: auto;
    left: 16px;
  }
}
.access__box {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .access__box {
    padding: 40px 0;
  }
}
.access__box:not(:first-of-type) {
  background-image: url(../images/event_line.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
@media (max-width: 768px) {
  .access__box:not(:first-of-type) {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../images/event_line_sp.svg);
  }
}
.access__box .lv3-heading {
  font-size: 2.8rem;
  min-width: 4em;
}
@media (max-width: 768px) {
  .access__box .lv3-heading {
    font-size: 2.2rem;
  }
}
.access__box.layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 150px;
}
@media (max-width: 768px) {
  .access__box.layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.access__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
}
@media (max-width: 768px) {
  .access__box dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.access__box dl dt {
  min-width: 5em;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .access__box dl dt {
    font-size: 1.6rem;
  }
}
.access__box dl + dl {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .access__box dl + dl {
    margin-top: 16px;
  }
}
.access__box .button {
  max-width: 327px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .access__box .button {
    max-width: 308px;
    margin-top: 40px;
  }
}
.access .notes-list li {
  font-size: 1.8rem;
  color: #FCD475;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .access .notes-list li {
    font-size: 1.6rem;
  }
}
.access .text-link {
  text-decoration: underline;
}

.related {
  color: #150B0B;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .related {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.related__body {
  display: grid;
  grid-template-columns: minmax(auto, 320px) 1fr;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  gap: 0 42px;
}
@media (max-width: 768px) {
  .related__body {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    gap: 25px 0;
  }
}
.related__heading {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .related__heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.related__subheading {
  margin-bottom: 20px;
  background-color: #150B0B;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  padding: 4px 10px;
  text-align: center;
  color: #FFFFFF !important;
  max-width: 120px;
}
@media (max-width: 768px) {
  .related__subheading {
    margin-bottom: 20px;
    min-width: 31.25vw;
    font-size: 1.8rem;
    padding: 3px 30px;
  }
}
.related .button {
  max-width: 327px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .related .button {
    margin-left: auto;
    margin-right: auto;
    max-width: 84.6354166667vw;
    margin-top: 20px;
  }
}

.copy {
  color: #150B0B;
  text-align: center;
  font-size: 1.4rem !important;
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .copy {
    font-size: 1.2rem !important;
    margin-top: 60px !important;
  }
}
/*# sourceMappingURL=index.css.map */
