@charset "UTF-8";
/* reset:start */
.cont *,
.cont *::before,
.cont *::after {
  box-sizing: border-box;
}
.cont * {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.cont html {
  font-size: 62.5%;
}
.cont body {
  overflow-x: hidden;
}
.cont img,
.cont picture,
.cont video,
.cont canvas,
.cont svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.cont img {
  width: 100%;
}
.cont input,
.cont button,
.cont textarea,
.cont select {
  font: inherit;
}
.cont p,
.cont h1,
.cont h2,
.cont h3,
.cont h4,
.cont h5,
.cont h6 {
  overflow-wrap: break-word;
}
.cont ul {
  list-style: none;
}
.cont [hidden] {
  display: none;
}

.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cont__container {
    max-width: 92vw;
    padding-left: 0;
    padding-right: 0;
  }
}

#suntory_contents .rule__link, #suntory_contents .overview__btn, .link, #suntory_contents .rule__btn {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
#suntory_contents .rule__link:hover, #suntory_contents .overview__btn:hover, .link:hover, #suntory_contents .rule__btn:hover {
  opacity: 0.7;
}

.cont__ttl, .cont__ttl--howto {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .cont__ttl, .cont__ttl--howto {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .cont__ttl, .cont__ttl--howto {
    margin-bottom: 5.7971014493%;
  }
}

#suntory_contents .target__contents::before, #suntory_contents .overview__top::before, #suntory_contents .target__contents::after, #suntory_contents .overview__top::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  z-index: 1;
}

#suntory_contents .rule__btn, #suntory_contents .overview__btn {
  position: relative;
  display: inline-block;
  width: 420px;
  border-radius: 42px;
  border: none;
  background: linear-gradient(#ff5962 0, #d4000b 100%);
  box-shadow: 0 8px 0 #66060b;
  padding: 30px 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__btn, #suntory_contents .overview__btn {
    width: 42vw;
    box-shadow: 0px 0.8vw 0px #66060b;
    padding: 3% 0;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__btn, #suntory_contents .overview__btn {
    width: 77.3333333333vw;
    border-radius: 6.6666666667vw;
    box-shadow: 0 1.0666666667vw 0 #66060b;
    padding: 4.2666666667vw 0 4.8vw;
    font-size: 4.2666666667vw;
  }
}
#suntory_contents .rule__btn::after, #suntory_contents .overview__btn::after {
  content: "";
  display: inline-block;
  background-image: url(/cpn/whisky/jimbeam/20250718/img/cont_btn-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__btn::after, #suntory_contents .overview__btn::after {
    width: 1vw;
    height: 1.7vw;
    right: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__btn::after, #suntory_contents .overview__btn::after {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/cont_btn-icon_sp.png);
    width: 1.8666666667vw;
    height: 3.0666666667vw;
    right: 6.6666666667vw;
  }
}

#suntory_contents .howto__period, #suntory_contents .overview__period {
  display: flex;
  gap: 44px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period, #suntory_contents .overview__period {
    gap: 4.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period, #suntory_contents .overview__period {
    flex-direction: column;
    gap: 3.2vw;
  }
}

#suntory_contents .howto__period-box, #suntory_contents .overview__period-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 50%;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-box, #suntory_contents .overview__period-box {
    flex-basis: 100%;
    border-radius: 2.1333333333vw;
  }
}

#suntory_contents .howto__period-hdg, #suntory_contents .howto__period-hdg--02, #suntory_contents .overview__period-hdg, #suntory_contents .overview__period-hdg--02 {
  width: 100%;
  background-color: #e0111c;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0 15px;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period-hdg, #suntory_contents .howto__period-hdg--02, #suntory_contents .overview__period-hdg, #suntory_contents .overview__period-hdg--02 {
    padding: 1.3vw 0 1.5vw;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-hdg, #suntory_contents .howto__period-hdg--02, #suntory_contents .overview__period-hdg, #suntory_contents .overview__period-hdg--02 {
    flex-direction: column;
    padding: 2.1739130435% 0 2.8985507246%;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    font-size: 5.0666666667vw;
  }
}

#suntory_contents .howto__period-small, #suntory_contents .overview__period-small {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period-small, #suntory_contents .overview__period-small {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-small, #suntory_contents .overview__period-small {
    margin-top: 2.8985507246%;
    font-size: 3.7333333333vw;
  }
}

#suntory_contents .howto__period-inr, #suntory_contents .overview__period-inr {
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period-inr, #suntory_contents .overview__period-inr {
    padding: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-inr, #suntory_contents .overview__period-inr {
    padding: 4.347826087%;
  }
}

#suntory_contents .howto__period-txt, #suntory_contents .overview__period-txt {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.045em;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period-txt, #suntory_contents .overview__period-txt {
    margin-bottom: 0.7vw;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-txt, #suntory_contents .overview__period-txt {
    margin-bottom: 2vw;
    font-size: 4.8vw;
  }
}

#suntory_contents .howto__period-txt-small, #suntory_contents .overview__period-txt-small {
  margin-left: 10px;
  margin-right: 3px;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period-txt-small, #suntory_contents .overview__period-txt-small {
    margin-left: 1vw;
    margin-right: 0.3vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-txt-small, #suntory_contents .overview__period-txt-small {
    margin-left: 1.3333333333vw;
    margin-right: 0.6666666667vw;
    font-size: 4vw;
  }
}

#suntory_contents .howto__period-txt-large, #suntory_contents .overview__period-txt-large {
  margin-right: -2px;
  font-size: 34px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period-txt-large, #suntory_contents .overview__period-txt-large {
    margin-right: -0.2vw;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-txt-large, #suntory_contents .overview__period-txt-large {
    display: inline-block;
    margin-right: -0.5333333333vw;
    font-size: 6.1333333333vw;
    line-height: 1;
  }
}

#suntory_contents .howto__period-txt-symbol, #suntory_contents .overview__period-txt-symbol {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period-txt-symbol, #suntory_contents .overview__period-txt-symbol {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-txt-symbol, #suntory_contents .overview__period-txt-symbol {
    font-size: 4.8vw;
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .cont {
    position: relative;
    min-width: 960px;
    overflow: hidden;
  }
}
.cont__container {
  font-feature-settings: "palt";
}
.cont__ttl--howto {
  margin-bottom: 55px;
}
@media screen and (max-width: 1000px) {
  .cont__ttl--howto {
    margin-bottom: 5.5vw;
  }
}

/* common:end */
/* kv:start */
#suntory_contents .kv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #suntory_contents .kv {
    background-image: linear-gradient(0, #52afd2 30%, #89d1f2 100%);
  }
}
#suntory_contents .kv__container {
  margin: auto;
}
#suntory_contents .kv__ttl {
  max-width: 1164px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .kv__ttl {
    max-width: 100%;
  }
}

