@charset "Shift_JIS";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +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  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/


#ionessunesta_lp {
	--color-orange: #ff802b;
	--color-light-blue: #5fbbff;
	--font-base: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	width: auto;
	height: auto;
	margin-bottom: 60px;
	background-color: white;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
	font-family: var(--font-base);
	color: #000;
}

#ionessunesta_lp * {
	box-sizing: border-box;
}

#ionessunesta_lp h1 {
	font-size: 49.2px;
	font-weight: 700;
	line-height: 1.4;
}
#ionessunesta_lp h2 {
	font-size: 35.2px;
	white-space: nowrap;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}
#ionessunesta_lp h2.heading {
	line-height: 1;
	font-weight: 400;
}

#ionessunesta_lp h3 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 32px;
	line-height: 1.2;
	text-align: center;
}
#ionessunesta_lp h3.tit {
	font-size: 32px;
}

#ionessunesta_lp p {
	font-size: 16.2px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0;
}

#ionessunesta_lp img {
	max-width: 100%;
	height: auto;
}


/***  design css   ***/
#ionessunesta_lp .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#ionessunesta_lp .flex_base {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#ionessunesta_lp .attention_text {
	font-size: 10px;
	text-align: left;
	font-weight: 700;
	line-height: 1.6;
}

#ionessunesta_lp .bg_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* ---   fv   --- */
#ionessunesta_lp #fv {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#ionessunesta_lp #fv .fv_bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	text-align: center;
	background: #fff;
}
#ionessunesta_lp #fv .fv_bg img {
	width: 100%;
	height: auto;
	height: auto;
	max-height: 800px;
	object-fit: contain;
}

#ionessunesta_lp #fv .fv_inner {
	position: absolute;
	width: 37%;
	top: 8px;
	left: 70%;
	transform: translateX(-48%);
	text-align: right;
}
#ionessunesta_lp #fv .fv_huki {
	position: relative;
	right: -10px;
	margin-bottom: 4px;
}
#ionessunesta_lp #fv .fv_lead {
	margin-bottom: 38px;
}


/* ---   offer   --- */
/* - オファー内の購入ボタン調整 - */
#ionessunesta_lp .cp_ofr {
	padding: 100px 0 96px;
	background-image: url(../img/deco/cp_ofr_bg@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1600px){
	#ionessunesta_lp .cp_ofr {
		background-image: url(../img/deco/cp_ofr_bg@3x.jpg);
	}
}

#ionessunesta_lp .cp_ofr .contents_block {
	width: 100%;
	height: 328px;
	padding: 32px 50px 44px 28px;
	box-sizing: border-box;
	background-color: white;
	font-weight: 700;
	border-radius: 2px;
	border: 2px solid #ffa66e;
	border-image: linear-gradient(30deg, rgba(0, 137, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 128, 43, 1) 100%);
	border-image-slice: 1;
}

#ionessunesta_lp .cp_ofr .img_block {
	width: 440px;
	margin-right: 26px;
}

#ionessunesta_lp .cp_ofr .text_block {
	flex: 1;
}
#ionessunesta_lp .cp_ofr .text_block .name {
	text-align: left;
	margin-bottom: 38px;
}
#ionessunesta_lp .cp_ofr .text_block .price {
	text-align: left;
	margin-bottom: 40px;
}

#ionessunesta_lp .cp_ofr .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height: 60px;
	font-size: 24px;
	font-weight: 500;
}


/* ---   movie   --- */
#ionessunesta_lp #movie {
	position: relative;
	padding-top: 92px;
	padding-bottom: 104px;
	background : linear-gradient(30deg, rgba(206, 224, 249, 1) 0%, rgba(180, 207, 246, 1) 50%, rgba(206, 224, 249, 1) 100%);
	z-index: 10;
}
#ionessunesta_lp #movie .contents_wrapper {
	position: relative;
}

#ionessunesta_lp #movie iframe {
	width: 100%;
	height: 100%;
}
#ionessunesta_lp #movie .heading {
	margin-bottom: 50px;
}
#movie .youtube_box {
	width: 77%;
	aspect-ratio: 1080/1080;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}



