@charset "UTF-8";

h1, h2, h3, .bg-wrapper p, .bg-wrapper ul li, .bg-wrapper ul li a, .his-box dt, .his-box dd{
	font-family: 'Noto Sans JP', sans-serif!important;
}

.bg-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:60px 0;
}

.beige{
	background-color:#eee8b9;
}

.main-container{
	width:80%;
	margin:40px auto;
}

.title{
	width:60%;
	margin:30px auto 40px;
}

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

.t-img img{
	height:120px;
}

.slider{
	width:60%;
	margin:70px auto;
}

.slider div p{
	padding:10px;
	font-size:1.3rem;
	font-weight:400;
	text-align: center;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: #666;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider
{
    margin-bottom: 20px!important;
}

.his-box{
	width:60%;
	margin:40px auto;
	padding-top:15px;
}

.his-box dl{
	box-sizing: border-box;
	margin:10px auto 15px;
	display: flex;
	flex-wrap: wrap;
}

dt, dd{
	vertical-align: bottom!important;
	line-height:2;
}

dt{
	width:10%;
	font-size:1.2rem;
}

dd{
	width:90%;
	font-size:1.4rem;
}

.his-box h1{
	font-size:1.6rem;
	font-weight:900;
	color:#364f72;
	margin:20px 0;
	background-color:#faf8ea;
	box-sizing: border-box;
	padding:0px;
}

.center{
	text-align: center;
}

.collabo{
	background-image: url("img/ex-bg.svg");
	background-position: top 2% left 15%;
	background-repeat: no-repeat;
	background-size: 15%;
}

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

.reverse{
	flex-flow: row-reverse;
	padding-top:70px!important;
}

.item-flex{
	display:flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top:40px;
}

.main-img{
	width:45%;
	position:relative;
	z-index:1;
}

.big-img{
	position:relative;
}

.new{
	position:absolute;
	top:0;
	right:0;
	width:20%;
	z-index:10;
}

.brand-name{
	margin-bottom:20px;
}

.item-caption h2{
	font-size:1.7rem;
	font-weight:900;
	color:#364f72;
	margin:15px 0;
}

.item-slider{
	width:100%;
	margin:50px auto 0;
}

.new-item-list{
	padding-top:5px;
	line-height:2!important;
}

.chums img{
	height:40px;
}

.item-caption{
	width:48%;
}

.blue{
	background-color:#e9eff3;
}

.question img{
	height:50px;
}

.question-wrapper{
	width:60%;
	margin:30px auto;
}

.question-wrapper h2{
	font-size:1.7rem;
	text-align: center;
	color:#364f72;
	font-weight:900;
}

.comment{
	width:80%;
	border-radius:15px;
	box-sizing: border-box;
	padding:20px;
	margin:40px auto;
	position:relative;
	background-color:#fff;
}

.comment p{
	color:#364f72;
	font-weight:700;
}

.right{
	margin-right:30px;
	background-color:#fff;
}

.right::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}

.left{
	margin-left:30px;
	background-color:#fff;
}

.left::before{
	content: "";
	position: absolute;
 	top: 50%;
 	left: -30px;
 	margin-top: -15px;
 	border: 15px solid transparent;
 	border-right: 15px solid #fff;
}

.snap img{
	height:180px;
}

.snap-container{
	padding:40px 0 0;
}

.snap-flex{
	display:flex;
	flex-flow: wrap;
	gap:30px;
}

.img-box{
	width:calc(100% / 4 - 15px * 2);
}

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

.yomo-img{
	width:70%;
	margin:auto;
}

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

	.main-container{
		width:90%;
	}
	
	.t-img img{
		height:90px;
	}
	
	.question img{
		height:50px!important;
	}
	
	.snap img{
		height:160px!important;
	}

	.title, .slider{
		width:75%;
	}
	
	.his-box{
		width:80%;
	}
	
	.item-flex{
		display:block;
	}
	
	.main-img{
		width:70%;
		margin:30px auto;
	}
	
	.item-caption{
		width:100%;
	}
	
	.item-caption .brand-name img{
		height:40px;
	}
	
	.item-slider{
		width:70%;
		margin:40px auto;
	}
	
	.question-wrapper{
		width:80%;
		margin:auto;
	}

	.snap-container{
		width:90%;
		margin:auto;
	}
	
	.snap-flex{
		gap:20px;
		margin-left:10px;
	}

	.img-box{
		width:calc(100% / 4 - 20px);
	}

}

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

	.bg-wrapper{
		padding:40px 0;
	}
	
	.title, .his-box, .item-container{
		width:90%;
	}
	
	.t-img img{
		width:100%;
		height:auto;
	}
	
	.question img{
		height:30px!important;
	}
	
	.chums img{
		height:28px!important;
	}
	
	.snap{
		width:70%;
		margin:auto;
	}
	
	.item-slider, .main-img{
		width:100%;
	}
	
	.slider{
		width:93%;
	}
	
	.slider div p{
		font-size:1.2rem;
	}
	
	dt{
		width:15%;
		font-size:1.2rem;
	}

	dd{
		width:85%;
		font-size:1.4rem;
	}

	.collabo{
		background-position: top 1% left 5%;
		background-size: 30%;
	}
	
	.item-caption h2, .question-wrapper h2{
		font-size:1.5rem;
	}

	.question-wrapper{
		width:90%;
		margin:30px auto;
	}
	
	.everymonth-wrapper{
		padding-top:5px!important;
	}

	
	.yomo-title{
		width:100%;
	}
	
	.comment, .yomo-img{
		width:90%;
	}
	
	.snap-flex{
		gap:10px;
		margin-left:10px;
	}
	
	.img-box{
		width:calc(100% / 2 - 10px);
	}
	

}
/* CSS Document */

