@charset "UTF-8";
html, body, main {
  width: 100%;
  height: 100%;
  background-color: #1D1B1B;
  margin: 0;
  padding: 0;
  position: relative;
}
html div, html p, html h1, html h2, html h3, html h4, body div, body p, body h1, body h2, body h3, body h4, main div, main p, main h1, main h2, main h3, main h4 {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif, "Sawarabi Gothic";
}

/*---------------------- ハンバーガーメニュー ---------------------*/
#nav__toggle {
  position: fixed;
  top: 20px;
  right: 15px;
  height: 40px;
  z-index: 200;
}
#nav__toggle div {
  position: relative;
  width: 35px;
}
#nav__toggle div span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background-color: #1D1B1B;
  position: absolute;
  -webkit-transition: top .4s ease, -webkit-transform .6s ease-in-out;
  transition: top .4s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .4s ease;
  transition: transform .6s ease-in-out, top .4s ease, -webkit-transform .6s ease-in-out;
}
#nav__toggle div span:nth-child(1) {
  top: 0;
}
#nav__toggle div span:nth-child(2) {
  top: 14px;
}
#nav__toggle div span:nth-child(3) {
  top: 28px;
}

.open #nav__toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}
.open #nav__toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav__toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

#global__nav {
  background-color: #FDB46C;
  color: #1D1B1B;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}
#global__nav a {
  display: block;
  color: #1D1B1B;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}
#global__nav a:hover {
  color: #9f9898;
}
#global__nav ul {
  list-style: none;
}
#global__nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .8s ease;
  transition: opacity .2s ease, -webkit-transform .8s ease;
  transition: transform .8s ease, opacity .2s ease;
  transition: transform .8s ease, opacity .2s ease, -webkit-transform .8s ease;
}
#global__nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#global__nav ul li:nth-child(3) {
  -webkit-transition-delay: .30s;
          transition-delay: .30s;
}

