@charset "utf-8";

/*----------------------------------------
common
----------------------------------------*/
#suntory_contents h2.ttl_info {
  font-size: 2em;
  font-weight: bold;
  border-bottom: 1px solid #2d1506;
  margin-bottom: 0.6em;
}

/*----------------------------------------
#main
----------------------------------------*/
#suntory_contents #main {
  background: linear-gradient(180deg, #822a10, #000000);
  line-height: 0;
  margin-bottom: 3.6em;
}
#suntory_contents .slider_main {
  visibility: hidden;
  width: 100%;
  max-width: 1164px;
  min-width: 960px;
  margin: 0 auto;
}
#suntory_contents .slider_main.slick-initialized {
  visibility: visible;
}
#suntory_contents .slider_main img {
  width: 100%;
}
#suntory_contents .slick-dots li {
  margin: 0 3px;
}
#suntory_contents .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #ccc;
}
#suntory_contents .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0071be;
}

/*----------------------------------------
#menu_div/#menu_div02
----------------------------------------*/
#suntory_contents .link_div {
  width: 100%;
  line-height: 0;
}
#suntory_contents .link_div li {
  float: left;
  width: 31.8%;
  margin-right: 2.3%;
}

#suntory_contents .link_div li:last-child{
  margin-right: 0;
}

#suntory_contents .link_div li img {
  width: 100%;
}

#suntory_contents #menu_div02 .link_div{
  display: flex;
  justify-content: center;
}


/*----------------------------------------
#desc
----------------------------------------*/
#suntory_contents #desc {
  background-color: #2d1506;
  padding: 0.8%;
}
#suntory_contents #desc p {
  border: 1px solid #6b4216;
  padding: 1.6em 0.8%;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.8;
}
#suntory_contents #desc p .sub_desc {
  font-size: 80%;
  margin-top: 1em;
}

/*----------------------------------------
.news(#news/#ticketinfo)
----------------------------------------*/
#suntory_contents .inner_news>li {
  float: left;
  width: 100%;
}

/*
#suntory_contents .inner_news>li:nth-child(1) {
  margin-right: 2%;
}
#suntory_contents .inner_news>li:nth-child(2) {
  margin-left: 2%;
}*/

#suntory_contents .day_news:before {
  content: "■";
  padding-right: 1%;
}
#suntory_contents .txt_news {
  padding-left: 3%;
}
#suntory_contents .list_news {
  line-height: 1.8;
}

/*----------------------------------------
#archive
----------------------------------------*/
#suntory_contents h2.ttl_info a:hover {
  text-decoration: none;
}
#suntory_contents .bnr_archive li {
  float: left;
  width: 24.1%;
  margin: 0 1.2% 0.6em 0;
}
#suntory_contents .bnr_archive li:nth-child(4n) {
  margin-right: 0;
}
#suntory_contents .bnr_archive li img {
  width: 100%;
}

/*========================================
========================================
========================================
for SP
========================================
========================================
========================================*/
@media screen and (max-width: 767px) {

/*----------------------------------------
common
----------------------------------------*/
#suntory_contents h2.ttl_info {
  font-size: 1.4em;
  padding-bottom: 0.1em;
  margin-bottom: 0.4em;
}

/*----------------------------------------
#main
----------------------------------------*/
#suntory_contents #main {
  background: unset;
}
#suntory_contents .slider_main {
  max-width: unset;
  min-width: unset;
}
#suntory_contents .slick-dots li {
  margin: 0 14px;
}
#suntory_contents .slick-dots li button:before {
  font-size: 16px;
  line-height: 26px;
  opacity: 1;
  color: #ccc;
}
#suntory_contents .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0071be;
}

/*----------------------------------------
#menu_div
----------------------------------------*/
#suntory_contents #menu_div .link_div li {
  float: none;
  width: 100%;
  margin: 0 0 0.6em;
}

#suntory_contents #menu_div02_sp .SPview{
  display: flex;
  justify-content: center;
}

#suntory_contents #menu_div02 .PCview{
  display: none;
}

/*----------------------------------------
#desc
----------------------------------------*/
#suntory_contents #desc {
  padding: 1.6%;
}
#suntory_contents #desc p {
  padding: 1.2em 5%;
  text-align: left;
  font-size: 110%;
}
#suntory_contents #desc p br {
  display: none;
}

/*----------------------------------------
.news(#news/#ticketinfo)
----------------------------------------*/
#suntory_contents .inner_news>li {
  float: none;
  width: 100%;
  padding: 3%;
  box-sizing: border-box;
  margin-bottom: 3%;
}
#suntory_contents .inner_news>li:last-child {
  margin-bottom: 0;
}
#suntory_contents .inner_news>li.info {
  margin-right: 0;
  background-color: #f7eed9;
}
#suntory_contents .inner_news>li.ticketinfo {
  margin-left: 0;
  background-color: #eeeeee;
}
#suntory_contents .list_news {
  line-height: 1.6;
}

/*----------------------------------------
#archive
----------------------------------------*/
#suntory_contents .bnr_archive li {
  width: 48.5%;
  margin: 0 3% 0.6em 0;
}
#suntory_contents .bnr_archive li:nth-child(2n) {
  margin-right: 0;
}



}