@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: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
#suntory_contents img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
.layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
#suntory_contents a, .Prerequisite h5 {
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  #suntory_contents a:hover, .Prerequisite h5:hover {
    filter: drop-shadow(0px 0px 10px #fff) contrast(150%) brightness(110%);
  }
}
.title_prize {
  width: 24.6%;
  margin: 3% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_prize {
    width: calc(100vw * 158 / 375);
    margin: calc(100vw * 24.5 / 375) auto 0;
    padding: 0;
  }
}
.title_subject {
  width: 24.6%;
  margin: 7% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_subject {
    width: calc(100vw * 158 / 375);
    margin: calc(100vw * 34 / 375) auto 0;
    padding: 0;
  }
}
.title_shop {
  width: 24.6%;
  margin: 7% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_shop {
    width: calc(100vw * 158 / 375);
    margin: calc(100vw * 34 / 375) auto 0;
    padding: 0;
  }
}
.title_period {
  width: 24.6%;
  margin: 7% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_period {
    width: calc(100vw * 158 / 375);
    margin: calc(100vw * 34 / 375) auto 0;
    padding: 0;
  }
}
.title_inquiry {
  width: 24.6%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_inquiry {
    width: calc(100vw * 158 / 375);
    margin: 0 auto;
    padding: 0;
  }
}
.contents_head h1 {
  margin: 0;
  padding: 0;
}
.contents-inner {
  background-image: linear-gradient(90deg, rgba(0, 91, 171, 0.3) 26%, rgba(0, 175, 235, 0.3) 72%, rgba(0, 135, 209, 0.3) 87%);
}

#endArea {
  background: #fff;
  padding: 120px 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
#endArea {
  padding: calc(100vw * 25 / 375) calc(100vw * 25 / 375) 0;
}
}
#end {
  max-width: 1045px;
  margin: 0 auto;
}
#end h2 {
  margin: 0 auto;
  padding: 0;
}
#end h3 {
  max-width: 83%;
  margin: 3% auto 6%;
  padding: 0;
}
#endInner {
    max-width: 900px;
  border: solid 3px #4c4948;
  padding: 2% 2% 3%;
  margin: 0 auto;
}
#end h4 {
  background: #4c4948;
  padding: 2.8% 36.3%;
  margin: 0;
    line-height: 0;
}
#end img {
    vertical-align: bottom;
}
#end h5 {
  padding: 5.5% 21.8%;
  margin: 0;
}
@media screen and (max-width: 768px) {
#end h5 {
  padding: calc(100vw * 20 / 375) calc(100vw * 48 / 375);
  margin: 0;
} 
}

#endBox {
  border-top: solid 3px #4c4948;
  margin: 0 4.8%;
  padding: 5% 2% 0;
}
@media screen and (max-width: 768px) {
    #endBox {
  padding: 5% 0 0;
}
}
#endBox1 {
  margin: 0;
}
#endBox2 {
  width: 83%;
  margin: 5% auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
#endBox2 img:nth-child(1) {
  width: 57.4%;
}
#endBox2 img:nth-child(2) {
  width: 39.6%;
}
@media screen and (max-width: 768px) {
#endBox2 {
  width: 92%;
  margin: calc(100vw * 10 / 375) auto;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
    #endBox2 img:nth-child(1) {
          width: calc(100vw * 156 / 375);
  margin-bottom: calc(100vw * 5 / 375);
}
    #endBox2 img:nth-child(2) {
  width: calc(100vw * 107 / 375);
}
}


#endBox3 {
    width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
   #endBox3 {
    width: calc(100vw * 251 / 375);
} 
    
}
#contents_footer {
  width: 100%;
  background-image: linear-gradient(90deg, rgba(0, 91, 171, 1) 26%, rgba(0, 175, 235, 1) 72%, rgba(0, 135, 209, 1) 87%);
  margin: 95px auto 0;
  padding-bottom: 25px;
}
@media screen and (max-width: 1770px) {
  #contents_footer {
    margin:0 auto;
    padding-bottom: calc(100vw * 10 / 375);
  }
}
@media screen and (max-width: 768px) {
  #contents_footer {
    margin: calc(100vw * 25 / 375) auto 0;
  }
}
#linkBtn {
  margin: 8% auto 0;
  max-width: 1166px;
  width: 90%;
}
@media screen and (max-width: 768px) {
    #linkBtn {
  margin: 8% auto 0;
}
}
#linkBtn ul {
  list-style: none;
  margin: 0;
  padding: 12% 0 0;
}
#linkBtn li {
  width: 48.8%;
}
.toTop {
  width: 18.5%;
  max-width: 215px;
  margin: 2.8% auto 0;
}
@media screen and (max-width: 768px) {
  #linkBtn {
    margin: 0 auto;
    width: calc(100vw * 311 / 375);
    padding: 0;
  }
  #linkBtn li {
    width: 100%;
    margin-bottom: calc(100vw * 25 / 375);
  }
  #linkBtn li:nth-child(2) {
    margin-bottom: 0;
  }
  .toTop {
    width: calc(100vw * 120 / 375);
    margin: calc(100vw * 64 / 375) auto 0;
  }
}
#copy {
  margin: 4.5% auto 0;
  width: 83%;
    max-width: 1166px;
}
@media screen and (max-width: 768px) {
  #copy {
    margin: calc(100vw * 50 / 375) auto 0;
    width: calc(100vw * 325 / 375);
    padding-left: 0;
  }
}