@charset "utf-8";
/*-------------------------------------------------
三位一体LPページ
-------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
#story a.mt{
    padding-top:260px;
}

#story header {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    top: 0;
    height: 90px;
    position: fixed;
    z-index: 2;
}
#story header nav {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#story header nav ul{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
}
#story header nav ul li {
	flex: 0 0 75%;
    text-align: right;
}
#story header nav ul li:nth-of-type(1) {
    flex: 0 0 15%;
    text-align: left;
    padding: 15px 0 15px 15px;
    margin: 0;
}
#story header nav ul li:nth-of-type(1) img {
    height: 60px;
}
#story header nav ul li:nth-of-type(2) img {
    height: 65px;
    padding-top: 25px;
}
@media screen and (min-width: 320px) and (max-width: 340px) {
#story header nav ul li:nth-of-type(2) img {
    height: 60px;
    padding-top: 25px;
}
}

#story .visual{
    position: relative;
    padding-top:90px;
}
#story .top-movie-box{
	width: 100%;
  padding-top: 42%;
  /*padding-top: 56.25%;*/
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
#story .movie-cover{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
#story .movie-cover::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#story #movie{
  width: 100%;
  height: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
#story .visual .main_txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

#story .visual .main_txt img{
    width: 100%;
}
#story .visual .play_movie{
  position: absolute;
  bottom: -20px;
  right: 5%;
  width: 28%;
}
#story .visual .play_movie img{
    width: 100%;
}

#story .visual .slider {
    width: 100%;
    margin:0 auto;
}
#story .visual .slider img {
    width:100%;
    height:auto;
}

/*ドットナビゲーションの設定*/
#story .visual .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
    position: absolute;
    bottom: 20px;
    left: 5%;
}
#story .visual .slick-dots li {
    display:inline-block;
	margin:0 5px;
}
#story .visual .slick-dots button{
    color: transparent;
    outline: none;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #C61A52;
}

#story .visual .slick-dots .slick-active button{
    background:#C61A52;
}

#story .wrap{
    width: 100%;
    margin: 40px auto;
    padding: 0 20px;
}

#story .main p{
    text-align: center;
    margin-bottom: 40px;
}

#story .main p img{
    width: 100%;
}
#story .main p{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2.4;
}
#story .main p:nth-of-type(1){
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 20px;
    line-height: 1.4;
}
#story .main p:nth-of-type(2){
    margin-bottom: 20px;
}

#story .concept_movie{
    background: #F7F3E9;
  margin-bottom: 150px;
  padding-top: 90px;
    margin-top: -90px;
}
#story .concept_movie .wrap{
  margin: 40px auto 20px;
  padding-bottom:40px;
}
#story .concept_movie h2{
  margin-bottom: 40px;
  padding-top: 60px;
  text-align: center;
}
#story .concept_movie p{
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #171C61;
  line-height: 2;
  text-align: center;
}
#story .concept_movie ul li{
    margin-bottom:40px;
}
#story .concept_movie ul li img{
    width: 100%;
}
#story .our_story{
    background: #F7F3E9;
    text-align: center;
}
#story .our_story .wrap {
  margin: 0 auto 40px;
  position: relative;
  top: -80px;
}

#story .our_story h2{
    margin-bottom:40px;
}
#story .our_story h2 img{
    width: auto;
}
#story .our_story p{
    margin-bottom:40px;
    font-size:1.6rem;
    color:#171C61;
    line-height: 2;
  text-align: center;
  margin-top: -20px;
}
#story .our_story p img{
    width: 50%;
}

#story .our_story img{
    width: 100%;
}

#story .our_story ul li p img{
    width:80%;
}

#story .our_story ul{
}
#story .our_story ul li{
    padding: 0 20px;
}
#story .our_story .next-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 26px;
  right: -3%;
}
#story .our_story .prev-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 26px;
  left: -3%;
    transform: scale(-1, 1);
}
.story_modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.modal_bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal-content{
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 500px;
    padding: 20px 30px 80px;
    background: #F7F3E9;
    font-size: 1.4rem;
    line-height: 1.8;
    z-index: 120;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
    -ms-overflow-style: none;
}
.modal-content a{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: none;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 3rem;
    font-weight: bold;
}
.modal-content figure{
    text-align: center;
    margin: 20px 0 40px;
}
.modal-content figure img,
.modal-content .tit img{
    width: 100%;
}
.modal-content .tit{
    text-align: center;
    margin: 0 0 10px;
    padding:0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    font-size: 1.8rem;
}
.modal-content p{
    padding: 20px 0;
    word-break: break-all;
}
.modal-content .btm_btn{
    position: absolute;
    left: 40%;
}
#story .our_support h2{
    text-align: center;
}
#story .our_support .wrap{
    padding-bottom:0;
}

#story .our_support p{
    text-align: center;
    margin: 60px 0;
}
#story .our_support p img{
    width: 100%;
}

#story .our_support ul{
    display:block;
    margin:40px 0;
}
#story .our_support ul li{
    text-align: left;
    margin-bottom: 15%;
}

#story .our_support ul li figure{
    padding-bottom: 40px;
}
#story .our_support ul li figure img{
    width: 100%;
}

#story .our_support ul li p{
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    margin: 0 0 20px;
}
#story .our_support ul li img{
    width: 100%;
}
#story .our_support ul li:nth-of-type(2) p:nth-of-type(1),
#story .our_support ul li:nth-of-type(3) p:nth-of-type(1),
#story .our_support ul li:nth-of-type(4) p:nth-of-type(1){
    text-align: center;
    width: auto;
}
#story .our_support ul li:nth-of-type(2) p:nth-of-type(1) img,
#story .our_support ul li:nth-of-type(3) p:nth-of-type(1) img,
#story .our_support ul li:nth-of-type(4) p:nth-of-type(1) img{
    width: auto;
}

#story .my_story{
    background: #F7F3E9;
    margin-top: 120px;
}
#story .my_story .msi{
    text-align: center;
}
#story .my_story .msi img{
    width: 80%;
    margin-top: -50px;
}
#story .my_story .wrap {
    margin-top: 20px;
    padding: 0;
}
#story .my_story ul{
    display: block;
    padding-bottom: 60px;
}
#story .my_story ul li{
}
#story .my_story ul li img {
    width: 100%;
}
#story .my_story ul li.img01{
    text-align: right;
    padding: 0 20px 0 0;
}
#story .my_story ul li.img01 img{
    width: 80%;
}
#story .my_story ul li.img02{
    padding-left: 30px;
}
#story .my_story ul li.img02 img{
    width: 70%;
    margin: 40px 0;
}
#story .my_story ul li.img03,
#story .my_story ul li.img06,
#story .my_story ul li.img08{
    padding: 40px 30px;
}
#story .my_story ul li.img05,
#story .my_story ul li.img09 {
    padding: 0 30px;
}
#story .my_story ul li.img05 img{
    width: 70%;
}

#story .my_story ul li.img08 img {
    width: 80%;
}
#story .my_story ul li.img10{
    text-align: center;
    margin-top: -90px;
}
#story .my_story ul li.img10 img {
    width: 90%;
}

#story .contact{
    width: 100%;
    margin: 60px auto;
}
#story .contact h2{
    text-align: center;
    margin-bottom: 60px;
}

#story .contact .wrap{
    background: url("/lpi/story/img/contact_bg_sp.png") no-repeat;
    width: 100%;
    background-size: cover;
    padding:0;
    margin: 0;
}
#story .contact .wrap p{
    font-size: 1.4rem;
    color: #171C61;
    font-weight: bold;
    line-height: 1.6;
    padding: 10% 0 0 45%;
}
#story .contact .contact_sp{
    background: #F7F8F8;
    padding: 40px 40px 20px 40px;
}
#story .contact .contact_sp a img{
    width: 100%;
    margin-bottom:20px;
}


footer {
    line-height: 1.4;
}