@charset "UTF-8";
@import url(common.css);
.home {
  /* loading
  ---------------------------------------------------------------------------- */
  /* End loading */
  /* パララックス画像 */
  /* insta */
}
.home .loading {
  position: fixed;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
.home .loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 20%;
  min-width: 200px;
  overflow: visible;
  fill: none;
  animation: logofadein 2s ease-in-out forwards;
}
@keyframes logofadein {
  0% {
    fill: #000;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    fill: #c9a063;
    opacity: 1;
  }
}
.home .mainvisual {
  position: relative;
  padding: 100px 45px 60px 0;
}
.home .mainvisual .mv-logo {
  width: 35%;
  max-width: 535px;
  z-index: 3;
}
.home .mainvisual .mv-logo h1 {
  max-width: 260px;
  min-width: 180px;
  width: 48.6%;
  margin: 0 auto;
}
.home .mainvisual .video {
  width: 65%;
  height: calc(100vh - 160px);
  z-index: 2;
}
.home .mainvisual .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .mainvisual .bg-glitter {
  width: 890px;
  bottom: -100px;
  left: 0px;
  background-position: right;
}
.home .about {
  position: relative;
  padding-top: 150px;
}
.home .about .gridbox {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 365px;
  grid-template-rows: 1fr 56px;
  z-index: 4;
}
.home .about .textarea {
  grid-area: 1 / 2 / 2 / 3;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
.home .about .textarea h2 {
  font-size: 2.625em;
  line-height: 1.88em;
  margin: 0 0.75em;
}
.home .about .textarea p.vertical {
  font-size: 1.25em;
  line-height: 2.4em;
  color: #bdbdbd;
  margin-top: 7.5em;
}
.home .about .imagearea {
  grid-area: 1 / 1 / 3 / 2;
  margin-top: 25px;
  padding-right: 80px;
}
.home .about .imagearea p:first-child {
  width: 76.91%;
  max-width: 483px;
  min-width: 380px;
  margin: 0 0 40px auto;
}
.home .about .imagearea p:last-child {
  width: 56.53%;
  max-width: 355px;
  min-width: 300px;
  margin: 0 auto 0 0;
}
.home .about .btnarea {
  grid-area: 2 / 2 / 3 / 3;
  width: 100%;
}
.home .about .btnarea a.btn {
  margin: 0 auto;
}
.home .about .bg-glitter {
  width: 1164px;
  top: 220px;
  right: 0px;
  background-position: left;
}
.home .bg-glitter {
  position: absolute;
  background-image: url("../image/top/bg-glitter.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  opacity: 0.3;
  z-index: 1;
}
.home .price-system {
  padding: 130px 0 150px;
}
.home .price-system .flexbox {
  align-items: flex-start;
}
.home .price-system h2 {
  font-size: 3.125em;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 1.4em;
}
.home .price-system ul li {
  width: calc(33.333% - 1px);
}
.home .price-system ul li h3 {
  width: 100%;
  height: 50px;
  text-align: center;
}
.home .price-system ul li h3 img {
  height: 50px;
}
.home .price-system ul li .detail {
  margin-top: 48px;
  padding: 0 50px;
  text-align: center;
  color: #bdbdbd;
}
.home .price-system a.btn {
  margin: 80px auto 0;
}
.home .bgarea {
  position: relative;
  background-color: inherit;
  padding: 0;
}
.home .bgarea::before {
  content: "";
  display: block;
  padding-top: 37.08%;
}
.home .bgarea::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url("../image/top/top_imageborder.jpg");
  background-position: center;
  background-size: cover;
  opacity: 1;
  box-sizing: inherit;
  background-repeat: no-repeat;
}
.home .insta {
  background: #000;
  padding: 130px 0 120px;
}
.home .insta ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home .insta ul li {
  padding: 1%;
  width: 25%;
}
.home .insta ul li img {
  width: 235px;
  height: 235px;
  object-fit: cover;
}
.home .insta a.btn {
  width: 350px;
  margin: 45px auto 0;
  font-size: 1.5em;
  justify-content: center;
  color: #fff;
  padding: 25px 30px 25px;
  border-color: #fff;
}
.home .insta a.btn:hover {
  box-shadow: 0 0 40px 40px #fff inset;
  color: #130e04;
}

/*===========================================================================*/
/*	media quary:1200px	*/
/*===========================================================================*/
/*===========================================================================*/
/*	media quary:1000px	*/
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .home .about .textarea h2 {
    font-size: 2.375em;
  }
  .home .about .textarea p.vertical {
    margin-top: 6em;
  }
  .home .about .imagearea {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .home .about .imagearea p:first-child {
    width: 78%;
    min-width: 260px;
    margin: 0 0 20px auto;
  }
  .home .about .imagearea p:last-child {
    width: 55%;
    min-width: 220px;
  }
  .home .price-system h2 {
    font-size: 2.625em;
  }
  .home .price-system ul li {
    margin-top: 48px;
    padding: 0 50px;
  }
  .home .price-system ul li h3 {
    height: 36px;
  }
  .home .price-system ul li h3 img {
    height: 36px;
  }
  .home .price-system ul li .detail {
    margin-top: 30px;
    padding: 0 15px;
  }
}
/*===========================================================================*/
/*	media quary:768px	*/
/*===========================================================================*/
@media screen and (max-width: 768px) {
  .home .mainvisual {
    position: relative;
    padding: 70px 16px 0 16px;
  }
  .home .mainvisual.flexbox {
    flex-wrap: wrap;
  }
  .home .mainvisual .mv-logo {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: inherit;
  }
  .home .mainvisual .mv-logo h1 {
    max-width: 220px;
  }
  .home .mainvisual .video {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .home .mainvisual .video::before {
    content: "";
    display: block;
    padding-top: 61.8%;
  }
  .home .mainvisual .video video {
    position: absolute;
    top: 0;
    left: 0;
  }
  .home .mainvisual .bg-glitter {
    width: 100%;
    bottom: initial;
    top: 100px;
    left: 0px;
  }
  .home .about {
    padding-top: 100px;
  }
  .home .about .gridbox {
    display: block;
  }
  .home .about .textarea {
    margin-bottom: 40px;
    flex-direction: row;
  }
  .home .about .textarea .vertical {
    writing-mode: horizontal-tb;
  }
  .home .about .textarea h2 {
    margin: 0;
    font-size: 2.125em;
  }
  .home .about .textarea p.vertical {
    margin-top: 2em;
    margin-left: auto;
  }
  .home .about .imagearea {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0;
  }
  .home .about .imagearea p:first-child {
    width: 78%;
    min-width: 260px;
    margin: 0 0 20px auto;
  }
  .home .about .imagearea p:last-child {
    width: 55%;
    min-width: 220px;
  }
  .home .about .bg-glitter {
    width: 100%;
    top: 0;
  }
  .home .bg-glitter {
    height: 500px;
  }
  .home .price-system {
    padding: 100px 0 80px;
  }
  .home .price-system h2 {
    font-size: 2em;
  }
  .home .price-system .flexbox {
    flex-wrap: wrap;
    max-width: 480px;
    margin: 0 auto;
  }
  .home .price-system ul li {
    width: 100%;
  }
  .home .price-system ul li h3 {
    height: 40px;
  }
  .home .price-system ul li h3 img {
    height: 40px;
  }
  .home .price-system ul li .detail {
    margin-top: 20px;
    padding: 0 16px;
    text-align: left;
  }
  .home .price-system ul li + li {
    margin-top: 40px;
  }
  .home .price-system a.btn {
    margin: 40px auto 0;
  }
  .home .bgarea::before {
    padding-top: 50%;
  }
  .home .insta {
    padding: 80px 0;
  }
  .home .insta ul {
    max-width: 600px;
    margin: 0 auto;
  }
  .home .insta ul li {
    width: 50%;
  }
}
/*===========================================================================*/
/*	media quary:479px	*/
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .home .mainvisual .video::before {
    padding-top: 100%;
  }
  .home .mainvisual .mv-logo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .home .about .textarea {
    flex-direction: row;
  }
  .home .about .textarea h2 {
    font-size: 1.625em;
  }
  .home .about .textarea p.vertical {
    font-size: 1em;
  }
}

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