.elementor-2068 .elementor-element.elementor-element-49d1db8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-2068 .elementor-element.elementor-element-cbbff1d .elementor-icon-wrapper{text-align:center;}.elementor-2068 .elementor-element.elementor-element-c1540a2{--display:flex;overflow:visible;}/* Start custom CSS *//* WordPress 管理バーがある場合は loading-screen を非表示にする */
body.elementor-editor-active .loading-screen {
  display: none ;
}

/* 共通レイアウト */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ローディング全体 */
.loading-screen {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: 'Alegreya Sans', "Poppins", "Noto Sans JP", sans-serif;
  overflow: hidden;
  background: transparent;
  transition: opacity 1s ease;
}

.loading-screen.slide-out {
  opacity: 0;
  pointer-events: none;
}

.loading-screen.slide-out .loading-content {
  transform: scaleX(1.8) translateX(100px);
  opacity: 0;
  filter: blur(2px);
  transition: transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
}

/* 白いカバー：横スライド */
.loading-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  z-index: 0;
  transform: translateX(0);
  transition: transform 1s ease;
}

.loading-screen.slide-out .loading-cover {
  transform: translateX(100%);
}

/* 背景画像＋グラデーション */
.loading-bg {
  position: absolute;
  inset: 0;
  /*background-image: 
    linear-gradient(135deg, #fce4ecbb, #e0f7fabb),
    url("https://sai-irodori.design/wp-content/uploads/2025/07/AdobeStock_1491859120.jpeg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
  background-color:#FFFFFB;
}

/* ローディングコンテンツは上に */
.loading-content {
  position: relative;
  z-index: 2;
}

.loading-bg.heartbeat {
  animation: heartbeat 2s ease-in-out infinite;
  transform-origin: center;
}


@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.12);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.08);
  }
  60% {
    transform: scale(1);
  }
}



/* 中央コンテンツ */
.loading-content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 80%;
  padding: 2rem;
  transition: transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
}
.catch-line-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}


.catch-line {
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  line-height: 1.3;
  align-items: center;
}

.fixed-text {
  color:#121212;
  font-size: 75%;
  margin-right: 20px;
  padding-left: 30px;
}

.typing-text {
  color: #f78da7;
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  min-width: 12ch;
  text-align: left;
}

.description {
  font-size: 1.3rem;
  color: #121212;
  margin-bottom: 2rem;
  line-height: 1.8;
  text-align: left;
  font-weight: bold;
  max-width: 38em;
}

.start-button {
  display: block;
  margin: 2rem auto 0;
  width: 220px;
  padding: 1em 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #121212;
  background: transparent;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 23px rgb(180 180 180 / 48%);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.start-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 23px rgb(255 255 255 / 48%);
  background: #e9a4b7;
  color: #FFFFFB;
}

/* ヒーローセクション全体 */
.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.img-wrapper.center-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  z-index: 2;
}

.float-wrapper {
  position: relative;
  will-change: transform;
  transition: transform 0.1s ease-out;
  animation: float 4s ease-in-out infinite;
}

.hero-img-center {
  width: 45vw;
  max-width: 520px;
  pointer-events: none;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.glass-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px) contrast(1.1) brightness(1);
  -webkit-backdrop-filter: blur(6px) contrast(1.1) brightness(1);
  box-shadow:
    inset 0 0 15px rgba(255, 255, 255, 0.1),
    inset 0 0 8px rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 3;
  transition: transform 1.2s ease-in-out;
}

.glass-mask.slide-out {
  transform: translateX(100%);
}

.tap-button {
  position: fixed;
  top: 48%;
  left: 33%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
  background: none;
}

.tap-label {
  position: absolute;
  z-index: 3;
  font-size: 0.6rem;
  font-weight: 500;
  color: #fff;
  pointer-events: none;
  font-size: 16px;
  letter-spacing: 2px;
}

.tap-piece {
  position: absolute;
  width: 50%;
  height: 50%;
  background: #333;
  transition: transform 0.6s ease;
  z-index: 1;
  opacity: 1;
}

.piece1 { top: 0; left: 0; }
.piece2 { top: 0; right: 0; }
.piece3 { bottom: 0; left: 0; }
.piece4 { bottom: 0; right: 0; }
.menu-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  opacity: 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
  transition: opacity 0.5s ease;
}

.menu-icon .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #444;
}

.menu-label {
  font-size: 11px;
  color: #333;
  text-align: center;
  margin-top: 4px;
  opacity: 1;
  transition: opacity 1s ease;
  width: 100%;
}

.header-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 100px;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.8s ease;
}

.header-logo img {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .tap-button {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
  .header-logo {
    width: 80px;
  }
}/* End custom CSS */