@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  width: 100%;
  height: auto;
}

body {
  font-family: belarius-poster,sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.08em;
  width: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 751px) {
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  body {
    font-size: 10px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}

.inviewfadeIn,
.inviewfadeInUp,
.inviewfadeInRight,
.inviewfadeInLeft,
.inviewfadeInDown,
.inviewzoomIn {
  opacity: 0;
}

.inviewzoomOut {
  opacity: 1;
}

#wrap {
  max-width: 1800px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

/* CONTENT
--------------------------------------*/
.main {
  margin: 0 auto;
  color: #000;
  padding: 10px 0;
  height: 100vh;
  max-width: 1280px;
  height: -webkit-fill-available;
}

.main h1 {
  line-height: 2.5;
  text-align: center;
  font-size: 48px;
}

@media screen and (max-width: 750px) {
  .main h1 {
    font-size: 19px;
  }
}

.main div {
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main div {
    width: 82%;
  }
}

.main p {
  text-align: center;
  line-height: 2.5;
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .main p {
    font-size: 13px;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox img {
  width: 50%;
}

.credit {
  margin: 20px 0;
  text-align: center;
}

.credit li {
  padding: 5px 0;
}

.credit li a > .soon {
  color: #bfbfbf;
}

.credit .num {
  font-size: 20px;
}

@media screen and (max-width: 750px) {
  .credit .num {
    font-size: 18px;
  }
}

.box_credit {
  text-align: center;
}

.box_credit ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}

.box_credit ul .num, .box_credit ul li {
  text-align: left;
}

.box_credit ul li {
  padding: 5px 0;
}

.box_credit ul li a > .soon {
  color: #bfbfbf;
}

section {
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  section {
    margin-top: 150px;
  }
}

#item01 .slider {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #item01 .slider {
    width: 100%;
  }
}

#item01 .box_credit {
  text-align: center;
}

#item01 .box_credit ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}

#item01 .box_credit ul .num {
  text-align: left;
}

#item02 .flexbox {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  #item02 .flexbox {
    margin-top: 10px;
  }
}

#item02 .flexbox .img_box {
  width: 50%;
}

#item02 .flexbox img {
  width: 100%;
}

#item03 .small {
  width: 40%;
  margin-left: 18%;
  padding-top: 40px;
}

#item04 .flexbox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#item04 .flexbox2 .box {
  width: 50%;
}

#item04 .flexbox2 .box:nth-of-type(2) img {
  margin: 0 auto;
  width: 80%;
}

#item05 .flexbox .img_box {
  width: 50%;
}

#item05 .flexbox .img_box img {
  width: 100%;
}

#item06 .img_box {
  position: relative;
}

#item06 .img_base {
  position: absolute;
  top: 0;
  width: 100%;
}

#item06 .img_on {
  position: absolute;
  width: calc(444 / 1200 * 100%);
  top: calc(724 / 1279 * 100%);
  right: calc(70 / 1200 * 100%);
}

#item06 .img_box::before {
  content: "";
  display: block;
  padding-top: calc(1279 / 1200 * 100%);
}

#item07 .slider {
  margin: 0 auto;
  width: 60%;
}

@media screen and (max-width: 750px) {
  #item07 .slider {
    width: 100%;
  }
}

#item08 .flexbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#item08 .flexbox div {
  width: 50%;
}

#item08 .flexbox div img {
  width: 100%;
}

#item08 .flexbox div:nth-of-type(1) {
  justify-items: center;
}

#item08 .flexbox div:nth-of-type(1) img {
  width: 80%;
  margin: 0 auto;
}

footer {
  margin-top: 200px;
  border-top: solid 1px lightgray;
  padding-top: 130px;
}

footer p {
  text-align: center;
  font-size: 10px;
  line-height: 2;
}

footer .w_logo {
  text-align: center;
  font-size: 10px;
  padding-top: 130px;
  padding-bottom: 30px;
}

footer .w_logo .logo {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 750px) {
  footer .w_logo .logo {
    width: 200px;
  }
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/* ANIMATION
--------------------------------------*/
.delay-0200s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

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

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

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

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

/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*中の要素 img*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ani_duration.bgLRextend {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.ani_duration.bgLRextend:before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.ani_duration .bgappear {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/*左から右 BGカラー*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
  opacity: 0;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 1;
  }
}

.ani_duration {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/*上から下*/
.bgUDextend::before {
  -webkit-animation-name: bgUDextendAnime;
          animation-name: bgUDextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/
}

@-webkit-keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */