@charset "UTF-8";
.de_wrap .text-pink {
    color: #fb48c4;
}
.de_wrap .fw-bold {
    font-weight: bold;
}
.de_wrap .text-center {
    text-align: center;
}

.de_wrap .fs50 {
    font-size: 50px;
    line-height: calc(70/50);
    margin: 30px 0 25px;
}
.de_wrap .fs40 {
    font-size: 40px;
    line-height: calc(65/40);
    margin: 30px 0 20px;
}
.de_wrap .fs34 {
    font-size: 34px;
    line-height: calc(50/34);
    margin: 20px 0 10px;
}
.de_wrap .fs28 {
    font-size: 28px;
    line-height: calc(50/28);
}
.de_wrap .fs26 {
    font-size: 26px;
    line-height: 1.54;
}
@media screen and (max-width: 750px) {
    .de_wrap .fs50 {
        font-size: 6.6666666667vw;
        margin: 4vw 0 3.3333333333vw
    }
    .de_wrap .fs40 {
        font-size: 5.3333333333vw;
        margin: 4vw 0 2.6666666667vw
    }
    .de_wrap .fs34 {
        font-size: 4.5333333333vw;
    }
    .de_wrap .fs28 {
        font-size: 3.7333333333vw;
    }
    .de_wrap .fs26 {
        font-size: 3.4666666667vw;
    }
}
.pr-img {
    width: 630px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .pr-img {
        width: 84vw;
    }
}

.gift-section {
    background: url(images/bg_stripe.jpg?$staticlink$) #fff center top 750px no-repeat;
    background-size: 100% auto;
    padding: 0 0 30px;
    margin-top: 80px;
    margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
    .gift-section {
        background-position: center top 100vw;
        padding: 0 0 4vw;
        margin-top: 10vw;
        margin-bottom: 13.3333333333vw;
    }
}

.de-accordion-container {
    box-sizing: border-box;
    width: 630px;
    margin: 0 auto 120px;
    border: #707070 solid 1px;
    overflow: hidden
}

@media screen and (max-width: 750px) {
    .de-accordion-container {
        width:84vw
    }
}

@media screen and (max-width: 750px) {
    .de-accordion-container {
        margin:0 auto 16vw
    }
}

.de-accordion-list:not(:first-child) {
    margin-top: 10px
}

@media screen and (max-width: 750px) {
    .de-accordion-list:not(:first-child) {
        margin-top:1.3333333333vw
    }
}

.de-accordion-title {
    cursor: pointer;
    position: relative;
    padding: 20px 40px;
    font-weight: 700;
    color: #5b5d63;
    margin: 0 !important;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .de-accordion-title {
        padding:2.6666666667vw 5.3333333333vw;
        margin: 0 !important;
    }
}

.de-accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 6.5%;
    width: 35px;
    height: 5px;
    background: #5b5d63;
    transform: rotate(90deg);
    transition: all .3s ease-in-out
}

@media screen and (max-width: 750px) {
    .de-accordion-title:before {
        height:.6666666667vw
    }
}

@media screen and (max-width: 750px) {
    .de-accordion-title:before {
        width:33px
    }
}

@media screen and (max-width: 750px) and (max-width:750px) {
    .de-accordion-title:before {
        width:4.4vw
    }
}

.de-accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 6.5%;
    width: 35px;
    height: 5px;
    background: #5b5d63;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 750px) {
    .de-accordion-title:after {
        height:.6666666667vw
    }
}

@media screen and (max-width: 750px) {
    .de-accordion-title:after {
        width:33px
    }
}

@media screen and (max-width: 750px) and (max-width:750px) {
    .de-accordion-title:after {
        width:4.4vw
    }
}

.de-accordion-title.open:before {
    transform: rotate(180deg)
}

.de-accordion-title.open:after {
    opacity: 1
}

.de-accordion-content {
    display: none;
    padding: 10px 25px 0 !important;
}

@media screen and (max-width: 750px) {
    .de-accordion-content {
        padding:1.3333333333vw 3.3333333333vw 0 !important;
    }
}

.setlist > li > ul {
    /* list-style: decimal; */
    padding-left: 2.6em;
}
.setlist > li > ul > li {
    list-style: decimal;
}

.product2 {
    position: relative;
}
.product2 a {
    position: absolute;
    width: 50%; height: 100%;
}
.product2 a:nth-child(2) {
    left: 50%;
}