/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
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,
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: #000;
  color: #fff;
  overflow-y: scroll;
  font-family: sans-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;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

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

p, dd {
  font-size: 1.4rem;
  line-height: 1.85;
}

p *, dd * {
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  p, dd {
    font-size: 2.5rem;
  }
}

.ft_e {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ft_c {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ft_t {
  font-family: acumin-pro, sans-serif;
  font-weight: 100;
  font-style: normal;
}

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

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

.c_ttl {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 5.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .c_ttl {
    height: 1rem;
    margin-bottom: 5rem;
  }
  .c_ttl span {
    transform: rotate(90deg);
    position: absolute;
    left: 1.15em;
    transform-origin: left top;
  }
}

.fixed_wrap .move {
  position: relative;
}

.mask {
  display: block;
  overflow: hidden;
  width: 0;
  transition: width .5s ease-in;
}

.mask.show {
  width: 100%;
}

.mask.show span:before {
  width: 0;
}

.mask.b span {
  color: #fff;
  background: #000;
}

.mask.b span:before {
  background: #000;
}

.mask p, .mask i {
  display: block;
  margin: -.5rem 0;
  line-height: inherit;
  clear: both;
}

.mask span {
  color: #000;
  padding: .01em .2em;
  display: inline-block;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  margin-top: .3em;
}

.mask span:before {
  content: '';
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  transition: width .5s ease-in;
  transition-delay: .5s;
}

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

@media screen and (min-width: 768px) {
  html {
    font-size: calc(100vw * 10 / 1530);
  }
}

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

.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 {
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 14rem;
}

#header a {
  display: block;
}

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

.h_logo {
  position: absolute;
  left: 2rem;
  top: 0;
}

.h_logo img {
  width: 23.5rem;
  transition: all .2s ease-in;
}

body.fixed .h_logo img {
  width: 11.75rem;
}

.h_insta {
  width: 1.9rem;
  position: absolute;
  right: 3rem;
  top: 2.5rem;
}

@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: -80%;
    width: 80%;
    height: 100%;
    transition: left .2s ease-in;
    -webkit-transition: left .2s ease-in;
    overflow-y: auto;
    height: calc(100vh - 3rem);
    height: 100vh;
    height: calc(100vh - 8rem);
  }
  body.open #toggle_menu {
    left: 0;
  }
  body.open {
    overflow-y: hidden;
  }
}

#footer {
  padding: 15rem 0 2rem;
}

.f_copy {
  text-align: center;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  text-align: center;
  position: relative;
}

.top_main .img {
  animation: flash 3s linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: no-repeat center center / cover;
}

.top_main .img.b {
  animation-delay: -1s;
}

.top_main .img.c {
  animation-delay: -2s;
}

.top_main .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
}

.top_main .c_num {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.top_main .day {
  font-size: 39rem;
}

.top_main .time {
  font-size: 8rem;
  line-height: 1;
}

.top_main .line {
  width: 100%;
  height: 8rem;
  display: block;
  position: absolute;
  overflow: hidden;
}

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

.top_main .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;
}

.top_main .scroll {
  width: 10%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 4;
  height: 4em;
}

.top_main .scroll a {
  display: block;
}

.top_main_box p {
  text-align: left;
}

.top_main_box p.a {
  margin-bottom: 4rem;
  width: 15em;
  line-height: 2;
}

.top_main_box p.a span {
  white-space: normal;
  text-align: justify;
  display: block;
  background: url(../img/txt_bg.png) no-repeat left top/auto 100%;
  padding: 0 .3em;
}

.top_main_box p.a span:before {
  background: url(../img/txt_bg.png) no-repeat left top/auto 100%;
}

.top_main_box p small {
  font-size: .8rem;
  display: block;
}

.top_main_box p em {
  font-size: 3.2rem;
  display: block;
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin-top: -.3em;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .top_main_box p.a {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .top_main_box {
    position: absolute;
    left: 0;
    bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main_box {
    margin-top: 10rem;
  }
  .top_main_box p em {
    font-size: 5.76rem;
  }
  .top_main_box p small {
    font-size: 1.44rem;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
    z-index: 0;
  }
  33% {
    opacity: 0;
    z-index: 0;
  }
  33.1% {
    z-index: -2;
  }
  100% {
    z-index: -2;
  }
}

@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;
  }
}

#loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
}

#loading.load {
  background: none;
}

#loading .wrap {
  text-align: center;
  width: 100%;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

#loading .logo {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 0;
  transform: translate(0, -50%);
  overflow: hidden;
  margin-left: auto;
  background: #fff;
  z-index: 2;
  right: 0;
}

#loading .logo.load {
  width: 0;
  transition: width 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: .6s;
}

#loading div.a {
  display: inline-block;
  position: relative;
}

#loading div.a.show:before {
  width: 0;
}

#loading div.a:before {
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  height: 100%;
  background: #fff;
  transition: width 1s ease-in-out;
}

#loading div.a img {
  width: 25.4rem;
}

#loading div.c {
  position: absolute;
  height: 100%;
  width: 100%;
}

#loading div.c i {
  display: block;
  height: 22%;
  transition: width 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 100%;
  transform-origin: left center;
  background: #fff;
  position: absolute;
  right: 0;
}

#loading div.c i.load:nth-child(1) {
  transition-delay: .3s;
  width: 0;
}

#loading div.c i.load:nth-child(2) {
  transition-delay: .45s;
  width: 0;
}

#loading div.c i.load:nth-child(3) {
  transition-delay: .75s;
  width: 0;
}

#loading div.c i.load:nth-child(4) {
  transition-delay: .9s;
  width: 0;
}

#loading div.c i:nth-child(1) {
  top: 0;
}

#loading div.c i:nth-child(2) {
  top: 20%;
}

#loading div.c i:nth-child(3) {
  top: 60%;
}

#loading div.c i:nth-child(4) {
  top: 80%;
}

.top_cept {
  padding: 11rem 0 29rem;
  position: relative;
  overflow: hidden;
}

.top_cept dt {
  font-size: 10.6rem;
  margin-bottom: .5em;
  white-space: nowrap;
}

.top_cept dt span {
  display: block;
  line-height: 1;
  letter-spacing: -0.05em;
}

.top_cept .img {
  width: 53.5rem;
  position: absolute;
}

.top_cept .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_cept dl {
    margin-left: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_cept dl {
    margin-left: 50%;
  }
  .top_cept .img {
    right: 50%;
    margin-right: -7rem;
  }
}

.top_brand {
  margin-bottom: 18rem;
}

.top_brand .box {
  word-wrap: break-word;
  letter-spacing: -.05em;
  line-height: 1;
  font-size: 15rem;
}

.top_brand .box a {
  line-height: 1;
}

.top_brand .box a.show {
  background: linear-gradient(transparent 20%, #fff 20%);
  color: #000;
}

.top_brand .img {
  position: absolute;
  z-index: 2;
}

.top_brand .img > div {
  display: none;
}

.top_brand .img > div img {
  width: 100%;
}

.top_brand .box2 {
  position: absolute;
  width: 100%;
  z-index: 3;
  color: transparent;
}

@media screen and (min-width: 768px) {
  .top_brand .box {
    margin-left: 37rem;
  }
}

.top_news {
  margin-bottom: 15rem;
  position: relative;
  z-index: 2;
}

.top_news dt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.4em;
}

.top_news dt small {
  font-size: 33.33%;
  display: block;
}

.top_news li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_news dt {
    font-size: 3.12rem;
  }
  .top_news p {
    font-size: 2.22rem;
  }
  .top_news li img {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_news dl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .top_news li img {
    width: 50%;
    margin-left: 50%;
  }
}

.top_news .slide {
  position: relative;
}

