/*誘導ボタン*/
.topButtonSection>div {
    backdrop-filter: blur(15px) brightness(90%);
    padding: 10px 0;
    margin-top: -170px;
}
.topButtonSection .buttonRegist>p>a{
    color:#fff;
}
@supports not (backdrop-filter: blur(15px) brightness(120%)) {
    .topButtonSection>div {
        background: #ffffff;
    }
}


/*動画*/
.youtube {
    /*width: 65%;
    aspect-ratio: 20 / 9;*/
    aspect-ratio: 16 / 9;
    width: 100%;
    margin: 10vh auto;
    z-index: 15;
    position: relative;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.hand{
    width: 170vw;
    top: 0;
    left: -33vw;
    z-index: 0;
}
svg.hand path {
    fill: none;
    stroke-linejoin: round;
    stroke-dasharray:2425px;
    stroke-dashoffset:2425px;
    animation: line_animation 5s both;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
svg.hand path {
  stroke: var(--blue2);
  stroke-width: 15px;
}
@keyframes line_animation {
    0%{ stroke-dashoffset:2425px;}
    100%{ stroke-dashoffset:0;}
}


/*コーデスライダー*/

.coodSetBg0{ background: var(--blue1); }
.coodSetBg1{ background: #916b76; }
.coodSetBg2{ background: var(--brown2); }
.coodSetBg3{ background: #69847a; }
.coodSetBg4{ background: var(--brown6); }
.coodSetBg5{ background: #846c93; }

.coodinateSliderSection {
    height: 50vh;
    width: 100vw;
    overflow: hidden;
    padding: 0;
    margin-bottom: -30px;
}
.slide-arrow {
    bottom: 0;
    height: 0;
    margin: auto;
    position: absolute;
    top: -30px;
    right: 0;
}
.prev-arrowWrap{
    right: 60px;
}
.prev-arrow {
    background-color: white;
    width: 40px;
    height: 58px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    border: none;
    transition: 0.5s;
}
.next-arrow {
    background-color: white;
    width: 40px;
    height: 58px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    border: none;
    transition: 0.5s;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
}

.slick-disabled {
    opacity: 0.5;
    transform: scale(0.7);
    top: -15px;
}

/*悩み・そんな声を聞き*/
.worrySvgTriangle{
    fill: var(--purple1);
    margin-bottom: -10px;
}
.worrySvgBaloon{
    fill: var(--pink2);
    margin-bottom: -10px;
}

/*料金表*/
.priceCircle {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    margin: 0 ;
}
.priceCircle>p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.changeCl1{ background:var(--red1) }
.changeCl2{ background:var(--camel1) }
.changeCl3{ background:var(--blue1) }
.changeCl4{ background:var(--green1) }

.planExp1{
    background: #fbaaaa;
    color: var(--red1);
}
.planExp2{
    background: #f2d8c8;
    color: var(--camel1);
}
.planExp3{
    background:#cad4dd;
    color: var(--blue1);
}
.planExp4{
    background:#e4e8d9;
    color: var(--green1);
}
.planExp{
    font-size: 13px;
    padding: 1vw 0;
}

.plusSection .slick-list{
    text-align: center;
}
.slick-dots {
    bottom: -7vh;
}



/*使いこなそう*/
/*.slick-list div.width45{
    width: 45vw !important; slickの打ち消し
}*/
.enjoySlider .slick-dots li.slick-active button:before{
    color: var(--camel3);
}

/*返却手順*/
.titleCircle:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border: 7px solid var(--pink2);
    border-radius: 30px;
    margin-bottom: -4px;
    margin-right: 7px;
}
.returnSection li {
    width: calc(50% - 15px);
    padding: 40px 5px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
}
/*メディア掲載*/
.mediaSection img {
    width: 25vw;
}

.influWrap>li{
    width: 23vw;
    margin-top: 1vw;
}
.influWrap>li:after {
    content: 'さん';
    font-size: 10px;
}


/*ユーザーズボイス*/
.baloonL>div:after,.baloonR>div:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 30px;
    border: 10px solid #ffffff00;
}
.baloonL>div:after {
    left: -20px;
    border-right: 25px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}
.baloonR{
    flex-direction: row-reverse;
}
.baloonR>div:after {
  right: -20px;
  border-left: 25px solid #fff;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.uvText{
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    padding: 0;
}
.uvImg{
    width: 40px;
}
.showFullText{ -webkit-line-clamp: inherit;}
.showFullTextButton{ margin: 0 0 10px auto;}
.uvHide{ display: none; }


.baloonL{
    transform-origin: top left;
    transform: rotate(8deg);
}
.baloonR{
    transform-origin: top right;
    transform: rotate(-8deg);
}
.fadeIn.baloonL,.fadeIn.baloonR{
    transform: rotate(0deg);
}
/*よくある質問*/
.acd-check{
  display: none;
}
.contHide{
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .contHide{
  height: inherit;
  opacity: 1;
  visibility: visible;
  transition: 1s;
}
.qaList{
    border-bottom: 1px solid #dfd9ce;
}


@media ( min-width: 768px ) {
    .eyeCatch h1{ padding-top:32vh; }
    .logo{ width: 130px;}
    .naviButton:hover,.loginButton:hover{
        opacity: 0.5;
    }
    .featureText.pd3,.plusSection .pd3,.priceWrap .pd3,.campaignSection .pd3,.enjoySection .pd3,.qaList .pd3{ padding:2vw; }

    /*feature*/
    .featureSection .slidePart{
        width: 80vw;
    }

    /*コーデセット*/
    .coodSetSectionWrap{
        display: flex;
        justify-content: space-between;
    }
    .coodSetSectionWrap>.pc{ text-align:right; }
    .stylePart{
        display: flex !important; /*slickの打ち消し*/
        justify-content: center;
    }
    .slide-arrow{
        top: inherit;
        bottom: 100px;
    }
    .slide-arrow:hover{ opacity:0.8; }
    .coodText{
        width: 50%;
        margin-left: 3vw;
    }
    .coodSetSection{ padding-bottom:15vh; }
    /*料金表*/
    .priceWrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .priceWrap>div{
        width: calc(48% - 6vw);
    }
    .priceCircle{
        height:50px;
        width: calc(50% - 4px);
        margin: 2px;
    }
    .priceCircle p{ font-size: 14px; }
    .priceWrap .lineSolid1{ width:100%; }
    .priceWrap .dispFlex{ padding: 0;}
    .changeCl4{ order: 1;}
    .changeCl2{ order: 2;}
    .changeCl3{ order: 3;}
    .planExp{ margin-top:1vh; }

    /*プラスサービっす*/
    .plusSliderPart{
        width: 80%;
        height: 400px;
    }
    .plusSection .pdAdjuster, .enjoySection .pdAdjuster{
        margin-left: inherit;
        width: 100%;
    }
    /*お悩み*/
    .goodPoint .mgLeft5{
    margin-left: 2.5rem;
    line-height: 2;
    }

    /*メディア*/
    .pointWrap,.mediaSection>div{
        display: flex;
        justify-content: space-around;
    }
    .mediaSection img, .influWrap>li{
        max-width: 100px;
    }
    .mediaSection>div>ul{
        width: 45vw;
    }
    /*発送まで３日*/
    .pointWrap>div{
        width: 33%;
        margin: 5px;
    }
    /*限定公開*/
    .openSetMain,.openSetRight{
        width: 50vw;
    }
    .openSetWrap{
        display: flex;
    }
    .openSetRightImg{
        justify-content: center;
    }
    .openSetRight{
        margin-left: -4vw;
    }
    .openSetRight img,.openSetRightImg>p{
        width: 24vw;
    }
    /*USER VOICE*/
    .baloonR{ margin-left: auto;}
    img.uvImg{ width: 60px;}
    .uvText{ margin-top: 10px; }
    /*footer*/
    footer{
        background:#cfcbc6;
    }
    footer a {
        color: #fff;
        font-size: 12px;
    }
    .footerWrap{
        padding: 5vw 0;
    }

    .bannerSection{
        display:flex;
    }
    .bannerSection>a:first-child{
        margin-right:3vh;
    }
}

@media ( min-width: 1024px ) {
    .featureText.pd3,.plusSection .pd3,.priceWrap .pd3,.campaignSection .pd3,.enjoySection .pd3,.qaList .pd3{ padding:1vw; }
    .priceWrap>div{
        padding: 1vw;
        width: calc(24% - 2vw);
    }
    .priceWrap .dispFlex{ flex-wrap: wrap;}
    .priceWrap div.dispFlex>div{
        width:100%;
        padding: 1vh 0;
    }
    .changeCl4{ order: 4;}
}

@media ( min-width: 768px ) and ( max-width: 950px ) {
    .eyeCatch h1{ font-size: 4.25rem; }
}