@charset "UTF-8";


/*Reset =============================================*/
*{
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,figure,figcaption,button{
  margin: 0;
  padding: 0;
}
ul,li{
list-style: none;
}
a{
text-decoration: none;
color: inherit;
}
a[href^="tel:"] {
  pointer-events: all;
}
img,svg{
vertical-align: bottom;
border: none;
width: 100%;
max-width:100%;
height:auto;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  width: 100%;
}
svg{
  vertical-align: bottom;
}
button{
  background-color: inherit;
  border: none;
}
table {
  border-collapse: collapse;
}

@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 400;
  src: url("/font/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: url("/font/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP"; font-style: normal; font-display: swap;
  font-weight: 600;
  src: url("/font/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 400;
  src:  local('Noto Sans CJK JP'),
  local('NotoSansCJKjp-Regular'),
  local('NotoSansJP-Regular'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Regular.woff2') format('woff2');
}
@font-face {
  font-family: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 500;
  src: local('NotoSansCJKjp-Medium'),
  local('NotoSansJP-Medium'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Medium.woff2') format('woff2');
}
@font-face {
  font-family: "NotoSansCJKjp"; font-style: normal; font-display: swap;
  font-weight: 700;
  src: local('NotoSansCJKjp-Bold'),
  local('NotoSansJP-Bold'),
  url('/font/NotoSansCJKJP/NotoSansCJKjp-Bold.woff2') format('woff2');
}

/* font-size =============================================*/
html{
  /* font-size: 10px; */
  font-size: clamp(10px,3.125vw,16px);
}
@media (min-width: 769px) {
  html{
    /* W768:10px */
    font-size: 1.302083333vw;
  }
} /* 769 */
@media (min-width: 960px) {
  html{
    /* W960:10 */
    font-size: clamp(10px,1.041666vw,14px);
  }
}/* 960 */

/* lazyload ================================= */
.lazyload{opacity: 0;}
.lazyloaded, .lazyloading  {opacity: 1; transition: opacity 1000ms;}

/* Module =============================================*/
:root {
  --color-black: #75736D;
  --color-black2: #a3a39b;
  --color-grey: #e4e1e1;
  --color-grey2: #a7a192;
  --color-grey3: #564a41;
  --color-white: #fdfdfd;
  --color-yellow: #E1C256;
  --color-blue: #a7bec3;
  --font-comp: "YakuHanJP",'NotoSansCJKjp',sans-serif;
  --font-min: 'Hina Mincho',serif;
  --font-ja: "YakuHanJP",'NotoSansCJKjp', sans-serif;
  --font-en: "YakuHanJP",'Hina Mincho',sans-serif;
  --filter-w: invert(100%) sepia(98%) saturate(8%) hue-rotate(236deg) brightness(105%) contrast(98%);
  --filter-b: invert(48%) sepia(7%) saturate(278%) hue-rotate(7deg) brightness(91%) contrast(90%);
  --filter-wg: invert(96%) sepia(8%) saturate(14%) hue-rotate(314deg) brightness(86%) contrast(111%);
  --filter-y: invert(100%) sepia(43%) saturate(3388%) hue-rotate(325deg) brightness(96%) contrast(84%);
  --inn-w: 2rem;
  --inn-w-minus: -2rem;

  --kv-fill-color: #fff;
}
.pc,.pc960{display: none;}

.center{ text-align: center;}
.left-center{ text-align: left;}
.center-left{ text-align: center;}
.left{ text-align: left;}

.comp{ font-family: var(--font-comp);}
.en{ font-family: var(--font-en);}
.ja{ font-family: var(--font-ja);}
.min{ font-family: var(--font-min); letter-spacing: 0.08em;}
.mont {
  font-family: 'Montserrat', sans-serif;
}
.red{ color: var(--color-red);}
.w_600{font-weight: 600 !important;}
.w_500{font-weight: 500 !important;}
.w_400{font-weight: 400 !important;}
.small{font-size: .9em;}
.small2{font-size: .8em;}

.asterisk{
  position: relative;
  display: block;
  padding-left: 1.2em;
  margin-top: 0.2em;
}
.asterisk::before{
  content: "※";
  position: absolute;
  left: 0;
}
.hov a,.hover,.r-over,button{
  transition: opacity .5s;
}
.hov a:hover,.hover:hover,.r-over:hover,button:hover{
  opacity: .6;
}
[v-cloak] {
  display: none;
}
.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  :root {
    --inn-w: 3rem;
    --inn-w-minus: -3rem;
  }
  .sp{display: none;}
  .pc{display: block;}

  .left-center{ text-align: center;}
  .center-left{ text-align: left;}
} /* 769 */
@media (min-width: 960px) {  
  :root {
    --inn-w: 6rem;
    --inn-w-minus: -6rem;
  }
  .pc960{display: block;}
  .sp960{display: none;}
}/* 960 */
@media (min-width: 1400px) {
  :root {
    --inn-w: 8rem;
    --inn-w-minus: -8rem;
  }
}/* 1400 */

/* BODY  
============================================*/
.body{
  /* font-family: var(--font-ja); */
  line-height:1.5;
  position: relative;
  color: var(--color-black);
  /* background-color: #F5F3ED; */
}
.body::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  transition: background-color 1s;
}
.body._panel_open{
  overflow: hidden;
}
.back_white{
  background-color: var(--color-white);
}
.top_page,
.location_page,
.news_page,
.plan_page  {
  background-color: #f8f8f8;
}
.header_w ._icon_w,
.reverse .header ._icon_w{
  filter: none;
}
.header_w ._icon_b,
.reverse .header ._icon_b{
  filter: var(--filter-w);
}
.header_logo {
  /* display: none; */
  filter: var(--filter-b);
}
.reverse .header_logo {
  /* display: none; */
  filter: var(--filter-w);
}

.location_page .header_logo,
.news_page .header_logo {
  display: inline;
  /* width: 4em; */
  filter: var(--filter-b);
}

.location_page ._light{
  display: none;
}
.light_plan ._light{
  display: block;
}

@media (min-width: 960px) {
  .reverse .header_logo {
    display: inline;
    /* width: 4em; */
    filter: var(--filter-w);
  }
}/*  */

 /* SECTION  
========================================= */
.sec_bloc{
  padding: 4em 0;
  max-width: 1300px;
  margin: 0 auto;
}
._top0{ padding-top: 0 !important;}
._bottom0{ padding-bottom: 0 !important;}
._top_w{ padding-top: 6em;}
._bottom_w{ padding-bottom: 6em;}
.c_wide{
    max-width: 1300px;
    margin: 0 auto;
}
.c_wide_narrow{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 var(--inn-w);
}
.c_inner{
  padding: 0 var(--inn-w);
}
.section_ttl{
	font-weight: 300;
	font-size: 5rem;
	text-align: center;
	line-height: 1.3;
	padding: .3em 0;
}
.section_ttl span, .studio_flex span,.studio_type h2 span{
	display: block;
  font-size: .3em !important;
}
.sec-ttl{
  font-weight: unset;
  font-size: 3.8em;
  text-align: left;
  line-height: 0.8em;
  letter-spacing: 1.5px;
  padding: .3em 0;
}
.sec-ttl span{
  display: block;
  font-size: .3em;
  letter-spacing: .2em;
}
.sec-ttl2 {
  text-align: center;
  padding: 0 0 1em;
  font-size: 2em;
  font-weight: unset;
  /* color: var(--color-grey3); */
}
.sec-ttl-oth{
  font-weight: unset;
  font-size: 3.8em;
  /* text-align: left; */
  line-height: 0.8em;
  letter-spacing: 1.5px;
  padding: 4em 0 0;
}
.sec-ttl-oth span{
  display: block;
  font-size: .3em;
  letter-spacing: .2em;
}
.sec-ttl-oth-s{
  font-weight: unset;
  font-size: 3rem;
  /* text-align: left; */
  line-height: 0.8em;
  letter-spacing: 1.5px;
  padding: 2em 0 0;
}
.sec-ttl-oth-s span{
  display: block;
  font-size: .5em;
  padding: 0.5em 0;
  letter-spacing: .2em;
}
.sec_bloc.pa_top_none {
  padding: 0 0 5em;
}


@media (min-width: 769px) {

 .ja-each {
    display: block;
    position: absolute;
    top: 14.6em;
    font-size: 1.3em;
  }
  .c_wide{
    margin: 0 auto;
  }
  .ja-min {
    font-size: 1.3vw;
  }
  .sec_bloc.pa_none {
    padding: 8em 0 0;
  }
  .sec_bloc.content {
    padding: 12em 0 10em;
    max-width: 80%;
    margin: 0 auto;
  }
  .sec-ttl-oth-s{
    padding: 4em 0 0;
  }
} /* 769 */

@media (min-width: 960px) {
  .ja-each{
    font-size: 1.4em;
  }
  .c_wide{
    margin: 0 auto;
    /* padding: 0 10em; */
  }
  .ja-min {
    font-size: 1.2vw;
  }

} /* 960 */


/* HEADER  ========================================= */
.pc_gnav{
  display: none;
}
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.header_w .header,
.bg_black .header,
.reverse .header {
  color: var(--color-white);
}
.header_inner{
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1em;
  height: 7rem;
}
.header_logo_box{
  display: block;
  height: 100%;
  max-width: 9em;
  padding-left: 0.5em;
}
.header_logo_box a{
  display: block;
  height: 100%;
}
.header_logo{
  height: 100%;
  width: auto;
  transition: filter .2s;
}
._panel_open .header_logo {
  filter: var(--filter-b);
}
._tel_open .header_logo{
  filter: var(--filter-w);
}


@media (min-width: 769px) {
  .header_w .header{
    color: var(--color-black);
  }
  .header_logo_box {
    padding: 1.7rem 0;
    max-width: 8em;
  }
} /* 769 */

@media (min-width: 960px) {
  .header_logo_box {
    max-width: 10em;
  }
} /* 960 */

/* SP BUTTON================================= */
.sp_btn{
  display: flex;
  justify-content: space-between;
}
.tel_btn,.panel_btn{
  display: block; 
  position: relative;
  width: 7rem;
  height: 3rem;
  /* color:var(--color-white); */
}
._tel_open .panel_btn{
  color: var(--color-white);
}
.sec-evt-btn.pa-bottom {
  padding-bottom: 2.5em;
}

/* Panel Button ================================= */
.panel_btn_icon,.panel_btn_icon:before, .panel_btn_icon:after { 
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4rem;
  height: 1.2px;
  margin: auto;
  background-color: currentColor;
  transition: transform .3s , background-color .3s;
}
.panel_btn_icon:before, .panel_btn_icon:after {
  content: "";
  transition: transform .3s; 
}
/* .panel_btn_icon:before { 
  margin-top: -0.8rem; 
  transform-origin: right top;
} */
.panel_btn_icon:after { 
  margin-top: 0.8rem; 
  transform-origin: right  bottom;
}

._panel_open .panel_btn_icon{ 
  background: transparent; 
}
._panel_open .panel_btn_icon:before {
  transform: rotate(-20deg); 
  -webkit-transform: rotate(-20deg); 
  color: var(--color-black);
}
._panel_open .panel_btn_icon:after { 
  transform: rotate(-20deg); 
  -webkit-transform: rotate(20deg); 
  color: var(--color-black);
}

/* 開閉メニュー 共通================================= */
.sp_tel_bloc,.sp_menu_bloc{
  position: absolute;
  top:0;
  right: -100%;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 10rem 0 6rem;
  box-sizing: border-box;
  /* border-bottom: solid 0px #ccc; */
  -webkit-overflow-scrolling:touch;
  overflow-y: scroll;
  z-index: -1;
  background-color: #f8f8f8;
  /* background-color: rgba(22, 22, 19, .95); */
  color: var(--color-black);
  opacity: 0;
  transition: .4s , opacity .5s;
  transition-timing-function: cubic-bezier(0.52, -0.03, 0.47, 1.06);
}
._tel_open .sp_tel_bloc,
._panel_open .sp_menu_bloc{
  opacity: 1;
  right:0;
}

/* SP NAV MENU 
================================= */
.sp_menu_main{
  padding: 1em 2em 4em;
}
.sp_menu_main li{
  position: relative;
  width: 100%;
  font-size: 1.35rem;
  /* font-weight: 600; */
  letter-spacing: .05em;
  text-align: left;
  border-top: 1px solid var(--color-grey);
}
.sp_menu_main>li:last-child{
  border-bottom: 1px solid var(--color-grey);
}
/* .sp_menu_main>li>a::before {
  content: "＞";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  font-size: .8em;
  font-weight: 700;
} */
.sp_menu_main>li:first-child{
  border-top: none;
}
.sp_menu_main li>a,
.cssacc_label,
.sp_menu_a{
  display: block;
  padding: 1.7rem 0;
  font-weight: 500;
  /* border-bottom: 1px solid var(--color-grey); */
}
.sp_menu_a{
  display: inline-block;
}
.sp_menu_btn{
  width: 80%;
  margin: 1.5em auto 0;
  background: var(--color-grey3);
  color: var(--color-white);
  padding: 1em 0;
  font-size: 1.2em;
  border-radius: .3em;
}
.sp_menu_btn_txt{
  text-align: center;
}
.sp_menu_btn img{
  background-image: url(/imgs/icon_line.svg);
  position: absolute;
  filter: var(--filter-w);
}

/* SP menu accordion */
input[type="checkbox"] {display: none;}
input[type="checkbox"]:checked ~ #overlay {visibility: visible;}
input[type="checkbox"]:checked ~ #overlay-button:hover span,
input[type="checkbox"]:checked ~ #overlay-button span {background: transparent;}
input[type="checkbox"]:checked ~ #overlay-button span:before {transform: rotate(45deg) translate(0.7rem, 0.7rem);}
input[type="checkbox"]:checked ~ #overlay-button span:after {transform: rotate(-45deg) translate(0.7rem, -0.7rem);}
.accordion-item {
  width: 90%;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  padding: 25px 0px;
  text-align: left;
  border-bottom: solid 1px rgb(204, 204, 204, 0.15);
}
.accordion-header {
  transition: ease-in-out 100ms;
  font-size: 5vw;
}
.accordion-header2 {
  font-size: 4.4vw;
  font-weight: bold;
}
.accordion-text {
  width: 100%;
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
}
.accordion {
  margin: 0em auto;
  max-width: 60vw;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 1em;
}
.title::after, .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.5em;
  width: 2px;
  display: block;
  height: 1.2em;
  background-color: var(--color-black2);
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content a {
  display: block;
  padding: 1em;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 0.3s;
  font-size: 1.2em;
  letter-spacing: 1.5px;
  margin: auto;
  padding: 0 0 1em;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}


@media (min-width: 769px) {
  .header_inner {
    padding: 0 2.5rem 0 ;
    height: 5em;
    /* background-color: #767171; */
  }
  .sp_btn, .sp_menu_bloc,
  .header::after, ._panel_open .header::after {
    display: none !important;
  }
  .pc_gnav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .pc_gnav_main{
    display: flex;
    align-items: center;
    height: 100%;
  }
  .pc_gnav_main_li{
    height: 100%;
  }
  .pc_gnav_main_li>a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 1.8em 1.2em 1em;
  }
  .pc_gnav_main_li>a .en{
    display: block;
    font-weight: 500;
    line-height: 1.1;
  }
  .pc_gnav_main_li>a .ja{
    display: block;
    transform: scale(.8);
    transform-origin: left center;
  }
  ._dropdown {
    position: relative;
  }
  .dropdown_ul{
    opacity: 0;
    position: absolute;
    top: 6em;
    width: 100%;
  }
  ._dropdown:hover > .dropdown_ul{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    /* visibility: hidden; */
    display: block;
  }
  .dropdown_li{
    background-color: #a7a192;
    opacity: .8;
    margin: 0 0 .15em;
    border-radius: .2em;
  }
  .dropdown_li a{
    padding: 1em;
    display: block;
    color: var(--color-white);
  }
  .dropdown_li:hover{
    opacity: 1;
  }
} /* 769 */

@media (min-width: 769px) {
  .pc_gnav_main_li>a {
    font-size: 1.1em;
  }
  .header_inner {
    height: 8em;
  }
} /* 960 */

/* ボタン 共通================================= */
.comm-btn {
  letter-spacing: .2em;
  text-align: center;
  padding: 3em 0 1.2em;
}
.btn {
  border: 0.8px solid;
  padding: 1.2em 3em;
}

/* ABOUT  アバウト
============================================*/
.sec_about_bloc {
  max-width: 1300px;
  margin: 0 auto;
}
.sec_about_box {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}
.about_txt_box{
  padding: 0 0 4em;
}
.about_ttl_en {
  font-size: 1.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1em;
}
.about_ttl_en::after {
  background-color: var(--color-black2);
  content: "";
  top: 3em;
  height: 1px;
  width: 82%;
  /* padding: 1em; */
  margin: 0.4em 0 0;
}
.about_ttl_ja {
  font-size: 1.8em;
  padding: 1.7em 0;
}
.about_txt {
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: 200;
}

@media (min-width: 769px) {
  .sec_about_box {
    padding: 0 3rem;
    margin: 0;
    width: 50%;
  }
  .about_ttl_en {
    padding: 0 0 0 3rem;
  }
  .about_ttl_en::after {
    width:92%;
  }
} /* 769 */

@media (min-width: 960px) {
  .sec_about_box {
    padding: 0 5rem 0 6em;
  }
  .sec_about_wrap  {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: space-between;
  }
  .about_ttl_en {
    font-size: 1.2em;
    padding: 2em 0 0 6rem;
    max-width: 1300px;
  }
  .about_ttl_en::after {
    width: 94%;
  }
} /* 960 */

@media (min-width: 1300px) {
  .about_ttl_en{
    padding: 0;
  }
  .sec_about_box {
    padding: 0;
    margin: 0;
  }
  .about_txt {
    font-size: 1em;
    line-height: 1.8em;
  }
} /* */

/* ABOUT スライダー */
.splide{
  z-index: 0;
}
.top_about_splide  {
  overflow: hidden;
  padding-left: 2em;
}
.about_splide_box {
  overflow: visible;
  position: relative;
  z-index: 0;
}
.about_splide_ul {
  display: flex;
  width: 100%;
  backface-visibility: hidden;
  visibility: visible;
  margin: 0!important;
  padding: 0!important;
}
.splide__arrow > svg {
 display: none;
}
.splide__arrow.prev::before:hover{
  filter: var(--filter-y);
}
.splide__arrow.next::before:hover{
  filter: var(--filter-y);
}
/* .about-btn-box {
  padding: 2em 2em 0;
  margin-right: 0;
  text-align: right;
} */
.about-class-arrow{
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0;
  border-top: 2px solid var(--color-grey3);
  background-color: transparent;
  opacity: .9;
}
.about-class-prev{
  border-left: 2px solid var(--color-grey3);
  transform: rotateZ(-45deg);
  transform-origin: left top;
}
.about-class-next{
  border-right: 2px solid var(--color-grey3);
  transform: rotateZ(45deg);
  transform-origin: right top;
}

@media (min-width: 769px) {
  .top_about_splide  {
    padding-left: 3em;
  }
} /* 769 */

@media (min-width: 960px) {
  .top_about_splide  {
    padding: 0;
    width: 60%;
    margin: -.7em 0 0;
  }
  .about_splide_box {
    object-fit: cover;
    width: 100%;
    height: 35rem;
  }
  .splide__arrow.prev::before{
    content: "＜";
    font-size: 1em;
  }
  .splide__arrow.next::before{
    content: "＞";
    font-size: 1em;
  }
  .about-btn-box {
    padding: 1em 2em 0;
    margin-right: 0;
    text-align: right;
  }
} /* 960 */

@media (min-width: 1300px) {
  .sec_about_bloc {
    padding: 6rem 6rem 0;
  }
  .top_about_splide  {
    width: 46%;
  }
  .about_splide_box {
    height: 30em;
  }
  .about-btn-box {
    padding: .5em 0 0;
  }
} /* 1300 */



/* Feature
============================================*/
.feat_ttl_en {
  font-size: 1.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1em;
}
.feat_ttl_en::after { 
  background-color: var(--color-black2);
  content: "";
  top: 3em;
  height: 1px;
  width: 75%;
  /* padding: 1em; */
  margin: 0.4em 0 0;
}
.feat_ttl_ja{
  font-size: 1.8em;
  padding: 1.7em 0;
}
.sec_feat_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding: 2em 0 1rem; */
}
.sec_feat_list_box{
  width: 100%;
  margin: 1em 0.3em;
  /* margin: 2%; */
  background-color: var(--color-white);
}
.sec_feat_list_icon_box{
  display: block;
  width: 25%;
  /* margin: 0 auto; */
}
.sec_feat_list_icon_wrap{
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.sec_feat_list_icon{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: var(--filter-b);
}
._02 .sec_feat_list_icon{ top: -100%; }
._03 .sec_feat_list_icon{ top: -200%; }

.sec_feat_list_no {
  font-size: 1.4em;
  padding: 0 0 0.2em
}
.sec_feat_ttl_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top: .8px solid;
  padding: 1em 1.5em;
}
.sec_feat_list_ttl{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .2em;
  margin: 0.6em 0 0.4em;
  text-align: left;
}
.sec_feat_list_txt{
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 1.6em;
  padding: 0.8em 1.5em 1.5em;
}


@media (min-width: 769px) {
  .feat_ttl {
    width: 30%;
  }
  .sec_feat_ttl_box {
    padding: 1.5em 2em;
  }
  .sec_feat_list_txt  {
    padding: 0em 2em 2em;
  }
  .sec_feat_list_box  {
    width: 32%;
    padding: 0;
  }

} /* 769 */

@media (min-width: 960px) {
  .sec_feature{
    width: 50%;
  }
  .sec_feature_wrap{
    display: flex;
    justify-content: space-between;
  }
  .sec_feat_ttl_box {
    padding: 1.5em 2em;
  }
  .sec_feat_list_icon_box{
    margin: 0 2% 0 -2%;
    width: 20%;
  }
  .sec_feat_list_ttl {
    font-size: 1.4rem;
    text-align: left;
  }
    .sec_feat_list_txt  {
      padding: 0.8em 1.5em 1.5em;
  }
}/* 960 */


/* SECTION PLAN
==================================== */
/* .sec_plan{
  background-color: #f8f8f8;
	margin: 0 0 3em;
} */
.top_page .sec_plan{
  background-color: transparent;
}
.plan_list_box{
  text-align: center;
  padding: 2.5em 1.5em;
  margin: 2em 0;
  border: 0.8px solid #a4a4a4;
  background-color: var(--color-white);
}

.plan_list_ttl{
  padding: 0 0 1em;
  /* color: #d5c5ab; */
}
.plan_list_ttl .en {
  font-size: 1.4rem;
  color: var(--color-pink);
  display: block;
  color: var(--color-grey3);
}
.plan_list_ttl .ja {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.3;
}
.plan_list_desc{
  font-size: 1.2rem;
  line-height: 1.6em;
  padding: 2em 0 0.7em;
  font-weight: 200;
}
.plan-ttl-ja {
  font-size: 1.8em;
}

/* PRICE */
/* .plan_price_box{
  padding: 1em 1em 2em;
} */
.plan_cam_label{
  display: inline-block;
  background-color: var(--color-pink);
  color: #fff;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1;
  padding: .2em 1em;
  margin: .2em auto 0;
}
.plan_price{
  font-size: 1.2rem;
  line-height: 1.2;
  /* color: var(--color-grey3); */
}
.plan_price_num{
  font-size: 2.6em;
  letter-spacing: 0;
  padding-right: 0.1em;
  /* color: #dfafae; */
}
.plan_price_num_s{
  font-size: 1.6em !important;
}
._small_br {
  display: block;
  padding-top: 0.5em;
}
._line2{
  display: block;
  line-height: 1;
  padding-top: 0.2em;
}
._01 ._line2,
._02 ._line2{
  padding-top: 0.1em;
}
._03 ._line2{
  padding-top: 0.4em;
}

/* DETAIL */
.plan_list_detail_btn{
  font-size: 1.1rem;
  font-weight: 400;
  background-color: var(--color-grey3);
  color: #fff;
  cursor: pointer;
  padding: 1em 0;
      margin: 0 1.5em;
}
.plan_list_detail_btn .txt {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  transition: transform .4s;
  padding-right: 1.6em;
}
.plan_list_detail_btn .txt::after{
  content: "";
  position: absolute;
  top: -.3em;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: .55em;
  height: .55em;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotateZ(45deg);
  transition: transform .3s;
}
._open .plan_list_detail_btn .txt::after{
  top: .3em;
  transform: rotateZ(-135deg);
}

.plan_list_detail{
  display: none;
  text-align :left;
  font-size: 1.1rem;
  padding: 0 0 1.2em;
  background-color: var(--color-pink);
  /* color: #fff; */
  box-sizing: border-box;
}
.plan_list_detail_txt{
  padding: 1.5em 0 0.5em;
  line-height: 1.8;
  text-align: center;
}
ul.plan_list_detail_tag_list {
  padding: 1em 0 0;
}
.plan_list_detail_tag_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plan_list_detail_tag{
  line-height: 1;
  padding: 0.35em 1.2em;
  margin: 0.35em;
  border-radius: 0.2em;
  background-color: #F8F8F6;
}
.store_toritsudai_top_page .plan_list_detail_tag._04,
.room_page_toritsudai .plan_list_detail_tag._04{
  display: none;
}
.plan_page .under_page_header{
  background-color: #f8f8f8;
}
.plan_page .sec_plan .section_ttl{
  display: none;
}
.cam_lavel{
  background-color: #e1baa1;
  color: white;
  width: 60%;
  margin: 0 auto 0.2em;
  border-radius: 14px;
  /* font-weight: bold; */
}

.cam_lavel_loc{
  background-color: #e1baa1;
  color: white;
  font-size: .9em;
  text-align: center;
  padding: 0.25em 0;
  margin: 0.5em 0 0;
  border-radius: 14px;
  width: 92%;
}


