@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/* 計算機能を使う記述 */
/* 1. pxをremに自動変換する関数 */
/* ============================================
   変数定義 (Variables)
   ============================================ */
/* スマホ用メディアクエリ */
/* フォントゴシック */
/* デフォルトの明朝 */
/* カラー設定 */
/* レイアウト設定 */
/* ============================================
   共通設定
   ============================================ */
html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #62625e;
  background-color: #FAFAFA;
  font-size: 1rem;
  overflow-y: visible;
  position: relative;
}

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

.cta-btn {
  background-image: linear-gradient(180deg, rgb(255, 236, 238), rgb(253, 0, 79) 31%, rgb(253, 49, 110));
  color: #FAFAFA;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  border: 2px #FF3636 solid;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
  padding: 8px 58px 8px 36px;
  border-radius: 50px;
  position: relative;
  text-align: center;
}
.cta-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FAFAFA;
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  border-radius: 50px;
}
.cta-btn::after {
  content: "";
  background-color: #fc0553;
  position: absolute;
  width: 10px;
  height: 10px;
  clip-path: polygon(70% 49%, 0 0, 0 100%);
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
}

.content__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 20px;
}

.text-pink {
  color: #FF1F75;
}

.text-orange {
  color: #f79b24;
}

.section-heading {
  font-size: 2.25rem;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .section-heading {
    font-size: 1.375rem;
  }
}

.rotate-anim {
  width: 350px;
  animation: kaku-rotate-anim 2s infinite step-start;
}

.sp-none {
  display: none;
}

@keyframes pulse-scale {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(89, 82, 85, 0.3);
  }
  50% {
    transform: scale(0.95);
    box-shadow: 0 4px 10px rgba(89, 82, 85, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(89, 82, 85, 0.3);
  }
}
/* ============================================
   ヘッダー
   ============================================ */
.header {
  width: 100%;
  height: 80px;
  background-color: #FAFAFA;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
  transition: all 0.4s ease;
}
@media screen and (max-width: 550px) {
  .header {
    top: auto;
    bottom: 0px;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
  }
}
.header__inner {
  height: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .header__inner {
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  .header__inner {
    justify-content: center;
  }
}
.header .cta-btn {
  font-size: 1.125rem;
}
@media screen and (max-width: 550px) {
  .header .cta-btn {
    width: 100%;
    animation: pulse-scale 2s ease-in-out infinite;
  }
}
.header .text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .header.is-show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 550px) {
  .header__logo {
    display: none;
  }
}

/* ============================================
   メインビジュアル (MV)
   ============================================ */
.mv {
  position: sticky;
  top: min(0px, 100vh - 75vw);
  padding-top: 80px;
}
@media screen and (max-width: 550px) {
  .mv {
    padding: 0;
    top: min(0px, 100vh - 150vw);
  }
}
.mv__inner {
  position: relative;
  z-index: 1;
  aspect-ratio: 16/12;
}
@media screen and (max-width: 550px) {
  .mv__inner {
    aspect-ratio: 5/10;
  }
}
.mv__content {
  position: absolute;
  z-index: 2;
  width: 50%;
  max-width: 600px;
  min-width: 350px;
}
@media screen and (max-width: 550px) {
  .mv__content {
    width: 100%;
  }
}
.mv__cta-wrapper {
  position: absolute;
  bottom: 12%;
  left: 12%;
}
@media screen and (max-width: 820px) {
  .mv__cta-wrapper {
    left: 15%;
    bottom: 9%;
  }
}
.mv__cta-wrapper .cta-btn {
  padding: 0px 58px 4px 36px;
  animation: pulse-scale 2s ease-in-out infinite;
}
@media screen and (max-width: 820px) {
  .mv__cta-wrapper .cta-btn {
    padding: 4px 40px 4px 28px;
  }
}
@media screen and (max-width: 820px) {
  .mv__cta-wrapper .cta-btn::before {
    right: 20px;
  }
}
@media screen and (max-width: 820px) {
  .mv__cta-wrapper .cta-btn::after {
    right: 22px;
  }
}
.mv__cta-wrapper .mv__cta {
  font-size: clamp(16px, 2.3vw, 28px);
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .mv__cta-wrapper .mv__cta {
    font-size: clamp(16px, 4.5vw, 32px);
  }
}
.mv__cta-wrapper .cta-btn__text {
  font-size: clamp(16px, 1.5vw, 20px);
}
@media screen and (max-width: 820px) {
  .mv__cta-wrapper .cta-btn__text {
    font-size: clamp(14px, 1.1vw, 28px);
  }
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.mv {
  /* シャボン玉 */
}
.mv__sparkle-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.mv .sparkle {
  position: absolute;
  bottom: -200px;
  opacity: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1), rgba(255, 240, 100, 0.2) 30%, rgba(255, 120, 200, 0.2) 50%, rgba(100, 200, 255, 0.2) 70%, transparent 90%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 10px rgba(255, 255, 255, 0.5), inset 10px 10px 20px rgba(255, 100, 200, 0.1), inset -10px -10px 20px rgba(100, 255, 200, 0.1);
  backdrop-filter: blur(1.5px);
  filter: blur(1px);
  animation: rise linear forwards, sway ease-in-out infinite alternate;
  animation-duration: 10s;
}
.mv .sparkle::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 20%;
  width: 25%;
  height: 12%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(-45deg);
  filter: blur(1px);
}
.mv {
  /* --- 上昇アニメーション --- */
}
@keyframes rise {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-130vh) scale(1.2);
    opacity: 0;
  }
}
.mv {
  /* --- 揺れアニメーション --- */
}
@keyframes sway {
  0% {
    margin-left: -80px;
  }
  50% {
    margin-left: 80px;
  }
  100% {
    margin-left: -80px;
  }
}

.l-wrapper {
  overflow: hidden;
  margin-top: -15vw;
}
@media screen and (max-width: 550px) {
  .l-wrapper {
    margin-top: -35vw;
  }
}

/* ============================================
   Concept
   ============================================ */
.concept {
  position: relative;
  z-index: 50;
}
.concept__line {
  width: 100%;
  line-height: 0;
  margin-bottom: -1px;
}
.concept__wrapper {
  position: relative;
  z-index: 51;
  padding: 120px 40px;
  background-color: #FFFFF1;
}
@media (min-width: 1500px) {
  .concept__wrapper {
    padding: 120px 40px 10vw;
  }
}
.concept__content {
  text-align: center;
  color: #4A2A1B;
  max-width: 700px;
  margin: 0 auto;
  text-align: start;
  line-height: 1.5;
}
.concept__img {
  text-align: center;
  padding-top: 24px;
}
.concept__flower {
  position: absolute;
  bottom: 100px;
  width: 55%;
  /* ここは個別で指定するので削除してOK */
  transition: transform 1.2s linear, opacity 1s;
}
@media screen and (max-width: 820px) {
  .concept__flower {
    bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .concept__flower {
    transition: transform 0.8s linear, opacity 1s;
  }
}
.concept__flower--left {
  left: 0;
  opacity: 0; /* 最初は透明にしておく */
  /* 完全に外に出さず、-95%にして少し画面内に判定を残す！ */
  /* Y軸の50%も一緒に書く */
  transform: translate(-95%, 50%);
}
.concept__flower--left.is-active {
  opacity: 1;
  transform: translate(0, 50%);
}
.concept__flower--right {
  right: 0;
  opacity: 0; /* 最初は透明にしておく */
  /* こっちも95%にして判定を残す！ */
  transform: translate(95%, 50%);
}
.concept__flower--right.is-active {
  opacity: 1;
  transform: translate(0, 50%);
}

.attention {
  position: relative;
  z-index: 1;
  background-color: #FFFFF1;
  clip-path: inset(0);
}
.attention::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(./images/attention-bg.jpg);
  background-size: cover;
  background-position: center;
  will-change: transform;
  transform: translateZ(0);
}
.attention__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px 40px;
}
@media screen and (max-width: 820px) {
  .attention__inner {
    padding: 80px 20px 0px;
  }
}
.attention {
  /* 花びらのアニメーション */
}
.attention__confetti-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
  perspective: 1500px;
}
.attention {
  /* 落下用の外箱 */
}
.attention__confetti-box {
  position: absolute;
  will-change: transform, opacity;
  animation-fill-mode: forwards;
}
.attention__confetti {
  position: absolute;
  /* top, leftはJSで制御 */
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}
.attention__confetti--petal {
  width: 14px;
  height: 14px;
  border-radius: 10px 0 10px 0;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.15));
}
.attention__confetti--sparkle {
  width: 12px;
  height: 12px;
  clip-path: polygon(50% 0%, 60% 40%, 100% 50%, 60% 60%, 50% 100%, 40% 60%, 0% 50%, 40% 40%);
  filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.8));
}
.attention__flag {
  transition: transform 0.8s linear, opacity 1s;
  transform: translateY(-100px);
  opacity: 0;
}
@media screen and (max-width: 550px) {
  .attention__flag {
    margin-bottom: 100px;
  }
}
.attention__flag.is-active {
  transform: translateY(0);
  opacity: 1;
}
.attention__item {
  display: flex;
  position: relative;
  margin-bottom: -5%;
}
.attention__item--right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .attention__item {
    flex-direction: column;
    padding-bottom: 120px;
  }
}
.attention__item-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.attention__item:nth-child(3) .attention__item-line {
  background-image: url("./images/line-part1.svg");
}
@media screen and (max-width: 820px) {
  .attention__item:nth-child(3) .attention__item-line {
    background-image: url("./images/line-part1sp.svg");
    height: calc(100% + 80px);
    top: 50px;
  }
}
.attention__item:nth-child(4) .attention__item-line, .attention__item:nth-child(6) .attention__item-line {
  background-image: url("./images/line-part2.svg");
  top: 100px;
}
@media screen and (max-width: 820px) {
  .attention__item:nth-child(4) .attention__item-line, .attention__item:nth-child(6) .attention__item-line {
    background-image: url("./images/line-part2sp.svg");
    height: calc(100% + 80px);
    top: 80px;
  }
}
.attention__item:nth-child(5) .attention__item-line {
  background-image: url("./images/line-part3.svg");
}
@media screen and (max-width: 820px) {
  .attention__item:nth-child(5) .attention__item-line {
    background-image: url("./images/line-part3sp.svg");
    height: calc(100% + 80px);
    top: 80px;
  }
}
.attention__item5 {
  padding-bottom: 0;
}
.attention {
  /* 雲のエリア */
}
.attention__cloud {
  position: relative;
  width: 60%;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .attention__cloud {
    width: 70%;
  }
}
@media screen and (max-width: 820px) {
  .attention__cloud {
    width: 100%;
  }
}
.attention__cloud::before, .attention__cloud::after {
  content: "";
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 550px) {
  .attention__cloud {
    width: 100%;
    margin-bottom: 24px;
  }
}
.attention__cloud-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .attention__cloud-bg {
    transform: scale(2, 1.3);
  }
}
.attention__content {
  padding: 80px 100px 120px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .attention__content {
    padding: 20px 0px 30px;
  }
}
.attention__badge {
  position: absolute;
  top: 50px;
  left: 60px;
  width: clamp(60px, 15vw, 100px);
}
@media screen and (max-width: 550px) {
  .attention__badge {
    top: -20px;
    left: 0;
    width: clamp(60px, 25vw, 100px);
  }
}
.attention__badge--right {
  text-align: end;
  left: auto;
  right: 50px;
  top: 50px;
}
@media screen and (max-width: 820px) {
  .attention__badge--right {
    top: 50px;
    right: 60px;
  }
}
@media screen and (max-width: 550px) {
  .attention__badge--right {
    top: 0px;
    right: 0px;
  }
}
.attention__title {
  font-size: 1.75rem;
  text-align: center;
  position: relative;
  margin: 24px auto 8px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 550px) {
  .attention__title {
    font-size: 1.5rem;
  }
}
.attention__title::before {
  content: "";
  background-image: url(./images/yellow-line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 16px;
  width: 100%;
  bottom: -3px;
  left: 0;
  position: absolute;
  z-index: -1;
}
.attention__sub-title {
  background-color: #F48A20;
  color: #FAFAFA;
  text-align: center;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: clamp(20px, 1.8vw, 28px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 16px;
}
.attention__sub-title--right {
  background-color: #ee5f5f;
}
.attention__text {
  line-height: 1.5;
}
.attention__annotation {
  padding: 8px 0;
  font-size: 0.875rem;
  color: #eb8ba6;
}
.attention__item-1 {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .attention__item-1 {
    width: 85%;
  }
}
@media screen and (max-width: 820px) {
  .attention__item-1 {
    width: 100%;
  }
}
.attention__item-1::before, .attention__item-1::after {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 550px) {
  .attention__item-1::before, .attention__item-1::after {
    width: 100px;
    height: 100px;
  }
}
.attention__item-1::before {
  background-image: url(./images/marche-top.png);
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 820px) {
  .attention__item-1::before {
    top: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .attention__item-1::before {
    top: -80px;
  }
}
.attention__item-1::after {
  background-image: url(./images/marche-end.png);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .attention__item-1::after {
    bottom: 0px;
  }
}
@media screen and (max-width: 550px) {
  .attention__item-1::after {
    bottom: -80px;
  }
}
.attention__item-2::after {
  background-image: url(./images/marche-2.png);
  bottom: -70px;
  right: 0;
  width: 310px;
  height: 200px;
}
@media screen and (max-width: 820px) {
  .attention__item-2::after {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 550px) {
  .attention__item-2::after {
    width: 150px;
    height: 100px;
  }
}
.attention__item-5::after {
  background-image: url(./images/kitchencar.png);
  bottom: -80px;
  left: 0;
  width: 310px;
  height: 200px;
}
@media screen and (max-width: 820px) {
  .attention__item-5::after {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 550px) {
  .attention__item-5::after {
    width: 150px;
    height: 100px;
  }
}
.attention__green-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-image: url("../images/green-line.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

/* ============================================
   花びらのアニメーション（セクション一番下まで・自然なゆらゆら）
   ============================================ */
/* --- 外箱用：上から下へまっすぐ落ちる --- */
/* --- 外箱用：下へ落ちつつ、全体的に左へ流れる（風が吹く！） --- */
/* --- 外箱用：下へ落ちつつ、ランダムに左へ流れる！ --- */
@keyframes fallDown {
  0% {
    transform: translate3d(0, -50px, 0);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    /* 万が一JSから変数が来てなくてもエラーにならない魔法！ */
    transform: translate3d(var(--drift-distance, -20vw), var(--fall-distance, 1500px), 0);
    opacity: 0;
  }
}
/* --- 中身用：左右に滑らかに揺れる（px指定でより上品に！） --- */
/* パターン1: ふんわり大きめの揺れ */
@keyframes swaySoft1 {
  0% {
    transform: translate3d(-10px, 0, 0) rotateZ(-15deg) rotateX(10deg);
  }
  100% {
    transform: translate3d(10px, 0, 0) rotateZ(15deg) rotateX(-10deg);
  }
}
/* パターン2: 少し立体的な揺れ */
@keyframes swaySoft2 {
  0% {
    transform: translate3d(-20px, 0, 0) rotateZ(-10deg) rotateY(15deg);
  }
  100% {
    transform: translate3d(20px, 0, 0) rotateZ(10deg) rotateY(-15deg);
  }
}
/* キラキラ用：控えめな揺れ */
@keyframes sparkleSway {
  0% {
    transform: translate3d(-15px, 0, 0) rotateZ(-5deg);
  }
  100% {
    transform: translate3d(15px, 0, 0) rotateZ(5deg);
  }
}
.bg-white {
  position: relative;
  z-index: 100;
  background-color: #fdfefa;
}

.cta-area {
  background-image: url(./images/CTA-bg.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 120px 20px;
}
.cta-area .cta-btn {
  padding: 24px 186px 24px 116px;
  border-radius: 100px;
  margin: 0 auto;
  text-align: center;
  animation: pulse-scale 2s ease-in-out infinite;
  font-size: 2.25rem;
  font-size: clamp(20px, 5vw, 36px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 820px) {
  .cta-area .cta-btn {
    padding: 16px 112px 16px 56px;
  }
}
.cta-area .cta-btn::before {
  width: 56px;
  height: 56px;
  right: 116px;
}
@media screen and (max-width: 820px) {
  .cta-area .cta-btn::before {
    width: 32px;
    height: 32px;
    right: 72px;
  }
}
.cta-area .cta-btn::after {
  width: 30px;
  height: 30px;
  right: 121px;
}
@media screen and (max-width: 820px) {
  .cta-area .cta-btn::after {
    width: 16px;
    height: 16px;
    right: 76px;
  }
}
.cta-area .text-small {
  font-size: 1.75rem;
  font-size: clamp(16px, 4vw, 28px);
  line-height: 1.3;
}

.story {
  text-align: center;
  background-image: url(./images/flower-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 180px 0;
  line-height: 1.7;
  text-shadow: 0 4px 4px rgba(248, 219, 90, 0.25);
}
@media screen and (max-width: 550px) {
  .story {
    margin: 80px 0;
  }
}
.story h2 {
  margin-bottom: 40px;
  text-shadow: 0 4px 4px rgba(248, 219, 90, 0.25);
}
@media screen and (max-width: 550px) {
  .story p {
    text-align: start;
  }
}

.message__bg {
  height: 320px;
  position: relative;
  clip-path: inset(0);
}
@media screen and (max-width: 550px) {
  .message__bg {
    height: 240px;
  }
}
.message__bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(./images/child.jpg);
  background-size: cover;
  background-position: center 40%;
  will-change: transform;
  transform: translateZ(0);
}
.message__inner {
  text-align: center;
  padding-bottom: 0px;
}
.message__title {
  padding-bottom: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.message__title::after {
  content: "";
  width: 100%;
  height: 16px;
  background-image: url(./images/heading-line.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .message__title {
    font-size: 1.5rem;
  }
}
.message__text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 550px) {
  .message__text {
    font-size: 0.875rem;
    text-align: left;
  }
}

.horizon {
  position: relative;
  overflow: hidden;
}
.horizon__item {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  z-index: 1;
}
.horizon__item-img {
  width: 100%;
  height: auto;
  display: block;
  animation: globe-rotate 120s linear infinite;
}
.horizon__container {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(204, 221, 120, 0), rgba(255, 34, 87, 0) 20%, rgb(204, 221, 120) 20%);
  margin-top: 35vw;
  padding-top: 100px;
  width: 100%;
}

.overview {
  padding: 0 40px;
  max-width: 800px;
  color: #FAFAFA;
}
@media screen and (max-width: 550px) {
  .overview {
    text-align: center;
    padding: 0 20px;
  }
}
.overview__title {
  text-align: center;
  margin-bottom: 30px;
}
.overview__title--english {
  width: auto;
  height: 100px;
  margin-bottom: -10px;
  transform: rotate(-3deg);
}
@media screen and (max-width: 550px) {
  .overview__title--english {
    height: 60px;
  }
}
.overview__title--japanese {
  color: #FAFAFA;
}
.overview__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .overview__list {
    gap: 30px;
  }
}
.overview__list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .overview__list-item {
    flex-direction: column;
    gap: 8px;
  }
}
.overview__list-label {
  display: inline-block;
  background-color: #F28E8E;
  color: #FAFAFA;
  padding: 10px 20px;
  border-radius: 10px;
  flex-shrink: 0;
  width: 150px;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 550px) {
  .overview__list-label {
    font-size: 1.125rem;
  }
}
.overview__list-value {
  flex-grow: 1;
}
.overview__list-subtitle {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .overview__list-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 550px) {
  .overview__list-subtitle {
    text-align: center;
  }
}
.overview__map {
  width: 100%;
  max-width: 600px;
  height: 360px;
  margin: 0 auto 30px;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .overview__map {
    height: 250px;
  }
}
.overview__map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.overview__cta {
  text-align: center;
  margin-bottom: 80px;
}
.overview__cta-area {
  background-image: linear-gradient(180deg, rgb(245, 255, 236), rgb(255, 236, 238) 3%, rgb(255, 110, 155) 25%, rgb(255, 111, 154));
  color: #FAFAFA;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  border: 1px #FF3636 solid;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
  padding: 24px 186px 24px 116px;
  border-radius: 100px;
  position: relative;
  text-align: center;
  animation: pulse-scale 2s ease-in-out infinite;
}
@media screen and (max-width: 820px) {
  .overview__cta-area {
    padding: 16px 112px 16px 56px;
  }
}
.overview__cta-area::before {
  content: "";
  width: 56px;
  height: 56px;
  background-color: #FAFAFA;
  position: absolute;
  top: 50%;
  right: 116px;
  transform: translateY(-50%);
  border-radius: 50px;
}
@media screen and (max-width: 820px) {
  .overview__cta-area::before {
    width: 32px;
    height: 32px;
    right: 72px;
  }
}
.overview__cta-area::after {
  content: "";
  background-color: #fc0553;
  position: absolute;
  width: 30px;
  height: 30px;
  clip-path: polygon(70% 49%, 0 0, 0 100%);
  top: 50%;
  right: 129px;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .overview__cta-area::after {
    width: 16px;
    height: 16px;
    right: 76px;
  }
}
.overview__cta .text-small {
  font-size: 1.75rem;
  font-size: clamp(16px, 4vw, 28px);
  line-height: 1.3;
}

/* ============================================
   地球が回るアニメーション
   ============================================ */
@keyframes globe-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact {
  padding: 40px;
}
.contact__wrap {
  background-color: #FFFFF1;
  border-radius: 8px;
  padding: 60px 40px;
}
@media screen and (max-width: 820px) {
  .contact {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.contact__top {
  display: flex;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .contact__top {
    flex-direction: column;
  }
}
.contact__bottom {
  padding: 30px 0 0;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.contact__item {
  flex: 1;
  text-align: center;
}
.contact__item:nth-child(1) {
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 820px) {
  .contact__item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 100%;
  }
}
.contact__text {
  margin-bottom: 24px;
  line-height: 1.6;
}
.contact__icon {
  width: 80px;
  height: auto;
  transition: opacity 0.3s ease;
}
.contact__icon:hover {
  opacity: 0.7;
}
.contact__btn {
  display: inline-flex;
  position: relative;
  background-color: #FAFAFA;
  outline: 3px solid #ffb700;
  outline-offset: -1px;
  border-radius: 50px;
  padding: 14px 60px 14px 80px;
  text-decoration: none;
  color: #62625e;
  font-size: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(51, 51, 51, 0.3);
  z-index: 1000;
}
@media (hover: hover) {
  .contact__btn:hover .contact__btn-icon {
    width: 100%;
  }
  .contact__btn:hover .contact__btn-img {
    left: calc(100% - 44px);
  }
  .contact__btn:hover .contact__btn-text {
    color: #FAFAFA;
  }
}
.contact__btn-text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 550px) {
  .contact__btn-text {
    font-size: 1.25rem;
  }
}
.contact__btn-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffb700;
  width: 55px;
  height: 55px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
}
.contact__btn-img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
  width: 40px;
  height: auto;
  transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 3;
}

/* ============================================
   footer
   ============================================ */
.footer {
  background-color: #CCDD78;
  padding: 20px 20px 20vw;
  text-align: center;
  color: #FAFAFA;
  margin-top: -1px;
}
@media screen and (max-width: 550px) {
  .footer {
    padding-bottom: 100px;
    margin-bottom: 80px;
  }
}
.footer__copy {
  font-size: 0.75rem;
  padding-top: 24px;
}

.end-img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */