@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #000;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*color*/
/*mixin*/
/*spacing*/
.mb0 {
  margin-bottom: 0;
}

.mt0 {
  margin-top: 0;
}

.mv0 {
  margin-bottom: 0;
  margin-top: 0;
}

.mb-sm {
  margin-bottom: 10px;
}

.mt-sm {
  margin-top: 10px;
}

/*typo*/
p {
  line-height: 1.8;
  margin: 30px 0;
}

p a {
  text-decoration: underline;
  color: #0075c2;
}

.red {
  color: #c1272d;
}

.sm {
  font-size: 0.85em;
}

h2,
h3,
h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  line-height: 1.25;
  margin: 30px 0;
}

h2 {
  font-size: 24px;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}

h2:before, h2:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  background: #c1272d;
}

h2:before {
  bottom: 0;
  height: 2px;
}

h2:after {
  bottom: 3px;
  height: 1px;
}

h3 {
  font-size: 20px;
}

.b {
  font-weight: bold;
}

/*link*/
a {
  text-decoration: none;
  color: #fff;
}

/*button*/
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 240px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Serif JP', serif;
  background: #c1272d;
  height: 56px;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 4px rgba(0, 0, 0, 0.26);
          box-shadow: 0 8px 4px rgba(0, 0, 0, 0.26);
  position: relative;
  color: #fff;
  text-decoration: none;
}

.btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 1px 0;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/*media*/
img,
video {
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 30px auto;
}

figure.sm-full-width {
  margin-left: -15vw;
  margin-right: -15vw;
}

figure.character-container figcaption {
  margin-top: 10px;
  text-align: center;
  color: #c1272d;
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

/*header*/
.brand {
  padding: 10px 8vw;
  text-align: center;
}

.brand img {
  height: 56px;
  width: auto;
}

.main-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.main-nav ul li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  text-align: center;
  border-left: 1px solid #892028;
}

.main-nav ul li:nth-child(1) {
  border: none;
}

.main-nav ul li a {
  font-family: 'Noto Serif JP', serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  font-size: 14px;
  background: #c1272d;
}

.main-nav ul li.badge {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-nav ul li.badge a {
  background-color: transparent;
  padding: 5px 5px 0 0;
  height: auto;
}

.main-nav ul li.badge a img {
  height: 35px;
}

.main-visual {
  margin-top: 45px;
  text-align: center;
}

/*footer*/
.copyright {
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  height: 40px;
  font-size: 14px;
}

#pageTop {
  text-align: center;
}

#pageTop a {
  font-size: 14px;
  color: #866629;
  position: relative;
  @includ mincho;
  font-weight: bold;
}

#pageTop a:before, #pageTop a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 2px 0 0 2px;
  border-color: #866629;
  border-style: solid;
  position: absolute;
}

#pageTop a:before {
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

#pageTop a:after {
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/*contents*/
main section {
  margin-bottom: 50px;
}

.wrap {
  padding: 0 15vw;
  max-width: calc(960px + 30vw);
  margin: 0 auto;
}

/*conponent*/
.loading {
  background: #000;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.loading .catch-copy {
  @includ mincho;
  font-size: 32px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
  -webkit-animation: loading-text 2s forwards;
          animation: loading-text 2s forwards;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

#animation-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#animation-bg:after {
  content: "";
  width: 8vw;
  max-width: 120px;
  height: 100vh;
  background: url(./images/rust-bg.jpg);
  position: absolute;
  left: 0;
  top: 0;
}

.video-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  height: 0;
}

.video-container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.slider {
  margin: 30px 0 60px !important;
}

.slider figure {
  margin: 0;
}

.slider.item h3 {
  margin: 15px 0 10px;
  font-weight: normal;
  font-size: 18px;
}

.slider.item p {
  font-size: 14px;
  margin: 0;
}

.app-block h3 {
  margin: 0 0 10px;
  text-align: center;
  color: #c1272d;
}

.card {
  padding: 30px;
  border: 1px solid #c1272d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 400px;
}

.card figure {
  margin: 10px 0;
}

.card > * {
  margin: 10px 0;
}

.card > *:first-child {
  margin-top: 0;
}

.card > *:last-child {
  margin-bottom: 0;
}

.card .btn {
  margin-top: auto;
}

.card .badge > a {
  display: block;
}

.card .badge > a:first-child {
  margin-bottom: 10px;
}

.card .badge img {
  height: 56px;
  width: auto;
}

ul.disc li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 10px;
  line-height: 1.5;
}

ul.disc li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #c1272d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.modal .close {
  position: absolute;
  top: 8vw;
  right: 8vw;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  opacity: .8;
}

.modal .close:before, .modal .close:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.modal .close:before {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal .close:after {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal .close span {
  width: 100%;
  position: absolute;
  display: block;
  text-align: center;
  font-size: 13px;
  left: 0;
  bottom: -1.5em;
}

.modal .modal-inner {
  width: 80vw;
  height: 75vh;
  margin: 18vh auto 8vh;
  position: absolute;
  left: 0;
  right: 0;
  overflow-y: scroll;
  max-width: 960px;
}

.character-wide {
  position: relative;
  z-index: 1;
}

.character-wide:before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
}

/*animation*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    z-index: 999;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    z-index: 999;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

@-webkit-keyframes loading-text {
  0% {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    letter-spacing: -1em;
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    letter-spacing: 0.2em;
  }
}

@keyframes loading-text {
  0% {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
    letter-spacing: -1em;
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    letter-spacing: 0.2em;
  }
}

@media screen and (min-width: 768px) {
  .main-visual {
    padding: 0 15vw;
    margin-top: 50px;
  }
  .slick-slide {
    margin-right: 20px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .columns .md-col2 {
    -webkit-flex-basis: calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
    margin: 0 20px 30px 0;
  }
  .columns.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  figure.sm-full-width {
    margin-left: auto;
    margin-right: auto;
  }
  .character-wide:before {
    content: none;
  }
}

@media screen and (min-width: 1024px) {
  main section {
    margin-bottom: 100px;
  }
  .main-visual {
    display: none;
  }
  header .wrap {
    padding: 0;
    max-width: none;
  }
  .brand {
    padding: 15px 0;
  }
  .brand img {
    height: 120px;
  }
  .main-nav ul li a {
    height: 56px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .main-nav ul li a:hover {
    background: #892028;
  }
  .main-nav ul li.badge {
    bottom: -60px;
  }
  .main-nav ul li.badge a {
    padding: 10px 15px 0 0;
  }
  .main-nav ul li.badge a img {
    height: 50px;
  }
  p {
    font-size: 18px;
  }
  h2 {
    font-size: 40px;
    padding-bottom: 20px;
    margin: 50px 0;
  }
  h3 {
    font-size: 28px;
    margin: 50px 0;
  }
  .columns .lg-col3 {
    -webkit-flex-basis: calc(33.3333333% - 30px);
        -ms-flex-preferred-size: calc(33.3333333% - 30px);
            flex-basis: calc(33.3333333% - 30px);
    margin-right: 30px;
  }
  .modal .modal-inner {
    overflow: hidden;
    margin: 12vh auto 12vh;
  }
  .modal .modal-content {
    width: calc(100% + 17px);
    height: 100%;
    padding-right: 17px;
    overflow-y: scroll;
  }
  .modal .modal-content .columns > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media screen and (min-width: 1500px) {
  header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .wrap {
    width: 86vw;
    max-width: none;
    margin: 0;
  }
  .header-inner {
    width: 17vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 30px 0 0 15px;
  }
  .brand {
    padding: 0;
  }
  .brand img {
    height: auto;
  }
  .main-nav {
    margin-top: 100px;
  }
  .main-nav ul {
    width: 15vw;
    max-width: 300px;
    display: block;
    background-color: transparent;
  }
  .main-nav ul li {
    margin-bottom: 10px;
    border: none;
  }
  .main-nav ul li.badge {
    position: static;
  }
  .main-nav ul li.badge a {
    padding: 0 15px 0 0;
  }
  .main-nav ul li.badge a:hover {
    background-color: transparent;
  }
  .card {
    min-height: 410px;
  }
}
