@charset "utf-8";

#suntory_contents #suntoryhall_common_header div, #suntory_contents #suntoryhall_common_header span, #suntory_contents #suntoryhall_common_header p, #suntory_contents #suntoryhall_common_header strong, #suntory_contents #suntoryhall_common_header sub, #suntory_contents #suntoryhall_common_header sup,
#suntory_contents #suntoryhall_common_header dt, #suntory_contents #suntoryhall_common_header dd, #suntory_contents #suntoryhall_common_header li,
#suntory_contents #suntoryhall_common_header caption, #suntory_contents #suntoryhall_common_header th, #suntory_contents #suntoryhall_common_header td,
#suntory_contents #suntoryhall_common_footer div, #suntory_contents #suntoryhall_common_footer span, #suntory_contents #suntoryhall_common_footer p, #suntory_contents #suntoryhall_common_footer strong, #suntory_contents #suntoryhall_common_footer sub, #suntory_contents #suntoryhall_common_footer sup,
#suntory_contents #suntoryhall_common_footer dt, #suntory_contents #suntoryhall_common_footer dd, #suntory_contents #suntoryhall_common_footer li,
#suntory_contents #suntoryhall_common_footer caption, #suntory_contents #suntoryhall_common_footer th, #suntory_contents #suntoryhall_common_footer td{
  color: #fff;
}

/*------------------------------------------------------------
  font
  ------------------------------------------------------------ */

/*--
font-feature-settings: "palt"を有効にするためNotoSansJP指定
https://qiita.com/sutara79/items/7f0c6365e5935311b1f8
------------------------------------------------------------ */
#suntory_contents  {
  color: #222;
    font-weight: normal;
    font-feature-settings : "palt";
    letter-spacing: 0.02em;
}
#suntory_contents * {
    -webkit-appearance: none;
    border-radius: none;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; 
}

/*==================================================
sp
================================================== */
@media screen and (max-width:767px){
    
    html{
    scroll-padding-top: 76px;
    }
    #suntory_contents .pc_item {
        display: none;
    }
    
    
    /* ========================================================================
    suntoryhall_common_header[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header {
        background: url(../img/bg_header_sp.png) repeat 0 0;
        background-size: 7.6vw auto;
        height: 15.3333333333333vw;
        position: relative;
    }
    
    #suntory_contents #suntoryhall_common_header h1 a {
        width: 52.2666666666667vw;
        height: 7.0666666666667vw;
        background: url(../img/logo_header.png) no-repeat 0 0;
        background-size: 52.2666666666667vw auto;
        text-indent: -9999px;
        position: absolute;
        top: 4.1333333333333vw;
        left: 4vw;
        display: block;
    }
    
    #suntory_contents #suntoryhall_common_header .btn_english a {
        width: 20vw;
        height: 7.3333333333333vw;
        background: #881133 url(../img/icon_external_white.png) no-repeat right 2.6666666666667vw center;
        background-size: 2vw auto;
        display: flex;
        align-items: center;
        font-size: 2.6666666666667vw;
        color: #fff;
        padding-left: 2.6666666666667vw;
        box-sizing: border-box;
        text-decoration: none;
        border-radius: 0.5333333333333vw;
        position: absolute;
        top: 4vw;
        left: 65.7333333333333vw;
    }
    
    #suntory_contents #suntoryhall_common_header #btn_menu {
        width: 6.2666666666667vw;
        height: 7.3333333333333vw;
        background: url(../img/icon_menu.png) no-repeat center center;
        background-size: 6.2666666666667vw auto;
        position: absolute;
        top: 4vw;
        right: 4vw;
        z-index: 1000;
        display: block;
        cursor: pointer;
    }
    
    
    /* ========================================================================
    function_bar[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header .btn_members,
    #suntory_contents #suntoryhall_common_header .searcn_container form,
    #suntory_contents #suntoryhall_common_header .searcn_container .search{
         display: none;
    }
    
    /* ========================================================================
    nav[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav {
        display: none;
    }
    
    /* ========================================================================
    sp_menu[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header #sp_menu {
        width: 100vw;
        padding: 4.6666666666667vw 4vw 4vw;
        position: absolute;
        top: 15.3333333333333vw;
        left: 0;
        z-index: 1001;
        background: #881133;
        filter: drop-shadow(0px 2.6666666666667vw 2.6666666666667vw rgba(0,0,0,.5));
        display: none;
    }
    #suntory_contents #suntoryhall_common_header #sp_menu::before {
        content: '';
        width: 100vw;
        height: 2.6666666666667vw;
        background: -webkit-linear-gradient(top, #68091e 0%,#881133 100%);
        background: linear-gradient(to bottom, #68091e 0%,#881133 100%);
        background-size: auto 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    /* ========================================================================
    extra_menu[sp]
    ========================================================================= */
    
    #suntory_contents #suntoryhall_common_header .extra_menu {
        margin: 0 0 4vw;
    }
    #suntory_contents #suntoryhall_common_header .extra_menu ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents #suntoryhall_common_header .extra_menu li {
        width: 44vw;
        height: 25.3333333333333vw;
    }
    #suntory_contents #suntoryhall_common_header .extra_menu li a {
        display: block;
        width: 44vw;
        height: 25.3333333333333vw;
        text-align: center;
        font-size: 4vw;
        font-weight: bold;
        font-weight: 700;
        color: #881133;
        text-decoration: none;
        padding: 4.6666666666667vw 0 0;
        box-sizing: border-box;
    }
    #suntory_contents #suntoryhall_common_header .extra_menu_schedule a {
        background: #f5eee0 url(../img/icon_schedule.png) no-repeat center 12.4vw;
        background-size: auto 8.6666666666667vw;
    }
    #suntory_contents #suntoryhall_common_header .extra_menu_access a {
        background: #f5eee0 url(../img/icon_access.png) no-repeat center 12.4vw;
        background-size: auto 9.0666666666667vw;
    }
    
    /* ========================================================================
    contents_list_container[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header .contents_list_container {
        margin: 0 0 4vw;
    }
    
    #suntory_contents #suntoryhall_common_header .contents_list {
        margin-bottom: 1.3333333333333vw;
    }
    #suntory_contents #suntoryhall_common_header .contents_list h2.open {
        position: relative;
    }
    #suntory_contents #suntoryhall_common_header .contents_list h2.open::after {
        content: '';
        width: 100%;
        height: 1.3333333333333vw;
        background: #c3c3c3;
        background: -moz-linear-gradient(top, #c3c3c3 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #c3c3c3 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #c3c3c3 0%,#ffffff 100%);
        background-size: auto 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
    }

    #suntory_contents #suntoryhall_common_header .contents_list h2 a {
        display: flex;
        align-items: center;
        height: 14.6666666666667vw;
        background: #f5eee0;
        color: #881133;
        font-size: 4vw;
        font-weight: bold;
        font-weight: 700;
        position: relative;
        text-decoration: none;
        padding-left: 6.6666666666667vw;
    }
    #suntory_contents #suntoryhall_common_header .contents_list h2 a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 1vw);
        right: 6.6666666666667vw;
        width:2vw;
        height:2vw;
        margin:auto;
        border-top:2px solid #881133;
        border-right:2px solid #881133;
        -webkit-transform:rotate(135deg);
        transform:rotate(135deg);
    }
     
    #suntory_contents #suntoryhall_common_header .contents_list h2.link {
        margin-top: 1.3333333333333vw;
    }
    #suntory_contents #suntoryhall_common_header .contents_list h2.link a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 1vw);
        right: 6.6666666666667vw;
        width:2vw;
        height:2vw;
        margin:auto;
        border-top:2px solid #881133;
        border-right:2px solid #881133;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    
    #suntory_contents #suntoryhall_common_header .contents_list h2.banner_dsh a {
      display: flex;
      align-items: center;
      width: 92vw;
      height: 16.533333333333333vw;
      background: url(../img/banner_navigation.jpg) no-repeat 0 0;
      background-size: 92vw 16.533333333333333vw;
      text-indent: -9999px;
      padding-left: 0;
  }
  #suntory_contents #suntoryhall_common_header .contents_list h2.banner_dsh a::after {
      content:"";
      display: none;
      width:0;
      height:0;
      margin:auto;
      border-top:none;
      border-right:none;
  }
    
    #suntory_contents #suntoryhall_common_header .contents_list_container .toggle_contents {
        display: none;
    }
    
    #suntory_contents #suntoryhall_common_header .contents_list_container ul {
        list-style: none;
    }
    #suntory_contents #suntoryhall_common_header .contents_list_container li {
        border-bottom: 1px #bb8888 solid;
    }
    
    #suntory_contents #suntoryhall_common_header .contents_list_container li a {
        display: flex;
        align-items: center;
        height: 14.6666666666667vw;
        background: #fcfbf7;
        color: #881133;
        font-size: 4vw;
        position: relative;
        text-decoration: none;
        padding-left: 6.6666666666667vw;
    }
    #suntory_contents #suntoryhall_common_header .contents_list_container li.external a span {
        background: #fcfbf7 url(../img/icon_external.png) no-repeat right center;
        background-size: 2.1333333333333vw auto;
      color: #881133;
        padding-right: 6vw;
        display: inline-block;
    }

    #suntory_contents #suntoryhall_common_header .contents_list_container li a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 1vw);
        right: 6.6666666666667vw;
        width:2vw;
        height:2vw;
        margin:auto;
        border-top:2px solid #881133;
        border-right:2px solid #881133;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    
    
    /* ========================================================================
    #menu_search[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header #menu_search {
        margin: 0 0 4vw;
    }
    
    #suntory_contents #suntoryhall_common_header #menu_search .search {
        display: flex;
        width: auto;
    }
    #suntory_contents #suntoryhall_common_header #menu_search #keyword_menu {
        margin: 0;
        width: 73.3333333333333vw;
        height: 13.3333333333333vw;
        border-top: 1px #dedede solid;
        border-right: 0;
        border-bottom: 1px #dedede solid;
        border-left: 1px #dedede solid;
        box-sizing: border-box;
        font-size: 16px;
        padding-left: 5.0666666666667vw;
        border-radius: 0;
        -webkit-appearance: none;
    }
    #suntory_contents #suntoryhall_common_header #menu_search #keyword_menu::-webkit-input-placeholder,
    #suntory_contents #suntoryhall_common_header #menu_search #keyword_menu::placeholder {
        color: #bb8888;
        font-size: 4vw;
    }
    #suntory_contents #suntoryhall_common_header #menu_search #keyword_menu:focus::-webkit-input-placeholder { color:transparent; }
    #suntory_contents #suntoryhall_common_header #menu_search #keyword_menu:focus::placeholder { color:transparent; } 
    
    #suntory_contents #suntoryhall_common_header #menu_search .search_btn {
        width: 18.6666666666667vw;
        height: 13.3333333333333vw;
        background:#bb0044;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4vw;
        color: #fff;
        border: none;
        border-radius: 0;
    }
    
    
    /* ========================================================================
    members_club[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header .members_club {
        margin: 0 0 4vw;
        padding: 5.3333333333333vw 4vw 4vw;
        background: #770000;
    }
    #suntory_contents #suntoryhall_common_header .members_club h2 {
        margin-bottom: 5.3333333333333vw;
        font-size: 4vw;
        font-weight: bold;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_header .members_club ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #suntoryhall_common_header .members_club ul li {
        width: 40vw;
        height: 13.3333333333333vw;
        box-shadow: 0 0 1.3333333333333vw rgba(0,0,0,.25);
    }
    #suntory_contents #suntoryhall_common_header .members_club ul li a{
        width: 40vw;
        height: 13.3333333333333vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f5eee0;
        color: #881133;
        font-size: 4vw;
        font-weight: bold;
        font-weight: 700;
        text-decoration: none;
        position: relative;
    }
    #suntory_contents #suntoryhall_common_header .members_club ul li.external a::after {
        content: '';
        width: 2.1333333333333vw;
        height: 2.1333333333333vw;
        background: url(../img/icon_external_ft_login.png) no-repeat 0 0;
        background-size: 2.1333333333333vw auto;
        position: absolute;
        top: 2.6666666666667vw;
        right: 4vw;
    }
    #suntory_contents #suntoryhall_common_header .btn_close {
        margin: 0 auto;
        width: 22.6666666666667vw;
        height: 9.3333333333333vw;
        background: #f5eee0;
        font-size: 3.7333333333333vw;
        color: #881133;
        display: flex;
        align-items: center;
        padding-left: 9.3333333333333vw;
        position: relative;
        cursor: pointer;
    }
    #suntory_contents #suntoryhall_common_header .btn_close span::before,
    #suntory_contents #suntoryhall_common_header .btn_close span::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 3.2vw;
      width: 3.3333333333333vw;
      height: 0.4vw;
      background: #881133;
    }
    #suntory_contents #suntoryhall_common_header .btn_close span::before {
      transform: rotate(-45deg);
    }
    #suntory_contents #suntoryhall_common_header .btn_close span::after {
      transform: rotate(45deg);
    }
    
    /* ========================================================================
    overlay[sp]
    ========================================================================= */    
    #suntory_contents #overlay {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0);
        z-index: 10;
        display: none;
        cursor: pointer;
    }
    
    /* ========================================================================
    contents_header[sp]
    ========================================================================= */
    #suntory_contents #hall_contents #contents_header {
        background: #881133 url(../img/bg_contents_header_sp.png) no-repeat center top;
        height: 30vw;
        background-size: cover;
    }
    #suntory_contents #hall_contents #contents_header .inner {
        width: 100%;
        height: 100%;
        padding-right: 4vw;
        padding-left: 4vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #suntory_contents #hall_contents #contents_header .inner h1 {
        font-size: 4.8vw;
        line-height: 1;
        font-weight: normal;
        margin-bottom: 10px;
        color: #fff;
    }
    #suntory_contents #hall_contents #contents_header .inner h1 a {
        color: #fff;
        text-decoration: none;
    }
    #suntory_contents #hall_contents #contents_header .inner .title_wrap {
    }
    #suntory_contents #hall_contents #contents_header .inner .title_wrap .words_hibiki {
        margin-top: 3.3333333333333vw;
        width: 46.6666666666667vw;
        height: 3.8666666666667vw;
        background: url(../img/words_hibiki.svg) no-repeat 0 center;
        background-size: 46.6666666666667vw auto;
        text-indent: -9999px;
    }
    
    
    
    /* ========================================================================
    bread_crumbs[sp]
    ========================================================================= */
    #suntory_contents #hall_contents .bread_crumbs {
  display: none;
    }

    
    /* ========================================================================
    suntoryhall_common_footer[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer {
        background: #eee;
    }
    #suntory_contents .page_top a {
        display: block;
        width: 13.3333333333333vw;
        height: 13.3333333333333vw;
        background: url(../img/btn_totop_sp.png) no-repeat 0 0;
        background-size: 13.3333333333333vw auto;
        text-indent: -9999px;
        position: fixed;
        bottom: 1.3333333333333vw;
        right:1.3333333333333vw;
        z-index: 1000;
    }
    
    /* ========================================================================
    information[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer .information {
        margin-bottom: 4vw;
        background: #881133;
        width: 100%;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner {
        padding: 5.3333333333333vw 0;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner h1 a {
        margin-bottom: 5.8666666666667vw;
        height: 6.4vw;
        background: url(../img/logo_footer.png) no-repeat center 0;
        background-size: auto 6.4vw;
        text-indent: -9999px;
        display: block;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .address {
        font-size: 2.9333333333333vw;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .tel {
        margin-bottom: 4vw;
        font-size: 2.9333333333333vw;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .ticket_center {
        margin-bottom: 4.6666666666667vw;
        font-size: 2.9333333333333vw;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns {
        display: flex;
        list-style: none;
        justify-content: center;
        margin-bottom: 4.6666666666667vw;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li {
        width: 13.3333333333333vw;
        height: 13.3333333333333vw;
        margin: 0 1.66666666666665vw;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li a {
        width: 13.3333333333333vw;
        height: 13.3333333333333vw;
        display: block;
        text-indent: -9999px;
    }
    
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.facebook a {
        background: #992244 url(../img/icon_facebook.png) no-repeat center center;
        background-size: auto 5.8666666666667vw;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.twitter a {
        background: #992244 url(../img/icon_x.png) no-repeat center center;
        background-size: auto 4.9333333333333vw;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.youtube a {
        background: #992244 url(../img/icon_youtube.png) no-repeat center center;
        background-size: auto 4.4vw;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner a.sp_modify{
      display: inline-block;
      margin-top: 3vw;
      padding: 2vw 8vw;
      background: #992244;
      border-radius: 100vh;
      font-size: 4vw;
      text-decoration: none;
      color: inherit;
    }

    /* ========================================================================
    extra_menu[sp]
    ========================================================================= */
    
    #suntory_contents #suntoryhall_common_footer .extra_menu {
        margin: 0 4vw 4vw;
    }
    #suntory_contents #suntoryhall_common_footer .extra_menu ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents #suntoryhall_common_footer .extra_menu li {
        width: 44vw;
        height: 25.3333333333333vw;
    }
    #suntory_contents #suntoryhall_common_footer .extra_menu li a {
        display: block;
        width: 44vw;
        height: 25.3333333333333vw;
        text-align: center;
        font-size: 4vw;
        font-weight: bold;
        font-weight: 700;
        color: #881133;
        text-decoration: none;
        padding: 4.6666666666667vw 0 0;
        box-sizing: border-box;
    }
    #suntory_contents #suntoryhall_common_footer .extra_menu_schedule a {
        background: #fff url(../img/icon_schedule.png) no-repeat center 12.4vw;
        background-size: auto 8.6666666666667vw;
    }
    #suntory_contents #suntoryhall_common_footer .extra_menu_access a {
        background: #fff url(../img/icon_access.png) no-repeat center 12.4vw;
        background-size: auto 9.0666666666667vw;
    }
    
    /* ========================================================================
    contents_list_container[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer .contents_list_container {
        margin: 0 4vw 4vw;
    }
    
    #suntory_contents #suntoryhall_common_footer .contents_list {
        margin-bottom: 1.3333333333333vw;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list h2.open {
        position: relative;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list h2.open::after {
        content: '';
        width: 100%;
        height: 1.3333333333333vw;
        background: #c3c3c3;
        background: -moz-linear-gradient(top, #c3c3c3 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #c3c3c3 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #c3c3c3 0%,#ffffff 100%);
        background-size: auto 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
    }

    #suntory_contents #suntoryhall_common_footer .contents_list h2 a {
        display: flex;
        align-items: center;
        height: 14.6666666666667vw;
        background: #fff;
        color: #881133;
        font-size: 4vw;
        font-weight: bold;
        font-weight: 700;
        position: relative;
        text-decoration: none;
        padding-left: 6.6666666666667vw;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list h2 a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 1vw);
        right: 6.6666666666667vw;
        width:2vw;
        height:2vw;
        margin:auto;
        border-top:2px solid #881133;
        border-right:2px solid #881133;
        -webkit-transform:rotate(135deg);
        transform:rotate(135deg);
    }
    #suntory_contents #suntoryhall_common_footer .contents_list h2.add,
    #suntory_contents #suntoryhall_common_footer .contents_list h2.link {
        margin-top: 1.3333333333333vw;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list h2.link a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 1vw);
        right: 6.6666666666667vw;
        width:2vw;
        height:2vw;
        margin:auto;
        border-top:2px solid #881133;
        border-right:2px solid #881133;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    
    #suntory_contents #suntoryhall_common_footer .contents_list_container .toggle_contents {
        display: none;
    }
    
    #suntory_contents #suntoryhall_common_footer .contents_list_container ul {
        list-style: none;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container li {
        border-bottom: 1px #eeeeee solid;
    }
    
    #suntory_contents #suntoryhall_common_footer .contents_list_container li a {
        display: flex;
        align-items: center;
        height: 14.6666666666667vw;
        background: #fff;
        color: #881133;
        font-size: 4vw;
        position: relative;
        text-decoration: none;
        padding-left: 6.6666666666667vw;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container li.external a span {
        background: url(../img/icon_external.png) no-repeat right center;
        background-size: 2.1333333333333vw auto;
      color: #881133;
        padding-right: 6vw;
        display: inline-block;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container li a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 1vw);
        right: 6.6666666666667vw;
        width:2vw;
        height:2vw;
        margin:auto;
        border-top:2px solid #881133;
        border-right:2px solid #881133;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    
    
    /* ========================================================================
    #footer_search[sp]
    ========================================================================= */
    #suntory_contents #footer_search {
        margin: 0 4vw 4vw;
    }
    
    #suntory_contents #footer_search .search {
        display: flex;
        width: auto;
    }
    #suntory_contents #footer_search #keyword_footer {
        margin: 0;
        width: 73.3333333333333vw;
        height: 13.3333333333333vw;
        border-top: 1px #dedede solid;
        border-right: 0;
        border-bottom: 1px #dedede solid;
        border-left: 1px #dedede solid;
        box-sizing: border-box;
        font-size: 16px;
        padding: 0 4vw;
        border-radius: 0;
        -webkit-appearance: none;
        color: #222!important;
    }
    #suntory_contents #footer_search #keyword_footer::-webkit-input-placeholder,
    #suntory_contents #footer_search #keyword_footer::placeholder {
        color: #999999;
        font-size: 4vw;
    }
    #suntory_contents #footer_search #keyword_footer:focus::-webkit-input-placeholder { color:transparent; }
    #suntory_contents #footer_search #keyword_footer:focus::placeholder { color:transparent; } 
    
    #suntory_contents #footer_search .search_btn {
        width: 18.6666666666667vw;
        height: 13.3333333333333vw;
        background:#881133;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4vw;
        color: #fff;
    }

    /* ========================================================================
    members_club[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer .members_club {
        margin: 0 4vw;
        padding: 5.3333333333333vw 4vw 4vw;
        background: #881133;
    }
    #suntory_contents #suntoryhall_common_footer .members_club h2 {
        margin-bottom: 5.3333333333333vw;
        font-size: 4vw;
        font-weight: bold;
        font-weight: 700;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul li {
        width: 40vw;
        height: 13.3333333333333vw;
        box-shadow: 0 0 1.3333333333333vw rgba(0,0,0,.25);
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul li a{
        width: 40vw;
        height: 13.3333333333333vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f5eee0;
        color: #881133;
        font-size: 4vw;
        font-weight: bold;
        font-weight: 700;
        text-decoration: none;
        position: relative;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul li.external a::after {
        content: '';
        width: 2.1333333333333vw;
        height: 2.1333333333333vw;
        background: url(../img/icon_external_ft_login.png) no-repeat 0 0;
        background-size: 2.1333333333333vw auto;
        position: absolute;
        top: 2.6666666666667vw;
        right: 4vw;
    }
    
    
    /* ========================================================================
    bottom_nav[sp]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer .bottom_nav {
        padding: 6vw 0 0;
        background: #eeeeee;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul {
        margin: 0 8vw;
        list-style: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul li {
        margin: 0 0 7.3333333333333vw;
        width: 37.3333333333333vw;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul li a {
        font-size: 3.4666666666667vw;
        text-decoration: none;
        color: #881133;
        width: 37.3333333333333vw;
        height: 3.7333333333333vw;
        display: block;
        position: relative;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul li.external a span {
        background: url(../img/icon_external.png) no-repeat right center;
        background-size: 2.1333333333333vw auto;
      color: #881133;
        padding-right: 5.8666666666667vw;

    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul li a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:50%;
        right: 3.2vw;
        width:1.3333333333333vw;
        height:1.3333333333333vw;
        margin:auto;
        border-top:1px solid #881133;
        border-right:1px solid #881133;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    
    #suntory_contents #suntoryhall_common_footer .bottom_nav p {
        margin: -0.6666666666667vw 0 0;
        padding: 5.0666666666667vw 4vw 5.3333333333333vw;
        font-size: 2.9333333333333vw;
        color: #444444;
        background: url(../img/line_footer_sp.png) no-repeat center 0;
        background-size: 100% auto;
        text-align: center;
    }
    
    /* ========================================================================
    enquete_btn[sp]
    ========================================================================= */
    #suntory_contents .enquete_btn {
        background: #f0e5d1;
        padding: 5.3333333333333vw 0;
    }
    #suntory_contents .enquete_btn a {
        margin: 0 auto;
        display: block;
        width: 84vw;
        height: 21.3333333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #881133;
        font-size: 3.7333333333333vw;
        line-height: 1.428571428571429;
        background: #fff url(../img/icon_enquete.svg) no-repeat 6.6666666666667vw center;
        background-size: 7.2vw auto;
        box-sizing: border-box;
        padding-left: 12.4vw;
        box-shadow: 0 0 1.0666666666667vw rgba(192,153,84,.3);
    }

    /* ========================================================================
    banner_ft_dsh[sp]
    ========================================================================= */
    #suntory_contents .banner_ft_dsh {
      margin: 0 auto;
      width: 92vw;
      padding: 0 0 5.3333333333333vw;
      background: url(../img/line_footer_sp.png) no-repeat center 0;
      background-size: 100% auto;
    }
    #suntory_contents .banner_ft_dsh a {
      width: 92vw;
      height: 16.533333333333333vw;
      text-indent:-9999px;
      background: url(../img/banner_footer_sm.jpg) no-repeat 0 0;
      background-size: 92vw 16.533333333333333vw;
      display: block;
    }
    
    /* ========================================================================
    banner_side_fix_dsh[sp]
    ========================================================================= */
    #suntory_contents .banner_side_fix_dsh {
      display: none;
    }
    
}


