@charset "UTF-8";

/* ----------------------
- font, h1, base
- sec_blue-fes
- sec_others
---------------------- */

/*=======================================
　font, h1, base
=======================================*/
@font-face {
	font-family: "Noto SansJP";
	src: url("../font/NotoSansJP-Black.woff") format("woff");
	font-weight: 900;
    font-display: swap;
}
@font-face {
	font-family: "Noto SansJP";
	src: url("../font/NotoSansJP-Bold.woff") format("woff");
	font-weight: 700;
    font-display: swap;
}
@font-face {
	font-family: "Noto SansJP";
	src: url("../font/NotoSansJP-Medium.woff") format("woff");
	font-weight: 500;
    font-display: swap;
}
@font-face {
	font-family: "Noto SansJP";
	src: url("../font/NotoSansJP-Regular.woff") format("woff");
	font-weight: 400;
    font-display: swap;
}

#suntory_contents main{
    font-family: "Noto SansJP", sans-serif;
    font-weight: 500;
}

#suntory_contents a{
    transition: all 0.3s ease;
}

#suntory_contents main h1{
    font-family: "Noto SansJP", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3.5rem;
}

#suntory_contents main h1 span{
    font-size: 1.1rem;
}

#suntory_contents section{
    width: 96.01%;
    margin-inline: auto;
    background: #FFF;
}

#suntory_contents main section .inner {
    width: 88.5%;
    padding: 2rem 0 12rem 0;
}

#suntory_contents .nobr{
    white-space: nowrap;
}

#suntory_contents .pcBr,
#suntory_contents .wrapBr{
    display: none;
}

    /* ========
    PC h1, base 
    ==========*/
    @media screen and (min-width: 769px){
        #suntory_contents #wrapper{
            background: url("../img/pcbg.jpg") no-repeat 0 30%;
            background-size: 100% auto;
            background-attachment: fixed;
        }

        #suntory_contents .sec_blue-fes .inner{
            width: 92.94425087%;
        }

        #suntory_contents .spBr{
            display: none;
        }

        #suntory_contents .pcBr{
            display: block;
        }

        #suntory_contents section{
            width: 100%;
        }

        #suntory_contents main h1{
            font-size: 3.8rem;
            margin-bottom: 10.4rem;
        }
        
        #suntory_contents main h1 span{
            font-size: 1.5rem;
        }

    }


/*=======================================
　sec_blue-fes
=======================================*/
#suntory_contents .sec_blue-fes .inner{
    padding-bottom: 4rem;
}

#suntory_contents .sec_blue-fes .sec_topic{
    color: #0097ca;
    font-size: 2.45rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 1rem;
}

#suntory_contents .sec_blue-fes .sec_topic .nobr{
    display: inline;
    font-size: 2.45rem;
    color: #0097ca;
    background-color: transparent;
    line-height: 1.4;
}

#suntory_contents .sec_blue-fes hr{
    background-color: #e84994;
    height: 1.5px;
    border: none;
    margin-bottom: 4rem;
}

#suntory_contents .sec_blue-fes .flag{
    max-width: 298px;
    margin-inline: auto;
    margin-bottom: 2.8rem;
}

#suntory_contents .sec_blue-fes .support-wrapper{
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

#suntory_contents .sec_blue-fes .support-wrapper::before,
#suntory_contents .sec_blue-fes .support-wrapper::after{
    content: "";
    display: block;
    width: 58.5px;
    height: 2px;
    background-color: #00afd0;
    position: absolute;
    bottom: 3rem;
}

#suntory_contents .sec_blue-fes .support{
    width: fit-content;
    margin-inline: auto;
    color: #00afd0;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0.032em;
    line-height: 2.029;
    text-align: center;
    margin-bottom: 1.3rem;
}

#suntory_contents .sec_blue-fes .support-wrapper::before{
    rotate: 63deg;
    left: -34px;
}

#suntory_contents .sec_blue-fes .support-wrapper::after{
    rotate: -63deg;
    right: -26px;
}

#suntory_contents .sec_blue-fes .desc{
    font-size: 1.35rem;
    line-height: 2.111;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 11.2rem;
}

#suntory_contents .sec_blue-fes .program_item{
    background-color: #fcfae9;
    border: 1px solid #00afd0;
    box-sizing: border-box;
    position: relative;
    padding: 0 4% 4.2rem;
    margin-bottom: 6.3rem;
}



#suntory_contents .sec_blue-fes .program_item .day-wrapper {
    width: 7.6rem;
    height: 7.6rem;
    background-color: #00afd0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8.5%;
    left: -2.8%;
    z-index: 1;
}

#suntory_contents .sec_blue-fes .program_item .day {
    color: #FFF;
    font-size: 24.94px;
    font-weight: 900;
    text-align: right;
    line-height: 1;
    letter-spacing: -0.02em;
    transform: translateY(10%);
}

#suntory_contents .sec_blue-fes .program_item .day span:first-of-type {
    font-weight: 500;
}

#suntory_contents .sec_blue-fes .program_item .day span:last-of-type {
    display: block;
    font-size: 1.1685rem;
    line-height: 1;
    padding-right: 6%;
}

/* Safari用微調整 */
@supports (-webkit-touch-callout: none) {
    #suntory_contents .sec_blue-fes .program_item .day {
    transform: translateY(10%);
    }
}

#suntory_contents .sec_blue-fes .program_item h3{
    color: #00afd0;
    font-size: 1.136rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    margin-bottom: 0.2rem;
    padding-left: 56.469px;
    padding-bottom: 0.3rem;
    text-transform: uppercase;
    border-bottom: 1.5px solid #e84994;
    position: relative;
    z-index: 0;
}

#suntory_contents .sec_blue-fes .program_item h3 .bg{
    background-color: #fcfae9;
    position: relative;
    z-index: 1;
}

#suntory_contents .sec_blue-fes .program_item h3 .number{
    font-size: 2.0655rem;
    font-weight: 700;
}

#suntory_contents .sec_blue-fes .program_item:first-of-type h3::after{
    content: "";
    display: block;
    width: 162.78px;
    aspect-ratio: 1/1.13333;
    background: url(../img/program1_sp.png) center / contain no-repeat;
    position: absolute;
    right: -7%;
    bottom: 0;
    z-index: -1;
}

#suntory_contents .sec_blue-fes .program_item .txt{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.7;
    color: #00afd0;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

#suntory_contents .sec_blue-fes .program_item:first-of-type hr{
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.1rem;
}

#suntory_contents .sec_blue-fes .program_item .txt span{
    font-size: 2rem;
    font-weight: 900;
    color: #0097ca;
}

#suntory_contents .sec_blue-fes .program_item .txt .big{
    font-size: 2.5rem;
}

#suntory_contents .sec_blue-fes .program_item .img{
    display: flex;
    justify-content: center;
    padding-bottom: 2.5rem;
}

#suntory_contents .sec_blue-fes .program_item .img img{
    width: min(53.58%, 190px);
}

#suntory_contents .sec_blue-fes .program_item .img img:first-of-type{
    transform: translateX(6.36%);
}

#suntory_contents .sec_blue-fes .program_item .img img:last-of-type{
    transform: translate(-4.36%, 35%);
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2){
    padding-bottom: 2rem;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2),
#suntory_contents .sec_blue-fes .program_item:nth-of-type(3){
    padding-inline: 3.5%;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day-wrapper,
#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .day-wrapper{
    width: 60.95px;
    height: 60.95px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -19px;
    left: -6px;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day{
    color: #FFF;
    font-size: 18.47px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.02em;
    transform: translate(0, -10%);
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day span:first-of-type{
    font-weight: 500;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day span:last-of-type {
    line-height: inherit;
    padding-right: 2px;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day .flex{
    display: flex;
    justify-content: space-between;
    line-height: 3.5;
    padding-left: 6px;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day .flex span{
    font-size: 8.65px;
    font-weight: 900;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) h3,
#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) h3{
    line-height: 1.4;
    padding-left: 51.25px;
    padding-bottom: 0.2rem;
    margin-bottom: 1.5rem;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) h3::after{
    content: "";
    display: block;
    width: 105.1825px;
    aspect-ratio: 1/0.9954336510;
    background: url(../img/program2.png) center / contain no-repeat;
    position: absolute;
    right: -1%;
    bottom: 0;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .txt{
    font-size: 1.25rem;
    line-height: 1.77;
    border-bottom: none;
    width: 100%;
    margin: 0 auto;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .txt span{
    font-size: 1.5rem;
}

#suntory_contents .sec_blue-fes .program_item .program_images{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1.7rem;
}

#suntory_contents .sec_blue-fes .program_images figure{
    position: relative;
}

#suntory_contents .sec_blue-fes .program_images figcaption{
    font-size: 0.748rem;
    position: absolute;
    top: 2px;
    left: 6px;
}

#suntory_contents .btn{
    display: block;
    width: fit-content;
    color: inherit;
    background-color: #FFF;
    font-size: 1.025rem;
    letter-spacing: 0.02em;
    text-decoration: none;
    padding: 3px 4.9%;
    border: 1.5px solid #00afd0;
    margin-inline: auto;
    text-align: center;
}

#suntory_contents .btn_campaign{
    padding-inline: 3.768%;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(3){
    padding-bottom: 1rem;
    margin-bottom: 4rem;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .day-wrapper{
    top: -21px;
    left: -7px;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .day{
    font-size: 18.47px;
    font-weight: 900;
    text-align: right;
    line-height: 0;
    letter-spacing: -0.02em;
    transform: translate(0, 36%);
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .day span:last-of-type{
    font-size: 8.655px;
    line-height: 4;
    padding-right: 6px;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) h3::after{
    content: "";
    display: block;
    width: 105.18px;
    aspect-ratio: 1/0.9954336510;
    background: url(../img/program3.png) center / contain no-repeat;
    position: absolute;
    right: -1%;
    bottom: 0;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .wrapper{
    display: flex;
    justify-content: center;
    gap: 4px;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .txt{
    display: inline-block;
    max-width: 50vw;
    font-size: 1.25rem;
    line-height: 1.7;
    letter-spacing: 0;
    color: #00afd0;
    border-bottom:  none;
    margin-inline: 0;
    margin-bottom: 0;
}

#suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .txt span{
    font-size: 1.5rem;
    letter-spacing: 0.03em;
}

#suntory_contents .sec_blue-fes .program_item .img_lucky{
    width: 100.282px;
    padding-top: 0;
}

#suntory_contents .sec_blue-fes .campaign_topic{
    font-size: 1.576rem;
    font-weight: 700;
    color: #e84994;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

#suntory_contents .sec_blue-fes .campaign_topic .inline-block{
    display: inline-block;
    transform: translateY(2px);
}

#suntory_contents .sec_blue-fes .campaign_topic span:first-of-type{
    font-size: 2.14rem;
    font-weight: 900;
    line-height: 1;
}

#suntory_contents .sec_blue-fes .campaign_topic .inline-block span:first-of-type{
    font-size: 1.8915rem;
    font-weight: 700;
}

#suntory_contents .sec_blue-fes .campaign_topic .inline-block span:nth-of-type(2){
    font-size: 1.387rem;
}

#suntory_contents .sec_blue-fes .campaign_box{
    background-color: #fcfae9;
    border: solid 1px #e84994;
    border-radius: 10px;
    padding: 1rem 4.685% 1.5rem;
    position: relative;
    z-index: 0;
}

#suntory_contents .sec_blue-fes .campaign_box p{
    width: fit-content;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.88;
    color: #00afd0;
    margin-inline: auto;
    transform: translateX(-18%);
}

#suntory_contents .sec_blue-fes .campaign_box p span{
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.5666666667;
    color: #0097ca;
}

#suntory_contents .sec_blue-fes .campaign_box .campaign_img{
    width: 137.166px;
    position: absolute;
    left: 61.5%;
    bottom: 0;
    z-index: -1;
}

#suntory_contents .sec_blue-fes .campaign .btn{
    width: 67.45%;
    margin-top: -0.75rem;
    position: relative;
    z-index: 1;
}

    /* ---PC sec_blue-fes--- */
    @media screen and (min-width: 769px){
        #suntory_contents .sec_blue-fes{
            width: 92.94425087%;
            padding-bottom: 8rem;
        }

        #suntory_contents .sec_blue-fes .inner{
            width: 91.65445017%;
            padding-top: 7.4rem;
        }

        #suntory_contents .sec_blue-fes .sec_topic{
            font-size: 5rem;
            letter-spacing: 0.03em;
            text-align: center;
            margin-bottom: 2.4rem;
        }

        #suntory_contents .sec_blue-fes .sec_topic .nobr{
            font-size: 5rem;
        }

        #suntory_contents .sec_blue-fes hr{
            margin-bottom: 8rem;
        }

        #suntory_contents .sec_blue-fes .flag{
            max-width: 675.5813px;
            margin-bottom: 6.6rem;
        }

        #suntory_contents .sec_blue-fes .support-wrapper{
            font-size: 3.3rem;
            font-weight: 900;
            color: #00afd0;
            letter-spacing: 0.03em;
            line-height: 1.4;
            width: fit-content;
            margin-inline: auto;
        }

        #suntory_contents .sec_blue-fes .support-wrapper::before,
        #suntory_contents .sec_blue-fes .support-wrapper::after{
            display: block;
            width: 32px;
            height: 32px;
            background-color: transparent;
            bottom: 16px;
        }

        #suntory_contents .sec_blue-fes .support{
            width: fit-content;
            max-width: none;
            margin-inline: auto;
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            margin-bottom: 3rem;
        }

        #suntory_contents .sec_blue-fes .support-wrapper::before{
            content: "＼";
            rotate: 0deg;
            left: 36px;
        }

        #suntory_contents .sec_blue-fes .support-wrapper::after{
            content: "／";
            rotate: 0deg;
            right: 36px;
        }

        #suntory_contents .sec_blue-fes .desc{
            font-size: 2rem;
            margin-bottom: 10.5rem;
        }

        #suntory_contents .sec_blue-fes .program_list{
            display: grid;
            grid-template-columns: auto 39.69%;
            column-gap: 42px;
            margin-bottom: 8.5rem;
        }

        #suntory_contents .sec_blue-fes .program_item{
            padding: 0 31px 3rem;
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type{
            grid-column: 1 / -1;
            margin-bottom: 13rem;
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type hr{
            margin-bottom: 4.4rem;
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type h3::after{
            display: none;
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type .txt{
            position: relative;
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type .hr-wrap{
            position: relative;
            overflow: visible;
            z-index: 0;
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type hr{
            z-index: 1;
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type .hr-wrap::after{
            content: "";
            display: block;
            width: 35.2235%;
            aspect-ratio: 1/1.13333;
            background: url(../img/program1.png) center / contain no-repeat;
            position: absolute;
            right: -3%;
            bottom: 0;
            z-index: -1;
        }

        #suntory_contents .sec_blue-fes .program_item .day-wrapper{
            width: 15.2rem;
            height: 15.2rem;
            top: -12%;
            left: -1.5%;
        }
        
        #suntory_contents .sec_blue-fes .program_item .day{
            font-size: 49.88px;
        }

        #suntory_contents .sec_blue-fes .program_item .day span:last-of-type{
            font-size: 23.37px;
        }

        #suntory_contents .sec_blue-fes .program_item h3{
            font-size: 22.72px;
            letter-spacing: 0.03em;
            padding-left: 117.37px;
            padding-bottom: 0.3rem;
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type h3{
            width: 70.8%;
            margin-bottom: 1.7rem;
        }
        
        #suntory_contents .sec_blue-fes .program_item h3 .number{
            font-size: 4.131rem;
        }
        
        #suntory_contents .sec_blue-fes .program_item .txt{
            font-size: 3rem;
            padding-bottom: 1rem;
            font-feature-settings: "palt";
        }

        #suntory_contents .sec_blue-fes .program_item:first-of-type .txt{
            line-height: 1.4;
            width: 74%;
            margin-inline: 0;
            padding-bottom: 3rem;
            font-feature-settings: normal;
        }
        
        #suntory_contents .sec_blue-fes .program_item .txt span{
            font-size: 4rem;
        }

        #suntory_contents .sec_blue-fes .program_item .txt .big{
            font-size: 5rem;
        }

        #suntory_contents .sec_blue-fes .program_item .img{
            gap: 27px;
            padding-bottom: 0;
        }
        
        #suntory_contents .sec_blue-fes .program_item .img img{
            width: min(37%,346.1359px);
        }
        
        #suntory_contents .sec_blue-fes .program_item .img img:first-of-type{
            transform: translateX(0);
        }
        
        #suntory_contents .sec_blue-fes .program_item .img img:last-of-type{
            transform: translate(0, 0);
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2){
            padding-inline: 28px;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2),
        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3){
            padding-top: 0;
            margin-bottom: 0;
            padding-bottom: 3rem;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day-wrapper,
        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .day-wrapper{
            width: 106px;
            height: 106px;
            top: -35px;
            left: -10px;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day{
            font-size: 32.13px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            transform: translate(0, -8%);
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day span:first-of-type{
            font-weight: 500;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day span:last-of-type {
            line-height: inherit;
            padding-right: 5px;
            padding-left: 12px;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day .flex{
            font-size: 1.5rem;
            line-height: 3.5;
            padding-left: 6px;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .day .flex span{
            font-size: 15px;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) h3,
        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) h3{
            line-height: 1.4;
            padding-left: 78px;
            padding-bottom: 0;
            margin-bottom: 2.5rem;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) h3::after{
            content: "";
            display: block;
            width: min(210.365px, 45.11936169%);
            aspect-ratio: 1/0.9954336510;
            background: url(../img/program2.png) center / contain no-repeat;
            position: absolute;
            right: -27px;
            bottom: 0;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .txt{
            width: 100%;
            font-size: 2.5rem;
            line-height: 1.8;
            letter-spacing: 0.03em;
            margin-bottom: 0;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(2) .txt span{
            font-size: 3rem;
            letter-spacing: 0.1em;
        }

        #suntory_contents .sec_blue-fes .program_item .program_images{
            margin-bottom: 3rem;
        }

        #suntory_contents .sec_blue-fes .program_images figcaption{
            font-size: 1.4rem;
        }
        
        #suntory_contents .btn{
            font-size: 1.6rem;
            padding: 4.8px 3.832%;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3){
            padding-inline: 30px;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) h3{
            padding-left: 66px;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .day-wrapper{
            padding-inline: 35px;
            left: -22px;
        }
        
        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .day{
            font-size: 32.13px;
            transform: translate(0, 47%);
        }
        
        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .day span:last-of-type{
            font-size: 15.05px;
        }
        
        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) h3::after{
            width: min(210.36px, 58.20375187%);
            aspect-ratio: 1/0.9954336510;
            right: -52px;
            bottom: 0;
        }
        
        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .wrapper{
            flex-direction: column;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .txt{
            font-size: 2.5rem;
            font-feature-settings: normal;
            letter-spacing: 0;
            line-height: 1.8;
        }

        #suntory_contents .sec_blue-fes .program_item:nth-of-type(3) .txt span{
            font-size: 3rem;
            letter-spacing: 0.03em;
        }
        
        #suntory_contents .sec_blue-fes .program_item .img_lucky{
            width: 187.1595px;
            padding-top: 0;
            margin-inline: auto;
        }

        #suntory_contents .sec_blue-fes .campaign_topic{
            font-size: 2.787rem;
            margin-left: 11%;
            margin-bottom: 0;
        }
        
        #suntory_contents .sec_blue-fes .campaign_topic span:first-of-type{
            font-size: 3.785rem;
            line-height: 1;
        }

        #suntory_contents .sec_blue-fes .campaign_topic .inline-block{
            margin-left: 0;
        }
        
        #suntory_contents .sec_blue-fes .campaign_topic .inline-block span:first-of-type{
            font-size: 3.345rem;
        }
        
        #suntory_contents .sec_blue-fes .campaign_topic .inline-block span:nth-of-type(2){
            font-size: 2.453rem;
        }

        #suntory_contents .sec_blue-fes .campaign_box{
            width: 83.58556701%;
            margin-inline: auto;
            padding: 30px 5.7% 90px;
        }
        
        #suntory_contents .sec_blue-fes .campaign_box p{
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.88;
            width: 75%;
            margin: 0;
            transform: translateX(0);
        }
        
        #suntory_contents .sec_blue-fes .campaign_box p span{
            font-size: 3rem;
        }
        
        #suntory_contents .sec_blue-fes .campaign_box .campaign_img{
            width: 32.4899%;
            left: 68%;
        }
        
        #suntory_contents .sec_blue-fes .campaign .btn{
            width: fit-content;
            margin-top: -6.75rem;
            padding: 4.8px 2.056%;
        }
    }

    @media screen and (min-width: 769px) and (max-width: 1200px){
        #suntory_contents .sec_blue-fes .program_item .wrapBr{
            display: block;
        }
    }

    @media screen and (min-width: 944px){
        #suntory_contents .sec_blue-fes .support-wrapper::before{
            left: -36px;
        }

        #suntory_contents .sec_blue-fes .support-wrapper::after{
            right: -36px;
        }
    }

/* /.sec_blue-fes */

/*=======================================
　sec_others
=======================================*/

#suntory_contents .sec_others{
    width: 94%;
    margin-top: 4.5rem;
    margin-bottom: 40px;
}

#suntory_contents .sec_others .inner{
    width: 90.5%;
    padding: 2.5rem 0 4rem;
}

#suntory_contents .sec_others .others_topic{
    display: flex;
    gap: 15px;
    width: calc(100% + 5px);
    transform: translateX(-5px);
}

#suntory_contents .sec_others .wrapper{
    background-color: #4da635;
    width: 76px;
    height: fit-content;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

#suntory_contents .sec_others .wrapper p{
    text-align: center;
    color: #FFF;
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 1.2;
}

#suntory_contents .sec_others .topic_txt{
    color: #4da635;
    font-size: 2.15rem;
    font-weight: 900;
    line-height: 1.44444;
    flex: 1;
    margin-bottom: 1rem;
}

#suntory_contents .sec_others hr{
    background-color: #e84994;
    height: 1.5px;
    border: none;
    margin: 0;
    margin-bottom: 3.5rem;
}

#suntory_contents .sec_others .wrapper_area{
    color: #FFF;
    background-color: #72af43;
    padding: 12px 4% 15.5px;
    margin-bottom: 1.4rem;
}

