@charset "utf-8";

*,*::before,*::after{
  box-sizing: border-box;
}

body{
font-family:  'Noto Sans JP', 'Noto Serif JP', sans-serif;
  /* iphone対応 */
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  /* background-color: #fffbf3; */
  background-color: #f8f8f8;

  color: #000;
  font-family: FOT-UDMarugo_Small Pr6N;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;

}


.fix_navi{
  position: fixed;
  z-index: 8999;
  width: 100vw;
  margin: 0 auto;
  height: 96px;
  /* background-color: #FFFCF2; */
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo_p{
  position: relative;
  width: 282px;
  height: 60px;
  margin-left: 8%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
}
.logo_p:hover{
  opacity: 0.8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
}
.logo_p a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.logo_p img{
  width: 100%;
}
.pc_nav {
  margin-right: 8%;
}
.navi_item{
  display: flex;
  list-style: none;
  font-family: '#NotoSansJP';
  letter-spacing: 1px;
}
.navi_item li{
  margin-left: 40px;
  font-size: 16px;
}
.navi_item li a {
 position: relative;
 color: #000000;
 letter-spacing: 2px;
 font-weight: 600;
}
.navi_item li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  /* background: #ffffff; */
  /* background: #f571a8; */
  background: #fcb239;
  bottom: -10px; 
  transform: scale(0, 1); /*アンダーラインがaタグの下端から現れる*/
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;

  transition: transform 0.4s; /*変形の時間*/
  -webkit-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  }
  
  .navi_item li a:hover::after {
  transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  }

a {
  text-decoration: none;
}

.main_visual_box{
  padding-top: 96px;
}

.main_vis_img_pc{
  width: 100%;
}
.main_vis_img_sp{
  width: 100%;
}

@media screen and (min-width: 961px) {
  .openbtn1{
    display: none;
  }
  
} 
@media screen and (max-width: 960px) {
  .pc_nav{
    display: none;
  }
}
@media screen and (min-width: 521px) {
  .main_vis_img_pc{
    display: block;
  }
  .main_vis_img_sp{
    display: none;
  }

} 
@media screen and (max-width: 520px) {
  .fix_navi{ 
    display: none;
  }
  .main_vis_img_pc{
    display: none;
  }
  .main_vis_img_sp{
    display: block;
  }
  .main_visual_box{
    padding-top: 0px;
  }
}

 /* テキスト折り返し防止 */
.dinlineblock{
  display: inline-block;
}
@media screen and (max-width: 400px) {
  .main_visual{
    height: 100vh;
  }
  .main_content{
    height: 100vh;
  }
}


/*-----------------------------
　文字標準設定
-------------------------------*/


:root {
  --h2-size: 2.25rem;
  --h3-size: 24px;
  --p-size: 16px;
  --p_sm-size: 16px;
  --p_cu-size: 14px;
  --namesub-size: 12px;
  --p_ticketsub-size: 20px;
  --sto-size: 20px;
  --me_1400: 0.9;
  --me_1024: 0.8;
  --me_768: 0.8;
  --me_500: 0.9;
  --me_400: 0.9;
  
}

/* 項目頭のアルファベット */
h2 {
  color: #1A1A1A;
  font-family: HP Simplified Jpan, 'Gowun Batang', sans-serif ;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  /* font-family: 'Gowun Batang', sans-serif; */
  font-weight: 500;
  font-size: var(--h2-size);
}
.titletext_left{
  position: absolute;
  top:  50px;
  margin-left: 10%;
}
.titletext_right{
  position: absolute;
  top:  50px;
  right: 0;
  margin-right: 10%;
}
@media screen and (max-width: 1024px) {
  .titletext_left{
    margin-left: 7%;
  }
  .titletext_right{
    margin-right: 7%;
  }
}
@media screen and (max-width: 768px) {
  .titletext_left{
    top:  -74px;
    margin-left: 5%;
  }
  .titletext_right{
    top:  -74px;
    right: 0;
    margin-right: 5%;
  }
}
@media screen and (max-width: 520px) {
  .titletext_left{
    top:  -74px;
    margin-left: 5%;
  }
  .titletext_right{
    top:  -74px;
    right: 0;
    margin-right: 5%;
  }
}
@media screen and (max-width: 390px) {
  .titletext_left{
    top:  -74px;
    margin-left: 5%;
  }
  .titletext_right{
    top:  -74px;
    right: 0;
    margin-right: 5%;
  }
}


/* #の見出し */
h3 {
  font-size: var(--h3-size);
  font-weight: 500;
  line-height: 2em;
}
/* 標準文字 */
p{
  font-size: var(--p-size);
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.text_name12{
  font-size: var(--namesub-size);
  padding-top: 5px;
}
.text_14{
  font-size: var(--p_cu-size);
}
.text_16{
  font-size: var(--p_sm-size);
}
.text_20{
  font-size: var(--p_ticketsub-size);
}
/* h3で縦余白多すぎる場合対応 */
.text_24{
  font-size: var(--h3-size);
  line-height: 34.5px; 
}
.sto_size{
  font-size: var(--sto-size);
  text-shadow:-3px -3px 10px rgb(255, 255, 255);
  line-height: 1.7;

}
.message_text{
  margin-top: 24px;
  font-size: 16px;
}
.bold{
  font-weight: 600;
}
.red{
  color: red;
}
.underline{
  text-decoration: underline;
}

.black{
  color: black;
}

.br_sp {
  display: none;
}


@media screen and (max-width: 1400px) {
  h2 {
    font-size: calc(var(--h2-size) * var(--me_1400));
  }
  .lineht_h2{
    line-height: 138px;
  }
  h3 {
    font-size: calc(var(--h3-size) * var(--me_1400));
  }
  p{
    font-size: calc(var(--p-size) * var(--me_1400));
  }  
  .text_name12{
    font-size: calc(var(--namesub-size) * var(--me_1400));
    padding-top: 5px;
  }
  .text_14{
    font-size: calc(var(--p_cu-size) * var(--me_1400));
  }
  .text_16{
    font-size: calc(var(--p_sm-size) * var(--me_1400));
  }
  .text_20{
    font-size: calc(var(--p_ticketsub-size) * var(--me_1400));
  }
  .text_24{
    font-size: calc(var(--h3-size) * var(--me_1400));
  }
  .sto_size{
    font-size: calc(var(--sto-size) * var(--me_1400));
  }
  .navi_item li{
    margin-left: 32px;
    font-size: 14px;
  }
  .message_text{
    font-size: calc(var(--p_sm-size) * var(--me_1400));
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: calc(var(--h2-size) * var(--me_1024));
  }
  .lineht_h2{
    line-height: 138px;
  }
  h3 {
    font-size: calc(var(--h3-size) * var(--me_1024));
  }
  p{
    font-size: calc(var(--p-size) * var(--me_1024));
  }
  .text_name12{
    font-size: calc(var(--namesub-size) * var(--me_1024));
    padding-top: 5px;
  }
  .text_14{
    font-size: calc(var(--p_cu-size) * var(--me_1024));
  }
  .text_16{
    font-size: calc(var(--p_sm-size) * var(--me_1024));
  }
  .text_20{
    font-size: calc(var(--p_ticketsub-size) * var(--me_1024));
  }
  .text_24{
    font-size: calc(var(--h3-size) * var(--me_1024));
  }
  .sto_size{
    font-size: calc(var(--sto-size) * var(--me_1024));
  }
  .navi_item li{
    margin-left: 23px;
    font-size: 14px;
  }
  .message_text{
    font-size: calc(var(--p_sm-size) * var(--me_1024));
  }
}

@media screen and (max-width: 960px) {
  .message_text{
    font-size: calc(var(--p-size) * var(--me_1024));
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: calc(var(--h2-size) * var(--me_768));
  }
  .lineht_h2{
    line-height: 138px;
  }
  h3 {
    font-size: calc(var(--h3-size) * var(--me_768));
  }
  p{
    font-size: calc(var(--p-size) * var(--me_768));
  }
  .text_name12{
    font-size: calc(var(--namesub-size) * var(--me_768));
    padding-top: 5px;
  }
  .text_14{
    font-size: calc(var(--p_cu-size) * var(--me_768));
  }
  .text_16{
    font-size: calc(var(--p_sm-size) * var(--me_768));
  }
  .text_20{
    font-size: 14px;
  }
  .text_24{
    font-size: 18px;
  }
  .sto_size{
    font-size: calc(var(--sto-size) * var(--me_768));
  }
  .message_text{
    font-size: calc(var(--p-size) * var(--me_768));
  }

  .br_pc{
    display: none;
  }
  .br_sp {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  h2 {
    font-size: calc(var(--h2-size) * 0.8);
  }
  .lineht_h2{
    line-height: 138px;
  }
  h3 {
    font-size: 18px;
  }
  p{
    font-size: 14px;
  }
  .text_name12{
    font-size: calc(var(--namesub-size) * var(--me_500));
    padding-top: 5px;
  }
  .text_14{
    font-size: calc(var(--p_cu-size) * var(--me_500));
  }
  .text_16{
    font-size: calc(var(--p_sm-size) * var(--me_500));
  }
  .text_20{
    font-size: 14px;
  }
  /* h3で縦余白多すぎる場合対応 */
  .text_24{
    font-size: 18px;
    line-height: 1.5;
  }
  .sto_size{
    font-size: 16px;
  }
  .message_text{
    font-size: 14px;
  }

  .br_pc{
    display: none;
  }
}
@media screen and (max-width: 390px) {
  h2 {
    font-size: calc(var(--h2-size) * 0.6);
  }
  .lineht_h2{
    line-height: 138px;
  }
  h3 {
    font-size: 18px;
  }
  p{
    font-size: 14px;
  }
  .text_name12{
    font-size: calc(var(--namesub-size) * var(--me_400));
    padding-top: 5px;
  }
  .text_14{
    font-size: calc(var(--p_cu-size) * var(--me_400));
  }
  .text_16{
    font-size: calc(var(--p_sm-size) * var(--me_400));
  }
  .text_20{
    font-size: calc(var(--p_ticketsub-size) * var(--me_400));
  }
  .text_24{
    font-size: 18px;
  }
  .sto_size{
    font-size: 16px;
  }
  .message_text{
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .sto_size{
    font-size: 14px;
  }
}
/*-----------------------------
　テキストデザイン
-------------------------------*/
.text_right{
  text-align: right;
}
.text_center{
  text-align: center;
}

/* スケジュールの全5ステージ下寄せ対応 */
.text_bottom{
  display: flex;
  align-items: flex-end;
}
.text_notosans{
  font-family: 'Noto Sans JP';
}
.text_notoserif{
  font-family: 'Noto Serif JP';
}

/*-----------------------------
　テキスト配置（h3#見出しスタイル）
-------------------------------*/
.text_magin{
  margin-left: 2%;
  margin-bottom: calc(40px - 24px);
}
/* #スケジュール、#ご予約 */
.text_magin_inner{
  margin-left: 7%;
  margin-bottom: calc(40px - 24px);
}
@media screen and (max-width: 1024px) {
  .text_magin_inner{
    margin-left: 5%;
  }
}

.text_right_magin{
  margin-right: 2%;
  margin-bottom: calc(40px - 24px);
}

/*-----------------------------
　アニメーション
-------------------------------*/

/* レイアウトや見た目のスタイル */
/* ---------------------------- */

.single-item + .single-item{
    margin-top: 1.4rem;
}

/* アニメーションスタイル */
/* ---------------------------- */

/* アニメーション前 */
.u-fade-type-up{
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -moz-transform: translateY(15px);

  opacity: 0;
}
.u-fade-type-right{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 0;
}
.u-fade-type-h2{
  opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
  transition: 1.0s;
  -webkit-transition: 1.0s;
  -ms-transition: 1.0s;
  -moz-transition: 1.0s;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}
.u-fade-type-right.is-active{
  transition: 1.0s;
  -webkit-transition: 1.0s;
  -ms-transition: 1.0s;
  -moz-transition: 1.0s;
  animation: line_move 2.0s;
  opacity: 1;
}
.u-fade-type-h2.is-active{
  animation: title_move 0.8s;
  opacity: 1;
}

@keyframes line_move {
  0%{
    width: 10%;
  }
  100%{
    width: 100%;
  }
}

@keyframes title_move {
  0%{
    transform: scaleY(0.01);
    -webkit-transform: scaleY(0.01);
    -ms-transform: scaleY(0.01);
    -moz-transform: scaleY(0.01);
    
  }
  100%{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}

/*-----------------------------
　カラム分け用
-------------------------------*/

.w70 {
  width: 70%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w30 {
  width: 30%;
}
.w10 {
  width: 10%;
  height: calc(144px + 24px);
}
@media screen and (max-width: 1240px) {
  .w60 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .w50 {
    width: 100%;
  }
  .w40 {
    width: 100%;
  }
}

/*----------------------------
下北沢AD用
-------------------------------*/
h2.ad_title::before{
    content: '';
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    background-image: url(../img/ad/bar2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    position:relative;
    top: -4px;
}
h2.con_title::before{
  content: '';
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../img/ad/bar2.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  position:relative;
  top: -4px;
}

/*-----------------------------
　コンテンツ共通設定
-------------------------------*/
.content{
  width: 80%;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  background: #fbfcff;
}
.content_bg{
  background: #f8f8f8;
}
.content_fff{
  background: #ffffff;
}
.content_deep{
  background: #fbe3c0;
}
.content_pink{
  border: 4px solid #bc9640;
  border-radius: 1rem;
}

.content_head{
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content_head_3{
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* コンテンツ間調整 */
.footer_bottom {
  margin-bottom: 30px;
}
.marginbottom40{
  margin-bottom: 40px;
}
.content_detail_top{
  padding-top: 3rem;
}
.content_detail{
  padding: 2.88rem 5rem;
}

.point_font{
  color: #C7263C;
  font-family: HP Simplified Jpan;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.point_font_orange{
  color: #B47242;
  font-family: HP Simplified Jpan;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.content_detail_access_left{
  padding: 39px 88px 0 88px;
}
.content_detail_access{
  padding: 0 44px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content_caution{
  padding: 32px 24px;
  margin-top: 40px;
  background: rgb(225, 216, 216); 
}
.content_caution2{
  padding: 32px 24px;
  margin-top: 40px;
  border: 2px solid #D22A31;
}

/* レッスン画像 */
.lesson_img_left{
  padding: 0 2% 0 0;
}
.lesson_img_right{
  padding: 0 0 0 2%;
}

@media screen and (max-width: 1024px) {
  .content {
    width: 85%;
  }
  .content_detail{
    padding: 39px 44px 40px 44px;
  }
  .content_detail_top{
    padding: 39px 22px 0px 22px;
}
}

@media screen and (max-width: 768px) {
  .content {
    width: 90%;
    margin-bottom: 60px;
  }
  .footer_bottom {
    margin-bottom: 30px;
  }
  .content_detail{
    padding: 39px 22px 40px 22px;
  }
    .content_detail_top{
    padding: 39px 22px 0px 27px;
}

}
@media screen and (max-width: 520px) {
  .content {
    width: 95%;
  }
  .content_detail{
    padding: 39px 5% 40px 5%;
  }
  .content_detail_top{
    padding: 10px 2% 0px 2%;
  }
  .content_head{
    width: 95%;
  }
  .content_head_3{
    width: 95%;
  }
}
@media screen and (max-width: 390px) {
  .content_detail{
    padding: 30px 4% 30px 4%;
  }
}

/*-----------------------------
　コンテンツ微調整
-------------------------------*/
/* コンテンツ毎微調整用 */
.nomargin_top{
  margin-top: 0;
}
.nopadding_top{
  padding-top: 0;
}
.padding_top40{
  padding-top: 40px;
}
.paddingzero{
  padding: 0;
}


/* 新着情報でのみ使用 */
.margintop7{
  margin-top: 7px;
}
.margintop20{
  margin-top: 20px;
}
.margintop32{
  margin-top: 32px;
}
/* youtubeでのみ使用 */
.margintop80{
  margin-top: 80px;
}

.margin20auto{
  margin: 20px auto;
}
.margin40auto{
  margin: 40px auto;
}
.marginleft80{
  margin-left: 80px
}

@media screen and (max-width: 960px) {
  .marginleft80{
    margin-left: 0;
  }
}


/*-----------------------------
　公演情報
-------------------------------*/
.stage_box{
  display: flex;
  align-items: center;
}
.stagetitle_box{
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  -moz-flex-basis: 50%;
}

/* タイトル文字 */
.stage_title{
  font-size: 40px;
  font-weight:600;
  line-height: 1.5;
  letter-spacing: 8px;
}
.stage_subtitle{
  margin-left: 22px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}
.stage_subtitle2{
  margin-left: 22px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5%;
  letter-spacing: 3px;
}
@media screen and (min-width: 1920px) {
  .stage_title{
    font-size: 48px;
    line-height: 1.5;
  }
  .stage_subtitle{
    margin-left: 26px;
    font-size: 20px;
  }
  .stage_subtitle2{
    margin-left: 26px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .stage_title{
    font-size: 32px;
    line-height: 1.5;
  }
  .stage_subtitle{
    margin-left: 18px;
    font-size: 16px;
  }
  .stage_subtitle2{
    margin-left: 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .stage_title{
    font-size: 40px;
    font-weight:600;
    line-height: 1.5;
  }
  .stage_subtitle{
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .stage_subtitle2{
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .stage_box{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex: 1;
  }
  .stagetitle_box{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -moz-flex-basis: 100%;
  }
  .flyerimg_box{
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    -moz-flex-basis: 50%;
  }
}
@media screen and (max-width: 520px) {
  .stage_title{
    font-size: 32px;
    line-height: 1.5;
  }
  .stage_subtitle{
    margin-left: 18px;
    font-size: 16px;
  }
  .stage_subtitle2{
    margin-left: 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 390px) {
  .stage_title{
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 6px;
  }
  .stage_subtitle{
    margin-left: 16px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .stage_subtitle2{
    margin-left: 16px;
    font-size: 14px;
  }
}


/*-----------------------------
　スケジュール
-------------------------------*/
.timetable_img{
  max-width: 100%;  
}
.padding_left80{
  padding-left: 80px;
}
@media screen and (min-width: 961px) {
  /* 左記表示 */
  .time_pc {
   display: block;
  }
  .time_sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  /* 上記表示 */
  .time_pc {
   display: none;
  }
  .time_sp {
    display: block;
  }
  .timetable_img{
    padding: 0 10% 40px 10%;
  }
  .padding_left80{
    padding-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .timetable_img{
    padding: 0 0 40px 0;
  }
}

/*-----------------------------
　ご予約
-------------------------------*/
/* 予約抽選お申込アンカーリンク */
.ticket_box{
  display: flex;
  margin: 0 auto 40px auto;
  height: 110px;
  align-items: center;
}
.ticket_button{
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 70%;
  height: 100%;
  border-radius: 5px;
  background-color: #B47242;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
}
.ticket_button a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.ticket_button span{
  line-height: 40px;
  text-align: center;
  flex: 1;
  color: white;
}
.ticket_box:hover .ticket_button{
  width: 60%;
  height: 110px;
  border-radius: 20px;
  background-color: rgba(180, 114, 66, 0.75);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}


/*-----------------------------
　感染対策オーバーレイモーダル
-------------------------------*/
.JS_Click_ShowModal_Trigger:hover{
  cursor: pointer;
}

.ModalLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  -webkit-transition: opacity 0.65s;
  -ms-transition: opacity 0.65s;
  -moz-transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
}
.ModalLayer.isShow {
  transition: opacity 0.65s;
  -webkit-transition: opacity 0.65s;
  -ms-transition: opacity 0.65s;
  -moz-transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}
.ModalLayer-Mask {
  position: absolute;
  background: rgba(123,123,123,0.5);
  width: 100%;
  height: 100vh;
}
.ModalLayer-Inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);

  height: 80%;
  overflow-y: scroll;
  background: rgb(255, 255, 255);
}
.ModalSection {
  padding: 39px 88px 40px 88px;
  background: #fff;
}
.Modal-Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}
.Modal-Inner-Headline {
  border-top: 3px solid #D22A31;
  border-bottom: 3px solid #D22A31;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.Modal-Inner-Text {
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .ModalLayer-Inner {
    width: 76%;
  }
  .ModalSection {
    padding: 39px 44px 40px 44px;
  }
}
@media screen and (max-width: 768px) {
  .ModalLayer-Inner {
    width: 90%;
  }
  .ModalSection {
    padding: 39px 22px 40px 22px;
  }
}
/*-----------------------------
　アクセス
-------------------------------*/
.zakoenji_logo{
  height: 72px;
  width: 208px;
}
.zakoenji_map{
  width: 100%;
  display: block;

}
@media screen and (max-width: 960px) {
  .zakoenji_map{
    padding: 0 10% 20px 10%;
  }
}
@media screen and (max-width: 520px) {
  .zakoenji_map {
    padding: 0 0 20px 0;
  }
}

/* GoogleMap レスポンシブ対応 */
.googlemap_pc {
  width: 100%;
  height: 500px;
  aspect-ratio: 16; /*アスペクト比（縦横比）を指定*/
}
.googlemap_sp {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 769px) {
  .googlemap_pc {
   display: block;
  }
  .googlemap_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .googlemap_pc {
   display: none;
  }
  .googlemap_sp {
    display: block;
    margin-top: -40px;
  }
}
@media screen and (max-width: 520px) {
  .googlemap_sp {
    height: 400px;
  }
}


/*-----------------------------
　フッター
-------------------------------*/
footer{
  background-color: #000000;
  color: #FFF;
}
.copy{
  font-size: 14px;
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}


/*-----------------------------
　アンカーリンク（トップ）
------------------------------*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 50px;
	height: 50px;
  border-radius: 50%;
	text-transform: uppercase;
  -webkit-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -moz-text-transform: uppercase;

	text-decoration: none;
	transition:all 0.3s;
  -webkit-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -moz-transition:all 0.3s;
  opacity: 0.6;
  border: solid 5px #277495;
}
#page-top a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);

  border-top: solid 5px #277495;
  border-left: solid 5px #277495;
}
#page-top a::after {
  /* トップ非表示 */
}
#page-top a.isShow::after {
  position: absolute;
  content: "トップ";
  top: -25px;
  font-size: 12px;
  font-family: 'Noto Sans JP';
  font-weight: 600;
  color: #277495;
}

#page-top a:hover{
  opacity: 1;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 20px;
	bottom:10px;
  z-index: 9999;
  /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -moz-transform: translateY(100px);
  text-align: center;
}

/* 上に上がる動き */
#page-top.UpMove{
	animation: TopUpAnime 1.0s forwards;
}
@keyframes TopUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -moz-transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  }
}

/* 下に下がる動き */
#page-top.DownMove{
	animation: TopDownAnime 0.5s forwards;
}
@keyframes TopDownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -moz-transform: translateY(100px);
  }
}

/*-----------------------------
 ハンバーガーメニュー
-------------------------------*/
.g-navLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 0.65s;
  -webkit-transition: opacity 0.65s;
  -ms-transition: opacity 0.65s;
  -moz-transition: opacity 0.65s;
  pointer-events: none;
  opacity: 0;
  z-index: 9001;
}
.g-navLayer.isShow {
  transition: opacity 0.65s;
  -webkit-transition: opacity 0.65s;
  -ms-transition: opacity 0.65s;
  -moz-transition: opacity 0.65s;
  pointer-events: auto;
  opacity: 1;
}
.g-navLayer-Mask {
  position: absolute;
  background: rgba(123,123,123,0.5);
  width: 100%;
  height: 100vh;
}

#g-nav{
  font-family: 'Noto Sans JP';
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 9000;
  /*ナビのスタート位置と形状*/
  top:0;
  right: -120%;
  width: 65%;
  height: 100vh;/*ナビの高さ*/
  background:rgba(255, 251, 243, 0.95);
    /*動き*/
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 9000; 
    width: 65%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 9000;
  top:45%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
@media screen and (max-width: 520px) {
  /* スライドの幅 */
  #g-nav{
    width: 75%;
  }
  #g-nav.panelactive #g-nav-list{
    width: 75%;
  }
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    left:40%;
  }
}

/*リストのレイアウト設定*/
#g-nav li{
  list-style: none;
  height: 50px;
  padding: 30px 0;
}

#g-nav li a{
  color: #333333;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  -webkit-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -moz-text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  z-index: 9002;/*ボタンを最前面に*/
  top: 30px;
  right: 20px;
  cursor: pointer;
  background-color: #fcb239;
	width: 50px;
	height: 50px;
  border-radius: 50%;
}
.openbtn1.active{
  background-color: #333333;
}
  
/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  -webkit-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  width: 45%;
}
.openbtn1 span:nth-of-type(1) {
  top:15px; 
}
.openbtn1 span:nth-of-type(2) {
  top:23px;
}
.openbtn1 span:nth-of-type(3) {
  top:31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  -moz-transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  -moz-transform: translateY(-6px) rotate(45deg);
  width: 30%;
}


.margin2rem{
  margin: 2rem 0 ;
}
/* 
.point_font{
  color: #C7263C;
  font-family: HP Simplified Jpan;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
} */

.point_font2{
  color: #000;
  font-family: FOT-UDMarugo_Small Pr6N;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.table_list {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: 0 auto;
}

.table_list th,
.table_list td{
  font-size: 16px;
  padding: 20px;
  font-weight: normal;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.table_list th{
  background-color: #ffffff;
  font-family: HP Simplified Jpan;
  font-weight: 400;
}
.table_list td{
  background-color: #ffffff;
  padding: 20px;
}

.table_list_inner{
  list-style: none;
  padding: 0;
}
.table_list_inner li{
  margin: 5px 0;
}

@media screen and (max-width:640px){
  .table_list th,
  .table_list td{
      display: block;
      text-align: left;
  }
  .table_list th{
    background-color: #fcb239;
  }
}

.positonlila{
  position: relative;
}

.flex_inner{
  padding: 0 2.5rem;
}

.directorname{
  color: #000;
  font-family: HP Simplified Jpan;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.directorname_a{
  position: absolute;
  left: 0;
  margin-left: 200px;
  bottom: 0;
  color: #000;
  font-family: HP Simplified Jpan;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.just{
  justify-content: space-between;
}

.around{
  justify-content: space-around;
}

.between{
  justify-content: space-between;
}



.teamimg{
  position: absolute;
  top: -160px;
  right: 0;
  width: 200px;
  /* height: 100px; */
}

.stage_img{
  margin: 0 auto;
  max-width: 450px;
}

.marginright{
  margin-right: 40px;
}

/* 申込フォーム */
.reserve_button{
  position: relative;
  margin: 0 auto;
  width: 500px;
  height: 85px;
  border-radius: 50px;
  /* background-color: #f94a93; */
  /* background-color: rgba(210, 42, 49, 0.8); */
  background-color: rgb(90 90 90 / 80%);
  
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  padding-top: 18px;
  margin-bottom: 84px;
}
.reserve_button:hover{
  opacity: 0.6;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.reserve_button a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
}


.reserve_button span{
  display: block;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  margin-right: 20px;
  color: white;
}
.reserve_button span::after{
  position: absolute;
  content: " ";
  width: 16px;
  height: 15px;
  display: inline-block;
  background-image: url(../img/outer_link.png);
  background-size: 100%;
  top: 44%;
  right: 56px;
  margin-left: 10px;
}
/* アーカイブフォーム */
.reserve2_button{
  position: relative;

  height: 85px;
  border-radius: 50px;
  background-color:#fcb239;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  padding-top: 18px;
}
.reserve2_button a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
}
.reserve2_button:hover{
  opacity: 0.6;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
}
.reserve2_button span{
  display: block;
  line-height: 46px;
  text-align: center;
  margin-right: 20px;
  color: white;
}
.reserve2_button span::after{
  position: absolute;
  content: " ";
  width: 16px;
  height: 15px;
  display: inline-block;
  background-image: url(../img/outer_link.png);
  background-size: 100%;
  top: 43%;
  right: 56px;
  margin-left: 10px;
}
@media screen and (max-width: 520px) {
  .reserve_button{
    width: 80vw;
    height: 64px;
  }
  .reserve_button span{
    line-height: 1;
  }
  .reserve_button span::after{
    top: 37%;
  }
  .reserve2_button{
    width: 80vw;
    height: 60px;
    margin: 20px auto 0 auto;
  }
  .reserve2_button span{
    line-height: 1;
  }
  .reserve2_button span::after{
    top: 37%;
  }
  .point_font{
    font-size: 20px;
    line-height: 1.5;
  }
  
  .point_font2{
    font-size: 16px;
    line-height: 1.5;
  }
  .directorname_a{
    position: static;
    margin-left: 4px;
  }
  
}
@media screen and (max-width: 490px) {
  .reserve_button span{
    font-size: 16px;
    line-height: 1.5;
  }
  .reserve_button span::after{
    top: 35%;
    right: 40px;
  }
  .reserve2_button span{
    font-size: 14px;
    line-height: 1.5;
  }
  .reserve2_button span::after{
    top: 35%;
    right: 40px;
  }
}


@media screen and (max-width: 330px) {
  .reserve_endtext{
    font-size: 12px;
  }
}

.content2{
  margin: 0 auto 70px auto;
  width: 80%;
}

.contact{
  color: #000;
  font-family: HP Simplified Jpan;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}

.marginleft100{
  margin-left: 138px;
}

.stf_text{
  margin: 60px 0;
  color: #000;
  font-family: HP Simplified Jpan;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 31.68px */
}
.stf_head{
  justify-content: center;
  
  width: 30%;
}
.stf_head_title{
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-left: solid 4px #fcb239;
  text-align: center;
  font-weight: 600;

}

.margintop100{
  margin-top: 100px;
}

.stage_img_box{
  width: 40%;
}
.stage_img_box2{
  width: 32%;
}

.stage_img_text{
  font-size: 12px;
  text-align: left;
}
.comment_img_sub{
  width: 100%;
  height: auto ;
}
.sp_logo{
  margin: 30px 5% ;
  padding: 0 15% 0 0;
  max-width: 280px;

}
@media screen and (max-width: 520px) {
  /* スライドの幅 */
  #g-nav{
    width: 75%;
  }
  #g-nav.panelactive #g-nav-list{
    width: 75%;
  }
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    left:40%;
  }
}


