@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: 230px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo .logo1 {
  width: 120px;
  margin-right: 3px;
}
.header__logo .logo2 {
  width: 75px;
}
.header__logo .logo2 img {
  display: none;
}
.header__logo .logo2 img.logo-active {
  display: inline-block;
}
.header__logo .line {
  width: 1px;
  height: 30px;
  background: #000;
}
.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 .lookCredit {
  margin-top: 20px;
}
.main .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 .lookCredit li span.ex {
  font-size: 1.2rem;
  display: block;
}
.main .lookCredit li span.buy {
  text-decoration: underline;
  margin-left: 1.2rem;
}
.main .lookCredit li span.buy:hover {
  text-decoration: none;
}
.main .lookCredit .item-d-none .items__credit span.buy {
  display: none;
}
.main .contents {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  /*&__staff{padding-right: 200px; height: 100%;
    .title{text-align: center;}
    .text{font-size: 13px;
      a{text-decoration: underline;
        &:hover{text-decoration: none;}
      }
    }
  }*/
}
.main .contents__box {
  display: flex;
  align-items: center;
  height: 100%;
}
.main .contents__story {
  margin: 0 300px 0 200px;
}
.main .contents__story .img {
  height: calc(1100 / 1500 * 100dvh);
  margin-right: 90px;
}
.main .contents__story .text {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.main .contents__story .text p.heading {
  font-size: 25px;
  margin: 0 0 40px 40px;
}
.main .contents__story .text p.jp {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.main .contents__product {
  margin-right: 150px;
  padding-right: 150px;
  border-right: 1px solid #000;
}
.main .contents__product .box {
  height: 100%;
}
.main .contents__product .box.center {
  display: flex;
  align-items: center;
}
.main .contents__product .box.end {
  display: flex;
  align-items: flex-end;
}
.main .contents__product .box .heading {
  font-size: 25px;
  margin: 0 0 40px 0;
}
.main .contents__product .box .heading.center {
  text-align: center;
}
.main .contents__product .img1-1 {
  background-color: #000;
  padding: 5px;
  margin-right: 100px;
}
.main .contents__product .img1-1 p {
  height: calc(380 / 1500 * 100dvh);
  margin-bottom: 5px;
}
.main .contents__product .img1-1 p:last-child {
  margin-bottom: 0;
}
.main .contents__product .img2 {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  margin-right: 120px;
}
.main .contents__product .img2 p {
  height: calc(1150 / 1500 * 100dvh);
  font-size: 0;
}
.main .contents__product .img1-3 {
  height: calc(460 / 1500 * 100dvh);
  margin: 0 100px 80px 0;
}
.main .contents__product .img1-4 {
  height: calc(580 / 1500 * 100dvh);
  margin-right: 120px;
}
.main .contents__product .img1-5 {
  height: calc(580 / 1500 * 100dvh);
  margin-right: 100px;
}
.main .contents__product .img1-7 {
  height: calc(670 / 1500 * 100dvh);
  margin-right: 100px;
}
.main .contents__product .img1-8 {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}
.main .contents__product .img1-8 p {
  height: calc(430 / 1500 * 100dvh);
  font-size: 0;
}
.main .contents__product .img1-8 p:first-child {
  margin-right: 10px;
}
.main .contents__hieta {
  margin-right: 150px;
  padding-right: 100px;
}
.main .contents__hieta .mainBox {
  margin-right: 160px;
  display: flex;
  align-items: center;
}
.main .contents__hieta .mainBox .img {
  display: grid;
  margin-right: 60px;
  grid-template-columns: repeat(2, 1fr); /* 横に2列 */
  grid-template-rows: repeat(2, auto);
  gap: 10px;
}
.main .contents__hieta .mainBox .img p {
  height: calc(470 / 1500 * 100dvh);
  border: 1px solid #000;
  box-sizing: border-box;
}
.main .contents__hieta .mainBox .text {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}
.main .contents__hieta .box {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 120px;
}
.main .contents__hieta .box .img {
  position: relative;
  height: calc(1100 / 1500 * 100dvh);
  width: calc(1100 / 1500 * 100dvh * 2 / 3);
  overflow: hidden;
}
.main .contents__hieta .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: fade 4s infinite;
}
.main .contents__hieta .box .img img:nth-child(1) {
  animation-delay: 0s;
}
.main .contents__hieta .box .img img:nth-child(2) {
  animation-delay: 2s;
}
.main .contents__hieta .box .img2 {
  height: calc(490 / 1500 * 100dvh);
}
.main .contents__hieta .lastBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: start;
}
.main .contents__hieta .lastBox .img {
  height: calc(590 / 1500 * 100dvh);
}
.main .contents__hieta .lastBox .img img {
  border: 1px solid #000;
}

