@charset "utf-8";

/*------------------------------------------------------------
  reset
------------------------------------------------------------ */

body {
    margin: 0;
    padding: 0;
}

#suntory_contents div,
#suntory_contents span,
#suntory_contents object,
#suntory_contents iframe,
#suntory_contents h1,
#suntory_contents h2,
#suntory_contents h3,
#suntory_contents h4,
#suntory_contents h5,
#suntory_contents h6,
#suntory_contents p,
#suntory_contents blockquote,
#suntory_contents pre,
#suntory_contents abbr,
#suntory_contents address,
#suntory_contents cite,
#suntory_contents code,
#suntory_contents del,
#suntory_contents dfn,
#suntory_contents em,
#suntory_contents img,
#suntory_contents ins,
#suntory_contents kbd,
#suntory_contents q,
#suntory_contents samp,
#suntory_contents small,
#suntory_contents strong,
#suntory_contents sub,
#suntory_contents sup,
#suntory_contents var,
#suntory_contents b,
#suntory_contents i #suntory_contents dl,
#suntory_contents dt,
#suntory_contents dd,
#suntory_contents ol,
#suntory_contents ul,
#suntory_contents li,
#suntory_contents fieldset,
#suntory_contents form,
#suntory_contents label,
#suntory_contents legend,
#suntory_contents table,
#suntory_contents caption,
#suntory_contents tbody,
#suntory_contents tfoot,
#suntory_contents thead,
#suntory_contents tr,
#suntory_contents th,
#suntory_contents td,
article,
aside,
canvas,
details,
figcaption,
figure,
#suntory_contents footer,
#suntory_contents header,
#suntory_contents hgroup,
#suntory_contents menu,
#suntory_contents nav,
#suntory_contents section,
#suntory_contents summary,
#suntory_contents time,
#suntory_contents mark,
#suntory_contents audio,
#suntory_contents video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* font-family: 'YuGo',sans-serif; */
}

#suntory_contents img {
    display: block;
    max-width: 100%;
}

#suntory_contents ol,
#suntory_contents ul,
#suntory_contents li {
    list-style: none;
}

/*#suntory_contents .td_under {
    text-decoration: underline;
}*/

/**/
article.main_visual {
    color: #662200;
}

/**/

@media screen and (max-width: 1800px) {
    article.main_visual {
        overflow-x: hidden;
        background-size: auto;
    }
}

/*------------------------------------------------------------
  PC
------------------------------------------------------------ */
/* =========== common =========== */

#suntory_contents .sp_item2 {
    display: none !important;
}

#suntory_contents .warp_cont {
    width: 1080px;
    margin: auto;
}

#suntory_contents .warp_cont2 {
    width: 1060px;
    margin: auto;
}

#suntory_contents .warp_cont3 {
    max-width: 1160px;
    margin: auto;
}

.clearFix::after {
    content: '';
    display: block;
    clear: both;
}

#suntory_contents .com_title {
    height: 80px;
    padding: 20px 0 21px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(90deg, #88630c 0%, #a88a00 50%, #88630c 100%);
    color: #fff;
    position: relative;
}

#suntory_contents .com_title::after {
    transform: scaleX(-1);
    right: -23px;
}

#suntory_contents .com_blue_title2 {
    height: 80px;
    padding: 20px 0 21px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #002266;
}

#suntory_contents .com_blue_title3 {
    height: 80px;
    padding: 20px 0 21px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    background-color: rgba(4, 75, 183, .9);
    color: #fff;
}

#suntory_contents .com_brown_title {
    height: 80px;
    padding: 20px 0 21px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    background-color: rgba(170, 119, 0, .8);
    color: #fff;
}

#suntory_contents .fs16 {
    font-style: normal;
    font-size: 16px;
}

#suntory_contents .mb10 {
    margin-bottom: 10px;
}

/* =========== bread_crumbs =========== */

#suntory_contents .bread_crumbs {
    background-color: #faf2e8;
}

#suntory_contents .bread_crumbs ol {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    padding: 0;
}

#suntory_contents .bread_crumbs li {
    font-size: 12px;
    color: #885511;
    line-height: 2.5em;
}

#suntory_contents .bread_crumbs li a {
    margin: 0;
    color: #885511;
    position: relative;
}

#suntory_contents .bread_crumbs li:after {
    content: '>';
    color: #885511;
    font-size: 12px;
    margin: 0 5px;
}

#suntory_contents .bread_crumbs li:last-child::after {
    content: '';
}

#suntory_contents .bread_crumbs li a:hover {
    color: #aa4400;
}

/* =========== kv_area_start =========== */
#suntory_contents #kv_area {
    background: url(/suntoryhall/feature/wphweek2025/img/pc_kv_bg.png) no-repeat top center #b28c48;
    position: relative;
    overflow-x: hidden;
}

#suntory_contents h1.kv_txt_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 259px;
}

#suntory_contents h1.kv_txt_img img:first-child {
    margin-top: 7px;
    width: 564px;
}

#suntory_contents h1.kv_txt_img img:last-child {
    margin-top: 7px;
    width: 335px;
}

#suntory_contents #kv_area .warp_cont {
    position: relative;
}

#suntory_contents .kv_list_area {
    background-color: rgba(114, 84, 27, 0.95);
    padding: 25.5px 30px;
    font-size: 16px;
    height: 110px;
    margin: -45px 0 15px 0;
}

.simplebar-track.simplebar-vertical {
    width: 26px;
}

.simplebar-scrollbar.simplebar-visible {
    height: 100px;
}

.simplebar-scrollbar:before {
    background-color: rgba(255, 255, 255, 0.15);
    height: 100px;
    width: 16px;
    border-radius: 9999px;
    background-clip: padding-box;
}

#suntory_contents .list_box_scorll li {
    display: flex;
    margin-bottom: 12px;
}

#suntory_contents .list_box_scorll li:last-child {
    margin-bottom: 0;
}

#suntory_contents .list_box_scorll li p {
    color: #fff;
}

#suntory_contents .list_box_scorll li a {
    color: #fff;
}

#suntory_contents .list_box_scorll li a:hover {
    color: #eedd99;
}

#suntory_contents .list_date {
    width: 93px;
}

#suntory_contents .list_title {
    line-height: 1.67;
}

#suntory_contents .list_box_scorll li a.link {
    background: none;
}

#suntory_contents .list_box_scorll li.snslink a {
    color: #fff;
    background: none;
}

#suntory_contents .list_box_scorll li p span.icon_blank {
    background: url(https://www.suntory.co.jp/suntoryhall/feature/wphweek2025/img/link_icon_white.png) no-repeat right center;
    padding-right: 23px;
}

#suntory_contents .anchor_area {
    padding-bottom: 50px;
}

#suntory_contents .anchor01 {
    float: left;
}

#suntory_contents .anchor_box {
    display: flex;
    gap: 20px;
}

#suntory_contents .anchor_box02 {
    justify-content: center;
    margin-bottom: 20px;
}

#suntory_contents .com_gray_box::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/suntoryhall/feature/wphweek2025/img/arrow_bottom.png) no-repeat center, #dd0044;
    background-size: 16px 16px;
    vertical-align: middle;
    margin: 0 5px 0 10px;
}

