<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#loading {
  width: 314px;
  height: 199px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#loading img {
  display: block;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

.kv-area {
  background: #b8e9ff;
  background: linear-gradient(to right, #b8e9ff 0%, #fffac3 100%);
}
.kv-area .kv {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.movie-area {
  text-align: center;
  padding: 25px 0;
  background: url(../img/bg_blue.png) no-repeat;
  background-size: cover;
}
.movie-area__inner {
  margin: auto;
  width: 90%;
}
.movie-area__question {
  margin-bottom: 4%;
  padding: 22% 0 71%;
  text-align: center;
  background: url(../img/bg_question.png) no-repeat center top;
  background-size: 100%;
  box-sizing: border-box;
}
.movie-area .ttl-question {
  width: 85%;
  margin: 0 auto 2%;
}
.movie-area .ttl-question img {
  display: block;
  width: 100%;
}
.movie-area .movie {
  position: relative;
}
.movie-area .movie__comment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 60%;
}
.movie-area .movie__comment img {
  width: 100%;
}
.movie-area .movie .mb {
  position: absolute;
  top: 0;
  left: 1%;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 90%;
  margin-top: 12%;
}
.movie-area .movie .mb img {
  width: 100%;
}
.movie-area .modal {
  display: none;
}
.movie-area .modal .youtube {
  position: fixed;
  z-index: 100;
  background: #000;
  width: 80%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movie-area .modal .youtube_frame-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.movie-area .modal .youtube_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-area .modal .youtube .closeBtn {
  position: absolute;
  right: 0;
  top: -35px;
}
.movie-area .modal .modalBK {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.movie-area a:focus {
  outline: 0;
  border-color: orange;
}
.movie-area .entry__comment {
  width: 80%;
  margin: 0 auto 2%;
}
.movie-area .entry__comment img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.movie-area .btn img {
  width: 100%;
  max-width: 500px;
}

.detail {
  padding: 50px 0 20px;
  background: #b8e9ff;
  background: linear-gradient(to right, #b8e9ff 0%, #fffac3 100%);
}
.detail .box {
  position: relative;
  width: 90%;
  margin: 0 auto 50px;
  padding: 44px 25px 20px;
  background: #fff;
  border: solid 5px #0288ba;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.6;
  box-sizing: border-box;
}
.detail .box__ttl {
  position: absolute;
  top: -32px;
  left: 25px;
  width: 170px;
}
.detail .box__ttl img {
  width: 100%;
}
.detail .box ul {
  list-style: none;
}
.detail .box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.detail .box ul.note li::before {
  content: "※";
}
.detail .box ul.list li::before {
  content: "・";
}
.detail .box ul.dia li::before {
  content: "◇";
}
.detail .box ul.rect li::before {
  content: "■";
}
.detail .box a {
  color: #0288ba;
}
.detail .present img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
.detail .scroll-block {
  height: 350px;
  overflow-y: scroll;
  margin-top: 10px;
  padding: 20px 15px;
  background: #f3f3f3;
  box-sizing: border-box;
}
.detail .scroll-block::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.detail .scroll-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.detail .scroll-block__list {
  margin: 0 0 1.6em;
}
.detail .scroll-block__list__ttl {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #444;
}
.detail .scroll-block__list__text {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>