@charset "UTF-8";

@font-face {
    font-family: 'KiwiMaru';
	font-display: block;
    font-style: normal;
    font-weight: 500;
	src: url('./fonts/KiwiMaru/KiwiMaru-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceHanSans';
	font-display: block;
    font-style: normal;
    font-weight: 700;
	src: url('./fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.woff') format('woff'),
		 url('./fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.otf') format('opentype');
}

@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

*********************/
body div.container_ {
    overflow: visible;
}
#granes_smart {
	--font-base: 'SourceHanSans' , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-sans-serif: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-SourceHanSans: 'SourceHanSans', sans-serif;
	--font-KiwiMaru: 'KiwiMaru', serif;

	--color-black01: #000;
	--color-bordeaux01: rgba(140 , 47 , 75 , 1.0);
	--color-bordeaux01--opa5: rgba(140 , 47 , 75 , 0.05);
	--color-bordeaux01--opa85: rgba(140 , 47 , 75 , 0.85);
	--color-bordeaux02: rgba(152 , 0 , 33 , 1.0);

	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	font-family: var(--font-base);
	color: var(--color-black01);
	letter-spacing: 0em;
}

#granes_smart * {
	box-sizing: border-box;
}

#granes_smart h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.44;
}
#granes_smart h2 {
	font-size: 25px;
	font-weight: 500;
	font-family: var(--font-KiwiMaru);
	line-height: 1.47;
	letter-spacing: 0.05em;
	margin-bottom: 96px;
}

#granes_smart h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--font-KiwiMaru);
	line-height: 1.44;
	letter-spacing: 0.05em;
	margin-bottom: 29px;
}

#granes_smart p {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: 0;
}

#granes_smart img {
	max-width: 100%;
	height: auto;
}

#granes_smart figure {
	margin: 0;
}



/********************
   parts
*********************/
#granes_smart .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

#granes_smart .flex_base {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#granes_smart .flex_base.flex_wrap {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 4px;
	-moz-column-gap: 23px;
	     column-gap: 23px;
}

#granes_smart .attention_text {
	font-size: 12.32px;
	text-align: left;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0;
}

#granes_smart .underline01 {
	--color: rgba(250, 240, 0, 1);
	position: relative;
	display: inline;
	font-size: 1.02em;
	background: linear-gradient( transparent 0%, transparent 62%, var(--color) 62%,var(--color) 100%,transparent 100%);
}

#granes_smart .heading_block {
	display: block;
	margin-bottom: 55px;
}
#granes_smart .heading_block__en {
	display: block;
	margin-bottom: 17px;
	line-height: 1;
	font-size: 32px;
	letter-spacing: -0.02em;
}
#granes_smart .heading_block__lead {
	display: block;
	line-height: 1.4;
	font-size: 25px;
	letter-spacing: 0.07em;
}

.color-yellow {
	color: #ffff00;
}


#granes_smart .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#granes_smart .bg_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


#granes_smart .circle_deco01 {
	--size: 100px;
	position: absolute;
	display: block;
	background: #fff;
	opacity: 0.29;
	width: var(--size);
	height: var(--size);
	border-radius: var(--size);
	z-index: -1;
}



#granes_smart .bg_group {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}


#granes_smart .bg_group[data-bg="01"]  {
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/points__bg.png);
	z-index: 100;
}

#granes_smart .bg_group[data-bg="02"]  {
	padding-top: 130px;
	background: linear-gradient(60deg, rgba(255, 201, 168, 1) 1.17%, rgba(255, 255, 209, 1) 27.96%, rgba(255, 212, 204, 1) 52.23%, rgba(233, 230, 212, 1) 81.31%, rgba(255, 255, 209, 1) 100%);
}

#granes_smart .bg_group[data-bg="02"] .circle_deco01[data-num="01"] {
	--size: 1280px;
	top: 0;
	left: -370px
}
#granes_smart .bg_group[data-bg="02"] .circle_deco01[data-num="02"] {
	--size: 540px;
	top: -100px;
	right: 20px
}
#granes_smart .bg_group[data-bg="02"] .circle_deco01[data-num="03"] {
	--size: 730px;
	bottom: -170px;
	right: -70px;
	opacity: 0.25;
}




/********************

   header_anker

*********************/
#granes_smart .header_anker {
	position: sticky;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 58px;
	background: var(--color-bordeaux01);
	z-index: 9990;
}

#granes_smart .header_anker__list {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
}

#granes_smart .header_anker__list_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 182px;
	height: 40px;
	border: 4px solid rgba(128, 28, 36, 1);
	border-radius: 100px;
	box-shadow : 3px 3px 0px rgba(0, 0, 0, 0.2);
	background: linear-gradient(0deg, rgba(255, 255, 128, 1) 0%, rgba(255, 255, 132, 1) 11.89%, rgba(255, 255, 143, 1) 23.06%, rgba(255, 255, 162, 1) 33.94%, rgba(255, 255, 189, 1) 44.64%, rgba(255, 255, 223, 1) 55.11%, rgba(255, 255, 255, 1) 82.32%);
    font-size: 15px;
}

#granes_smart .header_anker__list_item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	color: var(--color-bordeaux01);
	font-weight: 700;
	letter-spacing: -0.02em;
}


/********************

   main

*********************/
#granes_smart main {
	overflow: hidden;
}


/********************
   fv
*********************/
#granes_smart .fv {
	position: relative;
	width: 100%;
	height: 500px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px/*clamp(186px, 15vw , 500px)*/;
	z-index: 100;
}

#granes_smart .fv__bg {
	position: relative;
	margin-left: 0;
	margin-right: auto;
	width: 100%;
}
#granes_smart .fv__bg img {
	width: 100%;
	max-width: 17000px;
}

#granes_smart .fv__bg_deco {
	content: "";
	position: absolute;
	bottom: -50px;
	width: 100%;
	height: 681px;
	z-index: -1;
}


#granes_smart .fv .contents_wrapper {
	position: absolute;
	top: 0;
	padding-top: 30px/*clamp(117px, 9.2vw, 500px)*/;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: 100;
}

#granes_smart .fv .contents_wrapper .circle_deco01 {
	--size: 600px;
	left: -270px;
	bottom: -150px;
	transform: translateY(69%);
}

#granes_smart .fv__wrapper {
	position: relative;
	top: 0;
	right: 0;
	width: 500px;
	max-width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: 0;
}

#granes_smart .fv__tit {
	width: 74%;
	margin-bottom: 24px;
	font-size: 44px;
	line-height: 1.47;
	text-align: left;
}



#granes_smart .fv__label {
	position: absolute;
	bottom: -40px;
	left: 80px;
}

#granes_smart .fv__logo img {
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1000px;
}


#granes_smart .fv .list_item {
	display: flex;
	align-items: center;
	justify-content: center;
}

#granes_smart .fv__list01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 4px;
	margin-bottom: 20px;
}
#granes_smart .fv__list01 .list_item {
	width: 87px;
	height: 34px;
	border-radius: 100px;
	border: 1.5px solid var(--color-bordeaux01);
	background: #fff;
	color: var(--color-bordeaux01);
	font-size: 16px;
	font-family: var(--font-SourceHanSans);
	font-weight: 700;
}
#granes_smart .fv__list01 .list_item:nth-of-type(5) {
	width: 134px;
}


#granes_smart .fv__list02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 4px;
	row-gap: 8.2px;
	margin-bottom: 11px;
}
#granes_smart .fv__list02 .list_item {
	width: 245px;
	height: 38px;
	border-radius: 1px;
	border: 1.5px solid var(--color-bordeaux01);
	background: #fff;
	color: var(--color-bordeaux01);
	font-size: 24px;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
}
#granes_smart .fv__list02 .list_item:nth-of-type(3) {
	width: 100%;
}
#granes_smart .fv__list02 .list_item:nth-of-type(3) span {
	font-size: 17px;
	letter-spacing: -0.032em;
}

#granes_smart .fv__list03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 4.6px;
}
#granes_smart .fv__list03 .list_item {
	width: 162px;
	height: 38px;
	border-radius: 100px;
	border: 1.5px solid #fff;
	background: var(--color-bordeaux01);
	color: #fff;
	font-size: 16px;
	font-family: var(--font-SourceHanSans);
	font-weight: 700;
}
#granes_smart .fv__list03 .list_item:nth-of-type(4),
#granes_smart .fv__list03 .list_item:nth-of-type(5) {
	width: 245px;
}





#granes_smart .fv .attention_text {
	margin-top: 0.44em;
	margin-bottom: 100px;
	text-align: right;
	font-size: 11.8px;
	opacity: 0.92;
	font-weight: 500;
	letter-spacing: 0.032em;
	text-shadow: 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff, 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff, 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff, 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff, 0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}




/********************
   cp_ofr
*********************/
#granes_smart .cp_ofr {
	--color-red: #C92A2A;
	position: relative;
	padding: 76px 0 70px;
	z-index: 100;
}

#granes_smart .cp_ofr .contents_wrapper {
	max-width: 750px;
}

#granes_smart .cp_ofr__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
	border: 5px solid var(--color-bordeaux01);
	border-radius: 30px;
	padding: 50px 25px 25px 47px;
	background: #fff;
	box-shadow: 0px 0px 7.7px 0px rgba(0, 0, 0, 0.22);
}

#granes_smart .cp_ofr__box .cp_ofr__heading {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	transform: translateY(-77%);
}

#granes_smart .cp_ofr__contents_block {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 32px;
}

#granes_smart .cp_ofr__img_block {
	text-align: center;
}


#granes_smart .cp_ofr__text_block {
	text-align: left;
	flex: 1;
	margin-top: 10px;
}
#granes_smart .cp_ofr p,
#granes_smart .cp_ofr h2 {
	font-weight: 500;
	line-height: 1.1;
	white-space: nowrap;
	max-width: 100%;
}

#granes_smart .cp_ofr .cp_ofr__logo {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 24.4px;
}

#granes_smart .cp_ofr__msrp {
	margin-bottom: 9.6px;
}

#granes_smart .cp_ofr__msrp img:first-of-type {
	position: relative;
	top: -10px;
}

#granes_smart .cp_ofr  .cp_ofr__price_block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 14px;
	color: var(--color-red);
}



#granes_smart .cp_ofr .cp_ofr_btn  {
	width: 287px;
	height: 44px;
	margin-left: 0;
	margin-right: auto;
	box-shadow:  4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
#granes_smart .cp_ofr .cp_ofr_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: var(--font-NotoSans);
}

#granes_smart .cp_ofr .guarantee_box {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

#granes_smart .cp_ofr .attention_text {
	white-space: wrap;
	line-height: 1.5;
}



/********************
    movie
*********************/
#granes_smart .movie {
	position: relative;
	padding-top: 340px;
	padding-bottom: 96px;
	z-index: 80;
}
#granes_smart .movie .contents_wrapper {
	max-width: 1300px;
}

#granes_smart .movie .circle_deco01 {
	--size: 620px;
	top: -390px;
	right: -190px;
	opacity: 0.15;
}

#granes_smart .movie .youtube_box {
	width: 100%;
	height: auto;
	aspect-ratio: 1280/720;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#granes_smart .movie iframe {
	width: 100%;
	height: 100%;
	border: none;
	
	background: #000;
}


#granes_smart .movie__heading {
	position: absolute;
	top: 0;
	right: 55px;
	transform: translateY(-50%);
	margin: 0;
	font-size: 80px;
	line-height: 1;
	letter-spacing: 0.1em;
}



/********************
    adjust_sec
*********************/
#granes_smart .adjust_sec {
	position: relative;
	text-align: center;
	padding: 28px 0;
	z-index: 50;
}

#granes_smart .adjust_sec__block {
	position: relative;
	padding: 76px 0 41px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#granes_smart .adjust_sec__block::before,
#granes_smart .adjust_sec__block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/adjust__dot@2x.png);
	background-repeat: repeat-x;
	background-size: contain;
}
#granes_smart .adjust_sec__block::after {
	top: auto;
	bottom: 0;
}

#granes_smart .adjust_sec__heading {
	margin-bottom: 47px;
	color: var(--color-bordeaux01);
	font-size: 37px;
	text-align: center;
	line-height: 1.28;
	letter-spacing: -0.02em;
}
#granes_smart .adjust_sec__heading .smaller {
	display: block;
	font-size: 20px;
}

#granes_smart .adjust_sec__heading .underline01 {
	padding-right: 4px;
}


#granes_smart .adjust_sec__left img,
#granes_smart .adjust_sec__right img {
	position: absolute;
	top: 55px;
}
#granes_smart .adjust_sec__left img {
	left: -96px;
}
#granes_smart .adjust_sec__right img {
	right: -96px;
}

#granes_smart .adjust_sec__huki {
	--size: 160px;
	position: absolute;
	top: 244px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--size);
	height: var(--size);
	padding-bottom: 2px;
	border-radius: var(--size);
	background: var(--color-bordeaux01);
	color: #fff;
	font-size: 20px;
	font-family: var(--font-KiwiMaru);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

#granes_smart .adjust_sec__left .adjust_sec__huki {
	left: -95px;
}
#granes_smart .adjust_sec__right .adjust_sec__huki {
	right: -95px;
}



/********************
    worry
*********************/
#granes_smart .worry {
	position: relative;
	text-align: center;
	padding: 50px 0 200px;
	z-index: 50;
}
#granes_smart .worry::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	min-width: 1250px;
	height: 1174px;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/worry__bg.png);
	background-size: 100% 100%;
}

#granes_smart .worry .worry__heading {
	margin-bottom: 55px;
}

#granes_smart .worry .circle_deco01 {
	--size: 860px;
	top: 0;
	right: -196px;
	transform: translateY(-100%);
	opacity: 0.14;
}



/********************
    recommend
*********************/
#granes_smart .recommend {
	position: relative;
	text-align: center;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/recommend__bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: clamp(1300px, 100vw, 980px);
	/* padding: clamp(170px, 12.5vw, 250px) 0; */
	margin-top: 100px;
	margin-bottom: clamp(-1000px, -22vw, -290px);
	z-index: 40;
}

#granes_smart .recommend__heading {
	position: relative;
	margin-bottom: 130px;
	text-align: center;
	font-size: 25.5px;
	font-weight: 500;
}
#granes_smart .recommend__heading .larger {
	position: relative;
	top: 0.05em;
	font-size: 35px;
}
#granes_smart .recommend__heading::after {
	content: "";
	position: absolute;
	bottom: -62px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/recommend__arrow@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 111px;
	height: 26px;
}




/********************
    points
*********************/
#granes_smart .points {
	position: relative;
	z-index: 40;
	padding: 130px 0 186px;
}

#granes_smart .points .heading_block {
	position: relative;
	z-index: 100;
	margin-bottom: 100px;
}

#granes_smart .points .circle_deco01[data-num="01"] {
	--size: 920px;
	top: 0;
	left: -344px;
	transform: translateY(-96%);
	opacity: 0.28;
}


#granes_smart .point {
	position: relative;
	margin-top: 62px;
}

#granes_smart .point__block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


#granes_smart .point__text_block {
	position: relative;
	width: 347px;
	padding-right: 50px;
	margin-top: 50px;
	text-align: left;
	z-index: 1;
}

#granes_smart .point__text_block::before {
	content: "";
	position: absolute;
	top: 37px;
	right: 0;
	width: 740px;
	height: 555px;
	background: #fff;
	border-radius: 30px;
	opacity: 0.82;
	z-index: -1;
}
#granes_smart .point:nth-of-type(2n) .point__text_block {
	padding: 0;
	padding-left: 80px;
	width: 370px;
}
#granes_smart .point:nth-of-type(2n) .point__text_block::before {
	right: auto;
	left: 0;
}

#granes_smart .point .num_box {
	--size: 94.7px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: var(--size);
	height: var(--size);
	margin-bottom: 29px;
	border-radius: var(--size);
	border: 4px solid var(--color-bordeaux01);
	background: #fff;
	color: var(--color-bordeaux01);
	font-size: 11.9px;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
#granes_smart .point .num_box__num {
	font-size: 39px;
}

#granes_smart .point__tit {
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 29.6px;
}
#granes_smart .point__text {
	font-size: 18.4px;
	letter-spacing: -0.01em;
}
#granes_smart .point__tit .smaller {
	font-size: 22px;
	line-height: 1.1;
}


#granes_smart .point .point__img_block {
	position: relative;
	z-index: 10;
}

#granes_smart .point .huki01 {
	--size: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/deco_huki01@2x.png);
	width: var(--size);
	height: var(--size);
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
	text-align: center;
	line-height: 1.37;
}



/*****   1   *****/
#granes_smart .point[data-point="01"] .point__img_block img {
	width: 450px;
}

#granes_smart .point[data-point="01"] .point__img_block figure {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	width: fit-content;
}
#granes_smart .point[data-point="01"] .point__img_block::after {
	content: "";
	position: absolute;
	top: 182px;
	left: calc(100% - -20px);
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/point01__arrow@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 59px;
	height: 139px;
}
#granes_smart .point[data-point="01"] .point__img_block figcaption {
	position: absolute;
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9.2px 15px;
	border-radius: 16px;
	background: #fff;
	font-size: 25px;
	font-family: var(--font-KiwiMaru);
	font-weight: 700;
	letter-spacing: -0.02em;
}

#granes_smart .point[data-point="01"] .point__img_block figure:nth-of-type(1) {
	/* left: -120px; */
	margin-bottom: 32px;
}
#granes_smart .point[data-point="01"] .point__img_block figure:nth-of-type(1) figcaption {
	right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#granes_smart .point[data-point="01"] .point__img_block figure:nth-of-type(2) {
	border: 8px solid var(--color-bordeaux01);
	left: 20px;
}
#granes_smart .point[data-point="01"] .point__img_block figure:nth-of-type(2) figcaption {
	left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: var(--color-bordeaux02);
}



/*****   2   *****/
#granes_smart .point[data-point="02"] {

}

#granes_smart .point[data-point="02"] .huki01 {
	position: absolute;
	top: -4px;
	left: 620px;
}

#granes_smart .point[data-point="02"] .point__tit {
	margin-bottom: 56px;
}

#granes_smart .point[data-point="02"] .point__block {
	flex-direction: column;
}

#granes_smart .point[data-point="02"] .point__img_block {
	overflow-x: auto;
	/* min-width: 1180px; */
	/* width: calc(100vw - 300px); */
	/* padding-left: 80px; */
	/* padding-right: 110px; */
}
#granes_smart .point[data-point="02"] .point__img_block{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#granes_smart .point[data-point="02"] .point__img_block::-webkit-scrollbar{
  display: none;
}

#granes_smart .point[data-point="02"] .point__img_block_inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 950px;
	column-gap: 15px;
	margin-left:18px;
}

#granes_smart .point[data-point="02"] .point__img_block .box {
	width: 450px;
}

#granes_smart .point[data-point="02"] .point__img_block .img_box {
	border-radius: 15px;
	overflow: hidden;
}
#granes_smart .point[data-point="02"] .point__img_block .text_box {
	display: flex;
	align-items:flex-start;
	justify-content: center;
	column-gap: 10px;
	width: 100%;
	height: 100%;
	min-height: 165px;
	padding: 30px 12px 2px;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/point02__huki@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#granes_smart .point[data-point="02"] .point__img_block .box:nth-of-type(3n) .text_box {
	min-height: 150px;
	max-width: 300px;
	margin:2px 0 0;;
}
#granes_smart .point[data-point="02"] .point__img_block .huki_tit {
	white-space: nowrap;
	color: var(--color-bordeaux01);
	font-size: 17px;
}
#granes_smart .point[data-point="02"] .point__img_block .huki_text {
	text-align: left;
	line-height:1.8;
	font-size:14.5px;
}

#granes_smart .point[data-point="02"] .scroll_text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 14px;
	width: 100%;
	margin-top: 62px;
	text-align: right;
	color: var(--color-bordeaux01);
	font-size: 14px;
	font-family: var(--font-KiwiMaru);
	font-weight: 700;
}

#granes_smart .point[data-point="02"] .scroll_text img {
	position: relative;
	top: -4px;
}


/*****   3   *****/
#granes_smart .point[data-point="03"] {
	position: relative;
	margin-top: 69px;
}

#granes_smart .point[data-point="03"] .point__img_block {
	position: relative;
	width: 570px;
	padding-left:40px;
}

