@charset "UTF-8";

:root {
  --shishishi-bg: #f3f2f0;
  --shishishi-text: #111;
  --shishishi-muted: #666;
  --shishishi-card: rgba(255, 255, 255, 0.88);
  --shishishi-radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body.home-shishishi {
  background: var(--shishishi-bg);
  color: var(--shishishi-text);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.035em;
}

.home-shishishi a {
  color: inherit;
}

.home-shishishi .site-header {
  color: #111;
  mix-blend-mode: normal;
}

.home-shishishi .nav__wrapper {
  gap: clamp(12px, 2vw, 26px);
}

.home-shishishi .nav__item a {
  color: #111;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.home-shishishi .site-header__end {
  display: none;
}

.home-shishishi .humberger__line {
  background: #111;
}

.shishishi-wrapper {
  overflow: hidden;
}

.shishishi-section {
  position: relative;
  width: min(92vw, 1120px);
  margin-inline: auto;
}

.shishishi-card {
  background: var(--shishishi-card);
  border-radius: var(--shishishi-radius);
  box-sizing: border-box;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
}

.shishishi-hero {
  position: relative;
  width: min(92vw, 1120px);
  height: clamp(420px, 56vw, 760px);
  min-height: clamp(420px, 56vw, 760px);
  margin: 58px auto 0;
  overflow: visible;
  border-radius: 0;
  background: #d8d4cc;
}

#home-hero.shishishi-hero {
  height: clamp(420px, 56vw, 760px);
  min-height: clamp(420px, 56vw, 760px);
}

.shishishi-hero > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.shishishi-hero .shishishi-hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.shishishi-hero__overlay {
  position: absolute;
  inset: auto auto clamp(34px, 3vw, 64px) clamp(34px, 5vw, 64px);
  display: flex;
  align-items: flex-end;
  gap: clamp(6px, 0.8vw, 12px);
}

.shishishi-hero__tagline {
  color: #fff;
  font-size: clamp(13px, 1.7vw, 20px);
  font-weight: 900;
  line-height: 1.7;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
}

.shishishi-hero__logo {
  width: min(40vw, 350px);
  height: auto;
  filter: drop-shadow(0 1px 7px rgba(0, 0, 0, 0.22));
}

.home-shishishi .photo-credit {
  display: none !important;
}

.shishishi-hero__renewal-note {
  width: min(92vw, 1120px);
  margin: 8px auto 0;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

.home-shishishi .shishishi-marquee .scrolldown-wrapper {
  position: absolute !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: calc(4vw + 8px) !important;
  width: 20px !important;
  height: 120px !important;
  z-index: 3;
}

.home-shishishi .shishishi-marquee .scrolldown1 {
  position: relative !important;
  width: 20px !important;
  height: 120px !important;
  margin-left: 0 !important;
  color: #111 !important;
  background: transparent !important;
}

.home-shishishi .shishishi-marquee .scrolldown1 span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  writing-mode: vertical-rl;
  transform: none !important;
  color: #111 !important;
  background: transparent !important;
  -webkit-text-fill-color: #111;
}

.home-shishishi .shishishi-marquee .scrolldown1::before {
  content: none !important;
}

.home-shishishi .shishishi-marquee .scrolldown1::after {
  content: "" !important;
  position: absolute !important;
  top: 58px !important;
  left: 9px !important;
  width: 1px !important;
  height: 62px !important;
  border: 0 !important;
  background-color: #111 !important;
  animation: shishishi-scroll-line 1.6s ease-in-out infinite;
  transform-origin: top;
}

@keyframes shishishi-scroll-line {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  35% {
    transform: scaleY(1);
    opacity: 1;
  }
  70% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}

.shishishi-marquee {
  position: relative;
  margin: 30px 0 0;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .shishishi-marquee {
    padding-top: 0;
  }
  .shishishi-marquee ul {
    padding-top: 5vw;
  }
}

.shishishi-marquee .scroll {
  padding-bottom: 0 !important;
}

.shishishi-marquee .scroll li {
  display: flex;
  align-items: center;
  margin-right: clamp(28px, 5vw, 62px);
}

.shishishi-marquee img {
  width: clamp(84px, 13vw, 160px);
  height: auto;
  display: block;
}


#shoplist h2,
#instagram h2 {
  color: #111;
  text-align: center;
}

#instagram h2.instagram-title--with-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#instagram h2.instagram-title--with-logo img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* 3列レイアウトのまま、2件だけの行は左右端に寄せず中央付近にまとめる */
@media screen and (min-width: 768px) {
  #shoplist .flex.flex-33 {
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 768px) {
  #concept {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .home-shishishi #concept .img-parallax-2 {
    width: 54%;
  }

  .home-shishishi #concept .img-parallax-3 {
    width: 45%;
  }
}

#concept h2{
  color: #111;
}

.concept-card__logo {
  width: min(18vw, 130px);
  margin: 22px 0 0 auto;
  display: block;
  min-width: 150px;
}

#experience h2{
  color: #111;
}

#experience .map-container {
  align-items: center;
  display: flex;
}

.experience-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.experience-columns h3 {
  display: inline-block;
  margin-bottom: 10px;
  min-width: 132px;
  padding: 7px 14px;
  background: #111;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.experience-columns h3.experience-label-visitor {
  background: #98938f;
}

.experience-columns ul {
  list-style: none;
}

.experience-columns li {
  position: relative;
  margin-top: 7px;
  padding-left: 1.2em;
  color: #111;
  line-height: 1.7;
}

.experience-columns li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.experience-note {
  margin-top: 18px;
  font-size: 80%;
  line-height: 1.8 !important;
}

.instagram-section {
  margin-top: clamp(calc(84px / 3), calc(11vw / 3), calc(140px / 3));
}

#instagram > .section__wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.instagram-widget {
  width: min(90vw, 1200px);
  margin-inline: auto;
}

.instagram-embed-slot {
  min-height: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.24);
}

.instagram-fallback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 32px);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .instagram-fallback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.instagram-fallback-grid__cell {
  min-width: 0;
  display: flex;
  justify-content: center;
}

/* 埋め込みのメディア帯のみ表示：上部ヘッダー・下部リンク/アイコンをクリップ */
.instagram-embed-crop {
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  border-radius: 3px;
  position: relative;
  contain: paint;
}

@media screen and (min-width: 768px) {
  .instagram-embed-crop {
    height: auto;
    aspect-ratio: 9.5 / 10;
  }
}

.instagram-embed-crop .instagram-media,
.instagram-embed-crop iframe {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

.instagram-embed-crop .instagram-media {
  transform: translateY(clamp(-76px, -7.5vw, -108px));
  transform-origin: top center;
}

.instagram-embed-crop iframe {
  display: block;
  border: 0;
}

#access h2 {
  color: #111;
}

.shishishi-contact {
  margin-top: clamp(58px, 8vw, 105px);
}

.home-shishishi #contact .flex.flex-50 > .flex__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.home-shishishi #contact .flex.flex-50 > .flex__row > a.btn-contact {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 0;
}

.home-shishishi .btn-contact-1,
.home-shishishi .btn-contact-2 {
  position: relative;
  overflow: hidden;
  background-image: none !important;
  background-color: transparent !important;
}

.home-shishishi .btn-contact-1::before,
.home-shishishi .btn-contact-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.15);
  background-blend-mode: overlay;
  transition: transform 0.4s ease, background-color 0.4s ease;
  z-index: 0;
}

.home-shishishi .btn-contact-1:hover::before,
.home-shishishi .btn-contact-2:hover::before {
  transform: scale(1.1);
  background-color: rgba(0, 0, 0, 0.02);
}

.home-shishishi .btn-contact-1 > div,
.home-shishishi .btn-contact-2 > div {
  position: relative;
  z-index: 1;
}

.home-shishishi .btn-contact-1,
.home-shishishi .btn-contact-1:hover,
.home-shishishi .btn-contact-1:visited,
.home-shishishi .btn-contact-2,
.home-shishishi .btn-contact-2:hover,
.home-shishishi .btn-contact-2:visited {
  text-decoration: none;
  color: #fff;
}

.home-shishishi .btn-contact.btn-contact-2 {
  aspect-ratio: 3 / 1;
  min-height: 0;
}

.home-shishishi .btn-contact-2 > div {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: clamp(18px, 3.5vw, 28px) clamp(16px, 4.5vw, 36px);
}

.home-shishishi .btn-contact.btn-contact-2 h2 {
  margin-bottom: 0.35em;
  font-size: clamp(18px, 2.15vw, 22px) !important;
  line-height: 1.34;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: break-word;
}

.home-shishishi .btn-contact.btn-contact-2 p {
  margin-top: 0;
  font-size: clamp(11px, 1.35vw, 14px) !important;
  line-height: 1.35;
}

.home-shishishi .btn-contact-1::before {
  background-image: url("/assets/img/contact-1-2.webp");
  background-image: image-set(url("/assets/img/contact-1-2.webp") type("image/webp"), url("/assets/img/contact-1-2.jpg") type("image/jpeg"));
}

.home-shishishi .btn-contact-2::before {
  background-image: url("/assets/img/contact-2-2.webp");
  background-image: image-set(url("/assets/img/contact-2-2.webp") type("image/webp"), url("/assets/img/contact-2-2.jpg") type("image/jpeg"));
}

.home-shishishi .btn-contact[aria-disabled="true"] {
  cursor: default;
}

.home-shishishi #footer-credit {
  color: #111;
}

.home-shishishi .site-menu {
  color: #111;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .access-card {
    grid-template-columns: 1fr;
  }

  .home-shishishi .btn-contact.btn-contact-2 h2 {
    font-size: clamp(15px, 2vw, 18px) !important;
    line-height: 1.25;
  }

  .home-shishishi .btn-contact.btn-contact-2 p {
    font-size: 11px !important;
    line-height: 1.25;
  }
}

@media screen and (max-width: 1000px) {
  #experience .inner{
    display: block;
  }
  #experience .inner > div{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home-shishishi .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }

  .home-shishishi .site-header__wrapper {
    align-items: flex-start;
  }

  .shishishi-hero {
    width: 92vw;
    height: clamp(530px, 99vw, 760px);
    min-height: clamp(530px, 99vw, 760px);
    margin-top: 58px;
  }

  #home-hero.shishishi-hero {
    height: clamp(530px, 99vw, 760px);
    min-height: clamp(530px, 99vw, 760px);
  }

  .shishishi-hero__overlay {
    inset: auto auto 8vw 6vw;
    display: flex;
    gap: 6px;
  }

  .shishishi-hero__tagline {
    margin-bottom: 0;
    font-size: clamp(12px, 2.3vw, 16px);
  }

  .shishishi-hero__logo {
    width: min(40vw, 250px);
  }

  .shishishi-section {
    width: 90vw;
  }

  .experience-columns,
  .instagram-fallback-grid {
    grid-template-columns: 1fr;
  }

  .experience-columns h3 {
    margin-top: 24px;
  }

  .instagram-widget {
    width: min(90vw, 1200px);
    margin-top: clamp(20px, 4vw, 36px);
  }

  #instagram h2.instagram-title--with-logo {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .instagram-fallback-grid {
    gap: 22px;
  }

  .instagram-fallback-grid__cell {
    margin-top: clamp(18px, 4.5vw, 28px);
  }

  .instagram-embed-crop {
    /* height: clamp(272px, 64vw, 400px); */
    /* aspect-ratio: unset; */
    aspect-ratio: 8.8 / 10;
    width: 90%;
  }

  .instagram-embed-crop .instagram-media {
    transform: translateY(clamp(-64px, -11vw, -100px));
  }

  .home-shishishi .site-menu .section__wrapper .section__inner .flex .flex__row .menu-sub-title a {
    color: #111;
  }

  .home-shishishi .site-menu .section__wrapper .section__inner .flex .flex__row .menu-sub-title a:hover {
    color: #333;
  }

  .home-shishishi .site-menu .section__wrapper .section__inner .flex .flex__row .menu__title {
    border-left-color: #111;
  }
}