#suntory_contents div.com_anchor1.anchor01 .com_gray_box::before {
    margin-right: 53px;
}

#suntory_contents li.com_anchor1 .anchor_common_title {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 20px;
    color: #662200;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: center;
}

#suntory_contents li.com_anchor1 .anchor_common_title_text {
    flex: 1;
}

#suntory_contents .anchor_box .com_anchor1 {
    width: 100%;
}

#suntory_contents .anchor_box .com_anchor1 a {
    display: flex;
    gap: 5px;
    background-color: #fff;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}

#suntory_contents li.com_anchor1:hover a {
    background-color: #ffffdd;
}

#suntory_contents .anchor_box .com_anchor1 a img {
    height: 110px;
}

#suntory_contents .pc_item li.anchor02,
#suntory_contents .pc_item li.anchor03 {
    margin-right: 22px;
}

#suntory_contents .pc_item .anchor02 p.com_gray_box,
#suntory_contents .pc_item .anchor03 p.com_gray_box,
#suntory_contents .pc_item .anchor04 p.com_gray_box {
    font-size: 19px;
    margin-left: 15px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.26;
}

#suntory_contents .anchor_box .com_anchor2 {
    position: relative;
    margin-top: 20px;
}

#suntory_contents .pc_item .anchor_box .com_anchor2:last-child {
    margin-right: 0;
}

#suntory_contents .anchor_box .com_anchor2 a {
    display: flex;
    background: linear-gradient(to left, #915a00, #92771b);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 60px;
}

#suntory_contents .anchor_box .com_anchor2 .anchor_common_title {
    color: #fff;
    font-size: 20px;
    padding-left: 50px;
}

#suntory_contents .com_anchor2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/suntoryhall/feature/wphweek2025/img/arrow_bottom.png) no-repeat center, #dd0044;
    background-size: 16px 16px;
    vertical-align: middle;
    margin: 0 12px 0 10px;
    pointer-events: none;
}

#suntory_contents .anchor_box .com_anchor2:hover a {
    background: linear-gradient(to left, #a16400, #a88200);
}

#suntory_contents .banner_link {
    margin-bottom: 19px;
}

#suntory_contents .banner_link img {
    width: 100%;
    height: auto;
}

/* =========== kv_area_end =========== */
/* =========== section01_start =========== */
#suntory_contents section#performanceInfo {
    background: url(/suntoryhall/feature/wphweek2025/img/pc_section01_bg.png) no-repeat top center / cover;
    position: relative;
    overflow-x: hidden;
}

#suntory_contents .s01_cont_box {
    padding: 60px 0 0;
}

#suntory_contents .s01_txt01,
#suntory_contents .s01_txt02 {
    text-align: center;
    color: #662200;
    text-shadow: 0px 0px 10px #fff;
}

#suntory_contents .s01_txt01 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.67;
    margin-bottom: 30px;
}

#suntory_contents .s01_txt02 {
    font-size: 18px;
    line-height: 1.76;
    margin-bottom: 50px;
}

#suntory_contents .s01_cont01 {
    margin-top: 40px;
    padding: 40px 70px;
    background-color: #fff;
}
#suntory_contents .com_title + .s01_cont01 {
    margin-top: 0;
}

#suntory_contents .s01_cont01 .performer_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    max-width: 750px;
    margin: 20px auto 0;
}
#suntory_contents .s01_cont01 .performer_list li {
    display: flex;
    width: calc(50% - 10px);
    align-items: center;
}
#suntory_contents .s01_cont01 .performer_list li > p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 30px;
    background-color: #f4ebcb;
}
#suntory_contents .s01_cont01 .performer_list li p:last-child {
    margin-left: 10px;
    text-align: left;
}
#suntory_contents .s01_cont01 .performer_list li .date {
    font-size: 12px;
}

#suntory_contents .s01_cont01>p {
    text-align: center;
    font-weight: 500;
}

#suntory_contents .s01_cont01>p:nth-child(2) {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

#suntory_contents .s01_cont01>p:nth-child(3) {
    margin-top: 10px;
    font-size: 16px;
}

#suntory_contents .s01_cont01>p:nth-child(3) span {
    font-size: 12px;
}

#suntory_contents .s01_cont01.s01_cont01_01 {
    padding: 40px 110px;
}

#suntory_contents h3.cont_title {
    font-size: 28px;
    text-align: center;
}

#suntory_contents .title_sub_txt {
    display: block;
    font-size: 12px;
    margin-left: 35px;
    font-weight: 500;
    vertical-align: middle;
}

#suntory_contents .schedule_box {
    display: flex;
    gap: 20px;
}

#suntory_contents .schedule_box li {
    display: flex;
    flex-direction: column;
    max-width: 980px;
    width: 100%;
    margin: 23px 0 0 0;
    background-color: #fff;
}

#suntory_contents .schedule_box li p {
    padding: 13px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -.5px;
    text-align: center;
}

#suntory_contents .schedule_box li .sb_list_title {
    border-radius: 9999px;
    background-color: #93002a;
    color: #fff;
}

#suntory_contents .schedule_box li:nth-of-type(2) .sb_list_title {
    background-color: #937200;
}

#suntory_contents .ticket_info {
    max-width: 980px;
    width: 100%;
    margin: 30px auto auto;
    border: 1px solid #ddccaa;
    border-collapse: collapse;
}

#suntory_contents .ticket_info thead tr {
    height: 50px;
    background-color: #f4ebcb;
}

#suntory_contents .ticket_info thead th {
    line-height: 50px;
}

#suntory_contents .ticket_info tr {
    border-bottom: 1px solid #d4d4d4;
    border: 1px solid #ddccaa;
}

#suntory_contents .ticket_info td {
    padding: 20px;
    vertical-align: middle;
}

#suntory_contents .ticket_info td:nth-child(2) {
    padding-left: unset;
}

#suntory_contents .ticket_info td.border {
    border: 1px solid #ddccaa;
}

#suntory_contents .ticket_info td.border p:not(:first-child) {
    margin-top: 35px;
}

#suntory_contents .ticket_info td.border p span {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
}

#suntory_contents .ticket_info td p {
    font-size: 16px;
    line-height: 1.375;
}
#suntory_contents .ticket_info td p + p {
    margin-top: 5px;
}
#suntory_contents .ticket_info td p .text_small {
    font-size: 12px;
}

#suntory_contents .contentsBtn {
    width: 100%;
    height: 60px;
    background-size: 8px 14px, auto;
    border-radius: 5px;
    position: relative;
    background: linear-gradient(to left, #915a00, #92771b);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px -3px #ccbbaa;
}

#suntory_contents .ticket_info td .contentsBtn {
    width: 290px;
}

#suntory_contents .contentsBtn.inactive {
    cursor: auto;
}
#suntory_contents .contentsBtn.inactive::before {
    background-color: #a27235;
    background-image: url(/suntoryhall/feature/wphweek2025/img/arrow_right2_inactive.png);
}
#suntory_contents .contentsBtn.inactive > a {
    pointer-events: none;
}
#suntory_contents .contentsBtn.inactive:hover {
    background-color: #a27235;
    background: linear-gradient(to left, #884400, #996622);
}
#suntory_contents .contentsBtn.inactive:hover::before {
    background-color: #a27235;
}

#suntory_contents .contentsBtn.course::after {
    content: 'ユース席あり';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100px;
    height: 30px;
    bottom: -15px;
    right: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #e6006c;
    border-radius: 20px;
}

#suntory_contents .contentsBtn a {
    color: #fff;
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 40px;
}

#suntory_contents .project_box .contentsBtn a {
    justify-content: flex-start;
    padding-left: 60px;
}

#suntory_contents .contentsBtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/suntoryhall/feature/wphweek2025/img/arrow_right2.png) no-repeat center, #dd0044;
    background-size: 16px 16px;
    vertical-align: middle;
    pointer-events: none;
}

#suntory_contents .contentsBtn:hover {
    background: linear-gradient(to left, #a16400, #a88200);
}

#suntory_contents .contentsBtn:hover::before {
    background-color: #dd0044;
}

#suntory_contents .song_name {
    color: #976300;
    letter-spacing: -0.6px;
}

#suntory_contents .song_name em {
    color: #662200;
    font-style: normal;
}

#suntory_contents .pc_only_css {
    padding-left: 6.8em;
}

#suntory_contents .s01_pdf_list {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#suntory_contents .s01_pdf_list li {
    width: 400px;
    height: 60px;
    border: 1px solid #ddccaa;
    border-radius: 50px;
    margin-right: 40px;
    background-color: #fff;
    text-align: center;
}

#suntory_contents .s01_pdf_list li:last-child {
    width: 510px;
    margin-right: 0;
}

#suntory_contents .s01_pdf_list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 19px 10px 16px 0;
    box-sizing: border-box;
    color: #0066ee;
    text-decoration: none;
    background: url(/suntoryhall/feature/wphweek2025/img/arrow_right_blue.png) no-repeat 29px 50%,
        url(/suntoryhall/feature/wphweek2025/img/pdf_icon.png) no-repeat right 29px top 50%;
    background-size: 16px 16px, 22px 28px;
    letter-spacing: -0.01em;
}

#suntory_contents .s01_pdf_list li:hover {
    background-color: #e5effd;
    border: 1px solid #a6b2bb;
}

#suntory_contents .s01_pdf_list li a .pdf_size_txt {
    color: #0066ee;
}

#suntory_contents .s01_listWrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
    font-size: 14px;
}

#suntory_contents ul.s01_list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#suntory_contents ul.s01_list li:last-child {
    /* margin-right: 0px; */
    padding-right: 0px;
}



#suntory_contents ul.s01_list span {
    display: inline-block;
    vertical-align: bottom;
}

#suntory_contents ul.s01_list a {
    color: #662200;
}

#suntory_contents .link_icon::after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/suntoryhall/feature/wphweek2025/img/link_icon.png) no-repeat;
    background-size: 12px 12px;
    margin-left: 5px;
}

#suntory_contents #secondarysale {
    text-align: center;
}

#suntory_contents #secondarysale>p {
    max-width: 660px;
    margin: 0 auto;
    padding: 13px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    border-radius: 9999px;
    background-color: #d53b5b;
    color: #fff;
}
#suntory_contents #secondarysale .secondarysale_mt {
    margin-top: 30px;
}

#suntory_contents #secondarysale .block {
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px;
}

#suntory_contents #secondarysale .block.mw_txt {
    max-width: 660px;
    margin: auto;
    text-align: left;
}

#suntory_contents #secondarysale .block>p.red {
    color: #d53b5b;
}
#suntory_contents #secondarysale .block>p:nth-child(2) {
    margin-top: 10px;
    color: #976300;
}

#suntory_contents #secondarysale .block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    margin-top: 18px;
    width: fit-content;
}

#suntory_contents #secondarysale .block ul li {
    display: flex;
    align-items: center;
}

#suntory_contents #secondarysale .block ul li p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 30px;
    background-color: #f4ebcb;
}

#suntory_contents #secondarysale .block ul li p:last-child {
    margin-left: 10px;
    text-align: left;
}

#suntory_contents #secondarysale .block>div {
    width: 230px;
    height: 40px;
    border: 1px solid #ddccaa;
    border-radius: 50px;
    margin: 20px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#suntory_contents #secondarysale .block>div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    color: #0066ee;
    text-decoration: none;
    position: relative;
}

#suntory_contents #secondarysale .block>div a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url(/suntoryhall/feature/wphweek2025/img/arrow_right_blue.png) no-repeat;
}

#suntory_contents #secondarysale .block>div:hover {
    background-color: #e5effd;
    border: 1px solid #a6b2bb;
}

/* =========== section01_end =========== */
/* =========== section02_start =========== */
#suntory_contents section#project {
    background: url(/suntoryhall/feature/wphweek2025/img/pc_section02_bg.png) no-repeat top center / contain, #fff;
    padding: 50px 0 60px;
}

#suntory_contents .warp_cont2>p {
    margin-top: 45px;
    font-size: 18px;
    text-align: center;
}

#suntory_contents .project_list {
    max-width: 1060px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto auto;
}

#suntory_contents .project_list .project_title {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 110px;
    margin: 0 30px;
    padding: 20px 0;
    border-bottom: 1px solid #662200;
    font-size: 23px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

#suntory_contents .project_list .project_title span {
    font-size: 14px;
}

#suntory_contents .project_list li {
    width: 33%;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px #ddbbaa;
    background-color: #fff;
    margin-right: 20px;
}

#suntory_contents .project_list li:last-child {
    margin-right: 0;
}

#suntory_contents .project_list .venue_txt {
    display: block;
}

#suntory_contents .project_box_cont {
    width: 280px;
    /* min-height: 394px; */
    height: 490px;
    margin: auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#suntory_contents .flexEnd .project_box_cont {
    justify-content: flex-end;
}

#suntory_contents .project_txt_area {
    margin-top: 20px;
    height: 130px;
}

#suntory_contents .venue_txt {
    font-size: 16px;
}

#suntory_contents .venue_notice {
    margin-top: 10px;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}

#suntory_contents .project_img_area {
    margin: 15px 0 9px;
}

#suntory_contents .project_img_txt {
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
}

/* =========== section02_end =========== */

/* =========== section03_start =========== */
#suntory_contents #movie {
    background: url(/suntoryhall/feature/wphweek2025/img/pc_section03_bg.png) no-repeat top center / contain, #fcf9e7;
    padding: 50px 0 60px;
}
#suntory_contents #movie .contents .movie_list_block{
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0px #ba988766;
    background-color: #fff;
}

#suntory_contents #movie .contents .movie_list_block ul {
    width: 980px;
    padding: 40px 0;
    margin: 0 auto;
}
#suntory_contents #movie .contents .movie_list_block ul:after {
    content:" ";display:block;clear:both;
}
#suntory_contents #movie .contents .movie_list_block li {
    width: 400px;
    list-style-type: none;
    margin: 0 auto;
}
/* #suntory_contents #movie .contents .movie_list_block li:nth-of-type(2) {
    width: 530px;
} */
#suntory_contents #movie .contents .movie_list_block li a {
    color: #662200;
    font-size: 17px;
    line-height: 1.75;
}
#suntory_contents #movie .contents .movie_list_block li a:hover {
    color: #aa4400;
}
#suntory_contents #movie .contents .movie_list_block li a.ea_site::after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/suntoryhall/feature/wphweek2025/img/link_icon.png) no-repeat;
    background-size: 14px 14px;
    margin-left: 8px;
}
/* #suntory_contents #movie .contents .movie_list_block #movieWph {
    padding-top: 25px;
} */
#suntory_contents #movie .contents .movie_list_block .frame_outer img {
    margin-bottom: 10px;
}
#suntory_contents #movie .contents .movie_list_block .disp_flexCenter {
    display: flex;
    justify-content: space-between;
    margin: 40px auto auto;
}
#suntory_contents #movie .contents .movie_list_block .fs_12{
    display: block;
    margin-top: 20px;
    font-size: 12px;
}

/* =========== section03_end =========== */

/* =========== section04_start =========== */
#suntory_contents section#cast_profile {
    padding: 60px 0;
    background: url(/suntoryhall/feature/wphweek2025/img/pc_section04_bg.png) no-repeat top center / contain, #f5eddb;
}

#suntory_contents .profile_list li {
    margin-top: 40px;
    background-color: #fff;
    padding: 40px 40px 60px 0;
}

#suntory_contents .profile_main {
    float: left;
    width: 680px;
}

#suntory_contents .profile_main p {
    margin: 25px 40px 0 40px;
    font-size: 16px;
    line-height: 1.63;
}

#suntory_contents .profile_main a {
    color: #0066ee;
    text-decoration: underline;
}
#suntory_contents .profile_main a:hover {
    color: #00aaff;
}

#suntory_contents .profile_main .links_table {
    margin: 20px 0 0 80px;
    font-size: 16px;
    line-height: 1.63;
}
#suntory_contents .profile_main .links_table th {
    font-weight: normal;
}
#suntory_contents .profile_main .links_table td {
    padding-left: 14px;
}
#suntory_contents .profile_main .links_table a {
    background: url(/suntoryhall/feature/wphweek2025/img/link_icon_blue.png) no-repeat right center;
    background-size: 12px 12px;
    padding-right: 25px;
}


#suntory_contents .profile_img {
    float: right;
}

#suntory_contents .profile_title {
    display: table;
    font-size: 22px;
    line-height: 1.2;
    position: relative;
}

#suntory_contents .profile_title::before {
    content: '';
    display: table-cell;
    width: 10px;
    height: 50px;
    vertical-align: middle;
    background: #a88a00;
    margin-right: 22px;
}

#suntory_contents span.profile_sub_title {
    display: block;
    width: 100%;
    margin-bottom: 13px;
}
#suntory_contents span.profile_sub_title img {
    height: auto;
}

#suntory_contents span.profile_sub_title,
#suntory_contents span.profile_main_title {
    margin-left: 30px;
}

#suntory_contents span.profile_main_title {
    font-size: 26px;
}

#suntory_contents .schedule_txt {
    font-size: 16px;
}


/* =========== section04_end =========== */
/* =========== section05_start =========== */
#suntory_contents section#performance_cities {
    padding: 60px 0;
    background: url(/suntoryhall/feature/wphweek2025/img/pc_section05_bg.png) no-repeat top center / contain, #f5eddb;
    position: relative;
    overflow-x: hidden;
}

#suntory_contents section#performance_cities p {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
#suntory_contents section#performance_cities .tel {
    display: block;
    margin: 0;
    padding: 10px 0 0;
    font-size: 15px;
    font-weight: normal;
}

#suntory_contents .city_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 40px;
    margin-top: 40px;
}

#suntory_contents .city_list > li {
    width: calc(50% - 20px);
    padding: 22px 0 36px;
    box-sizing: border-box;
    background-color: #fff;
}

#suntory_contents h3.city_title {
    margin: 0 0 13px 30px;
    font-size: 28px;
}

#suntory_contents .city_list dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 30px;
    padding: 30px 0 0;
    border-top: 1px #ab8510 solid;
}

#suntory_contents .city_list dt {
    margin: 0 0 14px;
    padding: 0;
    background: #98700c;
    font-size: 15px;
    color: #fff;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#suntory_contents .city_list dt.contact {
    width: 110px;
}

#suntory_contents .city_list dd {
    width: calc(100% - 60px);
    margin: 0 0 30px;
    padding-left: 20px;
    font-size: 16px;
}
#suntory_contents .city_list dt.contact + dd {
    width: calc(100% - 110px);
}

#suntory_contents .city_list dd:last-child {
    margin-bottom: unset;
}

#suntory_contents .city_list dd a {
    color: #0066ee;
    text-decoration: underline;
}

#suntory_contents .city_list dd a:hover {
    color: #00aaff;
}

#suntory_contents .city_list dd h4 {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    vertical-align: top;
}


#suntory_contents #performance_cities .city_list dd .performer,
#suntory_contents #performance_cities .city_list dd .song_name {
    margin-bottom: 5px;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    color: #976300;
}

#suntory_contents .city_list dd .song_name span.blue_txt {
    color: #002266;
}

#suntory_contents .song_name {
    letter-spacing: -1px;
}

#suntory_contents .city_list dd .performer {
    margin: 0;
}

#suntory_contents #performance_cities .city_list .announce {
    margin: 10px 0 0 110px;
    font-weight: normal;
}

#suntory_contents .city_list .external a {
    background: url(/suntoryhall/feature/wphweek2025/img/link_icon_blue.png) no-repeat right center;
    background-size: 12px 12px;
    padding-right: 25px;
    font-size: 15px;
    font-weight: 500;
}
#suntory_contents .city_list .external .venue {
    font-size: 18px;
    font-weight: bold;
}

#suntory_contents .city_list #kawasaki .external {
    margin-bottom: 15px;
}

#suntory_contents .city_list #kawasaki dd:last-of-type .external {
    margin-bottom: 0;
}

/* =========== section05_end =========== */
/* =========== footer_area_start =========== */
#suntory_contents section.footer_area {
    background-color: #fff;
    padding: 55px 0;
}

#suntory_contents .footer_anchor_list {
    max-width: 800px;
    width: 100%;
    margin: auto;
    text-align: center;
}

#suntory_contents .footer_anchor_list li {
    display: inline-block;
    line-height: 2.5;
}

#suntory_contents .footer_anchor_list li::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #cc8c3f;
    margin: 0 25px;
}

#suntory_contents .footer_anchor_list li:nth-child(5)::after,
#suntory_contents .footer_anchor_list li:last-child::after {
    display: none !important;
}

#suntory_contents .footer_anchor_list li a {
    color: #0066ee;
    font-size: 20px;
}

#suntory_contents .footer_anchor_list li a:hover {
    color: #00aaff;
}

/* =========== footer_area_end =========== */


/*------------------------------------------------------------
  SP
------------------------------------------------------------ */
@media screen and (max-width: 767px) {

    /* SP_start */
    .sp_menu_open, .header_open{
        max-width: 100%;
    }
    /* =========== common =========== */
    #suntory_contents .pc_item {
        display: none !important;
    }

    #suntory_contents .sp_item2 {
        display: block !important;
    }

    #suntory_contents {
        width: 100%;
    }

    #suntory_contents .warp_cont,
    #suntory_contents .warp_cont2,
    #suntory_contents .warp_cont3 {
        max-width: 690px;
        width: 100%;
        margin: auto;
        padding: 0 4vw;
    }

    #suntory_contents .footer_area .warp_cont2 {
        padding: unset;
    }

    #suntory_contents .warp_cont2>p {
        font-size: 3.73333vw;
        margin-top: 6.66667vw;
    }

    #suntory_contents .com_blue_title,
    #suntory_contents .com_brown_title {
        height: 20.862vw;
        padding: 5.5vw 0 5.5vw;
        font-size: 6.66666vw;
    }

    #suntory_contents .com_title {
        height: 16vw;
        font-size: 6.66667vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #suntory_contents .com_title::after {
        display: none;
    }

    #suntory_contents .fs16 {
        font-size: 2.13333vw;
    }

    #suntory_contents .mb10 {
        margin-bottom: 2vw;
    }

    /* =========== menu =========== */
    #suntory_contents .menu_btn_area {
        display: none;
        position: fixed;
        top: 64px;
        right: 5%;
        z-index: 10;
    }

    #suntory_contents .menu_btn_area.fixedBtn {
        display: block;
    }

    #suntory_contents .menu_btn {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 0px 2vw 0px rgba(102, 34, 0, 0.4);
        width: 13.33333vw;
        height: 13.33333vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    #suntory_contents .menu_btn p {
        color: #662200;
        font-size: 2.93333vw;
        line-height: 1;
        margin-top: .5vw;
    }

    #suntory_contents .hambuger_menu {
        display: block;
        width: 5.6vw;
        height: 3vw;
        margin-top: -3.5vw;
    }

    #suntory_contents .hambuger_menu span {
        background-color: #dd0044;
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 1.0666vw;
    }

    #suntory_contents .fixedDim {
        z-index: 99 !important;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
    }

    #suntory_contents .fixedDim.on {
        display: block;
    }

    #suntory_contents ul.menu_list {
        margin: 4vw 0;
    }

    #suntory_contents .menu_area {
        display: block;
        width: 68vw;
        padding: 4vw 0;
        transition: right 0.3s ease;
        background: #795d27;
        z-index: 100;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: -75vw;
    }

    #suntory_contents .menu_area.on {
        z-index: 100;
        right: 0;
        height: auto;
        overflow-y: auto;
    }

    /* #suntory_contents .menu_area.fixed {
  z-index: 100;
  position: fixed;
  overflow-y: auto;
} */
    #suntory_contents .sp_menu_cont {
        width: 88.236%;
        margin: auto;
    }

    #suntory_contents .menu_list li {
        /* height: 10.668vw; */
        margin-bottom: 2.66666vw;
        background-color: #fff;
    }

    #suntory_contents .menu_list li a {
        font-size: 3.73333vw;
        width: 100%;
        padding: 2.5vw 0 2.5vw;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #662200;
    }

    #suntory_contents span.menulinkBtnArea {
        font-weight: bold;
        text-decoration: none;
        color: #662200;
        text-indent: -2.5em;
        padding-left: 2.5em;
        letter-spacing: -0.1px;
    }

    #suntory_contents span.menulinkBtnArea::before {
        content: '';
        display: inline-block;
        width: 5.216vw;
        height: 5.216vw;
        background: url(/suntoryhall/feature/wphweek2025/img/arrow_sp_bottom.png) no-repeat, #dd0044;
        background-position: center, 0 0;
        background-size: 2.5vw;
        margin-right: 3vw;
        vertical-align: middle;
    }

    #suntory_contents .menu_list li:first-child {
        background-color: #ffffdd;
    }

    #suntory_contents .small_area_txt {
        font-size: 2.7vw;
        margin-bottom: -0.8vw;
    }

    #suntory_contents span.menulinkBtnArea .small_area_txt {
        letter-spacing: -0.02em;
    }

    #suntory_contents .close_btn {
        width: 2.5vw;
        height: 4vw;
        display: inline-block;
    }

    #suntory_contents .close_btn:before,
    #suntory_contents .close_btn:after {
        content: ' ';
        position: absolute;
        left: 4vw;
        height: 4.27vw;
        width: 0.4vw;
        background-color: #fff;
    }

    #suntory_contents .close_btn:before {
        transform: rotate(45deg);
    }

    #suntory_contents .close_btn:after {
        transform: rotate(-45deg);
    }

    #suntory_contents .close_area {
        width: 20vw;
        display: flex;
        align-items: center;
        height: 6.667vw;
        position: relative;
        margin: auto;
        background-color: #dd0044;
    }

    #suntory_contents .close_area p {
        color: #fff;
        margin-left: 5vw;
        margin-top: 0.5vw;
        font-size: 2.93333vw;
    }

    /* =========== kv_area_start =========== */
    #suntory_contents #kv_area {
        height: 240.8vw;
        background: url(/suntoryhall/feature/wphweek2025/img/sp_kv_bg.png) no-repeat, #021622;
        background-position: top center;
        background-size: 100%;
        position: relative;
        overflow-y: hidden;
    }

    #suntory_contents #kv_area .warp_cont {
        max-width: 700px;
        padding: 0 3.33333vw;
    }

    #suntory_contents h1.kv_txt_img {
        padding: 3.2vw 0 65vw;
        gap: 2vw;
    }

    #suntory_contents h1.kv_txt_img img:first-child {
        margin-top: 0;
        width: 91.2vw;
    }

    #suntory_contents h1.kv_txt_img img:last-child {
        width: 52.4vw;
        margin: 0 0 0 5vw;
    }    

    #suntory_contents .kv_list_area {
        font-size: 3.12908vw;
        padding: 4vw;
        height: 25vw;
        margin: 0 0 2.66666vw 0;
    }

    .simplebar-track.simplebar-vertical {
        width: 4vw;
    }
        
    .simplebar-scrollbar:before {
        height: 13.333vw;
        width: 2.133vw;
    }
    

    #suntory_contents .list_box_scorll li p {
        font-size: 2.93333vw;
    }

    #suntory_contents .list_date {
        width: 20%;
        margin-right: 3.25945vw;
    }

    #suntory_contents .list_title {
        width: 100%;
    }

    #suntory_contents .anchor_area {
        padding-bottom: 3.25945vw;
    }

    #suntory_contents .com_anchor2:hover::before {
        background-size: 2.13333vw 2.13333vw;
    }

    #suntory_contents .anchor01 .com_gray_box::before {
        content: '';
        width: 6.52vw;
        height: 6.52vw;
        background-size: 3vw 2vw;
        margin: 0 0 0 4.5632vw !important;
    }

    #suntory_contents .anchor_box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
            "anchor01 anchor01 anchor01";
        gap: 2.66667vw;
    }

    #suntory_contents .anchor_box .com_anchor1.anchor01 {
        grid-area: anchor01;
    }

    #suntory_contents li.com_anchor1 .anchor_common_title_text {
        flex: 1;
        font-size: 3.733vw
    }
    #suntory_contents li.com_anchor1.anchor01 .anchor_common_title_text {
        font-size: 4.8vw;
    }
    

    #suntory_contents .anchor_box .com_anchor1 a {
        flex-direction: column;
        gap: unset;
    }

    #suntory_contents .anchor_box .com_anchor1 a picture {
        order: -1;
    }

    #suntory_contents .com_anchor1:hover .com_gray_box::before {
        background-size: 2.13333vw 2.13333vw;
    }

    #suntory_contents .anchor_box .com_anchor1.anchor01 a {
        display: flex;
        align-items: center;
        height: 20vw;
        text-decoration: none;
        background-image: url(/suntoryhall/feature/wphweek2025/img/sp_anchor_img01.png);
        background-repeat: no-repeat;
        background-position: 100%, 100%;
        background-size: contain;
    }

    #suntory_contents .com_anchor1 a,
    #suntory_contents .com_anchor2 a {
        text-decoration: none;
    }

    #suntory_contents .anchor_box .com_anchor1 a img {
        width: auto;
        height: 16vw;
    }

    #suntory_contents li.com_anchor1 .anchor_common_title {
        font-size: 3.2vw;
        padding: 1.8vw 1vw 1.8vw 0;
        width: 100%;
    }

    #suntory_contents li.com_anchor1.anchor01 .anchor_common_title {
        font-size: 4.26667vw;
        padding: 2vw 49.333vw 2vw 0;
        width: 100%;
    }

    #suntory_contents .anchor_box .com_anchor2 {
        width: 100%;
        background: linear-gradient(to right, #004488, #0066ee);
        margin-top: 2.666vw;
    }

    #suntory_contents .com_anchor2::before {
        width: 4vw;
        height: 4vw;
        background-size: 2.13333vw 2.13333vw;
        vertical-align: middle;
        margin: 0 0 0 2vw;
    }

    #suntory_contents .anchor_box .com_anchor2:last-child {
        margin-right: 0;
    }

    #suntory_contents .anchor_box.anchor_box02 {
        display: flex;
        margin-bottom: 5.333vw;
    }

    #suntory_contents .anchor_box .com_anchor2 a {
        width: 100%;
        height: 14.667vw;
        padding-right: 1vw;
    }

    #suntory_contents .com_anchor2 a {
        padding: 3vw 0px;
        display: block;
        font-size: 3.12907vw;
        box-sizing: border-box;
        line-height: 1.5;
    }

    #suntory_contents .com_anchor2 span {
        color: #fff;
    }

    #suntory_contents span.city_samll_txt {
        font-size: 2.3468vw;
        margin-left: 7vw;
    }

    #suntory_contents .anchor_box .com_anchor2 .anchor_common_title {
        padding-left: 7.6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 3.2vw;
        text-align: center;
    }
    #suntory_contents .anchor_box .com_anchor2 .anchor_common_title .fs16 {
        display: flex;
        align-items: center;
    }
    #suntory_contents .anchor_box .com_anchor2 .anchor_common_title .brackets_left,
    #suntory_contents .anchor_box .com_anchor2 .anchor_common_title .brackets_right {
        font-size: 4.2vw;
    }
    #suntory_contents .anchor_box .com_anchor2 .anchor_common_title .brackets_left {
        padding-right: 1.2vw;
    }
    #suntory_contents .anchor_box .com_anchor2 .anchor_common_title .brackets_right {
        padding-left: 1.2vw;
    }

    #suntory_contents .anchor07 .com_blue_box::before {
        margin-top: 2.5vw;
    }

    #suntory_contents li.com_anchor1 .com_gray_box::before {
        content: '';
        width: 4vw;
        height: 4vw;
        background-size: 2.13333vw 2.13333vw;
        margin: 0 1vw 0 1.9557vw;
    }
    #suntory_contents li.com_anchor1.anchor01 .com_gray_box::before {
        width: 6.667vw;
        height: 6.667vw;
        background-size: 2.933vw 2.933vw;
        margin: 0 1vw 0 1.9557vw;
    }

    #suntory_contents .banner_link {
        margin-bottom: 8vw;
    }
    
    #suntory_contents .banner_link img {
        width: 100%;
        height: auto;
    }

    /* =========== kv_area_end =========== */
    /* =========== section01_start =========== */
    #suntory_contents section#performanceInfo {
        background: url(/suntoryhall/feature/wphweek2025/img/sp_section01_bg.png) no-repeat, #ede2b4;
        background-size: 100%, 100%;
    }

    #suntory_contents .s01_cont01 {
        padding: 8vw 4vw;
        margin-top: 4vw;
    }

    #suntory_contents .s01_cont01 .performer_list {
        display: block;
        margin: 20px auto 0;
        padding-left: 5px;
    }
    #suntory_contents .s01_cont01 .performer_list li {
        width: 100%;
        font-size: 13px;
    }
    #suntory_contents .s01_cont01 .performer_list li:nth-of-type(n +2) {
        margin-top: 5px;
    }
    #suntory_contents .s01_cont01 .performer_list li > p:first-child {
        min-width: 80px;
        height: 25px;
    }
    #suntory_contents .s01_cont01 .performer_list li p:last-child {
        margin-left: 14px;
    }
    #suntory_contents .s01_cont01 .performer_list li .date {
        font-size: 10px;
    }
    

    #suntory_contents .s01_cont01.s01_cont01_01 {
        padding: 6.6vw 4vw 6.66667vw;
        margin-top: 4vw;
    }

    #suntory_contents .s01_cont01>p:nth-child(2) {
        margin-top: 2vw;
        font-size: 4vw;
    }

    #suntory_contents .s01_cont01>p:nth-child(4) {
        margin-top: 2vw;
        font-size: 3.46667vw;
    }

    #suntory_contents .s01_cont_box {
        padding: 8.6vw 0;
    }

    #suntory_contents .s01_txt01 {
        font-size: 5.333vw;
        line-height: 1.5;
        margin-bottom: 5.2vw;
    }

    #suntory_contents .s01_txt02 {
        font-size: 4vw;
        line-height: 1.667;
        margin-bottom: 10vw;
        letter-spacing: -0.07em;
    }

    #suntory_contents .cont_title::before {
        display: unset;
    }

    #suntory_contents h3.cont_title {
        font-size: 5.33333vw;
        line-height: 1.54;
        letter-spacing: -0.7px;
    }

    #suntory_contents .title_sub_txt {
        display: block;
        font-size: 2.66667vw;
        margin: 1.8vw 0 0 0;
    }

    #suntory_contents .schedule_box {
        flex-direction: column;
        gap: unset;
    }

    #suntory_contents .schedule_box li {
        margin: 5.6vw auto 0;
    }

    #suntory_contents .schedule_box li:first-child {
        margin: 4.3vw auto 0;
    }

    #suntory_contents .schedule_box li p {
        display: block;
        width: 100%;
        padding: 2.3vw 2vw 2.1vw;
        font-size: 4vw;
    }
    #suntory_contents .schedule_box li .sb_list_txt {
        padding: 3vw 0 0;
    }

    #suntory_contents #secondarysale .block ul {
        margin-top: 2.6vw;
    }

    #suntory_contents #secondarysale .block>p:nth-child(2) {
        margin-top: 2.2vw;
    }

    #suntory_contents #secondarysale .block>div {
        width: 60vw;
        height: 10.66667vw;
        border-radius: 10vw;
        margin: 4vw auto 0;
    }

    #suntory_contents #secondarysale .block ul li p:last-child {
        text-align: center;
    }

    #suntory_contents .schedule_box li .sb_list_title.bgffe6d2,
    #suntory_contents .schedule_box li .sb_list_title.bgf8f1db {
        width: 100%;
    }

    #suntory_contents .schedule_box .sb_list_txt {
        font-size: 3.73333vw;
    }

    #suntory_contents .project_list {
        display: block;
    }

    #suntory_contents .project_list li {
        width: 100%;
        height: auto;
    }

    #suntory_contents .song_title {
        margin: 5.21513vw 0 0 7vw;
        font-size: 3.73333vw;
        line-height: 1.67;
    }

    #suntory_contents .ticket_info .text_small {
        font-size: 2.933vw;
    }

    #suntory_contents .ticket_info {
        margin: 0 auto auto;
        border: unset;
    }

    #suntory_contents .ticket_info .song_title:not(:nth-child(2)) {
        margin: 2vw 0 0 7vw;
    }

    #suntory_contents .ticket_info li {
        padding: 5.21513vw 0;
        border-bottom: 1px solid #eee4dd;
    }

    #suntory_contents .contentsBtn.course::after {
        width: 26.66667vw;
        height: 8vw;
        bottom: -4.5vw;
        right: 3vw;
        font-size: 3.2vw;
        border-radius: 4vw;
    }

    #suntory_contents .ticket_info .price_area {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.73333vw;
        line-height: 1.5;
        background-color: #fcfaf2;
        border-left: 1px solid #ddccaa;
        border-right: 1px solid #ddccaa;
    }

    #suntory_contents .ticket_info .price_area span {
        font-size: 2.66667vw;
    }

    #suntory_contents .ticket_info .price_area .price_area_left {
        margin-right: 9.067vw;
    }

    #suntory_contents .s01_pdf_list {
        display: block;
        margin-top: 5.33333vw;
    }

    #suntory_contents .s01_pdf_list li {
        width: 81.33333vw;
        height: 18.66667vw;
        border: 1px solid #d4d4d4;
        border-radius: 80px;
        text-align: center;
        margin: auto;
    }

    #suntory_contents .s01_pdf_list li:last-child {
        width: 79.532vw;
        margin: 5.33333vw auto auto;
    }

    #suntory_contents .s01_pdf_list li a {
        padding: 4vw 10vw 4vw 11vw;
        font-size: 4.26666vw;
        font-weight: bold;
        background: url(/suntoryhall/feature/wphweek2025/img/arrow_right_blue2.png) no-repeat 8% 50%, url(/suntoryhall/feature/wphweek2025/img/pdf_icon.png) no-repeat 92% 50%;
        background-size: 2vw, 5vw;
        text-align: left;
        line-height: 1.2;
    }

    #suntory_contents span.pdf_size_txt {
        font-size: 3.46666vw;
        color: #0066ee;
        font-weight: normal;
    }

    #suntory_contents ul.s01_list {
        display: block;
        text-align: center;
    }

    #suntory_contents ul.s01_list li {
        display: block;
        margin: 0 0 3.91134vw 0;
        padding: 0;
        font-size: 3.73333vw;
    }

    #suntory_contents ul.s01_list li:last-child {
        margin-bottom: unset;
    }

    #suntory_contents ul.s01_list a {
        font-size: 3.73333vw;
    }

    #suntory_contents ul.s01_list span {
        display: inline-block;
        width: 17.068vw;
        height: 8.27vw;
        margin: 0 0 0 5vw;
        vertical-align: middle;
        text-align: right;
    }

    #suntory_contents ul.s01_list span img {
        width: 100%;
        height: 100%;
    }

    #suntory_contents .s01_listWrap {
        gap: 3.91134vw;
        margin: 6.66667vw 0 0;
    }

    #suntory_contents .link_icon_b::after {
        content: '';
        width: 2.66668vw;
        height: 2.66668vw;
        background-size: 100%;
    }

    #suntory_contents #secondarysale {
        margin-top: 5.5vw;
        text-align: center;
    }

    #suntory_contents #secondarysale>p {
        font-size: 4vw;
        padding: 8px;
    }

    #suntory_contents #secondarysale .block {
        padding-top: 3.6vw;
    }

    #suntory_contents #secondarysale .block p {
        font-size: 3.46667vw;
        line-height: 1.538;
    }

    #suntory_contents #secondarysale .block ul li {
        flex-direction: column;
        gap: 2.2vw;
    }
    #suntory_contents #secondarysale .block ul li + li {
        margin-top: 1vw;
    }

    #suntory_contents #secondarysale .block ul li p:first-child {
        width: 20vw;
        height: 6.66667vw;
        font-size: 3.46667vw;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    #suntory_contents #secondarysale .block>div a {
        font-size: 4vw;
        padding-left: 6vw;
    }

    #suntory_contents #secondarysale .block>div a::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 20px;
        width: 16px;
        height: 16px;
        transform: translateY(-50%);
        background: url(/suntoryhall/feature/wphweek2025/img/arrow_right_blue.png) no-repeat;
    }

    /* =========== section01_end =========== */
    /* =========== section02_start =========== */
    #suntory_contents section#project {
        padding: 10.66667vw 0;
    }

    #suntory_contents .com_blue_title2 {
        height: auto;
        padding: unset;
        font-size: 6.66666vw;
    }

    #suntory_contents .project_box_cont {
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 4vw 5.33333vw;
    }

    #suntory_contents .contentsBtn {
        justify-content: flex-start;
        height: 14.66667vw;
    }

    #suntory_contents .contentsBtn a {
        justify-content: flex-start;
        padding-left: 14.667vw;
        font-size: 4.267vw;
        font-weight: bold;
    }

    #suntory_contents .project_box .contentsBtn a {
        padding-left: 14.667vw;
    }

    #suntory_contents .contentsBtn::before {
        left: 4vw;
        width: 6.66667vw;
        height: 6.66667vw;
        background-size: 3.2vw 3.2vw;
    }

    #suntory_contents .project_box_cont .pc_only {
        display: none;
    }

    #suntory_contents .project_list {
        margin: 6.51064vw 0 0 0;
        padding: 0 4vw;
    }

    #suntory_contents .project_list li {
        margin-bottom: 5.33333vw;
    }

    #suntory_contents .project_list li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .project_box {
        padding-bottom: unset;
    }

    #suntory_contents .project_box:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .project_title {
        padding: 4vw;
        font-size: 4.8vw;
    }

    #suntory_contents .project_list .project_title {
        height: auto;
        padding-bottom: 0;
        font-size: 5.6vw;
        border-bottom: none;
    }

    #suntory_contents .project_list .project_title span {
        font-size: 3.2vw;
    }

    #suntory_contents .project_txt_area {
        height: auto;
    }

    #suntory_contents .venue_txt {
        display: inline-block;
        line-height: 1.33;
        font-size: 4vw;
    }

    #suntory_contents .venue_txt:not(:first-child) {
        margin-top: 1vw;
    }

    #suntory_contents .venue_notice {
        display: inline-block;
        line-height: 1.43;
        font-size: 3.2vw;
        margin-top: 1vw;
    }

    #suntory_contents .project_img_area {
        max-width: 610px;
        width: 100%;
        height: auto;
        margin: 4vw 0 2vw;
    }

    #suntory_contents .project_img_area img {
        width: 100%;
        height: auto;
    }

    #suntory_contents .project_img_txt {
        font-size: 2.93333vw;
    }

    /* =========== section02_end =========== */

    /* =========== section03_start =========== */
    #suntory_contents #movie .contents {
        width: 100%;
        margin: 6.51064vw 0 0 0;
        padding: 0 4vw;
    }
    #suntory_contents #movie .contents .movie_list_block{
        
        width: 100%;
        height: 100%;
        margin: auto;
    }

    #suntory_contents #movie .contents .movie_list_block ul {
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 4vw 5.33333vw;
    }
    #suntory_contents #movie .contents .movie_list_block li,
    #suntory_contents #movie .contents .movie_list_block li:nth-of-type(2) {
        width: 100%;
        margin: 0 0 4vw 0;
    }
    #suntory_contents #movie .contents .movie_list_block li:first-child{
        margin-bottom: 6vw;
    }
    #suntory_contents #movie .contents .movie_list_block li a {
        line-height: 1.33;
        font-size: 4vw;
    }
    #suntory_contents #movie .contents .movie_list_block #movieWph {
        padding-top: 0;
    }
    
    #suntory_contents #movie .contents .movie_list_block .frame_outer img {
        width: 100%;
    }
	#suntory_contents #movie .contents .movie_list_block .disp_flexCenter {
        flex-direction: column;
        margin-top: 6.66667vw
	}
    #suntory_contents #movie .contents .movie_list_block .fs_12{
        display: inline-block;
        line-height: 1.43;
        font-size: 3.2vw;
        margin-top: 1vw;
    }

    /* =========== section03_end =========== */

    /* =========== section04_start =========== */
    #suntory_contents section#cast_profile {
        padding: 10.66667vw 0;
    }

    #suntory_contents .profile_main {
        float: unset;
        width: 100%;
    }

    #suntory_contents .profile_title::before {
        content: '';
        width: 2.13333vw;
        height: 100%;
        position: absolute;
        left: -5.7vw;
        top: 0;
    }

    #suntory_contents .profile_list li {
        margin-top: 4vw;
        padding: 6.66667vw 5.33333vw;
    }

    #suntory_contents .profile_img {
        float: unset;
        margin-top: 8vw;
    }

    #suntory_contents .profile_img img {
        width: 78.5vw;
        max-width: 610px;
        height: auto;
        margin: auto;
    }

    #suntory_contents .profile_main p {
        margin: 3.91134vw auto auto;
        font-size: 3.73333vw;
        line-height: 1.6;
    }

    #suntory_contents .profile_main .links_table {
        display: block;
        margin: 10px 0 0 0;
        font-size: 3.73333vw;
        line-height: 1.4;
    }
    #suntory_contents .profile_main .links_table th {
        display: block;
        margin-top: 5px;
    }
    #suntory_contents .profile_main .links_table td {
        display: block;
        padding-left: 0;
    }
    #suntory_contents .profile_main .links_table a {
        background-size: 3vw;
        padding-right: 6vw;
    }

    #suntory_contents span.profile_sub_title {
        margin-bottom: 2vw;
    }

    #suntory_contents span.profile_sub_title,
    #suntory_contents span.schedule_txt,
    #suntory_contents span.profile_main_title {
        width: 100%;
        display: inline-block;
        margin-left: unset;
    }

    #suntory_contents span.profile_sub_title,
    #suntory_contents .schedule_txt {
        font-size: 4vw;
    }

    #suntory_contents span.profile_main_title {
        font-size: 5.6vw;
    }

    /* =========== section04_end =========== */
    /* =========== section05_start =========== */
    #suntory_contents section#performance_cities {
        padding: 10.66667vw 0;
        background-size: 100%;
    }

    #suntory_contents .city_list {
        display: block;
        margin-top: 8vw;
    }

    #suntory_contents .city_list > li {
        width: 100%;
        height: auto;
        margin-bottom: 8vw;
        padding: 6vw 0;
    }

    #suntory_contents .city_list > li:last-child {
        margin-bottom: 0;
    }

    #suntory_contents h3.city_title {
        width: 79.532vw;
        margin: auto auto 5.21512vw;
        font-size: 5.86666vw;
    }

    #suntory_contents .city_list dl {
        display: block;
        margin: 0 auto;
        padding: 6vw 0 0;
        width: 79.532vw;
        border-top: 4px #ab8510 solid;
    }

    #suntory_contents .city_list dt {
        margin: 0 0 3vw;
        padding: 0;
        font-size: 3.73333vw;
        width: 13.038vw;
        height: 7.824vw;
    }

    #suntory_contents .city_list dt:last-child {
        margin-bottom: unset;
    }

    #suntory_contents .city_list dt.contact {
        width: 28.685vw;
    }

    #suntory_contents #performance_cities .city_list .announce {
        display: block;
        width: 79.532vw;
        margin: 20px auto 0;
    }
    

    #suntory_contents .city_list .external a {
        font-size: 4.26667vw;
    }

    #suntory_contents section#performance_cities p {
        font-size: 4.8vw;
    }

    #suntory_contents .city_list .external .venue {
        font-size: 4.8vw;
    }

    #suntory_contents .city_list dd {
        width: 100%;
        padding-left: 0;
    }

    #suntory_contents .city_list dt.contact + dd {
        width: 100%;
    }

    #suntory_contents .city_list dd,
    #suntory_contents .city_list dd h4,
    #suntory_contents .city_list dd .song_name,
    #suntory_contents .city_list dd .tel {
        margin: 0 0 3vw;
        font-size: 4.26666vw;
        line-height: 1.45;
    }

    #suntory_contents .city_list dd .tel {
        margin: unset;
    }

    #suntory_contents .city_list dd h4 {
        display: block;
        margin: 0 0 1vw;
    }

    #suntory_contents .sp_only_css {
        padding-left: 1em;
    }

    #suntory_contents .city_list .external a {
        background-size: 3vw;
        padding-right: 6vw;
    }

    /* =========== section05_end =========== */
    /* =========== footer_area_start =========== */
    #suntory_contents section.footer_area {
        padding: 5.33333vw 0;
    }

    #suntory_contents .footer_anchor_list li {
        line-height: 2.41;
    }

    #suntory_contents .footer_anchor_list li a {
        font-size: 3.73333vw;
    }

    #suntory_contents .footer_anchor_list li::after {
        content: '';
        display: inline-block !important;
        height: 2.348vw;
        margin: 0 0.5vw;
    }

    #suntory_contents .footer_anchor_list li:first-child::after,
    #suntory_contents .footer_anchor_list li:nth-child(7)::after,
    #suntory_contents .footer_anchor_list li:nth-child(10)::after,
    #suntory_contents .footer_anchor_list li:last-child::after {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #suntory_contents .profile_list .profile_box:nth-child(1) .profile_sub_title {
        width: 48.533vw;
    }
    #suntory_contents .profile_list .profile_box:nth-child(2) .profile_sub_title {
        width: 42.4vw;
    }
    #suntory_contents .profile_list .profile_box:nth-child(3) .profile_sub_title {
        width: 29.067vw;
    }
    #suntory_contents .profile_list .profile_box:nth-child(4) .profile_sub_title {
        width: 42.533vw;
    }

    #suntory_contents .profile_list .profile_box .profile_sub_title img {
        width: 100%;
        height: auto;
    }
}