:root {
  --f-en: "YakuHanJP", "din-2014", sans-serif;
  --f-ja: "YakuHanJP", "Noto Sans JP", sans-serif;
}

.place_west_wrapp {
    font-family: var(--f-ja);
    padding-top: 80px;
    width: 100%;
}

.place_west_wrapp img {
    width: 100%;
    max-width: inherit;
    height: auto;
}

.place_west_wrapp .mv_wrapp {
    margin-bottom: 150px;
}


.place_west_wrapp .en_title {
        font-family: din-2014, sans-serif, 'YakuHanJP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    color: #525D63;
    text-align: center;
    font-size: min(3.5vw, 35px);
    line-height: 140%;
    letter-spacing:0;
    font-weight: 900;
    margin-bottom: 40px;
}


.place_west_wrapp .read_text {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    &:has(.image_illust) {
        margin-bottom: 150px;
    }
}

.place_west_wrapp .read_text h3 {
    display: inline-block;
    text-align: center;
    color: #81C0E9;
    font-size: min(3.3vw, 33px);
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
.place_west_wrapp .read_text h3 sup {
    font-size: 50%;
}
.place_west_wrapp .read_text h3 small {
      font-size: 12px;
    color: #333;
    display: block;
    text-align: right;
    line-height: 100%;
}

.place_west_wrapp .read_text p {
    text-align: center;
     width: 70%;
    margin: 0 auto;
    font-size: min(1.5vw, 16px);
}

.design_wrapp .read_text .image_illust {
    position: absolute;
    width: 14%;
    max-width: 200px;
}

.place_west_wrapp .read_text .image_illust.illust_1 {
    position: absolute;
    width: 14%;
    max-width: 180px;
    top: 0;
    left: 6vw;
}
.place_west_wrapp .read_text .image_illust.illust_2 {
    position: absolute;
    width: 12%;
    max-width: 180px;
    top: 20%;
    right: 6vw;
}

.pers_3 {
    position: relative;
    margin: 0 auto 90px;
    width: 100%;
    overflow: hidden;
    figure {
        width: 100%;
        height: 782px;
        overflow: hidden;
    }
    img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        width: 100%;
    }
}

.pers_3 .pers_cap {
    display: block;
    margin-right: 6px;
    margin-top: 6px;
    font-size: 11px;
    text-align: right;
}


/***floor***/
.floor_wrapp {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto 80px;
    position: relative;
}

.floor_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.floor_column {
    flex: 0 0 47%;
}

.floor_img {
    @media (width >= 768px) {
        position: sticky;
        top: 100px;
    }
}

.floor_card {
  font-family: var(--f-ja);
  position: relative;
  container: popup / inline-size;
  @media (width >= 768px) {
  }
}

.floor_card + .floor_card {
    margin-top: 60px;
    @media (width >= 768px) {
        margin-top: 100px;
    }
}

.card_thumb {
    aspect-ratio: 1/1;
    border-radius: 30px;
    margin-bottom: 6px;
    overflow: hidden;
    img:not(.panoramixImg) {
        display: block;
        block-size: 100%;
        object-fit: cover;
        inline-size: 100%;
    }
}

.card_caption {
    display: grid;
    font-size: 10px;
    justify-content: end;
    margin-bottom: 6px;
}

.card_title {
  display: flex;
  align-items: center;
  gap: 2cqi;
  justify-content: start;
  color: #3a6b9c;
  font-size: clamp(16px, 4.2cqi, 22px);
  letter-spacing: .15em;
  border-bottom: 1px solid #040000;
  padding-bottom: .8em;
  margin-bottom: 1em;
  img {
    display: block;
    height: auto;
    width: 32px;
    @media (width >= 768px) {
        width: 40px;
    }
  }
}

.card_description {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
}


@media only screen and (max-width: 768px) {
    .place_west_wrapp .mv_wrapp {
        margin-bottom: 40px;
    }

    .place_west_wrapp .en_title {
        font-size: min(5.8vw, 35px);
        margin-bottom: 20px;
    }
    
    
    .place_west_wrapp .read_text h3 {
        font-size: min(5.5vw, 36px);
    }
    
    .place_west_wrapp .read_text h3 small {
        font-size: 11px;
        width: 80%;
    }  
    
    .place_west_wrapp .read_text p {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        font-size: min(3.2vw, 16px);
    }
    
    .place_west_wrapp .read_text {
        margin-bottom: 60px;
        &:has(.image_illust) {
            margin-bottom: 40px;
            padding-block: 16vw 28vw;
        }
    }  
    
    .place_west_wrapp .read_text.sp_btm {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .place_west_wrapp .read_text .image_illust.illust_1 {
        width: 24%;
        max-width: inherit;
        top: auto;
        bottom: 0;
        left: 6vw;
    }
    .place_west_wrapp .read_text .image_illust.illust_2 {
        max-width: inherit;
        top: 0;
        right: 9vw;
        width: 20%;
    } 

    .pers_3 {
        margin: 0 auto 100px;
        figure {
            height: 420px;
        }
    }

    .floor_wrapp {
        width: 90%;
        margin: 0 auto 40px;
    }

    .floor_columns {
        row-gap: 80px;
    }

    .floor_column {
        flex: 1 0 100%;
    }

    .card_thumb {
        aspect-ratio: revert;
        height: 380px;
    }

    .card_description {
        font-size: 13px;
    }
         
}


/*******アンカー********/

.anker {
    position: absolute;
    width: 15%;
    height: 10%;
    z-index: 2;
    display: none;
}
@media only screen and (max-width: 768px) {
    .anker {
    display: block;
}
  
    
.floor_card + .floor_card {
    padding-top: 90px;
    margin-top: -10px;
} 
     
}



.anker a {
    display: block;
    width: 100%;
    height: 100%;
}

.anker.ak_1 {
   bottom: 28%;
    left: 46%;
}
.anker.ak_2 {
   bottom: 16%;
    left: 48%;
}
.anker.ak_3 {
  top: 3%;
    left: 52%;
}
.anker.ak_4 {
  top: 15%;
    left: 14%;
}
.anker.ak_5 {
  top: 15%;
    left: 54%;
}
.anker.ak_6 {
  top: 3%;
    left: 27%;
}

/***アニメーション***/
.flat_in {
    display: block;
    transition: all 1.6s;
    opacity: 0;
    transform: scale(1.1);
}
.flat_in.on {
    opacity: 1;
    transform: scale(1.0);
}


.fadein_bl {
     -ms-filter: blur(16px);
  filter: blur(16px);
    transform: scale(1.05);
    opacity: 0;
    transition: all 1s ease-out;
}
.fadein_bl.on {
    -ms-filter: blur(0px);
  filter: blur(0px);
    transform: scale(1);
    opacity: 1;
}


.fadein_up {
    -webkit-transform: translateY(6%);
    -ms-transform: translateY(6%);
    transform: translateY(6%);
    opacity: 0;
    transition: all 1s ease-out;
}
.fadein_up.on {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.cliper span {
    display: block;
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
    transition: 1.6s cubic-bezier(0.075, 0.82, 0.165, 1)
}


.cliper.on span {
    -webkit-clip-path: circle(73%);
    clip-path: circle(73%)
}

