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

.sec-ttl {
  margin: 0 0 14rem calc(-100 / 550 * 100%);
  width: calc(750 / 550 * 100%);
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    margin: 0 auto 12rem;
    width: calc(750 / 1240 * 100%);
  }
}

.sub-ttl {
  display: grid;
  align-items: center;
  text-align: center;
  margin-bottom: 8rem;
  min-height: 5.476em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  line-height: 1.444;
  background: url(../images/common/bg_shape.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sub-ttl {
    margin-left: calc(-19 / 550 * 100%);
    width: calc(588 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .sub-ttl {
    margin-bottom: 4rem;
    font-size: 3.8rem;
  }
}
.sub-ttl span {
  display: block;
}

.is-blur {
  filter: blur(10px);
  transition: filter 0.8s ease-in-out;
}
.is-blur.is-appear {
  filter: blur(0px);
}

/* =====================================================================
    osaka
======================================================================*/
body.osaka .ticket-box-inner {
  background-color: #2c0e35;
}
body.osaka .ticket-box-inner::before, body.osaka .ticket-box-inner::after {
  background-image: url(../images/common/bg_frame_osaka.png);
}
body.osaka .ticket-box h4 {
  border-bottom-color: #8b5c99;
}
body.osaka .ticket-box p small {
  color: #8b5c99;
}

/* =====================================================================
    submv
======================================================================*/
.submv {
  position: relative;
  padding: 29.9em 0 3em;
  min-height: 88em;
  font-size: 1rem;
  background: url(../images/common/bg_submv-sp.jpg) no-repeat center top/100% auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .submv {
    padding: 9.7em 0 8em;
    min-height: 47.8em;
    background-image: url(../images/common/bg_submv-pc.jpg);
  }
}
.submv h1 {
  margin-left: 14.4em;
  width: 51.4em;
  filter: drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7)) drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7)) drop-shadow(0px 0px 1.5em rgba(67, 34, 7, 0.7));
}
@media screen and (min-width: 768px) {
  .submv h1 {
    margin: 0 auto;
    width: 33.6em;
  }
  .submv h1 a {
    transition-property: opacity;
  }
  .submv h1 a:hover {
    transform: translateY(0);
    opacity: 0.6;
  }
}
.submv-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24.6em;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .submv-bottom > *:not(:first-child) {
    padding-left: 3rem;
    border-left: 2px solid #ab9317;
  }
}
@media screen and (min-width: 768px) {
  .submv-bottom {
    flex-direction: column;
    gap: 0.6em 0;
    margin-top: 2.1em;
  }
  .submv-bottom > * {
    filter: drop-shadow(0px 0px 1em #432207) drop-shadow(0px 0px 0.5em #361b06);
  }
}
.submv-date {
  width: 36.3em;
}
@media screen and (min-width: 768px) {
  .submv-date {
    width: 27.2em;
  }
}
.submv-venue {
  font-weight: 700;
  font-size: 3em;
}
@media screen and (min-width: 768px) {
  .submv-venue {
    flex-direction: column;
    font-size: 2.4em;
  }
}

/* =====================================================================
    ticket
======================================================================*/
.ticket {
  background: url(../images/common/bg_pattern01.jpg) repeat center/102.5rem auto;
}
.ticket-box-budge {
  margin-bottom: -1rem;
}
@media screen and (min-width: 768px) {
  .ticket-box-budge {
    margin: 0 auto -3rem;
    width: calc(550 / 1240 * 100%);
  }
}
.ticket-box h4 {
  position: relative;
  padding-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  line-height: 1.4;
  border-bottom: 0.15em dotted #c8869a;
}
@media screen and (min-width: 768px) {
  .ticket-box h4 {
    text-align: center;
  }
}
.ticket-box-inner {
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
  padding: 7rem calc(50 / 550 * 100%);
  background-color: #59021c;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ticket-box-inner {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
.ticket-box-inner::before, .ticket-box-inner::after {
  content: "";
  position: absolute;
  display: block;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/bg_frame_tokyo.png) no-repeat bottom center/100% 100%;
}
@media screen and (min-width: 768px) {
  .ticket-box-inner::before, .ticket-box-inner::after {
    top: -5rem;
    height: 5rem;
  }
}
.ticket-box-inner::after {
  top: auto;
  bottom: -4rem;
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .ticket-box-inner::after {
    bottom: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .ticket-box-inner {
    padding-left: calc(120 / 1240 * 100%);
    padding-right: calc(120 / 1240 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .ticket-box figure {
    flex-shrink: 0;
    margin-right: 9%;
    width: 49.5%;
  }
}
.ticket-box-grid {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
}
@media screen and (min-width: 768px) {
  .ticket-box-grid {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .ticket-box-right {
    flex-grow: 1;
    min-width: 41.3%;
  }
}
.ticket-box p small {
  color: #c8869a;
}
.ticket-box-desc {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.8em;
  font-size: 110%;
  line-height: 1.333;
  letter-spacing: 0.2em;
  position: relative;
  border-bottom: 1px solid #605419;
}
.ticket-box-desc::before, .ticket-box-desc::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #605419;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.ticket-box-desc::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
.ticket-box-desc:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.ticket-box-desc dt {
  position: relative;
  flex-shrink: 0;
  font-weight: normal;
  margin-right: 1em;
  min-width: 7em;
  color: #ab9317;
}
.ticket-box-desc dd {
  flex-grow: 1;
  text-align: right;
  line-height: initial;
}
.ticket-fee .sub-ttl {
  margin-bottom: -2.7em;
}
.ticket-fee-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
  padding: 16.5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .ticket-fee-inner {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .ticket-fee-inner {
    margin: 0 auto;
    padding: 13rem 0 7rem;
    max-width: 800px;
  }
}
.ticket-fee-inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}
.ticket-guide .sub-ttl {
  margin-bottom: 4rem;
}
.ticket .notice {
  color: #878268;
}

/* fee
-----------------------------------------*/
.fee-table dl {
  display: flex;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  font-size: 2.8rem;
  position: relative;
  border-bottom: 1px solid #605419;
}
.fee-table dl::before, .fee-table dl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #605419;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.fee-table dl::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .fee-table dl {
    font-size: 2.2rem;
    font-size: 110%;
  }
}
.fee-table dl > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  line-height: 1.333;
  letter-spacing: 0.1em;
}
.fee-table dl dt {
  flex-shrink: 0;
  font-weight: normal;
  color: #ab9317;
}
.fee-table dl dd {
  flex-grow: 1;
  font-size: 90%;
  text-align: center;
}
.fee-table-head > * {
  text-align: center;
  color: #ab9317;
}

.notice li {
  position: relative;
  padding-left: 1.2em;
  font-size: 86%;
  line-height: 1.8;
}
.notice li::before {
  content: "※";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* guide
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .guide-list {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
.guide-list > li {
  padding: 5rem calc(50 / 650 * 100%);
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .guide-list > li {
    padding: 5rem calc(120 / 1240 * 100%);
  }
}
.guide-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
.guide-list > li h4 {
  text-align: center;
  margin-bottom: 4rem;
  padding-bottom: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
  color: #ab9317;
  position: relative;
  border-bottom: 1px solid #605419;
}
.guide-list > li h4::before, .guide-list > li h4::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #605419;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.guide-list > li h4::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
.guide-list > li h5 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .guide-list > li h5 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .guide-list > li h5 {
    display: grid;
    align-items: center;
    width: 29.2682926829%;
  }
}
.guide-list > li h5 img {
  margin: auto;
  width: auto;
  height: 4.9rem;
}
@media screen and (min-width: 768px) {
  .guide-list > li h5 img {
    height: 3.4rem;
    height: 4rem;
  }
}
.guide-list-group {
  margin-top: 3rem;
}
.guide-list-group:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .guide-list-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 calc(60 / 1240 * 100%);
  }
}
.guide-list-inner {
  font-size: 86%;
}
@media screen and (min-width: 768px) {
  .guide-list-inner {
    width: 63.4146341463%;
  }
}

/* =====================================================================
    highlight
======================================================================*/
.highlight {
  background: url(../images/common/bg_pattern03.jpg) repeat center/13.4rem auto;
}
.highlight-list {
  display: flex;
  flex-direction: column;
  gap: 20rem 0;
}
@media screen and (min-width: 768px) {
  .highlight-list {
    margin: 0 auto;
    max-width: 1000px;
  }
}
.highlight-list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
  line-height: 1.8;
}
.highlight-list h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  color: #ab9317;
  line-height: 1.571;
}
.highlight-list-img {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
}
@media screen and (min-width: 768px) {
  .highlight-list-img {
    justify-content: center;
    gap: 3rem 6.6%;
  }
}
.highlight-list-img > li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .highlight-list-img > li {
    width: 46.7%;
  }
  .highlight-list-img > li.large {
    width: 80%;
  }
}
.highlight-list-img > li figure figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 80%;
  color: #878268;
}

/* =====================================================================
    ambassador
======================================================================*/
.ambassador {
  background: url(../images/common/bg_pattern03.jpg) repeat center/13.4rem auto;
}
.ambassador-group .sub-ttl span {
  font-size: 85%;
  letter-spacing: 0.05em;
}
.ambassador-group-desc {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
@media screen and (min-width: 768px) {
  .ambassador-group-desc {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.ambassador-group-desc dl dt {
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  font-weight: normal;
  line-height: 1.4;
  color: #ab9317;
  position: relative;
  border-bottom: 1px solid #605419;
}
.ambassador-group-desc dl dt::before, .ambassador-group-desc dl dt::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #605419;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.ambassador-group-desc dl dt::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .ambassador-group-desc dl {
    width: calc(670 / 1240 * 100%);
  }
}
.ambassador-group-desc figure {
  font-size: 1rem;
  padding: 8.4em 2.8em;
  background: url(../images/common/bg_shape02.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
  .ambassador-group-desc figure {
    width: calc(495 / 1240 * 100%);
  }
}
.ambassador-profile {
  margin-top: 14rem;
  padding: calc(50 / 550 * 100%);
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .ambassador-profile {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .ambassador-profile {
    margin-top: 4rem;
    padding: 8rem calc(120 / 1240 * 100%);
  }
}
.ambassador-profile h4 {
  margin-bottom: 0.5em;
  font-family: "Syne", sans-serif;
  font-size: 140%;
  color: #ab9317;
}
@media screen and (min-width: 768px) {
  .ambassador-profile h4 {
    font-size: 160%;
  }
}

/* =====================================================================
    event
======================================================================*/
.event {
  background: url(../images/common/bg_pattern02.jpg) repeat center/24rem auto;
}
.event-list {
  padding: 9rem calc(50 / 550 * 100%);
}
@media screen and (max-width: 767px) {
  .event-list {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .event-list {
    padding: 7rem calc(120 / 1240 * 100%);
  }
}
.event-list:not(:last-child) {
  margin-bottom: 15.7rem;
}
@media screen and (min-width: 768px) {
  .event-list:not(:last-child) {
    margin-bottom: 22rem;
  }
}
.event-list h4 {
  position: relative;
  padding-bottom: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  line-height: 1.571;
  border-bottom: 0.15em dotted #605419;
}
.event-list h4 a {
  display: inline-block;
}
.event-list h4 a::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0.1em;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/common/icon_newtab.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .event-list h4 a {
    transition-property: opacity;
  }
  .event-list h4 a:hover {
    transform: translateY(0);
    opacity: 0.7;
  }
}
.event-list > li {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
}
.event-list > li:not(:last-child) {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 0.15em dotted #c8869a;
}
@media screen and (min-width: 768px) {
  .event-list figure {
    flex-shrink: 0;
    margin-left: 7%;
    width: 49.5%;
  }
}
@media screen and (max-width: 767px) {
  .event-list-grid, .event-list-right {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .event-list-grid, .event-list-right {
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .event-list-grid {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .event-list-right {
    flex-grow: 1;
    min-width: 43.3%;
  }
}
.event-list p strong {
  display: block;
  margin-bottom: 0.3em;
  font-weight: 700;
  font-size: 113%;
  line-height: 1.647;
  color: #ab9317;
}
.event-list p small {
  color: #c8869a;
}
.event-list-desc {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
  padding-top: 4.5rem;
  position: relative;
  border-top: 1px solid #605419;
}
.event-list-desc::before, .event-list-desc::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #605419;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.event-list-desc::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .event-list-desc {
    padding-top: 3rem;
    gap: 3rem 0;
  }
}
.event-list-desc dl {
  line-height: 1.8;
}
.event-list-desc dl dt {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  letter-spacing: 0.4em;
  font-family: "Noto Serif JP", serif;
  color: #ab9317;
}
.event-list-desc dl dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.75em;
  left: 0;
  width: 0.36em;
  height: 0.36em;
  background-color: currentColor;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.event-list-desc dl dd em {
  display: inline-block;
  margin: 0.5em 0.5em 0 0;
  padding: 0 0.2em;
  font-style: normal;
  color: #000000;
  background-color: #ab9317;
}
.event-group .event-list {
  background-color: #000000;
  position: relative;
}
.event-group .event-list::before, .event-group .event-list::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/img_check.jpg) space center/auto 100%;
}
@media screen and (min-width: 768px) {
  .event-group .event-list::before, .event-group .event-list::after {
    height: 2.8rem;
  }
}
.event-group .event-list::after {
  top: auto;
  bottom: 0;
}
.event-group .event-list h4 {
  color: #ab9317;
  position: relative;
  border-bottom: 1px solid #605419;
}
.event-group .event-list h4::before, .event-group .event-list h4::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #605419;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.event-group .event-list h4::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
.event-group .event-list-desc {
  padding-top: 0;
  border: 0;
}
.event-group .event-list-desc::before, .event-group .event-list-desc::after {
  display: none;
}

[class^=collabo-group] .sub-ttl {
  position: relative;
  margin-bottom: -2.1em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  [class^=collabo-group] .sub-ttl {
    margin-bottom: -2.35em;
  }
}
[class^=collabo-group] .event-list {
  padding-top: 14rem;
  background-color: #000000;
  position: relative;
}
[class^=collabo-group] .event-list::before, [class^=collabo-group] .event-list::after {
  content: "";
  position: absolute;
  display: block;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/bg_frame_tokyo.png) no-repeat bottom center/100% 100%;
}
@media screen and (min-width: 768px) {
  [class^=collabo-group] .event-list::before, [class^=collabo-group] .event-list::after {
    top: -5rem;
    height: 5rem;
  }
}
[class^=collabo-group] .event-list::after {
  top: auto;
  bottom: -4rem;
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  [class^=collabo-group] .event-list::after {
    bottom: -5rem;
  }
}
[class^=collabo-group] .event-list::before, [class^=collabo-group] .event-list::after {
  background-image: url(../images/common/bg_frame_black.png);
}

.collabo-group01 .event-list {
  background-color: #59021c;
}
.collabo-group01 .event-list::before, .collabo-group01 .event-list::after {
  background-image: url(../images/common/bg_frame_tokyo.png);
}
.collabo-group01 .event-list h4 {
  border-bottom-color: #c8869a;
}
.collabo-group01 .event-list-desc dl dd em {
  color: #59021c;
  background-color: #c8869a;
}

/* =====================================================================
    goods
======================================================================*/
.goods {
  background: url(../images/common/bg_pattern04.jpg) repeat center/40.6rem auto;
}
.goods-pickup {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
  padding: 9rem calc(50 / 550 * 100%);
  color: #000000;
  background-color: #ab9317;
  position: relative;
}
.goods-pickup::before, .goods-pickup::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/img_check.jpg) space center/auto 100%;
}
@media screen and (min-width: 768px) {
  .goods-pickup::before, .goods-pickup::after {
    height: 2.8rem;
  }
}
.goods-pickup::after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .goods-pickup {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .goods-pickup {
    padding: 6.8rem calc(120 / 1240 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .goods-pickup figure {
    flex-shrink: 0;
    margin-right: 10.3%;
    width: 46.7%;
  }
}
@media screen and (max-width: 767px) {
  .goods-pickup-grid, .goods-pickup-right {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .goods-pickup-grid, .goods-pickup-right {
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .goods-pickup-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .goods-pickup-right {
    flex-grow: 1;
    min-width: 43%;
  }
}
.goods-pickup-desc {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
@media screen and (max-width: 767px) {
  .goods-pickup-desc {
    padding-bottom: 4.5rem;
    position: relative;
    border-bottom: 1px solid #605419;
  }
  .goods-pickup-desc::before, .goods-pickup-desc::after {
    content: "";
    position: absolute;
    display: block;
    bottom: calc(-0.45rem - 0.5px);
    left: 0;
    width: 0.9rem;
    height: 0.9rem;
    background-color: #605419;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
  .goods-pickup-desc::after {
    left: auto;
    right: 0;
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 768px) {
  .goods-pickup-desc {
    font-size: 110%;
  }
}
.goods-pickup-desc dl {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
}
.goods-pickup-desc dl dt {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 1em;
  letter-spacing: 0.4em;
  color: #605419;
}
.goods-pickup-desc dl dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0.75em;
  left: 0;
  width: 0.36em;
  height: 0.36em;
  background-color: currentColor;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.goods-pickup-desc dl dd {
  font-weight: 600;
}
.goods-list {
  display: flex;
  flex-direction: column;
  gap: 9rem 0;
}
@media screen and (max-width: 767px) {
  .goods-list {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .goods-list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 7rem calc(38 / 1240 * 100%);
  }
}
.goods-list > li {
  width: 100%;
  padding: calc(50 / 650 * 100%);
  line-height: 1.8;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .goods-list > li {
    padding: calc(30 / 1240 * 100%);
    width: calc(388 / 1240 * 100%);
  }
}
.goods-list > li figure {
  margin-bottom: 1.3em;
}
.goods-list > li h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  line-height: 1.571;
  color: #ab9317;
}
.goods-list > li .price {
  text-align: center;
  margin-top: 0.3em;
  font-size: 113%;
  color: #878268;
}
.goods-list > li .price small {
  font-size: 70%;
  vertical-align: text-bottom;
}
.goods-list > li p:not(.price) {
  margin-top: 1em;
  padding-top: 1em;
  position: relative;
  border-top: 1px solid #605419;
}
.goods-list > li p:not(.price)::before, .goods-list > li p:not(.price)::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #605419;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.goods-list > li p:not(.price)::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

/* =====================================================================
    special
======================================================================*/
.special {
  background: url(../images/common/bg_pattern01.jpg) repeat center/102.5rem auto;
}

.article {
  padding: 8rem calc(50 / 550 * 100%);
  background-color: #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
.article::before, .article::after {
  content: "";
  position: absolute;
  display: block;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 4rem;
  background: url(../images/common/bg_frame_tokyo.png) no-repeat bottom center/100% 100%;
}
@media screen and (min-width: 768px) {
  .article::before, .article::after {
    top: -5rem;
    height: 5rem;
  }
}
.article::after {
  top: auto;
  bottom: -4rem;
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .article::after {
    bottom: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .article {
    padding: 3rem calc(120 / 1240 * 100%) 8rem;
  }
}
.article::before, .article::after {
  background-image: url(../images/common/bg_frame_black.png);
}
.article:not(:last-child) {
  margin-bottom: 21rem;
}
.article-header {
  position: relative;
  margin-bottom: 1.4em;
  padding-bottom: 1.4em;
  border-bottom: 0.15em dotted #605419;
}
.article-header h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  line-height: 1.571;
}
.article-header time {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Syne", sans-serif;
  color: #ab9317;
}
.article-content {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
  line-height: 1.8;
}
.article-content h4 {
  font-weight: bold;
  font-size: 110%;
  color: #ab9317;
}
.article-content h4 + p {
  margin-top: -3.5rem;
}
.article-content figure figcaption {
  margin-top: 0.3em;
  font-size: 83%;
  color: #878268;
}
.article-img {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}
@media screen and (min-width: 768px) {
  .article-img {
    justify-content: center;
    gap: 3rem 6.6%;
  }
}
.article-img li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .article-img li {
    width: 46.7%;
  }
}
.article .btn02 a svg {
  fill: #2c0e35;
}

/* =====================================================================
    specialcomment
======================================================================*/
h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 140%;
  color: #ab9317;
  line-height: 1.571;
  text-align: center;
}

.play {
  margin: 5rem auto 10rem;
  text-align: center;
}

.no_play {
  margin: 5rem auto 10rem;
}
.no_play p {
  color: #000;
  background-color: #fff;
  padding: 2rem 5rem;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}/*# sourceMappingURL=subpage.css.map */