@charset "Shift-jis";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500;700&display=block');

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +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

*********************/
#coolrich_lp {
	--font-base: 'Noto Sans JP' , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-NotoSerif: 'Noto Serif JP', serif;
	--font-NotoSans: 'Noto Sans JP', sans-serif;

	--color-black: #474747;
	--color-red: #EA4D6D;
	--color-blue: #0072DC;
	--color-green015: rgba(83,199,182,0.15);

	position: relative;
	background-color: white;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
	font-family: var(--font-base);
	color: var(--color-black);
	letter-spacing: 0em;
}

#coolrich_lp * {
	box-sizing: border-box;
}

#coolrich_lp h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.44;
}
#coolrich_lp h2 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.47;
	margin-bottom: 39px;
	letter-spacing: 0em;
}

#coolrich_lp h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.44;
	margin-bottom: 29px;
	letter-spacing: 0em;
}

#coolrich_lp p {
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	letter-spacing: 0em;
}

#coolrich_lp img {
	max-width: 100%;
	height: auto;
}

#coolrich_lp figure {
	margin: 0;
}



/********************
   parts
*********************/
#coolrich_lp .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#coolrich_lp .flex_base {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#coolrich_lp .flex_base.flex_wrap {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 4px;
	-moz-column-gap: 23px;
	     column-gap: 23px;
}

#coolrich_lp .attention_text {
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	line-height: 1.44;
}

#coolrich_lp .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#coolrich_lp .bg_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#coolrich_lp .bg_visual,
#coolrich_lp .bg_visual img {
	width: 100%;
	height: auto;
}
#coolrich_lp .bg_visual h2 {
	font-size: 30px;
	margin-bottom: 40px;
}

#coolrich_lp .color-red {
	color: var(--color-red);	
}
#coolrich_lp .color-blue {
	color: var(--color-blue);
}


#coolrich_lp .huki {
	z-index: 10;
	background-image: url(../img/deco/huki_deco01@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 192px;
	height: 182px;
	padding-top: 7px;
	padding-left: 11px;
	padding-right: 0;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.47;
}
#coolrich_lp .huki.huki02 {
	background-image: url(../img/deco/huki_deco02@2x.png);
	padding-left: 0;
	padding-right: 11px;
}



/********************

   main

*********************/
/********************
   fv
*********************/
#coolrich_lp #fv {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}

#coolrich_lp #fv .fv_img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1300px;
}
#coolrich_lp #fv .fv_img img {
	width: 100%;
}
#coolrich_lp #fv .fv_img::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% - 2px);
	width: 50vw;
	height: 100%;
	background: linear-gradient(180deg, red 0%, red 10%, blue 10%, blue 20%, red 20%, red 30%, blue 30%, blue 40%, red 40%, red 50%, blue 50%, blue 60%, red 60%, red 70%, blue 70%, blue 80%, red 80%, red 90%, blue 90%, blue 100%);
	background: linear-gradient(180deg, #c0c1bc 0%, #c0c1bc 10%, #c2c3bf 20%, #c4c4c0 30%, #c3c4bf 40%, #bebfbb 50%, #bdbdb8 60%, #bbbcb8 70%, #bbbbb8 80%, #babbb8 90%, #bbbcb7 100%);
}


#coolrich_lp #fv .fv_wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1130px;
	padding-left: 56px;
	height: 100%;
}

#coolrich_lp #fv .fv_text {
	width: fit-content;
	padding-top: 180px;
	text-align: center;
	color: #fff;
}

#coolrich_lp #fv .fv_tit {
	color: var(--color-black);
	font-size: 44px;
	font-weight: 700;
	font-family: var(--font-NotoSerif);
	line-height: 1.47;
	margin-bottom: 34px;
}
#coolrich_lp #fv .fv_tit img {
	position: relative;
	top: 7px;
	left: 4px;
}

#coolrich_lp #fv .fv_label {
	position: absolute;
	bottom: 82px;
	right: 0;
}
#coolrich_lp #fv .fv_label .attention_text {
	margin-top: 1em;
	color: #020202;
	text-align: center;
	font-weight: 700;
}



