@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: 'Unna', serif;
  letter-spacing: 0.08em;
  width: 100%;
  color: #686764;
  -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: #686764;
  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;
  }
}

.box_credit {
  margin: 0 auto;
  text-align: center;
}

.box_credit .credit {
  display: inline-block;
  text-align: left;
  padding-top: 15px;
}

@media screen and (max-width: 750px) {
  .box_credit .credit {
    text-align: center;
  }
}

.box_credit a {
  line-height: 2;
}

.box_credit .buy {
  text-decoration: underline;
}

.box_credit a > .soon {
  pointer-events: none;
  color: #B1B1B1;
}

.slash {
  padding: 0 15px;
}

/* CONTENT
--------------------------------------*/
[class^="swiper-button-"] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.main {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../images/pc_main_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 750px) {
  .main {
    background-image: url(../images/sp_main_2.jpg);
    width: 100%;
    height: 100vh;
  }
}

.main .title_box {
  position: absolute;
  top: calc(320 /700 * 100%);
  left: calc(53 /1200 * 100%);
  bottom: 10%;
  width: calc(356 /1200 * 100%);
}

@media screen and (max-width: 750px) {
  .main .title_box {
    position: absolute;
    top: calc(699 /1334 * 100%);
    left: calc(32 /750 * 100%);
    bottom: 10%;
    width: calc(545 /750 * 100%);
  }
}

.main .title_box img {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .swiper-slide .content {
    position: absolute;
    top: 30%;
    left: 7.5%;
    width: 31%;
  }
}

@media screen and (max-width: 750px) {
  .swiper-slide .content {
    position: absolute;
    bottom: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 75%;
  }
}

.swiper-slide .content .title {
  width: 100%;
  display: block;
}

.swiper-slide .content img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .swiper-slide img {
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 750px) {
  .swiper-slide img {
    width: auto;
    height: 100%;
  }
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

/*スクロールダウン*/
.scrolldown {
  position: absolute;
  right: 2%;
  bottom: 2%;
  height: 50px;
  z-index: 999;
}

@media screen and (max-width: 750px) {
  .scrolldown {
    right: 0;
    left: 5%;
    top: 9%;
  }
}

/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  left: -15px;
  top: -35px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.footer .staff {
  padding-top: 100px;
}

@media screen and (max-width: 750px) {
  .footer .staff {
    padding-top: 50px;
  }
}

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

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

@media screen and (max-width: 750px) {
  .w_logo {
    padding-top: 50px;
  }
}

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

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

.side-scroll-list {
  white-space: nowrap;
  font-size: 0;
}

.side-scroll-list li {
  display: inline-block;
}

#block01 {
  position: relative;
}

@media screen and (min-width: 751px) {
  #block01 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 750px) {
  #block01 {
    padding: 40px 0;
  }
}

#block01 ul {
  width: 500px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  #block01 ul {
    width: 80%;
  }
}

#block01 ul::before {
  content: "";
  display: block;
  padding-top: calc(1499 / 1200 * 100%);
}

@media screen and (max-width: 750px) {
  #block01 ul::before {
    padding-top: calc(939 / 750 * 100%);
  }
}

#block01 ul li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

#block01 ul li.active {
  opacity: 1;
}

#block02 {
  margin-top: 150px;
}

@media screen and (max-width: 750px) {
  #block02 {
    margin-top: 60px;
  }
}

#block02 .img_container {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #block02 .img_container {
    width: 100%;
    overflow: hidden;
  }
}

#block03 {
  margin-top: 100px;
  position: relative;
  background-color: #000;
}

#block03 img:nth-of-type(1) {
  position: absolute;
  left: 45.8%;
  top: 8%;
  width: 31%;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  #block03 img:nth-of-type(1) {
    width: 35.7%;
    top: calc(151 /1754 * 100%);
  }
}

#block03 img:nth-of-type(2) {
  position: absolute;
  top: 21.4%;
  left: 9.5%;
  width: 31%;
}

@media screen and (max-width: 750px) {
  #block03 img:nth-of-type(2) {
    left: 0;
    width: 35.7%;
    top: calc(330 /1754 * 100%);
  }
}

#block03 img:nth-of-type(3) {
  position: absolute;
  top: 29.8%;
  width: 41.8%;
  right: 3.3%;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  #block03 img:nth-of-type(3) {
    right: 0;
    width: 48%;
    top: calc(443 /1754 * 100%);
  }
}

#block03 img:nth-of-type(4) {
  position: absolute;
  top: 50.8%;
  left: 13.3%;
  width: 48.9%;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  #block03 img:nth-of-type(4) {
    left: 4.2%;
    width: 56%;
    top: calc(724 /1754 * 100%);
  }
}

#block03 .box_credit {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 90.8%;
}

@media screen and (max-width: 750px) {
  #block03 .box_credit {
    top: calc(1282 /1754 * 100%);
  }
}

#block03 .box_credit .credit {
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  #block03 .box_credit .credit {
    text-align: center;
  }
}

#block03 .box_credit .credit a {
  color: #B1B1B1;
  line-height: 2;
}

#block03 .box_credit .credit .buy {
  text-decoration: underline;
}

#block03 .box_credit .credit a > .soon {
  color: #686764;
  pointer-events: none;
}

#block03::before {
  content: "";
  display: block;
  padding-top: calc(1868 / 1200 * 100%);
}

@media screen and (max-width: 750px) {
  #block03::before {
    padding-top: calc( 1754 / 750 * 100%);
  }
}

#block04 {
  padding-top: 200px;
}

@media screen and (max-width: 750px) {
  #block04 {
    padding-top: 100px;
  }
}

#block04 img {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #block04 img {
    width: 75%;
  }
}

#block05 {
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  #block05 {
    margin-top: 100px;
  }
}

#block05 .container {
  position: relative;
}

#block05 .container img:nth-of-type(1) {
  top: 0;
  position: absolute;
  width: calc(910 /1200 * 100%);
  right: 10px;
}

@media screen and (max-width: 750px) {
  #block05 .container img:nth-of-type(1) {
    width: calc(599 /750 * 100%);
    right: 0;
  }
}

#block05 .container img:nth-of-type(2) {
  position: absolute;
  height: auto;
  width: calc(409 /1200 * 100%);
  left: calc(50 /1200 * 100%);
  top: calc(31 /607 * 100%);
}

@media screen and (max-width: 750px) {
  #block05 .container img:nth-of-type(2) {
    width: calc(269 /750 * 100%);
    left: 0;
    top: calc(20 /399 * 100%);
  }
}

#block05 .container::before {
  content: "";
  display: block;
  padding-top: calc(607 / 1200 * 100%);
}

@media screen and (max-width: 750px) {
  #block05 .container::before {
    content: "";
    display: block;
    padding-top: calc(399 / 750 * 100%);
  }
}

#block06 {
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  #block06 {
    margin-top: 100px;
  }
}

#block06 .flexbox {
  margin: 0 auto;
  width: calc(1187 / 1200 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block06 .flexbox div:nth-of-type(1) {
  width: calc(787 / 1200 * 100%);
}

#block06 .flexbox div:nth-of-type(2) {
  width: calc(394 / 1200 * 100%);
}

#block07 {
  margin: 200px 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  #block07 {
    margin: 100px 0;
  }
}

#block07 .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  #block07 .flexbox {
    width: 90%;
  }
}

#block07 .flexbox .container {
  width: 50%;
}

#block07 .flexbox .container .credit {
  padding-top: 20px;
  text-align: center;
  color: #B1B1B1;
}

#block07 .flexbox .sign {
  width: 76%;
  padding-top: 30%;
}

@media screen and (max-width: 750px) {
  #block07 .flexbox .sign {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  #block07 .flexbox .credit {
    padding-top: 15px;
    text-align: center;
    color: #B1B1B1;
  }
}

#block07 a > .soon {
  color: #686764;
  pointer-events: none;
}

#block07 .bk {
  z-index: -99;
  position: absolute;
  background: #000;
  width: 100%;
  bottom: 0;
  height: calc(608 / 710 * 100%);
}

#block07::before {
  content: "";
  display: block;
  padding-top: calc(710 / 1200 * 100%);
}

@media screen and (max-width: 750px) {
  #block07::before {
    padding-top: calc(570 / 750 * 100%);
  }
}

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

@media screen and (max-width: 750px) {
  #block08 .flexbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#block08 .flexbox img:nth-of-type(1) {
  width: 48%;
}

@media screen and (max-width: 750px) {
  #block08 .flexbox img:nth-of-type(1) {
    width: 53%;
  }
}

#block08 .flexbox img:nth-of-type(2) {
  width: 40%;
}

@media screen and (max-width: 750px) {
  #block08 .flexbox img:nth-of-type(2) {
    width: 36.8%;
    margin: 0 auto;
  }
}

#block09 {
  margin-top: 200px;
}

@media screen and (max-width: 750px) {
  #block09 {
    margin-top: 100px;
  }
}

#block09 img {
  width: 1005;
}

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

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

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

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

.delay-0025s {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
/*# sourceMappingURL=style.css.map */