.concept-image-stack {
    display: none;
}

.organic-shape {
    display: none;
}

.concept-parallax-container {
    display: none;
}

.concept-section {
    width: 100%; 
    padding: 60px 40px; 
    background-color: #fff;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 0; 

    display: flex; 
    flex-direction: column;    
    align-items: center; 
    justify-content: center; 
    position: relative; 
    z-index: 6; 
    overflow: hidden; 
    margin-top: -30px; 

}
.concept-section h2 {
    display: inline-block; 
    font-family: 'DINSchrift', sans-serif; 
    font-size: 4em;
    font-weight: 200;
    letter-spacing: 0.02em;
    margin-bottom: 20px;

}

.jp-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 0;
    display: block;
    line-height: 1.5;
    margin-top: -10px;
}

.concept-text-fixed {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px; 
    padding: 0 20px;
}

.concept-text-fixed h2, .concept-text-fixed p {
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
}

.concept-section p {
    font-size: 0.9em;
    line-height: 2;
}

.divider-section {
display: flex;
justify-content: center;
align-items: center;
min-height: 70vh; 
padding: 80px 20px;
background-image: url('../images/home/home_image_01.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed; 
text-align: center;
border-radius: 0; 
}

.divider-image {
    width: 80%;
    max-width: 600px;
    height: auto;
}

.recommendation-section {
background-color: #F4C93F; 
padding: 80px 0;
width: 100%;
border-radius: 0; 
margin-top: -30px;
overflow: hidden; /* Prevent horizontal scroll from swiper */
}

.section-container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}

.recommendation-header {
display: flex;
justify-content: space-between;
align-items: flex-end;
position: relative;
z-index: 10;

margin-bottom: 60px; 
}

.recommendation-header-main {
text-align: left;
}

.handwriting-title {
font-family: 'Quickpen', sans-serif;
font-size: 3em;
color: #ffffff;
line-height: 1;
padding-bottom: 20px; 
white-space: nowrap; 
margin-bottom: -100px;
}

.recommendation-header-main h2 {
font-family: 'DINSchrift', sans-serif;
font-size: 4em;
font-weight: 200;
letter-spacing: 0.02em;
margin-bottom: 20px;
color: #543A33;
}

.recommendation-header-main p {
font-size: 0.9em;
line-height: 1.8;
color: #543A33;
max-width: 600px;
margin-bottom: 30px; 

}

.recommendation-swiper {
padding-bottom: 50px; 
}

.swiper-slide {
height: auto; 

}

.rec-card {
background-color: #fff;
border-radius: 0;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100%;
}

.rec-card img {
width: 100%;
height: 250px;
object-fit: cover;
}

.rec-card-content {
padding: 25px;
flex-grow: 1;
display: flex;
flex-direction: column;
}

.rec-card-content h3 {
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.1rem;
font-weight: 700;
margin-bottom: 10px;
color: #543A33;
}

.rec-card-content p {
    font-size: 0.9em;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}

.rec-card-content .details-link {

align-self: flex-start;
}

.recommendation-swiper .swiper-pagination-bullet-active {
background-color: #543A33;
}

.partyplan-section {
background-color: #ffffff;
padding: 80px 0;
width: 100%;
border-radius: 0; 
margin-top: -30px;
display: flex;
flex-direction: column;
}

.partyplan-content, .party-section-content {
display: flex;
align-items: center;
gap: 60px; 
}

.partyplan-text {
flex: 1; 
text-align: left;
}

.partyplan-text h2, .party-section h2 {
font-family: 'DINSchrift', sans-serif;
font-size: 4em;
font-weight: 200;
letter-spacing: 0.02em;
margin-bottom: 20px;
color: #543A33;

}

.partyplan-text p, .party-section p {
font-size: 0.9em;
line-height: 1.8;
color: #543A33;
margin-bottom: 30px;
}

.partyplan-image {
flex: 1; 
}

