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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

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

body {
  font-family: "zkr";
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header__searchForm {
  display: none;
  position: absolute;
  top: 100%;
  right: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 240px;
}

.l-header__searchBtn {
  width: 1.25rem;
  height: 1.25rem;
  margin: 1.25rem;
}

.l-header__searchForm.is-active {
  display: block;
}

.p-search-form {
  display: flex;
  gap: 0.5rem;
}
.p-search-form__field {
  flex: 1;
  border: 1px solid #ccc;
  padding: 0.4rem 0.75rem;
  font-size: 0.875rem;
}
.p-search-form__submit {
  border: none;
  background: #333;
  color: #fff;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}
.p-search-form__submit:hover {
  background: #555;
}

.l-main {
  padding-block-start: 4.5rem;
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

.l-inner__narrow {
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.25rem;
    max-width: 600px;
  }
}

.c-page-title {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-page-title__inner {
    flex-direction: column;
    align-items: unset;
    gap: 2rem;
  }
}

.c-page-title__en {
  color: #38302e;
  font-family: "lvf";
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.45px;
}
@media screen and (max-width: 767px) {
  .c-page-title__en {
    font-size: 3.75rem;
  }
}

.c-page-title__ja {
  font-family: "smm";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.125rem; /* 330% */
}
@media screen and (max-width: 767px) {
  .c-page-title__ja {
    font-size: 1rem;
    line-height: 2.125rem; /* 330% */
  }
}

.c-page-title--menu {
  margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .c-page-title--menu {
    margin-block-start: 0.75rem;
  }
}

.c-menu-title {
  position: relative;
}
.c-menu-title::after {
  content: "";
  position: absolute;
  bottom: -4.0625rem;
  left: 50%;
  translate: -50%;
  width: 100%;
  max-width: 999px;
  height: 0.0625rem;
  background-color: #38302e;
}
@media screen and (max-width: 767px) {
  .c-menu-title::after {
    bottom: -2rem;
    width: 90%;
  }
}

.c-menu-title__ja {
  font-family: "smm";
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.125rem; /* 150% */
}
@media screen and (max-width: 767px) {
  .c-menu-title__ja {
    font-size: 2rem;
    text-align: left;
    white-space: nowrap;
    line-height: 2.625rem; /* 150% */
  }
}
.c-menu-title__ja span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-menu-title__ja span {
    font-size: 1.5rem;
  }
}

.c-menu-title__text {
  font-family: "smm";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.66; /* 366.667% */
}
@media screen and (max-width: 767px) {
  .c-menu-title__text {
    font-size: 1rem;
    line-height: 1.75;
    white-space: nowrap;
    text-align: left;
    margin-block-start: 1.5rem;
  }
}

.page-breadcrumb {
  text-align: right;
  font-family: "smm";
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .page-breadcrumb {
    text-align: right;
    margin-block-start: 1.375rem;
  }
}

.c-page-title--type2 .c-page-title__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-page-title--type2 .c-page-title__figure {
  width: 37.5rem;
  height: 21.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-page-title--type2 .c-page-title__figure {
    width: 100%;
    height: auto;
  }
}
.c-page-title--type2 .c-page-title__breadcrumb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 163px;
  height: 33px;
  background: #fff;
  line-height: 42px; /* 350% */
  font-family: "Smm";
  font-size: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-animation__fadeIn {
  translate: 0 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.u-animation__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}