@charset "Shift_JIS";

@font-face {
	font-family: 'SourceHanSansJP';
	font-display: block;
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/SourceHanSansJP/SourceHanSansJP-Regular__limited.woff2') format('woff2'),
		url('./fonts/SourceHanSansJP/SourceHanSansJP-Regular__limited.woff') format('woff'),
		url('./fonts/SourceHanSansJP/SourceHanSansJP-Regular__limited.otf') format('opentype');
}

@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');
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#landing ol, #landing li {
	list-style: none !important;
	margin-left: 0 !important;
}

/* --- リンク画像の透過--- */
a:hover {
	opacity: .65;
	-webkit-opacity: .65;
	-moz-opacity: .65;
}

a {
	transition: opacity .2s ease-out;
}

/* --- parts --- */
.marker {
	background-color: #ffff00;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/

/********************

   common

*********************/
#main_contents {
	--font-base: 'SourceHanSansJP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;

	--color-black01: #000;
	--color-red01: #cf2d1f;
	--color-brown01: #46250f;
	--color-brown02: #643e27;
	--color-brown03: #743725;
	--color-brown04: #885532;
	--color-brown05: #4a3628;
	--color-orange01: #f69856;
	--color-pale_orange01: #fde9c9;

	--wrapper01: 980px;
	--wrapper02: 750px;

	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--font-base);
	color: var(--color-black01);
	letter-spacing: 0em;
}

#main_contents *,
#main_contents *::before,
#main_contents *::after {
	box-sizing: border-box;
}

#main_contents h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.44;
}

#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.55;
	margin-bottom: 29px;
}

#main_contents p {
	font-size: 16px;
	line-height: 2.0;
}

#main_contents img {
	max-width: 100%;
	height: auto;
}

#main_contents figure {
	margin: 0;
}




/********************
   parts
*********************/
#main_contents .contents_wrapper {
	position: relative;
	width: 100%;
	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-brown01);
	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 .heading01 {
	text-align: center;
	margin: 0 auto 1.4em;
	font-size: 30px;
	line-height: 1.4;
}



/********************

   main

*********************/
#main_contents main {
	overflow: hidden;
}

#main_contents .main_section {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 110px 0 117px;
	z-index: 10;
}



/********************
   fv
*********************/
#main_contents .fv {
	position: relative;
	width: 980px;
	height: auto;
	max-height: 100vh;
	color: #fff;
	padding: 0;
	z-index: 5;
}


#main_contents .fv__bg img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

#main_contents .fv__inner {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 87.6%;
	max-width: 1250px;
	height: 100%;
	max-height: calc(100vh - 60px);
	font-size: clamp(16px, 1.25vw, 18.7px);
	font-size: 16px;
}

#main_contents .fv__inner img {
	width: 100%;
}

#main_contents .fv__tit {
	position: absolute;
	top: 2.6em;
	left: -0.25em;
	font-size: 1.7em;
	width: 12.5em;
}


#main_contents .fv__list {
	position: absolute;
	bottom: 1.7em;
	right: -2em;
	width: 30em;
	font-size: 1em;
}

#main_contents .fv__list .attention_text {
	display: block;
	width: 100%;
	margin-top: 8.2px;
	font-size: 14px;
	padding-right: 0.92em;
}

#main_contents .fv__img {
	position: absolute;
	bottom: 0.17em;
	left: 2.62em;
	width: 22em;
	font-size: 1em;
}






/********************
    worry
*********************/
#main_contents .worry {
	position: relative;
	padding-bottom: 82px;
	text-align: center;
	z-index: 1;
}

#main_contents .worry::before {
	content: "";
	position: absolute;
	top: 350px;
	left: 0;
	width: 100%;
	height: 550px;
	background-image: url(../img/design/worry__bg01.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-clip-path: polygon(0 0, 50% 150px, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px));
	clip-path: polygon(0 0, 50% 150px, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px));
	z-index: -1;
}

#main_contents .worry::after {
	content: "";
	position: absolute;
	top: 550px;
	left: 0;
	width: 100%;
	height: calc(100% - 550px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 40.43%, rgba(232, 232, 232, 1) 94.11%, rgba(230, 230, 230, 1) 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px));
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px));
	z-index: -2;
}

#main_contents .worry__img_block {
	position: relative;
	margin: 0 auto 150px;
}

#main_contents .worry__text01 {
	margin-bottom: 39px;
}

#main_contents .worry__figure {
	position: relative;
	transform: translateX(-1.1%);
	margin: 0 auto 40px;
}


/********************
    recommend
*********************/
#main_contents .recommend {
	padding-top: 62px;
	padding-bottom: 69px;
	text-align: center;
}

#main_contents .recommend__img_block {
	margin: 0 auto 47px;
}

#main_contents .recommend h3 {
	margin: 0 auto 28px;
}

#main_contents .recommend p {
	text-align: center;
	max-width: 660px;
	margin: 0 auto 1.5em;
}

#main_contents .recommend__text {
	font-size: 18px;
}

#main_contents .recommend .attention_text {
	font-size: 14px;
}


/********************
    points
*********************/
#main_contents .points {
	position: relative;
	padding-top: 132px;
	padding-bottom: 150px;
	background-image: url(../img/design/points__bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#main_contents .points .contents_wrapper {
	position: relative;
	max-width: 660px;
}

#main_contents .points .contents_wrapper>.point__illust {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(4.7%) translateX(50%);
}

#main_contents .points__heading {
	position: relative;
	transform: translateX(-3.2%);
	margin-bottom: 106px;
}


