@charset "UTF-8";

/* ----------------------
- btn
- base
- intro_sec
- about_sec
---------------------- */


/*=======================================
　btn
=======================================*/
#suntory_contents .linkbtn a {
    border: 1px solid #C79F62;
}
#suntory_contents .linkbtn a:hover {
    background: #EFD9B9;
}
#suntory_contents .linkbtn a.no_link {
    pointer-events:none;
    position: relative;
    border: none;
}
#suntory_contents .linkbtn a.no_link:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/*=======================================
　base
=======================================*/
#suntory_contents .pc {
    display: inline-block;
}
#suntory_contents .sp {
    display: none;
}
@media only screen and (max-width: 767px) {
    #suntory_contents .pc {
        display: none;
    }
    #suntory_contents .sp {
        display: block;
    }
    #suntory_contents main section.cont {
        width: calc(100% - 20px);
    }
}

#suntory_contents main section .inner {
    background-color: transparent;
    padding-bottom: 101.5px;
}
#suntory_contents .bg_area {
    background: linear-gradient(#1e2380 31.47%, #000024 100%);
    max-width: 1164px;
    margin: 0 auto;
}
#suntory_contents .cmn_notes {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.642;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    #suntory_contents main section .inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        width: auto;
    }
    #suntory_contents .bg_area {
        padding-left: 0;
        padding-right: 0;
        padding-top: 25px;
    }
    #suntory_contents .cmn_notes {
        font-size: 11px;
    }
}

/*=======================================
　intro_sec
=======================================*/
#suntory_contents .intro_sec {
    margin-bottom: 103.1px;
}
#suntory_contents .intro_sec .intro_ttl {
    max-width: 676.8px;
    margin-bottom: 39px;
}
#suntory_contents .intro_sec .swiper-container {
    max-width: 746.08px;
    margin: 0 auto 76.6px;
}
#suntory_contents .intro_sec .swiper-container .swiper {
    margin-bottom: 15.8px;
}
#suntory_contents .intro_sec .swiper-container .swiper .swiper-wrapper .swiper-slide {
    position: relative;
}
#suntory_contents .intro_sec .swiper-container .swiper .swiper-wrapper .swiper-slide p {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 5.7px;
    right: 11.7px;
}

#suntory_contents .intro_sec .special .ttl {
    max-width: 611.3252px;
    margin: 0 auto 29.48px;
}
#suntory_contents .intro_sec .special .img {
    display: flex;
    gap: 24.24px;
}
#suntory_contents .intro_sec .special .img dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18.48px;
    position: relative;
}
#suntory_contents .intro_sec .special .img dl dt {
    position: relative;
}
#suntory_contents .intro_sec .special .img dl dt p {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 5.7px;
    right: 11.7px;
}
#suntory_contents .intro_sec .special .img dl dd {
    max-width: 256.3379px;
    margin: 0 auto;
}







@media only screen and (max-width: 767px) {
    #suntory_contents .intro_sec .intro_ttl {
        width: 92.91%;
        margin-bottom: 24.35px;
    }
    #suntory_contents .intro_sec .swiper-container {
        margin-bottom: 48.85px;
    }
    #suntory_contents .intro_sec .swiper-container .swiper {
        margin-bottom: 11.7px;
    }

    #suntory_contents .intro_sec .special .ttl {
        max-width: 611.3252px;
        margin: 0 auto 29.48px;
    }
    #suntory_contents .intro_sec .special .img {
        gap: 17px 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    #suntory_contents .intro_sec .special .img dl {
        gap: 10px;
        width: calc(100% / 2 - 8px);
    }
    #suntory_contents .intro_sec .special .img dl dt {
        position: relative;
    }
    #suntory_contents .intro_sec .special .img dl dt p {
        bottom: 1px;
        right: 3.5px;
    }
    #suntory_contents .intro_sec .special .img dl dd {
        max-width: 256.3379px;
        margin: 0 auto;
    }
}

/* ページネーション */
#suntory_contents .swiper-pagination {
    position: static;
}
#suntory_contents .swiper-pagination-bullet {
    width: 14.67px;
    height: 14.67px;
    margin: 0 11.65px!important;
    background: #EEEEEF;
    opacity: 1;
}
#suntory_contents .swiper-pagination-bullet-active {
    background: #C79F62;
}
@media only screen and (max-width: 767px) {
    #suntory_contents .intro_sec {
        margin-bottom: 68.1px;
    }
    #suntory_contents .swiper-pagination-bullet {
        width: 10.94px;
        height: 10.94px;
        margin: 0 8.7px!important;
    }
}

/*=======================================
　about_sec
=======================================*/
#suntory_contents .about_sec .about_ttl {
    max-width: 651.73px;
    margin-bottom: 39.2px;
}
#suntory_contents .about_sec .price_area {
    max-width: 956.66px;
    margin: 0 auto;
}
#suntory_contents .about_sec .price_area ul {
    border-top: 1px solid #C79F62;
    border-bottom: 1px solid #C79F62;
    margin-bottom: 12.6px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 0 10.44%;
    padding: 17px 0 12px;
}
#suntory_contents .about_sec .price_area ul li dl {
    color: #fff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px 0;
}
#suntory_contents .about_sec .price_area ul li dl dt {
    display: flex;
    align-items: center;
}
#suntory_contents .about_sec .price_area ul li dl dt .date {
    font-size: 17.8px;
    line-height: 2.2;
    font-feature-settings: "palt";
}
#suntory_contents .about_sec .price_area ul li dl dt .limit {
    font-size: 13.08px;
    letter-spacing: 0.05em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140.33px;
    height: 18.81px;
    background: #c79f62;
    margin-left: 15px;
}
#suntory_contents .about_sec .price_area ul li dl dd {
    font-family: "Noto Serif","Noto Serif JP" ,"YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#suntory_contents .about_sec .price_area ul li dl dd span {
    font-weight: 400;
    font-size: 33.04px;
    line-height: 1.65;
}
#suntory_contents .about_sec .price_area ul li dl dd small {
    font-size: 24.78px;
}
#suntory_contents .about_sec .price_area .cmn_notes {
    margin-bottom: 49.3px;
}
#suntory_contents .about_sec .price_area .cmn_notes._2 {
    font-size: 15px;
    margin-bottom: 33.5px;
}
#suntory_contents .about_sec .price_area .cmn_notes._3 {
    font-size: 15px;
    margin: 0 auto 33.5px;
    padding: 5px;
    max-width: 385px;
    background-color: #fff;
    color: #333;
}
#suntory_contents .about_sec .linkbtn_area {
    margin-bottom: 65px;
}
#suntory_contents .about_sec .linkbtn_area .linkbtn {
    margin-bottom: 27.2px;
}
#suntory_contents .about_sec .note_area {
    color: #fff;
}
#suntory_contents .about_sec .note_area .note_list {
    margin-bottom: 31.6px;
}
#suntory_contents .about_sec .note_area .txt {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.866;
    text-align: center;
    margin-bottom: 25.6px;
}
@media only screen and (max-width: 767px) {
    #suntory_contents .about_sec .about_ttl {
        margin-bottom: 36.6px;
    }
    #suntory_contents .about_sec .price_area ul {
        padding: 38.95px 0 34.8px;
        gap: 28.4px 0;
        flex-direction: column;
        margin-bottom: 7px;
    }
    #suntory_contents .about_sec .price_area ul li dl {
        gap: 0;
    }
    #suntory_contents .about_sec .price_area ul li dl dt .date {
        font-size: 14.63px;
    }
    #suntory_contents .about_sec .price_area ul li dl dt .limit {
        width: 114.485px;
        height: 15.455px;
        font-size: 11.055px;
        margin-left: 6px;
    }
    #suntory_contents .about_sec .price_area ul li dl dd span {
        font-size: 27.15px;
    }
    #suntory_contents .about_sec .price_area ul li dl dd small {
        font-size: 20.365px;
    }
    #suntory_contents .about_sec .note_area .txt {
        font-size: 1.3rem;
    }
    #suntory_contents .about_sec .price_area .cmn_notes._2 {
        font-size: 12px;
        margin-bottom: 17px;
    }
    #suntory_contents .about_sec .price_area .cmn_notes._3 {
        font-size: 12px;
        width: 90%;
        margin-bottom: 17px;
    }
}

/* tokuten_area */
#suntory_contents .inner .tokuten_area {
    font-family: "Noto Serif","Noto Serif JP" ,"YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#suntory_contents .inner .tokuten_area h3 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.666;
    color: #c79f62;
    margin-bottom: 5px;
}
#suntory_contents .inner .tokuten_area .box {
    background-color: #F5F1DF;
    border: #7A6A56 1px solid;
    margin-bottom: 80.7px;
    padding: 50px;
}
#suntory_contents .inner .tokuten_area .box ul {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
}
#suntory_contents .inner .tokuten_area .box ul li h4 {
    margin-bottom: 8px;
}
#suntory_contents .inner .tokuten_area .box ul li h4 img {
    width: initial;
}
#suntory_contents .inner .tokuten_area .box ul li p {
    color: #475A63;
    font-size: 18px;
    line-height: 2.056;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    #suntory_contents .inner .tokuten_area h3 {
        font-size: 15px;
    }
    #suntory_contents .inner .tokuten_area .box {
        margin-bottom: 50.4px;
        padding: 20px;
    }
    #suntory_contents .inner .tokuten_area .box ul {
        gap: 30px 0;
    }
    #suntory_contents .inner .tokuten_area .box ul li h4 {
        margin-bottom: 10px;
    }
    #suntory_contents .inner .tokuten_area .box ul li h4 img {
        display: block;
        height: 13.16px;
        max-width: fit-content;
    }
    #suntory_contents .inner .tokuten_area .box ul li h4.line_2 img {
        height: 39.175px;
    }
    #suntory_contents .inner .tokuten_area .box ul li p {
        font-size: 11.5px;
        line-height: 1.826;
    }
}