@charset "UTF-8";
body {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  body {
    max-width: rm(1000);
    margin-inline: auto;
  }
}

.hidden-sp {
  display: none;
}
@media (max-width: 767px) {
  .hidden-sp {
    display: inline;
  }
}

.hidden-md {
  display: inline;
}
@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

/* 初期状態：SP表示を前提にする */
.sp-only {
  display: inline-block;
}

.pc-only {
  display: none;
}

/* PCのとき：768px以上で切り替え */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: inline-block;
  }
}
html, body {
  overflow-x: hidden;
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1000 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .main__container {
    position: relative;
    z-index: 1;
    width: min(1000px, 100%);
    margin-inline: auto;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .header {
    padding-left: 1.25rem;
    padding-right: 3.125rem;
    max-width: 62.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header__inner {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-block: 1.25rem;
    grid-template-columns: 250px 1fr;
  }
}

.header__logo img {
  height: 2.25rem;
  width: 2.25rem;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    height: auto;
    width: 18.75rem;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header__nav {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.header__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #645f5f;
  color: #fff;
  padding-top: 0.1875rem;
  padding-bottom: 0.125rem;
  width: 5.721875rem;
  border-radius: 0.458125rem;
  text-align: center;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .header__btn {
    width: 13.75rem;
    padding-block: 1.25rem;
    font-size: 1.875rem;
    border-radius: 1.25rem;
  }
}
.fv {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 9.375rem;
  }
}

.fv__img img {
  width: 100%;
}

.cta {
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

@media screen and (min-width: 768px) {
  .silver {
    background-image: url(../img/cta-pc-bg.png);
  }
}

.cta__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    width: min(90rem, 100%);
    padding-inline: 3.125rem;
    margin-inline: auto;
  }
}

.cta__link {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta__link img {
    width: 65.4375rem;
  }
}

.about__title {
  width: 100%;
  display: block;
  text-align: center;
  margin-inline: auto;
}
.problem-definition {
  background-image: url(../img/problem-definition-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.8125rem;
  padding-bottom: 2.6875rem;
  height: 34.125rem;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .problem-definition {
    background-image: url(../img/problem-definition-bg-pc.png);
    padding-bottom: 41.25rem;
  }
}

.problem-definition__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .problem-definition__inner {
    width: min(62.5rem, 100%);
    padding-inline: 3.125rem;
    margin-inline: auto;
  }
}

.problem-definition__title {
  text-align: center;
  margin-bottom: 7.125rem;
  font-size: 1.5625rem;
  color: #ffffff;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 600;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 768px) {
  .problem-definition__title {
    font-size: 3.4375rem;
    margin-bottom: 4.375rem;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
  }
}

.problem-definition__box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .problem-definition__box {
    width: 46.25rem;
  }
}

.problem-definition__box-title {
  font-size: 1.0625rem;
  border: 0.0625rem solid #000000;
  background: #f6ecec;
  border-radius: 1.125rem;
  display: inline-block;
  padding-block: 0.375rem;
  padding-inline: 0.8125rem;
  position: absolute;
  top: -1.125rem;
  left: 3.125rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .problem-definition__box-title {
    font-size: 2.375rem;
    left: 5.625rem;
  }
}

.problem-definition__box-texts-contents {
  border: 0.09375rem solid #000000;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  padding-inline: 0.625rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .problem-definition__box-texts-contents {
    padding-top: 4.375rem;
  }
}

.problem-definition__box-texts {
  font-size: 1.03125rem;
  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.6875rem;
  padding-left: 1.875rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .problem-definition__box-texts {
    font-size: 2.1875rem;
    padding-left: 6.25rem;
    text-decoration: underline;
  }
}
.problem-definition__box-texts .problem-definition__box-text {
  position: relative;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
}
.problem-definition__box-texts .problem-definition__box-text::before {
  position: absolute;
  content: "";
  background-image: url(../img/iconレ.png);
  height: 0.9375rem;
  width: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: -1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .problem-definition__box-texts .problem-definition__box-text::before {
    width: 2.5625rem;
    height: 2.125rem;
    left: -4.375rem;
  }
}

.solution {
  background-image: url(../img/solution-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 43.25rem;
  position: relative;
  margin-top: -3.6875rem;
}

.solution__title {
  position: absolute;
  left: 5rem;
  top: -1.375rem;
}
@media screen and (min-width: 768px) {
  .solution__title {
    left: 17.5rem;
    top: 1.875rem;
  }
}
.solution__title img {
  width: 14.375rem;
  height: 5.25rem;
}
@media screen and (min-width: 768px) {
  .solution__title img {
    width: 37.5rem;
    height: 12.5rem;
  }
}

.point {
  padding-bottom: 3.375rem;
}

.point__title-bg {
  background-color: #896a40;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.point__title {
  color: #ffffff;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
}
.point__title span {
  font-size: 1.3125rem;
}

.point__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.point-cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.point__explanation {
  margin-bottom: 2.5rem;
}

.point-card {
  background-color: #d8d3ce;
  padding-top: 1.875rem;
  padding-bottom: 1.5625rem;
  padding-inline: 1.875rem;
}

.point-card__top {
  text-align: center;
  margin-inline: auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point-card__img {
  width: 16.875rem;
  display: block;
}
.point-card__bottom-title {
  color: #8c6f31;
  margin-top: 1.375rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.8125rem;
}

.point-card__bottom-text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.125rem;
  color: #2a2826;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .point-pc {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .pc-point-decoration {
    position: absolute;
    width: 50rem;
    left: 16.25rem;
    top: -3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-point {
    padding-top: 3.75rem;
    padding-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-point__title-bg {
    background-color: #896a40;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-point__title {
    color: #ffffff;
    text-align: center;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    font-size: 5rem;
    font-weight: 500;
  }
  .pc-point__title span {
    font-size: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-point__inner {
    width: min(62.5rem, 100%);
    padding-inline: 6.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .pc-point__explanation {
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-point-cards__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.reason {
  padding-bottom: 1.25rem;
}

.reason__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.reason-cards__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35), 0 6px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35), 0 6px 10px rgba(0, 0, 0, 0.25);
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1875rem;
}

.reason-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 0.9375rem;
}

.reason-card__title-tag {
  border: 0.0625rem solid #000000;
  display: inline-block;
  padding-top: 0.1875rem;
  padding-bottom: 0.375rem;
  padding-inline: 0.1875rem;
  font-size: 1.25rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.7);
          box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.7);
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  color: #201e1d;
  width: 7.5rem;
  text-align: center;
}

.reason-card__title-text {
  color: #8c6f31;
  font-size: 1.25rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  text-align: center;
  line-height: 1.4375rem;
  white-space: nowrap;
  letter-spacing: 0.003125rem;
}

.text-small {
  font-size: 1rem;
  letter-spacing: 0.1;
}

.reason__card__bottom-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reason-card__img {
  width: 17.5rem;
  display: inline-block;
  text-align: center;
  margin-inline: auto;
}
.reason-card__img img {
  text-align: center;
}

.reason-card__text {
  font-size: 1.125rem;
  font-family: "source-han-sans-japanese", sans-serif;
}

#flow {
  position: relative;
}
#flow::before {
  content: "";
  display: block;
  height: 5rem;
  margin-top: -5rem;
}

.scalp-ink {
  background-image: url(../img/scalp-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  height: 30rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .scalp-ink {
    height: 56.25rem;
    width: min(62.5rem, 100%);
    padding-inline: 3.125rem;
    margin-inline: auto;
    margin-top: 18.75rem;
    z-index: -2;
  }
}

.scalp-ink__inner {
  text-align: center;
}

.scalp-ink__title-tag {
  position: absolute;
  width: 100%;
  height: 14.0625rem;
  left: 0rem;
}
@media screen and (min-width: 768px) {
  .scalp-ink__title-tag {
    width: 62.5rem;
    height: auto;
    left: 0rem;
    bottom: 48.75rem;
    z-index: -1;
  }
}

.scalp-ink__texts {
  padding-top: 9.6875rem;
  text-align: center;
  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; /* ← 横中央寄せ（文字数分の幅で） */
  gap: 1.125rem;
  margin-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .scalp-ink__texts {
    padding-top: 7.5rem;
    margin-bottom: 11.25rem;
  }
}

.scalp-ink__text0 {
  color: #000;
  display: inline-block;
  opacity: 0.7;
  font-size: 1.8125rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .scalp-ink__text0 {
    font-size: 5rem;
    margin-bottom: 2.5rem;
  }
}
.scalp-ink__text0::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: rgb(255, 255, 255);
  -webkit-filter: blur(3.75rem);
          filter: blur(3.75rem);
  z-index: -1;
  pointer-events: none;
}
.scalp-ink__text0::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8.75rem;
  height: 0.625rem;
  left: -0.75rem;
  top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .scalp-ink__text0::after {
    content: "";
    background-image: url(../img/icon-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 17.625rem;
    height: 1.25rem;
    left: 0rem;
    top: 6.25rem;
  }
}

.scalp-ink__text1 {
  color: #725808;
  background-color: #ffffff;
  display: inline-block;
  opacity: 0.7;
  padding-block: 0.5rem;
  padding-inline: 0.9375rem;
  font-size: 1.125rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .scalp-ink__text1 {
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
  }
}

.scalp-ink__text2 {
  color: #725808;
  background-color: #ffffff;
  display: inline-block;
  opacity: 0.7;
  padding-block: 0.3125rem;
  padding-inline: 0.9375rem;
  font-size: 1.5rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .scalp-ink__text2 {
    font-size: 5rem;
  }
}

.flow__button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 1.25rem;
  padding-block: 0.625rem;
  display: inline-block;
  padding-inline: 1.5rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  -webkit-animation: shakeAnimation 1.3s ease-out infinite;
          animation: shakeAnimation 1.3s ease-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* 1秒後にアニメーションを開始 */
}
@media screen and (min-width: 768px) {
  .flow__button {
    font-size: 3rem;
    padding-block: 0.9375rem;
    border-radius: 3.125rem;
    width: 34.375rem;
  }
}

@-webkit-keyframes shakeAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  70% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shakeAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  70% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.achievements {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  margin-top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .achievements {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
    margin-top: 0;
  }
}

.achievements__deco {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .achievements__deco {
    height: 136.25rem;
  }
}

.achievements__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .achievements__inner {
    width: min(62.5rem, 100%);
    padding-inline: 3.125rem;
    margin-inline: auto;
  }
}

.achievements__title {
  text-align: center;
  color: #a07139;
  margin-bottom: 0.5rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  font-size: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .achievements__title {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .achievements-cards {
    margin-top: 1.875rem;
  }
}

.achievements-cards__inner {
  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.9375rem;
}
@media screen and (min-width: 768px) {
  .achievements-cards__inner {
    gap: 2.5rem;
  }
}

.achievements-card__age {
  text-align: center;
  margin-bottom: 0.375rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .achievements-card__age {
    font-size: 3.125rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .achievements-card__img img {
    width: 46.875rem;
  }
}

.achievements__button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 1.25rem;
  padding-block: 0.375rem;
  display: inline-block;
  padding-inline: 1.5rem;
  margin-top: 1.25rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  -webkit-animation: shakeAnimation 1.3s ease-out infinite;
          animation: shakeAnimation 1.3s ease-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* 1秒後にアニメーションを開始 */
}
@media screen and (min-width: 768px) {
  .achievements__button {
    font-size: 3rem;
    border-radius: 3.125rem;
    width: 34.375rem;
    margin-top: 2.5rem;
    padding-block: 0.9375rem;
  }
}

@keyframes shakeAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  70% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.voice {
  background-image: url(../img/voice-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-top: 5rem;
  }
}

.voice__title-en {
  width: 5rem;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice__title-en {
    width: 18.125rem;
  }
}

.voice__title-ja {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  color: #645f5f;
  font-size: 1.0625rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .voice__title-ja {
    font-size: 1.6875rem;
  }
}

.voice__cards {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin-top: 0.625rem;
}

.voice__card {
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .voice__card {
    width: 41.25rem;
  }
}

.instagram {
  background-image: url(../img/INSTAGRAM-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.1875rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .instagram {
    padding-top: 2.8125rem;
    padding-bottom: 1.875rem;
  }
}

.instagram__inner {
  text-align: center;
}

.head__title {
  text-align: center;
  margin-inline: auto;
  display: block;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 800;
}

.instagram__title-en {
  width: 9.375rem;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .instagram__title-en {
    width: 19.375rem;
  }
}

.instagram__title-ja {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 800;
  color: #645f5f;
  font-size: 0.9375rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .instagram__title-ja {
    font-size: 2.5rem;
  }
}

.insta-button-sp {
  background-color: #6e5919;
  width: 12.5rem;
  padding-block: 0.625rem;
  color: #fff;
  border-radius: 1.25rem;
  padding-left: 1.875rem;
  position: relative;
  font-size: 1rem;
  white-space: nowrap;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 600;
  -webkit-animation: shakeAnimation 1.3s ease-out infinite;
          animation: shakeAnimation 1.3s ease-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* 1秒後にアニメーションを開始 */
}
.insta-button-sp span {
  font-size: 0.6875rem;
  margin-left: 0.125rem;
  font-weight: 600;
}
.insta-button-sp::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-insta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.6875rem;
  height: 1.6875rem;
  left: 0.9375rem;
  top: 0.5625rem;
}

@keyframes shakeAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  70% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  80% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.instagram__img {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .instagram__img {
    margin-top: 2.5rem;
    display: block;
  }
}

.instagram__button {
  width: 11.25rem;
  display: inline-block;
  -webkit-animation: shakeAnimation 1.3s ease-out infinite;
          animation: shakeAnimation 1.3s ease-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* 1秒後にアニメーションを開始 */
}
@media screen and (min-width: 768px) {
  .instagram__button {
    width: 30rem;
  }
}

.qa {
  padding-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.qa__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .qa__inner {
    width: min(62.5rem, 100%);
    padding-inline: 6.25rem;
    margin-inline: auto;
  }
}

.qa-contents {
  position: relative;
}

.qa__title {
  position: absolute;
  left: 8.5625rem;
  top: -0.9375rem;
  z-index: 100;
  width: 3.875rem;
}
@media screen and (min-width: 768px) {
  .qa__title {
    width: 11.25rem;
    left: 20rem;
    top: -1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .qa__title img {
    width: 15rem;
  }
}

.qa-boxes {
  border: 0.0625rem solid #000000;
  padding-top: 1.875rem;
  padding-bottom: 0.75rem;
  padding-right: 2.0625rem;
  padding-left: 1.5625rem;
  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.9375rem;
}
@media screen and (min-width: 768px) {
  .qa-boxes {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    gap: 1.875rem;
  }
}
.qa-boxes::before {
  content: "";
  position: absolute;
  top: -0.06875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30%;
  height: 0.3125rem;
  background-color: #fff;
}

.qa__item-question__text {
  background-color: #aca087;
  padding-left: 0.4375rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  padding-block: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .qa__item-question__text {
    background-color: #c9c0ae;
    font-size: 1.9375rem;
    padding-block: 1.375rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
  }
}
.qa__item-question__text span {
  padding-right: 0.6875rem;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
}
@media screen and (min-width: 768px) {
  .qa__item-question__text span {
    font-size: 1.9375rem;
    padding-right: 1.75rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
  }
}

.qa__item-answer__text {
  width: 16.25rem;
  padding-left: 1.75rem;
  font-size: 0.78125rem;
  position: relative;
  line-height: 1.125rem;
  text-align: justify;
  letter-spacing: -0.00625rem;
}
.qa__item-answer__text span {
  letter-spacing: -0.09375rem;
}
@media screen and (min-width: 768px) {
  .qa__item-answer__text {
    font-size: 1.9375rem;
    width: 43.75rem;
    line-height: 2.25rem;
    padding-left: 3.625rem;
    letter-spacing: -0.1rem;
  }
}
.qa__item-answer__text::before {
  position: absolute;
  content: "A";
  left: 0.4375rem;
  font-size: 0.75rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .qa__item-answer__text::before {
    font-size: 1.9375rem;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 500;
  }
}

.artist {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .artist {
    background-image: url(../img/stone-bg.png);
  }
}

.artist__title-en {
  width: 6.875rem;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .artist__title-en {
    width: 18.75rem;
  }
}

.artist__title-ja {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  color: #645f5f;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .artist__title-ja {
    font-size: 1.8125rem;
  }
}

.artist__content {
  background-image: url(../img/stone-bg.png);
  width: 100%;
  text-align: center;
  padding-top: 1.4375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .artist__content {
    background-image: none;
  }
}

.artist__img {
  width: 15.9375rem;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .artist__img {
    width: 50rem;
  }
}

.artist__text {
  text-align: center;
  margin-top: 1.875rem;
  font-size: 1.375rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
  color: #2a2828;
}
@media screen and (min-width: 768px) {
  .artist__text {
    font-size: 3.6875rem;
  }
}

.access {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 3.75rem;
  }
}

.access__title-en {
  width: 6.875rem;
  display: inline-block;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .access__title-en {
    width: 18.75rem;
    margin-bottom: 1.875rem;
  }
}

