@charset "UTF-8";

@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;

	--wrapper01: 980px;
	--wrapper02: 750px;

	position: relative;
	font-size: 17px;
	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.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;
	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-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

*********************/
#main_contents main {
	overflow: hidden;
	width: 100%;
	max-width: 1500px;
    margin: 0 auto 60px auto;
}

#main_contents .main_section {
	position: relative;
	width: 100%;
	padding: 140px 0 200px;
	z-index: 1;
}


/********************
   fv
*********************/
#main_contents .fv {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0;
	z-index: 5;
}

#main_contents .fv__img {
	width: 100%;
}

#main_contents .fv__img img {
	width: 100%;
	height: auto;
}



/********************
   cp_ofr
*********************/
#main_contents .cp_ofr {
	position: relative;
	padding: 130px 0 200px;
	z-index: 10;
}

#main_contents .cp_ofr::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/design/cp_ofr__bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.44));
}

#main_contents .cp_ofr[data-type="02"] {
	padding: 200px 0 140px;
}

#main_contents .cp_ofr[data-type="02"]::before {
	transform: rotate(180deg);
}

#main_contents .cp_ofr__heading {
	position: relative;
	top: 0;
	width: fit-content;
	margin: 0 auto -58px;
	line-height: 1;
	z-index: 10;
}

#main_contents .cp_ofr__heading img {
	width: auto;
	height: 110px;
}


#main_contents .cp_ofr__box {
	position: relative;
	width: 100%;
	max-width: 900px;
	height: auto;
	padding: 70px 47px 62px 76px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	border: 6.2px solid #008bc2;
	background: rgba(255, 255, 255, 0.99);
	filter: drop-shadow(2px 2px 9.2px rgba(0, 0, 0, 0.30));
	z-index: 5;
	box-sizing: border-box;
}

.cp_ofr__box_inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 30px;
	margin-bottom: 32px;
}

#main_contents .cp_ofr__img_block {
	width: 340px;
	margin: 0 auto;
}

#main_contents .cp_ofr__img_block img {
	width: 100%;
}

#main_contents .cp_ofr__detail {
	flex: 1;
	margin: 47px auto 0;
}

#main_contents .cp_ofr__name {
	margin: 0 0 18.2px;
}

#main_contents .cp_ofr__name img {
	width: 89.2%;
}

#main_contents .cp_ofr__price {
	margin: 0;
}

#main_contents .cp_ofr__price img {
	width: 100%;
}



#main_contents .cp_ofr .cp_ofr_btn {
	width: 100%;
	max-width: 400px;
	height: 56px;
	margin: 0 auto;
	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%;
	padding-bottom: 0.2em;
	font-size: 20px;
	font-family: var(--font-base);
	font-weight: 500;
}

#main_contents .cp_ofr_btn .btn_arrow_ {
	--size: 0.76em;
	width: var(--size);
	height: var(--size);
}



/********************
    movie
*********************/
#main_contents .movie {
	padding-top: 80px;
	padding-bottom: 82px;
}

#main_contents .movie__heading {
	margin: 0 auto 0.92em;
	font-size: 40px;
	line-height: 1;
	text-align: center;
}

#main_contents .movie .contents_wrapper {
	max-width: 562px;
}

#main_contents .movie_box {
	width: 100%;
	height: auto;
	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;
}



/********************
    worry
*********************/
#main_contents .worry {
	position: relative;
	padding: 0;
	margin-top: -76px;
	z-index: 1;
}

#main_contents .worry img {
	width: 100%;
}

#main_contents .worry__heading {
	position: relative;
}

#main_contents .worry__heading img {
	position: relative;
	aspect-ratio: 1280/710;
	object-fit: cover;
	margin-top: -13.2%;
	line-height: 1;
	clip-path: polygon(0 0, 50% 18.7%, 100.2% 0, 100.2% 100%, 0 100%);
}


/********************
    points
*********************/
#main_contents .points {
	padding-top: 50px;
	padding-bottom: 0;
}

#main_contents .points .contents_wrapper {
	max-width: 1000px;
}

#main_contents .points__heading {
	position: relative;
	left: 0;
    padding-left: 40px;
	margin: 0 0 -105px;
}


#main_contents .point .contents_wrapper {
	position: relative;
	width: fit-content;
	padding: 0 40px;
}

#main_contents .point__tit {
	margin: 0 0 25px;
}

#main_contents .point__text {
	margin: 0 0 40px;
}

#main_contents .point__block {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 50px;
}

#main_contents .point__contents {
	flex: 1;
}

#main_contents .point__img_block {
	position: relative;
	width: fit-content;
}

#main_contents .point__img_block_attention {
	text-align: right;
	padding-right: 2em;
	font-size: 13px;
	margin-top: 0.2em;
}

#main_contents .point__img_block_detail {
	position: absolute;
	bottom: 32px;
	right: calc(100% + 12px);
	width: 390px;
	height: auto;
	padding: 28px 54px 35px 10px;
	background-image: url(../img/design/point01__fukidashi.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 17px;
	letter-spacing: -0.02em;
	line-height: 1.86;
}

#main_contents .point__img_block_detail_strong {
	display: block;
	margin-bottom: 0.2em;
	color: #008bc2;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.08em;
	line-height: 1.32;
}

#main_contents .point__block_tit {
	margin: 0 0 35px;
}

#main_contents .point__block_text {
	font-size: 17px;
}

#main_contents .point__block_strong_text {
	margin-top: 32px;
	font-size: 19px;
}

#main_contents .point {}

/* 01 */
#main_contents .point:nth-of-type(1) {
	padding: 220px 0 130px;
	margin-left: 0;
	background-image: url(../img/design/point__bg01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#main_contents .point:nth-of-type(1) .point__img_block {
	margin-top: 50px;
}

/* 02 */
#main_contents .point:nth-of-type(2) {
	padding: 50px 0 87px;
	margin-left: 28px;
}

#main_contents .point:nth-of-type(2) .contents_wrapper {
	padding: 0;
	padding-left: 40px;
}

#main_contents .point:nth-of-type(2) .point__block {
	flex-direction: row-reverse;
	column-gap: 44px;
}

#main_contents .point:nth-of-type(2) .point__img_block {
	margin-top: 16px;
}

#main_contents .point:nth-of-type(2) .point__img_block img {
	border-radius: 24px;
}

/* 03 */
#main_contents .point:nth-of-type(3) {
	padding: 210px 0 200px;
	margin-left: 0;
	background-image: url(../img/design/point__bg02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#main_contents .point:nth-of-type(3) .point__block {
	width: auto;
	column-gap: 40px;
}

#main_contents .point:nth-of-type(3) .point__block:nth-child(1) {
	flex-direction: row-reverse;
}

#main_contents .point:nth-of-type(3) .point__attention_text {
	padding-left: 1.1em;
    margin-top: 20px;
}

#main_contents .point:nth-of-type(3) .point__block:nth-child(3) {
	margin-top: -10px;
}

#main_contents .point:nth-of-type(3) .point__block:nth-child(3) .point__block_text {
	width: 376px;
}

#main_contents .point:nth-of-type(3) .point__block:nth-child(3) .point__contents {
	margin-top: 59px;
}

#main_contents .point:nth-of-type(3) .point__block:nth-child(3) .point__block_tit_sub {
	margin: 0 0 17px;
}

#main_contents .point:nth-of-type(3) .point__img_block img {
	border-radius: 12px;
}



/********************
	recommend_set
*********************/
#main_contents .recommend_set {
	position: relative;
	width: 100%;
	padding: 96px 0 120px;
}

#main_contents .recommend_set::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 960px;
	background-image: url(../img/design/recommend_set__bg_desgin.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.92;
}

#main_contents .recommend_set .contents_wrapper {
	width: 100%;
	max-width: 1320px;
}

#main_contents .recommend_set__heading {
	position: relative;
	width: fit-content;
	margin: 0 auto 47px;
}

#main_contents .recommend_set__block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: fit-content;
	margin: 0 auto 80px -28px;
}

#main_contents .recommend_set__block:nth-of-type(2n) {
	flex-direction: row-reverse;
	margin: 0 -28px 0 auto;
}

#main_contents .recommend_set__block_img_block {
	position: relative;
	width: fit-content;
	padding: 10px;
	border: 2px solid #5c80bb;
	border-radius: 32px;
	margin-bottom: -2px;
}

#main_contents .recommend_set__block_img_block img {
	width: 620px;
	border-radius: 25px;
}

#main_contents .recommend_set__block_name {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-51.5%);
	width: 180px;
}

#main_contents .recommend_set__block_text {
	position: relative;
	width: fit-content;
	left: -82px;
	z-index: 5;
}

#main_contents .recommend_set__block:nth-of-type(2n) .recommend_set__block_text {
	left: auto;
	right: -100px;
}




/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding: 0 !important;
	margin: 0;
	background: transparent;
	z-index: 1;
}

#products_specification .contents_img {
	width: 100%;
}

#products_specification .products_specification__wrapper {
	padding-top: 82px;
	padding-bottom: 144px;
	background: linear-gradient(180deg, rgba(30, 194, 212, 0.5) 10%, rgba(31, 197, 216, 0.44) 55.11%, rgba(36, 195, 212, 0.35) 69.84%, rgba(47, 194, 211, 0.30) 80.63%, rgba(64, 190, 204, 0.25) 84.55%, rgba(86, 197, 210, 0.14) 89.33%, rgba(96, 196, 207, 0.11) 89.33%, rgba(146, 218, 226, 0.06) 93.77%, rgba(184, 231, 236, 0.05) 94.76%, rgba(225, 245, 247, 0.04) 98.2%, rgba(255, 255, 255, 0) 100%);
}

#products_specification .contents_wrapper {
	position: relative;
}


#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: 15px 15px 17px;
	margin-bottom: 25px;
	background: #fff;
	color: var(--color-black01);
	font-size: 28px;
	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: 13px 11px 16px 18px;
	background: #fff;
	color: var(--color-black01);
	font-size: 14.4px;
	font-weight: 500;
	line-height: 1.5;
	font-family: var(--font-base);
	border: 1.5px solid var(--color-black01);
	vertical-align: baseline;
	text-align: left;
	letter-spacing: -0.025em;
	word-break: break-all;
}

#products_specification th {
	background: #666;
	color: #fff;
	width: 18.6%;
	font-size: 18px;
	font-weight: 500;
}

#products_specification td {}

#products_specification .font_smaller {
	display: inline-block;
	font-size: 0.82em;
	vertical-align: middle;
}

#products_specification .attention_text {
	margin-top: 1.0em;
	font-size: 13px;
	line-height: 1.86;
}



/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/