@charset "Shift-jis";


@font-face {
    font-family: 'ShipporiMincho';
	font-display: block;
    font-style: normal;
    font-weight: 600;
	src: url('./fonts/ShipporiMincho/ShipporiMincho-SemiBold__limited.woff') format('woff'),
		 url('./fonts/ShipporiMincho/ShipporiMincho-SemiBold__limited.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 500;
	src:url('./fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.woff') format('woff'),
		 url('./fonts/SourceHanSansJP/SourceHanSansJP-Medium__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

*********************/
#CoolRichBra_lp {
	--font-base: 'SourceHanSans' , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-ShipporiMincho: 'ShipporiMincho', serif;
	--font-SourceHanSans: 'SourceHanSans', sans-serif;

	--color-black01: #000;
	--color-brown01: #231815cc;
	--color-gray01: #4d4d4d;
	--color-gray02: #666;
	--color-blue01: #1c8bd9;

	position: relative;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	text-align: center;
	font-family: var(--font-base);
	color: var(--color-black01);
	letter-spacing: 0em;
}

#CoolRichBra_lp * {
	box-sizing: border-box;
}

#CoolRichBra_lp h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.44;
}
#CoolRichBra_lp h2 {
	font-size: 40px;
	font-family: var(--font-ShipporiMincho);
	font-weight: 700;
	line-height: 1.47;
	margin-bottom: 39px;
	letter-spacing: 0.05em;
}

#CoolRichBra_lp h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.44;
	margin-bottom: 29px;
	letter-spacing: 0em;
}

#CoolRichBra_lp p {
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	letter-spacing: 0.18em;
}

#CoolRichBra_lp img {
	max-width: 100%;
	height: auto;
}

#CoolRichBra_lp figure {
	margin: 0;
}



/********************
   parts
*********************/
#CoolRichBra_lp .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#CoolRichBra_lp .flex_base {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#CoolRichBra_lp .flex_base.flex_wrap {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 4px;
	-moz-column-gap: 23px;
	     column-gap: 23px;
}

#CoolRichBra_lp .attention_text {
	color: var(--color-brown01);
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: 0.05em;
}

#CoolRichBra_lp .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#CoolRichBra_lp .bg_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


#CoolRichBra_lp .color-red {
	color: var(--color-red);
}


/********************

   main

*********************/
/********************
   fv
*********************/
#CoolRichBra_lp .fv {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}

#CoolRichBra_lp .fv_img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 2500px;
}
#CoolRichBra_lp .fv_img img {
	width: 100%;
}
#CoolRichBra_lp .fv_img::before {
	content: "";
	position: absolute;
	top: 0;
	right: calc(100% - 2px);
	width: 50vw;
	height: 100%;
	background: #c4bfb9;
}
#CoolRichBra_lp .fv_img::after {
	content: "";
	position: absolute;
	top: 0;
	left: calc(100% - 2px);
	width: 50vw;
	height: 100%;
	background: #fff;
}


#CoolRichBra_lp .fv_wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 980px;
	height: 100%;
}

#CoolRichBra_lp .fv_inner {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: right;
	margin-top: 29px;
	margin-left: auto;
	margin-right: 0;
}

#CoolRichBra_lp .fv_label {
	margin-right: -56px;
}

#CoolRichBra_lp .fv_tit {
	margin-top: -10px;
	margin-bottom: 10px;
	margin-right: -62px;
	font-size: 44px;
	line-height: 1.47;
}
#CoolRichBra_lp .fv_tit img {
	position: relative;
	top: 7px;
	left: 4px;
}

#CoolRichBra_lp .fv_logo {
	margin-right: -27px;
}

#CoolRichBra_lp .fv .attention_text {
	margin-top: 1em;
	text-align: right;
	font-weight: 500;
	letter-spacing: 0.082em;
}



/********************
   cp_ofr
*********************/
#CoolRichBra_lp .cp_ofr {
	--color-red: #C92A2A;
	position: relative;
	padding: 119px 0 100px;
	z-index: 90;
}

#CoolRichBra_lp .cp_ofr .contents_wrapper {
	max-width: 980px;
}

#CoolRichBra_lp .cp_ofr .cp_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 40px 40px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#CoolRichBra_lp .cp_box .contents_block {
	position: relative;
	align-items: flex-start;
	justify-content: space-between;
}

#CoolRichBra_lp .cp_box .contents_block .img_block {
	width: 450px;
}

#CoolRichBra_lp .cp_box .label {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	font-size: 18px;
	margin-bottom: 1.0em;
}

#CoolRichBra_lp .cp_ofr .cp_ofr_btn  {
	width: 100%;
	height: 70px;
	margin-left: 0;
	margin-right: auto;
	box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
#CoolRichBra_lp .cp_ofr .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 22px;
	font-family: var(--font-NotoSans);
	letter-spacing: 3px;
}

#CoolRichBra_lp .cp_ofr .attention_text{
	margin-top: 1.3em;
	font-size: 11px;
	text-align: left;
	white-space: nowrap;
}
#CoolRichBra_lp .genie_itemset {
	position: relative;
    padding: 100px 0 0;
}


/********************
    sales_performance
*********************/
#CoolRichBra_lp .sales_performance {
	position: relative;
	top: -3px;
	z-index: 1;
	text-align: left;
	padding: 56px 0 62px;
	background: linear-gradient(60deg, rgba(217, 224, 241, 0.4) 8.65%, rgba(255, 255, 255, 1) 100%);
	background-size: cover;
}

#CoolRichBra_lp .sales_performance .bg_deco img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.9;
}

#CoolRichBra_lp .sales_performance .heading {
	position: relative;
	margin-bottom: 92px;
	color: var(--color-blue01);
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
}
#CoolRichBra_lp .sales_performance .heading::after {
	content: "";
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/deco/sales_performance__arrow@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 246px;
	height: 47px;
}

#CoolRichBra_lp .sales_performance .text {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -25px;
	color: var(--color-gray01);
	text-align: center;
	font-size: 22.22px;
	letter-spacing: -0.05em;
	font-weight: 500;
	font-family: var(--font-ShipporiMincho);
}
#CoolRichBra_lp .sales_performance .text strong {
	position: relative;
	display: block;
	text-align: center;
	margin-top: -34px;
	left: -19px;
}

#CoolRichBra_lp .sales_performance .text .abs {
	position: absolute;
	top: -50px;
	right: -62px;
}

#CoolRichBra_lp .sales_performance .attention_text {
	display: block;
	margin-top: 7px;
	text-align: right;
	font-size: 14px;
	font-family: var(--font-base);
	font-weight: 700;
}


/*** type 02 ***/
#CoolRichBra_lp .sales_performance[data-type="02"] .label {
	text-align: center;
	margin-top: 12.5px;
}

#CoolRichBra_lp .sales_performance[data-type="02"] .attention_text {
	text-align: center;
	margin-top: -10.2px;
	font-size: 10px;
	letter-spacing: 0.15em;
}



/********************
    movie
*********************/
#CoolRichBra_lp .movie {
	position: relative;
	padding-top: 70px;
	padding-bottom: 77px;
	background-image: url(../img/deco/bg_deco01@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}
#CoolRichBra_lp .movie .contents_wrapper {
	position: relative;
	max-width: 500px;
}

#CoolRichBra_lp .movie .heading {
	font-size: 22px;
	margin-bottom: 37px;
	color: #fff;
}

#CoolRichBra_lp .movie .youtube_box {
	width: 100%;
	height: 500px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#CoolRichBra_lp .movie iframe {
	width: 100%;
	height: 100%;
	border: none;

	background: #cbcbcb;
}



/********************
    worry
*********************/
#CoolRichBra_lp .worry {
	position: relative;
	text-align: center;
	padding: 82px 0 87px;
}

#CoolRichBra_lp .worry .heading {
	margin-bottom: 41px;
	font-family: var(--font-ShipporiMincho);
}


#CoolRichBra_lp .worry .worry_list {
	position: relative;
	width: 944px;
	height: 417px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 262px;
}
#CoolRichBra_lp .worry .worry_list::after {
	content: "";
	position: absolute;
	top: calc(100% + 96px);
	left: 50%;
	transform: translateX(-50%);
	background-image: url(../img/deco/worry__arrow@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 246px;
	height: 76px;
}

#CoolRichBra_lp .worry_list .listitem {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 4px;
	font-family: var(--font-ShipporiMincho);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.44;
}

#CoolRichBra_lp .worry_list .listitem:nth-of-type(1) {
	background-image: url(../img/deco/worry__huki01@2x.png);
	width: 370px;
	height: 198px;
	top: 0;
	left: 160px;
	z-index: 1;
}
#CoolRichBra_lp .worry_list .listitem:nth-of-type(2) {
	background-image: url(../img/deco/worry__huki02@2x.png);
	width: 398px;
	height: 216px;
	top: 25px;
	left: 470px;
	z-index: 20;
}
#CoolRichBra_lp .worry_list .listitem:nth-of-type(3) {
	background-image: url(../img/deco/worry__huki03@2x.png);
	width: 300px;
	height: 211px;
	top: 115px;
	left: px;
	z-index: 10;
}
#CoolRichBra_lp .worry_list .listitem:nth-of-type(4) {
	background-image: url(../img/deco/worry__huki04@2x.png);
	width: 371px;
	height: 198px;
	top: 244px;
	left: 220px;
	z-index: 15;
}
#CoolRichBra_lp .worry_list .listitem:nth-of-type(5) {
	background-image: url(../img/deco/worry__huki05@2x.png);
	width: 372px;
	height: 202px;
	top: 196px;
	left: 569px;
	z-index: 25;
}


#CoolRichBra_lp .worry .text {
	font-size: 32px;
	font-family: var(--font-ShipporiMincho);
	margin-bottom: 32px;
}
#CoolRichBra_lp .merit_list .listitem {
	margin-bottom: 13px;
}




/********************
    before_after
*********************/
#CoolRichBra_lp .before_after {
	position: relative;
	padding: 10px 0 70px;
}

#CoolRichBra_lp .before_after .contents_wrapper {
	max-width: 1300px;
}

#CoolRichBra_lp .before_after .heading {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 56px;
	text-align: center;
}

#CoolRichBra_lp .before_after .img_block {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

#CoolRichBra_lp .before_after .img_block figure:nth-of-type(2) {
	margin-top: 56px;
}


#CoolRichBra_lp .before_after .attention_text {
	padding-left: 150px;
	margin-top: -44px;
	text-align: left;
}





/********************
    points
*********************/
#CoolRichBra_lp .points {
	position: relative;
	z-index: 10;
	padding: 130px 0 137px;
}

#CoolRichBra_lp .points > .points_main_heading {
	text-align: center;
	line-height: 1.47;
	font-size: 40px;
	margin-bottom: 55px;
}


#CoolRichBra_lp .points .attention_text {
	display: block;
	font-size: 12px;
	margin-top: 0.96em;
	text-align: left;
}



#CoolRichBra_lp .point {
	margin-top: 125px;
}

#CoolRichBra_lp .point .point_block {
	justify-content: flex-start;
	-moz-column-gap: 86px;
	     column-gap: 86px;
}

#CoolRichBra_lp .point .text_block {
	text-align: left;
}

#CoolRichBra_lp .point .num_box {
	margin-right: 17px;
}

#CoolRichBra_lp .point .tit {
	margin-top: 22px;
	margin-bottom: 34.7px;
	line-height: 1.1;
}

#CoolRichBra_lp .point .text_block .inner p {
	max-width: 276px;
	color: var(--color-gray02);
	letter-spacing: 0.2em;
}

#CoolRichBra_lp .point .img_block {
	position: relative;
}



/*****   1   *****/
#CoolRichBra_lp .point[data-point="01"] .img_block .huki {
	position: absolute;
	top: -70px;
	right: -62px;
}

#CoolRichBra_lp .point[data-point="01"] .img_block figcaption {
	position: relative;
	left: -3.4%;
	margin-bottom: 0.44em;
	font-size: 19px;
	font-family: var(--font-ShipporiMincho);
	font-weight: 700;
}


/*****   2   *****/
#CoolRichBra_lp .point[data-point="02"] .point_block {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

#CoolRichBra_lp .point[data-point="02"] .img_block figure {
	padding: 54px 0;
	background: rgba(95, 128, 255, 0.22);
}
#CoolRichBra_lp .point[data-point="02"] .img_block .huki {
	position: absolute;
	top: -37px;
	right: -20px;
}


#CoolRichBra_lp .point[data-point="02"] .point_block02 {
	position: relative;
	padding: 189px 0 170px;
	margin-top: 100px;
	background-image: url(../img/deco/point02__block_bg@2x.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#CoolRichBra_lp .point[data-point="02"] .point_block02 .text {
	position: relative;
	right: -70px;
	text-align: right;
}


@media screen and (min-width:1800px) {
	#CoolRichBra_lp .point[data-point="02"] .point_block02 {
		background-image: url(../img/deco/point02__block_bg@3x.jpg);
	}
}


/*****   3   *****/
#CoolRichBra_lp .point[data-point="03"] .point_block .img_block .huki {
	position: relative;
	text-align: left;
	margin-top: -82px;
	margin-left: -10px;
}


#CoolRichBra_lp .point[data-point="03"] .lead {
	margin-top: 86px;
	margin-bottom: 28px;
}

#CoolRichBra_lp .point[data-point="03"] .point_block02 .img_block .huki {
	position: relative;
	text-align: center;
	margin-bottom: -14px;
}



/*****   4   *****/
#CoolRichBra_lp .point[data-point="04"] .point_block {
	flex-direction: row-reverse;
	margin-bottom: 190px;
}

#CoolRichBra_lp .point[data-point="04"] .point_block .img_block {
	position: absolute;
	width: 600px;
	top: 0;
	left: 0;
	z-index: -1;
}

#CoolRichBra_lp .point[data-point="04"] .point_block02 {
	justify-content: flex-end;
	align-items: center;
	-moz-column-gap: 47px;
	     column-gap: 47px;
}
#CoolRichBra_lp .point[data-point="04"] .point_block02 .img_block {
	-moz-column-gap: 17px;
	     column-gap: 17px;
}

#CoolRichBra_lp .point[data-point="04"] .point_block03 {
	flex-direction: row-reverse;
	justify-content: center;
	align-items: flex-start;
	-moz-column-gap: 50px;
	     column-gap: 50px;
	margin-top: 137px;
}
#CoolRichBra_lp .point[data-point="04"] .point_block03 .img_block .huki {
	position: absolute;
	top: -80px;
	right: -28px;
}



/*****   5   *****/
#CoolRichBra_lp .point[data-point="05"] .tit {
	margin-bottom: 44px;
}
/* front */
#CoolRichBra_lp .point[data-point="05"] .front_block {
	position: relative;
}
#CoolRichBra_lp .point[data-point="05"] .front_block__main {
	position: static;
	padding: 17px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#CoolRichBra_lp .point[data-point="05"] .front_block__box {
	position: absolute;
	width: 250px;
	padding: 25px;
	background: #fff;
	border: 1px solid #5f80ff;
	text-align: left;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#CoolRichBra_lp .point[data-point="05"] .front_block__box::before,
#CoolRichBra_lp .point[data-point="05"] .front_block__box::after {
	content: "";
	position: absolute;
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="01"] {
	top: -56px;
	left: -8px;
}
#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="01"]::before {
	background-image: url(../img/text/point05__num01.png);
	width: 42px;
	height: 102px;
	top: -10px;
	left: -10px;
}
#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="01"]::after {
	background-image: url(../img/deco/point05__front_box01_line@2x.png);
	width: 169px;
	height: 143px;
	top: 150px;
	left: 100%;
}

#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="02"] {
	bottom: 20px;
	left: -8px;
}
#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="02"]::before {
	background-image: url(../img/text/point05__num02.png);
	width: 61px;
	height: 103px;
	top: -30px;
	right: -40px;
}
#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="02"]::after {
	background-image: url(../img/deco/point05__front_box02_line@2x.png);
	width: 190px;
	height: 62px;
	top: 150px;
	left: 100%;
}

#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="03"] {
	top: 156px;
	right: -8px;
}
#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="03"]::before {
	background-image: url(../img/text/point05__num03.png);
	width: 53px;
	height: 100px;
	top: -30px;
	left: -25px;
}
#CoolRichBra_lp .point[data-point="05"] .front_block__box[data-box="03"]::after {
	background-image: url(../img/deco/point05__front_box03_line@2x.png);
	width: 162px;
	height: 46px;
	top: 100px;
	right: 100%;
}

#CoolRichBra_lp .point[data-point="05"] .front_block__box p {
	text-align: left;
	line-height: 1.86;
	margin-top: 1em;
	color: var(--color-gray02);
}



/* back */
#CoolRichBra_lp .point[data-point="05"] .back_block {
	position: relative;
	margin-top: -25px;
}
#CoolRichBra_lp .point[data-point="05"] .back_block__main {
	position: relative;
	right: -82px;
	padding: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#CoolRichBra_lp .point[data-point="05"] .back_block__box {
	position: absolute;
	width: 250px;
	padding: 25px;
	background: #fff;
	border: 1px solid #5f80ff;
	text-align: left;
}
#CoolRichBra_lp .point[data-point="05"] .back_block__box::before,
#CoolRichBra_lp .point[data-point="05"] .back_block__box::after {
	content: "";
	position: absolute;
	display: block;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#CoolRichBra_lp .point[data-point="05"] .back_block__box[data-box="01"] {
	width: 422px;
	-moz-column-gap: 20px;
	     column-gap: 20px;
	bottom: 32px;
	left: -8px;
}
#CoolRichBra_lp .point[data-point="05"] .back_block__box[data-box="01"]::before {
	background-image: url(../img/text/point05__num05.png);
	width: 57px;
	height: 105px;
	top: -30px;
	left:-30px;
}
#CoolRichBra_lp .point[data-point="05"] .back_block__box[data-box="01"]::after {
	background-image: url(../img/deco/point05__back_box01_line@2x.png);
	width: 118px;
	height: 10px;
	top: 96px;
	left: 100%;
}

#CoolRichBra_lp .point[data-point="05"] .back_block__box[data-box="02"] {
	bottom: -37px;
	right: -4px;
}
#CoolRichBra_lp .point[data-point="05"] .back_block__box[data-box="02"]::before {
	background-image: url(../img/text/point05__num04.png);
	width: 64px;
	height: 95px;
	top: -60px;
	right: -20px;
}
#CoolRichBra_lp .point[data-point="05"] .back_block__box[data-box="02"]::after {
	background-image: url(../img/deco/point05__back_box02_line@2x.png);
	width: 97px;
	height: 43px;
	top: 110px;
	right: 100%;
}

#CoolRichBra_lp .point[data-point="05"] .back_block__box p {
	text-align: left;
	line-height: 1.86;
	margin-top: 1em;
	color: var(--color-gray02);
}



#CoolRichBra_lp .point[data-point="05"] .contents_block {
	justify-content: center;
	-moz-column-gap: 0;
	     column-gap: 0;
	margin-top: 82px;
}

#CoolRichBra_lp .point[data-point="05"] .contents_block .img_block {
	border: 10px solid #5f80ff;
}

#CoolRichBra_lp .point[data-point="05"] .contents_block .text {
	background: #5f80ff;
	color: #fff;
	margin-top: 76px;
	margin-left: -1px;
	padding: 20px;
	text-align: left;
}



/********************
    scene
*********************/
#CoolRichBra_lp .scene {
	padding: 69px 0 132px;
	background-image: url(../img/deco/scene__bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

#CoolRichBra_lp .scene .contents_wrapper {
	max-width: 1080px;
}

#CoolRichBra_lp .scene .heading {
	margin: auto;
}
#CoolRichBra_lp .scene .text {
	margin: 22px 0 76px;
	text-align: center;
	font-family: var(--font-ShipporiMincho);
	font-weight: 500;
	font-size: 29px;
	line-height: 1;
}
#CoolRichBra_lp .scene .contents_block {
	flex-wrap: wrap;
	padding: 0 13px 0 24px;
}
#CoolRichBra_lp .scene .contents_block .box {
	position: relative;
	width: 468px;
}
#CoolRichBra_lp .scene .contents_block .box:nth-of-type(-n+2) {
	margin-bottom: 70px;
}
#CoolRichBra_lp .scene .contents_block .label {
	position: absolute;
	top: -16px;
	left: -24px;
	width: 150px;
	height: 50px;
    background: linear-gradient(144deg, #c7ad7e 0%, #dec89f 49%, #f5e2bf 100%);
	box-shadow: 0px 15px 14.25px 0.75px rgb(165 140 122 / 16%);
	color: #7e5b1b;
	line-height: 50px;
	text-align: center;
	font-family: var(--font-ShipporiMincho);
	font-weight: 600;
	font-size: 24px;
	z-index: 3;
}
#CoolRichBra_lp .scene .contents_block .box img {
	position: relative;
	z-index: 2;
	box-shadow: 0px 12px 15px 0px rgb(152 141 120 / 30%);
}
#CoolRichBra_lp .scene .contents_block .box::after {
	content: "";
	position: absolute;
	top: 13px;
    left: 13px;
	width: 100%;
	height: 100%;
	border: 4px solid #a38a5e;
    -o-border-image: linear-gradient(to right, #c7ad7e 0%, #e5cda1 25%, #f0ddba 70%, #c7ad7e 100%);
       border-image: linear-gradient(to right, #c7ad7e 0%, #e5cda1 25%, #f0ddba 70%, #c7ad7e 100%);
    border-image-slice: 1;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0px 15px 14.25px 0.75px rgb(165 140 122 / 16%);
}



/********************
    sizes
*********************/
#CoolRichBra_lp .sizes {
	position: relative;
	padding: 62px 0 110px;
}

#CoolRichBra_lp .sizes .heading {
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

#CoolRichBra_lp .sizes .lead {
	margin-bottom: 56px;
	font-size: 22.2px;
	font-family: var(--font-ShipporiMincho);
}

#CoolRichBra_lp .sizes__img_block {
	margin-bottom: 77px;
}


#CoolRichBra_lp .sizes .guarantee_box .text {
	font-family: var(--font-ShipporiMincho);
	font-size: 22.8px;
	margin: 32px auto 2px;
}





/********************
    how_to
*********************/
#CoolRichBra_lp .how_to {
	position: relative;
	padding: 70px 0 77px;
	background: linear-gradient(60deg, rgba(217, 224, 241, 1) 8.65%, rgba(255, 255, 255, 1) 100%);
	background-size: cover;
}

#CoolRichBra_lp .how_to .heading {
	margin-bottom: 19px;
	color: var(--color-blue01);
}

#CoolRichBra_lp .how_to .heading_en {
	display: block;
	margin-bottom: 25px;
}

#CoolRichBra_lp .how_to .lead {
	margin-bottom: 69px;
	color: var(--color-gray01);
	font-size: 25px;
	font-family: var(--font-ShipporiMincho);
}

#CoolRichBra_lp .how_to_block {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#CoolRichBra_lp .how_to_block .huki {
	position: absolute;
	top: -100px;
	right: -69px;
	z-index: 10;
}


#CoolRichBra_lp .how_to_list {
	-moz-column-gap: 20px;
	     column-gap: 20px;
	justify-content: center;
}
#CoolRichBra_lp .how_to_list .item {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
#CoolRichBra_lp .how_to_list .item:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 162px;
	right: -40px;
	width: 48px;
	height: 76px;
	z-index: 10;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	        clip-path: polygon(0 0, 100% 50%, 0 100%);
	background: #5f80ff;
}

#CoolRichBra_lp .how_to_list .item figcaption {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.15em;
	text-align: left;
	color: var(--color-gray02);
	font-size: 16px;
	letter-spacing: 0.2em;
}



/********************
    color
*********************/
#CoolRichBra_lp .color {
	position: relative;
	padding: 89px 0 39px;
}


#CoolRichBra_lp .color .heading {
	margin-bottom: 82px;
}

#CoolRichBra_lp .color_list {
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	width: 596px;
	margin-left: auto;
	margin-right: auto;
	-moz-column-gap: 106px;
	     column-gap: 106px;
	row-gap: 50px;
}
#CoolRichBra_lp .color_list .listitem {
	min-width: calc((100% - 110px)/2);
	flex: 1;
}

#CoolRichBra_lp .color_list figcaption {
	margin-top: 0.25em;
	color: var(--color-gray01);
	font-size: 25px;
	font-weight: 500;
	font-family: var(--font-ShipporiMincho);
	white-space: nowrap;
}




/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding-top: 119px;
	padding-bottom: 116px;
	background : linear-gradient(60deg, rgba(217, 224, 241, 1) 8.65%, rgba(255, 255, 255, 1) 100%);
}


#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: 8.2px;
	margin-bottom: 22px;
	font-size: 27px;
	font-weight: 700;
	color: var(--color-black);
	background-color: #fff;
	text-align:center;
	box-sizing: border-box;
}

#products_specification td,#products_specification th {
	padding: 10px 4% 10px 2.2%;
	border: none;
	color: var(--color-black);
	font-size: 16px;
	letter-spacing: -0.04em;
	line-height: 1.82;
	font-family: var(--font-base);
	border:1.4px solid var(--color-black01);
	vertical-align: middle;
}

#products_specification th {
	width: 18%;
	background-color: #5f80ff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#products_specification td {
	background-color: #fff;
	width: 82%;
}


#products_specification .attention_text {
	margin-top: 0.56em;
	margin-left: 8.2px;
	font-size: 13.2px;
	text-align: left;
	color: var(--color-black);
}



/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/