/* CSS Document */
body {
  background :#ffffff;
  margin:0;
  padding:0;
  height: 100vh;
  position: relative;
  min-height: 600px;
}
@keyframes flash {
  0%,100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}
@media all and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
.container *  {
  box-sizing: border-box;
}
.container ul li, dl dd, dl dt, ol li  {
  list-style: none;
}
.container img  {
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 480px) and (min-width: 768px) {
  .u-hide-tab-pc {
    display: none!important;
  }
}
@media all and (min-width: 768px) {
  .u-hide-pc {
    display: none!important;
  }
}
@media all and (max-width: 767px) {
  .u-hide-sp {
    display: none!important;
  }
}


/*
======================================================================
Top
====================================================================== */
@media all and (min-width: 768px) {
  .container {
    height: calc(100vh - 33px);
    overflow: hidden;
    position: relative;
  }
  .container-inner {
    width: calc(100% - 250px);
    margin: 0 auto;
    z-index: 3;
    position: absolute;
    top: 135px;
    left: 250px;
  }
  .container-body {
    width: 100%;
    min-width: 849px;
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
    box-sizing: content-box;
    position: relative;
  }
  .container-body__heaeder {
    opacity: 0;
    transition: opacity 1000ms ease-out;
  }
  .is-show .container-body__heaeder {
    opacity: 1;
  }
  .container-body__heaeder p {
    font-size: 12px;
    color: #265d85;
  }
  .container-body__heaeder {
    padding-left: 115px;
  }
  .container-body__heaeder h2 {
    width: 240px;
  }
  .container-body__heaeder p {
    width: 330px;
    margin-top: 15px;
  }
}

@media all and (max-width: 1114px) {
  .container-body {
    width: 849px;
    margin: 0;
    max-width: inherit;
  }
  .container-body::before,
  .container-body::after {
    display: none;
  }
}

@media all and (min-width: 768px) and (max-width: 1114px) {
  .container-body__heaeder {
    padding-left: 30px;
  }
}

