@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
#eyecatch {
  height: 100vh;
}
#eyecatch .right img.logo {
  width: 100%;
}
#eyecatch .right img.logo {
  width: 100%;
}
#eyecatch .right img.hasami {
  width: 20%;
}

#eyecatch .right {
  /*background: #172a3d;*/
  background: #c7cdd1;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  line-height: 70px;
}
#eyecatch .slick-list {
  object-fit: cover;
  height: 100vh;
  padding-top: 70px;
}
#eyecatch .slick-slide img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

#news {
  margin: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

#concept p,
#menu p {
  line-height: 2;
}

#menu {
  position: relative;
  background-image: url(/assets/images/blank/menu-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 100%;
  /*padding: 5%;*/
}
#menu .border {
  border: solid white 1px !important;
}
#menu .border:hover {
  background: rgb(255 255 255 / 24%);
  color: white;
}
#menu .shop-img {
  position: relative;
  z-index: 20;
}
#menu .shop-detail {
  position: relative;
  top: -45px;
}
#menu img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.image_link {
  display: block;
  position: relative;
  text-decoration: none;
}
.image_link img {
  width: 100%;
  display: block;
  /*filter: saturate(0%);
  transition:0.3s;*/
}
/*.image_link:hover {
  opacity: 1;
}
.image_link:hover img {
  filter: saturate(100%);
  opacity: 1;
}
.image_link:before {
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  opacity:0;
  transition:0.3s;
}
.image_link:after {
  white-space: pre;
  display:block;
  color:#fff;
  line-height:1.8;
  text-align:center;
  position:absolute;
  top:45%;
  left:0;
  right: 0;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.2em;
}
.image_link:hover:before{
  opacity:0.5;
}
.image_link:hover:after{
  opacity:1;
  margin-top:-0.5em;
}*/

#staff .staff:after {
  content: attr(data-position) "\A"attr(data-name);
  white-space: pre;
  text-shadow: #000 1px 0px 0px, #000 -1px 0px 0px, #000 0px -1px 0px, #000 -1px 0px 0px, #000 1px 1px 0px, #000 -1px 1px 0px, #000 1px -1px 0px, #000 -1px -1px 0px, #666 -2px 0 2px, #666 0 2px 2px;
}

#blog img {
  object-fit: cover;
  width: 100%;
}
#blog .text {
  width: 80%;
  bottom: -10%;
  right: 0;
}
#blog .more-line {
  bottom: 7%;
  right: 0%;
}
#blog a:hover {
  /*filter: saturate(100%);*/
  opacity: 1;
}
#blog .image_link img {
  height: 200px;
}

@keyframes blockSlideRight {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes imgFadeInLeft {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wrap {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.wrap_animated::after {
  animation: blockSlideRight 2s ease both;
  position: absolute;
  background: #33506e;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img {
  opacity: 0;
}
.img_animated {
  animation: imgFadeInLeft 2s ease both;
}

.effect01 {
  /* 2列目 */
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}
.effect02 {
  /* 3列目 */
  animation-delay: 1.5s;
  transition-delay: 1.5s;
}

#sky-instagram,
#skyfield-instagram {
  display: none;
}

@media (min-width: 576px) and (max-width: 768px) {
  #shop .text {
    height: 8rem;
  }
  #menu .menu-img {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #eyecatch .slick-list {
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  #shop .text {
    height: 7rem;
  }
  .bg-angle {
    background-size: contain;
  }
  #eyecatch .slick-list {
    height: auto;
  }
}
@media screen and (min-width: 770px) and (max-width: 820px) {
  #menu .menu-img {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #eyecatch .slick-list {
    height: auto;
  }
}

@media screen and (min-width: 821px) {
  #eyecatch {
    height: auto;
  }
  #eyecatch .slick-slide img {
    height: 70vh;
  }
  #eyecatch .right {
    top: 25%;
    right: -40%;
    background: none;
  }

  #menu .menu-img {
    position: absolute;
    right: 1%;
    top: 0%;
    height: 105%;
    margin: auto;
    max-width: 50%;
    width: 100%;
  }
  #menu img {
    height: 105%;
  }
  #news {
    bottom: -18%;
  }

  /*#news {
    bottom: -20%;
  }*/
  #blog .image_link img {
    height: 250px;
  }

  .image_link {
    display: block;
    position: relative;
    text-decoration: none;
  }
  .image_link img {
    width: 100%;
    display: block;
    /*filter: saturate(0%);*/
    transition: 0.3s;
  }
  .image_link:hover {
    opacity: 1;
  }
  .image_link:hover img {
    filter: saturate(100%);
    opacity: 1;
  }
  .image_link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
  }
  .image_link:after {
    white-space: pre;
    display: block;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
    transition: 0.3s;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .image_link:hover:before {
    opacity: 0.5;
  }
  .image_link:hover:after {
    opacity: 1;
    margin-top: -0.5em;
  }
  .slick-dots {
    bottom: 50px !important;
    width: 30%;
  }
  .slick-dots li {
    margin: 0 4px;
    width: 50px;
    height: 5px;
  }
  .slick-dots li button:before {
    content: "";
    width: 50px;
    height: 5px;
    background: #e0e0e0;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    background: #4a453e;
  }
  #eyecatch .slick-list {
    padding-top: 0;
  }
}
