/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css2?family=Julee&display=swap");
body{
    font-family: 'Zen Old Mincho', Osaka, arial, sans-serif;
    margin: 0;
}
img{
    width: 100%;
    vertical-align: bottom;
}
p {
    margin: 0;
}
h2 {
    font-family: "nanum-myeongjo", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h3 {
    font-weight: 400;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;tab-size:2}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}



/*=== 9-1-2 丸が動いてスクロールを促す ====*/

.scrolldown2 {
    position: absolute;
    bottom: 38%;
    left: 50%;
}

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

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:30%;
  left:50%;
}
.slide_radius {
    /*border-radius: 0 0 60px 60px / 0 0 30px 30px;*/
    height: 85vh;
}
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #333;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#333;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#333;
}

#left_wrap,
#right_wrap{
    display: none;
}

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

    #header,
    #header:before{
  height: 90vh;    
    }
    
}

p.store_select_intro_txt {
    position: absolute;
    top: 16%;
    text-align: right;
    right: 10px;
}
.store_select_intro {
    position: relative;
    margin-bottom: 10%;
}
p.store_category_caution {
    margin-bottom: 3%;
    font-size: 14px;
}
.store_directry {
    padding: 10% 0;
    background: #f6f6f8;
}
.store_directry_intro {
    position: relative;
    margin-bottom: 10%;
}
p.store_directry_intro_txt {
    position: absolute;
    top: 14%;
    text-align: left;
    left: 10px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
    margin: 0 auto;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.movie-box {
    position: relative;
}
video.intro-movie {
    width: 95%;
    margin: 0 auto 4%;
}
.fixed-cv {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
.fixed-cv a.cvbt {
    text-decoration: none;
    display: block;
    background: #202033;
    width: fit-content;
    padding: 12px 1em;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    width: 80%;
    background: -moz-linear-gradient(top, #c7af60, #c29e43);
    background: -webkit-linear-gradient(top, #c7af60, #c29e43);
    background: linear-gradient(to bottom, #c7af60, #c29e43);
    text-shadow: 1px 1px 15px rgba(95, 76, 21, 0.4);
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
    position: absolute;
    right: 7%;
    bottom: 10%;
    height: 90px;
    z-index: 100;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
    position: absolute;
    left: -7px;
    top: -38px;
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    writing-mode: vertical-rl;
}

/* 線の描写 */
.scrolldown1::after{
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 60px;
    background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
    0%{
        height:0;
        top:0;
        opacity: 0;
    }
    30%{
        height:60px;
        opacity: 1;
    }
    100%{
        height:0;
        top:90px;
        opacity: 0;
    }
}
/* スクロールアニメーション */
.fadeIn{
  filter:blur(4px);
  opacity: 0;
  transform: scale(1) translate3d(0, 10px, 0);
  transition: all 1s ease-in-out ;
}

.left{
   transform: scale(1) translate3d(-50px, 0px, 0);
   transition: all 1s ease-in-out ;
}

.right{
    transform: scale(1) translate3d(50px, 0px, 0);
}

.on{
  filter:blur(0);
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s ease-in-out;
}
/*-- CSSここから --*/
section#mainv {
    position: relative;
    background: #e8f6ff;
}
p.top_badge {
    position: absolute;
    width: 30%;
    top: 5%;
    left: 3%;
    z-index: 10;
    display: none;
}
p.top_text {
    width: 90%;
    position: absolute;
    top: 13%;
    right: 1%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
p.top_text_catch {
    position: absolute;
    bottom: 5%;
    right: 4%;
    z-index: 10;
    width: 25%;
    z-index: 10;
}
p.top_text_logo {
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 10;
    width: 36%;
    z-index: 10;
}
p.top_text_icon {
    position: absolute;
    bottom: 3%;
    left: 2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
    z-index: 10;
    display: none;
}


.slide_radius{
    /*border-radius: 0 0 60px 60px/ 0 0 30px 30px;*/
    height: 70vh;
}

p.gladcover {
    /*background: linear-gradient(rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 95%);*/
    width: 100%;
    height: 94.3%;
    z-index: 10;
    position: absolute;
    border-radius: 0 0 60px 60px / 0 0 30px 30px;
}

.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
    animation: zoomanime 10s linear 0s normal both;
}

@keyframes zoomanime {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

section.reason {
    background: #e8f6ff;
    position: relative;
    padding-bottom: 5%;
}
p.reason_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
}
p.reason_catch span {
    background: #fff;
    padding: 5px;
}
p.reason_catch {
    text-align: center;
    font-size: 18px;
    line-height: 2.8em;
    z-index: 1;
    position: relative;
    margin-bottom: 10%;
}
dt.reason_head_dt {
    width: 60%;
    margin: 0 auto 3%;
}
dd.reason_headdd {
    position: relative;
    text-align: center;
    color: #286aa0;
    margin-bottom: 10%;
}
dd.reason_headdd:before, dd.reason_headdd:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #286aa0;
}

dd.reason_headdd:before {
  left:10px;
}
dd.reason_headdd:after {
  right: 10px;
}

.reason_box {
    position: relative;
    width: 90%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
}
.reason_box.reve_reasonbox {
    flex-direction: row-reverse;
    border-radius: 0px 10px 10px 0px;
}
p.reason_box_img {
    width: 50%;
}
.reason_info {
    width: 50%;
    padding: 2em 1em;
}

dt.reason_box_dt {
    color: #2e6b9f;
    font-weight: 600;
    margin-bottom: 0.5em;
}
dd.reason_box_dd {
    font-size: 13px;
}
p.reason_no01 {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 10%;
}
p.reason_no02 {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 10%;
}
p.reason_no03 {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 10%;
}


section.fair_info {
    background: #948069;
}

/* ベース */
.fair_info {
  position: relative;
  padding: 0px 0 80px;          /* 斜め分すこし多めに */
  isolation: isolate;             /* まれにz-index絡みの保険 */
  background: transparent;        /* 背景は疑似要素側に置く */
}
.fair_info.-slant.info2 {
    background: #fff;
}

/* 斜め背景（上辺が ↘︎：左高→右低） */
.fair_info.-slant::before {
  --cut: 14%;                     /* 斜めの深さ（%で調整） */
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;                     /* 背景レイヤー */
  background: #163145;            /* 好きな色。画像ならここに指定 */
  /* 画像の場合：
  background: url("./img/fair_info/bg.jpg") center/cover no-repeat;
  */
  clip-path: polygon(
    0 var(--cut), 100% 0, 100% 100%, 0 100%
  );
  transform: translateZ(0);       /* Safariのギザ軽減 */
}

/* 中身は常に前面に */
.fair_info.-slant > * {
  position: relative;
  z-index: 1;
}

/* スマホで角度を浅く */
@media (max-width: 767px) {
  .fair_info.-slant::before { --cut: 13%; }
}

/* もし ↗︎（左低→右高）にしたい場合はこれを使う */
.fair_info.-slant.-rightUp::before {
  clip-path: polygon(0 0, 100% var(--cut), 100% 100%, 0 100%);
}



section.fair_bnrarea {
    padding: 5%;
}
p.fair_bnr {
    margin-bottom: 5%;
    width: 95%;
    margin: 0 auto 5%;
}
h3.fair_info_catch {
    margin-bottom: 5%;
}

ul.fair_info_ul {
    width: 95%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.fair_info_li {
    width: 32%;
    margin-bottom: 3%;
}
p.fair_info_present {
    width: 95%;
    margin: 0 auto 2%;
}
p.fair_info_present_caution {
    text-align: center;
    font-size: 12px;
    color: #333;
}
dd.fair_info_dd {
    font-size: 13px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    padding: 4px 3px;
    color: #092133;
    background: #fff;
    font-weight: 600;
}




p.fair_caution {
    font-size: 12px;
    color: #7c5851;
    margin-bottom: 5%;
            text-align: center;
}
p.fair_caution span{
    color: #f00;
}
p.cvbt_fukidashi {
    width: 160px;
    margin: 0 auto -9px;
}
section.fair {
    background: #f1f0ec;
    position: relative;
    padding: 5% 0 10%;
}
.fair_inner {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 10% 0px;
}
p.fair_badge {
    width: 150px;
    position: absolute;
    top: -35px;
    display: none;
}
dl.fair_head2_dl {
    margin: 0 auto 10%;
    text-align: center;
}
dt.fair_head2_dt img {
    display: block;
    margin: 0 auto;
}

p.fair_mv {
    width: 90%;
    margin: 0 auto 5%;
}
p.fair_img {
    width: 90%;
    margin: 0 auto 5%;
}
p.txt_caution {
    width: 95%;
    margin: 0 auto 10%;
    background: #f6f3ee;
    padding: 10px;
    font-size: 11px;
    text-align: center;
}
p.txt_caution span {
    color: #f00;
}
ul.fair_ul {
    width: 95%;
    margin: 0 auto 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
li.fair_li {
    margin-bottom: 1%;
    width: 32%;
    margin-right: 2%;
}
li.fair_li:nth-of-type(3n) {
    margin-right: 0%;
}
dl.fair_txt_dl {
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5%;
    color: #7c5751;
    font-size: 18px;
}
dd.fair_txt_dt span {
    color: #ca6e79;
}
dd.fair_txt_dt span {
    font-size: 32px;
}
/*-- swiper2 --*/
.swiper_outdress {
    overflow: hidden;
}
.swiper2 {
    margin-top: 20px;
    padding-left: 8vw;
    padding-right: 20px;
    margin-bottom: 10%;
    overflow: visible;
}
/* スライド画像のサイズ */
.swiper2 .swiper-slide img {
  height: auto;
  width: 100%;
}

.fair_tokuten_box {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
p.fair_tokuten_txt {
    margin-bottom: 5%;
}
h3.fair_tokuten_head3 {
    font-size: 30px;
    color: #ca6e79;
    margin-bottom: 5%;
}
h3.fair_tokuten_head3 span{
    font-size: 36px;]
}
h4.fair_tokuten_head4 {
    font-size: 20px;
    margin-bottom: 6%;
}
h4.fair_tokuten_head4 span{
    font-size: 20px;
    color: #ca6e79;
    background:linear-gradient(transparent 60%, #d7ccb7 60%);
}
dl.fair_tokuten_dl {
    border: solid 1px #ca6e79;
    padding: 1.5em;
    margin-bottom: 10%;
}
dt.fair_tokuten_dt {
    color: #ca6e79;
    border-bottom: solid 1px #ca6e79;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
dd.fair_tokuten_dd {
    font-size: 14px;
    text-align: left;
}
a.cvbt {
    text-decoration: none;
    display: block;
    width: 90%;
    color: #fff;
    margin: 0 auto 10px;
      text-shadow: 1px 1px 15px rgba(95, 76, 21, 0.4);
    border-radius: 50px;
    text-align: center;
}
p.cvbt_caution {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
/*-- point --*/
section#point {

    position: relative;
    padding: 10% 0;
}
h2.point_head2 {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #092133;
        margin-bottom: 15%;
}

h2.point_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}
p.point_num {
    display: block;
    padding: 0 10px;
    background: #2895e5;
    width: fit-content;
    margin: 0 auto 5%;
    color: #fff;
}
h3.point_head3 {
    text-align: center;
    margin-bottom: 5%;
    line-height: 1.6em;
    font-weight: normal;
}
h3.point_head3 span{
    background:linear-gradient(transparent 60%, #e1f5f6 60%);
}
p.point_img {
    margin-bottom: 5%;
}

p.point_txt {
    width: 80%;
    margin: 0 auto 15%;
    font-size: 14px;
    line-height: 1.8em;
}
span.pointspan {
    font-size: 22px;
    font-weight: 400;
}
.point_img_radius {
    width: 75%;
    border-radius: 0 100px 0 0;
    overflow: hidden;
}
.parallax-img01 {
        isolation: isolate;
    display: block;
    height: 0px;
    width: 83%;
    border-radius: 0 96px 0 0;
    overflow: hidden;
    height: 233px;
    margin-bottom: 12%;
}
.parallax-img01 img {
    object-fit: cover;
    min-height: 240px;
}
@media screen and (max-width:375px){
    .parallax-img01 {
            isolation: isolate;
    display: block;
    height: 0px;
    width: 84%;
    border-radius: 0 98px 0 0;
    overflow: hidden;
    height: 224px;
    margin-bottom: 5%;
}
.parallax-img01 img {
    object-fit: cover;
    min-height: 240px;
}
.slide_radius {
    /*border-radius: 0 0 60px 60px / 0 0 30px 30px;*/
    height: 85vh;
}
}
@media screen and (max-width:325px){
    .parallax-img01 {
            isolation: isolate;
    display: block;
    height: 0px;
    width: 84%;
    border-radius: 0 98px 0 0;
    overflow: hidden;
    height: 224px;
    margin-bottom: 5%;
}
.parallax-img01 img {
    object-fit: cover;
    min-height: 240px;
}
}
.pointbox01 {

    position: relative;
    margin-bottom: 20%;
}
p.point01_num {
    width: 170px;
    position: absolute;
    left: 1%;
    bottom: 25%;
}

.parallax-img02 {
    isolation: isolate;
    display: block;
    width: 83%;
    border-radius: 96px 0 0 0;
    overflow: hidden;
    height: 233px;
    margin-bottom: 5%;
    margin-left: 17%;
}
.parallax-img02 img {
    object-fit: cover;
    min-height: 240px;
}
@media screen and (max-width:375px){
.parallax-img02 {
    isolation: isolate;
    display: block;
    width: 84%;
    border-radius: 98px 0 0 0;
    overflow: hidden;
    height: 224px;
    margin-bottom: 5%;
}
.parallax-img02 img {
    object-fit: cover;
    min-height: 240px;
}
}
@media screen and (max-width:325px){
.parallax-img02 {
    isolation: isolate;
    display: block;
    width: 84%;
    border-radius: 98px 0 0 0;
    overflow: hidden;
    height: 224px;
    margin-bottom: 5%;
}
.parallax-img02 img {
    object-fit: cover;
    min-height: 240px;
}
}
.pointbox02 {
/*    display: flex;
    justify-content: space-between;*/
    position: relative;
    margin-bottom: 20%;
    flex-direction: row-reverse;
}
p.point02_num {
    width: 170px;
    position: absolute;
    right: 25px;
    bottom: 17%;
}
.point02_txt {
    text-align: right;
    padding-right: 1em;
    color: #555;
}
.point02_txt {
/*    position: absolute;
    bottom: 10%;
    left: 5%;*/
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}
@media screen and (max-width:325px){
p.point02_num {
    width: 170px;
    position: absolute;
    right: 5px;
    bottom: 17%;
}
}
.parallax-img03 {
    isolation: isolate;
    display: block;
    width: 83%;
    border-radius: 0 96px 0 0;
    overflow: hidden;
    height: 233px;
    margin-bottom: 5%;
}
.parallax-img03 img {
    object-fit: cover;
    height: 240px;
}
@media screen and (max-width:375px){
.parallax-img03 {
    display: block;
    height: 0px;
    width: 84%;
    border-radius: 0 98px 0 0;
    overflow: hidden;
    height: 224px;
    margin-bottom: 5%;
}
.parallax-img03 img {
    object-fit: cover;
    height: 240px;
}
}
@media screen and (max-width:325px){
.parallax-img03 {
    display: block;
    height: 0px;
    width: 84%;
    border-radius: 0 98px 0 0;
    overflow: hidden;
    height: 224px;
    margin-bottom: 5%;
}
.parallax-img03 img {
    object-fit: cover;
    height: 240px;
}
}
.pointbox03 {
/*    display: flex;
    justify-content: space-between;*/
    position: relative;
    margin-bottom: 10%;
}
p.point03_num {
    width: 170px;
    position: absolute;
    right: 25px;
    left: 1%;
    bottom: 18%;
}
.point03_txt {
 /*   position: absolute;
    bottom: 4%;
    right: 10%;*/
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    color: #555;
}
.loc_parabox {

}
.parallax-content {
    isolation: isolate;
    display: block;
    width: 95%;
    border-radius: 0 108px 0 0;
    overflow: hidden;
    height: 230px;
    margin-bottom: 5%;
}
.parallax-content img {
    object-fit: cover;
    min-height: 240px;
}
@media screen and (max-width:375px){
.parallax-content {
    display: block;
    height: 0px;
    width: 95%;
    border-radius: 0 95px 0 0;
    overflow: hidden;
    height: 200px;
    margin-bottom: 5%;
}
.parallax-content img {
    object-fit: cover;
    min-height: 210px;
}
}
@media screen and (max-width:325px){
.parallax-content {
    display: block;
    height: 0px;
    width: 95%;
    border-radius: 0 95px 0 0;
    overflow: hidden;
    height: 200px;
    margin-bottom: 5%;
}
.parallax-content img {
    object-fit: cover;
    min-height: 210px;
}
}
/*-- studio --*/
section#studio {
    padding: 10% 0;
}
p.studio_subttl {
    margin-bottom: 5%;
}

h2.studio_head2 {
    text-align: center;
    line-height: 2em;
    margin-bottom: 10%;
        font-size: 22px;
}
h2.studio_head2 span {
    background: linear-gradient(transparent 60%, #ffcfd4 60%);
}
p.studio_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 13px;
    line-height: 1.8em;
}

/*-- location --*/
section#location {
    padding-bottom: 0%;
}

section#location .swiper-slide a {
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

section#location .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.location_inner {
    padding: 5% 0;
    background: #fff;
}
p.location_subttl {

}
h2.location_head2 {
   position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 5%;
}
h3.location_head3 {
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 5%;
    font-size: 24px;
    color: #1c3446;
}
/*h2.location_head2 span{
    background: linear-gradient(transparent 60%, #ffcfd4 60%);
}*/
p.location_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 13px;
    width: 95%;
    margin: 0 auto 10%;
    line-height: 1.8em;
}
p.location_bnr {
    width: 80%;
    margin: 0 auto 15%;
}
p.location_txt2 {
    text-align: center;
    font-size: 14px;
}
/*-- dress --*/

.dress_inner {
    padding: 5% 0;
    background: #e7f6ff;
}
p.dress_infotxt {
    width: 95%;
    margin: 0 auto 5%;
    font-size: 13px;
    color: #399be7;
}
h2.dress_head2 {
   position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 5%;
}
h3.dress_head3 {
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 5%;
    font-size: 24px;
    color: #1c3446;
}
/*h2.location_head2 span{
    background: linear-gradient(transparent 60%, #ffcfd4 60%);
}*/
p.dress_txt {
        text-align: center;
    margin-bottom: 10%;
    font-size: 18px;
    width: 95%;
    margin: 0 auto 10%;
    line-height: 1.7em;
}
p.dress_txt2 {
    text-align: center;
    margin-bottom: 10%;
    font-size: 21px;
    width: 95%;
    margin: 0 auto 10%;
    line-height: 1.4em;
}
p.dress_txt3{
    width: 90%;
    margin: 0 auto 10%;
    text-align: justify;
    line-height: 1.6em;
}

p.dress_txt.fadeIn.on span {
       background: linear-gradient(transparent 60%, #bcd6eb 60%);
    font-size: 22px;
    padding: 0 0.3em;
    margin: 0 5px;
}
/*-- plan --*/
section#plan {
    padding-top: 10%;
}
.plan_inner {

}

h2.plan_head2 {
     position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 5%;
}

/*h2.plan_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}*/

h3.plan_head3_txt {
    text-align: center;
    font-weight: 400;
    margin-bottom: 6%;
}
h3.plan_head3_txt span{
    background: linear-gradient(transparent 60%, #e1f5f6 60%);
}

/* タブ周り */

/* タブ周り */

.tab_container {
    padding-bottom: 1em;
    margin: 0 auto 5%;
    width: 95%;
}
.tab_item {
    width: calc(94%/2);
    padding: 5px 0;
    border:solid 1px;
    background-color: #fff;
    text-align: center;
    color: #c1a26f;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px;
    border-radius: 10px;
}

.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 1em 0 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content {
  display: block;
}


.tab_container input:checked + .tab_item {
    background-color: #c1a26f;
    color: #fff;
}

.tab_content_description {
    width: 90%;
    margin: 0 auto;
}

/* PLANセクション 2段タブ */
.plan_tab1_wrap {
    width: 100%;
    margin: 0 auto;
}

.plan_tab1_nav {
    display: flex;
    gap: 10px;
    width: 92%;
    margin: 0 auto;
}

.plan_tab1_btn {
    flex: 1;
    padding: 12px 4px;
    border: solid 1px #c1a26f;
    background-color: #fff;
    color: #c1a26f;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.2s ease;
    font-size: 12px;
}

.plan_tab1_btn.is-active {
    background-color: #c1a26f;
    color: #fff;
}

.plan_tab1_btn:hover {
    opacity: 0.75;
}

@media screen and (min-width: 769px) {
    .plan_tab1_wrap {
        width: 95%;
    }
    .plan_tab1_nav {
        gap: 8px;
        width: 90%;
    }
    .plan_tab1_btn {
        padding: 12px 8px;
        font-size: 14px;
    }
}

.plan_tab1_panel {
    display: none;
    padding: 20px 0 30px;
    margin-bottom: 5%;
}

.plan_tab1_panel.is-active {
    display: block;
}

/* PLANセクション Swiper */
.plan_swiper_outer {
    position: relative;
    width: 92%;
    margin: 0 auto;
}

.plan_swiper_frame {
    width: 100%;
    border: 2px solid #1b669d;
    border-radius: 5px;
    overflow: hidden;
    padding: 1em;
}

.plan_swiper {
    width: 100%;
}

.plan_swiper_prev,
.plan_swiper_next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 36px;
    cursor: pointer;
}

.plan_swiper_next {
    right: -10px;
    transform: translateY(-50%);
}

.plan_swiper_prev {
    left: -10px;
    transform: translateY(-50%) scaleX(-1);
}

.plan_swiper_prev img,
.plan_swiper_next img {
    width: 100%;
    height: auto;
    display: block;
}

.plan_swiper .plan_img {
    width: 100%;
    margin: 0 auto;
}

.plan_swiper .plan_img img {
    width: 99%;
}

.plan_swiper_prev.swiper-button-disabled,
.plan_swiper_next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

/* ページネーション */
.plan_swiper_pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.plan_swiper_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
}

.plan_swiper_pagination .swiper-pagination-bullet-active {
    background: #cfaf4d;
}

/*-- hairmake --*/
section#hairmake {
    padding: 10% 0;
}
h2.hairmake_head2 {
        position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 10%;
}

/*h2.hairmake_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}
*/
.hairmake_box {
    width: 95%;
    margin: 5% auto;
    border-bottom: dotted 1px;
    padding-bottom: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

p.hairmake_box_img {
    width: 40%;
    margin-right: 5%;
}
dl.hairmake_box_dl {
    width: 50%;
    padding-top: 3%;
}
dt.hairmake_box_dt {
        color: #fff;
    background: #bc9e53;
    width: fit-content;
    font-size: 13px;
    padding: 3px 1.5em;
    line-height: 1;
    margin-bottom: 3%;
}
dd.hairmake_box_dd {
        color: #1c3446;
    line-height: 1.3em;
    font-size: 15px;
    margin-bottom: 3%;
}
dd.hairmake_box_dd2 {
    font-size: 11px;
}

/*-- BOUQUET --*/

h2.bouquet_head2 {
    position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 10%;
}

/*h2.bouquet_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}*/
.bouquet_box {
    width: 95%;
    margin: 0 auto 5%;
    display: flex;
    justify-content: space-between;
}
p.bouquet_box_img {
    width: 45%;
}
p.bouquet_box_txt {
    font-size: 14px;
    width: 50%;
    padding: 5% 1% 5% 0;
}
h3.bouquet_head3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10%;
    color: #1c3446;
}

/*-- about_us --*/
section#about_us {
    padding: 15% 0 10%;
    background: #dcd6c6;
}