@media all and (max-width: 767px) {
  .container {
    width: 100%;
  }
  .container-inner {
    width: 100%;
    padding-top: 55px;
  }
  .container-body {
    background-image: url(/images/top/sp-top_02.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 calc(24/750*100%);
    width: 100%;
  }
  .container-body__heaeder {
    padding: calc(120/750*100%) calc(60/750*100%) 0;
    opacity: 0;
    transition: opacity 750ms ease-in-out;
  }
  .is-show .container-body__heaeder {
    opacity: 1;
  }
  .container-body__heaeder h2 {
    font-size: 28px;
    color: #265d85;
  }
  .container-body__heaeder p {
    font-size: 12px;
    color: #265d85;
    line-height: 1.5;
    margin-top: calc(28/702*100%);
  }
}

@media all and (min-width: 768px) {
  .container-body::before {
    display: none;
  }
  .container-body::after {
    display: none;
  }
}

/*
======================================================================
Main nav
====================================================================== */
@media all and (min-width: 768px) {
  .nav-sp {
    display: none!important;
  }
 .ani-nav {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: center;
  justify-content:center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 85px;
  left: -20px;
}
.ani-nav > li {
  width: 160px;
  height: 160px;
  position: relative;
  transform-origin: center;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.ani-nav > li.is-on {
  z-index: 200;
}
.ani-nav > li .ani-nav__inner {
  position: absolute;
  display: block;
  height: 100%;
  z-index: 1;
  width: 100%;
  top: 0;
}
.ani-nav > li.ani-nav__item .ani-nav__inner {
  transform: rotate(45deg);
}
.ani-nav > li.ani-nav__item .ani-nav__inner:hover {
  transform: rotate(45deg) scale(2.1);
}
.ani-nav__item .ani-nav__circle {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ani-nav__item.is-on .ani-nav__circle {
  position: relative;
  overflow: visible;
}
.ani-nav__item .ani-nav__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ani-nav__item .ani-nav__bg--out {
  width: 140px;
  height: 140px;
}
.ani-nav__item.is-on .ani-nav__bg--out {
  opacity: 0;
}
.ani-nav__item.is-on .ani-nav__bg--enter {
  width: 340px;
  height: 340px;
  opacity: 0;
}
.ani-nav__item .ani-nav__header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 140px;
  height: 70px;
  z-index: 1;
}
.ani-nav__item.is-on .ani-nav__header {
  z-index: 0;
}
.ani-nav__item .ani-nav__header > p {
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  margin: -20px auto 0;
  width: 26px;
}
.ani-nav__item .ani-nav__header > h2 {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  width: 100%;
  text-align: center;
}
.ani-nav__item .ani-nav__header > h2 > span {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.ani-nav__item .ani-nav__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 5px;
  width: 340px;
  height: 340px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  display: none;
}
.is-on.ani-nav__item .ani-nav__body {
  display: block;
}
.ani-nav__item .ani-nav__ttl {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
	justify-content: space-around;

  -ms-flex-align: start;
	align-items: flex-start;
  padding-top: 52px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
}
.ani-nav__item .ani-nav__ttl h2 {
  text-align: left;
}
.ani-nav__item .ani-nav__ttl > p:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-right: 5px;
}
.ani-nav__item  p.ani-nav__desc {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-top: 15px;
  display: inline-block;
  width: 64%;
}
.ani-nav__item .ani-nav__ttl > h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.ani-nav__item .ani-nav__ttl > h2 > span {
  font-size: 11px;
  margin-top: 2px;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.ani-nav__item .ani-nav__btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 10px;
  text-align: center;
  display:-ms-flexbox;
  display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Lucida;
}
.ani-nav__item .ani-nav__btn img {
  width: 28px;
  margin: 0 auto;
}
.is-hide.ani-nav__item a.ani-nav__inner {
  pointer-events: none;
}
.is-hide.ani-nav__item .ani-nav__header {
  opacity: 0;
  transform: translate(-50%, -75%);
  transition: all 250ms ease-out;
}
.is-show .is-hide.ani-nav__item .ani-nav__header {
  transform: translate(-50%, -100%);
  opacity: 1;
}
.is-hide.ani-nav__item .ani-nav__circle {
  transform: scale(0);
  transition: transform 450ms ease-in-out;
}
.is-show .is-hide.ani-nav__item .ani-nav__circle {
  transform: scale(1);
}
.is-hide.ani-nav__item .ani-nav__bg--out {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.is-show .is-hide.ani-nav__item .ani-nav__bg--out {
  opacity: 1;
}
.is-hide.ani-nav__item--train .ani-nav__circle {
  transition-delay: 1050ms;
}
.is-hide.ani-nav__item--hotel .ani-nav__circle {
  transition-delay: 1350ms;
}
.is-hide.ani-nav__item--restaurant .ani-nav__circle {
  transition-delay: 1550ms;
}
.is-hide.ani-nav__item--gym .ani-nav__circle {
  transition-delay: 1750ms;
}




.is-hide.ani-nav__item--train .ani-nav__header,
.is-hide.ani-nav__item--train .ani-nav__bg--out {
  transition-delay: 2050ms;
}
.is-hide.ani-nav__item--hotel .ani-nav__header,
.is-hide.ani-nav__item--hotel .ani-nav__bg--out {
  transition-delay: 2100ms;
}
.is-hide.ani-nav__item--restaurant .ani-nav__header,
.is-hide.ani-nav__item--restaurant .ani-nav__bg--out {
  transition-delay: 2250ms;
}
.is-hide.ani-nav__item--gym .ani-nav__header,
.is-hide.ani-nav__item--gym .ani-nav__bg--out {
  transition-delay: 2400ms;
}

.is-hide.ani-nav__item--movie {
  opacity: 0;
  transform: translate(191px, 30px);
  transition: all 500ms ease-out;
  transition-delay: 2750ms;
}
.is-show .is-hide.ani-nav__item--movie {
  opacity: 1;
  transform: translate(191px, -20px);
}












.ani-nav > li.ani-nav__item--train {
  transform: translate(-389px, 0);
}
.ani-nav__item--train .ani-nav__circle {
  border: 7px solid #5BABCF;
  background-color: #69B5D7;
}
.ani-nav__item--train.is-on .ani-nav__circle {
  border: 3.333333333px solid #287A9F;
  background-color: #3E8EB2;
}
.ani-nav__item--train .ani-nav__bg--out {
  width: 160px;
  height: 160px;
  background-image: url(/images/top/nav_train_bg_out.png);
}
.ani-nav__item--train.is-on .ani-nav__bg--enter {
  background-image: url(/images/top/nav_train_bg_enter.png);
}
.ani-nav__item--train .ani-nav__btn {
  background-color: #206e8d;
}








.ani-nav > li.ani-nav__item--hotel {
  transform: translate(-233px, 120px);
}
.ani-nav__item--hotel .ani-nav__circle {
  border: 7px solid #3fb5af;
  background-color: #4cbbb5;
}
.ani-nav__item--hotel.is-on .ani-nav__circle {
  border: 3.333333333px solid #29a69c;
  background-color: #3fb5af;
}
.ani-nav__item--hotel .ani-nav__bg--out {
  width: 160px;
  height: 160px;
  background-image: url(/images/top/nav_hotel_bg_out.png);
}
.ani-nav__item--hotel.is-on .ani-nav__bg--enter {
  background-image: url(/images/top/nav_hotel_bg_enter.png);
}
.ani-nav__item--hotel .ani-nav__btn {
  background-color: #29a69c;
}
.ani-nav > li.ani-nav__item--restaurant {
  transform: translate(-50%, 0);
}
.ani-nav__item--restaurant .ani-nav__circle {
  border: 7px solid #d1553b;
  background-color: #ed6e51;
}
.ani-nav__item--restaurant.is-on .ani-nav__circle {
  border: 3.333333333px solid #d1553b;
  background-color: #e1694d;
}
.ani-nav__item--restaurant .ani-nav__bg--out {
  width: 160px;
  height: 160px;
  background-image: url(/images/top/nav_restaurant_bg_out.png);
}
.ani-nav__item--restaurant.is-on .ani-nav__bg--enter {
  background-image: url(/images/top/nav_restaurant_bg_enter.png);
}
.ani-nav__item--restaurant .ani-nav__btn {
  background-color: #d1553b;
}
.ani-nav > li.ani-nav__item--gym {
  transform: translate(71px, 120px);
}
.ani-nav__item--gym .ani-nav__circle {
  border: 7px solid #e89a2c;
  background-color: #ef9e2c;
}
.ani-nav__item--gym.is-on .ani-nav__circle {
  border: 3.333333333px solid #d98209;
  background-color: #e89a2c;
}
.ani-nav__item--gym .ani-nav__bg--out {
  width: 160px;
  height: 160px;
  background-image: url(/images/top/nav_gym_bg_out.png);
}
.ani-nav__item--gym.is-on .ani-nav__bg--enter {
  background-image: url(/images/top/nav_gym_bg_enter.png);
}
.ani-nav__item--gym .ani-nav__btn {
  background-color: #d98209;
}
/* movie */
li.ani-nav__item--movie {
  width: 142px;
  height: 142px;
  position: absolute;
  transform-origin: center;
  flex-shrink: 0;
  top: 50%;
  left: 50%;
  transform: translate(191px, -20px);
}
.ani-nav__item--movie.is-on .ani-nav__inner {
  overflow: visible;
}
.ani-nav__item--movie .ani-nav__circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 7px solid #59b118;
  background-color: #59b118;
  border-radius: 999px;
  overflow: hidden;
}
.ani-nav__item--movie .ani-nav__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ani-nav__item--movie .ani-nav__bg--out {
  width: 140px;
  height: 140px;
  background-image: url(/images/top/movie_bg.png);
}
.ani-nav__item--movie.is-on .ani-nav__bg--out {
  opacity: 0;
}
.ani-nav__item--movie.is-on .ani-nav__bg--enter {
  width: 202px;
  height: 202px;
  background-image: url(/images/top/movie_bg_enter.png);
  opacity: 0;
}
.ani-nav__item--movie .ani-nav__header {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 113px;
  height: 115px;
  z-index: 1;
}
.ani-nav__item--movie.is-on .ani-nav__header {
  z-index: 0;
}
.ani-nav__item--movie .ani-nav__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 202px;
  height: 202px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  display: none;
  z-index: 4;
}
.is-on.ani-nav__item--movie .ani-nav__body {
  display: block;
}
.ani-nav__item--movie .ani-nav__ttl {
  display:-ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 30px;
}
.movie-cta {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 202px;
  padding-top: 26px;
}
.movie-cta li {
  width: calc((100% - 15px) / 2);
}
}
@media all and (max-width: 767px) {
  .ani-nav {
    position: relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(54/702*100%);
    padding-bottom: calc(315/702*100%);
  }
  .ani-nav > li {
    width: calc(286/702*100%);
    position: relative;
    transform-origin: center;
    flex-shrink: 0;
    z-index: 1;
    margin-left: calc(30/702*100%);
    transform-origin: center;
    transform: scale(0);
    transition: transform 450ms ease-in-out;
  }
  .is-show .ani-nav > li {
    transform: scale(1)
  }
  .ani-nav > li:nth-child(n + 3) {
    margin-top: calc(28/702*100%);
  }
  .ani-nav > li:nth-child(1) {
    margin-left: 0;
    transition-delay: 850ms;
  }
  .ani-nav > li:nth-child(2) {
    transition-delay: 1250ms;
  }
  .ani-nav > li:nth-child(3) {
    margin-left: calc(100/702*100%);
    transition-delay: 1700ms;
  }
  .ani-nav > li:nth-child(4) {
    margin-right: 0;
    transition-delay: 2150ms;
  }
  .ani-nav__item .ani-nav__circle {
    display: none!important;
  }
  .ani-nav__content {
    display: none!important;
  }
  .ani-nav__item .ani-nav__header,
  .ani-nav__item .ani-nav__body {
    display: none!important;
  }
  .ani-nav__item--movie {
    display: none;
  }
}
/*

/*
======================================================================
Sp Movie navi
====================================================================== */
@media all and (min-width: 768px) {
  .sp-movie-navi {
    display: none!important;
  }
}
@media all and (max-width: 767px) {
  .sp-movie-navi {
  }

  .ani-nav__ttl {
    position: relative;
  }
  .ani-nav__ttl::before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding-top: 9.066666667%;
  }
  .ani-nav__ttl img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-10%);
  }
  .movie-cta {
    background-color: #b7e52a;
    display:-ms-flexbox;
    display:flex;
    padding:  calc(35/750*100%) calc(24/750*100%)  calc(40/750*100%);
  }
  .movie-cta li {
    line-height: 1;
    width: calc((100% - 2.849002849%)/2);
    margin-right: 2.849002849%;
  }
  .movie-cta li:nth-child(2) {
    margin-right: 0;
  }
}


/*
======================================================================
Sky Animation
====================================================================== */
@media all and (min-width: 768px) {
  .animation-wrap__sky {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    overflow: hidden;
    background-size: auto;
    background-image: url(/images/top/sky_bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
  }
  .ani-cloud {
    width: 1198px;
    background-image: url(/images/top/cloud.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 100%;
    background-size: contain;
  }
  .ani-cloud::after {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding-top: 26.742899299%;
  }
}
@media all and (max-width: 767px) {
  .animation-wrap__sky {
    display: none;
  }
}


/*
======================================================================
Cityscape Animation
====================================================================== */
@media all and (min-width: 768px) {
  .cityscape-mask {
    width: 1294px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .cityscape-mask::before {
    content: '';
    display: block;
    width: 633px;
    height: 295px;
    background-image: url(/images/top/mask.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -400px;
    z-index: 10;
    transform: scale(-1, 1);
    background-size: cover;
  }
  .cityscape-mask::after {
    content: '';
    display: block;
    width: 633px;
    height: 295px;
    background-image: url(/images/top/mask.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -400px;
    z-index: 10;
    background-size: cover;
  }
  .animation-wrap__cityscape {
    width: 1294px;
    height: 295px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    overflow: hidden;
    background-image: url(/images/top/city.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
  }
  .animation-wrap__cityscape > .inner {
    width: 100%;
    height: 199px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    overflow: hidden;
    background-image: url(/images/top/city_top.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
  }

  /* cars */
  .ani-cars {
    position: absolute;
  }
  .ani-cars--up {
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
  }
  .ani-cars--up li {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 568px;
  }
  .ani-cars--down {
    bottom: 0;
    left: 0;
    width: 3px;
    height: 3px;
  }
  .ani-cars--down li {
    width: 3px;
    height: 3px;
    position: absolute;
    bottom: 160px;
    left: 665px;
  }

  /* train */
  .ani-train {
    width: 423px;
    height: 21px;
    position: absolute;
    z-index: 2;
    bottom: 154px;
    left: -423px;
  }

  /* zeppelin */
  .ani-zeppelin {
    width: 40px;
    height: 27px;
    position: absolute;
    z-index: 2;
    bottom: 260px;
    right: -40px;
  }

  /* zeppelin--init ロード時に一度だけ表示 */
  .ani-zeppelin--init {
    width: 40px;
    height: 27px;
    position: absolute;
    z-index: 2;
    bottom: 260px;
    right: 50%;
  }

  /* baloon */
  .ani-baloon {
    width: 23px;
    height: 64px;
    position: absolute;
    z-index: 2;
    bottom: 140px;
    left: 529px;
    transform-origin: bottom center;
    transform: rotate(6deg);
  }

  /* facillity */
  .ani-facility,
  .static-facility {
    position: absolute;
    z-index: 4;
  }
  .ani-facility img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .is-on.ani-facility img:nth-child(2) {
    animation: flash 2s linear infinite;
  }
  .static-building {
    width: 65px;
    height: 133px;
    position: absolute;
    z-index: 2;
    bottom: 65px;
    left: 263px;
  }
  .ani-facility__train {
    bottom: 122px;
    left: 362px;
  }
  .ani-facility__restaurant {
    bottom: 68px;
    left: 518px;
  }
  .ani-facility__hotel {
    bottom: 88px;
    left: 728px;
  }
  .ani-facility__gym {
    bottom: 90px;
    left: 912px;
}
}
@media all and (-ms-high-contrast: none) {
  .ani-cars--down li {
    left: 670px;
  }
}

@media all and (max-width: 767px) {
  .animation-wrap__cityscape {
    display: none;
  }
}


/*
======================================================================
Footer
====================================================================== */
@media all and (min-width: 768px) {
  #footer {
    min-width: 1000px;
  }
  #footer_in {
  /*  width:934px;
  */
  margin-left:29px;
  position:relative;
  }
  #footer_in p {
    width:310px;
    display:inline;
    margin-top: 11px;
    float:left;
  }
  #footer ul {
    margin:0 0 0 10px;
    position:absolute;
    right:80px;
  }
  #footer_in li {
    float:left;
    margin:0 10px;
    list-style:none;
  }
  #footer_in li#f_navi01 a {
    width:55px;
    background-position:left top;
  }
  #footer_in li#f_navi02 a {
    width:59px;
    background-position:-74px top;
  }
  #footer_in li#f_navi03 a {
    width:194px;
    background-position:-153px top;
  }
  #footer_in li#f_navi04 a {
    width:158px;
    background-position: -366px top;
  }
  #footer_in li a {
    height:31px;
    overflow:hidden;
    display:block;
    text-indent:-9999px;
    background-image:url(/images/common/foot_navi.gif);
  }
  #footer {
    list-style:none;
    z-index: 5;
    height:33px;
    width: 100%;
    background-color: #0c8913;
    position:absolute;
    bottom: 0;
  }
  #footer_in strong {
    width:56px;
    margin-left: 15px;
    display: inline;
    float: left;
    position:absolute;
    right:10px;
}
}
@media screen and (max-height:800px) and (min-width: 768px) {
  /* #footer {
    position: fixed;
  } */
}
@media all and (max-width: 767px) {
  #footer {
    width: 100%;
    background-color: #0e8913;
    border-top: 2px solid #FFFFFF;
  }
  #footer_in {
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Lucida;
  }
  #footer_in strong {
    width:100%;
    display: block;
    margin-top: calc(40/702*100%);
  }
  #footer_in strong a {
    width:100%;
    text-align: center;
    display: block;
  }
  #footer_in strong a img {
    width: calc(101/702*100%);
    height: auto;
  }
  #footer_in p {
    width: 100%;
    font-size: 10px;
    text-align: center;
    background-color: #eaeaea;
    line-height: 1;
    padding: calc(39/750*100%) calc(24/750*100%) calc(40/750*100%);
    text-align: center;
    color: #757575;
  }
  #footer ul {
    width: 100%;
    padding: 0 calc(24/750*100%) calc(44/750*100%);
    margin-top: calc(26/750*100%);
  }
  #footer_in li {
    list-style:none;
  }
  #footer_in li a {
    overflow:hidden;
    display:block;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none!important;
    line-height: 1;
    padding: calc(20/702*100%) calc(21/702*100%);
    border-top: 1px solid #FFFFFF;
  }
}