@media (min-width: 769px) {
  .sec_plan {
    /* margin: 0; */
    padding: 6rem 0;
  }
  .sec_bloc_oth {
    /* margin: 0; */
    padding: 3em 0 6rem;
    max-width: 1300px;
  }
  .plan_list{
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .plan_list_box{
    position: relative;
    width: 32%;
    /* margin: 0 1.5%; */
  }
  .plan_list_ttl .en {
    font-size: 1.3rem;
  }
  .plan_list_ttl .ja {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .plan_list_desc {
    font-size: 1.15rem;
  }

  ._03 ._line2{
    padding: 0.45em 0 0.25em;
  }

  .plan_list_detail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em .5em 1.2em;
    display: none;
    background-color: #ebeae8;
  }
  .plan_list_detail_inner{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .plan_list_detail_btn .txt {
    font-size: 1.1em;
  }
  .plan_list_detail_tag_list {
    font-size: .9em;
  }
  .close_btn{
    position: absolute;
    top: 2rem;
    right: 1rem;
    z-index: 10;
    display: block;
    height: 1px;
    width: 2rem;
    background-color: #fff;
    transform: rotateZ(45deg);
    transform-origin: center;
    opacity: .7;
    cursor: pointer;
  }
  .close_btn::before{
    content: "";
    display: block;
    height: 1px;
    width: 2rem;
    background-color: #fff;
    transform: rotateZ(90deg);
  }
  .plan_price{
    font-size: 1rem;
  }
  .cam_lavel_loc{
    width: 40%;
  }
} /* 769 */

@media (min-width: 960px) {
  .cam_lavel_loc{
    width: 92%;
  }
}/* 960 */


/* PLANページ  2024/01 追記
==================================== */
.plan_list_wrap_p{
  max-width: 1300px;
}
.plan_list_box_p  {
  position: relative;
  height: 230vw;
  /* max-width: 700px; */
}
.plan_box_p{
  text-align: center;
  padding: 2.8em 2.3em;
  margin: 0 2em;
  border: 0.8px solid #a4a4a4;
  background-color: #fffffff0;
  border-radius: 1em;
  position: absolute;
  top: 25%;
}
.plan_ttl_p{
  padding: 0 0 1.2em;
}
.plan_ttl_p .en {
  font-size: 1.4rem;
  display: block;
  color: var(--color-black);
}
.plan_ttl_p .min {
  font-size: 1.5em;
}
.plan_price_box_p{
  padding: 0 0 3em;
  margin: 0 0 2em;
  border-bottom: 1px solid #a4a4a4;
}
.plan_detail_ttl_p{
  font-size: 1.4em;
  /* font-weight: bold; */
  padding: 0 0 1.3em;
  line-height: 1.6em;
}
.plan_list_detail_btn_p{
  border: .8px solid #a4a4a4;
  border-radius: 3px;
  width: 56%;
  margin: 0 auto;
}
.plan_detail_txt_p{
  padding: .6em 0 0;
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 769px) {

  .plan_list_inn_ing{
    width: 70vw;
    max-width: 900px;
  }
  .plan_list_inn_ing._01,
  .plan_list_inn_ing._03{
    margin: auto 0 auto auto;
  }
  .plan_list_inn_ing._02{
    margin-left: 0;
  }
  .plan_box_p{
    top: 5%;
    width: 38%;
  }
  .plan_box_p._01,
  .plan_box_p._03 {
    left: 0;
  }
  .plan_box_p._02{
    right: 0;
  }
  .plan_list_box_p{
    height: 74vw;
  }
  .plan_ttl_p .en {
    font-size: 1.3rem;
  }
  .plan_ttl_p .ja {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
}/* 769 */

@media (min-width: 960px) {

  .plan_list_box_p{
    height: 66vw;
  }
  .plan_box_p{
    top: 15%;
    width: 30%;
  }
  .plan_box_p._01,
  .plan_box_p._03 {
    left: 5%;
  }
  .plan_box_p._02{
    right: 5%;
  }

}
@media (min-width: 1500px) {
  .plan_list_box_p{
    height: 60vw;
  }
}

/* SECTION Support
==================================== */
.sec_suppor_bloc  {
  padding: 0 0 4em;
}
.sec_support{
  background-color: #f8f8f8;
  padding: 6rem 0;
	/* margin: 0 0 3em; */
}
.section_ttl_jp{
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .05em;
  text-align: center;
  padding: 0 0 0.5em;
}
.section_desc {
  font-size: 1.15rem;
  font-weight: 200s;
  padding: .5em 0;
  text-align: center;
}
.sec_sup_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0 1rem;
}
.sec_sup_list_box{
  width: 48%;
  /* background-color: rgba(228, 153, 142, 0.7); */
  padding: 1em 0;
  margin: 2% 0;
  text-align: center;
}

.sec_sup_list_icon_box{
  display: block;
  width: 52%;
  margin: 0 auto;
}
.sec_sup_list_icon_wrap{
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.sec_sup_list_icon{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
._02 .sec_sup_list_icon{ top: -100%; }
._03 .sec_sup_list_icon{ top: -200%; }
._04 .sec_sup_list_icon{ top: -300%; }
._05 .sec_sup_list_icon{ top: -400%; }
._06 .sec_sup_list_icon{ top: -500%; }
._07 .sec_sup_list_icon{ top: -600%; }

.sec_sup_list_txt{
  font-size: 1.2rem;
  /* font-weight: 600; */
  line-height: 1.3;
  letter-spacing: .1em;
  margin: 0.6em 0 0.4em;
}

@media (min-width: 769px) {
  .sec_sup_list_box {
    width: 32%;
    padding: 1em;
    margin: 0;
  }
}/* 769 */


@media (min-width: 960px) {
  .section_desc {
    font-size: 1.05rem;
  }
  .sec_sup_list{
    justify-content: center;
  }
  .sec_sup_list_box{
    width: calc(100% / 6);
    margin: 0;
  }
  .sec_sup_list_icon_box{
    width: 50%;
  }
  .sec_sup_list_txt {
    font-size: 1.05rem;
  }
}/* 960 */



/* Location
============================================*/
.sec_loc_bloc{
  padding: 4rem 2rem;
  height: 49em;
  color: var(--color-white);
  background-image: url(/imgs/top_loc_img_sp.jpg);
  background-size: cover;
}
.sec_loc_txt_wrap{
  position: relative;
}
.sec_loc_txt_box{
  text-align: left;
  border-bottom: 1px solid;
}
.sec_loc_txt_box a{
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 3em;
  justify-content: space-between;
  align-items: center;
}
.sec_loc_txt_box._l{
  text-align: center;
  padding: 13em 0 0;
}
.sec_loc_cont{
  position: absolute;
  top: 20em;
  right: 0;
  left: 0;
}
.sec_loc_ttl {
  font-size: 2rem;
  font-weight: unset;
  line-height: 1.3em;
  top: 8.6em;
}
.sec_loc_ttl_small {
  display: block;
  font-size: .6em;
  padding: .5em 0 0;
  line-height: 1.3em;
}
.sec_loc_txt {
  font-size: 1.3em;
  font-weight: 200;
  letter-spacing: 1.2px;
  padding: 6em 0 .6em;
}
.sec_loc_txt_btn {
  font-size: 1.3em;
  border: 1px solid;
  padding: 0.8em 0;
  margin: 0 4em;
}
.sec_loc_txt_btn2 {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid;
  padding: 0.6em 0;
  margin: 2.5em 0;
  width: 42%;
}

.sec_loc_img {
  display: none;
}

@media (min-width:769px){
  .sec_loc_txt_box a{
    gap: 1em;
  }
  .sec_loc_cont{
    top: 14.2em;
  }
  .sec_loc_bloc{
    padding: 4rem 0 4rem 3rem;
    background-image: none;
    color: var(--color-black);
    height: auto;
  }
  .sec_loc_ttl {
    font-size: 1.7rem;
    width: 60%;
  }
  .sec_loc_ttl_small {
    font-size: .6em;
  }
  .sec_loc_txt_box{
    text-align: left;
    padding: 1em 0 0;
    width: 30%;
  }
  .sec_loc_txt_box._l{
    text-align: left;
    padding: 6em 0 0;
    width: 65%;
  }
  .sec_loc_txt_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1400px;
  }
  .sec_loc_txt_wrap_l {
    display: flex;
    align-items: flex-start;
    max-width: 1400px;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: auto;
  }
  /* .loc_li_splide._l{
    width: 80%;
  } */
  .sec_loc_box {
    width: 40%;
  }
  .sec_loc_txt{
    padding: 3em 0 0.6em;
    /* text-align: center; */
  }
  .sec_loc_txt_btn {
    margin: 0;
    text-align: center;
    border: none;
    color: white;
    background: var(--color-grey3);
  }
  .sec_loc_txt_btn2{
    margin: 2em 0;
    text-align: center;
    font-size: 1.2em;
    width: 64%;
  }
  .sec_loc_img {
    width: 48em;
    display: block;
  }
} /* 769 */

@media (min-width:960px){
  .sec_loc_cont{
    top: 18em;
  }
  .sec_loc_img {
    width: 58em;
    display: block;
  }
  .sec_loc_bloc{
    padding: 6rem 0 4rem 6rem;
  }
  .sec_loc_ttl_small {
    padding: 0.2em 0;
    line-height: 1.4em;
  }
  .sec_loc_txt{
    padding: 3em 0 0.6em;
  }
  .sec_loc_txt_wrap_l {
    padding: 0 0 0 6em
  }
}/* 960 */

@media (min-width:1300px){
  .sec_loc_img {
    width: 55em;
    display: block;
  }
}/* 1400 */

@media (min-width:1400px){
  .sec_loc_txt_wrap_l {
    padding: 0 8em;
  }
}

/* FLOOR MAP ============================ */
.floormap_modal_btn_top {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  border: solid 1px #a5a5a5;
  width: 11em;
  padding: 0.8rem ;
  margin: .5em auto 2.5rem;
  cursor: pointer;
}
.floormap_modal{
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: rgba(250, 251, 250, .95);
  overflow-y: scroll;
}
.floormap_modal_close {
  display: block;
  z-index: 10001;
  position: fixed;
  top: 0.5rem;
  right: 2rem;
  color: var(--color-grey3)!important;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
}
.floormap_modal_content{
  padding: 5rem 3rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.floormap_img{
  width: 100%;
  padding: 1rem 0;
}
/* figure.floormap_img._toritsudai {
 padding: 1rem 5rem;
} */
.floormap {
  border: solid .8px #8D8B84;
}

@media (min-width:960px){
  .floormap_modal_btn {
    font-size: 1.2rem;
  }
  .floormap_modal{
    overflow-y: visible;
  }
  .floormap_modal_close {
    top: 17rem;
    right: 4rem;
  }
  .floormap_modal_content{
    display: flex;
    justify-content: center;
    padding: 6rem 3rem;
  }
  .floormap_img{
    width: 33%;
    max-width: 460px;
    /* max-height: 36rem; */
  }
  .floormap_img._toritsudai img{
    height: 100%;
    /* width: auto; */
  }
  .floormap {
    margin: 0 auto;
    padding: 2em 12em;
    width: 70%;
  }
  
}/*  */

/* ROOM LIST ============================ */
/* .room_list_block{
  background-color: #fcfcfc;
} */
.floor_tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 1em rgb(235, 235, 235);
}
.floor_tab li {
  width: 32%;
  height: 100%;
}
.floor_tab li a:hover, .floor_tab li a.active {
  font-weight: 600;
  color: #eb958b;
  border-bottom: 3px solid;
}
.floor_tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding: .8em 0.6rem;
  color: #aeaeae;
  transition: color .3s , color .3s;
  box-sizing: border-box;
  opacity: 1;
}
.room_info_block {
  padding-bottom: 2em;
}
.room_info_box{
  position: relative;
  background-color: var(--color-white);
  margin: 1rem 0;
  box-shadow: 0 0 .5em rgb(237 235 229 / 83%);
}
.room_info_box_inner{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.5rem;
  padding: 1.1em 5em 1em 2.4em;
  border: 0.8px solid var(--color-grey2);
}
.room_info_box_inner::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: block;
  color: var(--color-grey3);
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  width: .5em;
  height: .5em;
  transform: rotateZ(45deg);
}
.room_info_name{
  width: 20%;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .08em;
}
.room_info_type{
  width: 22%;
  font-size: 1.2rem;
  line-height: 1;
}
.room_info_size{
  width: 37%;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 0.1em;
  letter-spacing: 0;
}

.bestrate_img_box{
  max-width: 26rem;
  padding: 1em;
  margin: auto;
}
.icon_g {
  filter: invert(79%) sepia(47%) saturate(247%) hue-rotate(6deg) brightness(96%) contrast(92%);
}
.room_info_empty{
  position: relative;
  display: none;
  width: 3.2rem;
  height: 1.8rem;
  line-height: 1;

}
.room_info_empty::before{
  content: "-";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 3.2rem;
  height: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  border-radius: .2rem;
  background-color: #f7f7f7;
  color: #a5a5a5;
  text-align: center;
  box-sizing: border-box;
}
.room_info_empty.reserve {
  position: absolute;
  right: 1em;
  top: 0.2em;
  bottom: 0;
  margin: auto;
}
.room_info_empty.reserve:hover {
  opacity: 1;
}
.room_info_empty.reserve::before {
  font-size: 1.2rem;
  font-weight: 600;
  content: "予約";
  background-color: #f7f7f7;
  color: #a5a5a5;
  background-color: #f1938a;
  color: #f7f7f7;
  width: 3.4rem;
}
/* .room_info_box:first-child .room_info_empty::before{
  content: "○";
  background-color: #f1938a;
  color: #f7f7f7;
} */

/* [data-room="hm_301"] .room_info_empty::before,
[data-room="hm_305"] .room_info_empty::before,
[data-room="hm_310"] .room_info_empty::before,
[data-room="hm_314"] .room_info_empty::before,
[data-room="hm_405"] .room_info_empty::before,
[data-room="hm_508"] .room_info_empty::before,
[data-room="hm_511"] .room_info_empty::before,
[data-room="hm_406"] .room_info_empty::before{
  content: "○";
  background-color: #f1938a;
  color: #f7f7f7;
} */

@media (min-width:960px){
  .room_list_wrap {
    max-width: 40rem;
    margin: auto;
  }
  .room_info_box_inner {
    padding: 1.1em 10em 1.1em 2em;
  }
  .room_info_box_inner::after {
    right: 2em;
  }
  .room_info_name{
    width: 30%;
    text-align: center;
  }
  .room_info_type{
    width: 19%;
    text-align: right;
  }
}/*  */


/* ACCESS ============================================= */
/* .access_sec_bloc {
  background-color: #fff;
  border-top: solid 0.8px;
  border-bottom: solid 0.8px;
} */
.access-txt{
	font-size: 1.15rem;
  font-weight: 200;
}
.access-txt2{
	font-size: 1.7rem;
  font-weight: 300;
}
.access-wp{
	padding-bottom: 2rem;
}
.ac-sub{
  font-size: 2rem;
  padding-bottom: 2rem;
  font-weight: unset;
}
.ac-sub2{
  font-size: 1rem;
  padding-bottom: 0.2rem;
  font-weight: 400;
}
.ac-sub span{
	  font-size: 1.4rem;
    padding-left: 0.2rem;
    font-weight: 300;
}
.border {
  background: #dfdfdf;
  width: 100%;
  height: 1px;
  margin: 2em auto;
}
.contact-icon {
  display: flex;
}
.line-a{
  display: block;
  width: 15%;
  padding-right: 1em;
  filter: var(--filter-b);
}
.map {
  padding: 3rem 0;
  background-position: center;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}

@media (min-width: 960px) {

  .access-txt {
    font-size: 0.8rem;
  }
  .access-wp{
    padding-bottom: 0;
    padding-top: 3rem;
  }
  .acpcwp{
    display: flex;
    flex-direction: row-reverse;
    margin: auto;
    justify-content: center;
  }
  .acpcin{
    width: 32%;
    margin:2%;
  }
  .ac-sub2 {
  font-size: 1.2rem;
  padding-bottom: 0.4rem;
  }
  .ac-sub {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  }
  .ac-sub span {
    font-size: 1.1rem;
  }
  .border {
    margin: 1em 0;
  }
  .line-a {
    display: block;
    width: 20%;
    padding: 1em 2em 0 0;
  }
  .map {
    /* width: 40%; */
    margin: 2%;
    padding: 0; 
  }

} /* */

/* Contact
============================================*/
.sec_ctc_txt {
  padding: 1em 0 3em;
  font-size: 1.3em;
  line-height: 1.6em;
}
.sec_ctc_sns_ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border-top: .8px solid var(--color-black2);
  border-bottom: .8px solid var(--color-black2);
}
.sec_ctc_sns_li {
  text-align: center;
  /* width: 35%; */
}
.sec_ctc_sns_li._center {
  border-left: 1px solid var(--color-black2);
  border-right: 1px solid var(--color-black2);
}
.ctc_sns_txt {
  font-size: .9em;
  padding: 1em 0 0;
}
.ctc_sns_icon {
  width: 100%;
  filter: var(--filter-b);
  padding: 2em 4em;
}
.ctc_sns_arrow {
  width: 9%;
  filter: var(--filter-b);
  display: block;
  margin: 0 auto;
  padding: 0 0 1em;
}

