@charset "UTF-8";
html[lang=ja] .hide_if_ja {
  display: none;
}

html[lang=en] .hide_if_en {
  display: none;
}

html[lang=fr] .hide_if_en {
  display: none;
}

html[lang=zh-Hant] .hide_if_en {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
}

body {
  width: 100%;
  color: #000;
}

.pane-footer {
  padding: 0;
  margin: -2px 0 0;
}

/*
    .area-wrapper
=========================================*/
body {
  -webkit-font-smoothing: auto;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-kerning: normal;
  -webkit-font-kerning: normal;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.area-wrapper h1 {
  margin: 0;
  padding: 0;
}

.area-wrapper h2 {
  padding-left: 0;
  padding-right: 0;
}

.area-wrapper h3 {
  font-size: 16px;
  font-weight: bold;
}

.area-wrapper .mainvisual img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .area-wrapper {
    min-width: auto;
  }
}

a:focus, *:focus {
  outline: none;
}

.area-header {
  /*スマホ*/
}

.area-header .media_pc {
  display: block;
}

.area-header .media_sp {
  display: none;
}

@media screen and (max-width: 896px) {
  .area-header .media_pc {
    display: none;
  }
  .area-header .media_sp {
    display: block;
  }
}

.area-header p {
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  margin: 70px 0;
}

@media screen and (max-width: 896px) {
  .area-header p {
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
    margin: 30px 0;
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 90px auto;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .area-body {
    margin: 30px 7.5px;
    font-size: 12px;
  }
}

.area-body img {
  transition: -webkit-transform 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 640ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 640ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.area-body img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.area-body div {
  max-width: 1060px;
  line-height: 0;
  vertical-align: top;
  margin: 10px auto;
  padding: 0;
}

@media screen and (max-width: 896px) {
  .area-body div {
    margin: 5px auto;
  }
}

.area-body .wide {
  max-width: 1050px;
  overflow: hidden;
}

.area-body .half ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.area-body .half ul li {
  margin: 0 5px;
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .area-body .half ul li {
    margin: 0 2.5px;
  }
}

.area-body .half .video {
  width: 520px;
  height: 650px;
}

.area-body .half .video iframe {
  width: 520px;
}

@media screen and (max-width: 1060px) {
  .area-body .half .video {
    width: 100%;
    position: relative;
    height: 0;
    padding: 0 0 124%;
    overflow: hidden;
  }
  .area-body .half .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.area-body .area-name {
  font-size: 13px;
  line-height: 1.5;
  margin: 85px auto 75px;
  position: relative;
  display: inline-block;
  padding: 0 2.5em;
}

.area-body .area-name i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
}

.area-body .area-name li {
  margin: 0 0 .8em;
}

.area-body .area-name li a {
  display: inline-block;
  font-size: 1em;
  position: relative;
  cursor: pointer;
}

.area-body .area-name li a span {
  display: inline-block;
  font-weight: bold;
  margin: 0;
}

.area-body .area-name li a:before {
  display: block;
  position: absolute;
  cursor: pointer;
  content: "";
  z-index: 1;
  bottom: 0;
  height: 100%;
  left: 0;
  right: auto;
  width: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  -o-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}

.area-body .area-name li a:hover {
  text-decoration: none;
}

.area-body .area-name li a:hover:before {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: width .2s ease-ou-outt;
  -moz-transition: width .2s ease-ou-outt;
  -o-transition: width .2s ease-ou-outt;
  transition: width .2s ease-ou-outt;
}

@media screen and (max-width: 896px) {
  .area-body .area-name {
    margin: 50px auto;
  }
  .area-body .area-name li {
    margin: 0 0 1em;
  }
  .area-body .area-name li a {
    color: #000;
    text-decoration: none;
  }
  .area-body .area-name li a span {
    font-weight: bold;
  }
}

.area-body .block ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.area-body .block ul li {
  margin: 0 5px;
  overflow: hidden;
}

.area-body .block ul li:nth-child(1) {
  width: 39%;
}

.area-body .block ul li:nth-child(2) {
  width: 60%;
}

.area-body .video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.area-body .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 896px) {
  .area-body .video {
    width: 640px;
    position: relative;
    height: 800px;
    padding: 0;
    overflow: hidden;
  }
  .area-body .video iframe {
    width: 640px;
  }
}

@media screen and (max-width: 896px) {
  .area-body .video {
    width: 100%;
    position: relative;
    height: 0;
    padding: 0 0 124%;
    overflow: hidden;
  }
  .area-body .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.area-body .btn-all a {
  margin: 150px 0 0;
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: #151d30;
  padding: 50px;
  text-decoration: none;
}

@media screen and (max-width: 896px) {
  .area-body .btn-all a {
    font-size: 12px;
    margin: 75px 20px 0;
    display: block;
    font-weight: bold;
    color: #fff;
    background-color: #151d30;
    padding: 25px;
  }
}

.inview {
  opacity: 0;
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes VisualImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}

/*# sourceMappingURL=maps/app.css.map */