.top_news .bx-prev {
  left: 2rem;
  background: url(../img/ico_prev.svg) no-repeat center center;
  background-size: contain;
}

.top_news .bx-next {
  left: 9rem;
  background: url(../img/ico_next.svg) no-repeat center center;
  background-size: contain;
}

.top_news .bx-controls-direction a {
  position: absolute;
  bottom: 7rem;
  z-index: 64;
  width: 2.6rem;
  height: 5rem;
  color: transparent;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .top_news .bx-next {
    bottom: auto;
    right: 2rem;
    top: 0;
    left: auto;
  }
  .top_news .bx-controls-direction a {
    width: 3.38rem;
    height: 6.5rem;
  }
}

.top_serv dl {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
}

.top_serv dt {
  font-size: 3.6rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.top_serv dt.a {
  margin-top: 20rem;
}

.top_serv dt span {
  padding-left: 11rem;
}

.top_serv dt span:after {
  content: '';
  position: absolute;
  left: 0;
  top: .9em;
  width: 10rem;
  border-bottom: solid 1px #fff;
}

.top_serv dd .day {
  font-size: 12rem;
  line-height: 1.1;
  width: 30rem;
  margin: 0 auto 7rem;
}

.top_serv dd .day img {
  display: block;
}

.top_serv dd .day2 {
  font-size: 2rem;
  margin: 1.4em 0 .5em;
}

.top_serv dd .map {
  position: relative;
  height: 0;
  padding-top: 39rem;
  overflow: hidden;
}

.top_serv dd .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_serv dd img {
  display: block;
}

.top_serv dd .logo {
  margin: 7rem auto -14rem;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.top_serv dd .logo img {
  width: 71rem;
  max-width: 71rem;
}

.top_serv dd .img {
  position: relative;
}

.top_serv dd .img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_serv dd .logo {
    text-align: center;
  }
  .top_serv dd .info {
    margin-left: 11rem;
  }
  .top_serv dd .day2 {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_serv dd .img {
    width: 82.3rem;
    max-width: 82.3rem;
    left: 50%;
    margin-left: -61.2rem;
  }
}

.top_com {
  margin-bottom: 21rem;
}

.top_com p em {
  width: 7em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top_com p {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .top_com .c_ttl {
    margin-bottom: 17rem;
  }
}

@media screen and (min-width: 768px) {
  .form .c_ttl {
    margin-bottom: 12rem;
  }
}

.form .box {
  width: 54rem;
  margin: 0 auto 20rem;
}

.form dt {
  font-size: 1.6rem;
  margin-bottom: .2em;
}

.form dd {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  background: none;
  border: solid 1px #b1b1b1;
  width: 100%;
  padding: .5em;
}

.form dd textarea {
  height: 12em;
}

.form .btn {
  margin-top: 4rem;
}

.form .btn input {
  font-size: 1.8rem;
  background: #434343;
  width: 100%;
  padding: 1.3em 0;
}

.form #thanks {
  display: none;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .form .box {
    width: 90%;
  }
  .form dl > * {
    font-size: 2.2rem;
  }
  .form .btn input {
    font-size: 2.4rem;
  }
}

.c_num {
  overflow: hidden;
}

.c_num .day {
  display: block;
  line-height: 1;
}

.c_num img {
  display: block;
  width: 19.5em;
  margin: 0 auto 1.5em;
}

.c_num .time {
  width: 6.8em;
  line-height: 1;
  display: inline-block;
  text-align: left;
}

.top_cd {
  text-align: center;
}

.top_cd .day {
  font-size: 19rem;
}

.top_cd .time {
  font-size: 4.0rem;
}

.top_cd p {
  font-size: 5.8rem;
}

.low {
  margin-top: 14rem;
}

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

.low_header {
  background: url(../img/about_mv.jpg) no-repeat center center;
  background-size: cover;
  height: 15em;
}

.low_header .u_inner {
  height: 100%;
}

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

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