@charset "UTF-8";


body {
    font-family: 'Noto Sans JP', sans-serif;
}

.-wrapper {
    margin: 0 auto;
}

.-btn {
    display: block;
    background-color: #EA6DA4;
    border: 1px solid #EA6DA4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: source-han-serif-japanese,serif;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 6px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

    .-wrapper {
        max-width: 1000px;
        width: 90%;
    }

    .-btn {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .-btn:hover {
        background-color: #fff;
        color: #EA6DA4;
    }
}

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

    .-wrapper {
        width: 92%;
    }

}

/* head */

.head {
    background-image: url(../img/head_bg.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.head-wrapper {
    padding: 5.856vw 0;
}

.head-copy {
    width: 89.5%;
    margin: 0 auto 4.685vw;
}

.head-ttl {
    width: 70.4%;
    margin: 0 auto 4.685%;
}

.head-release {
    width: 61.6%;
    margin: 0 auto;
}

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

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

    .head {
        background-image: url(../img/head_bg_sp.jpg);
        background-position: left bottom;
    }

    .head-wrapper {
        padding: 21.333vw 0;
    }
    
    .head-copy {
        width: 100%;
        margin: 0 auto 13.333vw;
    }
    
    .head-ttl {
        width: 100%;
        margin: 0 auto 13.333vw;
    }
    
    .head-release {
        width: 65.217%;
    }

}


/* dvd */

.dvd {
    background: linear-gradient(#fff, #ECEDF6);
}

.dvd-wrapper {
    padding: 72px 0;
}

.dvd-box {
    background-color: #fff;
    margin-bottom: 72px;
}

.dvd-box-head {
    background-color: #EA6DA4;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.363;
    color: #fff;
    text-align: center;
    padding: 3px 0 0;
}

.dvd-box-body {
}

.dvd-box-body-inner {
    padding: 64px 0;
}

.dvd-box-body-headline {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.437;
    color: #EA6DA4;
    text-align: center;
    margin-bottom: 32px;
}

.dvd-box-body-img {
    width: 58%;
    margin: 0 auto 64px;
}

.dvd-box-body-bonus {
    text-align: center;
    margin-bottom: 64px;
}

.dvd-box-body-bonus-item {
    line-height: 1.75;
    margin-bottom: 40px;
}

.dvd-box-body-bonus-item:first-child {
    font-weight: bold;
}

.dvd-box-body-bonus-item:nth-child(3) {
    margin-bottom: 32px;
}

.dvd-box-body-bonus-item:last-child {
    margin-bottom: 0;
}

.dvd-box-body-bonus-headline.-headline_bold {
    font-weight: bold;
}

.dvd-box-body-list-item {
    box-sizing: border-box;
    position: relative;
    padding: 0 2%;
} 

.dvd-box-body-list-item:last-child {
    border-right: 0;
}

.dvd-box-body-list-head {
    margin-bottom: 32px;
}

.dvd-box-body-list-head-label {
    width: 132px;
    display: inline-block;
    font-weight: bold;
    font-family: source-han-serif-japanese,serif;
    text-align: center;
    padding: 2px 0;
    color: #EA6DA4;
    border: 1px solid #EA6DA4;
    margin-bottom: 8px;
}

.dvd-box-body-list-head-ttl {
    font-size: 20px;
    font-weight: bold;
    font-family: source-han-serif-japanese,serif;
    line-height: 1.5;
    color: #EA6DA4;
    margin-bottom: 8px;
}

.dvd-box-body-list-head-ttl-small {
    font-size: 16px;
}

.dvd-box-body-list-head-price {
    line-height: 1.6;
}

.dvd-box-body-list-head-price-num {
    font-size: 20px;
}

.dvd-box-body-list-txt{
}

.dvd-box-body-list-txt-bonus {
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 32px;
}

.dvd-box-body-list-txt-bonus-ttl {
    font-weight: normal;
}

.dvd-box-body-list-txt-item {
    line-height: 1.75;
    margin-bottom: 32px;
}

.dvd-box-body-list-txt-item{
}

.dvd-box-body-list-btn {
    width: 220px;
    margin: auto 0 0 0;
}

.dvd-box-body-list-buy {

}

.dvd-box-body-list-buy-txt {
    color: #EA6DA4;
    line-height: 1.75;
    margin-bottom: 8px;
}

.dvd-box-body-list-buy-shop {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.dvd-box-body-list-buy-shop-item {
    width: 23.115%;
    margin: 0 0.75% 8px;
    /* margin-bottom: 8px; */
}

.dvd-last {
    text-align: center;
}

.dvd-last-release {
    font-size: 48px;
    font-weight: bold;
    font-family: source-han-serif-japanese,serif;
    color: #EA6DA4;
    margin-bottom: 16px;
}

.dvd-last-note {
    line-height: 1.75;
    margin-bottom: 16px;
}

.dvd-last-copyright {
    font-size: 12px;
    line-height: 1.666;
    margin-bottom: 72px;
}

.dvd-last-btn {
    width: 176px;
    margin: 0 auto;
}

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

    .dvd-box-body-list {
        display: flex;
    }

    .dvd-box-body-list-item {
        border-right: dashed 1px #EA6DA4;
        display: flex;
        flex-direction: column;
    }

    .-collectors .dvd-box-body-list-item {
        padding-bottom: 120px;
    }

    .-standard .dvd-box-body-list {
        justify-content: center;
    }

    .dvd-box-body-list-item:first-child {
        width: 48.6%;
    }

    .-standard .dvd-box-body-list-item {
        padding: 0;
        width: 44.8%;
    } 

    .dvd-box-body-list-buy {
        width: 29.136vw;
        max-width: 398px;
    }

    .-collectors .dvd-box-body-list-buy {
        position: absolute;
        bottom: 0;
        left: 4%;
    }

    .dvd-box-body-list-buy-shop-item {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .dvd-box-body-list-buy-shop-item:hover {
        opacity: 0.5;
    }    

}


@media screen and (max-width: 768px) {
    
    .dvd-wrapper {
        padding: 17.066vw 0;
    }
    
    .dvd-box {
        margin-bottom: 17.066vw;
    }
    
    .dvd-box-head {
        font-size: 20px;
        line-height: 1.5;
        padding: 2px 0 3px;
    }
    
    .dvd-box-body {
    }
    
    .dvd-box-body-inner {
        width: 91.304%;
        margin: 0 auto;
        padding: 17.066vw 0;
    }
    
    .dvd-box-body-headline {
        font-size: 26px;
        line-height: 1.461;
        margin-bottom: 6.666vw;
    }
    
    .dvd-box-body-img {
        width: 100%;
        margin: 0 auto 17.066vw;
    }
    
    .dvd-box-body-bonus {
        margin-bottom: 6.4vw;
    }
    
    .dvd-box-body-bonus-item {
        margin-bottom: 10.666vw;
    }
    
    .dvd-box-body-bonus-item:first-child {
        font-size: 18px;
    }
    
    .dvd-box-body-bonus-item:nth-child(3) {
        margin-bottom: 8.533vw;
    }
    
    .dvd-box-body-list {
    }

    
    .dvd-box-body-list-item {
        width: 100%;
        padding: 10.666vw 0;
        border-bottom: dashed 1px #EA6DA4;
    }

    .-standard .dvd-box-body-list-item {
        padding-top: 0;
    }

    .dvd-box-body-list-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    
    .dvd-box-body-list-head {
        margin-bottom: 8.533vw;
    }
    
    .dvd-box-body-list-head-label {
        margin-bottom: 2.133vw;
    }
    
    .dvd-box-body-list-head-ttl {
        font-size: 19px;
        line-height: 1.36;
        margin-bottom: 2.133vw;
    }
    
    .dvd-box-body-list-head-price {
    }
    
    .dvd-box-body-list-txt{
    }
    
    .dvd-box-body-list-txt-bonus {
        margin-bottom: 8.533vw;
    }
    
    .dvd-box-body-list-txt-item {
        margin-bottom: 8.533vw;
    }
    
    .dvd-box-body-list-txt-item{
    }
    
    .dvd-box-body-list-btn {
        width: 204px;
        margin: 0 auto;
    }
    
    .dvd-box-body-list-buy{
    }
    
    .dvd-box-body-list-buy-txt {
        margin-bottom: 2.133vw;
    }
    
    .dvd-box-body-list-buy-shop {
    }

    .dvd-box-body-list-buy-shop::after {
        content: '';
        display: block;
        width: 28.405%;
    }
    
    .dvd-box-body-list-buy-shop-item {
        width: 28.405%;
        margin-bottom: 2.666VW;
    }
    
    .dvd-last-release {
        font-size: 38px;
        margin-bottom: 4.266vw;
    }
    
    .dvd-last-note {

        margin-bottom: 4.266vw;
    }
    
    .dvd-last-copyright {
        margin-bottom: 17.333vw;
    }
    
    .dvd-last-btn {
        width: 166px;
    }

}
