@media only screen and (min-width: 468px) {}


@media only screen and (min-width: 501px) {
    .slide-wrap{
        display:none;
    }

    .slide-flow{
        display:none;
    }

}




@media only screen and (min-width: 576px) {}

@media only screen and (min-width: 769px) {

.daiko01_image_sp{
    display:none;
}

.archive_img01_sp{
    display:none;
}
.imgarea{
    padding:50px;
}

.js-scrollable{
    display:none;
}

.sub_img{
    display:none;
}

}





@media only screen and (min-width: 768px) {
    .brsp {
        display: none;
    }

    #dekirukoto .carousel_slider {
        display: none;
    }


}

@media only screen and (min-width: 992px) {
    #section02  #price .inner {
        width: 100%;
        max-width: 1100px;
        
        padding-top: 3rem;
        padding-bottom: 3rem;
        overflow: hidden;
    }

    

}

@media only screen and (min-width: 1024px) {
#btn-contact{
    display:none;
}
}

@media only screen and (min-width: 1085px) {}

@media only screen and (min-width: 1201px) {


    @-webkit-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-800px, 0, 0);
            transform: translate3d(-800px, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-800px, 0, 0);
            transform: translate3d(-800px, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInLeftBig {
        -webkit-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig
    }


    @-webkit-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(800px, 0, 0);
            transform: translate3d(800px, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInRightBig {
        0% {
            opacity: 1;
            -webkit-transform: translate3d(1800px, 0, 0);
            transform: translate3d(1800px, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInRightBig {
        -webkit-animation-name: fadeInRightBig;
        animation-name: fadeInRightBig
    }


}


@media only screen and (min-width: 1281px) {

    header {
        width: 100%;
        max-width:3000px;
        
    }

}







@media only screen and (min-width:531px) and (max-width:990px) {
    .wecan_circle{
        width:calc(33% - 5px);
        padding:50px 30px;
    }

    .wecan_wrap {
        gap:10px 10px;
    }

}

@media only screen and (min-width:769px) and (max-width:1023px) {





.midashi04 {
    position: absolute;
    top: calc(380vh / 7);
    left: 18%;
    transform: translateX(-50%);
}


}



@media only screen and (min-width:1023px) and (max-width:1220px) {
    nav ul li a {
        padding: 10px;
        font-size:1.3rem;
    }

    nav ul li.has-child::before {
        right: 7px;
        top: 17px;
        
    }

    header {
        gap: 10px;
    }

    #g-nav-list {
        gap: 1rem;
    }
    


}

@media only screen and (min-width: 1350px) {}


@media only screen and (min-width:575px) and (max-width:767px) {
    

}





@media only screen and (max-width: 1200px) {
    @-webkit-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-400px, 0, 0);
            transform: translate3d(-400px, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(-400px, 0, 0);
            transform: translate3d(-400px, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInLeftBig {
        -webkit-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig
    }


    @-webkit-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(400px, 0, 0);
            transform: translate3d(400px, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(1100px, 0, 0);
            transform: translate3d(1100px, 0, 0)
        }

        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    .fadeInRightBig {
        -webkit-animation-name: fadeInRightBig;
        animation-name: fadeInRightBig
    }
}

@media only screen and (max-width: 1008px) {}

@media only screen and (max-width: 1085px) {}

@media only screen and (max-width: 1023px) {
    header {
        
        justify-content:space-between;
        margin-top:0;
    }

    .footer-wrap{
        display:block;
        text-align: center;
    }

    .foot_contact_btn a {
        display: inline-flex;
    }

    

    

    .footer_link {
        justify-content: center;
        gap: 20px;
    }


}




@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 991px) {
    
    .flow-detail{
    
        width:100%;
        margin-bottom:26px;
    }


    .teian-detail{
        width:100%;
    }


    .teian-detail-wrap{
        display:none; 
    }




.carousel_slider{
    display:block;
    
    width:100%;
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
    
}


.teian-slide{
    padding-left:15px;
    padding-right:15px;
}



.flickity-prev-next-button.previous {
    left: -26px
}

.flickity-prev-next-button.next {
    right: -30px
}

.slide-wrap button.flickity-prev-next-button {
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    padding:0;
    background:#9fa0a0;
    color:#fff;

}
.slide-wrap button.flickity-prev-next-button:hover {
    background:#111;

}






.slick-slider .slick-prev {
    left: -23px;
}

.slick-slider .slick-next {
    right: -26px;
}


.slick-slider{
    width:95%;
    margin-left:auto;
    margin-right:auto;
    }



.slick-prev,
.slick-next
{
    width: 22px;
    height: 22px;
    top: 140px;
    
}



.slick-prev:before,
.slick-next:before
{
    color: #9fa0a0;
}


.slick-prev:before,
.slick-next:before
{
    font-size: 22px;
}




.tsuyomi_txt{
    padding:40px 20px 20px 20px;
}


#dekirukoto .carousel_slider{
    margin-bottom:5rem;
}

#nagare .carousel_slider{
    margin-bottom:5rem;
}

.price-pc {
    display:none;
}

.tab-group {
    display:block;
}


.jisseki-detail{
    width:100%;
}



.jisseki-wrap-pc{
    display:none; 
}




    .shooting-intro{
        width:100%;
    }

    .shooting-select{
        width:100%;
    }

    .option-title{
        border-radius:8px 8px 0 0;
    }

    .shooting-wrap {
        padding-bottom:3rem;
    }

    .shooting-select{
        flex-wrap: wrap;
    }

        



    .head_hero_title .inner {
        width: 100%;
        max-width: 500px;
        max-height:580px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        min-width: auto;
        z-index: 100;
        text-align: center;
        margin-top:90px;
    }


    
    
    .hero_txt{
        display:none;
    }

    
    .midashi_sp img{
        width:88%;
        
        margin-left:auto;
        margin-right:auto;
    }


    .midashi01, .midashi02, .midashi03{
       display:none;
    
    }


    .hero_txt{
        width:100%;
    }



    .midashi04{
        display:none;
    }



    .probrem-center {
        width: 80%;
    }

    .probrem-left, .probrem-right{
        width:100%;
        margin: 0;
    }

    .probrem-center{
        order: 1;
        margin-bottom:30px;
        text-align:center;
    }

    .probrem-center img{
        width:100%;
        max-width:384px;
    }

    .probrem-left {
        order: 2;
        margin-bottom:19px;
        margin-top:-50px;
        margin-left:8px;
        margin-right:8px;
    }

    .probrem-right {
        order: 3;
        margin-bottom:19px;
        margin-left:8px;
        margin-right:8px;
    }


    .service-detail{
        width:100%;
        max-width:330px;
        margin-left:auto;
        margin-right:auto;
      }
    


.flow-detail-wrap{
    display:none;
}







.plusmark{
    display:block;
    width:100%;
    text-align:center;
  }

  .plusmark img{
    width:100%;
    max-width:50px;

  }



  .probrem-list-pc{
    display:none;
}

  .probrem-list-sp{
    display:block;
}

.plan_table {
    display:none;
}

.plan_cell {
    gap:0;
    width:100%;
    
}

.tab-01 .plan_cell {
    
}




.plan_line {
    padding: 20px 15px;
}
.plan_line.plan_list {
    padding: 10px 15px 0px 15px;
}

.plan_line.plan_list {
    justify-content: flex-start;
    text-align: left;
    
}

.plan_detail_wrap{
margin-left:20px;
}



.ichiran_head {
    border-radius: 10px 10px 0 0;
    padding:15px 15px 20px 15px;
}

.plan_test, .plan_start, .plan_basic{
border:none;
}

.plan_test:hover, .plan_start:hover, .plan_basic:hover{
border:none;
}

.large-txt{
font-size:150%;
font-weight:500;
line-height:50%;
display:inline-block;
}

.small-txt{
font-size:90%;
}


.test_price{
background:#f5decc;
}

.start_price{
background:#f4d4ca;
}

.basic_price{
background:#f2cbdb;
}

.continue_price{
background:#d9f1e3;
}


.test_price img, .start_price img, .basic_price img, .continue_price img{  
max-height:66px;
}

.plan_detail_wrap{
text-align: left;
}

.tab-01 .plan_detail_wrap, .tab-02 .plan_detail_wrap{
    margin-bottom:5rem;
    }


.plan_detail_text{
padding:10px 0;
position:relative;
display:flex;
justify-content: flex-start;
align-items: center;
gap:1rem;
}

.plan_mark{
width:100%;
max-width:20px;
}

.pdt{
width:100%;

}





.crousel{text-align: center;}


.plan_a .pdt{
padding-bottom:8px;
border-bottom:1px solid #f39800;
}
.plan_b .pdt{
padding-bottom:8px;
border-bottom:1px solid #e95504;
}
.plan_c .pdt{
padding-bottom:8px;
border-bottom:1px solid #e4007f;
}

.plan_d .pdt{
    padding-bottom:8px;
    border-bottom:1px solid #009e40;
    }









/* タブ */

.tab-group {
    display:block;
    margin-top: 20px;
    /* タブ全体の幅 */
    width: 100%;
    list-style: none;
    
}




.tab-button {
    display: flex;
    justify-content:space-between;
    list-style: none;
    /* カーソル形状を指先にする */
    cursor: pointer;
    text-align: center;
    align-items: center;
    gap:16px;
    margin-bottom:30px;
}



.tab.tab-01, .tab.tab-02 {
    width: calc(100% / 2);
    padding: 8px;
    border-bottom: none;
    text-align: center;
    border-radius:12px 12px 12px 12px;
    position: relative;
    z-index: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #f9deb9;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


.tab.tab-01.is-active, .tab.tab-02.is-active {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}




.tab.tab-01 {
    background: #f9deb9 url(../images/plan_btn_na.svg) no-repeat center center;
    background-size: calc(100% - 16px);
    background-repeat: no-repeat;
}

.tab.tab-01 img {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.tab.tab-01.is-active img {
    opacity: 1;
}

.tab.tab-02 {
    background: #f9deb9 url(../images/plan_btn_s_na.svg) no-repeat center center;
        background-size: calc(100% - 16px);
    background-repeat: no-repeat;
}

.tab.tab-02 img {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.tab.tab-02.is-active img {
    opacity: 1;
}




.tab.tab-01:after, .tab.tab-02:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius:8px 8px 8px 8px;
}

.tab.tab-01.is-active:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(243, 152, 0, 1);
    color: #FFF;
    z-index: -1;
    opacity: 1;
    
}

.tab.tab-02.is-active:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(243, 152, 0, 1);
    color: #FFF;
    z-index: -1;
    opacity: 1;
}









.content {
    display:none;

}

.content.is-display {
    display:block;
    
}





.tab.tab-03.is-active:after {
    content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
    background: linear-gradient( rgba(231, 66, 145, 1)50%, rgba(228, 0, 127, 1) 50%);
    color: #FFF;
    z-index: -1;
    opacity: 1;
}

/* タブ終わり */


.insta-txt{
    padding-left:1.5rem;
    padding-right:1.5rem;
}


.insta_content-title{
    font-size:2.4rem;
}

.insta_title h3 {
    font-size: clamp(2.5rem, 2.142rem + 0.95vw, 3rem);
}



}






@media only screen and (max-width: 900px) {

    .flow-wrap {
        flex-flow: column;
    }


.flow-box{
    display:flex;
    justify-content: center;
    align-items: center;
    width:80%;
    max-width:600px;
    height:60px;
    
}

.flow-box span{
    -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
    white-space: pre;
    display: inline-block;
}

.tuiki_title h3:before {
    display:none
}



.tuiki_title:before {
    content: "";
    position:absolute;
    background: url(../images/06_otoshiana_05.svg) no-repeat left top;
    background-size: contain;
width:81px;
height:103px;

right:calc(50% - 34px);

z-index: 10;
bottom:auto;
top:-110px;

}



.hole-wrap {
        margin-bottom: 135px;
}



}


@media only screen and (max-width: 850px) {

    .caution-wrap {
        
        justify-content: center;
    }

    .caution-txt {
        margin-top:1rem;
    }

    .caution-txt {
        text-align: left;
    }



}



@media only screen and (max-width: 768px) {


    #section_onayami .inner {
        width:100%;
        max-width: 600px;
        
    }

    .daiko_wrap {
        margin-bottom: 5rem;
    }

    .daiko_wrap .inner {
        width:100%;
        max-width: 768px;
    }


    .daiko02_sime{
        
        margin-bottom:5rem;
        }


    #archive .inner {
        width:100%;
        max-width: 768px;
        
    }


    #price .inner {
        width:100%;
        max-width: 768px;
        padding-top: 5rem;
     }


     .footer-wrap{
        width:100%;
        max-width: 768px;
        
    }
    
    
    
    .copywright-wrap{
        width:100%;
        max-width: 768px;
    }
    





    .openbtn {
        width: 54px;
        height: 54px;
    }

    
    
    
