@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');
}



#landing ol, #landing li {
	list-style: none !important;
	margin-left: 0 !important;
}

/* 汎用クラス */
.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.mt5 {
	margin-top: 0.666vw !important;
}

.mb5 {
	margin-bottom: 0.666vw !important;
}

.pt5 {
	padding-top: 0.666vw !important;
}

.pb5 {
	padding-bottom: 0.666vw !important;
}

.mt10 {
	margin-top: 1.333vw !important;
}

.mb10 {
	margin-bottom: 1.333vw !important;
}

.pt10 {
	padding-top: 1.333vw !important;
}

.pb10 {
	padding-bottom: 1.333vw !important;
}

.mt15 {
	margin-top: 2vw !important;
}

.mb15 {
	margin-bottom: 2vw !important;
}

.pt15 {
	padding-top: 2vw !important;
}

.pb15 {
	padding-bottom: 2vw !important;
}

.mt20 {
	margin-top: 2.666vw !important;
}

.mb20 {
	margin-bottom: 2.666vw !important;
}

.pt20 {
	padding-top: 2.666vw !important;
}

.pb20 {
	padding-bottom: 2.666vw !important;
}

.mt25 {
	margin-top: 3.333vw !important;
}

.mb25 {
	margin-bottom: 3.333vw !important;
}

.pt25 {
	padding-top: 3.333vw !important;
}

.pb25 {
	padding-bottom: 3.333vw !important;
}

.mt30 {
	margin-top: 4vw !important;
}

.mb30 {
	margin-bottom: 4vw !important;
}

.pt30 {
	padding-top: 4vw !important;
}

.pb30 {
	padding-bottom: 4vw !important;
}

.mt35 {
	margin-top: 4.666vw !important;
}

.mb35 {
	margin-bottom: 4.666vw !important;
}

.pt35 {
	padding-top: 4.666vw !important;
}

.pb35 {
	padding-bottom: 4.666vw !important;
}

.mt40 {
	margin-top: 5.333vw !important;
}

.mb40 {
	margin-bottom: 5.333vw !important;
}

.pt40 {
	padding-top: 5.333vw !important;
}

.pb40 {
	padding-bottom: 5.333vw !important;
}

.marker {
	background-color: #ffff00;
}

header, footer {
	max-width: 750px !important;
	margin: auto;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
/********************

   common

*********************/
html {
	font-size: 16px;
	font-size: clamp(10px, 4.25vw, 32px) !important;
	/*1rem 32px/ basic_width-750px*/
}

#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: 760px;
	--wrapper02: 730px;
	--wrapper_sp01: 82.8%;

	position: relative;
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 0.86rem;
	font-weight: 500;
	font-family: var(--font-base);
	color: var(--color-black01);
	letter-spacing: 0em;
	overflow: hidden;

	max-width: var(--wrapper01);
	margin: 0 auto;
}

#main_contents * {
	box-sizing: border-box;
}

#main_contents h2 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

#main_contents h3 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

#main_contents p {
	font-size: 0.87rem;
	line-height: 1.62;
}

#main_contents img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#main_contents figure {
	margin: 0;
}
.item-detail-area {
    padding: 0;
}


/********************
   parts
*********************/
#main_contents .contents_wrapper {
	position: relative;
	width: var(--wrapper_sp01);
	max-width: var(--wrapper01);
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

#main_contents .attention_text {
	font-size: 0.73rem;
	font-weight: 500;
	line-height: 1.5;
}

#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);
}



/*****   acc   *****/
#main_contents .acc_wrapper .acc_switch_container {
	--bg: var(--color-black02);
	position: absolute;
	left: 50%;
	bottom: 0rem;
	transform: translateX(-50%);
	width: 100vw;
	height: calc(7.6rem + 5.5rem + 3.5rem);
	max-height: 100%;
	background: linear-gradient(180deg, #fde9c900 0%, rgb(156, 229, 237) 11.4rem);
}

