@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* =====================================================================
    top
======================================================================*/
.bg_castle {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s ease;
}
.bg_castle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/bg_castle-sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg_castle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: 1s ease;
  opacity: 0;
}
.bg_castle.blur {
  filter: blur(8px);
}
.bg_castle.blur::after {
  opacity: 0.6;
}

.header {
  background: transparent;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 150%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
}

.header_nav.active h1 {
  opacity: 1;
}
.header_nav h1 {
  opacity: 0;
}
.header_nav .btn_menu span {
  background-color: #e95a0d;
}

@media screen and (min-width: 768px) {
  .bg_castle::before {
    background-image: url(../images/top/bg_castle-pc.jpg);
  }
  .header_nav h1 {
    opacity: 1;
  }
  .header_nav h1 img {
    filter: invert(16%) sepia(98%) saturate(3672%) hue-rotate(169deg) brightness(100%) contrast(101%);
  }
  .nav_menu > li > a {
    color: #008077;
  }
}
/* =====================================================================
    leaf
======================================================================*/
.particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =====================================================================
    mv
======================================================================*/
.mv {
  position: relative;
  width: 100%;
  height: auto;
  padding: 16rem 0;
}
.mv.sp {
  padding: 8rem 0 12rem 0;
}
.mv .inner {
  width: 100%;
  max-width: 1280px;
  height: 100%;
}
.mv_logo {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.mv_logo figure {
  position: relative;
  filter: drop-shadow(0px 0px 5rem #ffffff);
}
.mv_logo figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  filter: blur(10rem);
  z-index: -1;
}
.mv_utage {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 32rem 0 0 0;
}
.mv_utage_01 {
  width: 38.2666666667%;
  margin: 0;
}
.mv_utage_01 figure {
  position: relative;
  filter: drop-shadow(0px 0px 5rem #ffffff);
}
.mv_utage_01 figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  filter: blur(10rem);
  z-index: -1;
}
.mv_utage_02 {
  width: 38.2666666667%;
  margin: 13rem 0 0 10rem;
}
.mv_utage_02 figure {
  position: relative;
  filter: drop-shadow(0px 0px 5rem #ffffff);
}
.mv_utage_02 figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
  filter: blur(10rem);
  z-index: -1;
}
.mv_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.mv_btn li {
  width: 80%;
  margin: 3.2rem 0 0 0;
}
.mv_btn li:first-child {
  margin-top: 0;
}
.mv_btn li a {
  display: block;
  width: 100%;
  filter: drop-shadow(1px 1rem 2rem rgba(0, 0, 0, 0.5));
}

@media screen and (min-width: 768px) {
  .mv {
    height: 100vh;
    padding: 0;
  }
  .mv_logo {
    position: absolute;
    right: 0;
    top: 13.0111524164vh;
    width: auto;
    margin: 0;
  }
  .mv_logo img {
    width: auto;
    height: 28.0669144981vh;
  }
  .mv_utage {
    position: absolute;
    right: 0;
    top: 48.3271375465vh;
    width: auto;
    margin: 0;
  }
  .mv_utage_01 {
    width: auto;
    margin: 0;
  }
  .mv_utage_01 img {
    width: auto;
    height: 19.3308550186vh;
  }
  .mv_utage_02 {
    width: auto;
    margin: 14.8698884758vh 0 0 0;
  }
  .mv_utage_02 img {
    width: auto;
    height: 19.3308550186vh;
  }
  .mv_btn {
    position: absolute;
    left: 0;
    bottom: 3.717472119vh;
    flex-direction: row;
  }
  .mv_btn li {
    width: 35.15625%;
    margin: 0 1.953125% !important;
  }
  .mv_btn li a:hover {
    transform: translateY(-5px);
  }
}
/* =====================================================================
    contents
======================================================================*/
.contents {
  padding: 8rem 0 12rem 0;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
}
.contents_ttl {
  width: 94.1176470588%;
  aspect-ratio: 640/191;
  margin: 0 auto 4rem auto;
}
.contents_ttl.frame01 a {
  background-image: url(../images/common/bg_frame01.png);
}
.contents_ttl.frame02 a {
  background-image: url(../images/common/bg_frame02.png);
}
.contents_ttl a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.contents_ttl a span {
  display: block;
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.2em;
}
.contents_list .slick-list {
  overflow: visible;
}
.contents_list .slick-slide {
  margin: 0 1.9rem;
}
.contents_list li {
  width: 48rem !important;
}
.contents_list li a {
  position: relative;
  display: block;
  filter: drop-shadow(1px 1rem 2rem rgba(0, 0, 0, 0.5));
}
.contents_list li a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 3em;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.contents_list li a h3 span {
  display: block;
  padding: 0.4em;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contents {
    padding: 13rem 0;
  }
  .contents + .contents {
    padding: 0 0 13rem 0;
  }
  .contents_ttl {
    width: 37.5%;
    margin: 0 auto 3rem auto;
  }
  .contents_ttl a span {
    font-size: 2.6rem;
  }
  .contents_list .slick-slide {
    margin: 0 4.5rem;
  }
  .contents_list li {
    width: 50rem !important;
  }
  .contents_list li a:hover {
    transform: translateY(-5px);
  }
  .contents_list li a h3 span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .contents_list li {
    width: 36.6rem !important;
  }
}/*# sourceMappingURL=top.css.map */