@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap"); /*Noto sans*/
@import url("https://use.typekit.net/zlt2upg.css"); /*Neue Haas Grotesk Display Pro*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transition: all 1s ease;
}

.fadein.scrollin {
  opacity: 1;
}

.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;
  }
  ._main {
    margin-bottom: 28px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 1;
  transition: all 0.8s ease;
  background-color: #F6F6F6;
}
.container.active {
  opacity: 1;
}

.content {
  display: flex;
  justify-content: space-between;
}
.content__left, .content__right {
  width: 50%;
  box-sizing: border-box;
}
.content__right {
  position: sticky;
  top: 0;
  height: 100vh;
}
.content__left {
  margin-inline: auto;
  padding: 8rem 0 0 1rem;
  box-sizing: border-box;
}

.mainVisual {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainVisual__inner {
  position: relative;
}
.mainVisual__logo {
  position: absolute;
  width: 100px;
  right: 15px;
  top: 15px;
}
.mainVisual__main img {
  max-height: 100vh;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}

.main {
  /* text */
  /* look */
}
.main .text .lead {
  margin-bottom: 5rem;
}
.main .text .lead__main {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.main .text .lead__sub {
  font-size: 1.9rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2rem;
}
.main .text .lead__text p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.main .text .lead__text p:last-child {
  margin-bottom: 0;
}
.main .text .about {
  width: calc(100% - 40px);
  padding: 5rem 3rem;
  background: #FFF;
}
.main .text .about__logo {
  width: 19rem;
  margin: 0 auto 2.2rem;
}
.main .text .about__text {
  text-align: center;
}
.main .text .about__text p {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.main .text .about__text p:last-child {
  margin-bottom: 0;
}
.main .look {
  width: 100%;
  margin-left: 0;
  padding: 4rem 0;
}
.main .look__title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
.main .look__sub {
  text-align: center;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 1.7rem;
}
.main .look__attention {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 2.8rem;
}
.main .look__box {
  margin-bottom: 6rem;
}
.main .look__box:last-child {
  margin-bottom: 0;
}
.main .look__box p {
  position: relative;
}
.main .look__box .mb20 {
  margin-bottom: 2rem;
}
.main .look__box .mb40 {
  margin-bottom: 4rem;
}
.main .look__box .w200 {
  width: calc(200 / 390 * 50vw);
  z-index: 2;
}
.main .look__box .w280 {
  width: calc(280 / 390 * 50vw);
}
.main .look__box .w300 {
  width: calc(300 / 390 * 50vw);
}
.main .look__box .img5-2 {
  width: calc(264 / 390 * 50vw);
  margin-top: -3.5rem;
}
.main .look__box .center {
  margin-inline: auto;
}
.main .look__box .right {
  margin-left: auto;
}
.main .look__box .full {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main .look__box .credit {
  margin-top: 1rem;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.main .look__box .credit span {
  font-size: 1rem;
}
.main .info {
  padding: 5rem 2rem;
  background-color: #FFF;
  width: 100%;
  margin-left: 0;
}
.main .info__title {
  text-align: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.main .info__title span {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.main .info .box.line {
  padding-bottom: 3rem;
  border-bottom: 1px solid #B9B5B5;
  margin-bottom: 3rem;
}
.main .info .box__title {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
.main .info .box__img {
  margin-bottom: 1.2rem;
}
.main .info .box__text {
  text-align: center;
}
.main .info .box__text p {
  margin-bottom: 1.5rem;
}
.main .info .box__text p.mb {
  margin-bottom: 0.8rem;
}
.main .info .box__text p:last-child {
  margin-bottom: 0;
}
.main .info .box__hp {
  margin: 2rem 0 1rem;
}
.main .info .box__btn {
  text-align: center;
}
.main .info .box__btn a {
  display: inline-block;
  width: 100%;
  padding: 12px 12px 13px 12px;
  background-color: #333;
  border: 1px solid #333;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.main .info .box__btn a:hover {
  background-color: #FFF;
  color: #333;
}

@media screen and (max-width: 768px) {
  .content {
    display: block;
  }
  .content__left, .content__right {
    width: 100%;
  }
  .content__right {
    position: relative;
    height: initial;
  }
  .content__left {
    width: calc(100% - 40px);
    margin-inline: auto;
    padding: 0;
  }
  .mainVisual {
    height: 100%;
    display: block;
    margin-bottom: 3rem;
  }
  .main {
    /* text */
    /* look */
  }
  .main .text .lead {
    margin-bottom: 5rem;
  }
  .main .text .lead__main {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .main .text .lead__sub {
    font-size: 1.9rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 2rem;
  }
  .main .text .lead__text p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .main .text .lead__text p:last-child {
    margin-bottom: 0;
  }
  .main .text .about {
    width: 100%;
    padding: 5rem 1rem;
    background: #FFF;
  }
  .main .text .about__logo {
    width: 19rem;
    margin: 0 auto 2.2rem;
  }
  .main .text .about__text {
    text-align: center;
  }
  .main .text .about__text p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .main .text .about__text p:last-child {
    margin-bottom: 0;
  }
  .main .look {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 4rem 0;
  }
  .main .look__title {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 0.3rem;
  }
  .main .look__sub {
    text-align: center;
    line-height: 1;
    margin-bottom: 1.7rem;
  }
  .main .look__attention {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2.8rem;
  }
  .main .look__box {
    margin-bottom: 6rem;
  }
  .main .look__box:last-child {
    margin-bottom: 0;
  }
  .main .look__box p {
    position: relative;
  }
  .main .look__box .mb20 {
    margin-bottom: 2rem;
  }
  .main .look__box .mb40 {
    margin-bottom: 4rem;
  }
  .main .look__box .w200 {
    width: calc(200 / 390 * 100vw);
    z-index: 2;
  }
  .main .look__box .w280 {
    width: calc(280 / 390 * 100vw);
  }
  .main .look__box .w300 {
    width: calc(300 / 390 * 100vw);
  }
  .main .look__box .img5-2 {
    width: calc(264 / 390 * 100vw);
    margin-top: -3.5rem;
  }
  .main .look__box .center {
    margin-inline: auto;
  }
  .main .look__box .right {
    margin-left: auto;
  }
  .main .look__box .full {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .main .look__box .credit {
    margin-top: 1rem;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .main .look__box .credit span {
    font-size: 1rem;
  }
  .main .info {
    padding: 5rem 2rem;
    background-color: #FFF;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .main .info__title {
    text-align: center;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
  .main .info__title span {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
  }
  .main .info .box.line {
    padding-bottom: 3rem;
    border-bottom: 1px solid #B9B5B5;
    margin-bottom: 3rem;
  }
  .main .info .box__title {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .main .info .box__img {
    margin-bottom: 1.2rem;
  }
  .main .info .box__text {
    text-align: center;
  }
  .main .info .box__text p {
    margin-bottom: 1.5rem;
  }
  .main .info .box__text p.mb {
    margin-bottom: 0.8rem;
  }
  .main .info .box__text p:last-child {
    margin-bottom: 0;
  }
  .main .info .box__hp {
    margin: 2rem 0 1rem;
  }
  .main .info .box__btn {
    text-align: center;
  }
  .main .info .box__btn a {
    display: inline-block;
    width: 100%;
    padding: 12px 12px 13px 12px;
    background-color: #333;
    border: 1px solid #333;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 12px;
  }
  .main .info .box__btn a:hover {
    background-color: #FFF;
    color: #333;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  text-align: center;
  width: 100%;
  padding: 5rem 15px 3rem;
  font-family: "neue-haas-grotesk-display", 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 .logo {
  width: 16rem;
  margin: 0 auto 2.5rem;
}

footer .infoot {
  padding: 0px;
  margin: 0px;
}

footer .infoot ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}

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

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

@media screen and (max-width: 768px) {
  footer {
    padding: 5rem 10px 3rem 10px;
  }
  footer .pgtop a {
    font-size: 1rem;
  }
  footer .infoot {
    width: 100%;
  }
  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: 231px;
  height: 56px;
  background-image: url("https://baycrews.jp/src/feature/20250418_circulable/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

#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: 186px;
    height: 45px;
  }
}/*# sourceMappingURL=common.css.map */