
@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.footer__container, .index__container, .contact__container, .howtouse__container, .gift__container, .about__container, .kv__container, .header__container, .cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 750px) {
  .footer__container, .index__container, .contact__container, .howtouse__container, .gift__container, .about__container, .kv__container, .header__container, .cont__container, .cont__container--small {
    max-width: 89.3333333333vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 750px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.follow__link, .footer__terms-link, .index__link, .index__caution-button, .howtouse__question-button, .scene__introduce-btn, .kv__link, button, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
  text-decoration: none;
}
@media (any-hover: hover) {
  .follow__link:hover, .footer__terms-link:hover, .index__link:hover, .index__caution-button:hover, .howtouse__question-button:hover, .scene__introduce-btn:hover, .kv__link:hover, button:hover, .link:hover {
    opacity: 0.7;
  }
}
.follow__link:focus-visible, .footer__terms-link:focus-visible, .index__link:focus-visible, .index__caution-button:focus-visible, .howtouse__question-button:focus-visible, .scene__introduce-btn:focus-visible, .kv__link:focus-visible, button:focus-visible, .link:focus-visible {
  opacity: 0.7;
}

.howtouse__sub-heading-text, .gift__sub-heading-text, .scene__sub-heading-text {
  color: #007CD8;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .howtouse__sub-heading-text, .gift__sub-heading-text, .scene__sub-heading-text {
    font-size: 4.2666666667vw;
  }
}

/* common:start */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #14C3DD;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@media screen and (max-width: 750px) {
  body {
    align-items: inherit;
  }
}
body.modal-open {
  overflow: hidden;
}

main {
  position: relative;
  max-width: 750px;
}

button {
  all: unset;
  display: block;
  cursor: pointer;
}

input::placeholder {
  color: #B7B7B7;
}
input:-ms-input-placeholder {
  color: #B7B7B7;
}
input::-ms-input-placeholder {
  color: #B7B7B7;
}

hgroup {
  width: 100%;
}

picture {
  vertical-align: top;
}

