@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "游明朝", "Yu Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
  width: 100%;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

.g_ft {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_scroll {
  width: 10%;
  position: absolute;
  left: 5rem;
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 4;
  height: 5.3em;
  padding-top: 1.3em;
}

.c_scroll span {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  top: 0;
}

.c_scroll a {
  display: block;
}

.c_scroll .line {
  width: 100%;
  height: 4em;
  display: block;
  position: absolute;
  overflow: hidden;
}

.c_scroll .line:before {
  content: '';
  height: 100%;
  border-left: solid 1px #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  animation: wrap_on 1s ease-in-out 1.5s forwards;
}

.c_scroll .line:after {
  content: '';
  height: 100%;
  border-left: solid 1px #fff;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  animation: scroll_border 2.5s ease-in-out 2.5s infinite;
}

@keyframes wrap_on {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes scroll_border {
  0%,
  100%,
  52% {
    top: 0;
    opacity: 1;
  }
  25% {
    top: 100%;
    opacity: 1;
  }
  26% {
    top: 100%;
    opacity: 0;
  }
  27% {
    top: -100%;
    opacity: 0;
  }
}

.c_clock {
  height: 6rem;
  /* 高さは固定 */
  width: 6rem;
  /* 幅のレスポンシブ対応 */
  position: absolute;
  font-size: 1rem;
  /* 分針 */
  /* 時針 */
}

.c_clock .second {
  animation: rotation-s 60s linear infinite;
  /* 60秒かけて一周 */
  background-color: #919191;
  border-radius: .05em;
  height: .1em;
  /* 線幅 */
  position: absolute;
  right: calc(50% - .05em);
  /* 位置調整 線幅の半分ずらす */
  top: calc(50% - .05em);
  /* 位置調整 線幅の半分ずらす */
  transform-origin: calc(100% - .05em) center;
  /* アニメーションの中心軸 線幅の半分ずらす */
  width: 50%;
}

.c_clock .minute {
  animation: rotation-m 3600s linear infinite;
  /* 3600秒、1時間かけて一周 */
  background-color: #000;
  border-radius: .1em;
  height: .2em;
  /* 線幅 */
  position: absolute;
  right: calc(50% - .1em);
  /* 位置調整 線幅の半分ずらす */
  top: calc(50% - .1em);
  /* 位置調整 線幅の半分ずらす */
  transform-origin: calc(100% - .1em) center;
  /* アニメーションの中心軸 線幅の半分ずらす */
  width: 40%;
}

.c_clock .hour {
  animation: rotation-h 86400s linear infinite;
  /* 86400秒、12時間かけて一周 */
  background-color: #000;
  border-radius: .1em;
  height: .2em;
  /* 線幅 */
  position: absolute;
  right: calc(50% - .1em);
  /* 位置調整 線幅の半分ずらす */
  top: calc(50% - .1em);
  /* 位置調整 線幅の半分ずらす */
  transform-origin: calc(100% - .1em) center;
  /* アニメーションの中心軸 線幅の半分ずらす */
  width: 25%;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 112rem;
  margin: 0 auto;
  max-width: 100%;
}

#max {
  width: 132rem;
}

#maxsp {
  width: 1320px;
}

html.fit {
  font-size: calc(100vw * 10 / 1320);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 450);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 5.3%;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  height: 14rem;
}

#header a {
  display: block;
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 8rem;
    z-index: 10;
    cursor: pointer;
  }
  #toggle_menu {
    position: fixed;
    top: 8rem;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    left: -80%;
    width: 80%;
    height: 100%;
    transition: left .2s ease-in;
    -webkit-transition: left .2s ease-in;
    overflow-y: auto;
    height: 100%;
    height: calc(100% - 8rem);
  }
  body.open #toggle_menu {
    left: 0;
  }
  body.open {
    overflow-y: hidden;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
#loading {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 66;
}

#loading .c_clock {
  width: 24rem;
  height: 24rem;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_main {
  position: relative;
  height: 76rem;
}

.top_main ul {
  height: 100%;
}

.top_main li {
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity .5s ease-in;
}

.top_main li img {
  display: block;
}

.top_main .ptn01 {
  padding: 2rem 0;
}

.top_main .ptn01 img {
  margin: 0 auto;
  height: 100%;
}

.top_main .ptn02 {
  padding: 2rem 0;
}

.top_main .ptn02 img {
  margin: 0 auto;
  height: 100%;
}



.top_main .ptn03 {
  padding: 2rem 0;
}

.top_main .ptn03 img {
  margin: 0 auto;
  height: 100%;
}


.top_main .c_clock {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}

.top_main .logo {
  position: absolute;
  width: 17.6rem;
  top: 25%;
  z-index: 5;
  transition: 1s ease;
  background: url(../img/logo.svg) no-repeat left top/contain;
}

.top_main .logo img {
  opacity: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top_main .logo {
    left: 50%;
    margin-left: -59rem;
  }
}

.top_main .sns {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  z-index: 5;
}

.top_main .sns a {
  display: inline-block;
  margin-left: .5rem;
}

