@charset "UTF-8";
[id=business-giftlist] {
  margin: 0;
  padding: 0;
  line-height: 1.55;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
[id=business-giftlist] *,
[id=business-giftlist] ::before,
[id=business-giftlist] ::after {
  box-sizing: border-box;
}
[id=business-giftlist] a {
  color: #000;
  text-decoration: none;
}
[id=business-giftlist] a:link,
[id=business-giftlist] a:visited {
  color: #000;
}
[id=business-giftlist] ol,
[id=business-giftlist] ul {
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  will-change: contents;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

:root {
  --giftlist-point-mask-height: 60px;
  --giftlist-merit-mask-height: 60px;
  --giftlist-support-mask-height: 120px;
}
@media screen and (max-width: 599px) {
  :root {
    --giftlist-point-mask-height: calc(60 * 0.2vw);
    --giftlist-merit-mask-height: calc(60 * 0.2vw);
    --giftlist-support-mask-height: calc(120 * 0.2vw);
  }
}

.giftlist-mv {
  height: 910px;
  background: linear-gradient(-90deg, #004fbb, #004fbb 10%, #41dffa 90%, #41dffa);
}
@media screen and (max-width: 599px) {
  .giftlist-mv {
    height: 110vw;
    background: linear-gradient(-90deg, #004fbb, #41dffa);
  }
}

.mv-inner {
  position: relative;
  width: 1318px;
  height: 910px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .mv-inner {
    width: auto;
    height: 90vw;
    margin: 0 auto;
    padding-top: 5vw;
    position: relative;
  }
}

.mv-title {
  position: absolute;
  right: 49px;
  top: 133px;
}
@media screen and (max-width: 599px) {
  .mv-title {
    position: relative;
    right: auto;
    top: auto;
    width: 82vw;
    margin: 0 auto;
    padding-top: 5vw;
  }
}
.mv-title img:nth-child(1) {
  position: absolute;
  right: -41px;
  top: -85px;
  width: 114px;
}
@media screen and (max-width: 599px) {
  .mv-title img:nth-child(1) {
    width: 15vw;
    right: -5vw;
    top: -3vw;
  }
}

.mv-logo {
  position: absolute;
  right: 196px;
  top: 477px;
  width: 410px;
}
@media screen and (max-width: 599px) {
  .mv-logo {
    right: 10vw;
    top: 63vw;
    width: 42vw;
  }
}
.mv-logo img {
  width: 100%;
  max-width: unset;
}

.mv-image {
  position: absolute;
  left: 64px;
  top: 47px;
  width: 629px;
}
@media screen and (max-width: 599px) {
  .mv-image {
    left: 5vw;
    top: auto;
    bottom: 5vw;
    width: 40vw;
  }
}

.mv-image__carousel {
  --mv-image__carousel-scale: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(629 * var(--mv-image__carousel-scale));
  height: calc(629 * var(--mv-image__carousel-scale));
  -webkit-mask-image: url(../images/mv-image-mask.svg);
          mask-image: url(../images/mv-image-mask.svg);
  -webkit-mask-position: left top;
          mask-position: left top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 599px) {
  .mv-image__carousel {
    --mv-image__carousel-scale: 0.064vw;
  }
}
.mv-image__carousel img {
  position: absolute;
  left: calc(56 * var(--mv-image__carousel-scale));
  top: calc(63 * var(--mv-image__carousel-scale));
  width: calc(235 * var(--mv-image__carousel-scale));
  transform-origin: left top;
  transform: rotate(-9deg);
}

.giftlist-point {
  position: relative;
  margin-top: -250px;
  padding-top: 150px;
  height: 440px;
  background: linear-gradient(180deg, rgba(47, 54, 83, 0), rgb(0, 30, 158) 150px);
}
@media screen and (max-width: 599px) {
  .giftlist-point {
    margin-top: -20vw;
    padding-top: 20vw;
    padding-bottom: 10vw;
    height: auto;
    background: linear-gradient(180deg, rgba(47, 54, 83, 0), rgb(0, 30, 158) 20vw);
  }
}
.giftlist-point::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: var(--giftlist-point-mask-height);
  background: url(../images/mask-1.svg) no-repeat left top/100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .giftlist-point::after {
    background-size: 100% 50%;
  }
}

.point-inner {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .point-inner {
    width: auto;
  }
}

.point-item {
  width: 338px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .point-item {
    width: 32vw;
  }
}
.point-item p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .point-item p {
    font-size: 2.8vw;
    margin-top: 2vw;
  }
}

.point-image-1 {
  width: 338px;
  height: 120px;
  position: relative;
  --point-image-1-scale: 1px;
}
@media screen and (max-width: 599px) {
  .point-image-1 {
    --point-image-1-scale: 0.12vw;
    width: 32vw;
    height: 15vw;
    margin-left: -8vw;
  }
}
.point-image-1 img {
  position: absolute;
  height: auto;
}
.point-image-1 img:nth-child(1) {
  left: calc(147 * var(--point-image-1-scale));
  top: calc(0 * var(--point-image-1-scale));
  width: calc(45 * var(--point-image-1-scale));
}
.point-image-1 img:nth-child(2) {
  left: calc(119 * var(--point-image-1-scale));
  top: calc(27 * var(--point-image-1-scale));
  width: calc(99 * var(--point-image-1-scale));
}
.point-image-1 img:nth-child(3),
.point-image-1 img:nth-child(4),
.point-image-1 img:nth-child(5) {
  width: calc(27 * var(--point-image-1-scale));
  animation: point-image-1__star infinite linear 2s;
}
@media screen and (max-width: 599px) {
  .point-image-1 img:nth-child(3),
  .point-image-1 img:nth-child(4),
  .point-image-1 img:nth-child(5) {
    animation-name: point-image-1__star-sp;
  }
}
.point-image-1 img:nth-child(3) {
  left: calc(220 * var(--point-image-1-scale));
  top: calc(5 * var(--point-image-1-scale));
}
.point-image-1 img:nth-child(4) {
  left: calc(77 * var(--point-image-1-scale));
  top: calc(16 * var(--point-image-1-scale));
  animation-delay: -0.3s;
}
.point-image-1 img:nth-child(5) {
  left: calc(235 * var(--point-image-1-scale));
  top: calc(60 * var(--point-image-1-scale));
  animation-delay: -0.6s;
}

@keyframes point-image-1__star {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
  }
}
@keyframes point-image-1__star-sp {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 599px) {
  #business-wrapper img.point-image {
    width: auto;
    height: 15vw;
  }
}

.giftlist-intro {
  background: linear-gradient(90deg, #61bae8, #91cfef);
  padding-top: calc(50px + var(--giftlist-point-mask-height));
  padding-bottom: calc(70px + var(--giftlist-merit-mask-height));
}
@media screen and (max-width: 599px) {
  .giftlist-intro {
    padding-top: calc(var(--giftlist-point-mask-height));
    padding-bottom: calc(var(--giftlist-merit-mask-height));
  }
}

.intro-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .intro-title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
}

.intro-inner {
  width: 1068px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .intro-inner {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}

.intro-inner p {
  width: 338px;
  height: 338px;
  border-radius: 338px;
  background: #fff;
  font-size: 26px;
  font-weight: 700;
  color: #018bd1;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .intro-inner p {
    width: 38vw;
    height: 38vw;
    border-radius: 38vw;
    font-size: 3vw;
  }
  .intro-inner p:first-child {
    margin: 0 12vw -2vw;
  }
}

.intro-img {
  display: block;
  margin: -70px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .intro-img {
    width: 80vw;
    margin: -12vw auto 0;
  }
}

.intro-arrow {
  display: block;
  margin: 30px auto 10px;
}
@media screen and (max-width: 599px) {
  .intro-arrow {
    width: 40vw;
    margin: 4vw auto 2vw;
  }
}

.intro-img2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .intro-img2 {
    width: 95vw;
    margin: 0 auto;
  }
}

.giftlist-merit {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .giftlist-merit {
    padding: 10vw 5vw 12vw;
  }
}
.giftlist-merit::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: calc(100% - 1px);
  width: 100%;
  height: var(--giftlist-merit-mask-height);
  background: url(../images/mask-2.svg) no-repeat left top/100% 100%;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .giftlist-merit::before {
    background-position: left bottom;
    background-size: 100% 50%;
  }
}

.merit-inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .merit-inner {
    width: auto;
  }
}

.merit-contents {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .merit-contents {
    position: relative;
  }
}
.merit-contents + .merit-contents {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .merit-contents + .merit-contents {
    margin-top: 5vw;
  }
}
.merit-contents.is-reverse {
  flex-direction: row-reverse;
}

.merit-body {
  width: 560px;
  height: 560px;
  flex-shrink: 0;
  border-radius: 560px;
  background: linear-gradient(-45deg, #0b5ab9, #0b5ab9 20%, #4fd1fa 80%, #4fd1fa);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .merit-body {
    width: 90vw;
    height: 90vw;
    border-radius: 90vw;
    justify-content: flex-start;
    padding-top: 5vw;
  }
}
.merit-body h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .merit-body h3 {
    font-size: 4vw;
    height: 12vw;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.merit-body p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .merit-body p {
    font-size: 3.2vw;
  }
}

.merit-image-1-1,
.merit-image-1-2,
.merit-image-2-1,
.merit-image-2-2 {
  width: 270px;
  height: 460px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .merit-image-1-1,
  .merit-image-1-2,
  .merit-image-2-1,
  .merit-image-2-2 {
    width: 19.53vw;
    height: 32.2vw;
    border-radius: 1.4vw;
    box-shadow: none;
    position: absolute;
  }
}
.merit-image-1-1 img,
.merit-image-1-2 img,
.merit-image-2-1 img,
.merit-image-2-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 600px) {
  .merit-image-1-1 {
    margin-left: -60px;
  }
  .merit-image-1-2 {
    margin-left: 40px;
    margin-top: 55px;
  }
  .merit-image-2-1 {
    margin-right: 40px;
    margin-top: -55px;
  }
  .merit-image-2-2 {
    margin-right: -60px;
  }
}
@media screen and (max-width: 599px) {
  .merit-image-1-1,
  .merit-image-2-1 {
    left: 24vw;
    bottom: 12vw;
  }
  .merit-image-1-2,
  .merit-image-2-2 {
    right: 24vw;
    bottom: 8vw;
  }
}
.merit-image-3 {
  margin-left: 20px;
  position: relative;
  --merit-image-3-scale: 1px;
  --merit-image-3-offset: -20px;
  --merit-image-3-box-scale-1: 0.9;
  --merit-image-3-box-scale-2: 1.05;
}
@media screen and (max-width: 599px) {
  .merit-image-3 {
    --merit-image-3-scale: 0.08vw;
    --merit-image-3-offset: -5vw;
    --merit-image-3-box-scale-1: 0.7;
    --merit-image-3-box-scale-2: 1.1;
    position: absolute;
    margin-left: 0;
    left: 25vw;
    bottom: 6vw;
  }
}
.merit-image-3 img:nth-child(1) {
  width: calc(515 * var(--merit-image-3-scale));
}
.merit-image-3 img:nth-child(2),
.merit-image-3 img:nth-child(3),
.merit-image-3 img:nth-child(4) {
  position: absolute;
  height: auto;
  animation: 3s ease-out infinite pause;
  opacity: 0;
}
.fade-up.active .merit-image-3 img:nth-child(2),
.fade-up.active .merit-image-3 img:nth-child(3),
.fade-up.active .merit-image-3 img:nth-child(4) {
  animation-play-state: running;
}

.merit-image-3 img:nth-child(2) {
  left: calc(53 * var(--merit-image-3-scale));
  top: calc(123 * var(--merit-image-3-scale));
  width: calc(91 * var(--merit-image-3-scale));
  animation-name: merit-image-3-mail;
}
.merit-image-3 img:nth-child(3) {
  left: calc(219 * var(--merit-image-3-scale));
  top: calc(118 * var(--merit-image-3-scale));
  width: calc(46 * var(--merit-image-3-scale));
  animation-name: merit-image-3-arrow;
}
.merit-image-3 img:nth-child(4) {
  left: calc(340 * var(--merit-image-3-scale));
  top: calc(98 * var(--merit-image-3-scale));
  width: calc(87 * var(--merit-image-3-scale));
  animation-name: merit-image-3-box;
}

@keyframes merit-image-3-mail {
  0% {
    opacity: 0;
    transform: translate(var(--merit-image-3-offset), 0);
  }
  20% {
    opacity: 1;
    transform: translate(0, 0);
  }
  95% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes merit-image-3-arrow {
  0% {
    opacity: 0;
    transform: translate(var(--merit-image-3-offset), 0);
  }
  30% {
    opacity: 0;
    transform: translate(var(--merit-image-3-offset), 0);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0);
  }
  95% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes merit-image-3-box {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: scale(var(--merit-image-3-box-scale-1));
  }
  60% {
    opacity: 1;
    transform: scale(var(--merit-image-3-box-scale-2));
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
.giftlist-support {
  position: relative;
  padding: calc(40px + var(--giftlist-support-mask-height)) 0;
  background: url(../images/contact-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 599px) {
  .giftlist-support {
    padding: calc(10vw + var(--giftlist-support-mask-height)) 0;
  }
}
.giftlist-support::before, .giftlist-support:after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  left: 0;
  width: 100%;
  height: var(--giftlist-support-mask-height);
}
.giftlist-support::before {
  top: -1px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.giftlist-support::after {
  bottom: -1px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.support-inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .support-inner {
    width: auto;
  }
}

.support-title {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .support-title {
    font-size: 4vw;
    white-space: nowrap;
    margin-bottom: 2vw;
  }
}

.support-text {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .support-text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
}

.support-contact {
  background: #fff;
  border-radius: 14px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .support-contact {
    border-radius: 3vw;
    padding: 3vw;
    margin: 0 5vw;
    flex-direction: column;
  }
}

.support-contact > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .support-contact > div {
    margin-bottom: 2vw;
  }
}

.support-contact-tel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .support-contact-tel img {
    width: 10vw;
  }
}
.support-contact-tel span {
  color: #001e9e;
  font-size: 53px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  .support-contact-tel span {
    font-size: 7vw;
    margin-left: 0.2em;
  }
}

.support-contact-time {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .support-contact-time {
    font-size: 3.4vw;
    margin-top: 1vw;
  }
}

.support-button {
  width: 540px;
  height: 90px;
  border-radius: 45px;
  background: url(../images/btn-bg.png) no-repeat center center/cover;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}
@media screen and (max-width: 599px) {
  .support-button {
    width: 100%;
    height: 12vw;
    border-radius: 8vw;
    font-size: 3.4vw;
  }
}
.support-button:hover {
  opacity: 0.6;
}

.support-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-bottom: 0.2em;
}
.support-button span::after {
  display: block;
  content: "";
  background: url(../images/btn-arrow.png) no-repeat center center/100% auto;
  width: 20px;
  height: 24px;
  margin-left: 14px;
  margin-top: 0.2em;
}
@media screen and (max-width: 599px) {
  .support-button span::after {
    width: 3vw;
    height: 4vw;
    margin-left: 2vw;
  }
}

.giftlist-scene {
  padding-top: 95px;
}
@media screen and (max-width: 599px) {
  .giftlist-scene {
    padding-top: 10vw;
  }
}

.scene-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .scene-title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}

.scene-swiper-wrapper {
  position: relative;
  width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 55px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .scene-swiper-wrapper {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.scene-swiper-wrapper .swiper-button-prev,
.scene-swiper-wrapper .swiper-button-next {
  width: 39px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 100px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .scene-swiper-wrapper .swiper-button-prev,
  .scene-swiper-wrapper .swiper-button-next {
    width: 8vw;
    height: 10vw;
    top: 40%;
  }
}
.scene-swiper-wrapper .swiper-button-prev.swiper-button-disabled,
.scene-swiper-wrapper .swiper-button-next.swiper-button-disabled {
  display: none;
}
.scene-swiper-wrapper .swiper-button-prev {
  background-image: url("../images/arrow-prev.png");
  left: 0;
}
@media screen and (max-width: 599px) {
  .scene-swiper-wrapper .swiper-button-prev {
    left: 11vw;
  }
}
.scene-swiper-wrapper .swiper-button-next {
  background-image: url("../images/arrow-next.png");
  right: 0;
}
@media screen and (max-width: 599px) {
  .scene-swiper-wrapper .swiper-button-next {
    right: 11vw;
  }
}
.scene-swiper-wrapper .swiper-button-prev::after,
.scene-swiper-wrapper .swiper-button-next::after {
  display: none;
}

.scene-swiper {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .scene-swiper {
    width: 70vw;
    overflow: visible;
  }
}
.scene-swiper .swiper-slide {
  width: auto;
}
@media screen and (max-width: 599px) {
  .scene-swiper .swiper-slide {
    transition: opacity 0.2s linear;
  }
  .scene-swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.6;
  }
}

.scene-slide-inner {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .scene-slide-inner {
    padding: 0 5vw;
  }
  .scene-slide-inner img {
    width: 100%;
  }
}

.scene-slide-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .scene-slide-title {
    font-size: 4vw;
    height: 12vw;
  }
}

.scene-slide-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .scene-slide-text {
    font-size: 4vw;
    height: 9vw;
  }
}

.scene-slide-price {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .scene-slide-price {
    font-size: 3.6vw;
  }
}

[id=business-giftlist] a.scene-slide-btn {
  font-size: 15px;
  color: #fff;
  background: #018bd1;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  [id=business-giftlist] a.scene-slide-btn {
    font-size: 3.4vw;
    height: 10vw;
    border-radius: 10vw;
    margin-top: 2vw;
  }
}
[id=business-giftlist] a.scene-slide-btn:hover {
  opacity: 0.7;
}

.giftlist-howto {
  padding-top: 110px;
  padding-bottom: 120px;
}
@media screen and (max-width: 599px) {
  .giftlist-howto {
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
}

.howto-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .howto-title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
}

.howto-inner {
  width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .howto-inner {
    width: 100%;
    padding: 0 5vw;
    flex-direction: column;
  }
}

.howto-item {
  width: 300px;
  height: 300px;
  border-radius: 30px;
  background: #d8f6ff;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .howto-item {
    width: 100%;
    height: 42vw;
    border-radius: 10vw;
    padding-top: 4vw;
  }
  .howto-item + .howto-item {
    margin-top: 5vw;
  }
  #business-wrapper .howto-item img {
    width: auto;
    height: 26vw;
  }
}

.howto-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .howto-head {
    padding-left: 5vw;
  }
}
.howto-head p {
  width: 53px;
  height: 53px;
  border-radius: 53px;
  background: #018bd1;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .howto-head p {
    width: 8vw;
    height: 8vw;
    border-radius: 8vw;
    font-size: 4.4vw;
    margin-right: 3vw;
  }
}
.howto-head h3 {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .howto-head h3 {
    font-size: 3.4vw;
  }
}

.howto-item.howto-3 {
  position: relative;
}

.howto-fukidashi {
  font-size: 15px;
  color: #fff;
  text-align: center;
  width: 163px;
  height: 163px;
  border-radius: 163px;
  background: #018bd1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -70px;
  right: -117px;
}
@media screen and (max-width: 599px) {
  .howto-fukidashi {
    font-size: 3vw;
    width: 30vw;
    height: 30vw;
    border-radius: 30vw;
    top: auto;
    bottom: -16vw;
    right: -2vw;
  }
}
.howto-fukidashi::after {
  display: block;
  content: "";
  background: url(../images/howto-fukidashi.png) no-repeat center center/100% auto;
  width: 33px;
  height: 28px;
  position: absolute;
  bottom: 23px;
  left: 0;
}
@media screen and (max-width: 599px) {
  .howto-fukidashi::after {
    width: 6.6vw;
    height: 5.6vw;
    bottom: auto;
    top: 2vw;
    transform: rotate(70deg);
  }
}

.giftlist-faq {
  background: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .giftlist-faq {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }
}

.faq-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .faq-title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
}

.faq-block {
  width: 960px;
  border-top: 1px solid #999999;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 599px) {
  .faq-block {
    width: 90vw;
    border-top: 1px solid #999999;
    padding: 5vw 0;
  }
}

.faq-q {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 599px) {
  .faq-q {
    font-size: 3.4vw;
  }
}
.faq-q img {
  margin-right: 12px;
}
@media screen and (max-width: 599px) {
  .faq-q img {
    width: 5vw;
    height: auto;
    margin-right: 2vw;
  }
}
.faq-q:hover {
  opacity: 0.6;
}
.faq-q::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .faq-q::before {
    right: 2vw;
    width: 5vw;
  }
}
.faq-q::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
@media screen and (max-width: 599px) {
  .faq-q::after {
    right: 2vw;
    width: 5vw;
  }
}
.faq-q.active::after {
  transform: rotate(0);
}

.faq-a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 40px;
  padding-top: 30px;
  display: none;
}
@media screen and (max-width: 599px) {
  .faq-a {
    font-size: 3.2vw;
    padding-left: 7vw;
    padding-top: 3vw;
  }
}
.faq-a small {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 599px) {
  .faq-a small {
    font-size: 2.9vw;
  }
}
.faq-a a {
  color: #51addb;
  text-decoration: underline;
  transition: all 0.3s;
}
.faq-a a:hover {
  opacity: 0.6;
}