@charset "UTF-8";
@font-face{
	font-family:'Noto Sans Japanese';
	font-style:normal;
	font-weight:500;
	src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype')
}
p{
	font-family:'Noto Sans Japanese',sans-serif;
	color: #fff;
	line-height: 2;
	font-size: 15px;
}
	img{
		max-width: 100%;
		height: auto;
	}
/*copen*/

/* PC　style */

.thor_wrapp{
	background: #0f1421;
	padding-bottom: 100px;
}
.mv{
    position: relative;
}
.mv .mv_logo01{
    position: absolute;
    width: calc(249 / 1280 * 100%);
    top: calc(117 / 520 * 100%);
    left: calc(433 / 1280 * 100%);
    opacity: 0;
    transition-property: opacity, left;
    transition-duration: 1.2s, .8s;
    transition-timing-function: ease, ease-in-out;
    transition-delay:  0s, 1.5s;
    z-index: 2;
}
.mv .mv_logo02{
    position: absolute;
    width: calc(341 / 1280 * 100%);
    top: calc(185 / 520 * 100%);
    left: calc(387 / 1280 * 100%);
    opacity: 0;
    transition-property: opacity, left;
    transition-duration: 1.2s, .8s;
    transition-timing-function: ease, ease-in-out;
    transition-delay:  0s, 1.5s;
    z-index: 2;
}
.mv.on .mv_logo01{
    opacity: 1;
    left: calc(117 / 1280 * 100%);
}
.mv.on .mv_logo02{
    opacity: 1;
    left: calc(117 / 1280 * 100%);
}
.mv .mv_body{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 1.2s;
    transition-delay: 2.2s;
}
.mv.on .mv_body{
    transform: translateX(0);
}
.mv:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0f1421;
    transform: scale(1,1);
    transform-origin: left bottom;
    transition: transform 1.5s ease-in-out;
    transition-delay: 1.5s;
    z-index: 1;
}
.mv.on:after{
    transform: scale(1,0);
}

.item_a{
    width: calc(985 / 1280 * 100%);
    margin: 0 auto 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}
.item_a.on{
    opacity: 1;
    transform: translateY(0);
}
.item_b{
    width: calc(985 / 1280 * 100%);
    margin: 0 auto 60px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}
.item_b.on{
    opacity: 1;
    transform: translateY(0);
}

.block_itemlist{
    width: calc(870 / 1280 * 100%);
    margin: 0 auto 60px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}
.block_itemlist.on{
    opacity: 1;
    transform: translateY(0);
}
.block_itemlist .slider_item{
    margin-bottom: 30px;
}
.block_itemlist .slider_thumbs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block_itemlist .slider_thumbs .each{
    width: calc(210 / 870 * 100%) !important;
    margin-right: calc(10 / 870 * 100%);
    margin-bottom: 10px;
    opacity: 0.2;
}
.block_itemlist .slider_thumbs .each.slick-current{
    opacity: 1;
}
.block_itemlist .slider_thumbs .each:nth-child(4n){
    margin-right: 0;
}
#sliderThumbs .slick-track{
    width: 100% !important;
    transform: none !important;
    transform: unset !important;
}

.item_k{
    width: calc(985 / 1280 * 100%);
    margin: 0 auto 50px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}
.item_k.on{
    opacity: 1;
    transform: translateY(0);
}

.caution{
    width: calc(985 / 1280 * 100%);
    margin: 0 auto 50px;
    font-size: 10px;
    text-align: justify;
}
.caution span{
    color: #f00;
}

.block_catalogue{
	width: calc(985 / 1280 * 100%);
	margin: 0 auto;
}
.block_catalogue .btn{
	text-align: center;
	margin-bottom: 55px;
}
.block_catalogue .caution_catalogue{
    font-size: 10px;
    text-align: justify;

}



