@keyframes homefvscroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes kurukuru {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@layer page {
  .l-header .p-icon-insta,
  .l-header .l-nav__line,
  .l-header .l-nav__item svg {
    fill: #fff;
    transition: 0.4s fill;
  }
  .is-main-nav-expanded .p-icon-insta,
  .is-main-nav-expanded .l-nav__line,
  .is-main-nav-expanded .l-nav__item svg {
    fill: #000;
  }
  .home-sec-ttl,
  .home-fade {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-timing-function: ease-out;
    will-change: opacity, transform;
  }
  .home-sec-ttl.is-fire,
  .home-fade.is-fire {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .home-sec-ttl,
  .home-glass-left,
  .home-glass-right,
  .home-glass-wa {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .home-sec-ttl {
    transform: translateY(20px);
  }
  .is-fire .home-glass-left,
  .is-fire .home-glass-right,
  .is-fire .home-glass-wa {
    opacity: 1;
    transform: translate(0, 0);
  }
  .is-fire .home-sec-ttl {
    transform: translateY(0px);
    opacity: 1;
  }
  .home-glass-wa {
    transform: translateY(5%);
  }
  .home-glass-left {
    transform-origin: right top;
    transform: translateX(-5%);
  }
  .home-glass-right {
    transform-origin: left top;
    transform: translateX(5%);
  }
  .home-sun-maru,
  .home-sun-wa {
    opacity: 0;
    transition-property: opacity, scale;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    transform-origin: center center;
  }
  .home-sun-wa {
    scale: 0.3;
  }
  .is-fire .home-sun-maru {
    opacity: 1;
  }
  .is-fire .home-sun-wa {
    opacity: 1;
    scale: 1;
  }
  .home-full-img {
    width: 100%;
  }
  .home-fv {
    position: relative;
    background: #d5dae0;
  }
  .home-fv__btn, .home-fv__logo, .home-fv__img {
    transition: 0.8s all;
    opacity: 0;
  }
  .home-fv.is-ready .home-fv__btn,
  .home-fv.is-ready .home-fv__logo,
  .home-fv.is-ready .home-fv__img {
    opacity: 1;
    transform: translateY(0);
  }
  .home-fv__img {
    width: 100%;
  }
  .home-fv__logo {
    transition-delay: 0.5s;
    transform: translateY(5%);
    position: absolute;
  }
  @media screen and (min-width: 768px) {
    .home-fv__logo {
      left: 4.375rem;
      top: 3.125rem;
      width: 28rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__logo {
      left: 2.6666666667vw;
      top: 2.6666666667vw;
      width: 51.0666666667vw;
    }
  }
  .home-fv__text {
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.875rem;
  }
  @media screen and (min-width: 768px) {
    .home-fv__text {
      left: 50%;
      top: 12.5rem;
      transform: translateX(18.125rem);
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__text {
      right: 6.6666666667vw;
      top: 29.3333333333vw;
      gap: 3.4666666667vw;
    }
  }
  .home-fv__text img {
    width: 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-fv__text img {
      width: 4vw;
    }
  }
  .home-fv__btn {
    position: absolute;
    transition-delay: 1s;
  }
  @media screen and (min-width: 768px) {
    .home-fv__btn {
      left: 10.5rem;
      top: 33.125rem;
    }
    .home-fv__btn img {
      width: 15.8125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__btn {
      bottom: 5.3333333333vw;
      left: 5.3333333333vw;
    }
    .home-fv__btn img {
      width: 38.6666666667vw;
    }
  }
  .home-fv__btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../../img/btn/buy_wa.png") 50% 50%/contain no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    animation: 20s linear infinite kurukuru;
    transform: translate3d(0, 0, 0);
  }
  .home-fv__scroll {
    position: absolute;
    writing-mode: vertical-rl;
    bottom: -4.6875rem;
    right: 1.875rem;
    letter-spacing: 0.06em;
    z-index: 4;
    width: 1.375rem;
    height: 12.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-fv__scroll {
      font-size: 2.1333333333vw;
      height: 26.6666666667vw;
      right: 2.6666666667vw;
      bottom: 2.6666666667vw;
    }
  }
  .home-fv__scroll::before, .home-fv__scroll::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #afb5b9;
  }
  .home-fv__scroll::after {
    background-color: var(--main);
    animation: homefvscroll 1.5s infinite;
  }
  .home-fv__scroll-label {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: var(--en-sans);
    font-size: 0.75rem;
    line-height: 1.1;
  }
  .home-latest-post {
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  @media screen and (min-width: 768px) {
    .home-latest-post {
      padding: 1.75rem 5rem;
      gap: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-latest-post {
      gap: 2.6666666667vw;
      padding: 2.6666666667vw 4vw;
      font-size: 3.7333333333vw;
    }
  }
  .home-latest-post__ttl {
    font-family: var(--en-sans);
  }
  .home-latest-post__name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 53.3333333333vw;
  }
  .home-latest-post__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  @media screen and (min-width: 768px) {
    .home-latest-post__content {
      gap: 1.25rem;
    }
  }
  .home-latest-post__date {
    font-family: var(--en-sans);
  }
  @media screen and (min-width: 768px) {
    .home-news {
      margin: 15rem auto 0 auto;
      width: 62.5rem;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .home-news {
      margin-top: 16vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-news__inner {
      display: grid;
      grid-template-columns: 16.875rem 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    .home-news__hdr {
      margin-bottom: 6.6666666667vw;
    }
  }
  .home-news__ttl {
    width: 8.3125rem;
    font-weight: 600;
  }
  @media screen and (min-width: 768px) {
    .home-news__body {
      padding-top: 6.25rem;
    }
  }
  .home-news__wbtn {
    font-size: 1.125rem;
    font-weight: 500;
  }
  @media screen and (min-width: 768px) {
    .home-news__wbtn {
      margin-top: 5rem;
    }
  }
  .home-news__wbtn a {
    display: inline-flex;
    gap: 0.625rem;
  }
  @media (hover: hover) {
    .home-news__wbtn a:hover {
      text-decoration: underline;
    }
  }
  .home-concept {
    display: flex;
    flex-direction: row-reverse;
  }
  @media screen and (min-width: 768px) {
    .home-concept {
      width: 68.75rem;
      margin-top: 6.75rem;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      gap: 4.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept {
      justify-content: space-between;
      padding: 21.3333333333vw 8vw 0 8vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-concept__body {
      display: flex;
      flex-direction: row-reverse;
      gap: 3.75rem;
    }
  }
  @media screen and (min-width: 768px) {
    .home-concept__img {
      width: 26.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__img {
      position: relative;
      padding-top: 3.125rem;
      left: 13.3333333333vw;
      width: 61.3333333333vw;
    }
  }
  .home-concept__ttl {
    width: 5.9375rem;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .home-concept__ttl {
      width: 12.6666666667vw;
    }
  }
  .home-concept__ttl img {
    position: relative;
    width: 2.25rem;
  }
  .home-concept__ttl img:nth-child(2) {
    width: 2.1875rem;
    top: -0.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-concept__ttl img {
      width: 4.8vw;
    }
    .home-concept__ttl img:nth-child(2) {
      width: 4.6666666667vw;
      top: 0vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-concept__text {
      margin-top: 4rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__text {
      margin-top: 8vw;
      width: 65.3333333333vw;
    }
  }
  .home-concept__text img {
    width: 100%;
  }
  .home-concept__text svg {
    width: 26.625rem;
    height: 36.1875rem;
  }
  .home-concept__text path {
    fill: #333;
    fill-rule: evenodd;
  }
  .home-feature {
    margin-top: 14.375rem;
  }
  .home-feature__img {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .home-feature__img {
      overflow: hidden;
      padding-top: 6vw;
    }
  }
  .home-feature__logo {
    position: absolute;
  }
  @media screen and (min-width: 768px) {
    .home-feature__logo {
      right: 4.375rem;
      top: -6.75rem;
      width: 27rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-feature__logo {
      top: 0vw;
      right: -1.3333333333vw;
      width: 52.6666666667vw;
    }
  }
  .home-feature__lead {
    position: absolute;
    left: 10.9375rem;
    top: 7.5rem;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-feature__lead {
      left: 5.3333333333vw;
      top: 12vw;
      gap: 2.4vw;
    }
  }
  .home-feature__lead img {
    width: calc(var(--my-width) / 16 * 1rem);
  }
  @media screen and (max-width: 767px) {
    .home-feature__lead img {
      width: calc(var(--my-width) / 650 * 100vw);
    }
  }
  .home-feature__lead svg {
    width: 16.25rem;
    height: 22.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-feature__lead svg {
      width: 37.8666666667vw;
      height: 59.0666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-feature__content {
      width: 70rem;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-top: 12.5rem;
      padding-bottom: 11.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-feature__content {
      padding: 21.3333333333vw 5.3333333333vw;
    }
  }
  .home-feature__hdr {
    margin-bottom: 5rem;
  }
  @media screen and (min-width: 768px) {
    .home-feature__ttl {
      width: 16.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-feature__ttl {
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-feature__ttl img {
      width: 59.2vw;
    }
  }
  .home-feature__list {
    display: flex;
  }
  @media screen and (min-width: 768px) {
    .home-feature__list {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 6.6964285714%;
    }
  }
  @media screen and (max-width: 767px) {
    .home-feature__list {
      flex-direction: column;
      gap: 9.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-feature__list > li {
      width: 28.5714285714%;
    }
    .home-feature__list > li:nth-child(2) {
      margin-top: -5rem;
    }
    .home-feature__list > li:nth-child(3) {
      margin-top: -10rem;
    }
  }
  .home-feature__count {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0.5rem;
    margin-bottom: 2.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-feature__count {
      gap: 1.3333333333vw;
      margin-bottom: 4vw;
      justify-content: center;
    }
  }
  .home-feature__count p {
    font-size: 2.5rem;
    font-family: var(--en-sans);
    color: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .home-feature__count p {
      font-size: 6.6666666667vw;
      line-height: 1;
      margin-left: -8vw;
    }
  }
  .home-feature__count img {
    width: 12rem;
  }
  @media screen and (max-width: 767px) {
    .home-feature__count img {
      width: 26.6666666667vw;
    }
  }
  .home-feature__sttl {
    margin-bottom: 2.1875rem;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.5384615385;
  }
  @media screen and (max-width: 767px) {
    .home-feature__sttl {
      font-size: 3.7333333333vw;
      margin-bottom: 4vw;
    }
  }
  .home-feature__text {
    line-height: 1.875;
  }
  @media screen and (max-width: 767px) {
    .home-feature__text {
      font-size: 3.4666666667vw;
    }
  }
  .home-seen {
    position: relative;
  }
  .home-seen.is-2 {
    z-index: 3;
  }
  .home-seen__text {
    position: absolute;
  }
  @media screen and (min-width: 768px) {
    .home-seen__text {
      right: 16.875rem;
      top: 10.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-seen__text {
      top: 9.3333333333vw;
      right: 12vw;
    }
  }
  .home-seen__text svg {
    width: 8.5rem;
    height: 22.0625rem;
  }
  @media screen and (max-width: 767px) {
    .home-seen__text svg {
      width: 19.8666666667vw;
      height: 58vw;
    }
  }
  .home-seen__text path {
    fill: #000;
    fill-rule: evenodd;
  }
  .home-omakase .home-sec {
    margin-top: 0;
    background: transparent;
  }
  @media screen and (min-width: 768px) {
    .home-omakase .home-sec {
      padding-top: 0rem;
      padding-bottom: 5.625rem;
    }
  }
  .home-image {
    position: sticky;
    top: 0;
  }
  .home-image__photo {
    width: 100%;
    height: 100vh;
  }
  .home-image__photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .home-sec + .home-sec {
    margin-top: 7.5rem;
  }
  .home-sec {
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0) 100%);
    padding-top: 11.875rem;
    padding-bottom: 18.125rem;
  }
  .home-sec.is-on {
    z-index: 3;
  }
  .home-sec.is-null {
    position: relative;
    height: 1px;
    overflow: visible;
    padding: 0;
    z-index: 2;
  }
  .home-sec.is-null::before {
    pointer-events: none;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 300vh;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.8s opacity;
    opacity: 0;
  }
  .home-sec.is-null.is-fire::before {
    opacity: 1;
  }
  @media screen and (max-width: 767px) {
    .home-sec {
      padding-top: 25.3333333333vw;
      padding-bottom: 38.6666666667vw;
    }
  }
  .home-sec__hdr {
    text-align: center;
    margin-bottom: 5rem;
  }
  @media screen and (max-width: 767px) {
    .home-sec__hdr {
      margin-bottom: 5.3333333333vw;
    }
  }
  .home-sec__icon {
    margin-bottom: 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-sec__icon {
      margin-bottom: 2.6666666667vw;
    }
  }
  .home-sec__icon svg {
    fill: #fff;
    fill-rule: evenodd;
  }
  .home-sec__icon-glass {
    width: 9.25rem;
    height: 5.1875rem;
  }
  @media screen and (max-width: 767px) {
    .home-sec__icon-glass {
      width: 19.7333333333vw;
      height: 11.0666666667vw;
    }
  }
  .home-sec__icon-sun {
    width: 5.5rem;
    height: 5.4375rem;
  }
  @media screen and (max-width: 767px) {
    .home-sec__icon-sun {
      width: 11.7333333333vw;
      height: 11.6vw;
    }
  }
  .home-sec__ttl img {
    width: auto;
    height: 5.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-sec__ttl img {
      height: 11.2vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-sec__list {
      justify-content: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 2.1875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-sec__list {
      margin-top: 5.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-sec__list.is-col3 {
      position: relative;
      height: 101.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-sec__list.is-col3 > li {
      gap: 3.125rem;
    }
    .home-sec__list.is-col3 > li:first-child, .home-sec__list.is-col3 > li:last-child {
      translate: 0 -11.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-sec__list.is-col3 > li {
      position: absolute;
    }
    .home-sec__list.is-col3 > li:nth-child(1) {
      top: 0;
      left: 6.6666666667vw;
    }
    .home-sec__list.is-col3 > li:nth-child(2) {
      top: 33.3333333333vw;
      right: 1.3333333333vw;
    }
    .home-sec__list.is-col3 > li:nth-child(3) {
      top: 71.3333333333vw;
      left: 4vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-sec__list.is-col4 {
      position: relative;
      height: 133.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-sec__list.is-col4 > li:first-child, .home-sec__list.is-col4 > li:last-child {
      translate: 0 -17.8125rem;
    }
    .home-sec__list.is-col4 > li:first-child {
      margin-right: -7.5rem;
    }
    .home-sec__list.is-col4 > li:last-child {
      margin-left: -7.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-sec__list.is-col4 > li {
      position: absolute;
    }
    .home-sec__list.is-col4 > li:nth-child(1) {
      top: 0;
      left: 6.6666666667vw;
    }
    .home-sec__list.is-col4 > li:nth-child(2) {
      top: 32vw;
      right: 1.3333333333vw;
    }
    .home-sec__list.is-col4 > li:nth-child(3) {
      top: 62vw;
      left: 2.6666666667vw;
    }
    .home-sec__list.is-col4 > li:nth-child(4) {
      top: 90.6666666667vw;
      right: 1.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-sec__list > li img {
      width: 20.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-sec__list > li img {
      width: calc(var(--my-sp-w) / 720 * 100vw);
    }
  }
  .home-shopping {
    margin-top: 12.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-shopping {
      margin-top: 24.8vw;
    }
  }
  .home-shopping__hdr {
    margin-bottom: 4.6875rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .home-shopping__hdr {
      margin-bottom: 5.3333333333vw;
    }
  }
  .home-shopping__ttl img {
    width: 17.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-shopping__ttl img {
      width: 36.8vw;
    }
  }
  .home-shopping__lead {
    margin-top: 3.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-shopping__lead {
      margin-bottom: 8vw;
    }
  }
  .home-shopping__lead img {
    width: 35.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-shopping__lead img {
      width: 84.5333333333vw;
    }
  }
  .home-shopping__row {
    display: flex;
  }
  @media screen and (min-width: 768px) {
    .home-shopping__row {
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 4.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-shopping__row {
      flex-direction: column-reverse;
    }
  }
  @media screen and (min-width: 768px) {
    .home-shopping__img {
      width: 31.5625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-shopping__img {
      padding: 8vw 0;
      text-align: center;
    }
    .home-shopping__img img {
      width: 73.3333333333vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-shopping__wtext {
      width: 34.0625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-shopping__wtext {
      padding: 0 5.3333333333vw;
      font-size: 3.4666666667vw;
    }
  }
  .home-shopping__shdr {
    margin-bottom: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-shopping__shdr {
      margin-bottom: 2.6666666667vw;
    }
  }
  .home-shopping__sttl {
    font-size: 1.75rem;
    font-weight: 600;
  }
  @media screen and (max-width: 767px) {
    .home-shopping__sttl {
      font-size: 4.5333333333vw;
    }
  }
  .home-shopping__wlink {
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .home-shopping__wlink {
      margin-top: 2.5rem;
    }
  }
  .home-shopping__wlink img {
    width: 16.0625rem;
  }
  @media screen and (max-width: 767px) {
    .home-shopping__wlink img {
      width: 46.6666666667vw;
    }
  }
  .home-spec dt {
    font-weight: 600;
  }
  .home-spec dd {
    line-height: 1.5625;
  }
  .home-spec__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-spec__row:not(:first-child) {
    margin-top: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-spec__row:not(:first-child) {
      margin-top: 2.6666666667vw;
    }
  }
  .home-spec__row dt {
    width: 5.625rem;
  }
  @media screen and (max-width: 767px) {
    .home-spec__row dt {
      width: 18.1333333333vw;
    }
  }
  .home-spec__row dd {
    width: calc(100% - 5.625rem);
  }
  @media screen and (max-width: 767px) {
    .home-spec__row dd {
      width: calc(100% - 18.1333333333vw);
    }
  }
  @media screen and (min-width: 768px) {
    .home-spec__energy {
      margin-top: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-spec__energy {
      margin-top: 2.6666666667vw;
    }
  }
  .home-spec__energy dt {
    margin-bottom: 0.2em;
  }
  .home-faq {
    margin-top: 14.375rem;
  }
  @media screen and (min-width: 768px) {
    .home-faq {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 6.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq {
      margin-top: 25.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__hdr {
      margin-bottom: 9.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__ttl {
      text-align: center;
    }
  }
  .home-faq__ttl img {
    width: 2.6875rem;
  }
  @media screen and (max-width: 767px) {
    .home-faq__ttl img {
      width: 39.8666666667vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-faq__body {
      width: 54.375rem;
      max-width: 100%;
    }
  }
  @media screen and (min-width: 768px) {
    .home-faq__unit {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
  .home-faq__unit:not(:first-child) {
    margin-top: 3.75rem;
  }
  .home-faq__count {
    text-align: center;
    font-family: var(--en-sans);
    font-size: 1.1875rem;
    line-height: 1.1;
    font-weight: 200;
  }
  @media screen and (min-width: 768px) {
    .home-faq__count {
      width: 6.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__count {
      font-size: 2.5333333333vw;
    }
  }
  .home-faq__count span {
    display: block;
    font-weight: 300;
    font-size: 5.25rem;
    letter-spacing: 0.04em;
  }
  @media screen and (max-width: 767px) {
    .home-faq__count span {
      font-size: 11.2vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-faq__box {
      width: 45rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__box {
      padding: 0 5.3333333333vw;
    }
  }
  .home-faq__q {
    margin-bottom: 1.25rem;
    font-weight: 600;
    font-size: 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-faq__q {
      margin: 4vw 0;
      font-size: 3.4666666667vw;
    }
  }
  .home-faq__a {
    font-size: 1.0625rem;
    line-height: 1.6470588235;
  }
  @media screen and (max-width: 767px) {
    .home-faq__a {
      font-size: 3.4666666667vw;
    }
  }
}