/*
/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/elexahand/
Description:MYTREX AQUA LIFT
Version: 1.0
*/

/*フェイスライン*/
#video-hand {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn, #video-btn.current {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/aqua/mv_play.png);
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 1.0;
}
#video-btn.current::after {
	background-image: url(/wp-content/themes/mytrex/img/product/prove/mv_stop.png);
	opacity: 0.1;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	top: auto;
	left: auto;
}
@media screen and (max-width: 767px) {
	#video-btn::after {
		width: 13.7vw;
		height: 6.5vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;

		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
   }
	#video-btn.current::after {
		width: 8vw;
		height: 8vw;
		bottom: 2vw;
		right: 2vw;
   }
}
@media screen and (min-width: 768px) {
   #video-btn::after {
		width: 13.8vw;
		height: 6.6vw;
	}
	#video-btn.current::after {
		width: 4vw;
		height: 4vw;
   }
	#video-btn.current::after {
		bottom: 2vw;
		right: 2vw;
   }
}
#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;
		margin-right: auto;
		margin-left: auto;
   }
}
.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: #f1f5f7;
		*/
   }
	#pd_l2 {
		padding: 10% 0 10%;
   }
	#pd_mv {
		background: #ffffff;
		z-index: 1;
		/* padding-top: 14vw; */
		margin-bottom: 10vw;
   }
}
@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
   }
	#pd_l {
		padding: 5% 0 5%;
		background: #f3f4f4;
   }
	#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: 6.4vw;
		line-height: 1;
		letter-spacing: .5vw;
   }
	.pd_c_nm4 {
		padding: 2vw 0 5vw;
		font-size: 7vw;
		font-weight: 800;
		line-height: 11vw;
		letter-spacing: .3vw;
		border-bottom: 1px solid #000;
		margin: 4vw;
		transform: scale(1,0.95);
   }
	.pd_c_text {
		padding: 0 4vw 9vw;
		font-size: 3.3vw;
		line-height: 1.57;
		letter-spacing: .4vw;
   }
	.pd_c_text sup {
		display: inline-block;
		transform: scale(0.7);
   }
	.pd_c_text small {
		display: inline-block;
		padding-top: 4.5vw;
		font-size: 2vw;
		letter-spacing: 0.1vw;
   }
	.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;
   }
	.pd_c_release{
	background: #000000;
    font-size: 4.3vw;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    padding: 2.9vw 1.0vw;
    margin-bottom: 6vw;
    font-weight: 800;
	}
}
@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 4vw 0vw 0vw;
   }
	.pd_c_box {
		padding: 1vw 1vw;
   }
	.pd_c_ttl_sub {
		padding: 0vw 0vw 0vw;
		font-size: 1.3vw;
		line-height: 2vw;
		letter-spacing: 0.05vw;
   }
	.pd_c_ttl_sub2 {
		padding: 1vw 0vw 1vw;
		font-size: 1.6vw;
		line-height: 2.5vw;
		letter-spacing: 0.15vw;
   }
	.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_text {
		font-size: 1.2vw;
		line-height: 2vw;
		letter-spacing: .05vw;
   }
	.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;
   }
	.pd_c_release{
	background: #000000;
    font-size: 1.3vw;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    padding: 0.9vw 1.0vw;
    margin-bottom: 1vw;
    font-weight: 800;
	}
}
/*** 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: 15vw 0 15vw;
		/* background-color: #f2f2f2; */
   }
	.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.7vw;
		line-height: 1.7;
		letter-spacing: 0vw;
		color: #231815;
		padding: 3vw 0vw 1.0vw 0vw;
		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 5vw 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: #2d2926;
}

@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: 6.5vw;
}
.pdct_n_a_sp_sub {
text-align: center;
font-size: 5.5vw;
letter-spacing: 1.1vw;
margin-bottom: 4vw;
}
.pdct_n_a_sp_sub {
text-align: center;
}
.pdct_n_a_sp_ttl {
text-align: center;
font-size: 5.3vw;
letter-spacing: 0.8vw;
margin-bottom: 5vw;
font-weight: 700;
transform: scale(1,0.9);
}
.pdct_n_a_sp_ttl2 {
text-align: center;
font-size: 2.8vw;
letter-spacing: 0.1em;
margin-bottom: 12vw;
}
}

@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          ***/

/*** ELEXA HAND ***/

