@charset "utf-8";
/* CSS Document */


/*==================================================
mv
================================================== */

.mv{
    position: relative;
    margin: 100px 0 0;
    height: 92vh;
}

#mv-top{
    background:url("../images/mv_top_pc.webp") no-repeat top center;
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.mv-copy{
    color: #fff;
    font-size: 60px;
    line-height: 1.7;
      text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.95);
}

.mv-copy strong{
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.08em;
    display: block;
}

.mv-copy small{
    display: block;
    font-size: 24px;
    letter-spacing: 0.1em;
}

.mv-page{
    position: relative;
    height: 20vh;
}

.mv-page h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    line-height: 1;
    margin: 0;
}

#mv-about{
    background:url("../images/mv_about.jpg") no-repeat top center;
    background-size: cover;
}

#mv-menu{
    background:url("../images/mv_menu.jpg") no-repeat top center;
    background-size: cover;
}

@media only screen and (max-width: 1024px) {

.mv{
    margin: 60px 0 0;
}

.mv-copy{
    font-size: 48px;
}

.mv-copy small{
    font-size: 21px;
}

}

@media screen and (max-width: 1024px) and (orientation: portrait){

.mv{
    height: 46vh !important;
}
   
    
    
}
    



@media only screen and (max-width: 768px) { 

.mv-copy{
    font-size: 42px;
}

.mv-copy small{
    font-size: 18px;
}



}

@media screen and (max-width: 768px) and (orientation: portrait){

   
    
}

@media only screen and (max-width: 599px) {

#mv-top{
    background:url("../images/mv_top_sp.webp") no-repeat top center;
    background-size: cover;
}
.mv-video{
    object-position: 30% center;
    top: 0;
    height: 100%;
}
.mv{
  
    /*height: 74vh;*/
    height: calc(100vh - 60px) !important;
}   



.mv-copy{
    font-size: 7.4vw;
}

.mv-copy small{
    font-size: 13px;
}

}


/*==================================================
common
================================================== */

a.txt-link{
    text-decoration: underline;
}

.copy{
    display: block;
    font-weight: normal;
    font-size: 32px;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 35px;
}

.copy span{
    display: block;
}

.copy span:nth-child(2){
    text-indent: 1em;
}

.big-en{
    display: block;
    font-size: 60px;
    color: #cbc8bf;
    margin: 0;
    position: relative;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.pic{
    margin: 50px 0;
    text-align: center;
}

.pic img{
    border-radius: 40px;
    vertical-align: bottom;
}

.txt{
    text-align: justify;
    line-height: 2.2;
    margin-bottom: 35px;
}

.icn-email{
    width: 36px;
    position: absolute;
    right: 0;
    top: -4px;
}

a.a-icn{
    position: relative;
    display: inline-block;
    padding: 5px 40px 5px 20px;
}

.box-btn-2cols{
    margin: 50px 0 0;
    display: flex;
}

.box-btn-2cols a{
    width: calc(100%/2);
}

.box-btn-2cols a:first-child{
    margin-right: 30px;
}

.box-btn-1cols{
    margin: 50px 0 0;
    text-align: center;
}

.box-btn-1cols a{
    min-width: 500px;
}


.t-flex{
    display: flex;
}

.t-flex span{
    display: block;
    width: 60px;
}

.t-flex span i{
    width: 58px;
    height: 58px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    font-style: normal;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffa9;
}

.t-flex strong{
    padding-left: 20px;
    width: 90%;
    display: flex;
    align-items: center;
    font-weight: normal;
}

.box-ballon{
    color: #fff;
    text-align: center;
    border-radius: 24px;
    padding: 25px 50px 30px;
    font-size: 28px;
    position: relative;
    margin-bottom: 50px;
    line-height: 2.0;
}
.box-ballon.bg-grey{
    color: #333;
}

.box-ballon p{
    margin: 0;
}

.box-ballon span{
    color: #f092ae;
    font-size: 30px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -12px;
}
.box-ballon.bg-grey span{
    color: #e4e4e4;
}
.box-ballon.bg-blue02 span{
    color: #84bae5;
}
.box-ballon.bg-blue span{
    color: #5dc2d0;
}
.box-ballon.bg-pink02 span{
    color: #df8db9;
}

.box-border-pink{
    border-radius: 24px;
    border: 3px solid #f092ae;
    padding: 35px;
    margin-bottom: 50px;
}


@media only screen and (max-width: 900px) {

.copy{
    font-size: 26px;
    margin-bottom: 35px;
}

.big-en{
    font-size: 48px;
}
    
.pic{
    margin: 25px 0;
} 

.txt{
    margin-bottom: 25px;
}  

.box-btn-2cols{
    margin: 30px 0 0;
} 

.box-ballon{
    border-radius: 18px;
    padding: 20px 30px 25px;
    font-size: 24px;
    margin-bottom: 35px;
}

.t-flex strong{
    height: auto;
} 
    
}


@media only screen and (max-width: 599px) {
    
    #top-sec01{
        padding-top: 35px;
    }
    
    
.pic{
    margin: 20px 0;
} 

.txt{
    margin-bottom: 20px;
    line-height: 1.8;
} 

.pic img{
    border-radius: 20px;
}

.box-btn-2cols{
    display: block;
    margin: 30px 0 0;
} 

.icn-email{
    width: 36px;
    position: absolute;
    right: 0;
    top: -4px;
}

a.a-icn{
    padding: 5px 40px 5px 10px;
}

.box-btn-2cols a{
    width: 100%;
    margin: 0 auto 15px;
}

.box-btn-2cols a:first-child{
    margin-right: auto;
}

.box-btn-1cols{
    margin: 25px 0 0;
}

.box-btn-1cols a{
    min-width: 100%;
}
    

.t-flex span{
    width: 44px;
}

.t-flex span i{
    width: 42px;
    height: 42px;
}

.t-flex strong{
    padding-left: 15px;
}  

.box-ballon{
    padding: 20px 20px 28px;
    font-size: 5.2vw;
    margin-bottom: 30px;
    line-height: 1.8;
}  

.box-ballon span{
    bottom: -28px;
}

    
}


/*==================================================
concept
================================================== */

#concept{
    background-color: #31302d;
    color: #f1ccb0;
    padding: 80px 0 60px;
}

#concept .contents-area{
    display: flex;
}

#txt-concept{
    width: 55%;
    padding-right: 5%;
    line-height: 2.0;
}

#profile{
    width: 40%;
    background: url("../images/pic_top01bg.png") center bottom no-repeat;
    padding-bottom: 5vw;
    background-size: 100%;
}

#txt-concept p{
    margin: 0 0 25px 5px;
}

#profile p{
    position: relative;
    top: -25px;
    margin: 0;
}

#profile img{
    vertical-align: bottom;
}


@media only screen and (max-width: 599px) {

#concept{
    padding: 35px 0 60px;
}

#concept .contents-area{
    display: block;
}

#txt-concept{
    width: 100%;
    padding-right: 0;
    line-height: 1.8;
}

#profile{
    width: 100%;
    position: absolute;
    bottom: -76vw;
    left: 0;
    padding-bottom: 20vw;
}
    
    #profile p:last-child a{
        color: #31302d !important;
    }

#txt-concept p{
    margin: 0 0 25px 5px;
}
    
    
}


/*==================================================
news
================================================== */



#news a.link-y{
    position: absolute;
    top: 15px;
    right: 0;
}

.ul-post{
    list-style: none;
    border-bottom: 1px solid #d9c8b5;
}

.ul-post li{
    border-top: 1px solid #d9c8b5;
    padding: 20px 10px;
}

.ul-post li p{
    margin-bottom: 7px;
}

.ul-post li a{
    display: block;
}

@media only screen and (max-width: 599px) {

.ul-post li{
    padding: 12px 6px 15px;
}

}




/*==================================================
menu
================================================== */

#menu{
    padding: 80px 0;
    background: url("../images/bg01.webp") no-repeat center center;
    background-size: cover;
}

#menu .contents-area{
    display: flex;
}

.box-menu{
    display: flex;
    height: 360px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: calc(100%/2);
    margin-right: 30px;
    color: #fff !important;
    text-decoration: none !important;
}
a.box-menu:hover{
    opacity: 0.8;
}

.box-menu h2{
    font-size: 32px;
    margin-bottom: 20px;
}

.box-menu h2 span{
    border-color: #fff;
}

#menu-01{
    background: url("../images/pic_menu01.webp") center center no-repeat;
    background-size: cover;
}

#menu-02{
    margin-right: 0;
    background: url("../images/pic_menu02.webp") center center no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1024px) {

#menu{
    padding: 50px 0;
}

.box-menu{
    height: 290px;
    margin-right: 20px;
}


.box-menu h2{
    font-size: 28px;
    margin-bottom: 20px;
}
    
}

@media only screen and (max-width: 768px) {

.box-menu{
    height: 240px;
}
    
}

@media only screen and (max-width: 599px) {

#menu{
    padding: 35px 0;
}

#menu .contents-area{
    display: block;
    width: 100%;
}

.box-menu{
    width: 90%;
    height: 210px;
    margin: 0;
}
    
    #menu-01{
        margin-left: 10%;
        margin-bottom: 20px;
    }


.box-menu h2{
    font-size: 6vw;
    margin-bottom: 20px;
}
    
}


/*==================================================
cta-area
================================================== */

.cta-area{
    background-color: #f4e0cb;
    padding: 65px 0 80px;
    text-align: center;
}

@media only screen and (max-width: 599px) {

.cta-area{
    padding: 30px 0 40px;
}
    
}


/*==================================================
access
================================================== */

#access{
    background-color: #f4f4f4;
    padding: 35px 0 70px;
}

@media only screen and (max-width: 599px) {

#access{
    padding: 20px 0 30px;
}
    
}


/*==================================================
contact
================================================== */

#contact-contents{
    text-align: center;
    line-height: 2.0;
}

#box-contact{
    display: flex;
    margin-top: 50px;
}

#box-contact > article{
    width: calc(100%/2);
    background-color: #fff;
    padding: 50px 30px;
    margin: 0 15px;
    box-sizing: border-box;
    line-height: 1.6;
}

#box-contact > article p strong{
    display: block;
    margin-bottom: 25px;
    font-size: 120%;
}

#box-contact > article .box-btn-1cols{
    margin-top: 25px;
}

#box-contact > article a.btn{
    min-width: auto;
    width: 80%;
    border: none;
}

#box-contact > article#reservation{
    color: #ada080;
    background-color: #31302d;
}

#box-contact > article#line{
    color: #fff;
    background-color: #06C755;
}


@media only screen and (max-width: 1024px) {

#box-contact > article{
    padding: 50px 20px;
}

#box-contact > article a.btn{
    width: 100%;
}
    
}


@media only screen and (max-width: 768px) {

#box-contact > article{
    padding: 35px 10px;
    margin: 0 8px;
}

#box-contact > article a.btn{
    width: 100%;
}
    
}


@media only screen and (max-width: 599px) {

#box-contact{
    display: block;
    margin-top: 30px;
}

#box-contact > article{
    width: 100%;
    box-sizing: border-box;
    padding: 35px 10px;
    margin: 0 auto 20px;
}

#box-contact > article a.btn{
    width: 90%;
}
    
}




/*==================================================
terms, privacy
================================================== */

main.page-main{
    padding: 180px 5% 80px;
}

@media only screen and (max-width: 599px) {
main.page-main{
    padding: 100px 5% 40px;
}

.privacy-title{
    font-size: 28px;
    white-space: nowrap;
}
}

#terms,
#privacy{

}

#terms ol > li,
#privacy ol > li{
    margin-bottom: 35px;
}

#terms ol{
    line-height: 2.2;
}

#privacy p,
#privacy ol,
#privacy li{
    line-height: 2.6;
}

#privacy ol{
    padding-left: 1.4em;
}

.ol-basic{
    margin-left: 22px;
}

#terms ol > li > ul,
#privacy ol > li > ul{
    margin-bottom: 20px;
}




@media only screen and (max-width: 599px) {

#privacy{
    padding-top: 0 !important;
}

#terms ol > li,
#privacy ol > li{
    margin-bottom: 25px;
}

#terms ol{
    line-height: 1.9;
}

#privacy p,
#privacy ol,
#privacy li{
    line-height: 2.3;
}

.ol-basic{
    margin-left: 22px;
}

#terms ol > li > ul,
#privacy ol > li > ul{
    margin-bottom: 15px;
}



    
}


/*==================================================
voice
================================================== */

#voice{
    padding: 50px 0 80px ;
}

#voice .title-contents{
    margin-bottom: 0;
}



.note {
line-height: 2;
  font-size: 16px;

  background-image: linear-gradient(
    to bottom,
    transparent calc(2em - 1px),
    rgba(197,165,90,0.2) calc(2em - 1px)
  );
  background-size: 100% 2em;
}

a.swiper-slide:hover{text-decoration: none;}

.note p{
    margin: 0;
}

.voice-link{
    display: flex;
    margin-top: 20px;
    padding: 0 10px;
}

.voice-link > div{
    flex: 1;
}

.voice-link-next{
    text-align: right;
}



@media only screen and (max-width: 1024px) {

.voice-img{
    height: 20vw;
}

.a-voice{
    top: -2.7rem;
    right: 3rem;
}
      
}


@media only screen and (max-width: 768px) {

.voice-img{
    height: 14vw;
}

.voice-img span{
    top: 29%;
    font-size: 18px;
}
      
}


@media only screen and (max-width: 599px) {

.voice-img{
    height: 30vw;
}

.voice-img span{
    top: 26%;
    font-size: 5.0vw;
}

.a-voice{
    top: -4.5rem;
    right: 6.5rem;
}
    
    .note{
        min-height: 50vw;
    }
      
}


  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }


  .l-section .l-inner {
      padding-top: 35px;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .card03 {
    overflow: hidden;
  }
  .card03 .swiper {
    overflow: visible;
  }
  .card03 .swiper-button-prev, .card03 .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .card03 .swiper-button-prev::before, .card03 .swiper-button-next::before {

    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
  .card03 .swiper-button-prev::after, .card03 .swiper-button-next::after {
    border-color: #fff;
  }
  .card03 .swiper-button-prev {
    right: calc(100% - 1.6rem);
  }
  .card03 .swiper-button-next {
    left: calc(100% - 1.6rem);
  }
  .card03 .slide {
    overflow: hidden;
    -webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
      background-color: #fff;
      border: 1px solid #dcd4c4;
      padding: 25px;
  }
  .card03 .slide-media {
    padding-top: 62.5%;
  }
  .card03 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card03 .slide-content {
    padding: 3.2rem;
  }
  .card03 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
  .card03 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
  }
  .card03 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
  }



  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
    .card03 .swiper {
      padding: 0 3.2rem;
    }
    .card03 .swiper-button-prev {
      right: calc(100% - 5.2rem);
    }
    .card03 .swiper-button-next {
      left: calc(100% - 5.2rem);
    }
  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .card03 .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    /*.card03 .slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
      -webkit-box-shadow: var(--box-shadow-hover);
              box-shadow: var(--box-shadow-hover);
    }*/
    .card03 .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }

  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }


/*==================================================
about
================================================== */

#about{
    padding-bottom: 0;
}

#message{
    line-height: 2.0;
    text-align: center;
    background-color: #31302d;
    color: #ada080 !important;
    padding-bottom: 50px;
}

#message p{
    margin-bottom: 35px;
}

#about-profile{
    background-color: #fff;
    padding-bottom: 100px;
}

#pic-profile{
    width: 45%;
    float: right;
    vertical-align: bottom;
}

#txt-profile{
    width: 50%;
    float: left;
    line-height: 1.9;
}
#txt-profile > div{
    margin-bottom: 25px;
}

#txt-profile > div > p{
    margin: 0;
    padding-left: 5px;
}

#txt-profile > div > ul{
    margin-bottom: 15px;
}

#txt-profile > div strong{
    display: block;
    font-size: 1.2rem;
}

#txt-profile > div strong.st-name{
    font-size: 1.5rem;
}


@media only screen and (max-width: 900px) {

#message{
    line-height: 1.8;
}

#message p{
    font-size: 1.0rem;
}
      
}


@media only screen and (max-width: 599px) {

#message p{
    font-size: 4vw;
}

#about-profile{
    padding-bottom: 50px;
    padding-top: 50px;
}

#pic-profile{
    width: 100%;
    float: none;
    margin-bottom: 25px;
}

#txt-profile{
    width: 100%;
    float: none;
    line-height: 1.8;
}

#txt-profile > div{
    margin-bottom: 25px;
}

#txt-profile > div strong{
    display: block;
    font-size: 3.8vw;
}

#txt-profile > div strong.st-name{
    font-size: 4.5vw;
}
      
}


/*==================================================
salon-info
================================================== */

#salon-info{
    padding-bottom: 60px;
}

.pic-salon{
    width: 80%;
    margin-left: 20%;
}

#salon-info h2{
    display: block;
    z-index: 1;
    font-size: 120px;
    color: #f4e0cb;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0.08em;
}

.info-logo{
    position: absolute;
    bottom: 0;
    width: 20%;
    left: 0;
}

.link-salon{
    margin-top: 25px;
    text-align: left;
}

@media only screen and (max-width: 599px) {

.pic-salon{
    width: 70%;
    margin-left: 30%;
    height: 65vw;
}
    
    .pic-salon img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


#salon-info h2{
    font-size: 15vw;
    top: 8%;
    left: 0;
    letter-spacing: 0.08em;
}

.info-logo{
    bottom: 5%;
    width: 30%;
    left: 0;
}

.link-salon{
    margin-top: 10px;
}
    
}




/* ===== RIJENA MV ===== */
#mv-top {
  position: relative;
  height: calc(100vh - 100px);
  min-height: 600px;
  background: var(--color-dark);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-video {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  opacity: 0.6;
}

.mv-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    160deg,
    rgba(88,26,28,0.55) 0%,
    rgba(28,14,15,0.72) 60%,
    rgba(28,14,15,0.88) 100%
  ); */
}

.mv-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

/* ロゴ＋ボーダーフレーム */
.mv-logo-frame {
  position: relative;
  display: inline-block;
  padding: 28px 40px;
  margin-bottom: 40px;
}

.mv-logo-frame::before,
.mv-logo-frame::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-color: rgba(225,192,153,0.85);
  border-style: solid;
  border-width: 0;
  animation: drawFrame 1.4s ease forwards;
  animation-delay: 0.3s;
}

/* 上辺・左辺 */
.mv-logo-frame::before {
  border-top-width: 1px;
  border-left-width: 1px;
  animation-name: drawTopLeft;
}

/* 下辺・右辺 */
.mv-logo-frame::after {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  border-bottom-width: 1px;
  border-right-width: 1px;
  animation-name: drawBottomRight;
}

@keyframes drawTopLeft {
  0%   { width: 0; height: 0; }
  40%  { width: 100%; height: 0; }
  100% { width: 100%; height: 100%; }
}

@keyframes drawBottomRight {
  0%   { width: 0; height: 0; }
  40%  { width: 100%; height: 0; }
  100% { width: 100%; height: 100%; }
}

.mv-logo {
  display: block;
  height: clamp(80px, 11vw, 140px);
  width: auto;
  opacity: 0;
  animation: fadeInLogo 0.8s ease forwards;
  animation-delay: 1.6s;
}

@keyframes fadeInLogo {
  to { opacity: 1; }
}

.mv-brand-kana {
  display: block;
  font-family: var(--font-jp);
  font-size: clamp(11px, 1.3vw, 14px);
  font-weight: 300;
  letter-spacing: 0.3em;
  color: rgba(225,192,153,0.85);
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 1.8s;
}

.mv-tagline {
  font-family: var(--font-en);
  font-style: italic;
  font-size: clamp(24px, 4vw, 54px);
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
  display: block;
  margin-bottom: 14px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 2s;
}

.mv-tagline-jp {
  font-family: var(--font-jp);
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 300;
  color: rgba(225,192,153,0.85);
  letter-spacing: 0.35em;
  display: block;
  margin-bottom: 10px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 2.2s;
}

.mv-sub-copy {
  font-family: var(--font-en);
  font-size: clamp(10px, 1.1vw, 13px);
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.25em;
  display: block;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 2.4s;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.mv-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.mv-scroll span {
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 0.3em;
  color: rgba(197,165,90,0.6);
  text-transform: uppercase;
}

.mv-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--color-gold), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
  animation-delay: 2.8s;
}

@keyframes scrollLine {
  0%   { opacity: 0; transform: scaleY(0); transform-origin: top; }
  50%  { opacity: 1; transform: scaleY(1); transform-origin: top; }
  100% { opacity: 0; transform: scaleY(1); transform-origin: bottom; }
}

/* ===== RIJENA BRAND ANNOUNCEMENT ===== */
#brand-announcement {
  background: var(--color-dark);
  padding: 32px 40px;
  border-top: 1px solid rgba(197,165,90,0.15);
  border-bottom: 1px solid rgba(197,165,90,0.15);
  display: flex;
  justify-content: center;
}

/* バナーボタン */
.announce-banner {
  display: block;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 28px 48px;
  max-width: 680px;
  width: 100%;
  transition: background 0.3s;
}

.announce-banner::before,
.announce-banner::after {
  content: '';
  position: absolute;
  border-color: rgba(225,192,153,0.85);
  border-style: solid;
  border-width: 0;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

.announce-banner::before {
  top: 0; left: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  animation-name: drawTopLeft;
}

.announce-banner::after {
  bottom: 0; right: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  animation-name: drawBottomRight;
}

.announce-banner.draw-border::before,
.announce-banner.draw-border::after {
  animation-play-state: running;
}

.announce-banner:hover {
  background: rgba(197,165,90,0.04);
}

.announce-banner-label {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.4em;
  color: rgba(225,192,153,0.85);
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.announce-banner-title {
  font-family: var(--font-jp);
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 300;
  color: rgba(225,192,153,0.85);
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.announce-banner-sub {
  font-family: var(--font-en);
  font-size: clamp(12px, 1.6vw, 15px);
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(225,192,153,0.85);
  margin-bottom: 24px;
}

.announce-banner-cta {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.25em;
  color: rgba(225,192,153,0.85);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
}

.announce-banner:hover .announce-banner-cta {
  color: var(--color-gold);
}

.announce-banner-arrow {
  transition: transform 0.3s;
}

.announce-banner:hover .announce-banner-arrow {
  transform: translateX(4px);
}

/* モーダル */
.announce-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.announce-modal.is-open {
  display: flex;
}

.announce-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,4,4,0.85);
  cursor: pointer;
}

.announce-modal-body {
  position: relative;
  background: var(--color-dark);
  border: 1px solid rgba(197,165,90,0.25);
  width: 90%;
  max-width: 720px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  animation: modalIn 0.35s ease;
}

@keyframes modalIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.announce-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: transparent;
  border: none;
  color: rgba(225,192,153,0.85);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color 0.2s;
  z-index: 1;
}

.announce-modal-close:hover {
  color: var(--color-gold);
}

.announce-modal-scroll {
  overflow-y: auto;
  padding: 52px 48px 48px;
  text-align: center;
}

@media (max-width: 768px) {
  .announce-banner { padding: 32px 24px; }
  #brand-announcement { padding: 30px 24px; }
  .announce-modal-scroll { padding: 48px 24px 36px; }
}

.announce-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.announce-title {
  font-family: var(--font-jp);
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 300;
  color: rgba(225,192,153,0.85);
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.announce-sub {
  font-family: var(--font-en);
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(225,192,153,0.85);
}

.announce-body {
  text-align: left;
  margin-bottom: 40px;
}

.announce-body p,
.announce-expand p {
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 1.4em;
}

.announce-body strong,
.announce-expand strong {
  color: rgba(225,192,153,0.85);
  font-weight: 400;
}

.announce-quote {
  border-left: 2px solid rgba(225,192,153,0.85);
  padding: 16px 24px;
  margin: 28px 0 !important;
  background: rgba(197,165,90,0.05);
}

.announce-quote em {
  font-family: var(--font-jp);
  font-style: normal;
  font-size: 15px;
  line-height: 2.2;
  color: rgba(225,192,153,0.85);
  letter-spacing: 0.08em;
}

.announce-expand {
  text-align: left;
  border: 1px solid rgba(197,165,90,0.2);
  padding: 36px 40px;
  margin-bottom: 10px;
  background: rgba(197,165,90,0.03);
}

.announce-h3 {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  color: rgba(225,192,153,0.85);
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.announce-shops {
  list-style: none;
  margin: 16px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.announce-shops li {
  font-family: var(--font-jp);
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 12px;
}

.shop-tag {
  font-family: var(--font-en);
  font-size: 9px;
  letter-spacing: 0.15em;
  color: rgba(225,192,153,0.85);
  border: 1px solid rgba(225,192,153,0.85);
  padding: 3px 8px;
  white-space: nowrap;
}

.announce-closing {
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 300;
  line-height: 2.4;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.announce-sig {
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.25em;
  color: rgba(225,192,153,0.85);
}

.announce-sig small {
  font-family: var(--font-jp);
  font-size: 11px;
  color: rgba(225,192,153,0.85);
  letter-spacing: 0.15em;
  display: block;
  margin-top: 4px;
}

@media (max-width: 768px) {

  .announce-expand { padding: 24px 20px; }

.announce-body p,
.announce-expand p {
  font-size: 13px;
}

.announce-closing {
    text-align: left;
}
}

/* ===== RIJENA CONCEPT ===== */
#concept {
  background: var(--color-cream);
  padding: 100px 40px 65px;
}

.concept-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.concept-text p {
  font-family: var(--font-jp);
  font-size: 15px;
  font-weight: 300;
  line-height: 2.2;
  color: var(--color-text);
  margin-bottom: 1.4em;
  letter-spacing: 0.08em;
}

.concept-text .catch {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 300;
  line-height: 1.8;
  color: var(--color-bordeaux);
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
}

.concept-image {
  position: relative;
}

.concept-image::before {
  content: '';
  position: absolute;
  top: -16px;
  right: -16px;
  bottom: 16px;
  left: 16px;
  border: 1px solid var(--color-gold);
  opacity: 0.4;
  z-index: 0;
}

.concept-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.about-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en);
  font-size: 15px;
  letter-spacing: 0.25em;
  color: var(--color-bordeaux) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-top: 10px;
}



@media (max-width: 900px) {
  .concept-inner { grid-template-columns: 1fr; gap: 30px; }
  .concept-image { order: -1; }
  .concept-image::before { display: none; }
  .concept-image img { height: 280px; }
  #concept { padding: 30px 24px 20px; }
}

/* ===== RIJENA PR MOVIE ===== */
#pr-movie {
  background: var(--color-cream);
  padding: 0 40px 100px;
}

.pr-movie-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.pr-movie-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.pr-movie-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pr-movie-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, opacity 0.3s;
  z-index: 2;
}

.pr-movie-play-icon {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent var(--color-bordeaux);
  margin-left: 4px;
}

.pr-movie-play-btn:hover {
  background: #fff;
}

.pr-movie-wrap.is-playing .pr-movie-play-btn {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  #pr-movie {
    padding: 0 0 50px;
  }

  .pr-movie-inner {
    max-width: 100%;
  }

  .pr-movie-play-btn {
    width: 60px;
    height: 60px;
  }

  .pr-movie-play-icon {
    border-width: 11px 0 11px 17px;
  }
}

/* ===== RIJENA NEWS ===== */
#news {
  background: var(--color-ivory);
  padding: 70px 40px 90px;
  border-top: 1px solid rgba(197,165,90,0.2);
  border-bottom: 1px solid rgba(197,165,90,0.2);
}

#news .contents-area {
  max-width: 1100px;
  margin: 0 auto;
}

#news h2.title-left-line {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: var(--color-bordeaux);
  border: none;
  padding: 0;
}

#news h2.title-left-line::before {
  display: none;
}

a.link-y {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en);
  font-size: 15px;
  letter-spacing: 0.25em;
  color: var(--color-bordeaux) !important;
  text-decoration: none !important;
  text-transform: uppercase;
}

a.link-y .arrow{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-left: 0;
  border-radius: 9999px;
  background-color: var(--color-bordeaux);
  vertical-align: middle;
  transition: width 0.35s ease;
    color: #fff;
}

a.link-y .arrow::before{
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--color-bordeaux);
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

a.link-y:hover .arrow { width: 56px; }


.ul-post li {
  border-bottom: 1px solid rgba(88,26,28,0.12);
}

.post-date {
  color: var(--color-gold);
  /*font-family: var(--font-en);*/
}

@media (max-width: 900px) {
#news {
  padding: 30px 24px 50px;
}
    
    #news .contents-area{
        width: 100%;
    }
    
a.link-y {
  font-size: 13px;
  gap: 5px;
}

a.link-y .arrow{
  width: 24px;
}

a.link-y .arrow::before{
  width: 6px;
}

a.link-y:hover .arrow { width: 34px; }    
    
}

/* ===== RIJENA MENU ===== */
#menu {
  background: var(--color-dark);
  padding: 100px 40px;
}

.menu-header {
  text-align: center;
  margin-bottom: 60px;
}

.menu-header .section-label { justify-content: center; display: block; }

.menu-header .section-title-en {
  color: var(--color-gold);
}

.menu-header .section-title-jp {
  color: rgba(255,255,255,0.4);
}

.menu-header .gold-line {
  margin: 20px auto 0;
}

.menu-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.box-menu {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  height: 420px;
  background: var(--color-bordeaux-d);
}

.box-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  transition: opacity 0.6s, transform 0.6s;
}

.box-menu:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

.box-menu-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(88,26,28,0.85) 0%, transparent 60%);
}

.box-menu-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.box-menu-label {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.35em;
  color: var(--color-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.box-menu-title {
  font-family: var(--font-en);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #fff;
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
}

.box-menu-title-jp {
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}

.box-menu-tech {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--color-gold-pale);
  border: 1px solid rgba(197,165,90,0.4);
  display: inline-block;
  padding: 4px 12px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.box-menu-arrow {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(197,165,90,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  font-size: 16px;
  transition: all 0.3s;
}

.box-menu:hover .box-menu-arrow {
  background: var(--color-gold);
  color: var(--color-dark);
}

@media (max-width: 768px) {
  .menu-grid { grid-template-columns: 1fr; }
  .box-menu { height: 300px; }
  .box-menu-content { left: 24px; right: 24px; bottom: 28px; }
  #menu { padding: 70px 0; }
}

/* ===== RIJENA COURSE ===== */
#course {
  background: #420a00;
  padding: 100px 40px;
}
#course .section-title-en{
    color: #fff;
}
#course .section-title-jp{
    color: var(--color-gold);
}

.course-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.course-card {
  background: #fff;
  /*border: 1px solid rgba(197,165,90,0.25);*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: 50px;
}

.course-card-img {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background: var(--color-bordeaux-d);
}

.course-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*opacity: 0.6;*/
}

.course-card-parallax-bg {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 180%;
  background: url('../images/pic_menu.jpg') center center / cover no-repeat;
  will-change: transform;
}

/*.course-card-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--color-bordeaux) 0%, transparent 100%);
  padding: 30px 30px 20px;
}*/

.course-card-img-label span {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  text-transform: uppercase;
}

.course-card-body {
  padding: 50px 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.course-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.tech-tag {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 4px 12px;
  border: 1px solid var(--color-bordeaux);
  color: var(--color-bordeaux);
  text-transform: uppercase;
}

.course-name {
  font-family: var(--font-jp);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 300;
  color: var(--color-bordeaux);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.5;
}

.course-desc {
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: #666;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}

.course-concerns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 30px;
}

.concern-tag {
  background: var(--color-ivory);
  font-family: var(--font-jp);
  font-size: 12px;
  color: var(--color-bordeaux);
  padding: 4px 12px;
  letter-spacing: 0.1em;
}

.course-price-block {
  border-top: 1px solid rgba(88,26,28,0.12);
  padding-top: 24px;
}

.course-price-label {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.course-price {
  /*font-family: var(--font-en);*/
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  color: var(--color-bordeaux);
  letter-spacing: 0.05em;
}

.course-price small {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
  margin-left: 6px;
}

.course-sessions {
  font-family: var(--font-jp);
  font-size: 12px;
  color: #aaa;
  margin-top: 4px;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .course-card { grid-template-columns: 1fr; }
  .course-card-img { min-height: 220px; }
  .course-card-body { padding: 36px 28px; }
  #course { padding: 30px 24px; }
}

/* ===== RIJENA VOICE ===== */
#voice {
  background:
    linear-gradient(
      160deg,
      #0e0608 0%,
      #1c0e0f 30%,
      #2a1210 55%,
      #1c0e0f 75%,
      #0e0608 100%
    );
  padding: 100px 0 80px;
}

#voice .voice-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 40px;
}

#voice .voice-header .section-label { color: rgba(225,192,153,0.85) !important; }

#voice .voice-header .section-title-en {
  font-family: var(--font-en);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 300;
  color: rgba(225,192,153,0.85) !important;
  letter-spacing: 0.1em;
}

#voice .voice-header .section-title-jp { color: #fff; }

#voice .slide {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(197,165,90,0.2);
}

#voice .slide .note {
  padding: 0 10px 32px;
}

#voice .slide .note span {
  font-family: var(--font-jp);
  font-size: 14px;
  line-height: 2;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
}

#voice .slide .note .a-underline {
  color: rgba(225,192,153,0.85) !important;
}

#voice .swiper-button-prev,
#voice .swiper-button-next {
  color: var(--color-gold);
}

@media (max-width: 767px) {
#voice {
  padding: 50px 0 60px;
}
    #voice .voice-header{
        margin-bottom: 0;
    }
    
}

/* ===== RIJENA SISTER BRAND ===== */
#sister-brand {
  background: var(--color-cream);
  padding: 80px 40px;
  border-top: 1px solid rgba(197,165,90,0.2);
}

