@charset "utf-8";

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){

    /*------------------------------------------------------------
    [SP] main_visual
    ------------------------------------------------------------ */
    #suntory_contents #main_visual {
        position: relative;
        width: 100vw;
        height: 78vh;
        overflow: hidden;
        position: relative;
    }
    #suntory_contents .main_slide {
      opacity: 0;
      transition: opacity .3s linear;
    }
    #suntory_contents .main_slide.slick-initialized{
      opacity: 1;
    }

    #suntory_contents #main_visual.active {
        height: 100vh;
    }
    #suntory_contents #main_visual .label {
        position: absolute;
        top:calc(50% - 6vw);
        left: calc(50% - 40vw);
        width: 90vw;
        z-index: 100;
        display: flex;
        flex-direction: column;
    }
    #suntory_contents #main_visual h1 {
        margin: 0 0 6.4vw;
        width: 80vw;
        height: 12vw;
        background: url(../svg/logo-4.svg) no-repeat 0 0;
        background-size: 80vw auto;
        text-indent: -9999px;
    }
    #suntory_contents #main_visual .main_slide.slick-initialized + .label h1 {
        background: url(../svg/logo_white.svg) no-repeat 0 0;
        background-size: 80vw auto;
    }
    #suntory_contents #main_visual .countdown a {
        width: 80vw;
        height: 22.666666666666667vw;
        box-sizing: border-box;
        padding-bottom: 5.6vw;
        background: rgba(255,255,255,.7);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-decoration: none;
    }
    #suntory_contents #main_visual .countdown .title {
        margin: 0 6.4vw 0 0;
    }
    #suntory_contents #main_visual .countdown .title h2 {
        font-size: 2.933333333333333vw;
        font-weight: normal;
        color: #06194F;
        margin-bottom: 1.866666666666667vw;
        text-align: center;
    }
    #suntory_contents #main_visual .countdown .title .date {
        font-size: 7.2vw;
        font-weight: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        color: #06194F;
    }
    #suntory_contents #main_visual .countdown .count {
        display: flex;
        align-items: flex-end;
    }
    #suntory_contents #main_visual .countdown .count .adverb {
        font-size: 2.933333333333333vw;
        color: #06194F;
        white-space: nowrap;
        margin-right: 2.133333333333333vw;
    }
    #suntory_contents #main_visual .countdown .count .yyc-day {
        font-size: 5.6vw;
        font-weight: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        color: #06194F;
    }
    #suntory_contents #main_visual .countdown .count .yyc-day-text {
        font-size: 3.2vw;
        color: #06194F;
    }
    #suntory_contents .main_slide picture {
        width: 100vw;
        height: 78vh;
        position: relative;
    }
    #suntory_contents .main_slide.preview picture {
        position: static;
    }
    #suntory_contents .main_slide.slick-initialized picture::before {
        content: '';
        width: 100vw;
        height: 100%;
        background: rgba(0,0,0,.3);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #suntory_contents .main_slide picture img {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    #suntory_contents #main_visual .extra_announcement {
        width: 80vw;
    }
    #suntory_contents #main_visual .extra_announcement a {
        margin: 0 auto;
        width: 62.4vw;
        height: 18.133333333333333vw;
        box-sizing: border-box;
        background: rgba(255,255,255,.7);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #000;
        font-size: 4vw;
        line-height: 1.5;
        text-align: center;
    }
    #suntory_contents #main_visual .extra_announcement a span::after {
        content: '';
        display: inline-block;
        width: 3.2vw;
        height: 3vw;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat right top;
        background-size: auto 3vw;
    }


    @media only screen and (orientation:landscape) {
        #suntory_contents #main_visual {
           min-height: 156vw;
       }
       #suntory_contents .main_slide picture {
        min-height: 156vw;
    }

}


    /*------------------------------------------------------------
    [SP] sma_header_top
    ------------------------------------------------------------ */
    #suntory_contents #sma_header_top {
        width: 100vw;
        height: 16vw;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 5.6vw;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        box-sizing: border-box;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.25);
    }
    .no-backdropfilter #suntory_contents #sma_header_top {
        background-color: rgba(0, 0, 0, 0.25);
    }
    #suntory_contents #sma_header_top .information {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 50.133333333333333vw;
        height: 16vw;
    }
    #suntory_contents #sma_header_top .announcement {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: all 1s ease;
    }
    #suntory_contents #sma_header_top .announcement.active {
        opacity: 1;
    }
    #suntory_contents #sma_header_top .hide_announcement .announcement {
        display: none;
    }
    #suntory_contents #sma_header_top .announcement .refurbishment {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 38.933333333333333vw;
    }
    #suntory_contents #sma_header_top .announcement .refurbishment .msg {
        margin-bottom: 0;
    }
    #suntory_contents #sma_header_top .announcement .open {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50.133333333333333vw;
        height: 14.4vw;
    }
    #suntory_contents #sma_header_top .announcement .close{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50.133333333333333vw;
        height: 14.4vw;
    }
    #suntory_contents #sma_header_top .announcement .msg {
        font-size: 4.266666666666667vw;
        font-weight: bold;
        color: #fff;
    }
    #suntory_contents #sma_header_top .announcement .time {
        margin-top:  1.866666666666667vw;
        font-size: 3.466666666666667vw;
        color: #fff;
        text-align: center;
    }
    #suntory_contents #sma_header_top .announcement .note {
        margin-left: 2.666666666666667vw;
        font-size: 4.266666666666667vw;
        font-weight: bold;
        color: #fff;
    }
    #suntory_contents #sma_header_top .btn_calendar {
        display: none;
    }
    #suntory_contents #sma_header_top .function {
        display: flex;
        align-items: center;
        height: 100%;
    }
    #suntory_contents #sma_header_top .link {
        list-style: none;
        height: 100%;
        display: flex;
        align-items: center;
    }
    #suntory_contents #sma_header_top .ticket a {
        display: inline-block;
        width: 20.8vw;
        margin-right: 4.8vw;
        line-height: 1.2;
        text-align: center;
        font-size: 3.466666666666667vw;
        color: #fff;
        text-decoration: none;
    }
    #suntory_contents #sma_header_top .ticket a::after {
        content:'';
        display: inline-block;
        width: 3.466666666666667vw;
        height: 3.466666666666667vw;
        background: url(../svg/icon_external_wh.svg) no-repeat right bottom;
        background-size: 2.4vw auto;
    }
    #suntory_contents #sma_header_top .shop,
    #suntory_contents #sma_header_top .access,
    #suntory_contents #sma_header_top .language,
    #suntory_contents #sma_header_top .twitter,
    #suntory_contents #sma_header_top .facebook {
        display: none;
    }
    #suntory_contents #sma_header_top .btn_menu {
        width: 8vw;
        height: 5.6vw;
        background:url(../svg/icon_menu_wh.svg) no-repeat 0 0;
        background-size: 8vw 5.6vw;
        text-indent: -9999px;
        cursor: pointer;
    }
    #suntory_contents #sma_header_top .announcement .refurbishment {
        display: none;
    }
    #suntory_contents.refurbishment #sma_header_top .announcement .refurbishment {
        display: flex;
    }

    /*------------------------------------------------------------
    [SP] important_notice
    ------------------------------------------------------------ */
    #suntory_contents #important_notice {
        width: 72vw;
        background: #fff;
        position: absolute;
        top:92vw;
        top: 21.333333333333333vw;
        left: calc(50% - 36vw);
        z-index: 999;
        box-sizing: border-box;
    }
    #suntory_contents #important_notice dl {
        display: flex;
    }
    #suntory_contents #important_notice dl dt {
        width: 100%;
        font-size: 3.733333333333333vw;
        height: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 2.666666666666667vw;
        background: url(../svg/arrow_right_large_gr.svg) no-repeat right 2.933333333333333vw center;
        background-size: 2.4vw auto;
    }
    #suntory_contents #important_notice dl dd {
        display: none;
    }
    #suntory_contents #important_notice dl dd.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        padding: 17.6vw 9.6vw;
        box-sizing: border-box;
    }
    #suntory_contents #important_notice dl dd.active::before {
        content: 'Notice';
        font-size: 3.733333333333333vw;
        font-weight: bold;
        display: block;
        height: 10.666666666666667vw;
    }
    #suntory_contents #important_notice dl dd.active .btn_close {
        width: 6.4vw;
        height: 8vw;
        background: url(../svg/close_gr.svg) no-repeat 0 0;
        background-size: 6.4vw auto;
        position: absolute;
        top: 4vw;
        right: 5.6vw;
        cursor: pointer;
        z-index: 9999;
    }
    #suntory_contents #important_notice dl ul {
        list-style: none;
    }
    #suntory_contents #important_notice dl ul li {
        font-size: 3.466666666666667vw;
        line-height: 2;
        margin: 0 0 1em 4vw;
        text-indent: -4vw;
    }
    #suntory_contents #important_notice dl ul li:before {
        content: '';
        display: inline-block;
        width: 4vw;
        height: 3.466666666666667vw;
        background: url(../svg/dot.svg) no-repeat center center;
        background-size: 0.8vw auto;
    }

    #suntory_contents #important_notice dl ul li:last-child {
        margin-bottom: 0;
    }
    #suntory_contents #important_notice dl ul li a {
        text-decoration: none;
        color: #313131;
        position: relative;
        min-height: 12px;
    }
    #suntory_contents #important_notice dl ul li a::after {
        content: '';
        width: 1.866666666666667vw;
        height: 5.6vw;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat 0 75%;
        background-size: 1.866666666666667vw auto;
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: -4vw;
    }
    #suntory_contents #important_notice dl ul li.pdf a::after {
        content: 'PDF';
        margin: 0;
        padding: 0;
        width: 9.6vw;
        height: 4.8vw;
        border: 1px #ccc solid;
        background: #fff;
        text-indent: 0;
        font-size: 2.666666666666667vw;
        color: #DD0000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        right: -12vw;
    }
    #suntory_contents #important_notice dl ul li.external a::after {
        content: '';
        display: inline-block;
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        background: url(../svg/icon_external_gr.svg) no-repeat right top;
        background-size:2.666666666666667vw auto;
        bottom: 0;
        right: -4vw;
    }
    
    /*------------------------------------------------------------
    [SP] information
    ------------------------------------------------------------ */
    #suntory_contents #information {
        width: 100vw;
        position: relative;
    }
    #suntory_contents #information h2 {
        width: 37.333333333333333vw;
        height: 12vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:0 1.6vw 0 0;
        font-size: 3.733333333333333vw;
        font-weight: normal;
        box-sizing: border-box;
        background: #F6F4F1 url(../svg/arrow_down_small_gr.svg) no-repeat right 4vw center;
        background-size: 3.2vw auto;
        cursor: pointer;
        position: absolute;
        top: -12vw;
        left: 0;
    }
    #suntory_contents #information h2::after {
        content: '';
        width: 100vw;
        height: 2.4vw;
        background: #F6F4F1;
        position: absolute;
        top: 12vw;
        left: 0;
    }
    #suntory_contents #information .open h2 {
        background: #F6F4F1 url(../svg/arrow_up_small_gr.svg) no-repeat right 4vw center;
        background-size: 3.2vw auto;
    }

    #suntory_contents #information dd {
        background: #F6F4F1;
        padding: 5.6vw 5.6vw 6.4vw;
    }
    #suntory_contents #information dd .information_table {
        margin: 0 auto;
        width: 100%;
    }
    #suntory_contents #information dd .information_table th {
/*
        font-size: 3.2vw;
        line-height: 1.5;
        font-weight: normal;
        padding: 0 0 1.6vw;
        display: block;
        text-align: left;
*/
        display: none;
    }
    #suntory_contents #information dd .information_table td {
        font-size: 3.46666667vw;
        line-height: 1.5;
        padding: 0 0 4.8vw;
        display: block;
    }
    #suntory_contents #information dd .information_table td  a {
        text-decoration: none;
        color: #000;
        position: relative;
    }
    #suntory_contents #information dd .information_table td.external  a::after {
        content: '';
        display: inline-block;
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        background: url(../svg/icon_external_gr.svg) no-repeat right top;
        background-size:2.666666666666667vw auto;
        margin-left: 2vw;
    }

    #suntory_contents #information dd .information_table td a::after {
        content: '';
        display: inline-block;
        width: 3.2vw;
        height: 3vw;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat right top;
        background-size: auto 3vw;
    }
    #suntory_contents #information dd .information_table td.pdf a::after {
        content: 'PDF';
        margin: 0 0 0 1.333333333333333vw;
        width: 9.6vw;
        height: 4.8vw;
        border: 1px #ccc solid;
        background: #fff;
        font-size: 2.666666666666667vw;
        color: #DD0000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #suntory_contents #information dd .information_table tr:last-child td {
        padding: 0;
    }
    #suntory_contents #information dd .btn_list {
        margin: 8vw 4vw 0 0;
        text-align: right;
    }
    #suntory_contents #information dd .btn_list a {
        font-size: 3.733333333333333vw;
        color: #000;
        text-decoration: none;
        position: relative;
    }
    #suntory_contents #information dd .btn_list a::after {
        content: '';
        width: 4vw;
        height: 3.2vw;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat right top;
        background-size: auto 3.2vw;
        position: absolute;
        top: calc(50% - 1.6vw);
    }

    /*------------------------------------------------------------
    [SP] exhibition
    ------------------------------------------------------------ */
    #suntory_contents #exhibition {
        margin-bottom: 18.4vw;
        width: 100vw;
        overflow: hidden;
    }
    #suntory_contents #exhibition.now .inner {
        width: 200vw;
        display: flex;
        transform: translateX(0);
        transition: all .5s ease;
    }
    #suntory_contents #exhibition.next .inner {
        width: 200vw;
        display: flex;
        transform: translateX(-100vw);
        transition: all .5s ease;
    }

    #suntory_contents #exhibition .exhibition_slide {
        width: 100vw;
        position: relative;
        padding-bottom: 9.333333333333333vw;
    }
    #suntory_contents #exhibition .exhibition_head {
        height: 26.4vw;
        padding: 0 0 5.6vw;
        box-sizing: border-box;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: relative;
    }
    #suntory_contents #exhibition .label h2 {
        font-size: 6.4vw;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.02em;
        text-align: center;
        margin-bottom: 2.4vw;
    }
    #suntory_contents #exhibition .label p {
        font-size: 3.46666667vw;
        color: #666;
        text-align: center;
    }
    #suntory_contents #exhibition .btn_exhibition a {
        width: auto;
        height: 3.733333333333333vw;
        color: #000;
        font-size: 3.733333333333333vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        right: 4vw;
        box-sizing: border-box;
        text-decoration: none;
    }
    #suntory_contents #exhibition .btn_exhibition.btn_now a::before {
        content: '';
        width: 2.053333333333333vw;
        height: 3.68vw;
        background: url(../svg/arrow_left_small_gr.svg) no-repeat 0 center;
        background-size: 2.053333333333333vw auto;
        margin-right: 2.133333333333333vw;
    }

    #suntory_contents #exhibition .btn_exhibition.btn_next a::after {
        content: '';
        width: 2.053333333333333vw;
        height: 3.68vw;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 2.053333333333333vw auto;
        margin-left: 2.133333333333333vw;
    }

    #suntory_contents #exhibition .btn_exhibition_future a {
        width: auto;
        width: 42.666666666666667vw;
        width: 48vw;
        height: 3.733333333333333vw;
        color: #000;
        font-size: 3.733333333333333vw;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        right: 4vw;
        box-sizing: border-box;
        text-decoration: none;
    }
    #suntory_contents #exhibition .btn_exhibition_future a::after {
        content: '';
        width: 2.053333333333333vw;
        height: 3.68vw;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 2.053333333333333vw auto;
        margin-left: 2.133333333333333vw;
    }

    #suntory_contents .exhibition_slide .exhibition_img a {
        width: 100vw;
    }
    #suntory_contents .exhibition_slide a picture {
        width: 100vw;
        transition: all .5s ease;
    }
    #suntory_contents .exhibition_slide a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    /*------------------------------------------------------------
    [SP] extra_menu
    ------------------------------------------------------------ */
    #suntory_contents #extra_menu {
        width: 100vw;
        margin-bottom: 18.4vw;
        z-index: -1;
    }
    #suntory_contents #extra_menu ul {
        width: 100vw;
    }
    #suntory_contents #extra_menu li {
        list-style: none;
        width: 100vw;
        overflow: hidden;
        margin-bottom: 12vw;
    }
    #suntory_contents #extra_menu a {
        text-decoration: none;
        display: block;
        width: 100%;
        position: relative;
        padding-top: 0;
    }
    #suntory_contents #extra_menu .label {
        background: #fff;
        padding-bottom: 5.6vw;
        z-index: 1;
    }
    #suntory_contents #extra_menu .label h2 {
        font-size: 6.4vw;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.02em;
        text-align: center;
        margin-bottom: 2.4vw;
    }
    #suntory_contents #extra_menu .label p {
        font-size: 3.46666667vw;
        color: #666;
        text-align: center;
        -webkit-text-size-adjust: 100%;
    }
    #suntory_contents #extra_menu a h2 {
        color: #000;
    }
    #suntory_contents #extra_menu a p {
        color: #666;
    }
    #suntory_contents #extra_menu picture {
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: -1;
    }
    #suntory_contents #extra_menu li a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .5s ease;
    }


    /*------------------------------------------------------------
    [SP] movie
    ------------------------------------------------------------ */
    #suntory_contents #movie {
        width: 100vw;
        margin-bottom: 18.4vw;
    }
    #suntory_contents #movie .label {
        padding-bottom: 5.6vw;
    }
    #suntory_contents #movie .label h2 {
        font-size: 6.4vw;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.02em;
        text-align: center;
        margin-bottom: 2.4vw;
    }
    #suntory_contents #movie .label p {
        font-size: 3.46666667vw;
        color: #666;
        text-align: center;
        -webkit-text-size-adjust: 100%;
    }
    #suntory_contents #background_movie_container {
        width: 100vw;
        height: 56.266666666666667vw;
        position: relative;
        overflow: hidden;
        background: url(../load.html) no-repeat center center;
        background-size: cover;
    }
    #suntory_contents #background_movie_container iframe {
        width: 100vw!important;
        height: 56.266666666666667vw!important;
        margin: 0!important;
    }
    #suntory_contents #main_visual_wrap_movie {
        display: none;
    }
    #suntory_contents #main_visual_movie {
        margin: 0 auto;
        width: 100vw;
        height: 56.266666666666667vw;
        display: table;
        position: relative;
    }
    #suntory_contents #background_movie_container .btn_youtube a {
        display: none;
    }


    /*------------------------------------------------------------
    [SP] extra_menu_another
    ------------------------------------------------------------ */
    #suntory_contents #extra_menu_another {
        width: 100vw;
        margin-bottom: 16vw;
        z-index: -1;
    }
    #suntory_contents #extra_menu_another ul {
        width: 100vw;
    }
    #suntory_contents #extra_menu_another li {
        list-style: none;
        width: 100vw;
        overflow: hidden;
        margin-bottom: 5.6vw;
    }
    #suntory_contents #extra_menu_another a {
        text-decoration: none;
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        padding-top: 0;
    }
    #suntory_contents #extra_menu_another .label {
        background: #fff;
        padding: 0 0 0 5.6vw;
        z-index: 1;
        width: 37.6vw;
    }
    #suntory_contents #extra_menu_another .label h2 {
        font-size: 5.6vw;
        line-height: 1.238095238095238;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.02em;
        text-align: left;
        margin-bottom: 2.4vw;
    }
    #suntory_contents #extra_menu_another .label p {
        font-size: 3.46666667vw;
        color: #666;
        text-align: center;
        -webkit-text-size-adjust: 100%;
    }
    #suntory_contents #extra_menu_another a h2 {
        color: #000;
    }
    #suntory_contents #extra_menu_another a p {
        color: #666;
    }
    #suntory_contents #extra_menu_another picture {
        width: 62.4vw;
        height: auto;
        overflow: hidden;
        z-index: -1;
    }
    #suntory_contents #extra_menu_another li a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .5s ease;
    }

}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

    /*------------------------------------------------------------
    [PC] main_visual
    ------------------------------------------------------------ */
    #suntory_contents #main_visual {
        position: relative;
        width: 100%;
        max-height: calc(100vh - 45px);
        min-height: 543px;
        overflow: hidden;
        position: relative;
        background: #fff;
    }

    #suntory_contents .main_slide {
      opacity: 0;
      transition: opacity .3s linear;
    }
    #suntory_contents .main_slide.slick-initialized{
      opacity: 1;
    }

    #suntory_contents #main_visual .label {
        width: 500px;
        position: absolute;
        top: 44%;
        left: calc(50% - 250px);
        z-index: 100;
    }
    #suntory_contents #main_visual h1 {
        margin: 0 auto 20px;
        width: 468px;
        height: 70px;
        background: url(../svg/logo-4.svg) no-repeat 0 0;
        background-size: 468px auto;
        text-indent: -9999px;
    }
    #suntory_contents #main_visual .main_slide.slick-initialized + .label h1 {
        background: url(../svg/logo_white.svg) no-repeat 0 0;
        background-size: 468px auto;
    }
    #suntory_contents #main_visual .countdown a {
        display: flex;
        justify-content: space-between;
        padding: 20px 100px;
        text-decoration: none;
        background: rgba(255,255,255,.7);
    }
    #suntory_contents #main_visual .countdown a:hover {
        background: rgba(255,255,255,.5);
    }
    #suntory_contents #main_visual .countdown .title {
        text-align: center;
    }
    #suntory_contents #main_visual .countdown .title h2 {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: normal;
        color: #06194F;
    }
    #suntory_contents #main_visual .countdown .title .date {
        font-size: 36px;
        font-weight: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        color: #06194F;
    }
    #suntory_contents #main_visual .countdown .count {
        margin-bottom: 3px;
        display: flex;
        align-items: flex-end;
    }
    #suntory_contents #main_visual .countdown .count .adverb {
        font-size: 12px;
        color: #06194F;
    }
    #suntory_contents #main_visual .countdown .count .yyc-day {
        font-size: 36px;
        font-weight: normal;
        font-weight: 300;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        color: #06194F;
    }
    #suntory_contents #main_visual .countdown .count .yyc-day-text {
        font-size: 15px;
        color: #06194F;
    }
    #suntory_contents .main_slide picture {
        width: 100%;
        position: relative;
        z-index: -1;
        max-height: calc(100vh - 45px);
        overflow: hidden;
    }

    #suntory_contents .main_slide.slick-initialized picture::before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        position: absolute;
        top: 0;
        left: 0;
    }
    #suntory_contents .main_slide picture img {
        width: 100%;
        height: auto;
    }

    #suntory_contents #main_visual .extra_announcement a {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 380px;
        height: 56px;
        text-decoration: none;
        background: rgba(255,255,255,.7);
        text-decoration: none;
        color: #000;
        font-size: 16px;
    }
    #suntory_contents #main_visual .extra_announcement a span {
        position: relative;
        margin-left: -12px;
    }
    #suntory_contents #main_visual .extra_announcement a span::after {
        content: '';
        display: inline;
        width: 7px;
        height: 12px;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        margin: .125em 0 0 5px;
    }
    #suntory_contents #main_visual .extra_announcement a:hover {
        background: rgba(255,255,255,.5);
    }

    /*------------------------------------------------------------
    [PC] sma_header_top
    ------------------------------------------------------------ */
    #suntory_contents #sma_header_top {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        box-sizing: border-box;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }
    .no-backdropfilter #suntory_contents #sma_header_top {
        background-color: rgba(0, 0, 0, .5);
    }
    #suntory_contents #sma_header_top .information {
        display: flex;
        align-items: center;
    }
    #suntory_contents #sma_header_top .announcement {
        text-align: center;
        width: 220px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 1s ease;
    }
     #suntory_contents #sma_header_top .announcement.active {
        opacity: 1;
    }
    #suntory_contents #sma_header_top .hide_announcement .announcement {
        display: none;
    }
    #suntory_contents.close #sma_header_top .announcement .refurbishment{
        display: none;
    }
    #suntory_contents #sma_header_top .announcement .refurbishment {
        display: none;
    }
    #suntory_contents.refurbishment #sma_header_top .announcement .refurbishment {
        display: none;
    }

    #suntory_contents #sma_header_top .announcement .msg {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
    #suntory_contents #sma_header_top .announcement .time {
        margin-top: 10px;
        font-size: 13px;
        color: #fff;
    }
    #suntory_contents #sma_header_top .announcement .note {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }
    #suntory_contents #sma_header_top .btn_calendar {
        margin: 0 0 0 10px;
        width: 20px;
        height: 20px;
        background: url(../svg/icon_head_calendar_wh.svg) no-repeat 0 100%;
        background-size: auto 20px;
        display: block;
        text-indent: -9999px;
        cursor: pointer;
    }
    #suntory_contents #sma_header_top .hide_announcement .btn_calendar {
        margin: 5px 0 0 40px;
    }

    #suntory_contents #sma_header_top .btn_calendar:hover {
        background: url(../svg/icon_head_calendar_br.svg) no-repeat 0 100%;
        background-size: auto 20px;
    }
    #suntory_contents #sma_header_top .function {
        display: flex;
    }
    #suntory_contents #sma_header_top .link {
        display: flex;
        align-items: center;
        margin: 0;
    }
    #suntory_contents #sma_header_top .link li {
        list-style: none;
        font-size: 15px;
    }
    #suntory_contents #sma_header_top .ticket a {
        margin-right: 30px;
        padding-right: 15px;
        color: #fff;
        text-decoration: none;
        background: url(../svg/icon_external_wh.svg) no-repeat right center;
        background-size: 10px auto;
    }
    #suntory_contents #sma_header_top .access a {
        color: #fff;
        text-decoration: none;
    }

    #suntory_contents #sma_header_top .ticket a:hover {
        color: #A89170;
        background: url(../svg/icon_external_br.svg) no-repeat right center;
        background-size: 10px auto;
    }
    #suntory_contents #sma_header_top .access a:hover {
        color: #A89170;
    }
    #suntory_contents #sma_header_top .language {
        margin: 5px 0 0 30px;
        display: flex;
        align-items: flex-start;
    }
    #suntory_contents #sma_header_top .language li {
        list-style: none;
        font-size: 15px;
        color: #fff;
    }
    #suntory_contents #sma_header_top .language li.current {
        position: relative;
    }
    #suntory_contents #sma_header_top .language li.current::after {
        content: '';
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: -6px;
        left: calc(50% - 11px);
    }
    #suntory_contents #sma_header_top .language li a {
        margin-right: 20px;
        color: #fff;
        text-decoration: none;
        position: relative;
    }
    #suntory_contents #sma_header_top .language li a:hover {
        color: #A89170;
    }
    #suntory_contents #sma_header_top .language li a::before {
        content: '';
        width: 1px;
        height: 14px;
        background: #fff;
        position: absolute;
        top: calc(50% - 7px);
        right: -9px;
    }
    #suntory_contents #sma_header_top .btn_menu {
        margin-left: 40px;
        width: 34px;
        height: 24px;
        background:url(../svg/icon_menu_wh.svg) no-repeat 0 0;
        background-size: 34px auto;
        text-indent: -9999px;
        cursor: pointer;
    }
    #suntory_contents #sma_header_top .btn_menu:hover {
        background: url(../svg/icon_menu_br.svg) no-repeat 0 0;
        background-size: 34px auto;
    }



    /*------------------------------------------------------------
    [PC] important_notice
    ------------------------------------------------------------ */
    #suntory_contents #important_notice {
        width: 100%;
        background: #fff;
        position: absolute;
        top: 70px;
        left: 0;
        z-index: 10;
        box-sizing: border-box;
        padding: 20px 60px;
    }
    #suntory_contents #important_notice dl {
        display: flex;
    }
    #suntory_contents #important_notice dl dt {
        font-size: 16px;
        font-weight: bold;
        margin-right: 35px;
        white-space: nowrap
    }
    #suntory_contents #important_notice dl dd {

    }
    #suntory_contents #important_notice dl ul {
        list-style: none;
    }
    #suntory_contents #important_notice dl ul li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    #suntory_contents #important_notice dl ul li:last-child {
        margin-bottom: 0;
    }
    #suntory_contents #important_notice dl ul li a {
        text-decoration: none;
        color: #313131;
        position: relative;
        min-height: 12px;
        padding-bottom: 3px;
    }
    #suntory_contents #important_notice dl ul li a::after {
        content: '';
        display: inline;
        width: 7px;
        height: 12px;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        margin: .35em 0 0 10px;
    }
    #suntory_contents #important_notice dl ul li.external a::after {
        content: '';
        display: inline;
        width: 10px;
        height: 10px;
        background: url(../svg/icon_external_gr.svg) no-repeat 0 center;
        background-size: 10px auto;
        margin: .25em 0 0 10px;
    }
    #suntory_contents #important_notice dl ul li.pdf a::after {
        content: 'PDF';
        margin: .125em 0 0 10px;
        width: 40px;
        height: 20px;
        border: 1px #ccc solid;
        background: #fff;
        font-size: 12px;
        color: #DD0000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents #important_notice dl ul li a:hover {
        border-bottom: 1px #666 solid;

    }

    /*------------------------------------------------------------
    [PC] information
    ------------------------------------------------------------ */
    #suntory_contents #information {
        width: 100%;
        position: relative;
        border-top: 10px #F6F4F1 solid;
    }

    #suntory_contents #information h2 {
        width: 150px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:0 5px 0 0;
        font-size: 14px;
        font-weight: normal;
        box-sizing: border-box;
        background: #F6F4F1 url(../svg/arrow_down_small_gr.svg) no-repeat right 15px center;
        background-size: 12px 7px;
        cursor: pointer;
        position: absolute;
        top: -44px;
        left: 60px;
        transition: all .2s ease;
    }
/*
    #suntory_contents #information h2::after {
        content: '';
        width: 100vw;
        height: 10px;
        background: #F6F4F1;
        position: absolute;
        top: 34px;
        left: -60px;
    }
*/
    #suntory_contents #information h2:hover {
        background: #F6F4F1 url(../svg/arrow_down_small_br.svg) no-repeat right 15px center;
        background-size: 12px 7px;
        color: #A89170;
        transition: all .2s ease;
    }
    #suntory_contents #information .open h2 {
        background: #F6F4F1 url(../svg/arrow_up_small_gr.svg) no-repeat right 12px center;
        background-size: 12px 7px;
    }
    #suntory_contents #information .open h2:hover {
        background: #F6F4F1 url(../svg/arrow_up_small_br.svg) no-repeat right 12px center;
        background-size: 12px 7px;
        color: #A89170;
    }

    #suntory_contents #information dd {
        background: #F6F4F1;
        padding: 30px;
    }

    #suntory_contents #information dd .information_table_wrap {
        margin: 0 auto;
        width: 860px;
    }
    #suntory_contents #information dd .information_table {
        margin: 0;
        width: 730px;
    }
    #suntory_contents #information dd .information_table th {
/*
        font-size: 14px;
        line-height: 1.5;
        font-weight: normal;
        padding: 0 0 10px;
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
        width: 170px;
*/
        display: none;
    }
    #suntory_contents #information dd .information_table td {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 0 10px;
        width: 730px;
        text-align: left;
    }
    #suntory_contents #information dd .information_table td  a {
        text-decoration: none;
        color: #000;
        padding-bottom: 3px;
        display: inline;
        position: relative;
    }
    #suntory_contents #information dd .information_table td  a::after {
        content: '';
        display: inline;
        width: 7px;
        height: 12px;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        margin: .35em 0 0 10px;
    }
    #suntory_contents #information dd .information_table td.external  a::after {
        content: '';
        display: inline;
        width: 10px;
        height: 10px;
        background: url(../svg/icon_external_gr.svg) no-repeat 0 center;
        background-size: 10px auto;
        margin: .25em 0 0 10px;
    }
    #suntory_contents #information dd .information_table td.pdf  a::after {
        content: 'PDF';
        margin: .125em 0 0 10px;
        width: 40px;
        height: 20px;
        border: 1px #ccc solid;
        background: #fff;
        font-size: 12px;
        line-height: 20px;
        color: #DD0000;
