@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;
}

/**/
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: 500;
    background: linear-gradient(90deg, rgba(163, 92, 10, 1) 0%, rgba(181, 119, 28, 1) 50%, rgba(163, 92, 10, 1) 100%);
    color: #fff;
    position: relative;
}

#suntory_contents .com_title::before,
#suntory_contents .com_title::after {
    content: '';
    width: 125px;
    height: 72px;
    background-image: url(../img/ico_com_title.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -14px;
}

#suntory_contents .com_title::before {
    left: -23px;
}

#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 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#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: #ffffff;
    line-height: 2.5em;
}

#suntory_contents .bread_crumbs li a {
    margin: 0;
    color: #ffffff;
    position: relative;
}

#suntory_contents .bread_crumbs li:after {
    content: '>';
    color: #ffffff;
    font-size: 12px;
    margin: 0 5px;
}

#suntory_contents .bread_crumbs li:last-child::after {
    content: '';
}

#suntory_contents .bread_crumbs li a:hover {
    color: #eedd99;
}

/* =========== kv_area_start =========== */
#suntory_contents #kv_area {
    background: url(/suntoryhall/feature/wphweek2023/img/pc_kv_bg.png) no-repeat,
        url(/suntoryhall/feature/wphweek2023/img/pc_kv_bg2.png) repeat 100%;
    background-position-x: center;
    background-position-y: 0;
    position: relative;
    overflow-x: hidden;
}

#suntory_contents h1.kv_txt_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 35px 0 307px;
}

#suntory_contents h1.kv_txt_img img:first-child {
    width: 553px;
}

#suntory_contents h1.kv_txt_img img:last-child {
    width: 335px;
}

#suntory_contents #kv_area .warp_cont {
    position: relative;
}

#suntory_contents .kv_list_area {
    background-color: #744b20e6;
    padding: 25.5px 30px;
    font-size: 16px;
    height: 115px;
    overflow-y: scroll;
    margin: -130px 0 15px 0;
}

#suntory_contents .kv_list_area::-webkit-scrollbar {
    width: 26px;
}

#suntory_contents .kv_list_area::-webkit-scrollbar-thumb {
    background: #ffffff26;
    height: 100px;
    border-radius: 20px;
    background-clip: padding-box;
    border: 5px solid transparent;
}

#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/wphweek2023/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/wphweek2023/img/arrow_bottom.png) no-repeat center, #dd8800;
    background-size: 16px 16px;
    vertical-align: middle;
    margin: 0 12px 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;
    font-size: 18px;
    color: #662200;
    text-align: center;
}

#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, #662200, #aa5500);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 60px;
}

#suntory_contents .anchor_box .com_anchor2 span {
    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/wphweek2023/img/arrow_bottom.png) no-repeat center, #dd8800;
    background-size: 16px 16px;
    vertical-align: middle;
    margin: 0 12px 0 10px;
    pointer-events: none;
}

#suntory_contents .com_anchor2:hover::before {
    background: url(/suntoryhall/feature/wphweek2023/img/arrow_bottom.png) no-repeat center, #ffbb22;
}

#suntory_contents .anchor_box .com_anchor2:hover a {
    background: linear-gradient(to left, #aa5500, #dd7700);
}

#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/wphweek2023/img/pc_section01_bg.png) no-repeat, url(/suntoryhall/feature/wphweek2023/img/pc_section01_bg2.png) repeat 100%;
    background-position-x: center;
    background-position-y: 0;
    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: 23px;
    font-weight: bold;
    line-height: 1.67;
    margin-bottom: 30px;
}

#suntory_contents .s01_txt02 {
    font-size: 20px;
    line-height: 1.76;
    margin-bottom: 50px;
}

#suntory_contents .s01_cont01 {
    margin-top: 40px;
    padding: 40px 70px;
    background-color: #fff;
}

#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;
}

#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 150px;
}

#suntory_contents h3.cont_title {
    font-size: 28px;
    text-align: center;
}