h2.about_us_head2 {
     position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 10%;
}

/*h2.about_us_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}*/

.about_us_box {
    width: 92%;
    margin: 0 auto 5%;
    background: linear-gradient(180deg, #dcd6c6 0%, #dcd6c6 20%, #fff 20%, #fff 100%);
    padding: 0 5% 15%;
}
p.about_us_img {
    margin-bottom: 7%;
}
h3.about_us_box_head3 {
   text-align: center;
    margin-bottom: 5%;
    color: #bc9e53;
}
dt.about_us_box_dt {
    text-align: center;
    margin-bottom: 5%;
}
dd.about_us_box_dd {
    text-align: left;
    font-size: 13px;
}


/*-- gallery --*/
section#gallery {
    padding: 15% 0 10%;
}

h2.gallery_head2 {
    position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 5%;
}

/*h2.gallery_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}*/
.swiper_gallery div.swiper-wrapper {
    transition-timing-function: linear;
}
.gallery-loop {
    overflow: hidden;
    width: 100%;
}
.gallery-track {
    display: flex;
    gap: 8px;
    width: max-content;
    animation: gallery-scroll 30s linear infinite;
}
.gallery-track img {
    height: 100vw;
    width: auto;
    display: block;
    flex-shrink: 0;
}
@keyframes gallery-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* gallery-swiper */
.gallery-swiper {
    width: 100%;
}
.gallery-swiper-slide {
    width: auto;
    height: 80vw;
}
.gallery-swiper-slide img {
    height: 100%;
    width: auto;
    display: block;
}

/*-- studioset --*/
.studioset_top {
    position: relative;
}
.studioset_info {
    width: 90%;
    margin: 0 auto 5%;
}
dl.studioset_dl {
    text-align: center;
    margin-bottom: 10%;
    color: #7c5851;
}
dd.studioset_dd {
    font-size: 26px;
}
p.studioset_txt {
    text-align: center;
    width: 90%;
    margin: 0 auto 10%;
    font-size: 13px;
    line-height: 1.8em;
}
.studioset_box_flexbox {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 10%;
    justify-content: space-between;
}
.studioset_box {
    margin-bottom: 20%;
    position: relative;
}
dl.studioset_box_flexbox_dl {
    width: 47%;
    padding-top: 20px;
}
dt.studioset_box_flexbox_dt {
    margin-bottom: 10%;
}
p.studioset_box_flexbox_pimg {
    width: 47%;
}
p.studioset_box_pimg02 {
    width: 90%;
    margin: 0 auto 10%;
}
ul.studioset_box_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
li.studioset_box_li {
    width: 30%;
}
p.studioset_box_bg {
    width: 48%;
    position: absolute;
    bottom: 8%;
    right: 0;
    z-index: -1;
}
/*-- ishigaki-salon --*/

section#ishigaki-salon {
    padding: 15% 0 10%;
    background: #fff;
    width: 95%;
    margin: 0 auto;
    border-radius: 5px;
}

