@charset "utf-8";


.fadein {
	position: relative;
	top: 60px;
	left: 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: 1s;
}

.fadein.on {
	position: relative;
	top: 0;
	left: 0;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: 1s;
}

main #container section.insta {
	background-color: #fff;
    }


/* *****************************************************************************
   PC用のスタイル記述
***************************************************************************** */
@media screen and (min-width: 769px), print {
	.spbr {
		display: none;
	}

	.sp{
		display: none;
	}
	
	main {
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif !important;
	}

	main #container{
		border-left: 8px solid #D94D30;
    		height: 100%;
    		background-color: #C9D0D0;
	}

	main #container .mainimg {
		position: relative;
		background: url("../images/look_main.webp") no-repeat;
		background-size: contain;
        background-position: 0 109px;
        height: 119vh;
	}
	
	main #container .mainimg::before {
		content: "";
		padding-top: 45.4%;
		display: block;
	}
	
	main #container .mainimg #looktitle {
		position: absolute;
    	top: calc(50% - 70px);
    	left: calc(50% - 115px);
		color: #fff;
		text-align: left;
		line-height: normal;
	}

	main #container .backbtn{
	position: fixed;
        top: 4% !important;
        right: 2%;
        z-index: 1;
        font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
        font-size: 10px;
	}


	main #container .backbtn p::before {
        content: "";
        width: 12px;
        height: 15px;
        margin-right: 7px;
        padding-bottom: 0;
        background: url(../../shared/images/ico_back.svg) no-repeat;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
    }


	main #container .mainimg #looktitle {
		position: absolute;
		top: 4.5%;
       left: 7%;
	}
	
	main #container .mainimg #looktitle h1 {
		font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
		font-size: 19px;

	}
	
	main #container .mainimg #looktitle h1 img {
      width: 140px;
		height: auto;
	}


	
	/* look */
	main #container section.look {
		background-color: #C9D0D0;
		padding: 0 0 2vw;
		text-align: center;
	}
	
	main #container section.look img {
		width: 100%;
		height: auto;
	}
	
	.looklink {
	position: relative;
    top: -93px;
    left: -74px;
 }

	
	/* style1
	----------------------------------------------------------------------------------*/
	
	main #container section.look .style1 {
		position: relative;
		height: 105vw;
		margin: -2vw 0 0 0;
	}
	

	main #container section.look .style1 li {
		position: absolute;
	}
	
	main #container section.look .style1 li:nth-child(1) {
		top: 0;
        right: 0;
        width: 62%;
		}
	
	main #container section.look .style1 li:nth-child(2) {
top: 47.8%;
        right: 16%;
        width: 46%;
	}



	
	/* style2
	----------------------------------------------------------------------------------*/
	main #container section.look .style2 {
		position: relative;
		height: 105vw;
		margin: 0;
	}
	
	main #container section.look .style2 li {
		position: absolute;
	}
	
	main #container section.look .style2 li:nth-child(1) {
		top: 0;
        left: 16%;
        width: 68%;
    }
	
	main #container section.look .style2 li:nth-child(2) {
        top: 52.1%;
        width: 46%;
        left: 16%;
	}
	
	/* style3
	----------------------------------------------------------------------------------*/
	main #container section.look .style3 {
		position: relative;
		height: 105vw;
		margin: 0;
	}
	
	main #container section.look .style3 li {
		position: absolute;
	}
	
	main #container section.look .style3 li:nth-child(1) {
		top: 0;
        right: 0;
        width: 60%;
	}
	
	main #container section.look .style3 li:nth-child(2) {
top: 46.4%;
        right: 14%;
        width: 46%;
	}
	

	/* style4
	----------------------------------------------------------------------------------*/
	
	main #container section.look .style4 {
		position: relative;
		height: 200vw;
		margin: 0;
	}
	
	main #container section.look .style4 li {
		position: absolute;
	}
	
	main #container section.look .style4 li:nth-child(1) {
	    	top: 0;
        right: 14%;
    		width: 62%;
	}
	
	main #container section.look .style4 li:nth-child(2) {
        top: 25.8%;
        left: 24%;
        width: 46%;
	}
	
	main #container section.look .style4 li:nth-child(3) {
	top: 46%;
        width: 46%;
        left: 24%;
	}

		main #container section.look .style4 li:nth-child(4) {
        top: 69.8%;
        left: 40%;
        width: 46%;
	}
	
	/* style5
	----------------------------------------------------------------------------------*/
	main #container section.look .style5 {
		position: relative;
		height: 105vw;
        	margin: -10% 0 0 0;
	}
	
	main #container section.look .style5 li {
		position: absolute;
	}
	
	main #container section.look .style5 li:nth-child(1) {
	    	top: 0;
        left: 22%;
        width: 64%;
	}
	
	main #container section.look .style5 li:nth-child(2) {
        top: 49.1%;
        left: 40%;
        width: 46%;
	}
	

	

	/* style6
	----------------------------------------------------------------------------------*/
	main #container section.look .style6 {
		position: relative;
		height: 121vw;
		margin: 0;
	}
	
	main #container section.look .style6 li {
		position: absolute;
	}
	
	main #container section.look .style6 li:nth-child(1) {
	    	top: 0;
    		left: 0;
    		width: 86%;
	}
	
	main #container section.look .style6 li:nth-child(2) {
	top: 49.3%;
        left: 26%;
        width: 60%;
	}
	

	/* style7
	----------------------------------------------------------------------------------*/
	
	main #container section.look .style7 {
		position: relative;
		height: 105vw;
		margin: 0;
	}
	

	main #container section.look .style7 li {
		position: absolute;
	}
	
	main #container section.look .style7 li:nth-child(1) {
			top: 0;
       left: 26%;
			width: 60%;
	}
	
	main #container section.look .style7 li:nth-child(2) {
	top: 46.3%;
        left: 40%;
        width: 46%;
	}


	/* style8
	----------------------------------------------------------------------------------*/
	
	main #container section.look .style8 {
		position: relative;
		height: 121vw;
		margin: 0;
	}
	

	main #container section.look .style8 li {
		position: absolute;
	}
	
	main #container section.look .style8 li:nth-child(1) {
	top: 0;
        right: 0;
        width: 74%;
	}
	
	main #container section.look .style8 li:nth-child(2) {
	top: 49.4%;
        right: 28%;
        width: 46%;
	}



	/* style9
	----------------------------------------------------------------------------------*/
	
	main #container section.look .style9 {
		position: relative;
		height: 105vw;
		margin: 0;
	}
	

	main #container section.look .style9 li {
		position: absolute;
	}
	
	main #container section.look .style9 li:nth-child(1) {
		top: 0;
		left: 12%;
		width: 60%;
	}
	
	main #container section.look .style9 li:nth-child(2) {
        top: 46.3%;
        left: 12%;
    	width: 46%;
	}

	/* img2
	----------------------------------------------------------------------------------*/
	main #container section.look .img2 {
		position: relative;
        padding: 0% 6% 5% 38%;
		text-align: left;
	}

	main #container section.look .img2 img {
		height: auto;
	}

	
	#look-box {
		position: fixed;
      		top: 80% !important;
      		left: 86%;
    		text-align: left;
    		z-index: 10;
		display: none;
		letter-spacing: 0.05em;
	}
	
	#look-box .products {
		
	}
	
	#look-box .products > div > p.code {
		font-size: 10px;
		font-weight: bold;
		font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	}
	
	#look-box .products > div > p.en {
    		font-size: 19px;
   		font-weight: bold;
 		margin: 9px 0 4px 0;
   		line-height: 1em;
   		font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
   		letter-spacing: 0.05em;
	}
	
	#look-box .products > div > p.jp {
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 15px 0;
	}
	

	/* collection
	----------------------------------------------------------------------------------*/
	main #container section.collection {
        	background: #fff;
        	padding-top: 70px;
	}


	main #container section.collection h2 {
		margin-bottom: 70px;
	}

	main #container section.collection h2 img {
		display: block;
		margin: auto;
	}

	main #container section.collection h2 .img1 {
		width: 111px;
		margin-bottom: 10px;
	}

	main #container section.collection h2 .img2 {
        	width: 200px;
	}

	main #container section.collection ul {
		display: -webkit-flex;
        	display: flex;
        	flex-wrap: wrap;
		width: 1100px;
		margin: 0 auto
	}

	main #container section.collection ul li {
		width: 259px;
		margin: 0 53px 60px;
		font-size: 12px;
        	font-weight: bold;
        	font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	}

	main #container section.collection ul li .detail .title {
		border-bottom: 1px solid;
	}

	main #container section.collection ul li .detail .price-detail {
		display: flex;
        	justify-content: space-between;
	}
	
		main #container section.collection ul li .detail span {
	    	font-size: 11px;
        	color: #9d9b9b;
	 }


	main #container section.collection ul li p.sneakers {
		width: 242px;
		margin: 0 0 20px 0;
	}

	main #container section.collection ul li a {
		transition: .3s;
	}

	/*main #container section.collection ul li a:hover {
		color: #000 !important;
	}
	
	main #container section.collection ul li a:hover {
		opacity: 0.7;
	}*/

	/* style
	----------------------------------------------------------------------------------*/
	#look-box .products > div.style {
		display: none;
	}
	
	#look-box .products > div.style.style1 {
		display: block;
	}
	
	#look-box .bt-onlineshop {
		font-size: 11px;
		font-weight: bold;
		line-height: 1.4em;
		margin-top: 2px;
	}


	#look-box .bt-onlineshop a {
		padding-right: 1px;
		display: none;
		margin-bottom: 6px;
		font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	}
	#look-box .bt-onlineshop a:first-child {
		display: block;
		margin-top: 1px;
	}

	#look-box .bt-onlineshop a span{
		border-bottom: 1px solid #000;
}

	#look-box .bt-onlineshop a::before{
		content: "";
		width: 13px;
      height: 9px;
      margin: 0 5px 0 2px;
      padding-bottom: 5px;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}


	#look-box .bt-onlineshop a:nth-child(1)::before{
		background-color: #F1E8D8;
      border: 1px solid #bebebe;
	}
	#look-box .bt-onlineshop a:nth-child(2)::before{
		background-color: #000;
      border: 1px solid #000;
	}
	#look-box .bt-onlineshop a:nth-child(3)::before{
		background-color: #b7b7b7;
      border: 1px solid #b7b7b7;
	}
	#look-box .bt-onlineshop a:nth-child(4)::before{
		background-color: #000;
      border: 1px solid #000;
	}


	#look-box .bt-onlineshop a:nth-child(5)::before{
		background-color: #fff;
	}

	#look-box .bt-onlineshop a:nth-child(6)::before{
		background-color: #000;
	}


	#look-box .bt-onlineshop a:nth-child(7)::before{
		background-color: #c9ccce;
      border: 1px solid #908d8d;
	}

	#look-box .bt-onlineshop a:nth-child(8)::before{
		background-color: #dfdfc8;
	}
	#look-box .bt-onlineshop a:nth-child(9)::before{
		background-color: #000;
	}

	#look-box .bt-onlineshop a:nth-child(10)::before{
		background-color: #F1E8D8;
	}


	#look-box .bt-onlineshop a:nth-child(11)::before{
		background-color: #97abab;
	}


	#look-box .bt-onlineshop a.off {
		color: #868686;
		border-bottom: none;
		cursor: default;
	}

    #look-box .bt-onlineshop a.off span {
    	border-bottom: none;
    }

    #look-box .bt-onlineshop a.off:hover {
		color: #000 !important;
	}

	#look-box .bt-onlineshop a.off::before {
		display: none;
	}
	
	#look-box .bt-onlineshop a.off:hover::before {
		display: none;
	}


	/*#look-box .bt-onlineshop a:hover::before {
		background: url("../../shared/images/ico_cart_over.svg") no-repeat;
		background-size: contain;
	}
	
	#look-box .bt-onlineshop a:hover::before {
		background: url("../../shared/images/ico_cart_over.svg") no-repeat;
		background-size: contain;
	}*/
	


	/*#look-box .bt-onlineshop a.off {
		color: #868686;
		border-bottom: none;
		cursor: default;
	}
	#look-box .bt-onlineshop a.off::before {
		background: url("../../shared/images/ico_cart_gray.svg") no-repeat;
		background-size: contain;
	}
	
	#look-box .bt-onlineshop a.off:hover::before {
		background: url("../../shared/images/ico_cart_gray.svg") no-repeat;
		background-size: contain;
	}*/
	
	
	#scrollbox {
		position: fixed;
		bottom: 0;
		right: 5%;
		text-align: center;
		height: 36px;
		z-index: 11;
	}

	#scrollbox::before {
		position: absolute;
		top: -5.3em;
		left: -1em;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;
		content: "SCROLL";
		z-index: 12;
		color: #fff;
		font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}

	#scrollbox .bar {
		position: absolute;
		bottom: 36px;
		right: 0;
		width: 3px;
		height: 0;
		background-color: #fff;
		z-index: 1;
	}

	#scrollbox .bg {
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 33px;
		z-index: 0;
	}
	
	
	/* contact */
	main #container section.contact {
		padding: 60px 0;
		background-color: #dce2e1;
		text-align: center;
	}
	
	main #container section.contact .bt-contact a {
		font-size: 18px;
		font-weight: bold;
		line-height: 1em;
	}
	
	main #container section.contact .bt-contact a::before {
		content: "";
		width: 32px;
		height: 23px;
		margin-right: 13px;
		margin-top: -4px;
		background: url("../shared/images/ico_mail.svg") no-repeat;
		background-size: cover;
		vertical-align: middle;
		display: inline-block;
	}
	main #container section.contact .bt-contact a:hover::before {
		background: url("../shared/images/ico_mail_over.svg") no-repeat;
		background-size: cover;
	}

	footer {
		z-index: 11;
	}
	
	
}


/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 769px) {

	.pc{
		display: none;
	}

	/* look */

	main {
		font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	}


    	main #container {
        border-left: 4px solid #D94D30;
        background-color: #C9D0D0;
    	}

	main #container .mainimg {
		position: relative;
		background: url("../images/look_sp.webp") no-repeat;
        	background-size: contain;
       		background-position: 31px 134px;
        	height: 722px;
	}

	main #container .mainimg::before {
		content: "";
		padding-top: 140.33%;
		display: block;
	}
	
	main #container .mainimg #looktitle {
		position: absolute;
        top: 7%;
        left: 11%;
        width: 22%;
	}
	
	main #container .mainimg #looktitle h1 {
		width: 100%;
	}
	
	main #container .mainimg #looktitle h1 img {
		width: 100%;
	}

	
	/* look */
	main #container section.look {
		padding: 0 0 20.47vw;
		text-align: center;
	}
	
	main #container section.look img {
		width: 100%;
		height: auto;
	}
	

	main #container .backbtn{
	position: fixed;
    	top: 2% !important;
    	right: 2%;
    	z-index: 1;
    	font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
    	font-size: 8px;
}

	main #container .backbtn p::before {
        content: "";
        width: 10px;
        height: 12px;
        margin-right: 7px;
        padding-bottom: 0;
        background: url(../../shared/images/ico_back.svg) no-repeat;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
    }

	
	/* style1
	----------------------------------------------------------------------------------*/
	
	main #container section.look .style1 {
		position: relative;
		padding-top: 15vw;
	}
	
	
	main #container section.look .style1 li {
		position: relative;
	}
	
	main #container section.look .style1 li:nth-child(1) {
        margin-top: 0;
    	width: 100%;
		left: 0;
	}
	
	main #container section.look .style1 li:nth-child(2) {
		margin-top: 1.67vw;
	left: 20%;
        width: 80%;
		z-index: 1;
	}
	



	/* style2
	----------------------------------------------------------------------------------*/
	main #container section.look .style2 {
		position: relative;
		margin: 20vw 0 0 0;
	}
	
	main #container section.look .style2 li {
		position: relative;
	}
	
	main #container section.look .style2 li:nth-child(1) {
		margin-top: 0;
    	width: 100%;
		left: 0;
	}
	
	main #container section.look .style2 li:nth-child(2) {
		margin-top: 1.67vw;
        left: 0;
        width: 80%;
		z-index: 1;
	}
	
	
	/* style3
	----------------------------------------------------------------------------------*/
	main #container section.look .style3 {
		position: relative;
		margin: 35vw 0 0 0;
	}
	
	main #container section.look .style3 li {
		position: relative;
	}
	
	main #container section.look .style3 li:nth-child(1) {
		margin-top: 0;
    	width: 100%;
		left: 0;
	}
	
	main #container section.look .style3 li:nth-child(2) {
		margin-top: 2vw;
        width: 80%;
		left: 10%;
	}
	

	/* style4
	----------------------------------------------------------------------------------*/
	
	main #container section.look .style4 {
		position: relative;
		margin: 24.8vw 0 0 0;
	}
	
	main #container section.look .style4 li {
		position: relative;
	}
	
	main #container section.look .style4 li:nth-child(1) {
		margin-top: 0;
    	width: 100%;
		left: 0;
	}
	
	main #container section.look .style4 li:nth-child(2) {
		margin-top: 5vw;
    		width: 80%;
		left: 0%;
	}
	
	main #container section.look .style4 li:nth-child(3) {
		margin-top: 0;
		width: 80%;
		left: 0%;
	}
	main #container section.look .style4 li:nth-child(4) {
        margin-top: 9vw;
        width: 60%;
        left: 28%;
	}


	
	/* style5
	----------------------------------------------------------------------------------*/
	main #container section.look .style5 {
		position: relative;
		margin: 22.4vw 0 0 0;
	}
	
	main #container section.look .style5 li {
		position: relative;
	}
	
	main #container section.look .style5 li:nth-child(1) {
		margin-top: 0;
        left: 10%;
        width: 90%;
	}
	
	main #container section.look .style5 li:nth-child(2) {
		margin-top: 2vw;
        width: 80%;
        left: 10%;
	}
	

	/* style6
	----------------------------------------------------------------------------------*/
	main #container section.look .style6 {
		position: relative;
		margin: 25.3vw 0 0 0;
	}
	
	main #container section.look .style6 li {
		position: relative;
	}
	
	main #container section.look .style6 li:nth-child(1) {
		margin-top: 2.67vw;
    	width: 100%;
		left: 0;
	}
	
	main #container section.look .style6 li:nth-child(2) {
		margin-top: 2vw;
    	width: 100%;
		left: 0;
	}
	


	
	/* style7
	----------------------------------------------------------------------------------*/
	main #container section.look .style7 {
		position: relative;
		margin: 25.07vw 0 0 0;
	}
	
	main #container section.look .style7 li {
		position: relative;
	}
	
	main #container section.look .style7 li:nth-child(1) {
		margin-top: 0;
    	width: 100%;
		left: 0;
	}
	
	main #container section.look .style7 li:nth-child(2) {
		margin-top: 2vw;
        width: 80%;
        left: 0;
	}
	



	/* style8
	----------------------------------------------------------------------------------*/
	main #container section.look .style8 {
		position: relative;
		margin: 25.07vw 0 0 0;
	}
	
	main #container section.look .style8 li {
		position: relative;
	}
	
	main #container section.look .style8 li:nth-child(1) {
		margin-top: 0;
    	width: 100%;
		left: 0;
	}
	
	main #container section.look .style8 li:nth-child(2) {
		margin-top: 2vw;
        left: 20%;
        width: 80%;
	}
	


	/* style9
	----------------------------------------------------------------------------------*/
	main #container section.look .style9 {
		position: relative;
		margin: 25.07vw 0 0 0;
	}
	
	main #container section.look .style9 li {
		position: relative;
	}
	
	main #container section.look .style9 li:nth-child(1) {
		margin-top: 0;
    	width: 100%;
		left: 0;
	}
	
	main #container section.look .style9 li:nth-child(2) {
		margin-top: 2vw;
        width: 80%;
        left: 0;
	}
	




	#look-box .bt-onlineshop a::before{
		content: "";
		width: 10px;
      height: 4px;
      margin: 0 5px 0 -1px;
      padding-bottom: 5px;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
	}
	





	#look-box .bt-onlineshop a:nth-child(1)::before{
		background-color: #F1E8D8;
      border: 1px solid #bebebe;
	}	
	#look-box .bt-onlineshop a:nth-child(1) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}	

	#look-box .bt-onlineshop a:nth-child(2)::before{
		background-color: #000;
      border: 1px solid #bebebe;
	}	
	#look-box .bt-onlineshop a:nth-child(2) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}	
	#look-box .bt-onlineshop a:nth-child(3)::before{
		background-color: #b7b7b7;
      border: 1px solid #bebebe;
	}	
	#look-box .bt-onlineshop a:nth-child(3) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}	
	#look-box .bt-onlineshop a:nth-child(4)::before{
		background-color: #000;
      border: 1px solid #bebebe;
	}	
	#look-box .bt-onlineshop a:nth-child(4) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}	


	#look-box .bt-onlineshop a:nth-child(5)::before{
		background-color: #fff;
      border: 1px solid #bebebe;
	}	
	#look-box .bt-onlineshop a:nth-child(5) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}



	#look-box .bt-onlineshop a:nth-child(6)::before{
		background-color: #000;
      border: 1px solid #bebebe;
	}	
	#look-box .bt-onlineshop a:nth-child(6) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}


	#look-box .bt-onlineshop a:nth-child(7)::before{
		background-color: #c9ccce;
      border: 1px solid #bebebe;
	}	
	#look-box .bt-onlineshop a:nth-child(7) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}


	#look-box .bt-onlineshop a:nth-child(8)::before{
		background-color: #dfdfc8;
      border: 1px solid #bebebe;
	}

	#look-box .bt-onlineshop a:nth-child(8) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}


	#look-box .bt-onlineshop a:nth-child(9)::before{
		background-color: #000;
      border: 1px solid #bebebe;
	}

	#look-box .bt-onlineshop a:nth-child(9) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}


	#look-box .bt-onlineshop a:nth-child(10)::before{
		background-color: #F1E8D8;
      border: 1px solid #bebebe;
	}

	#look-box .bt-onlineshop a:nth-child(10) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}


	#look-box .bt-onlineshop a:nth-child(11)::before{
		background-color: #97abab;
      border: 1px solid #bebebe;
	}

	#look-box .bt-onlineshop a:nth-child(11) span {
		font-size: 9px;
		border-bottom: 1px solid;
	}
	

	
	
	/* img2
	----------------------------------------------------------------------------------*/
	main #container section.look .img2 {
		position: relative;
		padding: 19.47vw 0 0 7.73vw;
		text-align: left;
	}
	
	main #container section.look .img2 img {
		width: 83.56vw;
	}
	
	main #container section.look .img2cap {
		margin: 2.97vw 0 0 70vw;
		text-align: left;
	}
	
	

	#look-box {
		position: fixed;
		top: 45% !important;
		left: 80%;
		text-align: left;
		z-index: 10;
		display: none;
	}
	
	#look-box .products {
		
	}
	
	#look-box .products > div > p.code {
		font-size: 10px;
		font-weight: bold;
	}
	
	#look-box .products > div > p.en {
		font-size: 14px;
   		font-weight: bold;
   		margin: 0.2em 0 0.05em 0;
    		letter-spacing: 0.05em;
		line-height: 1.2em;
	}
	
	#look-box .products > div > p.jp {
		font-size: 10px;
		font-weight: bold;
    		margin: 0 0 14px 0;
	}
	
	#look-box .products > div > p.price {
		font-size: 11.5px;
		font-weight: bold;
    		font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
    		letter-spacing: 0.05em;
	}




		
	/* style2,style3
	----------------------------------------------------------------------------------*/
	#look-box .products > div.style {
		display: none;
	}
	
	#look-box .products > div.style.style1 {
		display: block;
	}
	
	
	/* collection
	----------------------------------------------------------------------------------*/

	main #container section.collection {
        	/*margin: 55px auto 10px;*/
        	background-color: #ffffff;
        	padding-top: 42px;
	}


	main #container section.collection h2 {
		margin-bottom: 35px;
	}

	main #container section.collection h2 img {
		display: block;
		margin: auto;
	}

	main #container section.collection h2 .img1 {
		width: 82px;
		margin-bottom: 12px;
	}

	main #container section.collection h2 .img2 {
		width: 155px;
	}

	main #container section.collection ul {
		display: -webkit-flex;
        	display: flex;
        	flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
		-webkit-justify-content: space-between;
        	justify-content: space-between;
	}

	main #container section.collection ul li {
			width: 47%;
			margin: 0 0 40px 0;
			font-size: 9px;
        	font-weight: bold;
        	font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	}

	main #container section.collection ul li .detail .title {
			border-bottom: 1px solid;
			line-height: 1.5;
        	padding-bottom: 2px;
	}

	main #container section.collection ul li .detail .price-detail {
			display: flex;
        justify-content: space-between;
	}
	
	main #container section.collection ul li p.sneakers {
			width: 85%;
			margin: 0 0 10px 0;
	}

	main #container section.collection ul li p.sneakers img{
			padding-left: 12px;
}

	main #container section.collection ul li a {
			transition: .3s;
	}

	main #container section.collection ul li a:hover {
			color: #000 !important;
		opacity: 0.7;
	}	
	

    	main #container section.collection ul li .detail span {
        font-size: 9px;
        color: #9d9b9b;
        letter-spacing: -0.2px;
    }


	
	/* style
	----------------------------------------------------------------------------------*/
	#look-box .products > div.style {
		display: none;
	}
	
	#look-box .products > div.style.style1 {
		display: block;
	}
	
	#look-box .bt-onlineshop {
		font-size: 10px;
		font-weight: bold;
		margin-top: -26px;
		line-height: 1.4em;
	}
	
	#look-box .bt-onlineshop a {
		display: none;
    	margin-bottom: 6px;
		margin-top: 20px;
	}

		#look-box .bt-onlineshop a:nth-child(2) {
		margin-top: 0px;
	}
		#look-box .bt-onlineshop a:nth-child(4) {
		margin-top: 0px;
	}
		#look-box .bt-onlineshop a:nth-child(6) {
		margin-top: 0px;
	}
		#look-box .bt-onlineshop a:nth-child(9) {
		margin-top: 0px;
	}
	#look-box .bt-onlineshop a:first-child {
		display: block;
	}



	#look-box .bt-onlineshop a.off {
		color: #868686;
		border-bottom: none;
		cursor: default;
	}
	#look-box .bt-onlineshop a.off:hover {
		color: #868686 !important;
	}
	#look-box .bt-onlineshop a.off::before {
		display: none;
	}
	
	#look-box .bt-onlineshop a.off:hover::before {
	}
	

	#scrollbox {
		position: fixed;
		bottom: 0;
        	left: calc(50% - -6px);
		text-align: center;
		height: 36px;
		z-index: 11;
		color: #fff;
	}

	#scrollbox::before {
		position: absolute;
		top: -1.5em;
		left: -2.4em;
		font-size: 10px;
		content: "SCROLL";
		z-index: 12;
		letter-spacing: 0.1em;
	}

	#scrollbox .bar {
		position: absolute;
		bottom: 36px;
		right: 0;
		width: 3px;
		height: 0;
		background-color: #fff;
		z-index: 1;
	}

	#scrollbox .bg {
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 33px;
		z-index: 0;
	}


	
	/* contact */
	main #container section.contact {
		padding: 26px 0;
		background-color: #dce2e1;
		text-align: center;
	}
	
	main #container section.contact .bt-contact a {
		font-size: 14px;
		font-weight: bold;
		line-height: 1em;
	}
	
	main #container section.contact .bt-contact a::before {
		content: "";
		width: 20px;
		height: 14px;
		margin-right: 10px;
		margin-top: -3px;
		background: url("../shared/images/ico_mail.svg") no-repeat;
		background-size: cover;
		vertical-align: middle;
		display: inline-block;
	}
	main #container section.contact .bt-contact a:hover::before {
		background: url("../shared/images/ico_mail_over.svg") no-repeat;
		background-size: cover;
	}
	
	footer {
		z-index: 11;
	}
		
}