/*
        display: inline-flex;
        align-items: center;
        justify-content: center;
*/
        text-align: center;
        display: inline-block;
    }
    #suntory_contents #information dd .information_table td  a:hover {
        border-bottom: 1px #000 solid;
    }
    #suntory_contents #information dd .information_table tr:last-child th {
        padding: 0;
    }
    #suntory_contents #information dd .information_table tr:last-child td {
        padding: 0;
    }
    #suntory_contents #information dd .btn_list {
        width: 860px;
        margin: -21px auto 0;
        text-align: right;
    }
    #suntory_contents #information dd .btn_list a {
        text-decoration: none;
        color: #000;
        padding: 0 16px 3px 0;
        font-size: 14px;
        position: relative;
        height: 14px;
    }
    #suntory_contents #information dd .btn_list a::after {
        content: '';
        width: 7px;
        height: 14px;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    #suntory_contents #information dd .btn_list a:hover {
        border-bottom: 1px #000 solid;
    }

    /*------------------------------------------------------------
    [PC] exhibition
    ------------------------------------------------------------ */
    #suntory_contents #exhibition {
        margin-bottom: 120px;
        width: 100%;
        overflow: hidden;
    }
    #suntory_contents #exhibition.now .inner {
        width: 200vw;
        display: flex;
        transform: translateX(0);
        transition: all .5s ease;
    }
    #suntory_contents #exhibition.next .inner {
        width: 200vw;
        display: flex;
        transform: translateX(-100vw);
        transition: all .5s ease;
    }

    #suntory_contents #exhibition .exhibition_slide {
        width: 100%;
        position: relative;
    }
    #suntory_contents #exhibition .exhibition_head {
        height: 128px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #suntory_contents #exhibition .label h2 {
        font-size: 30px;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        text-align: center;
        margin-bottom: 10px;
    }
    #suntory_contents #exhibition .label p {
        font-size: 16px;
        color: #666;
        text-align: center;
    }
    #suntory_contents #exhibition .btn_exhibition a {
        width: 200px;
        height: 45px;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        background: #A89170;
        position: absolute;
        top: 53px;
        right: 60px;
        box-sizing: border-box;
        transition: all .2s ease;
        text-decoration: none;
    }
    #suntory_contents #exhibition .btn_exhibition.btn_now a {
        padding: 0 0 0 5px;
    }
    #suntory_contents #exhibition .btn_exhibition.btn_next a {
        padding: 0 5px 0 0;
    }
    #suntory_contents #exhibition .btn_exhibition a:hover {
        background: #BEAC94;
        transition: all .2s ease;
    }
    #suntory_contents #exhibition .btn_exhibition a::after {
        content: '';
        width: 7px;
        height: 12px;
    }
    #suntory_contents #exhibition .btn_exhibition.btn_now a::after {
        background: url(../svg/arrow_left_small_wh.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 6px);
        left: 15px;
    }
    #suntory_contents #exhibition .btn_exhibition.btn_next a::after {
        background: url(../svg/arrow_right_small_wh.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 6px);
        right: 15px;
    }

    #suntory_contents #exhibition .btn_exhibition_future {
        width: 200px;
        height: 14px;
        line-height: 14px;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        position: absolute;
        top: 80px;
        right: 60px;
        box-sizing: border-box;
        transition: all .2s ease;
    }
    #suntory_contents #exhibition .btn_exhibition_future::after {
        content: '';
        width: 7px;
        height: 12px;
        background: url(../svg/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 9px);
        right: 15px;
    }
    #suntory_contents #exhibition .btn_exhibition_future a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px #fff solid;
        padding-bottom: 3px;
    }
    #suntory_contents #exhibition .btn_exhibition_future a:hover {
        color: #000;
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom: 3px;
    }

    #suntory_contents .exhibition_slide .exhibition_img a {
        width: 100vw;
    }
    #suntory_contents .exhibition_slide a picture {
        width: 100vw;
        transition: all .5s ease;
    }
    #suntory_contents .exhibition_slide a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .exhibition_slide a:hover picture {
        opacity: .75;
    }

    /*------------------------------------------------------------
    [PC] extra_menu
    ------------------------------------------------------------ */
    #suntory_contents #extra_menu {
        width: 100%;
        overflow: hidden;
        margin-bottom: 120px;
        z-index: -1;
    }
    #suntory_contents #extra_menu ul {
        display: flex;
        width: 100%;
    }
    #suntory_contents #extra_menu li {
        list-style: none;
        width: 33.333333333333333%;
        overflow: hidden;
    }
    #suntory_contents #extra_menu a {
        text-decoration: none;
        display: block;
        width: 100%;
        position: relative;
        padding-top: 90px;
    }
    #suntory_contents #extra_menu .label {
        width: 100%;
        height: 90px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #suntory_contents #extra_menu .label h2 {
        font-size: 24px;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        text-align: center;
        margin-bottom: 10px;
    }
    #suntory_contents #extra_menu .label p {
        font-size: 14px;
        color: #666;
        text-align: center;
    }
    #suntory_contents #extra_menu a h2 {
        color: #000;
    }
    #suntory_contents #extra_menu a p {
        color: #666;
    }
    #suntory_contents #extra_menu picture {
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: -1;
    }
    #suntory_contents #extra_menu li a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .5s ease;
    }
    #suntory_contents #extra_menu li a:hover picture img {
        opacity: .75;
        transform: scale(1.05);
    }

    /*------------------------------------------------------------
    [PC] movie
    ------------------------------------------------------------ */
    #suntory_contents #movie {
        width: 100%;
        margin-bottom: 120px;
        overflow: hidden;
    }
    #suntory_contents #movie .label {
        margin-bottom: 30px;
    }
    #suntory_contents #movie .label h2 {
        font-size: 30px;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        text-align: center;
        margin-bottom: 10px;
    }
    #suntory_contents #movie .label p {
        font-size: 16px;
        color: #666;
        text-align: center;
    }

    #suntory_contents #background_movie_container {
        width: 100%;
        height: 520px!important;
        position: relative;
        overflow: hidden;
        background: url(../load-2.html) no-repeat center center;
        background-size: cover;
    }
    #suntory_contents #player {
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 520px;
    }

    #suntory_contents #main_visual_wrap_movie {
        width: 100%;
        height: 520px;
        margin: 0;
        position: absolute;
        text-align: center;
    }

    #suntory_contents #main_visual_movie {
        margin: 0 auto;
        width: 960px;
        height: 520px;
        display: table;
        position: relative;
    }
    #suntory_contents #background_movie_container .btn_youtube a {
        display: block;
        width: 107px;
        height: 52px;
        background: url(../svg/logo_youtube_white.svg) no-repeat 0 0;
        background-size: 107px auto;
        text-indent: -9999px;
        position: absolute;
        bottom:0;
        right:60px;
        z-index: 100;
    }
    #suntory_contents #background_movie_container .btn_youtube a:hover {
        opacity: .75;
        transition: all .2s ease;
    }

    /*------------------------------------------------------------
    [PC] extra_menu_another
    ------------------------------------------------------------ */
    #suntory_contents #extra_menu_another {
        width: 100%;
        overflow: hidden;
        margin-bottom: 120px;
        z-index: -1;
    }
    #suntory_contents #extra_menu_another ul {
        display: flex;
        width: 100%;
    }
    #suntory_contents #extra_menu_another li {
        list-style: none;
        width: 33.333333333333333%;
        overflow: hidden;
    }
    #suntory_contents #extra_menu_another a {
        text-decoration: none;
        display: block;
        width: 100%;
        position: relative;
        padding-top: 90px;


        background: url(../svg/icon_calendar_bk.svg) no-repeat 0 0;
    }
    #suntory_contents #extra_menu_another .label {
        width: 100%;
        height: 90px;
        padding: 0;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #suntory_contents #extra_menu_another .label h2 {
        font-size: 24px;
        line-height: 1;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        text-align: center;
        margin-bottom: 10px;
    }
    #suntory_contents #extra_menu_another .label p {
        font-size: 14px;
        color: #666;
        text-align: center;
    }
    #suntory_contents #extra_menu_another a h2 {
        color: #000;
    }
    #suntory_contents #extra_menu_another a p {
        color: #666;
    }
    #suntory_contents #extra_menu_another picture {
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: -1;
    }
    #suntory_contents #extra_menu_another li a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .5s ease;
    }
    #suntory_contents #extra_menu_another li a:hover picture img {
        opacity: .75;
        transform: scale(1.05);
    }



}