.open {
  overflow: hidden;
}
.open #global__nav {
  visibility: visible;
  opacity: 1;
}
.open #global__nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/* -------------------- 枠の部分のCSS ------------------------ */
.frame {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.frame__top {
  width: 100%;
  height: auto;
}
.frame__top h1 {
  width: 100%;
  height: auto;
  font-size: 28px;
  text-align: center;
  vertical-align: middle;
  background-color: #E3E3DD;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.frame__right {
  content: "";
  height: 100%;
  width: 60px;
  background-color: #E3E3DD;
  position: absolute;
  top: 0;
  right: 0;
}
.frame__bottom {
  content: "";
  height: 60px;
  width: 100%;
  background-color: #E3E3DD;
  position: absolute;
  bottom: 0;
}
.frame__left {
  content: "";
  height: 100%;
  width: 60px;
  background-color: #E3E3DD;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------ トップ画面 --------------------- */
.top {
  content: "";
  min-width: 100%;
  min-height: 100%;
  background-color: #E3E3DD;
  position: relative;
  overflow: hidden;
}
.top__container {
  background-size: cover;
  background-repeat: no-repeat;
}
.top__animation {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation-name: bg-transition;
          animation-name: bg-transition;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.top__01 {
  background-image: url(image/ms/top_ms_01.png);
}
.top__02 {
  background-image: url(image/ms/top_ms_02.png);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.top__03 {
  background-image: url(image/ms/top_ms_03.png);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.top__04 {
  background-image: url(image/ms/top_ms_04.png);
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.top__05 {
  background-image: url(image/ms/top_ms_05.png);
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.top #top_svg {
  width: 70%;
  height: auto;
  position: absolute;
  bottom: 50px;
  right: 60px;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}

/* ----------------------- 1人目 ----------------------- */
.first {
  width: 100%;
  height: 100%;
  background-color: none;
  position: relative;
}
.first__container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first__container--text {
  width: 50%;
  height: 100%;
  background-color: #FA7482;
  background-attachment: fixed;
  color: #F2F2F2;
  font-size: 75%;
}
.first__container--text .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 60%;
  padding-left: 140px;
  padding-top: 12%;
}
.first__container--text .box h2 {
  margin-bottom: 25px;
}
.first__container--text .box h3 {
  width: 300px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #F2F2F2;
}
.first__container--text .box p {
  margin-bottom: 15px;
}
.first__container--image {
  width: 50%;
  height: 100%;
  position: relative;
}
.first__container--image .bg-fixed {
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.first__container--image .bg-01 {
  background-image: url(image/ms/ms_01_01.png);
}
.first__container--image .bg-02 {
  background-image: url(image/ms/ms_01_02.png);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.first__container--image .bg-03 {
  background-image: url(image/ms/ms_01_03.png);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.first__container #first_svg {
  width: 40%;
  height: 200px;
  position: absolute;
  bottom: 8%;
  right: 7%;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  -webkit-transition: 5s;
  transition: 5s;
}
.first__container #first_svg path {
  fill: none;
  stroke: #F2F2F2;
}

/* ----------------------- 2人目 ----------------------- */
.second {
  width: 100%;
  height: 100vh;
  position: relative;
}
.second__container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second__container--text {
  width: 50%;
  height: 100vh;
  background-color: #FDB46C;
  background-attachment: fixed;
  color: #F2F2F2;
  font-size: 75%;
}
.second__container--text .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 60%;
  padding-left: 140px;
  padding-top: 12vh;
}
.second__container--text .box h2 {
  margin-bottom: 25px;
}
.second__container--text .box h3 {
  width: 300px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #F2F2F2;
}
.second__container--text .box p {
  margin-bottom: 15px;
}
.second__container--image {
  width: 50%;
  height: 100%;
  position: relative;
}
.second__container--image .bg-fixed {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.second__container--image .bg-01 {
  background-image: url(image/ms/ms_02_01.png);
}
.second__container--image .bg-02 {
  background-image: url(image/ms/ms_02_02.png);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.second__container--image .bg-03 {
  background-image: url(image/ms/ms_02_03.png);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.second__container #second_svg {
  width: 40%;
  height: 200px;
  position: absolute;
  bottom: 8%;
  left: 7%;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  -webkit-transition: 5s;
  transition: 5s;
}
.second__container #second_svg path {
  fill: none;
  stroke: #F2F2F2;
}

/* ----------------------- 3人目 ----------------------- */
.third {
  width: 100%;
  height: 100vh;
  position: relative;
}
.third__container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.third__container--text {
  width: 50%;
  height: 100vh;
  background-color: #66C2AE;
  background-attachment: fixed;
  color: #F2F2F2;
  font-size: 75%;
}
.third__container--text .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 60%;
  padding-left: 140px;
  padding-top: 12vh;
}
.third__container--text .box h2 {
  margin-bottom: 25px;
}
.third__container--text .box h3 {
  width: 300px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #F2F2F2;
}
.third__container--text .box p {
  margin-bottom: 15px;
}
.third__container--image {
  width: 50%;
  height: 100%;
  position: relative;
}
.third__container--image .bg-fixed {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.third__container--image .bg-01 {
  background-image: url(image/ms/ms_03_01.png);
}
.third__container--image .bg-02 {
  background-image: url(image/ms/ms_03_02.png);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.third__container--image .bg-03 {
  background-image: url(image/ms/ms_03_03.png);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.third__container #third_svg {
  width: 40%;
  height: 200px;
  position: absolute;
  bottom: 8%;
  right: 7%;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  -webkit-transition: 5s;
  transition: 5s;
}
.third__container #third_svg path {
  fill: none;
  stroke: #F2F2F2;
}

/* ----------------------- 4人目 ----------------------- */
.fourth {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fourth__container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fourth__container--text {
  width: 50%;
  height: 100vh;
  background-color: #679FCA;
  background-attachment: fixed;
  color: #F2F2F2;
  font-size: 75%;
}
.fourth__container--text .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 60%;
  padding-left: 140px;
  padding-top: 12vh;
}
.fourth__container--text .box h2 {
  margin-bottom: 25px;
}
.fourth__container--text .box h3 {
  width: 300px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #F2F2F2;
}
.fourth__container--text .box p {
  margin-bottom: 15px;
}
.fourth__container--image {
  width: 50%;
  height: 100%;
  position: relative;
}
.fourth__container--image .bg-fixed {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.fourth__container--image .bg-01 {
  background-image: url(image/ms/ms_04_01.png);
}
.fourth__container--image .bg-02 {
  background-image: url(image/ms/ms_04_02.png);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.fourth__container--image .bg-03 {
  background-image: url(image/ms/ms_04_03.png);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.fourth__container #fourth_svg {
  width: 40%;
  height: 200px;
  position: absolute;
  bottom: 8%;
  left: 7%;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  -webkit-transition: 5s;
  transition: 5s;
}
.fourth__container #fourth_svg path {
  fill: none;
  stroke: #F2F2F2;
}

/* ----------------------- 5人目 ----------------------- */
.fifth {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fifth__container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fifth__container--text {
  width: 50%;
  height: 100vh;
  background-color: #B172B6;
  background-attachment: fixed;
  color: #F2F2F2;
  font-size: 75%;
}
.fifth__container--text .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 60%;
  padding-left: 140px;
  padding-top: 12vh;
}
.fifth__container--text .box h2 {
  margin-bottom: 25px;
}
.fifth__container--text .box h3 {
  width: 300px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #F2F2F2;
}
.fifth__container--text .box p {
  margin-bottom: 15px;
}
.fifth__container--image {
  width: 50%;
  height: 100%;
  position: relative;
  background-color: #B172B6;
}
.fifth__container--image .bg-fixed {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.fifth__container--image .bg-01 {
  background-image: url(image/ms/ms_05_01.png);
}
.fifth__container--image .bg-02 {
  background-image: url(image/ms/ms_05_02.png);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.fifth__container--image .bg-03 {
  background-image: url(image/ms/ms_05_03.png);
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.fifth__container #fifth_svg {
  width: 40%;
  height: 200px;
  position: absolute;
  bottom: 8%;
  right: 7%;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
  -webkit-transition: 5s;
  transition: 5s;
}
.fifth__container #fifth_svg path {
  fill: none;
  stroke: #F2F2F2;
}

/*  ------------------------- 最下部 ------------------------ */
.bottom {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.bottom__left {
  content: "";
  height: 100vh;
  width: 60px;
}
.bottom__first {
  height: 100vh;
  width: calc(calc(100vw - 120px) / 5);
  background-image: url(image/ms/bottom_ms_01.png);
  background-size: cover;
  background-position: center;
}
.bottom__second {
  height: 100vh;
  width: calc(calc(100vw - 120px) / 5);
  background-image: url(image/ms/bottom_ms_02.png);
  background-size: cover;
  background-position: center;
}
.bottom__third {
  height: 100vh;
  width: calc(calc(100vw - 120px) / 5);
  background-image: url(image/ms/bottom_ms_03.png);
  background-size: cover;
  background-position: center;
}
.bottom__fourth {
  height: 100vh;
  width: calc(calc(100vw - 120px) / 5);
  background-image: url(image/ms/bottom_ms_04.png);
  background-size: cover;
  background-position: center;
}
.bottom__fifth {
  height: 100vh;
  width: calc(calc(100vw - 120px) / 5);
  background-image: url(image/ms/bottom_ms_05.png);
  background-size: cover;
  background-position: center;
}
.bottom__right {
  content: "";
  height: 100vh;
  width: 60px;
}

.animation {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation-name: bg-transition1;
          animation-name: bg-transition1;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bg-transition {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bg-transition {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bg-transition1 {
  0% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg-transition1 {
  0% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  38% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=ms.css.map */