@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"); /*Roboto*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "Noto Serif JP", "MS PMincho", "MS Mincho", serif;
  line-height: 1.8;
  color: #222;
}

body img, body svg {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}

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

.pc {
  display: block;
}

.sp {
  display: none;
}

.container {
  font-size: 14px;
}

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

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

/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  animation: fadeIn 1s ease 0.15s forwards;
  font-size: 1.3rem;
}
.container.active {
  opacity: 1;
}

.header, .footer {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 60px;
  padding: 0 40px;
  z-index: 100;
}
.header img, .footer img {
  width: 100%;
  height: auto;
}
.header a, .footer a {
  transition: all 0.3s ease;
}
.header a:hover, .footer a:hover {
  opacity: 0.5;
}

.header {
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  width: 100px;
  font-size: 0;
}
.header__nav {
  display: flex;
}
.header__nav li {
  margin-right: 40px;
  font-size: 16px;
}
.header__nav li:last-child {
  margin-right: 0;
}

.footer {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__left {
  width: 194px;
  height: 2px;
  border-radius: 2px;
  background-color: #cccccc;
  position: relative;
}
.footer__left .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background: black;
  width: 0%;
  z-index: 10;
  border-radius: 2px;
}
.footer__right {
  display: flex;
  align-items: center;
}
.footer__right li {
  font-size: 16px;
}
.footer__right li.insta {
  width: 30px;
  margin-right: 40px;
}

.main {
  margin-top: 60px;
  height: calc(100vh - 120px);
  overflow-x: auto; /* 横スクロールを有効化 */
  overflow-y: hidden; /* 縦スクロール無効化 */
  white-space: nowrap; /* 横並びに */
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none;
}
.main::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.main .contents {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.main .contents__box {
  display: flex;
  align-items: center;
  height: 100%;
}
.main .contents__story {
  margin: 0 300px 0 200px;
}
.main .contents__story .img {
  height: calc(1235 / 2000 * 100vh);
  margin-right: 90px;
}
.main .contents__story .text {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.main .contents__story .text span {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.main .contents__product {
  margin-right: 300px;
}
.main .contents__product .box {
  height: 100%;
}
.main .contents__product .product1 {
  margin-right: 160px;
}
.main .contents__product .product1 p {
  height: calc(410 / 2000 * 100vh);
  margin-bottom: 5px;
}
.main .contents__product .product1 p:last-child {
  margin-bottom: 0;
}
.main .contents__product .product2 {
  height: 100%;
  display: flex;
  margin-right: 160px;
}
.main .contents__product .product2 .product2-1 {
  height: calc(860 / 2000 * 100vh);
  margin: 70px 50px 0 0;
}
.main .contents__product .product2 .product2-2 {
  height: calc(860 / 2000 * 100vh);
  margin: auto 0 70px 0;
}
.main .contents__product .product3 {
  margin-right: 160px;
}
.main .contents__product .product3 p {
  height: calc(390 / 2000 * 100vh);
  margin-bottom: 5px;
}
.main .contents__product .product3 p:last-child {
  margin-bottom: 0;
}
.main .contents__product .product4 {
  height: calc(780 / 2000 * 100vh);
  margin: 80px 160px 0 0;
}
.main .contents__product .product5-1 {
  height: calc(1200 / 2000 * 100vh);
  margin: auto 80px 20px 0;
}
.main .contents__product .product5-2 p {
  height: calc(520 / 2000 * 100vh);
  margin-bottom: 40px;
}
.main .contents__product .product5-2 p:last-child {
  margin-bottom: 0;
}
.main .contents__look {
  margin-right: 150px;
}
.main .contents__look .lookContent {
  display: flex;
  align-items: center;
  margin-right: 150px;
}
.main .contents__look .lookContent .img {
  height: calc(1420 / 2000 * 100vh);
  margin-right: 20px;
  display: flex;
}
.main .contents__look .lookContent .img p:first-child {
  margin-right: 10px;
}
.main .contents__look .lookContent .text .lookCredit li {
  line-height: 1.4;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin-bottom: 5px;
}
.main .contents__look .lookContent .text .lookCredit li span.ex {
  font-size: 1.2rem;
  display: block;
}
.main .contents__look .lookContent .text .lookCredit li span.buy {
  text-decoration: underline;
  margin-left: 1.2rem;
}
.main .contents__look .lookContent .text .lookCredit li span.buy:hover {
  text-decoration: none;
}
.main .contents__look .lookContent .text .lookCredit .item-d-none .items__credit span.buy {
  display: none;
}
.main .contents__staff {
  padding-right: 200px;
  height: 100%;
}
.main .contents__staff .title {
  text-align: center;
}
.main .contents__staff .text {
  font-size: 13px;
}
.main .contents__staff .text a {
  text-decoration: underline;
}
.main .contents__staff .text a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    font-size: 1.2rem;
  }
  .header, .footer {
    height: 50px;
    padding: 0 15px;
  }
  .header__logo {
    width: 70px;
  }
  .header__nav li {
    margin-right: 20px;
    font-size: 12px;
  }
  .footer__left {
    width: 124px;
  }
  .footer__right li {
    font-size: 12px;
  }
  .footer__right li.insta {
    width: 25px;
    margin-right: 15px;
  }
  .main {
    margin-top: 50px;
    height: calc(100dvh - 100px);
  }
  .main .contents__story {
    margin: 0 100px 0 50px;
  }
  .main .contents__story .img {
    height: calc(1235 / 2000 * 100vh);
    margin-right: 50px;
  }
  .main .contents__story .text {
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .main .contents__product {
    margin-right: 150px;
  }
  .main .contents__product .box {
    height: 100%;
  }
  .main .contents__product .product1 {
    margin-right: 100px;
  }
  .main .contents__product .product1 p {
    height: calc(410 / 2000 * 100vh);
    margin-bottom: 5px;
  }
  .main .contents__product .product1 p:last-child {
    margin-bottom: 0;
  }
  .main .contents__product .product2 {
    height: 100%;
    display: flex;
    margin-right: 100px;
  }
  .main .contents__product .product2 .product2-1 {
    height: calc(860 / 2000 * 100vh);
    margin: 70px 50px 0 0;
  }
  .main .contents__product .product2 .product2-2 {
    height: calc(860 / 2000 * 100vh);
    margin: auto 0 70px 0;
  }
  .main .contents__product .product3 {
    margin-right: 100px;
  }
  .main .contents__product .product3 p {
    height: calc(390 / 2000 * 100vh);
    margin-bottom: 5px;
  }
  .main .contents__product .product3 p:last-child {
    margin-bottom: 0;
  }
  .main .contents__product .product4 {
    height: calc(780 / 2000 * 100vh);
    margin: 80px 160px 0 0;
  }
  .main .contents__product .product5-1 {
    height: calc(1200 / 2000 * 100vh);
    margin: auto 80px 20px 0;
  }
  .main .contents__product .product5-2 p {
    height: calc(520 / 2000 * 100vh);
    margin-bottom: 40px;
  }
  .main .contents__look {
    margin-right: 80px;
  }
  .main .contents__look .lookContent {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    margin-right: 120px;
  }
  .main .contents__look .lookContent .img {
    height: calc(1420 / 2000 * 100vh);
    margin-right: 20px;
    display: flex;
    font-size: 0;
  }
  .main .contents__look .lookContent .img p:first-child {
    margin-right: 10px;
  }
  .main .contents__staff {
    padding-right: 100px;
    height: 100%;
  }
  .main .contents__staff .title {
    text-align: center;
  }
  .main .contents__staff .text {
    font-size: 12px;
  }
}
/* --------------------------------------------------
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;
  height: 100dvh;
  min-height: -webkit-fill-available;
  background-color: #c6a847;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 9999;
  transition: opacity 1s ease-in-out 0.3s;
}

#loader .logo {
  width: 300px;
  height: 100px;
  background-image: url("https://baycrews.jp/src/feature/20250901_ensemble/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: #2c6782;
  display: block;
}

#loader.complete {
  opacity: 0;
}

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