@charset "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import 'https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese';


#top_area {
  overflow: hidden;
  min-height: 500px;
}

#top_img_area {
  text-align: center;
  width: 100%;
  height: 100vh;
  min-width: 1000px;
  min-height: 500px;
  position: relative;
  background-image: url(../01pc/img/top_back_img.jpg);
  background-size: cover;
  background-position: center;
  line-height: 0;
}

#topimg {
  min-height: 500px;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0%);
}

#top_img_wap {
  overflow: hidden;
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 1000px;
}

#top_img_wap img {
  position: relative;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.top_contact {
  position: absolute;
  left: 4%;
  bottom: 4%;
  width: 520px;
  border: 2px solid #000;
  background: #FFF;
}

.top_contact:hover img {
  opacity: 0.7;
}

.top_contact img {
  width: 100%;
}

#news_area {
  text-align: center;
  padding: 20px;
  color: #000;
  background: #FFF;
  margin-bottom: 10px;
}

#news_title {
  margin-top: 40px;
  margin-bottom: 40px;
}

#news_title:before,
#news_title:after {
  border-color: #000;
}

#news_box {
  width: 90%;
  margin: 0 auto;
  padding: 0px 10px;
  max-width: 1000px;
  max-height: 400px;
  overflow: auto;
  /* スクロールバー本体 */
  /* 横方向のスクロールバー本体 */
  /* スクロールバーの動く部分 */
  /* 横方向のスクロールバーの動く部分 */
  /* スクロールバーの動く部分の前 */
  /* スクロールバーの動く部分の後ろ */
  /* スクロールバー角 */
}

#news_box::-webkit-scrollbar {
  width: 5px;
  background: #707175;
}

#news_box::-webkit-scrollbar:horizontal {
  width: 5px;
  background: #707175;
}

#news_box::-webkit-scrollbar-thumb {
  background: #707175;
  border-radius: 2px;
}

#news_box::-webkit-scrollbar-thumb:horizontal {
  background: #707175;
  border-radius: 2px;
}

#news_box::-webkit-scrollbar-track-piece:start,
#news_box::-webkit-scrollbar-track-piece:end {
  background: #dcdcdc;
}

#news_box::-webkit-scrollbar-corner {
  background: transparent;
}

#news_box li {
  border-bottom: 1px dashed #333;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}

#news_box li time {
  margin-bottom: 5px;
  display: block;
}

#news_box li:last-child {
  border: none;
}

#news_box li a {
  display: inline;
  text-decoration: underline;
}

#news_box dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#news_box dt {
  font-weight: 600;
  padding: 3px 0px 2px;
  background-color: #b99f02;
  border-radius: 3px;
  width: 25%;
  color: #fff;
  line-height: 1.5rem;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
  display: grid;
  align-content: center;
}

#news_box dd {
    /* text-indent: 1rem; */
    width: 70%;
    /* margin-bottom: 0px; */
    padding-top: 11px;
    text-indent: unset;
    line-height: 1.3;
    margin-left: 10px;
}

#data_area {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin: 0px auto;
  color: #000;
  background: #FFF;
}

.area_name {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 30px auto;
  width: 70%;
}

.area_name img {
  width: 100%;
}

#data_title {
  margin-top: 60px;
  margin-bottom: 40px;
}

#data_title:before,
#data_title:after {
  border-color: #000;
}

#data_w {
  max-width: 1000px;
  margin: 0 auto;
}

.data_tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
  border-top: 2px #e3e3e3;
  border-style: dashed;
  gap:60px;
}

.data_tr.last,
.notice_tr {
  border-bottom: 2px #e3e3e3;
  border-style: dashed;
  width: 90vw;
  margin: 0 auto;
}

.data_tr>div {
  text-align: left;
  width: 70%;
}

.data_tr .data_title {
  text-align: right;
  font-size: 40px;
  font-size: 2.5rem;
  width: 40%;
  line-height: 1.3;
}

.day_data {
  font-style: italic;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1;
}

.day_data .day2 {
  margin-top: 20px;
  position: relative;
  right: 12%;
}

.day_data .day {
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
}

.day_data .time {
  display: inline-block;
  line-height: 1.4;
}

.hall_data .hall_name {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 20px;
}

.data_ticket .fee {
  margin-bottom: 20px;
}

.data_ticket .of {
  font-size: 32px;
  display: block;
  line-height: 1.2;
}

#data_cast {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin: 0px auto;
  color: #fff;
  background: #3b356d;
}

#data_cast h2:before,
#data_cast h2:after {
  border-color: #fff;
}

#cast_wa {
  text-align: center;
}

#cast_title,
#about_box h2 {
  margin: 20px;
  margin-top: 60px;
  color: #1e2036;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

#song_title {
  margin: 20px;
  /* margin-top: 60px; */
  color: #1e2036;
  font-weight: 800;
  text-shadow: 0 0 10px #fff;
}

.moderator_title {
  margin-top: 0;
}

.sub_text {
  text-align: center;
}

.lineName {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #424242;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 10px;
}

ul.castList,
ul.moderatorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  /* margin-bottom: 30px; */
}

ul.castList li,
ul.moderatorList li {
  width: 80%;
  vertical-align: top;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}

ul.castList .eachImg,
ul.moderatorList .eachImg {
  line-height: 0;
  /* border: 1px solid #fff; */
  border-radius: 4px;
  overflow: hidden;
}
.state-box {
  /* display: flex; */
  width: 100%;
  padding-bottom: 50px;
}
.eachImg-sp-mc {
  margin-left: 5%;
}

.eachImg-mc {
  width: 80%;
  margin: 0 auto;
}

ul.castList .eachImg img,
ul.moderatorList .eachImg img {
  width: 100%;
}

.flex .eachImg02 img {
  width: 95%;
}

.eachImg02 img {
  width: 85%;
}

.eachImg03 img {
  margin: 30px auto 20px;
  width: 45%;
}

ul.castList .eachNeme,
ul.moderatorList .eachNeme {
  margin-top: 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 17px;
  padding-top: 8px;
}

ul.castList .subName,
ul.moderatorList .subName {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #424242;
  margin-top: 5px;
  letter-spacing: -1px;
}

ul.castList .subData,
ul.moderatorList .subData {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #424242;
  margin-top: 5px;
  letter-spacing: -1px;
}

.button-official-site a {
  color: #FFF;
}
.button-official-site a:hover {
  color: rgb(255, 204, 108);
}

#areaBox li {
  margin: 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmN2U0MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk2NjcyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #af7e42), color-stop(100%, #96672a));
  background: -moz-linear-gradient(top, #af7e42, #96672a);
  background: -webkit-linear-gradient(top, #af7e42, #96672a);
  background: linear-gradient(to bottom, #af7e42, #96672a);
}

#areaBox li a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #FFF;
  padding: 10px;
}

#areaBox li a::after {
  content: "〉";
  font-weight: bold;
  position: absolute;
  right: 16px;
}

#areaBox .area_name {
  font-size: 27px;
  font-size: 1.6875rem;
}

#areaBox .day_data {
  display: flex;
}

#castBox a {
  text-decoration: underline;
}

#castBox a:hover {
  opacity: 0.6;
  text-decoration: none;
}

#castBox .areaTitle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#castBox .areaTitle .area_name {
  font-size: 27px;
  font-size: 1.6875rem;
}

.preparation {
  text-align: center;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #870101;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3.section_title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-top: 30px;
  margin-bottom: 20px;
}

h3.section_title:before,
h3.section_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h3.section_title:before {
  left: 0;
}

h3.section_title:after {
  right: 0;
}

/* .sectionline {
  width: 70%;
  margin: 0 auto;
} */

.sectionline {
  width: 75%;
  margin: 0 auto;
}

.another_cast ul.castList.flex-start {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
/* 
.another_cast ul.castList.flex-start li {
  width: 20%;
  margin-right: 4%;
} */

.another_cast ul.castList.flex-start li {
  width: 21%;
  margin-right: 5%;
}

.another_cast ul.castList.flex-start li.cast_size_s {
  width: 16%;
}
/* 
.another_cast ul.castList.flex-start li:nth-child(4n) {
  margin-right: 0;
} */

.another_cast ul.castList.flex-start li:nth-child(4n),.another_cast ul.castList.flex-start li:nth-child(5n) {
  margin-right: 0;
}

.another_cast ul.castList.flex-start2 {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
/* 
.another_cast ul.castList.flex-start2 li {
  width: 20%;
  margin-right: 4%;
} */

.another_cast ul.castList.flex-start2 li {
  width: 21%;
  margin-right: 5%;
}

.another_cast ul.castList.flex-start2 li.cast_size_s {
  width: 16%;
}
/* 
.another_cast ul.castList.flex-start2 li:nth-child(4n) {
  margin-right: 0;
} */

.another_cast ul.castList.flex-start2 li:nth-child(3n){
  margin-right: 0;
}

.play_guide li {
  margin-bottom: 20px;
  font-weight: 800;
}

.fee span,
.play_guide span {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.ticket_sales {
  background: #F00;
  color: #FFF;
  font-size: 30px;
  font-size: 1.875rem;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
}

#about_area {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  background: #1e2036;
  color: #FFF;
  line-height: 2;
}

#about_area span {
  font-size: 30px;
}

.link-area {
  margin-top: 30px;
}

.link-area .link-list a {
  display: inline;
}

/* ライトボックス */
.light-box {
  background: #FFF;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}

.light-box img.c-checklist {
  width: 100%;
  max-width: 1000px;
}

.light-box p.indent span {
  font-weight: 600;
  font-size: 1.3rem;
}
.inline {
  /* border: 1px solid #4eb7a9; */
  padding: 5px 15px;
  text-decoration: none;
  /* background: #4eb7a9; */
  color: #FFF;
}

a.inline img.width80{
  max-width: 980px;
}
.c-taisaku {
  text-align: left;
  text-align: center;
}

.sns-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.logo-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
}

.sns-area .insta-icn,
.sns-area .twitter-icn,
.sns-area .facebook-icn {
  width: 60px;
  margin: 10px;
}

.logo-area img {
  width: 120px;
  margin: 20px;
}

.logo-area img.big {
  width: 160px;
  margin: 20px auto 0;
}

.sns-area .insta-icn img,
.sns-area .twitter-icn img,
.sns-area .facebook-icn img {
  width: 100%;
}

/* ---▼▼▼LIVE内容＆歌唱曲▼▼▼--- */
#data_song {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  margin: 0px auto;
  color: #000;
  background-image: url(../01pc/img/top_back_img.jpg);
  background-position: top;
  background-size: cover;
}

#about_box h2 {
  /* color: #fff; */
}

#data_song h2:before,
#data_song h2:after,
#about_box h2:before,
#about_box h2:after {
  border-color: #fff;
}

#data_song h2:before,
#data_song h2:after {
  border-color: #000;
  text-shadow: 0 0 15px #fff;
}

#data_song #songBox {
  color: #000000;
  font-size: 18px;
  /* width: 60%; */
  max-width: 800px;
  margin: 0 auto 30px;
  background: #ffffffbb;
  padding: 40px 40px 0px;
  box-sizing: border-box;
  border-radius: 20px;
}

#data_song #songBox span {
  font-size: 15px;
}

#data_song #songBox .songBoxCast {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  /* margin-bottom: 15px; */
}

#data_song #songBox li {
  font-size: 25px;
  /* font-weight: bold; */
  line-height: 0.9;
  margin-top: 40px;
}
#data_song #songBox li:first-child {
  margin-top: 20px;
}

#data_song #songBox li span {
  line-height: 1.5;
  font-size: 0.75em;
  font-weight: normal;
}

#data_song ul.t-l {
  text-align: left;
}

.fukidashi {
  position: relative;
  margin: 40px auto;
  width: fit-content;
  padding: 0px 32px;
  border: 2px solid #333333;
  border-radius: 4px;
  background-color: #ffffff;
}
.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}

/* ---▲▲▲LIVE内容＆歌唱曲▲▲▲--- */

.notice_data {
  text-align: center;
  font-size: 35px;
    font-weight: bold;
    padding: 50px 0;
    line-height: 1.2;
}
.notice_data .t-l {
  text-align: center;
  font-size: 20px;
  width: 980px;
  margin: 0 auto;
  line-height: 1.5;
}

/* .notice_data .t-l span {
  background-color: #1e2036;
  border-radius: 5px;
  padding: 6px;
  color: #fff;
  display: block;
  margin-top: 18px;
  font-size: 1.5rem;
} */

.notice_data h3 {
  background-color: #1e2036;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  display: block;
  margin-top: 18px;
  font-size: 1.8rem;
  width: 980px;
  text-align: center;
  margin: 20px auto;
  display: block;
}

.notice_data img {
  max-width: 980px;
}
.notice_data a{
  color: #000;
}
.notice_data a:hover{
  color: #F00;
}

.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.data_cast span {
  line-height: 1.5;
}
.data_cast a {
  font-size: 30px;
}
.data_cast a.btn_01 {
  font-size: 16px;
}
.data_cast a.tel2 {
  font-size: 1.5rem;
}
.pc-inline {
  display: inline-block;
}

/* ---▲▲▲20240216お知らせ＆SNS追加用css▲▲▲--- */
.flex {
  display: flex;
  justify-content: center;
}
#news_box {
  width: 50%;
  margin: 0;
  padding: 10px;
  /* margin-right: 30px; */
  max-width: 1000px;
  max-height: 530px;
  overflow: auto;
  background: #fff;
}
#news_area {
  text-align: center;
  padding: 20px;
  color: #000;
  background: #FFF;
  margin-bottom: 10px;
  padding: 80px 30px 60px;
  /* padding-top: 80px; */
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.eachNeme span {
font-size: 0.8rem;
} 

