#new-mainvisual {
  background: none !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}
#new-mainvisual * {
  box-sizing: border-box;
}
#new-mainvisual a {
  transition: all 0.3s;
}
#new-mainvisual > div {
  position: relative;
}
#new-mainvisual .mv-wrap {
  width: 100%;
  height: calc(100vh - 100px);
}
#new-mainvisual .mv-wrap a {
  height: 140px;
  width: 480px;
  margin: auto;
  border-radius: 0px 16px 0px 0px;
  display: flex;
  align-items: center;
}
#new-mainvisual .mv-wrap a:hover {
  opacity: 1;
}
#new-mainvisual .mv-wrap a::before {
  content: "";
  width: 80px;
  height: 80px;
  margin: auto;
  background: url(../images/icon_night.svg) no-repeat center;
  background-size: cover;
}
#new-mainvisual .mv-wrap a::after {
  content: "";
  width: 30px;
  height: 35px;
  margin: auto;
  background: url(../images/icon_arrow_w.svg) no-repeat center;
  background-size: cover;
}
#new-mainvisual .mv-wrap a.hiru-tub::before {
  background-image: url(../images/icon_day.svg);
}
#new-mainvisual .mv-wrap a.hiru-tub::after {
  background-image: url(../images/icon_arrow_b.svg);
}
#new-mainvisual .mv-wrap a p {
  font-size: 24px;
  letter-spacing: 2px;
  width: 264px;
  line-height: 32px;
}
#new-mainvisual .mv-wrap .yoru-tub {
  background: rgb(29, 28, 64);
  margin-right: 8px;
  color: #fff;
  opacity: 0.9;
  opacity: 0.8;
}
#new-mainvisual .mv-wrap .yoru-tub.open {
  background: rgba(29, 28, 64, 0.96);
  opacity: 1;
}
#new-mainvisual .mv-wrap .yoru-tub:hover {
  background: rgba(29, 28, 64, 0.96);
  opacity: 1;
}
#new-mainvisual .mv-wrap .hiru-tub {
  background: rgb(255, 255, 255);
  margin-left: 8px;
  color: #333333;
  opacity: 0.8;
}
#new-mainvisual .mv-wrap .hiru-tub:hover {
  background: rgba(255, 255, 255, 0.96);
  opacity: 1;
}
#new-mainvisual .mv-wrap .hiru-tub.open {
  background: rgba(255, 255, 255, 0.96);
  opacity: 1;
}
#new-mainvisual .mv-wrap .logo-wrap {
  width: 240px;
  margin: auto;
}
#new-mainvisual .mv-wrap .logo-wrap img {
  width: 100%;
}
#new-mainvisual .mv-wrap .tab-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
#new-mainvisual .mv-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: #15100a;
}
#new-mainvisual .mv-img > figure {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../images/mv_hidesoba01.jpg) no-repeat center;
  background-size: cover;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
#new-mainvisual .mv-img > figure.bg01 {
  animation-name: bg01;
  opacity: 1;
}
#new-mainvisual .mv-img > figure.bg02 {
  background-image: url(../images/mv_hidesoba02.jpg);
  animation-name: bg02;
  opacity: 1;
}
#new-mainvisual .mv-img > figure.bg03 {
  background-image: url(../images/mv_hidesoba03.jpg);
}
#new-mainvisual .mv-menu-wrap > div {
  width: 100%;
}
#new-mainvisual .mv-menu-wrap #yoru-menu-wrap {
  background: rgba(29, 28, 64, 0.96);
}
#new-mainvisual .mv-menu-wrap #hiru-menu-wrap {
  background: rgba(255, 255, 255, 0.96);
}
#new-mainvisual .mv-menu-wrap .hiru-menu {
  display: none;
  padding: 100px 0;
}
#new-mainvisual .mv-menu-wrap .hiru-menu.open {
  display: flex;
}
#new-mainvisual .mv-menu-wrap .yoru-menu {
  display: none;
  padding: 100px 0;
}
#new-mainvisual .mv-menu-wrap .yoru-menu.open {
  display: flex;
}
#new-mainvisual .mv-menu-wrap .img {
  padding-top: 25.962%;
  background: url(../images/img_yty_n01.jpg) no-repeat center;
  background-size: contain;
}
#new-mainvisual .mv-menu-wrap .img2 {
  background-image: url(../images/img_yty_n02.jpg);
}
#new-mainvisual .mv-menu-wrap .img3 {
  background-image: url(../images/img_yty_d01.jpg);
}
#new-mainvisual .mv-menu-wrap .title {
  padding-top: 25.962%;
  position: relative;
}
#new-mainvisual .mv-menu-wrap .title::before {
  content: "";
  width: 100%;
  height: 305px;
  bottom: 10px;
  left: 0;
  position: absolute;
  background: url(../images/ttl_night.svg) no-repeat center bottom;
}
#new-mainvisual .mv-menu-wrap .hiru-menu .title::before {
  background-image: url(../images/ttl_day.svg);
}
#new-mainvisual .mv-menu-wrap .text {
  color: #fff;
  letter-spacing: 0.9px;
  line-height: 45px;
  padding-right: 50px;
  font-size: 18px;
}
#new-mainvisual .mv-menu-wrap .text.hiru {
  width: 100%;
  color: #15100a;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #new-mainvisual .mv-menu-wrap .text.hiru {
    width: 90vw;
  }
}
#new-mainvisual .mv-menu-wrap ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
#new-mainvisual .mv-menu-wrap ul li {
  width: 153px;
  margin: 0 auto;
}
#new-mainvisual .mv-menu-wrap ul li img {
  width: 100%;
}
#new-mainvisual .mv-menu-wrap ul li p {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 21px;
  text-align: center;
  margin-top: 8px;
  color: #fff;
}
#new-mainvisual .mv-menu-wrap a {
  width: 420px;
  margin: 80px auto 0;
  background: rgba(29, 28, 64, 0.8);
  border: 1px solid rgb(247, 247, 247);
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 90px;
}
#new-mainvisual .mv-menu-wrap > div > div {
  display: flex;
  margin: auto;
  max-width: 1040px;
  flex-wrap: wrap;
  align-items: center;
}
#new-mainvisual .mv-menu-wrap > div > div > div {
  width: 50%;
  margin: auto;
}
#new-mainvisual .navi-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
#new-mainvisual .navi-wrap.fix {
  position: fixed;
  top: 40px;
}
#new-mainvisual .navi-wrap > div {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
}
#new-mainvisual .navi-btm {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  background: #1d1c40;
}
#new-mainvisual .navi-btm p {
  position: relative;
  margin: auto;
  width: 32px;
  height: 32px;
}
#new-mainvisual .navi-btm p span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: transform 0.3s;
}
#new-mainvisual .navi-btm p span:nth-of-type(1) {
  top: 0;
}
#new-mainvisual .navi-btm p span:nth-of-type(2) {
  top: 15px;
}
#new-mainvisual .navi-btm p span:nth-of-type(3) {
  bottom: 0;
}
#new-mainvisual .navi-btm.active p span:nth-of-type(1) {
  transform: translateY(16px) rotate(-45deg);
}
#new-mainvisual .navi-btm.active p span:nth-of-type(2) {
  display: none;
}
#new-mainvisual .navi-btm.active p span:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

@keyframes bg01 {
  0% {
    opacity: 1;
  }
  28.333% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg02 {
  0% {
    opacity: 1;
  }
  61.666% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.regular-menu {
  display: none;
}
.regular-menu.open {
  display: block;
}

.jalittle-menu {
  display: none;
  padding: 0 0 100px;
}
.jalittle-menu.open {
  display: block;
}