@charset "utf-8";

#suntory_contents .exhibition_img_container,
#suntory_contents .exhibition_section figure,
#suntory_contents #history_list .year_container .year_list li a figure img {
    pointer-events: none;
}
#suntory_contents .exhibition_img_inner img {
    pointer-events: none;
}

#suntory_contents .en {
    display: none;
}


/*Preview 英語用*/
#suntory_contents #futureList section .nextTitle h2 {
    line-height:1.5;
}
#suntory_contents #futureList section .nextTitle .date {
    line-height:1.5;
}
#suntory_contents #futureList section .textBlock .text {
    line-height:1.5;
}
#suntory_contents #futureList section .textBlock .note {
    line-height:1.5;
}


@media screen and (max-width:767px){
    #suntory_contents #previewNav {
        margin: 0 4vw;
    }
    #suntory_contents #previewNav dt {
        margin-bottom: 4vw;
    }
    #suntory_contents #previewNav ul {
        margin: 0;
    }
    #suntory_contents #previewNav li {
        margin-bottom: 4vw;
    }
    #suntory_contents #previewNav li:last-child {
        margin-bottom: 0;
    }
    #preview #suntory_contents h1 {
        margin: 0 4vw;
    }
}
@media print, screen and (min-width:768px) {
    #preview #suntory_contents {
        margin: 0 auto 80px;
        min-height: 900px;
    }
}
/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){


    /*------------------------------------------------------------
    [SP] exhibition_title_wrap
    ------------------------------------------------------------ */
    #suntory_contents .exhibition_title_wrap {
        display: flex;
        flex-direction: column;
    }

    /*------------------------------------------------------------
    [SP] exhibition_title
    ------------------------------------------------------------ */
    #suntory_contents #exhibition_title {
        text-align: center;
        margin: 12vw 4vw 8vw;
        margin: 10.666666666666667vw 4vw 8vw;
        order: 1;
    }
    #suntory_contents #exhibition_title .sub_title {
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        margin-bottom: 1.333333333333333vw;
    }
    #suntory_contents #exhibition_title h1 {
        font-size: 4.8vw;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 4vw;
    }
    #suntory_contents #exhibition_title .term {
        font-size: 3.2vw;
        line-height: 1.8;
    }
    #suntory_contents .title_note {
        margin: 0 4vw 12vw;
        font-size: 2.933333333333333vw;
        line-height: 2;
        order: 3;
    }
    #suntory_contents .title_note a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom: 0.8vw;
    }

    /*------------------------------------------------------------
    [SP] exhibition_nav
    ------------------------------------------------------------ */
    #suntory_contents .exhibition_nav {
        margin-bottom: 9vw;
        position: relative;
        order: 4;
        /* height: 28.8vw;*/
    }
    #suntory_contents .exhibition_nav ul {
        margin: 0 auto;
        width: 92vw;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #suntory_contents .exhibition_nav li {
        list-style: none;
        font-size: 3.466666666666667vw;
        line-height: 1;
        border-right: 1px #000 solid;
        padding: 0 4vw;
        margin-bottom: 4vw;
    }
    #suntory_contents .exhibition_nav li {
        border-left: 1px #000 solid;
        margin-left: -1px;
    }
    #suntory_contents .exhibition_nav .exhibition_nav_item:first-child:nth-last-child(5),
    #suntory_contents .exhibition_nav .exhibition_nav_item:first-child:nth-last-child(5) ~ li {
        min-width: 20vw;
    }
    #suntory_contents .exhibition_nav li a {
        color: #000;
        text-decoration: none;
        height: 8.8vw;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #suntory_contents .exhibition_nav li.cr a {
        color: #A89170;
        font-weight: bold;
        pointer-events: none;
    }
    #suntory_contents .exhibition_nav .btn_ticket {
        border: none;
        position: absolute;
        bottom: 0;
        left: calc(50% - 24vw);
    }
    #suntory_contents .exhibition_nav .btn_ticket a {
        background: #A89170;
        color: #fff;
        width: 48vw;
        height: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0;
    }
    #suntory_contents .exhibition_nav .btn_ticket a::after {
        content: '';
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        background: url(../img/icon_external_wh.svg) no-repeat 0 0;
        background-size: 2.666666666666667vw auto;
        position: absolute;
        top: 1.6vw;
        right: 1.6vw;
    }
    #suntory_contents .exhibition_nav .sp_columnAdjust {
        display: flex;
        margin-left: -1px;
    }

    /*------------------------------------------------------------
    [SP] exhibition_contents
    ------------------------------------------------------------ */
    #suntory_contents #sma_contents .exhibition_img_container {
        margin-bottom: 5.6vw;
        order: 2;
    }
    #suntory_contents #sma_contents .exhibition_img img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #sma_contents .lead {
        margin: 0 4vw;
        width: auto;
    }
    #suntory_contents #sma_contents .lead p {
        font-size: 3.733333333333333vw;
        line-height: 2;
    }
    #suntory_contents #sma_contents .lead p a {
        padding-bottom: 0.8vw;
        text-decoration: none;
        color: #000;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents #sma_contents .lead p a.img {
        padding-bottom: 0;
        border-bottom: none;
    }

    #suntory_contents #sma_contents .lead img {
        width: auto!important;
        max-width: 100%!important;
        height: auto!important;
    }
    /**/
    #suntory_contents #sma_contents .btn_movie a {
        margin: 8vw auto 0;
        width: 64vw;
        height: 12vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.733333333333333vw;
        text-decoration: none;
        color: #000;
        border: 1px #A89170 solid;
    }
    /**/
    #suntory_contents .btn_display {
        clear: both;
    }
    #suntory_contents .btn_display a {
        margin: 8vw auto 0;
        width: 64vw;
        height: 12vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.733333333333333vw;
        text-decoration: none;
        color: #000;
        border: 1px #A89170 solid;
    }
    #suntory_contents .exhibition_nav + .btn_works_list a {
        margin: -4vw auto 12vw;
    }
    #suntory_contents .btn_works_list a {
        margin: 8vw auto 0;
        width: 64vw;
        height: 12vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.733333333333333vw;
        text-decoration: none;
        color: #000;
        border: 1px #A89170 solid;
    }
    #suntory_contents .btn_works_list a span {
        margin-left: 1.6vw;
        width: 9.6vw;
        height: 4.8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #DD0000;
        background: #fff;
        font-size: 2.666666666666667vw;
        border: 1px #ccc solid;
    }
    #suntory_contents #sma_contents .exhibition_table {
        margin: 12vw 4vw 8vw;
        width: 92vw;
        border-top: 1px #ccc solid;
    }
    #suntory_contents #sma_contents .exhibition_table th {
        font-size: 4.266666666666667vw;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
        vertical-align: top;
        padding: 5.6vw 0 4vw;
        width: 100%;
        display: block;
    }
    #suntory_contents #sma_contents .exhibition_table td {
        border-bottom: 1px #ccc solid;
        padding: 0 0 5.6vw;
        width: 100%;
        vertical-align: top;
        display: block;
    }
    #suntory_contents #sma_contents .exhibition_table td::after {
        content: '';
        display: block;
        clear: both;
    }
    #suntory_contents #sma_contents .exhibition_table td .text {
        font-size: 3.466666666666667vw;
        line-height: 1.5;
        text-align: center;
    }
    #suntory_contents #sma_contents .exhibition_table .extra_info td .text,
    #suntory_contents #sma_contents .exhibition_table .discount td .text{
        text-align: left;
        letter-spacing: -.02em;
    }

    #suntory_contents #sma_contents .exhibition_table td .text a,
    #suntory_contents #sma_contents .exhibition_table td .note a {
        color: #000;
        text-decoration: none;
        padding-bottom: 0.8vw;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents #sma_contents .exhibition_table td .text a.img,
    #suntory_contents #sma_contents .exhibition_table td .note a.img {
        padding-bottom: 0;
        border-bottom: none;
    }

    #suntory_contents #sma_contents .exhibition_table td .text + .text,
    #suntory_contents #sma_contents .exhibition_table td .text + .note,
    #suntory_contents #sma_contents .exhibition_table td .note + .text,
    #suntory_contents #sma_contents .exhibition_table td .note + .note {
        margin-top: 4vw;
    }
    #suntory_contents #sma_contents .exhibition_table td li {
        list-style: none;
    }
    #suntory_contents #sma_contents .exhibition_table td .note {
        font-size: 2.933333333333333vw;
        line-height: 2;
    }
    #suntory_contents #sma_contents .exhibition_table .voice_guide td .note {
        text-align: center;
    }
    #suntory_contents #sma_contents .price_container {

    }
    #suntory_contents #sma_contents .price_container + .note,
    #suntory_contents #sma_contents .price_container + .text {
        margin-top: 4vw;
    }

    #suntory_contents #sma_contents .exhibition_table .price_table {
        width: 100%;
        margin-bottom: 5.6vw;
    }
    #suntory_contents #sma_contents .exhibition_table .price_table tr:first-child th {
        padding: 0 4vw 4vw 0;
    }
    #suntory_contents #sma_contents .exhibition_table .price_table tr:first-child td {
        padding: 0 0 4vw 0;
    }

    #suntory_contents #sma_contents .exhibition_table .price_table th {
        border: none;
        font-size:3.733333333333333vw;
        line-height: 1.8;
        padding: 4vw 4vw 4vw 0;
        vertical-align: top;
        text-align: left;
        width: auto;
        white-space: nowrap;
        display: table-cell;
        border-bottom: 1px #ccc dashed;
    }
    #suntory_contents #sma_contents .exhibition_table .price_table td {
        border: none;
        font-size: 3.733333333333333vw;
        line-height: 1.8;
        padding: 4vw 0 4vw 0;
        vertical-align: top;
        width: auto;
        white-space: nowrap;
        display: table-cell;
        border-bottom: 1px #ccc dashed;
    }
    #suntory_contents .exhibition_table .btn_ticket {
        border: none;
        margin: 0 auto;
    }
    #suntory_contents .exhibition_table .btn_ticket a {
        margin: 0 auto;
        background: #A89170;
        color: #fff;
        width: 48vw;
        height: 12vw;
        font-size: 3.733333333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0;
        text-decoration: none;
    }
    #suntory_contents .exhibition_table .btn_ticket a::after {
        content: '';
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        background: url(../img/icon_external_wh.svg) no-repeat 0 0;
        background-size: 2.666666666666667vw auto;
    }
    #suntory_contents .exhibition_section {
        margin: 0 4vw;
        width: auto;
        padding-bottom: 8vw;
    }
    #suntory_contents .exhibition_section + .exhibition_section {
        border-top: 1px #ccc solid;
        padding-top: 8vw;
    }
    #suntory_contents #sma_contents .exhibition_section div:last-child {
        margin-bottom: 0;
    }
    #suntory_contents .exhibition_section h2 {
        font-size: 5.066666666666667vw;
        line-height: 1.8;
        font-weight: normal;
        margin-bottom: 8vw;
    }
    #suntory_contents .exhibition_section h3 {
        margin-bottom: 4vw;
        font-size: 4vw;
        line-height: 1.5;
        font-weight: normal;
    }
    #suntory_contents .exhibition_section p {
        margin-bottom: 2em;
        font-size: 3.733333333333333vw;
        line-height: 2;
    }
    #suntory_contents .exhibition_section .text_block {
        margin-bottom: 10.666666666666667vw;
    }
    #suntory_contents .exhibition_section .text_block p:last-child {
        margin: 0;
    }
    #suntory_contents .exhibition_section .dual_img {
        margin: 0 auto 8vw;
    }
    #suntory_contents .exhibition_section .dual_img figure {
        text-align: center;
    }
    #suntory_contents .exhibition_section .dual_img figure:first-child {
        margin-bottom: 8vw;
    }
    #suntory_contents .exhibition_section .dual_img figure:last-child {
    }
    #suntory_contents .exhibition_section .dual_img figure img {
        vertical-align: bottom;
        width: auto;
        height: 64vw;
        max-width: 92vw;
        margin: 0 auto 4vw;
    }
    #suntory_contents .exhibition_section .dual_img figure figcaption {
        width: 64vw;
        margin: 0 auto;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
        text-align: left;
    }
    #suntory_contents .exhibition_section .dual_img figure figcaption p {
        margin: 0;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
    }
    #suntory_contents #sma_contents .exhibition_note {
        margin: 0 4vw 12vw;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
    }
    #suntory_contents #sma_contents .exhibition_section + .exhibition_note {
        margin: 0 4vw 12vw;
    }
