@charset "utf-8";

/* top
============================================ */
#top main {
  padding-bottom: calc(29px + 28.25vw);
}
#mv {
  width: 100%;
  padding: 12.5vw 0 4.7vw;
  background-image: url(../img/mv_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#mv h1 {
  margin: 0 auto;
  width: 95%;
  max-width: 1016px;
}

#catch {
  padding: 4.6vw 5%;
  background-image: url(../img/catch_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#catch h2 {
  margin: 0 auto;
  width: 100%;
  max-width: 984px;
}

#documentary,
#about,
#point,
#achieve,
#schedule,
#guest,
#friend_point,
#faq,
#detail,
#place {
  border-bottom: 1px solid #bfbfbf;
}
#documentary {
  padding-top: 10vw;
}
#documentary h3 {
  margin: 0 auto 5vw;
  width: 56.6vw;
  max-width: 980px;
}
.documentary_slide {
  margin-bottom: -6vw;
}
.documentary_slide a {
  margin: 0 -1.8vw;
  display: block;
}
.slick-slide,
.slick-slide img {
  height: auto!important;
}

#about {
  width: 100%;
  padding: 12.8vw 0;
  background-image: url(../img/about_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#about h3,
#point h3,
#achieve h3,
#schedule h3,
#guest h3,
#faq h3,
#detail h3 {
  margin: 0 auto 7vw;
}
#about h3 img,
#point h3 img,
#achieve h3 img,
#schedule h3 img,
#guest h3 img,
#faq h3 img,
#detail h3 img {
  margin: 0 auto;
  width: auto;
  height: 22vw;
  max-height: 233px;
}
.about_txt {
  margin: 0 auto;
  width: 78%;
}
.about_txt dd {
  margin-top: 1.2em;
  font-size: .625rem;
  font-size: min(3.12vw, 1.61rem);
  font-weight: 700;
  text-align: center;
}
.about_photo {
  margin: min(7vw, 88px) auto 0;
  width: 100%;
  max-width: 14446px;
}
.about_place {
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
  display: flex;
}
.about_place > div {
  width: 48%;
  container-type: inline-size;
  --cut: clamp(8px, 3vw, 45px);
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
  display: flex;
  position: relative;
}
.about_place .osaka {
  background-color: var(--osaka);
}
.about_place .nagoya {
  background-color: var(--nagoya);
}
.about_place > div:nth-of-type(2n) {
  margin-left: 4%;
}
.about_place > div::before {
  content: '';
  inset: 1px;
  background-color: #fff;
  --cut: clamp(7px, calc(3vw - 1px), 44px);
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
  position: absolute;
  z-index: -1;
}
.about_place > div > div {
  margin: 1px;
  padding: 12% 0 75%;
  width: 100%;
  --cut: clamp(7px, calc(3vw - 1px), 44px);
  clip-path: polygon(var(--cut) 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, var(--cut) 100%, 0 calc(100% - var(--cut)), 0 var(--cut));
}
.about_place .coming > div {
  padding-bottom: 0;
}
.about_place > div p:first-child {
  margin: 0 auto;
  width: 80%;
  max-width: 382px;
}
.about_place h4 {
  margin: 0 auto 22px;
  margin-bottom: 12.77cqw;
  width: 81%;
}
.about_place .about_coming {
  margin: 0 auto;
  width: 100%;
}
.about_place dl:not(:first-of-type) {
  margin-top: 1.1em;
}
.about_place dt {
  margin: 0 auto 1em;
  padding: .2em .5em .3em;
  width: 9ch;
  font-size: .625rem;
  font-size: 5.3cqw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border: 1px solid var(--osaka);
  transform: skewX(-32deg);
}
.about_place .osaka dt {
  border-color: var(--osaka);
}
.about_place .nagoya dt {
  border-color: var(--nagoya);
}
.about_place dt p {
  transform: skewX(32deg);
}
.about_place dd {
  text-align: center;
}
.about_place dd p {
  margin: 0 auto;
  width: 90%;
  font-size: .625em;
  font-size: 5.4cqw;
  line-height: 1.5;
}
.about_place dd p.place {
  margin-bottom: .5em;
  font-size: .75rem;
  font-size: 6.5cqw;
  font-weight: 700;
  line-height: 1;
}
.about_place dd img {
  margin: 0 auto;
  width: auto;
  max-width: 90%;
  height: 6.3%;
}
.about_place > div .btn {
  margin: 9.5% auto 0;
  width: 82.7%;
  max-width: 348px;
}
.about_place > div .image {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#point {
  width: 100%;
  padding-top: 9vw;
  padding-bottom: 9vw;
  background-image: url(../img/point_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#point > p {
  margin: 0 auto;
  width: 90%;
  max-width: 1004px;
}
#point .point_list {
  margin: 0 auto;
  width: 90%;
  max-width: 1180px;
  display: flex;
  flex-wrap: wrap;
  gap: 8.4%;
}
#point .point_list li {
  margin-bottom: 7.5%;
  width: 45.8%;
  container-type: inline-size;
}
#point .point_list li dt {
  margin-bottom: .7em;
  font-size: 7.8cqw;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
