@charset "UTF-8";
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

a:hover p:hover {
  opacity: 0.7;
}

a:hover img:hover {
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 62.5%;
  color: #fff;
  background: #000;
  /*ゴシック*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width: 767px) and (max-width: 1160px) {
  body {
    width: 1160px;
  }
}

header {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  background: #000;
  text-align: center;
  padding: 70px 0 40px;
}

footer p:first-of-type {
  font-size: 1.6rem;
  line-height: 44px;
}

footer p:first-of-type img {
  width: 126px;
  margin-right: 20px;
}

footer p + p {
  margin-top: 40px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 20px;
  }
  footer p:first-of-type {
    font-size: 1.2rem;
    line-height: 34px;
  }
  footer p:first-of-type img {
    width: 100px;
  }
  footer p + p {
    margin-top: 30px;
    font-size: 1rem;
  }
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container {
  max-width: 1160px;
  margin: auto;
}

@media only screen and (min-width: 767px) and (max-width: 1160px) {
  .container {
    max-width: 1040px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

.global_menu li {
  width: 18%;
  float: left;
}

.top {
  background: url(../img/top.png) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
  position: relative;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

.top header {
  position: absolute;
  top: 5vh;
  left: 5vw;
  width: 128px;
}

.top .txtbox01 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
}

.top .txtbox01 .txt01 {
  font-size: calc(1vw + 1.75rem);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.top .txtbox01 .txt02 {
  font-size: calc(1vw + 0.175rem);
  margin-top: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 1160px) {
  .top .txtbox01 {
    left: 45%;
  }
  .top .txtbox01 .txt01 {
    font-size: 3.2rem;
  }
  .top .txtbox01 .txt02 {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top {
    background: url(../img/top_sp.png) no-repeat center center/cover;
  }
  .top header {
    top: 5vh;
    left: 5vw;
    width: 100px;
  }
  .top .txtbox01 {
    left: auto;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 80%;
  }
  .top .txtbox01 .txt01 {
    font-size: 1.8rem;
  }
  .top .txtbox01 .txt02 {
    font-size: 1.3rem;
    margin-top: 5vh;
  }
}

.bg_wrap01 {
  background: #241409 url(../img/bg01.png) no-repeat 0 0/100% auto;
}

@media screen and (max-width: 767px) {
  .bg_wrap01 {
    background: #241409 url(../img/bg01_sp.png) no-repeat 0 0/200% auto;
  }
}

section.container {
  position: relative;
  padding: 300px 0 150px;
}

section.container:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 100%;
  background-color: #C72828;
  left: 0;
  top: 0;
  opacity: 0.6;
}

section.container h2 {
  position: absolute;
  color: #C72828;
  font-size: 13.4rem;
  font-weight: bold;
  top: 494px;
  left: -90px;
  line-height: 100px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

section.container .anniv {
  position: absolute;
  width: 300px;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

section.container section + section {
  margin-top: 40px;
}

section.container section h3 {
  font-size: 6rem;
  color: #C72828;
  font-weight: bold;
  margin-left: 50px;
  font-family: 'Roboto Slab', serif;
}

section.container section ol {
  margin-top: 40px;
}

section.container section ol li {
  position: relative;
  padding-left: 93px;
}

section.container section ol li + li {
  margin-top: 30px;
}

section.container section ol li > p:first-of-type {
  width: 75px;
  font-size: 2.8rem;
  position: relative;
  display: inline-block;
  padding: 6px;
}

section.container section ol li > p:first-of-type:before {
  content: "";
  position: absolute;
  width: 168px;
  height: 1px;
  background-color: #C72828;
  right: 0;
  bottom: 0;
}

section.container section ol li > p:first-of-type + p {
  font-size: 2rem;
  margin-top: 6px;
  max-width: 460px;
}

section.container section ol li .wrap {
  margin-top: 6px;
  padding-bottom: 250px;
}

section.container section ol li .wrap + .wrap {
  position: relative;
  padding-bottom: 280px;
}

section.container section ol li .wrap p {
  font-size: 2rem;
  max-width: 480px;
}

section.container section ol li .wrap figure {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

section.container section ol li .sub_txt {
  font-size: 2rem;
  margin: 0px 0 40px;
}

@media screen and (max-width: 767px) {
  section.container section ol li .sub_txt {
    font-size: 1.6rem;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1160px) {
  section.container {
    padding: 200px 0 150px;
  }
  section.container:before {
    width: 50px;
  }
  section.container h2 {
    font-size: 11.5rem;
    letter-spacing: 2px;
    top: 436px;
    left: -60px;
    line-height: 90px;
  }
  section.container .anniv {
    width: 250px;
  }
  section.container section h3 {
    margin-left: 40px;
  }
  section.container section ol {
    margin-top: 40px;
  }
  section.container section ol li {
    padding-left: 80px;
  }
  section.container section ol li + li {
    margin-top: 20px;
  }
  section.container section ol li > p:first-of-type {
    padding: 0px 6px 6px 6px;
  }
  section.container section ol li > p:first-of-type:before {
    width: 155px;
  }
  section.container section ol li > p:first-of-type + p {
    max-width: 480px;
  }
  section.container section ol li .wrap {
    margin-top: 6px;
    padding-bottom: 220px;
  }
  section.container section ol li .wrap + .wrap {
    padding-bottom: 260px;
  }
  section.container section ol li .wrap p {
    max-width: 480px;
  }
  section.container section ol li .wrap figure {
    max-width: 420px;
  }
}

@media screen and (max-width: 767px) {
  section.container {
    position: relative;
    padding: 100px 20px 50px 72px;
  }
  section.container:before {
    width: 40px;
    height: 100%;
    left: 32px;
  }
  section.container h2 {
    font-size: 6rem;
    top: 220px;
    left: 0px;
    line-height: 50px;
  }
  section.container .anniv {
    width: 136px;
  }
  section.container section + section {
    margin-top: 60px;
  }
  section.container section h3 {
    font-size: 3.6rem;
    margin-left: -8px;
  }
  section.container section ol {
    margin-top: 20px;
  }
  section.container section ol li {
    padding-left: 24px;
  }
  section.container section ol li + li {
    margin-top: 20px;
  }
  section.container section ol li > p:first-of-type {
    width: 65px;
    font-size: 2.8rem;
    padding: 6px 0;
  }
  section.container section ol li > p:first-of-type:before {
    width: 89px;
    right: auto;
    left: -24px;
  }
  section.container section ol li > p:first-of-type + p {
    font-size: 1.6rem;
    max-width: 100%;
    margin-top: 10px;
  }
  section.container section ol li .wrap {
    margin-top: 6px;
    padding-bottom: 0px;
  }
  section.container section ol li .wrap + .wrap {
    padding-bottom: 0px;
    margin-top: 20px;
  }
  section.container section ol li .wrap p {
    font-size: 1.6rem;
    max-width: 100%;
  }
  section.container section ol li .wrap figure {
    display: block;
    margin-top: 10px;
    position: static;
  }
}
/*# sourceMappingURL=style.css.map */