/* SP　style */
@media screen and (max-width:767px){
	.pc{
		display: none;
    }
    .mv_sp{
        position: relative;
    }
    .mv_sp .mv_logo01{
        position: absolute;
        width: calc(260 / 1170 * 100%);
        top: calc(90 / 630 * 100%);
        left: calc(455 / 1170 * 100%);
        opacity: 0;
        transition-property: opacity, left;
        transition-duration: 1.2s, .8s;
        transition-timing-function: ease, ease-in-out;
        transition-delay:  0s, 1.5s;
        z-index: 2;
    }
    .mv_sp .mv_logo02{
        position: absolute;
        width: calc(340 / 1170 * 100%);
        top: calc(175 / 630 * 100%);
        left: calc(415 / 1170 * 100%);
        opacity: 0;
        transition-property: opacity, left;
        transition-duration: 1.2s, .8s;
        transition-timing-function: ease, ease-in-out;
        transition-delay:  0s, 1.5s;
        z-index: 2;
    }
    .mv_sp.on .mv_logo01{
        opacity: 1;
        left: calc(90 / 1170 * 100%);
    }
    .mv_sp.on .mv_logo02{
        opacity: 1;
        left: calc(90 / 1170 * 100%);
    }
    .mv_sp .mv_body{
        position: absolute;
        width: calc(895 / 1170 * 100%);
        right: -5%;
        top: 5%;
        transform: translateX(100%);
        transition: transform 1.2s;
        z-index: 2;
        transition-delay: 2.2s;
    }
    .mv_sp.on .mv_body{
        transform: translateX(0);
    }
    .mv_sp:after{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #0f1421;
        transform: scale(1,1);
        transform-origin: left bottom;
        transition: transform 1.5s ease-in-out;
        transition-delay: 1.5s;
        z-index: 1;
    }
    .mv_sp.on:after{
        transform: scale(1,0);
    }


    .item_a{
        width: calc(985 / 1170 * 100%);
        margin: 0 auto 20px;
        position: relative;
        z-index: 0;
    }
    .item_b{
        width: calc(985 / 1170 * 100%);
        margin: 0 auto 20px;
    }
    .block_togglelist{
        width: calc(985 / 1170 * 100%);
        margin: 0 auto 50px;
    }
    .block_togglelist .each{
        margin-bottom: 20px;
    }
    .block_togglelist .each .btn_toggle{
        position: relative;
        background: none;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0;
    }
    .block_togglelist .each .btn_toggle .toggle_arrow{
        position: absolute;
        right: 0;
        top: calc(32 / 109 * 100%);
        width: calc(44 / 985 * 100%);
    }
    .block_togglelist .each.on .toggle_arrow{
        transform: rotate(90deg);
    }
    .block_togglelist .each .content{
        max-height: 0;
        overflow: hidden;
        transition: .5s;
    }
    .block_togglelist .each.on .content{
        max-height: 1000px;
    }


}

@media screen and (min-width:768px){
	.sp{
		display: none;
	}
}


.nav_acc{
    background: url(../img/thor/bg_acc.png) no-repeat center center;
    background-size: cover;
    padding: 130px 0 125px;
}
.nav_acc .nav_title{
    text-align: center;
    margin-bottom: 45px;
}
.nav_acc .nav_list{
    width: calc(910 / 1280 * 100%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav_acc .nav_list li{
    width: calc(444 / 910 * 100%);
}
.nav_acc .nav_list li:nth-child(n+3){
    margin-top: 20px;
}
.nav_acc .nav_list li img:hover{
	opacity: 1;
}
@media screen and (max-width:767px){
.nav_acc{
    background: url(../img/thor/bg_acc_sp.png) no-repeat center center;
    background-size: cover;
    padding: calc(148 / 1170 * 100%) 0 calc(156 / 1170 * 100%);
}
.nav_acc .nav_title{
    width: calc(900 / 1170 * 100%);
    margin: 0 auto calc(60 / 1170 * 100%);
}
.mfp-bg{
	background: #000 !important;
	opacity: 0.9 !important;
}
.mfp-figure:after{
	box-shadow: none !important;
	background: none !important;
}
.mfp-image-holder .mfp-content{
	width: calc(1007 / 1170 * 100%);
	margin: 0 auto;
}
}

.slide-prev{
    position: absolute;
    left: calc(-56 / 1280 * 100%);
    top: 50%;
    z-index: 1000;
}
.slide-next{
    position: absolute;
    right: calc(-56 / 1280 * 100%);
    top: 50%;
    z-index: 1000;
}