@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
/*-----ここからドットのスタイル-----*/
.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  background-color: #000000;
  height: 10px;
  width: 10px;
}

/*-----loading-----*/
section.loading {
  width: 100vw;
  height: 100vh;
  display: flex;
}
section.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(https://baycrews.jp/src/feature/20260410_iena/thumb_original.webp);
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.loading::before {
    background-position-x: calc(-530 / 375 * 100vw);
  }
}
section.loading .loading-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc((100 / 1280) * 100vw), 100px);
  width: min(calc((200 / 1280) * 100vw), 200px);
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.loading .loading-ttl {
    width: calc(157 / 375 * 100vw);
    gap: calc(43 / 375 * 100vw);
  }
}
section.loading .loading-ttl .ttl-2 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  section.loading .loading-ttl .ttl-2 {
    width: 81;
  }
}

.js-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.js-container {
  opacity: 0;
}
.js-fixed {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

/*-----container-----*/
section.container {
  position: relative;
}
section.container .kvsec {
  margin-bottom: min(calc((100 / 1280) * 100vw), 100px);
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.container .kvsec {
    margin-bottom: calc(70 / 375 * 100vw);
    height: 100vh;
  }
}
section.container .kvsec-top, section.container .kvsec-btm {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.container .kvsec-top, section.container .kvsec-btm {
    width: 100%;
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  section.container .kvsec-top img {
    -o-object-position: calc(-30 / 375 * 100vw) calc(-70 / 375 * 100vw);
       object-position: calc(-30 / 375 * 100vw) calc(-70 / 375 * 100vw);
  }
  section.container .kvsec-btm img {
    -o-object-position: calc(-46 / 375 * 100vw) calc(-20 / 375 * 100vw);
       object-position: calc(-46 / 375 * 100vw) calc(-20 / 375 * 100vw);
  }
}
section.container .kvsec-ttl {
  position: absolute;
  width: min(calc((250 / 1280) * 100vw), 250px);
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.container .kvsec-ttl {
    width: calc(122 / 375 * 100vw);
    top: 48%;
  }
}
section.container .kvsec-img {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.container .kvsec-img {
    height: 100%;
    width: auto;
    overflow: hidden;
  }
  section.container .kvsec-img img {
    height: auto;
    width: calc(460 / 375 * 100vw);
  }
}
section.container .kvsec-btn {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: min(calc((520 / 1280) * 100vw), 520px);
}
@media screen and (max-width: 768px) {
  section.container .kvsec-btn {
    top: calc(176 / 375 * 100vw);
    width: calc(246 / 375 * 100vw);
  }
}
section.container .kvsec-btn a {
  display: block;
  border: 1px solid white;
  border-radius: 50%;
  padding: min(calc((18 / 1280) * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  section.container .kvsec-btn a {
    padding: calc(11 / 375 * 100vw);
  }
}
section.container .kvsec-btn a:hover {
  background-color: rgba(255, 255, 255, 0.541);
  border: unset;
}
section.container .kvsec-btn a:hover p {
  color: #333;
}
section.container .kvsec-btn a p {
  text-align: center;
  color: white;
}
section.container .kvsec-btn a p:first-of-type {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: min(calc((33 / 1280) * 100vw), 33px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
  text-shadow: 0 7.44px 7.44px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  section.container .kvsec-btn a p:first-of-type {
    font-size: calc(20 / 375 * 100vw);
  }
}
section.container .kvsec-btn a p:last-of-type {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: min(calc((66 / 1280) * 100vw), 66px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
  text-shadow: 0 7.44px 7.44px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  section.container .kvsec-btn a p:last-of-type {
    font-size: calc(39 / 375 * 100vw);
  }
}
section.container [class*=txt] {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 200%;
}
section.container .leadsec {
  margin-bottom: min(calc((100 / 1280) * 100vw), 100px);
}
@media screen and (max-width: 768px) {
  section.container .leadsec {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
section.container .leadsec-ttl {
  margin-bottom: min(calc((70 / 1280) * 100vw), 70px);
}
@media screen and (max-width: 768px) {
  section.container .leadsec-ttl {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
section.container .leadsec-ttl .ttl-1 {
  width: min(calc((250 / 1280) * 100vw), 250px);
  margin: 0 auto min(calc((60 / 1280) * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  section.container .leadsec-ttl .ttl-1 {
    margin: 0 auto calc(50 / 375 * 100vw);
    width: calc(155 / 375 * 100vw);
  }
}
section.container .leadsec-ttl .ttl-2 {
  width: min(calc((120 / 1280) * 100vw), 120px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.container .leadsec-ttl .ttl-2 {
    width: calc(97 / 375 * 100vw);
  }
}
section.container .leadsec-txt {
  font-size: min(calc((13 / 1280) * 100vw), 13px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.container .leadsec-txt {
    font-size: calc(13 / 375 * 100vw);
  }
}
section.container .fixed-left {
  position: fixed;
  top: 50%;
  left: 0.5%;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: min(calc((9 / 1280) * 100vw), 9px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
  z-index: 100;
  gap: min(calc((5 / 1280) * 100vw), 5px);
  writing-mode: sideways-lr;
  mix-blend-mode: difference;
  color: black;
}
@media screen and (max-width: 768px) {
  section.container .fixed-left {
    gap: calc(5 / 375 * 100vw);
    color: white;
  }
}
section.container .fixed-left span:first-of-type {
  font-size: min(calc((9 / 1280) * 100vw), 9px);
}
@media screen and (max-width: 768px) {
  section.container .fixed-left span:first-of-type {
    font-size: calc(9 / 375 * 100vw);
  }
}
section.container .fixed-left span:last-of-type {
  font-size: min(calc((11 / 1280) * 100vw), 11px);
}
@media screen and (max-width: 768px) {
  section.container .fixed-left span:last-of-type {
    font-size: calc(11 / 375 * 100vw);
  }
}
section.container .editsec .edit-ttl {
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-left: min(calc((20 / 1280) * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  section.container .editsec .edit-ttl {
    padding-left: calc(10 / 375 * 100vw);
  }
}
section.container .editsec .edit-ttl span:first-of-type {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: min(calc((30 / 1280) * 100vw), 30px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
  padding-right: min(calc((10 / 1280) * 100vw), 10px);
}
@media screen and (max-width: 768px) {
  section.container .editsec .edit-ttl span:first-of-type {
    padding-right: calc(5 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}
section.container .editsec .edit-ttl span:last-of-type {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: min(calc((55 / 1280) * 100vw), 55px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
}
@media screen and (max-width: 768px) {
  section.container .editsec .edit-ttl span:last-of-type {
    font-size: calc(23 / 375 * 100vw);
  }
}
section.container .editsec .edit-look {
  width: calc(50% - min(calc((70 / 1280) * 100vw), 70px));
}
@media screen and (max-width: 768px) {
  section.container .editsec .edit-look {
    width: 100%;
  }
}
section.container .editsec .edit-look_img {
  width: 100%;
}
section.container .editsec .edit-look_credit {
  padding: min(calc((20 / 1280) * 100vw), 20px) 0 0 min(calc((10 / 1280) * 100vw), 10px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: min(calc((10 / 1280) * 100vw), 10px);
}
@media screen and (max-width: 768px) {
  section.container .editsec .edit-look_credit {
    padding: calc(20 / 375 * 100vw) 0 0 calc(20 / 375 * 100vw);
  }
}
section.container .editsec .edit-look_credit .credit-each {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: min(calc((10 / 1280) * 100vw), 10px);
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 275;
  font-style: normal;
  font-size: min(calc((13 / 1280) * 100vw), 13px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
  color: #333;
}
@media screen and (max-width: 768px) {
  section.container .editsec .edit-look_credit .credit-each {
    gap: calc(10 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
}
section.container .editsec .edit-look_credit .credit-each_info span {
  font-size: min(calc((9 / 1280) * 100vw), 9px);
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  section.container .editsec .edit-look_credit .credit-each_info span {
    font-size: calc(9 / 375 * 100vw);
  }
}
section.container .editsec .edit-look_credit .credit-each_buy a {
  display: block;
  line-height: normal;
  padding: 0 0 0 min(calc((15 / 1280) * 100vw), 15px);
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  section.container .editsec .edit-look_credit .credit-each_buy a {
    padding: 0 0 0 calc(15 / 375 * 100vw);
  }
}
section.container .editsec .edit-look_credit .credit-each_buy a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgb(113, 112, 112);
}
section.container .editsec .editlookWrap {
  width: 100%;
  margin: 0 auto min(calc((100 / 1280) * 100vw), 100px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: min(calc((50 / 1280) * 100vw), 50px) min(calc((70 / 1280) * 100vw), 70px);
}
@media screen and (max-width: 768px) {
  section.container .editsec .editlookWrap {
    margin: 0 auto calc(50 / 375 * 100vw);
    gap: calc(50 / 375 * 100vw);
  }
}
section.container .parallax-image {
  position: relative;
  background-position: center;
  background-size: cover;
  height: auto;
  margin-bottom: min(calc((100 / 1280) * 100vw), 100px);
}
@media screen and (max-width: 768px) {
  section.container .parallax-image {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
section.container .parallax-image-01 {
  background-image: url("https://baycrews.jp/src/feature/20260410_iena/thumb_original.webp");
}
section.container .parallax-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 15% 0;
}
section.container .parallax-inner-txt {
  color: white;
  font-size: min(calc((12 / 1280) * 100vw), 12px);
  line-height: 380%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2% 0;
}
@media screen and (max-width: 768px) {
  section.container .parallax-inner-txt {
    font-size: calc(12 / 375 * 100vw);
  }
}
section.container .lastsec {
  padding: min(calc((150 / 1280) * 100vw), 150px) 0 min(calc((30 / 1280) * 100vw), 30px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.container .lastsec {
    padding: calc(100 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
}
section.container .lastsec-stcr {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 275;
  font-style: normal;
  font-size: min(calc((10 / 1280) * 100vw), 10px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
  line-height: 220%;
  margin: 0 auto min(calc((100 / 1280) * 100vw), 100px);
}
@media screen and (max-width: 768px) {
  section.container .lastsec-stcr {
    margin: 0 auto calc(100 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
  }
}
section.container .lastsec-btn {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 275;
  font-style: normal;
  font-size: min(calc((13 / 1280) * 100vw), 13px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
  margin: 0 auto min(calc((100 / 1280) * 100vw), 100px);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  section.container .lastsec-btn {
    margin: 0 auto calc(100 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
}
section.container .lastsec-btn a {
  display: block;
  background-color: #333;
  border-radius: 10px;
  color: white;
  border: 1px solid #333;
  padding: min(calc((13 / 1280) * 100vw), 13px) 0;
  width: min(calc((255 / 1280) * 100vw), 255px);
}
@media screen and (max-width: 768px) {
  section.container .lastsec-btn a {
    width: calc(255 / 375 * 100vw);
    padding: calc(13 / 375 * 100vw) 0;
  }
}
section.container .lastsec-btn a:hover {
  background-color: white;
  color: #333;
}
section.container .lastsec .copyright {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 275;
  font-style: normal;
  font-size: min(calc((9 / 1280) * 100vw), 9px);
  line-height: normal;
  font-optical-sizing: auto;
  letter-spacing: -0.46px;
}
@media screen and (max-width: 768px) {
  section.container .lastsec .copyright {
    font-size: calc(9 / 375 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */