@charset "utf-8";
#suntory_contents .lineupInner {
  width: 100%;
  padding: 3.5% 0 1.5%;
}
@media screen and (max-width: 768px) {
  #suntory_contents .lineupInner {
    padding: calc(100vw * 19 / 375) 0 calc(100vw * 9 / 375);
  }
}
#suntory_contents .prizeLineup {
  background: #fff;
}
#suntory_contents .prizeLineup h2 {
  margin: 0;
  padding: 2% 0;
  font-size: 0;
  background: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeLineup h2 {
    padding: calc(100vw * 5 / 375) 0;
  }
}
#suntory_contents .prizeLineup h2 img {
  width: calc(100vw * 471 / 1770);
  max-width: 706px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeLineup h2 img {
    width: calc(100vw * 128 / 375);
  }
}
#suntory_contents .prizeLineupInner {
  max-width: 1165px;
  width: 82%;
  margin: 0 auto;
  padding: 3.5% 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeLineupInner {
    width: calc(100vw * 311 / 375);
    margin: 0 auto;
    padding: calc(100vw * 20 / 375) 0;
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents #contents01_01 {
    margin: calc(100vw * 18 / 375) auto 0;
  }
}
#suntory_contents .contents01_01_2 {
  width: 94%;
  margin-top: 2%;
}

/*modal*/
/*モーダルを開くボタン*/
#suntory_contents .modal-open {
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  #suntory_contents .modal-open:hover {
    filter: drop-shadow(0px 0px 10px #333) contrast(110%) brightness(110%);
  }
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
#suntory_contents .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}
#suntory_contents .modal1-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  overflow-y: auto;
}
/*モーダル本体の擬似要素の指定*/
#suntory_contents .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
#suntory_contents .modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
#suntory_contents .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1770px;
  width: 65%;
  height: 90vh;
  overflow-y: scroll;
}
#suntory_contents .modal1-container .modal-body {
  width: 90%;
      background: #e50012;
}
#suntory_contents .modal2-container .modal-body {
  width: 90%;
}
#suntory_contents .modal3-container .modal-body {
  width: 95%;
}
@media screen and (max-width: 768px) {
    #suntory_contents .modal3-container .modal-body {
  width: 90%;
}
}
/*モーダルを閉じるボタンの指定*/
#suntory_contents .modal-close {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 25px;
  width: 72px;
  height: 72px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #suntory_contents .modal-close {
    top: calc(100vw * 5 / 375);
    right: calc(100vw * 5 / 375);
    width: calc(100vw * 15 / 375);
    height: calc(100vw * 15 / 375);
  }
}
#suntory_contents .modal-close img {
  width: 100%;
  transition: 0.5s;
}
/*モーダル内のコンテンツの指定*/
#suntory_contents .modal-content {}
#suntory_contents .modal1-content h3 {
  margin: 0;
  padding: 0;
}
#suntory_contents .modal1-content ul {
  width: 83%;
  margin: 2.25% auto 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .modal1-content ul {
    width: calc(100vw * 311 / 375);
  }
}
#suntory_contents .modal1-content li {
  margin: 0 0 2.25% 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
#suntory_contents .modal1-content .modal-notice {
  width: 88%;
  margin: 0 auto;
    padding-bottom: 4%;
}
@media screen and (max-width: 768px) {
  #suntory_contents .modal1-content .modal-notice {
    width: calc(100vw * 320 / 375);
    padding-bottom: calc(100vw * 20 / 375);
  }
}
#suntory_contents .modal2-content h3 {
  margin: 0;
  padding: 0;
}
#suntory_contents .modal2-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
#suntory_contents .contents02_01_2 {
  margin-top: 2.5%;
}
#suntory_contents .modal3-content h3 {
  margin: 0;
  padding: 0;
}
#suntory_contents .modal3-content ul {
    	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
#suntory_contents .modal3-content li:nth-child(odd) {
    width: 50.15546574571968%;
}
#suntory_contents .modal3-content li:nth-child(even) {
    width: 49.84453425428032%;
}
@media screen and (max-width: 768px) {
#suntory_contents .modal3-content li:nth-child(odd) {
    width: 100%;
    display: block;
}
#suntory_contents .modal3-content li:nth-child(even) {
    width: 100%;
    display: block;
}    
}
#suntory_contents .modal3-content li img {
    vertical-align: top;
}

#suntory_contents #contents04 {
  margin: 4% auto 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents #contents04 {
    margin-top: 0;
  }
}
#suntory_contents #contents04_01 {
  margin: 3% auto 0;
  width: 83%;
}
@media screen and (max-width: 768px) {
  #suntory_contents #contents04_01 {
    margin-top: calc(100vw * 18 / 375);
    width: calc(100vw * 310 / 375);
  }
}
#suntory_contents #contents04_02 {
  margin: 3% auto 0;
  width: 45.8%;
}
@media screen and (max-width: 768px) {
  #suntory_contents #contents04_02 {
    margin-top: calc(100vw * 18 / 375);
    width: calc(100vw * 278 / 375);
  }
}
#suntory_contents #contents04_03 {
  margin: 3% auto 0;
  width: 53%;
}
@media screen and (max-width: 768px) {
  #suntory_contents #contents04_03 {
    margin-top: calc(100vw * 18 / 375);
    width: calc(100vw * 303 / 375);
  }
}