@charset "utf-8";


/* for PC */

/*------------------------------------------------------------
  contentsWrapper（PC）
------------------------------------------------------------ */
#suntory_contents .contentsWrapper {
    width: 960px;
    margin: 0 auto;
}

#suntory_contents .collectionBottom {
    width: 960px;
    margin: 0 auto 60px;
}

/*------------------------------------------------------------
  data（PC）
------------------------------------------------------------ */
#suntory_contents #data {
    width: 960px;
    margin: 0 auto;
}
#suntory_contents #data h1 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: normal;
}
#suntory_contents #data h1 a {
    color: #000;
}

/*------------------------------------------------------------
  ovelay（PC）
------------------------------------------------------------ */
#suntory_contents #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}


/*------------------------------------------------------------
  data_base_container（PC）
------------------------------------------------------------ */
#suntory_contents .data_base_container {
    margin-bottom: 90px;
    border: 5px #ece9e2 solid;
    padding: 40px;
}
#suntory_contents .data_base_container .note {
    margin-bottom: 20px;
    font-size: 14px;
}
#suntory_contents .data_base_container .keyword_text {
    margin-bottom: 30px;
    border: 1px #ccc solid;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

#suntory_contents .data_base_container .btn_container {
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:center; 
    justify-content:center; 
    margin: 0 auto;
}
#suntory_contents .data_base_container .btn_submit {
    margin: 0 15px;
    background: #df5900;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 15px 90px;
    border-radius: 90px;
    cursor: pointer;
}
#suntory_contents .data_base_container .btn_clear {
    margin: 0 15px;
    background: #f3f1ec;
    color: #30406c;
    border: none;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 40px;
    cursor: pointer;
}

/*------------------------------------------------------------
  search_codition（PC）
------------------------------------------------------------ */
#suntory_contents .search_codition {
    margin-bottom: 40px;
}

#suntory_contents .search_codition dt {
    background: #e8e3d7;
}
#suntory_contents .search_codition dt a {
    display: block;
    padding: 20px;
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
}
#suntory_contents .search_codition dt a span {
    position: relative;
}
#suntory_contents .search_codition dt a span:after{
    content:"";
    vertical-align:middle;
    position:absolute;
    top:calc(50% - 6px);
    right:-25px;
    width:8px;
    height:8px;
    margin:auto;
    border-top:3px solid #06194f;
    border-right:3px solid #06194f;   
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg); 
}
#suntory_contents .search_codition dt.open a span:after{ 
    top:calc(50% - 3px);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg); 
}

#suntory_contents .search_codition dd {
    background: #f3f1ec;
    padding: 0 40px 10px;
    display: none;
}

#suntory_contents .search_codition dd table {
    width: 100%;
}
#suntory_contents .search_codition dd table th {
    width: 130px;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    border-bottom: 2px #ccc solid;
    padding: 30px 0 30px;
}
#suntory_contents .search_codition dd table td {
    width: 660px;
    text-align: left;
    vertical-align: top;
    border-bottom: 2px #ccc solid;
    padding: 30px 0 30px;
    font-size: 14px;
    line-height: 1.5;
}
#suntory_contents .search_codition dd table td p {
    font-size: 14px;
    margin-bottom: 20px;
}

#suntory_contents .search_codition dd table tr:last-child th,
#suntory_contents .search_codition dd table tr:last-child td {
    border-bottom: none;
}

#suntory_contents .search_codition dd select {
    margin-right: 100px;
    background: #233066 url(/sma/collection/img/data/arrow_select.png) no-repeat right 15px center;
    background-size: 14px auto;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    width: 250px;
    box-sizing: border-box;
}
#suntory_contents .search_codition dd select:last-child {
    margin-right: 0;
}
#suntory_contents .search_codition dd select::-ms-expand {
    display: none;
}
#suntory_contents .search_codition dd select.disabled {
    background: #cccccc url(/sma/collection/img/data/arrow_select.png) no-repeat right 15px center;
    background-size: 14px auto;
}

#suntory_contents .search_codition dd select.selected {
    background: #5169ad url(/sma/collection/img/data/arrow_select.png) no-repeat right 15px center;
    background-size: 14px auto;
}


/*------------------------------------------------------------
  author_select（PC）
------------------------------------------------------------ */
#suntory_contents .author_select {
    position: relative;
}
#suntory_contents .search_codition dd table td p.btn_author_select {      
    margin-bottom: 0;
}
#suntory_contents .btn_author_select a {
    width: 250px;
    display: block;
    background: #233066 url(/sma/collection/img/data/icon_plus.png) no-repeat right 15px center;
    background-size: 14px auto;
    color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 14px;
    text-decoration: none;
}
#suntory_contents .author_select_container {
    width: 860px;
    background: #fff;
    position: absolute;
    top: 70px;
    left: -164px;
    box-shadow: 0 0 8px rgba(0,0,0,.20);
    z-index: 999;
    display: none;
}
#suntory_contents .author_select_container:before {
    content: '';
    width: 40px;
    height: 25px;
    background: url(/sma/collection/img/data/hook.png) no-repeat 0 0;
    position: absolute;
    top: -25px;
    left: 270px;
}
#suntory_contents .author_select_container ul {
    list-style: none;
}

#suntory_contents .author_select_container .author_nav{
    display: block;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    margin: 30px;
}
#suntory_contents .author_select_container .author_nav li {
    color: #233066;
    padding:12px 20px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}
#suntory_contents .author_select_container .author_nav li.cr {
    background: #5169ad;
    color: #fff;
}
#suntory_contents .author_select_container .author_nav li.none {
    color: #bbb;
    cursor: default;
}

#suntory_contents .author_select_container .author_list {
    margin-bottom: 40px;
    padding: 0 30px;
    column-count: 3;
}
#suntory_contents .author_select_container .author_list li {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.5;
}

#suntory_contents .author_select_container .author_list .checkbox {
    display: none;
}
#suntory_contents .author_select_container .author_list .checkbox + span {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    display: inline-block;
}
#suntory_contents .author_select_container .author_list .checkbox:checked + span {
    color: #fff;
    background: #5169ad;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 20px;
}
#suntory_contents .search_codition dd table td .selected_list {
    margin-top: 10px;
}
#suntory_contents .search_codition dd table td .selected_list p {
    display: inline-block;
    background: #5169ad;
    color: #fff;
    font-size: 13px;
    margin: 10px 20px 0 0;
    padding: 10px 35px 10px 15px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}

#suntory_contents .selected_list p:after {
    content: '';
    width: 11px;
    height: 11px;
    background: url(/sma/collection/img/data/icon_close.png) no-repeat 0 0;
    background-size: 11px 11px;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
}

#suntory_contents .author_select_container .btn_container {
    margin: 0 auto 30px;
    display: table;
}
#suntory_contents .author_select_container .btn_container li {
    display: table-cell;
    padding: 0 15px;
}
#suntory_contents .author_select_container .btn_container li.btn_ok a {
    width: 150px;
    display: block;
    background: #233066;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    border-radius: 60px;
    text-decoration: none;
}
#suntory_contents .author_select_container .btn_container li.btn_cancel a {
    width: 150px;
    display: block;
    background: #f3f1ec;
    color: #30406c;
    padding: 15px 0;
    text-align: center;
    border-radius: 60px;
    text-decoration: none;
}

/*------------------------------------------------------------
  search_results（PC）
------------------------------------------------------------ */
#suntory_contents .search_results {
    width: 100%;
    border: 5px #ece9e2 solid;
    margin-bottom: 40px;
    padding: 30px 40px;
    box-sizing: border-box;
    display: table;
}
#suntory_contents .search_results .results_num {
    display: table-cell;
    width: 21.8390804597701%;
    font-size: 16px;
    line-height: 1.5;
}
#suntory_contents .search_results .results_data {
    display: table-cell;
    width: 78.1609195402299%;
}

#suntory_contents .search_results .results_data dl {
    display: table;
}
#suntory_contents .search_results .results_data dt {
    display: table-cell;
    font-size: 14px;
    width: 7em;
}
#suntory_contents .search_results .results_data dd {
    display: table-cell;
}

#suntory_contents .search_results .results_data .genre_period {
    display: flex;
}
#suntory_contents .search_results .results_data dl.genre {
    min-width: 50%;
}
#suntory_contents .search_results .results_data dl.period {
    min-width: 50%;
}
#suntory_contents .search_results .results_data dd span {
    display: inline-block;
    background: #5169ad;
    color: #fff;
    font-size: 13px;
    margin: 10px 20px 0 0;
    padding: 10px 15px;
    border-radius: 30px;
    position: relative;
}


/*------------------------------------------------------------
  （PC）page_nav
------------------------------------------------------------ */
#suntory_contents .page_nav {
    margin: 0 auto 20px;
    width: 960px;
}
#suntory_contents .page_nav.bottom {
    margin: 0 auto 80px;
}
#suntory_contents .page_nav:after { content :''; display :block; clear :both; }

#suntory_contents .page_nav p {
    margin-right: 10px;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    color: #06194f;
}
#suntory_contents .page_nav ul {
   float: right;
    list-style: none;
    width: 71px;
    height: 36px;
    position: relative;
}
#suntory_contents .page_nav ul li a {
    display: block;
    width: 35px;
    height: 36px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
}
#suntory_contents .page_nav ul li a:hover {
    opacity: .75;
}
#suntory_contents .page_nav ul li.disable a:hover {
    opacity: 1;
}
#suntory_contents .page_nav ul li.disable a {
    cursor: default;
}
#suntory_contents .page_nav ul li.prev a {
    width: 35px;
    background: #233066 url(/sma/collection/img/data/arrow_l_white.png) no-repeat 13px center;
    background-size: 9px auto;
    left: 0;
    border-radius: 20px 0 0 20px;
}
#suntory_contents .page_nav ul li.next a {
    width: 35px;
    background: #233066 url(/sma/collection/img/data/arrow_r_white.png) no-repeat right 13px center;
    background-size: 9px auto;
    right: 0;
    border-radius: 0 20px 20px 0;
}

#suntory_contents .page_nav ul li.prev.disable {
    width: 35px;
    height: 36px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    background: #cccccc url(/sma/collection/img/data/arrow_l_white.png) no-repeat 13px center;
    background-size: 9px auto;
    left: 0;
    border-radius: 20px 0 0 20px;
}
#suntory_contents .page_nav ul li.next.disable {
    width: 35px;
    height: 36px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    background: #cccccc url(/sma/collection/img/data/arrow_r_white.png) no-repeat right 13px center;
    background-size: 9px auto;
    right: 0;
    border-radius: 0 20px 20px 0;
}

/*------------------------------------------------------------
  nav_container（PC）
------------------------------------------------------------ */
#suntory_contents .nav_container {
    margin-bottom: 40px;
}
#suntory_contents .nav_container:after { content :''; display :block; clear :both; }

#suntory_contents .nav_container ul {
    list-style: none;
}