#data_song {
  background: radial-gradient(rgb(255 255 255), rgb(208 158 213)) fixed, url(../01pc/img/song_back.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}

.btn {
  position: relative;
  z-index: 1;
}
.btn .main, .btn .before {
  display: block;
  position: relative;
  width: 320px;
  padding: 10px 0;
  text-decoration: none;
  margin: 50px auto 0px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  border: solid 2px #000;
  background: #fff;
  border-radius: 100px;
}

.btn .bnr {
  margin-top: 40px; 
  width: 34%; 
  margin: 0 auto;
  margin-top: 30px;
}

.btn .bnr img {
   width: 100%; 
   max-width: 450px;
   transition: transform 0.3s ease;
}

.btn .bnr:hover img {
   transform: translateY(6px);
}

.fa-twitter:before {
  content: '𝕏';
  font-family: unset;
  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;
}


.btn .main:hover{
	background: #1e2036;
	transition: 0.3s ease all;
	color: #FFF;
}

.btn .main:hover:before{
	top: 0;
	left: 0;
	transition: 0.3s ease all;
}
.btn i {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  background-color: #000;
  border-radius: 22px;
  color: #e50012;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
}
/* .btn i {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  background-color: #000;
  border-radius: 15px;
  color: #e50012;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
} */

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.info-text {
  font-size: 18px;
  line-height: 1.4;
}
#data_song #songBox span {
  font-size: 1.3rem;
}

.tx-l {
 text-align: left;
}
p.tx16,span.tx16 {
  font-size: 1.8rem;
}
.tx16 span,
.pinkLine {
  font-size: 1.8rem;
  background: linear-gradient(transparent 60%, rgb(216, 90, 228, 0.5) 30%);
  /* display: inline-block; */
}
.dot li {
  border-bottom:1px dashed #bdb2e5 ;
  padding: 0 0 1.2rem 0 ;
}

.dot li:last-child {
  border-bottom:none;
  /* padding: 0.5rem 0 1rem 0 ; */
}

.t-l {
  /* text-align: left; */
}

/* ---▼▼▼プロフィール内▼▼▼--- */
#data_profile {
  /* background: radial-gradient(rgb(255 255 255), rgb(208 158 213)) fixed, url(../01pc/img/song_back.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed; */
}

.data_tr02 {
  display: flex;
}

.data_tr03 {
  display: flex;
  flex-direction: row-reverse;
}

.data_tr02 .data-half01,.data_tr03 .data-half01 {
  min-height: 500px;
  /* min-height: 340px; */
  padding: 2em;
  width: 50%;
  font-size: 1.5rem;
  line-height: 28px;
  background-color: #000512bd;
  /* color: #fff; */
}

.data_tr02 .data-half02 {
  /* min-height: 500px; */
  padding: 2em;
  width: 50%;
  font-size: 1.5rem;
  line-height: 28px;
  background-color: #eee;
  position: relative;
  /* color: #fff; */
  z-index: 1;
}
.data-half02 h2 {
  position: relative; /* これでh2の中を基準にする */
  padding-left: 50px; /* 文字とアイコンが重ならないように余白をつける */
}

.data-half02 h2.deco::before {
    content: "";
    position: absolute;
    left: 92%;
    top: 11%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: url(../01pc/img/day-07.png) no-repeat center / contain;
    border: none;
    z-index: 1;
}

.data-half02 h2.deco2::before {
    content: "";
    position: absolute;
    left: 92%;
    top: 11%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: url(../01pc/img/day-08.png) no-repeat center / contain;
    border: none;
    z-index: 1;
}

.data-half02 h2.deco3::before {
    content: "";
    position: absolute;
    left: 92%;
    top: 11%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: url(../01pc/img/day-09.png) no-repeat center / contain;
    border: none;
    z-index: 1;
}


.data_tr03 .data-half02 {
  min-height: 500px;
  padding: 2em;
  width: 50%;
  font-size: 1.5rem;
  line-height: 28px;
  background-color: #e9e2f6;
  position: relative;
  /* color: #fff; */
  z-index: 1;
}
.data_tr02 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.data_tr03 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.data-half02 p {
  font-size: 1rem;
}
.data-half02 span {
font-weight: 700;
font-size: 1.2rem;
color: #1e2036;
}

img.deco {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 49vw;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* ---▲▲▲プロフィール内▲▲▲--- */

#gaiyou-ttl {
  color: #fff;
}

