@charset "Shift_JIS";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'SourceHanSansJP';
	font-display: block;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.woff2) format('woff2'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.woff) format('woff'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.otf) format('opentype');
}

@font-face {
	font-family: 'SourceHanSansJP';
	font-display: block;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.woff2) format('woff2'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.woff) format('woff'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.otf) format('opentype');
}

#landing ol, #landing li {
	list-style: none !important;
	margin-left: 0 !important;
}

/* --- リンク画像の透過--- */
#main_contents a:hover {
	opacity: .65;
	-webkit-opacity: .65;
	-moz-opacity: .65;
}
#main_contents a {
	transition: opacity .2s ease-out;
}

/********************

   common

*********************/
#main_contents {
	--font-base: 'SourceHanSansJP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
	--font-shippori: "Shippori Mincho", serif;

	--color-black01: #000;
	--color-red01: #cf2d1f;
	--color-light_blue01: #8adaff;

	--wrapper01: 940px;
	--wrapper02: 750px;

	position: relative;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--font-base);
	color: var(--color-black01);
	letter-spacing: 0.1em;
}

#main_contents *,
#main_contents *::before,
#main_contents *::after {
	box-sizing: border-box;
}

#main_contents h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
}

#main_contents h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 50px;
}

#main_contents h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 29px;
}

#main_contents p {
	font-size: 1em;
	line-height: 2.0;
}

#main_contents img {
	max-width: 100%;
	height: auto;
}

#main_contents figure {
	margin: 0;
}

/********************
   parts
*********************/
#main_contents .contents_wrapper {
	position: relative;
	max-width: var(--wrapper01);
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

#main_contents .attention_text {
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 1.6;
}

#main_contents .attention_mark {
	position: relative;
	top: 0.1em;
	margin-left: 0.05em;
	margin-right: 0.02em;
	font-size: 0.55em;
	vertical-align: top;
}

#main_contents .underline01 {
	--underline_color: var(--color-red01);
	position: relative;
	display: inline;
	font-size: 1.02em;
	background: linear-gradient(transparent 0%, transparent 69.6%, var(--underline_color) 69.6%, var(--underline_color) 100%);
}

#main_contents .color_red01 {
	color: #cf2c25;
}
#main_contents .color_light_blue01 {
	color: #4dc7ff;
}
#main_contents .color_blue01 {
	color: #054697;
}

/********************

   main

*********************/
#main_contents main {
	overflow: hidden;
}

#main_contents .main_section {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 110px 0 117px;
	z-index: 10;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/********************
   fv
*********************/
#main_contents .fv {
	padding: 0 0 100px;
	z-index: 5;
}
#main_contents .fv::after {
	content: "";
	position: absolute;
	top: -390px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: calc(100% + 390px);
	background-image: url(../img/design/bg_design01.png);
	background-position-y: top 925px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

#main_contents .fv__img {
width: 100%;
}

#main_contents .fv__img img {
	width: 100%;
	height: auto;
}

#main_contents .fv__inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: right;
	z-index: 10;
}

#main_contents .fv__lead {
	width: 100%;
	height: auto;
	padding: 16px 50px 20px;
	background : linear-gradient(270deg, rgba(159, 204, 233, 1) 0%, rgba(127, 205, 233, 1) 42.23%, rgba(80, 99, 225, 1) 100%);
}
#main_contents .fv__lead > span {
	position: relative;
	left: 200px;
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}
#main_contents .fv__lead_fukidashi {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-28%);
	width: fit-content;
	padding: 0.4em;
	height: auto;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #32bdff;
	border-radius: 100px;
	font-size: 35px;
	letter-spacing: -0.02em;
	z-index: 10;
}
#main_contents .fv__lead_fukidashi::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(55%) translateY(-47%) rotate(19deg);
	width: 35px;
	height: auto;
	aspect-ratio: 35/41;
	clip-path: polygon( 0 0 , 100% 50%, 0 100%);
	background: #fff;
	z-index: -1;
}

#main_contents .fv__tit {
	width: 820px;
	margin-left: auto;
	margin-right: -120px;
}
#main_contents .fv__tit img {
	width: 100%;
}

#main_contents .fv__list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: -100px 20px 0 auto;
}
#main_contents .fv__list_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	padding-left: 0.04em;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 1000px;
	background: #a5cd83;
	color: #fff;
	font-size: 32.5px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
}

#main_contents .fv__list_item:nth-of-type(n+2) {
	margin-left: -0.25em;
}

#main_contents .fv__list_item:nth-of-type(1) {
	background: #a5cd83;
}
#main_contents .fv__list_item:nth-of-type(2) {
	background: #89c4c0;
}
#main_contents .fv__list_item:nth-of-type(3) {
	background: #e39d66;
}
#main_contents .fv__list_item:nth-of-type(4) {
	background: #e49e9d;
}
#main_contents .fv__list_item:nth-of-type(5) {
	background: #edd05d;
}

#main_contents .fv__product_img {
	position: absolute;
	top: -40px;
	left: 20px;
	width: 460px;
	z-index: -1;
}

/********************
    worry
*********************/
#main_contents .worry {
	position: relative;
	padding: 0;
	background: url(../img/design/worry__bg_design.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

#main_contents .worry__heading {
	position: relative;
	top: -50px;
	margin: 0 auto -70px;
}

#main_contents .worry__contents {
	max-width: 1100px;
	margin: 0 auto;
}

#main_contents .worry__text01 {
	margin-top: -40px;
}

#main_contents .worry__text01 img {
	width: 100%;
}

/********************
    step_sec
*********************/
#main_contents .step_sec {
	position: relative;
	padding: 0;
	z-index: 10;
}

#main_contents .step_sec .contents_wrapper {
	padding-bottom: 76px;
}

#main_contents .step_sec__heading {
	background: #8adaff;
	text-align: center;
	padding: 35px 0 54px;
	margin: 0 0 150px;
	line-height: 1.1;
}

#main_contents .step_sec__text {
	margin-top: 55px;
	font-size: 35px;
	text-align: center;
	letter-spacing: -0.04em;
	line-height: 1.6;
}

#main_contents .step_sec .illust {
	position: absolute;
	bottom: -20px;
	left: 80px;
	transform: translateX(-35%) translateY(32%);
	width: fit-content;
	z-index: -1;
}

#main_contents .step_sec__list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 16px;
	margin-top: 140px;
}

#main_contents .step_sec__list::before {
	content: "";
	position: absolute;
	top: -44px;
	left: 50%;
	transform: translateX(-50%);
	width: 82%;
	height: 0px;
	border-bottom: 8px dotted #8adaff;
}

#main_contents .step_sec__list_item {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
}

#main_contents .step_sec__list_item_inner {
	width: 100%;
	height: 100%;
	background: #e3f8ff;
	box-shadow: 2px 2px 5.4px rgba(0, 0, 0, 0.40);
	border-radius: 14px;
}

#main_contents .step_sec__list_item_num {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-77.6%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: auto;
	padding: 1.6% 0 0;
	background: #86cbff;
	border-radius: 1000px;
	color: #fff;
	aspect-ratio: 1/1;
	font-weight: 700;
	line-height: 1.02;
	z-index: 10;
}

#main_contents .step_sec__list_item_num>span:first-child {
	font-size: 30px;
}

#main_contents .step_sec__list_item_num>span:last-child {
	font-size: 55px;
	font-family: var(--font-shippori);
}

#main_contents .step_sec__list_item:nth-of-type(2) .step_sec__list_item_num {
	background: #43aeff;
}

#main_contents .step_sec__list_item:nth-of-type(3) .step_sec__list_item_num {
	background: #008bff;
}

#main_contents .step_sec__list_item_img_block {
	position: relative;
}

#main_contents .step_sec__list_item_img_block img {
	width: 100%;
	border-radius: 14px;
}

#main_contents .step_sec__list_item_img_block img.sub_img {
	width: fit-content;
	position: absolute;
	top: 0;
	left: 60px;
	transform: translateY(77.6%) translateX(-50%);
}

#main_contents .step_sec__list_item_text {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.0em 0.4em 1.1em;
	font-size: 18px;
	line-height: 1.9;
	letter-spacing: 0.08em;
	min-height: 8em;
}

/********************
    cooking_sec
*********************/
#main_contents .cooking_sec {
	position: relative;
	padding-top: 80px;
	background: url(../img/design/bg_design02.png);
	background-size: 100% 100%;
	z-index: 1;
}
#main_contents .cooking_sec__heading {
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.44;
}
#main_contents .cooking_sec__heading > span {
	font-size: 40px;
	font-weight: 700;
}

#main_contents .cooking_sec__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 22px;
	margin: 0;
	padding: 0;
}

#main_contents .cooking_sec__list_item {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
}

#main_contents .cooking_sec__list_item_number {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: auto;
	aspect-ratio: 1/1;
	padding-right: 5%;
	padding-bottom: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	font-weight: 700;
	font-family: var(--font-shippori);
	z-index: 10;
}

#main_contents .cooking_sec__list_item_number::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-47%) translateY(-47%);
	width: 200%;
	height: 200%;
	border-radius: 1000px;
	background: #fff677;
	z-index: -1;
}
#main_contents .cooking_sec__list_item:nth-of-type(2) .cooking_sec__list_item_number::before {
	background: #fff458;
}
#main_contents .cooking_sec__list_item:nth-of-type(3) .cooking_sec__list_item_number::before {
	background: #ffe200;
}
#main_contents .cooking_sec__list_item:nth-of-type(4) .cooking_sec__list_item_number::before {
	background: #ffd000;
}

#main_contents .cooking_sec__list_item_img_block {
	width: 100%;
	line-height: 1;
}

#main_contents .cooking_sec__list_item_img_block img {
	width: 100%;
	aspect-ratio: 230/210;
	object-fit: cover;
}

#main_contents .cooking_sec__list_item_contents {
	position: relative;
	min-height: 8.6em;
	padding: 1.2em 1.1em 1.3em;
	font-size: 19.6px;
	line-height: 1.6;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#main_contents .cooking_sec__list_item_contents::before {
	content: "";
	position: absolute;
	bottom: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: auto;
	aspect-ratio: 10/7;
	background: #fff;
	clip-path: polygon( 0 100% , 50% 0 , 100% 100%);
}

#main_contents .cooking_sec__list_item_contents p,
#main_contents .cooking_sec__list_item_contents li {
	font-size: 1em;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

#main_contents .cooking_sec__list_item_contents ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.2em;
	margin-left: -0.5em;
}

#main_contents .cooking_sec__list_item_contents:has(ul) p {
	font-size: 1.14em;
	font-weight: 700;
}

#main_contents .cooking_sec__list_item_contents li {
	list-style: none;
	margin-left: 0;
}

#main_contents .cooking_sec__list_item_contents li:nth-of-type(2n) {
	margin-left: 0.3em;
}

#main_contents .cooking_sec__list_item_contents li::before {
	content: "・";
	letter-spacing: -0.30em;
}

#main_contents .cooking_sec__img_block {
	width: fit-content;
	margin: 70px auto 25px;
}

#main_contents .cooking_sec__img_list {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}

#main_contents .cooking_sec__img_list li {
	width: 100%;
}

#main_contents .cooking_sec__img_list img {
	width: 100%;
}

#main_contents .cooking_sec__text {
	margin-top: 0.92em;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.6;
}

#main_contents .cooking_sec__tit {
	position: relative;
	width: fit-content;
	margin: 62px auto 66px;
	text-align: center;
	font-size: 40px;
	line-height: 1.2;
}

#main_contents .cooking_sec__tit::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-29%);
	width: 710px;
	height: 70px;
	background-image: url(../img/design/cooking_sec__text_deco01.png);
}

/********************
    merits_sec
*********************/
#main_contents .merits_sec {
	max-width: 1800px;
	padding: 0 0 20px;
}

#main_contents .merits_sec img {
	width: 100%;
}

#main_contents .merits_sec__heading {
	margin-top: 14px;
	text-align: center;
	font-size: 70px;
	font-weight: 700;
	line-height: 1.4;
}

