@charset "utf-8";

/*----------------------------------------
#menu_div
----------------------------------------*/
#suntory_contents #menu_div {
  display: table;
  width: 100%;
}
#suntory_contents .link_div img {
  width: 100%;
}
#suntory_contents .link_div.prize {
  display: table-cell;
  width: 77%;
  vertical-align: middle;
  position: relative;
}
#suntory_contents .link_div.archive {
  display: table-cell;
  width: 23%;
  vertical-align: middle;
  padding-left: 2%;
}
#suntory_contents .link_div.archive a {
  display: block;
}
#suntory_contents .link_div.archive a:nth-child(2) {
  margin-top: 18px;
}
@media screen and (min-width: 1164px) {
  #suntory_contents .link_div.prize {
    width: 900px;
  }
  #suntory_contents .link_div.archive {
    width: 244px;
    padding-left: 20px;
  }
  #suntory_contents .link_div.archive a:nth-child(2) {
    margin-top: 20px;
  }
}

/*----------------------------------------
.link_pdf
----------------------------------------*/
#suntory_contents .link_pdf {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', Osaka, sans-serif;
  margin: -1.8em 0 1em;
}
#suntory_contents .link_pdf a:before {
  content: " ";
  background: url(/sfa/music/2019common/img/parts/icon_pdf.png);
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-bottom: -0.4em;
}
#suntory_contents .link_pdf a {
  text-decoration: underline;
}

/*----------------------------------------
#menu_other
----------------------------------------*/
#suntory_contents #menu_other {
  margin-top: 4em;
}
#suntory_contents #menu_other ul {
  display: table;
  width: 100%;
}
#suntory_contents #menu_other ul li {
  display: table-cell;
  width: 49.14%;
}
#suntory_contents #menu_other ul li:nth-child(1) {
  padding-right: 0.86%;
}
#suntory_contents #menu_other ul li:nth-child(2) {
  padding-left: 0.86%;
}
#suntory_contents #menu_other ul li img {
  width: 100%;
}

/*========================================
========================================
========================================
for SP
========================================
========================================
========================================*/
@media screen and (max-width: 767px) {

/*----------------------------------------
#ttl_main
----------------------------------------*/
#suntory_contents section#ttl_main {
  margin: 0 0 2vh;
}

/*----------------------------------------
#menu_div
----------------------------------------*/
#suntory_contents #menu_div {
  display: block;
  width: unset;
}
#suntory_contents #menu_div .PCview {
  display: none;
}
#suntory_contents .link_div.prize {
  display: block;
  width: 100%;
}
#suntory_contents .link_div.archive {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-top: 1em;
}
#suntory_contents .link_div.archive>div {
  display: table;
  width: 100%;
  padding-left: 0;
}
#suntory_contents .link_div.archive a {
  display: table-cell;
  width: 50%;
}
#suntory_contents .link_div.archive a:nth-child(1) {
  padding-right: 1%;
}
#suntory_contents .link_div.archive a:nth-child(2) {
  padding-left: 1%;
}
#suntory_contents .link_div.archive a:nth-child(2) img {
  margin-top: 0;
}

/*----------------------------------------
.link_pdf
----------------------------------------*/
#suntory_contents .link_pdf {
  margin: -1.2em 3% 1em;
}

/*----------------------------------------
#menu_other
----------------------------------------*/
#suntory_contents #menu_other {
  margin-top: 0;
  margin-bottom: 5vh;
}
#suntory_contents #menu_other ul {
  display: block;
}
#suntory_contents #menu_other ul li {
  display: block;
  width: 100%;
}
#suntory_contents #menu_other ul li:nth-child(1) {
  padding-right: 0;
}
#suntory_contents #menu_other ul li:nth-child(2) {
  padding-left: 0;
  margin-top: 1em;
}
#suntory_contents #menu_other ul li img {
  width: 100%;
}




}