@charset "UTF-8";
/* ==================================================
  import
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* ==================================================
  Variables
================================================== */
/* ---- color ---- */
/* ---- font ---- */
/* ---- layout ---- */
/* ---- font-size ---- */
/* ==================================================
  Mixins / Functions
================================================== */
/* ---- Media Query ---- */
/* ---- VW (SP基準) ---- */
/* ==================================================
  Base
================================================== */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #FFF;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  body {
    font-size: calc(13 / 16 * 1rem);
  }
}
body img,
body video,
body svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- Utility ---- */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* ==================================================
  Animation
================================================== */
.fadein {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==================================================
  Layout
================================================== */
.lp-container {
  width: 100%;
  overflow: hidden;
}

/* ==================================================
  Main Visual
================================================== */
.mv {
  position: relative;
  margin-bottom: calc(50 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.mv__logo {
  margin-bottom: calc(24 / 390 * 100vw);
}
.mv__image {
  width: 100%;
  margin-bottom: calc(50 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__image {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.mv__lead {
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__lead {
    width: 840px;
    line-height: 2.5;
  }
}

/* ==================================================
  Content
================================================== */
.main-content {
  margin-bottom: calc(80 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .main-content {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}

.content {
  margin: 0 auto calc(80 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content {
    width: 1080px;
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.content div {
  position: relative;
}
.content .img-grid {
  width: calc(100% - 20px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: calc(10 / 16 * 1rem);
       column-gap: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .img-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(30 / 16 * 1rem);
         column-gap: calc(30 / 16 * 1rem);
  }
}
.content .img-large {
  width: 100%;
}
.content .img-middle {
  width: calc(260 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content .img-middle {
    width: 600px;
  }
}
.content .is-mb {
  margin-bottom: calc(50 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .is-mb {
    margin-bottom: calc(100 / 16 * 1rem);
  }
}
.content .is-mb2 {
  margin-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .is-mb2 {
    margin-bottom: calc(160 / 16 * 1rem);
  }
}
.content .is-right {
  margin: 0 0 calc(30 / 16 * 1rem) auto;
}
@media screen and (min-width: 769px) {
  .content .is-right {
    margin: 0 0 calc(80 / 16 * 1rem) auto;
  }
}
.content .is-center {
  margin: 0 auto calc(50 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .is-center {
    margin: 0 auto calc(100 / 16 * 1rem);
  }
}
.content .items {
  width: 100%;
  box-sizing: border-box;
  overflow-x: scroll; /* 横スクロールを有効にする */
  overflow-y: hidden;
  white-space: nowrap; /* 子要素を横並びにする */
  scrollbar-width: thin; /* スクロールバーの幅を薄くする */
  scrollbar-color: #CCC #f1f1f1;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .content .items {
    padding-left: 0;
  }
}
.content .items.on li {
  opacity: 1;
}
.content .items.mar {
  margin: 60px auto 80px;
}
.content .items ul {
  display: flex; /* Flexboxで横並びにする */
  padding: 0;
  margin: 0;
}
.content .items ul li {
  transition: all 0.5s ease-in 0s;
  width: 80%;
  flex: 0 0 auto; /* 子要素が自動的に縮まないようにする */
  padding-right: 8px; /* 各アイテム間の間隔を調整 */
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .content .items ul li {
    width: 31%;
    padding-right: 10px;
  }
}
.content .items ul li .img {
  width: 100%;
}
.content__inner {
  width: calc(100% - 20px);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .content__inner {
    width: 960px;
  }
}
.content__creditList {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.content__credit {
  font-size: calc(12 / 16 * 1rem);
  display: flex;
  align-content: center;
  margin-bottom: 10px;
}
.content__credit .yen {
  font-size: calc(10 / 16 * 1rem);
}
.content__credit .item-d-none {
  display: none;
}
.content__credit:last-child {
  margin-bottom: 0;
}
.content__buy {
  text-decoration: underline;
  margin-left: 10px;
}
.content__buy:hover {
  text-decoration: none;
}
.content__box {
  cursor: pointer;
}
.content__box::before, .content__box::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  right: 10px;
  bottom: 20px;
  z-index: 99;
  transition: all 0.5s ease;
}
.content__box::after {
  transform: rotate(-90deg);
}
.content__box.active::after {
  opacity: 0;
}
.content__box.active .content__creditList {
  opacity: 1;
  z-index: 10;
}
.content__img {
  position: relative;
}

@media screen and (min-width: 769px) {
  .info {
    font-size: calc(14 / 16 * 1rem);
  }
}
.info__logo {
  width: calc(250 / 390 * 100vw);
  margin: 0 auto calc(30 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .info__logo {
    width: 280px;
    margin-bottom: calc(60 / 16 * 1rem);
  }
}
.info__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: calc(30 / 16 * 1rem);
}
.info__insta a {
  transition: all 0.3s ease;
}
.info__insta a:hover {
  opacity: 0.5;
}
.info__insta {
  text-align: center;
}
.info__insta img {
  width: 30px;
}
.info__insta span {
  display: block;
  font-size: calc(11 / 16 * 1rem);
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .info__insta span {
    font-size: calc(12 / 16 * 1rem);
  }
}

/* ==================================================
  Footer
================================================== */
.footer {
  position: relative;
  /*border-top: solid 1px #FFF;  */
  padding: 20px 10px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 40px 10px 20px;
  }
}
.footer__itemList {
  margin-bottom: 20px;
}
.footer__item a {
  transition: all 0.2s ease-in;
}
.footer__item a:hover {
  opacity: 0.6;
}
.footer__copyright {
  font-size: calc(10 / 16 * 1rem);
  text-align: center;
}
.footer__pagetop {
  font-size: calc(10 / 16 * 1rem);
}
.footer__pagetop a {
  text-decoration: underline;
}
.footer__pagetop a:hover {
  text-decoration: none;
}

/* --------------------------------------------------
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: 380px;
  height: 200px;
  background-image: url("https://baycrews.jp/src/feature/20260626_417/logo_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: #000;
  display: block;
}

#loader.complete {
  opacity: 0;
}

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