h2.ishigaki-salon_head2{
        position: relative;
    text-align: center;
    font-size: 20px;
    color: #092133;
    margin-bottom: 10%;
    font-family: 'Zen Old Mincho';
}

/*h2.ishigaki-salon_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}*/

.ishigaki-salon_box {
    width: 95%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
p.ishigaki-salon_box_img {
    width: 45%;
}
.ishigaki-salon_box_info {
    width: 50%;
    text-align: left;

}
h3.ishigaki-salon_box_head3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
p.ishigaki-salon_box_add {
    font-size: 13px;
    text-align: left;
}
p.ishigaki-salon_box_access {
    font-size: 11px;
    color: #09528d;
}
/*-- flow --*/
section#flow {
    padding: 15% 0 10%;
}

h2.flow_head2 {
    position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 5%;
        line-height: 1;
}
h2.flow_head2 span{
    font-size: 18px;
}
/*h2.flow_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}*/

.flowbox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
        margin: 0 auto 10%;
}
p.flowbox_img {
    width: 38%;
    margin-right: 0.8em;
    /* padding-top: 80px; */
}
.flowbox_rightcontent {
    width: 58%;
}

p.flowbox_num {
    line-height: 1;
    background: #092133;
    color: #fff;
    padding: 5px 0.8em;
    display: block;
    width: fit-content;
    border-radius: 0 40px 40px 0;
    margin-bottom: 2%;
}
dl.flowbox_dl {

}
dt.flowbox_dt {
    font-weight: 600;
    margin-bottom: 2%;
    color: #092133;
    font-size: 16px;
}
dd.flowbox_dd {
    font-size: 12px;
    line-height: 1.8em;
}
/*-- store --*/
section#store {
    background: #f9f8f6;
    padding-bottom: 3%;
}
h2.store_head2 {
  position: relative;
    text-align: center;
    font-size: 39px;
    color: #1c3446;
    margin-bottom: 5%;
}
/*
h2.store_head2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #092133;
    border-radius: 2px;
}
*/

.store_infobox {
    margin: 0 auto 10%;
    background: #fff;
    padding: 15% 1em 1em;
    position: relative;
}

p.store_txt {
       margin-bottom: 10%;
    font-size: 15px;
    text-align: center;
    color: #1c3446;
}
.store_infobox::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 25px solid #fff;
    border-right: 110px solid transparent;
    border-left: 110px solid transparent;
}
dl.store_head2_dl {
    text-align: center;
    margin-bottom: 8%;
}
dt.store_head2_dt {
    width: 80px;
    margin: 0 auto;
}
button.sub-tab-button {
    color: #878787;
    border-bottom: solid 2px #b9b9b9;
    padding-bottom: 5px;
    padding: 0px 1.5em 8px;
    font-size: 16px;
    margin-bottom: 5%;
}
button.sub-tab-button.active {
    font-size: 18px;
    color: #092133;
    border-bottom: none;
}
.sub-tab-content {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 10%;
    border-radius: 10px;
    padding: 5%;
}
h3.store_info_head3 {
    font-size: 18px;
    border-bottom: solid 2px #ddd;
    margin-bottom: 5%;
    padding-bottom: 10px;
    color: #092133;
}
.store_info_ul {
  margin-bottom: 5%;
}
li.store_info_li {
    width: 32%;
}
h4.store_info_head4 {
    font-size: 14px;
    border-bottom: solid 2px #ddd;
    padding-bottom: 5px;
    margin-bottom: 5%;
    color: #092133;
}
p.store_caution {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5%;
}
p.store_info_txt {
    font-size: 14px;
    margin-bottom: 10%;
}
p.store_info_anotxt {
    font-size: 14px;
    margin-bottom: 3%;
}
p.store_info_txt.nagoyapink {
    font-size: 14px;
    margin-bottom: 10%;
    color: #cd777e;
}
dl.store_campaign_dl {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10%;
    color: #7c5851;
}
dt.store_campaign_dt {
    width: fit-content;
    border-bottom: solid 1px #000;
    padding: 5px 2em;
    margin: 0 auto;
}
ul.store_campaign_ul li {
    margin-bottom: 5%;
}
/*-- swipercss --*/
.swiper_left .swiper-wrapper{
    transition-timing-function: linear;
}

.swiper_right .swiper-wrapper{
    transition-timing-function: linear;
}
.swiper.swiper_left {
    margin-bottom: 10%;
}
.swiper.swiper_right {
    margin-bottom: 10%;
}
.swiper.swiper_location_left {
    padding-left: 10vw;
    padding-right: 20px;
    margin-bottom: 10%;
    margin-top: -10px;
}
.swiper.swiper_location_right {
    padding-left: 20px;
    padding-right: 10vw;
    margin-bottom: 10%;
    margin-top: -10px;
}
.swiper.swiper_location_right.loc_reve {
    padding-left: 20px;
    padding-right: 10vw;
    margin-bottom: 10%;
    margin-top: -10px;
}
.swiper.swiper_branddress1 {
    padding-left: 5vw;
    padding-right: 20px;
}
.swiper.swiper_branddress2 {
    padding-left: 5vw;
    padding-right: 20px;
}
.swiper.swiper_branddress3 {
    padding-left: 5vw;
    padding-right: 20px;
}
.swiper_outreport {
    position: relative;
}
/* 前へボタンのスタイリング */
.swiper_outreport .swiper-button-prev {
  height: 50px; /* ボタンの高さ */
  background-image: url('../img/report/report_prev_arrow.png'); /* 使用する画像へのパス */
  background-size: contain; /* 画像がボタンのサイズに合うように調整 */
  background-repeat: no-repeat; /* 画像の繰り返し無し */
  background-position: center; /* 画像をボタンの中央に配置 */
  left: 2px;
}

/* 次へボタンのスタイリング */
.swiper_outreport .swiper-button-next {
  height: 50px; /* ボタンの高さ */
  background-image: url('../img/report/report_next_arrow.png'); /* 使用する画像へのパス */
  background-size: contain; /* 画像がボタンのサイズに合うように調整 */
  background-repeat: no-repeat; /* 画像の繰り返し無し */
  background-position: center; /* 画像をボタンの中央に配置 */
  right: 2px;
}
.swiper-button-next:after, .swiper-button-prev:after{ display:none; }

/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 3%;
    width: 40px;
    height:40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 102;
    background: rgba(40,149,229,0.8);
    -webkit-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-btn-store {
    position: fixed;
    top: 10px;
    right: 15%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    background: rgba(40,149,229,0.8);
    -webkit-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu-btn-store img {
    width: 16px;
    padding: 1px;
    position: absolute;
    top: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.menu-btn-line {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 2px;
width: 60%;
background: #fff;
-webkit-transition: all 3s ease-in-out;
transition: all .3s ease-in-out;
}
.menu-btn-line::before,
.menu-btn-line::after {
content: "";
height: 2px;
width: 100%;
background: #fff;
position: absolute;
left: 0;
-webkit-transition: inherit;
transition: inherit;
}
.menu-btn-line::before{
top: -7px;
}
.menu-btn-line::after{
top: 7px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
    z-index: 101;
}
.open .menu-btn {
    background: rgba(40,149,229,0.8);
}
.open .menu-btn-line{
background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
top: 0;
background: #fff
}
.open .menu-btn-line::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .menu-btn-line::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*開いたメニュー*/
.menu {
position: fixed;
/*display: flex;*/
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:#fff;
-webkit-transition: all .5s;
transition: all .5s;
visibility: hidden;
opacity: 0;
z-index: 100;
}
.menu_inner {
    padding: 5% 5%;
}
.menu ul {
/*    transform: translateY(10%);*/
    padding: 0;
    list-style-type: none;
    width: 100%;
    margin-bottom: 40px;
}
.menu li {
    width: 100%;
    height: 45px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
}
.menu li a {
        display: block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    line-height: 1.2em;
}
.menu li a:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: #b79653;
    left: 0;
}
.menu li a:hover {
transform: translateX(5px);
-webkit-transition: all .2s;
transition: all .2s;
}
p.menu_logo {
    width: 150px;
    margin-bottom: 20px;
}
p.menu_logo_foot {
    width: 200px;
}

.tab-content, .sub-tab-content {
  display: none; /* 全てのタブ内容を初期状態で非表示にする */
  opacity: 0;
  transition: opacity 0.5s;
}

.tab-content.active, .sub-tab-content.active {
  display: block; /* アクティブなタブの内容のみ表示 */
  opacity: 1;
}
button.tab-button {
    width: 48%;
    text-align: center;
    border: solid 2px #c1a26f;
    border-radius: 10px;
    padding: 5px 0;
    margin-bottom: 3%;
    color: #c1a26f;
}
.tab-buttons button.tab-button.active {
    background: #c1a26f;
    color: #fff;
}
.sub-tab-buttons {
    width: 80%;
    margin: 0 auto 2%;
    justify-content: space-around;
    display: flex;
}
.sub-tab-buttons .sub-tab-button.active {
  font-weight: bold;
}

.copyright {
    border-top: solid 1px #fff;
    padding-top: 1em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
/* 初期状態での透明度と遷移効果 */
.menu-btn-store, .menu-btn {
  transition: opacity 0.5s ease-in-out;
  opacity: 1; /* 初期状態では完全に表示 */
}

/* フェードアウト用のクラス */
.hide-on-scroll {
  opacity: 0 !important; /* 完全に透明 */
  pointer-events: none; /* クリック等のイベントを無効に */
}

footer {
    background-color: #393939;
    color: #fff;
    padding: 10% 0 2%;
}
p.foot_logo {
    width: 60%;
    margin: 0 auto 10%;
}
p.foot_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 14px;
}
p.foot_link {
    text-align: center;
    margin-bottom: 10%;
    font-size: 13px;
}
p.foot_link a {
    text-decoration: none;
}
p.foot_caution {
    font-size: 13px;
    width: 80%;
    margin: 0 auto 5%;
}


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

a.cvbt {
    width: 90%;
}
li.report_li {

    font-size: 12px;
}
button.sub-tab-button {
    font-size: 13px;
}
dt.fair_txt_dt {
    font-size: 16px;
}
dd.fair_txt_dd {
    font-size: 16px;
}
dt.plan_gaiyo_box_dt {
    font-size: 13px;
}
p.brand_infotxt {
    font-size: 11px;
}
dt.brand_head2_dt {
    font-size: 24px;
}
h2.studio_head2 {
    font-size: 18px;
}
p.studioset_txt {
    width: 94%;
    font-size: 12px;
}
li.voice_li.voice_li_name {
    font-size: 14px;
}
.point01_txt {
/*    position: absolute;
    bottom: 11%;
    right: 5%;*/
    font-size: 20px;
    font-weight: 600;
}
.point02_txt {
/*    position: absolute;
    bottom: 11%;
    left: 10%;*/
    font-size: 20px;
    font-weight: 600;
}
.point03_txt {
/*    position: absolute;
    bottom: 0%;
    right: 12%;*/
    font-size: 20px;
    font-weight: 600;
}
.fixed-cv a.cvbt {
    width: 85%;
}
.menu-btn-store {
    right: 17%;
}
p.location_txt2 {
    font-size: 11px;
}
}

dl.cautionbox {
    width: 90%;
    margin: 5% auto 5%;
    border: solid 1px #555;
    padding: 0.5em;
}
dt.cautionbox_dt {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 14px;
}
dd.cautionbox_dd {
    font-size: 12px;
    line-height: 1.8em;
}
dd.cautionbox_dd a {
 /*   text-align: center;
    display: block;*/
}

p.store_caution_txt {
    color: #c20000;
    font-size: 14px;
    margin-bottom: 5%;
}
p.store_caution_txt span{
  
    font-size: 12px;
 
}
h2.voice_head2,
h2.location_head2,
h2.studio_head2 {
    color: #092133;
}
p.store_grandopen {
    text-align: center;
    margin: -10px auto 5%;
    color: #af0101;
    font-size: 18px;
}
p.fair_licaution {
    width: 95%;
    margin: 0 auto 10%;
    font-size: 12px;
}

dt.store_facility_dt {
    font-size: 14px;
    margin-bottom: 5px;
    color: #7c5851;
}
dd.store_facility_dd {
    color: #c3a24b;
    font-weight: 700;
}
dt.store_consultation_dt {
    font-size: 14px;
    margin-bottom: 5px;
    color: #7c5851;
}
dd.store_consultation_dd {
    color: #706d64;
    font-weight: 700;
}
ul.store_category_ul {
    justify-content: center;
    color: #c29e43;
    display: flex
;
    gap: 5px;
    font-weight: 600;
}
li.store_category_li {
    border: solid 1px;
    padding: 0 0.5em;
    font-size: 13px;
    margin: 0 0.3em 3% 0;
    border-radius: 5px;
}
.dd-modal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.dd-modal.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
button.dd-modal__close {
    position: absolute;
    top: 10px;
    right: 18px;
    font-size: 22px;
}
/* 背景のフェード */
.dd-modal__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transition: opacity .25s ease;
}

.dd-modal.is-open .dd-modal__overlay{
  opacity: 1;
}
.dd-modal__media {
    margin-bottom: 5%;
}
h2#fairModalTitle {
    width: 90%;
    display: block;
    margin: 0 auto 5%;
    border-bottom: dotted 1px;
    padding-bottom: 5%;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
div#fairModalBody {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    text-align: justify;
}
/* パネルも少し動かす */
.dd-modal__panel{
  position: relative;
  width: min(92vw, 760px);
  max-height: 88vh;
  overflow: auto;
  margin: 5vh auto 0;
  background: #fff;
  padding: 18px 10px 26px;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease;
}

.dd-modal.is-open .dd-modal__panel{
  opacity: 1;
  transform: translateY(0);
}

/* 画像：読み込み中は非表示にしてチラ見えを防止 */
.dd-modal__media img{
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity .2s ease;
}
.dd-modal__media img.is-ready{
  opacity: 1;
}
.swiper.slide_radius img {
    margin-top: -90px;
}

/*-- PC --*/
@media screen and (min-width: 769px) {
div#lp-main {
    max-width: 40.5rem;
    margin: 0 auto;
}


#left_wrap {
    display: block;
    width: calc((100% - 40.5rem) / 2);
    /* width: calc((100% - 50rem) / 2); */
    margin: 0;
}
#right_wrap {
    display: block;
    width: calc((100% - 40.5rem) / 2);
    /* width: calc((100% - 50rem) / 2); */
    margin: 0;
}
#left_wrap .left_image-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
#left_wrap {
    /* padding: 10rem 8rem 9rem 8rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 2.5rem;
}
#right_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}
#right_wrap .right_image-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
#left_wrap .left_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#left_wrap .left_image:nth-of-type(1) {
    background-image: url(../img/pc_side/lp_bg_left.jpg);
}
#left_wrap .left_image:nth-of-type(2) {
    background-image: url(../img/pc_side/lp_bg_left2.jpg);
}
#left_wrap .left_image:nth-of-type(3) {
    background-image: url(../img/pc_side/lp_bg_left3.jpg);
}
#left_wrap .left_image:nth-of-type(4) {
    background-image: url(../img/pc_side/lp_bg_left4.jpg);
}
#left_wrap .left_image:nth-of-type(5) {
    background-image: url(../img/pc_side/lp_bg_left5.jpg);
}
#left_wrap .left_image {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: 1s all ease-in-out;
}
#right_wrap .right_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#right_wrap .right_image:nth-of-type(1) {
    background-image: url(../img/pc_side/lp_bg_right.jpg);
}
#right_wrap .right_image:nth-of-type(2) {
    background-image: url(../img/pc_side/lp_bg_right2.jpg);
}
#right_wrap .right_image:nth-of-type(3) {
    background-image: url(../img/pc_side/lp_bg_right3.jpg);
}
#right_wrap .right_image:nth-of-type(4) {
    background-image: url(../img/pc_side/lp_bg_right4.jpg);
}
#right_wrap .right_image:nth-of-type(5) {
    background-image: url(../img/pc_side/lp_bg_right5.jpg);
}
#right_wrap .right_image {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: 1s all ease-in-out;
}
#left_wrap .left_image.on,
#right_wrap .right_image.on {
    opacity: 1;
}

    dt.top_intro_dt {
    font-size: 28px;
    font-weight: bold;
    color: #202033;
    margin-bottom: 15px;
    }
    dd.top_intro_dd {
        line-height: 1.8em;
        color: #202033;
        font-size: 20px;
    }
    dt.head2_dt {
    font-family: "Times New Roman";
    font-style: italic;
    font-size: 18px;
    }
    dd.head2_dd h2 {
        font-size: 14px;
        letter-spacing: 1px;
        font-style: normal;
    }
    p.palette_intro_txt {
    position: absolute;
    top: 0;
    text-align: left;
    line-height: 1.8em;
    left: 1em;
    font-size: 16px;
}


p.store-liimg03 {
    margin-bottom: 15%;
}
p.store-litxt {
    text-align: left;
    line-height: 1.8em;
    font-size: 14px;
    color: #202033;
    font-weight: 600;
}
.store-infobox {
    background: #fff;
    position: relative;
    width: 85%;
    margin: 0 auto 15%;
}
h3.store-infobox-head3 {
    width: fit-content;
    padding: 2px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
section.store {
    padding: 10% 0 3%;
    max-width: 750px;
    margin: 0 auto;
}
dl.store-infobox-dl {
    text-align: left;
    padding: 0 1em;
    font-size: 14px;
    margin-bottom: 10%;
}
.scrolldown2 {
   display: none;
}
.fixed-cv a.cvbt {
    text-decoration: none;
    display: block;
    background: #202033;
    width: fit-content;
    padding: 12px 1em;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    width: 30%;
    background: -moz-linear-gradient(top, #c7af60, #c29e43);
    background: -webkit-linear-gradient(top, #c7af60, #c29e43);
    background: linear-gradient(to bottom, #c7af60, #c29e43);
    text-shadow: 1px 1px 15px rgba(95, 76, 21, 0.4);
    display: none;
}
.right_cvbox {
    position: relative;
    width: 70%;
    padding-bottom: 4%;
}
p.right_cvbox_badge {
    width: 120px;
    position: absolute;
    bottom: 70%;
    right: -5%;
    z-index: -1;
}
p.right_cvbox_txt {
            text-align: center;
        font-size: 13px;
        margin: 10px;
        color: #f00;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    }
.right_cvbox a.cvbt {
    width: 100%;
}
.pc_nav p.menu_logo {
    position: absolute;
    top: -65px;
}
.pc_nav {
    width: 70%;
    background: #fff;
    border-radius: 20px;
    padding: 2em 2em;
    position: relative;
    font-size: 13px;
    margin-bottom: 8%;
}

.pc_nav li {
    width: 100%;
    height: 40px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
}
.pc_nav li a {
    display: block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
            line-height: 1.2em;
}
.pc_nav li a:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 17px;
    height: 2px;
    background-color: #000;
    left: 0;
}
@media screen and (max-width: 1440px) {
.pc_nav {
    width: 94%;
    background: #fff;
    border-radius: 20px;
    padding: 2em 1.5em;
    position: relative;
    font-size: 13px;
}
.pc_nav li a {
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
}
}
.menu-btn,.menu-btn-store{
    display: none;
}
   p.top_text {
    width: 57%;
        top: 2%;
}
p.top_text_catch {
    position: absolute;
    bottom: 13%;
    right: 10%;
    z-index: 10;
    width: 20%;
    z-index: 10;
}

p.gladcover {
    height: 91.6%;
}
p.fair_caution {
    font-size: 15px;
    color: #7c5851;
    margin-bottom: 5%;
}
p.reason_catch {

    margin-bottom: 4%;
}
dd.reason_headdd {

    font-size: 24px;
}
dd.reason_headdd:before, dd.reason_headdd:after {
    width: 90px;

}
dd.reason_headdd:before {
    left: 25px;
}
dd.reason_headdd:after {
    right: 25px;
}
dt.reason_box_dt {
    font-size: 29px;
}
dd.reason_box_dd {
    font-size: 20px;
}
.reason_box {

    align-items: center;
}
h2.point_head2 {
    font-size: 28px;
    margin-bottom: 13%;
}
h2.point_head2:before {
    bottom: -30px;
}
h3.point_head3 {
    font-size: 24px;
}
p.point_txt {
    font-size: 18px;
}
span.pointspan {
    font-size: 29px;
    font-weight: 400;
}
p.dress_infotxt {
    font-size: 18px;
}
dd.hairmake_box_dd {
    font-size: 25px;
}
dd.hairmake_box_dd2 {
    font-size: 16px;
}
h3.bouquet_head3 {
    font-size: 26px;
}
p.bouquet_box_txt {
    font-size: 22px;
    padding: 13% 1% 5% 0;
}
h3.about_us_box_head3 {
    font-size: 27px;
}
dt.about_us_box_dt {
    font-size: 23px;
}
dd.about_us_box_dd {
    font-size: 18px;
}
.flowbox {

    align-items: center;
}
dt.flowbox_dt {
    font-size: 24px;
}

h3.ishigaki-salon_box_head3 {
    font-size: 24px;
    margin-bottom: 5%;
}
p.ishigaki-salon_box_add {
    font-size: 19px;
    margin-bottom: 3%;
}
p.ishigaki-salon_box_access {
    font-size: 16px;
    color: #09528d;
}

.point01_txt {
/*    position: absolute;
    bottom: 5%;
    right: 5%;*/
    font-size: 30px;
    font-weight: 600;
    width: 91%;
            padding-left: 30px;
}
.point02_txt {
  /*  position: absolute;
    bottom: 5%;
    left: 5%;*/
    font-size: 30px;
    font-weight: 600;
            padding-right: 30px;
}
.point03_txt {
   /* position: absolute;
    bottom: 5%;
    right: 15%;*/
    font-size: 30px;
    font-weight: 600;
            padding-left: 30px;
}
h2.studio_head2 {
    text-align: center;
    line-height: 2em;
    margin-bottom: 10%;
    font-size: 26px;
}
p.studio_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 16px;
    line-height: 1.8em;
}
h2.location_head2 {
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 5%;
    font-size: 26px;
}
p.location_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 16px;

}
dt.brand_head2_dt {
    font-size: 34px;
    text-align: center;
    color: #000;
}
p.brand_infotxt {
    text-align: center;
    line-height: 2em;
    font-size: 16px;
}
p.brand_txt {
    width: 90%;
    margin: 0 auto 15%;
    font-size: 16px;
    line-height: 1.8em;
}
h3.plan_head3_txt {
    text-align: center;
    width: 80%;
    margin: 0 auto 10%;
    font-size: 30px;
    line-height: 1.6em;
    padding-bottom: 5%;
    border-bottom: solid 2px #967974;

}
h5.plan_head5 {
    text-align: center;
    font-size: 24px;
    width: fit-content;
    margin: 0 auto 5%;
    padding-bottom: 10px;
    border-bottom: dotted 2px #7c5851;
    color: #7c5851;
}
p.plan_txt {
    text-align: center;
    margin-bottom: 10%;
    font-size: 16px;
    line-height: 1.8em;
}
li.plan_tab_li {
    border: solid 1px #7c5851;
    color: #7c5851;
    padding: 10px 1.5em;
    border-radius: 30px;
    width: 38%;
    text-align: center;
}
p.plan_gaiyo_top {
    margin-bottom: 5%;
}
dt.plan_gaiyo_dt {
    font-size: 16px;
}
dd.plan_gaiyo_dd {
    font-size: 28px;
}
dd.plan_gaiyo_dd span {
    background: linear-gradient(transparent 60%, #ffcfd4 60%);
}
dt.plan_gaiyo_box_dt {
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 5px 0.8em;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    background: #a38883;
}
dd.plan_gaiyo_box_dd {
    font-size: 16px;
}
dd.plan_gaiyo_box_dd {
    font-size: 16px;
}
dl.studioset_dl {
    text-align: center;
    margin-bottom: 5%;
    color: #7c5851;
}
p.txt_caution {
    width: 95%;
    margin: 0 auto 10%;
    background: #f6f3ee;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}
dt.voice_dt {
    margin-bottom: 10px;
    font-size: 18px;
}
dd.voice_dd {
    line-height: 1.8em;
    font-size: 16px;
}
button.sub-tab-button {
    border-bottom: solid 2px #b9b9b9;
    padding-bottom: 5px;
    padding: 0px 1.5em 8px;
    font-size: 18px;
    margin-bottom: 5%;
    width: 38%;
    text-align: center;
}


.parallax-img01,
.parallax-img03,
.parallax-content {
    border-radius: 0 163px 0 0 !important;
    height: 387px;
    position: relative;
    width: 83.5%;
　z-index: 1;
}
.parallax-img02 {
    border-radius: 163px 0 0 0 !important;
    height: 387px;
    position: relative;
    width: 83.5%;
　z-index: 1;
}
.parallax-content {
    border-radius: 0 167px 0 0 !important;
    width: 94%;
    height: 320px;
    position: relative;
　z-index: 1;
}
.parallax-img01 img,
.parallax-img02 img,
.parallax-img03 img,
.parallax-content img{
    height: 370px;
}
.parallax-content img{
    height: 342px;
}
p.point01_num {
        width: 265px;
        position: absolute;
        left: 0px;
}
p.point02_num {
    width: 265px;
        position: absolute;
        right: 0px;

}
p.point03_num {
    width: 265px;
        position: absolute;
        left: 0px;

}
.plan_inner {
    padding-top: 12%;
    border-radius: 200px 200px 0 0;
    background: #fff;
}
p.foot_logo {
    width: 40%;
    margin: 0 auto 5%;
}
p.foot_txt {
    text-align: center;
    margin-bottom: 5%;
    font-size: 14px;
}
p.foot_link {
    text-align: center;
    margin-bottom: 5%;
    font-size: 13px;
}
.swiper.slide_radius img {
    margin-top: -270px;
}

    p.top_text_logo {
        position: absolute;
        bottom: 10%;
        left: 2%;
        z-index: 10;
        width: 28%;
        z-index: 10;
    }
/*-- ai_self --*/

p.ai_self_txt {
    text-align: center;
    padding: 5% 0;
    font-size: 16px;
}
p.ai_self_img {
    margin-bottom: 5%;
}
dl.ai_self_dl {
    width: 95%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 1em;
    margin: 0 auto;
}
dt.ai_self_dt {
    font-size: 20px;
    font-weight: 600;
    color: #6a4628;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
       margin-bottom: 5%;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgb(252 214 219);
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}
dd.ai_self_dd {
    font-size: 12px;
}
li.report_li_name span {
    display: inline-block;
    width: 80px;
    padding-right: 5px;
        font-size: 21px;
    font-style: italic;
}
p.fair_licaution {
    width: 95%;
    margin: 0 auto 10%;
    font-size: 14px;
}
.slide_radius {
    /*border-radius: 0 0 60px 60px / 0 0 30px 30px;*/
   height: 84vh;
}
}

/* ===== WHY セクション ===== */

.why-intro {
    padding: 15% 5% 10%;
    text-align: center;
}
h2.why-head2 {
    font-size: 48px;
    color: #092133;
    letter-spacing: 0.1em;
    margin-bottom: 5%;
}
p.why-subttl {
    font-size: 16px;
    margin-bottom: 2%;
}
h3.why-head3 {
    font-size: 22px;
    color: #092133;
    line-height: 1.6;
    letter-spacing: 1px;
    font-style: normal;
}
h3.why-head3 span {
    font-size: 38px;
}

/* 全ブロック共通の背景マスター（#why 全体でstickyに張り付く） */
.why-bg-master {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}
.why-bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #0b3a6e;
    transform: scale(1.2);
    will-change: transform;
    opacity: 0;
}
.why-bg-layer.is-active {
    opacity: 1;
}
.why-bg-layer::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

/* ブロック群：bg-master と重なるよう margin-top: -100vh */
.why-blocks {
    position: relative;
    margin-top: -100vh;
    z-index: 1;
}

/* 各ブロック：100vh 検知 + 100vh コンテンツ = 200vh */
.why-block {
    position: relative;
    height: 200vh;
}

/* スクロール検知用の透明sticky（scroll.html の sticky-bg-wrap に相当） */
.why-trigger {
    position: sticky;
    top: 0;
    height: 100vh;
    pointer-events: none;
}

/* コンテンツカード：trigger の直後に配置、下からスライドイン */
.why-content {
    position: relative;
    height: 100vh;
    background: #0d0f0e;
    z-index: 2;
}

.why-inner {
    padding: 24px 10px 28px;
    box-sizing: border-box;
    color: #fff;
}

.why-flexbox {
    display: flex;
    flex-direction: row;
    height: 55vh;
    margin-bottom: 16px;
    gap: 12px;
}

.why-point {
    flex-shrink: 0;
    width: auto;
    padding: 0px;
    text-align: center;
}
.why-point-label {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.85);
    line-height: 1;
    margin-bottom: 2px;
}
.why-point-num {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 38px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.02em;
}
.why-point-bar {
    width: 2px;
    height: 120px;
    background: rgba(255,255,255,0.45);
    margin: 8px auto 0;
}

.why-photo {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}
.why-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

p.why-ttl {
    flex-shrink: 0;
    font-family: 'Zen Old Mincho', serif;
    font-size: 23px;
    line-height: 1.55;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
p.why-txt {
    flex-shrink: 0;
    font-size: 12px;
    line-height: 1.95;
    color: rgba(255,255,255,0.78);
    letter-spacing: 0.03em;
}

.why-content--01 { background: #1c3446; }
.why-content--02 { background: #2c4736; }
.why-content--03 { background: #633c43; }
.why-content--04 { background: #092133; }
.why-content--05 { background: #2a4a5e; }
.why-content--06 { background: #948069; }

/* ===== pala_mvbox（location） ===== */
.pala_mvbox {
    position: relative;
    height: 85vh;
    overflow: hidden;
}
.pala-bg {
    position: absolute;
    top: -35%;
    left: 0;
    width: 100%;
    height: 170%;
    background: center / cover no-repeat;
    will-change: transform;
}

.pala-bg--location    { background-image: url('../img/location/location_mv.png'); background-position: center 30%;
}
.pala-bg--dress {
    background-image: url(../img/dress/dress_mv.png);
    background-position: 73%;
    top: -11%;
}

.pala-bg--1daywedding {
    background-image: url(../img/1daywedding/1daywedding_mv.png);
    background-size: 157%;
    background-position: 100%;
    top: -23%;
}
.pala-ttl {
    position: absolute;
    top: 15%;
    left: 0%;
    width: 70%;
    z-index: 1;
}




section#location .swiper-slide a.pos-bottom img{
    object-position: center bottom;
}
/* ===== about_photopark ===== */
#about_photopark {
    position: relative;
}
.about-pp-sticky {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-pp-bg {
    position: absolute;
    inset: 0;
    background: url('../img/about/about_bg_img.png') center / cover no-repeat;
}
.about-pp-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}
.about-pp-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 8%;
    text-align: center;
    color: #fff;
    gap: 6%;
}
h3.about-pp-head {
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    opacity: 0;
    margin-bottom: 1em;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}
p.about-pp-txt {
    font-size: 14px;
    line-height: 2.2;
    opacity: 0;
     margin-bottom: 1em;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}
h3.about-pp-head.is-visible,
p.about-pp-txt.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== 1DAY コンテンツ ===== */
.oneday-content {
    background: #f8f3ec;
    padding: 50px 0 60px;
}

/* --- ブロックA --- */
.oneday-a {
    padding: 0 20px 40px;
}
.oneday-a-canvas {
    position: relative;
    height: 380px;
    margin-bottom: 24px;
}
.oneday-a-large {
    position: absolute;
    left: 0;
    top: 28px;
    width: 62%;
    height: calc(100% - 28px);
    overflow: hidden;
}
.oneday-a-sm1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 136px;
    overflow: hidden;
}
.oneday-a-sm2 {
    position: absolute;
    right: 0;
    top: 146px;
    width: 35%;
    height: 191px;
    overflow: hidden;
}
.oneday-a-large img,
.oneday-a-sm1 img,
.oneday-a-sm2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- ブロックB --- */
.oneday-b {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 0 20px;
}
.oneday-b-large {
    flex-shrink: 0;
    width: 43%;
    margin-top: 22px;
    overflow: hidden;
}
.oneday-b-large img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}
.oneday-b-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.oneday-b-sm {
    overflow: hidden;
}
.oneday-b-sm img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

/* --- 共通テキスト --- */
.oneday-ttl {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    letter-spacing: 0.12em;
    color: #2e2a26;
    margin-bottom: 12px;
}
.oneday-body {
    font-size: 13px;
    line-height: 2.1;
    color: #4a4540;
}

/* --- フェードイン --- */
.js-fade {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.js-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== #intro ===== */
section.intro {
    background-color: #f8f3ec;
    text-align: center;
    padding-bottom: 70px;
    position: relative;
}
p.intro_img {
    margin: 0;
    line-height: 0;
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
p.intro_img img {
    width: 100%;
    height: auto;
    display: block;
}
.vertical-line {
    width: 2px;
    height: 100px;
    background-color: #9e8d7a;
    margin: 0 auto;
    position: absolute;
    top: -66px;
    left: 50%;
    z-index: 10;
}
.intro-body {
    position: relative;
    padding: 50px 24px 20px;
    overflow: hidden;
}

p.intro-txt {
    position: relative;
    z-index: 1;
    font-family: 'Zen Old Mincho', serif;
    font-size: 17px;
    line-height: 2;
    color: #2e2a26;
    letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
    p.intro_img {
        margin: 0;
        line-height: 0;
        position: absolute;
        width: 40%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .gallery-track img {
    height: 40vw;
    width: auto;
    display: block;
    flex-shrink: 0;
}
.why-inner {
    padding: 24px 20px 28px;
    box-sizing: border-box;
    color: #fff;
}


.why-point {
    flex-shrink: 0 6px;
    width: auto;
    padding: 0px;
    text-align: center;
}
}