.face{
  margin: auto 0;
  max-width: 460px;
}
.face2{
  margin: auto 0;
  max-width: 460px;
}

.dispflex{
  display: flex;
}

.dispflex500{
  display: flex;
}

@media screen and (max-width: 1240px) {
/* @media screen and (max-width: 960px) { */
  /* flex解除 */
  .dispflex{
    display: block;
  }
  .w70{
    width: 100%;
  }
  .face{
    margin: 0 auto;
    width: 60%;
  }
  .face2{
    margin: 0 auto;
    width: 45%;
  }
  .flex_inner{
    padding: 0;
  }
  .stage_img_box,
  .stage_img_box2{
    margin: 20px auto 0 auto;
    width: 60%;
    text-align: center;
  }
  .comment_img_sub{
    height:500px ;
  }
  .sp_margintop{
    margin-top: 40px;
  }
  .contact{
    font-size: 18px;
  }
  .copy{
    font-size: 12px;
  }
  .marginright{
    margin-right: 0;
  }
  .marginleft100{
    margin-left: 0; 
  }
  .contact{
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .face{
    margin: 0 auto;
    width: 82%;
  }
  .face2{
    margin: 0 auto;
    width: 60%;
  }
}
@media screen and (max-width: 520px) {
  .face{
    margin: 0 auto;
    width: 100%;
  }
  .face2{
    margin: 0 auto;
    width: 80%;
  }
}
/*-----------------------------
　舞台画像
-------------------------------*/
/* 舞台画像 */
.comment_img{
  width: 100%;
  
}
.stf_head_text{
  margin-top: 20px;
  padding-left: 10%;
}
@media screen and (max-width: 960px) {
  .stage_img_box,
  .stage_img_box2{
    width: 65%;
  }
  /* .stage_img_box,
  .stage_img_box2{
    width: 78%;
  } */
@media screen and (max-width: 520px) {
  .comment_img {
    padding: 0;
  }
  .stage_img_box,
  .stage_img_box2{
    width: 100%;
  }
  .teamimg{
    top: -120px;
    width: 150px;
  }
  .dispflex500{
    display: block;
  }
  .stf_head {
    width: 100%;
  }
  .stf_head_text{
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .stf_head_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-left: solid 4px #e28d42;
    text-align: left;
    padding-left: 40px;
    font-weight: 600;
  }
  .contact{
    font-size: 16px;
  }
  .contact_text{
    font-size: 12px;
  }
  .content2{
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 390px) {
  .teamimg{
    top: -75px;
    width: 130px;
  }
}

.copy_box {
  width: 80%;
  margin: 0 auto;
}