/*

Theme Name: IK_HOME 2023
*/

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000), to(#484848));
  background: linear-gradient(to bottom, #000000 50%, #494949);
  border-radius: 1px;
}

::-webkit-scrollbar-track {
  background: #dcdcdc;
}

/* 使用カラー */
:root {
  --black: #3C3C3C;
  --dark-gray: #7C7C7C;
  --light-gray: #D8D8D8;
  --off-white: #FFFFFF;
  --light-green: #D3E3D8;
  --green: #72A37F;
  --light-blue: #D4E0EB;
  --blue: #4978B9;
  --light-pink: #F4E1DB;
  --pink: #D17379;
  --light-brown: #656246;
  --brown: #988775;
}

/* 使用フォント */
:root {
  --NotoSans: 'Zen Old Mincho', sans-serif;
  /* Regular 400 Medium 500 Bold 700 Black 900 */
  --Ubuntu: 'Lora', sans-serif;
  /* Medium 500 Bold 700 */
  --ZenOldMincho: 'Zen Old Mincho', serif;
  /* Regular 400 */
}

.noto_sans {
  font-family: var(--NotoSans);
}

.ubuntu {
  font-family: var(--Ubuntu);
}

.zen_old {
  font-family: var(--ZenOldMincho);
}

body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-family: var(--NotoSans);
}

html {
  font-size: calc(10 / 1280 * 100vw);
  /* 画面幅1280pxで10px*/
  overflow-y: overlay;
  color: var(--black);
  height: -webkit-fill-available;

}


/* ヘッダー */
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  font-family: var(--NotoSans);
  position: fixed;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  height: 5rem;
  padding-right: 11.3rem;
  margin-left: 5rem;
  margin-top: 35px;
  align-items: flex-start;
  z-index: 10;
  position: relative;
  opacity: 0;
}

.main_wrapper {
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: flex-end;
}

.fixed_area {
  position: sticky;
  top: 0;
  height: 80rem;
  max-height: 100vh;
  flex-shrink: 0;
  width: 58rem;
  position: fixed;
  left: 0;
  min-height: 100vh;
  z-index: 999;
}

.fixed_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* position: absolute; */
}

.container {
  /* width: 50%; */
  color: var(--black);
  /* flex: 1; */
  width: 70rem;
}

/*fade表示関連*/

.fade_in {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0, 0.42, 0.58, 1);
}

.fade_up {
  transform: translateY(2vw);
  opacity: 0;
  transition: all 1.2s cubic-bezier(0, 0.42, 0.58, 1);
}

.fade_in.show {
  opacity: 1;
}

.fade_up.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ここから編集スタート */
.header .logo-svg {
  width: 133px;
  display: block;
  fill: #fff;
}

.shop_name_logo {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0.2rem;
  display: inline-block;
  /* text-align: center; */
  letter-spacing: 0.071em;
  /* text-shadow: 1px 1px 1px #ffffff24; */
}

.logo_wrap {
  color: #fff;
  /* text-align: center; */
}
.logo_wrap.logo_white svg path {
  fill: #ffffff;
}
.logo_wrap.logo_beige svg path {
  fill: #656246;
}


.header .arrow-svg {
  /* fill: #000; */
  /* stroke: var(--black); */
  /* margin-right: 0px; */
  margin-left: 10px;
  text-align: right;
  width: 8.74px;
  height: 8.74px;
  display: inline-block;
  margin: 0;
}

.common_btn {
  /* border: 0.1rem solid #000; */
  background-color: #fff;
  /* padding-top: 6.2rem; */
  color: var(--black);
  font-weight: bold;
  padding-left: 0.9rem;
  /* stroke: #fff; */
  width: 140px;
  height: 25px;
  line-height: 23px;
  border-radius: 15px;
  font-size: 10px;
  display: inline-flex;
  padding-right: 0.9rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #656246 !important;
  color: #656246 !important;
  background: transparent !important;
}
.common_btn svg {
  stroke:  #656246 !important;
}
.common_btn path,.common_btn line {
  stroke:  #656246;
}

