@charset "UTF-8";
.l-mv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: linear-gradient(#000 95%, #1A1311);
  overflow: hidden;
}
.l-mv::before, .l-mv::after {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  content: "";
  color: #8a756f;
}
.l-mv::before {
  bottom: 1vh;
  width: 3.5vh;
  height: 3.5vh;
  border: solid currentColor;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg) skew(15deg, 15deg);
}
.l-mv::after {
  content: "Scroll";
  letter-spacing: 0;
}
.l-mv__logo {
  position: absolute;
}
.l-mv__inner {
  position: relative;
  width: auto;
  height: 73vh;
  aspect-ratio: 427/240;
}
.l-mv__inner.width {
  width: 100%;
  height: auto;
}
.l-mv__video {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
  z-index: 10;
}
.l-mv__video:hover {
  cursor: pointer;
}
.l-mv__volume {
  position: absolute;
}
.l-mv__volume img {
  width: auto;
  height: 100%;
}
.l-mv__volume.active {
  background: url(/img/top/ico_volume_on.png) center left/auto 100% no-repeat;
}
.l-mv__volume.active img {
  opacity: 0;
  pointer-events: none;
}
.l-mv__volume:hover {
  opacity: 0.8;
}

@media print, not all and (max-width: 768px) {
  .l-mv {
    margin-bottom: 130px;
  }
  .l-mv::after {
    bottom: 3vh;
    font-size: 1.7vh;
  }
  .l-mv__logo {
    bottom: 102%;
    left: 1%;
    font-size: 1.5vh;
  }
  .l-mv__volume {
    left: 16.5vh;
    bottom: 102.5%;
    height: 3vh;
  }
}
@media screen and (max-width: 768px) {
  .l-mv {
    padding-bottom: 5vh;
    margin-bottom: 100px;
  }
  .l-mv__inner {
    width: 100% !important;
    height: auto !important;
  }
  .l-mv__volume {
    left: 31%;
    bottom: 107%;
    height: 2.5vh;
  }
  .l-mv__logo {
    bottom: 105%;
    left: 2%;
    font-size: 3vw;
  }
  .l-mv::before {
    bottom: 10vh;
  }
  .l-mv::after {
    bottom: 12vh;
    font-size: 3.2vw;
  }
}
.p-notice {
  position: fixed;
  bottom: 0;
  left: calc(50% + 350px);
  width: 18.5em;
  height: 0;
  margin: 0 !important;
  background: rgba(26, 19, 17, 0.7);
  border-radius: 1em 1em 0 0;
  box-shadow: inset 1px 0 #979797, inset -1px 0 #979797, inset 0 1px #979797, inset 4px 0 #474747, inset -4px 0 #474747, inset 0 4px #474747, inset 5px 0 #979797, inset -5px 0 #979797, inset 0 5px #979797;
  transition: height 0.3s;
  z-index: 9999;
}
.p-notice__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.9em 0.3em 0 0.9em;
}
.p-notice__title {
  font-size: 1.1em;
  font-family: "RocknRoll One", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.5em;
}
.p-notice__list {
  margin-bottom: 0.7em;
}
.p-notice__list li + li {
  line-height: 1.3;
  margin-top: 0.3em;
}
.p-notice__open {
  position: absolute;
  bottom: calc(100% + 1em);
  right: 1em;
  width: 3.125em;
  height: 3.125em;
  padding: 0.6em;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}
.p-notice__open.close {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s;
}
.p-notice__open:hover img {
  opacity: 0.8;
}
.p-notice__close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  border-radius: 50%;
}
.p-notice__close::before, .p-notice__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 60%;
  height: 2px;
  background: #000;
  rotate: 45deg;
  border-radius: 5px;
}
.p-notice__close::after {
  rotate: -45deg;
}
.p-notice__close:hover::before, .p-notice__close:hover::after {
  opacity: 0.7;
}

@media screen and (max-width: 1660px) {
  .p-notice {
    left: auto;
    right: 220px;
  }
}
@media screen and (max-width: 1455px) {
  .p-notice {
    right: 0;
  }
}
.p-service img {
  width: auto;
  height: 100%;
}
.p-service__card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  margin-bottom: 0.5em;
}
.p-service__ico {
  height: 100%;
}
.p-service__visa {
  height: 30%;
  margin-right: 0.2em;
}
.p-service__master {
  height: 65%;
}
.p-service__jcb, .p-service__amex {
  height: 50%;
  margin-left: 0.3em;
  margin-right: 0.1em;
}
.p-service__paypay {
  display: flex;
  align-items: center;
  height: 85%;
}
.p-service__paypay::before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  margin: 0 0.3em 0 0.8em;
  background: #fff;
}
.p-service__d {
  height: 80%;
  margin-left: -0.2em;
}
.p-service__device {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-service__free {
  height: 2.5em;
}
.p-service__charge {
  height: 2em;
  margin-left: 1.5em;
}

.menu_home {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.6;
}

.l-side {
  transform: translateX(100%);
}
.l-side.active {
  transform: translateX(0);
}