/* ---   worry   --- */
#ionessunesta_lp .worry {
	background-image: url(../img/deco/worry_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 76px 0 62px;
}

#ionessunesta_lp .worry .heading {
	margin-bottom: 24px;
}


/* ---   recommend   --- */
#ionessunesta_lp .recommend {
	padding: 0;
	margin-bottom: 73px;
}
#ionessunesta_lp .recommend .heading {
	--color-orange: #ff802b;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 190px;
	background: var(--color-orange);
	margin: -2px auto;
	z-index: 10;
}
#ionessunesta_lp .recommend .heading::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 38px solid #ff802b;
	border-right: 34px solid transparent;
	border-bottom: 38px solid transparent;
	border-left: 34px solid transparent;
}

#ionessunesta_lp .recommend .contents_block {
	position: relative;
}
#ionessunesta_lp .recommend .bg_img img {
	height: auto;
	max-height: 840px;
}
#ionessunesta_lp .recommend .contents_wrapper {
	position: absolute;
	top: 96px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
}
#ionessunesta_lp .recommend .text_block .logo {
	position: relative;
	top: -18px;
	left: -18px;
}


/* ---   certification   --- */
#ionessunesta_lp .certification .heading {
	margin-bottom: 54px;
}

#ionessunesta_lp .certification .contents_block {
	position: relative;
	padding: 70px 0 74px;
}
#ionessunesta_lp .certification .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ionessunesta_lp .certification .treatment {
	align-items: flex-start;
	margin-bottom: 34px;
}
#ionessunesta_lp .certification .treatment .tit {
	margin-bottom: 55px;
}
#ionessunesta_lp .certification .treatment .electric .tit {
	position: relative;
	margin-bottom: 56.6px;
}
#ionessunesta_lp .certification .treatment .electric .tit .plus_mark {
	position: absolute;
	top: 50%;
	right: -56px;
	transform: translateX(100%) translateY(-50%);
	width: 50px;
	height: 50px;
}
#ionessunesta_lp .certification .treatment .electric .tit .plus_mark::before,
#ionessunesta_lp .certification .treatment .electric .tit .plus_mark::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1.2px;
	background: #000;
}
#ionessunesta_lp .certification .treatment .electric .tit .plus_mark::after {
	transform-origin: center center;
	transform: rotate(90deg);
}

#ionessunesta_lp .certification .electric .item:nth-of-type(n+2) {
	margin-top: 16px;
}


#ionessunesta_lp .certification .attention_text {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.08em;
}


/* ---   functions   --- */
#ionessunesta_lp .functions {
	padding: 104px 0 176px;
}
#ionessunesta_lp .functions .heading {
	margin-bottom: 92px;
}
#ionessunesta_lp .functions .contents_block {
	position: relative;
	width: 100%;
	text-align: left;
}

#ionessunesta_lp .functions .text_box {
	border: 1.4px solid #000;
	text-align: left;
}
#ionessunesta_lp .functions .text_box .tit {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 28px;
}
#ionessunesta_lp .functions .text_box .tit .num {
	margin-right: 22px;
}

/*electric*/
#ionessunesta_lp .functions .electric {
	margin-bottom: 180px;
}
#ionessunesta_lp .functions .electric .text_block {
	position: relative;
	z-index: 10;
}
#ionessunesta_lp .functions .electric .text_box {
	position: relative;
	border-color: var(--color-light-blue);
	width: 468px;
	height: 328px;
	padding-top: 32px;
	padding-left: 50px;
}
#ionessunesta_lp .functions .electric .text_block .explain {
	margin-top: 62px;
}

#ionessunesta_lp .functions .electric .img_block {
	position: absolute;
	top:-73px;
	right: -100px;
}
#ionessunesta_lp .functions .electric .img_block .explain {
	position: absolute;
	bottom: -44px;
	right: 100px;
	transform: translateY(100%);
}
#ionessunesta_lp .functions .electric .img_block .figure_line {
	position: absolute;
	top:200px;
	right: 270px;
	width: 829px;
	display: block;
}

/*hot*/
#ionessunesta_lp .functions .hot .text_box {
	border-color: var(--color-orange);
	width: 410px;
	height: 452px;
	padding-top: 32px;
	padding-left: 48px;
	margin-left: 54px;
}

#ionessunesta_lp .functions .hot .img_block {
	flex: 1;
	align-items: flex-start;
}
#ionessunesta_lp .functions .hot .img_block h4 {
	position: relative;
	margin-top: 73px;
}
#ionessunesta_lp .functions .hot .img_block p {
	margin-top: 20px;
}
#ionessunesta_lp .functions .hot .img_block .figure_line {
	position: absolute;
	max-width: 1000px;
}
#ionessunesta_lp .functions .hot .img_block .figure_hot .figure_line {
	width: 356px;
	bottom: -10px;
	right: -22px;
	transform: translateY(100%);
}
#ionessunesta_lp .functions .hot .img_block .figure_electiric .figure_line {
	width: 378px;
	top: -6px;
	right: -20px;
}


/* ---   points   --- */
#ionessunesta_lp .points {
	padding-bottom: 196px;
}

#ionessunesta_lp .points .heading{
	margin-bottom: 120px;
}

#ionessunesta_lp .points .tit ,#ionessunesta_lp .points p{
	text-align: left;
}
#ionessunesta_lp .points .tit .num {
	position: relative;
	top: 4px;
	margin-right: 18px;
}
#ionessunesta_lp .points .img_shadow {
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
}

#ionessunesta_lp .points .point {
	border: 1.4px solid #666;
	margin-bottom: 180px;
	padding-top: 46px;
	padding-bottom: 54px;
}
#ionessunesta_lp .points .point:nth-of-type(2n+1) {
	padding-left: 50px;
	padding-right: 40px;
}
#ionessunesta_lp .points .point:nth-of-type(2n) {
	padding-left: 40px;
	padding-right: 50px;
}

#ionessunesta_lp .points .point .inner {
	position: relative;
}

#ionessunesta_lp .points .text_block {
	width: fit-content;
}
#ionessunesta_lp .points .point:nth-of-type(2n+1) .text_block {
	margin-left: 0;
	margin-right: auto;
}
#ionessunesta_lp .points .point:nth-of-type(2n) .text_block {
	margin-left: auto;
	margin-right: 0;
}

#ionessunesta_lp .points .img_block {
	position: absolute;
	top: -86px;
}
#ionessunesta_lp .points .point:nth-of-type(2n+1) .img_block {
	right: 0;
}
#ionessunesta_lp .points .point:nth-of-type(2n) .img_block {
	left: 0;
}


/* point1 */
#ionessunesta_lp .points .point1 {
	margin-bottom: 180px;
}


/* point2 */
#ionessunesta_lp .points .point2 {
	position: relative;
	padding-bottom: 310px;
	margin-bottom: 240px;
}

#ionessunesta_lp .points .point2 .img_block.left .img {
	position: relative;
	top: 2px;
}
#ionessunesta_lp .points .point2 .img_block.left .img img {
	position: relative;
	z-index: 100;
}
#ionessunesta_lp .points .point2 .img_block.left .img .huki {
	position: absolute;
	top: 2px;
	left: 28px;
	transform: translateY(-100%);
}
#ionessunesta_lp .points .point2 .img_block.left .img .figure_line {
	position: absolute;
	top: calc(100% - 2px);
	left: 170px;
	z-index: 10;
}
#ionessunesta_lp .points .point2 .img_block.bottom {
	position: absolute;
	top: auto;
	bottom: -159.6px;
	left: 50%;
	transform: translateX(-50%);
	width: 1000px;
}

/* point3 */
#ionessunesta_lp .points .point3 {
	margin-bottom: 0;
}

