html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #453319;
  font-family: "m-plus-1p", sans-serif;
  font-size: max(15px, 1.5rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.8;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

summary {
  cursor: pointer;
  list-style: none;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #f4b65a;
  padding-bottom: 3rem;
  position: relative;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 130rem;
  padding: 5.8rem 5rem 0;
}

.footer__logo {
  max-width: 27.9rem;
  padding-bottom: 3.5rem;
}

.footer__address {
  font-size: max(14px, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.2;
}

.footer__address a {
  display: inline-block;
}

.footer__link {
  align-items: flex-end;
  display: flex;
  font-size: max(14px, 1.4rem);
  font-weight: 500;
  gap: 0.8rem;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 3.5rem;
}

.footer__link::after {
  background: url(./../images/f_link.svg) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: max(11px, 1.1rem);
  width: max(11px, 1.1rem);
}

.footer__copyright {
  font-size: max(14px, 1.4rem);
  font-weight: 700;
  letter-spacing: 0.0386em;
  line-height: 1.6;
  padding-top: 4.7rem;
  text-align: center;
}

/*
 * l-dl-section
 * -------------------------------------------------------------
 */

.l-dl-section {
  background: #fff;
  position: relative;
  z-index: 2;
}

/*
 * l-header
 * -------------------------------------------------------------
 */

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 110rem;
  padding: 0 5rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
  margin-top: 2.4rem;
  max-width: 37.5rem;
  padding-left: 2rem;
}

.c-cta__txt {
  align-items: flex-end;
  display: flex;
  font-size: max(16px, 1.8rem);
  font-weight: 700;
  gap: 2.3rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
}

.c-cta__txt::before,
.c-cta__txt::after {
  background: #453319;
  content: "";
  display: inline-block;
  height: 2.3rem;
  width: 2px;
}

.c-cta__txt::before {
  transform: rotate(-30deg);
}

.c-cta__txt::after {
  transform: rotate(30deg);
}

.c-cta__items {
  display: flex;
  gap: 1.6rem;
  margin-top: 3.5rem;
}

.c-cta__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.c-cta__item.--app {
  flex: 1;
  max-width: 15.1rem;
}

.c-cta__item.--gp {
  flex: 1;
  max-width: 18.8rem;
}

.c-cta__code {
  aspect-ratio: 1/1;
  background: #eee;
  max-width: 13.6rem;
  width: 100%;
}

.c-cta__code img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.c-cta__link {
  width: 100%;
}

.c-cta__link:hover {
  transform: translateY(-0.5rem);
}

/*
 * c-circle-txt
 * -------------------------------------------------------------
 */

.c-highlight {
  display: flex;
  gap: 0.3rem;
  margin-right: 0.1em;
}

.c-highlight.--sm {
  gap: 0;
}

.c-highlight__txt {
  align-items: center;
  background: #ef9a1b;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  display: flex;
  flex-direction: column;
  font-size: 3.6rem;
  font-weight: 700;
  height: 6.8rem;
  justify-content: center;
  letter-spacing: 0;
  padding: 0.7rem 1.1rem;
  width: 6.8rem;
}

.c-highlight.--sm .c-highlight__txt {
  font-size: 3.2rem;
  font-weight: 500;
  height: 5rem;
  margin-right: 0.4rem;
  width: 5rem;
}

/*
 * c-logo
 * -------------------------------------------------------------
 */

.c-logo__hidden {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * c-sec-header
 * -------------------------------------------------------------
 */

.c-sec-header {
  text-align: center;
}

.c-sec-header__ttl {
  align-items: center;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.22em;
  line-height: 1.47;
  padding-top: 1rem;
}

.c-sec-header__lead {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.c-sec-header__ttleng {
  color: #f4b65a;
  font-family: "montserrat", serif;
  font-size: max(14px, 1.6rem);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

/*
 * animation
 * -------------------------------------------------------------
 */

/* bounce ttl
---------------------- */

.anime-bounce1 {
  animation: bounce1 1.8s linear infinite;
}

.anime-bounce2 {
  animation: bounce2 1.8s linear infinite;
  animation-delay: 0.1s;
}

/* 今すぐ無料
---------------------- */

.anime-bounce3 {
  animation: bounce3 1.8s linear infinite;
  animation-delay: 0.1s;
}

/* jump icon
------------------ */

.anime-jump {
  animation: jump 2s ease-in-out infinite;
}

.fadeIn {
  opacity: 0;
  transform: translateY(2rem);
  transition: all 1s ease;
}

.fadeIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* fadein1
---------------------- */

.anime-fadein1 {
  opacity: 0;
  transform: translateY(4rem);
  transition: all 1s ease;
}

.anime-fadein1.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* fadein2
---------------------- */

.anime-fadein2 {
  opacity: 0;
  transform: translateY(4rem);
  transition: all 0.6s ease-out;
}

.anime-fadein2.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dl-section__lead-wrap.anime-fadein2 {
  transform: translate(-50%, 2rem);
}

.dl-section__lead-wrap.anime-fadein2.is-visible {
  transform: translate(-50%, 0);
}

.app-item__pop.anime-fadein2 {
  opacity: 0;
  transform: translate(-50%, 2rem);
  transition: all 0.6s ease-out;
}

.app-item__pop.anime-fadein2.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* swing
---------------------- */

/* float
----------------------- */

.anime-float {
  animation: float-y 1.2s ease-in-out infinite alternate-reverse;
}

/* marker
------------------- */

.anime-marker::after {
  transition: width 1.5s;
  width: 0;
}

.anime-marker.is-visible::after {
  width: 100%;
}

.anime-slideclip {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 0.6s ease-out, -webkit-clip-path 0.6s ease-out;
  transition: clip-path 0.6s ease-out, opacity 0.6s ease-out;
  transition: clip-path 0.6s ease-out, opacity 0.6s ease-out,
    -webkit-clip-path 0.6s ease-out;
}

.anime-slideclip.--reverse {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}

.anime-slideclip2 {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transition: opacity 0.6s ease-out, -webkit-clip-path 0.6s ease-out;
  transition: clip-path 0.6s ease-out, opacity 0.6s ease-out;
  transition: clip-path 0.6s ease-out, opacity 0.6s ease-out,
    -webkit-clip-path 0.6s ease-out;
}

.anime-slideclip.is-visible,
.anime-slideclip.--reverse.is-visible,
.anime-slideclip2.is-visible {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.delay1 {
  transition-delay: 0.4s;
}

.delay2 {
  transition-delay: 0.5s;
}

.delay3 {
  transition-delay: 1s;
}

.delay4 {
  transition-delay: 1.5s;
}

.delay5 {
  transition-delay: 2s;
}

.delay6 {
  transition-delay: 2.5s;
}

.delay-r1 {
  transition-delay: 0.4s;
}

.delay-r2 {
  transition-delay: 0.8s;
}

/*
 * u-color
 * -------------------------------------------------------------
 */

.u-color {
  color: #ef9a1b;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  background: url(./../images/about_bg.webp) repeat top/contain;
  overflow: visible;
  padding: 6.2rem 0 6.5rem;
  position: relative;
}

.about__header {
  z-index: 1;
}

.about__header-ttlWrap {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.about__header-ttl {
  flex: 1;
  max-width: 36.1rem;
}

.about__header-logo {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.about__header-logo-icon {
  max-width: 10.2rem;
}

.about__header-ttl-sm {
  color: #453319;
  font-family: "m-plus-1p", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.0625em;
  line-height: 48px;
  margin-top: 1.2rem;
}

.about__lead {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 1.6rem;
  text-align: center;
}

.about__details {
  flex: 1;
  /* はみ出すリストを隠す */
  position: relative;
}

.about__lists-wrapper {
  height: 100%;
  overflow: hidden;
}

.about__lists-wrapper::-webkit-scrollbar {
  display: none;
}

/* 擬似的に.aboutを固定して内部だけスクロール */

.about__lists {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.about__list {
  padding-top: 1rem;
}

.about__list:first-child {
  padding-top: 2.5rem;
}

.about__ttl {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.about__txt {
  margin-top: 1rem;
}

.about__ttl.--wrap {
  flex-wrap: wrap;
}

.about__loopslider {
  margin: 0 calc(50% - 50vw);
  margin-top: 5rem;
  width: 100vw;
}

.loop-slider {
  align-items: flex-start;
  display: flex;
  gap: 8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slide {
  flex-shrink: 0;
  transition: transform 0.4s linear;
  width: 100%;
}

.slide img {
  border-radius: 2rem;
}

.slide--1 {
  margin-top: 14rem;
  max-width: 43.8rem;
}

.slide--2 {
  margin-top: 23.1rem;
  max-width: 17.2rem;
}

.slide--3 {
  margin-top: 0;
  max-width: 40.8rem;
}

.slide--4 {
  margin-top: 11.3rem;
  max-width: 38.1rem;
}

.about__mask-wrap {
  background: #fff;
  background: url(./../images/about_bg.webp) no-repeat top/cover;
  bottom: 0;
  height: 40rem;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 10;
}

.about__mask {
  background: url(./../images/about_bg.webp) no-repeat top/cover;
  bottom: 0;
  height: 100%;
  position: sticky;
  width: 100%;
}

.about__mask-wrap.is-fixed {
  position: fixed;
}

.about__mask-wrap.is-absolute {
  position: absolute;
}

/*
 * app
 * -------------------------------------------------------------
 */

.app {
  padding-top: 15.5rem;
}

.app__items {
  margin-top: 5rem;
}

.app-section {
  height: 50rem;
  position: relative;
}

.app-section:last-child {
  height: 66rem;
}

.app-pin {
  align-items: flex-end;
  background: #fffaee;
  display: flex;
  height: 100%;
  height: 50rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.app-section:last-child .app-pin {
  align-items: flex-start;
  height: 66rem;
}

.app-pin.--bg-grid {
  background: url(./../images/bg_grid.webp) repeat top/contain;
}

.app-item {
  display: flex;
  gap: 12.8rem;
  margin: 0 auto;
  max-width: 109.5rem;
  padding: 2.6rem 5rem 0;
  position: relative;
}

.app-section:last-child .app-item {
  padding-top: 8.5rem;
}

.app-item.--reverse {
  flex-direction: row-reverse;
}

.app-item__img {
  max-width: 37.3rem;
  width: 100%;
}

.app-item__detail {
  flex: 1;
  padding-top: 11rem;
  position: relative;
}

.app-section:nth-child(2n-1) .app-item__detail {
  padding-left: 5.5rem;
}

.app-section:nth-child(2n) .app-item__detail {
  padding-right: 3.7rem;
}

/* 奇数 線 */

.app-section:nth-child(2n-1) .app-item__detail::after {
  background: url(./../images/app_text_obj_border.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 34.2rem;
  left: -1.5rem;
  max-width: 17.3rem;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  width: 100%;
}

/* 偶数　破線 */

.app-section:nth-child(2n) .app-item__detail::after {
  background: url(./../images/app_text_obj_dashed.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 36.6rem;
  max-width: 17.3rem;
  position: absolute;
  right: -1.5rem;
  top: 52%;
  transform: translateY(-50%);
  width: 100%;
}

.app-section:nth-child(3) .app-item__detail::after {
  top: 45%;
}

.app-section:nth-child(4) .app-item__detail::after {
  top: 57%;
}

.app-section:last-child .app-item__detail::after {
  background: url(./../images/app_text_obj_border_lg.webp) no-repeat center/100%;
  height: 44.5rem;
  top: 49%;
}

.app-item__ttl {
  align-items: center;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: capitalize;
}

.app-item__txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}

.app-item__ttl::before {
  animation: bounceJump 3.2s infinite;
  content: "";
  display: inline-block;
  height: 5rem;
  max-width: 5rem;
  width: 100%;
}

.app-section:nth-child(1) .app-item__ttl::before {
  background: url(./../images/app_icon01.webp) no-repeat center/100%;
}

.app-section:nth-child(2) .app-item__ttl::before {
  background: url(./../images/app_icon02.webp) no-repeat center/100%;
}

.app-section:nth-child(3) .app-item__ttl::before {
  background: url(./../images/app_icon03.webp) no-repeat center/100%;
}

.app-section:nth-child(4) .app-item__ttl::before {
  background: url(./../images/app_icon04.webp) no-repeat center/100%;
}

.app-section:nth-child(5) .app-item__ttl::before {
  background: url(./../images/app_icon05.webp) no-repeat center/100%;
}

.app-item__pop {
  left: 50%;
  margin: 0 auto;
  max-width: 124.2rem;
  padding: 0 2rem;
  position: absolute;
  top: -3rem;
  transform: translateX(-50%);
  width: 100%;
}

.app-item__pop img {
  max-width: 22.6rem;
}

.app-item__img.is-label {
  position: relative;
}

.app-item__label {
  left: 50%;
  max-width: 43.3rem;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

/*
 * contact
 * -------------------------------------------------------------
 */

.contact {
  background: #fff;
  padding: 8rem 0 12rem;
  position: relative;
}

.contact__body {
  margin: 4.8rem auto 0;
  max-width: 70rem;
}

.contact__text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.contact__text sup {
  color: #e73b3b;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}

/*
 * dl-section
 * -------------------------------------------------------------
 */

.dl-section {
  aspect-ratio: 1440/770;
  background: url(./../images/dl-section_img.webp) no-repeat center/cover;
  padding: 6.8rem 0 4.2rem;
  position: relative;
  z-index: 3;
}

.dl-section__bg {
  top: 0;
  width: 100%;
}

.dl-section__img {
  height: 77rem;
  width: 100%;
}

.dl-section__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.dl-section__inner {
  max-width: 129.8rem;
  position: relative;
  z-index: 2;
}

.dl-section__lead-wrap {
  left: 50%;
  max-width: 135.8rem;
  position: absolute;
  top: -15.6rem;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 1;
}

.dl-section__lead {
  font-family: "VDL-PenLetter";
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 2;
  position: relative;
  text-align: right;
  transform: rotate(3deg);
}

.dl-section__lead::after {
  background: url(./../images/dl-section_fukidashi.webp) no-repeat center/100%;
  bottom: -3.8rem;
  content: "";
  display: block;
  height: 7rem;
  max-width: 40rem;
  position: absolute;
  right: 10.6rem;
  transform: rotate(-3deg);
  width: 100%;
}

.dl-section__details {
  padding: 0 2rem;
}

.dl-section__logo {
  max-width: 17rem;
}

.dl-section__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.47;
  margin-top: 1rem;
}

.dl-section__ttl .marker {
  display: block;
  padding-right: 1rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.dl-section__ttl .marker::after {
  background: rgba(242, 153, 98, 0.6);
  border-radius: 0.61rem;
  bottom: 0.4rem;
  content: "";
  display: inline-block;
  height: 1.2rem;
  left: 0;
  position: absolute;
  z-index: -1;
}

.dl-section__lists {
  margin-top: 2.5rem;
}

.dl-section__list {
  align-items: center;
  display: flex;
  font-size: max(15px, 1.65rem);
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.12em;
}

.dl-section__list::before {
  background: url(./../images/check.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.9rem;
  min-width: 1.9rem;
  width: 1.9rem;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
  background: #fff;
  padding: 8rem 0 12rem;
  position: relative;
}

.faq__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4.8rem;
}

.faq__item {
  border: 3px solid #f8f6ee;
  border-radius: 1rem;
  transition: transform 0.2s ease;
}

.faq__question,
.faq__answer {
  font-weight: 700;
  line-height: 1.8;
}

.faq__question {
  align-items: center;
  background: #fffaee;
  cursor: pointer;
  display: flex;
  padding: 1.4rem 2.7rem 1.4rem 3rem;
  position: relative;
  transition: padding 0.3s ease;
}

.faq__icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-family: "montserrat", serif;
  font-size: 2rem;
  font-weight: 700;
  height: 4.1rem;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1;
  margin-right: 1rem;
  min-width: 4.1rem;
  width: 4.1rem;
}

.faq__q {
  background: #fff;
  color: #ef9a1b;
}

.faq__a {
  background: #ef9a1b;
  color: #fff;
}

.faq__btn {
  border-bottom: 2px solid #ef9a1b;
  border-right: 2px solid #ef9a1b;
  display: inline-block;
  height: 1.2rem;
  margin-left: auto;
  margin-left: 1rem;
  position: absolute;
  right: 2.7rem;
  top: 50%;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
  width: 1.2rem;
}

.faq__answer {
  background: #fefefe;
  display: none;
  padding: 2rem 3rem;
}

.faq__content {
  align-items: flex-start;
  display: flex;
}

.faq__txt {
  flex: 1;
}

.faq__item.open .faq__question {
  padding: 3rem;
}

.faq__item.open .faq__btn {
  transform: rotate(225deg);
}

/*
 * float
 * -------------------------------------------------------------
 */

.float {
  background: #71cce9;
  bottom: 0;
  box-shadow: 0px -5px 4px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 1.9rem 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.float__inner {
  align-items: center;
  display: flex;
  gap: 3.6rem;
  max-width: 110.3rem;
  width: 100%;
}

.float__header {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  max-width: 39.7rem;
}

.float__icon {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 7.2rem;
}

.float__ttl {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.float__ttl::after {
  background: url(./../images/arrow.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 5rem;
  width: 5rem;
}

.float__items {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 2.7rem;
}

.float__item {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}

.float__item:nth-child(2) {
  flex: 1;
}

.float__link.--app {
  max-width: 15.1rem;
}

.float__link.--gp {
  max-width: 18.8rem;
}

.float__code {
  aspect-ratio: 89/67;
  background: #fff;
  border-radius: 1rem;
  max-width: 8.9rem;
}

.float__code img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/*
 * form
 * -------------------------------------------------------------
 */

.form__label {
  font-size: 1.5rem;
  font-weight: 700;
}

.form__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form__item:not(:nth-child(1)) {
  margin-top: 1.5rem;
}

.form__radio {
  display: flex;
  gap: 3rem;
}

.form__radio-label,
.wpcf7-list-item-label {
  padding-left: 2.5rem;
  position: relative;
  font-weight: 700;
}
.form__radio input[type="checkbox"],
.form__radio input[type="radio"],
.form__radio-wp input[type="checkbox"],
.form__radio-wp input[type="radio"] {
  display: block;
  opacity: 0;
  position: absolute;
}

[type="radio"] + .form__radio-label::before,
[type="radio"] + .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 2px solid #453319;
  border-radius: 3px;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

[type="radio"] + .form__radio-label::after,
[type="radio"] + .wpcf7-list-item-label::after {
  border: solid #453319;
  border-width: 0 2px 2px 0;
  content: "";
  height: 1.3rem;
  left: 0.4rem;
  opacity: 0;
  position: absolute;
  top: 0.3rem;
  transform: rotate(40deg);
  width: 0.7rem;
}

input[type="radio"]:checked + .form__radio-label::after,
input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__label sup,
.wpcf7-list-item-label sup {
  color: #e73b3b;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 0.5rem;
}

.form__radio sup,
.form__radio-wp sup {
  margin-left: 0;
}

.form__item input,
.form__item textarea {
  border: 0.3rem solid #453319;
  border-radius: 1rem;
  font-weight: 600;
  width: 100%;
}
.wpcf7-list-item.first {
  margin-left: 0;
}

.form__item input {
  height: 7rem;
  padding: 1rem 3rem;
}

.form__item input::-moz-placeholder,
.form__item textarea::-moz-placeholder {
  color: rgba(69, 51, 25, 0.302);
  font-weight: 700;
  letter-spacing: 0.13em;
}

.form__item input::placeholder,
.form__item textarea::placeholder {
  color: rgba(69, 51, 25, 0.302);
  font-weight: 700;
  letter-spacing: 0.13em;
}

.form__item textarea {
  aspect-ratio: 700/300;
  height: 100%;
  padding: 2rem 3rem;
}

.form__btn,
.sub-contact__submit {
  align-items: center;
  background: #ef9a1b;
  border-radius: 10rem;
  color: #ffffff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 7rem;
  justify-content: center;
  letter-spacing: 0.1em;
  margin: 4.8rem auto 0;
  max-width: 35rem;
  width: 100%;
}
.wpcf7-spinner {
  display: none !important;
}
/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  position: relative;
}

.fv__img {
  aspect-ratio: 1440/793;
  position: relative;
  z-index: 2;
}

.fv__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  height: 100%;
  left: 50%;
  max-width: 90.278vw;
  padding: 7.634vw 3.4722vw 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

.fv__lead {
  align-items: center;
  display: flex;
  display: inline-block;
  font-family: "vdl-penletter", sans-serif;
  font-size: 2.222vw;
  font-weight: 500;
  letter-spacing: 0.094em;
  line-height: 2;
  padding-left: 2.083vw;
  position: relative;
  position: absolute;
  right: 4.861vw;
  text-shadow: 0px 0px 4px #ffffff;
  top: 9.03vw;
}

.fv__lead::after {
  background: url(./../images/fv_fukidashi.webp) no-repeat center/100%;
  bottom: -2.778vw;
  content: "";
  display: block;
  height: 3.54vw;
  max-width: 35.4861vw;
  position: absolute;
  right: 2.778vw;
  width: 100%;
}

.fv__lead span {
  display: inline-block;
  position: relative;
}

.fv__lead span::before {
  background: url(./../images/fv_text_deco.webp) no-repeat center/100%;
  content: "";
  display: inline-block;
  height: 1.6vw;
  left: -0.714vw;
  position: absolute;
  top: 0.2vw;
  width: 1.736vw;
}

.fv__details {
  max-width: 34.79vw;
}

.fv__header {
  align-items: center;
  display: flex;
  gap: 1.39vw;
}

.fv__icon {
  width: 9.51vw;
}

.fv__ttl {
  width: 23.889vw;
}

.fv__ttl-hidden {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.fv__cta {
  margin: 1.8vw auto 0;
  max-width: 24.375vw;
  padding-left: 0;
}

.fv__cta-txt {
  font-size: 1.39vw;
  gap: 1.32vw;
  letter-spacing: 0.1em;
}

.fv__cta-txt::before,
.fv__cta-txt::after {
  background: #453319;
  content: "";
  display: inline-block;
  height: 1.875vw;
  width: 0.139vw;
}

.fv__cta-ttl {
  font-size: 2.22vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 0.7vw;
  text-align: center;
}

.fv__cta-items {
  display: flex;
  gap: 1.11vw;
  margin-top: 2.43vw;
  opacity: 0;
  pointer-events: none;
}

.fv__cta-item {
  gap: 1.11vw;
}

.fv__cta-code {
  max-width: 9.44vw;
}

.fv__cta-item.--app {
  max-width: 10.486vw;
}

.fv__cta-item.--gp {
  max-width: 13.055vw;
}

.fv__btn {
  align-items: center;
  background: #ef9a1b;
  border: 0.3rem solid #ef9a1b;
  border-radius: 9.9rem;
  color: #ffffff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 6.5rem;
  justify-content: center;
  letter-spacing: 0.1em;
  max-width: 30rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 2.0833vw;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.fv__btn::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 150%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate3d(0, 6.5rem, 0);
  transition: all 0.3s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: -1;
}

.fv__btn i {
  font-style: normal;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.fv__btn i:hover {
  transform: translate3d(0, -6px, 0);
}

.fv__btn:hover {
  color: #ef9a1b;
  transform: translate3d(0, -0.4rem, 0);
}

.fv__btn:hover::after {
  transform: translate3d(0, 0, 0);
}

/* ----------------------------------
	* Fv Animation
----------------------------------- */

/*
 * introduction
 * -------------------------------------------------------------
 */

.introduction {
  padding: 12rem 0;
}

.introduction__items {
  grid-gap: 4.2rem;
  display: grid;
  gap: 4.2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.45rem;
}

.introduction__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.introduction__img {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px rgba(69, 51, 25, 0.2);
  height: 30rem;
  overflow: hidden;
  width: 30rem;
}

.introduction__img img {
  -o-object-fit: contain;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  position: relative;
}

.introduction__item:nth-child(1) img {
  max-width: 100%;
  right: 1rem;
  top: 1rem;
}

.introduction__item:nth-child(2) img {
  max-width: 26.1rem;
}

.introduction__item:nth-child(3) img {
  max-width: 23.4rem;
  top: 3rem;
}

.introduction__detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.introduction__ttl {
  font-size: max(16px, 2rem);
  font-weight: 700;
  height: 3.1em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

/*
 * voice
 * -------------------------------------------------------------
 */

.voice {
  background: #fff;
  padding: 8rem 0 14.4rem;
  position: relative;
}

.voice__items {
  grid-gap: 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.voice__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.voice__img {
  max-width: 30rem;
}

.voice__detail {
  text-align: center;
}

.voice__ttl {
  font-size: max(16px, 2rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}

.voice__txt {
  margin-top: 1rem;
}

.voice__txt .color {
  color: #f3b45f;
  font-weight: 700;
}

/* ==============================================================
*  セクション(sub-thanks)
* ============================================================ */
.sub-thanks__box {
  background-color: #fff;
  padding-bottom: 6.2rem;
  padding-top: 6.6rem;
}

.sub-thanks__title {
  color: #1f1f1f;
  font-size: 2.4rem;
  text-align: center;
}

.sub-thanks__desc {
  color: #1f1f1f;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3.1rem;
  text-align: center;
}

.sub-thanks__desc span {
  display: block;
}

.sub-thanks__list {
  left: 0.9rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
  max-width: 622px;
  position: relative;
}

.sub-thanks__item {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  position: relative;
}

.sub-thanks__item::before {
  background-color: #141414;
  border-radius: 50%;
  content: "";
  height: 0.8rem;
  left: -1.8rem;
  margin: auto;
  position: absolute;
  top: 1.1rem;
  width: 0.8rem;
}

.sub-thanks__item:not(:first-of-type) {
  margin-top: 0.4rem;
}

.sub-thanks__tel-area {
  margin-top: 4.2rem;
  text-align: center;
}

.sub-thanks__tel-title {
  color: #0c3b2c;
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: 33rem;
}

.sub-thanks__tel-title::before {
  background-image: url(../img/sub/contact/arrow-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.433rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 4.9rem;
  width: 33rem;
}

.sub-thanks__tel {
  color: #0c3b2c;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 5.9rem;
  padding-left: 3rem;
  pointer-events: none;
  position: relative;
}

.sub-thanks__tel::before {
  background-image: url(../img/common/tel-color.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.744rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0.6rem;
  width: 2.744rem;
}

.sub-thanks__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.4rem;
  margin-top: 1rem;
}

.sub-thanks__time span {
  color: #0c3b2c;
}

.sub-thanks__time span:nth-of-type(1) {
  border: 1px solid #0c3b2c;
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
}

.sub-thanks__time span:nth-of-type(2) {
  font-size: 1.8rem;
  margin-left: 0.9rem;
}

.sub-thanks__link {
  margin-top: 6.2rem;
  text-align: center;
}

.sub-thanks__link a {
  border-bottom: 1px solid #1f89d6;
  color: #1f89d6;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 0.91vw;
  }

  .footer__inner {
    padding: 5.8rem 4rem 0;
  }

  .l-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.5rem;
  }

  .footer__inner {
    flex-direction: column;
    padding: 3rem 2rem 0;
  }

  .footer__logo {
    max-width: 17rem;
    padding-bottom: 4rem;
  }

  .footer__address {
    font-size: 1.4rem;
  }

  .footer__link {
    font-size: 1.4rem;
    gap: 1rem;
  }

  .footer__link::after {
    height: 1.2rem;
    width: 1.2rem;
  }

  .footer__copyright {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .l-inner {
    max-width: 54rem;
    padding: 0 2rem;
  }

  .c-cta {
    bottom: 0;
    left: 50%;
    max-width: 33.5rem;
    padding-left: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
  }

  .c-cta__txt {
    font-size: 1.8rem;
  }

  .c-cta__items {
    margin-top: 1.5rem;
  }

  .c-cta__item.--app {
    max-width: 14.3rem;
  }

  .c-cta__item.--gp {
    max-width: 173.7rem;
  }

  .c-cta__code {
    display: none;
  }

  .c-highlight__txt {
    font-size: 2.8rem;
    height: 5rem;
    width: 5rem;
  }

  .c-highlight.--sm .c-highlight__txt {
    font-size: 2rem;
    height: 3.6rem;
    width: 3.6rem;
  }

  .c-sec-header__ttl {
    flex-wrap: wrap;
    font-size: 2.4rem;
    letter-spacing: 0.16em;
  }

  .c-sec-header__ttl.--ltsp {
    letter-spacing: 0.29em;
  }

  .c-sec-header__lead {
    font-size: 1.5rem;
    letter-spacing: 0.13em;
    margin: 0 calc(50% - 50vw);
  }

  .c-sec-header__ttleng {
    font-size: 1.5rem;
  }

  .c-sec-header .break {
    display: block;
    width: 100%;
  }

  .c-cta.anime-fadein2.is-visible {
    transform: translate(-50%, 0);
  }

  .anime-slideclip.--reverse {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  .about {
    background: url(./../images/sp/about_bg_sp.webp) repeat top/contain;
    padding: 5rem 0 2rem;
  }

  .about__body {
    flex-direction: column;
    gap: 5rem;
  }

  .about__header {
    max-width: 100%;
  }

  .about__header-ttlWrap {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
  }

  .about__header-ttl {
    flex: initial;
    max-width: 21.4rem;
  }

  .about__header-logo {
    display: contents;
  }

  .about__header-logo-icon {
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
  }

  .about__header-logo-icon img {
    margin: 0 auto 1rem;
    max-width: 6.8rem;
  }

  .about__lead {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }

  .about__lists {
    gap: 3rem;
  }

  .about__list {
    padding-top: 0;
  }

  .about__list:first-child {
    padding-top: 0;
  }

  .about__ttl {
    flex-wrap: wrap;
    font-size: 1.8rem;
    justify-content: center;
  }

  .about__ttl .sp-block {
    text-align: center;
    width: 100%;
  }

  .about__loopslider {
    margin-top: 3rem;
  }

  .loop-slider {
    gap: 1.6rem;
  }

  .slide--1 {
    margin-top: 7rem;
    max-width: 21.8rem;
  }

  .slide--2 {
    margin-top: 11.5rem;
    max-width: 8.6rem;
  }

  .slide--3 {
    max-width: 20.3rem;
  }

  .slide--4 {
    margin-top: 5.5rem;
    max-width: 19rem;
  }

  .app {
    padding-top: 8rem;
  }

  .app__sec-ttl {
    font-size: 2rem;
    line-height: 2;
    margin: 0 calc(50% - 50vw);
  }

  .app__items {
    margin-top: 3rem;
  }

  .app-section {
    height: 100vh;
  }

  .app-section:last-child {
    height: 100vh;
  }

  .app-pin {
    align-items: flex-start;
    height: 100dvh;
  }

  .app-section:last-child .app-pin {
    height: 100vh;
  }

  .app-pin.--bg-grid {
    background: url(./../images/sp/bg_grid_sp.webp) repeat top/37.5rem;
  }

  .app-item {
    align-items: center;
    flex-direction: column;
    gap: 0;
    padding: 6rem 1rem 4.2rem;
  }

  .app-item.--reverse {
    flex-direction: column;
  }

  .app-item__img {
    max-width: 21.7rem;
  }

  .app-item__detail {
    margin: 0 auto;
    max-width: 54rem;
    padding-top: 2.5rem;
  }

  .app-section:nth-child(2n-1) .app-item__detail {
    padding-left: 0;
  }

  .app-section:nth-child(2n) .app-item__detail {
    padding-right: 0;
  }

  .app-section:nth-child(2n-1) .app-item__detail::after {
    display: none;
  }

  .app-section:nth-child(2n) .app-item__detail::after {
    display: none;
  }

  .app-item__ttl {
    font-size: 2rem;
    justify-content: center;
    letter-spacing: 0.1em;
  }

  .app-item__txt {
    font-size: 1.5rem;
    letter-spacing: 0.13em;
    margin: 0 auto;
    max-width: 31.5rem;
    text-align: center;
  }

  .app-item__ttl::before {
    animation: bounceJump_sp 3.2s infinite;
    height: 2.8rem;
    width: 2.8rem;
  }

  .app-item__pop {
    max-width: 37.5rem;
    top: 1.6rem;
  }

  .app-item__pop img {
    max-width: 13.2rem;
  }

  .app-item__label {
    max-width: 25.4rem;
  }

  .contact {
    padding: 8rem 0 0;
  }

  .dl-section {
    aspect-ratio: unset;
    background: url(./../images/sp/dl-section_img_sp.webp) no-repeat bottom/100%
      #fff;
    height: max(119rem, 230vw);
    padding: 8rem 0 0;
  }

  .dl-section__img {
    height: auto;
  }

  .dl-section__inner {
    position: static;
  }

  .dl-section__lead-wrap {
    bottom: min(-8rem, -18vw);
    max-width: 100vw;
    top: auto;
    width: 100vw;
  }

  .dl-section__lead {
    font-size: max(2.4rem, 6.4vw);
    right: 3rem;
  }

  .dl-section__lead::after {
    bottom: -2.3rem;
    bottom: -6.133vw;
    height: 4rem;
    height: 11.8vw;
    max-width: 25.3rem;
    max-width: 67.467vw;
    right: 6.8rem;
    right: 18.133vw;
  }

  .dl-section__details {
    padding: 0;
    position: relative;
  }

  .dl-section__logo {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.12));
    position: relative;
    z-index: 2;
  }

  .dl-section__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.166em;
    margin: 1rem calc(50% - 50vw) 0;
    padding-left: 2rem;
  }

  .dl-section__ttl .marker {
    padding-right: 0;
  }

  .dl-section__ttl .marker::after {
    bottom: 0;
  }

  .dl-section__lists {
    margin-top: 2rem;
    position: relative;
    z-index: 2;
  }

  .dl-section__list {
    align-items: flex-start;
    font-size: 1.5rem;
    gap: 0.6rem;
    line-height: 2;
  }

  .dl-section__list::before {
    position: relative;
    top: 0.45em;
  }

  .faq {
    padding: 8rem 0 0;
  }

  .faq__items {
    gap: 1rem;
    margin-top: 4.5rem;
  }

  .faq__question {
    align-items: flex-start;
    padding: 1.5rem 0.7rem;
  }

  .faq__icon {
    font-size: 1.4rem;
    height: 2.3rem;
    min-width: 2.3rem;
    width: 2.3rem;
  }

  .faq__btn {
    height: 0.9rem;
    right: 0.6rem;
    width: 0.9rem;
  }

  .faq__answer {
    font-weight: 400;
    padding: 1.6rem 0.5rem;
  }

  .faq__question .faq__txt {
    max-width: 84%;
  }

  .faq__item.open .faq__question {
    padding: 1.5rem 0.5rem;
  }

  .float {
    box-shadow: none;
    opacity: 0;
    padding: 1rem 0;
    transition: opacity 0.4s ease;
  }

  .float--visible {
    opacity: 1;
  }

  .float__inner {
    flex-direction: column;
    gap: 1rem;
    max-width: 37.5rem;
    padding: 0 3rem;
  }

  .float__header {
    gap: 1rem;
  }

  .float__icon {
    width: 2.8rem;
  }

  .float__ttl {
    font-size: 1.8rem;
  }

  .float__ttl::after {
    display: none;
  }

  .float__items {
    gap: 4.8rem;
  }

  .float__link.--app {
    max-width: 12rem;
  }

  .float__link.--gp {
    max-width: 14.7rem;
  }

  .float__code {
    display: none;
  }

  .form__radio {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }

  .form__item input {
    height: 5.5rem;
    padding: 1rem 1.5rem;
  }

  .form__item textarea {
    aspect-ratio: 375/250;
    height: 100%;
    padding: 1.5rem;
  }

  .fv__img {
    aspect-ratio: unset;
    aspect-ratio: 375/773;
  }

  .fv__img img {
    -o-object-position: top;
    object-position: top;
  }

  .fv__inner {
    max-width: 100%;
    padding-top: 2rem;
  }

  .fv__lead {
    font-size: 5.33vw;
    left: 0;
    letter-spacing: 0.1em;
    padding-left: 7.27vw;
    right: auto;
    top: 56.5vw;
    width: 100vw;
  }

  .fv__lead::after {
    background: url(./../images/sp/fv_fukidashi_sp.webp) no-repeat center/100%;
    bottom: -6.37vw;
    height: 9.533vw;
    max-width: 86.4vw;
    right: 4rem;
    right: 12vw;
  }

  .fv__lead span::before {
    height: 2.2rem;
    left: -0.4rem;
    top: -0.7rem;
    width: 1.7rem;
  }

  .fv__details {
    height: 100%;
    max-width: 100%;
  }

  .fv__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .fv__icon {
    width: 16.267vw;
  }

  .fv__ttl {
    margin: 0 auto;
    width: 64vw;
  }

  .fv__cta {
    background: rgba(255, 255, 255, 0.79);
    border-radius: 2rem;
    max-width: calc(100% - 4rem);
    padding: 2.8rem 2.8rem 2rem;
    padding: max(2.8rem, 7.467vw) 2.8rem max(2rem, 5.33vw);
  }

  .fv__cta-txt {
    font-size: 1.5rem;
    gap: 1.4rem;
  }

  .fv__cta-txt::before,
  .fv__cta-txt::after {
    height: 1.9rem;
    width: 2px;
  }

  .fv__cta-ttl {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-top: 0.9rem;
  }

  .fv__cta-items {
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
  }

  .fv__cta-item.--app {
    max-width: 12rem;
  }

  .fv__cta-item.--gp {
    max-width: 14.7rem;
  }

  .fv__btn {
    display: none;
  }

  .introduction {
    padding: 8rem 0;
  }

  .introduction__items {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5rem;
  }

  .introduction__img {
    height: 27.5rem;
    width: 27.5rem;
  }

  .introduction__item:nth-child(1) img {
    max-width: 19rem;
    right: -0.6rem;
    top: 1.4rem;
  }

  .introduction__item:nth-child(2) img {
    left: 0.4rem;
    max-width: 24rem;
    position: relative;
    top: 0.4rem;
  }

  .introduction__item:nth-child(3) img {
    left: -0.3rem;
    max-width: 21.4rem;
  }

  .introduction__ttl {
    font-size: 2rem;
    height: auto;
  }

  .introduction__txt {
    text-align: left;
  }

  .voice {
    padding: 8rem 0 0;
  }

  .voice__items {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
  }

  .voice__ttl {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 580px) {
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .contact__body {
    margin-top: 4.5rem;
  }

  .dl-section {
    height: 280vw;
    max-height: 134rem;
    min-height: 119rem;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 2.667vw;
  }
}

@keyframes bounce1 {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-1rem);
  }

  20% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-1rem);
  }

  40% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(0);
  }

  60% {
    transform: translateY(0);
  }
}

@keyframes bounce2 {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-1rem);
  }

  20% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-1rem);
  }

  40% {
    transform: translateY(0);
  }
}

@keyframes bounce3 {
  0% {
    transform: translateY(0);
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  60% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-1rem);
  }

  80% {
    transform: translateY(0);
  }

  90% {
    transform: translateY(-1rem);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes jump {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-1rem);
  }
}

@keyframes float-y {
  0% {
    transform: translateY(-0.5rem);
  }

  100% {
    transform: translateY(0.5rem);
  }
}

@keyframes bounceJump {
  0%,
  100% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(-2rem);
  }

  10% {
    transform: translateY(0);
  }
}

@keyframes bounceJump_sp {
  0%,
  100% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(-1rem);
  }

  10% {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=style.css.map */
