@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap')all;
html {
  font-size: 62.5%;
}
body {
  font-size: 1.0rem;
  font-family: 'Noto Sans JP', sans-serif;
  -ms-font-feature-settings: "normal";
  color: #231815;
  font-weight: 400;
  position: relative;
}
img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
#stage {
  width: 100%;
  position: relative;
}
#stage a {
  text-decoration: none;
  color: #1a1a1a;
}
#contents {
  position: relative;
  z-index: 10;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.r_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 751px) {
  .pcOnly {
    display: inherit !important;
  }
  .spOnly {
    display: none !important;
  }
  #stage {
    font-size: 1.6rem;
    line-height: 2;
  }
  #contents {
    padding-top: 100px;
    padding-bottom: 88px;
  }
  #main .titleWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  #main .wrap_pc, #main .wrap {
    width: 1000px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .row_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row_pc.r_right_pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row_pc.between_pc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row_pc.center_pc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row_pc.end_pc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 750.99px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: inherit !important;
  }
  body {
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
  #stage {
    font-size: calc(15 / 375 * 100vw);
    line-height: 2;
  }
  #contents {
    padding-top: 50px;
    padding-bottom: calc(42 / 375 * 100vw);
  }
  #main .titleWrap {
    padding: 0 calc(25 / 375 * 100vw);
    margin: 0 auto;
  }
  #main .wrap_sp, #main .wrap {
    padding: 0 calc(25 / 375 * 100vw);
    margin: 0 auto;
  }
  .row_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row_sp.r_right_sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row_sp.between_sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row_sp.center_sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row_sp.end_sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media print {
  header {
    position: relative !important;
  }
}