@charset "utf-8";

/**********************************

 fonts

***********************************/
.f-m-plus-rounded {
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.f-namikaze {
	font-family: "ads-namikaze", sans-serif;
	-webkit-text-stroke: 1px;
	text-stroke: 1px;
}

.f-shokei {
	font-family: "tk-takumi-shokei-font", sans-serif;
}

/**********************************

 general

***********************************/
html {
	font-size: 14.4928px;
	/*font-size: 10px;*/
}

@media screen and (max-width:1086px){
	html {
		font-size: 1.335vw;
	}
}

@media screen and (max-width:767px){
	html {
		font-size: 1.33333333vw;
	}
}

/**********************************

 parts

***********************************/
.define_inner {
	/*width: 1500px;*/
}

.c-anchor {
	display: block;
	/*padding-top: 8.1rem;*/
	/*margin-top: -8.1rem;*/
}

@media screen and (max-width:1499px){
	.define_wrap {
		padding-left: 8%;
		padding-right: 8%;
	}
}

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

	.c-anchor {
		/*padding-top: 7rem;*/
		/*margin-top: -7rem;*/
	}
}

/**********************************

 .l-wrap

***********************************/
.l-wrap {
	background: #fff;
	overflow: clip;
}

/**********************************

 .l-main

***********************************/
.l-main {
	color: #6a3906;
	font-family: "M PLUS Rounded 1c", 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	position: relative;
	z-index: 1;
}

.l-main .define_inner {
	width: 75rem;
	max-width: 100%;
	margin: 0 auto;
}

/**********************************

 l-header

***********************************/
.l-header {

}

.l-header__inner {
	/*height: 163px;*/
}

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

}

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

}

/**********************************

 l-footer

***********************************/
.l-footer .define_inner {
	width: 930px;
}

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

	/*.l-footer__bottom {*/
		/*padding-bottom: 25px;*/
	/*}*/
}


/**********************************

 texture

***********************************/
.texture01 {
	background-color: #d3e28c; /* 背景色 */
	background-image: url(../images/texture01.jpg); /* 背景画像 */
	background-blend-mode: soft-light; /* 合成モードをソフトライト */
	background-size: 750px auto; /* 背景画像のサイズ調整 */
	background-position: center; /* 背景画像の位置調整 */
}

.texture02 {
	background-image: url('background1.jpg'), url('background2.jpg'); /* 複数の画像を設定 */
	background-size: cover, cover; /* 各画像のサイズを設定 */
	background-position: center, center; /* 各画像のポジション設定 */
	background-blend-mode: soft-light; /* ソフトライトを適用 */
}

/**********************************

 p-humberger-wrap

***********************************/
/*.p-humberger-wrap {*/
/*	height: 100%;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	right: 0;*/
/*}*/

/*.p-humberger-wrap__inner {*/
/*	height: 100%;*/
/*	position: sticky;*/
/*	top: 0;*/
/*	right: 0;*/
/*	z-index: 25;*/
/*}*/

/**********************************

 p-humberger

***********************************/
.p-humberger {
	width: 45px;
	height: 45px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: 25px;
	box-sizing: content-box;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 25;
}

.p-humberger a {
	display: block;
	width: 45px;
	height: 45px;
	overflow: visible;
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-humberger a.is-active {
}

.p-humberger a,
.p-humberger a span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.p-humberger a {
	position: relative;
	width: 45px;
	height: 45px;
}
.p-humberger a span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #6a3906;
}
.p-humberger a.is-active span {
	background-color: #fff;
}
.p-humberger a span:nth-of-type(1) {
	top: 0;
}
.p-humberger a span:nth-of-type(2) {
	top: 19px;
}
.p-humberger a span:nth-of-type(3) {
	bottom: 0;
}

.p-humberger a.is-active span:nth-of-type(1) {
	height: 5px;
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}
.p-humberger a.is-active span:nth-of-type(2) {
	opacity: 0;
}
.p-humberger a.is-active span:nth-of-type(3) {
	height: 5px;
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}


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

	.p-humberger {
		width: 4.5rem;
		height: 4.5rem;
		padding-top: 3.5rem;
		margin-right: 3.5rem;
	}

	.p-humberger a {
		width: 4.5rem;
		height: 4.5rem;
	}
	.p-humberger a {
		width: 4.5rem;
		height: 4.5rem;
	}
	.p-humberger a span {
		height: .6rem;
	}
	.p-humberger a span:nth-of-type(2) {
		top: 1.9rem;
	}

	.p-humberger a.is-active span:nth-of-type(1) {
		height: .5rem;
		-webkit-transform: translateY(2rem) rotate(-45deg);
		transform: translateY(2rem) rotate(-45deg);
	}
	.p-humberger a.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.p-humberger a.is-active span:nth-of-type(3) {
		height: .5rem;
		-webkit-transform: translateY(-2rem) rotate(45deg);
		transform: translateY(-2rem) rotate(45deg);
	}

}



/**********************************

 p-drawerMenu

***********************************/
.p-drawerMenu {
	display: block;
	width: 480px;
	height: 100dvh;
	/*height: calc(100dvh - 81px);*/
	padding: 0 35px;
	background-color: #dc4f11;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translateX(101%);
}

.p-drawerMenu.is-active {
	transform: none;
}

.p-drawerMenu * {
	max-height: none;
}

.p-drawerMenu__inner {
	padding-top: 80px;
	padding-bottom: 35px;
}

.p-drawerMenu__inner ul {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: normal;
}

.p-drawerMenu__inner ul li {
	margin-top: 30px;
}

.p-drawerMenu__inner ul li:first-child {
	margin-top: 0;
}

.p-drawerMenu__inner ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}


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

	.p-drawerMenu {
		width: 59rem;
		height: 100dvh;
		/*height: calc(100dvh - 70px);*/
		padding: 0 5rem;
	}

	.p-drawerMenu__inner {
		padding-top: 11rem;
		padding-bottom: 5rem;
	}

	.p-drawerMenu__inner ul {
		font-size: 3.4rem;
	}

	.p-drawerMenu__inner ul li {
		margin-top: 5rem;
	}

}



/**********************************

 p-header

***********************************/
.p-header {
	background: #fff;
}

.p-header__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
}

.p-header__inner-logo {
	width: 18.9rem;
}

/**********************************

 p-hero

***********************************/
.p-hero {
	min-height: 140rem;
	background: url(../images/hero_bg01.jpg) repeat-x center top;
	background-size: 75rem auto;
	position: relative;
	/*z-index: 1;*/
}

.p-hero__head {

}

.p-hero__head-inner {
	width: 75rem;
	max-width: 100%;
	padding-top: 3.3rem;
	margin: 0 auto;
}

.p-hero__head-inner-main {
	margin: 0 -5.53333333%;
	text-align: center;
}

.p-hero__body {
}

.p-hero__body-inner {
	padding-top: 2rem;
	position: relative;
	z-index: 1;
}

.p-hero__body-inner-ttl {

}

.p-hero__body-inner-list {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 2.5rem;
}

.p-hero__body-inner-list-sec {
	width: 32.4rem;
}

.p-hero__body-inner-list-sec a,
.p-hero__body-inner-list-sec .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: .4rem;
	color: #6a3906;
	text-decoration: none;
	background: #fdd000;
	border-radius: 2rem;
}

.p-hero__body-inner-list-sec .ttl {
	padding: .8rem 1rem;
	color: #fff;
	font-size: 2.7rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.16666667;
	border-radius: 2rem 2rem 0 0;
}

.p-hero__body-inner-list-sec:nth-child(1) .ttl {
	background: #dc4f11;
}

.p-hero__body-inner-list-sec:nth-child(2) .ttl {
	background: #199689;
}

.p-hero__body-inner-list-sec .txt01 {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .7rem .5rem .3rem;
	font-size: 1.85rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.62162162;
	letter-spacing: normal;
}

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

}

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

}

/**********************************

 p-questionnaire

***********************************/
.p-questionnaire {
	background: url(../images/bg01.jpg) repeat-x center -4rem;
	background-size: 192rem auto;
}

.p-questionnaire--comingsoon {
	background: none;
}

.p-questionnaire__inner {
	padding: 5.5rem 0 2rem;
}

.p-questionnaire__inner-result {
	width: 67rem;
	padding: 3rem 1rem 8.5rem;
	margin: 0 auto;
	background-color: #fff8d9;
	background-image: url(../images/texture01.jpg);
	background-blend-mode: soft-light;
	background-size: 75rem auto;
	background-position: center top;
	border-radius: 4rem;
}

.p-questionnaire__inner-result-thanks {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.05em;
}

.p-questionnaire__inner-result-thanks .block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 53.9rem;
	height: 6.7rem;
	padding-top: .5rem;
	padding-left: 1rem;
	margin: 0 auto;
	text-align: center;
	background: url(../images/questionnaire_result_bg01.png) no-repeat center / contain;
}

.p-questionnaire__inner-result-ttl {
	width: 40rem;
	margin: 1.2rem auto 0;
}

.p-questionnaire__inner-result-txt01 {
	margin-top: 1rem;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.75;
	letter-spacing: .1em;
}

.p-questionnaire__inner-result-list {
	padding-top: 6rem;
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.p-questionnaire__inner-result-list:before {
	content: "";
	display: block;
	width: 4.8rem;
	height: 4.4rem;
	background: url(../images/questionnaire_result_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-questionnaire__inner-result-list dl {
	padding-top: 3rem;
	margin-top: 4rem;
	background: url(../images/questionnaire_result_line01.png) no-repeat center top;
	background-size: 15.3rem auto;
	position: relative;
	z-index: 1;
}

.p-questionnaire__inner-result-list dl:first-child {
	padding-top: 0;
	margin-top: 0;
	background: none;
}

.p-questionnaire__inner-result-list dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-questionnaire__inner-result-list dl dt .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9.2rem;
	height: 9.2rem;
	padding-right: .7rem;
	margin-right: 1.5rem;
	font-size: 3.35rem;
	color: #dc4f11;
	line-height: 1;
	letter-spacing: -.1em;
	background: url(../images/questionnaire_result_q_bg.png) no-repeat center / contain;
}

.p-questionnaire__inner-result-list dl dt .txt01 {
	font-size: 2.5rem;
	line-height: 1.35;
	letter-spacing: -.1em;

}

.p-questionnaire__inner-result-list dl dd {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .7rem;
}

.p-questionnaire__inner-result-list dl dd .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.6rem;
	height: 4.4rem;
	padding-right: .4rem;
	margin-right: 1.2rem;
	font-size: 1.89rem;
	color: #fff;
	line-height: 1;
	letter-spacing: -.1em;
	-webkit-text-stroke: 1px #fff;
	text-stroke: 1px #fff;
	background: url(../images/questionnaire_result_a_bg.png) no-repeat center / contain;
}

.p-questionnaire__inner-result-list dl dd .txt01 {
	font-size: 2.5rem;
	line-height: 1.35;
	letter-spacing: -.1em;
	-webkit-text-stroke: 1px #6a3906;
	text-stroke: 1px #6a3906;
}

.p-questionnaire__inner-about {
	width: 67rem;
	padding: 5rem 0 6rem;
	margin: 3rem auto 0;
	background: #fff;
	border-radius: 4rem;
	position: relative;
	z-index: 1;
}

.p-questionnaire__inner-about:first-child {
	margin-top: 0;
}

.p-questionnaire__inner-about:before {
	content: "";
	display: block;
	width: 67rem;
	height: 48.3rem;
	background: url(../images/questionnaire_about_illust01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	pointer-events: none;
}

.p-questionnaire__inner-about-ttl {
	width: 59.4rem;
	margin: 0 auto;
}

.p-questionnaire__inner-about-txt01 {
	margin-top: .5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
	letter-spacing: normal;
}

.p-questionnaire__inner-about-txt01 .small {
	font-size: 1.6rem;
}

.p-questionnaire__inner-about-txt02 {
	margin-top: 2.5rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.75;
	letter-spacing: normal;
}

.p-questionnaire__inner-about-txt02 .green {
	color: #43b149;
}

.p-questionnaire__inner-about-txt02 .pink {
	color: #ea6176;
}

.p-questionnaire__inner-about-txt02 .blue {
	color: #38a1db;
}

.p-questionnaire__inner-about-txt02 .large {
	display: inline-block;
	margin: .2em 0;
	font-size: 3.5rem;
	line-height: 1.25;
	background: #fff000;
}

.p-questionnaire__inner-next {
	width: 25.8rem;
	margin: 1.5rem auto 0;
}

.p-questionnaire__inner-comingsoon {
	width: 59.6rem;
	margin: 6.5rem auto 6rem;
}

@media screen and (min-width:1921px){
	.p-questionnaire {
		/*background-size: 100% auto;*/
	}

}

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

}

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

}

/**********************************

 p-result

***********************************/
.p-result {
}

.p-result__head {

}

.p-result__head-inner {

}

.p-result__head-inner ul {
	display: flex;
}

.p-result__head-inner ul li {
	width: 50%;
}

.p-result__head-inner ul li:nth-child(1) {
	background: url(../images/result_bg01.jpg) repeat center;
	background-size: 75rem auto;
}

.p-result__head-inner ul li:nth-child(2) {
	background: url(../images/result_bg02.jpg) repeat center;
	background-size: 75rem auto;
}

.p-result__head-inner ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18rem;
	opacity: .6;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-result__head-inner ul li a.is-active {
	opacity: 1;
}

.p-result__head-inner ul li img {
	display: block;
	width: 31.4rem;
}

.p-result__body {
	background: #fff;
}

.p-result__body-box {
	display: none;
}

.p-result__body-box#recipe {
	display: block;
	background: url(../images/result_bg01.jpg) repeat center;
	background-size: 75rem auto;
}

.p-result__body-box#word {
	background: url(../images/result_bg02.jpg) repeat center;
	background-size: 75rem auto;
}

.p-result__body-box-inner {
	padding: 3.5rem 0 5rem;
}

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

}

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

}

/**********************************

 c-recipe

***********************************/
.c-recipe {

}

.c-recipe__txt01 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.81818182;
}

.c-recipe__archive {
	margin-top: 3rem;
}

.c-recipe__archive-sec {
	margin-top: 4rem;
}

.c-recipe__archive-sec:first-child {
	margin-top: 0;
}

.c-recipe__archive-sec-head {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8.2rem;
	padding-bottom: 1.6rem;
}

.c-recipe__archive-sec-head.bg01 {
	background: url(../images/recipe_ttl_bg01.png) no-repeat center / contain;
}

.c-recipe__archive-sec-head.bg02 {
	background: url(../images/recipe_ttl_bg02.png) no-repeat center / contain;
}

.c-recipe__archive-sec-head.bg03 {
	background: url(../images/recipe_ttl_bg03.png) no-repeat center / contain;
}

.c-recipe__archive-sec-head.bg04 {
	background: url(../images/recipe_ttl_bg04.png) no-repeat center / contain;
}

.c-recipe__archive-sec-head .ttl {
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: normal;
}

.c-recipe__archive-sec-head .ttl .large {
	font-size: 4rem;
}

.c-recipe__archive-sec-body {
	margin: 1.5rem auto 0;
	width: 67rem;
}

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

}

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

}

/**********************************

 c-recipe-article

***********************************/
.c-recipe-article {
	margin-top: 3rem;
	background: #fff;
	border-radius: 4rem;
}

.c-recipe-article:first-child {
	margin-top: 0;
}

.c-recipe-article__head {
	display: flex;
	align-items: center;
	padding: 2rem;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.c-recipe-article__head:before {
	content: "";
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/result_plus01.png) no-repeat center / contain;
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	z-index: 1;
}

.c-recipe-article__head.is-active:before {
	background: url(../images/result_minus01.png) no-repeat center / contain;
}

.c-recipe-article__head .thumb {
	width: 20.3rem;
	margin-right: 3rem;
	/*margin-right: 2.5rem;*/
}

.c-recipe-article__head .ttl {
	flex: 1;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-recipe-article__head .copy {
	width: 39rem;
}

.c-recipe-article__body {
	display: none;
	position: relative;
	z-index: 1;
}

.c-recipe-article__body.is-open {
	display: block;
}

.c-recipe-article__body-inner {
	padding-top: 1rem;
	padding-bottom: 6.5rem;
}

.c-recipe-article__body-inner-hero {

}

.c-recipe-article__body-inner-hero.comingsoon01 {
	padding-top: 1rem;
}

.c-recipe-article__body-inner-hero .copy {
	width: 63rem;
	padding-bottom: 2rem;
	margin: 0 auto;
}

.c-recipe-article__body-inner-hero .pic01 {
	width: 63rem;
	margin: 0 auto;
}

.c-recipe-article__body-inner-hero .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}

.c-recipe-article__body-inner-hero .box__energy {
	width: 12rem;
	margin-left: 4rem;
}

.c-recipe-article__body-inner-hero .box__name {
	flex: 1;
	padding-right: 4rem;
	/*margin-left: 3.5rem;*/
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.125;
	letter-spacing: normal;
	text-align: center;
}

.c-recipe-article__body-inner-hero .box__name.small01 {
	padding-right: 2rem;
	font-size: 3.7rem;
}

.c-recipe-article__body-inner-hero .box__name .block {
	display: inline-block;
	text-align: left;
}

.c-recipe-article__body-inner-hero .box__point {
	width: 47rem;
	margin-top: -10rem;
	margin-right: 3rem;
	position: relative;
	z-index: 1;
}

.c-recipe-article__body-inner-info {
	width: 59rem;
	margin: 1rem auto 0;
}

.c-recipe-article__body-inner-info .note01 {
	font-size: 2rem;
}

.c-recipe-article__body-inner-info .table01 {
	margin-top: .5rem;
}

.c-recipe-article__body-inner-info .table01__head {
	display: flex;
	background: #43b149;
}

.c-recipe-article__body-inner-info .table01__head.bg-pink {
	background: #ea6176;
}

.c-recipe-article__body-inner-info .table01__head.bg-blue {
	background: #38a1db;
}

.c-recipe-article__body-inner-info .table01__head-cel {
	padding-left: 2rem;
	padding-right: .5rem;
	border-right: .2rem solid #fff;
}

.c-recipe-article__body-inner-info .table01__head-cel:last-child {
	flex: 1;
}

.c-recipe-article__body-inner-info .table01__head-cel p {
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: normal;
}

.c-recipe-article__body-inner-info .table01__head-cel p .large01 {
	font-size: 3.1rem;
}

.c-recipe-article__body-inner-info .table01__head-cel p .large02 {
	font-size: 2.86rem;
}

.c-recipe-article__body-inner-info .table01__body {
	position: relative;
	z-index: 1;
}

.c-recipe-article__body-inner-info .table01__body .group01 {
	padding: 9.5rem 0;
	font-size: 2rem;
	letter-spacing: normal;
	line-height: 1;
	position: absolute;
	top: 20rem;
	left: -.3rem;
	z-index: 1;
}

.c-recipe-article__body-inner-info .table01__body .group01:before {
	content: "";
	display: block;
	width: .7rem;
	height: 9rem;
	border-top: 1px solid #6a3906;
	border-left: 1px solid #6a3906;
	position: absolute;
	top: 0;
	left: .5rem;
	z-index: 1;
}

.c-recipe-article__body-inner-info .table01__body .group01:after {
	content: "";
	display: block;
	width: .7rem;
	height: 9rem;
	border-bottom: 1px solid #6a3906;
	border-left: 1px solid #6a3906;
	position: absolute;
	bottom: 0;
	left: .5rem;
	z-index: 1;
}

.c-recipe-article__body-inner-info .table01__body .group02 {
	padding: 6.5rem 0;
	font-size: 2rem;
	letter-spacing: normal;
	line-height: 1;
	position: absolute;
	top: 8.25rem;
	left: -.3rem;
	z-index: 1;
}

.c-recipe-article__body-inner-info .table01__body .group02:before {
	content: "";
	display: block;
	width: .7rem;
	height: 6rem;
	border-top: 1px solid #6a3906;
	border-left: 1px solid #6a3906;
	position: absolute;
	top: 0;
	left: .5rem;
	z-index: 1;
}

.c-recipe-article__body-inner-info .table01__body .group02:after {
	content: "";
	display: block;
	width: .7rem;
	height: 6rem;
	border-bottom: 1px solid #6a3906;
	border-left: 1px solid #6a3906;
	position: absolute;
	bottom: 0;
	left: .5rem;
	z-index: 1;
}

.c-recipe-article__body-inner-info .table01__body dl {
	display: flex;
	justify-content: space-between;
	padding: 1.4rem 0;
	font-size: 2rem;
	letter-spacing: normal;
	border-top: 1px solid #c8c8c8;
}

.c-recipe-article__body-inner-info .table01__body dl.indent01 {
	margin-left: 2rem;
}

.c-recipe-article__body-inner-info .table01__body dl.padding-indent01 {
	padding-left: 2rem;
}

.c-recipe-article__body-inner-info .table01__body dl:first-child {
	border-top: none;
}

.c-recipe-article__body-inner-info .table01__body dl dt {
}

.c-recipe-article__body-inner-info .table01__body dl dd {
}

.c-recipe-article__body-inner-info .table01__body-sub {
	padding-left: 2rem;
	margin-left: 2rem;
	margin-bottom: 5rem;
	border-left: 1px solid #6a3906;
}

.c-recipe-article__body-inner-info .table01__body-sub li {
}

.c-recipe-article__body-inner-info .table01__body-sub li dl {
}

.c-recipe-article__body-inner-info .table01__body-sub li dl dt {
}

.c-recipe-article__body-inner-info .table01__body-sub li dl dd {
}

.c-recipe-article__body-inner-info .table02 {
	margin-top: 1rem;
}

.c-recipe-article__body-inner-info .table02__head {
	display: flex;
	background: #43b149;
}

.c-recipe-article__body-inner-info .table02__head.bg-pink {
	background: #ea6176;
}

.c-recipe-article__body-inner-info .table02__head.bg-blue {
	background: #38a1db;
}

.c-recipe-article__body-inner-info .table02__head-cel {
	padding-left: 2rem;
	padding-right: 1.2rem;
	border-right: .2rem solid #fff;
}

.c-recipe-article__body-inner-info .table02__head-cel:first-child {
	padding-top: .3rem;
}

.c-recipe-article__body-inner-info .table02__head-cel:last-child {
	flex: 1;
}

.c-recipe-article__body-inner-info .table02__head-cel p {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.5;
}

.c-recipe-article__body-inner-info .table02__head-cel p .large01 {
	font-size: 3.1rem;
}

.c-recipe-article__body-inner-info .table02__head-cel p .large02 {
	font-size: 3.45rem;
}

.c-recipe-article__body-inner-info .table02__body {
}

.c-recipe-article__body-inner-info .table02__body ol {
}

.c-recipe-article__body-inner-info .table02__body ol li {
	padding: 1.5rem 0;
	border-bottom: 1px solid #c8c8c8;
	position: relative;
	z-index: 1;
}

.c-recipe-article__body-inner-info .table02__body ol li .num {
	color: #43b149;
	font-size: 2.7rem;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-recipe-article__body-inner-info .table02__body ol li .num.bg-pink {
	color: #ea6176;
}

.c-recipe-article__body-inner-info .table02__body ol li .num.bg-blue {
	color: #38a1db;
}

.c-recipe-article__body-inner-info .table02__body ol li .txt01 {
	padding-left: 5rem;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: normal;
}

.c-recipe-article__body-inner-point {
	width: 54rem;
	padding: 2.5rem 2.8rem;
	margin-top: 5.4rem;
	margin-left: auto;
	margin-right: 4rem;
	background: #d9efdb;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-recipe-article__body-inner-point.bg-pink {
	background: #fbdfe4;
}

.c-recipe-article__body-inner-point.bg-blue {
	background: #d7ecf8;
}

.c-recipe-article__body-inner-point .ttl {
	width: 13.1rem;
	margin-top: -2.8rem;
	margin-left: -6rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.c-recipe-article__body-inner-point .ttl01 {
	width: 13.1rem;
}

.c-recipe-article__body-inner-point .ttl02 {
	width: 12.1rem;
}

.c-recipe-article__body-inner-point .ttl03 {
	width: 13.1rem;
}

.c-recipe-article__body-inner-point .ttl04 {
	width: 13.1rem;
}

.c-recipe-article__body-inner-point .ttl05 {
	width: 13.1rem;
}

.c-recipe-article__body-inner-point .ttl06 {
	width: 13.2rem;
}

.c-recipe-article__body-inner-point .ttl07 {
	width: 12.1rem;
}

.c-recipe-article__body-inner-point .ttl08 {
	width: 13.1rem;
}

.c-recipe-article__body-inner-point p {
	font-size: 2rem;
	line-height: 1.5;
}

.c-recipe-article__body-inner-product {
	display: flex;
	align-items: flex-end;
	margin-top: 4rem;
	padding: 0 4rem;
}

.c-recipe-article__body-inner-product--mt01 {
	margin-top: 9.5rem;
}

.c-recipe-article__body-inner-product--mt02 {
	margin-top: 4.5rem;
}

.c-recipe-article__body-inner-product .pic {
	margin-right: 2rem;
}

.c-recipe-article__body-inner-product .pic01 {
	width: 18.1rem;
}

.c-recipe-article__body-inner-product .pic02 {
	width: 18.1rem;
}

.c-recipe-article__body-inner-product .pic03 {
	width: 17.9rem;
}

.c-recipe-article__body-inner-product .pic04 {
	width: 18.1rem;
}

.c-recipe-article__body-inner-product .pic05 {
	width: 16rem;
}

.c-recipe-article__body-inner-product .pic06 {
	width: 18rem;
}

.c-recipe-article__body-inner-product .pic07 {
	width: 6.8rem;
	margin-left: 2rem;
}

.c-recipe-article__body-inner-product .pic08 {
	width: 6.8rem;
	margin-left: 2rem;
}

.c-recipe-article__body-inner-product .box {
	flex: 1;
}

.c-recipe-article__body-inner-product .box p {
	font-size: 1.6rem;
	line-height: 1.5625;
}

.c-recipe-article__body-inner-close {
	content: "";
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/result_minus01.png) no-repeat center / contain;
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	z-index: 1;
	cursor: pointer;
}

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

}

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

}

/**********************************

 c-word

***********************************/
.c-word {

}

.c-word__ttl {
	margin: 0 auto;
	text-align: center;
}

.c-word__about {
	margin-top: 3rem;
}

.c-word__about-ttl {
	color: #459961;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.c-word__about-ttl .block {
	display: inline-block;
	padding-bottom: .5rem;
	background: url(../images/work_line01.png) repeat-x center bottom;
	background-size: 1.4rem .6rem;
}

.c-word__txt01 {
	margin-top: 1.5rem;
	font-size: 2.3rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.83333333;
}

.c-word__txt01 .orange {
	color: #dc4f11;
}

.c-word__txt01 .large {
	font-size: 2.76rem;
}

.c-word__book {
	display: flex;
	justify-content: space-between;
	width: 67rem;
	padding: 2.3rem 1rem 2.5rem 2.3rem;
	margin: 4.5rem auto 0;
	background: #f2f6dc;
	border-radius: 3rem;
	position: relative;
	z-index: 1;
}

.c-word__book-pic {
	width: 27.4rem;
}

.c-word__book-content {
	flex: 1;
	padding-top: .8rem;
	margin-left: 1.2rem;
}

.c-word__book-content .name {
	color: #fff;
	font-size: 1.44rem;
	font-weight: bold;
}

.c-word__book-content .name .block {
	display: inline-block;
	padding: 0 1rem;
	background: #6a3906;
	border-radius: .6rem;
}

.c-word__book-content .name .large {
	font-size: 1.8rem;
}

.c-word__book-content .cont {
	flex: 1;
	margin-top: 1rem;
}

.c-word__book-content .cont p {
	font-size: 1.6rem;
	line-height: 1.75;
}

.c-word__book-content .pic {
	width: 15.1rem;
	position: absolute;
	bottom: 1.5rem;
	right: -2rem;
	z-index: 1;
}

.c-word__magic {
	margin-top: 4rem;
}

.c-word__magic-ttl {
	width: 64.3rem;
	margin: 0 auto;
}

.c-word__magic-archive {
	width: 67rem;
	margin: 3rem auto 0;
}

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

}

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

}


/**********************************

 c-word-article

***********************************/
.c-word-article {
	margin-top: 3rem;
	background: #fff;
	border-radius: 4rem;
}

.c-word-article:first-child {
	margin-top: 0;
}

.c-word-article__head {
	display: flex;
	align-items: center;
	padding: 6rem 2rem;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.c-word-article__head:before {
	content: "";
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/result_plus01.png) no-repeat center / contain;
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	z-index: 1;
}

.c-word-article__head.is-active:before {
	background: url(../images/result_minus01.png) no-repeat center / contain;
}

.c-word-article__head .ttl {
	width: 26rem;
	margin: 0 auto;
}

.c-word-article__body {
	display: none;
	position: relative;
	z-index: 1;
}

.c-word-article__body-inner {
	padding-bottom: 7.5rem;
}

.c-word-article__body-inner-copy {
}

.c-word-article__body-inner-txt01 {
	width: 59rem;
	margin: 5rem auto 0;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: normal;
}

.c-word-article__body-inner-close {
	content: "";
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	background: url(../images/result_minus01.png) no-repeat center / contain;
	position: absolute;
	bottom: 3rem;
	right: 3rem;
	z-index: 1;
	cursor: pointer;
}

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

}

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

}


/**********************************

 p-bg01

***********************************/
.p-bg01 {
	/*padding: 0 0 6rem;*/
	background: url(../images/bg02.jpg) repeat center top;
	background-size: 192rem auto;
}

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

}

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

}

/**********************************

 p-campaign

***********************************/
.p-campaign {
	margin-top: 7rem;
}

.p-campaign__inner {

}

.p-campaign__inner-ttl {
	width: 67rem;
	padding: 2rem 0 2rem 13rem;
	margin: 0 auto;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.40625;
	letter-spacing: normal;
	border-radius: 4rem 4rem 0 0;
	background: url(../images/campaign_ttl_bg.png);
	background-size: 67rem;
	position: relative;
	z-index: 1;
}

.p-campaign__inner-ttl:before {
	content: "";
	display: block;
	width: 14rem;
	height: 14.7rem;
	background: url(../images/campaign_ttl_pic01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 2rem;
	z-index: 1;
}

.p-campaign__inner-ttl .block {
	display: inline-block;
}

.p-campaign__inner-ttl .large {
	font-size: 3rem;
}

.p-campaign__inner-content {
	width: 67rem;
	padding: 2rem 0 5rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 0 0 4rem 4rem;
}

.p-campaign__inner-content-txt01 {
	color: #dc4f11;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.61363636;
}

.p-campaign__inner-content-txt01 .large {
	font-size: 2.64rem;
}

.p-campaign__inner-content-subttl01 {
	margin-top: 1.5rem;
	text-align: center;
}

.p-campaign__inner-content-product {
	margin-top: 5rem;
}

.p-campaign__inner-content-product ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 3rem 0;
	width: 59rem;
	margin: 0 auto;
}

.p-campaign__inner-content-product ul li {
	width: 28rem;
	padding: 2rem 0;
	background: #f6f6f6;
	border-radius: 2.5rem;
}

.p-campaign__inner-content-product ul li .pic {
	width: 26rem;
	margin: 0 auto;
}

.p-campaign__inner-content-product ul li .name {
	padding: 0 .5rem;
	margin-top: 1.5rem;
	margin-bottom: -.3em;
	color: #dc4f11;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	letter-spacing: normal;
}

.p-campaign__inner-content-apply {
	margin-top: 3.5rem;
}

.p-campaign__inner-content-apply .ttl {
	width: 65rem;
	margin: 0 auto;
}

.p-campaign__inner-content-apply ol {
	margin-top: 3rem;
}

.p-campaign__inner-content-apply ol li {
	margin-top: 6.5rem;
	position: relative;
	z-index: 1;
}

.p-campaign__inner-content-apply ol li:first-child {
	padding-top: 0;
	margin-top: 0;
}

