@charset "UTF-8";


h1, h2, h3, h4, .main-contents p, .main-contents ol li, .main-contents ul li, .main-contents ul li a, .main-contents dt, .main-contents dd, .main-contents a{
	font-family: 'Noto Sans JP', sans-serif!important;
}

.bg-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:10px 0 40px;
	position:relative;
}

.sp-box, .sp-name{
	display:none;
}

.white{
	background-color:#fff;
	background-image:url("img/main-bg.svg");
	background-size:50%;
	background-position:top 20px left 20px;
	background-repeat: no-repeat;
}

.pink{
	background-color:#fcf0ee;
}

.white h1{
	text-align:center;
	margin:60px 0 30px;
}

.white h1 img{
	height:80px;
}

.flex-caption-top, .denim-flex-box, .style-flex-container{
	display:flex;
}

.flex-caption-top{
	width:60%;
	margin:30px auto;
	align-items: center;
	justify-content: space-around;
}

.top-flex-p{
	width:70%;
}

.top-flex-img{
	width:25%;
}

.denim-flex-box{
	width:100%;
	position: relative;
}

.denim-img{
	width:30%;
	background-image: url("img/denim-img.jpg");
	position:sticky;
	background-size:cover;
	background-repeat: no-repeat;
	top:70px;
	height:100vh;
}

.point-container{
	width:70%;
	box-sizing: border-box;
	padding:40px;
	display:flex;
	align-items: stretch;
	flex-flow: wrap;
	gap:30px;
}

.point-box{
	width:calc((100% - 30px * 2)/ 3);
	background-color:#f4f4f4;
	border-radius: 10px;
	box-sizing: border-box;
	padding:30px;
}

.point-box h2{
	color:#de402e;
	font-size:1.7rem;
	font-weight:900;
	margin-bottom:15px;
}

.point-box p{
	font-size:1.3rem;
}

.point-img{
	width:70%;
	margin:20px auto 0;
}

.item-info{
	width:40%;
	margin:30px auto;
	box-sizing: border-box;
	padding:10px 0;
}

.item-info h1{
	text-align: center;
}

.item-info h1 img{
	height:20px;
}

.item-info dl{
	line-height:2.5;
	letter-spacing:2px;
	display: flex;
	flex-wrap: wrap;
}

.item-info dt, .item-info dd{
	color:#000;
	margin-bottom:5px;
}

.item-info dt{
	font-weight:700;
	font-size:1.3rem;
	width:40%;
	text-align:center;
}

.item-info dd{
	font-weight:400;
	font-size:1.3rem;
	width:60%;
}

.link-button{
	text-align: center;
	display:block;
	width:90%;
	padding:15px;
	background-color:#364f72;
	border-radius:20px;
	margin:30px auto;
	font-weight:bold;
	color:#fff;
	font-size:1.4rem;
}

.link-button:hover{
	background-color:#4E709F;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
	color:#fff!important;
}

.content-title{
	width:50%;
	margin:40px auto;
	box-sizing:border-box;
	padding:10px 0;
}

.style-flex-container{
	width:70%;
	margin:30px auto 60px;
}

.style-box{
	width:calc(100% / 3);
}

.style-img{
	position:relative;
}

.mark{
	position:absolute;
	z-index:10;
	width:10%;
	bottom:2px;
	right:2px;
}

.staff-name{
	width:90%;
	margin:auto;
	background-color:#fff;
	margin-bottom:10px;
	box-sizing: border-box;
	padding:5px 10px;
	text-align: center;
}

.staff-name h2{
	font-weight:900;
	font-size:1.4rem;
}

.mens h2, .mens h3{
	color:#036ea6;
}

.wmns h2, .wmns h3{
	color:#de402e;
}

.style-caption{
	width:100%;
	box-sizing: border-box;
	padding:15px;
}

.style-caption h3{
	font-size:1.7rem;
	line-height:1.8;
	font-weight:900;
	margin-bottom:10px;
}

.style-caption p{
	margin-bottom:30px;
}

.banner{
	width:50%;
	margin:0 auto 40px;
	background-color:#fff;
	box-sizing:border-box;
	padding:30px;
	border-radius:30px;
}

.banner h4{
	text-align: center;
	font-size:1.4rem;
	font-weight:900;
	color:#036ea6;
	line-height:1.8;
	margin-bottom:20px;
}

.banner a:hover{
	opacity:0.7;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
}

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

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

	.white{
		background-size:70%;
		background-position:top 20px left 20px;
	}

	.flex-caption-top{
		width:80%;
		padding-bottom:20px;
	}
	
	.denim-flex-box, .sp-name{
		display:block;
	}
	
	.denim-img, .pc-name{
		display:none;
	}
	
	.point-container{
		width:100%;
		background-image: url("img/denim-img.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		background-position:center;
	}
	
	.point-box{
		background-color:rgba(255,255,255,0.9);
	}
	
	.item-info{
		width:60%;
		margin:20px auto;
		padding:0;
	}
	
	.content-title{
		width:70%;
	}
	
	.style-flex-container{
		width:90%;
		margin:30px auto 60px;
	}

	.staff-name h2{
		font-size:1.3rem;
	}
	
	.style-caption h3{
		font-size:1.5rem;
	}

	.banner{
		width:80%;
	}

}

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

	.sp-white{
		background-color:#fff;
	}
	
	.pc-box{
		display:none;
	}
	
	.sp-box{
		display:block;
		box-sizing: border-box;
		padding:10px 20px;
	}
	
	.bg-wrapper{
		margin:0;
		padding:0;
	}
	
	.everymonth-wrapper{
		margin:0 auto;
		padding-top:60px;
	}
	
	.pink{
		padding:30px 0;
		margin:0;
	}
	
	.top-wrapper{
		margin:0 auto!important;
		padding:80px 0 40px;
	}
	
	.flex-caption-top{
		display:block;
		margin:0 auto;
		padding-bottom:60px;
	}
	
	.top-flex-p{
		width:100%;
		margin:20px 0;
	}
	
	.top-flex-img{
		width:80%;
		margin:auto;
	}

	.point-container::before{
	  background: url("img/denim-img.jpg");
	  background-position:center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  content: "";
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: -1;
	  width: 100%;/* 横幅いっぱい */
	  height: 100vh;/* 縦幅いっぱい */
	}
	
	.white, .point-container{
		background:none!important;
	}
	
	.point-container{
		width:90%;
		margin:auto;
		padding:40px 0;
		display:block;
	}

	.point-box{
		width:100%;
		padding:30px 20px;
		margin-bottom:40px;
	}

	.point-box p{
		font-size:1.4rem;
	}

	.point-img{
		width:50%;
	}
	
	.item-info{
		width:90%;
		margin:0 auto;
		padding:10px 0 20px;
	}
	
	.content-title{
		width:80%;
		margin:0 auto;
		padding:30px 0;
	}
	
	.style-flex-container{
		display:block;
	}
	
	.style-box{
		width:90%;
		margin:40px auto 50px;
	}
	
	.mark{
		width:12%;
		bottom:2px;
		right:2px;
	}
	
	.staff-name h2{
		font-size:1.4rem;
	}
	
	.style-caption{
		padding:12px 10px;
	}
	
	.style-caption h3{
		font-size:1.7rem;
	}
	
	.banner{
		width:95%;
		margin:0 auto 40px;
		padding:10px;
	}
	
	.banner h4{
		font-size:1.3rem;
	}

	.yomo-title{
		width:100%;
	}
	
	.coupon{
		margin-bottom:0!important;
		padding-bottom:50px;
	}

}
/* CSS Document */

