html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

p, h1, h2, h3, h4, div, section, a, span, ul, ol, li, dl, dt, dd, form, iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

body.noscroll {
  overflow: hidden;
}

.mvtk-widgets-outer {
  text-align: center;
  padding: 15px 0 50px;
}
@media screen and (min-width: 1600px) {
  .mvtk-widgets-outer {
    padding: 30px 0 50px;
  }
}
.mvtk-widgets-outer .mvtk-banner {
  max-width: 320px;
  margin: 0 auto 20px;
}
.mvtk-widgets-outer #mvtk-widgets-container {
  margin: 0 auto;
}

.wrap {
  display: flex;
  min-height: 640px;
}
@media screen and (min-width: 1600px) {
  .wrap {
    max-width: 1600px;
    margin: 0 auto;
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  .wrap {
    height: auto;
    flex-direction: column;
  }
}

.alpha {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - 77.5vh);
  /*background: url(../images/bg_kokuban.jpg) no-repeat left top;
  background-size: cover;*/
  /*@media screen and (max-width: 1120px) {
      width: 61.9%;
  }*/
  /*.koukai-sns {
      position: relative;
      display: inline-block;
      .sns-x {
          width: 50px;
          height: 50px;
          position: absolute;
          top: 22px;
          left: calc(50% + 110px);
          a {
              transition: opacity 0.2s;
              &:hover {
                  opacity: 0.6;
              }
          }
          @media screen and (max-width: 860px) {
              position: static;
              margin: 0 auto 15px;
              width: 18%;
              height: auto;
              top: 0;
          }
      }
      @media screen and (max-width: 860px) {
          display: block;
      }
  }*/
}
@media screen and (max-width: 860px) {
  .alpha {
    width: 100%;
    height: auto;
    /*padding-top: 16vw;
    position: relative;
    background-size: 17vw calc(17vw * 65 / 100), 17vw calc(17vw * 65 / 100);*/
  }
}
.alpha .catch {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 1600px) {
  .alpha .catch {
    max-width: 680px;
  }
}
@media screen and (max-width: 860px) {
  .alpha .catch {
    width: 80%;
    margin: 10.2vw auto 30px;
  }
}
.alpha .site-title {
  width: 104%;
  max-width: 700px;
  margin: 0 auto;
  transform: translateX(-4%);
  overflow: visible;
}
@media screen and (min-width: 1600px) {
  .alpha .site-title {
    max-width: 780px;
  }
}
.alpha .bnr-tokuho {
  /*position: absolute;
  top: 5%;
  left: 5%;*/
  width: 36%;
  max-width: 440px;
  margin: 0 auto auto;
}
@media screen and (max-width: 1160px) {
  .alpha .bnr-tokuho {
    width: 70%;
    padding: 0 20px 20px;
  }
}
.alpha .bnr-tokuho span.comingsoon {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.alpha .bnr-tokuho a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.alpha .bnr-tokuho a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bnr_tokuho_hover.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  transition: all 0.2s;
}
.alpha .bnr-tokuho a:hover {
  opacity: 0.8;
}
.alpha .bnr-tokuho a:hover:after {
  transform: scale(1.1);
}
.alpha .bnr-trailer {
  width: 36%;
  max-width: 440px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 1160px) {
  .alpha .bnr-trailer {
    width: 70%;
    padding: 0 20px 20px;
  }
}
.alpha .bnr-trailer span.comingsoon {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.alpha .bnr-trailer a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.alpha .bnr-trailer a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bnr_tokuho_hover.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  transition: all 0.2s;
}
.alpha .bnr-trailer a:hover {
  opacity: 0.8;
}
.alpha .bnr-trailer a:hover:after {
  transform: scale(1.1);
}
.alpha .home-btns {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  width: 60%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 860px) {
  .alpha .home-btns {
    margin-top: 30px;
    width: 100%;
  }
}
.alpha .home-btns li:nth-child(1) {
  width: 60%;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns li:nth-child(1) {
    width: 100%;
  }
}
.alpha .home-btns li:nth-child(1) span {
  display: block;
  text-align: center;
  padding-left: 36px;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns li:nth-child(1) span {
    padding-left: 30px;
  }
}
.alpha .home-btns li:nth-child(1) span img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns li:nth-child(1) span img {
    height: 4vw;
    width: auto;
  }
}
@media screen and (max-width: 860px) {
  .alpha .home-btns li:nth-child(1) span img {
    height: 60px;
    width: auto;
  }
}
.alpha .home-btns li:nth-child(2) {
  padding-left: 20px;
  width: 40%;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns li:nth-child(2) {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.alpha .home-btns li:nth-child(2) a {
  display: block;
  text-align: center;
  padding-left: 36px;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns li:nth-child(2) a {
    padding-left: 30px;
  }
}
.alpha .home-btns li:nth-child(2) a img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns li:nth-child(2) a img {
    height: 4vw;
    width: auto;
  }
}
@media screen and (max-width: 860px) {
  .alpha .home-btns li:nth-child(2) a img {
    height: 60px;
    width: auto;
  }
}
.alpha .home-btns li:nth-child(3) {
  margin-top: 20px;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns li:nth-child(3) {
    margin-top: 15px;
  }
}
.alpha .home-btns li a,
.alpha .home-btns li span {
  display: block;
  background: #FFF;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: solid 2px #d4dbbf;
  transition: all 0.3s;
}
.alpha .home-btns li a:after,
.alpha .home-btns li span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-7px);
  width: 27px;
  height: 15px;
  background: url(../images/btn_arrow.png) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 1160px) {
  .alpha .home-btns li a:after,
.alpha .home-btns li span:after {
    width: 18px;
    height: 10px;
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 860px) {
  .alpha .home-btns li a:after,
.alpha .home-btns li span:after {
    width: 27px;
    height: 15px;
  }
}
.alpha .home-btns li a:hover,
.alpha .home-btns li span:hover {
  background: #e5ead8;
}
.alpha .site-kv {
  width: 50%;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  .alpha .site-kv {
    width: 100%;
    height: auto;
  }
}
.alpha .site-kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right top;
     object-position: right top;
}
.alpha .home-sns {
  position: relative;
  margin: 15px 0;
}
.alpha .home-sns .sns-x {
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.alpha .home-sns .sns-x a {
  transition: opacity 0.2s;
}
.alpha .home-sns .sns-x a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 860px) {
  .alpha .home-sns .sns-x {
    position: static;
    margin: 10px auto 15px;
    width: 14%;
    max-width: 80px;
    height: auto;
    top: 0;
  }
}
@media screen and (max-width: 860px) {
  .alpha .home-sns {
    display: block;
  }
}
.alpha .koukai {
  /*position: absolute;
  bottom: 0;
  right: 0;*/
  width: 280px;
  margin: auto auto 10px;
}
@media screen and (max-width: 1160px) {
  .alpha .koukai {
    width: 70%;
    max-width: 280px;
  }
}
@media screen and (max-width: 860px) {
  .alpha .koukai {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    max-width: 280px;
    transform: translateX(-50%);
  }
}
.alpha .koukai img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.alpha .trailer-area {
  margin: 30px 0;
}
.alpha .trailer-area .trailer-sp-btns {
  margin-top: 15px;
  padding: 0 15px;
}
.alpha .trailer-area .trailer-sp-btns ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.alpha .trailer-area .trailer-sp-btns ul li {
  width: 50%;
}
.alpha .trailer-area .trailer-sp-btns ul li span {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.075em;
  background: #0588ce;
  color: #FFF;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 4px;
}
.alpha .trailer-area .trailer-sp-btns ul li span.current {
  background: white;
  color: #0588ce;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  .alpha .trailer-area {
    margin: 0;
    padding: 20px;
    background: #000;
  }
  .alpha .trailer-area iframe {
    width: 100% !important;
    height: 56.25vw;
  }
}
.alpha .footer {
  width: 90%;
  max-width: 490px;
  margin: 0px auto 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .alpha .footer {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px 20px;
  }
}
.alpha .footer .btn-sns {
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .alpha .footer .btn-sns {
    width: 20%;
    max-width: 120px;
    margin: 20px auto 15px;
  }
}
.alpha .footer .btn-sns a {
  display: block;
  background: url(../images/btn_x.png) no-repeat left top;
  background-size: cover;
}
.alpha .footer .btn-sns a img {
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 860px) {
  .alpha .footer .btn-sns a:hover img {
    opacity: 1;
  }
}
.alpha .footer .mvtk-banner {
  width: 70%;
  max-width: 300px;
  margin: 0 auto 20px;
}

.beta {
  width: 77.5vh;
  height: 100vh;
}
.beta img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1120px) {
  .beta {
    width: 47%;
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  .beta {
    width: 100%;
    height: auto;
  }
  .beta img {
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}

.kv {
  position: relative;
}
.kv-catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv-catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-billing {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/kv_billing_01.png) no-repeat center bottom;
  background-size: 100% auto;
}

.pc {
  display: none;
}
@media screen and (min-width: 860px) {
  .pc {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .sp {
    display: block;
  }
}