.midashi01{
    
  width:100%;
  max-width:268px;

}

.midashi02{
    max-width: 330px;
  width:100%;
}
    
    .midashi03{
        width:100%;
  max-width:330px;
    }
    


    

    .about-title {
        display:none;
    }

    .sp-title {
        display:block;
    }
    .sp-title img{
        width:100%;
        max-width:90%;
        height:100%;
    }

    
    

.logo{
    position:relative;
    left:0px;
}
    
    .logo h1 img {
        width: 100%;
        max-width: 140px;
    }









      #about {
        padding-top: 3.5rem;
    }


    .scrolldown2 {
        display:block;
    }


    .hero_area{
        background:#00a75b;
        padding:0px 0 0px 0px;
        height:100vh;
    }


    .main_img{
        
        width:100%;
        max-width:190px;
        
        position: absolute;
        top: calc(50% - 50px);
        left: 50%;
        transform: translate(-50%, -50%);
    }




    .imgarea.active {
        position: relative;
        
            width: 100%;
            height:100%;
            text-align: center;
            
    }


.onayami_title {
    width:100%;
    max-width: 260px;
    }



.circle_txt{
    width:calc(50% - 18px);
}


.onayami-teian img{
    margin-top:-10rem;
}




.daiko_no {
    border-right:none;
    padding-right:0;
    
}

    .daiko_title_txt {
        border-left:1px solid #111;
        padding-left:1.2rem; 
    }



    .daiko01_image_sp img{
        max-width: 180px;
    }

.daiko01_image {
    display:none;
}


.daiko02_image {
    position:relative;
    width:100%;
    max-width:300px;
    text-align: center;
    margin:0 auto 3rem auto;
    top:auto;
    right:auto;
}

.daiko02_detail_left, .daiko02_detail_right {
    width:100%;
}

.daiko03_image {
    position:relative;
    width:100%;
    max-width:300px;
    text-align: center;
    margin:0 auto 3rem auto;
    top:auto;
    right:auto;
}





.archive_img01{
    display:none;
}


#archive{
    padding: 4rem 0;
}

#service{
    padding-top:5rem;
    
}



#price {
    padding-bottom:4rem;
}

.price_wrap{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:2rem;
    
}

#support{
    padding-top:3rem;
}

#price h3{
    margin-top: 0rem;
margin-bottom:6rem;
}



.price_img01{
    width:100%;
    max-width:250px;
    margin:0 auto 3rem auto;
}



.price_img02{
    width:100%;
    margin-top:-9rem;
}


.footer_logo{
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}



.onayami-teian h4{
    margin-bottom:0;
    }



.support_img{
    display:none;
}


.daiko_no {
    width:50px;
}


.daiko_title {
    gap: .6rem;
}

.daiko_no {
    padding-right:1rem;
}




.tuika_title{
    
    font-size:1.6rem;
    border-radius:3rem 3rem 0 0;
    width:100%;
}

.tuika_price{
    background:#ffffff;
    width:100%;
    padding:1rem 3rem 1rem 2rem;
    border-radius:0 0 3rem 3rem;
    text-align: center;
}

.tuika_price img{
    
    width:100%;
    max-width:400px;
}







}






@media only screen and (max-width: 767px) {
    

    
    

    


    .correct-wrap {
        margin-bottom: 40px;
    }

    .correct-box{
        width:100%;
    }


    .correct{
        margin-bottom:40px;
    }
    

    .correct_title{
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        text-align: left;
        gap:10px;
    }

.correct_icon img {
    rotate:calc(-45deg);
}

.contents_title p.logical_subtext{
    display:block;
    margin-top:27px;
    text-align:left;
}




    .ruled-line {
        margin: 20px 0 60px 0;
    
    }

    
    




.carousel_slider .teian-detail{
        margin:0 10px;
    }
    
.carousel_slider .tsuyomi_box{
    margin:0 10px;
}

.carousel_slider .flow-detail{
    margin:0 10px;
}

.carousel_slider .hole-detail{
    margin:0 10px;
}

.carousel_slider .jisseki-detail{
    margin:0 10px;
}



.flow-detail{
    margin-bottom:0;
}




    .tsuyomi_wrap{
        display:none;
    }


    .hole-wrap{
        display:none;
    }

.slide-hole {
    margin-top:60px;
    margin-bottom: 100px;
}

.hole-detail {
    margin-bottom:12px;
}



    .tsuyomi_box {
        width: 100%;
    }


    







    .tsuyomi_lastbox {
        display: block;
    }

    .lastbox-img{
        border-radius:18px 18px 0 0;
        width:100%;
        height:300px;
        height:clamp(200px, 10 * (9vw + 1vh) / 2, 420px)
    }
    
    .lastbox-txt{
        width:100%;
        border-radius:0 0 18px 18px;
    }

    



    .brpc {
        display: none;
    }


    .flow-detail-txt{
        width:100%;
        text-align:center;
      }
    
    .flow-detail-img{
        width:100%;
        max-width:400px;
        margin-left:auto;
        margin-right:auto;
    }

    .accordion-area li {
        width: 100%;
        
    }

    .accordion-area:after {
        right:5%;
	bottom:-135px;
    z-index: 100;
    }


    .hole-detail{
        
        width:100%;
        
      }

      


.caution-wrap{
      margin-bottom: 10px;
    }


      



.hole-tuiki-txt::before,
.hole-tuiki-txt::after {
  width: 55px;
}
.hole-tuiki-txt::before {
  margin-right: 0px;
}
.hole-tuiki-txt::after {
  margin-left:0px;
}



}


@media only screen and (max-width: 755px) {

.shoot-box{
    display:flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    
}

.shoot-name{
    border:1px solid #231815;
    display:inline-block;
    padding:18px 2px;
    border-radius: 4rem;
    font-size:1.4rem;
    
    text-align: center;
    width:80px;
}

.shoot-br{
    display:block
}

.shooting-block{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap:14px;
}




.daiko03_unyo{
    margin-top:5rem;
}

.daiko03_unyo_box{
    width:45%;
    text-align: center;
    margin-bottom:8rem;
    position:relative;
}


.daiko03_unyo_box img{
    width:100%;
    max-width:220px;
}





.daiko_flow_pc_box{
    width:33%;
    text-align: center;
    margin-bottom:2rem;
    position:relative;
}


.daiko_flow_pc_box img{
    width:100%;
    max-width:220px;
}







}




@media only screen and (max-width: 804px) {

    .left{
        margin-right:0px;
        
    }
    
    .right{
        margin-left:0px;
        margin-top:-80px;
    }


    .logic_circle{
        padding:20px;
    }

    
    .jp_slide_img_wrapper.sp {
        display:block;
        margin-top: -55px;
    }

    .jp_slide_img_wrapper {
        position: relative;
        width: 100vw;
        
        height: 100px;
        background-image: url(../images/02_logical_emotional.svg);
        background-repeat: repeat-x;
        background-size: 925px 100px;
        background-position: 0 0;
        
    }

    

    .flowlogoupper{
        display:none;
    }


    .logic_circle{
        justify-content: center;
    }

    .logic_area {
        top: 0px;
    }

    .emotion_area {
        top: 0px;
    }

    


    #section02 #dekirukoto.inner {
        margin-top: 0px;
        padding-left:20px;
        padding-right:20px;
    }

    .wecan_wrap {
        margin-bottom: 0px;
    }



}




@media only screen and (min-width:468px) and (max-width:600px) {}




@media only screen and (max-width: 650px) {


    .archive_img02{
    
        width: 100%;
        max-width: 380px;
        margin: 0 auto 0 auto;
    }

    .daiko_flow{
        margin-top:3rem;
        margin-bottom:5rem;
        width:100%;
        max-width: 280px;
        margin-left:auto;
        margin-right:auto;
    }




    



}











@media only screen and (max-width: 530px) {

    


    .wecan_circle{
        width:calc(50% - 5px);
        padding: 30px 30px;
        margin-bottom: 10px;
    }
   
    .wecan_wrap {
        gap:10px 10px;
    }
    

}



@media only screen and (max-width: 500px) {

    .openbtn {
        position: fixed;
        z-index: 9999;
        top: 0px;
        right: 0px;
        /*ボタン内側の基点となるためrelativeを指定*/
        background: linear-gradient(0.25turn, #ce2ca5, #b41e8e);
        cursor: pointer;
        width: 46px;
        height: 46px;
    }

    /*ボタン内側*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 12px;
        height: 2px;
        border-radius: 0px;
        background: #fff;
        width: 52%;
    }

    .openbtn span:nth-of-type(1) {
        top: 14px;
    }

    .openbtn span:nth-of-type(2) {
        top: 21px;
    }

    .openbtn span:nth-of-type(3) {
        top: 28px;
    }

    /*activeクラスが付与されると線が回転して×に*/

    .openbtn.active span:nth-of-type(1) {
        top: 15px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 45%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn.active span:nth-of-type(3) {
        top: 27px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 45%;
    }

    
    .policy-wrap {
        padding: 50px 15px;
    }

    .shooting-select {
        padding: 0 1rem;
    }
    
    

    .correct_illust img {
       
        width:100%;
    }

      
    

    .logic_subject {
        margin-bottom: 20px;
    }

    .flow-box {
        height: 40px;
        font-size: 1.6rem;
    }

    
    .flow-arrow{
        max-width: 65px;
    }

    .flow-detail-subject{
        margin-bottom:12px;
      }

    .flow-detail-title {
        margin-bottom: 8px;
    }

    

    #section02 #price.inner {
        padding-top:30px;
    }

    .ct-intro {
        margin-bottom: 30px;
    }

    .test_price img, .start_price img, .basic_price img, .continue_price img {
        max-height:58px;
    }

    .ps-txt {
        text-align:center;
    }
    .option-desc {
        padding: 2rem 2.5rem 3rem 2.5rem;
    }

    .shooting-block{
        margin-left:2rem;
        margin-right:2.5rem;
    }

    .shoot-name {
        
        padding: 14px 0px;
        border-radius: 4rem;
        font-size: 1.3rem;
        width: 70px;
    }

    .shoot-proviso {
        padding-top: 1.2rem;
    }

    .num {
        font-size: 1.7rem;
        margin-right: 1rem;
        background: #3b308c;
        color: #fff;
        padding: 0.2rem 0.7rem 0.4rem 0.7rem;
        border-radius: 3rem;
    }

    .title {
        
        font-size: 16px;
        
        padding: 5% 60px 5% 5%;
        
    }


    .footer-wrap {
        padding: 40px 15px 40px 15px;
    }


    .copywright {
        
        
        font-size: 1.2rem;
        padding: 12px 0;
        
        text-align: center;
    }


.copywright-wrap{
    display:block;
    
    width:100%;
    text-align:center;

}


    .hole-tuiki-txt {
        font-size: 1.9rem;
    }


    .jp_slide_img_wrapper.footside {
        margin-top: -76px;
    }



    .correct-box h4{
        font-size:1.8rem;
    }

    .onayami-txt img{
        height:clamp(28px, 3vh, 38px);
    
    }
    .onayami-teian img {
        max-width: 380px;
    }


    .service-detail img {
        width: 85%;
    }


    .daiko_flow{
        display:none;
    }



    .daiko_flow_pc{
        display:none;
    }


    .daiko03_unyo_txt{
        border-right:none;
    }


    .daiko03_unyo{
        display: none;
    }

    .daiko03_unyo_box{
        width:65%;
        text-align: center;
        margin-bottom:2rem;
        position:relative;
    }
    
    
    .daiko03_unyo_box img{
        width:100%;
        max-width:220px;
    }



.daiko02_detail_body li{
    width:100%;
}
.daiko02_detail_body{
    font-size:1.5rem;
}


}




@media only screen and (min-width:768px) and (max-width:991px) {}



@media only screen and (min-width:480px) and (max-width:768px) {}



@media only screen and (max-width: 468px) {

    .wecan_circle {
        margin-bottom:0;
        padding: 30px 30px;
    }

    .small_cap{
        font-size:1.1rem;
    }

    .tuiki_title h3:before {
        top:-220px;
    }
    
    .foot-intro-line {
        font-size: 18px;
    }

}

@media only screen and (max-width: 350px) {

.daiko_title_txt {
    font-size: 1.6rem;
}



}

@media only screen and (min-height: 980px) and (min-width:769px) {
    .midashi03{
        top: calc(415vh / 9);
    }
}

