@charset "utf-8";

#suntory_contents .year_list .list figure img {
	pointer-events: none;
}

/*------------------------------------------------------------
[SP]
------------------------------------------------------------ */
@media screen and (max-width:767px){

    /*------------------------------------------------------------
      [SP] event_nav
    ------------------------------------------------------------ */
    #suntory_contents .event_nav {
        margin: 8vw 4vw 12vw;
    }
    #suntory_contents .event_nav.event_nav_top {
        margin: 8vw 4vw 5.6vw;
    }
    #suntory_contents .event_nav.event_nav_bottom {
        margin: 0 4vw 16vw;
    }
    #suntory_contents .event_nav ul {
        display: flex;
        justify-content: center;
    }
    #suntory_contents .event_nav li {
        list-style: none;
        font-size: 3.466666666666667vw;
        line-height: 1.5;
        border-right: 1px #666 solid;
        padding: 0 3.2vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #suntory_contents .event_nav li:first-child {
        border-left: 1px #666 solid;
    }
    #suntory_contents .event_nav li a {
        color: #000;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #suntory_contents .event_nav li.cr a {
        color: #A89170;
        font-weight: bold;
        pointer-events: none;
    }

    #suntory_contents .btn_select_calendar a {
        margin: 0 auto 12vw;
        padding-right: 1.6vw;
        width: 48vw;
        height: 12vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px #AB916C solid;
        color: #000;
        text-decoration: none;
        font-size: 3.733333333333333vw;
        position: relative;
        box-sizing: border-box;
    }
    #suntory_contents .btn_select_calendar a::after {
    content: '';
    width: 3.2vw;
    height: 1.866666666666667vw;
    background: url(../img/arrow_down_large_gr.svg) no-repeat 0 0;
    background-size: 3.2vw auto;
    position: absolute;
    top: calc(50% - 0.933333333333333vw);
    right: 4vw;
    }


    /*------------------------------------------------------------
    [SP] title
    ------------------------------------------------------------ */
    #suntory_contents .title {
        margin: 8vw auto 3.2vw;
        width: 92vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #suntory_contents .title h1 {
        margin-bottom: 8vw;
        font-size: 5.6vw;
        font-weight: normal;
        text-align: center;
    }
    #suntory_contents .form_wrapper form {
        text-align: center;
    }
    #suntory_contents .category_nav_select select {
      -webkit-appearance: none;
      appearance: none;
    background: transparent  url(../img/arrow_down_small_gr.svg) no-repeat right 4.923076923076924vw center;
    background-size: 3.938461538461539vw auto;
      border: 1px #999 solid;;
      border-radius: 0;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: 4.267vw;
        box-sizing: border-box;
        padding: 0 0 0 4.923076923076924vw;
      width: 66.667vw;
        transform: scale(0.8125);
      height: 12vw;
    }
    #suntory_contents .year_nav_select select {
      -webkit-appearance: none;
      appearance: none;
    background: transparent  url(../img/arrow_down_small_gr.svg) no-repeat right 4.923076923076924vw center;
    background-size: 3.938461538461539vw auto;
      border: 1px #999 solid;;
      border-radius: 0;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: 4.267vw;
        box-sizing: border-box;
        padding: 0 19.692307692307696vw 0 4.923076923076924vw;
      width: auto;
        transform: scale(0.8125);
      width: 48vw;
      height: 12vw;
    }
    #suntory_contents .year_nav_select select:focus,
    #suntory_contents .category_nav_select select:focus {
      box-shadow: none;
      outline: none;
    }
    
    #suntory_contents .link_movie {
        margin: 0 auto 8vw;
        text-align: center;
    }
    #suntory_contents .link_movie a {
        height: 5.333333333333333vw;
        font-size: 3.733333333333333vw;
        line-height: 1;
        color: #000;
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding:0 4vw 0 0;
        box-sizing: border-box;
    }
    #suntory_contents .link_movie a::after {
        content: '';
        width: 1.866666666666667vw;
        height: 3.2vw;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 1.866666666666667vw auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    /*------------------------------------------------------------
      [SP] year_list
    ------------------------------------------------------------ */
    #suntory_contents .year_list {
        margin: 0 4vw;
    }
    #suntory_contents .year_list h2 {
        font-size: 4.8vw;
        font-weight: normal;
        text-align: center;
        margin-bottom: 8vw;
    }
    #suntory_contents .year_list .list > li {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px #ccc solid;
        padding-bottom: 8vw;
        margin-bottom: 8vw;
    }
    #suntory_contents .year_list .list > li figure {
        margin-bottom: 8vw;
    }
    #suntory_contents .year_list .list > li figure img {
        max-width: 58.666666666666667vw;
        height: auto;
        vertical-align: bottom;
    }
    #suntory_contents .year_list .list > li .text_block .date {
        font-size: 3.2vw;
        margin-bottom: 4vw;
    }
    #suntory_contents .year_list .list > li .text_block h3 {
        font-size: 4.266666666666667vw;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 5.6vw;
    }
    #suntory_contents .year_list .list > li .text_block p {
        font-size: 3.733333333333333vw;
        line-height: 1.8;
    }

    #suntory_contents .year_list .list > li .text_block p a {
        text-decoration: none;
        color: #000;
        padding-bottom: 0.8vw;
        border-bottom: 1px #000 solid;
    }

    #suntory_contents .year_list .list > li .text_block .note {
        margin-top: 5.6vw;
        font-size: 3.466666666666667vw;
        line-height: 1.8;
    }

    #suntory_contents .year_list .list > li .text_block .category_name {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

    #suntory_contents .year_list .list > li .text_block .category_name li {
        font-size: 3.2vw;
        padding: 1.333vw;
        margin: 1.6vw 2.133vw 0 0;
        border: 0.267vw solid #ccc;
    }

    /*------------------------------------------------------------
      [SP] nav_container
    ------------------------------------------------------------ */
    #suntory_contents .nav_container {
        position: relative;
        margin-bottom: 8vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #suntory_contents .nav_container.nav_form_wrapper form {
        text-align: center;
    }
    #suntory_contents .nav_container .page_nav {
        margin-bottom: 12vw;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 8vw;
    }
    #suntory_contents .btn_prev,
    #suntory_contents .btn_next {
        font-size: 3.466666666666667vw;
    }
    #suntory_contents .btn_prev a,
    #suntory_contents .btn_next a {
        color: #000;
        text-decoration: none;
        position: relative;
    }
    #suntory_contents .btn_prev a::before {
        content: '';
        width: 1.866666666666667vw;
        height: 3.2vw;
        background: url(../img/arrow_left_large_gr.svg) no-repeat 0 center;
        background-size: 1.866666666666667vw auto;
        position: absolute;
        top: calc(50% - 1.6vw);
        left: -4vw;
    }
    #suntory_contents .btn_next a::before {
        content: '';
        width: 1.866666666666667vw;
        height: 3.2vw;
        background: url(../img/arrow_right_large_gr.svg) no-repeat 0 center;
        background-size: 1.866666666666667vw auto;
        position: absolute;
        top: calc(50% - 1.6vw);
        right: -4vw;
    }
    #suntory_contents #page_num {
        margin: 0 5.6vw;
        height: 8vw;
        padding: 0 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px #666 solid;
        border-right: 1px #666 solid;
        font-size: 3.466666666666667vw;
        font-weight: normal;
        color: #000;
    }
    #suntory_contents #page_num a {
        text-decoration: none;
        color: #000;
        margin: 0 4vw;
    }
    #suntory_contents #page_num .current_page {
        font-weight: bold;
        color: #A89170;
        margin: 0 4vw;
    }

    #suntory_contents .nav_container .year_nav_select select {
      -webkit-appearance: none;
      appearance: none;
    background: transparent  url(../img/arrow_down_small_gr.svg) no-repeat right 4.923076923076924vw center;
    background-size: 3.938461538461539vw auto;
      border: 1px #999 solid;
      border-radius: 0;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: 4.267vw;
        box-sizing: border-box;
        padding: 0 19.692307692307696vw 0 4.923076923076924vw;
      width: auto;
        transform: scale(0.8125);
      width: 48vw;
      height: 12vw;
    }
    #suntory_contents .year_nav_select select:focus,
    #suntory_contents .category_nav_select select:focus {
      box-shadow: none;
      outline: none;
    }
    #suntory_contents .nav_container .year_nav_select select:focus,
    #suntory_contents .nav_container .category_nav_select select:focus {
      box-shadow: none;
      outline: none;
    }

}
/*------------------------------------------------------------
[PC]
------------------------------------------------------------ */
@media print, screen and (min-width:768px) {


    /*------------------------------------------------------------
      [PC] event_nav
    ------------------------------------------------------------ */
    #suntory_contents .event_nav {
        margin-bottom: 80px;
    }
    #suntory_contents .event_nav ul {
        display: flex;
        justify-content: center;
    }
    #suntory_contents .event_nav li {
        list-style: none;
        font-size: 14px;
        border-right: 1px #666 solid;
        padding: 8px 30px;
    }
    #suntory_contents .event_nav li:first-child {
        border-left: 1px #666 solid;
    }

    #suntory_contents .event_nav li a {
        color: #000;
        padding-bottom: 3px;
        text-decoration: none;
    }
    #suntory_contents .event_nav li a:hover {
        border-bottom: 1px #666 solid;
    }
    #suntory_contents .event_nav li.cr a {
        color: #A89170;
        font-weight: bold;
        pointer-events: none;
    }


    /*------------------------------------------------------------
      [PC] title
    ------------------------------------------------------------ */
    #suntory_contents .title {
        width: 960px;
        margin: 50px auto 20px;
        position: relative;
    }
    #suntory_contents .title h1 {
        font-size: 28px;
        line-height: 40px;
        font-weight: normal;
        text-align: center;
    }
    #suntory_contents .title .category_nav_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(/sma/common2020/img/arrow_down_small_gr.svg) no-repeat right 14px center;
    background-size: 12px auto;
    border: 1px #999 solid;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 30px 10px 20px;
    width: 180px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 140px;
    }
    #suntory_contents .title .year_nav_select select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
        background: transparent  url(../img/arrow_down_small_gr.svg) no-repeat right 14px center;
    background-size: 12px auto;
      border: 1px #999 solid;;
      border-radius: 0;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: 12px;
  line-height: 1.2;
      padding: 10px 30px 10px 20px;
      width: 120px;
        height: 40px;
        box-sizing: border-box;
    position: absolute;
        top: 0;
        right: 0;
    }
    #suntory_contents .title .year_nav_select select::-ms-expand,
    #suntory_contents .title .category_nav_select select::-ms-expand {
      display: none;
    }
    #suntory_contents .title .year_nav_select select:focus,
    #suntory_contents .title .category_nav_select select:focus {
      box-shadow: none;
      outline: none;
    }

    
    #suntory_contents .link_movie {
        margin: 0 0 40px;
        text-align: right;
    }
    
    #suntory_contents .link_movie a {
        font-size: 14px;
        color: #000;
        text-decoration: none;
        position: relative;
        display: inline-block;
        margin-right:15px;
        padding:0 0 3px 0;
        border-bottom: 1px #fff solid;
    }
    #suntory_contents .link_movie a:hover {
        border-bottom: 1px #666 solid;
    }
    #suntory_contents .link_movie a::after {
        content: '';
        width: 7px;
        height: 12px;
        background: url(../img/arrow_right_small_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 9px);
        right: -15px;
    }


    /*------------------------------------------------------------
      [PC] year_list
    ------------------------------------------------------------ */
    #suntory_contents .year_list {
        margin: 0 auto;
        width: 960px;
    }
    #suntory_contents .year_list h2 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 30px;
    }

    #suntory_contents .year_list .list > li {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px #ccc solid;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    #suntory_contents .year_list .list > li figure {
        width: 300px;
    }
    #suntory_contents .year_list .list > li figure img {
        max-width: 300px;
        height: auto;
        vertical-align: bottom;
    }

    #suntory_contents .year_list .list > li .text_block {
        width: 600px;
    }

    #suntory_contents .year_list .list > li .text_block .date {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #suntory_contents .year_list .list > li .text_block h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    #suntory_contents .year_list .list > li .text_block p {
        font-size: 14px;
        line-height: 2;
    }
    #suntory_contents .year_list .list > li .text_block p a{
        text-decoration: none;
        color: #000;
        padding-bottom: 3px;
        border-bottom: 1px #000 solid;
    }
    #suntory_contents .year_list .list > li .text_block p a:hover{
        color: #666;
        border-bottom: 1px #666 solid;
    }

    #suntory_contents .year_list .list > li .text_block .note {
         margin-top: 30px;
        font-size: 14px;
        line-height: 1.8;
    }

    #suntory_contents .year_list .list > li .text_block .category_name {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    #suntory_contents .year_list .list > li .text_block .category_name li {
        font-size: 12px;
        padding: 5px;
        margin: 6px 8px 0 0;
        border: 1px solid #ccc;
    }

    /*------------------------------------------------------------
      [PC] nav_container
    ------------------------------------------------------------ */
    #suntory_contents .nav_container {
        position: relative;
        margin-bottom: 120px;
        min-height: 36px;
    }

    #suntory_contents .nav_container .page_nav {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 36px;
    }
    #suntory_contents .btn_prev,
    #suntory_contents .btn_next {
        font-size: 14px;
    }
    #suntory_contents .btn_prev a,
    #suntory_contents .btn_next a {
        color: #000;
        text-decoration: none;
        position: relative;
    }
    #suntory_contents .btn_prev a::before {
        content: '';
        width: 7px;
        height: 12px;
        background: url(../img/arrow_left_large_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 6px);
        left: -15px;
    }
    #suntory_contents .btn_next a::before {
        content: '';
        width: 7px;
        height: 12px;
        background: url(../img/arrow_right_large_gr.svg) no-repeat 0 center;
        background-size: 7px auto;
        position: absolute;
        top: calc(50% - 6px);
        right: -15px;
    }
    #suntory_contents #page_num {
        margin: 0 30px;
        height: 30px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px #666 solid;
        border-right: 1px #666 solid;
        font-size: 14px;
        font-weight: normal;
        color: #000;
    }
    #suntory_contents #page_num a {
        text-decoration: none;
        color: #000;
        margin: 0 20px;
    }
    #suntory_contents #page_num .current_page {
        font-weight: bold;
        color: #A89170;
        margin: 0 20px;
    }
    #suntory_contents .nav_container .category_nav_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(/sma/common2020/img/arrow_down_small_gr.svg) no-repeat right 14px center;
    background-size: 12px auto;
    border: 1px #999 solid;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 30px 10px 20px;
    width: 180px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 140px;
    }
    #suntory_contents .nav_container .year_nav_select select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
        background: transparent url(../img/arrow_down_small_gr.svg) no-repeat right 14px center;
    background-size: 12px auto;
      border: 1px #999 solid;
      border-radius: 0;
      color: inherit;
      cursor: pointer;
      font-family: inherit;
      font-size: 12px;
  line-height: 1.2;
      padding: 10px 30px 10px 20px;
      width: 120px;
      height: 40px;
      box-sizing: border-box;
    position: absolute;
        top: 0;
        right: 0;
    }
    #suntory_contents .nav_container .year_nav_select select::-ms-expand,
    #suntory_contents .nav_container .category_nav_select select::-ms-expand {
      display: none;
    }
    #suntory_contents .nav_container .year_nav_select select:focus,
    #suntory_contents .nav_container .category_nav_select select:focus {
      box-shadow: none;
      outline: none;
    }

}