@charset "UTF-8";

html.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  transition: .4s;
}

a:hover {
  opacity: .4;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}

main {
  padding-top: 80px;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.fadein.active {
  opacity: 11;
  transform: translate(0, 0);
}

h2 {
  text-align: center;
}

h2 sub {
  display: block;
  margin-bottom: 16px;
}

h2 strong {
  display: block;
  font-size: 14rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.head-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}

.head-logo {
  width: 240px;
}

.head-nav {
  display: flex;
  gap: 20px;
}

.fv {
  position: relative;
  z-index: -1;
}

.fv-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2%;
}

.fv-copy {
  position: absolute;
  left: 2%;
  bottom: 14%;
  width: 28%;
}

.mov {
  position: relative;
  margin-bottom: 100px
}

.mov-wrap {
  max-width: 1000px;
  margin-inline: auto;
}

.mov-video {
  margin-bottom: 20px;
}

.mov-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.mov-wrap h2 sub {
  color: #0B2F7A;
}

.mov-wrap h2 strong {
  background: linear-gradient(to bottom, #0B2F7A 0%, #2495DA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.mov-cloth {
  position: absolute;
  z-index: -1;
}

.mov-cloth.--01 {
  top: -9vw;
  left: 0;
  width: calc(50% - 250px);
  max-height: 600px;
  height: 30vw;
  mix-blend-mode: darken;
}

.mov-cloth.--01 img {
  height: 100%;
  object-fit: fill;
}

.mov-cloth.--02 {
  right: 0;
  bottom: 0;
  width: calc(50% - 350px);
  max-height: 600px;
  height: 30vw;
}

.mov-cloth.--02 img {
  height: 100%;
  object-fit: fill;
}

.msg-wrap {
  display: flex;
  padding-left: calc(50% - 500px);
}

.msg-wrap h2 {
  position: relative;
  writing-mode: vertical-lr;
  text-align: left;
  margin-right: -100%;
  z-index: 1;
}

.msg-wrap h2 sub {
  color: #2495DA;
}

.msg-wrap h2 strong {
  background: linear-gradient(to right, #2495DA 0%, #0B2F7A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.msg-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: calc(100% - 60px);
  margin: 0 0 0 auto;
  padding: 100px 20%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  background: linear-gradient(to bottom, #fafafacf 0%, #dde5f0d2 100%);
  backdrop-filter: blur(10px);
  border-radius: 20px 0 0 20px;
}

.msg-main h3 {
  font-size: 4rem;
}

.msg-main p {
  font-size: 2rem;
  line-height: 2.2em;
}

.cast {
  position: relative;
}

.cast-cloth {
  margin: -10% 0 -40%;
}

.cast-wrap {
  max-width: 1000px;
  margin-inline: auto;
  padding: 80px 0;
  color: #fff;
  background: linear-gradient(to bottom, #0B2F7A 0%, #2495DA 100%);
  border-radius: 20px;
}

.cast-wrap h2 {
  margin-bottom: 40px;
}

.cast-wrap h2 strong {
  font-size: 8rem;
}

.cast-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 80px;
}

.cast-list li {
  display: flex;
  align-items: center;
  gap: 40px;
}

.cast-list li:nth-child(even) {
  flex-direction: row-reverse;
}

.cast-list.--02 {
  border-top: dashed 2px #ffffff66;
  margin-top: 60px;
  padding-top: 60px;
}

.cast-list.--02 li {
  flex-direction: row-reverse;
}

.cast-img {
  width: 200px;
}

.cast-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.cast-main h3 {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 500;
  gap: 12px;
}

.cast-main h3 a {
  display: block;
  width: 44px;
}

.cast-main span {
  display: block;
  opacity: .6;
}

.cast-main p {
  line-height: 1.8em;
}

.making-cloth {
  margin: -7% 0 -25%;
}

.making {
  padding-bottom: 80px;
  color: #fff;
  background: linear-gradient(to bottom, transparent 40%, #fafafa 40%, #dde5f0 100%);
}

.making-video {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: -48px;
}

.making-video video {
  width: 100%;
}

footer {
  position: relative;
}

.totop {
  position: absolute;
  right: 5%;
  top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 50px;
  height: 50px;
  background: linear-gradient(to bottom, #0B2F7A 0%, #2495DA 100%);
  border-radius: 50%;
}

.foot-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 40px;
}

.foot-logo {
  width: 240px;
}

.foot-nav {
  display: flex;
  gap: 20px;
}

.foot-nav li a {
  color: #fff;
}

.foot-copyright {
  padding: 8px 20px 20px;
  text-align: center;
}




footer {
  background-color: #8ba0a0;
}

footer img {
  width: auto;
}

footer .footer__row {
  padding-bottom: 100px;
  margin-right: 20px;
  margin-left: 20px;
}

footer .gnavi-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
}

footer .gnavi {
  width: 20%;
  height: auto;
  border-left: solid 1px #fff;
  padding: 5px 10px 5px 16px;
}

footer .gnavi li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
  line-height: 1.5;
}

footer .gnavi .list-child {
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
}

footer .gnavi li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: .8rem;
  /* margin-top: -.2rem; */
}

footer .gnavi li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

footer .footer__row {
  padding-bottom: 100px;
  margin-right: 20px;
  margin-left: 20px;
}

.copyright-area {
  background-color: #003893;
  padding: 15px;
}

.copyright-area .copyright-area__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.copyright-area .other-area {
  align-items: flex-end;
  max-width: 300px;
  margin: 0 0 0 auto;
}

.copyright-area .other-area .recruit__btn:first-child {
  margin-bottom: 7px;
}

.copyright-area .other-area .recruit__btn a {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .16rem;
  color: #003893;
  background-color: #fff;
  width: 280px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.copyright-area .other-area .flex.sns_g {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.copyright-area .other-area .flex.sns_g p {
  width: fit-content;
  padding: 0 0 0 10px;
  text-align: left;
}

.copyright-area .other-area .flex>:last-child {
  margin-left: auto;
}

.copyright-area .other-area .cr-fb img,
.copyright-area .other-area .cr-yt img {
  margin-right: 14px;
}

p.copyright small {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.flex {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .copyright-area {
    padding: 20px 0;
  }

  .copyright-area .copyright-area__inner {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .copyright-area .other-area {
    max-width: 204px;
    display: block;
    margin: 0 auto;
  }

  .copyright-area .other-area .recruit__btn a {
    font-size: 1.2rem;
    width: 202px;
    height: 26px;
  }

  .copyright-area .other-area .flex.sns_g {
    flex-wrap: nowrap;
  }

  .copyright-area .other-area .flex.sns_g p {
    padding: 0;
  }

  p.copyright {
    font-size: 1rem;
    transform: scale(0.86);
    transform-origin: center top;
  }

  p.copyright small {
    font-size: 1rem;
  }

  .copyright-area .logo-area img {
    width: 79%;
    margin-bottom: 22px;
  }

  .copyright-area .other-area {
    max-width: 204px;
    display: block;
    margin: 0 auto;
  }

  .copyright-area .other-area .cr-yt img {
    width: 22px;
    height: auto;
    margin-right: 10px;
  }

  .copyright-area .other-area .cr-fb img,
  .copyright-area .other-area .cr-line img {
    width: 19px;
    height: auto;
  }
}
