@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');
}

.item-detail-area{padding: 0;}
@media screen and (max-width: 1024px){#p_info,#p_review{padding: 0 10px;}}

#landing ol,#landing li { list-style: none!important; margin-left: 0!important;}

/* 汎用クラス */
.mt0 { margin-top: 0px !important;}
.mb0 { margin-bottom: 0px !important;}
.pt0 { padding-top: 0px !important;}
.pb0 { padding-bottom: 0px !important;}
.mt5 { margin-top: 5px !important;}
.mb5 { margin-bottom: 5px !important;}
.pt5 { padding-top: 5px !important;}
.pb5 { padding-bottom: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mb10 { margin-bottom: 10px !important;}
.pt10 { padding-top: 10px !important;}
.pb10 { padding-bottom: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mb15 { margin-bottom: 15px !important;}
.pt15 { padding-top: 15px !important;}
.pb15 { padding-bottom: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mb20 { margin-bottom: 20px !important;}
.pt20 { padding-top: 20px !important;}
.pb20 { padding-bottom: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mb25 { margin-bottom: 25px !important;}
.pt25 { padding-top: 25px !important;}
.pb25 { padding-bottom: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mb30 { margin-bottom: 30px !important;}
.pt30 { padding-top: 30px !important;}
.pb30 { padding-bottom: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mb35 { margin-bottom: 35px !important;}
.pt35 { padding-top: 35px !important;}
.pb35 { padding-bottom: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mb40 { margin-bottom: 40px !important;}
.pt40 { padding-top: 40px !important;}
.pb40 { padding-bottom: 40px !important;}

.marker { background-color: #ffff00;}

header , footer{
	max-width: 750px !important;
	margin: auto;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ▼コンテンツ用スタイル 編集可能領域ここから▼ --------------------------------------------------------------------------------------------*/
/********************

   common

*********************/
html {
	font-size: 16px;
	font-size: clamp(10px,4.25vw,32px)!important;/*1rem 32px/ basic_width-750px*/
}

#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;
	width: auto;
	height: auto;
	background-color: transparent;
	font-weight: 500;
	text-align: center;
	font-size: 1rem;
	font-family: var(--font-base);
	color: var(--color-black);
	letter-spacing: 0em;

	overflow: hidden;
}

#granes_smart * {
	box-sizing: border-box;
}

#granes_smart h2 {
	font-size: 1.1rem;
	font-weight: 500;
	font-family: var(--font-KiwiMaru);
	line-height: 1.47;
	margin: 0;
	letter-spacing: 0.05em;
}

#granes_smart h3 {
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--font-KiwiMaru);
	line-height: 1.44;
	margin: 0;
	text-align: center;
}

#granes_smart p {
	font-size: 0.67rem;
	line-height: 1.4;
	margin-top:0.5rem;
}

#granes_smart img {
	max-width: 100%;
	width: 100%;
	height: auto;
}


/********************
   parts
*********************/
#granes_smart .contents_wrapper {
	position: relative;
	width: 20.5rem;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

#granes_smart .flex_base {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#granes_smart .flex_base.flex_wrap {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 0.1rem;
}

#granes_smart .attention_text {
	font-size: 0.69rem;
	font-weight: 500;
	line-height: 1.44;
	letter-spacing: 0.05em;
	white-space: wrap;
}

#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: 2rem;
}
#granes_smart .heading_block__en {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.37rem;
	line-height: 1;
	font-size: 1rem;
	letter-spacing: -0.02em;
}
#granes_smart .heading_block__lead {
	display: block;
	line-height: 1.4;
	font-size: 0.92rem;
	letter-spacing: 0.062em;
}

.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: 15rem;
	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/sp/img/deco/points__bg-sp.png);
	z-index: 100;
}

#granes_smart .bg_group[data-bg="02"]  {
	padding-top: 5.17rem;
	margin-top: -3.7rem;
	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: 25rem;
	top: 0;
	left: -7rem;
	opacity: 0.44;
}
#granes_smart .bg_group[data-bg="02"] .circle_deco01[data-num="02"] {
	--size: 17rem;
	top: 39.6rem;
	right: -7.7rem;
	opacity: 0.19;
}
#granes_smart .bg_group[data-bg="02"] .circle_deco01[data-num="03"] {
	--size: 20rem;
	bottom: 0;
	right: -15rem;
	opacity: 0.1;
}


/*****   acc   *****/
#granes_smart .acc_wrapper .acc_switch_container {
	--bg: rgb(255, 214, 171);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: calc(6.6rem + 3.6rem);
	max-height: 100%;
	background : linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--bg) 44%, var(--bg) 100%);
}
#granes_smart .acc_wrapper.acc_active .acc_switch_container {
	height: calc(6.6rem - 1.1rem);
	background : var(--color-orange);
	position: relative;
}
#granes_smart .acc_wrapper .acc_switch {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 77%;
	max-width: 560px;
	height: 2.2rem;
	padding-top: 0.1rem;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3.4rem;
	border-radius: 0.5rem;
	background: linear-gradient(0deg, rgba(166, 0, 33, 1) 37.26%, rgba(209, 0, 33, 1) 98.26%);
	box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 500;
	cursor: pointer;
	transition: box-shadow 0.4s , opacity 0.4s;
}
#granes_smart .acc_wrapper .acc_switch:hover {
	opacity: 0.77;
	box-shadow: 0.07rem 0.07rem 0.07rem rgba(0, 0, 0, 0.15);
}
#granes_smart .acc_wrapper.acc_active .acc_switch {
	margin-top: 2.2rem;
}
#granes_smart .acc_wrapper .acc_switch .down_arrow {
	position: relative;
	display: inline-block;
	margin-right: 0.66rem;
	width: 0.4rem;
	height: 0.4rem;
	background: transparent;
}
#granes_smart .acc_wrapper.acc_active .acc_switch .down_arrow {
	transform: rotate(180deg);
	transform-origin: 50% 56%;
}
#granes_smart .acc_wrapper .acc_switch .down_arrow::before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 100%;
	height: 100%;
	border-bottom: 0.11rem solid #fff;
	border-right: 0.11rem solid #fff;
	background: transparent;
	transform: translateX(40%) translateY(29%) rotate(45deg);
}


#granes_smart .acc_wrapper.acc_active .acc_switch .open_text,
#granes_smart .acc_wrapper .acc_switch .close_text {
	display: none;
}
#granes_smart .acc_wrapper .acc_switch .open_text,
#granes_smart .acc_wrapper.acc_active .acc_switch .close_text {
	display: inline-block;
}

#granes_smart .acc_target {
	max-height: 114vw;
	overflow: hidden;
}
#granes_smart .acc_target.open {
	max-height: 99999px!important;
}


#granes_smart .scroll_text {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: 0.62rem;
	width: 100%;
	margin-top: 2.44rem;
	text-align: right;
	color: var(--color-bordeaux01);
	font-size: 0.92rem;
	font-family: var(--font-KiwiMaru);
	font-weight: 700;
}

#granes_smart .scroll_text img {
	position: relative;
	top: -0.15rem;
	width: 5rem;
}



/********************

   header_anker

*********************/
#granes_smart .header_anker {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background:transparent;
	z-index: 9990;
}

#granes_smart .header_anker__nav{
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	width: 100vw;
	height: 100vh;
	background: rgba(144, 47, 75, 0.2);
	transition: opacity 0.69s ease-in-out ;
}
#granes_smart .header_anker__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 0.87rem;
	width: 21rem;
	max-height: 82vh;
	overflow: auto;
	padding: 2.2rem 2.28rem 2.44rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.44rem;
	background: #fff;
	border: 0.32rem solid var(--color-bordeaux01);
	border-radius: 1rem;
}

#granes_smart .header_anker__list_item {
	width: 100%;
	height: 2.9rem;
	border: 0.15rem solid rgba(128, 28, 36, 1);
	border-radius: 10rem;
	box-shadow : 0.1rem 0.1rem 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) 50.11%, rgba(255, 255, 255, 1) 77.32%);
}

#granes_smart .header_anker__list_item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 10rem;
	color: var(--color-bordeaux01);
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}




#granes_smart .hamburger_btn {
	--size: 4rem;
	position: absolute;
	z-index: 9994;
	top: 0;
	right: 0;
	width: var(--size);
	height: var(--size);
	background: var(--color-bordeaux01);
	cursor: pointer;
}
#granes_smart .hamburger_btn span,
#granes_smart .hamburger_btn::before,
#granes_smart .hamburger_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) scaleY(0.5);
	width: 44%;
	height: 0.2rem;
	background: #fff;
	border-radius: 0.08rem;
	pointer-events: none;
	transition: top 0.28s 0.28s, transform 0.28s, opacity 0.1s 0.1s, background-color 0.82s;
}
#granes_smart .hamburger_btn::before {
	top: calc(50% + 0.62rem);
}
#granes_smart .hamburger_btn::after {
	top: calc(50% - 0.62rem);
}


#granes_smart .header_anker.menu-active .hamburger_btn span {
	opacity: 0;
}
#granes_smart .header_anker.menu-active .hamburger_btn::before,
#granes_smart .header_anker.menu-active .hamburger_btn::after {
	top: 50%;
	transition: top 0.28s, transform 0.28s 0.28s , background-color 0.82s;
	background: #fff;
}
#granes_smart .header_anker.menu-active .hamburger_btn::before {
	transform: translateX(-50%) translateY(-50%) rotate(45deg) scaleY(0.5);
}
#granes_smart .header_anker.menu-active .hamburger_btn::after {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg) scaleY(0.5);
}


#granes_smart .header_anker.menu-active  {
	pointer-events: all;
}
#granes_smart .header_anker.menu-active .header_anker__nav {
	opacity: 1;
	pointer-events: all;
}



/********************

   main

*********************/
#granes_smart main {
	overflow: hidden;
}


/********************
   fv
*********************/
#granes_smart .fv {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 100;
	margin-bottom: 4rem;
}

#granes_smart .fv__bg {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#granes_smart .fv__bg img {
	width: 100%;
	max-height: 1400px;
	object-fit: cover;
	object-position: top;
}


#granes_smart .fv .contents_wrapper .circle_deco01 {
	--size: 12.5rem;
	left: -5rem;
	bottom: 0;
	transform: translateY(89.1%);
}

#granes_smart .fv .contents_wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 15.6rem;
	max-width: 21rem;
	height: 100%;
}

#granes_smart .fv__wrapper {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#granes_smart .fv__tit {
	width: 101.4%;
	margin-bottom: 1.44rem;
	font-size: 1.5rem;
	line-height: 1.47;
	text-align: left;
}

#granes_smart .fv__label {
	position: absolute;
	bottom: -7rem;
	left: -0.47rem;
	width: 8.2rem;
}

#granes_smart .fv__logo img {
	position: absolute;
	bottom: -4.17rem;
	right: -0.44rem;
	width: 12.5rem;
}


#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;
	margin-bottom: 1.1rem;
}
#granes_smart .fv__list01 .list_item {
	width: 3.7rem;
	height: 1.3rem;
	border-radius: 100rem;
	border: 0.07rem solid var(--color-bordeaux01);
	background: #fff;
	color: var(--color-bordeaux01);
	font-size: 0.59rem;
	font-family: var(--font-SourceHanSans);
	font-weight: 700;
}
#granes_smart .fv__list01 .list_item:nth-of-type(5) {
	width: 4.7rem;
}


#granes_smart .fv__list02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 0.37rem;
	margin-bottom: 0.44rem;
}
#granes_smart .fv__list02 .list_item {
	width: 10.08rem;
	height: 1.47rem;
	border-radius: 1px;
	border: 0.07rem solid var(--color-bordeaux01);
	background: #fff;
	color: var(--color-bordeaux01);
	font-size: 0.969rem;
	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: 0.73rem;
	letter-spacing: -0.032em;
}

#granes_smart .fv__list03 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 0.1rem;
}
#granes_smart .fv__list03 .list_item {
	width: 6.69rem;
	height: 1.5rem;
	border-radius: 100rem;
	border: 0.07rem solid #fff;
	background: var(--color-bordeaux01);
	color: #fff;
	font-size: 0.73rem;
	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: 10.08rem;
	letter-spacing: 0.15em;
}


#granes_smart .fv .attention_text {
	margin-top: 0.44em;
	text-align: right;
	font-size: 0.59rem;
	opacity: 0.92;
	font-weight: 500;
	letter-spacing: 0.082em;
	text-shadow: 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff, 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff, 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff, 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff, 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff, 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff, 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff, 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff, 0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff,0 0 0.3rem #fff;
}



/********************
   cp_ofr
*********************/
#granes_smart .cp_ofr {
	--color-red: #C92A2A;
	position: relative;
	padding: 2rem 0 2.2rem;
	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: 0.96rem;
	border: 0.18rem solid var(--color-bordeaux01);
	border-radius: 1.3rem;
	padding: 1.7rem 1.8rem 1.9rem;
	background: #fff;
	box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.22);
}

#granes_smart .cp_ofr__box .cp_ofr__heading {
	position: absolute;
	top: 0;
	right: 0.5rem;
	line-height: 1;
	width: 6.44rem;
	transform: translateY(-77%);
}

#granes_smart .cp_ofr__contents_block {
	position: relative;
	flex-direction: column;
}

#granes_smart .cp_ofr__img_block {
	text-align: center;
	width: 77%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.06rem;
}


#granes_smart .cp_ofr__text_block {
	text-align: left;
}
#granes_smart .cp_ofr__box p,
#granes_smart .cp_ofr__box h2 {
	font-weight: 500;
	line-height: 1.1;
	white-space: nowrap;
	max-width: 100%;
}

#granes_smart .cp_ofr .cp_ofr__logo {
	width: 77%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.77rem;
	font-size: 1rem;
}

#granes_smart .cp_ofr__msrp {
	position: relative;
	margin-bottom: 1.02rem;
	width: 11rem;
}

#granes_smart .cp_ofr__msrp img:first-of-type {
	position: relative;
}
#granes_smart .cp_ofr__msrp img:last-of-type {
	position: absolute;
	top: 50%;
	transform: translateY(-62%);
	left: calc(100% + 0.56rem);
	width: 7.3rem;
}

#granes_smart .cp_ofr  .cp_ofr__price_block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0.87rem;
	color: var(--color-red);
}

#granes_smart .cp_ofr .guarantee_box {
	text-align: center;
	width: 100%;
	margin-bottom: 0.5rem;
}
#granes_smart .cp_ofr .attention_text {
	white-space: wrap!important;
	text-align: left;
	line-height: 1.4;
}


#granes_smart .cp_ofr .cp_ofr_btn  {
	width: 100%;
	height: 3.1rem;
	margin-left: auto;
	margin-right: auto;
	box-shadow:  0.28rem 0.28rem 0.28rem 0 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: 1.3rem;
	font-family: var(--font-NotoSans);
}
#granes_smart .cp_ofr_btn .btn_arrow_ {
	width: 0.7rem;
	height: 0.7rem;
	border-width: 0.15rem;
	margin-right: 0.7rem;
}



/********************
    movie
*********************/
#granes_smart .movie {
	position: relative;
	padding-top: 6.2rem;
	padding-bottom: 2.2rem;
}


#granes_smart .movie .contents_wrapper {
	position: relative;
	width: 100%;
	z-index: 100;
}

#granes_smart .movie .circle_deco01 {
	--size: 13rem;
	top: -6.9rem;
	right: -2.2rem;
	opacity: 0.19;
}

#granes_smart .movie__heading {
	position: absolute;
	top: 0;
	right: 1.3rem;
	transform: translateY(-73%);
	width: 7.7rem;
	z-index: 100;
}

#granes_smart .movie .youtube_box {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}
#granes_smart .movie .youtube_box::before {
	content: "";
	position: relative;
	display: block;
	padding-top: calc(100% * (720/1280));
}
#granes_smart .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;

	background: #000;
}



/********************
    adjust_sec
*********************/
#granes_smart .adjust_sec {
	position: relative;
	text-align: center;
	padding: 3.7rem 0 0.96rem;
	z-index: 100;
}

#granes_smart .adjust_sec__block {
	position: relative;
	padding: 1.55rem 0 0.77rem;
	width: 100%;
	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: 0.22rem;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/adjust__dot-sp@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: 7.7rem;
	color: var(--color-bordeaux01);
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.28;
	letter-spacing: 0.032em;
}
#granes_smart .adjust_sec__heading .smaller {
	display: block;
	font-size: 0.73rem
}

#granes_smart .adjust_sec__heading .underline01 {
	padding-right: 0.1em;
}

#granes_smart .adjust_sec__img {
	text-align: center;
	width: 15.5rem;
	margin-left: auto;
	margin-right: auto;
}

#granes_smart .adjust_sec__left img,
#granes_smart .adjust_sec__right img {
	position: absolute;
	top: 4.5rem;
	width: 8.7rem;
}
#granes_smart .adjust_sec__left img {
	left: 1.3rem;
}
#granes_smart .adjust_sec__right img {
	right: 1.3rem;
}

#granes_smart .adjust_sec__huki {
	--size: 6.2rem;
	position: absolute;
	top: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--size);
	height: var(--size);
	padding-bottom: 0.04em;
	border-radius: var(--size);
	background: var(--color-bordeaux01);
	color: #fff;
	font-size: 0.73rem;
	font-family: var(--font-KiwiMaru);
	line-height: 1.3;
	letter-spacing: -0.02em;
	line-height: 1.4;
}

#granes_smart .adjust_sec__left .adjust_sec__huki {
	left: 0;
}
#granes_smart .adjust_sec__right .adjust_sec__huki {
	right: 0;
}



/********************
    worry
*********************/
#granes_smart .worry {
	position: relative;
	text-align: center;
	padding: 3.9rem 0 2.96rem;
	z-index: 50;
}
#granes_smart .worry::before {
	content: "";
	position: absolute;
	top: -5.5rem;
	left: 0;
	display: block;
	width: 100%;
	height: calc(100vw * (688/750));
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/worry__bg-sp.png);
	background-size: 100% 100%;
}

#granes_smart .worry .worry__heading {
	width: 16.2rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.4rem;
}

#granes_smart .worry .worry__img_block {
	width: 18.6rem;
	margin-left: auto;
	margin-right: auto;
}

#granes_smart .worry .circle_deco01 {
	--size: 19rem;
	top: 0;
	right: -10rem;
	transform: translateY(-96%);
	opacity: 0.22;
	z-index: 1;
}



/********************
    recommend
*********************/
#granes_smart .recommend {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 1rem 0 1.18rem;
	z-index: 40;
}

#granes_smart .recommend__heading {
	position: relative;
	margin-bottom: 4.17rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
}
#granes_smart .recommend__heading .larger {
	position: relative;
	top: 0.05em;
	font-size: 1.56rem;
}
#granes_smart .recommend__heading::after {
	content: "";
	position: absolute;
	bottom: -2.28rem;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/recommend__arrow-sp@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 3.7rem;
	height: calc(3.7rem * (26/111));
}

#granes_smart .recommend__logo {
	width: 13rem;
	margin-left: auto;
	margin-right: auto;
}

#granes_smart .recommend__img,
#granes_smart .recommend__img img {
	width: 100%;
}



/********************
    points
*********************/
#granes_smart .points {
	position: relative;
	z-index: 40;
	padding: 3.7rem 0 1.5rem;
}

#granes_smart .points .heading_block {
	position: relative;
	z-index: 100;
	margin-bottom: 3rem;
}

#granes_smart .points .heading_block__lead {
	font-size: 1.18rem;
}

#granes_smart .points .heading_block__en {
	width: 5.5rem;
}

#granes_smart .points .circle_deco01[data-num="01"] {
	--size: 29rem;
	top: 0;
	left: -17rem;
	transform: translateY(-77%);
	opacity: 0.18;
}


#granes_smart .point {
	position: relative;
	margin-top: 2.2rem;
}


#granes_smart .point__block {

}


#granes_smart .point__text_block {
	position: relative;
	width: fit-content;
	padding: 3rem 2.9rem 2.9rem 2.5rem;
	margin-left: auto;
	margin-right: -2.5rem;
	background: #fff;
	border-radius: 1.8rem;
	text-align: left;
	z-index: 1;
}

#granes_smart .point:nth-of-type(2n) .point__text_block {
	padding-left: 3.7rem;
	padding-top: 2.5rem;
	margin-left: -2.5rem;
	margin-right: 0;
}

#granes_smart .point .num_box {
	--size: 4.4rem;
	position: absolute;
	top: -1.1rem;
	right: 2.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: var(--size);
	height: var(--size);
	border-radius: var(--size);
	border: 0.15rem solid var(--color-bordeaux01);
	background: #fff;
	color: var(--color-bordeaux01);
	font-size: 0.59rem;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
#granes_smart .point .num_box__num {
	font-size: 1.82rem
}

#granes_smart .point:nth-of-type(2n) .num_box {
	right: auto;
	left: 3.2rem;
	margin-top: -1.5rem;
}

#granes_smart .point__tit {
	text-align: left;
	font-size: 1.55rem;
	line-height: 1.19;
	margin-bottom: 1.19rem;
}
#granes_smart .point__text {
	width: 14.7rem;
	font-size: 0.82rem;
	letter-spacing: -0.01em;
}
#granes_smart .point__tit .smaller {
	font-size: 1.1rem;
	line-height: 1.1;
}


#granes_smart .point .point__img_block {
	position: relative;
	z-index: 10;
}

#granes_smart .point .huki01 {
	--size: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/deco_huki01-sp@2x.png);
	width: var(--size);
	height: var(--size);
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 0.89rem;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
	text-align: center;
	line-height: 1.32;
}



/*****   1   *****/
#granes_smart .point[data-point="01"] .point__img_block {
	margin-bottom: 2.5rem;
}
#granes_smart .point[data-point="01"] .point__img_block img {
	width: 17.6rem;
}

#granes_smart .point[data-point="01"] .point__img_block figure {
	position: relative;
	border-radius: 0.7rem;
	margin-left: auto;
	margin-right: 0;
	overflow: hidden;
	width: fit-content;
}
#granes_smart .point[data-point="01"] .point__img_block::after {
	content: "";
	position: absolute;
	top: 5.18rem;
	left: calc(100% - 3.2rem);
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/point01__arrow-sp@2x.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 2rem;
	height: calc(2rem * (140/59));
}
#granes_smart .point[data-point="01"] .point__img_block figcaption {
	position: absolute;
	bottom: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 0.69rem;
	border-radius: 0.7rem;
	background: #fff;
	font-size: 0.86rem;
	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: -4.4rem;
	margin-bottom: 0.77rem;
}
#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: 0.32rem solid var(--color-bordeaux01);
}
#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"] {
	margin-top: 5.5rem;
}
#granes_smart .point[data-point="02"] .point__text_block {
	width: 21rem;
	height: 22rem;
}

#granes_smart .point[data-point="02"] .huki01 {
	position: absolute;
	top: -2.28rem;
	right: -0.7rem;
}

#granes_smart .point[data-point="02"] .point__block {
	flex-direction: column;
}

#granes_smart .point[data-point="02"] .point__img_block {
	overflow-x: auto;
	width: 24rem;
	margin-left: -2rem;
	margin-top: -14.7rem;
	padding-left: 2rem;
	padding-right: 3rem;
}
#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: flex-start;
	width: fit-content;
	column-gap: 0.5rem;
}

#granes_smart .point[data-point="02"] .point__img_block .box {
	width: 15rem;
}
#granes_smart .point[data-point="02"] .point__img_block .img_box {
	border-radius: 0.7rem;
	overflow: hidden;
}
#granes_smart .point[data-point="02"] .point__img_block .text_box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	width: 100%;
	height: 13rem;
	padding: 2rem 2.18rem 0.5rem;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/point02__huki-sp@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#granes_smart .point[data-point="02"] .point__img_block .huki_tit {
	white-space: nowrap;
	color: var(--color-bordeaux01);
	font-size: 1.1rem;
}
#granes_smart .point[data-point="02"] .point__img_block .huki_text {
	text-align: left;
	font-size: 0.87rem;
}



/*****   3   *****/
#granes_smart .point[data-point="03"] {
	position: relative;
	margin-top: 2.5rem;
}

#granes_smart .point[data-point="03"] .point__img_block {
	position: relative;
	padding-right: 1.9rem;
}

#granes_smart .point[data-point="03"] figure {
	position: relative;
	width: fit-content;
}
#granes_smart .point[data-point="03"] figure img {
	position: relative;
	width: 13rem;
	border-radius: 0.7rem;
}
#granes_smart .point[data-point="03"] figure:nth-of-type(2) {
	margin-left: auto;
	margin-right: 0;
	margin-top: 0.44rem;
}

#granes_smart .point[data-point="03"] figcaption {
	--size: 4.7rem;
	position: absolute;
	top: -1.3rem;
	left: -0.87rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--size);
	height: var(--size);
	border-radius: 1000rem;
	background: var(--color-bordeaux01);
	color: #fff;
	font-size: 1.1rem;
	z-index: 11;
}

#granes_smart .point[data-point="03"] figure:nth-of-type(2) figcaption {
	left: auto;
	right: -1.7rem;
}

#granes_smart .point[data-point="03"] .huki01 {
	position: absolute;
	left: -0.7rem;
	top: 15.6rem;
	z-index: 30;
}

#granes_smart .point[data-point="03"] .point__text_block {
	z-index: 20;
}


/*****   4   *****/
#granes_smart .point[data-point="04"] {
	position: relative;
	margin-top: 13rem;
	z-index: 35;
}
#granes_smart .point[data-point="04"] .point__img_block {
	position: absolute;
	top: -13rem;
	right: 0;
}

#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) {
	width: 8.7rem;
	top: 2.0rem;
	right: 8.28rem;
}
#granes_smart .point[data-point="04"] .point__img_block img:nth-of-type(2) {
	width: 10.6rem;
	top: 6.2rem;
	right: -0.4rem;
}
#granes_smart .point[data-point="04"] .point__img_block img:nth-of-type(3) {
	width: 7rem;
	top: -0.5rem;
	right: -0.7rem;
}
#granes_smart .point[data-point="04"] .point__img_block {
	position: relative;
}



#granes_smart .point[data-point="04"] .usage_block {
	margin-top: 1.5rem;
	padding: 1.5rem 0.5rem 1rem;
	background: rgba(255, 255, 170, 1);
	border-radius: 1.1rem;
}
#granes_smart .point[data-point="04"] .usage_block__tit {
	margin-bottom: 0.7rem;
	color: var(--color-bordeaux01);
	font-size: 1rem;
}
#granes_smart .point[data-point="04"] .usage_block__text {
	margin-bottom: 1.37rem;
	font-size: 0.828rem;
	font-family: var(--font-KiwiMaru);
}
#granes_smart .point[data-point="04"] .usage_block__flex {
	display: flex;
	align-items: stretch;
	justify-content: center;
	column-gap: 1.3rem;
	margin-bottom: 1.4rem;
}
#granes_smart .point[data-point="04"] .usage_block__flex > div {
	display: flex;
	align-items: stretch;
	justify-content: center;
	column-gap: 1.3rem;
	animation: 20s linear 0s infinite auto_slider;
}
@keyframes auto_slider{
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% - 1.3rem));
	}
}



#granes_smart .point[data-point="04"] .usage_block__item {
	width: 14rem;
	overflow: hidden;
	border: 0.092rem solid var(--color-bordeaux01);
	border-radius: 0.7rem;
	box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.22);
}
#granes_smart .point[data-point="04"] .usage_block__item_text {
	background: #fff;
	padding: 0.417rem;
	color: rgb(166, 0, 36);
	font-size: 0.92rem;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
}

#granes_smart .point[data-point="04"] .usage_block .attention_text {
	text-align: left;
	padding: 0 2.28rem;
	font-size: 0.56rem;
}


/*****   5   *****/
#granes_smart .point[data-point="05"] {
	margin-top: 2.5rem;
} 
#granes_smart .point[data-point="05"] .point__img_block img {
	position: relative;
	width: 14rem;
	border-radius: 0.7rem;
	overflow: hidden;
	display: block;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: -2rem;
}



/********************
    massage_course
*********************/
#granes_smart .massage_course {
	padding: 0;
}

#granes_smart .massage_course__heading {
	margin-bottom: 1.1rem;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.1;
}
#granes_smart .massage_course__heading .larger {
	font-size: 1.47rem;
}

#granes_smart .massage_course .contents_wrapper {
	position: relative;
	padding: 2.8rem 0 7rem;
}

#granes_smart .massage_course .circle_deco01[data-num="01"] {
	--size: 25rem;
	top: 0;
	right: -13.2rem;
	transform: translateY(-54%);
	opacity: 0.25;
}

#granes_smart .massage_course .bg {
	position: absolute;
	top: -1.5rem;
	left: 50%;
	transform: translateX(-54%);
	width: 29.6rem;
	max-width: 1000rem;
	z-index: -1;
}


#granes_smart .massage_course__box {
	--size: 15rem;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: var(--size);
	height: var(--size);
	padding: 1.5rem 2.55rem 2.2rem;
	padding-left: 2.7rem;
	margin-left: auto;
	margin-right: -1.9rem;
	border-radius: var(--size);
	background: rgba(255, 255, 255, 0.8);
	text-align: left;
	z-index: 10;
}

#granes_smart .massage_course__box[data-box="02"] {
	margin-top: -2.7rem;
	padding-bottom: 1.3rem;
	background: rgba(255, 255, 0, 0.5);
	z-index: 5;
}

#granes_smart .massage_course__num {
	display: block;
	margin-bottom: 0.62rem;
	color: var(--color-bordeaux01);
	font-size: 0.86rem;
	font-family: var(--font-KiwiMaru);
	letter-spacing: 0.044em;
	white-space: nowrap;
}
#granes_smart .massage_course__num span {
	font-size: 1.25rem;
	white-space: nowrap;
}
#granes_smart .massage_course__tit {
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
	font-family: var(--font-KiwiMaru);
	font-weight: 700;
}



/********************
    color_sec
*********************/
#granes_smart .color_sec {
	position: relative;
	padding: 2.28rem 0 2rem;
}

#granes_smart .color_sec .heading_block__en img {
	width: 5.4rem;
}

#granes_smart .color_sec__block {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	column-gap: 1.4rem;
}

#granes_smart .color_sec__img_block img {
	position: relative;
	width: 8.91rem;
	left: 0.32rem;
}

#granes_smart .color_sec__img_block figcaption {
	position: relative;
	padding-top: 0.69rem;
	margin-top: 0.87rem;
	font-size: 0.87rem;
	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: 0.28rem;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/color__line-sp@2x.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}



/********************
    comparison
*********************/
#granes_smart .comparison {
	position: relative;
	padding: 2.2rem 0 5rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#granes_smart .comparison .heading_block__en {
	width: 11rem;
}

#granes_smart .comparison_table__wrapper {
	width: 22rem;
	height: auto;
	padding-bottom: 1.5rem;
	padding-right: 1rem;
	overflow-x: auto;

}

#granes_smart .comparison_table__wrapper {
-ms-overflow-style: none;
scrollbar-width: none;
}
#granes_smart .comparison_table__wrapper::-webkit-scrollbar{
display: none;
}
  
#granes_smart .comparison_table {
	width: 34.7rem;
}

#granes_smart .comparison_table th,
#granes_smart .comparison_table td {
	padding: 0.32rem 0.44rem 0.417rem 1.4rem;
	height: 2.9rem;
	font-family: var(--font-KiwiMaru);
	font-weight: 500;
	line-height: 1.25;
	vertical-align: middle;
}

#granes_smart .comparison_table td {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}

#granes_smart .comparison_table th:first-of-type {
	position: sticky!important;
	left: 0;
	background: #fff;
	z-index: 999;
	text-align: left;
}


#granes_smart .comparison_table thead tr {
	border-bottom: 0.056rem solid var(--color-bordeaux01);
}
#granes_smart .comparison_table thead th {
	position: relative;
	text-align: center;
	padding-top: 1.2rem;
	padding-bottom: 1.1rem;
}

#granes_smart .comparison_table thead th[data-item="gs"] {
	border-radius: 0.7rem;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: var(--color-bordeaux01--opa5);
}

#granes_smart .comparison_table thead img {
	width: 5rem;
}
#granes_smart .comparison_table thead th[data-item="gs"] img {
	width: 3.2rem;
	margin-bottom: 0.5rem;
}


#granes_smart .comparison_table tbody tr {
	border-bottom: 0.056rem 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: 1.4rem;
	border-radius: 0.7rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: var(--color-bordeaux01--opa5);
}



/********************
    merits
*********************/
#granes_smart .merits {
	position: relative;
	padding: 0.77rem 1rem 8.2rem;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/merits__bg-sp.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#granes_smart .merits .circle_deco01 {
	--size: 40rem;
	bottom: 2rem;
	right: -21.5rem;
}

#granes_smart .merits .heading_block {
	margin-bottom: 0.2rem;
}
#granes_smart .merits .heading_block__en {
	width: 9.2rem;
}

#granes_smart .merits_list {
	width: 82.1%;
	margin-left: auto;
	margin-right: auto;
}
#granes_smart .merits_list__item {
	flex: 1;
	padding: 2.5rem 1.1rem 2.28rem;
}
#granes_smart .merits_list__item:nth-of-type(2) {
	border: 0.044rem solid var(--color-bordeaux01);
	border-left: none;
	border-right: none;
}

#granes_smart .merits_list__img {
	--size: 6.2rem;
	width: var(--size);
	height: var(--size);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1rem;
}

#granes_smart .merits_list__tit {
	color: var(--color-bordeaux01);
	font-size: 0.89rem;
	font-family: var(--font-KiwiMaru);
	text-align: center;
	margin-bottom: 0.69rem;
}

#granes_smart .merits_list__text {
	text-align: left;
	font-size: 0.7rem;
	letter-spacing: 0.02em;
	margin-left: auto;
	margin-right: auto;
}
#granes_smart .merits_list__text .attention_text {
	display: inline;
}



/********************
    comment
*********************/
#granes_smart .comment {
	position: relative;
	padding: 11.7rem 0 11rem;
	margin-top: -6.9rem;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/comment__bg-sp.png);
	background-size: cover;
	background-repeat: no-repeat;
}

#granes_smart .comment .heading_block {
	color: #fff;
}
#granes_smart .comment .heading_block__en {
	width: 11.9rem;
}

#granes_smart .comment__text {
	width: 73%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 0.77rem;
	letter-spacing: 0.01em;
	line-height: 1.9;
	text-align: left;
}



/********************
    voices
*********************/
#granes_smart .voices {
	position: relative;
	padding: 7rem 0 0rem;
	margin-top: -4.17rem;
	margin-bottom: 0;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/voices__bg-sp.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}

#granes_smart .voices .heading_block__en img {
	width: 5.5rem;
}

#granes_smart .voices_list {
	width: 19rem;
	margin-left: auto;
	margin-right: auto;
}
#granes_smart .voices_list__item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 1.32rem 1.37rem;
	margin-bottom: 0.92rem;
	background: #fff;
	border: 0.07rem solid var(--color-bordeaux02);
	border-radius: 0.5rem;
}

#granes_smart .voices_list__text,
#granes_smart .voices_list__profile {
	text-align: left;
	font-size: 0.86rem;
	line-height: 1.69;
	letter-spacing: -0.02em;
}

#granes_smart .voices_list__text {
	margin-bottom: 0.5em;
}


#granes_smart .voices .acc_target {
	min-height: 137vw;
}

#granes_smart .voices .acc_wrapper .acc_switch_container {
	--bg: #fff;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}
#granes_smart .voices .acc_wrapper .acc_switch {
	width: 62%;
}





/********************
    certification
*********************/
#granes_smart .certification {
	position: relative;
	padding: 3.4rem 0 3.7rem;
	z-index: 100;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/certification__bg-sp@2x.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#granes_smart .certification .heading img {
	width: 92.8%;
	margin: 0 auto 1.62rem;
	text-align: center;
}

#granes_smart .certification_list {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 1.7rem;
}
#granes_smart .certification_list__item {
	display: grid;
	align-items: center;
	width: 11rem;
	height: 2.5rem;
	padding-bottom: 0.11%;
	margin-bottom: 0.37rem;
	font-size: 0.8rem;
	letter-spacing: 0em;
	background: var(--color-bordeaux01);
	color: #fff;
}

#granes_smart .certification .text {
	font-size: 0.84rem;
	letter-spacing: -0.02em;
	text-shadow: 0 0 0.55rem #fff,0 0 0.55rem #fff,0 0 0.55rem #fff,0 0 0.55rem #fff, 0 0 0.55rem #fff,0 0 0.55rem #fff,0 0 0.55rem #fff, 0 0 0.55rem #fff,0 0 0.55rem #fff,0 0 0.55rem #fff, 0 0 0.55rem #fff,0 0 0.55rem #fff;
}

#granes_smart .certification .text.large {
	color: #aa806d;
	margin-bottom: 0.77rem;
}



/********************
    prize
*********************/
#granes_smart .prize {
	position: relative;
	padding: 2.9rem 0 4.7rem;
	margin-top: -1.7rem;
	margin-bottom: 4re;
	background-image: url(https://direct-teleshop.jp/item/granessmart-cp-c/sp/img/deco/prize__bg-sp.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 100;
}

#granes_smart .prize .contents_wrapper {
	width: 21rem;
}

#granes_smart .prize__block {
	position: relative;
	padding: 4.17rem 2.5rem 3.7rem;
	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/sp/img/deco/prize__block_deco-sp@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}

#granes_smart .prize .logo {
	text-align: center;
	width: 6.2rem;
	margin: 0 auto 1.1rem;
}

#granes_smart .prize .prize_label {
	width: 14rem;
	margin: 0 auto 1rem;
}

#granes_smart .prize .tit {
	margin-bottom: 1rem;
	font-size: 0.84rem;
	letter-spacing: 0.02em;
	line-height: 1.44;
}

#granes_smart .prize .text {
	font-size: 0.69rem;
	text-align: left
}

#granes_smart .prize .attention_mark {
	font-size: 0.62rem;
	display: inline-block;
	transform: scale(0.82);
	transform-origin: center top;
	vertical-align: super;
	vertical-align: text-top;
}

#granes_smart .prize .attention_text {
	font-size: 0.69rem;
	letter-spacing: 0.02em;
	text-align: left;
	margin-top: 0.18rem;
	line-height: 1.77;
}






/********************
    products_specification
*********************/
#products_specification {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 0;
	background: transparent;
	z-index: 1000;
}

#granes_smart #products_specification .acc_target {
	max-height: 76vw;
}

/*****   table   *****/
#products_specification table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	display: block;
}
#products_specification caption {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 2% 5.6% 2.38%;
	box-sizing: border-box;
	margin-bottom: 0.7rem;
	font-size: 1.03rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #fff;
	background: rgba(166, 0, 33, 1);
	text-align: center;
}
#products_specification tbody,
#products_specification tr {
	display: block;
	width: 100%;
	background: #fff;
}

#products_specification .block_2columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
}
#products_specification .block_2columns td:nth-of-type(1) {
	order: 3;
}
#products_specification .block_2columns td:nth-of-type(2) {
	order: 4;
}
#products_specification .block_2columns th:nth-of-type(1) {
	order: 1;
}
#products_specification .block_2columns th:nth-of-type(2) {
	order: 2;
}
#products_specification .block_2columns td:nth-of-type(1),
#products_specification .block_2columns th:nth-of-type(1) {
	border-right: 0;
}

#products_specification th,
#products_specification td {
	display: block;
	width: 100%;
	font-weight: 600;
	padding: 1.4% 2% 1.7% 4%;
	height: auto;
	font-size: 0.8rem;
	color: #000;
	border: 0.062rem solid #cb8089;
	border-bottom-width: 0;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align: center;
}
#products_specification tbody:last-of-type tr:last-of-type td {
	border-bottom-width: 0.062rem;
}

#products_specification th {
	background: rgba(166, 0, 33, 0.3);
	color: #000;
	font-size: 0.80rem;
	font-weight: 500;
	font-family: var(--font-base);
}
#products_specification td {
	background: #fff;
	font-size: 0.73rem;
	letter-spacing: -0.02em;
	padding: 2% 2.7% 2.5% 2.9%;
}

#products_specification td .smaller {
	font-size: .96em;
}


#products_specification .attention_text {
	margin-top:  1.1em;
	color: #231815;
	text-align: center;
	letter-spacing: 0.11em;
	line-height: 1.3;
}


/* ▲コンテンツ用スタイル 編集可能領域ここまで▲ --------------------------------------------------------------------------------------------*/