@charset "UTF-8";
/*
#overview
Gulp入門サンプル

サンプルファイルです
*/
/*#styleguide
サンプル見出し1gul

```
<h1>見出し1</h1>
```
*/
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  min-width: 100px;
}

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;
  line-height: 0;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

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

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

/* 好みで使用してください
p, dl, dt, dd, ul, li{
    line-height: 1.5;
    font-feature-settings : "palt";
    text-align:justify; 
    text-justify: inter-ideograph;
}
*/
img {
  border: none;
}

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

.sp {
  display: none !important;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  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: #ec7b3f;
  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);
  }
}
#wrapper {
  display: none;
}

.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);
}

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

#page_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  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 {
  position: relative;
  background: #000 url(../img/mv-bg_pc.jpg) no-repeat center top;
  background-position: 50% 0;
  padding-bottom: 90px;
}

.btn01 {
  transition: .2s;
  padding-left: 0;
}

.btn01:hover {
  padding-left: 20px;
}

.mv-wrap .btn01 {
  margin-top: 40px;
}

.mv-wrap .mv-copy img {
  padding-top: 100px;
  margin: 0 auto;
}

.mv-wrap .mv-parts01 {
  width: 750px;
  margin: 100px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv-wrap .mv-parts01 img:nth-of-type(1) {
  margin-bottom: 56px;
}

.mv-wrap .set-wrap {
  width: 750px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv-wrap .set-wrap .btn {
  position: absolute;
  bottom: 40px;
  left: 84px;
  width: 579px;
  transition: .2s;
}

.mv-wrap .set-wrap .btn:hover {
  left: 104px;
}

.section01 {
  background: #000;
}

.section01 img{
  margin:0 auto;
}

.section02 {
  background: #526ea3 url(../img/section02-bg_sp.jpg) no-repeat center top;
}
.section02 .section02-img-wrap {
  width: 750px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.section03 {
  background: #000 url(../img/section03-bg_pc.jpg) no-repeat center top;
  padding: 120px 0 60px;
  height: 1084px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

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

.section04 .section04-cont {
  width: 750px;
  margin: 0 auto 32px;
}

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

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

.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: 3rem;
  padding: 10px 15px;
}

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

.section05 {
  background: #232624;
}

.section05-pc-wrap {
  background: url(../img/section05-bg_sp.jpg);
  background-size: cover;
  padding: 250px 0 500px;
  position: relative;
  width: 750px;
  margin: 0 auto;
}

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

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

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

.section05 .section05-cont.cont03 p {
  font-size: 3rem;
}

.section05 .section05-cont.cont03 img {
  margin: 0 auto 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-pc-wrap {
  width: 750px;
  margin: 0 auto;
}

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

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

.section07 {
  background: #e5e4e3;
}

.section07-pc-wrap {
  background: url(../img/section07-bg_sp.jpg);
  padding: 80px 0 40px;
  width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

.section08 {
  background: #fff;
  padding: 24px 0 40px;
  width: 750px;
  margin: 0 auto;
}

.section08 .section08-cont {
  width: 90%;
  margin: 0 auto;
}

.section08 .section08-cont p {
  font-size: 3rem;
}

.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-pc-wrap {
  width: 750px;
  margin: 0 auto;
}

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

.section09 .section09-cont p {
  font-size: 3rem;
}

.section10 {
  background: #141b3a;
}

.section10-pc-wrap {
  background: url(../img/section10-bg_sp.jpg);
  background-size: cover;
  padding: 650px 0 30px;
  width: 750px;
  margin: 0 auto;
}

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

.section10 .section10-cont p {
  font-size: 3rem;
}

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

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

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

.section11-pc-wrap {
  width: 750px;
  margin: 0 auto;
}

.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: 40px;
  left: 34px;
  width: 579px;  
  transition: .2s;
}

.section11 .set-wrap .btn:hover {
  left: 54px;
}