@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(../img/logo.svg) no-repeat 0 0;
        background-size: 80vw auto;
        text-indent: -9999px;
    }
    #suntory_contents #main_visual .main_slide.slick-initialized + .label h1 {
        background: url(../img/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%);
    }

    /* extra_announcement */
    #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(../img/arrow_right_small_gr.svg) no-repeat right top;
        background-size: auto 3vw;
    }

    /* emergency_announcement */
    #suntory_contents #main_visual .emergency_announcement {
        width: 80vw;
    }
    #suntory_contents #main_visual .emergency_announcement a {
        margin: 0 auto;
        padding: 4vw;
        width: 80vw;
        min-height: 18.133333333333333vw;
        box-sizing: border-box;
        background: rgba(179,12,13,.7);
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        font-size: 3.733333333333333vw;
        line-height: 1.5;
        text-align: center;
    }
    #suntory_contents #main_visual .emergency_announcement a span::after {
        content: '';
        display: inline-block;
        width: 3.2vw;
        height: 3vw;
        background: url(../img/arrow_right_small_wh.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);
    }
/*
    #suntory_contents #sma_header_top::before {
        content: '';
        width: 12.533333333333333vw;
        height: 10.666666666666667vw;
        background: url(../img/logo_s_white.svg) no-repeat 0 0;
        background-size: 12.533333333333333vw auto;
        position: absolute;
        top: 2.666666666666667vw;
        left: 5.6vw;
    }
*/
    .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 {
        margin-bottom: 1.866666666666667vw;
        font-size: 4.266666666666667vw;
        font-weight: bold;
        color: #fff;
    }
    #suntory_contents #sma_header_top .announcement .time {
        margin-left: 4vw;
        font-size: 3.466666666666667vw;
        color: #fff;
    }
    #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: flex-end;
    }
    #suntory_contents #sma_header_top .link {
        list-style: none;
    }
    #suntory_contents #sma_header_top .ticket a {
        margin-right: 5.6vw;
        width: 12.533333333333333vw;
        height: 7.733333333333333vw;
        background: url(../img/icon_head_ticket_wh.svg) no-repeat 0 100%;
        background-size: auto 7.733333333333333vw;
        display: block;
        text-indent: -9999px;
    }
    #suntory_contents #sma_header_top .login a {
        display: none;
    }
    #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,
    #suntory_contents #sma_header_top .instagram {
        display: none;
    }
    #suntory_contents #sma_header_top .btn_menu {
        width: 8vw;
        height: 8.533333333333333vw;
        background:url(../img/icon_menu_wh.svg) no-repeat 0 0;
        background-size: 8vw auto;
        text-indent: -9999px;
        cursor: pointer;
    }
    #suntory_contents.refurbishment #sma_header_top .announcement .open,
    #suntory_contents.refurbishment #sma_header_top .announcement .close{
