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

/*フェイスライン*/
#video-ef,#video-ef2 {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn, #video-btn.current,
#video-btn2, #video-btn2.current {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after,
#video-btn2::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/drhn/mv_play.png);
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 1.0;
}
#video-btn.current::after,
#video-btn2.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 {
		width: 9vw;
		height: 9vw;
		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 {
		width: 9vw;
		height: 9vw;
		bottom: 6vw;
		right: 2vw;
   }
}
@media screen and (min-width: 768px) {
   #video-btn::after,
   #video-btn2::after {
		width: 6vw;
		height: 6vw;
	}
	#video-btn.current::after,
	#video-btn2.current::after {
		width: 6vw;
		height: 6vw;
   }
	#video-btn.current::after,
	#video-btn2.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: 6.4vw;
		line-height: 1;
		letter-spacing: .5vw;
   }
	.pd_c_nm4 {
		padding: 2vw 0 5vw;
		font-size: 7vw;
		font-weight: 800;
		line-height: 11vw;
		letter-spacing: .3vw;
		border-bottom: 1px solid #000;
		margin: 4vw;
		transform: scale(1,0.95);
   }
	.pd_c_text {
		padding: 0 4vw 9vw;
		font-size: 3.3vw;
		line-height: 1.57;
		letter-spacing: .4vw;
   }
	.pd_c_text sup {
		display: inline-block;
		transform: scale(0.7);
   }
	.pd_c_text small {
		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: 1.3vw;
		line-height: 2vw;
		letter-spacing: 0.05vw;
   }
	.pd_c_ttl_sub2 {
		padding: 1vw 0vw 1vw;
		font-size: 1.6vw;
		line-height: 2.5vw;
		letter-spacing: 0.15vw;
   }
	.pd_c_nm4 {
		padding: 0vw 0vw 2vw;
		font-size: 2vw;
		font-weight: 800;
		line-height: 1.4;
		letter-spacing: 0.07em;
		border-bottom: 1px solid #3c3c3c;
		margin-bottom: 2vw;
   }
	.pd_c_text {
		font-size: 1.2vw;
		line-height: 2vw;
		letter-spacing: .05vw;
   }
	.pd_c_text small{
		padding: 1vw 0 0;
		font-size: .9vw;
		line-height: 1.5vw;
		letter-spacing: .05vw;
   }
	.pd_c_price1 {
		padding: 0;
		font-size: 1.3vw;
		line-height: 2vw;
		letter-spacing: .1vw;
   }
	.pd_c_price2 {
		padding: 0vw 0vw 0vw;
		font-size: 3vw;
		font-weight: 800;
		line-height: 4vw;
		letter-spacing: 0.1vw;
   }
	.pd_c_price2b {
		font-size: 1.2vw;
		line-height: 4vw;
   }
}
/*** c ***/

/*** l ***/
@media screen and (max-width: 767px) {
	.pd_l_area {
		padding: 4vw 4vw;
   }
	.pd_l_area_ttl {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 1.0vw;
		color: #231815;
		padding-bottom: 6vw;
		text-align: center;
   }
	.pd_l_box_are {
		padding: 0vw 0vw;
   }
	.pd_l_box_are2 {
		padding: 0vw 4vw;
   }
	.pd_l_box1 {
		padding: 4vw 23vw;
		text-align: center;
   }
	.pd_l_box2 {
		padding: 0vw 0vw 5vw;
   }
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw;
   }
	.pd_l_icon {
		padding: 0vw;
		width: 100%;
		line-height: 0;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 3vw;
		line-height: 5.0vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 1.0vw 0.0vw;
		text-align: left;
   }
	.pd_l_ttl {
		font-size: 3vw;
		line-height: 3vw;
		letter-spacing: 0.2vw;
		color: #231815;
		padding: 2vw 1.0vw;
		text-align: center;
   }
	.pd_l_area {
		padding: 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: 6.5vw;
}
.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: 4.6vw;
letter-spacing: 0.15em;
margin-bottom: 4vw;
}
.pdct_n_a_sp_ttl {
text-align: center;
font-size: 5.3vw;
letter-spacing: 0.8vw;
margin-bottom: 5vw;
font-weight: 700;
transform: scale(1,0.9);
}
/* .pdct_n_a_sp_ttl2 {
text-align: center;
font-size: 2.8vw;
letter-spacing: 0.1em;
margin-bottom: 12vw;
} */
.pdct_n_a_sp_ttl2 {
padding: 0 1vw 3vw;
color: #3f3d3e;
font-size: 4vw;
font-weight: 400;
line-height: 4vw;
letter-spacing: .5vw;
text-align: center;
}
.pdct_n_a_sp_ttl3 {
padding: 0 1vw 3vw;
color: #3f3d3e;
font-size: 2.5vw;
font-weight: 400;
line-height: 1;
letter-spacing: .1vw;
text-align: center;
}
}

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

/*** ELEXA FOOT ***/
.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: 4.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) {
	.ef_c_box {
	  padding: 8.07vw 0 0;
	}
	.ef_c_box01 {
	  text-align: center;
	}
	.ef_c_box01a {
	  font-size: 1.77vw;
	  letter-spacing: 0.1em;
	  margin-bottom: 2.08vw;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.ef_c_box01a::before,
  .ef_c_box01a::after {
	  background-color: #2f2f2f;
	  content: "";
	  height: 1px;
	  width: 6.98vw;
	}
	.ef_c_box01a::before {
	  margin-right: 1.3vw;
	}
	.ef_c_box01a::after {
	  margin-left: 1.3vw;
	}
	.ef_c_box01b {
	  font-size: 3.07vw;
	  letter-spacing: 0.09em;
	  margin-bottom: 2.6vw;
	}
	.ef_c_box01c {
	  font-size: 2.4vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 2.6vw;
	}
	.ef_c_box02 {
	  position: relative;
	  width: 68.02vw;
	  margin-inline: auto;
	  margin-bottom: 4.17vw;
	}
	.ef_c_box03 {
	  background-color: #f2f2f2;
	  padding: 2.6vw 15.63vw;
	}
	.ef_c_box03a {
	  background-color: #fff;
	  padding: 2.08vw 10.42vw;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}
	.ef_c_box03a_1 {
	  width: 20.89vw;
	}
	.ef_c_box03a_1a {
	  font-size: 1.35vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	  margin-bottom: 1.56vw;
	}
	.ef_c_box03a_1a .h_lv2 {
	  font-size: 1.09vw;
	  padding-left: 0.78vw;
	}
	.ef_c_box03a_1b {
	  font-size: 1.2vw;
	  letter-spacing: 0.08em;
	  line-height: 1.39;
	}
	.ef_c_box03a_2 {
	  width: 21.93vw;
	}
	.ef_d_box {
	  padding-top: 10.42vw;
	  padding-bottom: 12.5vw;
	}
	.ef_d_box01 {
	  background-color: #f5f5f5;
	  margin-inline: 13.54vw;
	  padding: 5.21vw 4.43vw 0;
	}
	.ef_d_box01a {
	  text-align: center;
	  font-size: 3.13vw;
	  letter-spacing: 0.125em;
	}
	.ef_d_box01a_1 {
	  padding-top: 1.3vw;
	  padding-bottom: 1.3vw;
	}
	.ef_d_box01b {
	  display: flex;
	  justify-content: space-between;
	}
	.ef_d_box01b_1a {
	  font-size: 1.67vw;
	  letter-spacing: 0.075em;
	  margin-bottom: 1.56vw;
	}
	.ef_d_box02 {
	  width: 100%;
	  display: flex;
	}
	.ef_d_box02a {
		width: 25%;
	}
	.ef_d_box03 {
	  padding-top: 5.21vw;
	  text-align: center;
	}
	.ef_d_box03a {
	  font-size: 2.34vw;
	  letter-spacing: 0.08em;
	  margin-bottom: 3.65vw;
	  font-weight: bold;
	}
	.dot-text {
	  padding-top: 0.4em;
	  background-position: top left -2px;
	  background-repeat: repeat-x;
	  background-size: 1.1em 0.3em;
	  background-image: radial-gradient(0.1em 0.1em at center center, #2f2f2f, #2f2f2f 100%, transparent);
	}
	.ef_d_box03b {
	  font-size: 1.67vw;
	  letter-spacing: 0.06em;
	  line-height: 1.69;
	  margin-bottom: 3.65vw;
	}
	.ef_d_box03b strong {
	  text-decoration: underline;
	}
	.ef_d_box03c {
	  font-size: 3.13vw;
	  letter-spacing: 0.06em;
	  line-height: 1.43;
	  font-weight: bold;
	  display: inline-block;
	}
	.ef_d_box03c sup {
	  font-size: 0.63vw;
	  vertical-align: super;
	}
	.ef_d_box03c_1 {
	  display: block;
	  text-align: right;
	  font-size: 0.78vw;
	  font-weight: normal;
	}
	.ef_d_box04_bg {
	  width: 100%;
	  padding-top: 15.36vw;
	  padding-bottom: 8.33vw;
	  position: relative;
	  background-color: #f5f5f5;
	}
	.ef_d_box04_bg:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 10vw, 0 0%);
			  clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 10vw, 0 0%);
	  width: 100%;
	  height: 100%;
	  background-color: #fff;
	}
	.ef_d_box04a {
	  text-align: center;
	  font-size: 2.6vw;
	  letter-spacing: 0.06em;
	  line-height: 1.56;
	  font-weight: bold;
	  margin-bottom: 4.17vw;
	}
	.ef_d_box04b {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 13.28vw;
	  margin-right: 13.28vw;
	  margin-bottom: 3.13vw;
	}
	.ef_d_box04b_1 {
	  width: 16.98vw;
	  height: 16.98vw;
	  border: 1px solid transparent;
	  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, rgb(117, 178, 77) 0%, rgb(67, 138, 222) 100%);
	  background-origin: padding-box, border-box;
	  background-clip: padding-box, border-box;
	  box-sizing: border-box;
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  font-size: 1.56vw;
	  letter-spacing: 0.1em;
	  line-height: 1.77;
	}
	.ef_d_box04c {
	  text-align: center;
	  font-size: 5.1vw;
	  letter-spacing: 0.01em;
	  font-weight: bold;
	  margin-bottom: 3.13vw;
	}
	.ef_d_box04d {
	  margin-left: 13.28vw;
	  margin-right: 13.28vw;
	}
	.ef_d_box05 {
	  padding-top: 12.76vw;
	  width: 46.51vw;
	  margin-inline: auto;
	  margin-bottom: 2.6vw;
	}
	.ef_d_box06 {
	  margin-left: 7.81vw;
	  margin-right: 7.81vw;
	  margin-bottom: 1.82vw;
	}
	.ef_d_box07 {
	  font-size: 2.86vw;
	  letter-spacing: 0.085em;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin-bottom: 1.82vw;
	}
	.ef_d_box07a {
	  display: inline-block;
	  width: 2.92vw;
	  margin-left: 1.04vw;
	  margin-right: 1.04vw;
	}
	.ef_d_box08 {
	  text-align: center;
	  font-size: 5.21vw;
	  margin-bottom: 2.6vw;
	  font-weight: bold;
	}
	.ef_d_box09 {
	  text-align: center;
	  font-size: 0.78vw;
	  letter-spacing: 0.11em;
	}
	.ef_e_box {
	  padding-bottom: 15.63vw;
	}
	.ef_e_box01 {
	  text-align: center;
	}
	.ef_e_box01 .h_lv2 {
	  display: inline-block;
	  font-size: 2.03vw;
	  letter-spacing: 0.13em;
	  font-weight: bold;
	  margin-bottom: 1.56vw;
	}
	.ef_e_box01 .h_lv1 {
	  display: inline-block;
	  font-size: 4.74vw;
	  letter-spacing: 0.01em;
	  font-weight: bold;
	  margin-bottom: 2.6vw;
	}
	.ef_e_box02 {
	  display: flex;
	  margin-bottom: 10.42vw;
	}
	.ef_e_box02a {
	  width: 50vw;
	}
	.ef_e_box04 {
	  margin-left: 15.63vw;
	  margin-right: 15.63vw;
	}
	.ef_e_box04a {
	  position: relative;
	  width: 24.38vw;
	  background-color: #fff;
	  text-align: center;
	  font-size: 1.93vw;
	  letter-spacing: 0.12em;
	  margin-top: -2.08vw !important;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 5.21vw;
	  padding-top: 1.56vw;
	}
	.ef_e_box04b {
	  margin-bottom: 2.34vw;
	}
	.ef_e_box04c {
	  text-align: center;
	  font-size: 1.82vw;
	  letter-spacing: 0.13em;
	  margin-bottom: 3.65vw;
	}
	.ef_e_box04d {
	  margin-bottom: 4.43vw;
	}
	.ef_e_box04e {
	  margin-bottom: 10.42vw;
	}
	.ef_e_box05 {
	  /* margin-bottom: 3.39vw; */
	}
	.ef_e_box06 {
	  margin-left: 13.54vw;
	  margin-right: 13.54vw;
	  padding-top: 6vw;
	}
	.ef_e_box06a {
	  background-color: #75b24d;
	  text-align: center;
	  color: #fff;
	  font-size: 1.82vw;
	  letter-spacing: 0.09em;
	  padding: 1.04vw 0;
	  margin-bottom: 3.65vw;
	}
	.ef_e_box06b .splide__list {
	  display: flex !important;
	  justify-content: space-between;
	}
	.ef_e_box06b_1 {
	  width: 23.23vw;
	}
	.ef_e_box06b_1a {
	  font-size: 1.3vw;
	  letter-spacing: 0.06em;
	  line-height: 1.2;
	  font-weight: bold;
	  margin-bottom: 1.04vw;
	  min-height: 2.5em;
	  display: flex;
	  align-items: flex-end;
	}
	.ef_e_box07 {
		background-color: #f2f2f2;
		padding: 2.5vw 3.0vw;
	}
	.ef_e_box07_in {
		padding: 5vw 12vw;
		background-color: #fff;
	}
	.ef_e_box07a {
		font-size: 1.4vw;
		letter-spacing: 0.1em;
		text-align: center;
		margin-bottom: 2vw;
	}
	.ef_e_box07b {
		display: flex;
		margin-bottom: 3vw;
	}
	.ef_e_box07b_1 {
		width: 18vw;
	}
	.ef_e_box07b_1 img {
		height: 100%;
    	object-fit: cover;
	}
	.ef_e_box07b_2 {
		width: calc(100% - 18vw);
		background-color: #f2f2f2;
		padding: 1.5vw 0;
	}
	.ef_e_box07b_2a {
		background-color: #fff;
		font-size: 2.5vw;
		font-weight: bold;
		letter-spacing: 0.04em;
		line-height: 1.8;
		text-align: center;
		margin-bottom: 0.7vw;
	}
	.ef_e_box07b_2b,
	.ef_e_box07b_2c,
	.ef_e_box07b_2d {
		margin-left: 3vw;
		margin-right: 3vw;
	}
	.ef_e_box07b_2b {
		font-size: 1.1vw;
		letter-spacing: 0.07em;
		margin-bottom: 1.0vw;
	}
	.ef_e_box07b_2c {
		font-size: 2.3vw;
		letter-spacing: 0.07em;
		font-weight: bold;
		margin-bottom: 1.0vw;
	}
	.ef_e_box07b_2c span {
		font-size: 1.5vw;
	}
	.ef_e_box07b_2d {
		font-size: 1.0vw;
		line-height: 1.5;
	}
	.ef_e_box07c {
		margin-bottom: 3.5vw;
	}
	.ef_e_box07d_1 {
		font-size: 2.4vw;
		letter-spacing: 0.07em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 2vw;
	}
	.ef_e_box07d_2 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.ef_e_box07d_2a {
		width: 50vw;
		font-size: 1.35vw;
		/* letter-spacing: 0.01em; */
		line-height: 1.7;
	}
	.ef_e_box07d_2b {
		width: 17vw;
	}
	.ef_e_box08 {
		padding: 8vw 0;
	}
	.ef_e_box08a {
		margin-left: 15vw;
		margin-right: 15vw;
		background-color: #f3f3f3;
		padding: 1.5vw 10vw;
		overflow: hidden;
		margin-bottom: 3vw;
	}
	.ef_e_box08a_1 {
		width: 12vw;
		float: left;
		margin-right: 1.0vw;
	}
	.ef_e_box08a_2 {
		width: 35vw;
		float: left;
		font-size: 1.9vw;
		letter-spacing: 0.08em;
		font-weight: bold;
		color: #004097;
		padding-top: 2.0vw;
		padding-bottom: 1.0vw;
	}
	.ef_e_box08a_3 {
		width: 35vw;
		float: left;
		font-size: 1.2vw;
		letter-spacing: 0.065em;
		line-height: 1.4;
	}
	.ef_e_box08a_3 span {
		font-size: 1.3vw;
		color: #004097;
		font-weight: bold;
		text-decoration: underline;
	}
	.ef_e_box08b {
		width: 48vw;
		display: flex;
		justify-content: space-between;
		margin-inline: auto;
		position: relative;
	}
	.ef_e_box08b:after {
		content: "";
		display: block;
		width: 44vw;
		height: 1px;
		background-color: #9ad8cc;
		position: absolute;
		left: 4vw;
		bottom: -0.2vw;
	}
	.ef_e_box08b_1 {
		width: 28vw;
	}
	.ef_e_box08b_2 {
		width: 19vw;
		font-size: 0.75vw;
		letter-spacing: 0.01em;
		line-height: 1.4;
		padding-top: 0.8vw;
	}
	.ef_e_box08b_2 span {
		color: #7ebcb2;
		font-weight: bold;
		text-decoration: underline;
	}

	.ef_f_box01 {
	  text-align: center;
	  font-size: 2.81vw;
	  letter-spacing: 0.14em;
	  margin-bottom: 3.13vw;
	}
	.ef_f_box02 {
	  display: flex;
	  margin-bottom: 5.99vw;
	}
	.ef_f_box02a {
	  width: 50vw;
	  background-color: #f5f5f5;
	  padding: 0vw 6.77vw 0vw 7.29vw;
	  display: flex;
	  align-items: flex-start;
	  justify-content: center;
	  flex-direction: column;
	}
	.ef_f_box02a_1 {
	  color: #75b24d;
	  font-size: 0.99vw;
	  letter-spacing: 0.14em;
	  font-weight: 600;
	  margin-bottom: 2.6vw;
	}
	.ef_f_box02a_1a {
	  display: inline-block;
	  vertical-align: middle;
	  color: #75b24d;
	  line-height: 1;
	  width: 0.8em;
	  height: 0.8em;
	  border: 0.1em solid currentColor;
	  border-left: 0;
	  border-bottom: 0;
	  box-sizing: border-box;
	  transform: translateX(-25%) rotate(45deg);
	  margin-left: 0.78vw;
	  margin-right: 0.78vw;
	}
	.ef_f_box02a_2 {
	  font-size: 1.98vw;
	  letter-spacing: 0.1em;
	  font-weight: 600;
	  margin-bottom: 2.08vw;
	}
	.ef_f_box02a_3 {
	  font-size: 4.38vw;
	  line-height: 1.29;
	  font-weight: bold;
	  margin-bottom: 3.13vw;
	  white-space: nowrap;
	}
	.ef_f_box02a_4 {
	  font-size: 1.56vw;
	  line-height: 1.8;
	}
	.ef_f_box02b {
	  width: 50vw;
	}
	.ef_f_box03 {
	  display: flex;
	  flex-direction: row-reverse;
	}
	.ef_f_box03 .ef_f_box02a_1 {
	  color: #438ade;
	}
	.ef_f_box03 .ef_f_box02a_1a {
	  color: #438ade;
	}
	.ef_g_box {
	  padding-top: 12.5vw;
	}
	.ef_g_box_bg {
	  background-color: #f5f5f5;
	  padding-top: 9.38vw;
	}
	.ef_g_box01 {
	  background-color: #fff;
	  margin-inline: 5.73vw;
	  padding-left: 8.85vw;
	  padding-right: 8.85vw;
	  padding-top: 7.29vw;
	  position: relative;
	}
	.ef_g_box01a {
	  width: 37.5vw;
	  display: block;
	  padding: 1.56vw 0vw;
	  background-color: #f5f5f5;
	  margin-inline: auto;
	  font-size: 2.5vw;
	  letter-spacing: 0.125em;
	  text-align: center;
	  margin-bottom: -3.13vw;
	  position: relative;
	  z-index: 1;
	}
	.ef_g_box01b {
	  display: table;
	  width: 33.39vw;
	  font-size: 1.88vw;
	  letter-spacing: 0.065em;
	  text-align: center;
	  padding-bottom: 0.78vw;
	  border-bottom: 1px solid #2b2b2b;
	  margin-inline: auto;
	  margin-bottom: 0.78vw;
	}
	.ef_g_box01c {
	  text-align: center;
	  font-size: 3.39vw;
	  letter-spacing: 0.055em;
	  font-weight: bold;
	  margin-bottom: 2.34vw;
	}
	.ef_g_box02 {
	  background-color: #fff;
	  margin-inline: 5.73vw;
	  padding: 7.55vw 8.85vw 6.25vw 8.85vw;
	  margin-bottom: 6.77vw;
	}
	.ef_g_box02a {
	  display: table;
	  width: 33.39vw;
	  font-size: 1.88vw;
	  letter-spacing: 0.065em;
	  text-align: center;
	  padding-bottom: 0.78vw;
	  border-bottom: 1px solid #2b2b2b;
	  margin-inline: auto;
	  margin-bottom: 0.78vw;
	}
	.ef_g_box02b {
	  font-size: 2.14vw;
	  letter-spacing: 0.055em;
	  margin-bottom: 1.3vw;
	  font-weight: 600;
	  text-align: center;
	}
	.ef_g_box02c {
	  font-size: 3.39vw;
	  letter-spacing: 0.055em;
	  margin-bottom: 3.39vw;
	  font-weight: 600;
	  text-align: center;
	}
	.ef_g_box03 {
	  position: relative;
	}
	.ef_g_box03a {
	  width: 40.16vw;
	  position: relative;
	}
	.ef_g_box03a_1 {
	  position: absolute;
	  right: 3.39vw;
	  top: 5.99vw;
	  -ms-writing-mode: tb-rl;
		  writing-mode: vertical-rl;
	  font-size: 1.51vw;
	  letter-spacing: 0.095em;
	}
	.ef_g_box03b {
	  font-size: 2.29vw;
	  position: absolute;
	  left: 21.88vw;
	  top: 1.3vw;
	}
	.ef_g_box03c {
	  width: 52.45vw;
	  position: absolute;
	  left: 39.06vw;
	  top: 5.99vw;
	  display: flex;
	  justify-content: space-between;
	}
	.ef_g_box03c_1 {
	  width: 25.31vw;
	}
	.ef_g_box03c_1 > div {
	  margin-bottom: 2.6vw;
	  position: relative;
	}
	.ef_g_box03c_1 > div::before {
	  content: "";
	  display: block;
	  height: 93%;
	  border-left: 1px solid #75b24d;
	  width: 0.5vw;
	  position: absolute;
	  left: 1vw;
	  top: 0;
	  border-bottom: 1px solid #75b24d;
	}
	.ef_g_box03c_1a {
	  background-color: #fff;
	  font-size: 1.35vw;
	  letter-spacing: 0.29em;
	  text-align: center;
	  padding: 0.52vw 0;
	  position: relative;
	}
	.ef_g_box03c_1a .h_lv2 {
	  font-size: 0.57vw;
	  transform: scale(0.7);
	  display: inline-block;
	  letter-spacing: -0.1em;
	  position: absolute;
	  right: -1em;
	  bottom: 0.5em;
	}
	.ef_g_box03c_1b {
	  font-size: 1.04vw;
	  line-height: 1.7;
	  padding-top: 1.04vw;
	  padding-bottom: 1.04vw;
	  padding-left: 1.82vw;
	  white-space: nowrap;
	}
	.ef_g_box03c_1c {
	  font-size: 1.51vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	  color: #75b24d;
	  padding-left: 1.82vw;
	  white-space: nowrap;
	}
	.ef_h_box {
	  padding-top: 12.76vw;
	}
	.ef_h_box01 {
	  text-align: center;
	  font-size: 2.81vw;
	  letter-spacing: 0.05em;
	  margin-bottom: 3.65vw;
	}
	.ef_h_box02 {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 5.73vw;
	}
	.ef_h_box02a {
	  width: 28.75vw;
	  margin-left: 9.38vw;
	  margin-right: 6.25vw;
	}
	.ef_h_box02a_1 {
	  font-size: 1.04vw;
	  letter-spacing: 0.13em;
	  margin-bottom: 1.82vw;
	  color: #75b24d;
	}
	.ef_h_box02a_2 {
	  font-size: 4.38vw;
	  letter-spacing: 0.14em;
	  line-height: 1.29;
	  white-space: nowrap;
	  margin-bottom: 2.34vw;
	  font-weight: bold;
	}
	.ef_h_box02a_3 {
	  margin-bottom: 0.52vw;
	}
	.ef_h_box02a_4 {
	  font-size: 0.78vw;
	  letter-spacing: 0.035em;
	  line-height: 1.6;
	}
	.ef_h_box02b {
	  width: 55.57vw;
	}
	.ef_h_box02b_1 {
	  position: relative;
	  margin-bottom: 2.34vw;
	}
	.ef_h_box02b_1a {
	  width: 12.86vw;
	  position: absolute;
	  right: 0;
	  top: 90%;
	}
	.ef_h_box02b_2 {
	  width: 39.32vw;
	  font-size: 1.46vw;
	  letter-spacing: 0.035em;
	  line-height: 1.43;
	}
	.ef_h_box03 {
	  display: flex;
	  justify-content: space-between;
	  flex-direction: row-reverse;
	  margin-bottom: 5.73vw;
	}
	.ef_h_box03a {
	  width: 28.8vw;
	  margin-left: 6.25vw;
	  margin-right: 9.11vw;
	}
	.ef_h_box03a_1 {
	  font-size: 1.04vw;
	  letter-spacing: 0.13em;
	  margin-bottom: 1.82vw;
	  color: #75b24d;
	}
	.ef_h_box03a_2 {
	  font-size: 4.38vw;
	  letter-spacing: 0.14em;
	  line-height: 1.29;
	  white-space: nowrap;
	  margin-bottom: 2.34vw;
	  font-weight: bold;
	}
	.ef_h_box03a_3 {
	  margin-bottom: 0.78vw;
	}
	.ef_h_box03a_4 {
	  font-size: 1.41vw;
	  letter-spacing: 0.035em;
	  text-align: center;
	  margin-bottom: 0.78vw;
	}
	.ef_h_box03a_5 {
	  background-color: #f5f5f5;
	  padding: 0.78vw;
	  font-size: 1.3vw;
	  letter-spacing: 0.1em;
	  line-height: 1.44;
	  text-align: center;
	  margin-bottom: 0.52vw;
	}
	.ef_h_box03a_6 {
	  font-size: 0.78vw;
	  letter-spacing: 0.035em;
	  line-height: 1.6;
	}
	.ef_h_box03b {
	  width: 55.57vw;
	}
	.ef_h_box03b_1 {
	  position: relative;
	  margin-bottom: 2.34vw;
	}
	.ef_h_box03b_1a {
	  width: 12.86vw;
	  position: absolute;
	  left: 0;
	  top: 90%;
	}
	.ef_h_box03b_2 {
	  width: 40.63vw;
	  font-size: 1.46vw;
	  letter-spacing: 0.035em;
	  line-height: 1.43;
	  margin-left: auto;
	}
	.ef_h_box04 {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 5.73vw;
	}
	.ef_h_box04a {
	  width: 36.61vw;
	  margin-left: 9.11vw;
	  margin-right: 3.13vw;
	}
	.ef_h_box04a_1 {
	  font-size: 1.04vw;
	  letter-spacing: 0.13em;
	  margin-bottom: 1.82vw;
	  color: #75b24d;
	}
	.ef_h_box04a_2 {
	  font-size: 4.38vw;
	  letter-spacing: 0.08em;
	  line-height: 1.29;
	  white-space: nowrap;
	  margin-bottom: 2.34vw;
	  font-weight: bold;
	}
	.ef_h_box04a_3 {
	  font-size: 1.56vw;
	  letter-spacing: 0.055em;
	  line-height: 1.8;
	}
	.ef_h_box04b {
	  width: 51.04vw;
	}
	.ef_h_box04b_1 {
	  position: relative;
	}
	.ef_h_box04b_1a {
	  width: 12.86vw;
	  position: absolute;
	  right: 0;
	  top: 57%;
	}
	.ef_h_box .tx-line {
	  border-bottom: 2px solid #75b24d;
	}
	.ef_i_box_bg {
	  background-color: #f5f5f5;
	  padding: 7.81vw 0 7.29vw;
	}
	.ef_i_box01 {
	  text-align: center;
	  font-size: 2.34vw;
	  letter-spacing: 0.1em;
	  margin-bottom: 3.91vw;
	}
	.ef_i_box02 {
	  margin-left: 7.81vw;
	  margin-right: 7.81vw;
	  display: flex;
	  flex-wrap: wrap;
	}
	.ef_i_box02a {
	  display: flex;
	  width: 50%;
	}
	.ef_i_box02a_1 {
	  width: 50%;
	}
	.ef_i_box02a_2 {
	  width: 50%;
	  padding: 0 2.34vw;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}
	.ef_i_box02a:nth-child(3) {
	  flex-direction: row-reverse;
	}
	.ef_i_box02a:nth-child(4) {
	  flex-direction: row-reverse;
	}
	.ef_i_box02a_2a {
	  font-size: 1.82vw;
	  line-height: 1.45;
	  margin-bottom: 2.34vw;
	}
	.ef_i_box02a_2b {
	  font-size: 1.2vw;
	  letter-spacing: 0.035em;
	  line-height: 1.6;
	}
	.ef_i_box02a_2c {
	  font-size: 0.78vw;
	  letter-spacing: 0.09em;
	  line-height: 1.33;
	  text-indent: -1em;
	  margin-left: 1em;
	  padding-top: 1.04vw;
	}
	.ef_i_box03 {
	  padding-top: 14.06vw;
	  font-size: 2.34vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 2.6vw;
	}
	.ef_i_box04 {
	  margin-left: 7.81vw;
	  margin-right: 7.81vw;
	  margin-bottom: 2.6vw;
	}
	.ef_i_box05 {
	  margin-left: 13.54vw;
	  margin-right: 13.54vw;
	  margin-bottom: 2.6vw;
	}
	.ef_i_box06 {
	  margin-left: 7.81vw;
	  margin-right: 7.81vw;
	  margin-bottom: 8.85vw;
	}
	.ef_j_box {
	  margin-left: 13.54vw;
	  margin-right: 13.54vw;
	}
	.ef_j_box01 {
	  background-color: #545454;
	  padding: 0.52vw 0;
	  color: #fff;
	  font-size: 1.82vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.ef_j_box02 {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 5.21vw;
	}
	.ef_j_box02a {
	  width: 23.23vw;
	  position: relative;
	}
	.ef_j_box02a::after {
	  content: "";
	  display: inline-block;
	  vertical-align: middle;
	  color: #333;
	  line-height: 1;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-color: transparent;
	  border-width: 0.3em 0.4em;
	  border-left-color: currentColor;
	  border-right: 0;
	  position: absolute;
	  right: -1.15vw;
	  top: 10.94vw;
	}
	.ef_j_box02a:last-child::after {
	  content: inherit;
	}
	.ef_j_box02a_1 {
	  font-size: 1.3vw;
	  letter-spacing: 0.06em;
	  line-height: 1.2;
	  font-weight: bold;
	  margin-bottom: 1.3vw;
	  min-height: 2.5em;
	  display: flex;
	  align-items: flex-end;
	}
	.ef_j_box03 {
	  background-color: #545454;
	  padding: 0.52vw 0;
	  color: #fff;
	  font-size: 1.82vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.ef_j_box04 {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 4.95vw;
	}
	.ef_j_box04a {
	  width: 17.45vw;
	  position: relative;
	}
	.ef_j_box04a::after {
	  content: "";
	  display: inline-block;
	  vertical-align: middle;
	  color: #333;
	  line-height: 1;
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-color: transparent;
	  border-width: 0.3em 0.4em;
	  border-left-color: currentColor;
	  border-right: 0;
	  position: absolute;
	  right: -0.83vw;
	  top: 8.33vw;
	}
	.ef_j_box04a:last-child::after {
	  content: inherit;
	}
	.ef_j_box04a_1 {
	  font-size: 1.09vw;
	  line-height: 1.3;
	  font-weight: bold;
	  margin-bottom: 1.04vw;
	}
	.ef_j_box05 {
	  background-color: #545454;
	  padding: 0.52vw 0;
	  color: #fff;
	  font-size: 1.82vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.ef_j_box06 {
	  margin-bottom: 5.21vw;
	}
	#ef_k {
		padding-top: 9vw;
	}
	#ef_k .col-sm-12 {
		background-color: #f2f2f2;
	}
	.ef_k_box {
		background-color: #fff;
		margin-left: 3vw;
		margin-right: 3vw;
		padding-left: 10vw;
		padding-right: 10vw;
	}
	.ef_k_box01 {
		font-size: 1.4vw;
		letter-spacing: 0.1em;
		text-align: center;
		padding-top: 1.5vw;
		margin-bottom: 1.5vw;
	}
	.ef_k_box02 {
		font-size: 3.5vw;
		letter-spacing: 0.09em;
		text-align: center;
		margin-bottom: 2.5vw;
	}
	.ef_k_box03 {
		display: flex;
		align-items: center;
		background-color: #f2f2f2;
		margin-bottom: 3.5vw;
	}
	.ef_k_box03a {
		width: 28vw;
	}
	.ef_k_box03b {
		width: calc(100% - 28vw);
		padding: 0 5.5vw;
	}
	.ef_k_box03b_1 {
		font-size: 1.7vw;
		letter-spacing: 0.07em;
		margin-bottom: 1.5vw;
	}
	.ef_k_box03b_2 {
		font-size: 3.5vw;
		letter-spacing: 0.07em;
		margin-bottom: 2.5vw;
	}
	.ef_k_box03b_2 span {
		font-size: 2.3vw;
	}
	.ef_k_box03b_3 {
		font-size: 1.25vw;
		letter-spacing: 0.015em;
		line-height: 1.7;
	}
	.ef_k_box04 {
		margin-bottom: 2.5vw;
	}
	.ef_k_box04a:not(:last-child) {
		padding-bottom: 2.5vw;
		border-bottom: 1px dashed #2e2f2f;
		margin-bottom: 2.5vw;
	}
	.ef_k_box04a_1 {
		font-size: 2.4vw;
		letter-spacing: 0.05em;
		color: #75b14d;
		font-weight: bold;
		margin-bottom: 1.5vw;
	}
	.ef_k_box04a_2 {
		font-size: 1.5vw;
		letter-spacing: 0.03em;
		line-height: 1.8;
	}
	.ef_k_box04a_2 span {
		font-weight: bold;
		text-decoration: underline;
	}
	.ef_k_box05 {
		font-size: 0.9vw;
		letter-spacing: 0.07em;
		text-align: right;
		padding-bottom: 2.5vw;
	}
}

@media screen and (max-width: 767px) {
	.ef_c_box00 {
	  width: 31.47vw;
	  margin-inline: auto;
	  margin-bottom: 5.33vw;
	}
	.ef_c_box01 {
	  background-color: #f4f4f4;
	  padding: 13.33vw 0 5.33vw;
	  text-align: center;
	}
	.ef_c_box01a {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 3.07vw;
	  letter-spacing: 0.1em;
	  margin-bottom: 3.33vw;
	}
	.ef_c_box01a:before, .ef_c_box01a:after {
	  background-color: #2f2f2f;
	  content: "";
	  height: 1px;
	  width: 12vw;
	}
	.ef_c_box01a:before {
	  margin-right: 2.67vw;
	}
	.ef_c_box01a:after {
	  margin-left: 2.67vw;
	}
	.ef_c_box01b {
	  font-size: 5.33vw;
	  letter-spacing: 0.09em;
	  margin-bottom: 4.67vw;
	}
	.ef_c_box01c .h_lv1 {
	  display: block;
	  font-size: 4.27vw;
	  letter-spacing: 0.12em;
	  margin-bottom: 2vw;
	}
	.ef_c_box02 {
	  position: relative;
	}
	.ef_c_box03 {
	  background-color: #f4f4f4;
	  padding: 6.67vw;
	}
	.ef_c_box03a {
	  background-color: #fff;
	  padding: 8.67vw;
	  display: flex;
	  flex-direction: column-reverse;
	}
	.ef_c_box03a_2 {
	  width: 56.13vw;
	  margin-inline: auto;
	  margin-bottom: 6vw;
	}
	.ef_c_box03a_1a {
	  font-size: 4.13vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.ef_c_box03a_1a .h_lv2 {
	  font-size: 2.4vw;
	  letter-spacing: 0.07em;
	  padding-left: 2vw;
	}
	.ef_c_box03a_1b {
	  font-size: 3.07vw;
	  letter-spacing: 0.02em;
	  line-height: 1.57;
	}
	.ef_d_box {
	  padding-top: 22.67vw;
	}
	.ef_d_box01 {
	  margin-left: 5.33vw;
	  margin-right: 5.33vw;
	  background-color: #f4f4f4;
	  padding: 6.67vw 8vw 2vw;
	}
	.ef_d_box01a {
	  font-size: 4.93vw;
	  letter-spacing: 0.125em;
	  margin-bottom: 2.67vw;
	  text-align: center;
	}
	.ef_d_box01a_1 {
	  padding-top: 0.67vw;
	}
	.ef_d_box01b_1a {
	  font-size: 3.87vw;
	  letter-spacing: 0.035em;
	  margin-bottom: 2.67vw;
	}
	.ef_d_box02 {
	  display: flex;
	  flex-wrap: wrap;
	  margin-bottom: 18.67vw;
	}
	.ef_d_box02a {
	  width: 50%;
	}
	.ef_d_box03 {
	  text-align: center;
	}
	.ef_d_box03a {
	  font-size: 5.6vw;
	  letter-spacing: 0.06em;
	  font-weight: bold;
	}
	.ef_d_box03a .dot-text {
	  display: block;
	}
	.ef_d_box03a .dot-text {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  padding-top: 3.33vw;
	  padding-bottom: 6.67vw;
	  font-size: 8vw;
	  letter-spacing: 0.12em;
	}
	.ef_d_box03a .dot-text:before, .ef_d_box03a .dot-text:after {
	  background-color: #2f2f2f;
	  content: "";
	  height: 1px;
	  width: 26.67vw;
	  margin-left: 3.33vw;
	  margin-right: 3.33vw;
	}
	.ef_d_box03b {
	  font-size: 4.53vw;
	  letter-spacing: 0.06em;
	  line-height: 1.65;
	  margin-bottom: 6vw;
	}
	.ef_d_box03b strong {
	  border-bottom: 1px solid #323232;
	}
	.ef_d_box03b_1 {
	  display: block;
	  border-bottom: none;
	  font-size: 8.93vw;
	  letter-spacing: 0.05em;
	  line-height: 1.24;
	  font-weight: normal;
	  color: #fff;
	  background: rgb(102, 102, 102);
	  background: linear-gradient(180deg, rgb(102, 102, 102) 0%, rgb(51, 51, 51) 100%);
	  padding: 4vw 0;
	  margin-inline: 6vw;
	  margin-top: 4vw !important;
	}
	.ef_d_box03c {
	  display: flex;
	  flex-direction: column;
	  width: -webkit-fit-content;
	  width: -moz-fit-content;
	  width: fit-content;
	  margin-inline: auto;
	  margin-bottom: 3.33vw;
	}
	.ef_d_box03c_2 {
	  font-size: 4.13vw;
	  letter-spacing: 0.13em;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.ef_d_box03c_3 {
	  font-size: 6.53vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.ef_d_box03c_4 {
	  font-size: 6.53vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	  margin-bottom: 2vw;
	}
	.ef_d_box03c_4 sup {
	  font-size: 2vw;
	  vertical-align: super;
	}
	.ef_d_box03c_1 {
	  font-size: 2.4vw;
	  letter-spacing: 0.05em;
	  text-align: right;
	}
	.ef_d_box04_bg {
	  width: 100%;
	  padding-top: 22.67vw;
	  padding-bottom: 6.67vw;
	  position: relative;
	  background-color: #f5f5f5;
	}
	.ef_d_box04_bg:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 10vw, 0 0%);
			  clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 10vw, 0 0%);
	  width: 100%;
	  height: 100%;
	  background-color: #fff;
	}
	.ef_d_box04a {
	  font-size: 4.27vw;
	  letter-spacing: 0.06em;
	  line-height: 1.78;
	  text-align: center;
	  margin-bottom: 6.67vw;
	}
	.ef_d_box04b {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	.ef_d_box04b_1 {
	  width: 41.33vw;
	  height: 41.33vw;
	  border: 1px solid transparent;
	  background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #75b24d 0%, #438ade 100%);
	  background-origin: padding-box, border-box;
	  background-clip: padding-box, border-box;
	  box-sizing: border-box;
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  font-size: 3.73vw;
	  letter-spacing: 0.1em;
	  line-height: 1.75;
	  margin-bottom: 4vw;
	}
	.ef_d_box04c {
	  text-align: center;
	  font-size: 11.47vw;
	  letter-spacing: 0.07em;
	  line-height: 1.26;
	  font-weight: bold;
	  margin-bottom: 8vw;
	}
	.ef_d_box04d {
	  margin-left: 2vw;
	  margin-right: 2vw;
	}
	.ef_d_box05 {
	  padding-top: 25.33vw;
	}
	.ef_d_box05 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  margin-bottom: 4vw;
	}
	.ef_d_box06 {
	  margin-bottom: 5.33vw;
	}
	.ef_d_box07 {
	  font-size: 5.07vw;
	  letter-spacing: 0.085em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 4vw;
	}
	.ef_d_box07a {
	  display: inline-block;
	  width: 4.93vw;
	  margin-left: 1.33vw;
	  margin-right: 1.33vw;
	}
	.ef_d_box08 {
	  font-size: 10.8vw;
	  letter-spacing: -0.015em;
	  line-height: 1.19;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 3.33vw;
	}
	.ef_d_box09 {
	  text-align: center;
	  font-size: 1.87vw;
	  letter-spacing: 0.05em;
	}
	.ef_e_box {
	  padding-top: 26.67vw;
	}
	.ef_e_box01 {
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.ef_e_box01 .h_lv2 {
	  display: inline-block;
	  font-size: 4.13vw;
	  letter-spacing: 0.13em;
	  margin-bottom: 2.67vw;
	}
	.ef_e_box01 .h_lv1 {
	  display: inline-block;
	  font-size: 9.33vw;
	  letter-spacing: 0.01em;
	  font-weight: bold;
	  white-space: nowrap;
	}
	.ef_e_box02 {
	  margin-bottom: 18vw;
	}
	.ef_e_box04a {
	  width: 78.53vw;
	  background-color: #fff;
	  padding-top: 4vw;
	  padding-bottom: 1.33vw;
	  font-size: 3.73vw;
	  letter-spacing: 0.14em;
	  font-weight: bold;
	  text-align: center;
	  margin-inline: auto;
	  margin-bottom: 9.33vw;
	  margin-top: -8.67vw !important;
	  position: relative;
	}
	.ef_e_box04b {
	  width: 71.2vw;
	  margin-inline: auto;
	  margin-bottom: 5.33vw;
	}
	.ef_e_box04c {
	  font-size: 4.13vw;
	  letter-spacing: 0.13em;
	  line-height: 1.65;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.ef_e_box04f {
	  margin-bottom: 6.67vw;
	}
	.ef_e_box04d {
	  margin-left: 4vw;
	  margin-right: 4vw;
	  margin-bottom: 8vw;
	}
	.ef_e_box04e {
	  margin-left: 4vw;
	  margin-right: 4vw;
	  margin-bottom: 9.33vw;
	}
	.ef_e_box05 {
	  margin-left: 4vw;
	  margin-right: 4vw;
	  margin-bottom: 11.33vw;
	}
	.ef_e_box06 {
		padding-top: 24vw;
	}
	.ef_e_box06a {
	  background-color: #75b24d;
	  padding: 3.33vw;
	  font-size: 4vw;
	  letter-spacing: 0.07em;
	  color: #fff;
	  text-align: center;
	  border-radius: 3px;
	  margin-left: 8vw;
	  margin-right: 8vw;
	  margin-bottom: 9.33vw;
	}
	.ef_e_box06b {
	  padding-bottom: 8vw;
	  margin-left: 8vw;
	  margin-right: 8vw;
	  margin-bottom: 10.67vw;
	}
	.ef_e_box06b_1a {
	  font-size: 4.93vw;
	  letter-spacing: 0.1em;
	  line-height: 1.35;
	  font-weight: bold;
	  margin-bottom: 6vw;
	  white-space: nowrap;
	}
	.ef_e_box06 .splide__arrow {
		background-color: transparent;
	}
	.ef_e_box06 .splide__arrow--prev {
		left: -2em;
	}
	.ef_e_box06 .splide__arrow--prev img{
		width: 3.5vw;
	}
	.ef_e_box06 .splide__arrow--next {
		right: -2em;
	}
	.ef_e_box06 .splide__arrow--next img{
		width: 3.5vw;
	}
	.splide__pagination__page.is-active {
	  background: #000000 !important;
	  transform: scale(1) !important;
	}
	.splide__pagination__page {
	  background: #ccc;
	  margin: 3px 6px !important;
	  width: 8px;
	}
	.ef_e_box07 {
		background-color: #f2f2f2;
		padding-bottom: 4.5vw;
	}
	.ef_e_box07c,
	.ef_e_box07d {
		background-color: #fff;
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.ef_e_box07a {
		font-size: 3.4vw;
		letter-spacing: 0.1em;
		text-align: center;
		padding-bottom: 4vw;
		background-color: #fff;
	}
	.ef_e_box07b {
		display: flex;
		background-color: #fff;
	}
	.ef_e_box07b_1 {
		width: 48vw;
	}
	.ef_e_box07b_1 img {
		height: 100%;
    	object-fit: cover;
	}
	.ef_e_box07b_2 {
		width: calc(100% - 48vw);
		padding: 0 4.5vw;
	}
	.ef_e_box07b_2a {
		font-size: 6.5vw;
		font-weight: bold;
		letter-spacing: 0.09em;
		line-height: 1.4;
		text-align: center;
		padding-bottom: 4.5vw;
		background-color: #fff;
	}
	.ef_e_box07b_2a span {
		font-size: 5.3vw;
	}
	.ef_e_box07b_2b {
		font-size: 2.6vw;
		letter-spacing: 0.07em;
		line-height: 1.5;
		margin-bottom: 1.0vw;
	}
	.ef_e_box07b_2c {
		font-size: 6.0vw;
		letter-spacing: 0.09em;
		font-weight: bold;
		margin-bottom: 3.0vw;
	}
	.ef_e_box07b_2c span {
		font-size: 4.1vw;
	}
	.ef_e_box07b_2d {
		font-size: 2.5vw;
		line-height: 1.4;
	}
	.ef_e_box07c {
		padding: 6.5vw 2.5vw 9vw;
	}
	.ef_e_box07d_1 {
		font-size: 4.5vw;
		letter-spacing: 0.07em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 4.5vw;
	}
	.ef_e_box07d_2 {
		padding: 0 5vw 5vw;
	}
	.ef_e_box07d_2a {
		font-size: 3.4vw;
		line-height: 1.6;
	}
	.ef_e_box07d_2b {
		width: 32.5vw;
		float: right;
		margin-left: 2vw;
	}
	.ef_e_box07e {
		font-size: 2.4vw;
		letter-spacing: 0.035em;
		text-align: right;
		margin-right: 4vw;
		padding-top: 1vw;
	}

	.ef_e_box08a {
		background-color: #f2f2f2;
		padding: 6vw 10vw 6vw 14vw;
		overflow: hidden;
	}
	.ef_e_box08a_1 {
		width: 23.5vw;
		float: left;
		margin-right: 3vw;
	}
	.ef_e_box08a_2 {
		float: left;
		font-size: 4.8vw;
		/* letter-spacing: 0.1em; */
		line-height: 1.3;
		color: #004097;
		font-weight: bold;
		padding-top: 6.5vw;
	}
	.ef_e_box08a_3 {
		clear: both;
		padding-top: 3.0vw;
		font-size: 2.8vw;
		letter-spacing: 0.06em;
		line-height: 1.4;
	}
	.ef_e_box08a_3 span {
		font-size: 3.2vw;
		color: #004097;
		font-weight: bold;
		text-decoration: underline;
	}
	.ef_e_box08b {
		padding-top: 4.5vw;
		padding-bottom: 14vw;
		margin-left: 13vw;
		margin-right: 9vw;
	}
	.ef_e_box08b_1 {
		margin-bottom: 4vw;
	}
	.ef_e_box08b_2 {
		font-size: 2.8vw;
		line-height: 1.4;
	}
	.ef_e_box08b_2 span {
		font-size: 3.2vw;
		color: #6fb5ae;
		font-weight: bold;
		text-decoration: underline;
	}

	.ef_f_box01 {
	  margin-left: 6.67vw;
	  margin-bottom: 4.67vw;
	  font-size: 5.73vw;
	  letter-spacing: 0.18em;
	  line-height: 1.51;
	  font-weight: bold;
	}
	.ef_f_box02 {
	  display: flex;
	  flex-direction: column-reverse;
	}
	.ef_f_box02b {
	  margin-bottom: 5.33vw;
	}
	.ef_f_box03 {
	  display: flex;
	  flex-direction: column-reverse;
	}
	.ef_f_box02a {
	  margin-left: 6vw;
	  margin-right: 6vw;
	  margin-bottom: 4vw;
	}
	.ef_f_box02a_1 {
	  color: #75b24d;
	  font-size: 3.07vw;
	  letter-spacing: 0.14em;
	  font-weight: 600;
	  margin-bottom: 6.67vw;
	}
	.ef_f_box02a_1a {
	  display: inline-block;
	  vertical-align: middle;
	  color: #75b24d;
	  line-height: 1;
	  width: 0.8em;
	  height: 0.8em;
	  border: 0.1em solid currentColor;
	  border-left: 0;
	  border-bottom: 0;
	  box-sizing: border-box;
	  transform: translateX(-25%) rotate(45deg);
	  margin-left: 2vw;
	  margin-right: 2vw;
	}
	.ef_f_box02a_2 {
	  font-size: 4vw;
	  letter-spacing: 0.1em;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.ef_f_box02a_3 {
	  font-size: 8vw;
	  letter-spacing: 0.1em;
	  line-height: 1.28;
	  font-weight: bold;
	  margin-bottom: 4.67vw;
	}
	.ef_f_box02a_4 {
	  font-size: 3.47vw;
	  letter-spacing: 0.03em;
	  line-height: 1.62;
	}
	.ef_f_box02a_4 strong {
	  font-weight: normal;
	}
	.ef_f_box02c {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  margin-bottom: 18vw;
	}
	.ef_f_box02c_1 {
	  margin-bottom: 3.33vw;
	}
	.ef_f_box02c_2 {
	  text-align: center;
	  font-size: 4.27vw;
	  letter-spacing: 0.075em;
	  font-weight: bold;
	  margin-bottom: 4.67vw;
	}
	.ef_f_box02c_3 {
	  background-color: #f1f1f1;
	  padding: 2.67vw;
	  font-size: 4vw;
	  letter-spacing: 0.16em;
	  line-height: 1.5;
	  color: #75b24d;
	  font-weight: bold;
	  text-align: center;
	}
	.ef_f_box03 .ef_f_box02a_1 {
	  color: #438ade;
	}
	.ef_f_box03 .ef_f_box02a_1a {
	  color: #438ade;
	}
	.ef_f_box03 + .ef_f_box02c .ef_f_box02c_3 {
	  color: #438ade;
	}
	.ef_g_box_bg {
	  background-color: #f4f4f4;
	  padding: 8vw 0vw 6.67vw;
	}
	.ef_g_box01 {
	  background-color: #fff;
	  margin-left: 3.33vw;
	  margin-right: 3.33vw;
	  padding: 6.67vw 4vw;
	}
	.ef_g_box02 {
	  background-color: #fff;
	  margin-left: 3.33vw;
	  margin-right: 3.33vw;
	  margin-bottom: 9.33vw;
	  padding: 6.67vw 4vw;
	}
	.ef_g_box01a {
	  font-size: 3.87vw;
	  letter-spacing: 0.125em;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.ef_g_box01b {
	  border: 1px solid #2f2f2f;
	  width: 69.6vw;
	  margin-inline: auto;
	  font-size: 4vw;
	  letter-spacing: 0.025em;
	  text-align: center;
	  margin-bottom: 4vw;
	  padding: 1.33vw;
	}
	.ef_g_box01c {
	  font-size: 7.47vw;
	  letter-spacing: 0.035em;
	  line-height: 1.39;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 3.33vw;
	}
	.ef_g_box02a {
	  border: 1px solid #2f2f2f;
	  width: 69.6vw;
	  margin-inline: auto;
	  font-size: 4vw;
	  letter-spacing: 0.025em;
	  text-align: center;
	  margin-bottom: 4vw;
	  padding: 1.33vw;
	}
	.ef_g_box02b {
	  font-size: 4vw;
	  letter-spacing: 0.085em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 2.67vw;
	}
	.ef_g_box02c {
	  font-size: 7.47vw;
	  letter-spacing: 0.035em;
	  line-height: 1.39;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 8vw;
	}
	.ef_g_box03c {
	  margin-left: 8vw;
	}
	.ef_g_box03c_1a {
	  width: 83.33vw;
	  background-color: #fff;
	  padding: 2vw;
	  font-size: 4.53vw;
	  letter-spacing: 0.29em;
	  text-align: center;
	  position: relative;
	}
	.ef_g_box03c_1a .h_lv2 {
	  font-size: 2.4vw;
	  letter-spacing: 0.05em;
	  position: absolute;
	  right: 0.5em;
	  bottom: 0.5em;
	}
	.ef_g_box03c_1b {
	  font-size: 3.47vw;
	  letter-spacing: 0.07em;
	  line-height: 1.65;
	  padding-top: 2.67vw;
	  padding-bottom: 2.67vw;
	  padding-left: 5.33vw;
	  white-space: nowrap;
	}
	.ef_g_box03c_1c {
	  font-size: 4.93vw;
	  letter-spacing: 0.1em;
	  color: #75b24d;
	  font-weight: bold;
	  padding-left: 5.33vw;
	}
	.ef_g_box03c_1 > div {
	  margin-bottom: 4.67vw;
	  position: relative;
	}
	.ef_g_box03c_1 > div:before {
	  content: "";
	  display: block;
	  height: 93%;
	  border-left: 1px solid #75b24d;
	  width: 2vw;
	  position: absolute;
	  left: 2vw;
	  top: 0;
	  border-bottom: 1px solid #75b24d;
	}
	.ef_h_box {
	  padding-top: 26.67vw;
	}
	.ef_h_box01 {
	  margin-left: 5.33vw;
	  margin-bottom: 4vw;
	  font-size: 5.73vw;
	  letter-spacing: 0.18em;
	  line-height: 1.51;
	  font-weight: bold;
	}
	.ef_h_box02 {
	  display: flex;
	  flex-direction: column-reverse;
	  margin-bottom: 18.67vw;
	}
	.ef_h_box02b_1 {
	  position: relative;
	}
	.ef_h_box02b_1a {
	  width: 25.73vw;
	  position: absolute;
	  right: 0;
	  top: 70%;
	}
	.ef_h_box02a_1.sp {
	  padding-top: 6vw;
	  margin-left: 6.67vw;
	  margin-bottom: 5.33vw;
	  font-size: 3.07vw;
	  letter-spacing: 0.14em;
	  font-weight: bold;
	  color: #75b24d;
	}
	.ef_h_box02a_2.sp {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 8vw;
	  letter-spacing: 0.1em;
	  line-height: 1.28;
	  font-weight: bold;
	  white-space: nowrap;
	  margin-bottom: 4.67vw;
	}
	.ef_h_box02a_2.sp .tx-line {
	  border-bottom: 1px solid #000000;
	}
	.ef_h_box02b_2 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 3.47vw;
	  letter-spacing: 0.03em;
	  line-height: 1.62;
	  margin-bottom: 4vw;
	}
	.ef_h_box02a_3 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  margin-bottom: 1.33vw;
	}
	.ef_h_box02a_4 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 2.4vw;
	  letter-spacing: 0.05em;
	  line-height: 1.44;
	}
	.ef_h_box03 {
	  display: flex;
	  flex-direction: column-reverse;
	  margin-bottom: 16vw;
	}
	.ef_h_box03b_1 {
	  position: relative;
	}
	.ef_h_box03b_1a {
	  width: 25.73vw;
	  position: absolute;
	  right: 0;
	  top: 70%;
	}
	.ef_h_box03a_1.sp {
	  padding-top: 6vw;
	  margin-left: 6.67vw;
	  margin-bottom: 5.33vw;
	  font-size: 3.07vw;
	  letter-spacing: 0.14em;
	  font-weight: bold;
	  color: #75b24d;
	}
	.ef_h_box03a_2.sp {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 8vw;
	  letter-spacing: 0.1em;
	  line-height: 1.28;
	  font-weight: bold;
	  white-space: nowrap;
	  margin-bottom: 4.67vw;
	}
	.ef_h_box03a_2.sp .tx-line {
	  border-bottom: 1px solid #000000;
	}
	.ef_h_box03b_2 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 3.47vw;
	  letter-spacing: 0.03em;
	  line-height: 1.62;
	  margin-bottom: 4vw;
	}
	.ef_h_box03a_3 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  margin-bottom: 3.33vw;
	}
	.ef_h_box03a_4 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 4.27vw;
	  letter-spacing: 0.095em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 3.33vw;
	}
	.ef_h_box03a_5 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  border: 1px solid #2f2f2f;
	  padding: 3.33vw;
	  font-size: 3.87vw;
	  letter-spacing: 0.1em;
	  line-height: 1.48;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.ef_h_box03a_6 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 2.4vw;
	  letter-spacing: 0.05em;
	  line-height: 1.44;
	}
	.ef_h_box04 {
	  display: flex;
	  flex-direction: column-reverse;
	  margin-bottom: 26.67vw;
	}
	.ef_h_box04b_1 {
	  position: relative;
	}
	.ef_h_box04b_1a {
	  width: 25.73vw;
	  position: absolute;
	  right: 0;
	  top: 70%;
	}
	.ef_h_box04a_1 {
	  padding-top: 6vw;
	  margin-left: 6.67vw;
	  margin-bottom: 5.33vw;
	  font-size: 3.07vw;
	  letter-spacing: 0.14em;
	  font-weight: bold;
	  color: #75b24d;
	}
	.ef_h_box04a_2 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 8vw;
	  letter-spacing: 0.1em;
	  line-height: 1.28;
	  font-weight: bold;
	  white-space: nowrap;
	  margin-bottom: 4.67vw;
	}
	.ef_h_box04a_2 .tx-line {
	  border-bottom: 1px solid #000000;
	}
	.ef_h_box04b_2 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 3.47vw;
	  letter-spacing: 0.03em;
	  line-height: 1.62;
	  margin-bottom: 4vw;
	}
	.ef_h_box04a_3 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	  font-size: 3.47vw;
	  letter-spacing: 0.03em;
	  line-height: 1.62;
	}
	.ef_i_box01 {
	  font-size: 4.67vw;
	  letter-spacing: 0.16em;
	  line-height: 1.6;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 6.67vw;
	}
	.ef_i_box01 .h_lv1 {
	  font-size: 6vw;
	  letter-spacing: 0.16em;
	}
	.ef_i_box02 {
	  margin-bottom: 19.33vw;
	}
	.ef_i_box02a {
	  display: flex;
	  flex-wrap: wrap;
	}
	.ef_i_box02a_1 {
	  width: 50%;
	}
	.ef_i_box02a_2 {
	  width: 50%;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  padding: 0 5.33vw;
	}
	.ef_i_box02a_2a {
	  font-size: 4.93vw;
	  letter-spacing: 0.1em;
	  line-height: 1.51;
	  font-weight: bold;
	  margin-bottom: 5.33vw;
	  white-space: nowrap;
	}
	.ef_i_box02a_2b {
	  font-size: 3.33vw;
	  letter-spacing: 0.036em;
	  line-height: 1.48;
	}
	.ef_i_box02a_2c {
	  font-size: 2.4vw;
	  letter-spacing: 0.05em;
	  line-height: 1.39;
	  padding-top: 2.67vw;
	}
	.ef_i_box02a:nth-child(2n) {
	  flex-direction: row-reverse;
	}
	.ef_i_box03 {
	  font-size: 4.67vw;
	  letter-spacing: 0.16em;
	  line-height: 1.6;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.ef_i_box03 .h_lv1 {
	  font-size: 6vw;
	  letter-spacing: 0.16em;
	}
	.ef_i_box04 {
	  margin-left: 4vw;
	  margin-right: 4vw;
	  margin-bottom: 5.33vw;
	}
	.ef_i_box05 {
	  margin-left: 13.33vw;
	  margin-right: 13.33vw;
	  margin-bottom: 5.33vw;
	}
	.ef_i_box06 {
	  margin-bottom: 20vw;
	}
	.ef_j_box01 {
	  background-color: #545454;
	  font-size: 5.33vw;
	  letter-spacing: 0.09em;
	  text-align: center;
	  color: #fff;
	  padding: 2.67vw;
	  margin-bottom: 6.67vw;
	}
	.ef_j_box02 {
	  margin-left: 8vw;
	  margin-right: 8vw;
	}
	.ef_j_box02a {
	  margin-bottom: 6.67vw;
	}
	.ef_j_box02a_1 {
	  font-size: 4.93vw;
	  letter-spacing: 0.1em;
	  line-height: 1.35;
	  font-weight: bold;
	  white-space: nowrap;
	  margin-bottom: 3.33vw;
	}
	.ef_j_box03 {
	  background-color: #545454;
	  font-size: 4.13vw;
	  letter-spacing: 0.11em;
	  line-height: 1.2;
	  text-align: center;
	  color: #fff;
	  padding: 2.67vw;
	  margin-bottom: 6.67vw;
	}
	.ef_j_box03 .h_lv1 {
	  font-size: 5.33vw;
	}
	.ef_j_box04 {
	  margin-left: 8vw;
	  margin-right: 8vw;
	  margin-bottom: 16vw;
	}
	.ef_j_box04a {
	  margin-bottom: 6.67vw;
	}
	.ef_j_box04a_1 {
	  font-size: 4.93vw;
	  letter-spacing: 0.1em;
	  line-height: 1.35;
	  font-weight: bold;
	  white-space: nowrap;
	  margin-bottom: 3.33vw;
	}
	.ef_j_box05 {
	  background-color: #545454;
	  font-size: 5.33vw;
	  letter-spacing: 0.09em;
	  line-height: 1.7;
	  text-align: center;
	  color: #fff;
	  padding: 2.67vw;
	  margin-bottom: 6.67vw;
	}
	.ef_j_box06 {
	  margin-left: 8vw;
	  margin-right: 8vw;
	  margin-bottom: 22.67vw;
	}
	#ef_k {
		padding-top: 12vw;
	}
	.ef_k_box01 {
		font-size: 3.4vw;
		letter-spacing: 0.1em;
		text-align: center;
		text-decoration: underline;
		margin-bottom: 3vw;
	}
	.ef_k_box02 {
		font-size: 6.9vw;
		letter-spacing: 0.09em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 4vw;
	}
	.ef_k_box03 {
		display: flex;
		align-items: center;
	}
	.ef_k_box03a {
		width: 51vw;
	}
	.ef_k_box03b {
		width: calc(100% - 51vw);
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.ef_k_box03b_1 {
		font-size: 2.8vw;
		letter-spacing: 0.07em;
		line-height: 1.4;
		margin-bottom: 1vw;
	}
	.ef_k_box03b_2 {
		font-size: 6vw;
		letter-spacing: 0.07em;
		font-weight: bold;
		margin-bottom: 5vw;
	}
	.ef_k_box03b_2 span {
		font-size: 4.1vw;
	}
	.ef_k_box03b_3 {
		font-size: 2.5vw;
		letter-spacing: 0.035em;
		line-height: 1.6;
	}
	.ef_k_box045 {
		background-color: #f2f2f2;
		padding: 2vw;
	}
	.ef_k_box04 {
		background-color: #fff;
		padding: 0 6vw;
		margin-bottom: 1vw;
	}
	.ef_k_box04a {
		padding: 6vw 0;
	}
	.ef_k_box04a:not(:last-child) {
		border-bottom: 1px dashed #2e2f2f;
	}
	.ef_k_box04a_1 {
		font-size: 4.5vw;
		letter-spacing: 0.05em;
		color: #75b14d;
		font-weight: bold;
		margin-bottom: 3vw;
	}
	.ef_k_box04a_2 {
		font-size: 3.4vw;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
	.ef_k_box04a_2 span {
		font-weight: bold;
		text-decoration: underline;
	}
	.ef_k_box05 {
		font-size: 2.5vw;
		letter-spacing: 0.035em;
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.pd_c_bnr2 {
		padding-bottom: 0;
	}
	.event_pc_date--ef {
		position: absolute;
		left: 36vw;
		top: 44vw;
		font-size: 3vw;
	}
	.event_pc_date--ef_add {
		position: absolute;
		left: 18.5vw;
		bottom: 25.4vw;
		font-size: 3.5vw;
		letter-spacing: 0.4vw;
	}
}
@media screen and (min-width: 768px) {
	.pd_c_bnr2 {
		padding-bottom: 0;
	}
	.event_pc_date--ef {
		position: absolute;
		left: 32.5vw;
		top: 3vw;
		font-size: 0.65vw;
		line-height: 1.3;
	}
	.event_pc_date--ef_add {
		position: absolute;
		left: 11.5vw;
		bottom: 2.6vw;
		font-size: 1vw;
		line-height: 1.3;
		width: 29vw;
		letter-spacing: .5vw;
	}
}

/***          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_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_2_txt{
font-size: 2.6vw;
line-height: 1.4;
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;
}
.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_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: 16vw;
margin-left: 2vw;
}
.pd_o_related_box_2_ttl{
font-size: 1.0vw;
line-height: 1.5;
font-weight: bold;
padding-bottom: 1vw;
}
.pd_o_related_box_2_ttl small {
font-weight: normal;
font-size: 0.78vw;
}
.pd_o_related_box_2_txt{
font-size: 0.8vw;
line-height: 1.6vw;
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;
}
}
/***          o          ***/

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