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

/*フェイスライン*/
#video-vido {
	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/prove/mv_play.png);
	background-size: cover;
	top: 3vw;
	right: 3vw;
   /* 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: 16vw;
		height: 16vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;
		top: 5vw;
		left: 5vw;
	   /* transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		*/
   }
	#video-btn.current::after {
		width: 16vw;
		height: 16vw;
		top: 5vw;
		left: 5vw;
   }
}
@media screen and (min-width: 768px) {
	#video-btn::after {
		width: 6vw;
		height: 6vw;
   }
	#video-btn.current::after {
		width: 6vw;
		height: 6vw;
   }
	#video-btn.current::after {
		top: 3vw;
		right: 3vw;
   }
}
#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: 15vw;
		*/
   }
}
@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
   }
	#pd_l {
		padding: 5% 0 5%;
		background: #efedf250;
   }
	#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%;
		height: auto;
   }
}
/*** 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_nm4 small {
		font-size: 3.5vw;
		font-weight: normal;
   }
	.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 {
		text-align: left;
		display: block;
		font-size: 2vw;
		letter-spacing: 0.1vw;
		padding-top: 6vw;
   }
	.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: 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_nm4 small {
		font-weight: normal;
		font-size: 0.7vw;
   }
	.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: 3.5vw;
		line-height: 1.8;
		letter-spacing: 0.15em;
		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: 17vw 0 25vw;
	   /* 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: 8.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;
		line-height: 1.6;
   }
	.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.97);
   }
   /* .pdct_n_a_sp_ttl2 {
		text-align: center;
		font-size: 2.8vw;
		letter-spacing: 0.1em;
		margin-bottom: 12vw;
   }
	*/
	.pdct_n_a_sp_ttl2 {
		padding: 0 1vw 10vw;
		color: #3f3d3e;
		font-size: 3.4vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: .3vw;
		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;
   }
}
@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 ***/
/*** VIDO ***/
@media screen and (max-width: 767px) {
	.pd_c_sub_text {
		padding: 0 4vw 6.67vw;
   }
	.pd_c_sub_text .h_lv1 {
		font-size: 3.33vw;
   }
	.pd_c_sub_text .h_lv2 {
		font-size: 2vw;
		letter-spacing: 0.06em;
   }
	#vd_d {
		position: relative;
		z-index: 1;
   }
	.vd_d_box {
		padding-top: 32vw;
   }
	.vd_d_box1 {
		width: 85.33vw;
		background-color: #efedf250;
		padding: 8.67vw 8.67vw 8.67vw;
		margin-left: auto;
		margin-right: auto;
		position: relative;
   }
	.vd_d_box1a {
		font-weight: bold;
		font-size: 4.4vw;
		letter-spacing: 0.11em;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: -1.33vw;
		margin: auto;
   }
	.vd_d_box1b {
		font-size: 5.2vw;
		letter-spacing: 0.14em;
		line-height: 1.74;
		padding-bottom: 6.67vw;
		border-bottom: 1px solid #000;
		margin-bottom: 6.67vw;
   }
	.vd_d_box1c_1a {
		font-size: 4.13vw;
		letter-spacing: 0.1em;
		line-height: 2.26;
   }
	.vd_d_box3 {
		padding: 38.67vw 0 6.67vw;
		text-align: center;
		position: relative;
   }
	.line_arrow {
		height: 1.2vw;
		transform: rotate(90deg);
		position: absolute;
		top: 20vw;
		left: 0;
		right: 0;
		margin: auto;
   }
	.line_arrow span {
		display: inline-block;
		width: 18vw;
		height: 1.2vw;
		border-bottom: 1px solid #1a1a1a;
		border-right: 1px solid #1a1a1a;
		transform: skew(45deg);
   }
	.vd_d_box3 .h_lv2 {
		font-size: 5.73vw;
		letter-spacing: 0.12em;
		line-height: 1.74;
   }
	.vd_d_box3 .h_lv2a {
		font-size: 1.6vw;
		vertical-align: top;
		letter-spacing: 0;
		margin-left: -.2vw;
   }
	.vd_d_box3 .h_lv1 {
		display: inline-block;
		font-size: 10vw;
		letter-spacing: 0.18em;
		line-height: 1;
		padding-top: 2.67vw;
   }
	.vd_d_box3 .h_lv1a1 {
		letter-spacing: 1vw;
		margin-left: -2vw;
   }
	.vd_d_box3 .h_lv1a2 {
		letter-spacing: 1vw;
		margin-right: -2vw;
   }
	.vd_d_box4c {
		margin-bottom: 20vw;
   }
   .vd_d_box4d {
		font-size: 1.4vw;
		text-align: right;
		color: #666666;
		margin-bottom: 1.0vw;
   }
	.vd_d_box5 {
		display: flex;
		flex-direction: row-reverse;
		position: relative;
		padding-bottom: 6vw;
   }
	.vd_d_box5a {
		width: 71.33vw;
   }
	.vd_d_box5b {
		width: 28.67vw;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		line-height: 1.2;
   }
	.vd_d_box5b .h_lv2 {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		font-size: 5.73vw;
		letter-spacing: 0.18em;
		position: absolute;
		left: 19vw;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-text-stroke-width: 0.04vw;
		-webkit-text-stroke-color: #fff;
   }
	.vd_d_box5b .h_lv2b {
		font-size: 5.73vw;
		letter-spacing: 0;
		position: relative;
		top: -1vw;
		right: 0vw;
		margin-bottom: -3vw;
   }
	.vd_d_box5b .h_lv1 {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 14.6vw;
		letter-spacing: -0.02em;
		position: absolute;
		left: 1vw;
		top: -3vw;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-text-stroke-width: 0.2vw;
		-webkit-text-stroke-color: #fff;
   }
	.vd_d_box5b .h_lv1 .is_small {
		font-size: 12.13vw;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-text-stroke-width: 0.11vw;
		-webkit-text-stroke-color: #fff;
   }
	.vd_d_box5b .h_lv1 .has_color {
		color: #6aa0da;
   }
	.vd_d_box5b2{
		position: absolute;
		left: 13.0vw;
		bottom: 10vw;
		font-size: 15vw;
		font-weight: 800;
   }
	.vd_d_box6 {
		padding-top: 16vw;
   }
	.vd_d_box6a {
		margin-left: 6.67vw;
		margin-right: 6.67vw;
		margin-bottom: 13.33vw;
   }
	.vd_d_box6a > span {
		display: block;
   }
	.vd_d_box6a .h_lv2 {
		font-weight: bold;
		font-size: 4.27vw;
		letter-spacing: 0.08em;
		line-height: 2.5;
		margin-bottom: 4vw;
		position: relative;
   }
	.vd_d_box6a .h_lv2::before {
		display: block;
		content: "";
		width: 33.33vw;
		height: 1px;
		background-color: #000000;
		position: absolute;
		left: -6.67vw;
		top: 50%;
   }
	.vd_d_box6a .h_lv1 {
		font-size: 6.53vw;
		letter-spacing: 0.12em;
		line-height: 1.53;
		margin-bottom: 2.67vw;
   }
	.vd_d_box6a .h_lv3 {
		font-size: 3.33vw;
		line-height: 1.8;
   }
	.vd_d_box6b {
		position: relative;
		z-index: 1;
   }
	.vd_d_box6b_1 {
		width: 89.33vw;
		margin-left: auto;
		margin-right: auto;
   }
	.vd_e_box1_sp {
		position: relative;
   }
	.vd_e_box1 {
		position: absolute;
		left: 0;
		right: 0;
		top: 33.33vw;
		margin: auto;
		text-align: center;
   }
	.vd_e_box1a {
		margin-bottom: 4.67vw;
   }
	.vd_e_box1a > span {
		display: block;
   }
	.vd_e_box1a .h_lv2 {
		font-size: 4.4vw;
		letter-spacing: 0.1em;
		line-height: 1.7;
   }
	.vd_e_box1a .h_lv1 {
		display: inline-block;
		font-size: 8vw;
		letter-spacing: 0.06em;
		line-height: 1.2;
		background-color: #ffffff;
		padding: 1.33vw 2vw;
   }
	.vd_e_box2 {
		margin-top: -26.67vw !important;
   }
	.vd_e_box3 {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 17.33vw;
		width: 66.13vw;
		margin: auto;
   }
	.vd_e_box3_sub {
		font-size: 1.8vw;
		letter-spacing: 0.2vw;
		color: #6d81a5;
		position: absolute;
		bottom: 2vw;
		right: 5vw;
   }
	.vd_e_box4 {
		display: flex;
		flex-direction: column-reverse;
		padding-top: 12vw;
   }
	.vd_e_box4b {
		margin-left: 6.67vw;
		margin-right: 6.67vw;
		margin-bottom: 10vw;
   }
	.vd_e_box4b > span {
		display: block;
   }
	.vd_e_box4b .h_lv1 {
		font-size: 6.53vw;
		letter-spacing: 0.18em;
		line-height: 1.47;
		margin-bottom: 4vw;
   }
	.vd_e_box4b .h_lv1 sup {
		font-size: 10px;
		vertical-align: revert;
		left: -4.5vw;
   }
	.vd_e_box4b .h_lv2 {
		display: inline;
		font-size: 3.33vw;
		letter-spacing: 0.06em;
		line-height: 1.8;
   }
	.vd_e_box4b .h_lv3 {
		display: inline;
		font-size: 2vw;
		letter-spacing: 0.02em;
		line-height: 1.53;
   }
	.vd_f_box {
		padding-top: 21.33vw;
		padding-bottom: 33.33vw;
   }
	.vd_f_box1a {
		padding-bottom: 11.33vw;
   }
	.vd_f_box1a_1 {
		margin-left: 6.67vw;
		margin-right: 6.67vw;
		margin-bottom: 6.67vw;
   }
	.vd_f_box1a_1 > span {
		display: block;
   }
	.vd_f_box1a_1 .h_lv2 {
		font-weight: bold;
		font-size: 4.27vw;
		letter-spacing: 0.08em;
		line-height: 2.5;
		margin-bottom: 4vw;
		position: relative;
   }
	.vd_f_box1a_1 .h_lv2::before {
		display: block;
		content: "";
		width: 33.33vw;
		height: 1px;
		background-color: #000000;
		position: absolute;
		left: -6.67vw;
		top: 50%;
   }
	.vd_f_box1a_1 .h_lv2 .fw_normal {
		font-weight: normal;
   }
	.vd_f_box1a_1 .h_lv1 {
		font-size: 6.53vw;
		letter-spacing: 0.12em;
		line-height: 1.53;
		margin-bottom: 2.67vw;
   }
	.vd_f_box1a_1 .h_lv3 {
		font-size: 3.33vw;
		line-height: 1.8;
		letter-spacing: 0.08em;
   }
	.vd_f_box1a_2 {
		display: flex;
		justify-content: space-between;
		margin-left: 6.67vw;
		margin-right: 6.67vw;
   }
	.vd_f_box1a_2a {
		width: 26.67vw;
		height: 13.33vw;
		border-radius: 3px;
		margin-right: 2vw;
		background: rgb(45, 45, 45);
		background: linear-gradient(0deg, rgb(45, 45, 45) 22.3192%, rgb(75, 75, 75) 41.2197%);
		color: #fff;
		font-size: 3.6vw;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
   }
	.vd_f_box1a_2a:last-child {
		margin-right: 0;
   }
	.vd_f_box1b {
		margin-bottom: 8vw;
   }
	.vd_f_box1c {
		text-align: center;
		font-size: 6.27vw;
		letter-spacing: 0.14em;
		line-height: 1.47;
   }
	.vd_g_box1 {
		margin-left: 6.67vw;
		margin-right: 6.67vw;
		margin-bottom: 6.67vw;
   }
	.vd_g_box1 > span {
		display: block;
   }
	.vd_g_box1 span {
		font-weight: bold;
		font-size: 4.27vw;
		letter-spacing: 0.08em;
		line-height: 2.5;
		margin-bottom: 4vw;
		position: relative;
   }
	.vd_g_box1 span::before {
		display: block;
		content: "";
		width: 33.33vw;
		height: 1px;
		background-color: #000000;
		position: absolute;
		left: -6.67vw;
		top: 50%;
   }
	.vd_g_box2a {
		margin-left: 6.67vw;
		margin-right: 6.67vw;
		margin-bottom: 6.67vw;
		font-size: 6.53vw;
		letter-spacing: 0.1em;
		line-height: 1.41;
   }
	.vd_g_box2b {
		margin-left: 6.67vw;
		margin-right: 6.67vw;
		margin-bottom: 10vw;
   }
	.vd_g_box3 {
		background-color: #f4f4f650;
		position: relative;
		padding: 10.67vw 0 10.67vw 6.67vw;
		min-height: 146vw;
   }
	.vd_g_box3a > span {
		display: block;
   }
	.vd_g_box3a .h_lv1 {
		font-size: 6.27vw;
		letter-spacing: 0.1em;
		line-height: 1.55;
		margin-bottom: 6vw;
   }
	.vd_g_box3a .h_lv2 {
		width: 49.33vw;
		font-size: 3.47vw;
		letter-spacing: 0.1em;
		line-height: 1.62;
		margin-bottom: 6.67vw;
   }
	.vd_g_box3b {
		width: 39.2vw;
		position: absolute;
		right: 0;
		bottom: 0;
   }
	.vd_g_box3c {
		width: 49.33vw;
   }
	.vd_g_box3c > span {
		display: block;
   }
	.vd_g_box3c .h_lv1 {
		font-size: 5.47vw;
		letter-spacing: 0.1em;
		line-height: 1.44;
		padding: 4vw 0 4vw;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		margin-bottom: 5.33vw;
   }
	.vd_g_box3c .h_lv2 {
		font-size: 3.47vw;
		letter-spacing: 0.1em;
		line-height: 1.62;
		margin-bottom: 2.67vw;
   }
	.vd_g_box4 {
		margin: 9.33vw 6.67vw 34.67vw !important;
		padding: 6.67vw;
		border: 10px solid #e6e6e6;
		position: relative;
   }
	.vd_g_box4::before, .vd_g_box4::after {
		display: block;
		content: "";
		width: 38.67vw;
		height: 10px;
		background-color: #fff;
   }
	.vd_g_box4::before {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: -10px;
   }
	.vd_g_box4::after {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -10px;
   }
	.vd_g_box4a {
		text-align: center;
		font-size: 4.4vw;
		letter-spacing: 0.12em;
		line-height: 1.67;
		margin-bottom: 6.67vw;
   }
	.vd_g_box4b {
		margin-bottom: 1.33vw;
   }
	.vd_g_box4c {
		font-size: 1.73vw;
		line-height: 1.54;
		letter-spacing: -0.02em;
   }
	.vd_h_box0 {
		margin-left: 6.67vw;
		margin-right: 6.67vw;
		margin-bottom: 6.67vw;
   }
	.vd_h_box0 > span {
		display: block;
   }
	.vd_h_box0 span {
		font-weight: bold;
		font-size: 4.27vw;
		letter-spacing: 0.08em;
		line-height: 2.5;
		margin-bottom: 6.67vw;
		position: relative;
   }
	.vd_h_box0 span::before {
		display: block;
		content: "";
		width: 33.33vw;
		height: 1px;
		background-color: #000000;
		position: absolute;
		left: -6.67vw;
		top: 100%;
   }
	.vd_h_box0b {
		font-size: 5.6vw;
		line-height: 1.47;
   }
	.vd_h_box {
		padding-bottom: 13.33vw;
   }
	.vd_i_box {
		padding-top: 13.33vw;
		background-color: #f4f4f6;
   }
	.vd_i_box1 {
		width: 67.47vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 12vw;
		border: 1px solid #000000;
		padding: 2.67vw 0;
		text-align: center;
		font-size: 3.33vw;
		letter-spacing: 0.18em;
		position: relative;
   }
	.vd_i_box1::before {
		display: block;
		content: "";
		width: 1px;
		height: 3.47vw;
		background-color: #000;
		position: absolute;
		bottom: -2.4vw;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(25deg);
   }
	.vd_i_box2 {
		text-align: center;
		margin-bottom: 6vw;
   }
	.vd_i_box3b .vd_i_box2 {
		text-align: left;
   }
	.vd_i_box2 span {
		display: block;
   }
	.vd_i_box2 .h_lv1 {
		font-size: 5.73vw;
		letter-spacing: 0.1em;
		line-height: 1.51;
   }
	.vd_i_box2 .h_lv2 {
		font-size: 4.13vw;
		letter-spacing: 0.06em;
		line-height: 1.84;
		font-weight: normal;
   }
	.vd_i_box3 {
		margin-left: auto;
		margin-right: auto;
   }
	.vd_i_box3a {
		width: 52.4vw;
		margin-left: auto;
		margin-right: auto;
   }
	.vd_i_box3b {
		background-color: #fff;
		margin-left: 5.33vw;
		margin-right: 5.33vw;
		padding: 20vw 9.33vw 0.13vw;
		margin-top: -9.33vw !important;
   }
	.vd_i_box3b_1 .tag {
		display: flex;
		margin-bottom: 2vw;
   }
	.vd_i_box3b_1 .tag > span {
		display: inline-block;
		background-color: #7fa0ca;
		color: #fff;
		border-radius: 2px;
		width: 22.67vw;
		height: 5.6vw;
		margin-right: 0.67vw;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.93vw;
		letter-spacing: 0.08em;
   }
	.vd_i_box3b_1 .cat {
		margin-bottom: 8vw;
		display: flex;
   }
	.vd_i_box3b_1 .cat .h_lv1 {
		font-size: 4.8vw;
		letter-spacing: 0.1em;
		margin-right: 3.33vw;
		white-space: nowrap;
   }
	.vd_i_box3b_1 .cat .h_lv2 {
		font-size: 3.07vw;
	   /* letter-spacing: 0.04em;
		*/
		line-height: 1.48;
   }
	.vd_i_box3b_2 {
		background-color: #fff;
		color: #666666;
		font-size: 1.73vw;
		text-align: right;
		padding-top: 2.67vw;
		padding-right: 4vw;
		padding-bottom: 33.33vw;
   }
	.vd_i_box4 {
		background-color: #fff;
		padding-bottom: 37.33vw;
   }
	#vd_i2{
		padding: 0vw;
   }
	#vd_i3{
		padding: 0vw;
   }
	.vd_i3_box{
		padding-top: 4vw;
   }
	.vd_i_box4_1{
   }
	.vd_i_box4_2{
   }
	.vd_i_box4a {
		padding: 0vw 0vw;
   }
	.vd_i_box4b {
		padding: 9vw 0;
   }
   .vd_i_box4b_1 {
	   padding-top: 2vw;
	   font-size: 1.7vw;
	   letter-spacing: 0.08em;
	   color: #888888;
	   text-align: right;
   }
	.vd_i_box4c {
		padding: 2vw 5vw;
   }
	.vd_i_box5 {
		background-color: #fff;
   }
	.vd_i_box5c {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 24vw;
   }
	.vd_i_box5c picture:nth-child(1) {
		order: 1;
   }
	.vd_i_box5c picture:nth-child(2) {
		order: 3;
   }
	.vd_i_box5c picture:nth-child(3) {
		order: 4;
   }
	.vd_i_box5c picture:nth-child(4) {
		order: 2;
   }
	.vd_i_box6 {
		background-color: #fff;
   }
	.vd_i_box6b_2 {
		padding: 8vw 8vw 40vw;
		font-size: 3.6vw;
		line-height: 1.85;
   }
	.vd_i_box7 {
		background-color: #fff;
		padding-bottom: 40vw;
   }
	.vd_j_box1a {
		padding-bottom: 6vw;
   }
	.vd_j_box1a_1, .vd_j_box1b_1 {
		text-align: center;
		margin-bottom: 5.33vw;
		font-size: 4.93vw;
		letter-spacing: 0.13em;
   }
	.vd_j_box1a_1:after, .vd_j_box1b_1:after {
		display: block;
		content: "";
		width: 3.47vw;
		height: 1px;
		background-color: #000;
		margin: auto;
		margin-top: 2.67vw;
   }
	.vd_j_box1a_2 {
		width: 86.27vw;
		display: flex;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4.67vw;
   }
	.vd_j_box1a_2a {
		width: 42.13vw;
   }
	.vd_j_box1a_2a picture, .vd_j_box1a_2b picture {
		display: block;
		margin-bottom: 2vw;
   }
	.vd_j_box1a_2a > span, .vd_j_box1a_2b > span {
		display: block;
   }
	.vd_j_box1a_2a .h_lv1, .vd_j_box1a_2b .h_lv1 {
		font-size: 2.4vw;
		letter-spacing: -0.01em;
		line-height: 1.5;
   }
	.vd_j_box1a_2a .h_lv2, .vd_j_box1a_2b .h_lv2 {
		font-size: 1.6vw;
		letter-spacing: -0.01em;
		line-height: 2.25;
   }
	.vd_j_box1a_2a .i_power, .vd_j_box1a_2b .i_power {
		display: inline-block;
		width: 1.73vw;
		vertical-align: middle;
   }
	.vd_j_box1a_2b {
		width: 42.13vw;
   }
	.vd_j_box1a_3 {
		font-size: 1.87vw;
		text-align: right;
		margin-right: 8vw;
   }
	.vd_j_box1b {
		padding-bottom: 33.33vw;
   }
	.vd_j_box1b_2 {
		width: 83.6vw;
		margin-left: auto;
		margin-right: auto;
   }
	.vd_j_box2 {
		background-color: #efedf250;
		text-align: center;
   }
	.vd_j_box2 > span {
		display: inline-block;
		background-color: #fff;
		padding-left: 9.33vw;
		padding-right: 9.33vw;
		font-size: 3.33vw;
		line-height: 1.64;
   }
	.vd_j_box3 {
		width: 90.67vw;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10.67vw;
		padding-bottom: 4vw;
   }
	.vd_j_box4 {
		width: 90.67vw;
		margin-left: auto;
		margin-right: auto;
		font-size: 2.67vw;
		letter-spacing: 0.005em;
		line-height: 1.7;
   }
	.vd_j_box4 > div span {
		display: inline-block;
		margin-left: 1em;
		text-indent: -1em;
   }
	#pd_t {
		padding-top: 32vw;
		padding-bottom: 13.33vw;
   }
	.pd_l_area {
		background-color: #f4f4f650;
   }
}
@media screen and (min-width: 768px) {
	.pd_c_sub_text {
		padding: 0 0 2.08vw;
   }
	.pd_c_sub_text .h_lv1 {
		font-size: 0.99vw;
		letter-spacing: 0.04em;
   }
	.pd_c_sub_text .h_lv2 {
		font-size: 0.57vw;
		letter-spacing: 0.06em;
   }
	.vd_d_box {
		padding-top: 19.53vw;
   }
	.vd_d_box1 {
		width: 71.88vw;
		background-color: #efedf250;
		padding: 4.95vw 4.17vw 0vw;
		margin-left: auto;
		margin-right: auto;
		position: relative;
   }
	.vd_d_box1a {
		font-weight: bold;
		font-size: 1.72vw;
		letter-spacing: 0.11em;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: -0.52vw;
		margin: auto;
   }
	.vd_d_box1b {
		text-align: center;
		font-size: 2.55vw;
		letter-spacing: 0.18em;
		line-height: 1.63;
		margin-bottom: 3.13vw;
   }
	.vd_d_box1c {
		background-color: #fff;
		padding: 4.43vw 5.21vw;
   }
	.vd_d_box1c_1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
   }
	.vd_d_box1c_1a {
		width: 50%;
		font-size: 1.67vw;
		letter-spacing: 0.05em;
		line-height: 2.25;
   }
	.vd_d_box3 {
		padding: 23.96vw 0 6.25vw;
		text-align: center;
		position: relative;
   }
	.line_arrow {
		height: 0.47vw;
		transform: rotate(90deg);
		position: absolute;
		top: 12.5vw;
		left: 0;
		right: 0;
		margin: auto;
   }
	.line_arrow span {
		display: inline-block;
		width: 8.85vw;
		height: 0.47vw;
		border-bottom: 1px solid #1a1a1a;
		border-right: 1px solid #1a1a1a;
		transform: skew(45deg);
   }
	.vd_d_box3 .h_lv2 {
		font-size: 2.71vw;
		letter-spacing: 0.16em;
		line-height: 1.77;
   }
	.vd_d_box3 .h_lv2a {
		font-size: 0.8vw;
		vertical-align: top;
		letter-spacing: 0;
		margin-left: -0.3vw;
   }
	.vd_d_box3 .h_lv1 {
		font-size: 4.22vw;
		letter-spacing: 0.18em;
		line-height: 1.14;
   }
	.vd_d_box3 .h_lv1a1 {
		letter-spacing: 1vw;
		margin-left: -2vw;
   }
	.vd_d_box3 .h_lv1a2 {
		letter-spacing: 1vw;
		margin-right: -2vw;
   }
	.vd_d_box4 {
		position: relative;
		margin-bottom: 1.04vw;
   }
	.vd_d_box4a {
		width: 32.6vw;
		position: absolute;
		left: 0;
		top: 10.94vw;
   }
	.vd_d_box4b {
		position: absolute;
		left: 0;
		top: 35.16vw;
		font-size: 2.86vw;
		letter-spacing: 0.14em;
		line-height: 1.73;
   }
	.vd_d_box4c {
		width: 55.47vw;
		margin-left: auto;
   }
   .vd_d_box4d {
		font-size: 0.625vw;
		text-align: right;
		color: #666666;
		margin-bottom: 0.5vw;
	}
	.vd_d_box5 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20.83vw;
   }
	.vd_d_box5a {
		width: 47.08vw;
		margin-right: 3.13vw;
   }
	.vd_d_box5b > span {
		display: block;
   }
	.vd_d_box5b .h_lv2 {
		font-size: 2.81vw;
		letter-spacing: 0.14em;
		line-height: 1.61;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-text-stroke-width: 0.02vw;
		-webkit-text-stroke-color: #fff;
   }
	.vd_d_box5b .h_lv1 {
		font-size: 6.35vw;
		line-height: 1.16;
		white-space: nowrap;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-text-stroke-width: 0.08vw;
		-webkit-text-stroke-color: #fff;
   }
	.vd_d_box5b .h_lv1 .is_small {
		display: inline-block;
		font-size: 4.9vw;
		letter-spacing: -0.02em;
   }
	.vd_d_box5b .h_lv1 .has_color {
		color: #6aa0da;
   }
	.vd_d_box5b .h_lv3 {
		font-size: 0.63vw;
		letter-spacing: 0.06em;
		line-height: 2.75;
		padding-top: 2.0vw;
		padding-left: 0.4vw;
   }
	.vd_d_box6 {
		background-color: #efedf250;
		padding: 9.9vw 12.5vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
   }
	.vd_d_box6a {
		width: 32.29vw;
   }
	.vd_d_box6a > span {
		display: block;
   }
	.vd_d_box6a .h_lv2 {
		font-weight: bold;
		font-size: 1.67vw;
		letter-spacing: 0.08em;
		line-height: 2.5;
		margin-bottom: 1.56vw;
		position: relative;
   }
	.vd_d_box6a .h_lv2::before {
		display: block;
		content: "";
		width: 22.92vw;
		height: 1px;
		background-color: #000000;
		position: absolute;
		left: -12.5vw;
		top: 50%;
   }
	.vd_d_box6a .h_lv1 {
		font-size: 2.55vw;
		letter-spacing: 0.12em;
		line-height: 1.53;
		margin-bottom: 1.04vw;
   }
	.vd_d_box6a .h_lv3 {
		font-size: 1.3vw;
		line-height: 1.8;
   }
	.vd_d_box6b {
		width: 39.06vw;
   }
	.vd_d_box6b_1 {
		width: 34.9vw;
		margin-left: auto;
		margin-right: auto;
   }
	.vd_d_box6b_2 {
		display: flex;
   }
	.vd_e_box {
		padding: 13.02vw 0;
   }
	.vd_e_box1 {
		width: 64.84vw;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		text-align: center;
   }
	.vd_e_box1a > span {
		display: block;
   }
	.vd_e_box1a .h_lv2 {
		font-size: 1.67vw;
		letter-spacing: 0.14em;
		line-height: 1.91;
   }
	.vd_e_box1a .h_lv1 {
		font-size: 3.44vw;
		line-height: 1.2;
		background-color: #f4f4f6;
		padding: 1.04vw 2.08vw;
   }
	.vd_e_box2 {
		width: 13.8vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.56vw;
   }
	.vd_e_box3 {
		width: 76.35vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8.85vw;
   }
	.vd_e_box3_sub {
		font-size: 0.5vw;
		letter-spacing: 0.07vw;
		color: #666;
		padding-top: 0.2vw;
		text-align: right;
   }
	.vd_e_box4 {
		width: 76.35vw;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
   }
	.vd_e_box4a {
		width: 41.41vw;
   }
	.vd_e_box4b {
		width: 29.17vw;
   }
	.vd_e_box4b > span {
		display: block;
   }
	.vd_e_box4b .h_lv1 {
		font-size: 2.55vw;
		letter-spacing: 0.18em;
		line-height: 1.47;
		white-space: nowrap;
		margin-bottom: 2.08vw;
   }
	.vd_e_box4b .h_lv1 sup {
		font-size: 10px;
		vertical-align: revert;
		left: -1.8vw;
   }
	.vd_e_box4b .h_lv2 {
		font-size: 1.3vw;
		letter-spacing: 0.1em;
		line-height: 1.72;
		margin-bottom: 1.04vw;
   }
	.vd_e_box4b .h_lv3 {
		font-size: 0.78vw;
		letter-spacing: 0.02em;
   }
	.vd_f_box1 {
		background-color: #efedf250;
		padding: 9.9vw 12.5vw;
		padding-right: 5.21vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
   }
	.vd_f_box1a {
		width: 39.58vw;
   }
	.vd_f_box1a_1 {
		margin-bottom: 2.34vw;
   }
	.vd_f_box1a_1 > span {
		display: block;
   }
	.vd_f_box1a_1 .h_lv2 {
		font-weight: bold;
		font-size: 1.67vw;
		letter-spacing: 0.08em;
		line-height: 2.5;
		margin-bottom: 1.56vw;
		position: relative;
   }
	.vd_f_box1a_1 .h_lv2::before {
		display: block;
		content: "";
		width: 22.92vw;
		height: 1px;
		background-color: #000000;
		position: absolute;
		left: -12.5vw;
		top: 50%;
   }
	.vd_f_box1a_1 .h_lv1 {
		font-size: 2.55vw;
		letter-spacing: 0.12em;
		line-height: 1.53;
		margin-bottom: 1.04vw;
   }
	.vd_f_box1a_1 .h_lv3 {
		font-size: 1.3vw;
		line-height: 1.8;
   }
	.vd_f_box1b {
		width: 39.06vw;
   }
	.vd_f_box1a_2 {
		display: flex;
   }
	.vd_f_box1a_2a {
		width: 7.6vw;
		height: 3.91vw;
		border-radius: 3px;
		margin-right: 0.78vw;
		background: rgb(45, 45, 45);
		background: linear-gradient(0deg, rgb(45, 45, 45) 22.3192%, rgb(75, 75, 75) 41.2197%);
		color: #fff;
		font-size: 1.2vw;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
   }
	.vd_g_box {
		padding-top: 8.07vw;
   }
	.vd_g_box1 {
		text-align: center;
		position: relative;
		width: 12.14vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3.13vw;
		font-size: 1.67vw;
		letter-spacing: 0.08em;
		line-height: 2.5;
		font-weight: bold;
   }
	.vd_g_box1 span::before {
		display: block;
		content: "";
		width: 100%;
		height: 1px;
		background-color: #000;
		position: absolute;
		left: 0;
		top: 50%;
   }
	.vd_g_box2 {
		margin-bottom: 10.94vw;
   }
	.vd_g_box2a {
		text-align: center;
		font-size: 2.55vw;
		letter-spacing: 0.12em;
		margin-bottom: 2.6vw;
   }
	.vd_g_box2b {
		width: 46.72vw;
		margin-left: auto;
		margin-right: auto;
   }
	.vd_g_box3 {
		background-color: #f4f4f650;
		display: flex;
		padding-top: 6.25vw;
		padding-left: 4.95vw;
		padding-right: 3.39vw;
   }
	.vd_g_box3a {
		width: 26.15vw;
   }
	.vd_g_box3a > span, .vd_g_box3c > span {
		display: block;
   }
	.vd_g_box3a .h_lv1, .vd_g_box3c .h_lv1 {
		font-size: 2.14vw;
		line-height: 1.54;
		text-align: center;
		padding-bottom: 2.6vw;
		border-bottom: 1px solid #000;
		margin-bottom: 2.6vw;
   }
	.vd_g_box3a .h_lv2, .vd_g_box3c .h_lv2 {
		font-size: 1.35vw;
		letter-spacing: 0.1em;
		line-height: 1.69;
		margin-bottom: 1.82vw;
   }
	.vd_g_box3b {
		margin-top: -13.02vw !important;
		width: 20.31vw;
   }
	.vd_g_box3c {
		width: 24.38vw;
		margin-left: 1.82vw;
   }
	#vd_i2{
		position: relative;
   }
	#vd_i3{
		padding: 1vw;
   }
	.vd_i3_box{
		padding-top: 4vw;
   }
	.vd_i_box4_1{
		position: relative;
		background: #efedf250;
		top: 20vw;
		height: 130vw;
   }
	.vd_i_box4_2{
		position: relative;
		top: -21vw;
   }
	.vd_i_box4a {
		padding: 0vw 0vw;
		width: 72vw;
		margin-inline: auto;
   }
	.vd_i_box4b {
		padding: 6vw 11vw;
   }
   .vd_i_box4b_1 {
	   padding-top: 0.5vw;
	   font-size: 0.62vw;
	   text-align: right;
	   color: #999999;
   }
	.vd_i_box4c {
		padding: 0vw 11vw;
   }
	.vd_g_box4 {
		padding-top: 10.16vw;
		padding-bottom: 10.16vw;
   }
	.vd_i_box2 {
	   /* padding-top: 11.98vw;
		*/
   }
	.vd_g_box4a {
		text-align: center;
		font-size: 2.14vw;
		letter-spacing: 0.14em;
		margin-bottom: 4.17vw;
   }
	.vd_g_box4b {
		margin-bottom: 1.3vw;
   }
	.vd_g_box4c {
		font-size: 0.73vw;
		letter-spacing: 0.04em;
		text-align: right;
   }
	.vd_i_box {
		padding-top: 11.98vw;
   }
	.vd_i_box1 {
		width: 26.35vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4.69vw;
		border: 1px solid #000000;
		padding: 1.04vw 0;
		text-align: center;
		font-size: 1.3vw;
		letter-spacing: 0.18em;
		position: relative;
   }
	.vd_i_box1::before {
		display: block;
		content: "";
		width: 1px;
		height: 1.35vw;
		background-color: #000;
		position: absolute;
		bottom: -0.94vw;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(25deg);
   }
	.vd_i_box2 {
		text-align: center;
		margin-bottom: 5.99vw;
   }
	.vd_i_box2 span {
		display: block;
   }
	.vd_i_box2 .h_lv1 {
		font-size: 2.34vw;
		letter-spacing: 0.22em;
		line-height: 1.67;
   }
	.vd_i_box2 .h_lv2 {
		font-size: 1.3vw;
		letter-spacing: 0.22em;
		line-height: 1.8;
   }
	.vd_i_box3 {
		display: flex;
		justify-content: space-between;
		width: 58.96vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 13.02vw;
   }
	.vd_i_box3a {
		width: 22.97vw;
   }
	.vd_i_box3b_1 .tag {
		display: flex;
		margin-bottom: 0.78vw;
   }
	.vd_i_box3b_1 .tag > span {
		display: inline-block;
		background-color: #7fa0ca;
		color: #fff;
		border-radius: 2px;
		width: 7.81vw;
		height: 1.98vw;
		margin-right: 0.26vw;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.99vw;
		letter-spacing: 0.08em;
   }
	.vd_i_box3b_1 .cat {
		margin-bottom: 2.6vw;
		display: flex;
   }
	.vd_i_box3b_1 .cat .h_lv1 {
		font-size: 1.72vw;
		letter-spacing: 0.1em;
		margin-right: 1.3vw;
   }
	.vd_i_box3b_1 .cat .h_lv2 {
		font-size: 1.04vw;
		letter-spacing: 0.1em;
		line-height: 1.5;
   }
	.vd_i_box3b_2 {
		font-size: 0.68vw;
   }
	.vd_i_box5 {
		padding-top: 17.97vw;
		padding-bottom: 11.98vw;
   }
	.vd_i_box5a {
		text-align: center;
		font-size: 1.77vw;
		letter-spacing: 0.08em;
		margin-bottom: 3.65vw;
   }
	.vd_i_box5c {
		display: flex;
		flex-wrap: wrap;
   }
	.vd_i_box5c picture {
		display: block;
		width: 50%;
   }
	.vd_i_box6 {
		background-color: #efedf250;
		padding: 5.21vw 10.42vw 7.03vw;
   }
	.vd_i_box6a {
		text-align: center;
		font-size: 1.93vw;
		letter-spacing: 0.08em;
		margin-bottom: 4.17vw;
   }
	.vd_i_box6b {
		display: flex;
		justify-content: space-between;
   }
	.vd_i_box6b_1 {
		width: 42.29vw;
   }
	.vd_i_box6b_2 {
		width: 33.33vw;
		font-size: 1.35vw;
		line-height: 2.15;
   }
	.vd_i_box7 {
		padding: 12.5vw 0 8.33vw;
   }
	.vd_i_box7a {
		text-align: center;
		margin-bottom: 2.6vw;
		font-size: 1.77vw;
		letter-spacing: 0.13em;
   }
	.vd_i_box7a::after {
		display: block;
		content: "";
		width: 1.35vw;
		height: 1px;
		background-color: #000;
		margin: auto;
		margin-top: 1.04vw;
   }
	.vd_i_box7b {
		width: 75.63vw;
		margin-left: auto;
		margin-right: auto;
   }
	.vd_j_box1 {
		width: 75.89vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15.63vw;
		display: flex;
		justify-content: space-between;
   }
	.vd_j_box1a_1, .vd_j_box1b_1 {
		text-align: center;
		margin-bottom: 2.6vw;
		font-size: 1.77vw;
		letter-spacing: 0.13em;
   }
	.vd_j_box1a_1:after, .vd_j_box1b_1:after {
		display: block;
		content: "";
		width: 1.35vw;
		height: 1px;
		background-color: #000;
		margin: auto;
		margin-top: 1.04vw;
   }
	.vd_j_box1a_2 {
		width: 37.34vw;
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.82vw;
   }
	.vd_j_box1a_2a {
		width: 18.23vw;
   }
	.vd_j_box1a_2a picture, .vd_j_box1a_2b picture {
		display: block;
		margin-bottom: 0.78vw;
   }
	.vd_j_box1a_2a > span, .vd_j_box1a_2b > span {
		display: block;
   }
	.vd_j_box1a_2a .h_lv1, .vd_j_box1a_2b .h_lv1 {
		font-size: 1.04vw;
		letter-spacing: -0.01em;
		line-height: 1.5;
   }
	.vd_j_box1a_2a .h_lv2, .vd_j_box1a_2b .h_lv2 {
		font-size: 0.68vw;
		letter-spacing: -0.01em;
		line-height: 2.31;
   }
	.vd_j_box1a_2a .i_power, .vd_j_box1a_2b .i_power {
		display: inline-block;
		width: 0.68vw;
		vertical-align: middle;
   }
	.vd_j_box1a_2b {
		width: 18.23vw;
   }
	.vd_j_box1a_3 {
		font-size: 0.68vw;
		text-align: right;
   }
	.vd_j_box1b {
		width: 36.09vw;
   }
	.vd_j_box2 {
		background-color: #efedf250;
		text-align: center;
   }
	.vd_j_box2 > span {
		display: inline-block;
		background-color: #fff;
		padding-left: 7.03vw;
		padding-right: 7.03vw;
		font-size: 2.81vw;
		letter-spacing: 0.18em;
		line-height: 1.61;
   }
	.vd_j_box3 {
		padding: 9.9vw 0 3.65vw;
   }
	.vd_j_box4 {
		display: flex;
		font-size: 0.73vw;
		letter-spacing: 0.09em;
		line-height: 1.71;
   }
	.vd_j_box4 > div {
		margin-right: 2.08vw;
   }
	.vd_j_box4 > div:nth-child(1) {
		/* width: 26.46vw; */
   }
	.vd_j_box4 > div:nth-child(2) {
		/* width: 17.86vw; */
   }
	.vd_j_box4 > div:nth-child(3) {
		/* width: 25.16vw; */
   }
}
@media screen and (max-width: 767px) {
	.pdct_n_a_sp_ttl2 {
		padding-bottom: 5vw;
   }
	.pd_c_sub_text {
		width: 67.7vw;
		background-color: #f7f7f7;
		padding: 2.0vw;
		margin-inline: auto;
		margin-bottom: 10vw;
   }
	.pd_c_sub_text > div {
		text-align: center;
   }
	.pd_c_sub_text > div:not(:last-child) {
		border-bottom: 1px solid #2f2c2c40;
		padding-bottom: 1.4vw;
		margin-bottom: 1.4vw;
   }
	.vd_e_box4 {
		margin-bottom: 20vw;
   }
}
@media screen and (min-width: 768px) {
	.pd_c_sub_text {
		background-color: #f7f7f7;
		padding: 0.5vw;
		margin-top: 1vw !important;
   }
	.pd_c_sub_text > div {
		line-height: 0;
   }
	.pd_c_sub_text > div:not(:last-child) {
		border-bottom: 1px solid #2f2c2c40;
		padding-bottom: 0.4vw;
		margin-bottom: 0.4vw;
   }
	.pd_c_sub_text span {
		display: inline-block;
		line-height: 1;
   }
	.pd_c_sub_text .h_lv1 {
		font-size: 0.78vw;
		letter-spacing: 0.1em;
		font-weight: normal;
   }
	.pd_c_sub_text .h_lv2 {
		font-size: 0.62vw;
		letter-spacing: 0.06em;
   }
	.vd_e_box4 {
		margin-bottom: 7.5vw;
   }
	.vd_e_box5 {
		width: 76.35vw;
		margin-inline: auto;
   }
}
/* pre_open（購入ボタン非表示） */
#mt_pc_top_buy_cartin {
	display: none !important;
}
#cartin_sp .mt_pc_top_buy_cart_menu {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.pre_open {
		margin: 4vw 4vw 0 !important;
		border: 1px solid #000;
		padding: 4vw;
		font-size: 4.2vw;
		line-height: 1.6;
   }
	.pre_open_ttl {
		margin-bottom: 4vw;
		font-weight: 700;
		font-size: 4.4vw;
		text-align: center;
   }
	.pre_open_txt dt {
		font-weight: 800;
   }
	.pre_open_txt:nth-of-type(1) {
		margin-bottom: 2vw;
		font-size: 3.5vw;
		text-align: center;
   }
	.pre_open_txt{
		font-size: 3.5vw;
		text-align: center;
   }
}
@media screen and (min-width: 768px) {
	.pre_open {
		border: 1px solid #000;
		padding: 1.5vw 3vw;
		font-size: 1.3vw;
		line-height: 1.6;
		margin-top: 1vw !important;
   }
	.pre_open_ttl {
		margin-bottom: 1vw;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		font-size: 1.4vw;
   }
	.pre_open_txt {
		display: flex;
		font-size: 1.1vw;
   }
	.pre_open_txt dt {
		width: 20%;
   }
	.pre_open_txt dd {
		width: 80%;
		line-height: 1.6;
   }
}
/* 返品保証 */
.pd_t_sup_box2_ttl {
	color: #c3996d;
}
.pd_t_sup_ttl:before, .pd_t_sup_ttl:after {
	background-color: #f0eef000;
}
@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
   }
	.reserve_bnr {
	   padding-bottom: 4vw;
   }
	.reserve_bnr img{
	   width: 100%;
		height:auto;
   }
}
@media screen and (min-width: 768px) {
	#pd_t {
		background: #efedf250;
   }
	.reserve_bnr {
	   padding-right: 4vw;
	   padding-top: 1vw;
   }
	.reserve_bnr img{
	   width: 100%;
		height:auto;
   }
}
/* 多言語対応 */
@media screen and (max-width: 767px) {
	.vd_d_box2 {
		position: relative;
   }
	.vd_d_box2_in {
		color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		top: 10vw;
		margin: auto;
   }
	.vd_d_box2a {
		font-size: 6.2vw;
		letter-spacing: 0.07em;
		text-align: center;
		margin-bottom: 6.0vw;
   }
	.vd_d_box2b {
		font-size: 10vw;
		letter-spacing: 0.11em;
		color: #fff;
		text-align: center;
		margin-bottom: 6.5vw;
   }
	.vd_d_box2b_1 {
		display: inline-block;
		padding: 2vw 3vw;
		background: #4b4b4b;
		background: linear-gradient(180deg,rgba(75,75,75,1) 0%,rgba(45,45,45,1) 30%);
		margin-right: 1.5vw;
   }
	.vd_d_box2b_2 {
		display: inline-block;
		padding: 2vw 2vw;
		background: #4b4b4b;
		background: linear-gradient(180deg,rgba(75,75,75,1) 0%,rgba(45,45,45,1) 30%);
   }
	.vd_d_box2c {
		font-size: 4.5vw;
		letter-spacing: 0.12em;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 2vw;
   }
	.vd_d_box2d {
		font-size: 6.2vw;
		letter-spacing: 0.12em;
		text-align: center;
		margin-bottom: 4vw;
   }
	.vd_d_box2e {
		font-size: 3.7vw;
		letter-spacing: 0.12em;
		text-align: center;
   }
	.vd_d_box2f {
		font-size: 3.3vw;
		letter-spacing: 0.04em;
		display: flex;
		position: relative;
   }
	.vd_d_box2f_1 {
		text-align: center;
		position: relative;
   }
   .vd_d_box2f_1:nth-child(1) {
		width: 55vw;
	}
   .vd_d_box2f_1:nth-child(2) {
		width: 45vw;
   }
	.vd_d_box2f_1b {
		font-size: 3.3vw;
		letter-spacing: 0.04em;
		width: 100%;
		background-color: rgb(98 69 52 / 75%);
		padding: 3vw 0;
		color: #fff;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 0;
   }
	.vd_d_box4b_sp {
		position: relative;
   }
	.vd_d_box4b {
		font-size: 6vw;
		letter-spacing: 0.12em;
		line-height: 1.5;
		text-align: center;
		color: #fff;
		padding: 5vw 0;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
   }
	.vd_i_box5b {
		position: relative;
   }
	.vd_i_box5b_1 {
		font-size: 5.3vw;
		letter-spacing: 0.24em;
		line-height: 1.5;
		color: #fff;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: absolute;
		right: 7vw;
		top: 29vw;
   }
	.vd_i_box5b_2 {
		position: absolute;
		left: 8vw;
		bottom: 6vw;
   }
	.vd_i_box5b_2a {
		display: block;
		font-size: 4.6vw;
		letter-spacing: 0.07em;
		color: #fff;
		font-weight: bold;
		margin-bottom: 2.5vw;
   }
	.vd_i_box5b_2b {
		display: block;
		font-size: 3.3vw;
	   /* letter-spacing: 0.12em;
		*/
		line-height: 1.6;
		color: #fff;
   }
	.vd_i_box5c {
		display: flex;
		flex-direction: column;
   }
	.vd_i_box5c_1 {
		position: relative;
   }
	.vd_i_box5c_1:nth-child(1) {
	   order: 1;
   }
	.vd_i_box5c_1:nth-child(2) {
	   order: 3;
   }
	.vd_i_box5c_1:nth-child(3) {
	   order: 4;
   }
	.vd_i_box5c_1:nth-child(4) {
	   order: 2;
   }
	.vd_i_box5c_1a {
		width: 41vw;
   }
	.vd_i_box5c_1b {
		font-size: 4vw;
		font-weight: bold;
		margin-bottom: 3vw;
   }
	.vd_i_box5c_1c {
		font-size: 3.3vw;
		letter-spacing: 0.02em;
		line-height: 1.5;
		margin-bottom: 2vw;
   }
	.vd_i_box5c_1d {
		font-size: 2vw;
		letter-spacing: 0.02em;
		line-height: 1.2;
		margin-bottom: 2vw;
		position: relative;
   }
	.vd_i_box5c_1d:before {
		display: block;
		content: "";
		width: 5.5vw;
		height: 1px;
		background-color: #000;
		position: absolute;
		left: 44%;
		top: 15%;
   }
	.vd_i_box5c_1e {
		font-size: 2vw;
   }
	.vd_i_box5c_1:nth-child(1) .vd_i_box5c_1a {
		position: absolute;
		left: 57vw;
		top: 14vw;
   }
	.vd_i_box5c_1:nth-child(2) .vd_i_box5c_1a {
		position: absolute;
		left: 57vw;
		top: 14vw;
   }
	.vd_i_box5c_1:nth-child(3) .vd_i_box5c_1a {
		position: absolute;
		left: 7vw;
		top: 13vw;
   }
	.vd_i_box5c_1:nth-child(4) .vd_i_box5c_1a {
		position: absolute;
		left: 7vw;
		top: 9vw;
   }
	.vd_i_box7b {
		position: relative;
   }
	.vd_i_box7b_1 {
		font-size: 3.2vw;
		letter-spacing: 0.06em;
		line-height: 1.75;
		display: flex;
		margin-left: 11.5vw;
		position: absolute;
		left: 0;
		bottom: 0;
   }
	.vd_i_box7b_1 > div:first-child {
		margin-right: 14vw;
   }
}
@media screen and (min-width: 768px) {
	.vd_d_box2 {
		position: relative;
   }
	.vd_d_box2_in {
		position: absolute;
		left: 0;
		right: 0;
		top: 7.6vw;
		text-align: center;
		color: #fff;
   }
	.vd_d_box2a {
		font-size: 3.3vw;
		letter-spacing: 0.07vw;
		margin-bottom: 2.0vw;
   }
	.vd_d_box2b {
		font-size: 6.4vw;
		letter-spacing: 0.05em;
		width: 59vw;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 3.3vw;
   }
	.vd_d_box2b_1 {
		display: inline-block;
		width: 20vw;
		padding: 1vw 0;
		background: rgb(75,75,75);
		background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(45,45,45,1) 30%);
   }
	.vd_d_box2b_2 {
		display: inline-block;
		width: 38vw;
		padding: 1vw 0;
		background: rgb(75,75,75);
		background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(45,45,45,1) 30%);
   }
	.vd_d_box2c {
		font-size: 1.6vw;
		letter-spacing: 0.16em;
		margin-bottom: 2.0vw;
   }
	.vd_d_box2d {
		font-size: 2.8vw;
		letter-spacing: 0.16em;
		margin-bottom: 1.7vw;
   }
	.vd_d_box2e {
		font-size: 1.6vw;
		letter-spacing: 0.16em;
		margin-bottom: 4vw;
   }
	.vd_d_box2f {
		font-size: 1.4vw;
		letter-spacing: 0.04em;
		width: 53vw;
		display: flex;
		margin: -10vw auto 0 !important;
   }
	.vd_d_box2f_1 {
		position: relative;
   }
	.vd_d_box2f_1a img {
		height: 19vw;
		object-fit: cover;
   }
	.vd_d_box2f_1b {
		width: 100%;
		background-color: rgb(49 35 27 / 0.3);
		padding: 1.4vw 0;
		font-size: 1.4vw;
		letter-spacing: 0.04em;
		color: #fff;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 0;
   }
	.vd_d_box2f_1:nth-child(1) {
		width: 29vw;
   }
	.vd_d_box2f_1:nth-child(2) {
		width: 24vw;
   }
	.vd_h_box {
		position: relative;
   }
	.vd_h_box0 {
		position: absolute;
		z-index: 1;
		top: 7.7vw;
		left: 2.4vw;
   }
	.vd_h_box0a {
		display: inline-block;
		font-size: 1.5vw;
		letter-spacing: 0.08em;
		line-height: 2.7;
		margin-bottom: 2vw;
		font-weight: bold;
		position: relative;
   }
	.vd_h_box0a:before {
		display: block;
		content: "";
		width: 21vw;
		height: 1px;
		background-color: #000;
		position: absolute;
		left: -11vw;
		top: 50%;
   }
	.vd_h_box0b {
		font-size: 2.4vw;
		letter-spacing: 0.12em;
		line-height: 1.6;
   }
	.vd_i_box5b {
		position: relative;
   }
	.vd_i_box5b_1 {
		font-size: 2.1vw;
		letter-spacing: 0.08em;
		font-weight: bold;
		color: #fff;
		position: absolute;
		top: 4vw;
		right: 1vw;
   }
	.vd_i_box5b_2 {
		position: absolute;
		left: 4vw;
		bottom: 3vw;
		color: #fff;
   }
	.vd_i_box5b_2a {
		display: block;
		font-size: 1.8vw;
		letter-spacing: 0.07em;
		font-weight: bold;
		margin-bottom: 1vw;
   }
	.vd_i_box5b_2b {
		display: block;
		font-size: 1.1vw;
		letter-spacing: 0.12em;
		line-height: 1.6;
   }
	.vd_i_box5c_1 {
		width: 50%;
   }
	.vd_i_box5c picture {
		width: 100%;
   }
	.vd_i_box5c_1a {
		width: 14vw;
   }
	.vd_i_box5c_1b {
		font-size: 1.4vw;
		letter-spacing: 0.08em;
		font-weight: bold;
		margin-bottom: 1vw;
   }
	.vd_i_box5c_1 {
		position: relative;
   }
	.vd_i_box5c_1c {
		font-size: 1.1vw;
		letter-spacing: 0.06em;
		line-height: 1.8;
		margin-bottom: 1vw;
   }
	.vd_i_box5c_1d {
		font-size: 0.8vw;
		letter-spacing: 0.02em;
		line-height: 1.5;
		position: relative;
   }
	.vd_i_box5c_1d:before {
		display: block;
		content: "";
		width: 3.0vw;
		height: 1px;
		background-color: #000;
		position: absolute;
		left: 52%;
		top: 15%;
   }
	.vd_i_box5c_1e {
		font-size: 0.8vw;
		letter-spacing: 0.02em;
   }
	.vd_i_box5c_1:nth-child(1) .vd_i_box5c_1a {
		position: absolute;
		left: 25vw;
		top: 5.5vw;
   }
	.vd_i_box5c_1:nth-child(2) .vd_i_box5c_1a {
		position: absolute;
		left: 24vw;
		top: 5.5vw;
   }
	.vd_i_box5c_1:nth-child(3) .vd_i_box5c_1a {
		position: absolute;
		left: 3.5vw;
		top: 5.5vw;
   }
	.vd_i_box5c_1:nth-child(4) .vd_i_box5c_1a {
		position: absolute;
		left: 2.5vw;
		top: 4.0vw;
   }
	.vd_i_box7b {
		position: relative;
   }
	.vd_i_box7b_1 {
		display: flex;
		font-size: 1.3vw;
		letter-spacing: 0.04em;
		line-height: 1.8;
		position: absolute;
		right: 1.0vw;
		bottom: 2vw;
   }
	.vd_i_box7b_1 > div {
		margin-right: 1.5vw;
   }
}
/* 多言語対応(フランス語,英語) */
font + br {
	display: none;
}
@media screen and (min-width: 768px) {
	html:lang(en) .vd_d_box2b {
		font-size: 3.0vw;
   }
	html:lang(en) .vd_d_box4b {
		width: 45vw 
   }
	html:lang(en) .vd_h_box0b {
		width: 40vw;
   }
	html:lang(en) .vd_f_box1a_1 .h_lv2 br {
		display: block;
   }
	html:lang(en) .vd_e_box4b .h_lv1 {
		white-space: inherit;
   }
	html:lang(en) .vd_h_box0a br {
		display: block;
   }
	html:lang(en) .vd_i_box1 {
		padding: 1.04vw;
   }
	html:lang(en) .vd_i_box7b_1 {
		width: 45vw;
		justify-content: flex-end;
   }
	html:lang(en) .vd_i_box7b_1 font {
		display: block;
   }
	html:lang(en) .pd_t_sup_ttl:before, html:lang(en) .pd_t_sup_ttl:after {
		background-color: transparent;
   }
}
@media screen and (max-width: 767px) {
	html:lang(en) .pdct_n_a_sp_sub {
		font-size: 4.5vw;
   }
	html:lang(en) .vd_d_box1c_1a font {
		display: block;
   }
	html:lang(en) .vd_d_box2b {
		font-size: 5vw;
   }
	html:lang(en) .vd_d_box5b .h_lv2 {
		display: none;
   }
	html:lang(en) .vd_d_box5b2 font font {
		display: none;
   }
	html:lang(en) .vd_d_box6a .h_lv2 br {
		display: block;
   }
	html:lang(en) .vd_f_box1a_1 .h_lv2 br {
		display: block;
   }
	html:lang(en) .vd_g_box1 span br {
		display: block;
   }
	html:lang(en) .vd_i_box1 {
		padding: 2.67vw;
   }
	html:lang(en) .vd_i_box3b_1 .cat .h_lv1 {
		width: 25vw;
		white-space: inherit;
   }
	html:lang(en) .vd_i_box3b_1 .cat .h_lv2 {
		width: calc(100% - 25vw);
   }
	html:lang(en) .vd_i_box5b_1 {
		left: 8vw;
		writing-mode: inherit;
   }
	html:lang(en) .vd_i_box7b_1 font {
		display: block;
   }
	html:lang(en) .vd_i_box7b_1>div:first-child {
		margin-right: 0;
		width: 45%;
   }
}