#point .point_list li:first-of-type dt,
#point .point_list li:first-of-type dd em,
#point .point_list li:nth-of-type(8) dt,
#point .point_list li:nth-of-type(8) dd em {
  color: #E60012;
}
#point .point_list li:nth-of-type(2) dt,
#point .point_list li:nth-of-type(2) dd em,
#point .point_list li:nth-of-type(9) dt,
#point .point_list li:nth-of-type(9) dd em {
  color: #1A96D5;
}
#point .point_list li:nth-of-type(3) dt,
#point .point_list li:nth-of-type(3) dd em,
#point .point_list li:nth-of-type(10) dt,
#point .point_list li:nth-of-type(10) dd em {
  color: #7F1084;
}
#point .point_list li:nth-of-type(4) dt,
#point .point_list li:nth-of-type(4) dd em,
#point .point_list li:nth-of-type(11) dt,
#point .point_list li:nth-of-type(11) dd em {
  color: #00A040;
}
#point .point_list li:nth-of-type(5) dt,
#point .point_list li:nth-of-type(5) dd em {
  color: #005BAC;
}
#point .point_list li:nth-of-type(6) dt,
#point .point_list li:nth-of-type(6) dd em {
  color: #FABE00;
}
#point .point_list li:nth-of-type(7) dt,
#point .point_list li:nth-of-type(7) dd em {
  color: #EC6800;
}
#point .point_list li dt::before {
  content: '';
  margin-right: .5em;
  width: 25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1 / 1;
  display: inline-block;
  flex-shrink: 0;
}
#point .point_list li:first-of-type dt::before {
  background-image: url(../img/point_list01.png);
}
#point .point_list li:nth-of-type(2) dt::before {
  background-image: url(../img/point_list02.png);
}
#point .point_list li:nth-of-type(3) dt::before {
  background-image: url(../img/point_list03.png);
}
#point .point_list li:nth-of-type(4) dt::before {
  background-image: url(../img/point_list04.png);
}
#point .point_list li:nth-of-type(5) dt::before {
  background-image: url(../img/point_list05.png);
}
#point .point_list li:nth-of-type(6) dt::before {
  background-image: url(../img/point_list06.png);
}
#point .point_list li:nth-of-type(7) dt::before {
  background-image: url(../img/point_list07.png);
}
#point .point_list li:nth-of-type(8) dt::before {
  background-image: url(../img/point_list08.png);
}
#point .point_list li:nth-of-type(9) dt::before {
  background-image: url(../img/point_list09.png);
}
#point .point_list li:nth-of-type(10) dt::before {
  background-image: url(../img/point_list10.png);
}
#point .point_list li:nth-of-type(11) dt::before {
  background-image: url(../img/point_list11.png);
}
#point .point_list li:nth-of-type(12) dt::before {
  background-image: url(../img/point_list12.png);
}
#point .point_list li dd {
  font-size: 6.5cqw;
  line-height: 1.5;
}
#point .point_list li dd figure {
  margin-bottom: .5em;
  overflow: clip;
}
#point .point_list li dd em {
  font-weight: 700;
  font-style: normal;
}

#achieve,
#place {
  padding: 13vw 0;
}
.achieve_txt {
  margin: 0 auto;
  width: 75.2vw;
  max-width: 748px;
}
.achieve_slide p {
  margin: 0 2vw;
  height: 44vw!important;
}
.achieve_slide p img {
  width: auto;
  height: 100%!important;
}

#top .foot_event {
  height: auto;
}
#top .foot_event > div {
  gap: 4%;
}
#top .foot_event p {
  width: 48%;
  max-width: 470px;
}
#top .foot_event p img {
  width: 100%;
  max-height: none;
}
#top p.foot_event_txt {
  margin: 0 auto 1.5vw;
  width: 80%;
  max-width: 776px;
}

/* osaka
============================================ */
#osaka #mv {
  background-image: url(../../osaka/img/mv_bg_sp.png);
}
#osaka #mv h1,
#nagoya #mv h1 {
  max-width: 1004px;
}
#osaka #catch {
  background-image: url(../../osaka/img/catch_bg.png);
}
#osaka #about {
  background-image: url(../../osaka/img/about_bg_sp.png);
}
.about_box {
  margin: 5.7vw auto 0;
  width: 90vw;
  max-width: 924px;
  display: flex;
  container-type: inline-size;
}
.about_box .img {
  width: 34%;
  max-width: 345px;
}
.about_box .txt {
  padding-left: 2ch;
  font-size: min(2.8cqw, 1.625rem);
  flex: 1;
}
.about_box .txt span img {
  margin: -.2em .5ch 0 0;
  width: auto;
  height: 2.2ch;
  vertical-align: middle;
  display: inline-block;
}
.about_txt2 {
  margin: 7.5vw auto 0;
  width: 80vw;
  max-width: 862px;
}
.movie_wrap {
  margin: 3.3vw auto 0;
  width: 90vw;
  max-width: 600px;
}
.movie_wrap > div:not(:first-of-type) {
  margin-top: 6.3vw;
}
.movie_wrap > div iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie_wrap > div p {
  margin-top: 1em;
  font-size: .75rem;
  text-align: center;
  line-height: 1.5;
}
#osaka #point {
  background-image: url(../../osaka/img/point_bg_sp.png);
}
#osaka #point .point_list li:first-of-type dt,
#osaka #point .point_list li:first-of-type dd em,
#osaka #point .point_list li:nth-of-type(6) dt,
#osaka #point .point_list li:nth-of-type(6) dd em,
#osaka #point .point_list li:nth-of-type(11) dt,
#osaka #point .point_list li:nth-of-type(11) dd em {
  color: #E60012;
}
#osaka #point .point_list li:nth-of-type(2) dt,
#osaka #point .point_list li:nth-of-type(2) dd em,
#osaka #point .point_list li:nth-of-type(7) dt,
#osaka #point .point_list li:nth-of-type(7) dd em,
#osaka #point .point_list li:nth-of-type(12) dt,
#osaka #point .point_list li:nth-of-type(12) dd em {
  color: #e74291;
}
#osaka #point .point_list li:nth-of-type(3) dt,
#osaka #point .point_list li:nth-of-type(3) dd em,
#osaka #point .point_list li:nth-of-type(8) dt,
#osaka #point .point_list li:nth-of-type(8) dd em {
  color: #f19ec2;
}
#osaka #point .point_list li:nth-of-type(4) dt,
#osaka #point .point_list li:nth-of-type(4) dd em,
#osaka #point .point_list li:nth-of-type(9) dt,
#osaka #point .point_list li:nth-of-type(9) dd em {
  color: #b81a3a;
}
#osaka #point .point_list li:nth-of-type(5) dt,
#osaka #point .point_list li:nth-of-type(5) dd em,
#osaka #point .point_list li:nth-of-type(10) dt,
#osaka #point .point_list li:nth-of-type(10) dd em {
  color: #ea545d;
}
#osaka #point .point_list li:first-of-type dt::before {
  background-image: url(../../osaka/img/point_list01.png);
}
#osaka #point .point_list li:nth-of-type(2) dt::before {
  background-image: url(../../osaka/img/point_list02.png);
}
#osaka #point .point_list li:nth-of-type(3) dt::before {
  background-image: url(../../osaka/img/point_list03.png);
}
#osaka #point .point_list li:nth-of-type(4) dt::before {
  background-image: url(../../osaka/img/point_list04.png);
}
#osaka #point .point_list li:nth-of-type(5) dt::before {
  background-image: url(../../osaka/img/point_list05.png);
}
#osaka #point .point_list li:nth-of-type(6) dt::before {
  background-image: url(../../osaka/img/point_list06.png);
}
#osaka #point .point_list li:nth-of-type(7) dt::before {
  background-image: url(../../osaka/img/point_list07.png);
}
#osaka #point .point_list li:nth-of-type(8) dt::before {
  background-image: url(../../osaka/img/point_list08.png);
}
#osaka #point .point_list li:nth-of-type(9) dt::before {
  background-image: url(../../osaka/img/point_list09.png);
}
#osaka #point .point_list li:nth-of-type(10) dt::before {
  background-image: url(../../osaka/img/point_list10.png);
}
#osaka #point .point_list li:nth-of-type(11) dt::before {
  background-image: url(../../osaka/img/point_list11.png);
}
#osaka #point .point_list li:nth-of-type(12) dt::before {
  background-image: url(../../osaka/img/point_list12.png);
}
.production {
  margin: 10vw auto 0;
  width: 90vw;
  max-width: 980px;
}
.production h4 {
  margin: 0 auto;
  width: 58.7vw;
  max-width: 640px;
}
.production_box {
  margin-top: min(4.2vw, 42px);
  display: flex;
  align-items: center;
}
.production_box .txt {
  padding-right: 2ch;
  font-size: min(2.41cqw, 1.625rem);
  flex: 1;
}
.production_box .txt span img {
  margin: -.2em 0 0 .2ch;
  width: auto;
  height: 2.2ch;
  vertical-align: middle;
  display: inline-block;
}
.production_box .img {
  width: 38%;
  max-width: 372px;
}
.production_achieve {
  margin: 4.4vw auto 0;
  width: 100%;
}
.kc {
  margin: 8.4vw auto 0;
  overflow: clip;
}
.kc dt {
  margin: 0 auto;
  width: 90vw;
  max-width: 980px;
}
.kc dd {
  margin: 3.2vw auto;
  width: 106vw;
  max-width: 1138px;
  transform: translateX(-3vw);
}
.wrap {
  width: 100%;
  background-image: url(../../osaka/img/wrap_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#schedule,
#guest,
#friend_point,
#faq,
#detail {
  padding: 12.4vw 0;
}
.schedule_flow {
  margin: 0 auto;
  width: 90%;
  max-width: 982px;
}
.schedule_flow li {
  padding: .7em 0;
  text-align: center;
  border-top: 1px solid #F19EC2;
  position: relative;
}
.schedule_flow li::before {
  content: '';
  margin-left: -6px;
  width: 12px;
  height: 10px;
  background: #F19EC2;
  clip-path: polygon(50% 10px, 0% 0%, 12px 0%);
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
}
.schedule_flow li::after {
  content: '';
  margin-left: -5px;
  width: 10px;
  height: 9px;
  background: #fff;
  clip-path: polygon(50% 9px, 0% 0%, 10px 0%);
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
}
.schedule_flow li dt {
  color: var(--osaka);
  font-size: min(3.5vw, 2.1875rem);
  font-weight: 700;
  line-height: 1.5;
}
.schedule_flow li dd {
  margin-top: .5em;
}
.schedule_flow li dd img {
  margin: 0 auto;
  width: auto;
  height: 1em;
  max-height: 40px;
}
.schedule_flow li:nth-of-type(2) dd img,
.schedule_flow li:nth-of-type(5) dd img,
.schedule_flow li:nth-of-type(6) dd img {
  height: 2.375em;
  max-height: 95px;
}
.schedule_flow li div .contact {
  margin-left: 1em;
  color: var(--txt-color);
  font-size: min(2.6vw, 1.625rem);
  line-height: 1.2;
}
.schedule_flow li.note {
  padding: .2em 0;
}
.schedule_flow li.note p {
  width: 100%;
  font-size: min(2.5vw, 1.625rem);
  text-align: right;
  line-height: 1.5;
}
.schedule_flow li:last-of-type {
  padding: 0;
  border-top: none;
}
.schedule_flow li:last-of-type::before,
.schedule_flow li:last-of-type::after {
  display: none;
}
.schedule_flow li:last-of-type div {
  width: 100%;
}
.schedule_flow li:last-of-type div img {
  margin: 0 auto;
  width: 96%;
  height: auto;
}
.schedule_btn {
  margin: 6.4vw auto 0;
  width: 41.2vw;
  max-width: 392px;
}
#guest > div:not(:first-of-type) {
  margin-top: min(12vw, 100px);
}
#guest h4 {
  margin: 0 auto 3.7vw;
  width: 60vw;
  max-width: 530px;
}
#guest .guest_list {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#guest .guest_list > div {
  width: calc((100% - 20px) / 3);
}
#guest .guest_artist .guest_list > div {
  width: calc((100% - 20px) / 2);
}
#guest .guest_list figure {
  display: flex;
  flex-direction: column;
}
#guest .guest_list figcaption {
  padding: .2em;
  width: 100%;
  color: #fff;
  font-size: .625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background: var(--osaka);
  display: flex;
  justify-content: center;
  align-items: center;
}
#guest .guest_guest .guest_list figcaption {
  background: #E74291;
}
#guest .guest_artist .guest_list figcaption {
  background: #F19EC2;
}
#guest .guest_mc .guest_list figcaption {
  background: #ea545d;
}
#guest .guest_list figcaption .new {
  margin-right: .5em;
  padding: .2em .4em .14em;
  color: var(--osaka);
  font-size: 8px;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
}
#guest .guest_list .video {
  margin-top: 10px;
  width: 100%;
  aspect-ratio: 16 / 9;
}
#guest .guest_list .video iframe {
  width: 100%;
  height: 100%;
}
.guest_coming {
  margin: 0 auto;
  width: 59.7vw;
  max-width: 440px;
}
#friend_point > div {
  margin: 0 auto;
  width: 90%;
  max-width: 984px;
}
.faq_box {
  margin: 0 auto;
  width: 90vw;
  max-width: 980px;
}
.faq_box details {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #F19EC2;
}
.faq_box details:first-of-type {
  border-top: 1px solid #F19EC2;
}
.faq_box details summary {
  padding: .7em 15px .7em 2.2em;
  color: var(--osaka);
  text-indent: -2.2em;
  list-style: none;
  cursor: pointer;
  position: relative;
}
.faq_box details summary::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--osaka);
  border-top: 2px solid var(--osaka);
  position: absolute;
  top: 13px;
  right: 2px;
  transform: rotate(135deg);
}
.faq_box details[open] summary::after {
  top: 16px;
  transform: rotate(315deg);
}
.faq_box details::-webkit-details-marker {
  display:none;
}
#faq details summary::before,
#faq details p::before {
  content: '';
  width: 1.2em;
  margin-right: 1em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: inline-block;
}
#faq details summary::before {
  height: 1.5em;
  background-image: url(../../osaka/img/q.svg);
}
#faq details p {
  margin-bottom: 1em;
  padding-left: 2.2em;
  font-weight: 700;
  text-indent: -2.2em;
}
#faq details p::before {
  height: 1.15em;
  background-image: url(../../osaka/img/a.svg);
}
.detail_info {
  margin: 0 auto;
  width: 90%;
  max-width: 982px;
}
.detail_info dl:not(:first-of-type) {
  margin-top: 1.5em;
}
.detail_info dt {
  margin-bottom: 1em;
  padding: .3em 0 .4em;
  color: var(--osaka);
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-top: 1px solid var(--osaka);
  border-bottom: 1px solid var(--osaka);
}
.detail_info dd {
  font-size: .8rem;
  line-height: 1.5;
}
.detail_info dd li {
  padding-left: 1em;
  text-indent: -1em;
}
.detail_info dd li::before {
  content: '●';
  color: var(--osaka);
}
.detail_info dd ul.note {
  margin-top: .5em;
  font-size: .7rem;
}
.detail_info dd ul.note li::before {
  content: '※';
  color: var(--txt-color)!important;
}
.detail_info dd .date {
  width: auto;
  height: min(4.5vw, 40px);
}
.detail_info dd .flex {
  display: flex;
  align-items: center;
}
.detail_info dd .map {
  margin-left: auto;
  padding-left: 1em;
  color: var(--osaka);
  font-weight: 700;
  flex-shrink: 0;
}
.detail_info dd .map a {
  color: var(--osaka);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.detail_info dd .map img {
  margin-left: .5em;
  width: 1.2em;
}

/* nagoya
============================================ */



@media (max-width: 320px) {
  @supports not (container-type: inline-size) {
    .about_box .txt,
    #point .point_list li dt,
    #point .point_list li dd,
    .production_box .txt {
      font-size: .625rem;
    }
  }
}


@media (min-width: 601px) {
  /* top
  ============================================ */
  #mv h1 {
    width: 90vw;
  }
  #documentary h3 {
    width: 78vw;
  }
  .about_place dl:not(:first-of-type) {
    margin-top: 32px;
  }
  #point .point_list {
    gap: 5%;
  }
  #point .point_list li {
    margin-bottom: 6%;
    width: 30%;
  }
  #point .point_list li dd figure {
    margin-bottom: .7em;
    border-radius: 15px;
  }

  /* osaka
  ============================================ */
  .movie_wrap > div p {
    font-size: 1.125rem;
  }
  .schedule_flow li {
    padding: 1em 0;
  }
  .schedule_flow li dd {
    margin-top: .7em;
  }
  .schedule_flow li dd img {
    height: 1.7em;
  }
  .schedule_flow li:nth-of-type(2) dd img,
  .schedule_flow li:nth-of-type(5) dd img,
  .schedule_flow li:nth-of-type(6) dd img {
    height: 4.0375em;
  }
  #guest .guest_list > div {
    width: calc((100% - 30px) / 4);
  }
  #guest .guest_list figcaption {
    font-size: .875rem;
  }
  #guest .guest_list figcaption .new {
    padding-bottom: .2em;
    font-size: .625rem;
    border-radius: 4px;
  }
  .faq_box details {
    font-size: 1.25rem;
  }
  .faq_box details summary {
    padding-right: 28px;
  }
  .faq_box details summary::after {
    width: 14px;
    height: 14px;
    top: 16px;
  }
  .faq_box details[open] summary::after {
    top: 27px;
  }
  .detail_info dl:not(:first-of-type) {
    margin-top: 3em;
  }
  .detail_info dt {
    font-size: 1.5rem;
  }
  .detail_info dd {
    font-size: 1.125rem;
  }
  .detail_info dd ul.note {
    font-size: .875rem;
  }
}


