@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
body.is-nav-open {
  overflow: hidden;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #009082;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.section-title h2 {
  position: relative;
  z-index: 1;
}
.section-title sub {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Italianno", cursive;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-style: normal;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 8rem;
  color: #EAEAEA;
  z-index: 0;
  white-space: nowrap;
}

.btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}
.btn--yellow {
  background-color: #FFD93D;
  color: #000000;
}
.btn--yellow:hover {
  background-color: #ffcf0a;
}
.btn--teal {
  background-color: #ADEBE5;
  color: #FFFFFF;
}
.btn--teal:hover {
  background-color: #009082;
}
.btn--large {
  width: 100%;
  padding: 16px;
  font-size: 1.1rem;
}
.btn--instagram {
  background: linear-gradient(45deg, #833AB4, #FD1D1D);
  color: #FFFFFF;
  padding: 16px 48px;
  border-radius: 30px;
  margin: 2rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--instagram:hover {
  opacity: 0.9;
}

.header {
  background-color: #FFFFFF;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header__inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 0px;
  left: 10%;
  -webkit-transition: width 0.3s ease, height 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, top 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease, top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header--scrolled .header__logo {
  width: 80px;
  height: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.header__instagram {
  font-size: 2rem;
  color: #000000;
  text-decoration: none;
}
.header__instagram:hover {
  color: #833AB4;
}
.header__contact {
  display: block;
  line-height: 1.2;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
}
.header__hours {
  color: #666666;
  font-size: 0.75rem;
}
.header__btn .fas {
  margin-right: 0.5rem;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  background-color: #ADEBE5;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1002;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header__menu span {
  width: 25px;
  height: 3px;
  background-color: #000000;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  display: block;
}
.header__menu.is-open {
  background-color: #ADEBE5;
}
.header__menu.is-open span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.header__menu.is-open span:nth-child(2) {
  opacity: 0;
}
.header__menu.is-open span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}
.header__nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ADEBE5;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header__nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.header__nav-inner {
  width: 100%;
  max-width: 400px;
  padding: 2rem;
}
.header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.header__nav-list a {
  display: block;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header__nav-list a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #009082;
}
.header__nav-list .nav-contact {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__nav-list .nav-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    font-size: 0.75rem;
    color: #000000;
  }
  .header__nav-list .nav-contact .nav-phone {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .header__nav-list .nav-contact .nav-hours {
    font-size: 0.75rem;
  }
}
.logo {
  font-family: "Dela Gothic One", cursive;
  font-size: 2rem;
  color: #ADEBE5;
  line-height: 1;
}

.logo__subtitle {
  font-size: 0.75rem;
  color: #000000;
  margin: 0;
  margin-top: 4px;
}

.hero {
  position: relative;
  height: calc(100vh - 100px);
  width: 95%;
  margin: 0 0 0 5%;
}
.hero__image {
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
  background: url("../images/kv.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__title {
  position: absolute;
  top: 8%;
  right: 5%;
}
.hero__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .quick-links {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
}
.hero .quick-links__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hero .quick-link {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 5px solid #ADEBE5;
  background-color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hero .quick-link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.hero .quick-link__icon {
  display: block;
  margin: 0 auto 1rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}
.hero .quick-link__label {
  font-size: 0.9rem;
  margin: 0;
}

.about {
  padding: 8rem 0 4rem;
}
.about__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.about__text {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.about__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about__icon-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__icon-item .about__icon-item-inner {
  width: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #000000;
  background-color: #F0FFFE;
  padding: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about__icon-item .about__icon-item-inner img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__icon-item p {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  margin-top: 10px;
  text-align: center;
}
.about__items {
  border: 2px solid #ADEBE5;
  padding: 2rem;
  background-color: #FFFFFF;
}
.about__items-text {
  margin: 0;
  line-height: 2;
  font-size: 0.95rem;
}

.car-banner {
  padding: 4rem 0;
  background-size: cover;
  background-position: center;
}
.car-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.car-banner__content {
  text-align: center;
}
.car-banner__content a {
  display: block;
  width: 100%;
  height: 100%;
}
.car-banner__content a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.car-banner__content a:hover img {
  opacity: 0.8;
}
.car-banner__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
}

.purchase {
  padding: 6rem 0;
  background-color: #F0FFFE;
}
.purchase__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.purchase__intro {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}
.purchase__methods {
  display: block;
}
.purchase__method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  margin-bottom: 2rem;
}
.purchase__method-image {
  width: 50%;
}
.purchase__method-content {
  width: 50%;
  padding: 2rem;
}
.purchase__method-content a {
  display: block;
  width: 300px;
  padding: 10px;
  margin: 10px auto 0;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border: 2px solid #ADEBE5;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.purchase__method-content a:hover {
  background-color: #ADEBE5;
  color: #FFFFFF;
}
.purchase__method-text {
  line-height: 1.8;
}

.instagram {
  padding: 6rem 0;
  background-color: #F5F5F5;
}
.instagram__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.instagram__text {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 4rem;
}
.instagram__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}
.instagram__qr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.instagram__qr-code {
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 5rem;
  color: #000000;
}
.instagram__feed {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.instagram__post {
  aspect-ratio: 1;
  background-color: #000000;
  border-radius: 4px;
}
.instagram__widget {
  grid-column: 1/-1;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #CCCCCC;
  font-size: 0.9rem;
}

.contact {
  padding: 4rem 0;
  background-color: #FFFFFF;
}
.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.contact__phone {
  text-align: center;
  margin-bottom: 3rem;
}
.contact__subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.contact__phone-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contact__phone-icon {
  font-size: 3rem;
  color: #009082;
}
.contact__phone-number {
  font-size: 3rem;
  font-weight: 700;
  color: #009082;
}
.contact__hours {
  color: #666666;
  font-size: 0.9rem;
}
.contact__email {
  text-align: center;
  margin-bottom: 3rem;
}
.contact__email-address {
  font-size: 2rem;
  color: #009082;
  font-weight: 600;
}
.contact__form {
  max-width: 800px;
  margin: 0 auto;
}
.contact__form-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}

.form {
  border: 2px solid rgba(173, 235, 229, 0.3);
  border-radius: 8px;
  padding: 2rem;
  background-color: #F5F5F5;
}
.form__group {
  margin-bottom: 1.5rem;
}
.form__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000000;
}
.form__input, .form__select, .form__textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__input:focus, .form__select:focus, .form__textarea:focus {
  outline: none;
  border-color: #ADEBE5;
}
.form__textarea {
  min-height: 150px;
  resize: vertical;
}

.shop {
  padding: 4rem 0;
  background-color: #F5F5F5;
}
.shop__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.shop__info {
  text-align: center;
  margin-bottom: 2rem;
}
.shop__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1rem;
}
.shop__address, .shop__contact {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0.5rem 0;
}
.shop__map {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #FFFFFF;
  color: #FFFFFF;
  padding: 3rem 0;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
.footer__logo {
  margin-bottom: 2rem;
}
.footer .logo img {
  width: 200px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__copyright {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 1.5rem;
  }
  .header__logo {
    width: 120px;
    height: 120px;
    left: 5%;
  }
  .header--scrolled .header__logo {
    width: 64px;
    height: 64px;
  }
  .hero {
    height: min(500px, 60vh);
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .hero__image {
    border-radius: 0;
  }
  .hero__title img {
    max-width: 90%;
    height: auto;
  }
  .hero .quick-links {
    bottom: -60px;
    padding: 0 1rem;
  }
  .hero .quick-links__inner {
    padding: 0 1rem;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero .quick-link {
    width: 120px;
    height: 120px;
    border-width: 4px;
  }
  .hero .quick-link__icon {
    font-size: 1rem;
  }
  .hero .quick-link__label {
    font-size: 0.7rem;
  }
  .about {
    padding: 6rem 0 3rem;
  }
  .about__inner {
    padding: 0 1.5rem;
  }
  .about__icon-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 1rem);
            flex: 0 0 calc(25% - 1rem);
  }
  .purchase__method {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .purchase__method-image, .purchase__method-content {
    width: 50%;
  }
  .purchase__method-content a {
    width: 100%;
    max-width: 260px;
  }
  .instagram__inner {
    padding: 0 1.5rem;
  }
  .instagram__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .instagram__qr {
    position: relative;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .instagram__feed {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    max-width: 100%;
    padding: 0 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__logo {
    width: 80px;
    height: 80px;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header--scrolled .header__logo {
    width: 56px;
    height: 56px;
  }
  .header__right {
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__contact {
    display: none;
  }
  .header__btn {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
  .header__btn .fas {
    margin-right: 0.25rem;
  }
  .header__instagram {
    font-size: 1.5rem;
  }
  .hero {
    height: min(400px, 55vh);
    min-height: 320px;
  }
  .hero__title {
    top: 5%;
    right: 2%;
    left: 2%;
    text-align: center;
  }
  .hero__title img {
    max-width: 100%;
  }
  .hero .quick-links {
    bottom: -50px;
    padding: 0 0.75rem;
  }
  .hero .quick-links__inner {
    padding: 0 0.75rem;
    gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .quick-link {
    width: 25vw;
    height: 25vw;
    max-width: 110px;
    max-height: 110px;
    border-width: 3px;
  }
  .hero .quick-link__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25rem;
    margin: 0;
  }
  .hero .quick-link__icon img {
    max-width: 32px;
    max-height: 32px;
  }
  .hero .quick-link__label {
    font-size: 0.7rem;
    line-height: 1.2;
    margin-top: 0.25rem;
  }
  .section-title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  .section-title sub {
    font-size: 4rem;
  }
  .about {
    padding: 5rem 0 2.5rem;
  }
  .about__inner {
    padding: 0 1rem;
  }
  .about__text {
    font-size: 1rem;
    margin-bottom: 2rem;
    padding: 0 0.25rem;
  }
  .about__icons {
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
  .about__icon-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.5rem);
            flex: 0 0 calc(33.333% - 0.5rem);
  }
  .about__icon-item-inner {
    padding: 12%;
  }
  .about__icon-item p, .about__icon-label {
    font-size: 0.85rem;
  }
  .about__items {
    padding: 1.25rem;
  }
  .about__items-text {
    font-size: 0.85rem;
    line-height: 1.7;
  }
  .car-banner {
    padding: 2.5rem 0;
  }
  .car-banner__inner {
    padding: 0 1rem;
  }
  .car-banner__title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .purchase {
    padding: 4rem 0;
  }
  .purchase__inner {
    padding: 0 1rem;
  }
  .purchase__intro {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .purchase__method {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem;
  }
  .purchase__method-image {
    width: 100%;
  }
  .purchase__method-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .purchase__method-content {
    width: 100%;
    padding: 1.25rem;
  }
  .purchase__method-content a {
    width: 100%;
    max-width: none;
  }
  .instagram {
    padding: 4rem 0;
  }
  .instagram__inner {
    padding: 0 1rem;
  }
  .instagram__text {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .instagram__qr-code {
    width: 120px;
    height: 120px;
  }
  .instagram__feed {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
  }
  .instagram__widget {
    min-height: 280px;
  }
  .btn--instagram {
    padding: 14px 32px;
    font-size: 0.95rem;
    margin: 1.5rem auto 0;
  }
  .contact {
    padding: 3rem 0;
  }
  .contact__inner {
    padding: 0 1rem;
  }
  .contact__subtitle {
    font-size: 1.1rem;
  }
  .contact__phone-icon {
    font-size: 2rem;
  }
  .contact__phone-number {
    font-size: 1.5rem;
    word-break: break-all;
  }
  .contact__email-address {
    font-size: 1.25rem;
    word-break: break-all;
  }
  .shop {
    padding: 3rem 0;
  }
  .shop__inner {
    padding: 0 1rem;
  }
  .shop__map iframe {
    height: 300px;
  }
  .footer {
    padding: 2rem 0;
  }
  .footer .logo img {
    width: 140px;
  }
  .footer__copyright {
    font-size: 0.7rem;
    padding: 0 0.5rem;
  }
  .form {
    padding: 1.25rem;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/* fadeMv */
.fadeMv {
  -webkit-animation-name: fadeMvAnime;
          animation-name: fadeMvAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeMvAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeMvAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* humanLAnime */
.humanL {
  -webkit-animation-name: humanLAnime;
          animation-name: humanLAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes humanLAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes humanLAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* humanRAnime */
.humanR {
  -webkit-animation-name: humanRAnime;
          animation-name: humanRAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes humanRAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes humanRAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeMvTrigger {
  opacity: 0;
}

.humanLTrigger {
  opacity: 0;
}

.humanRTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */