@charset "UTF-8";
@media screen and (max-width: 970px) {


    body{
        font-family: 'Noto Sans JP', sans-serif;
        color: #000000;
    }
    
    /*ここまでフォント 指定*/
    
    
    /*==================================================	
                        margin
    ===================================================*/
    
    .margin10{
        margin-bottom: 1.852vw;
    }
    
    .margin20{
        margin-bottom: 3.704vw!important;
    }
    
    .margin30{
        margin-bottom: 5.556vw;
    }
    
    .margin40{
        margin-bottom: 7.407vw;
    }
    
    .margin50{
        margin-bottom: 9.259vw;
    }
    
    .margin60{
        margin-bottom: 11.111vw;
    }
    
    .margin70{
        margin-bottom: 12.963vw;
    }
    
    .margin80{
        margin-bottom: 14.815vw;
    }
    
    .margin90{
        margin-bottom: 16.667vw;
    }
    
    .margin100{
        margin-bottom: 18.519vw;
    }
    
    .margin130{
        margin-bottom: 24.074vw;
    }
    
    .margin150{
        margin-bottom: 27.778vw;
    }
    
    
    
    /*==================================================	
                        fontsize
    ===================================================*/
    
    .font130{
        font-size: 24.074vw;
    }
    
    .font110{
        font-size: 20.37vw;
    }
    
    .font60{
        font-size: 11.111vw;
    }
    
    .font50{
        font-size: 9.259vw;
    }
    
    .font40{
        font-size: 7.407vw;
    }
    
    .font40_moremore_04{
        white-space: nowrap;
    }
    
    .font30{
        font-size: 5.556vw;
    }
    
    .font26{
        font-size: 4.815vw;
    }
    
    .font24{
        font-size: 4.444vw;
    }
    
    .font21{
        font-size: 3.889vw;
    }
    
    .font18{
        font-size: 3.333vw;
    }
    
    .font16{
        font-size: 2.963vw;
    }
    
    
    /*==================================================	
                        font
    ===================================================*/
    
    .rokkitt{
        font-family: 'Rokkitt', serif;
        line-height: 1;
        font-weight: 900;
    }
    
    .bold{
        font-weight: bold;
    }
    
    .text_fit{
        text-align: justify;
        text-justify: inter-ideograph;
    }
    
    
    
    /*==================================================	
                        center left
    ===================================================*/
    
    .textcenter{
        text-align: center;
    }
    
    .textleft{
        display: flex!important;
        justify-content:center!important;
        align-items:center!important;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    
    
    
    
    
    /*==================================================	
                        行間
    ===================================================*/
    
    .lineheight05{
        line-height: 0.5;
    }
    
    .lineheight08{
        line-height: 0.8;
    }
    
    .lineheight10{
        line-height: 1.0;
    }
    
    .lineheight12{
        line-height: 1.2;
    }
    
    .lineheight15{
        line-height: 1.5;
    }

    .lineheight20{
        line-height: 2.0;
    }
    
    
    /*==================================================	
                        flex
    ===================================================*/
    
    .flex{
        display: flex!important;
        justify-content:center!important;
        align-items:center!important;
    }
    
    .flex_top{
        display: flex!important;
        justify-content:center!important;
        align-items:flex-start!important;
    }
    
    
    .flex_between{
        display: flex;
        justify-content: space-between!important;
        align-items:center!important;
    }
    
    .flex_between_top{
        display: flex;
        justify-content: space-between!important;
        align-items:top!important;
    }
    
    
    
    
    /*==================================================	
                        btn
    ===================================================*/
    
    .btn{
        width: 100%;
        margin: 0 auto;
    }
    
    
    .btn{
        width: 71.296vw;
        height: 14.815vw;
        font-size: 6.667vw;
        background-color: #000;
        border-radius: 9.259vw;
        box-shadow: 5px 7px 0px 0px #00D4DD, 5px 7px 0px 4px #000;
        border-radius: 9.259vw;
        display: block;
        text-align: center;
        color: #FFF;
        display: table;
    }

    .btn_jp{
        font-size: 5vw;
        height: 18.51875vw;
    }
    
    .btn_{
        width: 71.296vw;
        display: table-cell;
        vertical-align: middle;
        padding-left: 5vw;
        font-weight: bold;
    }
    
    .btn:after{
        content: '';
        display: inline-block;
        width: 3.333vw;
        height: 3.333vw;
        background-image: url(../images/arrow_3.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-left: 1.852vw;
        position: relative;
        right: 1.852vw;
        top: 1.296vw;
    }

    .btn_jp:after{
        top: 4.2vw;
    }
    
    .arrow:after{
        content: '';
        display: inline-block;
        width: 2.222vw;
        height: 1.852vw;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-left: 1.852vw;
    }
    
    
    
    /*==================================================	
                        inner
    ===================================================*/
    
    .inner_1{
        padding: 0 3.704vw;
    }
    
    .background_g{
        background-color: #E8E8E8!important;;
    }
    
    .background_w{
        background-color: #fff!important;;
        margin-top: 18.519vw;
    }
    
    
    
    /*==================================================	
                        PC画面	
    ===================================================*/
    
    .main{
        width: 100vw;
        height: 100vh;
        background-color: #EFEFEF;
        position: relative;
    }
    
    
    .smartphone{
        position: absolute;
        width: 100vw;
        height: 100vh;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        overflow: auto;
        background-color: #ffffff;
        padding-top: 18.519vw;
    }
    
    .smartphone_{
        padding-top: 0px!important;
    }
    
    .smartphone__{
        padding-top: 80px!important;
    }
    
    .smartphone___{
        padding-bottom: 50px!important;
        text-align: center;
    }
    
    
    .smartphone::-webkit-scrollbar{
        display: none;
    }
    
    .pc_copy{
        position: absolute;
        top: 9.259vw;
        left: 15.37vw;
    }

    .pc_copy .font110{
        line-height: 0.8;
    }
    
    .logo{
        width: 35.185vw;
    
    }
    
    .pc_img{
        width: 125.926vw;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    
    .pc_menu{
        display: flex!important;
        position: absolute;
        top: 11.111vw;
        right: 0px;
    }
    
    .pc_menu li{
        margin-right: 14.815vw;
    }
    
    .pc_copylight{
        position: absolute;
        top: 0;
        right: 3.704vw;
        bottom: 0;
        writing-mode: vertical-rl;
        display: block;
        text-align: center;
    }
    
    
    
    
    /*==================================================	
                        headerナビ	
    ===================================================*/	
    
    .gnavi__list {
        width: 24.074vw;
        height: 11.111vw;
        position: relative;
        transition: all .3s;
        cursor:pointer
    }
    
    .gnavi__list:not(:first-child)::before {
        content: "";
        width: 0.185vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s;
    }
    
    .gnavi__list a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        font-size: 2.778vw;
        letter-spacing: 0.05em;
        font-weight: 600;
        transition: all .3s;
    }
    
    .gnavi__list a:hover{
        color: #00D4DD;
    }
    
    .dropdown__lists {
        display: none;/*デフォルトでは非表示の状態にしておく*/
        width: 23.148vw;
        position: absolute;
        top: 7.407vw;
        left: 0px;
        border: solid 1px #000;
        z-index: 5;
        background-color: #FFF;
        padding: 1.852vw 3.704vw 3.704vw;
    }
    .gnavi__list:hover .dropdown__lists {
        display: inline-block;/*Gナビメニューにホバーしたら表示*/
    }
    
    .dropdown__listspan{
        color: #FFF!important;
        margin: 0 3.704vw ;
    }
    
    .dropdown__list:hover .dropdown__listspan {
        color: #000!important;
    }
    
    .dropdown__list {
        display: flex;
        width: 42.593vw;
        transition: all .3s;
        position: relative;
        margin-left: 0;
        padding-top: 1.852vw;
    }
    .dropdown__list:not(:first-child)::before{
        content: "";
        width: 100%;
        height: 0.185vw;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .dropdown__list a {
        display: flex;
        justify-content: left;
        align-items: left;
        text-decoration: none;
        position: relative;
        padding: 2.778vw 2.778vw 2.778vw 4.815vw;
        font-size: 1.3rem;
        font-weight: 900;
    }
    
    .dropdown__list a{
        width: auto!important;
        padding: 0 15px 0 0 !important;
    }
    
    
    
    
    /*==================================================	
                            footer	
    ===================================================*/	
    
    footer{
        text-align: center;    
        background-color: #FFF;
        padding-bottom: 9.25vw;
        border-top: solid 3px #000;
    }
    
    .footer_btn{
        margin-top: 18.519vw;
        /* padding-top: 11.111vw;
        border-top: solid 3px #000; */
    }
    
    .footer_logo{
        width: 56.481vw;
    }
    
    footer ul li{
        height: 31.481vw;
        background-color: #000;
        display: table;
        width: 100%;
        text-align: center;
        border-bottom: solid 1px #777777;
    }
    
    footer ul  li p{
        color: #fff;
        display: table-cell;
        vertical-align: middle;
    }
    
    footer ul li p::after{
        content: '';
        display: inline-block;
        width: 5.556vw;
        height: 2.778vw;
        background-image: url(../images/arrow_4.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-left: 5.556vw;
    }
    
    
    .spfooter{
        margin-top: 9.259vw;
    }
    
    
    /*==================================================	
                      スライダーのためのcss	
    ===================================================*/	
    
    .slider {
      margin: 0 auto;
      width: 100%;
    }
    
    
    .slick-dots {
        position: absolute;
        bottom: -9.259vw;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    
    .slick-dots li{
        display: inline;
        padding: 0 0.926vw;
    }
    
    .slick-dots li:before{
        content: '';
        display: inline-block;
        width: 1.8vw;
        height: 1.8vw;
        background-color: #FFF;
        border: #000 solid 3px;
        border-radius: 2.593vw;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        margin-left: 1.852vw;
    }
    
    .slick-dots .slick-active:before{
        background-color: #000;
    }
    
    .slick-dots li button{
        display: contents;
        font-size: 0;
    }


    

}