@charset "UTF-8";

article {
     margin: 0; 
}

main{
    img{
    width: 100%;
    height: auto;
    }
}



main{
    font-family: sans-serif,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3';
    margin: 0 auto;
}
main #warpper{
    margin: 0 auto;
    vertical-align:middle;
    background-color: #db2020;
    padding-bottom: 50px;
}
main header.nav{
    z-index: auto;
}
main footer {
    text-align:center;
    }

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



@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@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-color: #f1ab40;
  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);
}

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

@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: #ffd800;
    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: "RocknRoll One", sans-serif ;
    font-weight: 400;
    font-style: normal;
    width: calc(100%/1);
    /* width: auto; */
    height: 70px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    filter: drop-shadow(2px 2px #fff) drop-shadow(-1px 1px #fff)
        drop-shadow(1px -1px #fff) drop-shadow(-1px -1px #fff);

}

.gloval_nav li a {
    display: block;
    margin: 1rem auto;
    widht: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 2rem;
    color: #000;
    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: 90;
  background-color: #f1ab40;
  border-radius: 10px 0px 0px 10px;
}
.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: 63%;
  height: 100%;
  position: fixed;
  top: 94px;
  z-index: 1; /* これを追加 */
   /* メニューを外に出しておく */
  left: 100%;　

  z-index: 1;
  background-color: #ffcd00;
  transition: all 0.5s; /*アニメーションを滑らかにする*/
}
.gloval_nav ul {
  padding: 70px 10px 0;
}
.gloval_nav ul li {
  border-bottom: solid 1px #db2020;
  list-style: none;
}
.gloval_nav ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-family: "vdl-v7gothic", 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%; /*メニューを画面内へ動かす*/
}

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

