@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&?family=Cinzel:wght@400..900&display=swap');
#ev_info,
.ev_info{
  background: #ffffff;
  min-width: 960px;
}

#ev_info br.sp_only,
.ev_info br.sp_only{
  display: none;
}

.anniversary_mv{
  margin-bottom: 8rem;
 
}
.anniversary_mv img{
  width: 100%;
  min-width:1200px;
}
.anniversary_message{
  width: 960px;
  margin: 0 auto 5rem;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}
.anniversary_message_headline{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
   font-size: 2rem;
   margin-bottom: 5rem;
  color: #404040;
}
.anniversary_message_paragraph{
  width: 960px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 1.2rem;
  white-space: pre-wrap;
  color: #404040;
  margin-bottom: 1.5rem;
  line-height: 2;;
  padding: 0 2rem;
}

.anniversary_message_image{
  margin: 8rem 0;
  display: flex;
  justify-content: space-between;
  gap:0.5rem;
}

.anniversary_message_image img{
  width: 50%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.anniversary_ticket img{
  width: 100%;
}

.anniversary_detail{
  padding: 7rem 0;
  color: #ffffff;
  position: relative;
  margin-bottom: 5rem;
}
.anniversary_detail:not(:has(~ .anniversary_detail)){
  padding-bottom: 8rem;
  margin-bottom: 0;
}
.aniversary_moving_headline {
  margin: 0 0 5rem;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-size: 8vh;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);

  text-align: center;

  color: white;
  background: url("/images/event/2025_anniv/logo_bg.jpg");
  background-size: auto 200%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  animation: shine 5s linear infinite;
}
.aniversary_moving_headline span{
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 10vh;
}
.aniversary_moving_headline:nth-child(2) {
  top: 50vh;
}
@keyframes shine {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 200%;
  }
}
.anniversary_detail_box{
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content:left;
  flex-direction: row-reverse;
  color:#404040;
}

.anniversary_detail_box figure{
  width:35%;
  display: flex;
  align-items: center;
}
.anniversary_datail_table{
  margin:0 auto;
}

.anniversary_datail_table h4{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.anniversary_datail_table ul{
  padding:0;
  margin-left: 1rem;
}
.anniversary_datail_table ul li{
  list-style: disc;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;

}
.anniversary_detail_box .anniversary_message_paragraph{
  color: #404040;
}
.anniversary_datail_table ul.ticket_detail_list{
  padding:1rem 0 0 0;
}
.anniversary_datail_table ul.ticket_detail_list li{
  list-style-type: none;;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.anniversary_detail_box h3{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #666666;
  text-align: center;
}

.ticket_detail h3{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin:0 auto;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #b3b3b3;
  text-align: center;
  color: #404040;
  width:960px;

}
.ticket_detail{
  padding:0 4rem;
}
.ticket_detail_table{
  width:65%;
  padding: 0 2rem;
}
.web_booking_btn{
  padding: 1.5rem 3rem;
  color: #404040;
  border:1px solid #404040;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 1.2rem;
  display: block;
  margin-top: 2rem;
  width: 80%;
  margin: 0 auto;
}
.web_booking_btn:hover{
  color: #666666;
}
.anniversary_gravure1{
  background:#ffffff;
  margin-bottom: 3rem;

}
.anniversary_movie{
  width: 100%;
  min-width: 1200px;
}
.anniversary_gravure{
  margin-bottom: 3rem;
  min-width: 1200px;
}
.prof_selfie{
  width:960px;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;	
  margin:0 auto;
  margin-bottom: 2rem;
}
.prof_selfie li.grid{
  width: 48%;
  text-align: center;
  position: relative;

  margin-bottom:0.5rem;
}


.prof_selfie .grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position:top;
}
.prof_selfie2{
  width:100%;
  padding-top: 2rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;	
  gap: 0.5rem;
  margin:0 auto;
  margin-bottom: 2rem;
}

.prof_selfie2 li.grid{
  width: calc((100% - 1.5rem) / 4);
  text-align: center;
  position: relative;
  margin:0;
}


.prof_selfie2 .grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position:top;
}

.btn_profile {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  padding: 2rem 0;
  text-align: center;
  width: 48%;
  color: #000000;
  margin-bottom: 3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.btn_profile:hover {
  color: #fff;
  background: #000;
}
.for_profile{
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.casts-contents{
  width:1000px;
  margin: 0 auto;
  padding-bottom: 8rem;
}
.casts-contents .cast-box ul{
  width:100%;
  margin: 2rem auto 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px; 
}

.casts-contents .cast-box ul li{
  width:calc( 100% / 6 - 10px);
  margin-top: 20px;
}


.casts-contents .cast-box ul li figure {
  border-radius:50%;
  aspect-ratio: 1/1;
  width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.casts-contents .cast-box ul li figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.casts-contents .cast-box ul li figure:hover::before {
  -webkit-animation: shineSweep .35s;
  animation: shineSweep .35s;
}

.casts-contents .cast-box ul li figure img {
/*  border-radius:50%;
  aspect-ratio: 1/1;*/
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center top;
  transition: all 0.35s ease;
}

.casts-contents .cast-box ul li figure img:hover{
  opacity: 0.8;
  transform:scale(1.01);
}

.casts-contents .txt_center{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #666;
  letter-spacing: 0.5rem;
  margin: 5rem auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
@-webkit-keyframes shineSweep {
  100% {
    left: 125%;
  }
}
@keyframes shineSweep {
  100% {
    left: 125%;
  }
}