@charset "utf-8";
/*-------------------------------------------------
三位一体LPページ
-------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

#story a:hover{
    opacity: 1;
}
#story a.mt{
    padding-top:100px;
}
#story header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    background: #fff;
    top: 0;
    padding-top: 20px;
    height: 100px;
    z-index: 2;
}
#story header nav {
	width: 1100px;
	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 50%;
	margin: 0 auto;
    text-align: right;
}
#story header nav ul li:nth-of-type(1) {
	text-align: left;
    padding-top: 15px;
}
#story header nav ul li:nth-of-type(1) img {
	width: 230px;
}
#story .visual{
  position: relative;
  padding-top: 100px;
  min-width: 1200px;
  width: 100%;
}
#story .top-movie-box{
	width: 100%;
  /*padding-top: 56.25%;*/
  padding-top: 43%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#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;
}

/*
@media only screen and (min-width: 1440px) {
#story .top-movie-box{
    padding-top: 810px;
}
}
*/

#story .visual .main_txt{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#story .visual .play_movie{
  position: absolute;
  bottom: -15px;
  right: 10%;
}
#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: 10%;
}
#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:  1100px;
    margin:0 auto;
    padding: 100px 0;
    text-align: center;
}
#story .main p{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    text-align: center;
    margin-bottom:20px;
    font-size: 2rem;
    line-height: 2.4;
}
#story .main p:nth-of-type(1) {
    text-align: center;
    font-size: 4.4rem;
    line-height: 1.4;
}
#story .concept_movie{
    background: #F7F3E9;
    margin-bottom: 300px;
    padding-top: 100px;
    margin-top: -100px;
}
#story .concept_movie .wrap {
    padding: 100px 0 50px;
}
#story .concept_movie h2{
    margin-bottom:40px;
}
#story .concept_movie p{
    margin-bottom:60px;
    font-size:1.6rem;
    color:#171C61;
    line-height: 2;
}
#story .concept_movie ul li{
    margin-bottom:80px;
}

#our_stories{
    padding-top: 100px;
    margin-top: -100px;
}
#story .our_story{
    background: #F7F3E9;
}
#story .our_story .wrap{
  margin: 0 auto 100px;
  padding: 0 0 100px 0;
  position: relative;
  top: -110px;
}
#story .our_story h2{
    margin-bottom:40px;
}

#story .our_story p{
    margin-bottom:40px;
    font-size:1.6rem;
    color:#171C61;
    line-height: 2;
}

#story .our_story ul{
}
#story .our_story ul li{
}
#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 .our_story .slick-dots li {
  display: inline-block;
  margin: 30px 15px 0;
}
#story .our_story .slick-dots button{
  color: transparent;
  outline: none;
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: #fff;
  border:1px solid #9E9E9F;
}
#story .our_story .slick-dots .slick-active button {
  background: #9E9E9F;
}
.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%);
    max-width: 880px;
    width:100%;
    height: 600px;
    padding: 20px 30px 30px;
    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 .tit{
    text-align: center;
    padding:0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    font-size: 2.4rem;
}
.modal-content p{
    padding: 40px 95px;
    word-break: break-all;
}
.modal-content .btm_btn{
    position: absolute;
    left: 25%;
}
#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 ul{
    display: flex;
    flex-wrap: wrap;
    margin:40px 0;
}

#story .our_support ul li figure{
    float:right;
    padding-left: 40px;
}

#story .our_support ul li p{
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin: 0 0 20px;
}
#story .our_support ul li{
    flex: 0 0 30%;
    text-align: center;
    margin-right: 5%;
}

#story .our_support ul li:nth-of-type(1){
    flex: 0 0 100%;
    margin:0 0 60px 0;
}
#story .our_support ul li:nth-of-type(5){
    flex: 0 0 100%;
    margin:60px 0;
}

#story .our_support ul li:nth-of-type(1) p{
    text-align: left;
}

#story .our_support ul li:nth-of-type(2) p:nth-of-type(2),
#story .our_support ul li:nth-of-type(3) p:nth-of-type(2),
#story .our_support ul li:nth-of-type(4) p:nth-of-type(2){
    text-align: left;
}

#story .our_support ul li:nth-of-type(4){
    margin:0;
}

#story .our_support ul li:nth-of-type(2) p:nth-of-type(3) img,
#story .our_support ul li:nth-of-type(3) p:nth-of-type(3) img,
#story .our_support ul li:nth-of-type(4) p:nth-of-type(3) img{
    width: 100%;
}

#story .my_story{
    background: #F7F3E9;
}
#story .my_story .wrap{
    padding-top:0;
}

#story .my_story ul{
    display: flex;
    flex-wrap: wrap;
}
#story .my_story ul li{
    flex: 0 0 50%;
    position: relative;
    text-align: left;
}
#story .my_story ul li img {
    position: absolute;
}
#story .my_story ul li.img01 ,
#story .my_story ul li.img03{
    height: 350px;
}
#story .my_story ul li.img05{
    height: 550px;
}
#story .my_story ul li.img07{
    flex: 0 0 100%;
    height: 550px;
}
#story .my_story ul li.img09{
    height: 740px;
}
#story .my_story ul li.img10{
    margin-top:100px;
}
#story .my_story ul li.img01 img{
    top: -60px;
    right: -70px;
}
#story .my_story ul li.img02 img {
    left: 140px;
    top: 70px;
}
#story .my_story ul li.img04 img {
    left: -30px;
}
#story .my_story ul li.img05 img {
    top: -50px;
}
#story .my_story ul li.img06 img {
    top: 320px;
    z-index: 1;
}
#story .my_story ul li.img07 img {
    top: -20px;
    left: 50px;
}
#story .my_story ul li.img08 img {
    top: 100px;
}

#story .my_story ul li.img09 img {
    top: 100px;
    left: -160px;
}
#story .my_story ul li.img10 img {
    top: -200px;
    left: 50px;
}

#story .contact{
    width: 1200px;
    margin: 60px auto;
}
#story .contact h2{
    text-align: center;
    margin-bottom: 60px;
}
#story .contact .wrap{
    background: url("/lpi/story/img/contact_bg.png") no-repeat;
    width: 1200px;
    padding: 0;
    position: relative;
    height: 310px;
}

#story .contact .wrap a.ml{
    position: absolute;
    top: 0;
    left: 6%;
}

#story .contact .wrap a.sch{
    position: absolute;
    top: 0;
    right: 25%;
}
#story .contact .wrap p{
    font-size: 1.8rem;
    color: #171C61;
    font-weight: bold;
    line-height: 1.4;
    position: absolute;
    top: 120px;
    left: 240px;
}

footer {
    line-height: 1.4;
}