/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/headspa-deepx/
Description: MYTREX HEAD SPA DEEP X
Version: 1.0
*/


#header {
	/*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
	/*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}

@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

main {
	height: 100%;
	/*min-height: 100vh;
   */
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8vw;
}

@media screen and (max-width: 767px) {
	.wrapper>main {
		margin-top: 20vw;
	}
}

@media screen and (min-width: 768px) {
	main {
		margin-top: 3vw !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10vw;
		margin: 0 auto;
	}
	.container:first-child {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10vw;
		margin: 0 auto;
	}
	.container:first-child {
        padding-top: 0;
    }
}

.fs {
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}

/* pagetop -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#pageTop2 {
		position: fixed;
/*
		bottom: 12vw;
		left: 2vw;
*/
		z-index: 10000;
	}
}

@media screen and (min-width: 768px) {
	#pageTop2 {
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 10000;
	}
}

#pageTop2 img {
	width: 100%;
}
#pageTop2 a {
	display: block;
	z-index: 999;
	padding: 8px 8px 8px 8px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	background-color: #231815;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop2 a:hover {
	text-decoration: none;
	background-color: #ffffff;
}

/* pagetop -------------------------------------------------------------- */
/*** menu sub ***/
@media screen and (max-width: 767px) {
	.menu_sp_list_logo {
		padding: 18px 0vw 18px 0vw;
		text-align: center;
		width: 100%;
		background: #ffffff;
		z-index: 999;
		position: fixed;
	}
	.menu_sub {
		background: #d9e5da;
		padding: 0.5vw 0.5vw;
		width: 100%;
		position: fixed;
		top: 11vw;
		z-index: 999;
	}
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 0.5vw 0.5vw;
		text-align: center;
	}
	.menu_sub_item_link {
		font-size: 3vw;
		font-weight: normal;
		letter-spacing: 0.1vw;
		line-height: 3vw;
		color: #b5b5b6;
		padding: 2.5vw 0.5vw;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	.menu_sub_item_link a {
		color: #231815;
		display: inline-block;
		list-style: none;
		padding: 0vw 3vw;
	}
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
	}
	#mt_pc_top_buy_cartin {
		position: fixed;
		bottom: 0px;
		right: 0px;
		background: #0000004f;
		padding: 4px 0px 0px;
	}
	.mt_pc_top_buy {
		padding: 0 12vw;
	}

	/* state */
	.menu_sub.is-fixed {
		width: 86%;
		position: absolute;
		top: 0;
		transition-duration: 0.2s;
	}
	.is-fixed .menu_sub_item_link {
		padding: 4vw 0.5vw;
	}
}

@media screen and (min-width: 768px) {
	.menu_sub {
		background: #d9e5da;
		padding: 0vw;
		position: fixed;
		z-index: 999;
		top: 7.02vw;
		width: 100%;
		height: 3vw;
	}
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 1.0vw 0.5vw;
		text-align: center;
	}
	.menu_sub_item_link {
		font-size: 0.75vw;
		font-weight: normal;
		letter-spacing: 0.08vw;
		line-height: 1vw;
		color: #b5b5b6;
		padding: 1.0vw 0vw;
		overflow-x: auto;
		white-space: nowrap;
	}
	.menu_sub_item_link::-webkit-scrollbar {
		display: none;
	}
	.menu_sub_item_link a {
		color: #231815;
	}
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
	}
	#mt_pc_top_buy_cartin {
		padding: 0;
	}
	.mt_pc_top_buy {
		padding: 0vw 0vw !important;
	}
}

/*** menu sub ***/
/*** section ***/
@media screen and (max-width: 767px) {
	#pd_c {
		padding: 0% 0 10%;
	}
	#pd_l {
		/* padding: 0 0 10%; */
		background: #f1f1f1;
	}
	#pd_l2 {
		padding: 10% 0 10%;
	}
	#pd_mv {
		background: #ffffff;
		z-index: 1;
		/* padding-top: 14vw; */
		/* margin-bottom: 15vw; */
	}
}

@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
	}
	#pd_l {
		padding: 5% 0 5%;
		background: #f5f5f5;
	}
	#pd_l2 {
		padding: 5% 0 5%;
	}
	#pd_mv {
		padding: 0% 0 0%;
		background: #ffffff;
		z-index: 1;
		/* padding-top: 8vw; */
	}
}

/*** section ***/
/*** b ***/
@media screen and (max-width: 767px) {
	.pd_b_sp {
		padding: 0vw;
	}
	.pd_b_pc {
		display: none;
	}
	.pd_b {
		width: 100%;
	}
	.pd_b img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.pd_b_sp {
		display: none;
	}
	.pd_b_pc {
		padding: 0vw;
	}
	.pd_b {
		width: 100%;
	}
	.pd_b img {
		width: 100%;
	}
}

/*** b ***/
/*** c ***/
@media screen and (max-width: 767px) {
	.pd_c_slider {
		padding: 0vw 4vw 4vw;
	}
	.pd_c_box {
		padding: 1vw 1vw;
	}
	.pd_c_ttl_sub {
		padding: 2vw 4vw 3vw;
		font-size: 3.3vw;
		line-height: 1.6;
		letter-spacing: .3vw;
	}
	.pd_c_ttl_sub2 {
		padding: 0 4vw;
		font-size: 5.3vw;
		line-height: 1;
		/* letter-spacing: .5vw; */
	}
	.pd_c_nm4 {
		padding: 2vw 0 5vw;
		font-size: 7.7vw;
		font-weight: 800;
		line-height: 11vw;
		letter-spacing: .3vw;
		border-bottom: 1px solid #000;
		margin: 4vw;
		transform: scale(1, 0.95);
	}
	.pd_c_nm4 sup {
		font-size: 4.5vw;
		vertical-align: top;
		/* font-weight: 100; */
		letter-spacing: -0.1em;
	}
	.pd_c_text {
		padding: 0 4vw 9vw;
		font-size: 3.3vw;
		line-height: 1.92;
		letter-spacing: 0.1em;
	}
/*
	.pd_c_text sup {
		display: inline-block;
		transform: scale(0.7);
	}
*/
	.pd_c_text small {
		text-align: left;
		display: block;
		font-size: 2vw;
		letter-spacing: 0.1vw;
		padding-top: 3vw;
	}
	.pd_c_price1 {
		padding: 0 4vw 3vw;
		font-size: 3.3vw;
		line-height: 1;
		letter-spacing: .1vw;
	}
	.pd_c_price2 {
		padding: 1vw 4vw 4vw;
		font-size: 10vw;
		font-weight: 800;
		line-height: 8vw;
		letter-spacing: 0vw;
	}
	.outofstock_blank {
		padding-bottom: 15% !important;
	}
	.pd_c_price2b {
		font-size: 2.5vw;
		line-height: 2.5vw;
		padding-left: 2vw;
	}
}

@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 8vw;
	}
	.pd_c_box {
		padding: 1vw 1vw;
	}
	.pd_c_ttl_sub {
		padding: 0vw 0vw 0vw;
		font-size: 0.9vw;
		letter-spacing: 0.09em;
	}
	.pd_c_ttl_sub2 {
		padding: 1vw 0vw 1vw;
		font-size: 1.4vw;
		letter-spacing: -0.01em;
	}
	.pd_c_nm4 {
		padding: 0vw 0vw 2vw;
		font-size: 2vw;
		font-weight: 800;
		line-height: 1.4;
		letter-spacing: 0.07em;
		border-bottom: 1px solid #3c3c3c;
		margin-bottom: 2vw;
	}
	.pd_c_nm4 sup {
		font-size: 1.3vw;
	}
	.pd_c_text {
		font-size: 0.9vw;
		line-height: 1.7;
		letter-spacing: .025em;
	}
	.pd_c_text small {
		padding: 1vw 0 0;
		font-size: .9vw;
		line-height: 1.5vw;
		letter-spacing: .05vw;
	}
	.pd_c_price1 {
		padding: 0;
		font-size: 1.3vw;
		line-height: 2vw;
		letter-spacing: .1vw;
	}
	.pd_c_price2 {
		padding: 0vw 0vw 0vw;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		letter-spacing: 0.1vw;
	}
	.pd_c_price2b {
		font-size: 1.2vw;
		line-height: 4vw;
	}
}

/*** c ***/

/*** l ***/
@media screen and (max-width: 767px) {
	.pd_l_area {
		padding: 4vw 4vw;
	}
	.pd_l_area_ttl {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 1.0vw;
		color: #231815;
		padding-bottom: 6vw;
		text-align: center;
	}
	.pd_l_box_are {
		padding: 0vw 0vw;
	}
	.pd_l_box_are2 {
		padding: 0vw 4vw;
	}
	.pd_l_box1 {
		padding: 4vw 23vw;
		text-align: center;
	}
	.pd_l_box2 {
		padding: 0vw 0vw 5vw;
	}
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw;
	}
	.pd_l_icon {
		padding: 0vw;
		width: 100%;
		line-height: 0;
	}
	.pd_l_icon img {
		width: 100%;
	}
	.pd_l_text {
		font-size: 3vw;
		line-height: 5.0vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 1.0vw 0.0vw;
		text-align: left;
	}
	.pd_l_ttl {
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 2vw 1.0vw;
		text-align: center;
	}
	.pd_l_area {
		padding: 10vw 0 12vw;
	}
	.pd_l_item_ttl {
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: left;
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.pd_l_area {
		padding: 4vw 0vw;
	}
	.pd_l_area_ttl {
		font-size: 1.8vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding-bottom: 1.5vw;
		text-align: center;
	}
	.pd_l_box_are {
		padding: 0vw 0vw;
	}
	.pd_l_box_are2 {
		padding: 0vw 0vw;
	}
	.pd_l_box1 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
	}
	.pd_l_box2 {
		float: left;
		width: 66%;
		padding: 0.5vw;
	}
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
	}
	.pd_l_icon {
		padding: 1vw 1vw 1vw 0vw;
		width: 100%;
		line-height: 0;
	}
	.pd_l_icon img {
		width: 100%;
	}
	.pd_l_text {
		font-size: 0.9vw;
		line-height: 2.4vw;
		letter-spacing: 0vw;
		color: #231815;
		padding: 1vw 0vw 1.0vw 1vw;
		text-align: left;
	}
	.pd_l_ttl {
		font-size: 1.0vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding: 0.5vw 1.0vw 0vw;
		text-align: center;
	}
	.pd_l_area {
		padding: 0 0vw 1vw;
	}
	.pd_l_item_ttl {
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: center;
	}
}

/*** l ***/
/*** btm ***/
#cartin_sp {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #d9e5dade;
	;
	padding: 0px 0px 0px;
	height: 10vw;
}

.mytrex_buy {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.mytrex_buy_item {
		float: left;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		color: #231815;
		padding: 1vw 3vw 1vw 3vw;
		letter-spacing: 0.1vw;
		min-width: 30vw;
	}
	.mytrex_buy {
		padding: 0 12vw;
	}
}

@media screen and (min-width: 768px) {
	.mytrex_buy {
		padding: 0 1vw;
	}
}

/*** btm ***/
/*** modal ***/
@media screen and (max-width: 767px) {
	#btn-close-modal {
		width: 23vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 3.5vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 1.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 3.5vw;
		margin: 0 auto 10vw;
	}
	.modal-content {
		width: 94%;
	}
}

@media screen and (min-width: 768px) {
	#btn-close-modal {
		width: 7vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 1vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 0.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 1vw;
		margin: 0 auto 5vw;
	}
	.modal-content {
		width: 80%;
	}
}

.modal-content {
	margin: 60px auto 80px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	background: rgba(255, 255, 255, 1);
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
}

/*** modal ***/
/*** modal e1 ***/
@media screen and (max-width: 767px) {
	#pd_md_1 {
		padding: 15% 0% 0%;
	}
}

@media screen and (min-width: 768px) {
	#pd_md_1 {
		padding: 8% 0%;
	}
	.support_product_qa_ttl {
		text-align: left !important;
	}
}

/*** modal e1 ***/
/*** modal e5 ***/
@media screen and (min-width: 768px) {
	.support_product_qa_ttl {
		text-align: left !important;
	}
}

/*** modal e5 ***/


/***          cmn          ***/
.pd_wrap {
	color: #1a1a1a;
}

@media screen and (max-width: 767px) {
	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1 {
		min-height: 0;
	}
	.full-width,
	.sp-full-width {
		display: block;
		margin: 0 calc(50% - 50vw);
	}
/*
	.pd_wrap img {
		width: 100%;
		display: block;
		vertical-align: bottom;
	}
*/
	.pd_b {
		margin-bottom: 13vw;
	}
	.pdct_n_a_sp_sub {
		text-align: center;
		font-size: 8.0vw;
		font-weight: bold;
		letter-spacing: 0.15em;
		margin-bottom: 6.5vw;
	}
	.pdct_n_a_sp_sub sup {
		font-size: 1.7vw;
		vertical-align: top;
	}
	.pdct_n_a_sp_sub1 {
		text-align: center;
		font-size: 5.3vw;
		letter-spacing: 0.21em;
		line-height: 1.45;
		margin-bottom: 4vw;
	}
	.pdct_n_a_sp_ttl {
		text-align: center;
		font-size: 6.4vw;
		/* letter-spacing: 0.08em; */
		margin-bottom: 5vw;
		font-weight: 700;
		transform: scale(1, 0.9);
	}
	.pdct_n_a_sp_ttl sup {
		vertical-align: sub;
	}
	.pdct_n_a_sp_ttl2 {
		padding: 0 0 10vw;
		color: #3f3d3e;
		font-size: 4vw;
		font-weight: 400;
		line-height: 4vw;
		letter-spacing: .5vw;
		text-align: center;
	}
	.pdct_n_a_sp_ttl3 {
		padding: 0 1vw 3vw;
		color: #3f3d3e;
		font-size: 2.5vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: .1vw;
		text-align: center;
	}
	.pdct_n_a_sp_img{
		padding: 0vw 10vw 8vw;
	}
	.pdct_n_a_sp_img img{
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
/*
	.pd_wrap img {
		width: 100%;
		display: block;
		vertical-align: bottom;
	}
*/
	.full-width {
		display: block;
		margin: 0 calc(50% - 50vw);
	}
}

/***          cmn          ***/
.pd_wrap {
	color: #323232;
}

@media screen and (max-width: 767px) {
	.sp_column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	#pd_o {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.pd_o_area_ttl {
		text-align: center;
		font-size: 5.0vw;
		letter-spacing: 0.18em;
		margin-bottom: 8.5vw;
	}
}

@media screen and (min-width: 768px) {
	#pd_o {
		padding-top: 6.5vw;
		padding-bottom: 4.5vw;
	}
	.pd_o_area_ttl {
		text-align: center;
		font-size: 1.7vw;
		letter-spacing: 0.15em;
		margin-bottom: 3vw;
	}
}

/* 追加２ */
@media screen and (min-width: 768px) {
	.pd_c_price_ev {
		padding-top: 3vw;
		/* width: 23vw; */
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.pd_c_price_ev {
		padding-left: 4%;
		padding-right: 4%;
	}
	.cart_ev {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 3;
	}
	.cart_ev img {
		display: block;
		width: 100%;
		vertical-align: bottom;
	}
	#pageTop2 {
		bottom: 20vw;
	}
}

/* 事前予約 */
@media screen and (min-width: 768px) {
	.advance_form {
		padding-top: 2vw;
	}
	.advance_day {
		font-size: 1.5vw;
		margin-bottom: 1vw;
	}
	.advance_page a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 3.85vw;
		background-color: #222;
		color: #fff;
		font-size: 1.5vw;
		transition: all 0.3s;
	}
	.advance_page a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.advance_form {
		padding: 3vw 3vw 0;
	}
	.advance_day {
		font-size: 4.0vw;
		margin-bottom: 2vw;
	}
	.advance_page a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 12.85vw;
		background-color: #222;
		color: #fff;
		font-size: 4.0vw;
		transition: all 0.3s;
	}
	.advance_page a:hover {
		opacity: 0.7;
	}
}

/* 返品保証 */
.pd_t_sup_box2_ttl {
	color: #c3996d;
}
.pd_t_sup_ttl:before,
.pd_t_sup_ttl:after {
	background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
	}
}

@media screen and (min-width: 768px) {
	#pd_t {
		background: #f5f5f5;
	}
}

/***          o          ***/
.pd_o_related_box .splide__arrows {
	display: none;
}
.pd_o_related_box #splide02-list {
	justify-content: center;
}
@media screen and (max-width: 767px) {
.pd_o_ttl_related{
font-size: 4vw;
line-height: 6vw;
letter-spacing: .5vw;
font-weight: bold;
color: #231815;
padding-bottom: 1vw;
text-align: center;
}
.pd_o_mid_ttl_related{
font-size: 3vw;
line-height: 6vw;
letter-spacing: .5vw;
text-align: center;
padding-bottom: 5vw;
}
.pd_o_related_flex{
width: 100%;
padding: 0 4vw;
}
.pd_o_related_flex_inner{
width: 100%;
}
.pd_o_related_flex2{
width: 100%;
padding: 4vw 4vw 0;
}
.pd_o_related_box{
width: 100%;
display: flex;
}
.pd_o_related_box_1{
/* width: 42%; */
width: 35vw;
}
.pd_o_related_box_1 img{
width: 100%;
}
.pd_o_related_box_2{
/* width: calc(58% - 5vw); */
width: 50vw;
margin-left: 5vw;
}
.pd_o_related_box_2_ttl{
font-size: 3.3vw;
line-height: 1.4;
font-weight: bold;
padding-bottom: 2.5vw;
}
.pd_o_related_box_3_ttl {
	font-size: 2.66vw;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-bottom: 1.5vw;
}
.pd_o_related_box_2_txt{
font-size: 1.8vw;
line-height: 1.5;
color: #231815;
padding-bottom: 3vw;
}
.pd_o_related_com{
font-size: 2.6vw;
line-height: 4vw;
letter-spacing: 0.05vw;
text-align: center;
padding: 9.4vw 4vw 0;
}
.pd_o_related_buy{
width: 100%;
}
.pd_o_related_buy_sell{
font-size: 2.6vw;
padding-bottom: 1vw;
}
.pd_o_related_buy_price{
font-size: 6.8vw;
font-weight: bold;
padding-bottom: 3vw;
}
.pd_o_related_buy_tax{
font-size: 2.6vw;
}
.pd_o_related_box .gallery02 .splide__track--nav>.splide__list>.splide__slide {
width: 14vw !important;
height: 100% !important;
}
.pd_o_related_box .gallery03 .splide__track--nav>.splide__list>.splide__slide {
width: 14vw !important;
height: 100% !important;
}
.fs_cart_add form span {
font-size: 2.6vw;
}
}
@media screen and (min-width: 768px) {
.pd_o_ttl_related{
font-size: 1.6vw;
font-weight: bold;
line-height: 1.6vw;
letter-spacing: .4vw;
color: #231815;
padding-bottom: 1vw;
text-align: center;
}
.pd_o_mid_ttl_related{
font-size: 1.05vw;
letter-spacing: 0.2vw;
text-align: center;
padding-bottom: 5vw;
}
.pd_o_related_flex{
width: 100%;
display: flex;
justify-content: center;
}
.pd_o_related_flex_inner{
width: 35vw;
}
.pd_o_related_flex_inner:last-of-type{
margin-left: 3vw;
}
.pd_o_related_flex2{
padding-top: 5vw;
width: 100%;
display: flex;
justify-content: center;
}
.pd_o_related_box{
width: 100%;
display: flex;
}
.pd_o_related_box_1{
width: 40%;
width: 10vw;
}
.pd_o_related_box_1 img{
width: 100%;
}
.pd_o_related_box_2{
width: calc(60% - 2vw);
width: 23vw;
margin-left: 2vw;
}
.pd_o_related_box_2_ttl{
font-size: 1.0vw;
line-height: 1.5;
font-weight: bold;
margin-bottom: 0.5vw;
}
.pd_o_related_box_2_ttl small {
font-weight: normal;
font-size: 0.78vw;
}
.pd_o_related_box_3_ttl {
	font-size: 0.93vw;
	letter-spacing: 0.09em;
	line-height: 1.5;
	margin-bottom: 0.5vw;
}
.pd_o_related_box_2_txt{
font-size: 0.625vw;
line-height: 1.5;
letter-spacing: -0.07em;
color: #231815;
padding-bottom: 1vw;
}
.pd_o_related_com{
font-size: 0.7vw;
line-height: 1.4vw;
letter-spacing: 0.05vw;
text-align: center;
padding-top: 2.5vw;
}
.pd_o_related_buy{
width: 100%;
}
.pd_o_related_buy_sell{
font-size: 0.8vw;
padding-bottom: 1vw;
}
.pd_o_related_buy_price{
font-size: 2.2vw;
font-weight: bold;
/* padding-bottom: 1.4vw; */
}
.pd_o_related_buy_tax{
font-size: 0.8vw;
}
.fs_cart_add form span {
font-size: .8vw;
line-height: 1.6vw;
letter-spacing: .07em;
}
.pd_o_related_box .gallery02 .splide__track--nav>.splide__list>.splide__slide {
width: 4vw !important;
}
.pd_o_related_box .gallery03 .splide__track--nav>.splide__list>.splide__slide {
width: 4vw !important;
}
}
/***          o          ***/

@media screen and (max-width: 767px) {
	.pd_c_text_s2 {
		padding: 3vw 0vw 0vw;
		font-size: 2.3vw;
	}
}
@media screen and (min-width: 768px) {
	.pd_c_text_s2 {
		padding: 1vw 0vw 0vw;
		font-size: 0.7vw;
	}
	
	#pd_review {
		margin-bottom: 13vw;
	}
}



/* REBIVE SEAT
====================================*/
img,
video{
    width: 100%;
}
main h1{
    text-align: left;
}
@media screen and (min-width: 768px){
    .pd_c_ttl_sub{
        font-size: 1.3vw;
        font-feature-settings: 'palt';
    }
    .pd_c_ttl_sub2 {
        padding: 1.5vw 0 1vw;
        font-size: 2.7vw;
        letter-spacing: 0;
    }
    .pd_c_ttl_sub2 sup {
        font-size: 1.7vw;
    }
    .pd_c_nm4 {
        padding: 0 0 1vw;
        font-size: 2.7vw;
        letter-spacing: .1vw;
        margin-bottom: 1.5vw;
    }
    .pd_c_text {
        font-size: 1.3vw;
        line-height: 1.6;
        font-feature-settings: 'palt';
        letter-spacing: .025em;
        margin-bottom: 2vw;
    }
    .pd_bnr_authority2 {
        column-gap: 10vw;
    }
    .pd_award {
        width: 14vw;
    }
    .pd_authority {
        width: 50vw;
    }
    .pd_badge {
        flex-direction: column;
        align-items: center;
        row-gap: 3vw;
        margin-bottom: 0;
    }
    .pd_badge_num {
        width: 26vw;
    }
    .pd_badge_rank {
        width: 100%;
    }
    .rbs_a_box {
        background: #191919;
        padding: 3.5vw 14vw 3vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.5vw;
    }
    .rbs_a_box_vd iframe{
		height: 41vw;
		width: 100vw !important;
    }
    .rbs_a_box1 {
        display: flex;
        align-items: center;
        gap: 1.5vw;
        color: #fff;
    }
    .rbs_a_box1a {
        font-size: 2vw;
        letter-spacing: .15vw;
    }
    .rbs_a_box1b {
        font-size: 1.2vw;
        border: 1px solid #565656;
        padding: .3vw .8vw;
    }
    .rbs_b_box {
        padding: 6vw 14vw;
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .rbs_b_box1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1vw;
        font-feature-settings: 'palt';
    }
    .rbs_b_box1a {
        font-size: 1.7vw;
        letter-spacing: .15vw;
    }
    .rbs_b_box1b {
        font-size: 2.8vw;
        letter-spacing: .1vw;
    }
    .rbs_b_box1b span {
        color: #eb7400;
    }
    .rbs_b_box2 {
        display: flex;
    }
    .rbs_b_box2a,
    .rbs_b_box2b{
        width: 50%;
    }
    .rbs_b_box2b {
        background: #191919;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        color: #fff;
        padding: 0 5.5vw;
    }
    .rbs_b_box2b_1 {
        font-size: 1.3vw;
        font-feature-settings: 'palt';
        letter-spacing: .05vw;
        margin-bottom: .5vw;
    }
    .rbs_b_box2b_2 {
        font-size: 2.2vw;
        letter-spacing: .1vw;
        white-space: nowrap;
        margin-bottom: .6vw;
    }
    .rbs_b_box2b_2 span {
        background: #e96815;
        padding: .3vw 1.2vw;
    }
    .rbs_b_box2b_3 {
        width: 100%;
        font-size: 1.3vw;
        text-align: center;
        font-feature-settings: 'palt';
        letter-spacing: .3vw;
        background: #000;
        padding: 1vw 0;
        margin-bottom: .5vw;
    }
    .rbs_b_box2b_3 span {
        font-size: 1vw;
        letter-spacing: .05vw;
        margin-left: .7vw;
    }
    .rbs_b_box2b_4 {
        font-size: 1.5vw;
        padding: 0 5vw;
        margin-bottom: .5vw;
        position: relative;
    }
    .rbs_b_box2b_4::before,
    .rbs_b_box2b_4::after{
        display: block;
        content: '';
        height: .3vw;
        width: 4vw;
        border-top: 1px solid;
        border-bottom: 1px solid;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .rbs_b_box2b_4::before{
        left: 0;
    }
    .rbs_b_box2b_4::after{
        right: 0;
    }
    .rbs_b_box2b_5 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1vw;
    }
    .rbs_b_box2b_5 li {
        width: 100%;
        font-size: 1.9vw;
        background: linear-gradient(270deg, rgba(152, 117, 82, 1) 0%, rgba(171, 142, 113, 1) 100%);
        padding: 1vw 0;
        text-align: center;
    }
    .rbs_b_box2b_5 li:nth-child(4),
    .rbs_b_box2b_5 li:last-child{
        width: 48%;
    }
    .rbs_b_box2b_6 {
        font-size: .7vw;
        font-feature-settings: 'palt';
        letter-spacing: .05vw;
        line-height: 1.4;
    }
    .rbs_c_box {
        background: #f4f5f7;
        padding: 0 7vw;
    }
    .rbs_c_box1 {
        background: #fff;
        padding: 5vw 11vw;
    }
    .rbs_c_box1a {
        font-size: 2.3vw;
        font-weight: bold;
        letter-spacing: .1vw;
        text-align: center;
        margin-bottom: 2.5vw;
    }
    .rbs_c_box1b {
        display: flex;
        justify-content: space-between;
        gap: 3vw;
    }
    .rbs_c_box1b_1 {
        width: 46%;
    }
    .rbs_c_box1b_1 img {
        width: 100%;
    }
    .rbs_c_box1b_2 {
        width: 54%;
        display: flex;
        flex-direction: column;
        gap: 1vw;
        position: relative;
    }
    .rbs_c_box1b_2a {
        font-size: 1.4vw;
        font-weight: bold;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        line-height: 1.3;
    }
    .rbs_c_box1b_2b {
        font-size: 1vw;
        font-feature-settings: 'palt';
        text-align: justify;
        line-height: 1.5;
    }
    .rbs_c_box1b_2b span{
        font-weight: bold;
    }
    .rbs_c_box1b_2c {
        font-size: .7vw;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .rbs_d_box {
        padding: 7vw 7vw 9vw;
    }
    .rbs_d_box1 {
        background: url(img/product/rbs/rbs_d_bg_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4vw;
        color: #fff;
        padding: 8vw 0;
    }
    .rbs_d_box1a {
        font-size: 2.2vw;
    }
    .rbs_d_box1b {
        font-size: 1.4vw;
        line-height: 2.5;
    }
    .rbs_d_box1b span {
        font-weight: bold;
        position: relative;
        z-index: 1;
    }
    .rbs_d_box1b span::after {
        display: block;
        content: '';
        height: 1vw;
        border-bottom: .3vw solid #d56118;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
    .rbs_d_box1b span:first-child::after {
        width: 11.3vw;
    }
    .rbs_d_box1b span:nth-child(3)::after {
        width: 7vw;
    }
    .rbs_d_box1b span:nth-child(5)::after,
    .rbs_d_box1b span:last-child::after {
        width: 12.5vw;
    }
    .rbs_e_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .rbs_e_box1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.2vw;
        margin-bottom: 1.8vw;
    }
    .rbs_e_box1a {
        font-size: 1.3vw;
        font-feature-settings: 'palt';
        letter-spacing: .05vw;
    }
    .rbs_e_box1b {
        font-size: 2.4vw;
        font-weight: bold;
        letter-spacing: .2vw;
    }
    .rbs_e_box2 {
        width: 100%;
        background: url(img/product/rbs/rbs_e_bg_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 10vw 10vw 36vw;
        color: #fff;
        font-feature-settings: 'palt';
        text-shadow: 1px 1px 10px #666;
    }
    .rbs_e_box2a {
        font-size: 1.6vw;
        letter-spacing: .05vw;
        margin-bottom: 1.5vw;
    }
    .rbs_e_box2b {
        font-size: 3.8vw;
        font-weight: bold;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
    }
    .rbs_e_box2b span {
        font-weight: normal;
        font-size: 3.5vw;
    }
    .rbs_e_box3 {
        width: 100%;
        padding: 3.5vw 10vw 8vw;
        display: flex;
        justify-content: center;
        gap: 3vw;
    }
    .rbs_e_box3a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .rbs_e_box3a_1 {
        font-size: 2vw;
        font-weight: bold;
        letter-spacing: .05vw;
        line-height: 1.4;
    }
    .rbs_e_box3a_2 {
        font-size: 1.3vw;
        line-height: 1.8;
    }
    .rbs_e_box3a_2 span {
        font-weight: bold;
    }
    .rbs_e_box3a_2 span:last-child {
        border-bottom: 1px solid;
    }
    .rbs_e_box3b {
        width: 50%;
    }
    .rbs_f_box1 {
        text-align: center;
        font-size: 1.5vw;
        letter-spacing: .05vw;
        background: #2f2f2f;
        color: #fff;
        padding: 1.1vw;
    }
    .rbs_f_box1 span {
        color: #ea6715;
    }
    .rbs_f_box2 {
        padding: 4vw 14vw 6vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5vw;
    }
    .rbs_f_bg {
        background: #f4f5f7;
    }
    .rbs_f_box2a {
        font-size: 1.5vw;
        letter-spacing: .1vw;
        color: #ea6717;
        font-weight: bold;
        padding: 0 2.5vw;
        position: relative;
    }
    .rbs_f_box2a::before,
    .rbs_f_box2a::after{
        display: inline-block;
        content: '';
        height: 1.5px;
        width: 1.8vw;
        background: #ea6717;
        position: absolute;
        top: 50%;
    }
    .rbs_f_box2a::before{
        left: 0;
    }
    .rbs_f_box2a::after{
        right: 0;
    }
    .rbs_f_box2b {
        font-size: 1.4vw;
    }
    .rbs_f_box2c {
        font-size: 3.3vw;
        font-weight: bold;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
    }
    .rbs_f_box2d_1 {
        display: flex;
    }
    .rbs_f_box2d_1a,
    .rbs_f_box2d_1 > video {
        width: 55%;
    }
    .rbs_f_box2d_1b {
        width: 45%;
        background: #fff;
        padding: 0 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1vw;
    }
    .rbs_f_box2d_1b_1 {
        font-size: 1.05vw;
        text-align: center;
        line-height: 1.7;
    }
    .rbs_f_box2d_2 {
        background: #302c2d;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.3vw 0;
    }
    .rbs_f_box2d_2a {
        font-size: 1vw;
        text-align: center;
        line-height: 1.7;
        color: #fff;
        padding-right: 4vw;
    }
    .rbs_f_box2d_2b {
        width: 14vw;
    }
    .rbs_f_box3 {
        padding: 5.5vw 14vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5vw;
    }
    .rbs_f_box3a {
        display: flex;
        align-items: center;
        gap: 1.8vw;
    }
    .rbs_f_box3a_1 {
        width: 57%;
    }
    .rbs_f_box3a_2 {
        width: 43%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1vw;
    }
    .rbs_f_box3a_2a {
        font-size: 1.05vw;
        text-align: center;
        line-height: 1.7;
    }
    .rbs_f_box2:last-child .rbs_f_box2d_1b img {
        width: 21vw;
    }
    .rbs_f_box2d_2c {
        color: #fff;
        font-size: 1vw;
        line-height: 1.7;
        padding-right: 1.5vw;
    }
    .rbs_f_box2d_2d {
        width: 13vw;
    }
    .rbs_f_box2d_2e {
        color: #fff;
        padding-left: 1.3vw;
    }
    .rbs_f_box2d_2e_1 {
        font-size: .9vw;
        line-height: 1.4;
        padding-bottom: .5vw;
        border-bottom: 1px solid #979596;
        margin-bottom: .5vw;
    }
    .rbs_f_box2d_2e_2 {
        font-size: .9vw;
        line-height: 1.4;
    }
    .rbs_g_bg {
        height: 44vw;
        width: 100%;
        background: url(img/product/rbs/rbs_g_bg_pc.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .rbs_g_box1 {
        position: absolute;
        top: 27%;
        right: 9%;
    }
    .rbs_g_box1a_1 {
        display: flex;
        align-items: flex-end;
        font-size: 1.3vw;
        font-weight: bold;
    }
    .rbs_g_box1a_1 img {
        width: 2vw;
    }
    .rbs_g_box1a {
        display: flex;
        gap: 1.5vw;
        margin-bottom: 3vw;
    }
    .rbs_g_box1b {
        font-size: 3.7vw;
        font-weight: bold;
        line-height: 1.3;
    }
    .rbs_g_box2 {
        padding: 7vw 14vw 6vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2vw;
    }
    .rbs_g_box2a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.3vw;
    }
    .rbs_g_box2a_1 {
        font-size: 1.4vw;
    }
    .rbs_g_box2a_2 {
        font-size: 2.3vw;
        font-weight: bold;
    }
    .rbs_g_box2b {
        display: flex;
        gap: 1.2vw;
    }
    .rbs_g_box2b_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1vw;
    }
    .rbs_g_box2b_1b {
        font-size: 1.2vw;
        line-height: 1.4;
        text-align: center;
    }
    .rbs_g_box2b_1c {
        font-size: .9vw;
    }
    .rbs_g_box3 {
        padding: 5vw 23vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5vw;
    }
    .rbs_g_box3a {
        font-size: 2.3vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        font-weight: bold;
    }
    .rbs_g_box3b {
        font-size: 1.2vw;
        text-align: center;
        line-height: 1.7;
    }
    .rbs_g_box3c {
        display: flex;
        gap: 1.5vw;
    }
    .rbs_g_box4 {
        padding: 6vw 14vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2vw;
    }
    .rbs_g_box4a {
        font-size: 1.5vw;
        font-weight: bold;
    }
    .rbs_g_box5 {
        padding: 5vw 24vw 5vw 20vw;
        display: flex;
        align-items: center;
        gap: 6vw;
    }
    .rbs_g_box5a {
        width: 27%;
        font-size: 2.4vw;
        font-weight: bold;
        letter-spacing: .5vw;
        padding: .5vw 2vw;
        white-space: nowrap;
        position: relative;
    }
    .rbs_g_box5a::before,
    .rbs_g_box5a::after {
        display: inline-block;
        content: '';
        height: 3.5vw;
        width: .8vw;
        border-top: 1px solid;
        border-bottom: 1px solid;
        position: absolute;
        top: 0;   
    }
    .rbs_g_box5a::before{
        border-left: 1px solid;
        left: 0;
    }
    .rbs_g_box5a::after{
        border-right: 1px solid;
        right: 0;
    }
    .rbs_g_box6 {
        padding: 5vw 22vw 5vw 20vw;
        display: flex;
        align-items: center;
        gap: 4vw;
    }
    .rbs_g_box6a {
        width: 37%;
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    .rbs_g_box6a .rbs_g_box5a {
        width: fit-content;
        font-feature-settings: 'palt';
        letter-spacing: .3vw;
        padding: .5vw 1.3vw;
    }
    .rbs_g_box6a_1 {
        font-size: 1.2vw;
        line-height: 1.7;
        white-space: nowrap;
    }
    .rbs_g_box6b {
        width: 63%;
    }
    
    /* SUPPORT */
    #pd_t_30day{
        margin-top: 0!important;
        margin-bottom: 0;
    }
    #pd_l{
        background: #fff;
    }
    .pd_l_box1 {
        width: 30%;
        padding: 0 2vw;
    }
    .pd_l_box2{
        width: 70%;
    }
    .pd_l_text{
        line-height: 1.8vw;
        padding: 2vw 0 2vw 1vw;
    }
    .pd_l_box3{
        padding: 0 2.5vw;
    }
}

@media screen and (max-width:767px){
    .pd_b {
        margin-bottom: 4vw;
    }
    .pdct_n_a_sp_sub1 {
        font-size: 5.7vw;
        font-feature-settings: 'palt';
        letter-spacing: .6vw;
    }
    .pdct_n_a_sp_sub1 sup {
        font-size: 2vw;
        vertical-align: super;
    }
    .pdct_n_a_sp_ttl {
        letter-spacing: 0.2vw;
        margin-bottom: 3vw;
    }
    .pdct_n_a_sp_ttl2 {
        font-size: 3vw;
        letter-spacing: .1vw;
    }
    .pdct_n_a_sp_ttl2 sup {
        font-size: 3.3vw;
        vertical-align: -webkit-baseline-middle;
    }
    .pd_c_ttl_sub {
        padding: 2vw 4vw;
        font-feature-settings: 'palt';
        font-size: 3.4vw;
    }
    .pd_c_ttl_sub2{
        font-size: 5.6vw;
    }
    .pd_c_ttl_sub2 sup {
        font-size: 3.5vw;
    }
    .pd_c_nm4{
        padding: 0 0 4vw;
        font-weight: 600;
        letter-spacing: .2vw;
        border-bottom: 1px solid #b1b1b1;
    }
    .pd_c_text {
        padding: 0 4vw 9vw;
        font-size: 3.6vw;
        line-height: 1.6;
        font-feature-settings: 'palt';
        letter-spacing: .05vw;
    }
    .pd_c_text_s {
        font-family: sans-serif;
        font-size: 2vw;
        padding: 2vw 0;
    }
    /* AWARD */
    .pd_bnr_authority2 {
        padding: 4vw 0 20vw;
    }
    .pd_award {
        width: 46vw;
        margin-bottom: 3vw;
    }
    .pd_badge {
        row-gap: 6vw;
        width: 85vw;
        margin-bottom: 0;
    }
    .pd_badge_num{
        padding: 0 8vw 6vw;
        border-bottom: 1px solid #979797;
    }
    .pd_badge_rank {
        padding: 0 5vw;
    }
    /* CONTENT */
    .rbs_a_box1 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2vw;
        padding: 3vw 0;
    }
    .rbs_a_box_vd iframe{
		height: 151.0vw;
		width: 100% !important;
    }
    .rbs_a_box1a {
        font-size: 3.8vw;
        letter-spacing: .4vw;
    }
    .rbs_a_box1b {
        font-size: 2.4vw;
        padding: .5vw 1.3vw;
        border: .5px solid #cacaca;
    }
    .rbs_b_box2b {
        background: #191919;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3vw;
        color: #fff;
        padding: 10vw 14vw;
    }
    .rbs_b_box2b_1 {
        font-size: 3.5vw;
        font-feature-settings: 'palt';
        letter-spacing: .3vw;
        white-space: nowrap;
        margin-bottom: 2.5vw;
    }
    .rbs_b_box2b_2 {
        font-size: 6vw;
        letter-spacing: 1vw;
        white-space: nowrap;
        margin-bottom: 3vw;
    }
    .rbs_b_box2b_2 span {
        background: #e96815;
        padding: 0 2vw 0 3vw;
        margin-right: 2vw;
        border-radius: 2px;
    }
    .rbs_b_box2b_3 {
        width: 100%;
        font-size: 3.2vw;
        text-align: center;
        font-feature-settings: 'palt';
        letter-spacing: .5vw;
        background: #000;
        padding: 2.5vw 0 3vw;
        margin-bottom: 2vw;
    }
    .rbs_b_box2b_3 span {
        font-size: 2.7vw;
        letter-spacing: .1vw;
        margin-left: 1.5vw;
    }
    .rbs_b_box2b_4 {
        width: 100%;
        text-align: center;
        font-size: 4vw;
        letter-spacing: .3vw;
        padding: 0;
        margin-bottom: 1vw;
        position: relative;
    }
    .rbs_b_box2b_4::before, 
    .rbs_b_box2b_4::after {
        display: block;
        content: '';
        height: 1vw;
        width: 14vw;
        border-top: .8px solid;
        border-bottom: .8px solid;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .rbs_b_box2b_4::before {
        left: 0;
    }
    .rbs_b_box2b_4::after {
        right: 0;
    }
    .rbs_b_box2b_5 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 2.3vw;
    }
    .rbs_b_box2b_5 li {
        width: 100%;
        font-size: 5vw;
        letter-spacing: .8vw;
        background: linear-gradient(90deg, rgba(165, 132, 101, 1) 0%, rgba(156, 121, 89, 1) 35%, rgba(152, 118, 83, 1) 100%);
        border-radius: 2px;
        padding: 3.2vw 0;
        text-align: center;
    }
    .rbs_b_box2b_5 li:nth-child(4), .rbs_b_box2b_5 li:last-child {
        width: 48.4%;
    }
    .rbs_b_box2b_6 {
        font-size: 2.3vw;
        line-height: 1.5;
    }
    .rbs_c_box1 {
        padding: 17vw 7vw;
    }
    .rbs_c_box1a {
        font-size: 4.7vw;
        text-align: center;
        letter-spacing: .3vw;
        margin-bottom: 3vw;
    }
    .rbs_c_box1b_2 {
        padding: 3vw;
        position: relative;
    }
    .rbs_c_box1b_2a {
        font-size: 4vw;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 2.5vw;
    }
    .rbs_c_box1b_2b {
        font-size: 2.8vw;
        line-height: 1.7;
        text-align: justify;
    }
    .rbs_c_box1b_2b span {
        font-weight: 500;
    }
    .rbs_c_box1b_2b img {
        width: 39vw;
        float: left;
        padding: 1vw 3vw 0 0;
    }
    .rbs_c_box1b_2c {
        font-size: 1.8vw;
        position: absolute;
        bottom: 4vw;
        right: 4vw;
    }
    .rbs_d_box1 {
        background: #f4f5f7;
        padding: 13vw 6vw 0;
    }
    .rbs_d_box1a {
        text-align: center;
        font-size: 4.4vw;
        letter-spacing: .1vw;
        margin-bottom: 4vw;
    }
    .rbs_d_box1b {
        background: url(img/product/rbs/rbs_d_bg_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 69vw;
        padding: 16vw 0 0 7vw;
        color: #fff;
        font-size: 3.5vw;
        letter-spacing: .2vw;
        line-height: 2.5;
    }
    .rbs_d_box1b span {
        font-weight: 500;
        position: relative;
        z-index: 1;
    }
    .rbs_d_box1b span::after {
        display: block;
        content: '';
        height: 1vw;
        border-bottom: .7vw solid #d56118;
        position: absolute;
        bottom: .6vw;
        right: 0;
        z-index: -1;
    }
    .rbs_d_box1b span:first-child::after {
        width: 30vw;
    }
    .rbs_d_box1b span:nth-child(3)::after {
        width: 19vw;
    }
    .rbs_d_box1b span:nth-child(5)::after, .rbs_d_box1b span:last-child::after {
        width: 33vw;
    }
    .rbs_e_box1 {
        background: #f4f5f7;
        padding: 4vw 0 11vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
        position: relative;
    }
    .rbs_e_box1::after {
        display: block;
        content: '';
        border: 3vw solid transparent;
        border-top: 3vw solid #f4f5f7;
        position: absolute;
        bottom: -5.8vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .rbs_e_box1a {
        font-size: 3.4vw;
    }
    .rbs_e_box1b {
        font-size: 5.6vw;
        letter-spacing: .5vw;
    }
    .rbs_e_box2 {
        background: url(img/product/rbs/rbs_e_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 119vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 13vw 0 0;
        gap: 3vw;
        color: #fff;
    }
    .rbs_e_box2a {
        font-size: 3.3vw;
        letter-spacing: .2vw;
    }
    .rbs_e_box2b {
        font-size: 7.4vw;
        letter-spacing: .5vw;
        display: flex;
        align-items: center;
    }
    .rbs_e_box2b span {
        font-size: 6vw;
    }
    .rbs_e_box3 {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 11vw 14vw;
        position: relative;
    }
    .rbs_e_box3b {
        width: 87%;
        position: absolute;
        top: -6vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .rbs_e_box3a {
        padding-top: 41vw;
    }
    .rbs_e_box3a_1 {
        font-size: 5.3vw;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: .4vw;
        margin-bottom: 5vw;
    }
    .rbs_e_box3a_2 {
        font-size: 3.6vw;
        line-height: 1.8;
    }
    .rbs_e_box3a_2 span {
        font-weight: 500;
    }
    .rbs_e_box3a_2 span:last-child {
        border-bottom: 1px solid;
    }
    .rbs_f_box1 {
        text-align: center;
        font-size: 3.8vw;
        font-weight: 200;
        letter-spacing: .2vw;
        background: #2f2f2f;
        color: #fff;
        padding: 2.5vw 0;
    }
    .rbs_f_box1 span {
        color: #ea6715;
        font-weight: 500;
    }
    .rbs_f_box2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
        padding: 10vw 0;
    }
    .rbs_f_box2a {
        font-size: 3.8vw;
        letter-spacing: .3vw;
        color: #ea6717;
        font-weight: 500;
        padding: 0 7vw;
        margin-bottom: 2vw;
        position: relative;
    }
    .rbs_f_box2a::before,
    .rbs_f_box2a::after{
        display: inline-block;
        content: '';
        height: 1.5px;
        width: 4.5vw;
        background: #ea6717;
        position: absolute;
        top: 50%;
    }
    .rbs_f_box2a::before{
        left: 0;
    }
    .rbs_f_box2a::after{
        right: 0;
    }
    .rbs_f_box2b {
        font-size: 3.6vw;
    }
    .rbs_f_box2c {
        font-size: 8vw;
        font-weight: 500;
    }
    .rbs_f_box2d {
        background: #f4f5f7;
    }
    .rbs_f_box2d_1b {
        padding: 7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.5vw;
    }
    .rbs_f_box2d_1b_1 {
        font-size: 3.4vw;
        letter-spacing: .2vw;
    }
    .rbs_f_box2d_1b_2 {
        font-size: 5.3vw;
        font-weight: 500;
        letter-spacing: .3vw;
    }
    .rbs_f_box2d_2 {
        background: #fff;
        margin: 7vw 7vw 6vw;
        padding: 5vw 6vw;
        border-radius: 3vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.5vw;
    }
    .rbs_f_box2d_2a {
        font-size: 3.7vw;
        letter-spacing: .2vw;
    }
    .rbs_f_box3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
        padding: 7vw 0;
    }
    .rbs_f_box3a_2 {
        background: #eff0f2;
        padding: 6vw 6vw 8vw;
    }
    .rbs_f_box3a_2a {
        font-size: 3.3vw;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 4vw;
    }
    .rbs_f_box2:last-child .rbs_f_box2d_1b {
        padding: 5vw 6vw 2.5vw;
        gap: 3vw;
    }
    .rbs_f_box2:last-child .rbs_f_box2d_1b .rbs_f_box2d_1b_1 {
        font-size: 3.2vw;
        letter-spacing: .1vw;
        text-align: center;
        line-height: 1.8;
    }
    .rbs_f_box2:last-child .rbs_f_box2d_2 {
        margin: 0 6vw 8vw;
        padding: 2vw 4vw 2vw 3vw;
        flex-direction: row;
        gap: 3vw;
    }
    .rbs_f_box2d_2d {
        width: 40%;
    }
    .rbs_f_box2d_2e {
        width: 60%;
    }
    .rbs_f_box2d_2c {
        font-size: 3.1vw;
        font-weight: 500;
        letter-spacing: .2vw;
        line-height: 1.3;
        margin-bottom: 2vw;
    }
    .rbs_f_box2d_2e_1 {
        font-size: 2.3vw;
        line-height: 1.4;
        padding-bottom: 1vw;
        border-bottom: .5px solid #ccc;
        margin-bottom: 1vw;
    }
    .rbs_f_box2d_2e_2{
        font-size: 2.3vw;
        line-height: 1.4;
    }
    .rbs_f_box2d_2e_1 span,
    .rbs_f_box2d_2e_2 span{
        font-weight: 500;
    }
    .rbs_f_box2:last-child {
        padding-bottom: 7vw;
    }
    .rbs_g_box1 {
        padding: 0 7vw 3vw;
    }
    .rbs_g_box1a {
        display: flex;
        gap: 3vw;
    }
    .rbs_g_box1a_1 img {
        width: 3vw;
    }
    .rbs_g_box1a_1 {
        display: flex;
        align-items: flex-end;
        font-size: 2.7vw;
        letter-spacing: .2vw;
        margin-bottom: 4vw;
    }
    .rbs_g_box1b {
        font-size: 7.5vw;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .3vw;
    }
    .rbs_g_box2a {
        padding: 30vw 0 5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }
    .rbs_g_box2a_1 {
        font-size: 3.5vw;
        letter-spacing: .3vw;
    }
    .rbs_g_box2a_2 {
        font-size: 5.2vw;
        font-weight: 500;
        letter-spacing: .4vw;
    }
    .rbs_g_box2b {
        background: #eff0f2;
        padding: 6vw;
    }
    .rbs_g_box2b_1 {
        display: flex;
        align-items: stretch;
        position: relative;
    }
    .rbs_g_box2b_1:nth-child(even) {
        flex-direction: row-reverse;
    }
    .rbs_g_box2b_1a,
    .rbs_g_box2b_1b {
        width: 50%;
    }
    .rbs_g_box2b_1c {
        font-size: 2.2vw;
        position: absolute;
        bottom: 4vw;
        right: 6vw;
    }
    .rbs_g_box2b_1b {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.3vw;
        line-height: 1.7;
        letter-spacing: .3vw;
    }
    .rbs_g_box3 {
        margin-bottom: 20vw;
        position: relative;
    }
    .rbs_g_box3a {
        text-align: center;
        font-size: 5.5vw;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: .3vw;
        padding: 19vw 0 4vw;
    }
    .rbs_g_box3b {
        font-size: 2.8vw;
        letter-spacing: .2vw;
        line-height: 1.8;
        position: absolute;
        top: 48vw;
        right: 8vw;
    }
    .rbs_g_box4a {
        font-size: 3.8vw;
        font-weight: 500;
        text-align: center;
        letter-spacing: .2vw;
        margin-bottom: 5vw;
    }
    .rbs_g_box4 .rbs_g_box2b {
        background: none;
        padding: 0 6vw;
        display: flex;
        flex-wrap: wrap;
        gap: 4vw;
        margin-bottom: 11vw;
    }
    .rbs_g_box4 .rbs_g_box2b_1 {
        width: 47%;
        display: block;
    }
    .rbs_g_box4 .rbs_g_box2b_1a,
    .rbs_g_box4 .rbs_g_box2b_1b {
        width: 100%;
    }
    .rbs_g_box4 .rbs_g_box2b_1b {
        text-align: center;
        font-size: 2.9vw;
        line-height: 1.5;
        padding-top: 1vw;
    }
    .rbs_g_box5 {
        position: relative;
    }
    .rbs_g_box5 .rbs_g_box5a {
        font-size: 4.5vw;
        letter-spacing: .7vw;
        position: absolute;
        top: 8vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .rbs_g_box6 {
        padding: 7vw;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 3vw;
    }
    .rbs_g_box6 .rbs_g_box5a {
        font-size: 4.7vw;
        letter-spacing: .3vw;
    }
    .rbs_g_box6a {
        font-size: 2.9vw;
        letter-spacing: .3vw;
        line-height: 1.8;
    }
    
    /* SUPPORT */
    #pd_t_30day{
        padding: 15vw 0 0;
    }
    .sup_re_guarantee_ttl {
        font-weight: normal;
    }
    .sup_re_guarantee_ttl1a,
    .sup_re_guarantee_ttl1b{
        font-weight: 500;
    }
    #pd_l{
        background: none;
    }
    .pd_l_box1{
        padding: 2vw 27vw 0;
    }
    .pd_l_box2 {
        padding: 0vw 3vw 5vw;
    }
    .pd_l_text{
        font-size: 3.4vw;
        line-height: 5.5vw;
    }
    .pd_l_text span{
        font-size: 1.8vw;
    }
    .pd_l_box3{
        padding: 3vw;
    }
}


/* SMILE footer */
@media screen and (max-width: 767px) {
    .footer_logo img {
        margin: 0 auto;
    }
}