/*模様*/
.ichimatsu {
  width: auto;
  height: 60px;
  background-image: linear-gradient(45deg, #f1ab40 25%, transparent 25%, transparent 75%, #f1ab40 75%),
      linear-gradient(45deg, #f1ab40 25%, transparent 25%, transparent 75%, #f1ab40 75%); /* 市松模様になるようグラデーションで単色を入れる */
  background-position: 0 0, 30px 30px;  /* 「0 0」と1マス（1色）の大きさ「30px 30px」をそれぞれ指定 */
  background-size: 60px 60px;           /* 1マス分の倍の大きさを指定「60px 60px」 */
}
/*模様*/


h2.caption {
    font-family: "RocknRoll One", sans-serif ;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    color: #000;
    text-align: center;
    text-shadow: 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;

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

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

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

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

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

.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: 1.5rem;
    color: #fff;
    line-height: 2rem;

}

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

.next_btn{
  background: #ffd800;
  padding: 0.5em;
  border-radius: 50px;
  border: #000 3px solid;
  text-decoration: none;
  color: #000;
  font-size: 1.5em;
  font-family: "RocknRoll One", sans-serif ;
  text-align: center;
  letter-spacing: 0.2rem;
  transition:  0.3s;
}

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


a.next_btn{
  display:block;
  width:400px;
  margin:0 auto;
  margin-bottom:50px;
}

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

.intro_box{
    background: #ffd800;
    padding-bottom: 80px;
}
.intro_img{
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1000px;
}
.intro_txt p{
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #000;
    line-height: 2.5rem;
    text-align: center;
}
@media only screen and (min-width:769px){
.cast_box{
    background-image: url("../img/cast.png");
    background-repeat:no-repeat;
    background-size:cover;
    height: auto;
    padding:100px;
    padding-bottom: 200px;
    background-position : center top;
}


.cast_txt p{
    margin: 0 auto;
    max-width: 800px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    color: #fff;
    line-height: 2rem;
    text-align: center;
}

.cast_box h2.caption{
    padding-top: 130px;
}
}
h4{
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 800px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    color: #fff;
    line-height: 3rem;
    text-align: center;
}

.share_box{
  background: #fff;
  padding: 0.5em;
  box-shadow: 10px 10px 0px 0 #ffd800;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 1.5em;
  font-family: "RocknRoll One", sans-serif ;
  text-align: center;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 50px;
}

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

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


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

h2.caption {
    font-family: "RocknRoll One", sans-serif ;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    color: #000;
    text-align: center;
    text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;
    padding-top: 30px;
    padding-bottom: 20px;

}
h2.caption::before{
    content: "♦︎ ";
    font-size: 1.8rem;
}
h2.caption::after{
    content: " ♦︎";
    font-size: 1.8rem;
}
.next_btn {
    background: #ffd800;
    padding: 0.5em;
    border-radius: 50px;
    border: #000 2px solid;
    text-decoration: none;
    color: #000;
    font-size: 1.3rem;
    font-family: "RocknRoll One", sans-serif;
    text-align: center;
    letter-spacing: 0.2rem;
    transition: 0.3s;
}
.next_btn::before{
    content: "♦︎ ";
    font-size: 1rem;
}
.next_btn::after{
    content: " ♦︎";
    font-size: 1rem;
}

a.next_btn {
    display: block;
    width: 80%; 
    margin: 0 auto;
    margin-bottom: 50px;
}
.next_img img{
    width: 80%;
}

.day{
    background-color: #ffd800;
    border-radius: 50px;
    margin: 0 auto;
    width: 80%;
    height: auto;
    text-align: center;
    border: 2px solid #000;
    padding: 0.5rem;
}
.day p {
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8rem;
    color: #db2020;
    line-height: 1rem;
}

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

.next_txt p {
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
    height: auto;
    font-family: "vdl-v7gothic", sans-serif;
    font-style: normal;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
}
.intro_box{
    background: #ffd800;
    padding-bottom: 40px;
}
.intro_txt p {
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8rem;
    color: #000;
    line-height: 1.5rem;
    text-align: center;
}

.intro_img {
    margin: 0 auto;
    width: 100%;
}


.cast_box {
    background-image: url(../img/cast.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 0px 60px 0px;
    background-position : center top;
}
.cast_txt p{
    margin: 0 auto;
    width: 100%;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.2rem;
    text-align: center;
}

h4{
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 800px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}

.share_box{
  background: #fff;
  box-shadow: 5px 5px 0px 0 #ffd800;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 1.5em;
  font-family: "RocknRoll One", sans-serif ;
  text-align: center;
  width: 80%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 20px;
}

.share_box ul {
  display:flex;
  justify-content:center;
  padding-top: 0px;
}
.share_box ul li {
  margin:0 10px;
  width: 30px;
  height: auto;
}
.share_box h2.caption{
    padding-top: 10px;
}
.share_box_top{
  position: absolute;
}

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

.bn h2.caption{
    padding-bottom: 50px;
    background: #cc0700;
}

.bn{
    background-color: #ffd800;
    padding-bottom: 50px;
}

.bn_nav{
    display: flex;
    background: #ffd800;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
    max-width: 1098px;
    width: 100%;
    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: #cc0700;
    padding: 0px 40px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 30px;
    border: #cc0700 3px solid;
    max-width: 120px;
    height: auto;
    transition: all 0.5s;
    margin-right: 15px;
}
.page a{
    display: inline-block;
    color: #cc0700;
    border: #cc0700 3px solid;
    padding: 0px 40px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 30px;
    max-width: 120px;
    height: auto;
    transition: all 0.5s;
    margin-right: 15px;
}

.bn section {
    text-align: left;
    max-width: 1098px;
    margin: 10px auto;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.bn section h5 {
    padding: 10px;
    background-color: #db2020;
    color:  #fff;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8rem;
    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: #cc0700;
    padding: 0px 30px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 30px;
    width: 50px;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.text{
    background-image : linear-gradient(to right, #db2020 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    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;
}

.guest p{
    margin-left: 10px;
}

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

.bn h2.caption {
    padding-bottom: 30px;
    background: #cc0700;
}

.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{
    display: inline-block;
    color: #fff;
    background: #cc0700;
    padding: 0px 30px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 30px;
    border: #cc0700 1px solid;
    max-width: 100px;
    height: auto;
    transition: all 0.5s;
    margin-right: 10px;
}
.page a{
    display: inline-block;
    color: #cc0700;
    border: #cc0700 1px solid;
    padding: 0px 30px;
    margin: 0;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 30px;
    max-width: 120px;
    height: auto;
    transition: all 0.5s;
    margin-right: 10px;
}
.bn section {
    text-align: left;
    max-width: 750px;
    margin: 10px auto;
    width: 95%;
    height: auto;
    background-color: #fff;
}

.bn section h5 {
    padding: 10px;
    background-color: #db2020;
    color:  #fff;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    transition: all 0.5s;
}
.bn section p {
    padding: 0px;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1rem;
    color: #000;
}
.bn section h6 {
    color: #fff;
    background: #cc0700;
    padding: 0px 20px;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 700;
    font-size: 0.6rem;
    border-radius: 30px;
    width: 10%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

}

