@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* ====================================================
HTML
==================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";
  font-weight: 300;
  line-height: 2;
  background: #f5f4f5;
  color: #1f212c;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 1;
  overflow-x: clip;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
}

.inner-s {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.inner-xs {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

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

a {
  text-decoration: none;
}

/* ====================================================
FONTS
==================================================== */
.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.en {
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

/* ====================================================
Animation
==================================================== */
.fadein.scroll-activate {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transform-origin: 50% 0;
  transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.fadein.scroll-activate.active {
  opacity: 1;
  transform: translateZ(0);
}

.fadein-mask {
  overflow: hidden;
}
.fadein-mask .fadein-up {
  display: block;
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fadein-mask.active .fadein-up {
  transform: translateY(0);
}

/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0;
  font-weight: 300;
}

a,
button {
  cursor: revert;
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/* ====================================================
Module
==================================================== */
/* ====================================================
Header
==================================================== */
.header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  width: 100%;
  position: fixed;
  width: 100%;
  top: 0px;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 835px) {
  .header {
    margin: 0 auto;
    padding: 20px 2% 20px 5.7%;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }
}
@media screen and (max-width: 834px) {
  .header {
    padding: 10px 3% 5px;
    position: absolute;
  }
}

.company__logo {
  opacity: 1;
  width: 80px;
  height: auto;
  transition: width 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 834px) {
  .company__logo {
    max-width: 40px;
  }
}

/* ====================================================
Footer
==================================================== */
.footer {
  padding: 160px 0 120px;
  background: url(../img/top/top-mv-bg.webp) center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 70px 0 40px;
  }
}
.footer__title {
  font-size: clamp(15px, 1.4vw, 18px);
  text-align: center;
}
.footer__title-en {
  font-size: clamp(40px, 4.7vw, 80px);
  position: relative;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 834px) {
  .footer__title-en {
    margin-bottom: 35px;
  }
}
.footer__title-en::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(../img/top/footer-dec.svg) center/contain no-repeat;
  width: 252px;
  height: 34px;
  bottom: -25px;
  left: 46%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .footer__title-en::before {
    width: 99px;
  }
}
.footer__text {
  font-weight: 400;
  text-align: center;
  margin-bottom: 82px;
}
@media screen and (max-width: 834px) {
  .footer__text {
    margin-bottom: 35px;
  }
}
.footer__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .footer__btns {
    flex-direction: column;
    gap: 15px;
  }
}
.footer__btns img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}
.footer .tel,
.footer .mail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .tel .link-text-en,
.footer .mail .link-text-en {
  line-height: 1.6;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 300;
}
.footer .tel .link-text-en span,
.footer .mail .link-text-en span {
  font-weight: 500;
}
.footer .tel .link-text,
.footer .mail .link-text {
  font-weight: 400;
  font-size: 13px;
}
.footer .instagram .link-text {
  font-size: clamp(15px, 1.4vw, 18px);
}
.footer .instagram .link-text span {
  font-size: clamp(18px, 1.5vw, 24px);
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
}
.footer .mail:hover {
  background-position: unset;
}
.footer .copyright {
  margin-top: 80px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .footer .copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}

/* ====================================================
floating-banner
==================================================== */
.floating-banner {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  left: 2%;
  background: linear-gradient(122deg, rgb(174, 186, 177) 10%, rgb(85, 164, 177) 50%, rgb(174, 186, 177) 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  width: 178px;
  height: 178px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  transition: background-position 0.8s ease, opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (max-width: 834px) {
  .floating-banner {
    max-width: 250px;
    width: 90%;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 70px;
  }
}
.floating-banner.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.floating-banner:hover {
  background-position: 100% 100%;
}
.floating-banner span.en {
  font-size: clamp(18px, 1.6vw, 24px);
}
.floating-banner p.ja {
  font-weight: 400;
  font-size: clamp(12px, 0.9vw, 14px);
}
/* ====================================================
common
==================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ====================================================
bg-gradient
==================================================== */
.bg-gradient-p {
  background: linear-gradient(70deg, rgb(221, 229, 223) 0%, #d8bddc 100%);
  position: relative;
}

/* ====================================================
BTN
==================================================== */
.btn {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: clamp(250px, 28.5vw, 360px);
  overflow: hidden;
  max-width: 100%;
  height: 120px;
  border-radius: 60px;
  background: linear-gradient(122deg, rgb(174, 186, 177) 10%, rgb(85, 164, 177) 50%, rgb(174, 186, 177) 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  transition: background-position 0.8s ease;
  text-align: center;
  color: #fff;
  position: relative;
}
.btn:hover {
  background-position: 100% 100%;
}
@media screen and (max-width: 834px) {
  .btn {
    width: 300px;
    height: 80px;
  }
}/*# sourceMappingURL=common.css.map */