/* HEADER
================================================== */
#header_en {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 500;
  background-color: #fff;
  border-bottom: 1px solid #B4B4B4;
}
#header_en .header-layout-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 2% 11px 3%;
  width: 100%;
  height: 54px;
}
#header_en .header-layout-main .header-logo {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header_en .header-layout-main .header-logo {
    padding: 0;
    width: 50%;
  }
}
#header_en .header-layout-main .header-logo h1 {
  display: inline-block;
  line-height: 1;
  max-width: 280px;
  margin-right: 32px;
}
@media screen and (max-width: 970px) {
  #header_en .header-layout-main .header-logo h1 {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #header_en .header-layout-main .header-logo h1 {
    width: 220px;
    margin-right: 10px;
    height: auto;
  }
}
#header_en .header-layout-main .header-logo .sub {
  display: block;
  width: 63px;
  line-height: 1;
}
#header_en .header-layout-main .header-top-navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  #header_en .header-layout-main .header-top-navi {
    width: 44%;
    gap: 3%;
  }
}
#header_en .header-layout-main .header-top-navi .youtube {
  line-height: 0;
}
#header_en .header-layout-main .header-top-navi .contact {
  display: none;
  background-color: #3C3C3C;
  border-radius: 6px;
  line-height: 1;
  color: #fff;
  padding: 7px 10px 9px;
}
@media screen and (max-width: 970px) {
  #header_en .header-layout-main .header-top-navi .contact {
    display: block;
  }
}
#header_en .header-layout-main .header-top-navi .sub {
  width: 63px;
  display: inline-block;
  line-height: 0;
}

/* FOOTER
================================================== */
#footer_en {
  background-color: #F8F8F8;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #footer_en {
    padding: 40px 0;
  }
}
#footer_en #footer-bottom {
  font-size: clamp(1rem, 0.9076923077rem + 0.1201923077vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  #footer_en #footer-bottom {
    font-size: 1.1rem;
  }
}
#footer_en #footer-bottom {
  padding: 0 5% 3vw;
}

/* MAIN
================================================== */
main {
  padding-top: 60px;
}

main .layout {
  flex-wrap: nowrap;
}

#visual {
  position: relative;
}
#visual::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: url(/assets/image/top/visual-over.png) no-repeat center bottom/100% auto;
  opacity: 0;
  animation: fadeIn 0.4s ease-out forwards;
  animation-delay: 1.4s !important;
}
#visual .layout {
  display: flex;
}
@media screen and (max-width: 767px) {
  #visual .layout {
    flex-wrap: wrap;
  }
}
#visual .layout .box {
  position: relative;
  width: 25%;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #visual .layout .box {
    width: 50%;
  }
}
#visual .layout .box:hover .image img {
  transform: scale(1.04);
}
#visual .layout .box .overlay1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: overlayOut 0.5s ease 0.75s forwards;
}
#visual .layout .box .overlay2 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #193E71;
  animation: overlayOutUp 2s ease 0.5s forwards;
}
#visual .layout .box .overlay3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  animation: overlayOut2 0.5s ease 0.75s forwards;
}
#visual .layout .box .overlay4 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #193E71;
  animation: overlayOutDown 1s ease 0.5s forwards;
}
@keyframes overlayOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes overlayOut2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes overlayOutUp {
  0% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes overlayOutDown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-200%);
  }
}
@media screen and (max-width: 767px) {
  #visual .layout .box#vis1 .image {
    background: url(/assets/image/top/visual-image01-sp.jpg) no-repeat center center/cover;
  }
  #visual .layout .box#vis2 .image {
    background: url(/assets/image/top/visual-image02-sp.jpg) no-repeat center center/cover;
  }
  #visual .layout .box#vis3 .image {
    background: url(/assets/image/top/visual-image03-sp.jpg) no-repeat center center/cover;
  }
  #visual .layout .box#vis4 .image {
    background: url(/assets/image/top/visual-image04-sp.jpg) no-repeat center center/cover;
  }
}
#visual .layout .box .image {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #visual .layout .box .image {
    height: calc(50vh - 65px);
  }
}
#visual .layout .box .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #D9E3E3;
  mix-blend-mode: multiply;
}
#visual .layout .box .image img {
  transition: 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  #visual .layout .box .image img {
    display: none;
  }
}
#visual .layout .box .vis-title {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 16px;
}
@media screen and (max-width: 767px) {
  #visual .layout .box .vis-title {
    width: 10px;
  }
}
#visual .layout .box .link {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 78px;
}
@media screen and (max-width: 767px) {
  #visual .layout .box .link {
    width: 50px;
  }
}
#visual .copy {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 5% 1.5vw;
}
#visual .copy .en {
  color: #fff;
  font-weight: 600;
  font-size: clamp(4rem, 5vw, 6rem);
  animation: fadeInup 0.4s ease-out forwards;
  animation-delay: 1.4s !important;
  line-height: 1.5;
}

#catalog {
  padding-block: 5rem 0;
  max-width: 900px;
  margin: auto;
}
#catalog h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: clamp(3rem, 4vw, 3.5rem);
  font-weight: 500;
  color: #193E71;
}
#catalog h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
#catalog dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #B4B4B4;
}
#catalog dl dt {
  width: calc(100% - 200px);
  border: 1px solid #B4B4B4;
  border-top: none;
  padding: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #catalog dl dt {
    width: calc(100% - 120px);
  }
}
#catalog dl dd {
  width: 200px;
  border: 1px solid #B4B4B4;
  border-top: none;
  border-left: none;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  #catalog dl dd {
    width: 120px;
  }
}
#catalog dl dd a {
  text-decoration: underline;
}
#catalog dl dd a span {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  padding-left: 5px;
}