@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
.main > section {
  padding: 20rem 0 10rem;
}
@media screen and (min-width: 768px) {
  .main > section {
    padding: 12rem 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 6rem;
  }
}
.sec-ttl .en {
  margin-top: 0.7em;
  font-size: 50%;
}

h2.sec-ttl {
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  h2.sec-ttl {
    margin-bottom: 7rem;
  }
}

.page-lead {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 107%;
  line-height: 2 !important;
}
@media screen and (min-width: 768px) {
  .page-lead {
    margin-bottom: 6.5rem;
  }
}
.page-lead strong {
  display: inline-block;
  font-weight: normal;
  color: #e50015;
}

/* =====================================================================
    submv
======================================================================*/
.submv {
  padding: 7.3rem 0 4.2rem;
  background-color: #0d0c08;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .submv {
    padding: 6.5rem 0 4.9rem;
  }
}
.submv-logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: calc(500 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .submv-logo a {
    width: calc(540 / 1000 * 100%);
  }
}
.submv-logo a h1 {
  width: 69.6%;
}
.submv-logo a h2 {
  width: 26%;
}
.submv-date {
  margin: 3.2rem auto 0;
}
@media screen and (min-width: 768px) {
  .submv-date {
    width: calc(650 / 1000 * 100%);
  }
}