@media (min-width: 1024px) {
  /* top
  ============================================ */
  #top main {
    padding-bottom: calc(61px + 29.415vw);
  }
  #mv {
    padding: 136px 0 48px;
    background-image: image-set(url(../img/mv_bg.png) 1x, url(../img/mv_bg@2x.png) 2x);
  }

  #catch {
    padding: 60px 0;
    background-image: image-set(url(../img/catch_bg.png) 1x, url(../img/catch_bg@2x.png) 2x);
  }

  #documentary {
    padding-top: 66px;
  }
  #documentary h3 {
    margin-bottom: 38px;
  }
  .documentary_slide {
    margin-bottom: -2.5vw;
  }
  .documentary_slide a {
    margin: 0 -20px;
  }

  #about {
    padding: 148px 0;
    background-image: image-set(url(../img/about_bg.png) 1x, url(../img/about_bg@2x.png) 2x);
  }
  #about h3,
  #point h3,
  #achieve h3,
  #schedule h3,
  #guest h3,
  #faq h3,
  #detail h3 {
    margin-bottom: 74px;
  }
  .about_txt {
    width: 645px;
  }
  .about_place > div::before {
    inset: 2px;
    --cut: clamp(6px, calc(3vw - 2px), 43px);
  }
  .about_place > div > div {
    margin: 2px;
    padding-top: 60px;
  }
  .about_place h4 {
    margin-bottom: 66px;
  }
  .about_place dl:not(:first-of-type) {
    margin-top: 48px;
  }
  .about_place > div p:first-child {
    width: 100%;
  }
  .about_place > div .btn {
    margin-top: 52px;
  }

  #point {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: image-set(url(../img/point_bg.png) 1x, url(../img/point_bg@2x.png) 2x);
  }
  #point .point_list li:first-of-type dt::before {
    background-image: image-set(url(../img/point_list01.png) 1x, url(../img/point_list01@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(2) dt::before {
    background-image: image-set(url(../img/point_list02.png) 1x, url(../img/point_list02@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(3) dt::before {
    background-image: image-set(url(../img/point_list03.png) 1x, url(../img/point_list03@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(4) dt::before {
    background-image: image-set(url(../img/point_list04.png) 1x, url(../img/point_list04@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(5) dt::before {
    background-image: image-set(url(../img/point_list05.png) 1x, url(../img/point_list05@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(6) dt::before {
    background-image: image-set(url(../img/point_list06.png) 1x, url(../img/point_list06@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(7) dt::before {
    background-image: image-set(url(../img/point_list07.png) 1x, url(../img/point_list07@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(8) dt::before {
    background-image: image-set(url(../img/point_list08.png) 1x, url(../img/point_list08@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(9) dt::before {
    background-image: image-set(url(../img/point_list09.png) 1x, url(../img/point_list09@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(10) dt::before {
    background-image: image-set(url(../img/point_list10.png) 1x, url(../img/point_list10@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(11) dt::before {
    background-image: image-set(url(../img/point_list11.png) 1x, url(../img/point_list11@2x.png) 2x);
  }
  #point .point_list li:nth-of-type(12) dt::before {
    background-image: image-set(url(../img/point_list12.png) 1x, url(../img/point_list12@2x.png) 2x);
  }

  .wrap {
    background-image: image-set(url(../img/wrap_bg.png) 1x, url(../img/wrap_bg@2x.png) 2x);
  }

  #achieve,
  #place {
    padding: 148px 0;
  }
  .achieve_slide p {
    margin: 0 22px;
    height: 469px!important;
  }

  #top p.foot_event_txt {
    margin-bottom: 18px;
  }
  #top .foot_event > div {
    gap: 42px;
  }

  /* osaka
  ============================================ */
  #osaka #mv {
    background-image: image-set(url(../../osaka/img/mv_bg.png) 1x, url(../../osaka/img/mv_bg@2x.png) 2x);
  }
  #osaka #catch {
    background-image: image-set(url(../../osaka/img/catch_bg.png) 1x, url(../../osaka/img/catch_bg@2x.png) 2x);
  }
  #osaka #about {
    background-image: image-set(url(../../osaka/img/about_bg.png) 1x, url(../../osaka/img/about_bg@2x.png) 2x);
  }
  .about_box {
    margin-top: 60px;
  }
  .about_txt2 {
    margin-top: 80px;
  }
  .movie_wrap {
    margin-top: 38px;
  }
  .movie_wrap > div:not(:first-of-type) {
    margin-top: 50px;
  }
  .movie_wrap > div p {
    font-size: 1.5rem;
  }
  #osaka #point {
    background-image: image-set(url(../../osaka/img/point_bg.png) 1x, url(../../osaka/img/point_bg@2x.png) 2x);
  }
  #osaka #point .point_list li:first-of-type dt::before {
    background-image: image-set(url(../../osaka/img/point_list01.png) 1x, url(../../osaka/img/point_list01@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(2) dt::before {
    background-image: image-set(url(../../osaka/img/point_list02.png) 1x, url(../../osaka/img/point_list02@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(3) dt::before {
    background-image: image-set(url(../../osaka/img/point_list03.png) 1x, url(../../osaka/img/point_list03@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(4) dt::before {
    background-image: image-set(url(../../osaka/img/point_list04.png) 1x, url(../../osaka/img/point_list04@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(5) dt::before {
    background-image: image-set(url(../../osaka/img/point_list05.png) 1x, url(../../osaka/img/point_list05@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(6) dt::before {
    background-image: image-set(url(../../osaka/img/point_list06.png) 1x, url(../../osaka/img/point_list06@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(7) dt::before {
    background-image: image-set(url(../../osaka/img/point_list07.png) 1x, url(../../osaka/img/point_list07@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(8) dt::before {
    background-image: image-set(url(../../osaka/img/point_list08.png) 1x, url(../../osaka/img/point_list08@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(9) dt::before {
    background-image: image-set(url(../../osaka/img/point_list09.png) 1x, url(../../osaka/img/point_list09@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(10) dt::before {
    background-image: image-set(url(../../osaka/img/point_list10.png) 1x, url(../../osaka/img/point_list10@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(11) dt::before {
    background-image: image-set(url(../../osaka/img/point_list11.png) 1x, url(../../osaka/img/point_list11@2x.png) 2x);
  }
  #osaka #point .point_list li:nth-of-type(12) dt::before {
    background-image: image-set(url(../../osaka/img/point_list12.png) 1x, url(../../osaka/img/point_list12@2x.png) 2x);
  }
  .production {
    margin-top: 80px;
  }
  .production_achieve {
    margin-top: 48px;
  }
  .kc {
    margin-top: 98px;
  }
  .kc dd {
    margin-top: 34px;
    width: 91vw;
    max-width: 1166px;
    transform: translateX(0);
  }
  #schedule,
  #guest,
  #friend_point,
  #faq,
  #detail {
    padding: 144px 0;
  }
  .schedule_flow li {
    padding: 2em 0;
    border-top-width: 2px;
  }
  .schedule_flow li::after {
    margin-left: -15px;
    width: 30px;
    height: 20px;
    clip-path: polygon(50% 20px, 0% 0%, 30px 0%);
    top: -3px;
  }
  .schedule_flow li::before {
    margin-left: -17px;
    width: 34px;
    height: 22px;
    clip-path: polygon(50% 22px, 0% 0%, 34px 0%);
    top: -2px;
  }
  .schedule_flow li.note {
    padding: .5em 0;
  }
  .schedule_btn {
    margin-top: 44px;
  }
  #guest h4 {
    margin-bottom: 24px;
  }
  #guest .guest_list > div {
    width: calc((100% - 40px) / 5);
  }
  .faq_box details {
    font-size: 1.75rem;
  }
  .faq_box details summary {
    padding-right: 40px;
  }
  .faq_box details summary::after {
    width: 20px;
    height: 20px;
    border-right-width: 3px;
    border-top-width: 3px;
    top: 25px;
  }
  .faq_box details[open] summary::after {
    top: 34px;
  }
  .detail_info dl:not(:first-of-type) {
    margin-top: 5em;
  }
  .detail_info dt {
    font-size: 2rem;
  }
  .detail_info dd {
    font-size: 1.625rem;
  }
  .detail_info dd ul.note {
    font-size: 1.375rem;
  }

  /* nagoya
  ============================================ */

}


@media (min-width: 1042px) {
  #top main {
    padding-bottom: 369px;
  }
}