@charset "UTF-8";
@import url("https://use.typekit.net/liv5vvn.css"); /*Cormorant Garamond*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  /*font-family: YuGothic,'Yu Gothic','Yu Gothic UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック',sans-serif;*/
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #222;
}

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

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

.pc {
  display: none;
}

.sp {
  display: block;
}

@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;
  }
}
@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;
  overflow: hidden;
}
.container.active {
  opacity: 1;
}

.mainVisual {
  width: 100%;
  position: relative;
  margin-bottom: calc(60 / 390 * 100vw);
}
.mainVisual__img {
  margin-bottom: calc(60 / 390 * 100vw);
}
.mainVisual__logo {
  width: calc(72 / 390 * 100vw);
  margin: 0 auto calc(10 / 390 * 100vw);
  font-size: 0;
}
.mainVisual__title {
  text-align: center;
  font-size: calc(12 / 390 * 100vw);
  font-weight: 600;
  line-height: 1;
}

.main .contents {
  position: relative;
}
.main .contents__style {
  margin-bottom: calc(60 / 390 * 100vw);
}
.main .contents .style .w400 {
  width: calc(350 / 390 * 100vw);
}
.main .contents .style .w312, .main .contents .style .w500 {
  width: calc(312 / 390 * 100vw);
}
.main .contents .style .full, .main .contents .style .full2, .main .contents .style .full3 {
  width: 100%;
}
.main .contents .style .center {
  margin-inline: auto;
}
.main .contents .style .right, .main .contents .style .right2 {
  margin: 0 0 calc(30 / 390 * 100vw) auto;
}
.main .contents .style .mb {
  margin-bottom: calc(30 / 390 * 100vw);
}
.main .contents .style .ml {
  margin-left: 10px;
}
.main .contents .style__credit {
  margin-top: calc(30 / 390 * 100vw);
}
.main .contents .style__credit li {
  line-height: 1.2;
  margin-bottom: 3px;
  font-size: 1.2rem;
}
.main .contents .style__credit li span.buy {
  text-decoration: underline;
}
.main .contents .style__credit li span.buy:hover {
  text-decoration: none;
}
.main .contents .style__credit .item-d-none .items__credit span.buy {
  display: none;
}
.main .contents .style .w350 {
  width: calc(350 / 390 * 100vw);
}
.main .staff {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: calc(60 / 390 * 100vw);
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .container {
    font-size: 1.5rem;
  }
  .mainVisual {
    margin-bottom: 90px;
  }
  .mainVisual__img {
    width: calc(1080 / 1280 * 100vw);
    margin: 0 auto 90px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mainVisual__logo {
    width: calc(76 / 1280 * 100vw);
    margin: 0 auto calc(10 / 1280 * 100vw);
  }
  .mainVisual__title {
    text-align: center;
    font-size: calc(12 / 1280 * 100vw);
  }
  .main .contents {
    width: 1080px;
    margin-inline: auto;
  }
  .main .contents__style {
    margin-bottom: 60px;
  }
  .main .contents .style .w350, .main .contents .style .full2 {
    width: 600px;
  }
  .main .contents .style .full3 {
    width: 800px;
  }
  .main .contents .style .w312, .main .contents .style .w400 {
    width: 400px;
  }
  .main .contents .style .w500 {
    width: 500px;
  }
  .main .contents .style .center {
    margin-inline: auto;
  }
  .main .contents .style .right {
    margin: 0 0 30px auto;
  }
  .main .contents .style .right2 {
    margin: 0;
  }
  .main .contents .style .order1 {
    order: 1;
  }
  .main .contents .style .order2 {
    order: 2;
  }
  .main .contents .style .mb {
    margin-bottom: 30px;
  }
  .main .contents .style .ml {
    margin-left: 0;
  }
  .main .contents .style__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main .contents .style__credit {
    margin-top: 30px;
  }
  .main .contents .style__credit li {
    line-height: 1;
    margin-bottom: 3px;
  }
  .main .staff {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  width: 100%;
  padding: 30px 0 60px;
  border-top: solid 1px #000;
}

footer .infoot ul {
  text-align: center;
  margin-bottom: 30px;
}

footer .infoot ul li {
  line-height: 1;
}

footer .infoot ul li a {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: underline;
  transition: all 0.3s ease;
}

footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  opacity: 0.6;
}

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

@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 60px;
  }
  footer .infoot ul li a {
    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;
  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 */