@charset "utf-8";

/*==================================================
sp
================================================== */
@media screen and (max-width:767px){


    /*------------------------------------------------------------
      [sp] background_movie_container
    ------------------------------------------------------------ */
    #suntory_contents #background_movie_container {
        margin-bottom: 5.3333333333333vw;
        width: 100vw;
        height: 56.266666666666667vw;
        position: relative;
        overflow: hidden;
        background: url(../jpg/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;
    }

    /*------------------------------------------------------------
      [SP] main_visual_wrap_movie
    ------------------------------------------------------------ */
    #suntory_contents #main_visual_wrap_movie {
        display: none;
    }

    /*------------------------------------------------------------
      [SP] main_visual_movie
    ------------------------------------------------------------ */
    #suntory_contents #main_visual_movie {
        margin: 0 auto;
        width: 100vw;
        height: 56.266666666666667vw;
        display: table;
        position: relative;
    }

    #suntory_contents #mv_arrow{
    display: none;
    }

    /* ========================================================================
    [sp]hall_contents
    ========================================================================= */
    #suntory_contents #hall_contents {
    margin: 0;
    padding: 0;
    }

    /* ========================================================================
    [sp]contents_wrap
    ========================================================================= */
    #suntory_contents .contents_wrap {
        display: flex;
        flex-direction: column;
    }

    /* ========================================================================
    [sp]main_visual_wrap
    ========================================================================= */
    #suntory_contents #main_visual_wrap {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #suntory_contents #slide_container {
         display: none;
    }

    /* ========================================================================
    [sp]main_visual
    ========================================================================= */

    #suntory_contents #main_visual {
        margin-bottom: 45px;
        width: 100%;
        height: 0;
        padding-top: 60.4%;
        position: relative;
        z-index: 0;
    }
    #suntory_contents #main_visual #teaser {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }
    #suntory_contents #main_visual #teaser img {
        width: 100%;
        height: auto;
    }
    #suntory_contents #main_visual #slide_container {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
    #suntory_contents #main_visual #slide_container img {
        width: 100%;
        height: auto;
        order: 1;
    }

    /* ========================================================================
    [sp]calendar_container
    ========================================================================= */
    #suntory_contents #calendar_container {
        display: flex;
        flex-direction: column;
        order: 4;
    }
    #suntory_contents #calendar_container #search {
        order: 2;
        width: auto;
        margin: 0 4vw 5.3333333333333vw;
    }
    #suntory_contents #calendar_container #search form {
        order: 2;
        display: flex;
    }
    #suntory_contents #search .search_txt {
        margin: 0;
        width: 78vw;
        height: 13.3333333333333vw;
        border-top: 1px #dedede solid;
        border-right: 0;
        border-bottom: 1px #dedede solid;
        border-left: 1px #dedede solid;
        box-sizing: border-box;
        font-size: 16px;
        padding: 0 4vw;
        border-radius: 0;
        -webkit-appearance: none;
        color: #222!important;
    }
    #suntory_contents #search .search_txt::-webkit-input-placeholder,
    #suntory_contents #search .search_txt::placeholder {
        color: #999999;
        font-size: 4.5333333333333vw;
    }
    #suntory_contents #search .search_txt:focus::-webkit-input-placeholder { color:transparent; }
    #suntory_contents #search .search_txt:focus::placeholder { color:transparent; }

    #suntory_contents #search .search_btn {
        width: 14vw;
        height: 13.3333333333333vw;
        text-indent: -9999px;
        background: #881133 url(../svg/icon_search_large.svg) no-repeat center center;
        background-size: 5.6vw auto;
    }
    #suntory_contents #calendar_container #cal_search {
        order: 1;
    }

    #suntory_contents #calender .note_closed,
    #suntory_contents #calender .temp_msg {
        display: none;
    }

    #suntory_contents #calender .btn_schedule {
        margin: 0 4vw 5.3333333333333vw;
        width: auto;
        height: 16vw;
        font-size: 6.6666666666667vw;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
    }
    #suntory_contents #calender .btn_schedule a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        height: 16vw;
        padding-left: 29.3333333333333vw;
        box-sizing: border-box;
        background: #881133 url(../png/icon_schedule-2.png) no-repeat 5.3333333333333vw center;
        background-size: 7.2vw auto;
        position: relative;
    }
    #suntory_contents #calender .btn_schedule a::after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - 1vw);
    right: 6.6666666666667vw;
    width:2vw;
    height:2vw;
    margin:auto;
    border-top:0.2666666666667vw solid #fff;
    border-right:0.2666666666667vw solid #fff;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    }

    #suntory_contents #calendar_container #cal_search .calym_box,
    #suntory_contents #calendar_container #cal_search .calender_table,
    #suntory_contents #calendar_container #cal_search .note {
        display: none;
    }
    
    
    /* ========================================================================
    [sp]close_msg
    ========================================================================= */
    #suntory_contents #calender .close_msg,
    #suntory_contents #calender .close_msg.active {
        display:none;
    }

    /* ========================================================================
    [sp]cal_popbox
    ========================================================================= */
    #suntory_contents #cal_popbox {
        display: none;
    }


    /* ========================================================================
    [sp]btn_access
    ========================================================================= */
    #suntory_contents .btn_access {
        order: 2;
        margin: 0 4vw 5.3333333333333vw;
        border: 1px #881133 solid;
    }
    #suntory_contents .btn_access a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #881133;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 6.6666666666667vw;

        font-weight: 600;
        height: 16vw;
        padding-left: 30.133333333333333vw;
        background: url(../png/icon_access-2.png) no-repeat 5.3333333333333vw center;
        background-size: 14.266666666666667vw auto;
        position: relative;
    }
    #suntory_contents .btn_access a::after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - 1vw);
    right: 6.5333333333333vw;
    width:2vw;
    height:2vw;
    margin:auto;
    border-top:0.2666666666667vw solid #881133;
    border-right:0.2666666666667vw solid #881133;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    }


    /* ========================================================================
    [sp]emergency
    ========================================================================= */
    #suntory_contents #emergency {
        margin: 0 4vw 5.3333333333333vw;
        width: auto;
        background: #eeeeee;
        padding: 5.3333333333333vw;
        order: 3;
    }
    #suntory_contents #emergency dl {
        display: flex;
        flex-direction: column;
    }
    #suntory_contents #emergency dt {
        margin-bottom: 3.4666666666667vw;
        font-size: 5.0666666666667vw;
        font-weight: 700;
    }
    #suntory_contents #emergency dd {
        font-size: 4.2666666666667vw;
        line-height: 1.5;
    }
    #suntory_contents #emergency dd a {
        color: #222;
    }
    #suntory_contents #emergency dd p {
        padding-bottom: 2.4vw;
    }
    #suntory_contents #emergency dd p:last-child {
        margin-bottom: 0;
    }


    /* ========================================================================
    [sp]schedule
    ========================================================================= */
    #suntory_contents #schedule {
        margin: 0 4vw;
        width: auto;
        display: flex;
        flex-direction: column;
    }
    #suntory_contents #schedule.hide {
        display:none;
    }
    #suntory_contents #schedule .title_bar h2 {
        display: none;
    }

    #suntory_contents #schedule .todays_ticket_information {
        margin-bottom: 5.3333333333333vw;
    }
    #suntory_contents #schedule .todays_ticket_information dd {
        display: none;
    }

    #suntory_contents #schedule .todays_ticket_information dt {
        background: #aa3355 url(../png/icon_ticket.png) no-repeat 5.3333333333333vw center;
        background-size: 7.4666666666667vw auto;
        height: 16vw;
        display: flex;
        align-items: center;
        font-size: 6.1333333333333vw;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        color: #fff;
        padding-left: 19.3333333333333vw;
        position: relative;
    }
    #suntory_contents #schedule .todays_ticket_information dt::before {
        content: '';
        width: 10.6666666666667vw;
        height: 6.6666666666667vw;
        background: #881133;
        position: absolute;
        top: calc(50% - 3.33333333333335vw);
        right: 4.6666666666667vw;
    }
    #suntory_contents #schedule .todays_ticket_information dt::after{
    content: '';
    vertical-align:middle;
    position:absolute;
    top:6.4vw;
    right: 8.6666666666667vw;
    width:2vw;
    height:2vw;
    margin:auto;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    }
    #suntory_contents #schedule .todays_ticket_information dt.open::after{
    content: '';
    vertical-align:middle;
    position:absolute;
    top:7.2vw;
    right: 8.6666666666667vw;
    width:2vw;
    height:2vw;
    margin:auto;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    }
    #suntory_contents #schedule .todays_ticket_information ul {
        list-style: none;
    }
    #suntory_contents #schedule .schedule_list li {
        border-right: 1px #888888 solid;
        border-bottom: 1px #888888 solid;
        border-left: 1px #888888 solid;
        padding: 4.6666666666667vw 4vw;
    }
    #suntory_contents #schedule .schedule_list li .hall {
        margin-bottom: 4vw;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 6.1333333333333vw;
    }
    #suntory_contents #schedule .schedule_list li .time {
        margin-bottom: 4vw;
        font-size: 4.6666666666667vw;
        font-weight: bold;
        font-weight: 700;
    }
    #suntory_contents #schedule .schedule_list li .time span {
        font-size: 4vw;
        font-family: 'Robot',sans-serif;
    }
    #suntory_contents #schedule .schedule_list li h3 {
        font-size: 4.2666666666667vw;
        line-height: 1.25;
    }
    #suntory_contents #schedule .schedule_list li h3 br + br {
        display: none;
    }
    #suntory_contents #schedule .schedule_list .big {
        background: #fff2f2;
    }
    #suntory_contents #schedule .schedule_list .small {
        background: #eff6ff;
    }
    #suntory_contents #schedule .schedule_list .big a {
        color: #881133;
    }
    #suntory_contents #schedule .schedule_list .small a {
        color: #0055cc;
    }

    /* ========================================================================
    [sp]close_day_announcement
    ========================================================================= */
    #suntory_contents #schedule .close_day_announcement {
        margin-bottom: 5.3333333333333vw;
        background: #eeeeee;
        padding: 5.3333333333333vw;
    }
    #suntory_contents #schedule .close_day_announcement p {
        font-size: 4.5333333333333vw;
    font-size: 4.8vw;
        font-weight: bold;
        font-weight: 700;
        text-align: center;
    }

    /* ========================================================================
    [sp]information
    ========================================================================= */
    #suntory_contents #information {
        margin: 0 4vw 8vw;
    }
    #suntory_contents #information .banner_primary {
        list-style: none;
        display: flex;
        flex-direction: column;
    }
    #suntory_contents #information .host {
        order: 1;
        margin-bottom: 5.3333333333333vw;
    }
    #suntory_contents #information .host a{
        display: block;
        width: 92vw;
        height: 42.6666666666667vw;
        background: url(../jpg/banner_host_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        text-indent: -9999px;
    }

    #suntory_contents #information .gb2society {
        order: 3;
        margin-bottom: 2.6666666666667vw;
    }
    #suntory_contents #information .gb2society a{
        display: flex;
        align-items: center;
        width: 92vw;
        height: 25.3333333333333vw;
        background: url(../jpg/banner_gb2society_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        color: #fff;
        text-decoration: none;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 6.6666666666667vw;
        line-height: 1.17;
        padding: 0 0 0 5.3333333333333vw;
        box-sizing: border-box;
    }

    #suntory_contents #information .gb2society a span {
        filter: drop-shadow(0 0 4vw #881133);
    }
    #suntory_contents #information .videos {
        order: 4;
        margin-bottom: 5.3333333333333vw;
    }
    #suntory_contents #information .videos a{
        display: flex;
        align-items: center;
        width: 92vw;
        height: 25.3333333333333vw;
        background: url(../jpg/banner_videos_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        color: #fff;
        text-decoration: none;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 6.6666666666667vw;
        line-height: 1.17;
        padding: 0 0 0 5.3333333333333vw;
        box-sizing: border-box;
    }

    #suntory_contents #information .dsh {
        order: 2;
        margin-bottom: 5.3333333333333vw;
    }
    #suntory_contents #information .dsh a {
        display: block;
        width: 92vw;
        height: 52.533333333333333vw;
        text-indent: -9999px;
        background: url(../jpg/banner_wide_sm_en.jpg) no-repeat 0 0;
        background-size: 92vw auto;
    }


    #suntory_contents #information .banner_secondary {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #suntory_contents #information .banner_secondary .about,
    #suntory_contents #information .banner_secondary .history,
    #suntory_contents #information .banner_secondary .archive,
    #suntory_contents #information .banner_secondary .visit{
        margin-bottom: 5.3333333333333vw;
    }
    #suntory_contents #information .banner_secondary .about a,
    #suntory_contents #information .banner_secondary .history a,
    #suntory_contents #information .banner_secondary .archive a,
    #suntory_contents #information .banner_secondary .visit a,
    #suntory_contents #information .banner_secondary .tickets a,
    #suntory_contents #information .banner_secondary .faq a{
        color: #fff;
        text-decoration: none;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 5.8666666666667vw;
        line-height: 1.063829787234043;
        box-sizing: border-box;
        padding: 5.3333333333333vw 0 0 5.3333333333333vw;
    }
    #suntory_contents #information .banner_secondary .about a {
        display: block;
        width: 44vw;
        height: 42.6666666666667vw;
        background: url(../jpg/banner_about_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
    }
    #suntory_contents #information .banner_secondary .history a {
        display: block;
        width: 44vw;
        height: 42.6666666666667vw;
        background: url(../jpg/banner_history_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
    }
    #suntory_contents #information .banner_secondary .archive a {
        display: block;
        width: 44vw;
        height: 42.6666666666667vw;
        background: url(../jpg/banner_archive_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
    }
    #suntory_contents #information .banner_secondary .visit a {
        display: block;
        width: 44vw;
        height: 42.6666666666667vw;
        background: url(../jpg/banner_visit_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
    }
    #suntory_contents #information .banner_secondary .tickets a {
        display: block;
        width: 48vw;
        height: 42.6666666666667vw;
        background: url(../jpg/banner_tickets_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        padding: 5.3333333333333vw 0 0 4vw;
    }
    #suntory_contents #information .banner_secondary .faq a {
        display: block;
        width: 44vw;
        height: 42.6666666666667vw;
        background: url(../jpg/banner_faq_sp.jpg) no-repeat 0 0;
        background-size: 100% auto;
        padding: 5.3333333333333vw 0 0 4vw;
    }


    /* ========================================================================
    [sp]news_container
    ========================================================================= */
    #suntory_contents #news_topics {
        margin: 0 4vw 8vw;
    }
    #suntory_contents #news_topics .title_bar {
        margin-bottom: 5.3333333333333vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #suntory_contents #news_topics .title_bar h2 {
        font-size: 9.3333333333333vw;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
    }
    #suntory_contents #news_topics .title_bar .btn_list {
        width: 26.6666666666667vw;
        height: 8vw;
    }
    #suntory_contents #news_topics .title_bar .btn_list a {
        width: 26.6666666666667vw;
        height: 8vw;
        background: #881133;
        color: #fff;
        font-size: 4.2666666666667vw;
        display: flex;
        align-items: center;
        padding-left: 3.3333333333333vw;
        text-decoration: none;
        position: relative;
        box-sizing: border-box;
    }
    #suntory_contents #news_topics .title_bar .btn_list a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 0.6666666666667vw);
        right: 3.2vw;
        width:1.3333333333333vw;
        height:1.3333333333333vw;
        margin:auto;
        border-top:1px solid #fff;
        border-right:1px solid #fff;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }

    #suntory_contents .news_topics_table {
        margin-bottom: 5.3333333333333vw;
        border-bottom: 1px #dedede solid;
        width: 100%;
    }
    #suntory_contents .news_topics_table th {
        font-size: 4.2666666666667vw;
        line-height: 1.5;
        font-weight: normal;
        padding: 5.3333333333333vw 0 2.4vw;
        white-space: nowrap;
        text-align: left;
        vertical-align: top;
        border-top: 1px #dedede solid;
        display: block;
    }
    #suntory_contents .news_topics_table td {
        padding: 0 0 5.3333333333333vw;
        font-size: 4.2666666666667vw;
        vertical-align: top;
        display: block;
    }
    #suntory_contents .news_topics_table td a {
        color: #222;
        line-height: 1.5;
    }
    #suntory_contents .news_topics_table td a:hover {
        color: #881133;
    }

    #suntory_contents .news_topics_table td a.external::after {
        content: '';
        display: inline-block;
        width: 2.9333333333333vw;
        height: 2.9333333333333vw;
        background: url(../png/icon_external.png) no-repeat right center;
        background-size: 2.9333333333333vw auto;
        margin: 0 0 0 4vw;
        vertical-align: middle;
    }
    #suntory_contents .news_topics_table td a.pdf {
        line-height: 7.4666666666667vw;
    }
    #suntory_contents .news_topics_table td a.pdf::after {
        content: '';
        display: inline-block;
        width: 5.8666666666667vw;
        height: 7.4666666666667vw;
        background: url(../png/icon_pdf.png) no-repeat right center;
        background-size: 5.8666666666667vw auto;
        margin: 0 0 0 4vw;
        vertical-align: middle;
    }




    #suntory_contents #news_topics .extra {
        font-size: 3.7333333333333vw;
        line-height: 1.5;
        color: #994455;
    }

    /* ========================================================================
    [sp]facebook
    ========================================================================= */
    #suntory_contents #facebook {
        margin: 0 4vw 8vw;
        width: 92vw;
    }

    /* ========================================================================
    [sp]twitter
    ========================================================================= */
    #suntory_contents #twitter {
        margin: 0 4vw 8vw;
        width: 92vw;
        border:1px #dedede solid;
    }
    #suntory_contents #twitter iframe {
         width: 92vw!important;
    }
    #suntory_contents #twitter .twiiter_header {
        background: #e8f5fe url(../png/icon_twitter.png) no-repeat 5.0666666666667vw center;
        background-size: 9.6vw auto;
        padding: 6.4vw 5.3333333333333vw 5.3333333333333vw 20vw;
    }
    #suntory_contents #twitter .twiiter_header h2 {
        font-size: 4vw;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 2.6666666666667vw;
    }
    #suntory_contents #twitter .twiiter_header p {
        font-size: 3.4666666666667vw;
        color: #999999;
    }
    #suntory_contents #twitter .twiiter_header p a {
        color: #1177dd;
        text-decoration: none;
    }
    #suntory_contents #twitter .twiiter_footer {
        display: none;
    }

    /* ========================================================================
    [sp]academy
    ========================================================================= */
    #suntory_contents #academy {
        margin: 0 4vw 8vw;
        border: 1px #dedede solid;
    }
    #suntory_contents #academy .title_bar {
        background: #e5f8e5;
        padding: 8vw 0 8vw 5.3333333333333vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #suntory_contents #academy .title_bar h2 {
        margin: 0;
        width: 100%;
        font-size: 4.5333333333333vw;
        font-weight: bold;
        font-weight: 700;
        letter-spacing: -0.05em;
    }
    #suntory_contents #academy .title_bar .category {
        margin: 0;
        font-size: 3.7333333333333vw;
        font-weight: bold;
    }
    #suntory_contents #academy .title_bar .btn_list {
        margin: 2.4vw 8vw 0 0;
        width: 17.3333333333333vw;
        height: 8vw;
    }
    #suntory_contents #academy .title_bar .btn_list a {
        width: 17.3333333333333vw;
        height: 8vw;
        background: #881133;
        color: #fff;
        font-size: 3.2vw;
        display: flex;
        align-items: center;
        padding-left: 3.3333333333333vw;
        text-decoration: none;
        position: relative;
        box-sizing: border-box;
    }
    #suntory_contents #academy .title_bar .btn_list a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 0.6666666666667vw);
        right: 3.2vw;
        width:1.3333333333333vw;
        height:1.3333333333333vw;
        margin:auto;
        border-top:1px solid #fff;
        border-right:1px solid #fff;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }
    #suntory_contents #academy .article a {
        display: block;
        margin: 8vw 5.3333333333333vw;
        color: #222222;
        text-decoration: none;
    }
    #suntory_contents #academy .article figure {
        margin-bottom: 5.3333333333333vw;
    }
    #suntory_contents #academy .article figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #academy .article .date {
        font-size: 3.7333333333333vw;
        margin-bottom: 6.6666666666667vw;
    }
    #suntory_contents #academy .article h3 {
        font-size: 3.7333333333333vw;
        font-weight: normal;
    }


}


