/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://mytrex.jp/welcome/
Description: Welcome
Version: 1.0
*/


/*
#header {
	height: 7vw;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header.HeightMin {
	position: fixed;
	z-index: 999;
	height: 0px;
	animation: DownAnime 0.5s forwards;
	margin-top: -7vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 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: 4;
		position: fixed;
	}
	.menu_sub {
		background: #d9e5da;
		padding: 0.5vw 0.5vw;
		width: 100%;
		position: fixed;
		top: 11vw;
/*		z-index: 999;*/
	}
	.menu_sub_item_nm {
		font-size: 1.2vw;
		font-weight: 800;
		letter-spacing: 0.1vw;
		line-height: 1vw;
		color: #231815;
		padding: 0.5vw 0.5vw;
		text-align: center;
	}
	.menu_sub_item_link {
		font-size: 3vw;
		font-weight: normal;
		letter-spacing: 0.1vw;
		line-height: 3vw;
		color: #b5b5b6;
		padding: 2.5vw 0.5vw;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	.menu_sub_item_link a {
		color: #231815;
		display: inline-block;
		list-style: none;
		padding: 0vw 3vw;
	}
	.menu_sub_item_link a:hover {
		color: #b5b5b6;
	}
	#mt_pc_top_buy_cartin {
		position: fixed;
		bottom: 0px;
		right: 0px;
		background: #0000004f;
		padding: 4px 0px 0px;
	}
	.mt_pc_top_buy {
		padding: 0 12vw;
	}

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

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

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

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

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

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

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

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

/*** c ***/

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

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

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

.mytrex_buy {
	width: 100%;
}

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

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

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

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

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

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

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

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

/*** modal e5 ***/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* Welcome
=====================================================*/
img{
    width: 100%;
}
.line_link:visited{
    text-decoration: none;
    color: #fff;
}
a:focus{
    outline-offset: unset;
}
#fv-carousel .splide__slide img {
  transition: 8s ease-out;
}
#fv-carousel .splide__slide.is-active img {
  transform: scale(1.1);
  transition-delay: 0s;
}

#outer-slider .splide__pagination__page.is-active{
    background: none!important;
    transform: scale(1)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
}
#outer-slider li:first-child .splide__pagination__page{
    background-image: url(https://stg.mytrex.jp/wp-content/themes/mytrex/img/page/welcome/wc_outer01a.png.webp)!important;
}
#outer-slider li:nth-child(2) .splide__pagination__page{
    background-image: url(https://stg.mytrex.jp/wp-content/themes/mytrex/img/page/welcome/wc_outer02a.png.webp)!important;
}
#outer-slider li:last-child .splide__pagination__page{
    background-image: url(https://stg.mytrex.jp/wp-content/themes/mytrex/img/page/welcome/wc_outer03a.png.webp)!important;
}
#outer-slider li:first-child .splide__pagination__page.is-active{
    background-image: url(https://stg.mytrex.jp/wp-content/themes/mytrex/img/page/welcome/wc_outer01b.png.webp)!important;
}
#outer-slider li:nth-child(2) .splide__pagination__page.is-active{
    background-image: url(https://stg.mytrex.jp/wp-content/themes/mytrex/img/page/welcome/wc_outer02b.png.webp)!important;
}
#outer-slider li:last-child .splide__pagination__page.is-active{
    background-image: url(https://stg.mytrex.jp/wp-content/themes/mytrex/img/page/welcome/wc_outer03b.png.webp)!important;
}
#inner-slider1 .swiper-slide,
#inner-slider2 .swiper-slide,
#inner-slider3 .swiper-slide,
#outer-slider .splide__slide,
#outer-slider .splide__track,
#outer-slider .splide__list {
  overflow: visible !important;
}
#inner-slider1 .swiper-wrapper,
#inner-slider2 .swiper-wrapper,
#inner-slider3 .swiper-wrapper {
  touch-action: pan-y;
}
#inner-slider1 .swiper-pagination-bullet-active,
#inner-slider2 .swiper-pagination-bullet-active,
#inner-slider3 .swiper-pagination-bullet-active{
    background: #fff!important;
}
#inner-slider1 .swiper-button-prev,
#inner-slider2 .swiper-button-prev,
#inner-slider3 .swiper-button-prev{
    background-image: url(https://stg.mytrex.jp/wp-content/themes/mytrex/img/page/welcome/prev_btn.png);
}
#inner-slider1 .swiper-button-next,
#inner-slider2 .swiper-button-next,
#inner-slider3 .swiper-button-next{
    background-image: url(https://stg.mytrex.jp/wp-content/themes/mytrex/img/page/welcome/next_btn.png);
}
.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}
.fade-in.show {
    opacity: 1;
}