#suntory_contents .display_select {
    display: flex;
    float: left;
}
#suntory_contents .number_select_sp {
    display: none;
}
#suntory_contents .number_select {
    margin-right: 20px;
    background: #ece9e2 url(/sma/collection/img/data/arrow_select_dark.png) no-repeat right 15px center;
    background-size: 15px auto;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    font-size: 14px;
    padding: 12px 45px 15px 20px;
    height: 44px;
    display: flex;
    box-sizing: border-box;
}
#suntory_contents .number_select::-ms-expand {
    display: none;
}
#suntory_contents .layout_select {
    display: flex;
}
#suntory_contents .btn_grid a {
    display: inline-block;
    background: #ece9e2 url(/sma/collection/img/data/icon_grid_black.png) no-repeat 20px center;
    background-size: 20px auto;
    font-size: 14px;
    color: #000;
    padding: 15px 20px 15px 50px;
    text-decoration: none;
}
#suntory_contents .btn_grid a:hover {
    background: #5169ad url(/sma/collection/img/data/icon_grid_white.png) no-repeat 20px center;
    background-size: 20px auto;
    color: #fff;
}
#suntory_contents .btn_grid.cr a {
    background: #5169ad url(/sma/collection/img/data/icon_grid_white.png) no-repeat 20px center;
    background-size: 20px auto;
    color: #fff;
}
#suntory_contents .btn_list a {
    display: inline-block;
    background: #ece9e2 url(/sma/collection/img/data/icon_list_black.png) no-repeat 20px center;
    background-size: 20px auto;
    font-size: 14px;
    color: #000;
    padding: 15px 20px 15px 50px;
    text-decoration: none;
}
#suntory_contents .btn_list a:hover {
    background: #5169ad url(/sma/collection/img/data/icon_list_white.png) no-repeat 20px center;
    background-size: 20px auto;
    color: #fff;
}
#suntory_contents .btn_list.cr a {
    background: #5169ad url(/sma/collection/img/data/icon_list_white.png) no-repeat 20px center;
    background-size: 20px auto;
    color: #fff;
}

#suntory_contents .nav_container .page_nav {
    width: auto;
    margin: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    float: right;
}
#suntory_contents .nav_container .number_sp {
    display: none;
}
#suntory_contents .nav_container .number {
    margin: 0 5px 0 0;
}
#suntory_contents .nav_container .number a {
    display: inline-block;
    background: #ece9e2;
    color: #06194f;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    width: 3em;
    text-align: center;
    text-decoration: none;
}
#suntory_contents .nav_container .number a:hover {
    text-decoration: none;
}
#suntory_contents .nav_container .number.cr {
    display: inline-block;
    background: none;
    color: #5169ad;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    width: 2em;
    text-align: center;
    cursor: default;
    float: none;
}
#suntory_contents .nav_container .interval {
    margin: 0 5px 0 0;
}
#suntory_contents .nav_container .interval a {
    color: #06194f;
    font-size: 12px;
    text-decoration: none;
}
#suntory_contents .nav_container .first a {
    margin-right: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #06194f;
    background: url(/sma/collection/img/data/arrow_first.png) no-repeat 0 center;
    background-size: auto 16px;
    padding-left: 24px;
    text-decoration: none;
}
#suntory_contents .nav_container .prev a {
    margin-right: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #06194f;
    background: url(/sma/collection/img/data/arrow_prev.png) no-repeat 0 center;
    background-size: auto 16px;
    padding-left: 14px;
    text-decoration: none;
}
#suntory_contents .nav_container .last a {
    margin-left:15px;
    font-size: 13px;
    line-height: 16px;
    color: #06194f;
    background: url(/sma/collection/img/data/arrow_last.png) no-repeat right center;
    background-size: auto 16px;
    padding-right: 24px;
    text-decoration: none;
}
#suntory_contents .nav_container .next a {
    margin-left: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #06194f;
    background: url(/sma/collection/img/data/arrow_next.png) no-repeat right center;
    background-size: auto 16px;
    padding-right: 14px;
    text-decoration: none;
}
#suntory_contents .nav_container .first a:hover,
#suntory_contents .nav_container .prev a:hover,
#suntory_contents .nav_container .last a:hover,
#suntory_contents .nav_container .next a:hover {
    text-decoration: none;
}


#suntory_contents .nav_container .first.disable {
    margin-right: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
    background: url(/sma/collection/img/data/arrow_first_disable.png) no-repeat 0 center;
    background-size: auto 16px;
    padding-left: 24px;
}
#suntory_contents .nav_container .prev.disable {
    margin-right: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
    background: url(/sma/collection/img/data/arrow_prev_disable.png) no-repeat 0 center;
    background-size: auto 16px;
    padding-left: 14px;
}
#suntory_contents .nav_container .last.disable {
    margin-left:15px;
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
    background: url(/sma/collection/img/data/arrow_last_disable.png) no-repeat right center;
    background-size: auto 16px;
    padding-right: 24px;
}
#suntory_contents .nav_container .next.disable {
    margin-left: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
    background: url(/sma/collection/img/data/arrow_next_disable.png) no-repeat right center;
    background-size: auto 16px;
    padding-right: 14px;
}

/*------------------------------------------------------------
  item_container grid（PC）
------------------------------------------------------------ */
#suntory_contents #item_container.grid ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
#suntory_contents #item_container.grid li {
    list-style: none;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px #dad5c8 solid;
    border-bottom: 1px #dad5c8 solid;
}

#suntory_contents #item_container.grid li:nth-child(1),
#suntory_contents #item_container.grid li:nth-child(2),
#suntory_contents #item_container.grid li:nth-child(3),
#suntory_contents #item_container.grid li:nth-child(4) {
    border-top: 1px #dad5c8 solid;
}
#suntory_contents #item_container.grid li:nth-child(1) {
    border-left: 1px #dad5c8 solid;
}
#suntory_contents #item_container.grid li:nth-child(4n+1) {
    border-left: 1px #dad5c8 solid;
}

#suntory_contents #item_container.grid li a {
    display: block;
    padding: 25px 0;
    box-sizing: border-box;
    text-decoration: none;
}
#suntory_contents #item_container.grid li figure {
    margin: 0 20px 20px;
    height: 200px;
    text-align: center;
    table-layout: fixed;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:center; 
    justify-content:center; 
}
#suntory_contents #item_container.grid li figure img {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height:200px;
}
#suntory_contents #item_container.grid li a:hover figure img {
    opacity: .75;
}

#suntory_contents #item_container.grid li h2 {
    margin: 0 20px 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    text-align: left;
}
#suntory_contents #item_container.grid li .author {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    text-align: left;
}
#suntory_contents #item_container.grid li .period {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    text-align: left;
}
#suntory_contents #item_container.grid li .label {
    margin: 0 20px 15px;
    padding: 0;
    text-align: left;
}
#suntory_contents #item_container.grid li .label span {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    border: 1px #000 solid;
    padding: 5px 20px;
    display: inline;
    white-space: nowrap;
    box-sizing: border-box;
}

