@charset "UTF-8";



@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*共通*/
body {
background: #030502;
    font-size: 14px;
    text-size-adjust: 100%;
    width: 100%;
    color: #fff;
    font-weight: normal;
}



.flex {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.section{
    margin-top: 130px;
    margin-bottom: 130px;
}
.btn {
    background: #004CAD;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
  transition: .3s;
    font-weight: bold;
}

.btn-none{
    pointer-events: none;
    background: #0c0f2e;
    color: #aaa;
}


.btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    z-index: -1;
  content: '';
    background: #ac131b;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn::after{
    content: "〉";
    opacity: 0.8;
    display: block;
    position: absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    font-size: 20px;
    font-weight: lighter;
}


.btn img{
    width: 30px;
    margin-right: 10px;
    margin-left: -20px;
}

/*共通*/



/*/////MV/////*/

.logo{
    width: 40%;
    margin: 30px auto 60px;
    display: block;
}
.logo-min{
    width: 30%;
    display: block;
    margin: 0 auto;
}

.logo-section{
    padding: 60px 0 10px;
    margin-top: 60px;
/*    border-top: 1px solid #444;*/

}

/*スクロールアニメ―ション*/
.scroll {
  display: block;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
margin: 0 auto -160px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.scroll::after {
  content: '';
display: block;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: #999;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

/*スクロールアニメ―ション*/



.mv-img{
    width: 80%;
    margin: 0 auto;
    display: block;
}

.mv-wrapper{
    padding-top: 18px;
    width: 96%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mv-text-box-flex{
    display: flex;
    justify-content: center;
}

.mv-text-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mv-text-box-flex img{
    width: 5%;
    margin-right: 30px;
}

.mv-text-box-flex img:last-child{
    margin-right: 0;
    margin-left: 30px;
}
.mv-text-box{

    transform:translateY(-40%);
}


.mv-text-main,.mv-text-sub{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
}

.mv-text-sub{
    font-size: 26px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
}

.mv-text-memo{
    border: 1px solid #444;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 20px auto;
}

.mv-main-title{
    font-size: 80px;
    font-weight: bold;
}

.mv-sub-title{
    font-size: 50px;
    font-weight: bold;
}

.mv-btn-section{
    display: flex;
    justify-content: space-between;
    top: 82%;
    width: 100%;
    margin-top: 60px;
}

/*/////MV/////*/

.ark-web{
    width: 100%;
    padding: 12px;
    margin-top: 30px;
}

.schedule-title{
    font-size: 18px;
    text-align: center;
}

/*/////セクションタイトル/////*/


.tv{
text-align: center;
margin-bottom: 10px;
}

.memo{
    font-size:12px;
    text-align: center;
    margin-top: 20px;
}

.section{
    margin-top: 130px;
    margin-bottom: 130px;
}
.line-flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.schedule-enki{
    padding: 0px 6px 2px;

    background: #be1515;
    line-height: 1.;
    font-size: 13px;
    margin: 0 10px;
    border-radius: 5px;
}

.schedule-title{
    font-weight: bold;
    margin-bottom: 30px;
}

.schedule-text{
    font-size: 14px;
}

.schedule-text::before{
    content: '●';
    margin-right: 4px;
    color: #555;
}

.schedule-box-flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 30px;
    border-bottom: 1px solid #3a3a3a;

}

.schedule-box-flex.end{
    position: relative;
}


.schedule-box-flex.end::after{
    content: "";
    display: block;
    position: absolute;
    background: rgba(3,2,1,0.8);
    top:0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 80%;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.schedule-box-flex.end::before{
    content: "終了しました";
    color: #000;
    font-weight: bold;
    display: block;
    position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
    z-index: 4;
    font-size: 16px;
    background: #fff;
    padding: 6px 10px;
}

.schedule-left{
    margin-right: 18px;
    width: 50%;
}

.schedule-flex{
    display: flex;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;

}

.schedule-day{
    font-size: 20px;
    line-height: 1
}

.schedule-day span{
    font-size: 12px;
}

.schedule-hall{
    line-height: 1.4;
}

.schedule-place{
    padding: 0px 6px 2px;
    border: 2px solid #444;
    line-height: 1.;
    font-size: 13px;
    margin: 0 10px;
}

.ticket{
    padding: 8px;
    font-size: 12px;
    width: 100%;
}

.ticket::after {
    font-size: 14px;
}

.end{
    align-items: flex-start;
}

.line{
    width: 9%;
}

.title-section{
    margin: 40px 0 40px;
}


.main-title{
    font-size:  34px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
    padding: 16px 0 20px;
}


.cd-list-title{
/*    list-style-type: decimal-leading-zero;*/
    font-weight: lighter;
}

.cd-list{
counter-reset: number 0;
}

.cd-list li::before{
    counter-increment: number 1;
content: counter(number,decimal-leading-zero) ".";
    font-weight: bold;
    color: #aaa;
}

.cd-img{
    width: 55%;
    margin-right: 30px;
}

.cd-flex{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.cd-info{
    width: 100%;
    height:50px;
    margin-top: 10px;
}


.download{
    background: #f7f7f7;
    padding: 40px;
}

.dl-wrapper{
        width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.pdf-img img{
    border: 1px solid #333;
    width:100%;
    transition:0.4s;
/*    box-shadow: 0 0 5px #ddd;*/
    transition:0.4s;
}


.pdf-img img:hover{
    transform:scale(1.1,1.1)
}

.download-section{
    width:  50%;
    margin-top: 0px;
    /* margin-right: 20px; */
}

.mv-text-memo{
    margin-top: 10px;
}

.dl-btn{
    padding: 10px;
    background: #2d91be;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition:0.4s;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 5px;
}


.flier{
    width: 100%;
    justify-content: center;
    margin: 0 auto 30px;
}

/*/////セクションタイトル/////*/

/*/////商品セクション/////*/

.product-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
  align-items: baseline;
    margin-bottom: 80px;
}


.product-section>div{
    margin-right: 30px;
}

.product-box{
    width: 30%;
    position: relative;
}

.new::after{
    content: "新曲";
    padding: 8px 14px 12px;
    background: #FF4141;
    color: #fff;
    position: absolute;
    top:0;
    left:30px;
    border-radius: 0 0 20px 20px;
    font-size: 18px;

}

.product-text-section{
    padding: 16px 16px 36px;
    border: 1px solid #dedede;
    border-top:none;
    margin-bottom: 60px;
}

    .product-number::after{
        content: "位";
        font-size: 10px;
    }
.product-number{
    text-align: center;
    font-weight: bold;
    background: #eee;
    font-size: 26px;
}

.one{
    background: #BCA76E;
    color: #fff;
}

.two{
    background: #A0A4AA;
    color: #fff;
}

.three{
    background: #A86656;
    color: #fff;
}

.product-title{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;

    line-height: 1.2;
}

.product-artist{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
    color: #bbb;
    height: 1em;
}


.product-text{
    margin-bottom: 2px;
    text-align: center;
    font-weight: lighter;
}

.product-info{
    text-align: center;
}

.product-info a{
        color: #38B1C1;
    text-decoration: none;
    transition:0.4s;
    position: relative;
}


.product-info a::before{
      transform: scale(0, 0) translateX(-50%);
    content: "";
    width: 0;
    height: 1px;
    background: #38B1C1;
    display: block;
    position: absolute;

  transition: transform .3s;
}

.product-info a:hover::before{
      transform: scale(1, 1) translateX(-50%);
    content: "";
    width: 5em;
    left:50%;
    top:102%;
}


.product-grade-secion{
    display: flex;
    justify-content: center;
}

.product-grade-secion>div{
    margin-right: 20px;
}

.product-grade-secion div:last-child{
    margin-right: 0;
}

.product-img-section{
    display: flex;
    margin-top: 18px;
    flex-direction: column;
    width: 26%;
    align-items: center
}



.product-img-section-part{
    display: flex;
    justify-content: space-around;

}

.product-img-link{
    position: relative;
    top:0;
    transition:0.3s
}
.product-img-link:hover{
    position: relative;
    top:-8px;
}
.product-img{
    width: 100%;
    display: block;
    margin-left: -5px;
}

.product-btn{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.productpage-btn{
    width: 100%;
    padding: 8px;
    margin-top: 26px;
}

.product-btn a{
filter: drop-shadow(0 3px 5px #bbb);
    width: 40%;
    position: relative;
    top:0;
    transition: 0.1s;
}

.product-btn a:hover{
filter: drop-shadow(0 2px 2px #bbb);
position: relative;
    top:2px;
}

.no{
    pointer-events: none;
    opacity: 0.4;
}

/*/////商品セクション/////*/


.yoyaku{
    border:1px solid #EEFF00;
    color: #EEFF00;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
}

.border-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    border:1px solid #333;
    padding: 30px 30px 40px;
    position: relative;
    border-radius: 8px
}

.box-left{
    width: 40%;
}

.box-right{
    width: 50%;
}

.cd-day{
    font-size: 20px;
    text-align: center;
}

.form{
    position: absolute;
    top:-1px;
    padding: 10px 20px;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: bold;
}


.product-section{
    align-items: flex-start;
    padding-top: 80px;
    justify-content: center;
    align-items: center
}

.product-section>.box-left{
    width: 20%;
    border-right: none;
    padding-right: 0;
}

.product-section>.box-right{
    width: 36%;

}
.product-img-s{
    width: 100%;
    margin: auto;
    border: 1px solid #333;
}

.product-main-title{   
font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
}

.product-sub-title{
    font-size: 16px;
}

.product-name{
    margin-top: 20px;
}


.product-section-orversea{
    padding-top: 80px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-section-orversea>.product-orversea-box{
    margin-right: 20px;
}

.product-section-orversea>.product-orversea-box:nth-child(6){
    margin-right: 0px;
}

.product-section-orversea>.product-orversea-box:last-child{
    margin-right: 0px;
}

.product-section-orversea img{
transition:0.4s;
    border:1px solid #333;
}
.product-orversea-box a img:hover{
    transform: scale(1.08,1.08)
}

.product-orversea-box{
    width: 15%;
}


.product-orversea-title{
    margin-top: 8px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
    transition:0.3s;
    height: 100%;
}

.product-orversea-title:hover{
    opacity: 0.5;
}

.product-comment{
    background: #fff;
    padding: 16px 0 18px;
    position: relative;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 100px;
    color: #333;
    font-weight: bold;
    border-radius: 0;
}

.product-comment::after{
    display: block;
    content:"▼";
    position: absolute;
    color: #fff;
    left: 50%;
    top:46%;
    font-size: 36px;
    transform: translateX(-50%);
}
/*/////カラミ/////*/

.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;

}


/*/////カラミ/////*/

/*/////フッター/////*/
.footer {
    padding: 40px 0 60px;
}

.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: 20%;
}

    .footer-btn {
        margin-right: auto;
        margin-left: auto;
        border-radius: 5px;
        margin-top: 30px;
        display: flex;
        width: 30%;
    }


.copyright{
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}


/*/////フッター/////*/




/*パソコン*/




/*トップへ戻る*/
.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-down2,
.load-up,
.load-up-btn1,
.load-up-btn2,
.load-up-btn3,
.load-up-btn4,
.load-fade,
.load-fade-mvimg {
    opacity : 0; 
}



.load-down.done{
    animation: animation-load-down 0.3s 0.2s;
    animation-fill-mode:forwards;
}
.load-down2.done{
    animation: animation-load-down 0.3s 0.6s;
    animation-fill-mode:forwards;
}

.load-up.done{
    animation: animation-load-up 1s  0.6s;
    animation-fill-mode:forwards;
}

.load-fade-mvimg.done{
    animation: animation-mvimg 1.4s 2s;
    animation-fill-mode:forwards;
}



.load-up-btn1{
    animation: animation-load-up-btn 0.5s 1.5s;
    animation-fill-mode:forwards;
}
.load-up-btn2{
    animation: animation-load-up-btn 0.5s 1.7s;
    animation-fill-mode:forwards;
}
.load-up-btn3{
    animation: animation-load-up-btn 0.5s 1.9s;
    animation-fill-mode:forwards;
}

.load-up-btn4{
    animation: animation-load-up-btn 0.5s 2.1s;
    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: 90%;
    }


    .logo{
        width: 70%;
        margin-bottom: 20px;
        margin-top: 0px;
    }
.logo-min{
    width: 90%;
}
    
    .logo-section{
        padding: 0;
        margin-bottom: 20px;
    }
    .mv-text-box-flex img{
        display: none;
    }
    .mv-text-section{
        width: 100%;
    }
    .mv-text-main{
        font-size: 16px;
        margin-bottom: 10px;
        padding-top: 20px;
        border-top: 1px solid #333;
        width: 100%;
    }
    
    .mv-text-memo{
        width: 100%;
        font-size: 16px;
    }
    .mv-text-sub{
        margin-bottom: 10px;
        font-size: 24px;

        width: 100%;
        line-height: 1.4;
    }

    .mv-text{
        font-size: 16px;
        letter-spacing: 0;
    }
    
    .main-title{
        font-size: 20px;
    }
    
    .mv-sub-title{
        font-size: 26px;
        text-align: center;
    }
    
    .mv-btn-section{
    flex-wrap: wrap;
        margin-top: 30px;
    }
    .btn{
        width: 49.4%;
        font-size: 14px;
        padding: 14px 0;
        letter-spacing: 0;
        border-radius: 4px;
        margin-bottom: 6px;
        
    }

    .btn::after{
        content:"";
    }
    
    .btn img{
        width: 20px;
        margin-left: -5px;
        margin-right: 4px;
    }
    
    .mv-img{
        width: 100%;
        top:42%
    }

    .ark-web{
        width: 100%;
    }
    
    .schedule-flex{
        flex-wrap: wrap;
        justify-content: center;

    }
    
    .schedule-place{
        margin-bottom: -5px;
    }
    .schedule-day{
        font-size: 26px;
    }

    .schedule-hall{
        width: 100%;
        text-align: center;
        margin-top: 4px;
        margin-bottom: 4px;
        font-size: 16px;
    }
    .flier{
        width: 90%;
    }
    .flier>.download-section{
        margin-right: 10px;
    }
    .flier>.download-section:last-child{
        margin-right: 0;
    }
    
    .schedule-box-flex{
        flex-direction: column;
    }
    
    .schedule-left{
        width: 100%;
        margin-right: 0;
    }
    
    
    .ticket{
        width: 100%!important;
        padding: 12px;
        font-size: 12px;
        margin-bottom: 12px;

    }
    
    .schedule-text{
        font-size: 12px;
    }
    
    .cd-flex{
        flex-direction: column;
    }
    
    .cd-img{
        margin-right: 0;
        width: 90%;
        margin-left: 20px;
        margin-bottom: 30px;
    }
    .cd-day{
        font-size: 18px;
    }
    
    
    .cd-info{
        width: 100%;
    }
    .border-box{
        flex-direction: column;
    }
    
    .box-left{
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .box-right{
        width: 100%;
    }
    .download-section{
        width: 80%;
    }
    
    .product-comment{
        font-size: 16px;
        line-height: 1.4
    }

    .product-comment::after{
        top:70%;
        font-size: 30px;
        
    }
    
    .product-section>.box-left,.product-section>.box-right{
        width: 100%;
    }
    
    .product-img-s{
        width: 60%;
        margin: 0 auto;
        display: flex;
    }
    
    
    .product-orversea-box{
        width: 100%;
        display: flex;
        margin-right: 0;
        align-items: center;
        position: relative;
    }
    
    .product-section-orversea>.product-orversea-box{
        margin-bottom: 20px;
    }

    .product-section-orversea>.product-orversea-box:first-child{
        margin-top: 0;
        border-top: none;
        padding-top: 0;
    }
    
    .product-section-orversea a:first-child{
        width: 20%;
        margin-right: 20px;
    }
    
    .product-section-orversea{
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px;
        padding-top: 80px;
    }
    

    .product-section-orversea>.product-orversea-box{
        margin-right: 0;
    }
    
    .product-orversea-title{
        font-size: 16px;
        text-align: left;
        margin: 0;
        width: 60%;
    }
    
    .product-orversea-title::after{
/*        background: #fff;*/
        content:"〉";
        border: 1px solid #444;
        padding: 0 0 0 6px;
        position: absolute;
        height: 100%;
        top:0;
        right: 0;
        display: flex;
        align-items: center
    }


    .cartjs_box {
        border: none !important;
    }

    .cartjs_buy input {
        border: none !important;
        box-shadow: 0 0 0 #fff !important;
        text-shadow: none !important;
        width: 100% !important;
        padding:14px 0!important;
        box-shadow: none;
        font-size: 14px!important;
        background-image:none!important;
        background: #004CAD!important;
        margin-bottom: 0!important;
    }

    .cartjs_block{
        padding: 0!important;
    }
    .cartjs_product_num {
        margin-bottom: 10px;
    }

    .cartjs_quantity select,
    .cartjs_quantity input {
        padding: 5px 3px;
    }

    .cartjs_dtl_tbl th,
    .products-btn-crm th{
        background: none !important;
        text-align: center;
        font-size: 16px;
        width: 28%;
    }

    .cartjs_option select{
        font-size: 16px!important;
    }

    .cartjs_sales_price td p{
        color:#fff!important;
        font-size: 16px!important;
    }


    .cartjs_sales_price td,
    .cartjs_sales_price th{
        background: none!important;
        padding: 0!important;
    }
    
    .cartjs_product_num

    .prodcts-2 {
        flex-direction: column;
    }

    .lineup-box {
        padding: 20px;
    }

    .prodcts-2-li {
        margin-left: 0;
    }


    .prodcts-2-img {
        width: 80%;
    }

    .lineup-price {
        font-size: 16px;
    }

    .cartjs_product_table table {
        width: 90% !important;
    }

    .prodcts-2-li {
        margin-top: 30px;
    }

    .prodcts-2-li li {
        font-size: 16px;
    }

.products-text-main{
    font-size: 12px;
}

    .yoyaku-text {
        width: 100%;
    }

    .yoyaku-text-sub {
        font-size: 13px;
    }
    
    .yoyaku-text-main{
        font-size: 16px;
    }



.week-text {
    width: 90%;
}

.week-text-main {
    margin-bottom:4px;
    font-size: 14px;
}

.week-text-sub {
    font-weight: normal;
}



    .cartjs_quantity select,
    .cartjs_quantity input {
        border: solid 1px #ccc;
        border-radius: 5px;
        background: #fff;
    }


.scroll {
margin: 0 auto -140px;
    }
@keyframes animation-mvimg {
  0% {
    transform : translate(10%,-30%);
      opacity : 0; 
  }
  100% {
    transform : translate(0,-30%);
    opacity : 0.2; 
  }
}
    .line{
        display: none;
    }
    
    .main-title{
        margin: 40px auto;
        padding: 30px 0 20px;
        background:linear-gradient(#030502, #001229, #001f46);
        border-bottom: none;
    }
    
    .ranking-sub-title{
        font-size: 16px;
    }
    .ranking-main-title{
        font-size: 33px;
    }
    
    .title-section{
        margin: 30px 0 20px;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #000;
    }
    
    .product-section>div{
        margin-right: 0;
    }
    .product-box{
        width: 100%;
    }
    
    .product-number{
        font-size: 20px;
    }
    

    .product-img-section{
        width: 30%;
    }
    .product-text-section{
        margin-bottom: 30px;
        padding: 6px 14px 20px;
    }

    .product-text{
        font-size: 14px;
    }
    
    .product-artist{
        margin-bottom: 14px;
    }
    .product-img-section{
        margin-top: 10px;
    }
    
        .pagetop a{
            height: 80px;
            bottom: 0;
            right: 0;
            border-radius: 0;
            background: rgba(0,76,173,0.9);
            top:auto;
            margin-bottom: 0;
    }

    .section{
        position: relative;
        margin-bottom: 0px;
        margin-top: 60px;
    }
    .section-title{
        position: relative;
        top:0;
        left: 0;
        z-index: 80;

    }

    .footer-logo_img{
        margin-top: 20px;
        width: 70%;
    }

.new::after {
    content: "新曲";
    padding: 4px 14px 8px;
    background: #FF4141;
    color: #fff;
    position: absolute;
    top: 0;
    left: 30px;
    border-radius: 0 0 20px 20px;
    font-size: 18px;
    }
    
    input{
        	
-webkit-appearance: none!important;
 	
    }
}
