@charset "UTF-8";
body {
  width: 100vw;
  font-size: 16px;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, system-ui, sans-serif;
  color: #473521;
  background-color: #231D16;
}
body.is-fixed {
  overflow: hidden;
  touch-action: none;
}

main {
  position: relative;
  z-index: 1;
  width: 390px;
  margin: 50px auto 0;
}
@media (max-width: 480px) {
  main {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
}

.body-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  opacity: 0.05;
}

.skew-text {
  display: inline-block;
  transform: skewX(-8deg);
}

.inner {
  width: 86%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}

a {
  touch-action: manipulation;
}

.page-body {
  animation: pageIn 0.8s ease both;
}

@keyframes pageIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body.is-fixed {
  overflow: hidden;
}

body .top-body {
  opacity: 0;
}

body.no-loading .top-body,
body.end-loading .top-body {
  animation: pageIn 0.8s ease both;
}

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

.section-title {
  margin-bottom: 2.5rem;
}
.section-title__head {
  margin-bottom: 1rem;
  display: flex;
  gap: 0 0.1875rem;
  align-items: center;
}
.section-title__head svg {
  width: 14px;
  height: auto;
  opacity: 0.7;
  color: #D06500;
}
.section-title__label {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #D06500;
}
.section-title__ja {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
@media (max-width: 350px) {
  .section-title__ja {
    font-size: 1.675rem;
  }
}
.section-title__en {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.125;
  opacity: 0.8;
}
.section-title.center .section-title__head {
  justify-content: center;
}
.section-title.center .section-title__texts {
  text-align: center;
}

.letter-body {
  letter-spacing: 0.1em;
  line-height: 1.625;
  position: relative;
  z-index: 1;
}
.letter-body p {
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #574633;
}
.letter-body.center {
  text-align: center;
}

.marker {
  display: inline-block;
  font-weight: inherit;
  position: relative;
}
.marker::before {
  content: "";
  width: 100%;
  height: 38%;
  background: #C39C00;
  opacity: 0.4;
  position: absolute;
  left: -0.125rem;
  bottom: 0;
  transform: skewX(-8deg);
  z-index: -1;
}

.btn-design {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #D06500;
  height: 65px;
  border-radius: 32.5px;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.btn-design__icon svg {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #473521;
  color: #fff;
}
.btn-design__arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
}
.btn-design__arrow svg {
  width: auto;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  transition: all 0.4s;
  color: #fff;
}
.btn-design__text {
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: transform 0.4s ease-in-out;
}
.btn-design__text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(65px);
  white-space: nowrap;
}
.btn-design:hover {
  filter: brightness(1.1);
}
.btn-design:hover .btn-design__text {
  transform: translateY(-65px);
}
.btn-design:hover .btn-design__arrow img {
  right: 7px;
}

.btn-design--small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #D06500;
  height: 50px;
  border-radius: 25px;
  padding: 0 7px;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.btn-design--small__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #473521;
}
.btn-design--small__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
}
.btn-design--small__arrow svg {
  width: auto;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.btn-design--small__text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  transition: transform 0.4s ease-in-out;
}
.btn-design--small__text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(50px);
  white-space: nowrap;
}
.btn-design--small:hover {
  filter: brightness(1.1);
}
.btn-design--small:hover .btn-design__small__text {
  transform: translateY(-50px);
}
.btn-design--small:hover .btn-design__small__arrow img {
  right: 7px;
}

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel__wrapper {
  overflow: hidden;
  position: relative;
}
.carousel__track {
  display: flex;
  transition: transform 0.3s ease;
}
.carousel__slide {
  flex-shrink: 0;
}
.carousel__pagination {
  display: flex;
  margin-top: 1rem;
  gap: 0 1.25rem;
}
.carousel__pagination .carousel__btn {
  cursor: pointer;
}
.carousel__pagination .carousel__btn svg {
  transition: all 0.2s;
}
.carousel__pagination .carousel__btn:not(:disabled) svg {
  opacity: 0.7;
}
.carousel__pagination .carousel__btn:disabled {
  cursor: not-allowed;
}
.carousel__pagination .carousel__btn:disabled svg {
  opacity: 0.6;
  filter: brightness(90%);
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  inset: 0;
  z-index: 100;
}
.header__inner {
  width: 100%;
  padding: 1.25rem 1rem;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 120px;
  transition: opacity 0.3s;
}
.header__logo svg {
  transition: color 0.3s;
  color: #fff;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo:hover svg {
  color: #D06500;
}

@media (max-width: 480px) {
  header[data-mode=light] .header__logo svg {
    color: #fff;
  }
  header[data-mode=dark] .header__logo svg {
    color: #473521;
  }
  body.is-fixed .header__logo svg {
    color: #fff;
  }
}
.hamburger {
  width: 50px;
  height: 50px;
  background: #D06500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  transition: opacity 0.3s;
}
.hamburger__icon {
  width: 14px;
  height: 15px;
  position: relative;
}
.hamburger__icon svg {
  transition: opacity 0.3s;
}
.hamburger__icon svg:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
}
.hamburger__icon path {
  color: #fff;
}
.hamburger__label {
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
  position: relative;
  transition: opacity 0.4s, color 0.4s;
}
.hamburger__label::after {
  content: attr(data-ja);
  transition: opacity 0.4s, color 0.4s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  letter-spacing: -0.02em;
}
.hamburger.is-open .hamburger__icon svg:nth-child(1) {
  opacity: 0;
}
.hamburger.is-open .hamburger__icon svg:nth-child(2) {
  opacity: 1;
}
.hamburger.is-open .hamburger__label {
  color: transparent;
}
.hamburger.is-open .hamburger__label::after {
  opacity: 1;
  color: #fff;
}
.hamburger:hover {
  opacity: 0.7;
}

.footer {
  background: #20180E;
  color: #fff;
  position: relative;
  max-width: 390px;
  margin: 0 auto 50px;
}
@media (max-width: 480px) {
  .footer {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
}
.footer__logo {
  display: inline-block;
  width: 200px;
  margin-bottom: 50px;
}
.footer__logo img {
  transition: all 0.3s;
  width: 100%;
}
.footer__logo:hover img {
  opacity: 0.4;
}
.footer__contents__head {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  transform: skewX(-8deg);
  opacity: 0.4;
  position: relative;
  margin-bottom: 1.75rem;
}
.footer__contents__head::after {
  content: "";
  width: calc(100% - 166px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.5;
}
.footer__contents__head span {
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  display: inline-block;
  padding-left: 4px;
}
.footer__nav {
  padding-bottom: 40px;
  position: relative;
}
.footer__nav::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
.footer__nav ul li {
  width: 100%;
  overflow: hidden;
}
.footer__nav a {
  font-size: 1.125rem;
  opacity: 0.9;
  line-height: 1.4;
  display: inline-block;
  padding-left: 2.2rem;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.3s;
}
.footer__nav a::before {
  content: attr(data-num);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  padding-top: 2px;
  font-weight: 500;
  opacity: 0.7;
  transition: all 0.6s;
}
.footer__nav a:hover {
  opacity: 0.7;
  letter-spacing: 0.125em;
}
.footer__nav a:hover::before {
  letter-spacing: 0.1em;
}
.footer__sns {
  padding: 28px 0;
}
.footer__sns ul {
  display: flex;
  gap: 0 1rem;
}
.footer__sns ul a {
  transition: all 0.3s;
}
.footer__sns ul a:hover {
  opacity: 0.6;
}
.footer__sns ul svg {
  width: 32px;
}
.footer__legal {
  padding-bottom: 32px;
  position: relative;
}
.footer__legal::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
.footer__legal ul li {
  width: 100%;
}
.footer__legal ul li a {
  font-size: 0.875rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-weight: 500;
  opacity: 0.6;
  transition: all 0.4s;
}
.footer__legal ul li a:hover {
  opacity: 0.4;
}
.footer__copyright {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  opacity: 0.4;
  padding-top: 1.4rem;
}

.page-top-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
  background: #D06500;
  padding: 1rem 0;
  transition: all 0.4s;
}
.page-top-btn:hover svg {
  transform: translateY(-4px);
}
.page-top-btn:hover span {
  opacity: 0.7;
}
.page-top-btn svg {
  transition: all 0.4s;
  width: 25px;
}
.page-top-btn span {
  transition: all 0.4s;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-top: 0.3rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.drawer {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  height: 100dvh;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  color: #fff;
  overflow: scroll;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .drawer {
    margin: 0 auto;
    max-width: initial;
  }
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer__contents__head {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  transform: skewX(-8deg);
  opacity: 0.4;
  position: relative;
  margin-bottom: 1.75rem;
}
@media (max-width: 480px) {
  .drawer__contents__head {
    margin-bottom: 1.25rem;
  }
}
.drawer__contents__head::after {
  content: "";
  width: calc(100% - 166px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.5;
}
.drawer__contents__head span {
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  display: inline-block;
  padding-left: 4px;
}
.drawer__nav {
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 480px) {
  .drawer__nav {
    padding-bottom: 1.25rem;
  }
}
.drawer__nav::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.drawer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
@media (max-width: 480px) {
  .drawer__nav ul {
    gap: 0.85rem 0;
  }
}
.drawer__nav ul li {
  width: 100%;
  overflow: hidden;
}
.drawer__nav a {
  font-size: 1.125rem;
  opacity: 0.9;
  line-height: 1.4;
  display: inline-block;
  padding-left: 2.2rem;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .drawer__nav a {
    font-size: 0.95rem;
    padding-left: 1.8rem;
    line-height: 1.2;
  }
}
.drawer__nav a::before {
  content: attr(data-num);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  padding-top: 2px;
  font-weight: 500;
  opacity: 0.7;
  transition: all 0.6s;
}
@media (max-width: 480px) {
  .drawer__nav a::before {
    font-size: 0.85rem;
  }
}
.drawer__nav a:hover {
  opacity: 0.7;
  letter-spacing: 0.125em;
}
.drawer__nav a:hover::before {
  letter-spacing: 0.1em;
}
.drawer__sns {
  padding: 28px 0;
}
@media (max-width: 480px) {
  .drawer__sns {
    padding: 1.25rem 0;
  }
}
.drawer__sns ul {
  display: flex;
  gap: 0 1rem;
}
.drawer__sns ul a {
  transition: all 0.3s;
}
.drawer__sns ul a:hover {
  opacity: 0.6;
}
.drawer__sns ul svg {
  width: 32px;
}
.drawer__cta {
  position: absolute;
  width: 100%;
  max-width: 390px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: rgba(32, 24, 14, 0.7);
  padding: 1rem 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.drawer__cta .inner {
  padding: 0;
}
.drawer__cta__decoration {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 0.6rem;
}
.drawer__cta.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 480px) {
  .drawer__cta {
    max-width: initial;
  }
}
.drawer__bg {
  background: #20180E;
  width: 100%;
  height: 100dvh;
  max-width: 390px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media screen and (max-height: 1688px) {
  .drawer__bg {
    content: url(../image/drawer/drawer-bg.png);
  }
}
.drawer__bg.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 480px) {
  .drawer__bg {
    max-width: initial;
  }
}

.loading {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  opacity: 0;
  visibility: hidden;
}
.loading__logo {
  max-width: 400px;
  width: 80%;
}
@media (max-width: 480px) {
  .loading__logo {
    max-width: 250px;
  }
}
.loading.is-active {
  opacity: 1;
  visibility: visible;
}

.loading__logo {
  /* 描画後に白塗り */
}
.loading__logo .main-text,
.loading__logo .sub-text,
.loading__logo .dot,
.loading__logo .bulb-stroke,
.loading__logo .bulb-bg {
  fill: transparent;
  stroke: #D06500;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
}
.loading__logo .main-text {
  stroke-width: 1;
  animation-delay: 0s;
}
.loading__logo .sub-text {
  stroke-width: 0.3;
}
.loading__logo .dot {
  stroke-width: 1;
}
.loading__logo .bulb-stroke {
  stroke-width: 1;
  animation-delay: 0.6s;
}
.loading__logo .bulb-bg {
  stroke-width: 1;
  animation-delay: 0.6s;
}
.loading__logo .main-text,
.loading__logo .sub-text,
.loading__logo .dot {
  animation: draw 6s cubic-bezier(0.4, 0, 0.2, 1) forwards, fillColor 0.6s ease 2.2s forwards;
}
.loading__logo .bulb-stroke,
.loading__logo .bulb-bg {
  animation: draw 8s cubic-bezier(0.4, 0, 0.2, 1) forwards, strokeWidth 0.3s ease 2.2s forwards;
}
.loading__logo .bulb-glow {
  opacity: 0;
  transform-origin: center;
  animation: bulbGlow 1s ease-out 5.6s forwards;
  transform-box: fill-box;
  /* パス自身を基準に */
  transform-origin: center;
}
.loading__logo .bulb-shake {
  transform-box: fill-box;
  transform-origin: left bottom;
  animation: bulbJump 0.8s cubic-bezier(0.2, 0.8, 0.3, 1) 3.4s forwards, bulbRustle 0.6s ease-out 4.4s forwards;
}

@keyframes bulbJump {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(0, -4px) scale(1.01);
  }
  35% {
    transform: translate(0, 0) scale(0.95);
  }
  55% {
    transform: translate(0, -2px) scale(1);
  }
  70% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes bulbRustle {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-2px, 0);
  }
  40% {
    transform: translate(-2px, 0);
  }
  60% {
    transform: translate(-1px, 0);
  }
  80% {
    transform: translate(-1px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillColor {
  to {
    fill: #fff;
    stroke: none;
  }
}
@keyframes strokeWidth {
  to {
    stroke-width: 3;
    stroke: #fff;
  }
}
@keyframes bulbGlow {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1.6);
  }
}
/* ローディングフェードアウト */
#loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.fv {
  width: 100%;
  height: 844px;
  position: relative;
}
@media (max-width: 480px) {
  .fv {
    height: calc(var(--vh) * 100);
  }
}
.fv__slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv__slide.active {
  opacity: 1;
}
.fv__slide.zooming img {
  animation: zoomUp 18s linear infinite;
}

.catch-copy {
  z-index: 10;
  position: absolute;
  inset: auto auto 24px 24px;
  color: #fff;
}
.catch-copy .target-text {
  opacity: 0.9;
  padding-bottom: 0.6875rem;
  padding-left: 0.3rem;
  width: 220px;
}
.catch-copy .main-text {
  padding-bottom: 1rem;
}
.catch-copy .main-text .skew-text {
  font-weight: 900;
  font-size: 2.625rem;
  letter-spacing: 0.03em;
}
@media (max-width: 350px) {
  .catch-copy .main-text .skew-text {
    font-size: 2.2rem;
  }
}
.catch-copy .main-text .skew-text:first-child {
  padding-left: 0.2rem;
}
.catch-copy .main-text .fv__br {
  display: block;
  padding-bottom: 0.875rem;
}
.catch-copy .sub-text {
  font-weight: 500;
  opacity: 0.8;
  font-size: 0.875rem;
  max-width: 300px;
  line-height: 1.4375;
  letter-spacing: 0.02em;
}
@media (max-width: 350px) {
  .catch-copy .sub-text {
    width: 90%;
  }
}

@keyframes zoomUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}
.greeting {
  background: #ECE5D8;
}

.about {
  position: relative;
}
.about__sticky {
  width: 100%;
  height: auto;
  position: sticky;
  inset: 0;
  z-index: 0;
}
.about__contents {
  position: relative;
  z-index: 1;
  background: url(../image/about/about-bg.webp) no-repeat center center/cover;
}
.about .section-title__label, .about .section-title__head svg, .about .section-title__texts {
  color: #fff;
}
.about .section-title__texts {
  padding-top: 2rem;
}
.about .section-title__texts svg {
  width: 215px;
  height: auto;
  margin-bottom: 0.625rem;
  margin-left: 0.4rem;
}
.about .section-title__texts .about-title__sub {
  font-weight: 700;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  margin-bottom: 0.375rem;
  padding-left: 0.25rem;
}
.about .section-title__texts .about-title__main {
  font-weight: 900;
  font-size: 1.875rem;
  display: block;
  letter-spacing: 0.16em;
}
.about__letter p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.about__letter svg {
  width: 280px;
  margin-bottom: 1.5em;
}
@media (max-width: 350px) {
  .about__letter svg {
    width: 100%;
  }
}

.feature {
  background: #ECE5D8;
  padding-bottom: 50px;
}
.feature__inner {
  padding-bottom: 1rem;
}

.carousel--feature .carousel__track {
  padding-left: 7%;
  gap: 0 1.25rem;
}
.carousel--feature .carousel__pagination {
  padding-left: 7%;
}
.carousel--feature__slide {
  width: 280px;
  height: 450px;
  position: relative;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.carousel--feature__slide:hover .carousel--feature__slide__bg {
  transform: scale(1.05);
}
.carousel--feature__slide__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}
.carousel--feature__slide__inner {
  padding: 0.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.carousel--feature__slide__num {
  width: auto;
  height: 40px;
  margin-bottom: 1rem;
  color: #D06500;
}
.carousel--feature__slide__head {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  margin-bottom: 0.625rem;
}
.carousel--feature__slide__text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  opacity: 0.8;
  margin-bottom: 1rem;
}

.service {
  position: relative;
  min-height: 100dvh;
}
.service__main-contents {
  position: relative;
}
.service__overlay {
  position: relative;
  margin-top: -100dvh;
}
.service__bg {
  width: 100%;
  height: 100dvh;
  background: url(../image/service/service-bg.webp) no-repeat center center/cover;
  position: sticky;
  inset: 0;
  z-index: -1;
}
.service .inner {
  position: relative;
}
.service .section-title__label {
  color: #fff;
  opacity: 0.8;
  font-weight: 500;
}
.service .section-title svg {
  color: #fff;
}
.service .section-title__texts {
  color: #fff;
}
.service .section-title__ja {
  font-weight: 700;
}
.service .section-title__en {
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.2;
}
.service .letter-body p {
  font-weight: 400;
  color: #fff;
}
.service__list {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
.service__item {
  width: 100%;
}
.service__item svg {
  color: #fff;
}
.service__attention {
  background: #D06500;
  padding: 1.625rem 0 2.25rem;
  position: relative;
}
.service__attention::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/service/service-noise.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.service__attention__inner {
  position: relative;
  text-align: center;
}
.service__attention svg {
  margin: 0 auto 1rem;
  width: 30px;
}
.service__attention__letter {
  text-align: center;
  color: #fff;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
.service__attention__letter p {
  font-weight: 500;
}
.service__attention__letter p:not(:last-child) {
  padding-bottom: 1rem;
}

.mentor-more {
  background: #DBDFD0;
  position: relative;
}
.mentor-more__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mentor-more__inner {
  position: relative;
}
.mentor-more__letter {
  text-align: center;
}
.mentor-more__btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
  margin-top: 2.4rem;
}
.mentor-more__btn {
  width: 100%;
}

.voice {
  background: #ECE5D8;
}
.voice__inner {
  padding-bottom: 2rem;
}
.voice .carousel--voice {
  padding-bottom: 110px;
}
.voice .carousel--voice .carousel__wrapper {
  overflow: visible;
  width: 86%;
  margin: 0 auto;
}
.voice .carousel--voice .carousel__pagination {
  padding-left: 7%;
}
.voice .carousel--voice .carousel__track {
  gap: 0 50px;
}
.voice .carousel--voice .carousel__pagination {
  margin-top: 1.5rem;
}
.voice .carousel--voice__slide {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  position: relative;
}
.voice .carousel--voice__slide__inner {
  padding: 2rem 1.8rem;
}
.voice .carousel--voice__slide__head {
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-bottom: 0.6rem;
}
.voice .carousel--voice__slide__head__border {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  position: absolute;
  left: -2px;
  bottom: 0;
}
.voice .carousel--voice__slide__text {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 0.875rem;
  padding-right: 2rem;
  padding-bottom: 1.625rem;
  letter-spacing: 0.1em;
}
.voice .carousel--voice__slide__name span {
  font-weight: 500;
  letter-spacing: 0.16em;
}
.voice .carousel--voice__slide__name span:last-child {
  font-size: 0.875rem;
  opacity: 0.6;
}
.voice .carousel--voice__slide__img {
  width: 108px;
  position: absolute;
  right: -19px;
  bottom: -80px;
  height: 248px;
  display: block;
}

.qa {
  position: relative;
}
.qa__sticky {
  position: sticky;
  inset: 0;
  z-index: 0;
}
.qa__contents {
  position: relative;
  z-index: 1;
  background-color: #ECE5D8;
}
.qa__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 1.25rem 0;
}
.qa__item {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
}
.qa__item__q, .qa__item__a {
  padding: 1.25rem 1.875rem;
}
.qa__item__q {
  border-bottom: 1px solid rgba(71, 53, 33, 0.2);
}
.qa__item__q__num {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 900;
  color: #D06500;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 7px;
}
.qa__item__q__num::after {
  content: ".";
  position: absolute;
  right: 0;
}
.qa__item__q__head {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.qa__item__q__head span {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1.6;
}
.qa__item__q__head span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #473521;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.4;
}
.qa__item__a__head {
  display: flex;
  gap: 0 0.5rem;
  align-items: end;
  padding-bottom: 0.75rem;
}
.qa__item__a__head span {
  display: inline-block;
}
.qa__item__a__head span:first-child {
  font-size: 1.6rem;
  -webkit-text-stroke: 1px #D06500;
  color: transparent;
  font-weight: 900;
}
.qa__item__a__head span:last-child {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.1rem;
  letter-spacing: 0.1em;
}
.qa__item__a__text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.4rem;
}

.flow {
  position: relative;
  background: linear-gradient(to bottom, #3A2813, #1D1104);
}
.flow .inner {
  padding-bottom: 26px;
}
.flow__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.flow .section-title__ja {
  font-weight: 700;
  color: #fff;
}
.flow .section-title__en {
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.flow .letter-body {
  position: relative;
}
.flow .letter-body p {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.flow .carousel--flow {
  position: relative;
  padding-bottom: 50px;
}
.flow .carousel--flow::before {
  content: "";
  width: 140%;
  height: 100%;
  clip-path: circle(90% at 50% 100%);
  position: absolute;
  background: #ECE5D8;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.flow .carousel--flow .carousel__wrapper {
  overflow: visible;
  width: 86%;
  margin: 0 auto;
}
.flow .carousel--flow .carousel__track {
  gap: 0 50px;
}
.flow .carousel--flow .carousel__pagination {
  justify-content: center;
  position: relative;
}
.flow .carousel--flow__slide {
  width: 100%;
  text-align: center;
}
.flow .carousel--flow__slide__img {
  width: 190px;
  margin: 0 auto;
}
.flow .carousel--flow__slide__head {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 1rem 0;
}
.flow .carousel--flow__slide__text {
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  padding-bottom: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.contact {
  position: relative;
}
.contact__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.contact .inner {
  padding-bottom: 70px;
}
.contact .section-title__head svg {
  color: #fff;
}
.contact .section-title__label {
  color: #fff;
  opacity: 0.8;
  font-weight: 500;
}
.contact .section-title__texts {
  color: #fff;
}
.contact .section-title__ja {
  font-weight: 700;
}
.contact .section-title__en {
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.2;
}
.contact .letter-body {
  padding-bottom: 40px;
}
.contact .letter-body p {
  font-weight: 400;
  color: #fff;
}

.afterword {
  position: relative;
  min-height: 100dvh;
}
.afterword__main-contents {
  position: relative;
}
.afterword__overlay {
  position: relative;
  margin-top: -100dvh;
}
.afterword__bg {
  width: 100%;
  height: 100dvh;
  background: url(../image/afterword/afterword-bg.webp) no-repeat center center/cover;
  position: sticky;
  inset: 0;
  z-index: -1;
}
.afterword__inner {
  position: relative;
}
.afterword__head, .afterword__letter, .afterword__name {
  font-family: "Klee One", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fff;
  font-weight: 600;
}
.afterword__head {
  font-size: 1.625rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
.afterword__letter {
  line-height: 1.6;
}
.afterword__letter p {
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 400;
}
.afterword__name {
  padding-top: 50px;
  padding-bottom: 400px;
}
.afterword .section-title__label {
  color: #fff;
  font-family: "Klee One", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  opacity: 0.6;
}
.afterword .section-title__head svg {
  color: #fff;
}

.modal {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  height: calc(100dvh - 50px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 480px) {
  .modal {
    position: fixed;
    margin: 0 auto;
    height: 100dvh;
    width: 100vw;
    max-width: initial;
    left: 0;
    bottom: 0;
    transform: translateX(0);
  }
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(32, 24, 14, 0.85);
}
.modal__content {
  background: #ECE5D8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 94%;
  border-radius: 20px 20px 0 0;
  overflow-y: scroll;
}
.modal__content__inner {
  padding-top: 30px;
  padding-bottom: 20px;
}
.modal__close--circle {
  width: 50px;
  height: 50px;
  background: #D06500;
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  right: 5%;
  top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__close__wrap {
  padding: 26px 0 30px;
}

.skill {
  padding-top: 50px;
  padding-bottom: 30px;
}
.skill__head {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
  letter-spacing: 0.1em;
}
.skill__list__item {
  padding-bottom: 2.5rem;
}
.skill__list__item:last-child {
  padding-bottom: 0;
}
.skill__list__head {
  font-size: 1.25rem;
  font-weight: 700;
  opacity: 0.7;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(71, 53, 33, 0.6);
}
.skill__list__parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.skill__list__parts li {
  width: calc((100% - 20px) / 2);
}

.profile {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.profile__head {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(71, 53, 33, 0.6);
  margin-bottom: 1.25rem;
}
.profile-info__list {
  padding-top: 1.6rem;
}
.profile-info__item {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(71, 53, 33, 0.2);
  gap: 0 1rem;
}
.profile-info__item.no-flex {
  display: block;
}
.profile-info__item.no-flex .profile-info__head {
  margin-bottom: 0.6rem;
}
.profile-info__head {
  display: inline-block;
  font-weight: 500;
  opacity: 0.6;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(71, 53, 33, 0.6);
}
.profile-info__data {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.6;
}

.legal-page {
  background-color: #ECE5D8;
}
.legal-page .inner {
  padding: 30px 0 50px;
}

.legal-contents__item {
  padding-bottom: 2rem;
}
.legal-contents__item__head {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(71, 53, 33, 0.6);
  margin-bottom: 1.25rem;
}
.legal-contents .letter-body p {
  font-size: 0.875rem;
}

.legal-info__item {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(71, 53, 33, 0.6);
  margin-bottom: 1.8rem;
}
.legal-info__term {
  font-weight: 500;
  opacity: 0.6;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}
.legal-info__desc {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */