@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: linear-gradient(to bottom, #ffeebe 20%, #fff9e4 62%, #d5a492 100%);
  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: 120%;
  background: linear-gradient(to bottom, #c67c50 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 767px) {
  .header_nav h1 {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .bg_castle::before {
    background-image: url(../images/top/bg_castle-pc.jpg);
  }
}
/* =====================================================================
    leaf
======================================================================*/
.particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =====================================================================
    mv
======================================================================*/
.mv {
  position: relative;
  width: 100%;
  padding: 16.5rem 0 11rem 0;
}
.mv.sp {
  padding: 8rem 0 10rem 0;
}
.mv .inner {
  width: 100%;
  max-width: 160rem;
}
.mv_logo {
  width: 96.1333333333%;
  margin: 0 auto;
}
.mv_lead {
  width: 58.6666666667%;
  margin: 1rem auto 0 auto;
}
.mv_utage {
  margin-top: 36rem;
}
.mv_utage_01 {
  width: 46.4%;
  margin: 0 auto 0 7.5rem;
}
.mv_utage_02 {
  width: 47.2533333333%;
  margin: -12rem 7.5rem 0 auto;
}
.mv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 2rem;
}
.mv_btn li {
  width: 79.7333333333%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .mv {
    height: 100vh;
    padding: 10vh 0 0 0;
  }
  .mv_logo {
    width: auto;
  }
  .mv_logo img {
    width: auto;
    height: 24.34vh;
    margin: 0 auto;
  }
  .mv_lead {
    width: auto;
  }
  .mv_lead img {
    width: auto;
    height: 2.69vh;
    margin: 0 auto;
  }
  .mv_utage {
    margin-top: 17vh;
  }
  .mv_utage_01 {
    width: auto;
    margin: 0 0 0 calc(50% + 25rem);
  }
  .mv_utage_01 img {
    width: auto;
    height: 22.76vh;
  }
  .mv_utage_02 {
    width: auto;
    margin: -6.97vh 0 0 calc(50% + 38rem);
  }
  .mv_utage_02 img {
    width: auto;
    height: 22.49vh;
  }
  .mv_btn {
    margin-top: -6.22vh;
  }
  .mv_btn li {
    width: auto;
    margin: 0 1rem;
  }
  .mv_btn li a:hover {
    transform: translateY(-5px);
  }
  .mv_btn li img {
    width: auto;
    height: 10.68vh;
  }
}
/* =====================================================================
    contents
======================================================================*/
.contents {
  margin-bottom: 4rem;
  padding: 8rem 0;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
}
.contents_ttl {
  width: 83.3823529412%;
  margin: 0 auto 5rem auto;
  padding: 3.2rem 0;
  text-align: center;
  letter-spacing: 0.2em;
  background-image: url(../images/common/bg_frame01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.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;
  box-shadow: 1rem 1rem 2rem 0px rgba(88, 88, 88, 0.4);
}
.contents_list li a h3 {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  min-height: 7rem;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  background-image: url(../images/common/bg_frame02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.contents_list li a h3 span {
  display: block;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .contents {
    margin-bottom: 0;
    padding: 6.5rem 0;
    background: transparent;
  }
  .contents + .contents {
    padding: 6.5rem 0 13rem 0;
  }
  .contents_ttl {
    width: 30.390625%;
    min-width: 389px;
    margin: 0 auto 3rem auto;
    padding: 2.4rem 0;
  }
  .contents_list .slick-slide {
    margin: 0 4.5rem;
  }
  .contents_list li {
    width: 50rem !important;
  }
  .contents_list li a:hover {
    box-shadow: 2rem 2rem 2rem 0px rgba(88, 88, 88, 0.4);
    transform: translateY(-5px);
  }
  .contents_list li a h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1600px) {
  .contents_list li {
    width: 36.6rem !important;
  }
}/*# sourceMappingURL=top.css.map */