@charset "utf-8";

@import url(https://www.suntory.com/sun_common/en/fonts/css/SabonNextW04.css);
@import url(https://www.suntory.com/sun_common/en/fonts/css/SyntaxNextW04.css);

#suntory_contents a {
    color: #000;
}

.hide,
.hide2 {
    display: none;
}

#suntory_contents img {
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#suntory_contents li {
    list-style-type: none;
}

.clear {
    clear: both;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

#suntory_contents .mainCont .selectSection {
    background: #fff;
}

#suntory_contents .show-class a {
    font-weight: bold;
    text-decoration: none;
    color: #881133;
}

#suntory_contents .hide-class a {
    font-weight: bold;
    text-decoration: none;
    color: #881133;
}

#suntory_contents .mainCont .selector {
    overflow: hidden;
    width: 500px;
    margin: 5px auto 45px;
}

#suntory_contents .mainCont .dateSection,
#suntory_contents .mainCont .eventSection {
    width: 230px;
    box-sizing: border-box;
    float: left;
    font-size: 18px;
}

#suntory_contents .mainCont .eventSection {
    margin-left: 40px;
}

#suntory_contents .mainCont .selected {
    position: relative;
    margin: 0;
    background: #881133;
    color: #fff;
    transition: 0.4s ease;
}

#suntory_contents .mainCont .selected:hover {
    background: #bb0044;
}

#suntory_contents .mainCont .selected:hover:after {
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/pulldown_arrow_hover.png) center/cover;
}

#suntory_contents .mainCont .selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 26px;
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/pulldown_arrow.png) center/cover;
}

#suntory_contents .mainCont .rotateAfter:after {
    transform: rotate(180deg) translateY(50%) !important;
}

#suntory_contents .mainCont .selectBox .optionContainer .option,
#suntory_contents .mainCont .selected {
    padding: 15px 20px;
    cursor: pointer;
}

#suntory_contents .mainCont .selectBox {
    display: none;
    position: absolute;
    width: 230px;
    z-index: 9999;
}

#suntory_contents .mainCont .selectBox .optionContainer {
    background: #fff;
    color: #881133;
    width: 100%;
    transition: 0.4s ease;
    overflow: hidden;
    border: 2px solid #881133;
    box-sizing: border-box;
}

#suntory_contents .mainCont .selectBox .optionContainer.scroll {
    max-height: 345px;
    overflow-y: scroll;
}

#suntory_contents .mainCont .selectBox .optionContainer .option {
    border-bottom: 1px solid #eedddd;
    transition: 0.2s ease;
}

#suntory_contents .mainCont .selectBox .optionContainer .option:hover {
    background: #aa3355;
    color: #fff;
}

#suntory_contents .mainCont .selectBox .optionContainer .option .radio {
    display: none;
}

#suntory_contents .mainCont .selectBox .optionContainer .option label {
    cursor: pointer;
}

#suntory_contents .selectSection .itemCol .itemColfwBold {
    font-weight: bold !important;
}

#suntory_contents .selectSection .itemCol .itemColfsItalic {
    font-style: italic !important;
}

#suntory_contents .selectSection .itemCol .item .description-wrap {
    /* position: absolute; */
    background: #fff;
    /* z-index: 100; */
}

#suntory_contents .selectSection .itemCol .item .text-wrap {
    position: relative;
    overflow: hidden;
    /* min-height: 67px; */
    height: auto;
    line-height: 130%;
    background: #fff;
    transition: all .3s;
}

#suntory_contents .selectSection .itemCol .item .text-wrap.one-line {
    min-height: auto;
}

#suntory_contents .selectSection .itemCol .item .one-line .hide-text {
    height: 20px;
    -webkit-line-clamp: 1;
}

#suntory_contents .selectSection .itemCol .item .articleTXT {
    margin-bottom: 70px;
    /* add */
    transition: all .3s;
    cursor: pointer;
}

#suntory_contents .selectSection .itemCol .item .hide-text {
    overflow: hidden;
    display: -webkit-box;
    height: 60px;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#suntory_contents .selectSection .itemCol .item .hide-text02 {
    overflow: hidden;
    display: -webkit-box;
    height: 40px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#suntory_contents .selectSection .itemCol .item .btn-close {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#suntory_contents .selectSection .itemCol .item .btn-hide {
    display: none;
}

#suntory_contents .selectSection .itemCol .item .btn-show {
    display: block;
}

#suntory_contents .border-bottom {
    border-bottom: 1px solid #ddd;
}


@media print,
screen and (min-width:768px) {

    #suntory_contents .mainCont:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1160px;
        height: 100%;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/mainCont_bg_pc_mid.png) repeat-y center top;
        z-index: 0;
    }

    /*page top btn*/
    #suntory_contents .btn_page_top {
        width: 100%;
        max-width: 1164px;
        min-width: 960px;
        margin: 0 auto;
        position: relative;
        right: 50%;
        margin-right: -540px;
    }

    #suntory_contents .btn_page_top a {
        width: 60px;
        height: 60px;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/btn_page_top.png) no-repeat 0 0;
        background-size: 60px auto;
        display: block;
        text-indent: -9999px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    /* PC */
    #suntory_contents .spmini_item,
    #suntory_contents .sp_item,
    .fat-nav,
    .hamburger {
        display: none;
    }

    /**/
    .pc_item {
        display: block;
        z-index: 0;
        position: relative;
    }

    .sp_item {
        display: none;
    }

    /**/
    #suntory_contents {
        position: relative;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/contents_bg.jpg) repeat-x center 105px #ffffff;
    }

    #suntory_contents img {
        vertical-align: bottom;
        max-width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }


    /**/
    #suntory_contents #container {
        margin: 0 auto;
        width: 1160px;
        padding-bottom: 120px;
    }

    #suntory_contents #container .bread_crumbs {
        list-style: none;
        display: flex;
        margin-bottom: 12px;
        margin-left: 40px;
    }

    #suntory_contents #container .bread_crumbs li {
        font-size: 12px;
        color: #fff;
        margin: 0 0px 0 0;
    }

    #suntory_contents #container .bread_crumbs li::after {
        content: '>';
        opacity: #333;
        font-size: 12px;
        margin: 0 5px;
    }

    #suntory_contents #container .bread_crumbs li:last-child::after {
        content: '';
    }

    #suntory_contents #container .bread_crumbs li a {
        margin: 0;
        position: relative;
        color: #fff;
    }

    #suntory_contents #container .bread_crumbs li a:hover {
        text-decoration: none;
    }

    #suntory_contents #container .langBtn {
        display: inline-block;
        margin-top: 11px;
        float: right;
    }

    #suntory_contents #container .langBtn a {
        padding-right: 20px;
        margin-right: 40px;
        font-family: 'Syntax Next W04', sans-serif;
        font-size: 13px;
        color: #fff;
        text-decoration: underline;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/icon_blank.png) right center no-repeat;
    }

    #suntory_contents #container .langBtn a:hover {
        text-decoration: none;
    }

    #suntory_contents #container #contents {
        position: relative;
    }

    /* background bottom */
    #suntory_contents .contBgWrap {
        width: 100%;
        position: relative;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/contents_bg_btm.png) repeat-x center 101%;
        background-size: 100%;
    }

    #suntory_contents .contBgWrap.bghide {
        background: none;
    }

    #suntory_contents .contBgWrap.bgshow {
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/contents_bg_btm.png) repeat-x center bottom;
    }

    #suntory_contents .lNavCont {
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }

    #suntory_contents .mainCont {
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/mainCont_bg_pc_top.png) repeat-x center top, url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/mainCont_bg_pc_bt.png) repeat-x center bottom;
        position: relative;
    }

    #suntory_contents .mainCont .titleSection {
        position: relative;
        text-align: center;
        z-index: 1;
    }

    #suntory_contents .mainCont .titleSection img.shadow {
        -webkit-filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 1));
        filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 1));
    }

    #suntory_contents .selectSection .itemCol .item.marginLR {
        margin: 0 40px 30px;
    }

    #suntory_contents .mainCont .selectSection {
        position: relative;
        /* add */
        display: flex;
        -webkit-box-orient: vertical;
        -ms-flex-direciton: column;
        flex-direction: column;
        padding: 40px;
        z-index: 1;
    }

    /**/
    #suntory_contents .navWrap {
        width: 1160px;
    }

    #suntory_contents .lNavCont {
        position: relative;
        z-index: 1;
    }

    #suntory_contents .menu_bg {
        display: none;
    }

    #suntory_contents .lNavCont .nav {
        width: 100%;
    }

    #suntory_contents .lNavCont .nav::after {
        content: " ";
        display: block;
        clear: both;
    }

    #suntory_contents .lNavCont .nav li {
        width: 370px;
        list-style-type: none;
        float: left;
        -webkit-box-shadow: 2px 2px 2px 0px rgba(85, 187, 238, 0.2);
        box-shadow: 2px 2px 2px 0px rgba(172, 204, 108, 0.62);
    }

    #suntory_contents .lNavCont .nav li a {
        display: block;
        width: 100%;
        height: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #suntory_contents .lNavCont .nav li a:hover {
        background-position: 0 -50px;
    }

    #suntory_contents .lNavCont .nav li a.act {
        background-position: 0 -50px;
    }

    #suntory_contents .lNavCont .nav li a.act:hover {
        background-position: 0 -50px;
    }

    #suntory_contents .lNavCont .nav li a:visited {
        background-position: 0 -50px;
    }

    #suntory_contents .lNavCont .nav li a span {
        display: none;
    }

    #suntory_contents .lNavCont .nav li+li {
        margin-left: 25px;
    }

    #suntory_contents .lNavCont .nav li.lnav01 a {
        background-image: url(https://www.suntory.com/culture-sports/suntoryhall/feature/chamber2020/img/pc_nav01.png);
    }

    #suntory_contents .lNavCont .nav li.lnav02 a {
        background-image: url(https://www.suntory.com/culture-sports/suntoryhall/feature/chamber2020/img/pc_nav02.png);
    }

    #suntory_contents .lNavCont .nav li.lnav03 a {
        background-image: url(https://www.suntory.com/culture-sports/suntoryhall/feature/chamber2020/img/pc_nav03.png);
    }

    #suntory_contents .lNavCont .nav li.lnav04 a {
        background-image: url(https://www.suntory.com/culture-sports/suntoryhall/feature/chamber2020/img/pc_nav04.png);
    }

    #suntory_contents .lNavCont .nav .lnav03p a {
        background-position: 0 -50px;
    }

    #suntory_contents .lNavCont>span {
        display: none;
    }

    /**/
    #suntory_contents .mainCont {
        width: 100%;
        padding: 20px;
        padding-bottom: 100px;
        margin-bottom: -120px;
    }

    #suntory_contents .mainCont::before {
        display: none;
    }

    /**/
    #suntory_contents .listenBlock {
        display: none;
    }

    /*titleSection------------------------------------*/

    #suntory_contents .titleSection {
        position: relative;
    }

    #suntory_contents .titleSection h2 {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    #suntory_contents .titleSection .btnPdf.pc_item {
        position: absolute;
        top: 30%;
        right: 40px;
        width: 220px;
        height: 50px;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/btn_PDF.png);
        cursor: pointer;
        transition: 0.2s ease;
    }

    #suntory_contents .titleSection .btnPdf.pc_item:hover {
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/btn_PDF_on.png);
    }

    /*btmBlock-----------------*/
    #suntory_contents .btmBlock {
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 60px;
    }

    #suntory_contents .btmBlock ul {
        overflow: hidden;
        width: 960px;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    #suntory_contents .btmBlock ul li {
        float: left;
        padding: 0 8px;
        border-right: 1px solid #ceadad;
        letter-spacing: -.05em;
    }

    #suntory_contents .btmBlock ul li:first-child {
        padding-left: 0;
    }

    #suntory_contents .btmBlock ul li:last-child {
        padding-right: 0;
        border-right: none;
    }

    #suntory_contents .btmBlock ul li a {
        color: #881133;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
    }

    #suntory_contents .btmBlock ul li a:hover {
        text-decoration: underline;
        color: #bb0044;
    }
}

#suntory_contents .titleSection .btnPdf.pc_item a {
    display: block;
    height: 100%;
}

#suntory_contents .titleSection .notes {
    font-size: 12px;
    color: #fff;
    text-align: right;
    position: absolute;
    right: 40px;
    top: 104px;
    width: 300px;
}

#suntory_contents .titleSection .anv {
    position: absolute;
    left: 0;
}

/*selectSection------------------------------------*/

#suntory_contents .selectSection {}

#suntory_contents .selectSection .itemCol {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

#suntory_contents .selectSection .itemCol .item {
    position: relative;
    width: 320px;
    min-height: 550px;
    float: left;
    margin: 0 20px 30px;
    animation-name: slideUp;
    animation-duration: 1.2s;
}



@keyframes slideUp {
    from {
        opacity: 0;
        margin-top: 20px;
    }

    to {
        opacity: 1;
        margin-top: 0;
    }
}



#suntory_contents .selectSection .itemCol .item .imgBox {
    margin-bottom: 15px
}

#suntory_contents .selectSection .itemCol .item .imgBox img {}

#suntory_contents .selectSection .itemCol .item .subtitle {
    font-size: 15px;
    margin-bottom: 5px;
}

#suntory_contents .selectSection .itemCol .item .articleLogo {
    font-weight: bold;
}

