@charset "utf-8";
.p-popup {
  display: block;
  position: relative;
  opacity: 0;
  font-size: 0;
  transition: 0.3s opacity ease;
}

.p-popup_movie {
  display: block;
  bottom: 0;
  position: fixed;
  right: 0;
  left: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 130px;
  z-index: 9999
}
.p-popup_movie a {
  display: block;
}
.p-popup_movie img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-popup_movie {
    width: 240px;
  }
}

.p-popup_movie .contents a:hover {
  opacity: 1
}

.p-popup_movie .contents p {
  bottom: 18%;
  left: 0;
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #fff;
  text-align: center
}

@media screen and (min-width: 768px) {
  .p-popup_movie .contents p {
      bottom:20%;
      left: 0;
      position: absolute;
      right: 0;
      font-size: 14px
  }
}

.p-popup_movie:hover {
  opacity: .7
}

.p-popup_close {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  background-color: #4d4d4d;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  cursor: pointer
}

@media screen and (min-width: 768px) {
  .p-popup_close {
      top:-14px;
      left: -14px;
      width: 58px;
      height: 58px
  }
}

.p-popup_close:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 19px;
  width: 3px;
  height: 28px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (min-width: 768px) {
  .p-popup_close:before {
      top:8px;
      left: 28px;
      width: 3px;
      height: 40px
  }
}

.p-popup_close:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 5px;
  left: 19px;
  width: 3px;
  height: 28px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media screen and (min-width: 768px) {
  .p-popup_close:after {
      top:8px;
      left: 28px;
      width: 3px;
      height: 40px
  }
}

.p-popup.is-act {
  opacity: 1
}

.p-profile {
  border: 1px solid #000;
  margin: 50px auto 0;
  max-width: 280px;
  padding: 0 15px
}

@media screen and (min-width: 768px) {
  body.home .p-kv {
    padding: 55vh 0 0;
  }
  .l-header__sitelogo img {
    width: 126px;
    height: auto;
  }
  .l-footer__logo {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.home .p-kv__title img {
    width: 176px;
  }
  .l-header__sitelogo img {
    width: 108px;
    height: auto;
  }
  .l-footer__logo {
    margin: 60px auto 40px;
  }
}