@charset "UTF-8";
@import url("https://use.typekit.net/aem3ekv.css"); /*Kepler Std*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body {
  font-size: 1.2rem;
}
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;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

.mainVisual {
  margin-bottom: 13rem;
  position: relative;
}
.mainVisual__img {
  opacity: 0;
}
.mainVisual__img.active {
  animation: fadeIn 1.4s ease 0.1s forwards;
}
.mainVisual__title {
  width: calc(238 / 390 * 100vw);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: calc(330 / 390 * 100vw);
  opacity: 0;
  z-index: 2;
}
.mainVisual__title.active {
  animation: fadeIn 1.4s ease 0.7s forwards;
}
.mainVisual__logo {
  width: calc(117 / 390 * 100vw);
  position: absolute;
  left: calc(10 / 390 * 100vw);
  top: calc(14 / 390 * 100vw);
  font-size: 0;
  opacity: 0;
  z-index: 2;
}
.mainVisual__logo.active {
  animation: fadeIn 1.4s ease 0.7s forwards;
}

.main .lookWrap {
  position: relative;
}
.main .lookWrap .look {
  width: calc(100% - 20px);
  margin: 0 auto 12rem;
}
.main .lookWrap .look.mb {
  margin-bottom: 7rem;
}
.main .lookWrap .look__main {
  width: calc(312 / 390 * 100vw);
  margin: 0 auto 5rem;
  position: relative;
}
.main .lookWrap .look__text {
  color: #2B3E6D;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  z-index: 10;
  font-size: 3.3rem;
}
.main .lookWrap .look__text.vertical {
  writing-mode: vertical-rl;
}
.main .lookWrap .look__text.txt1 {
  position: absolute;
  right: -30px;
  top: calc(-73 / 390 * 100vw);
  font-size: 1.2rem;
  width: calc(176 / 390 * 100vw);
}
.main .lookWrap .look__text.txt2 {
  position: absolute;
  top: calc(80 / 390 * 100vw);
  right: calc(-20 / 390 * 100vw);
  line-height: 1;
}
.main .lookWrap .look__text.txt4 {
  position: absolute;
  top: calc(37 / 390 * 100vw);
  left: calc(-13 / 390 * 100vw);
  line-height: 1;
  font-size: 2.2rem;
  white-space: nowrap;
}
.main .lookWrap .look__text.txt5 {
  position: absolute;
  top: calc(350 / 390 * 100vw);
  right: calc(-20 / 390 * 100vw);
  line-height: 1;
  white-space: nowrap;
}
.main .lookWrap .look__text.txt8 {
  position: absolute;
  top: calc(110 / 390 * 100vw);
  left: 0;
  font-size: 1.2rem;
}
.main .lookWrap .look__marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.main .lookWrap .look__marquee.txt3 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .lookWrap .look__marquee.txt6 {
  margin-bottom: 7rem;
}
.main .lookWrap .look__marquee .marquee-content {
  display: flex;
  gap: 10px;
  animation: marquee-loop 4s linear infinite;
}
@keyframes marquee-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.main .lookWrap .look .img8 {
  width: calc(273 / 390 * 100vw);
  margin: 0 0 14px auto;
  position: relative;
}
.main .lookWrap .look .img9 {
  width: calc(214 / 390 * 100vw);
}
.main .lookWrap .look .img13-1 {
  width: calc(174 / 390 * 100vw);
}
.main .lookWrap .look .img13-2 {
  width: calc(205 / 390 * 100vw);
}
.main .lookWrap .look .img16-2 {
  width: calc(234 / 390 * 100vw);
  margin-top: -4rem;
}
.main .lookWrap .look .imgM {
  width: calc(234 / 390 * 100vw);
  position: relative;
  z-index: 5;
}
.main .lookWrap .look .mb {
  margin-bottom: 5rem;
}
.main .lookWrap .look .right {
  margin-left: auto;
}
.main .lookWrap .look .center {
  margin-inline: auto;
}
.main .lookWrap .look .full {
  width: 100vw;
  margin-left: -10px;
  position: relative;
}
.main .lookWrap .look .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main .lookWrap .look .grid2b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.main .lookWrap .look .grid2b .bottom {
  margin-top: 6rem;
}
.main .lookWrap .look .flexContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main .lookWrap .look .look-credit {
  font-size: 1.1rem;
  margin-top: 15px;
}
.main .lookWrap .look .look-credit .credit-each {
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.main .lookWrap .look .look-credit .credit-each span {
  font-size: 1.3rem;
  font-weight: 600;
}
.main .lookWrap .look .look-credit .credit-each a {
  text-decoration: underline;
  font-weight: 600;
  margin-left: 1rem;
  font-size: 1.2rem;
}
.main .lookWrap .look .look-credit .credit-each .item-d-none {
  display: none;
}
.main .lookWrap .look .look-attention {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 9rem;
}
.main .staffWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.main .staffWrap .staff {
  text-align: center;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .mainVisual {
    width: 920px;
    margin: 0 auto 18rem;
    padding-top: 50px;
  }
  .mainVisual__title {
    width: 420px;
    top: 920px;
  }
  .mainVisual__logo {
    width: 200px;
    left: 30px;
    top: 70px;
  }
  .main .lookWrap {
    position: relative;
  }
  .main .lookWrap .look {
    width: 982px;
    margin: 0 auto 20rem;
  }
  .main .lookWrap .look__main {
    width: 640px;
    margin: 0 auto 10rem;
  }
  .main .lookWrap .look__text {
    font-size: 4.2rem;
  }
  .main .lookWrap .look__text.txt1 {
    right: -140px;
    top: -70px;
    font-size: 2.5rem;
    width: 350px;
  }
  .main .lookWrap .look__text.txt2 {
    top: 180px;
    right: -35px;
    font-size: 6rem;
  }
  .main .lookWrap .look__text.txt4 {
    top: 80px;
    left: -27px;
    font-size: 5rem;
  }
  .main .lookWrap .look__text.txt5 {
    top: 770px;
    right: -24px;
  }
  .main .lookWrap .look__text.txt8 {
    top: 240px;
    left: 190px;
    font-size: 2.6rem;
  }
  .main .lookWrap .look__marquee.txt3 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .main .lookWrap .look__marquee.txt6 {
    margin-bottom: 7rem;
  }
  .main .lookWrap .look__marquee .marquee-content {
    gap: 10px;
    animation: marquee-loop 8s linear infinite;
  }
  .main .lookWrap .look .img8 {
    width: 540px;
    margin: 0 0 14px auto;
  }
  .main .lookWrap .look .img9 {
    width: 500px;
  }
  .main .lookWrap .look .img13-1 {
    width: 450px;
  }
  .main .lookWrap .look .img13-2 {
    width: 512px;
  }
  .main .lookWrap .look .img16-2 {
    width: 520px;
    margin-top: -8rem;
  }
  .main .lookWrap .look .imgM {
    width: 520px;
  }
  .main .lookWrap .look .mb {
    margin-bottom: 8rem;
  }
  .main .lookWrap .look .full {
    margin: 0 calc(50% - 50vw) 7rem;
    width: calc(100vw - 8px);
    max-width: calc(100vw - 8px);
  }
  .main .lookWrap .look .full .inner {
    width: 982px;
    margin-inline: auto;
  }
  .main .lookWrap .look .grid2b {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .main .lookWrap .look .grid2b .bottom {
    margin-top: 20rem;
  }
  .main .lookWrap .look .flexContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .main .lookWrap .look .look-credit {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .main .lookWrap .look .look-credit .credit-each span {
    font-size: 1.5rem;
  }
  .main .lookWrap .look .look-credit .credit-each a {
    text-decoration: underline;
    font-weight: 600;
    margin-left: 1rem;
    font-size: 1.2rem;
  }
  .main .lookWrap .look .look-credit .credit-each a:hover {
    text-decoration: none;
  }
  .main .lookWrap .look .look-credit .credit-each .item-d-none {
    display: none;
  }
  .main .lookWrap .look .look-attention {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 9rem;
  }
  .main .staffWrap {
    position: relative;
    width: 600px;
    margin: 0 auto 100px;
  }
  .main .staffWrap .staff {
    font-size: 1.3rem;
  }
}
/* --------------------------------------------------
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: "kepler-std", 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: #333;
}

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;
  font-family: "kepler-std", serif;
  font-weight: 400;
  font-style: normal;
}

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: #333;
}

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 30px 10px;
    border-top: none;
  }
  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: 300px;
  height: 244px;
  background-image: url("https://baycrews.jp/src/feature/20250815_frame/title_bk.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: #553993;
  display: block;
}

#loader.complete {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #loader .logo {
    width: 180px;
    height: 163px;
  }
}/*# sourceMappingURL=common.css.map */