.p-campaign__inner-content-apply ol li:before {
	content: "";
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	margin-top: -5rem;
	background: url(../images/campaign_plus01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-campaign__inner-content-apply ol li:first-child:before {
	display: none;
}

.p-campaign__inner-content-apply ol li .num {
	width: 4.6rem;
	height: 4.6rem;
	margin-top: -.75rem;
	margin-left: 8rem;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 4.6rem;
	text-align: center;
	background: #dc4f11;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p-campaign__inner-content-apply ol li .txt01 {
	font-size: 2.476rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.49434572;
}

.p-campaign__inner-content-apply ol li .txt01 .orange {
	color: #dc4f11;
}

.p-campaign__inner-content-apply .note01 {
	margin-top: 3rem;
	text-align: center;
}

.p-campaign__inner-content-apply .note01 ul {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: normal;
}

.p-campaign__inner-content-apply .note01 ul li {
	text-align: left;
}

.p-campaign__inner-content-apply .complete {
	padding-top: 2.5rem;
	margin-top: 4rem;
	color: #dc4f11;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .06em;
	line-height: 1.55;
	position: relative;
	z-index: 1;
}

.p-campaign__inner-content-apply .complete:before {
	content: "";
	display: block;
	width: 59.2rem;
	height: 1.5rem;
	background: url(../images/campaign_line02.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.p-campaign__inner-content-apply .schedule {
	width: 59rem;
	padding: 1rem .5rem 1.5rem;
	margin: 2rem auto 0;
	border-radius: 2rem;
	background: #fbede7;
}

.p-campaign__inner-content-apply .schedule__ttl {
	color: #dc4f11;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.p-campaign__inner-content-apply .schedule__txt01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .6rem;
	color: #dc4f11;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -.05em;
	text-align: center;
}

.p-campaign__inner-content-apply .schedule__txt01 .block {
	display: block;
}

.p-campaign__inner-content-apply .schedule__txt01 .dow {
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	color: #fff;
	font-size: 1.55rem;
	line-height: 2.2rem;
	text-align: center;
	letter-spacing: normal;
	border-radius: 50%;
	background: #dc4f11;
}

.p-campaign__inner-content-apply .images {
	margin-top: 2rem;
}

.p-campaign__inner-content-apply .images__ttl {
	font-size: 2.24rem;
	font-weight: 500;
	text-align: center;
}

.p-campaign__inner-content-apply .images__pic {
	width: 29.1rem;
	margin: .5rem auto 0;
}

.p-campaign__inner-content-apply .btn01 {
	margin-top: 4rem;
}

.p-campaign__inner-content-apply .btn01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43rem;
	height: 10rem;
	margin: 0 auto;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-decoration: none;
	background: #dc4f11;
	border-radius: 2rem;
}

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

}

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

}

/**********************************

 p-post

***********************************/
.p-post {
	margin-top: 4.4rem;
}

.p-post__inner {

}

.p-post__inner-pic01 {
	width: 67rem;
	margin: 0 auto;
}

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

}

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

}

/**********************************

 p-food-loss

***********************************/
.p-food-loss {
	margin-top: 3.5rem;
}

.p-food-loss__inner {

}

.p-food-loss__inner-ttl {
	width: 67rem;
	padding: 1.8rem 1rem 1.8rem 19rem;
	margin: 0 auto;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.40625;
	letter-spacing: .04em;
	border-radius: 4rem 4rem 0 0;
	background: url(../images/food_loss_ttl_bg.png);
	background-size: 67rem;
	position: relative;
	z-index: 1;
}

.p-food-loss__inner-ttl:before {
	content: "";
	display: block;
	width: 15.8rem;
	height: 6.6rem;
	background: url(../images/food_loss_logo.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 4rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.p-food-loss__inner-ttl .large {
	font-size: 3.2rem;
}

.p-food-loss__inner-content {
	width: 67rem;
	padding: 2.8rem 0 6rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 0 0 4rem 4rem;
}

.p-food-loss__inner-content-hero {
	width: 60rem;
	margin: 0 auto;
}

.p-food-loss__inner-content-txt01 {
	margin-top: 1.5rem;
	color: #008a7c;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}

.p-food-loss__inner-content-txt01 .line {
	display: inline-block;
	line-height: 1;
	border-bottom: .2rem solid #80c5bd;
}

.p-food-loss__inner-content-txt01 .bg-yellow {
	background: #fff000;
}

.p-food-loss__inner-content-txt02 {
	width: 58.8rem;
	margin: 2rem auto 0;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.59090909;
	letter-spacing: .04em;
}

.p-food-loss__inner-content-more {
	width: 58.8rem;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: bold;
	text-align: right;
}

.p-food-loss__inner-content-more a {
	color: #008a7c;
	text-decoration: none;
}

.p-food-loss__inner-content-txt03 {
	width: 58.8rem;
	padding-top: 2.5rem;
	margin: 2.5rem auto 0;
	color: #008a7c;
	font-size: 2.16rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.38888889;
	letter-spacing: .04em;
	background: url(../images/food_loss_line01.png) no-repeat center top / contain;
}

.p-food-loss__inner-content-txt03 .large {
	font-size: 2.7rem;
}

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

}

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

}

/**********************************

 p-game

***********************************/
.p-game {
	margin-top: 6.5rem;
}

.p-game__inner {
	padding-bottom: 11rem;
}

.p-game__inner-ttl {
	width: 28.4rem;
	margin: 0 auto;
}

.p-game__inner-txt01 {
	width: 50.2rem;
	margin: 1rem auto 0;
}

.p-game__inner-pic01 {
	width: 67rem;
	margin: .5rem auto 0;
}

.p-game__inner-pic02 {
	width: 23.3rem;
	margin: 6rem auto 0;
}

.p-game__inner-correct {
	margin-top: 8rem;
}

.p-game__inner-correct .ttl {
	width: 13.7rem;
	margin: 0 auto;
}

.p-game__inner-correct .box {
	width: 67rem;
	padding: 2.5rem 3rem;
	margin: 3rem auto 0;
	background: #fcf5de;
	border: .6rem solid #6a3906;
}

.p-game__inner-correct .box ul {
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: normal;
}

.p-game__inner-correct .box ul li {
	margin-top: .6em;
}

.p-game__inner-correct .box ul li:first-child {
	margin-top: 0;
}

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

}

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

}

/**********************************

 p-about

***********************************/
.p-about {
	background: url(../images/about_bg01.jpg) repeat;
	background-size: 75rem auto;
}

.p-about__inner {
	padding: 3.5rem 0 12rem;
}

.p-about__inner-bnr01 {
	width: 51rem;
	margin: 0 auto;
}

.p-about__inner-bnr01 img {
	width: 100%;
	max-width: none;
}

.p-about__inner-txt01 {
	margin-top: 6rem;
	color: #dc4f11;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}

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

}

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

}

/**********************************

 p-mall

***********************************/
.p-mall {
	font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: url(../images/mall_bg01.jpg) repeat;
	background-size: 75rem auto;
}