/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){
    
    html{
        scroll-padding-top: 118px;
    }
    #suntory_contents .sp_item {
        display: none;
    }
    
    /* ========================================================================
    suntoryhall_common_header[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header {
        margin: 0;
        padding: 0;
        background: #770022 url(../img/bg_header_pattern.png) repeat-x 0 0;
        background-size: 51px auto;
        position: relative;
        z-index: 99999;
    }
    
    /* ========================================================================
    function_bar[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header .inner {
        margin: 0 auto;
        width: 100%;
        max-width: 1164px;
        min-width: 960px;
        height: 55px;
        position: relative;
    }
    #suntory_contents #suntoryhall_common_header .inner h1 a {
        width: 212px;
        height: 28px;
        background: url(../img/logo_header.png) no-repeat 0 0;
        background-size: 212px auto;
        text-indent: -9999px;
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
    }
    #suntory_contents #suntoryhall_common_header .function_bar {
        margin: 0 0 0 auto;
        padding-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:74.4827586206897%;
    }
    #suntory_contents #suntoryhall_common_header .btn_members {
        display: flex;
        list-style: none;
        padding: 0;
    }
    #suntory_contents #suntoryhall_common_header .btn_members_entry {
        margin-right: 20px; 
    }
    #suntory_contents #suntoryhall_common_header .btn_members_entry a {
        border-right: 1px #b4667c solid;
        padding-right: 20px;
    }
    
    #suntory_contents #suntoryhall_common_header .btn_members li a {
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }
    #suntory_contents #suntoryhall_common_header .btn_members_login a {
        background: url(../img/icon_external_hd.png) no-repeat right 1px center;
        background-size: 9px auto;
        padding-right: 18px;
    }
    
   #suntory_contents #suntoryhall_common_header .searcn_container {
        display: flex;
       align-items: center;
    }
    
    #suntory_contents #suntoryhall_common_header .btn_members li a:hover {
        color: #fff;
        text-decoration: underline;
    }
    
    
    #suntory_contents #suntoryhall_common_header .btn_english {
        margin-right: 23px;
    }
    #suntory_contents #suntoryhall_common_header .btn_english a {
        font-size: 12px;
        color: #fff;
        background: url(../img/icon_external_hd.png) no-repeat right center;
        background-size: 9px auto;
        padding-right: 18px;
        text-decoration: none;
    }
    #suntory_contents #suntoryhall_common_header .btn_english a:hover {
        text-decoration: underline;
    }
    
    #suntory_contents #suntoryhall_common_header .search {
        margin-right: 40px;
        display: flex;
    }
    #suntory_contents #suntoryhall_common_header .search input {
        width: 191px;
        height: 30px;
        background: #992244;
        color: #c695a0;
        border: 0;
        font-size: 11px;
        margin: 0;
        padding: 0 0 0 12px;
    }

    #suntory_contents #suntoryhall_common_header .search input::-ms-input-placeholder {
       color: #c695a0; 
   }
   #suntory_contents #suntoryhall_common_header .search input::placeholder {
      color: #c695a0;
    }

    /*placeholder focus*/
    #suntory_contents #suntoryhall_common_header .search input:focus::-webkit-input-placeholder { color:transparent; }
    #suntory_contents #suntoryhall_common_header .search input:focus:-moz-placeholder { color:transparent; }
    #suntory_contents #suntoryhall_common_header .search input::focus::placeholder {
      color: transparent;
    }
    
    #suntory_contents #suntoryhall_common_header .search .search_btn {
        width: 30px;
        height: 30px;
        background: #992244 url(../img/icon_search_hd.png) no-repeat 0 center;
        text-indent: -9999px;
        cursor: pointer;
    }

    
    /* ========================================================================
    #suntoryhall_common_nav[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav {
        margin: 0 auto;
        width: 100%;
        height: 50px;
        max-width: 1144px;
        min-width: 940px;
        position: relative;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        list-style: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li a {
        color: #fff;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        font-size: 15px;
        transition-duration: .3s;
        transition-property:all;
        background: url(../img/bg_nav_hover.png) no-repeat center 0;
        background-size: 0px 50px;
        position: relative;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li a:hover {
        background: url(../img/bg_nav_hover.png) no-repeat center 0;
        background-size: 100% 50px;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.cr a {
        background-color: #aa0033;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li a::after {
        content: '';
        width: 10px;
        height: 6px;
        background: url(../img/icon_arrow_down.png) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        top: 38px;
        left: calc(50% - 5px);
        z-index: 99999;
        opacity: 0;
        transition-duration: .5s;
        transition-property:opacity;
    }
    /* #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.nav06 a::after {
        content: '';
        width: 0;
        height: 0;
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
    } */
    
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li a:hover::after {
        opacity: 1;
    }

    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.cr a::after {
        opacity: 1;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.cr a:hover {
        background-color: #aa0033;
    }
    
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.nav01{
        width: 94px;
        width: 8.216783216783217%;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.nav02 {
        width: 175px;
        width: 15.297202797202797%;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.nav03 {
        width: 191px;
        width: 16.695804195804196%;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.nav04{
        width: 215px;
        width: 18.793706293706294%;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.nav05 {
        width: 220px;
        width: 19.230769230769231%;
    }
    #suntory_contents #suntoryhall_common_header #suntoryhall_common_nav ul li.nav06 {
        width: 239px;
        width: 20.891608391608392%;
    }
    
    /* ========================================================================
    sub_nav[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_header #sub_nav{
        width: 100%;
        height: 0;
        background: #fff;
        position: absolute;
        top: 105px;
        left: 0;
        z-index: 99999;
        transition-duration: .5s;
        transition-property:all;
        opacity: 0;
    }
    #suntory_contents #suntoryhall_common_header #sub_nav.active {
        height: auto;
        opacity: 1;
    }
    #suntory_contents #suntoryhall_common_header #sub_nav.active::before {
        content: '';
        width: 100%;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    #suntory_contents #suntoryhall_common_header #sub_nav.active::after {
        content: '';
        width: 100%;
        height: 10px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        filter: drop-shadow(0px 10px 10px rgba(0,0,0,.5));
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav {
        margin: 0 auto;
        width: 100%;
        max-width: 1164px;
        min-width: 960px;
        position: relative;
        transition-duration: .3s;
        transition-property:opacity;
        display: none;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .btn_close {
        width: 30px;
        height: 30px;
        background: #992244;
        position: absolute;
        top: 25px;
        right: 0;
        cursor: pointer;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .btn_close:hover {
        background: #aa1144;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .btn_close span::before,
    #suntory_contents #suntoryhall_common_header .sub_nav .btn_close span::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: calc(50% - 10px);
      width: 20px;
      height: 1px;
      background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .btn_close span::before {
      transform: rotate(-45deg);
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .btn_close span::after {
      transform: rotate(45deg);
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav dl {
        padding: 40px;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav dt {
        margin-bottom: 22px;
        font-size: 21px;
        font-weight: bold;
        font-weight: 700;
        color: #881133;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav dt a{
        color: #881133;
        text-decoration: none;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav dt a:hover {
        text-decoration: underline;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav dd {
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav ul {
        list-style: none;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list {
        border-top: 1px #dedede solid;
        padding-top: 27px;
        width: 500px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list.contents_list_single {
        display: block;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list.contents_list_single li {
        width: 500px;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list.contents_list_half {
        width: 400px;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list.contents_list_half li {
        width: 400px;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list li {
        width: 240px;
        margin: 0 10px 7px 0;
        padding: 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list li.wide {
        width: 500px;
        margin: 0 0 10px 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list li a {
        font-size: 15px;
        line-height: 1.5;
        color: #881133;
        text-decoration: none;
        font-weight: bold;
        position: relative;
        padding-left: 20px;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list li.external a {
        background: url(../img/icon_external.png) no-repeat right center;
        background-size: 11px auto;
        padding-right: 23px;
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list li a:hover {
        text-decoration: underline;
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav .contents_list li a:before {
        content: '';
        width: 4px;
        height: 4px;
        margin: auto;
        border-top: 1px solid #881133;
        border-right: 1px solid #881133;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container {
        display: flex;  
    }
    #suntory_contents #suntoryhall_common_header .sub_nav#sub_nav04 .banner_container {
      width: 540px;
      flex-wrap: wrap;
  }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container li {
        margin-left: 30px;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container img {
        vertical-align: bottom;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container li ul {
        display: flex;
        flex-direction: column;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container li ul li {
        margin: 0 0 20px;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container li ul li:last-child {
        margin: 0;
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container a {
        text-decoration: none;
        color: #fff;
        display: flex;
        align-items: flex-end;
/*        transition: all .5s ease-in-out;*/
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container a:hover {
        text-decoration: none;
        opacity: .92;
        filter: saturate(140%);
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container a .banner_text {
        color: #fff;
        text-decoration: none;
        margin-left: 20px;
        height: 40px;
        display: flex;
        flex-direction: column;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container .banner_sub_nav05_03 a .banner_text {
        height: 50px;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_container a .banner_text_primary {
        margin-bottom: 2.5px;
        font-size: 16px;
        line-height: 1;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_01 a .banner_text_primary,
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_02 a .banner_text_primary,
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_03 a .banner_text_primary {
        line-height: 1.25;
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav a .banner_text_secondary {
        font-size: 12px;
        line-height: 1;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav a .banner_text_small {
        margin-left: 20px;
        font-size: 16px;
        line-height: 1.25;
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav01_01 {
        width: 240px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav01_01 a {
        width: 240px;
        height: 140px;
        background: url(../img/head_banner_host2025.jpg) no-repeat 0 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav01_02 {
        width: 240px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav01_02 a {
        width: 240px;
        height: 140px;
        background: url(../img/head_banner_archive.jpg) no-repeat 0 0;
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav02_01 {
        width: 240px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav02_01 a {
        width: 240px;
        height: 140px;
        background: url(../img/head_banner_members_club.jpg) no-repeat 0 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav02_02 {
        width: 240px;
        height: 60px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav02_02 a {
        width: 240px;
        height: 60px;
        background: url(../img/head_banner_big_hall.jpg) no-repeat 0 0;
        align-items: center;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav02_03 {
        width: 240px;
        height: 60px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav02_03 a {
        width: 240px;
        height: 60px;
        background: url(../img/head_banner_small_hall.jpg) no-repeat 0 0;
        align-items: center;
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav03_01 {
        width: 240px;
        height: 60px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav03_01 a {
        width: 240px;
        height: 60px;
        background: url(../img/head_banner_train_bus.jpg) no-repeat 0 0;
        align-items: center;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav03_02 {
        width: 240px;
        height: 60px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav03_02 a {
        width: 240px;
        height: 60px;
        background: url(../img/head_banner_barrier_free.jpg) no-repeat 0 0;
        align-items: center;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav03_03 {
        width: 240px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav03_03 a {
        width: 240px;
        height: 140px;
        background: url(../img/head_banner_gourmet.jpg) no-repeat 0 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav04_01 {
        width: 240px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav04_01 a {
        width: 240px;
        height: 140px;
        background: url(../img/head_banner_facility.jpg) no-repeat 0 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav04_02 {
        width: 240px;
        height: 60px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav04_02 a {
        width: 240px;
        height: 60px;
        background: url(../img/head_banner_faq.jpg) no-repeat 0 0;
        align-items: center;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav04_03 {
        width: 240px;
        height: 60px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav04_03 a {
        width: 240px;
        height: 60px;
        background: url(../img/head_banner_movies.jpg) no-repeat 0 0;
        align-items: center;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_01 {
        width: 200px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_01 a {
        width: 200px;
        height: 140px;
        background: url(../img/head_banner_enjoy01.jpg) no-repeat 0 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_02 {
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_02 a {
        width: 200px;
        height: 140px;
        background: url(../img/head_banner_enjoy02.jpg) no-repeat 0 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_03 {
        width: 200px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav05_03 a {
        width: 200px;
        height: 140px;
        background: url(../img/head_banner_enjoy03.jpg) no-repeat 0 0;
    }
    
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav06_01 {
        width: 240px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav06_01 a {
        width: 240px;
        height: 140px;
        background: url(../img/head_banner_column.jpg) no-repeat 0 0;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav06_02 {
        width: 240px;
        height: 140px;
        background: #fff;
    }
    #suntory_contents #suntoryhall_common_header .sub_nav .banner_sub_nav06_02 a {
        width: 240px;
        height: 140px;
        background: url(../img/head_banner_interview.jpg) no-repeat 0 0;
    }
    
    #suntory_contents .banner_extra_dsh a {
      margin: 20px 0 0;
      width: 510px;
      height: 91px;
      background: url(../img/banner_navigation.jpg) no-repeat 0 0;
      background-size: 510px 91px;
      text-indent:-9999px;
    }
    #suntory_contents .banner_extra_dsh a:hover {
      opacity: .92;
      filter: saturate(140%);
  }
    
    /* ========================================================================
    contents_header[pc]
    ========================================================================= */
    #suntory_contents #hall_contents #contents_header {
  height: 130px;
  background: #780d29 url(../img/bg_contents_header.png) no-repeat center 0;
    }
    #suntory_contents #hall_contents #contents_header .inner {
        margin: 0 auto;
        padding: 0 40px;
        width: 100%;
        max-width: 1164px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 82px;
    }
    #suntory_contents #hall_contents #contents_header .inner h1 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    #suntory_contents #hall_contents #contents_header .inner h1 a {
        color: #fff;
        text-decoration: none;
    }
    #suntory_contents #hall_contents #contents_header .inner .title_wrap {
        display: flex;
        align-items: center;
    }
    #suntory_contents #hall_contents #contents_header .inner .title_wrap .words_hibiki {
        margin-left: 15px;
        width: 268px;
        height: 20px;
        background: url(../img/words_hibiki.svg) no-repeat 0 0;
        background-size: 268px auto;
        text-indent: -9999px;
    }
    

    @media screen and (min-width:768px) and (max-width:1080px){
        #suntory_contents #hall_contents #contents_header .inner {
            width: 100%;
            min-width: 960px;
            padding-right: 10px;
            padding-left: 10px;
        }
    }
    
    /* ========================================================================
    bread_crumbs[pc]
    ========================================================================= */
    #suntory_contents #hall_contents .bread_crumbs {
  list-style: none;
  display: flex;
  padding: 15px 0 0;
    }
    #suntory_contents .bread_crumbs li {
        font-size: 12px;
        line-height: 1.25;
        color: #cc9999;
        margin: 0 17px 0 0;
        position: relative;
    }
    #suntory_contents .bread_crumbs li::after {
        content: '>';
        color: #e0c5c5;
        font-size: 12px;
        margin: 0 5px;
        position: absolute;
        top: 0;
        right: -17px;
    }
    #suntory_contents .bread_crumbs li:last-child {
        margin: 0;
    }
    #suntory_contents .bread_crumbs li:last-child::after {
        content: '';
    }
    #suntory_contents .bread_crumbs li a {
        margin: 0;
        color: #fff;
        position: relative;
        white-space: nowrap;
    }
    #suntory_contents .bread_crumbs li a.nowrap {
        white-space: nowrap;
    }
    #suntory_contents .bread_crumbs li a:hover {
        color: #e0c5c5;
    }

    
    
    
    /* ========================================================================
    suntoryhall_common_footer[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer {
/*        background: #881133;*/
    }
    #suntory_contents .page_top {
        width: 100%;
    }
    #suntory_contents .page_top.fixed {
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }
    #suntory_contents .btn_page_top {
        width: 100%;
        max-width: 1164px;
        min-width: 960px;
        margin: 0 auto;
        position: relative;        
    }
    #suntory_contents .btn_page_top a {
        display: block;
        width: 60px;
        height: 60px;
        background: url(../img/btn_totop.png) no-repeat 0 0;
        background-size: 60px auto;
        text-indent: -9999px;
        position: absolute;
        top: -60px;
        right: 40px;
    z-index: 9999;
    }

    
    /* ========================================================================
    information[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer .information {
        background: url(../img/bg_footer_pattern.png) repeat 0 0;
        background-size: 51px auto;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner {
        margin: 0 auto;
        padding: 40px 0;
        width: 100%;
        max-width: 1164px;
        min-width: 960px;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner h1 a {
        margin:0 auto 30px;
        width: 241px;
        height: 32px;
        background: url(../img/logo_footer.png) no-repeat center 0;
        background-size: auto 32px;
        text-indent: -9999px;
        display: inline-block;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .address {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .tel {
        margin-bottom: 20px;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .ticket_center {
        margin-bottom: 20px;
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns {
        display: flex;
        list-style: none;
        justify-content: center;
        margin-bottom: 30px;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li {
        width: 70px;
        height: 70px;
        margin: 0 7.5px;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li a {
        width: 70px;
        height: 70px;
        display: block;
        text-indent: -9999px;
    }
    
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.facebook a {
        background: #992244 url(../img/icon_facebook.png) no-repeat center center;
        background-size: auto 30px;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.facebook a:hover {
        background: #aa1144 url(../img/icon_facebook.png) no-repeat center center;
        background-size: auto 30px;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.twitter a {
        background: #992244 url(../img/icon_x.png) no-repeat center center;
        background-size: auto 26px;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.twitter a:hover {
        background: #aa1144 url(../img/icon_x.png) no-repeat center center;
        background-size: auto 26px;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.youtube a {
        background: #992244 url(../img/icon_youtube.png) no-repeat center center;
        background-size: auto 24px;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner .sns li.youtube a:hover {
        background: #aa1144 url(../img/icon_youtube.png) no-repeat center center;
        background-size: auto 24px;
    }
    #suntory_contents #suntoryhall_common_footer .information .inner a.sp_modify{
        pointer-events: none;
        text-decoration: none;
        color: inherit;
    }
    
    /* ========================================================================
    contents_list_container[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer .contents_list_container {
        background: #881133;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container .inner {
        margin: 0 auto;
        padding: 40px 0;
        width: 100%;
        max-width: 1164px;
        min-width: 960px;
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container .list_wrap {
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container .list_wrap ul {
        margin-right: 30px;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container .list_wrap ul:last-child {
        margin-right: 0;
    }
    
    #suntory_contents #suntoryhall_common_footer .contents_list_container ul {
        list-style: none;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container ul + h2 {
        margin-top: 30px;
    }
    
    #suntory_contents #suntoryhall_common_footer .contents_list_container a {
        color: #fff;
        text-decoration: none;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container a:hover {
        color: #fff;
        text-decoration: underline;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container h2 {
        margin-bottom: 35px;
        font-size: 16px;
        font-weight: bold;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container li {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 1.5;
    }
    #suntory_contents #suntoryhall_common_footer .contents_list_container li:last-child {
        margin-bottom: 0;
    }
    
    #suntory_contents #suntoryhall_common_footer .contents_list_container li.external a {
        background: url(../img/icon_external_ft.png) no-repeat right center;
        background-size: 9px auto;
        padding-right: 19px;
    }
    
    
    /* ========================================================================
    members_club[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer .members_club {
        background: #810a2c;
        padding: 40px 0;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .members_club h2 {
        margin-bottom: 25px;
        font-size: 16px;
        font-weight: bold;
        color: #eeccaa;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        list-style: none;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul li {
        margin: 0 10px;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul li a {
        display: block;
        width: 120px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e0cca3;
        text-decoration: none;
        font-size: 14px;
        color: #881133;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul li a:hover {
        background: #d4b77d;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul li.external a {
        background: #e0cca3 url(../img/icon_external_ft_login.png) no-repeat 99px 10px;
        background-size: 11px auto;
    }
    #suntory_contents #suntoryhall_common_footer .members_club ul li.external a:hover {
        background: #d4b77d url(../img/icon_external_ft_login.png) no-repeat 99px 10px;
        background-size: 11px auto;
    }
    
    
    /* ========================================================================
    bottom_nav[pc]
    ========================================================================= */
    #suntory_contents #suntoryhall_common_footer .bottom_nav {
        background: #810a2c;
        padding: 30px 0;
        text-align: center;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul {
        margin-bottom: 30px;
        list-style: none;
        display: flex;
        justify-content: center;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul li {
        margin: 0 25px;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul li a {
        font-size: 13px;
        color: #fff;
        text-decoration: none;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul li.external a {
        background: url(../img/icon_external_ft.png) no-repeat right center;
        background-size: 9px auto;
        padding-right: 19px;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav ul li a:hover {
        text-decoration: underline;
    }
    #suntory_contents #suntoryhall_common_footer .bottom_nav p {
        margin: 0;
        font-size: 12px;
        color: #cc9999;
    }
    
    /* ========================================================================
    overlay[pc]
    ========================================================================= */    
    #suntory_contents #overlay {
/*
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.08);
        z-index: 10;
*/
        display: none;
    }
    #suntory_contents #overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.08);
        z-index: 9999;
        display: none;
    }
    
    #suntory_contents #overlay.type2 {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(255,255,255,.08);
        z-index: 9999;
        display: none;
    }
    
     /* ========================================================================
    enquete_btn[pc]
    ========================================================================= */
    #suntory_contents .enquete_btn {
        background: #f0e5d1;
        padding: 40px 0;
    }
    #suntory_contents .enquete_btn a {
        margin: 0 auto;
        display: block;
        width: 480px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #881133;
        font-size: 13px;
        background: #fff url(../img/icon_enquete.svg) no-repeat 18px center;
        background-size: 3.5%;
        box-sizing: border-box;
        padding-left: 30px;
        box-shadow: 0 0 8px rgba(192,153,84,.3);
    }
    #suntory_contents .enquete_btn a:hover {
        background: #fff4d0 url(../img/icon_enquete_on.svg) no-repeat 18px center;
        background-size: 3.5%;
        color: #aa1144;
    }
    
    /* ========================================================================
    banner_ft_dsh[pc]
    ========================================================================= */
    #suntory_contents .banner_ft_dsh {
      margin: 0 auto 30px;
      width: 100%;
      max-width: 1164px;
      min-width: 960px;
      padding: 0;
      background: none;
    }
    #suntory_contents .banner_ft_dsh a {
      width: 100%;
      height: 0;
      padding-top: 10.309278350515464%;
      text-indent:-9999px;
      background: url(../img/banner_footer_lg.jpg) no-repeat 0 0;
      background-size: 100% auto;
      display: block;
    }
    #suntory_contents .banner_ft_dsh a:hover {
      opacity: .8;
      }
      
    /* ========================================================================
    banner_side_fix_dsh[pc]
    ========================================================================= */
    #suntory_contents .banner_side_fix_dsh a {
      display: block;
      width: 49px;
      height: 235px;
      text-indent:-9999px;
      background: url(../img/banner_fixed.jpg) no-repeat 0 0;
      background-size: 49px 235px;
      position: fixed;
      top: 330px;
      right: 0;
    }
    .top #suntory_contents .banner_side_fix_dsh a {
      top: 200px;
    }
    
}