@import url("https://use.typekit.net/ruf7aov.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://baycrews.jp/src/feature/assets/css/swiper-bundle.min.css");
/* ------------------------------------------------------------------------------------------------------------------------ */
:root {
  font-size: 10px;
}

body {
  margin: 0;
  background: #fff;
}

p {
  margin: 0;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
}

.ftool-wrapper p {
  margin-bottom: 0em;
}

.l-container {
  max-width: 1280px;
  margin-inline: auto;
}
.l-container * {
  word-break: break-all;
  margin: 0;
  padding: 0;
}
.l-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-container a {
  text-decoration: none;
  cursor: pointer;
}
.l-container a:hover, .l-container a:active, .l-container a.active {
  color: currentColor;
}
.l-container i {
  font-style: normal;
}
.l-container form,
.l-container section,
.l-container p,
.l-container div,
.l-container ul,
.l-container li,
.l-container dl,
.l-container dt,
.l-container dd,
.l-container a,
.l-container span,
.l-container input,
.l-container textarea {
  box-sizing: border-box;
  list-style: none;
}
.l-container .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-container .pc {
    display: none;
  }
}
.l-container .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-container .sp {
    display: block;
  }
}

/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
.l-container {
  color: #1B1464;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 45% 55%;
}
@media screen and (max-width: 768px) {
  .l-container {
    display: block;
    width: 100%;
  }
}

.l-contents-inner {
  overflow-x: auto;
  max-width: 100%;
}

.l-kv {
  position: relative;
  margin-top: 0px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-kv {
    margin-bottom: 20px;
    width: 100%;
    margin-inline: auto;
  }
}
.l-kv__image {
  position: sticky;
  left: 0;
  top: 0%;
  height: 100vh;
}
.l-kv__image::before {
  content: "";
  display: block;
  background: url(..//images/kv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.l-kv__image div {
  display: grid;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-kv__image {
    position: relative;
    width: 100%;
    height: 90vh;
    bottom: 0;
  }
  .l-kv__image::before {
    content: "";
    display: block;
    background: url(..//images/kv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}

.l-lead {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 30%;
  width: 90%;
  margin-inline: auto;
  text-align: center;
  margin-top: 30%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-lead {
    margin-bottom: 30%;
    margin-top: 20%;
  }
}

.l-index {
  width: 60%;
  margin-left: 5%;
  margin-right: auto;
  margin-bottom: 150px;
}
.l-index li {
  margin-bottom: 10px;
}
.l-index li:first-of-type {
  width: 20%;
  margin-bottom: 20px;
}

.l-articles {
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-articles {
    width: 100%;
  }
}

.l-article {
  margin-bottom: 120px;
  color: #681534;
}
@media screen and (max-width: 768px) {
  .l-article {
    margin-bottom: 80px;
  }
}
.l-article__images {
  position: relative;
  margin-bottom: 10px;
}
.l-article__images--a {
  width: 90%;
  margin-inline: auto;
}
.l-article__images--b {
  width: 90%;
  margin-inline: auto;
}
.l-article__images--b div {
  width: 90%;
}
.l-article__images--b div:first-of-type {
  margin-left: 0;
  margin-right: auto;
}
.l-article__images--b div:last-of-type {
  margin-left: auto;
  margin-right: 0;
}
.l-article__images--c {
  width: 80%;
  margin-inline: auto;
}
.l-article__images--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.l-article__images--slide {
  width: 90%;
  margin-inline: auto;
}
.l-article__image {
  margin-bottom: 30px;
}
.l-article__credit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  line-height: 1.4;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
  font-size: 12px;
}
.l-article__credits {
  width: 90%;
  margin-inline: auto;
  padding: 0;
  color: #1B1464;
  margin-bottom: 90px;
}
.l-article__credits--A {
  margin-bottom: 50px;
}
.l-article__creditName {
  flex-shrink: 0;
  margin-right: 5px;
}
.l-article__creditName::after {
  content: "/";
  margin-left: 5px;
}
.l-article__creditName span {
  font-style: italic;
  margin-right: 5px;
}
.l-article__creditBrand {
  flex-shrink: 0;
  margin-right: 10px;
}
.l-article__creditPrice {
  flex-shrink: 0;
  margin-left: 5px;
}
.l-article__creditBtn {
  margin-left: 6px;
  flex-shrink: 0;
}
.l-article__creditBtn .item-d-none .btn {
  display: none;
}
.l-article__creditBtn .item-d-none .arrival {
  display: block;
  color: currentColor;
}
.l-article__creditBtn .arrival {
  display: none;
}
.l-article__creditBtn .btn {
  color: currentColor;
  text-decoration: underline;
}

.l-arrival {
  text-align: center;
  margin-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
.l-arrival__heading {
  max-width: 300px;
  width: 40%;
  margin-bottom: 20px;
  margin-inline: auto;
}
.l-arrival__text {
  font-size: 13px;
  margin-bottom: 20px;
}
.l-arrival__calendar {
  max-width: 120px;
  width: 20%;
  margin-inline: auto;
}

.js-inview {
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.8s ease;
  transition-delay: 0s;
}
.js-inview.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.news {
  width: 80%;
  margin-inline: auto;
  box-sizing: border-box;
  border: 1px solid currentColor;
  margin-bottom: 50px;
}
.news__img {
  width: 80%;
  margin-inline: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.news p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.news p.min {
  font-size: 10px;
}
.news a {
  display: block;
  width: 30%;
  margin-inline: auto;
  background: #FF6600;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 10px;
  padding: 10px;
  margin-bottom: 30px;
  transition: 0.5s;
  border: 1px solid #FF6600;
}
.news a:hover {
  color: #FF6600;
  background: #fff;
  border: 1px solid #FF6600;
  text-decoration: none;
}

.last {
  width: 100%;
  height: calc(250 / 1280 * 100vw);
  background-image: url(..//images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .last {
    height: calc(200 / 375 * 100vw);
  }
}
.lastWrap {
  width: 100%;
}
.last-logo {
  width: 20%;
  margin: 0 auto 6%;
}
.last-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .last-logo {
    width: 25%;
    margin: 0 auto 6%;
  }
}
.last-link {
  margin: auto;
  font-size: 10px;
  letter-spacing: 0.6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.last-link a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: currentColor;
}
.last-link a:hover {
  color: #fff;
  text-decoration: none;
}

.swiper {
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */