@charset "utf-8";
/* #suntory_contents Reset
========================================================================= */
#suntory_contents{
    margin:0;
    padding:0;
    border:0;
    background:transparent;
    -webkit-text-size-adjust:none;
    text-align:left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}
#suntory_contents h1,#suntory_contents h2,#suntory_contents h3,#suntory_contents h4,#suntory_contents h5,#suntory_contents h6,#suntory_contents p,#suntory_contents ol,#suntory_contents ul,#suntory_contents li,#suntory_contents dl,#suntory_contents dt,#suntory_contents dd,#suntory_contents table,#suntory_contents th,#suntory_contents td,#suntory_contents form,#suntory_contents br,#suntory_contents address,#suntory_contents button,#suntory_contents span,#suntory_contents em,#suntory_contents i,#suntory_contents a,#suntory_contents input,#suntory_contents button, #suntory_contents figure {
    margin:0;
    padding:0;
    border:0;
    font-style:normal;
    vertical-align:baseline;
    box-sizing:border-box;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    background-color:transparent;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}
#suntory_contents section,
#suntory_contents div{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
    box-sizing:border-box;
}
#suntory_contents p,
#suntory_contents li,
#suntory_contents a,
#suntory_contents button,
#suntory_contents input,
#suntory_contents th,
#suntory_contents td,
#suntory_contents dt,
#suntory_contents dd{
    line-height: 1.6;
}
#suntory_contents table{
    border-collapse:collapse;
    text-align:left;
}
#suntory_contents input{
    vertical-align:middle;
}
#suntory_contents ol,#suntory_contents ul,#suntory_contents li{
    list-style:none;
}
#suntory_contents a,
#suntory_contents button{
    cursor:pointer;
    text-decoration:none;
}
#suntory_contents img{
    -ms-interpolation-mode:bicubic;
    border:0;
}
#suntory_contents sub{
    vertical-align: sub;
    font-size: smaller;
}
#suntory_contents figure,
#suntory_contents figcaption{
    display: block;
}


/* section
========================================================================= */

@media screen and (max-width: 767px) {
    html{
    scroll-padding-top: 76px;
    }
    #suntory_contents .section_wrap{
        margin-bottom: 40px;
    }
    #suntory_contents .section_wrap + .section_wrap{
        margin-top: 64px;
    }
    #suntory_contents .section_wrap .section_wrap{
        margin-bottom: 48px;
    }
    #suntory_contents .section_inner{
        width: 92%;
        margin: auto;
    }
}
@media print, screen and (min-width:768px) {
    html{
        scroll-padding-top: 118px;
    }
    #suntory_contents .section_wrap{
        margin-bottom: 64px;
    }
    #suntory_contents .section_wrap + .section_wrap{
        margin-top: 120px;
    }
    #suntory_contents .section_inner{
        max-width: 1164px;
        min-width: 960px;
        margin: auto;
    }
    #suntory_contents .section_inner_sml{
        max-width: 860px;
        margin: auto;
    }
}
@media screen and (min-width:768px) and (max-width:1164px) {
    #suntory_contents .breadcrumbs{
        padding:0 10px;
    }
    #suntory_contents .section_inner{
        min-width: 960px;
        padding: 0 10px;
    }
}

/* ttl
========================================================================= */
#suntory_contents .ttl_bold{
    font-weight: bold;
    font-size: 1.875rem;
    font-size: clamp(24px, 1.875rem, 34px);
    margin-bottom: 30px;
}
#suntory_contents .ttl_bdr_btm{
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #B5B5B6;
    margin: 35px 0 20px;
    position: relative;
}
#suntory_contents .ttl_bdr_btm::after{
    content: "";
    display: block;
    height: 1px;
    width: 80px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #7D001D;
}
#suntory_contents .ttl_bdr_btm.mgb_large{
    margin-bottom: 48px;
}
#suntory_contents .ttl_bdr_topbtm{
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px 10px;
    border-top: 1px solid #B5B5B6;
    border-bottom: 1px solid #B5B5B6;
    margin: 0 0 16px;
}
#suntory_contents .ttl_bdr_topbtm .sub{
    font-size: 0.75rem;
}
#suntory_contents .ttl_bdr_left{
    font-size: 1.125rem;
    border-left: 2px solid #7D001D;
    padding-left: 12px;
    margin-bottom: 20px;
}
#suntory_contents .ttl_bg_beige{
    font-size: 1.375rem;
    line-height: 1.2;
    font-weight: bold;
    padding: 12px 4% 10px;
    background: #F0F0ED;
    text-align: center;
}
#suntory_contents .ttl_bg_beige .sub{
    font-size: 1.125rem;
}
#suntory_contents .ttl_bold_center_sml,
#suntory_contents .ttl_bold_center{
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}
#suntory_contents .ttl_bold_center .sub{
    font-size: 0.875rem;
}
#suntory_contents .ttl_bold_center_sml{
    margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
#suntory_contents .ttl_bg_beige{
    margin: 0 -4% 32px;
}
}
@media print, screen and (min-width:768px) {
    #suntory_contents .ttl_bold{
        font-size: clamp(36px, 2.5rem, 50px);
        margin-bottom: 24px;
    }
    #suntory_contents .ttl_bdr_btm{
        font-size: clamp(28px, 2.25rem, 48px);
        padding-bottom: 12px;
        margin: 30px 0 40px;
    }
    #suntory_contents .ttl_bdr_btm.mgb_large{
        margin-bottom: 64px;
    }
    #suntory_contents .category_link_list + .ttl_bdr_btm{
        margin-top: 64px;
    }
    #suntory_contents .ttl_bdr_btm::after{
        width: 120px;
    }
    #suntory_contents .ttl_bdr_topbtm{
        font-size: clamp(16px, 1.125rem, 20px);
        margin: 0 0 32px;
        padding: 14px 10px;
    }
    #suntory_contents .ttl_bdr_topbtm .sub{
        font-size: clamp(12px, 0.875rem, 16px);
    }
    #suntory_contents .ttl_bdr_left{
        margin-bottom: 28px;
    }
    #suntory_contents .ttl_bg_beige{
        font-size: clamp(26px, 2rem, 38px);
        padding: 18px 32px 16px;
        margin: 0 0 40px;
    }
    #suntory_contents .ttl_bg_beige .sub{
        font-size: 1.5rem;
        font-size: clamp(22px, 1.5rem, 32px);
    }
    #suntory_contents .ttl_bold_center{
        font-size: clamp(24px, 1.75rem, 36px);
        margin-bottom: 36px;
    }
    #suntory_contents .ttl_bold_center .sub{
        font-size: clamp(18px, 1.375rem, 26px);
    }
    #suntory_contents .ttl_bold_center_sml{
        font-size: clamp(18px, 1.375rem, 26px);
    }
}
/* link
========================================================================= */
#suntory_contents .link_text{
    color: #222;
}
#suntory_contents .link_text_blank{
    color: #7D001D;
    position: relative;
}
#suntory_contents .link_text_bdr{
    color: #7D001D;
    border-bottom: 1px solid #7D001D;
}
#suntory_contents .link_text_blank::after{
    content: "";
    width: 12px;
    height: 12px;
    background: url(/suntoryhall/assets/img/icon_blank_red.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
}
#suntory_contents .link_arw_round{
    display: inline-block;
    color: #222;
    font-weight: bold;
    line-height: 1.3;
}
#suntory_contents .link_arw_round::after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(/suntoryhall/assets/img/arrow_round_red.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
}
#suntory_contents .link_arw_blk{
    display: inline-block;
    color: #222;
}
#suntory_contents .link_arw_blk::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    background:url(/suntoryhall/assets/img/arrow_line_blk.svg) no-repeat center;
    background-size: contain;
    margin: -2px 0 0 28px;
}
#suntory_contents .btn100p_wrap{
    display: flex;
    justify-content: center;
}
#suntory_contents .btn100p_wrap a{
    width: 100%;
}
#suntory_contents .btn_solid_red,
#suntory_contents .btn_bdr_red,
#suntory_contents .btn_solid_wh{
    position: relative;
    display: block;
    max-width: 400px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    font-size: clamp(14px, 1rem, 18px);
}
#suntory_contents .btn_solid_red,
#suntory_contents .btn_bdr_red{
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px 0 15px;
}
#suntory_contents .btn_solid_red .note_text,
#suntory_contents .btn_bdr_red .note_text,
#suntory_contents .btn_solid_wh .note_text{
    display: block;
    font-size: clamp(10px, 0.75rem, 14px);
    font-weight: normal;
}
#suntory_contents .btn_solid_red{
    background: #7D001D;
    color: #fff;
}
#suntory_contents .btn_solid_wh{
    background: #fff;
    color: #222;
    padding: 19px 50px 18px 15px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
#suntory_contents .btn_bdr_red{
    border: 1px solid #7D001D;
    font-size: clamp(12px, 0.875rem, 18px);
    color: #7D001D;
}
#suntory_contents .btn_solid_red::after,
#suntory_contents .btn_bdr_red::after,
#suntory_contents .btn_solid_wh::after{
    content: "";
    background: url(/suntoryhall/assets/img/arrow_round_red.svg);
    background-size: contain;
    display: block;
    position: absolute;
}
#suntory_contents .btn_solid_wh::after{
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 20px;
}
#suntory_contents .btn_solid_red::after,
#suntory_contents .btn_bdr_red::after{
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 16px;
}
#suntory_contents .btn_solid_red::after{
    background-image: url(/suntoryhall/assets/img/arrow_round_wh.svg);
}
#suntory_contents .arrow_down::after{
    transform: rotate(90deg);
}
#suntory_contents .arrow_up::after{
    transform: rotate(-90deg);
}
#suntory_contents .icon_blank,
#suntory_contents .icon_pdf{
    position: relative;
}
#suntory_contents .icon_blank::after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:#7D001D url(/suntoryhall/assets/img/icon_blank_wh.svg) no-repeat center;
    background-size: 8px 8px;
}
#suntory_contents .btn_solid_red.icon_blank::after{
    background:#fff url(/suntoryhall/assets/img/icon_blank_red.svg) no-repeat center;
    background-size: 10px 10px;
}
#suntory_contents .icon_pdf::after{
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 30px;
    top: calc(50% - 15px);
    right: 12px;
    background-image: url(/suntoryhall/assets/img/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#suntory_contents .category_link_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
}
#suntory_contents .category_link_list .link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 56px;
    font-size: 0.875rem;
    font-weight: bold;
    border-bottom: 1px solid #B5B5B6;
    text-align: center;
    color: #222;
    line-height: 1.3;
    position: relative;
}
#suntory_contents .category_link_list .link.active{
    color: #7D001D;
    pointer-events: none;
    cursor: default;
}
#suntory_contents .category_link_list .link.active::before,
#suntory_contents .category_link_list .link.active::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #7D001D;
    position: absolute;
    left: 0;
}
#suntory_contents .category_link_list .link.active::before{
    top: -1px;
}
#suntory_contents .category_link_list .link.active::after{
    bottom: -1px;
}
#suntory_contents .category_link_list .link .sub_txt{
    font-size: 0.625rem;
    font-weight: normal;
    display: block;
}
#suntory_contents .anchor_list{
    display: flex;
    gap: 4px;
    width: 100%;
}
#suntory_contents .anchor_list .item{
    flex: 1;
}
#suntory_contents .anchor_list .anchor_link{
    background-color: #F0F0ED;
    position: relative;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    width: 100%;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
#suntory_contents .anchor_list .anchor_link::after{
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    background: url(/suntoryhall/assets/img/arrow_line_blk.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
}

@media screen and (max-width: 767px) {
    #suntory_contents .category_link_list .item{
        width: 49%;
    }
    #suntory_contents .category_link_list .item:nth-child(1) .link,
    #suntory_contents .category_link_list .item:nth-child(2) .link{
        border-top: 1px solid #B5B5B6;
    }
    #suntory_contents .anchor_list .anchor_link{
        padding-bottom: 8px;
    }
    #suntory_contents .anchor_list .anchor_link::after{
        bottom: 6px;
    }
    #suntory_contents .btn_solid_red,
    #suntory_contents .btn_bdr_red{
        height: 48px;
    }
    #suntory_contents .btn_line2{
        height: 69px;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .link_text_blank::after{
        width: 14px;
        height: 14px;
    }
    #suntory_contents .link_arw_round{
        font-size: 1.125rem;
    }
    #suntory_contents .link_arw_round::after{
        width: 24px;
        height: 24px;
    }
    #suntory_contents .link_text_blank:hover,
    #suntory_contents .link_arw_round:hover,
    #suntory_contents .link_arw_blk:hover,
    #suntory_contents .link_text:hover{
        color: #A20026;
    }
    #suntory_contents .link_text_bdr:hover{
        color: #A20026;
        border-bottom: none;
    }
    #suntory_contents .link_arw_round:hover::after{
        background-image: url(/suntoryhall/assets/img/arrow_round_org.svg);
    }
    #suntory_contents .link_arw_blk:hover::after{
        background-image: url(/suntoryhall/assets/img/arrow_line_org.svg);
    }
    #suntory_contents .btn_solid_wh{
        font-size: 1.125rem;
        padding: 22px 45px 21px 20px;
    }
    #suntory_contents .btn_solid_red,
    #suntory_contents .btn_bdr_red{
        padding: 0 40px 0 14px;
        line-height: 1.5;
    }
    #suntory_contents .btn_solid_wh:hover,
    #suntory_contents .btn_solid_red:hover,
    #suntory_contents .btn_bdr_red:hover{
        background: #A20026;
        color: #fff;
        transition: all 0.3s;
    }
    #suntory_contents .btn_solid_wh::after{
        width: 28px;
        height: 28px;
        top: calc(50% - 14px);
        right: 16px;
    }
    #suntory_contents .btn_solid_red::after{
        width: 24px;
        height: 24px;
        top: calc(50% - 12px);
        right: 16px;
    }
    #suntory_contents .icon_pdf::after{
        width: 27px;
        height: 34px;
        top: calc(50% - 17px);
        right: 16px;
    }
    #suntory_contents .btn_solid_wh:hover::after,
    #suntory_contents .btn_solid_red:not(.icon_blank):not(.icon_pdf):hover::after,
    #suntory_contents .btn_bdr_red:not(.icon_blank):not(.icon_pdf):hover::after{
        background-image: url(/suntoryhall/assets/img/arrow_round_wh.svg);
    }
    #suntory_contents .icon_blank:not(.btn_solid_red):hover::after{
        background:#A20026 url(/suntoryhall/assets/img/icon_blank_wh.svg) no-repeat center;
        background-size: 8px 8px;
    }
    #suntory_contents .btn_bdr_red.icon_blank:hover::after{
        background:#fff url(/suntoryhall/assets/img/icon_blank_red.svg) no-repeat center;
        background-size: 8px 8px;
    }
    #suntory_contents .category_link_list{
        margin-top: 40px;
    }
    #suntory_contents .category_link_list .item{
        width: 285px;
    }
    #suntory_contents .category_link_list .link{
        font-size: 1rem;
        border-bottom: 1px solid #B5B5B6;
        border-top: 1px solid #B5B5B6;
    }
    #suntory_contents .category_link_list .link:hover{
        color: #A20026;
    }
    #suntory_contents .category_link_list .link:hover::before,
    #suntory_contents .category_link_list .link:hover::after{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #A20026;
        position: absolute;
        left: 0;
    }
    #suntory_contents .category_link_list .link:hover::before{
        top: -1px;
    }
    #suntory_contents .category_link_list .link:hover::after{
        bottom: -1px;
    }
    #suntory_contents .category_link_list .link .sub_txt{
        font-size: clamp(10px, 0.75rem, 13px);
    }
    #suntory_contents .anchor_list{
        flex-direction: column;
        gap: 8px;
    }
    #suntory_contents .anchor_list .item{
        width: 100%;
        flex:none;
    }
    #suntory_contents .anchor_list .anchor_link{
        height: 56px;
        font-size: clamp(14px, 1rem, 18px);
        justify-content: flex-start;
        text-align: left;
        padding-left: 40px;
    }
    #suntory_contents .anchor_list .anchor_link::after{
        right: 38px;
        top: calc(50% - 2px);
    }
    #suntory_contents .anchor_list .anchor_link:hover{
        color: #A20026;
    }
    #suntory_contents .anchor_list .anchor_link:hover::after{
        background-image: url(/suntoryhall/assets/img/arrow_line_org.svg);
    }
}
@media screen and (min-width:768px) and (max-width:1164px) {
    #suntory_contents .category_link_list .item{
        width: 24%;
    }
}
/* table
========================================================================= */
#suntory_contents .table_btm_bdr{
    width: 100%;
    line-height: 1.5;
}
#suntory_contents .table_btm_bdr tr:not(:last-child),
#suntory_contents .table_btm_bdr .btm_bdr:not(:last-child){
    border-bottom: 1px solid #DEDEDE;
}
#suntory_contents .table_btm_bdr th{
    font-weight: bold;
    width: 86px;
    padding: 20px 0;
}
#suntory_contents .table_btm_bdr td{
    padding: 16px 0 16px 16px;
}
#suntory_contents .table_btm_bdr .btm_bdr{
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    #suntory_contents .table_btm_bdr{
        font-size: 0.875rem;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .table_btm_bdr th{
        width: 240px;
    }
}
/* js set
========================================================================= */
#suntory_contents .acc_btn{
    position: relative;
    display: block;
    width: 100%;
    background: #7D001D;
    padding: 14px 16px 14px 24px;
}
#suntory_contents .acc_btn::after{
    content: "";
    width: 24px;
    height: 24px;
    background: url(/suntoryhall/assets/img/icon_plus_wh.svg);
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
}
#suntory_contents .acc_btn.open::after{
    background-image: url(/suntoryhall/assets/img/icon_minus_wh.svg);
}
#suntory_contents .acc_content{
    display: none;
}
#suntory_contents .tab_btn_wrap{
    display: flex;
    align-items: flex-end;
}
#suntory_contents .tab_btn_wrap .tab_btn{
    color: #666464;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 6px;
    border-bottom: 1px solid #666464;
    text-align: center;
}
#suntory_contents .tab_btn_wrap .tab_btn.active{
    color: #7D001D;
    border-bottom: 2px solid #7D001D;
}
/* faq
========================================================================= */
#suntory_contents .faq_list .item{
    border-bottom: 1px solid #DEDEDE;
    padding: 24px 0;
}
#suntory_contents .faq_list .item:first-child{
    border-top: 1px solid #DEDEDE;
}
#suntory_contents .faq_list .question,
#suntory_contents .faq_list .answer{
    padding: 2px 0 0 32px;
    line-height: 1.5;
    font-size: 0.875rem;
    position: relative;
}
#suntory_contents .faq_list .question::before,
#suntory_contents .faq_list .answer::before{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.8125rem;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
#suntory_contents .faq_list .question{
    font-weight: bold;
    margin-bottom: 8px;
}
#suntory_contents .faq_list .question::before{
    content: "Q";
    background: #7D001D;
    color: #fff;
}
#suntory_contents .faq_list .answer::before{
    content: "A";
    border: 1px solid #7D001D;
    background: #fff;
    color: #7D001D;
}
@media print, screen and (min-width:768px) {
    #suntory_contents .faq_list .item{
        padding: 32px 0;
    }
    #suntory_contents .faq_list .question,
    #suntory_contents .faq_list .answer{
        padding: 3px 0 0 48px;
        line-height: 1.75;
        font-size: 1rem;
    }
    #suntory_contents .faq_list .question::before,
    #suntory_contents .faq_list .answer::before{
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 0.875rem;
    }
    #suntory_contents .faq_list .question{
        margin-bottom: 16px;
    }
}
/* suntory presents banner
========================================================================= */
#suntory_contents .bnr_hall_presents{
    position: relative;
    display: flex;
    width: 100%;
    height: 28vw;
    background: url(/suntoryhall/assets/img/bg_hall_presents_bnr_sp.webp) no-repeat center / contain;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 32px auto 0;
    width: 100%;
}
#suntory_contents .bnr_hall_presents .text{
    width: 72.4vw;
    padding: 1vw 2.2vw 0 0;
}
#suntory_contents .bnr_hall_presents::after{
    content: "";
    background: url(/suntoryhall/assets/img/arrow_round_brown.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    width: 4.67vw;
    height: 4.67vw;
    right: 4.67vw;
    margin-top: -2.33vw;
}
@media print, screen and (min-width:768px) {
    #suntory_contents .bnr_hall_presents{
        background-image: url(/suntoryhall/assets/img/bg_hall_presents_bnr_pc.webp);
        height: 195px;
        margin: 40px auto 0;
        font-size: 2rem;
        width: 860px;
        transition: all 0.3s;
    }
    #suntory_contents .bnr_hall_presents .text{
        width: 453px;
        padding: 15px 42px 0 0;
    }
    #suntory_contents .bnr_hall_presents::after{
        width: 28px;
        height: 28px;
        right: 185px;
        margin-top: -14px;
    }
    #suntory_contents .bnr_hall_presents .season{
        font-size: 1.25rem;
    }
}
/* parts
========================================================================= */
#suntory_contents .font_mincho{
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
}
#suntory_contents .lead_text{
    font-size: 0.875rem;
    line-height: 1.75;
    margin-bottom: 46px;
}
#suntory_contents .lead_btn_wrap{
    margin-bottom: 48px;
    display: flex;
}
#suntory_contents .normal_text{
    font-size: 0.875rem;
    line-height: 1.75;
}
#suntory_contents .note_text,
#suntory_contents .caption_text{
    font-size: 0.75rem;
}
#suntory_contents .gray_text{
    color: #666464;
}
#suntory_contents .caption_text{
    line-height: 1.2;
    text-align: right;
    margin-top: 6px;
}
#suntory_contents .breadcrumbs .bread_list{
    font-size: 0.6875rem;
    margin: 16px 4% 0;
}
#suntory_contents .breadcrumbs .bread_list li{
    display: inline;
    padding-right: 4px;
}
#suntory_contents .breadcrumbs .bread_list a{
    color: #222;
    line-height: 1.2;
}
#suntory_contents .breadcrumbs .bread_list a::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 10px;
    background: url(/suntoryhall/assets/img/arrow_line_blk.svg) no-repeat;
    background-size: contain;
    margin: -2px 0 0 8px;
}
#suntory_contents .breadcrumbs .bread_list .current{
    color: #7D001D;
}
#suntory_contents .img100p{
    width: 100%;
    height: auto;
    display: block;
}
#suntory_contents .flex_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
#suntory_contents  .flex_wrap.flex_end,
#suntory_contents  .pc_flex_wrap.flex_end{
    justify-content: flex-end;
}
#suntory_contents .flex_wrap img,
#suntory_contents .pc_flex_wrap img{
    max-width: 100%;
    height: auto;
    display: block;
}
#suntory_contents .bg_gray_box{
    padding: 24px 4%;
    background: #F0F0ED;
}
#suntory_contents .tel_text .tel {
    font-size: 1.375rem;
    text-decoration: underline;
    color: #222;
}
#suntory_contents .tel_text .tel::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/suntoryhall/assets/img/icon_tel_blk.svg) no-repeat;
    background-size: contain;
    width: 13px;
    height: 20px;
    margin: -2px 10px 0 0;
}

#suntory_contents .flex_wrap .w50gap8{width: calc(50% - 4px);}
#suntory_contents .mB0{margin-bottom: 0!important;}
#suntory_contents .mB8{margin-bottom: 8px!important;}
#suntory_contents .mT0{margin-top: 0!important;}
#suntory_contents .mT8{margin-top: 8px!important;}
#suntory_contents .mT16{margin-top: 16px!important;}
#suntory_contents .mT24{margin-top: 24px!important;}
#suntory_contents .mT40{margin-top: 40px!important;}
#suntory_contents .taC{text-align: center;}
#suntory_contents .taL{text-align: left;}
#suntory_contents .taR{text-align: right;}
#suntory_contents .fwB{font-weight: bold;}
#suntory_contents .aiC{align-items: center;}
#suntory_contents .aiB{align-items: flex-end;}
#suntory_contents .jcC{justify-content: center!important;}
#suntory_contents .fdC{flex-direction: column;}
#suntory_contents .fdR{flex-direction: row;}
#suntory_contents .color_red{color: #7D001D;}
@media screen and (max-width: 767px) {
    #suntory_contents .pc_only{
        display: none;
    }
    #suntory_contents .pc_flex_wrap > div + div,
    #suntory_contents .pc_flex_wrap > figure + div{
        margin-top: 16px;
    }
    #suntory_contents .bdr_middle .box:nth-child(2n){
        border-top: 1px solid #B5B5B6;
        margin-top: 32px;
        padding-top: 32px;
    }
    #suntory_contents .pc_flex_wrap.lead_text .btn_wrap {
        display: flex;
        justify-content: center;
    }
    #suntory_contents .pc_flex_wrap.lead_text .btn_solid_red,
    #suntory_contents .lead_btn_wrap .btn_solid_red{
        width: 100%;
    }
    #suntory_contents .lead_btn_wrap{
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .lead_text{
        font-size: 1.125rem;
        margin-bottom: 60px;
        line-height: 1.3;
    }
    #suntory_contents .lead_text .btn_wrap{
        width: 400px;
    }
    #suntory_contents .lead_btn_wrap{
        margin-bottom: 64px;
        gap: 16px;
    }
    #suntory_contents .lead_btn_wrap .btn_solid_red{
        flex:1;
    }
    #suntory_contents .normal_text{
        font-size: 1rem;
    }
    #suntory_contents .note_text{
        font-size: 0.875rem;
    }
    #suntory_contents .breadcrumbs .bread_list{
        max-width: 1164px;
        font-size: 0.75rem;
        margin: 32px auto 0;
    }
    #suntory_contents .breadcrumbs .bread_list a:hover{
        text-decoration: underline;
    }
    #suntory_contents .sp_only{
        display: none;
    }
    #suntory_contents .imgHoverZoom{
        transition: 0.5s all;
    }
    #suntory_contents a:hover .imgHoverZoom{
        transform: scale(1.1);
        transition: 0.5s all;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    #suntory_contents .pc_flex_wrap{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #suntory_contents .bg_gray_box,
    #suntory_contents .bdr_middle{
        padding: 32px;
        box-sizing: border-box;
    }
    #suntory_contents .bdr_middle{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        gap: 48px;
    }
    #suntory_contents .bdr_middle .box{
        flex: 1;
    }
    #suntory_contents .bdr_middle .box:nth-child(2n)::before{
        content: "";
        display: block;
        position: absolute;
        top: 32px;
        bottom: 32px;
        left: 50%;
        width: 1px;
        background: #B5B5B6;
    }
    #suntory_contents .tel_text .tel{
        font-size: 1.5rem;
        text-decoration: none;
        pointer-events: none;
    }
    #suntory_contents .tel_text .tel::before {
        width: 16px;
        height: 24px;
        margin: -2px 15px 0 0;
    }
    #suntory_contents .pc_flex_wrap .w50gap8{width: calc(50% - 4px);}
    #suntory_contents .w160{width: 160px;}
    #suntory_contents .w200{width: 200px;}
    #suntory_contents .w240{width: 240px;}
    #suntory_contents .w285{width: 285px;}
    #suntory_contents .w294{width: 294px;}
    #suntory_contents .w302{width: 302px;}
    #suntory_contents .w310{width: 310px;}
    #suntory_contents .w326{width: 326px;}
    #suntory_contents .w342{width: 342px;}
    #suntory_contents .w367{width: 367px;}
    #suntory_contents .w400{width: 400px;}
    #suntory_contents .w468{width: 468px;}
    #suntory_contents .w500{width: 500px;}
    #suntory_contents .w566{width: 566px;}
    #suntory_contents .w574{width: 574px;}
    #suntory_contents .w584{width: 584px;}
    #suntory_contents .w600{width: 600px;}
    #suntory_contents .w632{width: 632px;}
    #suntory_contents .w732{width: 732px;}
    #suntory_contents .w908{width: 908px;}
}
@media screen and (min-width:768px) and (max-width:1164px) {
    #suntory_contents .w160{width: 13.7%;}
    #suntory_contents .w200{width: 17.2%;}
    #suntory_contents .w240{width: 20.6%;}
    #suntory_contents .w285{width: 24.4%;}
    #suntory_contents .w294{width: 25.3%;}
    #suntory_contents .w302{width: 25.9%;}
    #suntory_contents .w310{width: 26.6%;}
    #suntory_contents .w326{width: 28%;}
    #suntory_contents .w342{width: 29.4%;}
    #suntory_contents .w367{width: 31.5%;}
    #suntory_contents .w400{width: 34.3%;}
    #suntory_contents .w468{width: 40.2%;}
    #suntory_contents .w500{width: 43%;}
    #suntory_contents .w566{width: 48.6%;}
    #suntory_contents .w574{width: 49.3%;}
    #suntory_contents .w584{width: 50.1%;}
    #suntory_contents .w600{width: 52.2%;}
    #suntory_contents .w732{width: 62.8%;}
    #suntory_contents .w632{width: 54.2%;}
    #suntory_contents .w908{width: 78%;}
    #suntory_contents .w574 .w160{width: 31.3%;}
    #suntory_contents .w574 .w326{width: 64%;}
    #suntory_contents .w574 .w200{width: 39.2%;}
    #suntory_contents .w574 .w294{width: 57.6%;}
    #suntory_contents .w566 .w240{width: 42.4%;}
    #suntory_contents .w566 .w310{width: 54.7%;}
    #suntory_contents .bdr_middle .w160{width: 30.4%;}
    #suntory_contents .bdr_middle .w342{width: 65%;}
    #suntory_contents .bdr_middle .w200{width: 38%;}
    #suntory_contents .bdr_middle .w302{width: 57.4%;}
}