@charset "UTF-8";
/* CSS Document */ :root {
  --head1: clamp(1.5rem, 1.318rem + 0.91vw, 2rem); /*24-32*/
  --head2: min(20px, 5vw);
  --fs-mid16: min(16px, 3.8vw);
  --fc-base: rgb(73, 80, 87);
  --fc-red: rgb(208, 2, 27);
  --box-sdw: rgba(32, 37, 41, 0.25) 0px 0px 4px;
  --wall-blk: rgb(51, 51, 56);
}
/*Common 
===============================================================*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  ;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: min(14px, 3.6vw);
  font-weight: 400;
  color: var(--fc-base);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  transition:opacity .3s ease;
  opacity: 0;
}
body.is-load{
  opacity: 1;
}
.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
::selection {
  color: rgb(255, 255, 255);
  background-color: rgb(74, 74, 74);
}
/*Container 
===============================================================*/
#container {
  width: 100%;
  min-height: 100dvh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  background: rgb(248, 249, 250);
}
.sec-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: var(--head2);
  font-weight: 900;
  gap: 5px;
}
.sec-title .icn {
  width: 1.6em;
  aspect-ratio: 1/1;
}
.sec-title .icn > svg {
  fill: rgb(74, 74, 74);
}
.sec-title + * {
  margin-top: min(16px, 3vw);
}
/*header
===========================================================*/
header {
  width: 100%;
  padding-top: min(105px, 15vw);
  padding-left: min(80px, 4vw);
  padding-right: min(80px, 4vw);
}
header::before{
  content: "";
  width: 100%;
  height: min(105px, 15vw);
  background: linear-gradient(180deg, rgb(51, 53, 69)57%, rgb(31, 37, 51)57%);
  position: absolute;
  top: 0;
  left: 0; 
}
.header-inner{
  padding-top: min(70px, 15vw);
}
.head-title{
  width: 100%;
  aspect-ratio:1/0.3906;
  box-shadow: var(--box-sdw);
  border-radius: 4px;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  display: block;
}
.head-title picture{
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/*main
===========================================================*/
main {
  padding-left: min(80px, 4vw);
  padding-right: min(80px, 4vw);
  padding-bottom: min(100px, 15vw);
}
.inner {
  width: min(1200px, 100%);
  margin-left: auto;
  margin-right: auto;
}
/*Content
=====================================*/
#content {
  margin-top: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 16px;
}
/*l-main
========================================*/
#l-main {
  width: max(calc(100% - (400px - 16px)),62%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
#l-main section {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: var(--box-sdw);
  padding: min(24px, 4vw);
}
/*show more*/
#l-main section.show-more-parents {
  padding-bottom: 0;
}
.show-more-items {
  height: 300px;
  overflow: hidden;
  transition: height 0.5s ease;
  padding-bottom: 16px;
}
.show-more-items::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0px;
  height: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  opacity:1;
  transition:opacity 0.5s ease;
}
.show-more-items.expanded {
  height: auto;
}
.show-more-items.expanded::after{
  opacity: 0;
}
.showmore-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgb(207, 212, 218);
}
.show-more {
  color: var(--fc-red);
  font-weight: 600;
  font-size: var(--fs-mid16);
  letter-spacing: 0.75px;
}
/*sections settings
==================================*/
.sp-event-view{
  display: none;
}
.sec-concert-intro {
  font-weight: 900;
  line-height: calc(24/14);
  letter-spacing: 1.25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap:10px;
}
.sec-concert-intro .tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 5px 1em;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-title {
  font-size: var(--head1);
  letter-spacing: 0.25px;
  line-height: 44px;
}
/*benefits*/
.sec-benefits-blc {}
.benefits-list > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 5px;
  line-height: calc(20/14);
}
.benefits-list > li:not(:first-child) {
  margin-top: 1em;
}
.benefits-list > li > .in-title {
  border-bottom: 1px solid var(--fc-base);
  font-weight: 600;
  font-size: var(--fs-mid16);
}
ul.dot-list > li {
  padding-left: 1em;
  line-height: calc(20/14);
}
ul.dot-list > li:not(:first-child) {
  margin-top: 5px;
}
ul.dot-list > li::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  position: absolute;
  left: 0;
  top: calc(1em/2);
  background: rgb(73, 80, 87);
  translate: 0 -15%;
}
/*notes*/
.sec-notes-box > * + *
,.sec-legal-box > * + *{
  margin-top: 2em;
}
.notes-item .box-title span
,.legal-item .box-title span{
  font-size: var(--fs-mid16);
  font-weight: 600;
  border-bottom: 1px solid var(--fc-base);
}
.notes-item .box-title + * 
,.legal-item .box-title + *{
  margin-top: 10px;
}
.notes-list {
  counter-reset: number 0;
}
.notes-list > li {
  line-height: calc(20/14);
  padding-left: 1em;
}
.notes-list > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.notes-list > li:not(:first-child) {
  margin-top: 5px;
}
.notes-list > li:nth-child(n+10){
  padding-left: 1.4em;
}
/*synopsis*/
.synopsis-detail{
  line-height: calc(24/16);
  font-size: var(--fs-mid16);
  margin-top: 1em;
}
.synopsis-detail-intro .in-title{
  font-weight: 600;
  text-align: center;
}
.synopsis-detail .in-text
,.casting-list{
  margin-top: 2em;
}
.casting-list > * + *{
  margin-top: 1em;
}
.casting-list dt{
  padding-left: 2em;
}
.casting-list dt::before{
  content: "";
  position: absolute;
  width: 7px;
  aspect-ratio:1/1;
  border-radius: 100vmax;
  background-color: rgb(73, 80, 87);
  left: 1em;
  top: 50%;
  translate:-50% -50%;
}
.casting-list dd{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:0 .35em;
}
.casting-list dd > span:not(:last-child)::after{
  content: "/";
  padding-left: .35em;
}
.legal-item .notes-comment{
  line-height: calc(24/14);
}
.legal-item .notes-comment span{
  display: block;
  font-size: var(--fs-mid16);
}
/*l-side
========================================*/
#l-side {
  width: min(calc(400px - 16px),calc(38% - 16px));
}
#l-side.is-fixed {
  position: sticky;
  top: 16px;
}
.l-side-event {
  background: #fff;
  border-radius: 4px;
  isolation: isolate;
  box-shadow: var(--box-sdw);
  padding: min(24px, 5vw) min(24px, 5vw) min(10px, 2.5vw);
}
.event-data-list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: var(--fs-mid16);
  font-weight: 600;
  letter-spacing: 0.5px;
}
.event-data-list li:not(:first-child){
  margin-top: 16px;
}
.event-data-list li .icn {
  width: min(32px, 8vw);
  aspect-ratio: 1/1;
}
.event-data-list li .icn > svg{
  fill:rgb(74, 74, 74);
}
.event-data-list li .date{
  width: calc(100% - min(32px, 8vw));
  padding-left: 8px;
}
.event-data-list li .place{
  width: calc(100% - min(32px, 8vw));
  padding-left: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.event-data-list li.ticket{
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: var(--head2);
}
.event-data-list li.ticket p:not(.price){
  color: rgb(133, 142, 150);
}
.buy-btn{
  margin-top: 16px;
}
.buy-btn a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  background: var(--fc-red);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 1px;
  border-radius: 8px;
  font-size: var(--fs-mid16);
  font-weight: 600;
}
.side-sns-link{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.side-sns-link a span{
  width: min(48px, 15vw);
  aspect-ratio: 1/1;
  display: block;
}
.side-sns-link a span > svg{
  fill:rgb(73, 80, 87);
}
/*footer
===========================================================*/
footer {
  width: 100%;
  background: var(--wall-blk);
  color: rgba(255, 255, 255, 0.5);
  padding: min(24px, 5vw);
}
.foot-sns-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.foot-sns-nav a span {
  width: min(48px, 15vw);
  aspect-ratio: 1/1;
  mask-size: 100%;
  display: block;
}
.foot-sns-nav a span > svg{
  fill:rgba(255,255,255,0.75);
}
footer .copy {
  font-weight: 600;
  font-size: min(12px, 3.4vw);
  text-align: center;
  margin-top: min(24px, 10vw);
}
@media (max-width:1020px){
  #container{
    background: rgba(255,255,255,1);
  }
  main{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px;
  }
  .header-inner{
    padding-top: 16px;
  }
  .head-title{
    box-shadow: none;
  }
  #content{
    padding-left: min(20px, 4vw);
    padding-right: min(20px, 4vw);
  }
  .sp-event-view{
    display: block;
  }
  .sp-event-view .event-data-list li:not(:first-child){
    margin-top: 0;
  }
  #l-side{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #l-side.is-fixed{
    position: fixed;
    top: auto;
  }
  #l-side .l-side-event{
    background: rgb(248, 249, 250);
    box-shadow: none;
  }
  #l-side .l-side-event li:not(.ticket)
  ,.side-sns-link{
    display: none;
  }
  #l-side .l-side-event li.ticket{
    margin-top: 0;
  }
  .l-side-event{
    padding-top: min(20px,5vw);
  }
  #l-main{
    width: 100%;
  }
}
@media (max-width:480px){

  .show-more-items{
    height: 150px;
  }
  #l-main section{
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}