/*        display: flex;*/
    }
    #suntory_contents #sma_header_top .announcement .refurbishment {
        display: none;
    }
    #suntory_contents.refurbishment #sma_header_top .announcement .refurbishment {
        display: none;
    }

    /*------------------------------------------------------------
    [SP] important_notice
    ------------------------------------------------------------ */
    #suntory_contents #important_notice {
        width: 72vw;
        background: #fff;
        position: absolute;
        top:92vw;
        top: 21.333333333333333vw;
        left: calc(50% - 36vw);
        z-index: 1000;
        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(../img/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: '重要なお知らせ';
        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(../img/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(../img/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(../img/arrow_right_small_gr.svg) no-repeat 0 75%;
        background-size: 1.866666666666667vw auto;
        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(../img/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(../img/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(../img/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(../img/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(../img/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(../img/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: 12vw;
        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(../img/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(../img/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(../img/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_banner
    ------------------------------------------------------------ */
    #suntory_contents #extra_banner {
        margin-bottom: 12vw;
        width: 100vw;
        overflow: hidden;
    }
    #suntory_contents #extra_banner a picture {
        width: 100vw;
    }
    #suntory_contents #extra_banner a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #extra_banner .extra_banner_hr {
        display: none;
    }

    /*------------------------------------------------------------
    [SP] extra_menu
    ------------------------------------------------------------ */
    #suntory_contents #extra_menu {
        width: 100vw;
        margin-bottom: 12vw;
        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: 12vw;
        position: relative;
        padding-bottom: 20vw;
    }
    #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 #movie .btn {
        width: 40vw;
        position: absolute;
        bottom: 0;
        left: calc(50% - 20vw);
    }
    #suntory_contents #movie .btn a {
        width: 40vw;
        height: 12vw;
        color: #fff;
        font-size: 3.733333333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
        cursor: pointer;
        background: #A89170;
        text-decoration: none;
        box-sizing: border-box;
    }
    #suntory_contents #extra_movie ul {
        margin-bottom: 5.6vw;
    }
    #suntory_contents #extra_movie li {
        width: 100vw;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }
    #suntory_contents #extra_movie li + li {
        margin-top: 5.6vw;
    }
    #suntory_contents #extra_movie li img {
        margin: 0;
        width: 100vw;
        height: auto;
        vertical-align:bottom;
    }
    #suntory_contents #extra_movie li a {
      position: relative;
      display: block;
      overflow: hidden;
    }
    #suntory_contents #extra_movie li a::before {
      content: '';
      width: 100%;
      height: 100%;
      background: url(../img/yt_icon_mono_light.svg) no-repeat center center;
      background-size: 18.4vw auto;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
    }

    #suntory_contents #extra_movie li.comming_soon {
        display: none;
    }

    #suntory_contents #background_movie_container {
        width: 100vw;
        height: 56.266666666666667vw;
        position: relative;
        overflow: hidden;
        background: url(../img/load.jpg) 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;
    }

  /* #suntory_contents #movie .movie {
      margin: 0 auto 4.8vw;
      width: 100%;
      position: relative;
      height: 0;
      padding-top: 56.25%;
  }
  #suntory_contents #movie .movie iframe {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
  }
  #suntory_contents #movie figure {
      width: 100%;
      height: auto;
      position:absolute;
      top:0;
      left:0;
  }
  #suntory_contents #movie figure img {
      width: 100%;
      height: auto;
      vertical-align: bottom;
  }
  #suntory_contents #movie figure span {
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.2) url(../img/bt_play.svg) no-repeat center center;
      background-size: 20vw 20vw;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
  }
 */

    /*------------------------------------------------------------
    [SP] event
    ------------------------------------------------------------ */
    #suntory_contents #event {
        width: 100vw;
        margin-bottom: 16vw;
        position: relative;
        padding-bottom: 28vw;
    }
    #suntory_contents #event .event_head {
        /*margin-bottom: 5.333333333333333vw;*/
    }
    #suntory_contents #event .event_head .label {
        padding-bottom: 5.6vw;
    }
    #suntory_contents #event .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 #event .label p {
        font-size: 3.46666667vw;
        color: #666;
        text-align: center;
        display: block;
        -webkit-text-size-adjust: 100%;
    }
    #suntory_contents #event .btn {
        width: 40vw;
        position: absolute;
        bottom: 0;
        left: calc(50% - 20vw);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #suntory_contents #event .btn_list {
        margin-bottom: 8vw;
    }
    #suntory_contents #event .btn_list a {
        width: 40vw;
        height: 12vw;
        color: #fff;
        font-size: 3.733333333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
        cursor: pointer;
        background: #A89170;
        text-decoration: none;
        box-sizing: border-box;
    }
    #suntory_contents #event .btn_learning a {
        height: 5.333333333333333vw;
        font-size: 3.733333333333333vw;
        line-height: 1;
        color: #000;
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding:0 4vw 0 0;
        box-sizing: border-box;
    }
    #suntory_contents #event .btn_learning a::after {
        content: '';
        width: 1.866666666666667vw;
        height: 3.2vw;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 1.866666666666667vw auto;
        position: absolute;
        top: 0;
        right: 0;
    }
    #suntory_contents #event .event_slide {
        margin: 0 auto;
    }
    #suntory_contents #event .event_slide li {
        width: 100%;
        margin: 0 10.133333333333333vw;
    }
    #suntory_contents #event .event_slide figure {
        width: 72vw;
        margin: 0 auto 5.6vw;
        overflow: hidden;
    }
    #suntory_contents #event .event_slide a figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #event .event_slide a {
        text-decoration: none;
        color: #000;
        width: 100%;
    }
    #suntory_contents #event .event_slide a p {
        display:inline;
        font-size: 3.466666666666667vw;
        line-height:1.8;
        -webkit-text-size-adjust: 100%;
    }
    #suntory_contents #event .event_slide a p::after {
        content: '';
        width: 100%;
        display: block;
    }
    #suntory_contents #event .event_slide a .text {
        width: 100%;
        -webkit-text-size-adjust: 100%;
    }
    #suntory_contents #event .event_slide a h3 {
        display:inline;
        font-size: 4.26666667vw;
        font-weight: normal;
        line-height:1.8;
        border-bottom:1px solid #fff;
        padding-bottom: 3px;
        -webkit-text-size-adjust: 100%;
    }

}
/*------------------------------------------------------------
[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: 800px;
        position: absolute;
        top: 44%;
        left: calc(50% - 400px);
        z-index: 100;
    }
    #suntory_contents #main_visual h1 {
        margin: 0 auto 20px;
        width: 468px;
        height: 70px;
        background: url(../img/logo.svg) no-repeat 0 0;
        background-size: 468px auto;
        text-indent: -9999px;
    }
    #suntory_contents #main_visual .main_slide.slick-initialized + .label h1 {
        background: url(../img/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;
    }

    /* extra_announcement */
    #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(../img/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);
    }

    /* emergency_announcement */
    #suntory_contents #main_visual .emergency_announcement a {
        margin: 0 auto;
        padding: 20px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 680px;
        text-decoration: none;
        background: rgba(255,255,255,.7);
        background: rgba(179,12,13,.7);
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
    }
    #suntory_contents #main_visual .emergency_announcement a span {
        position: relative;
        margin-left: -12px;
    }
    #suntory_contents #main_visual .emergency_announcement a span::after {
        content: '';
        display: inline-block;
        width: 7px;
        height: 24px;
        background: url(../img/arrow_right_small_wh.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        margin: 0 0 0 5px;
    }
    #suntory_contents #main_visual .emergency_announcement a:hover {
        background: rgba(179,12,13,.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;
    }
    #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.refurbishment #sma_header_top .announcement .open,
    #suntory_contents.refurbishment #sma_header_top .announcement .close{
