@charset "UTF-8";
/* Header */
.head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.head::before {
  content: "";
  width: 100%;
  height: 55px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
}
.head.-b .head-logo > a {
  background: url(../image/common/head_logo__b.png) no-repeat 0 0;
  background-size: contain;
}
.head.-b .head-nav > ul > li > a {
  color: #333333;
}

.head.-b .head-nav > ul > li > a::after {
  background: #6ba983;
}
.head.-scroll::before {
  opacity: 0.95;
}
.head.-scroll .head-logo {
  width: 199px;
  height: 25px;
}
.head.-scroll .head-logo > a {
  background: url(../image/common/logo-s.png) no-repeat 0 0;
  background-size: contain;
}
.head.-scroll .head-main {
  padding-top: 13px;
}
.head.-scroll .head-nav > ul > li {
  margin-left: 46px;
}
.head.-scroll .head-nav > ul > li > a {
  font-size: 14px;
  color: #333333;
}

.head.-scroll .head-nav > ul > li > a::after {
  background: #6ba983;
}
.head-main {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.head-logo {
  width: 277px;
  height: 35px;
  position: relative;
  z-index: 1;
}
.head-logo > a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/common/logo.png) no-repeat 0 0;
  background-size: contain;
  opacity: 1 !important;
}

.head-navwrap {
	margin-left: 46px;
	border-left: 1px solid #cccccc;
}
.head-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head-nav > ul > li {
  margin-left: 48px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.head-nav > ul > li > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.025em;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #333333;
}
.head-nav > ul > li > a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #6ba983;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media screen and (min-width: 751px) {
  .head-nav > ul > li > a:hover {
    opacity: 1;
  }
  .head-nav > ul > li > a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .head {
    height: 60px;
  }
  .head::before {
    height: 60px;
    opacity: 0.95;
  }
  .head.-scroll .head-logo {
    width: 237px;
    height: 30px;
    left: 15px;
  }
  .head.-scroll .head-logo > a {
    background: url(../image/common/logo.png) no-repeat 0 0;
    background-size: contain;
  }
  .head.-open .head-navbtn > .line-t {
    top: 36px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .head.-open .head-navbtn > .line-c {
    opacity: 0;
  }
  .head.-open .head-navbtn > .line-b {
    top: 36px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .head-main {
    width: 100%;
    display: block;
    padding-top: 15px !important;
  }
  .head-logo {
    width: 237px;
    height: 30px;
    left: 15px;
  }
  .head-logo > a {
    background: url(../image/common/logo.png) no-repeat 0 0;
    background-size: contain;
  }
  .head-nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .head-navwrap {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
	margin-left: 0;
	border-left: none;
  }
  .head-navwrap.-open {
    height: 100vh;
  }
  .head-navwrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    opacity: 0.95;
  }
  .head-nav > ul {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .head-nav > ul > li {
    margin-bottom: 11px;
    margin-left: 0 !important;
  }
  .head-nav > ul > li > a {
    color: #000;
    font-size: 18px !important;
    letter-spacing: 0.05em !important;
  }
  .head-nav > ul > li > a.booking {
    color: #a69e62;
  }
}

.head-navbtn {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .head-navbtn {
    display: none;
  }
}

.head-navbtn > .text {
  font-size: 11px;
  padding-top: 7px;
  margin-bottom: 2px;
}

.head-navbtn > .line {
  width: 35px;
  height: 2px;
  position: absolute;
  left: 12px;
  top: 0;
  background: #000000;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.head-navbtn > .line-t {
  top: 28px;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.head-navbtn > .line-c {
  top: 36px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.head-navbtn > .line-b {
  top: 44px;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.top-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.top-box.-h {
  height: 70vh;
}
.top-main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mainimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-movie {
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 0;
  background: #000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-movie__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top-movie__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
.top-movie__cover::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../image/top/load.svg) no-repeat center center;
  background-size: 50px 50px;
}
.top-movie #player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.17);
      -ms-transform: scale(1.17);
          transform: scale(1.17);
}
.top-movie__sound {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.top-movie__soundwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.top-movie__sound > .text {
  font-size: 10px;
  letter-spacing: 0.13em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.top-movie__sound > .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 8px;
}
.top-movie__sound > .line > p {
  width: 2px;
  height: 8px;
  margin: 0 3px;
  position: relative;
}
.top-movie__sound > .line > p::before {
  content: "";
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media screen and (max-width: 750px) {
  .top-movie__sound {
    right: 15px;
    bottom: 20px;
  }
}
@media screen and (min-width: 751px) {
  .top-movie__sound:hover > .line > p.line1::before {
    -webkit-animation: sound-line1 1s linear 0s infinite;
            animation: sound-line1 1s linear 0s infinite;
  }
  .top-movie__sound:hover > .line > p.line2::before {
    -webkit-animation: sound-line2 1.2s linear 0s infinite;
            animation: sound-line2 1.2s linear 0s infinite;
  }
  .top-movie__sound:hover > .line > p.line3::before {
    -webkit-animation: sound-line3 0.8s linear 0s infinite;
            animation: sound-line3 0.8s linear 0s infinite;
  }
  .top-movie__sound:hover > .line > p.line4::before {
    -webkit-animation: sound-line4 0.9s linear 0s infinite;
            animation: sound-line4 0.9s linear 0s infinite;
  }
  .top-movie__sound:hover > .line > p.line5::before {
    -webkit-animation: sound-line5 1s linear 0s infinite;
            animation: sound-line5 1s linear 0s infinite;
  }
}
.top-movie__sound.-unmute > .text {
  opacity: 0;
}
.top-movie__sound.-unmute > .line > p.line1::before {
  -webkit-animation: sound-line1 1s linear 0s infinite;
          animation: sound-line1 1s linear 0s infinite;
}
.top-movie__sound.-unmute > .line > p.line2::before {
  -webkit-animation: sound-line2 1.2s linear 0s infinite;
          animation: sound-line2 1.2s linear 0s infinite;
}
.top-movie__sound.-unmute > .line > p.line3::before {
  -webkit-animation: sound-line3 0.8s linear 0s infinite;
          animation: sound-line3 0.8s linear 0s infinite;
}
.top-movie__sound.-unmute > .line > p.line4::before {
  -webkit-animation: sound-line4 0.9s linear 0s infinite;
          animation: sound-line4 0.9s linear 0s infinite;
}
.top-movie__sound.-unmute > .line > p.line5::before {
  -webkit-animation: sound-line5 1s linear 0s infinite;
          animation: sound-line5 1s linear 0s infinite;
}
@media screen and (min-width: 751px) {
  .top-movie__sound.-unmute:hover > .line > p::before {
    height: 2px !important;
  }
}
@media screen and (max-width: 800px) {
  .top-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .top-box {
    margin-top: 60px;
  }
  .top-box .box__centered {
    z-index: 1;
  }
  .top-movie {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    top: 50%;
    z-index: 1;
  }
  .top-movie #player {
    -webkit-transform: scale(1.22);
        -ms-transform: scale(1.22);
            transform: scale(1.22);
  }
  .top-movie__wrap {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
  .top-movie__cover {
    background: url(../image/top/main.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media screen and (min-width: 951px) {
  .cont-max950 {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .cont-min951 {
    display: none !important;
  }
}
@-webkit-keyframes sound-line1 {
  0% {
    height: 8px;
  }
  25% {
    height: 16px;
  }
  75% {
    height: 2px;
  }
  100% {
    height: 8px;
  }
}
@keyframes sound-line1 {
  0% {
    height: 8px;
  }
  25% {
    height: 16px;
  }
  75% {
    height: 2px;
  }
  100% {
    height: 8px;
  }
}
@-webkit-keyframes sound-line2 {
  0% {
    height: 4px;
  }
  25% {
    height: 2px;
  }
  75% {
    height: 22px;
  }
  100% {
    height: 4px;
  }
}
@keyframes sound-line2 {
  0% {
    height: 4px;
  }
  25% {
    height: 2px;
  }
  75% {
    height: 22px;
  }
  100% {
    height: 4px;
  }
}
@-webkit-keyframes sound-line3 {
  0% {
    height: 8px;
  }
  25% {
    height: 2px;
  }
  75% {
    height: 24px;
  }
  100% {
    height: 8px;
  }
}
@keyframes sound-line3 {
  0% {
    height: 8px;
  }
  25% {
    height: 2px;
  }
  75% {
    height: 24px;
  }
  100% {
    height: 8px;
  }
}
@-webkit-keyframes sound-line4 {
  0% {
    height: 6px;
  }
  25% {
    height: 18px;
  }
  75% {
    height: 4px;
  }
  100% {
    height: 6px;
  }
}
@keyframes sound-line4 {
  0% {
    height: 6px;
  }
  25% {
    height: 18px;
  }
  75% {
    height: 4px;
  }
  100% {
    height: 6px;
  }
}
@-webkit-keyframes sound-line5 {
  0% {
    height: 10px;
  }
  25% {
    height: 26px;
  }
  75% {
    height: 6px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sound-line5 {
  0% {
    height: 10px;
  }
  25% {
    height: 26px;
  }
  75% {
    height: 6px;
  }
  100% {
    height: 10px;
  }
}