
@charset "utf-8";

/*
基本設定
*/

#content #lp15th{
    color:#fff;
    padding-top: 0px;
    font-family: 'Noto Sans JP', sans-serif;
}

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

    .pagetop {
        min-width: 0;
        height: 50px;
        margin-bottom: 0;
        position: relative;
        background: #fff;
        padding-bottom: 5px;
    }

}


#lp15th ._pc{
    display: block !important;
}

#lp15th ._sp{
    display: none !important;
}
@media screen and (max-width:640px){
    #lp15th ._sp{
        display: block !important;
    }

    #lp15th ._pc{
        display: none !important;
    }

}


#lp15th * {
    box-sizing: border-box;
}


#lp15th #main-visual{
    position: relative;
    background: #000;
    position: relative;
    overflow: hidden;
    padding-top: 612px;
    overflow:hidden;
    opacity: 0;
    background: #000;
}



#lp15th #main-visual.animated{
    opacity: 1;
}

#lp15th .main-visual-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    opacity: 0;
    transform: scale(1.1,1.1);

}


#lp15th .main-visual-inr{
    position: absolute;
    width:100%;
    top: 45%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align:center;  
}




#lp15th .main-visual-svg-wrap{
    position: relative;
    width: 315px;
    margin:0 auto;

}
#lp15th .main-visual-svg {
    position: relative;
    left:0;
    top:0;
    padding-top: 90%;
}

#lp15th .main-visual-svg svg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}


#lp15th .main-visual-msg{
    padding-top: 0%;
    font-size:  3.8rem;
    text-align:     center;
    color:#fff;
    margin-bottom: 1.5em;
    letter-spacing: 0.2em;
    opacity: 0;
    font-weight: 300;
}


#lp15th .main-visual-svg #out_svg-15th{
    display: block;
    opacity: 0;
}

@media screen and (max-width:640px){
    #lp15th .main-visual-msg {
        padding-top: 0%;
        font-size: 5vw;
        text-align: center;
        color: #fff;
        margin-bottom: 1.5em;
        letter-spacing: 0.2em;
        opacity: 0;
    }

    #lp15th #main-visual {
        padding-top: 70%;
    }

    #lp15th .main-visual-svg-wrap {
        width: 40%;
        margin: 0 auto;
    }

}




/*
#about
*/
#lp15th #about{
    padding: 80px 20px;
    text-align:     center;
    background: #fff;
    color:#000;
}
#lp15th .about-msg{
    line-height: 2.5 ;
}
#lp15th .about-img{
    text-align: center;
}
#lp15th .about-dl{
    display: flex;
    max-width: 1200px;
    margin: 80px auto 0;
}
#lp15th .about-dl>dt{
    border-left:2px solid #00412B;
    border-right:2px solid #00412B;
    width: 31%;
    padding: 10px 20px;
    font-size:  2.8rem;
    text-align:  center;
    white-space: nowrap;
    font-weight: bold;
}

#lp15th .about-dl>dd{
    padding: 10px 6%;
    font-size:  1.4rem;
    border-right:2px solid #00412B;
    text-align: left;
    width: 69%;

}
#lp15th .about-dl>dd i{
    font-weight: bold;
    font-style: normal;
}

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

    #lp15th #about {
        padding: 40px 20px;
    }

     #lp15th .about-img{
        width: 52%;
        margin:0 auto;
        text-align: center;
    }

    #lp15th .about-msg {
        font-size: 3.3vw;
        margin-bottom: 40px;
    }

    #lp15th .about-dl{
        display: block;
        margin: 30px auto 0;
    }

    #lp15th .about-dl>dt{
        width: 80%;
        max-width: 455px;
        font-size: 2.2rem;
        margin: 0 auto;
        padding: 0;
        border-right:2px solid #00412B;
        padding: 0;
    }

    #lp15th .about-dl {
        display: block;
        margin: 15px auto 0;
    }

    #lp15th .about-dl>dd{
        font-size:  3.3vw;
        text-align: left;
        width: 100%;
        border-right: 0;
        text-align: center;
        padding: 15px 0;
        line-height: 1.8;

    }


}



/*
 #history
*/

#lp15th #history {
    position: relative;
    padding-top:0px;
    margin-top:0;
    z-index: 3;
    overflow: hidden;
    background: linear-gradient(to bottom, #00412B 0%,#000000 70%);
    background-attachment: fixed;
    background-repeat:  no-repeat;
}


