/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/medineck/
Description: MYTREX MEDI NECK
Version: 1.0
*/

/*フェイスライン*/
#video-mn {
	position: relative;
	width: 100%;
	height: auto;
}
#video-btn, #video-btn.current{
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: none;
}
#video-btn::after {
	position: absolute;
	content: '';
	display: block;
	background-image: url(/wp-content/themes/mytrex/img/product/drhn/mv_play.png);
	background-size: cover;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 1.0;
}
#video-btn.current::after {
	background-image: url(/wp-content/themes/mytrex/img/product/prove/mv_stop.png);
	opacity: 0.1;
	transform: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	top: auto;
	left: auto;
}
@media screen and (max-width: 767px) {
	#video-btn::after {
		width: 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 {
		width: 9vw;
		height: 9vw;
		bottom: 6vw;
		right: 2vw;
   }
}
@media screen and (min-width: 768px) {
   #video-btn::after {
		width: 6vw;
		height: 6vw;
	}
	#video-btn.current::after {
		width: 6vw;
		height: 6vw;
   }
	#video-btn.current::after {
		bottom: 2vw;
		right: 2vw;
   }
}
#header {
   /*はじめの高さを設定*/
	height: 7vw;
	width: 100%;
   /*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
	position: fixed;
	z-index: 999;
   /*最前面へ*/
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-14vw);
   }
	to {
		opacity: 1;
		transform: translateY(0);
   }
}
main {
	height: 100%;
   /*min-height: 100vh;
   */
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 8vw;
}
@media screen and (max-width: 767px) {
	.wrapper>main {
		margin-top: 20vw;
   }
}
@media screen and (min-width: 768px) {
	main {
		margin-top: 3vw !important;
   }
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
   }
}
@media screen and (min-width: 768px) {
	.container {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
   }
}
.fs {
	font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}
/* pagetop -------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#pageTop2 {
		position: fixed;
		bottom: 2vw;
		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.1vw;
		line-height: 1;
		letter-spacing: .5vw;
   }
	.pd_c_nm4 {
		padding: 1vw 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.2vw;
		line-height: 1.6;
		letter-spacing: .3vw;
   }
	.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: 0vw 4vw 4vw;
		font-size: 6vw;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0vw;
   }
	.outofstock_blank {
		padding-bottom: 15% !important;
   }
	.pd_c_price2b {
		font-size: 2.5vw;
		line-height: 2.5vw;
		padding-left: 2vw;
   }
}
@media screen and (min-width: 768px) {
	.pd_c_slider {
		padding: 0vw 8vw;
   }
	.pd_c_box {
		padding: 1vw 1vw;
   }
	.pd_c_ttl_sub {
		padding: 0vw 0vw 0vw;
		font-size: 1.3vw;
		line-height: 1;
		letter-spacing: 0.05vw;
   }
	.pd_c_ttl_sub2 {
		padding: 1.4vw 0vw 1vw;
		font-size: 1.6vw;
		line-height: 1;
		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.37vw;
		line-height: 1.6;
		letter-spacing: .1vw;
		padding-bottom: 3vw;
   }
	.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: 2vw;
		font-weight: 800;
		line-height: 1;
		letter-spacing: 0.1vw;
   }
	.pd_c_price2b {
		font-size: 1.2vw;
		line-height: 4vw;
   }
}
/*** c ***/

/*** l ***/
@media screen and (max-width: 767px) {
	.pd_l_area {
		padding: 4vw 4vw;
   }
	.pd_l_area_ttl {
		font-size: 5vw;
		line-height: 5vw;
		letter-spacing: 1.0vw;
		color: #231815;
		padding-bottom: 6vw;
		text-align: center;
   }
	.pd_l_box_are {
		padding: 0vw 0vw;
   }
	.pd_l_box_are2 {
		padding: 0vw 4vw;
   }
	.pd_l_box1 {
		padding: 4vw 23vw;
		text-align: center;
   }
	.pd_l_box2 {
		padding: 0vw 0vw 5vw;
   }
	.pd_l_box3 {
		float: left;
		width: 33%;
		padding: 0.5vw;
   }
	.pd_l_icon {
		padding: 0vw;
		width: 100%;
		line-height: 0;
   }
	.pd_l_icon img {
		width: 100%;
   }
	.pd_l_text {
		font-size: 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: 4.0vw;
font-weight: bold;
letter-spacing: 0.2em;
margin-bottom: 3.0vw;
}
.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.02em;
    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: 2.6vw;
    font-weight: 400;
    line-height: 1;
    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          ***/

/*** MEDI NECK ***/
.pd_wrap {
	color: #323232;
}
.videoWrap{
	position: relative;
	width: 100%;
	height: 100%;
}
.videoWrap video{
	min-height: 100%;
	min-width: 100%;
}

div#mn_k{
		margin-bottom: 10vw;
	}

@media screen and (min-width: 768px) {
	.mn_a_box01_bg {
	  background-color: #e9edef;
	  padding-top: 4.69vw;
	  padding-bottom: 6.77vw;
	}
	.mn_a_box01a {
	  font-size: 2.34vw;
	  letter-spacing: 0.05em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.mn_a_box01b {
	  margin-left: 13.54vw;
	  margin-right: 13.54vw;
	}
	.mn_a_box02 {
	  margin-left: 13.54vw;
	  margin-right: 13.54vw;
	}
	.mn_a_box02_bg {
	  background-color: #fff;
	  padding: 3.13vw 4.95vw 3.13vw 5.21vw;
	  margin-top: -3.65vw !important;
	}
	.mn_a_box02a {
	  font-size: 4.79vw;
	  line-height: 1.3;
	  color: #2f2f2f;
	}
	.mn_a_box02a span {
	  color: #919191;
	}
	
	.mn_a_box02c:nth-child(2) .mn_a_box02a {
        font-feature-settings: "palt";
		line-height: 1.15;
	}
	
	.mn_a_box02b {
	  width: 30.83vw;
	}
	
	.mn_a_box02c {
		display: flex;
		justify-content: space-between;
	}
}
	
.mn_a_box02c:nth-child(even) {
	flex-direction: row-reverse;
	gap: 2vw;
	padding-top: 2.5vw;
}

.mn_a_box02d {
	font-size: 3.5vw;
	letter-spacing: .1vw;
	text-align-last: justify;
}

.mn_a_box02e {
	font-size: 1.5vw;
	display: inline-block;
	border: .5px solid;
	padding: 1vw .25vw 1vw 1vw;
	white-space: nowrap;
}

.mn_a_box02g,
.mn_a_box02h{
	text-align-last: justify;
	white-space: nowrap;
}


@media screen and (max-width: 767px) {
	
	.mn_a_box02d,
	.mn_a_box02g{
	letter-spacing: .3vw;
    text-align-last: unset;
}
	.mn_a_box02d{
		margin-bottom: 2vw;
	}
	
	.mn_a_box02e{
		font-size: 3vw;
		font-family: sans-serif;
		border: 1px solid;
		padding: 1.5vw 5vw;
    	letter-spacing: .3vw;
	}
	
	.mn_a_box02g{
		font-size: 7vw;
		margin-bottom: 3vw;
	}

	.mn_a_box02i {
		padding: 3vw 3vw 10vw;
		text-align: center;
	}
}

	
@media screen and (min-width: 768px) {
	.mn_b_box_bg {
	  /* background-color: #e9edef; */
	  /* padding-top: 5.21vw; */
	  padding-bottom: 4.17vw;
	}
	.mn_b_box01 {
	  font-size: 1.67vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 2.08vw;
	}
	.mn_b_box01 span {
	  font-weight: bold;
	}
	.mn_b_box02 {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 3.65vw;
	  margin-right: 3.65vw;
	  margin-bottom: 1.56vw;
	}
	.mn_b_box02 picture {
	  width: 29.06vw;
	}
	.mn_b_box03 {
	  width: 89.89vw;
	  margin-inline: auto;
	}
	.mn_c_box {
	  padding-top: 5.21vw;
	  padding-bottom: 5.21vw;
	}
	.mn_c_box01 {
	  font-size: 1.67vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 1.56vw;
	}
	.mn_c_box02 {
	  font-size: 2.34vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.mn_c_box03 {
	  margin-left: 13.54vw;
	  margin-right: 13.54vw;
	}
	.mn_d_box {
	  background-color: #e9edef;
	  padding-top: 4.43vw;
	  padding-bottom: 4.95vw;
	}
	.mn_d_box_bg {
	  margin-left: 13.54vw;
	  margin-right: 13.54vw;
	}
	.mn_d_box02_bg {
	  background-color: #ffffff;
	  padding-top: 2.6vw;
	  padding-bottom: 2.6vw;
	}
	.mn_d_box01 {
	  font-size: 2.34vw;
	  letter-spacing: 0.145em;
	  text-align: center;
	  margin-bottom: 1.56vw;
	}
	.mn_d_box02a {
	  display: flex;
	  justify-content: center;
	  margin-bottom: 1.3vw;
	  font-size: 1.3vw;
	  letter-spacing: 0.08em;
	  line-height: 2;
	}
	.mn_d_box02a span {
	  font-weight: bold;
	}
	.mn_d_box02a_1 {
	  margin-right: 3.91vw;
	}
	.mn_d_box02b {
	  margin-bottom: 2.6vw;
	}
	.mn_d_box02c {
	  font-size: 1.67vw;
	  letter-spacing: 0.14em;
	  text-align: center;
	  font-weight: bold;
	  margin-bottom: 2.6vw;
	}
	.mn_d_box02d {
	  margin-left: 3.39vw;
	  margin-right: 3.39vw;
	}
}

.mn_d_box02e {
	background: #e9edef;
	position: relative;
	margin-bottom: calc(10vw + 10px);
	text-align: center;
}

.mn_d_box02e::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 10vw 50vw 0 50vw;
	border-style: solid;
	border-color: #e9edef transparent transparent transparent;
}

.mn_d_box02f {
	font-size: 1.75vw;
	letter-spacing: .1vw;
	margin-bottom: 1vw;
}

.mn_d_box02g {
	font-size: 2.34vw;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
	
	.mn_d_box02f {
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	.mn_d_box02g {
		font-size: 4.93vw;
	}
	
	.mn_d_box02g span{
		font-size: 3.75vw;
	}
	
	div#mn_k{
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 768px) {
	.mn_e_box {
	  padding-top: 6.51vw;
	  padding-bottom: 6.51vw;
	}

	.mn_e_box01 {
	  font-size: 2.66vw;
	  letter-spacing: 0.18em;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.mn_e_box02 {
	  font-size: 4.17vw;
	  text-align: center;
	  margin-bottom: 4.43vw;
	}
	.mn_e_box03 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 2.08vw;
	  margin-bottom: 2.08vw;
	}
	.mn_e_box03 picture {
	  width: 12.24vw;
	  margin-right: 1.04vw;
	}
	.mn_e_box04 {
	  display: flex;
	  justify-content: center;
	  -moz-column-gap: 1.3vw;
		   column-gap: 1.3vw;
	}
	.mn_e_box04 a {
	  position: relative;
	  text-decoration: none;
	}
	.mn_e_box04 a span {
	  position: relative;
	  z-index: 2;
	  width: 13.54vw;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  font-size: 1.72vw;
	  letter-spacing: 0.2em;
	  text-align: center;
	  color: #fff;
	  padding: 0.78vw 1.56vw;
	  border-radius: 4px;
		ont-size: 1.8vw;
		letter-spacing: 0em;
	}
	.mn_e_box04 a:before {
	  content: "";
	  position: absolute;
	  z-index: 0;
	  top: 3px;
	  left: 3px;
	  filter: blur(1px);
	  width: 100%;
	  height: 100%;
	  border-radius: 4px;
	  background-color: rgba(0, 0, 0, 0.2078431373);
	}
	.mn_e_box04 a span:after {
	  content: "";
	  display: inline-block;
	  background: #fff;
	  height: calc(tan(60deg) * 12px / 2);
	  width: 12px;
	  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	  clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.mn_e_box04a a span {
	  background-color: #ff8054;
	}
	.mn_e_box04b a span {
	  background-color: #648cb4;
	}
	.mn_e_box04c a span {
	  background-color: #7d9b78;
	}
	.mn_f_box01,
  .mn_g_box01,
  .mn_h_box01 {
	  margin-bottom: 2.6vw;
	}
	.mn_f_box02,
  .mn_g_box02,
  .mn_h_box02 {
	  margin-bottom: 2.6vw;
	}
	.mn_f_box02a,
  .mn_g_box02a,
  .mn_h_box02a {
	  font-size: 2.71vw;
	  letter-spacing: 0.06em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.mn_f_box02b,
  .mn_g_box02b,
  .mn_h_box02b {
	  display: flex;
	  justify-content: center;
	  font-size: 1.2vw;
	  line-height: 1.57;
	}
	.mn_f_box02b span,
  .mn_g_box02b span,
  .mn_h_box02b span {
	  font-weight: bold;
	}
	.mn_h_box02b {
	  text-align: center;
	}
	.mn_f_box03,
  .mn_g_box03,
  .mn_h_box03 {
	  display: flex;
	  -moz-column-gap: 0.78vw;
		   column-gap: 0.78vw;
	  margin-left: 4.95vw;
	  margin-right: 4.95vw;
	  margin-bottom: 1.04vw;
	}
	.mn_f_box03a {
	  width: 26.72vw;
	}
	.mn_f_box03b {
	  width: 27.97vw;
	  background-color: #f0f0f0;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	}
	.mn_f_box03b_1 {
	  font-size: 1.35vw;
	  letter-spacing: 0.1em;
	  margin-bottom: 1.04vw;
	}
	.mn_f_box03b_2 {
	  margin-left: 1.04vw;
	  margin-right: 1.04vw;
	}
	.mn_f_box03c {
	  width: 32.86vw;
	}
	.mn_f_box04,
  .mn_g_box04 {
	  margin-left: 4.95vw;
	  margin-right: 4.95vw;
	  margin-bottom: 2.08vw;
	  font-size: 0.68vw;
	  letter-spacing: 0.02em;
	}
	.mn_f_box05,
  .mn_h_box04 {
	  margin-bottom: 7.81vw;
	}
	.mn_f_box05_bg,
  .mn_h_box04_bg {
	  background-color: #f4f6f7;
	  padding: 2.6vw 9.11vw;
	  margin-left: 13.54vw;
	  margin-right: 13.54vw;
	  position: relative;
	}
	.mn_f_box05a,
  .mn_h_box04a {
	  position: absolute;
	  left: 0;
	  top: 0;
	  padding: 0.26vw 1.04vw;
	  background-color: #6c8298;
	  font-size: 1.04vw;
	  letter-spacing: 0.14em;
	  color: #fff;
	}
	.mn_f_box05b,
  .mn_h_box04c {
	  display: flex;
	  justify-content: space-between;
	  margin-bottom: 1.3vw;
	}
	.mn_f_box05b_1a,
  .mn_f_box05a_1a {
	  font-size: 1.3vw;
	  letter-spacing: 0.05em;
	  font-weight: bold;
	  margin-bottom: 1.04vw;
	}
	.mn_f_box05b_1 {
	  width: 26.98vw;
	}
	.mn_f_box05b_1b,
  .mn_f_box05a_1b {
	  font-size: 0.94vw;
	  line-height: 1.56;
	  margin-bottom: 0.78vw;
	}
	.mn_f_box05a_1b span {
	  font-weight: bold;
	}
	.mn_f_box05b_1c,
  .mn_f_box05a_1c {
	  background-color: #6c8298;
	  padding: 1.3vw;
	  font-size: 1.3vw;
	  letter-spacing: 0.05em;
	  line-height: 1.54;
	  color: #fff;
	}
	.mn_f_box05b_1c span,
  .mn_f_box05a_1c span {
	  text-decoration: underline;
	}
	.mn_f_box05b_2 {
	  width: 24.69vw;
	}
	.mn_f_box05c {
	  font-size: 0.63vw;
	  letter-spacing: 0.03em;
	}
	.mn_g_box04 {
	  margin-bottom: 7.81vw;
	}
	.mn_g_box03 .mn_f_box03a {
	  width: 26.72vw;
	}
	.mn_g_box03 .mn_f_box03b {
	  width: 27.97vw;
	}
	.mn_g_box03 .mn_f_box03c {
	  width: 33.02vw;
	}
	.mn_h_box03 {
	  margin-bottom: 2.34vw;
	}
	.mn_h_box03 .mn_f_box03a {
	  width: 26.72vw;
	}
	.mn_h_box03 .mn_f_box03b {
	  width: 25.68vw;
	}
	.mn_h_box03 .mn_f_box03c {
	  width: 35.99vw;
	}
	.mn_h_box04c {
	  margin-bottom: 0;
	}
	.mn_h_box04b {
	  font-size: 1.46vw;
	  letter-spacing: 0.07em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.mn_h_box04_bg {
	  padding: 2.6vw 10.68vw;
	}
	.mn_h_box04c .mn_f_box05a_2 {
	  width: 24.17vw;
	}
	.mn_h_box04c .mn_f_box05a_1 {
	  width: 25.16vw;
	}
	.mn_i_box01 {
	  margin-bottom: 4.69vw;
	}
	.mn_i_box02 {
	  font-size: 1.67vw;
	  letter-spacing: 0.04em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 1.82vw;
	}
	.mn_i_box03a {
	  font-size: 2.34vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 2.34vw;
	}
	.mn_i_box03b_list {
	  display: flex;
	  justify-content: space-between;
	  margin-left: 14.06vw;
	  margin-right: 14.06vw;
	  margin-bottom: 8.33vw;
	}
	.mn_i_box03b {
	  width: 15.36vw;
	}
	.mn_i_box03b_1 {
	  margin-bottom: 1.3vw;
	}
	.mn_i_box03b_2a {
	  font-size: 1.2vw;
	  letter-spacing: 0.12em;
	  font-weight: bold;
	  margin-bottom: 0.78vw;
	}
	.mn_i_box03b_2b {
	  font-size: 0.78vw;
	  letter-spacing: 0.03em;
	  line-height: 1.5;
	}
	.mn_j_box01 {
	  display: flex;
	  align-items: center;
	}
	.mn_j_box01a {
	  width: 41.67vw;
	  text-align: center;
	  font-size: 2.71vw;
	  letter-spacing: 0.1em;
	  line-height: 1.75;
	}
	.mn_j_box01b {
	  width: 58.33vw;
	}

	.mn_l_box_bg {
		background-color: #e9edef;
		padding-top: 5.21vw;
		/* padding-bottom: 4.17vw; */
		margin-bottom: 9vw;
	}
	.mn_l_box01 {
		font-size: 1.45vw;
		letter-spacing: 0.06em;
		text-align: center;
		margin-bottom: 2.08vw;
	}
/*
	.mn_l_box02 {
		font-size: 2.34vw;
		letter-spacing: 0.14em;
		text-align: center;
		margin-bottom: 2vw;
	}
	.mn_l_box03 {
		font-size: 1.56vw;
		letter-spacing: 0.14em;
		text-align: center;
		margin-bottom: 2vw;
	}
	.mn_l_box04 {
		width: 68vw;
		margin-inline: auto;
		margin-bottom: 2vw;
	}
	.mn_l_box05 {
		background-color: #fff;
		margin-left: 4.68vw;
		margin-right: 4.68vw;
		padding: 3.64vw 10vw 2.6vw 10vw;
	}
	.mn_l_box06 {
		background-color: #fff;
		padding: 6.64vw 14.68vw 0.6vw;
	}
*/

}

@media screen and (max-width: 767px) {
	#pd_c {
	  padding-bottom: 5vw;
	}
	.mn_a_box01_bg {
		background-color: #e9edef;
		padding-top: 13.33vw;
		padding-bottom: 13.33vw;
		margin-bottom: 5vw;
	}
	.mn_a_box01a {
	  font-size: 4.8vw;
	  letter-spacing: 0.105em;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.mn_a_box01a span {
	  padding-top: 2.67vw;
	  display: inline-block;
	  font-size: 10vw;
	  letter-spacing: 0.085em;
	}
	.mn_a_box01b {
	  margin-left: 6vw;
	  margin-right: 6vw;
	}
	.mn_a_box02 {
	  /* padding-bottom: 12vw; */
	}
	.mn_a_box02a {
	  padding: 10vw 7.33vw 3.33vw;
	  text-align: center;
	  font-size: 13.6vw;
	  line-height: 1.18;
	  color: #2f2f2f;
	}
	.mn_a_box02a span {
	  color: #919191;
	}
	.mn_b_box{
		padding-bottom: 20vw;
	}
	.mn_b_box_bg {
	  background-color: #e9edef;
	  /* padding-top: 6.67vw; */
	}
	.mn_b_box01 {
	  font-size: 3.73vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.mn_b_box01 span {
	  font-weight: bold;
	}
	.mn_b_box03 {
	  background-color: #E9EDEF;
	  /* padding-top: 16.67vw;
	  padding-bottom: 12.67vw;
	  padding-left: 9.33vw;
	  padding-right: 9.33vw; */
	  margin-bottom: 2.5vw;
	}
	.mn_c_box_bg {
	  background-color: #e9edef;
	  padding-top: 8.67vw;
	  padding-bottom: 10vw;
	  padding-left: 10.67vw;
	  padding-right: 10.67vw;
	}
	.mn_c_box01 {
	  font-size: 3.73vw;
	  letter-spacing: 0.1em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.mn_c_box02 {
	  font-size: 5.73vw;
	  letter-spacing: 0.145em;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.mn_d_box_bg {
	  background-color: #e9edef;
	  padding-top: 8vw;
	  padding-bottom: 4.67vw;
	}
	.mn_d_box01 {
	  font-size: 4.93vw;
	  letter-spacing: 0.05em;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.mn_d_box02a,
  .mn_d_box02b {
	  margin-left: 8vw;
	  margin-right: 8vw;
	  background-color: #fff;
	}
	.mn_d_box02c,
  .mn_d_box02d {
	  margin-left: 4vw;
	  margin-right: 4vw;
	  background-color: #fff;
	}
	.mn_d_box02a {
	  padding: 8vw 0vw 6vw 12vw;
	  font-size: 3.6vw;
	  letter-spacing: 0.08em;
	  line-height: 1.93;
	}
	.mn_d_box02a span {
	  font-weight: bold;
	}
	.mn_d_box02c {
	  padding-top: 33.33vw;
	  margin-top: -26.67vw !important;
	  font-size: 4.13vw;
	  letter-spacing: 0.02em;
	  text-align: center;
	}
	.mn_d_box02d {
	  padding: 4vw;
	}
	.mn_e_box {
	  padding-top: 17.33vw;
	  padding-bottom: 20vw;
	  padding-left: 6.67vw;
	  padding-right: 6.67vw;
	}
	.mn_e_box01 {
	  font-size: 6.8vw;
	  text-align: center;
	  font-weight: 600;
	  margin-bottom: 3.33vw;
	}
	.mn_e_box02 {
	  font-size: 6.8vw;
	  text-align: center;
	  font-weight: 600;
	  padding-bottom: 4vw;
	  padding-left: 5.33vw;
	  padding-right: 5.33vw;
	  border-bottom: 1px solid #000000;
	  margin-bottom: 6.67vw;
	}
	.mn_e_box03 {
	  font-size: 7.6vw;
	  letter-spacing: 0.06em;
	  text-align: center;
	  margin-bottom: 2.67vw;
	}
	.mn_e_box03 picture {
	  display: block;
	  width: 24.93vw;
	  margin-inline: auto;
	  margin-bottom: 4vw;
	}
	.mn_e_box04 {
	  display: flex;
	  justify-content: center;
	  -moz-column-gap: 2.67vw;
		   column-gap: 2.67vw;
	}
	.mn_e_box04 a {
	  position: relative;
	  text-decoration: none;
	}
	.mn_e_box04 a span {
	  position: relative;
	  z-index: 2;
	  width: 26.67vw;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 3.33vw;
	  letter-spacing: 0.15em;
	  text-align: center;
	  color: #fff;
	  padding: 1.33vw 2.67vw;
	  border-radius: 4px;
	}
	.mn_e_box04 a:before {
	  content: "";
	  position: absolute;
	  z-index: 0;
	  top: 1px;
	  left: 1px;
	  filter: blur(1px);
	  width: 100%;
	  height: 100%;
	  border-radius: 4px;
	  background-color: rgba(0, 0, 0, 0.2078431373);
	}
	.mn_e_box04 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: 2vw;
	}
	.mn_e_box04a a span {
	  background-color: #ff8054;
	}
	.mn_e_box04b a span {
	  background-color: #648cb4;
	}
	.mn_e_box04c a span {
	  background-color: #7d9b78;
	}
	.mn_f_box01a {
	  font-size: 5.07vw;
	  letter-spacing: 0.05em;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.mn_f_box02,
  .mn_f_box03,
  .mn_f_box04,
  .mn_f_box05 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	}
	.mn_f_box02 {
	  padding-top: 6.67vw;
	  padding-bottom: 8.33vw;
	}
	.mn_f_box02,
  .mn_g_box02,
  .mn_h_box02 {
	  padding-top: 6.67vw;
	  padding-bottom: 3.33vw;
	}
	.mn_f_box02a,
  .mn_g_box02a,
  .mn_h_box02a {
	  font-size: 5.33vw;
	  font-weight: 600;
	  margin-bottom: 5.33vw;
	}
	.mn_f_box02b,
  .mn_g_box02b,
  .mn_h_box02b {
	  font-size: 3.33vw;
	  line-height: 1.65;
	}
	.mn_f_box02b span,
  .mn_g_box02b span,
  .mn_h_box02b span {
	  font-weight: bold;
	}
	.mn_f_box03a {
	  margin-bottom: 4vw;
	}
	.mn_f_box03b {
	  margin-bottom: 4vw;
	}
	.mn_f_box03b_1 {
	  font-size: 4.27vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.mn_f_box03c {
	  margin-bottom: 3.33vw;
	}
	.mn_f_box04 {
	  font-size: 2vw;
	  letter-spacing: 0.06em;
	  line-height: 1.33;
	  margin-bottom: 9.67vw;
	}
	.mn_g_box04 {
	  font-size: 2vw;
	  letter-spacing: 0.06em;
	  line-height: 1.33;
	  margin-bottom: 6.67vw;
	}
	.mn_f_box05 {
	  margin-bottom: 20vw;
	}
	.mn_f_box05_bg,
  .mn_h_box04_bg {
	  background-color: #e9edef;
	  padding: 5.33vw 5.33vw 6vw;
	}
	.mn_f_box05a,
  .mn_h_box04a {
	  font-size: 3.73vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  font-weight: bold;
	  color: #6c8298;
	  margin-bottom: 3.33vw;
	}
	.mn_f_box05b_1a {
	  background-color: #fff;
	  padding: 1.33vw 2.67vw;
	  font-size: 4.13vw;
	  letter-spacing: 0.1em;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.mn_f_box05b_1b {
	  font-size: 3.47vw;
	  letter-spacing: 0.035em;
	  line-height: 1.46;
	  margin-bottom: 4vw;
	}
	.mn_f_box05b_2 {
	  margin-bottom: 3.33vw;
	}
	.mn_f_box05c {
	  font-size: 2vw;
	  letter-spacing: 0.08em;
	  line-height: 1.53;
	  text-align: center;
	}
	.mn_g_box01a {
	  font-size: 5.07vw;
	  letter-spacing: 0.15em;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.mn_g_box02,
  .mn_g_box03,
  .mn_g_box04 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	}
	.mn_g_box03 {
	  display: flex;
	  flex-direction: column;
	}
	.mn_g_box03 div:nth-child(1) {
	  order: 1;
	}
	.mn_g_box03 div:nth-child(2) {
	  order: 3;
	}
	.mn_g_box03 div:nth-child(3) {
	  order: 2;
	}
	.mn_g_box04 {
	  margin-bottom: 16vw;
	}
	.mn_h_box01a {
	  font-size: 5.07vw;
	  letter-spacing: 0.15em;
	  text-align: center;
	  margin-bottom: 4vw;
	}
	.mn_h_box02,
  .mn_h_box03,
  .mn_h_box04 {
	  margin-left: 6.67vw;
	  margin-right: 6.67vw;
	}
	.mn_h_box03 {
	  display: flex;
	  flex-direction: column;
	}
	.mn_h_box03 div:nth-child(1) {
	  order: 1;
	}
	.mn_h_box03 div:nth-child(2) {
	  order: 3;
	}
	.mn_h_box03 div:nth-child(3) {
	  order: 2;
	}
	.mn_h_box03 .mn_f_box03b {
	  background-color: #e9edef;
	  padding: 5.33vw 4vw 5.33vw;
	}
	.mn_h_box03 .mn_f_box03b_2 {
	  margin-bottom: 2.67vw;
	}
	.mn_h_box03 .mn_f_box03b_3 {
	  font-size: 2vw;
	}
	.mn_h_box04 {
	  margin-bottom: 8vw;
	}
	.mn_h_box04_bg {
	  padding-bottom: 0;
	}
	.mn_h_box04b {
	  background-color: #fff;
	  padding: 2.67vw 0 2vw;
	  font-size: 4.13vw;
	  letter-spacing: 0.165em;
	  line-height: 1.45;
	  text-align: center;
	}
	.mn_f_box05a_2 {
	  margin-bottom: 4vw;
	}
	.mn_f_box05a_1a {
	  font-size: 4.27vw;
	  letter-spacing: 0.05em;
	  font-weight: bold;
	  text-align: center;
	  margin-bottom: 4.67vw;
	}
	.mn_f_box05a_1b {
	  font-size: 3.07vw;
	  line-height: 1.64;
	  margin-bottom: 6.67vw;
	}
	.mn_f_box05a_1b span {
	  font-weight: bold;
	}
	.mn_f_box05a_1c {
	  margin-left: calc(-50vw + 50% + 6.67vw);
	  margin-right: calc(-50vw + 50% + 6.67vw);
	  background-color: #808080;
	  font-size: 4.67vw;
	  letter-spacing: 0.11em;
	  line-height: 1.6;
	  text-align: center;
	  color: #fff;
	}
	.mn_f_box05a_1c_bg {
	  padding: 4vw 0 5.33vw;
	  position: relative;
	}
	.mn_f_box05a_1c_bg:after {
	  content: "";
	  border-left: 9px solid transparent;
	  border-right: 9px solid transparent;
	  border-bottom: calc(tan(50deg) * 9px) solid #e9edef;
	  position: absolute;
	  left: 50%;
	  transform: translateX(-50%) rotate(180deg);
	  top: 0;
	}
	.mn_i_box {
	  background-color: #e9edef;
	  padding-bottom: 5.33vw;
	}
	
	.mn_i_box01a {
        background: #fff;
		text-align: center;
		padding: 5vw 0;
	}
	
	.mn_i_box01b {
		display: inline-block;
		font-size: 3.5vw;
		letter-spacing: .2vw;
		border: 1px solid;
		padding: 1.5vw 5vw;
	}

	.mn_i_box02,
  .mn_i_box03 {
	  margin-left: 6vw;
	  margin-right: 6vw;
	}
	.mn_i_box02 {
	  padding-top: 9.33vw;
	  padding-bottom: 4vw;
	  font-size: 3.73vw;
	  letter-spacing: 0.06em;
	  font-weight: bold;
	  text-align: center;
	}
	.mn_i_box03 {
	  background-color: #fff;
	  padding: 6.67vw 2.67vw 5.33vw;
	}
	.mn_i_box03a {
	  font-size: 3.73vw;
	  letter-spacing: 0.15em;
	  text-align: center;
	  margin-bottom: 5.33vw;
	}
	.mn_i_box03a span {
	  display: block;
	  font-size: 5.6vw;
	  letter-spacing: 0.15em;
	  padding-top: 3.33vw;
	}
	.mn_i_box03b_list {
	  display: flex;
	  flex-direction: column;
	  row-gap: 3.33vw;
	}
	.mn_i_box03b {
	  display: flex;
	  -moz-column-gap: 2.67vw;
		   column-gap: 2.67vw;
	}
	.mn_i_box03b:nth-child(even) {
	  flex-direction: row-reverse;
	}
	.mn_i_box03b_1 {
	  width: 49.6vw;
	}
	.mn_i_box03b_2 {
	  width: 31.73vw;
	  padding-top: 8.67vw;
	}
	.mn_i_box03b_2a {
	  font-size: 3.73vw;
	  letter-spacing: 0.12em;
	  font-weight: bold;
	  margin-bottom: 3.33vw;
	}
	.mn_i_box03b_2b {
	  font-size: 2.93vw;
	  letter-spacing: 0.025em;
	  line-height: 1.58;
	}
	#pd_t_30day {
	  padding-top: 0;
	}

	.mn_l_box {
		margin-bottom: 6.5vw;
	}
	.mn_l_box_bg {
		background-color: #e9edef;
		/* padding-left: 1.5vw;
		padding-right: 1.5vw; */
		/* padding-bottom: 5vw; */
	}
	.mn_l_box01 {
		background-color: #fff;
		font-size: 3.7vw;
		letter-spacing: 0.06em;
		text-align: center;
		font-weight: bold;
		padding-bottom: 4vw;
	}
/*
	.mn_l_box02,
	.mn_l_box03,
	.mn_l_box04,
	.mn_l_box05 {
		margin-left: 4vw;
		margin-right: 4vw;
	}
	.mn_l_box02 {
		padding-top: 8vw;
		margin-bottom: 2.5vw;
		font-size: 5.6vw;
		letter-spacing: 0.13em;
		text-align: center;
	}
	.mn_l_box03 {
		font-size: 4.5vw;
		letter-spacing: 0.13em;
		text-align: center;
		margin-bottom: 3vw;
	}
	.mn_l_box04 {
		background-color: #fff;
		padding: 5vw 5vw 6vw 5vw;
	}
	.mn_l_box05 {
		background-color: #fff;
		padding: 0 5vw 5vw 5vw;
		margin-bottom: 5vw;
	}
	.mn_l_box06 {
		background-color: #fff;
		padding-top: 14vw;
		padding-bottom: 12vw;
	}
*/
}


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


/* user's voice */
@media screen and (max-width: 767px) {
.mn_b_box04{
background: #fff;
  padding: 6vw 5vw;
  margin: 0vw 4vw;
}
.mn_b_box04_ttl{
position: relative;
  top: 2vw;
  margin: 0 auto;
  width: 28vw;
  text-align: center;
  background: #fff;
  font-size: 3.6vw;
  transform: scale(1.0, 0.9);
  font-weight: 700;
  padding: 2vw;
}
.mn_b_box04_l{
border-bottom: 1px solid #3232327d;
padding: 0 1.4vw 5vw;
margin-bottom: 7vw;
}
.mn_b_box04_c{
border-bottom: 1px solid #3232327d;
padding: 0 1.4vw 5vw;
margin-bottom: 7vw;
}
.mn_b_box04_r{
padding: 0 1.4vw 0vw;
}
.mn_b_box04_ttl2{
float: left;
    width: 49%;
    color: #596b9a;
    font-size: 4.85vw;
    line-height: 1.5;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32vw;
    padding-left: 2vw;
}
.mn_b_box04_img{
float:left;
width:51%;
}
.mn_b_box04_img img{
width:100%;
height:auto;
}
.mn_b_box04_txt{
color: #646464;
    font-size: 3.1vw;
    letter-spacing: .15vw;
    line-height: 1.7;
    padding: 3vw 0vw 0vw;
    display: inline-block;
}
.mn_b_box04_txt span{
font-weight: 800;
}
.mn_b_box04_txt2{
ext-align: left;
    color: #323232;
    font-size: 2.1vw;
    padding: 2.5vw 4vw 5vw;
    line-height: 1.7;
}
}
@media screen and (min-width: 768px) {
.mn_b_box04{
padding: 0vw 5vw 3vw;
}
.mn_b_box04_ttl{
padding: 3vw 0 2vw;
    font-size: 1.45vw;
    font-weight: 800;
    text-align: center;
    transform: scale(1.0, 0.9);
}
.mn_b_box04_l{
float: left;
    width: 32.35%;
    border: 1px solid #3232327d;
    padding: 1.5vw 1.5vw 2.5vw;
	margin-right: 0.8vw;
}
.mn_b_box04_c{
float: left;
    width: 32.35%;
    border: 1px solid #3232327d;
    padding: 1.5vw 1.5vw 2.5vw;
	margin:0vw 0.4vw;
}
.mn_b_box04_r{
float: left;
    width: 32.35%;
    border: 1px solid #3232327d;
    padding: 1.5vw 1.5vw 2.5vw;
	margin-left: 0.8vw;
}
.mn_b_box04_ttl2{
color: #596B9A;
  font-size: 1.4vw;
  padding-bottom: 1.2vw;
  font-weight: 500;
}
.mn_b_box04_img{
float:left;
width:43%;
}
.mn_b_box04_img img{
width:100%;
height:auto;
}
.mn_b_box04_txt{
float: left;
    width: 57%;
    color: #646464;
    font-size: 1.0vw;
    letter-spacing: 0.07vw;
    line-height: 1.5;
    padding-left: 1vw;
}
.mn_b_box04_txt span{
font-weight: 800;
}
.mn_b_box04_txt2{
text-align: center;
  color: #323232;
  font-size: 0.7vw;
  padding: 1.5vw 0vw 0vw;
}
}

/* Bic Camera
======================================*/
.mn_bc_box{
	background: #e9edef;
}

.mn_bc_box01 {
    padding-top: 7vw;
    text-align: center;
    font-size: 2.75vw;
    margin-bottom: 5vw;
}

.mn_bc_box02 {
    display: flex;
    gap: 3vw;
	margin-bottom: 7vw;
}

.mn_bc_box02 picture {
    flex: 1;
}

.mn_bc_box03 {
    flex: 1;
}

.mn_bc_box04 {
    font-weight: bold;
}

.mn_bc_box05 {
    display: flex;
	padding-top: 2vw;
	gap: 5vw;
}

/* Accordion */
.mn_bc_accordion{
	flex: 1;
}

.toggle {
	display: none;
}
.mn_bc_ac_option {
	position: relative;
	margin-bottom: 1em;
}
.mn_bc_ac_title,
.mn_bc_ac_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.mn_bc_ac_title {
	display: block;
	background: #6F9B77;
	color: #fff;
    padding: .5vw 2vw;
    border-radius: .3vw;
    letter-spacing: .5vw;
}
.mn_bc_ac_title::after{
	content: "";
    border: .5vw solid transparent;
    border-top: .8vw solid;
	position: absolute;
	top: 35%;
    right: 7%;
	transition: all 0.3s;
}

.mn_bc_ac_content {
	max-height: 0;
	overflow: hidden;
}

.mn_bc_ac_content p {
	padding-top: .5vw;
    letter-spacing: .1vw;
    line-height: 1.75;
    font-weight: bold;
}

.toggle:checked + .mn_bc_ac_title + .mn_bc_ac_content {
	max-height: 500px;
	transition: all 1.5s;
}

.toggle:checked + .mn_bc_ac_title::before {
	transform: rotate(90deg) !important;
}

@media screen and (max-width: 767px){
	.mn_bc_box {
		margin-bottom: 10vw;
	}
	
	.mn_bc_box01 {
		padding-top: 10vw;
		font-size: 6.5vw;
		line-height: 1.5;
	}
	
	.mn_bc_box02 {
		display: block;
	}
	
	.mn_bc_box03 {
		padding-top: 5vw;
	}
	
	.mn_bc_box04 {
		text-align: center;
		letter-spacing: .1vw;
	}
	
	.mn_bc_box05 {
		font-size: 3.25vw;
		padding: 5vw 8vw 0;
	}
	
	.mn_bc_ac_title {
		padding: 1.5vw 4vw;
		border-radius: .75vw;
		letter-spacing: 1vw;
	}
	
	.mn_bc_ac_content p {
		font-weight: normal;
	}
	
	.mn_bc_ac_title::after{
		border: 1.25vw solid transparent;
    	border-top: 2vw solid;
	}
}

#pd_review {
	margin-bottom: 3vw !important;
}

.mn_a_box2 {
    margin-bottom: 3vw;
}

@media screen and (max-width: 767px){
	.mn_a_box3{
		padding-top: 5vw;
	}
	.mn_a_box3 picture{
		min-height: unset !important;
    }
}



/* 25/3/24 修正
===========================================*/

.mn_m_box_bg {
    background: #e9edf0;
    padding: 5vw 13vw 6vw;
    position: relative;
    margin-bottom: 15vw;
}
.mn_m_box1 {
    display: inline-block;
    font-size: 1.5vw;
    font-weight: 500;
    background: #fff;
/*
    padding: .8vw 6vw;
    position: absolute;
    top: -1.5vw;
    left: 50%;
    transform: translateX(-50%);
*/
}
.mn_m_box2 {
    font-size: 2.2vw;
    letter-spacing: .2vw;
    text-align: center;
    margin-bottom: 2vw;
}
.mn_m_box3 {
    display: flex;
    justify-content: space-between;
    gap: 1vw;
    margin-bottom: 2vw;
}
.mn_m_box3a {
    flex: 1;
    background: #fff;
    padding: 1.5vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.mn_m_box3a1 {
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.4;
    color: #596b98;
    letter-spacing: .1vw;
}
.mn_m_box3a2 {
    font-size: 1.15vw;
    line-height: 1.75;
}
.mn_m_box4 {
    font-size: .8vw;
    text-align: right;
}
.mn_m_box5 {
    margin: 5vw 0 3vw !important;
    text-align: center;
    font-size: 2.5vw;
    letter-spacing: .2vw;
    border-top: .1vw solid #62839a;
    padding: 1vw 0 1.5vw;
    position: relative;
}
.mn_m_span1 {
    color: #62839a;
    font-size: 5.5vw;
    position: relative;
}
.mn_m_span2 {
    color: #62839a;
    font-size: 3.5vw;
}
.mn_m_box5::before {
    display: block;
    content: '';
    width: 35vw;
    border-top: .1vw solid #62839a;
    position: absolute;
    bottom: 0;
}
.mn_m_box5::after {
    display: block;
    content: '';
    width: 37.9vw;
    border-top: .1vw solid #62839a;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mn_m_span1::after {
    display: inline-block;
    content: '';
    height: 2vw;
    border-left: .1vw solid;
    transform: rotate(40deg);
    position: absolute;
    bottom: -3vw;
    right: -2.5vw;
}
.mn_m_box6 {
    margin-bottom: 2vw;
}

@media screen and (max-width: 767px){
    .mn_l_box05 {
        margin-bottom: 27vw;
    }
/*
    .mn_m_box1 {
        font-size: 3.5vw;
        font-weight: 600;
        letter-spacing: .2vw;
        top: -7.5vw;
    }
*/
    .mn_m_box_bg {
        padding: 6vw 0 12vw;
        margin-bottom: 20vw;
    }
    .mn_m_box2 {
        font-size: 5.25vw;
        line-height: 1.5;
    }
    .mn_m_box3 {
        background: #fff;
        padding: 5vw;
        margin: 0 4vw;
        flex-direction: column;
        gap: 4vw;
    }
    .mn_m_box3a {
        padding: 0;
        flex-direction: row;
        align-items: center;
        gap: 5vw;
    }
    .mn_m_box3a picture{
        width: 42vw;
    }
    .mn_m_box3a:nth-of-type(3) {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .mn_m_box3a1sp {
        display: flex;
        flex-direction: column;
        gap: 2vw;
    }
    .mn_m_box3a1 {
        font-size: 4vw;
        text-align: left;
        line-height: 1.5;
    }
    .mn_m_box3a1a {
        font-size: 3.25vw;
        color: #353535;
    }
    .mn_m_box3a2 {
        font-size: 3vw;
        letter-spacing: .3vw;
        color: #646464;
        padding-bottom: 3vw;
        border-bottom: .1vw solid;
    }
    .mn_m_box4 {
        font-size: 2vw;
        text-align: left;
    }
    .mn_m_box5 {
        width: fit-content;
        margin: 8vw auto 7vw !important;
        font-size: 5.5vw;
        letter-spacing: .5vw;
        border-top: none;
        line-height: 1.2;
    }
    .mn_m_span1 {
        font-size: 13vw;
    }
    .mn_m_span2 {
        font-size: 9vw;
    }
    .mn_m_span3 {
        font-size: 8vw;
        letter-spacing: 0;
    }
    .mn_m_box5::before {
        width: 36vw;
        border-top: .25vw solid #62839a;
    }
    .mn_m_box5::after {
        width: 33vw;
        border-top: .25vw solid #62839a;
    }
    .mn_m_span1::after {
        height: 5vw;
        border-left: .25vw solid;
        transform: rotate(35deg);
        bottom: -16vw;
        right: 16.3vw;
    }
    .mn_m_box7{
        font-size: 2vw;
        padding-left: 7vw;
    }
}


/* 25/5/21 修正
======================================*/
@media screen and (min-width:768px){
    .mn_a_box02{
        margin-bottom: 5.5vw;
    }
    .mn_a_box02c:nth-child(even) .mn_a_box02b {
        width: 60%;
    }
    .mn_a_box02c:nth-child(2) .mn_a_box02a{
        width: 26vw;
        line-height: 1.3;
        margin-bottom: 1vw;
    }
    .mn_a_box02d {
        font-size: 3vw;
        letter-spacing: .4vw;
        white-space: nowrap;
        text-align-last: auto;
    }
    .mn_a_box02g, 
    .mn_a_box02h {
        font-size: 4.3vw;
        font-feature-settings: 'palt';
        text-align-last: justify;
        white-space: nowrap;
    }
    .mn_a_box02e {
        font-size: 1.3vw;
        display: inline-block;
        border: .5px solid;
        padding: .7vw .25vw .7vw .8vw;
        white-space: nowrap;
    }
    .mn_b_box04 {
        background: #e9edf0;
        padding: 0vw 5vw 2.5vw;
    }
    .mn_b_box04_ttl{
        padding: 4vw 0 1vw;
    }
    .mn_b_box04_ttl2 {
        font-size: 1.5vw;
        font-weight: 600;
        padding-bottom: 1vw;
    }
    .mn_b_box04_l{
        padding: 1.5vw 1vw 1.8vw 1.5vw;
    }
    .mn_b_box04_c,
    .mn_b_box04_r{
        padding: 1.5vw 1vw 2.5vw 1.5vw;
    }
    .mn_b_box04_txt{
        font-size: 1.1vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        text-align: justify;
    }
    .mn_b_box04_txt2 {
        text-align: right;
        padding: 1vw 0 0;
    }
    .mn_b_box05 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4vw;
        padding: 6vw 0 5vw;
    }
    .mn_b_box05a {
        padding: .3vw 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
    .mn_b_box05a_txt {
        text-align: center;
        font-size: 3.7vw;
        line-height: 1.3;
        padding: 2vw;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
    .mn_b_box05a_txt span {
        color: #63839a;
    }
    .mn_b_box05b {
        width: 28vw;
    }
    .mn_b_box05b_01 {
        display: flex;
    }
    .mn_b_box05b_01a,
    .mn_b_box05b_01b{
        width: 50%;
        color: #fff;
        text-align: center;
        font-size: 1.3vw;
        padding: .5vw;
    }
    .mn_b_box05b_01a{
        background: #ada4a5;
    }
    .mn_b_box05b_01b{
        background: #63839a;
    }
    .mn_m_box1{
        font-size: 1.4vw;
        font-weight: 600;
        padding: .8vw 6vw;
        position: absolute;
        top: -1.5vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .mn_m_box3a1{
        font-size: 1.5vw;
        font-weight: bold;
    }
    .mn_m_box3a2_ctt {
        display: flex;
        gap: .8vw;
    }
    .mn_m_box3a2_ctt picture{
        width: 50%;
    }
    .mn_m_box3a2{
        width: 50%;
    }
    .mn_m_box3a2,
    .mn_m_box3a3{
        font-size: 1.1vw;
        font-feature-settings: 'palt';
        line-height: 1.75;
    }
    .mn_m_box3a2 span,
    .mn_m_box3a3 span{
        font-weight: bold;
    }
    .mn_m_box_bg{
        margin-bottom: 10vw;
    }
    .mn_l_box {
        padding: 0 15vw 8vw;
    }
    .mn_l_box01{
        font-size: 1.4vw;
        font-weight: bold;
        margin-bottom: 3.5vw;
    }
    .mn_l_box02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2vw;
        margin-bottom: 2vw;
    }
    .mn_l_box02a{
        width: 28vw;
    }
    .mn_l_box02b_ttl {
        font-size: 1.4vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        padding-bottom: 1vw;
        border-bottom: 1px solid #7f7f7f;
        margin-bottom: 1.3vw;
        display: flex;
        align-items: center;
    }
    .mn_l_box02b_ttl span {
        font-size: 2.3vw;
        margin-right: .8vw;
    }
    .mn_l_box02b_txt01 {
        font-size: 1.4vw;
        letter-spacing: .05vw;
        margin-bottom: .8vw;
    }
    .mn_l_box02b_txt02 {
        font-size: 1vw;
        line-height: 1.5;
    }
    .mn_l_box03 {
        text-align: center;
        background: #63839a;
        color: #fff;
        font-size: 1.4vw;
        padding: .8vw 0;
    }
    .mn_l_box05{
        font-size: .8vw;
        text-align: right;
        padding-top: .5vw;
    }
}
@media screen and (max-width: 767px) {
    .mn_a_box01a {
        font-feature-settings: 'palt';
    }
    .mn_a_box01a span{
        letter-spacing: 0;
    }
    .mn_a_box02i{
        padding: 4vw 3vw 9vw;
    }
    .mn_a_box02d {
        font-size: 4.8vw;
    }
    .mn_a_box02e{
        font-size: 3.4vw;
        padding: 1.5vw 6vw 1.5vw 9vw;
    }
    .mn_b_box{
        padding-bottom: 17vw;
    }
    .mn_b_box_bg{
        padding-top: 3vw;
    }
    .mn_b_box04_ttl{
        top: 3vw;
    }
    .mn_b_box04_ttl2{
        letter-spacing: .3vw;
        font-weight: 600;
        padding-left: 3vw;
        white-space: nowrap;
    }
    .mn_b_box04_c .mn_b_box04_ttl2{
        padding-left: 0;
        padding-right: 3vw;
    }
    .mn_b_box04_txt span {
        font-weight: 600;
    }
    .mn_b_box05 {
        background: #fff;
        padding-top: 20vw;
    }
    .mn_b_box05a_txt {
        text-align: center;
        font-size: 7.5vw;
        font-feature-settings: 'palt';
        letter-spacing: .3vw;
        margin-bottom: 5vw;
    }
    .mn_b_box05a_txt span{
        color: #63839a;
        border-bottom: 2px solid;
    }
    .mn_b_box05b_01 {
        display: flex;
    }
    .mn_b_box05b_01a,
    .mn_b_box05b_01b{
        width: 50%;
        color: #fff;
        text-align: center;
        font-size: 3vw;
        padding: 1.5vw;
    }
    .mn_b_box05b_01a{
        background: #ada4a5;
    }
    .mn_b_box05b_01b{
        background: #63839a;
    }
    .mn_m_box_bg {
        padding: 0;
        margin-bottom: 20vw;
        display: flex;
        flex-direction: column-reverse;
    }
    .mn_m_box3 {
        padding: 16vw 0 0;
        margin: 0;
        gap: 0;
    }
    .mn_m_box4{
        padding-left: 9vw;
    }
    .mn_m_box5_wrap {
        position: relative;
        margin-bottom: 10vw;
    }
    .mn_m_box5a {
        font-size: 8vw;
        font-feature-settings: 'palt';
        letter-spacing: 1vw;
        position: absolute;
        top: -3vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .mn_m_box5{
        margin: 4vw auto 7vw !important;
    }
    .mn_m_box1 {
        display: block;
        font-size: 3.5vw;
        font-weight: 600;
        background: none;
        text-align: center;
        margin-bottom: 6vw;
    }
    .mn_m_box3 .mn_m_box4{
        font-size: 1.5vw;
        text-align: right;
        padding: 2vw 3vw 0 0;
    }
    .mn_l_box {
        padding-top: 8vw;
        margin-bottom: 20vw;
    }
    .mn_l_bg {
        background: #e8edf0;
        padding: 9vw 4vw 7vw;
    }
    .mn_l_box02b_ttl {
        text-align: center;
        font-size: 4.5vw;
        line-height: 1.5;
        margin-bottom: 4vw;
    }
    .mn_l_box02b_ttl span {
        font-size: 5.8vw;
    }
    .mn_l_box03 {
        color: #fff;
        background: #648096;
        font-size: 3.7vw;
        text-align: center;
        letter-spacing: .3vw;
        line-height: 1.5;
        padding: 3.5vw 0;
    }
    .mn_l_box02 {
        background: #fff;
        padding: 6.5vw 4.5vw;
    }
    .mn_l_box02b_txt01 {
        text-align: center;
        font-size: 3.2vw;
        letter-spacing: .1vw;
        margin-bottom: 4vw;
    }
    .mn_l_box02a {
        display: flex;
        align-items: stretch;
    }
    .mn_l_box02a picture {
        width: 42%;
    }
    .mn_l_box02b_txt02 {
        width: 58%;
        background: #eaeaea;
        color: #595959;
        padding: 3vw 3vw 0 3vw;
        font-size: 3.2vw;
        letter-spacing: .2vw;
        line-height: 1.5;
    }
    .mn_l_box02b_txt02 span {
        font-weight: 500;
    }
    .mn_l_box05 {
        font-size: 2vw;
        text-align: right;
        padding-top: 2vw;
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px){
    .mn_bc_box05{
        gap: 13vw;
    }
    .mn_bc_box04 {
        font-size: 1.5vw;
    }
    .mn_bc_ac_title {
        font-size: 1.2vw;
        text-align: center;
        padding: .5vw 2vw .5vw 0;
    }
}


/* 25/10/15 KR
==================================*/
.main_sld_vd {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.main_sld_vd iframe {
    width: 100%;
    height: 100%;
}
@media screen and (min-width:768px){
    .mn_n_box {
        background: #fcf8f5;
        padding: 6vw 13vw 8vw;
        display: flex;
        justify-content: space-between;
    }
    .mn_n_box01,
    .mn_n_box02 {
        width: 50%;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 1.5vw;
        padding: 1vw 0;
    }
    .mn_n_box01 {
        border-left: .15vw solid #d3b28f;
        border-right: .15vw solid #d3b28f;
    }
    .mn_n_box02 {
        border-right: .15vw solid #d3b28f;
    }
    .mn_n_box01a {
        font-size: 1.55vw;
        line-height: 1.4;
    }
    .mn_n_box01b {
        font-size: 1.8vw;
        font-weight: 600;
        line-height: 1.3;
    }
    .mn_n_box01b span {
        font-size: 2.2vw;
        letter-spacing: .03em;
        color: #c4996c;
    }
    .mn_n_box02a {
        font-size: 1.7vw;
        line-height: 1.4;
    }
    .mn_n_box02b {
        font-size: 1.8vw;
        font-weight: 600;
        line-height: 1.5;
    }
    .mn_n_box02b span {
        font-size: 2.2vw;
        color: #c4996c;
    }
    .mn_a_box01_bg{
        padding-bottom: 4vw;
    }
    .mn_a_box01a {
        font-size: 2.5vw;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 2.5vw;
    }
    .mn_a_box01b {
        display: flex;
        justify-content: space-between;
    }
    .mn_a_box01b picture {
        width: calc(33% - 1.2vw);
    }
    .mn_a_box02_bg {
        background-color: #fff;
        padding: 5vw 4.95vw 1vw 5.21vw;
        margin-top: 0 !important;
    }
    .mn_a_box02a{
        font-size: 4.6vw;
        letter-spacing: -.01em;
    }
	.mn_a_box02b1{
		width: 50%;
	}
    .mn_a_box02d{
        letter-spacing: .02em;
        text-align-last: unset;
    }
    .mn_a_box02g{
        line-height: 1.2;
        margin-bottom: 1.5vw;
        text-align-last: unset;
    }
    .mn_a_box02e{
        padding: .7vw 1.3vw .7vw 1vw;
    }
    .mn_b_box04{
        padding: 0 5vw 3.5vw;
    }
    .mn_b_box04_l, .mn_b_box04_c, .mn_b_box04_r {
        width: calc(33.3% - 1vw);
        border: none;
        background: #fff;
        padding: 2vw 1.5vw;
    }
    .mn_b_box04_ttl2 {
        font-size: 1.6vw;
        font-weight: normal;
        letter-spacing: .05em;
        line-height: 1.3;
        padding-bottom: .8vw;
    }
    .mn_b_box04_txt {
        font-size: 1.05vw;
        font-feature-settings: 'palt';
        letter-spacing: .02vw;
        color: #333;
    }
    .mn_b_box05 {
        padding: 7.5vw 0 4vw;
    }
    .mn_b_box05a_txt{
        font-size: 3.5vw;
        padding: 2vw .8vw;
    }
    .mn_b_box05b_01a, 
    .mn_b_box05b_01b{
        letter-spacing: .2em;
    }
    .mn_m_box_bg{
        padding: 4vw 13vw 6vw;
    }
    .mn_m_box2 {
        font-size: 2.4vw;
        letter-spacing: .02em;
        margin-bottom: 2.5vw;
    }
    .mn_m_box3{
        margin-bottom: 1vw;
    }
    .mn_m_box3a{
        gap: .8vw;
    }
    .mn_m_box3a1 {
        font-size: 1.3vw;
        font-weight: normal;
        letter-spacing: .02em;
    }
    .mn_m_box3a2, 
    .mn_m_box3a3 {
        font-size: 1.05vw;
        letter-spacing: .02em;
        line-height: 1.5;
    }
    .mn_m_box5{
        margin: 6.5vw 0 3vw !important;
        font-size: 2.6vw;
        letter-spacing: .02em;
        padding: 2vw 0;
    }
    .mn_m_box_bg{
        padding: 4vw 13vw 9vw;
    }
    .mn_m_span1 {
        color: #62839a;
        font-size: 3.3vw;
        font-weight: 500;
        vertical-align: baseline;
        padding: 0 .3vw;
    }
    .mn_m_span1::after{
        bottom: -3.8vw;
        right: -6.9vw;
    }
    .mn_m_box6 {
        margin-bottom: 1vw;
    }
    .mn_l_box {
        padding: 0 15vw 7vw;
    }
    .mn_l_box01{
        margin-bottom: 3vw;
    }
    .mn_l_box02{
        gap: 0;
    }
    .mn_l_box02a {
        width: 17%;
    }
    .mn_l_box02b {
        width: 80%;
    }
    .mn_l_box02b_ttl{
        letter-spacing: .02em;
        padding-bottom: 1.2vw;
        border-bottom: .1vw solid #7f7f7f;
    }
    .mn_l_box02b_ttl span {
        font-size: 2.4vw;
        letter-spacing: .03em;
        margin-right: 1vw;
    }
    .mn_l_box03{
        font-size: 1.45vw;
    }
    .mn_l_box05{
        padding-top: .8vw;
    }
    .mn_d_box{
        padding-top: 5.5vw;
    }
    .mn_d_box01{
        font-weight: 500;
        letter-spacing: .02em;
        margin-bottom: 2vw;
    }
    .mn_d_box02_bg{
        padding-bottom: 3vw;
    }
    .mn_d_box02a_1 {
        font-size: 1.35vw;
        letter-spacing: .01em;
        line-height: 1.9;
        margin-right: 2vw;
    }
    .mn_d_box02a_2{
        font-size: 1.35vw;
        letter-spacing: .01em;
        line-height: 1.9;
    }
    .mn_d_box02c{
        letter-spacing: .02em;
        font-weight: normal;
    }
    .mn_d_box02d {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mn_d_box02d1 {
        width: 54%;
    }
    .mn_d_box02d2 {
        width: 42%;
        padding: 2vw;
        border: .1vw solid;
    }
    .mn_d_box02d2a {
        font-size: 1.6vw;
        text-align: center;
        letter-spacing: .03em;
        margin-bottom: 1.3vw;
    }
    .mn_d_box02d2b {
        font-size: 1.1vw;
        text-align: center;
        letter-spacing: .01em;
        line-height: 1.6;
    }
    .mn_d_box02e::after{
        display: none;
    }
    .mn_d_box02e {
        padding: 0 0 6vw;
        clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
        margin-bottom: 1vw;
    }
    .mn_d_box02f{
        font-size: 1.9vw;
    }
    .mn_d_box02g {
        font-size: 2.75vw;
        line-height: 1.4;
    }
    .mn_e_box01{
        letter-spacing: .01em;
        margin-bottom: 1.8vw;
    }
    .mn_e_box03{
        margin-bottom: 2vw;
    }
    .mn_e_box04 a span{
        border-radius: .3vw;
        padding: 0.78vw 1.56vw .78vw 2.4vw;
    }
    .mn_e_box04 a:before{
        top: 3%;
        left: 1.5%;
    }
    .mn_e_box04 a span:after{
        height: calc(tan(60deg) * 1vw / 2);
        width: 1vw;
    }
    .mn_f_box01, 
    .mn_g_box01, 
    .mn_f_box01 {
        position: relative;
    }
    .mn_h_box01a,
    .mn_g_box01a,
    .mn_f_box01a {
        position: absolute;
        top: 8%;
        left: 3%;
    }
    .mn_h_box01a1,
    .mn_g_box01a1,
    .mn_f_box01a1 {
        font-size: 2.1vw;
        margin-bottom: 1.5vw;
    }
    .mn_h_box01a2,
    .mn_g_box01a2,
    .mn_f_box01a2 {
        height: 8vw;
        width: 8vw;
        border-radius: 50%;
        color: #fff;
        font-size: 1.45vw;
        letter-spacing: .1em;
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .mn_h_box01a2{
        background: rgba(125, 155, 120, .8);
    }
    .mn_g_box01a2 {
        background: rgba(100, 140, 180, .8);
    }
    .mn_f_box01a2{
        background: rgba(255, 128, 84, .8);
    }
    .mn_f_box02,
    .mn_g_box02,
    .mn_h_box02 {
        margin-bottom: 2vw;
    }
    .mn_f_box02a,
    .mn_g_box02a,
    .mn_h_box02a {
        margin-bottom: 2.2vw;
    }
    .mn_f_box03,
    .mn_g_box03,
    .mn_h_box03{
        align-items: stretch;
    }
    .mn_f_box03a {
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .mn_f_box03a iframe {
        width: 100%;
        height: 100%;
    }
    .mn_f_box03b {
        height: auto;
    }
    .mn_h_box03 {
        margin-bottom: .5vw;
    }
    .mn_h_box03d {
        font-size: .8vw;
        text-align: right;
        padding-right: 5vw;
        margin-bottom: 2.5vw;
    }
    .mn_h_box04_bg {
        padding: 2.6vw 12vw;
    }
    .mn_h_box04c .mn_f_box05a_2 {
        width: 50%;
    }
    .mn_h_box04c .mn_f_box05a_1 {
        width: 46%;
    }
    .mn_f_box05b_1a, .mn_f_box05a_1a{
        font-size: 1.35vw;
        letter-spacing: 0;
        font-weight: normal;
        white-space: nowrap;
    }
    .mn_f_box05b_1b, .mn_f_box05a_1b{
        font-size: 0.97vw;
        letter-spacing: .08em;
    }
    .mn_f_box05b_1c, .mn_f_box05a_1c{
        padding: 1.3vw 2.5vw;
        font-size: 1.4vw;
        letter-spacing: .02em;
    }
    .mn_g_box04 {
        margin-bottom: 10vw;
    }
    .mn_f_box05_bg, .mn_h_box04_bg{
        padding: 3vw 10vw 2.5vw 12vw;
    }
    .mn_f_box05b_1 {
        width: 44%;
    }
    .mn_f_box05b_2 {
        width: 50%;
    }
    .mn_f_box .mn_f_box05b_1c {
        text-align: center;
    }
    .mn_f_box05, .mn_h_box04 {
        margin-bottom: 11.5vw;
    }
    .mn_i_box01 {
        position: relative;
    }
    .mn_i_box01c {
        color: #fff;
        text-align: center;
        position: absolute;
        bottom: 16%;
        right: 6.5%;
    }
    .mn_i_box01c1 {
        font-size: 2.3vw;
        letter-spacing: .15em;
        margin-bottom: 2.2vw;
    }
    .mn_i_box01c2 {
        font-size: 1.6vw;
        letter-spacing: .01em;
        line-height: 1.5;
        margin-bottom: 2vw;
    }
    .mn_i_box01c3 {
        color: #333;
        background: rgba(255, 255, 255, .6);
        font-size: 1.35vw;
        letter-spacing: .03em;
        padding: .6vw 1.6vw;
    }
    .mn_i_box03a{
        letter-spacing: .05em;
        font-weight: 600;
    }
    .mn_j_box01a{
        letter-spacing: .01em;
        text-align: left;
        padding-left: 8vw;
    }
    .mn_k_box {
        background: #f5f6f8;
        padding: 5vw 13vw;
        display: flex;
        justify-content: space-between;
    }
    .mn_k_box01,
    .mn_k_box02 {
        width: 50%;
    }
    .mn_k_box01 {
        padding-right: 2.5vw;
        border-right: .1vw solid #808080;
    }
    .mn_k_box01a,
    .mn_k_box02a {
        font-size: 1.7vw;
        font-weight: 600;
        letter-spacing: .02em;
        text-align: center;
        margin-bottom: 1.5vw;
    }
    .mn_k_box01b {
        font-size: 1.5vw;
        letter-spacing: .06em;
        text-align: center;
    }
    .mn_k_box01c {
        position: relative;
    }
    .mn_k_box01c1 {
        font-size: 1.3vw;
        letter-spacing: .02em;
        line-height: 1.4;
        position: absolute;
        top: 9%;
        right: 5%;
    }
    .mn_k_box01d {
        font-size: .75vw;
        line-height: 1.5;
        padding: 3vw 2vw 0 0;
    }
    .mn_k_box02 {
        padding-left: 2.5vw;
    }
}
@media screen and (max-width:767px){
    .mn_n_box {
        background: #fcf8f5;
        padding: 12vw 6vw;
    }
    .mn_n_box01,
    .mn_n_box02 {
        text-align: center;
    }
    .mn_n_box01 {
        padding-bottom: 6vw;
        border-bottom: 1px solid #d3b28f;
    }
    .mn_n_box01a {
        font-size: 3.7vw;
        line-height: 1.4;
        margin-bottom: 3vw;
    }
    .mn_n_box01b {
        font-size: 4.5vw;
        font-weight: 500;
        line-height: 1.4;
    }
    .mn_n_box01b span {
        font-size: 5.8vw;
        color: #c4996c;
    }
    .mn_n_box02 {
        padding-top: 5vw;
    }
    .mn_n_box02a {
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 2.5vw;
    }
    .mn_n_box02b {
        font-size: 4.5vw;
        font-weight: 500;
        line-height: 1.5;
    }
    .mn_n_box02b span {
        font-size: 5.8vw;
        color: #c4996c;
    }
    .mn_a_box01_bg{
        padding-top: 12vw;
        padding-bottom: 15vw;
        margin-bottom: 6.5vw;
    }
    .mn_a_box01a {
        font-size: 4.4vw;
        letter-spacing: .04em;
    }
    .mn_a_box01a span {
        padding-top: 2.5vw;
        font-size: 11.3vw;
    }
    .mn_a_box01b {
        margin: 0 6.5vw;
        display: flex;
        justify-content: space-between;
    }
    .mn_a_box01b picture {
        width: calc(33% - 1vw);
    }
    .mn_a_box02d {
        letter-spacing: .02em;
        margin-bottom: 3vw;
    }
    .mn_a_box02g{
        margin-bottom: 4vw;
    }
    .mn_a_box02i {
        padding: 4vw 3vw 8vw;
    }
    .mn_a_box02a{
        padding: 0 4vw 3vw;
        text-align: left;
        font-size: 13.6vw;
        font-weight: 500;
    }
    .mn_a_box02b1 {
        margin-bottom: 8vw;
    }
    .mn_b_box {
        padding-bottom: 4.5vw;
    }
    .mn_b_box04{
        padding: 6vw 5vw 4vw;
    }
    .mn_b_box04_ttl2 {
        font-size: 4.6vw;
        letter-spacing: .05em;
        line-height: 1.65;
    }
    .mn_b_box04_l,
    .mn_b_box04_c {
        padding: 0 1.4vw 4vw;
        margin-bottom: 6vw;
    }
    .mn_b_box04_l .mn_b_box04_ttl2,
    .mn_b_box04_r .mn_b_box04_ttl2 {
        padding-left: 5vw;
    }
    .mn_b_box04_txt{
        font-size: 3.3vw;
        padding: 2vw 0 0;
    }
    .mn_b_box04_txt2{
        font-size: 2vw;
        padding: 2.5vw 4vw 7vw;
    }
    .mn_b_box05a_txt {
        font-size: 7.8vw;
        font-weight: 500;
    }
    .mn_b_box05a_txt span{
        border-bottom: none;
    }
    .mn_b_box05b_01a,
    .mn_b_box05b_01b{
        font-size: 3.2vw;
        letter-spacing: .2em;
        padding: 1vw 0;
    }
    .mn_m_box5 {
        margin: 14vw auto 4vw !important;
        padding: 0;
        font-size: 6.3vw;
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 1.3;
    }
    .mn_m_box5::before,
    .mn_m_box5::after,
    .mn_m_span1::after{
        display: none;
    }
    
    .mn_m_span2 {
        color: #333;
    }
    .mn_m_span1 {
        font-size: 12vw;
        font-weight: bold;
        padding: 0 1vw;
    }
    .mn_m_box4 {
        padding-left: 5vw;
    }
    .mn_m_box3{
        padding: 18vw 0 0;
    }
    .mn_m_box2 {
        font-size: 6vw;
        line-height: 1.3;
        font-weight: 500;
        margin-bottom: 4vw;
    }
    .mn_m_box3 .mn_m_box4{
        font-size: 2.2vw;
    }
    .mn_l_box02b_ttl{
        font-size: 4.8vw;
    }
    .mn_l_box02b_ttl span {
        font-size: 6vw;
        font-weight: 500;
    }
    .mn_l_box03{
        font-size: 4.2vw;
        letter-spacing: .02em;
    }
    .mn_l_box02b_txt01{
        font-size: 3.5vw;
        letter-spacing: .02em;
        margin-bottom: 3vw;
    }
    .mn_l_box02b_txt02{
        padding: 3vw 2vw 0 4vw;
        font-size: 3.1vw;
        letter-spacing: .02em;
        line-height: 1.4;
    }
    .mn_d_box_bg{
        padding-bottom: 7vw;
    }
    .mn_d_box02a {
        padding: 6vw 0vw 5vw 12vw;
        font-size: 3.4vw;
        letter-spacing: .02em;
        line-height: 1.9;
    }
    .mn_d_box02d1 {
        padding: 0 2vw 3vw;
    }
    .mn_d_box02d2a {
        font-size: 4vw;
        font-weight: 500;
        letter-spacing: .02em;
        text-align: center;
        padding: 1vw 0;
        border: 1px solid #333;
        border-radius: 1vw;
        margin-bottom: 3vw;
    }
    .mn_d_box02d2b {
        font-size: 3.4vw;
        text-align: center;
        line-height: 1.6;
        margin-bottom: 1vw;
    }
    .mn_d_box02f {
        font-size: 3.8vw;
        margin-bottom: 1.5vw;
    }
    .mn_d_box02g {
        font-size: 5.3vw;
        font-weight: 500;
        letter-spacing: .01em;
        line-height: 1.4;
    }
    .mn_d_box02g span{
        font-size: 5.3vw;
        font-weight: 500;
    }
    .mn_d_box02g::after{
        display: none;
    }
    .mn_d_box02e{
        padding-bottom: 7vw;
        clip-path: polygon(100% 0, 100% 55%, 50% 100%, 0 55%, 0 0);
        margin-bottom: 0;
    }
    .mn_e_box{
        padding-top: 21vw;
        padding-bottom: 12vw;
    }
    .mn_e_box01{
        font-size: 6.5vw;
        font-weight: normal;
        margin-bottom: 4vw;
    }
    .mn_e_box02{
        font-size: 10.5vw;
        font-weight: normal;
        padding-bottom: 0;
        border-bottom: none;
    }
    .mn_e_box03 {
        font-size: 5vw;
        margin-bottom: 3.5vw;
    }
    .mn_e_box04 a span{
        width: 28vw;
        font-size: 3.5vw;
        letter-spacing: .02em;
        padding: 1.33vw 2.67vw 1.33vw 4vw;
        border-radius: .6vw;
    }
    .mn_h_box01a{
        letter-spacing: .02em;
        font-weight: 500;
    }
    .mn_f_box02a,
    .mn_g_box02a,
    .mn_h_box02a{
        font-size: 5vw;
        margin-bottom: 4.5vw;
    }
    .mn_f_box02b,
    .mn_g_box02b,
    .mn_h_box02b {
        font-size: 3.7vw;
        line-height: 1.5;
    }
    .mn_f_box03a{
        margin-bottom: 2.5vw;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    .mn_f_box03a iframe {
        width: 100%;
        height: 100%;
    }
    .mn_h_box04b{
        padding: 2vw 0 1vw;
        letter-spacing: .08em;
        font-weight: 500;
        line-height: 1.4;
    }
    .mn_f_box03c {
        margin-bottom: 3vw;
    }
    .mn_f_box05a, .mn_h_box04a{
        font-size: 3.5vw;
    }
    .mn_f_box05a_1a {
        font-size: 4.4vw;
        letter-spacing: 0;
        font-weight: normal;
        margin-bottom: 2.5vw;
    }
    .mn_f_box05a_1b {
        font-size: 3.3vw;
        line-height: 1.5;
    }
    .mn_f_box05a_1c_bg{
        padding: 4vw 0;
        font-size: 4.5vw;
        letter-spacing: .02em;
        line-height: 1.5;
    }
    .mn_g_box {
        padding-top: 14vw;
    }
    .mn_g_box01a {
        font-weight: 500;
        letter-spacing: .01em;
        margin-bottom: 4vw;
    }
    .mn_f_box05b_1a{
        letter-spacing: .02em;
        margin-bottom: 3vw;
    }
    .mn_f_box05 {
        margin-bottom: 26vw;
    }
    .mn_i_box01 {
        position: relative;
    }
    .mn_i_box01c {
        text-align: center;
        position: absolute;
        bottom: 4.5%;
        left: 50%;
        transform: translateX(-50%);
    }
    .mn_i_box01c1 {
        font-size: 6vw;
        letter-spacing: .1em;
        white-space: nowrap;
        margin-bottom: 4vw;
    }
    .mn_i_box01c2 {
        font-size: 4.2vw;
        line-height: 1.5;
    }
    .mn_i_box01b{
        padding: 1.5vw 19vw;
    }
    .mn_i_box03a{
        font-size: 5.7vw;
        letter-spacing: .05em;
        font-weight: 500;
        margin-bottom: 6vw;
    }
    .mn_i_box03b_list{
        row-gap: 3vw;
    }
    .mn_i_box03b{
        column-gap: 3.5vw;
    }
    .mn_i_box03b_2a {
        font-size: 4.3vw;
        letter-spacing: .05em;
        font-weight: normal;
        margin-bottom: 2.5vw;
    }
    .mn_i_box03b_2b{
        font-size: 3.4vw;
    }
    .mn_i_box03b:nth-child(even) .mn_i_box03b_2 {
        padding-left: 3vw;
    }
    .mn_j_box01 {
        position: relative;
    }
    .mn_j_box01a {
        writing-mode: vertical-rl;
        font-size: 5.8vw;
        line-height: 1.4;
        position: absolute;
        top: 5.5%;
        right: 5%;
    }
    .mn_k_box {
        padding: 16vw 6vw 0;
    }
    .mn_k_box01a {
        font-size: 4vw;
        letter-spacing: .2em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 4vw;
    }
    .mn_k_box01b {
        font-size: 3.7vw;
        font-weight: 500;
        letter-spacing: .05em;
        text-align: center;
        margin-bottom: 2vw;
    }
    .mn_k_box01c {
        position: relative;
    }
    .mn_k_box01c1 {
        font-size: 3.3vw;
        letter-spacing: .06em;
        line-height: 1.3;
        position: absolute;
        top: 5%;
        right: 4%;
    }
    .mn_k_box01c2 {
        width: 59vw;
        font-size: 1.8vw;
        line-height: 1.4;
        position: absolute;
        bottom: 0;
        right: 3%;
    }
    .mn_k_box02a {
        font-size: 4vw;
        letter-spacing: .2em;
        font-weight: 500;
        text-align: center;
        padding: 11vw 0 6vw;
    }
}