/*
======================================================================
Movie Modal
====================================================================== */
@media all and (min-width: 768px) {
  .modal-video-body {
    max-width: 700px;
  }
  .modal-video-movie-wrap {
    background-color: transparent;
  }
  .modal-video-movie-wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/top/movie_ttl.png);
    position: absolute;
    top: 17px;
    left: 40px;
    /* transform: translate(-50%, -50%); */
    height: 72px;
    width: 481px;
  }
  .modal-video-movie-wrap iframe {
    /* padding: 92px 40px 40px; */
    padding: 9.787234043% 2.127659574% 2.127659574%;
    background: linear-gradient(to bottom, rgba(114,165,35,1) 0%,rgba(155,197,64,1) 28%,rgba(71,114,42,1) 100%);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
  }
  .modal-video-close-btn {
    top: 6px;
    right: 6px;
  }
  .modal-video-close-btn::before {
    display: none;
  }
  .modal-video-close-btn::after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    margin: auto;
    background-image: url(/images/top/movie-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    display: block;
    transform: rotate(0);
  }
  .js-modal-video {
    position: relative;
    display: block;
  }
  .js-modal-video img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .js-modal-video:hover img:nth-child(2) {
    opacity: 0;
  }
}

@media all and (max-width: 769px) {
  .modal-video, .modal-video-movie-wrap {
    animation: none!important;
    transition: none;
  }
  .modal-video-body {
    max-width: 89vw;
  }
  .modal-video-movie-wrap {
    background-color: transparent;
  }
  .modal-video-movie-wrap iframe {
    overflow: hidden;
  }
  .modal-video-close-btn {
    top: -45px;
    right: 10px;
  }
  .modal-video-close-btn::before {
    display: none;
  }
  .modal-video-close-btn::after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    margin: auto;
    background-image: url(/images/top/movie-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    display: block;
    transform: rotate(0);
  }
  .modal-video-movie-wrap {
    padding-bottom: 56.089613%!important;
  }
}

/*
======================================================================
Gnav
====================================================================== */
@media all and (min-width: 768px) {
.gNav h1,
.gNav ul li a,
.btn a {
	overflow: hidden;
	display: block;
  text-indent: -9999px;
  font-size: 0;
}
.gNav {
  width: 210px;
  display: inline;
  text-align: center;
  float: left;
  position: fixed;
  z-index: 2;
  left: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 16px -4px rgba(164,161,161,0.6);
  transform: translateY(-100%);
  transition: all 1000ms ease-in-out;
}
.gNav.is-open {
  transform: translateY(0);
}
.gNav h1 {
  max-width: 100%;
  height: 31px;
  margin: 0 12px 20px;
  padding-top: 47px;
  background: url(/images/top/head_ti.png) center bottom / contain no-repeat;
  box-sizing: content-box;
  background-color: #FFFFFF;
}
.gNav ul {
  width: 210px;
  padding: 0 0 10px 0;
  text-align: center;
}
.gNav ul li a {
  width: 149px;
  height: 38px;
  margin: 0 auto;
}
/* default */
.gNav ul li#navi01 a { background: url(/images/common/navi.gif) left top no-repeat; }
.gNav ul li#navi02 a { background: url(/images/common/navi.gif) left -38px no-repeat; }
.gNav ul li#navi03 a { background: url(/images/common/navi.gif) left -76px no-repeat; }
.gNav ul li#navi04 a { background: url(/images/common/navi.gif) left -114px no-repeat; }
.gNav ul li#navi05 a { background: url(/images/common/navi.gif) left -228px no-repeat; }
.gNav ul li#navi06 a { background: url(/images/common/navi.gif) left -266px no-repeat; }
.gNav ul li#navi07 a { background: url(/images/common/navi.gif) left -304px no-repeat; }
.gNav ul li#navi08 a { background: url(/images/common/navi.gif) left -152px no-repeat; }
.gNav ul li#navi09 a { background: url(/images/common/navi.gif) left -190px no-repeat; }
/* hover */
.gNav ul li#navi01 a:hover { background: url(/images/common/navi.gif) -150px top no-repeat; }
.gNav ul li#navi02 a:hover { background: url(/images/common/navi.gif) -150px -38px no-repeat; }
.gNav ul li#navi03 a:hover { background: url(/images/common/navi.gif) -150px -76px no-repeat; }
.gNav ul li#navi04 a:hover { background: url(/images/common/navi.gif) -150px -114px no-repeat; }
.gNav ul li#navi05 a:hover { background: url(/images/common/navi.gif) -150px -228px no-repeat; }
.gNav ul li#navi06 a:hover { background: url(/images/common/navi.gif) -150px -266px no-repeat; }
.gNav ul li#navi07 a:hover { background: url(/images/common/navi.gif) -150px -304px no-repeat; }
.gNav ul li#navi08 a:hover { background: url(/images/common/navi.gif) -150px -152px no-repeat; }
.gNav ul li#navi09 a:hover { background: url(/images/common/navi.gif) -150px -190px no-repeat; }
/* on */
.gNav ul li#navi01-on a { background: url(/images/common/navi.gif) -150px top no-repeat; }
.gNav ul li#navi02-on a { background: url(/images/common/navi.gif) -150px -38px no-repeat; }
.gNav ul li#navi03-on a { background: url(/images/common/navi.gif) -150px -76px no-repeat; }
.gNav ul li#navi04-on a { background: url(/images/common/navi.gif) -150px -114px no-repeat; }
.gNav ul li#navi05-on a { background: url(/images/common/navi.gif) -150px -228px no-repeat; }
.gNav ul li#navi06-on a { background: url(/images/common/navi.gif) -150px -266px no-repeat; }
.gNav ul li#navi07-on a { background: url(/images/common/navi.gif) -150px -304px no-repeat; }
.gNav ul li#navi08-on a { background: url(/images/common/navi.gif) -150px -152px no-repeat; }
.gNav ul li#navi09-on a { background: url(/images/common/navi.gif) -150px -190px no-repeat; }

.btn a {
  width: 210px;
  height: 75px;
  margin: 0 auto;
  background: url(/images/common/btn01.gif) left top no-repeat;
}
.btn a:hover { background: url(/images/common/btn01-on.gif) left top no-repeat; }
}

