/*
/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/aqua-qutto/
Description:MYTREX AQUA QUTTO
Version: 1.0
*/

/*フェイスライン*/
#video-leg {
	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/aqua/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: 13.7vw;
		height: 6.5vw;
		bottom: 2vw;
		right: 2vw;
		top: auto;
		left: auto;
		transform: inherit;

		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
   }
	#video-btn.current::after {
		width: 8vw;
		height: 8vw;
		bottom: 2vw;
		right: 2vw;
   }
}
@media screen and (min-width: 768px) {
   #video-btn::after {
		width: 13.8vw;
		height: 6.6vw;
	}
	#video-btn.current::after {
		width: 4vw;
		height: 4vw;
   }
	#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: 19vw;
		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 -------------------------------------------------------------- */

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

/*** 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: #f1f5f7;
		*/
   }
	#pd_l2 {
		padding: 10% 0 10%;
   }
	#pd_mv {
		background: #ffffff;
		z-index: 1;
		/* padding-top: 14vw; */
		margin-bottom: 10vw;
   }
}
@media screen and (min-width: 768px) {
	#pd_c {
		padding: 5% 0 5vw;
   }
	#pd_l {
		padding: 5% 0 5%;
		background: #f3f4f4;
   }
	#pd_l2 {
		padding: 5% 0 5%;
   }
	#pd_mv {
		padding: 0% 0 0%;
		background: #ffffff;
		z-index: 1;
		/* padding-top: 8vw; */
   }
}
/*** section ***/

/*** 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: 15vw 0 15vw;
		/* background-color: #f2f2f2; */
   }
	.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.7vw;
		line-height: 1.7;
		letter-spacing: 0vw;
		color: #231815;
		padding: 3vw 0vw 1.0vw 0vw;
		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 5vw 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: 50%;
   }
}
.modal-content {
	margin: 0 auto;
	-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;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*** modal ***/
/*** modal e1 ***/
@media screen and (max-width: 767px) {
	#pd_md_1 {
		padding: 15% 0% 0%;
   }
	
	.modal-content{
		width: 80%;
	}
}
@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 ***/

/* add contents */
@media screen and (max-width: 767px) {
	.qto_e2_box05:not(:last-child) {
	  margin-bottom: 3.33vw;
	}
	.qto_e2_box05a {
		background-color: #e7d0d6;
		padding: 2.5vw 0vw;
		font-size: 3.5vw;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.1vw;
	}
	.qto_e2_box05b_1 {
	  background-color: #eff2f2;
	  padding: 2.67vw 6.67vw 6.67vw;
		height: auto;
	}
	.qto_e2_box05b_1 img{
		width: 100%;
		height: auto;
	}
	.qto_e2_box05a_ttl{
		background: #ffffff;
		color: #353535;
		border-radius: 2px;
		padding: 0.3vw 3vw;
		font-size: 3.4vw;
		margin-right: 3vw;
	}
	.qto_e2_box05b_1_ttl1{
		padding: 2vw 0vw 2.6vw;
		font-size:3.3vw;
		color:#353535;
		text-align: center;
	}
	.qto_e2_box05b_1_ttl2{
		padding-bottom:4vw;
		font-size:4.0vw;
		color:#000000;
		text-align: center;
	}
	.qto_e2_box05b_1_sub{
		padding: 3vw 0vw 0vw;
		font-size: 1.5vw;
		color: #000000;
		text-align: left;
		line-height: 1.7;
		letter-spacing: 0.05vw;
	}
.accordion-head2:before {
right: 3.39vw;
}
.accordion-head2:after {
right: 3.39vw;
}
}
@media screen and (min-width: 768px) {
	.qto_e2_box05:not(:last-child) {
	  margin-bottom: 2.08vw;
	}
	.qto_e2_box05a {
	  background-color: #e7d0d6;
	  padding: 1.2vw 0;
	  font-size: 1.70vw;
	  letter-spacing: 0.09vw;
	  font-weight: bold;
		text-align: center;
	}
	.qto_e2_box05b,
	.qto_e2_box05b_1 {
	  padding: 2.08vw 18.6vw 2.08vw;
	  background-color: #eff2f2;
	}
	.qto_e2_box05b_1 img{
		width: 100%;
		height: auto;
	}
	.qto_e2_box05a_ttl{
		background: #ffffff;
		color: #353535;
		border-radius: 4px;
		padding: 0.3vw 1vw;
		font-size: 1.5vw !important;
		margin-right: 1.5vw;
	}
	.qto_e2_box05b_1_ttl1{
		padding: 1vw 0vw;
		font-size:1.5vw;
		color:#000000;
		text-align: center;
		letter-spacing: 0.1vw;
	}
	.qto_e2_box05b_1_ttl2{
		padding-bottom:2vw;
		font-size:2.4vw;
		color:#000000;
		text-align: center;
		letter-spacing: 0.15vw;
	}
	.qto_e2_box05b_1_sub{
		padding: 1.5vw 1vw;
		font-size: 0.6vw;
		color: #000000;
		text-align: center;
	}
.accordion-head2:before {
right: 32.39vw;
}
.accordion-head2:after {
right: 32.39vw;
}
}

.accordion-head2 {
position: relative;
cursor: pointer;
transition: background-color 0.3s;
}

.accordion-head2:before {
position: absolute;
content: "";
top: 50%;
height: 2px;
width: 15px;
background: #fff;
transform: rotate(90deg);
transition: all 0.3s ease-in-out;
}

.accordion-head2:after {
position: absolute;
content: "";
top: 50%;
height: 2px;
width: 15px;
background: #fff;
transition: all 0.3s ease-in-out;
}

.accordion-head2.open:before {
transform: rotate(180deg);
}

.accordion-head2.open:after {
opacity: 0;
}

.accordion-body2 {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}


.accordion-head {
position: relative;
cursor: pointer;
transition: background-color 0.3s;
}

.accordion-head:before {
position: absolute;
content: "";
top: 50%;
right: 3.39vw;
height: 2px;
width: 15px;
background: #fff;
transform: rotate(90deg);
transition: all 0.3s ease-in-out;
}

.accordion-head:after {
position: absolute;
content: "";
top: 50%;
right: 3.39vw;
height: 2px;
width: 15px;
background: #fff;
transition: all 0.3s ease-in-out;
}

.accordion-head.open:before {
transform: rotate(180deg);
}

.accordion-head.open:after {
opacity: 0;
}

.accordion-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}

/* 返品保証 */
.pd_t_sup_box2_ttl {
    color: #c3996d;
}
.pd_t_sup_ttl:before, .pd_t_sup_ttl:after {
    background-color: transparent;
}
@media screen and (max-width: 767px) {
	.pd_t_sup_box1_texta {
		color: #d79713;
	}
}
@media screen and (min-width: 768px)  {
	#pd_t {
		background: #e9e9e950;
	}
	#pd_l {
		padding: 5% 0 5%;
		background: #e9e9e950;
	}
}

/* bnr */
@media screen and (max-width: 767px) {
	.series-contains {padding-top: 15vw}
	.series-bnr {width: 80%;margin: auto;}
	.series-bnr img{width: 100%;height: auto;}
}
@media screen and (min-width: 768px) {
	.series-contains {padding-top: 5vw}
	.series-bnr {width: 80.5%;margin: auto;}
	.series-bnr img{width: 100%;height: auto;}
}


/*  */
.pr_aq_lg img{
	width:100%;
	height: auto;
}
.pr_aq_kv img{
	width:100%;
	height: auto;	
}
.pr_aq_img img{
	width:100%;
	height: auto;
}
.pr_aq_cpn img{
	width:100%;
	height: auto;
}
.pr_aq_cnt img{
	width:100%;
	height: auto;
}

.pr_aq_lg{
	padding:0vw;
	line-height: 0;
}
.pr_aq_kv{
	padding:0vw;
}
.pr_aq_cnt{
	line-height: 0;
}
.pr_aq_cpn{
	padding:0vw 0vw 8vw;
	position: relative;
}
.cpn-cmp-cpn-box,
.cpn-cmp-cpn-box2{
	position: absolute;
	bottom: 13.8vw;
	width: 39vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.cpn-cmp-cpn-box-inner {
	margin: 0 auto;
	width: 100% !important;
}
button.copy-clink {
	width: 100%;
	background: none !important;
	color: #fff;
	padding: 0.5vw 0vw;
	letter-spacing: 0.05vw;
	border: none;
	font-size: 1.7vw;
}
button.copy-clink:hover {
	opacity: 0.8;
    color: #ffffff;
    border: none;
    transition: 0.9s;
}

.pr_aq_cnt_accordion_box{
	background: #eff2f2;
}

.pr_aq_cnt_accordion {
	margin: 0 auto;
	width: 44vw;
}
.pr_aq_cnt_toggle {
	display: none;
}
.pr_aq_cnt_option {
	position: relative;
	/* margin-bottom: 1em; */
}
.pr_aq_cnt_title,
.pr_aq_cnt_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.pr_aq_cnt_title {
	border: none;
	padding: 0.9vw;
	display: block;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to top,#4d4d4d 0%,#4d4d4d 25%,#2d2d2d 100%);
	text-align: center;
	font-size: 1.7vw;
	line-height: 1;
}
.pr_aq_cnt_title::after,
.pr_aq_cnt_title::before {
	content: "";
	position: absolute;
	right: 1.5em;
	top: 0.35em;
	width: 3px;
	height: 1.4em;
	background-color: #fff;
	transition: all 0.3s;
}
.pr_aq_cnt_title::after {
	transform: rotate(90deg);
}
.pr_aq_cnt_content {
	max-height: 0;
	overflow: hidden;
}

.pr_aq_cnt_toggle:checked + .pr_aq_cnt_title + .pr_aq_cnt_content {
	max-height: 500px;
	transition: all 1.5s;
}
.pr_aq_cnt_toggle:checked + .pr_aq_cnt_title::before {
	transform: rotate(90deg) !important;
}

ul {
list-style:none;
}

li.first {
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
}

li.next {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
li.next2 {
	width: 100%;
	background: #e7d0d6;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

span.pr_aq_cnt_lt {
	float: left;
	padding: 1vw;
	font-size: 1.1vw;
}

span.pr_aq_cnt_ln {
	display: block;
	margin-left: 5vw;
	padding: 1vw;
	border-left: 1px solid #ccc;
	font-size: 1.1vw;
}

.pr_aq_cnt_content2{
	width: 44vw;
	margin: 0 auto;	
}
.bnr_buy_aq img{
	width: 50vw;
	height: auto;
	position: fixed;
	z-index: 999;
	bottom: 0vw;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
.pr_aq_cpn {
	margin-bottom: 9vw;
}
.cpn-cmp-cpn-box,
.cpn-cmp-cpn-box2{
    padding: 0vw;
}
.cpn-cmp-cpn-box,
.cpn-cmp-cpn-box2{
	position: absolute;
	bottom: 19.2vw;
	width: 79.0vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
button.copy-clink {
	width: 100%;
	background: none !important;
	color: #fff;
	padding: 1.3vw 0vw;
	letter-spacing: 0.05vw;
	border: none;
	font-size: 4.5vw;
}
.pr_aq_cnt_accordion {
	width: 90vw;
}
.pr_aq_cnt_content2 {
	width: 90vw;
}
.pr_aq_cnt_title{
	padding: 1.5vw;
	font-size: 3.5vw;
}
.pr_aq_cnt_title::after, 
.pr_aq_cnt_title::before {
	height: 1.2em;
}
span.pr_aq_cnt_lt {
  padding: 1.6vw;
  font-size: 2.4vw;
}
span.pr_aq_cnt_ln {
  margin-left: 9vw;
  padding: 1.6vw;
  font-size: 2.4vw;
}
.bnr_buy_aq img {
	width: 100%;
	height: auto;
  bottom: 0vw;
}

}


@media screen and (max-width: 767px){
    .qto_f_box06 {
        padding-top: 22vw;
    }
}

.qto_f_bg {
    background: #eff2f2;
    padding: 4vw 0vw;
    position: relative;
    margin-bottom: 5vw;
}
.qto_f_box06a {
    height: 7.5vw;
    width: 16vw;
    background: #EFF2F0;
    border-radius: 50% / 100% 100% 0 0;
    padding: 1.5vw;
    position: absolute;
    top: -4vw;
    left: 50%;
    transform: translateX(-50%);
}
.qto_f_box06b {
    font-size: 1.75vw;
    text-align: center;
    margin-bottom: 2vw;
	line-height: 1.5;
}
.qto_f_box06c {
display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px){
    .qto_f_box06 {
        padding-top: 11vw;
    }
    .qto_f_box06d {
        font-size: .8vw;
        text-align: left;
		padding-left: 3.2vw;
    }
    .qto_f_box03{
        text-align: right;
    }
}

@media screen and (max-width: 767px){
    .qto_f_box03 {
        font-size: 2vw;
        line-height: 2;
        padding: 5vw 7vw 13vw;
    }
}

.qto_f_slide{
    margin-bottom: 1.5vw;
	padding: 0vw 3vw;
}

.splide__arrow{
    background: none!important;
}
.splide__arrow svg{
    fill: #ca7e7c!important;
}

@media screen and (min-width: 768px){
    .splide__arrow--prev {
        left: -2vw!important;
    }
    .splide__arrow--next {
        right: -2vw!important;
    }
}

@media screen and (max-width: 767px){
    .qto_f_box06a {
        height: 13vw;
        width: 31vw;
        padding: 2.5vw;
        top: -9vw;
    }
    .qto_f_bg{
        padding: 5vw 0 9vw;
        margin-bottom: 18vw;
    }
    .qto_f_box06b {
        font-size: 4.5vw;
        line-height: 1.75;
        margin-bottom: 3vw;
    }
    .qto_f_box06c{
        flex-direction: column;
        gap: 5vw;
    }
    .qto_f_slide {
        padding: 3vw 7vw 2vw;
    }
    .qto_f_box06d {
        font-size: 2vw;
        padding-left: 7vw;
    }
    .splide__arrow--prev {
        left: -6vw!important;
    }
    .splide__arrow--next {
        right: -6vw !important;
    }
}



/* MNフォーム一体型
=================================*/
img{
    width: 100%!important;
}
.mnpr2_bnr {
    position: fixed;
    z-index: 999;
}
.cpn-cmp-cpn-box-inner {
    background: #333;
    border: .1vw solid #fff;
}
.code {
    color: #fff;
}
.mnpr2_btn,
.mnpr2_btn2 {
    width: 80%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.mnpr2_btn2 {
    width: 80%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.mnpr2_box1,
.mnpr2_box2,
.mnpr2_box3,
.mnpr2_box4,
.mnpr2_box5{
    position: relative;
}
.cpn-cmp-cpn-box,
.cpn-cmp-cpn-box2,
.mnpr2_gif1,
.mnpr2_gif2,
.mnpr2_gif3,
.mnpr2_gif4{
    position: absolute;
}
.mnpr2_gif4,
.video-wrapper{
    width: 88% !important;
}
@media screen and (min-width: 768px){
    .mnpr2_bnr{
        width: 50%;
        bottom: -.2vw;
        left: 25%;
    }
    .cpn-cmp-cpn-box,
    .cpn-cmp-cpn-box2{
        width: 68%;
    }
    button.copy-clink{
        padding: .8vw 0vw;
        font-size: 1.5vw;
        line-height: 1.5;
    }
    .mnpr2_box1 .cpn-cmp-cpn-box {
        bottom: 30%;
    }
    .mnpr2_box1 .mnpr2_btn{
        bottom: 18%;
    }
    .mnpr2_gif1,
    .mnpr2_gif2,
    .mnpr2_gif3{
        width: 20vw!important;
    }
    .mnpr2_gif1 {
        top: 61vw;
        left: 5vw;
    }
    .mnpr2_gif2 {
        top: 92vw!important;
        right: 5vw;
    }
    .mnpr2_gif3 {
        bottom: 16vw!important;
        left: 5vw;
    }
    .mnpr2_box3 .cpn-cmp-cpn-box {
        bottom: 24%;
    }
    .mnpr2_box3 .mnpr2_btn {
        bottom: 12.5%;
    }
    .mnpr2_gif4 {
        bottom: 23vw;
        left: 3vw;
    }
    .mnpr2_box5 .cpn-cmp-cpn-box {
        bottom: 14.5%;
    }
    .mnpr2_box5 .cpn-cmp-cpn-box2 {
        bottom: 23.5%;
    }
    .mnpr2_box5 .mnpr2_btn {
        bottom: 7%;
    }
    .mnpr2_box5 .mnpr2_btn2 {
        bottom: 11%;
    }
    #pd_md_1 {
        padding: 8% 0 0;
    }
    .modal-content {
        width: 100%;
        top: 25%;
        bottom: 25%;
    }
    .amazonpay-button-enabled img {
        width: 1vw;
    }
    .social-icon-width {
        width: 2vw;
    }
    .w2_cart.js_w2_cart {
        width: 50%;
        margin: 10vw auto 5vw !important;
    }
    .support_product_spec_area {
        width: 70%;
        margin: 0 auto;
    }
    .support_product_spec_box {
        padding: 1vw 0vw;
    }
    .support_product_qa_ttl {
        font-size: 1.7vw;
        letter-spacing: 0.4vw;
        line-height: 1;
    }
    .support_product_spec th {
        padding: 1vw;
        font-size: 1vw;
        letter-spacing: .2vw;
        line-height: 1;
        width: 14vw;
    }
    .support_product_spec td {
        padding: 1vw;
        font-size: 1vw;
        letter-spacing: .1vw;
        line-height: 1;
    }
    .support_product_spec_sub {
        font-size: .8vw;
        line-height: 1.7;
        letter-spacing: .1vw;
    }
}

@media screen and (max-width: 767px){
    .mnpr2_bnr{
        width: 100%;
        bottom: -.5vw;
        left: 0;
    }
    .cpn-cmp-cpn-box, 
	    .cpn-cmp-cpn-box2{
        width: 68% !important;
    }
    .mnpr2_box1 .cpn-cmp-cpn-box {
        bottom: 57vw;
    }
    button.copy-clink{
        padding: 2vw 0vw;
        font-size: 3.5vw;
    }
    .mnpr2_box1 .mnpr2_btn {
        bottom: 34vw;
    }
    .mnpr2_gif1,
    .mnpr2_gif2,
    .mnpr2_gif3{
        width: 40vw!important;
    }
    .mnpr2_gif1{
        top: 122vw;
        left: 10vw;
    }
    .mnpr2_gif2 {
        bottom: 89vw;
        right: 10vw;
    }
    .mnpr2_gif3 {
        bottom: 32vw;
        left: 10vw;
    }
    .mnpr2_box3 .cpn-cmp-cpn-box {
        bottom: 46vw;
    }
    .mnpr2_box3 .mnpr2_btn {
        bottom: 24vw;
    }
    .mnpr2_gif4 {
        bottom: 46vw;
        left: 6vw;
    }
    .video-wrapper iframe {
        left: 6vw !important;
    }
    .mnpr2_box5 .cpn-cmp-cpn-box {
        bottom: 43vw;
    }
    .mnpr2_box5 .cpn-cmp-cpn-box2 {
        bottom: 43vw;
    }
    .mnpr2_box5 .mnpr2_btn {
        bottom: 21vw;
    }
    .mnpr2_box5 .mnpr2_btn2 {
        bottom: 21vw;
    }
    .sup_re_guarantee_icon{
        width: 15vw !important;
    }
    .sup_re_guarantee_ttl1a{
        width: 55vw !important;
    }
    .pd_l_box3 {
        width: 33% !important;
    }
    #pd_md_1 {
        padding: 50% 0% 0%;
    }
    .support_product_qa_ttl{
        margin-bottom: 3vw;
    }
    footer{
        padding: 0;
    }
}


/* modal */
.openModal {
    border: none;
    background: none;
    padding: 0;
}
.modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transform: scale(0.3);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  overflow-y: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.show {
  display: block;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.modal-cnt {
    max-height: 90vh;
    overflow-y: auto;
    transform: none;
    position: relative;
}

@media screen and (min-width:768px){
    #modal1 .modal-cnt{
        width: 50%;
    }
    #modal2 .modal-cnt{
        width: 85%;
    }
    .closeModal {
        width: fit-content;
        margin: 0 auto;
        font-size: 1vw;
        padding: .5vw 2vw;
        border: 1px solid;
        border-radius: 3vw;
    }
}

@media screen and (max-width:767px){
    .closeModal {
        width: fit-content;
        margin: 0 auto;
        font-size: 2.5vw;
        padding: 1.3vw 4vw;
        border: 1px solid;
        border-radius: 3vw;
    }
}



/* 25/7/11 修正
===============================*/
@media screen and (max-width: 767px) {
    .mnpr2_bnr {
        bottom: -1vw;
    }
}
@media screen and (min-width: 768px) {
    .mnpr2_bnr {
        bottom: -.5vw;
    }
}



/* 25/7/16 PRA
=================================*/
@media screen and (min-width: 768px) {
    .cpn-cmp-cpn-box{
        width: 80%!important;
    }
    .mnpr2_box1 .cpn-cmp-cpn-box {
        bottom: 17.7%;
    }
    .cpn-cmp-cpn-box-inner {
        background: none;
        border: none;
    }
    button.copy-clink {
        padding: 1vw 0;
        font-size: 2vw;
        line-height: 1;
    }
    .mnpr2_box3 .cpn-cmp-cpn-box,
    .mnpr2_box5 .cpn-cmp-cpn-box {
        bottom: 15%;
    }
}
@media screen and (max-width: 767px) {
    .cpn-cmp-cpn-box{
        width: 81%!important;
    }
    .mnpr2_box1 .cpn-cmp-cpn-box {
        bottom: 32.5vw;
    }
    .cpn-cmp-cpn-box-inner {
        background: none;
        border: none;
    }
    button.copy-clink {
        padding: 2vw 0vw;
        font-size: 4vw;
        line-height: 1;
    }
    .mnpr2_box3 .cpn-cmp-cpn-box,
    .mnpr2_box5 .cpn-cmp-cpn-box {
        bottom: 26.5vw;
    }
}