#about_box .eachImg img {
width: 60vw;
max-width: 950px;
}

.light-box p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.4;
}

.light-box h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #3b424b;
  padding: 8px 5px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5vw;
}

#about_area h3 {
  color: #fff;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 2px #FDD552;/*上線*/
  border-bottom: solid 2px #FDD552;/*下線*/
  font-size: 1.25em;
  font-weight: bold;
}

h2 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  position: relative;
  padding: 1.3rem 2rem 1.1rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  background-color: #ffffffbd;
  border-radius: 0.2em;
}

h2:before,
h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h2:before {
  top: 0;
}

h2:after {
  bottom: 0;
}
/* 背景はそのまま100vhでOK。中身を中央寄せにする */
#top_img_area {
  display: grid;          /* 中央寄せ用 */
  place-items: center;    /* 縦横センター */
  position: relative;     /* 既存のrelativeを維持 */
}

/* 画像は“収まる”サイズで中央表示（比率保持・はみ出し無し） */
#topimg {
  position: static !important;  /* absolute指定をやめる */
  transform: none !important;
  bottom: auto !important;
  max-width: min(92vw, 1000px); /* 画面幅に収めつつ上限を設定（お好みで） */
  max-height: 95vh;              /* 画面高より小さく（背景が100vhなので余白を確保）*/
  width: auto;
  height: auto;
  object-fit: contain;          /* 念のため（比率維持） */
  display: block;
}

/* さらに小さい画面ではもう少し余白を確保 */
@media (max-width: 1200px) {
  #topimg { max-height: 80vh; }
}
/* 初期状態は見せない（ちらつき防止） */
#topimg {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  filter: blur(2px);
  will-change: opacity, transform, filter;
}

/* ページ準備完了後にふわっと表示 */
.page-loaded #topimg {
  animation: heroIn 900ms cubic-bezier(.22,.61,.36,1) 120ms forwards;
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

/* ユーザーが「動きを控える」設定のときは即時表示 */
@media (prefers-reduced-motion: reduce) {
  #topimg {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }
}
/* 縦書きキャッチ共通 */
#top_img_area {
  position: relative; /* 既にrelativeならOK */
}
.catch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;         /* 垂直センター */
  writing-mode: vertical-rl;  /* 縦書き（上→下） */
  text-orientation: mixed;
  /* font-family: "Zen Kaku Gothic New", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #FDD552;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
  z-index: 5;                 /* 背景より前、ナビよりは下げたいなら調整 */
  pointer-events: none;       /* クリック妨げないように */
  opacity: 0;                 /* 初期は非表示（アニメのため） */
  filter: blur(6px);
}

/* 右側のキャッチ */
.catch-right {
  left: 50%;                 /* 画面中央を基準 */
  transform: translateX(120%) translateY(-50%); 
  /* top: 30%; */
  /* right: 9.5%; */
  /* right: min(2.5vw, 28px); */
  font-size: clamp(20px, 2.4vw, 40px);
  animation: catchFade 900ms cubic-bezier(.22,.61,.36,1) 200ms forwards; /* 先に出る */
}

/* 左側のキャッチ */
.catch-left {
  left: 21%;  
  top: 28%;               /* 同じく中央基準 */
  transform: translateX(-220%) translateY(-50%);  
  /* left:  min(2.5vw, 28px); */
  font-size: clamp(20px, 2.4vw, 37px);
  /* 左側は縦書きの向きを少しだけ変えたい場合は下記を使う:
     writing-mode: vertical-rl; そのままでOK（右から左の縦）
     必要なら scaleX(-1) で反転し、text-direction 調整も可 */
  animation: catchFade 900ms cubic-bezier(.22,.61,.36,1) 700ms forwards; /* 次に出る（遅延） */
}

@keyframes catchFade {
  from { opacity: 0; filter: blur(6px); transform: translateY(10px); }
  to   { opacity: 1; filter: blur(0);   transform: translateY(0); }
}

/* 視認性＆スマホ最適化（お好みで調整） */
@media (max-width: 900px) {
  .catch { font-size: clamp(16px, 3.8vw, 22px); }
}
@media (max-width: 640px) {
  .catch { display: none; } /* スマホでは非表示にしたいなら */
}

/* 動きを控える設定の配慮 */
@media (prefers-reduced-motion: reduce) {
  .catch { opacity: 1; filter: none; animation: none; }
}
.each_data {
  max-width: 950px;
  margin: 0 auto;
}

.cast-p {
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: left;
  margin-top: 10px;
}
.font-m {
  font-size: 130%;
}