@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
@media screen and (min-width:960px) {
  .pc {
    display: inherit !important;
  }
}
@media screen and (max-width:959px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:960px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:959px) {
  .sp {
    display: inherit !important;
  }
}

html,
body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  line-break: strict;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
html.page,
body.page {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
@media screen and (max-width:959px) {
  html.page,
  body.page {
    background-image: url(../img/bg_sp.jpg);
  }
}

img {
  vertical-align: bottom;
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width:959px) {
  p {
    line-height: 1.75;
    font-size: 16px;
  }
}

.inner {
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
.inner.large {
  max-width: 1190px;
}
@media screen and (max-width:959px) {
  .inner {
    padding: 0 20px;
  }
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.serif.--orange {
  color: #EA5504;
}
.serif .title-sub {
  color: #000000;
  font-size: 29px;
  line-height: 1.37;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width:959px) {
  .serif .title-sub {
    font-size: 25px;
  }
}
.serif .serif-type1 {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width:959px) {
  .serif .serif-type1 {
    font-size: 18px;
  }
}
.serif .serif-type2 {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
}
@media screen and (max-width:959px) {
  .serif .serif-type2 {
    text-align: left;
  }
}
.serif .serif-type3 {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width:959px) {
  .serif .serif-type3 {
    text-align: left;
  }
}
@media screen and (max-width:959px) {
  .serif .serif-type3 span {
    display: block;
    margin-left: 15px;
  }
}

header {
  width: 100%;
  position: relative;
}
header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width:959px) {
  header:after {
    border-radius: 0 0 20px 20px;
  }
}
header .inner {
  padding-top: 60px;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:959px) {
  header .inner {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
  }
}
header .inner h1 img {
  vertical-align: bottom;
}
@media screen and (max-width:959px) {
  header .inner h1 img {
    max-width: 375px;
  }
}
header.--register {
  padding: 0;
}
header.--register .inner {
  max-height: 750px;
}
header.--register .inner .js-scroll {
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  bottom: 72px;
}
@media screen and (max-width:959px) {
  header.--register .inner .js-scroll {
    width: 46px;
    height: 46px;
    left: calc(50% - 23px);
    bottom: 30px;
  }
}
@media screen and (max-width:959px) {
  header.--register .inner h1 img {
    width: 76%;
    min-width: 296px;
  }
}
header.--download .inner {
  max-height: 420px;
}
header.--download .inner .download-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:959px) {
  header.--download .inner .download-flex {
    display: block;
  }
}
@media screen and (max-width:959px) {
  header.--download .inner h1 img {
    width: 57.6%;
    min-width: 225px;
  }
}
header.--download .inner .download-text {
  margin-left: 80px;
}
@media screen and (max-width:959px) {
  header.--download .inner .download-text {
    font-size: 16px;
    width: 100%;
    margin: 30px 0 0 0;
  }
}
header.--cookie .inner {
  max-height: 300px;
}
@media screen and (max-width:959px) {
  header.--cookie .inner {
    max-height: 210px;
  }
}
@media screen and (max-width:959px) {
  header.--cookie .inner h1 img {
    width: 56.4%;
    min-width: 220px;
  }
}

footer.bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer.color {
  background-color: #EEEEEE;
}
footer .inner {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width:959px) {
  footer .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .inner .footer__top {
  color: #EA5504;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width:959px) {
  footer .inner .footer__top {
    margin-bottom: 25px;
  }
}
footer .inner .footer__text {
  font-size: 15px;
  line-height: 2;
}
footer .inner .footer__text span {
  color: #EA5504;
}
@media screen and (max-width:959px) {
  footer .inner .footer__text {
    margin-bottom: 20px;
    line-height: 1.9;
  }
  footer .inner .footer__text:last-child {
    margin-bottom: 0;
  }
}
footer .inner .footer__text a {
  color: #000000;
}
footer .inner .footer__text a:hover {
  text-decoration: underline;
}
footer .inner .footer__cookie {
  font-size: 15px;
  font-weight: 500;
  color: #F39800;
  line-height: 1;
  display: block;
  margin: 30px auto 0;
}
footer .inner .footer__cookie span {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
footer .inner .footer__cookie span:hover {
  text-decoration: none;
}
footer .inner .footer__cookie span:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_link_orange.svg);
  background-repeat: none;
  background-size: contain;
  background-position: center;
}
footer .copy {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  text-align: center;
}
footer .copy P {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width:959px) {
  footer .copy P {
    font-size: 11px;
  }
}

main {
  width: 100%;
  padding: 70px 0 0;
  background: #FFFFFF !important;
  border-radius: 40px 40px 0 0;
  position: relative;
}
main.no__padding {
  padding: 0 !important;
}
@media screen and (max-width:959px) {
  main {
    padding: 60px 0 0;
    border-radius: 20px 20px 0 0;
  }
}

.top__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 50px;
}
@media screen and (max-width:959px) {
  .top__section {
    padding: 0 20px;
  }
}
.top__section .top__inputArea {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width:959px) {
  .top__section .top__inputArea {
    max-width: 300px;
  }
}
.top__section .top__password {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.top__section .top__password span {
  color: #FF0000;
}
.top__section .top__form .input__text {
  width: 100%;
  border: 1px solid #707070;
  padding: 12px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
}
.top__section .top__form .input__submit {
  margin-top: 40px;
}
@media screen and (max-width:959px) {
  .top__section .top__form .input__submit {
    margin-top: 30px;
    max-width: 250px;
  }
}
.top__section .top__form .input__submit:hover {
  cursor: pointer;
}

.register__section .inner {
  max-width: 970px;
}
.register__section .register__top {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width:959px) {
  .register__section .register__top {
    margin-bottom: 30px;
  }
}
.register__section .register__required {
  margin-bottom: 30px;
}
@media screen and (max-width:959px) {
  .register__section .register__required {
    display: none;
  }
}
.register__section .required {
  color: #EA5504;
  font-size: 20px;
  font-weight: 900;
}
.register__section .form__register .input__text {
  width: 100%;
  padding: 10px;
  background-color: #F0F0F0;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 5px;
}
.register__section .form__register .input__text::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.register__section .form__register .input__text::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.register__section .form__register .input__text:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.register__section .form__register .input__text::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.register__section .form__register .input__text::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.register__section .form__register .input__textarea {
  padding: 10px;
  height: 100px;
}
.register__section .form__register .checkbox__area .check__item {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.register__section .form__register .checkbox__area .check__item .input__check {
  margin-right: 5px;
}
.register__section .form__register .checkbox__area input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: -2px;
  margin-top: 8px;
}
@media screen and (max-width:959px) {
  .register__section .form__register .checkbox__area input[type=checkbox] {
    margin-top: 6px;
  }
}
.register__section .form__register .checkbox__area input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  content: "";
}
.register__section .form__register .checkbox__area label {
  width: calc(100% - 30px);
}
@media screen and (max-width:959px) {
  .register__section .form__register .checkbox__area label {
    width: calc(100% - 25px);
  }
}
.register__section .register__tableWrap {
  padding: 0 50px;
}
@media screen and (max-width:959px) {
  .register__section .register__tableWrap {
    padding: 0 20px;
  }
}
.register__section .register__table {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
}
.register__section .register__table th, .register__section .register__table td {
  border: none;
  position: relative;
}
.register__section .register__table th {
  font-size: 18px;
  width: 25%;
  font-weight: 700;
  vertical-align: top;
}
@media screen and (max-width:959px) {
  .register__section .register__table th {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
}
.register__section .register__table th .small {
  display: block;
  font-size: 14px;
}
.register__section .register__table th .required {
  margin-left: 8px;
}
.register__section .register__table td {
  font-size: 18px;
  width: 70%;
  padding-left: 5%;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width:959px) {
  .register__section .register__table td {
    font-size: 16px;
    width: 100%;
    padding: 0 0 25px;
    display: block;
  }
}
.register__section .agree__top {
  font-size: 18px;
  line-height: 1.88;
  text-align: center;
  font-weight: 700;
  margin: 30px 0 15px;
}
@media screen and (max-width:959px) {
  .register__section .agree__top {
    font-size: 16px;
    margin: 5px 0 10px;
  }
}
.register__section .agree__areaWrap {
  padding: 0 50px;
}
@media screen and (max-width:959px) {
  .register__section .agree__areaWrap {
    padding: 0 20px;
  }
}
.register__section .agree__area {
  border: 1px solid #9B9B9B;
  border-radius: 5px;
  padding: 20px 30px 20px 20px;
  height: 200px;
  max-width: 700px;
  margin: 0 auto;
  overflow-y: auto;
  position: relative;
}
@media screen and (max-width:959px) {
  .register__section .agree__area {
    height: 160px;
    padding: 14px 24px 14px 16px;
  }
}
.register__section .agree__area p {
  font-size: 16px;
  line-height: 1.75;
}
.register__section .agree__area p a {
  color: #EA5504;
}
@media screen and (max-width:959px) {
  .register__section .agree__area p {
    font-size: 14px;
    line-height: 1.71;
  }
}
.register__section .agree__area .agree__textContent span {
  padding-left: 16px;
}
@media screen and (max-width:959px) {
  .register__section .agree__area .agree__textContent span {
    padding-left: 14px;
  }
}
.register__section .agree__checkWrap {
  position: relative;
  margin: 0 auto;
  max-width: 300px;
}
.register__section .agree__check {
  width: 152px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EA5504;
  border-radius: 5px;
  margin: 30px auto 60px;
  line-height: 1;
  color: #EA5504;
}
@media screen and (max-width:959px) {
  .register__section .agree__check {
    margin: 20px auto 50px;
  }
}
.register__section .agree__check label {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}
@media screen and (max-width:959px) {
  .register__section .agree__check label {
    font-size: 16px;
  }
}
.register__section .agree__check input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #EA5504;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: -3px;
}
.register__section .agree__check input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #EA5504;
  border-bottom: 2px solid #EA5504;
  content: "";
}

.btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  position: relative;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.005em;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width:959px) {
  .btn {
    max-width: 280px;
    height: 50px;
    font-size: 21px;
    border-radius: 25px;
  }
}
.btn:disabled {
  cursor: not-allowed;
}
.btn.--border {
  border: 2px solid;
}
.btn.--orange {
  background-color: #F39800;
  border-color: #FCE638;
}
.btn.--red {
  background-color: #FF0000;
  border-color: #FCE638;
}
.btn.--white {
  background-color: transparent;
  border: none;
  max-width: 296px;
  height: 56px;
}
.btn.--arrow:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  width: 12px;
  height: 18px;
  background-image: url(../img/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn:hover {
  cursor: pointer;
}
.btn:hover.--orange {
  background-color: #EA5504;
  border-color: #EA5504;
}
.btn.download {
  width: 100%;
  max-width: 250px;
  height: 40px;
  font-size: 18px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:959px) {
  .btn.download {
    font-size: 16px;
  }
}
.btn.download.mp4:before, .btn.download.mov:before {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 7px);
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_download_white.svg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:959px) {
  .btn.download.mp4:before, .btn.download.mov:before {
    left: 24px;
  }
}
.btn.download.mp4 span, .btn.download.mov span {
  font-size: 15px;
}
.btn.download.youtube:before {
  content: "";
  position: absolute;
  right: 17px;
  top: calc(50% - 7px);
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_link_white.svg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:959px) {
  .btn.download.youtube:before {
    right: 30px;
  }
}

.submit-area {
  background-color: #F39800;
  padding: 60px 0;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width:959px) {
  .submit-area {
    border-radius: 20px 20px 0 0;
  }
}
.submit-area .submit-wrap {
  border: 2px solid #FFFFFF;
  max-width: 300px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.submit-area .submit-wrap:hover {
  border: 2px solid #EA5504;
  background: #EA5504;
}

.movie__section {
  padding-bottom: 100px;
}
@media screen and (max-width:959px) {
  .movie__section {
    padding-bottom: 60px;
  }
}
.movie__section .movie__wrap {
  padding-bottom: 50px;
}
.movie__section .movie__wrap .movie__top {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #9B9B9B;
  margin-bottom: 15px;
  line-height: 1.8;
}
@media screen and (max-width:959px) {
  .movie__section .movie__wrap .movie__top {
    line-height: 1.6;
    padding-bottom: 3px;
  }
}
.movie__section .movie__wrap .movie__top .movie__vol {
  font-family: "Noto Serif JP", serif;
  color: #EA5504;
  font-size: 25px;
}
@media screen and (max-width:959px) {
  .movie__section .movie__wrap .movie__top .movie__vol {
    font-size: 23px;
  }
}
.movie__section .movie__wrap .movie__top .movie__num {
  font-family: "Noto Serif JP", serif;
  color: #EA5504;
  font-size: 40px;
  margin-right: 20px;
}
@media screen and (max-width:959px) {
  .movie__section .movie__wrap .movie__top .movie__num {
    font-size: 38px;
  }
}
.movie__section .movie__wrap .movie__top .movie__small {
  font-size: 18px;
}
.movie__section .movie__wrap .movie__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.movie__section .movie__wrap .movie__next {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  background: #F0F0F0;
  border-radius: 5px;
  padding: 17px;
  line-height: 1;
}
@media screen and (max-width:959px) {
  .movie__section .movie__wrap .movie__next {
    font-size: 23px;
    padding: 15px;
  }
}
.movie__section .movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width:959px) {
  .movie__section .movie__list {
    display: block;
    max-width: 500px;
    margin: 30px auto 0;
  }
}
.movie__section .movie__list .movie__listItem {
  width: calc(25% - 15px);
  margin-right: 20px;
}
.movie__section .movie__list .movie__listItem:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width:959px) {
  .movie__section .movie__list .movie__listItem {
    width: 100%;
  }
  .movie__section .movie__list .movie__listItem:nth-child(n+2) {
    margin-top: 50px;
  }
}
.movie__section .movie__thumbnail {
  width: 100%;
  margin-bottom: 10px;
}
.movie__section .movie__thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.movie__section .movie__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width:959px) {
  .movie__section .movie__title {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.movie__section .movie__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F39800;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  width: 50px;
  height: 21px;
  line-height: 1;
  margin-bottom: 5px;
}
.movie__section .success-msg {
  display: none;
  position: fixed;
  width: 320px;
  height: 58px;
  padding: 18px 0;
  line-height: 1;
  background-color: #F39800;
  color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  z-index: 10;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:959px) {
  .movie__section .success-msg {
    font-size: 16px;
    padding: 21px 0;
  }
}
.movie__section .download__area .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.movie__section .download__area .btn:hover {
  opacity: 0.8;
}
.movie__section .download__area .btn.--orange:hover {
  background-color: #F39800;
}
.movie__section #close {
  border: 1px solid #EA5504;
  border-radius: 25px;
  color: #EA5504;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 0;
}
@media screen and (max-width:959px) {
  .movie__section #close {
    margin: 0 auto;
  }
}
.movie__section #close span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.movie__section #close span:before {
  content: "×";
  position: absolute;
  left: 0;
  top: 0;
}

.error__section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 50px;
  text-align: center;
}
@media screen and (max-width:959px) {
  .error__section {
    padding: 0 20px 50px;
  }
}
.error__section .error__top {
  color: #FF0000;
  font-size: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width:959px) {
  .error__section .error__top {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.error__section p {
  font-size: 16px;
}
@media screen and (max-width:959px) {
  .error__section p {
    font-size: 14px;
  }
}
.error__section .btn {
  margin-top: 50px;
}
@media screen and (max-width:959px) {
  .error__section .btn {
    margin-top: 30px;
  }
}

.agree__text p {
  margin-bottom: 20px;
  font-weight: 400;
}
.agree__text p:last-child {
  margin-bottom: 0;
}
.agree__text .agree__textTop {
  font-weight: 700;
  text-align: center;
}
.agree__text .agree__textSingle {
  text-align: center;
}
.agree__text .agree__textBottom {
  text-align: right;
}
.agree__text .agree__list li {
  margin-bottom: 20px;
}
.agree__text .agree__list li p {
  margin-bottom: 0;
  position: relative;
  padding-left: 30px;
}
.agree__text .agree__list li p:before {
  content: "●";
  position: absolute;
  left: 10px;
  top: 0;
}
.agree__text .agree__list span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width:959px) {
  .agree__text .agree__list span {
    font-size: 14px;
    padding-left: 18px;
  }
}
.agree__text .agree__list span:before {
  position: absolute;
  left: 0;
  top: 0;
}
.agree__text .agree__list span.num1:before {
  content: "1.";
}
.agree__text .agree__list span.num2:before {
  content: "2.";
}
.agree__text .agree__list span.num3:before {
  content: "3.";
}

.use__otherWrap {
  position: relative;
  display: none;
}

.cookie__area {
  position: fixed;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 160px);
  max-width: 1300px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  border-radius: 10px;
  padding: 32px 40px;
  z-index: 10000;
}
@media screen and (max-width:959px) {
  .cookie__area {
    bottom: 30px;
    padding: 30px;
    width: calc(100% - 40px);
  }
}
.cookie__area .cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:959px) {
  .cookie__area .cookie__wrap {
    display: block;
  }
}
.cookie__area .cookie__wrap .cookie__text {
  width: 68%;
  font-size: 16px;
  line-height: 1.56;
  margin-right: 3.8%;
}
@media screen and (max-width:959px) {
  .cookie__area .cookie__wrap .cookie__text {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.cookie__area .cookie__wrap .cookie__text a {
  color: #F39800;
  text-decoration: underline;
}
.cookie__area .cookie__wrap .cookie__text a:hover {
  text-decoration: none;
}
.cookie__area .cookie__wrap .cookie__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width:959px) {
  .cookie__area .cookie__wrap .cookie__btnArea {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cookie__area .cookie__wrap .cookie__btnArea .cookie__disagree {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.005em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width:959px) {
  .cookie__area .cookie__wrap .cookie__btnArea .cookie__disagree {
    padding-left: 10px;
  }
}
.cookie__area .cookie__wrap .cookie__btnArea .cookie__disagree:hover {
  cursor: pointer;
  opacity: 0.8;
}
.cookie__area .cookie__wrap .cookie__btnArea .check__item .cookie__agree {
  display: none;
}
.cookie__area .cookie__wrap .cookie__btnArea .check__item .cookie__check {
  color: #EA5504;
  font-size: 20px;
  font-weight: 700;
  background: #FFFFFF;
  width: 150px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 30px;
}
.cookie__area .cookie__wrap .cookie__btnArea .check__item .cookie__check:hover {
  cursor: pointer;
  opacity: 0.8;
}

.cookie-section {
  padding-bottom: 100px;
}
@media screen and (max-width:959px) {
  .cookie-section {
    padding-bottom: 0;
  }
}
.cookie-section .cookie-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  margin-bottom: 50px;
}
.cookie-section .cookie-text span {
  display: block;
  color: #EA5504;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.001em;
  margin-bottom: 20px;
  line-height: 1;
}
.cookie-section .cookie-browser {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  margin: -20px 0 0 -5px;
  text-align: left;
}
@media screen and (max-width:959px) {
  .cookie-section .cookie-browser {
    padding-bottom: 80px;
  }
}
@media screen and (max-width:959px) {
  .cookie-section .cookie-browser .browser-wrap {
    display: inline-block;
  }
}
.cookie-section .cookie-browser .browser-wrap .under {
  text-decoration: underline;
  margin: 0 5px;
}

.maintenance {
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
@media screen and (max-width:959px) {
  .maintenance {
    background-image: url(../img/bg_sp.jpg);
  }
}
.maintenance main {
  background: none !important;
}
@media screen and (max-width:959px) {
  .maintenance main {
    padding-top: 20px;
  }
}
.maintenance .maintenance__area {
  border-radius: 30px;
  background: #FFF;
  text-align: center;
  padding: 40px;
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 130px auto 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width:959px) {
  .maintenance .maintenance__area {
    padding: 30px 10px;
    margin: 0 auto 0;
  }
}
.maintenance .maintenance__area h2 {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 40px;
  font-size: 30px;
}
@media screen and (max-width:959px) {
  .maintenance .maintenance__area h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.maintenance .maintenance__area p {
  font-size: 20px;
  color: #EA5504;
  font-weight: 700;
}
@media screen and (max-width:959px) {
  .maintenance .maintenance__area p {
    font-size: 14px;
  }
}
.maintenance footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
.maintenance footer .inner {
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width:959px) {
  .maintenance footer .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.maintenance footer .inner .footer__top {
  color: #EA5504;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width:959px) {
  .maintenance footer .inner .footer__top {
    margin-bottom: 20px;
  }
}
.maintenance footer .inner .footer__text {
  font-size: 15px;
  line-height: 2;
}
.maintenance footer .inner .footer__text span {
  color: #EA5504;
}
@media screen and (max-width:959px) {
  .maintenance footer .inner .footer__text {
    margin-bottom: 20px;
    line-height: 1.9;
  }
  .maintenance footer .inner .footer__text:last-child {
    margin-bottom: 0;
  }
}
.maintenance footer .inner .footer__text a {
  color: #000000;
}
.maintenance footer .inner .footer__text a:hover {
  text-decoration: underline;
}
.maintenance footer .inner .footer__cookie {
  font-size: 15px;
  font-weight: 500;
  color: #F39800;
  line-height: 1;
  display: block;
  margin: 30px auto 0;
}
.maintenance footer .inner .footer__cookie span {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.maintenance footer .inner .footer__cookie span:hover {
  text-decoration: none;
}
.maintenance footer .inner .footer__cookie span:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/icon_link_orange.svg);
  background-repeat: none;
  background-size: contain;
  background-position: center;
}
