@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

/* 調整用 */
#MainContent{
    overflow: hidden;
}

/* all */
.all-wrapper *{
    box-sizing: border-box;
}
.all-wrapper img{
    max-width: 100%;
    height: auto;
}
.all-wrapper ul,
.all-wrapper li{
    margin: 0;
    padding: 0;
}
.all-wrapper video{
    width: 100%;
    max-width: 100%;
}

.lp_wrapper {
    font-family: 'Lato','Noto Sans JP', sans-serif;
    margin: 0 auto 5%;
    font-size: 13px;
}

.lp_wrapper a{
    text-decoration: none;
    color: #000;
}
.lp_wrapper a:hover span{
    opacity: 0.6;
    transition: 0.5s;
}
.lp_wrapper a:hover img{
    opacity: 0.6;
    transition: 0.5s;
}
.lp_wrapper ul.content-box-main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.lp_wrapper ul li{
    list-style: none;
}


/*nav-sec+パンクず*/

.all-wrapper nav.collection-nav{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
}
.all-wrapper nav.collection-nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.all-wrapper nav.collection-nav ul li{
    width: 50%;
    padding: 0 15px;
    border-bottom: 1px solid #000;
    text-align: center;
    list-style: none;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
.all-wrapper nav.collection-nav ul li.lp-aw{
    border-bottom: 3px solid #000;
}
/*.all-wrapper nav.collection-nav ul li.lp-win:hover{
    background: #f5f5f5;
    transition: 0.5s;
}*/
/*.all-wrapper nav.collection-nav ul li.lp-aw{
    border-bottom: 3px solid #000;
}*/
.all-wrapper nav.collection-nav ul li.lp-aw:hover{
    background: #f5f5f5;
    transition: 0.5s;
}
.all-wrapper nav.collection-nav ul li a{
    text-align: center;
    text-decoration: none;
    color: #000;
}


/* -- top-sec -- */
.lp_wrapper .top-sec {
    width: 100%;
    margin: 0 auto 175px;
}
.lp_wrapper .top-sec img {
    width: 100%;
}

/* -- main-sec -- */
.lp_wrapper .main-sec {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1030px;
}

.lp_wrapper .main-sec .cnt01 {
    margin: 0 auto 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 3%;
}
.lp_wrapper .main-sec .cnt01 .box01 {
    width: 58%;
}
.lp_wrapper .main-sec .cnt01 .box02 {
    width: fit-content;
    text-align: left;
    margin-bottom: 8px;
}

.lp_wrapper .main-sec .cnt02 {
    margin: 0 auto 100px;
}
.lp_wrapper .main-sec .cnt02 .box01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 2%;
}
.lp_wrapper .main-sec .cnt02 .box01 > *{
    width: 49%;
}
.lp_wrapper .main-sec .cnt02 .box02 {
    width: 100%;
    margin-top: 15px;
}

.lp_wrapper .main-sec .cnt03 {
    max-width: 580px;
    margin: 0 auto 40px;
}
.lp_wrapper .main-sec .cnt03 .box01 {
    width: 100%;
}
.lp_wrapper .main-sec .cnt03 .box02 {
    width: 100%;
    margin-top: 15px;
}

.lp_wrapper .cnt-reverse{
    flex-direction: row-reverse;
}
.lp_wrapper .cnt-reverse .box02{
    text-align: right;
}

.lp_wrapper .cnt04{
    width: 100%;
    margin: 0 auto 100px;
}
.lp_wrapper .cnt04_top{
    width: 60%;
    max-width: 580px;
    margin: 0 auto 0 0;
    position: relative;
    z-index: 1;
}
.lp_wrapper .cnt04_top .box01{
    max-width: 580px;
}
.lp_wrapper .cnt04_top .box02{
    width: 300px;
    position: absolute;
    bottom: 110px;
    right: -330px;
}
.lp_wrapper .cnt04_bottom{
    width: 60%;
    max-width: 580px;
    margin: -40px 0 0 auto;
    position: relative;
}
.lp_wrapper .cnt04_bottom .box02{
    width: 200px;
    position: absolute;
    bottom: 0;
    left: -230px;
    text-align: right;
}

.lp_wrapper .cnt-reverse .cnt04_top{
    margin: 0 0 0 auto;
    z-index: 1;
}
.lp_wrapper .cnt-reverse .cnt04_top .box02{
    left: -330px;
    text-align: right;
}
.lp_wrapper .cnt-reverse .cnt04_bottom{
    margin: -40px auto 0 0;
    z-index: -1;
}
.lp_wrapper .cnt-reverse .cnt04_bottom .box02{
    left: auto;
    right: -230px;
    text-align: left;
}


/* credit */
.lp_wrapper .main-sec ul.credit {
    margin: 6px 0 0;
    line-height: 1.5;
    color: #202124;
}
.lp_wrapper .main-sec ul.credit span {
    border-bottom: 1px solid #202124;
    font-size: 16px;
}

/* movie */
.lp_wrapper .main-sec .movie {
    width: 60%;
    margin: 0 auto 95px;
    max-width: 580px;
}

/* responsive class */
.lp_wrapper .pc {
    display: block;
}
.lp_wrapper .sp {
    display: none;
}
.sc-iCfMLu.eehqFj.pf-22_.pf-r.pf-r-eh{
    margin: 0;
}
.sc-iCfMLu.eehqFj.pf-22_.pf-r.pf-r-eh .pf-c{
    padding: 0;
}


@media screen and (max-width: 750px){
    h3.sc-brSvTw.kXcmVH.pf-6_{
        margin: 12% 0 0;
    }
    .sc-lkgTHX.jrzygT.pf-8_{
        padding-top: 0 !important;
    }
    .all-wrapper nav.collection-nav{
        margin: 0 auto 11vw;
    }
    .all-wrapper nav.collection-nav ul li{
        padding: 7px 0;
        font-size: 20px;
    }

    .all-wrapper{
        padding: 0 15px;
        overflow: hidden;
    }
    .lp_wrapper{
        width: 100%;
    }

    .lp_wrapper .pc{
        display: none;
    }
    .lp_wrapper .sp{
        display: block;
    }

    /* top-sec */
    .lp_wrapper .top-sec{
        margin-bottom: 80px;
    }

    /* main-sec */
    .lp_wrapper .main-sec{
        padding: 0;
    }
    .lp_wrapper .main-sec .cnt01 {
        margin-bottom: 50px;
        flex-direction: column;
    }
    .lp_wrapper .main-sec .cnt01 .box01 {
        width: 100%;
    }
    .lp_wrapper .main-sec .cnt01 .box02 {
        width: 100%;
    }

    .lp_wrapper .main-sec .cnt02{
        margin: 60px auto;
    }
    .lp_wrapper .main-sec .cnt02 .box01{
        flex-direction: column;
        gap: 10px;
    }
    .lp_wrapper .main-sec .cnt02 .box01 > *{
        width: 100%;
    }

    .lp_wrapper .main-sec .cnt03{
        margin-bottom: 50px;
        flex-direction: column;
    }
    .lp_wrapper .main-sec .cnt03 .box01{
        width: 100%;
    }
    .lp_wrapper .main-sec .cnt03 .box02{
        width: 100%;
    }

    .lp_wrapper .cnt-reverse .box02{
        text-align: left;
    }

    .lp_wrapper .cnt04{
        margin-bottom: 50px;
    }
    .lp_wrapper .cnt04_top{
        width: 100%;
    }
    .lp_wrapper .cnt04_top .box02,
    .lp_wrapper .cnt-reverse .cnt04_top .box02{
        width: 100%;
        position: static;
        left: 0;
        right: auto;
        text-align: left;
    }
    .lp_wrapper .cnt04_bottom,
    .lp_wrapper .cnt-reverse .cnt04_bottom{
        width: 100%;
        margin-top: 40px;
    }
    .lp_wrapper .cnt04_bottom .box02,
    .lp_wrapper .cnt-reverse .cnt04_bottom .box02{
        position: static;
        text-align: left;
    }

    .lp_wrapper .cnt04-oneitem{
        display: flex;
        flex-wrap: wrap;
    }
    .lp_wrapper .cnt04-oneitem .cnt04_top,
    .lp_wrapper .cnt04-oneitem .cnt04_bottom{
        display: contents;
    }
    .lp_wrapper .cnt04-oneitem .cnt04_top .box02{
        order: 2;
    }
    .lp_wrapper .cnt04-oneitem .cnt04_bottom .box01{
        margin: 10px 0;
        order: 1;
    }


    /* movie */
    .lp_wrapper .main-sec .movie{
        width: 100%;
        margin-bottom: 60px;
    }
}



/* aタグ無効 */
.lp_wrapper a.disabled,
.lp_wrapper a.disabled:hover,
.lp_wrapper a.disabled:focus,
.lp_wrapper a.disabled:active {
pointer-events: none;
cursor: default;
text-decoration: none;
user-select:none;
touch-callout:none;
-webkit-user-select:none;
-webkit-touch-callout:none;
-moz-user-select:none;
-moz-touch-callout:none;
-ms-user-select :none;
-ms-touch-callout:none;
}
.lp_wrapper a.disabled span {
border-bottom: none !important;
}