#granes_smart .point[data-point="03"] figure {
	position: relative;
	width: fit-content;
}
#granes_smart .point[data-point="03"] figure img {
	border-radius: 16px;
}
#granes_smart .point[data-point="03"] figure:nth-of-type(2) {
	margin-left: auto;
	margin-right: 0;
	margin-top: 11px;
}

#granes_smart .point[data-point="03"] figcaption {
	position: absolute;
	top: -32px;
	left: -22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 1000px;
	background: var(--color-bordeaux01);
	color: #fff;
	font-size: 22.8px;
}

#granes_smart .point[data-point="03"] .huki01 {
	position: absolute;
	right: -10px;
	top: 132px;
}




/*****   4   *****/
#granes_smart .point[data-point="04"] .point__img_block {
	position: relative;
	flex: 1;
}

#granes_smart .point[data-point="04"] .point__img_block img {
	position: absolute;
}
#granes_smart .point[data-point="04"] .point__img_block img:nth-of-type(1) {
	top: 44px;
	left: 0;
}
#granes_smart .point[data-point="04"] .point__img_block img:nth-of-type(2) {
	top: 217px;
	left: 92px;
}
#granes_smart .point[data-point="04"] .point__img_block img:nth-of-type(3) {
	top: 100px;
	left: 370px;
}
#granes_smart .point[data-point="04"] .point__img_block {
	position: relative;
}

#granes_smart .point[data-point="04"] .point__text_block::before {
	height: 437px;
}


#granes_smart .point[data-point="04"] .usage_block {
	margin-top: 187px;
	padding: 55px 10px 32px;
	background: rgba(255, 255, 170, 1);
	border-radius: 19px;
}
#granes_smart .point[data-point="04"] .usage_block__tit {
	margin-bottom: 22px;
	color: var(--color-bordeaux01);
	font-size: 35.6px;
}
#granes_smart .point[data-point="04"] .usage_block__text {
	margin-bottom: 31px;
	font-size: 20px;
	font-family: var(--font-KiwiMaru);
}
#granes_smart .point[data-point="04"] .usage_block__flex {
	display: flex;
	align-items: stretch;
	justify-content: center;
	column-gap: 22px;
	margin-bottom: 15px;
}
#granes_smart .point[data-point="04"] .usage_block__item {
	overflow: hidden;
	border: 2.2px solid var(--color-bordeaux01);
	border-radius: 15px;
	box-shadow: 0 0 6.2px 0 rgba(0, 0, 0, 0.22);
}
#granes_smart .point[data-point="04"] .usage_block__item_text {
	background: #fff;
	padding: 10px;
	color: rgb(166, 0, 36);
	font-size: 19px;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
}

#granes_smart .point[data-point="04"] .usage_block .attention_text {
	text-align: right;
	padding-right: 25px;
}


/*****   5   *****/
#granes_smart .point[data-point="05"] {
	margin-top: 130px;
} 
#granes_smart .point[data-point="05"] .point__img_block img {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	margin-left: 132px;
}

#granes_smart .point[data-point="05"] .point__text_block::before {
	height: 437px;
}

#granes_smart .point[data-point="05"] .attentino_text{
	font-size:15px;
	margin-top:5px;
}

/********************
    massage_course
*********************/
#granes_smart .massage_course {
	padding: 0;
}

#granes_smart .massage_course__heading {
	margin-bottom: 32px;
	text-align: center;
	font-size: 30px;
	line-height: 1.1;
}
#granes_smart .massage_course__heading .larger {
	font-size: 40px;
}

#granes_smart .massage_course .contents_wrapper {
	position: relative;
	padding: 82px 0 300px;
}

#granes_smart .massage_course .circle_deco01[data-num="01"] {
	--size: 860px;
	bottom: 15px;
	right: -320px;
	opacity: 0.14;
}

#granes_smart .massage_course .bg {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}


#granes_smart .massage_course__box {
	--size: 380px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: var(--size);
	height: var(--size);
	padding: 70px 56px;
	padding-left: 62px;
	margin-left: auto;
	margin-right: 50px;
	border-radius: 1000px;
	background: rgba(255, 255, 255, 0.8);
	text-align: left;
	z-index: 10;
}

#granes_smart .massage_course__box[data-box="02"] {
	margin-top: -44px;
	background: rgba(255, 255, 0, 0.5);
	z-index: 5;
}

#granes_smart .massage_course__num {
	display: block;
	margin-bottom: 14px;
	color: var(--color-bordeaux01);
	font-size: 16px;
	font-family: var(--font-KiwiMaru);
	letter-spacing: 0.044em;
}
#granes_smart .massage_course__num span {
	font-size: 23.2px;
}
#granes_smart .massage_course__tit {
	margin-bottom: 15px;
	font-size: 25px;
	font-family: var(--font-KiwiMaru);
	font-weight: 700;
}
#granes_smart .massage_course__text {
}


/********************
    color_sec
*********************/
#granes_smart .color_sec {
	position: relative;
	padding: 120px 0 100px;
}

#granes_smart .color_sec .heading_block {
	margin-bottom: 77px;
}

#granes_smart .color_sec__block {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	column-gap: 100px;
}

#granes_smart .color_sec__img_block img {
	position: relative;
	width: 300px;
	left: 11px;
}

#granes_smart .color_sec__img_block figcaption {
	position: relative;
	padding-top: 25px;
	margin-top: 20px;
	font-size: 20px;
	font-family: var(--font-KiwiMaru);
	text-align: center;
}
#granes_smart .color_sec__img_block figcaption::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 9px;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/color__line@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}



/********************
    comparison
*********************/
#granes_smart .comparison {
	position: relative;
	padding: 50px 0 100px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#granes_smart .comparison_table {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#granes_smart .comparison_table th,
#granes_smart .comparison_table td {
	padding: 5.5px 22.8px 8.7px;
	height: 62px;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
	line-height: 1.4;
}

#granes_smart .comparison_table thead tr {
	border-bottom: 1px solid var(--color-bordeaux01);
}
#granes_smart .comparison_table thead th {
	position: relative;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 17px;
}
#granes_smart .comparison_table thead th[data-item="gs"] {
	border-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: var(--color-bordeaux01--opa5);
}
#granes_smart .comparison_table thead th[data-item="gs"] img {
	width: 73px;
	margin-bottom: 14px;
}

#granes_smart .comparison_table tbody tr {
	border-bottom: 1px solid var(--color-bordeaux01);
}
#granes_smart .comparison_table tbody td:nth-of-type(1) {
	position: relative;
	background: var(--color-bordeaux01--opa5);
}
#granes_smart .comparison_table tbody tr:last-of-type td:nth-of-type(1)::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 25px;
	border-radius: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: var(--color-bordeaux01--opa5);
}


/********************
    merits
*********************/
#granes_smart .merits {
	position: relative;
	padding: 87px 0 clamp(440px, 34vw, 700px);
	margin-bottom: clamp(-1000px, -29vw, -400px);
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/merits__bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#granes_smart .merits .circle_deco01 {
	--size: 690px;
	top: 190px;
	right: -290px;
}

#granes_smart .merits .heading_block {
	margin-bottom: 77px;
}

#granes_smart .merits_list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#granes_smart .merits_list__item {
	flex: 1;
	padding-bottom: 55px;
}
#granes_smart .merits_list__item:nth-of-type(2) {
	border: 1px solid var(--color-bordeaux01);
	border-top: none;
	border-bottom: none;
}

#granes_smart .merits_list__img {
	--size: 160px;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 39px;
}

#granes_smart .merits_list__tit {
	color: var(--color-bordeaux01);
	font-size: 25px;
	font-family: var(--font-KiwiMaru);
	text-align: center;
}

#granes_smart .merits_list__text {
	text-align: left;
	width: 256px;
	margin-left: auto;
	margin-right: auto;
}
#granes_smart .merits_list__text .attention_text {
	display: inline;
}



/********************
    comment
*********************/
#granes_smart .comment {
	position: relative;
	padding: 340px 0 300px;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/comment__bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

#granes_smart .comment .heading_block {
	color: #fff;
	margin-bottom: 82px;
}

#granes_smart .comment__text_block {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	column-gap: 55px;
}
#granes_smart .comment__text {
	width: 347px;
	color: #fff;
	font-size: 18px;
	letter-spacing: -0.01em;
	line-height: 2.44;
	text-align: left;
}



/********************
    voices
*********************/
#granes_smart .voices {
	position: relative;
	padding: 250px 0 110px;
	margin-top: -170px;
	margin-bottom: 32px;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/voices__bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}



#granes_smart .voices .voices_list {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 20px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 14px;
}
#granes_smart .voices .voices_list__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 280px;
	padding: 27px 27px 20px;
	background: #fff;
	border: 1.4px solid var(--color-bordeaux02);
	border-radius: 15px;
}
#granes_smart .voices .voices_list__item:nth-of-type(4) {
	width: 370px;
}
#granes_smart .voices .voices_list__item:nth-of-type(5) {
	width: 495px;
}

#granes_smart .voices .voices_list__text,
#granes_smart .voices .voices_list__profile {
	text-align: left;
	font-size: 14.7px;
	line-height: 1.73;
	letter-spacing: -0.07em;
}

#granes_smart .voices .voices_list__text {
	margin-bottom: 14px;
}



/********************
    certification
*********************/
#granes_smart .certification {
	position: relative;
	padding: 80px 0;
	padding: clamp(80px, 6.2vw , 120px) 0 clamp(92px, 7vw , 130px);
	z-index: 100;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/certification__bg@2x.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#granes_smart .certification .heading {
	margin-bottom: 39px;
	padding: 0;
	text-align: center;
}

#granes_smart .certification_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	-moz-column-gap: 18px;
	     column-gap: 18px;
	row-gap: 14px;
	margin-bottom: 22px;
}
#granes_smart .certification_list__item {
	display: grid;
	align-items: center;
	width: 268px;
	height: 56px;
	padding-bottom: 0.11%;
	background: var(--color-bordeaux01);
	color: #fff;
	font-size: 19.2px;
}

#granes_smart .certification .text {
	text-shadow: 0 0 14px #fff,0 0 14px #fff,0 0 14px #fff,0 0 14px #fff, 0 0 14px #fff,0 0 14px #fff;
}

#granes_smart .certification .text.large {
	color: #aa806d;
	font-size: 20px;
	margin-bottom: 5px;
}



/********************
    prize
*********************/
#granes_smart .prize {
	position: relative;
	padding: 110px 0 130px;
	margin-top: -39px;
	margin-bottom: 50px;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/prize__bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}


#granes_smart .prize__block {
	position: relative;
	width: 960px;
	padding: 115px 130px 102px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#granes_smart .prize__block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/pc/img/deco/prize__block_deco@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

#granes_smart .prize .logo {
	text-align: center;
	margin-bottom: 40px;
}

#granes_smart .prize .prize_label {
	text-align: center;
	margin-bottom: 25px;
}

#granes_smart .prize .tit {
	margin-bottom: 22.2px;
	font-size: 20px;
	letter-spacing: -0.02em;
	line-height: 1.77;
}

#granes_smart .prize .text {
	margin-bottom: 22px;
	text-align: left
}


#granes_smart .prize .attention_mark {
	font-size: 10px;
	vertical-align: super;
	vertical-align: text-top;
}

#granes_smart .prize .attention_text {
	font-size: 11.9px;
	line-height: 1.77;
}








/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding-top: 50px;
	padding-bottom: 150px;
	background: transparent;
	z-index: 1000;
}


#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: 10px 36px 14px;
	margin-bottom: 22px;
	border-radius: 15px;
	background-color: var(--color-bordeaux01);
	color: #fff;
	font-size: 29.6px;
	font-weight: 700;
	text-align: left;
	box-sizing: border-box;
}

#products_specification td,
#products_specification th {
	width: 28%;
	height: 56px;
	padding: 4px;
	color: var(--color-black01);
	font-size: 18.7px;
	font-weight: 400;
	letter-spacing: -0.044em;
	line-height: 1.44;
	font-family: var(--font-base);
	border: 1px solid #cb8089;
	vertical-align: center;
	text-align: center;
}

#products_specification th {
	width: 22%;
	background: rgba(140, 47, 75, 0.86);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
#products_specification td {
	background-color: #fff;
}


#products_specification .attention_text {
	margin-top: 32px;
	margin-left: 15px;
	font-size: 13.2px;
	letter-spacing: 0.077em;
	text-align: center;
	color: var(--color-black);
}




/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/