@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 {
  position: relative;
  padding-bottom: 190px;
  background: url(../img/bg_kv.png) no-repeat center;
  background-size: cover;
}
.kv-area .kv {
  display: block;
  margin: 0 auto;
}
.kv-area .kv-ttl {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
}

.movie-area {
  text-align: center;
  height: 910px;
  background: url(../img/bg_gold.png);
}
.movie-area__inner {
  position: relative;
  top: -140px;
  margin: auto;
  width: 930px;
  height: 1210px;
}
.movie-area__question {
  height: 968px;
  margin-bottom: 40px;
  padding-top: 180px;
  text-align: center;
  background: url(../img/bg_question.png) no-repeat center top;
  box-sizing: border-box;
}
.movie-area .ttl-question {
  width: 835px;
  margin: 0 auto 35px;
}
.movie-area .ttl-question img {
  display: block;
}
.movie-area .movie {
  position: relative;
  height: 590px;
}
.movie-area .movie__comment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.movie-area .movie .mb {
  position: absolute;
  top: 60px;
  left: 48px;
  z-index: 1;
}
.movie-area .modal {
  display: none;
}
.movie-area .modal .youtube {
  position: fixed;
  z-index: 100;
  background: #000;
  width: 672px;
  height: 378px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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 {
  margin-bottom: 10px;
}
.movie-area .entry__comment img {
  display: block;
  margin: 0 auto;
}

.detail {
  padding: 103px 0 120px;
  background: #b8e9ff;
  background: linear-gradient(to right, #b8e9ff 0%, #fffac3 100%);
}
.detail .box {
  position: relative;
  width: 930px;
  margin: 0 auto 103px;
  padding: 83px 50px 40px;
  background: #fff;
  border: solid 10px #0288ba;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.6;
  box-sizing: border-box;
}
.detail .box__ttl {
  position: absolute;
  top: -60px;
  left: 43px;
}
.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 {
  display: block;
  margin: 0 auto 40px;
}
.detail .scroll-block {
  height: 350px;
  overflow-y: scroll;
  margin-top: 20px;
  padding: 35px 30px;
  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 */
