@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: #7c0c09;
  color: #fff; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.hero {
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .hero .hero_text img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 20;
    -webkit-filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.7));
    -moz-filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.7));
    -ms-filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.7)); }
    @media only screen and (max-width: 767px) {
      .hero .hero_text img {
        top: 5.6%; } }
    @media only screen and (min-width: 768px) {
      .hero .hero_text img {
        top: 4.6%; } }
    .hero .hero_text img img {
      max-width: 100%;
      height: auto; }
  .hero .building {
    position: absolute;
    z-index: 10;
    bottom: 0; }
  .hero .hero_img {
    text-align: center;
    position: relative;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      .hero .hero_img {
        top: 6%; }
        .hero .hero_img img {
          width: 800px;
          height: auto; } }
  .hero .bg_right {
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .hero .bg_right {
        left: 40%;
        top: 5%; } }
    @media only screen and (min-width: 768px) {
      .hero .bg_right {
        right: 0;
        top: 0; } }
    @media only screen and (max-width: 767px) {
      .hero .bg_right img {
        width: 100%; } }
  .hero .bg_left {
    position: absolute;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .hero .bg_left {
        top: 4%; } }
    @media only screen and (min-width: 768px) {
      .hero .bg_left {
        top: 0; } }
    @media only screen and (max-width: 767px) {
      .hero .bg_left img {
        width: 60%; } }

.pagination {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%); }
  @media only screen and (max-width: 767px) {
    .pagination {
      right: 12px; } }
  @media only screen and (min-width: 768px) {
    .pagination {
      right: 32px; } }
  .pagination a {
    display: block;
    border-radius: 50%;
    background-color: #fcfcfc;
    transition: transform 0.2s; }
    @media only screen and (max-width: 767px) {
      .pagination a {
        width: 7px;
        height: 7px;
        margin: 13px 0; } }
    @media only screen and (min-width: 768px) {
      .pagination a {
        width: 11px;
        height: 11px;
        margin: 22px 0; } }

@media only screen and (max-width: 767px) {
  .pagination a.active {
    transform: scale(1.5); } }
@media only screen and (min-width: 768px) {
  .pagination a.active {
    transform: scale(1.4); } }

.scroll {
  width: 100%;
  height: 100vh;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-y: repeat(100vh);
  -webkit-scroll-snap-type: mandatory;
  -webkit-scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box; }

.section {
  box-sizing: border-box;
  height: 100vh;
  scroll-snap-align: start; }

.wrap_intro_bg {
  position: relative;
  z-index: 30;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .wrap_intro {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 45px 0 18px; } }
@media only screen and (min-width: 768px) {
  .wrap_intro {
    max-width: 1100px;
    margin: 0 auto; } }

