html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body.modal-on {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

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

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

.c-wrap {
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .c-wrap {
    width: 960px;
  }
}

.c-title_h1 {
  font-size: 5.2151238592vw;
}
@media screen and (min-width: 1024px) {
  .c-title_h1 {
    font-size: 2rem;
  }
}
.c-title_h2 {
  font-size: 4.9543676662vw;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .c-title_h2 {
    font-size: 1.8rem;
  }
}

.c-text_regular {
  font-size: 4.1720990874vw;
}
@media screen and (min-width: 1024px) {
  .c-text_regular {
    font-size: 1.6rem;
  }
}

.c-popup_body {
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.c-popup_body.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.c-popup_bodyClose {
  position: absolute;
  left: 50%;
  top: 1em;
  color: #fff;
  transform: translateX(-50%);
}
.c-popup_bodyWrap {
  overflow-y: scroll;
  width: calc(100% - 20px);
  height: calc(100% - 100px);
  padding: 1em;
  background-color: #fff;
}

.p-bgBox {
  background: url(./images/bg.jpg) no-repeat center center #fff;
  background-size: 200% auto;
}
@media screen and (min-width: 1024px) {
  .p-bgBox {
    background-size: 100% auto;
  }
}

.p-password {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 2.6075619296%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1024px) {
  .p-password {
    width: 960px;
    padding: 20px;
  }
}
.p-password_title {
  padding-bottom: 1em;
  line-height: 1;
  text-align: center;
}
.p-password_text {
  padding-bottom: 1em;
  text-align: center;
}
.p-password_input {
  padding-bottom: 5.2151238592%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-password_input {
    padding-bottom: 2rem;
  }
}
.p-password_input input {
  width: 80%;
  padding: 0.2em 0.5em;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px #666 solid;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-password_input input {
    width: 50%;
    padding: 0.5em 1em;
  }
}
.p-password_button {
  padding-bottom: 5.2151238592%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-password_button {
    padding-bottom: 2rem;
  }
}
.p-password_button button {
  padding: 0.4em 0.5em;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px #666 solid;
  line-height: 1;
}

.p-contentGallery-list {
  list-style: none;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .p-contentGallery-listItem {
    width: 48%;
  }
}

.u-display-none {
  display: none;
}

.u-flex {
  display: flex;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-jc_center {
  justify-content: center;
}
.u-flex-ai_center {
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .u-flex-lap {
    display: flex;
    flex-wrap: wrap;
  }
}

.u-position_relative {
  position: relative;
}
.u-position_absolute {
  position: absolute;
}
.u-position_fixed {
  position: fixed;
}

.u-width-100vw {
  width: 100vw;
}
.u-width-100per {
  width: 100%;
}

.u-height-100vh {
  height: 100vh;
}
.u-height-100per {
  height: 100%;
}

.u-mb_1em {
  margin-bottom: 1em;
}
.u-mb_40per {
  margin-bottom: 5.2151238592%;
}

.u-pt_40per {
  padding-top: 5.2151238592%;
}
.u-pt_80per {
  padding-top: 10.4302477184%;
}

.u-pb_05em {
  padding-bottom: 0.5em;
}
.u-pb_1em {
  padding-bottom: 1em;
}
.u-pb_80per {
  padding-bottom: 10.4302477184%;
}

.u-border_darkgray {
  border: 1px #666 solid;
}

.u-serif {
  font-family: "Noto Serif JP", serif;
}

.u-font-weight400 {
  font-weight: 400;
}
.u-font-weight700 {
  font-weight: 700;
}
.u-font_underline {
  text-decoration: underline;
}/*# sourceMappingURL=index.css.map */