/* ==========================================================
  APP Only
========================================================== */



/* ==========================================================
  Img Style
========================================================== */
.main_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_inner{
	font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Yu Gothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
}

/* ==========================================================
  Base Style SP Only
========================================================== */

.main_inner {
    position: relative;
}

.main_inner section{
    position: relative;
    margin: 85px auto 0 auto;
}

h1{
    text-align: center;
    font-size: 2.2em;
}

h2{
    position: relative;
    text-align: center;
    font-size: 1.8em;
    font-weight: 300;
    margin-top: 30px;
    padding-bottom: 40px;
}

h2 span{
    font-size: 0.8em;
    font-weight: 300;
}

h2::after{
    content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 1px;
	height: 30px;
	background-color: #888;
}

.svg-container{
    position: relative;
	width: 300px;
    height: 150px;
    margin: 0 auto;
}

.svg-item{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.brand-txt{
    text-align: center;
    margin: 30px 20px 0 20px;
}

.brand-txt p{
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 10px;
}

.brand-img{
    display: block;
    text-align: center;
}

.brand-img img{
    width: 100%;
    max-width: 150px;
}

section.movie{
    margin-top: 110px;
}

.imgtxt-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
}

.imgtxt-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 10px 10px 0 10px;
}   

.box-img.grayout{
    position: relative;
}
.box-img.grayout::after{
    content: "Comming soon";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
}

.imgtxt-box .box-text p{
    text-align: left;
}

.movie p{
    text-align: center;
}

.movie p.more{
    margin-top: 20px;
}

.box-img{
    width: 50%;
}

.box-text{
    margin-left: 3%;
    width: 50%;
}

.slide-items{
    margin: 20px auto;
    max-width: 640px;
}

.slick-dotted.slick-slider{
    margin-bottom: 60px;
}

.slick-dots li button:before{
    font-size: 50px;
}

.button{
    margin: 0 auto;
}

.button a{
    display: block;
    margin: 20px auto 0 auto;
    width: 90%;
    box-sizing: border-box;
    padding: 1em;
    text-align: center;
    border: solid 1px #000;
    background-color: #fff;
}

.banner-container{
    width: 90%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 20px auto 0 auto;
}

.banner-box{
    width: 100%;
    margin-bottom: 20px;
}
.banner-box.border img{
    border: #cccccc 1px solid;
}

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(70px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }

.fadeUpTrigger{
    opacity: 0;
}

@media screen and (min-width: 640px) {

    .sp{
        display: none;
    }

    h1{
        font-size: 2.5em;
    }

    h2{
        font-size: 2em;
    }

    .brand-txt p{
        font-size: 1.5em;
    }

    .imgtxt-container{
        flex-direction: row;
    }

    .imgtxt-box{
        flex-direction: column;
        width: 32%;
    }

    .box-text{
        margin: 1em 0;
        width: 100%;
    }

    .box-img{
        width: 100%;
    }

    .button{
        width: 45%;
    }

    .banner-container{
        width: 45%;
    }


    .delay-time02{
        animation-delay: 0.2s;
    }
        
    .delay-time04{
        animation-delay: 0.4s;
    }

}
