@charset "UTF-8";
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

.pc {
  display: none !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

ul li,
ol li {
  line-height: 1.8;
  font-size: 16px;
  margin-left: 1.5em;
}

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

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.fulfilling-bouncing-circle-spinner, .fulfilling-bouncing-circle-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fulfilling-bouncing-circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  -webkit-animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1.8px solid #ec7b3f;
  -webkit-animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #ff1d5e;
  display: block;
  border-radius: 50%;
  position: relative;
  border: 6px solid #ec7b3f;
  -webkit-animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

@-webkit-keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  87.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  87.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#wrapper {
  background: #fff;
}

#page_top {
  position: fixed;
  bottom: -200px;
  right: 10px;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: rgba(191, 127, 63, 0.8);
}

#page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  font-size: 16px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main {
  background: #000;
}

.mv-wrap {
  background: #000;
  padding-bottom: 60px;
}

.mv-wrap .mv-wrap-cont {
  width: 77%;
  margin: 0 auto;
}

.mv-wrap .mv-wrap-cont.cont01>img {
  width: 90%;
  margin: 0 auto;
}

.mv-wrap .mv-wrap-cont.cont01 a {
  margin: 20px 0 40px;
  display: block;
}

.mv-wrap .set-wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.mv-wrap .set-wrap .btn {
  position: absolute;
  bottom: 7vw;
  width: 80vw;
  left: calc(50% - 40vw);
}

.section02 {
  background: url(../img/section02-bg_sp.jpg);
  background-size: cover;
}
.section02 .section02-img-wrap {
  width: 77%;
  margin: 0 auto;
  padding: 33px 0;
}

.section02 .section02-img-wrap .section02-title {
  margin-bottom: 20px;
}

.section04 {
  background: #141b3a;
  padding: 40px 0 0;
}

.section04 .section04-cont {
  margin-bottom: 32px;
}

.section04 .section04-cont .section04-img {
  margin-bottom: 16px;
}

.section04 .section04-cont .section04-desc {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
}

.section04 .section04-cont .section04-tag {
  display: flex;
  width: 90%;
  margin: 16px auto 0;
  justify-content: space-around;
}

.section04 .section04-cont .section04-tag span {
  background: #06b6cd;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 15px;
}

.section04 .last-img {
  margin: 40px 0 0;
}

.section05 {
  background: url(../img/section05-bg_sp.jpg);
  background-size: cover;
  padding: 130px 0 240px;
  position: relative;
}

.section05 .section05-cont {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
}

.section05 .section05-cont.cont01 {
  width: 82%;
  margin-bottom: 32px;
}

.section05 .section05-cont.cont03 {
  border: 1px solid #fafafa;
  padding: 40px 25px 55px;
  margin: 36px auto 0;
  box-shadow: 0 0 5px #6d6d6d, 0px 0px 5px #6d6d6d inset;
}

.section05 .section05-cont.cont03 img {
  margin-bottom: 24px;
}

.section05 .section05-cont.cont04 img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.section06 {
  background: url(../img/section06-bg_sp.jpg);
  background-size: cover;
  padding: 0px 0 40px;
}

.section06 img {
  margin-bottom: 24px;
}

.section06 .section06-cont {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
}

.section07 {
  background: url(../img/section07-bg_sp.jpg);
  background-size: cover;
  padding: 80px 0 40px;
}

.section07 .section07-cont.cont01 {
  width: 70%;
  margin: 0 auto 40px;
}

.section07 .section07-cont.cont02 {
  width: 80%;
  margin: 0 auto;
}

.section07 .section07-cont.cont02 img {
  margin-bottom: 32px;
}

.section08 {
  background: #fff;
  padding: 24px 0 40px;
}

.section08 .section08-cont {
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
}

.section08 .section08-cont.cont01 {
  width: 95%;
  margin: 0 0 32px;
}
.section08 .section08-cont.cont03 {
  width: 100%;
  margin: 0 0 32px;
}

.section09 {
  background: #e4e8e4;
  padding-bottom: 70px;
}

.section09 .section09-cont {
  width: 90%;
  margin: 40px auto 0;
  font-size: 1.6rem;
}

.section10 {
  background: url(../img/section10-bg_sp.jpg);
  background-size: cover;
  padding: 354px 0 30px;
}

.section10 .section10-cont {
  width: 90%;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #fff;
}

.section10 .section10-cont .info-title {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.section10 .section10-cont .info-txt {
  margin-bottom: 40px;
}

.section11 {
  background: #161d3c;
  padding: 70px 0;
}

.section11 .intro-img {
  width: 80%;
  margin: 0 auto;
}

.section11 .btn01 {
  width: 80%;
  margin: 32px auto 40px;
  display: block;
}

.section11 .set-wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.section11 .set-wrap .btn {
  position: absolute;
  bottom: 7vw;
  width: 80vw;
  left: calc(50% - 40vw);
}

