@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;
  }
}
.title_prize {
  width: 22%;
  margin: 3% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_prize {
    width: calc(100vw * 140 / 375);
    margin: calc(100vw * 24.5 / 375) auto 0;
    padding: 0;
  }
}
.title_subject {
  width: 22%;
  margin: 3% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_subject {
    width: calc(100vw * 140 / 375);
    margin: calc(100vw * 24.5 / 375) auto 0;
    padding: 0;
  }
}
.title_shop {
  width: 22%;
  margin: 6% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_shop {
    width: calc(100vw * 140 / 375);
    margin: calc(100vw * 24.5 / 375) auto 0;
    padding: 0;
  }
}
.title_period {
  width: 25%;
  margin: 6% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .title_period {
    width: calc(100vw * 140 / 375);
    margin: calc(100vw * 24.5 / 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;
  }
}
#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(110%) brightness(110%);
  }
}
.contents_head h1 {
  margin: 0;
  padding: 0;
}
.contents-inner {}
.lineup {
  margin: 0 auto;
}
.lineupInner {
  width: 100%;
  padding: 2% 0;
  background-image: url('../img/bg_lineup.png');
  background-size: cover;
  border-bottom: solid 48px #00154B;
}
@supports (background-image: url('../img/bg_lineup.webp')) {
  .lineupInner {
    background-image: url('../img/bg_lineup.webp');
  }
}
@media screen and (max-width: 768px) {
  .lineupInner {
    padding: calc(100vw * 13 / 375) 0;
    background-image: url('../img/bg_lineup_sp.png');
    border: none;
  }

}
.lineup h2 {
  margin: 0;
  padding: 0;
	font-size: 1em;
}
.lineupBtnList {
  width: 82%;
  max-width: 1170px;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.lineupBtnList_btn {
  width: 47.8%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lineupBtnList {
    width: calc(100vw * 310 / 375);
    margin: 0 auto;
  }
  .lineupBtnList_btn {
    width: calc(100vw * 148 / 375);
    margin-bottom: 0;
  }
}
.contents_box {
  width: 100%;
  background-image: url('../img/bg_contents.jpg');
  background-size: 100%;
  padding: 2.5% 0;
}
@supports (background-image: url('../img/bg_contents.webp')) {
  .contents_box {
    background-image: url('../img/bg_contents.webp');
  }
}
@media screen and (max-width: 768px) {
  .contents_box {
    padding: 0;
    background-image: url('../img/bg_contents_sp.jpg');
	  background-repeat: no-repeat;
  }
}
.contents_boxInner {
  width: 87%;
  max-width: 1170px;
  margin: 0 auto;
  border-bottom: solid 12px #000;
  background-image: url('../img/bg_contentsInner.png');
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .contents_boxInner {
    width: 100%;
    background-image: none;
	  border-bottom: none;
  }
}
.contents_box h2 {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contents_box {
    width: 100%;
  }
}
.contents_box-inner {
  position: relative;
  margin: 0;
  padding: 0 0 6%;
}
#contents01_01 {
  margin: 1.5% auto 0;
  width: 83%;
}
@media screen and (max-width: 768px) {
  #contents01_01 {
    margin-top: calc(100vw * 18 / 375);
  }
}
#contents01_02 {
  margin: 3% auto 0;
  width: 83%;
}
@media screen and (max-width: 768px) {
  #contents01_02 {
    margin-top: calc(100vw * 18 / 375);
  }
}
#contents01_03 {
  margin: 4% auto 0;
  width: 83%;
}
@media screen and (max-width: 768px) {
  #contents01_03 {
    margin-top: calc(100vw * 18 / 375);
  }
}
#contents01_04 {
  margin: 4.5% auto 0;
  width: 45.28%;
}
@media screen and (max-width: 768px) {
  #contents01_04 {
    margin: calc(100vw * 18 / 375) auto 0;
    width: calc(100vw * 262 / 375);
  }
}
.Prerequisite {
  width: 83%;
  position: relative;
  border-radius: 21px;
  margin: 7.2% auto 0;
}
.title {
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
#suntory_contents .title img {
  width: 118px;
}
.Prerequisite h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 16px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 0;
  border-radius: 10px;
}
.outline {
  display: none;
}
.Prerequisite .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32%;
  right: 3%;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.Prerequisite .i_box .areaTable_i {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.Prerequisite .title.open .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Prerequisite .i_box .areaTable_i:before, .Prerequisite .i_box .areaTable_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.Prerequisite .i_box .areaTable_i:before {
  width: 2px;
  height: 26px;
  top: -1px;
  left: 12px;
}
.Prerequisite .title.open .i_box .areaTable_i:before {
  content: none;
}
.Prerequisite .title.open .i_box .areaTable_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  top: 11px;
  left: 3px;
}
blockquote {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.outline .inner dl, .outline .inner dd, .outline .inner, .outline .inner ul, .outline .inner li {
  margin: 0 0 0 0.5em;
}
.outline .inner {}
.outline .inner h3 {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
.outline .inner blockquote {
  padding: 10px 25px 0 0;
}
.outline .inner blockquote p.lead {
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.outline .inner blockquote > dl > dt, .outline .inner blockquote > dl > dd {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.outline .inner blockquote > dl > dt {
  margin-top: 20px;
  font-weight: bold;
}
.outline .inner blockquote > dl > dd {
  padding-left: 1em;
  margin-top: 10px;
  font-size: 0.8em;
}
.outline .inner blockquote > dl > dd ul.list, .outline .inner blockquote > dl > dd ul.note {
  margin-top: 0.75em;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.outline .inner blockquote > dl > dd ul.list li, .outline .inner blockquote > dl > dd ul.note li {
  margin-bottom: 0.5em;
  text-indent: -1em;
}
.outline .inner blockquote > dl > dd ul.list li:last-child, .outline .inner blockquote > dl > dd ul.note li:last-child {
  margin-bottom: 0;
}
.outline .inner blockquote > dl > dd ul.note li {
  font-size: 1em;
}
.outline .inner blockquote > dl > dd ol {
  counter-reset: cnt;
  margin-top: 0.75em;
}
.outline .inner blockquote > dl > dd ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.outline .inner blockquote > dl > dd ol li:before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.outline .inner blockquote > dl > dd ol li:last-child {
  margin-bottom: 0;
}
.outline .inner blockquote > dl > dd dl dt {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.outline .inner blockquote > dl > dd dl dd {
  padding-left: 0.5em;
}
.outline .inner blockquote > dl > dd dl dd dl dt {
  font-weight: normal;
}
.outline .inner .ttl {
  border-top: dotted 1px #666666;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .Prerequisite {
    margin: calc(36 / 375 * 100vw) auto calc(6 / 375 * 100vw);
    background-color: rgba(255, 255, 255, 0.7);
  }
  .Prerequisite h5 {
    padding: calc(7 / 375 * 100vw) 0;
  }
  #suntory_contents .title img {
    width: calc(63 / 375 * 100vw);
  }
  .Prerequisite .i_box .areaTable_i:before {
    width: 2px;
    height: calc(11 / 375 * 100vw);
    top: 0;
    left: calc(3 / 375 * 100vw);
  }
  .Prerequisite .i_box .areaTable_i:after {
    width: calc(11 / 375 * 100vw);
    height: 2px;
    top: calc(5 / 375 * 100vw);
    left: calc(-1*(2 / 375 * 100vw));
  }
  .Prerequisite .title.open .i_box .areaTable_i:after {
    top: calc(4 / 375 * 100vw);
    left: calc(-1*(2 / 375 * 100vw));
  }
  .Prerequisite .i_box {
    top: 37%;
    right: 3%;
  }
  .Prerequisite .i_box .areaTable_i {
    width: calc(11 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
  .outline .inner dl {
    margin: 0;
  }
  .outline .inner blockquote {
    padding: 0 7% 7% 0;
  }
}
#contents02.contents_boxInner {
  margin-top: 6%;
}
@media screen and (max-width: 768px) {
	#contents02.contents_boxInner {
  margin-top: 0;
}
}

#contents02_01 {
  margin: 1.5% auto 0;
  width: 83%;
}
@media screen and (max-width: 768px) {
  #contents02_01 {
    margin-top: calc(100vw * 18 / 375);
  }
}

#contents02_02 {
  margin: 3% auto 0;
  width: 83%;
}
@media screen and (max-width: 768px) {
  #contents02_02 {
    margin: calc(100vw * 18 / 375) auto 0;
	  width: calc(100vw * 230 / 375);
  }
}
#contents02_03 {
  margin: 6% auto 0;
  width: 44%;
}
@media screen and (max-width: 768px) {
  #contents02_03 {
    margin: calc(100vw * 30 / 375) auto calc(100vw * 12 / 375);
  width: 83%;
  }
}



#contents_footer {
  width: 100%;
  background: #00154b;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width: 1770px) {
  #contents_footer {
    margin: 0 auto;
    padding-bottom: calc(100vw * 20 / 375);
  }
}
@media screen and (max-width: 768px) {
  #contents_footer {
    margin: 0 auto;
  }
}
#inquiry {
  max-width: 1166px;
  padding-top: 95px;
  margin: 0 auto;
}
@media screen and (max-width: 1770px) {
  #inquiry {
    padding-top: 6%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #inquiry {
    padding-top: calc(100vw * 40 / 375);
    margin: 0 auto;
  }
}
#inquiry_00 {
  width: 65%;
  margin: 6% auto 0;
}
@media screen and (max-width: 768px) {
  #inquiry_00 {
    margin-top: calc(100vw * 25 / 375);
    width: calc(100vw * 334 / 375);
  }
}
.inquiry_item {
  width: 92%;
  margin: 8% auto 0;
}
@media screen and (max-width: 768px) {
  .inquiry_item {
    margin-top: calc(100vw * 25 / 375);
    width: calc(100vw * 343 / 375);
  }
}
#linkBtn {
  margin: 13.4% auto 0;
  max-width: 1166px;
  width: 90%;
}
#linkBtn ul {
  list-style: none;
  margin: 0;
  padding: 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: calc(100vw * 45 / 375) auto 0;
    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: 94%;
		text-align: left;
}
#copy img {
	width: 18%;
	max-width: 210px;

}
@media screen and (max-width: 768px) {
  #copy {
    margin: calc(100vw * 50 / 375)  auto 0 calc(100vw * 30 / 375) ;
  }
	#copy img {
	width: calc(100vw * 63 / 375);
}
}