@charset "UTF-8";




/*共通*/
body {

    text-size-adjust: 100%;
    width: 100%;
    color: #222;
    font-weight: normal;
  /* 画像ファイルの指定 */
  background-image: url(../img/bg.jpg);
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */

}



.flex {
    display: flex;
    width: 100%;
    max-width: 500px;
    justify-content: center;
    align-items: center;
}

.header-flex {
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-logo{
    width: 16%;
}




.header_inner {
    max-width: 1200px;
    margin: auto;
    color: #fff;
}

.header {
    width: 100%;}

.header-gNav {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 20%;
    text-align: center;
}

.btn {
     background: linear-gradient(70deg, #6379EF, #6DB2E5);
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
  transition: .3s;
    font-weight: bold;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
}

.btn-section{
    margin-top: 30px;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
}

.dl-btn{
    margin-bottom: 14px;
}

.btn:hover{
    opacity: 0.99;
    border-radius: 100px;
}


.btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    z-index: -1;
  content: '';
     background: linear-gradient(70deg, #6DB2E5, #6379EF);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
    border-radius: 100px;
}

.btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
    border-radius: 100px;
}

/*
.btn::after{
    content: "〉";
    opacity: 0.8;
    display: block;
    position: absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    font-size: 20px;
    font-weight: lighter;
}
*/

.gNav-btn {

    width: 50%;
}


.header-wrapper {
    background-size: 100%;

}


/*////ヘッダー/////*/

/*mv*/

.device{
    padding: 20px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
    font-weight: 900;
    position: sticky;
    top:0;
    background: #f5f5f5;
    z-index: 100;
}

body{

/*
    position: fixed;
    z-index: -100;
    width: 100vw;
*/
}

.mv p{
    text-align: center;
}

.header-logo{
    margin-bottom: 60px;
    margin-top: 20px;
}

.mv-sub-title{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.4px;

}
.mv-sub-title::before,
.mv-sub-title::after{
    content: '-';
    color: #aaa;
}
.mv-sub-title::before{
margin-right: 4px;
}

.mv-sub-title::after{
margin-left: 4px;
}

.mv-main-title{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 40px;
}

.mv-text{
    margin-bottom: 20px;
}

.top-btn{
    margin-bottom: 60px;
    max-width: 428px
}
/*mv*/

/*main*/

.app-img{
    width: 30px;
}
.main-box{
    background: #fff;
    max-width: 428px;
    width: 100%;
    margin-left: auto;
    margin-right:auto ;
    padding-bottom: 1px;
    margin-bottom: 50px;
    box-shadow: 0 0 30px #cccccc;
}

.main-box-title{
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #222;
    font-weight: bold;
    padding: 26px 0;
    margin-bottom: 20px;
    line-height: 1.3;
}

.main-box-text-section{
    width: 82%;
    margin-left: auto;
    margin-right:auto ;
;
}

.main-box-heading{
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 16px;
}

.main-box-heading span{
    font-size: 30px;
}

.main-box-text{
}

.main-box-text span{
    font-weight: bold;
    color: #aaa;
}

.main-box-img{
    border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    margin-left: auto;
    margin-right:auto ;
    display: block;
    border:solid 3px #ccc;
    margin-top: 40px;
    margin-bottom: 80px;
}

.main-box-text-title{
    margin-top: 20px;
    font-weight: bold;
}

/*
.img-seciton{

    background: #f7f7f7;
    padding: 20px 0;
    margin-bottom: 70px;
}
*/


.coupon{
    background: #ddd;
    padding: 10px;
    margin-top: 40px;
    text-align: center;

/*main*/

/*/////フッター/////*/
.footer {
    padding: 40px 0 20px;
}

.footer-nav {
    margin-left: auto;
    margin-right: auto;
}

.footer-logo_img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    width: 14%;
}

    .footer-btn {
        margin-right: auto;
        margin-left: auto;
        border-radius: 5px;
        margin-top: 30px;
        display: flex;
        width: 30%;
    }

.copyright{
    text-align: center;
    color: #777;
    font-size: 12px;
    margin-top: 40px;
}
/*/////フッター/////*/


/*/////カラミ/////*/

.products-btn-crm th {
    font-size: 18px;
    font-weight: bold !important;
    margin-right: 20px;
}

.cartjs_product_table table {
    width: 100% !important;
    margin: 0!impotrant;
    line-height: 1
}

.cartjs_product_table{
        width: 100% !important;
}

.cartjs_box{
    padding:  0!important;
}
select::-ms-expand {
	display: none;
}

select {
    font-size: 16px !important;

}


.cartjs_product_table th{
    padding-bottom: 14px!important;
}

.products-btn-crm input[type=submit] {
    -webkit-appearance: none !important;
    border-radius: 200px !important;
    width: 100% !important;
    margin: 20px 0 40px;
     !important;

    color: #fff;
     !important;
    border: #1B9590 1px solid;
     !important;
    padding: 10px;
     !important;
    display: block;
     !important;
    font-size: 18px !important;
    text-align: center;
    transition: 0.3s;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 0px #2d7d7a;
}


.cartjs_cart_in input {
margin-bottom: 0!important;
    width: 100% !important;
    background-color: #004CAD !important;
    border-radius: 0!important;
    font-size: 16px!important;
    font-weight: bold;
    transition: 0.3s;
    -webkit-appearance: none;
    height: 50px!important;
}

.cartjs_cart_in input:hover {
    opacity: 0.6;

}


/*/////カラミ/////*/





/*パソコン*/

/*トップへ戻る*/
.pagetop{
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    
}
.pagetop a{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 30px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.2;
    color:#fff;
}

.pagetop a::after{
    content:"TOP";
    display: block;
    position: absolute;
    opacity: 1;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%)
}



.pagetop a span{
    font-size: 14px;
}

/*トップへ戻る*/


/* ローディングアニメーション */

.scroll-fade{
    opacity: 0; 
    transition: all 1s/*処理にかかる時間*/;
}

.scroll-up{
    opacity: 0; 
    transform: translateY(50px)/*スクロールアップする距離*/; 
    transition: all 1s/*処理にかかる時間*/;}

.scroll-up.done, 
.scroll-fade.done{
    opacity : 1; 
    transform : translate(0, 0);
}

.load-down,
.load-up,
.load-fade {
    opacity : 0;
}



.load-down.done{
    animation: animation-load-down 0.3s 0.2s;
    animation-fill-mode:forwards;
}

.load-up.done{
    animation: animation-load-up 1s  0.6s;
    animation-fill-mode:forwards;
}

.load-fade.done{
    animation: animation-mvimg 1.4s 0s;
    animation-fill-mode:forwards;
}





@keyframes animation-mvimg {
  0% {
    transform : translate(10%,-30%);
      opacity : 0; 
  }
  100% {
    transform : translate(0,-30%);
    opacity : 1; 
  }
}

@keyframes animation-load-up {
  0% {
    transform : translate(0,-10%);
      opacity : 0; 
  }
  100% {
    transform : translate(0,0);
    opacity : 1; 
  }
}

@keyframes animation-load-up-btn {
  0% {
    transform : scale(1.5,1.5);
      opacity : 0; 
  }
  100% {
    transform : scale(1,1);
    opacity : 1; 
  }
}



@keyframes animation-load-down {
  0% {
    transform : translate(0,10%);
      opacity : 0; 
  }
  100% {
    transform : translate(0,0);
    opacity : 1; 
  }
}

@keyframes animation-load-down2 {
  0% {
    transform : translate(0,20%);
      opacity : 0; 
  }
  100% {
    transform : translate(0,0);
    opacity : 1; 
  }
}


/* アニメーション */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}




/*スマホ*/
@media screen and (max-width: 786px) {
    body {
        font-size: 14px;
        line-height: 1.6;
    }

    .wrapper {
        width: 94%;
    }


    .header {
        z-index: 10;
    }


    .header_inner {
        max-width: 96%;
    }
    
    .header-logo{
        width: 50%;
        padding: 10px 0 16px;
    }

    .header-gNav-box {
        flex-direction: column;
        background: rgba(46, 51, 57, 0.9);
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 0;
        width: 100vw;
        height: 100vh;
        padding-top: 30%;
        transition: 0.6s;
    }


    .header-gNav-box.show {
        top: 0px;
    }



    .flex {
        justify-content: flex-start;
        max-width: 1920px;

    }

    .btn{
        font-size: 14px;
        padding: 14px 0;
        letter-spacing: 0;
        width: 90%;
        
    }

    .btn::after{
        content:"";
    }

    .header-gNav {
        width: 96%;
        text-align: center;
        margin-bottom: 30px;
    }

    .pagetop a{
        top: 80%;
    }

    .navButton {
        width: 40px;
        height: 40px;
        padding-top: 2px;
        border-radius: 50%;
        position: fixed;
        right: 9px;
        top: 14px;
        z-index: 20;
    }



    .navButton span {
        display: block;
        width: 24px;
        height: 1px;
        margin: 0 auto;
        margin-top: 8px;
        background: #fff;
        transition: 0.6s;
    }

    .navButton.open {
        transform: rotate(-45deg);
    }

    .navButton.open .bar1 {
        transform: rotate(0deg) translateY(10px);
    }

    .navButton.open .bar2 {
        opacity: 0;
    }

    .navButton.open .bar3 {
        transform: rotate(-90deg) translateX(8px);
    }



    .footer-logo_img{
        width: 40%;
    }

}