/********************
   cp_ofr
*********************/
#coolrich_lp .cp_ofr {
	--color-red: #C92A2A;
	position: relative;
	padding: 119px 0 190px;
	z-index: 90;
}

#coolrich_lp .cp_ofr .cp_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 62px 51px 62px 34px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

#coolrich_lp .cp_box .contents_block {
	position: relative;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 22px;
}

#coolrich_lp .cp_box .contents_block .img_block {
	flex: 1;
	text-align: center;
	margin-top: 8.7px;
}

#coolrich_lp .cp_box .contents_block .img_block img {
	flex: 1;
}
#coolrich_lp .cp_box .contents_block .img_block figcaption {
	margin-top: 0.2em;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}



#coolrich_lp .cp_box .text_block {
	text-align: left;
}
#coolrich_lp .cp_box p,
#coolrich_lp .cp_box h2 {
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

#coolrich_lp .cp_box .label {
	width: fit-content;
	padding: 7px 12.5px;
	background: #D9C16B;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0.25em;
}
#coolrich_lp .cp_box .name {
	font-size: 28.6px;
	font-family: var(--font-NotoSans);
	line-height: 1.5;
	margin-bottom: 0.2em;
}


#coolrich_lp .cp_box .price_block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: -5px;
	margin-bottom: 15px;
	color: var(--color-red);
	font-family: var(--font-NotoSerif);
}
#coolrich_lp .cp_box .price_block .price_tit {
	--border: 2.5px solid var(--color-red);
	display: block;
	padding: 0.1em 0.02em 0.14em;
	margin-right: 7px;
	border-top: var(--border);
	border-bottom: var(--border);
	font-size: 28px;
	font-weight: 700;
	font-family: var(--font-NotoSans);
	line-height: 1.06;
}
#coolrich_lp .cp_box .price_block .price {
	position: relative;
	top: -0.056em;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 89.6px;
}
#coolrich_lp .cp_box .price_block .unit {
	position: relative;
	top: 0.19em;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	letter-spacing: 0;
	margin-left: 0;
}
#coolrich_lp .cp_box .price_block .unit .tax {
	position: relative;
	top: 0.25em;
	display: inline-block;
	font-size: 1em;
}
#coolrich_lp .cp_box .price_block .unit .yen {
	display: inline-block;
	font-size: 2.28em;
}


#coolrich_lp .cp_ofr .cp_ofr_btn  {
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	box-shadow:  4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
#coolrich_lp .cp_ofr .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 21px;
	font-family: var(--font-NotoSans);
}

#coolrich_lp .cp_ofr .attention_text{
	margin-top: 1.6em;
	font-size: 13px;
}




/********************
    before_after
*********************/
#coolrich_lp .before_after {
	position: relative;
	padding: 0;
	padding-top: 56px;
}

#coolrich_lp .before_after .heading {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
	font-size: 40px;
	font-family: var(--font-NotoSerif);
}
#coolrich_lp .before_after .heading::before,
#coolrich_lp .before_after .heading::after {
	--degree: -32deg;
	content: "";
	position: absolute;
	top: 54%;
	transform: translateY(-50%) rotate(var(--degree));
	display: block;
	width: 2px;
	height: 77%;
	background: var(--color-black);
}
#coolrich_lp .before_after .heading::before {
	left: -28px;
	
}
#coolrich_lp .before_after .heading::after {
	--degree: 34deg;
	right: -14px;
}


#coolrich_lp .before_after .img_block {
	position: relative;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#coolrich_lp .before_after .img_block::before,
#coolrich_lp .before_after .img_block::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 50vw;
	background: red;
}

#coolrich_lp .before_after .img_block::before {
	right: calc(100% - 2px);
	background: linear-gradient(180deg, #fbfaf8 0%, #fcfcfa 100%);
}
#coolrich_lp .before_after .img_block::after {
	left: calc(100% - 2px);
	background: linear-gradient(180deg, #f8f7f4 0%, #f8f7f5 100%);
}

#coolrich_lp .before_after .attention_text {
	position: absolute;
	bottom: 11px;
	right: 135px;
	font-size: 14px;
	text-shadow: 0px 0px 8px #FFF, 0px 0px 4px #FFF;
}



/********************
    sales_performance
*********************/
#coolrich_lp .sales_performance {
	position: relative;
	top: -3px;
	z-index: 1;
	text-align: left;
	padding: 0 0 100px;
	background: url(../img/deco/sales_performance_bg_deco@2x.png);
	background-size: cover;
	background-position: bottom right;
}

#coolrich_lp .sales_performance .heading_deco {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 62px 0;
	font-size: 40px;
	font-family: var(--font-NotoSerif);
}
#coolrich_lp .sales_performance .heading_deco span {
	position: relative;
}

#coolrich_lp .sales_performance .heading_deco::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(14deg, #33F3CC 0%, #005FFF 50%, #2C2CA1 100%);
	clip-path: polygon(0 0, 100% 0, 100% 62.8%, 50% 100%, 0 62.8%);
}

#coolrich_lp .sales_performance .text {
	width: fit-content;
	margin: 69px auto 16px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	font-family: var(--font-NotoSerif);
}
#coolrich_lp .sales_performance .text strong {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
	left: 7px;
}

#coolrich_lp .sales_performance .attention_text {
	display: block;
	padding-right: 20px;
	padding-top: 14px;
	text-align: right;
	font-size: 14px;
	font-family: var(--font-base);
	font-weight: 700;
}


/*** type 02 ***/
#coolrich_lp .sales_performance[data-type="02"] {
	padding-top: 89px;
	padding-bottom: 160px;
}
#coolrich_lp .sales_performance[data-type="02"] .heading {
	position: relative;
	margin-bottom: 100px;
	text-align: center;
	font-size: 40px;
	font-family: var(--font-NotoSerif);
}

#coolrich_lp .sales_performance[data-type="02"] .heading::after {
	content: "";
	position: absolute;
	top: calc(100% + 28px);
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/deco/sales_performance_arrow@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 156px;
	height: 53px;
}

#coolrich_lp .sales_performance[data-type="02"] .label {
	text-align: center;
}



/********************
    before_after02
*********************/
#coolrich_lp .before_after02 {
	position: relative;
	text-align: center;
	padding: 89px 0 40px;
}

#coolrich_lp .before_after02 .contents_wrapper {
	max-width: 1300px;
}
#coolrich_lp .before_after02 .heading {
	margin-bottom: 25px;
	font-family: var(--font-NotoSerif);
	line-height: 1.4;
}

#coolrich_lp .before_after02 .attention_text {
	text-align: center;
	margin-bottom: 44px;
}

#coolrich_lp .before_after02 .contents_block {
	column-gap: 14px;
}
#coolrich_lp .before_after02 .img_block {
	flex: 1;
}
#coolrich_lp .before_after02 .img_block img {
	width: 100%;
}

#coolrich_lp .before_after02 .img_block figcaption {
	display: flex;
	justify-content: space-between;
}
#coolrich_lp .before_after02 .img_block figcaption span {
	display: block;
	width: 49.17%;
	margin-top: 9.2px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}



/********************
    worry
*********************/
#coolrich_lp .bg_deco01 {
	position: relative;
	background: linear-gradient(45deg, #33F3CC34 0%, #005FFF34 50%, #2C2CA134 100%);
}
#coolrich_lp .worry {
	position: relative;
	text-align: center;
	margin-top: -29px;
	padding: 0px 0 111px;
}

#coolrich_lp .worry .heading {
	margin-bottom: 41px;
	font-family: var(--font-NotoSerif);
}


#coolrich_lp .worry .worry_list {
	position: relative;
	align-items: flex-end;
	column-gap: 56px;
	margin-bottom: 176px;
}
#coolrich_lp .worry .worry_list::after {
	content: "";
	position: absolute;
	top: calc(100% + 62px);
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/deco/worry_arrow@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 156px;
	height: 53px;
}

#coolrich_lp .worry_list .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 4px;
	color: var(--color-blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.44;
}

#coolrich_lp .worry_list .item:nth-of-type(1),
#coolrich_lp .worry_list .item:nth-of-type(2) {
	left: -100px;
}
#coolrich_lp .worry_list .item:nth-of-type(3),
#coolrich_lp .worry_list .item:nth-of-type(4) {
	margin-top: -50px;
	left: 100px;
}

#coolrich_lp .worry_list .item:nth-of-type(1) {
	background-image: url(../img/deco/worry_huki_deco01@2x.png);
	width: 406px;
	height: 237px;
	top: 14px;
}
#coolrich_lp .worry_list .item:nth-of-type(2) {
	background-image: url(../img/deco/worry_huki_deco02@2x.png);
	width: 386px;
	height: 243px;
}
#coolrich_lp .worry_list .item:nth-of-type(3) {
	background-image: url(../img/deco/worry_huki_deco03@2x.png);
	width: 377px;
	height: 250px;
	top: 7px;
}
#coolrich_lp .worry_list .item:nth-of-type(4) {
	background-image: url(../img/deco/worry_huki_deco04@2x.png);
	width: 430px;
	height: 240px;
}

#coolrich_lp .worry .worry_huki {
	position: relative;
	z-index: 10;
	width: fit-content;
	margin: 0 auto 32px;
	padding: 0.25em 1.4em 0.29em;
	background: linear-gradient(5deg, #33d0f3cc 0%, #005FFF 44%, #2C2CA1 100%);
	border-radius: 1000px;
	color: #fff;
	font-size: 30px;
	font-family: var(--font-NotoSans);
	line-height: 1.4;
	font-weight: 700;
}
#coolrich_lp .worry .worry_huki::before {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	width: 40px;
	height: 30px;
	background: linear-gradient(90deg, #2697fa 0%,  #1e8afb 100%);
}

#coolrich_lp .worry .text {
	font-size: 50px;
	font-family: var(--font-NotoSerif);
}



/********************
    points
*********************/
#coolrich_lp .points {
	position: relative;
	z-index: 10;
	padding: 0;
}

#coolrich_lp .points > .points_main_heading {
	width: 100%;
	height: 430px;
	margin: 0;
	margin-top: -86px;
	padding-top: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/deco/points_heading_bg_deco@2x.png);
	background-size: 100% 100%;
	color: #fff;
	line-height: 1.47;
	font-size: 58px;
	font-family: var(--font-NotoSerif);
}


#coolrich_lp .points .heading_block {
	position: relative;
	margin-top: 200px;
	text-align: center;
	font-family: var(--font-NotoSans);
}

#coolrich_lp .points .heading_block::before {
	content: "";
	position: absolute;
	top: -115px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/deco/deco01.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 177px;
	height: 150px;
	z-index: -1;
}

#coolrich_lp .points .heading_block .sub {
	display: block;
	font-size: 30px;
	margin-bottom: -7px;
}
#coolrich_lp .points .heading_block .sub span {
	display: inline-block;
	font-size: 1.19em;
	margin-top: 17px;
}

#coolrich_lp .points .heading_block .heading {
	position: relative;
}
#coolrich_lp .points .heading_block .heading_underline::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 96%;
	height: 25px;
	background: linear-gradient(45deg, #33F3CC34 0%, #005FFF34 50%, #2C2CA134 100%);
	z-index: -1;
}

#coolrich_lp .points .attention_text {
	display: block;
	font-size: 12px;
	margin-top: 1.18em;
	text-align: left;
}

#coolrich_lp .points .attention_mark {
	font-size: 12px;
	margin-left: 8.2px;
}



/********************
    fabric
*********************/
#coolrich_lp .fabric .heading_block {
	margin-bottom: 176px;
}
#coolrich_lp .fabric_block {
	position: relative;
	margin-top: 110px;
}
#coolrich_lp .fabric_block .text,
#coolrich_lp .fabric_block .tit,
#coolrich_lp .fabric_block .num_box {
	display: block;
	text-align: left;
}

#coolrich_lp .fabric_block .num_box {
	margin-top: -17px;
	margin-bottom: 4px;
}
#coolrich_lp .fabric_block .tit {
	margin-bottom: 32px;
}

#coolrich_lp .fabric_block .text_block {
	width: 300px;
}

#coolrich_lp .fabric_block .huki {
	position: absolute;
}


/* 1 */
#coolrich_lp .fabric_block[data-point="01"] .huki {
	top: -117px;
	right: -22px;
}

#coolrich_lp .fabric_block[data-point="01"] .img_block {
	position: relative;
}
#coolrich_lp .fabric_block[data-point="01"] .img_block figcaption {
	position: absolute;
	bottom: calc(100% - 1px);
	left: calc(50% - 40px);
	transform: translateX(-50%);
	width: fit-content;
	margin: 0 auto 9.2px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;	
}
#coolrich_lp .fabric_block[data-point="01"] .img_block figcaption::before,
#coolrich_lp .fabric_block[data-point="01"] .img_block figcaption::after {
	--degree: -37deg;
	content: "";
	position: absolute;
	top: 54%;
	transform: translateY(-50%) rotate(var(--degree));
	display: block;
	width: 1.8px;
	height: 73%;
	background: var(--color-black);
}
#coolrich_lp .fabric_block[data-point="01"] .img_block figcaption::before {
	left: -14px;
	
}
#coolrich_lp .fabric_block[data-point="01"] .img_block figcaption::after {
	--degree: 39deg;
	right: -10px;
}


/* 2 */
#coolrich_lp .fabric_block[data-point="02"] .contents_block::before {
	content: "";
	position: absolute;
	bottom: -262px;
	right: -244px;
	background-image: url(../img/deco/deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 506px;
	height: 484px;
}
#coolrich_lp .fabric_block[data-point="02"] .contents_block  {
	margin-bottom: 170px;
}
#coolrich_lp .fabric_block[data-point="02"] .contents_block .img_block .huki {
	top: -100px;
	left: -25px;
}
#coolrich_lp .fabric_block[data-point="02"] .contents_block .img_block figure {
	width: 654px;
	height: 373px;
	padding-top: 26.5px;
	background: #E3E1DC;
}

#coolrich_lp .fabric_block[data-point="02"] .contents_block .text_block {
	position: relative;
	right: -14px;
}

#coolrich_lp .fabric_block[data-point="02"] .contents_block .text_block .text {
	margin-bottom: 50px;
}


#coolrich_lp .fabric_block[data-point="02"] .contents_block02 {
	position: relative;
	padding: 96px 0 118px;
}

#coolrich_lp .fabric_block[data-point="02"] .contents_block02 .bg_img img {
	width: 1300px;
}

#coolrich_lp .fabric_block[data-point="02"] .contents_block02 .text {
	margin-bottom: 47px;
	text-align: left;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.96;
	font-family: var(--font-NotoSerif);
}

#coolrich_lp .fabric_block[data-point="02"] .contents_block02 .img_block {
	position: relative;
	width: fit-content;
	margin-left: 0;
}
#coolrich_lp .fabric_block[data-point="02"] .contents_block02 .huki {
	position: absolute;
	top: -29px;
	left: calc(100% + 17px);
}


/********************
    body_making
*********************/
#coolrich_lp .body_making {
	padding: 0 0 169px;
}
#coolrich_lp .body_making_block {
	position: relative;
}
#coolrich_lp .body_making_block .num_box {
	text-align: center;
	display: block;
	margin-bottom: 19px;
}

#coolrich_lp .points .body_making .heading_block::before {
	transform: translateX(-50%) rotate(180deg);
}

#coolrich_lp .body_making_block .tit {
	margin-bottom: 24.4px;
}
#coolrich_lp .body_making_block .lead {
	margin-bottom: 50px;
}


#coolrich_lp .body_making_block:nth-of-type(n+2) {
	margin-top: 144px;
}


/*** 1 ***/
#coolrich_lp .body_making_block[data-point="01"]::before {
	content: "";
	position: absolute;
	top: -730px;
	right: calc(100% - 200px);
	background-image: url(../img/deco/deco03.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 560px;
	height: 796px;
	z-index: -1;
}

#coolrich_lp .body_making_block[data-point="01"] .lead {
	margin-top: 62px;
	margin-bottom: 54px;
}

#coolrich_lp .body_making_block[data-point="01"] .position {
	position: relative;
	text-align: center;
	margin: 0 auto 44px;
	font-size: 24.4px;
	background: transparent;
}
#coolrich_lp .body_making_block[data-point="01"] .position::before,
#coolrich_lp .body_making_block[data-point="01"] .position::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
	height: 0;
}
#coolrich_lp .body_making_block[data-point="01"] .position::before {
	background: var(--color-blue);
	height: 1px;
}
#coolrich_lp .body_making_block[data-point="01"] .position::after {
	height: 10px;
	background: transparent;
	border: 1px solid var(--color-blue);
	border-left: none;
	border-right: none;
}

#coolrich_lp .body_making_block[data-point="01"] .position  > span {
	display: inline-block;
	padding: 10px 20px 16px;
	background: #fff;
}

#coolrich_lp .body_making_block[data-point="01"] .contents_block .zone {
	position: relative;
	margin-bottom: 28px;
	color: var(--color-blue);
	font-size: 24px;
	font-weight: 700;
	text-align: left;
}
#coolrich_lp .body_making_block[data-point="01"] .contents_block .zone::after {
	content: "";
	position: absolute;
	top: calc(100% + 10px);
	background-repeat: no-repeat;
	background-size: contain;
}

#coolrich_lp .body_making_block[data-point="01"] .contents_block .text {
	text-align: left;
	margin-bottom: 19px;
}
#coolrich_lp .body_making_block[data-point="01"] .contents_block .text ~ .zone {
	margin-top: 50px;
}
#coolrich_lp .body_making_block[data-point="01"] .contents_block .inner > div {
	position: relative;
	z-index: 10;
}


/* front */
#coolrich_lp .body_making_block[data-point="01"] .front_block {
	margin-bottom: 89px;
}
#coolrich_lp .body_making_block[data-point="01"] .front_block .attention_text {
	margin-top: 2.2em;
}
#coolrich_lp .body_making_block[data-point="01"] .front_block .inner > div:nth-of-type(1){
	width: 315px;
}

#coolrich_lp .body_making_block[data-point="01"] .front_block .inner > div:nth-of-type(1) .zone::after {
	background-image: url(../img/deco/making01_front_line02@2x.png);
	width: 426px;
	height: 190px;
	left: 0;
}

#coolrich_lp .body_making_block[data-point="01"] .front_block .inner > div:nth-of-type(2) {
	position: relative;
	left: -10px;
	z-index: 1;
}
#coolrich_lp .body_making_block[data-point="01"] .front_block .inner > div:nth-of-type(3) {
	width: 284px;
	margin-top: 19px;
}

#coolrich_lp .body_making_block[data-point="01"] .front_block .inner > div:nth-of-type(3) .zone:nth-of-type(1):after {
	background-image: url(../img/deco/making01_front_line01@2x.png);
	width: 486px;
	height: 72px;
	right: 0;
}
#coolrich_lp .body_making_block[data-point="01"] .front_block .inner > div:nth-of-type(3) .zone:nth-of-type(2):after {
	background-image: url(../img/deco/making01_front_line03@2x.png);
	width: 484px;
	height: 61px;
	right: 0;
	top: auto;
	bottom: -10px;
}

/* back */
#coolrich_lp .body_making_block[data-point="01"] .back_block .position {
	margin-bottom: 69px;
}
#coolrich_lp .body_making_block[data-point="01"] .back_block .inner {
	justify-content: center;
	column-gap: 56px;
}
#coolrich_lp .body_making_block[data-point="01"] .back_block .inner > div:nth-of-type(2) {
	width: 340px;
}
#coolrich_lp .body_making_block[data-point="01"] .back_block .inner .zone::after {
	background-image: url(../img/deco/making01_back_line01@2x.png);
	width: 526px;
	height: 162px;
	right: 0;
}


/*** 2 ***/
#coolrich_lp .body_making_block[data-point="02"]::before {
	content: "";
	position: absolute;
	top: -270px;
	left: calc(100% + 44px);
	background-image: url(../img/deco/deco03.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 560px;
	height: 796px;
	transform: rotate(-10deg);
	z-index: -1;
}

#coolrich_lp .body_making_block[data-point="02"] .lead {
	margin-bottom: 17px;
}

#coolrich_lp .body_making_block[data-point="02"] .img_block {
	margin-bottom: 73px;
}


#coolrich_lp .body_making_block[data-point="02"] .contents_block {
	justify-content: center;
	column-gap: 34px;
}
#coolrich_lp .body_making_block[data-point="02"] .contents_block .img_block {
	position: relative;
	margin-bottom: 0;
}

#coolrich_lp .body_making_block[data-point="02"] .label {
	position: absolute;
	top: -70px;
	width: 134px;
	height: 134px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10000px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.44;
	padding-top: 0.28em;
	background: linear-gradient(45deg, #33F3CC 0%, #005FFF 50%, #2C2CA1 100%);
}
#coolrich_lp .body_making_block[data-point="02"] .label:nth-of-type(1) {
	right: 106px;
	color: #fff;
}
#coolrich_lp .body_making_block[data-point="02"] .label:nth-of-type(2) {
	right: -17px;
	color: var(--color-blue);
	z-index: 10;
}
#coolrich_lp .body_making_block[data-point="02"] .label:nth-of-type(2) > span {
	position: relative;
	line-height: 1.3;
}
#coolrich_lp .body_making_block[data-point="02"] .label:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-49.6%);
	width: calc(100% - 7px);
	height: calc(100% - 7px);
	background: #fff;
	border-radius: 10000px;
}




/*** 3 ***/
#coolrich_lp .body_making_block[data-point="03"] .lead {
	margin-bottom: 69px;
}
#coolrich_lp .body_making_block[data-point="03"]::before {
	content: "";
	position: absolute;
	top: 125px;
	left: -269px;
	background-image: url(../img/deco/deco04.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 636px;
	height: 637px;
	transform: rotate(15deg);
	z-index: -1;
}

#coolrich_lp .body_making_block[data-point="03"] .contents_block {
	width: 1180px;
	margin-left: -189px;
}


/********************
    sizes
*********************/
#coolrich_lp .sizes {
	position: relative;
	padding: 0px 0 140px;
}

#coolrich_lp .sizes .heading {
	margin-bottom: 70px;
	padding: 17px 10px 15px;
	text-align: center;
	background: linear-gradient(2.8deg, #33F3CC 0%, #005FFF 50%, #2C2CA1 100%);
	color: #fff;
	font-size: 40px;
	text-align: center;
}


#coolrich_lp .sizes .sizes_tit {
	font-size: 30px;
	margin-bottom: 29px;
	font-family: var(--font-NotoSans);
}

#coolrich_lp .sizes_table {
	align-items: stretch;
	column-gap: 5.6px;
	margin-bottom: 32px;
}

#coolrich_lp .sizes_table .table_block {
	flex: 1;
}

#coolrich_lp .sizes_table .table_data,
#coolrich_lp .sizes_table .table_heading {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

#coolrich_lp .sizes_table .table_heading {
	min-height: 82px;
	background: var(--color-blue);
	color: #fff;
}

#coolrich_lp .sizes_table .table_data {
	min-height: 110px;
	background: #F5F5F5;
	color: var(--color-black);
}

#coolrich_lp .sizes .attention_text {
	font-size: 14px;
	margin-bottom: 69px;
}

#coolrich_lp .sizes .guarantee_box {
	--box-color: #D9C16B;
	border: 2.8px solid var(--box-color);
}

#coolrich_lp .sizes .guarantee_tit {
	position: relative;
	top: -2px;
	text-align: center;
	background: var(--box-color);
	color: #fff;
	font-size: 30px;
	margin: 0 auto;
	padding: 11.9px 0 4px;
}

#coolrich_lp .sizes .guarantee_tit > span {
	position: relative;
	font-size: 1.2em;
}
#coolrich_lp .sizes .guarantee_tit > span::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 51%;
	transform: translateX(-50%);
	background-image: url(../img/deco/guarantee_tit_dots@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 224px;
	height: 5px;
}

#coolrich_lp .sizes .guarantee_text {
	text-align: left;
	padding: 18px 31px 20px;
	font-weight: 700;
	line-height: 1.86;
}



/********************
    how_to
*********************/
#coolrich_lp .how_to {
	position: relative;
	padding: 96px 0 130px;
	background-image: url(../img/deco/how_to_bg_deco.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#coolrich_lp .how_to .heading {
	margin-bottom: 19px;
	font-size: 40px;
}

#coolrich_lp .how_to .heading_en {
	display: block;
	margin-bottom: 20px;
}

#coolrich_lp .how_to .lead {
	margin-bottom: 50px;
	font-size: 18px;
}

#coolrich_lp .how_to_block {
	position: relative;
}

#coolrich_lp .how_to_block .huki {
	position: absolute;
	top: -106px;
	right: -32px;
}


#coolrich_lp .how_to_list {
	column-gap: 20px;
}
#coolrich_lp .how_to_list .item {
	position: relative;
}
#coolrich_lp .how_to_list .item:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-76%);
	right: -40px;
	width: 48px;
	height: 76px;
	z-index: 10;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: var(--color-blue);
}

#coolrich_lp .how_to_list .item figcaption {
	margin-top: 0.56em;
	text-align: center;
}



/********************
    color
*********************/
#coolrich_lp .color {
	position: relative;
	padding: 87px 0 10px;
}

#coolrich_lp .color .contents_wrapper {
	position: relative;
}
#coolrich_lp .color .contents_wrapper::before,
#coolrich_lp .color .contents_wrapper::after {
	content: "";
	position: absolute;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

#coolrich_lp .color .contents_wrapper::before {
	background-image: url(../img/deco/deco03.png);
	width: 400px;
	height: 620px;
	top: -20px;
	left: -370px;
}
#coolrich_lp .color .contents_wrapper::after {
	background-image: url(../img/deco/deco04.png);
	width: 440px;
	height: 440px;
	top: 560px;
	right: -370px;
	transform: rotate(15deg);
}


#coolrich_lp .color .heading {
	margin-bottom: 82px;
}

#coolrich_lp .color_list {
	position: relative;
	left: -17px;
	justify-content: center;
	column-gap: 73px;
}

#coolrich_lp .color_list figcaption {
	margin-top: 0.17em;
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
}




/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding-top: 119px;
	padding-bottom: 156px;
	background: linear-gradient(45deg, #33F3CC34 0%, #005FFF34 50%, #2C2CA134 100%);
}

#products_specification .contents_wrapper {
	max-width: 980px;
}
#products_specification table {
	border-collapse:separate;
	width: 100%;
	text-align: left;
	border-spacing: 7px 10px;
}
#products_specification caption {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 17px;
	font-size: 40px;
	font-weight: 700;
	color: var(--color-black);
	background-color: transparent;
	text-align:center;
	box-sizing: border-box;
}

#products_specification td,#products_specification th {
	width: 26%;
	padding: 16px 4% 17px 2.7%;
	border: none;
	color: var(--color-black);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1.5;
	font-family: var(--font-base);
	vertical-align: middle;
}

#products_specification th {
	width: 22.8%;
	background-color: var(--color-blue);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#products_specification td {
	background-color: #fff;
	width: 78%;
	vertical-align: middle;
}


#products_specification .attention_text {
	margin-top: 0.56em;
	margin-left: 8.2px;
	font-size: 13.2px;
	text-align: left;
	color: var(--color-black);
}

/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/