@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Regular.eot");
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url("NeueHaasUnica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Bold.eot");
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url("NeueHaasUnica-Bold.eot?#iefix") format("embedded-opentype"), url("NeueHaasUnica-Bold.woff2") format("woff2"), url("NeueHaasUnica-Bold.woff") format("woff"), url("NeueHaasUnica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
:root {
  --main-color: #000;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ---------------------------- */
/* font
/* ---------------------------- */
/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.3s;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2.5s;
  /* ここを変更 */
  animation-duration: 2.5s;
  /* ここも変更 */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}

.delay-time14 {
  animation-delay: 1.4s;
}

.delay-time18 {
  animation-delay: 1.8s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time22 {
  animation-delay: 2.2s;
}

.delay-time3 {
  animation-delay: 3s;
}

.delay-time35 {
  animation-delay: 3.5s;
}

.delay-time4 {
  animation-delay: 4s;
}

.delay-time45 {
  animation-delay: 4.5s;
}

.box-wrapper {
  font-family: "Roboto", serif;
  font-weight: 400;
  /* ---------------------------- */
  /* common
  /* ---------------------------- */
  /* ---------------------------- */
  /* parts
    /* ---------------------------- */
  /* ---------------------------- */
  /* footer
  /* ---------------------------- */
}
.box-wrapper *,
.box-wrapper *::before,
.box-wrapper *::after {
  box-sizing: border-box;
}
.box-wrapper * {
  margin: 0;
  color: #fff;
}
.box-wrapper html,
.box-wrapper body {
  height: 100%;
}
.box-wrapper body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-wrapper img,
.box-wrapper picture,
.box-wrapper video,
.box-wrapper canvas,
.box-wrapper svg {
  display: block;
  max-width: 100%;
}
.box-wrapper input,
.box-wrapper button,
.box-wrapper textarea,
.box-wrapper select {
  font: inherit;
}
.box-wrapper p,
.box-wrapper h1,
.box-wrapper h2,
.box-wrapper h3,
.box-wrapper h4,
.box-wrapper h5,
.box-wrapper h6 {
  overflow-wrap: break-word;
}
.box-wrapper #root,
.box-wrapper #__next {
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    padding-bottom: 0px;
  }
}
.box-wrapper * {
  letter-spacing: 0.05em;
}
.box-wrapper a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.box-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.box-wrapper li {
  list-style: none;
}
.box-wrapper .is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none;
  }
}
.box-wrapper .is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-sp {
    display: block;
  }
}
.box-wrapper .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mt-100 {
    margin-top: 0;
  }
}
.box-wrapper .noto {
  font-family: "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
.box-wrapper .desc {
  line-height: 1.6;
}
.box-wrapper section {
  max-width: 1280px;
  margin: 0 auto;
}
.box-wrapper .container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.box-wrapper .container-2 {
  max-width: 940px;
}
.box-wrapper .inner-m {
  max-width: 730px;
  margin: 0 auto;
}
.box-wrapper .inner-s {
  max-width: 590px;
  margin: 0 auto;
}
.box-wrapper .itembox + .itembox {
  margin-top: 170px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .itembox + .itembox {
    margin-top: 80px;
  }
}
.box-wrapper .itembox + .itembox-2 {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .itembox + .itembox-2 {
    margin-top: 25px;
  }
}
.box-wrapper .itemimg-flex {
  display: flex;
}
.box-wrapper .itemimg-flex img {
  width: 50%;
}
.box-wrapper .item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .item-grid {
    gap: 10px;
    /* width: calc(100% + 30px);
    margin-left: -15px; */
    margin-top: 0;
  }
}
.box-wrapper .credit {
  margin-top: 20px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .credit {
    font-size: 12px;
    margin-top: 10px;
  }
}
.box-wrapper .credit a {
  display: inline-flex;
  width: 41px;
  height: 20px;
  border: 1px solid #fff;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .box-wrapper .credit a {
    font-size: 12px;
    width: 35px;
    height: 15px;
  }
}
.box-wrapper .video-box {
  position: fixed;
  z-index: 1;
  background: #000;
  width: 100vw;
  height: 100vh;
  transition: 0.5s;
}
@media screen and (max-width: 750px) {
  .box-wrapper .video-box {
    height: 100vh;
    padding-top: 175px;
  }
  .box-wrapper .video-box.is-active {
    padding-top: 0;
  }
}
.box-wrapper .video {
  transition: 0.5s;
}
@media screen and (min-width: 750.98px) {
  .box-wrapper .video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
  }
}
.box-wrapper .video video {
  transition: transform 0.5s ease;
}
@media screen and (min-width: 750.98px) {
  .box-wrapper .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .video video {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .video.is-active {
    position: absolute;
    width: 100%;
    height: 100%;
    /*  top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px; */
    transform: scale(1);
  }
  .box-wrapper .video.is-active video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scale(1);
  }
}
.box-wrapper .mv {
  position: relative;
  z-index: 2;
  padding: 50vh 0 130px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv {
    padding: 0 0 110px;
  }
}
.box-wrapper .mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.box-wrapper .mv .ttl1 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv .ttl1 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.box-wrapper .mv .ttl1 span {
  font-size: 28px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv .ttl1 span {
    font-size: 14px;
  }
}
.box-wrapper .mv .ttl2 {
  margin-bottom: 70px;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv .ttl2 {
    font-size: 17px;
    margin-bottom: 40px;
  }
}
.box-wrapper .mv .maintxt {
  font-size: 16px;
  line-height: 2;
  max-width: 905px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv .maintxt {
    font-size: 11px;
  }
}
.box-wrapper .mv .logo {
  max-width: 220px;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv .logo {
    max-width: 97px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 175px;
  }
}
.box-wrapper .mv .sp-videozone {
  display: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mv .sp-videozone {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 0 0 40px;
  }
}
.box-wrapper .content {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
}
.box-wrapper .black-bg {
  position: relative;
  margin-top: 170px;
}
.box-wrapper .black-bg:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background: linear-gradient(to bottom, rgba(3, 3, 3, 0) 0%, rgb(3, 3, 3) 100%);
  height: 100%;
  width: 100%;
  z-index: -1;
  height: 170px;
}
.box-wrapper .footer {
  background: #d8d9df;
  padding: 50px 0 130px;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .footer {
    padding: 15px 0 35px;
  }
}
.box-wrapper .footer .footbox {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .box-wrapper .footer .footbox {
    flex-direction: column;
    gap: 65px;
    margin-top: 65px;
  }
}
.box-wrapper .footer .staff {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .box-wrapper .footer .staff {
    text-align: center;
    font-size: 12px;
  }
}
.box-wrapper .footer .logobox {
  display: flex;
  flex-wrap: wrap;
  width: 350px;
  gap: 20px 70px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .box-wrapper .footer .logobox {
    max-width: 211px;
    gap: 20px;
    margin: 0 auto 65px;
  }
}
.box-wrapper .footer .logobox img {
  width: 100%;
  max-width: 220px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .box-wrapper .footer .logobox img {
    max-width: 133px;
  }
}
.box-wrapper .footer .logobox img:nth-child(2), .box-wrapper .footer .logobox img:nth-child(3) {
  max-width: 100%;
  width: calc(50% - 35px);
}
@media screen and (max-width: 750px) {
  .box-wrapper .footer .logobox img:nth-child(2), .box-wrapper .footer .logobox img:nth-child(3) {
    width: calc(50% - 10px);
  }
}
.box-wrapper .footer .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.box-wrapper .footer .copy {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .footer .copy {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
  }
}

.title-svg {
  margin-bottom: 70px;
  max-width: 70% !important;
}

@media screen and (max-width: 750px) {
.title-svg {
  margin-bottom: 40px;
  max-width: 85% !important;
}
}

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