.pinkfadein {
  opacity: 0;
  filter: blur(8px);
  transition: opacity 1s ease, filter 1s ease;
}

.pinkfadein.active {
  opacity: 1;
  filter: blur(0);
}


@media screen and (min-width: 767px) {
/* セクション１ */



.hero {
  position: relative;
  width: 100%;
  height: 524px;
  overflow: hidden;
}

/* 背景画像 */
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 中央に配置されるコピー */
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  width: 700px;
}

.hero-text h1 {
  font-size: clamp(15px, 3.5vw, 35px);
  font-weight: bold;
  line-height: 1.6;
  pointer-events: auto;
}

.hero-text_phone {
  display: none;
}

/* カード画像のコンテナ */
.card-images {
  position: absolute;
  margin: -150px 0 0 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  z-index: 3;
}

/* カードの影 */
.card-shadow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: auto;
  z-index: 1;
}

/* カード本体 */
.card-main {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

/* セクション２ */

.section-feature {
  background-color: #fff;
  padding: 160px 20px 40px;
  text-align: center;
}

.section-feature h2 {
  margin: 120px 0 0 0;
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #ff4fb4;
  font-weight: bold;
  text-align: center;
}

.section-divider {
  border: none;
  border-top: 1px solid #9e9e9e;
  margin: 24px auto;
  width: 127px;
}

.feature-subtext {
  font-size: 15.2px;
  line-height: 1.8;
  color: #2e2e2e;
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}
.top-sample-button-wrapper {
  position: relative;
  width: 420px;
  height: 61px;
  margin: 40px auto; /* 中央配置 */
}

.top-sample-button-shadow {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8c1a5b; /* 影の色：深い紫系 */
  border-radius: 5px;
  z-index: 0;
  transition: all 0.2s ease;
}

.top-sample-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4fb4;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 61px;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s ease;
}

/* ホバーで下の影に吸着 */
.top-sample-button:hover {
  top: 5px;
}

/* ボトル画像のコンテナ */
.section-pink-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}

.pink-bg-angled {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 1790px;
  background-color: #ff4fb4;
  transform: skewY(-3deg);
  transform-origin: top left;
  z-index: -1;
}

/* 上に乗るボトル */
.bottle-images {
  position: relative;
  width: 150px;
  margin: 0 auto;
  z-index: 1;
}

/* ボトル本体 */
.bottle-main {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

/* ボトルの影 */
.bottle-shadow {
top: 150px;left: 0;
  opacity: 0.3;
  width: 100%;
  height: auto;
  margin: 30px 0 0px 0;
}


.whitetitle {
  margin: 40px 0 0 0;
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.white-section-divider {
  border: none;
  border-top: 1px solid #fff;
  margin: 24px auto;
  width: 127px;
}

.benefit-box {
  width: 600px;
  height: 63px;
  background-color: #fff;
  color: #ff4fb4;
  font-size: 19px;
  font-weight: bold;
  border-radius: 5px;
  margin: 16px auto; /* 上下に間隔＆中央配置 */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 白▼ */
.triangle-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid #fff;
  margin: 20px auto 0;
}

/* 色域グラフ */
.color-gamut-box {
  width: 600px;
  height: 660px;
  background-color: #ffffff;
  margin: 40px auto;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.gamut-image {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}

.gamut-caption {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 1.7;
}



.white-sample-button-wrapper {
  position: relative;
  width: 420px;
  height: 61px;
  margin: 100px auto;
}

.white-sample-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #ff4fb4 !important;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 61px;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s ease;
}


/* ホバーで下の影に吸着 */
.white-sample-button:hover {
  top: 5px;
}

/* ボトル画像のコンテナ */
.section-pink-bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 150px;
}


.chart-images {
  position: relative;
  width: 60%;
  margin: -50px auto;
  z-index: 1;
}

.chart {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  margin: 0 0 -100px 0;
}


.section-usecase {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.section-usecase h2 {
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #ff4fb4;
  font-weight: bold;
  text-align: center;
}

.usecase-item {
  margin-bottom: 60px;
}

.usecase-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #2e2e2e;
}

.usecase-item p {
  font-size: 15.2px;
  line-height: 1.8;
  color: #2e2e2e;
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}

.usecase-image img {
  width: 60%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: auto;
}


.section-printer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000; /* fallback */
  overflow: hidden;
}

.printer-bg {
  background-image: url("../img/pinktoner_back.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5; /* 適度に暗くすることでテキスト可読性を確保 */
}

.printer-content {
  position: relative;
  z-index: 1;
  padding: 80px 20px 60px;
  color: #fff;
  text-align: center;
}

.printer-content h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 2.2px;
}

.printer-content p {
  font-size: 16px;
  line-height: 17px;
  white-space: pre-line;
  margin-bottom: 80px;
}

.printer-image {
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* 全体構造 */
.cta-half-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.cta-inner {
  display: flex;
  width: 100%;
  max-width: 100vw;
  height: 200px;
}

/* 左：ピンク */
.cta-left {
  background-color: #ffb9e1;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 右：ブルー */
.cta-right {
  background-color: #99c0de;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ボタン共通 */
.sample-button-wrapper {
  position: relative;
  width: 70%;
  height: 61px;
  margin: 0 auto;
}

.sample-button-shadow {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8c1a5b;
  border-radius: 5px;
  z-index: 0;
  transition: all 0.2s ease;
}

.sample-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4fb4;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 61px;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s ease;
}

.sample-button:hover {
  top: 5px;
}

.cta-right .sample-button {
  background-color: #4a7a9c;
}

.cta-right .sample-button-shadow {
  background-color: #2c4b5d;
}

.sample-button {
  text-decoration: none; /* 通常状態でも下線なし */
}

.sample-button:hover {
  top: 5px;
  text-decoration: none; /* ホバー時も下線なし */
}

.white-sample-button {
  text-decoration: none; /* 通常状態でも下線なし */
}

.white-sample-button:hover {
  top: 5px;
  text-decoration: none; /* ホバー時も下線なし */
}

}


/* =================================== モバイル版（766px以下） =================================== */
@media screen and (max-width: 766px) {
    /* セクション１ */
.hero {
  position: relative;
  width: 100%;
  height: 524px;
  overflow: hidden;
}

/* 背景画像 */
.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 中央に配置されるコピー */

.hero-text {
  display: none;
}


.hero-text_phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  pointer-events: none;
  width: 700px;
}

.hero-text_phone h1 {
  font-size: clamp(22px, 7vw, 35px);
  font-weight: bold;
  line-height: 1.3;
  pointer-events: auto;
}



/* カード画像のコンテナ */
.card-images {
    margin: -120px 0 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 370px;
    z-index: 3;
}

/* カードの影 */
.card-shadow {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  width: 100%;
  height: auto;
  z-index: 1;
}

/* カード本体 */
.card-main {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

/* セクション２ */

.section-feature {
  background-color: #fff;
  padding: 160px 20px 40px;
  text-align: center;
}

.section-feature h2 {
  margin: -20px 0 0 0;
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #ff4fb4;
  font-weight: bold;
  text-align: center;
}

.section-divider {
  border: none;
  border-top: 1px solid #9e9e9e;
  margin: 24px auto;
  width: 127px;
}

.feature-subtext {
  font-size: 14.5px;
  line-height: 1.8;
  color: #2e2e2e;
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}
.top-sample-button-wrapper {
  position: relative;
  width: 90%;
  height: 61px;
  margin: 40px auto; /* 中央配置 */
}

.top-sample-button-shadow {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8c1a5b; /* 影の色：深い紫系 */
  border-radius: 5px;
  z-index: 0;
  transition: all 0.2s ease;
}

.top-sample-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4fb4;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 61px;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s ease;
}

/* ホバーで下の影に吸着 */
.top-sample-button:hover {
  top: 5px;
}

/* ボトル画像のコンテナ */
.section-pink-bg {
  position: relative;
  background: #ff4fb4;
  padding: 120px 20px 370px;
  z-index: 0;
  clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
}


.pink-bg-angled {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 1460px;
  background-color: #ff4fb4;
  transform: skewY(-3deg);
  transform-origin: top left;
  z-index: -1;
}

/* 上に乗るボトル */
.bottle-images {
  position: relative;
  width: 150px;
  margin: 0 auto;
  z-index: 1;
}

/* ボトル本体 */
.bottle-main {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}

/* ボトルの影 */
.bottle-shadow {
top: 150px;left: 0;
  opacity: 0.3;
  width: 100%;
  height: auto;
  margin: 30px 0 0px 0;
}


.whitetitle {
  margin: 40px 0 0 0;
  font-size: 21px;
  margin-bottom: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.white-section-divider {
  border: none;
  border-top: 1px solid #fff;
  margin: 24px auto;
  width: 127px;
}

.benefit-box {
  width: 80%;
  height: 93px;
  background-color: #fff;
  color: #ff4fb4;
  font-size: 19px;
  font-weight: bold;
  border-radius: 5px;
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

/* 白▼ */
.triangle-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid #fff;
  margin: 20px auto 0;
}

/* 色域グラフ */
.color-gamut-box {
  max-width: 600px;     /* これで拡大しすぎない */
  width: 90%;
  padding: 24px 16px;
  height: auto;         /* 高さを成り行きに */
  background-color: #ffffff;
  margin: 40px auto;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-sizing: border-box; /* paddingを含めてサイズ調整 */
}

.gamut-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 16px;
}


.gamut-caption {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}



.white-sample-button-wrapper {
  position: relative;
  width: 90%;
  height: 61px;
  margin: 40px auto; /* 中央配置 */
}

.white-sample-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #ff4fb4 !important;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 61px;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s ease;
}


/* ホバーで下の影に吸着 */
.white-sample-button:hover {
  top: 5px;
}

/* ボトル画像のコンテナ */
.section-pink-bg {
  position: relative;
  overflow: hidden;
}


.chart-images {
  position: relative;
  width: 90%;
  margin: -50px auto;
  z-index: 1;
}

.chart {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  margin: 40px 0 -220px 0;
}


.section-usecase {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.section-usecase h2 {
  font-size: 1.8rem;
  margin-bottom: 24px;
  color: #ff4fb4;
  font-weight: bold;
  text-align: center;
}

.usecase-item {
  margin-bottom: 60px;
}

.usecase-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #2e2e2e;
}

.usecase-item p {
  font-size: 15.2px;
  line-height: 1.8;
  color: #2e2e2e;
  max-width: 700px;
  margin: 0 auto 32px;
  text-align: center;
}

.usecase-image img {
  width: 80%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: auto;
}


.section-printer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000; /* fallback */
  overflow: hidden;
}

.printer-bg {
  background-image: url("../img/pinktoner_back.webp");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5; /* 適度に暗くすることでテキスト可読性を確保 */
}

.printer-content {
  position: relative;
  z-index: 1;
  padding: 80px 20px 60px;
  color: #fff;
  text-align: center;
}

.printer-content h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: 2.2px;
}

.printer-content p {
  font-size: 16px;
  line-height: 17px;
  white-space: pre-line;
  margin-bottom: 80px;
}

.printer-image {
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* 全体構造 */
.cta-half-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.cta-inner {
  display: flex;
  width: 100%;
  max-width: 100vw;
  height: 200px;
}

/* 左：ピンク */
.cta-left {
  background-color: #ffb9e1;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

/* 右：ブルー */
.cta-right {
  background-color: #99c0de;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

/* ボタン共通 */
.sample-button-wrapper {
  position: relative;
  width: 70%;
  height: 61px;
  margin: 0 auto;
}

.sample-button-shadow {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8c1a5b;
  border-radius: 5px;
  z-index: 0;
  transition: all 0.2s ease;
}

.sample-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4fb4;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 61px;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s ease;
}

.sample-button:hover {
  top: 5px;
}

.cta-right .sample-button {
  background-color: #4a7a9c;
}

.cta-right .sample-button-shadow {
  background-color: #2c4b5d;
}

.cta-inner {
    flex-direction: column;
    height: auto;
  }

  .cta-left,
  .cta-right {
    width: 100%;
    height: 160px;
  }

  .sample-button-wrapper {
    margin: 0 auto;
  }
}