.top_main .sns img {
  width: 3rem;
}

.top_main .copy {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  font-size: 1.2rem;
}

.top_main .txt {
  position: absolute;
  z-index: 5;
  font-size: 1.2rem;
  top: 3rem;
  left: 3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: opacity .5s ease-in;
}

.top_main .txt:before {
  content: '0 a.m. ';
}

.top_main .bar {
  position: absolute;
  height: calc(100% - 6rem);
  width: 1rem;
  top: 3rem;
  z-index: 5;
}

.top_main .bar i {
  display: block;
  height: 8.3333%;
  background: #d9d9d9;
  transition: background .5s ease-in;
}

.top_main.hide .txt {
  opacity: 0;
}

.top_main.h1.loaded .c_clock .second, .top_main.h4.loaded .c_clock .second, .top_main.h7.loaded .c_clock .second, .top_main.h10.loaded .c_clock .second {
  background-color: #eaeaea;
}

.top_main.h1.loaded .c_clock .minute, .top_main.h4.loaded .c_clock .minute, .top_main.h7.loaded .c_clock .minute, .top_main.h10.loaded .c_clock .minute {
  background-color: #fff;
}

.top_main.h1.loaded .c_clock .hour, .top_main.h4.loaded .c_clock .hour, .top_main.h7.loaded .c_clock .hour, .top_main.h10.loaded .c_clock .hour {
  background-color: #fff;
}

.top_main.h2.loaded .logo, .top_main.h5.loaded .logo, .top_main.h8.loaded .logo, .top_main.h11.loaded .logo {
  top: 50%;
  background-image: url(../img/logo.svg);
}

@media screen and (min-width: 768px) {
  .top_main.h2.loaded .logo, .top_main.h5.loaded .logo, .top_main.h8.loaded .logo, .top_main.h11.loaded .logo {
    margin-left: -47rem;
  }
}

.top_main.h0 .txt:before {
  content: '0 a.m.';
}

.top_main.h0 .bar i:nth-child(1) {
  background: #808080;
}

.top_main.h0 li:nth-child(1) {
  opacity: 1;
}

.top_main.h1 .txt:before {
  content: '2 a.m.';
}

.top_main.h1 .bar i:nth-child(2) {
  background: #808080;
}

.top_main.h1 li:nth-child(2) {
  opacity: 1;
}

.top_main.h2 .txt:before {
  content: '4 a.m.';
}

.top_main.h2 .bar i:nth-child(3) {
  background: #808080;
}

.top_main.h2 li:nth-child(3) {
  opacity: 1;
}

.top_main.h3 .txt:before {
  content: '6 a.m.';
}

.top_main.h3 .bar i:nth-child(4) {
  background: #808080;
}

.top_main.h3 li:nth-child(4) {
  opacity: 1;
}

.top_main.h4 .txt:before {
  content: '8 a.m.';
}

.top_main.h4 .bar i:nth-child(5) {
  background: #808080;
}

.top_main.h4 li:nth-child(5) {
  opacity: 1;
}

.top_main.h5 .txt:before {
  content: '10 a.m.';
}

.top_main.h5 .bar i:nth-child(6) {
  background: #808080;
}

.top_main.h5 li:nth-child(6) {
  opacity: 1;
}

.top_main.h6 .txt:before {
  content: '0 p.m.';
}

.top_main.h6 .bar i:nth-child(7) {
  background: #808080;
}

.top_main.h6 li:nth-child(7) {
  opacity: 1;
}

.top_main.h7 .txt:before {
  content: '2 p.m.';
}

.top_main.h7 .bar i:nth-child(8) {
  background: #808080;
}

.top_main.h7 li:nth-child(8) {
  opacity: 1;
}

.top_main.h8 .txt:before {
  content: '4 p.m.';
}

.top_main.h8 .bar i:nth-child(9) {
  background: #808080;
}

.top_main.h8 li:nth-child(9) {
  opacity: 1;
}

.top_main.h9 .txt:before {
  content: '6 p.m.';
}

.top_main.h9 .bar i:nth-child(10) {
  background: #808080;
}

.top_main.h9 li:nth-child(10) {
  opacity: 1;
}

.top_main.h10 .txt:before {
  content: '8 p.m.';
}

.top_main.h10 .bar i:nth-child(11) {
  background: #808080;
}

.top_main.h10 li:nth-child(11) {
  opacity: 1;
}

.top_main.h11 .txt:before {
  content: '10 p.m.';
}

.top_main.h11 .bar i:nth-child(12) {
  background: #808080;
}

.top_main.h11 li:nth-child(12) {
  opacity: 1;
}

.top_lead {
  height: 63.5rem;
  text-align: center;
}

.top_lead dl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #6c6c6c;
}

.top_lead dt {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}

.top_lead dd {
  font-size: 1.6rem;
  line-height: 2;
}

.top_lead .movie {
  position: relative;
  padding-top: 63.5rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.top_lead .movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_wrap img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.low {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
  }
}

.low_header {
  background: url(../img/about_mv.jpg) no-repeat 50%/cover;
  height: 30rem;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */