@charset "utf-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200..900&display=swap";
#suntory_contents {
  background: #222522;
  min-width: 960px;
}
@media screen and (max-width: 768px) {
  #suntory_contents {
    min-width: 100%;
    overflow: hidden;
  }
}
#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, #suntory_contents a, #suntory_contents div {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  color: #F2F2F2;
}
#suntory_contents img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
#suntory_contents a, #suntory_contents .btn_modal {
  transition: 0.5s;
}
#suntory_contents .mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  #suntory_contents .mt20 {
    margin-top: calc(100vw * 10 / 375) !important;
  }
}
#suntory_contents .mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  #suntory_contents .mt30 {
    margin-top: calc(100vw * 15 / 375) !important;
  }
}
#suntory_contents .mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  #suntory_contents .mt40 {
    margin-top: calc(100vw * 20 / 375) !important;
  }
}
#suntory_contents .mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  #suntory_contents .mt60 {
    margin-top: calc(100vw * 30 / 375) !important;
  }
}
#suntory_contents .mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  #suntory_contents .mt80 {
    margin-top: calc(100vw * 40 / 375) !important;
  }
}
#suntory_contents .mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  #suntory_contents .mt120 {
    margin-top: calc(100vw * 60 / 375) !important;
  }
}

#suntory_contents .sld-line {
    position: relative;
    padding-top: 20px;
}
@media screen and (max-width: 768px) {
 #suntory_contents .sld-line {
    padding-top: calc(100vw * 20 / 375) ;
}   
    
}
#suntory_contents .sld-line:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    top: 0;
    background: linear-gradient(to right, #2B2B26 0%, #494534 10%, #494534 90%, #2B2B26 100%);
}
#suntory_contents .txt_link {
  color: #F2CD5E;
  text-decoration: none;
  border-bottom: solid 1px #F2CD5E;
}
#suntory_contents .bld {
  font-weight: 700;
}
#suntory_contents .ft-lv1 {
  font-size: 64px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv1 {
    font-size: calc(100vw * 34 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv2 {
  font-size: 48px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv2 {
    font-size: calc(100vw * 32 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv3 {
  font-size: 48px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv3 {
    font-size: calc(100vw * 30 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv4 {
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv4 {
    font-size: calc(100vw * 28 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv5 {
  font-size: 36px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv5 {
    font-size: calc(100vw * 26 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv6 {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv6 {
    font-size: calc(100vw * 24 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv7 {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv7 {
    font-size: calc(100vw * 20 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv8 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv8 {
    font-size: calc(100vw * 18 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv9 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv9 {
    font-size: calc(100vw * 16 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-lv10 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ft-lv10 {
    font-size: calc(100vw * 13 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .ft-clr1 {
  color: #DDC36D;
}
#suntory_contents .ft-clr2 {
  color: #BF8C4E;
}
#suntory_contents .ft-clr3 {
  color: #080403;
}
#suntory_contents .ft-clr4 {
  color: #F2CD5E;
}
#suntory_contents .ft-bld {
  font-weight: 700;
}
#suntory_contents .idt {
  display: block;
  text-indent: -1em;
}
#suntory_contents .ft-idt {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #suntory_contents .sp-left {
    text-align: left;
  }
}
#suntory_contents .frame1 {
  border: solid 1px #BF8C4E;
  display: inline-block;
  line-height: 1em;
  padding: 10px 25px;
  margin: 0 auto;
}
#suntory_contents .frame2 {
  position: absolute;
  width: 69px;
  height: 81px;
  top: 83px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .frame2 {
    width: calc(100vw * 28 / 375);
    height: calc(100vw * 28 / 375);
    top: calc(100vw * 35 / 375);
  }
}
#suntory_contents .frame3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 3%;
  text-indent: 0.5em;
  line-height: 1.4;
}
#suntory_contents .frame3:before, #suntory_contents .frame3:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #2B2B26 0%, #494534 10%, #494534 90%, #2B2B26 100%);
}
#suntory_contents .frame3:before {
  top: 0;
  left: 0;
}
#suntory_contents .frame3:after {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .frame3 .ft-lv8 {
    display: block;
    font-size: calc(100vw * 16 / 375);
    line-height: 1.2;
    margin-top: calc(100vw * 5 / 375);
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .frame3 .ft-lv8.txt_link {
    display: inline;
  }
}
#suntory_contents .frame4 {
  width: 460px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #suntory_contents .frame4 {
    width: calc(100vw * 300 / 375);
  }
}
#suntory_contents .frame4:before, #suntory_contents .frame4:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #111211 0%, #494534 20%, #494534 80%, #111211 100%);
  left: 0;
}
#suntory_contents .frame4Inner {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  line-height: 2;
}
#suntory_contents .frame4Inner:before, #suntory_contents .frame4Inner:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #111211 0%, #494534 20%, #494534 80%, #111211 100%);
  left: 0;
}
#suntory_contents .frame4Inner:before {
  top: 2px;
}
#suntory_contents .frame4Inner:after {
  bottom: 2px;
}
#suntory_contents .btn_inside {
  list-style: none;
  margin: 0;
  padding: 0;
}
#suntory_contents .btn_inside span {
  display: block;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_inside span {
    padding-bottom: calc(100vw * 20 / 375);
  }
}
#suntory_contents .btn_inside li {
  position: relative;
}
#suntory_contents .btn_inside li a {
  font-size: 24px;
  color: #F2CD5E;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: solid 1px #BF8C4E;
  border-radius: 5px;
  background-image: linear-gradient(#293229, #0d0d0d);
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_inside li a {
    font-size: calc(100vw * 18 / 375);
  }
}
#suntory_contents .btn_inside li a::after {
  position: absolute;
  content: url();
  width: 20px;
  height: 10px;
  bottom: 30px;
  left: calc(50% - 10px);
  background-image: url("../img/2026/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_inside li a::after {
    width: calc(100vw * 16 / 375);
    height: calc(100vw * 8 / 375);
    bottom: calc(100vw * 23 / 375);
    left: calc(50% - (100vw * 7 / 375));
  }
}
@media screen and (min-width: 769px) {
  #suntory_contents .btn_inside li a:hover {
    filter: brightness(140%);
  }
}
#suntory_contents .btn_inside2 {
  position: relative;
  width: 350px;
  height: 50px;
  margin: 30px auto 0;
  font-size: 16px;
  color: #F2CD5E;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: solid 1px #BF8C4E;
  border-radius: 5px;
  background-image: linear-gradient(#293229, #0d0d0d);
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_inside2 {
    width: calc(100vw * 280 / 375);
    height: calc(100vw * 36 / 375);
    margin: calc(100vw * 15 / 375) auto 0;
    font-size: calc(100vw * 15 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .btn_inside2::after {
  position: absolute;
  content: url();
  width: 20px;
  height: 10px;
  top: 21px;
  right: 15px;
  background-image: url("../img/2026/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_inside2::after {
    width: calc(100vw * 12 / 375);
    height: calc(100vw * 6 / 375);
    top: calc(100vw * 17 / 375);
    right: calc(100vw * 13 / 375);
  }
}
@media screen and (min-width: 769px) {
  #suntory_contents .btn_inside2:hover {
    filter: brightness(140%);
  }
}
#suntory_contents .btn_inside3 {
  position: relative;
  width: 350px;
  height: 50px;
  margin: 30px auto 0;
  font-size: 16px;
  color: #F2CD5E;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: solid 1px #BF8C4E;
  border-radius: 5px;
  background-image: linear-gradient(#293229, #0d0d0d);
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_inside3 {
    width: calc(100vw * 270 / 375);
    height: calc(100vw * 36 / 375);
    margin: calc(100vw * 15 / 375) auto 0;
    font-size: calc(100vw * 13 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .btn_inside3::after {
  position: absolute;
  content: url();
  width: 20px;
  height: 10px;
  top: 21px;
  right: 15px;
  background-image: url("../img/2026/arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_inside3::after {
    width: calc(100vw * 12 / 375);
    height: calc(100vw * 6 / 375);
    top: calc(100vw * 15 / 375);
    right: calc(100vw * 13 / 375);
  }
}
@media screen and (min-width: 769px) {
  #suntory_contents .btn_inside2:hover, #suntory_contents .btn_inside3:hover {
    filter: brightness(140%);
  }
}
#suntory_contents .btn_modal {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #F2F2F2;
  background-image: linear-gradient(180deg, rgba(242, 205, 94, 1), rgba(89, 67, 54, 1));
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_modal {
    width: calc(100vw * 300 / 375);
    height: calc(100vw * 75 / 375);
    font-size: calc(100vw * 20 / 375);
  }
}
@media screen and (min-width: 769px) {
  #suntory_contents .btn_modal:hover {
    filter: brightness(120%);
  }
}
#suntory_contents .btn_modal::after {
  position: absolute;
  content: "";
  width: 36px;
  height: 25px;
  background-image: url("../img/2026/icon_modal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 60px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .btn_modal::after {
    width: calc(100vw * 24 / 375);
    height: calc(100vw * 17 / 375);
    top: calc(100vw * 30 / 375);
    right: calc(100vw * 27 / 375);
  }
}
#suntory_contents .list01 {
  list-style: none;
  text-align: left;
  margin: 20px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .list01 {
    margin: calc(100vw * 10 / 375) 0 0;
  }
  #suntory_contents .list01-title {
    display: block;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .list01-title {
    font-size: 1.2em;
  }
}
#suntory_contents .list01 li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .list01 li {
    margin-top: calc(100vw * 15 / 375);
  }
}
#suntory_contents .list02 {
  list-style: none;
  text-align: left;
  margin: 20px 0 0;
  padding: 0;
}
#suntory_contents .list02 li {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
#suntory_contents .sp_none {
  display: block;
}
#suntory_contents .pc_none {
  display: none;
}
#suntory_contents .layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#suntory_contents .layoutBox_cntr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width: 768px) {
  #suntory_contents .sp_none {
    display: none;
  }
  #suntory_contents .pc_none {
    display: block;
  }
}
#suntory_contents .sectionBox {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #suntory_contents .sectionBox {
    padding: calc(100vw * 50 / 375) 0 calc(100vw * 50 / 375);
  }
}
#suntory_contents .sectionColor1 {
  background-image: linear-gradient(#111211, #222522);
}
#suntory_contents .sectionColor2 {
  background: #080403;
}
#suntory_contents .contentsBox {
  width: 830px;
  margin: 80px auto 0;
  border: solid 1px #594336;
}
@media screen and (max-width: 768px) {
  #suntory_contents .contentsBox {
    width: calc(100vw * 320 / 375);
    margin: calc(100vw * 38 / 375) auto 0;
  }
}
#suntory_contents .contentsBoxInner {
  margin: 6px;
  padding: 70px 50px 80px;
  border: solid 1px #594336;
}
@media screen and (max-width: 768px) {
  #suntory_contents .contentsBoxInner {
    margin: 6px;
    padding: calc(100vw * 30 / 375) calc(100vw * 16 / 375) calc(100vw * 30 / 375);
    border: solid 1px #594336;
  }
}
#suntory_contents .contentsBox2 {
  width: 830px;
  margin: 80px auto 0;
  border: solid 1px #767676;
}
@media screen and (max-width: 768px) {
  #suntory_contents .contentsBox2 {
    width: calc(100vw * 320 / 375);
    margin: calc(100vw * 38 / 375) auto 0;
  }
}
#suntory_contents .contentsBox2Inner {
  margin: 6px;
  padding: 70px 50px 70px;
  border: solid 1px #767676;
}
@media screen and (max-width: 768px) {
  #suntory_contents .contentsBox2Inner {
    padding: calc(100vw * 30 / 375) calc(100vw * 16 / 375) calc(100vw * 30 / 375);
  }
}
#suntory_contents .contentsBox3 {
  width: 830px;
  margin: 120px auto 0;
  border: solid 1px #BF8C4E;
}
@media screen and (max-width: 768px) {
  #suntory_contents .contentsBox3 {
    width: calc(100vw * 320 / 375);
    margin: calc(100vw * 60 / 375) auto 0;
  }
}
#suntory_contents .contentsBox3Inner {
  margin: 6px;
  padding: 60px 50px 70px;
  border: solid 1px #BF8C4E;
}
@media screen and (max-width: 768px) {
  #suntory_contents .contentsBox3Inner {
    margin: 6px;
    padding: calc(100vw * 30 / 375) calc(100vw * 15 / 375) calc(100vw * 40 / 375);
  }
  #suntory_contents .contentsBox3Inner .ft-lv4 {
    font-size: calc(100vw * 20 / 375);
  }
  #suntory_contents .contentsBox3Inner .ft-lv7 {
    font-size: calc(100vw * 18 / 375);
  }
  #suntory_contents .contentsBox3Inner .ft-lv8 {
    font-size: calc(100vw * 14 / 375);
  }
}
#suntory_contents .kv {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .kv {
    max-width: 100%;
    margin: 0;
    padding: calc(100vw * 20 / 375) calc(100vw * 15 / 375) 0;
  }
}
#suntory_contents .kv h1 {
  margin: 0;
  padding: 0;
}
#suntory_contents .kv-sub {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #suntory_contents .kv-sub.ft-lv1 {
    font-size: calc(100vw * 30 / 375);
  }
}
#suntory_contents .announcement {
  background-image: url("../img/2026/bg_smoke.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#suntory_contents .announcement_inner {
  width: 890px;
  padding: 20px 0 120px;
  margin: 0 auto;
  text-align: center;
}
#suntory_contents .announcement_inner h2 {
  width: 590px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .announcement_inner h2 {
    width: auto;
    margin: calc(100vw * 20 / 375) calc(100vw * 60 / 375);
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .announcement_inner {
    width: 100%;
    padding: calc(100vw * 10 / 375) 0 calc(100vw * 50 / 375);
  }
}
#suntory_contents .announcement_title {
  position: relative;
}
#suntory_contents .announcement .layoutBox_cntr .ft-lv3 {
  margin-left: 10px;
}
#suntory_contents .announcement .ft-lv3 {
  line-height: 1;
}
#suntory_contents .announcement_inner .bnr_line {
  display: block;
  width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .announcement_inner .bnr_line {
    width: calc(100vw * 290 / 375);
  }
}
#suntory_contents .announcement .btn_inside {
  width: 890px;
  margin: 120px auto 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .announcement .btn_inside {
    width: calc(100vw * 290 / 375);
    margin: calc(100vw * 60 / 375) auto 0;
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .announcement .btn_inside li:nth-of-type(1), #suntory_contents .announcement .btn_inside li:nth-of-type(2) {
    margin-bottom: calc(100vw * 20 / 375);
  }
}
#suntory_contents .announcement .btn_inside li a {
  width: 200px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .announcement .btn_inside li a {
    width: calc(100vw * 135 / 375);
    height: calc(100vw * 90 / 375);
  }
}
#suntory_contents .overviewTitle {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
#suntory_contents .overviewTitle .titleText.ft-lv5 {
  line-height: 1.5;
}
#suntory_contents .overviewTitle2 .ft-lv5 {
  line-height: 1.3;
}
#suntory_contents .overviewTitle2 {}
#suntory_contents .medal {
  width: 130px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .overviewTitle2 .ft-lv8 {
    font-size: calc(100vw * 14 / 375);
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .medal {
    width: calc(100vw * 65 / 375);
    position: absolute;
    left: calc(100vw * 25 / 375);
  }
}
#suntory_contents .titleText {
  margin: 20px 0 20px 25px;
  display: block;
}
@media screen and (max-width: 768px) {
  #suntory_contents .titleText {
    width: 100%;
    margin: 0 0 calc(100vw * 5 / 375);
  }
}
#suntory_contents .overviewTourse {
  display: block;
}
@media screen and (max-width: 768px) {
  #suntory_contents .overviewTourse {
    position: absolute;
    display: block;
    left: calc(100vw * 100 / 375);
    top: calc(100vw * 12 / 375);
  }
  #suntory_contents .glassTitle, #suntory_contents .idt {
    display: block;
    padding-top: calc(100vw * 70 / 375);
    font-size: 0.9em;
    text-align: center;
  }
  #suntory_contents .idt {
    text-align: center;
  }
}
#suntory_contents .titleText .ft-lv1, #suntory_contents .titleText .ft-lv5 {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .titleText .ft-lv1, #suntory_contents .titleText .ft-lv5 {
    line-height: 1;
  }
}
#suntory_contents .glass01 {
  width: 720px;
  position: relative;
  margin-top: 5%;
  /*  
   height: 200px;   
    background-image: url("../img/2026/glass_00.webp");
  background-size: cover;*/
}
@media screen and (max-width: 768px) {
  #suntory_contents .glass01 {
    /*    height: calc(100vw * 72 / 375);*/
    width: 100%;
  }
}
#suntory_contents .glass01Image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 21s infinite;
  z-index: 1;
}
#suntory_contents .glass01src1 {
  background-image: url("../img/2026/glass_01.webp");
}
#suntory_contents .glass01src2 {
  background-image: url("../img/2026/glass_02.webp");
}
#suntory_contents .glass01src3 {
  background-image: url("../img/2026/glass_03.webp");
}
#suntory_contents .glass01src4 {
  background-image: url("../img/2026/glass_04.webp");
}
#suntory_contents .glass01src5 {
  background-image: url("../img/2026/glass_05.webp");
}
#suntory_contents .glass01src6 {
  background-image: url("../img/2026/glass_06.webp");
}
#suntory_contents .glass01src7 {
  background-image: url("../img/2026/glass_07.webp");
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#suntory_contents .glass01Image:nth-of-type(1) {
  animation: image-switch-animation 21s infinite;
  animation-delay: 0s;
}
#suntory_contents .glass01Image:nth-of-type(2) {
  animation-delay: 3s;
}
#suntory_contents .glass01Image:nth-of-type(3) {
  animation-delay: 6s;
}
#suntory_contents .glass01Image:nth-of-type(4) {
  animation-delay: 9s;
}
#suntory_contents .glass01Image:nth-of-type(5) {
  animation-delay: 12s;
}
#suntory_contents .glass01Image:nth-of-type(6) {
  animation-delay: 15s;
}
#suntory_contents .glass01Image:nth-of-type(7) {
  animation-delay: 18s;
}
#suntory_contents .glass02 {
  /*  height: 200px;*/
  width: 720px;
  position: relative;
  margin-top: 5%;
  /*  background-image: url("../img/2026/glass_00.webp");
  background-size: cover;*/
}
@media screen and (max-width: 768px) {
  #suntory_contents .glass02 {
    /*    height: calc(100vw * 72 / 375);*/
    width: 100%;
  }
}
#suntory_contents .glass02Image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation2 12s infinite;
  z-index: 1;
}
#suntory_contents .glass02src1 {
  background-image: url("../img/2026/glass2_01.webp");
}
#suntory_contents .glass02src2 {
  background-image: url("../img/2026/glass2_02.webp");
}
#suntory_contents .glass02src3 {
  background-image: url("../img/2026/glass2_03.webp");
}
#suntory_contents .glass02src4 {
  background-image: url("../img/2026/glass2_04.webp");
}
@keyframes image-switch-animation2 {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#suntory_contents .glass02Image:nth-of-type(1) {
  animation: image-switch-animation2 12s infinite;
  animation-delay: 0s;
}
#suntory_contents .glass02Image:nth-of-type(2) {
  animation-delay: 3s;
}
#suntory_contents .glass02Image:nth-of-type(3) {
  animation-delay: 6s;
}
#suntory_contents .glass02Image:nth-of-type(4) {
  animation-delay: 9s;
}
#suntory_contents .prizeTitle {
  position: relative;
  width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeTitle {
    position: relative;
    width: calc(100vw * 280 / 375);
  }
}
#suntory_contents .prizeTitle::after {
  position: absolute;
  content: "";
  display: block;
  width: 830px;
  border-top: solid 1px #796F63;
  top: 38px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeTitle::after {
    width: calc(100vw * 280 / 375);
    top: calc(100vw * 24 / 375);
  }
}
#suntory_contents .prizeTitleInner {
  position: relative;
  display: inline-block;
  background: #070403;
  padding: 0 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prizeTitleInner {
    padding: 0 calc(100vw * 10 / 375);
  }
}
#suntory_contents #ring .prizeTitle.ft-lv4 {
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #suntory_contents #ring .prizeTitle .ft-lv8 {
    font-size: calc(100vw * 14 / 375);
  }
}
#suntory_contents #ring .prizeTitle::after {
  top: 76px;
}
@media screen and (max-width: 768px) {
  #suntory_contents #ring .prizeTitle::after {
    top: calc(100vw * 56 / 375);
  }
}
#suntory_contents .prize-slide-items {
  width: 100%;
  min-width: 960px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prize-slide-items {
    min-width: 100vw;
  }
}
#suntory_contents .prize-slide-items .prize-slide-itemsList {
  position: relative;
  width: calc(100vw * 140 / 1440);
  height: calc((100vw * 347 / 1440) + 292px);
  margin: 0 calc(100vw * 100 / 1440);
}
@media screen and (max-width: 768px) {
  #suntory_contents .prize-slide-items .prize-slide-itemsList {
    /*         width: calc(100vw * 150 / 375)!important;*/
    height: calc(100vw * 652 / 375) !important;
    margin: 0 calc(100vw * 20 / 375);
  }
}
#suntory_contents .prize-slide-items .prize-slide-itemsList div {
  position: absolute;
  width: 640px;
  height: 320px;
  background: #070807;
  border: solid 1px #594336;
  opacity: 0;
  transition: 0.5s;
  top: calc(100vw * 300 / 1440);
  left: calc(1*((100vw * 70 / 1440) - 320px));
  padding: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prize-slide-items .prize-slide-itemsList div {
    width: calc(100vw * 300 / 375);
    height: calc(100vw * 360 / 375);
    top: calc(100vw * 290 / 375);
    left: calc(-1*(100vw * 82 / 375));
  }
}
#suntory_contents .prize-slide-items .prize-slide-itemsList div::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  border-left: solid 1px #594336;
  top: -30px;
  left: 319px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prize-slide-items .prize-slide-itemsList div::after {
    height: calc(100vw * 40 / 375);
    top: calc(-1*(100vw * 20 / 375));
    left: calc(100vw * 150 / 375);
  }
}
#suntory_contents .prize-slide-items .prize-slide-itemsList.slick-center div {
  opacity: 1;
}
#suntory_contents .prize-slide-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#suntory_contents .prize-slide-no {
  padding: 0 15px 0 0;
  display: inline-block;
  width: 90px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prize-slide-no {
    padding: 0 calc(100vw * 15 / 375) 0 0;
    display: inline-block;
    width: calc(100vw * 60 / 375);
  }
}
#suntory_contents .prize-slide-name {
  text-align: left;
}
#suntory_contents .prize-slide-text {
  padding: 0 60px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prize-slide-text {
    padding: 0 calc(100vw * 10 / 375);
  }
}
#suntory_contents .prize-slide-list {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .prize-slide-list {
    padding: 0 calc(100vw * 10 / 375);
  }
}
#suntory_contents .slick-prev, #suntory_contents .slick-next {
  height: 100px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: auto;
  bottom: 13%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: #070807;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #suntory_contents .slick-prev, #suntory_contents .slick-next {
    height: calc(100vw * 70 / 375);
    width: calc(100vw * 35 / 375);
    top: calc(100vw * 445 / 375);
  }
}
#suntory_contents .slick-prev:before, #suntory_contents .slick-next:before {
  display: none;
}
#suntory_contents .slick-prev:after, #suntory_contents .slick-next:after {
  position: absolute;
  width: 24px;
  height: 60px;
  content: "";
  background-image: url("../img/2026/arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 23px;
  left: 11px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .slick-prev:after, #suntory_contents .slick-next:after {
    width: calc(100vw * 20 / 375);
    height: calc(100vw * 50 / 375);
    top: calc(100vw * 12 / 375);
    left: calc(100vw * 9 / 375);
  }
}
#suntory_contents .slick-next:after {
  top: 19px;
  transform: rotate(3.142rad);
}
@media screen and (max-width: 768px) {
  #suntory_contents .slick-next:after {
    top: calc(100vw * 9 / 375);
  }
}
@media screen and (min-width: 769px) {
  #suntory_contents .slick-prev:focus, #suntory_contents .slick-next:focus {
    background-color: #070807;
  }
  #suntory_contents .slick-prev:hover, #suntory_contents .slick-next:hover {
    outline: none;
    background: #444444;
    color: transparent;
  }
}
#suntory_contents .slick-prev {
  left: calc(50% - 380px);
  z-index: 10;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .slick-prev {
    left: 0;
  }
}
#suntory_contents .slick-next {
  right: calc(50% - 380px);
  z-index: 10;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .slick-next {
    right: 0;
  }
}
#suntory_contents .ringImage {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ringImage {
    width: calc(100vw * 130 / 375);
  }
}
#suntory_contents .ringTextBox {
  position: relative;
  width: 740px;
  background: #070807;
  border: solid 1px #594336;
  padding: 40px 45px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ringTextBox {
    position: relative;
    width: calc(100vw * 270 / 375);
    background: #070807;
    border: solid 1px #594336;
    padding: calc(100vw * 10 / 375) calc(100vw * 10 / 375) calc(100vw * 30 / 375);
    margin: calc(100vw * 20 / 375) auto 0;
  }
}
#suntory_contents .ringTextBox::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  border-left: solid 1px #594336;
  top: -30px;
  left: 419px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ringTextBox::after {
    height: calc(100vw * 40 / 375);
    top: calc(-1*(100vw * 20 / 375));
    left: calc(100vw * 150 / 375);
  }
}
#suntory_contents .ringTitle {
  position: relative;
  width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ringTitle {
    width: calc(100vw * 270 / 375);
  }
}
#suntory_contents .ringTitle::after {
  position: absolute;
  content: "";
  display: block;
  width: 740px;
  border-top: solid 1px #796F63;
  top: 30px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ringTitle::after {
    width: calc(100vw * 270 / 375);
    top: calc(100vw * 24 / 375);
  }
}
#suntory_contents .ringTitleInner {
  position: relative;
  display: inline-block;
  background: #070403;
  padding: 0 30px;
  z-index: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ringTitleInner {
    padding: 0 calc(100vw * 10 / 375);
  }
}
#suntory_contents .ringStep {
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ringStep {
    margin: 0;
    padding: calc(100vw * 10 / 375) calc(100vw * 10 / 375) calc(100vw * 20 / 375);
  }
}
#suntory_contents .ringStep li {
  width: 170px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .ringStep li {
    width: calc(100vw * 115 / 375);
  }
  #suntory_contents .ringStep li:nth-of-type(1) {
    margin-bottom: calc(100vw * 20 / 375);
  }
}
#suntory_contents .accordionArea {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionArea {
    width: calc(100vw * 310 / 375);
  }
}
#suntory_contents .accordionOutline {
  display: none;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionOutline .ft-lv7 {
    font-size: calc(100vw * 18 / 375);
  }
  #suntory_contents .accordionOutline .ft-lv8 {
    font-size: calc(100vw * 14 / 375);
  }
}
.accordionTitleBox {
  position: relative;
}
#suntory_contents .accordionTitle {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 830px;
  height: 140px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #293229;
  background-image: linear-gradient(180deg, rgba(242, 242, 242, 1), rgba(217, 217, 217, 1));
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionTitle {
    width: calc(100vw * 300 / 375);
    height: calc(100vw * 75 / 375);
    font-size: calc(100vw * 18 / 375);
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  #suntory_contents .accordionTitle:hover {
    filter: brightness(115%);
  }
}
#suntory_contents .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32%;
  right: 5%;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  #suntory_contents .i_box {
    top: 35%;
  }
}
#suntory_contents .i_box .areaTable_i {
  display: block;
  width: 49px;
  height: 49px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #suntory_contents .i_box .areaTable_i {
    width: calc(100vw * 22 / 375);
    height: calc(100vw * 22 / 375);
  }
}
#suntory_contents .accordionTitleBox.open .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#suntory_contents .i_box .areaTable_i:before, #suntory_contents .i_box .areaTable_i:after {
  display: flex;
  content: '';
  background-color: #293229;
  border-radius: 10px;
  width: 49px;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  #suntory_contents .i_box .areaTable_i:before, #suntory_contents .i_box .areaTable_i:after {
    width: calc(100vw * 23 / 375);
    top: calc(100vw * 10 / 375);
  }
}
#suntory_contents .i_box .areaTable_i:before {
  width: 2px;
  height: 49px;
  top: 0;
  left: 22px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .i_box .areaTable_i:before {
    height: calc(100vw * 22 / 375);
    left: calc(100vw * 11 / 375);
  }
}
#suntory_contents .accordionTitleBox.open .accordionTitle {
  border-radius: 10px 10px 0 0;
}
#suntory_contents .accordionTitleBox.open .i_box .areaTable_i:before {
  content: none;
}
#suntory_contents .accordionTitleBox.open .i_box .areaTable_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #293229;
  top: 22px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionTitleBox.open .i_box .areaTable_i:after {
    top: calc(100vw * 10 / 375);
  }
}
#suntory_contents .accordionOutline {
  padding: 45px 45px 60px;
  background: #0D0D0D;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionOutline {
    padding: calc(100vw * 16 / 375) calc(100vw * 16 / 375) calc(100vw * 30 / 375);
  }
}
#suntory_contents .accordionPoint {
  margin: 0;
}
#suntory_contents .accordionImageBox {
  position: relative;
}
#suntory_contents .accordionImageBox .notice {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionImageBox .notice {
    position: relative;
    padding-bottom: calc(100vw * 10 / 375);
  }
}
#suntory_contents .accordionList {
  margin: 0;
  padding: 0;
  list-style: none;
}
#suntory_contents .accordionList li {
  margin-top: 20px
}
#suntory_contents .accordionList2 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
#suntory_contents .accordionList3 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
#suntory_contents .accordionList2 li {
  margin-top: 20px
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionList.ft-lv9, #suntory_contents .accordionList3.ft-lv9 {
    font-size: calc(100vw * 13 / 375);
  }
}
#suntory_contents .accordionImageBox .merchandise_01 {
  display: block;
  width: 418px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionImageBox .merchandise_01 {
    width: calc(100vw * 226 / 375);
  }
}
#suntory_contents .accordionImageBox .merchandise_02 {
  display: block;
  width: 266px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionImageBox .merchandise_02 {
    width: calc(100vw * 144 / 375);
  }
}
#suntory_contents .accordionImageBox .merchandise_03 {
  display: block;
  width: 443px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionImageBox .merchandise_03 {
    width: calc(100vw * 240 / 375);
  }
}
#suntory_contents .accordionImageBox .merchandise_04 {
  display: block;
  width: 347px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionImageBox .merchandise_04 {
    width: calc(100vw * 188 / 375);
  }
}
#suntory_contents .accordionImageBox .merchandise_05 {
  display: block;
  width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionImageBox .merchandise_05 {
    width: calc(100vw * 240 / 375);
  }
}
#suntory_contents .accordionImageBox .merchandise_06 {
  display: block;
  width: 382px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionImageBox .merchandise_06 {
    width: calc(100vw * 206 / 375);
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .accordionArea .ft-lv8 {
    font-size: calc(100vw * 16 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .serialNumber_01 {
  display: block;
  width: 480px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .serialNumber_01 {
    width: calc(100vw * 260 / 375);
    margin: calc(100vw * 20 / 375) auto 0;
  }
}
#suntory_contents .serialNumber_02 {
  display: block;
  width: 440px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .serialNumber_02 {
    width: calc(100vw * 250 / 375);
    margin: calc(100vw * 30 / 375) auto 0;
  }
}
#suntory_contents .serialNumber_03 {
  display: block;
  width: 200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .serialNumber_03 {
    width: calc(100vw * 118 / 375);
    margin: calc(100vw * 30 / 375) auto 0;
  }
}
#suntory_contents .serialNumberTitle {
  margin: 0;
}
#suntory_contents .step-slide-items .slick-prev, #suntory_contents .step-slide-items .slick-next {
  bottom: 500px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .slick-prev, #suntory_contents .step-slide-items .slick-next {
    bottom: 50%;
    top: auto;
  }
}
#suntory_contents .step-slide-items .slick-prev {
  left: -30px;
  z-index: 10;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .slick-prev {
    left: calc(-1*(100vw * 15 / 375));
  }
}
#suntory_contents .step-slide-items .slick-next {
  right: -29px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .slick-next {
    right: calc(-1*(100vw * 15 / 375));
  }
}
#suntory_contents .step-slide-items {
  width: 830px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items {
    width: calc(100vw * 330 / 375);
  }
}
#suntory_contents .step-slide-items .step-slide-itemsList {
  width: 680px;
  height: 1000px;
  background: #0D0D0D;
  border: solid 1px #594336;
  border-radius: 10px;
  padding: 60px 55px;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .step-slide-itemsList {
    width: calc(100vw * 210 / 375);
    height: calc(100vw * 620 / 375);
    padding: calc(100vw * 15 / 375);
    margin: calc(100vw * 15 / 375);
  }
}
#suntory_contents .step-title {
  margin: 0;
}
#suntory_contents .step-subtitle {
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-subtitle {
    margin: 0 auto calc(100vw * 20 / 375);
  }
}
#suntory_contents .apply_step1 {
  width: 560px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .apply_step1 {
    width: calc(100vw * 240 / 375);
    margin: calc(100vw * 30 / 375) auto calc(100vw * 30 / 375);
  }
}
#suntory_contents .apply_step3 {
  width: 560px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .apply_step3 {
    width: 100%;
    margin: calc(100vw * 30 / 375) auto calc(100vw * 20 / 375);
  }
}
#suntory_contents .apply_step4 {
  width: 100%;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .apply_step4 {
    width: 100%;
    margin: calc(100vw * 30 / 375) auto calc(100vw * 40 / 375);
  }
}
#suntory_contents .step-slide-items .bnr_line {
  display: block;
  width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .bnr_line {
    width: calc(100vw * 240 / 375);
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .ft-lv3 {
    font-size: calc(100vw * 26 / 375);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .ft-lv6 {
    font-size: calc(100vw * 18 / 375);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .ft-lv8 {
    font-size: calc(100vw * 14 / 375);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents .step-slide-items .ft-lv9 {
    font-size: calc(100vw * 12 / 375);
    letter-spacing: 0;
  }
}
#lineBtn .bnr_line {
  display: block;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineBtn .bnr_line {
    width: calc(100vw * 260 / 375);
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents #lineBtn .ft-lv9 {
    font-size: calc(100vw * 14 / 375);
    letter-spacing: 0;
  }
}
#suntory_contents .periodBox {
  position: relative;
  width: 710px;
  background: #070807;
  border: solid 1px #594336;
  padding: 60px 60px 0;
  margin: 15px auto 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #suntory_contents .periodBox {
    position: relative;
    width: calc(100vw * 250 / 375);
    background: #070807;
    border: solid 1px #594336;
    padding: calc(100vw * 40 / 375) calc(100vw * 20 / 375) calc(100vw * 0 / 375);
    margin: calc(100vw * 20 / 375) auto 0;
  }
}
#suntory_contents .periodBox h3 {
  margin: 0;
}
#suntory_contents .periodBox p {
  margin: 10px 0 60px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .periodBox .ft-lv7 {
    font-size: calc(100vw * 18 / 375);
  }
  #suntory_contents .periodBox .ft-lv8 {
    font-size: calc(100vw * 16 / 375);
  }
}
@media screen and (min-width: 769px) {
  #suntory_contents .bnr_line:hover {
    filter: brightness(115%);
  }
}
#suntory_contents #inquiry {
  width: 830px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #suntory_contents #inquiry {
    width: calc(100vw * 300 / 375);
  }
}
#suntory_contents #inquiry:before, #suntory_contents #inquiry:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #222421 0%, #494534 20%, #494534 80%, #222421 100%);
  left: 0;
}
#suntory_contents .inquiryInner {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: 60px 0;
  text-align: center;
  white-space: nowrap;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #suntory_contents .inquiryInner {
    padding: calc(100vw * 25 / 375) 0;
  }
}
#suntory_contents .inquiryInner:before, #suntory_contents .inquiryInner:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #222421 0%, #494534 20%, #494534 80%, #222421 100%);
  left: 0;
}
#suntory_contents .inquiryInner:before {
  top: 2px;
}
#suntory_contents .inquiryInner:after {
  bottom: 2px;
}
#suntory_contents .inquiryInner h3 {
  margin: 0 0 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #suntory_contents .inquiryInner h3 {
    margin: 0 0 calc(100vw * 25 / 375);
  }
  #suntory_contents .inquiryInner .ft-lv6 {
    font-size: calc(100vw * 20 / 375);
  }
}
#suntory_contents .inquiryInner h4 {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #suntory_contents .inquiryInner .ft-lv7 {
    font-size: calc(100vw * 16 / 375);
  }
}
#suntory_contents .inquiryInner p {
  margin: 0 0 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #suntory_contents .inquiryInner .ft-lv8 {
    font-size: calc(100vw * 14 / 375);
  }
}
#suntory_contents .inquiryTitle {
  display: inline-block;
  margin: 0 20px 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents .inquiryTitle {
    margin: 0 calc(100vw * 10 / 375) 0 0;
  }
}
#suntory_contents #ft_btn {
  width: 830px;
  margin: 90px auto 120px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #suntory_contents #ft_btn {
    flex-direction: column;
    width: calc(100vw * 300 / 375);
    margin: calc(100vw * 60 / 375) auto calc(100vw * 90 / 375);
  }
}
#suntory_contents #ft_btn li {
  display: block;
  width: 380px;
}
@media screen and (min-width: 769px) {
  #suntory_contents #ft_btn a:hover {
    filter: brightness(120%);
  }
}
@media screen and (max-width: 768px) {
  #suntory_contents #ft_btn li {
    display: block;
    width: calc(100vw * 300 / 375);
    margin-bottom: calc(100vw * 30 / 375);
  }
}
#suntory_contents #btn_line {
  position: fixed;
  width: 140px;
  top: 40%;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #suntory_contents #btn_line {
    width: calc(100vw * 60 / 375);
    top: 46%;
    right: calc(100vw * 10 / 375);
  }
}
#suntory_contents .toTop {
  position: fixed;
  width: 70px;
  height: 70px;
  right: 45px;
  bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #suntory_contents .toTop {
    width: calc(100vw * 40 / 375);
    height: calc(100vw * 40 / 375);
    right: calc(100vw * 10 / 375);
    bottom: calc(100vw * 10 / 375);
  }
}
@media screen and (min-width: 769px) {
  #suntory_contents .toTop a:hover {
    filter: brightness(140%);
  }
}