@import url("https://use.typekit.net/xfo0yls.css"); /*Neue Haas Unica_Thin&Light*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body video {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px #000);
}

a {
  color: #333;
}
a:active, a:hover, a:visited {
  color: #333;
}

svg {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.4;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.4;
}

._font_small {
  font-size: 1.2rem;
}

._txt_justify {
  text-align: justify;
  word-break: break-all;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.8s ease;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinL {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s ease 0.2s;
}

.fadeinL.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinR {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s ease 0.2s;
}

.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.container {
  font-size: 1.3rem;
  line-height: 1.8; /*opacity: 0; animation: fadeIn 1.2s ease 0.1s forwards;*/
}

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #000;
    color: #fff;
  }
  ::selection {
    background: #000;
    color: #fff;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  ._main {
    margin-bottom: 28px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.container.active {
  opacity: 1;
}

.mainVisual__img {
  position: relative;
  display: flex;
  margin-bottom: 10rem;
}
.mainVisual__img p {
  width: 50%;
}
.mainVisual__img p.img1 {
  opacity: 0;
  animation: fadeIn 1.2s ease 0.2s forwards;
}
.mainVisual__img p.img2 {
  opacity: 0;
  animation: fadeIn 1.2s ease 0.5s forwards;
}
.mainVisual__title {
  position: absolute;
  width: calc(600 / 1280 * 100vw);
  top: calc(667 / 1280 * 100vw);
  left: 50%;
  transform: translate(calc(-50% + 2.34vw), 0);
  z-index: 10;
  opacity: 0;
  animation: fadeIn 1.5s ease 1s forwards;
}
.mainVisual__lead {
  width: 600px;
  margin-inline: auto;
}
.mainVisual__lead .text {
  text-align: center;
}
.mainVisual__lead .staff {
  font-size: 1.1rem;
}

.content .item {
  padding: 100px 0;
}
.content .item.pt0 {
  padding-top: 0;
}
.content .item.pb0 {
  padding-bottom: 0;
}
.content .item.bg {
  background-color: #000;
}
.content .item .img_bg {
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  visibility: hidden;
  display: none;
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.8s ease;
}
.content .item .img_bg.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  display: block;
  visibility: visible;
}
.content .item .inner {
  width: 982px;
  margin-inline: auto;
}
.content .item .divide2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.content .item .center {
  margin-inline: auto;
}
.content .item .mb1 {
  margin-bottom: 100px;
}
.content .item .mb2 {
  margin-bottom: 50px;
}
.content .item .img3-1 {
  width: 680px;
}
.content .item .img3-2 {
  width: 480px;
  margin: -280px 0 0 auto;
}
.content .item .img5 {
  width: 680px;
  position: relative;
}
.content .item .img6-1 {
  width: 580px;
}
.content .item .img6-2 {
  width: 580px;
}
.content .item .img7-1 {
  width: 680px;
  position: relative;
}
.content .item .img7-2 {
  width: 480px;
}
.content .item .img8 {
  width: 680px;
  position: relative;
}
.content .item .creditBox {
  margin-top: 20px;
}
.content .item .creditBox.credit1 {
  margin-left: 501px;
}
.content .item .creditBox.credit3 {
  position: absolute;
  top: 70px;
  left: -160px;
  margin-top: 0;
}
.content .item .creditBox.credit4 {
  margin-left: 560px;
  padding-bottom: 100px;
}
.content .item .creditBox.credit5 {
  position: absolute;
  bottom: -110px;
  left: 420px;
  width: 400px;
  margin-top: 0;
}
.content .item .creditBox.credit6 {
  position: absolute;
  top: 30px;
  left: 480px;
  width: 330px;
  margin-top: 0;
}
.content .item__credit .credit {
  font-size: 1.2rem;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.content .item__credit .credit span {
  margin-left: 10px;
  line-height: 1;
  background-color: #000;
  color: #FFF;
  font-size: 1.1rem;
  border: 1px solid #000;
  padding: 1px 7px 1px;
}
.content .item__credit .credit span:hover {
  background-color: #FFF;
  color: #000;
}
.content .item__credit.wh .credit, .content .item__credit.wh2 .credit {
  color: #FFF;
}
.content .item__credit.wh .credit span, .content .item__credit.wh2 .credit span {
  background-color: #FFF;
  color: #000;
  border: 1px solid #FFF;
}
.content .item__credit.wh .credit span:hover, .content .item__credit.wh2 .credit span:hover {
  background-color: #000;
  color: #FFF;
}
.content .item__credit .item-d-none .credit span.buy {
  display: none;
}
.content .item .profile {
  width: 800px;
  margin: 0 auto;
  padding: 50px 50px 40px 50px;
  box-sizing: border-box;
  background-color: #2d2d2d;
}
.content .item .profile .img {
  margin-bottom: 20px;
}
.content .item .profile .textBox {
  color: #FFF;
}
.content .item .profile .textBox .name {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content .item .profile .textBox .jp {
  margin-bottom: 20px;
}
.content .item .profile .textBox .en {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
.content .item .profile .textBox .link {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content .item .profile .textBox .link a {
  color: #FFF;
  text-decoration: underline;
}
.content .item .profile .textBox .link a:hover {
  text-decoration: none;
}
.content .item .profile .textBox .link span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.7;
}
.content .item .staff {
  text-align: center;
  padding: 100px 0;
  color: #FFF;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.content .item .last {
  width: 480px;
  margin: 150px auto 100px;
}
.content .item .linkList {
  width: 480px;
  margin: 0 auto;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content .item .linkList li {
  font-size: 1.6rem;
}
.content .item .linkList li a {
  color: #FFF;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000;
  padding: 0 4px;
}
.content .item .linkList li a:hover {
  background-color: #fff;
  color: #000;
}
.content .copyright {
  text-align: center;
  padding: 30px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .mainVisual__img {
    display: block;
    margin-bottom: 5rem;
  }
  .mainVisual__img p {
    width: 100%;
  }
  .mainVisual__img .img1 {
    opacity: 0;
    animation: fadeIn 1.2s ease 0.2s forwards;
  }
  .mainVisual__title {
    width: calc(285 / 390 * 100vw);
    top: calc(317 / 390 * 100vw);
    transform: translate(calc(-50% + 3.4vw), 0);
    opacity: 0;
    animation: fadeIn 1.5s ease 0.8s forwards;
  }
  .mainVisual__lead {
    width: calc(100% - 30px);
  }
  .mainVisual__lead .text {
    text-align: center;
    font-size: 1.1rem;
  }
  .mainVisual__lead .staff {
    font-size: 1.1rem;
  }
  .content .item {
    padding: 50px 0;
  }
  .content .item .inner {
    width: calc(100% - 20px);
  }
  .content .item .divide2 {
    gap: 0 5px;
    overflow: hidden;
  }
  .content .item .mb1 {
    margin-bottom: 50px;
  }
  .content .item .mb2 {
    margin-bottom: 25px;
  }
  .content .item .img3-1 {
    width: 100%;
  }
  .content .item .img3-1 .img {
    width: calc(240 / 390 * 100vw);
  }
  .content .item .img3-2 {
    width: calc(200 / 390 * 100vw);
    margin: 25px 0 0 auto;
  }
  .content .item .img5 {
    width: calc(320 / 390 * 100vw);
  }
  .content .item .img6-1 {
    width: calc(235 / 390 * 100vw);
  }
  .content .item .img6-2 {
    width: calc(235 / 390 * 100vw);
  }
  .content .item .img7-1 {
    width: calc(320 / 390 * 100vw);
    margin: 0 auto 25px;
  }
  .content .item .img7-2 {
    width: calc(200 / 390 * 100vw);
  }
  .content .item .img8 {
    width: calc(280 / 390 * 100vw);
  }
  .content .item .creditBox {
    margin-top: 20px;
  }
  .content .item .creditBox.credit1 {
    margin-left: 10px;
  }
  .content .item .creditBox.credit3 {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 20px;
  }
  .content .item .creditBox.credit4 {
    width: calc(100% - 20px);
    margin: 20px auto 0;
    padding-bottom: 50px;
  }
  .content .item .creditBox.credit5 {
    position: relative;
    bottom: initial;
    left: initial;
    width: 100%;
    margin-top: 20px;
  }
  .content .item .creditBox.credit6 {
    position: relative;
    top: initial;
    left: initial;
    width: calc(100% + 20vw);
    margin: 20px 0 0 -10vw;
  }
  .content .item__credit .credit {
    font-size: 1.1rem;
    margin-bottom: 3px;
  }
  .content .item__credit .credit span {
    margin-left: 6px;
    font-size: 1.1rem;
    padding: 0px 7px 1px;
  }
  .content .item__credit.wh2 .credit {
    color: #000;
  }
  .content .item__credit.wh2 .credit span {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .content .item__credit.wh2 .credit span:hover {
    background-color: #fff;
    color: #000;
  }
  .content .item__credit.wh2 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 16px;
  }
  .content .item .profile {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 25px 25px 20px 25px;
  }
  .content .item .profile .img {
    margin-bottom: 20px;
  }
  .content .item .profile .textBox .name {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .content .item .profile .textBox .jp {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
  .content .item .profile .textBox .en {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
  .content .item .profile .textBox .link {
    font-size: 1.2rem;
  }
  .content .item .staff {
    padding: 70px 0;
    font-size: 1.1rem;
  }
  .content .item .last {
    width: 50%;
    margin: 0 auto 50px;
  }
  .content .item .linkList {
    width: calc(100% - 30px);
    padding-bottom: 80px;
  }
  .content .item .linkList li {
    font-size: 1.2rem;
  }
  .content .copyright {
    padding: 20px;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  text-align: left;
  width: 100%;
  padding: 40px 15px 30px;
  /*border-top: solid 1px #000;*/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

footer .pgtop a {
  color: #000;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: underline;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
}

footer .pgtop a:hover {
  color: #6545BA;
}

footer .infoot {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}

footer .infoot ul li a, footer .infoot ul li span {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: all 0.25s ease-in 0s;
}

footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #6545BA;
}

footer .infoot p {
  color: #000;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 60px 10px;
  }
  footer .pgtop a {
    font-size: 1rem;
  }
  footer .infoot {
    width: 65%;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    font-size: 1.2rem;
  }
  footer .infoot p {
    font-size: 1rem;
  }
}
/* --------------------------------------------------
loading
-------------------------------------------------- */
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 1s ease-in-out 0.3s;
}

#loader .logo {
  width: 359px;
  height: 140px;
  background-image: url("https://baycrews.jp/src/feature/20250221_jsl/title.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transform: translateX(20px);
}

#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}

#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

#loader.complete {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #loader .logo {
    width: 204px;
    height: 80px;
    transform: translateX(10px);
  }
}/*# sourceMappingURL=common.css.map */