@media screen and (min-width: 768px) {
	.pd_b_pc picture {
        min-height: 33vw;
    }
	#pd_c {
	  padding-bottom: 8.33vw;
	}
	#hand_a {
	  padding-bottom: 9.11vw;
	}
	.hand_a_box01a {
	  font-size: 2.19vw;
	  letter-spacing: 0.2em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.hand_b_box01 {
	  text-align: center;
	  margin-bottom: 3.91vw;
	}
	.hand_b_box01a {
	  font-size: 3.39vw;
	  letter-spacing: 0.02em;
	  color: #ebeeef;
	  font-weight: bold;
	  margin-bottom: 1.3vw;
	}
	.hand_b_box01b {
	  font-size: 1.3vw;
	  letter-spacing: 0.16em;
	}
	.hand_b_box02 {
	  margin-bottom: 4.69vw;
	}
	.hand_b_box02a {
	  position: relative;
	}
	.hand_b_box02a_2 {
	  position: absolute;
	  left: 9.9vw;
	  top: 14.06vw;
	}
	.hand_b_box02a_2a {
	  font-size: 1.82vw;
	  letter-spacing: 0.1em;
	  line-height: 1.51;
	  font-weight: bold;
	  margin-bottom: 1.56vw;
	}
	.hand_b_box02a_2b {
	  font-size: 1.3vw;
	  letter-spacing: 0.08em;
	  line-height: 1.48;
	}
	.hand_b_box03 {
	  margin-bottom: 3.91vw;
	}
	.hand_b_box03a {
	  font-size: 2.19vw;
	  letter-spacing: 0.08em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 4.69vw;
	}
	.hand_b_box03b {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 9.9vw;
	  margin-right: 9.9vw;
	}
	.hand_b_box03b_1 {
	  width: 41.77vw;
	}
	.hand_b_box03b_2 {
	  width: 35.63vw;
	}
	.hand_b_box03b_2a {
	  padding: 1.3vw 0 1.82vw;
	  font-size: 1.3vw;
	  letter-spacing: 0.09em;
	  font-weight: bold;
	  text-align: center;
	}
	.hand_b_box04 {
	  margin-bottom: 7.03vw;
	}
	.hand_b_box04a {
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.hand_b_box04a_1 {
	  font-size: 3.39vw;
	  letter-spacing: 0.02em;
	  color: #ebeeef;
	  font-weight: bold;
	  margin-bottom: 1.3vw;
	}
	.hand_b_box04a_2 {
	  font-size: 1.3vw;
	  letter-spacing: 0.16em;
	}
	.hand_b_box04b {
	  width: 35.68vw;
	  margin-inline: auto;
	  margin-bottom: 1.56vw;
	}
	.hand_b_box04c {
	  font-size: 0.83vw;
	  letter-spacing: 0.129em;
	  line-height: 1.5;
	  text-align: center;
	}
	.hand_b_box05 {
	  margin-bottom: 7.81vw;
	}
	.hand_c_box {
	  background-color: #f2f2f2;
	  padding: 4.17vw 0 4.17vw;
	}
	.hand_c_box01 {
	  font-size: 1.82vw;
	  letter-spacing: 0.22em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.hand_c_box02 {
	  display: flex;
	  justify-content: space-between;
	  width: 38.02vw;
	  margin-inline: auto;
	  margin-bottom: 3.13vw;
	}
	.hand_c_box02a {
	  width: 9.38vw;
	}
	.hand_c_box02a_1 {
	  margin-bottom: 1.56vw;
	}
	.hand_c_box02a_2 {
	  font-size: 0.83vw;
	  letter-spacing: 0.085em;
	  line-height: 1.5;
	  text-align: center;
	}
	.hand_c_box03 {
	  background-color: #fff;
	  width: 60vw;
	  padding: 2.6vw 2.6vw;
	  margin-inline: auto;
	  position: relative;
	}
	.hand_c_box03::after {
	  content: "";
	  display: block;
	  background: #f2f2f2;
	  height: calc(tan(60deg) * 15px / 2);
	  width: 20px;
	  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
			  clip-path: polygon(50% 0, 100% 100%, 0 100%);
	  transform: rotate(180deg);
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: 0;
	}
	.hand_c_box03a {
	  font-size: 1.82vw;
	  letter-spacing: 0.065em;
	  text-align: center;
	  margin-bottom: 1.04vw;
	}
	.hand_c_box03a span {
	  color: #c1a08d;
	  font-weight: bold;
	}
	.hand_c_box03b {
	  font-size: 0.83vw;
	  letter-spacing: 0.09em;
	  line-height: 1.5;
	  text-align: center;
	}
	.hand_d_box {
	  padding: 6.77vw 0 7.81vw;
	}
	.hand_d_box01 {
	  display: flex;
	  justify-content: flex-end;
	}
	.hand_d_box01a {
	  margin-right: 6.25vw;
	}
	.hand_d_box01a_1 {
	  display: flex;
	  align-items: center;
	  font-size: 2.19vw;
	  letter-spacing: 0.06em;
	  font-weight: bold;
	  border-left: 0.52vw solid #b39f8b;
	  height: 4.32vw;
	  padding-left: 1.82vw;
	  margin-bottom: 3.91vw;
	}
	.hand_d_box01a_2 {
	  margin-bottom: 4.17vw;
	}
	.hand_d_box01a_2a {
	  display: flex;
	  align-items: center;
	  margin-bottom: 1.3vw;
	}
	.hand_d_box01a_2a_1 {
	  font-size: 4.69vw;
	  font-weight: bold;
	  color: #b39f8b;
	  border-right: 1px solid #333333;
	  padding-right: 1.56vw;
	  margin-right: 1.82vw;
	}
	.hand_d_box01a_2a_2 {
	  font-size: 1.46vw;
	  letter-spacing: 0.07em;
	  line-height: 1.86;
	  font-weight: bold;
	}
	.hand_d_box01a_2a_2 span {
	  font-size: 1.82vw;
	}
	.hand_d_box01a_2b {
	  border-top: 1px solid #333333;
	  padding-top: 1.3vw;
	  font-size: 1.3vw;
	  letter-spacing: 0.095em;
	}
	.hand_d_box01b {
	  width: 40.16vw;
	}
	.hand_e_box {
	  background-color: #f8f7f7;
	  padding-top: 3.91vw;
	  padding-bottom: 4.17vw;
	}
	.hand_e_box01 {
	  font-size: 1.82vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.hand_e_box02 {
	  background-color: #fff;
	  width: 60vw;
	  margin-inline: auto;
	  margin-bottom: 3.39vw;
	  padding: 2.34vw 9.9vw;
	  position: relative;
	}
	.hand_e_box02_inner {
	  display: flex;
	  justify-content: space-between;
	}
	.hand_e_box02a {
	  width: 17.4vw;
	}
	.hand_e_box02a_1 {
	  font-size: 1.3vw;
	  line-height: 1.48;
	  font-weight: bold;
	  margin-bottom: 1.3vw;
	}
	.hand_e_box02a_2 {
	  font-size: 0.83vw;
	  line-height: 1.75;
	}
	.hand_e_box02b {
	  width: 19.9vw;
	}
	.hand_e_box02c {
	  background-color: #b39f8b;
	  width: 6.88vw;
	  height: 6.88vw;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 1.25vw;
	  letter-spacing: 0.09em;
	  color: #fff;
	  position: absolute;
	  left: -1.56vw;
	  top: -1.56vw;
	}
	.hand_e_box03 {
	  background-color: #b39f8b;
	  width: 60vw;
	  margin-inline: auto;
	  padding: 3.13vw 0;
	}
	.hand_e_box03a {
	  font-size: 1.82vw;
	  letter-spacing: 0.07em;
	  line-height: 1.49;
	  text-align: center;
	  font-weight: bold;
	  color: #fff;
	  margin-bottom: 1.56vw;
	  display: flex;
	  justify-content: center;
	}
	.hand_e_bracket {
	  display: inline-block;
	  width: 1.09vw;
	}
	.hand_e_bracket:first-child {
	  margin-right: 2.34vw;
	}
	.hand_e_bracket:last-child {
	  transform: rotate(180deg);
	  margin-left: 2.34vw;
	}
	.hand_e_box03b {
	  font-size: 1.3vw;
	  letter-spacing: 0.07em;
	  color: #fff;
	  text-align: center;
	}
	.hand_f_box {
	  padding-top: 9.9vw;
	  padding-bottom: 7.03vw;
	}
	.hand_g_box {
	  background-color: #f8f7f7;
	  padding-top: 5.73vw;
	  padding-bottom: 7.81vw;
	}
	.hand_g_box01 {
	  font-size: 1.3vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 1.3vw;
	}
	.hand_g_box01 span:first-child {
	  transform: rotate(-140deg);
	  display: inline-block;
	  margin-bottom: -10px;
	  position: relative;
	  bottom: -4px;
	}
	.hand_g_box01 span:last-child {
	  transform: rotate(140deg);
	  display: inline-block;
	  position: relative;
	  bottom: -4px;
	}
	.hand_g_box02 {
	  font-size: 1.82vw;
	  letter-spacing: 0.12em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 2.86vw;
	}
	.hand_g_box03 {
	  width: 60.21vw;
	  margin-inline: auto;
	}
	#hand_h {
	  background-color: #f8f7f7;
	  padding-bottom: 7.81vw;
	}
	.hand_h_box {
	  background-color: #fff;
	  padding: 4.43vw 0 3.65vw;
	}
	.hand_h_box01 {
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.hand_h_box01a {
	  font-size: 3.39vw;
	  letter-spacing: 0.02em;
	  color: #ebeeef;
	  font-weight: bold;
	  margin-bottom: 1.3vw;
	}
	.hand_h_box01b {
	  font-size: 1.82vw;
	  letter-spacing: 0.1em;
	  font-weight: bold;
	}
	.hand_h_box02 {
	  width: 60.21vw;
	  margin-inline: auto;
	  margin-bottom: 1.56vw;
	}
	.hand_h_box03 {
	  width: 39.84vw;
	  margin-inline: auto;
	  font-size: 0.83vw;
	  line-height: 1.5;
	  margin-bottom: 1.56vw;
	}
	.hand_h_box04 {
	  width: 39.84vw;
	  margin-inline: auto;
	  font-size: 0.47vw;
	  letter-spacing: 0.095em;
	}
	#hand_i {
	  padding-top: 6.51vw;
	}
	.hand_i_box01 {
	  font-size: 1.82vw;
	  letter-spacing: 0.12em;
	  font-weight: bold;
	  text-align: center;
	  padding: 2.6vw 0;
	}
	.hand_j_box {
	  padding-top: 8.85vw;
	}
	.hand_j_box01 {
	  font-size: 1.82vw;
	  letter-spacing: 0.16em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 3.13vw;
	}
	.hand_j_box03_inner {
	  background-color: #f2f2f2;
	  padding: 4.17vw 10.16vw 6.77vw;
	}
	.hand_j_box03a_wrap {
	  display: flex;
	  flex-wrap: wrap;
	  row-gap: 4.17vw;
	  justify-content: space-between;
	  margin-bottom: 2.6vw;
	}
	.hand_j_box03a {
	  width: 37.76vw;
	  padding: 3.13vw 1.82vw 3.13vw;
	  border-top: 1px solid #353535;
	  border-bottom: 1px solid #353535;
	  background-color: #fff;
	}
	.hand_j_box03a_1 {
	  font-size: 1.3vw;
	  letter-spacing: 0.05em;
	  line-height: 1.6;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 2.6vw;
	}
	.hand_j_box03a_2 {
	  font-size: 1.09vw;
	  line-height: 1.48;
	}
	.hand_j_box03b {
	  font-size: 0.83vw;
	  letter-spacing: 0.09em;
	}
	#pd_l {
	  background-color: #fff;
	}
	.hand_k_box {
	  padding-top: 3.65vw;
	  margin-left: 3.65vw;
	  margin-right: 3.65vw;
	}
	.hand_k_box01 {
	  text-align: center;
	  margin-bottom: 5.21vw;
	}
	.hand_k_box01a {
	  font-size: 3.39vw;
	  letter-spacing: 0.02em;
	  color: #ebeeef;
	  font-weight: bold;
	  margin-bottom: 1.3vw;
	}
	.hand_k_box01b {
	  font-size: 1.82vw;
	  letter-spacing: 0.16em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 3.13vw;
	}
	.hand_k_box02 {
	  font-size: 1.3vw;
	  letter-spacing: 0.05em;
	  line-height: 1.6;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 2.6vw;
	}
	.hand_k_box03 {
	  font-size: 1.09vw;
	  line-height: 1.48;
	  text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.hand_a_box01 {
	  padding-bottom: 23.33vw;
	}
	.hand_a_box01a {
	  font-size: 4.67vw;
	  letter-spacing: 0.05em;
	  line-height: 1.57;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 4vw;
		color: #2d2926;
	}
	.hand_b_box01 {
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.hand_b_box01a {
	  font-size: 4.4vw;
	  letter-spacing: 0.04em;
	  color: #ebeeef;
	  margin-bottom: 1.33vw;
		font-weight: 800;
	}
	.hand_b_box01b {
	  font-size: 3.33vw;
	  letter-spacing: 0.07em;
	}
	.hand_b_box02 {
	  margin-bottom: 16vw;
	}
	.hand_b_box02a {
	  position: relative;
	}
	.hand_b_box02a_2a {
	  font-size: 4.67vw;
	  letter-spacing: 0.089em;
	  line-height: 1.57;
	  text-align: center;
	  font-weight: bold;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: 9.33vw;
	}
	.hand_b_box02a_1 {
	  margin-bottom: 5.33vw;
	}
	.hand_b_box02a_2b {
	  font-size: 3.2vw;
	  letter-spacing: 0.035em;
	  line-height: 1.79;
	  text-align: center;
	}
	.hand_b_box03a {
		font-size: 4.5vw;
		letter-spacing: .07em;
		line-height: 1.6;
		text-align: center;
	    font-weight: 700;
	    margin-bottom: 4vw;
	}
	.hand_b_box03b_1 {
	  margin-bottom: 8vw;
	}
	.hand_b_box03b_2a {
	  font-size: 3.2vw;
	  letter-spacing: 0.09em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.hand_b_box03b_2b {
		margin-left: 5vw;
		margin-right: 5vw;
	    margin-bottom: 4.5vw;
    	margin-top: 4.5vw;
	}
	.hand_b_box04 {
	  background-color: #f2f2f2;
	  padding: 8vw 10.5vw 11.33vw;
	}
	.hand_b_box04a {
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.hand_b_box04a_1 {
	  font-size: 5.33vw;
	  letter-spacing: 0.02em;
	  font-weight: bold;
	  margin-bottom: 1.33vw;
	}
	.hand_b_box04a_2 {
	  font-size: 2.8vw;
	  letter-spacing: 0.16em;
	}
	.hand_b_box04b {
	  margin-bottom: 5.33vw;
	}
	.hand_b_box04c {
	  font-size: 3.1vw;
	  letter-spacing: 0.08em;
	  line-height: 1.5;
	  font-weight: bold;
	  text-align: center;
		color: #353535;
	}
	.hand_b_box04c_1 {
	  font-weight: normal;
	  padding-top: 5.3vw;
	  font-size: 1.33vw;
	  letter-spacing: 0.1em;
	}
	.hand_b_box05 {
	  padding-top: 26.67vw;
	  padding-bottom: 21.2vw;
	}
	.hand_c_box {
	  background-color: #f2f2f2;
	}
	.hand_c_box01 {
	  padding-top: 8vw;
	  padding-bottom: 4.67vw;
	  font-size: 4.67vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  font-weight: bold;
	}
	.hand_c_box02 {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 4vw;
	  margin-right: 4vw;
	  padding-bottom: 8vw;
	  position: relative;
	}
	.hand_c_box02::after {
	  content: "";
	  display: block;
	  background: #f2f2f2;
	  height: calc(tan(62deg) * 16px / 2);
	  width: 30px;
	  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
			  clip-path: polygon(50% 0, 100% 100%, 0 100%);
	  transform: rotate(180deg);
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  bottom: -13px;
	}
	.hand_c_box02a {
	  width: 24vw;
	}
	.hand_c_box02a_1 {
	  margin-bottom: 6.67vw;
	}
	.hand_c_box02a_2 {
	  font-size: 2.93vw;
	  line-height: 1.29;
	  text-align: center;
	}
	.hand_c_box03 {
	  background-color: #fff;
	  padding-top: 10vw;
	  padding-bottom: 10vw;
	}
	.hand_c_box03a {
	  font-size: 4.67vw;
	  letter-spacing: 0.1em;
	  line-height: 1.57;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.hand_c_box03a span {
	  color: #c1a08d;
	}
	.hand_c_box03b {
	  font-size: 3.2vw;
	  letter-spacing: 0.109em;
	  line-height: 1.5;
	  text-align: center;
		color: #333333;
	}
	.hand_d_box01 {
	  display: flex;
	  flex-direction: column-reverse;
	  position: relative;
	}
	.hand_d_box::before {
	  content: "";
	  background-color: #f2f2f2;
	  display: block;
	  width: 100%;
	  height: 40.67vw;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.hand_d_box::after {
	  content: "";
	  display: block;
	  background: #fff;
	  height: calc(tan(62deg) * 16px / 2);
	  width: 30px;
	  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
			  clip-path: polygon(50% 0, 100% 100%, 0 100%);
	  transform: rotate(180deg);
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: 0;
	}
	.hand_d_box01b {
	  margin-left: 9.33vw;
	  margin-right: 9.33vw;
	  margin-bottom: 7.33vw;
	  padding-top: 7.33vw;
	}
	.hand_d_box01a_1 {
	  font-size: 4.67vw;
	  letter-spacing: 0.1em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 6vw;
		color: #353535;
	}
	.hand_d_box01a {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
		color: #333;
		padding-bottom: 6vw;
	}
	.hand_d_box01a_2 {
	  margin-bottom: 7.33vw;
	}
	.hand_d_box01a_2a {
	  display: flex;
	  align-items: center;
	  margin-bottom: 3.33vw;
		margin-left: 3vw;
	}
	.hand_d_box01a_2a_1 {
	  font-size: 8vw;
	  color: #b39f8b;
	  padding-right: 2.67vw;
	  border-right: 1px solid #333333;
	  margin-right: 4vw;
	  display: flex;
	  align-items: center;
	  height: 14.4vw;
		font-weight: 800;
	}
	.hand_d_box01a_2b {
		border-top: 1px solid #333;
		padding-top: 4.3vw;
		font-size: 3.0vw;
		letter-spacing: .1em;
		padding-left: 3vw;
	}
	.hand_d_box01a_2a_2 {
	  font-size: 3.73vw;
	  letter-spacing: 0.1em;
	  line-height: 1.79;
	  font-weight: bold;
	}
	.hand_d_box01a_2a_2 span {
	  font-size: 4.67vw;
	}
	.hand_e_box {
	  background-color: #f2f2f2;
	  padding-top: 10.67vw;
	  margin-bottom: 8vw;
	}
	.hand_e_box01 {
	  font-size: 4.4vw;
	  letter-spacing: 0.08em;
	  line-height: 1.57;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 6vw;
	}
	.hand_e_box02 {
	  margin-left: 4.67vw;
	  margin-right: 4.67vw;
	  margin-bottom: 8vw;
	}
	.hand_e_box02_inner {
	  background-color: #fff;
	  padding: 8vw 4.67vw 8vw;
	  display: flex;
	  flex-direction: column-reverse;
	}
	.hand_e_box02b {
	  margin-bottom: 4.67vw;
	}
	.hand_e_box02a_1 {
	  font-size: 3.33vw;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.hand_e_box02a_2 {
	  padding-left: 5.33vw;
	  padding-right: 5.33vw;
	  font-size: 3.2vw;
	  line-height: 1.54;
	}
	.hand_e_box03 {
	  background-color: #b39f8b;
	  padding: 8vw 4.67vw 8vw;
	}
	.hand_e_box03a {
	  font-size: 4.67vw;
	  letter-spacing: 0.1em;
	  line-height: 1.57;
	  color: #fff;
	  text-align: center;
	  font-weight: bold;
	  padding-bottom: 4vw;
	  border-bottom: 1px solid #fff;
	  margin-bottom: 4.67vw;
	}
	.hand_e_box03b {
	  font-size: 3.33vw;
	  letter-spacing: 0.12em;
	  line-height: 1.52;
	  text-align: center;
	  color: #fff;
	}
	.hand_g_box {
	  margin-top: 18.67vw !important;
	}
	.hand_g_box {
	  background-color: #f2f2f2;
	  padding: 10.67vw 10vw 12vw;
	}
	.hand_g_box01,
  .hand_g_box02 {
	  font-size: 4.67vw;
	  letter-spacing: 0.06em;
	  line-height: 1.57;
	  font-weight: bold;
	  text-align: center;
	}
	.hand_g_box02 {
	  margin-bottom: 3.33vw;
	}
	.hand_h_box {
	  padding: 16vw 9.33vw 0;
	}
	.hand_h_box01 {
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.hand_h_box01a {
	  font-size: 5.33vw;
	  letter-spacing: 0.04em;
	  color: #ebeeef;
	  font-weight: bold;
	  margin-bottom: 2vw;
		transform: scale(1, 0.9);
	}
	.hand_h_box01b {
	  font-size: 3.33vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	}
	.hand_h_box02 {
	  margin-bottom: 3.33vw;
	}
	.hand_h_box03 {
	  font-size: 2.8vw;
	  letter-spacing: 0.03em;
	  line-height: 1.48;
	  margin-bottom: 4vw;
	}
	.hand_h_box03 strong {
	  font-weight: normal;
	}
	.hand_h_box04 {
	  font-size: 1.33vw;
	  letter-spacing: 0.055em;
	}
	.hand_i_box {
	  padding-top: 18.67vw;
	}
	.hand_i_box01 {
	  text-align: center;
	  margin-bottom: 8vw;
	  font-size: 4.67vw;
	  letter-spacing: 0.08em;
	  line-height: 1.57;
	  text-align: center;
	  font-weight: bold;
	}
	.hand_i_box01a {
	  font-size: 5.33vw;
	  letter-spacing: 0.04em;
	  color: #ebeeef;
	  margin-bottom: 2vw;
		transform: scale(1, 0.9);
	}
	.hand_j_box {
	  padding-top: 10.5vw;
	}
	.hand_j_box01 {
	  text-align: center;
	  margin-bottom: 5.33vw;
	  font-size: 4.67vw;
	  letter-spacing: 0.08em;
	  line-height: 1.57;
	  text-align: center;
	  font-weight: bold;
	}
	.hand_j_box01a {
	  font-size: 5.33vw;
	  letter-spacing: 0.04em;
	  color: #ebeeef;
	  margin-bottom: 0vw;
		transform: scale(1, 0.9);
	}
	.hand_j_box03_inner {
	  background-color: #f8f8fa;
	  padding: 9.33vw 4.67vw 9.33vw;
		color: #333333;
	}
	.hand_j_box03c {
	  font-size: 4.67vw;
	  letter-spacing: 0.09em;
	  line-height: 1.57;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 4vw;
	}
	.hand_j_box03a {
	  padding-top: 4vw;
	  padding-bottom: 5.33vw;
	  border-top: 1px solid #333333;
	}
	.hand_j_box03a:last-child {
	  border-bottom: 1px solid #333333;
	}
	.hand_j_box03a_1 {
	  background-color: #fff;
	  padding: 3.33vw;
	  margin-bottom: 3vw;
	  font-size: 2.6vw;
	  letter-spacing: 0.08em;
	  line-height: 1.52;
	  font-weight: bold;
	  text-align: center;
	}
	.hand_j_box03a_2 {
	  font-size: 2.8vw;
	  letter-spacing: 0.04em;
	  line-height: 1.48;
		min-height: 7vw;
	}
	.hand_j_box03b {
	  padding-top: 4vw;
	  font-size: 2.8vw;
	  letter-spacing: 0.04em;
	  line-height: 1.48;
	}
	.hand_k_box {
	  padding-top: 9.33vw;
	  margin-left: 9.33vw;
	  margin-right: 9.33vw;
	}
	.hand_k_box01 {
	  text-align: center;
	  margin-bottom: 6.67vw;
	}
	.hand_k_box01a {
	  font-size: 5.33vw;
	  letter-spacing: 0.04em;
	  color: #ebeeef;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
		transform: scale(1, 0.9);
	}
	.hand_k_box01b {
	  font-size: 3.33vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	}
	.hand_k_box02 {
	  font-size: 2.8vw;
	  letter-spacing: 0.04em;
	  line-height: 2.24;
	  margin-bottom: 6.67vw;
	}
	.hand_k_box03 {
	  font-size: 2.13vw;
	  letter-spacing: 0.02em;
	  line-height: 2.19;
	}
}

/* 返品保証 */
.pd_t_sup_box2_ttl {
    color: #c3996d;
}
.pd_t_sup_ttl:before, .pd_t_sup_ttl:after {
    background-color: transparent;
}
@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
	}
}
@media screen and (min-width: 768px)  {
	#pd_t {
		background: #e9e9e950;
	}
	#pd_l {
		padding: 5% 0 5%;
		/* background: #e9e9e950; */
	}
}