/* reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* base */
/* 16px*62.5%=10px */
html {
  font-size: 62.5%;
}

body {
  font-family: "Philosopher", "Noto Sans JP", sans-serif;
  color: #343434;
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 950px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

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

@media (max-width: 1300px) {
  .inner {
    width: 1000px;
  }
}

@media (max-width: 950px) {
  .inner {
    width: 100%;
  }
}

.text-center {
  text-align: center;
}

.app-item {
  float: left;
  width: 133px;
  margin-right: 24px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}

@media (max-width: 950px) {
  .app-item {
    width: 83px;
  }
}

.app-item:hover {
  opacity: 0.6;
}

@media (max-width: 950px) {
  .app-item:first-of-type {
    width: 100px;
  }
}

.app-item:last-of-type {
  margin-right: 0;
}

.app-list {
  width: 290px;
  margin: auto;
}

@media (max-width: 950px) {
  .app-list {
    width: auto;
  }
}

@media (max-width: 950px) {
  .app-outer {
    width: 211px;
    margin: auto;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 640px) {
  .br-sp {
    display: inline;
  }
}

.lang {
  width: 300px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: left;
}

@media (max-width: 1300px) {
  .lang {
    width: 580px;
    font-size: 1rem;
    text-align: left;
  }
}

@media (max-width: 950px) {
  .lang {
    width: 300px;
  }
}

@media (max-width: 640px) {
  .lang {
    width: 280px;
    font-size: 1rem;
    text-align: left;
  }
}

@media (max-width: 950px) {
  .clearfix {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .block {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 950px) {
  .flex {
    display: block;
  }
}

/* header */
.header {
  background-image: url(./imgs/bgi_aurora.png);
  background-size: cover;
  padding: 112px 0 90px;
  margin-bottom: 120px;
}

@media (max-width: 950px) {
  .header {
    padding: 70px 0 90px;
    display: block;
    width: 100%;
    margin-bottom: 100px;
  }
}

@media (max-width: 640px) {
  .header {
    background-image: url(./imgs/bgi_aurora_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 47px;
  }
}

.header-info {
  float: right;
  width: 554px;
  padding-right: 31px;
  padding-top: 123px;
}

@media (max-width: 1300px) {
  .header-info {
    width: 400px;
  }
}

@media (max-width: 950px) {
  .header-info {
    padding: 0;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .header-info {
    margin-bottom: 40px;
  }
}

.header__title {
  margin-bottom: 29px;
  color: #fff;
  font-size: 8rem;
  font-weight: 400;
}

@media (max-width: 950px) {
  .header__title {
    font-size: 6.5rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .header__title {
    font-size: 5rem;
    margin-bottom: 28px;
  }
}

.header__leading {
  margin-bottom: 40px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6;
}

@media (max-width: 950px) {
  .header__leading {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .header__leading {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}

.header-eyecatch {
  float: left;
  width: 292px;
  padding: 0 98px;
}

@media (max-width: 950px) {
  .header-eyecatch {
    float: none;
    width: 170px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .header-eyecatch {
    width: 50%;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .header-eyecatch {
    width: 170px;
  }
}

@media (max-width: 1300px) {
  .header .inner {
    width: 1000px;
  }
}

@media (max-width: 950px) {
  .header .inner {
    display: block;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .header .inner {
    display: block;
  }
}

/* footer */
.footer {
  padding: 140px 0 200px;
  border-bottom: solid 80px #343434;
  background-image: url(./imgs/bg-gra-top.png), url(./imgs/bg-gra-bottom.png);
  background-repeat: repeat-x;
}

@media (max-width: 950px) {
  .footer {
    padding: 95px 0 111px;
  }
}

@media (max-width: 640px) {
  .footer {
    padding: 70px 0 100px;
    border-bottom: solid 47px #343434;
  }
}

.footer-lead {
  margin-bottom: 82px;
  font-size: 2.8rem;
}

@media (max-width: 950px) {
  .footer-lead {
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .footer-lead {
    margin-bottom: 42px;
    font-size: 1.7rem;
  }
}

.footer-icon {
  width: 100px;
  margin: 0 auto 12px;
}

.footer-text {
  margin-bottom: 100px;
  font-size: 5.6rem;
}

@media (max-width: 950px) {
  .footer-text {
    margin-bottom: 63px;
  }
}

@media (max-width: 640px) {
  .footer-text {
    margin-bottom: 50px;
    font-size: 3.6rem;
  }
}

.footer-text__download {
  font-size: 3rem;
  display: block;
  padding-top: 24px;
  margin-bottom: 52px;
}

@media (max-width: 640px) {
  .footer-text__download {
    font-size: 2rem;
  }
}

.footer-wrapper {
  padding-bottom: 150px;
}

.page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-footer__sns-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-footer__sns-outer-share {
  padding: 5px;
}

.page-footer__sns-outer-share::after {
  content: "\f105";
  font-family: FontAwesome;
  position: relative;
  left: 5px;
  font-weight: 500;
}

.page-footer__sns {
  color: #343434;
  text-decoration: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1);
}

.page-footer__sns:hover {
  opacity: 0.6;
}

.sns_icon__facebook::before {
  content: "\f082";
  font-family: FontAwesome;
  position: relative;
  left: 5px;
  font-weight: 500;
  font-size: 1.5em;
}

.sns_icon__twitter::before {
  content: "\f099";
  font-family: FontAwesome;
  position: relative;
  left: 5px;
  font-weight: 500;
  font-size: 1.5em;
}

.sns_icon__left {
  padding-left: 20px;
}

/* section */
@media (max-width: 950px) {
  .section-global__wrapper {
    padding: 0 89px;
  }
}

@media (max-width: 400px) {
  .section-global__wrapper {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .section-global__wrapper {
    padding: 0 10px;
  }
}

.section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}

@media (max-width: 1300px) {
  .section-box {
    display: block;
    margin-bottom: 120px;
  }
}

@media (max-width: 640px) {
  .section-box {
    display: block;
  }
}

.section-box__about {
  float: left;
  width: 360px;
  margin-right: 45px;
  padding-top: 100px;
}

@media (max-width: 1400px) {
  .section-box__about {
    width: 320px;
    margin-right: 100px;
  }
}

@media (max-width: 1300px) {
  .section-box__about {
    float: none;
    width: 360px;
    padding-top: 30px;
    margin-right: 40px;
  }
}

@media (max-width: 950px) {
  .section-box__about {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 640px) {
  .section-box__about {
    margin: 0;
    padding-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .section-box__about {
    width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 1300px) {
  .section-box__about:last-of-type {
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .section-box__about:nth-last-of-type(2) {
    margin-bottom: 80px;
  }
}

.section-box__item {
  width: 390px;
  padding: 0 98px;
}

@media (max-width: 1300px) {
  .section-box__item {
    width: 290px;
    padding: 0;
    margin: 0 auto;
  }
}

.section-box__item.text.top {
  padding: 100px 98px 0 0;
  width: 458px;
}

@media (max-width: 1300px) {
  .section-box__item.text.top {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 640px) {
  .section-box__item.text.top {
    padding: 0;
  }
}

.section-box__item.text.bottom {
  padding: 100px 0 0 98px;
  width: 458px;
}

@media (max-width: 1300px) {
  .section-box__item.text.bottom {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}

.section-title__subsection {
  font-size: 6.2rem;
  margin-bottom: 32px;
}

@media (max-width: 1400px) {
  .section-title__subsection {
    font-size: 4.2rem;
  }
}

@media (max-width: 1300px) {
  .section-title__subsection {
    font-size: 4rem;
  }
}

.section-title__subsection_ja {
  font-size: 2rem;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .section-title__subsection_ja {
    font-size: 2rem;
    margin-bottom: 32px;
  }
}

.section-paragraph {
  margin-bottom: 32px;
  line-height: 2.5;
}

@media (max-width: 1300px) {
  .section-paragraph {
    margin-bottom: 22px;
    line-height: 1.9;
  }
}

.section-paragraph__title {
  font-size: 2.4rem;
}

@media (max-width: 1400px) {
  .section-paragraph__title {
    font-size: 2rem;
  }
}

.section-picture {
  padding-bottom: 120px;
}

@media (max-width: 950px) {
  .section-picture {
    padding-bottom: 60px;
  }
}

/* about */
.about {
  margin-bottom: 200px;
  position: relative;
}

@media (max-width: 1400px) {
  .about {
    padding: 0 100px;
  }
}

@media (max-width: 1300px) {
  .about {
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 120px;
  }
}

@media (max-width: 950px) {
  .about {
    margin-bottom: 0;
  }
}

.about-screen {
  position: absolute;
  width: 360px;
  margin: 0 auto;
  top: 0;
  right: -34px;
}

@media (min-width: 2560px) {
  .about-screen {
    right: 0px;
  }
}

@media (max-width: 1400px) {
  .about-screen {
    width: -3px;
  }
}

@media (max-width: 1300px) {
  .about-screen {
    display: none;
  }
}

@media (max-width: 640px) {
  .about-screen {
    display: none;
  }
}

@media (max-width: 500px) {
  .about__chart {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 1300px) {
  .about .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 120px;
  }
}

@media (max-width: 640px) {
  .about .clearfix {
    display: inline-block;
    margin: 0 auto;
  }
}

/* features */
.feature {
  background-image: url(./imgs/bgi_overlay.png);
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 120px;
  position: relative;
}

@media (min-width: 2560px) {
  .feature {
    display: none;
  }
}

@media (min-width: 1300px) {
  .feature {
    background-image: url(./imgs/bgi_overlay_950.png);
    background-size: cover;
    height: 700px;
    margin-bottom: 60px;
  }
}

@media (max-width: 950px) {
  .feature {
    background-image: url(./imgs/bgi_overlay_950.png);
    background-size: contain;
    height: 393px;
    margin-bottom: 82px;
  }
}

@media (max-width: 640px) {
  .feature {
    background-image: url(./imgs/bgi_overlay_sp.png);
    background-size: contain;
    height: 370px;
    margin: 0;
  }
}

@media (max-width: 400px) {
  .feature {
    height: 273px;
  }
}

.feature-font {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.6em;
}

@media (min-width: 1300px) {
  .feature-font {
    font-size: 2.8rem;
    letter-spacing: 0.5em;
  }
}

@media (max-width: 950px) {
  .feature-font {
    font-size: 2rem;
    letter-spacing: 0.5em;
  }
}

@media (max-width: 640px) {
  .feature-font {
    font-size: 1.4rem;
    letter-spacing: 0.5em;
  }
}

.feature-font__big {
  font-size: 6.4rem;
}

@media (min-width: 1300px) {
  .feature-font__big {
    font-size: 5.4rem;
  }
}

@media (max-width: 950px) {
  .feature-font__big {
    font-size: 4.4rem;
  }
}

@media (max-width: 640px) {
  .feature-font__big {
    font-size: 2rem;
  }
}

.feature-font:first-of-type {
  position: absolute;
  top: 160px;
  right: 300px;
}

@media (min-width: 1300px) {
  .feature-font:first-of-type {
    position: absolute;
    top: 100px;
    right: 200px;
  }
}

@media (max-width: 950px) {
  .feature-font:first-of-type {
    position: absolute;
    top: 70px;
    right: 150px;
  }
}

@media (max-width: 640px) {
  .feature-font:first-of-type {
    position: absolute;
    top: 40px;
    right: 50px;
  }
}

.feature-font:nth-of-type(2) {
  position: absolute;
  top: 290px;
  right: 180px;
}

@media (min-width: 1300px) {
  .feature-font:nth-of-type(2) {
    position: absolute;
    top: 240px;
    right: 100px;
  }
}

@media (max-width: 950px) {
  .feature-font:nth-of-type(2) {
    position: absolute;
    top: 140px;
    right: 80px;
  }
}

@media (max-width: 640px) {
  .feature-font:nth-of-type(2) {
    position: absolute;
    top: 100px;
    right: 30px;
  }
}

.feature-font:last-of-type {
  position: absolute;
  top: 440px;
  right: 270px;
}

@media (min-width: 1300px) {
  .feature-font:last-of-type {
    position: absolute;
    top: 380px;
    right: 200px;
  }
}

@media (max-width: 950px) {
  .feature-font:last-of-type {
    position: absolute;
    top: 220px;
    right: 140px;
  }
}

@media (max-width: 640px) {
  .feature-font:last-of-type {
    position: absolute;
    top: 160px;
    right: 60px;
  }
}

.box {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.delay-time05 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.delay-time1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.delay-time15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.delay-time2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.delay-time25 {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

.delay-time3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.delay-time3.5 {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
}

.delay-time4 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.delay-time4.5 {
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.loading-text {
  font-size: 2rem;
  padding-top: 25px;
}

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