/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/dr-neck/
Description:MYTREX DR. HEAT NECK
Version: 1.0
*/

/*フェイスライン*/
#video-drhn {
	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/drhn/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: 6vw;
		height: 6vw;
		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: 6vw;
		height: 6vw;
		bottom: 6vw;
		right: 2vw;
   }
}
@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 {
		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: 15vw;
		margin-top: 20vw !important;
   }
}
@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
   }
	#pd_l {
		padding: 5% 0 5%;
		background: #f0eef0;
   }
	#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.2vw;
		line-height: 1.5;
		letter-spacing: .3vw;
   }
	.pd_c_ttl_sub2 {
		padding: 3vw 0 6.5vw;
		font-size: 6.5vw;
		line-height: 1.3;
		letter-spacing: .3vw;
		border-bottom: 1px solid #ccc;
		margin: 4vw 4vw 6.5vw;
		margin-top: 4vw;
		font-weight: 800;
		transform: scale(1,0.95);
   }
	.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 4vw;
    font-size: 3.3vw;
    line-height: 1.7;
    letter-spacing: .4vw;
    text-align: justify;
   }
	.pd_c_text sup {
		display: inline-block;
		transform: scale(0.7);
   }
	.pd_c_text small {
		text-align: right;
		display: block;
		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: 7vw;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0vw;
   }
	.outofstock_blank {
		padding-bottom: 15% !important;
   }
	.pd_c_price2b {
		font-size: 2.5vw;
		line-height: 2.5vw;
		padding-left: 2vw;
   }
}
@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 8vw;
   }
	.pd_c_box {
		padding: 1vw 1vw;
   }
	.pd_c_ttl_sub {
		padding: 0vw 0vw 0vw;
		font-size: 0.9vw;
		line-height: 1.4;
		letter-spacing: 0.05vw;
   }
	.pd_c_ttl_sub2 {
		padding: 0.5vw 0vw 1vw;
    font-size: 1.4vw;
    line-height: 1.4;
    letter-spacing: 0.15vw;
   }
	.pd_c_nm4 {
		padding: 0vw 0vw 2vw;
		font-size: 2vw;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0.07em;
		border-bottom: 1px solid #3c3c3c;
		margin-bottom: 2vw;
   }
	.pd_c_text {
		font-size: 1.1vw;
    line-height: 1.7;
    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: 1.5vw 0vw 0vw;
    font-size: 2vw;
    font-weight: 800;
    line-height: 1;
    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.4vw;
		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: 0 0;
   }
	.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: 1.5vw 0vw 1.5vw;
   }
	.pd_l_icon {
		/* padding: 1vw 1vw 1vw 0vw;
		width: 100%;
		line-height: 0; */
		width: 10vw;
		margin-inline: auto;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 0.8vw;
		line-height: 2.0;
		letter-spacing: 0.15em;
		color: #231815;
		padding: 1.0vw 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;
} */
.pdct_n_a_sp_ttl2 {
padding: 0 1vw 3vw;
color: #3f3d3e;
font-size: 4vw;
font-weight: 400;
line-height: 4vw;
letter-spacing: .5vw;
text-align: center;
}
.pdct_n_a_sp_ttl3 {
padding: 0 1vw 3vw;
color: #3f3d3e;
font-size: 2.5vw;
font-weight: 400;
line-height: 1;
letter-spacing: .1vw;
text-align: center;
}
}

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

/*** DR. HEAT NECK ***/
@media screen and (max-width: 767px) {
	.sp_column-reverse {
		display: flex;
    	flex-direction: column-reverse;
	}

	.drhn_a_txt {
		text-align: right;
		font-size: 2.4vw;
		letter-spacing: 0.15em;
		padding-top: 2vw;
	}

	.drhn_c_box01a {
		text-align: center;
		font-size: 4.2vw;
		letter-spacing: 0.2em;
		margin-bottom: 6vw;
	}
	.drhn_c_box01 {
		background-color: #f0eef1;
		padding: 0 6vw 10vw;
	}
	.drhn_c_box01b {
		background-color: #ffffff;
		padding: 5.5vw 0;
		padding-left: 13vw;
		margin-bottom: 8vw;
	}
	.drhn_c_box01b-a {
		font-size: 3.0vw;
		letter-spacing: 0.16em;
		line-height: 2;
	}
	.drhn_c_box01d {
		text-align: center;
		font-size: 4.6vw;
		letter-spacing: 0.28em;
	}

	.drhn_d_box01 {
		position: relative;
	}
	.drhn_d_box01a {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding-top: 26vw;
	}
	.drhn_d_box01a-a {
		text-align: center;
		font-size: 3.0vw;
		letter-spacing: 0.139em;
		margin-bottom: 5vw;
	}
	.drhn_d_box01a-b {
		text-align: center;
		font-size: 5.3vw;
		letter-spacing: 0.119em;
		line-height: 1.75;
		margin-bottom: 6vw;
	}
	.drhn_d_box01a-c {
		font-size: 2.8vw;
		letter-spacing: 0.09em;
		line-height: 1.8;
		width: 87.5vw;
		margin-left: auto;
		margin-right: auto;
	}
	.drhn_d_box01a-c small {
		display: block;
		text-align: right;
		font-size: 2vw;
	}

	.drhn_e_box01 {
		padding-top: 16vw;
		padding-bottom: 13vw;
	}
	.drhn_e_box01a {
		text-align: center;
		font-size: 3.0;
		letter-spacing: 0.21em;
		margin-bottom: 4vw;
	}
	.drhn_e_box01b {
		text-align: center;
		text-align: center;
		font-size: 5.3vw;
		letter-spacing: 0.159em;
		margin-bottom: 6vw;
	}
	.drhn_e_box01c {
		margin-left: 6vw;
		margin-right: 6vw;
		margin-bottom: 8vw;
	}
	.drhn_e_box01c-a {
		display: flex;
		align-items: center;
		border: 1px solid #dbd9db;
		position: relative;
	}
	.drhn_e_box01c-a:not(:last-child):after {
		content: '▼';
		font-size: 2vw;
		position: absolute;
		left: 50%;
		bottom: -4.5vw;
	}
	.drhn_e_box01c-a:not(:last-child) {
		margin-bottom: 6vw;
	}
	.drhn_e_box01c-a1 {
		width: 52.5vw;
	}
	.drhn_e_box01c-a2 {
		text-align: center;
		width: 35.5vw;
		font-size: 4vw;
		letter-spacing: 0.14em;
		line-height: 1.4;
	}
	.drhn_e_box01c-a2 small {
		font-size: 2.4vw;
	}
	.drhn_e_box01d-a {
		text-align: center;
		font-size: 3.0vw;
		letter-spacing: 0.12em;
		margin-bottom: 5vw;
	}
	.drhn_e_box01d-a span {
		font-size: 5.3vw;
		display: inline-block;
		padding-top: 2.5vw;
	}
	.drhn_e_box01d-b {
		margin-left: 9vw;
		margin-right: 9vw;
		font-size: 3.0vw;
		letter-spacing: 0.09em;
		line-height: 1.8;
	}
	.drhn_e_box02 {
		background-color: #f0eef0;
		padding: 13vw 6vw;
	}
	.drhn_e_box02a {
		text-align: center;
		font-size: 3.0vw;
		letter-spacing: 0.21em;
		margin-bottom: 4vw;
	}
	.drhn_e_box02b {
		text-align: center;
		font-size: 5.2vw;
		letter-spacing: 0.10em;
		line-height: 1.75;
		margin-bottom: 4vw;
	}
	.drhn_e_box02c-b1 {
		display: flex;
	}
	.drhn_e_box02c-b1:not(:last-child) {
		margin-bottom: 6.5vw;
	}
	.drhn_e_box02c-a {
		margin-bottom: 4vw;
	}
	.drhn_e_box02c-b1 > div {
		width: calc(100% - 31vw);
	}
	.drhn_e_box02c-b1 > .drhn_e_box02c-b4 {
		width: 31vw;
	}
	.drhn_e_box02c-b2 {
		background-color: #ffffff;
		padding: 1.5vw;
		font-size: 3.0vw;
		letter-spacing: 0.07em;
		margin-bottom: 3vw;
	}
	.drhn_e_box02c-b3 {
		font-size: 3.0vw;
		letter-spacing: 0.04em;
		line-height: 1.6;
		padding-right: 3vw;
	}
	.drhn_e_box02c-b3 span {
		font-size: 3.6vw;
		letter-spacing: 0.09em;
	}

	.drhn_f_box01 {
		padding: 12vw 0 0;
	}
	.drhn_f_box01a {
		margin-left: 16vw;
		margin-right: 16vw;
		margin-bottom: 3vw;
	}
	.drhn_f_box01b {
		/* padding-left: 16vw;
		padding-right: 16vw; */
		text-align: center;
		font-size: 2.4vw;
		letter-spacing: 0.03em;
		line-height: 1.7;
		margin-bottom: 4.5vw;
	}
	.drhn_f_box01c {
		margin-left: 5.5vw;
		margin-right: 5.5vw;
		border: 2px solid #f0eef0;
		padding: 5vw 10vw;
	}
	.drhn_f_box01c-a {
		text-align: center;
		font-size: 4vw;
		letter-spacing: 0.17em;
		margin-bottom: 4vw;
	}
	.drhn_f_box01c-b {
		font-size: 3.0vw;
		letter-spacing: 0.06em;
		line-height: 1.5;
	}
	.drhn_f_box02a-b.sp {
		background-color: #ffffff;
		padding-top: 25vw;
	}
	.drhn_f_box02a-b {
		background-color: #f0eef0;
		padding: 6vw 4vw 0;
	}
	.drhn_f_box02a-b.sp {
		text-align: center;
	}
	.drhn_f_box02a-b1 {
		font-size: 3.7vw;
		letter-spacing: 0.06em;
		padding-bottom: 6vw;
	}
	.drhn_f_box02a-b2 {
		font-size: 5.3vw;
		letter-spacing: 0.219em;
		line-height: 1.75;
		padding-bottom: 3vw;
	}
	.drhn_f_box02a-b3 {
		font-size: 3.0vw;
		letter-spacing: 0.03em;
		line-height: 1.8;
		padding-bottom: 5.5vw;
	}
	.drhn_f_box02a-b4 {
		font-size: 2.4vw;
		letter-spacing: 0.09em;
		line-height: 1.6;
		padding-bottom: 6vw;
	}

	.drhn_g_box01 {
		background-color: #f0eef0;
		padding: 0 4vw 4vw;
	}
	.drhn_g_box01_sp-bg {
		background-color: #ffffff;
		padding: 8vw 6.5vw 5vw;
	}
	.drhn_g_box01a {
		text-align: center;
		font-size: 4.6vw;
		letter-spacing: 0.16em;
		margin-bottom: 7vw;
	}
	.drhn_g_box01b {
		margin-bottom: 6vw;
	}
	.drhn_g_box01c {
		margin-bottom: 3vw;
	}
	.drhn_g_box01d {
		text-align: right;
		font-size: 1.7vw;
	}
	.drhn_g_box02 {
		background-color: #f0eef0;
	}
	.drhn_g_box02a-b.sp {
		padding-top: 19vw;
		background-color: #ffffff;
		text-align: center;
	}
	.drhn_g_box03 {
		background-color: #f0eef0;
		padding-bottom: 6vw;
	}
	.drhn_g_box02a-b3 {
		padding: 6vw 4vw 6vw;
	}
	.drhn_g_box03a {
		padding: 0 4vw 4vw;
	}
	.drhn_g_box02a-b4 {
		padding: 0 4vw 6.5vw;
	}
	.drhn_g_box03d_sp-bg {
		margin-left: 4vw;
		margin-right: 4vw;
		background-color: #ffffff;
		padding: 9vw 8vw 6.5vw;
		margin-bottom: 3vw;
	}
	.drhn_g_box03d {
		text-align: center;
		font-size: 4.2vw;
		letter-spacing: 0.26em;
		margin-bottom: 3vw;
	}
	.drhn_g_box03b {
		text-align: center;
		font-size: 3.3vw;
		letter-spacing: 0.2em;
		margin-bottom: 5vw;
	}
	.drhn_g_box03e {
		margin-left: 4vw;
		margin-right: 4vw;
		background-color: #ffffff;
		padding: 2vw 0;
		text-align: center;
		font-size: 4.2vw;
		letter-spacing: 0.16em;
	}

	.drhn_h_box {
		background-color: #f0eef0;
		padding-bottom: 5vw;
	}
	.drhn_h_box01a-b.sp {
		text-align: center;
		padding-top: 19vw;
		background-color: #ffffff;
	}
	.drhn_h_box02a-b3 {
		margin-left: 6vw;
		margin-right: 6vw;
		padding-top: 6vw;
	}
	.drhn_h_box02e_sp-bg {
		margin-left: 6vw;
		margin-right: 6vw;
		background-color: #ffffff;
		padding: 5vw 3vw 3vw;
		margin-bottom: 3vw;
	}
	.drhn_h_box02a {
		text-align: center;
		font-size: 4.2vw;
		letter-spacing: 0.24em;
		margin-bottom: 5vw;
	}
	.drhn_h_box02b-a:not(:last-child) {
		margin-bottom: 6.5vw;
	}
	.drhn_h_box02f_sp-bg {
		margin-left: 6vw;
		margin-right: 6vw;
		background-color: #ffffff;
		padding: 2vw 0;
		text-align: center;
		font-size: 4.2vw;
		letter-spacing: 0.06em;
		line-height: 1.6;
		margin-bottom: 3vw;
	}
	.drhn_h_box02c {
		margin-left: 6vw;
		margin-right: 6vw;
		font-size: 2.2vw;
		letter-spacing: 0.04em;
		line-height: 1.6;
	}
	.drhn_i_box01 {
		padding-top: 30vw;
		padding-bottom: 10vw;
		margin-left: 6vw;
		margin-right: 6vw;
	}
	.drhn_i_box01a {
		text-align: center;
		font-size: 3.7vw;
		letter-spacing: 0.04em;
		margin-bottom: 6vw;
	}
	.drhn_i_box01b-a {
		margin-bottom: 12vw;
	}
	.drhn_i_box01b-a1 {
		margin-bottom: 6vw;
	}
	.drhn_i_box01b-a2 {
		text-align: center;
		font-size: 5.3vw;
		letter-spacing: 0.199;
		margin-bottom: 5vw;
	}
	.drhn_i_box01b-a3 {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 3.0vw;
		letter-spacing: .2em;
		margin-bottom: 6.5vw;
	}
	.drhn_i_box01b-a3:before, .drhn_i_box01b-a3:after {
		content: "";
		width: 6.8vw;
		height: 1px;
		background-color: #000;
	}
	.drhn_i_box01b-a3:before {
		margin-right: 0.5vw;
	}
	.drhn_i_box01b-a3:after {
		margin-left: 0.5vw;
	}
	.drhn_i_box01d.sp {
		display: flex;
		justify-content: center;
		font-size: 2.2vw;
		letter-spacing: 0.02em;
		line-height: 1.6;
	}
	.drhn_i_box01c.sp {
		width: 55vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 6.5vw;
	}

	.drhn_j_box02 {
		padding-top: 13vw;
	}
	.drhn_j_box02a {
		text-align: center;
		font-size: 3.7vw;
		letter-spacing: 0.04em;
		margin-bottom: 6.5vw;
	}
	.drhn_j_box02b {
		text-align: center;
		font-size: 5.3vw;
		letter-spacing: 0.159em;
		line-height: 1.75;
		margin-bottom: 5vw;
	}
	.drhn_j_box02c-a {
		display: flex;
		align-items: center;
		margin-bottom: 4vw;
	}
	.drhn_j_box02c-a:nth-child(2n) {
		flex-direction: row-reverse;
	}
	.drhn_j_box02c-a > div {
		width: calc(100% - 60vw);
		padding-left: 6vw;
		padding-right: 4vw;
	}
	.drhn_j_box02c-a > .drhn_j_box02c-a1 {
		width: 60vw;
		padding-left: 0;
		padding-right: 0;
	}
	.drhn_j_box02c-a2 {
		font-size: 4.2vw;
		letter-spacing: 0.12em;
		margin-bottom: 3.5vw;
	}
	.drhn_j_box02c-a3 {
		font-size: 2.8vw;
		letter-spacing: 0.03em;
		line-height: 1.7;
	}
	.drhn_j_box03-da2022 {
		padding-top: 14vw;
	}
	.drhn_j_box03a-da2022 {
		text-align: center;
		font-size: 4.6vw;
		letter-spacing: 0.159em;
		line-height: 1.6;
		margin-bottom: 5vw;
	}
	.drhn_j_box03 {
		padding-top: 17vw;
	}
	.drhn_j_box03a {
		text-align: center;
		font-size: 4.6vw;
		letter-spacing: 0.159em;
		line-height: 1.6;
		margin-bottom: 5vw;
	}

	.drhn_k_box {
		padding-top: 26vw;
	}
	.drhn_k_box01 {
		text-align: center;
		font-size: 3.7vw;
		letter-spacing: 0.04em;
		margin-bottom: 5vw;
	}
	.drhn_k_box02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-left: 6vw;
		margin-right: 6vw;
		position: relative;
	}
	.drhn_k_box02::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted #808080;
		position: absolute;
		left: 0;
		top: 47.5%;
	}
	.drhn_k_box02a {
		width: 38vw;
		margin-bottom: 7vw;
		position: relative;
	}
	.drhn_k_box02a:nth-child(2n+1)::after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		border-right: 1px dotted #808080;
		position: absolute;
		right: -5.5vw;
		top: 0;
	}
	.drhn_k_box02a-a1 {
		text-align: center;
		font-size: 2.8vw;
		letter-spacing: 0.23em;
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.drhn_k_box02a-a2 {
		margin-bottom: 2.5vw;
	}
	.drhn_k_box02a-a3 {
		font-size: 2.8vw;
		letter-spacing: 0.1em;
		line-height: 1.4;
		margin-bottom: 4vw;
	}
	.drhn_k_box02a-a4 {
		font-size: 2.2vw;
		letter-spacing: -0.02em;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.drhn_k_box03 {
		margin-top: -3vw !important;
		margin-left: 6vw;
    	margin-right: 6vw;
	}

}

@media screen and (min-width: 768px) {
	.drhn_a {
		margin-bottom: 8.5vw;
	}
	.drhn_a_txt {
		font-size: 0.78vw;
		text-align: right;
		padding-top: 0.5vw;
		padding-right: 1vw;
	}

	.drhn_c_box01a {
		text-align: center;
		font-size: 1.56vw;
		letter-spacing: 0.24em;
		margin-bottom: 2vw;
	}
	.row.worry {
		background-color: #f0eef0;
		padding-bottom: 6vw;
	}
	.drhn_c_box01 {
		width: 72vw;
		margin-left: auto;
		margin-right: auto;
	}
	.drhn_c_box01b {
		background-color: #ffffff;
		padding: 2vw 0;
		display: flex;
		justify-content: center;
		font-size: 1.3vw;
		letter-spacing: 0.16em;
		line-height: 2.24;
	}
	.drhn_c_box01b-a:not(:first-child) {
		margin-left: 5vw;
	}
	.drhn_c_box01c {
		margin-bottom: 4vw;
	}
	.drhn_c_box01d {
		text-align: center;
		font-size: 2.0vw;
		letter-spacing: 0.38em;
	}

	.drhn_d_box01 {
		position: relative;
	}
	.drhn_d_box01a {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		text-align: center;padding-top: 8vw;
	}
	.drhn_d_box01a-a {
		font-size: 1.5vw;
		letter-spacing: 0.179em;
		margin-bottom: 2vw;
	}
	.drhn_d_box01a-b {
		font-size: 3.3vw;
		letter-spacing: 0.1em;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.drhn_d_box01a-c {
		font-size: 0.9vw;
		letter-spacing: 0.1vw;
		line-height: 2.2;
	}

	.drhn_e_box01 {
		padding: 8vw 0;
	}
	.drhn_e_box01a {
		text-align: center;
		font-size: 1.4vw;
		letter-spacing: 0.19em;
		margin-bottom: 1.5vw;
	}
	.drhn_e_box01b {
		text-align: center;
		font-size: 2.6vw;
		letter-spacing: 0.2em;
		margin-bottom: 1.5vw;
	}
	.drhn_e_box01c {
		margin-left: 13vw;
		margin-right: 13vw;
		display: flex;
		justify-content: space-between;
		margin-bottom: 3.5vw;
	}
	.drhn_e_box01c-a {
		width: 22vw;
		position: relative;
	}
	.drhn_e_box01c-a:not(:last-child)::after {
		content: '▶︎';
		font-size: 1vw;
		position: absolute;
		right: -2.5vw;
		top: 30%;
	}
	.drhn_e_box01c-a1 {
		margin-bottom: 1vw;
	}
	.drhn_e_box01c-a2 {
		text-align: center;
		font-size: 1.5vw;
		letter-spacing: 0.22em;
		line-height: 1.5;
	}
	.drhn_e_box01c-a2 small {
		font-size: 0.9vw;
		letter-spacing: 0.219em;
	}
	.drhn_e_box01d {
		margin-left: 13vw;
		margin-right: 13vw;
		padding: 0 1.5vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-left: 1px solid #00000020;
		border-right: 1px solid #00000020;
		position: relative;
	}
	.drhn_e_box01d::after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		background-color: #00000020;
		position: absolute;
		left: 30vw;
		top: 0;
	}
	.drhn_e_box01d-a {
		width: 30vw;
		font-size: 1.4vw;
		letter-spacing: 0.16em;
		line-height: 1.6;
	}
	.drhn_e_box01d-b {
		width: calc(100% - 30vw);
		font-size: 0.9vw;
		letter-spacing: 0.05em;
		line-height: 1.7;
		/* position: relative; */
	}
	.drhn_e_box02 {
		background-color: #f0eef0;
		padding: 6vw 0;
	}
	.drhn_e_box02a {
		text-align: center;
		font-size: 1.4vw;
		letter-spacing: 0.19em;
		margin-bottom: 2vw;
	}
	.drhn_e_box02b {
		text-align: center;
		font-size: 2.6vw;
		letter-spacing: 0.2em;
		line-height: 1.6;
		margin-bottom: 2.5vw;
	}
	.drhn_e_box02c {
		margin-left: 13vw;
		margin-right: 13vw;
		display: flex;
		justify-content: space-between;
	}
	.drhn_e_box02c-a {
		width: 29vw;
		margin-right: 2.5vw;
	}
	.drhn_e_box02c-b {
		width: calc(100% - 31.5vw);
	}
	.drhn_e_box02c-b2 {
		background-color: #ffffff;
		font-size: 1vw;
		letter-spacing: 0.11em;
		padding: 0.5vw;
		margin-bottom: 0.8vw;
	}
	.drhn_e_box02c-b3 {
		font-size: 0.9vw;
		letter-spacing: 0.02em;
		line-height: 1.6;
		margin-bottom: 2.5vw;
	}
	.drhn_e_box02c-b3 span {
		font-size: 1.0vw;
		letter-spacing: 0.09em;
	}
	.drhn_f_box01 {
		margin-left: 13vw;
		margin-right: 13vw;
		padding: 1vw 0 5vw;
	}
	.drhn_f_box01a {
		margin-bottom: 1.5vw;
	}
	.drhn_f_box01b {
		text-align: center;
		font-size: 0.8vw;
		/* letter-spacing: 0.09em; */
		margin-bottom: 1.5vw;
	}
	.drhn_f_box01c {
		border: 4px solid #f0eef0;
		padding: 1.5vw;
		text-align: center;
	}
	.drhn_f_box01c-a {
		font-size: 1.3vw;
		letter-spacing: 0.17em;
		margin-bottom: 1.0vw;
	}
	.drhn_f_box01c-b {
		font-size: 0.9vw;
		letter-spacing: 0.05em;
		line-height: 1.8;
	}
	.drhn_f_box02 {
		background-color: #f0eef0;
		padding: 5vw 0 6.5vw;
	}
	.drhn_f_box02a {
		margin-left: 13vw;
		margin-right: 13vw;
	}
	.drhn_f_box02a {
		display: flex;
		justify-content: space-between;
	}
	.drhn_f_box02a-a {
		width: 42vw;
	}
	.drhn_f_box02a-b {
		width: 26vw;
		padding-top: 2vw;
	}
	.drhn_f_box02a-b1 {
		font-size: 1.4vw;
		letter-spacing: 0.06em;
		margin-bottom: 1.5vw;
	}
	.drhn_f_box02a-b2 {
		font-size: 1.5vw;
		letter-spacing: 0.21em;
		line-height: 1.5;
		margin-bottom: 2vw;
	}
	.drhn_f_box02a-b3 {
		font-size: .9vw;
		letter-spacing: .03em;
		line-height: 2.2;
		margin-bottom: 2vw;
	}
	.drhn_f_box02a-b4 {
		font-size: 0.78vw;
		/* letter-spacing: 0.09em; */
		line-height: 1.5;
		margin-left: 1em;
		text-indent: -1em;
	}

	.drhn_g_box01 {
		background-color: #ffffff;
		margin-left: 13vw;
		margin-right: 13vw;
		padding: 2vw 6.5vw 6.5vw;
		margin-top: -4vw !important;

	}
	.drhn_g_box01a {
		text-align: center;
		font-size: 1.5vw;
		letter-spacing: 0.2em;
		margin-bottom: 2vw;
	}
	.drhn_g_box01b {
		margin-bottom: 2.5vw;
	}
	.drhn_g_box01c {
		margin-bottom: 1vw;
	}
	.drhn_g_box01d {
		text-align: right;
		font-size: 0.6vw;
		letter-spacing: 0.1em;
	}
	.drhn_g_box02 {
		background-color: #f0eef0;
		padding: 5vw 0 6.5vw;
	}
	.drhn_g_box02a {
		margin-left: 13vw;
		margin-right: 13vw;
		display: flex;
		justify-content: space-between;
	}
	.drhn_g_box02a-a {
		width: 42vw;
	}
	.drhn_g_box02a-b {
		width: 26vw;
    	padding-top: 2vw;
	}
	.drhn_g_box03 {
		background-color: #fff;
		margin-left: 13vw;
		margin-right: 13vw;
		padding: 0 0 calc(11vw - 1.0vw);
		margin-top: -4vw !important;
	}
	.drhn_g_box03a img {
		/* margin-top: -1.5vw !important; */
		position: relative;
		top: -1.0vw;
	}
	.drhn_g_box03c {
		position: relative;
		top: -1.0vw;
	}
	.drhn_g_box03c {
		padding-left: 8vw;
		padding-right: 8vw;
	}

	.drhn_h_box01 {
		background-color: #f0eef0;
		padding: 5vw 0 6.5vw;
	}
	.drhn_h_box01a {
		margin-left: 13vw;
		margin-right: 13vw;
		display: flex;
		justify-content: space-between;
	}
	.drhn_h_box01a-a {
		width: 43vw;
	}
	.drhn_h_box01a-b {
		width: 26vw;
	}
	.drhn_h_box01a-b {
		padding-top: 2vw;
	}
	.drhn_h_box02 {
		background-color: #fff;
		margin-left: 13vw;
		margin-right: 13vw;
		padding: 3vw 5.5vw 8vw;
		margin-top: -4vw !important;
		position: relative;
	}
	.drhn_h_box02b {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.5vw;
		position: relative;
    	z-index: 1;
	}
	.drhn_h_box02b-a {
		width: 30vw;
	}
	.drhn_h_box02a {
		text-align: center;
		font-size: 1.5vw;
		letter-spacing: 0.2em;
		margin-bottom: 2vw;
	}
	.drhn_h_box02c {
		font-size: 0.78vw;
		letter-spacing: 0.09em;
		line-height: 1.5;
	}
	.drhn_h_box02d {
		width: 9vw;
		position: absolute;
		top: -2.0vw;
		right: 5.5vw;
	}

	.drhn_i_box01 {
		background-color: #f0eef0;
		padding: 4.5vw 0 4.5vw;
	}
	.drhn_i_box01a {
		text-align: center;
		font-size: 1.4vw;
		letter-spacing: 0.06em;
		margin-bottom: 3vw;
	}
	.drhn_i_box01b {
		display: flex;
		justify-content: space-between;
		margin-bottom: 3vw;
	}
	.drhn_i_box01b-a {
		width: 33vw;
	}
	.drhn_i_box01b-a1 {
		margin-bottom: 1.5vw;
	}
	.drhn_i_box01b-a2 {
		text-align: center;
		font-size: 1.5vw;
		font-weight: 600;
		letter-spacing: 0.2em;
		margin-bottom: 1vw;
	}
	.drhn_i_box01b-a3 {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2vw;
		letter-spacing: 0.2em;
	}
	.drhn_i_box01b-a3:before, .drhn_i_box01b-a3:after {
		content: "";
		width: 2.4vw;
		height: 1px;
		/* flex-grow: 1; */
		background-color: #000000;
	}
	.drhn_i_box01b-a3:before {
		margin-right: 0.5vw;
	}
	.drhn_i_box01b-a3:after {
		margin-left: 0.5vw;
	}
	.drhn_i_box01c {
		width: 73vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5vw;
	}
	.drhn_i_box01d {
		width: 73vw;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.78vw;
		letter-spacing: 0.07em;
		line-height: 1.5;
	}

	.drhn_j_box01 {
		padding-top: 9vw;
		margin-left: 5vw;
		margin-right: 5vw;
		margin-bottom: 10vw;
	}
	.drhn_j_box02 {
		padding-bottom: 7.5vw;
	}
	.drhn_j_box02a {
		text-align: center;
		font-size: 1.4vw;
		letter-spacing: 0.06em;
		margin-bottom: 1.5vw;
	}
	.drhn_j_box02b {
		text-align: center;
		font-size: 1.5vw;
		letter-spacing: 0.21em;
		margin-bottom: 1.5vw;
	}
	.drhn_j_box02c {
		margin-left: 13vw;
		margin-right: 13vw;
		display: flex;
		justify-content: space-between;
	}
	.drhn_j_box02c-a {
		width: 23.5vw;
		position: relative;
	}
	.drhn_j_box02c-a:not(:last-child)::after {
		content: '';
		display: block;
		width: 1px;
		height: 8.0vw;
		background-color: #2f2c2c20;
		position: absolute;
		right: -1vw;
		bottom: 0;
	}
	.drhn_j_box02c-a1 {
		margin-bottom: 1.5vw;
	}
	.drhn_j_box02c-a2 {
		text-align: center;
		font-size: 1.19vw;
		font-weight: 600;
		letter-spacing: 0.14vw;
		margin-bottom: 1vw;
	}
	.drhn_j_box02c-a3 {
		text-align: center;
		font-size: 1vw;
		letter-spacing: 0.11em;
		line-height: 1.7;
		margin-bottom: 2vw;
	}
	.drhn_j_box03-da2022 {
		padding: 5vw 0vw 10vw;
	}
	.drhn_j_box03a-da2022 {
		text-align: center;
		font-size: 1.5vw;
		letter-spacing: 0.21em;
	}
	.drhn_j_box03b-da2022 {
		margin-top: -2vw !important;
	}
	.drhn_j_box03 {
		background-color: #f0eef0;
		padding: 5vw 10vw;
	}
	.drhn_j_box03a {
		text-align: center;
		font-size: 1.5vw;
		letter-spacing: 0.21em;
	}
	.drhn_j_box03b {
		margin-top: -2vw !important;
	}

	.drhn_k_box {
		margin-left: 13.5vw;
		margin-right: 13.5vw;
		padding-top: 6vw;
		padding-bottom: 5vw;
	}
	.drhn_k_box01 {
		text-align: center;
		font-size: 1.4vw;
		letter-spacing: 0.06em;
		margin-bottom: 3vw;
	}
	.drhn_k_box02 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.5vw;
	}
	.drhn_k_box02a {
		width: 15.5vw;
	}
	.drhn_k_box02a-a1 {
		text-align: center;
		font-size: 1vw;
		letter-spacing: 0.23em;
		margin-bottom: 1vw;
	}
	.drhn_k_box02a-a2 {
		margin-bottom: 1vw;
	}
	.drhn_k_box02a-a3 {
		font-size: 1.0vw;
		letter-spacing: 0.1em;
		line-height: 1.5;
		margin-bottom: 1vw;
	}
	.drhn_k_box02a-a4 {
		font-size: 0.67vw;
		letter-spacing: -0.11em;
		line-height: 1.6;
	}

}

@media screen and (max-width: 767px) {
.dhn-cpn-box{
position: relative;
padding-bottom: 8vw;
padding-top: 5vw;
}
.dhn-cpn-box2{
position: relative;
padding-bottom: 8vw;
padding-top: 4vw;
}
.dhn-cpn-box-inner2{
position: absolute;
z-index: 1;
bottom: 18.8vw;
right: 31.5vw;
font-size: 1.5vw;
color: #666;
letter-spacing: .5vw;
}
.dhn-cpn-box2-inner2{
position: absolute;
z-index: 1;
bottom: 18.8vw;
right: 31.5vw;
font-size: 1.5vw;
color: #666;
letter-spacing: .5vw;
}
.dhn-cpn-box-inner{
z-index: 1;
}
.dhn-cpn-box-inne,.comment{
font-size: 2.8vw;
line-height: 1.1;
text-align: left;
float: left;
width: 37vw;
position: absolute;
bottom: 10.50vw;
right: 36vw;
}
/* .dhn-cpn-box-date {
width: 50vw;
position: absolute;
top: 55.5vw;
left: 43.7vw;
font-size: 2.4vw;
color: #333;
} */
	.dhn-cpn-box2-date {
		width: 50vw;
		position: absolute;
		top: 53.5vw;
		left: 42.0vw;
		font-size: 2.4vw;
		color: #333;
	}
	
button.copy-clink{
background: #f37f00;
color: #fff;
border: none;
padding: .5vw 0;
font-size: 3.0vw;
letter-spacing: .15vw;
width: 30vw;
position: absolute;
bottom: 12vw;
right: 7vw;
}
button.copy-clink:hover{
background: #ffffff;
color: #f37f00;
border: #f37f00 1px solid;
width: 30vw;
}
}
@media screen and (min-width: 768px) {
	.pdct_event_area {
		padding: 1vw 0vw !important;
	}
.dhn-cpn-box{
position: relative;
padding-bottom: 6vw;
}
.dhn-cpn-box2{
position: relative;
}
.dhn-cpn-box-inner2{
position: absolute;
z-index: 1;
left: 1.8vw;
font-size: .7vw;
color: #666;
letter-spacing: .1vw;
bottom: 9.5vw;
}
.dhn-cpn-box2-inner2{
	position: absolute;
    z-index: 1;
    left: 5.8vw;
    font-size: .4vw;
    color: #666;
    letter-spacing: .1vw;
    bottom: 1.6vw;
}
.dhn-cpn-box-inner{
z-index: 1;
}
.dhn-cpn-box-inne,.comment{
position: absolute;
font-size: 0.9vw;
padding-bottom: .6vw;
line-height: 1.1;
text-align: center;
bottom: 7.5vw;
width: 18vw;
right: 37vw;
}
/* .dhn-cpn-box-date {
width: 22vw;
position: absolute;
top: 9.45vw;
left: 9.6vw;
font-size: 0.94vw;
color: #333;
} */
	.dhn-cpn-box2-date {
		position: absolute;
		bottom: 2.5vw;
		left: 4.7vw;
		font-size: .45vw;
		color: #333;
	}

button.copy-clink{
position: absolute;
width: 32vw;
background: #f37f00;
color: #fff;
border: none;
padding: .3vw 0;
font-size: 1.1vw;
letter-spacing: .05vw;
bottom: 6.8vw;
right: 4vw;
}
button.copy-clink:hover{
width: 32vw;
background: #ffffff;
color: #f37f00;
border: #f37f00 1px solid;
}
}

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

/* 多言語化対応 */
@media screen and (max-width: 767px) {
	.drhn_d_box01b-a {
		text-align: center;
		position: absolute;
		left: 0;
		top: 117vw;
		right: 0;
	}
	.drhn_d_box01b-a1 {
		display: inline-block;
		background-color: rgba(0,0,0,.6);
		padding: 1.0vw 2.5vw;
		border-radius: 2px;
		color: #fff;
		font-size: 3.4vw;
		letter-spacing: 0.2em;
		margin-bottom: 4vw;
	}
	.drhn_d_box01b-a2 {
		font-size: 6.1vw;
		letter-spacing: 0.14em;
		margin-bottom: 2vw;
	}
	.drhn_d_box01b-a3 {
		font-family: serif;
		font-size: 19vw;
		letter-spacing: -.06em;
		color: #e27a16;
		/* margin-bottom: 2.5vw; */
	}
	.drhn_d_box01b-a4 {
		font-size: 7.2vw;
		letter-spacing: 0.1em;
		margin-bottom: 3.5vw;
	}
	.drhn_d_box01b-a5 {
		font-size: 2vw;
		letter-spacing: 0.1em;
		margin-bottom: 5vw;
	}
	.drhn_d_box01b-a6 {
		font-size: 6.5vw;
		letter-spacing: 0.11em;
		color: #b78080;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		margin-block: auto;
	}
	.drhn_f_box01a_1a {
		text-align: center;
	}
	.drhn_f_box01a_1b {
		display: inline-block;
		font-size: 3.0vw;
		letter-spacing: 0.1em;
		text-align: center;
		color: #fff;
		background-color: #323030;
		padding: 1vw 4vw;
		margin-bottom: 4vw;
	}
	.drhn_f_box01a_1c {
		font-size: 3.7vw;
		letter-spacing: 0.14em;
		line-height: 1.7;
		margin-bottom: 5vw;
	}
	.drhn_f_box01a_1c span {
		font-size: 5.0vw;
	}
	.drhn_f_box01a_2a {
		font-size: 4.6vw;
		letter-spacing: 0.16em;
		text-align: center;
		background-color: #f0eef0;
		border-left: 5px solid #323030;
		border-right: 5px solid #323030;
		border-radius: 2px;
		padding: 2vw 0;
	}
	.drhn_f_box01a_2a:not(:last-child) {
		margin-bottom: 2vw;
	}
	.drhn_g_box01b {
		font-size: 3.0vw;
		letter-spacing: .1em;
		position: relative;
	}
	.drhn_g_box01c {
		font-size: 2.8vw;
		position: relative;
	}
	.drhn_g_box01b_1 {
		position: absolute;
		left: 17vw;
		top: 0;
	}
	.drhn_g_box01b_2 {
		position: absolute;
		left: 17vw;
		top: 37vw;
	}
	.drhn_g_box01c_1 {
		position: absolute;
		left: 14vw;
    	top: 1vw;
	}
	.drhn_g_box01c_2 {
		position: absolute;
		left: 56vw;
		top: 1vw;
	}
	.drhn_g_box01c_3 {
		position: absolute;
		left: 14vw;
    	top: 40vw;
	}
	.drhn_g_box01c_4 {
		position: absolute;
		left: 56vw;
    	top: 40vw;
	}
	.drhn_g_box03a {
		position: relative;
	}
	.drhn_g_box03a_1 {
		width: 92vw;
		display: flex;
		justify-content: space-between;
		margin: auto;
	}
	.drhn_g_box03b_1 {
		width: 43vw;
		background: #fff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 3vw 0;
	}
	.drhn_g_box03a_1 {
		position: relative;
		margin-bottom: 4vw;
	}
	.drhn_g_box03a_1::before, .drhn_g_box03a_1::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px; /* 棒の幅（太さ） */
		height: 50px; /* 棒の高さ */
		background: #a6878c;
	}
	.drhn_g_box03a_1::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.drhn_g_box03a_1::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.drhn_g_box03a_3 {
		width: 9vw;
		height: 9vw;
		display: flex;
		align-items: center;
		justify-content: center;
		/* background-color: #e2a754; */
		border-radius: 100%;
		font-size: 1.0vw;
		letter-spacing: 0.14em;
		line-height: 1.6;
		color: #fff;
		text-align: center;
	}
	.drhn_g_box03b_1a {
		font-size: 3.3vw;
		/* letter-spacing: 0.12em; */
		margin-bottom: 1.0vw;
	}
	.drhn_g_box03b_1b {
		display: inline-block;
		font-size: 3.3vw;
		letter-spacing: 0.1em;
		margin-bottom: 1.0vw;
		background-color: #eae7ea;
		padding: 1.0vw 2.0vw;
	}
	.drhn_g_box03b_1c {
		font-size: 6.1vw;
		letter-spacing: 0.16em;
	}
	.drhn_i_box01c_1 {}
	.drhn_i_box01c_1a {
		font-size: 3.7vw;
		letter-spacing: 0.11em;
		text-align: center;
		margin-bottom: 4vw;
	}
	.drhn_i_box01c_1b {}
	.drhn_i_box01c_2b {
		display: flex;
		border: 1px solid #000000;
		border-radius: 3px;
		margin-bottom: 3.5vw;
		position: relative;
	}
	.drhn_i_box01c_2b:not(:last-child):after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 6px solid #352e2e;
		border-bottom: 0;
	}
	.drhn_i_box01c_3b {
		font-size: 2.9vw;
		padding: 1.0vw;
		border-right: 1px solid #000;
	}
	.drhn_i_box01c_4b {
		padding: 1.0vw;
		width: 100%;
		font-size: 3.2vw;
    	text-align: center;
	}
	.drhn_j_box01a {
		background-color: #f0eef0;
		padding: 4.5vw 0 8.5vw;
		font-size: 4.6vw;
		letter-spacing: 0.17em;
		line-height: 1.8;
		text-align: center;
	}
	.drhn_j_box01a rt {
		font-size: 2.2vw;
		color: #b78080;
		letter-spacing: 0.26em;
		text-align: center;
		position: relative;
		top: -.5em;
		transform: translateY(-.5em);
	}
	.drhn_j_box03-da2022 {
		position: relative;
	}
	.drhn_j_box03b-da2022_01 {
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 86vw;
	}
	.drhn_j_box03b-da2022_01a {
		font-size: 3.7vw;
		letter-spacing: 0.14em;
		margin-bottom: 2.5vw;
	}
	.drhn_j_box03b-da2022_01b {
		font-size: 7.2vw;
		letter-spacing: 0.1em;
		margin-bottom: 5vw;
	}
	.drhn_j_box03b-da2022_01c {
		font-size: 2.5vw;
		/* letter-spacing: -0.1em; */
		line-height: 2.0;
	}
	.drhn_j_box03b-da2022_02 {
		font-size: 5.3vw;
		letter-spacing: -0.1em;
		line-height: 1.5;
		text-align: center;
		color: #cea585;
		position: absolute;
		left: 5vw;
		top: 40vw;
	}
	.drhn_j_box03b-da2022_02 span {
		letter-spacing: initial;
	}
}
@media screen and (min-width: 768px) {
	/* .drhn_d_box01b {
		position: relative;
	} */
	.drhn_d_box01b-a {
		text-align: center;
		position: absolute;
		left: 0;
		top: 47vw;
		right: 0;
	}
	.drhn_d_box01b-a1 {
		display: inline-block;
		background-color: rgba(0,0,0,.60);
		padding: 0.5vw 1.5vw;
		border-radius: 2px;
		font-size: 1.6vw;
		letter-spacing: 0.2em;
		color: #fff;
		margin-bottom: 2.4vw;
	}
	.drhn_d_box01b-a2 {
		font-size: 2.9vw;
		letter-spacing: 0.14em;
	}
	.drhn_d_box01b-a3 {
		font-size: 10vw;
		color: #df7a16;
		font-family: serif;
	}
	.drhn_d_box01b-a4 {
		font-size: 3.4vw;
		letter-spacing: 0.1em;
		margin-bottom: 2vw;
	}
	.drhn_d_box01b-a5 {
		font-size: 0.8vw;
		letter-spacing: 0.1em;
		margin-bottom: 3vw;
	}
	.drhn_d_box01b-a6 {
		font-size: 2.9vw;
		letter-spacing: 0.11em;
		color: #b68080;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		margin-block: auto;
		position: absolute;
    top: 36vw;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 22vw;
	}

	.drhn_f_box01a {
		position: relative;
	}
	.drhn_f_box01a_1a {
		width: 17vw;
		position: absolute;
		left: 7.8vw;
		top: 10.8vw;
	}
	.drhn_f_box01a_1b {
		background-color: #2f2c2c;
		color: #fff;
		padding: 0.5vw 0;
		font-size: 1.25vw;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 1.6vw;
	}
	.drhn_f_box01a_1c {
		text-align: center;
		font-size: 1.4vw;
		letter-spacing: 0.1em;
		line-height: 1.6;
	}
	.drhn_f_box01a_2 {
		display: flex;
		justify-content: space-between;
	}
	.drhn_f_box01a_2a {
		width: 18.0vw;
		text-align: center;
		background-color: #ebe8eb;
		font-size: 1.4vw;
		letter-spacing: 0.11em;
		padding: 0.8vw 0;
	}
	.drhn_g_box01b {
		font-size: 1.1vw;
		letter-spacing: 0.1em;
		position: relative;
	}
	.drhn_g_box01b_1 {
		position: absolute;
		left: 6vw;
		top: 0vw;
	}
	.drhn_g_box01b_2 {
		position: absolute;
		left: 40vw;
		top: 0vw;
	}
	.drhn_g_box01c {
		font-size: 1.1vw;
		/* letter-spacing: 0.08em; */
		position: relative;
	}
	.drhn_g_box01c_1 {
		position: absolute;
		left: 5vw;
		top: 0.2vw;
	}
	.drhn_g_box01c_2 {
		position: absolute;
		left: 21vw;
		top: 0.2vw;
	}
	.drhn_g_box01c_3 {
		position: absolute;
		left: 37vw;
		top: 0.2vw;
	}
	.drhn_g_box01c_4 {
		position: absolute;
		left: 53vw;
		top: 0.2vw;
	}
	.drhn_g_box03a {
		position: relative;
	}
	.drhn_g_box03a_1 {
		width: 28vw;
		display: flex;
		justify-content: space-between;
	}
	.drhn_g_box03b_1 {
		width: 12vw;
		height: 12vw;
		background: #ece9ec;
		border-radius: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.drhn_g_box03a_1 {
		position: relative;
	}
	.drhn_g_box03a_1::before, .drhn_g_box03a_1::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 1px; /* 棒の幅（太さ） */
		height: 30px; /* 棒の高さ */
		background: #a6878c;
	}
	.drhn_g_box03a_1::before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.drhn_g_box03a_1::after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.drhn_g_box03a_3 {
		width: 9vw;
		height: 9vw;
		display: flex;
		align-items: center;
		justify-content: center;
		/* background-color: #e2a754; */
		border-radius: 100%;
		font-size: 1.0vw;
		letter-spacing: 0.14em;
		line-height: 1.6;
		color: #fff;
		text-align: center;
	}
	.drhn_g_box03b_1a {
		font-size: 1.2vw;
		/* letter-spacing: 0.12em; */
		margin-bottom: 0.5vw;
	}
	.drhn_g_box03b_1b {
		display: inline-block;
		font-size: 1.1vw;
		letter-spacing: 0.1em;
		margin-bottom: 0.5vw;
		background-color: #fff;
		padding: 0.3vw 0.8vw;
	}
	.drhn_g_box03b_1c {
		font-size: 2.0vw;
		letter-spacing: 0.12em;
	}
	.drhn_g_box03a_4 {
		display: flex;
		align-items: center;
	}
	.drhn_g_box03a_4a {
		font-size: 1.4vw;
		letter-spacing: 0.26em;
	}
	.drhn_g_box03a_4b {
		font-size: 1.0vw;
		letter-spacing: 0.22em;
		margin-left: 2vw;
	}
	.drhn_g_box03a_1 {
		position: absolute;
		left: 8vw;
    	top: 4vw;
	}
	.drhn_g_box03a_3 {
		position: absolute;
		right: 2vw;
		top: -1vw;
	}
	.drhn_g_box03a_4 {
		position: absolute;
		left: 8vw;
		bottom: 2.5vw;
	}
	.drhn_i_box01c_1 {
		background-color: rgba(255, 255, 255, 0.5);
		padding: 1.5vw 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.drhn_i_box01c_1a {
		font-size: 1.3vw;
		letter-spacing: 0.09em;
		font-weight: 600;
		margin-right: 2vw;
	}
	.drhn_i_box01c_1b {
		width: 19vw;
	}
	.drhn_i_box01c_2b {
		display: flex;
		border: 1px solid #000000;
		border-radius: 3px;
		margin-bottom: 0.5vw;
		position: relative;
	}
	.drhn_i_box01c_2b:not(:last-child):after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 3px solid transparent;
		border-left: 3px solid transparent;
		border-top: 4px solid #352e2e;
		border-bottom: 0;
	}
	.drhn_i_box01c_3b {
		font-size: 1.0vw;
		font-weight: 600;
		padding: 0.2vw;
		border-right: 1px solid #000;
	}
	.drhn_i_box01c_4b {
		padding: 0.2vw;
		width: 100%;
		font-size: 1.1vw;
		font-weight: 600;
    	text-align: center;
	}
	.drhn_j_box01 {
		position: relative;
	}
	.drhn_j_box01a {
		display: table;
		font-size: 1.5vw;
		letter-spacing: 0.17em;
		line-height: 1.9;
		text-align: center;
		position: absolute;
		left: 12vw;
		top: 24.5vw;
	}
	.drhn_j_box01a rt {
		font-family: auto;
		font-size: 0.7vw;
		color: #b78080;
		letter-spacing: 0.26em;
		text-align: center;
		position: relative;
		top: -.5em;
		transform: translateY(-.5em) scale(0.7);
	}
	.drhn_j_box03b-da2022 {
		position: relative;
	}
	.drhn_j_box03b-da2022_01 {
		position: absolute;
		left: 26vw;
		top: 14vw;
	}
	.drhn_j_box03b-da2022_02 {
		position: absolute;
		left: 10vw;
		top: 32vw;
	}
	.drhn_j_box03b-da2022_01a {
		font-size: 1.3vw;
		letter-spacing: 0.14em;
		margin-bottom: 1.0vw;
	}
	.drhn_j_box03b-da2022_01b {
		font-size: 2.6vw;
		letter-spacing: 0.1em;
		margin-bottom: 1.2vw;
	}
	.drhn_j_box03b-da2022_01c {
		font-size: 1.2vw;
		line-height: 1.6;
		width: 25vw;
	}
	.drhn_j_box03b-da2022_02 {
		font-size: 2.4vw;
		letter-spacing: 0.07em;
		color: #e2a754;
	}
	.drhn_j_box03b {
		position: relative;
	}
	.drhn_j_box03b_1 {
		font-size: 1.4vw;
		letter-spacing: 0.2em;
		font-weight: 600;
		position: absolute;
		left: 0;
		right: 0;
		top: 8.8vw;
		text-align: center;
	}
	.drhn_j_box03b_2 {
		position: absolute;
		left: 21.4vw;
		top: 13.6vw;
	}
	.drhn_j_box03b_2a {
		font-size: 1.3vw;
		letter-spacing: 0.1em;
		font-weight: bold;
		margin-bottom: 1.4vw;
	}
	.drhn_j_box03b_2b {
		width: 15vw;
		font-size: 1.0vw;
		letter-spacing: 0.11em;
		line-height: 1.7;
	}
	.drhn_j_box03b_3 {
		position: absolute;
		left: 61.4vw;
		top: 13.6vw;
	}
	.drhn_j_box03b_4 {
		font-size: 1.4vw;
		letter-spacing: 0.2em;
		font-weight: 600;
		position: absolute;
		left: 0;
		right: 0;
		top: 25.3vw;
		text-align: center;
	}
}

/* 多言語対応(フランス語,英語) */
font + br {
	display: none;
}
@media screen and (min-width: 768px) {
	html:lang(en) .drhn_c_box01b-a font {
		display: block;
	}
	html:lang(en) .drhn_c_box01b {
		padding: 2vw 2vw;
	}
	html:lang(en) .drhn_d_box01b-a6 {
		writing-mode: inherit;
	}
	html:lang(en) .drhn_j_box01a {
		width: 36vw;
	}
	html:lang(en) .pd_t_sup_ttl:before, .pd_t_sup_ttl:after {
		background-color: transparent;
	}
	html:lang(en) .pd_t_sup_ttl > span {
		display: none !important;
	}
	html:lang(en) .drhn_g_box03a_3 {
		display: block;
    	padding-top: 1.5vw;
	}
	html:lang(en) .drhn_g_box03b_1 {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	html:lang(en) .drhn_c_box01b-a font {
		display: block;
	}
	html:lang(en) .drhn_d_box01b-a6 {
		writing-mode: inherit;
	}
	html:lang(en) .drhn_g_box03e {
		padding: 2vw 2vw;
	}
}


/**/
@media screen and (max-width: 767px) {
	.fs_cart_add_size2 {
		width: 52vw !important;
	}
	.fs_cart_add_size2_add{
		font-size: 2.4vw !important;
		letter-spacing: 0.1vw !important;
	}
}
@media screen and (min-width: 768px) {
	.fs_cart_add_size2 {
		width: 22vw !important;
		font-size: .8vw !important;
	}
	.fs_cart_add_size2_add{
		font-size: .7vw !important;
		letter-spacing: 0.05vw !important;
	}
}


/* cmn hn list */
@media screen and (max-width: 767px) {
.cmn_hn_list{
	background: linear-gradient(0deg, rgb(240, 238, 240) 20%,rgb(255, 255, 255) 70%);
	margin-bottom: 10vw;
}
.cmn_hn_list_area{
	padding: 18vw 2vw 8vw;
}
.cmn_hn_list_ttl{
	font-size: 4.6vw;
    letter-spacing: 0.7vw;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 5vw;
}

.cmn_hn_list_link_parent {
	display: flex;
	padding-bottom:6vw;
}

.cmn_hn_list_link_child1_b {
    flex-grow: 1;
}
.cmn_hn_list_link_child1 {
	background-color: #b78080;
    color: #ffffff;
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 2vw;
    text-align: center;
    margin-right: 1vw;
    letter-spacing: 0.7vw;
}
.cmn_hn_list_link_child2_b {
    flex-grow: 1;
}
.cmn_hn_list_link_child2 {
	background-color: #333333;
    color: #ffffff;
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 2vw;
    text-align: center;
    margin-left: 1vw;
    letter-spacing: 0.7vw;
}
	.cmn_hn_list_link_child2 a{
		color: #ffffff;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
	}

	.cmn_hn_list_link_child2 a:hover{
		color: #ffffff;
		text-decoration: none;
	}
	.cmn_hn_list_link_child2 a:visited{
		color: #ffffff;
		text-decoration: none;
	}
	.cmn_hn_list_link_child1 a{
		color: #ffffff;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
	}
	.cmn_hn_list_link_child1 a:hover{
		color: #ffffff;
		text-decoration: none;
	}
	.cmn_hn_list_link_child1 a:visited{
		color: #ffffff;
		text-decoration: none;
	}
.cmn_hn_list_link_child1 span{
	font-size: 2.3vw;
    letter-spacing: 0.4vw;
}
.cmn_hn_list_link_child2 span{
	font-size: 2.3vw;
    letter-spacing: 0.4vw;
}
.cmn_hn_list_link_child1b{

}
.cmn_hn_list_link_child2b{

}

.cmn_hn_list_link_cont{
	/* background:#ebe8eb; */
	padding: 0vw 2px 2px;
}
.cmn_hn_list_link_cont1_ttl{
	background: #ebe8eb;
    width: 100%;
    padding: 2.2vw 1vw;
    font-size: 4.0vw;
    color: #000000;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.7vw;
}
.cmn_hn_list_link_cont2_ttl{
	background: #ebe8eb;
    padding: 2.2vw 1vw;
    font-size: 4.0vw;
    color: #000000;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.7vw;
	margin: 0 auto;
    display: block;
    width: 94%;
}
.cmn_hn_list_link_cont1{
display: flex;
}
.cmn_hn_list_link_cont_item_l{
	width:50%;
	background:#ffffff;
	padding: 0vw 0vw;
/*	margin-right: 2vw;*/
}
.cmn_hn_list_link_cont_item_r{
	width:50%;
	background:#ffffff;
	padding: 0vw 0vw;
	margin-left: 2vw;
}
.cmn_hn_list_link_cont_item_l1{
    border-top: 2px solid #ebe8eb;
    border-left: 2px solid #ebe8eb;
    border-right: 2px solid #ebe8eb;
}
.cmn_hn_list_link_cont_item_r1{
    border-top: 2px solid #ebe8eb;
    border-right: 2px solid #ebe8eb;
    border-left: 2px solid #ebe8eb;
}
.cmn_hn_list_link_cont_item_l2{
    border-bottom: 2px solid #ebe8eb;
    border-left: 2px solid #ebe8eb;
    border-right: 2px solid #ebe8eb;
}
.cmn_hn_list_link_cont_item_r2{
    border-bottom: 2px solid #ebe8eb;
    border-right: 2px solid #ebe8eb;
    border-left: 2px solid #ebe8eb;
}	
.cmn_hn_list_link_cont2_ttl_sp{
    border-right: 2px solid #ebe8eb;
    border-left: 2px solid #ebe8eb;
	background: #fff;
}

.cmn_hn_list_link_cont_box1{

}
.cmn_hn_list_link_cont_box1{

}
.cmn_hn_list_link_cont_item1{
	padding: 1vw 3.5vw 2vw;
}
.cmn_hn_list_link_cont_item1b{
    padding: 3vw;
}
.cmn_hn_list_link_cont_item2{
	padding: 1vw 3.5vw 0vw;
}
.cmn_hn_list_link_cont_item2b{
    padding: 0vw 0vw 12vw 0vw;
	text-align: center;
}
.cmn_hn_list_link_cont_item_ttl1{
	color: #000000;
    font-size: 4.0vw;
    letter-spacing: 0.2vw;
    padding: 4.2vw 0vw 3vw;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
}
.cmn_hn_list_link_cont_item_txt1{
	color: #000000;
    font-size: 3.0vw;
    letter-spacing: 0.1vw;
    line-height: 1.8;
	padding-bottom: 4vw;
}
.cmn_hn_list_link_cont_item_ttl2{
	color: #000000;
    font-size: 3.6vw;
    letter-spacing: 0.5vw;
    padding-bottom: 1vw;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-top: 1vw;
}
.cmn_hn_list_link_cont_item_txt2{
	color: #000000;
    font-size: 3.2vw;
    letter-spacing: 0.3vw;
    line-height: 1.6;
}
.cmn_hn_list_link_cont_item_line2a{
	border-bottom: 1px solid #32303078;
    padding-top: 3vw;
    margin-bottom: 3vw;
    margin-left: 3vw;
    margin-right: 3vw;
}
.cmn_hn_list_link_cont_item_line2b{
	border-bottom: 1px solid #32303078;
    padding-top: 3vw;
    margin-bottom: 3vw;
    margin-left: 3vw;
    margin-right: 3vw;
}
}
@media screen and (min-width: 768px) {
.cmn_hn_list{
	background:#f0eef0;
	margin-bottom: 10vw;
}
.cmn_hn_list_area{
	padding:5vw 10vw;
}
.cmn_hn_list_ttl{
	font-size: 1.5vw;
    letter-spacing: 0.3vw;
    line-height: 1;
    text-align: center;
    padding-bottom: 3.5vw;
}

.cmn_hn_list_link_parent {
	display: flex;
	padding-bottom:3vw;
}
.cmn_hn_list_link_child1_b {
    flex-grow: 1;
}
.cmn_hn_list_link_child1 {
	background-color: #b78080;
    position: relative;
    color: #ffffff;
    font-size: 1.2vw;
    line-height: 1.3;
    padding: 1.5vw 2vw 1vw 5vw;
    text-align: center;
    margin-right: 4vw;
    letter-spacing: 0.13vw;
}
.cmn_hn_list_link_child2_b {
    flex-grow: 1;
}
.cmn_hn_list_link_child2 {
	background-color: #333333;
    position: relative;
    color: #ffffff;
    font-size: 1.2vw;
    line-height: 1.3;
    padding: 1.5vw 5vw 1vw 2vw;
    text-align: center;
    margin-left: 4vw;
    letter-spacing: 0.13vw;
}
	.cmn_hn_list_link_child2 a{
		color: #ffffff;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
	}
	.cmn_hn_list_link_child2 a:hover{
		color: #ffffff;
		text-decoration: none;
	}
	.cmn_hn_list_link_child2 a:visited{
		color: #ffffff;
		text-decoration: none;
	}
	.cmn_hn_list_link_child1 a{
		color: #ffffff;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;
	}
	.cmn_hn_list_link_child1 a:hover{
		color: #ffffff;
		text-decoration: none;
	}
	.cmn_hn_list_link_child1 a:visited{
		color: #ffffff;
		text-decoration: none;
	}
.cmn_hn_list_link_child1 span{
font-size:0.9vw;
}
.cmn_hn_list_link_child2 span{
font-size:0.9vw;
}
.cmn_hn_list_link_child1b{
	position: absolute;
    width: 10vw;
    left: 1vw;
    top: -2vw;
}
.cmn_hn_list_link_child2b{
	position: absolute;
    width: 10vw;
    right: -1.5vw;
    top: -2vw;
}

.cmn_hn_list_link_cont{
	background:#ebe8eb;
	padding: 0vw 2px;;
}
.cmn_hn_list_link_cont1_ttl{
	background: #ebe8eb;
    width: 100%;
    padding: 0.9vw 1vw;
    font-size: 1.4vw;
    color: #000000;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3vw;
}
.cmn_hn_list_link_cont2_ttl{
	background: #ebe8eb;
    width: 100%;
    padding: 0.9vw 1vw;
    font-size: 1.4vw;
    color: #000000;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.3vw;
}
.cmn_hn_list_link_cont1{
display: flex;
}
.cmn_hn_list_link_cont_item_l{
	width:50%;
	background:#ffffff;
	padding: 2.2vw 0vw;
	margin-right: 1px;
}
.cmn_hn_list_link_cont_item_r{
	width:50%;
	background:#ffffff;
	padding: 2.2vw 0vw;
	margin-left: 1px;
}
.cmn_hn_list_link_cont_box1{

}
.cmn_hn_list_link_cont_box1{

}
.cmn_hn_list_link_cont_item1{
	width: 50%;
    padding: 0vw 0.8vw 0vw 4.5vw;
    float: left;
}
.cmn_hn_list_link_cont_item1b{
	width: 50%;
    padding: 0vw 1.6vw 0vw 3vw;
    float: left;
}
.cmn_hn_list_link_cont_item2{
	width: 50%;
    padding: 0vw 3vw 0vw 1vw;
    float: left;
}
.cmn_hn_list_link_cont_item2b{
	width: 50%;
    padding: 0vw 3vw 0vw 0vw;
    float: left;
	text-align: center;
	padding-top:7%;
}
.cmn_hn_list_link_cont_item_ttl1{
	color: #000000;
    font-size: 1.3vw;
    letter-spacing: 0.1vw;
    padding-bottom: 1.5vw;
    font-weight: bold;
}
.cmn_hn_list_link_cont_item_txt1{
	color: #000000;
    font-size: 1.0vw;
    letter-spacing: 0.13vw;
    line-height: 1.6;
}
.cmn_hn_list_link_cont_item_ttl2{
	color: #000000;
    font-size: 1.3vw;
    letter-spacing: 0.15vw;
    padding-bottom: 0.5vw;
    font-weight: bold;
}
.cmn_hn_list_link_cont_item_txt2{
	color: #000000;
    font-size: 1.2vw;
    letter-spacing: 0.05vw;
    line-height: 1.6;
}
.cmn_hn_list_link_cont_item_line2a{
	border-bottom: 1px solid #32303078;
    padding-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
}
.cmn_hn_list_link_cont_item_line2b{
	border-bottom: 1px solid #32303078;
    padding-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
    margin-right: 1vw;
}
}
/* cmn hn list */


/* 25/7/29
================================*/
@media screen and (min-width:768px){
    .drhn_e_box02{
        padding: 6vw 0 3vw;
    }
    .drhn_f_box01{
        padding: 1vw 0 12.5vw;
    }
    .drhn_f_box02a-b2 {
        font-size: 1.6vw;
        font-feature-settings: 'palt';
        margin-bottom: 1vw;
    }
    .drhn_g_box01{
        padding: 2vw 6.5vw 8vw;
    }
    .drhn_g_box02a-a {
        width: 44vw;
    }
    #play02_mv video {
        width: 100%;
    }
    #play03_mv video {
        width: 100%;
    }
    .drhn_i_box01{
        padding: 5vw 0;
    }
    .drhn_i_box01c_1a{
        font-weight: 500;
    }
    .drhn_i_box01c_2b {
        background: #fff;
    }
    .drhn_i_box01c_3b {
        font-size: 1.1vw;
        font-weight: normal;
        padding: .3vw .4vw;
    }
    .drhn_i_box01c_4b {
        padding: .3vw .4vw;
        font-size: 1.2vw;
        font-weight: normal;
        white-space: nowrap;
    }
    .drhn_j_box03-da2022 {
        padding: 2vw 0vw 10vw;
    }
    .drhn_j_box02c-a2{
        font-weight: normal;
    }
    .drhn_j_box02c-a1 {
        margin-bottom: 2vw;
    }
    .drhn_j_box02c-a:not(:last-child)::after{
        background-color: #7d7d7d;
    }
    .drhn_j_box03b-da2022_02 {
        font-size: 2.8vw;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
    }
    .cmn_hn_list_area {
        padding: 6vw 10vw;
    }
    .cmn_hn_list_ttl{
        font-size: 1.6vw;
        font-feature-settings: 'palt';
        padding-bottom: 2.8vw;
    }
    .cmn_hn_list_link_cont1 .cmn_hn_list_link_cont_box1, 
    .cmn_hn_list_link_cont1 .cmn_hn_list_link_cont_item_r {
        padding: 1.5vw 0;
    }
    .drhn_k_box {
        padding-top: 0;
        padding-bottom: 2vw;
    }
    #pd_o {
        padding-top: 10vw;
        padding-bottom: 2.5vw;
    }
    .pd_rlt_related_box_1{
        width: 11vw;
    }
    #splide01 {
        margin-bottom: 2vw;
    }
    .pd_rlt_related_box #splide02-list{
        gap: 1vw;
    }
    .pd_rlt_related_box .gallery02 .splide__track--nav>.splide__list>.splide__slide{
        width: 4.5vw !important;
    }
    .pd_rlt_related_box_2_ttl {
        font-size: 1.1vw;
        padding-bottom: .5vw;
    }
    #pd_information{
        padding: 4vw 0;
    }
    .pd_information_box {
        padding: 0;
    }
    .pd_information_box_ttl {
        font-size: 1.8vw;
        border: .1vw solid #fff;
        border-radius: .4vw;
        margin-bottom: 1.5vw;
    }
    .pd_information_box_text {
        border-radius: .3vw;
        font-family: sans-serif;
        font-size: 1.3vw;
        font-weight: bold;
        padding: 1vw 0;
    }
    .pd_information_box_text_icon img {
        width: 2.5vw;
    }
    .pd_information_box_sub3{
        padding-top: 2vw;
    }
}
@media screen and (max-width:767px){
    .pdct_n_a_sp_sub {
        font-size: 5vw;
        font-feature-settings: 'palt';
        padding-bottom: 10vw;
        margin-bottom: 2vw;
        position: relative;
    }
    .pdct_n_a_sp_sub::after {
        display: block;
        content: '';
        height: 6vw;
        width: 1px;
        background: #ccc;
        position: absolute;
        bottom: 0;
        left: 50%;
    }
    .pdct_n_a_sp_ttl {
        letter-spacing: .1vw;
        margin-bottom: 3vw;
    }
    .pdct_n_a_sp_ttl2 {
        padding: 0 1vw 3vw;
        font-size: 3.5vw;
        letter-spacing: .3vw;
    }
    .pd_badge{
        width: 66vw;
        margin: 0 auto;
    }
    .pd_badge_num{
        padding: 0;
    }
    .pd_medical{
        width: 70%;
    }
    .pd_medical_group{
        padding: 4vw 5vw 0;
        margin: 1.5vw;
    }
    #pd_mv{
        margin-bottom: 18vw;
    }
    .drhn_c_box01b{
        padding: 5vw 0 5vw 7vw;
    }
    .drhn_c_box01b-a {
        font-size: 2.8vw;
        line-height: 2.4;
    }
    .drhn_d_box01a-a{
        margin-bottom: 3vw;
    }
    .drhn_d_box01a-b{
        margin-bottom: 5vw;
    }
    .drhn_d_box01a-c{
        font-size: 3.1vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
    }
    .drhn_e_box01b {
        font-feature-settings: 'palt';
    }
    .drhn_e_box02c-b2 {
        background-color: #ffffff;
        padding: 1.8vw 2.5vw;
        font-size: 2.9vw;
    }
    .drhn_e_box02c-b3 {
        margin-left: 3vw;
        text-align: justify;
    }
    .drhn_f_box01a_1b{
        font-size: 3.1vw;
        margin-bottom: 3vw;
    }
    .drhn_f_box01a_1c{
        margin-bottom: 3vw;
    }
    .drhn_f_box01a_1c span {
        font-size: 5.5vw;
    }
    .drhn_f_box01a_2a {
        padding: 2.3vw 0 2vw;
        box-shadow: 0 .5px rgba(125,125,125,.5);
    }
    .drhn_f_box01c{
        border: 1px solid #f0eef0;
    }
    .drhn_f_box01c-b strong {
        font-weight: 500;
    }
    .drhn_f_box02a-b1 {
        font-weight: 200;
        letter-spacing: .1vw;
        padding-bottom: 5vw;
    }
    .drhn_f_box02a-b2 {
        font-feature-settings: 'palt';
    }
    .drhn_f_box02a-b{
        padding: 6vw 6vw 0;
    }
    .drhn_f_box02a-b3 {
        font-size: 3.2vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        line-height: 1.8;
        padding-bottom: 3vw;
    }
    .drhn_g_box02a-b3 {
        padding: 6vw 6vw 2vw;
    }
    .drhn_g_box03a_1{
        width: 87vw;
    }
    .drhn_g_box03b_1{
        width: 40vw;
    }
    .drhn_g_box03a_1::before, 
    .drhn_g_box03a_1::after {
        height: 60px;
    }
    .drhn_g_box02a-b4 {
        font-family: sans-serif !important;
        font-size: 2.2vw;
        padding: 0 6vw 4vw;
    }
    .drhn_g_box03b {
        font-feature-settings: 'palt';
    }
    .drhn_h_box02a-b3{
        padding-top: 5vw;
        padding-bottom: 7vw;
    }
    .drhn_h_box02f_sp-bg{
        font-size: 4vw;
        padding: 1vw 0;
    }
    .drhn_i_box01b-a2 {
        letter-spacing: .4vw;
    }
    .drhn_i_box01d {
        font-family: sans-serif !important;
    }
    .drhn_j_box01a {
        padding: 6.5vw 0 8vw;
        font-feature-settings: 'palt';
    }
    .drhn_j_box02a strong {
        font-weight: 500;
    }
    .drhn_j_box02b {
        font-feature-settings: 'palt';
    }
    .drhn_j_box02c-a:nth-child(odd) >div {
        padding-left: 4vw;
    }
    .drhn_j_box03b-da2022_02{
        font-feature-settings: 'palt';
        letter-spacing: .3vw;
        text-align: left;
    }
    .drhn_j_box03b-da2022_01a {
        font-size: 3.8vw;
        font-feature-settings: 'palt';
    }
    .drhn_j_box03b-da2022_01b {
        font-feature-settings: 'palt';
        letter-spacing: .5vw;
        margin-bottom: 4vw;
    }
    .cmn_hn_list_link_child2{
        background-color: #535353;
    }
    .cmn_hn_list_link_parent{
        padding-bottom: 5vw;
    }
    .cmn_hn_list_link_cont_item_l{
        margin-right: 0!important;
    }
    .cmn_hn_list_link_cont_item_ttl1{
        font-size: 4.3vw;
        letter-spacing: 0.5vw;
        padding: 4.2vw 0vw 2vw;
    }
    .cmn_hn_list_link_cont_item1 {
        padding: 1vw 2.5vw 2vw;
    }
    .cmn_hn_list_link_cont_item2 {
        padding: 1vw 3vw 0vw;
    }
    .cmn_hn_list_link_cont_item_txt1{
        font-size: 3.1vw;
        font-feature-settings: 'palt';
        line-height: 1.7;
        text-align: justify;
        padding-bottom: 3.5vw;
    }
    .cmn_hn_list_link_cont_item1b {
        padding: 3vw 3vw 4vw;
    }
    .cmn_hn_list_link_cont_item_ttl2{
        font-weight: 500;
    }
    .cmn_hn_list_link_cont_item_txt2{
        font-size: 3.6vw;
    }
    .cmn_hn_list_link_cont_item2b{
        padding: 0 0 14vw 0;
    }
    .cmn_hn_list{
        margin-bottom: 0;
    }
    .drhn_k_box02a{
        width: 44%;
    }
    .pd_rlt_area_ttl {
        font-family: serif;
    }
    .pd_rlt_related_box_2_ttl {
        letter-spacing: .2vw;
    }
    .pd_rlt_related_box_2_txt{
        font-size: 2.7vw;
        line-height: 1.5;
    }
    #pd_information{
        padding: 8vw 0;
    }
    .pd_information_box {
        padding: 0 7vw;
    }
    .pd_information_box_ttl {
        font-size: 5.4vw;
        padding: 0;
        margin-bottom: 1.5vw;
    }
    .pd_information_box_text{
        font-size: 3.3vw;
        font-family: sans-serif;
        white-space: nowrap;
        font-weight: bold;
        padding: 8vw 5vw 10vw;
    }
    .pd_information_box_sub3 {
        font-size: 2.7vw;
        font-feature-settings: 'palt';
        letter-spacing: .4vw;
        padding-top: 5vw;
    }
}

@media screen and (max-width: 767px) {
	.cpn-area-price1-bnr{
		padding: 0vw 3vw 0vw !important;
	}
}
@media screen and (min-width: 768px) {
	.pd_c_price1aa {
		padding: 1vw 0 0vw !important;
	}
	.cpn-area-price1-bnr{
		padding: 1vw 0vw 0vw !important;
	}
}


/* KR
===============================*/
.drhn_a_mv {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.drhn_a_mv iframe {
    height: 100%;
    width: 100%;
}
.drhn_f_box02a-a,
.drhn_g_box02a-a{
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.drhn_f_box02a-a iframe,
.drhn_g_box02a-a iframe {
    height: 100%;
    width: 100%;
}
@media screen and (min-width: 768px) {
    
    .drhn_a {
        margin-bottom: 10.5vw;
    }
    .drhn_c_box01a {
        letter-spacing: .04em;
    }
    .drhn_c_box01b{
        letter-spacing: .04em;
        line-height: 2.2;
    }
    .drhn_c_box01d {
        font-size: 2.2vw;
        letter-spacing: .02em;
    }
    .drhn_d_box01a-a {
        font-size: 1.6vw;
        letter-spacing: .02em;
        margin-bottom: 1.5vw;
    }
    .drhn_d_box01a-b{
        letter-spacing: .03em;
    }
    .drhn_d_box01a-c {
        font-size: 1.1vw;
        letter-spacing: 0;
        line-height: 1.7;
    }
    .drhn_d_box01a-c small {
        display: inline-block;
        font-size: .8vw;
        letter-spacing: .1em;
        padding-top: .8vw;
    }
    .drhn_d_box01b-a1{
        padding: .3vw 1.8vw;
        font-size: 1.65vw;
        letter-spacing: .02em;
    }
    .drhn_d_box01b-a2 {
        font-size: 2.4vw;
        letter-spacing: .02em;
        margin-bottom: .5vw;
    }
    .drhn_d_box01b-a3{
        font-size: 9.5vw;
    }
    .drhn_d_box01b-a4 {
        font-size: 3.7vw;
        font-weight: 500;
        letter-spacing: .02em;
    }
    .drhn_d_box01b-a6{
        font-size: 2.2vw;
        white-space: nowrap;
        letter-spacing: -0.1em;
        top: 37vw;
    }
    .drhn_d_box01c {
        padding: 1.5vw 22vw 3.5vw;
        text-align: center;
    }
    .drhn_d_box01c1 {
        font-size: 1.7vw;
        line-height: 1.5;
        margin-bottom: 1.5vw;
    }
    .drhn_d_box02 {
        position: relative;
    }
    .drhn_d_box02a {
        font-size: 1.7vw;
        font-weight: 500;
        position: absolute;
        top: 16%;
        left: 17%;
    }
    .drhn_e_box01 {
        padding: 8vw 0 11vw;
    }
    .drhn_e_box01a {
        letter-spacing: .03em;
    }
    .drhn_e_box01b {
        letter-spacing: .03em;
        margin-bottom: 2vw;
    }
    .drhn_e_box01c{
        margin-bottom: 4vw;
    }
    .drhn_e_box01c-a2{
        font-size: 1.6vw;
        letter-spacing: .02em;
    }
    .drhn_e_box01d {
        margin: 0 19vw;
        padding: 0 2vw;
    }
    .drhn_e_box01d-a {
        width: 40%;
        font-size: 1.5vw;
        letter-spacing: .02em;
        line-height: 1.2;
    }
    .drhn_e_box01d-b {
        width: 56%;
        font-size: 1.05vw;
        letter-spacing: 0;
        line-height: 1.6;
    }
    .drhn_e_box01d::after{
        left: 41%;
    }
    .drhn_e_box02 {
        padding: 6vw 0 4vw;
    }
    .drhn_e_box02a {
        font-size: 1.5vw;
        letter-spacing: .02em;
    }
    .drhn_e_box02b {
        font-size: 2.7vw;
        letter-spacing: 0;
        font-weight: 500;
        line-height: 1.3;
    }
    .drhn_e_box02c-b2 {
        font-size: 1.05vw;
        letter-spacing: .04em;
        padding: .5vw 1vw;
    }
    .drhn_e_box02c-b3{
        font-size: 1vw;
    }
    .drhn_e_box02c-b3 span{
        font-size: 1.1vw;
    }
    .drhn_f_box01a_1a{
        width: auto;
        left: 4%;
    }
    .drhn_f_box01a_1b{
        width: fit-content;
        margin: 0 auto 1.5vw;
        padding: .5vw 1.5vw;
        font-size: 1.2vw;
        letter-spacing: .04em;
    }
    .drhn_f_box01a_1c {
        text-align: center;
        font-size: 1.55vw;
        letter-spacing: .04em;
    }
    .drhn_f_box01a_2a{
        font-size: 1.5vw;
        letter-spacing: .02em;
        padding: .5vw 0;
    }
    .drhn_f_box01b{
        margin-bottom: 2vw;
    }
    .drhn_f_box01c{
        border: .3vw solid #f0eef0;
    }
    .drhn_f_box01c-a {
        font-size: 1.35vw;
        letter-spacing: .02em;
    }
    .drhn_f_box01c-b {
        font-size: 1vw;
        line-height: 1.6;
    }
    .drhn_f_box02a {
        justify-content: flex-start;
        gap: 4vw;
    }
    .drhn_f_box02a-b1{
        color: #525252;
        margin-bottom: 1.7vw;
    }
    .drhn_f_box02a-b2 {
        letter-spacing: .02em;
        margin-bottom: 1.3vw;
    }
    .drhn_f_box02a-b3 {
        font-size: .95vw;
        letter-spacing: .01em;
        line-height: 1.8;
        margin-bottom: 2.5vw;
    }
    .drhn_g_box01a{
        letter-spacing: .02em;
    }
    .drhn_g_box01b_1 {
        font-size: 1.1vw;
        font-feature-settings: 'palt';
        letter-spacing: .01em;
        left: 5.5vw;
        top: .3vw;
    }
    .drhn_g_box01b_2{
        font-size: 1.1vw;
        font-feature-settings: 'palt';
        letter-spacing: .01em;
        left: 39.5vw;
        top: .3vw;
    }
    .drhn_f_box02a-b4 {
        white-space: nowrap;
    }
    .drhn_g_box03a_3{
        font-size: 1.1vw;
        letter-spacing: .02em;
        line-height: 1.5;
        right: 2.5%;
        top: -3%;
    }
    .drhn_g_box03a_4a {
        font-size: 1.45vw;
        letter-spacing: .02em;
    }
    .drhn_g_box03a_4b {
        font-size: 1.05vw;
        letter-spacing: .02em;
        margin-left: 1.5vw;
    }
    .drhn_g_box03c {
        aspect-ratio: 6 / 1;
        overflow: hidden;
    }
    .drhn_g_box03c iframe {
        height: 100%;
        width: 100%;
    }
    .drhn_h_box02{
        padding: 3vw 5.5vw 9vw;
    }
    .drhn_h_box02a {
        font-size: 1.55vw;
        letter-spacing: .02em;
        margin-bottom: 2.5vw;
    }
    .drhn_i_box01a {
        color: #525252;
        margin-bottom: 3.5vw;
    }
    .drhn_i_box01b-a2{
        font-weight: 500;
        letter-spacing: .02em;
        margin-bottom: 1.3vw;
    }
    .drhn_i_box01b-a3{
        font-size: 1.25vw;
        letter-spacing: .02em;
    }
    .drhn_i_box01b-a3:before, 
    .drhn_i_box01b-a3:after{
        width: 2vw;
        height: .1vw;
        background-color: #b5b3b6;
    }
    .drhn_i_box01c_1a{
        font-size: 1.7vw;
        margin-right: 3.5vw;
    }
    .drhn_j_box01a{
        font-size: 2vw;
        letter-spacing: .02em;
        line-height: 1.65;
    }
    .drhn_j_box01a rt{
        font-size: .9vw;
        letter-spacing: .04em;
    }
    .drhn_j_box02 {
        padding-bottom: 6vw;
    }
    .drhn_j_box02a {
        color: #525252;
        margin-bottom: 2vw;
    }
    .drhn_j_box02b {
        font-size: 1.6vw;
        font-weight: 500;
        letter-spacing: .02em;
        margin-bottom: 2vw;
    }
    .drhn_j_box02c-a2 {
        font-size: 1.3vw;
        letter-spacing: .03em;
        margin-bottom: .8vw;
    }
    .drhn_j_box02c-a3 {
        font-size: 1.1vw;
        letter-spacing: .02em;
        line-height: 1.5;
        margin-bottom: 1.3vw;
    }
    .drhn_j_box02c-a:not(:last-child)::after{
        width: .1vw;
        height: 7.5vw;
        background-color: #cacaca;
    }
    .drhn_j_box03b-da2022_01a {
        font-size: 1.35vw;
        letter-spacing: .01em;
        margin-bottom: .8vw;
    }
    .drhn_j_box03b-da2022_01b{
        letter-spacing: .04em;
    }
    .drhn_j_box03b-da2022_01c {
        font-size: 1.3vw;
        line-height: 1.65;
    }
    .drhn_j_box03b-da2022_02 {
        font-size: 2.9vw;
        font-weight: 500;
        letter-spacing: .05em;
    }
    .drhn_j_box03-da2022 {
        padding: 2vw 0vw 7vw;
    }
    .drhn_k_box02{
        margin-bottom: 3.5vw;
    }
    .drhn_k_box02a-a3 {
        font-size: 1.05vw;
        letter-spacing: .02em;
        line-height: 1.4;
        margin-bottom: .5vw;
    }
    .drhn_k_box02a-a4 {
        font-size: .85vw;
        letter-spacing: .02em;
    }
    .drhn_k_box03 {
        padding: 2vw 2vw 3.5vw 26vw;
        border-top: .1vw solid #ccc;
        border-bottom: .1vw solid #ccc;
        position: relative;
    }
    .drhn_k_box03a {
        width: 15.5vw;
        position: absolute;
        bottom: 0;
        left: 13%;
    }
    .drhn_k_box03b1 {
        font-size: 1.6vw;
        font-weight: 500;
        margin-bottom: 1vw;
    }
    .drhn_k_box03b2 {
        font-size: 1.05vw;
        letter-spacing: .04em;
        margin-bottom: 1vw;
    }
    .drhn_k_box03b3 {
        font-size: .7vw;
    }
}
@media screen and (max-width: 767px) {
    .pdct_n_a_sp_sub {
        letter-spacing: .02em;
        padding-bottom: 3vw;
    }
    .pdct_n_a_sp_sub::after{
        display: none;
    }
    #pd_mv {
        margin-bottom: 20vw;
    }
    .drhn_c_box01{
        padding: 0 6vw 6vw;
    }
    .drhn_c_box01a {
        letter-spacing: .02em;
        margin-bottom: 4vw;
    }
    .drhn_c_box01b {
        padding: 3vw 0 5vw 10vw;
        margin-bottom: 5vw;
    }
    .drhn_c_box01b-a {
        font-size: 3.3vw;
        letter-spacing: .03em;
        line-height: 2;
    }
    .drhn_c_box01d{
        letter-spacing: .02em;
        line-height: 1.6;
    }
    .drhn_d_box01a-a {
        font-size: 3.4vw;
        letter-spacing: .03em;
    }
    .drhn_d_box01a-b {
        font-size: 6.4vw;
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 1.45;
        margin-bottom: 3vw;
    }
    .drhn_d_box01a-c {
        line-height: 1.5;
        text-align: center;
    }
    .drhn_d_box01a-c small {
        padding-top: 3vw;
    }
    .drhn_d_box01b-a1 {
        font-size: 3.6vw;
        letter-spacing: .02em;
        padding: .8vw 4vw;
        margin-bottom: 5vw;
    }
    .drhn_d_box01b-a2 {
        font-size: 5vw;
        letter-spacing: .04em;
        margin-bottom: 1vw;
    }
    .drhn_d_box01b-a3{
        letter-spacing: -.01em;
    }
    .drhn_d_box01b-a4 {
        font-size: 7.5vw;
        font-weight: 500;
        letter-spacing: .04em;
        margin-bottom: 3vw;
    }
    .drhn_d_box01b-a6{
        font-size: 5.2vw;
        letter-spacing: -0.1em;
    position: absolute;
    margin: 0 auto;
left: 50%;
    transform: translate(-50%,-50%);
    height: 60vw;
    top: 81vw;
    }
    .drhn_d_box01c {
        padding: 1vw 6vw 25vw;
    }
    .drhn_d_box01c1 {
        font-size: 4.3vw;
        font-weight: 500;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 3.5vw;
		letter-spacing: 0.05em;
    }
    .drhn_d_box02 {
        padding: 0 6vw;
    }
    .drhn_d_box02a {
        font-size: 4.2vw;
        font-weight: 500;
        text-align: center;
        margin-bottom: 4.5vw;
    }
    .drhn_e_box01{
        padding-top: 12vw;
    }
    .drhn_e_box01a {
        font-size: 3.7vw;
        letter-spacing: .02em;
    }
    .drhn_e_box01b {
        font-size: 6.6vw;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.4;
        margin-bottom: 3vw;
    }
    .drhn_e_box01c{
        margin-bottom: 6vw;
    }
    .drhn_e_box01c-a2 {
        font-size: 3.8vw;
        letter-spacing: .03em;
    }
    .drhn_e_box01d-a {
        font-size: 4.3vw;
        letter-spacing: .04em;
        line-height: 1.3;
        margin-bottom: 3.5vw;
    }
    .drhn_e_box01d-b {
        font-size: 3.2vw;
        letter-spacing: .02em;
        text-align: center;
        line-height: 1.35;
    }
    .drhn_e_box02a {
        font-size: 3.7vw;
        letter-spacing: .04em;
        margin-bottom: 3.5vw;
    }
    .drhn_e_box02b {
        font-size: 6.5vw;
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 1.4;
        margin-bottom: 2.5vw;
    }
    .drhn_e_box02c-b2 {
        font-size: 3.3vw;
        padding: 1.8vw 3vw;
    }
    .drhn_e_box02c-b3 {
        margin-left: 3.2vw;
        letter-spacing: .02em;
    }
    .drhn_e_box02c-b3 span {
        font-size: 3.8vw;
        letter-spacing: .04em;
    }
    .drhn_f_box01a {
        margin: 0 11vw 4vw;
    }
    .drhn_f_box01a_1c {
        font-size: 4.3vw;
        letter-spacing: .03em;
    }
    .drhn_f_box01a_1c span {
        font-size: 4.2vw;
    }
    .drhn_f_box01a_2 {
        padding: 0 5vw;
    }
    .drhn_f_box01a_2a {
        font-size: 4.8vw;
        letter-spacing: .02em;
    }
    .drhn_f_box01b {
        font-size: 1.8vw;
        margin-bottom: 6vw;
    }
    .drhn_f_box01c{
        padding: 5.5vw 10vw 6.5vw;
    }
    .drhn_f_box01c-a {
        font-size: 4.3vw;
        letter-spacing: .04em;
        font-weight: 500;
    }
    .drhn_f_box01c-b {
        font-size: 3.3vw;
        letter-spacing: .01em;
    }
    .drhn_f_box02a-b1{
        color: #525252;
        padding-bottom: 3.5vw;
    }
    .drhn_f_box02a-b2 {
        font-size: 6.5vw;
        font-weight: 500;
        letter-spacing: .03em;
        line-height: 1.3;
        padding-bottom: 3.5vw;
    }
    .drhn_f_box02a-b:nth-child(3) {
        padding: 4vw 6vw 0;
    }
    .drhn_f_box02a-b3{
        font-size: 3vw;
        letter-spacing: .02em;
    }
    .drhn_g_box01a {
        letter-spacing: .02em;
    }
    .drhn_g_box01b_1 {
        font-size: 3.1vw;
        letter-spacing: .01em;
        top: .5vw;
        left: 15.5vw;
    }
    .drhn_g_box01b_2{
        font-size: 3.1vw;
        letter-spacing: .01em;
        top: 39.5vw;
        left: 15.5vw;
    }
    .drhn_g_box01c_1,
    .drhn_g_box01c_2,
    .drhn_g_box01c_3,
    .drhn_g_box01c_4{
        font-size: 3.1vw;
    }
    .drhn_g_box01_sp-bg {
        padding: 8vw 6.5vw 7vw;
        position: relative;
    }
    .drhn_g_box01d {
        font-size: 2.1vw;
        position: absolute;
        bottom: 3vw;
        right: 3vw;
    }
    .drhn_g_box02 .drhn_g_box02a-b .drhn_g_box02a-b3 {
        padding: 5vw 6vw 7vw;
    }
    .drhn_g_box03b_1b{
        padding: 1vw 4vw;
    }
    .drhn_g_box03b_1c {
        font-size: 7vw;
        letter-spacing: .04em;
    }
    .drhn_g_box02a-b4 {
        font-size: 2vw;
        padding: 0 6vw 5vw;
    }
    .drhn_g_box03d {
        letter-spacing: .02em;
        font-weight: 500;
        margin-bottom: 3.5vw;
    }
    .drhn_g_box03b {
        font-size: 3.4vw;
        letter-spacing: .04em;
    }
    .drhn_g_box03d_sp-bg{
        padding: 9vw 7vw 6.5vw;
    }
    .drhn_g_box03c {
        aspect-ratio: 1.06 / 1;
        overflow: hidden;
    }
    .drhn_g_box03c iframe {
        height: 100%;
        width: 100%;
    }
    .drhn_h_box{
        padding-bottom: 7vw;
    }
    .drhn_h_box02a-b3{
        padding-bottom: 12vw;
    }
    .drhn_h_box02a {
        letter-spacing: .03em;
    }
    .drhn_i_box01a{
        font-size: 3.5vw;
        color: #525252;
    }
    .drhn_i_box01b-a2 {
        letter-spacing: .02em;
        font-weight: 500;
    }
    .drhn_i_box01b-a3 {
        letter-spacing: .02em;
    }
    .drhn_i_box01c_4b{
        padding: .7vw;
        font-size: 3.4vw;
    }
    .drhn_j_box01a {
        font-size: 5.5vw;
        letter-spacing: .1em;
        line-height: 1.5;
    }
    .drhn_j_box01a rt{
        font-size: 2.4vw;
        letter-spacing: .02em;
    }
    .drhn_j_box02 {
        padding-top: 24vw;
    }
    .drhn_j_box02a{
        font-size: 3.5vw;
        color: #525252;
    }
    .drhn_j_box02a strong {
        font-weight: bold;
    }
    .drhn_j_box02c-a:nth-child(odd) >div {
        padding-left: 0;
    }
    .drhn_j_box02c-a:nth-child(odd) >div:last-child {
        padding-right: 0;
        padding-left: 4.5vw;
    }
    .drhn_j_box02c-a2 {
        letter-spacing: .04em;
    }
    .drhn_j_box02c-a3 {
        font-size: 3.2vw;
        letter-spacing: .02em;
    }
    .drhn_j_box02c-a:last-child {
        margin-bottom: 0;
    }
    .drhn_j_box03b-da2022_02 {
        font-size: 4.4vw;
        letter-spacing: .06em;
    }
    .drhn_j_box03b-da2022_01a {
        letter-spacing: .02em;
        margin-bottom: 2vw;
    }
    .drhn_j_box03b-da2022_01b {
        letter-spacing: .05em;
        font-weight: 500;
        margin-bottom: 3.5vw;
    }
    .drhn_j_box03b-da2022_01c {
        font-size: 3.4vw;
        line-height: 1.65;
    }
    .drhn_k_box {
        padding-top: 15vw;
    }
    .drhn_k_box01 {
        color: #525252;
        font-size: 3.5vw;
    }
    .drhn_k_box01 span {
        font-weight: bold;
    }
    .drhn_k_box02a-a3 {
        font-size: 3.1vw;
        letter-spacing: .02em;
    }
    .drhn_k_box02a-a4{
        margin-bottom: 0;
    }
    .drhn_k_box03 {
        margin-top: 0 !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .drhn_k_box03a {
        width: 40%;
        padding: 0 4.5vw;
    }
    .drhn_k_box03b {
        width: 60%;
    }
    .drhn_k_box03b1 {
        font-size: 4.5vw;
        margin-bottom: 4vw;
    }
    .drhn_k_box03b2 {
        font-size: 3.3vw;
        line-height: 1.4;
    }
    .drhn_k_box03c {
        width: 100%;
        background: #f0eef1;
        padding: 1vw 5.5vw 3vw;
        border-radius: 1vw;
        display: flex;
        justify-content: space-between;
    }
    .drhn_k_box03c1 {
        width: 85%;
        font-size: 2.6vw;
        line-height: 1.5;
        padding-top: 3vw;
    }
    .drhn_k_box03c2 {
        width: 15%;
    }
}