/* すべての要素の余白とパディングをリセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 元のテンプレート設定を消す */
.p-page_content__inner a {
  cursor: pointer;
  text-decoration: none!important;
}

.p-page_content__inner{
  padding: 0 !important;
  width: 100% !important;
}
.l-container{
  padding-top:50px !important;
  padding-bottom: 0 !important;
}
.u-margin__bottom--100 {
  margin-bottom: 0 !important;
}
.p-page_content__inner p {
line-height: 1.8!important;
}


/* メイン部分 */
a {
  text-decoration: none;
}

  .sp_only {
    display: none;
  }

    .pc_only {
    display: block;
  }

.enbujyo_main {
  width: 100%;
  line-height: 1.5;
}

.enbujyo_h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #b20808;
  margin: 50px 0px;
  line-height: 1.8;
  text-align: center;
}

.enbujyo_h1_big {
  font-size: 40px;
  line-height: 1.5;
}

.enbujyo_btn {
  font-size: 16px;
  color: #fff;
  background-color: #b20808;
  border-radius: 50px;
  margin: 50px 0;
  padding: 10px;
  text-align: center;
  line-height: 1.2;
}

.enbujyo_btn:hover {
  cursor: pointer;
  background-color: #fff; /* ホバー時の背景色 */
  color: #b20808;
  transition: background-color 0.3s ease; /* 背景色を0.5秒かけて変化 */
}


.enbujyo_br_sp {
  display: none;
}

/* トップ部分 */
.enbujyo_top {
  display: block;
  width: 100%;
  padding: 50px 0px;
  justify-content: center;
  background-color: #ffecec;
  background-image: url(../img/2501_background.png);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: top right;
}

.enbujyo_top_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 5%;
}
.enbujyo_top_wrapper div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.enbujyo_top_wrapper img {
  width: 450px;
  height: auto;
}

.enbujyo_top_txt {
  text-align: center;
}

.enbujyo_top_txt p {
  margin-bottom: 30px;
}


.enbujyo_btn_link {
  width: 100%;
}

/* 舞台日程 */

.enbujyo_date {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 70px;
}

.enbujyo_date ul {
  width: 520px;
  max-width: 90dvw;
  list-style-type: none;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
}

.enbujyo_date ul li {
  padding: 0;
  margin-bottom: 10px;
}

.enbujyo_date_title {
  display: block;
  background: #ffecec;
  width: 150px;
  margin-bottom: 10px;
  color: #b20808;
  text-align: center;
}

.enbujyo_date_txt {
  padding: 0 20px;
}

.enbujyo_date_inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.enbujyo_date p {
  margin: 50px 5%;
  text-align: center;
}

/* 八千代座レポート */
.enbujyo_report {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF8E9;
}

.enbujyo_report h2 {
  width: 90%;
  max-width: 90dvw;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

.enbujyo_report_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 90dvw;
  text-align: center;
  margin-bottom: 100px;
}
.enbujyo_report_inner h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #527021;
  line-height: 1.3;
  margin: 30px 0 10px;
  text-align: center;
}

.enbujyo_report_inner p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.enbujyo_report_smallimg {
  width: 550px;
  max-width: 90dvw;
  height: auto;
  margin-bottom: 10px;
}

.enbujyo_report_smallimg2 {
  width: 300px;
  max-width: 90dvw;
  height: auto;
  margin-bottom: 10px;
}

.enbujyo_report_inner_img {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 90%;
  max-width: 90dvw;
  margin-bottom: 20px;
}

.enbujyo_report_2img {
  flex: 1 1 0;
  aspect-ratio: 4 / 3; /* または1 / 1や4 / 3など、希望に合わせて */
  object-fit: cover;
  width: 100%;
  max-width: 550px;
  height: auto; /* 高さはaspect-ratioから自動計算 */
}

.enbujyo_report_3img {
  flex: 1 1 0;
  aspect-ratio: 4 / 3; /* または1 / 1や4 / 3など、希望に合わせて */
  object-fit: cover;
  width: 100%;
  max-width: 300px;
  height: auto; /* 高さはaspect-ratioから自動計算 */
}


.enbujyo_report_inner_past {
  display: flex;              /* 横並びにする */
  justify-content: space-between; /* 均等に配置（space-evenlyでもOK） */
  gap: 20px;        
  flex-wrap: wrap;           /* 小さい画面では折り返す */
  width: 90%;
  max-width: 90dvw;
}

.enbujyo_report_inner_past > div {
  flex: 1;                    /* 均等幅で並べる */
  max-width: 48%;             /* 間に余白があるので少し小さめ */
  text-align: center;
}

.enbujyo_report_inner_past p {
 margin: 5px;
}

.enbujyo_report_img {
  width: 100%;                /* 親の幅に合わせる */
  height: auto;
  object-fit:contain;
  max-height: 400px;          /* 必要に応じて画像高さを制限 */
}

.enbujyo_report_inner:last-child {
  margin-bottom: 150px;
}

.enbujyo_report_inner a .enbujyo_btn {
  text-align: center;
  margin-top: 20px;
}


/* ページ上部SP用の設定 */
@media screen and (max-width: 768px) {

    .sp_only {
    display: block;  }

    .pc_only {
    display: none;
  }

  .enbujyo_main {
    width: 100%;
  }

  .enbujyo_h1 {
    font-size: 20px;
    margin: 30px 0px;
  }

  .enbujyo_h1_big {
    font-size: 28px;
  }

  .enbujyo_top_txt .enbujyo_btn {
    line-height: 1.2;
  }

  /* SPトップ部分 */
  .enbujyo_top {
    padding: 0px 0 40px;
    justify-content: center;
    background-size: 700px;
  }

  .enbujyo_top_wrapper {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

.enbujyo_top_wrapper_text {
  width: 100%;
}

  .enbujyo_top_wrapper_img {
    margin-bottom: 30px;
  }

.enbujyo_top_wrapper img {
  width: 80%;
  height: auto;
}
  .enbujyo_top_txt {
    margin: 0 5%;
    font-size: 14px;
  }

  .enbujyo_top_txt p {
    text-align: start;
  }

  .enbujyo_top_txt .enbujyo_btn {
    text-align: center;
  }

  /* SP舞台日程 */
  .enbujyo_date {
    margin-bottom: 50px;
  }

  /* SPレポート */
  .enbujyo_report_inner {
margin-bottom: 50px;
  }
  .enbujyo_report_inner h3 {
    font-size: 24px;
  }
  .enbujyo_report_inner p {
    text-align: start;
  }

  .enbujyo_report_inner_img {
    flex-direction: column;
    width: 100%;
  }

.enbujyo_report_2img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.enbujyo_report_inner_past {
  flex-direction: column;
  width: 100%;
}

.enbujyo_report_inner_past > div {
  max-width: 100%;
}
.enbujyo_report_inner_past > div p {
  text-align: center;
}


  .enbujyo_report_inner:last-child {
    margin-bottom: 100px;
  }


}

/* ジャーナル部分 */

.enbujyo_journal {
  background-image: url(../img/2506_background.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1000px;
  padding: 100px 0 0;
}

.enbujyo_journal_top {
  width: 90%;
  max-width: 90dvw;
  margin: 0 auto 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enbujyo_journal h2,
.enbujyo_journal_title,
.enbujyo_journal h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: #000;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
}

.enbujyo_journal h2 {
  margin-top: 80px;
}

.enbujyo_journal h3 {
  margin-bottom: 30px;
}

.p-page_content__inner p.enbujyo_journal_title {
  font-size: 26px !important;
  margin-bottom: 20px;
  line-height: 1.2!important;
}


.enbujyo_journal_title_svg {
  vertical-align: baseline;
  margin: 10px 0 -15px;
}

.enbujyo_journal_title small {
  font-size: 18px;
}

.enbujyo_journal_top_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto 50px;
}

.enbujyo_journal_top_img img {
  width: 600px;
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
  }

.enbujyo_journal_top .enbujyo_specialname {
  width: auto; 
  height: 25px; 
  margin: 5px auto;
}

/* ジャーナル各項目 */

.enbujyo_journal_item {
  padding-bottom: 150px;
}

.enbujyo_journal_item:last-child {
  padding-bottom: 100px;
}

.enbujyo_journal_item_inner {
  width: 90%;
  max-width: 90dvw;
  margin: 0 auto;
}

.enbujyo_journal_item_inner_sep {
  width: 90%;
  max-width: 90dvw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin: 0 auto 50px;
}

.enbujyo_journal_item_inner_sep_img {
  width: 550px;
  flex: 1;
  line-height: 1.2;
}

.enbujyo_journal_item_inner_sep_img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.enbujyo_journal_item_inner_sep_text {
  flex: 1;
}
.enbujyo_journal_item_inner_img {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  width: 90%;
  max-width: 90dvw;
  margin: 0 auto 50px;
}
.enbujyo_journal_item_inner_img img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.enbujyo_journal_item_inner_img:nth-last-child(1){
  margin-top: 50px;
  margin-bottom: 0;
}

.enbujyo_journal_item_inner_text {
  width: 100%;
  max-width: 90dvw;
  margin: 50px auto;
}

/* プロフィール */
.enbujyo_profile {
  background-color: #FFF8E9;
  padding: 100px 0 150px;
}

.enbujyo_profile_inner {
  width: 90%;
  max-width: 90dvw;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 50px;
}


.enbujyo_profile_inner img {
  width: 300px;
  height: auto;
}

.enbujyo_profile_inner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.enbujyo_profile_name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px !important;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}

.enbujyo_profile_name small {
  font-size: 16px;
}


/* ジャーナル部分　SP用設定 */
@media screen and (max-width: 768px) {

  .enbujyo_journal {
    background-size: 1200px;
  }

  .enbujyo_journal h2 {
    margin-top: 50px;
  }

  .p-page_content__inner p.enbujyo_journal_title {
    font-size: 26px !important;
    line-height: 1.2!important; /* ここで上書き */
  }

  .enbujyo_journal h3 {
    font-size: 24px;
  }

  .enbujyo_journal_title small {
    font-size: 16px;
  }

  .enbujyo_journal_top .enbujyo_specialname {
    width: auto; 
    height: 23px; 
  }

  .enbujyo_journal_item {
    padding-bottom: 100px;
  }

  .enbujyo_journal_item_inner_sep {
    flex-direction: column;
  }

  .enbujyo_journal_item_inner_sep_img, .enbujyo_journal_item_inner_img {
    width: 100%;
  }

/* プロフィール */
  .enbujyo_profile_inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .enbujyo_profile_inner img {
    width: 60%;
    min-width: 250px;
    height: auto;
  }

  .enbujyo_profile_name {
text-align: center;
  }
}
