@charset "UTF-8";
#wrapper {
    padding-top: 65px;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.inner {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
.bg_fff {
    background: #fff;
}
.price .amount {
    font-size: 150%;
}
.price .tax {
    font-size: 80%;
    margin-left: 2px;
}
.a-link {
    display: block;
}
.btn-link .a-link {
    background: #ba9966;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 17px;
    border-radius: 100px;
}
@media (min-width: 770px){
    .btn-link .a-link {
        font-size: min(1.65vw,16px);
    }
}

/**** top-main ****/
.mv {
    background-image: url(../img/index/bg_ball-sp.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding: 20vw 0;
    position: relative;
}
.mv .title {
    position: absolute;
    font-size: min(7vw,49px);
    font-weight: bold;
    top: 50%;
    left: calc(100vw - 30%);
    transform: translate(-30%,-50%);
}

.pickup {
    background: #000;
    color: #fff;
    padding: 20px 0;
}
.pickup .inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pickup .img {
    max-width: 498px;
    width: 80%;
    margin-top: -8vw;
    z-index: 2;
}
.pickup .data {
    width: 100%;
}
.pickup .data .pickup-icon {
    font-size: min(5vw,20px);
    font-weight: bold;
    color: #ff3f3f;
    margin-bottom: 4px;
}
.pickup .data .pickup-catch {
    font-size: min(4.5vw,18px);
    font-weight: bold;
}
.pickup .data .pickup-title {
    max-width: 416px;
    width: 100%;
    margin-top: 0;
    line-height: 0;
}
@media (min-width: 770px){
    .mv {
        background-image: url(../img/index/bg_ball-pc.png);
        padding: 14.429vw 0;
    }

    .pickup .img {
        width: 45%;
        margin-top: -6vw;
    }
    .pickup .data {
        width: 55%;
    }
    .pickup .data .pickup-catch {
        font-size: min(1.6vw,17.5px);
    }
    .pickup .data .pickup-title {
        width: 80%;
    }
}

/**** lineup ****/
#lineup {
    margin: auto;
    padding: 4rem 0;
    overflow: hidden;
}
#lineup .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#lineup .lineup_list {
    display: flex;
    margin: 3rem auto 0.5rem;
    border-bottom: 10px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;/*16削除*/
    padding-bottom: 15px;/*16削除*/
}
#lineup .lineup_list .product_data {
    display: flex;
    flex-direction: column;
    float: inherit;
    height: auto;
}
#lineup .lineup_list .product_data a{
    display: contents;
}
#lineup .lineup_list .product_data p {
    padding: 0 5vw;
}
#lineup .lineup_list .title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 8px;
}
#lineup .lineup_list .chart {
    margin: 1.5rem auto;
}
#lineup .lineup_list .product_data .recommend,
#lineup .lineup_list .product_data .variation,
#lineup .lineup_list .product_data .price {
    font-size: 12px;
    padding: 12px 5vw;
    background: #f9f9f9;
    box-sizing: border-box;
    flex: 3;
    height: 100%;
    min-height: 0%;
}
#lineup .lineup_list .product_data .variation {
    flex: 2;
    background: #fff;
}
#lineup .lineup_list .price {
    text-align: right;
    /*display: none;*/
}
#lineup .note {
    display: block;
    width: 95%;
    margin: auto;
    text-align: right;
    font-size: 12px;
    color: #666;
}
#lineup .slick-track {
    display: flex;
}
#lineup .slick-prev,
#lineup .slick-next {
    top: 25%;
    background: rgb(0 0 0 / 80%);
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 46px;
    height: 93px;
    z-index: 3;
}
#lineup .slick-prev {
    left: 0;
}
#lineup .slick-next {
    right: 0;
}
#lineup .slick-prev:before,
#lineup .slick-next:before {
    font-family: "Font Awesome 6 Free";
    opacity: 1;
    font-weight: 900;
}
#lineup .slick-prev:before {
    content: "\f104";
}
#lineup .slick-next:before {
    content: "\f105";
}

@media (min-width: 770px){
    #lineup {
        padding: 7rem 0;
    }
    #lineup .lineup_list .product_data p {
        padding: 0 1.5vw;
    }
    #lineup .lineup_list .title {
        font-size: min(1.5vw,18px);
    }
    #lineup .lineup_list .product_data .recommend,
    #lineup .lineup_list .product_data .variation,
    #lineup .lineup_list .product_data .price {
        font-size: min(1.2vw,13px);
        padding: 20px 1.5vw;
    }
}

/**** product ****/
#product {
    margin-bottom: 2rem;
}
#product .product-list {
    border-top: 1px solid #999;
    /*padding: 2rem 0 3rem;*/
    padding: 5rem 0;
}
#product .product-list .package-img {
    margin-bottom: 3%;
}
#product .product-list .package-img .a-link:hover {
    opacity: 1;
    filter: brightness(1.3);
}
#product .product-list .notice {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
#product .product-list .catchcopy {
    font-size: 16px;
    font-weight: bold;
}
#product .product-list .name {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
#product .product-list .price-area {
    font-size: 14px;
    margin-bottom: 20px;
}
#product .product-list .price-area p {
    margin-bottom: 5px;
}
#product .product-list .detail {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.8;
    margin-bottom: 20px;
}
#product .product-list .detail .repletion {
    display: block;
    font-size: 80%;
}
#product .product-list .detail .space {
    display: block;
    margin-left: 39px;
}

@media (min-width: 770px){
    #product {
        overflow: hidden;
    }
    #product .product-list {
        display: flex;
        padding: 5rem 0;
    }
    #product .product-list .package-img {
        width: 75%;
        margin-bottom: 0;
    }
    #product .product-list .ball-data {
        width: 35%;
        margin-top: 1rem;
    }
    #product .product-list:nth-child(odd) .package-img {
        margin-left: -9%;
    }
    #product .product-list:nth-child(odd) .ball-data {
        margin-left: 3.5%;
    }

    #product .product-list:nth-child(even) {
        flex-direction: row-reverse;
    }
    #product .product-list:nth-child(even) .package-img {
        margin-right: -12%;
    }
    #product .product-list:nth-child(even) .ball-data {
        margin-right: 3.5%;
    }

    #product .product-list .notice {
        font-size: min(1.8vw,20px);
    }
    #product .product-list .catchcopy {
        font-size: min(1.65vw,16px);
        margin-bottom: 10px;
    }
    #product .product-list .name {
        font-size: min(3vw,35px);
    }
}

/*** 発売前 ***/
.no-store .a-link {
    pointer-events: none;
}
.no-store .btn-link .a-link {
    background: #999999;
}
.no-store .price-area {
    display: none;
}