@charset "UTF-8";

@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');
}

@font-face {
	font-family: 'SourceHanSansJP';
	font-display: block;
	font-style: normal;
	font-weight: 900;
	src: url('./fonts/SourceHanSansJP/SourceHanSansJP-Heavy__limited.woff2') format('woff2'),
		url('./fonts/SourceHanSansJP/SourceHanSansJP-Heavy__limited.woff') format('woff'),
		url('./fonts/SourceHanSansJP/SourceHanSansJP-Heavy__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-gray01: #606060;
	--color-orange01: #ff8d41;
	--color-red01: #bb271b;

	--wrapper01: 900px;
	--wrapper02: 750px;

	position: relative;
	font-size: 16px;
	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.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.1;
}

#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: 12px;
	text-align: left;
	font-weight: 500;
	line-height: 1.6;
}

#main_contents .attention_mark {
	position: relative;
	top: 0.1em;
	margin-left: 0.04em;
	margin-right: 0.1em;
	font-size: 0.62em;
	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: var(--color-red01);
}

#main_contents .color_orange01 {
	color: var(--color-orange01);
}

#main_contents .heading_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 44px;
	margin-bottom: 50px;
	overflow: hidden;
}

#main_contents .heading_block__sub {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 15px;
}

#main_contents .heading_block__sub::before {
	content: "";
	position: relative;
	display: block;
	width: 100px;
	height: auto;
	aspect-ratio: 180/87;
	background-image: url(../img/design/heading_block_deco.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#main_contents .heading_block__sub_side {
	display: block;
}

#main_contents .heading_block__sub_side::before,
#main_contents .heading_block__sub_side::after {
	--color: #ffc1a2;
	--adjust: 2.2rem;
	content: "";
	position: absolute;
	bottom: 0;
	width: 100rem;
	height: 22.5px;
	background-image: repeating-linear-gradient(-62deg, transparent, transparent 0.2rem, #ffc1a2 0.2rem, #ffc1a2 0.44rem, transparent 0.44rem, transparent 1rem);
}

#main_contents .heading_block__sub_side::before {
	right: calc(100% + var(--adjust));
	transform: rotate(180deg);
}

#main_contents .heading_block__sub_side::after {
	left: calc(100% + var(--adjust));
}

#main_contents .heading_block__heading {
	font-size: 51px;
	letter-spacing: 0em;
	line-height: 1.4;
}




/********************

   main

*********************/
#main_contents main {
	overflow: hidden;
}

#main_contents main {
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#main_contents .main_section {
	position: relative;
	width: 100%;
	padding: 76px 0 82px;
	z-index: 10;
}



/********************
   fv
*********************/
#main_contents .fv {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
	color: #fff;
	padding: 0;
	z-index: 10;
}

#main_contents .fv__bg img {
	width: 100%;
	max-height: calc(100vh - 60px);
	object-fit: cover;
	object-position: 50% 80%;
}

#main_contents .fv__inner {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	max-height: calc(100vh - 60px);
	font-size: clamp(16px, 1.25vw, 18.7px);
}

#main_contents .fv__inner img {
	width: 100%;
}

#main_contents .fv__tit {
	position: absolute;
	bottom: 5.5%;
	left: 4.7%;
	width: 73%;
}

#main_contents .fv__logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	font-size: 1em;
}





/********************
   cp_ofr
*********************/
#main_contents .cp_ofr {
	position: relative;
	padding: 82px 0 96px;
	background: transparent;
	z-index: 5;
}

#main_contents .cp_ofr__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 760px);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 235, 105, 0.4) 43.33%, rgba(255, 175, 0, 0.9) 100%);
	opacity: 0.7;
	clip-path: polygon(0 0, 100% 0%, 100% 82%, 50% 100%, 0 82%);
}

#main_contents .cp_ofr__bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 629px;
	background-image: url(../img/design/bg_design01.png);

}