@media (min-width: 769px) {

  .ctc_sns_icon {
    filter: var(--filter-b);
    padding: 4em 11.2em;
    margin: 0;
  }
  .ctc_sns_icon::before {
    content: "";
    width: 30%;
  }
  .ctc_sns_txt {
    font-size: 1.4em;
  }
  .ctc_sns_arrow {
    width: 3%;
    filter: var(--filter-b);
  }
  .sec_ctc_sns_li  {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .sec_ctc_sns_li:hover {
    background-color: var(--color-black);
    transform: scal(1, 0);
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    color: var(--color-white);
    /* filter: var(--filter-w); */
  }
  .sec_ctc_sns_li:hover::after {
    transform: scale(1, 1);
  }
  .ctc_sns_icon:hover {
    filter: var(--filter-w);
    transition: .2s;
  }
} /* 769 */

@media (min-width: 960px) {
  .ctc_sns_icon {
    padding: 4em 14em;
  }
} /* 960 */

@media (min-width: 1400px) {
  .ctc_sns_txt {
    font-size: 1em;
  }
} /* 1400 */



/* FOOTER
============================================= */
.foot-logo {
  display: block;
  width: 14em;
  /* text-align: center; */
  margin: auto;
  /* padding: 0 0 2em; */
  filter: var(--filter-b);
}	
.sec-foot{
  text-align: center;
  z-index: 100;
}
.foot-txt {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.8em;
  letter-spacing: .1em;
  padding: 3em 0 4em;
}
.related-logo-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 1em 0 3em;
}
.related-logo {
  width: 30%;
  filter: var(--filter-b);
}
.related-txt {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: .1em;
}
.company {
  font-size: 1em;
  padding: 0 0 1em;
}
.copyrights {
  font-size: 1em;
}
.foot-nav-box{
  display: none;
}

@media (min-width: 769px) {
  .related-logo {
    width: 13%;
  }
  .related-logo-box {
    justify-content: space-between;
  }
} /* 769 */
@media (min-width: 960px) {
  .foot-logo {
    width:18em;
    margin: 0;
  }	
  .sec-foot{
    padding: 9em 0 4em;
  }
  .foot-nav-box{
    display: inline;
    text-align: left;
    /* width: 35%; */
    display: flex;
    gap: 3em;
  }
  .foot-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3em 0 8em;
  }
  .foot-txt {
    padding: 0;
    width: 55%;
  }
  .foot-nav{
    font-size: 1em;
    line-height: 2em;
  }
  .foot-nav p {
    color: var(--color-grey2);
    font-weight: 500;
    letter-spacing: .05em;
  }
  .foot-nav ul {
    padding: .5em .5em 1em;
  }
  .foot-nav li:hover {
    color: var(--color-grey2);
  }
}


  /* TOP KV
========================================= */

.top-kv {
  display: block;
  position: relative;
}
.top-kv img{
  object-fit: cover;
  width: 100%;
  height: 67em;
  border-bottom: 1px solid;
}
.kv_txt_box{
  position: absolute;
  left: 0;
  right: 0;
  top: 16em;
  z-index: 0;
  text-align: left;
  color: var(--color-white);
}
.kv_txt_main{
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5em;
}
.kv_txt_sub{
  display: block;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: .1em;
  padding: 1em 0 26em;
}
.kv_txt_main2{
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.kv_txt_sub2{
  display: block;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.4em;
  padding: 0.3em 0 1.5em;
}
.kv_pas {
  position: absolute;
  width: 100%;
  top: 66%;
  left: 10%;
  z-index: -1;
}
.iny-logo {
  width: 7em;
  padding: 0 0 3em;
  filter: var(--filter-w);
}
.kv-copy{
  font-size: 1rem;
  font-weight: 100;
  /* text-align: center; */
}
.sns-icon-box  {
  display: none;
}
.top_banner {
  display: block;
  padding: 1em 0;
  display: none;
}
.top_banner_2 {
  display: block;
  padding: 3em 0 1em;
}
.oth_banner{
  padding: 0 2em 5em;
  margin: 0 auto;
  display: block;
}
.top_kv_banner{
  position: absolute;
  bottom: -17em;
  width: 100%;
}

@media (min-width: 769px) {
  .kv_txt_box{
    width: 96%;
    top: 12em;
    position: absolute;
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* align-items: center; */
  }
  .kv_txt_sub{
    padding: .2em 0 3em;
  }
  .kv_txt_main2{
    font-size: 1.2rem;
  }
  .kv_txt_sub2{
    font-size: .8rem;
  }
  .top-kv img{
    height: 45em;
  }
  .iny-logo {
    width: 11em;
  }
  .sns-icon-box {
    color: var(--color-black);
    display: block;
    position: absolute;
    top: 8em;
    right: 3em;
    width: 5em;
    text-align: center;
    line-height: 1.2em;
  }
  .reverse .sns-icon-box {color: var(--color-white); opacity: .9;}
  .sns-icon img {
    filter: var(--filter-b);
    opacity: .9;
  }
  .reverse .sns-icon img{filter: var(--filter-w);}
  .top_banner {
    /* position: absolute; */
    /* top: 33em; */
    /* right: 0; */
    width: 20vw;
    padding: 1em 0;
  }
  .oth_banner{
    width: 40%;
    max-width: 400px;
  }
  .top_kv_banner{
    position: static;
  }
} /* 769 */

@media (min-width: 960px) {
  .kv_txt_box{
    width: 90%;
    top: 14em;
  }
  .kv_txt_main{
    font-size: 3rem;
    line-height: 1.5em;
  }
  .kv_txt_sub {
    font-size: 1.4rem;
    padding: 0.6em 0 9em;
  }
  .kv_txt_main2 {
    font-size: 1.4rem;
  }
  .kv_txt_sub2 {
    font-size: 1rem;
    padding: 0.6em 0 2em;
  }
  .top-kv img{
    height: 60em;
  }
  .iny-logo {
    width: 14em;
  }
  .top_banner {
    top: 45em;
    width: 21vw;
    display: initial;
  }
  .top_banner_2 {
    display: none;
  }
} /* 960 */


@media (min-width: 1500px) {
  .top-kv img{
    height: 65em;
  }
  .top_banner {
    top: 48em;
  }
} /* */

@media (min-width: 1800px) {
  .kv_pas {
    top: 72%;
  }
  .top_banner {
    top: 45em;
  }
} /* */


  /* NEWS 
========================================= */
/* .news_sec_bloc {
  background-color: white;
  border-top: solid 0.8px;
} */
.news_box {
  padding: 0 0 2em;
}
.news-txt {
  font-size: 1.3em;
  padding: 1em 0.2em;
}
.news_date {
  font-size: 1em;
  display: block;
  color: var(--color-grey2);
}
.news_btn{
  font-size: 1.3em;
  border: 1px solid;
  padding: 0.8em 0;
  margin: 1.5em auto;
  text-align: center;
  width: 55%;
}
.int-class-arrow,
.news-class-arrow,
.salon-class-arrow{
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 0;
  border-top: 2px solid var(--color-grey3);
  background-color: transparent;
  opacity: .9;
  top: -3.5em;
}
.int-class-prev,
.news-class-prev,
.salon-class-prev{
  border-left: 2px solid var(--color-grey3);
  transform: rotateZ(-45deg);
  transform-origin: left top;
  left: 60%;
}
.int-class-next,
.news-class-next,
.salon-class-next{
  border-right: 2px solid var(--color-grey3);
  transform: rotateZ(45deg);
  transform-origin: right top;
  right: 10%;
}
.int_splide,
.news_splide,
.salon_splide{
  padding: 2em 0 0;
}

@media (min-width: 769px) {
  .news_block_n{
    display: flex;
    flex-wrap: wrap;
    gap: 3em 1.5em;
  }
  .news_box{
    /* padding: 0; */
    width: 32%;
  }
  .news_btn{
    max-width: 240px;
  }
}

@media (min-width: 960px) {
  .news_block {
    max-width: 1000px;
    margin: 0 auto;
  }
  .int-class-prev,
  .news-class-prev,
  .salon-class-prev{
    left: 80%;
  }
  .int-class-next,
  .news-class-next,
  .salon-class-next{
    right:10%;
  }
  .news_btn_flex{
    display: flex;
    justify-content: center;
    gap: 1.5em;
    width: 40%;
    margin: 0 auto;
    padding: 4em 0 0;
  }
  .news_btn_flex .news_btn{
    margin: 0;
  }
}

/*  個別記事  */
.news-post-wrap{
  /* background-color:#efefef; */
  padding:4em 0em 0;
  overflow:hidden;
}
.news-post-wrap .right_news_box{padding-top:0em;}
.news-post-box{
  /* padding: 2em 0; */
  font-size: 1rem;
  line-height:2.1;
  overflow: hidden;
}
.news-post-box .news-tag{position:absolute; right:-.1em; top:-.15em;}
.news-post-box .news-date{margin-bottom:.5em;}
.news-post-box h1{
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
}
.news-post-box .news-post-date{
  color: var(--color-black2);
  font-size: 1em;
  margin: 1em 0 4em;
}
.news-post-box h2{font-size:.9rem; line-height:1.5; margin:1em 0; font-weight:bold; text-align:left;}
.news-post-box img{max-width:100%; height:auto;margin:1.5em auto!important;}
.news-post-box strong{
  font-weight:bold;
}
.news-post-box p{
  font-size: 1.2em;
  line-height: 2em;
  /* white-space: pre-line; */
}
.news-post-box a{
  font-weight:300;
  color: var(--color-black2);
}
.news-post-bt {width:100%;margin:3em auto 0;display:block;text-align:center;}
.news-post-bt a{
  font-size:.65rem;
  border:1px solid;
  padding:1em 1.5em 1em 1.8em;
  color:#000;
  letter-spacing:6px;
  line-height:1;
  text-align:center;
  /* font-family:'Oswald', sans-serif; */
  font-weight:400;
}

@media screen and (min-width:769px){

  .news-post-wrap{padding:5em 0em 0em;}
  .news-post-wrap .right_news_box{padding-top:0em;}
  .news-post-box{
    font-size:1rem;
    line-height:2.2;
    padding: 3em 3.5em;
  }
  .news-post-box .news-tag{position:absolute; right:-.05em; top:-.17em;}
  .news-post-box .news-date{margin-bottom:.5em;}
  .news-post-box h2{font-size:1.1rem; margin:1em 0;}
  .news-post-box img{
    max-width: 70%; margin:2em auto 0!important;
  }
  .news-post-bt a{width:100%}

} /* 769 */

@media screen and (min-width:960px){
  .news-post-wrap{
    padding:7em 0 4em;
  }
  .news-post-wrap .right_news_box{padding-top:0em;}

  .news-post-wrap .left_news_box{width:100%; float:none; padding:.5em 4em 0; text-align:left;}
  .news-post-wrap .left_news_box li{padding:1em; width:22%;}
  .news-post-box{
    padding: 4em;
    position: relative;
    font-size: 1rem;
    line-height: 2.0;
  }
  .news-post-box .news-tag{position:absolute; right:-.05em; top:-.5em;}
  .news-post-box .news-date{margin-bottom:.5em;}
  .news-post-box h1{
    font-size:1.6em;
    letter-spacing:1px;
  }
  .news-post-box .news-post-date{
    font-size: 1.2em;
  }
  .news-post-box h2{font-size:1.2rem; margin:1.5em 0;}
  .news-post-bt a{width:35%;margin:5em auto 4em;}

} /* 960 */


/*  個別記事  スライダー  */
.c,.d,.e {
  stroke-linecap:round;
}
.c,.d,.e,.f,.g {
  fill:none;stroke-linejoin:round;
}
.c,.d,.g {
  stroke:#fabd00;
}
.d,.e,.f,.g {
  stroke-width:2px;
}
.e,.f {
  stroke:gray;
}
.news_slider {
  margin: 0 0;
  width: 100%;
  position: relative;
}
.news_slider_ul {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 5em 0 0;
}
.news_slider_li {
  display: inline-block;
  margin: 0 0.3em 1em;
  vertical-align: top;
  padding: 0;
}
.res-img{
  height: auto;
  width: 28em;
  object-fit: cover;
}
.news_slider_li:not(.slick-current) {
  cursor: pointer;
}
.news_slider .slick-list {
  padding: 0!important;
  overflow: hidden;
}
.news_slider_ul .slick-dots {
  clear: both;
  padding: 1em 0 0;
}
.news_slider_ul .slick-dots li {
  float: none;
  width: 20px;
  height: 2px;
  margin: 0 4px;
  background: #DDD;
  color:#DDD!important;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden; 
  cursor: pointer;
}
.news_slider_ul .slick-dots li.slick-active {
  background: #333;
}
.news_slider_ul .slick-dots li button {
  width: 20px;
  height: 2px;
}
.news_slider_ul .slick-dots li button:before {
  width: 20px;
  height: 2px;
  border-radius:0;
}

@media screen and (min-width:769px){
  .news_slider_ul .slick-dots{
    clear: both;
    padding: 1em 0 0;
  }
  .res-img {
    width: 40em;
  }
} /* 769 */


.btn_cap{
  font-size: 1.3em;
    font-weight: 200;
    letter-spacing: 1.2px;
    padding: 2em 0 0.6em;
}
.btn_txt{
  font-size: 1.3em;
  border: 1px solid;
  padding: 0.8em 0;
  margin: 0.5em 4em;
}
.btn_txt._b{
  background-color: var(--color-grey3);
  color: var(--color-white);
}

 /* location 追記
========================================= */
.sec_about_bloc{
  padding: 18em 0 4em;
}
.sec_about_bloc._loc {
  padding: 10em 0 4em;
  max-width: 1300px;
  margin: 0 auto;
}
.about_ttl_en_loc {
  font-size: 1.8em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 1em;
}
.about_ttl_ja_loc {
  font-size: 1.8em;
  padding: .3em 0 1.7em;
}
.top_about_splide._loc  {
  overflow: hidden;
  padding-left: 2em;
}

@media screen and (min-width:769px){
  .sec_about_bloc{
    padding: 4em 0;
  }
  .sec_about_bloc._loc {
    padding: 15em 0 4em;
  }
  .about_ttl_en_loc{
    padding: 0 0 0 3rem;
  }
  .about_ttl_en {
    padding: 0 0 0 2em;
  }
  .top_about_splide._loc  {
    padding-left: 3em;
  }
} /*769*/

@media screen and (min-width:960px){
  .about_ttl_en_loc{
    padding: 0 0 0 6rem;
  }
  .about_ttl_en {
    font-size: 1.2em;
    padding: 2em 0 0 3.5em;
    max-width: 1300px;
  }
  .top_about_splide._loc  {
    padding: 0;
    width: 60%;
    margin: -1.7em 0 0;
  }
} /*960*/

@media (min-width: 1300px) {
  .sec_about_bloc._loc {
    padding: 15rem 6rem 0;
  }
  .about_ttl_en_loc{
    padding: 0;
  }
  .top_about_splide._loc  {
    width: 46%;
  }
  .about_ttl_en{
    padding: 0;
  }
} /*1300*/

.top_kv_banner{
  position: absolute;
  bottom: -17em;
  width: 100%;
}
@media screen and (min-width:769px){
  .top_kv_banner{
    position: static;
  }
}

/* 説明テキスト */
.sec_page_cap{
  font-size: 1.2em;
  line-height: 1.9em;
}
.sec_page_cap_big{
  display: block;
  font-size: 1.3em;
  font-weight: 500;
  padding: 0 0 1em;
  letter-spacing: .1em;
  line-height: 1.8em;
  /* color: var(--color-grey3); */
}
@media screen and (min-width:960px){
  .sec_page_cap{
    width: 70%;
  }
}

/* interview
============================================ */
.news_box._int{
  padding: 0 0 5em;
}
.res-img._int{
  border-radius: 1.5em;
}

.int_txt_box{
  line-height: 2em;
  padding: 1em 0 0;
  text-align: left;
}
.int_name.en{
  font-size: 1.6em;
  font-weight: 300;
  color: var(--color-grey2);
}
.int_ttl {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.6em;
  padding: .5em 0 0;
}
.int_tag_box{
  padding: 1.2em 0 0;
}
.int_tag {
  /* border: 1px solid var(--color-grey2); */
  background-color: #fdfdfde0;
  padding: .3em .8em;
  border-radius: .2em;
  margin-right: .2em;
}
.int_tag::before {
  content: "# ";
}

/* /salon/ link */
.nail_reserve_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
  border-radius: .2em;
  color: var(--color-white);
  padding: 1.5em 0 1.4em;
  margin: 2em auto 4em;
  max-width: 30em;
  background-color: #e99d95;
  background: linear-gradient(90deg, #a5a197, #76716b, #a5a197);
  background-size: 400% 400%;
  animation: AnimationBtnGrad 15s ease infinite;
}
@keyframes AnimationBtnGrad {
  0%{background-position:0% 4%}
  50%{background-position:100% 97%}
  100%{background-position:0% 4%}
}

.nail_reserve_link .line_2{
  font-size: 1.5em;
}

/* Related Bland 
============================================ */
.top_banner_sec{
  display: none;
}
.related_brand_list{
  display: flex;
  gap: 6%;
  padding: 1em 0;
}
.related_brand_list_box{
  width: 47%;
}
.related_brand_logo_img_wrap{
  width: 63%;
  aspect-ratio: 4 / 3;
  margin: 1.2em auto;
  box-sizing: border-box;
}
.related_brand_logo_img{
  height: 100%;
  filter: var(--filter-b);
}
.iny_logo{
  padding: 6% 0;
}
.related_brand_logo_txt{
  font-size: 0.9em;
  line-height: 1.4;
  color: var(--color-black);
}
@media (min-width: 960px) {
  .related_brand_list{
    padding: 2em 0 0;
    justify-content: center;
  }
  .related_brand_list_box {
    width: 17%;
  }

}/*  */