@charset "utf-8";


body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

#suntory_contents .hall_contents {
    overflow-x: hidden;
}

/*==================================================
sp
================================================== */
#suntory_contents .hall_contents * {
    box-sizing: border-box;
}

#suntory_contents .hall_contents .pc_item {
    display: none;
}

/* ========================================================================
breadcrumbs[sp]
========================================================================= */
#suntory_contents .hall_contents .breadcrumbs {
    display: none;
}

/* ========================================================================
contents_menu[sp]
========================================================================= */
#suntory_contents .hall_contents .contents_menu {
    width: 100vw;
    box-sizing: content-box;
    z-index: 100000;
    display: none;
}

#suntory_contents .hall_contents .contents_menu.sticky_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    animation: anim 0.5s;
}

@keyframes anim {
    0% {
        transform: translateY(-17.3333333333333vw);
    }

    100% {
        transform: translateY(0);
    }
}

#suntory_contents .hall_contents .contents_menu.menu_active {
    width: 100vw;
    padding: 17.333vw 6.667vw;
    box-sizing: border-box;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    overflow-y: scroll;
}

#suntory_contents .hall_contents .contents_menu .title_bar {
    width: 100vw;
    height: 17.3333333333333vw;
    background: #aa0033;
    padding: 0 4vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#suntory_contents .hall_contents .contents_menu.menu_active .title_bar {
    width: 86.667vw;
    height: 14.667vw;
}

#suntory_contents .hall_contents .contents_menu .title_bar h2 {
    font-size: 4.2666666666667vw;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 1;
    color: #fff;
    margin: 0 0 2.6666666666667vw 0;
}

#suntory_contents .hall_contents .contents_menu .title_bar .note {
    font-size: 2.9333333333333vw;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #fff;
}

#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar h2 {
    margin: 0;
}

#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .note {
    display: none;
}

#suntory_contents .hall_contents .contents_menu.menu_active .title_bar h2 {
    font-size: 3.6vw;
    margin: 1.6vw 0;
}

#suntory_contents .hall_contents .contents_menu.menu_active .title_bar .note {
    font-size: 2.667vw;
}

#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar_close {
    display: none;
}

#suntory_contents .hall_contents .contents_menu .title_bar .btn_title_bar_close {
    width: 6.667vw;
    height: 6.667vw;
    background: #660011 url(../img/icon_close.svg) no-repeat center center;
    background-size: 2.667vw 2.667vw;
    position: absolute;
    top: 4vw;
    right: 4vw;
    text-indent: -99999px;
}

#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar {
    width: 9.3333333333333vw;
    height: 9.3333333333333vw;
    background: #660011 url(../img/icon_menu_white.svg) no-repeat center center;
    background-size: 5.3333333333333vw 4vw;
    position: absolute;
    top: 4vw;
    right: 2.6666666666667vw;
    text-indent: -99999px;
}

#suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar_close {
    display: none;
}

#suntory_contents .hall_contents .contents_menu.menu_active .title_bar .btn_title_bar {
    display: none;
}

#suntory_contents .hall_contents .contents_menu .menu_list {
    overflow-y: auto;
    padding: 0 0 20vw;
    background: #fff;
    display: none;
}

#suntory_contents .hall_contents .contents_menu.sticky_menu .menu_list {
    display: none;
}

#suntory_contents .hall_contents .contents_menu.menu_active .menu_list {
    display: block;
    overflow-y: auto;
    height: auto;
    padding-bottom: unset;
}

#suntory_contents .hall_contents .contents_menu.menu_active .menu_list .inner {
    margin: 0 4vw;
}

#suntory_contents .hall_contents .contents_menu .menu_list ul {
    list-style: none;
}

#suntory_contents .hall_contents .contents_menu .menu_list ul li {
    border-bottom: 0.1333333333333vw #ddbbbb solid;
}

#suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 li ul li {
    margin-left: 6.6666666666667vw;
}

#suntory_contents .hall_contents .contents_menu .menu_list ul li p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    font-size: 3.467vw;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #aa0033;
    padding: 4vw 0;
    cursor: pointer;
    line-height: 1.346;
}

#suntory_contents .hall_contents .contents_menu .menu_list ul li ul {
    border-top: 0.1333333333333vw #ddbbbb solid;
}

#suntory_contents .hall_contents .contents_menu .menu_list ul li ul li p {
    padding: 2.933vw 0;
    font-size: 3.2vw;
}

#suntory_contents .hall_contents .contents_menu .menu_list ul li ul li:last-child {
    border-bottom: none;
}

#suntory_contents .hall_contents .contents_menu .btn_pdf a {
    margin: 5.3333333333333vw auto;
    width: 89.333333333333333vw;
    height: 16vw;
    font-size: 4vw;
    font-weight: bold;
    color: #aa0033;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    border: 0.1333333333333vw #ddbbbb solid;
    background: url(../img/icon_pdf.webp) no-repeat 5.3333333333333vw center;
    background-size: 6.2666666666667vw auto;
    padding-left: 15.3333333333333vw;
}

.no-webp #suntory_contents .hall_contents .contents_menu .btn_pdf a {
    background: url(../img/icon_pdf.png) no-repeat 5.3333333333333vw center;
    background-size: 6.2666666666667vw auto;
}

#suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook {
    margin: 4.267vw auto 5.333vw;
    width: 59.733vw;
    height: 17.667vw;
    background: url(../img/bg_menu_btn_digitalbook.webp) no-repeat 0 bottom;
    background-size: 59.733vw auto;
}

.no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook {
    background: url(../img/bg_menu_btn_digitalbook.png) no-repeat 0 bottom;
    background-size: 59.733vw auto;
}

#suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor {
    width: 59.733vw;
    height: 17.667vw;
    background: url(../img/img_digitalbook.webp) no-repeat 36.2vw 0;
    background-size: 20vw auto;
    display: block;
    text-decoration: none;
    padding: 4vw 4.2666666666667vw 1.8666666666667vw 6.6666666666667vw;
    position: relative;
}

.no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor {
    background: url(../img/img_digitalbook.png) no-repeat 36vw 0;
    background-size: 20vw auto;
}

#suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor .digitalbook_text01 {
    font-size: 2.667vw;
    margin-top: 2.667vw;
    color: #aa6600;
    line-height: 1;
    transform: scale(.7);
    text-indent: -10.4vw;
    font-weight: bold;
    text-indent: -999999px;
}

#suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor .digitalbook_text02 {
    font-size: 3.467vw;
    margin-top: 0.8vw;
    color: #990022;
    line-height: 1;
    font-weight: bold;
    text-indent: -999999px;
}

#suntory_contents .hall_contents .contents_menu .btn_close {
    margin: 0 auto 10vw;
    width: 28vw;
    height: 9.3333333333333vw;
    background: #aa0033 url(../img/icon_close.svg) no-repeat 3.8666666666667vw center;
    background-size: 2.8vw auto;
    padding-left: 12.2666666666667vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 3.4666666666667vw;
    font-weight: bold;
    line-height: 1;
}


/* ========================================================================
main_visual[sp]
========================================================================= */
#suntory_contents .hall_contents .main_visual {
    min-height: 68.333333333333333vw;
    height: 79.333333vw;
    background: url(../img/main_visual.webp) no-repeat 0 0;
    background-size: 100%;
    padding: 5.4666666666667vw 0 0;
}

.no-webp #suntory_contents .hall_contents .main_visual {
    min-height: 68.333333333333333vw;
    background: url(../img/main_visual.jpg) no-repeat 0 0;
    background-size: 100%;
}

#suntory_contents .hall_contents .main_visual .title {
    position: relative;
    margin: 0 auto;
    width: 72.666666vw;
}

#suntory_contents .hall_contents .main_visual .title p.sub_title {
    text-indent: -999999px;
    height: 0;
}

#suntory_contents .hall_contents .main_visual .title h1 {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(153, 17, 0, .3)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8));
    text-indent: -999999px;
    width: 72.666666vw;
    background: url(../img/02_title_sp.svg) no-repeat 0 8vw;
    background-size: 72.666666vw auto;
    padding: 40vw 0 0;
    font-size: 0;
}

#suntory_contents .hall_contents .main_visual .btn_menu {
    margin: 4vw auto 2.666666666667vw;
    width: 38.66666666666667vw;
    height: 9.333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    color: #aa0033;
    background: #fffce3;
    background: #fff url(../img/icon_menu.svg) no-repeat right 4.6666666666667vw center;
    filter: none;
    background-size: 4vw 3.2vw, auto;
    padding-right: 5.2vw;
    border-radius: 1.067vw;
}

#suntory_contents .hall_contents .main_visual .btn_digitalbook {
    margin: 0 auto;
    width: 53.33333vw;
    height: 18.467vw;
    background: url(../img/bg_btn_digitalbook.webp) no-repeat 0 bottom;
    background-size: 53.33333vw auto;
    /* position: absolute;
    bottom: -25vw;
    filter: none;
    left: 50%;
    transform: translate(-50%, 0); */
}

.no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook {
    background: url(../img/bg_btn_digitalbook.png) no-repeat 0 bottom;
    background-size: 52vw auto;
}

#suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor {
    width: 52vw;
    height: 15.467vw;
    background: url(../img/img_digitalbook.webp) no-repeat 29.867vw 0;
    background-size: 20vw auto;
    display: block;
    text-decoration: none;
    padding: 4vw 4.2666666666667vw 1.8666666666667vw;
    position: relative;
}

.no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor {
    background: url(../img/img_digitalbook.png) no-repeat 29.867vw 0;
    background-size: 20vw auto;
}

#suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor .digitalbook_text01 {
    font-size: 2.667vw;
    margin-top: 2.4vw;
    color: #aa6600;
    line-height: 1;
    transform: scale(.7);
    text-indent: -9.067vw;
    font-weight: bold;
    text-indent: -999999px;
}

#suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor .digitalbook_text02 {
    font-size: 3.467vw;
    margin-top: 0.8vw;
    color: #990022;
    line-height: 1;
    font-weight: bold;
    text-indent: -999999px;
}

#suntory_contents .hall_contents .main_visual .news {
    margin: 0 auto 3.3333333333333vw;
    width: 84vw;
    min-height: 13.3333333333333vw;
    background: url(../img/bg_news.webp) repeat-y 0 0;
    background-size: 84vw 100%;
    display: flex;
    align-items: center;
}

.no-webp #suntory_contents .hall_contents .main_visual .news {
    background: url(../img/bg_news.png) repeat-y 0 0;
    background-size: 84vw 100%;
}

#suntory_contents .hall_contents .main_visual .news .new {
    margin: 0 2.6666666666667vw 0 3.3333333333333vw;
    width: 9.3333333333333vw;
    height: 5.3333333333333vw;
    background: #cc3300;
    font-size: 2.6666666666667vw;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#suntory_contents .hall_contents .main_visual .news p {
    width: 65.333333333333333vw;
}

#suntory_contents .hall_contents .main_visual .news p.kids {
    padding-left: 12vw;
    background: url(../img/logo_kids.png) no-repeat 0.2666666666667vw center;
    background-size: 8.133333333333333vw auto;
}

#suntory_contents .hall_contents .main_visual .news p span {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.5;
    color: #cc3300;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

#suntory_contents .hall_contents .main_visual .note {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(153, 17, 0, .3)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8));
    margin: 0 auto;
    list-style: none;
    padding-bottom: 197.133333vw;
    width: 94vw;
    font-size: 2.6666666666667vw;
    line-height: 1.222222222222222;
    letter-spacing: 0;
    color: #fff;
    font-weight: normal;
    transform: scale(0.85);
    width: 110vw;
    position: absolute;
    left: -5vw;
    margin-top: 12vw;
}

#suntory_contents .hall_contents .contents_menu .title_bar .note .sp_txt,
#suntory_contents .hall_contents .main_visual .note .sp_txt {
    display: inline;
}

#suntory_contents .hall_contents .contents_menu .title_bar .note .pc_txt,
#suntory_contents .hall_contents .main_visual .note .pc_txt {
    display: none;
}

@media screen and (min-width: 375px) {
    #suntory_contents .hall_contents .main_visual .title {
        margin: 0 auto;
    }

    #suntory_contents .hall_contents .main_visual .note li+li {
        margin-top: 0.533vw;
    }
}

@media screen and (max-width: 767px) {
    #suntory_contents .hall_contents .main_visual.tall {
        min-height: 68.333333333333333vw;
        height: 95.333333vw;
        background: url(../img/content_bg_00_sp.webp) no-repeat center center;
        background-size: auto 95.333333vw;
        padding: 0 0 0;
        position: relative;
    }
}

/* ========================================================================
target_contents[sp]
========================================================================= */
#suntory_contents .hall_contents .target_contents {
    position: relative;
}

#suntory_contents .hall_contents .target_contents .target_anchor {
    position: absolute;
    top: 0;
}


/* ========================================================================
chamber[sp]
========================================================================= */
#suntory_contents .hall_contents .chamber {
    background-image: url(../img/content_bg_01_sp.png), url(../img/content_bg_03_sp.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 100vw auto, 100vw auto;
    padding-bottom: 1.6vw;
    background-color: #d4f4d4;
}

.no-webp #suntory_contents .hall_contents .chamber {
    background-image: url(../img/content_bg_01_sp.png), url(../img/content_bg_03_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 100vw auto, 100vw auto;
    background-color: #d4f4d4;

}

#suntory_contents .hall_contents .chamber .title {
    height: 114.666667vw;
    position: relative;
    padding: 37.3333333333333vw 0 0;
}

#suntory_contents .hall_contents .chamber .title:before {
    content: "";
    display: block;
    width: 150px;
    height: 15px;
    position: absolute;
    top: 32px;
    left: 32px;
    background: url(../img/03_title_cmg_logo.svg) center/cover no-repeat;
}

#suntory_contents .hall_contents .chamber .title h2 {
    -webkit-filter: drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    width: 86.4vw;
    height: 29.2vw;
    background: url(../img/03_title_cmg_sp.svg) no-repeat 0 6vw;
    background-size: 86.4vw auto;
    text-indent: -999999px;
    position: absolute;
    top: 19.73333333333vw;
    left: 6.8vw;
    z-index: 10;
    margin-top: -7vw;
}

#suntory_contents .hall_contents .chamber .title .text {
    margin-bottom: 8vw;
    font-size: 3.7333333333333vw;
    line-height: 1.571428571428571;
    font-weight: bold;
    color: #008330;
    text-align: center;
}

#suntory_contents .hall_contents .chamber .title .btn_feature a {
    margin: 0 auto;
    width: 84vw;
    height: 13.3333333333333vw;
    background: #008330;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(85, 153, 102, 0.5);
    position: relative;
}

#suntory_contents .hall_contents .chamber .title .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #006611 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .chamber .performance_list {
    padding: 0 6.6666666666667vw 40vw;
    margin-top: 23vw;
}

.no-webp #suntory_contents .hall_contents .chamber .performance_list {}

#suntory_contents .hall_contents .chamber .performance_list li {
    margin-bottom: 2.6666666666667vw;
    width: 86.6666666666667vw;
    list-style: none;
}

#suntory_contents .hall_contents .chamber .performance_list li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .chamber .performance_list li a {
    width: 86.6666666666667vw;
    min-height: 24vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw 2vw 2vw 9.3333333333333vw;
    text-decoration: none;
    position: relative;
}

#suntory_contents .hall_contents .chamber .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #008a22 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .chamber .performance_list li a .date {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #008a22;
    letter-spacing: -.5px;
}

#suntory_contents .hall_contents .chamber .performance_list li a .date.long {
    letter-spacing: 0;
}

#suntory_contents .hall_contents .chamber .performance_list li a .date .note {
    font-size: 3.4666666666667vw;
    margin-left: 2.6666666666667vw;
    color: #666666;
}

#suntory_contents .hall_contents .chamber .performance_list li a h3 {
    font-size: 4vw;
    color: #000;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .chamber .performance_list li a h3 .small {
    font-size: 3.4666666666667vw;

}

/* ========================================================================
summer[sp]
========================================================================= */
#suntory_contents .hall_contents .summer .title {

    background: url(../img/content_bg_04_sp.webp) no-repeat 0 0;
    background-size: 100vw auto;
    padding: 12.266667vw 0 0;
    position: relative;
}

.no-webp #suntory_contents .hall_contents .summer .title {
    background: url(../img/content_bg_04_sp.png) no-repeat 0 0;
    background-size: 100vw auto;
}

#suntory_contents .hall_contents .summer .title:after {
    content: "";
    display: block;
    position: absolute;
    width: 14.133333vw;
    height: 10.666666vw;
    top: 6.66666vw;
    right: 13.6vw;
    background: url(../img/04_title_summer_logo.svg) center/cover no-repeat;
}

#suntory_contents .hall_contents .summer .title h2 {
    margin: 0 auto 7.7333333333333vw;
    width: 82.933333333333333vw;
    height: 16vw;
    background: url(../img/04_title_summer_sp.svg) no-repeat 0 0;
    background-size: 83.466666666666667vw auto;
    text-indent: -999999px;
}

#suntory_contents .hall_contents .summer .title .text {
    margin: 0 4vw 8.6666666666667vw;
    font-size: 3.7333333333333vw;
    line-height: 1.571428571428571;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: -0.025em;
}

#suntory_contents .hall_contents .summer .title .btn_feature {
    margin-bottom: 8vw;
}

#suntory_contents .hall_contents .summer .title .btn_feature a {
    margin: 0 auto;
    width: 84vw;
    height: 13.3333333333333vw;
    background: #007faf;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(0, 127, 175, 0.4);
    position: relative;
}

#suntory_contents .hall_contents .summer .title .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #005599 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}


/* ========================================================================
producer[sp]
========================================================================= */
#suntory_contents .hall_contents .producer {
    background: #f8ebeb url(../img/content_img_01_sp.webp) no-repeat 0 0;
    background-size: 100vw auto;
    padding: 35.666667vw 0 6.6666666666667vw;
}

.no-webp #suntory_contents .hall_contents .producer {
    background: #f8ebeb url(../img/content_img_01_sp.png) no-repeat 0 0;
    background-size: 100vw auto;
}

#suntory_contents .hall_contents .producer .sub_title {
    margin-bottom: 2.6666666666667vw;
    font-size: 4.5333333333333vw;
    font-weight: bold;
    text-align: center;
    color: #000;
    line-height: 1;
}

#suntory_contents .hall_contents .producer h3 {
    margin-bottom: 6vw;
    font-size: 5.8666666666667vw;
    font-weight: bold;
    text-align: center;
    color: #000;
    letter-spacing: -0.025em;
    line-height: 1;
}

#suntory_contents .hall_contents .producer .producer_project .project {
    margin: 0 4vw;
}

#suntory_contents .hall_contents .producer .producer_project .project .text {
    margin: 0 2.6666666666667vw;
    padding: 5.3333333333333vw 0;
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #000;
}

#suntory_contents .hall_contents .producer .producer_project .project .performance_list {
    margin: 0 2.6666666666667vw;
}

#suntory_contents .hall_contents .producer .producer_project .project .performance_list li {
    margin-bottom: 2.6666666666667vw;
    width: 86.6666666666667vw;
    list-style: none;
}

#suntory_contents .hall_contents .producer .producer_project .project .performance_list li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a {
    width: 86.6666666666667vw;
    min-height: 24vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw 2vw 2vw 9.3333333333333vw;
    text-decoration: none;
    position: relative;
}

#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #990000 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a .date {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #990000;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a .date .note {
    margin-left: 2.6666666666667vw;
    color: #666666;
}

#suntory_contents .hall_contents .producer .producer_project .project .performance_list li a h4 {
    font-size: 4vw;
    color: #000;
    letter-spacing: 0;
}

/* ========================================================================
theme[sp]
========================================================================= */
#suntory_contents .hall_contents .theme {
    background: #faf4e4 url(../img/content_img_02_sp.webp) no-repeat 0 0;
    background-size: 100vw auto;
    padding: 35.666667vw 0 6.6666666666667vw;
}

.no-webp #suntory_contents .hall_contents .theme {
    background: #faf4e4 url(../img/content_img_02_sp.png) no-repeat 0 0;
    background-size: 100vw auto;
}

#suntory_contents .hall_contents .theme h3 {
    margin-bottom: 4vw;
    font-size: 5.8666666666667vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #000;
    letter-spacing: -0.025em;
}

#suntory_contents .hall_contents .theme .sub_title {
    margin-bottom: 6vw;
    font-size: 4.5333333333333vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.05em;
    color: #000;
}

#suntory_contents .hall_contents .theme .performance_list {
    margin: 0 6.6666666666667vw;
}

#suntory_contents .hall_contents .theme .performance_list li {
    margin-bottom: 2.6666666666667vw;
    width: 86.6666666666667vw;
    list-style: none;
}

#suntory_contents .hall_contents .theme .performance_list li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .theme .performance_list li a {
    width: 86.6666666666667vw;
    min-height: 24vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw 2vw 2vw 9.3333333333333vw;
    text-decoration: none;
    position: relative;
}

#suntory_contents .hall_contents .theme .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #9c6f00 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .theme .performance_list li a .date {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #9c6f00;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .theme .performance_list li a .date .note {
    margin-left: 2.6666666666667vw;
    color: #666666;
}

#suntory_contents .hall_contents .theme .performance_list li a h4 {
    font-size: 4vw;
    color: #000;
    letter-spacing: 0;
}

/* ========================================================================
akutagawa[sp]
========================================================================= */
#suntory_contents .hall_contents .akutagawa {
    background-color: #fff;
    background-image: url(../img/content_img_03_sp.webp), url(../img/content_bg_04-2_sp.webp);
    background-size: 100vw auto, 100vw auto;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    padding: 35.666666666666667vw 0 13vw
}

.no-webp #suntory_contents .hall_contents .akutagawa {
    background-color: #fff;
    background-image: url(../img/content_img_03_sp.png), url(../img/content_bg_04-2_sp.png);
    background-size: 100vw auto, 100vw auto;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
}

#suntory_contents .hall_contents .akutagawa .performance_list {
    margin: 0 6.6666666666667vw;
}

#suntory_contents .hall_contents .akutagawa .performance_list li {
    margin-bottom: 2.6666666666667vw;
    width: 86.6666666666667vw;
    list-style: none;
}

#suntory_contents .hall_contents .akutagawa .performance_list li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .akutagawa .performance_list li a {
    width: 86.6666666666667vw;
    min-height: 24vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw 2vw 2vw 9.3333333333333vw;
    text-decoration: none;
    position: relative;
}

#suntory_contents .hall_contents .akutagawa .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #4433bb url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .akutagawa .performance_list li a .date {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #4433bb;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .akutagawa .performance_list li a .date .note {
    margin-left: 2.6666666666667vw;
    color: #666666;
}

#suntory_contents .hall_contents .akutagawa .performance_list li a h4 {
    font-size: 4vw;
    color: #000;
    letter-spacing: 0;
}

/* ========================================================================
composer[sp]
========================================================================= */

#suntory_contents .hall_contents .composer {
    border-top: 2.6666666666667vw #920c26 solid;
    padding-top: 12vw;
    position: relative;
    padding-bottom: 6.6666666666667vw;
}

#suntory_contents .hall_contents .composer::before {
    content: '';
    width: 48.8vw;
    height: 34.4vw;
    background: url(../img/content_bg_05.webp) no-repeat 0 0;
    background-size: 48.8vw auto;
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translate(-50%, 0);
    mix-blend-mode: multiply;
    z-index: 1;
}

.no-webp #suntory_contents .hall_contents .composer::before {
    background: url(../img/content_bg_05.png) no-repeat 0 0;
    background-size: 48.8vw auto;
}

#suntory_contents .hall_contents .composer .composer_title h2 {
    height: 18.133333vw;
    background: url(../img/05_musicaward_sp.svg) no-repeat 0 0;
    background-size: auto 18.133333vw;
    text-indent: -999999px;
    background-position: center;
    margin-bottom: 8vw;
}

#suntory_contents .hall_contents .composer .text {
    margin: 2.6666666666667vw auto 5.3333333333333vw;
    font-size: 3.7333333333333vw;
    line-height: 1.571428571428571;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: -0.025em;
}

#suntory_contents .hall_contents .composer_Box .text {
    font-weight: normal;
}

#suntory_contents .hall_contents .composer .performance_list {
    margin: 4vw auto 0;
    justify-content: center;
    display: flex;
}

#suntory_contents .hall_contents .composer .performance_list li {
    width: 79.333333vw;
    list-style: none;
}

#suntory_contents .hall_contents .composer .performance_list li>a {
    width: 79.333333vw;
    min-height: 24vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw 2vw 2vw 9.3333333333333vw;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#suntory_contents .hall_contents .composer .performance_list li>a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #920c26 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .composer .performance_list li a .date {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #920c26;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .composer .performance_list li a .date .note {
    margin-left: 2.6666666666667vw;
    color: #666666;
}

#suntory_contents .hall_contents .composer .performance_list li a h4 {
    font-size: 4vw;
    color: #000;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .summer.conposer_content {
    padding-bottom: 0;
    background: #fff;
    margin-top: -2px;
}

#suntory_contents .hall_contents .composer .composerWrap {}

#suntory_contents .hall_contents .composer .composer_Box {
    padding-bottom: 4vw;
    background-color: #f0f0f0;
    padding-top: 30.66666vw;
    position: relative;
    width: 86.66666666666667vw;
    margin: auto;
    text-align: center;
}

#suntory_contents .hall_contents .composer .composer_Box.composer01 {}

#suntory_contents .hall_contents .composer .composer_Box.composer02 {
    margin-top: 5.33333vw;
}

#suntory_contents .hall_contents .composer .composer_Box:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 30.66666vw;
    top: 0;
    left: 0;
}

#suntory_contents .hall_contents .composer .composer_Box.composer01:before {
    background: url(../img/content_img_04_sp.png) center/cover no-repeat;
}

#suntory_contents .hall_contents .composer .composer_Box.composer02:before {
    background: url(../img/content_img_05_sp.png) center/cover no-repeat;
}

#suntory_contents .hall_contents .composer .composer_Box>h4 {
    margin: 4vw auto 0;
    font-size: 4vw;
}

#suntory_contents .hall_contents .composer .composer_Box>h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw
}

#suntory_contents .hall_contents .composer .composer_Box .text {
    font-size: 3.733333vw;
    margin-top: 0;
}

#suntory_contents .hall_contents .composer .composer_Box .btn_feature a {
    margin: 0 auto;
    width: 73.33333333333333vw;
    height: 13.3333333333333vw;
    background: #920c26;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(146, 12, 38, 0.5);
    position: relative;



}

#suntory_contents .hall_contents .composer .composer_Box .btn_feature a:before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #660011 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

/* ========================================================================
ark_contents[sp]
========================================================================= */


/* ========================================================================
music_week[sp]
========================================================================= */
#suntory_contents .hall_contents .music_week {
    margin-bottom: 8vw;
    background: url(../img/content_bg_06_sp.webp) no-repeat 0 0, url(../img/content_img_06_sp.webp) no-repeat center bottom;
    background-size: 100vw auto, 86.6666666666667vw auto;
    padding: 8vw 0 36vw;
}

.no-webp #suntory_contents .hall_contents .music_week {
    background: url(../img/content_bg_06_sp.png) no-repeat 0 0, url(../img/content_img_06_sp.png) no-repeat center bottom;
    background-size: 100vw auto, 86.6666666666667vw auto;
}

#suntory_contents .hall_contents .music_week .title {
    -webkit-filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    margin: 0 auto 2vw;
    width: 78.66666vw;
    height: 50.66666vw;
    background: url(../img/06_arkhills_sp.svg) no-repeat 0 4vw;
    background-size: 78.66666vw auto;
}

#suntory_contents .hall_contents .music_week .title p,
#suntory_contents .hall_contents .music_week .title h2 {
    text-indent: -999999px;
}

#suntory_contents .hall_contents .music_week .text {
    margin: 0 6.6666666666667vw 6.133vw;
    font-size: 3.7333333333333vw;
    line-height: 1.571428571428571;
    font-weight: bold;
    text-align: center;
    color: #358700;
    letter-spacing: -0.05em;
}

#suntory_contents .hall_contents .music_week .btn_feature a {
    margin: 0 auto;
    width: 74vw;
    height: 13.3333333333333vw;
    background: #358700;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgb(85 0 17 / 20%);
    position: relative;
}

#suntory_contents .hall_contents .music_week .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #226600 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .music_week .btn_feature a::after {
    content: '';
    width: 2.6666666666667vw;
    height: 2.6666666666667vw;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 2.6666666666667vw 2.6666666666667vw;
    position: absolute;
    top: 2.6666666666667vw;
    right: 2.6666666666667vw;
}

#suntory_contents .hall_contents .music_week .btn_feature.inactive a::before {
    display: none;
}

#suntory_contents .hall_contents .music_week .note {
    margin: 4vw 0 6.6666666666667vw;
    color: #888888;
    font-size: 2.6666666666667vw;
    text-align: center;
}

/* ========================================================================
classics[sp]
========================================================================= */
#suntory_contents .hall_contents .classics {
    background: linear-gradient(to bottom, #ffffff 0%, #a7d397 120%);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 8vw;
    padding: 0 0 8vw;
}

#suntory_contents .hall_contents .classics .inner {

    background: linear-gradient(to top, transparent 0%, transparent 80%, #a7d397 120%);
    background-size: auto;
    box-shadow: 0px 0px 1.3333333333333vw 0px rgba(167, 211, 151, 0.65);
    padding: 0 0 6.667vw;
    margin: 0 auto;
    width: 86.6666666666667vw;

}

#suntory_contents .hall_contents .classics .title {
    -webkit-filter: drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    margin: 0 auto 2.6666666666667vw auto;
    width: 80vw;
    height: 38.667vw;
    background: url(../img/07_arkclassic_sp.svg) no-repeat 0 7vw;
    background-size: 80vw auto;
}

#suntory_contents .hall_contents .classics .title h2,
#suntory_contents .hall_contents .classics .title p {
    text-indent: -999999px;
}

#suntory_contents .hall_contents .classics .text {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    line-height: 1.571428571428571;
    color: #358700;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: -0.025em;
    padding-bottom: 5.333vw;
}


#suntory_contents .hall_contents .classics .btn_feature {
    padding-bottom: 45.867vw;
    background: url(../img/content_img_07_sp.png) no-repeat center bottom;
    background-size: 73.3333333333333vw auto;
}

#suntory_contents .hall_contents .classics .btn_feature a {
    margin: 0 auto;
    width: 60vw;
    height: 13.3333333333333vw;
    background: #358700;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(85, 0, 17, 0.2);
    position: relative;
    margin-bottom: 6.667vw;
}

#suntory_contents .hall_contents .classics .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #226600 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .classics .btn_feature.inactive a::before {
    display: none;
}

/* ========================================================================
hall_series[sp]
========================================================================= */
#suntory_contents .hall_contents .hall_series {
    background: url(../img/content_bg_08_sp.webp), url(../img/content_bg_09_sp.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, bottom;
    background-size: 100vw auto, 100vw auto;
    background-color: #fff;
    padding: 10vw 0 10.6666666666667vw;
}

.no-webp #suntory_contents .hall_contents .hall_series {
    background: url(../img/content_bg_08_sp.png), url(../img/content_bg_09_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, bottom;
    background-size: 100vw auto, 100vw auto;
    background-color: #fff;
}

#suntory_contents .hall_contents .hall_series .title {
    -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    margin: 0 auto 4vw;
    width: 52vw;
    height: 42.66666vw;
    background: url(../img/08_koyama_sp.svg) no-repeat 0 4vw;
    background-size: 52vw auto;
}

#suntory_contents .hall_contents .hall_series .title h2,
#suntory_contents .hall_contents .hall_series .title p {
    text-indent: -999999px;
}

#suntory_contents .hall_contents .hall_series .text {
    background: url(../img/content_img_08_sp.webp) no-repeat center bottom;
    background-size: 86.6666666666667vw auto;
    margin: 0 0 5.867vw;
    padding: 0 0 50.133vw;
    color: #aa3399;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    line-height: 1.571428571428571;
    text-align: center;
    letter-spacing: -0.025em;
}

.no-webp #suntory_contents .hall_contents .hall_series .text {
    background: url(../img/content_img_08_sp.png) no-repeat center bottom;
    background-size: 86.6666666666667vw auto;
}

#suntory_contents .hall_contents .hall_series .performance_list {
    margin: 8vw 6.6666666666667vw 0;
}

#suntory_contents .hall_contents .hall_series .performance_list li {
    margin-bottom: 2.6666666666667vw;
    width: 86.6666666666667vw;
    list-style: none;
}

#suntory_contents .hall_contents .hall_series .performance_list li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .hall_series .performance_list li a {
    width: 86.6666666666667vw;
    min-height: 24vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw 2vw 2vw 9.3333333333333vw;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(170, 51, 153, 0.3);
}

#suntory_contents .hall_contents .hall_series .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #aa3399 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .hall_series .performance_list li a .date {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #aa3399;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .hall_series .performance_list li a .date .note {
    margin-left: 2.6666666666667vw;
    color: #666666;
}

#suntory_contents .hall_contents .hall_series .performance_list li a h3 {
    font-size: 4vw;
    color: #000;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .hall_series .btn_feature a {
    margin: 0 auto;
    width: 74vw;
    height: 13.3333333333333vw;
    background: #5566bb;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(0, 136, 102, 0.2);
    position: relative;
}

#suntory_contents .hall_contents .hall_series .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #554499 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .hall_series .btn_feature.inactive a {
    pointer-events: none;
    background: #dad4df;
    box-shadow: none;
}

#suntory_contents .hall_contents .hall_series .btn_feature.inactive a::before {
    display: none;
}

/* ========================================================================
uchida_orchestra[sp]
========================================================================= */
#suntory_contents .hall_contents .uchida_orchestra {
    background: url(../img/bg_uchida_orchestra.webp), url(../img/bg_uchida_orchestra_bottom.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, bottom;
    background-size: 100vw auto, 100vw auto;
    background-color: #fff;
    padding: 13.333vw 0 10.666666666666667vw;
}

.no-webp #suntory_contents .hall_contents .uchida_orchestra {
    background: url(../img/bg_uchida_orchestra.jpg), url(../img/bg_uchida_orchestra_bottom.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, bottom;
    background-size: 100vw auto, 100vw auto;
    background-color: #fff;
}

#suntory_contents .hall_contents .uchida_orchestra .title {
    -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    margin: 0 auto;
    width: 77.333vw;
    height: 26.667vw;
    background: url(../img/10_title_uchida.svg) no-repeat 0 0;
    background-size: 77.333vw auto;
}

#suntory_contents .hall_contents .uchida_orchestra .title h2,
#suntory_contents .hall_contents .uchida_orchestra .title p {
    text-indent: -999999px;
}

#suntory_contents .hall_contents .uchida_orchestra .text {
    background: url(../img/img_uchida_orchestra.webp) no-repeat center bottom;
    background-size: 86.6666666666667vw auto;
    margin: 0 0 6.133333333333333vw;
    padding: 0 0 49.333333333333333vw;
    color: #119988;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    line-height: 1.571428571428571;
    text-align: center;
    letter-spacing: -0.025em;
}

.no-webp #suntory_contents .hall_contents .uchida_orchestra .text {
    background: url(../img/img_uchida_orchestra.jpg) no-repeat center bottom;
    background-size: 86.6666666666667vw auto;
}

#suntory_contents .hall_contents .uchida_orchestra .performance_list {
    margin: 8vw 6.6666666666667vw 0;
}

#suntory_contents .hall_contents .uchida_orchestra .performance_list li {
    margin-bottom: 2.6666666666667vw;
    width: 86.6666666666667vw;
    list-style: none;
}

#suntory_contents .hall_contents .uchida_orchestra .performance_list li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .uchida_orchestra .performance_list li a {
    width: 86.6666666666667vw;
    min-height: 24vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw 2vw 2vw 9.3333333333333vw;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(0, 119, 102, 0.35);
}

#suntory_contents .hall_contents .uchida_orchestra .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #119988 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .uchida_orchestra .performance_list li a .date {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #119988;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .uchida_orchestra .performance_list li a .date .note {
    margin-left: 2.6666666666667vw;
    color: #666666;
}

#suntory_contents .hall_contents .uchida_orchestra .performance_list li a h3 {
    font-size: 4vw;
    color: #000;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .uchida_orchestra .btn_feature a {
    margin: 0 auto;
    width: 74vw;
    height: 13.3333333333333vw;
    background: #119988;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(0, 119, 102, 0.35);
    position: relative;
}

#suntory_contents .hall_contents .uchida_orchestra .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #006644 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .uchida_orchestra .btn_feature.inactive a {
    pointer-events: none;
    background: #aac8c4;
    box-shadow: none;
}

#suntory_contents .hall_contents .uchida_orchestra .btn_feature.inactive a::before {
    display: none;
}

/* ========================================================================
wph_special[sp]
========================================================================= */
#suntory_contents .hall_contents .wph_special {
    background-color: #ffffff;
    background-image: url(../img/content_bg_10_sp.webp), url(../img/content_bg_11_sp.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100vw auto, 100vw auto;
    padding: 4vw 0 10.6666666666667vw
}

.no-webp #suntory_contents .hall_contents .wph_special {
    background-color: #ffffff;
    background-image: url(../img/content_bg_10_sp.png), url(../img/content_bg_11_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100vw auto, 100vw auto;
    padding: 4vw 0 10.6666666666667vw
}

#suntory_contents .hall_contents .wph_special .title {
    -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    margin: 0 auto 8vw;
    width: 90.66666vw;
    height: 40vw;
    background: url(../img/09_wph_sp.svg) no-repeat 0 8vw;
    background-size: 90.66666vw auto;
    position: relative;
}

#suntory_contents .hall_contents .wph_special .title::before {
    content: '';
    position: absolute;
    top: 16vw;
    left: 2.666666vw;
    width: 12.66666vw;
    height: 14.66666666666667vw;
    background-image: url(../img/09_wph_logo.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#suntory_contents .hall_contents .wph_special .title h2,
#suntory_contents .hall_contents .wph_special .title p {
    text-indent: -999999px;
}

#suntory_contents .hall_contents .wph_special .text {
    background: url(../img/content_img_11_sp.webp) no-repeat center 0;
    background-size: 73.333vw auto;
    margin: 0 0 7.2vw;
    padding: 80vw 0 0;
    color: #885500;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    line-height: 1.571428571428571;
    text-align: center;
    letter-spacing: -0.025em;
}

.no-webp #suntory_contents .hall_contents .wph_special .text {
    background: url(../img/content_img_11_sp.png) no-repeat center 0;
    background-size: 73.333vw auto;
}

#suntory_contents .hall_contents .wph_special .performance_list {
    margin: 0 6.6666666666667vw;
}

#suntory_contents .hall_contents .wph_special .performance_list li {
    margin-bottom: 2.6666666666667vw;
    width: 86.6666666666667vw;
    list-style: none;
}

#suntory_contents .hall_contents .wph_special .performance_list li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .wph_special .performance_list li a {
    width: 86.6666666666667vw;
    min-height: 24vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2vw 2vw 2vw 9.3333333333333vw;
    text-decoration: none;
    position: relative;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(102, 68, 0, 0.4);
}

#suntory_contents .hall_contents .wph_special .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #885500 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .wph_special .performance_list li a .date {
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #885500;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .wph_special .performance_list li a .date .note {
    margin-left: 2.6666666666667vw;
    color: #666666;
}

#suntory_contents .hall_contents .wph_special .performance_list li a h3 {
    font-size: 4vw;
    color: #000;
    letter-spacing: 0;
}

#suntory_contents .hall_contents .wph_special>.btn_feature {
    margin-bottom: 8vw;
}

#suntory_contents .hall_contents .wph_special .btn_feature a {
    margin: 0 auto;
    width: 74vw;
    height: 13.3333333333333vw;
    background: #a72;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(136, 85, 17, 0.2);
    position: relative;
}

#suntory_contents .hall_contents .wph_special .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #851 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .wph_special .btn_feature.inactive a {
    pointer-events: none;
    background: #dbceb8;
    box-shadow: none;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li {
    position: relative;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #885500 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - -13vw);
    left: 0;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #dbceb8 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - -13vw);
    left: 0;
}

#suntory_contents .hall_contents .wph_special .btn_feature.inactive a::before {
    display: none;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li>a::before {
    display: none;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra {
    margin: 6.6666666666667vw 6.6666666666667vw 0;
    border-top: 0.2666666666667vw solid #aa7722;
    border-image: linear-gradient(to right, #d4bb90 0%, #aa7722 50%, #d4bb90 100%) 1;
    padding-top: 6.6666666666667vw;
    list-style: none;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li {
    margin: 0 auto 5.3333333333333vw;
    width: 86.6666666666667vw;
    background: #fff;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(136, 85, 0, 0.2);
    position: relative;
    overflow: hidden;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive a::before {
    background: #dbceb8 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
}

#suntory_contents .hall_contents .wph_special .wph_special .performance_list_extra li:last-child {
    margin: 0 auto;
}

#suntory_contents .hall_contents .performance_list_extra li a {
    text-decoration: none;
    padding: 0 0 4vw;
    display: block;
    position: relative;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #885500 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: calc(calc(calc(100% - 34.667vw) / 2) + 32vw);
    left: 0;
}

#suntory_contents .hall_contents .performance_list_extra li.inactive a {
    pointer-events: none;
}

#suntory_contents .hall_contents .performance_list_extra li a::after {
    content: '';
    width: 86.6666666666667vw;
    height: 8.8vw;
    position: absolute;
    top: 26.4vw;
    left: 0;
}

#suntory_contents .hall_contents .performance_list_extra picture img {
    width: 100%;
    height: auto;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra .date {
    margin: 0 9.3333333333333vw 2vw;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #885500;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra h3 {
    margin: 0 9.3333333333333vw;
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    line-height: 1.333333333333333;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature {
    border-top: 0.1333333333333vw #dddddd solid;
    height: 21.3333333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature a {
    margin: 0;
    padding: 0;
    width: 46.6666666666667vw;
    height: 10.6666666666667vw;
    background: #885500;
    color: #fff;
    text-decoration: none;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(34, 68, 51, 0.4);
    position: relative;
    text-decoration: none;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #007722 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: 2.6666666666667vw;
    left: 0;
}

#suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature.inactive a {
    background: #99ddbb;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(85, 0, 17, 0.2);
    pointer-events: none;
}

#suntory_contents .hall_contents .wph_special .btn_feature.inactive a::before {
    background: #66cc88 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
}


/* ========================================================================
enjoy_music[sp]
========================================================================= */

#suntory_contents .hall_contents .enjoy_music {
    background: url(../img/bg_enjoy_music.webp) no-repeat 0 0;
    background-size: 100vw auto;
    position: relative;
    padding: 20.2666666666667vw 0 0;
}

.no-webp #suntory_contents .hall_contents .enjoy_music {
    background: url(../img/bg_enjoy_music.jpg) no-repeat 0 0;
    background-size: 100vw auto;
}

#suntory_contents .hall_contents .enjoy_music::before {
    content: '';
    width: 19.466666666666667vw;
    height: 18.6666666666667vw;
    background: url(../img/logo_enjoy_music.webp) no-repeat 0 0;
    background-size: 19.466666666666667vw auto;
    position: absolute;
    top: 5.333vw;
    left: 8vw;
}

.no-webp #suntory_contents .hall_contents .enjoy_music::before {
    background: url(../img/logo_enjoy_music.png) no-repeat 0 0;
    background-size: 19.466666666666667vw auto;
}

#suntory_contents .hall_contents .enjoy_music .lead {
    margin-bottom: 8vw;
}

#suntory_contents .hall_contents .enjoy_music .lead h2 {
    margin: 0 0 8vw 4.9333333333333vw;
    width: 90.133333333333333vw;
    height: 14.6666666666667vw;
    background: url(../img/12_enjoy_sp.svg) no-repeat 0 0;
    background-size: 90.133333333333333vw auto;
    text-indent: -999999px;
}

#suntory_contents .hall_contents .enjoy_music .lead .text {
    margin-bottom: 8vw;
    color: #008a28;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    line-height: 1.571428571428571;
    text-align: center;
    letter-spacing: -0.05em;
}

#suntory_contents .hall_contents .enjoy_music .lead .btn_feature a {
    margin: 0 auto;
    width: 84vw;
    height: 13.3333333333333vw;
    background: #008a28;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(8, 124, 48, 0.55);
    position: relative;
}

#suntory_contents .hall_contents .enjoy_music .lead .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #006611 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .enjoy_music .lead .btn_feature.inactive a {
    background: #bcd9c5;
    box-shadow: none;
    pointer-events: none;
}

#suntory_contents .hall_contents .enjoy_music .lead .btn_feature.inactive a::before {
    display: none;
}

/* ========================================================================
wien_orchestra[sp]
========================================================================= */

#suntory_contents .hall_contents .wien_orchestra {
    background-color: #ffffff;
    background-image: url(../img/content_bg_12_sp.webp), url(../img/content_bg_12-2_sp.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100vw auto, 100vw auto;
    padding: 4vw 0 10.6666666666667vw
}

.no-webp #suntory_contents .hall_contents .wien_orchestra {
    background-color: #ffffff;
    background-image: url(../img/content_bg_12_sp.png), url(../img/content_bg_12-2_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100vw auto, 100vw auto;
    padding: 4vw 0 10.6666666666667vw
}

#suntory_contents .hall_contents .wien_orchestra .title {
    -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    margin: 0 auto 4vw;
    width: 89.33333vw;
    height: 28vw;
    background: url(../img/10_volksoperwien_sp.svg) no-repeat 0 8vw;
    background-size: 89.33333vw auto;

}

#suntory_contents .hall_contents .wien_orchestra .title h2,
#suntory_contents .hall_contents .wien_orchestra .title p {
    text-indent: -999999px;
}

#suntory_contents .hall_contents .wien_orchestra .text {
    margin-bottom: 8vw;
    color: #000;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    line-height: 1.571428571428571;
    text-align: center;
    letter-spacing: -0.05em;
}

#suntory_contents .hall_contents .wien_orchestra h2 {
    margin: 0 0 8vw 4.9333333333333vw;
    width: 90.133333333333333vw;
    height: 14.6666666666667vw;
    background-size: 90.133333333333333vw auto;
    text-indent: -999999px;
}

#suntory_contents .hall_contents .wien_orchestra .btn_feature a {
    margin: 0 auto;
    width: 46.6666666666667vw;
    height: 10.6666666666667vw;
    background: #885500;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(136, 85, 0, 0.4);
    position: relative;
}

#suntory_contents .hall_contents .wien_orchestra .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #087c30 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list {
    margin: 0;
    padding-top: 0;
    list-style: none;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li {
    margin: 0 auto 5.3333333333333vw;
    width: 86.6666666666667vw;
    background: #fff;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(136, 85, 0, 0.4);
    position: relative;
    overflow: hidden;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li.inactive a::before {
    background: #dbceb8 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li:last-child {
    margin: 0 auto;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li>a {
    text-decoration: none;
    padding: 0 0 4vw;
    display: block;
    position: relative;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #552200 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: calc(calc(calc(100% - 14.667vw) / 2) + 32vw);
    left: 0;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li a::after {
    content: '';
    width: 86.6666666666667vw;
    height: 8.8vw;
    position: absolute;
    top: 26.4vw;
    left: 0;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list picture img {
    width: 100%;
    height: auto;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list .date {
    margin: 0 9.3333333333333vw 2vw;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #885500;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list h3 {
    margin: 0 6vw 0 9.3333333333333vw;
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    line-height: 1.333333333333333;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature {
    border-top: 0.1333333333333vw #dddddd solid;
    height: 18.6666666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature.blank::after {
    content: '';
    width: 2.6666666666667vw;
    height: 2.6666666666667vw;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 2.6666666666667vw 2.6666666666667vw;
    position: absolute;
    top: 6.4vw;
    right: 22.9333333333333vw;
}

/*
#suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature > a {
    margin:0;
    padding:0;
    width:46.6666666666667vw;
    height:10.6666666666667vw;
    background:#11aa55;
    color:#fff;
    text-decoration: none;
    font-size:3.7333333333333vw;
    font-weight:bold;
    display:flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(34, 68, 51, 0.4);
    position:relative;
    text-decoration: none;
}*/
#suntory_contents .hall_contents .wien_orchestra .performance_list li .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #552200 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: 2.6666666666667vw;
    left: 0;
}

#suntory_contents .hall_contents .wien_orchestra .btn_feature.inactive a::before {
    background: #dbceb8 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .note {
    margin: -1.6vw 0 2.1333333333333vw;
    color: #888888;
    font-size: 2.6666666666667vw;
    text-align: center;
}

#suntory_contents .hall_contents .wien_orchestra .performance_list picture img {
    width: 100%;
    height: auto;
}

/* ========================================================================
nijikura[sp]
========================================================================= */

#suntory_contents .hall_contents .nijikura {
    border-top: 2.6666666vw solid #88c0d8;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #56a5c7 120%);
    position: relative;
    padding: 12vw 0 8vw;
}

.no-webp #suntory_contents .hall_contents .nijikura {}

#suntory_contents .hall_contents .nijikura .titleLogoWarp {
    display: flex;
    position: absolute;
    top: 108vw;
    justify-content: center;
    width: 100%;
    gap: 12vw;
}

#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo {
}

#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo img {width: 100%;}

#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo1 {width: 28vw;}

#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo2 {width: 26.13333vw;}

#suntory_contents .hall_contents .nijikura .titleLogoWarp .logo2 .caption {text-align: center;font-size: 2.666666vw;font-weight: bold;}

#suntory_contents .hall_contents .nijikura .title h2,
#suntory_contents .hall_contents .nijikura .title p {
    text-indent: -999999px;
    font-size: 0;
}

#suntory_contents .hall_contents .nijikura .title {
    margin: 0 auto;
    width: 74.666666vw;
    height: 45vw;
    background: url(../img/11_niji_sp.svg) no-repeat 0 0;
    background-size: 74.666666vw auto;
    text-indent: -999999px;
}


#suntory_contents .hall_contents .nijikura .text {
    margin: 0 0 5.867vw;
    padding: 0 0 40vw;
    color: #007bbf;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    line-height: 1.571428571428571;
    text-align: center;
    letter-spacing: -0.025em;
}

#suntory_contents .hall_contents .nijikura .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #007bbf url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .nijikura .performance_list {
    margin: 0;
    padding-top: 0;
    list-style: none;
}

#suntory_contents .hall_contents .nijikura .performance_list li {
    margin: 0 auto 5.3333333333333vw;
    width: 86.6666666666667vw;
    background: #fff;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(0, 123, 191, 0.25);
    position: relative;
    overflow: hidden;
}

#suntory_contents .hall_contents .nijikura .performance_list li:last-child {
    margin: 0 auto;
}

#suntory_contents .hall_contents .nijikura .performance_list li a {
    text-decoration: none;
    padding: 0 0 4vw;
    display: block;
    position: relative;
}

#suntory_contents .hall_contents .nijikura .performance_list li a .txt_small {
    font-size: 3.6vw;
    color: #000;
    margin: 0 0 0 14vw;
}

#suntory_contents .hall_contents .nijikura .performance_list li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #007bbf url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: calc(calc(calc(100% - 24.667vw) / 2) + 32vw);
    left: 0;
}

#suntory_contents .hall_contents .nijikura .performance_list li a::after {
    content: '';
    width: 86.6666666666667vw;
    height: 8.8vw;
    position: absolute;
    top: 26.4vw;
    left: 0;
}

#suntory_contents .hall_contents .nijikura .performance_list picture img {
    width: 100%;
    height: auto;
}

#suntory_contents .hall_contents .nijikura .performance_list .date {
    margin: 2vw 9.3333333333333vw 2vw;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #007bbf;
}

#suntory_contents .hall_contents .nijikura .performance_list .date span {
    color: #000;
    display: inline-block;
    margin-left: 0.5vw;
    font-size: 3.7333333333333vw;
}

#suntory_contents .hall_contents .nijikura .performance_list h3 {
    margin: 0 6vw 0 9.3333333333333vw;
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    line-height: 1.333333333333333;
}

#suntory_contents .hall_contents .nijikura .performance_list li.feature .btn_feature {
    border-top: 0.1333333333333vw #dddddd solid;
    height: 18.6666666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#suntory_contents .hall_contents .nijikura .performance_list li.feature .btn_feature.blank::after {
    content: '';
    width: 2.6666666666667vw;
    height: 2.6666666666667vw;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 2.6666666666667vw 2.6666666666667vw;
    position: absolute;
    top: 6.4vw;
    right: 22.9333333333333vw;
}

#suntory_contents .hall_contents .nijikura .performance_list li.feature .note {
    margin: -1.6vw 0 2.1333333333333vw;
    color: #888888;
    font-size: 2.6666666666667vw;
    text-align: center;
}

#suntory_contents .hall_contents .nijikura .performance_list picture img {
    width: 100%;
    height: auto;
}

/* ========================================================================
play_list[sp]
========================================================================= */

#suntory_contents .hall_contents .play_list {
    background: url(../img/content_bg_13_sp.webp) no-repeat 0 0;
    background-size: 100% 100%;
    position: relative;
    padding: 12vw 0;
}

.no-webp #suntory_contents .hall_contents .play_list {
    background: url(../img/content_bg_13_sp.png) no-repeat 0 0;
    background-size: 100% 100%;
}

#suntory_contents .hall_contents .play_list .btn_feature a {
    margin: 0 auto;
    width: 46.6666666666667vw;
    height: 10.6666666666667vw;
    background: #880022;
    color: #fff;
    text-decoration: none;
    font-size: 4.2666666666667vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(85, 0, 17, 0.2);
    position: relative;
}

#suntory_contents .hall_contents .play_list .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #660011 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: 4vw;
    left: 4vw;
}

#suntory_contents .hall_contents .play_list .performance_list {
    margin: 0;
    padding-top: 0;
    list-style: none;
}

#suntory_contents .hall_contents .play_list .performance_list li {
    margin: 0 auto 5.3333333333333vw;
    width: 86.6666666666667vw;
    background: #fff;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(85, 0, 17, 0.2);
    position: relative;
    overflow: hidden;
}

#suntory_contents .hall_contents .play_list .performance_list li:last-child {
    margin: 0 auto;
}

#suntory_contents .hall_contents .play_list .performance_list li>a {
    text-decoration: none;
    padding: 0 0 4vw;
    display: block;
    position: relative;
}

#suntory_contents .hall_contents .play_list .performance_list li>a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #880022 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: calc(calc(calc(100% - 24.667vw) / 2) + 32vw);
    left: 0;
}

#suntory_contents .hall_contents .play_list .performance_list li a::after {
    content: '';
    width: 86.6666666666667vw;
    height: 8.8vw;
    position: absolute;
    top: 26.4vw;
    left: 0;
}

#suntory_contents .hall_contents .play_list .performance_list picture img {
    width: 100%;
    height: auto;
}

#suntory_contents .hall_contents .play_list .performance_list .date {
    margin: 2vw 2vw 0 7vw;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #880022;
}

#suntory_contents .hall_contents .play_list .performance_list h3 {
    margin: 0 2vw 0 7vw;
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    line-height: 1.333333333333333;
}

#suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature {
    border-top: 0.1333333333333vw #dddddd solid;
    height: 18.6666666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature.blank::after {
    content: '';
    width: 2.6666666666667vw;
    height: 2.6666666666667vw;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 2.6666666666667vw 2.6666666666667vw;
    position: absolute;
    top: 6.4vw;
    right: 22.9333333333333vw;
}

/*
#suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature> a {
    margin:0;
    padding:0;
    width:46.6666666666667vw;
    height:10.6666666666667vw;
    background:#11aa55;
    color:#fff;
    text-decoration: none;
    font-size:3.7333333333333vw;
    font-weight:bold;
    display:flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(34, 68, 51, 0.4);
    position:relative;
    text-decoration: none;
}*/
#suntory_contents .hall_contents .play_list .performance_list li .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #660011 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: 2.6666666666667vw;
    left: 0;
}

#suntory_contents .hall_contents .play_list .performance_list li.feature .note {
    margin: -1.6vw 0 2.1333333333333vw;
    color: #888888;
    font-size: 2.6666666666667vw;
    text-align: center;
}

#suntory_contents .hall_contents .play_list .performance_list picture img {
    width: 100%;
    height: auto;
}

/* ========================================================================
kids_fes[sp]
========================================================================= 
#suntory_contents .hall_contents .kids_fes {
    margin:0 auto 0;
    padding:38.4vw 0 3.7333333333333vw;
    width:94.666666666666667vw;
    background:url(../img/bg_kids.webp) no-repeat 6.1333333333333vw 5.0666666666667vw,url(../img/bg_kids_middle.webp) no-repeat 5.7333333333333vw 52.133333333333333vw #ffe7ef;
    background-size:84.533333333333333vw auto, 83.866666666666667vw auto;
}
.no-webp #suntory_contents .hall_contents .kids_fes {
    background:url(../img/bg_kids.png) no-repeat 6.1333333333333vw 5.0666666666667vw,url(../img/bg_kids_middle.png) no-repeat 5.7333333333333vw 52.133333333333333vw #ffe7ef;
    background-size:84.533333333333333vw auto, 83.866666666666667vw auto;
}
#suntory_contents .hall_contents .kids_fes .title {
    margin:0 0 6vw 8.133333333333333vw;
    width:78.4vw;
    height:25.466666666666667vw;
    background:url(../img/10_title_kids.svg) no-repeat 0 0;
    background-size:78.4vw auto;
}
#suntory_contents .hall_contents .kids_fes .title h3,
#suntory_contents .hall_contents .kids_fes .title p {
    text-indent:-999999px;
}
#suntory_contents .hall_contents .kids_fes .text {
    margin:0 0 4vw;
    background:url(../img/img_kids.webp) no-repeat 0 bottom;
    background-size:94.666666666666667vw auto;
    padding:0 0 48.933333333333333vw;
    font-size:3.7333333333333vw;
    font-weight:bold;
    line-height:1.571428571428571;
    color:#aa0033;
    text-align:center;
    letter-spacing: -0.025em;
}
.no-webp #suntory_contents .hall_contents .kids_fes .text {
    background:url(../img/img_kids.jpg) no-repeat 0 bottom;
    background-size:94.666666666666667vw auto;
}
#suntory_contents .hall_contents .kids_fes .btn_feature a {
    margin:0 auto;
    width:84vw;
    height:13.3333333333333vw;
    background:#dd2255;
    color:#fff;
    text-decoration: none;
    font-size:4.2666666666667vw;
    font-weight:bold;
    display:flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(221, 34, 85, 0.55);
    position:relative;
}
#suntory_contents .hall_contents .kids_fes .btn_feature a::before {
    content:'';
    width:5.3333333333333vw;
    height:5.3333333333333vw;
    background: #aa0033 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size:1.7333333333333vw auto;
    position:absolute;
    top:4vw;
    left:4vw;
}
#suntory_contents .hall_contents .kids_fes .btn_feature a::after {
    content:'';
    width:2.6666666666667vw;
    height:2.6666666666667vw;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size:2.6666666666667vw 2.6666666666667vw;
    position:absolute;
    top:2.6666666666667vw;
    right:2.6666666666667vw;
}
#suntory_contents .hall_contents .kids_fes .note {
    margin:2.6666666666667vw 0 0;
    color:#888888;
    font-size:2.6666666666667vw;
    text-align:center;
}
*/

/* ========================================================================
performance_list_extra[sp]
========================================================================= */
#suntory_contents .hall_contents .enjoy_music .list_group01 {
    background: linear-gradient(to bottom, #ffffff 0%, #cceeda 100%);
    background-size: auto 13.3333333333333vw;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0 0 13.3333333333333vw;
}

#suntory_contents .hall_contents .enjoy_music .list_group02 {
    border-top: 2.6666666666667vw #fbeee1 solid;
    background: #fbeee1;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0 0 2.9333333333333vw;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra {
    margin: 0;
    padding-top: 0;
    list-style: none;
}

#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra {
    margin: 0;
    padding-top: 8vw;
    list-style: none;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li {
    margin: 0 auto 5.3333333333333vw;
    width: 86.6666666666667vw;
    background: #fff;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(34, 68, 51, 0.4);
    position: relative;
    overflow: hidden;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li.inactive a::before {
    background: #bcd9c5 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
}

#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li.inactive a::before {
    background: #c4c4c4 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:last-child {
    margin: 0 auto;
}

#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li {
    margin: 0 auto 5.3333333333333vw;
    width: 86.6666666666667vw;
    background: #fff;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(85, 0, 17, 0.4);
    position: relative;
    overflow: hidden;
}

#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li:last-of-type {
    margin: 0 auto;
}

#suntory_contents .hall_contents .enjoy_music .performance_list_extra li a {
    text-decoration: none;
    padding: 0 0 4vw;
    display: block;
    position: relative;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #11AA55 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: calc(calc(calc(100% - 22.667vw) / 2) + 32vw);
    left: 0;
}

#suntory_contents .hall_contents .enjoy_music .performance_list_extra li a::after {
    content: '';
    width: 86.6666666666667vw;
    height: 8.8vw;
    position: absolute;
    top: 26.4vw;
    left: 0;
}

#suntory_contents .hall_contents .enjoy_music .performance_list_extra picture img {
    width: 100%;
    height: auto;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .date,
#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra .date {
    margin: 2vw 9.3333333333333vw 2vw;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    color: #008A28;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra h3,
#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra h3 {
    margin: 0 9.3333333333333vw;
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    line-height: 1.333333333333333;
}

#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra .date {
    color: #aa0033;
}

#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature {
    border-top: 0.1333333333333vw #dddddd solid;
    height: 18.6666666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature.blank::after {
    content: '';
    width: 2.6666666666667vw;
    height: 2.6666666666667vw;
    background: url(../img/icon_external.svg) no-repeat 0 0;
    background-size: 2.6666666666667vw 2.6666666666667vw;
    position: absolute;
    top: 6.4vw;
    right: 22.9333333333333vw;
}

#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature a {
    margin: 0;
    padding: 0;
    width: 46.6666666666667vw;
    height: 10.6666666666667vw;
    background: #008a28;
    color: #fff;
    text-decoration: none;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(34, 68, 51, 0.4);
    position: relative;
    text-decoration: none;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #006611 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: 2.6666666666667vw;
    left: 0;
}

#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature.inactive a {
    background: #99ddbb;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgba(85, 0, 17, 0.2);
    pointer-events: none;
}

#suntory_contents .hall_contents .enjoy_music .list_group01 .btn_feature.inactive a::before {
    background: #66cc88 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
}

#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li.feature .btn_feature a {
    background: #aa0033;
}

#suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #660011 url(../img/arrow_right.svg) no-repeat 2vw center;
    background-size: 1.6vw auto;
    position: absolute;
    top: 2.6666666666667vw;
    left: 0;
}

#suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .note {
    margin: -1.6vw 0 2.1333333333333vw;
    color: #888888;
    font-size: 2.6666666666667vw;
    text-align: center;
}

/* ========================================================================
materials[sp]
========================================================================= */
#suntory_contents .hall_contents .materials {
    background: #faeeec;
    padding: 4vw 0 13.3333333333333vw;
}

#suntory_contents .hall_contents .materials .btn_pdf {
    margin: 0 auto 8vw;
    width: 86.6666666666667vw;
    height: 50.667vw;
    background: url(../img/bg_btn.png) no-repeat 0 bottom;
    background-size: 86.6666666666667vw auto;
}

#suntory_contents .hall_contents .materials .btn_pdf a {
    width: 86.6666666666667vw;
    height: 50.667vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-decoration: none;
    padding: 0 6.6666666666667vw 2.6666666666667vw;
    position: relative;
}

.no-webp #suntory_contents .hall_contents .materials .btn_pdf a {
    background: url(../img/img_pdf.webp) no-repeat center 0;
    background-size: 45.6vw auto;
    position: relative;
}

#suntory_contents .hall_contents .materials .btn_pdf a::before {
    content: '';
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 36.48vw;
    height: 26.77333vw;
    background-image: url(../img/pc_img_pdf.webp);
    background-size: contain;
}

#suntory_contents .hall_contents .materials .btn_pdf a span {
    font-size: 4vw;
    font-weight: bold;
    color: #990022;
    text-decoration: none;
    text-align: center;
}

#suntory_contents .hall_contents .materials .btn_pdf a span::before {
    position: absolute;
    content: '';
    width: 7.7333333333333vw;
    height: 9.866666666666667vw;
    background: url(../img/icon_pdf.png) no-repeat 0 0;
    background-size: 7.7333333333333vw auto;
    top: 36vw;
    left: 6.6666666666667vw;
}

#suntory_contents .hall_contents .materials .btn_pdf a span .file_info {
    margin: 0;
    padding: 0;
    background: none;
}

#suntory_contents .hall_contents .materials .archive {
    background: linear-gradient(to bottom, #fbf4f3 0%, #fff 100%);
    padding: 6.6666666666667vw 0;
    text-align: center;
    margin: 0 auto 0;
    width: 86.6666666666667vw;
    color: #000;
    font-size: 4.2vw;
}

#suntory_contents .hall_contents .materials .archive .archive_list {
    margin-bottom: 6.667vw;
}

#suntory_contents .hall_contents .materials .archive .archive_list li {
    margin-bottom: 4vw;
    list-style: none;
}

#suntory_contents .hall_contents .materials .archive .archive_list li:last-child {
    margin-bottom: 0;
}

#suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature {
    display: flex;
    align-items: center;
    justify-content: center;
}

#suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a {
    margin: 0 auto;
    width: 73.3333333333333vw;
    height: 10.6666666666667vw;
    background: #aa6700;
    color: #fff;
    text-decoration: none;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0.2666666666667vw 1.8666666666667vw 0px rgb(136 85 17 / 20%);
    position: relative;
}

#suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a::before {
    content: '';
    width: 5.3333333333333vw;
    height: 5.3333333333333vw;
    background: #994400 url(../img/arrow_right.svg) no-repeat 1.8666666666667vw center;
    background-size: 1.7333333333333vw auto;
    position: absolute;
    top: calc(50% - 2.6666666666667vw);
    left: 0;
}

#suntory_contents .hall_contents .materials .archive a.font_red {
    color: #aa0033;
    font-weight: bold;
    text-decoration: none;
}

#suntory_contents .hall_contents .materials .archive a.link_21-22 {
    color: #990022;
    text-decoration: none;
    margin-top: 6.3vw;
    font-size: 4vw;
    display: inline-block;
}

#suntory_contents .hall_contents .materials .past_performance {
    margin: 0 auto;
    width: 86.6666666666667vw;
}

#suntory_contents .hall_contents .materials .past_performance dt {
    height: 17.3333333333333vw;
    border: 0.1333333333333vw #990022 solid;
    background: #fff url(../img/arrow_down.svg) no-repeat right 7.4666666666667vw center;
    background-size: 3.7333333333333vw auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.0666666666667vw;
    font-weight: bold;
    color: #990022;
    padding-right: 5.0666666666667vw;
}

#suntory_contents .hall_contents .materials .past_performance.open dt {
    background: #fff url(../img/arrow_up.svg) no-repeat right 7.4666666666667vw center;
    background-size: 3.7333333333333vw auto;
}

#suntory_contents .hall_contents .materials .past_performance dd {
    background: #fff;
    display: none;
}

#suntory_contents .hall_contents .materials .past_performance.open dd {
    display: block;
}

#suntory_contents .hall_contents .materials .past_performance ul {
    list-style: none;
    border-left: 0.1333333333333vw #990022 solid;
    border-right: 0.1333333333333vw #990022 solid;
    border-bottom: 0.1333333333333vw #990022 solid;
}

#suntory_contents .hall_contents .materials .past_performance li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 12vw;
    text-decoration: none;
    font-size: 4vw;
    font-weight: bold;
    color: #aa0033;
    padding: 0 4vw;
}

#suntory_contents .hall_contents .materials .past_performance li {
    border-bottom: 0.1333333333333vw #ddbbbb solid;
}

#suntory_contents .hall_contents .materials .past_performance li:last-child {
    border-bottom: none;
}




/*==================================================
pc
================================================== */
@media print,
screen and (min-width:768px) {

    #suntory_contents .hall_contents .sp_item {
        display: none;
    }

    #suntory_contents .hall_contents .pc_item {
        display: block;
    }


    /* ========================================================================
    hall_contents[PC]
    ========================================================================= */
    #suntory_contents .hall_contents {
        background: #faeeec url(../img/content_bg_00.webp) no-repeat center 0;
        background-size: auto 560px;
        padding: 0 0 60px;
        overflow-x: hidden;
    }

    .no-webp #suntory_contents .hall_contents {
        background: #faeeec url(../img/content_bg_00.png) no-repeat center 0;
        background-size: auto 560px;
    }

    #suntory_contents .hall_contents .contents_menu .title_bar .note .sp_txt,
    #suntory_contents .hall_contents .main_visual .note .sp_txt {
        display: none;
    }

    #suntory_contents .hall_contents .contents_menu .title_bar .note .pc_txt,
    #suntory_contents .hall_contents .main_visual .note .pc_txt {
        display: inline;
    }

    /* ========================================================================
    breadcrumbs[PC]
    ========================================================================= */
    #suntory_contents .hall_contents .breadcrumbs {
        display: block;
        margin: 0 auto;
        padding-top: 10px;
        width: 1110px;
    }

    #suntory_contents .hall_contents .breadcrumbs ol {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
    }

    #suntory_contents .hall_contents .breadcrumbs ol li {
        font-size: 13px;
        color: #fff;
    }

    #suntory_contents .hall_contents .breadcrumbs ol li a {
        text-decoration: underline;
        color: #fff;
        position: relative;
        margin: 0 18px 0 0;
    }

    #suntory_contents .hall_contents .breadcrumbs ol li a:hover {
        color: #ffdd66;
    }

    #suntory_contents .hall_contents .breadcrumbs ol li a::after {
        content: '>';
        font-size: 13px;
        line-height: 1;
        color: #bb8888;
        display: block;
        position: absolute;
        top: 0;
        right: -13px;
    }

    /* ========================================================================
    contents_menu[PC]
    ========================================================================= */
    #suntory_contents .overlay_contents_menu {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
        display: none;
    }

    #suntory_contents .hall_contents .contents_menu {
        width: 1140px;
        background: #fff;
        position: fixed;
        top: 100px;
        left: calc(50% - 570px);
        z-index: 100001;
        padding: 0 0 30px;
        display: none;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background: #770022;
        animation: anim 0.5s;
        box-sizing: border-box;
    }

    @keyframes anim {
        0% {
            transform: translateY(-80px);
        }

        100% {
            transform: translateY(0);
        }
    }

    #suntory_contents .hall_contents .contents_menu.menu_active {
        display: block;
        position: fixed;
        top: 25px;
        left: calc(50% - 570px);
        z-index: 100001;
        width: 1140px;
        padding: 0 0 30px;
        box-sizing: border-box;
        background: none;
        overflow: auto;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu::after {
        content: '';
        width: 100vw;
        height: 5px;
        background-image: -moz-linear-gradient(-90deg, rgba(85, 0, 17, 0.4) 0%, rgba(85, 0, 17, 0) 100%);
        background-image: -webkit-linear-gradient(-90deg, rgba(85, 0, 17, 0.4) 0%, rgba(85, 0, 17, 0) 100%);
        background-image: -ms-linear-gradient(-90deg, rgba(85, 0, 17, 0.4) 0%, rgba(85, 0, 17, 0) 100%);
        position: absolute;
        bottom: -5px;
        left: 0;
    }

    #suntory_contents .hall_contents .contents_menu .title_bar {
        width: 1140px;
        height: 70px;
        display: block;
        background: #fff;
        padding: 0;
        position: relative;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar {
        margin: 0 auto;
        width: 1160px;
        height: 70px;
        background: #770022;
    }

    #suntory_contents .hall_contents .contents_menu.menu_active .title_bar {
        width: 1140px;
        height: 60px;
    }

    #suntory_contents .hall_contents .contents_menu .title_bar h2 {
        display: none;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar h2 {
        display: block;
        width: 584px;
        height: 30px;
        background: url(../img/00_title_pc.svg) no-repeat 0 0;
        background-size: 584px auto;
        text-indent: -99999px;
        position: absolute;
        top: 19px;
        left: 267px;
    }

    #suntory_contents .hall_contents .contents_menu .title_bar .btn_title_bar_close {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        background: #aa0033 url(../img/icon_close.svg) no-repeat center center;
        background-size: 12px 12px;
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    #suntory_contents .hall_contents .contents_menu .title_bar .btn_title_bar_close:hover {
        background: #880022 url(../img/icon_close.svg) no-repeat center center;
        background-size: 12px 12px;
    }

    #suntory_contents .hall_contents .contents_menu .title_bar .btn_title_bar {
        display: none;
    }

    #suntory_contents .hall_contents .contents_menu .title_bar .note {
        font-size: 12px;
        line-height: 1;
        letter-spacing: -0.025em;
        color: #000;
        position: absolute;
        top: 28px;
        left: 50px;
    }

    #suntory_contents .hall_contents .contents_menu.menu_active .title_bar .note {
        font-size: 10px;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar_close {
        display: none;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .note {
        display: none;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar {
        width: 170px;
        height: 50px;
        background: #fff url(../img/icon_menu.svg) no-repeat right 25px center;
        background-size: 20px 14px;
        text-indent: 0;
        font-size: 17px;
        font-weight: bold;
        line-height: 50px;
        color: #aa0033;
        padding: 0 0 0 25px;
        position: absolute;
        top: 10px;
        right: 0;
        cursor: pointer;
        display: block;
        border-radius: 2px;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar:hover {
        background: #ffeecc url(../img/icon_menu.svg) no-repeat right 25px center;
        background-size: 20px 14px;
    }

    #suntory_contents .hall_contents .contents_menu.sticky_menu .title_bar .btn_title_bar_close {
        display: none;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list {
        overflow-y: visible;
        padding: 0 0 35px 0;
        background: #fff;
        height: auto;
        position: relative;
    }

    #suntory_contents .hall_contents .contents_menu.menu_active .menu_list {
        display: block;
        height: auto;
        overflow-y: visible;
        padding-bottom: 30px;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list .inner {
        margin: 0 auto 30px;
        width: 1040px;
        display: flex;
        justify-content: space-between;
    }

    #suntory_contents .hall_contents .contents_menu.menu_active .menu_list .inner {
        margin: 0 50px 0;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul {
        list-style: none;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list01 {
        width: 320px;
        border-top: 1px #e8e8e8 solid;
        display: flex;
        flex-direction: column;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 {
        width: 310px;
        border-top: 1px #e8e8e8 solid;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 {
        width: 310px;
        border-top: 1px #e8e8e8 solid;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 li ul li {
        margin-left: unset;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul li {
        border-bottom: none;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul li p {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        text-decoration: none;
        font-size: 16px;
        letter-spacing: -0.05em;
        font-weight: bold;
        color: #aa0033;
        padding: 0;
        cursor: pointer;
        line-height: 1.25;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul li p:hover {
        color: #ee0033;
        text-decoration: underline;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul li ul {
        border: none;
        margin: 0 0 0 18px;
        display: flex;
        flex-direction: column;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul li ul li p {
        padding: 0;
        font-size: 14px;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul li ul li:last-child {
        border-bottom: none;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list01 li {
        padding: 15px 0;
        border-bottom: 1px #e8e8e8 solid;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 {
        padding: 0;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 li ul li {
        margin-left: 0;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 li ul li p {
        line-height: 1.5;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 ul li {
        font-size: 13px;
        border-bottom: 1px #e8e8e8 solid;
        padding: 12px 0;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02 ul li:last-child {
        border-bottom: 1px #e8e8e8 solid;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list02>li.menu_item>p {
        border-bottom: 1px #e8e8e8 solid;
        padding: 15px 0;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03>li.menu_item:nth-child(1)>p {
        border-bottom: 1px #e8e8e8 solid;
        padding: 15px 0;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 li {
        border-bottom: 1px #e8e8e8 solid;
        padding: 20px 0;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03>li:nth-child(1) {
        padding: 0;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03 li:last-child {
        border-bottom: none;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03>li>ul>li:last-child {
        border-bottom: 1px #e8e8e8 solid;
    }

    #suntory_contents .hall_contents .contents_menu .menu_list ul.menu_list03>li>p {
        font-size: 16px;
    }

    #suntory_contents .hall_contents .contents_menu .btn_pdf a {
        margin: 0 auto 30px;
        ;
        width: 330px;
        height: 50px;
        font-size: 13px;
        line-height: 30px;
        font-weight: bold;
        color: #aa0033;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-decoration: none;
        background: #efefef url(../img/icon_pdf.webp) no-repeat 13px center;
        background-size: 23px auto;
        padding-left: 47px;
        border: none;
    }

    #suntory_contents .hall_contents .contents_menu .btn_pdf a:hover {
        color: #ee0033;
        text-decoration: underline;
    }

    .no-webp #suntory_contents .hall_contents .contents_menu .btn_pdf a {
        background: #efefef url(../img/icon_pdf.png) no-repeat 13px center;
        background-size: 23px auto;
    }

    #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook {
        margin: 0;
        width: 304px;
        height: 83px;
        background: url(../img/pc_bg_btn_digitalbook_modal.webp) no-repeat 0 bottom;
        position: absolute;
        bottom: 25px;
        right: 50px;
    }

    #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook:hover {
        background: url(../img/pc_bg_btn_digitalbook_modal_on.webp) no-repeat 0 bottom;
    }

    .no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook {
        background: url(../img/pc_bg_btn_digitalbook_modal.png) no-repeat 0 bottom;
        background-size: 274px auto;
    }

    .no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook:hover {
        background: url(../img/pc_bg_btn_digitalbook_modal_on.png) no-repeat 0 bottom;
        background-size: 274px auto;
    }

    #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor {
        width: 304px;
        height: 83px;
        background: url(../img/img_digitalbook.webp) no-repeat 205px 0;
        background-size: 90px auto;
        display: block;
        text-decoration: none;
        padding: 20px 20px 10px 22px;
        position: relative;
    }

    .no-webp #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor {
        background: url(../img/img_digitalbook.png) no-repeat 158px 0;
        background-size: 90px auto;
    }

    #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor .digitalbook_text01 {
        font-size: 10px;
        margin-top: 7px;
        color: #aa6600;
        line-height: 1;
        transform: scale(1);
        text-indent: 0;
        font-weight: bold;
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .contents_menu .menu_btn_digitalbook .digitalbook_anchor .digitalbook_text02 {
        font-size: 19px;
        margin-top: 6px;
        color: #990022;
        font-weight: bold;
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .contents_menu .btn_close {
        margin: 0 auto;
        width: 140px;
        height: 40px;
        background: #aa0033 url(../img/icon_close.svg) no-repeat 20px center;
        background-size: 12px auto;
        padding-left: 63px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        cursor: pointer;
        margin-top: 55px;
    }

    #suntory_contents .hall_contents .contents_menu .btn_close:hover {
        background: #880022 url(../img/icon_close.svg) no-repeat 20px center;
        background-size: 12px auto;
    }


    /* ========================================================================
    main_visual[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .main_visual {
        min-height: auto;
        height: auto;
        background: none;
        padding: 0;
        margin-top: -40px;
    }

    .no-webp #suntory_contents .hall_contents .main_visual {
        min-height: auto;
        background: none;
        padding: 0;
        margin: 0 auto;
        width: 1160px;
    }

    #suntory_contents .hall_contents .main_visual .title {
        margin: 0 auto;
        width: 876px;
        height: 250px;
        position: relative;
    }

    #suntory_contents .hall_contents .main_visual .title p.sub_title {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .main_visual .title h1 {
        padding: 0;
        margin: 0 auto;

        width: 876px;
        height: 250px;
        background: url(../img/01_title_pc.svg) no-repeat center 50px;
        -webkit-filter: drop-shadow(3px 3px 1px #991100);
        -moz-filter: drop-shadow(3px 3px 1px #991100);
        -ms-filter: drop-shadow(3px 3px 1px #991100);
        filter: drop-shadow(3px 3px 1px #991100);
        -webkit-filter: drop-shadow(0px 0px 20px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8)) drop-shadow(0px 0px 3px rgba(153, 17, 0, .8));
        background-size: 795px auto;
    }

    #suntory_contents .hall_contents .main_visual .btn_menu {
        margin: 0;
        padding: 0 0 0 18px;
        width: 140px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 15px;
        font-weight: bold;
        color: #aa0033;
        text-indent: 0;
        background: #fff url(../img/icon_menu.svg) no-repeat right 20px center;
        background-size: 20px 14px;
        position: absolute;
        top: 30px;
        right: -142px;
        cursor: pointer;
        border-radius: 2px;
    }

    #suntory_contents .hall_contents .main_visual .btn_menu:hover {
        background: #ffeecc url(../img/icon_menu.svg) no-repeat right 20px center;
        background-size: 20px 14px;
    }

    #suntory_contents .hall_contents .main_visual .btn_digitalbook {
        margin: 0 auto;
        width: 286px;
        height: 118px;
        background: url(../img/pc_bg_btn_digitalbook.webp) no-repeat 0 bottom;
        position: absolute;
        top: 115px;
        right: -155px;
        left: auto;
        transform: translate(0, 0);
    }

    .no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook {
        background: url(../img/pc_bg_btn_digitalbook.png) no-repeat 0 bottom;
    }

    #suntory_contents .hall_contents .main_visual .btn_digitalbook:hover {
        background: url(../img/pc_bg_btn_digitalbook_on.webp) no-repeat 0 bottom;
    }

    .no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook:hover {
        background: url(../img/pc_bg_btn_digitalbook_on.png) no-repeat 0 bottom;
    }

    #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor {
        width: 260px;
        height: 80px;
        background: url(../img/img_digitalbook.webp) no-repeat 164px 0;
        background-size: 99px auto;
        display: block;
        text-decoration: none;
        padding: 20px 20px 10px;
        position: relative;
    }

    .no-webp #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor {
        background: url(../img/img_digitalbook.png) no-repeat 150px 0;
        background-size: 99px auto;
    }

    #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor .digitalbook_text01 {
        font-size: 10px;
        margin-top: 14px;
        color: #aa6600;
        line-height: 1;
        transform: scale(1);
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .main_visual .btn_digitalbook .digitalbook_anchor .digitalbook_text02 {
        font-size: 19px;
        margin-top: 6px;
        color: #990022;
        line-height: 1;
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .main_visual .news {
        margin: -25px auto 20px;
        padding: 0 0 0 25px;
        width: 1160px;
        min-height: 60px;
        background: url(../img/pc_bg_news.webp) repeat-y 0 0;
        background-size: 830px auto;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .no-webp #suntory_contents .hall_contents .main_visual .news {
        background: url(../img/pc_bg_news.png) repeat-y 0 0;
        background-size: 830px auto;
    }

    #suntory_contents .hall_contents .main_visual .news .new {
        margin: 0 25px 0 0;
        width: 50px;
        height: 28px;
        background: #cc3300;
        border-radius: 1px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #suntory_contents .hall_contents .main_visual .news p {
        width: auto;
    }

    #suntory_contents .hall_contents .main_visual .news p.kids {
        padding-left: 63px;
        min-height: 38px;
        background: url(../img/logo_kids.png) no-repeat 0 center;
        background-size: 38px auto;
        display: flex;
        align-items: center;
    }

    #suntory_contents .hall_contents .main_visual .news p span {
        font-size: 15px;
        font-weight: bold;
        color: #cc3300;
        cursor: pointer;
        text-decoration: underline;
    }

    #suntory_contents .hall_contents .main_visual .news p span:hover {
        color: #990022;
    }

    #suntory_contents .hall_contents .main_visual .note {
        margin: 0 auto 15px;
        padding: 0;
        width: 1160px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.222222222222222;
        letter-spacing: -.025em;
        color: #fff;
        display: flex;
        justify-content: center;
        transform: scale(1);
        text-indent: 0;
        position: initial;
    }

    #suntory_contents .hall_contents .main_visual .note li {
        white-space: initial;
        text-shadow: 1px 2px 1px #7c2f00;
    }

    #suntory_contents .hall_contents .main_visual .note li+li {
        margin-top: 0;
        margin-left: 15px;
    }


    /* ========================================================================
    target_contents[PC]
    ========================================================================= */
    #suntory_contents .hall_contents .target_contents {
        position: relative;
    }

    /* ========================================================================
    contents_wrap[PC]
    ========================================================================= */
    #suntory_contents .hall_contents .contents_wrap {
        margin: 0 auto 40px;
        width: 1160px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /* ========================================================================
    chamber[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .chamber {
        width: 1160px;
        background-color: #fff;
        background-image: url(../img/content_bg_01.png), url(../img/content_bg_03.webp);
        background-repeat: no-repeat, no-repeat;
        background-position: top center, bottom center;
        background-size: 1160px auto, 1160px auto;
        padding-top: 0;
        padding-bottom: 130px;
    }

    .no-webp #suntory_contents .hall_contents .chamber {
        background-image: url(../img/content_bg_01.png), url(../img/content_bg_03.png);
        background-repeat: no-repeat, no-repeat;
        background-position: top center, bottom center;
        background-size: 1160px auto, 1160px auto;
    }

    #suntory_contents .hall_contents .chamber .title {
        width: 1160px;
        padding: 165px 0 0;
        position: relative;
        height: 470px;
        overflow: hidden;
    }

    #suntory_contents .hall_contents .chamber .title:before {
        width: 210px;
        height: 22px;
        top: 60px;
        left: 80px;
    }

    #suntory_contents .hall_contents .chamber .title h2 {
        width: 541px;
        height: 72px;
        background: url(../img/03_title_cmg_pc.svg) no-repeat 0 0;
        background-size: 541px auto;
        text-indent: -999999px;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
        z-index: 10;
        margin-top: 0;
    }

    .no-webp #suntory_contents .hall_contents .chamber .title h2 {
        background: url(../img/section_title_01.png) no-repeat 0 0;
        background-size: 541px auto;
    }

    #suntory_contents .hall_contents .chamber .title .text {
        margin-bottom: 35px;
        font-size: 15.5px;
        line-height: 1.571428571428571;
        font-weight: bold;
        color: #008330;
        text-align: center;
        letter-spacing: -0.025em;
    }

    #suntory_contents .hall_contents .chamber .title .btn_feature a {
        margin: 70px auto 0;
        width: 210px;
        height: 50px;
        background: #008330;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(85, 153, 102, 0.5);
        position: relative;
    }

    #suntory_contents .hall_contents .chamber .title .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #006611 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .chamber .title .btn_feature a:hover {
        background: #027907;
    }

    #suntory_contents .hall_contents .chamber .title .btn_feature a:hover::before {
        background: #004400 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    #suntory_contents .hall_contents .chamber .performance_list {
        background: none;
        margin: -60px 0 0;
        padding: 0 0 10px 25px;
        display: flex;
        flex-wrap: wrap;
    }

    .no-webp #suntory_contents .hall_contents .chamber .performance_list {
        background: none;
        margin: -40px 0 0;
        padding: 0 0 10px 10px;
        display: flex;
        flex-wrap: wrap;
    }

    #suntory_contents .hall_contents .chamber .performance_list li {
        margin: 0 10px 10px 0;
        width: 270px;
        list-style: none;
    }

    #suntory_contents .hall_contents .chamber .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .chamber .performance_list li a {
        width: 270px;
        min-height: 80px;
        height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px 8px 15px 20px;
        text-decoration: none;
        position: relative;
        box-shadow: 0px 2px 8px 0px rgba(85, 153, 102, 0.5);
    }

    #suntory_contents .hall_contents .chamber .performance_list li a:hover {
        background: #e7ffef;
    }

    #suntory_contents .hall_contents .chamber .performance_list li a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #008a22 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }

    #suntory_contents .hall_contents .chamber .performance_list li a .date {
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        color: #008a22;
        letter-spacing: -0.4px;
    }

    #suntory_contents .hall_contents .chamber .performance_list li.wide a .date {
        margin-bottom: 10px;
    }

    #suntory_contents .hall_contents .chamber .performance_list li a .date.long {
        letter-spacing: -0.05em;
    }

    #suntory_contents .hall_contents .chamber .performance_list li a .date .note {
        font-size: 12px;
        margin-left: 10px;
        color: #666666;
    }

    #suntory_contents .hall_contents .chamber .performance_list li a h3 {
        font-size: 14px;
        line-height: 1.2;
        color: #000;
        letter-spacing: 0;
    }

    #suntory_contents .hall_contents .chamber .performance_list li a h3 .small {
        font-size: 12px;
        letter-spacing: -0.025em;
    }

    /* ========================================================================
    summer[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .summer {
        width: 1160px;
        margin-top: 40px;
        background-color: #fff;
        padding-bottom: 60px;
        background: #fff url(../img/content_bg_04-2.png) no-repeat center bottom;
        background-size: 100% auto;
    }

    #suntory_contents .hall_contents .summer .title {
        /* height: 230px; */
        background: #fff url(../img/content_bg_04.webp) no-repeat 0 0;
        background-size: 100% auto;
        padding: 50px 0 0;
    }

    #suntory_contents .hall_contents .summer .title:after {
        width: 150px;
        height: 113px;
        top: 50px;
        right: 179px;
    }

    .no-webp #suntory_contents .hall_contents .summer .title {
        background: url(../img/content_bg_04.png) no-repeat 0 0;
        background-size: 100% auto;
    }

    #suntory_contents .hall_contents .summer .title h2 {
        -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
        margin: 0 auto 40px;
        width: 393px;
        height: 62px;
        background: url(../img/04_title_summer_pc.svg) no-repeat 0 0;
        background-size: 393px auto;
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .summer .title .text {
        margin: 0 40px 35px;
        font-size: 15.5px;
        line-height: 1.571428571428571;
        font-weight: bold;
        color: #000;
        text-align: center;
        letter-spacing: -0.05em;
    }

    #suntory_contents .hall_contents .summer .title .btn_feature {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .summer .title .btn_feature a {
        margin: 0 auto;
        width: 210px;
        height: 50px;
        background: #007faf;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(0, 127, 175, 0.4);
        position: relative;
    }

    #suntory_contents .hall_contents .summer .title .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #005599 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .summer .title .btn_feature.inactive a {
        background: #a8b8dd;
        box-shadow: none;
        pointer-events: none;
    }

    #suntory_contents .hall_contents .summer .title .btn_feature.inactive a::before {
        background: #7799EE url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    #suntory_contents .hall_contents .summer .title .btn_feature a:hover {
        background: #0066aa;
    }

    #suntory_contents .hall_contents .summer .title .btn_feature a:hover::before {
        background: #003399 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    #suntory_contents .hall_contents .summer_contents {
        display: flex;
        /* margin-top: 170px; */
        margin-top: 70px;
        padding: 0 30px;
        justify-content: space-between;
    }

    /* ========================================================================
    producer[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .producer {
        background: #f8ebeb url(../img/content_img_01.webp) no-repeat 0 0;
        background-size: 100% auto;
        padding: 140px 0 0;
        width: 540px;
        height: 408px;
    }

    .no-webp #suntory_contents .hall_contents .producer {
        background: #f8ebeb url(../img/content_img_01.png) no-repeat 0 0;
        background-size: 100% auto;
    }

    #suntory_contents .hall_contents .producer .producer_title {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #suntory_contents .hall_contents .producer .sub_title {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        color: #000;
    }

    #suntory_contents .hall_contents .producer h3 {
        margin-bottom: 0;
        font-size: 17px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        color: #000;
        letter-spacing: -0.025em;
    }

    #suntory_contents .hall_contents .producer .producer_project {
        padding-bottom: 74px;
    }

    .no-webp #suntory_contents .hall_contents .producer .producer_project {}

    #suntory_contents .hall_contents .producer .producer_project .project {
        margin: 0;
        background: transparent;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .text {
        margin: 0;
        padding: 19px 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        color: #000;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list {
        padding: 0 20px;
        justify-content: space-between;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li {
        margin-bottom: 10px;
        width: 245px;
        list-style: none;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li:nth-child(even) {}

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a {
        width: 245px;
        min-height: 80px;
        height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 20px;
        text-decoration: none;
        position: relative;
        box-shadow: 0px 2px 8px 0px rgba(153, 0, 0, 0.25);
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #990000 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a:hover {
        background: #ffe2ee;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a .date {
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px;
        color: #990000;
        letter-spacing: 0;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li.narrow a .date {
        margin-bottom: 15px;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a .date .note {
        margin-left: 10px;
        color: #666666;
    }

    #suntory_contents .hall_contents .producer .producer_project .project .performance_list li a h4 {
        font-size: 14px;
        line-height: 1.2;
        color: #000;
        letter-spacing: 0
    }

    /* ========================================================================
    theme[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .theme {
        background: #faf4e4 url(../img/content_img_02.webp) no-repeat 0 0;
        background-size: 100% auto;
        padding: 140px 0 0;
        width: 540px;
        height: 408px;
    }

    .no-webp #suntory_contents .hall_contents .theme {
        background: #faf4e4 url(../img/content_img_02.jpg) no-repeat 0 0;
        background-size: 100% auto;
    }

    #suntory_contents .hall_contents .theme .theme_title {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #suntory_contents .hall_contents .theme h3 {
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        color: #000;
        letter-spacing: -0.025em;
    }

    #suntory_contents .hall_contents .theme .sub_title {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        letter-spacing: -0.05em;
        color: #000;
    }

    #suntory_contents .hall_contents .theme .performance_list {
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px
    }

    #suntory_contents .hall_contents .theme .performance_list li {
        margin-bottom: 10px;
        width: 245px;
        list-style: none;
    }

    #suntory_contents .hall_contents .theme .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .theme .performance_list li a {
        width: 245px;
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 20px;
        text-decoration: none;
        position: relative;
        box-shadow: 0px 2px 8px 0px rgba(156, 111, 0, 0.4);
    }

    #suntory_contents .hall_contents .theme .performance_list li a:hover {
        background: #fff1dd;
    }

    #suntory_contents .hall_contents .theme .performance_list li a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #9c6f00 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }

    #suntory_contents .hall_contents .theme .performance_list li a .date {
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        color: #9c6f00;
        margin-bottom: 10px;
        letter-spacing: 0
    }

    #suntory_contents .hall_contents .theme .performance_list li a .date .note {
        margin-left: 10px;
        color: #666666;
    }

    #suntory_contents .hall_contents .theme .performance_list li a h4 {
        font-size: 14px;
        line-height: 1.2;
        color: #000;
        letter-spacing: 0;
    }

    /* ========================================================================
    akutagawa[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .akutagawa {
        background: #eee8ff url(../img/content_img_03.webp) no-repeat right 0;
        background-size: 300px auto;
        padding: 0;
        height: 120px;
        width: 590px;
        margin: 20px auto 0;
    }

    .no-webp #suntory_contents .hall_contents .akutagawa {
        background: #eee8ff url(../img/content_img_03.jpg) no-repeat right 0;
        background-size: 300px auto;
    }

    #suntory_contents .hall_contents .akutagawa .performance_list {

        margin: 0;
        padding: 20px;
    }

    #suntory_contents .hall_contents .akutagawa .performance_list li {
        margin: 0;
        width: 260px;
        list-style: none;
    }

    #suntory_contents .hall_contents .akutagawa .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .akutagawa .performance_list li a {
        width: 260px;
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 20px;
        text-decoration: none;
        position: relative;
        box-shadow: 0px 2px 8px 0px rgba(68, 43, 130, 0.15);
    }

    #suntory_contents .hall_contents .akutagawa .performance_list li a:hover {
        background: #faf4ff;
    }

    #suntory_contents .hall_contents .akutagawa .performance_list li a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #4433bb url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }

    #suntory_contents .hall_contents .akutagawa .performance_list li a .date {
        font-size: 13px;
        font-weight: bold;
        color: #4433bb;
        letter-spacing: 0;
    }

    #suntory_contents .hall_contents .akutagawa .performance_list li a .date .note {
        margin-left: 10px;
        color: #666666;
    }

    #suntory_contents .hall_contents .akutagawa .performance_list li a h4 {
        font-size: 14px;
        color: #000;
        letter-spacing: 0;
    }

    /* ========================================================================
composer[pc]
========================================================================= */

    #suntory_contents .hall_contents .composer {
        margin-top: 0;
        border-top: 10px #920c26 solid;
        position: relative;
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }

    #suntory_contents .hall_contents .composer::before {
        content: '';
        width: 293px;
        height: 206px;
        background: url(../img/content_bg_05.webp) no-repeat 0 0;
        background-size: 293px 206px;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translate(-50%, 0);
        mix-blend-mode: multiply;
        z-index: 1
    }

    .no-webp #suntory_contents .hall_contents .composer::before {
        background: url(../img/content_bg_05.png) no-repeat 0 0;
        background-size: 293px 206px;
    }

    #suntory_contents .hall_contents .composer::after {
        content: '';
        width: 110px;
        height: 140px;
        position: absolute;
        top: 60px;
        right: 20px;
    }

    .no-webp #suntory_contents .hall_contents .composer::after {}

    #suntory_contents .hall_contents .composer .composer_title h2 {
        margin: 50px auto 40px;
        width: 546px;
        height: 35px;
        background: url(../img/05_musicaward_pc.svg) no-repeat 0 0;
        background-size: 546px 35px;
        text-indent: -999999px;
        background-position: center;
    }

    #suntory_contents .hall_contents .composer .text {
        margin: 0 0 14px;
        font-size: 15.5px;
        line-height: 1.483870967741935;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    #suntory_contents .hall_contents .composer_Box .text {
        font-weight: normal;
    }

    #suntory_contents .hall_contents .summer.conposer_content {
        padding-bottom: 30px;
        background: #fff;
        margin-top: 40px
    }

    #suntory_contents .hall_contents .composer .composerWrap {
        justify-content: space-between;
        padding: 0 30px;
        margin-top: 40px;
        display: flex;
        gap: 20px;
    }

    #suntory_contents .hall_contents .composer .composer_Box {
        padding-top: 0;
        padding-bottom: 20px;
        background-color: #f0f0f0;
        position: relative;
        width: 540px;
        text-align: center;
    }

    #suntory_contents .hall_contents .composer .composer_Box.composer01 {
        padding-left: 150px
    }

    #suntory_contents .hall_contents .composer .composer_Box.composer02 {
        padding-right: 150px;
        margin-top: 0;
    }

    #suntory_contents .hall_contents .composer .composer_Box:before {
        content: "";
        position: absolute;
        display: block;
        width: 150px;
        height: 280px;
        top: 0;
    }

    #suntory_contents .hall_contents .composer .composer_Box.composer01:before {
        left: 0;
        background: url(../img/content_img_04.png) center/cover no-repeat;
    }

    #suntory_contents .hall_contents .composer .composer_Box.composer02:before {
        left: auto;
        right: 0;
        background: url(../img/content_img_05.png) center/cover no-repeat;
    }

    #suntory_contents .hall_contents .composer .composer_Box>h4 {
        margin: 20px auto 5px;
        font-size: 16px;
    }

    #suntory_contents .hall_contents .composer .composer_Box>h3 {
        font-size: 20px;
        margin-bottom: 5px
    }

    #suntory_contents .hall_contents .composer .composer_Box .text {
        font-size: 13.5px
    }

    #suntory_contents .hall_contents .composer .composer_Box .btn_feature {
        margin-bottom: 20px;
    }

    #suntory_contents .hall_contents .composer .composer_Box .btn_feature_space {
        margin-bottom: 84px;
        display: block;
    }

    #suntory_contents .hall_contents .composer .composer_Box .btn_feature a {
        margin: 0 auto;
        width: 210px;
        height: 50px;
        background: #920c26;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(146, 12, 38, 0.5);
        position: relative;
    }

    #suntory_contents .hall_contents .composer .composer_Box .btn_feature a:before {
        content: '';
        width: 15px;
        height: 22px;
        background: #660011 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .composer .composer_Box .btn_feature a:hover {
        background: #770011;
    }

    #suntory_contents .hall_contents .composer .performance_list {
        margin: 0;
    }

    #suntory_contents .hall_contents .composer .performance_list li {
        margin: 0 auto 0;
        width: 310px;
        list-style: none;
    }

    #suntory_contents .hall_contents .composer .performance_list li a {
        width: 310px;
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 20px;
        text-decoration: none;
        position: relative;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
        text-align: left;
    }

    #suntory_contents .hall_contents .composer .performance_list li a:hover {
        background: #ffebeb;
    }

    #suntory_contents .hall_contents .composer .performance_list li a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #920c26 url(../img/arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }

    #suntory_contents .hall_contents .composer .performance_list li a .date {
        font-size: 13px;
        font-weight: bold;
        line-height: 1;
        color: #920c26;
        margin-bottom: 10px;
        letter-spacing: 0
    }

    #suntory_contents .hall_contents .composer .performance_list li a .date .note {
        margin-left: 10px;
        color: #666666;
    }

    #suntory_contents .hall_contents .composer .performance_list li a h4 {
        font-size: 14px;
        line-height: 1.2;
        color: #000;
        letter-spacing: 0;
    }

    /* ========================================================================
    ark_contents[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .ark_contents {
        margin: 0 auto 40px;
        padding: 40px 30px 60px 40px;
        width: 1160px;
        display: flex;
        background-image: url(../img/content_bg_06.webp), linear-gradient(to bottom, #ffffff 0%, #a7d397 140%);
        background-repeat: no-repeat, repeat-x;
        background-position: 0 0, 0 bottom;
        background-size: 1160px auto, auto 60px;
        background-color: #fff;
    }

    .no-webp #suntory_contents .hall_contents .ark_contents {
        background-image: url(../img/content_bg_06.jpg), linear-gradient(to bottom, #ffffff 0%, #a7d397 140%);
        background-repeat: no-repeat, repeat-x;
        background-position: 0 0, 0 bottom;
        background-size: 1160px auto, auto 60px;
        background-color: #fff;
    }

    /* ========================================================================
    music_week[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .music_week {
        margin-bottom: 0;
        background: none;
        padding: 0 0 250px;
        width: 540px;
        background: url(../img/content_img_06.webp) no-repeat center bottom;
        background-size: 540px auto;
        background-position: 0 bottom;
    }

    .no-webp #suntory_contents .hall_contents .music_week {
        background: url(../img/content_img_06.png) no-repeat center bottom;
        background-size: 540px auto;
        background-position: 0 bottom;
    }

    #suntory_contents .hall_contents .music_week .title {
        margin: 0 auto;
        width: 335px;
        height: 284px;
        background: url(../img/06_arkhills_pc.svg) no-repeat 0 40px;
        -webkit-filter: drop-shadow(0px 0px 20px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 3px #fff);
    }

    #suntory_contents .hall_contents .music_week .title p,
    #suntory_contents .hall_contents .music_week .title h2 {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .music_week .text {
        margin: 0 0;
        font-size: 15.5px;
        line-height: 1.571428571428571;
        font-weight: bold;
        text-align: center;
        color: #358700;
        letter-spacing: -0.05em;
    }

    #suntory_contents .hall_contents .music_week .btn_feature a {
        margin: 30px auto 0;
        width: 210px;
        height: 50px;
        background: #358700;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgb(85 0 17 / 20%);
        position: relative;
    }

    #suntory_contents .hall_contents .music_week .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #226600 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .music_week .btn_feature a::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external.svg) no-repeat 0 0;
        background-size: 10px 10px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #suntory_contents .hall_contents .music_week .btn_feature a:hover {
        background: #226600;
    }

    #suntory_contents .hall_contents .music_week .btn_feature a:hover:before {
        background: #114400 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    #suntory_contents .hall_contents .music_week .note {
        margin: 8px auto 0;
        color: #888888;
        font-size: 12px;
        text-align: center;
    }


    /* ========================================================================
    classics[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .classics {
        margin: 0 0 0 40px;
        background: #fff url(../img/content_img_07.webp) no-repeat center bottom 20px;
        background-size: 400px auto;
        padding: 0;
        width: 510px;
        box-shadow: 0px 0px 10px 0px rgba(167, 211, 151, 0.65);
    }

    .no-webp #suntory_contents .hall_contents .classics {
        background: #fff url(../img/content_img_07.png) no-repeat center bottom 20px;
        background-size: 390px auto;
    }

    #suntory_contents .hall_contents .classics .inner {
        margin: 0;
        padding: 20px 0 0;
        width: 510px;
        background: linear-gradient(to top, transparent 0%, transparent 80%, #a7d397 120%);
        background-size: auto;
        box-shadow: none;
    }

    .no-webp #suntory_contents .hall_contents .classics .inner {
        background: url(../img/content_bg_07.png) no-repeat 0 top;
        background-size: auto;
    }

    #suntory_contents .hall_contents .classics .title {
        margin: 0 auto;
        width: 340px;
        height: 217px;
        background: url(../img/07_arkclassic_pc.svg) no-repeat 0 40px;
        background-size: 340px auto;
    }

    #suntory_contents .hall_contents .classics .title h2,
    #suntory_contents .hall_contents .classics .title p {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .classics .text {
        font-size: 15.5px;
        font-weight: bold;
        line-height: 1.571428571428571;
        color: #358700;
        text-align: center;
        letter-spacing: -0.025em;
        background: none;
        padding: 0 0 15px;
        margin: 0;
    }

    #suntory_contents .hall_contents .classics .btn_feature {
        padding-bottom: 0;
        background: none;
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .classics .btn_feature a {
        margin: 0 auto;
        width: 210px;
        height: 50px;
        background: #358700;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
        position: relative;
    }

    #suntory_contents .hall_contents .classics .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #226600 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .classics .btn_feature a:hover {
        background: #226600;
    }

    #suntory_contents .hall_contents .classics .btn_feature a:hover::before {
        background: #114400 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    /* ========================================================================
    hall_series[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .hall_series {
        margin: 0 auto 40px;
        width: 1160px;
        background-image: url(../img/content_bg_08.webp), url(../img/content_bg_09.webp);
        background-repeat: no-repeat, no-repeat;
        background-position: 0 0, 0 bottom;
        background-size: 100% auto, 100% auto;
        padding: 20px 0 60px;
        position: relative;
        background-color: #fff;
    }

    .no-webp #suntory_contents .hall_contents .hall_series {
        background-image: url(../img/content_bg_08.jpg), url(../img/content_bg_09.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: 0 0, 0 bottom;
        background-size: 100% auto, 100% auto;
        background-color: #fff;
    }

    #suntory_contents .hall_contents .hall_series::before {
        content: '';
        width: 356px;
        height: 548px;
        background: url(../img/content_img_08.webp) no-repeat 0 0;
        background-size: 356px 548px;
        position: absolute;
        bottom: -3px;
        left: 0;
    }

    .no-webp #suntory_contents .hall_contents .hall_series::before {
        background: url(../img/content_img_08.png) no-repeat 0 0;
        background-size: 356px 548px;
    }

    #suntory_contents .hall_contents .hall_series::after {
        content: '';
        width: 273px;
        height: 191px;
        background: url(../img/content_img_09.webp) no-repeat 0 0;
        background-size: 273px 191px;
        position: absolute;
        top: 55px;
        right: 40px;
        ;
    }

    .no-webp #suntory_contents .hall_contents .hall_series::after {
        background: url(../img/content_img_09.png) no-repeat 0 0;
        background-size: 273px 191px;
    }

    #suntory_contents .hall_contents .hall_series .title {
        margin: 20px auto 0;
        width: 270px;
        height: 240px;
        background: url(../img/08_koyama_pc.svg) no-repeat 0 40px;
        background-size: 270px auto;
    }

    #suntory_contents .hall_contents .hall_series .title h2,
    #suntory_contents .hall_contents .hall_series .title p {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .hall_series .text {
        background: none;
        ;
        margin: 0 0 26px;
        padding: 0;
        color: #aa3399;
        font-size: 15.5px;
        font-weight: bold;
        line-height: 1.571428571428571;
        text-align: center;
        letter-spacing: -0.025em;
        position: relative;
    }

    .no-webp #suntory_contents .hall_contents .hall_series .text {
        background: none;
    }


    #suntory_contents .hall_contents .hall_series .performance_list {
        margin: 30px 0 0;
        display: flex;
        justify-content: center;
    }

    #suntory_contents .hall_contents .hall_series .performance_list li {
        margin: 0 10px;
        width: 390px;
        list-style: none;
    }

    #suntory_contents .hall_contents .hall_series .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .hall_series .performance_list li a {
        width: 390px;
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 20px;
        text-decoration: none;
        position: relative;
        box-shadow: 0px 2px 8px 0px rgba(170, 51, 153, 0.3);
    }

    #suntory_contents .hall_contents .hall_series .performance_list li a:hover {
        background: #fff2ff;
    }

    #suntory_contents .hall_contents .hall_series .performance_list li a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #aa3399 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }

    #suntory_contents .hall_contents .hall_series .performance_list li a .date {
        font-weight: bold;
        font-size: 13px;
        color: #aa3399;
        letter-spacing: 0;
    }

    #suntory_contents .hall_contents .hall_series .performance_list li a .date .note {
        margin-left: 10px;
        color: #666666;
    }

    #suntory_contents .hall_contents .hall_series .performance_list li a h3 {
        font-size: 14px;
        color: #000;
        letter-spacing: 0;
        line-height: 1.285714285714286;
    }

    #suntory_contents .hall_contents .hall_series .btn_feature a {
        margin: 0 auto;
        width: 210px;
        height: 50px;
        background: #5566bb;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(0, 136, 102, 0.2);
        position: relative;
    }

    #suntory_contents .hall_contents .hall_series .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #554499 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .hall_series .btn_feature a:hover {
        background: #006644;
    }

    #suntory_contents .hall_contents .hall_series .btn_feature a:hover::before {
        background: #005533 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    /* ========================================================================
    uchida_orchestra[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .uchida_orchestra {
        margin: 0 auto 40px;
        width: 1160px;
        background-image: url(../img/pc_bg_uchida_orchestra.webp), url(../img/pc_bg_uchida_orchestra_bottom.webp);
        background-repeat: no-repeat, no-repeat;
        background-position: 0 0, 0 bottom;
        background-size: 100% auto, 100% auto;
        padding: 66px 0 80px;
        background-color: #fff;
    }

    .no-webp #suntory_contents .hall_contents .uchida_orchestra {
        background-image: url(../img/pc_bg_uchida_orchestra.jpg), url(../img/pc_bg_uchida_orchestra_bottom.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: 0 0, 0 bottom;
        background-size: 100% auto, 100% auto;
    }

    #suntory_contents .hall_contents .uchida_orchestra .title {
        margin: 0 auto 40px;
        width: 380px;
        height: 100px;
        background: url(../img/10_title_uchida.svg) no-repeat 0 0;
        background-size: 380px auto;
        background-position: top center;
    }

    #suntory_contents .hall_contents .uchida_orchestra .title h2,
    #suntory_contents .hall_contents .uchida_orchestra .title p {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .uchida_orchestra .text {
        background: url(../img/pc_img_uchida_orchestra.webp) no-repeat center 0;
        background-size: 820px auto;
        margin: 0 auto 30px;
        width: 820px;
        padding: 236px 0 0;
        color: #119988;
        font-size: 15.5px;
        font-weight: bold;
        line-height: 1.571428571428571;
        text-align: center;
        letter-spacing: -0.025em;
    }

    .no-webp #suntory_contents .hall_contents .uchida_orchestra .text {
        background: url(../img/pc_img_uchida_orchestra.png) no-repeat center 0;
        background-size: 820px auto;
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list {
        margin: 0 auto;
        width: 270px;
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list li {
        margin-bottom: 0;
        width: 270px;
        list-style: none;
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list li a {
        width: 270px;
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 20px;
        text-decoration: none;
        position: relative;
        box-shadow: 0px 2px 8px 0px rgba(0, 119, 102, 0.35);
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list li a:hover {
        background: #ddf1f1;
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list li a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #119988 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list li a .date {
        margin: 0 0 10px;
        font-size: 13px;
        font-weight: bold;
        color: #119988;
        letter-spacing: 0;
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list li a .date .note {
        margin-left: 10px;
        color: #666666;
    }

    #suntory_contents .hall_contents .uchida_orchestra .performance_list li a h3 {
        font-size: 14px;
        color: #000;
        letter-spacing: 0;
        line-height: 1.285714285714286;
    }

    #suntory_contents .hall_contents .uchida_orchestra .btn_feature {
        margin-bottom: 30px;
    }

    #suntory_contents .hall_contents .uchida_orchestra .btn_feature a {
        margin: 0 auto;
        width: 210px;
        height: 50px;
        background: #119988;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(0, 119, 102, 0.35);
        position: relative;
    }

    #suntory_contents .hall_contents .uchida_orchestra .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #006644 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .uchida_orchestra .btn_feature a:hover {
        background: #ddf1f1;
    }

    #suntory_contents .hall_contents .uchida_orchestra .btn_feature a:hover::before {
        background: #ddf1f1 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    /* ========================================================================
    wph_special[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .wph_special {
        margin: 0 auto 40px;
        width: 1160px;
        background-color: #fcf8f8;
        background-image: url(../img/content_bg_10.webp), url(../img/content_bg_11.webp);
        background-size: 1160px auto, 1160px auto;
        background-position: center top, center bottom;
        background-repeat: no-repeat, no-repeat;
        padding: 0;
    }

    .no-webp #suntory_contents .hall_contents .wph_special {
        background-color: #fcf8f8;
        background-image: url(../img/content_bg_10.png), url(../img/content_bg_11.png);
        background-size: 1160px auto, 1160px auto;
        background-position: center top, center bottom;
        background-repeat: no-repeat, no-repeat;
        background-size: 1160px auto;
        padding: 52px 0 0;
    }

    #suntory_contents .hall_contents .wph_special .title {
        margin: 0 auto;
        width: 520px;
        height: 252px;
        background: url(../img/09_wph_pc.svg) no-repeat 0 50px;
        background-size: 520px auto;
        position: relative;
    }

    #suntory_contents .hall_contents .wph_special .title::before {
        content: '';
        position: absolute;
        top: 70px;
        left: -195px;
        width: 95px;
        height: 105px;
        background-image: url(../img/09_wph_logo.svg);
        background-repeat: no-repeat;
    }

    #suntory_contents .hall_contents .wph_special .title h2,
    #suntory_contents .hall_contents .wph_special .title p {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .wph_special .text {
        background: url(../img/content_img_11.webp) no-repeat center 0;
        background-size: 920px auto;
        margin: 0 auto 30px;
        width: 920px;
        padding: 240px 0 0;
        margin-top: -17px;
        color: #885500;
        font-size: 15.5px;
        font-weight: bold;
        line-height: 1.571428571428571;
        text-align: center;
        letter-spacing: -0.025em;
    }

    .no-webp #suntory_contents .hall_contents .wph_special .text {
        background: url(../img/content_img_11.png) no-repeat center 0;
        background-size: 920px auto;
    }

    #suntory_contents .hall_contents .wph_special .performance_list {
        margin: 0 40px;
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }

    #suntory_contents .hall_contents .wph_special .performance_list li {
        margin-bottom: 0;
        width: 340px;
        list-style: none;
    }

    #suntory_contents .hall_contents .wph_special .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .wph_special .performance_list li a {
        width: inherit;
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 0 20px;
        text-decoration: none;
        position: relative;
        box-shadow: 0px 2px 8px 0px rgba(102, 68, 0, 0.4);
    }

    #suntory_contents .hall_contents .wph_special .performance_list li a:hover {
        background: #fff9dd;
    }

    #suntory_contents .hall_contents .wph_special .performance_list li a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #885500 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }

    #suntory_contents .hall_contents .wph_special .performance_list li a .date {
        margin: 0 0 10px;
        font-size: 13px;
        font-weight: bold;
        color: #885500;
        letter-spacing: 0;
    }

    #suntory_contents .hall_contents .wph_special .performance_list li a .date .note {
        margin-left: 10px;
        color: #666666;
    }

    #suntory_contents .hall_contents .wph_special .performance_list li a h3 {
        font-size: 14px;
        color: #000;
        letter-spacing: 0;
        line-height: 1.285714285714286;
    }

    #suntory_contents .hall_contents .wph_special>.btn_feature {
        margin-bottom: 30px;
    }

    #suntory_contents .hall_contents .wph_special .btn_feature a {
        margin: 0 auto;
        width: 210px;
        height: 50px;
        background: #a72;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(136, 85, 17, 0.2);
        position: relative;
    }

    #suntory_contents .hall_contents .wph_special .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #851 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .wph_special .btn_feature a:hover {
        background: #a60;
    }

    #suntory_contents .hall_contents .wph_special .btn_feature a:hover::before {
        background: #840 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra {
        background: none;
        padding: 0 0 0 40px;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 0;
        border-top: none;
    }

    .no-webp #suntory_contents .hall_contents .wph_special .performance_list_extra {
        background: none;
    }

    .no-webp #suntory_contents .hall_contents .wph_special .performance_list_extra {
        background: none;
    }

    .no-webp #suntory_contents .hall_contents .wph_special .performance_list_extra {
        background: none;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li {
        margin: 0 30px 60px 0;
        width: 340px;
        background: #fff;
        box-shadow: 0px 2px 5px 0px rgba(85, 0, 17, 0.14);
        position: relative;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li a:hover {
        background: #fff9dd;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #885500 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 169px;
        left: 0;
        z-index: 1;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #dbceb8 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 169px;
        left: 0;
        z-index: 1;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive::before {
        background: #dbceb8 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li:last-child {
        margin: 0;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li {
        margin: 0 30px 60px 0;
        width: 340px;
        background: #fff;
        box-shadow: 0px 2px 5px 0px rgba(136, 085, 0, 0.14);
        position: relative;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li:nth-of-type(3n) {
        margin: 0 40px 30px 0;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li a {
        text-decoration: none;
        padding: 0 0 15px;
        display: block;
        height: 220px;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.tall a {
        height: 240px;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.feature.tall a {
        padding: 0 0 70px;
        height: 226px;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li>a::before {
        display: none;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li a::after {
        content: '';
        width: 340px;
        height: 35px;
        position: absolute;
        top: 101px;
        left: 0;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive a:hover::after {}

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.inactive:hover::after {}

    #suntory_contents .hall_contents .wph_special .performance_list_extra picture img {
        width: 100%;
        height: auto;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra .date {
        position: relative;
        margin: 15px 0 7px 20px;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        color: #885500;
        position: relative;
    }


    #suntory_contents .hall_contents .wph_special .performance_list_extra .date:before {
        content: "";
        display: block;
        position: absolute;
        width: 340px;
        height: 30px;
        background: linear-gradient(to top, #fff 0%, transparent 100%);
        top: -40px;
        left: -20px;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li>a:hover .date:before {
        background: linear-gradient(to top, #fff9dd 0%, transparent 100%);
    }
    

    #suntory_contents .hall_contents .wph_special .performance_list_extra .wide .date {
        margin: 15px 0 15px 20px;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra .narrow .date {
        margin: 0px 0 5px 20px;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra h3 {
        margin: 0 10px 0 20px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: bold;
        color: #000;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra h3.long {
        letter-spacing: -0.025em;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature {
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px #aa7722 solid;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature a {
        margin: 0;
        padding: 0;
        width: 180px;
        height: 36px;
        background: #dbceb8;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(136, 085, 0, 0.14);
        position: relative;
        text-decoration: none;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li .btn_feature a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #dbceb8 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 7px;
        left: 0;
    }

    #suntory_contents .hall_contents .wph_special .performance_list_extra li.feature .btn_feature.inactive a {
        background: #dbceb8;
        box-shadow: 0px 2px 6px 0px rgba(136, 085, 0, 0.14);
        pointer-events: none;
    }

    #suntory_contents .hall_contents .wph_special .btn_feature.inactive a::before {
        background: #dbceb8 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }

    /* ========================================================================
    wien_orchestra[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .wien_orchestra {
        margin: 0 auto 40px;
        width: 1160px;
        background-image: url(../img/content_bg_12.webp), url(../img/content_bg_12-2.webp);
        background-repeat: no-repeat, no-repeat;
        background-position: 0 0, 0 bottom;
        background-size: 100% auto, 100% auto;
        padding: 0 0 60px;
        position: relative;
        background-color: #fff;
    }

    .no-webp #suntory_contents .hall_contents .wien_orchestra {
        background-image: url(../img/content_bg_12.png), url(../img/content_bg_12-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: 0 0, 0 bottom;
        background-size: 100% auto, 100% auto;
        background-color: #fff;
    }


    #suntory_contents .hall_contents .wien_orchestra .title {
        margin: 0 auto;
        width: 540px;
        height: 197px;
        background: url(../img/10_volksoperwien_pc.svg) no-repeat 0 60px;
        background-size: 540px auto;
    }

    #suntory_contents .hall_contents .wien_orchestra .title h2,
    #suntory_contents .hall_contents .wien_orchestra .title p {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .wien_orchestra .text {
        background: none;
        ;
        margin: -60px 0 30px;
        padding: 0;
        color: #000;
        font-size: 15.5px;
        font-weight: bold;
        line-height: 1.571428571428571;
        text-align: center;
        letter-spacing: -0.025em;
        position: relative;
    }

    .no-webp #suntory_contents .hall_contents .wien_orchestra .text {
        background: none;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list {
        margin: 30px 0 0;
        display: flex;
        justify-content: center;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li {
        margin: 0 10px;
        width: 390px;
        list-style: none;

    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li>a {
        width: 340px;
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 70px;
        height: 240px;
        text-decoration: none;
        position: relative;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li>a:hover {
        background: #fff6dd;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li {
        margin: 0 30px 0 0;
        width: 340px;
        background: #fff;
        box-shadow: 0px 2px 8px 0px rgba(136, 85, 0, 0.4);
        position: relative;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #885500 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 260px;
        left: 0;
        z-index: 1;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li:last-child {
        margin: 0;
        height: fit-content;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li>a {
        text-decoration: none;
        padding: 0 0 20px;
        display: block;
        height: 280px;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li.tall>a {
        height: 100%;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li.tall>a.s_height{
        height: 84%;
    }


    #suntory_contents .hall_contents .wien_orchestra .performance_list picture img {
        width: 100%;
        height: auto;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list .date {
        margin: 15px 0 7px 20px;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        color: #885500;
        position: relative;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list .date:before {
        content: "";
        display: block;
        position: absolute;
        width: 340px;
        height: 30px;
        background: linear-gradient(to top, #fff 0%, transparent 100%);
        top: -45px;
        left: -20px;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li>a:hover .date:before {
        background: linear-gradient(to top, #fff6dd 0%, transparent 100%);
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list .wide .date {
        margin: 15px 0 15px 20px;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list .narrow .date {
        margin: 0px 0 5px 20px;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list h3 {
        margin: 0 0 0 20px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: bold;
        color: #000;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature {
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px #dddddd solid;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li .btn_feature a {
        margin: 0;
        padding: 0;
        width: 180px;
        height: 36px;
        background: #885500;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
        position: relative;
        text-decoration: none;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li .btn_feature a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #552200 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 7px;
        left: 0;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .btn_feature a:hover {
        background: #662200;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list .btn_feature a:hover::before {
        background: #440000 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }

    #suntory_contents .hall_contents .wien_orchestra .performance_list li.feature .note {
        margin: -8px auto 6px;
        color: #888888;
        font-size: 12px;
        text-align: center;
    }

    /* ========================================================================
    nijikura[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .nijikura {
        margin: 0 auto 40px;
        width: 1160px;
        border-top: 10px solid #88c0d8;
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #56a5c7 120%);
        padding: 50px 0 60px;
        position: relative;
        background-color: #fff;
    }

    #suntory_contents .hall_contents .nijikura .titleLogoWarp {
    justify-content: space-between;
    top: 60px;
    width: 960px;
    left: 50%;
    transform: translate(-50%, 0);}

    #suntory_contents .hall_contents .nijikura .titleLogoWarp .logo {
    }

    #suntory_contents .hall_contents .nijikura .titleLogoWarp .logo img {}

    #suntory_contents .hall_contents .nijikura .titleLogoWarp .logo1 {width: 160px;}

    #suntory_contents .hall_contents .nijikura .titleLogoWarp .logo2 {width: 150px;}

    #suntory_contents .hall_contents .nijikura .titleLogoWarp .logo2 .caption {font-size: 12px;}

    .no-webp #suntory_contents .hall_contents .nijikura {
        background: linear-gradient(to bottom, #ffffff 0%, #ffffff 90%, #56a5c7 120%);
        background-color: #fff;
    }


    #suntory_contents .hall_contents .nijikura .title {
        margin: 0 auto;
        width: 392px;
        height: 114px;
        background: url(../img/11_niji_pc.svg) no-repeat 0 0;
        background-size: 392px auto;
        background-position: top center;
    }

    #suntory_contents .hall_contents .nijikura .title h2,
    #suntory_contents .hall_contents .nijikura .title p {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .nijikura .text {
        background: none;
        ;
        margin: 30px 0 26px;
        padding: 0;
        color: #007bbf;
        font-size: 15.5px;
        font-weight: bold;
        line-height: 1.571428571428571;
        text-align: center;
        letter-spacing: -0.025em;
        position: relative;
    }

    .no-webp #suntory_contents .hall_contents .nijikura .text {
        background: none;
    }

    #suntory_contents .hall_contents .nijikura .performance_list {
        margin: 30px auto 0;
        width: 960px;
        gap: 30px;
        display: flex;
        justify-content: center;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li {
        list-style: none;
        height: fit-content;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li a {
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 70px;
        height: 240px;
        text-decoration: none;
        position: relative;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li a:hover {
        background: #eafeff;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li {
        background: #fff;
        box-shadow: 0px 2px 5px 0px rgba(0, 123, 191, 0.25);
        position: relative;
        margin-bottom: unset;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #007bbf url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 250px;
        left: 0;
        z-index: 1;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li:last-child {
        margin: 0;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li a {
        text-decoration: none;
        padding: 0 0 15px;
        display: block;
        height: 280px;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li.tall a {
        height: 320px;
        padding: 0 0 20px;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li.tall a .txt_small {
        font-size: 12px;
        color: #000;
        margin: 0 0 0 48px;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li.tall a .sp_item_inline {
        display: none;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li.tall a .pc_item {
        display: block;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li a::after {
        content: '';
        width: 340px;
        height: 35px;
        position: absolute;
        top: 101px;
        left: 0;
    }

    #suntory_contents .hall_contents .nijikura .performance_list picture img {
        width: 100%;
        height: auto;
    }

    #suntory_contents .hall_contents .nijikura .performance_list .date {
        margin: 15px 0 7px 20px;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        color: #007bbf;
        position: relative;
    }

    #suntory_contents .hall_contents .nijikura .performance_list .date:before {
        content: "";
        display: block;
        position: absolute;
        width: 300px;
        height: 30px;
        background: linear-gradient(to top, #fff 0%, transparent 100%);
        top: -50px;
        left: -20px;
    }

    #suntory_contents .hall_contents .nijikura .performance_list li a:hover .date:before {
        background: linear-gradient(to top, #eafeff 0%, transparent 100%);
    }

    #suntory_contents .hall_contents .nijikura .performance_list .date span {
        color: #000;
        display: inline-block;
        margin-left: 5px;
        font-size: 14px;
    }

    #suntory_contents .hall_contents .nijikura .performance_list .wide .date {
        margin: 15px 0 15px 20px;
    }

    #suntory_contents .hall_contents .nijikura .performance_list .narrow .date {
        margin: 0px 0 5px 20px;
    }

    #suntory_contents .hall_contents .nijikura .performance_list h3 {
        margin: 0 10px 0 20px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: bold;
        color: #000;
    }

    /* ========================================================================
        play_list[pc]
        ========================================================================= */
    #suntory_contents .hall_contents .play_list {
        margin: 0 auto 40px;
        width: 1160px;
        background-image: url(../img/content_bg_13.webp);
        background-size: 100% 100%;
        padding: 60px 0 30px;
        position: relative;
    }

    .no-webp #suntory_contents .hall_contents .play_list {
        background: #fff url(../img/content_bg_13.png) center/cover no-repeat;
    }

    #suntory_contents .hall_contents .play_list .performance_list {
        margin: 0 0 0;
        display: flex;
        justify-content: center;
    }

    #suntory_contents .hall_contents .play_list .performance_list li {
        margin: 0 10px;
        width: 340px;
        height: fit-content;
        list-style: none;
    }

    #suntory_contents .hall_contents .play_list .performance_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .play_list .performance_list li>a {
        width: 340px;
        min-height: 80px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 70px;
        height: 240px;
        text-decoration: none;
        position: relative;

    }

    #suntory_contents .hall_contents .play_list .performance_list li {
        margin: 0 30px 30px 0;
        width: 340px;
        background: #fff;
        box-shadow: 0px 2px 8px 0px rgba(170, 0, 51, 0.2);
        position: relative;
    }

    #suntory_contents .hall_contents .play_list .performance_list li>a:hover {
        background: #ffeef0;
    }

    #suntory_contents .hall_contents .play_list .performance_list li::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #aa0033 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 215px;
        left: 0;
        z-index: 1;
    }

    #suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature.blank::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external.svg) no-repeat 0 0;
        background-size: 10px 10px;
        position: absolute;
        top: 22px;
        right: 90px;
    }

    #suntory_contents .hall_contents .play_list .performance_list li:last-child {
        margin: 0;
    }

    #suntory_contents .hall_contents .play_list .performance_list li>a {
        text-decoration: none;
        padding: 0 0 15px;
        display: block;
        height: 280px;
    }

    #suntory_contents .hall_contents .play_list .performance_list li.tall>a {
        height: 270px;
    }

    #suntory_contents .hall_contents .play_list .performance_list li>a::after {
        content: '';
        width: 340px;
        height: 35px;
        position: absolute;
        top: 101px;
        left: 0;
    }


    #suntory_contents .hall_contents .play_list .performance_list picture img {
        width: 100%;
        height: auto;
    }

    #suntory_contents .hall_contents .play_list .performance_list .date {
        margin: 15px 0 7px 20px;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        color: #aa0033;
        position: relative;
    }

    #suntory_contents .hall_contents .play_list .performance_list .date:before {
        content: "";
        display: block;
        position: absolute;
        width: 340px;
        height: 40px;
        background: linear-gradient(to top, #fff 0%, transparent 100%);
        top: -60px;
        left: -20px;
    }

    #suntory_contents .hall_contents .play_list .performance_list li>a:hover .date:before {
        background: linear-gradient(to top, #ffeef0 0%, transparent 100%);
    }

    #suntory_contents .hall_contents .play_list .performance_list .wide .date {
        margin: 15px 0 15px 20px;
    }

    #suntory_contents .hall_contents .play_list .performance_list .narrow .date {
        margin: 0px 0 5px 20px;
    }

    #suntory_contents .hall_contents .play_list .performance_list h3 {
        margin: 0 10px 0 20px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: bold;
        color: #000;
    }

    #suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature {
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px #dddddd solid;
        position: relative;
    }

    #suntory_contents .hall_contents .play_list .performance_list li .btn_feature a {
        margin: 0;
        padding: 0;
        width: 180px;
        height: 36px;
        background: #aa0033;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
        position: relative;
        text-decoration: none;
    }

    #suntory_contents .hall_contents .play_list .performance_list li .btn_feature a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #660011 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 7px;
        left: 0;
    }

    #suntory_contents .hall_contents .play_list .performance_list li.feature .btn_feature a:hover {
        background: #880022;
    }

    #suntory_contents .hall_contents .play_list .performance_list .btn_feature a:hover::before {
        background: #550011 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }

    #suntory_contents .hall_contents .play_list .performance_list li.feature .note {
        margin: -8px auto 6px;
        color: #888888;
        font-size: 12px;
        text-align: center;
    }

    /* ========================================================================
    enjoy_music[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .enjoy_music {
        margin: 0 auto 44px;
        width: 1160px;
        background: #fcf8f8 url(../img/pc_bg_enjoy_music.webp) no-repeat 0 0;
        background-size: 1160px auto;
        position: relative;
        padding: 59px 0 0;
    }

    .no-webp #suntory_contents .hall_contents .enjoy_music {
        background: #fcf8f8 url(../img/pc_bg_enjoy_music.jpg) no-repeat 0 0;
        background-size: 1160px auto;
    }

    #suntory_contents .hall_contents .enjoy_music::before {
        content: '';
        width: 160px;
        height: 153px;
        background: url(../img/logo_enjoy_music.webp) no-repeat 0 0;
        background-size: 160px auto;
        position: absolute;
        top: 50px;
        left: 108px;
    }

    .no-webp #suntory_contents .hall_contents .enjoy_music::before {
        background: url(../img/logo_enjoy_music.png) no-repeat 0 0;
        background-size: 160px auto;
    }

    #suntory_contents .hall_contents .enjoy_music .lead {
        margin-bottom: 0;
    }

    #suntory_contents .hall_contents .enjoy_music .lead h2 {
        margin: 0 0 33px 387px;
        width: 393px;
        height: 63px;
        background: url(../img/12_enjoy_pc.svg) no-repeat 0 0;
        background-size: 393px auto;
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .enjoy_music .lead .text {
        margin-bottom: 30px;
        color: #008a28;
        font-size: 15.5px;
        font-weight: bold;
        line-height: 1.571428571428571;
        text-align: center;
        letter-spacing: -0.05em;
    }

    #suntory_contents .hall_contents .enjoy_music .lead .btn_feature a {
        margin: 0 auto 30px;
        width: 210px;
        height: 50px;
        background: #008a28;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
        position: relative;
    }

    #suntory_contents .hall_contents .enjoy_music .lead .btn_feature a::before {
        content: '';
        width: 16px;
        height: 22px;
        background: #006611 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .enjoy_music .lead .btn_feature.inactive a {
        background: #99DDBB;
        box-shadow: none;
        pointer-events: none;
    }

    #suntory_contents .hall_contents .enjoy_music .lead .btn_feature.inactive a::before {
        background: #66CC88 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    #suntory_contents .hall_contents .enjoy_music .lead .btn_feature a:hover {
        background: #006633;
    }

    #suntory_contents .hall_contents .enjoy_music .lead .btn_feature a:hover::before {
        background: #004400 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }


    /* ========================================================================
    kids_fes[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .kids_fes {
        margin: 0 auto 40px;
        padding: 62px 0 0;
        ;
        width: 1080px;
        height: 402px;
        background: #ffe7ef url(../img/pc_bg_kids.webp) no-repeat 0 0;
        background-size: 1080px auto;
    }

    .no-webp #suntory_contents .hall_contents .kids_fes {
        background: #ffe7ef url(../img/pc_bg_kids.jpg) no-repeat 0 0;
        background-size: 1080px auto;
    }

    #suntory_contents .hall_contents .kids_fes .title {
        margin: 0 0 25px 372px;
        width: 340px;
        height: 110px;
        background: url(../img/10_title_kids.svg) no-repeat 0 0;
        background-size: 340px auto;
    }

    #suntory_contents .hall_contents .kids_fes .title h3,
    #suntory_contents .hall_contents .kids_fes .title p {
        text-indent: -999999px;
    }

    #suntory_contents .hall_contents .kids_fes .text {
        margin: 0 0 30px;
        background: none;
        padding: 0;
        font-size: 15.5px;
        font-weight: bold;
        line-height: 1.571428571428571;
        color: #aa0033;
        text-align: center;
        letter-spacing: -0.025em;
    }

    .no-webp #suntory_contents .hall_contents .kids_fes .text {
        background: none;
    }

    #suntory_contents .hall_contents .kids_fes .btn_feature a {
        margin: 0 auto;
        width: 210px;
        height: 50px;
        background: #dd2255;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
        position: relative;
    }

    #suntory_contents .hall_contents .kids_fes .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #aa0033 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
        position: absolute;
        top: 14px;
        left: 0;
    }

    #suntory_contents .hall_contents .kids_fes .btn_feature a::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external.svg) no-repeat 0 0;
        background-size: 10px 10px;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    #suntory_contents .hall_contents .kids_fes .btn_feature a:hover {
        background: #dd0044;
    }

    #suntory_contents .hall_contents .kids_fes .btn_feature a:hover::before {
        background: #990022 url(../img/pc_arrow_right_large.svg) no-repeat 6px center;
        background-size: 4px auto;
    }

    #suntory_contents .hall_contents .kids_fes .note {
        margin: 10px auto 0;
        color: #888888;
        font-size: 12px;
        text-align: center;
    }

    /* ========================================================================
    performance_list_extra[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .enjoy_music .list_group01 {
        background: linear-gradient(to bottom, #fcf8f8 0%, #cceeda 100%);
        background-size: auto 40px;
        background-repeat: repeat-x;
        background-position: bottom;
        padding: 0 0 40px 40px;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 {
        border-top: 40px solid #fbeee1;
        background: #fcf8f8;
        padding: 40px 0 10px 40px;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra {
        padding-top: 0;
        list-style: none;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }

    .no-webp #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra {
        background: none;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra {
        background: none;
        padding-top: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .no-webp #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra {
        background: none;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li {
        margin: 0 30px 30px 0;
        width: 340px;
        background: #fff;
        box-shadow: 0px 2px 5px 0px rgba(85, 0, 17, 0.14);
        position: relative;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li a:hover {
        background: #effff6;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li a:hover {
        background: #ffe6ee;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #11AA55 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 219px;
        left: 0;
        z-index: 1;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #aa0033 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 169px;
        left: 0;
        z-index: 1;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li.inactive::before {
        background: #bcd9c5 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li.inactive::before {
        background: #c4c4c4 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }


    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:last-child {
        margin: 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:nth-of-type(3n) {
        margin: 0 40px 30px 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:nth-last-of-type(2) {
        margin: 0 41px 30px 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:nth-last-of-type(2) {
        margin: 0 30px 30px 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li:last-of-type {
        margin: 0 41px 30px 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li {
        margin: 0 30px 30px 0;
        width: 340px;
        background: #fff;
        box-shadow: 0px 2px 5px 0px rgba(85, 0, 17, 0.14);
        position: relative;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li:nth-of-type(3n) {
        margin: 0 40px 30px 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li:nth-last-of-type(2) {
        margin: 0 41px 30px 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li:nth-last-of-type(2) {
        margin: 0 30px 30px 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li:last-of-type {
        margin: 0 41px 30px 0;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li a {
        text-decoration: none;
        padding: 0 0 15px;
        display: block;
        height: 270px;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.tall a {
        height: 270px;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature.tall a {
        padding: 0 0 70px;
        height: 285px;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature.tall01 a {
        padding: 0 0 70px;
        height: 250px;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li>a::before,
    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li>a::before {
        display: none;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li a::after {
        content: '';
        width: 340px;
        height: 35px;
        position: absolute;
        top: 101px;
        left: 0;
    }


    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li.inactive a:hover::after {}

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li.inactive:hover::after {}

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra picture img {
        width: 100%;
        height: auto;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .date,
    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra .date {
        margin: 5px 0 7px 20px;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        color: #008A28;
        position: relative;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .date:before,
    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra .date:before {
        content: "";
        display: block;
        position: absolute;
        width: 340px;
        height: 40px;
        background: linear-gradient(to top, #fff 0%, transparent 100%);
        top: -50px;
        left: -20px;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li a:hover .date:before,
    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li a:hover .date:before {
        background: linear-gradient(to top, #effff6 0%, transparent 100%);
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .wide .date,
    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra .wide .date {
        margin: 15px 0 15px 20px;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra .narrow .date,
    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra .narrow .date {
        margin: 0px 0 5px 20px;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra h3,
    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra h3 {
        margin: 0 10px 0 20px;
        font-size: 14px;
        line-height: 1.2;
        font-weight: bold;
        color: #000;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra h3.long,
    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra h3.long {
        letter-spacing: -0.025em;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra .date {
        color: #aa0033;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature {
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px #dddddd solid;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature.blank::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external.svg) no-repeat 0 0;
        background-size: 10px 10px;
        position: absolute;
        top: 22px;
        right: 90px;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature a {
        margin: 0;
        padding: 0;
        width: 180px;
        height: 36px;
        background: #008a28;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
        position: relative;
        text-decoration: none;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li .btn_feature a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #006611 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 7px;
        left: 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li .btn_feature a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #660011 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 7px;
        left: 0;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature.inactive a {
        background: #99ddbb;
        box-shadow: 0px 2px 6px 0px rgba(85, 0, 17, 0.2);
        pointer-events: none;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .btn_feature.inactive a::before {
        background: #66cc88 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .btn_feature a:hover {
        background: #006633;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .performance_list_extra li .btn_feature a:hover::before {
        background: #004400 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group01 .btn_feature a:hover::before {
        background: #004400 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li.feature .btn_feature a {
        background: #aa0033;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .btn_feature a::before {
        content: '';
        width: 10px;
        height: 22px;
        background: #660011 url(../img/pc_arrow_right.svg) no-repeat 4px center;
        background-size: 3px auto;
        position: absolute;
        top: 7px;
        left: 0;
    }

    #suntory_contents .hall_contents .enjoy_music .list_group02 .performance_list_extra li.feature .btn_feature a:hover {
        background: #880022;
    }

    #suntory_contents .hall_contents .enjoy_music .performance_list_extra li.feature .note {
        margin: -8px auto 6px;
        color: #888888;
        font-size: 12px;
        text-align: center;
    }

    /* ========================================================================
    materials[pc]
    ========================================================================= */
    #suntory_contents .hall_contents .materials {
        background: none;
        width: 1160px;
        margin: 0 auto;
        padding: 0;
    }

    #suntory_contents .hall_contents .materials .btn_pdf {
        margin: 0 auto 34px;
        width: 710px;
        height: 137px;
        background: url(../img/pc_bg_btn.png) no-repeat 0 21px;
        background-size: 710px 100px;
    }

    #suntory_contents .hall_contents .materials .btn_pdf:hover {
        background: url(../img/pc_bg_btn_on.png) no-repeat 0 21px;
        background-size: 710px 100px;
    }

    #suntory_contents .hall_contents .materials .btn_pdf a {
        width: 710px;
        height: 145px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-decoration: none;
        padding: 0 0 0 25px;
        position: relative;
    }

    #suntory_contents .hall_contents .materials .btn_pdf a::before {
        content: '';
        position: absolute;
        left: unset;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        width: 181px;
        height: 131px;
        background-image: url(../img/pc_img_pdf.webp);
        background-size: contain;
    }

    #suntory_contents .hall_contents .materials .btn_pdf a span::before {
        display: none;
    }

    #suntory_contents .hall_contents .materials .btn_pdf a span {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3;
        color: #990022;
        text-decoration: none;
        background: url(../img/icon_pdf.png) no-repeat left;
        background-size: 33px auto;
        padding: 0 0 0 60px;
        text-align: center;
        display: flex;
        align-items: center;
        height: inherit;
    }

    #suntory_contents .hall_contents .materials .archive {
        background: linear-gradient(to bottom, #fbf4f3 0%, #fff 100%);
        margin: 0 auto;
        width: 1160px;
        background-color: #fff;
        padding: 40px 0 40px;
        text-align: center;
        color: #000;
        font-size: 18px;
    }

    #suntory_contents .hall_contents .materials .archive .archive_list {
        margin-bottom: 42px;
        display: flex;
        justify-content: center;
    }

    #suntory_contents .hall_contents .materials .archive .archive_list li {
        margin-bottom: 4vw;
        list-style: none;
        width: 280px;
        margin: 0 20px;
    }

    #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a {
        margin: 0 auto;
        width: 280px;
        height: 60px;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 5px 0px rgb(170 119 34 / 40%);
        position: relative;
    }

    #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a:hover {
        background: #994400;
    }

    #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a::before {
        content: '';
        width: 15px;
        height: 22px;
        background: #994400 url(../img/arrow_right.svg) no-repeat 5px center;
        background-size: 5px auto;
        position: absolute;
        top: calc(50% - 11px);
        left: 0;
    }
 #suntory_contents .hall_contents .materials .archive .archive_list li .btn_feature a:hover:before {
        background: #773300 url(../img/arrow_right.svg) no-repeat 5px center;
        background-size: 5px auto;
 }
    #suntory_contents .hall_contents .materials .archive span {
        font-size: 19px;
        line-height: 1;
    }

    #suntory_contents .hall_contents .materials .archive a.font_red {
        color: #aa0033;
        font-weight: bold;
        font-size: 19px;
        line-height: 1;
    }

    #suntory_contents .hall_contents .materials .archive a.font_red:hover {
        color: #ee0033;
        text-decoration: underline;
    }

    #suntory_contents .hall_contents .materials .archive a.link_21-22 {
        color: #aa0033;
        text-decoration: none;
        margin: 0;
        font-size: 18px;
        display: block;
    }

    #suntory_contents .hall_contents .materials .archive a.link_21-22:hover {
        color: #ee0033;
        text-decoration: underline;
    }

    #suntory_contents .hall_contents .materials .past_performance {
        margin: 0 auto;
        width: 1160px;
        background: #fff;
    }

    #suntory_contents .hall_contents .materials .past_performance dt {
        width: 1160px;
        height: 150px;
        border: none;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        font-weight: bold;
        color: #000;
        padding: 0;
    }

    #suntory_contents .hall_contents .materials .past_performance.open dt {
        background: none;
    }

    #suntory_contents .hall_contents .materials .past_performance dd {
        background: #fff;
        display: block;
    }

    #suntory_contents .hall_contents .materials .past_performance ul {
        list-style: none;
        border: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #suntory_contents .hall_contents .materials .past_performance li {
        margin: 0 0 40px 40px;
        height: 16px;
        padding-right: 40px;
        position: relative;
        border: none;
    }

    #suntory_contents .hall_contents .materials .past_performance li:last-child {
        border: none;
    }

    #suntory_contents .hall_contents .materials .past_performance li::after {
        content: '';
        background: #e1dfe0;
        width: 2px;
        height: 16px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #suntory_contents .hall_contents .materials .past_performance li:last-child::after,
    #suntory_contents .hall_contents .materials .past_performance li:nth-child(5)::after {
        background: none;
    }

    #suntory_contents .hall_contents .materials .past_performance li a {
        display: block;
        height: 15px;
        line-height: 15px;
        text-decoration: none;
        font-size: 17px;
        font-weight: bold;
        color: #aa0033;
        padding: 0;
        border: none;
    }

    #suntory_contents .hall_contents .materials .past_performance li a:hover {
        color: #ee0033;
        text-decoration: underline;
    }
}

a.disabled {
    pointer-events: none;
}