body .youtubeModalOn {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  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;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
}

body .youtubeModalOn .youtubeModalContents {
  width: 960px;
  height: 540px;
  position: relative;
}

body .youtubeModalOn .youtubeModalContents .youtubeModalContentsIframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(0.75);
          filter: grayscale(0.75);
  opacity: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-animation-name: youtubeModalAnime;
          animation-name: youtubeModalAnime;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes youtubeModalAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes youtubeModalAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .youtubeModalOn .youtubeModalContents .youtubeModalContentsIframe:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

body .youtubeModalOn .youtubeModalContents button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: -50px;
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-animation-name: youtubeModalAnime;
          animation-name: youtubeModalAnime;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes youtubeModalAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .youtubeModalOn .youtubeModalContents button:hover {
  -webkit-transform: scale(75%);
          transform: scale(75%);
}

body .youtubeModalOn .youtubeModalContents button div:nth-of-type(1) {
  width: 100%;
  height: 1px;
  background-color: #ef1b21;
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

body .youtubeModalOn .youtubeModalContents button div:nth-of-type(2) {
  width: 100%;
  height: 1px;
  background-color: #ef1b21;
  position: absolute;
  bottom: 48%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

body .youtubeModalOff {
  display: none;
}

body .bodyContents {
  display: none;
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: 0;
  -webkit-animation-name: bodyContentsAnime;
          animation-name: bodyContentsAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes bodyContentsAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bodyContentsAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents .menu {
  opacity: 0;
}

body .bodyContents .menu .menuContentsUlList {
  display: none;
}

body .bodyContents .display {
  position: relative;
  opacity: 1;
  z-index: 4;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  cursor: pointer;
}

body .bodyContents .display #on {
  width: 100%;
  height: 100vh;
  background-image: url(../images/index/menuContentsImg1.webp);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

body .bodyContents .display #on.bg1 {
  background-image: url(../images/index/menuContentsImg1.webp);
}

body .bodyContents .display #on.bg2 {
  background-image: url(../images/index/menuContentsImg2.webp);
}

body .bodyContents .display #on.bg3 {
  background-image: url(../images/index/menuContentsImg3.webp);
}

body .bodyContents .display #on.bg4 {
  background-image: url(../images/index/menuContentsImg4.webp);
}

body .bodyContents .display #on.bg5 {
  background-image: url(../images/index/menuContentsImg5.webp);
}

body .bodyContents .display .menuContentsUlList {
  display: block;
  height: 100vh;
  margin-left: 100px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .bodyContents .display .menuContentsUlList .menuContents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: .5em;
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  font-weight: 400;
  color: #222;
  letter-spacing: .05em;
  line-height: 1em;
  position: relative;
}

body .bodyContents .display .menuContentsUlList .menuContents::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #222;
  position: absolute;
  bottom: -.1em;
  left: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

body .bodyContents .display .menuContentsUlList .menuContents:hover {
  opacity: .75;
}

body .bodyContents .display .menuContentsUlList .menuContents:hover::after {
  content: "";
  width: 100%;
}

body .bodyContents header {
  width: 100%;
  height: 100vh;
  position: relative;
}

body .bodyContents header .drawer {
  width: 30px;
  height: 5px;
  position: fixed;
  top: 30px;
  left: 60px;
  z-index: 1;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  cursor: pointer;
}

body .bodyContents header .drawer .drawerBar1 {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

body .bodyContents header .drawer .drawerBar1::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

body .bodyContents header .drawer .drawerBar2 {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

body .bodyContents header .drawer::after {
  content: "Menu";
  font-family: 'Roboto', sans-serif;
  font-size: .9em;
  font-weight: 400;
  color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 150%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

body .bodyContents header .drawer:hover {
  opacity: .75;
}

body .bodyContents header .close {
  position: fixed;
  top: 30px;
  left: 60px;
  z-index: 4;
}

body .bodyContents header .close .drawerBar1 {
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

body .bodyContents header .close .drawerBar1::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

body .bodyContents header .close .drawerBar2 {
  background-color: #f5f5f5;
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

body .bodyContents header .close::after {
  content: "Close";
  color: #222;
  -webkit-animation-name: menuText;
          animation-name: menuText;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes menuText {
  0% {
    content: "Menu";
  }
  75% {
    content: "";
    opacity: 0;
  }
  90% {
    content: "";
    opacity: 0;
  }
  100% {
    content: "Close";
    opacity: 1;
  }
}

@keyframes menuText {
  0% {
    content: "Menu";
  }
  75% {
    content: "";
    opacity: 0;
  }
  90% {
    content: "";
    opacity: 0;
  }
  100% {
    content: "Close";
    opacity: 1;
  }
}

body .bodyContents #indexHeader {
  width: 100%;
  height: 100vh;
  background-image: url(../images/index/mainVisual1.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  /*
      .indexHeaderBgImg {
        object-fit: cover;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
      }
      */
}

body .bodyContents #indexHeader .scroll p {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #f5f5f5;
  letter-spacing: .1em;
  -webkit-animation-name: scrollAnime1;
          animation-name: scrollAnime1;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scrollAnime1 {
  0% {
    bottom: 30px;
  }
  80% {
    bottom: 30px;
  }
  85% {
    bottom: 20px;
  }
  90% {
    bottom: 25px;
  }
  95% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes scrollAnime1 {
  0% {
    bottom: 30px;
  }
  80% {
    bottom: 30px;
  }
  85% {
    bottom: 20px;
  }
  90% {
    bottom: 25px;
  }
  95% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

body .bodyContents #indexHeader .scroll div:nth-of-type(1) {
  position: absolute;
  bottom: 15px;
  left: 50%;
}

body .bodyContents #indexHeader .scroll div:nth-of-type(1)::before {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  right: 2.5px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation-name: scrollAnime2;
          animation-name: scrollAnime2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scrollAnime2 {
  0% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  85% {
    bottom: -10px;
  }
  90% {
    bottom: -5px;
  }
  95% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes scrollAnime2 {
  0% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  85% {
    bottom: -10px;
  }
  90% {
    bottom: -5px;
  }
  95% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}

body .bodyContents #indexHeader .scroll div:nth-of-type(1)::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 2.5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-name: scrollAnime3;
          animation-name: scrollAnime3;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scrollAnime3 {
  0% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  85% {
    bottom: -10px;
  }
  90% {
    bottom: -5px;
  }
  95% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes scrollAnime3 {
  0% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  85% {
    bottom: -10px;
  }
  90% {
    bottom: -5px;
  }
  95% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}

body .bodyContents #indexHeader .scroll div:nth-of-type(2) {
  position: absolute;
  bottom: 5px;
  left: 50%;
}

body .bodyContents #indexHeader .scroll div:nth-of-type(2)::before {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  right: 2.5px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation-name: scrollAnime4;
          animation-name: scrollAnime4;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scrollAnime4 {
  0% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  85% {
    bottom: -10px;
  }
  90% {
    bottom: -5px;
  }
  95% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes scrollAnime4 {
  0% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  85% {
    bottom: -10px;
  }
  90% {
    bottom: -5px;
  }
  95% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}

body .bodyContents #indexHeader .scroll div:nth-of-type(2)::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 2.5px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-name: scrollAnime5;
          animation-name: scrollAnime5;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scrollAnime5 {
  0% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  85% {
    bottom: -10px;
  }
  90% {
    bottom: -5px;
  }
  95% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes scrollAnime5 {
  0% {
    bottom: 0;
  }
  80% {
    bottom: 0;
  }
  85% {
    bottom: -10px;
  }
  90% {
    bottom: -5px;
  }
  95% {
    bottom: -10px;
  }
  100% {
    bottom: 0;
  }
}

body .bodyContents .first {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

body .bodyContents .first::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
  -webkit-animation-name: headerAnime;
          animation-name: headerAnime;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes headerAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes headerAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

body .bodyContents .first .title {
  width: 500px;
  height: 100vh;
  margin-left: 150px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .bodyContents .first .title h1 {
  width: 100%;
  height: 175px;
  position: relative;
  z-index: 3;
}

body .bodyContents .first .title h1 svg {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
}

body .bodyContents .first .title h1 svg .titleLogo {
  fill: transparent;
  stroke: #f5f5f5;
  stroke-dasharray: 0 100;
}

body .bodyContents .first .title h1 svg .anime {
  -webkit-animation-name: titleLogoAnime;
          animation-name: titleLogoAnime;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes titleLogoAnime {
  0% {
    fill: transparent;
  }
  50% {
    fill: transparent;
    stroke-dasharray: 100 0;
  }
  75% {
    fill: #ffffff;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 100 0;
    opacity: 0;
  }
}

@keyframes titleLogoAnime {
  0% {
    fill: transparent;
  }
  50% {
    fill: transparent;
    stroke-dasharray: 100 0;
  }
  75% {
    fill: #ffffff;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 100 0;
    opacity: 0;
  }
}

body .bodyContents .first .title h1 img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: -3px;
  left: 0;
  opacity: 0;
  -webkit-animation-name: titleLogoAnime2;
          animation-name: titleLogoAnime2;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes titleLogoAnime2 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes titleLogoAnime2 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents .first .title p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  color: #f5f5f5;
  opacity: 0;
  z-index: 3;
  -webkit-animation-name: titlePAnime;
          animation-name: titlePAnime;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes titlePAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes titlePAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents .second {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

body .bodyContents .second::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

body .bodyContents .second .title {
  width: 500px;
  height: 100vh;
  margin-left: 150px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .bodyContents .second .title h1 {
  width: 100%;
  height: 175px;
  position: relative;
  z-index: 3;
}

body .bodyContents .second .title h1 svg {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

body .bodyContents .second .title h1 svg img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: -3px;
  left: 0;
  opacity: 1;
}

body .bodyContents .second .title p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  color: #f5f5f5;
}

body .bodyContents #indexMain {
  width: 95%;
  margin: 0 auto;
}

body .bodyContents #indexMain .trailer {
  width: 100%;
  margin-top: 20vh;
}

body .bodyContents #indexMain .trailer .trailerContents {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .bodyContents #indexMain .trailer .trailerContents .trailerContents1, body .bodyContents #indexMain .trailer .trailerContents .trailerContents2, body .bodyContents #indexMain .trailer .trailerContents .trailerContents3 {
  width: 350px;
  margin: 0 15px;
}

body .bodyContents #indexMain .trailer .trailerContents .trailerContents1 iframe, body .bodyContents #indexMain .trailer .trailerContents .trailerContents2 iframe, body .bodyContents #indexMain .trailer .trailerContents .trailerContents3 iframe {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-filter: grayscale(0.75);
          filter: grayscale(0.75);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

body .bodyContents #indexMain .trailer .trailerContents .trailerContents1 iframe:hover, body .bodyContents #indexMain .trailer .trailerContents .trailerContents2 iframe:hover, body .bodyContents #indexMain .trailer .trailerContents .trailerContents3 iframe:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(105%);
          transform: scale(105%);
}

body .bodyContents #indexMain .trailer .trailerContents .trailerContents1 p, body .bodyContents #indexMain .trailer .trailerContents .trailerContents2 p, body .bodyContents #indexMain .trailer .trailerContents .trailerContents3 p {
  margin-top: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .75em;
  color: #f5f5f5;
  text-align: center;
}

body .bodyContents #indexMain .trailer h2 {
  margin-top: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #f5f5f5;
  letter-spacing: .05em;
  line-height: 1em;
  text-align: center;
}

body .bodyContents #indexMain .trailer h2 span {
  display: block;
  font-size: .25em;
  color: #ef1b21;
  text-align: center;
}

body .bodyContents #indexMain .topics {
  width: 100%;
  margin: 30vh auto 0 auto;
  position: relative;
}

body .bodyContents #indexMain .topics .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 #indexMain .topics .h2Out h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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 #indexMain .topics .h2Out h2 span {
  font-size: .25em;
  color: #ef1b21;
  text-align: center;
}

body .bodyContents #indexMain .topics .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 #indexMain .topics .topicsContents {
  width: 60%;
  margin: 0 auto;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 {
  width: calc(50% - 10px);
  height: 32.5vh;
  margin: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 p:nth-of-type(1), body .bodyContents #indexMain .topics .topicsContents .topicsContents2 p:nth-of-type(1) {
  width: 90%;
  margin-top: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  color: #f5f5f5;
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 p:nth-of-type(2), body .bodyContents #indexMain .topics .topicsContents .topicsContents2 p:nth-of-type(2) {
  width: 10%;
  margin-top: 1.75em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: .75em;
  color: #f5f5f5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button {
  width: 175px;
  border: solid 1px rgba(245, 245, 245, 0.25);
  border-radius: 30px;
  margin-top: 100px;
  padding: 1em;
  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;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button:hover, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button:hover {
  border: solid 1px rgba(245, 245, 245, 0.75);
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button:hover li:nth-of-type(2), body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button:hover li:nth-of-type(2) {
  -webkit-animation-name: buttonAnime1;
          animation-name: buttonAnime1;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes buttonAnime1 {
  25% {
    opacity: 1;
  }
  60% {
    left: 0;
  }
  70% {
    left: -15px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes buttonAnime1 {
  25% {
    opacity: 1;
  }
  60% {
    left: 0;
  }
  70% {
    left: -15px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button:hover li:nth-of-type(2)::before, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button:hover li:nth-of-type(2)::before {
  -webkit-animation-name: buttonAnime2;
          animation-name: buttonAnime2;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes buttonAnime2 {
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    opacity: 0;
  }
  70% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: .2em;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes buttonAnime2 {
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    opacity: 0;
  }
  70% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: .2em;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button:hover li:nth-of-type(2)::after, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button:hover li:nth-of-type(2)::after {
  -webkit-animation-name: buttonAnime3;
          animation-name: buttonAnime3;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes buttonAnime3 {
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    opacity: 0;
  }
  70% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: .2em;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes buttonAnime3 {
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    opacity: 0;
  }
  70% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: .2em;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button ul, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button ul {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button ul li, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #f5f5f5;
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button ul li:nth-of-type(2), body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button ul li:nth-of-type(2) {
  width: 1em;
  height: 1px;
  background-color: #f5f5f5;
  position: relative;
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button ul li:nth-of-type(2)::before, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button ul li:nth-of-type(2)::before {
  content: "";
  width: .5em;
  height: 1.5px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: .2em;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents1 button ul li:nth-of-type(2)::after, body .bodyContents #indexMain .topics .topicsContents .topicsContents2 button ul li:nth-of-type(2)::after {
  content: "";
  width: .5em;
  height: 1.5px;
  background-color: #f5f5f5;
  position: absolute;
  top: .2em;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body .bodyContents #indexMain .topics .topicsContents .topicsContents2 {
  margin-top: 100px;
}

body .bodyContents #indexMain .topics .bigButton {
  width: 175px;
  border: solid 1px rgba(245, 245, 245, 0.25);
  border-radius: 30px;
  padding: 1em;
  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 #indexMain .topics .bigButton:hover {
  border: solid 1px rgba(245, 245, 245, 0.75);
}

body .bodyContents #indexMain .topics .bigButton:hover li:nth-of-type(2) {
  -webkit-animation-name: buttonAnime1;
          animation-name: buttonAnime1;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@keyframes buttonAnime1 {
  25% {
    opacity: 1;
  }
  60% {
    left: 0;
  }
  70% {
    left: -15px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .topics .bigButton:hover li:nth-of-type(2)::before {
  -webkit-animation-name: buttonAnime2;
          animation-name: buttonAnime2;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@keyframes buttonAnime2 {
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    opacity: 0;
  }
  70% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: .2em;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .topics .bigButton:hover li:nth-of-type(2)::after {
  -webkit-animation-name: buttonAnime3;
          animation-name: buttonAnime3;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@keyframes buttonAnime3 {
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    opacity: 0;
  }
  70% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: .2em;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .topics .bigButton ul {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .bodyContents #indexMain .topics .bigButton ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #f5f5f5;
}

body .bodyContents #indexMain .topics .bigButton ul li:nth-of-type(2) {
  width: 1em;
  height: 1px;
  background-color: #f5f5f5;
  position: relative;
}

body .bodyContents #indexMain .topics .bigButton ul li:nth-of-type(2)::before {
  content: "";
  width: .5em;
  height: 1.5px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: .2em;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .bodyContents #indexMain .topics .bigButton ul li:nth-of-type(2)::after {
  content: "";
  width: .5em;
  height: 1.5px;
  background-color: #f5f5f5;
  position: absolute;
  top: .2em;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body .bodyContents #indexMain .mainContents1, body .bodyContents #indexMain .mainContents2 {
  width: 100%;
  margin: 30vh auto 0 auto;
  position: relative;
}

body .bodyContents #indexMain .mainContents1 .h2Out, body .bodyContents #indexMain .mainContents2 .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 #indexMain .mainContents1 .h2Out h2, body .bodyContents #indexMain .mainContents2 .h2Out h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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 #indexMain .mainContents1 .h2Out h2 span, body .bodyContents #indexMain .mainContents2 .h2Out h2 span {
  font-size: .25em;
  color: #ef1b21;
  text-align: center;
}

body .bodyContents #indexMain .mainContents1 .h2In, body .bodyContents #indexMain .mainContents2 .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;
}

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

body .bodyContents #indexMain .mainContents1 .mainContents1Contents, body .bodyContents #indexMain .mainContents1 .mainContents2Contents, body .bodyContents #indexMain .mainContents2 .mainContents1Contents, body .bodyContents #indexMain .mainContents2 .mainContents2Contents {
  padding-top: 200px;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents h3, body .bodyContents #indexMain .mainContents1 .mainContents2Contents h3, body .bodyContents #indexMain .mainContents2 .mainContents1Contents h3, body .bodyContents #indexMain .mainContents2 .mainContents2Contents h3 {
  margin-left: 150px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3em;
  font-weight: bold;
  color: #f5f5f5;
  line-height: 1.25em;
  position: relative;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents h3 span:nth-of-type(1), body .bodyContents #indexMain .mainContents1 .mainContents2Contents h3 span:nth-of-type(1), body .bodyContents #indexMain .mainContents2 .mainContents1Contents h3 span:nth-of-type(1), body .bodyContents #indexMain .mainContents2 .mainContents2Contents h3 span:nth-of-type(1) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents h3 span:nth-of-type(1)::after, body .bodyContents #indexMain .mainContents1 .mainContents2Contents h3 span:nth-of-type(1)::after, body .bodyContents #indexMain .mainContents2 .mainContents1Contents h3 span:nth-of-type(1)::after, body .bodyContents #indexMain .mainContents2 .mainContents2Contents h3 span:nth-of-type(1)::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #222;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  position: absolute;
  bottom: -.1em;
  left: 0;
  z-index: -1;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents h3 span:nth-of-type(2), body .bodyContents #indexMain .mainContents1 .mainContents2Contents h3 span:nth-of-type(2), body .bodyContents #indexMain .mainContents2 .mainContents1Contents h3 span:nth-of-type(2), body .bodyContents #indexMain .mainContents2 .mainContents2Contents h3 span:nth-of-type(2) {
  display: block;
  position: absolute;
  top: 1.25em;
  left: 0;
  z-index: 1;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents h3 span:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents1 .mainContents2Contents h3 span:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents2 .mainContents1Contents h3 span:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents2 .mainContents2Contents h3 span:nth-of-type(2)::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #222;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  position: absolute;
  bottom: -.1em;
  left: 0;
  z-index: -1;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents p, body .bodyContents #indexMain .mainContents1 .mainContents2Contents p, body .bodyContents #indexMain .mainContents2 .mainContents1Contents p, body .bodyContents #indexMain .mainContents2 .mainContents2Contents p {
  width: 50%;
  margin: 100px 0 0 150px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1em;
  color: #f5f5f5;
  line-height: 1.25em;
  position: relative;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button {
  width: 175px;
  border: solid 1px rgba(245, 245, 245, 0.25);
  border-radius: 30px;
  margin: 100px 0 0 150px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button a, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button a, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button a, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
  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 #indexMain .mainContents1 .mainContents1Contents button:hover, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button:hover, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button:hover, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button:hover {
  border: solid 1px rgba(245, 245, 245, 0.75);
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button:hover li:nth-of-type(2), body .bodyContents #indexMain .mainContents1 .mainContents2Contents button:hover li:nth-of-type(2), body .bodyContents #indexMain .mainContents2 .mainContents1Contents button:hover li:nth-of-type(2), body .bodyContents #indexMain .mainContents2 .mainContents2Contents button:hover li:nth-of-type(2) {
  -webkit-animation-name: buttonAnime1;
          animation-name: buttonAnime1;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@keyframes buttonAnime1 {
  25% {
    opacity: 1;
  }
  60% {
    left: 0;
  }
  70% {
    left: -15px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button:hover li:nth-of-type(2)::before, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button:hover li:nth-of-type(2)::before, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button:hover li:nth-of-type(2)::before, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button:hover li:nth-of-type(2)::before {
  -webkit-animation-name: buttonAnime2;
          animation-name: buttonAnime2;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@keyframes buttonAnime2 {
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    opacity: 0;
  }
  70% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: .2em;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button:hover li:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button:hover li:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button:hover li:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button:hover li:nth-of-type(2)::after {
  -webkit-animation-name: buttonAnime3;
          animation-name: buttonAnime3;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@keyframes buttonAnime3 {
  50% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  60% {
    opacity: 0;
  }
  70% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: .2em;
    right: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button ul, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button ul, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button ul, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button ul {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button ul li, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button ul li, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button ul li, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button ul li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #f5f5f5;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button ul li:nth-of-type(2), body .bodyContents #indexMain .mainContents1 .mainContents2Contents button ul li:nth-of-type(2), body .bodyContents #indexMain .mainContents2 .mainContents1Contents button ul li:nth-of-type(2), body .bodyContents #indexMain .mainContents2 .mainContents2Contents button ul li:nth-of-type(2) {
  width: 1em;
  height: 1px;
  background-color: #f5f5f5;
  position: relative;
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button ul li:nth-of-type(2)::before, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button ul li:nth-of-type(2)::before, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button ul li:nth-of-type(2)::before, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button ul li:nth-of-type(2)::before {
  content: "";
  width: .5em;
  height: 1.5px;
  background-color: #f5f5f5;
  position: absolute;
  bottom: .2em;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body .bodyContents #indexMain .mainContents1 .mainContents1Contents button ul li:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents1 .mainContents2Contents button ul li:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents2 .mainContents1Contents button ul li:nth-of-type(2)::after, body .bodyContents #indexMain .mainContents2 .mainContents2Contents button ul li:nth-of-type(2)::after {
  content: "";
  width: .5em;
  height: 1.5px;
  background-color: #f5f5f5;
  position: absolute;
  top: .2em;
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

body .bodyContents #indexMain .mainContents1 .slick1 {
  width: 750px;
  height: auto;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  z-index: -1;
  -webkit-animation-name: mainContentsAnime1;
          animation-name: mainContentsAnime1;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes mainContentsAnime1 {
  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 mainContentsAnime1 {
  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 #indexMain .mainContents1 .slick1 img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .bodyContents #indexMain .mainContents2 .mainContents2Contents {
  margin-left: 500px;
}

body .bodyContents #indexMain .mainContents2 .mainContents2Contents p {
  width: 70%;
}

body .bodyContents #indexMain .mainContents2 .slick2 {
  width: 750px;
  height: auto;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  z-index: -1;
  -webkit-animation-name: mainContentsAnime2;
          animation-name: mainContentsAnime2;
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes mainContentsAnime2 {
  0% {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
  }
  20% {
    -webkit-transform: translate(50px, 25px) skewY(-10deg);
            transform: translate(50px, 25px) skewY(-10deg);
  }
  30% {
    -webkit-transform: translate(30px, 5px) skewY(0deg);
            transform: translate(30px, 5px) skewY(0deg);
  }
  40% {
    -webkit-transform: translate(-25px, 0) skewY(5deg);
            transform: translate(-25px, 0) 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(0, -25px) skewY(-5deg);
            transform: translate(0, -25px) skewY(-5deg);
  }
  100% {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
  }
}

@keyframes mainContentsAnime2 {
  0% {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
  }
  20% {
    -webkit-transform: translate(50px, 25px) skewY(-10deg);
            transform: translate(50px, 25px) skewY(-10deg);
  }
  30% {
    -webkit-transform: translate(30px, 5px) skewY(0deg);
            transform: translate(30px, 5px) skewY(0deg);
  }
  40% {
    -webkit-transform: translate(-25px, 0) skewY(5deg);
            transform: translate(-25px, 0) 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(0, -25px) skewY(-5deg);
            transform: translate(0, -25px) skewY(-5deg);
  }
  100% {
    -webkit-transform: skewY(10deg);
            transform: skewY(10deg);
  }
}

body .bodyContents #indexMain .mainContents2 .slick2 img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body .bodyContents #indexMain .mainContents3, body .bodyContents #indexMain .mainContents4 {
  width: 75%;
  border: solid 1px rgba(245, 245, 245, 0.5);
  border-radius: 15px;
  margin: 30vh auto 0 auto;
  position: relative;
  overflow: hidden;
}

body .bodyContents #indexMain .mainContents3 a, body .bodyContents #indexMain .mainContents4 a {
  display: block;
  width: 100%;
  height: 100%;
}

body .bodyContents #indexMain .mainContents3 h2, body .bodyContents #indexMain .mainContents4 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #f5f5f5;
  letter-spacing: .05em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

body .bodyContents #indexMain .mainContents3 h2::after, body .bodyContents #indexMain .mainContents4 h2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body .bodyContents #indexMain .mainContents3 h2 span, body .bodyContents #indexMain .mainContents4 h2 span {
  display: block;
  font-size: .25em;
  color: #ef1b21;
  text-align: center;
}

body .bodyContents #indexMain .mainContents3 img, body .bodyContents #indexMain .mainContents4 img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 15px;
  -webkit-filter: grayscale(0.75);
          filter: grayscale(0.75);
  z-index: -1;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

body .bodyContents #indexMain .mainContents3 img:hover, body .bodyContents #indexMain .mainContents4 img:hover {
  -webkit-transform: scale(105%);
          transform: scale(105%);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

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

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

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

body .bodyContents .borderIn {
  width: 100%;
  background-color: rgba(245, 245, 245, 0.5);
}

body .bodyContents .bigButtonOut {
  opacity: 0;
  position: absolute;
  top: 5em;
  right: 1em;
}

body .bodyContents .bigButtonIn {
  opacity: 1;
  position: absolute;
  top: 2.5em;
  right: 1em;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

body .bodyContents .img1Out {
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 45%;
}

body .bodyContents .img1In {
  opacity: 1;
  position: absolute;
  top: 50px;
  left: 45%;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

body .bodyContents .img2Out {
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 5%;
}

body .bodyContents .img2In {
  opacity: 1;
  position: absolute;
  top: 50px;
  left: 5%;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

body .bodyContents .contentsOut {
  opacity: 0;
  position: relative;
  top: 25px;
}

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

body .bodyContents footer {
  width: 100%;
  height: 70vh;
  background-image: url(../images/index/footerBigImg.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-top: 30vh;
  position: relative;
}

body .bodyContents footer div {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  position: absolute;
  top: 0;
  left: 0;
}

body .bodyContents footer div img {
  width: 150px;
  height: auto;
  margin: 0 15px 50px 15px;
}

body .bodyContents footer ul {
  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;
  position: absolute;
  bottom: 22.5px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

body .bodyContents footer ul li {
  border-right: solid 1px #f5f5f5;
  padding: 0 .5em 0 .5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #f5f5f5;
  letter-spacing: .1em;
}

body .bodyContents footer ul li span {
  font-size: .6em;
}

body .bodyContents footer ul li:nth-of-type(5) {
  border-right: solid 1px rgba(245, 245, 245, 0);
}

body .bodyContents footer p {
  width: 100%;
  height: 2.5vh;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  font-family: 'Roboto', sans-serif;
  font-size: .75em;
  font-weight: 400;
  color: #f5f5f5;
  letter-spacing: .1em;
  position: absolute;
  bottom: 0;
  left: 0;
}

body .indxBodyContents {
  opacity: 0;
  z-index: 0;
  -webkit-animation-name: bodyContentsAnime;
          animation-name: bodyContentsAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes bodyContentsAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */