.alertArea {
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #eee;
  z-index: 100000;
}
.alertArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  width: auto;
  height: 100%;
  transform: translate(-50%,-50%);
}
@media (orientation: landscape) and (max-height: 500px){
	.alertArea {
		display: block;
}
}

/*スマホ最適化*/
@media only screen and (max-width: 751px) {
/* =========================================================
container
========================================================= */
div#container img{
  max-width: 100%;
}
div#container .inner{
  padding: 0;
}
/* =========================================================
eyecatch
========================================================= */
div#eyecatch {
  padding-top: 50.5px;
}
div#eyecatch .eyebox{
  background: url(../img/mainimg-bg02_sp.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}
div#eyecatch .eyebox::after{
  content: "";
  background: url(../img/mainimg-bg01.png?231122) left center repeat-x;
  background-size: 720px;
  height: 80px;
  width: 1000px;
  position: absolute;
  top: 60px;
  left: -232px;
  transform: rotate(-8deg);
  filter: drop-shadow(4px 4px 28px rgb(0, 0, 0, 0.25));
}

div#eyecatch .eyebox h1{
  position: relative;
  z-index: 1;
}

div#eyecatch .detail{
  padding: 20px 0 40px;
}
div#eyecatch .detail .inner{
  padding: 0 20px;
}
div#eyecatch .detail .inner > p{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

div#eyecatch .detail ul{
 margin: 0 -10px;
}
div#eyecatch .detail ul li{
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 10px 15px;

}
div#eyecatch .detail ul li:first-of-type{
  background: #ffdf01 url(../img/movie-daichi-bg_sp.png) right top 70px no-repeat;
  background-size: 100%;
  margin-bottom: 40px;
}
div#eyecatch .detail ul li:last-of-type{
  background: #ffdf01 url(../img/movie-setoharu-bg_sp.png) right top 70px no-repeat;
  background-size: 100%;
}
div#eyecatch .detail ul li h2{
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  position: relative;
  top: -26px;
}
div#eyecatch .detail ul li .tit{
  font-size: 22px;
  text-align: center;
  margin-top: -26px;
  margin-bottom: 5px;
}
div#eyecatch .detail ul li .tit strong{
  font-weight: 900;
}
div#eyecatch .detail ul li .name{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
div#eyecatch .detail ul li .text{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  padding-right: 30%;
  padding-left: 10px;
  margin-bottom: 15px;
}


/* =========================================================
sec
========================================================= */
  div.sec{
    padding: 30px 0 40px;
  }
  div.sec .tit-box{
    text-align: center;
    margin-bottom: 30px;
  }
  div.sec .tit-box .logo img{
    width: 126px;
  }
  div.sec .tit-box h2{
    font-size: 30px;
    font-weight: 900;
  }

  div#sec01{
    background: #648000 url(../img/sec01-bg_sp.jpg) center top no-repeat;
    background-size: 100%;
  }
  div#sec01 h2{
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 55%;
  }
  div#sec01 h2::before,
  div#sec01 h2::after{
    content: "";
    background: #fff;
    width: 2px;
    height: 70px;
    border-radius: 1px;
  }
  div#sec01 h2::before{
    transform: rotate(-40deg);
    margin-right: 20px;
  }
  div#sec01 h2::after{
    transform: rotate(40deg);
    margin-left: 20px;
  }
  div#sec01 .detail{
    padding: 0 20px;
    margin-bottom: 30px;
  }
  div#sec01 .detail h3{
    margin-bottom: 20px;
  }
  div#sec01 .detail p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
  }
  div#sec01 .detail ul{
    background: rgb(0, 0, 0, 0.25);
    border: 2px solid #fff;
    display: inline-block;
    padding: 15px;
  }
  div#sec01 .detail ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
    text-indent: -16px;
    padding-left: 10px;
  }
  div#sec01 .btn{
    padding: 0 20px;
  }
  div#sec01 .btn a{
    background: #fff url(../img/arrow_r_bl.svg) left 65px  center no-repeat;
    background-size: 10px;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 15px 0;
  }
  div#sec02{
    background: #eaeaea;
  }
  div#sec02 .inner{
    padding: 0 20px;
  }
  div#sec02 .bnr{
    margin-bottom: 40px;
  }
  div#sec02 .bnr a{
    filter: drop-shadow(0 0 14px rgb(0, 0, 0, 0.25));
  }
  div#sec02 .series-box h2{
    font-size: 30px;
    font-weight: 900;
    color: #000;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
  }
  div#sec02 .series-box ul li{
    margin-bottom: 30px;
  }
  div#sec02 .series-box ul li:last-of-type{
    margin-bottom: 0;
  }
  div#sec02 .series-box ul li h3{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
  }
  div#sec02 .series-box ul li .box{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  div#sec02 .series-box ul li .box .img{
    width: 40%;
    margin-right: auto;
  }
  div#sec02 .series-box ul li .box p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    width: 56%;
  }
  div#sec02 .series-box ul li .btn a{
    background: #0071BE url(../img/arrow_r_wh.svg) left 65px  center no-repeat;
    background-size: 10px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 15px 0;
  }
  div#sec03{
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  div#sec03 .feature-list li{
    margin-bottom: 20px;
  }
  div#sec03 .feature-list li .img{
    margin-bottom: 10px;
  }
  div#sec03 .feature-list li h3{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 5px;
  }
  div#sec03 .btn a{
    background: #0071BE url(../img/arrow_r_wh.svg) left 30px  center no-repeat;
    background-size: 10px;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    box-shadow: 0 0 14px rgb(0, 0, 0, 0.25);
    padding: 15px 0;
  }
  #footer{
    padding-top: 10px;
  }

}