main.main__gift_reception_complete {
  padding-top: 56px;
}
@media screen and (max-width: 750px) {
  main.main__gift_reception_complete {
    padding-top: 7.4666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* common:end */
/* header:start */
.header {
  background-color: #14C3DD;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
}
.header__layout {
  display: flex;
  justify-content: space-between;
  height: 90px;
  padding-top: 28px;
  padding-left: 12px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .header__layout {
    height: 12vw;
    padding-top: 3.7333333333vw;
    padding-left: 1.6vw;
    padding-bottom: 2.6666666667vw;
  }
}
.header__logo-image {
  max-width: 191px;
}
@media screen and (max-width: 750px) {
  .header__logo-image {
    max-width: 25.4666666667vw;
  }
}
.header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50px;
  height: 38px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__hamburger {
    width: 6.6666666667vw;
    height: 5.0666666667vw;
  }
}
.header__hamburger-bar {
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .header__hamburger-bar {
    height: 0.5333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.header__hamburger.is-active .header__hamburger-bar:nth-child(1) {
  transform: translateY(17px) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .header__hamburger.is-active .header__hamburger-bar:nth-child(1) {
    transform: translateY(2.2666666667vw) rotate(45deg);
  }
}
.header__hamburger.is-active .header__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active .header__hamburger-bar:nth-child(3) {
  transform: translateY(-17px) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .header__hamburger.is-active .header__hamburger-bar:nth-child(3) {
    transform: translateY(-2.2666666667vw) rotate(-45deg);
  }
}
.header__nav {
  width: 750px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #14C3DD;
  padding: 40px;
  padding-bottom: 60px;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .header__nav {
    width: 100vw;
    padding: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}
.header__nav.is-active {
  display: block;
}
.header__overlay {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.header__overlay.is-active {
  display: block;
}

/* header:end */
/* kv:start */
.kv {
  background-color: #14C3DD;
}
.kv__heading {
  text-align: center;
  margin-top: 92px;
}
@media screen and (max-width: 750px) {
  .kv__heading {
    margin-top: 12.2666666667vw;
  }
}
.kv__heading-image {
  display: inline-block;
  max-width: 750px;
}
@media screen and (max-width: 750px) {
  .kv__heading-image {
    max-width: 100vw;
  }
}
.kv__dummy {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .kv__dummy {
    margin-top: 4.2666666667vw;
  }
}
/* kv:end */
/* about:start */
.about {
  background-color: #14C3DD;
  padding-top: 108px;
  padding-bottom: 84px;
  scroll-margin-top: 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  .about {
    padding-top: 14.4vw;
    padding-bottom: 11.2vw;
    scroll-margin-top: 6.6666666667vw;
  }
}
.about__container {
  position: relative;
}
.about__container::after {
  content: "";
  position: absolute;
  top: -240px;
  left: 2px;
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/about_decoration.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: inline-block;
  width: 750px;
  height: 684px;
}
@media screen and (max-width: 750px) {
  .about__container::after {
    top: -32vw;
    left: 0.2666666667vw;
    width: 100vw;
    height: 91.2vw;
  }
}
.about__sub-heading {
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .about__sub-heading {
    margin-top: 1.6vw;
  }
}
.about__sub-heading-image {
  display: inline-block;
  max-width: 192px;
}
@media screen and (max-width: 750px) {
  .about__sub-heading-image {
    max-width: 25.6vw;
  }
}
.about__lead {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .about__lead {
    margin-top: 6.4vw;
  }
}
.about__lead-image {
  display: inline-block;
  max-width: 640px;
}
@media screen and (max-width: 750px) {
  .about__lead-image {
    max-width: 85.3333333333vw;
  }
}
.about__movie {
  text-align: center;
  margin-top: 92px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .about__movie {
    margin-top: 12.2666666667vw;
  }
}
.about__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about:end */
/* scene:start */
.scene {
  position: relative;
  background-color: #FFE941;
  padding-bottom: 98px;
  scroll-margin-top: 140px;
}
@media screen and (max-width: 750px) {
  .scene {
    padding-bottom: 13.0666666667vw;
    scroll-margin-top: 18.6666666667vw;
  }
}
.scene__container {
  overflow: hidden;
}
.scene__heading-layout {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .scene__heading-layout {
    top: -5.3333333333vw;
  }
}
.scene__sub-heading {
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  .scene__sub-heading {
    margin-top: 4.8vw;
  }
}
.scene__sub-heading-image {
  display: inline-block;
  max-width: 392px;
}
@media screen and (max-width: 750px) {
  .scene__sub-heading-image {
    max-width: 52.2666666667vw;
  }
}
.scene__select {
  position: relative;
  padding-top: 184px;
}
@media screen and (max-width: 750px) {
  .scene__select {
    padding-top: 24.5333333333vw;
  }
}
.scene__select::before {
  position: absolute;
  top: 188px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/scene_select-back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 276px;
  height: 338px;
  display: block;
}
@media screen and (max-width: 750px) {
  .scene__select::before {
    top: 25.0666666667vw;
    width: 36.8vw;
    height: 45.0666666667vw;
  }
}
@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.scene__select-tag {
  overflow: hidden;
  height: 56px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -100px;
  background-color: #14C3DD;
}
@media screen and (max-width: 750px) {
  .scene__select-tag {
    bottom: -13.3333333333vw;
    height: 7.4666666667vw;
  }
}
.scene__select-tag-list {
  animation: marquee-right 80s linear infinite;
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}
@media screen and (max-width: 750px) {
  .scene__select-tag-list {
    animation: marquee-right 40s linear infinite;
  }
}
.scene__select-tag-item {
  list-style: none;
  width: auto;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .scene__select-tag-item {
    font-size: 3.2vw;
  }
}
.scene__select-tag-item:not(:first-child) {
  margin-left: 32px;
}
@media screen and (max-width: 750px) {
  .scene__select-tag-item:not(:first-child) {
    margin-left: 4.2666666667vw;
  }
}
.scene__introduce {
  position: relative;
  background-color: #fff;
  width: 400px;
  height: 74px;
  border-radius: 10px;
  margin-inline: auto;
  margin-top: 148px;
  padding-left: 4px;
}
@media screen and (max-width: 750px) {
  .scene__introduce {
    width: 53.3333333333vw;
    height: 9.8666666667vw;
    border-radius: 1.3333333333vw;
    margin-top: 19.7333333333vw;
    padding-left: 0.5333333333vw;
  }
}
.scene__introduce-btn {
  display: flex;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  width: 400px;
  height: 74px;
}
@media screen and (max-width: 750px) {
  .scene__introduce-btn {
    width: 53.3333333333vw;
    height: 9.8666666667vw;
  }
}
.scene__introduce-btn-image {
  max-width: 221px;
  padding-top: 24px;
}
@media screen and (max-width: 750px) {
  .scene__introduce-btn-image {
    padding-top: 3.2vw;
    max-width: 29.4666666667vw;
  }
}
.scene__introduce-btn::before {
  position: absolute;
  top: 0;
  left: 8px;
  content: "";
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/scene_link-decoration.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 750px) {
  .scene__introduce-btn::before {
    top: 0vw;
    left: 1.0666666667vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
.scene__introduce-btn::after {
  position: absolute;
  top: 24px;
  right: 28px;
  content: "";
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/scene_link-right.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 14px;
  height: 24px;
}
@media screen and (max-width: 750px) {
  .scene__introduce-btn::after {
    top: 3.2vw;
    right: 3.7333333333vw;
    width: 1.8666666667vw;
    height: 3.2vw;
  }
}
.scene__introduce-text {
  font-weight: bold;
  font-size: 2.8rem;
  color: #007CD8;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .scene__introduce-text {
    font-size: 3.7333333333vw;
  }
}

/* scene:end */
/* gift:start */
.gift {
  position: relative;
  background-color: #14C3DD;
  padding-top: 100px;
  padding-bottom: 94px;
  scroll-margin-top: 160px;
}
@media screen and (max-width: 750px) {
  .gift {
    padding-top: 13.3333333333vw;
    padding-bottom: 12.5333333333vw;
    scroll-margin-top: 21.3333333333vw;
  }
}
.gift__container {
  max-width: 590px;
}
@media screen and (max-width: 750px) {
  .gift__container {
    max-width: 78.6666666667vw;
  }
}
.gift__heading-layout {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .gift__heading-layout {
    top: -7.3333333333vw;
  }
}
.gift__sub-heading {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .gift__sub-heading {
    margin-top: 3.2vw;
  }
}
.gift__sub-heading-text {
  color: #fff;
}
.gift__sub-heading-image {
  display: inline-block;
  max-width: 480px;
}
@media screen and (max-width: 750px) {
  .gift__sub-heading-image {
    max-width: 64vw;
  }
}
.gift__ticket {
  text-align: center;
  margin-top: 98px;
}
@media screen and (max-width: 750px) {
  .gift__ticket {
    margin-top: 13.0666666667vw;
  }
}
.gift__ticket-image {
  display: inline-block;
  max-width: 408px;
}
@media screen and (max-width: 750px) {
  .gift__ticket-image {
    max-width: 54.4vw;
  }
}
.gift__product {
  margin-top: 32px;
  padding-top: 28px;
  border: 2px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .gift__product {
    margin-top: 4.2666666667vw;
    padding-top: 3.7333333333vw;
    border: 0.2666666667vw solid #fff;
    border-radius: 1.3333333333vw;
  }
}
.gift__product-lead {
  text-align: center;
}
.gift__product-lead-image {
  display: inline-block;
  max-width: 320px;
}
@media screen and (max-width: 750px) {
  .gift__product-lead-image {
    max-width: 42.6666666667vw;
  }
}
.gift__product-item {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .gift__product-item {
    margin-top: 2.6666666667vw;
  }
}
.gift__product-item-image {
  display: inline-block;
  max-width: 436px;
  border-bottom: 2px solid #fff;
  padding-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .gift__product-item-image {
    border-bottom: 0.2666666667vw solid #fff;
    max-width: 58.1333333333vw;
    padding-bottom: 6.4vw;
  }
}
.gift__product-target {
  margin-top: 12px;
  padding-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .gift__product-target {
    margin-top: 1.6vw;
    padding-bottom: 4.2666666667vw;
  }
}
.gift__product-target-lead {
  text-align: center;
}
.gift__product-target-lead-text {
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .gift__product-target-lead-text {
    font-size: 4.2666666667vw;
  }
}
.gift__product-target-list-wrapper {
  display: flex;
  margin-top: 20px;
  padding-inline: 16px;
}
@media screen and (max-width: 750px) {
  .gift__product-target-list-wrapper {
    margin-top: 2.6666666667vw;
    padding-inline: 2.1333333333vw;
  }
}
.gift__product-target-list:not(:first-child) {
  margin-left: 12px;
}
@media screen and (max-width: 750px) {
  .gift__product-target-list:not(:first-child) {
    margin-left: 1.6vw;
  }
}
.gift__product-target-item {
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .gift__product-target-item {
    font-size: 2.6666666667vw;
  }
}
.gift__product-target-item::before {
  content: "・";
}
.gift__product-target-item:not(:first-child) {
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .gift__product-target-item:not(:first-child) {
    margin-top: 0.5333333333vw;
  }
}
.gift__product-target-caution {
  margin-top: 20px;
  padding-left: 16px;
}
@media screen and (max-width: 750px) {
  .gift__product-target-caution {
    margin-top: 2.6666666667vw;
    padding-left: 2.1333333333vw;
  }
}
.gift__product-target-caution-text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  .gift__product-target-caution-text {
    font-size: 2.6666666667vw;
  }
}
.gift__info {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .gift__info {
    margin-top: 4.2666666667vw;
  }
}
.gift__info-wrapper {
  display: flex;
  align-items: center;
  background-color: #7DD1DF;
  border-radius: 16px;
  padding-top: 16px;
  padding-left: 32px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .gift__info-wrapper {
    border-radius: 2.1333333333vw;
    padding-top: 2.1333333333vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.gift__info-wrapper:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .gift__info-wrapper:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}
.gift__info-title {
  width: 168px;
}
@media screen and (max-width: 750px) {
  .gift__info-title {
    width: 22.4vw;
  }
}
.gift__info-title-text {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 750px) {
  .gift__info-title-text {
    font-size: 3.7333333333vw;
  }
}
.gift__info-list {
  margin-left: 56px;
}
@media screen and (max-width: 750px) {
  .gift__info-list {
    margin-left: 7.4666666667vw;
  }
}
.gift__info-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 750px) {
  .gift__info-item {
    font-size: 3.7333333333vw;
  }
}
.gift__info-item::before {
  content: "●";
  color: #007CD8;
  font-size: 2rem;
  margin-right: 12px;
}
@media screen and (max-width: 750px) {
  .gift__info-item::before {
    font-size: 2.6666666667vw;
    margin-right: 1.6vw;
  }
}
.gift__info-caution {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .gift__info-caution {
    margin-top: 2.1333333333vw;
  }
}
.gift__info-caution-text {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  .gift__info-caution-text {
    font-size: 2.6666666667vw;
  }
}

/* gift:end */
/* howtouse:start */
.howtouse {
  background-color: #7EEBFC;
  padding-top: 216px;
  padding-bottom: 88px;
  scroll-margin-top: 140px;
}
@media screen and (max-width: 750px) {
  .howtouse {
    padding-top: 28.8vw;
    padding-bottom: 11.7333333333vw;
    scroll-margin-top: 18.6666666667vw;
  }
}
.howtouse__container {
  position: relative;
}
.howtouse__container::after {
  content: "";
  position: absolute;
  top: -142px;
  left: 28px;
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/howtouse_decoration.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: inline-block;
  width: 658px;
  height: 988px;
}
@media screen and (max-width: 750px) {
  .howtouse__container::after {
    top: -18.9333333333vw;
    left: 3.7333333333vw;
    width: 87.7333333333vw;
    height: 131.7333333333vw;
  }
}
.howtouse__heading-layout {
  position: absolute;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .howtouse__heading-layout {
    top: -34.6666666667vw;
  }
}
.howtouse__sub-heading {
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 750px) {
  .howtouse__sub-heading {
    margin-top: 5.8666666667vw;
  }
}
.howtouse__sub-heading-image {
  display: inline-block;
  max-width: 256px;
}
@media screen and (max-width: 750px) {
  .howtouse__sub-heading-image {
    max-width: 34.1333333333vw;
  }
}
.howtouse__send {
  overflow: hidden;
}
.howtouse__send-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007CD8;
  text-align: center;
  max-width: 530px;
  height: 62px;
  margin-inline: auto;
  margin-bottom: 56px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 750px) {
  .howtouse__send-heading {
    max-width: 70.6666666667vw;
    height: 8.2666666667vw;
    margin-bottom: 7.4666666667vw;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
  }
}
.howtouse__send-heading-image {
  display: inline-block;
  max-width: 66px;
}
@media screen and (max-width: 750px) {
  .howtouse__send-heading-image {
    max-width: 8.8vw;
  }
}
.howtouse__receive {
  overflow: hidden;
}
.howtouse__receive-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FC8419;
  text-align: center;
  max-width: 530px;
  height: 62px;
  margin-inline: auto;
  margin-top: 112px;
  margin-bottom: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 750px) {
  .howtouse__receive-heading {
    max-width: 70.6666666667vw;
    height: 8.2666666667vw;
    margin-top: 14.9333333333vw;
    margin-bottom: 8vw;
    border-top-left-radius: 1.3333333333vw;
    border-top-right-radius: 1.3333333333vw;
  }
}
.howtouse__receive-heading-image {
  display: inline-block;
  max-width: 138px;
}
@media screen and (max-width: 750px) {
  .howtouse__receive-heading-image {
    max-width: 18.4vw;
  }
}
.howtouse__question {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .howtouse__question {
    margin-top: 4.2666666667vw;
  }
}
.howtouse__question-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  width: 400px;
  height: 74px;
  border-radius: 10px;
  margin-inline: auto;
  padding-left: 4px;
}
@media screen and (max-width: 750px) {
  .howtouse__question-button {
    width: 53.3333333333vw;
    height: 9.8666666667vw;
    border-radius: 1.3333333333vw;
    padding-left: 0.5333333333vw;
  }
}
.howtouse__question-button::after {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  content: "";
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/scene_link-right.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 14px;
  height: 24px;
}
@media screen and (max-width: 750px) {
  .howtouse__question-button::after {
    right: 4.2666666667vw;
    width: 1.8666666667vw;
    height: 3.2vw;
  }
}
.howtouse__question-button-image {
  display: inline-block;
  max-width: 190px;
}
@media screen and (max-width: 750px) {
  .howtouse__question-button-image {
    max-width: 25.3333333333vw;
  }
}

/* howtouse:end */
/* contact:start */
.contact {
  width: 750px;
  position: relative;
  background-color: #E4F8F9;
  padding-top: 140px;
  padding-bottom: 32px;
  scroll-margin-top: 140px;
}
@media screen and (max-width: 750px) {
  .contact {
    width: 100vw;
    padding-top: 18.6666666667vw;
    padding-bottom: 4.2666666667vw;
    scroll-margin-top: 18.6666666667vw;
  }
}
.contact__heading-layout {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .contact__heading-layout {
    top: -5.3333333333vw;
  }
}
.contact__sub-heading {
  text-align: center;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .contact__sub-heading {
    margin-top: 3.7333333333vw;
  }
}
.contact__sub-heading-image {
  display: inline-block;
  max-width: 452px;
}
@media screen and (max-width: 750px) {
  .contact__sub-heading-image {
    max-width: 60.2666666667vw;
  }
}
.contact__address {
  font-style: normal;
  text-align: center;
}
.contact__address-tell {
  margin-top: 44px;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.5833333333;
}
@media screen and (max-width: 750px) {
  .contact__address-tell {
    margin-top: 5.8666666667vw;
    font-size: 6.4vw;
  }
}
.contact__address-mail {
  margin-top: -8px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5333333333;
}
@media screen and (max-width: 750px) {
  .contact__address-mail {
    margin-top: -1.0666666667vw;
    font-size: 4vw;
  }
}
.contact__address-time {
  margin-top: 8px;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 2.1111111111;
}
@media screen and (max-width: 750px) {
  .contact__address-time {
    margin-top: 1.0666666667vw;
    font-size: 4.8vw;
  }
}
.contact__address-caution--tell {
  font-size: 2.8rem;
  line-height: 1.0714285714;
}
@media screen and (max-width: 750px) {
  .contact__address-caution--tell {
    font-size: 3.7333333333vw;
  }
}
.contact__address-caution--time {
  margin-top: -4px;
  font-size: 2.8rem;
  line-height: 1.0714285714;
}
@media screen and (max-width: 750px) {
  .contact__address-caution--time {
    margin-top: -0.5333333333vw;
    font-size: 3.7333333333vw;
  }
}

/* contact:end */
/* index:start */
.index {
  background-color: #14C3DD;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .index {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.index__logo {
  text-align: center;
}
.index__logo-image {
  display: inline-block;
  max-width: 390px;
}
@media screen and (max-width: 750px) {
  .index__logo-image {
    max-width: 52vw;
  }
}
.index__list {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .index__list {
    margin-top: 4.2666666667vw;
  }
}
.index__item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .index__item:not(:first-child) {
    margin-top: 1.0666666667vw;
  }
}
.index__link {
  display: inline-block;
}
.index__link-image--about {
  display: inline-block;
  max-width: 88px;
}
@media screen and (max-width: 750px) {
  .index__link-image--about {
    max-width: 11.7333333333vw;
  }
}
.index__link-image--scene {
  display: inline-block;
  max-width: 88px;
}
@media screen and (max-width: 750px) {
  .index__link-image--scene {
    max-width: 11.7333333333vw;
  }
}
.index__link-image--gift {
  display: inline-block;
  max-width: 58px;
}
@media screen and (max-width: 750px) {
  .index__link-image--gift {
    max-width: 7.7333333333vw;
  }
}
.index__link-image--howtouse {
  display: inline-block;
  max-width: 158px;
}
@media screen and (max-width: 750px) {
  .index__link-image--howtouse {
    max-width: 21.0666666667vw;
  }
}
.index__link-image--contact {
  display: inline-block;
  max-width: 116px;
}
@media screen and (max-width: 750px) {
  .index__link-image--contact {
    max-width: 15.4666666667vw;
  }
}
.index__caution {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .index__caution {
    margin-top: 6.4vw;
  }
}
.index__caution-item:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .index__caution-item:not(:first-child) {
    margin-left: 2.1333333333vw;
  }
}
.index__caution-button {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4F8F9;
  border-radius: 36px;
  padding-inline: 28px;
}
@media screen and (max-width: 750px) {
  .index__caution-button {
    height: 4.8vw;
    border-radius: 4.8vw;
    padding-inline: 3.7333333333vw;
  }
}
.index__caution-button-text {
  color: #007CD8;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .index__caution-button-text {
    font-size: 2.6666666667vw;
  }
}

