@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
}

#suntory_contents {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  background-color: #ffffff;
}
#suntory_contents * {
  margin: 0 auto;
  box-sizing: border-box;
}
#suntory_contents main {
  display: block;
}
#suntory_contents .bold {
  font-weight: bold;
}
#suntory_contents ul.note li {
  padding-left: 1em;
  text-indent: -1em;
}
#suntory_contents a {
  color: #00aae4;
}

@media screen and (min-width: 768px) {
  #suntory_contents a:hover {
    text-decoration: none;
  }
  #suntory_contents .hiddenPC {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents .hiddenSP {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #suntory_contents {
    margin: 0 auto;
    overflow: hidden;
  }
  #suntory_contents .c-heading-title {
    font-size: 32px;
    font-weight: 400;
    color: #1476cb;
    line-height: 1.34375;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
  }
  #suntory_contents .c-heading-title::after {
    content: "";
    width: 93%;
    height: 4px;
    background: linear-gradient(-45deg, #5bc2dc, #1476cb);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #suntory_contents .c-text-cnt {
    text-align: center;
  }
  #suntory_contents .c-external-icon {
    width: 1em;
    height: 1em;
    fill: currentcolor;
    vertical-align: -8%;
  }
  #suntory_contents .scroll_bar {
    background-color: #f0f0f0;
    overflow-y: scroll;
    height: 100%;
  }
  #suntory_contents .scroll_bar::-webkit-scrollbar {
    width: 8px;
  }
  #suntory_contents .scroll_bar::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  #suntory_contents .scroll_bar::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 100px;
  }
  #suntory_contents .mv {
    margin-bottom: 40px;
  }
  #suntory_contents .mv__heading {
    width: 100%;
    max-width: 960px;
  }
  #suntory_contents .mv__heading img {
    display: block;
    width: 100%;
  }
  #suntory_contents main {
    max-width: 960px;
  }
  #suntory_contents main .howto {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
    position: relative;
  }
  #suntory_contents main .howto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #c0e7f1;
    background-image: radial-gradient(#6bc3ec 40%, transparent 60%);
    background-size: 4px 4px;
    background-position: 2px 2px;
  }
  #suntory_contents main .howto__inner {
    width: 100%;
    max-width: 960px;
    padding: 40px 0 80px;
    display: flex;
    flex-direction: column;
  }
  #suntory_contents main .howto__step {
    counter-reset: cnt;
    width: 100%;
    margin-top: 34px;
  }
  #suntory_contents main .howto__step-list {
    position: relative;
    counter-increment: cnt;
    padding: 60px 20px 40px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #suntory_contents main .howto__step-list:not(:last-of-type) {
    margin-bottom: 44px;
  }
  #suntory_contents main .howto__step-list i {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(#5bc2dc, #1476cb);
    width: 63px;
    height: 63px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
  }
  #suntory_contents main .howto__step-list i::before {
    content: "STEP";
    display: block;
    margin-top: 5px;
    font-size: 0.875em;
    line-height: 1;
  }
  #suntory_contents main .howto__step-list i::after {
    content: counter(cnt);
    display: block;
    font-size: 1.75em;
    line-height: 1;
  }
  #suntory_contents main .howto__step-title {
    margin-bottom: 9px;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5833333333;
    letter-spacing: 0.03em;
    text-align: center;
  }
  #suntory_contents main .howto__step-title--textBlue {
    color: #00aae4;
    font-weight: normal;
  }
  #suntory_contents main .howto__step-desc {
    margin-top: 1em;
    margin-bottom: 22px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5833333333;
    letter-spacing: 0.03em;
    text-align: center;
    background: #5bc2dc;
    border-radius: 1.25em;
    padding: 0.5em 2em 0.6em;
    color: #ffffff;
    position: relative;
    min-width: 500px;
    position: relative;
  }
  #suntory_contents main .howto__step-desc::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 12px 8px 0;
    border-style: solid;
    border-color: #5bc2dc transparent;
  }
  #suntory_contents main .howto__step-desc .c-external-icon {
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top: 50%;
    right: 48px;
    transform: translateY(-50%);
    margin-top: -2px;
  }
  #suntory_contents main .howto__step-btn {
    position: relative;
    display: block;
    padding: 14px 15px 18px;
    width: 300px;
    border-radius: 30px;
    font-size: 1em;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-decoration: none;
    border: solid 4px #5bc2dc;
    color: #333333;
  }
  #suntory_contents main .howto__step-btn:hover {
    background-color: rgba(91, 194, 220, 0.1);
  }
  #suntory_contents main .howto__step-btn:active {
    box-shadow: none;
    transform: translateY(4px);
  }
  #suntory_contents main .howto__step-btn::before, #suntory_contents main .howto__step-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
  }
  #suntory_contents main .howto__step-btn--internal::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(#5bc2dc, #1476cb);
    right: 15px;
  }
  #suntory_contents main .howto__step-btn--internal::after {
    right: 20px;
    width: 6px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%206.568%2011.135%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffffff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffffff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-959.5%2C1627.175a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l3.86-3.86-3.86-3.86a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.568%2C4.568a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-4.568%2C4.568A1%2C1%2C0%2C0%2C1-959.5%2C1627.175Z%22%20transform%3D%22translate%28960.5%20-1616.04%29%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    right: 21px;
  }
  #suntory_contents main .howto__step-btn--external::before {
    display: none;
  }
  #suntory_contents main .howto__step-btn--external::after {
    right: 24px;
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2026%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23000%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23000%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M7.133%2019.283V0.399994H32.998V19.283H7.133ZM28.542%204.18399H11.59V15.93H28.542V4.18399ZM25.863%2025.996H0V6.70299H4.455V21.802H25.863V25.996Z%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
  }
  #suntory_contents main .outline__inner {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
  }
  #suntory_contents main .outline__inner-box {
    height: 400px;
    padding: 20px 24px;
    border: solid 4px #c7c7c7;
    border-radius: 4px;
    position: relative;
    background-color: #ffffff;
  }
  #suntory_contents main .outline__inner-box::before, #suntory_contents main .outline__inner-box::after {
    content: "";
    position: absolute;
    width: 336px;
    height: 336px;
    border-radius: 50%;
    background-size: 4px 4px;
    background-position: 2px 2px;
    z-index: -1;
  }
  #suntory_contents main .outline__inner-box::before {
    top: -76px;
    right: -270px;
    background-image: radial-gradient(#6bc3ec 40%, transparent 60%);
  }
  #suntory_contents main .outline__inner-box::after {
    bottom: -76px;
    left: -270px;
    background-image: radial-gradient(#c0e7f1 40%, transparent 60%);
  }
  #suntory_contents main .outline__blockquote {
    padding: 0 25px;
    background: #ffffff;
  }
  #suntory_contents main .outline__blockquote > dl > dt, #suntory_contents main .outline__blockquote > dl > dd {
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main .outline__blockquote > dl > dt {
    margin-top: 20px;
    font-weight: bold;
  }
  #suntory_contents main .outline__blockquote > dl > dd {
    padding-left: 1em;
    margin-top: 10px;
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list, #suntory_contents main .outline__blockquote > dl > dd ul.note {
    margin-top: 0.75em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list li, #suntory_contents main .outline__blockquote > dl > dd ul.note li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list li:last-child, #suntory_contents main .outline__blockquote > dl > dd ul.note li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list--dot > li {
    list-style-position: inside;
    list-style-type: "・";
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list--circle-black > li {
    list-style-position: inside;
    list-style-type: "●";
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list--circle-white > li {
    list-style-position: inside;
    list-style-type: "○";
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.note li {
    font-size: 1em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ol {
    counter-reset: cnt;
    margin-top: 0.75em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ol li {
    counter-increment: cnt;
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ol li:before {
    content: counter(cnt) ".";
    position: absolute;
    top: 0;
    left: 0;
  }
  #suntory_contents main .outline__blockquote > dl > dd ol li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main .outline__blockquote > dl > dd dl dt {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  #suntory_contents main .outline__blockquote > dl > dd dl dd {
    padding-left: 0.5em;
  }
  #suntory_contents main .outline__blockquote > dl > dd dl dd dl dt {
    font-weight: normal;
  }
  #suntory_contents main .end {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
    padding: 40px 0 80px;
    position: relative;
    z-index: 10;
  }
  #suntory_contents main .end::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #c0e7f1;
    background-image: radial-gradient(#6bc3ec 40%, transparent 60%);
    background-size: 4px 4px;
    background-position: 2px 2px;
    z-index: -1;
  }
  #suntory_contents main .end__inner {
    width: 100%;
    max-width: 960px;
    padding: 40px 0 80px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
  }
  #suntory_contents main .end__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5833333333;
    text-align: center;
  }
  #suntory_contents main .end__title strong {
    color: #00aae4;
    font-weight: 400;
  }
  #suntory_contents main .end__contact {
    margin-top: 20px;
    width: 600px;
    padding: 25px 24px 26px;
    border: solid 4px #c7c7c7;
    border-radius: 4px;
    position: relative;
    text-align: center;
  }
  #suntory_contents main .end__contact p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main .end__contact p small {
    font-size: 0.75em;
  }
  #suntory_contents .brand {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
  }
  #suntory_contents .brand__button {
    position: relative;
    display: inline-block;
    min-width: 345px;
    border-radius: 100px;
    overflow: hidden;
    border: solid 2px transparent;
    text-decoration: none;
    background: #ffffff;
  }
  #suntory_contents .brand__button::before, #suntory_contents .brand__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-sizing: border-box;
  }
  #suntory_contents .brand__button::before {
    background: linear-gradient(-45deg, #5bc2dc, #1476cb);
    transition: all 0.3s;
    opacity: 1;
  }
  #suntory_contents .brand__button::after {
    border: solid 2px #00aae4;
    opacity: 0;
  }
  #suntory_contents .brand__button-inner {
    position: relative;
    display: block;
    padding: 28px 30px 29px 20px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }
  #suntory_contents .brand__button-inner small {
    font-size: 0.875em;
  }
  #suntory_contents .brand__button-inner::before, #suntory_contents .brand__button-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
  }
  #suntory_contents .brand__button:hover::before {
    opacity: 0;
  }
  #suntory_contents .brand__button:hover::after {
    opacity: 1;
  }
  #suntory_contents .brand__button:hover .brand__button-inner {
    color: #00aae4;
  }
  #suntory_contents .brand__button--internal .brand__button-inner::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    right: 15px;
  }
  #suntory_contents .brand__button--internal .brand__button-inner::after {
    width: 6px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%206.568%2011.135%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235bc2dc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231476cb%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-959.5%2C1627.175a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l3.86-3.86-3.86-3.86a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.568%2C4.568a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-4.568%2C4.568A1%2C1%2C0%2C0%2C1-959.5%2C1627.175Z%22%20transform%3D%22translate%28960.5%20-1616.04%29%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    right: 21px;
  }
  #suntory_contents .brand__button--internal:hover .brand__button-inner::before {
    background-color: #00aae4;
  }
  #suntory_contents .brand__button--internal:hover .brand__button-inner::after {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%206.568%2011.135%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffffff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffffff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-959.5%2C1627.175a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l3.86-3.86-3.86-3.86a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.568%2C4.568a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-4.568%2C4.568A1%2C1%2C0%2C0%2C1-959.5%2C1627.175Z%22%20transform%3D%22translate%28960.5%20-1616.04%29%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
  }
  #suntory_contents .brand__button--external .brand__button-inner::before {
    display: none;
  }
  #suntory_contents .brand__button--external .brand__button-inner::after {
    right: 36px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2026%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M7.133%2019.283V0.399994H32.998V19.283H7.133ZM28.542%204.18399H11.59V15.93H28.542V4.18399ZM25.863%2025.996H0V6.70299H4.455V21.802H25.863V25.996Z%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    transform: translateY(-2px);
  }
  #suntory_contents .brand__button--external:hover .brand__button-inner::after {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2026%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aae4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300aae4%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M7.133%2019.283V0.399994H32.998V19.283H7.133ZM28.542%204.18399H11.59V15.93H28.542V4.18399ZM25.863%2025.996H0V6.70299H4.455V21.802H25.863V25.996Z%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
  }
  #suntory_contents .pagetop {
    padding: 40px 15px 30px;
    text-align: right;
  }
  #suntory_contents .pagetop__link {
    position: relative;
    display: inline-block;
    padding: 0.4em 0;
    padding-right: 35px;
    background: #ffffff;
    border-radius: 1em;
    color: #333333;
    font-size: 0.875em;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: all 0.1s linear;
  }
  #suntory_contents .pagetop__link::before, #suntory_contents .pagetop__link::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 2px;
    bottom: 0;
    display: block;
    margin: auto 0;
  }
  #suntory_contents .pagetop__link::before {
    width: 26px;
    height: 26px;
    border: solid 1px #5bc2dc;
    border-radius: 50%;
  }
  #suntory_contents .pagetop__link::after {
    width: 6px;
    height: 6px;
    border-width: 3px 0 0 3px;
    border-style: solid;
    border-color: #5bc2dc;
    transform: translate(-9px, 2px) rotate(45deg);
  }
  #suntory_contents .pagetop__link:hover::before {
    background-color: #5bc2dc;
  }
  #suntory_contents .pagetop__link:hover::after {
    border-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  #suntory_contents {
    margin: 0 auto;
    overflow: hidden;
  }
  #suntory_contents img {
    display: block;
    width: 100%;
  }
  #suntory_contents .c-heading-title {
    font-size: 24px;
    font-weight: 400;
    color: #1476cb;
    line-height: 1.34375;
    text-align: center;
    padding-bottom: 9px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
  }
  #suntory_contents .c-heading-title::after {
    content: "";
    width: 93%;
    height: 4px;
    background: linear-gradient(-45deg, #5bc2dc, #1476cb);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #suntory_contents .c-text-cnt {
    text-align: center;
  }
  #suntory_contents .c-external-icon {
    width: 1em;
    height: 1em;
    fill: currentcolor;
    vertical-align: -8%;
  }
  #suntory_contents .scroll_bar {
    background-color: #f0f0f0;
    overflow-y: scroll;
    height: 100%;
  }
  #suntory_contents .scroll_bar::-webkit-scrollbar {
    width: 8px;
  }
  #suntory_contents .scroll_bar::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
  #suntory_contents .scroll_bar::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 100px;
  }
  #suntory_contents .mv {
    margin-bottom: 20px;
  }
  #suntory_contents main .howto {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    position: relative;
  }
  #suntory_contents main .howto::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #c0e7f1;
    background-image: radial-gradient(#6bc3ec 40%, transparent 60%);
    background-size: 4px 4px;
    background-position: 2px 2px;
  }
  #suntory_contents main .howto__inner {
    width: 100%;
    max-width: 960px;
    padding: 40px 0 60px;
    display: flex;
    flex-direction: column;
  }
  #suntory_contents main .howto__step {
    counter-reset: cnt;
    width: 100%;
    margin-top: 20px;
  }
  #suntory_contents main .howto__step-list {
    position: relative;
    counter-increment: cnt;
    padding: 60px 20px 40px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #suntory_contents main .howto__step-list:not(:last-of-type) {
    margin-bottom: 44px;
  }
  #suntory_contents main .howto__step-list i {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(#5bc2dc, #1476cb);
    width: 63px;
    height: 63px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-align: center;
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
  }
  #suntory_contents main .howto__step-list i::before {
    content: "STEP";
    display: block;
    margin-top: 5px;
    font-size: 0.875em;
    line-height: 1;
  }
  #suntory_contents main .howto__step-list i::after {
    content: counter(cnt);
    display: block;
    font-size: 1.75em;
    line-height: 1;
  }
  #suntory_contents main .howto__step-title {
    margin-bottom: 9px;
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    text-align: center;
  }
  #suntory_contents main .howto__step-title--textBlue {
    color: #00aae4;
    font-weight: normal;
  }
  #suntory_contents main .howto__step-desc {
    margin-top: 1em;
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    text-align: center;
    width: 100%;
    background: #5bc2dc;
    border-radius: 1.25em;
    padding: 0.5em 2em 0.6em;
    color: #ffffff;
    position: relative;
  }
  #suntory_contents main .howto__step-desc::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-width: 8px 5px 0;
    border-style: solid;
    border-color: #5bc2dc transparent;
  }
  #suntory_contents main .howto__step-desc .c-external-icon {
    width: 0.9em;
    height: 0.9em;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    margin-top: -2px;
  }
  #suntory_contents main .howto__step-btn {
    position: relative;
    display: block;
    padding: 14px 15px 18px;
    width: 300px;
    border-radius: 30px;
    font-size: 1em;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-decoration: none;
    border: solid 4px #5bc2dc;
    color: #333333;
  }
  #suntory_contents main .howto__step-btn:hover {
    background-color: rgba(91, 194, 220, 0.1);
  }
  #suntory_contents main .howto__step-btn:active {
    box-shadow: none;
    transform: translateY(4px);
  }
  #suntory_contents main .howto__step-btn::before, #suntory_contents main .howto__step-btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
  }
  #suntory_contents main .howto__step-btn--internal::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(#5bc2dc, #1476cb);
    right: 15px;
  }
  #suntory_contents main .howto__step-btn--internal::after {
    right: 20px;
    width: 6px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%206.568%2011.135%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffffff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffffff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-959.5%2C1627.175a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l3.86-3.86-3.86-3.86a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.568%2C4.568a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-4.568%2C4.568A1%2C1%2C0%2C0%2C1-959.5%2C1627.175Z%22%20transform%3D%22translate%28960.5%20-1616.04%29%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    right: 21px;
  }
  #suntory_contents main .howto__step-btn--external::before {
    display: none;
  }
  #suntory_contents main .howto__step-btn--external::after {
    right: 24px;
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2026%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23000%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23000%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M7.133%2019.283V0.399994H32.998V19.283H7.133ZM28.542%204.18399H11.59V15.93H28.542V4.18399ZM25.863%2025.996H0V6.70299H4.455V21.802H25.863V25.996Z%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
  }
  #suntory_contents main .outline__inner {
    padding: 20px 4vw 40px;
    display: flex;
    flex-direction: column;
  }
  #suntory_contents main .outline__inner-box {
    height: 380px;
    padding: 24px 2vw;
    border: solid 4px #c7c7c7;
    border-radius: 4px;
    position: relative;
    background-color: #ffffff;
  }
  #suntory_contents main .outline__inner-box::before, #suntory_contents main .outline__inner-box::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-size: 4px 4px;
    background-position: 2px 2px;
    z-index: -1;
  }
  #suntory_contents main .outline__inner-box::before {
    width: 220px;
    height: 220px;
    top: -40px;
    right: -100px;
    background-image: radial-gradient(#6bc3ec 40%, transparent 60%);
  }
  #suntory_contents main .outline__inner-box::after {
    width: 310px;
    height: 310px;
    bottom: -80px;
    left: -100px;
    background-image: radial-gradient(#c0e7f1 40%, transparent 60%);
  }
  #suntory_contents main .outline__blockquote {
    padding: 0 2vw 0 0;
    background: #ffffff;
  }
  #suntory_contents main .outline__blockquote > dl:first-of-type {
    margin-top: -10px;
  }
  #suntory_contents main .outline__blockquote > dl > dt, #suntory_contents main .outline__blockquote > dl > dd {
    font-size: 0.875em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main .outline__blockquote > dl > dt {
    margin-top: 20px;
    font-weight: bold;
  }
  #suntory_contents main .outline__blockquote > dl > dd {
    padding-left: 1em;
    margin-top: 10px;
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list, #suntory_contents main .outline__blockquote > dl > dd ul.note {
    margin-top: 0.75em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list li, #suntory_contents main .outline__blockquote > dl > dd ul.note li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list li:last-child, #suntory_contents main .outline__blockquote > dl > dd ul.note li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list--dot > li {
    list-style-position: inside;
    list-style-type: "・";
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list--circle-black > li {
    list-style-position: inside;
    list-style-type: "●";
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.list--circle-white > li {
    list-style-position: inside;
    list-style-type: "○";
  }
  #suntory_contents main .outline__blockquote > dl > dd ul.note li {
    font-size: 1em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ol {
    counter-reset: cnt;
    margin-top: 0.75em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ol li {
    counter-increment: cnt;
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
  }
  #suntory_contents main .outline__blockquote > dl > dd ol li:before {
    content: counter(cnt) ".";
    position: absolute;
    top: 0;
    left: 0;
  }
  #suntory_contents main .outline__blockquote > dl > dd ol li:last-child {
    margin-bottom: 0;
  }
  #suntory_contents main .outline__blockquote > dl > dd dl dt {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  #suntory_contents main .outline__blockquote > dl > dd dl dd {
    padding-left: 0.5em;
  }
  #suntory_contents main .outline__blockquote > dl > dd dl dd dl dt {
    font-weight: normal;
  }
  #suntory_contents main .end {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 30px;
    padding: 40px 4vw 20px;
    position: relative;
    z-index: 10;
  }
  #suntory_contents main .end::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #c0e7f1;
    background-image: radial-gradient(#6bc3ec 40%, transparent 60%);
    background-size: 4px 4px;
    background-position: 2px 2px;
    z-index: -1;
  }
  #suntory_contents main .end__inner {
    width: 100%;
    padding: 38px 4vw 40px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
  }
  #suntory_contents main .end__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5555555556;
    text-align: center;
  }
  #suntory_contents main .end__title strong {
    color: #00aae4;
    font-weight: 400;
  }
  #suntory_contents main .end__contact {
    margin-top: 20px;
    width: 100%;
    padding: 25px 20px 26px;
    border: solid 4px #c7c7c7;
    border-radius: 4px;
    position: relative;
    text-align: center;
  }
  #suntory_contents main .end__contact p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  #suntory_contents main .end__contact p small {
    font-size: 0.75em;
    display: block;
    margin-top: 0.5em;
  }
  #suntory_contents .brand {
    display: flex;
    display: flex;
    flex-direction: column;
  }
  #suntory_contents .brand__button {
    position: relative;
    display: inline-block;
    min-width: 345px;
    border-radius: 100px;
    overflow: hidden;
    border: solid 2px transparent;
    text-decoration: none;
  }
  #suntory_contents .brand__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #suntory_contents .brand__button-inner {
    position: relative;
    display: block;
    padding: 28px 30px 29px 20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #5bc2dc, #1476cb);
    color: #ffffff;
    font-size: 1em;
    text-align: center;
    line-height: 1.25;
    letter-spacing: 0.03em;
    transition: all 0.1s linear;
  }
  #suntory_contents .brand__button-inner small {
    font-size: 0.875em;
  }
  #suntory_contents .brand__button-inner::before, #suntory_contents .brand__button-inner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
  }
  #suntory_contents .brand__button-inner::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    right: 15px;
  }
  #suntory_contents .brand__button-inner::after {
    width: 6px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%206.568%2011.135%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235bc2dc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231476cb%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-959.5%2C1627.175a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l3.86-3.86-3.86-3.86a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.568%2C4.568a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-4.568%2C4.568A1%2C1%2C0%2C0%2C1-959.5%2C1627.175Z%22%20transform%3D%22translate%28960.5%20-1616.04%29%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    right: 21px;
  }
  #suntory_contents .brand__button:hover {
    border: solid 2px #00aae4;
  }
  #suntory_contents .brand__button:hover .brand__button-inner {
    background: #ffffff;
    color: #00aae4;
  }
  #suntory_contents .brand__button--internal .brand__button-inner::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    right: 15px;
  }
  #suntory_contents .brand__button--internal .brand__button-inner::after {
    width: 6px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%206.568%2011.135%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235bc2dc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231476cb%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-959.5%2C1627.175a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l3.86-3.86-3.86-3.86a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.568%2C4.568a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-4.568%2C4.568A1%2C1%2C0%2C0%2C1-959.5%2C1627.175Z%22%20transform%3D%22translate%28960.5%20-1616.04%29%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    right: 21px;
  }
  #suntory_contents .brand__button--internal:hover .brand__button-inner::before {
    background-color: #00aae4;
  }
  #suntory_contents .brand__button--internal:hover .brand__button-inner::after {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%206.568%2011.135%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffffff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffffff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-959.5%2C1627.175a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l3.86-3.86-3.86-3.86a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.568%2C4.568a1%2C1%2C0%2C0%2C1%2C0%2C1.414l-4.568%2C4.568A1%2C1%2C0%2C0%2C1-959.5%2C1627.175Z%22%20transform%3D%22translate%28960.5%20-1616.04%29%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
  }
  #suntory_contents .brand__button--external .brand__button-inner::before {
    display: none;
  }
  #suntory_contents .brand__button--external .brand__button-inner::after {
    right: 36px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2026%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M7.133%2019.283V0.399994H32.998V19.283H7.133ZM28.542%204.18399H11.59V15.93H28.542V4.18399ZM25.863%2025.996H0V6.70299H4.455V21.802H25.863V25.996Z%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
    transform: translateY(-1px);
  }
  #suntory_contents .brand__button--external:hover .brand__button-inner::after {
    background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2033%2026%22%3E%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.5%22%20x2%3D%220.5%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aae4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300aae4%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M7.133%2019.283V0.399994H32.998V19.283H7.133ZM28.542%204.18399H11.59V15.93H28.542V4.18399ZM25.863%2025.996H0V6.70299H4.455V21.802H25.863V25.996Z%22%20fill%3D%22url%28%23linear-gradient%29%22%2F%3E%3C%2Fsvg%3E") left center/contain no-repeat;
  }
  #suntory_contents .pagetop {
    padding: 40px 15px 30px;
    text-align: right;
  }
  #suntory_contents .pagetop__link {
    position: relative;
    display: inline-block;
    padding: 0.4em 0;
    padding-right: 35px;
    background: #ffffff;
    border-radius: 1em;
    color: #333333;
    font-size: 0.875em;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: all 0.1s linear;
  }
  #suntory_contents .pagetop__link::before, #suntory_contents .pagetop__link::after {
    content: "";
    position: absolute;
    right: -2px;
    top: 2px;
    bottom: 0;
    display: block;
    margin: auto 0;
  }
  #suntory_contents .pagetop__link::before {
    width: 26px;
    height: 26px;
    border: solid 1px #5bc2dc;
    border-radius: 50%;
  }
  #suntory_contents .pagetop__link::after {
    width: 6px;
    height: 6px;
    border-width: 3px 0 0 3px;
    border-style: solid;
    border-color: #5bc2dc;
    transform: translate(-9px, 2px) rotate(45deg);
  }
  #suntory_contents .pagetop__link:hover::before {
    background-color: #5bc2dc;
  }
  #suntory_contents .pagetop__link:hover::after {
    border-color: #ffffff;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */

/* 20240820追加 */

.sp_block {
  display: none;
}
.add_lists {
  padding: 0 10%;
}
.add_lists li {
  font-size: 1.2em;
  margin-top: 15px !important;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sp_block {
    display: block !important;
  }
.add_lists {
  padding: 0 7%;
}
  .add_lists li {
    font-size: 0.9em;
    margin-top: 10px !important;
  }


}

/* 20240820追加 ここまで */