@charset "UTF-8";
/* reset:start */
#suntory_contents *,
#suntory_contents *::before,
#suntory_contents *::after {
  box-sizing: border-box;
}
#suntory_contents * {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
#suntory_contents html {
  font-size: 62.5%;
}
#suntory_contents body {
  overflow-x: hidden;
}
#suntory_contents img,
#suntory_contents picture,
#suntory_contents video,
#suntory_contents canvas,
#suntory_contents svg {
  display: block;
  max-width: 100%;
  height: auto;
}
#suntory_contents img {
  width: 100%;
}
#suntory_contents input,
#suntory_contents button,
#suntory_contents textarea,
#suntory_contents select {
  font: inherit;
}
#suntory_contents p,
#suntory_contents h1,
#suntory_contents h2,
#suntory_contents h3,
#suntory_contents h4,
#suntory_contents h5,
#suntory_contents h6 {
  overflow-wrap: break-word;
}
#suntory_contents ul {
  list-style: none;
}
#suntory_contents [hidden] {
  display: none;
}

#suntory_contents .intro__inner, #suntory_contents .intro__lists, #suntory_contents .intro__btn, #suntory_contents .explain, #suntory_contents .explain__process, #suntory_contents .explain__example-lists, #suntory_contents .explain__btn, #suntory_contents .overview__menu-list, #suntory_contents .overview__btn, #suntory_contents .cont__wrapper, .cont__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#suntory_contents .intro__inner > *, #suntory_contents .intro__lists > *, #suntory_contents .intro__btn > *, #suntory_contents .explain > *, #suntory_contents .explain__process > *, #suntory_contents .explain__example-lists > *, #suntory_contents .explain__btn > *, #suntory_contents .overview__menu-list > *, #suntory_contents .overview__btn > *, #suntory_contents .cont__wrapper > *, .cont__wrapper > * {
  min-height: 0%;
}

#suntory_contents .cont__container, #suntory_contents .lead__container, #suntory_contents .kv__container, .cont__container {
  box-sizing: content-box !important;
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .cont__container, #suntory_contents .lead__container, #suntory_contents .kv__container, .cont__container {
    max-width: 89.3333333333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .link:hover {
    opacity: unset;
  }
}

#suntory_contents .explain__process-item, #suntory_contents .explain__txt, #suntory_contents .explain__txt-blue, #suntory_contents .overview__txt {
  font-size: 24px;
  line-height: 2.1666666667;
  letter-spacing: 0.04em;
  color: #231815;
  text-align: center;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__process-item, #suntory_contents .explain__txt, #suntory_contents .explain__txt-blue, #suntory_contents .overview__txt {
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}

#suntory_contents .explain__btn-link, #suntory_contents .overview__btn-link {
  display: block;
  background-color: #e60012;
  border-radius: 56px;
  border: 6px solid #e8bb51;
  width: 460px;
  padding: 24px 90px;
  transition: transform 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__btn-link, #suntory_contents .overview__btn-link {
    border-width: 0.8vw;
    border-radius: 7.4666666667vw;
    width: 66.6666666667vw;
    padding: 3.2vw 12vw;
  }
}
#suntory_contents .explain__btn-link:hover, #suntory_contents .overview__btn-link:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__btn-link:hover, #suntory_contents .overview__btn-link:hover {
    transform: none;
  }
}
#suntory_contents .explain__btn-link::after, #suntory_contents .overview__btn-link::after {
  display: block;
  content: "";
  background-image: url(../img/cont_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__btn-link::after, #suntory_contents .overview__btn-link::after {
    background-image: url(../img/cont_arrow_sp.png);
    width: 2.5333333333vw;
    height: 3.7333333333vw;
    right: 6.6666666667vw;
  }
}