.sister-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.sister-body p {
  font-family: var(--font-jp);
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  color: #666;
  margin-bottom: 1em;
}

.regenoa-badge {
  display: inline-block;
  border: 1px solid var(--color-gold);
  padding: 10px 24px;
  margin-bottom: 20px;
}

.regenoa-badge span {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  text-transform: uppercase;
}

.regenoa-badge small {
  font-family: var(--font-jp);
  font-size: 10px;
  color: #aaa;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .sister-inner { grid-template-columns: 1fr; }
  #sister-brand { padding: 60px 24px; }
}

/* ===== RIJENA SALON INFO ===== */
#salon-info {
  position: relative;
  overflow: hidden;
  padding: 150px 40px;
  border-top: 1px solid rgba(197,165,90,0.2);
  background: #000;
}

.salon-parallax-bg {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 160%;
  background: url('../images/pic01.jpg') center center / cover no-repeat;
  will-change: transform;
  z-index: 0;
  opacity: 0.35;
}

#salon-info .contents-area {
  position: relative;
  z-index: 1;
}

#salon-info .contents-area {
  max-width: 1024px;
  margin: 0 auto;
}

#salon-info h2 {
  font-family: var(--font-en);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 300;
  color: rgba(225,192,153,0.85) !important;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-bottom: 20px;
  position: static !important;
}

.salon-subtitle {
  font-family: var(--font-jp);
  font-size: 21px;
  font-weight: 300;
  color: rgba(225,192,153,0.85) !important;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}

.salon-body {
  font-family: var(--font-jp);
  font-size: 14px;
  line-height: 2;
  color: #fff;
  margin-bottom: 40px;
}

#salon-info a.link-y {
  color: #fff !important;
}

#salon-info .arrow {
  background-color: #fff;
}

#salon-info .arrow::before {
  background-color: #fff;
}

.salon-shop-info {
  font-family: var(--font-jp);
  color: #fff;
}

.salon-shop-info .shop-name {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(225,192,153,0.85);
  margin-bottom: 16px;
}

.shop-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.85);
}

.shop-detail-list .detail-label {
  flex-shrink: 0;
  width: 76px;
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.85);
  text-transform: uppercase;
  padding-top: 2px;
}

.shop-detail-list .map-link {
  color: rgba(255,255,255,0.85) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.shop-detail-list .map-link:hover {
  color: var(--color-gold) !important;
}

@media (max-width: 768px) {
  #salon-info { padding: 70px 24px; }

.salon-subtitle {
  font-size: 18px;
  margin-bottom: 5px;
}

.shop-detail-list li {
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
}

.shop-detail-list .detail-label {
  width: auto;
}
}

/* ===== RIJENA CTA ===== */
.cta-area {
  background: var(--color-bordeaux);
  padding: 50px 0 75px;
}

.cta-area .contents-area {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.cta-area .section-label { color: rgba(197,165,90,0.7); }

.cta-area h2 {
  font-family: var(--font-en);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 300;
  color: rgba(225,192,153,0.85) !important;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}

.cta-area h2 small {
  font-family: var(--font-jp);
  font-size: clamp(12px, 1.5vw, 14px);
  color: #fff;
  letter-spacing: 0.3em;
  display: block;
  margin-top: 10px;
}

.cta-divider {
  width: 40px;
  height: 1px;
  background: var(--color-gold);
  margin: 24px auto 32px;
  opacity: 0.5;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border: 1px solid rgba(225,192,153,0.85);
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.25em;
  color: rgba(225,192,153,0.85) !important;
  text-decoration: none !important;
  transition: background 0.3s ease;
}

.btn-cta:hover {
  background: rgba(225,192,153,0.1);
}

@media (max-width: 600px) {
.cta-area {
  padding: 35px 0 50px;
}

.cta-area h2 {
  margin-bottom: 30px;
}
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn-cta {
    width: 92%;
      box-sizing: border-box;
  }
}

/* ===== RIJENA FOOTER ===== */
footer {
  background: var(--color-dark);
  padding: 60px 40px 30px;
  border-top: 1px solid rgba(197,165,90,0.2);
}

footer .contents-area {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo-text {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--color-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.footer-logo-sub {
  font-family: var(--font-en);
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(197,165,90,0.45);
  display: block;
  margin-bottom: 36px;
}

.footer-link {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 12px 20px;
  margin-bottom: 36px;
  max-width: 1100px;
}

@media (max-width: 1160px) {
  .footer-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: unset;
    gap: 16px 24px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-link a {
    white-space: nowrap;
  }
}

.footer-link a {
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(225,192,153,0.85) !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 0.3s;
}

.footer-link a:hover {
  color: #fff !important;
}

.footer-logo {
  height: 70px;
  width: auto;
  display: block;
  margin: 0 auto 32px;
  opacity: 0.85;
}

.copyright {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #fff;
  border-top: 1px solid rgba(225,192,153,0.85);
  padding-top: 24px;
}
