@charset "utf-8";
body {
  min-width: fit-content;
}
#suntory_contents h1, #suntory_contents h2, #suntory_contents h3, #suntory_contents h4, #suntory_contents h5, #suntory_contents h6, #suntory_contents p, #suntory_contents ol, #suntory_contents ul, #suntory_contents li, #suntory_contents dl, #suntory_contents dt, #suntory_contents dd, #suntory_contents table, #suntory_contents th, #suntory_contents td, #suntory_contents form, #suntory_contents br, #suntory_contents address, #suntory_contents button, #suntory_contents em, #suntory_contents i {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
#suntory_contents img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
#suntory_contents {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
    border-top: solid 45px #3F0405;
    padding-bottom: 52px;
}
#suntory_contents a {
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  #suntory_contents a:hover {
    filter: drop-shadow(0px 0px 10px #ccc) contrast(120%);
  }
}
.layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contents_inner {
  width: 100%;
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}
.contents_title {
  width: 85.2%;
  margin: 30px auto 0;
}
.contents_title h1 {
  margin: 0;
}
.contents_detail01 {
  width: 100%;
  margin: 5px auto 0;
}
.contents_detail02 {
  width: 60.3%;
  margin: 26px auto 0;
}
.contents_notice {
  width: 94.6%;
  margin: 50px auto 0;
}
.contents_btn {
  display: block;
  width: 71.4%;
  margin: 54px auto;
}

@media screen and (max-width: 768px) {
#suntory_contents {
  background-image: url("../img/bg_sp.jpg");  
    border-top: solid calc(100vw* 45 / 750) #3F0405;
  padding-bottom: calc(100vw* 52 / 750);  
}  
.contents_inner {
  padding: 0;
}  
.contents_title {
  width: calc(100vw* 711 / 750);
  margin: calc(100vw* 48 / 750) auto 0;
}
.contents_detail01 {
  width: calc(100vw* 687 / 750);
  margin: calc(100vw* 16 / 750) auto 0;
}
.contents_detail02 {
  width: calc(100vw* 585 / 750);
  margin: calc(100vw* 30 / 750) auto 0;
}
.contents_notice {
  width: calc(100vw* 562 / 750);
  margin: calc(100vw* 45 / 750) auto 0;
}
.contents_btn {
  width: calc(100vw* 628 / 750);
  margin: calc(100vw* 50 / 750) auto;
}
}