#main_contents .point {
	position: relative;
	background: rgba(255, 255, 255, 0.86);
	padding: 62px 47px 69px;
	margin-top: 100px;
	text-align: center;
	border: 2px solid;
	border-image-source: linear-gradient(90deg, rgba(60, 22, 22, 1) 0.56%, rgba(105, 76, 44, 1) 8.43%, rgba(172, 150, 90, 1) 38.2%, rgba(231, 220, 190, 1) 56.18%, rgba(160, 136, 98, 1) 79.26%, rgba(157, 132, 94, 1) 80.34%, rgba(132, 87, 49, 1) 95.51%);
	border-image-slice: 1;
}

#main_contents .point::before,
#main_contents .point::after {
	content: "";
	position: absolute;
	width: 69px;
	height: auto;
	aspect-ratio: 1/1;
	background: #c8b292;
	opacity: 0.62;
}

#main_contents .point::before {
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	transform: translateX(-10%) translateY(-10%);
}

#main_contents .point::after {
	bottom: 0;
	right: 0;
	-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	transform: translateX(10%) translateY(10%);
}

#main_contents .point__illust {
	position: absolute;
}

#main_contents .point__num img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-66.2%);
	line-height: 1;
	white-space: nowrap;
	-webkit-filter: brightness(1.02);
	filter: brightness(1.02);
}

#main_contents .point__tit {
	margin: 0 auto 0.47em;
	text-align: center;
	font-size: 34.5px;
	line-height: 1.4;
}

#main_contents .point__text {
	margin-bottom: 1.8em;
	font-size: 16px;
}


#main_contents .point>*:last-child {
	margin-bottom: 0;
}


#main_contents .point__block01 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	-moz-column-gap: 32px;
	column-gap: 32px;
	margin-top: 35px;
}

#main_contents .point__block01_item {
	width: 180px;
}

#main_contents .point__block01_tit {
	padding: 0.25em 0em 0.28em;
	margin-bottom: 25px;
	background: #2c9573;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1;
}

#main_contents .point__block01_item:nth-of-type(2) .point__block01_tit {
	background: #f69856;
}

#main_contents .point__block01_img_block {
	text-align: center;
	margin: 0 auto 17px;
}

#main_contents .point__block01_text {
	margin: 0 auto 0.47em;
	font-size: 25.5px;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
	letter-spacing: 0.02em;
	font-weight: 700;
}

#main_contents .point__block01_text>span:nth-of-type(1) {
	letter-spacing: -0.02em;
}

#main_contents .point__block01_text>span:nth-of-type(2) {
	font-size: 0.76em;
}

#main_contents .point__block01_text_num {
	position: relative;
	top: -0.11em;
	font-size: 1.44em;
	vertical-align: middle;
}

#main_contents .point__block01_attention_text {
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
	white-space: nowrap;
}


#main_contents .point__block02 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	-moz-column-gap: 22px;
	column-gap: 22px;
	padding: 0 8px;
}

#main_contents .point__block02 .point__text {
	flex: 1;
	margin-top: 2em;
}


/* 1 */
#main_contents .point[data-point="01"] .point__illust {
	top: 0;
	left: 0;
	transform: translateY(39%) translateX(-93%);
}

/* 2 */
#main_contents .point[data-point="02"] .point__illust {
	top: 0;
	right: 0;
	transform: translateY(51%) translateX(117%);
}

/* 3 */
#main_contents .point[data-point="03"] .point__illust {
	top: 0;
	left: 0;
	transform: translateY(140%) translateX(-125%);
}

/* 4 */
#main_contents .point[data-point="04"] .point__illust {
	top: 0;
	right: 0;
	transform: translateY(111%) translateX(125%);
}

/* 5 */
#main_contents .point[data-point="05"] .point__illust {
	top: 0;
	left: 0;
	transform: translateY(-15%) translateX(-215%);
}

#main_contents .point[data-point="05"] {
	padding-bottom: 25px;
}


/********************
    regular_purchase
*********************/
#main_contents .regular_purchase {
	position: relative;
	background: var(--color-pale_orange01);
	padding-top: 117px;
	padding-bottom: 69px;
	padding-left: 20px;
	padding-right: 20px;
}

#main_contents .regular_purchase .contents_wrapper {
	position: relative;
}

#main_contents .regular_purchase .contents_wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(28%) translateY(10%);
	width: 280px;
	height: auto;
	aspect-ratio: 280/319;
	background-image: url(../img/regular_purchase__illust@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
}


#main_contents .regular_purchase__list_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	line-height: 1.4;
	margin-bottom: 1.1em;
	-moz-column-gap: 0.62em;
	column-gap: 0.62em;
	font-size: 17.6px;
}

#main_contents .regular_purchase__list_item::before {
	content: "";
	position: relative;
	top: 0px;
	display: block;
	min-width: 22px;
	height: auto;
	aspect-ratio: 21/24;
	background-color: var(--color-brown01);
	-webkit-mask-image: url(../img/design/icon_beans01@2x.png);
	mask-image: url(../img/design/icon_beans01@2x.png);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

#main_contents .regular_purchase__list_item:nth-of-type(2):before {
	background-color: var(--color-brown02);
}

#main_contents .regular_purchase__list_item:nth-of-type(3):before {
	background-color: var(--color-brown03);
}

#main_contents .regular_purchase__list_item:nth-of-type(4):before {
	background-color: var(--color-brown04);
}

#main_contents .regular_purchase .attention_text {
	text-align: left;
	padding-left: 32px;
}




/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/