@charset "UTF-8";
/*---------------------------------------- 
	importFont
------------------------------------------*/
/*---------------------------------------- 
	setting Layout
------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

article, aside, details, figcaption, figure, picture, footer, header, hgroup, main, menu, nav, section, details, summary {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
  max-width: 2560px;
}

body {
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.125vw;
  }
}
/*-------------------------------------
base 16px
********************

12px | 0.750em	13px | 0.813em
14px | 0.875em	15px | 0.938em
16px | 1.000em	17px | 1.063em
18px | 1.125em	19px | 1.188em
20px | 1.250em	21px | 1.313em
22px | 1.375em	23px | 1.438em
24px | 1.500em	25px | 1.563em
26px | 1.625em	27px | 1.688em
28px | 1.750em	29px | 1.813em
30px | 1.875em

34px | 2.125em	36px | 2.250em
40px | 2.500em
--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

ol, ul, ul li, ol li {
  list-style: none;
}

img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: #005B98;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  outline: none;
  text-decoration: none;
  transition: all 0.4s;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
a:active {
  color: #666;
}
a:focus {
  outline: none;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: #E60012;
}

.relative {
  position: relative;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ft14 {
  font-size: 0.875em;
}

.ft16 {
  font-size: 1em;
}

.ft20 {
  font-size: 1.25em;
}

.ft24 {
  font-size: 1.5em;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mt120 {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  br.sp {
    display: none;
  }
}
@media print {
  body {
    zoom: 1;
    width: 1400px;
    transform: scale(1);
    transform-origin: 0 0;
  }
  .site__header,
.site__footer {
    display: none;
  }
}
.l__wrapper {
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;
}
.l__wrapper.load {
  opacity: 1;
}

.inner {
  margin: auto;
  max-width: 1200px;
}

.section {
  padding: 120px 0;
}
.section--ttl {
  padding: 0 0 40px;
  text-align: center;
  line-height: 1;
}
.section--ttl.-white {
  color: #fff;
}
.section--ttl.-orange {
  color: #E2A956;
}
.section--ttl .page,
.section--ttl .en {
  font-size: 2em;
  margin: 0 0 16px;
  letter-spacing: 2px;
  font-weight: bold;
}
.section--ttl .ja {
  font-size: 1em;
}
.section--txt {
  text-align: center;
  margin: 24px 0 40px;
}

.close {
  opacity: 0.2;
  cursor: default;
}
.close:hover {
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .inner {
    margin: 0 16px;
    max-width: inherit;
  }
  .section {
    padding: 40px 0;
  }
  .section--ttl {
    padding: 0;
    text-align: center;
    line-height: 1;
    margin: 0 0 24px;
  }
  .section--ttl .page,
.section--ttl .en {
    font-size: 2em;
    margin: 0 0 16px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .section--ttl .ja {
    font-size: 1.25em;
  }
  .section--txt {
    text-align: center;
    margin: 24px 0 40px;
  }
  .btn {
    text-align: center;
  }
  .btn a {
    line-height: 1;
    font-weight: bold;
    display: block;
    background: #E2A956;
    padding: 24px 0;
    position: relative;
    margin: 0 10%;
  }
  .btn a span {
    color: #fff;
  }
  .btn a::after {
    content: "→";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    color: #fff;
  }
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loading.hide {
  display: none;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #E2A956;
  background: linear-gradient(to right, #E2A956 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load 1.4s infinite linear;
          animation: load 1.4s infinite linear;
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #E2A956;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.white_animation {
  position: relative;
}
.white_animation::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
.white_animation.done::after {
  -webkit-animation-name: rightSlide;
          animation-name: rightSlide;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rightSlide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes rightSlide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes updown-anim {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown-anim {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(0);
  }
}
.-updown {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.-updown span {
  transform: translateY(110%);
  display: block;
}
.-updown.done span {
  -webkit-animation: 0.4s updown-anim linear both;
          animation: 0.4s updown-anim linear both;
}
.-updown.done span:nth-child(20) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.-updown.done span:nth-child(19) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.-updown.done span:nth-child(18) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.-updown.done span:nth-child(17) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.-updown.done span:nth-child(16) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.-updown.done span:nth-child(15) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.-updown.done span:nth-child(14) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.-updown.done span:nth-child(13) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.-updown.done span:nth-child(12) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.-updown.done span:nth-child(11) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.-updown.done span:nth-child(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.-updown.done span:nth-child(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.-updown.done span:nth-child(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.-updown.done span:nth-child(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.-updown.done span:nth-child(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.-updown.done span:nth-child(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.-updown.done span:nth-child(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.-updown.done span:nth-child(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.-updown.done span:nth-child(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.-updown.done span:nth-child(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
/*# sourceMappingURL=style.css.map */