/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/rebive-lift-pointer/
Description: MYTREX REBIVE LIFT POINTER
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 LIFT POINTER
====================================*/
body {
    font-feature-settings: 'palt';
}
img,
video{
    width: 100%;
}
main h1{
    text-align: left;
}

@media screen and (min-width:768px){
    .container {
        padding-top: 0;
    }
    #pd_c {
        padding: 6% 0;
    }
    .pd_c_ttl_sub{
        font-size: 1.45vw;
        letter-spacing: .1em;
    }
    .pd_c_nm4{
        font-weight: normal;
        border-bottom: 1px solid #acacae;
        margin-bottom: 2.3vw;
    }
    .pd_c_ttl_sub2 {
        padding: 1.3vw 0 1vw;
        font-size: 2.2vw;
        letter-spacing: .1em;
    }
    .pd_c_nm4 h1 {
        font-size: 2.3vw;
        font-weight: 900 !important;
        letter-spacing: .02em;
        white-space: nowrap;
    }
    .pd_c_text {
        font-size: 1.3vw;
        line-height: 1.7;
        letter-spacing: .08em;
        margin-bottom: 2vw;
    }
    .pd_c_price1 {
        padding: 0;
        font-size: 1vw;
        line-height: 1;
        letter-spacing: .07em;
    }
    /* amb */
    #cmn_amb_video {
        padding: 5vw 0 0;
    }
    .cmn_amb_link_area {
        padding: 3.5vw 20vw 2.7vw 25vw;
    }
    .cmn_amb_prf_area{
        margin: 2vw auto 6vw !important;
    }
    .cmn_amb_prf_nm{
        padding-bottom: 1.4vw;
    }
    /* award */
    .pd_bnr_authority2{
        column-gap: 10vw;
        padding: 9vw 0 8vw;
    }
    .pd_award{
        width: 17vw;
    }
    .pd_authority {
        width: 57.3vw;
    }
    .pd_badge,
    .pd_badge2 {
        padding-bottom: 2vw;
        border-bottom: .1vw solid #ccc;
        margin-bottom: 1.5vw;
    }
    .pd_badge{
        display: block;
    }
    .pd_patent {
        padding: 0 1.5vw 2.2vw;
        border-bottom: .1vw solid #ccc;
    }
    
    .rblp_a_box {
        background: #f5f5f7;
        padding: 5vw 14vw 5.5vw 15vw;
    }
    .rblp_a_box1 {
        font-size: 2.7vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 2.2vw;
    }
    .rblp_a_box2 {
        font-size: 1.4vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 3.5vw;
    }
    .rblp_a_box3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .rblp_a_box3a {
        width: 46%;
    }
    .rblp_a_box3b{
        width: 51%;
    }
    
    .rblp_b_box {
        padding: 7vw 26vw 7.5vw;
    }
    .rblp_b_box1 {
        font-size: 1.8vw;
        letter-spacing: .05em;
        text-align: center;
        color: #ac8b58;
        margin-bottom: 2.3vw;
    }
    .rblp_b_box2 {
        font-size: 2.55vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 1.5vw;
    }
    .rblp_b_box4 {
        padding-top: 1.1vw;
        font-size: .85vw;
        text-align: right;
    }
    
    .rblp_c_box {
        background: #f5f5f7;
        padding: 6.5vw 14vw 7.5vw;
    }
    .rblp_c_box1 {
        font-size: 1.8vw;
        letter-spacing: .05em;
        text-align: center;
        color: #ac8b58;
        margin-bottom: 2.5vw;
    }
    .rblp_c_box2 {
        background: #fff;
        padding: 2vw 2.5vw;
    }
    .rblp_c_box2a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rblp_c_box2a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rblp_c_box2a li {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        position: relative;
    }
    .rblp_c_box2a li:first-child, 
    .rblp_c_box2a li:nth-child(2) {
        padding-bottom: 1.5vw;
    }
    .rblp_c_box2a li:nth-child(3),
    .rblp_c_box2a li:last-child {
        padding: 1vw 0;
    }
    .rblp_c_box2a li:first-child,
    .rblp_c_box2a li:nth-child(3) {
        padding-right: 1vw;
    }
    .rblp_c_box2a li:nth-child(2), 
    .rblp_c_box2a li:last-child {
        padding-left: 3vw;
    }
    .rblp_c_box2a_1 {
        width: 6.3vw;
    }
    .rblp_c_box2a_2 {
        width: 23vw;
        font-size: 1.65vw;
        letter-spacing: .05em;
        line-height: 1.6;
    }
    .rblp_c_box2a_2 span {
        color: #ac8b58;
        font-weight: 600;
    }
    .rblp_c_box2a li:first-child::after,
    .rblp_c_box2a li:nth-child(2)::after{
        display: block;
        content: '';
        height: .1vw;
        width: 31vw;
        background: #ac8b58;
        position: absolute;
        bottom: 0;
    }
    .rblp_c_box2a li:first-child::after{
        left: 0;
    }
    .rblp_c_box2a li:nth-child(2)::after{
        right: 0;
    }
    .rblp_c_box2a li:nth-child(2)::before,
    .rblp_c_box2a li:last-child::before {
        display: inline-block;
        content: '';
        height: 5.5vw;
        width: .1vw;
        background: #ac8b58;
        position: absolute;
        left: 0;
    }
    .rblp_c_box2a li:nth-child(2)::before{
        top: 1vw;
    }
    .rblp_c_box2a li:last-child::before{
        bottom: 2vw;
    }
    .rblp_d_box1 {
        padding: 10.5vw 14vw 10vw;
    }
    .rblp_d_box1a {
        background: #353535;
        padding: 1.9vw 6vw;
        display: flex;
    }
    .rblp_d_box1a_1 {
        width: 28vw;
        position: relative;
    }
    .rblp_d_box1a_1a {
        color: #fff;
        font-size: 1.4vw;
        letter-spacing: .1em;
        position: absolute;
        top: 50%;
        left: 16%;
        transform: translateY(-50%);
    }
    .rblp_d_box1a_2 {
        color: #fff;
        font-size: 1.5vw;
        letter-spacing: .08em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.5vw;
        margin-left: 6vw;
    }
    .rblp_d_box1a_2 li {
        white-space: nowrap;
        padding-left: 2.3vw;
        position: relative;
    }
    .rblp_d_box1a_2 li::before {
        display: inline-block;
        content: '';
        height: 1.4vw;
        width: 1.4vw;
        border: .1vw solid;
        position: absolute;
        top: 9%;
        left: 0;
    }
    .rblp_d_box1b_1 {
        padding-top: 9.3vw;
        font-size: 1.7vw;
        letter-spacing: .08em;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 1vw;
        position: relative;
    }
    .rblp_d_box1b_1 span {
        font-size: 2.55vw;
    }
    .rblp_d_box1b_1::before,
    .rblp_d_box1b_1::after{
        display: block;
        content: '';
        background: #333;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .rblp_d_box1b_1::before{
        height: 3vw;
        width: .1vw;
        top: 0;
    }
    .rblp_d_box1b_1::after{
        height: 3.3vw;
        width: .3vw;
        top: 3vw;
    }
    .rblp_d_box1b_2 {
        display: flex;
    }
    .rblp_d_box1b_2a {
        width: 47%;
    }
    .rblp_d_box1b_2b {
        width: 53%;
        background: #f5f5f7;
        padding: 2.3vw 3.3vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .rblp_d_box1b_2b_1 {
        width: 56%;
    }
    .rblp_d_box1b_2b_2 {
        width: 38%;
    }
    .rblp_d_box1b_2b_1a {
        font-size: 1.8vw;
        letter-spacing: .1em;
        line-height: 1.4;
        margin-bottom: 1.3vw;
    }
    .rblp_d_box1b_2b_1b {
        font-size: 1.2vw;
        letter-spacing: .05em;
        line-height: 1.5;
        text-align: justify;
    }
    .rblp_d_box2 {
        margin-bottom: 5vw;
    }
    .rblp_d_box2a {
        font-size: 3.1vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 2vw;
    }
    .rblp_d_box2a span {
        color: #ac8b58;
    }
    .rblp_d_box2b {
        margin: 0 4vw;
        background: url(/wp-content/themes/mytrex/img/product/rblp/rblp_d_bg_p.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 60.5vw;
        position: relative;
    }
    .rblp_d_box2b_1 {
        writing-mode: vertical-rl;
        font-feature-settings: normal;
        font-size: 2.4vw;
        letter-spacing: .15em;
        position: absolute;
        top: 11%;
        left: 50%;
        transform: translateX(-50%);
    }
    .rblp_d_box2b_2 {
        font-size: 2.3vw;
        letter-spacing: .1em;
        line-height: 1.7;
        position: absolute;
        bottom: 23%;
        left: 10%;
    }
    .rblp_d_box2b_2 span {
        font-size: 3.3vw;
    }
    .rblp_e_box1 {
        padding-top: 9vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2vw;
        margin-bottom: 7vw;
    }
    .rblp_e_box1a {
        font-size: 1.3vw;
        letter-spacing: .03em;
        color: #ac8b58;
    }
    .rblp_e_box1b {
        font-size: 3.3vw;
        letter-spacing: .07em;
    }
    .rblp_e_box1c {
        font-size: 1.3vw;
        letter-spacing: .02em;
    }
    .rblp_e_box2 {
        margin-bottom: 5vw;
    }
    .rblp_e_box2a {
        display: flex;
        align-items: center;
        gap: 1.7vw;
        margin: 0 0 2.5vw 14vw;
    }
    .rblp_e_box2a_1 {
        width: 9.7vw;
        font-size: .85vw;
        letter-spacing: .05em;
        color: #fff;
        background: #b99970;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3vw;
        padding: .5vw 0 .5vw .5vw;
    }
    .rblp_e_box2a_1 span {
        font-family: sans-serif;
        font-size: 2.8vw;
        letter-spacing: -.01em;
        transform: scale(.85, 1);
    }
    .rblp_e_box2a_2 {
        font-size: 2.5vw;
        letter-spacing: .11em;
    }
    .rblp_e_box2a_3 {
        font-size: 1.3vw;
        letter-spacing: .08em;
        padding: 1.3vw 0 1.3vw 2vw;
        border-left: .18vw solid #ac8b58;
    }
    .rblp_e_box3 {
        padding: 3.2vw 4vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .rblp_e_box3a {
        font-size: 2.2vw;
        letter-spacing: .1em;
        margin-bottom: 2vw;
    }
    .rblp_e_box3b {
        width: 100%;
    }
    .rblp_e_box3c {
        width: 100%;
        padding: 3.5vw 17vw 7vw;
        display: flex;
    }
    .rblp_e_box3c_1,
    .rblp_e_box3c_2{
        width: 50%;
    }
    .rblp_e_box3c_1 {
        background: #f0eef3;
        padding: 2.3vw 3vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .rblp_e_box3c_1a {
        background: #fff;
        font-size: 1.4vw;
        letter-spacing: .1em;
        text-align: center;
        padding: .7vw;
    }
    .rblp_e_box3c_1b_1 {
        font-size: .95vw;
        letter-spacing: .03em;
        text-align: center;
        margin-bottom: .8vw;
    }
    .rblp_e_box3c_1b_2 {
        list-style: none;
        counter-reset: num;
        display: flex;
        justify-content: space-between;
        gap: .2vw;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 {
        counter-reset: num 4;
    }
    .rblp_e_box3c_1b_2 li {
        width: 25%;
        font-size: .95vw;
        letter-spacing: .15em;
        text-align: center;
        color: #fff;
        padding: .3vw 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .15vw;
        position: relative;
        counter-increment: num;
    }
    .rblp_e_box3c_1b_2 li::before {
        content: counter(num);
        height: .9vw;
        width: .9vw;
        border: .05vw solid;
        border-radius: 50%;
        text-align: center;
        font-size: .7vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rblp_e_box3c_1b:nth-child(2) .rblp_e_box3c_1b_2 li:first-child {
        background: #e0b7d9;
    }
    .rblp_e_box3c_1b:nth-child(2) .rblp_e_box3c_1b_2 li:nth-child(2) {
        background: #eaa9af;
    }
    .rblp_e_box3c_1b:nth-child(2) .rblp_e_box3c_1b_2 li:nth-child(3) {
        background: #cdb2a1;
    }
    .rblp_e_box3c_1b:nth-child(2) .rblp_e_box3c_1b_2 li:last-child {
        background: #f1b2a1;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 li:first-child {
        background: #98cfe3;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 li:nth-child(2) {
        background: #98cfc9;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 li:nth-child(3) {
        background: #98adc8;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 li:last-child {
        background: #c1adc8;
    }
    .rblp_e_box4 {
        background: #f5f5f7;
        padding: 7.5vw 13.5vw 10.5vw;
    }
    .rblp_e_box4 .rblp_e_box2a {
        margin: 0 0 2.5vw 0;
    }
    .rblp_e_box4 .rblp_e_box2a_1 {
        padding: .5vw .5vw .5vw .8vw;
    }
    .rblp_e_box4 .rblp_e_box2a_3 {
        line-height: 1.6;
        padding: 0 0 0 1.7vw;
    }
    .rblp_e_box4b {
        background: #fff;
        padding: 4vw 7vw 5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2vw;
        margin-bottom: 2.5vw;
    }
    .rblp_e_box4b_1 {
        font-size: 1.4vw;
        letter-spacing: .08em;
    }
    .rblp_e_box4b_2 {
        font-size: 3.7vw;
        letter-spacing: .05em;
        margin-bottom: 1vw;
    }
    .rblp_e_box4b_3,
    .rblp_e_box4b_4 {
        width: 100%;
    }
    .rblp_e_box4b_5 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5vw;
    }
    .rblp_e_box4b_5a {
        width: 7vw;
    }
    .rblp_e_box4b_5b {
        font-size: 1.5vw;
        letter-spacing: .03em;
        line-height: 1.7;
    }
    .rblp_e_box4c {
        background: #fff;
        padding: 5vw 7vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5vw;
        margin-bottom: 2.5vw;
    }
    .rblp_e_box4c_1 {
        font-size: 2.2vw;
        text-align: center;
        letter-spacing: .05em;
        line-height: 1.7;
    }
    .rblp_e_box4c_1 span {
        position: relative;
    }
    .rblp_e_box4c_1 span::after {
        display: block;
        content: '';
        height: .15vw;
        width: 28vw;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .rblp_e_box4c_2 {
        font-size: 1.7vw;
        letter-spacing: .1em;
    }
    .rblp_e_box4c_3 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .rblp_e_box4c_3a {
        width: 49.8%;
        display: flex;
        align-items: center;
    }
    .rblp_e_box4c_3a:last-child{
        flex-direction: row-reverse;
    }
    .rblp_e_box4c_3a_1,    
    .rblp_e_box4c_3a_2 {
        width: 50%;
    }
    .rblp_e_box4c_3a_1 {
        height: 100%;
        color: #fff;
        background: #b99970;
        font-size: 1.25vw;
        text-align: center;
        letter-spacing: .05em;
        line-height: 1.8;
        padding: 3.5vw 0;
    }
    .rblp_e_box4c_3a_1 span {
        border-bottom: .1vw solid;
    }
    .rblp_e_box4d {
        background: #fff;
        padding: 5vw 3vw 5vw 6vw;
    }
    .rblp_e_box4d_1 {
        font-size: 2.2vw;
        letter-spacing: .1em;
        text-align: center;
        padding-right: 2vw;
        margin-bottom: 3vw;
    }
    .rblp_e_box4d_2 {
        display: flex;
        align-items: center;
        gap: 2vw;
    }
    .rblp_e_box4d_2a {
        width: 55%;
    }
    .rblp_e_box4d_2b {
        width: 45%;
        text-align: center;
    }
    .rblp_e_box4d_2b_1 {
        font-size: 1.25vw;
        letter-spacing: .05em;
        color: #ac8b58;
        margin-bottom: 1.3vw;
    }
    .rblp_e_box4d_2b_2 {
        font-size: 2vw;
        letter-spacing: .08em;
        line-height: 1.5;
    }
    .rblp_e_box4d_2b_2 span {
        font-size: 4.4vw;
    }
    .rblp_e_box5 {
        background: #fff;
        /*padding: 33vw 13.5vw 7.5vw; release offer */
        padding: 27vw 13.5vw 7.5vw;
        position: relative;
    }
    .rblp_e_box5a {
        width: 59vw;
        position: absolute;
        top: -6vw;
        right: 13.5vw;
    }
    .rblp_e_box5b {
        font-size: 2.7vw;
        letter-spacing: .08em;
        line-height: 1.67;
        position: absolute;
        top: 4.5vw;
        left: 13.5vw;
    }
    .rblp_e_box5b span {
        background: #fff;
    }
    .rblp_f_box {
        background: #f5f5f7;
        padding: 8vw 13.5vw;
    }
    .rblp_f_box1 {
        font-size: 3.2vw;
        text-align: center;
        letter-spacing: .1em;
        margin-bottom: 2.3vw;
    }
    .rblp_f_box2 {
        font-size: 1.35vw;
        text-align: center;
        letter-spacing: .1em;
        margin-bottom: 2.5vw;
    }
    .rblp_f_box4 {
        background: #fff;
        padding: 3vw 5vw;
        margin-bottom: 1vw;
    }
    .rblp_f_box4a {
        font-size: 1.4vw;
        font-weight: bold;
        letter-spacing: .07vw;
        text-align: center;
        margin-bottom: 1.8vw;
    }
    .rblp_f_box4b_1 {
        display: flex;
        align-items: center;
        gap: 2.5vw;
    }
    .rblp_f_box4b_1a {
        width: 36vw;
    }
    .rblp_f_box4b_1b {
        font-size: 1.4vw;
        letter-spacing: .05em;
        line-height: 1.7;
        white-space: nowrap;
    }
    .rblp_f_box4b_2 {
        font-size: .7vw;
        padding-top: .7vw;
    }
    .rblp_f_box5 {
        display: flex;
        justify-content: space-between;
    }
    .rblp_f_box5a {
        width: 49.3%;
        position: relative;
    }
    .rblp_f_box5a_1 {
        position: absolute;
        bottom: 2.5vw;
        left: 2.5vw;
        color: #fff;
    }
    .rblp_f_box5a_1a {
        width: fit-content;
        font-size: 1.15vw;
        transform: scale(1.1, 1);
        font-weight: bold;
        letter-spacing: .02em;
        padding: .2vw .8vw .5vw;
        border-left: .08vw solid;
        border-bottom: .08vw solid;
        margin-bottom: .8vw;
    }
    .rblp_f_box5a_1b {
        font-size: 1.1vw;
        letter-spacing: .1em;
        line-height: 1.5;
    }
    .rblp_f_box5b {
        width: 49.3%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .rblp_f_box5b_1 {
        position: relative;
    }
    .rblp_f_box5b_1a {
        position: absolute;
        top: 50%;
        left: 2.5vw;
        transform: translateY(-50%);
    }
    .rblp_f_box5b_1a .rblp_f_box5a_1a {
        padding: .2vw 1.3vw .5vw;
    }
    
    #pd_t_30day {
        margin-top: 10vw !important;
        margin-bottom: 0;
    }
    .pd_l_area_ttl2 {
        text-align: center;
        font-size: 1.7vw;
        letter-spacing: .15em;
    }
    #pd_l {
        padding: 7% 0;
        background: none;
    }
    .pd_l_area_ttl{
        font-size: 2.1vw;
        letter-spacing: .3em;
        padding-bottom: 5vw;
    }
    .pd_l_icon{
        width: 10vw;
        margin: 0 auto;
        padding: 0;
    }
    
    .rblp_g_box {
        padding: 3% 6%;
    }
    .rblp_g_ttl {
        font-size: 1.7vw;
        letter-spacing: .17em;
        text-align: center;
        margin-bottom: 3vw;
    }
    .rblp_g_box1 {
        display: flex;
        justify-content: center;
        gap: 9vw;
        margin-bottom: 5vw;
        position: relative;
    }
    .rblp_g_box1::after {
        display: inline-block;
        content: '';
        height: 37vw;
        width: .05vw;
        background: #333;
        position: absolute;
        top: 0;
        left: 50%;
    }
    .rblp_g_box1 .rblp_g_box1a {
        width: 20vw;
    }
    .rblp_g_box1a_img {
        width: 17vw;
    }
    .rblp_g_box1a_1 {
        font-size: .9vw;
        letter-spacing: .05em;
        margin-bottom: .5vw;
    }
    .rblp_g_box1a_2 {
        font-size: .88vw;
        font-weight: 600;
        letter-spacing: .05em;
        margin-bottom: .5vw;
    }
    .rblp_g_box1a_3 {
        font-size: .8vw;
        letter-spacing: .05em;
        line-height: 1.3;
        margin-bottom: 1.3vw;
    }
    .rblp_g_box1a_4 {
        font-size: .7vw;
        letter-spacing: .03em;
        margin-bottom: .6vw;
    }
    .rblp_g_box1a_5 {
        font-size: 1.4vw;
        letter-spacing: .01em;
        font-weight: bold;
    }
    .rblp_g_box1a_5 span {
        font-size: .8vw;
        padding-left: .3vw;
    }
    .rblp_g_box1 .rblp_g_box1a_5 {
        font-size: 1.8vw;
        letter-spacing: .03em;
    }
    .rblp_g_box1a_7 {
        font-size: .6vw;
        line-height: 1.4;
    }
    .rblp_g_box2 {
        display: flex;
        justify-content: space-between;
        gap: 2vw;
    }
    .rblp_g_box2 .rblp_g_box1a {
        width: 20%;
    }
    .rblp_g_box2 .rblp_g_box1a:not(:last-child) {
        border-right: .05vw solid;
    }
    [id^="xs2_color"] {
        width: 14vw;
        margin-bottom: 1vw;
    }
    [id^="xs2_color"].splide__pagination{
        gap: .5vw;
    }
    [id^="xs2_color"] .splide__pagination__page{
        height: .8vw;
        width: .8vw;
    }
    [id^="xs2_color"] .splide__pagination li:first-child .splide__pagination__page{
        background: #333;
    }
    [id^="xs2_color"] .splide__pagination li:last-child .splide__pagination__page{
        background: #fff;
        border: .05vw solid #333;
    }
    .rblp_g_box2 .cart-add_item {
        width: 14vw;
    }
}

@media screen and (max-width: 767px) {
    .pd_b {
        margin-bottom: 6vw;
    }
    .pdct_n_a_sp_ttl{
        font-size: 6.6vw;
        letter-spacing: .03em;
        margin-bottom: 3.5vw;
        font-weight: 900;
        transform: scale(.9, .9);
    }
    .pdct_n_a_sp_ttl2{
        font-size: 3.5vw;
    }
    .pd_c_ttl_sub{
        font-size: 3.5vw;
        line-height: 1;
    }
    .pd_c_ttl_sub2{
        font-size: 5.6vw;
        letter-spacing: .1em;
        padding: 0;
        margin-bottom: 4vw;
    }
    .pd_c_nm4{
        padding: 0 0 5vw;
        font-weight: normal;
    }
    .pd_c_nm4 h1 {
        font-size: 7.3vw;
        font-weight: 900;
        line-height: 1.3;
    }
    .pd_c_text {
        font-size: 3.4vw;
        letter-spacing: .05em;
        line-height: 1.7;
    }
    .pd_c_price2{
        font-size: 10.5vw;
        font-weight: 900;
        letter-spacing: .03em;
    }
    #cmn_amb_video {
        padding: 15vw 0 0;
    }
    .pd_bnr_authority2 {
        padding: 20vw 0;
    }
    .pd_award{
        margin-bottom: 6vw;
    }
    .pd_badge,
    .pd_badge2 {
        width: 86vw;
        margin-inline: 7vw;
        border-bottom: 1px solid #ccc;
        margin-bottom: 4vw;
    }
    .pd_badge{
        padding: 0 7vw 4vw;
    }
    .pd_badge2 {
        padding: 0 4vw 4vw;
    }
    .pd_patent {
        width: 79vw;
        margin: 0 auto;
        padding: 2vw 0;
    }
    
    .rblp_a_box {
        background: #f5f5f7;
        padding: 7vw 0 0;
    }
    .rblp_a_box1 {
        font-size: 5.3vw;
        text-align: center;
        letter-spacing: .1em;
        line-height: 1.6;
    }
    .rblp_a_box1 span {
        color: #ac8b58;
    }
    .rblp_a_box3 {
        padding: 3vw 3vw 6vw 8vw;
    }
    .rblp_a_box4 {
        background: #fff;
        padding: 14vw 7vw 12vw;
    }
    .rblp_a_box2 {
        font-size: 4.7vw;
        letter-spacing: .05em;
        text-align: center;
        margin-bottom: 3.5vw;
    }
    .rblp_a_box4a {
        font-size: 4.7vw;
        text-align: center;
        letter-spacing: .08em;
        line-height: 1.3;
        padding-top: 4vw;
    }
    .rblp_a_box4a span {
        font-size: 10vw;
    }
    .rblp_b_box {
        background: #f5f5f7;
        padding: 9vw 6vw;
    }
    .rblp_b_box2 {
        font-size: 6vw;
        text-align: center;
        letter-spacing: .08em;
        margin-bottom: 4vw;
    }
    .rblp_b_box4 {
        font-size: 1.5vw;
        text-align: right;
        padding-top: 2vw;
    }
    .rblp_c_box {
        background: #f5f5f7;
        padding: 7vw 6vw 0;
    }
    .rblp_c_box1 {
        font-size: 4.5vw;
        text-align: center;
        letter-spacing: .05em;
        margin-bottom: 3vw;
    }
    .rblp_c_box2 {
        background: #fff;
        padding: 2vw 3vw 3vw;
    }
    .rblp_c_box2a {
        display: flex;
        flex-direction: column;
    }
    .rblp_c_box2a li {
        display: flex;
        align-items: center;
        gap: 2vw;
        padding: 3vw 2vw;
        border-bottom: 1px solid #ac8b58;
    }
    .rblp_c_box2a li:first-child {
        order: 1;
    }
    .rblp_c_box2a li:nth-child(2){
        order: 3;
    }
    .rblp_c_box2a li:nth-child(3){
        order: 2;
    }
    .rblp_c_box2a li:last-child {
        order: 4;
        padding: 2vw 2vw 3vw;
        border-bottom: none;
    }
    .rblp_c_box2a_1 {
        width: 16vw;
    }
    .rblp_c_box2a_2 {
        font-size: 4vw;
        letter-spacing: .05em;
        line-height: 1.6;
    }
    .rblp_c_box2a_2 span{
        font-weight: 500;
        color: #ac8b58;
    }
    .rblp_c_box2b,
    .rblp_c_box3b{
        width: 100vw;
        margin-left: -6vw;
    }
    .rblp_c_box3a {
        font-size: 5.7vw;
        text-align: center;
        letter-spacing: .07em;
        padding: 8vw 0 5vw;
    }
    .rblp_c_box3c {
        font-size: 1.6vw;
        text-align: right;
        padding-top: 2vw;
        margin-right: -4vw;
    }
    .rblp_c_box3c {
        width: 100vw;
        background: #fff;
        font-size: 1.6vw;
        text-align: right;
        padding: 2vw 2vw 36vw;
        margin-left: -6vw;
    }
    .rblp_d_box1a {
        background: #353535;
        color: #fff;
        padding: 8vw 6vw 10vw;
    }
    .rblp_d_box1a_1 {
        position: relative;
    }
    .rblp_d_box1a_1a {
        font-size: 4.3vw;
        letter-spacing: .1em;
        white-space: nowrap;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translateX(-50%);
    }
    .rblp_d_box1a_2 {
        padding: 6vw 0 0 10vw;
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    .rblp_d_box1a_2 li{
        font-size: 3.7vw;
        font-weight: 200;
        letter-spacing: .08em;
        padding-left: 5.3vw;
        position: relative;
    }
    .rblp_d_box1a_2 li::before {
        display: inline-block;
        content: '';
        height: 3.4vw;
        width: 3.4vw;
        border: 1px solid;
        position: absolute;
        top: 10%;
        left: 0;
    }
    .rblp_d_box1b_1 {
        font-size: 4vw;
        text-align: center;
        letter-spacing: .08em;
        line-height: 1.6;
        padding: 20vw 0 1vw;
        position: relative;
    }
    .rblp_d_box1b_1 span {
        font-size: 6.3vw;
    }
    .rblp_d_box1b_1::before,
    .rblp_d_box1b_1::after{
        display: block;
        content: '';
        background: #333;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .rblp_d_box1b_1::before{
        height: 8vw;
        width: 1px;
        top: 0;
    }
    .rblp_d_box1b_1::after{
        height: 9vw;
        width: 3px;
        top: 8vw;
    }
    .rblp_d_box1b_2 {
        padding: 0 7vw 7vw
    }
    .rblp_d_box1b_2b {
        background: #f5f5f7;
        padding: 2vw 6vw 2vw 7vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .rblp_d_box1b_2b_1 {
        width: 53%;
    }
    .rblp_d_box1b_2b_2 {
        width: 39%;
    }
    .rblp_d_box1b_2b_1a {
        font-size: 4.4vw;
        letter-spacing: .06em;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    .rblp_d_box1b_2b_1b {
        font-size: 3vw;
        letter-spacing: -.05em;
        line-height: 1.5;
        text-align: justify;
    }
    .rblp_d_box2 {
        padding: 7vw 0 0;
    }
    .rblp_d_box2a {
        font-size: 5.2vw;
        text-align: center;
        letter-spacing: .1em;
        line-height: 1.5;
    }
    .rblp_d_box2a_1 {
        font-size: 8.3vw;
        color: #ac8b58;
    }
    .rblp_d_box2a_2 {
        font-size: 7.3vw;
    }
    .rblp_d_box2b_1 {
        background: url(/wp-content/themes/mytrex/img/product/rblp/rblp_d_bg_s.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 7vw;
        height: 43vw;
        width: 86vw;
        writing-mode: vertical-rl;
        display: flex;
        align-items: center;
        font-size: 3.6vw;
        font-feature-settings: normal;
        letter-spacing: .15em;
        padding-top: 9vw;
    }
    .rblp_d_box2b_2 {
        padding: 6vw 0 1vw;
        font-size: 4.7vw;
        text-align: center;
        letter-spacing: .08em;
        line-height: 1.4;
    }
    .rblp_d_box2b_2 span {
        font-size: 8vw;
        letter-spacing: .05em;
    }
    .rblp_e_box1 {
        padding: 9vw 0 0;
        text-align: center;
    }
    .rblp_e_box1a {
        font-size: 3.2vw;
        letter-spacing: .05em;
        color: #ac8b58;
        margin-bottom: 3.5vw;
    }
    .rblp_e_box1b {
        font-size: 7vw;
        letter-spacing: .08em;
        margin-bottom: 3vw;
    }
    .rblp_e_box1c {
        font-size: 3.2vw;
        line-height: 1.8;
    }
    .rblp_e_box2a {
        padding: 8vw 0 6vw;
    }
    .rblp_e_box2a_1 {
        width: 23vw;
        margin: 0 auto;
        background: #b99970;
        color: #fff;
        font-size: 2vw;
        letter-spacing: .03em;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3vw;
        padding: 1vw 0;
    }
    .rblp_e_box2a_1 span {
        font-family: sans-serif;
        font-size: 6.5vw;
        letter-spacing: -.05em;
        transform: scale(.8, 1);
    }
    .rblp_e_box2:nth-child(3) .rblp_e_box2a {
        padding: 13vw 0 6vw;
    }
    .rblp_e_box3 {
        padding: 18vw 5vw 46vw;
    }
    .rblp_e_box3a {
        font-size: 5vw;
        text-align: center;
        letter-spacing: .08em;
        line-height: 1.5;
        margin-bottom: 3vw;
    }
    .rblp_e_box3a span {
        font-size: 5.9vw;
    }
    .rblp_e_box3b {
        margin-bottom: 12vw;
    }
    .rblp_e_box3c {
        display: flex;
        flex-direction: column-reverse;
    }
    .rblp_e_box3c_1 {
        background: #f0eef3;
        padding: 5vw 4vw;
    }
    .rblp_e_box3c_1 {
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }
    .rblp_e_box3c_1b_1 {
        font-size: 2.9vw;
        text-align: center;
        margin-bottom: 2.2vw;
    }
    .rblp_e_box3c_1b_2 {
        display: flex;
        justify-content: space-between;
        gap: 1vw;
        list-style: none;
        counter-reset: num;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 {
        counter-reset: num 4;
    }
    .rblp_e_box3c_1b_2 li {
        width: 25%;
        text-align: center;
        font-size: 2.85vw;
        letter-spacing: .08em;
        color: #fff;
        padding: 1vw 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .3vw;
        counter-increment: num;
    }
    .rblp_e_box3c_1b_2 li::before {
        content: counter(num);
        height: 2.8vw;
        width: 2.8vw;
        border: 1px solid;
        border-radius: 50%;
        text-align: center;
        font-size: 2.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rblp_e_box3c_1b:nth-child(2) .rblp_e_box3c_1b_2 li:first-child {
        background: #e0b7d9;
    }
    .rblp_e_box3c_1b:nth-child(2) .rblp_e_box3c_1b_2 li:nth-child(2) {
        background: #eaa9af;
    }
    .rblp_e_box3c_1b:nth-child(2) .rblp_e_box3c_1b_2 li:nth-child(3) {
        background: #cdb2a1;
    }
    .rblp_e_box3c_1b:nth-child(2) .rblp_e_box3c_1b_2 li:last-child {
        background: #f1b2a1;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 li:first-child {
        background: #98cfe3;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 li:nth-child(2) {
        background: #98cfc9;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 li:nth-child(3) {
        background: #98adc8;
    }
    .rblp_e_box3c_1b:last-child .rblp_e_box3c_1b_2 li:last-child {
        background: #c1adc8;
    }
    .rblp_e_box4 {
        background: #f5f5f7;
        padding: 8vw 5vw 6vw;
    }
    .rblp_e_box4 .rblp_e_box2a {
        padding: 0;
        position: relative;
    }
    .rblp_e_box4 .rblp_e_box2a_1 {
        position: absolute;
        top: -23vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .rblp_e_box2a_2 {
        text-align: center;
        font-size: 6.5vw;
        letter-spacing: .13em;
        margin-bottom: 3vw;
    }
    .rblp_e_box2a_3 {
        font-size: 3.2vw;
        text-align: center;
        letter-spacing: .07em;
        line-height: 1.7;
        margin-bottom: 4vw;
    }
    .rblp_e_box4b_1 {
        font-size: 3.8vw;
        text-align: center;
        letter-spacing: .1em;
        line-height: 1.7;
        padding: 6vw 0 2vw;
    }
    .rblp_e_box4b_2 {
        font-size: 7.5vw;
        text-align: center;
        letter-spacing: .05em;
        margin: 0 2vw;
        padding: 0 5vw 3.5vw;
        border-bottom: 1px solid;
        margin-bottom: 5vw;
    }
    .rblp_e_box4b_3 {
        margin-bottom: 4vw;
    }
    .rblp_e_box4b_5 {
        display: flex;
        align-items: center;
        gap: 4vw;
        padding: 3vw 2vw;
        margin-bottom: 5vw;
    }
    .rblp_e_box4b_5a {
        width: 18vw;
    }
    .rblp_e_box4b_5b {
        font-size: 3.7vw;
        letter-spacing: .03em;
        line-height: 1.75;
    }
    .rblp_e_box4c {
        background: #fff;
        padding: 7vw 0 0;
        margin-bottom: 7vw;
    }
    .rblp_e_box4c_1 {
        font-size: 5.3vw;
        text-align: center;
        letter-spacing: .07em;
        line-height: 1.7;
        margin-bottom: 3vw;
    }
    .rblp_e_box4c_1 span {
        position: relative;
    }
    .rblp_e_box4c_1 span::after {
        display: block;
        content: '';
        height: 1.5px;
        width: 69vw;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .rblp_e_box4c_2 {
        font-size: 4.7vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 3.5vw;
    }
    .rblp_e_box4c_3 {
        display: flex;
        justify-content: space-between;
        gap: .5vw;
    }
    .rblp_e_box4c_3a {
        width: 50%;
        display: flex;
        flex-direction: column-reverse;
    }
    .rblp_e_box4c_3a_1 {
        background: #b99970;
        color: #fff;
        padding: 2.5vw 5vw;
        font-size: 3.5vw;
        font-weight: 200;
        letter-spacing: .05em;
        line-height: 1.5;
        text-align: center;
    }
    .rblp_e_box4c_3a_1 span {
        font-weight: 500;
        position: relative;
    }
    .rblp_e_box4c_3a_1 span::after {
        display: block;
        content: '';
        height: 1px;
        width: 26vw;
        background: #fff;
        position: absolute;
        bottom: 1px;
        left: 0;
    }
    .rblp_e_box4c_3a:first-child .rblp_e_box4c_3a_1 span:last-child::after,
    .rblp_e_box4c_3a:last-child .rblp_e_box4c_3a_1 span:last-child::after {
        width: 7.3vw;
    }
    .rblp_e_box4c_3a:last-child .rblp_e_box4c_3a_1 span:first-child::after {
        width: 22vw;
    }
    .rblp_e_box4d {
        background: #fff;
        padding: 7vw 0 4vw;
    }
    .rblp_e_box4d_1 {
        font-size: 4.3vw;
        text-align: center;
        letter-spacing: .1em;
        line-height: 1.6;
        margin-bottom: 2.5vw;
    }
    .rblp_e_box4d_1 span {
        font-size: 5.7vw;
        letter-spacing: .12em;
    }
    .rblp_e_box4d_2b {
        padding: 5vw 0 0;
        display: flex;
        flex-direction: column;
        gap: 2.5vw;
        text-align: center;
    }
    .rblp_e_box4d_2b_1 {
        font-size: 3.3vw;
        letter-spacing: .05em;
        color: #ac8b58;
    }
    .rblp_e_box4d_2b_2 {
        font-size: 4.8vw;
        letter-spacing: .13em;
        line-height: 1.35;
    }
    .rblp_e_box4d_2b_2 span {
        font-size: 11vw;
        letter-spacing: 0;
    }
    .rblp_e_box5 {
        position: relative;
    }
    .rblp_e_box5a {
        position: relative;
    }
    .rblp_e_box5b {
        font-size: 4.7vw;
        letter-spacing: .05em;
        line-height: 1.8;
        position: absolute;
        top: 16vw;
        left: 8vw;
    }
    .rblp_e_box5b span {
        background: #fff;
    }
    .rblp_f_box {
        padding: 20vw 0 1vw;
    }
    .rblp_f_box1 {
        font-size: 5.5vw;
        text-align: center;
        letter-spacing: .05em;
        margin-bottom: 4vw;
    }
    .rblp_f_box2 {
        font-size: 3.3vw;
        text-align: center;
        letter-spacing: .1em;
        line-height: 1.7;
        margin-bottom: 5vw;
    }
    .rblp_f_box3 {
        margin-bottom: 1vw;
    }
    .rblp_f_box4 {
        background: #f5f5f7;
        padding: 8vw 9vw 9vw;
    }
    .rblp_f_box4a {
        font-size: 4.3vw;
        text-align: center;
        letter-spacing: .1em;
        padding-bottom: 3vw;
        border-bottom: 1.5px solid #ac8b58;
        margin-bottom: 6vw;
        position: relative;
    }
    .rblp_f_box4a::before,
    .rblp_f_box4a::after{
        display: inline-block;
        content: '';
        height: 1.35vw;
        width: 1.35vw;
        border: 1.5px solid #ac8b58;
        border-radius: 50%;
        position: absolute;
        bottom: -.9vw;
    }
    .rblp_f_box4a::before{
        left: -.6vw;
    }
    .rblp_f_box4a::after{
        right: -.6vw;
    }
    .rblp_f_box4b {
        position: relative;
    }
    .rblp_f_box4b_1b {
        font-size: 3.3vw;
        text-align: center;
        letter-spacing: .1em;
        padding-top: 4vw;
    }
    .rblp_f_box4b_2 {
        color: #595858;
        font-size: 1.8vw;
        position: absolute;
        bottom: -12.5vw;
        right: -7vw;
    }
    .rblp_f_box5 {
        padding: 9vw 8vw;
    }
    .rblp_f_box5a,
    .rblp_f_box5b_1:first-child {
        margin-bottom: 1vw;
    }
    .rblp_f_box5a,
    .rblp_f_box5b_1{
        position: relative;
    }
    .rblp_f_box5a_1 {
        color: #fff;
        position: absolute;
        bottom: 6.5vw;
        left: 4.5vw;
    }
    .rblp_f_box5a_1a {
        font-size: 3vw;
        letter-spacing: .03em;
        margin-bottom: 2vw;
        position: relative;
    }
    .rblp_f_box5a_1a::before {
        display: inline-block;
        content: '';
        height: 1.5px;
        width: 3vw;
        background: #fff;
        position: absolute;
        top: 50%;
        left: -4.4vw;
    }
    .rblp_f_box5a_1b {
        font-size: 3.4vw;
        letter-spacing: .08em;
        line-height: 1.6;
    }
    .rblp_f_box5b_1a {
        position: absolute;
        top: 8vw;
        left: 4.5vw;
    }
    .rblp_f_box5b_1a .rblp_f_box5a_1a::before {
        background: #333;
    }
    
    .sup_re_guarantee_ttl{
        font-size: 3.8vw;
        font-weight: 500;
        letter-spacing: .4vw;
    }
    #pd_l{
        background: none;
    }
    
    .rblp_g_ttl {
        font-size: 4.3vw;
        text-align: center;
        letter-spacing: .15em;
        margin-bottom: 8vw;
    }
    .rblp_g_box1,
    .rblp_g_box2 {
        padding: 0 6vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 2vw;
    }
    .rblp_g_box1a {
        width: 48%;
    }
    .rblp_g_box1a_img {
        width: 30vw;
        margin: 0 auto 5vw;
    }
    .rblp_g_box1a_1 {
        font-size: 2.5vw;
        margin-bottom: .8vw;
    }
    .rblp_g_box1a_2 {
        font-size: 2.8vw;
        letter-spacing: .03em;
        font-weight: 500;
        margin-bottom: 2.5vw;
    }
    .rblp_g_box1a_3 {
        font-size: 2.5vw;
        letter-spacing: .05em;
        line-height: 1.5;
        margin-bottom: 2.5vw;
    }
    .rblp_g_box1a_4 {
        font-size: 1.9vw;
        letter-spacing: .05em;
        margin-bottom: 1vw;
    }
    .rblp_g_box1a_5 {
        font-size: 5vw;
        font-weight: bold;
        letter-spacing: .03em;
    }
    .rblp_g_box1a_5 span {
        font-size: 1.5vw;
        padding-left: 1vw;
    }
    .rblp_g_box1a_6 .w2_cart {
        padding: 0;
    }
    .rblp_g_box1a_6 .cart-select_list div,
    .rblp_g_box1a_6 .cart-radio_list div,
    .rblp_g_box1a_6 .cart-add_list div{
        font-size: 2.3vw;
    }
    .rblp_g_box1a_6 .w2_cart .cart-radio_list .item_name{
        font-size: 2.5vw;
    }
    .rblp_g_box1a_6 .w2_cart .cart-select_list select,
    .rblp_g_box1a_6 .cart-add_item {
        width: 38vw;
    }
    .rblp_g_box1a_7 {
        font-size: 1.3vw;
        line-height: 1.3;
    }
    [id^="xs2_color"] {
        width: 35vw;
        margin: 0 auto;
    }
    [id^="xs2_color"] .splide__pagination {
        bottom: 1vw !important;
    }
    [id^="xs2_color"] .splide__pagination__page{
        height: 1vw;
        width: 1vw;
    }
    [id^="xs2_color"] .splide__pagination li:first-child .splide__pagination__page{
        background: #333;
    }
    [id^="xs2_color"] .splide__pagination li:last-child .splide__pagination__page{
        background: #fff!important;
        border: .5px solid #333;
    }
}

/* */
@media screen and (max-width: 767px) {
	.cpn-area-price1 {
		padding: 0vw 4vw 5vw;
	}
}
@media screen and (min-width: 768px) {
	.cpn-area-price1 {
		padding-bottom: 1vw;
	}
}