@charset "UTF-8";

/*文字の設定*/
.strong {
  background:linear-gradient(transparent 60%, #fff878 60%) !important;
}

.bold{
	font-weight:bold;
	letter-spacing:4px;
	font-size:14px;
}

.small{
	font-size:14px;
}

h1, h2, h3, h4, h5{
	font-family: 'Jost', sans-serif;
}

h2, h3, h4, h5{
	font-weight:500;
}

p, ul li, ol li, a{
	font-family: 'Noto Sans JP', sans-serif;
}

h1, h2, h3{
	letter-spacing:3px;
	line-height:1.8;
	text-align: center;
}

h1{
	font-size:22px;
	color:#000;
	font-weight:400;
	margin-bottom:20px;

}

h2{
	font-size:50px;
	margin-bottom:30px;
	color:#fff;
}

.blk-bg{
	background-color:#000;
}

h3{
	font-size:25px;
	color:#C1272D;
	font-weight:bold;
	margin-bottom:10px;
}


p{
	font-size:13px;
	color:#000;
}

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

.caption p, .item-caption p{
	margin-bottom:15px;
}

.big-wrapper{
	width:100%;
}

.mid-wrapper{
	width:900px;
	margin:auto;
	padding:70px 0;
}

.grey-bg, .jiko_soto{
	background-color:#efefef;
}

.first-wrapper{
	width:900px;
	margin:auto;
	padding:70px 0 40px;
}

.second-wrapper{
	width:900px;
	margin:0 auto 60px;
	padding:70px 0 10px;
}

.third-wrapper{
	width:90%;
	margin:50px auto 30px;
	padding:70px 0 10px;
}

.logo-image{
	margin-bottom:30px;
	text-align: center;
}

.logo-image img{
	width:400px;
}

.big-image{
	width:1100px;
	margin:10px auto 40px;
	padding-bottom:30px;
}

.item-box{
	padding:20px 0 50px;
}

.item-caption{
	padding:10px 30px 15px;
}

.item-image{
	width:800px;
	margin:0 auto;
}

.buy-box .new-item-list li{
	font-size:12px!important;
	margin:7px 0;
	text-align: center!important;
}

.style-flex{
	display:flex;
	height: auto;
	align-items: flex-start;
	justify-content: space-between;
	padding-top:25px;	
}

.style-img{
	width:24%;
}

.style-img .new-item-list{
	padding:15px!important;
}

.style-img .buy_button{
	display:block!important;
	margin-bottom:5px;
}

.name{
	margin-bottom:5px;
	color:#009245;
}

.insta-link{
	margin:50px 0 0;
	padding-top:30px;
	text-align: center;
}

.insta-link a{
	font-size:17px;
	text-decoration: underline;
}

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

	.mid-wrapper, .first-wrapper, .second-wrapper, .third-wrapper{
		width:650px;
	}
	
	.item-image{
		width:500px;
	}
	
	.big-image{
		width:100%;
	}
	
	.style-flex{
		flex-wrap: wrap;
	}
	
	.style-img{
		width:48%;
		padding-bottom:30px;
	}
	
	.jiko_text p{
		padding:30px;
	}
	
	.insta-link{
	padding-top:0;
	padding-bottom:30px;
	text-align: center;
	}


}

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

	.mid-wrapper, .first-wrapper, .second-wrapper, .third-wrapper{
		width:350px;
	}
	
	.second-wrapper{
		margin-bottom:20px;
	}
	
	.third-wrapper{
		padding-top:40px;
	}
	
	h2{
		font-size:30px;
	}
	
	h3{
		font-size:19px;
	}
	
	.item-caption{
		padding:10px;
	}
	
	.logo-image img{
		width:200px;
	}
	
	.item-image{
		width:100%;
	}
	
	.style-flex{
		display:block;
		padding-top:10px;
	}
	
	.style-img{
		width:100%;
		padding-bottom:40px;
		margin-bottom:20px;
	}
	
	.style-img .buy_button{
		display:inline-block!important;
	}
	
	.insta-link a{
		font-size:15px;
	}


}


/* CSS Document */