/* 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;
  }
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
  .cont {
    position: relative;
    min-width: 960px;
    overflow: hidden;
  }
}
.cont__ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .cont__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.underline {
  background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffdc89 60%, #ffdc89 95%, transparent 95%, transparent 100%);
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .underline {
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #ffdc89 60%, #ffdc89 95%, transparent 95%, transparent 100%);
    font-size: 5.3333333333vw;
    line-height: 2;
  }
}

/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
  transition: opacity 0.8s, transform 0.8s;
}
.jsScroll.speed--100 {
  transition-delay: 100ms;
}
.jsScroll.speed--200 {
  transition-delay: 200ms;
}
.jsScroll.speed--300 {
  transition-delay: 300ms;
}
.jsScroll.speed--400 {
  transition-delay: 400ms;
}
.jsScroll.speed--500 {
  transition-delay: 500ms;
}
.jsScroll.speed--600 {
  transition-delay: 600ms;
}
.jsScroll.speed--700 {
  transition-delay: 700ms;
}
.jsScroll.speed--800 {
  transition-delay: 800ms;
}
.jsScroll.speed--900 {
  transition-delay: 900ms;
}
.jsScroll.speed--1000 {
  transition-delay: 1000ms;
}
.jsScroll.speed--1100 {
  transition-delay: 1100ms;
}
.jsScroll.speed--1200 {
  transition-delay: 1200ms;
}
.jsScroll.speed--1300 {
  transition-delay: 1300ms;
}
.jsScroll.speed--1400 {
  transition-delay: 1400ms;
}
.jsScroll.speed--1500 {
  transition-delay: 1500ms;
}
.jsScroll.speed--1600 {
  transition-delay: 1600ms;
}
.jsScroll.speed--1700 {
  transition-delay: 1700ms;
}
.jsScroll.speed--1800 {
  transition-delay: 1800ms;
}
.jsScroll.speed--1900 {
  transition-delay: 1900ms;
}
.jsScroll.speed--2000 {
  transition-delay: 2000ms;
}
.jsScroll.speed--2100 {
  transition-delay: 2100ms;
}
.jsScroll.speed--2200 {
  transition-delay: 2200ms;
}
.jsScroll.speed--2300 {
  transition-delay: 2300ms;
}
.jsScroll.speed--2400 {
  transition-delay: 2400ms;
}
.jsScroll.speed--2500 {
  transition-delay: 2500ms;
}
.jsScroll.speed--2600 {
  transition-delay: 2600ms;
}
.jsScroll.speed--2700 {
  transition-delay: 2700ms;
}
.jsScroll.speed--2800 {
  transition-delay: 2800ms;
}
.jsScroll.speed--2900 {
  transition-delay: 2900ms;
}
.jsScroll.speed--3000 {
  transition-delay: 3000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* kv:start */
#suntory_contents .kv {
  background-color: #fef9ee;
}
#suntory_contents .kv__container {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .kv__container {
    max-width: 100%;
    padding-top: 12vw;
  }
}
#suntory_contents .kv__ttl {
  width: 100%;
}
#suntory_contents .kv__bottom {
  position: relative;
}
#suntory_contents .kv__bottom-icon {
  width: 7.8178694158%;
  position: absolute;
  top: 0;
  left: 6.8728522337%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .kv__bottom-icon {
    width: 10vw;
    left: 3.7333333333vw;
  }
}
#suntory_contents .kv__bottom-txt {
  margin-top: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .kv__bottom-txt {
    margin-top: 2.6666666667vw;
  }
}
#suntory_contents .kv__bottom-txt::before {
  display: block;
  content: "";
  background-image: url(../img/kv_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 142.3913043478%;
  height: 154.1176470588%;
  position: absolute;
  top: -35.2941176471%;
  left: -21.7391304348%;
  z-index: -1;
  animation: rotateAnim 10s linear 1000ms infinite;
}
@media screen and (max-width: 767px) {
  #suntory_contents .kv__bottom-txt::before {
    background-image: url(../img/kv_icon_sp.png);
    width: 14.2666666667vw;
    height: 14.2666666667vw;
    top: -3.3333333333vw;
    left: -2.2666666667vw;
  }
}

/* kv:end */
/* lead:start */
#suntory_contents .lead {
  background-color: #e8bb51;
}
@media screen and (max-width: 767px) {
  #suntory_contents .lead__container {
    max-width: 94.6666666667vw;
  }
}

/* lead:end */
/* cont:start */
#suntory_contents .cont__ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .cont__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
/* cont:end */
/* overview:start */
#suntory_contents .overview {
  background-color: #fef9ee;
  padding-top: 100px;
  padding-bottom: 240px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview {
    padding-top: 13.3333333333vw;
    padding-bottom: 24vw;
  }
}
#suntory_contents .overview__menu {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__menu {
    margin-bottom: 16vw;
  }
}
#suntory_contents .overview__menu-list {
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__menu-list {
    flex-direction: column;
  }
}
#suntory_contents .overview__menu-item {
  width: 30.9278350515%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__menu-item {
    width: 53.3333333333vw;
  }
  #suntory_contents .overview__menu-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
#suntory_contents .overview__menu-img {
  margin: 0 auto;
  width: 55.5555555556%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__menu-img {
    width: 100%;
  }
}
#suntory_contents .overview__menu-link {
  display: block;
  background-color: #e8bb51;
  border-radius: 40px;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__menu-link {
    border-radius: 6.6666666667vw;
    padding: 4vw 0;
  }
}
#suntory_contents .overview__menu-link::after {
  display: block;
  content: "";
  background-image: url(../img/menu_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6.9444444444%;
  height: 21.25%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11.1111111111%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__menu-link::after {
    background-image: url(../img/menu_arrow_sp.png);
    width: 3.7333333333vw;
    height: 2.5333333333vw;
    right: 4.8vw;
  }
}
#suntory_contents .overview__txt {
  position: relative;
}
#suntory_contents .overview__txt + .overview__txt {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__txt + .overview__txt {
    margin-top: 14.6666666667vw;
  }
}
#suntory_contents .overview__txt-large {
  font-size: 34px;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__txt-large {
    font-size: 6.1333333333vw;
    line-height: 1.7391304348;
  }
}
#suntory_contents .overview__txt-icon {
  width: 140px;
  position: absolute;
  top: -23.1481481481%;
  left: 2.7972027972%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__txt-icon {
    width: 23.8666666667vw;
    top: -9.3333333333vw;
    left: -9.3333333333vw;
  }
}
#suntory_contents .overview__btn {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__btn {
    margin-top: 10.6666666667vw;
  }
}
#suntory_contents .overview__btn-txt {
  width: 260px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__btn-txt {
    width: 100%;
  }
}
#suntory_contents .overview__contents {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .overview__contents {
    margin-top: 16vw;
  }
}

/* overview:end */
#suntory_contents .explain__rule-list02, #suntory_contents .explain__rule-list, #suntory_contents .explain__rule-asterisk, #suntory_contents .explain__rule-txt02, #suntory_contents .explain__rule-txt {
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule-list02, #suntory_contents .explain__rule-list, #suntory_contents .explain__rule-asterisk, #suntory_contents .explain__rule-txt02, #suntory_contents .explain__rule-txt {
    font-size: 12px;
    line-height: 1.5833333333;
  }
}

/* explian:start */
#suntory_contents .explain {
  padding: 85px 80px 90px;
  background-color: #ffffff;
  border-radius: 40px;
  border: 10px solid #e8bb51;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain {
    padding: 15.3333333333vw 4vw 12vw;
    border-width: 0.8vw;
    border-radius: 5.3333333333vw;
  }
}
#suntory_contents .explain__headarea {
  position: relative;
}
#suntory_contents .explain__headarea-bubble {
  width: 140px;
  position: absolute;
  top: -40px;
  left: -120px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__headarea-bubble {
    width: 23.8666666667vw;
    top: -8vw;
    left: 3.3333333333vw;
  }
}
#suntory_contents .explain__ttl {
  width: 240px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__ttl {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
#suntory_contents .explain__process {
  flex-direction: row;
  justify-content: space-between;
  align-items: normal;
  width: 95.5284552846%;
  margin-top: 35px;
  margin-bottom: 80px;
  margin-left: 22px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__process {
    flex-direction: column;
    width: 73.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 12.6666666667vw;
    margin-left: 0;
  }
}
#suntory_contents .explain__process-item {
  background-color: #fef9ee;
  border-radius: 20px;
  width: 43.6170212766%;
  padding: 50px 40px 50px 30px;
  line-height: 1.6666666667;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.07em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__process-item {
    border-radius: 2.6666666667vw;
    width: 100%;
    padding: 5.3333333333vw 8vw 5.3333333333vw 9.3333333333vw;
    line-height: 1.6875;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__process-item:first-child {
    margin-bottom: 18.2666666667vw;
  }
}
#suntory_contents .explain__process-item:first-child::after {
  display: block;
  content: "";
  background-image: url(../img/explain_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 57px;
  height: 58px;
  position: absolute;
  top: 70px;
  right: -87px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__process-item:first-child::after {
    background-image: url(../img/explain_arrow_sp.png);
    width: 7.7333333333vw;
    height: 7.6vw;
    top: 37.3333333333vw;
    right: 32vw;
  }
}
#suntory_contents .explain__process-icon {
  width: 56px;
  position: absolute;
  top: -25px;
  left: -25px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__process-icon {
    width: 8.9333333333vw;
    top: -2.8vw;
    left: -2.8vw;
  }
}
#suntory_contents .explain__process-tag {
  display: block;
  padding-top: 15px;
  line-height: 1.4166666667;
  color: #00b0f0;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__process-tag {
    padding-top: 0;
    line-height: 1.6875;
  }
}
#suntory_contents .explain__example-head {
  width: 89px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__example-head {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
#suntory_contents .explain__example-lists {
  flex-direction: row;
  justify-content: space-between;
  width: 850px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__example-lists {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 13.3333333333vw;
  }
}
#suntory_contents .explain__example-item {
  width: 404px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__example-item {
    width: 66.6666666667vw;
  }
  #suntory_contents .explain__example-item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
#suntory_contents .explain__txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__txt {
    margin-bottom: 6.6666666667vw;
  }
}
#suntory_contents .explain__txt-blue {
  margin: 45px 0 30px;
  color: #004e97;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__txt-blue {
    margin: 6vw 0 5.3333333333vw;
    line-height: 1.6875;
  }
}
#suntory_contents .explain__txt-blue::before {
  display: block;
  content: "";
  background-image: url(../img/explain_arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 31px;
  position: absolute;
  top: 19.2307692308%;
  left: -6.5530799476%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__txt-blue::before {
    background-image: url(../img/explain_arrow02_sp.png);
    width: 9.7333333333vw;
    height: 9.7333333333vw;
    top: 7.3333333333vw;
    left: -9.3333333333vw;
  }
}
#suntory_contents .explain__txt-blue::after {
  display: block;
  content: "";
  background-image: url(../img/explain_arrow03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 31px;
  position: absolute;
  top: 19.2307692308%;
  right: -6.5530799476%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__txt-blue::after {
    background-image: url(../img/explain_arrow03_sp.png);
    width: 9.7333333333vw;
    height: 9.7333333333vw;
    top: 7.3333333333vw;
    right: -9.3333333333vw;
  }
}
#suntory_contents .explain__note {
  margin: 35px 0 100px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #231815;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__note {
    margin: 20px 0 45px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
#suntory_contents .explain__rule {
  border: 4px solid #e60012;
  border-radius: 20px;
  padding: 30px 10px 15px 25px;
  margin: 15px 50px 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule {
    border-width: 2px;
    border-radius: 10px;
    margin: 0 3.2vw;
    padding: 15px 8px 20px 13px;
  }
}
#suntory_contents .explain__rule-content {
  padding-right: 35px;
  height: 540px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule-content {
    padding-right: 20px;
    height: 365px;
  }
}
#suntory_contents .explain__rule-head {
  border-bottom: 2px solid #000000;
  width: 786px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule-head {
    width: 59.7333333333vw;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.25;
    border-width: 1px;
  }
}
#suntory_contents .explain__rule-inner {
  padding: 15px 0 21px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule-inner {
    padding: 5px 0 15px;
  }
}
#suntory_contents .explain__rule-txt02 {
  margin: 25px 0 30px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule-txt02 {
    margin: 20px 0;
  }
}
#suntory_contents .explain__rule-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  margin: 25px 0;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule-asterisk {
    margin: 20px 0;
  }
}
#suntory_contents .explain__rule-list {
  padding-left: 1em;
  text-indent: -1em;
}
#suntory_contents .explain__rule-list02 {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule-list02 {
    margin-left: 10px;
  }
}
#suntory_contents .explain__rule-prize {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__rule-prize {
    margin-bottom: 20px;
  }
}
#suntory_contents .explain__rule-link {
  color: #3366ff;
}
#suntory_contents .explain__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__btn {
    margin-top: 12.6666666667vw;
  }
}
#suntory_contents .explain__btn-txt {
  width: 260px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__btn-txt {
    width: 100%;
  }
}
#suntory_contents .explain__caption {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .explain__caption-large {
    max-width: 80.4vw;
    width: 100vw;
    margin-left: 0.4vw;
  }
}

/* explian:end */
/* intro:start */
#suntory_contents .intro__top, #suntory_contents .intro__bottom {
  background-color: #f0cd77;
  padding: 170px 0 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__top, #suntory_contents .intro__bottom {
    padding: 11.3333333333vw 0 24vw;
  }
}
#suntory_contents .intro__top::before, #suntory_contents .intro__bottom::before {
  display: block;
  content: "";
  background-image: url(../img/intro_bg01.png);
  background-repeat: no-repeat;
  background-size: 100% 93px;
  width: 100%;
  height: 93px;
  position: absolute;
  top: -92px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__top::before, #suntory_contents .intro__bottom::before {
    background-image: url(../img/intro_bg01_sp.png);
    background-size: 100% 8.2666666667vw;
    height: 8.2666666667vw;
    top: -8.2666666667vw;
  }
}
#suntory_contents .intro__bottom {
  background-color: #7c7575;
  padding: 50px 0 160px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__bottom {
    padding-top: 5.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
#suntory_contents .intro__bottom::before {
  background-image: url(../img/intro_bg02.png);
  background-size: 100% 95px;
  height: 95px;
  top: -94px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__bottom::before {
    background-image: url(../img/intro_bg02_sp.png);
    background-size: 100% 8.2666666667vw;
    height: 8.2666666667vw;
    top: -8.1333333333vw;
  }
}
#suntory_contents .intro__content {
  background-color: #fef9ee;
  border: 10px solid #e8bb51;
  border-radius: 40px;
  margin: 60px 0 80px;
  padding: 65px 101px 30px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__content {
    border-width: 0.8vw;
    border-radius: 5.3333333333vw;
    padding: 10.6666666667vw 8.6666666667vw 4.6666666667vw;
    margin: 8vw 0 10.6666666667vw;
  }
}
#suntory_contents .intro__content-head {
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__content-head {
    margin-bottom: 9.7333333333vw;
  }
}
#suntory_contents .intro__inner {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__inner {
    flex-direction: column;
  }
}
#suntory_contents .intro__lists {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 45.5414012739%;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__lists {
    width: 100%;
  }
}
#suntory_contents .intro__lists-item {
  width: 46.1538461538%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__lists-item {
    width: 31.6vw;
    padding-bottom: 5.3333333333vw;
  }
}
#suntory_contents .intro__btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__btn {
    margin-top: 10.6666666667vw;
  }
}
#suntory_contents .intro__btn-link, #suntory_contents .intro__btn-link--bottom {
  display: block;
  background-color: #004e97;
  border-radius: 50px;
  width: 460px;
  padding: 30px 90px;
  transition: transform 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__btn-link, #suntory_contents .intro__btn-link--bottom {
    border-radius: 6.6666666667vw;
    width: 66.6666666667vw;
    padding: 4vw 12vw;
  }
}
#suntory_contents .intro__btn-link:hover, #suntory_contents .intro__btn-link--bottom:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__btn-link:hover, #suntory_contents .intro__btn-link--bottom:hover {
    transform: none;
  }
}
#suntory_contents .intro__btn-link::after, #suntory_contents .intro__btn-link--bottom::after {
  display: block;
  content: "";
  background-image: url(../img/cont_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
@media screen and (max-width: 767px) {
  #suntory_contents .intro__btn-link::after, #suntory_contents .intro__btn-link--bottom::after {
    background-image: url(../img/cont_arrow_sp.png);
    width: 2.5333333333vw;
    height: 3.7333333333vw;
    right: 8vw;
  }
}
#suntory_contents .intro__btn-link-txt {
  width: 280px;
}
#suntory_contents .intro__btn-link--bottom {
  background-color: #e63082;
}

/* intro:end */