#main_contents .cp_ofr__heading {
	margin: 0 auto 30px;
	text-align: center;
}

#main_contents .cp_ofr__box {
	position: relative;
	width: 100%;
	max-width: 750px;
	font-size: 10px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	box-shadow: 1px 1px 7.3px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	z-index: 10;
}

#main_contents .cp_ofr__box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	transform: translateX(-50%) translateY(-50%);
	background: linear-gradient(90deg, rgba(213, 90, 47, 1) 0%, rgba(255, 162, 110, 1) 52%, rgba(213, 90, 47, 1) 100%);
	border-radius: 16px;
	z-index: -1;
}


#main_contents .cp_ofr__block {
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	column-gap: 2.2em;
	text-align: center;
	padding: 4.17em 2.0em 3.9em;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	font-size: 1em;
}

#main_contents .cp_ofr__sub_block {
	position: relative;
	width: 20em;
	font-size: 1em;
}

#main_contents .cp_ofr__sub_block img {
	width: 100%;
	font-size: 1.6em;
}

#main_contents .cp_ofr__contents_block {
	position: relative;
	width: fit-content;
}


#main_contents .cp_ofr__contents_name {
	margin: 0 0 0.44em;
	font-size: 5.9em;
	font-weight: 900;
	letter-spacing: -0.032em;
	line-height: 1.1;
	text-align: left;
	white-space: nowrap;
}

#main_contents .cp_ofr__contents_text {
	margin: 14.7px 0 0;
}

#main_contents .cp_ofr__contents_price {
	margin: 0 0 1.06em;
	width: 20em;
	text-align: left;
	font-size: 2.0em;
}

#main_contents .cp_ofr__contents_price img {
	width: 100%;
}


#main_contents .cp_ofr .cp_ofr_btn {
	width: 100%;
	max-width: 580px;
	height: 50px;
	margin: 0 auto 1em;
	box-shadow: 2.5px 2.5px 3.2px 0px rgba(0, 0, 0, 0.04);
}

#main_contents .cp_ofr .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-family: var(--font-base);
	font-weight: 500;
}

#main_contents .cp_ofr_btn .btn_arrow_ {
	--size: 0.82em;
	width: var(--size);
	height: var(--size);
}



/********************
    movie
*********************/
#main_contents .movie {}

#main_contents .movie__heading {}

#main_contents .movie .contents_wrapper {}

#main_contents .movie_box {
	width: 100%;
	max-width: 560px;
	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 .movie_box div,
#main_contents .movie_box main,
#main_contents .movie_box video,
#main_contents .movie_box iframe {
	width: 100%;
	height: 100%;
	border: none;
}


#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;
}



/********************
    recommend
*********************/
#main_contents .recommend {
	position: relative;
	padding-top: 25px;
	padding-bottom: 110px;
	z-index: 5;
}

#main_contents .recommend__list {
	width: fit-content;
	margin: 0 auto 63px;
}

#main_contents .recommend .contents_wrapper {
	position: relative;
}

#main_contents .recommend .contents_wrapper::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 20px;
	transform: translateY(50%);
	width: 180px;
	height: auto;
	aspect-ratio: 180/273;
	background-image: url(../img/recommend__illust01.png);
}

#main_contents .recommend__list_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 8.7px;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0;
}

#main_contents .recommend__list_item:nth-of-type(n+2) {
	margin-top: 30px;
}

#main_contents .recommend__list_item::before {
	content: "";
	position: relative;
	top: 0.062em;
	display: block;
	width: 1.8em;
	height: auto;
	aspect-ratio: 102/106;
	background-image: url(../img/design/icon_check01.png);
	background-repeat: no-repeat;
	background-size: contain;
}




/********************
    points
*********************/
#main_contents .points {
	position: relative;
	padding-top: 55px;
	padding-bottom: 125px;
	z-index: 1;
}

#main_contents .points_wrapper {}

#main_contents .contents_wrapper {
	z-index: 20;
}

#main_contents .points::before {
	content: "";
	position: absolute;
	top: -230px;
	left: 0;
	width: 100%;
	height: calc(100% + 230px);
	background: linear-gradient(150deg, rgba(255, 235, 105, 0.5) 0%, rgba(255, 175, 0, 0.8) 44.65%, rgba(255, 175, 0, 0.8) 59.95%, rgba(255, 235, 105, 0.5) 100%);
	opacity: 0.30;
	z-index: -1;
}

#main_contents .points::after {
	content: "";
	position: absolute;
	top: -290px;
	left: 0;
	width: 100%;
	height: 262px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.97) 40.22%, rgba(255, 255, 255, 1) 100%);
}

#main_contents .points__heading_block .color_orange01 {
	font-size: 1.39em;
}

#main_contents .point {
	position: relative;
	margin-top: 132px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 44px;
}

#main_contents .point:nth-of-type(2n+1) {
	flex-direction: row-reverse;
}

#main_contents .point::before {
	content: "";
	position: absolute;
	background-image: url(../img/design/deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1104px;
	height: auto;
	aspect-ratio: 1104/1002;
	z-index: -10;
	opacity: 0;
}

#main_contents .point__contents {
	--width: 400px;
	position: relative;
	width: var(--width);
	min-width: var(--width);
	box-sizing: content-box;
}

#main_contents .point:nth-of-type(2n+1) .point__contents {
	--width: 455px;
}

#main_contents .point__tit {
	position: relative;
	min-height: 2.8em;
	padding: 0 0 32px;
	margin: 0;
	font-size: 45px;
	line-height: 1.32;
	text-align: left;
}

#main_contents .point:nth-of-type(2n+1) .point__tit {
	text-align: right;
}

#main_contents .point__num {
	position: absolute;
	bottom: -4px;
	left: -25px;
	z-index: -1;
}

#main_contents .point:nth-of-type(2n+1) .point__num {
	left: auto;
	right: -25px;
}

#main_contents .point__text {
	position: relative;
	width: 100%;
	padding: 40px 0 47px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.92;
	letter-spacing: 0.1em;
}

#main_contents .point:nth-of-type(2n+1) .point__text {
	--adjust: -73px;
	width: 100%;
	margin-left: auto;
	margin-right: 0;
	padding-right: 0;
}

#main_contents .point__text::before,
#main_contents .point__text::after {
	--adjust: -73px;
	content: "";
	position: absolute;
	top: 0;
	right: var(--adjust);
	width: 50vw;
	z-index: -1;
}

#main_contents .point__text::before {
	height: 100%;
	background: linear-gradient(-90deg, rgba(255, 235, 105, 0.5) 0%, rgba(255, 175, 0, 1) 100%);
}

#main_contents .point__text::after {
	top: 100%;
	height: 5px;
	background: linear-gradient(-90deg, rgba(22, 43, 108, 0.3) 0%, rgba(22, 43, 108, 1) 100%);
}

#main_contents .point:nth-of-type(2n+1) .point__text::before,
#main_contents .point:nth-of-type(2n+1) .point__text::after {
	right: auto;
	left: var(--adjust);
	transform: rotate(180deg);
}


#main_contents .point__img_block {}

#main_contents .point:nth-of-type(2n+1) .point__img_block {
	right: auto;
	left: 0;
}


/* 1 */
#main_contents .point[data-point="01"]::before {
	width: 620px;
	transform: translateX(-63.9%) translateY(-54%) rotate(-13.9deg);
	opacity: 0.5;
	top: 0;
	left: 0;
}

/* 2 */
#main_contents .point[data-point="02"]::before {
	width: 417px;
	transform: translateX(87.9%) translateY(-55%) rotate(-320deg);
	opacity: 0.25;
	top: 0;
	right: 0;
}

#main_contents .point[data-point="02"] .point__img_block {
	margin-top: 10px;
}


/* 3 */
#main_contents .point[data-point="03"] {
	flex-direction: column;
	align-items: flex-end;
}

#main_contents .point[data-point="03"]::before {
	width: 1150px;
	transform: translateX(-51%) translateY(-54.5%) rotate(-232deg);
	opacity: 0.25;
	top: 0;
	left: 0;
}

#main_contents .point[data-point="03"] .point__img_block {
	position: relative;
	left: -30px;
	width: 100%;
	text-align: center;
	margin-top: -87px;
}

#main_contents .point[data-point="03"] .point__contents {
	--width: 600px;
}

#main_contents .point[data-point="03"] .point__text {
	width: 476px;
	padding-bottom: 62px;
}

/* 4 */
#main_contents .point[data-point="04"]::before {
	width: 1060px;
	transform: translateX(82.9%) translateY(-47%) rotate(-111deg);
	opacity: 0.5;
	top: 0;
	right: 0;
}

#main_contents .point[data-point="04"] .point__img_block {
	margin-top: 40px;
}

/* 5 */
#main_contents .point[data-point="05"]::before {
	width: 1000px;
	transform: translateX(-80.9%) translateY(-32.5%) rotate(-14.5deg);
	opacity: 0.5;
	top: 0;
	left: 0;
}

#main_contents .point[data-point="05"] .point__img_block {
	margin-top: -11px;
}

/* 6 */
#main_contents .point[data-point="06"]::before {
	width: 390px;
	transform: translateX(62%) translateY(50.4%) rotate(-344deg);
	opacity: 0.35;
	bottom: 0;
	right: 0;
}

#main_contents .point[data-point="06"] .point__img_block {
	margin-top: -17px;
}



/********************
    package_sec
*********************/
#main_contents .package_sec {
	padding-top: 76px;
	padding-bottom: 110px;
}

#main_contents .package_sec__heading_block {
	margin-bottom: 20px;
}

#main_contents .package_sec__list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 73px;
}

#main_contents .package_sec__list_item_img_block figcaption {
	margin-top: 0.54em;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: -0.04em;
}

#main_contents .package_sec__list_item_img_block_inner {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 350px;
}

#main_contents .package_sec__list_item_img_block_inner img {
	width: auto;
	max-height: 100%;
}




/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding: 32px 0 160px !important;
	margin: 0;
	background: linear-gradient(180deg, rgba(255, 235, 105, 0.28) 0%, rgba(255, 175, 0, 0.63) 100%);
	z-index: 1;
}

#products_specification::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/design/bg_design02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

#products_specification .contents_wrapper {
	position: relative;
}

#products_specification .cp_ofr {
	padding-bottom: 125px;
	background: transparent;
}

#products_specification .cp_ofr__heading {
	margin-bottom: 40px;
	font-size: 41.7px;
	letter-spacing: 0.025em;
}

#products_specification .cp_ofr__box {
	max-width: 860px;
	font-size: 11.22px;
}





#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: 17px 36px 21px;
	margin-bottom: 25px;
	background: linear-gradient(180deg, rgba(243, 204, 50, 1) 0%, rgba(216, 139, 46, 1) 100%);
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.1;
	letter-spacing: 0.04em;
	filter: brightness(1.025);
}

#products_specification td,
#products_specification th {
	height: auto;
	padding: 10px 10px 12.5px 22px;
	background: #fff;
	color: var(--color-black01);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.66;
	font-family: var(--font-base);
	border: 1.5px solid var(--color-black01);
	vertical-align: text-top;
	text-align: left;
	letter-spacing: -0.02em;
	filter: brightness(1.025);
}

#products_specification th {
	background: linear-gradient(270deg, rgba(243, 204, 50, 1) 0%, rgba(244, 176, 0, 1) 100%);
	color: #fff;
	width: 19.6%;
	font-size: 17.6px;
	font-weight: 600;
}

#products_specification td {}

#products_specification .attention_text {
	margin-top: 0.76em;
	font-size: 13.2px;
}



/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/