@media all and (max-width: 767px) {
  .gNav h1,
  .gNav ul li a,
  .btn a {
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    font-size: 0;
  }
  .gNav {
    width: 100%;
    display: block;
    text-align: center;
    z-index: 100;
    background-color: #FFFFFF;
    padding: 0 calc(24/702*100%);
    position: fixed;
  }
  .gNav h1 {
    width: 100%;
    height: 55px;
    margin: 0 auto;
    box-sizing: content-box;
    background-color: #FFFFFF;
    position: relative;
  }
  .gNav h1::before {
    content: "";
    display: block;
    width: 163px;
    height: 100%;
    background: url(/images/top/head_ti.png) left bottom 16px / contain no-repeat;
  }
  .sp-navi-trigger {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    z-index: 200;
    width: calc(78/702*100%);
    max-width: 39px;
    display: block;
    transform: translateY(-50%);
  }
  .sp-navi-trigger__icon {
    text-align: center;
    font-size: 10px;
    color: #0099cc;
    display: block;
    text-indent: initial;
    position: relative;
  }
  .sp-navi-trigger__icon::before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  .sp-navi-trigger .sp-navi-trigger__icon img {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 calc(15/78*100%);
    transform: translateY(-50%);
    transition: opacity 150ms ease-in;
  }
  .sp-navi-trigger .sp-navi-trigger__icon img:nth-child(2) {
    opacity: 0;
  }
  .is-on .sp-navi-trigger .sp-navi-trigger__icon img:nth-child(2) {
    opacity: 1;
  }
  .is-on .sp-navi-trigger .sp-navi-trigger__icon img:nth-child(1) {
    opacity: 0;
  }
  .sp-navi-trigger__text {
    text-align: center;
    font-size: 10px;
    color: #0099cc;
    transform-origin: center;
    display: block;
    text-indent: initial;
  }
  .sp-navi-trigger__text span {
    margin: 0 -1em;
  }
  .gNav ul {
    width: 100%;
    height: calc(100vh - 55px);
    text-align: center;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #FFFFFF;
    z-index: 0;
    transform: translateX(-200%);
    transition: transform 350ms ease-in-out;
    z-index: 200;
  }
  .gNav.is-on ul {
    transform: translateX(0);
  }
  .gNav ul li a {
    width: 100%;
    text-align: left;
  }
  /* default */
  .gNav ul li a {
    text-indent: initial;
    font-size: 16px;
    color: #0099cc;
    text-decoration: none;
    font-weight: bold;
    padding: calc(30/702*100%) 0 calc(33/702*100%) calc(64/702*100%);
    border-bottom: 1px solid #eaeaea;
    line-height: 1;
   }
  .gNav ul li:last-child a {
    border: none;
   }
  .gNav ul li span {
    text-indent: initial;
    font-size: 10px;
    color: #afafaf;
    display: block;
    font-weight: normal;
    margin-top: .5em;
   }
  .btn a {
    width: 210px;
    height: 75px;
    margin: 0 auto;
    background: url(/images/common/btn01.gif) left top no-repeat;
  }
  .btn a:hover { background: url(/images/common/btn01-on.gif) left top no-repeat; }
}

@media screen and (min-width: 768px) and (max-height:900px) {
  .container-inner {
    top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-height:770px) {
  .container-inner {
    top: 60px;
  }
  .ani-nav {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) and (max-height:600px) {
  body {
    height: 100%;
  }
  .container {
    height: calc(600px - 33px);
  }
}