@charset "UTF-8";
@import url("https://use.typekit.net/pws3tyr.css"); /* Proxima Nova Extra Condensed */
/* --------------------------------------------------
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.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

.mainVisual {
  width: calc(100% - 40px);
  margin: 0 auto calc(60 / 390 * 100vw);
  padding-top: 20px;
  position: relative;
}
.mainVisual__title {
  width: 100%;
  margin-bottom: 10px;
}
.mainVisual__title h1 {
  margin-bottom: 6px;
  opacity: 0;
}
.mainVisual__title .text {
  width: 97%;
  opacity: 0;
}
.mainVisual__logo {
  position: absolute;
  width: calc(30 / 390 * 100vw);
  right: 10px;
  bottom: 10px;
  opacity: 0;
  z-index: 2;
  height: initial;
}
.mainVisual__grid {
  display: grid;
  -moz-column-gap: 6px;
       column-gap: 6px;
  align-items: stretch;
}
.mainVisual__grid.grid1 {
  grid-template-columns: 142fr 202fr;
  margin-bottom: 6px;
}
.mainVisual__grid.grid2 {
  grid-template-columns: 50fr 100fr 188fr;
}
.mainVisual__grid p {
  margin: 0;
  height: 100%;
  opacity: 0;
}
.mainVisual .grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.mainVisual .grid__item.kv3 {
  width: 100%;
}
.mainVisual .grid__item.kv3 p {
  height: initial;
}
.mainVisual .grid__item.kv3 p:first-child {
  margin-bottom: 6px;
}
.mainVisual .grid__item.kv3 p img {
  -o-object-fit: contain;
     object-fit: contain;
}
.mainVisual.active .title {
  animation: fadeIn 1.2s ease 0.2s forwards;
}
.mainVisual.active .text {
  animation: fadeIn 1.2s ease 0.5s forwards;
}
.mainVisual.active .kv1 {
  animation: fadeIn 1s ease 0.8s forwards;
}
.mainVisual.active .kv2 {
  animation: fadeIn 1s ease 1.4s forwards;
}
.mainVisual.active .kv3-1 {
  animation: fadeIn 1s ease 1.4s forwards;
}
.mainVisual.active .kv3-2 {
  animation: fadeIn 1s ease 1.7s forwards;
}
.mainVisual.active .kv4 {
  animation: fadeIn 1s ease 1.7s forwards;
}
.mainVisual.active .kv5 {
  animation: fadeIn 1s ease 1.1s forwards;
}
.mainVisual.active .mainVisual__logo {
  animation: fadeIn 1.2s ease 2s forwards;
}

.main .bg-section {
  position: relative;
  min-height: 100vh;
  z-index: 0;
}
.main .bg-section::before {
  content: "";
  position: sticky;
  top: 0;
  height: 100vh;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  display: block;
}
.main .bg-section.bg1 {
  --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg1_sp.webp");
}
.main .bg-section.bg2 {
  --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg2_sp.webp");
}
.main .bg-section.bg3 {
  --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg3_sp.webp");
}
.main .bg-section.bg4 {
  --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg4_sp.webp");
}
.main .bg-section.bg5 {
  --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg5_sp.webp");
}
.main .heading {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(43 / 390 * 100vw);
  text-align: center;
  color: #FFF;
}
.main .style {
  position: relative;
  padding: 12rem 0 9rem;
}
.main .style .style__img {
  position: relative;
  width: calc(234 / 390 * 100vw);
  margin: 0 calc(10 / 390 * 100vw) calc(50 / 390 * 100vw) auto;
}
.main .style .style__img.mb0 {
  margin-bottom: 0;
}
.main .style .style__img .btn {
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: url("https://baycrews.jp/src/feature/20250702_plage/icon_plus.svg") 0 0/contain no-repeat;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 99;
}
.main .style .slider-container {
  position: relative;
}
.main .style .slider-container .swiper-main {
  position: relative;
  z-index: 5;
}
.main .style .slider-container .swiper-main .swiper-controller {
  z-index: 99;
}
.main .style .slider-container .swiper-main .swiper-controller .swiper-button-prev, .main .style .slider-container .swiper-main .swiper-controller .swiper-button-next {
  width: 11px;
  height: 20px;
  z-index: 99;
}
.main .style .slider-container .swiper-main .swiper-controller .swiper-button-prev:hover, .main .style .slider-container .swiper-main .swiper-controller .swiper-button-next:hover {
  opacity: 0.5;
}
.main .style .slider-container .swiper-main .swiper-controller .swiper-button-prev {
  left: 10px;
  background: url("https://baycrews.jp/src/feature/20250702_plage/arrow_left.svg") 0 0/contain no-repeat;
}
.main .style .slider-container .swiper-main .swiper-controller .swiper-button-prev::before, .main .style .slider-container .swiper-main .swiper-controller .swiper-button-prev::after {
  content: "";
}
.main .style .slider-container .swiper-main .swiper-controller .swiper-button-next {
  right: 10px;
  background: url("https://baycrews.jp/src/feature/20250702_plage/arrow_right.svg") 0 0/contain no-repeat;
}
.main .style .slider-container .swiper-main .swiper-controller .swiper-button-next::before, .main .style .slider-container .swiper-main .swiper-controller .swiper-button-next::after {
  content: "";
}
.main .style__credits {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 20px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
}
.main .style__credits.active {
  opacity: 1;
  z-index: 10;
}
.main .style__credits .items__credit {
  font-size: 1.2rem;
  margin-bottom: 4px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FFF;
}
.main .style__credits .items__credit span {
  display: inline-block;
}
.main .style__credits .items__credit span.attention {
  margin-left: 8x;
  font-size: 1rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", serif;
}
.main .style__credits .items__credit span.buy {
  margin-left: 8px;
  color: #FFF;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.main .style__credits .items__credit span.buy:hover {
  text-decoration: none;
}
.main .style__credits .item-d-none .items__credit span.buy {
  display: none;
}
.main .last {
  padding: 5rem 0;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .container {
    font-size: 1.5rem;
  }
  .mainVisual {
    width: calc(100% - 50px);
    margin: 0 auto 120px;
    padding-top: 25px;
  }
  .mainVisual__title {
    width: calc(543 / 1280 * 100vw);
    margin-bottom: 0;
  }
  .mainVisual__title h1 {
    margin-bottom: 22px;
  }
  .mainVisual__title .text {
    width: calc(535 / 1280 * 100vw);
    opacity: 0;
  }
  .mainVisual__logo {
    position: absolute;
    width: calc(70 / 1280 * 100vw);
    right: 20px;
    bottom: 20px;
  }
  .mainVisual__grid {
    display: grid;
    -moz-column-gap: 16px;
         column-gap: 16px;
    align-items: stretch;
  }
  .mainVisual__grid.grid1 {
    grid-template-columns: 543fr 265fr 382fr;
    margin-bottom: 16px;
  }
  .mainVisual__grid.grid2 {
    grid-template-columns: 181fr 356fr 664fr;
  }
  .mainVisual .grid__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .mainVisual .grid__item.kv3 {
    width: calc(181 / 1280 * 100vw);
  }
  .mainVisual .grid__item.kv3 p {
    height: initial;
  }
  .mainVisual .grid__item.kv3 p:first-child {
    margin-bottom: 12px;
  }
  .mainVisual .grid__item.kv3 p img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainVisual.active .kv1 {
    animation: fadeIn 1s ease 0.4s forwards;
  }
  .mainVisual.active .kv2 {
    animation: fadeIn 1s ease 0.7s forwards;
  }
  .mainVisual.active .kv3-1 {
    animation: fadeIn 1s ease 1s forwards;
  }
  .mainVisual.active .kv3-2 {
    animation: fadeIn 1s ease 0.7s forwards;
  }
  .mainVisual.active .kv4 {
    animation: fadeIn 1s ease 1s forwards;
  }
  .mainVisual.active .kv5 {
    animation: fadeIn 1s ease 1.3s forwards;
  }
  .mainVisual.active .title {
    animation: fadeIn 1.2s ease 1.8s forwards;
  }
  .mainVisual.active .text {
    animation: fadeIn 1.2s ease 1.8s forwards;
  }
  .mainVisual.active .mainVisual__logo {
    animation: fadeIn 1.2s ease 1.8s forwards;
  }
  .main .bg-section {
    width: 982px;
    margin-inline: auto;
  }
  .main .bg-section.bg1 {
    --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg1_pc.webp");
  }
  .main .bg-section.bg2 {
    --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg2_pc.webp");
  }
  .main .bg-section.bg3 {
    --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg3_pc.webp");
  }
  .main .bg-section.bg4 {
    --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg4_pc.webp");
  }
  .main .bg-section.bg5 {
    --bg-image: url("https://baycrews.jp/src/feature/20250702_plage/bg5_pc.webp");
  }
  .main .heading {
    font-size: 88px;
  }
  .main .style {
    position: relative;
    padding: 12rem 0 9rem;
  }
  .main .style .style__img {
    width: 500px;
    margin: 0 40px 80px auto;
  }
  .main .style .style__img .btn {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
  .main .style .style__img .btn:hover {
    opacity: 0.6;
  }
  .main .style .slider-container .swiper-main .swiper-controller .swiper-button-prev, .main .style .slider-container .swiper-main .swiper-controller .swiper-button-next {
    width: 18px;
    height: 32px;
  }
  .main .style .slider-container .swiper-main .swiper-controller .swiper-button-prev {
    left: 20px;
  }
  .main .style .slider-container .swiper-main .swiper-controller .swiper-button-next {
    right: 20px;
  }
  .main .style__credits .items__credit {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
  .main .style__credits .items__credit span {
    display: inline-block;
  }
  .main .style__credits .items__credit span.attention {
    margin-left: 10px;
    font-size: 1rem;
  }
  .main .style__credits .items__credit span.buy {
    margin-left: 10px;
  }
  .main .last {
    padding: 5rem 0;
  }
}
/* --------------------------------------------------
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: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 600;
  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;
  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: 180px;
  height: 100px;
  background-image: url("https://baycrews.jp/src/feature/assets/logo/bk/plage.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: #222;
  display: block;
}

#loader.complete {
  opacity: 0;
}

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