#ionessunesta_lp .points .point3 .img_block  {
	right: -10px!important;
}
#ionessunesta_lp .points .point3 .img_block .top {
	position: relative;
	right: 168px;
}
#ionessunesta_lp .points .point3 .img_block .bottom {
	position: relative;
	top: -32px;
	z-index: 100;
}
#ionessunesta_lp .points .point3 .img_block .bottom .huki {
	position: absolute;
	bottom: calc(100% + 40px);
	right: 0;
}



/* ---   energy_conservation   --- */
#ionessunesta_lp .energy_conservation {
	padding-bottom: 140px;
	text-align: center;
}
#ionessunesta_lp .energy_conservation .heading {
	margin-bottom: 62px;
}

#ionessunesta_lp .energy_conservation .contens_block {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}
#ionessunesta_lp .energy_conservation .contents_box {
	width: 390px;
	height: 468px;
	background: #fff;
	border: 1.2px solid #9d845c;
	border-radius : 26px;
	box-shadow : 15px 15px 15px rgba(0, 0, 0, 0.1);
}

#ionessunesta_lp .energy_conservation .icon_block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	padding-top: 8px;
}
#ionessunesta_lp .energy_conservation .tit {
	margin-bottom: 32px;
}


/*1*/
#ionessunesta_lp .energy_conservation .contents_box:nth-of-type(1) .text {
	margin-bottom: 50px;
}

/*2*/
#ionessunesta_lp .energy_conservation .contents_box:nth-of-type(2) .text {
	margin-bottom: 28px;
}
#ionessunesta_lp .energy_conservation .contents_box:nth-of-type(2) .sub_text {
	margin-top: -4px;
}


/* ---   voice   --- */
#ionessunesta_lp .voice {
	padding: 104px 0;
	background : linear-gradient(30deg, rgba(206, 224, 249, 1) 0%, rgba(180, 207, 246, 1) 50%, rgba(206, 224, 249, 1) 100%);
}
#ionessunesta_lp .voice .heading {
	margin-bottom: 54px;
}
#ionessunesta_lp .voice .voice_block {
	width: 98.4%;
	margin: 0 auto 4px;
	flex-wrap: wrap;
}
#ionessunesta_lp .voice .voice_box {
	position: relative;
	margin: 0;
	padding: 0;
}
#ionessunesta_lp .voice .voice_box:nth-of-type(3) {
	width: 100%;
	text-align: center;
	margin-top: -54px;
}

#ionessunesta_lp .attention_text {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}


/* ---   商品仕様   --- */
#products_specification {
	padding-top: 69.2px;
	padding-bottom: 82px;
	background : linear-gradient(30deg, rgba(206, 224, 249, 1) 0%, rgba(180, 207, 246, 1) 50%, rgba(206, 224, 249, 1) 100%);
}
#products_specification .contents_wrapper {
	max-width: 1000px;
}
#products_specification table {
	border-collapse: collapse;
	width: 98%;
	margin: 0 1%;
	text-align: left;
}
#products_specification caption {
	margin-right: auto;
	margin-left: auto;
	width: calc(100%);
	height: auto;
	padding: 16px 0 14px;
	padding-left: 24px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	font-family: var(--font-base);
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
	text-align:left;
	box-sizing: border-box;
}

#products_specification td,#products_specification th {
	font-weight: 600;
	width: 26%;
	padding: 0;
	padding-left: 1.8%;
	padding-right: 1.8%;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1.4px solid #0089ff;
	color: #5c3250;
	font-size: 17.2px;
	font-family: var(--font-base);
	letter-spacing: -0.2px;
	vertical-align: baseline;
}

#products_specification th {
	background-color:rgba(255,255,255,0.8);
	width: 19%;
	font-weight: 700;
	font-size: 18px;
}
#products_specification td {
	background-color: #fff;
	width: 81%;
	font-weight: 500;
}
#products_specification td>span {
	line-height: 0.8;
}
#products_specification td.small_text {
	font-size: 16px;
}

#products_specification .attention_text {
	margin-top: 10px;
	padding-left: 8px;
}

/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/