@charset "utf-8";
/* CSS Document */

/*===============================================

				TOP/MV
	
=================================================*/


body{
	margin: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5%;
	font-family: "helvetica-neue-lt-pro-cond", sans-serif;
	font-weight: 900;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.mv{
	margin: 0 auto 10%;
}

.mv-title{
	filter: brightness(0);
	width: 80%;
	margin: 10% auto;
}


@media(min-width:750px){
	.sticky-contener{
		display: flex;
		background-color: #0c1729;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.pc-box__bg{
		background-image: url("../images/top.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.pc-box__bg2{
		background-image: url("../images/look8_5.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.pc-box__img{
		display: block;
		width: 42vh;
	}
	
	.wrapper{
		width: 36%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #fff;
	}
	
/*-------------- PC-right SNS --------------*/	
	
	.pc-box__sns{
		width: 100%;
	}
	
	.pc-box__sns .sns-logo{
		display: block;
		width: 35%;
		margin: 0 auto 5%;
		/*filter: brightness(0);*/ /*黒になる*/
	}
		
	.pc-box__sns a{
		display: block;
		color: #fff;
		text-decoration: none;
		font-family: helvetica-lt-pro, sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 22px;
		position: relative;
		letter-spacing: 1px;
	}
	
	.pc-box__sns ul{
		padding: 0;
		list-style: none;
		display: flex;
		column-gap: 10px;
		justify-content: center;
	}
	
	.pc-box__sns ul a:before{
		content: '';
		display: inline-block;
		background-repeat: no-repeat;
		background-size: contain;
		width: 45px;
		height: 45px;
		vertical-align: middle;
	}
	
	.pc-box__sns ul .instagram:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_insta_color.png");
	}
	
	.pc-box__sns ul .line:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_line_color.png");
	}
	
	.pc-box__sns ul .x:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_twitter_color.png");
	}
	
	.pc-box__sns ul .facebook:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_facebook_color.png");
	}
	
	.pc-box__sns ul .youtube:before{
		background-image: url("https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_youtube_color.png");
	}
	
}


/*===============================================
		
				メインコンテンツ
	
=================================================*/


.main-contents{
	margin: 10% auto;
}

.contents-inner{
	margin: 0 auto 25%;
}

.mgb-10{
	margin-bottom: 10%;
}

.img-100{
	width: 100%;
	margin: 0 auto 10%;
}

.img-80{
	width: 80%;
	margin: 0 auto 10%;
}

.flex{
	display: flex;
}

.inner__left{
	width: 55%;
}

.inner__right{
	width: 55%;
	margin-left: 45%;
	margin-top: -30%;
}

/*-------------- credit --------------*/	

.credit{
	width: 80%;
	margin: 8% auto 15%;
}

.credit-inner{
	margin: 0 auto;
	position: relative;
   /* border-bottom: solid 1px #ccc;
	padding-bottom: 2%;*/
    margin-bottom: 5%;
    /*letter-spacing: .3px;*/
}

.credit-inner a{
	display: block;
	flex-direction: column;
	text-decoration: none;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.3;
	position: relative;
	letter-spacing: 0.6px;
}

.credit-inner .nkj:before{
	content: 'niko and ... JEANS';
	display: block;
	line-height: 1.0;
	font-size: .9rem;
	text-decoration: underline;
	margin-bottom: 10px;
}

.credit-inner .niko:before{
	content: 'niko and ...';
	display: block;
	line-height: 1.0;
	font-size: .9rem;
	text-decoration: underline;
	margin-bottom: 10px;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    bottom: 0%;
    right: 0%;
    font-size: 1.0rem;
	background-color: #000;
	color: #fff;
	padding: 0 8%;
	line-height: 1.5;
}

.credit-inner .price {
	font-size: .95rem;
}

.credit-inner .price::after {
	content: "tax in";
	font-size: 0.85rem;
	margin-left: 5px;
}

/*-------------- line-up --------------*/	

.line-up{
	margin: 10% auto;
}

.line-up h1{
	text-align: center;
	font-size: 2.5rem;
}

.line-up ul{
	padding: 0;
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	justify-content: center;
	column-gap: 10px;
	grid-row-gap: 20px;
}

.line-up ul li{
	width: calc(50% - 10px);
}

.line-up ul li:first-child{
	width: 100%;
}

.line-up ul li a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 1.0rem;
	line-height: 1.2;
	text-align: center;
	margin: 5% auto;
}

.line-up ul li a::after {
	content: "BUY";
	display: block;         /* 【変更】ブロック状にして、確実に改行させます */
	width: fit-content;     /* 【追加】ボタンの横幅を、文字の長さにぴったり合わせます */
	margin: 10px auto 0;    /* 【変更】上下の隙間を取りつつ、左右をautoにして中央に揃えます */
	background-color: #000;
	color: #fff;
	padding: 0px 30px;
	font-size: 0.9rem;
	line-height: 1.5;
}
.all{
	display: block;
	width: 80%;
	margin: 10% auto 15%;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	position: relative;
	line-height: 2.5;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
	.inner-item p{
		font-size: 1.1em;
	}

	.inner-item h1{
		font-size: 1.6rem;
		letter-spacing: 0.5px;
	}

	.inner-item h1:after{
		font-size: 1.1rem;
	}
		
	.credit{
		width: 70%;
	}
	
	.credit-inner a{
		font-size: 1.2rem;
		letter-spacing: 0.5px;
	}
	
	.credit-inner a::after {
		font-size: 1.2rem;
		padding: 0 5%;
	}
	
	.all{
		line-height: 3;
	}
	
}



















