@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', "Noto Sans", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
  height: auto;
}
a,
a:link {
	color: #404040;
	text-decoration: none;
}
a:visited {
	color: #404040;
}
a:hover {
	opacity: 0.7;
}
a:active {
	color: #404040;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: unset;
}
.c-gmenu {
	transform: none;
}
.c-gmenu {
	transform: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #404040;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	top: 0 !important;
}
body.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
.content {
	max-width: 1040px;
	width: 95%;
	margin: 0 auto;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	.content {
		width: 90%;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
	display: none;
}
.br-sp {
	display: none;
}

@media screen and (max-width:896px) {
	.br-tb {
		display: block;
	}
	.tb-off {
		display: none;
	}
}
@media screen and (max-width:430px) {
	.br-sp {
		display: block;
	}
	.sp-off {
		display: none;
	}
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .header_content {
	width: 100%;
	display: grid;
	grid-template-columns:  auto 1fr;
	align-items: center;
	padding: 7.5px 30px;
}
#header .header_logo {
	max-width: 122px;
}
#header .header_right {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 40px;
}
#header .header_nav nav ul {
	display: flex;
	align-items: center;
	gap: 40px;
}
#header .header_nav nav ul {
	display: flex;
	align-items: center;
	gap: 40px;
}
#header .header_btn {
	display: flex;
	gap: 15px;
	align-items: center;
}
#header .header_btn {
	display: flex;
	gap: 20px;
	align-items: center;
}
#header .header_btn .header_btn-icon {
	font-size: 19px;
	position: relative;
}
#header .header_btn .header_btn-icon .count {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 20px;
	height: 20px;
	font-size: 12px;
	position: absolute;
	left: 15px;
	top: -5px;
	padding: 0 4px;
	border-radius: 10px;
}
#header .c-gmenu__container {
	margin-left: auto;
}

@media screen and (max-width:1100px) {
	#header .header_logo {
		max-width: 102px;
	}
	#header .header_nav {
		display: none;
	}
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/

#mainvisual .mainvisual_slider {
	overflow: hidden;
}
#mainvisual .mainvisual_slider .swiper-slide img {
	width: 100%;
}


/*------------------------------------------------------------
	トップー共通
------------------------------------------------------------*/
.top_sec {
	padding: 75px 0;
}
.top_sec-ttl {
	text-align: center;
	margin-bottom: 50px;
}
.top_sec-ttl h2 {
	font-size: 3.0rem;
	letter-spacing: 4px;
	font-family: "Outfit", sans-serif;
	font-weight: bold;
}
.top_sec-ttl p {
	font-size: 1.4rem;
	color: #A0A0A0;
}
.top_sec-btn {
	max-width: 170px;
	margin: 0 auto;
}
.top_sec-btn a {
	background-color: #404040;
	border-radius: 50vh;
	width: 100%;
	padding: 13px;
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 2px;
	font-family: "Outfit", sans-serif;
}
.top_sec-btn a::after {
	content: "";
	background: url(../img/arrow_icon_01.svg) no-repeat center;
	background-size: contain;
	width: 15px;
	height: 5px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
}

@media screen and (max-width:896px) {
	.top_sec {
		padding: 50px 0;
	}
	.top_sec-ttl {
		margin-bottom: 40px;
	}
}


/*------------------------------------------------------------
	トップーピックアップ
------------------------------------------------------------*/
#top_pickup {
	background-color: #EFF8F8;
}
#top_pickup .top_pickup-list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
}
#top_pickup .top_pickup-list ul li .img {
	border-radius: 5px;
	aspect-ratio: 1/1;
	overflow: hidden;
}
#top_pickup .top_pickup-list ul li .img img {
	width: 100%;
}
#top_pickup .top_pickup-list ul li .txt p {
	font-size: 1.5rem;
	margin-top: 15px;
}

@media screen and (max-width:896px) {
	#top_pickup .top_pickup-list ul {
		grid-template-columns: 1fr;
		gap: 45px;
	}	
}


/*------------------------------------------------------------
	トップー新着アイテム
------------------------------------------------------------*/
#top_item .top_item-list {
	margin-bottom: 60px;
}
#top_item .top_item-list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 70px;
}
#top_item .top_item-list ul li .img {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}
#top_item .top_item-list ul li .txt p.cate {
	border: 1px solid #00CDD5;
	color: #00CDD5;
	border-radius: 50vh;
	width: fit-content;
	font-size: 1.2rem;
	padding: 1px 9px;
}
#top_item .top_item-list ul li .txt h3 {
	font-weight: normal;
	margin: 10px 0;
}
#top_item .top_item-list ul li .txt p.price {
	font-size: 1.4rem;
}

@media screen and (max-width:896px) {
	#top_item .top_item-list ul {
		grid-template-columns: 1fr 1fr;
		gap: 35px 15px;
	}
}


/*------------------------------------------------------------
	トップーランキング
------------------------------------------------------------*/
#top_ranking {
	background-color: #EFF8F8;
}
#top_ranking .top_ranking-content {
	overflow: hidden;
}
#top_ranking .top_ranking-list {
	position: relative;
	overflow: visible;
}
#top_ranking .top_ranking-list ul {
	padding-bottom: 70px;
}
#top_ranking .top_ranking-list ul li {
	position: relative;
}
#top_ranking .top_ranking-list ul li .rank {
	position: absolute;
	top: 0;
	left: 17px;
	z-index: 10;
}
#top_ranking .top_ranking-list ul li .rank::before {
	content: "";
	background-color: #AAAAAA;
	border-radius: 50% 50% 50% 0;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: -1;
}
#top_ranking .top_ranking-list ul li:first-child .rank::before {
	background-color: #00CDD5;
}
#top_ranking .top_ranking-list ul li .rank p {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 1.3rem;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
}
#top_ranking .top_ranking-list ul li .rank p span {
	font-size: 2.0rem;
	line-height: 1.0;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', "Noto Sans", sans-serif;
}
#top_ranking .top_ranking-list ul li .img {
	margin-bottom: 15px;
}
#top_ranking .top_ranking-list ul li .img img {
	width: 100%;
}
#top_ranking .top_ranking-list ul li .txt p.cate {
	border: 1px solid #00CDD5;
	color: #00CDD5;
	border-radius: 50vh;
	width: fit-content;
	font-size: 1.2rem;
	padding: 1px 9px;
}
#top_ranking .top_ranking-list ul li .txt h3 {
	font-weight: normal;
	margin: 10px 0;
}
#top_ranking .top_ranking-list ul li .txt p.price {
	font-size: 1.4rem;
}
#top_ranking .top_ranking-list .swiper-scrollbar {
	background-color: #fff;
	height: 1px;
	width: 100%;
	left: 0;
	bottom: 0;
}
#top_ranking .top_ranking-list .swiper-scrollbar-drag {
	background-color: #00CDD5;
}
#top_ranking .top_ranking-list .swiper-button-prev, #top_ranking .top_ranking-list .swiper-button-next {
	display: none;
}

@media screen and (max-width:600px) {
	#top_ranking .top_ranking-list .swiper-button-prev, #top_ranking .top_ranking-list .swiper-button-next {
		display: block;
		color: #00CDD5;
	}
	#top_ranking .top_ranking-list .swiper-button-prev::after, #top_ranking .top_ranking-list .swiper-button-next::after {
		font-size: 25px;
	}
	#top_ranking .top_ranking-list .swiper-button-disabled {
		display: none;
	}
}


/*------------------------------------------------------------
	トップーバナー
------------------------------------------------------------*/
#top_banner {
	padding: 120px 0 45px;
}
#top_banner .top_banner-content {
	max-width: 805px;
	margin: 0 auto;
}
#top_banner .top_banner-item {
	margin-bottom: 50px;
}
#top_banner .top_banner-item:last-child {
	margin-bottom: 0;
}
#top_banner .top_banner-item img {
	width: 100%;
}


/*------------------------------------------------------------
	トップーブランド
------------------------------------------------------------*/
#top_brand .top_brand-list ul {
	display: flex;
	justify-content: center;
	gap: 10px;
}
#top_brand .top_brand-list ul li {
	max-width: 340px;
}
#top_brand .top_brand-list ul li a {
	border: 1px solid #404040;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#top_brand .top_brand-list ul li a .img, #top_brand .top_brand-list ul li a .img img {
	width: 100%;
}
#top_brand .top_brand-list ul li a .inner {
	padding: 25px 0;
}
#top_brand .top_brand-list ul li a .inner h3 {
	margin: 15px 0;
	display: grid;
	min-height: 39px;
	align-content: center;
}
@media screen and (max-width:896px) {
	#top_brand .top_brand-list ul {
		gap: 25px;
		flex-direction: column;
	}
	#top_brand .top_brand-list ul li {
		max-width: 100%;
	}
	
}


/*------------------------------------------------------------
	トップーコラム
------------------------------------------------------------*/
#top_column .top_column-list {
	margin-bottom: 80px;
}
#top_column .top_column-list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 13px;
}
#top_column .top_column-list ul li a {
	border: 1px solid #404040;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}
#top_column .top_column-list ul li a .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.665;
}
#top_column .top_column-list ul li a .txt {
	padding: 10px 15px 25px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#top_column .top_column-list ul li a .txt p.date {
	font-size: 1.3rem;
	color: #AAAAAA;
	margin-bottom: 5px;
}
#top_column .top_column-list ul li a .txt p.ttl {
	margin-bottom: 30px;
}
#top_column .top_column-list ul li a .txt p.more_txt {
	margin-top: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: "Outfit", sans-serif;
}
#top_column .top_column-list ul li a .txt p.more_txt::after {
	content: "";
	background: url(../img/arrow_icon_01.svg) no-repeat center;
	background-size: contain;
	width: 15px;
	height: 5px;
	display: block;
	filter: invert(1);
}

@media screen and (max-width:896px) {
	#top_column .top_column-list {
		margin-bottom: 60px;
	}
	#top_column .top_column-list ul {
		grid-template-columns: 1fr 1fr;
		gap: 13px;
	}
	#top_column .top_column-list ul li a .txt p.more_txt {
		flex-direction: column;
		gap: 5px;
	}
}


/*------------------------------------------------------------
	トップーニュース
------------------------------------------------------------*/
#top_news .top_news-list {
	margin-bottom: 60px;
}
#top_news .top_news-list ul li {
	position: relative;
}
#top_news .top_news-list ul li::after {
	content: "";
	background-image: linear-gradient(to right, #333 5px, transparent 5px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#top_news .top_news-list ul li .inner {
	padding: 20px 50px 20px 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 50px;
}
#top_news .top_news-list ul li .inner p.date {
	width: 75px;
	color: #AAAAAA;
	font-size: 1.3rem;
}
#top_news .top_news-list ul li .inner span {
	width: 15px;
	height: 5px;
	background: url(../img/arrow_icon_01.svg) no-repeat center;
	background-size: contain;
	filter: invert(1);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

@media screen and (max-width:896px) {
	#top_news .top_news-list ul li .inner {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}


/*------------------------------------------------------------
	トップーアバウト
------------------------------------------------------------*/
#top_about {
	overflow: hidden;
}
#top_about .top_about-item {
	margin: 0 calc(50% - 50vw);
	position: relative;
}
#top_about .top_about-img img {
	width: 100%;
}
#top_about .top_about-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1040px;
	width: 100%;
}
#top_about .top_about-inner {
	width: fit-content;
	margin-left: auto;
}
#top_about .top_about-txt h3 {
	margin-bottom: 20px;
}
#top_about .top_about-txt h3 img {
	width: clamp(143px, 35vw, 160px);
}
#top_about .top_about-txt p {
	color: #fff;
	margin-bottom: 1.5em;
}
#top_about .top_about-txt p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:896px) {
	#top_about .top_about-txt {
		top: 30%;
		width: 90%;
	}
	#top_about .top_about-inner {
		width: auto;
		margin-left: 0;
		text-align: center;
	}
	#top_about .top_about-txt h3 img {
		margin: 0 auto;
	}
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .footer_content {
	padding-bottom: 100px;
}
#footer .footer_logo {
	max-width: 133px;
	margin: 0 auto 40px;
}
#footer .footer_nav {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-bottom: 120px;
	gap: 40px;
}
#footer .footer_nav nav h3 {
	font-size: 2.0rem;
	font-weight: normal;
	color: #AAAAAA;
	margin-bottom: 20px;
	font-family: "Outfit", sans-serif;
}
#footer .footer_nav nav ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#footer .footer_nav nav ul li a {
	font-size: 1.4rem;
}
#footer .footer_sns {
	margin-bottom: 40px;
}
#footer .footer_sns ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}
#footer .footer_copy {
	text-align: center;
	font-size: 1.3rem;
}

@media screen and (max-width:896px) {
	#footer .footer_nav {
		grid-template-columns: repeat(2, 1fr);
		width: fit-content;
		margin: 0 auto 80px;
	}
}



/*------------------------------------------------------------
	下層ー商品詳細
------------------------------------------------------------*/
/* 既存CSS調整 */
.p-product_content {
	padding-bottom: 100px;
}

/* DETAIL */
#product_single #detail {
	overflow: hidden;
}
#product_single p {
	line-height: 2.0;
}
#product_single #detail .detail_fullimg {
	margin: 0 calc(50% - 50vw);
}
#product_single #detail .detail_txt {
	max-width: 800px;
	margin: 100px auto;
	text-align: center;
}
#product_single #detail .detail_txt h3 {
	font-size: clamp(2.8rem, 6vw, 4.5rem);
	color: #0D9196;
	margin-bottom: 25px;
}
#product_single #detail .detail_grid {
	display: grid;
	align-items: center;
	gap: 90px;
	margin-bottom: 50px;
}
#product_single #detail .detail_grid_02 {
	margin-bottom: 0;
}
#product_single #detail .detail_grid_01 {
	grid-template-columns: auto auto;
	margin-right: calc(50% - 50vw);
}
#product_single #detail .detail_grid_02 {
	grid-template-columns: auto auto;
	margin-left: calc(50% - 50vw);
}
#product_single #detail .detail_grid .txt {
	max-width: 350px;
}
#product_single #detail .detail_grid .txt h4 {
	font-size: clamp(2.4rem, 5vw, 4.0rem);
	color: #0D9196;
	margin-bottom: 20px;
}
#product_single #detail .detail_grid .img {
	width: 100%;
}
#product_single #detail .detail_fulltxt {
	position: relative;
	padding: 65px 0;
	margin: 100px 0 0;
	z-index: 0;
}
#product_single #detail .detail_fulltxt::before {
	content: "";
	background-color: #00CDD5;
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#product_single #detail .detail_fulltxt p {
	color: #fff;
}

@media screen and (max-width:896px) {
	#product_single #detail .detail_txt {
		margin: 50px auto;
	}
	#product_single #detail .detail_grid {
		display: flex;
		gap: 30px;
	}
	#product_single #detail .detail_grid_01 {
		flex-direction: column-reverse;
		margin-right: 0;
	}
	#product_single #detail .detail_grid_01 .img {
		margin-right: calc(50% - 50vw);
	}
	#product_single #detail .detail_grid_02 {
		flex-direction: column;
		margin-left: 0;
	}
	#product_single #detail .detail_grid_02 .img {
		margin-left: calc(50% - 50vw);
	}
	#product_single #detail .detail_grid .img {
		width: auto;
	}
}

/* POINT */
#product_single #point {
	background-color: #EFF8F8;
}
#product_single #point .point_content {
	padding: 100px 0;
}
#product_single #point .point_txt {
	max-width: 800px;
	margin: 0 auto;
}
#product_single #point .point_item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 75px;
	border-bottom: 1px solid #ADCFD0;
	padding: 90px 0;
}
#product_single #point .point_item:last-child {
	border-bottom: 0;
}
#product_single #point .point_item .txt > img {
	max-width: 166px;
}
#product_single #point .point_item .txt h3 {
	font-size: clamp(2.4rem, 5vw, 4.0rem);
	color: #0D9196;
	margin: 25px 0;
}

@media screen and (max-width:896px) {
	#product_single #point .point_content {
		padding: 50px 0;
	}
	#product_single #point .point_item {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 50px 0;
	}
}

/* VOICE */
#product_single #voice .voice_content {
	padding: 100px 0;
}
#product_single #voice .voice_txt {
	text-align: center;
	margin-bottom: 45px;
}
#product_single #voice .voice_txt img {
	max-width: 61px;
	margin: 0 auto;
}
#product_single #voice .voice_txt h3 {
	color: #0D9196;
	font-size: clamp(2.0rem, 5vw, 3.5rem);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#product_single #voice .voice_txt h3::before {
	content: "";
	height: 40px;
	width: 20px;
	border-left: 2px solid #0D9196;
	transform: rotate(-30deg);
	display: block;
}
#product_single #voice .voice_txt h3::after {
	content: "";
	height: 40px;
	width: 20px;
	border-right: 2px solid #0D9196;
	transform: rotate(30deg);
	display: block;
}
#product_single #voice .voice_list ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
#product_single #voice .voice_list ul li {
	border: 10px solid #EFEFEF;
	padding: 85px 55px;
}
#product_single #voice .voice_list ul li h4 {
	text-align: center;
	font-size: clamp(1.8rem, 4vw, 2.2rem);
	color: #0D9196;
	margin-bottom: 25px;
}
#product_single #voice .voice_list ul li p.name {
	margin-top: 40px;
	text-align: right;
	font-weight: bold;
}

@media screen and (max-width:896px) {
	#product_single #voice .voice_content {
		padding: 50px 0;
	}
	#product_single #voice .voice_list ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#product_single #voice .voice_list ul li {
		padding: 50px 30px;
	}
}

/* HOW */
#product_single #how {
	background-color: #EFF8F8;
}
#product_single #how .how_content {
	padding: 100px 0;
}
#product_single #how .how_list ul li {
	display: grid;
	grid-template-columns: auto 1fr;
	border-radius: 5px;
	overflow: hidden;
}
#product_single #how .how_list ul li .left {
	max-width: 400px;
	position: relative;
}
#product_single #how .how_list ul li .left p {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: #0D9196;
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 18px;
	font-family: "Outfit", sans-serif;
}
#product_single #how .how_list ul li .left p span {
	font-size: 3.6rem;
	line-height: 1.0;
}
#product_single #how .how_list ul li .right {
	background-color: #fff;
	display: grid;
	align-content: center;
	padding: 50px;
}
#product_single #how .how_list ul li.how_icon {
	padding: 40px 0;
	text-align: center;
	display: block;
}
#product_single #how .how_list ul li.how_icon img {
	max-width: 66px;
	margin: 0 auto;
}

@media screen and (max-width:896px) {
	#product_single #how .how_content {
		padding: 50px 0;
	}
	#product_single #how .how_list ul li {
		grid-template-columns: 1fr;
	}
	#product_single #how .how_list ul li .right {
		padding: 30px;
	}
}


/* REVIEW */
#review .review_content {
	padding: 100px 0;
}

@media screen and (max-width:896px) {
	#review .review_content {
		padding: 50px 0;
	}
}