@charset "UTF-8";
@import url("https://use.typekit.net/wxi1vhz.css"); /*Futura PT_Medium*/
/* --------------------------------------------------
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: #2c6782;
    color: #fff;
  }
  ::selection {
    background: #2c6782;
    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);
}

.fadein2 {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1.1s ease;
}

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

/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  font-size: 1.3rem;
  background-color: #FFF;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.container.active {
  opacity: 1;
}

.mainVisual {
  width: 100%;
  position: relative;
  background-color: #c6a847;
  padding-bottom: 18.7vw;
}
.mainVisual__kv {
  position: relative;
  margin-bottom: 18.7vw;
}
.mainVisual__kv .logo {
  width: 85.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.mainVisual__kv .logo.active {
  animation: fadeIn 1s ease 0s forwards;
}
.mainVisual__title {
  width: 83vw;
  margin: 0 auto 8.9vw;
}
.mainVisual__logo {
  width: 40vw;
  margin: 0 auto;
}

.main .contents {
  position: relative;
  margin-bottom: 40px;
}
.main .contents p {
  position: relative;
  z-index: 2;
}
.main .contents__img {
  position: relative;
}
.main .contents__img::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url("https://baycrews.jp/src/feature/20250901_ensemble/icon_plus.svg") 0 0/contain no-repeat;
  z-index: 10;
  transition: rotate 0.3s;
}
.main .contents__img:hover::after {
  rotate: 90deg;
}
.main .contents__img.wh::after {
  background: url("https://baycrews.jp/src/feature/20250901_ensemble/icon_plus_wh.svg") 0 0/contain no-repeat;
}
.main .contents__logo {
  width: calc(458 / 1122 * 100vw);
  margin: calc(50 / 1122 * 100vw) auto 0;
}
.main .contents .text {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.main .contents .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.main .contents .circle {
  width: calc(262 / 1122 * 100vw);
  position: absolute;
  z-index: 1;
  --amplitude: 24px;
  --duration: 4s;
  animation: floatY var(--duration) ease-in-out infinite;
  will-change: transform;
}
.main .contents .img2 {
  padding: calc(120 / 1122 * 100vw) 0 calc(85 / 1122 * 100vw);
  background-color: #2c6782;
}
.main .contents .img2 .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main .contents .img2 .img {
  width: calc(755 / 1122 * 100vw);
}
.main .contents .img2 .text {
  color: #cbd96d;
  font-size: 4vw;
  margin: 0 calc(30 / 1122 * 100vw) 10px 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
.main .contents .img4Box {
  position: relative;
  margin-bottom: calc(110 / 1122 * 100vw);
}
.main .contents .img4Box .img4 {
  position: sticky;
  top: 0;
  z-index: 1;
}
.main .contents .img4Box .img4-1, .main .contents .img4Box .img4-2 {
  position: relative;
  z-index: 2;
}
.main .contents .img4Box .img4-1 {
  width: 70%;
  margin: 40px 0 0 auto;
}
.main .contents .img4Box .img4-2 {
  width: 65%;
  margin: 80px 0 0 20px;
}
.main .contents .img6 {
  padding: calc(110 / 1122 * 100vw) 0;
  background-color: #c6a847;
}
.main .contents .img6 p {
  width: calc(1018 / 1122 * 100vw);
  margin-left: auto;
}
.main .contents .img8Box {
  padding: calc(110 / 1122 * 100vw) 0;
  position: relative;
}
.main .contents .img8Box .img8 {
  width: calc(967 / 1122 * 100vw);
  margin-left: auto;
  z-index: 1;
}
.main .contents .img8Box .title {
  width: calc(400 / 1122 * 100vw);
  position: absolute;
  left: calc(50 / 1122 * 100vw);
  top: calc(915 / 1122 * 100vw);
  z-index: 2;
}
.main .contents .img8Box .text {
  color: #e03d63;
  font-size: calc(50 / 1122 * 100vw);
  margin: calc(-50 / 1122 * 100vw) 0 0 calc(50 / 1122 * 100vw);
  z-index: 2;
}
.main .contents .img10Box {
  position: relative;
}
.main .contents .img10Box .img10-1 {
  position: sticky;
  top: 0;
  z-index: 1;
}
.main .contents .img10Box .img10-2, .main .contents .img10Box .img10-3, .main .contents .img10Box .img10-4 {
  position: relative;
  z-index: 2;
}
.main .contents .img10Box .img10-2 {
  width: 60%;
  margin: 40px 10px 0 auto;
}
.main .contents .img10Box .img10-3 {
  width: 60%;
  margin: 80px 0 0 20px;
}
.main .contents .img10Box .img10-4 {
  width: 65%;
  margin: 80px auto 0;
}
.main .contents .img11Box {
  padding: calc(170 / 1122 * 100vw) 0;
  background-color: #c6a847;
}
.main .contents .img11Box .img11 {
  margin-bottom: calc(305 / 1122 * 100vw);
}
.main .contents .img11Box .img12 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.main .contents .img11Box .img12 .img {
  width: calc(777 / 1122 * 100vw);
}
.main .contents .img11Box .img12 .text {
  color: #8c3edd;
  font-size: calc(50 / 1122 * 100vw);
  margin: 0 calc(30 / 1122 * 100vw) 0 auto;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
.main .contents .img14Box {
  padding: calc(40 / 1122 * 100vw) 0 calc(110 / 1122 * 100vw);
  position: relative;
  overflow: hidden;
}
.main .contents .img14Box .title {
  display: flex;
  margin-bottom: calc(80 / 1122 * 100vw);
  animation: marquee 8s linear infinite;
}
.main .contents .img14Box .title span {
  width: calc(400 / 1122 * 100vw);
  flex: 0 0 auto;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.main .contents .img14Box .img {
  width: calc(915 / 1122 * 100vw);
  margin: 0 auto;
}
.main .contents .img14Box .circle1 {
  left: calc(700 / 1122 * 100vw);
  top: calc(-90 / 1122 * 100vw);
}
.main .contents .img14Box .circle2 {
  left: calc(-30 / 1122 * 100vw);
  top: calc(1000 / 1122 * 100vw);
  animation-delay: 0.6s;
}
.main .contents .img14Box .circle3 {
  right: calc(-80 / 1122 * 100vw);
  bottom: calc(8 / 1122 * 100vw);
  animation-delay: 1.2s;
}
.main .contents .img16Box {
  padding: calc(75 / 1122 * 100vw) 0 calc(148 / 1122 * 100vw);
  position: relative;
  overflow: hidden;
}
.main .contents .img16Box .img16 {
  width: calc(860 / 1122 * 100vw);
  margin: 0 auto calc(127 / 1122 * 100vw);
}
.main .contents .img16Box .img17 {
  width: calc(973 / 1122 * 100vw);
  margin: 0 auto;
}
.main .contents .img16Box .circle1 {
  left: calc(661 / 1122 * 100vw);
  top: calc(-54 / 1122 * 100vw);
}
.main .contents .img16Box .circle2 {
  left: calc(-60 / 1122 * 100vw);
  top: calc(347 / 1122 * 100vw);
  animation-delay: 0.6s;
}
.main .contents .img16Box .circle3 {
  right: calc(-150 / 1122 * 100vw);
  top: calc(644 / 1122 * 100vw);
  animation-delay: 1.2s;
}
.main .contents .img16Box .circle4 {
  left: calc(214 / 1122 * 100vw);
  top: calc(1170 / 1122 * 100vw);
  animation-delay: 0.8s;
}
.main .contents .img16Box .circle5 {
  left: calc(-40 / 1122 * 100vw);
  bottom: calc(248 / 1122 * 100vw);
  animation-delay: 1.4s;
}
.main .contents .img16Box .circle6 {
  right: 0;
  bottom: calc(57 / 1122 * 100vw);
  animation-delay: 1s;
}
.main .contents .img18 {
  margin: 0 auto calc(110 / 1122 * 100vw);
}
.main .contents .img19 {
  width: calc(900 / 1122 * 100vw);
  margin: 0 auto;
}
.main .staff {
  text-align: center;
  font-size: 1.1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2c6782;
  margin-bottom: 80px;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(var(--amplitude) * -1));
  }
  100% {
    transform: translateY(0);
  }
}
#looks {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
#looks.active {
  top: 0;
  z-index: 9999;
}
#looks .close {
  width: 34px;
  height: 34px;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}
#looks .close::before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #2c6782;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  top: 50%;
  transition: all 0.5s 0s ease;
}
#looks .close::after {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #2c6782;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  top: 50%;
  transition: all 0.5s 0s ease;
}
#looks .close:hover::before, #looks .close:hover::after {
  background-color: #CCC;
}
#looks .look {
  width: 100%;
  margin: 0 auto 100px auto;
  /* &.look6{padding-bottom: 80px;}*/
}
#looks .look.look1 {
  padding-top: 100px;
}
#looks .look .style {
  width: calc(100% - 50px);
  margin: 0 auto 110px;
  position: relative;
}
#looks .look .style__num {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.01em;
  position: absolute;
  left: -7px;
  top: -22px;
  z-index: 2;
}
#looks .look .style__img {
  margin-bottom: 12px;
}
#looks .look .style__credit .items__credit {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
#looks .look .style__credit .items__credit a {
  text-decoration: underline;
}
#looks .look .style__credit .items__credit a:hover {
  text-decoration: none;
}
#looks .look .style__credit .items__credit:last-child {
  margin-bottom: 0;
}
#looks .look .style__credit .items__credit span {
  font-size: 1.4rem;
  display: block;
}
#looks .look .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.5rem;
  }
  .mainVisual {
    width: 100%;
    padding: 0 0 120px;
  }
  .mainVisual__kv {
    max-width: 100%;
    margin: 0 auto 100px;
  }
  .mainVisual__kv .logo {
    width: 40%;
  }
  .mainVisual__title {
    width: 480px;
    margin: 0 auto 60px;
  }
  .mainVisual__logo {
    width: 280px;
    margin: 0 auto;
  }
  .main .contents {
    position: relative;
    margin-bottom: 40px;
    background-color: #c6a847;
  }
  .main .contents p {
    position: relative;
    z-index: 2;
  }
  .main .contents__img {
    position: relative;
  }
  .main .contents__img::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .main .contents__logo {
    width: 420px;
    margin: 80px auto 0;
  }
  .main .contents .text {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .main .contents .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .main .contents .circle {
    width: calc(262 / 1280 * 100vw);
    position: absolute;
    z-index: 1;
    --amplitude: 30px;
  }
  .main .contents .bgWhite {
    background-color: #FFF;
  }
  .main .contents .img1 {
    width: 600px;
    margin: 0 auto 80px;
  }
  .main .contents .img2 {
    padding: 80px 0 85px;
    display: block;
  }
  .main .contents .img2 .inner {
    width: 800px;
    margin-inline: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .main .contents .img2 .img {
    width: 550px;
  }
  .main .contents .img2 .text {
    font-size: 30px;
    margin: 0 30px 10px 0;
  }
  .main .contents .img4Box {
    width: 600px;
    margin: 0 auto 110px;
    padding-top: 100px;
  }
  .main .contents .img4Box .img4-1 {
    width: 70%;
    margin: 40px 0 0 -40px;
  }
  .main .contents .img4Box .img4-2 {
    width: 65%;
    margin: 80px -40px 0 auto;
  }
  .main .contents .img5 {
    width: 680px;
    margin: 0 auto;
  }
  .main .contents .img6 {
    padding: 110px 0;
  }
  .main .contents .img6 p {
    width: 700px;
    margin-left: auto;
  }
  .main .contents .img8Box {
    padding: 110px 0;
    background-color: #FFF;
  }
  .main .contents .img8Box .inner {
    width: 982px;
    margin: 0 auto;
    position: relative;
  }
  .main .contents .img8Box .img8 {
    width: 700px;
  }
  .main .contents .img8Box .title {
    width: 300px;
    left: 190px;
    top: 574px;
  }
  .main .contents .img8Box .text {
    font-size: 35px;
    margin: -30px 0 0 190px;
  }
  .main .contents .img9Box {
    padding: 50px 0 150px;
    background-color: #FFF;
  }
  .main .contents .img9Box .img9 {
    width: 720px;
    margin-inline: auto;
  }
  .main .contents .img10Box {
    position: relative;
    background-color: #FFF;
    padding-bottom: 100px;
  }
  .main .contents .img10Box .inner {
    width: 600px;
    margin-inline: auto;
  }
  .main .contents .img10Box .img10-1 {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .main .contents .img10Box .img10-2, .main .contents .img10Box .img10-3, .main .contents .img10Box .img10-4 {
    position: relative;
    z-index: 2;
  }
  .main .contents .img10Box .img10-2 {
    width: 60%;
    margin: 80px -30px 0 auto;
  }
  .main .contents .img10Box .img10-3 {
    width: 60%;
    margin: 120px 0 0 -20px;
  }
  .main .contents .img10Box .img10-4 {
    width: 65%;
    margin: 120px auto 0;
  }
  .main .contents .img11Box {
    padding: 150px 0;
  }
  .main .contents .img11Box .img11 {
    margin-bottom: 150px;
  }
  .main .contents .img11Box .img12 {
    width: 800px;
    margin-inline: auto;
  }
  .main .contents .img11Box .img12 .img {
    width: 550px;
  }
  .main .contents .img11Box .img12 .text {
    font-size: 30px;
    margin: 0 30px 0 auto;
  }
  .main .contents .img13 {
    width: 800px;
    margin: 0 auto;
    padding-top: 150px;
  }
  .main .contents .img14Box {
    padding: calc(40 / 1280 * 100vw) 0 calc(110 / 1280 * 100vw);
    position: relative;
    overflow: hidden;
  }
  .main .contents .img14Box .title {
    margin-bottom: 100px;
    animation: marquee 10s linear infinite;
  }
  .main .contents .img14Box .title span {
    width: calc(400 / 1280 * 100vw);
  }
  .main .contents .img14Box .img {
    width: 660px;
  }
  .main .contents .img14Box .circle1 {
    left: calc(700 / 1280 * 100vw);
    top: calc(-90 / 1280 * 100vw);
  }
  .main .contents .img14Box .circle2 {
    left: calc(-70 / 1280 * 100vw);
    top: 800px;
  }
  .main .contents .img14Box .circle3 {
    right: calc(-120 / 1280 * 100vw);
    bottom: 8px;
  }
  .main .contents .img15 {
    width: 800px;
    margin: 0 auto;
  }
  .main .contents .img16Box {
    padding: calc(75 / 1280 * 100vw) 0 calc(148 / 1280 * 100vw);
    position: relative;
    overflow: hidden;
  }
  .main .contents .img16Box .img16 {
    width: 700px;
    margin: 0 auto 120px;
  }
  .main .contents .img16Box .img17 {
    width: 880px;
  }
  .main .contents .img16Box .circle1 {
    left: calc(661 / 1280 * 100vw);
    top: calc(-54 / 1280 * 100vw);
  }
  .main .contents .img16Box .circle2 {
    left: calc(-60 / 1280 * 100vw);
    top: calc(347 / 1280 * 100vw);
  }
  .main .contents .img16Box .circle3 {
    right: calc(-150 / 1280 * 100vw);
    top: calc(644 / 1280 * 100vw);
  }
  .main .contents .img16Box .circle4 {
    left: calc(400 / 1280 * 100vw);
    top: calc(800 / 1280 * 100vw);
  }
  .main .contents .img16Box .circle5 {
    left: calc(-40 / 1280 * 100vw);
    bottom: calc(248 / 1280 * 100vw);
  }
  .main .contents .img16Box .circle6 {
    right: 0;
    bottom: calc(57 / 1280 * 100vw);
  }
  .main .contents .img18 {
    width: 720px;
    margin-bottom: 110px;
  }
  .main .contents .img19 {
    width: 880px;
    margin: 0 auto;
  }
  .main .staff {
    font-size: 1.4rem;
    margin-bottom: 80px;
  }
  #looks {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: scroll;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 0;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
  }
  #looks.active {
    top: 0;
    z-index: 9999;
  }
  #looks .close {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 999;
    cursor: pointer;
  }
  #looks .close::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #2c6782;
    transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s 0s ease;
  }
  #looks .close::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #2c6782;
    transform: rotate(45deg);
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s 0s ease;
  }
  #looks .close:hover::before, #looks .close:hover::after {
    background-color: #CCC;
  }
  #looks .look {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  #looks .look.look1 {
    padding-top: 100px;
  }
  #looks .look .style {
    width: 1080px;
    margin: 0 auto 110px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #looks .look .style__img {
    margin-bottom: 0;
    width: 530px;
  }
  #looks .look .style__credit {
    width: 530px;
  }
  #looks .look .style__credit .items__credit {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  #looks .look .style__credit .items__credit:last-child {
    margin-bottom: 0;
  }
  #looks .look .style__credit .items__credit span {
    font-size: 1.8rem;
  }
}
/* --------------------------------------------------
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: futura-pt, sans-serif;
  font-weight: 500;
  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 {
  color: #222;
}

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 {
  color: #222;
}

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: 20px 10px 30px 10px;
  }
  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 */