@charset "UTF-8";
.pc, .pc-title, .pc-h2{
	display: block;
}

.sp, .sp-title, .sp-h2{
	display:none;
}

h2, h3, h4, h5, .main-contents p{
	font-family: 'Noto Sans JP', sans-serif!important;
}

.main-contents{
	width:100%;
	box-sizing: border-box;
	padding:50px 0;
}

.title-container{
	width:60%;
	margin:auto;
	box-sizing: border-box;
	padding:110px 0 50px;
}

.title-container h1, .title-container h2{
	text-align: center;
}

.title-container h1 img{
	height:120px;
}

.title-container h2{
	font-weight:600;
	font-size:1.5rem;
	line-height:2.5;
	margin-top:15px;
	color:#fff;
}

.item-flex{
	width:70%;
	margin:80px auto 30px;
	padding-top:20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.item-img{
	position:relative;
	width:45%;
}

.ex-mark{
	position:absolute;
	width:28%;
	top:-35px;
	right:-50px;
}

.item-caption{
	width:50%;
}

.style-container{
	width:100%;
}

.style-flex{
	width:70%;
	margin:90px auto 30px;
	box-sizing: border-box;
	padding:60px 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.style-box{
	width:48%;
}

.comment-box h2, .item-caption h3{
	color:#e7324d;
	font-weight:700;
	font-size:1.8rem;
	line-height:1.8;
}

.item-info h3{
	color:#e7324d;
	font-weight:700;
	font-size:1.3rem;
}

.item-caption h3{
	margin-bottom:10px;
}

.item-info{
	width:100%;
	margin-top:25px;
}

.item-name{
	font-family: "Bree Serif", serif!important;
	font-size:1.7rem;
	margin-bottom:10px;
	color:#000;
}

.spec{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#000;
	font-size:1.2rem;
	text-align:initial;
	list-style-type: none;
	margin-top:20px;
}

.spec li{
	margin-bottom:5px;
}

.item-link-button{
	width:70%;
	margin:30px auto;
	box-sizing: border-box;
	display: block;
	background-color:#fff;
	border-radius:20px;
	padding:5px;
}

.item-link-button p{
	text-align: center;
	color:#000;
	font-weight:700;
}

.comment-box h2{
	margin:10px;
}

.comment-box{
	margin-top:20px;
}

.comment-flex{
	width:50%;
	margin:30px auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.staff-img{
	width:50%;
}

.comment-img{
	width:30%;
}

.look-img{
	width:50%;
	margin:80px auto;
	display: flex;
	align-items: center;
}

.look-img img{
	width:50%;
}

.credit-box{
	width:100%;
	margin:10px;
}

.credit-box p{
	font-size:1.2rem;
	margin-bottom:20px;
}

.beige, .item-wrapper{
	background-color:#cfcbc4;
	width:100%;
}

.beige{
	padding:0;
}

.item-wrapper{
	box-sizing: border-box;
	padding:40px 0;
}

.blouson{
	background-image: url("img/blouson-bg-top.svg"), url("img/blouson-bg-bottom.svg");
	background-size:100%, 100;
	background-repeat: no-repeat, no-repeat;
	background-position:top 1% center, bottom center;
}

.hq{
	background-image: url("img/hq-bg-top.svg"), url("img/hq-bg-bottom.svg");
	background-size:100%, 100;
	background-repeat: no-repeat, no-repeat;
	background-position:top 1% center, bottom center;
}

.styling-wrapper{
	background-color:#afa99e;
	width:100%;
	box-sizing: border-box;
	padding:40px 0;
	background-image: url("img/styling-bg.svg");
	background-size:100%;
	background-repeat: no-repeat;
	background-position:top 5% center;
}

.everymonth-wrapper{
	padding-top:0!important;
}

.yomo-title{
	width:60%;
	margin-bottom:40px;
}

.yomo-img{
	width:60%;
	margin:40px auto;
}

.yomo-flex-img{
	width:80%;
	margin:50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yomo-flex-img img{
	width:48%;
}

/*タブレット*/
@media screen and (max-width: 820px){

	.title-container{
		width:80%;
		padding:80px 0 50px;
	}

	.item-flex{
		width:70%;
		margin:60px auto 30px;
		padding-top:0;
		display:block;
	}

	.item-img{
		width:60%;
		margin:0 auto 30px;
	}

	.ex-mark{
		width:30%;
		top:-25px;
		right:-40px;
	}

	.item-caption{
		width:80%;
		margin:auto;
	}

	.comment-flex{
		width:60%;
	}

	.look-img{
		width:80%;
		margin:70px auto 50px;
	}

	.style-flex{
		width:90%;
		margin:40px auto 30px;
		padding:50px 0 0;
	}

	.hq{
		padding-top:60px;
		background-position:top 2% center, bottom center;
	}

}

/*スマホ*/
@media screen and (max-width:640px){

	.pc{
		display:none;
	}

	.sp, .style-flex, .sp-title, .item-contanier, .sp-h2{
		display:block;
	}
	
	.title-container{
		width:90%;
		padding:60px 0 50px;
	}
	
	.title-container h1 img{
		height:80px;
	}

	.title-container h2{
		font-size:1.3rem;
	}
	
	.item-wrapper{
		padding:40px 0 25px;
	}

	.blouson{
		background-image: url("img/blouson-bg-top.svg"), url("img/sp-blouson-bg-bottom.svg");
	}

	.hq{
		padding-top:85px;
		background-image: url("img/hq-bg-top.svg"), url("img/sp-hq-bg-bottom.svg");
		background-position:top 3.5% center, bottom center;
	}

	.item-flex{
		width:90%;
		margin:40px auto 30px;
	}

	.item-img{
		width:80%;
		margin:0 auto 30px;
	}

	.ex-mark{
		width:35%;
		top:-25px;
		right:-30px;
	}

	.item-caption{
		width:90%;
	}
	
	.comment-flex{
		width:100%;
		padding-top:20px;
	}

	.look-img{
		width:100%;
		margin:60px auto 0;
	}

	.styling-wrapper{
		padding:20px 0;
		background-image: url("img/sp-styling-bg.svg");
		background-position:top 3% center;
	}
	
	.style-flex{
		width:90%;
		margin:50px auto 0;
		padding:40px 0 0;
	}
	
	.style-box{
		width:100%;
		margin-bottom:70px;
	}

	.comment-box h2, .item-caption h3{
		font-size:1.5rem;
	}
	
	.yomo-title, .yomo-flex-img{
		width:100%;
	}


}
/* CSS Document */

