@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

/*-------
  全体
--------*/
body {
  word-wrap: break-word;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #F7F7F7;
  color: #1A1A1A;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

@-webkit-keyframes shine {
  100% {
    left: 120%;
    width: 50%;
  }
}

@keyframes shine {
  100% {
    left: 120%;
    width: 50%;
  }
}

/* ふわっとロード */
.load-fade {
  display: none;
}

.fade-in {
  opacity: 0;
  transition: 4s;
}

.fade-in.animated {
  opacity: 1;
}

/* ---------- */
/* top */
/* ---------- -*/
.page-mv_outer {
  display: flex;
  width: 100%;
  height: 100%;
}

.page-mv_side{
  width: 100%;
  height: 100vh;
  background-image: url("../img/side_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-mv_side:after{

}

.page-mv_main{
  position: relative;
  width: 700px;
  height: 100vh;
  margin: auto;
  text-align: center;
  background-image: url("../img/main_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-mv_main:after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}

.page-mv_inner{
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
}

.page-mv_title {
  margin-top: 50px;
  font-size: 60px;
}

.sns_list{
  width: 250px;
  margin: 20px auto 0 auto;
}

.sns_item{
  text-align: left;
}

.sns_item + .sns_item{
  margin-top: 10px;
}

.sns_button{
  display:flex;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  justify-content: flex-start;
  align-items: center;
}

.sns_x-img{
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #000;;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.sns_x-img img{
  width: 20px;
  height: auto;
}

.sns_pixiv-img{
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

.footer_copy{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 16px;
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-mv_outer {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .page-mv_side{
    display: none;
  }

  .page-mv_main{
    width: 100%;
  }

  .page-mv_main:after{
  }

  .page-mv_inner{
  }

  .page-mv_title {
  }

  .sns_list{
  }

  .sns_item{
  }

  .sns_button{
  }

  .sns_x-img{
  }

  .sns_x-img img{
  }

  .sns_pixiv-img{
  }

  .footer_copy{
  }
}
/*# sourceMappingURL=style.css.map */
