@charset "UTF-8";

/* 8th anniversary */

#wrapper.anniv8th #header {
    /* border-bottom: 1px solid #000; */
    margin-bottom: 0;
}
#wrapper.anniv8th #header h1 {
    float: none;
    margin: 0 auto;
}
#wrapper.anniv8th #footer {
    margin-top: 60px;
    padding: 35px 0;
    /*padding: 0;*/
    background: #f8f8f8;
}

#wrapper.anniv8th #contents {
    background: #f0efeb;
}

#wrapper.anniv8th .anniv-btn img {
    display: inline-block;
    width: 300px;
    height: auto;
    border: none;
    vertical-align: bottom;
}

/* 8th anniversary top */

#wrapper.anniv8th .bd__mv {
    margin-top: 42px;
}
@media screen and (max-width: 767px) {
    #wrapper.anniv8th .bd__mv {
        margin-top: 0;
    }
}

#wrapper.anniv8th .bd__mv + .bd__section {
    margin-top: 4em;
}
#wrapper.anniv8th .bd__section {
    width: 800px;
}
#wrapper.anniv8th .bd__ttl {
    margin-bottom: 10px;
    color: #96743e;
    font-size: 2.2em;
    line-height: 1.2;
}
#wrapper.anniv8th .bd__ttl--line {
    border-top-color: #96743e;
}
#wrapper.anniv8th .bd__section.-ttl {
    margin-bottom: 30px;
}
#wrapper.anniv8th .bd__section.-ttl h2 {
    font-size: 2.4em;
}
#wrapper.anniv8th .section__body .anniv-note {
    color: #777;
    font-size: 0.85em;
}
@media screen and (max-width: 767px) {
    #wrapper.anniv8th .bd__mv + .bd__section {
        margin-top: 2em;
    }
    #wrapper.anniv8th .bd__section {
        width: 82.6666666667vw;
    }
    #wrapper.anniv8th .bd__ttl {
        margin-bottom: 2.5vw;
        font-size: 6vw;
    }
    #wrapper.anniv8th .bd__section.-ttl {
        margin-bottom: 6.6666666667vw;
    }
    #wrapper.anniv8th .bd__section.-ttl h2 {
        font-size: 7vw;
    }
}

/* 8th anniversary page */

#wrapper.anniv8th .anniv-logo {
    margin-bottom: 2em;
    background: #000;
    border-bottom: 1px solid #000;
    text-align: center;
}
#wrapper.anniv8th .anniv-logo img {
    margin: 0 auto;
    height: 80px;
}
@media screen and (max-width: 767px) {
    #wrapper.anniv8th .anniv-logo img {
        height: 21.33vw;
    }
}

#wrapper.anniv8th #contents .container.lifestyle.detail .container-inner h2.anniv__ttl {
    margin-bottom: 10px;
    color: #96743e;
    font-size: 2.2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
#wrapper.anniv8th #contents .container.lifestyle.detail .container-inner .anniv__ttl--line {
    margin: 0 auto 30px;
    width: 710px;
    height: 0;
    border-top: 1px solid #96743e;
}
@media screen and (max-width: 767px) {
    #wrapper.anniv8th #contents .container.lifestyle.detail .container-inner h2.anniv__ttl {
        margin-bottom: 2.5vw;
        font-size: 6vw;
    }
    #wrapper.anniv8th #contents .container.lifestyle.detail .container-inner .anniv__ttl--line {
        margin-bottom: 6.6666666667vw;
        width: 70.6666666667vw;
    }
}

#wrapper.anniv8th .anniv-box__img {
    width: 30%;
}
#wrapper.anniv8th .anniv-box__txt {
    width: 68%;
}
@media screen and (max-width: 767px) {
    #wrapper.anniv8th .anniv-box__img {
        width: 100%;
    }
    #wrapper.anniv8th .anniv-box__txt {
        margin-top: 1em;
        width: 100%;
    }
}

#wrapper.anniv8th .anniv-coupon-box {
    display: inline-block;
    padding: 1em;
    border: 1px solid #000;
}

#wrapper.anniv8th .anniv-panettone-box {
    display: block;
    padding: 2em;
    border: 1px solid #000;
}
#wrapper.anniv8th .anniv-panettone-box__price {
    display: block;
    margin: 0 auto;
    padding: 1em;
    width: fit-content;
    border: 1px solid #000;
}
#wrapper.anniv8th .anniv-panettone-box__item {
}
#wrapper.anniv8th .anniv-panettone-box__item img {
    width: 180px;
}
@media screen and (max-width: 767px) {
    #wrapper.anniv8th .anniv-panettone-box__item {
        width: 100%;
    }
    #wrapper.anniv8th .anniv-panettone-box__item img {
        width: 100%;
    }
}

#wrapper.anniv8th .flexbox .col3 {
    max-width: 280px;
    width: 32%;
}
@media screen and (max-width: 767px) {
    #wrapper.anniv8th .flexbox .col3 {
        max-width: auto;
        width: 100%;
    }
}

#wrapper.anniv8th .anniv-icon-plus {
    display: block;
    margin: 0 auto;
    color: #333;
    width: 48px;
    height: 48px;
    position: relative;
}
#wrapper.anniv8th .anniv-icon-plus:before,
#wrapper.anniv8th .anniv-icon-plus:after {
    content: "";
    width: 48px;
    height: 10px;
    background-color: currentColor;
    position: absolute;
    top: 24px;
}
#wrapper.anniv8th .anniv-icon-plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}