@charset "utf-8";
/* CSS Document */

.bg-gray {
	background-color: #EBEBEB;
	margin: 0;
	width:100%;
	max-width:100%; 
}

.l-twoup {
	margin: 0 auto;
	max-width: 1008px;
}

.choco-intro p {
	font-size:1.5rem;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.8em;
}

.choco-gallery-swiper .js-swiper-button-prev, .choco-gallery-swiper .js-swiper-button-next {
	background-color: #5c5852;
	width:60px;
	height: 60px;
}

.choco-gallery-arrowLeft:after {
	content: "＜";
	color:#FFFFFF;
	border: 0;
	font-size:30px;
	font-weight: 100;
	padding-right: 5px;
}

.choco-gallery-arrowRight:after {
	content: "＞";
	color:#FFFFFF;
	border: 0;
	font-size:30px;
	font-weight: 100;
	padding-left: 5px;
}

.choco-tout {
	border: 0;
}

.primary {
	margin:0 auto;
}

.choco-tout-image>div {
	width: 240px;
	height: 240px;
}

.c-caution-list {
	max-width: 1008px;
	margin: 0 auto;
}

.nowrap {
	display: inline-block;  
}

@media (min-width: 640px){
	.choco-hero .l-box{
		display: block;
		top:180px;
		left:50%;
		color:#5c5852;
		width:50%;
		-webkit-flex-wrap: wrap;
   		flex-wrap: wrap;
	}
}


@media (max-width: 980px){
	.choco-hero .l-box p{
		font-size:1.2rem;
	}
	
		.choco-hero h2{
		font-size:2rem;
	}
}


@media (max-width: 639px) {
	
	p {
		font-size:0.8rem;
	}
	
	.choco-intro p {
		font-size:0.9rem;
		font-weight: 700;
		letter-spacing: 3px;
		line-height: 1.4em;
	}
	

	
	.choco-gallery-swiper .js-swiper-button-prev, .choco-gallery-swiper .js-swiper-button-next {
	width:30px;
	height: 30px;
}

.choco-gallery-arrowLeft:after {
	content: "＜";
	color:#FFFFFF;
	border: 0;
	font-size:15px;
	font-weight: 100;
	padding-right: 2px;
}

.choco-gallery-arrowRight:after {
	content: "＞";
	color:#FFFFFF;
	border: 0;
	font-size:15px;
	font-weight: 100;
	padding-left: 2px;
}
	
}