.access__content {
  background-image: url(../img/access-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  height: 25rem;
}
@media screen and (min-width: 768px) {
  .access__content {
    background-image: url(../img/access-bg-pc.png);
    width: 100%;
    height: 58.5rem;
    position: relative;
  }
}

.access__information {
  padding-top: 3.75rem;
  margin-left: 50%;
  text-align: center;
  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.875rem;
}
@media screen and (min-width: 768px) {
  .access__information {
    padding-top: 8.75rem;
    gap: 2.5rem;
    position: absolute;
    left: 4.375rem;
  }
}

.shop__name-title {
  font-size: 1rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 700;
  text-shadow: 4px 4px 2px rgba(120, 120, 120, 0.5);
}
@media screen and (min-width: 768px) {
  .shop__name-title {
    font-size: 2.8125rem;
  }
}

.shop__adless-title {
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 700;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .shop__adless-title {
    font-size: 2.5rem;
  }
}

.shop__adless-text {
  font-size: 0.875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.125rem;
  font-weight: 600;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .shop__adless-text {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

.shop__tel-title {
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 700;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .shop__tel-title {
    font-size: 2.5rem;
  }
}

.shop__tel-text {
  font-size: 0.875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 700;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .shop__tel-text {
    font-size: 1.875rem;
  }
}

.shop__time-title {
  font-size: 0.9375rem;
  margin-bottom: 0.1875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-weight: 700;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .shop__time-title {
    font-size: 2.5rem;
  }
}

.shop__time-text {
  font-size: 0.875rem;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  line-height: 1.125rem;
  font-weight: 700;
  text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 8px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .shop__time-text {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-footer {
    padding-top: 4.6875rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .pc-footer__inner {
    width: min(62.5rem, 100%);
    padding-inline: 5rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .pc-footer__text {
    font-size: 2.1875rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pc-footer__button {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .pc-footer__button img {
    display: block;
    margin-inline: auto;
  }
}

.footer {
  text-align: center;
  padding-bottom: 0.625rem;
}

.coptright {
  font-size: 0.8125rem;
  color: #3c3a3a;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
}

.sub-flow {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .sub-flow {
    padding-top: 5rem;
  }
}

.sub-flow__title-wrap {
  position: relative;
  text-align: center;
  width: 100%;
}
.sub-flow__title {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .sub-flow__title {
    font-size: 1.875rem;
  }
}
.sub-flow__title::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 100%;
  max-width: 1000px;
  height: 2.9375rem;
  background-image: url(../img/sub-flow-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sub-flow__title::after {
    bottom: -0.8125rem;
    height: 4.375rem;
  }
}

.sub-flow__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sub-flow__inner {
    width: min(62.5rem, 100%);
    padding-inline: 3.125rem;
    margin-inline: auto;
  }
}

.sub-flow__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.sub-flow__card {
  background-color: #e4e0d4;
  padding: 1.0625rem 0.9375rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .sub-flow__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1.25rem;
    padding: 1.5625rem 2.5rem 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .sub-flow__card-img {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .sub-flow__card-title__bottom-contents {
    width: 66.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .sub-flow__card-title__bottom-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.625rem;
    gap: 2.3125rem;
    font-size: 1.375rem;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
  }
}

.sub-flow__card-title {
  font-size: 1.3125rem;
  text-align: center;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .sub-flow__card-title {
    font-size: 1.875rem;
    margin-top: 0;
  }
}

.sub-flow__card-text {
  font-size: 1rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}

.sub-fv {
  margin-top: 2.875rem;
}
@media screen and (min-width: 768px) {
  .sub-fv {
    margin-top: 12.5rem;
  }
}

.sub-skill {
  position: relative;
  text-align: center;
  width: 100%;
}

.sub-skill__title {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .sub-skill__title {
    font-size: 1.875rem;
    margin-bottom: 3.75rem;
  }
}
.sub-skill__title::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  max-width: 1000px;
  height: 2.9375rem;
  background-image: url(../img/sub-flow-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sub-skill__title::after {
    bottom: -0.625rem;
    height: 4.375rem;
  }
}

.sub-skill__inner {
  width: min(23.4375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sub-skill__inner {
    width: min(62.5rem, 100%);
    padding-inline: 1.25rem;
    margin-inline: auto;
  }
}

.sub-skill__top-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sub-skill__top-img {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 5.9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sub-skill__top-img img {
    width: 14.0625rem;
  }
}

.sub-skill__bottom-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sub-skill__bottom-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sub-skill__bottom-img .img-wrap {
  position: relative;
}
.sub-skill__bottom-img .img-wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/tag-before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 6rem;
  height: 2.3125rem;
  top: 0.1875rem;
  left: 3.125rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .sub-skill__bottom-img .img-wrap::before {
    top: 0.375rem;
    left: 3.125rem;
  }
}
.sub-skill__bottom-img .img-wrap::after {
  content: "";
  position: absolute;
  background-image: url(../img/tag-after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 6rem;
  height: 2.3125rem;
  top: 0.1875rem;
  left: 14.0625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .sub-skill__bottom-img .img-wrap::after {
    top: 0.375rem;
    left: 12.8125rem;
  }
}
.sub-skill__bottom-img .img-wrap img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-skill__bottom-img .img-wrap img {
    width: 18.6875rem;
  }
}

.sub-access__title {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 900;
}
.sub-access__title::after {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  width: 100vw;
  height: 2.9375rem;
  background-image: url(../img/sub-flow-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.sub-access__content {
  background-image: url(../img/sub-access-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  height: 25rem;
}