@charset "UTF-8";



/*  ===============================
		   base / reset
===============================*/


html{
    font-size: 87.5%;
}
body,
body::before{
    width: 100%;
}


/*  ===============================
			common
===============================*/


.btn{}
    
    .btn--abroad{
        width: 100%;
    }

.btn_anchor{
    font-size: .785rem;
    padding: 1rem;
}


.border{}
.border--round{}

.border--round::before,
.border--round::after{}

.border--round::before{}
.border--round::after{}


.br--pc{ display: none !important;}
.br--sp{ display: block !important;}




/* animation
===============================
*/



/* 
===============================

*/



/*  ===============================
		  block / element
===============================*/


/* loading
===============================
*/
/* loading */


.loading_artwork{
    transform: translate( -50% , -50% ) scale( .8 );
}

.loading_show{
    transform: scale( .85 );
    left: calc( ( 100vw - 600px ) * .15 / 2 );
    top: calc( ( 100vh - 500px ) * .15 / 2 );
}





/* global
===============================
*/

/* global-header */
.Ghdr{}

/* global-main */
.Gmain{
    padding: 0 18px;
    width: 100%;
}

/* global-footer */
.Gftr{}


/* section
===============================
*/

/* b-main-view */
.mv{}

.mv_ttl{
    min-width: 300px;
    min-height: 300px;
}

.mv_ttlImg{
    width: 230px;
}


/* b-section */
.sec{
    padding-top: 6rem;
}
    .sec:last-child{
        padding-bottom: 4rem;
    }
    .sec--release{
        padding-top: 4rem;
    }

.sec_hdr{}
    .sec_hdr--shop{}
    .sec_hdr--firstEdition{ /* margin-bottom: 2rem; 0217remove */}

    .sec_hdr_text--big{
        font-size: 1.4rem;
    }



.sec_ttl{}
    .sec_ttl_line--firstEdition{
        margin-top: -1.2rem;
        height: 2.5rem;
    }

.sec_ttl::after{}

.sec_ttl--release::after{}
.sec_ttl--reservation::after{}
.sec_ttl--shop::after{}
.sec_ttl--movie::after{}
.sec_ttlImg{}


@media screen and (max-width: 550px){
    .sec_hdr--shop{
        margin-bottom: 2rem;
    }
}

.sec_body{}
    .sec_body--firstEdition{
        padding: 0;
    }



/* b-content */
.content{
    margin-bottom: 6rem;
}
    .content:last-child{}

    .content--shop{
        margin-bottom: 2rem;
    }

.content_ttl{
    font-size: 1.571rem;
}
    .content_ttl--release{}

.content_subTtl{
    font-size: 0.857rem;
}
.content_ftr{

}









/* block
===============================
*/

/* b-brand */
.brand{
    top: 1rem;
    left: 0;
}

.brand_img{}
/* b-scrollGuide */
.scrollGuide{}
.scrollGuide_line{}
.scrollGuide_round{}
.scrollGuide_text{}





/* product */


.product{
    margin-bottom: 5rem;
}
    .product--shop{
        display: flex;
        margin-bottom: 0;
    }

.product_hdr{
    text-align: center;
}

.product_ttl{}
.product_subTtl{
    font-size: .8rem;
}


.product_img{
}

.product_desc{
    font-size: .928rem;
}

    .product_desc--shop{
        display: block;
        font-size: .785rem;
    }

.product_price{
    font-size: .928rem;
}


@media screen and (max-width: 550px){
    .product--shop{
        justify-content: space-between;
    }

    .product--release{
        margin-bottom: 6rem;
        display: block;
    }

    .product_item{}
        .product_item--release{
            max-width: 270px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 4.5rem;
        }
        .product_item--shop{
            flex-basis: 47%;
            margin-bottom: 2.5rem;
        }
    

    .product_ttl{
        display: inline-block;
        font-size: 1.285rem;
        text-align: center;
    }
        .product_ttl--shop{
            font-size: .84rem;
        }

    .product_subTtl{
        display: inline;
        font-size: 1rem;
    }

    .product_thumb--release{
        text-align: center;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

}


/* rec */
.rec{}

.rec_hdr{}
.rec_ttl{}
.rec_subTtl{}
.rec_list{
    margin-bottom: 1.5rem;
}
.rec_item{
    font-size: 1.142rem;
    line-height: 1.4;
}
.rec_item_sub{
    display: block;
    margin-left: 0;
    margin-bottom: 1rem;
    font-size: min( .8rem , 2.7vw );
}



/* bluray */
.bluray{}
.bluray_hdr{}
.bluray_ttl{}
.bluray_subTtl{}

.bluray_list{
    width: 100%;
}
.bluray_item{
    width: 50%;
}

    .bluray_item:nth-of-type(3n){}

.bluray_subText{}




/* b-specialBox */

.specialBox{}
.specialBox_hdr{}
.specialBox_ttl{
    font-size: 1.428rem;
}
.specialBox_subTtl{
    font-size: 1.3571rem;
}
.specialBox_text{
    font-size: 1.142rem;
}

.specialBox_item{
    margin-bottom: 3rem;
}
.specialBox_img{
    width: 100%;
    margin-bottom: .5rem;
}

@media screen and (max-width: 550px){
    .specialBox_list{
        display: block;
    }
}



/* b-gift */

.gift{}
.gift_hdr{}
.gift_ttl{
    font-size: 1.714rem;
}
.gift_subTtl{
    font-size: .857rem;
}
.gift_text{ }
.gift_subText{
    font-size: .857rem;
}

@media screen and (max-width: 550px){
    .gift_thumbWrap{
        flex-direction: column;
    }
    .gift_thumb{
        margin-bottom: 1rem;
    }
}

.gift_img{
    width: 270px;
}





/* b-shop */

/* b-rfirstEdition */
.firstEdition_group{
    font-size: 16px;
}
@media screen and (max-width:480px) {

    .firstEdition_group{
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .firstEdition_ttl{
        font-size: 1.04rem;
    }
    .firstEdition_heading{
        font-size: 1rem;
    }
    .firstEdition_text{
        padding-left: 1rem;
        padding-right: 1rem;

    }

    .firstEdition_dl{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .firstEdition_term{
        width: 65px;

    }
    .firstEdition_desc{
        width: calc( 100% - 65px );

    }

    .firstEdition_group .firstEdition_heading{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .firstEdition_subText{
        padding: 0 1rem;
        font-weight: 500;
    }


}

/* b-abroad */

.abroad{
    margin-bottom: 0;
    padding: 3rem 0;
}
.abroad_hdr{}

.abroad_ttl{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.285rem;
    line-height: 1.75;
    text-align: left;
}


.abroad_list{}

.abroad_term{
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-size: 1.428rem;
}

.abroad_subText{
    font-size: .928rem;
}

.abroad_desc{}

.abroad_text{
    font-size: .928rem;
}



/* b-movie */
.movie{}
.movie_item{}





.youtubeBox_wrap{}

.youtubeBox_wrap::before{}

.youtubeBox{}




/* sns */
.sns{
    font-size: 16px;
}
.sns_list{}
.sns_item{}
    .sns_item:last-child{}

.sns_item::after{}

.sns_anchor{}
.sns_img{}

/* canonical */
.canonical{
    font-size: 18px;
}
.canonical a{}


/* copy */
.copy{
    font-size: .9rem;
}

/* block */


/* suisai */

.suisai{
    position: absolute;
    z-index: -1;
    transition-property: opacity , visibility;
}

    .suisai--01.wasLoaded{
        top: 2%;
        right: max( -82% , -320px );
    }
    .suisai--02.wasLoaded{
        top: 17%;
        left: max( -65% , -280px );
    }
    .suisai--03.wasLoaded{
        bottom: 22%;
    }
    .suisai--04{

    }
    .suisai--05{

    }
    .suisai--06{

    }
    .suisai--07{

    }
    .suisai--08{

    }

    .drop--01.wasLoaded{
        top: 34%;
        right: max( -25% , -167px );
    }
    .drop--02{

    }
    .drop--03{

    }
    .drop--04{

    }
    .drop--05{

    }
    .drop--06{

    }
    .drop--07{

    }
    .drop--08{

    }