/* kv:end */
/* overview:start */
#suntory_contents .overview {
  position: relative;
  background-image: url(/cpn/whisky/jimbeam/20250718/img/overview_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/overview_bg_sp.jpg);
  }
}
#suntory_contents .overview__container {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .overview__container {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__container {
    padding-top: 10.6666666667%;
    padding-bottom: 13.3333333333%;
  }
}
#suntory_contents .overview__top {
  position: relative;
  background-image: url(/cpn/whisky/jimbeam/20250718/img/overview_box-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 952px;
  height: 321px;
  filter: drop-shadow(0px 8px 4px rgba(28, 64, 78, 0.25));
  padding-top: 62px;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .overview__top {
    width: 95.2vw;
    height: 32.1vw;
    filter: drop-shadow(0px 0.8vw 0.4vw rgba(28, 64, 78, 0.25));
    padding-top: 6.2vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__top {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/overview_box-bg_sp.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 0.6666666667vw 1.3333333333vw rgba(28, 64, 78, 0.4));
    padding-top: 7.5362318841%;
    padding-bottom: 10.5797101449%;
    margin-bottom: 5.7971014493%;
  }
}
#suntory_contents .overview__top::before {
  background-image: url(/cpn/whisky/jimbeam/20250718/img/overview_bg-left.png);
  width: 313px;
  height: 539px;
  top: -83px;
  left: -215px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .overview__top::before {
    width: 31.3vw;
    height: 53.9vw;
    top: -8vw;
    left: -21.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__top::before {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/overview_bg-left_sp.png);
    width: 24.9333333333vw;
    height: 70.2666666667vw;
    top: -10.6666666667vw;
    left: -4vw;
  }
}
#suntory_contents .overview__top::after {
  background-image: url(/cpn/whisky/jimbeam/20250718/img/overview_bg-right.png);
  width: 445px;
  height: 691px;
  top: 84px;
  right: -325px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .overview__top::after {
    width: 44.5vw;
    height: 69.1vw;
    top: 8.4vw;
    right: -32.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__top::after {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/overview_bg-right_sp.png);
    width: 37.4666666667vw;
    height: 132.8vw;
    top: 47.8666666667vw;
    right: -4vw;
  }
}
#suntory_contents .overview__top-txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .overview__top-txt {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__top-txt {
    font-size: 5.6vw;
  }
}
#suntory_contents .overview__top-img {
  display: inline-block;
  width: 826px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: -13px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .overview__top-img {
    width: 82.6vw;
    height: 6vw;
    margin-top: 1.7vw;
    margin-bottom: 1.3vw;
    margin-left: -1.3vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__top-img {
    width: 87.9710144928%;
    height: 26.6666666667%;
    margin-top: 2.4637681159%;
    margin-bottom: 1.884057971%;
    margin-right: 0;
    margin-left: 0;
  }
}
#suntory_contents .overview__btn {
  z-index: 2;
}
#suntory_contents .overview__btn-area {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .overview__btn-area {
    margin-bottom: 9vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__btn-area {
    margin-bottom: 11.5942028986%;
  }
}
#suntory_contents .overview__period-box {
  box-shadow: 0px 4px 4px 0px rgba(28, 64, 78, 0.3);
}
@media screen and (max-width: 1000px) {
  #suntory_contents .overview__period-box {
    box-shadow: 0px 0.4vw 0.4vw 0px rgba(28, 64, 78, 0.3);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__period-box {
    box-shadow: 0px 0.8vw 0.8vw 0px rgba(28, 64, 78, 0.3);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__period-hdg--02 {
    padding: 2.0289855072% 0 3.4782608696%;
  }
}
/* overview:end */
#suntory_contents .prize__hdg-large02, #suntory_contents .prize__hdg-large {
  display: inline-block;
  margin-top: 13px;
  font-size: 30px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__hdg-large02, #suntory_contents .prize__hdg-large {
    margin-top: 1.3vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__hdg-large02, #suntory_contents .prize__hdg-large {
    margin-top: 2.6315789474%;
    font-size: 7.2vw !important;
  }
}

/* prize:start */
#suntory_contents .prize {
  background-image: linear-gradient(128deg, #ecf9ff 0%, #f5fcff 100%);
}
#suntory_contents .prize__container {
  background-image: url(/cpn/whisky/jimbeam/20250718/img/prize_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__container {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__container {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/prize_bg_sp.png);
    padding-top: 10.6666666667%;
    padding-bottom: 13.3333333333%;
  }
}
#suntory_contents .prize__top {
  margin-top: -3px;
  margin-bottom: 95px;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__top {
    margin-top: -0.3vw;
    margin-bottom: 9.5vw;
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__top {
    margin-top: -2.2666666667vw;
    margin-bottom: -2.2666666667vw;
    font-size: 8.8vw;
    line-height: 1.5151515152;
  }
}
#suntory_contents .prize__top-small {
  display: inline-block;
  margin-top: 27px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__top-small {
    margin-top: 27px;
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__top-small {
    margin-top: 4.347826087%;
    margin-bottom: 21.0144927536%;
    font-size: 5.3333333333vw;
  }
}
#suntory_contents .prize__list {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 0 50px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__list {
    gap: 6vw;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__list {
    flex-direction: column;
    gap: 17.3333333333vw;
    padding: 0;
  }
}
#suntory_contents .prize__item {
  position: relative;
  flex-basis: 50%;
  border: 4px solid #e0111c;
  border-radius: 8px;
  background-color: #fff;
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__item {
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__item {
    flex-basis: 100%;
    border-width: 0.5333333333vw;
    border-radius: 2.1333333333vw;
    padding-bottom: 7.0175438596%;
  }
}
#suntory_contents .prize__icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-image: linear-gradient(-58deg, rgb(253, 210, 35) 0%, rgb(255, 248, 160) 100%);
  position: absolute;
  top: -73px;
  left: -30px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__icon {
    width: 11vw;
    height: 11vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__icon {
    width: 21.8666666667vw;
    height: 21.8666666667vw;
    top: -14.1333333333vw;
    left: -0.5333333333vw;
    font-size: 4vw;
  }
}
#suntory_contents .prize__icon-large {
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__icon-large {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__icon-large {
    font-size: 7.2vw;
  }
}
#suntory_contents .prize__hdg {
  background-color: #e0111c;
  padding: 15px 0 23px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__hdg {
    padding: 1.5vw 0 2.3vw;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__hdg {
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    padding: 3.6549707602% 0 4.3859649123%;
    font-size: 4.2666666667vw;
  }
}
#suntory_contents .prize__hdg-large02 {
  font-size: 28px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__hdg-large02 {
    font-size: 2.8vw;
  }
}
#suntory_contents .prize__img {
  width: 392px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__img {
    width: 39.1vw;
    bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__img {
    width: 100%;
    margin-bottom: 5.8479532164%;
  }
}
#suntory_contents .prize__txt {
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .prize__txt {
    margin-top: -0.5vw;
    margin-bottom: -0.5vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .prize__txt {
    padding-left: 5.8479532164%;
    padding-right: 5.8479532164%;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    text-align: left;
  }
}

/* prize:end */
#suntory_contents .target__box--02, #suntory_contents .target__box {
  width: 550px;
  display: flex;
  flex-direction: column;
  border: 3px solid #e0111c;
  border-radius: 8px;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__box--02, #suntory_contents .target__box {
    width: 55vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__box--02, #suntory_contents .target__box {
    width: 100%;
    border-width: 0.5333333333vw;
    border-radius: 1.0666666667vw;
  }
}

#suntory_contents .target__inr--02, #suntory_contents .target__inr {
  display: flex;
  padding: 20px 42px 17px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__inr--02, #suntory_contents .target__inr {
    padding: 2vw 4.2vw 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__inr--02, #suntory_contents .target__inr {
    padding: 3.1468531469%;
  }
}

#suntory_contents .target__item--can, #suntory_contents .target__item--width, #suntory_contents .target__item {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__item--can, #suntory_contents .target__item--width, #suntory_contents .target__item {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__item--can, #suntory_contents .target__item--width, #suntory_contents .target__item {
    padding-left: 0.5em;
    text-indent: -0.5em;
    font-size: 4.2666666667vw;
  }
}
#suntory_contents .target__item--can::before, #suntory_contents .target__item--width::before, #suntory_contents .target__item::before {
  content: "・";
}

/* target:start */
#suntory_contents .target {
  position: relative;
  background-image: url(/cpn/whisky/jimbeam/20250718/img/target_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .target {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/target_bg_sp.jpg);
  }
}
#suntory_contents .target__container {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__container {
    padding-top: 8%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__container {
    padding-top: 10.6666666667%;
    padding-bottom: 9.3333333333%;
  }
}
#suntory_contents .target__contents {
  position: relative;
  background-image: url(/cpn/whisky/jimbeam/20250718/img/target_box-bg.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 5px 10px rgba(28, 64, 78, 0.4));
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__contents {
    filter: drop-shadow(0px 0.5vw 1vw rgba(28, 64, 78, 0.4));
    padding: 10vw 0;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__contents {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/target_box-bg_sp.png);
    background-size: 100%;
    filter: drop-shadow(0px 0.6666666667vw 1.3333333333vw rgba(28, 64, 78, 0.4));
    padding: 10.1449275362% 7.9710144928% 13.0434782609%;
  }
}
#suntory_contents .target__contents::before {
  background-image: url(/cpn/whisky/jimbeam/20250718/img/target_bg-left.png);
  width: 397px;
  height: 911px;
  bottom: -100px;
  left: -295px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__contents::before {
    width: 39.7vw;
    height: 91.1vw;
    bottom: -10vw;
    left: -29.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__contents::before {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/target_bg-left_sp.png);
    width: 17.3333333333vw;
    height: 89.6vw;
    bottom: -9.3333333333vw;
    left: -4vw;
  }
}
#suntory_contents .target__contents::after {
  background-image: url(/cpn/whisky/jimbeam/20250718/img/target_bg-right.png);
  width: 265px;
  height: 550px;
  top: -195px;
  right: -118px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__contents::after {
    width: 26.5vw;
    height: 55vw;
    top: -19.5vw;
    right: -11.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__contents::after {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/target_bg-right_sp.png);
    width: 24vw;
    height: 65.3333333333vw;
    top: -31.0666666667vw;
    right: -4vw;
  }
}
#suntory_contents .target__img {
  width: 550px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__img {
    width: 55vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__img {
    width: 100%;
    margin-bottom: 6.0344827586%;
  }
}
#suntory_contents .target__box {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__box {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__box {
    margin-bottom: 12.0689655172%;
  }
}
#suntory_contents .target__box--02 {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  #suntory_contents .target__box--02 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__box--02 {
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__box--02 {
    margin-bottom: 2.5862068966%;
  }
}
#suntory_contents .target__hdg {
  background-color: #e0111c;
  padding-top: 3px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__hdg {
    padding-top: 0.3vw;
    padding-bottom: 0.8vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__hdg {
    padding-top: 0.6944444444%;
    padding-bottom: 1.7361111111%;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__inr--02 {
    padding-left: 5.2447552448%;
    padding-right: 5.2447552448%;
  }
}
#suntory_contents .target__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__list {
    border-radius: 0 0 0.8vw 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__list {
    justify-content: flex-start;
    border-radius: 0 0 1.0666666667vw 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #suntory_contents .target__list::after {
    display: block;
    content: "";
    width: 133px;
  }
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__list::after {
    width: 13.3vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__item--width {
    flex-basis: 38.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__item--can {
    margin-bottom: 1.0666666667vw;
  }
}
#suntory_contents .target__caution {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .target__caution {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .target__caution {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    text-align: left;
  }
}

