/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/heat-neck-evo/
Description: MYTREX HEAT NECL EVO
Version: 1.0
*/


#header {
	/*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
	/*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}

@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

main {
	height: 100%;
	/*min-height: 100vh;
   */
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8vw;
}

@media screen and (max-width: 767px) {
	.wrapper>main {
		margin-top: 20vw;
	}
}

@media screen and (min-width: 768px) {
	main {
		margin-top: 3vw !important;
	}
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10vw;
		margin: 0 auto;
	}
	.container:first-child {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10vw;
		margin: 0 auto;
	}
	.container:first-child {
        padding-top: 0;
    }
}

.fs {
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}

/* pagetop -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#pageTop2 {
		position: fixed;
/*
		bottom: 12vw;
		left: 2vw;
*/
		z-index: 10000;
	}
}

@media screen and (min-width: 768px) {
	#pageTop2 {
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 10000;
	}
}

#pageTop2 img {
	width: 100%;
}
#pageTop2 a {
	display: block;
	z-index: 999;
	padding: 8px 8px 8px 8px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	background-color: #231815;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop2 a:hover {
	text-decoration: none;
	background-color: #ffffff;
}

/* pagetop -------------------------------------------------------------- */
/*** menu sub ***/
@media screen and (max-width: 767px) {
	.menu_sp_list_logo {
		padding: 18px 0vw 18px 0vw;
		text-align: center;
		width: 100%;
		background: #ffffff;
		z-index: 999;
		position: fixed;
	}
	.menu_sub {
		background: #d9e5da;
		padding: 0.5vw 0.5vw;
		width: 100%;
		position: fixed;
		top: 11vw;
		z-index: 999;
	}
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 0.5vw 0.5vw;
		text-align: center;
	}
	.menu_sub_item_link {
		font-size: 3vw;
		font-weight: normal;
		letter-spacing: 0.1vw;
		line-height: 3vw;
		color: #b5b5b6;
		padding: 2.5vw 0.5vw;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	.menu_sub_item_link a {
		color: #231815;
		display: inline-block;
		list-style: none;
		padding: 0vw 3vw;
	}
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
	}
	#mt_pc_top_buy_cartin {
		position: fixed;
		bottom: 0px;
		right: 0px;
		background: #0000004f;
		padding: 4px 0px 0px;
	}
	.mt_pc_top_buy {
		padding: 0 12vw;
	}

	/* state */
	.menu_sub.is-fixed {
		width: 86%;
		position: absolute;
		top: 0;
		transition-duration: 0.2s;
	}
	.is-fixed .menu_sub_item_link {
		padding: 4vw 0.5vw;
	}
}

@media screen and (min-width: 768px) {
	.menu_sub {
		background: #d9e5da;
		padding: 0vw;
		position: fixed;
		z-index: 999;
		top: 7.02vw;
		width: 100%;
		height: 3vw;
	}
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 1.0vw 0.5vw;
		text-align: center;
	}
	.menu_sub_item_link {
		font-size: 0.75vw;
		font-weight: normal;
		letter-spacing: 0.08vw;
		line-height: 1vw;
		color: #b5b5b6;
		padding: 1.0vw 0vw;
		overflow-x: auto;
		white-space: nowrap;
	}
	.menu_sub_item_link::-webkit-scrollbar {
		display: none;
	}
	.menu_sub_item_link a {
		color: #231815;
	}
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
	}
	#mt_pc_top_buy_cartin {
		padding: 0;
	}
	.mt_pc_top_buy {
		padding: 0vw 0vw !important;
	}
}

/*** menu sub ***/
/*** section ***/
@media screen and (max-width: 767px) {
	#pd_c {
		padding: 0% 0 10%;
	}
	#pd_l {
		/* padding: 0 0 10%; */
		background: #f1f1f1;
	}
	#pd_l2 {
		padding: 10% 0 10%;
	}
	#pd_mv {
		background: #ffffff;
		z-index: 1;
		/* padding-top: 14vw; */
		/* margin-bottom: 15vw; */
	}
}

@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
	}
	#pd_l {
		padding: 5% 0 5%;
		background: #f5f5f5;
	}
	#pd_l2 {
		padding: 5% 0 5%;
	}
	#pd_mv {
		padding: 0% 0 0%;
		background: #ffffff;
		z-index: 1;
		/* padding-top: 8vw; */
	}
}

/*** section ***/
/*** b ***/
@media screen and (max-width: 767px) {
	.pd_b_sp {
		padding: 0vw;
	}
	.pd_b_pc {
		display: none;
	}
	.pd_b {
		width: 100%;
	}
	.pd_b img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.pd_b_sp {
		display: none;
	}
	.pd_b_pc {
		padding: 0vw;
	}
	.pd_b {
		width: 100%;
	}
	.pd_b img {
		width: 100%;
	}
}

/*** b ***/
/*** c ***/
@media screen and (max-width: 767px) {
	.pd_c_slider {
		padding: 0vw 4vw 4vw;
	}
	.pd_c_box {
		padding: 1vw 1vw;
	}
	.pd_c_ttl_sub {
		padding: 2vw 4vw 3vw;
		font-size: 3.3vw;
		line-height: 1.6;
		letter-spacing: .3vw;
	}
	.pd_c_ttl_sub2 {
		padding: 0 4vw;
		font-size: 5.3vw;
		line-height: 1;
		/* letter-spacing: .5vw; */
	}
	.pd_c_nm4 {
		padding: 2vw 0 5vw;
		font-size: 7.7vw;
		font-weight: 800;
		line-height: 11vw;
		letter-spacing: .3vw;
		border-bottom: 1px solid #000;
		margin: 4vw;
		transform: scale(1, 0.95);
	}
	.pd_c_nm4 sup {
		font-size: 4.5vw;
		vertical-align: top;
		/* font-weight: 100; */
		letter-spacing: -0.1em;
	}
	.pd_c_text {
		padding: 0 4vw 9vw;
		font-size: 3.3vw;
		line-height: 1.92;
		letter-spacing: 0.1em;
	}
/*
	.pd_c_text sup {
		display: inline-block;
		transform: scale(0.7);
	}
*/
	.pd_c_text small {
		text-align: left;
		display: block;
		font-size: 2vw;
		letter-spacing: 0.1vw;
		padding-top: 3vw;
	}
	.pd_c_price1 {
		padding: 0 4vw 3vw;
		font-size: 3.3vw;
		line-height: 1;
		letter-spacing: .1vw;
	}
	.pd_c_price2 {
		padding: 1vw 4vw 4vw;
		font-size: 10vw;
		font-weight: 800;
		line-height: 8vw;
		letter-spacing: 0vw;
	}
	.outofstock_blank {
		padding-bottom: 15% !important;
	}
	.pd_c_price2b {
		font-size: 2.5vw;
		line-height: 2.5vw;
		padding-left: 2vw;
	}
}

@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 8vw;
	}
	.pd_c_box {
		padding: 1vw 1vw;
	}
	.pd_c_ttl_sub {
		padding: 0vw 0vw 0vw;
		font-size: 0.9vw;
		letter-spacing: 0.09em;
	}
	.pd_c_ttl_sub2 {
		padding: 1vw 0vw 1vw;
		font-size: 1.4vw;
		letter-spacing: -0.01em;
	}
	.pd_c_nm4 {
		padding: 0vw 0vw 2vw;
		font-size: 2vw;
		font-weight: 800;
		line-height: 1.4;
		letter-spacing: 0.07em;
		border-bottom: 1px solid #3c3c3c;
		margin-bottom: 2vw;
	}
	.pd_c_nm4 sup {
		font-size: 1.3vw;
	}
	.pd_c_text {
		font-size: 1.1vw;
		line-height: 1.7;
		letter-spacing: .025em;
	}
	.pd_c_text small {
		padding: 1vw 0 0;
		font-size: .9vw;
		line-height: 1.5vw;
		letter-spacing: .05vw;
	}
	.pd_c_price1 {
		padding: 0;
		font-size: 1.3vw;
		line-height: 2vw;
		letter-spacing: .1vw;
	}
	.pd_c_price2 {
		padding: 0vw 0vw 0vw;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		letter-spacing: 0.1vw;
	}
	.pd_c_price2b {
		font-size: 1.2vw;
		line-height: 4vw;
	}
}

/*** c ***/

/*** l ***/
@media screen and (max-width: 767px) {
	.pd_l_area {
		padding: 4vw 4vw;
	}
	.pd_l_area_ttl {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 1.0vw;
		color: #231815;
		padding-bottom: 6vw;
		text-align: center;
	}
	.pd_l_box_are {
		padding: 0vw 0vw;
	}
	.pd_l_box_are2 {
		padding: 0vw 4vw;
	}
	.pd_l_box1 {
		padding: 4vw 23vw;
		text-align: center;
	}
	.pd_l_box2 {
		padding: 0vw 0vw 5vw;
	}
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw;
	}
	.pd_l_icon {
		padding: 0vw;
		width: 100%;
		line-height: 0;
	}
	.pd_l_icon img {
		width: 100%;
	}
	.pd_l_text {
		font-size: 3vw;
		line-height: 5.0vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 1.0vw 0.0vw;
		text-align: left;
	}
	.pd_l_ttl {
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 2vw 1.0vw;
		text-align: center;
	}
	.pd_l_area {
		padding: 10vw 0 12vw;
	}
	.pd_l_item_ttl {
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: left;
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.pd_l_area {
		padding: 4vw 0vw;
	}
	.pd_l_area_ttl {
		font-size: 1.8vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding-bottom: 1.5vw;
		text-align: center;
	}
	.pd_l_box_are {
		padding: 0vw 0vw;
	}
	.pd_l_box_are2 {
		padding: 0vw 0vw;
	}
	.pd_l_box1 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
	}
	.pd_l_box2 {
		float: left;
		width: 66%;
		padding: 0.5vw;
	}
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw 0vw 1.0vw;
	}
	.pd_l_icon {
		padding: 1vw 1vw 1vw 0vw;
		width: 100%;
		line-height: 0;
	}
	.pd_l_icon img {
		width: 100%;
	}
	.pd_l_text {
		font-size: 0.9vw;
		line-height: 2.4vw;
		letter-spacing: 0vw;
		color: #231815;
		padding: 1vw 0vw 1.0vw 1vw;
		text-align: left;
	}
	.pd_l_ttl {
		font-size: 1.0vw;
		line-height: 2vw;
		letter-spacing: 0.1vw;
		color: #231815;
		padding: 0.5vw 1.0vw 0vw;
		text-align: center;
	}
	.pd_l_area {
		padding: 0 0vw 1vw;
	}
	.pd_l_item_ttl {
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: center;
	}
}

/*** l ***/
/*** btm ***/
#cartin_sp {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #d9e5dade;
	;
	padding: 0px 0px 0px;
	height: 10vw;
}

.mytrex_buy {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.mytrex_buy_item {
		float: left;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		color: #231815;
		padding: 1vw 3vw 1vw 3vw;
		letter-spacing: 0.1vw;
		min-width: 30vw;
	}
	.mytrex_buy {
		padding: 0 12vw;
	}
}

@media screen and (min-width: 768px) {
	.mytrex_buy {
		padding: 0 1vw;
	}
}

/*** btm ***/
/*** modal ***/
@media screen and (max-width: 767px) {
	#btn-close-modal {
		width: 23vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 3.5vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 1.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 3.5vw;
		margin: 0 auto 10vw;
	}
	.modal-content {
		width: 94%;
	}
}

@media screen and (min-width: 768px) {
	#btn-close-modal {
		width: 7vw;
		text-align: center;
		cursor: pointer;
		color: #3e3c3d;
		font-size: 1vw;
		font-weight: normal;
		border: 1px solid #3e3c3d;
		padding: 0.5vw 0.2vw;
		border-radius: 10vw;
		line-height: 1vw;
		margin: 0 auto 5vw;
	}
	.modal-content {
		width: 80%;
	}
}

.modal-content {
	margin: 60px auto 80px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	background: rgba(255, 255, 255, 1);
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
}

/*** modal ***/
/*** modal e1 ***/
@media screen and (max-width: 767px) {
	#pd_md_1 {
		padding: 15% 0% 0%;
	}
}

@media screen and (min-width: 768px) {
	#pd_md_1 {
		padding: 8% 0%;
	}
	.support_product_qa_ttl {
		text-align: left !important;
	}
}

/*** modal e1 ***/
/*** modal e5 ***/
@media screen and (min-width: 768px) {
	.support_product_qa_ttl {
		text-align: left !important;
	}
}

/*** modal e5 ***/


/***          cmn          ***/
.pd_wrap {
	color: #1a1a1a;
}

@media screen and (max-width: 767px) {
	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1 {
		min-height: 0;
	}
	.full-width,
	.sp-full-width {
		display: block;
		margin: 0 calc(50% - 50vw);
	}
/*
	.pd_wrap img {
		width: 100%;
		display: block;
		vertical-align: bottom;
	}
*/
	.pd_b {
		margin-bottom: 13vw;
	}
	.pdct_n_a_sp_sub {
		text-align: center;
		font-size: 8.0vw;
		font-weight: bold;
		letter-spacing: 0.15em;
		margin-bottom: 6.5vw;
	}
	.pdct_n_a_sp_sub sup {
		font-size: 1.7vw;
		vertical-align: top;
	}
	.pdct_n_a_sp_sub1 {
		text-align: center;
		font-size: 5.3vw;
		letter-spacing: 0.21em;
		line-height: 1.45;
		margin-bottom: 4vw;
	}
	.pdct_n_a_sp_ttl {
		text-align: center;
		font-size: 6.4vw;
		/* letter-spacing: 0.08em; */
		margin-bottom: 5vw;
		font-weight: 700;
		transform: scale(1, 0.9);
	}
	.pdct_n_a_sp_ttl sup {
		vertical-align: sub;
	}
	.pdct_n_a_sp_ttl2 {
		padding: 0 0 10vw;
		color: #3f3d3e;
		font-size: 4vw;
		font-weight: 400;
		line-height: 4vw;
		letter-spacing: .5vw;
		text-align: center;
	}
	.pdct_n_a_sp_ttl3 {
		padding: 0 1vw 3vw;
		color: #3f3d3e;
		font-size: 2.5vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: .1vw;
		text-align: center;
	}
	.pdct_n_a_sp_img{
		padding: 0vw 10vw 8vw;
	}
	.pdct_n_a_sp_img img{
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
/*
	.pd_wrap img {
		width: 100%;
		display: block;
		vertical-align: bottom;
	}
*/
	.full-width {
		display: block;
		margin: 0 calc(50% - 50vw);
	}
}

/***          cmn          ***/
.pd_wrap {
	color: #323232;
}

@media screen and (max-width: 767px) {
	.sp_column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	#pd_o {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.pd_o_area_ttl {
		text-align: center;
		font-size: 5.0vw;
		letter-spacing: 0.18em;
		margin-bottom: 8.5vw;
	}
}

@media screen and (min-width: 768px) {
	#pd_o {
		padding-top: 6.5vw;
		padding-bottom: 4.5vw;
	}
	.pd_o_area_ttl {
		text-align: center;
		font-size: 1.7vw;
		letter-spacing: 0.15em;
		margin-bottom: 3vw;
	}
}

/* 追加２ */
@media screen and (min-width: 768px) {
	.pd_c_price_ev {
		padding-top: 3vw;
		/* width: 23vw; */
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.pd_c_price_ev {
		padding-left: 4%;
		padding-right: 4%;
	}
	.cart_ev {
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 3;
	}
	.cart_ev img {
		display: block;
		width: 100%;
		vertical-align: bottom;
	}
	#pageTop2 {
		bottom: 11vw;
	}
}

/* 事前予約 */
@media screen and (min-width: 768px) {
	.advance_form {
		padding-top: 2vw;
	}
	.advance_day {
		font-size: 1.5vw;
		margin-bottom: 1vw;
	}
	.advance_page a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 3.85vw;
		background-color: #222;
		color: #fff;
		font-size: 1.5vw;
		transition: all 0.3s;
	}
	.advance_page a:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	.advance_form {
		padding: 3vw 3vw 0;
	}
	.advance_day {
		font-size: 4.0vw;
		margin-bottom: 2vw;
	}
	.advance_page a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 12.85vw;
		background-color: #222;
		color: #fff;
		font-size: 4.0vw;
		transition: all 0.3s;
	}
	.advance_page a:hover {
		opacity: 0.7;
	}
}

/* 返品保証 */
.pd_t_sup_box2_ttl {
	color: #c3996d;
}
.pd_t_sup_ttl:before,
.pd_t_sup_ttl:after {
	background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
	}
}

@media screen and (min-width: 768px) {
	#pd_t {
		background: #f5f5f5;
	}
}

/***          o          ***/
.pd_o_related_box .splide__arrows {
	display: none;
}
.pd_o_related_box #splide02-list {
	justify-content: center;
}
@media screen and (max-width: 767px) {
.pd_o_ttl_related{
font-size: 4vw;
line-height: 6vw;
letter-spacing: .5vw;
font-weight: bold;
color: #231815;
padding-bottom: 1vw;
text-align: center;
}
.pd_o_mid_ttl_related{
font-size: 3vw;
line-height: 6vw;
letter-spacing: .5vw;
text-align: center;
padding-bottom: 5vw;
}
.pd_o_related_flex{
width: 100%;
padding: 0 4vw;
}
.pd_o_related_flex_inner{
width: 100%;
}
.pd_o_related_flex2{
width: 100%;
padding: 4vw 4vw 0;
}
.pd_o_related_box{
width: 100%;
display: flex;
}
.pd_o_related_box_1{
/* width: 42%; */
width: 35vw;
}
.pd_o_related_box_1 img{
width: 100%;
}
.pd_o_related_box_2{
/* width: calc(58% - 5vw); */
width: 50vw;
margin-left: 5vw;
}
.pd_o_related_box_2_ttl{
font-size: 3.3vw;
line-height: 1.4;
font-weight: bold;
padding-bottom: 2.5vw;
}
.pd_o_related_box_3_ttl {
	font-size: 2.66vw;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-bottom: 1.5vw;
}
.pd_o_related_box_2_txt{
font-size: 1.8vw;
line-height: 1.5;
color: #231815;
padding-bottom: 3vw;
}
.pd_o_related_com{
font-size: 2.6vw;
line-height: 4vw;
letter-spacing: 0.05vw;
text-align: center;
padding: 9.4vw 4vw 0;
}
.pd_o_related_buy{
width: 100%;
}
.pd_o_related_buy_sell{
font-size: 2.6vw;
padding-bottom: 1vw;
}
.pd_o_related_buy_price{
font-size: 6.8vw;
font-weight: bold;
padding-bottom: 3vw;
}
.pd_o_related_buy_tax{
font-size: 2.6vw;
}
.pd_o_related_box .gallery02 .splide__track--nav>.splide__list>.splide__slide {
width: 14vw !important;
height: 100% !important;
}
.pd_o_related_box .gallery03 .splide__track--nav>.splide__list>.splide__slide {
width: 14vw !important;
height: 100% !important;
}
.fs_cart_add form span {
font-size: 2.6vw;
}
}
@media screen and (min-width: 768px) {
.pd_o_ttl_related{
font-size: 1.6vw;
font-weight: bold;
line-height: 1.6vw;
letter-spacing: .4vw;
color: #231815;
padding-bottom: 1vw;
text-align: center;
}
.pd_o_mid_ttl_related{
font-size: 1.05vw;
letter-spacing: 0.2vw;
text-align: center;
padding-bottom: 5vw;
}
.pd_o_related_flex{
width: 100%;
display: flex;
justify-content: center;
}
.pd_o_related_flex_inner{
width: 35vw;
}
.pd_o_related_flex_inner:last-of-type{
margin-left: 3vw;
}
.pd_o_related_flex2{
padding-top: 5vw;
width: 100%;
display: flex;
justify-content: center;
}
.pd_o_related_box{
width: 100%;
display: flex;
}
.pd_o_related_box_1{
width: 40%;
width: 10vw;
}
.pd_o_related_box_1 img{
width: 100%;
}
.pd_o_related_box_2{
width: calc(60% - 2vw);
width: 23vw;
margin-left: 2vw;
}
.pd_o_related_box_2_ttl{
font-size: 1.0vw;
line-height: 1.5;
font-weight: bold;
margin-bottom: 0.5vw;
}
.pd_o_related_box_2_ttl small {
font-weight: normal;
font-size: 0.78vw;
}
.pd_o_related_box_3_ttl {
	font-size: 0.93vw;
	letter-spacing: 0.09em;
	line-height: 1.5;
	margin-bottom: 0.5vw;
}
.pd_o_related_box_2_txt{
font-size: 0.625vw;
line-height: 1.5;
letter-spacing: -0.07em;
color: #231815;
padding-bottom: 1vw;
}
.pd_o_related_com{
font-size: 0.7vw;
line-height: 1.4vw;
letter-spacing: 0.05vw;
text-align: center;
padding-top: 2.5vw;
}
.pd_o_related_buy{
width: 100%;
}
.pd_o_related_buy_sell{
font-size: 0.8vw;
padding-bottom: 1vw;
}
.pd_o_related_buy_price{
font-size: 2.2vw;
font-weight: bold;
/* padding-bottom: 1.4vw; */
}
.pd_o_related_buy_tax{
font-size: 0.8vw;
}
.fs_cart_add form span {
font-size: .8vw;
line-height: 1.6vw;
letter-spacing: .07em;
}
.pd_o_related_box .gallery02 .splide__track--nav>.splide__list>.splide__slide {
width: 4vw !important;
}
.pd_o_related_box .gallery03 .splide__track--nav>.splide__list>.splide__slide {
width: 4vw !important;
}
}
/***          o          ***/

@media screen and (max-width: 767px) {
	.pd_c_text_s2 {
		padding: 3vw 0vw 0vw;
		font-size: 2.3vw;
	}
}
@media screen and (min-width: 768px) {
	.pd_c_text_s2 {
		padding: 1vw 0vw 0vw;
		font-size: 0.7vw;
	}
	
	#pd_review {
		margin-bottom: 13vw;
	}
}



/* HEAT NECK EVO
====================================*/
body{
    color: #2d2d2d;
    font-feature-settings: 'palt';
}
img{
    width: 100%;
}
iframe{
    height: 100%;
    width: 100%;
}
main h1{
    text-align: left;
}

@media screen and (min-width:768px){
    .pd_bnr_authority3 {
        padding: 6vw 15vw 2vw;
    }
    .hne_award {
        padding: 4vw 21vw 0;
    }
    .pd_c_ttl_sub {
        font-size: 1.5vw;
        letter-spacing: .1em;
    }
    .pd_c_nm4{
        padding: 0vw 0vw 1vw;
        border-bottom: 1px solid #ababab;
        margin-bottom: 1vw;
    }
    h1 {
        display: flex;
        flex-direction: column;
    }
    .pd_c_ttl {
        font-size: 2.3vw;
        line-height: 1.1;
        padding-top: 1vw;
    }
    .pd_c_ttl_sub2 {
        padding: .5vw 0vw .5vw;
        font-size: 1.35vw;
        letter-spacing: .06em;
    }
    .hne_a_box1 {
        color: #fff;
        position: relative;
    }
    .hne_a_ttl {
        height: 18vw;
        width: 34vw;
        position: absolute;
        top: 24%;
        right: 13%;
    }
    .hne_a_text1 {
        font-size: 4.1vw;
        letter-spacing: .06em;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hne_a_text2 {
        font-size: 18vw;
        letter-spacing: -.04em;
        position: absolute;
        top: 8%;
        left: -5%;
    }
    .hne_a_text3 {
        font-size: 6vw;
        position: absolute;
        bottom: 25%;
        right: 15%;
    }
    .hne_a_text4 {
        font-size: 6.5vw;
        letter-spacing: .02em;
        position: absolute;
        bottom: -9%;
        right: 5%;
    }
    .hne_a_ttl_sub {
        height: 15.5vw;
        width: 30.5vw;
        position: absolute;
        bottom: 22%;
        right: 16%;
    }
    .hne_a_text5 {
        font-size: 1.35vw;
        letter-spacing: .15em;
        writing-mode: vertical-lr;
        position: absolute;
        top: 0;
        right: 0;
    }
    .hne_a_text6 {
        font-size: .8vw;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .hne_a_bg1 {
        background: url(img/product/hne/hne_a_bg_pc.jpg.webp) top left no-repeat;
        background-size: cover;
        padding: 3.5vw 23vw;
    }
    .hne_a_box2 {
        background: #fff;
        padding: 3vw 4vw;
    }
    .hne_a_box2a {
        font-size: 2.1vw;
        letter-spacing: .04em;
        text-align: center;
        margin-bottom: 2vw;
    }
    .hne_a_box2b {
        padding: 0 5.5vw;
    }
    .hne_a_box3 {
        padding: 7vw 22.5vw 6vw;
    }
    .hne_a_ttl2 {
        font-size: 2.1vw;
        letter-spacing: .02em;
        text-align: center;
        margin-bottom: 2vw;
    }
    .hne_a_bg2 {
        background: url(img/product/hne/hne_a_bg_pc2.jpg.webp) top left no-repeat;
        background-size: cover;
        padding: 8vw 0 9vw;
    }
    .hne_a_box4 {
        height: 51.5vw;
        position: relative;
    }
    .hne_a_box4a {
        color: #fff;
        text-align: center;
    }
    .hne_a_ttl3_sub {
        font-size: 2vw;
        letter-spacing: .04em;
        margin-bottom: 2.5vw;
    }
    .hne_a_ttl3_sub span {
        font-weight: 600;
    }
    .hne_a_ttl3 {
        font-size: 4.2vw;
        font-weight: 600;
        letter-spacing: .1em;
    }
    .hne_a_box4b {
        width: 26vw;
        position: absolute;
        bottom: 0;
        right: 5%;
    }
    .hne_a_box5 {
        padding: 3vw 19.5vw 0;
        color: #fff;
    }
    .hne_a_text7 {
        font-size: 2.7vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 2vw;
    }
    .hne_a_box5b {
        padding-top: 3.5vw;
    }
    .hne_a_text8 {
        font-size: 2.7vw;
        letter-spacing: .1em;
        text-align: center;
        margin-bottom: 4vw;
    }
    .hne_a_cnt {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2vw;
        position: relative;
    }
    .hne_a_mv_cnt {
        width: calc(50% - 4vw);
    }
    .hne_a_mv {
        aspect-ratio: 16 / 9;
        overflow: hidden;
        margin-bottom: 2.5vw;
    }
    .hne_a_mv_text1 {
        font-size: 2.1vw;
        letter-spacing: .06em;
        text-align: center;
        padding: 1.1vw 0;
        margin-bottom: 2.5vw;
    }
    .hne_a_mv_cnt:first-child .hne_a_mv_text1 {
        background: radial-gradient(circle, rgba(235, 185, 212, 1) 0%, rgba(221, 139, 185, 1) 100%);
    }
    .hne_a_mv_cnt:last-child .hne_a_mv_text1 {
        background: radial-gradient(circle, rgba(172, 165, 232, 1) 0%, rgba(136, 127, 220, 1) 100%);
    }
    .hne_a_mv_text2 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2vw;
        font-size: 2.9vw;
        letter-spacing: .1em;
    }
    .hne_a_mv_cnt:first-child .hne_a_mv_text2{
        color: #dd8bb9;
    }
    .hne_a_mv_cnt:last-child .hne_a_mv_text2{
        color: #887fdc;
    }
    .hne_a_mv_text2 span {
        color: #fff;
        font-size: 4.9vw;
        letter-spacing: .08em;
    }
    .hne_a_mul {
        height: 3vw;
        width: 4.5vw;
        border-top: .2vw solid;
        position: absolute;
        top: 30%;
        left: 45%;
        transform: rotate(45deg);
    }
    .hne_a_mul::before,
    .hne_a_mul::after {
        display: inline-block;
        content: '';
        height: 2vw;
        width: .2vw;
        background: #fff;
        position: absolute;
    }
    .hne_a_mul::before {
        top: 8%;
        left: 46%;
    }
    .hne_a_mul::after {
        top: -83%;
        right: 50%;
    }
    .hne_a_box5c {
        padding: 0 4vw;
    }
    .hne_a_plus {
        height: 3.7vw;
        width: 3.7vw;
        background: #fff;
        border-radius: 100%;
        margin: 0 auto 3.5vw;
        position: relative;
    }
    .hne_a_plus::before,
    .hne_a_plus::after {
        display: inline-block;
        content: '';
        height: 1.8vw;
        width: .25vw;
        background: #2d2d2d;
        position: absolute;
        top: 23%;
    }
    .hne_a_plus::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .hne_a_plus::after {
        left: 46%;
        transform: rotate(90deg);
    }
    .hne_a_text9 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5vw;
        font-size: 2.9vw;
        letter-spacing: .08em;
        background: radial-gradient(circle, rgba(255, 153, 122, 1) 0%, rgba(254, 109, 64, 1) 100%);
        padding: 1.5vw 0;
    }
    .hne_a_text9 span {
        font-size: 2.2vw;
        padding: .8vw 1vw;
        border-left: .1vw solid;
        border-right: .1vw solid;
    }
    .hne_b_box {
        padding-top: 8vw;
    }
    .hne_b_box1 {
        position: relative;
    }
    .hne_b_ttl1 {
        font-size: 2.1vw;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 1.6;
        position: absolute;
        top: 39%;
        left: 12.5%;
    }
    .hne_b_bg {
        background: url(img/product/hne/hne_b_bg_pc.jpg.webp) top left no-repeat;
        background-size: cover;
    }
    .hne_b_box2 {
        padding: 5vw 18vw 5.5vw;
    }
    .hne_b_ttl2 {
        font-size: 2.8vw;
        font-weight: 600;
        letter-spacing: .1em;
        text-align: center;
        margin-bottom: 3.5vw;
    }
    .hne_b_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 1.3vw;
    }
    .hne_b_list li {
        width: calc(50% - 1.5vw);
        height: 10.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        font-size: 1.45vw;
        letter-spacing: .08em;
        line-height: 1.4;
        text-align: center;
    }
    .hne_b_box3 {
        padding: 12vw 16vw 14vw;
        position: relative;
    }
    .hne_b_box3::after {
        display: block;
        content: '';
        height: 5vw;
        width: 1.5vw;
        border-left: .12vw solid #2d2d2d;
        border-bottom: .12vw solid #2d2d2d;
        position: absolute;
        bottom: 5.5%;
        left: 50%;
        transform: translateX(-50%) skew(0, -40deg);
    }
    .hne_b_box3a {
        position: relative;
    }
    .hne_b_cnt {
        color: #fff;
        position: absolute;
        top: 13%;
        left: 50%;
        transform: translateX(-50%);
    }
    .hne_b_ttl_cnt {
        text-align: center;
        margin-bottom: 3vw;
    }
    .hne_b_ttl_sub {
        font-family: 'FUTURA';
        font-size: 2.7vw;
        letter-spacing: .06em;
        margin-bottom: 1vw;
    }
    .hne_b_ttl3 {
        font-size: 1.45vw;
        letter-spacing: .08em;
    }
    .hne_b_list2 {
        display: flex;
        flex-direction: column;
        gap: 1.3vw;
    }
    .hne_b_list2 li {
        font-size: 1.45vw;
        letter-spacing: .2em;
        padding-left: 2.3vw;
        position: relative;
    }
    .hne_b_list2 li::before {
        display: inline-block;
        content: '';
        height: 1.5vw;
        width: 2vw;
        background: url(img/product/hne/check.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hne_b_box3b {
        padding-top: 3.7vw;
    }
    .hne_b_text1 {
        font-size: 2.2vw;
        font-weight: 600;
        letter-spacing: .12em;
        text-align: center;
        margin-bottom: 3.7vw;
    }
    .hne_b_img1 {
        position: relative;
    }
    .hne_b_list3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1vw;
        position: absolute;
        bottom: 20%;
        right: 4%;
    }
    .hne_b_list3 li {
        background: rgba(45, 45, 45, .8);
        color: #fff;
        height: 8.5vw;
        width: 8.5vw;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 1.6vw;
        letter-spacing: .1em;
        line-height: 1.3;
    }
    .hne_b_list3 li:first-child {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .hne_b_box4 {
        margin-bottom: 11vw;
    }
    .hne_b_box4a {
        position: relative;
    }
    .hne_b_cnt2 {
        position: absolute;
        bottom: 26%;
        left: 8%;
    }
    .hne_b_ttl_sub2 {
        font-size: 2.2vw;
        letter-spacing: .04em;
    }
    .hne_b_ttl4 {
        font-size: 6.8vw;
        font-weight: 600;
        letter-spacing: .06em;
        line-height: 1.05;
    }
    .hne_b_ttl_num {
        font-size: 8.6vw;
        font-weight: normal;
    }
    .hne_b_ttl_excl {
        display: inline-block;
        font-size: 8vw;
        font-weight: normal;
        transform: rotate(11deg);
    }
    .hne_b_ttl4 sup {
        font-size: 1.25vw;
        position: absolute;
        top: auto;
        bottom: 24%;
        right: 30%;
    }
    .hne_b_box4b {
        position: relative;
    }
    .hne_b_cnt3 {
        width: 50vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 17%;
        right: 7%;
    }
    .hne_b_text2 {
        width: 100%;
        font-size: 2.8vw;
        font-weight: 600;
        letter-spacing: .1em;
        text-align: center;
        padding-bottom: 1.3vw;
        border-bottom: .13vw solid;
        margin-bottom: 2vw;
    }
    .hne_b_text3 {
        font-size: 2.1vw;
        letter-spacing: .08em;
        line-height: 1.3;
        text-align: center;
    }
    .hne_b_img2 {
        width: 25vw;
    }
    .hne_b_note {
        font-size: 1.1vw;
        letter-spacing: .04em;
        padding: 2vw 0 0 6vw;
    }
    .hne_c_box1 {
        display: flex;
        align-items: flex-start;
        margin-bottom: 13vw;
        position: relative;
    }
    .hne_c_l_nav {
        width: 33vw;
        padding: 7vw 0 0 7vw;
        position: relative;
    }
    .hne_c_l_nav.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10;
    }
    .hne_c_l_nav.is-bottom{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .hne_c_l_nav_ttl_cnt {
        margin-bottom: 6.5vw;
    }
    .hne_c_l_nav_ttl {
        font-family: "FOT筑紫ゴシック Pro", "筑紫ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
        font-size: 3vw;
        font-weight: 600;
        letter-spacing: .1em;
        margin-bottom: 1.5vw;
    }
    .hne_c_l_nav_sub {
        font-size: 1.5vw;
        letter-spacing: .04em;
    }
    .hne_c_nav_list {
        list-style-type: none;
    }
    .hne_c_nav_list li a {
        display: flex;
        gap: 1vw;
        align-items: flex-start;
        position: relative;
        text-decoration: none;
        color: #969696;
    }
    .hne_c_nav_list li a.is-active {
        color: #2d2d2d;
    }
    .hne_c_nav_num {
        font-family: "FOT筑紫ゴシック Pro", "筑紫ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
        font-size: 1.1vw;
        letter-spacing: .04em;
        margin-bottom: .6vw;
    }
    .hne_c_nav_num span {
        font-size: 1.5vw;
    }
    .hne_c_nav_menu {
        font-size: 2.1vw;
        letter-spacing: .04em;
    }
    /* ドット+ライン */
    .nav-dot-line {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: .3vw;
    }
    .nav-dot {
        width: 1.5vw;
        height: 1.5vw;
        border-radius: 50%;
    }
    .hne_c_nav_list li:first-child .nav-dot{
        background: radial-gradient(circle,rgba(235, 185, 212, 1) 0%, rgba(222, 140, 188, 1) 100%);;
    }
    .hne_c_nav_list li:nth-child(2) .nav-dot{
        background: radial-gradient(circle,rgba(172, 165, 232, 1) 0%, rgba(140, 129, 221, 1) 100%);;
    }
    .hne_c_nav_list li:last-child .nav-dot{
        background: radial-gradient(circle,rgba(255, 153, 122, 1) 0%, rgba(255, 111, 61, 1) 100%);;
    }
    .nav-line {
        width: .2vw;
        height: 10vw;
        background: #969696;
        position: relative;
        overflow: hidden;
    }
    .nav-line-fill {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: transparent;
        transition: height .1s linear;
    }
    .hne_c_nav_list li:first-child .nav-line-fill{
        background:#dc8dba;
    }
    .hne_c_nav_list li:nth-child(2) .nav-line-fill{
        background:#8c81dd;
    }
    .hne_c_nav_list li:last-child .nav-line-fill{
        background:#ff6f3d;
    }
    
    .hne_c_r_cnt{
        width: 67vw;
        padding: 19.5vw 13.5vw 0 0;
        display: flex;
        flex-direction: column;
        row-gap: 13vw;
    }
    .hne_c_r_cnt.is-shift{
        margin-left: 33vw;
    }
    .hne_c_ttl_cnt {
        display: flex;
        align-items: flex-end;
        gap: 1.5vw;
        margin-bottom: 2vw;
    }
    .hne_c_ttl_fnc {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #fnc01 .hne_c_ttl_fnc {
        color: #dd8bb9;
    }
    #fnc02 .hne_c_ttl_fnc {
        color: #867fdc;
    }
    #fnc03 .hne_c_ttl_fnc {
        color: #ff6e3f;
        padding-bottom: 4vw;
    }
    .hne_c_ttl_badge {
        color: #fff;
        font-size: 1.4vw;
        padding: .15vw 0;
        margin-bottom: .5vw;
    }
    #fnc01 .hne_c_ttl_badge {
        background: #dd8bb9;
    }
    #fnc03 .hne_c_ttl_badge {
        background: #ff6e3f;
    }
    .hne_c_ttl_num {
        font-size: 3.8vw;
        letter-spacing: .06em;
        padding: .4vw 1vw;
        border-left: .12vw solid;
        border-right: .12vw solid;
    }
    .hne_c_ttl {
        font-size: 2.8vw;
        font-weight: 600;
        letter-spacing: .08em;
        line-height: 1.3;
        display: flex;
        gap: 3.5vw;
        padding-bottom: .5vw;
    }
    #fnc01 .hne_c_ttl1 {
        color: #dd8bb9;
    }
    #fnc02 .hne_c_ttl1 {
        color: #867fdc;
    }
    #fnc03 .hne_c_ttl1 {
        color: #ff6e3f;
    }
    .hne_c_mv_cnt {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hne_c_mv, 
    .hne_c_img {
        width: calc(50% - .8vw);
    }
    .hne_c_mv {
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .hne_c_text_cnt {
        padding: 3vw 0 9vw;
        text-align: center;
    }
    .hne_c_text1 {
        font-size: 2.2vw;
        font-weight: 600;
        letter-spacing: .06em;
        line-height: 1.45;
        margin-bottom: 1vw;
    }
    .hne_c_text2 {
        font-size: 1.45vw;
        letter-spacing: .06em;
        line-height: 1.7;
    }
    .hne_c_text2 span {
        font-size: .8vw;
    }
    .hne_c_pt_cnt {
        background: #f5f6f8;
        padding: 2vw 3.5vw 3.5vw;
        position: relative;
    }
    #fnc02 .hne_c_pt_cnt {
        margin-bottom: 8vw;
    }
    .hne_c_pt {
        height: 6vw;
        width: 6vw;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.3vw;
        letter-spacing: .04em;
        color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    #fnc01 .hne_c_pt {
        background: #dd8bb9;
        top: -11%;
    }
    #fnc02 .hne_c_pt {
        background: #867fdc;
        top: -8%;
    }
    #fnc03 .hne_c_pt {
        background: #ff6e3f;
        top: -8%;
    }
    .hne_c_pt_bg {
        padding-top: 3vw;
    }
    .hne_c_pt_ttl {
        font-size: 2.2vw;
        font-weight: 600;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 1.8vw;
    }
    .hne_c_pt_lv {
        display: flex;
        flex-direction: column;
        gap: 1.2vw;
        margin-bottom: .5vw;
    }
    .hne_c_pt_lv li {
        background: #fff;
        padding: 1.1vw 1.7vw;
        display: flex;
        align-items: center;
        gap: 1.5vw;
        font-size: 1.15vw;
        font-weight: 600;
        letter-spacing: .06em;
    }
    .hne_c_pt_lv li span {
        font-size: 2vw;
        letter-spacing: .1em;
        color: #dd8bb9;
    }
    .hne_c_mv_note {
        width: 100%;
        font-size: .8vw;
        padding-top: .6vw;
        text-align: right;
    }
    .hne_c_pt_bg2 {
        background: #fff;
        padding: 4vw 3vw 2.5vw;
    }
    .hne_c_pt_img {
        width: 85%;
        margin: 0 auto 2.8vw;
    }
    .hne_c_pt_note {
        font-size: 1.05vw;
        letter-spacing: .06em;
        text-align: justify;
        line-height: 1.55;
    }
    .hne_c_evd_cnt {
        text-align: center;
        position: relative;
    }
    #fnc02 .hne_c_evd_cnt {
        background: url(img/product/hne/hne_c_evd_bg_pc.jpg.webp) top left no-repeat;
        background-size: cover;
        padding: 5.5vw 3.5vw 3.5vw;
    }
    #fnc03 .hne_c_evd_cnt {
        background: url(img/product/hne/hne_c_evd_bg_pc2.jpg.webp) top left no-repeat;
        background-size: cover;
        padding: 5.5vw 3.5vw 3.5vw;
    }
    .hne_c_evd {
        background: #2d2d2d;
        color: #fff;
        font-size: 1.2vw;
        letter-spacing: .04em;
        padding: .8vw 1.2vw;
        position: absolute;
        top: -2.5%;
        left: 50%;
        transform: translateX(-50%);
    }
    .hne_c_evd::before,
    .hne_c_evd::after {
        display: inline-block;
        content: '';
        height: 2.8vw;
        width: .13vw;
        background: #2d2d2d;
        position: absolute;
        top: 0;
    }
    .hne_c_evd::before {
        left: -.8vw;
    }
    .hne_c_evd::after {
        right: -.8vw;
    }
    .hne_c_evd_ttl {
        font-size: 2.1vw;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 1.8;
        margin-bottom: 1.5vw;
    }
    .hne_c_evd_ttl span {
        padding: 0 2.5vw;
        position: relative;
    }
    .hne_c_evd_ttl span::before,
    .hne_c_evd_ttl span::after {
        display: inline-block;
        content: '';
        height: .1vw;
        width: 1.5vw;
        background: #2d2d2d;
        position: absolute;
        top: 42%;
    }
    .hne_c_evd_ttl span::before {
        left: 0;
    }
    .hne_c_evd_ttl span::after {
        right: 0;
    }
    .hne_c_evd_img_cnt {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3vw;
    }
    .hne_c_evd_img_cnt img {
        width: calc(50% - .5vw);
    }
    .hne_c_evd_text {
        font-size: 1.45vw;
        letter-spacing: .1em;
    }
    .hne_c_md_cnt {
        padding-top: 7vw;
    }
    .hne_c_md_text1 {
        font-size: 1.8vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 3vw;
    }
    .hne_c_md_img {
        position: relative;
    }
    .hne_c_md_cnt2 {
        color: #fff;
        text-align: center;
        position: absolute;
        top: 15%;
        right: 4%;
    }
    .hne_c_md_text2 {
        width: 85%;
        margin: 0 auto;
        border: .1vw solid;
        padding: 2.3vw 0 2.5vw;
        font-size: 2.1vw;
        letter-spacing: .13em;
        line-height: 1.2;
        position: relative;
    }
    .hne_c_md_text2 span {
        font-size: 3.1vw;
    }
    .hne_c_md_text2::before,
    .hne_c_md_text2::after {
        display: inline-block;
        content: '';
        height: 1.2vw;
        width: 1.2vw;
        border-top: .25vw solid;
        position: absolute;
        top: -1%;
    }
    .hne_c_md_text2::before {
        border-left: .25vw solid;
        left: -.75%;
    }
    .hne_c_md_text2::after {
        border-right: .25vw solid;
        right: -.75%;
    }
    .hne_c_md_cnt2::before, 
    .hne_c_md_cnt2::after {
        display: inline-block;
        content: '';
        height: 1.2vw;
        width: 1.2vw;
        border-bottom: .25vw solid;
        position: absolute;
        bottom: 41.5%;
    }
    .hne_c_md_cnt2::before {
        border-left: .25vw solid;
        left: 7%;
    }
    .hne_c_md_cnt2::after {
        border-right: .25vw solid;
        right: 7%;
    }
    .hne_c_md_text3 {
        padding-top: 2vw;
        font-size: 2.2vw;
        letter-spacing: .08em;
        line-height: 1.4;
        white-space: nowrap;
    }
    .hne_c_md_text4 {
        font-size: 2.1vw;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 1.6;
        text-align: center;
        padding: 4vw 0 3vw;
    }
    .hne_c_md_list {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .hne_c_md_list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hne_c_md_num, .hne_c_md_dd {
        width: calc(50% - 1.3vw);
    }
    .hne_c_md_num {
        color: #fff;
        font-size: 1.7vw;
        display: flex;
        align-items: center;
        gap: 1vw;
        padding: 1.4vw 2vw 1.6vw;
        border-radius: 1vw;
        position: relative;
    }
    .hne_c_md_num span {
        font-size: 2.2vw;
        font-weight: 600;
        letter-spacing: .04em;
    }
    .hne_c_md_list li:first-child .hne_c_md_num {
        background: #7771a1;
    }
    .hne_c_md_list li:nth-child(2) .hne_c_md_num {
        background: #f2baa9;
    }
    .hne_c_md_list li:nth-child(3) .hne_c_md_num {
        background: #ffc27f;
    }
    .hne_c_md_list li:nth-child(4) .hne_c_md_num {
        background: #92b175;
    }
    .hne_c_md_list li:last-child  .hne_c_md_num {
        background: #af948b;
    }
    .hne_c_md_num::after {
        display: inline-block;
        content: '';
        height: 3.5vw;
        width: 24vw;
        border-right: .1vw solid #fff;
        border-bottom: .1vw solid #fff;
        border-bottom-right-radius: 1vw;
        position: absolute;
        bottom: 10%;
        right: 2%;
    }
    .hne_c_md_dd {
        font-size: 1.4vw;
        letter-spacing: .02em;
        line-height: 1.5;
    }
    #fnc03 .hne_c_ttl_cnt {
        position: relative;
    }
    .hne_c_ttl_sub {
        width: 17vw;
        font-size: 1.2vw;
        font-weight: 600;
        letter-spacing: .15em;
        text-align: center;
        padding: .3vw 0;
        position: absolute;
        bottom: 8%;
        left: 0;
    }
    .hne_c_ttl_sub::before,
    .hne_c_ttl_sub::after {
        display: inline-block;
        content: '';
        height: 1.8vw;
        width: .6vw;
        border-top: .1vw solid #cacaca;
        border-bottom: .1vw solid #cacaca;
        position: absolute;
        top: 0;
    }
    .hne_c_ttl_sub::before {
        border-left: .1vw solid #cacaca;
        left: 0;
    }
    .hne_c_ttl_sub::after {
        border-right: .1vw solid #cacaca;
        right: 0;
    }
    #fnc03 .hne_c_text_cnt {
        padding: 3vw 0 6vw;
    }
    #fnc03 .hne_c_pt_cnt {
        margin-bottom: 6vw;
    }
    .hne_c_pt_list {
        display: flex;
        justify-content: space-between;
    }
    .hne_c_pt_list li {
        width: calc(33.3% - 1vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2vw 0;
        border-radius: 1vw;
        font-size: 1.3vw;
        color: #fff;
    }
    .hne_c_pt_list li span {
        font-size: 2.1vw;
        letter-spacing: .06em;
        padding: 0 2.5vw .8vw;
        border-bottom: .1vw solid;
        margin-bottom: .8vw;
    }
    .hne_c_pt_list li:first-child {
        background: #ffc4b2;
    }
    .hne_c_pt_list li:nth-child(2) {
        background: #ffb8a2;
    }
    .hne_c_pt_list li:last-child {
        background: #ff8b66;
    }
    .hne_c_evd_note {
        font-size: 1.2vw;
        text-align: left;
        line-height: 1.5;
        padding-top: 3vw;
    }
    .hne_d_box1 {
        padding: 0 16vw 5vw;
    }
    .hne_d_ttl {
        font-size: 1.3vw;
        letter-spacing: .04em;
        text-align: center;
        margin-bottom: 2.5vw;
    }
    .hne_d_img_cnt {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .hne_d_img1 {
        width: 100%;
        position: relative;
    }
    .hne_d_img2 {
        width: 49%;
        position: relative;
    }
    .hne_d_img3 {
        width: 51%;
        position: relative;
    }
    .hne_d_cnt1 {
        height: 22.5vw;
        width: 27.5vw;
        position: absolute;
        top: 7%;
        right: 3.5%;
    }
    .hne_d_ttl_cnt1 {
        position: absolute;
        top: 33%;
        left: 0;
    }
    .hne_d_ttl2 {
        width: 10.5vw;
        background: rgba(176, 153, 119, .7);
        color: #fff;
        padding: .5vw 0;
        font-size: 1.2vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 1.5vw;
    }
    .hne_d_ttl2_sub {
        font-size: 2.3vw;
        font-weight: 600;
        letter-spacing: .13em;
        line-height: .9;
    }
    .hne_d_ttl2_sub span {
        font-size: 1.15vw;
        letter-spacing: .1em;
    }
    .hne_d_text1 {
        background: #3c3b39;
        color: #fff;
        height: 8.5vw;
        width: 8.5vw;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1vw;
        letter-spacing: .1em;
        line-height: 1.4;
        text-align: center;
        position: absolute;
        top: 0;
        right: 1%;
    }
    .hne_d_note {
        font-size: .7vw;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .hne_d_cnt2 {
        position: absolute;
        bottom: 16%;
        left: 7%;
    }
    .hne_d_cnt3 {
        position: absolute;
        bottom: 9%;
        left: 7%;
    }
    .hne_d_ttl2_sub2 {
        font-size: 2.2vw;
        letter-spacing: .08em;
        line-height: 1.3;
        color: #fff;
    }
    .hne_d_ttl3 {
        font-size: 2.1vw;
        font-weight: 600;
        letter-spacing: .1em;
        text-align: center;
        padding: 5vw 0 6vw;
    }
    .hne_d_list {
        display: flex;
        justify-content: space-between;
    }
    .hne_d_list li {
        width: calc(33.3% - 3vw);
    }
    .hne_d_list_text {
        padding-top: 2vw;
    }
    .hne_d_ttl4 {
        font-size: 2.1vw;
        font-weight: 600;
        letter-spacing: .1em;
        text-align: center;
        margin-bottom: 1.3vw;
    }
    .hne_d_text2 {
        font-size: 1.4vw;
        letter-spacing: .02em;
        line-height: 1.6;
    }
    .hne_d_box2 {
        position: relative;
    }
    .hne_d_ttl5 {
        width: 100%;
        color: #fff;
        font-size: 2.9vw;
        letter-spacing: .08em;
        text-align: center;
        position: absolute;
        top: 12%;
    }
    .hne_d_text3 {
        height: 19vw;
        width: 19vw;
        border-radius: 100%;
        background: #d3bfa4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.5vw;
        letter-spacing: .05em;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 21%;
        left: 19%;
    }
    .hne_d_text3a {
        font-size: 1.4vw;
        letter-spacing: .06em;
        margin-bottom: 1vw;
    }
    .hne_d_text3b {
        font-size: 2.3vw;
        letter-spacing: .06em;
        line-height: 1.2;
        padding: 1vw;
        border-top: .1vw solid;
        margin-top: 1vw !important;
    }
    .hne_d_box3 {
        padding: 7vw 13vw 0;
    }
    .hne_d_ttl6 {
        font-size: 2.2vw;
        letter-spacing: .04em;
        text-align: center;
        margin-bottom: 2vw;
    }
    .hne_d_ttl6 span {
        font-weight: 600;
    }
    .hne_d_list2 {
        list-style-type: none;
        padding-right: 4vw;
    }
    .hne_d_list2 li {
        font-size: 1.7vw;
        letter-spacing: .08em;
        display: flex;
        align-items: center;
        padding: 3.3vw 0;
        position: relative;
    }
    .hne_d_list2 li::before {
        display: block;
        content: '';
        height: .1vw;
        width: 68vw;
        background: #636363;
        position: absolute;
        top: 0;
        right: 0;
    }
    .hne_d_list2 li:last-child::after {
        display: block;
        content: '';
        height: .1vw;
        width: 68vw;
        background: #636363;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .hne_d_list2 li span {
        background: #1f100d;
        color: #fff;
        padding: .5vw 1.3vw;
        margin-right: 2vw;
    }
    .hne_d_list2 li img {
        width: 3vw;
        padding: 1vw .5vw;
    }
    .hne_d_box3a {
        padding: 4vw 0 3vw;
    }
    .hne_d_text4 {
        width: fit-content;
        margin: 0 auto 3vw;
        font-size: 2.2vw;
        letter-spacing: .06em;
        padding: .7vw 2.5vw;
        position: relative;
    }
    .hne_d_text4::before,
    .hne_d_text4::after {
        display: inline-block;
        content: '';
        height: 3.5vw;
        width: 1vw;
        border-top: .1vw solid #2f2f2f;
        border-bottom: .1vw solid #2f2f2f;
        position: absolute;
        top: 0;
    }
    .hne_d_text4::before {
        border-left: .1vw solid #2f2f2f;
        left: 0;
    }
    .hne_d_text4::after {
        border-right: .1vw solid #2f2f2f;
        right: 0;
    }
    .hne_d_text5 {
        font-size: 1.7vw;
        letter-spacing: .08em;
        line-height: 1.5;
        text-align: center;
    }
    .hne_d_box3b {
        width: 51vw;
        margin: 0 auto;
        background: #f5f6f8;
        padding: 3.5vw 3vw;
        border-radius: .5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hne_d_text6 {
        width: 80%;
        font-size: 1.7vw;
        letter-spacing: .04em;
        line-height: 1.5;
    }
    .hne_d_img4 {
        width: 15%;
    }
    #pd_t_30day {
        margin-bottom: 0;
    }
    .pd_l_icon {
        padding: 0;
        width: 65%;
        margin: 0 auto;
    }
}
@media screen and (max-width:767px){
    .wrapper main {
        margin-top: 12vw !important;
    }
    .pd_b {
        margin-bottom: 0;
    }
    .pdct_n_a_sp_sub1 {
        font-size: 7vw;
        letter-spacing: .08em;
        font-weight: 600;
        margin-bottom: 2vw;
        position: relative;
    }
    .pdct_n_a_sp_sub1 span {
        font-size: 13vw;
        font-weight: normal;
        letter-spacing: 0;
    }
    .pdct_n_a_sp_sub1 sup {
        font-size: 2vw;
        position: absolute;
        top: auto;
        bottom: 6vw;
        right: 12.5vw;
    }
    .pdct_n_a_sp_ttl {
        margin-bottom: 1.5vw;
        font-weight: 500;
    }
    .pdct_n_a_sp_ttl2 {
        font-size: 3vw;
        letter-spacing: .02em;
        padding: 0;
        margin-bottom: 2vw;
    }
    .pdct_n_a_sp_note {
        font-size: 1.8vw;
        letter-spacing: .1em;
        text-align: center;
    }
    .pd_bnr_authority3 {
        padding: 5vw 5vw 0;
    }
    .hne_award {
        padding: 10vw 10vw 0;
    }
    .pd_c_ttl_sub {
        font-size: 3.5vw;
        letter-spacing: .15em;
    }
    .pd_c_nm4 {
        padding: 0 0 5vw;
        border-bottom: 1px solid #c5c5c5;
    }
    h1 {
        display: flex;
        flex-direction: column-reverse;
    }
    .pd_c_ttl {
        font-family: 'Noto Sans Japanese', sans-serif;
        font-size: 6.5vw;
        font-weight: 700;
    }
    .pd_c_ttl_sub2 {
        padding: 0 0 2vw;
        font-size: 5.3vw;
    }
    #pd_c {
        padding: 0 0 5%;
    }
    .hne_a_box1 {
        color: #fff;
        position: relative;
    }
    .hne_a_ttl {
        height: 23vw;
        width: 81vw;
        position: absolute;
        top: 2%;
        left: 9%;
    }
    .hne_a_text1 {
        font-size: 6.8vw;
        letter-spacing: .08em;
        position: absolute;
        top: 43%;
        left: 0;
    }
    .hne_a_text2 {
        font-size: 26vw;
        letter-spacing: -.03em;
        line-height: .7;
        position: absolute;
        top: 0;
        right: 22%;
    }
    .hne_a_text3 {
        font-size: 10vw;
        position: absolute;
        top: 11%;
        right: 9%;
    }
    .hne_a_text4 {
        font-size: 11vw;
        letter-spacing: .04em;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .hne_a_ttl_sub {
        height: 134vw;
        width: 82vw;
        position: absolute;
        top: 4.5%;
        right: 13%;
    }
    .hne_a_text5 {
        font-size: 2.5vw;
        letter-spacing: .1em;
        writing-mode: vertical-lr;
        position: absolute;
        top: 0;
        right: 0;
    }
    .hne_a_text6 {
        font-size: 1.5vw;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .hne_a_bg1 {
        background: url(img/product/hne/hne_a_bg_sp.jpg.webp) top left no-repeat;
        background-size: cover;
        padding: 6.5vw 5vw;
    }
    .hne_a_box2 {
        background: #fff;
        padding: 6vw 10vw 9vw;
    }
    .hne_a_box2a {
        font-size: 4.2vw;
        font-weight: 600;
        letter-spacing: .1em;
        white-space: nowrap;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 3vw;
    }
    .hne_a_box2a span {
        font-size: 5.8vw;
    }
    .hne_a_box3 {
        margin-bottom: 12vw;
    }
    .hne_a_ttl2 {
        font-size: 4.2vw;
        letter-spacing: .1em;
        line-height: 1.4;
        text-align: center;
        padding: 13vw 0 4vw;
    }
    .hne_a_bg2 {
        background: url(img/product/hne/hne_a_bg_sp2.jpg.webp) top left no-repeat;
        background-size: cover;
    }
    .hne_a_box4 {
        padding: 11vw 4vw;
        height: 142vw;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hne_a_box4a {
        text-align: center;
    }
    .hne_a_ttl3_sub {
        font-size: 4vw;
        letter-spacing: .06em;
        margin-bottom: 5vw;
    }
    .hne_a_ttl3 {
        font-size: 6.8vw;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 1.35;
    }
    .hne_a_box4b {
        width: 39vw;
        margin-left: auto;
    }
    .hne_a_box5 {
        color: #fff;
        padding-top: 4vw;
    }
    .hne_a_text7 {
        font-size: 5.9vw;
        font-weight: 600;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 6vw;
    }
    .hne_a_text8 {
        font-size: 4vw;
        letter-spacing: .1em;
        text-align: center;
        padding: 8vw 0;
    }
    .hne_a_box5c {
        padding: 10vw 4vw 13vw;
        position: relative;
    }
    .hne_a_plus {
        height: 7vw;
        width: 7vw;
        background: #fff;
        border-radius: 100%;
        margin: 0 auto;
        position: absolute;
        top: 17%;
        left: 50%;
        transform: translateX(-50%);
    }
    .hne_a_plus::before,
    .hne_a_plus::after {
        display: inline-block;
        content: '';
        height: 3.5vw;
        width: 2px;
        background: #2d2d2d;
        position: absolute;
        top: 24%;
    }
    .hne_a_plus::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .hne_a_plus::after {
        left: 46%;
        transform: rotate(90deg);
    }
    .hne_a_text9 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3vw;
        font-size: 4.4vw;
        letter-spacing: .08em;
        background: radial-gradient(circle, rgba(255, 153, 122, 1) 0%, rgba(254, 109, 64, 1) 100%);
        padding: 6vw 0 3vw;
    }
    .hne_a_text9 span {
        font-size: 3.5vw;
        padding: 1.5vw 2vw;
        border-left: 1px solid;
        border-right: 1px solid;
    }
    .hne_b_box {
        padding-top: 13vw;
    }
    .hne_b_box1 {
        position: relative;
    }
    .hne_b_ttl1 {
        font-size: 3.55vw;
        letter-spacing: .06em;
        line-height: 1.8;
        position: absolute;
        top: 31%;
        left: 7%;
    }
    .hne_b_ttl1 span {
        background: #fff;
        padding: .7vw 1vw .7vw 2vw;
    }
    .hne_b_bg {
        background: url(img/product/hne/hne_b_bg_sp.jpg.webp) top left no-repeat;
        background-size: cover;
    }
    .hne_b_box2 {
        padding: 8vw 5.5vw;
        margin-bottom: 13vw;
    }
    .hne_b_ttl2 {
        font-size: 6.8vw;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 5.5vw;
    }
    .hne_b_list {
        display: flex;
        flex-direction: column;
        gap: 3vw;
    }
    .hne_b_list li {
        background: #fff;
        padding: 4vw 0;
        font-size: 2.9vw;
        letter-spacing: .08em;
        line-height: 1.4;
        text-align: center;
    }
    .hne_b_box3a {
        position: relative;
    }
    .hne_b_cnt {
        color: #fff;
        position: absolute;
        top: 19%;
        left: 50%;
        transform: translateX(-50%);
    }
    .hne_b_ttl_cnt {
        text-align: center;
        margin-bottom: 8vw;
    }
    .hne_b_ttl_sub {
        font-family: 'FUTURA';
        font-size: 4.5vw;
        letter-spacing: .06em;
        margin-bottom: 3vw;
    }
    .hne_b_ttl3 {
        font-size: 4.6vw;
        letter-spacing: .08em;
        white-space: nowrap;
    }
    .hne_b_list2 {
        display: flex;
        flex-direction: column;
        gap: 5vw;
        padding-left: 4vw;
    }
    .hne_b_list2 li {
        font-size: 3.2vw;
        letter-spacing: .13em;
        padding-left: 5vw;
        position: relative;
    }
    .hne_b_list2 li::before {
        display: inline-block;
        content: '';
        height: 3.5vw;
        width: 4.5vw;
        background: url(img/product/hne/check.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hne_b_box3b {
        padding: 15vw 7vw 29vw;
        position: relative;
    }
    .hne_b_box3b::after {
        display: block;
        content: '';
        height: 12vw;
        width: 3.5vw;
        border-left: 1.5px solid #2d2d2d;
        border-bottom: 1.5px solid #2d2d2d;
        position: absolute;
        bottom: 8.5%;
        left: 50%;
        transform: translateX(-50%) skew(0, -35deg);
    }
    .hne_b_text1 {
        font-size: 6vw;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 3.5vw;
    }
    .hne_b_img1 {
        position: relative;
    }
    .hne_b_list3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2vw;
        position: absolute;
        bottom: 13%;
        right: 4%;
    }
    .hne_b_list3 li {
        background: rgba(45, 45, 45, .8);
        color: #fff;
        height: 17.5vw;
        width: 17.5vw;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 3.3vw;
        letter-spacing: .1em;
        line-height: 1.3;
    }
    .hne_b_list3 li:first-child {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .hne_b_box4a {
        position: relative;
    }
    .hne_b_cnt2 {
        height: 127vw;
        position: absolute;
        top: 13%;
        left: 8%;
    }
    .hne_b_ttl_sub2 {
        font-size: 4.2vw;
        font-feature-settings: normal;
        writing-mode: vertical-rl;
        letter-spacing: .08em;
        position: absolute;
        top: 0;
        left: 25%;
    }
    .hne_b_ttl4 {
        font-size: 12.5vw;
        font-weight: 600;
        white-space: nowrap;
        letter-spacing: .04em;
        line-height: 1.1;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    .hne_b_ttl_num {
        font-size: 16.5vw;
        font-weight: normal;
    }
    .hne_b_ttl_excl {
        font-size: 15vw;
        font-weight: normal;
        display: inline-block;
        padding-left: 1vw;
        transform: rotate(10deg);
    }
    .hne_b_ttl4 sup {
        font-size: 2.4vw;
        position: absolute;
        top: auto;
        bottom: 7%;
        right: 31%;
    }
    .hne_b_box4b {
        position: relative;
    }
    .hne_b_cnt3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 8%;
    }
    .hne_b_img2 {
        order: 1;
        width: 46vw;
        margin: 0 5vw 10vw auto;
    }
    .hne_b_text2 {
        order: 2;
        width: 80vw;
        margin: 0 auto 3vw;
        font-size: 5.8vw;
        font-weight: 600;
        letter-spacing: .13em;
        line-height: 1.3;
        text-align: center;
        padding-bottom: 3vw;
        border-bottom: 1px solid #7f705d;
    }
    .hne_b_text3 {
        order: 3;
        font-size: 3.5vw;
        letter-spacing: .1em;
        text-align: center;
    }
    .hne_b_note {
        font-size: 2vw;
        padding: 3vw 4vw 18vw;
    }
    .hne_c_l_nav_ttl_cnt {
        text-align: center;
        margin-bottom: 6vw;
    }
    .hne_c_l_nav_ttl {
        font-size: 3.8vw;
        font-weight: 600;
        letter-spacing: .04em;
        margin-bottom: 2vw;
    }
    .hne_c_l_nav_sub {
        font-size: 2.9vw;
        letter-spacing: .04em;
    }
    .hne_c_nav_list {
        list-style-type: none;
        padding: 0 4vw 18vw;
        display: flex;
        justify-content: space-between;
    }
    .hne_c_nav_list li {
        width: 33.3%;
        text-align: center;
    }
    .hne_c_nav_list li:not(:last-child) {
        position: relative;
    }
    .hne_c_nav_list li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2.5px;
        height: 100%;
        background-image: radial-gradient(circle, #2d2d2d 20%, transparent 35%);
        background-size: 2.5px 6px;
        background-repeat: repeat-y;
    }    
    .hne_c_nav_list li a {
        display: flex;
        flex-direction: column;
        font-size: 4vw;
        letter-spacing: .1em;
        padding: 6vw 0 20vw;
        position: relative;
    }
    .hne_c_nav_fnc {
        font-size: 3.1vw;
        letter-spacing: .04em;
        margin-bottom: .7vw;
    }
    .hne_c_nav_num {
        font-size: 5vw;
        letter-spacing: .04em;
        margin-bottom: 5.5vw;
    }
    .hne_c_nav_list li:first-child .hne_c_nav_num {
        color: #dc8ab8;
    }
    .hne_c_nav_list li:nth-child(2) .hne_c_nav_num {
        color: #887fdc;
    }
    .hne_c_nav_list li:last-child .hne_c_nav_num {
        color: #ff6d41;
    }
    .hne_c_nav_list li a::before {
        display: inline-block;
        content: '';
        height: 8vw;
        width: 8vw;
        background: #6c6c6c;
        border-radius: 50%;
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
    }
    .hne_c_nav_list li a::after{
        display: inline-block;
        content: '';
        height: 2.7vw;
        width: 2.7vw;
        border-right: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
        position: absolute;
        bottom: 18%;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }
    .hne_c_ttl_cnt {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        row-gap: 4vw;
        margin-bottom: 4vw;
    }
    .hne_c_ttl_fnc {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #fnc01 .hne_c_ttl_fnc,
    #fnc01 .hne_c_ttl {
        color: #dd8bb9;
    }
    #fnc02 .hne_c_ttl_fnc,
    #fnc02 .hne_c_ttl {
        color: #867fdc;
    }
    #fnc03 .hne_c_ttl_fnc,
    #fnc03 .hne_c_ttl {
        color: #ff6e3f;
    }
    .hne_c_ttl_badge {
        color: #fff;
        font-size: 2.4vw;
        padding: .1vw 3vw;
        margin-bottom: .5vw;
    }
    #fnc01 .hne_c_ttl_badge {
        background: #dd8bb9;
    }
    #fnc03 .hne_c_ttl_badge {
        background: #ff6e3f;
        font-size: 2.6vw;
        padding: .1vw 1vw;
    }
    .hne_c_ttl_num {
        font-size: 7vw;
        letter-spacing: .04em;
        padding: .7vw 0;
        border-left: 1px solid;
        border-right: 1px solid;
    }
    .hne_c_ttl {
        font-size: 5.8vw;
        font-weight: 600;
        letter-spacing: .1em;
        padding: 0 0 1vw 4vw;
    }
    .hne_c_ttl_ttl1 {
        width: 100%;
        font-size: 5.8vw;
        font-weight: 600;
        letter-spacing: .08em;
        text-align: center;
    }
    .hne_c_mv {
        width: 100%;
        height: 100%;
    }
    .hne_c_text_cnt {
        padding: 8vw 0 17vw;
        text-align: center;
    }
    .hne_c_text1 {
        font-size: 4.1vw;
        font-weight: 600;
        letter-spacing: .08em;
        line-height: 1.4;
        margin-bottom: 3.5vw;
    }
    .hne_c_text2 {
        font-size: 2.8vw;
        letter-spacing: .1em;
        line-height: 1.6;
    }
    .hne_c_text2 span {
        font-size: 1.9vw;
        display: inline-block;
        padding-top: 2vw;
    }
    .hne_c_pt_cnt {
        background: #f5f6f8;
        padding: 3vw 5vw 6vw;
        position: relative;
    }
    .hne_c_pt {
        height: 12vw;
        width: 12vw;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.4vw;
        letter-spacing: .06em;
        color: #fff;
        position: absolute;
        
        left: 50%;
        transform: translateX(-50%);
    }
    #fnc01 .hne_c_pt {
        background: #dd8bb9;
        top: -6%;
    }
    #fnc02 .hne_c_pt {
        background: #867fdc;
        top: -8%;
    }
    #fnc03 .hne_c_pt {
        background: #ff6e3f;
        top: -12%;
    }
    .hne_c_pt_bg {
        padding: 9vw 0 4vw;
    }
    .hne_c_pt_ttl {
        font-size: 4.2vw;
        font-weight: 600;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 6vw;
    }
    .hne_c_pt_lv {
        display: flex;
        flex-direction: column;
        gap: 5vw;
    }
    .hne_c_pt_lv li {
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5vw;
        padding: 4.5vw 0 5vw;
        font-size: 2.9vw;
        letter-spacing: .06em;
    }
    .hne_c_pt_lv li span {
        font-size: 3.5vw;
        font-weight: 600;
        letter-spacing: .1em;
        color: #dd8bb9;
    }
    #fnc02 {
        padding-top: 16vw;
    }
    #fnc02 .hne_c_ttl_num {
        padding: .7vw 2vw;
    }
    .hne_c_mv_note {
        font-size: 1.4vw;
        padding: 1.5vw 5vw 0;
        text-align: right;
    }
    .hne_c_pt_bg2 {
        background: #fff;
        padding: 5vw 5vw 8vw;
    }
    .hne_c_pt_img {
        padding: 0 8vw 5vw;
    }
    .hne_c_pt_note {
        font-size: 1.9vw;
        letter-spacing: .06em;
        line-height: 2;
    }
    #fnc02 .hne_c_pt_cnt {
        margin-bottom: 16vw;
    }
    .hne_c_evd_cnt {
        text-align: center;
        position: relative;
    }
    #fnc02 .hne_c_evd_cnt {
        background: url(img/product/hne/hne_c_evd_bg_sp.jpg.webp) top left no-repeat;
        background-size: cover;
        padding: 10vw 5vw 12vw;
    }
    #fnc03 .hne_c_evd_cnt {
        background: url(img/product/hne/hne_c_evd_bg_sp2.jpg.webp) top left no-repeat;
        background-size: cover;
    }
    .hne_c_evd {
        background: #2d2d2d;
        color: #fff;
        font-size: 2.3vw;
        letter-spacing: .04em;
        padding: 1.5vw 2.5vw;
        position: absolute;
        top: -2.5%;
        left: 50%;
        transform: translateX(-50%);
    }
    .hne_c_evd::before,
    .hne_c_evd::after {
        display: inline-block;
        content: '';
        height: 5vw;
        width: 1px;
        background: #2d2d2d;
        position: absolute;
        top: 0;
    }
    .hne_c_evd::before {
        left: -1.2vw;
    }
    .hne_c_evd::after {
        right: -1.2vw;
    }
    .hne_c_evd_ttl {
        font-size: 4.2vw;
        font-weight: 600;
        letter-spacing: .13em;
        line-height: 1.9;
        margin-bottom: 3vw;
    }
    .hne_c_evd_ttl span {
        display: inline-block;
        padding: 0 5vw;
        position: relative;
    }
    .hne_c_evd_ttl span::before,
    .hne_c_evd_ttl span::after {
        display: inline-block;
        content: '';
        height: 1px;
        width: 3vw;
        background: #2d2d2d;
        position: absolute;
        top: 48%;
    }
    .hne_c_evd_ttl span::before {
        left: 0;
    }
    .hne_c_evd_ttl span::after {
        right: 0;
    }
    .hne_c_evd_img_cnt {
        display: flex;
        justify-content: space-between;
    }
    .hne_c_evd_img_cnt img {
        width: calc(50% - .8vw);
    }
    .hne_c_evd_text {
        font-size: 2.9vw;
        letter-spacing: .1em;
        padding-top: 6vw;
    }
    .hne_c_md_cnt {
        padding-top: 13vw;
    }
    .hne_c_md_img {
        position: relative;
    }
    .hne_c_md_cnt2 {
        color: #fff;
        text-align: center;
        position: absolute;
        top: 26%;
        right: 6%;
    }
    .hne_c_md_text2 {
        width: 42vw;
        margin: 0 auto;
        border: 1px solid;
        padding: 4vw 0;
        font-size: 4.4vw;
        letter-spacing: .13em;
        line-height: 1.2;
        position: relative;
    }
    .hne_c_md_text2 span {
        font-size: 7.5vw;
    }
    .hne_c_md_text2::before, 
    .hne_c_md_text2::after {
        display: inline-block;
        content: '';
        height: 2.5vw;
        width: 2.5vw;
        border-top: 2.5px solid;
        position: absolute;
        top: -2%;
    }
    .hne_c_md_text2::before {
        border-left: 2.5px solid;
        left: -1%;
    }
    .hne_c_md_text2::after {
        border-right: 2.5px solid;
        right: -1%;
    }
    .hne_c_md_cnt2::before, 
    .hne_c_md_cnt2::after {
        display: inline-block;
        content: '';
        height: 2.5vw;
        width: 2.5vw;
        border-bottom: 2.5px solid;
        position: absolute;
        bottom: 38.5%;
    }
    .hne_c_md_cnt2::before {
        border-left: 2.5px solid;
        left: -.5%;
    }
    .hne_c_md_cnt2::after {
        border-right: 2.5px solid;
        right: -.5%;
    }
    .hne_c_md_text3 {
        font-size: 3.7vw;
        letter-spacing: .08em;
        line-height: 1.4;
        padding-top: 4vw;
    }
    .hne_c_md_text1 {
        padding-top: 8vw;
        font-size: 4.9vw;
        font-weight: 600;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 5vw;
    }
    .hne_c_md_text4 {
        font-size: 3.8vw;
        letter-spacing: .06em;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 7vw;
    }
    .hne_c_md_list {
        padding: 0 6vw;
        display: flex;
        flex-direction: column;
        gap: 5vw;
    }
    .hne_c_md_list li {
        display: flex;
        gap: 5vw;
    }
    .hne_c_md_num {
        width: 28vw;
        color: #fff;
        font-size: 2.8vw;
        line-height: 1.1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1vw;
        padding: 4vw 0;
        border-radius: 1.5vw;
        position: relative;
    }
    .hne_c_md_num span {
        font-size: 3.7vw;
        letter-spacing: .04em;
    }
    .hne_c_md_list li:first-child .hne_c_md_num {
        background: #7771a1;
    }
    .hne_c_md_list li:nth-child(2) .hne_c_md_num {
        background: #f2baa9;
    }
    .hne_c_md_list li:nth-child(3) .hne_c_md_num {
        background: #ffc27f;
    }
    .hne_c_md_list li:nth-child(4) .hne_c_md_num {
        background: #92b175;
    }
    .hne_c_md_list li:last-child  .hne_c_md_num {
        background: #af948b;
    }
    .hne_c_md_num::after {
        display: inline-block;
        content: '';
        height: 12.5vw;
        width: 25.5vw;
        border-right: .5px solid #fff;
        border-bottom: .5px solid #fff;
        border-bottom-right-radius: 1.5vw;
        position: absolute;
        bottom: 6%;
        right: 4%;
    }
    .hne_c_md_dd {
        width: calc(100% - 33vw);
        font-size: 2.9vw;
        letter-spacing: .02em;
        line-height: 1.8;
    }
    #fnc03 {
        padding-top: 14vw;
    }
    #fnc03 .hne_c_ttl {
        font-size: 6.2vw;
        letter-spacing: .13em;
    }
    #fnc03 .hne_c_ttl_ttl1 {
        letter-spacing: .15em;
        line-height: 1.4;
    }
    .hne_c_ttl_sub {
        font-size: 3.1vw;
        font-weight: 600;
        letter-spacing: .13em;
        padding: .5vw 3vw;
        margin: -1.5vw 0 6vw !important;
        position: relative;
    }
    .hne_c_ttl_sub::before,
    .hne_c_ttl_sub::after {
        display: inline-block;
        content: '';
        height: 3vw;
        width: 1vw;
        border-top: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb;
        position: absolute;
        top: 0;
    }
    .hne_c_ttl_sub::before {
        border-left: 1px solid #cbcbcb;
        left: 0;
    }
    .hne_c_ttl_sub::after {
        border-right: 1px solid #cbcbcb;
        right: 0;
    }
    #fnc03 .hne_c_pt_bg2 {
        background: none;
        padding: 10vw 0 0;
    }
    #fnc03 .hne_c_pt_cnt {
        margin-bottom: 14vw;
    }
     .hne_c_pt_list {
        display: flex;
        justify-content: space-between;
    }
    .hne_c_pt_list li {
        width: calc(33.3% - 2vw);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 4vw 0 3.5vw;
        border-radius: 2vw;
        font-size: 3.1vw;
        color: #fff;
    }
    .hne_c_pt_list li span {
        font-size: 5vw;
        letter-spacing: .06em;
        padding: 0 5.5vw 2vw;
        border-bottom: 1px solid;
        margin-bottom: 2vw;
    }
    .hne_c_pt_list li:first-child {
        background: #fea78c;
    }
    .hne_c_pt_list li:nth-child(2) {
        background: #ff8b66;
    }
    .hne_c_pt_list li:last-child {
        background: #ff6d41;
    }
    .hne_c_pt_note2 {
        font-size: 1.9vw;
        padding-top: 3vw;
    }
    #fnc03 .hne_c_evd_cnt {
        padding: 11vw 8vw;
    }
    #fnc03 .hne_c_evd {
        width: 30vw;
        margin: 0 auto 4vw;
        font-size: 3.6vw;
        padding: 1.8vw 0;
        position: relative;
        left: 0;
        transform: translateX(0);
    }
    #fnc03 .hne_c_evd::before, 
    #fnc03 .hne_c_evd::after {
        height: 7.2vw;
    }
    .hne_c_evd_note {
        font-size: 1.9vw;
        text-align: left;
        line-height: 1.6;
        padding-top: 5vw;
    }
    .hne_d_box {
        padding-top: 16vw;
    }
    .hne_d_box1 {
        margin-bottom: 20vw;
    }
    .hne_d_ttl {
        font-size: 3.4vw;
        font-weight: 600;
        letter-spacing: .02em;
        text-align: center;
        margin-bottom: 5vw;
    }
    .hne_d_img1, .hne_d_img2, .hne_d_img3 {
        position: relative;
    }
    .hne_d_cnt1 {
        height: 39vw;
        width: 93vw;
        position: absolute;
        bottom: 5%;
        left: 3%;
    }
    .hne_d_ttl_cnt1 {
        position: absolute;
        top: 0;
        right: 7%;
    }
    .hne_d_ttl2 {
        display: inline-block;
        background: rgba(176, 153, 119, .6);
        color: #fff;
        padding: 1.5vw 2.5vw;
        font-size: 3vw;
        letter-spacing: .08em;
        text-align: center;
        margin-bottom: 2vw;
    }
    .hne_d_ttl2_sub {
        font-size: 4.4vw;
        font-weight: 600;
        letter-spacing: .1em;
    }
    .hne_d_text1 {
        background: #fff;
        height: 23vw;
        width: 23vw;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: serif;
        font-size: 2.65vw;
        letter-spacing: .1em;
        line-height: 1.4;
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .hne_d_note {
        font-size: 2vw;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .hne_d_cnt2 {
        position: absolute;
        top: 28%;
        left: 5%;
    }
    .hne_d_img2 .hne_d_ttl2_sub {
        padding-top: 1vw;
        font-size: 4.2vw;
        line-height: 1.3;
    }
    .hne_d_ttl2_sub span {
        font-size: 3vw;
    }
    .hne_d_cnt3 {
        position: absolute;
        top: 29%;
        left: 5%;
    }
    .hne_d_ttl2_sub2 {
        color: #fff;
        font-size: 4.4vw;
        letter-spacing: .1em;
        line-height: 1.35;
    }
    .hne_d_ttl3 {
        font-size: 4.15vw;
        font-weight: 600;
        letter-spacing: .06em;
        text-align: center;
        padding: 11vw 0;
    }
    .hne_d_list {
        display: flex;
        flex-direction: column;
        gap: 10vw;
    }
    .hne_d_list li {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8vw;
    }
    .hne_d_list li:nth-child(2) {
        flex-direction: row-reverse;
    }
    .hne_d_list_img {
        width: 55%;
    }
    .hne_d_list_text {
        width: 25%;
    }
    .hne_d_ttl4 {
        font-family: sans-serif !important;
        font-size: 4vw;
        letter-spacing: .13em;
        line-height: 1.45;
        margin-bottom: 3vw;
    }
    .hne_d_text2 {
        font-size: 3.2vw;    
        letter-spacing: .04em;
        line-height: 1.5;
    }
    .hne_d_box2 {
        position: relative;
        margin-bottom: 13vw;
    }
    .hne_d_ttl5 {
        font-size: 5.9vw;
        font-weight: 600;
        letter-spacing: .1em;
        line-height: 1.6;
        position: absolute;
        top: 9%;
        left: 7%;
    }
    .hne_d_text3 {
        height: 32vw;
        width: 32vw;
        border-radius: 100%;
        background: #d3bfa4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 3.3vw;
        letter-spacing: .05em;
        line-height: 1.45;
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 21%;
        left: 4%;
    }
    .hne_d_box3 {
        padding-top: 8vw;
    }
    .hne_d_ttl6 {
        font-size: 3.6vw;
        letter-spacing: .04em;
        margin-bottom: 6vw;
        text-align: center;
    }
    .hne_d_ttl6 span {
        font-weight: 600;
    }
    .hne_d_list2 {
        list-style-type: none;
        padding: 0 6vw 7vw;
        display: flex;
        flex-direction: column;
    }
    .hne_d_list2 li {
        display: flex;
        align-items: center;
        gap: 5vw;
        padding: 3.5vw 0;
        position: relative;
    }
    .hne_d_list2 li::before {
        display: block;
        content: '';
        height: 1px;
        width: 85vw;
        background: #636363;
        position: absolute;
        top: 0;
        left: 0;
    }
    .hne_d_list2 li:last-child::after {
        display: block;
        content: '';
        height: 1px;
        width: 85vw;
        background: #636363;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .hne_d_list2_num {
        background: #1f100d;
        color: #fff;
        font-size: 2.8vw;
        letter-spacing: .2em;
        padding: .8vw 2.5vw;
    }
    .hne_d_list2_text {
        font-size: 2.8vw;
        letter-spacing: .08em;
        line-height: 1.8;
    }
    .hne_d_list2_text img {
        display: inline-block;
        width: 5vw;
        padding: 0 1vw;
    }
    .hne_d_text4 {
        width: fit-content;
        margin: 0 auto 4vw;
        font-size: 3.5vw;
        letter-spacing: .04em;
        padding: 1.2vw 4vw;
        position: relative;
    }
    .hne_d_text4::before,
    .hne_d_text4::after {
        display: inline-block;
        content: '';
        height: 5.8vw;
        width: 1.8vw;
        border-top: 1px solid #979797;
        border-bottom: 1px solid #979797;
        position: absolute;
        top: 0;
    }
    .hne_d_text4::before {
        border-left: 1px solid #979797;
        left: 0;
    }
    .hne_d_text4::after {
        border-right: 1px solid #979797;
        right: 0;
    }
    .hne_d_text5 {
        font-size: 2.7vw;
        letter-spacing: .08em;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 5vw;
    }
    .hne_d_box3b {
        width: 84vw;
        margin: 0 auto;
        background: #f5f6f8;
        padding: 5vw 5vw 5vw 4vw;
        border-radius: 1vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hne_d_text6 {
        width: 80%;
        font-size: 2.7vw;
        letter-spacing: .04em;
        line-height: 1.55;
    }
    .hne_d_img4 {
        width: 15%;
    }
    #pd_t_30day {
        padding: 15vw 0 0;
    }
    .pd_l_icon {
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }
}