@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #FDFAF0; 
}
.wrapper {
  max-width: 779px; 
  margin: 0 auto;
  background-color: #FDFAF0;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.inner {
  padding: 10px 20px; 
}
.font-noto { font-family: 'Noto Sans JP', sans-serif; font-weight: 700; }
.font-zen { font-family: 'Zen Kurenaido', sans-serif; }
.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
}
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}
.btn-shiny img {
  width: 100%;
  height: 100%;
  object-fit: contain; 
}
.btn-shiny:active {
  transform: translateY(4px); 
}
.section.fv {
  padding: 0 ; 
  margin: 0 ;
}
.fv .inner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw) ;
  padding: 0 ;
  max-width: none ;
}
.fv img {
  width: 100% ;
  height: auto ;
  display: block; 
}
.ranking-area .inner {
  width: 100vw ;
  margin-left: calc(50% - 50vw) ;
  margin-right: calc(50% - 50vw) ;
  padding: 0 ; 
  max-width: none ;
  margin-top: 10px;
}
.ranking-area {
  padding-left: 0 ;
  padding-right: 0 ;
}
.ranking-board {
  background-image: url('images/ranking-bg.svg'); 
  background-size: 100% 100%; 
  background-size: cover; 
  background-position: center top; 
  background-repeat: no-repeat;
  padding: 40px 20px 50px; 
  text-align: center;
  border-radius: 40px;
}
.ranking-title {
  text-align: center;
  margin-bottom: 12px; 
}
.ranking-title img {
  width: 85%; 
  height: auto;
}
.ranking-columns {
  display: flex;
  justify-content: center; 
  align-items: flex-end;   
  gap: 15px;               
}
.column-item {
  width: 30%; 
  display: flex;
  flex-direction: column;
  align-items: center; 
}
.crown-wrap {
  width: 65%; 
  margin-bottom: 5px; 
  z-index: 2;
}
.crown-wrap img {
  width: 100%; 
}
.catch-top {
    font-size: 16px;
    color: #D36A8D;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}
.catch-bottom{
  font-size: 14px; 
  color: #2D2B32; 
  font-weight: 200;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.2;
}
.photo-link {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.photo-link img {
  width: 100%;
  aspect-ratio: 4 / 5; 
  object-fit: cover; 
  border-radius: 10px;
}
.name-and-star {
  display: flex;
  align-items: center; 
  justify-content: center;
  gap: 4px; 
  margin-bottom: 8px;
}
.service-name {
  font-size: 16px; 
  font-weight: bold;
  color: #333; 
  text-decoration: underline; 
  transition: all 0.3s ease;
}
.service-name:hover {
  color: #D36A8D; 
  text-decoration: none; 
  opacity: 0.7; 
}
.star-icon {
  height: 12px;
  width: auto;
}
.service-desc {
  font-size: 10px; 
  color: #555;     
  text-align: center; 
  line-height: 1.3;
  margin-bottom: 12px;
}
.btn-shiny {
  display: block;
  position: relative;
  width: 85%; 
  margin: 0 auto;
  overflow: hidden; 
  border-radius: 999px; 
  line-height: 0;
  font-size: 0;
  transition: transform 0.1s;
}
.btn-shiny img { 
  width: 100%; 
  height: auto;
  display: block; 
}
.speech-area {
  position: relative; 
  z-index: 10;
}
.speech-flex {
  display: flex;
  align-items: center; 
  justify-content: center;
  gap: 3px; 
}
.girl-box {
  width: 28%; 
  text-align: center;
}
.girl-box img {
  width: 100%;
  height: auto;
}
.girl-name {
  font-family: "Helvetica Neue", Arial, sans-serif; 
  font-size: 10px;
  color: #888; 
  margin-top: 5px;
}
.bubble-box {
  width: 100%; 
  background-image: url('images/Speech bubble-pink.png'); 
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  padding: 15px 15px 15px 25px; 
  animation: fadeIn 0.5s ease; 
}
.bubble-text {
  font-size: 20px; 
  color: #555555;  
  line-height: 1.6;
  text-align: center;
}
.bubble-text .text-red {
  color: #D63B50;
  -webkit-text-stroke: 2px #D63B50;
}
.tab-area {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  background-color: #F5F2FB !important; 
  padding: 0; 
}

.tab-list {
  display: flex;
  justify-content: space-between;
  background-color: #FDFAF0; 
  gap: 10px; 
  padding: 0 10px; 
  margin-bottom: 0;
  list-style: none;
  align-items: flex-end;
}
.tab-btn {
  flex: 1; 
  text-align: center;
  position: relative;
  z-index: 1;
}
.tab-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0 8px;
  border: 2px solid #cccccc; 
  color: #888888; 
  border-bottom: none; 
  border-radius: 50px 50px 0 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 38px;
  cursor: pointer;
}
.tab-btn img {
  height: 34px; 
  width: auto;
}
.tab-btn.is-active {
  z-index: 3;
}
.tab-btn.is-active .tab-inner {
  background-color: #D63B50;
  color: #fff;
  border-color: #D63B50; 
  padding-top: 16px;
}
.tab-btn .icon-normal { display: block; }
.tab-btn .icon-active { display: none; }
.tab-btn.is-active .icon-normal { display: none; }
.tab-btn.is-active .icon-active { display: block; }
.tab-border {
  height: 4px; 
  background-color: #D63B50; 
  margin-bottom: 30px; 
  position: relative;
  z-index: 2; 
  margin-top: -2px; 
}
.tab-panel {
  display: none; 
  padding: 0 10px;
}
.tab-panel.is-show {
  display: block; 
  animation: fadeIn 0.5s ease; 
}
.intro-image {
  text-align: center;
  margin-bottom: 0;
}
.intro-image img {
  width: 100%;
  height: auto;
  display: block; 
}
.intro-bubble .text-pink { color: #D63B50; }
.intro-bubble .text-large { font-size: 18px; font-weight: bold; }
.arrow-up {
  height: 1.2em; 
  vertical-align: middle;
  margin: 0 2px;
}
.intro-girl {
  width: 32%; 
}
.intro-girl img { width: 100%; }
.app-list {
  display: flex;
  flex-direction: column; 
  margin: 0 10px;
  padding-bottom: 20px;
}
.app-link {
  display: block; 
  width: 100%;
  position: relative; 
  -webkit-tap-highlight-color: transparent;
}
.app-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(214, 59, 80, 0); 
  transition: background-color 0.3s ease;
  pointer-events: none; 
}
.app-link:hover::after,
.app-link:active::after {
  background-color: rgba(214, 59, 80, 0.15) !important; 
}
.app-link img {
  width: 100%; 
  height: auto; 
  display: block; 
}
.money-top,
.papa-top {
  text-align: center;
  margin-bottom: 15px; 
}
.money-top img,
.money-table img,
.papa-top img,
.papa-table img {
  width: 100%;
  height: auto;
  display: block; 
}
.warning-area {
  margin-top: 40px;
  padding-bottom: 40px; 
}
.bg-yellow {
  background-color: #FFEBB5; 
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.warning-area img {
  width: 100%;
  height: auto;
  display: block;
}
.warning-title-wrap {
  margin-bottom: 30px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.warning-title-wrap img {
  width: 100%;
  height: auto;
  margin-top: -12px;
}
@property --pie-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
.chart-flex {
  display: flex;
  align-items: center; 
  justify-content: space-between;
  margin-bottom: 0px; 
  padding: 0; 
}
.chart-text-box {
  width: 50%; 
}
.chart-right-box {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center; 
}
.css-pie-chart {
  width: 280px; 
  height: 280px;
  border-radius: 50%; 
  position: relative; 
  background: conic-gradient(
    #D4708F 0%, 
    #D4708F 78%, 
    #F2C4D0 78%, 
    #F2C4D0 100% 
  );
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  -webkit-mask: conic-gradient(#000 var(--pie-angle), transparent var(--pie-angle));
  mask: conic-gradient(#000 var(--pie-angle), transparent var(--pie-angle));
}
.scroll-pop.is-visible .css-pie-chart {
  animation: drawPie 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes drawPie {
  0% { --pie-angle: 0deg; }
  100% { --pie-angle: 360deg; }
}
.chart-label-sns {
  position: absolute;
  top: 20%;
  right: 65%;
  color: #C25B7A; 
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  opacity: 0; 
}
.chart-label-app {
  position: absolute;
  bottom: 25%;
  left: 33%;
  color: #fff; 
  font-size: 18px;
  font-weight: 400;
  opacity: 0; 
}
.scroll-pop.is-visible .chart-label-sns,
.scroll-pop.is-visible .chart-label-app {
  animation: fadeInText 0.5s ease-out 1s forwards; 
}
@keyframes fadeInText {
  to { opacity: 1; }
}
.chart-source {
  font-size: 12px; 
  color: #555;
  margin-top: 20px;
  text-align: center;
}
.warning-note {
  width: 85%; 
  margin: 0 auto;
}
.warning-girl {
  width: 90%; 
  margin: 0 auto 25px; 
}
.safe-box {
  width: 100%; 
  margin: 0 auto;
}
.safe-box img {
  width: 100%;
  height: auto;
}
.ranking-detail {
  padding: 50px 0;
}
.bg-light-pink {
  background-color: #FCE5EA; 
  padding: 50px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.detail-title {
  margin-bottom: 40px;
  text-align: center;
  width: 100vw; 
  margin-left: calc(50% - 50vw); 
}
.detail-title img {
  width: 95%; 
  height: auto;
}
.app-header img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.app-photo {
  width: 80%; 
  margin: 0 auto 20px; 
}
.app-photo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.photo-link {
  display: block;
  transition: opacity 0.2s;
}
.photo-link:active {
  opacity: 0.7; 
}
.app-catch {
  text-align: center;
  color: #D4708F; 
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
.app-btn .btn-shiny {
  width: 95%; 
}
.app-btn-wrap {
  position: relative;
  width: 90%;
  margin: 15px auto 0;
}
.app-btn-link {
    display: block;
    width: 80%;
    padding: 30px 10px;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(to right, #FFA1A8 0%, #FECDEB 100%);
    box-shadow: 0 4px 8px rgba(214, 59, 80, 0.2);
    position: relative;
    border: 3px solid #ffffff;
}
.btn-text {
  color: #fff; 
  font-size: 35px; 
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.icon-finger {
  position: absolute;
  bottom: -15px; 
  right: 80px; 
  width: 100px; 
  height: auto;
  z-index: 10;
  animation: fingerPokoPoko 1.5s ease-in-out infinite; 
  pointer-events: none; 
}
@keyframes fingerPokoPoko {
  0% { transform: translate(15px, 15px) scale(1); }
  50% { transform: translate(0, 0) scale(0.9); }
  100% { transform: translate(15px, 15px) scale(1); }
}
.btn-shiny::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  100% { left: 200%; }
}
.app-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 80px; 
  font-size: 14px; 
}
.app-spec-table .table-title {
  background-color: #E85A71; 
  color: #fff; 
  font-size: 24px;
  font-weight: 600;
  padding: 12px;
  border: 1px solid #E85A71; 
  text-align: center;
}
.app-spec-table th,
.app-spec-table td {
  border: 1px solid #E85A71; 
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
}
.app-spec-table th {
  background-color: #DFDEDE; 
  color: #555; 
  font-weight: 200;
  font-size: 20px;
  width: 35%; 
}
.app-spec-table td {
  background-color: #FFF;
  color: #D63B50;
  font-size: 24px;
  font-weight: 600;
}
.point-area {
  margin-top: 45px;
}
.point-title {
  text-align: center;
  margin-bottom: 35px; 
}
.point-title img {
    width: 380px;
    height: auto;
    margin-top: 30px;
}
.point-card {
  position: relative; 
  background-color: #fff;
  border-radius: 15px; 
  width: 90%; 
  box-sizing: border-box; 
  margin-left: auto;
  margin-right: auto;
  padding: 45px 30px 30px; 
  margin-bottom: 50px; 
  box-shadow: 0 3px 6px rgba(0,0,0,0.03); 
}
.point-ribbon-img {
  position: absolute;
  top: -15px; 
  left: 40px; 
  width: 90px; 
  height: auto;
  z-index: 1; 
}
.point-heading {
  color: #E2586D;
  font-size: 34px; 
  margin-left: 105px;
  text-align: center;
  font-weight: bold;
  margin-top: 0; 
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 10px dotted #E6E5E5; 
}
.point-desc {
  font-size: 24px; 
  color: #333;
  line-height: 1.6; 
  letter-spacing: 0.02em; 
  font-weight: 500;
}
.highlight {
  background: linear-gradient(transparent 60%, #FFF66A 60%);
  font-weight: bold;
}
.review-area {
  margin-top: 50px;
}
.review-title {
  text-align: center;
  margin-bottom: 40px;
}
.review-title img {
  width: 380px; 
  height: auto;
}
.review-card {
  position: relative; 
  background-color: #F2C4D0; 
  border-radius: 15px; 
  width: 90%; 
  box-sizing: border-box; 
  margin-left: auto;
  margin-right: auto;
  padding: 45px 60px; 
  margin-bottom: 30px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
}
.review-avatar {
    position: absolute;
    top: -50px;
    left: -6px;
    width: 160px;
    height: auto;
    z-index: 1;
}
.review-heading {
  color: #fff; 
  text-shadow: 1px 2px 4px #E85A71; 
  font-size: 30px; 
  font-weight: bold;
  margin-left: 95px; 
  text-align: center; 
  margin-top: 5px; 
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 6px dotted #fff; 
  line-height: 1.4;
}
.review-desc {
  font-size: 26px; 
  color: #333;
  line-height: 1.6; 
  letter-spacing: 0.02em; 
  font-weight: 400;
}
:root {
  --pcmax-main: #22718D; 
  --pcmax-light: #A9CAD6; 
  --pcmax-bg: #E4F6FF; 
}
.bg-light-blue {
  background-color: #E4F6FF; 
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.app-catch.is-blue {
  color: var(--pcmax-main);
}
.app-spec-table.is-blue .table-title {
    background-color: var(--pcmax-main);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 12px;
    border: 1px solid var(--pcmax-main);
    text-align: center;
}
.app-spec-table.is-blue th,
.app-spec-table.is-blue td {
  border: 1px solid var(--pcmax-main);
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
}
.app-spec-table.is-blue th {
  background-color: #DFDEDE; 
  color: #555; 
  font-weight: 200;
  font-size: 20px;
  width: 35%; 
}
.app-spec-table td {
  background-color: #FFF;
  color: var(--pcmax-main);
  font-size: 24px;
  font-weight: 600;
}
.point-card.is-blue {
  border-color: var(--pcmax-light);
}
.point-card.is-blue .point-heading {
  color: var(--pcmax-main);
  border-bottom-color: var(--pcmax-light);
}
.review-card.is-blue .review-heading {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-left: 95px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 6px dotted #fff;
    line-height: 1.4;
  text-shadow: 1px 2px 4px #22718D; 
}
.review-card.is-blue {
  position: relative; 
  background-color: #A9CAD6; 
  border-radius: 15px; 
  width: 90%; 
  box-sizing: border-box; 
  margin-left: auto;
  margin-right: auto;
  padding: 45px 60px; 
  margin-bottom: 30px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.05); 
}
.review-card.is-blue .review-avatar {
  width: 180px;
    top: -33px;
    left: -10px;
    z-index: 1;
}
.app-btn-link.is-blue {
  background: linear-gradient(to right, #A3C7FD 0%, #BBE1FB 100%);
  box-shadow: 0 4px 8px rgba(53, 130, 154, 0.2);
}
.bg-light-yellow {
  background-color: #FFF3C7; 
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
:root {
  --waku-main: #C9A84C; 
  --waku-light: #EFD386; 
  --waku-bg: #FFF3C7; 
}
.app-catch.is-yellow {
  color: var(--waku-main);
}
.app-btn-link.is-yellow {
  background: linear-gradient(to right, #F7C96C 0%, #FAAE7D 100%);
  box-shadow: 0 4px 8px rgba(220, 168, 70, 0.2);
}
.app-spec-table.is-yellow .table-title {
    background-color: var(--waku-main);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 12px;
    border: 1px solid var(--waku-main);
    text-align: center;
}
.app-spec-table.is-yellow tbody th,
.app-spec-table.is-yellow tbody td {
  border: 2px solid var(--waku-light);
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
}
.app-spec-table.is-yellow tbody th {
  background-color: #DFDEDE; 
  color: #555; 
  font-weight: 200;
  font-size: 20px;
  width: 35%; 
}
.app-spec-table.is-yellow tbody td {
  color: var(--waku-main);
}
.point-card.is-yellow {
  border-color: var(--waku-light);
}
.point-card.is-yellow .point-heading {
  color: var(--waku-main);
  border-bottom-color: var(--waku-light);
  font-size:  32px;
}
.review-card.is-yellow {
  background-color: #EFD386; 
}
.review-card.is-yellow .review-heading {
  text-shadow: 1px 2px 4px #C9A84C; 
}
.review-card.is-yellow .review-avatar {
  width: 160px;
    top: -20px;
    left: 5px;
}
.real-voice {
  padding: 60px 0;
}
.bg-deep-pink {
  background-color: #F2C4D0; 
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
.voice-title {
  text-align: center;
  margin-bottom: 50px; 
}
.voice-title img {
  width: 500px; 
  height: auto;
}
.voice-card {
  position: relative;
  background-color: #fff;
  border-radius: 10px 0 10px 0;
  width: 90%;
  margin: 0 auto 40px;
  padding: 60px 5px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  box-sizing: border-box;
}
.voice-avatar {
    position: absolute;
    top: 20px;
    left: 60px;
    width: 200px;
    height: auto;
    z-index: 1;
}
.voice-avatar_02{
  position: absolute;
    top: 20px;
    left: 35px;
    width: 235px;
    height: auto;
    z-index: 1;
}
.voice-avatar_03 {
 position: absolute;
    top: 20px;
    left: 45px;
    width: 240px;
    height: auto;
    z-index: 1;
}
.voice-avatar_04 {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 245px;
    height: auto;
    z-index: 1;
}
.voice-card-top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.voice-info {
  width: 60%;
}
.voice-badge {
    position: relative;
    background-color: #D4708F;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 12px 32px;
    top: -60px;
    right: -5px;
}
.voice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.voice-list li {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin-bottom: 5px
}
.voice-line {
  border: none;
  height: 2px;
  background-color: #D4708F; 
  margin: 25px 0;
}
.voice-desc {
  font-size: 25px;
  color: #333;
  line-height: 1.6;
  padding: 20px;
}
.bg-light-purple {
  background-color: #F5F2FB;
  padding: 60px 0;
}
.rules-title {
  text-align: center;
  margin-bottom: 50px;
}
.rules-title img {
  width: 500px;
  height: auto;
}
.rule-box {
  position: relative;
  width: 92%; 
  margin: 0 auto 60px;
}
.rule-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px; 
}
.comparison-section {
  padding: 60px 0;
  background-color: #F5E6B8; 
}
.comparison-title {
  text-align: center;
  margin-bottom: 40px;
}
.comparison-title img {
  height: auto;
}
.comparison-container {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 10px; 
  box-sizing: border-box;
  max-width: none;
}
.table-img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.col-link {
  position: absolute;
  top: 0;
  bottom: 0; 
  width: 25%; 
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 10;
}
.link-01 { left: 21.5%; }  
.link-02 { left: 47.5%; }  
.link-03 { left: 73.5%; }  
.btn-visual {
  width: 85%; 
  height: 55px; 
  background-color: #D4708F;
  color: #fff;
  font-size: 16px; 
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3; 
  margin-bottom: 18px; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  padding: 0;
  position: relative; 
  overflow: hidden;    
}
.col-link:hover .btn-visual {
  background-color: #E286A2;
  transform: translateY(-2px);
}
.btn-visual::after {
  content: "";
  position: absolute;
  top: -100%;    
  left: -150%;   
  width: 50%;     
  height: 300%;   
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%, 
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg); 
  animation: shiny_comparison_btn 2.5s infinite; 
}
@keyframes shiny_comparison_btn {
  0% {left: -150%; }
  20% {left: 150%; }
  100% { left: 150%; }
}
.step-section {
  padding: 60px 0;
  background-color: #FCE5EA; 
}
.step-title {
  text-align: center;
}
.step-title img {
  width: 90%;
  height: auto;
}
.step-card {
  width: 95%; 
  margin: 0 auto;
  position: relative; 
}
.step-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease-out;
}
.step-card:hover img {
  transform: scale(1.03); 
}
.step-arrow-css {
  display: flex;
  flex-direction: column; 
  align-items: center;
  margin: 25px 0 35px; 
  animation: float_down_cute 1.5s infinite ease-in-out;
}
.chevron {
  display: block;
  width: 36px;  
  height: 36px;
  border-bottom: 3px solid #D4708F; 
  border-right: 3px solid #D4708F;
  transform: rotate(45deg); 
  margin-bottom: -16px; 
}
@keyframes float_down_cute {
  0% {
    transform: translateY(0);
    opacity: 0.6; 
  }
  50% {
    transform: translateY(10px); 
    opacity: 1;   
  }
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
}
.step-section .scroll-pop {
  opacity: 0;
  transform: translateY(20px); 
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.step-section .scroll-pop.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.step-section .step-card:nth-child(3) { transition-delay: 0.1s; } 
.step-section .step-card:nth-child(5) { transition-delay: 0.3s; } 
.step-section .step-card:nth-child(7) { transition-delay: 0.5s; }
.scroll-pop {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.scroll-pop.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }
.faq-section {
  padding: 60px 0;
  background-color: #fff; 
  border-top: 5px solid #D4708F; 
  border-bottom: 5px solid #D4708F;
  border-left: 5px solid #D4708F;
  border-right: 5px solid #D4708F;
}
.faq-title {
  text-align: center;
  margin-bottom: 50px;
}
.faq-title img {
  width: 90%;
  height: auto;
}
.faq-card {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 30px; 
  box-sizing: border-box;
  max-width: none; 
  border-radius: 20px;
  margin-bottom: 25px; 
}
.faq-card img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 6px 15px rgba(0,0,0,0.06);
  border-radius: 33px; 
}
.cta-title {
  text-align: center;
  margin-bottom: 30px;
}
.cta-title img {
  width: 80%;
  margin-top: 50px;
  height: auto;
}
.cta-card {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  background-color: #F8C6D7; 
  padding: 40px 0;
}
.cta-banner {
  display: block;
  width: 85%; 
  margin: 25px auto 25px; 
  text-align: center;
}
.cta-banner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  
  border-radius: 12px; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.1); 
}
.cta-text, 
.cta-points, 
.cta-bottom {
  width: 92%;      
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.hover-scale { transition: transform 0.2s; }
.hover-scale:active { transform: scale(0.97); }
.cta-bottom {
  text-align: center;
  margin-top: 20px;
}
.cta-bottom img {
  width: 90%;
  height: auto;
}
.cta-btn:active {
  transform: translateY(6px); 
  box-shadow: none;
}
.cta-text {
  text-align: center;
  color: #333; 
  font-size: 20px; 
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 25px; 
  letter-spacing: 0.5px; 
}
.cta-text .pink {
  color: #D63B50; 
}
.cta-text .slash {
  margin: 0 4px; 
}
.cta-points {
  width: 90%; 
  max-width: 655px;
  margin: 0 auto 30px; 
  text-align: center;
}
.cta-points img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer {
  background-color: #fff; 
  text-align: center;
  padding: 40px 0 60px; 
}
.footer a {
  color: #666; 
  font-size: 18px; 
  text-decoration: underline; 
  transition: opacity 0.2s;
}
.footer a:hover {
  opacity: 0.7; 
}
.scroll-pop, 
.fade-in, 
.cta-bottom img,
.crown-wrap {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
.area-1 {
  top: 21%;    
  height: 26%;
}
.area-2 {
  top: 47%;    
  height: 26%; 
}
.area-3 {
  top: 73%;    
  height: 26%; 
}
.image-link-wrap {
  position: relative; 
  display: block; 
}
.link-area {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  z-index: 10;
  background-color: rgba(214, 59, 80, 0); 
  -webkit-tap-highlight-color: transparent; 
  transition: background-color 0.3s ease;
}
.link-area:hover,
.link-area:active {
  /* 🎯 3. 押した瞬間だけ、薄いピンク色にする */
  background-color: rgba(214, 59, 80, 0.15) !important; 
}

