@charset "UTF-8";
@import url("https://use.typekit.net/kar3otf.css"); /*Adobe 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;
  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;
  font-size: 1.3rem;
  overflow: hidden;
}
.container.active {
  opacity: 1;
}

.mainVisual {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
  padding-top: 40px;
}
.mainVisual__title {
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(37 / 390 * 100vw);
  line-height: 1.3;
}
.mainVisual__title span {
  display: block;
}
.mainVisual__title span.for {
  font-style: italic;
  font-size: calc(27 / 390 * 100vw);
}
.mainVisual__title span.logo {
  width: calc(120 / 390 * 100vw);
  margin: 13px auto 0;
  font-size: 0;
}
.mainVisual__subTitle {
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(21 / 390 * 100vw);
  margin: calc(28 / 390 * 100vw) 0 calc(30 / 390 * 100vw);
}
.mainVisual__img {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto calc(40 / 390 * 100vw);
}
.mainVisual__text {
  width: calc(350 / 390 * 100vw);
  margin-inline: auto;
}
.mainVisual__lead {
  margin-bottom: 14px;
}
.mainVisual__staff {
  font-size: 12px;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.main .contents {
  position: relative;
}
.main .contents__style {
  width: calc(350 / 390 * 100vw);
  margin: 0 auto calc(100 / 390 * 100vw);
}
.main .contents .style__heading {
  text-align: center;
  font-size: calc(26 / 390 * 100vw);
  line-height: 1;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: calc(15 / 390 * 100vw);
}
.main .contents .style__heading.full {
  width: 100vw;
  margin-left: calc(-20 / 390 * 100vw);
}
.main .contents .style__heading span {
  font-size: calc(15 / 390 * 100vw);
  display: block;
  margin-bottom: 8px;
}
.main .contents .style__main2 {
  width: 100vw;
  margin-left: calc(-20 / 390 * 100vw);
}
.main .contents .style__sub {
  margin-top: calc(60 / 390 * 100vw);
}
.main .contents .style__sub .w480 {
  width: calc(278 / 390 * 100vw);
}
.main .contents .style__sub .w460 {
  width: calc(266 / 390 * 100vw);
}
.main .contents .style__sub .w400 {
  width: calc(250 / 390 * 100vw);
}
.main .contents .style__sub .right {
  margin-left: auto;
}
.main .contents .style__sub .mt {
  margin-top: 20px;
}
.main .contents .style__text {
  margin-top: calc(20 / 390 * 100vw);
}
.main .contents .style .mb {
  margin-bottom: calc(20 / 390 * 100vw);
}
.main .contents .style__credit {
  margin-top: calc(20 / 390 * 100vw);
}
.main .contents .style__credit li {
  line-height: 1.2;
  font-size: 1.3rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.main .contents .style__credit li span.ex {
  font-size: 1.2rem;
  display: block;
}
.main .contents .style__credit li span.buy {
  text-decoration: underline;
  margin-left: 1.2rem;
}
.main .contents .style__credit li span.buy:hover {
  text-decoration: none;
}
.main .contents .style__credit .item-d-none .items__credit span.buy {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .container {
    font-size: 1.4rem;
  }
  .mainVisual {
    width: 1080px;
    margin: 0 auto 200px;
    padding-top: 20px;
    display: flex;
    align-items: center;
  }
  .mainVisual__title {
    font-size: 51px;
  }
  .mainVisual__title span {
    display: block;
  }
  .mainVisual__title span.for {
    font-size: 40px;
  }
  .mainVisual__title span.logo {
    width: 160px;
    margin: 30px auto 0;
  }
  .mainVisual__subTitle {
    font-size: 35px;
    margin: 30px 0 55px;
  }
  .mainVisual__img {
    width: 520px;
    margin: 0;
    order: 1;
  }
  .mainVisual__text {
    width: 560px;
    margin-inline: auto;
    order: 2;
  }
  .mainVisual__lead {
    margin-bottom: 40px;
    text-align: center;
  }
  .mainVisual__staff {
    font-size: 13px;
    text-align: center;
  }
  .main .contents {
    position: relative;
  }
  .main .contents__style {
    width: 982px;
    margin: 0 auto 200px;
  }
  .main .contents .style__heading {
    font-size: 30px;
    margin-bottom: calc(15 / 1280 * 100vw);
  }
  .main .contents .style__heading.full {
    width: 100%;
    margin-left: 0;
  }
  .main .contents .style__heading span {
    font-size: 19px;
    margin-bottom: 4px;
  }
  .main .contents .style__main {
    width: 600px;
    margin-inline: auto;
  }
  .main .contents .style__main2 {
    width: 800px;
    margin: 0 auto;
  }
  .main .contents .style__sub {
    margin-top: calc(60 / 1280 * 100vw);
  }
  .main .contents .style__sub .w480 {
    width: 480px;
  }
  .main .contents .style__sub .w460 {
    width: 460px;
  }
  .main .contents .style__sub .w400 {
    width: 400px;
  }
  .main .contents .style__sub .mt {
    margin-top: 20px;
  }
  .main .contents .style__sub .img1-3 {
    margin-top: -320px;
  }
  .main .contents .style__sub .img2-2-1 {
    margin-top: -280px;
  }
  .main .contents .style__sub .img2-2-2 {
    margin: -230px 60px 0 auto;
  }
  .main .contents .style .mb {
    margin-bottom: 25px;
  }
  .main .contents .style__text {
    margin-top: 25px;
  }
  .main .contents .style__textWrap {
    width: 600px;
    margin: 0 auto;
  }
  .main .contents .style__credit {
    margin-top: 25px;
  }
  .main .contents .style__credit li {
    font-size: 1.3rem;
  }
  .main .contents .style__credit li span.ex {
    font-size: 1.3rem;
    display: inline-block;
    margin-right: 7px;
  }
  .main .contents .style__credit li span.buy {
    text-decoration: underline;
    margin-left: 1.2rem;
  }
  .main .contents .style__credit li span.buy:hover {
    text-decoration: none;
  }
  .main .contents .style__credit .item-d-none .items__credit span.buy {
    display: none;
  }
}
/* --------------------------------------------------
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: adobe-garamond-pro, 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 {
  opacity: 0.6;
}

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;
}

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 {
  opacity: 0.6;
}

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: 30px 10px 30px calc(20 / 390 * 100vw);
  }
  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;
  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 */