html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.en {
  font-family: "Helvetica Neue", "Arial", sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0e0e0f;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}

.c-bread {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
  gap: 8px;
  font-size: 16px;
}
.c-bread a {
  color: #b7b7b7;
}
.c-bread__divider {
  aspect-ratio: 1/1;
  width: 4px;
  border-radius: 1px;
  background-color: #b7b7b7;
}

.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
}
.c-button:hover {
  opacity: 1;
}
.c-button:hover span {
  border-color: #dadada;
  background-color: #fff;
  color: #0e0e0f;
}
.c-button:hover .c-button__img::after {
  background-color: #0e0e0f;
}
.c-button__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-backdrop-filter: blur(60px);
  -webkit-transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 151px;
  height: 48px;
  border: 1px solid #0e0e0f;
  border-radius: 3px;
          backdrop-filter: blur(60px);
  background-color: #0e0e0f;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.c-button__img {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-backdrop-filter: blur(60px);
  -webkit-transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 73px;
  height: 48px;
  border: 1px solid #0e0e0f;
  border-radius: 3px;
          backdrop-filter: blur(60px);
  background-color: #0e0e0f;
  color: #fff;
  transition: all 0.3s ease;
}
.c-button__img::after {
  aspect-ratio: 1/1;
  display: block;
  width: 12px;
  background-color: #fff;
  content: "";
}
.c-button--arrow .c-button__img::after {
  -webkit-mask-image: url("../img/common/arrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-image: url("../img/common/arrow.svg");
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
}
.c-button--tab .c-button__img::after {
  -webkit-mask-image: url("../img/common/tab.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-image: url("../img/common/tab.svg");
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
}
.c-button--tab:hover .c-button__img::after {
  -webkit-mask-image: url("../img/common/tab_hover.svg");
          mask-image: url("../img/common/tab_hover.svg");
}
.c-button--mail .c-button__img::after {
  -webkit-mask-image: url("../img/common/mail.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-image: url("../img/common/mail.svg");
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
}
.c-button--mail:hover .c-button__img::after {
  -webkit-mask-image: url("../img/common/mail_hover.svg");
          mask-image: url("../img/common/mail_hover.svg");
}
.c-button--tel .c-button__img::after {
  -webkit-mask-image: url("../img/common/tel.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-image: url("../img/common/tel.svg");
          mask-position: center;
          mask-repeat: no-repeat;
          mask-size: contain;
}
.c-button--tel:hover .c-button__img::after {
  -webkit-mask-image: url("../img/common/tel_hover.svg");
          mask-image: url("../img/common/tel_hover.svg");
}

.c-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  margin: 0;
  gap: 10px;
  color: #333333;
}
.c-title__main {
  font-weight: 400;
  font-size: 43px;
  line-height: 100%;
  font-family: "Montserrat", sans-serif;
}
.c-title__sub {
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.c-title--large .c-title__main {
  font-size: 80px;
}
.c-title--large .c-title__sub {
  font-size: 14px;
}

.l-footer {
  padding: 80px 0;
  background: #1a1a1a;
  color: #fff;
}
.l-footer__banner {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #333333;
  white-space: nowrap;
}
.l-footer__banner-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-animation: scroll-banner 30s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: calc(1210px * 4);
  gap: 40px;
          animation: scroll-banner 30s linear infinite;
}
.l-footer__banner-logo {
  aspect-ratio: 397/100;
  width: 397px;
  max-width: unset;
}
.l-footer__banner-img {
  aspect-ratio: 128/80;
  width: 128px;
  border-radius: 6px;
}
.l-footer__container {
  max-width: 1284px;
  margin: 96px auto 0;
  padding: 0 20px;
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__company {
  width: 307px;
}
.l-footer__company-name {
  width: 238px;
}
.l-footer__company-name img {
  width: 100%;
}
.l-footer__company-full-name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.l-footer__company-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 16px;
  gap: 6px;
}
.l-footer__company-info p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.l-footer__company-info p:first-child, .l-footer__company-info p:nth-child(2) {
  margin-bottom: 10px;
}
.l-footer__company-info p strong {
  color: #b7b7b7;
  font-weight: 500;
}
.l-footer__company-info p a {
  color: #fff;
  text-decoration: underline;
}
.l-footer__company-info p a:hover {
  opacity: 0.8;
}
.l-footer__links {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.l-footer__links-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
}
.l-footer__links-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  gap: 10px;
  font-size: 24px;
}
.l-footer__links-title span {
  font-size: 12px;
  line-height: 1.6;
  font-family: Noto Sans JP;
  letter-spacing: 0.02em;
}
.l-footer__links-grid {
  -ms-grid-columns: repeat(4, 1fr);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  padding: 24px 0;
  gap: 30px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ffffff4d;
}
.l-footer__links-heading {
  font-weight: 500;
  font-size: 20px;
}
.l-footer__links-desc {
  margin-top: 7px;
  color: #ffffff80;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.l-footer__external-icon {
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
}
.l-footer__copyright {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-grow: 1;
          align-items: flex-end;
          justify-content: flex-end;
  width: 100%;
  font-size: 12px;
}

@-webkit-keyframes scroll-banner {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes scroll-banner {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
.l-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
}
.l-header .nav {
  width: 100%;
}
.l-header .nav__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 5px;
}
.l-header .nav__logo {
  -webkit-backdrop-filter: blur(30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
          align-items: center;
          justify-content: center;
  width: 151px;
  min-width: 151px;
  height: 56px;
  border-radius: 3px;
          backdrop-filter: blur(30px);
  background: rgba(156, 156, 156, 0.5);
}
.l-header .nav__logo img {
  width: 100px;
  height: auto;
}
.l-header .nav__menu {
  -webkit-backdrop-filter: blur(30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 1;
          align-items: center;
          justify-content: space-between;
  max-width: 776px;
  height: 56px;
  padding: 10px 80px;
  border-radius: 3px;
          backdrop-filter: blur(30px);
  background: rgba(156, 156, 156, 0.5);
}
.l-header .nav__hamburger {
  -webkit-backdrop-filter: blur(30px);
  display: none;
          backdrop-filter: blur(30px);
  background: rgba(156, 156, 156, 0.5);
}
.l-header .nav__contact {
  -webkit-backdrop-filter: blur(30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-width: 151px;
  height: 56px;
  padding: 10px 20px;
  border-radius: 3px;
          backdrop-filter: blur(30px);
  background: rgba(156, 156, 156, 0.5);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  white-space: nowrap;
}
.l-header .nav__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.l-header .nav__item-link {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  white-space: nowrap;
}
.l-header .nav__item img {
  aspect-ratio: 1/1;
  width: 12px;
  margin-left: 10px;
}
.l-header .nav__divider {
  width: 1px;
  height: 20px;
  background: #fff;
  opacity: 0.3;
}
.l-header .nav__copyright {
  display: none;
}

.l-inner {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-about {
  margin-top: 126px;
}
.page-about .c-bread {
  margin-bottom: 78px;
}
.page-about .content {
  margin-top: 80px;
  padding-top: 77px;
  padding-bottom: 120px;
  border-top: 1px solid #dadada;
}
.page-about .about__text {
  width: 620px;
  margin-top: 56px;
  margin-left: auto;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0 4em;
}
.page-about .company {
  margin-top: 160px;
}
.page-about .company__inner {
  -ms-grid-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 1010px;
  margin-top: 56px;
  margin-left: auto;
  gap: 83px;
}
.page-about .company__info-img {
  width: 100%;
}
.page-about .company__info-logo {
  width: 238px;
  margin-bottom: 10px;
}
.page-about .company__info-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 20px;
  padding-bottom: 30px;
  gap: 16px;
  border-bottom: 1px solid #dadada;
}
.page-about .company__info-items:last-child {
  border-bottom: none;
}
.page-about .company__info-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 3px;
}
.page-about .company__info-item-title {
  color: #b7b7b7;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page-about .company__info-item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.page-about .history {
  margin-top: 115px;
}
.page-about .history__items {
  width: 100%;
  max-width: 932px;
  margin-top: 56px;
  margin-left: auto;
}
.page-about .history__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #dadada;
}
.page-about .history__item-title {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  gap: 8px;
  font-weight: 300;
  font-size: 23px;
  font-family: Helvetica, sans-serif;
}
.page-about .history__item-title span {
  color: #b7b7b7;
  font-weight: 500;
  font-size: 14px;
}
.page-about .history__item-text {
  width: 620px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.page-contact {
  margin-top: 126px;
}
.page-contact .c-bread {
  margin-bottom: 78px;
}
.page-contact .content {
  margin-top: 80px;
  padding-top: 93px;
  padding-bottom: 160px;
  border-top: 1px solid #dadada;
}
.page-contact .content__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  max-width: 972px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
}
.page-contact .content__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.page-contact .content__bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
          justify-content: space-between;
  min-height: 48px;
  margin-top: 30px;
}
.page-contact .content__bottom-text {
  font-weight: 500;
  font-size: 18px;
  font-family: Helvetica, sans-serif;
  text-decoration: underline;
}

.page-top .mv {
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 600px;
  overflow: hidden;
}
.page-top .mv__bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-top .mv__bg-image {
  -o-object-fit: cover;
  -o-object-position: center;
  -webkit-transition: opacity 2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.page-top .mv__bg-image.is-active {
  opacity: 1;
}
.page-top .mv__container {
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0 auto;
          transform: translate(-50%, -50%);
  text-align: center;
}
.page-top .mv__title {
  margin-bottom: 32px;
}
.page-top .mv__title img {
  width: 496px;
  height: auto;
}
.page-top .mv__description {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}
.page-top .mv .l-header {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
          transform: translateX(-50%);
}
.page-top .mv .l-header.is-sticky:not(.is-top), .page-top .mv .l-header.is-menu-open:not(.is-top) {
  position: fixed;
  top: 0;
  bottom: auto;
}
.page-top .mv .l-header.is-sticky.is-top .nav__menu, .page-top .mv .l-header.is-menu-open.is-top .nav__menu {
  top: calc(7rem - 100dvh);
  padding-bottom: 10rem;
}
.page-top .mv__num {
  position: absolute;
  right: 20px;
  bottom: 100px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.page-top .mv__num-bar {
  -webkit-transition: width 5000ms linear;
  width: 0%;
  height: 2px;
  margin-top: 8px;
  background: #fff;
  transition: width 5000ms linear;
}
.page-top .about {
  margin-top: 120px;
}
.page-top .about__content {
  -ms-grid-columns: 462fr 385fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 462fr 385fr;
  grid-template-columns: 462fr 385fr;
          align-items: center;
          justify-content: flex-end;
  max-width: 932px;
  margin-top: 56px;
  margin-left: auto;
  gap: 85px;
}
.page-top .about__image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.page-top .about__description {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.page-top .clients {
  margin-top: 160px;
}
.page-top .clients__grid {
  -ms-grid-columns: repeat(4, 1fr);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  max-width: 932px;
  margin-top: 56px;
  margin-left: auto;
  gap: 16px;
}
.page-top .clients__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  aspect-ratio: 230/166;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  border-radius: 6px;
}
.page-top .clients__item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.page-top .clients__item img {
  -o-object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
     object-fit: contain;
}
.page-top .information {
  margin-top: 160px;
}
.page-top .information__stores {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  max-width: 932px;
  margin-top: 60px;
  margin-left: auto;
  gap: 26px;
}
.page-top .information__store-header {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
}
.page-top .information__store-image {
  margin-top: 24px;
}
.page-top .information__store-image img {
  max-width: 100%;
  height: auto;
}
.page-top .information__store-details {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-top: 24px;
  gap: 15px;
}
.page-top .information__store-name {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.page-top .information__store-name span {
  padding-left: 10px;
  border-left: 1px solid #dadada;
}
.page-top .information__store-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 541px;
  margin-bottom: 30px;
  gap: 24px;
}
.page-top .information__store-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #dadada;
}
.page-top .information__store-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02;
}
.page-top .information__store-text {
  margin-top: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  font-family: Noto Sans JP;
  letter-spacing: 0.02em;
}
.page-top .information__store-tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-top: 16px;
  gap: 4px;
  color: #0166ff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
.page-top .contact {
  margin-top: 120px;
  padding-bottom: 116px;
}
.page-top .contact__content {
  margin-top: 60px;
}
.page-top .contact__text {
  width: 541px;
  margin-left: auto;
}
.page-top .contact__description {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.5641025641vw;
  }
  .c-bread {
    font-size: 1.2rem;
  }
  .c-bread__divider {
    width: 0.4rem;
    border-radius: 0.1rem;
  }
  .c-button {
    gap: 0.5rem;
  }
  .c-button__text {
    width: 17.3rem;
    height: 4.8rem;
    border-radius: 0.3rem;
    font-size: 1.4rem;
  }
  .c-button__img {
    width: 8.4rem;
    height: 4.8rem;
    border-radius: 0.3rem;
  }
  .c-button__img::after {
    width: 1.2rem;
  }
  .c-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
  .c-title__main {
    font-size: 3.2rem;
  }
  .c-title__sub {
    font-size: 1.2rem;
  }
  .c-title--large .c-title__main {
    font-size: 4.2rem;
  }
  .c-title--large .c-title__sub {
    font-size: 1.2rem;
  }
  .l-footer {
    padding: 4rem 0 16rem;
  }
  .l-footer__banner {
    padding: 1.5rem 0;
  }
  .l-footer__banner-content {
    width: calc(908px * 4);
    gap: 4rem;
  }
  .l-footer__banner-logo {
    width: 27.8rem;
  }
  .l-footer__banner-img {
    width: 9.6rem;
  }
  .l-footer__container {
    max-width: unset;
    margin-top: 4rem;
    padding: 0 2rem;
  }
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer__company {
    width: 100%;
  }
  .l-footer__company-name {
    width: 23.8rem;
  }
  .l-footer__company-full-name {
    font-size: 1.4rem;
  }
  .l-footer__company-info {
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
  .l-footer__company-info p {
    font-size: 1.4rem;
  }
  .l-footer__company-info p:first-child, .l-footer__company-info p:nth-child(2) {
    margin-bottom: 0;
  }
  .l-footer__links {
    margin-top: 3.8rem;
  }
  .l-footer__links-title {
    gap: 1rem;
    font-size: 2rem;
  }
  .l-footer__links-title span {
    font-size: 1.2rem;
  }
  .l-footer__links-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding: 3.4rem 0;
    gap: 3.6rem;
  }
  .l-footer__links-heading {
    font-size: 1.6rem;
  }
  .l-footer__links-desc {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
  .l-footer__external-icon {
    width: 1.2rem;
  }
  .l-footer__copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
    font-size: 1.2rem;
  }
  .l-header {
    padding: 2rem 0;
  }
  .l-header.is-top .nav__menu {
    padding-top: 4rem;
  }
  .l-header .nav__container {
    padding: 0 2rem;
    gap: 0.5rem;
  }
  .l-header .nav__logo {
    width: 12.8rem;
    min-width: unset;
    height: 4rem;
    padding: 1rem 2.4rem;
  }
  .l-header .nav__logo img {
    width: 8rem;
  }
  .l-header .nav__menu {
    -webkit-transition: -webkit-clip-path 0.3s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
    width: 100%;
    height: 100dvh;
    padding: 9rem 2rem 4rem;
    gap: 2rem;
    background-color: #0e0e0f;
    font-size: 2rem;
    transition: -webkit-clip-path 0.3s ease-in-out;
    transition: clip-path 0.3s ease-in-out;
    transition: clip-path 0.3s ease-in-out, -webkit-clip-path 0.3s ease-in-out;
  }
  .l-header .nav__menu.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header .nav__hamburger {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    height: 4rem;
    padding: 1rem 2.4rem;
    gap: 0.8rem;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
  }
  .l-header .nav__contact {
    width: 12.8rem;
    min-width: unset;
    height: 4rem;
    padding: 0;
    font-size: 1.3rem;
  }
  .l-header .nav__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
            justify-content: flex-start;
  }
  .l-header .nav__item-link {
    font-size: 2rem;
  }
  .l-header .nav__item-link-sub {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    color: #ffffff80;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
  .l-header .nav__divider {
    width: 100%;
    height: 0.1rem;
  }
  .l-header .nav__copyright {
    display: block;
    margin: auto auto 0;
    color: #fff;
    font-size: 1.2rem;
  }
  .l-inner {
    max-width: unset;
    padding: 0 2rem;
  }
  .page-about {
    margin-top: 8.2rem;
  }
  .page-about .c-bread {
    margin-bottom: 4rem;
  }
  .page-about .content {
    margin-top: 4rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .page-about .about__text {
    width: 30.6rem;
    margin-top: 3.2rem;
    font-size: 1.4rem;
  }
  .page-about .company {
    margin-top: 8rem;
  }
  .page-about .company__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 30.6rem;
    margin-top: 5.6rem;
    gap: 3.2rem;
  }
  .page-about .company__info-logo {
    width: 23.8rem;
    margin-bottom: 1rem;
  }
  .page-about .company__info-items {
    margin-top: 2rem;
    padding-bottom: 3rem;
    gap: 1.2rem;
  }
  .page-about .company__info-item {
    gap: 0.3rem;
  }
  .page-about .company__info-item-title {
    font-size: 1.2rem;
  }
  .page-about .company__info-item-text {
    font-size: 1.4rem;
  }
  .page-about .history {
    margin-top: 5rem;
  }
  .page-about .history__items {
    width: 30.6rem;
    margin-top: 3.2rem;
  }
  .page-about .history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 4rem;
    gap: 2.4rem;
  }
  .page-about .history__item-title {
    gap: 0.8rem;
    font-size: 2rem;
  }
  .page-about .history__item-title span {
    font-size: 1.3rem;
  }
  .page-about .history__item-text {
    width: 100%;
    font-size: 1.4rem;
  }
  .page-contact {
    margin-top: 8.2rem;
  }
  .page-contact .c-bread {
    margin-bottom: 4rem;
  }
  .page-contact .content {
    margin-top: 4rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .page-contact .content__inner {
    padding: 0 2rem;
    gap: 4rem;
  }
  .page-contact .content__item {
    padding: 0 4.4rem 2rem;
  }
  .page-contact .content__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            flex-direction: column;
            align-items: flex-start;
    min-height: unset;
    margin-top: 4rem;
    gap: 4rem;
  }
  .page-contact .content__bottom-text {
    font-size: 1.6rem;
  }
  .page-contact .content .c-title .c-title__main {
    font-size: 2.4rem;
  }
  .page-top .mv__container {
    -webkit-transform: translate(-50%, 0);
    top: 5.6rem;
            transform: translate(-50%, 0);
  }
  .page-top .mv__title {
    margin-bottom: 2rem;
  }
  .page-top .mv__title img {
    width: 25.9rem;
  }
  .page-top .mv__description {
    font-size: 1.5rem;
  }
  .page-top .mv .l-header {
    bottom: -1rem;
  }
  .page-top .mv__num {
    right: 1rem;
    bottom: 6rem;
    font-size: 1.2rem;
  }
  .page-top .mv__num-bar {
    height: 0.2rem;
    margin-top: 0.8rem;
  }
  .page-top .about {
    margin-top: 12.7rem;
  }
  .page-top .about__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 30.6rem;
    margin-top: 2.4rem;
    gap: 1.6rem;
  }
  .page-top .about__image img {
    border-radius: 0.6rem;
  }
  .page-top .about__description {
    margin-bottom: 3.2rem;
    font-size: 1.4rem;
  }
  .page-top .clients {
    margin-top: 8rem;
  }
  .page-top .clients__grid {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    width: 30.6rem;
    margin-top: 2.4rem;
    gap: 1rem;
  }
  .page-top .clients__item {
    aspect-ratio: 150/120;
  }
  .page-top .information {
    margin-top: 8rem;
  }
  .page-top .information__stores {
    width: 30.6rem;
    margin-top: 3.2rem;
    gap: 2.6rem;
  }
  .page-top .information__store-header {
    font-size: 1.8rem;
  }
  .page-top .information__store-image {
    margin-top: 2.4rem;
  }
  .page-top .information__store-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .page-top .information__store-name {
    font-size: 1.6rem;
  }
  .page-top .information__store-name span {
    padding-left: 1rem;
  }
  .page-top .information__store-info {
    width: 100%;
    gap: 2rem;
  }
  .page-top .information__store-item {
    padding-bottom: 2rem;
  }
  .page-top .information__store-title {
    gap: 0.4rem;
    font-size: 1.5rem;
  }
  .page-top .information__store-text {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
  .page-top .information__store-tel {
    margin-top: 1.6rem;
    gap: 0.4rem;
    font-size: 1.4rem;
  }
  .page-top .contact {
    margin-top: 5rem;
    padding-bottom: 13.5rem;
  }
  .page-top .contact__content {
    margin-top: 3.2rem;
  }
  .page-top .contact__text {
    width: 30.6rem;
  }
  .page-top .contact__description {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
  a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  a:hover {
    opacity: 0.7;
  }
}