.intro {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #CB2C26; }
  @media only screen and (max-width: 767px) {
    .intro {
      font-size: 16px;
      line-height: 28px;
      margin: 0 auto 35px; } }
  @media only screen and (min-width: 768px) {
    .intro {
      max-width: 830px;
      font-size: 24px;
      line-height: 50px;
      margin: 0 auto 45px; } }
  .intro p {
    margin: 0;
    padding: 0; }

.prod_bg {
  background-image: url("../img/prod_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center; }

.prod {
  display: flex;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .prod {
      flex-direction: column;
      margin: 0 auto;
      padding: 0 45px 0 18px; } }
  @media only screen and (min-width: 768px) {
    .prod {
      justify-content: space-between;
      width: 1100px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .prod .pic {
      width: 100%;
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .prod .pic {
      width: 60%; } }
  .prod .text {
    display: flex;
    align-items: center;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 767px) {
      .prod .text {
        width: 100%;
        justify-content: center; } }
    @media only screen and (min-width: 768px) {
      .prod .text {
        width: 40%;
        margin-left: 30px; } }
    .prod .text .inner {
      display: flex;
      flex-direction: column;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .prod .text .inner {
          font-size: 20px;
          text-align: center;
          color: #fff; } }
      @media only screen and (min-width: 768px) {
        .prod .text .inner {
          font-size: 24px;
          color: #CB2C26; } }
      .prod .text .inner .comment {
        color: #fff;
        font-weight: normal;
        font-size: 15px;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .prod .text .inner .comment {
            margin: 20px 0 0; } }
        @media only screen and (min-width: 768px) {
          .prod .text .inner .comment {
            margin: 30px 0 0; } }
    .prod .text h2 {
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .prod .text h2 {
          font-size: 28px;
          line-height: 38px;
          margin: 0 0 10px; } }
      @media only screen and (min-width: 768px) {
        .prod .text h2 {
          font-size: 45px;
          line-height: 48px;
          margin: 0 0 25px; } }

.wrap_bg {
  position: relative;
  background: #000;
  height: 100vh;
  display: flex;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .wrap {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 45px 0 18px; } }
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1100px;
    margin: 0 auto; } }

.application {
  position: relative;
  z-index: 50;
  text-align: center;
  margin: -40px auto 0; }
  .application h3 {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0;
    color: #CB2C26; }
    @media only screen and (max-width: 767px) {
      .application h3 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .application h3 {
        font-size: 35px;
        margin: 0 0 30px; } }
  @media only screen and (max-width: 767px) {
    .application .form {
      height: 250px;
      overflow: auto; } }
  @media only screen and (min-width: 768px) {
    .application .form {
      height: 250px;
      overflow: auto; } }
  .application dl {
    width: calc(100% - 20px);
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .application dl {
        flex-direction: column;
        margin: 0 auto 10px auto;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application dl {
        justify-content: space-between;
        margin: 0 auto 25px auto;
        max-width: 700px; } }
  .application dt {
    padding: 0;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .application dt {
        margin: 0 0 3px 0;
        width: 100%;
        text-align: left;
        padding-top: 3px;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .application dt {
        margin: 0 0 7px 0;
        width: 200px;
        text-align: right;
        padding-top: 3px;
        font-size: 1.0rem; } }
  .application dd {
    margin: 0;
    padding: 0;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .application dd {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application dd {
        width: calc(100% - 220px); } }
  .application .nini {
    font-size: 12px; }
  .application .text {
    width: 100%; }
  .application input[type="text"] {
    border: none;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application input[type="text"] {
        padding: 5px;
        font-size: 0.95rem; } }
    @media only screen and (min-width: 768px) {
      .application input[type="text"] {
        padding: 10px 8px 8px;
        font-size: 0.95rem; } }
  .application .long {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .application .short {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .application .short {
      width: 70%; } }
  .application .submit_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .application .submit_container {
        margin: 30px 0 0; } }
    @media only screen and (min-width: 768px) {
      .application .submit_container {
        margin: 30px 0 0; } }
    .application .submit_container input[type="submit"] {
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .application .submit_container input[type="submit"] {
          font-size: 15px;
          padding: 5px 35px; } }
      @media only screen and (min-width: 768px) {
        .application .submit_container input[type="submit"] {
          font-size: 17px;
          cursor: pointer;
          padding: 5px 85px; } }
    .application .submit_container .submit {
      box-sizing: border-box;
      border: none;
      background: #950000;
      color: #fff;
      margin: 0 10px; }
      .application .submit_container .submit:hover {
        background: #B41A1D; }
    .application .submit_container .reset {
      border: #fff solid 2px;
      color: #fff;
      background-color: transparent;
      margin: 0 10px; }
      .application .submit_container .reset:hover {
        background: #B41A1D; }
  .application .date {
    font-weight: bold;
    border: #fff solid 2px; }
    @media only screen and (max-width: 767px) {
      .application .date {
        padding: 8px 0;
        margin: 0 0 10px;
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .application .date {
        display: inline-block;
        padding: 7px 27px;
        margin: 0 0 10px;
        font-size: 17px; } }
  .application .note {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .application .note {
        margin: 0 0 20px;
        font-size: 0.8rem; } }
    @media only screen and (min-width: 768px) {
      .application .note {
        margin: 0 0 30px; } }
  .application .msg {
    font-size: 20px;
    font-weight: bold; }

.complete {
  height: calc(100vh - 40px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .complete {
      width: 90%;
      margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .complete {
      width: 100%; } }
  .complete p {
    width: 100%;
    margin: 0 0 20px 0; }
  .complete .back {
    text-align: center;
    width: 100%;
    font-weight: bold; }
    .complete .back a {
      color: #fff;
      border: #fff solid 2px;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .complete .back a {
          font-size: 15px;
          padding: 5px 35px; } }
      @media only screen and (min-width: 768px) {
        .complete .back a {
          font-size: 17px;
          cursor: pointer;
          padding: 5px 85px; } }
      .complete .back a:hover {
        background: #B41A1D; }
  .complete .fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }

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

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

.global_head {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99; }

.global_foot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99; }
