body main #mainV {
  position: relative;
  overflow: hidden;
}
body main #mainV ul.slider {
  width: auto;
  overflow: hidden;
}
body main #mainV ul.slider li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main #mainV ul.slider li img {
  width: auto;
  max-width: none;
  align-self: center;
}
body main #mainV ul.slider li .txt {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-self: center;
  color: #fff;
  flex-direction: row-reverse;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}
body main #mainV ul.slider li .txt .wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-self: center;
}
body main #mainV ul.slider li .txt h2 {
  font-size: 3em;
  writing-mode: vertical-rl;
  opacity: 0;
  transition: 6s;
}
@media screen and (max-width: 767px) {
  body main #mainV ul.slider li .txt h2 {
    font-size: 2em;
  }
}
body main #mainV ul.slider li .txt p {
  writing-mode: vertical-rl;
  font-size: 1.4em;
  margin-right: 1em;
  opacity: 0;
  transition: 10s;
}
@media screen and (max-width: 767px) {
  body main #mainV ul.slider li .txt p {
    font-size: 1em;
  }
}
body main #mainV ul.slider li.slick-current .txt h2,
body main #mainV ul.slider li.slick-current .txt p {
  opacity: 1;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@media (min-width: 768px) {
  body main #mainV .add-animation img {
    animation: zoomUp 10s linear 0s normal both;
  }
}
body main #mainV .navi {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100vh;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  body main #mainV .navi {
    display: none;
  }
}
body main #mainV .navi ul {
  display: flex;
  writing-mode: vertical-rl;
}
body main #mainV .navi ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1.5em 0.7em;
  font-size: 1.35em;
  transition: .3s;
}
body main #mainV .navi ul li:first-of-type a {
  background-color: #600;
}
body main #mainV .navi ul li:first-of-type a:hover {
  background-color: #520000;
}
body main #mainV .navi ul li:nth-of-type(2) a {
  background-color: #204000;
}
body main #mainV .navi ul li:nth-of-type(2) a:hover {
  background-color: #1a3300;
}
body main #mainV .navi ul li:last-of-type a {
  background-color: #402000;
}
body main #mainV .navi ul li:last-of-type a:hover {
  background-color: #331a00;
}
body main #mainV .down {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 6%;
  z-index: 10;
}
body main #mainV .down a::before {
  color: #fff;
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f107";
  font-size: 3em;
}
body main #contents #name {
  margin-bottom: 100px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body main #contents #name {
    margin-bottom: 0%;
  }
}
body main #contents #name .image-container {
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body main #contents #name .image-container {
    height: auto;
    width: 100%;
    position: relative;
  }
}
body main #contents #name h3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 99vw;
  justify-content: center;
  font-size: 2.8em;
  writing-mode: vertical-rl;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  body main #contents #name h3 {
    font-size: 2em;
  }
}
body main #contents #name .wrap {
  position: absolute;
  bottom: -100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body main #contents #name .wrap {
    position: relative;
    bottom: 0;
  }
}
body main #contents #name h4 {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  body main #contents #name h4 {
    text-align: center;
    padding: 7% 0 !important;
  }
}
body main #contents #name h4 strong {
  background-color: #660000;
  font-size: 1.7em;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  font-weight: 500;
  display: inline-block;
  padding: 1.7em 2.4em;
}
@media screen and (max-width: 767px) {
  body main #contents #name h4 strong {
    padding: 1em 2em;
    font-size: 1.6em;
  }
}
