#headerArea {
  display: none;
  height: 0;
}

.clone-header {
  top: 0;
  visibility: visible;
}

.photo-gallery {
  position: relative;
}
.photo-gallery:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.text-box__outer {
  position: fixed;
  display: inline-block;
  width: 40%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.text-box__outer.js_event-end {
  position: absolute;
  margin-top: auto !important;
}
.text-box__outer.js_event-end .text-box {
  display: none;
}
.text-box__outer.js_event-end .text-box:last-child {
  position: absolute;
  bottom: 0;
  display: block;
  height: 100vh;
}
@media only screen and (max-width: 48em) {
  .text-box__outer {
    z-index: 500;
    overflow: hidden;
    margin-top: 0 !important;
    padding-top: 60px;
    width: 100%;
    height: 195px;
    background-color: #fff;
  }
}
@media only screen and (max-width: 30em) {
  .text-box__outer {
    padding-top: 50px;
    height: 185px;
  }
}

.text-box {
  position: relative;
  padding-right: 10px;
  padding-left: 50px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 48em) {
  .text-box {
    padding: 0 2%;
  }
}

.photo-gallery__title {
  position: relative;
  height: 50%;
  font-weight: normal;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "Great Vibes";
}
.photo-gallery__title span {
  position: absolute;
  bottom: 4%;
  display: block;
  padding-top: 30px;
  width: 100%;
}
@media only screen and (max-width: 48em) {
  .photo-gallery__title {
    height: auto;
  }
  .photo-gallery__title span {
    position: relative;
    padding-top: 4%;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.photo-gallery__text {
  height: 50%;
  font-size: 18px;
  font-size: 1.8rem;
}
.photo-gallery__text span {
  display: inline-block;
  width: 80%;
  letter-spacing: 0.4rem;
  font-weight: bold;
}
.photo-gallery__text .btn {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 54em) {
  .photo-gallery__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 48em) {
  .photo-gallery__text {
    margin: auto;
    max-width: 290px;
    width: 100%;
    height: 45%;
  }
  .photo-gallery__text span {
    margin: auto;
    width: 90%;
    letter-spacing: 0.2rem;
    font-size: 10px;
    font-size: 1rem;
  }
  .photo-gallery__text .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .photo-gallery__text .btn a {
    background-color: transparent !important;
    color: #5d7e2a!important;
    line-height: 1.8 !important;
  }
  .photo-gallery__text br {
    display: none;
  }
}

.img-box__outer {
  float: right;
  margin-top: 62px;
  width: 60%;
}
@media only screen and (max-width: 48em) {
  .img-box__outer {
    margin-top: 60px;
    padding-top: 110px;
    width: 100%;
  }
}
@media only screen and (max-width: 30em) {
  .img-box__outer {
    margin-top: 50px;
  }
}

.img-box span {
  display: block;

  -webkit-perspective: 1000px;

          perspective: 1000px;
}

.img-box .btn-change {
  display: none;
}

.img-box img {
  opacity: 0;
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(0px, 5px) rotateX(-5deg);
          transform: translate(0px, 5px) rotateX(-5deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;

  -webkit-transform-style: preserve-3d;

          transform-style: preserve-3d;
}
.img-box img.js_is-active {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotateX(0deg);
          transform: translate(0, 0) rotateX(0deg);
}

.photo-gallery__last-img {
  position: relative;
}
.photo-gallery__last-img p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 48em) {
  .photo-gallery__last-img p {
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 70%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 40px;
  height: 100%;
  background-color: #ECB49E;
  transition-timing-function: ease-out;
  transition-duration: 0.15s;
  transition-property: width;
}
.sidebar.js_event-end {
  position: absolute;
  top: auto;
  bottom: 0;
  height: 100vh;
}
@media only screen and (max-width: 48em) {
  .sidebar {
    display: none;
  }
}

.sidebar__list {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar__item {
  position: relative;
  display: block;
  padding-left: 40px;
  min-width: 200px;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oranienbaum";
  line-height: 2.4;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
.sidebar__item:hover {
  opacity: 0.5;
}
.sidebar__item >a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.js__sidebar-item-index {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  text-align: center;
}

.js__sidebar-arrow {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -5px;
  width: 0;
  height: 0;
}
.js__sidebar-arrow.is-left {
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}
.js__sidebar-arrow.is-right {
  right: 0;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
}

.js_gallery-cover {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.js_gallery-cover.js_event-end {
  position: absolute;
  top: auto;
  bottom: 0;
  height: 100vh;
}


/*movie-youtube*/
.post_movie-outer {
    max-width: 1024px;
    margin: 50px auto 50px auto;
    position: relative;
    overflow: hidden;
    transition-timing-function: linear;
    transition-duration: 0.15s;
    transition-property: opacity;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