#main_contents .merits_sec__heading>span {
	display: block;
}

#main_contents .merits_sec__heading>span:first-child {
	font-size: 0.5em;
	font-weight: 500;
	letter-spacing: 0.04em;
}

#main_contents .merits_sec__heading>span:last-child {
	font-family: var(--font-shippori);
}

/********************
    points
*********************/
#main_contents .points {
	position: relative;
	padding: 80px 0 82px;
	z-index: 1;
}

#main_contents .points::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: calc(100% + 200px);
	background-image: url(../img/design/points__bg_design.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

#main_contents .points__heading {
	width: fit-content;
	margin: 0 auto 92px;
}

#main_contents .point {
	position: relative;
	max-width: 810px;
	padding: 44px 50px 47px 80px;
	margin: 0 auto 54px;
	border-top: 13px solid #fff895;
	background: #fff;
	box-shadow: 1.1px 3.2px 6.2px rgba(0, 0, 0, 0.32);
}
#main_contents .point__number {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 117px;
	height: 135px;
	padding-bottom: 1.5%;
	clip-path: polygon( 0 0 , 100% 0 , 100% 100% , 50% calc(100% - 18px) ,0 100%);
	background: #fff895;
	row-gap: 0;
	column-gap: 0;
	font-family: var(--font-shippori);
	font-weight: 700;
	letter-spacing: 0.04em;
}

#main_contents .point__number > span:first-child {
	font-size: 25px;
	line-height: 1.02;
}
#main_contents .point__number > span:last-child {
	font-size: 45px;
	line-height: 1.02;
}

#main_contents .point__tit {
	margin: 0 auto;
	padding: 0 50px 0 80px;
	font-size: 43px;
	line-height: 1.4;
	text-align: center;
}

#main_contents .point__img_block {
	position: relative;
	width: fit-content;
	margin: 35px auto 0;
	text-align: center;
}
#main_contents .point__img_block .fukidashi {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(32%) translateY(20%);
}

#main_contents .point__text {
	margin-top: 1.62em;
	font-size: 20px;
	line-height: 1.7;
	text-align: center;
}

/********************
    introduction
*********************/
#main_contents .section_group02 {
	position: relative;
	margin: 0 auto 20px;
	background: linear-gradient(150deg, rgba(255, 251, 200, 1) 0%, rgba(213, 241, 255, 1) 100%);
}

#main_contents .introduction {
	padding: 100px 0 110px;
}

#main_contents .introduction__block {
	display: flex;
	justify-content: space-between;
	column-gap: 44px;
	width: 900px;
	margin: 106px auto 0;
}

#main_contents .introduction__block_contents {
	flex: 1;
}

#main_contents .introduction__block_img_block {
	width: fit-content;
}

#main_contents .introduction__block_img_block img.sub_img {
	position: absolute;
	bottom: 0;
	right: 40px;
	transform: translateX(25%) translateY(30%);
	height: auto;
	width: 162px;
}

#main_contents .introduction__block_tit {
	margin: 0 0 22px;
}

#main_contents .introduction__block_tit>span:first-child {
	position: relative;
	display: block;
	margin: 0 0 0.2em;
	color: #e48079;
	font-size: 30px;
	letter-spacing: 0em;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
}

#main_contents .introduction__block_tit>span:first-child::before,
#main_contents .introduction__block_tit>span:first-child::after {
	content: "＼";
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-80%);
}

#main_contents .introduction__block_tit>span:first-child::after {
	content: "／";
	left: auto;
	right: 0;
	transform: translateX(80%);
}

#main_contents .introduction__block_tit>span:last-child {
	position: relative;
	display: block;
	color: #475d8a;
	font-size: 62px;
	font-weight: 800;
	font-family: var(--font-shippori);
	letter-spacing: 0.04em;
	text-align: center;
	-webkit-text-stroke: 1.5px #475d8a;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

#main_contents .introduction__block_tit>span:last-child span {
	font-style: italic;
	margin-left: 0.1em;
}

#main_contents .introduction__block_tit>span:last-child::after {
	content: "";
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	height: 16px;
	background-image: url(../img/design/introduction__underline_deco.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}