@charset "UTF-8";

.-wrapper {
    margin: 0 auto;
}

.-headline {
    background: rgb(250,247,223);
    background: linear-gradient(90deg, rgba(250,247,223,0) 0%, rgba(35,24,21,1) 15%, rgba(35,24,21,1) 85%, rgba(232,220,146,0) 100%);    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 7px 0;
    margin-bottom: 30px;
    text-align: center;
}

.-category {
    border: 1px solid #7C502D;
    color: #7C502D;
    display:inline-block;
    font-size: 18px;
    padding: 4px 8px;
    margin-bottom: 8px;
}

.-brown {
    color: #7C502D;
    font-size: 18px;
    font-weight: bold;
}

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

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

}


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

    body {
        font-size: 4.266vw;
    }

    .-wrapper {
        width: 89.333%;
    }

    .-headline {
        background: linear-gradient(90deg, rgba(250,247,223,0) 0%, rgba(35,24,21,1) 10%, rgba(35,24,21,1) 90%, rgba(232,220,146,0) 100%);    color: #fff;
        font-size: 5.333vw;
        letter-spacing: -0.05em;
        padding: 2.133vw 0 1.866vw;
    }
    
    .-category {
        font-size: 4.8vw;
        padding: 1.066vw 2.133vw;
        margin-bottom: 1.866vw;
    }
    
    .-brown {
        font-size: 4.8vw;
    }

}

.dvd-head {
    background-color: #231815;
}

.dvd-head-wrapper {
    padding: 52px 0 48px;
}

.dvd-head-cast {
    margin: 0 auto 27px;
    width: 29.736%;
}

.dvd-head-logo {
    margin: 0 auto 29px;
    width: 44.312%;
}

.dvd-head-copy {
    margin: 0 auto;
    width: 59.507%;
}

.dvd-body {
    background-image: url(../img/bg_repeat.png);
    background-size: 400px;
    background-position: 0 0;
    background-repeat: repeat;
}

.dvd-body-wrapper {
    padding: 70px 0 79px;
}

.dvd-body-ttl {
    margin: 0 auto 50px;
    width: 82.254%;
}

.dvd-body-list-item {
    background-color: #fff; 
    margin-bottom: 60px;
}

.dvd-body-list-item:last-child {
    margin-bottom: 92px;
}

.dvd-body-list-inner {
    padding: 60px 0 53px;
    margin: 0 auto;
    width: 87.473%;
}

.dvd-body-list-item.-benefit .dvd-body-list-detail {
    margin-bottom: 26px;
}

.dvd-body-list-item.-benefit .dvd-body-list-detail:last-child {
    margin-bottom: 0;
}

.dvd-body-list-detail-img-shadow {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.dvd-body-list-detail-txt {
    font-weight: 600;
    line-height: 1.625;
    width: 62.171%;
}

.dvd-body-list-detail-txt-item {
    margin-bottom: 1em;
}

.dvd-body-list-detail-txt-item:last-child {
    margin-bottom: 0;
}

.dvd-body-list-detail-txt-small {
    font-size: 12px;
}

.dvd-body-list-detail-txt-link {
    display: block;
    color: #7C502D;
    text-decoration: underline;
}

.dvd-body-list-detail-txt-buy {
    margin-top: 40px;
}

.dvd-body-list-detail-txt-buy-txt {
    font-weight: 600;
    margin-bottom: 10px;
}

.dvd-body-list-detail-txt-buy-ec {
    gap: 1.779%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 74.664%;
}

.dvd-body-list-detail-txt-buy-ec::after {
    content: '';
    width: 23.65%;
}

.dvd-body-list-detail-txt-buy-ec-item {
    display: block;
    margin-bottom: 7px;
    width: 23.65%;
}

.dvd-body-list-type-inner {
    width: 92.84%;
}

.dvd-body-list-type-txt-item {
    font-weight: 600;
    line-height: 1.625;
    margin-bottom: 1em;
}

.dvd-body-list-type-txt-item:first-child {
    margin-bottom: 20px;
}

.dvd-body-list-type-txt-small {
    font-size: 12px;
}

.dvd-body-list-type-buy {
    margin-top: 40px;
}

.dvd-body-list-type-buy-txt {
    margin-bottom: 10px;
}

.dvd-body-list-type-buy-ec {
    display: flex;
    flex-wrap: wrap;
    gap: 1.779%;
    position: relative;
}

.dvd-body-list-type-buy-ec-item {
    margin-bottom: 7px;
    width: 23.65%;
}

.dvd-body-rental {
    margin: 0 auto 15px;
    width: 59.688%;
}

.dvd-body-note {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.dvd-body-txt {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.666;
    text-align: center;
}

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

    .dvd-body-list-detail {
        display: flex;
        justify-content: space-between;
    }

    .dvd-body-list-item.-collecter .dvd-body-list-detail-img {
        width: 50.954%;
    }

    .dvd-body-list-item.-standard  .dvd-body-list-detail-img {
        margin-left: 3.937%;
        width: 29.116%;
    }

    .dvd-body-list-item.-benefit  .dvd-body-list-detail-img {
        margin-left: 7.159%;
        width: 25.894%;
    }

    .dvd-body-list-item.-collecter .dvd-body-list-detail-txt {
        width: 46.42%;
    }

    .dvd-body-list-detail-txt-buy-ec-item {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .dvd-body-list-detail-txt-buy-ec-item:hover {
        opacity: 0.6;
    }

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

    .dvd-body-list-type-item {
        border-right: 1px solid #231815;
        width: 50%;
    }

    .dvd-body-list-type-item:last-child {
        border-right: none;
    }

    .dvd-body-list-type-item:last-child .dvd-body-list-type-inner {
        margin: 0 0 0 auto;
    }

    .dvd-body-list-type {
        border-top: 1px solid #231815;
        padding-top: 30px;
        margin-top: 54px;
    }

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

    .dvd-body-list-type-buy-ec-item:hover {
        opacity: 0.6;
    }

    .dvd-body-list-detail-txt-link {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .dvd-body-list-detail-txt-link:hover {
        text-decoration: none;
    }
}


@media screen and (max-width: 768px) {
    
    .dvd-head-wrapper {
        padding: 19.12vw 0 15.6vw;
    }
    
    .dvd-head-cast {
        margin: 0 auto 10vw;
        width: 68.782%;
    }
    
    .dvd-head-logo {
        margin: 0 auto 10.186vw;
        width: 100%;
    }
    
    .dvd-head-copy {
        width: 93.173%;
    }
    
    .dvd-body {
        background-image: url(../img/bg_repeat_sp.png);
        background-size: 375px;
    }
    
    .dvd-body-wrapper {
        padding: 11.386vw 0 15.2vw;
    }
    
    .dvd-body-ttl {
        margin: 0 auto 15.706vw;
        width: 100%;
    }
    
    .dvd-body-list-item {
        margin-bottom: 10.666vw;
    }
    
    .dvd-body-list-item:last-child {
        margin-bottom: 16.72vw;
    }
    
    .dvd-body-list-inner {
        padding: 6.133vw 0 11.466vw;
        width: 88.059%;
    }

    .dvd-body-list-item.-collecter .dvd-body-list-headline {
        margin-bottom: 4vw;
    }

    .dvd-body-list-item.-standard .dvd-body-list-headline {
        margin-bottom: 6.133vw;
    }

    .dvd-body-list-item.-benefit .dvd-body-list-headline {
        margin-bottom: 8vw;
    }
    
    .dvd-body-list-item.-benefit .dvd-body-list-detail {
        margin-bottom: 17.333vw;
    }
    
    .dvd-body-list-detail-img {
        margin: 0 auto;
    }

    .dvd-body-list-item.-collecter .dvd-body-list-detail-img {
        margin-bottom: 2.666vw;
        width: 100%;
    }

    .dvd-body-list-item.-standard  .dvd-body-list-detail-img {
        margin-bottom: 5.333vw;
        width: 68.474%;
    }

    .dvd-body-list-item.-benefit  .dvd-body-list-detail-img {
        margin-bottom: 8.5333vw;
        width: 68.813%;
    }
    
    .dvd-body-list-detail-txt {
        width: 100%;
    }
    
    .dvd-body-list-detail-txt-small {
        font-size: 3.2vw;
    }
    
    .dvd-body-list-detail-txt-link {
    }
    
    .dvd-body-list-detail-txt-buy {
        margin-top: 9.6vw;
    }
    
    .dvd-body-list-detail-txt-buy-txt {
        margin-bottom: 2.666vw;
    }
    
    .dvd-body-list-detail-txt-buy-ec {
        gap: 2.667vw;
        width: 100%;
    }
    
    .dvd-body-list-detail-txt-buy-ec-item {
        margin-bottom: 0;
        width: 31%;
    }
    
    .dvd-body-list-type {
    }
    
    .dvd-body-list-type-item {
        border-top: 1px solid #231815;
        padding-top: 8vw;
        margin-top: 8vw;
    }
    
    .dvd-body-list-type-inner {
        width: 100%;
    }
    
    .dvd-body-list-type-txt-item:first-child {
        margin-bottom: 5.333vw;
    }
    
    .dvd-body-list-type-txt-small {
        font-size: 3.2vw;
    }
    
    .dvd-body-list-type-buy {
        margin-top: 9.6vw;
    }
    
    .dvd-body-list-type-buy-txt {
        margin-bottom: 2.666vw;
    }
    
    .dvd-body-list-type-buy-ec {
        gap: 2.667vw;
    }

    .dvd-body-list-type-buy-ec-item {
        margin-bottom: 0;
        width: 31%;
    }

    .dvd-body-rental {
        margin: 0 auto 6.123vw;
        width: 71.044%;
    }
    
    .dvd-body-note {
        line-height: 1.625;
        margin-bottom: 3.733vw;
    }
    
    .dvd-body-txt {
        font-size: 3.2vw;
    }    
}

.last {
    background-color: #231815;
}

.last-wrappper {
    padding: 80px 0 66px;
}

.last-ttl {
    margin: 0 auto 26px;
    width: 44.312%;
}

.last-btn {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 26px;
    margin: 0 auto;
    padding: 13px 0;
    text-align: center;
    width: 31.106%;
}

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

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

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

}


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

    .last-wrappper {
        padding: 22.4vw 0 21.6vw;
    }
    
    .last-ttl {
        margin: 0 auto 7.466vw;
        width: 88.059%;
    }
    
    .last-btn {
        font-size: 6.133vw;
        padding: 2.933vw 0;
        width: 74.94%;
    }
    
}