@keyframes fade {
  0%, 40% {
    opacity: 1;
  }
  50%, 90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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: 130px;
  }
  .header__logo .logo1 {
    width: 70px;
    margin-right: 3px;
  }
  .header__logo .logo2 {
    width: 40px;
  }
  .header__logo .line {
    height: 20px;
  }
  .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 {
    /*&__staff{padding-right: 100px; height: 100%;
      .title{text-align: center;}
      .text{font-size: 12px;
      }
    }*/
  }
  .main .contents__story {
    margin: 0 100px 0 50px;
  }
  .main .contents__story .img {
    height: calc(1100 / 1500 * 100dvh);
    margin-right: 50px;
  }
  .main .contents__story .text {
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .main .contents__story .text p.heading {
    font-size: 22px;
    margin: 0 0 30px 30px;
  }
  .main .contents__product {
    margin-right: 75px;
    padding-right: 75px;
  }
  .main .contents__product .box .heading {
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  .main .contents__product .img1-1 {
    margin-right: 100px;
  }
  .main .contents__product .img1-1 p {
    height: calc(380 / 1500 * 100dvh);
    margin-bottom: 5px;
  }
  .main .contents__product .img2 {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    margin-right: 80px;
  }
  .main .contents__product .img2 p {
    height: calc(1150 / 1500 * 100dvh);
    font-size: 0;
  }
  .main .contents__product .img1-3 {
    height: calc(460 / 1500 * 100dvh);
    margin: 0 100px 80px 0;
  }
  .main .contents__product .img1-4 {
    height: calc(580 / 1500 * 100dvh);
    margin-right: 120px;
  }
  .main .contents__product .img1-5 {
    height: calc(580 / 1500 * 100dvh);
    margin-right: 100px;
  }
  .main .contents__product .img1-7 {
    height: calc(670 / 1500 * 100dvh);
    margin-right: 100px;
  }
  .main .contents__product .img1-8 {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
  }
  .main .contents__product .img1-8 p {
    height: calc(430 / 1500 * 100dvh);
    font-size: 0;
  }
  .main .contents__product .img1-8 p:first-child {
    margin-right: 10px;
  }
  .main .contents__hieta {
    padding-right: 80px;
  }
  .main .contents__hieta .mainBox {
    margin-right: 100px;
  }
  .main .contents__hieta .mainBox .img {
    display: grid;
    margin-right: 60px;
    gap: 6px;
  }
  .main .contents__hieta .mainBox .img p {
    height: calc(470 / 1500 * 100dvh);
  }
  .main .contents__hieta .mainBox .text {
    font-size: 12px;
  }
  .main .contents__hieta .box {
    margin-right: 60px;
  }
  .main .contents__hieta .box .img {
    position: relative;
    height: calc(1100 / 1500 * 100dvh);
  }
  .main .contents__hieta .box .img2 {
    height: calc(490 / 1500 * 100dvh);
  }
  .main .contents__hieta .lastBox {
    gap: 10px;
  }
  .main .contents__hieta .lastBox .img {
    height: calc(590 / 1500 * 100dvh);
  }
}
/* --------------------------------------------------
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 */