#suntory_contents .sec_others .wrapper_area hr{
    background-color: #FFF;
    margin-bottom: 0;
    margin-top: 8px;
}

#suntory_contents .sec_others .wrapper_area h3{
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 0;
}

#suntory_contents .sec_others .wrapper_area h3 span{
    font-size: 1.65rem;
    font-weight: 900;
    margin-left: 17px;
}

#suntory_contents .sec_others .others_list li{
    border: 1px solid #00afd0;
    padding-bottom: 2.5rem;
    margin-bottom: 3.7rem;
}

#suntory_contents .sec_others .others_list li:first-of-type{
    padding-bottom: 2rem;
}


#suntory_contents .sec_others .others_list li:last-of-type{
    margin-bottom: 0;
}

#suntory_contents .sec_others .others_list li p{
    color: #00afd0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.04;
    padding-inline: 4%;
    margin-bottom: 1.4rem;
}

#suntory_contents .sec_others .others_img{
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 2rem;
}

#suntory_contents .sec_others .others_img img{
    width: 44%;
}

#suntory_contents .sec_others .btn{
    text-align: center;
    padding: 3px 15.315% 4px;
}

#suntory_contents .sec_others li:nth-of-type(2) .wrapper_area{
    background-color: #9dc814;
}

#suntory_contents .sec_others li:nth-of-type(2) p{
    letter-spacing: -0.05em;
}

#suntory_contents .sec_others li:nth-of-type(3) .wrapper_area{
    background-color: #67b5b9;
}

#suntory_contents .sec_others li:nth-of-type(3) .others_img{
    width: 100%;
    gap: 0;
}

#suntory_contents .sec_others li:nth-of-type(3) .others_img img:first-of-type{
    width: 95%;
    height: fit-content;
}

#suntory_contents .sec_others li:nth-of-type(3) .others_img img:nth-of-type(2){
    width: 40.44490291%;
}

    /* ---PC sec_others--- */
    @media screen and (min-width: 769px){
        #suntory_contents .sec_others{
            margin-top: 7rem;
            margin-bottom: 60px;
        }

        #suntory_contents .sec_others .inner{
            width: 92%;
            padding:50px 0 70px;
        }
        
        #suntory_contents .sec_others .others_topic{
            gap: 25px;
            align-items: center;
            margin-bottom: 0;
            transform: translate(0);
            width: 100%;
        }
        
        #suntory_contents .sec_others .wrapper{
            background-color: #4da635;
            width: 152px;
        }
        
        #suntory_contents .sec_others .wrapper p{
            font-size: 3.7rem;
        }
        
        #suntory_contents .sec_others .topic_txt{
            font-size: 4.5rem;
            line-height: 1.44444;
            letter-spacing: 0.02em;
        }
        
        #suntory_contents .sec_others hr{
            width: 90%;
            margin-top: -3.5rem;
            margin-left: auto;
            margin-bottom: 7rem;
        }

        #suntory_contents .sec_others .wrapper_area{
            padding: 21px 30px 27px;
            margin-bottom: 1.4rem;
        }
        
        #suntory_contents .sec_others .wrapper_area hr{
            width: 100%;
        }
        
        #suntory_contents .sec_others .wrapper_area h3{
            font-size: 4.5rem;
            margin-bottom: 1.5rem;
        }
        
        #suntory_contents .sec_others .wrapper_area h3 span{
            font-size: 3.3rem;
            margin-left: 36px;
        }

        #suntory_contents .sec_others .others_list li{
            padding-bottom: 2.5rem;
            margin-bottom: 5.8rem;
        }
        
        #suntory_contents .sec_others .others_list li:last-of-type{
            margin-bottom: 0;
        }
        #suntory_contents .sec_others li:nth-of-type(3) .others_img {
            gap: 10px;
        }

        #suntory_contents .sec_others .others_list .others_content{
            display: flex;
            justify-content: space-between;
            gap: 12px;
            padding: 24px 30px 32px;
        }
        
        #suntory_contents .sec_others .others_list li p{
            font-size: 2.4rem;
            letter-spacing: 0;
            padding-inline: 0;
            margin-bottom: 0;
            line-height: 1.9;
        }
        
        #suntory_contents .sec_others .others_img{
            max-width: 375.7175px;
            gap: 18px;
            margin-top: -64px;
            margin-bottom: 0;
        }
        
        #suntory_contents .sec_others .others_img img{
            width: calc(50% - 9px);
            aspect-ratio: 1/1;
            object-fit: contain;
        }
        
        #suntory_contents .sec_others .btn{
            text-align: center;
            margin-top: -7px;
            padding: 3px 7.321% 4px;
        }

        #suntory_contents .sec_others li:nth-of-type(3){
            position: relative;
        }

        #suntory_contents .sec_others li:nth-of-type(3) .wrapper_area{
            margin-bottom: 0.8rem;
        }

        #suntory_contents .sec_others li:nth-of-type(3) .others_content{
            gap: 0;
            padding-bottom: 5.8rem;
        }

        #suntory_contents .sec_others li:nth-of-type(3) p{
            font-feature-settings: "palt";
        }

        #suntory_contents .sec_others li:nth-of-type(3) .others_img{
            max-width: 477px;
            margin-top: -2.5rem;
        }
        
        #suntory_contents .sec_others li:nth-of-type(3) .others_img img:first-of-type{
            width: 100%;
            height: fit-content;
            aspect-ratio: 477 / 175;
        }
        

        #suntory_contents .sec_others li:nth-of-type(3) a{
            margin-top: -80px;
            position: absolute;
            z-index: 1;
            left: 50%;
            bottom: 25px;
            transform: translate(-50%, 0);
        }
    }

    @media screen and (min-width: 769px) and (max-width:1095px){
        #suntory_contents .sec_others hr{
            margin-top: -1rem;
        }
    }

    @media (hover: hover){
        #suntory_contents a:hover{
            opacity: 0.6;
        }
    }