@charset "Shift_JIS";

@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 500;
	src: url('./fonts/SourceHanSans/SourceHanSansJP-Medium.woff') format('woff'),
		 url('./fonts/SourceHanSans/SourceHanSansJP-Medium.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

*********************/
#WonderfreeBelt_lp {
	--font-base: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-SourceHanSans: "SourceHanSans" ,sans-serif;

	--color-black: #000;
	--color-gray01: #666;
	--color-gray02: #808080;

	position: relative;
	background-color: white;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	font-family: var(--font-SourceHanSans);
	color: var(--color-black);
	letter-spacing: 0.2em;
}

#WonderfreeBelt_lp * {
	box-sizing: border-box;
}

#WonderfreeBelt_lp h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
}
#WonderfreeBelt_lp h2 {
	color: #4d4d4d;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 50px;
	letter-spacing: 0.18em;
}

#WonderfreeBelt_lp h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.44;
	text-align: center;
	margin-bottom: 32px;
	letter-spacing: 0.08em;
}

#WonderfreeBelt_lp p {
	font-size: 16px;
	line-height: 2.05;
	font-weight: 500;
	letter-spacing: 0.2em;
}

#WonderfreeBelt_lp img {
	max-width: 100%;
	height: auto;
}

#WonderfreeBelt_lp figure {
	margin: 0;
}



/********************
   parts
*********************/
#WonderfreeBelt_lp .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#WonderfreeBelt_lp .flex_base {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#WonderfreeBelt_lp .flex_base.flex_wrap {
	flex-wrap: wrap;
	justify-content: center;
}


#WonderfreeBelt_lp h2.heading img {
	line-height: 1;
}

#WonderfreeBelt_lp .attention_text {
	color: var(--color-gray01);
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	line-height: 1.7;
}

#WonderfreeBelt_lp .bg_img.abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#WonderfreeBelt_lp .bg_img img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
#WonderfreeBelt_lp .bg_img.abs img {
	height: 100%;
}

#WonderfreeBelt_lp .bg_visual,
#WonderfreeBelt_lp .bg_visual img {
	width: 100%;
	height: auto;
}




/********************

   main

*********************/
/********************
   fv
*********************/
#WonderfreeBelt_lp #fv {
	display: inline-block;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}

#WonderfreeBelt_lp #fv .fv_bg,
#WonderfreeBelt_lp #fv .fv_bg img {
	position: relative;
	width: auto;
	max-width: initial;
	height: 50vh;
}

#WonderfreeBelt_lp #fv .fv_bg > div {
	position: relative;
}

#WonderfreeBelt_lp #fv .fv_bg > div::before,
#WonderfreeBelt_lp #fv .fv_bg > div::after {
	content: "";
	position: absolute;
	top: 0;
	width: 50vw;
	height: 100%;
}
#WonderfreeBelt_lp #fv .fv_bg > div::before {
	right: calc(100% - 1px);
}
#WonderfreeBelt_lp #fv .fv_bg > div::after {
	left: calc(100% - 1px);
}

#WonderfreeBelt_lp #fv .fv_bg > div:nth-of-type(1)::before {
	background: #1a1a1a;
}
#WonderfreeBelt_lp #fv .fv_bg > div:nth-of-type(1)::after {
	background: #020202;
}

#WonderfreeBelt_lp #fv .fv_bg > div:nth-of-type(2)::before {
	background: #727272;
	background: linear-gradient(180deg, #717171 0%,  #757575 100%);
}
#WonderfreeBelt_lp #fv .fv_bg > div:nth-of-type(2):after {
	background: #6c6c6c;
	background: linear-gradient(180deg, #6c6c6c 0%,  #737373 100%);
}



#WonderfreeBelt_lp #fv .fv_wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 917px;
}

#WonderfreeBelt_lp #fv .fv_inner {
	margin-top: calc(50vh - 141px);
	text-align: left;
	color: #fff;
}


#WonderfreeBelt_lp #fv p,
#WonderfreeBelt_lp #fv h1 {
	line-height: 1;
	color: #fff;
}

#WonderfreeBelt_lp #fv .fv_tit {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}

#WonderfreeBelt_lp #fv .logo {
	position: absolute;
	bottom: -40vh;
	right: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	-moz-column-gap: 17px;
	     column-gap: 17px;
}
#WonderfreeBelt_lp #fv .logo img {
	position: relative;
}




/********************
   cp_ofr
*********************/
#WonderfreeBelt_lp .cp_ofr {
	position: relative;
	z-index: 90;
	background: linear-gradient(0deg, rgba(223, 223, 223, 1) 0%, rgba(128, 128, 128, 1) 50%, rgba(223, 223, 223, 1) 100%);
	padding: 96px 0 110px;
}

#WonderfreeBelt_lp .cp_ofr[data-position="p-bottom"] {
	background: transparent;
	padding: 130px 0 100px;
}

#WonderfreeBelt_lp .cp_ofr .cp_box {
	position: relative;
	width: 960px;
	height: 550px;
	padding: 50px 20px 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/deco/ofr_box_deco@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}


#WonderfreeBelt_lp .cp_ofr .contents_block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 56px;
	     column-gap: 56px;
	width: 100%;
}

#WonderfreeBelt_lp .cp_ofr .img_block {
	width: 276px;
	text-align: center;
}

/*#WonderfreeBelt_lp .cp_ofr .contents_block[data-type="single"] .img_block img {
	width: 222px;
}
*/
#WonderfreeBelt_lp .cp_ofr .contents_block[data-type="set"] {
	align-items: flex-start;
	margin-top: 2px;
}

#WonderfreeBelt_lp .cp_ofr .contents_block[data-type="set"] .price {
	margin-bottom: 32px;
}

#WonderfreeBelt_lp .cp_ofr .text_block {
	text-align: left;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
#WonderfreeBelt_lp .cp_ofr .text_block p,
#WonderfreeBelt_lp .cp_ofr .text_block h2 {
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.02em;
	white-space: nowrap;
	margin-bottom: 13px;
}

#WonderfreeBelt_lp .cp_ofr .text_block .name {
	margin-bottom: 32px;
}


#WonderfreeBelt_lp .cp_ofr .cp_ofr_btn  {
	width: auto;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}
#WonderfreeBelt_lp .cp_ofr .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}


/********************
    movie
*********************/
#WonderfreeBelt_lp #movie {
	position: relative;
	padding: 82px 0 114px;
	background: #fff;
	background: linear-gradient(90deg, rgba(223, 223, 223, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(223, 223, 223, 1) 100%);
}

#WonderfreeBelt_lp #movie .contents_wrapper {
	position: relative;
}

#WonderfreeBelt_lp #movie .heading {
	font-size: 22px;
	margin-bottom: 39px;
	color: #fff;
}

#WonderfreeBelt_lp #movie .youtube_box {
	width: 62%;
	height: auto;
	aspect-ratio: 720/720;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#WonderfreeBelt_lp #movie iframe {
	width: 100%;
	height: 100%;
	border: none;
}



/********************
    worry
*********************/
#WonderfreeBelt_lp .worry {
	position: relative;
	padding: 92px 0 100px;
	padding: clamp(85px,6.9vw,120px) 0 clamp(90px,7.0vw,130px);
	z-index: 10;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#WonderfreeBelt_lp .worry .heading {
	font-size: 32px;
	margin-bottom: 26px;
}

#WonderfreeBelt_lp .worry .worry_list {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#WonderfreeBelt_lp .worry .worry_list .item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 22px;
	width: 570px;
	height: 69px;
	padding: 10px;
	padding-left: 56px;
	margin-left: auto!important;
	margin-right: auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

#WonderfreeBelt_lp .worry .worry_list .item::before {
	content: "";
	position: relative;
	display: block;
	width: 32px;
	height: 34px;
	margin-right: 22px;
	background-image: url(../img/deco/icon-check_mark01@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
}



/********************
    recommend
*********************/
#WonderfreeBelt_lp .recommend {
	position: relative;
	padding: 0;
}

#WonderfreeBelt_lp .recommend .bg_img img {
	max-height: 690px;
}

#WonderfreeBelt_lp .recommend .heading {
	position: relative;
	margin: 0;
	color: var(--color-black);
	padding: 62px 0;
	line-height: 1;
	letter-spacing: 0.2em;
	background: rgba(230, 230, 230, 1);
	background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);
}

#WonderfreeBelt_lp .recommend .heading::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	background: rgba(238, 238, 238, 1);
	width: 77px;
	height: 44px;
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0%);
	        clip-path: polygon(0 0, 50% 100%, 100% 0%);
}

#WonderfreeBelt_lp .recommend .inner {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

#WonderfreeBelt_lp .recommend .name {
	text-align: center;
	font-size: 40px;
	line-height: 1.55;
	margin-bottom: 34px;
}


#WonderfreeBelt_lp .recommend .recommend_list {
	justify-content: center;
	-moz-column-gap: 38px;
	     column-gap: 38px;
}

#WonderfreeBelt_lp .recommend .recommend_list .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 340px;
	height: 150px;
	background: #fff;
	border-top: 5px solid #806239;
	border-bottom: 5px solid #595757;
	box-shadow: 10px 10px 0 rgba(128, 128, 128, 0.22);
}





/********************
    points
*********************/
#WonderfreeBelt_lp .points {
	--linear_gradient_deco: linear-gradient(30deg, rgba(223, 223, 223, 0.92) 0%, rgba(255, 255, 255, 0.86) 50%, rgba(223, 223, 223, 0.92) 100%);
	--side_adjust: calc((1300px - max(100vw,1300px))/2);
	position: relative;
	padding: 156px 0 156px;
}

#WonderfreeBelt_lp .points .contents_wrapper {
	max-width: 1300px;
}

#WonderfreeBelt_lp .points .products_img_block {
	position: relative;
	margin-bottom: 87px;
}
#WonderfreeBelt_lp .points .products_img_block img {
	position: relative;
	z-index: 10;
}
#WonderfreeBelt_lp .points .products_img_block::before,
#WonderfreeBelt_lp .points .products_img_block::after {
	content: "";
	position: absolute;
	display: block;
	background: var(--linear_gradient_deco);
	opacity: 0.5;
}
#WonderfreeBelt_lp .points .products_img_block::before {
	min-width: 341px;
	width: 25vw;
	height: 215px;
	top: 4px;
	right: 44px;
}
#WonderfreeBelt_lp .points .products_img_block::after {
	min-width: 341px;
	width: calc(400px + 50vw);
	min-width: 1050px;
	height: 210px;
	top: 125px;
	right: var(--side_adjust);
}


#WonderfreeBelt_lp .points .heading {
	position: relative;
	margin-bottom: 100px;
}


#WonderfreeBelt_lp .point {
	position: relative;
	margin-bottom: 244px;
}
#WonderfreeBelt_lp .point:last-of-type {
	margin-bottom: 20px;
}
#WonderfreeBelt_lp .point::before,
#WonderfreeBelt_lp .point::after {
	content: "";
	position: absolute;
	display: block;
	background: var(--linear_gradient_deco);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.7;
}
#WonderfreeBelt_lp .point::before {
	min-width: 550px;
	width: calc(50vw - 100px);
	height: 380px;
}

#WonderfreeBelt_lp .point .contents_block {
	position: static;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
	-moz-column-gap: 22px;
	     column-gap: 22px;
	z-index: 10;
}

#WonderfreeBelt_lp .point:nth-of-type(2n+1) .contents_block {
	margin-right: 0;
	-moz-column-gap: 106px;
	     column-gap: 106px;
}

#WonderfreeBelt_lp .point.point:nth-of-type(2n) .contents_block {
	margin-left: 0;
	-moz-column-gap: 156px;
	     column-gap: 156px;
}



#WonderfreeBelt_lp .point .text_block {
	position: static;
	width: 250px;
	text-align: left;
}
#WonderfreeBelt_lp .point .text_block::before {
	content: "";
	position: absolute;
	display: block;
	top: 47px;
	left: var(--side_adjust);
	min-width: 860px;
	width: 66.6vw;
	height: 73%;
	background: var(--linear_gradient_deco);
	opacity: 0.56;
}
#WonderfreeBelt_lp .point:nth-of-type(2n) .text_block::before {
	left: auto;
	right: var(--side_adjust);
}


#WonderfreeBelt_lp .point .num_box {
	position: relative;
	padding: 0;
	margin-left: -76px;
	margin-bottom: 125px;
	font-size: 24px;
	text-align: left;
	line-height: 1;
}


#WonderfreeBelt_lp .point .tit {
	position: relative;
	margin-bottom: 44px;
	font-size: 28px;
	text-align: left;
}

#WonderfreeBelt_lp .point .text {
	position: relative;
	color: var(--color-gray01);
}


#WonderfreeBelt_lp .point .img_block {
	position: relative;
	z-index: 100;
}
#WonderfreeBelt_lp .point .img_block figure {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
}
#WonderfreeBelt_lp .point .img_block img:nth-of-type(n+2) {
	margin-top: 39px;
}

#WonderfreeBelt_lp .point .img_block .caption {
	position: absolute;
}

#WonderfreeBelt_lp .point .img_sub_block {
	justify-content: center;
	-moz-column-gap: 62px;
	     column-gap: 62px;
	z-index: 100;
}



/***   1   ***/
#WonderfreeBelt_lp .point[data-num="01"]::before {
	bottom: 11px;
	left: var(--side_adjust);
	transform: translateX(-130px);
	min-width: 317px;
	width: calc(50vw - 333px);
	height: 222px;
	z-index: 100;
}

#WonderfreeBelt_lp .point[data-num="01"] .img_block {
	text-align: right;
}

#WonderfreeBelt_lp .point[data-num="01"] .img_block figure:nth-of-type(1) {
	margin-bottom: 125px;
	margin-left: auto;
	margin-right: 0;
}

#WonderfreeBelt_lp .point[data-num="01"] .img_block figure:nth-of-type(1) .caption {
	bottom: -92px;
	left: 0;
}
#WonderfreeBelt_lp .point[data-num="01"] .img_block figure:nth-of-type(2) .caption {
	bottom: -73px;
	left: 0;
}



/***   2   ***/
#WonderfreeBelt_lp .point[data-num="02"] {
	margin-bottom: 280px;
}
#WonderfreeBelt_lp .point[data-num="02"]::before {
	bottom: -170px;
	left: var(--side_adjust);
	transform: translateX(-32px);
	z-index: 0;
}

#WonderfreeBelt_lp .point[data-num="02"] .text_block::before {
	height: 106.9%;
}


/***   3   ***/
#WonderfreeBelt_lp .point[data-num="03"]::before {
	bottom: -17px;
	right: var(--side_adjust);
	transform: translateX(118px);
	z-index: 0;
}
#WonderfreeBelt_lp .point[data-num="03"] .img_block {
	width: 600px;
}
#WonderfreeBelt_lp .point[data-num="03"] .text_block::before {
	height: 78.7%;
}


#WonderfreeBelt_lp .point[data-num="03"] .img_block figure:nth-of-type(1) .caption {
	bottom: -73px;
	left: 0;
}

#WonderfreeBelt_lp .point[data-num="03"] .img_sub_block {
	margin-top: 110px;
}
#WonderfreeBelt_lp .point[data-num="03"] .img_sub_block::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url(../img/deco/point03_arrow@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 124px;
	height: 85px;
}
#WonderfreeBelt_lp .point[data-num="03"] .img_sub_block figure .caption {
	position: relative;
	margin-top: 12px;
}


/***   4   ***/
#WonderfreeBelt_lp .point[data-num="04"]::before {
	top: -110px;
	left: var(--side_adjust);
	transform: translateX(-300px);
}
#WonderfreeBelt_lp .point[data-num="04"]::after {
	bottom: -32px;
	right: var(--side_adjust);
	transform: translateX(190px);
	min-width: 550px;
	width: calc(50vw - 100px);
	height: 380px;
	opacity: 0.4;
}
#WonderfreeBelt_lp .point[data-num="04"] .text_block::before {
	height: 70%;
}


#WonderfreeBelt_lp .point[data-num="04"] .img_block figure:nth-of-type(1) .caption {
	top: 0;
	left: 156px;
	transform: translateY(-50%);
}

#WonderfreeBelt_lp .point[data-num="04"] .img_sub_block {
	position: relative;
	left: -8.7px;
	margin-top: 69px;
	text-align: left;
}
#WonderfreeBelt_lp .point[data-num="04"] .img_sub_block figure .caption {
	position: relative;
	left: -22px;
	transform: translateY(-50%);
	margin-top: 0;
}




/********************
    products_specification
*********************/
/***************/
.outer_deco[data-position="p-bottom"] {
	background: #bcbcbc;
	background: linear-gradient(30deg, rgba(223, 223, 223, 1) 0%, rgba(188, 188, 188, 1) 50%, rgba(223, 223, 223, 1) 100%);
}

#WonderfreeBelt_lp .outer_deco[data-position="p-bottom"] .cp_ofr {
	background: transparent;
}


/***************/

#products_specification {
	position: relative;
	padding-top: 44px;
	padding-bottom: 130px;
}

#products_specification .contents_wrapper {
	max-width: 980px;
}
#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: 14px 0 16px;
	margin-bottom: 21px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--color-black);
	background-color: rgb(255, 255, 255);
	text-align:center;
	box-sizing: border-box;
}

#products_specification td,#products_specification th {
	width: 26%;
	padding: 0;
	padding-left: 1.8%;
	padding-right: 1.8%;
	padding-top: 10px;
	padding-bottom: 9.2px;
	border: 0.7px solid #000;
	color: var(--color-black);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.76;
	vertical-align: middle;
}

#products_specification th {
	background: #4d4d4d;
	color: #fff;
	width: 22.8%;
	font-weight: 700;
	font-size: 18px;
	font-family: var(--font-base);
	vertical-align: baseline;
}
#products_specification td {
	background-color: #fff;
	width: 80%;
	vertical-align: middle;
}


#products_specification .attention_text {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	color: #ff0000;
}


/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/