header::after {
  display: hidden;
  height: 0
}

.open_message{
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 1rem 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media all and (min-width: 768px) {
  .open_message{
    font-size: 1.6rem;
  }
}

.coupon{
  margin: 0 0 0;
}
.coupon_item{
  margin: 0.2rem 0;
}

@media all and (min-width: 768px) {
  .coupon{
    background: url("../img/all/pat_blue.png") center top;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.5rem 1.5rem 1.5rem 0;
    /* margin: 0.5rem 0 0; */
  }
  .coupon_item{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1.5rem;
    width: calc(100% / 2 - 1.5rem);
  }
  .coupon_spacer{
    margin-top: 1.5rem;
    width: 100%;
  }
}

.google_kuchikomi{
  width: 80%;
  margin: 1rem auto;
}
@media all and (min-width: 768px) {
  .google_kuchikomi{
    width: 50%;
    margin: 1rem auto;
  }
}

.news{
  background: url("../img/top/bg_topics.png") center top;
  background-size: 30px auto;
  padding: 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px){
  .news {
    background-size: 60px auto;
    padding: 3rem 3rem 3rem;
  }
}

.title_news{
  line-height: 1;
  margin-bottom: 1rem;
  text-align: center;
}

.title_news img{
  height: 2rem;
  width: auto;
}
@media screen and (min-width: 768px){
  .title_news img{
    height: 3rem;
    width: auto;
  }
}

.news_box {
  padding: 0;
  border: none;
  height: 20rem;
  background: #fff;
}
@media screen and (min-width: 768px){
  .news_box {
    height: 720px;
  }
}

.news_box iframe {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.schedule {
  background: #fff;
  padding: 1rem 0 0.5rem;
}
@media screen and (min-width: 768px){
  .schedule {
    padding: 3rem 0 0.5rem;
  }
}

.title_today{
  line-height: 1;
  text-align: center;
}

.title_today img{
  height: 2rem;
  width: auto;
}
@media screen and (min-width: 768px){
  .title_today img{
    height: 3rem;
    width: auto;
  }
}

.title_today a{
  display: inline-block;
  width: 4rem;
  overflow: hidden;
  position: relative;
  line-height: 1;
  font-size: 10px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px){
  .title_today a{
    width: 6rem;
    margin-left: 0.5rem;
  }
}

.title_today a:after{
  content: "";
  display: block;
  padding-top: 50%;
}

.title_today a img{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.title_today a.today img{
  top: auto;
  bottom: 0;
}
.title_today.select_tomorrow a.today img{
  top: 0;
}
.title_today.select_tomorrow a.tomorrow img{
  top: auto;
  bottom: 0;
}


.scmail{
  background: #fff;
  padding: 0 1rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px){
  .scmail{
    padding: 2rem 0 3rem;
  }
}

.scmail img{
  width: 100%;
}
@media screen and (min-width: 768px){
  .scmail img{
    width: 50%;
  }
}


.newface{
  background: url("../img/top/bg_newface.png") center top;
  background-size: 30px auto;
  padding: 1rem 0;
}
@media screen and (min-width: 768px){
  .newface {
    background-size: 60px auto;
    padding: 3rem 3rem 3rem;
  }
}

.newface .cast_box{
  background: none;
}
.title_newface{
  line-height: 1;
  text-align: center;
}

.title_newface img{
  height: 2rem;
  width: auto;
}
@media screen and (min-width: 768px){
  .title_newface img{
    height: 3rem;
    width: auto;
  }
}


/* 3Dカルーセル、text-align:center;の時右にずれる */
.slide_3d{
  position: relative;
  overflow: hidden;
  margin: 1rem 0 0;
  padding: 0;
  background: none;
}

.slide_3d #carousel{
  height: 140vw;
  overflow: visible !important;
  top: 0;
  padding: 0;
  backface-visibility: hidden;
  zoom: 1;
  position: relative;
}
@media screen and (min-width: 768px){
  .slide_3d #carousel{
    height: 70vw;
  }
}
@media screen and (min-width: 1200px){
  .slide_3d #carousel{
    height: 840px;
  }
}

.slide_3d .cast{
  backface-visibility: hidden;
  margin-right: 0;
}
@media screen and (min-width: 768px){
  .slide_3d .cast{
    width: 28%;
  }
}

.slide_3d .cast_box .cast:nth-child(2n+2){
  margin-right: 0;
}

.newface #buttons{
  padding: 0 0 1rem;
  text-align: center;
}

.newface #buttons button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  color: #fff;
  background: #000;
  font-size: 1rem;
  line-height: 1;
  padding: 0 1rem;
  margin: 0 0.5rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:768px) {
  .newface #buttons button{
    font-size: 2rem;
    height: 3rem;
    padding: 0.8rem 1.5rem 0.5rem;
  }
}

.nenmatsu{
  margin: 1rem;
}
@media screen and (min-width:768px) {
  .nenmatsu {
    margin: 1.5rem;
  }
}

.nenmatsu .pc{
  display: none;
}

@media screen and (min-width:768px) {
  .nenmatsu .sp{
    display: none;
  }
  .nenmatsu .pc{
    display: block;
  }
}