.common_left_margin {
  margin-left: 1.6rem;
  width: 120px;
}

.arrow-svg_right {
  margin-left: 1.5rem;
}

.header_buttons {
  padding-top: 6px;
}

/* ここからハンバーガー */
.hamburger_conts {
  position: relative;
  margin: 0 0 0 auto;
}
.header_buttons.but_white .common_btn {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
.header_buttons.but_white .common_btn svg {
    stroke: #ffffff !important;
}

.hamburger {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 35px;
  right: 30px;
  z-index: 10000;
  background-color: #656246;
  border-radius: 20px;
  /* transition: all 1s; */
  opacity: 0;
}

.hamburger_bar {
  border: 1px solid #ffffff;
  display: block;
  width: 100%;
  /* height: 0.2rem; */
  position: absolute;
  left: 0;
  background: #3C3C3C;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}

.hamburger_bar:nth-child(1) {
  top: 13.4px;
  /* padding-left: 2rem; */
  border: 1px solid #ffffff;
  background-color: #ffffff;
  left: 7.5px;
  width: 20px;
}

.hamburger_bar:nth-child(2) {
  top: 21.6px;
  transform: translateY(-100%);
  width: 20px;
  left: 7.5px;
}

.hamburger_bar.is_active:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 20px;
}


.hamburger_bar.is_active:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 20px;
  border: 1px solid #3C3C3C;
}







.hamburger.h_blue {
  background-color: #49565C;
}

.h_blue .hamburger_bar {
  border: 1px solid #ffffff;
  background: #3C3C3C;
}

.h_blue .hamburger_bar:nth-child(1) {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.h_blue .hamburger_bar.is_active:nth-child(2) {
  border: 1px solid #ffffff;
}



.hamburger.h_beige {
  background-color: #656246;
}

.h_beige .hamburger_bar {
  border: 1px solid #ffffff;
  background: #3C3C3C;
}

.h_beige .hamburger_bar:nth-child(1) {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.h_beige .hamburger_bar.is_active:nth-child(2) {
  border: 1px solid #ffffff;
}

.hamburger.h_white {
  background-color: #ffffff;
}

.h_white .hamburger_bar {
  border: 1px solid #656246;
  background: #656246;
}

.h_white .hamburger_bar:nth-child(1) {
  border: 1px solid #656246;
  background-color: #656246;
}

.h_white .hamburger_bar.is_active:nth-child(2) {
  border: 1px solid #656246;
}

/* ハンバーガーmenu☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
.hamburger_nav {
  position: absolute;

  top: 0;
  left: 0px;
  top: 120%;
  right: 0;
  background: var(--light-brown);
  display: flex;
  align-items: center;
  opacity: 0;

}

.hamburger_nav.is_active {
  opacity: 1;
  transform: translateY(+120%);
  top: 0;
  position: fixed;
}

.nav-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  /* gap: 21px; */
}

.header_fixed {
  text-align: center;
  /* padding-top: 42rem; */
  height: 100vh;
  max-height: 100vh;
  width: calc(58rem - 17px);
  background-color: #fff;
  border-radius: 0 6rem 0 0;
  position: relative;
  flex-shrink: 0;
  transform: translateX(-100%);
  transition: all 0.4s;
}

.header_fixed.is_active{
  transform: translateX(0);
}

.hamburger_logo_wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_fixed img {
  width: 100%;
  max-height: 100vh;
}

.logo-svg02 {
  fill: #224B92;
  /* top: 37.34rem; */
  /* left: 20.12rem; */
  /* position: absolute; */
  width: 14.266rem;
  z-index: 99;
  height: 2.246rem;
  opacity: 0;
}

.name_logo_mono {
  color: var(--black);
  /* top: 40.3rem; */
  font-size: 1.3rem;
  display: block;
  left: 20.9rem;
  /* position: absolute; */
}

.icon_sns {
  width: 21.25px;
  height: 21.6px;
  object-fit: contain;
  margin-bottom: 25.7px;
}

.icon_sns_area_nav a:last-child img{
  margin-bottom: 0;
}

.icon_sns_area_nav {
  display: grid;
  width: 2.15rem;
  margin-left: 7.2rem;
  /* margin: auto 168px 87px 72px; */
  position: fixed;
  bottom: 87px;
  left: calc(58rem - 17px);
  opacity: 0;
}

.hamburger_contact_wrap{
  opacity: 0;
}



.hamburger_logo_wrap span{
  opacity: 0;
}

/* test */
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  transform: translateY(0);
  left: 0;
  width: 100%;
  height: 100svh;
  /*ナビの高さ*/
  background: #656246;
  /*動き*/
  transition: all 0.6s;
}

#g-nav.panelactive {
  bottom: 0;
}

/* Regular 400 Medium 500 Bold 700 Black 900 */
.nav_ham_title {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  /* margin-bottom: 1.13rem; */
  letter-spacing: 0.02em;
}

.nav_ham_sub_title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 11.3px;
  color: #9A9888;
  font-family: var(--Ubuntu);
}

.nav_accordion_menu {
  display: none;
  padding-left: 47px;
  margin-bottom: 13px;
}

.nav_accordion_menu li:not(:last-child){
  border-bottom: solid 0.1rem #ffffff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.nav_accordion_menu li a{
  font-size: 15px;
}

.nav_accordion_menu.active{

}

.nav-item:not(:last-child) {
  border-bottom: solid 0.1rem #EBEBEB;
  margin-bottom: 0.78rem;
  position: relative;
}

.nav-item:last-child .nav_ham_sub_title{
  margin-bottom: 0;
}

/* 家づくりメニュー */
.accordion_icon{
  position: absolute;
  top: -3px;
  right: 4px;
  width: 21px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item:nth-of-type(6) .accordion_plus{
  width: 100%;
  object-fit: cover;
  /* font-size: 21px; */
  display: inline-block;
  line-height: 0;
}

.accordion_icon .arrow-svg{
  display: none;
  transform: rotate(135deg);
}

.accordion_icon.active .arrow-svg{
  display: block;
}

.accordion_icon.active .accordion_plus{
  display: none;
}

.nav-item:nth-of-type(6) .nav_ham_title{
  display: inline-block;
}

.nav_top_ham {
  font-size: 1.8rem;
  font-weight: 500;
  color: #EBEBEB;
  margin-bottom: 50px;
}

/* 矢印 */
.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  left: 10px;
  position: relative;
  width: 2px;
  height: 15px;
  background: #EBEBEB;
}

.dli-arrow-up::before {
  content: '';
  width: 11px;
  height: 11px;
  border: 2px solid #EBEBEB;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.5px;
  right: 50%;
  box-sizing: border-box;
}

.nav_contents_ham {
  /* padding-bottom: 175px; */
  position: relative;
  width: 225px;
  /* padding: 0 75px; */
  margin: auto;
  height: 100%;
}

.nav_contents_inner{
  height: 100%;
  overflow-y: auto;
  padding: 64px 0;
}

.nav_contents_inner::-webkit-scrollbar{
  display: none;
}

.common_btn_ham {
  width: 220px;
  font-weight: bold;
  font-size: 14px;
  height: 45px;
  /* padding-top: 10px; */
  margin-bottom: 25px;
  margin-top: 0rem;
  color: #FCFCFA;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 17px;
  background: none;
  border: 1px solid #FCFCFA;
}
.hamburger_contact_wrap .common_btn_ham {
  color: #FCFCFA !important;
  border: 1px solid #FCFCFA !important;
}
.hamburger_contact_wrap .common_btn_ham .arrow-svg{
  stroke: #FCFCFA !important;
}

.common_btn_ham:last-child{
  margin-bottom: 0;
}

.header_buttons_ham {
  display: block;
}

.arrow-svg_ham {
  margin-left: 35px;
  /* fill: var(--black); */
  stroke: #ffffff !important;
  width: 8.74px;
  height: 8.74px;
}

.arrow-svg_ham01 {
  margin-left: 4.2rem;
  fill: #fff;
  stroke: #fff;
}

.hamburger_contact_wrap .color_btn01 {
  background-color: #FCFCFA !important;
  color: #656246 !important;
}

.hamburger_contact_wrap .color_btn01 .arrow-svg{
  stroke: #656246 !important;
}

/* トップにフェードイン */
.top_fade_in {
  opacity: 0;
}

.top_fade_in_up {
  opacity: 1;
}

.logo_ham_nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_rotation_icon {
  width: 4.2rem;
  bottom: 123px;
  height: 42px;
  position: absolute;
  right: 3.1rem;
  font-size: 10px;
}

.top_rotation_icon img {
  width: 42px;
  height: 42px;
}

/* pagination */
/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  /* margin-bottom: 14rem; */
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-size: 1.3rem;
  background: var(--blue);
  color: var(--off-white);
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  text-decoration: none;
  line-height: 2rem;
  font-family: var(--NotoSans);
}

.prev.none{
  opacity: 0;
}

.next.none{
  opacity: 0;
}

.ob_page_list .none{
  opacity: 0;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/* recruitアイコン */
.header_offering_icon {
  width: 52px;
  bottom: 20px;
  /* height: 4.2rem; */
  position: absolute;
  /* right: -200px; */
  font-size: 10px;
  right: 36.4px;
  display: block;
  bottom: 86.2px;
  opacity: 0;
}

.header_offering_icon img {
  width: 42px;
  height: 42px;
}

.header_text_anime {
  color: var(--off-white);
  letter-spacing: 0.04em;
  width: 7.4rem;
  position: absolute;
  left: -1.8rem;
  top: -1.9rem;
}

.header_each_text_anime {
  color: var(--off-white);
  letter-spacing: 0.04em;
  /* width: 7.4rem; */
  position: absolute;
  left: -0.3rem;
  top: -1.9rem;
}

.header_each_text_anime span {
  opacity: 0;
  animation: text_anime_on 13s infinite;
  padding: 0 0.03rem;
}

@keyframes text_anime_on {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.header_each_text_anime span:nth-child(1) {
  animation-delay: 0.7s;
}

.header_each_text_anime span:nth-child(2) {
  animation-delay: 1.4s;
}

.header_each_text_anime span:nth-child(3) {
  animation-delay: 2.1s;
}

.header_each_text_anime span:nth-child(4) {
  animation-delay: 2.8s;
}

.header_each_text_anime span:nth-child(5) {
  animation-delay: 3.5s;
}

.header_each_text_anime span:nth-child(6) {
  animation-delay: 4.2s;
}

.header_each_text_anime span:nth-child(7) {
  animation-delay: 5s;
}


.hamburger_sp_menu {
  display: none;
}

.sp_menu_header {
  display: none;
}

.top_logo_icon {
  position: fixed;
  left: 47px;
  /* top: 50rem; */
  z-index: 1000;
  bottom: 142px;
  margin-bottom: 42.1px;
}

.top_logo_icon > a{
  margin-bottom: 25.7px;
  display: block;
}

.top_logo_icon > a:last-child{
  margin-bottom: 0;
}

.top_icon_contents {
  display: block;
  width: 2.125rem;
  height: 2.016rem;
  object-fit: contain;
  /* margin-bottom: 25.7px; */
  width: 21px;
  height: 20px;
}

/* リクルートアイコン */
/* 文字動かし */
.top_offering_icon {
  width: auto;
  bottom: 44px;
  /* height: 4.2rem; */
  position: fixed;
  left: 34px;
  font-size: 10px;
  /* margin-top: 91px; */
  display: block;
  z-index: 1000;
  text-align: center;
}

.top_offering_icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.each_text_anime span {
  opacity: 0;
  animation: text_anime_on 7s infinite;
  padding: 0 0 3px;
  font-family: var(--Ubuntu);
}



@keyframes text_anime_on {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.each_text_anime span:nth-child(1) {
  animation-delay: 0.3s;
  /* font-size: 1rem; */
}

.each_text_anime span:nth-child(2) {
  animation-delay: 0.6s;
}

.each_text_anime span:nth-child(3) {
  animation-delay: 0.9s;
}

.each_text_anime span:nth-child(4) {
  animation-delay: 1.2s;
}

.each_text_anime span:nth-child(5) {
  animation-delay: 1.5s;
}

.each_text_anime span:nth-child(6) {
  animation-delay: 1.8s;
}

.each_text_anime span:nth-child(7) {
  animation-delay: 2.1s;
}

.each_text_anime {
  color: var(--off-white);
  letter-spacing: 0.04em;
  width: auto;
  /* position: absolute; */
  /* left: -37px; */
  /* top: -19px; */
  right: 0;
  position: relative;
  /* left: 3px; */
}
/* .arch_display_none{
  opacity: 0;
} */

body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

.black_color_link{
color: var(--black);
}
@media screen and (min-width: 699.98px) {
  .hidden-sp {
    display: block;
  }
  .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 699.98px) {
  .hidden-pc {
    display: block;
  }
  .hidden-sp {
    display: none;
  }
  html {
    font-size: calc(10 / 375 * 100vw);
    /* 画面幅375pxで10px*/
  }



  .main_wrapper {
    display: block;
  }

  .fixed_area {
    position: static;
    width: 100%;
    height: auto;
    max-height: initial;
    min-height: 0;
    margin-bottom: 9.4rem;
  }

  .container{
    flex: 1;
    width: auto;
  }

  .page-numbers {
    width: 5.5rem;
    height: 5.5rem;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .header {
    /* height: 100vh; */
    width: 100%;
    /* position: relative; */
  }

  .header_buttons {
    /* position: absolute; */
    /* bottom: 0; */
    /* height: 100%; */
    display: none;
  }

  .hamburger_sp_menu {
    display: block;
  }

  .hamburger {
    right: 30px;
    /* top: 53rem; */
    bottom: 0.7rem;
    /* height: 100vh; */
    position: fixed;
  }

  .hamburger_pc_menu {
    /* display: none; */
    position: fixed;
    /* top: 77rem; */
    top: auto;
    bottom: 10px;
  }

  .header_sp_reservation {
    width: 133px;
    display: inline-block;
    height: 55px;
    text-align: center;
    /* padding-top: 2rem; */
    background-color: #656246;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-top: 18px;
    flex-shrink: 0;
  }

  .header_sp_reservation02 {
    /* text-align: center; */
    font-size: 14px;
    background-color: var(--light-gray);
    width: 100%;
    display: inline-block;
    font-weight: bold;
    height: 55px;
    padding-top: 18px;
    padding-left: 26px;
    color: var(--black);
  }

  .header_inner {
    margin-left: 3.1rem;
    margin-top: 2.9rem;
  }

  .header_fixed {
    display: none;
  }

  .icon_sns_area_nav {
    margin: auto 35.5px 87px 20px;
    position: absolute;
    bottom: 1.2px;
    left: 0;
  }

  .header_offering_icon {
    right: 16px;
    /* left: 0; */
    bottom: 75px;
  }


  .arrow-svg_ham {
    margin-left: 20px;
  }

  .arrow-svg_ham01 {
    margin-left: 24px;
  }

  .sp_menu_header {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    align-items: center;
  }

  .header_inner {
    /* width: 100%; */
    margin-left: 1.8rem;
    margin-top: 1rem;
    /* height: 100vh; */
    height: auto;
  }
  .logo_wrap svg path {
    fill: #000000 !important;
  }

  #g-nav{
    z-index: 100;
  }

  .sp_menu_header {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    align-items: center;
    z-index: 100;
  }

  .top_logo_icon{
    display: none;
  }

  .nav-list{
    margin-bottom: 47px;
  }

  .header .logo-svg{
    width: 104px;
    height: 16px;
  }

  .shop_name_logo{
    font-size: 11px;
    margin-top: 2px;
  }

  /* リクルートアイコン */
  .each_text_anime {
    width: 52px;
    /* left: 3px; */
    /* top: -2px; */
    /* bottom: 1rem; */
    font-size: 10px;
  }

  .top_offering_icon{
    display: none;
  }



}