/*        display: none;*/
    }
    #suntory_contents #sma_header_top .announcement .open {
/*        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.close #sma_header_top .announcement .close{
/*        display: block;*/
    }

    #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: 5px 0 0 10px;
        width: 48px;
        height: 36px;
        background: url(../img/icon_head_calendar_wh.svg) no-repeat 0 100%;
        background-size: auto 33px;
        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(../img/icon_head_calendar_br.svg) no-repeat 0 100%;
        background-size: auto 33px;
    }
    #suntory_contents #sma_header_top .function {
        display: flex;
    }
    #suntory_contents #sma_header_top .link {
        display: flex;
        align-items: flex-end;
        height: 35px;
    }
    #suntory_contents #sma_header_top .link li {
        list-style: none;
    }
    #suntory_contents #sma_header_top .login a {
        margin-right: 30px;
        width: 58px;
        height: 35px;
        background: url(../img/icon_head_login_wh.svg) no-repeat 0 100%;
        background-size: auto 35px;
        display: block;
        text-indent: -9999px;
    }
    #suntory_contents #sma_header_top .ticket a {
        margin-right: 30px;
        width: 54px;
        height: 32px;
        background: url(../img/icon_head_ticket_wh.svg) no-repeat 0 100%;
        background-size: auto 32px;
        display: block;
        text-indent: -9999px;
    }
    #suntory_contents #sma_header_top .shop a {
        margin-right: 30px;
        width: 54px;
        height: 36px;
        background: url(../img/icon_head_shop_wh.svg) no-repeat 0 100%;
        background-size: auto 36px;
        display: block;
        text-indent: -9999px;
    }
    #suntory_contents #sma_header_top .access a {
        width: 40px;
        height: 35px;
        background: url(../img/icon_head_access_wh.svg) no-repeat 0 100%;
        background-size: auto 35px;
        display: block;
        text-indent: -9999px;
    }

    #suntory_contents #sma_header_top .login a:hover {
        background: url(../img/icon_head_login_br.svg) no-repeat 0 100%;
        background-size: auto 35px;
    }
    #suntory_contents #sma_header_top .ticket a:hover {
        background: url(../img/icon_head_ticket_br.svg) no-repeat 0 100%;
        background-size: auto 32px;
    }
    #suntory_contents #sma_header_top .shop a:hover {
        background: url(../img/icon_head_shop_br.svg) no-repeat 0 100%;
        background-size: auto 36px;
    }
    #suntory_contents #sma_header_top .access a:hover {
        background: url(../img/icon_head_access_br.svg) no-repeat 0 100%;
        background-size: auto 35px;
    }


    #suntory_contents #sma_header_top .language {
        margin: 10px 0 0 30px;
        display: flex;
        align-items: flex-start;
    }
    #suntory_contents #sma_header_top .language li {
        list-style: none;
        font-family: 'Lato', sans-serif;
        letter-spacing: 0.04em;
        font-size: 16px;
        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-left: 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);
        left: -9px;
    }
    #suntory_contents #sma_header_top .twitter a {
        margin-left: 30px;
        width: 22px;
        height: 36px;
        background: url(../img/icon_x_wh.svg) no-repeat 0 center;
        background-size: auto 22px;
        display: block;
        text-indent: -9999px;
    }
    #suntory_contents #sma_header_top .twitter a:hover {
        background: url(../img/icon_x_br.svg) no-repeat 0 center;
        background-size: auto 22px;
    }
    #suntory_contents #sma_header_top .facebook a {
        margin-left: 30px;
        width: 22px;
        height: 36px;
        background: url(../img/icon_fb_wh.svg) no-repeat 0 center;
        background-size: auto 22px;
        display: block;
        text-indent: -9999px;
    }
    #suntory_contents #sma_header_top .facebook a:hover {
        background: url(../img/icon_fb_br.svg) no-repeat 0 center;
        background-size: auto 22px;
    }

    #suntory_contents #sma_header_top .instagram a {
        margin-left: 30px;
        width: 22px;
        height: 36px;
        background: url(../img/icon_insta_wh.svg) no-repeat 0 center;
        background-size: auto 22px;
        display: block;
        text-indent: -9999px;
    }
    #suntory_contents #sma_header_top .instagram a:hover {
        background: url(../img/icon_insta_br.svg) no-repeat 0 center;
        background-size: auto 22px;
    }

    #suntory_contents #sma_header_top .btn_menu {
        margin-left: 40px;
        width: 35px;
        height: 36px;
        background:url(../img/icon_menu_wh.svg) no-repeat 0 0;
        background-size: auto 36px;
        text-indent: -9999px;
        cursor: pointer;
    }
    #suntory_contents #sma_header_top .btn_menu:hover {
        background: url(../img/icon_menu_br.svg) no-repeat 0 0;
        background-size: auto 36px;
    }




    /*------------------------------------------------------------
    [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(../img/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(../img/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(../img/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(../img/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(../img/arrow_up_small_gr.svg) no-repeat right 12px center;
        background-size: 12px 7px;
    }
    #suntory_contents #information .open h2:hover {
        background: #F6F4F1 url(../img/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;
        position: relative;
    }
    #suntory_contents #information dd .information_table td  a::after {
        content: '';
        display: inline;
        width: 7px;
        height: 12px;
        background: url(../img/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(../img/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(../img/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: 80px;
        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(../img/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(../img/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(../img/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_banner
    ------------------------------------------------------------ */
    #suntory_contents #extra_banner {
        margin-bottom: 120px;
        width: 100%;
        overflow: hidden;
    }
    #suntory_contents #extra_banner a picture {
        width: 100vw;
        transition: all .5s ease;
    }
    #suntory_contents #extra_banner a picture img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #extra_banner a:hover picture {
        opacity: .75;
    }
    #suntory_contents #extra_banner .extra_banner_hr {
        max-width: 960px;
        width: 100%;
        height: 1px;
        background: #ccc;
        margin: 0 auto 80px;
    }

    /*------------------------------------------------------------
    [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;
        position: relative;
    }
    #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 #movie .btn {
        position: absolute;
        top: 0;
        right: 60px;
    }
    #suntory_contents #movie .btn a {
        width: 150px;
        height: 36px;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
        cursor: pointer;
        background: #A89170;
        text-decoration: none;
        box-sizing: border-box;
    }
    #suntory_contents #movie .btn a:hover {
        background: #BEAC94;
    }


    #suntory_contents #extra_movie ul {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between;
        list-style: none;
    }
    #suntory_contents #extra_movie li {
        width: calc(50vw - 20px);
        /*background: #000;*/
        padding: 0;
  box-sizing: border-box;
        position: relative;
    }
    #suntory_contents #extra_movie li + li {
        margin-top: 0;
    }
    #suntory_contents #extra_movie li img {
        width: 100%;
        height: 100%;
        vertical-align:bottom;
        transition: all .5s ease;
    }
    #suntory_contents #extra_movie li a {
        display:block;
        width: 100%;
    }
    #suntory_contents #extra_movie li a::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: url(../img/yt_icon_mono_light.svg) no-repeat center center;
      background-size: 68px auto;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
    }
    #suntory_contents #extra_movie .movie_container {
      width: 100%;
      padding-top: 56.25%;
      height: 0;
      overflow: hidden;
    }
    #suntory_contents #extra_movie .movie_container iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }
    #suntory_contents #extra_movie li.comming_soon {
        background: #ccc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents #extra_movie li.comming_soon h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }
    #suntory_contents #extra_movie li.comming_soon p {
        margin-top: 15px;
        font-size: 16px;
        text-align: center;
    }

    #suntory_contents #background_movie_container {
        width: 100%;
        height: 520px!important;
        position: relative;
        overflow: hidden;
        background: url(../img/top/load.jpg) 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(../img/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] event
    ------------------------------------------------------------ */
    #suntory_contents #event {
        width: 100%;
    overflow: hidden;
        margin-bottom: 120px;
    }
    #suntory_contents #event .event_head {
        padding: 0 0 30px;
        position: relative;
    }
    #suntory_contents #event .label {
    }
    #suntory_contents #event .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 #event .label p {
        font-size: 16px;
        color: #666;
        text-align: center;
        display: block;
        text-decoration: none;
    }
    #suntory_contents #event .btn {
        position: absolute;
        top: 0;
        right: 60px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    #suntory_contents #event .btn_list {
        margin-bottom: 15px;
    }
    #suntory_contents #event .btn_list a {
        width: 150px;
        height: 36px;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        position: relative;
        cursor: pointer;
        background: #A89170;
        text-decoration: none;
        box-sizing: border-box;
    }
    #suntory_contents #event .btn_list a:hover {
        background: #BEAC94;
    }

    #suntory_contents #event .btn_learning a {
        font-size: 14px;
        color: #000;
        text-decoration: none;
        position: relative;
        display: inline-block;
        margin-right:15px;
        padding:0 0 3px 0;
    }
    #suntory_contents #event .btn_learning a:hover {
        border-bottom: 1px #666 solid;
    }
    #suntory_contents #event .btn_learning a::after {
        content: '';
        width: 7px;
        height: 12px;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 9px);
        right: -15px;
    }

    #suntory_contents #event .event_slide {
        margin: 0 auto;
    }
    #suntory_contents #event .event_slide li {
        width: 28.951486697965571%;
        margin: 0 12.5px;
    }
    #suntory_contents #event .event_slide figure {
        width: 100%;
        margin-bottom: 25px;
        overflow: hidden;
    }
    #suntory_contents #event .event_slide a figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        transition: all .5s ease;
    }
    #suntory_contents #event .event_slide a:hover figure img {
        opacity: .75;
        transform: scale(1.05);
    }
    #suntory_contents #event .event_slide a {
        text-decoration: none;
        color: #000;
        width: 100%;
    }
    #suntory_contents #event .event_slide a p {
        margin-bottom: 15px;
        font-size: 13px;
    }
    #suntory_contents #event .event_slide a p::after {
        content: '';
        width: 100%;
        display: block;
    }
    #suntory_contents #event .event_slide a .text {
        width: 100%;
    }
    #suntory_contents #event .event_slide a h3 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
    }
    #suntory_contents #event .event_slide a p {
      display:inline;
      line-height:2;
  }
  #suntory_contents #event .event_slide a h3 {
      border-bottom:1px solid #fff;
      padding-bottom:3px;
      display:inline;
      line-height:2;
  }
  #suntory_contents #event .event_slide a:hover h3 {
      border-bottom:1px solid #000;
      padding-bottom:3px;
      display:inline;
      line-height:2;
  }


}
