@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 横スクロールを無効化 */
    max-width: 100%;
}


article {
     margin: 0; 
}


FOT-Chiaro Std B{
font-family: "fot-chiaro-std", sans-serif;
font-weight: 700;
font-style: normal;
}



main{
    font-family: sans-serif,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 横スクロールを無効化 */
    max-width: 100%;
}
main #warpper{
    margin: 0 auto;
    vertical-align:middle;
    background-color: #fff5c8;
}
main header.nav{
    z-index: auto;
}
main footer {
    text-align:center;
    }

main footer a {
    text-decoration:none;
    margin-top: 20px;
    }



@media(min-width:751px){
    .sp{
        display: none !important;
    }
    main{
            padding-top: 130px;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
    }
}

#main_img{
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}

/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;


  /* ボタンの装飾 */
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f747b0 -1%, #ff9920 100%);
  border: 1px solid #ff9920;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}

.banner_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    /*padding: 10px;*/
    width: 60%;
    height: auto;
/*    margin-top: 50px;*/
}

.bnr_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.bnr_box li {
    margin: 2rem;
    width: calc(50% - 4rem); /* 2列にするため、50%からマージン分を引いた幅 */
    height: auto;
    box-sizing: border-box; /* パディングやマージンを含めて幅を計算 */
    transition:  0.3s;
    -webkit-transition: 0.3s;
}

.bnr_box li:hover {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
}

.event_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    height: auto;
    margin-top: 50px;
}

.ev_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.ev_box li {
    margin: 2rem;
    width: 100%
    height: auto;
    transition:  0.3s;
    -webkit-transition: 0.3s;
}

.ev_box li:hover {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
}

.Xbanner_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    width: 85%;
    height: auto;
}

.xbn_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.xbn_box li {
    margin: 2rem;
    width: 100%
    height: auto;
    transition:  0.3s;
    -webkit-transition: 0.3s;
}

.xbn_box li:hover {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
}



/*放送日時*/
.time{
    margin: 0 auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    background-color: #ff9920;
    padding-top: 10px;
    padding-bottom: 10px;
}

.time p{
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    color: #000;
    text-align: center;
    filter: drop-shadow(1px 1px #fff) drop-shadow(-1px 1px #fff)
        drop-shadow(2px -1px #fff) drop-shadow(-2px -1px #fff);
}

.time span{
    display: inline-block;
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    color: #fa4d99;
    -webkit-text-stroke: 0.5px #fa4d99;
    filter: drop-shadow(1px 1px #fff) drop-shadow(-1px 1px #fff)
        drop-shadow(2px -1px #fff) drop-shadow(-2px -1px #fff);
}

/*グローバルナビゲーション*/

@media only screen and (min-width:769px){
#menu-btn-check {
display:none;
}

.gloval_nav {
    margin: 0 auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    background: #fa4d99;
    padding-top: 20px;
}

.gloval_nav ul {
    margin: 0 auto;
    max-width: 1200px;
    width: auto;
    display: flex;
    justify-content: center;
    padding-right : 1rem;
    padding-left: 1rem;
}

.gloval_nav li {
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    width: calc(100%/1);
    /* width: auto; */
    height: 70px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.gloval_nav li a {
    display: block;
    margin: 1rem auto;
    widht: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    color: #fff;
    text-underline-offset: 7px;
    letter-spacing: 0.2rem;
    transition:  0.5s;
}

.gloval_nav li a:hover {
    transform: scale(1.2);
}
.share_box_top{
  position: absolute;
  right: 40px;
  margin-top: 20px;
}

.share_box_top ul {
  display:flex;
  padding-top: 10px;
  z-index: 90;
}
.share_box_top ul li {
  margin:0 10px;
  width: 35px;
  height: auto;
}

}


/*ハンバーガーボタンの実装*/

@media only screen and (max-width:769px){

.menu-btn {
  position: fixed;
  top: 94px;
  right: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 999;
  border-radius: 10px 0px 0px 10px;
  background: linear-gradient(180deg, #f747b0 -1%, #ff9920 100%);
  border: 1px solid #ff9920;
}
.menu-btn:hover {
  cursor: pointer;
}
/* 三本線の実装 */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
/* チェックボックスを非表示にする */
#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}

/* メニューを開いている時はハンバーガーボタンが×になる */
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
/*メニュー部分の実装*/

.gloval_nav {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 94px;
    left: 100%;  
    z-index: 100; /* 高い値に設定 */
    background-color: #e7c7ff;
    transition: all 0.5s;
}

.gloval_nav ul {
  padding: 70px 10px 0;
}
.gloval_nav ul li {
  border-bottom: solid 1px #fff5c8;
  list-style: none;
}
.gloval_nav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
  text-align: center;
  padding-right: 75px;
}

#menu-btn-check:checked ~ .gloval_nav {
  left: 60%; /*メニューを画面内へ動かす*/
  z-index: 10;
}

.gloval_nav ul li a:hover {
  color: #fa4d99;
}
}


h2.caption {
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    background: linear-gradient(180deg, #ff9920 50%, #f747b0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-text-stroke: 0.5px #ff9920;
    filter: drop-shadow(2px 2px #fff) drop-shadow(-1px 1px #fff)
        drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
    z-index: 1;
}

.next_box {
    position: relative; /* 追加 */
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    width: 100%;
    height: auto;
    background-image: url(../img/fuwa_1.png), url(../img/fuwa_2.png), url(../img/fuwa_3.png), url(../img/fuwa_4.png), url(../img/fuwa_5.png), url(../img/fuwa_6.png);
    background-repeat: no-repeat;
    animation: moveBackground 5s linear infinite; /* floatアニメーションを削除 */
}

@keyframes moveBackground {
    0% {
        background-position: 10% 7%, 90% 2%, 3% 35%, 13% 60%, 98% 30%, 90% 60%;
    }
    50% {
        background-position: 10% 10%, 90% 5%, 3% 38%, 13% 63%, 98% 33%, 90% 63%;
    }
    100% {
        background-position: 10% 7%, 90% 2%, 3% 35%, 13% 60%, 98% 30%, 90% 60%;
    }
}

/* 既存のfloatアニメーションは他の要素に適用する */
.float {
    animation: float 3s ease-in-out infinite; /* floatアニメーションを別要素に移動 */
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}


.next_img{
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;

}

.next_img img {
    border: 5px solid #ff9920;
    box-sizing: border-box;
    width: 100%; /* 必要に応じて */
    display: block; /* インライン要素の余白対策 */
}




.day{
    background-color: #ffea00;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    border: 3px solid #ff9920;
    padding: 0.5rem;
}

h3{
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #000;
    line-height: 3rem;
}

.cast_box{
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
}

.cast{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    color: #000;
    align-items: flex-start;
    margin-right: 50px;
}

.cast h3{
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.5rem;
    background-color: #fa4d99;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    width: 110px;
    padding: 0.5em 1rem;
    margin-right: 10px;
}

.day p{
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #fa4d99;
    line-height: 2rem;
}

.next_txt p{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 800px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    color: #000;
    line-height: 2.7rem;

}

.next_txt p::after { 
    background: radial-gradient(circle farthest-side, #fa4d99, #fa4d99 30%, transparent 30%, transparent);
    background-size: 20px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

.next_btn{
  background: #e7c7ff;
  padding: 0.5em;
  border-radius: 50px;
  border: #fa4d99 5px solid;
  text-decoration: none;
  color: #000;
  font-size: 1.5em;
  font-family: "fot-chiaro-std", sans-serif ;
  text-align: center;
  letter-spacing: 0.2rem;
  transition:  0.3s;
  -webkit-transition:  0.3s;
}

.next_btn:hover {
  transform: translateY(-7px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-7px);
}


a.next_btn{
  display:block;
  width:400px;
  margin:0 auto;
  margin-top: 30px;
  margin-bottom:50px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.next_btn img{
    width: 50px;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}

/*.next_btn::before{
    content: "♦︎ ";
    font-size: 2.5rem;
}
.next_btn::after{
    content: " ♦︎";
    font-size: 2.5rem;
}*/

.intro_box{
    width: 100%;
    height: 100vh;
    position: relative;
}

.intro {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    background-image: url('../img/intro_back.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; /* 低い値に設定 */
    position: relative; /* z-indexを効かせるために必要 */
}
.intro_txt{
    background-color: #fff;
    box-shadow: 0px 0px 48px 75px #fff;
}

.intro_txt p{
    margin: 0 auto;
    width: 100%;
    height: auto;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3.3rem;
    text-align: center;
    background: linear-gradient(180deg, #ff9920 10%, #f747b0 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.background-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/fuwa_1.png'), url('../img/fuwa_2.png'), url('../img/fuwa_3.png'), url('../img/fuwa_5.png'), url('../img/fuwa_6.png');
  background-repeat: no-repeat;
  background-position: 95% 35%, 80% 98%, 8% 85%, 80% 15%, 15% 20%;
  z-index: 2; /* 最前面に配置 */
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(0deg);
            }
            100% {
                transform: translateY(0) rotate(0deg);
            }
        }

.cast_about{
    margin-bottom: 200px;
}

.cast_img ul{
    display: flex;
    justify-content: center;
}

.cast_img img{
    width: 400px;
    height: auto;
    margin-left: 100px;
    margin-right: 100px;
}

.cast_about h4{
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    background: linear-gradient(180deg, #ff9920 50%, #f747b0 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    -webkit-text-stroke: 0.5px #ff9920;
    filter: drop-shadow(2px 2px #fff) drop-shadow(-1px 1px #fff) drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
    margin-top: 20px;
    margin-bottom: 10px;
}

.cast_about p{
    margin: 0 auto;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    color: #fa4d99;
    text-align: center;
    line-height: 2.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.staff{
    margin-top: 50px;
}

.staff_box {
    background: linear-gradient(180deg, #ff9920 50%, #f747b0 100%); /* グラデーションボーダー */
    width: 500px;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
    padding: 10px;

}

.staff_box_inner {
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    padding: 8px;
    border-radius: 10px;
}

.cast_img span{
    font-size: 5rem;
    margin-left: 15px;
}

.sns{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-image: url('../img/intro_back.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}

.x_box{
  padding: 0.5em;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.5em;
  font-family: "fot-chiaro-std", sans-serif ;
  text-align: center;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  width: calc(50% - 20px);
  padding: 15px;
  text-align: center;
  margin-left: 10%;
  margin-right: 5%;
  flex-grow: 1;
  background: linear-gradient(90deg, #e7c7ff 30%, #fa4d99 100%);
}

.share_box{
  background: linear-gradient(90deg, #e7c7ff 30%, #fa4d99 100%);
  padding: 0.5em;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 1.5em;
  font-family: "fot-chiaro-std", sans-serif ;
  max-width: 500px;
  width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.share_box_inner {
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
}

.share_box ul {
  display:flex;
  justify-content:center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.share_box ul li {
  margin:0 20px;
  max-width: 70px;
  height: auto;
  transition:  0.3s;
}

.share_box ul li:hover {
  transform: translateY(-7px);
}

.share_box h2.caption {
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    background: linear-gradient(180deg, #f747b0 50%, #ff9920 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-text-stroke: 0.5px #ff9920;
    filter: drop-shadow(2px 2px #fff) drop-shadow(-1px 1px #fff)
        drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
}

.share_box h2.caption::before{
    content: "♦︎ ";
    font-size: 2.5rem;
}
.share_box h2.caption::after{
    content: " ♦︎";
    font-size: 2.5rem;
}

.share{
    background: #e7c7ff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* 必要に応じて位置調整 */
}

.dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background: #ccc;
  transition: background 0.3s;
  display: inline-block;
}

.dots-wrap li.slick-active {
  background: #fa4d99; /* アクティブ時の色 */
}

.dots-wrap li button {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}



/*ここからスマホ設定*/
@media only screen and (max-width:768px){

main #warpper{
    margin-top: 95px
}

main{
            padding-top: 0px;
}

  .banner_box {
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央寄せ */
    text-align: center;
  }

  .bnr_box {
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央寄せ */
    text-align: center;
  }

  .bnr_box ul {
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央寄せ */
  }

  .bnr_box li {
    margin: 1rem auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

.event_box {
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央寄せ */
    text-align: center;
  }

  .ev_box {
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央寄せ */
    text-align: center;
  }

  .ev_box ul {
    margin: 0 auto;
    display: flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center; /* 中央寄せ */
  }

  .ev_box li {
    margin: 1rem auto;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
/*放送日時*/
.time{
    margin: 0 auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    background-color: #ff9920;
    padding-top: 10px;
    padding-bottom: 10px;
}

.time p {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    color: #000;
    text-align: center;
    text-shadow: 0.1px 0.1px 1px #fff, -0.1px 0.1px 1px #fff, 0.1px -0.1px 1px #fff, -0.1px -0.1px 1px #fff; /* より細い外縁 */
}

.time span {
    display: inline-block;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fa4d99;
    -webkit-text-stroke: 0.5px #fa4d99;
    text-shadow: 0.1px 0.1px 1px #fff, -0.1px 0.1px 1px #fff, 0.1px -0.1px 1px #fff, -0.1px -0.1px 1px #fff; /* より細い外縁 */
}



h2.caption {
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    background: linear-gradient(180deg, #ff9920 50%, #f747b0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-text-stroke: 0.5px #ff9920;
    filter: drop-shadow(2px 2px #fff) drop-shadow(-1px 1px #fff)
        drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
}

.next_box{
/*    position: relative;*/
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-image: url(../img/fuwa_1.png), url(../img/fuwa_2.png), url(../img/fuwa_3.png), url(../img/fuwa_4.png), url(../img/fuwa_5.png), url(../img/fuwa_6.png); /* 背景画像に緑の画像を指定 */
    background-repeat: no-repeat;
    background-position: 5% 4%, 96% 5%, 0% 24%, 3% 39%, 100% 30%, 98% 46%;
    background-size: 100px 100px, 100px 100px, 70px 70px, 100px 100px, 70px 70px, 70px 70px;
    animation: moveBackground 5s linear infinite; /* floatアニメーションを削除 */
}

@keyframes moveBackground {
    0% {
        background-position: 5% 4%, 96% 5%, 0% 24%, 3% 39%, 100% 27%, 98% 43%;
    }
    50% {
        background-position: 5% 7%, 96% 8%, 0% 27%, 3% 42%, 100% 30%, 98% 46%;
    }
    100% {
        background-position: 5% 4%, 96% 5%, 0% 24%, 3% 39%, 100% 27%, 98% 43%;
    }
}

.next_img {
    text-align: center;
    margin: 10px auto; /* 上下のマージンを設定し、左右のマージンを自動で中央に */
    width: 100%; /* 親要素の幅に合わせる */
    height: auto; /* 高さは自動調整 */
}

.next_img img {
    border: 5px solid #ff9920;
    display: inline-block;
    max-width: 80%; /* 親要素の幅に合わせるが、左右にスペースを持たせる */
    height: auto; /* 高さは自動調整 */
    margin: 0 auto;
}



.day{
    background-color: #ffea00;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #ff9920;
    padding: 0.5rem;
    max-width: 80%;
    height: auto; 
}

h3{
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.6rem;
    color: #000;
    line-height: 2rem;
}

.cast_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    flex-direction: column;
}

.cast{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #000;
    align-items: flex-start;
}

.cast h3{
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    color: #fff;
    line-height: 2.5rem;
    background-color: #fa4d99;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    width: 90px;
    padding: 0.2em 1rem;
    margin-right: 10px;
    margin-bottom: 10px;
}

.day p{
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #fa4d99;
    line-height: 1,2rem;
}

.next_txt p{
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #000;
    line-height: 2rem;
    max-width: 80%;
    height: auto; 
}

.next_txt p::after { 
    background: radial-gradient(circle farthest-side, #fa4d99, #fa4d99 30%, transparent 30%, transparent);
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
  }

.next_btn{
  background: #e7c7ff;
  padding: 0.5em;
  border-radius: 50px;
  border: #fa4d99 3px solid;
  text-decoration: none;
  color: #000;
  font-size: 1em;
  font-family: "fot-chiaro-std", sans-serif ;
  text-align: center;
  letter-spacing: 0.1rem;
}

a.next_btn{
  display:block;
  max-width: 65%;
  height: auto; 
  margin:0 auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.next_btn img{
    width: 30px;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('../img/intro_back.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    position: relative;
}



.intro_txt {
    display: flex;
    justify-content: center; /* pを横方向で中央揃え */
    align-items: center; /* pを縦方向で中央揃え */
    background-color: #fff;
    box-shadow: 0px 0px 40px 58px #fff;
    width: 100%;
    height: auto;
}

.intro_txt p {
    margin: 0 auto;
    width: 77%;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 2.5rem;
    text-align: center;
    background: linear-gradient(180deg, #ff9920 10%, #f747b0 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.background-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/fuwa_1.png'), url('../img/fuwa_2.png'), url('../img/fuwa_3.png'), url('../img/fuwa_5.png'), url('../img/fuwa_6.png');
  background-repeat: no-repeat;
  background-position: 99% 32%, 95% 75%, 6% 77%, 84% 24%, 6% 31%;
  background-size: 85px;
  z-index: 2; /* 最前面に配置 */
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-10px) rotate(0deg);
            }
            100% {
                transform: translateY(0) rotate(0deg);
            }
        }

.cast_about h2.caption{
    padding-top: 0;
}

.cast_img ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.cast_img img{
    width: 250px;
    height: auto;
    margin: 0 auto;
}

.cast_about h4 {
    margin-top: 0;
    font-size: 2rem;
}
.cast_img span{
    font-size: 4rem;
}

.staff_box {
    background: linear-gradient(180deg, #ff9920 50%, #f747b0 100%);
    width: 80%;
    max-width: 500px; /* 最大幅を指定 */
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box; /* 追加 */
}

.staff_box_inner {
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* 親要素に対して100%の幅 */
    max-width: 500px; /* 最大幅を指定 */
    height: auto;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box; /* 追加 */
}

.cast_about {
    margin-bottom: 50px;
}
.cast_about p {
    margin: 0 auto;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #fa4d99;
    text-align: center;
    line-height: 2.6rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center; /* 横方向中央揃え */
    align-items: center;     /* 縦方向中央揃え */
    margin: 0 auto;
}

.x_box {
    padding: 0.5em;
    border-radius: 15px;
    text-decoration: none;
    font-size: 1.5em;
    font-family: "fot-chiaro-std", sans-serif;
    width: 90%; /* 横幅を少し小さくして余白を作成 */
    height: auto;
    margin: 15px auto; /* 両端のマージンで中央揃え */
    text-align: center;
    background: linear-gradient(90deg, #e7c7ff 30%, #fa4d99 100%);
    box-sizing: border-box;  /* パディングを含めた幅の計算 */
}

.share_box {
    background: linear-gradient(90deg, #e7c7ff 30%, #fa4d99 100%);
    padding: 0.5em;
    border-radius: 15px;
    text-decoration: none;
    color: #000;
    font-size: 1.5em;
    font-family: "fot-chiaro-std", sans-serif;
    width: 90%; /* 横幅を調整 */
    margin: 15px auto; /* 両端のマージンで中央揃え */
    flex-grow: 1;
    display: flex;
    flex-direction: column; /* 縦方向に要素を並べる */
    justify-content: center; /* 横方向中央揃え */
    align-items: center;     /* 縦方向中央揃え */
    box-sizing: border-box;  /* パディングを含めた幅の計算 */
}

.share_box_inner {
    background: #fff;
    display: flex;
    justify-content: center; /* 横方向中央揃え */
    align-items: center;     /* 縦方向中央揃え */
    width: 100%;
    max-width: 100%;         /* 親要素より大きくならないようにする */
    height: auto;
    text-align: center;
    flex-direction: column;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;  /* パディングを含めた幅の計算 */
    overflow: hidden;        /* はみ出した部分を隠す */
}

.share_box h2.caption {
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
}
.share_box h2.caption::before{
    content: "♦︎ ";
    font-size: 2rem;
}
.share_box h2.caption::after{
    content: " ♦︎";
    font-size: 2rem;
}

}


/*バックナンバー*/

.bn{
    background: linear-gradient(180deg, #fff5c8 0%, #e7c7ff 50%);
    padding-bottom: 50px;
}

.bn_nav{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
    max-width: 1098px;
    width: 90%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* 最後のコンテンツを左寄せにする指定 */
.bn_nav:after {
    content: "";
    display: block;
    width: 100%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: auto;
}

.page_active a:hover{
    transform: scale(1.1);
}
.page a:hover{
    transform: scale(1.1);
}
.page_active a{
    display: inline-block;
    color: #fff;
    background: #fa4d99;
    padding: 0px 40px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 10px;
    border: #fa4d99 3px solid;
    max-width: 120px;
    height: auto;
    transition: all 0.5s;
    margin-right: 15px;
}
.page a{
    display: inline-block;
    color: #ff9920;
    border: #ff9920 3px solid;
    padding: 0px 40px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 10px;
    max-width: 120px;
    height: auto;
    transition: all 0.5s;
    margin-right: 15px;
}

.bn section {
    text-align: left;
    max-width: 1098px;
    margin: 15px auto;
    width: 90%;
    height: auto;
    background-color: #fff;
}
.bn section h5 {
    padding: 10px;
    background: linear-gradient(180deg, #ff9920 0%, #fa4d99 80%);
    color:  #fff;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.5s;
}
.bn section h5:hover {
    opacity: 0.7;
}
.bn section .backnumber_inner {
    display: none;
}
.bn section .backnumber_inner.first_toggle {
    display: block;
}

.bn section p {
    padding: 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}
.bn section ul {
    display: flex;
    padding: 1rem;
    margin: 0 auto;
}
.bn section ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-right: 0.5%;
    background-color: #000;
    text-align: center;
}
.bn section ul li:last-child {
    margin-right: 0;
}
.bn section ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.bn section h6 {
    color: #fff;
    background: #fa4d99;
    padding: 0.5rem 2rem;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 10px;
    max-width: 90px;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.text{
    padding: 0px 0px 10px 10px;
    margin-bottom: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.text_guestnone{
    padding: 0px 0px 10px 10px;
    margin-bottom: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.guest {
    display: flex;
    padding-bottom: 10px;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
/*    width: calc(63% - 10px);*/
    margin: 0;
}

.guest p{
    margin-bottom: 15px;
}

.bn_share_box{
  background: linear-gradient(90deg, #ff9920 30%, #fa4d99 100%);
  padding: 0.5em;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 1.5em;
  font-family: "fot-chiaro-std", sans-serif ;
  margin: 0 auto;
  width: 60%;
  height: auto;
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  margin-top: 50px;
}

.bn_share_box_inner {
    background: #fff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
}

.bn_share_box ul {
  display:flex;
  justify-content:center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.bn_share_box ul li {
  margin:0 20px;
  max-width: 70px;
  height: auto;
  transition:  0.3s;
}

.bn_share_box ul li:hover {
  transform: translateY(-7px);
}

.bn_share_box h2.caption {
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
    background: linear-gradient(180deg, #f747b0 50%, #ff9920 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-text-stroke: 0.5px #ff9920;
    filter: drop-shadow(2px 2px #fff) drop-shadow(-1px 1px #fff)
        drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
}

.bn_share_box h2.caption::before{
    content: "♦︎ ";
    font-size: 2.5rem;
}
.bn_share_box h2.caption::after{
    content: " ♦︎";
    font-size: 2.5rem;
}


/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

/* アニメーションには関係ない見た目のスタイル */
.box anime-fuwafuwa img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*ここからスマホ設定*/
@media only screen and (max-width:769px){

.bn_nav{
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    }

/* 最後のコンテンツを左寄せにする指定 */
.bn_nav:after {
    content: "";
    display: block;
    width: 100%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: auto;
}

.page_active a:hover{
    transform: scale(1.1);
}
.page a:hover{
    transform: scale(1.1);
}
.page_active a{
    display: inline-block;
    color: #fff;
    background: #fa4d99;
    padding: 0px 30px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    border: #fa4d99 1px solid;
    max-width: 120px;
    height: auto;
    transition: all 0.5s;
    margin-right: 15px;
}
.page a{
    display: inline-block;
    color: #ff9920;
    border: #ff9920 1px solid;
    padding: 0px 30px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 10px;
    max-width: 120px;
    height: auto;
    transition: all 0.5s;
    margin-right: 15px;
}

.bn section {
    text-align: left;
    max-width: 1098px;
    margin: 15px auto;
    width: 90%;
    height: auto;
    background-color: #fff;
}
.bn section h5 {
    font-size: 1rem;
}
.bn section h5:hover {
    opacity: 0.7;
}
.bn section .backnumber_inner {
    display: none;
}
.bn section .backnumber_inner.first_toggle {
    display: block;
}

.bn section p {
    padding: 0;
    font-size: 0.8rem;
    color: #000;
    padding-left: 5px;
}
.bn section ul {
    display: flex;
    padding: 1rem;
    margin: 0 auto;
}
.bn section ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-right: 0.5%;
    background-color: #000;
    text-align: center;
}
.bn section ul li:last-child {
    margin-right: 0;
}
.bn section ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.bn section h6 {
    color: #fff;
    background: #fa4d99;
    padding: 0.3rem 1.5rem;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 5px;
    max-width: 90px;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 10px;
}
.text{
    padding: 0;
    margin-bottom: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.text_guestnone{
    padding: 0px 0px 10px 10px;
    margin-bottom: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.guest {
    display: flex;
    flex-wrap: wrap; /* 複数行に対応 */
    margin-bottom: 10px; /* 各ゲストセクションの間のスペース */
    width: calc(100% - 5px);
}

.guest-info {
    display: flex; /* 横並び */
    align-items: center; /* 垂直中央揃え */
    margin-right: 15px; /* 各ペアの右マージン */
    margin-bottom: 10px; /* 各行の下マージン */
    flex-basis: 54%; /* 各ゲスト情報が54%の幅を取る */
    box-sizing: border-box; /* 幅にパディングを含める */
}

.guest-info h6 {
    margin-right: 10px; /* h6とpの間にスペースを追加 */
    color: #fff;
    background: #fa4d99;
    padding: 0.5rem 1rem; /* パディングを調整 */
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 5px;
}

.guest-info p {
    margin: 0; /* pのデフォルトのマージンをリセット */
    font-size: 0.8rem; /* フォントサイズを調整 */
}

.bn_share_box{
  background: linear-gradient(90deg, #ff9920 30%, #fa4d99 100%);
  padding: 0.5em;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 1.5em;
  font-family: "fot-chiaro-std", sans-serif ;
  margin: 0 auto;
  width: 80%;
  height: auto;
  padding: 10px;
  text-align: center;
  flex-grow: 1;
  margin-top: 50px;
}

.bn_share_box_inner {
    background: #fff;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 15px;
}

.bn_share_box ul {
  display:flex;
  justify-content:center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.bn_share_box ul li {
  margin:0 15px;
  max-width: 45px;
  height: auto;
  transition:  0.3s;
}

.bn_share_box ul li:hover {
  transform: translateY(-7px);
}

.bn_share_box h2.caption {
    font-family: "fot-chiaro-std", sans-serif ;
    font-weight: 700;
    font-style: normal;
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    background: linear-gradient(180deg, #f747b0 50%, #ff9920 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
    -webkit-text-stroke: 0.5px #ff9920;
    filter: drop-shadow(2px 2px #fff) drop-shadow(-1px 1px #fff)
        drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);
}

.bn_share_box h2.caption::before{
    content: "♦︎ ";
    font-size: 2rem;
}
.bn_share_box h2.caption::after{
    content: " ♦︎";
    font-size: 2rem;
}
.share{
    padding-bottom: 50px;
}
  .dots-wrap {
    margin-top: 10px; /* 上マージンを少し小さく */
  }

  .dots-wrap li {
    width: 10px;       /* ドットのサイズを小さく */
    height: 10px;
    margin: 0 4px;     /* ドット間の間隔を狭く */
  }
}


/* タブレット用 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .guest {
        display: flex;
        flex-wrap: wrap; /* 複数行に対応 */
        margin-bottom: 10px; /* 各ゲストセクションの間のスペース */
        width: 100%;
    }

    .guest-item {
        display: flex;
        align-items: center; /* 縦中央揃え */
        width: calc(50% - 15px); /* 2列に配置 */
        margin-right: 15px; /* 各ペアの右マージン */
        margin-bottom: 10px; /* 各行の下マージン */
    }

    .guest-item h6 {
        margin: 0 10px 0 0; /* h6とguest-infoの間にスペースを追加 */
        color: #fff;
        background: #fa4d99;
        padding: 0.5rem 1rem; /* パディングを調整 */
        font-family: "vdl-v7gothic", sans-serif;
        font-weight: 700;
        font-size: 0.8rem;
        border-radius: 5px;
        flex-shrink: 0; /* h6が縮まないようにする */
    }

    .guest-info {
        flex: 1; /* 残りのスペースを取る */
    }

    .guest-info p {
        margin: 0; /* pのデフォルトのマージンをリセット */
        font-size: 0.8rem; /* フォントサイズを調整 */
    }

    /* 右端のアイテムのマージン調整 */
    .guest-item:nth-child(2n) {
        margin-right: 0;
    }

    .background-images {
        background-position: 97% 34%, 90% 75%, 5% 78%, 82% 25%, 10% 30%;
        background-size: 120px;
        z-index: 2;
    }

    .next_box {
        margin: 0 auto;
        width: 90%;
        height: auto;
    }

    .background-images {
        background-size: 145px;
    }

    .cast_img img {
    width: 270px;
}
}



