@charset "UTF-8";
body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #000000;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1;
  overflow-x: clip; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 1.4rem; } }

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

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

.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

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

.ja-title {
  font-family: "Shippori Mincho", serif; }

.ja {
  font-family: "Noto Sans JP", sans-serif; }

.en {
  font-family: "Cormorant Garamond", serif; }

.fadein.scroll-activate {
  opacity: 0;
  transform: translate(0, 30px);
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s; }

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

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  position: absolute;
  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 5% 20px;
      transition: transform 0.6s ease, opacity 0.6s ease; } }
  @media screen and (max-width: 834px) {
    .header {
      padding: 10px 3% 10px; } }

.header.scroll-header {
  background-color: #4c413a; }

.header-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem; }
  @media screen and (max-width: 1200px) {
    .header-left {
      width: 29%;
      align-items: flex-start;
      flex-direction: column;
      gap: 0.5rem; } }
  @media screen and (max-width: 834px) {
    .header-left {
      width: 80%;
      flex-direction: row;
      gap: 1rem;
      align-items: center; } }

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

a.welina {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: width 0.4s ease, opacity 0.4s ease; }
  @media screen and (max-width: 834px) {
    a.welina img {
      width: 2rem; } }
  a.welina h1.visible-logo {
    color: #fff;
    font-size: clamp(1.2rem, 1.3vw, 2.2rem);
    font-weight: 600; }

.header-right {
  width: 54%; }
  @media screen and (max-width: 1200px) {
    .header-right {
      width: 70%; } }
  @media screen and (max-width: 834px) {
    .header-right {
      width: fit-content; } }

@media screen and (max-width: 834px) {
  .header-nav {
    display: none; } }

.header-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 30px; }
  @media screen and (max-width: 834px) {
    .header-nav ul {
      column-gap: 10px; } }

.header-nav ul li a {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: 500;
  color: #fff; }

.hamburger {
  display: none; }
  @media screen and (max-width: 834px) {
    .hamburger {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      background: none;
      gap: 0.7rem;
      border: none;
      position: relative;
      z-index: 1000;
      padding: unset; } }

.hamburger__line {
  width: 40px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 30px;
  background-color: #fff; }

.hamburger.openNav .hamburger__line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 9px); }

.hamburger.openNav .hamburger__line:nth-child(2) {
  opacity: 0; }

.hamburger.openNav .hamburger__line:nth-child(3) {
  transform: rotate(-45deg) translate(1px, -5px); }

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(76, 65, 58, 0.9);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0.4s; }

.menu-overlay.openNav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0s; }

.menu-overlay.closeNav {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s linear 0.4s; }

.hamburger-nav {
  width: 90%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }

.global-navigation__list {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 2vw, 5rem);
  align-items: center; }
  .global-navigation__list li {
    line-height: 1; }
  .global-navigation__list a {
    opacity: 0;
    transition: 0.8s ease 0.3s;
    -webkit-transition: 0.8s ease 0.3s;
    font-size: clamp(1.7rem, 3vw, 2rem);
    color: #fff;
    font-weight: 500; }

.menu-overlay.openNav .global-navigation__list li a {
  opacity: 1;
  transition: 0.8s ease 0.3s;
  -webkit-transition: 0.8s ease 0.3s; }

/* メニューが閉じるときに上にスライドアウト */
.menu-overlay.closeNav .global-navigation__list li a {
  opacity: 0;
  transition: 0.8s ease 0.3s;
  -webkit-transition: 0.8s ease 0.3s; }

.hamburger-picture {
  width: 90%;
  margin: 5rem auto 0; }
  .hamburger-picture img {
    width: 100%;
    height: auto; }

.footer {
  padding: 0 0 6rem;
  background-color: #4C413A; }
  @media screen and (max-width: 834px) {
    .footer {
      padding: 4.5rem 0 5rem; } }
  .footer .copyright {
    border-top: 1px solid rgba(199, 199, 199, 0.2);
    padding-top: 2.5rem;
    text-align: right;
    font-size: 1.3rem;
    color: #fff;
    font-weight: 100; }
    @media screen and (max-width: 834px) {
      .footer .copyright {
        padding: 1rem 0 0; } }