@media screen and (max-width:767px){
    .wrapper main {
        margin-top: 21vw !important;
    }
    .wc_support {
        padding: 16vw 0 31vw;
        text-align: center;
    }
    .wc_sup_txt {
        font-size: 3.3vw;
        letter-spacing: .3vw;
        line-height: 1.8;
        margin-bottom: 3vw;
    }
    .wc_sup_link {
        display: block;
        width: 87%;
        margin: 0 auto;
        font-size: 4.2vw;
        letter-spacing: .3vw;
        border: .2vw solid;
        padding: 3vw 0;
        position: relative;
    }
    .wc_bg {
        background: linear-gradient(135deg, rgba(98, 98, 98, 1) 0%, rgba(0, 0, 0, 1) 50%);
        padding-top: 79vw;
        padding-bottom: 57vw;
        margin-bottom: 21vw;
        position: relative;
    }
    .wc_tec {
        width: 90%;
        position: absolute;
        top: -15vw;
        right: 0;
    }
    .wc_tec_txt {
        padding-top: 5vw;
        font-family: sans-serif;
        font-size: 2.7vw;
        color: #fff;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
        line-height: 2.2;
    }
    .wc_story_ttl {
        text-align: center;
        color: #fff;
        font-size: 3.2vw;
        letter-spacing: .2vw;
        padding-bottom: 1.5vw;
        margin-bottom: 2.5vw;
        position: relative;
    }
    .wc_story_ttl::after {
        display: block;
        content: '';
        height: .1vw;
        width: 2vw;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .wc_rv_wrap {
        margin-bottom: 19vw;
    }
    .wc_rv_bg {
        background: #ececec;
        padding: 8vw 0 16vw;
        margin-bottom: 1.5vw;
    }
    #rv-carousel .splide__arrow{
        height: 5vw;
        width: 5vw;
    }
    #rv-carousel .splide__arrow svg{
        display: none;
    }
    #rv-carousel .splide__arrow--prev {
        content: '';
        border-top: .3vw solid #333;
        border-left: .3vw solid #333;
        border-radius: 0;
        transform: rotate(-45deg);
        top: 35%;
        left: 5vw !important;
    }
    #rv-carousel .splide__arrow--next{
        content: '';
        border-top: .3vw solid #333;
        border-right: .3vw solid #333;
        border-radius: 0;
        transform: rotate(45deg);
        top: 35%;
        right: 5vw !important;
    }
    #rv-carousel .splide__pagination{
        bottom: -10vw!important;
    }
    #rv-carousel .splide__pagination__page {
        background: none;
        border: .2vw solid #333;
        height: 7px;
        width: 7px;
    }
    #rv-carousel .splide__pagination__page.is-active {
        background: #333;
        transform: scale(1);
    }
    .wc_rv_txt {
        text-align: right;
        font-size: 1.4vw;
        color: #868686;
        padding-right: 2vw;
    }
    .wc_sld_wrap {
        margin-bottom: 8vw;
    }
    .wc_award {
        padding: 0 7vw;
        margin-bottom: 18vw;
    }
    .wc_fan_bg {
        background: #ececec;
        padding: 8vw 0;
    }
    .wc_fan_ttl {
        font-size: 3.3vw;
        letter-spacing: .1vw;
        text-align: center;
        padding-bottom: 2vw;
        position: relative;
    }
    .wc_fan_ttl::after {
        display: block;
        content: '';
        height: .1vw;
        width: 2vw;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #letter-carousel {
        margin-bottom: 11vw;
    }
    #letter-carousel .splide__track{
        overflow: visible;
    }
    #letter-carousel .splide__slide{
        top: -6vw;
    }
    #letter-carousel .splide__slide.is-active {
        top: 4vw;
    }
    .wc_fan_txt {
        color: #333;
        font-family: sans-serif;
        font-size: 2.9vw;
        text-align: center;
        font-feature-settings: 'palt';
        letter-spacing: .5vw;
        line-height: 2;
    }
    .wc_member {
        padding: 20vw 6vw;
    }
    .wc_member_ttl {
        font-size: 4vw;
        letter-spacing: .2vw;
        text-align: center;
        padding-bottom: 3vw;
        border-bottom: .1vw solid #333;
        margin-bottom: 7vw;
    }
    .wc_member_txt {
        text-align: center;
        font-size: 3vw;
        line-height: 1.8;
        margin-bottom: 5vw;
    }
    .wc_member_wrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 2.5vw;
    }
    .wc_member_wrap ul:nth-child(3) {
        margin-bottom: 3vw;
    }
    .wc_member_cnt {
        width: 47.8%;
        box-shadow: 1.5px 1.5px 4px 0px #aaa;
        padding: 4vw 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.8vw;
        position: relative;
    }
    .wc_member_cnt::before {
        display: inline-block;
        content: '';
        border: 2.5vw solid transparent;
        border-bottom: 2.5vw solid #6ab89e;
        transform: rotate(-45deg);
        position: absolute;
        top: -2.5vw;
        left: -2.5vw;
    }
    .wc_mmb_ttl {
        color: #6ab89e;
        font-size: 3.3vw;
        font-feature-settings: 'palt';
        letter-spacing: .4vw;
    }
    .wc_mmb_txt {
        font-size: 2.3vw;
    }
    .wc_mmb_txt span {
        font-weight: bold;
    }
    .wc_mmb_txt2 {
        font-size: 1.5vw;
        color: #868686;
        position: absolute;
        bottom: 1vw;
        right: 1vw;
    }
    .wc_member_subttl {
        font-size: 2.6vw;
        text-align: center;
        padding: 7vw 0 3vw;
    }
    .green {
        background: #ebf8ef;
    }
    .green::before {
        display: inline-block;
        content: '';
        border: 2.5vw solid transparent;
        border-bottom: 2.5vw solid #01a244;
        transform: rotate(-45deg);
        position: absolute;
        top: -2.5vw;
        left: -2.5vw;
    }
    .green .wc_mmb_ttl{
        color: #01a244;
    }
    .line_link {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5vw;
        background: #01a244;
        padding: 1vw 0;
    }
    .line_link img {
        width: 8vw;
    }
    .line_link:link {
        color: #fff;
        font-size: 4vw;
        letter-spacing: .3vw;
    }
    .wc_member_note {
        text-align: center;
        font-size: 1.5vw;
        line-height: 1.8;
        color: #868686;
        padding-top: 5vw;
    }
    .wc_service {
        padding: 0 6vw;
    }
    .wc_service_bg {
        background: #ececec;
        padding: 10vw 8vw;
        text-align: center;
    }
    .wc_service_txt01 {
        font-size: 2.8vw;
        letter-spacing: .2vw;
        margin-bottom: 2.5vw;
    }
    .wc_service_link {
        display: block;
        background: #fff;
        border: .25vw solid #333;
        font-size: 4vw;
        font-feature-settings: 'palt';
        letter-spacing: .3vw;
        padding: 2.5vw 0;
    }
    .wc_service_box {
        padding-top: 9vw;
    }
    .wc_service_txt02 {
        width: fit-content;
        margin: 0 auto;
        font-family: sans-serif;
        font-size: 2.7vw;
        font-feature-settings: 'palt';
        letter-spacing: .4vw;
        margin-bottom: 2vw;
        position: relative;
    }
    .wc_service_txt02::before {
        display: inline-block;
        content: '';
        border: 1vw solid transparent;
        border-top: 1.3vw solid #6ab89e;
        transform: rotate(-90deg);
        position: absolute;
        top: 10%;
        left: -2vw;
    }
    .wc_service_txt02::after {
        display: inline-block;
        content: '';
        border: 1vw solid transparent;
        border-top: 1.3vw solid #6ab89e;
        transform: rotate(90deg);
        position: absolute;
        top: 10%;
        right: -2vw;
    }
    .wc_service_txt03 {
        font-size: 2.6vw;
    }
    .border {
        padding: 4vw 0;
        border-bottom: .2vw solid;
        margin-bottom: 6vw;
    }
    .contact{
        border-bottom: .1vw solid #333;
    }
    .tel {
        font-size: 3.3vw;
        letter-spacing: .1vw;
    }
    .wc_service_txt04 {
        font-size: 2.2vw;
        padding-top: 3vw;
    }
    
    /* footer */
    .footer_menu_sns {
        gap: 0 10vw;
        margin-bottom: 4vw;
    }
    .footer_menu_sns > a {
        height: 13vw;
        width: 13vw;
    }
    .footer_menu_product {
        padding: 7vw 0 0 0;
    }
    .footer_menu_product_box {
        padding-bottom: 11vw;
        margin-bottom: 11vw;
    }
    .footer_logo {
        padding: 3vw 37vw;
    }
    .footer_logo img {
        width: 26vw!important;
    }
    .footer_copyright {
        font-family: sans-serif;
        font-size: 2.2vw;
    }
    
    /* hmenu */
    .menu_sp {
        display: flex;
        align-items: center;
        height: 21vw;
        width: 100%;
        background-color: #fff;
        padding-left: 6vw!important;
        position: fixed;
        z-index: 999;
    }
    .menu-trigger {
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        background: #868686;
        height: 25vw;
        width: 25vw;
        position: fixed;
        top: 0;
        right: 0 !important;
        left: inherit !important;
        z-index: 1010;
        transform: translateX(0);
        transition: transform .5s;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        top: 50%!important;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 7vw;
        height: .2vw;
        background-color: #fff;
        transition: .3s ease-out;
    }
    .menu-trigger span:first-child {
        top: 10.5vw!important;
    }
    .menu-trigger span:last-child {
        top: 14.5vw!important;
    }
    .menu-trigger.active {
        transform: translateX(0);
        z-index: 9999;
        background-color: #868686;
        width: 25vw;
        height: 25vw;
        top: 0;
        right: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        width: 9vw;
        transform: translate(-4vw, -.5vw) rotate(-45deg);
        background-color: #fff;
        top: 50% !important;
        left: 50% !important;
    }
    .menu-trigger.active span:nth-of-type(3) {
        width: 9vw;
        transform: translate(-4vw, -2.5vw) rotate(45deg);
        background-color: #fff;
    }
    nav{
        height: fit-content;
    }
    nav.open {
        width: 75%;
        background: #595757;
/*        z-index: 1001;*/
    }
    .menu_sp_list_head {
        background: none;
        padding: 11vw 0 0 11vw;
        width: 100%;
    }
    .menu_sp_list {
        background: none;
    }
    .menu_sp_list .menu_sp_list-content{
        width: 85%;
        background: none;
        border-bottom: .2vw solid #fff;
    }
    .menu_sp_list-category {
        border-bottom: none;
        min-height: 0;
        font-size: 4vw;
        padding-left: 0;
        padding-bottom: 9vw;
    }
    .menu_sp_list-category:nth-child(4) {
        padding-bottom: 2vw;
    }
    .menu_sp_list-category:link {
        color: #fff;
        text-decoration: none;
    }
    .menu_sp_list-category:first-child {
        border-top: none;
    }
    .menu_sp_list-category:last-child {
        margin-bottom: 3vw;
    }
    .menu_sp_list-category::after{
        display: none!important;
    }
    .wc_menu_sp_list_line {
        display: block;
        color: #fff;
        background: #01a244;
        padding: .5vw 2vw 1.5vw;
        line-height: 1.2;
        margin-bottom: 7vw;
    }
    .wc_menu_line01 {
        font-family: sans-serif;
        font-size: 1.9vw;
    }
    .wc_menu_line02 {
        font-size: 3.4vw;
        letter-spacing: .2vw;
    }
    .menu_sp_list_foot{
        background: none;
        padding: 6vw 11vw 10vw;
        width: 100%;
    }
    .footer_menu_logo {
        width: 25vw;
        margin: 0 0 5vw;
    }
    .wc_footer_menu_sns{
        display: flex;
        gap: 6vw;
    }
    .wc_footer_menu_sns > a {
        height: 8vw;
        width: 8vw;
    }
    
    /* arrow */
    .arrow {
        display: inline-block;
        height: .2vw;
        width: 7vw;
        background: #333;
        vertical-align: middle;
        position: relative;
        right: -9%;
        animation: arrowMove 1.2s ease-out infinite;
        opacity: 1;
    }
    .arrow::before {
        display: inline-block;
        content: '';
        height: .2vw;
        width: 1.8vw;
        background: #333;
        position: absolute;
        top: -.6vw;
        right: 0;
        transform: rotate(35deg);
    }
    .arrow::after {
        display: inline-block;
        content: '';
        height: .2vw;
        width: 1.8vw;
        background: #333;
        position: absolute;
        top: .5vw;
        right: 0;
        transform: rotate(-35deg);
    }
    
        @keyframes arrowMove {
        0% {
            transform: translateX(0);
            opacity: 1;
        }
        100% {
            transform: translateX(5vw);
            opacity: 0;
        }
    }
    
    .wc_sup_link .arrow{
        position: absolute;
        top: 50%;
        right: 13vw;
    }
    .line_link .arrow,
    .line_link .arrow::before,
    .line_link .arrow::after{
        background: #fff;
    }
    
    /* Nest Slider(outer/inner) */
    .inner_cnt {
        position: relative;
    }
    .inner_pd_ttl {
        text-align: right;
        position: absolute;
        bottom: 8.5vw;
        right: 9vw;
    }
    .inner_pd_kn {
        font-size: 1.5vw;
        margin-bottom: .5vw;
    }
    .inner_pd_name {
        font-size: 3.2vw;
        letter-spacing: .1vw;
        margin-bottom: 1vw;
    }
    .inner_pd_sub {
        font-size: 1.6vw;
        letter-spacing: .1vw;
    }
    .inner_pd_txt01 {
        font-size: 3vw;
        letter-spacing: .2vw;
        position: absolute;
        top: 15vw;
        left: 7vw;
    }
    .inner_pd_txt02 {
        font-size: 2.3vw;
        letter-spacing: .1vw;
        line-height: 1.8;
        position: absolute;
        bottom: 8vw;
        left: 6vw;
    }
    .inner_pd_txt03 {
        font-size: 3vw;
        letter-spacing: .2vw;
        line-height: 1.8;
        position: absolute;
        top: 11vw;
        right: 10vw;
    }
    .inner_pd_txt04 {
        font-size: 2.2vw;
        line-height: 1.7;
        position: absolute;
        bottom: 10vw;
        right: 5vw;
    }
    #inner-slider1 .swiper-slide:nth-child(3) .inner_pd_txt03 {
        right: 5vw;
    }
    #inner-slider1 .swiper-slide:nth-child(3) .inner_pd_txt04 {
        bottom: 11vw;
        right: 3vw;
    }
    #inner-slider1 .swiper-slide:last-child .inner_pd_txt03 {
        right: 4vw;
    }
    #inner-slider1 .swiper-slide:last-child .inner_pd_txt04 {
        bottom: 16vw;
        right: 2vw;
    }
    #inner-slider2 .swiper-slide:nth-child(2) .inner_pd_txt03,
    #inner-slider2 .swiper-slide:nth-child(3) .inner_pd_txt03,
    #inner-slider2 .swiper-slide:last-child .inner_pd_txt03{
        left: 6vw;
    }
    #inner-slider2 .swiper-slide:nth-child(2) .inner_pd_txt04,
    #inner-slider2 .swiper-slide:nth-child(3) .inner_pd_txt04,
    #inner-slider2 .swiper-slide:last-child .inner_pd_txt04{
        bottom: 12vw;
        left: 6vw;
    }
    #inner-slider3 .swiper-slide:nth-child(2) .inner_pd_txt03 {
        right: 14vw;
    }
    #inner-slider3 .swiper-slide:nth-child(2) .inner_pd_txt04 {
        bottom: 12vw;
        right: 2vw;
    }
    #inner-slider3 .swiper-slide:nth-child(3) .inner_pd_txt03 {
        font-size: 2.9vw;
        letter-spacing: 0;
        top: 12vw;
        right: 1vw;
    }
    #inner-slider3 .swiper-slide:nth-child(3) .inner_pd_txt04 {
        bottom: 12vw;
        right: 3vw;
    }
    #inner-slider3 .swiper-slide:last-child .inner_pd_txt03 {
        top: 13vw;
        right: 5vw;
    }
    #inner-slider3 .swiper-slide:last-child .inner_pd_txt04 {
        right: 3vw;
    }
    .inner_pd_txt05 {
        font-size: 1vw;
        position: absolute;
        bottom: 1vw;
        right: 1vw;
    }
    #outer-slider .splide__pagination {
        bottom: -48vw !important;
/*        z-index: 999;*/
    }
    #outer-slider .splide__pagination__page{
        width: 21vw;
        height: 21vw;
        margin: 0 4vw;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        border-radius: unset;
        opacity: 1;
        transition: .5s all;
    }
    .inner-sld-pgn-wrapper {
        display: flex;
        height: 7vw;
        width: 80%;
        border: .2vw solid #fff;
        position: absolute;
        bottom: -11vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    #inner-slider1 .swiper-pagination,
    #inner-slider2 .swiper-pagination,
    #inner-slider3 .swiper-pagination{
        bottom: 2.5vw;
    }
    
    #inner-slider1 .swiper-pagination-bullet,
    #inner-slider2 .swiper-pagination-bullet,
    #inner-slider3 .swiper-pagination-bullet{
        height: 1.7vw;
        width: 1.7vw;
        border: .2vw solid #fff;
        border-radius: 50%;
        background-image: none!important;
        margin: 0 .8vw;
        opacity: 1;
    }
    #inner-slider1 .swiper-button-next,
    #inner-slider1 .swiper-button-prev,
    #inner-slider2 .swiper-button-next,
    #inner-slider2 .swiper-button-prev,
    #inner-slider3 .swiper-button-next,
    #inner-slider3 .swiper-button-prev{
        top: 17%;
        width: 14vw;
        height: 5vw;
        background-size: 14vw 4vw;