/* index:end */
/* footer:start */
.footer {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.footer__text {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .footer__text {
    font-size: 2.6666666667vw;
  }
}
.footer__caution-layout {
  display: flex;
  align-items: center;
}
.footer__caution-list {
  display: flex;
  align-items: center;
}
.footer__caution-item:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  .footer__caution-item:not(:first-child) {
    margin-left: 1.0666666667vw;
  }
}
.footer__caution-image--01 {
  max-width: 56px;
}
@media screen and (max-width: 750px) {
  .footer__caution-image--01 {
    max-width: 7.4666666667vw;
  }
}
.footer__caution-image--02 {
  max-width: 82px;
}
@media screen and (max-width: 750px) {
  .footer__caution-image--02 {
    max-width: 10.9333333333vw;
  }
}
.footer__caution-text-box {
  flex: 1;
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .footer__caution-text-box {
    margin-left: 2.1333333333vw;
  }
}
.footer__request {
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .footer__request {
    margin-top: 3.7333333333vw;
  }
}
.footer__terms {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .footer__terms {
    margin-top: 6.4vw;
  }
}
.footer__terms-link-list {
  display: flex;
  justify-content: center;
}
.footer__terms-link-item:not(:first-child) {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 2px solid #000;
}
@media screen and (max-width: 750px) {
  .footer__terms-link-item:not(:first-child) {
    margin-left: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    border-left: 0.2666666667vw solid #000;
  }
}
.footer__terms-link {
  display: flex;
  align-items: center;
}
.footer__terms-link-image {
  max-width: 22px;
  margin-left: 4px;
}
@media screen and (max-width: 750px) {
  .footer__terms-link-image {
    margin-left: 0.5333333333vw;
    max-width: 2.9333333333vw;
  }
}
.footer__terms-text {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .footer__terms-text {
    font-size: 2.6666666667vw;
  }
}
.footer__copyright {
  margin-top: 28px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    margin-top: 3.7333333333vw;
  }
}

/* footer:end */
/* follow:start */
.follow {
  position: fixed;
  bottom: 24px;
  right: calc((100vw - 750px) / 2 + 40px);
  z-index: 3;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 750px) {
  .follow {
    bottom: 3.2vw;
    right: 5.3333333333vw;
  }
}
.follow.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.follow__button {
  text-align: right;
  animation: tiltBackAndForth 6s ease-in-out infinite;
  transform-origin: center center;
}
@keyframes tiltBackAndForth {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.follow__link {
  width: fit-content;
  display: inline-block;
}
.follow__image {
  max-width: 158px;
}
@media screen and (max-width: 750px) {
  .follow__image {
    max-width: 21.0666666667vw;
  }
}

/* follow:end */
/* swiper:start */
.scene .swiper__scene {
  max-width: 750px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .scene .swiper__scene {
    max-width: 100vw;
  }
}
.scene .swiper__wrapper {
  display: flex;
  transition: transform 0.3s ease;
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .scene .swiper__wrapper {
    padding-top: 12vw;
  }
}
.scene .swiper__slide {
  position: relative;
  padding-left: 22px;
  flex-shrink: 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .scene .swiper__slide {
    padding-left: 2.9333333333vw;
  }
}
.scene .swiper__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.scene .swiper__numberone::before {
  position: absolute;
  top: -28px;
  right: -8px;
  content: "";
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/scene_number-one.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 750px) {
  .scene .swiper__numberone::before {
    top: -3.7333333333vw;
    right: -1.0666666667vw;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
  }
}
.scene .swiper__image {
  max-width: 206px;
}
@media screen and (max-width: 750px) {
  .scene .swiper__image {
    max-width: 27.4666666667vw;
  }
}
.scene .swiper__image img {
  border-radius: 6px;
}
@media screen and (max-width: 750px) {
  .scene .swiper__image img {
    border-radius: 0.8vw;
  }
}
.scene .swiper__button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  z-index: 10;
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/swiper_right.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  top: 194px;
  right: 196px;
  width: 34px;
  height: 52px;
}
@media screen and (max-width: 750px) {
  .scene .swiper__button-next {
    top: 27.2vw;
    right: 26.1333333333vw;
    width: 4.5333333333vw;
    height: 6.9333333333vw;
  }
}
.scene .swiper__button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  z-index: 10;
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/swiper_left.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  top: 194px;
  left: 196px;
  width: 34px;
  height: 52px;
}
@media screen and (max-width: 750px) {
  .scene .swiper__button-prev {
    top: 27.2vw;
    left: 26.1333333333vw;
    width: 4.5333333333vw;
    height: 6.9333333333vw;
  }
}
.scene .swiper__button-next:after, .scene .swiper__button-prev:after {
  content: "";
}

.howtouse .swiper__send,
.howtouse .swiper__receive {
  max-width: 750px;
  margin-inline: auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__send,
  .howtouse .swiper__receive {
    max-width: 100vw;
  }
}
.howtouse .swiper__wrapper {
  display: flex;
  transition: transform 0.3s ease;
}
.howtouse .swiper__slide {
  flex: 0 0 100%;
  position: relative;
}
.howtouse .swiper__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.howtouse .swiper__howtouse {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  height: 508px;
  margin-inline: auto;
  border-radius: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 32px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse {
    max-width: 70.6666666667vw;
    height: 67.7333333333vw;
    border-radius: 1.3333333333vw;
    border-bottom-right-radius: 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
    padding-top: 4.2666666667vw;
  }
}
.howtouse .swiper__howtouse-number {
  position: absolute;
  top: -50px;
  left: 6px;
  max-width: 58px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-number {
    top: -6.6666666667vw;
    left: 0.8vw;
    max-width: 7.7333333333vw;
  }
}
.howtouse .swiper__howtouse-image--send-01 {
  display: inline-block;
  max-width: 324px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--send-01 {
    max-width: 43.2vw;
  }
}
.howtouse .swiper__howtouse-image--send-02 {
  display: inline-block;
  max-width: 368px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--send-02 {
    max-width: 49.0666666667vw;
  }
}
.howtouse .swiper__howtouse-image--send-03 {
  display: inline-block;
  max-width: 328px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--send-03 {
    max-width: 43.7333333333vw;
  }
}
.howtouse .swiper__howtouse-image--send-03 img {
  margin-top: -0.5px;
}
.howtouse .swiper__howtouse-image--receive-01 {
  display: inline-block;
  max-width: 408px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--receive-01 {
    max-width: 54.4vw;
  }
}
.howtouse .swiper__howtouse-image--receive-02 {
  display: inline-block;
  max-width: 324px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--receive-02 {
    max-width: 43.2vw;
  }
}
.howtouse .swiper__howtouse-text {
  font-weight: bold;
  text-align: center;
  color: #007CD8;
  font-size: 3.6rem;
  line-height: 1.2777777778;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-text {
    font-size: 4.8vw;
  }
}
.howtouse .swiper__howtouse-text--receive {
  font-weight: bold;
  text-align: center;
  color: #FC8419;
  font-size: 3.6rem;
  line-height: 1.2777777778;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-text--receive {
    font-size: 4.8vw;
  }
}
.howtouse .swiper__howtouse-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 250px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image {
    max-width: 33.3333333333vw;
  }
}
.howtouse .swiper__howtouse-image--send01 {
  margin-top: -24px;
  max-width: 540px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--send01 {
    margin-top: -3.2vw;
    max-width: 72vw;
  }
}
.howtouse .swiper__howtouse-image--send02 {
  margin-top: 15px;
  max-width: 294px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--send02 {
    margin-top: 2vw;
    max-width: 39.2vw;
  }
}
.howtouse .swiper__howtouse-image--send03 {
  margin-top: -176px;
  max-width: 530px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--send03 {
    margin-top: -23.4666666667vw;
    max-width: 70.6666666667vw;
  }
}
.howtouse .swiper__howtouse-image--receive01 {
  margin-top: 40px;
  max-width: 392px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--receive01 {
    margin-top: 5.3333333333vw;
    max-width: 52.2666666667vw;
  }
}
.howtouse .swiper__howtouse-image--receive02 {
  margin-top: auto;
  max-width: 530px;
  margin-bottom: -1px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__howtouse-image--receive02 {
    max-width: 70.6666666667vw;
    margin-bottom: -0.1333333333vw;
  }
}
.howtouse .swiper__button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/swiper_right.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  top: 255px;
  right: 40px;
  width: 34px;
  height: 52px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__button-next {
    top: 36.6666666667vw;
    right: 5.3333333333vw;
    width: 4.5333333333vw;
    height: 6.9333333333vw;
  }
}
.howtouse .swiper__button-next--receive {
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/swiper_right-orange.png);
}
.howtouse .swiper__button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/swiper_left.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  top: 255px;
  left: 40px;
  width: 34px;
  height: 52px;
}
@media screen and (max-width: 750px) {
  .howtouse .swiper__button-prev {
    top: 36.6666666667vw;
    left: 5.3333333333vw;
    width: 4.5333333333vw;
    height: 6.9333333333vw;
  }
}
.howtouse .swiper__button-prev--receive {
  background-image: url(https://giftstamp.suntory.co.jp/cp001/images/swiper_left-orange.png);
}
.howtouse .swiper__button-next:after, .howtouse .swiper__button-prev:after {
  content: "";
}

/* swiper:end */
/* modal:start */
.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal__layout {
  max-height: 80vh;
  overflow: auto;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background-color: #fff;
  max-width: 670px;
  width: 100%;
  padding-top: 74px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .modal__layout {
    top: 13.3333333333vw;
    max-width: 89.3333333333vw;
    padding-top: 9.8666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.modal-terms {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.modal-terms.active {
  opacity: 1;
  visibility: visible;
}
.modal-terms.active .modal__overlay {
  opacity: 1;
}
.modal-terms__layout {
  max-height: 80vh;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #fff;
  max-width: 670px;
  width: 100%;
  padding-top: 74px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .modal-terms__layout {
    max-width: 89.3333333333vw;
    padding-top: 9.8666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.modal-terms__title {
  text-align: center;
}
.modal-terms__title-text {
  color: #007CD8;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal-terms__title-text {
    font-size: 5.3333333333vw;
  }
}
.modal-terms__close-btn {
  position: absolute;
  top: 24px;
  right: 36px;
}
@media screen and (max-width: 750px) {
  .modal-terms__close-btn {
    top: 3.2vw;
    right: 4.8vw;
  }
}
.modal-terms__close-btn-image {
  max-width: 48px;
}
@media screen and (max-width: 750px) {
  .modal-terms__close-btn-image {
    max-width: 6.4vw;
  }
}
.modal-terms__text-layout {
  max-width: 590px;
  margin-inline: auto;
  margin-top: 32px;
  padding-left: 32px;
  padding-right: 10px;
  padding-top: 28px;
  padding-bottom: 12px;
  border: 4px #7EEBFC solid;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .modal-terms__text-layout {
    max-width: 78.6666666667vw;
    margin-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 1.3333333333vw;
    padding-top: 3.7333333333vw;
    padding-bottom: 1.6vw;
    border: 0.5333333333vw #7EEBFC solid;
    border-radius: 1.3333333333vw;
  }
}
.modal-terms__text-box {
  padding-right: 12px;
  max-height: 650px;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .modal-terms__text-box {
    padding-right: 1.6vw;
    max-height: 86.6666666667vw;
  }
}
.modal-terms__text-box::-webkit-scrollbar {
  /* スクロールバーの幅 */
  width: 10px;
}
@media screen and (max-width: 750px) {
  .modal-terms__text-box::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
}
.modal-terms__text-box::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .modal-terms__text-box::-webkit-scrollbar-track {
    border: 0.1333333333vw solid #D2D2D2;
    border-radius: 13.3333333333vw;
  }
}
.modal-terms__text-box::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .modal-terms__text-box::-webkit-scrollbar-thumb {
    border-radius: 13.3333333333vw;
  }
}
.modal-terms__text {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal-terms__text {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.modal-terms__text-bold {
  font-weight: bold;
}
.modal-terms__text-list {
  padding-left: 1.5em;
}
.modal-terms__text-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.modal-terms__text-number {
  padding-left: 1.85em;
  text-indent: -1.85em;
  display: inline-block;
}
.modal-terms__text + .modal-terms__text {
  margin-top: 1em;
}
.modal-terms__btn {
  max-width: 590px;
  width: 100%;
  margin-inline: auto;
  margin-top: 32px;
  background-color: #FC8419;
  text-align: center;
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .modal-terms__btn {
    max-width: 78.6666666667vw;
    margin-top: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    padding-top: 2.1333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
.modal-terms__btn-close-image {
  margin-inline: auto;
  max-width: 108px;
}
@media screen and (max-width: 750px) {
  .modal-terms__btn-close-image {
    max-width: 14.4vw;
  }
}
.modal-commerce {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.modal-commerce.active {
  opacity: 1;
  visibility: visible;
}
.modal-commerce.active .modal__overlay {
  opacity: 1;
}
.modal-commerce__layout {
  max-height: 80vh;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #fff;
  max-width: 670px;
  width: 100%;
  padding-top: 74px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__layout {
    max-width: 89.3333333333vw;
    padding-top: 9.8666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.modal-commerce__title {
  text-align: center;
}
.modal-commerce__title-text {
  color: #007CD8;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal-commerce__title-text {
    font-size: 5.3333333333vw;
  }
}
.modal-commerce__close-btn {
  position: absolute;
  top: 24px;
  right: 36px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__close-btn {
    top: 3.2vw;
    right: 4.8vw;
  }
}
.modal-commerce__close-btn-image {
  max-width: 48px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__close-btn-image {
    max-width: 6.4vw;
  }
}
.modal-commerce__text-layout {
  max-width: 590px;
  margin-inline: auto;
  margin-top: 32px;
  padding-left: 32px;
  padding-right: 10px;
  padding-top: 28px;
  padding-bottom: 12px;
  border: 4px #7EEBFC solid;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__text-layout {
    max-width: 78.6666666667vw;
    margin-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 1.3333333333vw;
    padding-top: 3.7333333333vw;
    padding-bottom: 1.6vw;
    border: 0.5333333333vw #7EEBFC solid;
    border-radius: 1.3333333333vw;
  }
}
.modal-commerce__text-box {
  padding-right: 12px;
  max-height: 650px;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  .modal-commerce__text-box {
    padding-right: 1.6vw;
    max-height: 86.6666666667vw;
  }
}
.modal-commerce__text-box::-webkit-scrollbar {
  /* スクロールバーの幅 */
  width: 10px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__text-box::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
}
.modal-commerce__text-box::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__text-box::-webkit-scrollbar-track {
    border: 0.1333333333vw solid #D2D2D2;
    border-radius: 13.3333333333vw;
  }
}
.modal-commerce__text-box::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__text-box::-webkit-scrollbar-thumb {
    border-radius: 13.3333333333vw;
  }
}
.modal-commerce__text {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal-commerce__text {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.modal-commerce__text-bold {
  font-weight: bold;
}
.modal-commerce__text + .modal-commerce__text {
  margin-top: 1em;
}
.modal-commerce__btn {
  max-width: 590px;
  width: 100%;
  margin-inline: auto;
  margin-top: 32px;
  background-color: #FC8419;
  text-align: center;
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__btn {
    max-width: 78.6666666667vw;
    margin-top: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    padding-top: 2.1333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
.modal-commerce__btn-close-image {
  margin-inline: auto;
  max-width: 108px;
}
@media screen and (max-width: 750px) {
  .modal-commerce__btn-close-image {
    max-width: 14.4vw;
  }
}
.modal-faq {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.modal-faq.active {
  opacity: 1;
  visibility: visible;
}
.modal-faq.active .modal__overlay {
  opacity: 1;
}
.modal-faq__category:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .modal-faq__category:not(:first-child) {
    margin-top: 4.2666666667vw;
  }
}
.modal-faq__category .js-show-accordion[data-icon=minus] .modal-faq__qa-open {
  display: none;
}
.modal-faq__category .js-show-accordion[data-icon=plus] .modal-faq__qa-close {
  display: none;
}
.modal-faq__category-button {
  color: #fff;
  background-color: #007CD8;
  width: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .modal-faq__category-button {
    width: 78.6666666667vw;
    font-size: 4.2666666667vw;
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.modal-faq__category-button:hover {
  cursor: pointer;
}
.modal-faq__category-button button:hover {
  opacity: 1;
}
.modal-faq__layout {
  max-height: 80vh;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #fff;
  max-width: 670px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .modal-faq__layout {
    max-width: 89.3333333333vw;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.modal-faq__title {
  text-align: center;
}
.modal-faq__title-text {
  color: #007CD8;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal-faq__title-text {
    font-size: 5.3333333333vw;
  }
}
.modal-faq__close-btn {
  position: absolute;
  top: 24px;
  right: 36px;
}
@media screen and (max-width: 750px) {
  .modal-faq__close-btn {
    top: 3.2vw;
    right: 4.8vw;
  }
}
.modal-faq__close-btn-image {
  max-width: 48px;
}
@media screen and (max-width: 750px) {
  .modal-faq__close-btn-image {
    max-width: 6.4vw;
  }
}
.modal-faq__answers {
  display: none;
}
.modal-faq__list {
  overflow-y: auto;
  max-width: 610px;
  max-height: 650px;
  margin-top: 24px;
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .modal-faq__list {
    max-width: 81.3333333333vw;
    max-height: 86.6666666667vw;
    margin-top: 3.2vw;
    margin-left: 5.3333333333vw;
  }
}
.modal-faq__list::-webkit-scrollbar {
  /* スクロールバーの幅 */
  width: 10px;
}
@media screen and (max-width: 750px) {
  .modal-faq__list::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
}
.modal-faq__list::-webkit-scrollbar-track {
  background-color: #fff;
  border: 1px solid #D2D2D2;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .modal-faq__list::-webkit-scrollbar-track {
    border: 0.1333333333vw solid #D2D2D2;
    border-radius: 13.3333333333vw;
  }
}
.modal-faq__list::-webkit-scrollbar-thumb {
  background-color: #D2D2D2;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .modal-faq__list::-webkit-scrollbar-thumb {
    border-radius: 13.3333333333vw;
  }
}
.modal-faq__item {
  width: 590px;
  border: 4px #7EEBFC solid;
  border-radius: 10px;
  margin-top: 16px;
  margin-top: 2.1333333333vw;
}
@media screen and (max-width: 750px) {
  .modal-faq__item {
    width: 78.6666666667vw;
    border: 0.5333333333vw #7EEBFC solid;
    border-radius: 1.3333333333vw;
  }
}
.modal-faq [data-icon=plus] .modal-faq__qa-layout--question {
  padding-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .modal-faq [data-icon=plus] .modal-faq__qa-layout--question {
    padding-bottom: 4.2666666667vw;
  }
}
.modal-faq__qa-layout--question {
  display: flex;
  padding-top: 32px;
  padding-bottom: 16px;
  margin-inline: 16px;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-layout--question {
    padding-top: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
    margin-inline: 2.1333333333vw;
  }
}
.modal-faq__qa-layout--answer {
  display: flex;
  padding-top: 12px;
  padding-bottom: 32px;
  margin-inline: 16px;
  border-top: 1px solid #7EEBFC;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-layout--answer {
    padding-top: 1.6vw;
    padding-bottom: 4.2666666667vw;
    margin-inline: 2.1333333333vw;
  }
}
.modal-faq__qa-q-text {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
  color: #007CD8;
  margin-block: -12px;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-q-text {
    font-size: 3.2vw;
    margin-block: -1.6vw;
  }
}
.modal-faq__qa-a-text {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
  color: #007CD8;
  margin-block: -12px;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-a-text {
    font-size: 3.2vw;
    margin-block: -1.6vw;
  }
}
.modal-faq__qa-text-box {
  flex: 1;
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-text-box {
    margin-left: 2.1333333333vw;
  }
}
.modal-faq__qa-close {
  margin-left: 16px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-close {
    margin-left: 2.1333333333vw;
    right: 4vw;
  }
}
.modal-faq__qa-close-image {
  max-width: 26px;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-close-image {
    max-width: 3.4666666667vw;
  }
}
.modal-faq__qa-open {
  margin-left: 16px;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-open {
    margin-left: 2.1333333333vw;
    right: 4vw;
  }
}
.modal-faq__qa-open-image {
  max-width: 26px;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-open-image {
    max-width: 3.4666666667vw;
  }
}
.modal-faq__qa-text {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .modal-faq__qa-text {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.modal-faq__btn {
  max-width: 590px;
  width: 100%;
  margin-inline: auto;
  margin-top: 32px;
  background-color: #FC8419;
  text-align: center;
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .modal-faq__btn {
    max-width: 78.6666666667vw;
    margin-top: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    padding-top: 2.1333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
.modal-faq__btn-close-image {
  margin-inline: auto;
  max-width: 108px;
}
@media screen and (max-width: 750px) {
  .modal-faq__btn-close-image {
    max-width: 14.4vw;
  }
}
.modal-character {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.modal-character.active {
  opacity: 1;
  visibility: visible;
}
.modal-character.active .modal__overlay {
  opacity: 1;
}
.modal-character__layout {
  max-height: 80vh;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: #14C3DD;
  max-width: 670px;
  width: 100%;
  padding-top: 88px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .modal-character__layout {
    max-width: 89.3333333333vw;
    padding-top: 11.7333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.modal-character__title {
  text-align: center;
}
.modal-character__title-image {
  display: inline-block;
  max-width: 334px;
}
@media screen and (max-width: 750px) {
  .modal-character__title-image {
    max-width: 44.5333333333vw;
  }
}
.modal-character__close-btn {
  position: absolute;
  top: 28px;
  right: 28px;
}
@media screen and (max-width: 750px) {
  .modal-character__close-btn {
    top: 3.7333333333vw;
    right: 3.7333333333vw;
  }
}
.modal-character__close-btn-image {
  max-width: 48px;
}
@media screen and (max-width: 750px) {
  .modal-character__close-btn-image {
    max-width: 6.4vw;
  }
}
.modal-character__stamp {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal-character__stamp {
    margin-top: 6.4vw;
  }
}
.modal-character__stamp-image {
  display: inline-block;
  max-width: 368px;
}
@media screen and (max-width: 750px) {
  .modal-character__stamp-image {
    max-width: 49.0666666667vw;
  }
}
.modal-character__description {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal-character__description {
    margin-top: 4.2666666667vw;
  }
}
.modal-character__description-image {
  display: inline-block;
  max-width: 536px;
}
@media screen and (max-width: 750px) {
  .modal-character__description-image {
    max-width: 71.4666666667vw;
  }
}
.modal-character__back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 590px;
  width: 100%;
  height: 80px;
  margin-inline: auto;
  margin-top: 80px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #007CD8;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .modal-character__back-btn {
    max-width: 78.6666666667vw;
    height: 10.6666666667vw;
    margin-top: 10.6666666667vw;
    border: 0.1333333333vw solid #007CD8;
    border-radius: 1.3333333333vw;
  }
}
.modal-character__back-btn-image {
  margin-inline: auto;
  max-width: 66px;
}
@media screen and (max-width: 750px) {
  .modal-character__back-btn-image {
    max-width: 8.8vw;
  }
}

/* modal:end */