/* target:end */
#suntory_contents .howto__red--03, #suntory_contents .howto__red--02, #suntory_contents .howto__red {
  margin-top: -4px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  color: #e0111c;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__red--03, #suntory_contents .howto__red--02, #suntory_contents .howto__red {
    margin-top: -1.3071895425%;
    margin-bottom: 6.5359477124%;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__red--03, #suntory_contents .howto__red--02, #suntory_contents .howto__red {
    margin-top: -1.3333333333vw;
    margin-bottom: 4vw !important;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    text-align: left;
  }
}

/* howto:start */
#suntory_contents .howto {
  background: linear-gradient(-38deg, #ecf9ff 0%, #f5fcff 100%);
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#suntory_contents .howto__container {
  background-image: url(/cpn/whisky/jimbeam/20250718/img/howto_bg.png);
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__container {
    padding-top: 8%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__container {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/howto_bg_sp.png);
    padding-top: 10.6666666667%;
    padding-bottom: 13.3333333333%;
  }
}
#suntory_contents .howto__step {
  display: flex;
  gap: 21px;
  list-style: none;
  padding-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__step {
    gap: 2.1vw;
    padding-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__step {
    width: 86.9565217391%;
    gap: 9.3333333333vw;
    padding-top: 2.8985507246%;
    padding-bottom: 11.5942028986%;
    margin: auto;
    flex-direction: column;
  }
}
#suntory_contents .howto__step-list {
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 5px 8.66px 10px 0px rgba(0, 85, 139, 0.12);
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__step-list {
    flex-basis: 30.6vw;
    box-shadow: 0.5vw 0.9vw 1vw rgba(0, 85, 139, 0.12);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__step-list {
    border-radius: 2.1333333333vw;
    box-shadow: 1.4492753623vw 2.1739130435vw 2.8985507246vw rgba(0, 85, 139, 0.12);
  }
}
#suntory_contents .howto__step-hdg {
  position: relative;
  width: 100%;
  height: 46px;
  background-color: #e0111c;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__step-hdg {
    height: 4.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__step-hdg {
    height: 12vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
#suntory_contents .howto__step-ttl {
  width: 100%;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__step-ttl {
    top: -1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__step-ttl {
    top: -3.2vw;
  }
}
#suntory_contents .howto__step-inr {
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__step-inr {
    padding-bottom: 8.1699346405%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__step-inr {
    padding-bottom: 10%;
  }
}
#suntory_contents .howto__txt {
  margin-top: -4px;
  margin-bottom: -4px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__txt {
    margin-top: -0.4%;
    margin-bottom: -0.4%;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__txt {
    margin-top: -1.0666666667vw;
    margin-bottom: -1.0666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#suntory_contents .howto__txt + .howto__txt {
  margin-top: 18px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__txt + .howto__txt {
    margin-top: 5.8823529412%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__txt + .howto__txt {
    margin-top: 3.0666666667vw;
  }
}
#suntory_contents .howto__txt-area {
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__txt-area {
    padding: 0 6.5359477124%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__txt-area {
    margin-top: 4.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
#suntory_contents .howto__txt-bold {
  font-weight: bold;
}
#suntory_contents .howto__red--02 {
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__red--02 {
    margin-bottom: 11.4379084967%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__red--03 {
    letter-spacing: 0.01em;
  }
}
#suntory_contents .howto__caution {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #e0111c;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__caution {
    margin-top: 6.5359477124%;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__caution {
    margin-top: 4.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.025em;
  }
}
#suntory_contents .howto__period-box {
  box-shadow: 5px 9px 10px 0px rgba(0, 85, 139, 0.12);
}
@media screen and (max-width: 1000px) {
  #suntory_contents .howto__period-box {
    box-shadow: 0.5vw 0.9vw 1vw 0px rgba(28, 64, 78, 0.3);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-box {
    box-shadow: 1.3333333333vw 2vw 2.6666666667vw 0px rgba(0, 85, 139, 0.12);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .howto__period-hdg--02 {
    padding: 2.0289855072% 0 3.4782608696%;
  }
}
/* howto:end */
#suntory_contents .rule__box--check, #suntory_contents .rule__box {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0px rgba(131, 92, 0, 0.3);
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__box--check, #suntory_contents .rule__box {
    margin-bottom: 3%;
    box-shadow: 0px 0.4vw rgba(131, 92, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__box--check, #suntory_contents .rule__box {
    border-radius: 2.1333333333vw;
    box-shadow: 0px 0.8vw 0.8vw 0px rgba(131, 92, 0, 0.3);
    letter-spacing: 0.03em;
  }
}

#suntory_contents .rule__link, #suntory_contents .rule__txt-top, #suntory_contents .rule__txt {
  margin-top: -7px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__link, #suntory_contents .rule__txt-top, #suntory_contents .rule__txt {
    margin-top: -5px;
    margin-bottom: 22px;
    font-size: 10px;
    line-height: 1.5;
  }
}

/* rule:start */
#suntory_contents .rule {
  background-image: url(/cpn/whisky/jimbeam/20250718/img/rule_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/rule_bg_sp.jpg);
  }
}
#suntory_contents .rule__container {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__container {
    padding-top: 8%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__container {
    padding-top: 10.6666666667%;
    padding-bottom: 13.3333333333%;
  }
}
#suntory_contents .rule__box {
  padding: 50px 53px;
  box-shadow: 0px 4px 4px 0px rgba(131, 92, 0, 0.3);
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__box {
    padding: 5% 5.3%;
    box-shadow: 0px 0.4vw 0.4vw rgba(131, 92, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__box {
    padding: 25px;
    box-shadow: 0px 0.8vw 0.8vw 0px rgba(131, 92, 0, 0.3);
    margin-bottom: 3.4782608696%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__box--check {
    margin-bottom: 5.0724637681%;
  }
}
#suntory_contents .rule__txt {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__txt {
    padding-left: 0.75em;
    text-indent: 0.75em;
  }
}
#suntory_contents .rule__txt-top {
  margin-bottom: 28px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__txt-top {
    margin-bottom: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__txt-top {
    margin-bottom: 20px;
  }
}
#suntory_contents .rule__txt-hdg {
  display: block;
  margin-bottom: -22px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__txt-hdg {
    margin-bottom: -15px;
    padding-left: 0;
    text-indent: -0.5em;
  }
}
#suntory_contents .rule__txt-hdg::before {
  content: "・";
}
#suntory_contents .rule__txt:last-child {
  margin-bottom: 0;
}
#suntory_contents .rule__link {
  color: #007eff;
}
#suntory_contents .rule__list {
  padding: 30px 0 30px 180px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__list {
    padding: 3% 0 3% 18%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__list {
    padding: 6.9565217391% 0 7.5362318841% 7.2463768116%;
  }
}
#suntory_contents .rule__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: visible;
  position: relative;
}
#suntory_contents .rule__check {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
#suntory_contents .rule__check:focus-visible + .rule__checkbox {
  outline: 1px solid #000;
  outline-offset: 2px;
}
#suntory_contents .rule__check:checked + .rule__checkbox {
  background-color: #e0111c;
  border: none;
}
#suntory_contents .rule__check:checked + .rule__checkbox::after {
  content: "";
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: 11px;
  height: 20px;
  transform: rotate(45deg);
  top: 4px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__check:checked + .rule__checkbox::after {
    width: 1.1vw;
    height: 2vw;
    top: 0.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__check:checked + .rule__checkbox::after {
    border-width: 0.5333333333vw;
    width: 1.6vw;
    height: 2.9333333333vw;
    top: 1.0666666667vw;
  }
}
#suntory_contents .rule__checkbox {
  position: relative;
  display: inline-block;
  border: 2px solid #000;
  background-color: #fff;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__checkbox {
    width: 3.6vw;
    height: 3.6vw;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__checkbox {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 1.0666666667vw;
    margin-right: 3.4666666667vw;
  }
}
#suntory_contents .rule__item {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__item {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__item {
    font-size: 3.4666666667vw;
  }
}
#suntory_contents .rule__item:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__item:not(:last-child) {
    margin-bottom: 1.8%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__item:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
#suntory_contents .rule__btn-area {
  text-align: center;
}
#suntory_contents .rule__btn.jsDisabled {
  background: #8b8b8b;
  box-shadow: 0 8px 0 #555555;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__btn.jsDisabled {
    box-shadow: 0 1.0666666667vw 0 #555555;
  }
}
#suntory_contents .rule__btn.jsDisabled:hover {
  opacity: 1;
}
#suntory_contents .rule__btn.jsDisabled:focus, #suntory_contents .rule__btn.jsDisabled:focus-visible {
  outline: none;
}
#suntory_contents .rule__note {
  margin-top: 27px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .rule__note {
    margin-top: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .rule__note {
    margin-top: 5.7971014493%;
    font-size: 3.7333333333vw;
  }
}

/* rule:end */
/* contact:start */
#suntory_contents .contact {
  background: linear-gradient(-38deg, #ecf9ff 0%, #f5fcff 100%);
  background-repeat: no-repeat;
}
#suntory_contents .contact__container {
  background-image: url(/cpn/whisky/jimbeam/20250718/img/contact_bg.png);
  padding-top: 80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .contact__container {
    padding-top: 8%;
    padding-bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .contact__container {
    background-image: url(/cpn/whisky/jimbeam/20250718/img/contact_bg_sp.png);
    padding-top: 10.6666666667%;
    padding-bottom: 26.6666666667%;
  }
}
#suntory_contents .contact__content {
  width: 680px;
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 0 40px;
  box-shadow: 5px 9px 10px 0px rgba(0, 85, 139, 0.12);
  margin: auto;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .contact__content {
    width: 68vw;
    padding: 3.5vw 0 3.5vw;
    box-shadow: 0.5vw 0.9vw 1vw 0px rgba(0, 85, 139, 0.12);
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .contact__content {
    width: 100%;
    border-radius: 1.6vw;
    padding: 8.6956521739% 0;
    box-shadow: 1.4492753623vw 2.1739130435vw 2.8985507246vw rgba(0, 85, 139, 0.12);
  }
}
#suntory_contents .contact__hdg {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .contact__hdg {
    margin-bottom: 2vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .contact__hdg {
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
  }
}
#suntory_contents .contact__tel {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .contact__tel {
    margin-bottom: 1vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .contact__tel {
    margin-bottom: 1.8666666667vw;
    font-size: 3.8666666667vw;
  }
}
#suntory_contents .contact__tel-large {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .contact__tel-large {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .contact__tel-large {
    font-size: 10.6666666667vw;
  }
}
#suntory_contents .contact__note {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .contact__note {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .contact__note {
    font-size: 3.2vw;
  }
}
#suntory_contents .contact__note:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .contact__note:not(:last-child) {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .contact__note:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
#suntory_contents .contact__time {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  #suntory_contents .contact__time {
    margin-bottom: 1vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .contact__time {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

/* contact:end */