.partyplan-image img {
width: 100%;
height: auto;
border-radius: 0;
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.partyplan-section.layout-reverse {
    background-color: #EAEAEA;
}

.party-section {
    text-align: center;
}

.news-faq-section {
    width: 100%;
    border-radius: 0;
    margin-top: -30px;
    overflow: hidden; 
    position: relative;
    z-index: 2; 
}

.news-faq-container {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.news-column, .faq-column {
    flex: 1; 
    padding: 80px 0px; 
    text-align: left; 
}

.faq-column {
    padding-left: 80px ; 
}



.column-content h2 {
    font-family: 'DINSchrift', sans-serif;
    font-size: 4em;
    font-weight: 200;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    color: #543A33;
}

.newsList {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 15px; 
}


.newsList a.content {
    display: flex;
    align-items: center;
    padding: 20px 25px; 
    text-decoration: none;
    color: #543A33;
    border-radius: 0;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.newsList a.content:hover {
    background-color: #F4C93F;
}

.newsList .data {
    display: flex;
    align-items: baseline;
    gap: 1.5em;
}

.newsList time {
    font-family: 'DINSchrift', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    flex-shrink: 0;
}

.newsList .news-title {
    margin: 0;
    line-height: 1.6;
}

.newsList a.content::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #d1c9c7;
    margin-left: auto;
    padding-left: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.newsList a.content:hover::after {
    transform: translateX(4px);
    color: #543A33;
}

.faq-accordion {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.faq-item {
    border-radius: 0; 
    overflow: hidden; 
}

.faq-question {
    background-color: #543A33;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.faq-question-title .fa-circle-question {
    font-size: 1.2em;
    flex-shrink: 0; 
}

.faq-question:hover {
    background-color: #402d26;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-question.active .faq-icon {
    transform: rotate(135deg);
}

.faq-answer {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer-content {
    padding: 20px;
}

.news-faq-section {
    background: linear-gradient(to right, #ffffff 50%, #F4C93F 50%);
}

.instagram-section {
    background-color: #F5F6F6;
    padding: 80px 0;
    width: 100%;
    border-radius: 0; 
    margin-top: -30px;
}

.section-title-center {
    text-align: left中水火廿;
    margin-bottom: 50px;
}

.section-title-center h2 {
    font-family: 'DINSchrift', sans-serif;
    font-size: 4em;
    font-weight: 200;
    letter-spacing: 0.02em;
    color: #543A33;
    display: inline-block;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.instagram-follow-button {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.instagram-post {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 1 / 1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.instagram-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.instagram-post:hover img {
    transform: scale(1.05);
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.instagram-post:hover .instagram-overlay {
    opacity: 1;
}

.instagram-overlay i {
    font-size: 40px;
    color: #fff;
}

.access-section {
    background-color: #F5F6F6;
    border-radius: 0; 
    padding: 80px 0 200px; 
    width: 100%;
    margin-top: -30px;
    position: relative;
    z-index: 5;
}

@media (min-width: 769px) {
    .concept-section {
        height: 100vh; 
        justify-content: flex-start; 
    }

    .concept-text-fixed {
        position: sticky;
        top: 50vh;
        transform: translateY(-50%);
    }

    .concept-parallax-container {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .parallax-img {
        position: absolute;
        border-radius: 0;

        object-fit: contain;
    }

    .p-img-1 {
        width: 10vw;
        height: auto;
        top: 15%;
        left: 8%;
    }
    .p-img-2 {
        width: 15vw;
        height: auto;
        top: 70%;
        right: 15%;
    }
    .p-img-3 {
        width: 15vw;
        height: auto;
        top: 90%;
        left: 5%;
    }
    .p-img-4 { 
        width: 15vw; 
        height: auto; 
        top: 130%; 
        right: 5%; }

    .organic-shape {
        display: block;
        position: absolute;
        background-color: #D9D9D9;
        opacity: 0.6;
        z-index: 0;
        will-change: transform;
    }

    .shape-1 {
        width: 18vw;
        height: 18vw;
        max-width: 220px;
        max-height: 220px;
        top: 90%;
        left: 25%;
        border-radius: 55% 45% 44% 56% / 62% 60% 40% 38%;
    }

    .shape-2 {
        width: 15vw;
        height: 15vw;
        max-width: 200px;
        max-height: 200px;
        top: 110%;
        right: 3%;
        border-radius: 41% 59% 62% 38% / 45% 46% 54% 55%;
        transform: rotate(-30deg);
    }

    .shape-3 {
        width: 14vw;
        height: 14vw;
        max-width: 180px;
        max-height: 180px;
        top: 160%;
        left: 10%;
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        transform: rotate(15deg);
    }

    .shape-4 {
        width: 12vw;
        height: 12vw;
        max-width: 150px;
        max-height: 150px;
        top: 180%;
        right: 30%;
        border-radius: 33% 67% 23% 77% / 65% 26% 74% 35%;
        transform: rotate(45deg);
    }
}

.access-content {
    display: flex;
    align-items: left;
    gap: 60px; 
}

.access-text {
    flex: 1; 
    text-align: left;
}

.access-text h2 {
    font-family: 'DINSchrift', sans-serif;
    font-size: 4em;
    font-weight: 200;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    color: #543A33;
}

.access-text address,
.access-text p {
    font-size: 0.9em;
    line-height: 1.8;
    color: #543A33;
    margin-bottom: 30px;
    font-style: normal;
}

.access-image {
    flex: 1; 
}

.access-image img {
    width: 100%;
    height: auto;
    border-radius: 0;

}

.scroll-down-indicator {
    display: none;
}

@media (max-width: 768px) {
.concept-section {

position: relative;
min-height: 100vh; 
display: flex;
justify-content: center; 
padding: 40px 20px; 
}
.concept-image-stack {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none; 
}

.concept-photo {
position: absolute;
width: 75vw;
height: auto;
aspect-ratio: 3 / 4;
border-radius: 0;
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
background-color: #fff;
padding: 10px;

top: 50%;
left: 50%;
transform-origin: center center;
}

.concept-photo img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 0;
}

.photo-1 {
transform: translate(-50%, -50%) rotate(5deg);
}
.photo-2 {
transform: translate(-50%, -50%) rotate(-3deg);
}
.photo-3 {
transform: translate(-50%, -50%) rotate(2deg);
}

.concept-parallax-container {
    display: block;
    pointer-events: none;
}

.parallax-img {
    opacity: 0; 
}

.p-img-2 { 
    width: 25vw;
    max-width: 100px;
    top: 10vh;
    right: 30vw;
    position: absolute;
    transform: rotate(50deg);
    animation: doodle-float-1 3.5s ease-in-out infinite;
}
.p-img-3 { 
    width: 30vw;
    max-width: 120px;
    top: 70vh;
    left: 5vw;
    position: absolute;
    animation: doodle-float-2 4s ease-in-out infinite;
    animation-delay: 0.5s;
}
.p-img-4 { 
    width: 25vw;
    max-width: 100px;
    top: 60vh;
    right: 3vw;
    position: absolute;
    transform: rotate(5deg);
    animation: doodle-float-3 3.2s ease-in-out infinite;
    animation-delay: 0.2s;
}

.organic-shape {
    display: block; 
    position: absolute;
    background-color: #D9D9D9; 
    opacity: 0; 
    z-index: 0; 
    will-change: transform; 
}

.shape-1 {
    width: 18vw;
    height: 18vw;
    max-width: 100px; 
    max-height: 100px;
    top: 50vh;
    left: 5vw;
    border-radius: 55% 45% 44% 56% / 62% 60% 40% 38%;
    animation: organic-float-1 4.5s ease-in-out infinite;
}

.shape-2 {
    width: 15vw;
    height: 15vw;
    max-width: 80px;
    max-height: 80px;
    top: 80vh;
    right: 30vw;
    border-radius: 41% 59% 62% 38% / 45% 46% 54% 55%;
    transform: rotate(-15deg);
    animation: organic-float-2 3.8s ease-in-out infinite;
    animation-delay: 0.5s;
}

.shape-3 {
    width: 18vw;
    height: 12vw;
    max-width: 60px;
    max-height: 60px;
    top: 30vh;
    right: 15vw;
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    transform: rotate(25deg);
    animation: organic-float-3 4.2s ease-in-out infinite;
    animation-delay: 0.2s;
}

.shape-4 {
    display: none; 
}

.concept-text-fixed {
    padding: 0; 
}

.concept-text-fixed h2, .concept-text-fixed p {
    opacity: 0;
}

.concept-section h2 {
font-size: 2em; 
}

.divider-section {
min-height: 40vh;
padding: 60px 20px;
background-attachment: scroll;

}
.divider-image {
    width: 90%;
}
.recommendation-section {
padding: 60px 0;
}
.recommendation-header {
flex-direction: column;
align-items: flex-end; 
margin-bottom: 40px; 
}
.handwriting-title {
font-size: 2.5em;
margin-bottom: -70px; 
}
.recommendation-header-main {
text-align: left; 
}
.recommendation-header-main p {
margin-bottom: 60px; 
}
.recommendation-header-main h2 {
font-size: 2em;
}
.handwriting-title {
font-size: 2em;
}
.rec-card img {
height: 200px;
}
.recommendation-swiper .swiper-button-next,
.recommendation-swiper .swiper-button-prev {
display: none; 
}

.partyplan-section {
padding: 60px 0;
}
.partyplan-content {
flex-direction: column; 
gap: 40px;
}
.partyplan-text h2 {
font-size: 2em;
}

.news-faq-container {
    flex-direction: column;
    width: 100%; 
}

.news-faq-section {

    background: #ffffff; 
}

.news-column, .faq-column {
    padding: 60px 20px;
}
.faq-column {
    background-color: #F4C93F;
    border-radius: 0; 
    margin-top: -30px;
    position: relative; 
}
.column-content h2 {
    font-size: 2em;
}

.newsList .data {
    flex-direction: column;
    gap: 0.5em;
    align-items: flex-start;
}

.newsList a.content {
    align-items: flex-start;
}

.newsList a.content::after {
    margin-top: 3px; 
}

.instagram-section {
    padding: 60px 0;
}

.section-title-center h2 {
    font-size: 2em;
}

.instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}


.access-content {
    flex-direction: column-reverse; 
    gap: 40px;
}

.access-text h2 {
    font-size: 2em;
}

    .scroll-down-indicator {
        display: block;
        position: absolute;
        bottom: 4vh;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        text-align: center;
        cursor: pointer;
        color: #543A33;
        animation: indicator-bounce 1.5s infinite ease-in-out;
    }

    .scroll-down-indicator .arrow {
        width: 24px;
        height: 24px;
        border-left: 1px solid #543A33;
        border-bottom: 1px solid #543A33;
        transform: rotate(-45deg);
        margin: 0 auto;
    }

    @keyframes indicator-bounce {
        0%, 100% {
            transform: translateX(-50%) translateY(0);
        }
        50% {
            transform: translateX(-50%) translateY(8px);
        }
    }
}

@keyframes doodle-float-1 {
    0%, 100% {
      transform: rotate(50deg) translateY(0);
    }
    50% {
      transform: rotate(50deg) translateY(-12px);
    }
  }

  @keyframes doodle-float-2 {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(12px);
    }
  }

  @keyframes doodle-float-3 {
    0%, 100% {
      transform: rotate(5deg) translateY(0);
    }
    50% {
      transform: rotate(5deg) translateY(-12px);
    }
  }

@keyframes organic-float-1 {
    0%, 100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(8px, -8px) rotate(5deg);
    }
  }

  @keyframes organic-float-2 {
    0%, 100% {
      transform: rotate(-15deg) translateY(0);
    }
    50% {
      transform: rotate(-10deg) translateY(10px);
    }
  }

  @keyframes organic-float-3 {
    0%, 100% {
      transform: rotate(25deg) translateX(0);
    }
    50% {
      transform: rotate(30deg) translateX(-10px);
    }
  }

@media (max-width: 390px) {

    .concept-section h2,
    .recommendation-header-main h2,
    .partyplan-text h2,
    .column-content h2,
    .section-title-center h2,
    .access-text h2 {
        font-size: 1.7em;
    }

    .concept-section p,
    .recommendation-header-main p,
    .partyplan-text p,
    .access-text p,
    .rec-card-content p {
        font-size: 0.85em;
        line-height: 1.9;
    }

    .p-img-2 {
        max-width: 80px;
        top: 15vh;
    }
    .p-img-3 {
        max-width: 100px;
        top: 75vh;
    }
    .p-img-4 {
        max-width: 80px;
        top: 65vh;
    }

    .shape-1 {
        max-width: 80px;
        max-height: 80px;
    }
    .shape-2 {
        max-width: 65px;
        max-height: 65px;
    }
    .shape-3 {
        max-width: 50px;
        max-height: 50px;
    }
}

.access-image {
    flex: 0 1 45%; }