/*
/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/rebive-exf/
Description:MYTREX REBIVE EX FIT
Version: 1.0
*/

/*フェイスライン*/
#video-exf {
	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;
   }
}
@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;
   }
}
/*** 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: #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: 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          ***/

/*** REBIVE EX FIT ***/
@media screen and (min-width: 768px) {
	.pd_c_ttl_sub {
	  font-size: 0.94vw;
	  letter-spacing: 0.09em;
	}
	.pd_c_ttl_sub2 {
	  font-size: 1.72vw;
	  padding: 0;
	}
	.pd_c_nm4 {
	  font-size: 2.4vw;
	  letter-spacing: 0.07em;
	}
	.pd_bnr_authority2 {
	  padding-top: 0;
	}
	#pd_t_30day {
	  margin-top: 0 !important;
	  margin-bottom: 0;
	}
	#exf_a{
		padding-top:6vw;
	}
	.exf_a_box {
	  margin-bottom: 15.1vw;
	}
	.exf_a_box01 {
	  position: relative;
	  text-align: center;
	  margin-bottom: 3.65vw;
	}
	.exf_a_box01::after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  background-color: #efeff1;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.exf_a_box01a {
	  position: relative;
	  z-index: 1;
	  display: inline-block;
	  background-color: #fff;
	  padding: 1.3vw 5.21vw;
	  display: inline-flex;
	  flex-direction: column;
	  row-gap: 1.04vw;
	}
	.exf_a_box01a_1 {
	  font-size: 1.67vw;
	  letter-spacing: 0.102em;
	}
	.exf_a_box01a_2 {
	  font-size: 2.86vw;
	  letter-spacing: 0.14em;
	}
	.exf_a_box02 {
	  margin-bottom: 8.33vw;
	}
	.exf_a_box03 {
	  background-color: #b39f8b;
	  padding: 1.04vw 0;
	  font-size: 2.19vw;
	  letter-spacing: 0.1em;
	  color: #fff;
	  text-align: center;
	}
	.exf_a_box04_bg {
	  background-color: #efeff1;
	  padding: 0vw 3.13vw;
	}
	.exf_a_box04 {
	  background-color: #fff;
	  padding: 2.6vw 8.59vw 0vw;
	}
	.exf_a_box04a {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 3.65vw;
	  letter-spacing: 0.09em;
	  color: #b39f8b;
	  font-weight: 600;
	  margin-bottom: 3.13vw;
	}
	.exf_a_box04a span {
	  display: block;
	  padding-left: 1.56vw;
	  padding-right: 1.56vw;
	}
	.exf_a_box04a span img {
	  width: 2.86vw;
	  height: 2.86vw;
	}
	.exf_a_box04b {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 3.13vw;
	}
	.exf_a_box04b_1 {
	  width: 33.85vw;
	}
	.exf_a_box04b_1a {
	  margin-bottom: 1.56vw;
	}
	.exf_a_box04b_1b {
	  font-size: 2.24vw;
	  font-weight: 600;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.exf_a_box04b_1b .font_color {
	  color: #b39f8b;
	}
	.exf_a_box04b_1b .font_small {
	  font-size: 1.41vw;
	}
	.exf_a_box04b_1c {
	  font-size: 1.56vw;
	  line-height: 1.87;
	  text-align: center;
	}
	.exf_a_box04c {
	  width: 3.59vw;
	  margin-inline: auto;
	  margin-bottom: 3.65vw;
	}
	.exf_a_box04b_2 {
	  width: 3.54vw;
	  padding-top: 7.81vw;
	}
	.exf_b_box_bg {
	  background-color: #f3f4f6;
	  padding: 4.43vw 0 5.99vw;
	}
	.exf_b_box01 {
	  font-size: 1.09vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 1.3vw;
	}
	.exf_b_box02 {
	  font-size: 2.08vw;
	  letter-spacing: 0.179em;
	  text-align: center;
	  margin-bottom: 3.13vw;
	}
	.exf_b_box03 {
	  display: flex;
	  justify-content: space-between;
	  padding-left: 20.83vw;
	  padding-right: 20.83vw;
	}
	.exf_b_box03a {
	  width: 16.93vw;
	}
	.exf_b_box03a_2 {
	  background-color: #fff;
	  padding: 1.3vw;
	  font-size: 1.25vw;
	  line-height: 1.5;
	  text-align: center;
	}
	.exf_b_box03a_2 span {
	  font-weight: bold;
	}
	.exf_c_box {
	  margin-bottom: 10.42vw;
	}
	.exf_c_box01 {
	  font-size: 1.98vw;
	  letter-spacing: 0.22em;
	  text-align: center;
	  margin-top: -1.04vw !important;
	  margin-bottom: 6.51vw;
	}
	.exf_c_box02 {
	  font-size: 2.19vw;
	  letter-spacing: 0.04em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.exf_c_box02 span {
	  display: inline-block;
	  padding-top: 1.3vw;
	  font-size: 3.65vw;
	  color: #b39f8b;
	}
	.exf_c_box03 {
	  margin-bottom: 5.21vw;
	}
	.exf_c_box04 {
	  position: relative;
	  text-align: center;
	  padding: 0.52vw 0;
	  font-size: 2.34vw;
	  letter-spacing: 0.06em;
	  margin-bottom: 2.6vw;
	}
	.exf_c_box04::after {
	  display: block;
	  content: "";
	  width: 100%;
	  height: 100%;
	  background-color: #f3f4f6;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.exf_c_box04 > span {
	  position: relative;
	  z-index: 1;
	  background-color: #fff;
	  padding: 0.52vw 2.6vw;
	}
	.exf_d_box {
	  margin-bottom: 10.42vw;
	}
	.exf_d_box01 {
	  font-size: 1.25vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.exf_d_box03 {
	  padding: 1.3vw 0;
	  font-size: 1.82vw;
	  letter-spacing: 0.05em;
	  text-align: center;
	}
	.exf_e_box {
	  margin-bottom: 12.24vw;
	}
	.exf_e_box01 {
	  margin-bottom: 8.07vw;
	}
	.exf_e_box01a {
	  font-size: 1.25vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.exf_e_box01b {
	  font-size: 1.88vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.exf_e_box02a {
	  font-size: 2.19vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 2.86vw;
	}
	.gradation_up {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 40%, rgb(75, 75, 75) 100%);
	}
	.gradation_down {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(180deg, rgb(45, 45, 45) 40%, rgb(75, 75, 75) 100%);
	}
	.exf_f_bg {
	  padding: 6.25vw 16.93vw 5.99vw;
	}
	.exf_f_box {
	  background-color: #efeff1;
	  padding-bottom: 7.29vw;
	}
	.exf_f_box01 {
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.exf_f_box01 span,
  .exf_g_box01 span,
  .exf_h_box01a span,
  .exf_i_box01 span,
  .exf_k_box01 span {
	  display: inline-block;
	  padding: 0.52vw 7.29vw;
	  border-radius: 3px;
	  font-size: 1.25vw;
	  letter-spacing: 0.059em;
	  color: #fff;
	}
	.exf_f_box02 {
	  font-size: 1.77vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.exf_f_box03 {
	  margin-bottom: 4.43vw;
	}
	.exf_f_box04 {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 2.86vw;
	}
	.exf_f_box04a {
	  width: 31.77vw;
	  background-color: #fff;
	}
	.exf_f_box04a_1 {
	  padding: 1.04vw 0;
	  font-size: 1.72vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  color: #fff;
	}
	.exf_f_box04a_2 {
	  padding: 1.56vw 0;
	  font-size: 1.35vw;
	  letter-spacing: 0.09em;
	  line-height: 1.5;
	  text-align: center;
	}
	.exf_f_box04a_4 {
	  padding: 1.56vw 0;
	  font-size: 1.25vw;
	  letter-spacing: 0.12em;
	  line-height: 1.71;
	  text-align: center;
	}
	.exf_f_box06 {
	  padding: 5.21vw 16.93vw 5.21vw;
	  background-color: #fff;
	}
	.exf_f_box06a {
	  font-size: 1.56vw;
	  letter-spacing: 0.09em;
	  line-height: 1.73;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.exf_f_box06a span {
	  font-size: 2.08vw;
	}
	.exf_f_box06b {
	  display: flex;
	}
	.exf_f_box06b_1 {
	  width: calc(100% - 35.68vw);
	}
	.exf_f_box06b_1 img {
	  object-fit: cover;
	  height: 100%;
	}
	.exf_f_box06b_2 {
	  width: 35.68vw;
	}
	.exf_f_box06b_2 img {
	  height: 100%;
	  -o-object-fit: cover;
		 object-fit: cover;
	}
	.exf_g_box {
	  padding-top: 4.17vw;
	  padding-bottom: 8.85vw;
	}
	.exf_g_box01 {
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.exf_g_box02 {
	  font-size: 1.77vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.exf_g_box03 {
	  display: flex;
	  justify-content: space-between;
	  margin-inline: 13.28vw;
	  margin-bottom: 6.25vw;
	}
	.exf_g_box03a {
	  width: 31.25vw;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	}
	.exf_g_box03b {
	  width: 40.63vw;
	}
	.exf_g_bg {
	  background-color: #f3f4f6;
	  padding: 5.99vw 13.28vw 7.03vw;
	  position: relative;
	}
	.exf_g_box04 {
	  background-color: #2d2926;
	  width: 6.51vw;
	  height: 6.51vw;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 1.56vw;
	  color: #fff;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -3.13vw;
	  margin-inline: auto;
	}
	.exf_g_box05 {
	  font-size: 1.77vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 3.13vw;
	}
	.exf_g_box06 {
	  display: flex;
	  background-color: #fff;
	}
	.exf_g_box06a {
	  width: 36.46vw;
	}
	.exf_g_box06b {
	  width: calc(100% - 36.46vw);
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  padding: 0 3.39vw;
	  font-size: 1.56vw;
	  letter-spacing: 0.03em;
	  line-height: 1.67;
	}
	.exf_g_box06b span {
	  font-size: 0.78vw;
	  text-align: right;
	}
	.exf_h_box {
	  position: relative;
	  margin-bottom: 7.55vw;
	}
	.exf_h_bg {
	  background-color: #f3f4f6;
	  padding: 3.65vw 0 4.17vw;
	}
	.exf_h_box01a {
	  text-align: center;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -1.04vw;
	  margin-inline: auto;
	}
	.exf_h_box01b {
	  font-size: 1.77vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.exf_h_box01c {
	  display: flex;
	  justify-content: space-between;
	  margin-inline: 17.19vw;
	  margin-bottom: 5.21vw;
	}
	.exf_h_box01c_1 {
	  width: 31.04vw;
	}
	.exf_h_box01c_1a {
	  margin-bottom: 1.82vw;
	}
	.exf_h_box01c_1b {
	  border-left: 1px solid #000000;
	  border-right: 1px solid #000000;
	  font-size: 1.35vw;
	  letter-spacing: 0.06em;
	  line-height: 1.46;
	  text-align: center;
	  font-weight: bold;
	}
	.exf_h_box02 {
	  background-color: #fff;
	  text-align: center;
	  margin-bottom: 3.13vw;
	}
	.exf_h_box02 span {
	  display: inline-block;
	  background-color: #f3f4f6;
	  padding: 0.78vw 4.17vw;
	  font-size: 1.77vw;
	  letter-spacing: 0.12em;
	}
	.exf_h_box03 {
	  display: flex;
	  align-items: center;
	  margin-bottom: 2.34vw;
	}
	.exf_h_box03a {
	  width: 37.5vw;
	  background-color: #fff;
	  padding: 5.99vw 2.86vw 4.17vw 13.02vw;
	}
	.exf_h_box03a_1 {
	  margin-bottom: 1.04vw;
	}
	.exf_h_box03a_2 {
	  font-size: 1.3vw;
	  letter-spacing: 0.06em;
	  line-height: 1.6;
	}
	.exf_h_box03b {
	  width: calc(100% - 37.5vw);
	}
	.exf_h_box04 {
	  width: calc(100% - 37.5vw);
	  font-size: 0.78vw;
	  letter-spacing: 0.099em;
	  text-align: center;
	  float: right;
	}
	.exf_i_box {
	  margin-bottom: 7.29vw;
	}
	.exf_i_box01 {
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.exf_i_box02 {
	  font-size: 1.77vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.exf_i_box03 {
	  margin-inline: 13.02vw;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  row-gap: 3.65vw;
	}
	.exf_i_box03a {
	  width: 23.18vw;
	}
	.exf_i_box03a_1 {
	  margin-bottom: 0.78vw;
	  height: auto !important;
	}
	.exf_i_box03a_2 {
	  position: relative;
	  border-left: 3px solid #a29380;
	  padding-left: 1.56vw;
	}
	.exf_i_box03a_2a_1 {
	  font-size: 1.72vw;
	  letter-spacing: 0.079em;
	  margin-bottom: 0.78vw;
	}
	.exf_i_box03a_2a_2 {
	  font-size: 1.25vw;
	  line-height: 1.42;
	}
	.exf_i_box03a_2b {
	  position: absolute;
	  right: 0;
	  top: -1.82vw;
	  width: 7.5vw;
	}
	.exf_i_box03a:nth-child(4) .exf_i_box03a_2b {
	  top: 1.04vw;
	}
	.exf_j_box {
	  margin-bottom: 7.29vw;
	}
	.exf_j_box01 {
	  font-size: 1.25vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.exf_j_box02 {
	  font-size: 1.88vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.exf_j_box03 {
	  margin-bottom: 5.21vw;
	}
	.exf_j_box04 {
	  display: flex;
	  justify-content: space-between;
	  margin-inline: 13.54vw;
	  margin-bottom: 1.56vw;
	}
	.exf_j_box04a {
	  width: 17.45vw;
	}
	.exf_j_box04a_2 {
	  background-color: #efeff1;
	  padding: 1.04vw 1.04vw;
	  min-height: 11.46vw;
	}
	.exf_j_box04a_2a {
	  font-size: 1.35vw;
	  letter-spacing: 0.085em;
	  line-height: 1.38;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 0.78vw;
	}
	.exf_j_box04a_2a sup {
	  font-size: 0.68vw;
	  vertical-align: middle;
	}
	.exf_j_box04a_2b {
	  font-size: 1.04vw;
	  line-height: 1.5;
	}
	.exf_j_box04a_2b sup {
	  font-size: 0.68vw;
	  vertical-align: middle;
	}
	.exf_j_box05 {
	  margin-inline: 13.54vw;
	  font-size: 0.78vw;
	}
	.exf_k_box {
	  margin-bottom: 6.77vw;
	}
	.exf_k_bg {
	  background-color: #f8f8fa;
	  padding: 3.65vw 0 5.21vw;
	  position: relative;
	}
	.exf_k_box01 {
	  text-align: center;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -1.04vw;
	  margin-inline: auto;
	}
	.exf_k_box02 {
	  display: flex;
	  justify-content: space-between;
	  margin-inline: 13.28vw;
	}
	.exf_k_box02a {
	  width: 35.42vw;
	}
	.exf_k_box02a_1 {
	  margin-bottom: 1.56vw;
	}
	.exf_k_box02a_2 {
	  font-size: 1.3vw;
	  letter-spacing: 0.045em;
	  line-height: 1.52;
	}
	.exf_l_bg {
	  background-color: #f8f8fa;
	  padding: 5.73vw 13.28vw 7.29vw;
	}
	.exf_l_box01 {
	  font-size: 1.25vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 1.04vw;
	}
	.exf_l_box02 {
	  font-size: 1.88vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.exf_m_box01 {
	  background-color: #b39f8b;
	  padding: 0.78vw 0;
	  font-size: 1.25vw;
	  letter-spacing: 0.205em;
	  text-align: center;
	  color: #fff;
	}
	.exf_m_bg {
	  background-color: #f8f8fa;
	  padding: 5.47vw 18.75vw 14.58vw;
	}
	.exf_m_box02 {
	  margin-bottom: 6.77vw;
	}
	.exf_m_box03a {
	  border-top: 1px solid #000;
	  border-bottom: 1px solid #000;
	  padding: 1.04vw 0;
	  font-size: 1.35vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.exf_m_box03b {
	  margin-bottom: 1.82vw;
	}
	.exf_m_box03c {
	  display: flex;
	  -moz-column-gap: 0.52vw;
		   column-gap: 0.52vw;
	  margin-left: 9.9vw;
	}
	.exf_m_box03c .active,
  .exf_m_box03c a {
	  display: block;
	  width: 17.08vw;
	  padding: 0.52vw 0;
	  font-size: 1.2vw;
	  letter-spacing: 0.04em;
	  text-align: center;
	  color: #fff;
	}
	.exf_m_box03c .active {
	  background-color: #000000;
	}
	.exf_m_box03c a {
	  background-color: #b39f8b;
	}
}

@media screen and (max-width: 767px) {
	.pdct_n_a_sp_sub {
	  font-size: 5.33vw;
	  letter-spacing: 0.21em;
	  line-height: 1.55;
	}
	.pdct_n_a_sp_ttl {
	  font-size: 6.4vw;
	  letter-spacing: 0.08em;
	}
	.pd_bnr_authority2 {
	  padding: 12vw 0 20vw;
	}
	#exf_a{
		padding-top:10vw;
	}
	.exf_a_box {
	  background-color: #f8f9fb;
	}
	.exf_a_box01a {
	  text-align: center;
	}
	.exf_a_box01a_1 {
	  position: relative;
	  display: inline-block;
	  font-size: 3.6vw;
	  letter-spacing: 0.08em;
	}
	.exf_a_box01a_1::after {
	  display: block;
	  content: "";
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	  height: 100%;
	  background-color: #eeeef1;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.exf_a_box01a_1 span {
	  background-color: #fff;
	  padding: 0 4vw;
	  position: relative;
	  z-index: 1;
	}
	.exf_a_box01a_2 {
	  background-color: #fff;
	  position: relative;
	  display: block;
	  font-size: 6vw;
	  padding-top: 4vw;
	  padding-bottom: 5.33vw;
	}
	.exf_a_box02 {
	  padding-bottom: 26.67vw;
	}
	.exf_a_box03 {
	  background-color: #fff;
	  margin-left: 3.33vw;
	  margin-right: 3.33vw;
	  padding: 9.33vw 0vw 0vw 0vw;
	  font-size: 4vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	}
	.exf_a_box04_bg {
	  background-color: #f8f9fb;
	}
	.exf_a_box04a {
	  background-color: #fff;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin-inline: 3.33vw;
	  padding: 2.67vw 0vw 5.33vw 0vw;
	  font-size: 6.4vw;
	  color: #bca08b;
	}
	.exf_a_box04a span {
	  width: 4.53vw;
	  margin: 0 0.67vw;
	}
	.exf_a_box04b_1b,
  .exf_a_box04b_1c,
  .exf_a_box04b_2 {
	  margin-inline: 3.33vw;
	  background-color: #fff;
	}
	.exf_a_box04b_1b {
	  padding-top: 6vw;
	  font-size: 5.33vw;
	  text-align: center;
	  padding-bottom: 2vw;
	}
	.exf_a_box04b_1b .font_color {
	  color: #bca08b;
	}
	.exf_a_box04b_1b .font_small_sp {
	  font-size: 4.27vw;
	}
	.exf_a_box04b_1c {
	  font-size: 3.73vw;
	  letter-spacing: 0.08em;
	  line-height: 1.46;
	  text-align: center;
	  padding-bottom: 6.67vw;
	}
	.exf_a_box04b_2 {
	  padding-bottom: 4vw;
	}
	.exf_a_box04b_2 img {
	  width: 9.07vw;
	  margin-inline: auto;
	}
	.exf_a_box04c {
	  padding-top: 6vw;
	  margin-bottom: 8vw;
	}
	.exf_a_box04c img {
	  width: 9.07vw;
	  margin-inline: auto;
	}
	.exf_a_box04d_1 {
	  font-size: 4.13vw;
	  letter-spacing: 0.12em;
	  line-height: 1.81;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.exf_a_box04d_1 span {
	  font-size: 6vw;
	  letter-spacing: 0em;
	}
	.exf_a_box04d_2 {
	  padding-left: 3.33vw;
	  padding-right: 3.33vw;
	  background-color: #fff;
	  margin-bottom: 13.33vw;
	}
	.exf_b_box_bg {
	  background-color: #f8f9fb;
	  padding-top: 18.67vw;
	  padding-bottom: 10.67vw;
	}
	.exf_b_box01 {
	  font-size: 3.07vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.exf_b_box02 {
	  font-size: 5.07vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.exf_b_box03a {
	  display: flex;
	  align-items: center;
	  margin-inline: 3.33vw;
	  margin-bottom: 3.33vw;
	}
	.exf_b_box03a:nth-child(2n) {
	  flex-direction: row-reverse;
	  justify-content: flex-end;
	}
	.exf_b_box03a_1 {
	  width: 43.73vw;
	  margin-right: -21.33vw;
	  z-index: 1;
	}
	.exf_b_box03a:nth-child(2n) .exf_b_box03a_1 {
	  margin-left: -21.33vw;
	}
	.exf_b_box03a_2 {
	  width: 70vw;
	  background-color: #fff;
	  padding: 9.33vw 2.67vw 9.33vw 25.33vw;
	  font-size: 3.73vw;
	  line-height: 1.64;
	}
	.exf_b_box03a_2 span {
	  font-weight: bold;
	}
	.exf_b_box03a:nth-child(2n) .exf_b_box03a_2 {
	  padding: 9.33vw 29.33vw 9.33vw 6.67vw;
	}
	.exf_c_box {
	  margin-bottom: 16.67vw;
	}
	.exf_c_box01 {
	  font-size: 5.07vw;
	  letter-spacing: 0.22em;
	  text-align: center;
	  margin-bottom: 16vw;
	  margin-top: -2vw !important;
	}
	.exf_c_box02 {
	  font-size: 5.07vw;
	  letter-spacing: 0.04em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 4vw;
	}
	.exf_c_box02 span {
	  display: inline-block;
	  padding-top: 3.33vw;
	  font-size: 8vw;
	  letter-spacing: 0em;
	  font-weight: normal;
	  color: #bca08b;
	}
	.exf_c_box04 {
	  margin-top: -7.33vw !important;
	  position: relative;
	  z-index: 1;
	  margin-bottom: 3.33vw;
	}
	.exf_c_box04 span {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 14.93vw;
	  height: 14.93vw;
	  border-radius: 50%;
	  background-color: #ddd0c5;
	  font-size: 3.33vw;
	  letter-spacing: 0.04em;
	  margin-inline: auto;
	}
	.exf_d_box {
	  margin-bottom: 17.33vw;
	}
	.exf_d_box01 {
	  position: relative;
	  width: 100%;
	  font-size: 3.6vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	}
	.exf_d_box01::after {
	  display: block;
	  content: "";
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	  height: 100%;
	  background-color: #eeeef1;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.exf_d_box01 span {
	  display: inline-block;
	  background-color: #fff;
	  padding: 0 5.33vw;
	  position: relative;
	  z-index: 1;
	}
	.exf_e_box01 {
	  margin-bottom: 14.67vw;
	}
	.exf_e_box01a {
	  position: relative;
	  width: 100%;
	  font-size: 3.6vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 6vw;
	}
	.exf_e_box01a::after {
	  display: block;
	  content: "";
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	  height: 100%;
	  background-color: #eeeef1;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.exf_e_box01a span {
	  display: inline-block;
	  background-color: #fff;
	  padding: 0 5.33vw;
	  position: relative;
	  z-index: 1;
	}
	.exf_e_box01b {
	  font-size: 4.27vw;
	  letter-spacing: 0.08em;
	  line-height: 1.5;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.exf_e_box02a {
	  font-size: 4.67vw;
	  letter-spacing: 0.09em;
	  line-height: 1.94;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.exf_e_box02a span {
	  font-size: 6.13vw;
	  letter-spacing: 0.09em;
	}
	.exf_e_box02b {
	  margin-bottom: 26.67vw;
	}
	.gradation_up {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(0deg, rgb(45, 45, 45) 40%, rgb(75, 75, 75) 100%);
	}
	.gradation_down {
	  background: rgb(45, 45, 45);
	  background: linear-gradient(180deg, rgb(45, 45, 45) 40%, rgb(75, 75, 75) 100%);
	}
	.exf_f_box {
	  position: relative;
	}
	.exf_f_box01 span,
  .exf_g_box01 span,
  .exf_h_box01a span,
  .exf_i_box01 span,
  .exf_k_box01 span {
	  display: inline-block;
	  padding: 0.67vw 20vw;
	  border-radius: 3px;
	  font-size: 3.2vw;
	  letter-spacing: 0.059em;
	  color: #fff;
	}
	.exf_f_bg {
	  background-color: #f8f9fb;
	  padding-top: 8vw;
	}
	.exf_f_box01 {
	  text-align: center;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: -2.67vw;
	}
	.exf_f_box02 {
	  font-size: 4vw;
	  letter-spacing: 0.07em;
	  line-height: 1.8;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.exf_f_box02 span {
	  font-size: 6.13vw;
	  letter-spacing: 0em;
	}
	.exf_f_box04a_1 {
	  padding: 2.67vw 2.67vw;
	  font-size: 5.33vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  color: #fff;
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	}
	.exf_f_box04 {
	  margin-inline: 3.33vw;
	  background-color: #fff;
	}
	.exf_f_box04a {
	  margin-bottom: 13.33vw;
	}
	.exf_f_box04a_2 {
	  padding: 6vw 6vw 4.67vw;
	  font-size: 4.4vw;
	  line-height: 1.53;
	  text-align: center;
	}
	.exf_f_box04a_3 {
	  padding: 0 6vw 8vw;
	}
	.exf_f_box04a_4 {
	  font-size: 4vw;
	  line-height: 1.53;
	  text-align: center;
	  padding-bottom: 10.67vw;
	}
	.exf_f_box04a:last-child {
	  margin-bottom: 0;
	}
	.exf_f_box06 {
	  background-color: #f8f9fb;
	  padding-top: 10vw;
	}
	.exf_f_box06a {
	  font-size: 4vw;
	  letter-spacing: 0.07em;
	  line-height: 1.87;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.exf_f_box06a span {
	  font-size: 5.33vw;
	}
	.exf_g_box {
	  padding-top: 13.33vw;
	  margin-bottom: 29.33vw;
	}
	.exf_g_box01 {
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.exf_g_box02 {
	  font-size: 4.53vw;
	  letter-spacing: 0.07em;
	  line-height: 1.59;
	  text-align: center;
	  margin-bottom: 6vw;
	}
	.exf_g_box02 span {
	  font-size: 6.13vw;
	  letter-spacing: 0em;
	}
	.exf_g_box03 {
	  display: flex;
	  flex-direction: column-reverse;
	  background-color: #f8f9fb;
	}
	.exf_g_box03a_1 {
	  margin-inline: 10vw;
	  margin-bottom: 7.33vw;
	}
	.exf_g_box03b {
	  margin-bottom: 4vw;
	}
	.exf_g_bg {
	  background-color: #f8f9fb;
	  padding: 13.33vw 3.33vw 6.67vw;
	}
	.exf_g_bg_inner {
	  background-color: #fff;
	  padding: 12vw 6vw 4vw;
	  position: relative;
	}
	.exf_g_box04 {
	  width: 16vw;
	  height: 16vw;
	  border-radius: 50%;
	  background-color: #2b2421;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 3.73vw;
	  color: #fff;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: -8vw;
	}
	.exf_g_box05 {
	  font-size: 4.27vw;
	  line-height: 1.66;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.exf_g_box06a {
	  margin-bottom: 4.67vw;
	}
	.exf_g_box06b {
	  font-size: 3.47vw;
	  letter-spacing: 0.06em;
	  line-height: 1.5;
	}
	.exf_g_box06b span {
	  padding-top: 5.33vw;
	  display: block;
	  font-size: 2vw;
	  letter-spacing: 0.04em;
	}
	.exf_h_box {
	  position: relative;
	  margin-bottom: 25.33vw;
	}
	.exf_h_bg {
	  background-color: #f8f9fb;
	  padding: 6.67vw 6.67vw 0;
	}
	.exf_h_box01a {
	  text-align: center;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: -2.67vw;
	}
	.exf_h_box01b {
	  font-size: 4vw;
	  letter-spacing: 0.07em;
	  line-height: 1.93;
	  text-align: center;
	  margin-bottom: 6vw;
	}
	.exf_h_box01b span {
	  font-size: 5.33vw;
	  letter-spacing: 0em;
	}
	.exf_h_box01c_1 {
	  margin-bottom: 10vw;
	}
	.exf_h_box01c_1a {
	  margin-bottom: 5.33vw;
	}
	.exf_h_box01c_1b {
	  border-left: 1px solid #2b2421;
	  border-right: 1px solid #2b2421;
	  font-size: 3.73vw;
	  letter-spacing: 0.06em;
	  line-height: 1.57;
	  text-align: center;
	}
	.exf_h_box03a {
	  display: flex;
	  flex-direction: column-reverse;
	}
	.exf_h_arrow {
	  width: 6.13vw;
	  margin-inline: auto;
	  margin-bottom: 5.33vw;
	}
	.exf_h_box02 {
	  font-size: 4.8vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.exf_h_box03a_1 {
	  margin-bottom: 7.33vw;
	}
	.exf_h_box03a_2 {
	  font-size: 3.47vw;
	  line-height: 1.73;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.exf_h_box03b {
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	}
	.exf_h_box04 {
	  font-size: 2vw;
	  letter-spacing: 0.09em;
	  line-height: 1.47;
	  margin-left: calc(50% - 50vw);
	  margin-right: calc(50% - 50vw);
	  background-color: #fff;
	  padding: 3.33vw 6.67vw 0;
	}
	.exf_i_box {
	  background-color: rgba(248, 249, 251, 0.65);
	  position: relative;
	  padding: 8vw 0 4vw;
	  margin-bottom: 23.33vw;
	}
	.exf_i_box01 {
	  text-align: center;
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin-inline: auto;
	  top: -2.67vw;
	}
	.exf_i_box02 {
	  font-size: 4vw;
	  letter-spacing: 0.07em;
	  line-height: 1.93;
	  text-align: center;
	}
	.exf_i_box02 span {
	  font-size: 5.73vw;
	  letter-spacing: 0em;
	}
	.exf_i_box03a {
	  display: flex;
	  flex-direction: column-reverse;
	}
	.exf_i_box03a_2 {
	  display: flex;
	  flex-direction: row-reverse;
	  justify-content: flex-end;
	  -moz-column-gap: 4vw;
		   column-gap: 4vw;
	  position: relative;
	}
	.exf_i_box03 {
	  margin-inline: 3.33vw;
	}
	.exf_i_box03a {
	  border-bottom: 1px solid #d0cfd0;
	}
	.exf_i_box03a:first-child {
	  border-bottom: 1px solid #d0cfd0;
	}
	.exf_i_box03a:last-child {
	  border-bottom: none;
	}
	.exf_i_box03a_1 {
	  height: 0;
	  overflow: hidden;
	  transition: 0.5s;
	}
	.exf_i_box03a_1 picture {
	  display: block;
	  padding-bottom: 4vw;
	}
	.exf_i_box03a_2 {
	  padding-top: 4vw;
	}
	.exf_i_box03a_2a {
	  padding-top: 3.33vw;
	}
	.exf_i_box03a_2b {
	  width: 20vw;
	}
	.exf_i_box03a_2:before,
  .exf_i_box03a_2:after {
	  content: "";
	  display: block;
	  background-color: #333333;
	  position: absolute;
	  top: 50%;
	  width: 4vw;
	  height: 1px;
	  right: 8vw;
	}
	.exf_i_box03a_2:after {
	  transform: rotate(90deg);
	  transition-duration: 0.3s;
	}
	.active .exf_i_box03a_2:after {
	  transform: rotate(0);
	}
	.exf_i_box03a_2a_1 {
	  font-size: 5.33vw;
	  letter-spacing: 0.079em;
	  margin-bottom: 2vw;
	}
	.exf_i_box03a_2a_2 {
	  font-size: 3.6vw;
	  letter-spacing: 0.08em;
	  line-height: 1.41;
	}
	.exf_j_box {
	  margin-bottom: 17.33vw;
	}
	.exf_j_box01 {
	  position: relative;
	  width: 100%;
	  font-size: 3.6vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 6vw;
	}
	.exf_j_box01::after {
	  display: block;
	  content: "";
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	  height: 100%;
	  background-color: #eeeef1;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.exf_j_box01 span {
	  display: inline-block;
	  background-color: #fff;
	  padding: 0 5.33vw;
	  position: relative;
	  z-index: 1;
	}
	.exf_j_box02 {
	  font-size: 4.27vw;
	  letter-spacing: 0.08em;
	  line-height: 1.81;
	  text-align: center;
	  margin-bottom: 6vw;
	}
	.exf_j_box02 span {
	  font-size: 6vw;
	  letter-spacing: 0em;
	}
	.exf_j_box04a:first-child .exf_j_box04a_2b {
	  position: relative;
	  padding: 7.33vw 0vw 4vw;
	  margin-inline: 3.33vw;
	  margin-top: -6.67vw !important;
	  background-color: #fff;
	  font-size: 4.67vw;
	  letter-spacing: 0.08em;
	  line-height: 1.57;
	  text-align: center;
	}
	.exf_j_box04a_2b span {
	  display: block;
	  padding-top: 2.67vw;
	  font-size: 2.93vw;
	  letter-spacing: 0.09em;
	}
	.exf_j_box04a:not(:first-child) {
	  display: flex;
	  margin-bottom: 4vw;
	  align-items: center;
	  background-color: #f8f9fb;
	}
	.exf_j_box04a:not(:first-child):nth-child(2n+1) {
	  display: flex;
	  flex-direction: row-reverse;
	}
	.exf_j_box04a_1 {
	  width: 50vw;
	}
	.exf_j_box04a:not(:first-child) .exf_j_box04a_2 {
	  width: calc(100% - 50vw);
	  padding: 0vw 4vw;
	}
	.exf_j_box04a_2a {
	  font-size: 3.6vw;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.exf_j_box04a_2a sup {
	  font-size: 1.47vw;
	  vertical-align: top;
	}
	.exf_j_box04a_2b {
	  font-size: 3.07vw;
	  letter-spacing: 0.04em;
	  line-height: 1.65;
	}
	.exf_j_box04a_2b sup {
	  font-size: 1.47vw;
	  vertical-align: top;
	}
	.exf_j_box05 {
	  font-size: 2vw;
	  letter-spacing: 0.04em;
	  line-height: 1.47;
	  padding-left: 4.67vw;
	}
	.exf_k_box {
	  position: relative;
	}
	.exf_k_bg {
	  background-color: rgba(248, 249, 251, 0.65);
	  padding-top: 9.33vw;
	  padding-bottom: 9.33vw;
	  margin-bottom: 21.33vw;
	}
	.exf_k_box01 {
	  text-align: center;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: -2.67vw;
	}
	.exf_k_box02a_2 {
	  padding: 4vw 0vw 10vw;
	  font-size: 3.2vw;
	  letter-spacing: 0.06em;
	  line-height: 1.67;
	  text-align: center;
	}
	.exf_k_box02a:not(:first-child) .exf_k_box02a_2 {
	  background-color: #fff;
	  padding: 4vw 0vw 4.67vw;
	}
	.exf_l_box01 {
	  position: relative;
	  width: 100%;
	  font-size: 3.6vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.exf_l_box01::after {
	  display: block;
	  content: "";
	  width: 100vw;
	  margin-left: calc(-50vw + 50%);
	  height: 100%;
	  background-color: #eeeef1;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	.exf_l_box01 span {
	  display: inline-block;
	  background-color: #fff;
	  padding: 0 5.33vw;
	  position: relative;
	  z-index: 1;
	}
	.exf_l_box02 {
	  font-size: 6vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.exf_l_box {
	  margin-bottom: 22.67vw;
	}
	.exf_m_box01 {
	  background-color: #bca08b;
	  padding: 2vw 0;
	  font-size: 3.6vw;
	  letter-spacing: 0.205em;
	  text-align: center;
	  color: #fff;
	}
	.exf_m_bg {
	  background-color: #f8f9fb;
	  padding: 10vw 3.33vw 18.67vw;
	}
	.exf_m_box02 {
	  margin-bottom: 7.33vw;
	}
	.exf_m_box03a {
	  border-top: 1px solid #4b4b4b;
	  border-bottom: 1px solid #4b4b4b;
	  padding: 2.67vw 0;
	  font-size: 3.47vw;
	  letter-spacing: 0.139em;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.exf_m_box03b {
	  margin-bottom: 2vw;
	}
	.exf_m_box03c {
	  display: flex;
	  -moz-column-gap: 2vw;
		   column-gap: 2vw;
	  margin-left: 22.67vw;
	}
	.exf_m_box03c .active, .exf_m_box03c a {
	  display: block;
	  width: 21.6vw;
	  padding: 4vw 0;
	  font-size: 2.67vw;
	  letter-spacing: 0.02em;
	  text-align: center;
	  color: #fff;
	}
	.exf_m_box03c a {
	  background-color: #b39f8b;
	}
	.exf_m_box03c .active {
	  background-color: #000000;
	}
}

/* 返品保証 */
.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;
	}
}