@charset "UTF-8";
@import url("https://use.typekit.net/ald5rft.css"); /*Neue Haas Unica*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
}
a:active, a:hover, a:visited {
  color: #333;
}

svg {
  width: 100%;
  height: auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.4;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.4;
}

._font_small {
  font-size: 1.2rem;
}

._txt_justify {
  text-align: justify;
  word-break: break-all;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.container {
  font-size: 1.3rem;
  line-height: 1.8; /*opacity: 0; animation: fadeIn 1.2s ease 0.1s forwards;*/
}

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #6545BA;
    color: #fff;
  }
  ::selection {
    background: #6545BA;
    color: #fff;
  }
  .container {
    font-size: 1.4rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  ._main {
    margin-bottom: 28px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  animation: fadeIn 1.1s ease 0.1s forwards;
}

.mainVisual {
  margin-bottom: 100px;
}

.content {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  z-index: 1;
}
.content__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 150px;
}
.content__list li {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /*.img{
    transition: all 1.2s 0s cubic-bezier(.29,.83,.35,1.03); opacity: 1;
    &:hover{transform:scale(1.04,1.04); }
  }*/
}
.content__list li::after {
  content: "";
  width: 40px;
  height: 40px;
  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;
}
.content__list li:hover::after {
  rotate: 90deg;
}

#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;
  /*close*/
}
#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: #333;
  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: #000;
  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 .lookWrap {
  padding-top: 100px;
  margin-bottom: 120px;
}
#looks .lookWrap .look {
  width: 680px;
  margin: 0 auto 120px;
}
#looks .lookWrap .look__credit {
  margin-top: 12px;
}
#looks .lookWrap .look__credit li {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-bottom: 4px;
}
#looks .lookWrap .look__credit li span.buy {
  text-decoration: underline;
  margin-left: 1.2rem;
}
#looks .lookWrap .look__credit li span.buy:hover {
  text-decoration: none;
}
#looks .lookWrap .look__credit .item-d-none .items__credit span.buy {
  display: none;
}

@media screen and (max-width: 768px) {
  .mainVisual {
    margin-bottom: 50px;
  }
  .content {
    width: calc(100% - 20px);
  }
  .content__list {
    gap: 10px;
    margin-bottom: 80px;
  }
  .content__list li::after {
    width: 20px;
    height: 20px;
    right: 6px;
    bottom: 6px;
    background: url("https://baycrews.jp/src/feature/20250901_ensemble/icon_plus.svg") 0 0/contain no-repeat;
  }
  .content__list li:hover::after {
    rotate: 90deg;
  }
  #looks {
    /*close*/
  }
  #looks .close {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 20px;
    right: 20px;
  }
  #looks .close::before {
    width: 25px;
  }
  #looks .close::after {
    width: 25px;
  }
  #looks .close:hover::before, #looks .close:hover::after {
    background-color: #CCC;
  }
  #looks .lookWrap {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  #looks .lookWrap .look {
    width: calc(100% - 20px);
    margin: 0 auto 80px;
  }
  #looks .lookWrap .look__credit {
    margin-top: 12px;
  }
  #looks .lookWrap .look__credit li {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  #looks .lookWrap .look__credit li span.buy {
    text-decoration: underline;
    margin-left: 1.1rem;
  }
  #looks .lookWrap .look__credit .item-d-none .items__credit span.buy {
    display: none;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
  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: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

footer .pgtop a {
  color: #000;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease-in 0s;
  writing-mode: vertical-rl;
}

footer .pgtop a:hover {
  opacity: 0.5;
}

footer .infoot {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

footer .infoot .logo {
  width: 50px;
  margin-bottom: 30px;
}

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: #6545BA;
}

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 60px 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;
  }
}
/* --------------------------------------------------
swiper
-------------------------------------------------- */
.main-swiper {
  width: 100%;
  position: relative;
}

.main-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-swiper {
  margin-top: 16px;
  box-sizing: border-box;
}

.thumb-swiper .swiper-slide {
  width: 50px !important;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid transparent;
  box-sizing: border-box;
}

/* current（swiper-slide-thumb-active）に内側ボーダー */
.thumb-swiper .swiper-slide-thumb-active img {
  border: 2px solid #363636;
}

/* 矢印のカスタム（画像に差し替え） */
.swiper-button-prev,
.swiper-button-next {
  width: 34px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* デフォルトの矢印アイコンを消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* 初期化前は非表示 */
.slider1, .slider2, .slider3, .slider4, .slider5 {
  visibility: hidden; /* display:none だと slick が計算できないので visibility 推奨 */
}

/* slick 初期化後は表示 */
.slick-initialized {
  visibility: visible;
}

/* --------------------------------------------------
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: 240px;
  height: 152px;
  background-image: url("https://baycrews.jp/src/feature/assets/logo/bk/muse.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: #000;
  display: block;
}

#loader.complete {
  opacity: 0;
}

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