@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);
}


/* =====================================================================
    submv
======================================================================*/
.submv {
  position: relative;
  padding: 25.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: 4.7em 0 3em;
    min-height: 47.8em;
    background-image: url(../images/common/bg_submv-pc.jpg);
  }
}
.submv h1 {
    margin-left: 1.4em;
    margin-top: -2rem;
    margin-bottom: 1em;
    width: 58.4em;
    /* width: 61.4em; */
    -webkit-filter: drop-shadow(0 0 1em #ffffffbb) drop-shadow(0 0 1em #ffffffbb) drop-shadow(0 0 1em #ffffffbb);
  filter: drop-shadow(0 0 1em #ffffffbb) drop-shadow(0 0 1em #ffffffbb) drop-shadow(0 0 1em #ffffffbb);
  /* 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: 58.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: 31.6em;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .submv-bottom > *:not(:first-child) {
    padding-left: 3rem;
    border-left: 2px solid #ef4687;
    margin-top: 14px;
  }
}
@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 #ffffffbb) drop-shadow(0px 0px 0.5em #ffffffbb);
  }
}
.submv-date {
  width: 36.3em;
}
@media screen and (min-width: 768px) {
  .submv-date {
    width: 40.2em;
  }
}
.submv-venue {
  /* margin-top: 17px; */
    font-weight: 700;
    font-size: 3.5em;
    color: #ef4385;
}
@media screen and (min-width: 768px) {
  .submv-venue {
    flex-direction: column;
    font-size: 3.4em;
  }
}

/* =====================================================================
    ticket
======================================================================*/
.ticket {
  background: url(../images/common/bg_pattern04.jpg) repeat center/97.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: #e917a0;
  position: relative;
  border-radius: 20px;
}
@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 figure {
    width: 79.5%;
    text-align: center;
    margin: 0 auto;
  }
}
.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: #181818;
}
.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 #63654b;
}
.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: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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: #fff;
}
.ticket-box-desc dd {
  flex-grow: 1;
  text-align: right;
  line-height: initial;
}
.ticket-fee .sub-ttl {
  margin-bottom: -1em;
}
.ticket-fee-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem 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: #ff8dbc; */
}

/* =====================================================================
    highlight
======================================================================*/
.highlight {
  background: url(../images/common/bg_pattern04.jpg) repeat center/97.5rem auto;
}
.highlight-box-budge {
  margin-bottom: -1rem;
}
@media screen and (min-width: 768px) {
  .highlight-box-budge {
    margin: 0 auto -3rem;
    width: calc(550 / 1240 * 100%);
  }
}
.highlight-box h4 {
  position: relative;
  /* padding-bottom: 0.5em; */
  font-family: "Noto Sans JP", serif;
  font-size: 3.5rem;
  line-height: 1.4;
  /* border-bottom: 0.15em dotted #f4f7c0; */
}
@media screen and (min-width: 768px) {
  .highlight-box h4 {
    text-align: center;
  }
}
.highlight-box-inner {
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
  padding: 7rem calc(50 / 550 * 100%);
  background-color: #e917a0;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .highlight-box-inner {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
.highlight-box-inner::before, .highlight-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) {
  .highlight-box-inner::before, .highlight-box-inner::after {
    top: -5rem;
    height: 5rem;
  }
}
.highlight-box-inner::after {
  top: auto;
  bottom: -4rem;
  transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .highlight-box-inner::after {
    bottom: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .highlight-box-inner {
    padding-left: calc(120 / 1240 * 100%);
    padding-right: calc(120 / 1240 * 100%);
  }
}
@media screen and (min-width: 768px) {
  /* .highlight-box figure {
    flex-shrink: 0;
    margin-right: 9%;
    width: 49.5%;
  } */
  .highlight-box figure {
    width: 79.5%;
    text-align: center;
    margin: 0 auto;
  }
}
.highlight-box-grid {
  display: flex;
  flex-direction: column;
  gap: 4.5rem 0;
}
@media screen and (min-width: 768px) {
  .highlight-box-grid {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .highlight-box-right {
    flex-grow: 1;
    min-width: 41.3%;
  }
}
.highlight-box p small {
  color: #181818;
}
.highlight-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 #63654b;
}
.highlight-box-desc::before, .highlight-box-desc::after {
  content: "";
  position: absolute;
  display: block;
  bottom: calc(-0.45rem - 0.5px);
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.highlight-box-desc::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
.highlight-box-desc:not(:last-of-type) {
  margin-bottom: 0.8em;
}
.highlight-box-desc dt {
  position: relative;
  flex-shrink: 0;
  font-weight: normal;
  margin-right: 1em;
  min-width: 7em;
  color: #fff;
}
.highlight-box-desc dd {
  flex-grow: 1;
  text-align: right;
  line-height: initial;
}
.highlight-fee .sub-ttl {
  margin-bottom: -1em;
}
.highlight-fee-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.5rem 0;
  padding: 16.5rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .highlight-fee-inner {
    margin-left: calc(-50 / 550 * 100%);
    width: calc(650 / 550 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .highlight-fee-inner {
    margin: 0 auto;
    padding: 13rem 0 7rem;
    max-width: 800px;
  }
}
.highlight-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;
}
.highlight-guide .sub-ttl {
  margin-bottom: 4rem;
}
.highlight .notice {
  color: #ff8dbc;
}

/* fee
-----------------------------------------*/
.fee-table dl {
  display: flex;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  font-size: 2.8rem;
  position: relative;
  border-bottom: 1px solid #63654b;
}
.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: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);olygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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: 49%;
  line-height: 1.333;
  letter-spacing: 0.1em;
}
.fee-table dl dt {
  flex-shrink: 0;
  font-weight: normal;
  color: #ff8dbc;
}
.fee-table dl dd {
  flex-grow: 1;
  font-size: 90%;
  text-align: center;
}
.fee-table-head > * {
  text-align: center;
  color: #ef4687;
}
.fee-table-head dt {
  width: 49%;
}