#suntory_contents .selectSection .itemCol .item .articleLogo img {
    vertical-align: baseline;
}

#suntory_contents .selectSection .itemCol .item .articleTitle {
    margin-bottom: 5px;
    font-size: 18px;
}

#suntory_contents .selectSection .itemCol .item .articleTitle .articleSmallTitle{
    font-size: 15px;
}

#suntory_contents .selectSection .itemCol .item .smallTitle {
    margin-bottom: 5px;
    font-size: 15px;
}

#suntory_contents .selectSection .itemCol .item .date {
    margin-bottom: 5px;
    color: #aa7777;
    font-weight: bold;
}

#suntory_contents .selectSection .itemCol .item .moreInfoBtn>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 150px;
    height: 40px;
    margin: 10px auto;
    padding-left: 15px;
    background: #fff;
    border: 1px solid #881133;
    color: #881133;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    transition: 0.2s ease;
}

#suntory_contents .selectSection .itemCol .item .moreInfoBtn>a:hover {
    background: #881133;
    color: #fff;
}

#suntory_contents .selectSection .itemCol .item .moreInfoBtn>a:after {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 23px;
    height: 22px;
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow.png) center/cover;
    content: "";
}

#suntory_contents .selectSection .itemCol .item .moreInfoBtn>a:hover:after {
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_on.png) center/cover;
}

#suntory_contents .selectSection .itemCol .item .moreInfoBtn > a[href="#"] { pointer-events: none; opacity: 0.5; }

#suntory_contents .selectSection .itemCol .item .bookingList {
    position: relative;
    background: #fff;
    padding: 15px 0 0;
}

#suntory_contents .selectSection .itemCol .item .bookingList a {
    text-decoration: none;
}

#suntory_contents .selectSection .itemCol .item .bookingList>li {
    background: #f4f4f4;
    transition: 0.2s ease;
}

#suntory_contents .selectSection .itemCol .item .bookingList>li:hover {
    background: #881133;
}

#suntory_contents .selectSection .itemCol .item .bookingList>li:hover>a {
    color: #fff;
}

#suntory_contents .selectSection .itemCol .item .bookingList>li>a,
#suntory_contents .selectSection .itemCol .item .bookingList>li.unavailable>span {
    display: block;
    position: relative;
    padding: 19px 0 18px;
    font-size: 18px;
    text-indent: 25px;
    font-weight: bold;
}


#suntory_contents .selectSection .itemCol .item .bookingList>li>a:after,
#suntory_contents .selectSection .itemCol .item .bookingList>.unavailable>span:after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 13px;
    width: 23px;
    height: 22px;
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow.png) center/cover;
    content: "";
}

#suntory_contents .selectSection .itemCol .item .bookingList>li>a:hover:after {
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_on.png) center/cover;
}

#suntory_contents .selectSection .itemCol .item .bookingList>.unavailable {
    pointer-events: none;
    opacity: .7;
}

#suntory_contents .selectSection .itemCol .item .bookingList>.unavailable>a:after, 
#suntory_contents .selectSection .itemCol .item .bookingList>.unavailable>span:after {
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_unreleased.png) center/cover;
}

#suntory_contents .selectSection .itemCol .item .subList {
    margin-top: 12px;
    display: none;
    /* add */
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #f4f4f4;
    z-index: 1000;

}

#suntory_contents .selectSection .itemCol .item .subList li {
    margin-top: 10px;
    position: relative;
}

#suntory_contents .selectSection .itemCol .item .subList li:first-child {
    margin-top: 0;
}

#suntory_contents .selectSection .itemCol .item .subList li.unreleased,
#suntory_contents .selectSection .itemCol .item .subList li.undecided,
#suntory_contents .selectSection .itemCol .item .subList li a {
    position: relative;
    background: #fff;
    padding: 15px;
    padding-right: 55px;
    display: block;
    font-size: 14px;
    color: #881133;
    transition: 0.2s ease;
}

#suntory_contents .selectSection .itemCol .item .subList li a:hover {
    background: #881133;
    color: #fff;
}

#suntory_contents .selectSection .itemCol .item .subList li a:after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 13px;
    width: 23px;
    height: 22px;
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow.png) center/cover;
    content: "";
}

#suntory_contents .selectSection .itemCol .item .subList li a:hover:after {
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_on.png) center/cover;
}

#suntory_contents .selectSection .itemCol .item .subList li a[href="#"] { pointer-events: none; opacity: 0.5; }

#suntory_contents .selectSection .itemCol .item .subList li span.bold {
    margin-right: 5px;
    font-weight: bold;
}

#suntory_contents .selectSection .itemCol .item .subList li.unreleased,
#suntory_contents .selectSection .itemCol .item .subList li.undecided {
    color: #a8a8a8;
}

#suntory_contents .selectSection .itemCol .item .subList li.unreleased:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 23px;
    height: 22px;
    transform: translateY(-50%);
    background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_unreleased.png) center/cover;
}

@media print,
screen and (max-width:767px) {

    .pc_item,
    .pc {
        display: none;
    }

    .sp,
    .sp_item {
        display: block;
    }

    /**/
    #suntory_contents {
        position: relative;
        font-family: 'Syntax Next W04', sans-serif;
    }

    #suntory_contents .bread_crumbs {
        display: none;
    }

    #suntory_contents .navWrap {
        display: none;
    }

    #suntory_contents .mainCont {
        position: relative;
        left: 0;
        width: 100%;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }

    #suntory_contents .mainCont .sp_main_image {
        width: 100%;
        height: auto;
        min-height: 1px;
    }

    #suntory_contents .mainCont .sp_main_image img {
        width: 100%;
        height: auto
    }

    #suntory_contents img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /**/
    #suntory_contents #container .langBtn {
        padding: 0 8%;
        text-align: right;
    }

    #suntory_contents #container .langBtn a {
        font-family: 'Syntax Next W04', sans-serif;
        font-weight: 600;
        font-size: 3.20vw;
        color: #fff;
        text-decoration: none;
        line-height: 8vw;
        padding: 0 0.75em;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/icon_blank.png) 6em center no-repeat;
        padding-right: 24px;
        background-size: auto 11px;
    }

    #suntory_contents #container .langBtn a:hover {
        text-decoration: underline;
    }

    /**/
    #suntory_contents .contBgWrap {
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/sp_bg_contents.jpg) repeat-x center top, url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/sp_bg_contents_bt.jpg) repeat-x center bottom;
        background-size: 100%;
    }

    #suntory_contents .mainCont {
        background-size: 100%;
        padding-bottom: 30vh;
        position: relative;
    }

    #suntory_contents .mainCont .selectSection {
        margin-top: 0;
        background: transparent;
    }

    /*titleSection sp------------------------------------*/

    #suntory_contents .titleSection {
        position: relative;
        width: 84%;
        margin: 0 auto 0;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/sp_img_mvcont.png) center top no-repeat;
        background-size: 100% 100%;
        opacity: .9;
    }

    #suntory_contents .titleSection h2 {
        padding: 12% 5% 5%;
    }

    #suntory_contents .titleSection h2 img {
        width: 100%;
    }

    #suntory_contents .mainCont .titleSection img.shadow {
        -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 1));
        filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 1));
    }

    #suntory_contents .titleSection .notes {
        font-size: 10px;
        color: #000;
        text-align: left;
        position: static;
        text-indent: -.8em;
        width: auto;
    }

    #suntory_contents .titleSection .anv {
        width: 17vw;
        top: -30px;
        left: -20px;
    }

    #suntory_contents .titleSection .anv img { width: 100% }

    /*selectSection sp------------------------------------*/

    #suntory_contents .selectSection {
        padding: 3%;
    }

    #suntory_contents .selectSection .itemCol {
        overflow: unset;
        width: 100%;
        margin: 0;
        display: block;
    }

    #suntory_contents .selectSection .itemCol .item {
        float: none;
        width: 100%;
        min-height: auto;
        margin: 0 0 30px;
    }

    #suntory_contents .selectSection .itemCol .item .imgBox {
        margin-bottom: 15px
    }

    #suntory_contents .selectSection .itemCol .item .imgBox img {
        width: 100%;
    }

    #suntory_contents .selectSection .itemCol .item .subtitle {
        font-size: 15px;
        margin-bottom: 5px;
    }

    #suntory_contents .selectSection .itemCol .item .articleTitle {
        margin-bottom: 5px;
        font-size: 18px;
    }

    #suntory_contents .selectSection .itemCol .item .smallTitle {
        margin-bottom: 5px;
        font-size: 15px;
    }

    #suntory_contents .selectSection .itemCol .item .date {
        margin-bottom: 5px;
        color: #aa7777;
    }

    #suntory_contents .selectSection .itemCol .item .moreInfoBtn>a,
    #suntory_contents .pdfBtn_sp a {
        margin: 4% auto 0;
    }

    #pdf-btn-area.pdf-btn-sp {
        margin: 10px 0 50px;
        width: 100%;
        padding: 0 20px;
    }

    #pdf-btn-area.pdf-btn-sp a img {
        width: 100%;
    }

    #suntory_contents .selectSection .itemCol .item .moreInfoBtn>a:hover {
        background: #aa1144;
    }

    #suntory_contents .selectSection .itemCol .item .moreInfoBtn>a:after {
        position: absolute;
        top: 9px;
        right: 15px;
        width: 23px;
        height: 22px;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_on.png) center/cover;
        content: "";
    }

    #suntory_contents .selectSection .itemCol .item .bookingList {
        margin-top: 15px;
    }

    #suntory_contents .selectSection .itemCol .item .bookingList a {
        text-decoration: none;
    }

    #suntory_contents .selectSection .itemCol .item .bookingList>li {
        background: #f4f4f4;
        padding: 0;
    }

    #suntory_contents .selectSection .itemCol .item .bookingList>li>a {
        display: block;
        position: relative;
        font-size: 18px;
        text-indent: 15px;
        font-weight: bold;
    }

    #suntory_contents .selectSection .itemCol .item .bookingList>li>a:after {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 13px;
        width: 23px;
        height: 22px;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow.png) center/cover;
        content: "";
    }

    #suntory_contents .selectSection .itemCol .item .subList {
        margin-top: 12px;
        display: none;
    }

    #suntory_contents .selectSection .itemCol .item .bookingList>li>a:hover:after {
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_on.png) center/cover;
    }

    #suntory_contents .selectSection .itemCol .item .subList li {
        margin-top: 10px;
        position: relative;
    }

    #suntory_contents .selectSection .itemCol .item .subList li:first-child {
        margin-top: 0;
    }

    #suntory_contents .selectSection .itemCol .item .subList li.unreleased,
    #suntory_contents .selectSection .itemCol .item .subList li.undecided,
    #suntory_contents .selectSection .itemCol .item .subList li a {
        position: relative;
        background: #fff;
        padding: 15px;
        padding-right: 55px;
        display: block;
        font-size: 14px;
        color: #881133;
        transition: 0.2s ease;
    }

    #suntory_contents .selectSection .itemCol .item .subList li a:hover {
        background: #881133;
        color: #fff;
    }

    #suntory_contents .selectSection .itemCol .item .subList li a:after {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 13px;
        width: 23px;
        height: 22px;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow.png) center/cover;
        content: "";
    }

    #suntory_contents .selectSection .itemCol .item .subList li a:hover:after {
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_on.png) center/cover;
    }

    #suntory_contents .selectSection .itemCol .item .subList li span.bold {
        margin-right: 5px;
        font-weight: bold;
    }

    #suntory_contents .selectSection .itemCol .item .subList li.unreleased,
    #suntory_contents .selectSection .itemCol .item .subList li.undecided {
        color: #a8a8a8;
    }

    #suntory_contents .selectSection .itemCol .item .subList li.unreleased:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 13px;
        width: 23px;
        height: 22px;
        transform: translateY(-50%);
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow_unreleased.png) center/cover;
    }

    /*btmBlock sp-----------------*/
    #suntory_contents .btmBlock {
        overflow: hidden;
        padding: 0 8% 8%;
        box-sizing: border-box;
    }

    #suntory_contents .btmBlock ul {
        overflow: hidden;
        margin: auto;
    }

    #suntory_contents .btmBlock ul li {
        position: relative;
        border-bottom: 1px solid #ceadad;
    }

    #suntory_contents .btmBlock ul li:first-child {
        border-top: 1px solid #ceadad;

    }

    #suntory_contents .btmBlock ul li a {
        display: inline-block;
        width: 100%;
        padding: 20px;
        font-weight: bold;
        color: #881133;
        text-decoration: none;
        font-size: 18px;
        box-sizing: border-box;
    }

    #suntory_contents .btmBlock ul li a:after {
        position: absolute;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        right: 9.0909%;
        width: 25px;
        height: 25px;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/details_arrow.png);
        background-size: cover;
    }

    #suntory_contents .btmBlock ul li a:hover {
        text-decoration: underline;
        color: #bb0044;
    }

    #suntory_contents .mainCont .selector {
        display: flex;
        justify-content: space-around;
        margin: 5px auto 30px;
        width: 100%;
    }

    #suntory_contents .mainCont .eventSection {
        margin-left: 30px;
    }

    #suntory_contents .selectSection .itemCol .item .description-wrap {
        position: unset;
    }

}


@media print,
screen and (max-width:500px) {

    /* editing 0511 */
    #suntory_contents .mainCont .selector {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    #suntory_contents .mainCont .dateSection,
    #suntory_contents .mainCont .eventSection {
        width: 30.6666%;
    }

    #suntory_contents .mainCont .dateSection,
    #suntory_contents .mainCont .eventSection {
        width: 100%;
        float: none;
        font-size: 18px;
    }

    #suntory_contents .mainCont .selectBox .optionContainer .option,
    #suntory_contents .mainCont .selected {
        padding: 15px 0 15px 10px;
        font-size: 13px;
    }

    #suntory_contents .mainCont .selectBox {
        width: 44%;
    }

    #suntory_contents .mainCont .selected:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        background: url(https://www.suntory.com/culture-sports/suntoryhall/feature/2024_25/img/common/pulldown_arrow.png) center/cover;
    }
}