:root {
    --blob-1: #fce4ec;
    --blob-2: #f8bbd0;
    --blob-3: #fdf2f8;
    --blob-4: #fce7f3;
    --doll-pink: #EE78AA;
    --doll-dark-pink: #d86294;
}


body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    position: relative;
}

figure{
    margin: 0;
}

.background-fluid-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    /* 修正ポイント: フィルタを確実に適用 */
    filter: blur(80px);
    -webkit-filter: blur(80px);
    pointer-events: none;
}

.blob {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    mix-blend-mode: multiply;
    animation: move-fluid infinite alternate;
}

.blob-1 {
    width: 600px; height: 600px;
    background: var(--blob-1);
    top: -100px; right: -100px;
    animation-duration: 25s;
}

.blob-2 {
    width: 500px; height: 500px;
    background: var(--blob-2);
    bottom: -50px; left: -100px;
    animation-duration: 30s;
    animation-delay: -5s;
}

.blob-3 {
    width: 450px; height: 450px;
    background: var(--blob-3);
    top: 40%; right: 15%;
    animation-duration: 20s;
    animation-delay: -10s;
}

.blob-4 {
    width: 550px; height: 550px;
    background: var(--blob-4);
    bottom: 20%; right: -50px;
    animation-duration: 35s;
    animation-delay: -15s;
}

@keyframes move-fluid {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    33% { transform: translate(30px, -50px) scale(1.1) rotate(10deg); }
    66% { transform: translate(-20px, 20px) scale(0.9) rotate(-10deg); }
    100% { transform: translate(0, 0) scale(1) rotate(0deg); }
}


.app-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.95); /* 少しだけ透明にして背景を馴染ませる */
    box-shadow: 0 0 50px rgba(0,0,0,0.05);
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.pink-gradient {
    background: linear-gradient(180deg, #FF6cb2 0%, #FFFFFF 100%);
}

.card-custom {
    border: none;
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.1);
    border-radius: 0;
    border-top-right-radius: 8px;
    height: 100%;
}

.card-title-pink {
    color: #FF69B4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.card-text-small {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
}

.section-padding {
    padding: 4rem 2rem;
}

.nayami-text {
    background-color: #FF6cb2;
    padding: 0 30px;
}

.nayami-text p{
    margin-bottom: 0;
    padding: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
}

.concept-text-box {
    font-size: 18px;
    line-height: 1.6;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 8px;
}

.parts-card {
    border: none;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.1);
    padding: 8px;
    margin-bottom: 10px;
}

/* 施術の流れ（画像のみレイアウト） */
.step-row {
    margin-bottom: 1.5rem;
}

.step-img-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    width: 100%;
}

/* よくある質問（FAQ） */
.faq-container {
    padding: 0 1rem;
}

.faq-item {
    background-color: #EE78AA;
    border-radius: 5px;
    margin-bottom: 12px;
    border: none;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-button {
    width: 100%;
    background: none;
    border: none;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    position: relative;
    outline: none;
}

.faq-q-icon {
    background-color: white;
    color: #EE78AA;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 14px;
    flex-shrink: 0;
}

.faq-arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
    width: 18px;
    height: 18px;
}

.faq-button:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer-wrapper {
    background-color: white;
    margin: 0 6px 6px 6px; /* 画像のように内側に白いボックスを作る */
    border-radius: 3px;
}

.faq-answer {
    padding: 15px;
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}

.menu-card {
    background: white;
    border-radius: 24px;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 4px 15px rgba(255, 105, 180, 0.1);
    position: relative;
    overflow: hidden;
}

.recommend-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FF69B4;
    color: white;
    font-size: 9px;
    padding: 4px 12px;
    border-bottom-left-radius: 12px;
    font-weight: bold;
}

.menu-bg {
    /* 背景画像の設定 */
    background-image: linear-gradient(rgba(255, 243, 247, 0.1), rgba(255, 243, 247, 0.1)), url('../img/menu-bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding: 4rem 1.5rem;
}

.menu-title {
    color: var(--doll-pink);
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    display: inline-block;
    border-bottom: 2px solid var(--doll-pink);
    padding-bottom: 5px;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.menu-card-v2 {
    background: white;
    border: 1px solid #FFC0D9;
    border-radius: 20px;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 192, 217, 0.2);
}

.menu-card-label {
    color: var(--doll-pink);
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}

.menu-card-name {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #444;
}

.menu-card-price {
    color: var(--doll-pink);
    font-size: 1.4rem;
    font-weight: bold;
    font-style: italic;
}

.price-memo {
    font-size: 10px;
    color: #888;
    margin-top: 5px;
}

footer {
    background-color: #4a4a4a; /* ダークグレー */
    color: white;
    padding: 3rem 1.5rem 4rem;
    position: relative;
}

.footer-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

.footer-logo-img {
    height: 40px;
    margin-right: 15px;
}

.footer-intro-text {
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
    opacity: 0.9;
}

.contact-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 2rem;
}

.contact-btn {
    flex: 1;
    background-color: white;
    border-radius: 10px 40px 10px 10px; /* 特徴的な角丸 */
    padding: 12px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.contact-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    flex-shrink: 0;
}

.contact-info-text {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.contact-sub {
    font-size: 10px;
    color: #00A3AF; /* Instagram用カラー */
}

.footer-address-info {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.footer-tel {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 5px 0;
}

.footer-hours {
    font-size: 12px;
    opacity: 0.8;
}

.footer-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    opacity: 0.1;
    pointer-events: none;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    margin: 0 5px;
}

.mt--1{
    margin-top: -70px;
}

.about-img{
    position: relative;
}

.about-img-img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
}