main #container {
  padding: 2rem 5.6vw 2rem;
}

/* gallery
------------------------------------------------------*/
#gallery {
  padding: 0 3.5vw;
  display: grid;
  grid-template-columns: 48.6vw 31.1vw;
  grid-template-rows: 1fr min-content;
  grid-template-areas: "title thumbs" "photo thumbs";
  justify-content: space-between;
  margin-bottom: 11.8vw;
  position: relative;
}
#gallery .slick-track {
  display: flex;
  align-items: center;
}
#gallery hgroup {
  grid-area: title;
}
#gallery h2 {
  font-size: clamp(2rem, 3.3vw, 3.3vw);
  line-height: 1.2;
  font-family: "Century Gothic", "Futura", serif;
  width: fit-content;
  line-height: 1;
  z-index: -1;
  border-bottom: 1px solid #51443D;
}
#gallery .image {
  grid-area: photo;
  width: 48.6vw;
  position: relative;
}
#gallery .image img {
  vertical-align: top;
  margin: 0 auto;
  transition: 1s;
  opacity: 0;
  transform: translateY(10%);
}
#gallery .image .slick-current img {
  opacity: 1;
  transform: translateY(0);
}
#gallery .thumbs {
  grid-area: thumbs;
}
#gallery .thumbs .thumbs_parent {
  display: grid;
  grid-template-columns: 9.4vw 9.4vw 9.4vw;
  gap: 1.4vw 1.4vw;
}
#gallery .thumbs .thumbs_parent .slide {
  width: 9.4vw;
  height: 9.4vw;
  transition: 0.3s;
}
#gallery .thumbs .thumbs_parent .slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  cursor: pointer;
}
#gallery .thumbs .thumbs_parent .slide img:hover {
  opacity: 0.6;
}
#gallery .thumbs .thumbs_parent .slide.current {
  border: solid 3px #EB6100;
}
#gallery .thumbs .thumbs_parent .slick-current .slide {
  border: solid 3px #EB6100;
}
#gallery .arrow {
  width: 5.6vw;
  height: 5.6vw;
  padding: 1.4vw;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}
#gallery .arrow:hover {
  opacity: 0.7;
}
#gallery .arrow span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#gallery .arrow span::before, #gallery .arrow span::after {
  content: "";
  position: absolute;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#gallery .arrow span::before {
  width: 100%;
  height: 3px;
}
#gallery .arrow span::after {
  width: 3px;
  height: 100%;
  right: 0;
}
#gallery .arrow.next {
  right: 20px;
}
#gallery .arrow.next span {
  transform: rotate(45deg);
}
#gallery .arrow.prev {
  left: 20px;
}
#gallery .arrow.prev span {
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  #gallery {
    display: block;
    margin-bottom: 3rem;
  }
  #gallery hgroup {
    margin-bottom: 1rem;
  }
  #gallery hgroup h2 {
    font-size: 2.5rem;
    transform: none;
    position: static;
    text-align: center;
    line-height: 1.6;
  }
  #gallery .image {
    width: auto;
    margin-bottom: 3vw;
  }
  #gallery .image img {
    max-height: 80vw;
  }
  #gallery .thumbs {
    width: auto;
  }
  #gallery .thumbs .thumbs_parent {
    display: block;
  }
  #gallery .thumbs .thumbs_parent::after {
    display: none;
  }
  #gallery .thumbs .thumbs_parent .slide {
    width: 30vw !important;
    height: 30vw;
    margin: 0 1.5vw;
  }
  #gallery .arrow {
    width: 3rem;
    height: 3rem;
    padding: 0.8rem;
  }
  #gallery .arrow.next {
    right: 0.5rem;
  }
  #gallery .arrow.prev {
    left: 0.5rem;
  }
}

/* .featureBox
------------------------------------ */
.featureBox {
  padding: 0;
}
.featureBox .rayoutBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10rem;
}
.featureBox .rayoutBox .text {
  width: 45%;
  position: sticky;
  top: 0;
}
.featureBox .rayoutBox .text hgroup {
  margin-bottom: 3rem;
}
.featureBox .rayoutBox .text hgroup .en {
  font-family: "Century Gothic", "Futura", serif;
  font-size: clamp(2rem, 2.5vw, 2.5vw);
  width: fit-content;
  border-bottom: 1px solid #C8B5A1;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.featureBox .rayoutBox .text hgroup h3 {
  font-size: clamp(2rem, 2.5vw, 2.5vw);
  line-height: 1.2;
}
.featureBox .rayoutBox .text hgroup h3 span {
  font-size: clamp(1.8rem, 1.7vw, 1.7vw);
}
.featureBox .rayoutBox .photo {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .featureBox {
    padding: 0 3.5vw;
  }
  .featureBox .rayoutBox {
    display: block;
    margin-bottom: 5rem;
  }
  .featureBox .rayoutBox .text {
    width: 100%;
    position: relative;
    top: 0;
  }
  .featureBox .rayoutBox .text hgroup {
    margin-bottom: 3rem;
  }
  .featureBox .rayoutBox .text hgroup .en {
    font-family: "Century Gothic", "Futura", serif;
    font-size: clamp(2rem, 2.5vw, 2.5vw);
    width: fit-content;
    border-bottom: 1px solid #C8B5A1;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .featureBox .rayoutBox .text hgroup h3 {
    font-size: clamp(2rem, 2.5vw, 2.5vw);
    line-height: 1.2;
  }
  .featureBox .rayoutBox .photo {
    width: 100%;
    margin-top: 3rem;
  }
  .featureBox .rayoutBox .photo ul {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    align-items: center;
  }
  .featureBox .rayoutBox .photo ul li {
    width: 48%;
  }
}
/* .photogallery
------------------------------------ */
.photogallery {
  margin: 8rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .photogallery {
    margin: 0rem 0 5rem;
  }
}

/* #forCustomer
-----------------------------------------*/
#forCustomer dl dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#forCustomer dl dt + dd {
  margin-bottom: 3rem;
}

/*# sourceMappingURL=about.css.map */