/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/elexafoot/
Description: MYTREX ELEXA FOOT
Version: 1.0
*/

/* 動画 */
#video-hfbe,
#video2-hfbe,
#video3-hfbe {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn,
#video-btn.current,
#video2-btn,
#video2-btn.current,
#video3-btn,
#video3-btn.current {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after,
#video-btn2::after,
#video2-btn::after,
#video3-btn::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/hfbe/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;
}
#video2-btn::after,
#video3-btn::after {
	background-image: url(/wp-content/themes/mytrex/img/teaser/hfbe/mv_play.png);
}
#video-btn.current::after,
#video-btn2.current::after,
#video2-btn.current::after,
#video3-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,
	#video-btn2::after,
	#video2-btn::after,
	#video3-btn::after {
		width: 7.5vw;
		height: 7.5vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	#video-btn.current::after,
	#video-btn2.current::after,
	#video2-btn.current::after,
	#video3-btn.current::after {
		width: 7.5vw;
		height: 7.5vw;
		bottom: 2vw;
		right: 2vw;
	}
}

@media screen and (min-width: 768px) {
	#video-btn::after,
	#video-btn2::after,
	#video2-btn::after,
	#video3-btn::after {
		width: 5.5vw;
		height: 5.5vw;
	}
	#video-btn.current::after,
	#video-btn2.current::after,
	#video2-btn.current::after,
	#video3-btn.current::after {
		width: 5.5vw;
		height: 5.5vw;
	}
	#video-btn.current::after,
	#video-btn2.current::after,
	#video2-btn.current::after,
	#video3-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: #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: 0.9vw;
		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 13vw;
		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;
	}
}

/* HIHO FINE BUBBLE＋e */
@media screen and (min-width: 768px) {
	#pd_review {
		margin-bottom: 13vw;
	}
	#hfbe_c {
	  /* padding-top: 13.28vw; */
	}
	.hfbe_c_box1 {
	  font-size: 1.82vw;
	  letter-spacing: 0.16em;
	  line-height: 2.34;
	  text-align: center;
	}
	.hfbe_c_box2 {
	  font-size: 2.6vw;
	  letter-spacing: 0.16em;
	  line-height: 1.64;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.hfbe_c_box2 sup {
	  font-size: 0.68vw;
	  vertical-align: text-top;
	}
	.hfbe_c_box3 {
	  font-size: 0.68vw;
	  letter-spacing: 0.08em;
	  line-height: 1.31;
	  text-align: right;
	  margin-right: 1.56vw;
	  margin-bottom: 0.78vw;
	}
	.hfbe_c_box4b {
	  width: 79.22vw;
	  margin-inline: auto;
	  margin-top: -3vw !important;
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 5.21vw;
	}
	.hfbe_c_box4b_1 {
	  width: 28.8vw;
	  height: 12.5vw;
	  position: relative;
	}
	.hfbe_c_box4b_1a {
	  position: relative;
	  z-index: 1;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  text-align: center;
	}
	.hfbe_c_box4b_1a_1 {
	  font-size: 2.6vw;
	  color: #cf72cf;
	  margin-bottom: 1.04vw;
	}
	.hfbe_c_box4b_1:nth-child(3) .hfbe_c_box4b_1a_1 {
	  letter-spacing: 0.12em;
	}
	.hfbe_c_box4b_1a_2 {
	  font-size: 1.15vw;
	  letter-spacing: 0.25em;
	}
	.hfbe_c_box4b_1b {
	  position: absolute;
	  left: 0;
	  top: 0;
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	.hfbe_c_box4b_1b img {
	  height: 12.5vw;
	  width: 100%;
	  transform: scale(1.06, 1.06);
	}
	.hfbe_c_bg1 {
	  background: linear-gradient(90deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	.hfbe_c_box5 {
	  width: 61.46vw;
	  margin-inline: auto;
	  margin-bottom: 4.95vw;
	  padding-top: 8vw;
	}
	.hfbe_c_box6 {
	  font-size: 1.56vw;
	  letter-spacing: 0.05em;
	  margin-bottom: 4.17vw;
	  text-align: center;
	}
	.hfbe_c_box6 sup {
	  vertical-align: sub;
	}
	.hfbe_c_box7 {
	  width: 76.04vw;
	  margin-inline: auto;
	  margin-bottom: 11.98vw;
	  position: relative;
	}
	.hfbe_c_box7a {
	  width: 40.36vw;
	  position: relative;
	  z-index: 1;
	}
	.hfbe_c_box7b {
	  width: 40.36vw;
	  position: absolute;
	  right: 0;
	  top: 3.65vw;
	}
	.hfbe_c_box7b_1 {
	  background-color: #fff;
	  padding: 2.34vw 4.17vw 3.39vw 7.81vw;
	  position: relative;
	}
	.hfbe_c_box7b::before {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  background: linear-gradient(90deg, rgba(205, 210, 228, 0.4) 0%, rgba(177, 189, 220, 0.4) 24%, rgba(204, 224, 234, 0.4) 100%);
	  filter: blur(2.8px);
	  position: absolute;
	  left: 0.5vw;
	  top: 0.5vw;
	}
	.hfbe_c_box7b_1a {
	  font-size: 1.35vw;
	  letter-spacing: -.05em;
	  text-align: right;
	  padding-right: 1vw;
	}
	.hfbe_c_box7b_1b {
	  font-size: 2.71vw;
	  letter-spacing: 0.08em;
	  line-height: 1.67;
	  margin-bottom: 1.56vw;
	}
	.hfbe_c_box7b_1c {
	  font-size: 1.56vw;
	  margin-bottom: 1.3vw;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	.hfbe_c_box7b_1c .middle_line {
	  width: 12.24vw;
	}
	.middle_line::after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 1px;
	  background-color: #000000;
	}
	.hfbe_c_box7b_1d {
	  font-size: 1.3vw;
	  letter-spacing: 0.06em;
	  line-height: 1.76;
	}
	.hfbe_c_box7b_2 {
	  font-size: 0.68vw;
	  letter-spacing: 0.06em;
	  position: absolute;
	  right: 0;
	  bottom: -1.56vw;
	}
	.hfbe_c_box8 {
	  font-size: 2.6vw;
	  /* letter-spacing: 0.1em; */
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.hfbe_c_box9 {
	  display: flex;
	  margin-bottom: 11.98vw;
	}
	.hfbe_c_box9a {
	  width: 50vw;
	}
	.hfbe_c_box9a img {
	  height: 100%;
	  -o-object-fit: cover;
		 object-fit: cover;
	}
	.hfbe_c_box9b {
	  width: 50vw;
	  padding: 5.21vw 9.38vw 5.21vw 4.17vw;
	  background: linear-gradient(-133deg, rgb(205, 210, 228) 0%, rgb(177, 189, 220) 24%, rgb(204, 224, 234) 100%);
	}
	.hfbe_c_box9b_1 {
	  font-size: 2.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.52;
	  border-bottom: 1px solid #000;
	  padding-bottom: 1.56vw;
	  margin-bottom: 2.08vw;
	}
	.hfbe_c_box9b_1 span {
	  margin-left: -1.04vw;
	  letter-spacing: 0.05em;
	}
	.hfbe_c_box9b_2 {
	  font-size: 1.3vw;
	  letter-spacing: 0.01em;
	  line-height: 1.68;
	  margin-bottom: 1.56vw;
	}
	.hfbe_c_box9b_3 {
	  font-size: 1.50vw;
	  letter-spacing: 0.04em;
	  font-weight: bold;
	}
	.hfbe_c_box10 {
	  width: 90.42vw;
	}
	#hfbe_d {
	  padding-top: 9.9vw;
	}
	.hfbe_d_box {
	  width: 73.96vw;
	  margin-inline: auto;
	}
	.hfbe_d_box1 {
	  font-size: 1.77vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 4.43vw;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	.hfbe_d_box1 span {
	  display: inline-block;
	  width: 23.96vw;
	}
	.hfbe_d_box2 {
	  position: relative;
	  overflow: hidden;
	  transition: 0.4s all;
	}
	.hfbe_d_box2.active {
	  height: auto;
	  overflow: visible;
	  transition: 0.4s all;
	  height: var(--max-height);
	}
	.hfbe_d_box2::before {
	  content: "";
	  width: 100%;
	  height: 100%;
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 60%);
	  z-index: 2;
	  transition: 0.4s all;
	}
	.hfbe_d_box2.active::before {
	  display: none;
	  transition: 0.4s all;
	}
	.hfbe_d_box2a {
	  display: flex;
	}
	.hfbe_d_box2a:not(:last-child) {
	  margin-bottom: 7.55vw;
	}
	.hfbe_d_box2a {
	  margin-bottom: 5.21vw;
	}
	.hfbe_d_box2a_1 {
	  width: 36.98vw;
	  background-color: rgba(231, 231, 231, 0.3137254902);
	}
	.hfbe_d_box2a_1a img {
	  height: auto;
	}

	.hfbe_d_box2a:nth-child(2) .hfbe_d_box2a_1b,
  .hfbe_d_box2a:nth-child(3) .hfbe_d_box2a_1b {
/*
	  width: 73.96vw;
	  position: relative;
*/
	  padding-top: .5vw;
	}

	/*
	.hfbe_d_box2a:nth-child(2) .hfbe_d_box2a_1b::after,
  .hfbe_d_box2a:nth-child(3) .hfbe_d_box2a_1b::after {
	  content: "";
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	  background-color: #fff;
	}
*/
	.hfbe_d_box2a:nth-child(1) .hfbe_d_box2a_1b {
	  padding: 1.56vw 2.6vw 1.3vw 2.08vw;
	}
	.hfbe_d_box2a_1b_bg {
	  background-color: rgba(231, 231, 231, 0.3137254902);
	  padding: 1.56vw 2.6vw 1.3vw 2.08vw;
	  position: relative;
	  z-index: 1;
	  display: flex;
	}
	.hfbe_d_box2a_2 {
	  width: calc(100% - 36.98vw);
	  padding: 2.34vw 1.04vw 1.3vw 3.13vw;
	  background: linear-gradient(90deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	
	.hfbe_d_box2a_1b_1,
	.hfbe_d_box2a_1b_2{
		padding-left: 2vw;
	}
	
	.hfbe_d_box2a_1b_1 {
	  font-size: 0.99vw;
	  margin-bottom: 0.52vw;
	}
	.hfbe_d_box2a_1b_2 {
	  font-size: 2.6vw;
	  letter-spacing: 0.13em;
	  margin-bottom: 0.52vw;
	}
	.hfbe_d_box2a_1b_2 small {
	  font-size: 0.99vw;
	  letter-spacing: 0.01em;
	}
	.hfbe_d_box2a_1b_3 {
	  font-size: 0.83vw;
	  line-height: 1.56;
	}
	.hfbe_d_box2a:nth-child(1) .hfbe_d_box2a_1b_3 span {
		margin-right: 0.5vw;
	}
	.hfbe_d_box2a_2a {
	  font-size: 1.72vw;
	  letter-spacing: 0.05em;
	  line-height: 1.55;
	  padding-bottom: 1.04vw;
	  border-bottom: 1px solid #000;
	  margin-bottom: 1.04vw;
	}
	.hfbe_d_box2a_2b {
	  font-size: 1.09vw;
	  line-height: 1.67;
	  margin-bottom: 1.56vw;
	}
	.hfbe_d_box2a_2c {
	  font-size: 0.68vw;
	  letter-spacing: 0.06em;
	  text-align: right;
	}
	.hfbe_d_box2a:nth-child(2) .hfbe_d_box2a_1b_2,
  .hfbe_d_box2a:nth-child(3) .hfbe_d_box2a_1b_2 {
	  margin-bottom: .5vw;
	}
	.hfbe_d_box2a:nth-child(2) .hfbe_d_box2a_1b_3,
  .hfbe_d_box2a:nth-child(3) .hfbe_d_box2a_1b_3 {
	  padding-left: 1.04vw;
	  border-left: 1px solid #000;
	  margin-left: 1.82vw;
	}
	.hfbe_d_box3 {
	  width: 26.04vw;
	  padding: 1.04vw 2.08vw;
	  margin-inline: auto;
	  font-size: 1.46vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  color: #fff;
	  background: linear-gradient(180deg, rgb(50, 49, 48) 14%, rgb(0, 0, 0) 72%);
	  border-radius: 5px;
	  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	  cursor: pointer;
	  position: relative;
	  bottom: 12.8vw;
	  z-index: 2;
	}
	.active + .hfbe_d_box3 {
	  bottom: 0;
	}
	.hfbe_d_box3 span:nth-child(2) {
	  position: absolute;
	  top: 50%;
	  right: 2.6vw;
	  transform: translateY(-50%);
	}
	.hfbe_d_box3 span:nth-child(2):before, .hfbe_d_box3 span:nth-child(2):after {
	  content: "";
	  display: block;
	  background-color: #fff;
	  position: absolute;
	  top: 50%;
	  width: 15px;
	  height: 2px;
	  right: 0;
	}
	.hfbe_d_box3 span:nth-child(2):after {
	  transform: rotate(90deg);
	  transition-duration: 0.3s;
	}
	.hfbe_d_box2.active + .hfbe_d_box3 span:nth-child(2):after {
	  transform: rotate(0);
	}
	#hfbe_e {
	  padding-top: 7.81vw;
	}
	.hfbe_e_box {
	  background: linear-gradient(90deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	  position: relative;
	}
	.hfbe_e_box1 {
	  position: absolute;
	  left: 16.15vw;
	  top: 8.33vw;
	}
	.hfbe_e_box1a_1 {
	  font-size: 1.15vw;
	  letter-spacing: 0.05em;
	  font-weight: bold;
	  margin-bottom: 1.04vw;
	}
	.hfbe_e_box1a_2 {
	  font-size: 2.08vw;
	  letter-spacing: 0.1em;
	  line-height: 1.58;
	  padding-bottom: 1.56vw;
	  margin-bottom: 1.82vw;
	  position: relative;
	}
	.hfbe_e_box1a_2::after {
	  content: "";
	  width: 50vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: -16.15vw;
	  bottom: 0;
	}
	.hfbe_e_box1b {
	  font-size: 1.56vw;
	  letter-spacing: 0.16em;
	  line-height: 1.77;
	}
	#hfbe_f {
	  padding-top: 7.03vw;
	}
	.hfbe_f_box1 {
	  font-size: 1.98vw;
	  letter-spacing: 0.06em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 0.78vw;
	}
	.hfbe_f_box2 {
	  font-size: 1.2vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  margin-bottom: 4.17vw;
	}
	.hfbe_f_box2 sup {
	  vertical-align: sub;
	}
	.hfbe_f_box3 {
	  width: 55.47vw;
	  margin-inline: auto;
	  display: flex;
	  justify-content: space-between;
	}
	.hfbe_f_box3a {
	  width: 16.93vw;
	}
	.hfbe_f_box3a a {
		position: relative;
		display: block;
	}
	.hfbe_f_box3a a span {
	  position: relative;
	  z-index: 2;
	  display: block;
	  font-size: 1.3vw;
	  text-align: center;
	  color: #fff;
	  padding: 1.04vw 2.08vw;
	  background: linear-gradient(180deg, rgb(50, 49, 48) 14%, rgb(0, 0, 0) 72%);
	  border-radius: 4px;
	  /* box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25); */
	  transition: all 0.2s ease;
	}
	.hfbe_f_box3a a:before {
		content: "";
		position: absolute;
		z-index: 0;
		top: 3px;
		left: 3px;
		filter: blur(1px);
		width: 100%;
		height: 100%;
		border-radius: 4px;
		background-color: #00000035;
	}
	.hfbe_f_box3a a span::after {
	  content: "";
	  display: inline-block;
	  background: #ffffff;
	  height: calc(tan(60deg) * 8px / 2);
	  width: 8px;
	  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
			  clip-path: polygon(0 0, 100% 0, 50% 100%);
	  margin-left: 0.52vw;
	}
	.hfbe_f_box3a:hover span {
		transform: translate(3px, 3px);
	}
	#hfbe_g {
	  padding-top: 6.25vw;
	}
	.hfbe_g_bg1 {
	  background: linear-gradient(0deg, rgba(205, 210, 228, 0.05) 0%, rgba(177, 189, 220, 0.35) 24%, rgba(204, 224, 234, 0.05) 100%);
	}
	.hfbe_g_box2 {
	  background-color: #fff;
	  margin-inline: 5.21vw;
	  position: relative;
	}
	.hfbe_g_box2::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(90deg, rgba(205,210,228,0.09) 0%, rgba(177,189,220,0.09) 24%, rgba(204,224,234,0.09) 100%);
	}
	.hfbe_g_box2a {
	  padding-top: 8.85vw;
	}
	.hfbe_g_box2a_1 {
	  font-size: 1.15vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 1.3vw;
	  margin-bottom: 2.34vw;
	  position: relative;
	}
	.hfbe_g_box2a_1::after {
	  content: "";
	  display: block;
	  width: 3.65vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_g_box2a_2 {
	  font-size: 1.51vw;
	  letter-spacing: 0.18em;
	  line-height: 1.72;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.hfbe_g_box2a_3 {
	  width: 52.81vw;
	  margin-inline: auto;
	  margin-bottom: 1.3vw;
	}
	.hfbe_g_box2a_4 {
	  width: 52.81vw;
	  margin-inline: auto;
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 0.52vw;
	}
	.hfbe_g_box2a_4 > div {
	  width: 14.58vw;
	  padding: 0.78vw 0;
	  font-size: 1.35vw;
	  letter-spacing: 0.12em;
	  line-height: 1.15;
	  text-align: center;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.hfbe_g_box2a_4 > div:nth-child(1) {
	  background-color: #676464;
	  color: #fff;
	}
	.hfbe_g_box2a_4 > div:nth-child(2) {
	  background-color: #f0d0cc;
	}
	.hfbe_g_box2a_4 > div:nth-child(3) {
	  background-color: #f0d0cc;
	}
	.hfbe_g_box2a_5 {
	  width: 52.81vw;
	  margin-inline: auto;
	  font-size: 0.68vw;
	  letter-spacing: 0.1em;
	  text-align: right;
	  margin-bottom: 2.6vw;
	}
	.hfbe_g_box2a_6 {
	  width: 62.14vw;
	  margin-inline: auto;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  font-size: 1.46vw;
	  letter-spacing: 0.18em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 2.86vw;
	}
	.hfbe_g_box2a_6 span {
	  display: block;
	  width: 20.83vw;
	}
	.hfbe_g_box2a_7 {
	  width: 60.31vw;
	  margin-inline: auto;
	  margin-bottom: 9.38vw;
	  font-size: 1.15vw;
	  line-height: 2;
	  text-align: center;
	}
	.hfbe_g_box2b img {
		height: auto;
	}
	.hfbe_g_box2c {
	  padding-top: 4.17vw;
	  width: 61.51vw;
	  margin-inline: auto;
	}
	.hfbe_g_box2c_1 {
	  font-size: 1.15vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 1.3vw;
	  margin-bottom: 2.34vw;
	  position: relative;
	}
	.hfbe_g_box2c_1::after {
	  content: "";
	  display: block;
	  width: 3.65vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_g_box2c_2 {
	  font-size: 2.08vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 5.21vw;
	}
	.hfbe_g_box2c_3 {
	  position: relative;
	  margin-bottom: 3.65vw;
	}
	.hfbe_g_box2c_3b {
	  width: 12.19vw;
	  position: absolute;
	  right: -5.21vw;
	  top: 0;
	}
	.hfbe_g_box2d {
	  width: 61.51vw;
	  margin-inline: auto;
	}
	.hfbe_g_box2c_4 {
	  font-size: 0.68vw;
	  letter-spacing: 0.06em;
	  line-height: 1.77;
	  margin-bottom: 5.21vw;
	}
	.hfbe_g_box2d_1 {
	  font-size: 2.08vw;
	  letter-spacing: 0.06em;
	  margin-bottom: 2.86vw;
	  text-align: center;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	.hfbe_g_box2d_1 .middle_line {
	  width: 18.23vw;
	}
	.hfbe_g_box2d_1 .middle_line:after {
	  height: 3px;
	  background: linear-gradient(-90deg, #cdd2e4 0%, #b1bddc 26%, #cce0ea 100%);
	}
	.hfbe_g_box2d_1 .middle_line:nth-child(1):after {
		background: linear-gradient(-270deg, #cdd2e4 0%, #b1bddc 26%, #cce0ea 100%);
	  }
	.hfbe_g_box2d_2 {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 1.04vw;
	}
	.hfbe_g_box2d_2a {
	  width: 24.69vw;
	  font-size: 1.25vw;
	  letter-spacing: 0.01em;
	  line-height: 1.96;
	}
	.hfbe_g_box2d_2b {
	  width: 34.38vw;
	}
	.hfbe_g_box2d_3 {
	  font-size: 0.68vw;
	  margin-bottom: 4.69vw;
	}
	.hfbe_g_box2d_4 {
	  margin-bottom: 1.04vw;
	}
	.hfbe_g_box2d_5 {
	  font-size: 0.68vw;
	  padding-left: 2.6vw;
	  padding-bottom: 9.9vw;
	}
	.hfbe_h_bg1 {
	  background: linear-gradient(0deg, rgba(205, 210, 228, 0.15) 0%, rgba(177, 189, 220, 0.15) 24%, rgba(204, 224, 234, 0.15) 100%);
	}
	.hfbe_h_box1 {
	  margin-inline: 5.21vw;
	  position: relative;
	  top: -5.21vw;
	  margin-bottom: -5.21vw;
	  padding-bottom: 8.85vw;
	}
	.hfbe_h_box1a {
	  margin-bottom: 7.03vw;
	}
	.hfbe_h_box1b_1 {
	  font-size: 1.15vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 1.3vw;
	  margin-bottom: 2.34vw;
	  position: relative;
	}
	.hfbe_h_box1b_1::after {
	  content: "";
	  display: block;
	  width: 3.65vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_h_box1b_2 {
	  font-size: 1.56vw;
	  letter-spacing: 0.05em;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.hfbe_h_box1b_3 {
	  width: 52.08vw;
	  margin-inline: auto;
	  margin-bottom: 7.29vw;
	}
	.hfbe_h_box1b_3 img {
		height: auto;
	}
	.hfbe_h_box1c {
	  position: relative;
	  width: 61.46vw;
	  margin-inline: auto;
	  margin-bottom: 3.13vw;
	}
	.hfbe_h_box1c_1 {
	  font-size: 1.2vw;
	  letter-spacing: 0.06em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 3.39vw;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	.hfbe_h_box1c_1 .middle_line {
	  display: block;
	  width: 18.85vw;
	}
	.hfbe_h_box1c_1 .middle_line:after {
	  height: 3px;
	  background: linear-gradient(-90deg,#cdd2e4 0%,#b1bddc 26%,#cce0ea 100%);
	}
	.hfbe_h_box1c_1 .middle_line:nth-child(1):after {
		background: linear-gradient(-270deg,#cdd2e4 0%,#b1bddc 26%,#cce0ea 100%);
	}
	.hfbe_h_box1c_2 {
	  width: 39.06vw;
	  font-size: 1.2vw;
	  letter-spacing: 0.01em;
	  line-height: 1.87;
	}
	.hfbe_h_box1c_2 span {
	  text-decoration: underline;
	}
	.hfbe_h_box1c_2 sup {
	  font-size: 0.68vw;
	}
	.hfbe_h_box1c_2 small {
	  font-size: 0.68vw;
	}
	.hfbe_h_box1c_3 {
	  width: 19.64vw;
	  position: absolute;
	  right: 3.65vw;
	  top: -2.6vw;
	}
	.hfbe_h_box1d {
	  width: 61.46vw;
	  margin-inline: auto;
	  margin-bottom: 4.17vw;
	}
	.hfbe_h_box1e {
	  width: 61.46vw;
	  margin-inline: auto;
	}
	.hfbe_h_box1e_1 {
	  font-size: 1.56vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 1.04vw;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	.hfbe_h_box1e_1 .middle_line {
	  display: block;
	  width: 22.14vw;
	}
	.hfbe_h_box1e_1 .middle_line:after {
	  height: 3px;
	  background: linear-gradient(-90deg,#cdd2e4 0%,#b1bddc 26%,#cce0ea 100%);
	}
	.hfbe_h_box1e_1 .middle_line:nth-child(1):after {
		background: linear-gradient(-270deg,#cdd2e4 0%,#b1bddc 26%,#cce0ea 100%);
	}
	.hfbe_h_box1e_2 {
	  display: flex;
	  justify-content: space-between;
	}
	.hfbe_h_box1e_2a {
	  width: 35.73vw;
	  font-size: 1.2vw;
	  line-height: 2.04;
	}
	.hfbe_h_box1e_2b {
	  width: 22.4vw;
	}
	.hfbe_h_bg2 {
	  background-color: #fff;
	  margin-bottom: -11.98vw;
	}
	.hfbe_h_box2 {
	  padding-top: 7.29vw;
	  width: 71.88vw;
	  margin-inline: auto;
	}
	.hfbe_h_box2a {
	  font-size: 1.15vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 1.3vw;
	  margin-bottom: 2.34vw;
	  position: relative;
	}
	.hfbe_h_box2a::after {
	  content: "";
	  display: block;
	  width: 3.65vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_h_box2b {
	  margin-bottom: 8.85vw;
	}
	.hfbe_h_box2b_1 {
	  font-size: 1.56vw;
	  letter-spacing: 0.04em;
	  text-align: center;
	  margin-bottom: 2.86vw;
	}
	.hfbe_h_box2b_2 {
	  margin-bottom: 2.6vw;
	}
	.hfbe_h_box2b_3 {
	  font-size: 0.68vw;
	  letter-spacing: 0.06em;
	  line-height: 1.62;
	}
	.hfbe_h_box2c_1 {
	  font-size: 1.56vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	}
	.hfbe_h_box2c_2 {
	  margin-bottom: 3.65vw;
	}
	.hfbe_h_box2c_3 {
	  font-size: 0.68vw;
	  letter-spacing: 0.06em;
	  line-height: 1.62;
	  margin-bottom: 11.46vw;
	}
	.hfbe_h_box2d_1 {
	  font-size: 1.56vw;
	  letter-spacing: 0.04em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.hfbe_i_box {
	  background: linear-gradient(0deg, rgba(205, 210, 228, 0.15) 0%, rgba(177, 189, 220, 0.15) 24%, rgba(204, 224, 234, 0.15) 100%);
	  padding-top: 25vw;
	  padding-bottom: 3.65vw;
	}
	.hfbe_i_box1 {
	  margin-bottom: 5.21vw;
	}
	.hfbe_i_box2 {
	  font-size: 1.15vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 1.3vw;
	  margin-bottom: 2.34vw;
	  position: relative;
	}
	.hfbe_i_box2::after {
	  content: "";
	  display: block;
	  width: 3.65vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_i_box3 {
	  display: flex;
	  justify-content: space-between;
	  width: 71.88vw;
	  margin-inline: auto;
	  margin-bottom: 4.17vw;
	}
	.hfbe_i_box3a_1 {
	  font-size: 2.24vw;
	  letter-spacing: 0.16em;
	  line-height: 1.3;
	  margin-bottom: 1.04vw;
	}
	.hfbe_i_box3a_1 span {
	  font-weight: bold;
	  font-size: 3.39vw;
	}
	.hfbe_i_box3a_1 ruby span {
	  font-size: 2.24vw;
	}
	.hfbe_i_box3a_1 ruby rt {
	  font-size: 0.68vw;
	  letter-spacing: -1.7em;
	}
	.hfbe_i_box3a {
	  width: 37.4vw;
	  padding-top: 1.04vw;
	}
	.hfbe_i_box3b {
	  width: 28.7vw;
	}
	.hfbe_i_box3a_2 {
	  font-size: 1.25vw;
	  letter-spacing: 0.01em;
	  line-height: 1.88;
	  margin-bottom: 2.34vw;
	}
	.hfbe_i_box3a_3 {
	  font-size: 0.68vw;
	  letter-spacing: 0.1em;
	  line-height: 1.92;
	}
	.hfbe_i_box4 {
	  width: 71.88vw;
	  margin-inline: auto;
	}
	#hfbe_j {
	  padding-top: 7.81vw;
	}
	.hfbe_j_box1 {
	  font-size: 1.46vw;
	  letter-spacing: 0.08em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 4.17vw;
	}
	.hfbe_j_box2 {
	  display: flex;
	  justify-content: space-between;
	  width: 84.38vw;
	  margin-inline: auto;
	}
	.hfbe_j_box2a {
	  width: 27.81vw;
	}
	.hfbe_j_box2a_bg {
	  padding: 3.39vw 2.6vw 2.34vw;
	  background: linear-gradient(90deg, rgba(203, 208, 227, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	.hfbe_j_box2a_1 {
	  font-size: 2.08vw;
	  letter-spacing: 0.03em;
	  text-align: center;
	  margin-bottom: 1.3vw;
	}
	.hfbe_j_box2a_1 span {
	  text-decoration: underline;
	}
	.hfbe_j_box2a_2 {
	  margin-bottom: 1.04vw;
	}
	.hfbe_j_box2a_3 {
	  font-size: 1.46vw;
	  letter-spacing: 0.02em;
	  cursor: pointer;
	  position: relative;
	}
	.hfbe_j_box2a_3 span:last-child {
	  font-size: 3.13vw;
	  line-height: 0.5;
	}
	.hfbe_j_box2a_3::before, .hfbe_j_box2a_3::after {
	  content: "";
	  display: block;
	  background-color: #000000;
	  position: absolute;
	  top: 50%;
	  width: 15px;
	  height: 2px;
	  right: 0;
	}
	.hfbe_j_box2a_3::after {
	  transform: rotate(90deg);
	  transition-duration: 0.3s;
	}
	.active .hfbe_j_box2a_3::after {
	  transform: rotate(0);
	}
	.hfbe_j_box2a_4 {
	  height: 0;
	  overflow: hidden;
	  transition: 0.5s;
	}
	.hfbe_j_box2a_4 img {
	  height: auto;
	}
	#hfbe_k {
	  padding-top: 14.06vw;
	}
	.hfbe_k_box1 {
	  font-size: 1.46vw;
	  letter-spacing: 0.08em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 4.17vw;
	}
	.hfbe_k_box2.splide__list {
	  display: flex !important;
	  justify-content: space-between !important;
	  width: 84.38vw !important;
	  margin-left: auto !important;
	  margin-right: auto !important;
	  margin-bottom: 11.98vw !important;
	}
	.hfbe_k_box2a.splide__slide {
	  width: 27.81vw !important;
	}
	.hfbe_k_box2a_1 {
	  margin-bottom: 1.82vw;
	}
	.hfbe_k_box2a_2 {
	  font-size: 1.35vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  font-weight: bold;
	  padding-bottom: 1.82vw;
	  border-bottom: 1px solid #000;
	  margin-bottom: 1.56vw;
	}
	.hfbe_k_box2a_3 {
	  font-size: 1.2vw;
	  letter-spacing: 0.04em;
	  line-height: 1.65;
	  padding: 0 0.52vw;
	}
	.hfbe_k_box2a_4 {
	  padding-top: 1.56vw;
	  font-size: 0.68vw;
	  letter-spacing: 0.1em;
	}
	.hfbe_k_box3 {
	  width: 84.38vw;
	  margin-inline: auto;
	}
	.hfbe_k_box3a {
	  margin-bottom: 0.42vw;
	}
	.hfbe_k_box3b {
	  display: flex;
	  justify-content: space-between;
	}
	.hfbe_k_box3b_1 {
	  width: 27.81vw;
	}
	.hfbe_k_box3b_1a {
	  margin-bottom: 1.3vw;
	}
	.hfbe_k_box3b_1b {
	  padding: 0 0.78vw;
	  font-size: 1.56vw;
	  letter-spacing: 0.04em;
	  font-weight: bold;
	  margin-bottom: 0.78vw;
	  display: flex;
	  align-items: center;
	}
	.hfbe_k_box3b_1c {
	  padding: 0 0.78vw;
	  font-size: 1.2vw;
	  letter-spacing: 0.06em;
	  line-height: 1.65;
	}
	#hfbe_l {
	  padding-top: 13.02vw;
	}
	.hfbe_k_box3b_1b .middle_line {
	  width: 4.17vw;
	  margin-left: 0.78vw;
	}
	.hfbe_l_box1 {
	  display: flex;
	}
	.hfbe_l_box1a {
	  width: 49.48vw;
	}
	.hfbe_l_box1b {
	  width: 50.52vw;
	  padding-left: 4.43vw;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  background: linear-gradient(90deg, rgba(203, 208, 227, 0.15) 0%, rgba(177, 189, 220, 0.15) 24%, rgba(204, 224, 234, 0.15) 100%);
	}
	.hfbe_l_box1b {
	  font-size: 1.3vw;
	  letter-spacing: 0.05em;
	  line-height: 1.68;
	}
	.hfbe_l_box1b_1:not(:last-child) {
	  margin-bottom: 1.56vw;
	}
	#hfbe_m {
	  padding-top: 9.9vw;
	  padding-bottom: 5.21vw;
	}
	.hfbe_m_box1 {
	  font-size: 1.15vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 1.3vw;
	  margin-bottom: 2.34vw;
	  position: relative;
	}
	.hfbe_m_box1::after {
	  content: "";
	  display: block;
	  width: 3.65vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_m_box {
	  width: 72.92vw;
	  margin-inline: auto;
	}
	.hfbe_m_box2 {
	  margin-bottom: 2.08vw;
	}
	.hfbe_m_box3 {
	  padding-left: 3.65vw;
	  padding-right: 3.65vw;
	  margin-bottom: 2.6vw;
	  display: flex;
	  justify-content: space-between;
	  font-size: 1.41vw;
	  letter-spacing: 0.04em;
	  line-height: 1.81;
	}
	.hfbe_m_box4 {
	  padding-left: 3.65vw;
	  padding-right: 3.65vw;
	  font-size: 0.68vw;
	  letter-spacing: 0.08em;
	}
}

@media screen and (max-width: 767px) {
	#hfbe_c {
	  padding-top: 13.33vw;
	}
	.hfbe_c_box1 {
	  font-size: 3.87vw;
	  letter-spacing: 0.07em;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.hfbe_c_box2 {
	  font-size: 6.67vw;
	  line-height: 1.72;
	  text-align: center;
	  margin-bottom: 8vw;
	}
	.hfbe_c_box2 sup {
	  font-size: 2vw;
	  vertical-align: text-top;
	}
	.hfbe_c_box3 {
	  text-align: right;
	  font-size: 1.73vw;
	  letter-spacing: 0.12em;
	  padding-right: 2vw;
	  margin-bottom: 2vw;
	}
	.hfbe_c_box4b {
	  display: flex;
	  justify-content: space-between;
	  width: 88vw;
	  margin-inline: auto;
	  /* margin-left: 8vw; */
	  margin-top: -2.67vw !important;
	  margin-bottom: 12vw;
	}
	.hfbe_c_box4b_1 {
	  width: 28.13vw;
	  height: 16.13vw;
	  position: relative;
	}
	.hfbe_c_box4b_1a {
	  width: 26.67vw;
	  /* margin-left: -2vw; */
	  position: relative;
	  z-index: 1;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  text-align: center;
	}
	.hfbe_c_box4b_1b {
	  position: absolute;
	  left: 0;
	  top: 0;
	  display: block;
	  width: 100%;
	  height: 100%;
	}
	.hfbe_c_box4b_1b img {
	  height: 16.13vw;
	  width: 100%;
	  /* transform: scale(1.55, 1.55); */
	}
	.hfbe_c_box4b_1a_1 {
	  font-size: 3.2vw;
	  color: #d072d0;
	  margin-bottom: 0.67vw;
	}
	.hfbe_c_box4b_1a_2 {
	  font-size: 2.13vw;
	  letter-spacing: 0.17em;
	  line-height: 1.38;
	}
	.hfbe_c_bg1 {
	  background: linear-gradient(90deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	.hfbe_c_box5 {
	  width: 94vw;
	  padding-top: 2vw;
	  margin-bottom: 8vw;
	}
	.hfbe_c_box6 {
	  font-size: 4.4vw;
	  letter-spacing: 0.08em;
	  line-height: 1.76;
	  text-align: center;
	  margin-bottom: 8vw;
	}
	.hfbe_c_box6 span:nth-child(1) {
		letter-spacing: .17em;
	}
	.hfbe_c_box6 span:nth-child(2) {
		letter-spacing: .04em;
	}
	.hfbe_c_box6 sup {
	  vertical-align: text-top;
	}
	.hfbe_c_box7b {
	  width: 86.67vw;
	  background: linear-gradient(90deg, rgba(205, 210, 228, 0.4) 0%, rgba(177, 189, 220, 0.4) 24%, rgba(204, 224, 234, 0.4) 100%);
	  margin-inline: auto;
	  margin-bottom: 18.67vw;
	  padding: 8vw 7.33vw 6vw;
	  position: relative;
	  top: 1vw;
	}
	.hfbe_c_box7b:before {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  background-color: #fff;
	  position: absolute;
	  left: -1vw;
	  top: -1vw;
	}
	.hfbe_c_box7b_1 {
	  position: relative;
	  z-index: 1;
	}
	.hfbe_c_box7b_2 {
	  position: relative;
	  z-index: 1;
	}
	.middle_line:after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 1px;
	  background-color: #000;
	}
	.hfbe_c_box7b_1c {
	  font-size: 4.67vw;
	  margin-bottom: 2.67vw;
	  display: flex;
	  /* justify-content: space-between; */
	  align-items: center;
	}
	.hfbe_c_box7b_1c .middle_line {
	  display: block;
	  width: 21vw;
	  margin-left: 2vw;
	}
	.hfbe_c_box7b_1d {
	  font-size: 3.73vw;
	  letter-spacing: 0.01em;
	  line-height: 1.64;
	  margin-bottom: 5.33vw;
	}
	.hfbe_c_box7b_1d sup {
	  position: relative;
	  margin-left: -2vw;
	}
	.hfbe_c_box7b_2 {
	  font-size: 1.73vw;
	  letter-spacing: 0.12em;
	}
	.text_line {
	  background-image: linear-gradient(90deg, rgba(205, 210, 228, 0.4) 0%, rgba(177, 189, 220, 0.4) 24%, rgba(204, 224, 234, 0.4) 100%);
	  background-repeat: no-repeat;
	  background-position: bottom;
	  background-size: 100% 25%;
	}
	.hfbe_c_box8 {
	  font-size: 6.67vw;
	  line-height: 1.48;
	  text-align: center;
	  margin-bottom: 8.67vw;
	  letter-spacing: 0.12em;
	}
	.hfbe_c_box8 span:nth-child(2) {
		font-size: 6vw;
		letter-spacing: 0.05em;
	}
	.hfbe_c_box9a img {
		height: auto;
	}
	.hfbe_c_box9b {
	  padding: 10vw 8vw;
	  background: linear-gradient(-133deg, rgb(206, 211, 229) 0%, rgb(178, 190, 221) 24%, rgb(205, 225, 235) 100%);
	}
	.hfbe_c_box9b_1 {
	  font-size: 6.13vw;
	  letter-spacing: 0.05em;
	  line-height: 1.43;
	  padding-bottom: 4vw;
	  border-bottom: 1px solid #000;
	  margin-bottom: 2.67vw;
	}
	.hfbe_c_box9b_1 span {
	  margin-left: -4vw;
	}
	.hfbe_c_box9b_2 {
	  font-size: 3.2vw;
	  line-height: 1.92;
	  margin-bottom: 6vw;
	}
	.hfbe_c_box9b_3 {
	  font-size: 3.73vw;
	  letter-spacing: 0.01em;
	  font-weight: bold;
	}
	#hfbe_d {
	  padding-top: 19.33vw;
	}
	.hfbe_d_box1 {
	  margin-left: 5.33vw;
	  margin-right: 5.33vw;
	  margin-bottom: 6.67vw;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  font-size: 3.07vw;
	  letter-spacing: 0.12em;
	}
	.hfbe_d_box1 .middle_line {
	  width: 20vw;
	}
	.hfbe_d_box2 {
	  position: relative;
	  overflow: hidden;
	  transition: 0.4s all;
	}
	.hfbe_d_box2.active {
	  height: auto;
	  overflow: visible;
	  transition: 0.4s all;
	  height: var(--max-height);
	}
/*
	.hfbe_d_box2::before {
	  content: "";
	  width: 100%;
	  height: 100%;
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: linear-gradient(0deg, rgba(255, 255, 255, 1.00) 0%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30%);
	  z-index: 2;
	  transition: 0.4s all;
	}
*/
	.hfbe_d_box2.active::before {
	  display: none;
	  transition: 0.4s all;
	}
	.hfbe_d_box2a_1 {
	  display: flex;
	}
	.hfbe_d_box2a_1a {
	  width: 53.33vw;
	}
	.hfbe_d_box2a_1a img {
	  height: 100%;
	  -o-object-fit: cover;
		 object-fit: cover;
	}
	.hfbe_d_box2a_1b {
	  width: 46.67vw;
	}
	.hfbe_d_box2a_1b {
	  width: calc(100% - 53.33vw);
	  padding: 4vw 3.33vw;
	  background: linear-gradient(90deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	.hfbe_d_box2a_1b_1 {
	  font-size: 2vw;
	  letter-spacing: 0.09em;
	  line-height: 1.3;
	  margin-bottom: 2vw;
	}
	.hfbe_d_box2a_1b_2 {
	  margin-bottom: 3.33vw;
	}
	.hfbe_d_box2a_1b_2 span {
	  display: block;
	  font-size: 5.33vw;
	  letter-spacing: 0.15em;
	  margin-bottom: 1.33vw;
	}
	.hfbe_d_box2a_1b_2 small {
	  font-size: 2vw;
	  letter-spacing: 0.05em;
	  line-height: 1.53;
	}
	.hfbe_d_box2a_1b_3 {
	  font-size: 2vw;
	  letter-spacing: -0.02em;
	  line-height: 1.67;
	}
	.hfbe_d_box2a_1b_3 span {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  font-size: 2.13vw;
	  letter-spacing: 0.08em;
	}
	.hfbe_d_box2a_1b_3 .middle_line {
	  width: 26.13vw;
	}
	.hfbe_d_box2a_2 {
	  padding: 6.67vw 8.67vw 13.33vw;
	}
	.hfbe_d_box2a_2a {
	  font-size: 4.8vw;
	  letter-spacing: 0.07em;
	  line-height: 1.58;
	  padding-bottom: 4vw;
	  border-bottom: 1px solid #000;
	  margin-bottom: 4vw;
	}
	.hfbe_d_box2a_2b {
	  font-size: 3.2vw;
	  letter-spacing: 0.01em;
	  line-height: 1.88;
	  margin-bottom: 4vw;
	}
	.hfbe_d_box2a_2c {
	  font-size: 1.73vw;
	  letter-spacing: 0.06em;
	}
	.hfbe_d_box2a:nth-child(2) .hfbe_d_box2a_1 {
	  flex-direction: row-reverse;
	}
	.hfbe_d_box3 {
	  width: 66.67vw;
	  padding: 2.67vw 7.33vw;
	  margin-inline: auto;
	  font-size: 3.73vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  color: #fff;
	  background: linear-gradient(180deg, #323130 14%, #000 72%);
	  border-radius: 5px;
	  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
	  cursor: pointer;
	  z-index: 2;
	  bottom: 19vw;
	  position: absolute;
	  left: 0;
	  right: 0;
	}
	.active + .hfbe_d_box3 {
	  bottom: 0;
	}
	.hfbe_d_box3 span:nth-child(2) {
	  position: absolute;
	  top: 50%;
	  right: 8vw;
	  transform: translateY(-50%);
	}
	.hfbe_d_box3 span:nth-child(2):before, .hfbe_d_box3 span:nth-child(2):after {
	  content: "";
	  display: block;
	  background-color: #fff;
	  position: absolute;
	  top: 50%;
	  width: 15px;
	  height: 2px;
	  right: 0;
	}
	.hfbe_d_box3 span:nth-child(2):after {
	  transform: rotate(90deg);
	  transition-duration: 0.3s;
	}
	.hfbe_d_box2.active + .hfbe_d_box3 span:nth-child(2):after {
	  transform: rotate(0);
	}
	#hfbe_e {
	  padding-top: 13.33vw;
	}
	.hfbe_e_box {
	  background: linear-gradient(90deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	  position: relative;
	}
	.hfbe_e_box1 {
	  position: absolute;
	  letter-spacing: 0;
	  top: 10vw;
	  left: 6vw;
	}
	.hfbe_e_box1a_1 {
	  font-size: 2.67vw;
	  letter-spacing: 0.05em;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.hfbe_e_box1a_2 {
	  font-size: 5.07vw;
	  letter-spacing: 0.1em;
	  line-height: 1.55;
	  padding-bottom: 2.67vw;
	  margin-bottom: 4vw;
	  position: relative;
	}
	.hfbe_e_box1a_2:after {
	  content: "";
	  width: 86.67vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: -6vw;
	  bottom: 0;
	}
	.hfbe_e_box1b {
	  font-size: 3.33vw;
	  letter-spacing: 0.02em;
	  line-height: 1.72;
	}
	#hfbe_f {
	  padding-top: 13.33vw;
	}
	.hfbe_f_box1 {
	  font-size: 4vw;
	  letter-spacing: 0.06em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 2vw;
	}
	.hfbe_f_box2 {
	  font-size: 2.67vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.hfbe_f_box3 {
	  width: 90.67vw;
	  margin-inline: auto;
	  display: flex;
	  justify-content: space-between;
	}
	.hfbe_f_box3a {
	  width: 28.67vw;
	}
	.hfbe_f_box3a a {
		position: relative;
	}
	.hfbe_f_box3a a span {
		position: relative;
		z-index: 2;
	  display: block;
	  font-size: 2.67vw;
	  text-align: center;
	  color: #fff;
	  padding: 2vw 2vw;
	  background: linear-gradient(180deg, #323130 14%, #000 72%);
	  border-radius: 4px;
	  /* box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25); */
	}
	.hfbe_f_box3a a:before {
		content: "";
		position: absolute;
		z-index: 0;
		top: 3px;
		left: 3px;
		filter: blur(1px);
		width: 100%;
		height: 100%;
		border-radius: 4px;
		background-color: #00000035;
	}
	.hfbe_f_box3a a span:after {
	  content: "";
	  display: inline-block;
	  background: #fff;
	  height: calc(tan(60deg) * 8px / 2);
	  width: 8px;
	  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	  clip-path: polygon(0 0, 100% 0, 50% 100%);
	  margin-left: 0.52vw;
	}
	.hfbe_f_box3a:hover span {
		transform: translate(3px, 3px);
	}
	#hfbe_g {
	  padding-top: 12vw;
	}
	.hfbe_g_box2a {
	  padding-top: 8.67vw;
	  padding-bottom: 13.33vw;
	  background-color: #fff;
	  margin-inline: 6.67vw;
	}
	.hfbe_g_box2b img {
		height: auto;
	}
	.hfbe_g_box2a_1 {
	  font-size: 2.93vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 2.67vw;
	  margin-bottom: 4.67vw;
	  position: relative;
	}
	.hfbe_g_box2a_1:after {
	  content: "";
	  display: block;
	  width: 7.47vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_g_box2a_2 {
	  font-size: 3.47vw;
	  letter-spacing: 0.16em;
	  line-height: 1.73;
	  margin-bottom: 6vw;
	}
	.hfbe_g_box2a_3 {
	  margin-bottom: 1.33vw;
	}
	.hfbe_g_box2a_4 {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 2.67vw;
	}
	.hfbe_g_box2a_4 > div {
	  width: 25.2vw;
	  padding: 1.33vw 0;
	  font-size: 2.4vw;
	  letter-spacing: 0.06em;
	  line-height: 1.11;
	  text-align: center;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.hfbe_g_box2a_4a {
	  background-color: #676464;
	  color: #fff;
	}
	.hfbe_g_box2a_4b {
	  background-color: #f1d1cd;
	  color: #001d4f;
	}
	.hfbe_g_box2a_4c {
	  background-color: #f1d1cd;
	  color: #001d4f;
	}
	.hfbe_g_box2a_5 {
	  font-size: 1.73vw;
	  letter-spacing: 0.1em;
	  text-align: right;
	  margin-bottom: 5.33vw;
	}
	.hfbe_g_box2a_6 {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  font-size: 3.2vw;
	  letter-spacing: 0.09em;
	  font-weight: bold;
	  margin-bottom: 5.33vw;
	}
	.hfbe_g_box2a_6 .middle_line {
	  width: 26.67vw;
	}
	.hfbe_g_box2a_7 {
	  font-size: 2.600vw;
	  /* letter-spacing: 0.01em; */
	  line-height: 2.15;
	}
	.hfbe_g_bg2 {
	  background: linear-gradient(0deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	  padding-left: 5.87vw;
	  padding-right: 5.87vw;
	}
	.hfbe_g_box2c {
	  background-color: #fff;
	  margin-bottom: 10vw;
	}
	.hfbe_g_box2c_3a {
	  margin-left: calc(-50vw + 50%);
	  margin-right: calc(-50vw + 50%);
	}
	.hfbe_g_box2c_2 {
	  font-size: 4.67vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding: 6.67vw 0;
	}
	.hfbe_g_box2c_4 {
	  padding: 4vw 4vw 12vw;
	  font-size: 1.73vw;
	  letter-spacing: 0.04em;
	  line-height: 1.69;
	}
	.hfbe_g_box2d_4 {
	  margin-left: calc(-50vw + 50%);
	  margin-right: calc(-50vw + 50%);
	}
	.hfbe_g_box2d_1 {
	  font-size: 4vw;
	  letter-spacing: 0.16em;
	  text-align: center;
	  margin-bottom: 4.67vw;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	.hfbe_g_box2d_1 .middle_line {
	  display: block;
	  width: 16.67vw;
	}
	.hfbe_g_box2d_1 .middle_line:after {
	  height: 4px;
	  background: linear-gradient(0deg, #ced3e5 0%, #b2bedd 24%, #cde1eb 100%);
	}
	.hfbe_g_box2d_1 .middle_line:nth-child(2)::after {
		background: linear-gradient(270deg, #ced3e5 0%, #b2bedd 24%, #cde1eb 100%);
	  }
	.hfbe_g_box2d_2a {
	  font-size: 2.67vw;
	  letter-spacing: 0.08em;
	  line-height: 1.9;
	  margin-bottom: 2.67vw;
	}
	.hfbe_g_box2d_2b {
	  margin-bottom: 3.33vw;
	}
	.hfbe_g_box2d_3 {
	  font-size: 1.73vw;
	  letter-spacing: 0.04em;
	  margin-bottom: 6vw;
	}
	.hfbe_g_box2d_6 {
	  background-color: #fff;
	  padding: 5.33vw 0 4vw;
	  font-size: 4.53vw;
	  line-height: 1.62;
	  text-align: center;
	}
	.hfbe_g_box2d_5 {
	  padding-top: 2.67vw;
	  padding-bottom: 21.33vw;
	  font-size: 1.6vw;
	}
	.hfbe_h_bg1 {
	  background: linear-gradient(0deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	.hfbe_h_bg2 {
	  background: linear-gradient(0deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	.hfbe_h_box1 {
	  margin-left: 5.73vw;
	  margin-right: 5.73vw;
	  background-color: #fff;
	}
	.hfbe_h_box1a {
	  margin-left: calc(-50vw + 50%);
	  margin-right: calc(-50vw + 50%);
	}
	.hfbe_h_box1b {
	  padding-top: 10vw;
	}
	.hfbe_h_box1b_1 {
	  font-size: 2.93vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 2.67vw;
	  margin-bottom: 4.67vw;
	  position: relative;
	}
	.hfbe_h_box1b_1:after {
	  content: "";
	  display: block;
	  width: 7.47vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_h_box1b_2 {
	  font-size: 4vw;
	  letter-spacing: 0.08em;
	  line-height: 1.83;
	  text-align: center;
	  margin-bottom: 6.67vw;
	}
	.hfbe_h_box1b_3 {
	  margin-left: calc(-50vw + 50%);
	  margin-right: calc(-50vw + 50%);
	}
	.hfbe_h_box1b_3 img {
		height: auto;
	}
	.hfbe_h_box1c_1 {
	  font-size: 2.67vw;
	  letter-spacing: 0.06em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 5.33vw;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	.hfbe_h_box1c_1 .middle_line {
	  display: block;
	  width: 12.67vw;
	}
	.hfbe_h_box1c_1 .middle_line:after {
	  height: 4px;
	  background: linear-gradient(0deg, #ced3e5 0%, #b2bedd 26%, #cde1eb 100%);
	}
	.hfbe_h_box1c_1 .middle_line:nth-child(2):after {
		background: linear-gradient(270deg, #ced3e5 0%, #b2bedd 26%, #cde1eb 100%);
	}
	.hfbe_h_box1c {
	  padding: 10.67vw 6.67vw 8.67vw;
	}
	.hfbe_h_box1c_2 {
	  font-size: 3.2vw;
	  letter-spacing: 0.04em;
	  line-height: 1.88;
	}
	.hfbe_h_box1c_2 span {
		text-decoration: underline;
	}
	.hfbe_h_box1c_2 sup {
	  font-size: 1.6vw;
	  vertical-align: super;
	}
	.hfbe_h_box1c_2 small {
	  font-size: 1.73vw;
	  letter-spacing: 0.12em;
	}
	.hfbe_h_box1c_3 {
	  margin-right: calc(-35vw + 35%);
	}
	.hfbe_h_box1e_1 {
	  padding: 5.33vw 4vw 0;
	  margin-bottom: 3.33vw;
	}
	.hfbe_h_box1e_2a {
	  padding: 0 4vw 0;
	  font-size: 2.53vw;
	  line-height: 2.25;
	  margin-bottom: 6.67vw;
	}
	.hfbe_h_box1e_1 {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  font-size: 3.2vw;
	  letter-spacing: 0.09em;
	  font-weight: bold;
	  margin-bottom: 5.33vw;
	}
	.hfbe_h_box1e_1 .middle_line {
	  width: 22.67vw;
	}
	.hfbe_h_box2 {
	  padding-top: 13.33vw;
	}
	.hfbe_h_box2a {
	  font-size: 2.93vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 2.67vw;
	  margin-bottom: 4.67vw;
	  position: relative;
	}
	.hfbe_h_box2a:after {
	  content: "";
	  display: block;
	  width: 7.47vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_h_box2b_1 {
	  font-size: 4vw;
	  letter-spacing: 0.08em;
	  line-height: 1.67;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.hfbe_h_box2b_2 {
	  margin-left: 5.33vw;
	  margin-right: 5.33vw;
	  margin-bottom: 5.33vw;
	}
	.hfbe_h_box2b_3 {
	  margin-left: 5.33vw;
	  margin-right: 5.33vw;
	  font-size: 1.73vw;
	  letter-spacing: 0.06em;
	  line-height: 1.77;
	  margin-bottom: 9.33vw;
	}
	.hfbe_h_box2c {
	  margin-left: 5.33vw;
	  margin-right: 5.33vw;
	  background-color: #fff;
	  padding: 8vw 2.67vw 4vw;
	}
	.hfbe_h_box2c_1 {
	  font-size: 4vw;
	  letter-spacing: 0.08em;
	  line-height: 1.67;
	  text-align: center;
	}
	.hfbe_h_box2c_2 {
	  margin-bottom: 5.33vw;
	}
	.hfbe_h_box2c_3 {
	  font-size: 1.73vw;
	  letter-spacing: 0.06em;
	  line-height: 1.77;
	}
	.hfbe_h_box2d_2 {
	  padding-top: 6.67vw;
	  background-color: #fff;
	}
	.hfbe_i_box {
	  margin-left: 5.33vw;
	  margin-right: 5.33vw;
	}
	#hfbe_i {
	  background: linear-gradient(0deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	.hfbe_i_box {
	  background-color: #fff;
	}
	.hfbe_i_box1 {
	  margin-left: calc(-50vw + 50%);
	  margin-right: calc(-50vw + 50%);
	}
	.hfbe_i_box4 {
	  margin-left: calc(-50vw + 50%);
	  margin-right: calc(-50vw + 50%);
	}
	.hfbe_i_box2 {
	  padding-top: 6.67vw;
	}
	.hfbe_i_box2 {
	  font-size: 2.93vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 2.67vw;
	  margin-bottom: 4.67vw;
	  position: relative;
	}
	.hfbe_i_box2:after {
	  content: "";
	  display: block;
	  width: 7.47vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_i_box3a_1 {
	  font-size: 5.07vw;
	  letter-spacing: 0.16em;
	  line-height: 1.2;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.hfbe_i_box3a_1 span {
	  font-size: 8.67vw;
	  letter-spacing: 0.1em;
	}
	.hfbe_i_box3a_1 ruby span {
	  font-size: 5.73vw;
	}
	.hfbe_i_box3a_1 ruby rt {
	  font-size: 1.73vw;
	  letter-spacing: -1.5em;
	}
	.hfbe_i_box3a_2 {
	  padding-left: 6.67vw;
	  padding-right: 6.67vw;
	  padding-top: 4.67vw;
	  font-size: 3.2vw;
	  letter-spacing: 0.02em;
	  line-height: 1.71;
	  margin-bottom: 2vw;
	}
	.hfbe_i_box3a_3 {
	  padding-left: 6.67vw;
	  padding-right: 6.67vw;
	  font-size: 1.73vw;
	  letter-spacing: 0.12em;
	  line-height: 1.92;
	  margin-bottom: 8.67vw;
	}
	.hfbe_i_box3a_4 {
	  padding-left: 6.67vw;
	  padding-right: 6.67vw;
	  font-size: 2.93vw;
	  letter-spacing: 0.06em;
	  font-weight: bold;
	  text-align: center;
	  color: rgba(129, 145, 187, 0.2039215686);
	  margin-bottom: 2.67vw;
	}
	.hfbe_i_box3a_5 {
	  padding-left: 6.67vw;
	  padding-right: 6.67vw;
	  font-size: 2.93vw;
	  letter-spacing: 0.02em;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	#hfbe_j {
	  padding-top: 13.33vw;
	}
	.hfbe_j_box1 {
	  font-size: 3.73vw;
	  letter-spacing: 0.08em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 6vw;
	}
	.hfbe_j_box2a:not(:last-child) {
	  margin-bottom: 3.33vw;
	}
	.hfbe_j_box2a_bg {
	  padding: 8vw 8vw 6.67vw;
	  background: linear-gradient(90deg, rgba(203, 208, 227, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	}
	.hfbe_j_box2a_1 {
	  font-size: 5.33vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.hfbe_j_box2a_1 span {
	  text-decoration: underline;
	}
	.hfbe_j_box2a_2 {
	  margin-bottom: 2.67vw;
	}
	.hfbe_j_box2a_3 {
	  font-size: 5.33vw;
	  letter-spacing: 0.06em;
	  cursor: pointer;
	  position: relative;
	}
	.hfbe_j_box2a_3 span:last-child {
	  font-size: 10.67vw;
	  line-height: 0.5;
	}
	.hfbe_j_box2a_3::before, .hfbe_j_box2a_3::after {
	  content: "";
	  display: block;
	  background-color: #000000;
	  position: absolute;
	  top: 50%;
	  width: 4.67vw;
	  height: 2px;
	  right: 0;
	}
	.hfbe_j_box2a_3::after {
	  transform: rotate(90deg);
	  transition-duration: 0.3s;
	}
	.active .hfbe_j_box2a_3::after {
	  transform: rotate(0);
	}
	.hfbe_j_box2a_4 {
	  height: 0;
	  overflow: hidden;
	  transition: 0.5s;
	}
	.hfbe_j_box2a_4 img {
	  height: auto;
	}
	#hfbe_k {
	  padding-top: 18vw;
	}
	.hfbe_k_box_bg {
	  background: linear-gradient(0deg, rgba(205, 210, 228, 0.2) 0%, rgba(177, 189, 220, 0.2) 24%, rgba(204, 224, 234, 0.2) 100%);
	  padding: 12vw 13.33vw 17.33vw;
	}
	#mode-carousel .splide__track {
	  overflow: inherit;
	}
	#mode-carousel .splide__pagination {
	  bottom: -10vw;
	}
	#mode-carousel .splide__pagination__page.is-active {
	  background: #000;
	  transform: scale(1);
	}
	#mode-carousel .splide__pagination__page {
	  background: #fff;
	  border: 1px solid #000;
	  margin: 0 7px;
	}
	#mode-carousel .splide__arrow:disabled {
	  opacity: 0;
	}
	#mode-carousel .splide__arrow--prev {
	  left: -2em;
	}
	#mode-carousel .splide__arrow--next {
	  right: -2.5em;
	}
	#mode-carousel button {
	  background-color: unset;
	}
	#mode-carousel button img {
	  width: 3.6vw;
	  height: 6.13vw;
	}
	.hfbe_k_box1 {
	  font-size: 3.73vw;
	  letter-spacing: 0.08em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 6.67vw;
	}
	.hfbe_k_box2a {
	  position: relative;
	  margin-bottom: 2vw;
	}
	.hfbe_k_box2a > div {
	  position: relative;
	}
	.hfbe_k_box2a > div::before {
	  content: "";
	  width: 100%;
	  height: 100%;
	  display: block;
	  position: absolute;
	  left: 2vw;
	  top: 2vw;
	  background: linear-gradient(90deg, rgba(206, 211, 229, 0.42) 0%, rgba(178, 190, 221, 0.42) 24%, rgba(205, 225, 235, 0.42) 100%);
	}
	.hfbe_k_box2a_1 {
	  position: relative;
	  z-index: 1;
	}
	.hfbe_k_box2a_bg {
	  background-color: #fff;
	  padding: 4.67vw 4vw 4vw;
	  position: relative;
	  z-index: 1;
	  height: 53.33vw;
	}
	.hfbe_k_box2a_2 {
	  font-size: 3.73vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  font-weight: bold;
	  padding-bottom: 4vw;
	  border-bottom: 1px solid #000;
	  margin-bottom: 3.33vw;
	}
	.hfbe_k_box2a_3 {
	  font-size: 3.33vw;
	  letter-spacing: 0.1em;
	  line-height: 1.52;
	}
	.hfbe_k_box2a_4 {
	  padding-top: 3.33vw;
	  font-size: 1.73vw;
	  letter-spacing: 0.1em;
	}
	.hfbe_k_box3 {
	  padding-top: 20vw;
	}
	.hfbe_k_box3b_1 {
	  display: flex;
	}
	.hfbe_k_box3b_1:nth-child(even) {
	  flex-direction: row-reverse;
	}
	.hfbe_k_box3a {
	  margin-bottom: 3.33vw;
	}
	.hfbe_k_box3b_1:not(:last-child) {
	  margin-bottom: 3.33vw;
	}
	.hfbe_k_box3b_1a {
	  width: 50vw;
	}
	.hfbe_k_box3b_bg {
	  width: 50vw;
	  background-color: #ececed;
	  padding: 0 5.33vw;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}
	.hfbe_k_box3b_1b {
	  font-size: 4vw;
	  letter-spacing: 0.04em;
	  font-weight: bold;
	  margin-bottom: 2vw;
	}
	.hfbe_k_box3b_1b .middle_line {
	  display: none;
	}
	.hfbe_k_box3b_1c {
	  font-size: 3.07vw;
	  letter-spacing: 0.1em;
	  line-height: 1.57;
	}
	#hfbe_l {
	  padding-top: 20vw;
	}
	.hfbe_l_box1b {
	  padding: 8.67vw 8vw 0;
	}
	.hfbe_l_box1b_1 {
	  font-size: 3.33vw;
	  letter-spacing: 0.1em;
	  line-height: 2.0;
	}
	.hfbe_l_box1b_1:not(:last-child) {
	  margin-bottom: 3.4vw;
	}
	#hfbe_m {
	  padding-top: 22vw;
	}
	.hfbe_m_box1 {
	  font-size: 2.93vw;
	  letter-spacing: 0.12em;
	  text-align: center;
	  padding-bottom: 2.67vw;
	  margin-bottom: 4.67vw;
	  position: relative;
	}
	.hfbe_m_box1:after {
	  content: "";
	  display: block;
	  width: 7.47vw;
	  height: 1px;
	  background-color: #000;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin-inline: auto;
	}
	.hfbe_m_box3 {
	  padding-left: 8.67vw;
	  padding-right: 8.67vw;
	  padding-top: 5.33vw;
	  font-size: 3.33vw;
	  letter-spacing: 0.08em;
	  line-height: 2.04;
	  margin-bottom: 4vw;
	}
	.hfbe_m_box4 {
	  padding-left: 8.67vw;
	  padding-right: 8.67vw;
	  padding-bottom: 5.33vw;
	  font-size: 1.73vw;
	  letter-spacing: 0.08em;
	  line-height: 1.77;
	}
}

/* 追加1 */
@media screen and (min-width: 768px) {
	#pd_mv2 {
		/* margin-bottom: 13vw; */
	}
	.hfbe_a_mv_1 {
		font-size: 2.0vw;
		letter-spacing: 0.1em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 1.0vw;
	}
	.hfbe_a_mv_2 {
		font-size: 1.4vw;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 2.0vw;
	}
	.hfbe_a_mv_3 {
		margin-bottom: 7.5vw;
	}
	.hfbe_a_mv_4 {
		width: 65vw;
		margin-inline: auto;
		float: none;
		clear: both;
		margin-bottom: 7vw;
	}
	.hfbe_a_mv_4a {
		font-size: 2.3vw;
		letter-spacing: 0.2em;
		text-align: center;
		padding-bottom: 1vw;
		margin-bottom: 2vw;
		border-bottom: 1px solid #353535;
	}
	.hfbe_a_mv_4b {
		font-size: 1.25vw;
		line-height: 2.1;
		margin-bottom: 1vw;
	}
	.hfbe_a_mv_4b span {
		font-weight: bold;
	}
	.hfbe_a_mv_4c {
		font-size: 0.78vw;
		letter-spacing: 0.1em;
	}
	.hfbe_a_mv_4d {
		font-size: 1.6vw;
		letter-spacing: 0.14em;
		text-align: right;
		margin-top: -0.7em !important;
	}
	.hfbe_a_mv_4d span {
		font-size: 0.9vw;
	}
	.hfbe_a_mv_5 {
		margin-bottom: 2.5vw;
	}
	.hfbe_a_mv_6 {
		text-align: center;
	}
	.hfbe_a_mv_6 a {
		display: inline-block;
		font-size: 1.5vw;
		letter-spacing: 0.11em;
		padding: 1.0vw 3.0vw;
		border: 1px solid #000;
	}
	.hfbe_c_box11 {
		background: linear-gradient(90deg, rgba(205, 210, 228, .2) 0%, rgba(177, 189, 220, .2) 24%, rgba(204, 224, 234, .2) 100%);
		/* width: 80vw; */
		margin-top: 8vw !important;
		margin-bottom: 8vw;
		padding: 8vw;
	}
	.hfbe_c_box11a {
		background: #fff;
	    margin-top: 4vw !important;
	    padding: 0vw 21vw 6vw;
	}
	.hfbe_h_box2e {
		position: relative;
		margin-bottom: 7.5vw;
	}
	.hfbe_h_box2e_1 {
		width: 32.6vw;
		position: absolute;
		left: 2.4vw;
		top: 9.1vw;
	}
	.hfbe_h_box2e_2 {
		width: 32.6vw;
		position: absolute;
		left: 36.6vw;
		top: 9.1vw;
	}
}

@media screen and (max-width: 767px) {
	#pd_mv2 {
		margin-bottom: 10vw;
		padding-top: 15vw;
	}
	.hfbe_a_mv_1 {
		font-size: 4.8vw;
		letter-spacing: 0.1em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 2.0vw;
	}
	.hfbe_a_mv_2 {
		font-size: 3.6vw;
		/* letter-spacing: 0.1em; */
		text-align: center;
		margin-bottom: 4.0vw;
	}
	.hfbe_a_mv_3 {
		margin-bottom: 18.0vw;
	}
	.hfbe_a_mv_4 {
		position: relative;
		padding: 20vw 8.5vw 8.5vw !important;
		margin-top: 51vw !important;
	}
	.hfbe_a_mv_4a {
position: absolute;
    z-index: 2;
    font-size: 4.5vw;
    letter-spacing: .14em;
    line-height: 1.9;
    top: -33vw;
    right: 3vw;
	}
	.hfbe_a_mv_4b {
		position: relative;
		z-index: 1;
		font-size: 3.3vw;
		/* letter-spacing: 0.03em; */
		line-height: 2;
		margin-bottom: 4.5vw;
	}
	.hfbe_a_mv_4b span {
		font-weight: bold;
	}
	.hfbe_a_mv_4c {
		position: relative;
		z-index: 1;
		font-size: 2vw;
		letter-spacing: 0.1em;
	}
	.hfbe_a_mv_4d {
		position: relative;
		z-index: 1;
		font-size: 4.1vw;
		letter-spacing: 0.14em;
		text-align: right;
	}
	.hfbe_a_mv_4d span {
		font-size: 2.4vw;
	}
	.hfbe_a_mv_4f {
		position: absolute;
		left: 0;
		top: -44vw;
		z-index: 1;
		width: 78vw;
	}
	.hfbe_a_mv_4f img {
		width: 100%;
		height: auto;
	}
	.hfbe_a_mv_4e {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}
	.hfbe_a_mv_4e img {
		object-fit: cover;
		height: 100%;
	}
	.hfbe_a_mv_5 {
		margin-bottom: 5vw;
	}
	.hfbe_a_mv_6 {
		text-align: center;
	}
	.hfbe_a_mv_6 a {
		display: inline-block;
		font-size: 3.2vw;
		letter-spacing: 0.11em;
		padding: 2.0vw 10.0vw;
		border: 1px solid #000;
	}
	.hfbe_c_box11 {
		/* padding-top: 2vw; */
		/* margin-bottom: 20vw; */
	}
	.hfbe_h_box2e {
		position: relative;
	}
	.hfbe_h_box2e_1 {
		width: 79vw;
		position: absolute;
		left: 10.5vw;
		top: 63vw;
	}
	.hfbe_h_box2e_2 {
		width: 79vw;
		position: absolute;
		left: 10.5vw;
		top: 114.4vw;
	}
}

/* 追加２ */
@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: 20vw;
	}
}

/* 事前予約 */
@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;
	}
}


/* hiho fine series
==================================================*/

.hfbe_series{
	padding-top: 15vw;
}

.hfbe_series_ttl,
.hfbe_series_ttl2,
.hfbe_series_ttl3{
	text-align: center;
}
	
.hfbe_series_ttl{
	font-size: 1.45vw;
	letter-spacing: 0.15em;
	margin-bottom: 1vw;
}
	
.hfbe_series_bb {
    height: 1vw;
    width: 5vw;
    margin: 0 auto 3vw;
    border-top: .5px solid;
}

.hfbe_series_ttl2{
	margin-bottom: 1vw;
}
	
.hfbe_series_ttl3{
	text-align: center;
    font-size: 2.5vw;
    letter-spacing: .1vw;
    margin-bottom: 1.5vw;
}
	
.hfbe_series_box2 {
    display: flex;
    justify-content: space-between;
    padding: 3vw 1.5vw 0;
}	
	
.hfbe_series_box3 {
    border: 1px solid;
    padding: 1vw 2.5vw;
    font-size: 1.25vw;
	position: relative;
	transition: .3s;
}
	
.hfbe_series_box3:hover:nth-child(2){
	background: #eee;
}
	
.hfbe_series_box3 a {
    display: block;
    text-decoration: none;
}
	
.hfbe_series_box3 a::after {
    display: inline-block;
    content: '';
    border: .5vw solid transparent;
    border-left: .8vw solid;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
}

.footer_logo img {
    width: 11vw !important;
    height: auto;
}
	
@media screen and (max-width: 767px){

	.hfbe_series_ttl{
		font-size: 3.5vw;
		padding-bottom: 2vw;
	}
	
	.hfbe_series_bb{
		width: 8vw;
	}
	
	.hfbe_series_ttl2 {
		font-size: 4vw;
		margin-bottom: 2.5vw;
	}
	
	.hfbe_series_ttl3{
		font-size: 6.5vw;
		letter-spacing: .15em;
		margin-bottom: 2vw;
	}
	
	.hfbe_series_pic{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	.hfbe_series_box2{
		padding: 0 6vw;
	}
	
	.hfbe_series_box3{
		border: 1.5px solid;
		padding: 2.5vw 5vw;
		font-size: 4vw;
	}
	
	.hfbe_series_box3 a::after {
		border: 1.5vw solid transparent;
		border-left: 2vw solid;
		right: 1%;
	}
    
    .footer_logo img {
        width: 35vw!important;
        margin: 0 auto;
    }
}	