@charset "UTF-8";

.pc{
	display: block;
}

.sp{
	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;
}

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

.title-container{
	width:45%;
	margin:20px auto;
	box-sizing: border-box;
	padding:30px 0;
}

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

.title-container p{
	font-weight:700;
}

.title-container h1{
	margin-bottom:30px;
}

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

.beige{
	background-color:#D4CCB9;
}

.style-container{
	width:100%;
}

.mens{
	background-image:url("img/mens.svg");
	background-size:15%;
	background-position:top left 5%;
	background-repeat:no-repeat;
}

.wmns{
	background-image:url("img/wmns.svg");
	background-size:15%;
	background-position:top left 5%;
	background-repeat:no-repeat;
}

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

.style-flex:last-of-type{
	margin-bottom:30px;
}

.style-item-box{
	width:46%;
}

.style-item-box h2{
	font-size:1.5rem;
	font-weight:900;
	text-align: center;
	margin-bottom:20px;
	line-height:1.8;
}

.style-item-box .new-item-list li{
	text-align: center!important;
}

.mens .style-item-box h2{
	color:#036EA6;
}

.wmns .style-item-box h2{
	color:#DB3399;
}

.style-img-box{
	width:50%;
}

.style-img{
	margin-bottom:30px;
}

.s-item-img{
	position:relative;
	z-index:1;
}

.ex-mark{
	width:32%;
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}

.gift-wrapper{
	width:85%;
	margin:40px auto;
}

.gift-wrapper h2 img{
	margin:30px 0;
	height:30px;
}

.gift-flex-container{
	width:100%;
	box-sizing: border-box;
	display:flex;
	align-items: flex-start;
	gap:50px 30px;
	flex-wrap: wrap;
	margin:40px 0;
}

.gift-flex-container:first-of-type{
	margin-top:0;
}

.gift-item-box{
	width:calc((100% - 60px * 2)/ 5);
}

.gift-item-box .new-item-list{
	margin-top:10px;
}

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

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

	.title-container{
		width:70%;
		padding-bottom:0;
	}
	
	.mens, .wmns{
		background-size:15%;
		padding-top:8px;
	}
	
	.style-flex{
		width:85%;
		margin:40px auto ;
		padding:30px 0 10px;
	}
	
	.gift-item-box{
		width:calc((100% - 30px * 2)/ 3);
	}

}

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

	.pc{
		display:none;
	}

	.sp, .style-flex{
		display:block;
	}
	
	.main-contents{
		padding:20px 0;
	}

	.title-container{
		width:85%;
		margin:10px auto;
		padding:20px 0 0;
	}
	
	.title-container h1{
		margin-bottom:15px;
	}

	.title-container h1 img{
		height:auto;
		width:100%;
	}
	
	.mens, .wmns{
		background-size:30%;
		padding-top:1px;
	}
	
	.style-item-box{
		width:80%;
		margin:10px auto 30px;
	}

	.style-flex, .style-img-box, .yomo-title{
		width:100%;
	}
	
	.style-flex{
		margin:40px auto 10px;
		padding:30px 0 0;
	}
	
	.style-img-box{
		padding-top:20px;
	}
	
	.style-img-box .new-item-list li{
		text-align: center!important;
	}
	
	.style-flex:last-of-type{
		margin-bottom:50px;
	}

	.title-container p{
		font-size:1.2rem;
	}
	
	.gift-flex-container{
		gap:50px 20px;
	}

	.gift-item-box{
		width:calc((100% - 10px * 2)/ 2);
	}

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

}
/* CSS Document */

