.row{
    max-width: 1200px;
    margin: 0 auto;
}
.adidas-sis {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main-ttl{
    font-family: "adineuePRO", 'Poppins', sans-serif;
    font-size: 6.625em;
    text-align: center;
    padding: 100px 0 0 0;
}

.main-jp-ttl{
    display: block;
    font-size: 14px;
    font-weight: 900;
    font-family: source-han-sans-japanese, sans-serif;
}

.sub-ttl{
    text-align: center;
    font-size: 1.8em;
    margin: 50px auto 15px;  
}

.catch .txt-box{
    max-width: 860px;
    margin: 0 auto 25px;
    line-height: 1.8;
	text-align:center;
}

.feature-navi ul{
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-navi ul li{
    width: 30%;
}

.feature-navi ul li a{
    display: block;
    padding: 1rem;
    text-align: center;
    border: 1px solid #121212;
    transition: 0.3s;
}

.feature-navi ul li a:hover{
    background: #121212;
    color: #ffffff;
}
.gallery{
    overflow: hidden;
    margin: 50px 0;
}
.gallery ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.gallery ul li{
    width: 33.3%;
    overflow: hidden;
}
.gallery ul li img{
transition: 0.5s;
display: block;
}

.gallery ul li img:hover{
	transform: scale(1.1, 1.1);
}
.brand-ttl{
    position: relative;
    width: 100%;
    overflow: hidden;
	text-align:center;
	padding-top:50px;
}
.brand-ttl .brand-ttl-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.375rem 0;
}

.brand-ttl .brand-ttl-wrap li{
    width: 50%;
    color: #ffffff;
}

.brand-ttl .brand-ttl-wrap li:nth-child(1){
    text-align: center;
}

.brand-ttl .ttl-bk{
    background: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.brand-ttl .brand-catch{
    font-size: 1.75em;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.brand-ttl .brand-txt{
    font-size: 1em;
    font-weight: 500;
}

.product-wp{
    position: relative;
    margin: 40px auto 0;
    max-width: 1200px;    
}

.product-ttl{
    font-size: 20px;
    font-weight: 700;
	margin:0 auto;
}

.product-wp .product-tec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom:60px;
}

.product-wp .product-tec:nth-child(even){
    flex-direction: row-reverse;
}

.product-wp .product-tec li:nth-child(1){
    width: 50%;
}
.product-wp .product-tec li:nth-child(2){
    width: 50%;
}
.product-txtbox{
	margin-bottom:30px;
	font-weight:bold;
	font-size: 26px;
}

.product-tec img{
	border:1px solid #eee;
/*	margin-top: -115px;*/
}

.product-catch{
    display: block;
    font-weight: 700;
    font-size: 1.15em;
    margin: 20px 0;
}


.sub_interview-ttl{
    font-size: 18px;
    font-weight: 700;
	margin:0 auto -20px auto;
	text-align: center
}


.lineup{
    padding:0;
}

.lineup-ttl{
    font-size: 1.75em;
    margin: 0 0 40px 0;
    font-weight: 700;
    text-align: center;
}

.lineup-list{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lineup-list-col3{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.lineup-list li{
    max-width: 450px;
    width: 42%;
    margin: 0 0 60px 0;    
}

.lineup-list-col3 li{
    width: 22%;
    margin: 0 10px 60px; 
}

.lineup-list li:nth-last-child(-n+2){
    margin: 0 auto 100px;
}

.lineup-list li p,
.lineup-list-col3 li p{
    text-align: center;
}

.lineup-list li .spec,
.lineup-list-col3 li .spec{
    font-size: 1.2em;
    font-weight: 600;
}
.lineup-list li .eng-name,
.lineup-list-col3 li .eng-name{
    font-size: 1.6em;
    margin: 20px 0;
    color: #222;
	font-weight:bold;
}

.lineup-list li .jp-name2,
.lineup-list-col3 li .jp-name2{
    font-size: 15px;
    margin: 10px 0 15px;
    color: #222;
	font-weight:bold;
}

.lineup-list li .jp-name,
.lineup-list-col3 li .jp-name{
    display: block;
    font-size: 60%;
    font-family: source-han-sans-japanese, sans-serif;
}

.lineup-list li .spike,
.lineup-list-col3 li .spike{
    font-size: 1em;
}

.lineup-list li .price,
.lineup-list-col3 li .price{
    font-size: 1.2em;
    font-weight: 700;
    margin: 30px 0;
}

.lineup-list li .cart-btn a,
.lineup-list-col3 .cart-btn a{
    background: #121212;
    border: 1px solid #121212;
    display: block;
    padding: 1.2rem;
    font-size: 1.125em;
    max-width: 370px;
    margin: 0 auto;
    color: #ffffff;
    transition: .3s;
}

.lineup-list li .cart-btn a:hover,
.lineup-list-col3 .cart-btn a:hover{
    background: #ffffff;
    color: #121212;
}


/*---矢印---*/

.arrow {
    position: relative;
}

.arrow:before {
    width: 30px;
    transform: translate(30px, 0px);
}

.arrow:after {
    width: 10px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
}

.arrow:before,
.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    height: 1px;
    transition: .3s;
}

.other-btn .arrow:before,
.other-btn .arrow:after {
    background: #ffffff;
    right: 50px;
}

.other-btn .arrow:hover.arrow:before,
.other-btn .arrow:hover.arrow:after {
    background: #646464;
}

.view-all {
    background: #646464;
    padding: 50px 0;
}
.view-all .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other-btn{
    max-width: 570px;
    width: 47%;
}

.other-btn a{
    border: 1px solid #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    font-size: 1.28em;
    color: #fff;
    transition: .3s;
}

.other-btn a:hover {
    background: #fff;
    border: 1px solid #646464;
    color: #646464;
}

/*---動画---*/
.movie-wrap{
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 70vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #000;
    overflow: hidden;
    margin: 0 0 100px 0;
}

.background-movie {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    z-index: -2;
    width: calc(100vh * 1.78);
    margin: 0 auto;
    overflow: hidden;
}

#movie-player {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

#sb-wrapper-inner{
    top: 20px !important;
}

/*---//動画---*/




.main-image{
	position:relative;
	max-width:1200px;
	margin:0 auto;
}

.mercurial-interview_bk{
	background:#eee;
}

.mercurial-interview_mainimg-txt{
	font-size:45px;
	font-weight:bold;
	color:#222;
	position:absolute;
	bottom:70px;
	left:30px;
	margin:0 auto;
    letter-spacing: 0px;
}

.mercurial-interview_mainimg-txt .midashi{
	max-width: 1200px;
    position: relative;
    margin: 0 auto 10px;
/*    background: #fff;
    display: inline-block;
    padding: 0 10px 4px;*/
	color:#fff;
text-shadow: 2px 2px 10px #777 ,
-2px 2px 10px #777 ,
2px -2px 10px #777 ,
-2px -2px 10px #777;
}

.mercurial-interview_mainimg-txt .name{
	font-size:18px;
	color:#fff;
text-shadow: 2px 2px 10px #777 ,
-2px 2px 10px #777 ,
2px -2px 10px #777 ,
-2px -2px 10px #777;
	font-weight:normal;
    margin-top: -5px;
    letter-spacing: 2px;
}

.mercurial-interview_mainimg-txt .sub{
	font-size:16px;
	color:#fff;
text-shadow: 2px 2px 10px #777 ,
-2px 2px 10px #777 ,
2px -2px 10px #777 ,
-2px -2px 10px #777;
	font-weight:normal;
	margin-bottom: 20px;
}

.catch{
	font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
	}
	
.mercurial-interview_profile{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
	padding:50px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position:relative;
    justify-content:center;
    margin:0 auto;
}

.mercurial-interview_profile-txt{
	background: #fff;
    padding: 30px;
    margin-top: -30px;
    max-width: 850px;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.mercurial-interview_profile-txt .title{
	font-size:30px;
	font-weight:bold;
	color:#111;
	text-align:left;
	margin-bottom:15px;
}

.mercurial-interview_profile-txt .text{
	font-size:15px;
	color:#111;
	text-align:left;
}

.mercurial-interview_contents-txt{
	background:#fff;
	padding:50px 30px 30px;
}

.product-wp .summary{
    font-size: 25px;}

.slideInLeft .summary{
	margin:0 0 25px 0;
	padding-left:85px;
}

.slideInRight .summary{
	margin:0 0 25px 0;
	padding-right:85px;
}

.slideInLeft .mercurial-interview_contents-txt{
	margin:90px 0 0 -55px;
}

.slideInRight .mercurial-interview_contents-txt{
	margin:40px -70px 0 0;
}


.mercurial-interview_other{
	padding:60px 0 ;
}

.mercurial-interview_other-link{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position:relative;
    justify-content:center;
    margin:0 auto;
	}

.mercurial-interview_other-link div{
	max-width:330px;
	margin:0 30px;
}

.mercurial-interview_other-title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 20px;
}


.mercurial-interview_toptxt{
	font-size:16px;
	max-width:1000px;
	margin:0 auto;
	padding:40px 0 0;
    line-height: 1.8;
}

.mercurial-interview02_toptxt{
	font-size:16px;
	max-width:1000px;
	margin:0 auto;
	padding:40px 0 0;
    line-height: 1.8;
}

.mercurial-interview03_toptxt{
	font-size:16px;
	max-width:1000px;
	margin:0 auto;
	padding:40px 0 0;
    line-height: 1.8;
}


.mercurial-interview_profile-txt .title span{
	margin:0 0 0 10px;
	font-size:15px;
}

.mercurial-interview_profile-txt .text span{
	display:block;
	margin-bottom:15px;
}

.product-q{
    /*font-weight: bold;*/
    color: #666;
    margin-bottom: 15px;
	font-size:14px;
}

.photo02{
	margin-top:-180px;
}

.photo03{
	margin-top:38px;
}

.photo04{
	margin-top:-100px;
}

.photo05{
	margin-top:70px;
}

.photo06{
	margin-top:-100px;
}



.vol2-photo02{
	margin-top:-70px;
}

.vol2-photo03{
	margin-top:40px;
}

.vol2-photo04{
	margin-top:-50px;
}

.vol2-photo05{
	margin-top:-85px;
}

.vol2-photo06{
	margin-top:-20px;
}



.vol3-photo02{
	margin-top:-35px;
}

.vol3-photo03{
	margin-top:5px;
}

.vol3-photo04{
	margin-top:40px;
}

.vol3-photo05{
	margin-top:43px;
}

.vol3-photo06{
	margin-top:-20px;
}



.product-atogaki{
	margin: 45px 0 10px;
    border-top: 1px solid #111;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.product-atogaki-txt{
	font-size:15px;
	color: #444;
}

.mercurial-interview_profile .img{
	margin-right:-200px;
}

.mercurial-interview_link-shoes{
	padding-bottom:100px;
}

.mercurial-interview_linkbnr{
	max-width:1000px;
	margin:0 auto;
	width:90%;
}

.mercurial-interview_other-title2{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 20px;
}


.mercurial-interview_other-link p{
	text-align: center;
    margin-top: 5px;
	font-weight:bold;
}
.mercurial-interview_other-link span{
	font-size:11px;
	margin-left:10px;
	font-weight:normal;
}

.mercurial-creator_intro{
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

.mercurial-creator_intro-p02{
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

.mercurial-creator_intro-bk{
	background-color: rgba(25, 25, 25, 0.9);
	width:275px;
	position:absolute;
	top:-47px;
	right:60px;
	padding:30px;
}

.mercurial-creator_intro-bk div{
	color:#fff;
}





.mercurial-creator_intro01-bk{
	background-color: rgba(25, 25, 25, 0.9);
	width:280px;
	position:absolute;
	top:-135px;
	right:60px;
	padding:30px;
}

.mercurial-creator_intro01-bk div{
	color:#fff;
}


.mercurial-creator_intro03-bk{
	background-color: rgba(25, 25, 25, 0.9);
	width:275px;
	position:absolute;
	top:-47px;
	right:60px;
	padding:30px;
}

.mercurial-creator_intro03-bk div{
	color:#fff;
}


.mercurial-creator_intro01{
	font-weight:bold;
	border-bottom:2px solid #ccc;
	padding-bottom:20px;
}

.mercurial-creator_intro01-sub{
    font-size: 12px;
    margin-bottom: 10px;
}

.mercurial-creator_intro01-ttl{
	font-size:19px;	
}

.mercurial-creator_intro01-date{
	font-size: 14px;
    font-weight: normal;
    margin-top: 18px;
    color: #ccc;
}


.mercurial-creator_intro02{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position:relative;
    justify-content:left;
    margin:0 auto;
	align-items: center;
	font-weight:bold;
	margin-top: 18px;
	}

.mercurial-creator_intro02-number{
	font-size:60px;
	margin-right:20px;
}

.mercurial-creator_intro02-name{
	font-size:21px;
	line-height:1.7;
}

.mercurial-creator_intro02-name .txt-small{
	font-size:15px;
	margin-left:5px;
}

.mercurial-creator_intro02-name .director{
	font-size:13px;
	font-weight:normal;
	display:block;
}

.mercurial-interview_bk .place-date{
    color: #777;
    margin-bottom: 20px;
}


.other-interview{
    padding: 40px 0 90px;
}

.other-interview .ttl{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.mercurial-interview_other-link .title{
	font-size:12px;
	display:block;
	font-weight:normal;
	margin-top:5px;
}

.other-interview .mercurial-interview_other-link{
	margin-top:40px;
}


.top-link{
	padding-bottom:150px;
}

.toplink .toplink-bnr{
    max-width: 800px;
    margin: 0 auto;
}

.toplink .toplink-bnr img{
	border-radius:15px;
}

.toplink .toplink-txt{
    font-size: 18px;
    text-align: center;
    padding: 20px 0 30px;
}

.toplink .toplink-txt span{
    font-size: 16px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.toplink .toplink-btn a{
	font-size: 20px;
    color: #fff;
    border-radius: 40px;
    padding: 20px 0;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    display: block;
    background: #222;
	text-align:center;
}

.toplink .toplink-btn a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	margin-right:5px;
}

.toplink .toplink-btn a:hover{
    background: #666;
}


.phantom-interview_link-shoes{
	padding-bottom:40px;
}

.phantom-interview_linkbnr{
	max-width:1000px;
	margin:0 auto;
	width:90%;
}

.phantom-interview_linkbnr img{
	margin:0 auto;
}

.phantom-interview_other-title2{
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 20px;
}

.phantom-interview_other-link{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position:relative;
    justify-content:center;
    margin:0 auto;
	}

.phantom-interview_other-link div{
	max-width:600px;
	margin:0 30px;
}

.phantom-interview_other-link p{
	text-align: left;
    margin-top: 5px;
	font-weight:bold;
}
.phantom-interview_other-link span{
	font-size:11px;
	margin-left:10px;
	font-weight:normal;
}




.contents01{
	text-align:center;
}

.contents01{
	padding:10px 0 70px;
	max-width:1000px;
	margin:0 auto;
}




.contents-txt{
	font-size: 15px;
    padding: 15px 0 25px;
    text-align: center;
    line-height: 1.8;
}

.contents01 .contents-btn a{
	font-size: 20px;
    color: #fff;
    border-radius: 40px;
    padding: 25px 0;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    background: #222;
}

.contents01 .contents-btn a:before{
	content: '\f105';
	display: inline-block;
	font-family: FontAwesome;
	margin-right:5px;
}

.contents01 .contents-btn a:hover{
    background: #666;
}



.contents-btn_coming{
	font-size: 20px;
    color: #sss;
    border-radius: 40px;
    padding: 25px 0;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    background: #fff;
	border: 2px solid #222;
}


.hacobune-app-container{
	max-width:none !important;
	padding:0 !important;
}

.hacobune-unit-video-outline{
	padding:0 !important;
}





/*-----------------------------------
スマホ用はここから
-------------------------------*/

@media screen and (max-width:768px) {
    .main-ttl{
        font-size: 5em; 
    }
    .feature-navi,.catch{
        padding: 0 10px;
    }

    .feature-navi ul li{
        width: 48%;
        margin: 0 0 10px 0;
    }
    .feature-navi ul li a{
        padding: .8rem;
    }

.gallery{
	margin:35px 0;
}

    .gallery ul {
        display: block;
        white-space: nowrap;
        padding-left: 10px;
    }

    .gallery ul li {
        display: inline-block;
        width: 70%;
        padding-right: 10px;
    }

    .gallery ul li:last-child{
        padding-left: 10px;
    }
    .lineup-list-col3{
        padding: 0 0 60px 0;
    }

    .lineup-list li{
        width: 90%;
        max-width: 450px;
        margin: 0 auto;
    }

    .lineup-list-col3 li{
        width: 45%;
        margin: 0 auto 40px;
    }
    .lineup-list-col3 .cart-btn a{
        padding: .8rem;
    }

    .lineup-list li:nth-last-child(-n+2){
        margin: 0 auto 60px;
    }

    .brand-ttl .brand-ttl-wrap li{
        width: 90%;
        margin: 0 auto 30px;
    }
	
	.product-wp .product-tec{
	margin-bottom:0;
	}
	
    .product-wp .product-tec li:nth-child(1),
    .product-wp .product-tec li:nth-child(2){
        width: 100%;
/*        max-width: 600px;*/
    }
    
    .view-all {
        padding: 50px 0 30px 0;
    }

    .other-btn{
        max-width: 570px;
        width: 90%;
        margin: 0 auto 20px;
    }
   
   .lineup-list li .eng-name,
.lineup-list-col3 li .eng-name{
    font-size: 18px;
}

/*.product-tec img{
	width:90%;
}*/


.mercurial-interview_mainimg-txt{
	font-size:30px;
	top:auto;
	bottom:25px;
	left:15px;
/*	max-width:85%;*/
	letter-spacing:1px;
	line-height: 1.1;
}

.mercurial-interview_mainimg-txt .midashi{
    /*padding: 0 7px 4px;*/
	margin: 0 auto 7px;
}

.mercurial-interview_mainimg-txt .name{
    font-size: 14px;
    letter-spacing: 1px;
	margin-top:13px;
}


.mercurial-interview_mainimg-txt .sub{
	font-size:15px;
	margin-bottom: 13px;
}

.mercurial-interview_profile-txt{
	/*width:80%;*/
    padding: 15px;
    top: 110px;
    left: 0;
    bottom: auto;
}

.mercurial-interview_profile-txt .title{
	margin-bottom:5px;
	font-size:22px;
}

.product-wp .summary{
    font-size: 18px;}

.slideInLeft .summary{
	margin: 15px 0 25px;
    padding: 0px 10px 0 40px;
}

.slideInRight .summary{
	margin:15px 0 25px;
    padding: 0px 40px 0 10px;
}

.mercurial-interview_contents-txt{
	padding:40px 20px 20px;
}

.slideInLeft .mercurial-interview_contents-txt{
	margin: 0 0 80px;
}

.slideInRight .mercurial-interview_contents-txt{
	margin: 0 0 80px 0;
}

/*.slideInLeft{
	text-align:right;
}*/

.mercurial-interview_other-title{
    font-size: 30px;
}

.mercurial-interview_other-link{
    justify-content:space-between;
	width:90%;
	}

.mercurial-interview_other-link div{
	width:48%;
	margin:0;
}

.mercurial-interview_profile-txt .text{
	font-size:13px;
}

.product-ttl{
    font-size: 16px;
    font-weight: 700;
	margin: 0 auto 15px;
}

	
.sub_interview-ttl{
    font-size: 14px;
    font-weight: 700;
	margin:0 auto 15px auto;
	text-align: center
}
	
.product-wp{
    margin: 70px auto 0;
}

.mercurial-interview_toptxt{
	padding:245px 20px 0;
	font-size:15px;
}

.mercurial-interview02_toptxt{
	padding:165px 20px 0;
	font-size:15px;
}

.mercurial-interview03_toptxt{
	padding:180px 20px 0;
	font-size:15px;
}

.mercurial-interview_profile-txt .title span{
	font-size:13px;
}

.photo02{
	margin-top:-20px;
}

.photo03{
	margin-top:0;
}

.photo04{
	margin-top:0;
}

.photo05{
	margin-top:0;
}

.photo06{
	margin-top:0;
}


.vol2-photo02, .vol2-photo03, .vol2-photo04, .vol2-photo05, .vol2-photo06{
	margin-top:0;
}

.vol3-photo02, .vol3-photo03, .vol3-photo04, .vol3-photo05, .vol3-photo06{
	margin-top:0;
}

.mercurial-interview_profile .img{
	margin-right:0;
}

.mercurial-interview_other-title2{
    font-size: 20px;
}

	
.mercurial-creator_intro{
	margin:0 auto 40px;
}
	
.mercurial-creator_intro-p02{
	margin:0 auto 80px;
}
	
	
.mercurial-creator_intro-bk{
    width: 270px;
    top: -35px;
    right: 10px;
    padding: 20px;
}

.mercurial-creator_intro01-bk{
    width: 270px;
    top: -28px;
    right: 10px;
    padding: 20px;
}

.mercurial-creator_intro03-bk{
    width: 275px;
    top: -43px;
    right: 10px;
    padding: 20px;
}

.vol2 .mercurial-creator_intro-bk{
    width: 240px;
    top: -80px;
    left: 10px;
    padding: 20px 20px 20px;
}


.mercurial-creator_intro02-number{
	font-size:46px;
	margin-right:12px;
}

.mercurial-creator_intro01-sub{
	margin-bottom:0;
}

.contents02{
    padding: 90px 0 20px;
}

.contents02 .ttl{
    font-size: 25px;
}

.toplink .toplink-bnr{
	width:90%;
}

.toplink .toplink-btn a{
	font-size: 17px;
}

.toplink .toplink-txt{
    font-size: 15px;
}

.phantom-interview_other-title2{
    font-size: 20px;
}
	
	
.phantom-interview_other-link{
    justify-content:center;
	width:90%;
	margin: 0 auto;
	}

.phantom-interview_other-link div{
	width:90%;
	margin:0;
}	
	
	
	
.contents01{
	width:90%;
}
	
.contents01{
	padding:10px 0 30px;
}
	
.contents-txt{
	font-size: 14px;
    text-align: left;
}
	
.contents01 .contents-btn a{
	font-size: 17px;
    width: 100%;
}
	
	
.contents-btn_coming{
	font-size: 17px;
    width: 100%;
}
	
	
.other-interview{
    padding: 10px 0 90px;
}
	
.other-interview .ttl{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
	


.product-txtbox{
	margin-bottom:30px;
	font-weight:bold;
	font-size: 22px;
}
	
	
	
	
	
	
	
	

}

@media screen and (max-width:480px) {

    .main-ttl{
        font-size: 3.5em;
        padding: 60px 0 0 0; 
    }

    .main-jp-ttl{
        margin: 20px 0 0 0;  
    }

    .feature-navi ul li a{
        padding: .5rem;
    }

    .brand-ttl .brand-catch{
        font-size: 1.5em;
    }

    .lineup-list li .cart-btn a{
        width: 85%;
    }

    .brand-ttl .brand-ttl-wrap{
        padding: 3rem 10px;
    }

    .lineup-list li .eng-name{
        margin: 15px 0;  
    }

    .lineup-list li .price{
        margin: 15px 0;
    }

    .view-all{
        padding: 40px 0 20px 0;
    }

    /*---動画---*/
    .movie-wrap{
        height: 232px;
    }
    .background {
        width: 100%;
    }

.product-wp .product-tec li:nth-child(1), .product-wp .product-tec li:nth-child(2){
	margin:0 auto -5px;
	width:90%;
}

}

@media screen and (max-width:375px) {
    .main-ttl{
        font-size: 3em; 
    }

    .sub-ttl{
        margin: 30px auto;
        font-size: 1.5em;
    }

     /*---動画---*/
    .movie-wrap{
        height: 210px;
    }
}

@media screen and (max-width:360px) {
    .movie-wrap{
        height: 200px;
    }
}

@media screen and (max-width:320px){
    .main-ttl{
        font-size: 2.5em; 
    }

     /*---動画---*/
    .movie-wrap{
        height: 180px;
    }
} 

/*----スクロールアニメ----*/
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.wow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*----//スクロールアニメ----*/