/*
    #suntory_contents #sma_contents .movie {
        margin: 0 6vw 9.3333333333334vw;
        position:relative;
        width:auto;
        padding-top:56.25%;
        order: 1;
    }
    #suntory_contents #sma_contents .movie iframe{
      position:absolute;
      top:0;
      right:0;
      width:100%;
      height:100%;
    }
    */
    #suntory_contents #sma_contents .movie {
        padding-top: 5.6vw;
    }
    #suntory_contents #sma_contents .movie li {
        width: 100vw;
        background: #000;
        padding: 0;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 5.6vw;
    }
    #suntory_contents #sma_contents .movie .movie_container {
        width: 100%;
        padding-top: 56.25%;
        height: 0;
        overflow: hidden;
    }
    #suntory_contents #sma_contents .movie .movie_container iframe{
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

/*------------------------------------------------------------
  floatImg（SP）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .floatImg {
    display: block;
    margin: 0 15px;
    text-align: center;
}
#suntory_contents .floatImg figure {
    padding-right: 0;
    display: table;
    vertical-align: top;
    margin: 0 auto 30px;
}
#suntory_contents .floatImg figure img {
    margin-bottom: 10px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
#suntory_contents .floatImg figure figcaption {
    font-size:10px;
    line-height: 1.8;
    text-align: left;
}
#suntory_contents .floatImg figure figcaption p {
    margin: 0;
    font-size:10px;
    line-height: 1.8;
}
#suntory_contents .floatImg .text {
    display: block;
    margin: 0 auto;
    vertical-align: top;
}
#suntory_contents .floatImg .text p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}

/*------------------------------------------------------------
  wideImg（SP）
  ------------------------------------------------------------ */
  #suntory_contents .wideImg {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}
#suntory_contents .wideImg figure {
    margin: 0 auto;
    text-align: center;
}
#suntory_contents .wideImg img {
    margin-bottom: 10px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#suntory_contents .wideImg figcaption {
    font-size:10px;
    line-height: 1.8;
    text-align: left;
}
#suntory_contents .wideImg figcaption p {
    margin: 0;
    font-size:10px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  standardImg（SP）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .standardImg {
    margin: 0 auto 20px;
    display: block;
    width: auto;
    text-align: center;
}
#suntory_contents .standardImg figure {
    margin: 0 auto;
    text-align: center;
}
#suntory_contents .standardImg img {
    margin-bottom: 10px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#suntory_contents .standardImg figcaption {
    font-size:10px;
    line-height: 1.8;
    text-align: left;
}
#suntory_contents .standardImg figcaption p {
    margin: 0;
    font-size:10px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  twinImg（SP）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .twinImg {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
}
#suntory_contents .twinImg figure {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
#suntory_contents .twinImg figure:first-child {
    padding-right: 0;
}
#suntory_contents .twinImg figure:last-child {
    padding-left: 0;
}
#suntory_contents .twinImg img {
    margin: 0 auto 10px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
#suntory_contents .twinImg figcaption {
    margin: 0 auto;
    font-size:11px;
    line-height: 1.8;
    text-align: left;
    display: inline-block;
    color: #000;
}
#suntory_contents .twinImg figcaption p {
    margin: 0;
    font-size:11px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  textContainer（SP）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .textContainer {
    margin: 0 0 20px;
}
#suntory_contents .textContainer p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}

    /*------------------------------------------------------------
    [SP] future_list
    ------------------------------------------------------------ */
    #suntory_contents #future_list {
        margin: 8vw 4vw 16vw;
    }
    #suntory_contents #future_list h1 {
        font-size: 5.6vw;
        font-weight: normal;
        margin-bottom: 12vw;
        text-align: center;
    }
    #suntory_contents .exhibition_future li {
        list-style: none;
        border-bottom: 1px #ccc solid;
        padding-bottom: 8vw;
    }
    #suntory_contents .exhibition_future li:last-child {
        border: none;
        padding: 0;
    }
    #suntory_contents .exhibition_future li + li {
        margin-top: 8vw;
    }
    #suntory_contents .exhibition_future li .label_next {
        margin-bottom: 3.2vw;
        width: 32vw;
        height: 9.6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #A89170;
        color: #fff;
        font-size: 4vw;
    }

    #suntory_contents .exhibition_future li a {
        text-decoration: none;
        color: #000;
    }

    #suntory_contents .exhibition_future .exhibition_title {
        margin-bottom: 5.6vw;
    }
    #suntory_contents .exhibition_future .sub_title {
        font-size: 4.266666666666667vw;
        line-height:1.5;
        font-weight: normal;
        margin: 0 0 1.6vw;
    }
    #suntory_contents .exhibition_future h2 {
        font-size: 4.8vw;
        line-height: 1.5;
        font-weight: normal;
        margin: 0 0 2.4vw;
    }
    #suntory_contents .exhibition_future .term {
        font-size: 3.466666666666667vw;
        line-height: 1.8;
        font-weight: normal;
    }
    #suntory_contents .exhibition_future .exhibition_data .text {
        font-size: 3.733333333333333vw;
        line-height: 2;
    }
    #suntory_contents .exhibition_future .note {
        margin: 4vw 0 0;
        font-size: 2.933333333333333vw;
        line-height: 1.8;
    }
    #suntory_contents .exhibition_future .exhibition_img {
        width: 72vw;
        margin: 8vw auto 0;
    }
    #suntory_contents .exhibition_future .exhibition_img img {
        max-width: 72vw;
        max-height: 72vw;
        object-fit: contain;
    }

    /*------------------------------------------------------------
    [SP] history_list
    ------------------------------------------------------------ */
    #suntory_contents #history_list {
        margin: 8vw 0 2.4vw;
    }
    #suntory_contents #history_list h1 {
        font-size: 5.6vw;
        font-weight: normal;
        margin-bottom: 8vw;
        text-align: center;
    }
    #suntory_contents #history_list .decade_nav {
        margin: 0 8vw;
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents #history_list .year_nav_select_detail + .decade_nav {
        margin-bottom: 8vw;
    }
    #suntory_contents #history_list .decade_nav li {
        list-style: none;
        font-size: 3.733333333333333vw;
        line-height: 1.8;
        margin: 0 4vw 5.6vw 4vw;
    }
    #suntory_contents #history_list .decade_nav li a {
        color: #000;
        text-decoration: none;
    }
    #suntory_contents #history_list .decade_nav li.cr a {
        color: #A89170;
        font-weight: bold;
        border-bottom: 2px #A89170 solid;
        padding-bottom: 3px;
        pointer-events: none;
    }

    #suntory_contents #history_list .year_nav {
        display:none;
    }
    #suntory_contents .year_nav_select_detail select {
        margin: 0 auto 12vw;
        padding: 0 5.6vw;
        width: 64vw;
        height: 12vw;
        cursor: pointer;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
        border: 1px #666 solid;
        font-size: 16px;
        background: url(../img/arrow_down_small_gr.svg) no-repeat right 4vw center;
        background-size: 1.866666666666667vw auto;
    }
    #suntory_contents .year_nav_select_detail select::-ms-expand {
        display: none;
    }
    #suntory_contents #history_list .year_container {
        margin: 0 4vw;
        padding: 0;
    }
    #suntory_contents #history_list .year_container:first-child {
        border-top: none;
    }
    #suntory_contents #history_list .year_container h2 {
        font-size: 4.8vw;
        font-weight: normal;
        margin-bottom: 8vw;
    }

    /*year_list*/
    #suntory_contents #history_list .year_container .year_list {

    }
    #suntory_contents #history_list .year_container .year_list li {
        list-style: none;
        margin: 0 0 12vw 0;
    }
    #suntory_contents #history_list .year_container .year_list li a {
        color: #000;
        text-decoration: none;
        display: flex;
        flex-direction: column;
    }
    #suntory_contents #history_list .year_container .year_list li a figure {
        width: 92vw;
        margin-bottom: 5.6vw;
        order: 1;
    }
    #suntory_contents #history_list .year_container .year_list li a figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #history_list .year_container .year_list li a .sub_title {
        font-size: 4.266666666666667vw;
        font-weight: normal;
        line-height: 1.5;
        order: 2;
    }
    #suntory_contents #history_list .year_container .year_list li a h3 {
        font-size: 4.266666666666667vw;
        font-weight: normal;
        line-height: 1.5;
        order: 3;
    }
    #suntory_contents #history_list .year_container .year_list li a .term {
        margin-top: 4vw;
        font-size: 3.2vw;
        line-height: 1.8;
        order: 4;
    }

    /*year_list_old*/
    #suntory_contents #history_list .year_container .year_list_old {
        margin-bottom: 12vw;
    }
    #suntory_contents #history_list .year_container .year_list_old li {
        list-style: none;
        margin-top: 8vw;
        padding-top: 8vw;
        background: url(../img/dot_line.png) repeat-x 0 0;
        background-size: auto 1px;
    }
    #suntory_contents #history_list .year_container .year_list_old li:nth-child(1) {
        background: none;
        margin-top: 0;
        padding-top: 0;
    }
    #suntory_contents #history_list .year_container .year_list_old li h3 {
        margin-bottom: 4vw;
        font-size: 4.266666666666667vw;
        line-height: 1.5;
        font-weight: normal;
    }
    #suntory_contents #history_list .year_container .year_list_old li .date {
        margin-bottom: 5.6vw;
        font-size: 3.2vw;
        line-height: 1.8;
    }
    #suntory_contents #history_list .year_container .year_list_old li .body {
       font-size: 3.733333333333333vw;
       line-height: 1.8;
   }
   #suntory_contents #history_list .year_container .year_list_old li.has_img {

   }
   #suntory_contents #history_list .year_container .year_list_old li.has_img .text {

   }
   #suntory_contents #history_list .year_container .year_list_old li.has_img figure {
    margin: 0 0 8vw 8vw;
    width: 22.666666666666667vw;
    float: right;
}
#suntory_contents #history_list .year_container .year_list_old li.has_img figure img {
    width: 100%;
    vertical-align: bottom;
}


    /*------------------------------------------------------------
      spnavi（SP）[legacy]
      ------------------------------------------------------------ */
      #suntory_contents #spnavi {
        width: 100%;
        margin: 8vw 0;
        padding: 30px 0 0 0;
        background: #f3f1ec;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #suntory_contents .spnavi_table {
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #suntory_contents .spnavi_table tr {
    }
    #suntory_contents .spnavi_table th {
        text-align: center;
        vertical-align: top;
        display: table-cell;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #suntory_contents .spnavi_table td {
        font-size:16px;
        line-height: 1.5;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        padding: 15px;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #suntory_contents .spnavi_table td hr {
        margin: 4px 0;
        border-top:none;
        border-bottom: 1px #91499a solid;
    }
    #suntory_contents .spnavi_table td p.title {
        font-weight: bold;
        font-size: 22px;
        color: #91499a;
        text-align: center;
    }
    #suntory_contents .spnavi_table td p.title1 {
        font-weight: bold;
        font-size: 20px;
        color: #91499a;
        text-align: center;
        margin-bottom: 16px;
    }
    #suntory_contents .spnavi_table td span {
        font-weight: bold;
        font-size: 30px;
        color: #91499a;
        margin: 0 0 0 0.5em;
    }
    #suntory_contents .spnavi_table td p.read {
        font-size:15px;
        line-height: 1.6;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #suntory_contents .spnavi_table td p.comment {
        font-size:13.5px;
        line-height: 1.6;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #suntory_contents .spnavi_table td p.profile {
        font-size:12px;
        line-height: 1.6;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {

    /*------------------------------------------------------------
    [PC] exhibition_title
    ------------------------------------------------------------ */
    #suntory_contents #exhibition_title {
        text-align: center;
        margin-bottom: 20px;
    }
    #suntory_contents #exhibition_title .sub_title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    #suntory_contents #exhibition_title h1 {
        font-size: 32px;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    #suntory_contents #exhibition_title .term {
        font-size: 18px;
        line-height: 1.8;
    }


    #suntory_contents .title_note {
        margin-bottom: 50px;
        font-size: 12px;
        line-height: 2;
        text-align: center;
    }
    #suntory_contents .title_note a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px #000 solid;
        padding-bottom: 3px;
    }
    #suntory_contents .title_note a:hover {
        border-bottom: 1px #666 solid;
        padding-bottom: 3px;
        color: #666;
    }

    /*------------------------------------------------------------
    [PC] exhibition_nav
    ------------------------------------------------------------ */
    #suntory_contents .exhibition_nav {
        margin-bottom: 80px;
    }
    #suntory_contents .exhibition_nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #suntory_contents .exhibition_nav li {
        list-style: none;
        font-size: 14px;
        border-right: 1px #000 solid;
        padding: 0 30px;
    }
    #suntory_contents .exhibition_nav li:first-child {
        border-left: 1px #000 solid;
    }
    #suntory_contents .exhibition_nav li a {
        color: #000;
        text-decoration: none;
        padding: 0;
    }
    #suntory_contents .exhibition_nav li.cr a {
        color: #A89170;
        font-weight: bold;
        pointer-events: none;
    }
    #suntory_contents .exhibition_nav li a:hover {
        border-bottom: 1px #666 solid;
        padding-bottom: 3px;
    }
    #suntory_contents .exhibition_nav .btn_ticket {
        border: none;
    }
    #suntory_contents .exhibition_nav .btn_ticket a {
        background: #A89170;
        color: #fff;
        width: 200px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0;
    }
    #suntory_contents .exhibition_nav .btn_ticket a:hover {
        background: #BEAC94;
    }
    #suntory_contents .exhibition_nav .btn_ticket a::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external_wh.svg) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        top: 8px;
        right: 8px;
    }
    #suntory_contents .exhibition_nav .btn_ticket a:hover {
        border: none;
        padding: 0;
    }
    #suntory_contents .exhibition_nav .sp_columnAdjust {
        display: flex;
    }
    #suntory_contents .exhibition_nav .sp_columnAdjust li:first-child {
        border-left: none;
    }

    /*------------------------------------------------------------
    [PC] exhibition_contents
    ------------------------------------------------------------ */
    #suntory_contents #sma_contents .exhibition_img_container {
        margin-bottom: 30px;
    }
    #suntory_contents #sma_contents .exhibition_img {
        text-align: center;
    }
    #suntory_contents #sma_contents .exhibition_img img {
        width: auto;
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #sma_contents .lead {
        margin: 0 auto;
        width: 860px;
    }
    #suntory_contents #sma_contents .lead p {
        font-size: 14px;
        line-height: 2;
    }
    #suntory_contents #sma_contents .lead p a {
        text-decoration: none;
        color: #000;
        padding-bottom: 3px;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents #sma_contents .lead p a.img {
        padding-bottom: 0;
        border-bottom: none;
    }
    #suntory_contents #sma_contents .lead p a:hover {
        color: #666;
        border-bottom: 1px #666 solid;
    }
    #suntory_contents #sma_contents .lead p a.img:hover {
        padding-bottom: 0;
        border-bottom: none;
    }

    #suntory_contents #sma_contents .lead img {
        width: auto!important;
        max-width: 100%!important;
        height: auto!important;
    }
    /**/
    #suntory_contents .btn_movie a {
        margin: 30px auto 0;
        width: 200px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        color: #000;
        border: 1px #A89170 solid;
    }
    #suntory_contents .btn_movie a:hover {
        color: #fff;
        background: #BEAC94;
        border: 1px #BEAC94 solid;
    }
    /**/
    #suntory_contents .btn_display {
        clear: both;
    }
    #suntory_contents .btn_display a {
        margin: 30px auto 0;
        width: 200px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        color: #000;
        border: 1px #A89170 solid;
    }
    #suntory_contents .btn_display a:hover {
        color: #fff;
        background: #BEAC94;
        border: 1px #BEAC94 solid;
    }

    #suntory_contents .exhibition_nav + .btn_works_list a {
        margin: -50px auto 80px;
    }
    #suntory_contents .btn_works_list a {
        margin: 30px auto 0;
        width: 240px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        color: #000;
        border: 1px #A89170 solid;
    }
    #suntory_contents .btn_works_list a span {
        margin-left: 10px;
        width: 40px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #DD0000;
        background: #fff;
        font-size: 12px;
        border: 1px #ccc solid;
    }
    #suntory_contents .btn_works_list a:hover {
        color: #fff;
        background: #BEAC94;
        border: 1px #BEAC94 solid;
    }
    #suntory_contents #sma_contents .exhibition_table {
        margin: 80px 0 20px;
        border-top: 1px #ccc solid;
    }
    #suntory_contents #sma_contents .exhibition_table th {
        border-bottom: 1px #ccc solid;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.8;
        text-align: left;
        vertical-align: top;
        padding: 25px 0;
        width: 200px;
    }
    #suntory_contents #sma_contents .exhibition_table td {
        border-bottom: 1px #ccc solid;
        padding: 25px 0;
        width: 760px;
        vertical-align: top;
    }
    #suntory_contents #sma_contents .exhibition_table td .text {
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents #sma_contents .exhibition_table td .text a,
    #suntory_contents #sma_contents .exhibition_table td .note a {
        color: #000;
        text-decoration: none;
        padding-bottom: 3px;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents #sma_contents .exhibition_table td .text a.img,
    #suntory_contents #sma_contents .exhibition_table td .note a.img {
        padding-bottom: 0;
        border-bottom: none;
    }
    #suntory_contents #sma_contents .exhibition_table td .text a:hover,
    #suntory_contents #sma_contents .exhibition_table td .note a:hover {
        border-bottom: 1px #666 solid;
        color: #666;
    }
    #suntory_contents #sma_contents .exhibition_table td .text a.img:hover,
    #suntory_contents #sma_contents .exhibition_table td .note a.img:hover {
        border-bottom: none;
    }

    #suntory_contents #sma_contents .exhibition_table td .text + .text,
    #suntory_contents #sma_contents .exhibition_table td .text + .note,
    #suntory_contents #sma_contents .exhibition_table td .note + .text,
    #suntory_contents #sma_contents .exhibition_table td .note + .note {
        margin-top: 15px;
    }
    #suntory_contents #sma_contents .exhibition_table td li {
        list-style: none;
    }
    #suntory_contents #sma_contents .exhibition_table td .note {
        font-size: 12px;
        line-height: 2;
    }
    #suntory_contents #sma_contents .price_container {
        display: flex;
        justify-content: space-between;
        width: 760px;
    }
    #suntory_contents #sma_contents .price_container + .note,
    #suntory_contents #sma_contents .price_container + .text {
        margin-top: 15px;
    }

    #suntory_contents #sma_contents .exhibition_table .price_table {
        width: 430px;
    }
    #suntory_contents #sma_contents .exhibition_table .price_table tr:first-child th {
        padding: 0 11px 11px 0;
    }
    #suntory_contents #sma_contents .exhibition_table .price_table tr:first-child td {
        padding: 0 0 11px 0;
    }
    #suntory_contents #sma_contents .exhibition_table .price_table th {
        border: none;
        font-size: 14px;
        line-height: 1.8;
        padding: 11px 0;
        vertical-align: top;
        width: 145px;
        white-space: nowrap;

        border-bottom: 1px #ccc dashed;
    }
    #suntory_contents #sma_contents .exhibition_table .price_table td {
        border: none;
        font-size: 14px;
        line-height: 1.8;
        padding: 11px 0;
        vertical-align: top;
        width: 142px;
        white-space: nowrap;

        border-bottom: 1px #ccc dashed;
    }
    #suntory_contents .exhibition_table .btn_ticket {
        border: none;
    }
    #suntory_contents .exhibition_table .btn_ticket a {
        background: #A89170;
        color: #fff;
        width: 200px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0;
        text-decoration: none;
    }
    #suntory_contents .exhibition_table .btn_ticket a:hover {
        background: #BEAC94;
    }
    #suntory_contents .exhibition_table .btn_ticket a::after {
        content: '';
        width: 10px;
        height: 10px;
        background: url(../img/icon_external_wh.svg) no-repeat 0 0;
        background-size: 10px auto;
        position: absolute;
        top: 8px;
        right: 8px;
    }
    #suntory_contents .exhibition_table .btn_ticket a:hover {
        border: none;
        padding: 0;
    }
    #suntory_contents .exhibition_section {
        margin: 0 auto;
        width: 960px;
        padding-bottom: 50px;
    }
    #suntory_contents .exhibition_section + .exhibition_section {
        border-top: 1px #ccc solid;
        padding-top: 50px;
    }

    #suntory_contents #sma_contents .exhibition_section div:last-child {
        margin-bottom: 0;
    }

    #suntory_contents .exhibition_section h2 {
        font-size: 24px;
        line-height: 1.8;
        font-weight: normal;
        margin-bottom: 30px;
    }
    #suntory_contents .exhibition_section h3 {
        font-size: 16px;
        line-height: 2;
        font-weight: normal;
    }
    #suntory_contents .exhibition_section p {
        margin-bottom: 2em;
        font-size: 14px;
        line-height: 2;
    }
    #suntory_contents .exhibition_section .text_block {
        margin-bottom: 50px;
    }
    #suntory_contents .exhibition_section .text_block p:last-child {
        margin: 0;
    }
    #suntory_contents .exhibition_section .dual_img {
        margin: 0 21px 30px;
        display: flex;
        justify-content: space-between;
    }
    #suntory_contents .exhibition_section .dual_img figure {
    }
    #suntory_contents .exhibition_section .dual_img figure:first-child {
        margin-right: 30px;
    }
    #suntory_contents .exhibition_section .dual_img figure:last-child {
        margin-left: 30px;
    }
    #suntory_contents .exhibition_section .dual_img figure img {
        vertical-align: bottom;
        width: 100%;
        height: auto;
    }
    #suntory_contents .exhibition_section .dual_img figure figcaption {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.8;
    }
    #suntory_contents .exhibition_section .dual_img figure figcaption p {
        margin: 0;
        font-size: 12px;
        line-height: 1.8;
    }

    #suntory_contents #sma_contents .exhibition_note {
        margin-bottom: 80px;
        font-size: 12px;
        line-height: 1.8;
    }
    #suntory_contents #sma_contents .exhibition_section + .exhibition_note {
        width: 960px;
        margin: 0 auto 80px;
    }
    /*
    #suntory_contents #sma_contents .movie {
        text-align: center;
        margin-bottom: 40px;
        }*/

        #suntory_contents #sma_contents .movie {
            padding-top: 20px;
        }
        #suntory_contents #sma_contents .movie ul {
            list-style: none;
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        #suntory_contents #sma_contents .movie li {
            padding: 0;
            box-sizing: border-box;
            position: relative;
            width: 480px;
        }
        #suntory_contents #sma_contents .movie li:nth-child(3),
        #suntory_contents #sma_contents .movie li:nth-child(4) {
            margin-top: 20px;
        }


/*------------------------------------------------------------
  floatImg（PC）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .floatImg {
    display: table;
}
#suntory_contents .floatImg figure {
    padding-right: 50px;
    display: table-cell;
    vertical-align: top;
}
#suntory_contents .floatImg figure img {
    margin-bottom: 20px;
    vertical-align: bottom;
    max-width: 400px;
    max-height: 600px;
    height: auto;
}
#suntory_contents .floatImg figure figcaption {
    font-size:11px;
    line-height: 1.8;
}
#suntory_contents .floatImg figure figcaption p {
    margin: 0;
    font-size:11px;
    line-height: 1.8;
}
#suntory_contents .floatImg .text {
    display: table-cell;
    vertical-align: top;
}
#suntory_contents .floatImg .text p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}

/*------------------------------------------------------------
  wideImg（PC）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .wideImg {
    margin: 0 auto 50px;
    display: table;
    width: auto;
    text-align: center;
}
#suntory_contents .wideImg figure {
    max-width: 680px;
    text-align: center;
}
#suntory_contents .wideImg img {
    margin-bottom: 20px;
    vertical-align: bottom;
    max-width: 680px;
    height:auto;
}
#suntory_contents .wideImg figcaption {
    font-size:11px;
    line-height: 1.8;
    text-align: left;
}
#suntory_contents .wideImg figcaption p {
    margin: 0;
    font-size:11px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  standardImg（PC）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .standardImg {
    margin: 0 auto 50px;
    display: table;
    width: auto;
    text-align: center;
}
#suntory_contents .standardImg figure {
    max-width: 500px;
    text-align: center;
}
#suntory_contents .standardImg img {
    margin-bottom: 20px;
    vertical-align: bottom;
    max-width: 500px;
    height:auto;
}
#suntory_contents .standardImg figcaption {
    font-size:11px;
    line-height: 1.8;
    text-align: left;
}
#suntory_contents .standardImg figcaption p {
    margin: 0;
    font-size:11px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  twinImg（PC）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .twinImg {
    margin: 0 auto 50px;
    display: table;
}
#suntory_contents .twinImg figure {
    display: table-cell;
}
#suntory_contents .twinImg figure:first-child {
    padding-right: 30px;
}
#suntory_contents .twinImg figure:last-child {
    padding-left: 30px;
}
#suntory_contents .twinImg img {
    margin-bottom: 20px;
    vertical-align: bottom;
    max-width: 450px;
    max-height: 600px;
    height: auto;
}
#suntory_contents .twinImg figcaption {
    font-size:11px;
    line-height: 1.8;
    color: #000;
}
#suntory_contents .twinImg figcaption p {
    margin: 0;
    font-size:11px;
    line-height: 1.8;
}

/*------------------------------------------------------------
  textContainer（PC）[legacy]
  ------------------------------------------------------------ */
  #suntory_contents .textContainer {
    margin: 0 auto 50px;

    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
#suntory_contents .textContainer p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 2;
}

#suntory_contents .oneColumn .textContainer {
    margin: 0 auto 50px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}


    /*------------------------------------------------------------
    [PC] future_list
    ------------------------------------------------------------ */
    #suntory_contents #future_list {
        margin-bottom: 110px;
    }
    #suntory_contents #future_list h1 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 50px;
        text-align: center;
    }
    #suntory_contents .exhibition_future li {
        list-style: none;
        width: 960px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 570px 50px 340px;
        grid-template-columns: 570px 340px;
        grid-gap: 0 50px;
        border-bottom: 1px #ccc solid;
        padding-bottom: 50px;
    }
    #suntory_contents .exhibition_future li:last-child {
        border: none;
        padding: 0;
    }
    #suntory_contents .exhibition_future li + li {
        margin-top: 50px;
    }
    #suntory_contents .exhibition_future li a {
        text-decoration: none;
        color: #000;
    }

    #suntory_contents .exhibition_future li.next_exhibition {
        position: relative;
        padding-top: 55px;
    }
    #suntory_contents .exhibition_future li .label_next {
        width: 160px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        background: #A89170;
        position: absolute;
        top: 0;
        left: 0;
    }
    #suntory_contents .exhibition_future .exhibition_data {
        width: 570px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
    }
    #suntory_contents .exhibition_future .exhibition_title {
        margin-bottom: 30px;
/*        display: flex;
        flex-direction: column;
        align-items: flex-start;*/
    }
    #suntory_contents .exhibition_future .sub_title {
        font-size: 18px;
        line-height:1.5;
        font-weight: normal;
        margin: 0 0 8px;
        display: inline-block;
        /*padding-bottom: 3px;*/
        border-bottom: 1px #fff solid;
    }
#suntory_contents .exhibition_future a:hover .sub_title {
    border-bottom: 1px #666 solid;
}
#suntory_contents .exhibition_future .sub_title + h2::before {
      content: '\A';
      white-space: pre;
  }
#suntory_contents .exhibition_future h2 {
    font-size: 24px;
    line-height: 1.8;
    font-weight: normal;
/*    margin: 0 0 10px;*/
    padding-bottom: 3px;
    display: inline;
    border-bottom: 1px #fff solid;
}
#suntory_contents .exhibition_future a:hover h2 {
    border-bottom: 1px #666 solid;
}
#suntory_contents .exhibition_future .term {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    margin: 10px 0 0;
}
#suntory_contents .exhibition_future .exhibition_data .text {
    font-size: 14px;
    line-height: 2;
}
#suntory_contents .exhibition_future .exhibition_img {
    width: 340px;
    height: 340px;
    overflow: hidden;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    position: relative;
}
#suntory_contents .exhibition_future .exhibition_img img {
    max-width: 340px;
    max-height: 340px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
#suntory_contents .exhibition_future .exhibition_img a:hover img{
    opacity: .75;
}

#suntory_contents .exhibition_future .note {
    margin: 30px 0 0;
    width: 570px;
    font-size: 12px;
    line-height: 1.8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
}

    /*------------------------------------------------------------
    [PC] history_list
    ------------------------------------------------------------ */
    #suntory_contents #history_list {
        margin-bottom: 60px;
    }
    #suntory_contents #history_list h1 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 50px;
        text-align: center;
    }
    #suntory_contents #history_list .decade_nav {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    #suntory_contents #history_list .decade_nav.sp_item {
        display: none;
    }

    #suntory_contents #history_list .decade_nav li {
        list-style: none;
        font-size: 16px;
        line-height: 1.8;
        margin: 0 25px;
    }
    #suntory_contents #history_list .decade_nav li a {
        color: #000;
        text-decoration: none;
    }
    #suntory_contents #history_list .decade_nav li a:hover {
        border-bottom: 1px #666 solid;
        padding-bottom: 3px;
    }
    #suntory_contents #history_list .decade_nav li.cr a {
        color: #A89170;
        font-weight: bold;
        border-bottom: 2px #A89170 solid;
        padding-bottom: 3px;
        pointer-events: none;
    }

    #suntory_contents #history_list .year_nav {
        margin-bottom: 80px;
        display: flex;
        justify-content: center;
    }
    #suntory_contents #history_list .year_nav:last-child {
        margin-bottom: 110px;
    }
    #suntory_contents #history_list .year_nav li {
        list-style: none;
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
        border-right: 1px #000 solid;
        padding: 0 20px;
    }
    #suntory_contents #history_list .year_nav li:first-child {
        border-left: 1px #000 solid;
    }
    #suntory_contents #history_list .year_nav li a {
        color: #000;
        text-decoration: none;
    }
    #suntory_contents #history_list .year_nav li a:hover {
        border-bottom: 1px #666 solid;
        padding-bottom: 3px;
    }
    #suntory_contents #history_list .year_nav_detail {
        display: none;
    }

    #suntory_contents #history_list .year_container {
        border-bottom: 1px #ccc solid;
        margin-top: -70px;
        /*        margin-bottom: 50px;*/
        padding: 120px 0 10px;
    }
    #suntory_contents #history_list .year_wrap .year_container:first-child {
        padding: 70px 0 10px;
    }
    #suntory_contents #history_list .year_wrap .year_container:last-child {
        border-bottom: none;
    }
    #suntory_contents #history_list .year_container h2 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 30px;
    }

    /*year_list*/
    #suntory_contents #history_list .year_container .year_list {
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents #history_list .year_container .year_list li {
        width: 300px;
        list-style: none;
        margin: 0 30px 40px 0;
    }
    #suntory_contents #history_list .year_container .year_list li:nth-child(3n) {
        margin: 0 0 40px 0;
    }
    #suntory_contents #history_list .year_container .year_list li a {
        color: #000;
        text-decoration: none;
    }
    #suntory_contents #history_list .year_container .year_list li a figure {
        width: 300px;
        margin-bottom: 20px;
    }
    #suntory_contents #history_list .year_container .year_list li a:hover figure {
        opacity: .75;
    }
    #suntory_contents #history_list .year_container .year_list li a figure img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents #history_list .year_container .year_list li a .sub_title {
        font-size: 16px;
        font-weight: normal;
        line-height: 2;
        border-bottom: 1px #fff solid;
        padding-bottom: 3px;
        display: inline;
    }
    #suntory_contents #history_list .year_container .year_list li a:hover .sub_title {
        border-bottom: 1px #666 solid;
    }
    #suntory_contents #history_list .year_container .year_list li a h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 2;
        border-bottom: 1px #fff solid;
        padding-bottom: 3px;
        display: inline;
    }
    #suntory_contents #history_list .year_container .year_list li a:hover h3 {
        border-bottom: 1px #666 solid;
    }
    #suntory_contents #history_list .year_container .year_list li a .term {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.8;
    }

    /*year_list_old*/
    #suntory_contents #history_list .year_container .year_list_old {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    #suntory_contents #history_list .year_container .year_list_old li {
        width: 450px;
        list-style: none;
        margin-top: 30px;
        padding-top: 30px;
        background: url(../img/dot_line.png) repeat-x 0 0;
        background-size: auto 1px;
    }
    #suntory_contents #history_list .year_container .year_list_old li:nth-child(even) {
        margin-left: 60px;
    }
    #suntory_contents #history_list .year_container .year_list_old li:nth-child(1),
    #suntory_contents #history_list .year_container .year_list_old li:nth-child(2) {
        background: none;
        margin-top: 0;
        padding-top: 0;
    }

    #suntory_contents #history_list .year_container .year_list_old li h3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: normal;
    }
    #suntory_contents #history_list .year_container .year_list_old li .date {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.8;
    }
    #suntory_contents #history_list .year_container .year_list_old li .body {
       font-size: 14px;
       line-height: 1.8;
   }
   #suntory_contents #history_list .year_container .year_list_old li.has_img {
    display: flex;
    justify-content: space-between;
}
#suntory_contents #history_list .year_container .year_list_old li.has_img .text {
    width: 315px;
    order: 1;
}
#suntory_contents #history_list .year_container .year_list_old li.has_img figure {
    width: 100px;
    order: 2;
}
#suntory_contents #history_list .year_container .year_list_old li.has_img figure img {
    width: 100%;
    vertical-align: bottom;
}




    /*------------------------------------------------------------
      spnavi（PC）[legacy]
      ------------------------------------------------------------ */
      #suntory_contents #spnavi {
        width: 900px;
        margin: 60px 0;
        padding: 30px;
        background: #f3f1ec;
    }
    #suntory_contents .spnavi_table {
        margin: 0;
        width: 100%;
    }
    #suntory_contents .spnavi_table tr {
    }
    #suntory_contents .spnavi_table th {
        text-align: left;
        vertical-align: top;
        padding:0 20px 0 0;
        display: table-cell;
    }
    #suntory_contents .spnavi_table td {
        font-size:16px;
        line-height: 1.5;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        display: table-cell;
    }
    #suntory_contents .spnavi_table td hr {
        margin: 4px 0;
        border-top:none;
        border-bottom: 1px #91499a solid;
    }
    #suntory_contents .spnavi_table td p.title {
        font-weight: bold;
        font-size: 24px;
        color: #91499a;
    }
    #suntory_contents .spnavi_table td p.title1 {
        font-weight: bold;
        font-size: 20px;
        color: #91499a;
        /*margin: 0 0 50px 0;*/
        margin: 0 0 16px 0;　/*←リードの下にコメントが入ったらこちらをon*/
    }
    #suntory_contents .spnavi_table td span {
        font-weight: bold;
        font-size: 30px;
        color: #91499a;
        margin: 0 0 0 0.5em;
    }
    #suntory_contents .spnavi_table td p.read {
        font-size:15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    #suntory_contents .spnavi_table td p.comment {
        font-size:15px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #8e7825;
    }
    #suntory_contents .spnavi_table td p.comment a,
    #suntory_contents .spnavi_table td p.comment a strong{
        color: #8e7825;
        text-decoration: underline;
    }
    #suntory_contents .spnavi_table td p.profile {
        font-size:12px;
        line-height: 1.6;
    }


}