@charset "UTF-8";
#wrapper {
	background-image: none;
}
@media (max-width:750px){ 
	
	#wrapper {
	background-color: #FFF;
	}
	#main .inner,
	#content > section .inner {
		padding: 0; 
	}
}

.subTitle div {
	padding-right: 10px;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
白い滴のマリアージュ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.cheese #main {
	height: 440px;
	text-align: center;
	margin-top: 50px;
}
.cheese .theme {
	text-align: center;
	margin:40px auto 20px;
}
.cheese .theme + h2 {
	font-size: 24px;
	padding: 36px 0;
	margin-bottom: 45px;
	text-align: center;
	background: #F5EDDF;
	vertical-align: middle;
}

.cheese .chee-box {
	margin-bottom: 50px;
}
.cheese .chee-box img {
	width: 100%;
	height: auto;
}
.cheese .chee-box .boxmain {
	margin-bottom: 30px;
}
.cheese .chee-box .ibox {
	display: flex;
	flex-flow: row wrap;
}
.cheese .chee-box .ibox + .ibox {
	margin-top: 100px;
}
.cheese .chee-box .ibox .box01 {
	float: left;
	width: calc(100% - 520px);
	margin-right: 24px;
}
.cheese .chee-box .ibox.noimage .box01 {
	float: none;
	width: auto;
	margin-right: 0;
}
.cheese .chee-box .ibox .box01 h3 {
	font-size: 24px;
	font-weight: bold;
}
.cheese .chee-box .ibox .box01 p {
	font-size: 16px;
	line-height: 30px;
}
.cheese .chee-box .ibox .box01 p + p {
	margin-top: 30px;
}
.cheese .chee-box .ibox .box02 img {
	width: 496px;
}

.ranking .titleBox {
	color: #d4862c;
}
@media (min-width:751px), print{
	.cheese #main h1 img {
		width: 765px;
	}
}

@media (max-width:750px){ 
	
	.cheese #main {
	height: 62.5vw;
	}
	.cheese #main img {
	width: 100%;
	}
	.cheese .theme img {
	height: 70%;
	}
	.cheese h2 {
	font-size: 20px;
	}
	.cheese .chee-box .boxmain img {
	height: 320px;
	object-fit: cover;
	}
	.cheese .chee-box .ibox {
	margin: 0 10px;
	}
	.cheese .chee-box .ibox .box01 {
	width: 100%;
	margin-right: 0;
	order: 2;
	}
	.cheese .chee-box .ibox .box01 h3 {
	font-size: 20px;
	}
	.cheese .chee-box .ibox .box02 {
	margin: 30px 0 20px;
	order: 1;
	width: 100%;
	}
	.cheese .chee-box .ibox .box02 img {
	width: 100%;
	}
	
	
}