.p-mall__inner {
	padding: 5rem 0 6rem;
}

.p-mall__inner-content {
	width: 60rem;
	margin: 0 auto;
}

.p-mall__inner-content .ttl {
	padding: 2rem 0;
	color: #fff;
	font-size: 3.4rem;
	font-weight: 500;
	text-align: center;
	background: #f28500;
	letter-spacing: .1em;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.p-mall__inner-content .ttl:before {
	content: "";
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	background: url(../images/mall_icon_plus02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 4rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__inner-content .ttl.is-active:before {
	background: url(../images/mall_icon_minus02.png) no-repeat center / contain;
}

.p-mall__inner-content .body {
	display: none;
	padding: 1rem 3.8rem;
	background: #fff;
	/*background: rgba(255,255,255,.8);*/
}

.p-mall__inner-content .body .acc {
	border-bottom: .1rem solid #000;
}

.p-mall__inner-content .body .acc:first-child {
	border-top: none;
}

.p-mall__inner-content .body .acc:last-child {
	border-bottom: none;
}

/*.p-mall__inner-content .body .acc.is-active,*/
/*.p-mall__inner-content .body .acc:last-child {*/
/*	border-bottom: none;*/
/*}*/

.p-mall__inner-content .body .acc__head {
	padding: 1.9rem 1rem;
	color: #505050;
	font-size: 2.6rem;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__inner-content .body .acc:last-child .acc__head,
.p-mall__inner-content .body .acc__head.is-active {
	border-bottom: none;
}

.p-mall__inner-content .body .acc__head:hover {
	opacity: .7;
}

.p-mall__inner-content .body .acc__head:before {
	content: "";
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	background: url(../images/mall_icon_plus01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 1rem;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-mall__inner-content .body .acc__head.is-active:before {
	background: url(../images/mall_icon_minus01.png) no-repeat center / contain;
}

.p-mall__inner-content .body .acc__body {
	display: none;
}

.p-mall__inner-content .body .acc__body-inner {
	/*padding-top: 1.5rem;*/
	/*padding-bottom: 1.5rem;*/
	/*padding-left: 2.3rem;*/
	/*margin-left: 1rem;*/
	/*margin-bottom: 2rem;*/
}

.p-mall__inner-content .body .acc__body-inner ul {
	padding: 0 0 1.5rem 4rem;
	font-size: 2.4rem;
	line-height: 1.710526315789474;
}

.p-mall__inner-content .body .acc__body-inner ul li {
	color: #505050;
}

.p-mall__inner-content .body .acc__body-inner ul li a {
	color: #505050;
	text-decoration: none;
}

.p-mall__inner-content .body .acc__body-inner dl {
	display: flex;
	margin-top: .4em;
	line-height: 1.5;
}

.p-mall__inner-content .body .acc__body-inner dl:first-child {
	margin-top: 0;
}

.p-mall__inner-content .body .acc__body-inner dl dt {
	width: 11.2rem;
	color: #a4237e;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.710526315789474;
}

.p-mall__inner-content .body .acc__body-inner dl dt.ls-s {
	letter-spacing: -.12em;
	transform: scale(.83, 1);
	-webkit-transform: scale(.83, 1);
	transform-origin: left center;
}

.p-mall__inner-content .body .acc__body-inner dl dd {
	margin-right: -1.5em;
	color: #505050;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.710526315789474;
	letter-spacing: normal;
}

.p-mall__inner-content .body .acc__body-inner dl dd .ls-s01 {
	display: inline-block;
	margin-right: -1.5em;
	transform: scale(.83, 1);
	-webkit-transform: scale(.83, 1);
	transform-origin: left center;
}

.p-mall__inner-content .body .acc__body-inner dl dd a {
	color: #505050;
	text-decoration: none;
}

.p-mall__inner-note {
	width: 60rem;
	margin: 4rem auto 0;
	color: #505050;
	font-size: 2.1rem;
	line-height: 1.5;
	letter-spacing: -.02em;
}

.p-mall__inner-note li {
	text-indent: -1em;
	margin-left: 1em;
}

.p-mall__inner-note li:first-child {
	margin-top: 0;
}

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

}

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

}


/**********************************

 p-bg-comingsoon

***********************************/
.p-bg-comingsoon {
	background: url(../images/comingsoon_bg01.jpg) no-repeat center -137rem;
	background-size: 192rem auto;
}

@media screen and (min-width:1921px){

	.p-bg-comingsoon {
		background-size: 100% auto;
	}

}


/**********************************

 p-comingsoon

***********************************/
.p-comingsoon {

}

.p-comingsoon__inner {
	padding-top: 6rem;
	padding-bottom: 8rem;
}

.p-comingsoon__inner-ttl {
	width: 58.6rem;
	margin: 0 auto;
}

.p-comingsoon__inner-recipe {
	margin: 3rem auto 0;
	width: 67rem;
}

.p-comingsoon__inner-more {
	width: 61rem;
	margin: 10rem auto 0;
}

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

}

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

}



/**********************************

 p-footer

***********************************/
.p-footer {
	background: #fff;
}

.p-footer__inner {
	padding: 6rem 0 0;
}

.p-footer__inner-logo {
	width: 25rem;
	margin: 0 auto;
}

.p-footer__inner-copy {
	margin-top: 2.5rem;
	color: #000;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: normal;
}

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

}

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

}


/**********************************

 p-pagetop

***********************************/
.p-pagetop {
	width: 124px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 10;
}

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

}

@media screen and (max-width:767px){
	.p-pagetop {
		width: 12.4rem;
		bottom: 5rem;
		right: 5rem;
	}

}

/**********************************

 xxx

***********************************/


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

}

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

}

