/*
Theme Name: IK_HOME 2023
*/

/* ä½¿ç”¨ã‚«ãƒ©ãƒ¼ */
: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: #D8BD9B;
  --brown: #988775;
}

:root {
  --NotoSans: 'Noto Sans JP', sans-serif;
  /* Regular 400 Medium 500 Bold 700 Black 900 */
  --Ubuntu: 'Outfit', 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);
  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: 50px;
  padding-right: 113px;
  margin-left: 50px;
  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: 800px;
  max-height: 100vh;
  flex-shrink: 0;
  width: 580px;
  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: 700px;
}

.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: 2px;
  display: inline-block;
  /* text-align: center; */
  letter-spacing: 0.071em;
  /* text-shadow: 1px 1px 1px #ffffff24; */
}

.logo_wrap {
  color: #fff;
  /* text-align: center; */
}

.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: 1px solid #000; */
  background-color: #fff;
  /* padding-top: 62px; */
  color: var(--black);
  font-weight: bold;
  padding-left: 9px;
  /* stroke: #fff; */
  width: 140px;
  height: 25px;
  line-height: 23px;
  border-radius: 15px;
  font-size: 10px;
  display: inline-flex;
  padding-right: 9px;
  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: 16px;
  width: 120px;
}

.arrow-svg_right {
  margin-left: 15px;
}

.header_buttons {
  padding-top: 6px;
}

.hamburger_conts {
  position: relative;
  margin: 0 0 0 auto;
}

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

.hamburger_bar {
  border: 1px solid #3C3C3C;
  display: block;
  width: 100%;
  /* height: 2px; */
  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: 20px; */
  border: 1px solid #3C3C3C;
  background-color: #3C3C3C;
  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_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: 420px; */
  height: 100vh;
  max-height: 100vh;
  width: 563px;
  background-color: #fff;
  border-radius: 0 60px 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: 373.4px; */
  /* left: 201.2px; */
  /* position: absolute; */
  width: 142.66px;
  z-index: 99;
  height: 22.46px;
  opacity: 0;
}

.name_logo_mono {
  color: var(--black);
  /* top: 403px; */
  font-size: 13px;
  display: block;
  left: 209px;
  /* position: absolute; */
}

.icon_sns {
  width: 26px;
  height: auto;
  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: 21.5px;
  margin-left: 72px;
  /* margin: auto 168px 87px 72px; */
  position: fixed;
  bottom: 87px;
  left: 563px;
  opacity: 0;
}

.hamburger_contact_wrap{
  opacity: 0;
}



.hamburger_logo_wrap span{
  opacity: 0;
}

/* test */
#g-nav {
  position: fixed;
  z-index: 9999;
  transform: translateY(0);
  left: 0;
  width: 100%;
  height: 100svh;
  background: var(--light-brown);
  transition: all 0.6s;
}

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

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

.nav_ham_sub_title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 11.3px;
  color: #fff;
  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 1px #646464;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

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

.nav_accordion_menu.active{

}

.nav_contents_ham .nav-item {
  border-bottom: solid 1px #646464;
  margin-bottom: 7.8px;
  position: relative;
}

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

.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;
}

.accordion_icon i::before,
.accordion_icon i::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 18px;
	right: 25%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 50%;
	-webkit-transition: .5s;
	transition: .5s;
  background: #646464;
}

.accordion_icon i::after {
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg)
}

.accordion_icon.active i::before {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0
}

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

.nav_top_ham {
  font-size: 18px;
  font-weight: 500;
  color: #646464;
  margin-bottom: 1px;
  font-family: var(--Ubuntu);
}

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

.dli-arrow-up::before {
  content: '';
  width: 11px;
  height: 11px;
  border: 2px solid #646464;
  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: auto;
  /* padding: 0 75px; */
  margin: auto;
  height: 100%;
  /* display: flex; */
  display: grid;
  grid-template-rows: 75% 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.hamburger_contact_wrap.-block03, 
.hamburger_contact_wrap.-block04 {
  display: flex;
  align-items: flex-start;
  padding: 0 0 120px;
}

.nav_contents_inner{
  width: 225px;
  height: 100%;
  overflow-y: auto;
  padding: 120px 0;
  scrollbar-width: none;
}

.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: 0;
  color: #FCFCFA;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 17px;
  background: none;
  border: 1px solid #FCFCFA;
  position: relative;
}
.hamburger_contact_wrap .common_btn_ham {
  color: #FCFCFA !important;
  border: 1px solid #FCFCFA !important;
}
.hamburger_contact_wrap .common_btn_ham::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(../../images/arrow-menu-gray.svg) center/cover;
}
.hamburger_contact_wrap .common_btn_ham.-last {
  color: #646464 !important;
  border: 1px solid #646464 !important;
}
.hamburger_contact_wrap .common_btn_ham .arrow-svg{
  stroke: #FCFCFA !important;
}

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

.header_buttons_ham {
  display: block;
}

.arrow-svg_ham {
  margin-left: 35px;
  /* fill: var(--black); */
  stroke: var(--off-white);
  width: 8.74px;
  height: 8.74px;
}

.arrow-svg_ham01 {
  margin-left: 42px;
  fill: #fff;
  stroke: #fff;
}

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

.hamburger_contact_wrap .color_btn01 .arrow-svg{
  stroke: #646464 !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: 42px;
  bottom: 123px;
  height: 42px;
  position: absolute;
  right: 31px;
  font-size: 10px;
}

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

/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
  /* margin-bottom: 140px; */
}

.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: 13px;
  background: var(--blue);
  color: var(--off-white);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-decoration: none;
  line-height: 20px;
  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;
}

.header_offering_icon {
  width: 56px;
  bottom: 20px;
  /* height: 42px; */
  position: absolute;
  /* right: -200px; */
  font-size: 10px;
  right: 36.4px;
  display: block;
  bottom: 86.2px;
  opacity: 0;
}

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

.header_text_anime {
  color: var(--off-white);
  letter-spacing: 0.04em;
  width: 74px;
  position: absolute;
  left: -18px;
  top: -19px;
}

.header_each_text_anime {
  color: var(--off-white);
  letter-spacing: 0.04em;
  width: 64px;
  position: absolute;
  left: 3px;
  top: -20px;
}
@media screen and (max-width: 699.98px) {
  .header_each_text_anime {
    left:-.3vw;
  }
}

.header_each_text_anime span {
  opacity: 0;
  animation: text_anime_on 13s infinite;
  padding: 0 0.3px;
}

@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: 500px; */
  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: 21.25px;
  height: 20.16px;
  object-fit: contain;
  /* margin-bottom: 25.7px; */
  width: 21px;
  height: 20px;
}

.top_offering_icon {
  width: auto;
  bottom: 44px;
  /* height: 42px; */
  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: 10px; */
}

.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 (max-width: 699.98px) {
  html {
    /* font-size: calc(10 / 375 * 100vw); */
  }

  .main_wrapper {
    display: block;
  }

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

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

  .page-numbers {
    width: 55px;
    height: 55px;
  }

  .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: 530px; */
    bottom: 7px;
    /* height: 100vh; */
    position: fixed;
  }

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

  .header_sp_reservation {
    width: 133px;
    display: inline-block;
    height: 55px;
    text-align: center;
    /* padding-top: 20px; */
    background-color: var(--blue);
    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: 31px;
    margin-top: 29px;
  }

  .header_fixed {
    display: none;
  }

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

  .icon_sns_area_nav .icon_sns {
    margin-bottom: 0;
    vertical-align: top;
  }

  .icon_sns_area_nav a:first-child .icon_sns {
    margin-bottom: 18px;
  }

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

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


  .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: 25px;
    margin-top: 25px;
    /* height: 100vh; */
    height: auto;
  }

  #g-nav{
    z-index: 100;
    border-radius: 0 40px 0 0;
    width: calc( 100% - 24px );
  }

  .l-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
    transform: translateY(120%);
    transition: all 0.6s;
  }

  .l-header.is_active::after {
    transform: translateY(0);
  }

  .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: 10px; */
    font-size: 10px;
  }

  .top_offering_icon{
    display: none;
  }

  .nav_contents_ham {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    gap: 0;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .nav_contents_inner {
    overflow-y: visible;
  }

  .nav_contents_ham .nav-item {
    border-bottom: solid 1px #646464;
    margin-bottom: 7.8px;
    position: relative;
  }

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

  .nav_contents_inner.-block01 {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .nav_contents_inner.-block01 .nav-list,
  .nav_contents_inner.-block02 .nav-list {
    margin-bottom: 0;
  }

  .nav_contents_inner.-block01 .nav-item:first-child {
    border-bottom: none;
    margin-bottom: 45px;
  }

  .nav_contents_inner.-block02 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hamburger_contact_wrap.-block03 {
    padding: 40px 0 0;
  }

  .hamburger_contact_wrap.-block04 {
    padding: 20px 0 160px;
  }



}