@charset "UTF-8";

html{
  font-size:62.5%;
}

header{
	background-color:#7f6169;
}

.openbtn span{
	background-color: #fff!important;
}

p, ul li, .jiko_text a, .sp-center a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}

p, .jiko_text{
	font-size:1.4rem;
}

.name h5{
	font-family: "Bebas Neue", sans-serif;
	font-weight:400;
	color:#7f6169;
}

.credit{
	font-size:1rem!important;
}

.mid-wrapper{
	box-sizing: border-box;
	padding:30px 0;
}

.top-caption{
	width:60%;
	margin:30px auto;
}

.top-caption p{
	margin-bottom:20px;
}

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

.pc-title, .pick-pc-title{
	display: block;
}

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

.bg-wrapper:nth-of-type(odd), .more-box:nth-of-type(even){
	background-color:#7f6169;
}

.bg-wrapper:nth-of-type(even), .more-box:nth-of-type(odd){
	background-color:#998187;
}

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

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

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

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

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

.six{
	background-image: url("img/six.svg");
	background-size:20%;
	background-repeat: no-repeat;
	background-position:bottom 3% left 3%;
}

.seven{
	background-image: url("img/seven.svg");
	background-size:20%;
	background-repeat: no-repeat;
	background-position:bottom 3% left 3%;
}

.eight{
	background-image: url("img/eight.svg");
	background-size:20%;
	background-repeat: no-repeat;
	background-position:bottom 3% left 3%;
}

.nine{
	background-image: url("img/nine.svg");
	background-size:20%;
	background-repeat: no-repeat;
	background-position:bottom 3% left 3%;
}

.ten{
	background-image: url("img/ten.svg");
	background-size:20%;
	background-repeat: no-repeat;
	background-position:bottom 3% left 3%;
}

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

.main-flex{
	width:100%;
	margin:auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.style-img{
	width:45%;
}

.style-comment{
	width:51%;
}

.yoko-img{
	width:100%;
	margin-bottom:30px;
}

.style-comment h2, .more-box h3{
	font-family: "Oswald", sans-serif;
	font-weight:600;
	text-align: center;
	color:#e4c5c2;
	line-height:1.5!important;
}

.style-comment h2{
	font-size:4rem;
}

.comment-box{
	width:100%;
	margin:30px auto;
	box-sizing: border-box;
	padding:20px;
	background-color:#f4e1df;
	border-radius:20px;
}

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

.more-title{
	width:100%;
	box-sizing: border-box;
	padding:50px 0 10px;
}

.more-title h1{
	text-align: center;
}

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

.more-flex-wrapper{
	width:100%;
	background-color:#998187;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.more-box{
	width:calc(100% / 3);
	box-sizing: border-box;
	padding:30px;
}

.more-box h3{
	font-size:3rem;
}

.more-comment{
	width:80%;
	margin:20px auto;
}

.jiko_soto{
	margin:0!important;
}

.jiko-img{
	width:70%!important;
	margin:30px auto 0;
	padding-bottom:30px;
}

.jiko-img img{
	width:100%;
	margin:auto;
}

.pick-wrapper{
	background-color:#f4e1df;
	position:relative;
	box-sizing: border-box;
	width:100%;
	padding:40px 0;
}

.pick-icon{
	width:15%;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}

.pick-caption{
	width:50%;
	margin:60px auto;
	box-sizing: border-box;
}

.pick-caption p{
	color:#7f6169;
}

.pick-caption p:last-of-type{
	margin-top:30px;
}

.pick-caption h1{
	text-align: center;
	margin:10px 0 30px;
}

.pick-caption h1 img{
	height:90px;
}

.pick-main-container{
	width:70%;
	margin:30px auto 80px;
	background-color:#fbf3f2;
	box-sizing: border-box;
	padding:40px;
	border-radius:20px;
}

.pick-main-container:last-of-type{
	margin-bottom:30px;
}

.pick-flex-container{
	width:90%;
	margin:auto;
	border-radius:20px;
	box-sizing: border-box;
}

.pick-main-container h2{
	text-align: center;
	margin-bottom:30px;
}

.pick-main-container h2 img{
	height:60px;
}

.pick-flex-container{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap:60px 40px;
}

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

.pick-comment{
	margin:10px;
}

.pick-comment p span{
	font-family: "Oswald", sans-serif;
	font-weight:600;
	color:#7f6169;
	font-size:2rem;
}


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

	.main-container{
		width:90%;
	}
	
	.style-comment h2{
		font-size:3rem;
	}
	
	.more-title{
		padding:40px 0 5px;
	}
	
	.more-title h1 img{
		height:35px;
	}
	
	.more-box h3{
		font-size:2.5rem;
	}
	
	.more-box{
		padding:30px 20px;
	}

	.more-comment{
		width:90%;
	}
	
	.item-img{
		margin-bottom:20px;
	}

	.six, .seven, .eight, .nine, .ten{
		background-size:30%;
	}

	.pick-caption h1 img{
		height:80px;
	}
	
	.pick-main-container{
		width:80%;
		padding:30px;
	}
	
	.pick-flex-container{
		width:100%;
		gap:40px 20px;
	}
	
	.setsumei-box{
		width:calc((100% - 10px * 2)/ 2);
	}


}

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

	.pc-title, .pick-pc-title{
		display:none;
	}
	
	.sp-title, .pick-sp-title, .main-flex, .pick-flex-container{
		display: block;
	}
	
	.one, .two, .three, .four, .five{
		background-size:30%;
		background-position:top 2% left 5%;
	}
	
	.main-container{
		width:80%;
	}
	
	.main-container:last-of-type{
		margin-bottom:0!important;
	}
	
	.bg-wrapper:last-of-type{
		padding-bottom:0!important;
	}
	
	.style-img, .style-comment, .more-box, .pick-item-comment, .setsumei-box{
		width:100%;
	}

	.style-img{
		margin-bottom:50px;
	}
	
	.more-title h1 img{
		height:30px;
	}
	
	.more-box{
		padding:30px 40px;
	}
	
	.item-img{
		width:90%;
		margin:0 auto 20px;
	}
	
	.more-flex-wrapper{
		background-color:#998187;
	}
	
	.more-title{
		padding:50px 0 10px;
		background-color:#998187;
	}

	.six, .seven, .eight, .nine, .ten{
		background-size:25%;
	}

	.pick-icon{
		width:26%;
	}
	
	.pick-wrapper{
		padding:30px 0;
	}
	
	.pick-caption h1 img{
		height:75px;
	}
	
	.pick-caption{
		width:90%;
		margin:40px auto;
	}
	
	.pick-flex-container, .pick-item-img{
		width:90%;
	}
	
	.pick-item-img{
		margin:20px auto;
	}

	.pick-sp-title img{
		height:50px;
		margin-bottom:20px;
	}
	
	.setsumei-box{
		margin-bottom:40px;
	}


}
/* CSS Document */