.notice li {
  position: relative;
  padding-left: 1.2em;
  font-size: 86%;
  line-height: 1.8;
}

.notice li:first-child {
  margin-top: -8px; 
}

.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: #ef4687;
  position: relative;
  border-bottom: 1px solid #63654b;
  line-height: 1.8;
}
.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: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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: 39.2682926829%;
  } */
  .guide-list > li h5.h5 {
    color: #ef4687;
    font-size: 120%;
    margin: 10px auto;
    text-align: left;
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 4rem;
    font-family: "Noto Serif JP", serif;
  }
}
.guide-list > li h5 img {
  margin: auto;
  width: auto;
  height: 4.9rem;
}
.guide-list > li dl {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .guide-list > li dl {
    font-size: 86%;
  }
  .guide-list > li h5 {
    color: #ef4687;
    font-size: 120%;
    margin: 10px auto;
    text-align: left;
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 4rem;
    font-family: "Noto Serif JP", serif;
  }  
}

@media screen and (min-width: 768px) {
  .guide-list > li h5 img {
    height: 3.4rem;
    height: 4rem;
  }
}
.guide-list-group {
  margin-top: 3rem;
    border-bottom: 1px dashed #63654b;
    padding-bottom: 16px;  
}
.guide-list-group:last-child {
  border-bottom: none;
}
.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%);
    justify-content: center;
  }
}
.guide-list-inner {
  font-size: 95%;
}
@media screen and (min-width: 768px) {
  .guide-list-inner {
    width: 75.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: #ef4687;
  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: #ff8dbc;
} */

/* =====================================================================
    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: #ef4687;
  position: relative;
  border-bottom: 1px solid #63654b;
}
.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: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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: #ef4687;
}
@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 #63654b;
}
.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: #ef4687;
}
.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 #63654b;
}
.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: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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: #ef4687;
}
.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(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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: #ef4687;
}
.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: #ef4687;
  position: relative;
  border-bottom: 1px solid #63654b;
}
.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: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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: #ef4687;
  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 #63654b;
  }
  .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: #63654b;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  .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: #63654b;
}
.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(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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: #ef4687;
}
.goods-list > li .price {
  text-align: center;
  margin-top: 0.3em;
  font-size: 113%;
  color: #ff8dbc;
}
.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 #63654b;
}
.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: #63654b;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.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 #63654b;
}
.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: #ef4687;
}
.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: #ef4687;
}
.article-content h4 + p {
  margin-top: -3.5rem;
}
.article-content figure figcaption {
  margin-top: 0.3em;
  font-size: 83%;
  color: #ff8dbc;
}
.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;
}

.btn-ticket,
.btn-highlight {
  padding: 0.6em 1em;
    font-size: 1em;
    text-align: center;
  font-weight: bold;
  border-radius: 2em;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #ef4385;
  text-decoration: none;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  margin-top: 16px;
}
.btn-ticket:hover,
.btn-highlight:hover {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
.btn-ticket,
.btn-highlight {
 margin-top: 0;
}

}