body .bodyContents {
  display: block;
}

body .bodyContents #introductionHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .bodyContents #introductionHeader h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 50px .35em 0;
  font-family: 'Roboto', sans-serif;
  font-size: 5em;
  font-weight: bold;
  color: #f5f5f5;
  letter-spacing: .05em;
  line-height: .6em;
  text-align: center;
}

body .bodyContents #introductionHeader h1 span {
  font-size: .2em;
  color: #ef1b21;
}

body .bodyContents #introductionHeader .slick {
  width: 800px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  z-index: -1;
  -webkit-animation-name: mainContentsAnime;
          animation-name: mainContentsAnime;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes mainContentsAnime {
  0% {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
  20% {
    -webkit-transform: translate(25px, 50px) skewY(10deg);
            transform: translate(25px, 50px) skewY(10deg);
  }
  30% {
    -webkit-transform: translate(5px, 30px) skewY(0deg);
            transform: translate(5px, 30px) skewY(0deg);
  }
  40% {
    -webkit-transform: translate(0, -25px) skewY(-5deg);
            transform: translate(0, -25px) skewY(-5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewY(-5deg);
            transform: translate(0, 0) skewY(-5deg);
  }
  60% {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  80% {
    -webkit-transform: translate(-25px, 0) skewY(5deg);
            transform: translate(-25px, 0) skewY(5deg);
  }
  100% {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
}

@keyframes mainContentsAnime {
  0% {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
  20% {
    -webkit-transform: translate(25px, 50px) skewY(10deg);
            transform: translate(25px, 50px) skewY(10deg);
  }
  30% {
    -webkit-transform: translate(5px, 30px) skewY(0deg);
            transform: translate(5px, 30px) skewY(0deg);
  }
  40% {
    -webkit-transform: translate(0, -25px) skewY(-5deg);
            transform: translate(0, -25px) skewY(-5deg);
  }
  50% {
    -webkit-transform: translate(0, 0) skewY(-5deg);
            transform: translate(0, 0) skewY(-5deg);
  }
  60% {
    -webkit-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  80% {
    -webkit-transform: translate(-25px, 0) skewY(5deg);
            transform: translate(-25px, 0) skewY(5deg);
  }
  100% {
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
}

body .bodyContents #introductionHeader .slick img {
  width: 100%;
  height: 100%;
}

body .bodyContents #introductionHeader .headerBorder {
  width: 100%;
  height: .5px;
  background-color: rgba(245, 245, 245, 0.25);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .bodyContents #introductionMain {
  width: 100%;
  margin: 0 auto;
}

body .bodyContents #introductionMain .introductionMainContents1, body .bodyContents #introductionMain .introductionMainContents2 {
  width: 95%;
  margin: 15vh auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

body .bodyContents #introductionMain .introductionMainContents1 .border, body .bodyContents #introductionMain .introductionMainContents2 .border {
  width: 100%;
  height: 1px;
  background-color: rgba(245, 245, 245, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

body .bodyContents #introductionMain .introductionMainContents1 .h2Out, body .bodyContents #introductionMain .introductionMainContents2 .h2Out {
  width: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 3em;
  left: 1.5em;
  overflow: hidden;
}

body .bodyContents #introductionMain .introductionMainContents1 .h2Out h2, body .bodyContents #introductionMain .introductionMainContents2 .h2Out h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #f5f5f5;
  letter-spacing: .05em;
  line-height: .75em;
  text-align: center;
}

body .bodyContents #introductionMain .introductionMainContents1 .h2Out h2 span, body .bodyContents #introductionMain .introductionMainContents2 .h2Out h2 span {
  font-size: .25em;
  color: #ef1b21;
}

body .bodyContents #introductionMain .introductionMainContents1 .h2In, body .bodyContents #introductionMain .introductionMainContents2 .h2In {
  width: 0;
  overflow: hidden;
  -webkit-animation-name: h2Anime;
          animation-name: h2Anime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes h2Anime {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

@keyframes h2Anime {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

body .bodyContents #introductionMain .introductionMainContents1 img, body .bodyContents #introductionMain .introductionMainContents2 img {
  width: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 40vh;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents1Contents, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents1Contents {
  width: 500px;
  margin-top: 40vh;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents1Contents h3, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents1Contents h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  color: #f5f5f5;
  letter-spacing: .05em;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents1Contents h3 span, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents1Contents h3 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #ef1b21;
  padding-bottom: .1em;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents1Contents h3 span:nth-of-type(2), body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents1Contents h3 span:nth-of-type(2) {
  margin-top: .5em;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents1Contents p, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents1Contents p {
  width: 85%;
  border-bottom: solid 1px rgba(245, 245, 245, 0.5);
  margin-top: 10vh;
  padding-bottom: 12.5vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #f5f5f5;
  letter-spacing: .1em;
  line-height: 1.5em;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents2Contents, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents2Contents {
  width: 100%;
  margin-top: 40vh;
  background-image: url(../images/introduction/introductionMainContents2ContentsContents1BgImg.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 30px;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents2Contents .introductionMainContents2ContentsContents1, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents2Contents .introductionMainContents2ContentsContents1 {
  width: 100%;
  height: 75vh;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents2Contents .introductionMainContents2ContentsContents2, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents2Contents .introductionMainContents2ContentsContents2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents2Contents .introductionMainContents2ContentsContents2::after, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents2Contents .introductionMainContents2ContentsContents2::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.75);
  -webkit-filter: blur(30px);
          filter: blur(30px);
  position: absolute;
  top: 0;
  left: 0;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents2Contents .introductionMainContents2ContentsContents2 h3, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents2Contents .introductionMainContents2ContentsContents2 h3 {
  margin-top: 30vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  color: #f5f5f5;
  letter-spacing: .05em;
  border-bottom: solid 1px #ef1b21;
  padding-bottom: .1em;
  text-align: center;
  z-index: 2;
}

body .bodyContents #introductionMain .introductionMainContents1 .introductionMainContents2Contents .introductionMainContents2ContentsContents2 p, body .bodyContents #introductionMain .introductionMainContents2 .introductionMainContents2Contents .introductionMainContents2ContentsContents2 p {
  width: 35%;
  margin: 15vh 0 60vh 0;
  border-bottom: solid 1px rgba(245, 245, 245, 0.5);
  padding-bottom: 17.5vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  color: #f5f5f5;
  letter-spacing: .1em;
  line-height: 1.5em;
  z-index: 2;
}

body .bodyContents #introductionMain .introductionMainContents2 {
  margin: 40vh auto 0 auto;
}

body .bodyContents #introductionMain .introductionMainContents3 {
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .bodyContents #introductionMain .introductionMainContents3 .roopSlick div img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.5px;
}

body .bodyContents #introductionMain .fadeOut {
  opacity: 0;
  position: relative;
  top: 50px;
}

body .bodyContents #introductionMain .fadeIn {
  opacity: 1;
  top: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

body .bodyContents #introductionMain .borderOut {
  width: 0;
  height: .5px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

body .bodyContents #introductionMain .borderIn {
  width: 100%;
  background-color: rgba(245, 245, 245, 0.5);
}
/*# sourceMappingURL=introduction.css.map */