#lp15th .history-bg {
    display: none;
}



#lp15th .history-head{
    position: absolute;
    width: 100%;
    left:0;
    top:0;
    text-align:     center;
    padding-top: 58px;
}

#lp15th .history-ttl{
    opacity: 0;
    font-weight:  normal;

}
#lp15th .history-ttl strong{
    font-size: 1.6rem;
    display: block;
    font-weight:    300;
    letter-spacing: 0.8em;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-right: -0.8em;
}

#lp15th .history-ttl span{
    font-size: 1.8rem;
    letter-spacing:     0.1em;
}



/*
#history-slider
*/


#lp15th .history-first{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
}

#lp15th .history-first-box{
    position: absolute;
    width:100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align:center;
    opacity: 1;
}


#lp15th .history-first-ttl{
    font-size:6rem;
    letter-spacing: 1em;
    margin-right: -1em;
    font-weight: 300;
    margin-bottom: 20px;

}

#lp15th .history-first-msg{
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    font-weight: bold;
    margin-bottom: 15px;
}



#lp15th .slide-item {
    padding: 80px 0 0;
}


#lp15th .slick-prev{
    display: none;
}
#lp15th .slick-next{
    display: none;
}


#lp15th .history-slide-inr{
    position: relative;
}


#lp15th .slider .swiper-wrapper{transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94); }


#lp15th .history-slide-block{
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin:0 auto;
}

#lp15th .history-slide-block.revs{
    flex-direction: row-reverse;
}

#lp15th  .history-slide-num{
    position: absolute;
    width: 100%;
    color:rgba(250,195,0,0.15);
    font-size:  25rem;
    right:0;
    top:0;
    transform: translate(0, 0);
    font-weight: bold;
    opacity: 0;
}


#lp15th .slide6 .history-slide-num{
    opacity: 0;
}
#lp15th .slide6 .history-slide-img{
    opacity: 0;
}
#lp15th .slide6 .history-slide-txt{
    opacity: 0;
}


#lp15th .slide6.goto .history-slide-num,
#lp15th  .goto .history-slide-num{
    opacity: 1;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#lp15th .slide6.goto .history-slide-img,
#lp15th  .goto .history-slide-img{
    opacity: 1;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
    transform: translate(0, 0);
}

#lp15th .slide6.goto .history-slide-txt,
#lp15th  .goto .history-slide-txt{
    opacity: 1;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
    transform: translate(0, 0);
}


#lp15th  .goto.out .history-slide-num{
    opacity: 0;
    transform: translate(-50%, 0px);
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#lp15th  .goto.out .history-slide-img{
    opacity: 0;
    transition: all 1.5s ease;
    transform: translate(-100%, 0px);
}

#lp15th  .goto.out .history-slide-txt{
    opacity: 0;
    transition: all 1.5s ease;
    transform: translate(-100%, 0px);
}

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

    #lp15th  .goto.out .history-slide-num{
        transition: all 1s ease;
        transform: translate(-50px, 0px);
    }

    #lp15th  .goto.out .history-slide-img{
        opacity: 0;
        transition: all 1s ease;
        transform: translate(-50px, 0px);
    }

    #lp15th  .goto.out .history-slide-txt{
        opacity: 0;
        transition: all 1s ease;
        transform: translate(-50px, 0px);
    }


}


#lp15th .history-slide-block.revs .history-slide-num span{
    text-align: right;
}

.history-slide-num span{
    position: relative;
    display: block;
    max-width: 1100px;
    margin:0 auto;
    padding-top: 0%;
}

#lp15th .history-slide-name{
    font-size:  4.2rem;
    margin-bottom: 20px;
    font-weight: 300;

}

.sd1 .history-slide-num span{
    margin-left: 0%;
}


.sd2 .history-slide-num span {
    margin-top: -68px;
    margin-left: 0%;
}


.sd3 .history-slide-num span {
    margin-top: 202px;
    margin-left: -1%;
}


.sd4 .history-slide-num span{
    margin-top:-130px;
    margin-left: -10%;
}

.sd5 .history-slide-num span{
    margin-top:-20px;
    margin-left: -1%;
}

.sd6 .history-slide-num span{
    margin-top:250px;
    margin-left: -1%;
}

#lp15th .sd1 .history-slide-txt {
    margin-top: 3%;
}


#lp15th .sd2 .history-slide-txt {
    margin-top: -5%;
}

#lp15th .sd3 .history-slide-txt {
    margin-top: -4.5%;
}

#lp15th .sd6 .history-slide-txt {
    margin-top: -2%;
}

#lp15th .sd3 .history-slide-block .history-slide-box {
    padding-left: 5%;
}


#lp15th .sd4 .history-slide-block.revs .history-slide-txt {
    text-align: right;
    padding-right: 1%;
}


#lp15th .history-slide-img {
    position: relative;
    width: 50%;
    text-align: center;
    padding-top: 16%;
    opacity: 0;
    transform: translate(10%, 0px);
}


#lp15th .history-slide-img img{
    display: inline-block;
}

#lp15th .history-slide-box{
    text-align: left;
}


#lp15th .history-slide-txt{
    width: 50%;
    opacity: 0;
    text-align: center;
    transform:translate(10%, 0px);
}

#lp15th .history-slide-block.revs {

}


#lp15th .history-slide-block .history-slide-box {
    padding-left: 9%;
}


#lp15th .history-slide-block.revs .history-slide-box{
    display: inline-block;
    padding-left: 0%;
}


#lp15th .history-slide-block.revs .history-slide-txt{
    text-align: right;
    padding-right: 5%;
}
    

#lp15th .history-slide-catch{
    font-size:  2.8rem;
    color:#FAC300;
    font-weight: bold;
    margin-bottom: 15px;

}

#lp15th .history-slide-msg{
    font-size:  1.4rem;
    line-height:   2;
}


#lp15th .history-slide-profile {
    position: static;
    right: 0px;
    top: 68%;
    width: 327px;
    opacity: 0;
}

#lp15th .history-slide-profile-ttl{
    font-size: 3.2rem;
    font-weight: bold;
}

#lp15th .history-slide-profile-msg{
    line-height: 2.14em;
}

#lp15th .history-slider{
    width: 100%;
    margin:0 auto;
    padding: 0px;
}

#lp15th .history-slider{
}
#lp15th .history-slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

#lp15th .history-slider .swiper-slide{
    position: relative;
}

#lp15th .history-slider .swiper-slide .history-slide-inr{
}


#lp15th .history-slider .swiper-slide:first-child .history-slide-inr{
}

@media screen and (max-width:624px){


    #lp15th #history {
        background: linear-gradient(to bottom, #00412B 0%,#000000 70%) !important;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }


    #lp15th .history-head{
        display: none;
    }


    #lp15th .history-slide-txt {
        width: 100%;
        opacity: 0;
        text-align: center;
        transform: translate(10%, 0px);
    }



    #lp15th .history-first-box{
        padding: 0 20px;
        margin-top: -50px;
    }
    #lp15th .history-first-ttl {
        font-size: 8vw;
        letter-spacing: 1em;
        margin-bottom: 20px;
    }

    #lp15th .history-first-msg{
        font-size: 3.8vw;
    }

    #lp15th .slide-item {
        padding: 20px;
    }



    #lp15th .history-slide-block{
        display: block;
    }

    #lp15th .history-slide-block .history-slide-box{
        padding-left: 0;
    }



     #lp15th .history-slide-block.revs{
        text-align: center;
     }


    #lp15th .history-slide-block.revs .history-slide-box {
        display: block;
        padding-left: 0%;
        width: 100%;
        margin-top: -25px;
    }

    #lp15th .history-slide-block.revs .history-slide-txt{
        text-align: center;
        width: 100%;
        padding-right:0;
    }



    #lp15th .history-slide-img {
        position: relative;
        width: 45%;
        text-align: center;
        padding-top: 0%;
        opacity: 0;
        transition:0;
        transform: translate(10%, 0px);
        margin: 40px auto 0;
    }

    #lp15th .history-slide-name {
        font-size:3rem;
        font-weight: 300;
        margin-bottom: 10px;
        text-align: center;
    }

    #lp15th .history-slide-catch{
        font-size:  2rem;
        color:#FAC300;
        font-weight: bold;
        margin-bottom: 15px;
        text-align: center;

    }

    #lp15th .history-slide-msg{
        font-size:  3.5vw;
        line-height:   2;
        text-align: center;
        padding-bottom: 30px;
    }


    #lp15th .history-slide-profile {
        position: static;
        right: 0px;
        top: 68%;
        width: 327px;
        opacity: 0;
    }

    #lp15th .history-slide-profile-ttl{
        font-size: 3.2rem;
        font-weight: bold;
    }

    #lp15th .history-slide-profile-msg{
        line-height: 2.14em;
    }

    #lp15th .history-slide-num {
        position:static;
        width: 100%;
        font-size: 7rem;
        right: 0;
        top: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .history-slide-num{
    }

    .history-slide-num span{
        margin:0 auto !important;
        padding-top: 0%;
        text-align: center  !important;
    }

    #lp15th .sd1 .history-slide-num span{
        margin-top:0px;
        margin-left: auto;
    }



    #lp15th .sd2 .history-slide-num span{
        margin-top:0px;
        margin-left: auto;
    }

    #lp15th .sd3 .history-slide-num span{
        margin-top:0px;
        margin-left: auto;
    }

    #lp15th .sd4 .history-slide-num span{
        margin-top:0px;
        margin-left: auto;
    }

    #lp15th .sd5 .history-slide-num span{
        margin-top:0px;
        margin-left: auto;
    }

    #lp15th .sd6 .history-slide-num span{
        margin-top:0px;
        margin-left: auto;
    }



    #lp15th .sd3 .history-slide-block .history-slide-box {
        padding-left: 0;
    }

    #lp15th .sd1 .history-slide-txt,
    #lp15th .sd2 .history-slide-txt,
    #lp15th .sd3 .history-slide-txt,
    #lp15th .sd4 .history-slide-txt,
    #lp15th .sd5 .history-slide-txt,
    #lp15th .sd6 .history-slide-txt {
        margin-top: -2%;
    }

    #lp15th .sd4 .history-slide-block.revs .history-slide-txt{
        padding-right: 0%;
        text-align: center;
    }


}



/*
 #feature
*/

#lp15th #feature{
    padding: 150px 30px;
    text-align: center;
    background: #012115;
}


#lp15th .feature-banner-block{
}

#lp15th .feature-banner1{
    margin-bottom: 120px;

}
#lp15th .feature-banner2{
    margin-bottom: 44px;

}
#lp15th .feature-banner3{}

#lp15th .feature-banner-ttl{
    font-size: 4.4rem;
    font-weight: normal;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
#lp15th .feature-banner-msg{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 44px;
}




@media screen and (max-width:640px){
    #lp15th #feature {
        padding: 30px 30px;
    }

    #lp15th .feature-banner1 {
        margin-bottom: 30px;
    }

    #lp15th .feature-banner-ttl {
        font-size: 4.8vw;
        margin-bottom: 10px;
    }

    #lp15th .feature-banner-msg {
        font-size: 3.5vw;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #lp15th .feature-banner2 {
        margin-bottom: 17px;
    }

    #lp15th #feature {
        padding: 30px 30px 50px;
    }



}


/*
 #campaign
*/

#lp15th #campaign{
    position: relative;
    padding: 100px 30px;
    text-align: center;
    background: #012115;
    height: 600px;
    background-size: cover;
    overflow:hidden;
}

#lp15th .campaign-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-position: center;
    background-size: cover;
}

#lp15th .campaign-block{
    display: flex;
    max-width: 1200px;
    margin: 0 auto 66px;
}

#lp15th .campaign-block-img{
    width: 183px;
}
#lp15th .campaign-block-txt{
    text-align: center;
    padding-left: 8%;
}

#lp15th .campaign-block-msg{
    font-size: 4.8rem;
    text-align: center;
    font-weight: bold;
    color:#00412B;
}


#lp15th .campaign-block-list{
    display: flex;
    flex-wrap:wrap;
    max-width: 1200px;
    margin: 0 auto;
}

#lp15th .campaign-block-list>li{
    margin-right: 3%;
    width: 48.5%;
}

#lp15th .campaign-block-list>li img{
    width: 100%;
}

#lp15th .campaign-block-list>li>a{
    display: block;
}

#lp15th .campaign-block-list>li:nth-child(2n){
    margin-right: 0
}

#lp15th .campaign-block-list_2{
    display: flex;
    flex-wrap:wrap;
    max-width: 1000px;
    margin: 0 auto;
}

#lp15th .campaign-block-list_2>li{
    margin-bottom: 5%;
    width: 100%;
}

#lp15th .campaign-block-list_2>li img{
    width: 100%;
}

#lp15th .campaign-block-list_2>li>a{
    display: block;
}

#lp15th .campaign-block-list_2>li:nth-child(2n){
    margin-right: 0
}







@media screen and (max-width:1200px){
    #lp15th .campaign-block-msg {
        font-size: 4.5vw;
        font-weight: bold;
        color: #00412B;
    }
}


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

    #lp15th .campaign-block-msg {
        font-size: 5vw;
    }
    #lp15th .campaign-block-txt {
        width: 70%;
    }

    #lp15th .campaign-block-img {
        width:30%;
    }

    #lp15th .campaign-block-msg {
        font-size: 5vw;
        text-align: left;
    }

    #lp15th .campaign-block-txt {
        text-align: center;
        padding-left: 5%;
    }

    #lp15th #campaign {
        padding: 40px 40px;
        background: #012115;
        height: auto;
        background-size: cover;
    }
    #lp15th .campaign-block{
        margin-bottom: 30px;
    }

    #lp15th .campaign-block-list{
        display: block;
        max-width: 1200px;
        margin: 0 auto 20px;
    }

     #lp15th .campaign-block-list>li{
        width: 100%;
        margin: 0 auto 15px;
     }

}


#lp15th .sns-list{
    background:#fff;
    display: flex;
    justify-content: center;
    padding: 55px;
}

#lp15th .note-list{
    background:#fff;

}



/*
共通アニメーション
*/

/*delay*/
#lp15th .dt_2{ transition-delay: 0.2s !important; -webkit-transition-delay: 0.2s !important;}
#lp15th .dt_3{ transition-delay: 0.3s !important; -webkit-transition-delay: 0.3s !important;}
#lp15th .dt_4{ transition-delay: 0.4s !important; -webkit-transition-delay: 0.4s !important;}
#lp15th .dt_5{ transition-delay: 0.5s !important; -webkit-transition-delay: 0.5s !important;}
#lp15th .dt_6{ transition-delay: 0.6s !important; -webkit-transition-delay: 0.6s !important;}
#lp15th .dt_7{ transition-delay: 0.7s !important; -webkit-transition-delay: 0.7s !important;}
#lp15th .dt_8{ transition-delay: 0.8s !important; -webkit-transition-delay: 0.8s !important;}
#lp15th .dt_9{ transition-delay: 0.9s !important; -webkit-transition-delay: 0.9s !important;}
#lp15th .dt_10{ transition-delay: 1.0s !important; -webkit-transition-delay: 1.0s !important;}
#lp15th .dt_11{ transition-delay: 1.1s !important; -webkit-transition-delay: 1.1s !important;}
#lp15th .dt_12{ transition-delay: 1.2s !important; -webkit-transition-delay: 1.2s !important;}
#lp15th .dt_14{ transition-delay: 1.4s !important; -webkit-transition-delay: 1.4s !important;}
#lp15th .dt_15{ transition-delay: 1.5s !important; -webkit-transition-delay: 1.5s !important;}
#lp15th .dt_16{ transition-delay: 1.6s !important; -webkit-transition-delay: 1.6s !important;}
#lp15th .dt_17{ transition-delay: 1.7s !important; -webkit-transition-delay: 1.7s !important;}
#lp15th .dt_18{ transition-delay: 1.8s !important; -webkit-transition-delay: 1.8s !important;}
#lp15th .dt_19{ transition-delay: 1.9s !important; -webkit-transition-delay: 1.9s !important;}
#lp15th .dt_20{ transition-delay: 2s !important; -webkit-transition-delay: 2s !important;}



/*from*/
#lp15th .init{
    opacity: 0;
    transition-duration:1.5s,1.5s;
    transition-property: opacity ,transform;
    transition-timing-function: ease-out,cubic-bezier(.2, .6, .4, 1);
}



/*to*/
#lp15th .scl.animated .init{
    opacity: 1;
    transform:translate3d(0, 0, 0);
}



/*from*/
#lp15th .init.move_up{
    transform: translate3d(0,50px,0);
}

/*to*/
#lp15th .scl.animated .init.move_up{
    transform: translate3d(0,0,0);
    transition-timing-function: ease-out,cubic-bezier(.2, .6, .4, 1);
}



/*from*/
#lp15th .init.zoom{
    transform: translate3d(0,0,0) scale(1.1);
}

/*to*/
#lp15th .scl.animated .init.zoom{
    transform: translate3d(0,0,0) scale(1);
    transition-timing-function: ease-out,cubic-bezier(.2, .6, .4, 1);
}