/*        z-index: 9999;*/
    }
    #inner-slider1 .swiper-button-prev::after,
    #inner-slider1 .swiper-button-next::after {
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 50px;
      margin: auto;
      width: 50px;
    }
}


/* PC */
@media screen and (min-width:768px){
    .col-sm-6{
        overflow: hidden;
    }
    .menu_pc #header {
        height: 11vw;
        width: 100%;
    }
    .menu_pc #header.HeightMin {
        margin-top: -11vw !important;
    }
    .menu_sp_list_logo {
        padding: 4vw 0 4vw 3vw;
/*        z-index: 9999;*/
    }
    .menu_sp_list_logo img {
        width: 15vw;
    }
    .menu-trigger{
        height: 12vw;
        width: 12vw;
        background: #868686;
        top: 0;
        left: inherit!important;
        right: 0!important;
        z-index: 9999;
    }
    .menu-trigger span{
        height: .15vw;
        width: 3vw;
        background-color: #fff;
        top: 50%!important;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .3s ease-out;
    }
    .menu-trigger span:first-child {
        top: 5vw !important;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 6vw !important;
    }
    .menu-trigger span:last-child {
        top: 7vw !important;
    }
    .menu-trigger.active{
        width: 12vw;
        height: 12vw;
        background: #868686;
        transform: none;
    }
    .menu-trigger.active span:nth-of-type(1) {
        width: 4vw;
        background: #fff;
        transform: translate(-2vw, .5vw) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(3) {
        width: 4vw;
        background: #fff;
        transform: translate(-2vw, -1.5vw) rotate(45deg);
    }
    nav{
        transform: translate(100vw);
        height: fit-content;
    }
    nav.open {
        height: fit-content;
        width: 40%;
        background: #595757;
        transform: translate(60vw);
/*        z-index: 1001;*/
    }
    .menu_sp_list_head {
        background: none;
        padding: 6vw 0 0 6vw;
        width: 100%;
    }
    .menu_sp_list {
        background: none;
        border-bottom: none;
    }
    .menu_sp_list .menu_sp_list-content{
        width: 85%;
        background: none;
        padding-bottom: 3vw;
        border-bottom: .2vw solid #fff;
    }
    .menu_sp_list-category {
        border-bottom: none;
        min-height: 0;
        font-size: 2vw;
        padding-left: 0;
        padding-bottom: 4.5vw;
    }
    .menu_sp_list-category:nth-child(4) {
        padding-bottom: 2vw;
    }
    .menu_sp_list-category:link {
        color: #fff;
        text-decoration: none;
    }
    .menu_sp_list-category:first-child {
        border-top: none;
    }
    .menu_sp_list-category:last-child {
        margin-bottom: 3vw;
    }
    .menu_sp_list-category::after{
        display: none!important;
    }
    .wc_menu_sp_list_line {
        display: block;
        color: #fff;
        background: #01a244;
        padding: .3vw 1.3vw .5vw;
        line-height: 1.2;
        margin-bottom: 3vw;
    }
    .wc_menu_line01 {
        font-family: sans-serif;
        font-size: 1vw;
    }
    .wc_menu_line02 {
        font-size: 1.8vw;
        letter-spacing: .1vw;
    }
    .menu_sp_list_foot{
        background: none;
        padding: 3vw 6vw 5vw;
        width: 100%;
    }
    .footer_menu_logo {
        width: 14vw;
        margin: 0 0 2.5vw;
    }
    .wc_footer_menu_sns{
        display: flex;
        gap: 3vw;
    }
    .wc_footer_menu_sns > a {
        height: 4vw;
        width: 4vw;
    }
    
    .wrapper main {
        margin-top: 11vw !important;
    }
    .wc_support {
        padding: 6vw 0 15vw;
        text-align: center;
    }
    .wc_sup_txt {
        font-size: 1.6vw;
        letter-spacing: .1vw;
        line-height: 1.8;
        margin-bottom: 2vw;
    }
    .wc_sup_link {
        display: block;
        width: 87%;
        margin: 0 auto;
        font-size: 2vw;
        letter-spacing: .1vw;
        border: .15vw solid;
        padding: 1.5vw 0;
        position: relative;
    }
    /* arrow */
    .arrow {
        display: inline-block;
        height: .15vw;
        width: 3.5vw;
        background: #333;
        vertical-align: middle;
        position: relative;
        right: -9%;
        animation: arrowMove 1.2s ease-out infinite;
        opacity: 1;
    }
    .arrow::before {
        display: inline-block;
        content: '';
        height: .15vw;
        width: .8vw;
        background: #333;
        position: absolute;
        top: -.2vw;
        right: 0;
        transform: rotate(35deg);
    }
    .arrow::after {
        display: inline-block;
        content: '';
        height: .15vw;
        width: .8vw;
        background: #333;
        position: absolute;
        top: .2vw;
        right: 0;
        transform: rotate(-35deg);
    }
    @keyframes arrowMove {
        0% {
            transform: translateX(0);
            opacity: 1;
        }
        100% {
            transform: translateX(3vw);
            opacity: 0;
        }
    }
    .wc_sup_link .arrow{
        position: absolute;
        top: 50%;
        right: 13vw;
    }
    .line_link .arrow,
    .line_link .arrow::before,
    .line_link .arrow::after{
        background: #fff;
    }
    .wc_bg {
        background: linear-gradient(135deg, rgba(98, 98, 98, 1) 0%, rgba(0, 0, 0, 1) 50%);
        padding-top: 37vw;
        padding-bottom: 27vw;
        margin-bottom: 10vw;
        position: relative;
    }
    .wc_tec {
        width: 90%;
        position: absolute;
        top: -8vw;
        right: 0;
    }
    .wc_tec_txt {
        padding-top: 2.5vw;
        font-family: sans-serif;
        font-size: 1.3vw;
        color: #fff;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
        line-height: 2.2;
    }
    .wc_story_ttl {
        text-align: center;
        color: #fff;
        font-size: 1.6vw;
        letter-spacing: .1vw;
        padding-bottom: 1vw;
        margin-bottom: 1.5vw;
        position: relative;
    }
    .wc_story_ttl::after {
        display: block;
        content: '';
        height: .1vw;
        width: 1vw;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
     /* Nest Slider(outer/inner) */
    .inner_cnt {
        position: relative;
    }
    .inner_pd_ttl {
        text-align: right;
        position: absolute;
        bottom: 5vw;
        right: 4vw;
    }
    .inner_pd_kn {
        font-size: .8vw;
        margin-bottom: .3vw;
    }
    .inner_pd_name {
        font-size: 1.5vw;
        letter-spacing: .1vw;
        margin-bottom: .3vw;
    }
    .inner_pd_sub {
        font-size: .9vw;
        letter-spacing: .1vw;
    }
    .inner_pd_txt01 {
        font-size: 1.5vw;
        letter-spacing: .1vw;
        position: absolute;
        top: 6vw;
        left: 3vw;
    }
    .inner_pd_txt02 {
        font-size: 1.15vw;
        letter-spacing: 0;
        line-height: 1.7;
        position: absolute;
        bottom: 5vw;
        left: 3vw;
    }
    .inner_pd_txt03 {
        font-size: 1.6vw;
        letter-spacing: .05vw;
        line-height: 1.5;
        position: absolute;
        top: 6vw;
        right: 4vw;
    }
    .inner_pd_txt04 {
        font-size: 1.1vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        line-height: 1.7;
        position: absolute;
        bottom: 5vw;
        right: 1.5vw;
    }
    #inner-slider1 .swiper-slide:nth-child(3) .inner_pd_txt03 {
        right: 3vw;
    }
    #inner-slider1 .swiper-slide:nth-child(3) .inner_pd_txt04 {
        bottom: 5vw;
        right: 2vw;
    }
    #inner-slider1 .swiper-slide:last-child .inner_pd_txt03 {
        right: 2vw;
    }
    #inner-slider1 .swiper-slide:last-child .inner_pd_txt04 {
        bottom: 7vw;
        right: 1vw;
    }
    #inner-slider2 .swiper-slide:nth-child(2) .inner_pd_txt03,
    #inner-slider2 .swiper-slide:nth-child(3) .inner_pd_txt03,
    #inner-slider2 .swiper-slide:last-child .inner_pd_txt03{
        left: 2vw;
    }
    #inner-slider2 .swiper-slide:nth-child(2) .inner_pd_txt04,
    #inner-slider2 .swiper-slide:nth-child(3) .inner_pd_txt04,
    #inner-slider2 .swiper-slide:last-child .inner_pd_txt04{
        bottom: 5vw;
        left: 2vw;
    }
    #inner-slider3 .swiper-slide:nth-child(2) .inner_pd_txt03 {
        right: 7vw;
    }
    #inner-slider3 .swiper-slide:nth-child(2) .inner_pd_txt04 {
        bottom: 5vw;
        right: 1.5vw;
    }
    #inner-slider3 .swiper-slide:nth-child(3) .inner_pd_txt03 {
        font-size: 2.9vw;
        letter-spacing: 0;
        top: 12vw;
        right: 1vw;
    }
    #inner-slider3 .swiper-slide:nth-child(3) .inner_pd_txt04 {
        bottom: 12vw;
        right: 3vw;
    }
    #inner-slider3 .swiper-slide:last-child .inner_pd_txt03 {
        top: 13vw;
        right: 5vw;
    }
    #inner-slider3 .swiper-slide:last-child .inner_pd_txt04 {
        right: 3vw;
    }
    .inner_pd_txt05 {
        font-size: .6vw;
        position: absolute;
        bottom: .5vw;
        right: .5vw;
    }
    #outer-slider .splide__pagination {
        bottom: -18vw;
/*        z-index: 999;*/
    }
    #outer-slider .splide__pagination__page {
        width: 10vw;
        height: 8vw;
        margin: 0 1.5vw;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        border-radius: unset;
        opacity: 1;
        transition: .5s all;
    }
    .inner-sld-pgn-wrapper {
        display: flex;
        height: 4vw;
        width: 80%;
        border: .1vw solid #fff;
        position: absolute;
        bottom: -6vw;
        left: 50%;
        transform: translateX(-50%);
    }
    #inner-slider1 .swiper-pagination,
    #inner-slider2 .swiper-pagination,
    #inner-slider3 .swiper-pagination{
        bottom: 1.3vw;
    }
    
    #inner-slider1 .swiper-pagination-bullet,
    #inner-slider2 .swiper-pagination-bullet,
    #inner-slider3 .swiper-pagination-bullet{
        height: .8vw;
        width: .8vw;
        border: .1vw solid #fff;
        border-radius: 50%;
        background-image: none !important;
        margin: 0 .3vw;
        opacity: 1;
    }
    #inner-slider1 .swiper-button-next,
    #inner-slider1 .swiper-button-prev,
    #inner-slider2 .swiper-button-next,
    #inner-slider2 .swiper-button-prev,
    #inner-slider3 .swiper-button-next,
    #inner-slider3 .swiper-button-prev{
        top: 27%;
        width: 7vw;
        height: 2vw;
        background-size: 7vw 2vw;
/*        z-index: 9999;*/
    }
    #inner-slider1 .swiper-button-prev::after,
    #inner-slider1 .swiper-button-next::after {
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      height: 50px;
      margin: auto;
      width: 50px;
    }
    
    .wc_rv_wrap {
        margin-bottom: 10vw;
    }
    .wc_rv_bg {
        background: #ececec;
        padding: 4vw 0 7vw;
        margin-bottom: .5vw;
    }
    #rv-carousel .splide__arrow{
        height: 3vw;
        width: 3vw;
        background: none;
    }
    #rv-carousel .splide__arrow svg{
        display: none;
    }
    #rv-carousel .splide__arrow--prev {
        content: '';
        border-top: .15vw solid #333;
        border-left: .15vw solid #333;
        border-radius: 0;
        transform: rotate(-45deg);
        top: 35%;
        left: 3vw !important;
    }
    #rv-carousel .splide__arrow--next{
        content: '';
        border-top: .15vw solid #333;
        border-right: .15vw solid #333;
        border-radius: 0;
        transform: rotate(45deg);
        top: 35%;
        right: 3vw !important;
    }
    #rv-carousel .splide__pagination{
        bottom: -4.5vw!important
    }
    #rv-carousel .splide__pagination__page {
        background: none;
        border: .15vw solid #333;
        height: 7px;
        width: 7px;
    }
    #rv-carousel .splide__pagination__page.is-active {
        background: #333;
        transform: scale(1);
    }
    .wc_rv_txt {
        text-align: right;
        font-size: .8vw;
        color: #868686;
        padding-right: 1vw;
    }
    
    .wc_sld_wrap {
        margin-bottom: 4vw;
    }
    .wc_award {
        padding: 0 4vw;
        margin-bottom: 8vw;
    }
    .wc_fan_bg {
        background: #ececec;
        padding: 4vw 0;
    }
    .wc_fan_ttl {
        font-size: 1.6vw;
        letter-spacing: .1vw;
        text-align: center;
        padding-bottom: 1vw;
        position: relative;
    }
    .wc_fan_ttl::after {
        display: block;
        content: '';
        height: .1vw;
        width: 1vw;
        background: #333;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #letter-carousel {
        margin-bottom: 6vw;
    }
    #letter-carousel .splide__track{
        overflow: visible;
    }
    #letter-carousel .splide__slide{
        top: -3vw;
    }
    #letter-carousel .splide__slide.is-active {
        top: 2.5vw;
    }
    .wc_fan_txt {
        color: #333;
        font-family: sans-serif;
        font-size: 1.4vw;
        text-align: center;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
        line-height: 1.8;
    }
    
    .wc_member {
        padding: 10vw 3vw;
    }
    .wc_member_ttl {
        font-size: 2vw;
        letter-spacing: .1vw;
        text-align: center;
        padding-bottom: 1.5vw;
        border-bottom: .1vw solid #333;
        margin-bottom: 3vw;
    }
    .wc_member_txt {
        text-align: center;
        font-size: 1.5vw;
        line-height: 1.8;
        margin-bottom: 3vw;
    }
    .wc_member_wrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1vw;
    }
    .wc_member_wrap ul:nth-child(3) {
        margin-bottom: 3vw;
    }
    .wc_member_cnt {
        width: 47.8%;
        box-shadow: 1.5px 1.5px 4px 0px #aaa;
        padding: 2vw 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .8vw;
        position: relative;
    }
    .wc_member_cnt::before {
        display: inline-block;
        content: '';
        border: 1.5vw solid transparent;
        border-bottom: 1.5vw solid #6ab89e;
        transform: rotate(-45deg);
        position: absolute;
        top: -1.5vw;
        left: -1.5vw;
    }
    .wc_mmb_ttl {
        color: #6ab89e;
        font-size: 1.7vw;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
    }
    .wc_mmb_txt {
        font-size: 1.1vw;
    }
    .wc_mmb_txt span {
        font-weight: bold;
    }
    .wc_mmb_txt2 {
        font-size: .8vw;
        color: #868686;
        position: absolute;
        bottom: .5vw;
        right: .5vw;
    }
    .wc_member_subttl {
        font-size: 1.4vw;
        text-align: center;
        padding: 3.5vw 0 1.5vw;
    }
    .green {
        background: #ebf8ef;
    }
    .green::before {
        display: inline-block;
        content: '';
        border: 2.5vw solid transparent;
        border-bottom: 2.5vw solid #01a244;
        transform: rotate(-45deg);
        position: absolute;
        top: -2.5vw;
        left: -2.5vw;
    }
    .green .wc_mmb_ttl{
        color: #01a244;
    }
    .line_link {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1vw;
        background: #01a244;
        padding: .5vw 0;
    }
    .line_link img {
        width: 4vw;
    }
    .line_link:link {
        text-decoration: none;
        color: #fff;
        font-size: 2vw;
        letter-spacing: .2vw;
    }
    .wc_member_note {
        text-align: center;
        font-size: .7vw;
        line-height: 1.8;
        color: #868686;
        padding-top: 2vw;
    }
    .wc_service {
        padding: 0 3vw;
    }
    .wc_service_bg {
        background: #ececec;
        padding: 4.5vw 4vw;
        text-align: center;
    }
    .wc_service_txt01 {
        font-size: 1.4vw;
        letter-spacing: .1vw;
        margin-bottom: 1.5vw;
    }
    .wc_service_link {
        display: block;
        background: #fff;
        border: .15vw solid #333;
        font-size: 1.8vw;
        font-feature-settings: 'palt';
        letter-spacing: .1vw;
        padding: 1.5vw 0;
    }
    .wc_service_box {
        padding-top: 4vw;
    }
    .wc_service_txt02 {
        width: fit-content;
        margin: 0 auto;
        font-family: sans-serif;
        font-size: 1.3vw;
        font-feature-settings: 'palt';
        letter-spacing: .2vw;
        margin-bottom: 1vw;
        position: relative;
    }
    .wc_service_txt02::before {
        display: inline-block;
        content: '';
        border: .5vw solid transparent;
        border-top: .8vw solid #6ab89e;
        transform: rotate(-90deg);
        position: absolute;
        top: 0;
        left: -1.5vw;
    }
    .wc_service_txt02::after {
        display: inline-block;
        content: '';
        border: .5vw solid transparent;
        border-top: .8vw solid #6ab89e;
        transform: rotate(90deg);
        position: absolute;
        top: 0;
        right: -1vw;
    }
    .wc_service_txt03 {
        font-size: 1.3vw;
    }
    .border {
        padding: 1.5vw 0;
        border-bottom: .1vw solid;
        margin-bottom: 3vw;
    }
    .contact{
        border-bottom: .1vw solid #333;
    }
    .tel {
        font-size: 1.7vw;
        letter-spacing: .05vw;
    }
    .wc_service_txt04 {
        font-size: 1vw;
        padding-top: 1.5vw;
    }
    
    /* footer */
    .footer_menu_sns {
        margin-top: 8vw !important;
        gap: 0 2vw;
        margin-bottom: 3vw;
    }
    .footer_menu_sns > a {
        height: 6vw;
        width: 6vw;
    }
    .footer_menu_sns_txt {
        font-size: 1.5vw;
        letter-spacing: .1vw;
    }
    .footer_inner{
        border-top: none!important;
        margin-top: 0!important;
        padding-top: 0;
    }
    .footer_menu_product {
        padding: 0;
    }
    .footer_menu_product_box {
        padding-bottom: 5vw;
        border-bottom: 1vw solid #ccdcd1;
        margin-bottom: 5vw;
    }
    .footer_info {
        flex-direction: column;
    }
    .footer_logo {
        padding: 4vw 35vw 2vw;
    }
    .footer_logo img {
        width: 30vw !important;
    }
    .footer_copyright {
        font-family: sans-serif;
        text-align: center;
        font-size: 1.2vw;
    }
}