@charset "UTF-8";
/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  width: 100vw;
  max-width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 12px 16px;
  z-index: 1000;
  background: transparent;
}

header img {
  width: 100px;
  max-width: 45vw;
  height: auto;
  display: block;
}

.hamburger {
  width: 44px;
  height: 44px;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;

  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #333;
  border-radius: 999px;
}

.FV {
  position: relative;
  width: 100%;
  height: 80dvh;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}

.fv-prin {
  position: absolute;
  top: 0;
  left: 30%;
  transform: translateX(-50%);

  width: 65%;
  height: 60dvh;
  object-fit: cover;
  object-position: center center;

  border-radius: 12px;
  z-index: 0;
}

.catchcopy {
    position: absolute;
    bottom: 15vh;

    font-size: 1.5rem;
    font-weight: 800;

    z-index: 10;
}
.sub-h1 {
    position: absolute;
    bottom: 12vh;
    
    font-weight: 800;

    z-index: 10;
}

.concept {
  position: relative;
  padding: 80px 20px;
}

.concept::before {
  content: "";
  position: absolute;
  top: 30vh;
  right: 16px;

  width: 180px;
  height: 180px;

  background-color: #efd98b;
  opacity: 0.35;

  transform: rotate(45deg) skew(-10deg, 6deg);
  border-radius: 10px;

  z-index: 0;
}
.concept::after {
  content: "";
  position: absolute;
  bottom: 10vh;
  left: 32px;

  width: 120px;
  height: 120px;

  background-color: #efd98b;
  opacity: 0.35;

  transform: rotate(45deg) skew(-10deg, 6deg);
  border-radius: 10px;

  z-index: 0;
}

.concept h2 {
  position: absolute;
  top: 80px;
  left: 20px;

  font-size: 2rem;
  font-weight: 800;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.02em;
  z-index: 2;
}

.concept img {
  position: relative;
  display: block;
  width: 70%;
  height: auto;
  margin-left: 64px;
  margin-bottom: 40px;
  z-index: 100;
}

.concept p {
  position: relative;
  font-weight: 700;
  margin-left: 64px;
  line-height: 2;
   margin-left: 0;
  text-align: center;
  line-height: 2;

  z-index: 100;
}

.menu {
  padding: 90px 20px;
  overflow: hidden;
}

.menu h2 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 64px;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* 3つ共通 */
.menu-item1,
.menu-item2,
.menu-item3 {
  position: relative;
  padding-bottom: 60px;
}

.menu-item1 img,
.menu-item2 img,
.menu-item3 img {
  display: block;
  width: 86%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
}

/* 文字カード */
.menu-text {
  position: absolute;
  right: 0;
  bottom: 0;

  width: 82%;
  padding: 28px 22px;



  z-index: 2;
}

.menu-text h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.menu-text p {
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 700;
}

/* 飾りの丸 */
.menu-item1::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 420px;
  background-color: #f8e9a1;
  border-radius: 10%;
  opacity: 0.6;
  z-index: 0;
}

.menu-item2::before{
  content: "";
  position: absolute;
  width: 300px;
  height: 500px;
  background-color: #f8e9a1;
  border-radius: 10%;
  opacity: 0.6;
  z-index: 0;
}

.menu-item3::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: #f8e9a1;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 0;
}

/* 画像と文字を前に出す */
.menu-item1 img,
.menu-item2 img,
.menu-item3 img,
.menu-text {
  position: relative;
}

/* 1つ目 */
.menu-item1::before {
  top: -28px;
  right: -36px;
}

.menu-item1 img {
  margin-left: 0;
}

/* 2つ目だけ反転 */
.menu-item2::before {
  top: -28px;
  left: -36px;
}

.menu-item2 img {
  margin-left: auto;
}

.menu-item2 .menu-text {
  left: 0;
  right: auto;
}

/* 3つ目 */
.menu-item3::before {
  top: -28px;
  right: -36px;
}

.menu-item3 img {
  margin-left: 0;
}

.access {
  padding: 0 20px 30px 20px;
}

/* h2と地図を横並び */
.access-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 32px;
}

.access h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;

  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;

  flex-shrink: 0;
}

/* 地図 */
.access-map {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
}

/* 情報部分 */
.access-info {
  padding: 32px 24px;
}

.access-info p {
  line-height: 2;
  font-size: 0.95rem;
  margin-bottom: 24px;
  font-weight: 800;
  text-align: center;
}

.access-info p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 56px 20px 32px;
  background-color: #f8e9a1;
  color: #fffaf0;
  text-align: center;
}

.footer-logo {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 32px;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 28px;

  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav a {
  color: #fffaf0;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.fade-up2 {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease 0.25s,
    transform 0.8s ease 0.25s;
}

.fade-up.is-show,
.fade-up2.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 左からスライドイン前 */
.slide-left {
  opacity: 0;
  transform: translateX(-80px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

/* 画面内に入った後 */
.fade-up.is-show,
.slide-left.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.fixed-back-link {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 100;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;

  width: 64px;
  height: 64px;

  padding: 0;

  color: #050505;
  background-color: rgba(250, 250, 250, 0.9);
  border: 1px solid rgba(250, 250, 250, );
  border-radius: 50%;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.fixed-back-link:hover {
  color: #fff;
  background-color: #050505;
  transform: translateY(-3px);
}

@media (min-width: 768px) {

  /* header */
  header {
    padding: 20px 48px;
  }

  header img {
    width: 130px;
  }

  .hamburger {
    width: 52px;
    height: 52px;
  }

  .hamburger span {
    width: 34px;
  }


  /* FV */
  .FV {
    height: 90vh;
    padding: 0 80px;
  }

  .fv-prin {
    top: 40px;
    left: 38%;
    width: 70%;
    height: 72vh;
    border-radius: 10px;
  }

  .catchcopy {
    bottom: 8vh;
    left: 12%;
    font-size: 3rem;
    line-height: 1.25;
  }

  .sub-h1 {
    bottom: 5vh;
    left: 12%;
    font-size: 1.2rem;
  }


  /* concept */
  .concept {
    max-width: 1180px;
    margin: 0 auto;
    padding: 140px 60px;
  }

  .concept::before {
    top: 180px;
    right: 80px;
    width: 260px;
    height: 260px;
  }

  .concept::after {
    bottom: 120px;
    left: 80px;
    width: 180px;
    height: 180px;
  }

  .concept h2 {
    top: 140px;
    left: 60px;
    font-size: 4rem;
  }

  .concept img {
    width: 42%;
    margin-left: 180px;
    margin-bottom: 70px;
  }

  .concept p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 2.2;
  }


  /* menu */
  .menu {
    padding: 140px 60px;
  }

  .menu h2 {
    font-size: 3.2rem;
    margin-bottom: 100px;
  }

  .menu-list {
    max-width: 1180px;
    margin: 0 auto;
    gap: 120px;
  }

  .menu-item1,
  .menu-item2,
  .menu-item3 {
    position: relative;
    min-height: 420px;
    padding-bottom: 0;
  }

  .menu-item1 img,
  .menu-item2 img,
  .menu-item3 img {
    width: 55%;
    height: 360px;
    border-radius: 36px;
  }

  .menu-text {
    width: 48%;
    bottom: 0;
    padding: 36px 32px;
  }
  .menu-item2 .menu-text {
    left: 10vh;
  }

  .menu-text h3 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

  .menu-text p {
    font-size: 1rem;
    line-height: 2.1;
  }

  .menu-item1::before {
    width: 550px;
    height: 320px;
    top: 10vh;
    right: 80px;
  }

  .menu-item2::before {
   content: "";
  position: absolute;
  top: 24px;
  left: 20vh;

  width: 400px;
  height: 400px;

  background-color: #efd98b;
  opacity: 0.35;

  transform: rotate(45deg) skew(-10deg, 6deg);
  border-radius: 10px;

  }

  .menu-item3::before {
    width: 520px;
    height: 520px;
    top: -80px;
    right: 80px;
  }

  .menu-item1 img,
  .menu-item3 img {
    margin-left: 0;
  }

  .menu-item1 .menu-text,
  .menu-item3 .menu-text {
    right: 40px;
  }

  .menu-item2 img {
    margin-left: auto;
  }

  .menu-item2 .menu-text {
    right: 200vh;
  }


  /* access */
  .access {
    max-width: 1180px;
    margin: 0 auto;
    padding: 120px 60px;
  }

  .access-head {
    gap: 40px;
    margin-bottom: 56px;
  }

  .access h2 {
    font-size: 3.2rem;
  }

  .access-map iframe {
    height: 420px;
  }

  .access-info {
    display: flex;
    justify-content: center;
    gap: 72px;
    padding: 48px 32px;
  }

  .access-info p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 2;
  }


  /* footer */
  .footer {
    padding: 80px 40px 48px;
  }

  .footer-logo {
    width: 150px;
    margin-bottom: 40px;
  }

  .footer-nav {
    gap: 48px;
  }

  .footer-nav a {
    font-size: 0.95rem;
  }
}