
.home {
  position: relative;
  z-index: 0;
}
.home .fixed-backgound {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../../images/top-fix-bg.png") no-repeat center center/cover;
  z-index: -1;
  pointer-events: none;
}
.home .mainvisual {
  padding: 250px 5.208vw 214px;
  background: url("../../images/mainvisual01.jpg") no-repeat center center/cover;
  height: 1080px;
}
@media not screen and (min-width: 576px) {
  .home .mainvisual {
    padding: 33.6vw 6.92vw 20.51vw;
    height: inherit;
    background: none;
  }
}
.home .mainvisual .mainvisual-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #fff;
}
@media not screen and (min-width: 576px) {
  .home .mainvisual .mainvisual-hero {
    color: #222;
  }
}
.home .mainvisual .mainvisual-hero .mainvisual-hero__main {
  font-weight: bold;
  font-size: 60px;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media not screen and (min-width: 576px) {
  .home .mainvisual .mainvisual-hero .mainvisual-hero__main {
    font-size: 30px;
    line-height: 1.5;
  }
}
.home .mainvisual .mainvisual-hero .mainvisual-hero__sub {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 28px;
  font-weight: normal;
  font-size: 35px;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .home .mainvisual .mainvisual-hero .mainvisual-hero__sub {
    gap: 0 7px;
    margin-top: 4px;
    font-size: 18px;
    letter-spacing: 0;
  }
}
.home .mainvisual .mainvisual-hero .mainvisual-hero__sub::before {
  content: "";
  display: block;
  background: #fff;
  width: 40px;
  height: 1px;
}
@media not screen and (min-width: 576px) {
  .home .mainvisual .mainvisual-hero .mainvisual-hero__sub::before {
    width: 22px;
    background: #222;
  }
}
.home .mainvisual .mainvisual-hero .mainvisual-text-list .mainvisual-text-list__item {
  display: flex;
  align-items: center;
  min-height: 31px;
  font-size: 25px;
  padding-left: 20px;
  border-left: 8px solid #003e8c;
}
@media not screen and (min-width: 576px) {
  .home .mainvisual .mainvisual-hero .mainvisual-text-list .mainvisual-text-list__item {
    margin-top: 15vw;
    padding-left: 10px;
    min-height: 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    border-left: 4px solid #003e8c;
  }
}
.home .mainvisual .mainvisual-hero .mainvisual-text-list .mainvisual-text-list__item + .mainvisual-text-list__item {
  margin-top: 20px;
}
@media not screen and (min-width: 576px) {
  .home .mainvisual .mainvisual-hero .mainvisual-text-list .mainvisual-text-list__item + .mainvisual-text-list__item {
    margin-top: 4px;
  }
}
.home .mainvisual .mainvisual-hero .mainvisual-movie {
  margin-top: 5.89vw;
}
.home .mainvisual .mainvisual-hero .mainvisual-movie.sp-visible {
  display: none;
}
@media not screen and (min-width: 576px) {
  .home .mainvisual .mainvisual-hero .mainvisual-movie.sp-visible {
    display: block;
  }
}
.home .feature {
  position: relative;
  z-index: 0;
}
.home .feature .feature-head {
  padding: 126px 0 120px;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-head {
    padding: 16.4vw 0 14.7vw;
  }
}
.home .feature .feature-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0.8) 11%, #f5f5f5 50%, rgba(245, 245, 245, 0.8) 90%, rgba(245, 245, 245, 0) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .feature .feature-head .feature-head-inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1080px;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-head .feature-head-inner {
    padding: 0 6.92vw;
  }
}
.home .feature .feature-head .feature-head__title {
  padding-bottom: 24px;
  font-weight: bold;
  font-size: clamp(23px, 2.43vw, 35px);
  color: #003e8c;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-head .feature-head__title {
    padding-bottom: 12px;
  }
}
.home .feature .feature-head .feature-head__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: transparent linear-gradient(270deg, #0059c8 0%, #85bbff 100%) 0% 0% no-repeat padding-box;
  position: relative;
  top: 24px;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-head .feature-head__title::after {
    top: 10px;
  }
}
.home .feature .feature-head .feature-head__lead {
  padding: 18px 32.5px 0;
  font-weight: bold;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-head .feature-head__lead {
    padding: 4.6vw 0 0;
    line-height: 1.93;
  }
}
.home .feature .feature-clip-path {
  position: relative;
}
.home .feature .feature-clip-path::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 80% 0%, 57% 100%, 0% 100%);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home .feature .feature-category {
  padding-top: 120px;
  background: transparent;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category {
    padding-top: 15vw;
  }
}
.home .feature .feature-category + .feature-category {
  padding-top: 10px;
}
@media not screen and (min-width: 1200px) {
  .home .feature .feature-category + .feature-category {
    padding-bottom: 60px;
  }
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category + .feature-category {
    padding-top: 15vw;
    padding-bottom: 30vw;
  }
}
.home .feature .feature-category .feature-category-inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category-inner {
    padding: 0 6.92vw;
  }
}
.home .feature .feature-category .feature-category__title {
  display: flex;
  align-items: center;
  padding-left: 20px;
  min-height: 67px;
  border-left: 12px solid #cecece;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category__title {
    padding-left: 16px;
    min-height: 30px;
    font-size: 23px;
    border-left: 6px solid #cecece;
  }
}
.home .feature .feature-category .feature-category__lead {
  margin-top: 20px;
  padding-left: 32px;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category__lead {
    padding-left: 16px;
  }
}
.home .feature .feature-category .feature-category-body {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  padding-left: 32px;
}
@media not screen and (min-width: 769px) {
  .home .feature .feature-category .feature-category-body {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category-body {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 0;
    padding-left: 0;
  }
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category-links {
    padding: 0 6.92vw;
  }
}
.home .feature .feature-category .feature-category__text {
  margin-top: 52px;
  font-weight: bold;
  font-size: 25px;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category__text {
    margin-top: 1.6vw;
    font-size: 18px;
  }
}
.home .feature .feature-category .feature-category__text + .feature-category-link-container {
  margin-top: 2px;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category__text + .feature-category-link-container {
    margin-top: 0;
  }
}
.home .feature .feature-category .feature-category__note {
  margin-top: 5px;
  text-align: right;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category__note {
    margin: 1vw -5vw 0;
    width: 86vw;
    font-size: 14px;
    text-align: center;
  }
}
.home .feature .feature-category .feature-category-visual {
  margin-top: -60px;
  max-width: 600px;
  width: 100%;
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-category .feature-category-visual {
    margin-top: 0;
    width: 79.74vw;
    position: relative;
    left: 3vw;
  }
}
.home .feature .feature-decoration {
  position: absolute;
  z-index: -1;
}
.home .feature .feature-decoration.feature-decoration01 {
  top: -82px;
  right: 5.2vw;
  width: 460px;
}
@media screen and (max-width: 1920px) {
  .home .feature .feature-decoration.feature-decoration01 {
    width: 23.95vw;
  }
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-decoration.feature-decoration01 {
    width: 43.33vw;
    top: -24vw;
    right: 0;
  }
}
.home .feature .feature-decoration.feature-decoration02 {
  bottom: -215px;
  left: 100px;
  width: 360px;
}
@media screen and (max-width: 1920px) {
  .home .feature .feature-decoration.feature-decoration02 {
    bottom: -11.19vw;
    left: 5.2vw;
    width: 18.75vw;
  }
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-decoration.feature-decoration02 {
    width: 32.05vw;
    bottom: -18vw;
    left: 0;
  }
}
.home .works {
  padding: 71px 0 60px;
  background: #f5f5f5;
}
@media not screen and (min-width: 576px) {
  .home .works {
    padding: 16vw 0 14.7vw;
  }
}
.home .works .works__title {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .home .works .works__title {
    font-size: 25px;
  }
}
.home .works .works__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: transparent linear-gradient(270deg, #0059c8 0%, #85bbff 100%) 0% 0% no-repeat padding-box;
  position: relative;
  top: 30px;
}
@media not screen and (min-width: 576px) {
  .home .works .works__title::after {
    top: 12px;
  }
}
@media not screen and (min-width: 576px) {
  .home .works .works-item + .works-item {
    margin-top: 15.4vw;
  }
}
.home .works .works-movie-placeholder {
  display: block;
  margin: 94px auto 0;
  max-width: 800px;
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.home .works .works-movie-placeholder::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.home .works .works-movie-placeholder::after {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: url("../../images/movie-trigger.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
@media not screen and (min-width: 769px) {
  .home .works .works-movie-placeholder {
    height: 58.59vw;
  }
}
@media not screen and (min-width: 576px) {
  .home .works .works-movie-placeholder {
    margin-top: 9.2vw;
  }
}
.home .works .works-movie-placeholder.hidden {
  display: none;
}
.home .works .works-movie-placeholder .works-body-thumbnail {
  background: url("../../images/works-movie.jpg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home .works .works-body {
  display: none;
  margin: 94px auto 0;
  max-width: 800px;
  width: 100%;
  height: 450px;
  position: relative;
  z-index: 0;
}
@media not screen and (min-width: 769px) {
  .home .works .works-body {
    height: 58.59vw;
  }
}
@media not screen and (min-width: 576px) {
  .home .works .works-body {
    margin-top: 9.2vw;
  }
}
.home .works .works-body.play {
  display: block;
}
.home .works .works-body iframe {
  z-index: 0;
}
.home .works .works-body .works-body-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home .works .works-link-container {
  margin-top: 58px;
}
@media not screen and (min-width: 576px) {
  .home .works .works-link-container {
    margin-top: 16vw;
  }
}
.home .works .works-link-container .works-link {
  margin: 0 auto;
  padding: 0 40px;
  min-width: inherit;
  width: 270px;
}
@media not screen and (min-width: 576px) {
  .home .works .works-link-container .works-link {
    width: 178px;
    padding: 0 5.12vw;
  }
}
.home .download {
  background: transparent;
}
.home .download .download-container {
  background: #fff;
}




.home .feature .feature-movie-placeholder {
  display: block;
  margin: 60px auto 0;
  max-width: 1080px;
  width: 100%;
  height: 563px;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.home .feature .feature-movie-placeholder::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.home .feature .feature-movie-placeholder::after {
  content: "";
  display: block;
  width: 57px;
  height: 57px;
  background: url("../../images/movie-trigger.svg") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
@media not screen and (min-width: 1024px) {
  .home .feature .feature-movie-placeholder {
    height: 51.9vw;
	margin: 40px auto 0;
  }
}
@media not screen and (min-width: 769px) {
  .home .feature .feature-movie-placeholder {
    height: 51.9vw;
	margin: 40px auto 0;
  }
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-movie-placeholder {
    margin-top: 9.2vw;
  }
}
.home .feature .feature-movie-placeholder.hidden {
  display: none;
}
.home .feature .feature-movie-placeholder .feature-body-thumbnail {
  background: url("../../images/feature-movie.jpg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home .feature .feature-body {
  display: none;
  margin: 94px auto 0;
  max-width: 1080px;
  width: 100%;
  height: 563px;
  position: relative;
  z-index: 0;
}
@media not screen and (min-width: 1024px) {
  .home .feature .feature-body {
    height: 51.9vw;
  }
}
@media not screen and (min-width: 769px) {
  .home .feature .feature-body {
    height: 51.9vw;
  }
}
@media not screen and (min-width: 576px) {
  .home .feature .feature-body {
    margin-top: 9.2vw;
  }
}
.home .feature .feature-body.play {
  display: block;
}
.home .feature .feature-body iframe {
  z-index: 0;
}
.home .feature .feature-body .feature-body-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home .feature .feature-movie-title {
  display: flex;
  align-items: center;
  border-left: 6px solid #cecece;
  min-height: 30px;
  margin-top: 20px;
  padding-left: 10px;
  color: #003e8c;
  font-size: clamp(16px, 3.47vw, 28px);
  font-weight: bold;
  line-height: 1.2;
}
.home .feature .feature-movie-text {
  margin-top: 15px;
  font-size: clamp(16px, 1.38vw, 20px);
  line-height: 1.75;
}
@media not screen and (min-width: 576px) {
	.home .feature .feature-movie-title {
	  margin-top: 20px;
	  line-height: 1.4;
	}
	.home .feature .feature-movie-text {
	  margin-top: 15px;
	}
}