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



/* Common
===========================================*/
html{
    scroll-behavior: smooth;
}
img{
    width: 100%!important;
}

@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 0;
	}
	.pd_l_item_ttl{
		font-size: 1.1vw;
		line-height: 1.6vw;
		letter-spacing: 0.1vw;
		color: #231815;
		text-align: left;
		display:none;
	}
	.support_product_spec_box {
		padding: 6vw 0;
	}
.gt_float_switcher img {
  width: 33px !important;
}
}

@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;
	}
	#pd_md_1 {
		padding: 8% 0;
	}
}



/* AQ 広告4
===========================================*/
.pr4_aq_box,
.pr4_aq_box1,
.pr4_aq_box2{
    position: relative;
}

.banner {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    transition: opacity 0.3s;
}

.banner.hidden {
    opacity: 0;
}

.pr4_aq_box1 video {
    position: absolute;
    bottom: -0.55vw;
    left: 0;
	width: 100%;
}

.pr4_aq_box2 video {
    position: absolute;
    left: 0;
}

/* accordion */
.aqpr4__accordion .toggle {
    display: none;
}
.aqpr4__accordion .option {
    position: relative;
}
.aqpr4__accordion .title,
.aqpr4__accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.aqpr4__accordion .title {
    display: block;
    color: #534741;
    letter-spacing: .2vw;
}
.aqpr4__accordion .title::after,
.aqpr4__accordion .title::before {
    content: "";
    position: absolute;
    background-color: #4d4d4d;
    transition: all 0.3s;
}
.aqpr4__accordion .title::after {
    transform: rotate(90deg);
}
.aqpr4__accordion .content {
    max-height: 0;
    overflow: hidden;
}
.aqpr4__accordion .toggle:checked + .title + .content {
    max-height: 1000px;
    transition: all 1.5s;
}
.aqpr4__accordion .toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}

/* カート個別 */
.box img,
.line-icon-registinput,
.main .submain .columnLeft .column h2 img,
.main .submain .columnRight h2 img{
    width: auto !important;
}
.amazonpay-button-sandbox-logo img{
    width: 1vw !important;
}

@media screen and (min-width: 768px){
    .banner{
        width: 50%;
        left: 25%;
    }
    .pr4_aq_box{
/*        margin-top: 11vw !important; */
    }
    .pr4_aq_vd {
        padding: 0 2.5vw;
		width: 100%;
    }
    .pr4_aq_box2 video {
        top: 37vw;
		width: 100%;
    }
    
    .aqpr4__accordion {
        margin: 5vw!important;
    }
    .aqpr4__accordion .title {
        font-size: 2vw;
        padding: 1.5vw 0 1.5vw 5vw;
        border-bottom: .6vw solid #F4F1EF;
    }
    .aqpr4__accordion .option {
        margin-bottom: 3vw;
    }
    .aqpr4__accordion .title::after,
    .aqpr4__accordion .title::before {
        top: 25%;
        right: 10%;
        height: 2.75vw;
        width: .1vw;
    }
}

@media screen and (max-width: 768px){
    .pr4_aq_box {
/*        margin-top: 20vw !important; */
    }
    .pr4_aq_vd {
        padding: 0 5vw;
		width: 100%;
    }
    .pr4_aq_vd video {
		width: 100%;
    }
    .pr4_aq_box2 video {
        top: 75vw;
		width: 100%;
    }
    
    .aqpr4__accordion {
        width: fit-content !important;
        margin: 8vw 10vw !important;
    }
    .aqpr4__accordion .title {
        font-size: 4.25vw;
        text-align: left !important;
        letter-spacing: .5vw;
        padding: 2vw 0 2.5vw 10vw;
        border-bottom: 1.25vw solid #f4f1ef;
    }
    .aqpr4__accordion .option {
        margin-bottom: 5vw;
    }
    .aqpr4__accordion .title::after,
    .aqpr4__accordion .title::before {
        top: 20%;
        right: 8%;
        height: 5vw;
        width: .2vw;
    }
    
    /*  30days  */
    #pd_t_30day {
        padding: 15vw 0 0;
    }
    .sup_re_guarantee_icon {
        width: 15vw !important;
    }
    .sup_re_guarantee_ttl1a{
        width: 55vw !important;
    }
}


/* 25/4/4 修正
====================================*/
.splide__arrow{
    background: none!important;
}

@media screen and (min-width: 768px){
    .pr4_aq_rv {
        padding: 3vw;
        background: #f9f8f6;
    }
    .splide__arrow--prev {
        left: -2vw!important;
    }
    .splide__arrow--next {
        right: -2vw!important;
    }
}
@media screen and (max-width: 767px){
    .pr4_aq_rv {
        padding: 3vw;
        background: #f9f8f6;
    }
    .splide__arrow--prev {
        left: 0!important;
    }
    .splide__arrow--next {
        right: 0 !important;
    }
}

/* 25/4/15 修正
====================================*/
@media screen and (min-width: 768px){
    .pr4_aq_box2a {
        width: 36.5vw;
        position: absolute;
        top: 39vw;
        left: 6.5vw;
    }
    .video-wrap {
        padding: 89% 0 0 0!important;
        width: 100vw !important;
        overflow: hidden;
    }
    .video-wrap iframe {
        position: absolute;
        top: -8vw;
        left: -5vw;
        width: 55vw;
        height: 61vw;
    }
}
@media screen and (max-width: 767px){
    .pr4_aq_box2a {
        width: 72vw !important;
        position: absolute;
        top: 78vw;
        left: 14vw;
    }
    .video-wrap {
        height: 73vw;
        width: 100vw !important;
        position: relative;
        overflow: hidden;
    }
    .video-wrap iframe{
        position: absolute;
        top: -8vw;
        left: 0;
        width: 100vw;
        height: 90vw;
    }
}


/* 25/4/22 修正
====================================*/
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px){
    .banner{
        bottom: -.1vw;
    }
    .modal-content {
        width: 50%;
    }
    #pageTop2 {
        position: fixed;
        bottom: 2vw;
        right: 2vw;
        z-index: 10000;
    }
    #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;
    }
}
@media screen and (max-width: 767px){
    .banner{
        bottom: -.5vw;
    }
    .modal-content {
        width: 94%;
    }
    #pageTop2 {
        position: fixed;
        bottom: 22vw;
        left: 2vw;
        z-index: 10000;
    }
    #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;
    }
}



/* REBIVE ZEN PR
==========================================*/
video {
    display: block;
}
.zen_pr_box1,
.zen_pr_box2{
    position: relative;
}
#md_zen02,
#md_zen03{
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px){
    .col-sm-3{
        min-height: 0;
    }
    #md_zen02 {
        bottom: 17vw;
    }
    #md_zen03{
        bottom: 20vw;
    }
    .zen_pr_box3 {
        padding: 0 8vw;
    }
}

@media screen and (min-width:768px){
    .wrapper main {
        margin-top: 0 !important;
    }
    #md_zen02 {
        bottom: 9vw;
    }
    #md_zen03 {
        bottom: 10vw;
    }
    .zen_pr_box3 {
        padding: 0 4vw;
    }
}