@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  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
html {
	font-size: 10px;
}

/********************

   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: 1080px;
	--wrapper02: 980px;

	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: var(--font-base);
	color: var(--color-black01);
	letter-spacing: 0em;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

#main_contents *,
#main_contents *::before,
#main_contents *::after {
	box-sizing: border-box;
}

#main_contents h1 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.44;
}

#main_contents h2 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5rem;
}

#main_contents h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 2.9rem;
}

#main_contents p {
	font-size: 1.6rem;
	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: 1.3rem;
	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 .sec_img img {
	width: 100%;
}


/********************

   main

*********************/
#main_contents main {
	overflow: hidden;
}

#main_contents .main_section {
	position: relative;
	width: 100%;
	padding: 11rem 0 11.5rem;
	z-index: 10;
}



/********************
   fv
*********************/
#main_contents .fv {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
	padding: 0;
	z-index: 5;
}


#main_contents .fv__img img {
	width: 100%;
}





/********************
   cp_ofr
*********************/
#main_contents .cp_ofr {
	position: relative;
	padding: 13.5rem 0 15.5rem;
	z-index: 10;
	background: url(../img/design/cp_ofr__bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#main_contents .cp_ofr__box {
	position: relative;
	width: 100%;
	max-width: 93.9rem;
	height: auto;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0;
	z-index: 10;
	box-sizing: border-box;
}

#main_contents .cp_ofr__box_inner {
	background: #fff;
	padding: 3.2rem 5.5rem 8.0rem 6.9rem;
	border-radius: 2.5rem;
}

#main_contents .cp_ofr__box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 2.0rem);
	height: calc(100% + 2.0rem);
	background: 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%);
	box-shadow: 0.1rem 0.1rem 1.2rem rgba(0, 0, 0, 0.2);
	border-radius: 3.2rem;
	z-index: -1;
}

#main_contents .cp_ofr__box_heading {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-59%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 4.7rem;
	padding: 0.1rem 6.2rem 0.25rem;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	font-size: 3.25rem;
	letter-spacing: 0;
	z-index: 1;
	text-shadow: 0.1rem 0.1rem 0.1rem #00000055;
}

#main_contents .cp_ofr__box_heading+.attention_text {
	text-align: right;
	padding-right: 17rem;
	font-weight: 400;
}

#main_contents .cp_ofr__box_heading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, 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%);
	z-index: -1;
}

#main_contents .cp_ofr__box_heading::after {
	content: "";
	position: absolute;
	top: calc(100% - 0.1rem);
	left: 0;
	transform: rotate(-28.2deg);
	transform-origin: top left;
	width: 4.5rem;
	height: auto;
	aspect-ratio: 1/1;
	background: #432511;
	z-index: -10;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
}


#main_contents .cp_ofr__block {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
	text-align: center;
	margin: 10.6rem auto 0;
}

#main_contents .cp_ofr__block:nth-of-type(2) {
	margin-top: 5rem;
}

#main_contents .cp_ofr__img_block {
	position: relative;
	width: 40.4rem;
}

#main_contents .cp_ofr__block:nth-of-type(2) .cp_ofr__img_block {
	margin-top: 4.7rem;
}

#main_contents .cp_ofr__img_block img {
	width: 100%;
}

#main_contents .cp_ofr__img_sub_text img {
	position: absolute;
	top: 0;
	right: 0.82rem;
	width: 23.2rem;
	transform: translateY(-102%);
}

#main_contents .cp_ofr__block:nth-of-type(2) .cp_ofr__img_sub_text img {
	transform: translateY(-120%);
}

#main_contents .cp_ofr__img_block .cp_ofr__img_text {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 1.1rem 4.7rem 1.4rem;
	margin: 0 auto 1rem;
	border-radius: 10rem;
	background: var(--color-brown05);
	color: #fff;
	line-height: 1.2;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}


#main_contents .cp_ofr__contents_block {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}


#main_contents .cp_ofr__contents_name {
	margin: 0 0 2.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: left;
}

#main_contents .cp_ofr__block:nth-of-type(2) .cp_ofr__contents_name {
	margin-bottom: 2.8rem;
}

#main_contents .cp_ofr__contents_price {
	margin: 0 0 1.7rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: left;
}


#main_contents .cp_ofr .cp_ofr_btn {
	width: 100%;
	max-width: 40rem;
	height: 5.5rem;
	margin: 3.5rem auto 0;
	box-shadow: 0.25rem 0.25rem 0.32rem 0px rgba(0, 0, 0, 0.1);
}

#main_contents .cp_ofr .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	font-family: var(--font-base);
	font-weight: 700;
}

#main_contents .cp_ofr_btn .btn_arrow_ {
	--size: 0.76em;
	width: var(--size);
	height: var(--size);
}

#main_contents .cp_ofr .cp_ofr_btn+.attention_text {
	margin-top: -1.6rem;
	padding-left: 63.2rem;
	text-align: left;
}


/********************
    movie
*********************/
#main_contents .movie {
	padding-top: 5.5rem;
	padding-bottom: 12.5rem;
}

#main_contents .movie__heading {
	text-align: center;
	margin: 0 auto 3.9rem;
}

#main_contents .movie__heading img {
	width: 12rem;
}

#main_contents .movie .contents_wrapper {
	max-width: 56.6rem;
}

#main_contents .movie_box {
	width: 100%;
	height: auto;
	aspect-ratio: 1600/900;
	aspect-ratio: 1/1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	line-height: 1;
	background: #000;
}

#main_contents .hacobune-video-js.videojs-default-skin[data-v-5c9f8c5a] {
	background: transparent !important;
}

#main_contents .hacobune-play-subtitles {
	top: 0 !important;
	margin: 0 !important;
	display: none;
}
#main_contents .hacobune-vjs-big-play-button{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 2.2em;
}
#main_contents .hacobune-vjs-big-play-button .hacobune-vjs-icon-placeholder:before{
    font-size: 2.2em;
}
#main_contents .hacobune-readmore{
	display: none;
}

/********************
    worry
*********************/
#main_contents .worry {
	position: relative;
	padding-top: 15.5rem;
	padding-bottom: 18.7rem;
	background: #292b25;
	background: url(../img/design/worry__bg@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	color: #fff;
	text-align: center;
	z-index: 1;
}

#main_contents .worry__text01 {
	font-size: 2.0rem;
	margin-bottom: 5.5rem;
}

#main_contents .worry__figure {
	position: relative;
	width: 69rem;
	margin: 0 auto 6.2rem;
}

#main_contents .worry__figure img {
	width: 100%;
}

#main_contents .worry__figure .attention_text {
	margin-top: 1.1em;
	text-align: center;
}

#main_contents .worry__text02 {
	width: 50rem;
	margin: 0 auto;
}


/********************
    introduction
*********************/
#main_contents .introduction {
	padding-top: 15rem;
	padding-bottom: 8.7rem;
	text-align: center;
}

#main_contents .introduction__heading {
	margin: 0 auto 4.7rem;
}

#main_contents .introduction__img_block {
	margin: 0 auto 4.4rem;
}

#main_contents .introduction__img_block img {
	width: 76rem;
}

#main_contents .introduction__name {
	margin: 0 auto 2.2rem;
}

#main_contents .introduction__text {
	width: 35.5em;
	margin: 0 auto;
	font-size: 2.0rem;
	text-align: center;
}

#main_contents .introduction__text+.attention_text {
	margin-top: 1.2em;
}

/********************
    recommend
*********************/
#main_contents .recommend {
	padding-top: 13rem;
	padding-bottom: 14rem;
	text-align: center;
}

#main_contents .recommend__heading {
	width: 44rem;
	margin: 0 auto 5rem;
	text-align: center;
}

#main_contents .recommend__heading img {
	width: 100%;
}

#main_contents .recommend__list_wrapper {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

#main_contents .recommend__list_item {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 1.1rem;
	padding: 0.86em 3.2em 0.92em 4.0em;
	margin-top: 0.86rem;
	border: 0.16rem solid #000;
	border-radius: 100rem;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}

#main_contents .recommend__list_item::before {
	content: "";
	position: relative;
	display: block;
	background-image: url(../img/design/checkmark@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 4.5rem;
	height: auto;
	aspect-ratio: 42/35;
}

#main_contents .recommend__list+.attention_text {
	margin-top: 1.4em;
	padding-right: 2.2em;
	text-align: right;
	font-weight: 400;
}



/********************
    points
*********************/
#main_contents .points {
	position: relative;
	padding-top: 14rem;
	padding-bottom: 15rem;
	background-image: url(../img/design/points__bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

#main_contents .points__heading {
	width: 86rem;
	text-align: center;
	margin: 0 auto;
}

#main_contents .points__heading img {
	width: 100%;
}

#main_contents .point {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 5rem;
}

#main_contents .point:nth-of-type(2n) {
	flex-direction: row-reverse;
}

#main_contents .point__text {
	text-align: left;
	font-size: 1.7rem;
	letter-spacing: -0.025em;
	line-height: 1.8;
}

#main_contents .point__attention_text {
	margin-top: 1.6em;
}

#main_contents .point__tit {
	margin: 0 auto 2.2rem;
	text-align: center;
}

/* 01 */
#main_contents .point:nth-of-type(1) {
	column-gap: 0;
	margin-top: -2.5rem;
}

#main_contents .point:nth-of-type(1) .point__contents {
	margin: 4.4rem auto auto 2rem;
	max-width: 43rem;
}

#main_contents .point:nth-of-type(1) .point__img_block {
	margin-right: 2rem;
}

#main_contents .point:nth-of-type(1) .point__img_block .attention_text {
	margin-top: 1em;
	margin-right: 0.8em;
	text-align: right;
	font-weight: 400;
}


/* 02 */
#main_contents .point:nth-of-type(2) {
	margin-top: 3.2rem;
}

#main_contents .point:nth-of-type(2) .point__contents {
	max-width: 43rem;
}

#main_contents .point:nth-of-type(2) .point__img_block {
	margin-top: 4.7rem;
}

/* 03 */
#main_contents .point:nth-of-type(3) {
	margin: 11rem auto auto 2rem;
}

#main_contents .point:nth-of-type(3) .point__contents {
	max-width: 41.7rem;
}

#main_contents .point_more {
	position: relative;
	left: 10rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 3.5rem;
	margin-top: 12rem;
}

#main_contents .point_more__contents {
	width: 22.8rem;
}

#main_contents .point_more__contents p {
	margin-bottom: 4rem;
}

#main_contents .point_more__img_block img{
	width:90%;
}

/********************
    qanda
*********************/
#main_contents .qanda {
	position: relative;
}

#main_contents .qanda__heading {
	width: 13rem;
	text-align: center;
	margin: 0 auto 4rem;
}

#main_contents .qanda__heading img {
	width: 100%;
}

.qanda__item {
	margin-top: 3.5rem;
}

.qanda__item_question,
.qanda__item_answer {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	font-weight: 400;
}

.qanda__item_question::before,
.qanda__item_answer::before {
	--icon-size: 5.6rem;
	content: "";
	position: relative;
	top: 0;
	left: 0;
	min-width: var(--icon-size);
	width: var(--icon-size);
	height: auto;
	min-height: var(--icon-size);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

.qanda__item_question::before {
	background-color: #000;
	background-image: url(../img/text/qanda__question_icon@2x.png);
}

.qanda__item_answer::before {
	background-image: url(../img/text/qanda__answer_icon@2x.png);
}

.qanda__item_question {
	margin-bottom: 1.2rem;
}

.qanda__item_question_inner,
.qanda__item_answer_inner {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0.8rem 0.4rem 1.6rem 2.8rem;
	font-size: 1.8rem;
	letter-spacing: -0.01em;
}

.qanda__item_question_inner {
	background: #e6e6e6;
}



/********************
    regular_purchase
*********************/
#main_contents .regular_purchase {
	position: relative;
	background: var(--color-pale_orange01);
	padding-top: 14rem;
	padding-bottom: 7.6rem;
}

#main_contents .regular_purchase .contents_wrapper {
	position: relative;
	max-width: var(--wrapper02);
}

#main_contents .regular_purchase .contents_wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(39%) translateY(-11%);
	width: 28rem;
	height: auto;
	aspect-ratio: 280/320;
	background-image: url(../img/regular_purchase__illust@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

#main_contents .regular_purchase__heading {
	width: 54rem;
	margin: 0 auto 4.0rem;
	text-align: center;
}

#main_contents .regular_purchase__heading img {
	width: 100%;
}

#main_contents .regular_purchase__list {
	padding-left: 3.2rem;
}

#main_contents .regular_purchase__list_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 0.96em;
	-moz-column-gap: 0.62em;
	column-gap: 0.62em;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.32;
}

#main_contents .regular_purchase__list_item::before {
	content: "";
	position: relative;
	top: -0.04em;
	display: block;
	min-width: 2.2rem;
	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: 3.2rem;
	font-size: 1.3rem;
}




/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding: 4.4rem 0 12.5rem !important;
	margin: 0;
	background: var(--color-pale_orange01);
	z-index: 1;
}

#products_specification .contents_wrapper {
	position: relative;
	max-width: var(--wrapper02);
}


#products_specification table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

#products_specification caption {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	padding: 1.8rem 1.5rem 2.0rem;
	margin-bottom: 2.2rem;
	background: var(--color-brown01);
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.1;
	letter-spacing: 0.04em;
}

#products_specification td,
#products_specification th {
	height: auto;
	padding: 1.1rem 1.0rem 1.6rem 1.7rem;
	background: #fff;
	color: var(--color-black01);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.76;
	font-family: var(--font-base);
	border: 1.5px solid var(--color-black01);
	vertical-align: baseline;
	text-align: left;
	letter-spacing: -0.02em;
	word-break: break-all;
}

#products_specification th {
	background: var(--color-orange01);
	color: #fff;
	width: 23.9%;
	font-size: 1.7rem;
	font-weight: 700;
}

#products_specification td {}

#products_specification .font_smaller {
	display: inline-block;
	padding-left: 0.4em;
	font-size: 0.76em;
	vertical-align: middle;
}

#products_specification .attention_text {
	color: var(--color-red01);
	margin-top: 1.54em;
	font-size: 1.44rem;
	font-weight: 500;
	line-height: 1.86;
}



/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/