@charset "utf-8";
/* CSS Document */

body{
  font-family: YakuHanMP, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.5;/*android用*/
  -webkit-text-size-adjust: 100%;
  color: #393327;
  background: linear-gradient(#fefffc 0%, #fefbed 100%);
}
body.open{
  height: 100%;
  overflow: hidden;
}
a{
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.iki_wrap{
  width: 1272px;
  margin: auto;
  padding: 0 16px;
}
input{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  border-radius: 0;
}
select{appearance: none;}
select::-ms-expand{display: none;}
input[type="number"] {-moz-appearance:textfield;}
input,
button,
select,
textarea{
  font-family: YakuHanMP, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1rem;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline: 0;
}



/*backbround-illust*/
.iki_bgil{
  position: absolute;
  filter: blur(24px);
  border-radius: 100%;
  z-index: 0;
  transition: opacity 0.5s linear;
  opacity: 0;
  transform: translateY(20px);
  animation: circlemove 5s ease-in-out infinite;
}
.iki_bgil.active{opacity: 1;}
@keyframes circlemove{
  0%{transform: translateY(20px);}
  50%{transform: translateY(-20px);}
  100%{transform: translateY(20px);}
}
.iki_bgco01{background-color: rgba(221, 184, 128, 0.6);}
.iki_bgco02{background-color: rgba(255, 213, 213, 0.6);}
.iki_bgco03{background-color: rgba(195, 195, 217, 0.6);}
.iki_bgco04{background-color: rgba(181, 201, 201, 0.6);}

.iki_size01{
  width: 170px;
  height: 170px;
}
.iki_size02{
  width: 240px;
  height: 240px;
}
.iki_size03{
  width: 134px;
  height: 134px;
}
.iki_size04{
  width: 320px;
  height: 320px;
}

.iki_delay01{animation-delay: 0.5s;}
.iki_delay02{animation-delay: 1s;}
.iki_delay03{animation-delay: 1.5s;}
.iki_delay04{animation-delay: 2s;}

.iki_circlewarp{position: relative;}
.iki_circlewarp>div{
  position: relative;
  z-index: 1;
}





header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
header .iki_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.iki_logo a{
  display: flex;
  align-items: center;
}
.iki_logo a img{width: 237px;}
.iki_logo a p:nth-of-type(2){
  margin-left: 24px;
  font-weight: 600;
  font-size: 0.875rem;
  color: #393327;
}
.iki_gnav{
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.iki_gnav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iki_gnav ul:first-of-type{margin-right: 24px;}
.iki_gnav ul:first-of-type li:nth-of-type(2){margin-left: 23px;}
.iki_gnav ul:first-of-type li:nth-of-type(3){margin-left: 25px;}
.iki_gnav ul:first-of-type li:nth-of-type(4){margin-left: 16px;}
.iki_gnav ul:first-of-type li:nth-of-type(5){margin-left: 20px;}
.iki_gnav ul li a{
  position: relative;
  display: block;
  padding: 5px 0;
  color: #212121;
}
.iki_gnav ul:first-of-type li a{width: 88px;}
.iki_gnav ul:first-of-type li a p{
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.iki_gnav ul:first-of-type li a::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  color: #393327;
  background-color: #393327;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.iki_gnav ul li a span{
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  white-space: nowrap;
  transition: all .5s;
}
.iki_gnav ul li a span:first-of-type{
  font-weight: 600;
  transform: translate(-50%, 0);
}
.iki_gnav ul li a span:last-of-type{
  font-weight: 600;
  font-size: 0.875rem;
  opacity:0;
  transform: translate(-50% ,100%);
}

.iki_gnav ul:last-of-type li a{
  display: block;
  padding: 10px;
}


.iki_spnavbtn{
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 20px;
  z-index: 6000
}
.iki_spnavbtn span{
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  left: 5px;
  background-color: #707070;
  transition: all linear 0.2s;
}
.iki_spnavbtn span:nth-of-type(1){top: 11px;}
.iki_spnavbtn span:nth-of-type(2){top: 20px;}
.iki_spnavbtn span:nth-of-type(3){top: 29px;}
.iki_spnavbtn.active span:nth-of-type(1){
  top: 20px;
  transform: rotate(-210deg);
}
.iki_spnavbtn.active span:nth-of-type(2){opacity: 0;}
.iki_spnavbtn.active span:nth-of-type(3){
  top: 20px;
  transform: rotate(210deg);
}
.iki_spnav{
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 120px 40px 40px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
/* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
/* (plus shape's fill blended on top as a separate layer with 50% opacity) */
  transition: all 0.2s linear;
}
.iki_spnav.active{
  z-index: 5000;
  opacity: 1;
  visibility: visible;
}
.iki_spnav ul{margin-bottom: 32px;}
.iki_spnav ul li{
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear;
}
.iki_spnav ul li:nth-of-type(2){transition-delay: 0.1s;}
.iki_spnav ul li:nth-of-type(3){transition-delay: 0.2s;}
.iki_spnav ul li:nth-of-type(4){transition-delay: 0.3s;}
.iki_spnav ul li:nth-of-type(5){transition-delay: 0.4s;}
.iki_spnav ul li:nth-of-type(6){transition-delay: 0.5s;}
.iki_spnav.active ul li{
  transform: translateY(0);
  opacity: 1;
}
.iki_spnav ul li a{
  display: block;
  padding: 10px 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #212121;
}
.iki_spnav p{
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.2s linear 0.6s;
}
.iki_spnav.active p{
  transform: translateY(0);
  opacity: 1;
}
.iki_spnav p a{
  display: block;
  width: 178px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
  font-size: 0.875rem;
  color: #393327;
  border-radius: 2px;
  border: 1px solid #A1A1A1;
}

.iki_spnav ul:last-of-type{display: flex;}
.iki_spnav ul:last-of-type li{transform: none;}
.iki_spnav ul:last-of-type li:nth-of-type(1),
.iki_spnav ul:last-of-type li:nth-of-type(2){transition-delay: 0.7s;}
.iki_spnav ul:last-of-type li:nth-last-of-type(n+2){margin-right: 18px;}





article{margin-top: 90px;}
.iki_pagettl h1{
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  font-size: 3rem;
  font-weight: 600;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s linear;
}
.iki_pagettl p{
  width: 0;
  border-top: 1px solid #393327;
  transition: all 0.2s linear;
}
.iki_pagettl.active h1{
  transform: translateY(0);
  opacity: 1;
}
.iki_pagettl.active p{width: 56px;}



.iki_ttl h2{
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  font-size: 3rem;
  font-weight: 600;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s linear;
}
.iki_ttl p{
  width: 0;
  border-top: 1px solid #393327;
  transition: all 0.2s linear;
}
.iki_ttl.active h2{
  transform: translateY(0);
  opacity: 1;
}
.iki_ttl.active p{width: 56px;}



.iki_ani_lowtoup_foo{
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s linear;
}
.iki_ani_lowtoup_foo.active{
  transform: translateY(0);
  opacity: 1;
}
.iki_ani_foo{
  opacity: 0;
  transition: all 0.2s linear;
}
.iki_ani_foo.active{opacity: 1;}




.iki_pan{
  position: relative;
  min-width: 1272px;
  background-color: #FFFFFF;
  z-index: 10;
}
.iki_pan .iki_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105px;
}
.iki_logopan{
  display: flex;
  align-items: center;
}
.iki_logopan img{width: 272px;}
.iki_logopan ol{
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.iki_logopan ol li,
.iki_logopan ol li a{
  font-size: 0.875rem;
  color: #393327;
}
.iki_hyphen{
  width: 12px;
  margin: 0 18px;
  border-top: 1px solid #393327;
}
.iki_bottomsns{
  display: flex;
  align-items: center;
  padding-right: 36px;
}
.iki_bottomsns p{
  margin-right: 12px;
  font-size: 0.875rem;
}
.iki_bottomsns ul{
  display: flex;
  align-items: center;
}
.iki_bottomsns ul li a{
  display: block;
  padding: 10px;
}




.iki_rsv{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  right: 64px;
  bottom: 80px;
  width: 148px;
  height: 148px;
  padding-bottom: 16px;
  border-radius: 100%;
  background-color: #9B8C6C;
  filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.3));
  z-index: 10;
}
.iki_rsv p{
  width: 100%;
  text-align: center;
}
.iki_rsv p:first-of-type{margin-bottom: 8px;}
.iki_rsv p:nth-of-type(2){
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-weight: 600;
  color: #FFFFFF;
}
.iki_rsv p:last-of-type{
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
}



footer{padding: 60px 0 40px;}
footer .iki_wrap:nth-of-type(1){
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.iki_comprof p{
  margin-bottom: 32px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 600;
}
.iki_comprof p a{color: #393327;}/*smartphone*/
.iki_comprof dl{
  display: flex;
  flex-wrap: wrap;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 600;
}
.iki_comprof dl dt{width: 72px;}
.iki_comprof dl dd{width: calc(100% - 72px);}

.iki_ftnav{width: 184px;}
.iki_ftnav ul li:nth-last-of-type(n+2){margin-bottom: 24px;}
.iki_ftnav ul li.iki_sp{
  display: none;
  margin-bottom: 60px;
}
.iki_ftnav ul li.iki_sp img{width: 246px;}
.iki_ftnav ul li a{
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #393327;
}
.iki_cprt{
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  font-weight: 600;
}


/*----------404----------*/
.iki_404body{padding: 120px 16px;}
.iki_404body h1{
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: bold;
}
.iki_404body p{margin-bottom: 16px;}
.iki_404body a{
  color: #212121;
  text-decoration: underline;
}





@media screen and (min-width:821px){
  .iki_logo a:hover{opacity: 0.7;}
  .iki_404body a:hover{text-decoration: none;}


  header ul:first-of-type li a:hover::after{transform: scale(1, 1);}
  header ul:first-of-type li a:hover span:first-of-type{
    opacity:0;
    transform: translate(-50%, -100%);
  }
  header ul:first-of-type li a:hover span:last-of-type{
    opacity:1;
    transform: translate(-50%, 0);
  }
  header ul:first-of-type li:nth-of-type(6) a:hover{
    color: #2299E1;
    border-color: #2299E1;
  }
  header ul:last-of-type li a:hover{opacity: 0.5;}



  .iki_gotop a:hover{
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.5);
    transform: scale(1.05);
  }

  .iki_logopan p a:hover{opacity: 0.7;}
  .iki_logopan ol li a:hover{text-decoration: underline;}
  .iki_bottomsns ul li a:hover{opacity: 0.7;}
  .iki_ftnav ul li a:hover{border-bottom: 1px solid #393327;}
}







/*-----------------------------------------*/
/*--------------レスポンシブ-------------*/
/*-----------------------------------------*/
@media screen and (max-width:820px){
  .iki_size02{
    width: 90px;
    height: 90px;
  }
  .iki_size03{
    width: 160px;
    height: 160px;
  }
  .iki_size04{
    width: 120px;
    height: 120px;
  }


  header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .iki_wrap{width: 100%;}

  .iki_logo{
    position: relative;
    z-index: 5500;
  }
  .iki_logo a p:nth-of-type(2){display: none;}
  .iki_gnav{display: none;}
  .iki_spnavbtn{display: block;}


  .iki_pan{min-width: 0;}
}
@media screen and (max-width:428px){
  header .iki_wrap{height: 70px;}
  .iki_logo a img{width: 154px;}



  article{
    margin-top: 70px;
    overflow: hidden;
  }
  .iki_pagettl h1{font-size: 2rem;}
  .iki_pagettl p{width: 24px;}



  .iki_logopan p{display: none;}
  .iki_logopan ol{margin-left: 0;}
  .iki_bottomsns{
    display: block;
    padding-right: 0;
  }
  .iki_bottomsns p{
    line-height: 1;
    text-align: center;
  }
  .iki_bottomsns ul li a{padding: 6px;}


  footer .iki_wrap:nth-of-type(1){flex-wrap: wrap;}
  .iki_comprof{order: 2;}
  .iki_comprof p{font-size: 0.75rem;}
  .iki_comprof dl{font-size: 0.75rem;}

  .iki_ftnav{
    width: 100%;
    order: 1;
  }
  .iki_ftnav ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .iki_ftnav ul li{margin-right: 32px;}
  .iki_ftnav ul li.iki_sp{
    width: 100%;
    display: block;
  }


  .iki_rsv{
    width: 100px;
    height: 100px;
    right: 20px;
    bottom: 40px;
  }
  .iki_rsv p:nth-of-type(2){font-size: 0.75rem;}
  .iki_rsv p:last-of-type{font-size: 0.625rem;}
}
@media screen and (max-width:375px){}
@media screen and (max-width:360px){}
@media screen and (max-width:320px){}


