@charset "UTF-8";

html{
  font-size:62.5%;
}

header{
	background-color:#1212b2;
}

.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:#1212b2;
}

.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{
	display:none;
}

.pc-title{
	display: block;
}

.main-wrapper{
	background-color:#e6e6e6;
}

.bg-wrapper{
	width:100%;
	padding:40px 0 ;
	box-sizing: border-box;
	background-image:url("img/bg-img.svg"), url("img/bg-img.svg");
	background-position:top 10px right 10px, bottom 10px left 10px;
	background-size:30%, 30%;
}

.bg-wrapper:last-of-type{
	padding-bottom:80px;
}

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

.bg-wrapper h1{
	text-align: center;
	margin:30px 0 30px;
}

.bg-wrapper h1 img{
	height:50px;
}

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

.style-img{
	width:45%;
	margin:20px auto 50px;
}

.style-comment{
	width:48%;
	margin:20px auto;
}

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

.comment-box p, .comment-box .new-item-list li{
	color:#333;
}

.text-buy:link, .text-buy:visited{
	color:#333!important;
}

.comment-box p{
	margin-bottom:20px;
}

.flex-img-box{
	width:72%;
	margin:20px auto;
	box-sizing: border-box;
	padding-top:30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.yoko-img{
	width:48%;
}

.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:#f2f2e8;
	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:#333333;
}

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

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

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

.pick-flex-container{
	width:80%;
	margin:40px auto;
	box-sizing: border-box;
	padding:20px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.pick-flex{
	width:45%;
}

.pick-flex h2{
	text-align: center;
}

.pick-flex h2 img{
	height:40px;
	margin:20px 0;
}

.pick-flex .new-item-list{
	width:100%;
	box-sizing: border-box;
	padding:20px 10px;
}

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

	.bg-wrapper{
		padding:40px 0;
		background-size:20%, 20%;
	}

	.bg-wrapper:last-of-type{
		padding-bottom:60px;
	}
	
	.flex-img-box{
		width:80%;
		padding-top:0;
	}

	.pick-flex h2 img{
		height:40px;
	}

}

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

	.bg-wrapper{
		padding:40px 0 0;
		background-image:url("img/bg-img.svg");
		background-position:top 10px right 10px;
		background-size:50%;
	}

	.bg-wrapper h1 img{
		height:50px;
	}
	
	.bg-wrapper:last-of-type{
		padding-bottom:40px;
	}
	
	.pc-title{
		display:none;
	}
	
	.sp-title, .main-flex, .flex-img-box, .pick-flex-container{
		display: block;
	}
	
	.main-flex{
		width:80%;
	}
	
	.style-img, .style-comment, .yoko-img, .pick-flex{
		width:100%;
	}
	
	.style-img{
		margin:20px auto;
	}
	
	.style-comment{
		padding:5px;
		margin-top:0;
	}
	
	.yoko-img{
		margin-bottom:30px;
	}

	.pick-icon{
		width:26%;
	}
	
	.pick-wrapper{
		padding:30px 0 10px;
	}
	
	.pick-caption h1 img{
		width:100%;
		height:auto;
	}
	
	.pick-caption{
		width:90%;
		margin:40px auto 0px;
	}

	.pick-flex-container{
		width:80%;
		padding:10px 0 0;
	}
	
	.pick-flex h2 img{
		height:40px;
	}
	
	.pick-flex{
		margin-bottom:30px;
	}
	
	.pick-flex:last-of-type{
		margin-bottom:0!important;
	}


}
/* CSS Document */