/*==================================================
pc
================================================== */
@media print, screen and (min-width:768px){

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

    /*------------------------------------------------------------
      [PC] main_visual_wrap_movie
    ------------------------------------------------------------ */
    #suntory_contents #main_visual_wrap_movie {
        width: 100%;
        height: 500px;
        margin: 0;
        position: absolute;
        text-align: center;
    }

    /*------------------------------------------------------------
      [PC] main_visual_movie
    ------------------------------------------------------------ */
    #suntory_contents #main_visual_movie {
        margin: 0 auto;
        width: 960px;
        height: 500px;
        display: table;
        position: relative;
    }

    #suntory_contents #mv_arrow{
    display: block;
    width:50px;
    height:50px;
    position:absolute;
    text-indent:-9999px;
    bottom:45px; /* 矢印の位置調整 */
    left:calc(50% - 25px); /* 矢印の位置調整 */
    background: rgba(255,255,255,.28);
    border-radius:50%;
    }
    #suntory_contents #mv_arrow:hover{
    background: rgba(255,0,51,.28);
    }
    #suntory_contents #mv_arrow:after {
    display:block;
    content:'';
    width:14px;
    height:14px;
    border-right:solid 3px #fff;
    border-bottom:solid 3px #fff;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    position:absolute;
    top:14px;
    left:17px;
    }
    #suntory_contents #mv_arrow:hover:after {
    border-right:solid 3px #cc0044;
    border-bottom:solid 3px #cc0044;
    animation: autoplay 2s infinite;
    -webkit-animation: autoplay 2s infinite;
    }

    @keyframes autoplay {
    0% { top: 14px; }
    10% { top: 18px; }
    20% { top: 14px; }
    40% { top: 14px; }
    100% { top: 14px; }


    }
    @media screen and (min-width:961px){
        #suntory_contents #main_visual_movie {
            width: 100%;
            max-width: 1164px;
        }
    }


    /* ========================================================================
    [pc]hall_contents
    ========================================================================= */
    #suntory_contents #hall_contents {
    margin: 0 0 120px;
    padding-top: 40px;
    }
    /* ========================================================================
    [pc]main_visual_wrap
    ========================================================================= */
    #suntory_contents #main_visual_wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 1160px;
        min-width: 960px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #suntory_contents #slide_container {
        display: none;
    }

    /* ========================================================================
    [pc]main_visual
    ========================================================================= */
    #suntory_contents #main_visual {
        width: calc(100% - 400px);
        height: 0;
        padding-top: 39.6551724137931%;
        position: relative;
    }
    @media screen and (min-width: 768px) and (max-width: 1060px) {
        #suntory_contents #main_visual {
            width: calc(100% - 370px);
        }
    }
    #suntory_contents #main_visual #teaser {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #suntory_contents #main_visual #teaser img {
        width: 100%;
        height: auto;
    }
    #suntory_contents #main_visual #slide_container {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #suntory_contents #main_visual #slide_container img {
        width: 100%;
        height: auto;
    }

    #suntory_contents #main_visual #slide_container img:hover {
        opacity: .8;
        filter: saturate(150%);
    }


    /* ========================================================================
    [pc]calendar_container
    ========================================================================= */
    #suntory_contents #calendar_container {
        margin-bottom: 40px;
        width: 370px;
    }
    @media screen and (min-width: 768px) and (max-width: 1060px) {
        #suntory_contents #calendar_container {
            width: 340px;
        }
    }
    #suntory_contents #search {
        margin-bottom: 20px;
        width: 100%;
    }
    #suntory_contents #search form {
        width: 100%;
        display: flex;

    }
    #suntory_contents #search .search_txt {
        width: 300px;
        height: 40px;
        border-top: 1px #dedede solid;
        border-bottom: 1px #dedede solid;
        border-left: 1px #dedede solid;
        box-sizing: border-box;
        font-size: 18px;
        padding:0 20px;
        color: #222!important;
    }
    #suntory_contents #search .search_txt::-webkit-input-placeholder,
    #suntory_contents #search .search_txt::-moz-placeholder,
    #suntory_contents #search .search_txtt::-moz-placeholder,
    #suntory_contents #search .search_txt::-ms-input-placeholder {
        color: #999999;
    }
    #suntory_contents #search .search_txt::placeholder {
        color: #999999;
    }

    /*placeholder focus*/
    #suntory_contents #search .search_txt:focus::-webkit-input-placeholder { color:transparent; }
    #suntory_contents #search .search_txt:focus:-moz-placeholder { color:transparent; }
    #suntory_contents #search .search_txt::focus::placeholder {
      color: transparent;
    }

    #suntory_contents #search .search_btn {
        width: 70px;
        height: 40px;
        background: #881133 url(../svg/icon_search_large.svg) no-repeat center center;
        background-size: 20px auto;
        text-indent: -9999px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        border: none;
    }
    #suntory_contents #search .search_btn:hover {
        background: #aa1144 url(../svg/icon_search_large.svg) no-repeat center center;
        background-size: 20px auto;
    }

    #suntory_contents #calender {
        background: #eeeeee;
        background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
        text-align: center;
        padding: 20px 0 0;
        position: relative;
    }
    #suntory_contents #calender .select_wrap {
        margin: 0 auto 15px;
        width: 77.2972972972973%;
        height: 45px;
        border: 1px #d4d4d4 solid;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #suntory_contents #calender select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        text-overflow: ellipsis;
        margin: 0 0 0 60px;
        padding:0 60px 0 15px;
        height: 50px;
/*        padding-left: calc(50% - 5em);*/
        vertical-align: middle;
        box-sizing: border-box;
        background: url(../png/arrow_select.png) no-repeat right center;
        background-size: auto 26px;
        font-size: 17px;
        font-weight: bold;
        color: #222222;
        outline: none;
    }
    #suntory_contents #calender select::-ms-expand {
    display: none;
    }

    #suntory_contents #calender select:hover,
    #suntory_contents #calender select:active{
        background: url(../png/arrow_select_on.png) no-repeat right center;
        background-size: auto 26px;
    }

    #suntory_contents #calender .calender_table {
        width: 77.2972972972973%;
        margin: 0 auto 15px;
    }

    #suntory_contents #calender .calender_table .weeklabel th{
        font-size: 13px;
        font-weight: normal;
        padding: 8px 0;
    }
    #suntory_contents #calender .calender_table td {
        border: 1px #eeeeee solid;
        font-size: 16px;
        font-weight: bold;
        font-weight: 700;
/*        letter-spacing: -0.075em;*/
        vertical-align: middle;
        background: #fff;
    }
    #suntory_contents #calender .calender_table .cell_day {
        background: #fff;
        padding: 0 10px;
        height: 35px;
        color: #770022;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #suntory_contents #calender .calender_table .current .cell_day {
        background: #cc7788;
        color: #fff;
    }
    #suntory_contents #calender .calender_table .cell_day:hover {
        background: #cc7788;
        color: #fff;
    }
    #suntory_contents #calender .calender_table .today .cell_day {
        background: #881133;
        color: #fff;
    }
    #suntory_contents #calender .calender_table .close_day .cell_day {
        margin: 2px auto;
        padding: 0;
        width: 30px;
        height: 30px;
        background: #bbbbbb;
        border-radius: 15px;
        color: #fff;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
    }
    #suntory_contents #calender .calender_table .nodata_day .cell_day {
        background: #fff;
        color: #8d8d8d;
        pointer-events: none;
    }
    #suntory_contents #calender .calender_table .nodata {
        background: #e2e2e2;
        height: 35px;
        pointer-events: none;
    }
    #suntory_contents #calender .note {
        margin: 0 auto 20px;
        width: 78.3783783783784%;
        font-size: 10.5px;
        line-height: 1.5;
        color: #8e8d8d;
        text-align: left;
    }
    
    #suntory_contents #calender .note .temp_msg {
        display:none;
    }
    #suntory_contents #calender .note .temp_msg.active {
        display:block;
        color:#994455;
        font-size: 13px;
        font-weight:bold;
    }
    
    #suntory_contents #calender .note_closed {
        margin: 0 auto 15px;
        width: 78.3783783783784%;
        text-align: left;
        font-size: 13px;
        line-height: 13px;
        color: #8e8e8e;
        position: relative;
        padding-left: 16px;
    }
    #suntory_contents #calender .note_closed:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #bbbbbb;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #suntory_contents #calender .btn_schedule {
        margin: 0 auto;
        width: 78.3783783783784%;
        height: 50px;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 26px;
    }
    #suntory_contents #calender .btn_schedule a {
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
        height: 50px;
        padding-left: 95px;
        box-sizing: border-box;
        background: #881133 url(../png/icon_schedule-2.png) no-repeat 30px center;
        background-size: 27px auto;
    }
    #suntory_contents #calender .btn_schedule a:hover {
        background: #aa1144 url(../png/icon_schedule-2.png) no-repeat 30px center;
        background-size: 27px auto;
    }
    
    #suntory_contents #calender .close_msg {
      width:250px;
      height:125px;
      display:flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      line-height: 1.5;
      text-align: center;
      color:#885500;
      font-weight: bold;
      padding:0 10px;
      border:1px #a68040 solid;
      background:rgba(255,255,255,.77);
      position:absolute;
      top: 160px;
      left: calc(50% - 125px);
      display:none;
  }
  #suntory_contents #calender .close_msg.active {
      display:flex;
  }
    

    /* ========================================================================
    [pc]cal_popbox
    ========================================================================= */
    #suntory_contents #cal_popbox {
        width: 420px;
        min-height: 180px;
        background: #fff;
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
        position: absolute;
        top: 20px;
        left: -410px;
        z-index: 100;
        display: none;
    }
    #suntory_contents #cal_popbox::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 20px;
        border-color: transparent transparent transparent #ffffff;
        position: absolute;
        top: 64px;
        right: -20px;
    }

    #suntory_contents #cal_popbox .title_bar {
        background: #881133;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    #suntory_contents #cal_popbox .title_bar .date {
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        font-weight: 700;
    }
    #suntory_contents #cal_popbox .title_bar .date span {
        font-size: 18px;
    }
    #suntory_contents #cal_popbox .title_bar .btn_close {
        width: 30px;
        height: 30px;
        background: #992244;
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer;
    }
    #suntory_contents #cal_popbox .title_bar .btn_close span::before,
    #suntory_contents #cal_popbox .title_bar .btn_close span::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: calc(50% - 10px);
      width: 20px;
      height: 1px;
      background: #fff;
    }
    #suntory_contents #cal_popbox .title_bar .btn_close span::before {
      transform: rotate(-45deg);
    }
    #suntory_contents #cal_popbox .title_bar .btn_close span::after {
      transform: rotate(45deg);
    }
    #suntory_contents #cal_popbox .cal_data {
        padding: 10px;
    }

    #suntory_contents #cal_popbox .bighall {
        background: #fff2f2;
        padding: 20px 20px 5px;
    }
    #suntory_contents #cal_popbox .bighall + .smallhall {
        margin-top: 10px;
    }
    #suntory_contents #cal_popbox .smallhall {
        background: #eff6ff;
        padding: 20px 20px 5px;
    }
    #suntory_contents #cal_popbox .bighall dt,
    #suntory_contents #cal_popbox .smallhall dt {
        margin: 0 0 15px;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
    #suntory_contents #cal_popbox .bighall dd,
    #suntory_contents #cal_popbox .smallhall dd {
        margin: 0;
        padding: 0;
        font-size: 14px;
        text-align: left;
    }
    #suntory_contents #cal_popbox .bighall dd p,
    #suntory_contents #cal_popbox .smallhall dd p {
        padding-bottom: 15px;
    }

    #suntory_contents #cal_popbox .bighall dd p + P,
    #suntory_contents #cal_popbox .smallhall dd p + p {
        border-top: 1px #dedede solid;
        padding-top: 15px;
    }

    #suntory_contents #cal_popbox .bighall dd p a {
        color: #881133;
    }
    #suntory_contents #cal_popbox .bighall dd p a:hover {
        color: #bb0044;
    }
    #suntory_contents #cal_popbox .smallhall dd p a {
        color: #0055cc;
    }
    #suntory_contents #cal_popbox .smallhall dd p a:hover {
        color: #0088ff;
    }


    /* ========================================================================
    [pc]emergency
    ========================================================================= */
    #suntory_contents #emergency {
        margin: 0 auto 35px;
        width: 100%;
        max-width: 1160px;
        min-width: 960px;
        background: #eeeeee;
        padding: 20px 30px;
    }
    #suntory_contents #emergency dl {
        display: flex;
    }
    #suntory_contents #emergency dt {
        font-size: 20px;
        font-weight: bold;
        font-weight: 700;
        line-height: 27px;
        margin-right: 30px;
    }
    #suntory_contents #emergency dd {
        font-size: 18px;
        line-height: 27px;
    }
    #suntory_contents #emergency dd a {
        color: #222222;
        text-decoration: none;
    }
    #suntory_contents #emergency dd a:hover {
        color: #881133;
        text-decoration: underline;
    }
    #suntory_contents #emergency dd p {
        margin-bottom: 10px;
    }
    #suntory_contents #emergency dd p:last-child {
        margin-bottom: 0;
    }

    /* ========================================================================
    [pc]schedule
    ========================================================================= */
    #suntory_contents #schedule {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 1160px;
        min-width: 960px;
    }
    #suntory_contents #schedule.hide {
        display:none;
    }
    #suntory_contents #schedule .title_bar {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #schedule .title_bar h2 {
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 34px;
    }

    #suntory_contents #schedule .schedule_list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #suntory_contents #schedule .schedule_list li {
        margin-bottom: 20px;
        padding: 30px;
        width: 49.1379310344828%;
        position: relative;
    }
    #suntory_contents #schedule .schedule_list li .hall {
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 28px;
        color: #222;
        display: inline-block;
        margin-bottom: 15px;
    }
    #suntory_contents #schedule .schedule_list li .hall span {
        font-size: 20px;
    }
    #suntory_contents #schedule .schedule_list li .time {
        font-size: 20px;
        font-weight: 700;
        color: #222;
        display: inline-block;
        margin: 0 0 15px 20px;
    }
    #suntory_contents #schedule .schedule_list li h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
    }
    #suntory_contents #schedule .schedule_list li h3 br + br {
        display: none;
    }
    #suntory_contents #schedule .schedule_list li.big {
        background: #fff2f2;
    }
    #suntory_contents #schedule .schedule_list li.small {
        background: #eff6ff;
    }
    #suntory_contents #schedule .schedule_list li.big h3 a {
        color: #881133;
        text-decoration: none;
    }
    #suntory_contents #schedule .schedule_list li.big h3 a:hover {
        color: #bb0044;
        text-decoration: underline;
    }
    #suntory_contents #schedule .schedule_list li.small h3 a {
        color: #0055cc;
        text-decoration: none;
    }
    #suntory_contents #schedule .schedule_list li.small h3 a:hover {
        color: #0088ff;
        text-decoration: underline;
    }

    /* ========================================================================
    [pc]close_day_announcement
    ========================================================================= */
    #suntory_contents #schedule .close_day_announcement {
        margin-bottom: 50px;
        border: 1px #eeeeee solid;
        padding: 35px;
    }
    #suntory_contents #schedule .close_day_announcement p {
        font-size: 24px;
        font-weight: bold;
        font-weight: 700;
        text-align: center;
    }

    /* ========================================================================
    [pc]information
    ========================================================================= */
    #suntory_contents #information {
        margin: 0 auto 55px;
        width: auto;
        min-width: 960px;
        max-width: 1160px;
        display: block;
    }
    #suntory_contents #information .banner_primary {
        list-style: none;
        width: 100%;
        height: 0;
        padding-top: 18.96551724137931%;
        padding-top: 50%;
        position: relative;
        margin-bottom: 40px;
    }
    #suntory_contents #information .host {
        margin-bottom: 0;
        
    }
    #suntory_contents #information .host a{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 65.517241379310345%;
        height: 0;
        padding-top: 28.947368421052632%;
        background: url(../jpg/banner_host.jpg) no-repeat 0 0;
        background-size: 100% auto;
        text-indent: -9999px;
    }
    #suntory_contents #information .host a:hover {
        opacity: .92;
        filter: saturate(140%);
    }
    #suntory_contents #information .gb2society {
        margin-bottom: 0;
    }
    #suntory_contents #information .gb2society a{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 31.03448275862069%;
        height: 0;
        padding-top: 8.620689655172414%;
        background: url(../jpg/banner_gb2society.jpg) no-repeat 0 0;
        background-size: 100% auto;
        color: #fff;
        text-decoration: none;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 27px;
        line-height: 1;
        box-sizing: border-box;
    }
    #suntory_contents #information .gb2society a span {
        position: absolute;
        top: 35px;
        top: calc(50% - 35px);
        left: 8.333333333333333%;
        line-height: 1.17;
        filter: drop-shadow(0 0 15px #881133);
    }
    #suntory_contents #information .videos {
        margin-bottom: 0;
    }
    #suntory_contents #information .videos a{
        display: block;
        position: absolute;
        top: 20.689655172413793%;
        right: 0;
        width: 31.03448275862069%;
        height: 0;
        padding-top: 8.620689655172414%;
        background: url(../jpg/banner_videos.jpg) no-repeat 0 0;
        background-size: 100% auto;
        color: #fff;
        text-decoration: none;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 27px;
        line-height: 1.17;
        box-sizing: border-box;
    }
    #suntory_contents #information .videos a span {
        position: absolute;
        top: calc(50% - 14px);
        left: 8.333333333333333%;
    }

    #suntory_contents #information .gb2society a:hover,
    #suntory_contents #information .videos a:hover {
        opacity: .92;
        filter: saturate(140%);
    }

    #suntory_contents #information .dsh {
            margin: 0;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
    }
    #suntory_contents #information .dsh a {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 27.586206896551724%;
        text-indent: -9999px;
        background: url(../jpg/banner_wide_lg_en.jpg) no-repeat 0 0;
        background-size: 100% auto;  
    }
    #suntory_contents #information .dsh a:hover {
        opacity: .8;
        filter: saturate(150%);
    }


    #suntory_contents #information .banner_secondary {
        list-style: none;
        display: block;
        width: 100%;
        max-width: 1160px;
        min-width: 960px;
        display: flex;
        flex-wrap: wrap;
    }

    #suntory_contents #information .banner_secondary .about,
    #suntory_contents #information .banner_secondary .history,
    #suntory_contents #information .banner_secondary .archive,
    #suntory_contents #information .banner_secondary .visit{
        margin-bottom: 0;
    }
    #suntory_contents #information .banner_secondary .about a,
    #suntory_contents #information .banner_secondary .history a,
    #suntory_contents #information .banner_secondary .archive a,
    #suntory_contents #information .banner_secondary .visit a,
    #suntory_contents #information .banner_secondary .tickets a,
    #suntory_contents #information .banner_secondary .faq a{
        color: #fff;
        text-decoration: none;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
        font-size: 28px;
        line-height: 1.063829787234043;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }
    #suntory_contents #information .banner_secondary .about a span,
    #suntory_contents #information .banner_secondary .history a span,
    #suntory_contents #information .banner_secondary .archive a span,
    #suntory_contents #information .banner_secondary .visit a span,
    #suntory_contents #information .banner_secondary .tickets a span,
    #suntory_contents #information .banner_secondary .faq a span{
        position: absolute;
        top: calc(50% - 14px);
        left: 8.333333333333333%;
    }
    #suntory_contents #information .banner_secondary .archive a span {
        top: calc(50% - 29.787234042553204px);
    }
    #suntory_contents #information .banner_secondary .about {
        margin: 0 3.448275862068966% 20px 0;
        width: 31.03448275862069%;
        height: 0;
        padding-top: 10.344827586206897%;
        background: url(../jpg/banner_about.jpg) no-repeat 0 0;
        background-size: 100% auto;
        position: relative;
    }
    #suntory_contents #information .banner_secondary .history {
        margin: 0 3.448275862068966% 20px 0;
        width: 31.03448275862069%;
        height: 0;
        padding-top: 10.344827586206897%;
        background: url(../jpg/banner_history.jpg) no-repeat 0 0;
        background-size: 100% auto;
        position: relative;
    }
    #suntory_contents #information .banner_secondary .archive {
        margin: 0 0 20px 0;
        width: 31.03448275862069%;
        height: 0;
        padding-top: 10.344827586206897%;
        background: url(../jpg/banner_archive.jpg) no-repeat 0 0;
        background-size: 100% auto;
        position: relative;
    }

    #suntory_contents #information .banner_secondary .visit {
        margin: 0 3.448275862068966% 0 0;
        width: 31.03448275862069%;
        height: 0;
        padding-top: 10.344827586206897%;
        background: url(../jpg/banner_visit.jpg) no-repeat 0 0;
        background-size: 100% auto;
        position: relative;
    }

    #suntory_contents #information .banner_secondary .tickets {
        margin: -0.6034482758621% 0.862068965517241% 0 0;
        width: 33.620689655172414%;
        height: 0;
        padding-top: 10.344827586206897%;
        padding-top: 10.948275862069%;
        background: url(../jpg/banner_tickets.jpg) no-repeat 0 0;
        background-size: 100% auto;
        position: relative;
    }

    #suntory_contents #information .banner_secondary .faq {
        width: 31.03448275862069%;
        height: 0;
        padding-top: 10.344827586206897%;
        background: url(../jpg/banner_faq.jpg) no-repeat 0 0;
        background-size: 100% auto;
        position: relative;
    }

    #suntory_contents #information .banner_secondary li:hover {
        opacity: .92;
        filter: saturate(140%);
    }


    /* ========================================================================
    [pc]news_container
    ========================================================================= */

    #suntory_contents #news_container {
        margin: 0 auto;
        padding:0;
        width: 100%;
        max-width: 1160px;
        min-width: 960px;
        display: flex;
        justify-content: space-between;
    }

    #suntory_contents #news_topics {
        width: 65.517241379310345%;
        width: calc(100% - 400px);
    }
    #suntory_contents #news_topics .title_bar {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents #news_topics .title_bar h2 {
        font-size: 34px;
        font-family: 'Sabon Next W04', serif;
      font-weight: bold;
    }
    #suntory_contents #news_topics .title_bar .btn_list a {
        width: 100px;
        height: 30px;
        background: #881133;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        padding-left: 12px;
        text-decoration: none;
        position: relative;
        box-sizing: border-box;
    }
    #suntory_contents #news_topics .title_bar .btn_list a:hover {
         background: #aa1144;
    }
    #suntory_contents #news_topics .title_bar .btn_list a::after {
        content:"";
        vertical-align:middle;
        position:absolute;
        top:calc(50% - 2.5px);
        right: 10px;
        width:5px;
        height:5px;
        margin:auto;
        border-top:1px solid #fff;
        border-right:1px solid #fff;
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg);
    }

    #suntory_contents .news_topics_table {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px #dedede solid;
    }
    #suntory_contents .news_topics_table th {
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        padding: 25px 0;
        white-space: nowrap;
        text-align: left;
        vertical-align: top;
        border-top: 1px #dedede solid;
        width: 140px;
    }
    #suntory_contents .news_topics_table td {
        border-top: 1px #dedede solid;
        padding: 25px 0;
        font-size: 18px;
        width: 620px;
    }
    #suntory_contents .news_topics_table td a {
        color: #222;
        position: relative;
        text-decoration: none;
        display: inline-block;
        line-height: 26px;
    }
    #suntory_contents .news_topics_table td a:hover {
        color: #881133;
        text-decoration: underline;
    }
    #suntory_contents .news_topics_table td a.external::after {
        content: '';
        display: inline-block;
        width: 11px;
        height: 11px;
        background: url(../png/icon_external.png) no-repeat right center;
        background-size: 11px auto;
        margin: 0 0 0 15px;
        vertical-align: middle;
    }
    #suntory_contents .news_topics_table td a.pdf {
        line-height: 28px;
    }
    #suntory_contents .news_topics_table td a.pdf::after {
        content: '';
        display: inline-block;
        width: 22px;
        height: 28px;
        background: url(../png/icon_pdf.png) no-repeat right center;
        background-size: 22px auto;
        margin: 0 0 0 15px;
        vertical-align: middle;
    }

    #suntory_contents #news_topics .extra {
        font-size: 13px;
        line-height: 1.5;
        color: #994455;
    }

    #suntory_contents .cotents_group {
        width: 31.03448275862069%;
        width: 360px;
    }

    /* ========================================================================
    [pc]facebook
    ========================================================================= */
    #suntory_contents #facebook {
        margin: 0;
        width: 100%;
    }
    #suntory_contents .fb-container {
    width: 360px;
        border: 1px #000 solid;
  }

    /* ========================================================================
    [pc]twitter
    ========================================================================= */
    #suntory_contents #twitter {
        margin-bottom: 40px;
        width: 100%;
        border:1px #dedede solid;
    }
    #suntory_contents #twitter .twiiter_header {
        background: #e8f5fe url(../png/icon_twitter.png) no-repeat 20px center;
        background-size: 34px auto;
        padding: 18px 18px 16px 70px;
    }
    #suntory_contents #twitter .twiiter_header h2 {
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 8px;
    }
    #suntory_contents #twitter .twiiter_header p {
        font-size: 12px;
        color: #999999;
    }
    #suntory_contents #twitter .twiiter_header p a {
        color: #1177dd;
        text-decoration: none;
    }
    #suntory_contents #twitter .twiiter_header p a:hover {
        text-decoration: underline;
    }

    #suntory_contents #twitter .twiiter_footer {
        display: none;
        height: 0;
    }



}