@charset "UTF-8";

p, .style-box h1, .gift-box h2{
	font-family: 'Noto Sans JP', sans-serif;
}

.gift-box h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	font-size:2rem;
	line-height:1.8;
}

.style-box h1, .gift-box h2{
	font-weight:900;
}

.style-box h1{
	font-size:2.5rem;
	line-height: 1.8;
	margin-bottom:10px;
	text-align: center;
}

.size{
	font-size:1.2rem;
}

.mens h1{
	color:#007b60;
}

.wmns h1{
	color:#e22303;
}

.gift-box h1, .gift-box h2{
	color:#364f72;
}

.gift-box h2{
	font-size:2rem;
	margin-bottom:10px;
}

.bg-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:50px 0;
	background-image: url("img/holiday-bg.svg");
	background-position:bottom -10px center;
	background-repeat: no-repeat;
	background-size:100%;
}

.bg-wrapper:nth-of-type(odd){
	background-color:#f9d3cd;
}

.bg-wrapper:nth-of-type(even){
	background-color:#eae9cf;
}

.bg-wrapper:nth-of-type(even) .mid-title-container{
	padding:10px 0 25px;
}

.title-img{
	width:8%;
	margin:30px auto;
	box-sizing: border-box;
	padding:40px 0 60px;
}

.mid-title-container{
	width:50%;
	margin:30px auto;
}

.holiday-title{
	width:80%;
	margin:30px auto;
}

.holiday-title img{
	width:100%;
	height:70px;
}

.round-img{
	width:12%;
	margin:30px auto;
	box-sizing: border-box;
	padding:20px 0;
}

.style-container{
	width:70%;
	margin:30px auto;
	box-sizing: border-box;
	justify-content: space-between;
}

.style-box{
	width:48%;
}

.style-comment{
	box-sizing: border-box;
	padding:10px;
}

.bg-wrapper p{
	margin-bottom:15px;
}

.mens{
	padding-bottom:40px;
}

.gift-container{
	width:70%;
	margin:40px auto;
	flex-wrap: wrap;
	gap:70px 20px;
}

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

.gift-box h1{
	margin-left:3px;
}

.brand-name{
	box-sizing: border-box;
	padding:5px 0 10px 3px;
}

.brand-name img{
	height:25px;
}

.nagahama h1{
	font-size:1.6rem!important;
	margin-bottom:5px!important;
}

.asquare h1{
	margin-bottom:-5px!important;
}

.gift-text{
	box-sizing: border-box;
	padding:10px 5px;
}

.yomo-title{
	width:48%;
	margin:30px 0;
}

.yomo-img{
	width:45%;
	margin:30px auto;
}

.yomo-img a:hover, .insta-link:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.insta-link{
	font-weight:bold;
	font-size:1.5rem;
	display:block;
	color:#364f72;
	text-decoration: underline;
	margin:30px 0;
	text-align: center;
}

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

	.title-img{
		width:13%;
		margin:30px auto;
		padding:20px 0 30px;
	}
	
	.mid-title-container{
		width:70%;
	}

	.round-img{
		width:20%;
	}
	
	.style-container{
		width:80%;
	}

	.gift-container{
		width:70%;
		margin:40px auto;
	}
	
	.gift-box{
		width:calc((100% - 10px * 2) / 2);
	}
	
	.gift-box h1{
		font-size:1.5rem;
		text-align: center;
	}
	
	.gift-box h2{
		font-size:1.6rem;
		text-align: center;
	}
	
	.nagahama h1{
		font-size:1.2rem!important;
	}
	
	.nagahama h1{
		margin-top:-5px;
		line-height:1.5!important;
		margin-bottom:-7px!important;
	}
		
	.nagahama .brand-name{
		margin-bottom:-7px;
	}
	
}

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

	.sp-hidden{
		display:none;
	}
	
	.pc-hidden{
		display:block;
	}
	
	.bg-wrapper{
		padding:30px 0;
	}
	
	.title-img{
		width:20%;
		padding:10px 0 0;
	}

	.holiday-title{
		width:90%;
		margin:20px auto 10px;
		padding:10px 0 0;
	}
	
	.holiday-title img{
		height:40px;
	}
	
	.mid-title-container, .gift-container{
		width:80%;
	}
	
	.bg-wrapper:nth-of-type(even) .mid-title-container{
		padding:0 0 10px;
	}
	
	.round-img{
		width:35%;
	}
	
	.style-container{
		width:90%;
	}
	
	.style-box, .gift-box{
		width:100%;
		margin-bottom:50px;
	}
	
	.style-box h1{
		font-size:2rem;
	}
	
	.nagahama h1{
		font-size:1.3rem!important;
		margin-top:0;
		line-height:1.8!important;
		margin-bottom:5px!important;
	}
	
	.nagahama .brand-name{
		margin-bottom:0;
	}
	
	.asquare h1{
		margin-bottom:0!important;
	}
	
	.everymonth-wrapper{
		padding-top:10px!important;
	}
	
	.yomo-title, .yomo-img{
		width:90%;
	}

}
/* CSS Document */

