@charset "UTF-8";

/* 共通クラス */
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}
.vis-sp{
	display: none;
}
.hide-sp{
	display: block;
}

.u-mincho.-min {
    font-family: "游明朝", "YuMincho" , serif;
}
.gBody * {
	box-sizing: border-box;
	position: relative;
}

.-respimg>img {
	margin: auto;
}

.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol35/bg-main@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	z-index: 1;
}

.vis_areattl {
	width: 215px;
	height: 215px;
	background-color:#E02E46;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 20px;
}

.vis_title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.vis_title>.icon {
	display: block;
	font-size: 27px;
	line-height: 1;
	margin-bottom: 7px;
}

.vis_title>b {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.vis_number {
	color: #fff;
	line-height: 1;
}

.vis_number>small {
	display: inline-block;
	font-size: 35px;
	margin-right: 4px;
}

.vis_number>b {
	display: inline-block;
	font-size: 50px;
}

.sechero {
	height: 300px;
	width: 100%;
	background-color: #bfbfbf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.secttl {
	margin: -40px auto 50px;
	height: 80px;
	line-height: 1;
	max-width: 750px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	color: #fff;
	font-weight: normal;
	position: relative;
}

.secttl::before,
.secttl::after {
	border-style: solid;
	border-width: 40px 20px;
	border-color: #000000 transparent;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.secttl::before {
	left: 0;
	transform: translate(-50%, -50%);
}

.secttl::after {
	right: 0;
	transform: translate(50%, -50%);
}

.secttl span {
	font-size: 30px;
	z-index: 10;
}

.sectxt {
	text-align: center;
}

.kind {
	background: #fff;
	padding: 6px 20px;
	position: relative;
	display: inline-block;
	line-height: 1.5;
	color: #882849;
}

.kind::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: #882849;
	color: #882849;
	width: 6px;
	height:100%;
	/*border-right-color: transparent;
	border-bottom-color: transparent;*/
}

/*.kind.-green {
	color: #2C7B44;
}

.kind.-orange {
	color: #E5645B;
}*/

.kind.-bggray {
	background-color: #F2F2EF;
}

/* ここから */
.inner {
	margin: auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}
.intro {
	margin: 0 auto 100px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}
.page_ttl{
	line-height: 1;
	font-size: 48px;
	font-weight: 500;
	position: relative;
	margin-bottom: 80px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}
.main_ttl {
	line-height: 1;
	font-size: 40px;
	font-weight: 500;
	position: relative;
	margin-bottom: 60px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;

}
.main_ttl::after{
	content: "";
	display: inline-block;
	background-image: url(/assets/img/feature_vol35/icn-ub.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 206px;
	height: 3px;
	position: absolute;
	transform: translateX(-50%);
	bottom: -20px;
	left: 50%;
}
.main_sub_ttl{
	font-size: 35px;
	margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}
.main_sub_ttl span{
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #E54458;
	color: #FFF;
	text-align: center;
	padding: 4px 15px;
}

.intro_text {
	margin-bottom: 30px;
	/* text-align: left; */
}

.intro_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-top: 50px;
	gap:10px 20px;
}

.intro_link_item {
	width: 300px;
	/*margin: 0 10px;*/
	height: 70px;
	line-height: 1;
	padding: 1px;
	background: #ED9AA4;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	transition: opacity 0.5s;
	/* outline: 2px solid rgb(255, 255, 255);
	outline-offset: -8px; */
}


.intro_link_item:hover {
	opacity: 0.8;
}

.intro_link_item_txt {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	gap: 10px;
	align-items: center;
	color:#FFF;
}
.intro_link_item_txt::after{
	display: inline-block;
	content: "";
	background-image: url(/assets/img/feature_vol34/icn-arr.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 1em;
	margin-bottom: -10px;
	/* margin-left: 5px; */
	/* position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 30px; */

}
.int_sub_hero.-fst{
	padding-top: 20px;
}
.int_point_ttl{
	display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #ED9AA4;
}
.intro_exp{
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 40px 10px;
}
.intro_exp > h4{
	font-size: 25px;
	font-weight:500;
}
.intro_exp > p{
	padding-bottom: 20px;

}
.commodity{
	background-color: #F2F2EE;
	padding: 100px 0;
	margin-bottom: 100px;
}
.cmm_txt{
	text-align: center;
	margin-bottom: 30px;
}
.cmm_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.standard{
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.sta_tab{
	width: 100%;
	margin-bottom: 50px;
}
.sta_tab caption{
	text-align: left;
	font-weight: 500;
}
.sta_tab tr th{
	width: 15%;
	background-color: #F2F2EE;
}
.sta_tab tr th,
.sta_tab tr td{
	padding: 20px 10px;
	border: 1px solid #BFBFBF;
}
.sta_btn{
	border: 1px solid #B29638;
	background-color: #B29638;
	color: #fff;
	margin: 40px auto 100px;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 630px;
	height: 60px;
	transition: all 0.3s;
	font-size: 18px;
}
.sta_btn:hover{
	color: #B29638;
	background-color: #fff;
	transition: all 0.3s;
}


.mejirushi{
	background-color: #F2F2EE;
	border: 1px solid #C9BC91;
	padding: 40px 20px;
}
.mejirushi_cnt{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	margin-bottom: 20px;
}
.meji_img{}
.meji_box{}
.meji_box h4{
	color: #D73E56;
	font-size: 24px;
	margin-bottom: 10px;
}
.meji_box p{}
.meji_btn{
	border: 1px solid #D73E56;
	background-color: #D73E56;
	color: #fff;
	margin: 40px auto;
	border-radius: 10px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 630px;
	height: 60px;
	transition: all 0.3s;
	font-size: 18px;
}
.meji_btn:hover{
	color: #D73E56;
	background-color: #fff;
	transition: all 0.3s;
}
.emark_oList > li > b{
	text-align: left;
}




@media screen and (max-width:1399px) {

}



@media screen and (max-width:1039px) {
	img.vis-tb {
		margin: auto;
	}

	.vis {
		height: 360px;
	}

	.vis_areattl {
		width: 180px;
		height: 180px;
	}

	.vis_title>b {
		font-size: 20px;
	}

	.vis_number>small {
		font-size: 30px;
	}

	.vis_number>b {
		font-size: 40px;
	}

	.sechero {
		height: 300px;
	}

	.secttl {
		margin-top: -35px;
		max-width: 600px;
		height: 70px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 35px 17.5px;
	}

	.secttl span {
		font-size: 24px;
	}

	.intro {
		margin-bottom: 100px;
	}

	.intro_link_item_txt {
		padding: 0px 10px;
	}
	.intro_exp > p{
		text-align: left;
	}
	
	

	

	
}

@media screen and (max-width:960px) {
	.bunka_images{
		bottom: 100px;
	}
}
@media screen and (max-width:767px) {
	body {
		font-size: 12px;
	}

	img.vis-sp {
		margin: auto;
	}
	.vis-sp{
		display: block;
	}
	.hide-sp{
		display: none;
	}
	
	
	.vis {
		height: 200px;
	}

	.vis_areattl {
		width: 79px;
		height: 79px;
		border: 1px solid #ffffff;
	}

	.vis_title {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}

	.vis_title>.icon {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.vis_title>b {
		font-size: 11px;
	}

	.vis_number>small {
		font-size: 12px;
		margin-right: 2px;
	}

	.vis_number>b {
		font-size: 20px;
	}

	.sechero {
		height: 200px;
	}

	.secttl {
		margin-top: -30px;
		max-width: 500px;
		height: 60px;
	}

	.secttl::before,
	.secttl::after {
		border-width: 30px 15px;
	}

	.secttl span {
		font-size: 20px;
	}

	/* ここから */
	.page_ttl{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.intro_link {
		flex-direction: column;
		gap:10px;
	}

	.intro_link_item {
		margin: 0 auto;
		/*max-width: 300px;*/
		width: 100%;
	}

	.intro_link_item:last-child {
		margin-bottom: 0;
	}
	.cmm_txt{
		text-align: left;
	}
	.cmm_list{
		display: block;
	}
	.cmm_item{
		text-align: center;
		margin-bottom: 10px;
	}

	.sta_tab tr th, .sta_tab tr td{
		display: block;
		width: 100%;
		text-align: left;
	}

	.mejirushi_cnt{
		flex-direction: column;
	}
	.meji_box h4{
		font-size: 16px;
		margin-bottom: 2px;
		text-align: center;
	}
	.meji_img{
		text-align: center;
	}
	.meji_img img{
		width: 50%;
	}
	.emark_deco-02{
		left: -45%;
	}

	.emark_oList > li{
		padding: 0;
	}



}

@media screen and (max-width:640px) {
	.sechero {
		height: 150px;
	}

	.secttl {
		max-width: calc(100% - 30px);
	}

	/* ここから */
	.intro {
		margin-bottom: 50px;
	}

	.intro_ttl img {
		width: auto;
		height: 24px;
	}

	.intro_text {
		text-align: left;
	}

	.point {
		margin-bottom: 50px
	}

	.point_ttl img {
		width: auto;
		height: 24px;
	}

	.point_box > span.point_num{
		flex-direction: column;
		gap: 8px;
	}

	
	.recipe_sublist li {
		margin: 0 auto;
		width: 100%;
	}

	.recipe_sublist li:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_sublist .-link {
		min-height: auto;
	}

	.recipe_sublist .-ttl {
		padding-bottom: 25px;
		font-size: 18px;
	}
	.main_ttl{
		font-size: 30px;
		margin-bottom: 40px;
	}
	.main_ttl img{
		width: 280px;
	}
	.main_sub_ttl{
		line-height: 1.25;
		text-align: center;
	}
	.point_cnt,.point_cnt:nth-child(even){
		flex-direction: column;
	}
	.point_img.-pi03 .-logo{
		width: 120px;
		right: -15px;
		bottom: -40px;
	}
	.point_sub_ttl{
		font-size: 25px;
		text-align: center;
	}
	.point_box{
		align-items: center;
	}
	

}