/* =====================================================================
    ticket
======================================================================*/
.ticket section:not(:last-child) {
  margin-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  .ticket section:not(:last-child) {
    margin-bottom: 12rem;
  }
}
.ticket .page-lead {
  padding: 4rem calc(50 / 650 * 100%);
  border-radius: 2rem;
  background: url(../images/common/bg_pattern01.jpg) repeat top center/12.8rem auto;
}
@media screen and (min-width: 768px) {
  .ticket .page-lead {
    padding: 7rem calc(100 / 1200 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .ticket .page-lead {
    margin-left: -10%;
    width: calc(1200 / 1000 * 100%);
  }
}
.ticket-box {
  border-radius: 3.2rem;
  border: 2px solid currentColor;
  overflow: hidden;
}
.ticket-box:not(:last-child) {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .ticket-box:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.ticket-box h4 {
  padding: 5.5rem calc(50 / 650 * 100%);
  font-weight: bold;
  font-size: 107%;
  line-height: 1.47;
  color: #c4a300;
  background-color: #0d0c08;
}
@media screen and (min-width: 768px) {
  .ticket-box h4 {
    padding: 4rem calc(45 / 1000 * 100%);
    font-size: 133%;
  }
}
.ticket-box-inner {
  position: relative;
  padding: 5.5rem calc(50 / 650 * 100%);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .ticket-box-inner {
    display: flex;
    justify-content: center;
    padding: 4rem calc(45 / 1000 * 100%);
  }
}
.ticket-box-inner > * {
  position: relative;
}
@media screen and (min-width: 768px) {
  .ticket-box-inner .btn01 {
    margin-left: auto;
    max-width: 452px;
  }
}
.ticket-box-inner .btn01 a {
  text-align: left;
  width: 100%;
  color: #c4a300;
  background-color: #0d0c08;
}
.ticket-box-inner .btn01 a:not(:last-child) {
  margin-bottom: 3rem;
}
.ticket-box figure {
  margin: 0 auto 5rem;
}
@media screen and (min-width: 768px) {
  .ticket-box figure {
    flex-shrink: 0;
    margin: 0 6.1538461538% 0 0;
    width: 43.956043956%;
  }
}
.ticket-box figure img {
  border-radius: 1.6rem;
}
.ticket-box figure figcaption {
  margin-top: 0.5em;
  font-size: 80%;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .ticket-box-right {
    flex-grow: 1;
  }
}
.ticket-box-right > *:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .ticket-box-right > *:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.ticket-box-fee dl {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.ticket-box-fee dl:last-of-type {
  margin-bottom: 0;
}
.ticket-box-fee dl > * {
  line-height: 1.3;
}
.ticket-box-fee dl dt {
  position: relative;
  text-align: center;
  flex-shrink: 0;
  margin-right: 0.8em;
  padding: 0.25em;
  min-width: 7.5em;
  font-size: 93%;
  font-weight: normal;
  color: #ffffff;
  background-color: #e50015;
  border-radius: 3em;
}
.ticket-box-fee dl dd {
  flex-grow: 1;
  font-size: 107%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ticket-box-fee dl dd {
    font-size: 144%;
  }
}
.ticket-fee .page-lead {
  margin: 0 auto 4rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background: #e50015;
}
@media screen and (min-width: 768px) {
  .ticket-fee .page-lead {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-radius: 3em;
  }
}

/* fee
-----------------------------------------*/
.fee-table {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fee-table {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fee-table dl {
  display: flex;
}
.fee-table dl:not(:last-child) {
  border-bottom: 2px solid #999999;
}
.fee-table dl > * {
  display: flex;
  align-items: center;
  padding: 1.3em 0.6em;
  width: 33.3333333333%;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.333;
}
.fee-table dl > *:not(:last-child) {
  border-right: 2px solid #999999;
}
@media screen and (min-width: 768px) {
  .fee-table dl > * {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
}
.fee-table dl dt {
  flex-shrink: 0;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #c4a300;
  background-color: #0d0c08;
}
.fee-table dl dd {
  flex-grow: 1;
  justify-content: center;
  background-color: #f5f5f5;
}
.fee-table-head dt {
  justify-content: center;
  color: #ffffff !important;
  background-color: #53524c !important;
}

.notice {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .notice {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.notice li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  font-size: 75%;
  line-height: 1.785;
}
.notice li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* guide
-----------------------------------------*/
.guide-list {
  padding: 3.5rem calc(30 / 650 * 100%);
  background-color: #f5f5f5;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .guide-list {
    padding: 3.5rem calc(40 / 1000 * 100%);
  }
}
.guide-list > li {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .guide-list > li {
    padding: 0 4.347826087%;
  }
}
.guide-list > li:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #dadada;
}
.guide-list > li h4 {
  flex-shrink: 0;
  margin-right: 5.0847457627%;
  width: 27.1186440678%;
}
@media screen and (min-width: 768px) {
  .guide-list > li h4 {
    display: grid;
    align-items: center;
    width: calc(160 / 1000 * 100%);
  }
}
.guide-list-inner p {
  font-size: 97%;
}
@media screen and (min-width: 768px) {
  .guide-list-inner {
    flex-grow: 1;
  }
  .guide-list-inner > * {
    min-height: 10.4rem;
  }
}

/* =====================================================================
    special
======================================================================*/
/*  一覧
-----------------------------------------*/
.special-list {
  display: flex;
  flex-direction: column;
  gap: 6rem 0;
}
@media screen and (min-width: 768px) {
  .special-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6rem calc(30 / 1200 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .special-list {
    margin-left: -10%;
    width: calc(1200 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .special-list > li {
    width: calc(380 / 1200 * 100%);
  }
}
.special-list > li a {
  padding: calc(50 / 650 * 100%);
  background-color: #f5f5f5;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .special-list > li a {
    padding: 7.8947368421%;
    transition-property: transform;
  }
  .special-list > li a:hover {
    opacity: 1;
    transform: translateY(-1.5rem);
  }
}
.special-list > li a > *:not(:last-child) {
  margin-bottom: 4rem;
}
.special-list > li h3 {
  padding-bottom: 4rem;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.666;
  color: #e50015;
  border-bottom: 2px solid #232323;
}

/*  詳細
-----------------------------------------*/
.special-ttl {
  text-align: center;
  margin: 0 auto 4rem;
  padding: 1em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: calc(550 / 650 * 100%);
  font-size: 107%;
  font-weight: 700;
  line-height: 1.666;
  color: #ffffff;
  background-color: #e50015;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .special-ttl {
    min-width: calc(540 / 1000 * 100%);
    font-size: 122%;
    border-radius: 3em;
  }
}
.special-article {
  padding: calc(50 / 650 * 100%);
  background-color: #f5f5f5;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .special-article {
    padding: 6rem calc(40 / 1000 * 100%);
  }
}
.special-article:not(:last-of-type) {
  margin-bottom: 6rem;
}
.special-article-ttl {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.666;
  color: #e50015;
  border-bottom: 2px solid #232323;
}
@media screen and (min-width: 768px) {
  .special-article-ttl {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 133%;
  }
}
.special-article-content > *:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .special-article-content > *:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.special-article-content .btn01 a {
  text-align: left;
  min-width: 100%;
  color: #c4a300;
  background-color: #232323;
}
@media screen and (min-width: 768px) {
  .special-article-content .btn01 a {
    min-width: 50%;
  }
}
.special-article-desc dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.4em;
}
.special-article-desc dl > * {
  line-height: 1.3;
}
.special-article-desc dl dt {
  flex-shrink: 0;
  margin-right: 1em;
  padding: 0.2em;
  text-align: center;
  width: 6em;
  color: #ffffff;
  background-color: #53524c;
}
.special-article-desc dl dd {
  flex-grow: 1;
  padding-top: 0.15em;
}
.special-article-img {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .special-article-img {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem 4.347826087%;
  }
}
@media screen and (min-width: 768px) {
  .special-article-img li {
    width: 43.4782608696%;
  }
}
.special-article-img li figure img {
  border-radius: 2rem;
}
.special-article-img li figure figcaption {
  text-align: center;
  margin-top: 0.3em;
  font-size: 93%;
  line-height: 1.3;
}

.btn-back {
  margin-top: 8rem;
}
.btn-back a {
  text-align: center;
  padding-right: 2.6em;
  padding-left: 2.6em;
}
.btn-back a::after {
  right: auto;
  left: 1.3em;
  transform: scale(-1, 1);
}

/* =====================================================================
    highlight
======================================================================*/
.highlight-lead {
  padding-top: 4rem;
  background: url(../images/common/img_line.png) no-repeat top center/100% 1rem;
}
@media screen and (min-width: 768px) {
  .highlight-lead {
    padding-top: 6rem;
  }
}
.highlight-img {
  margin: 7rem auto 0;
}
@media screen and (min-width: 768px) {
  .highlight-img {
    max-width: 800px;
  }
}
.highlight-img iframe,
.highlight-img img {
  -webkit-mask-image: url(../images/common/img_mask01.png);
          mask-image: url(../images/common/img_mask01.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.highlight-list {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .highlight-list {
    margin-top: 12rem;
  }
}
.highlight-list > li:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .highlight-list > li:not(:last-child) {
    margin-top: 12rem;
  }
}
.highlight-list > li > *:not(:last-child) {
  margin-bottom: 5rem;
}
.highlight-list > li .sec-ttl {
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .highlight-list > li .sec-ttl {
    font-size: 4rem;
    font-size: max(4rem, 24px);
  }
}
.highlight-list > li figure img {
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .highlight-list > li figure {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}
.highlight-list-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 114%;
  font-weight: 700;
  line-height: 1.875;
  color: #e50015;
}
@media screen and (min-width: 768px) {
  .highlight-list-ttl {
    flex-direction: row;
    font-size: 122%;
  }
}
.highlight-list-ttl .num {
  position: relative;
  text-align: center;
  margin-bottom: 6rem;
  padding-top: 0.75em;
  width: 2.25em;
  height: 2.25em;
  font-family: "Yuji Syuku", serif;
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  color: #232323;
  background-color: #e50015;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .highlight-list-ttl .num {
    flex-shrink: 0;
    margin: 0 0.8em 0 0;
    font-size: 233%;
  }
}
.highlight-list-ttl .num::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.48em;
  left: 0;
  width: 100%;
  height: 0.32em;
  background: url(../images/highlight/text_highlight.png) no-repeat center/contain;
}
.highlight-list-subttl {
  font-size: 128%;
  font-weight: 700;
  line-height: 1.4;
  color: #e50015;
}
.highlight-list-subttl strong {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 222%;
  color: #232323;
}
.highlight-list-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.highlight-list-img > li {
  width: calc(550 / 650 * 100%);
}
@media screen and (max-width: 767px) {
  .highlight-list-img > li:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .highlight-list-img > li {
    margin: 0 calc(10 / 1000 * 100%) 4rem;
    width: calc(280 / 1000 * 100%);
  }
  .highlight-list-img > li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.highlight-list-img > li figure img {
  border-radius: 2rem;
}
.highlight-list-img > li figure figcaption {
  text-align: center;
  margin-top: 0.5em;
  font-size: 93%;
  font-weight: 700;
  line-height: 1.3;
  color: #c4a300;
}
.highlight-hakuin {
  margin: 12rem 0;
  padding: 10rem 0;
  background-color: #dbdbdb;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .highlight-hakuin {
    margin: 10.9rem 0;
  }
}
.highlight-hakuin::before, .highlight-hakuin::after {
  content: "";
  position: absolute;
  display: block;
  top: calc((12rem - 1px) * -1);
  left: 0;
  width: 100%;
  height: 12rem;
  background: url(../images/highlight/img_wave.png) no-repeat top center/170% 100%;
}
@media screen and (min-width: 768px) {
  .highlight-hakuin::before, .highlight-hakuin::after {
    top: calc((10.9rem - 1px) * -1);
    height: 10.9rem;
    background-size: 100% 100%;
  }
}
.highlight-hakuin::after {
  top: auto !important;
  bottom: calc((12rem - 1px) * -1);
  transform: scale(1, -1);
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .highlight-hakuin::after {
    bottom: calc((10.9rem - 1px) * -1);
  }
}
@media screen and (max-width: 767px) {
  .highlight-hakuin .highlight-img {
    margin-left: calc(60% - 60vw);
    margin-right: calc(60% - 60vw);
  }
}
.highlight-hakuin .highlight-list {
  padding-top: 6rem;
  border-top: 2px solid currentColor;
}
@media screen and (min-width: 768px) {
  .highlight-hakuin .highlight-list {
    margin-top: 8rem;
  }
}
.highlight-hakuin .highlight-list > li {
  padding-bottom: 6rem;
  border-bottom: 2px solid currentColor;
}
.highlight-hakuin .highlight-list > li figure figcaption {
  color: #878787;
}

/* =====================================================================
    faq
======================================================================*/
.faq .page-ttl {
  margin-bottom: 8rem;
}
.faq-list-ttl {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 139%;
  font-weight: 700;
  line-height: 1.4;
  color: #e50015;
}
@media screen and (min-width: 768px) {
  .faq-list-ttl {
    font-size: 166%;
  }
}
.faq-list li:not(:last-child) {
  margin-bottom: 12rem;
}
.faq-list li dl {
  line-height: 1.785;
  border-radius: 1rem;
  overflow: hidden;
}
.faq-list li dl:not(:last-child) {
  margin-bottom: 1rem;
}
.faq-list li dl > * {
  position: relative;
  padding: 1.2em 3em;
}
@media screen and (min-width: 768px) {
  .faq-list li dl > * {
    padding: 1.5em 4em;
  }
}
.faq-list li dl > *::before {
  content: "";
  position: absolute;
  display: grid;
  justify-content: center;
  align-content: center;
  top: 1.5em;
  left: 0.85em;
  width: 1.818em;
  height: 1.818em;
  padding-bottom: 0.1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 85%;
  color: #0d0c08;
  border-radius: 50%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .faq-list li dl > *::before {
    top: 1.85em;
    left: 1.6em;
  }
}
.faq-list li dl dt {
  color: #ffffff;
  font-weight: 800;
  color: #c4a300;
  background-color: #0d0c08;
  border-radius: 1rem;
}
.faq-list li dl dt::before {
  content: "Q";
  background-color: #c4a300;
}
.faq-list li dl dd {
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
}
.faq-list li dl dd::before {
  content: "A";
  color: #ffffff;
  background-color: #e50015;
}
.faq-list li dl.accordion dt {
  cursor: pointer;
}
.faq-list li dl.accordion dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.7em;
  width: 2em;
  height: 2em;
  background: url(../images/common/icon-plus.svg) no-repeat center/contain;
  transition: background-image 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq-list li dl.accordion dt::after {
    right: 1.25em;
  }
}
.faq-list li dl.accordion dt.is-active::after {
  background-image: url(../images/common/icon-minus.svg);
}
.faq-note {
  text-align: center;
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .faq-note {
    margin: 12rem auto 0;
    max-width: 800px;
  }
}
.faq-note dt {
  margin-bottom: 1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 128%;
  color: #e50015;
}
@media screen and (min-width: 768px) {
  .faq-note dt {
    font-size: 133%;
  }
}
.faq-note dd {
  padding: 1.5em;
  background-color: #f5f5f5;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .faq-note dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    min-height: 9em;
  }
}
.faq-note dd em {
  display: inline-block;
  font-style: normal;
  font-size: 142%;
}

/* =====================================================================
    goods
======================================================================*/
.goods-group:not(:last-child) {
  margin-bottom: 8rem;
}
.goods-pickup {
  position: relative;
  padding: 8rem 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .goods-pickup {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 6rem 0;
  }
}
.goods-pickup::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #0d0c08;
  z-index: -1;
}
.goods-pickup figure {
  margin: 0 auto 8rem;
  width: calc(450 / 650 * 100%);
}
@media screen and (min-width: 768px) {
  .goods-pickup figure {
    flex-shrink: 0;
    margin: 0;
    width: calc(360 / 1000 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .goods-pickup-right {
    width: calc(500 / 1000 * 100%);
  }
}
.goods-pickup-ttl {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 142%;
  font-weight: 700;
  color: #c4a300;
  border-bottom: 2px solid #e50015;
}
@media screen and (min-width: 768px) {
  .goods-pickup-ttl {
    font-size: 166%;
  }
}
.goods-pickup-desc {
  margin-bottom: 7rem;
}
.goods-pickup-desc dl {
  display: flex;
  margin-bottom: 0.3em;
  font-size: 114%;
}
.goods-pickup-desc dl > * {
  line-height: 1.25;
}
.goods-pickup-desc dl > * small {
  font-size: 70%;
}
.goods-pickup-desc dl dt {
  position: relative;
  flex-shrink: 0;
  color: #c4a300;
}
.goods-pickup-desc dl dt::after {
  content: "：";
  display: inline-block;
}
.goods-pickup-desc dl dd {
  flex-grow: 1;
  font-weight: 700;
}
.goods-list {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media screen and (min-width: 768px) {
  .goods-list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem calc(30 / 1200 * 100%);
  }
}
@media screen and (min-width: 1200px) {
  .goods-list {
    margin-left: -10%;
    width: calc(1200 / 1000 * 100%);
  }
}
.goods-list > li {
  padding: calc(50 / 650 * 100%);
  background-color: #f5f5f5;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .goods-list > li {
    padding: calc(30 / 1200 * 100%);
    width: calc(380 / 1200 * 100%);
  }
}
.goods-list > li figure {
  margin-bottom: 1em;
}
.goods-list > li h4 {
  font-size: 121%;
  font-weight: 800;
  line-height: 1.4;
}
.goods-list > li .price {
  margin-top: 0.2em;
  font-size: 107%;
  font-weight: 800;
  color: #e50015;
  line-height: 1.25;
}
.goods-list > li .price small {
  font-size: 70%;
}
.goods-list > li p:not(.price) {
  margin-top: 1.2em;
  padding-top: 1em;
  border-top: 2px solid #e50015;
}
.goods-btn {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .goods-btn a {
    text-align: center;
  }
}/*# sourceMappingURL=subpage.css.map */