#suntory_contents .title_sub_txt {
    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: 30px 0 0 0;
    background-color: #fff;
}

#suntory_contents .schedule_box li p {
    padding: 13px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -.5px;
    text-align: center;
}

#suntory_contents .schedule_box li p.bgffe6d2 {
    background-color: #ffe6d2;
}

#suntory_contents .schedule_box li p.bgf8f1db {
    background-color: #f8f1db;
}

#suntory_contents .ticket_info {
    max-width: 980px;
    width: 100%;
    margin: 20px auto auto;
    border: 1px solid #eee4dd;
    border-collapse: collapse;
}

#suntory_contents .ticket_info thead tr {
    height: 50px;
    background-color: #f6f1ee;
}

#suntory_contents .ticket_info thead th {
    line-height: 50px;
}

#suntory_contents .ticket_info tr {
    border-bottom: 1px solid #d4d4d4;
    border: 1px solid #eee4dd;
}

#suntory_contents .ticket_info th {
    font-weight: normal;
}

#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 #eee4dd;
}

#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;
}

#suntory_contents .contentsBtn {
    width: 100%;
    height: 60px;
    background-size: 8px 14px, auto;
    border-radius: 5px;
    position: relative;
    background: linear-gradient(to left, #662200, #a95400);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px -3px #00000099;
}

#suntory_contents .ticket_info td .contentsBtn {
    width: 290px;
}

#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/wphweek2023/img/arrow_right2.png) no-repeat center, #dd8800;
    background-size: 16px 16px;
    vertical-align: middle;
    pointer-events: none;
}

#suntory_contents .contentsBtn:hover {
    background: linear-gradient(to left, #aa5500, #dd7700);
}

#suntory_contents .contentsBtn:hover::before {
    background-color: #ffbb22;
}

#suntory_contents .song_name {
    color: #bb6600;
    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: 415px;
    height: 60px;
    border: 1px solid #eee4dd;
    border-radius: 50px;
    margin-right: 40px;
    background-color: #fff;
    text-align: center;
}

#suntory_contents .s01_pdf_list li:last-child {
    width: 525px;
    margin-right: 0;
}

#suntory_contents .s01_pdf_list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 16px 10px 16px 30px;
    box-sizing: border-box;
    color: #0066ee;
    text-decoration: none;
    background: url(/suntoryhall/feature/wphweek2023/img/arrow_right_blue.png) no-repeat 6% 50%,
        url(/suntoryhall/feature/wphweek2023/img/pdf_icon.png) no-repeat 96% 50%;
    background-size: 16px 16px, 22px 28px;
}

#suntory_contents .s01_pdf_list li:hover {
    background-color: #f2fbff;
    border: 1px solid #bfd9fb;
}

#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 20px;
    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/wphweek2023/img/link_icon.png) no-repeat;
    background-size: 12px 12px;
    margin-left: 5px;
}

#suntory_contents #secondarysale {
    text-align: center;
}

#suntory_contents #secondarysale>p {
    padding: 13px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #ffeef6;
}
#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>p:nth-child(2) {
    margin-top: 10px;
    color: #bb6600;
}

#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;
}

#suntory_contents #secondarysale .block ul li p:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 30px;
    background-color: #f7f4ee;
}

#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 #d4d4d4;
    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/wphweek2023/img/arrow_right_blue.png) no-repeat;
}

#suntory_contents #secondarysale .block>div:hover {
    background-color: #f2fbff;
    border: 1px solid #bfd9fb;
}

/* =========== section01_end =========== */
/* =========== section02_start =========== */
#suntory_contents section#project {
    background-color: #fff;
    padding: 50px 0 60px;
}

#suntory_contents .warp_cont2>p {
    margin-top: 50px;
    font-size: 18px;
    text-align: center;
}

#suntory_contents .project_list {
    max-width: 1060px;
    display: flex;
    justify-content: space-between;
    margin: 60px auto auto;
}

#suntory_contents .project_list .project_title {
    /* display: block; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 80px;
}

#suntory_contents .project_list .project_title span {
    font-size: 14px;
}

#suntory_contents .project_list li {
    width: 33%;
    box-sizing: border-box;
    box-shadow: 0 2px 10px 0px #ba988766;
    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_title {
    background: #773300;
    background-size: 100%;
    font-weight: normal;
    color: #fff;
}

#suntory_contents .project_title {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 20px 25px;
    font-size: 20px;
}

#suntory_contents .project_box_cont {
    width: 280px;
    /* min-height: 394px; */
    height: 425px;
    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: 15px;
    height: 90px;
}

#suntory_contents .venue_txt {
    font-size: 16px;
}

#suntory_contents .venue_notice {
    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-color: #fff;
    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: 30px 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 a {
    color: #662200;
    font-size: 17px;
    line-height: 26px;
}
#suntory_contents #movie .contents .movie_list_block li a:hover {
    color: #aa6600;
}
#suntory_contents #movie .contents .movie_list_block li a.ea_site::after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/suntoryhall/feature/wphweek2023/img/link_icon.png) no-repeat;
    background-size: 14px 14px;
    margin-left: 8px;
}
#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{
    font-size: 12px;
}

/* =========== section03_end =========== */

/* =========== section04_start =========== */
#suntory_contents section#cast_profile {
    padding: 60px 0;
    background-color: #f6eadd;
}

#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_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: #bb6600;
    margin-right: 22px;
}

#suntory_contents span.profile_sub_title {
    display: block;
    margin-bottom: 13px;
}

#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/wphweek2023/img/pc_section05_bg.png) no-repeat, url(/suntoryhall/feature/wphweek2023/img/pc_section05_bg2.png) repeat 100%;
    background-position-x: center;
    background-position-y: 0;
    position: relative;
    overflow-x: hidden;
}

#suntory_contents section#performance_cities p {
    font-size: 15px;
    font-weight: 500;
}

#suntory_contents section#performance_cities {
    padding: 60px 0;
    background: url(/suntoryhall/feature/wphweek2023/img/pc_section05_bg.png) no-repeat, url(/suntoryhall/feature/wphweek2023/img/pc_section05_bg2.png) repeat 100%;
    background-position-x: center;
    background-position-y: 0;
    position: relative;
    overflow-x: hidden;
    font-size: 15px;
}

#suntory_contents .city_list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

#suntory_contents .city_list li {
    width: 31.035%;
    padding: 40px 0 36px;
    box-sizing: border-box;
    background-color: #fff;
}

#suntory_contents h3.city_title {
    margin: 0 0 40px 30px;
    font-size: 28px;
}

#suntory_contents .city_list dl {
    margin: 0 30px;
    padding: 30px 0 0;
    border-top: 1px #662200 solid;
}

#suntory_contents .city_list dt {
    margin: 0 0 14px;
    padding: 0;
    background: #662200;
    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 {
    margin: 0 0 25px;
    padding: 0;
    font-size: 16px;
}

#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 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}

#suntory_contents .city_list dd .performer,
#suntory_contents .city_list dd .song_name {
    margin: 0 0 18px;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #bb6600;
}

#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 .city_list .external a {
    background: url(/suntoryhall/feature/wphweek2023/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 #kawasaki .external {
    margin-bottom: 15px;
}

#suntory_contents .city_list #kawasaki dd:last-of-type .external {
    margin-bottom: 0;
}

#suntory_contents .city_list dd .tel {
    margin: 0;
    padding: 10px 0 0;
    font-size: 15px;
    display: block;
}

/* =========== 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 */
    /* =========== common =========== */
    .sp_menu_open, .header_open{
        max-width: 100%;
    }
    #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::before,
    #suntory_contents .com_title::after {
        content: '';
        width: 20.5vw;
        height: 11.46667vw;
        bottom: calc(100% - 3.5vw);
    }

    #suntory_contents .com_title::before {
        left: 50%;
        transform: translateX(-50%);
    }

    #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: #f1ede9;
        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: #dd8800;
        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: linear-gradient(to bottom, #672101, #7c4526ce);
        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/wphweek2023/img/arrow_sp_bottom.png) no-repeat, #dd8800;
        background-position: center, 0 0;
        background-size: 2.5vw;
        margin-right: 4.5632vw;
        vertical-align: middle;
    }

    #suntory_contents .menu_list li:first-child {
        background-color: #f8e7cc;
    }

    #suntory_contents .menu_list li:first-child span.menulinkBtnArea::before {
        background: url(/suntoryhall/feature/wphweek2023/img/arrow_sp_bottom.png) no-repeat, #dd8800;
        ;
        background-position: center, 0 0;
        background-size: 2.5vw;
    }

    #suntory_contents .small_area_txt {
        font-size: 2.93333vw;
        margin-bottom: -0.8vw;
    }

    #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: #dd8800;
    }

    #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: 237.333vw;
        background: url(/suntoryhall/feature/wphweek2023/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: 3vw 0 55vw;
        gap: 2vw;
    }

    #suntory_contents h1.kv_txt_img img:first-child {
        width: 92vw;
    }

    #suntory_contents h1.kv_txt_img img:last-child {
        width: 53.33333vw;
    }

    #suntory_contents .kv_list_area {
        font-size: 3.12908vw;
        padding: 4vw;
        height: 25vw;
        margin: 0 0 2.66666vw 0;
    }

    #suntory_contents .kv_list_area::-webkit-scrollbar {
        width: 6vw;
    }

    #suntory_contents .kv_list_area::-webkit-scrollbar-thumb {
        height: 13.33333vw;
        border-radius: 10vw;
        border: 2vw solid transparent;
    }

    #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 .anchor01 span {
        width: 50%;
        height: 100%;
        font-size: 4.8vw;
        line-height: 4.2;
        color: #002266;
    }

    #suntory_contents .anchor01:hover span {
        color: #2277dd;
    }

    #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 4vw 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 .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 {
        background-color: #fff;
        display: flex;
        align-items: center;
        text-decoration: none;
        background: url(/suntoryhall/feature/wphweek2023/img/sp_anchor_img01.png) no-repeat, #fff;
        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: 2vw 1vw 2vw 0;
        width: 100%;
    }

    #suntory_contents li.com_anchor1.anchor01 .anchor_common_title {
        font-size: 4.26667vw;
        padding: 2vw 1vw 2vw 0;
        width: 100%;
        height: 19.73333vw;
    }

    #suntory_contents .anchor_box .com_anchor2 {
        width: 31.43%;
        background: linear-gradient(to right, #004488, #0066ee);
        margin: 5.333vw 2.60756vw 0 0;
    }

    #suntory_contents .com_anchor2::before {
        width: 6vw;
        height: 6vw;
        background: url(/suntoryhall/feature/wphweek2023/img/arrow_bottom.png) no-repeat center, #ffbb22;
        background-size: 2.13333vw 2.13333vw;
        vertical-align: middle;
        margin: 0 0 0 2vw;
    }

    #suntory_contents .anchor_box .com_anchor2 span {
        padding-left: 8.5vw;
    }

    #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: 29.33333vw;
        height: 15.33333vw;
        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 li.com_anchor2 .anchor_common_title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 3.2vw;
        text-align: center;
    }

    #suntory_contents .anchor07 .com_blue_box::before {
        margin-top: 2.5vw;
    }

    #suntory_contents li.com_anchor1 .com_gray_box::before,
    #suntory_contents .com_blue_box::before {
        content: '';
        width: 6vw;
        height: 6vw;
        background-size: 2.13333vw 2.13333vw;
        margin: 0 1vw 0 1.9557vw;
    }

    #suntory_contents li.com_anchor1 .com_gray_box::before,
    #suntory_contents .com_blue_box::before {
        content: '';
        width: 6vw;
        height: 6vw;
        background-size: 2.13333vw 2.13333vw;
        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/wphweek2023/img/sp_section01_bg.png) no-repeat,
            url(/suntoryhall/feature/wphweek2023/img/sp_section02_bg.png) no-repeat center 132vw;
        background-size: 100%, 100%;
    }

    #suntory_contents .s01_cont01 {
        padding: 8vw 4vw;
        margin-top: 4vw;
    }

    #suntory_contents .s01_cont01.s01_cont01_01 {
        padding: 7.33333vw 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: 7.1708vw 0;
    }

    #suntory_contents .s01_txt01 {
        font-size: 4vw;
        line-height: 1.43;
        margin-bottom: 3.91134vw;
    }

    #suntory_contents .s01_txt02 {
        font-size: 4vw;
        line-height: 1.6;
        margin-bottom: 10vw;
    }

    #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: 3vw 0 0 0;
    }

    #suntory_contents .schedule_box {
        flex-direction: column;
        gap: unset;
    }

    #suntory_contents .schedule_box li {
        margin: 0 auto;
    }

    #suntory_contents .schedule_box li:first-child {
        margin: 4vw auto 0 auto;
    }

    #suntory_contents .schedule_box li p {
        display: block;
        width: 100%;
        padding: 2.66667vw;
        font-size: 4vw;
    }

    #suntory_contents #secondarysale .block ul {
        margin-top: 2vw;
    }

    #suntory_contents #secondarysale .block>p:nth-child(2) {
        margin-top: 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 {
        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: #fbf8f6;
        border-left: 1px solid #eee4dd;
        border-right: 1px solid #eee4dd;
    }

    #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/wphweek2023/img/arrow_right_blue2.png) no-repeat 8% 50%, url(/suntoryhall/feature/wphweek2023/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 {
        text-align: center;
    }

    #suntory_contents #secondarysale>p {
        font-size: 4vw;
    }

    #suntory_contents #secondarysale .block p {
        font-size: 3.46667vw;
    }

    #suntory_contents #secondarysale .block ul li {
        flex-direction: column;
        gap: 2vw;
    }

    #suntory_contents #secondarysale .block ul li p:first-child {
        width: 30vw;
        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/wphweek2023/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 {
        padding-left: 2vw;
    }

    #suntory_contents .project_box .contentsBtn a {
        padding-left: 16vw;
    }

    #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_list .project_title span {
        font-size: 3.2vw;
    }

    #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: 16vw;
    }

    #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 {
        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 .frame_outer img {
        width: 100%;
    }
	#suntory_contents #movie .contents .movie_list_block .disp_flexCenter {
        display: block;
        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 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: url(/suntoryhall/feature/wphweek2023/img/sp_section05_bg.png) no-repeat, url(/suntoryhall/feature/wphweek2023/img/sp_section05_bg2.png) repeat 100%;
        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 {
        margin: 0 auto;
        padding: 6vw 0 0;
        width: 79.532vw;
    }

    #suntory_contents .city_list dt {
        margin: 0 0 6vw;
        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 .city_list .external a {
        font-size: 4.26667vw;
    }

    #suntory_contents section#performance_cities p {
        font-size: 4.26667vw;
    }

    #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 6vw;
        font-size: 4.26666vw;
        line-height: 1.45;
    }

    #suntory_contents .city_list dd .tel {
        margin: unset;
    }

    #suntory_contents .city_list dd h4 {
        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;
    }
}

.profile_list .profile_box:nth-child(1) .profile_sub_title {
    width: 244px;
}

.profile_list .profile_box:nth-child(2) .profile_sub_title {
    width: 142px;
}

.profile_list .profile_box:nth-child(3) .profile_sub_title {
    width: 193px;
}

@media screen and (max-width: 767px) {
    .profile_list .profile_box:nth-child(1) .profile_sub_title {
        width: 53.86667vw !important;
    }

    .profile_list .profile_box:nth-child(2) .profile_sub_title {
        width: 31.46667vw !important;
    }

    .profile_list .profile_box:nth-child(3) .profile_sub_title {
        width: 42.53333vw !important;
    }
}