/*------------------------------------------------------------
  item_container list（PC）
------------------------------------------------------------ */
#suntory_contents #item_container.list ul {
    margin-bottom: 40px;
    border-top: 1px #dad5c8 solid;
}
#suntory_contents #item_container.list li {
    list-style: none;
    border-bottom: 1px #dad5c8 solid;
}
#suntory_contents #item_container.list li a {
    display: block;
    padding: 10px;
    table-layout: fixed;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:start;
	justify-content: start;
    color: #000;
    text-decoration: none;
}
#suntory_contents #item_container.list li figure {
    margin: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center; 
    -webkit-justify-content:center; 
    justify-content:center;
}
#suntory_contents #item_container.list li figure img {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 80px;
}
#suntory_contents #item_container.list li a:hover figure img {
    opacity: .75;
}
#suntory_contents #item_container.list li .text {
    width: 870px;
    display: flex;
}
#suntory_contents #item_container.list li .title {
    width: 340px;
    box-sizing: border-box;
    padding-left: 20px;
}
#suntory_contents #item_container.list li h2 {
    margin: 0 10px 10px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}
#suntory_contents #item_container.gird li .label {
    text-align: none;
}
#suntory_contents #item_container.list li .label {
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
    display: block;
}
#suntory_contents #item_container.list li .label span {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    border: 1px #000 solid;
    padding: 5px 20px;
    display: inline;
    white-space: nowrap;
}
#suntory_contents #item_container.list li .author {
    margin: 0 20px 0 20px;
    width: 290px;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#suntory_contents #item_container.list li .period {
    width: 180px;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

/*------------------------------------------------------------
  data_title（PC）
------------------------------------------------------------ */
#suntory_contents #data .data_base_title {
    margin-bottom: 20px;
    font-size: 26px;
}
#suntory_contents #data .data_base_title a {
    color: #000;
    text-decoration: none;
}

#suntory_contents #data_title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px #dad5c8 solid;
}
#suntory_contents #data_title .title {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}
#suntory_contents #data_title .title h1 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: normal;
    order: 2;
}
#suntory_contents #data_title .title .label {
    margin-bottom: 15px;
    order: 1;
}
#suntory_contents #data_title .title .label span {
    font-size: 12px;
    border: 1px #000 solid;
    padding: 5px 20px;
    white-space: nowrap;
}
#suntory_contents #data_title .rubi {
    font-size: 12px;
}

/*------------------------------------------------------------
  data_container（PC）
------------------------------------------------------------ */
#suntory_contents #data_container {
    margin-bottom: 80px;
}
#suntory_contents #data_container:after { content :''; display :block; clear :both; }

#suntory_contents #data_img {
    width: 370px;
    float: left;
}
#suntory_contents #data_img .slide_item .slick-slide {
    margin-bottom: 30px;
    width: 370px;
    height: 370px;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important; 
    -webkit-justify-content:center!important; 
    justify-content:center!important;
}
#suntory_contents #data_img .slide_item .slick-slide img {
    max-width: 370px;
    max-height: 370px;
    width: auto;
    height: auto;
}

#suntory_contents #data_img .slide_item_nav .slick-track {
    display: flex!important;
    flex-wrap: wrap!important;
    width: 370px!important;
    height: auto!important;
    transform:none!important;
}
#suntory_contents #data_img .slide_item_nav .slick-track .slick-slide {
    margin-right: 7px!important;
    margin-bottom: 10px!important;
    width: 40px!important;
    height: 40px!important;
    display: block!important;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important; 
    -webkit-justify-content:center!important; 
    justify-content:center!important;
}
#suntory_contents #data_img .slide_item_nav .slick-track .slick-slide:nth-child(8n) {
    margin-right: 0!important;
}
#suntory_contents #data_img .slide_item_nav .slick-track .slick-slide.slick-current {
    background: #7f7f7f!important;
}
#suntory_contents #data_img .slide_item_nav .slick-track .slick-slide img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}
#suntory_contents #data_img .slide_item_nav .slick-track .slick-slide a:hover img {
    opacity: .75;
}

#suntory_contents #data_img .slide_item_nav .slick-track .slick-slide.slick-current img {
    opacity: .75;
}
#suntory_contents #data_text {
    width: 530px;
    float: right;
}
#suntory_contents #data_text dl {
    margin-bottom: 40px;
}
#suntory_contents #data_text dt {
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
}
#suntory_contents #data_text dd {
    font-size: 14px;
    line-height: 1.8;
    border-bottom: 1px #dad5c8 solid;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
#suntory_contents #data_text dd a,
#suntory_contents #data_text p a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px #000 solid;
    padding-bottom: 3px;
}
#suntory_contents #data_text dd a:hover,
#suntory_contents #data_text p a:hover {
    border-bottom: 1px #666 solid;
    padding-bottom: 3px;
    color: #666;
}
#suntory_contents #data_text p {
    font-size: 14px;
    line-height: 1.8;
}


@media screen and (max-width:767px){

/* for SP */

/*------------------------------------------------------------
  （SP）
------------------------------------------------------------ */
    
    /*------------------------------------------------------------
      contentsWrapper（SP）
    ------------------------------------------------------------ */
    #suntory_contents .contentsWrapper {
        width: auto;
        margin: 0 auto;
    }
    #suntory_contents .collectionBottom {
    width: auto;
    margin: 0 15px 60px;
    }
    
    /*------------------------------------------------------------
      data（SP）
    ------------------------------------------------------------ */
    #suntory_contents #data {
        width: auto;
        margin: 0 auto 50px;
        border-bottom: 5px #ece9e2 solid;
    }
    #suntory_contents #data h1 {
        margin: 0 0 40px;
        padding: 30px 0;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        border-bottom: 5px #ece9e2 solid;
    }
    
    /*------------------------------------------------------------
      ovelay（SP）
    ------------------------------------------------------------ */
    #suntory_contents #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: none;
        background: #fff;
    }

    /*------------------------------------------------------------
      data_base_container（SP）
    ------------------------------------------------------------ */
    #suntory_contents .data_base_container {
        margin: 0 20px 40px;
        border: none;
        padding: 0;
    }
    #suntory_contents .data_base_container * {
        -webkit-appearance: none;
    }
    #suntory_contents .data_base_container .note {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
    #suntory_contents .data_base_container .keyword_text {
        margin-bottom: 30px;
        border: 1px #ccc solid;
        width: 100%;
        padding: 20px;
        font-size: 16px;
        box-sizing: border-box;
    }

    #suntory_contents .data_base_container .btn_container {
        margin: 0 auto;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        -webkit-justify-content:center; 
        justify-content:center; 
    }
    #suntory_contents .data_base_container .btn_submit {
        margin: 0 1.6vw;
        font-size: 16px;
        padding: 15px 14.1333333333333vw;
        border-radius: 90px;
    }
    #suntory_contents .data_base_container .btn_clear {
        margin: 0 1.6vw;
        font-size: 14px;
        padding: 13px 5.93333333333333vw;
        border-radius: 40px;
    }

    /*------------------------------------------------------------
      search_codition（SP）
    ------------------------------------------------------------ */
    #suntory_contents .search_codition {
        margin-bottom: 40px;
    }

    #suntory_contents .search_codition dd {
        background: #f3f1ec;
        padding: 0 20px 10px;
    }

    #suntory_contents .search_codition dd table {
        display: block;
        margin: 0 auto;
        width: auto;
    }
    #suntory_contents .search_codition dd table th {
        width: auto;
        text-align: left;
        vertical-align: top;
        font-size: 16px;
        font-weight: bold;
        border-bottom: none;
        padding: 30px 0 20px;
        display: block;
    }
    #suntory_contents .search_codition dd table td {
        width: auto;
        text-align: left;
        vertical-align: top;
        border-bottom: 2px #ccc solid;
        padding: 0 0 30px;
        display: block;
        box-sizing: border-box;
    }
    #suntory_contents .search_codition dd table td p {
        font-size: 14px;
        margin-bottom: 20px;
        width: auto;
        padding: 0;
    }

    #suntory_contents .search_codition dd select {
        margin: 0 0 20px;
        background: #233066 url(/sma/collection/img/data/arrow_select.png) no-repeat right 15px center;
        background-size: 14px auto;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        color: #fff;
        font-size: 16px;
        padding: 15px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    #suntory_contents .search_codition dd select:last-child {
        margin: 0;
    }
    #suntory_contents .search_codition dd select.disabled {
        background: #cccccc url(/sma/collection/img/data/arrow_select.png) no-repeat right 15px center;
        background-size: 14px auto;
    }
    
    /*------------------------------------------------------------
      author_select（SP）
    ------------------------------------------------------------ */
    #suntory_contents .author_select {
        position: relative;
    }
    #suntory_contents .search_codition dd table td p.btn_author_select {      
        margin-bottom: 0;
    }
    #suntory_contents .btn_author_select a {
        width: 100%;
        display: block;
        background: #233066 url(/sma/collection/img/data/icon_plus.png) no-repeat right 15px center;
        background-size: 14px auto;
        color: #fff;
        padding: 15px 20px;
        box-sizing: border-box;
        font-size: 16px;
        text-decoration: none;
    }

    #suntory_contents .author_select_container {
        width: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: none;
        z-index: 10000;
        display: none;
    }
    #suntory_contents .author_select_container:before {
        content: '';
        width: 0;
        height: 0;
        background: none;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    #suntory_contents .author_select_container ul {
        list-style: none;
    }

    #suntory_contents .author_select_container .author_nav {
        width: calc(100vw - 40px);
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        margin: 20px;
        box-sizing: border-box;
    }
    #suntory_contents .author_select_container .author_nav li {
        color: #233066;
        padding:12px 20px;
        font-size: 16px;
        cursor: pointer;
    }
    #suntory_contents .author_select_container .author_nav li.cr {
        background: #5169ad;
        color: #fff;
    }
    #suntory_contents .author_select_container .author_nav li.none {
        color: #bbb;
        cursor: default;
    }

    #suntory_contents .author_select_container .author_list_wrap {
        min-height: 200px;
        overflow-y: auto;
        box-sizing: border-box;
    }

    #suntory_contents .author_select_container .author_list {
        margin-bottom: 40px;
        padding: 0 20px;
        column-count: 1;
    }
    #suntory_contents .author_select_container .author_list li {
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 1.5;
    }

    #suntory_contents .author_select_container .author_list .checkbox {
        display: none;
    }
    #suntory_contents .author_select_container .author_list .checkbox + span {
        color: #000;
        font-size: 14px;
        padding: 10px 15px;
        display: inline-block;
    }
    #suntory_contents .author_select_container .author_list .checkbox:checked + span {
        color: #fff;
        background: #5169ad;
        font-size: 14px;
        padding: 10px 15px;
        display: inline-block;
        border-radius: 20px;
    }
    #suntory_contents .search_codition dd table td .selected_list {
        margin-top: 10px;
    }
    #suntory_contents .search_codition dd table td .selected_list p {
        display: inline-block;
        background: #5169ad;
        color: #fff;
        font-size: 13px;
        margin: 10px 20px 0 0;
        padding: 10px 35px 10px 15px;
        border-radius: 30px;
        position: relative;
        cursor: pointer;
    }

    #suntory_contents .selected_list p:after {
        content: '';
        width: 11px;
        height: 11px;
        background: url(/sma/collection/img/data/icon_close.png) no-repeat 0 0;
        background-size: 11px auto;
        position: absolute;
        top: calc(50% - 4px);
        right: 15px;
    }
    
    #suntory_contents .author_select_container .btn_container {
        border-top: 1px #ccc solid;
        margin: 0;
        padding: 20px 0;
        display: flex;
        width: 100vw;
        position: fixed;
        bottom:0;
        left: 0;
        z-index: 10000;
        background: rgba(255,255,255,.8);
    }
    #suntory_contents .author_select_container .btn_container li {
        display: table-cell;
        padding: 0 15px;
    }
    #suntory_contents .author_select_container .btn_container li.btn_ok a {
        width: 150px;
        display: block;
        background: #233066;
        color: #fff;
        padding: 15px 0;
        text-align: center;
        border-radius: 60px;
    }
    #suntory_contents .author_select_container .btn_container li.btn_cancel a {
        width: 150px;
        display: block;
        background: #f3f1ec;
        color: #30406c;
        padding: 15px 0;
        text-align: center;
        border-radius: 60px;
    }
    
    /*------------------------------------------------------------
      search_results（SP）
    ------------------------------------------------------------ */
    #suntory_contents .search_results {
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 5px #ece9e2 solid;
        margin-bottom: 40px;
        padding: 0 20px 30px;
        box-sizing: border-box;
        display: block;
    }
    #suntory_contents .search_results .results_num {
        margin-bottom: 10px;
        display: block;
        width: auto;
        font-size: 16px;
    }
    #suntory_contents .search_results .results_data {
        display: block;
        width: auto;
    }
    #suntory_contents .search_results .results_data .genre_period {
        display: block;
    }

    
     /*------------------------------------------------------------
      （SP）page_nav
    ------------------------------------------------------------ */
    #suntory_contents .page_nav {
        margin: 0 20px 40px;
        width: auto;
    }
    #suntory_contents .page_nav.bottom {
        margin: 0 0 40px;
        padding: 0 20px 40px;
        border-bottom: 5px #dad5c8 solid;
    }

    #suntory_contents .page_nav p {
        margin-right: 10px;
        float: right;
        font-size: 14px;
        font-weight: bold;
        line-height: 36px;
    }
    #suntory_contents .page_nav ul li a:hover {
        opacity: 1;
    }

    
    /*------------------------------------------------------------
      nav_container（SP）
    ------------------------------------------------------------ */
    #suntory_contents .nav_container {
        margin-bottom: 40px;
    }
    #suntory_contents .nav_container.bottom {
        padding-bottom: 40px;
        border-bottom: 5px #ece9e2 solid;
    }
    #suntory_contents .display_select {
        margin: 0 20px;
        display: flex;
        -webkit-justify-content:space-between;
	    justify-content: space-between;
        float: none;
    }
    #suntory_contents .number_select {
        display: none;
    }
    #suntory_contents .number_select_sp {
        margin: 0 0 25px;
        background: #ece9e2 url(/sma/collection/img/data/arrow_select_dark.png) no-repeat right 10px center;
        background-size: 15px auto;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        color: #000;
        font-size: 16px;
        line-height: 1;
        padding: 15px 35px 15px 10px;
        height: auto;
        display: block;
    }
    #suntory_contents .btn_grid a {
        display: inline-block;
        background: #ece9e2 url(/sma/collection/img/data/icon_grid_black.png) no-repeat 10px center;
        background-size: 20px auto;
        font-size: 14px;
        color: #000;
        padding: 15px 15px 15px 50px;
    }
    #suntory_contents .btn_grid a:hover {
        background: #ece9e2 url(/sma/collection/img/data/icon_grid_black.png) no-repeat 10px center;
        background-size: 20px auto;
        color: #000;
    }
    #suntory_contents .btn_grid.cr a {
        background: #5169ad url(/sma/collection/img/data/icon_grid_white.png) no-repeat 10px center;
        background-size: 20px auto;
        color: #fff;
    }
    #suntory_contents .btn_list a {
        display: inline-block;
        background: #ece9e2 url(/sma/collection/img/data/icon_list_black.png) no-repeat 10px center;
        background-size: 20px auto;
        font-size: 14px;
        color: #000;
        padding: 15px 15px 15px 50px;
    }
    #suntory_contents .btn_list a:hover {
        background: #ece9e2 url(/sma/collection/img/data/icon_list_black.png) no-repeat 10px center;
        background-size: 20px auto;
        color: #000;
    }
    #suntory_contents .btn_list.cr a {
        background: #5169ad url(/sma/collection/img/data/icon_list_white.png) no-repeat 10px center;
        background-size: 20px auto;
        color: #fff;
    }
    
    @media screen and (max-width:360px){
        #suntory_contents .btn_grid a {
        background: #ece9e2 url(/sma/collection/img/data/icon_grid_black.png) no-repeat 10px center;
        background-size: 15px auto;
        padding: 15px 10px 15px 30px;
        }
        #suntory_contents .btn_grid a:hover {
        background: #ece9e2 url(/sma/collection/img/data/icon_grid_black.png) no-repeat 10px center;
        background-size: 15px auto;
        }
        #suntory_contents .btn_grid.cr a {
        background: #5169ad url(/sma/collection/img/data/icon_grid_white.png) no-repeat 10px center;
        background-size: 15px auto;
        }
        #suntory_contents .btn_list a {
        background: #ece9e2 url(/sma/collection/img/data/icon_list_black.png) no-repeat 10px center;
        background-size: 15px auto;
        padding: 15px 10px 15px 30px;
        }
        #suntory_contents .btn_list a:hover {
        background: #ece9e2 url(/sma/collection/img/data/icon_list_black.png) no-repeat 10px center;
        background-size: 15px auto;
        }
        #suntory_contents .btn_list.cr a {
        background: #5169ad url(/sma/collection/img/data/icon_list_white.png) no-repeat 10px center;
        background-size: 15px auto;
        }
    }

    #suntory_contents .nav_container .page_nav {
        margin: 0;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        -webkit-justify-content:center; 
        justify-content:center;
        float: none;
    }
    #suntory_contents .nav_container .number {
        display: none;
    }
    #suntory_contents .nav_container .number.cr {
        display: none;
    }
    #suntory_contents .nav_container .interval {
        display: none;
    }
    #suntory_contents .nav_container .number_sp {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #5169ad;
    }
    #suntory_contents .nav_container .first a {
        margin-right: 15px;
        font-size: 13px;
        line-height: 16px;
        color: #06194f;
        background: url(/sma/collection/img/data/arrow_first.png) no-repeat 0 center;
        background-size: auto 16px;
        padding-left: 24px;
        display: block;
    }
    #suntory_contents .nav_container .prev a {
        margin-right: 15px;
        font-size: 13px;
        line-height: 16px;
        color: #06194f;
        background: url(/sma/collection/img/data/arrow_prev.png) no-repeat 0 center;
        background-size: auto 16px;
        padding-left: 14px;
        display: block;
    }
    #suntory_contents .nav_container .last a {
        margin-left:15px;
        font-size: 13px;
        line-height: 16px;
        color: #06194f;
        background: url(/sma/collection/img/data/arrow_last.png) no-repeat right center;
        background-size: auto 16px;
        padding-right: 24px;
        display: block;
    }
    #suntory_contents .nav_container .next a {
        margin-left: 15px;
        font-size: 13px;
        line-height: 16px;
        color: #06194f;
        background: url(/sma/collection/img/data/arrow_next.png) no-repeat right center;
        background-size: auto 16px;
        padding-right: 14px;
        display: block;
    }
    #suntory_contents .nav_container .first a:hover,
    #suntory_contents .nav_container .prev a:hover,
    #suntory_contents .nav_container .last a:hover,
    #suntory_contents .nav_container .next a:hover {
        text-decoration: none;
    }
    #suntory_contents .nav_container .first.disable {
    margin-right: 15px;
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
    background: url(/sma/collection/img/data/arrow_first_disable.png) no-repeat 0 center;
    background-size: auto 16px;
    padding-left: 24px;
    display: block;  
    }
    #suntory_contents .nav_container .prev.disable {
        margin-right: 15px;
        font-size: 13px;
        line-height: 16px;
        color: #ccc;
        background: url(/sma/collection/img/data/arrow_prev_disable.png) no-repeat 0 center;
        background-size: auto 16px;
        padding-left: 14px;
        display: block;
    }
    #suntory_contents .nav_container .last.disable {
        margin-left:15px;
        font-size: 13px;
        line-height: 16px;
        color: #ccc;
        background: url(/sma/collection/img/data/arrow_last_disable.png) no-repeat right center;
        background-size: auto 16px;
        padding-right: 24px;
        display: block;
    }
    #suntory_contents .nav_container .next.disable {
        margin-left: 15px;
        font-size: 13px;
        line-height: 16px;
        color: #ccc;
        background: url(/sma/collection/img/data/arrow_next_disable.png) no-repeat right center;
        background-size: auto 16px;
        padding-right: 14px;
        display: block;
    }
    
    
    /*------------------------------------------------------------
      item_container grid（SP）
    ------------------------------------------------------------ */
    #suntory_contents #item_container.grid ul {
        margin: 0 5.3333333333333vw 40px;
        display: flex;
        flex-wrap: wrap;
    }
    #suntory_contents #item_container.grid li {
        list-style: none;
        width: 50%;
        box-sizing: border-box;
        border-right: 1px #dad5c8 solid;
        border-bottom: 1px #dad5c8 solid;
    }

    #suntory_contents #item_container.grid li:nth-child(1),
    #suntory_contents #item_container.grid li:nth-child(2) {
        border-top: 1px #dad5c8 solid;
    }
    #suntory_contents #item_container.grid li:nth-child(3),
    #suntory_contents #item_container.grid li:nth-child(4) {
        border-top: none;
    }
    #suntory_contents #item_container.grid li:nth-child(1) {
        border-left: 1px #dad5c8 solid;
    }
    #suntory_contents #item_container.grid li:nth-child(4n+1) {
        border-left: none;
    }
    #suntory_contents #item_container.grid li:nth-child(2n+1) {
        border-left: 1px #dad5c8 solid;
    }

    #suntory_contents #item_container.grid li a {
        display: block;
        padding: 5.3333333333333vw 0;
    }
    #suntory_contents #item_container.grid li figure {
        margin: 0 5.3333333333333vw 5.3333333333333vw;
        width: 33.6vw;
        height: 33.6vw;
        text-align: center;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        -webkit-justify-content:center; 
        justify-content:center; 
    }
    #suntory_contents #item_container.grid li figure img {
        max-width: 33.6vw;
        max-height: 33.6vw;
        width: auto;
        height: auto;
    }

    #suntory_contents #item_container.grid li h2 {
        margin: 0 5.3333333333333vw 10px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.5;
        color: #000;
        text-align: left;
    }
    #suntory_contents #item_container.grid li .author {
        margin: 0 5.3333333333333vw;
        font-size: 10px;
        line-height: 1.5;
        color: #000;
        text-align: left;
    }
    #suntory_contents #item_container.grid li .period {
        margin: 0 5.3333333333333vw;
        font-size: 10px;
        line-height: 1.5;
        color: #000;
        text-align: left;
    }

    #suntory_contents #item_container.grid li .label {
        margin: 0 0 20px;
        padding: 0 5.3333333333333vw;
        text-align: left;
    }
    #suntory_contents #item_container.grid li .label span {
        margin: 0;
        font-size: 9px;
        line-height: 1.5;
        color: #000;
        border: 1px #000 solid;
        padding: 5px 10px;
        display: inline;
    }

    /*------------------------------------------------------------
      item_container list（SP）
    ------------------------------------------------------------ */
    #suntory_contents #item_container.list ul {
        margin-bottom: 40px;
        border-top: 1px #dad5c8 solid;
    }
    #suntory_contents #item_container.list li {
        list-style: none;
        border-bottom: 1px #dad5c8 solid;
    }
    #suntory_contents #item_container.list li a {
        display: block;
        padding: 10px;
        color: #000;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        text-decoration: none;
    }
    #suntory_contents #item_container.list li a:after { content :''; display :block; clear :both; }
    
    #suntory_contents #item_container.list li figure {
        margin: 0;
        width: 80px;
        height: 80px;
        text-align: center;
        display: flex;
        -webkit-align-items: center;
        align-items: center; 
        -webkit-justify-content:center; 
        justify-content:center;
        background: none;
        float: left;
    }
    #suntory_contents #item_container.list li figure img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    #suntory_contents #item_container.list li .text {
        width: auto;
        width: calc(100% - 80px);
        display: block;
    }
    #suntory_contents #item_container.list li .title {
        margin: 0;
        width: auto;
    }
    #suntory_contents #item_container.list li h2 {
        margin: 0 10px 10px 0;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.5;
        color: #000;
        text-align: left;
    }
    #suntory_contents #item_container.list li .label {
        margin: 0 0 15px;
        padding: 0;
        text-align: left;
        display: block;
    }
    #suntory_contents #item_container.list li .label span {
        margin: 0;
        font-size: 9px;
        line-height: 1.5;
        color: #000;
        border: 1px #000 solid;
        padding: 5px 10px;
        display: inline;
    }

    #suntory_contents #item_container.list li .author {
        width: auto;
        margin-bottom: 5px;
        padding-left: 0;
        font-size: 10px;
        line-height: 1.5;
    }
    #suntory_contents #item_container.list li .period {
        width: auto;
        font-size: 10px;
        line-height: 1.5;
        padding-left: 20px;
    }
    
    
    /*------------------------------------------------------------
      data_title（SP）
    ------------------------------------------------------------ */
    #suntory_contents #data .data_base_title {
        margin: 0 0 30px;
        padding: 30px 0;
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        border-bottom: 5px #dad5c8 solid;
    }
    #suntory_contents #data .data_base_title a {
        color: #000;
        text-decoration: none;
    }
    #suntory_contents #data_title {
        margin: 0 20px 20px;
        padding-bottom: 15px;
        border-bottom: 1px #dad5c8 solid;
    }
    #suntory_contents #data_title .title {
        margin-bottom: 10px;
    }
    #suntory_contents #data_title .title h1 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: normal;
        border: none;
        text-align: left;
    }
    #suntory_contents #data_title .title .label {
        margin-bottom: 15px;
    }
    #suntory_contents #data_title .title .label span {
        font-size: 10px;
        border: 1px #000 solid;
        padding: 5px 15px;
    }
    #suntory_contents #data_title .rubi {
        font-size: 11px;
    }
    
    /*------------------------------------------------------------
      data_container（SP）
    ------------------------------------------------------------ */
    #suntory_contents #data_container {
        margin: 0 0 40px;
    }
    #suntory_contents #data_img {
        width: 89.6vw;
        float: none;
        margin: 0 auto;
    }
    #suntory_contents #data_img .slide_item .slick-slide {
    margin-bottom: 0;
    width: 69.3333333333333vw;
    height: 69.3333333333333vw;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important; 
    -webkit-justify-content:center!important; 
    justify-content:center!important;
    }
    #suntory_contents #data_img .slide_item .slick-slide img {
        max-width: 69.3333333333333vw;
        max-height: 69.3333333333333vw;
        width: auto;
        height: auto;
    }
    #suntory_contents #data_img .slide_item_nav {
        margin-top: 30px;
    }
    #suntory_contents #data_img .slide_item_nav .slick-list {
        width: 100%!important;
        margin: 0 auto;
    }
    #suntory_contents #data_img .slide_item_nav .slick-track {
        width: 100%!important;
        margin: 0 auto;
    }
    
    #suntory_contents #data_img .slide_item_nav .slick-track .slick-slide {
    margin-left: 0!important;
    margin-right: 1.8666666666667vw!important;
    margin-bottom: 10px!important;
    width: 13.3333333333333vw!important;
    height: 13.3333333333333vw!important;
    }
    #suntory_contents #data_img .slide_item_nav .slick-track .slick-slide a {
    display: block!important;
    display: flex!important;
    -webkit-align-items: center!important;
    align-items: center!important; 
    -webkit-justify-content:center!important; 
    justify-content:center!important; 
    width: 13.3333333333333vw!important;
    height: 13.3333333333333vw!important;
    }
    #suntory_contents #data_img .slide_item_nav .slick-track .slick-slide:nth-child(8n) {
    margin-left: 0!important;
    margin-right: 1.8666666666667vw!important;
    margin-bottom: 10px!important;
    }
    #suntory_contents #data_img .slide_item_nav .slick-track .slick-slide:nth-child(6),
    #suntory_contents #data_img .slide_item_nav .slick-track .slick-slide:nth-child(6n) {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-bottom: 10px!important;
    }
    #suntory_contents #data_img .slide_item_nav .slick-track .slick-slide img {
        max-width: 13.3333333333333vw!important;
        max-height: 13.3333333333333vw!important;
        width: auto;
        height: auto;
    }
    @media screen and (max-width:321px){
        #suntory_contents #data_img .slide_item_nav .slick-track .slick-slide {
        width: calc(13.3333333333333vw - 2px)!important;
        height: calc(13.3333333333333vw - 2px)important;
        }
        #suntory_contents #data_img .slide_item_nav .slick-track .slick-slide a {
        width: calc(13.3333333333333vw - 2px)!important;
        height: calc(13.3333333333333vw - 2px)!important;
        }
    }
    

    #suntory_contents #data_text {
        margin: 20px 20px 0;
        width: auto;
        float: none;
    }
    #suntory_contents #data_text dl {
        margin-bottom: 40px;
    }
    #suntory_contents #data_text dt {
        font-size: 14px;
        line-height: 1.8;
        font-weight: bold;
    }
    #suntory_contents #data_text dd {
        font-size: 14px;
        line-height: 1.8;
        border-bottom: 1px #dad5c8 solid;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #suntory_contents #data_text p {
        font-size: 14px;
        line-height: 1.8;
    }
	#suntory_contents #data_text dd a:hover,
    #suntory_contents #data_text p a:hover {
        border-bottom: 1px #000 solid;
        padding-bottom: 3px;
        color: #000;
    }

	
}