@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  color: #666666;
  font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 63%;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
}

/* ======================================
TEXT関連
======================================*/
a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  /* Opera */
  -moz-transition: all 0.4s ease-out;
  /* Firefox */
  -webkit-transition: all 0.4s ease-out;
  /* GoogleChrome, Safari */
  -ms-transition: all 0.4s ease-out;
  /* IE */
}
a:hover {
  color: #000000;
  /*text-decoration: underline;*/
}

/*ボタン_ボックスタイプ*/
.btn-box {
  display: block;
  position: relative;
  top: calc(50% + 80px);
}

.btn-box a {
  display: block;
  position: relative;
  background: #000000;
  color: #ffffff;
  font-size: 1.4em;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  border: 1px solid #8c8c8c;
  border-radius: 11px;
  width: 256px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 0px 13px 0px;
  text-align: center;
  z-index: 101;
}

.btn-box a:hover {
  color: #000;
  background: #fff;
}

/* ======================================
cotents
======================================*/
.wrapper {
  position: relative;
  background: #000000;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 0px);
  min-width: 768px;
}

.main-title {
  position: absolute;
  width: 40%;
  min-width: 188px;
  max-width: 280px;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .main-title {
    width: 40%;
    min-width: 188px;
    max-width: 280px;
  }
}
.main-title img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.btn-scroll {
  position: relative;
  width: 46px;
  height: 60px;
  z-index: 1000002;
  margin: 0 auto;
  top: calc(100% - 150px);
  text-align: center;
  z-index: 100;
}
.btn-scroll a {
  color: #ffffff;
  font-size: 1.4em;
  font-family: UD Shin Go Light;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.btn-scroll a:hover {
  color: #888888;
}
.btn-scroll a > i {
  font-size: 2em;
  padding-top: 10px;
}

#main-container {
  background: #c6161e;
  color: #fff;
  width: 100%;
  padding: 180px 0;
}

.contents__inner-top-oc {
  position: relative;
  width: 100%;
  min-width: 768px;
  max-width: 900px;
  margin: 0 auto;
}
.contents__title {
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 0.03em;
}
.contents__text-ul {
  color: #fff;
  font-size: 1.4em;
  line-height: 2.14;
  margin-top: -8px;
  margin-bottom: -9px;
  padding-top: 30px;
  padding-bottom: 80px;
}
.contents__text-ul > li {
  padding-bottom: 5px;
}
.contents__text-ul > li:last-child {
  padding-bottom: 0px;
}

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