#main_contents .acc_wrapper.acc_active .acc_switch_container {
	height: calc(1rem + 5.5rem - 0.1rem);
	background: transparent;
	position: relative;
}

#main_contents .acc_wrapper .acc_switch {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62%;
	max-width: 74.666vw;
	height: 2.2rem;
	padding-bottom: 0.16em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10rem;
	border-radius: 0.1rem;
	background : linear-gradient(0deg, rgba(56, 139, 195, 1) 0%, rgba(175, 215, 255, 1) 100%);
	box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 500;
	cursor: pointer;
	transition: box-shadow 0.4s, opacity 0.4s;
}

#main_contents .acc_wrapper .acc_switch:hover {
	opacity: 0.77;
	box-shadow: 0.07rem 0.07rem 0.07rem rgba(0, 0, 0, 0.15);
}

#main_contents .acc_wrapper.acc_active .acc_switch {
	margin-top: 0;
}

#main_contents .acc_wrapper .acc_switch .down_arrow {
	position: relative;
	display: inline-block;
	margin-right: 0.66rem;
	width: 0.4rem;
	height: 0.4rem;
	background: transparent;
}

#main_contents .acc_wrapper.acc_active .acc_switch .down_arrow {
	transform: rotate(180deg);
	transform-origin: 50% 56%;
}

#main_contents .acc_wrapper .acc_switch .down_arrow::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 100%;
	height: 100%;
	border-bottom: 0.11rem solid #fff;
	border-right: 0.11rem solid #fff;
	background: transparent;
	transform: translateX(40%) translateY(29%) rotate(45deg);
}


#main_contents .acc_wrapper.acc_active .acc_switch .open_text,
#main_contents .acc_wrapper .acc_switch .close_text {
	display: none;
}

#main_contents .acc_wrapper .acc_switch .open_text,
#main_contents .acc_wrapper.acc_active .acc_switch .close_text {
	display: inline-block;
}

#main_contents .acc_target {
	overflow: hidden;
}

#main_contents .acc_target.open {
	max-height: 99999px !important;
}


/********************

   main

*********************/
#main_contents main {
	overflow: hidden;
    margin-bottom: 5.333vw;
}

.main_section {
	position: relative;
	padding: 2.8rem 0 3.2rem;
	z-index: 10;
}



/********************
   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: 3.2rem 0 5.6rem;
	margin-top: -0.1rem;
	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-sp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	filter: drop-shadow(0 0.1rem 0.25rem rgba(0, 0, 0, 0.44));
}

#main_contents .cp_ofr[data-type="02"] {
	padding: 4.4rem 0 3.2rem;
}

#main_contents .cp_ofr[data-type="02"]::before {
	transform: rotate(180deg);
}

#main_contents .cp_ofr__heading {
	position: relative;
	top: 0;
	width: 88.6%;
	margin: 0 auto -9.2%;
	line-height: 1;
	z-index: 10;
}



#main_contents .cp_ofr__box {
	position: relative;
	width: 100%;
	height: auto;
	padding: 2.8rem 1.7rem 2rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.86rem;
	border: 0.2rem solid #008bc2;
	background: rgba(255, 255, 255, 0.99);
	filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.30));
	z-index: 5;
	box-sizing: border-box;
}

.cp_ofr__box_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	column-gap: 0;
	margin-bottom: 0.8rem;
}

#main_contents .cp_ofr__img_block {
	width: 10.6rem;
	margin-bottom: 0.8rem;
}

#main_contents .cp_ofr__name {
	width: 14rem;
	margin-bottom: 1.2rem;
	margin-left: 0.2rem;
}

#main_contents .cp_ofr__price {
	width: 14.4rem;
	margin-left: 0.54rem;
}


#main_contents .cp_ofr_btn {
	width: 100%;
	height: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.15);
}

#main_contents .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-bottom: 0.14em;
	font-size: 0.92rem;
	font-family: var(--font-base);
}

#main_contents .cp_ofr_btn .btn_arrow_ {
	--size: 0.62em;
	width: var(--size);
	height: var(--size);
}




/********************
    movie
*********************/
#main_contents .movie {
	position: relative;
	padding-top: 4.0rem;
	padding-bottom: 2.5rem;
}

#main_contents .movie__heading {
	width: 5.9rem;
	margin: 0 auto 1.5rem;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

#main_contents .movie_box {
	width: 92%;
	height: auto;
	aspect-ratio: 1/1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background: #000;
	line-height: 1;
}

#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: -2.2rem;
	z-index: 1;
}

#main_contents .worry__heading {
	position: relative;
}

#main_contents .worry__heading img {
	position: relative;
	aspect-ratio: 563/542;
	object-fit: cover;
	margin-top: -19.6%;
	line-height: 1;
	clip-path: polygon(0 0, 50% 14%, 100.2% 0, 100.2% 100%, 0 100%);
}


/********************
    points
*********************/
#main_contents .points {
	padding-top: 2.5rem;
	padding-bottom: 0;
}

#main_contents .points__heading {
	position: relative;
	width: 19.6rem;
	margin-bottom: -2.6rem;
}

#main_contents .point .contents_wrapper {}

#main_contents .point__tit {
	margin: 0 0 1.0rem;
}

#main_contents .point__text {
	margin: 0 0 1.8rem;
}

#main_contents .point__block {
	display: flex;
	flex-direction: column;
	gap: 0;
	row-gap: 1.6rem;
}

#main_contents .point__img_block {
	position: relative;
	width: fit-content;
	margin-top: 0;
}

#main_contents .point__img_block_attention {
	text-align: right;
	padding-right: 1.4em;
	font-size: 0.62rem;
	margin-top: 0.2em;
}

#main_contents .point__img_block_detail {
	position: absolute;
	bottom: 3.5rem;
	right: calc(100% + 0.2rem);
	width: 7.7rem;
	height: auto;
	padding: 0.7rem 1.4rem 0.7rem 0.5rem;
	background-image: url(../img/design/point01__fukidashi-sp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 0.7rem;
	letter-spacing: -0.025em;
	line-height: 1.7;
}

#main_contents .point__img_block_detail_strong {
	display: block;
	margin-bottom: 0.30em;
	color: #008bc2;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.32;
}

#main_contents .point__block_tit {
	width: 100%;
	margin: 0 0 1.0rem;
}

#main_contents .point__block_text {
	font-size: 0.8rem;
	letter-spacing: -0.025em;
}

#main_contents .point__block_strong_text {
	margin-top: 1.4rem;
	font-size: 0.87rem;
	text-align: center;
}

#main_contents .point__block_strong_text img {
	display: block;
	margin: 0.62rem auto 0;
	width: 14rem;
}



/* 01 */
#main_contents .point:nth-of-type(1) {
	padding: 6.2rem 0 8.7rem;
	margin-bottom: -1.5rem;
	background-image: url(../img/design/point__bg01-sp.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#main_contents .point:nth-of-type(1) .point__img_block {
	width: 11rem;
	margin-left: auto;
	margin-right: 0;
}

/* 02 */
#main_contents .point:nth-of-type(2) {
	padding: 0.8rem 0 3.2rem;
}

#main_contents .point:nth-of-type(2) .point__block {
	row-gap: 1.4rem;
}

#main_contents .point:nth-of-type(2) .point__block_tit {
	margin-left: auto;
	margin-right: 0;
	width: 96%;
}

#main_contents .point:nth-of-type(2) .point__img_block img {
	border-radius: 0.54rem;
}

/* 03 */
#main_contents .point:nth-of-type(3) {
	padding: 5rem 0 7.6rem;
	background-image: url(../img/design/point__bg02-sp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#main_contents .point:nth-of-type(3) .point__block:nth-child(1) {
	flex-direction: column-reverse;
}

#main_contents .point:nth-of-type(3) .point__attention_text {
	padding-top: 0.8em;
}

#main_contents .point:nth-of-type(3) .point__block:nth-child(3) {
	margin-top: 2.5rem;
}

#main_contents .point:nth-of-type(3) .point__block:nth-child(3) .point__block_tit_sub {
	width: 11rem;
	margin: 0 auto 0.8rem;
}

#main_contents .point:nth-of-type(3) .point__img_block img {
	border-radius: 0.44rem;
}



/********************
	recommend_set
*********************/
#main_contents .recommend_set {
	position: relative;
	width: 100%;
	padding: 1rem 0 3rem;
}

#main_contents .recommend_set::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40rem;
	background-image: url(../img/design/recommend_set__bg_desgin-sp.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0.92;
}

#main_contents .recommend_set__heading {
	position: relative;
	width: calc(100% + 2rem);
	margin: 0 auto 4.4rem;
	margin-left: -1rem;
}

#main_contents .recommend_set__block {
	position: relative;
	display: block;
	width: fit-content;
	margin: 3.9rem auto 0 -4rem;
}

#main_contents .recommend_set__block:nth-of-type(2n) {
	margin-left: auto;
	margin-right: -3.0rem;
}

#main_contents .recommend_set__block_img_block {
	position: relative;
	width: fit-content;
	padding: 0.4rem;
	border: 2px solid #5c80bb;
	border-radius: 1rem;
}

#main_contents .recommend_set__block_img_block img {
	width: 19rem;
	height: auto;
	border-radius: 0.8rem;
}

#main_contents .recommend_set__block_name {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-69%);
	width: 8.7rem;
}

#main_contents .recommend_set__block_text {
	position: relative;
	width: fit-content;
	margin: -1.4rem -3.9rem 0 auto;
	z-index: 5;
}

#main_contents .recommend_set__block_text img {
	width: auto;
	height: 4rem;
}

#main_contents .recommend_set__block:nth-of-type(2n) .recommend_set__block_text {
	margin: -1.2rem auto 0 -2.4rem;
}





/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding: 0 !important;
	background: transparent;
	z-index: 100;
}

#products_specification .contents_img {
	width: 100%;
}

#products_specification .products_specification__wrapper {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 0;
	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 .acc_target {
	max-height: 26.9rem;
	padding-bottom: 3.0rem;
}


/*****   table   *****/
#products_specification table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	display: block;
}

#products_specification caption {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	padding: 1.6% 2.0% 2.25%;
	box-sizing: border-box;
	margin-bottom: 1.25rem;
	font-size: 0.96rem;
	font-weight: 700;
	letter-spacing: 0em;
	background: #fff;
	color: var(--color-black01);
	text-align: center;
}

#products_specification tbody,
#products_specification tr {
	display: block;
	width: 100%;
	background: #fff;
}

#products_specification tbody {
	border: 0.04rem solid var(--color-black01);
}
#products_specification tbody + tbody {
	margin-top: 1.6rem;
}


#products_specification th,
#products_specification td {
	display: block;
	width: 100%;
	font-weight: 600;
	padding: 1.0% 3.0% 1.7% 3.9%;
	height: auto;
	font-size: 0.77rem;
	color: var(--color-black01);
	border-bottom-width: 0;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.54;
	text-align: left;
}

#products_specification tbody:last-of-type tr:last-of-type td {
	border-bottom-width: 0.044rem;
}

#products_specification th {
	background: #666;
	color: #fff;
	font-size: 0.87rem;
	font-weight: 600;
	font-family: var(--font-base);
}

#products_specification td {
	background: #fff;
	letter-spacing: -0.02em;
	padding: 2.0% 2.5% 3.2% 3.9%;
}



/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/