@charset "UTF-8";
@import url("https://use.typekit.net/wxi1vhz.css");
@import url("https://use.typekit.net/jmj1kxn.css");
/* --------------------------------------------------
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: #FFF;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.container.active {
  opacity: 1;
}

.mainVisual {
  width: 100%;
  margin: 0 auto calc(80 / 390 * 100vw);
  position: relative;
}
.mainVisual__title {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  margin: 4.5rem 0 2rem;
}
.mainVisual__lead {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 2rem;
}
.mainVisual__insta p {
  text-align: center;
}
.mainVisual__insta p:first-child {
  width: 30px;
  margin: 0 auto;
}

.main .contents {
  position: relative;
  margin-bottom: 40px;
}
.main .contents__attention {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 10rem;
}
.main .contents__img {
  position: relative;
}
.main .contents__img::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url("https://baycrews.jp/src/feature/20241202_plage/icon_plus.svg") 0 0/contain no-repeat;
  z-index: 10;
  transition: rotate 0.3s;
}
.main .contents__img:hover::after {
  rotate: 90deg;
}
.main .contents__box1 {
  width: calc(100% - 20px);
  margin: 0 auto 3rem;
}
.main .contents__box1 .small {
  width: calc(135 / 390 * 100vw);
}
.main .contents__box1 .small2 {
  width: calc(110 / 390 * 100vw);
}
.main .contents__box1 .small2 .mb {
  margin-bottom: calc(15 / 390 * 100vw);
}
.main .contents__box1 .big {
  width: calc(225 / 390 * 100vw);
}
.main .contents__box1 .big2 {
  width: calc(230 / 390 * 100vw);
}
.main .contents__box2 {
  width: calc(100% - 80px);
  margin: 0 auto 3rem;
}
.main .contents .flex-container {
  display: flex;
  justify-content: space-between;
}
.main .contents .flex-container.end {
  align-items: flex-end;
}
.main .contents .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.main .contents .grid-container3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.main .contents .w40 {
  width: calc(156 / 390 * 100vw);
}
.main .contents .w49 {
  width: calc(192 / 390 * 100vw);
}
.main .contents .w57 {
  width: calc(225 / 390 * 100vw);
}
.main .contents .w60 {
  width: calc(234 / 390 * 100vw);
}
.main .contents .w70 {
  width: calc(272 / 390 * 100vw);
}
.main .contents .w80 {
  width: calc(312 / 390 * 100vw);
}
.main .contents .center {
  margin: 0 auto 3rem;
}
.main .contents .right {
  margin-left: auto;
}
.main .contents .mb30 {
  margin-bottom: 3rem;
}
.main .contents .mb20 {
  margin-bottom: 2rem;
}

#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: #333;
  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: #000;
  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: 400;
  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: 400;
  font-style: normal;
  font-size: 1.1rem;
  margin-bottom: 4px;
}
#looks .look .style__credit .items__credit span {
  display: inline-block;
}
#looks .look .style__credit .items__credit span.attention {
  margin-left: 5px;
  font-size: 1rem;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
}
#looks .look .style__credit .items__credit span.buy {
  margin-left: 10px;
  color: #222;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
#looks .look .style__credit .items__credit span.buy:hover {
  text-decoration: none;
}
#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 {
    margin: 0 auto 14rem;
  }
  .mainVisual__kv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mainVisual__title {
    font-size: 3.8rem;
    margin: 9rem 0 3rem;
  }
  .mainVisual__lead {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .mainVisual__insta p {
    text-align: center;
  }
  .mainVisual__insta p:first-child {
    width: 30px;
    margin: 0 auto;
  }
  .main .contents {
    width: 1080px;
    margin: 0 auto 80px;
  }
  .main .contents__attention {
    font-size: 1.2rem;
    margin-top: 20rem;
  }
  .main .contents__img {
    cursor: pointer;
  }
  .main .contents__img::after {
    width: 26px;
    height: 26px;
    right: 15px;
    bottom: 15px;
  }
  .main .contents__box1 {
    width: 100%;
    margin: 0 auto 10rem;
  }
  .main .contents__box1 .small {
    width: 520px;
  }
  .main .contents__box1 .small2 {
    width: 340px;
  }
  .main .contents__box1 .small2 .mb {
    margin-bottom: 15px;
  }
  .main .contents__box1 .big {
    width: 520px;
  }
  .main .contents__box1 .big2 {
    width: 690px;
  }
  .main .contents__box2 {
    width: calc(100% - 80px);
    margin: 0 auto 3rem;
  }
  .main .contents .flex-container {
    display: flex;
    justify-content: space-between;
  }
  .main .contents .flex-container.end {
    align-items: flex-end;
  }
  .main .contents .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .main .contents .grid-container3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .main .contents .w40 {
    width: 400px;
  }
  .main .contents .w49 {
    width: 500px;
  }
  .main .contents .w57 {
    width: 450px;
  }
  .main .contents .w60 {
    width: 480px;
  }
  .main .contents .w70 {
    width: 600px;
  }
  .main .contents .w80 {
    width: 720px;
  }
  .main .contents .w520 {
    width: 520px;
  }
  .main .contents .w840 {
    width: 840px;
  }
  .main .contents .w900 {
    width: 900px;
  }
  .main .contents .center {
    margin: 0 auto 12rem;
  }
  .main .contents .mb30 {
    margin-bottom: 12rem;
  }
  .main .contents .mb20 {
    margin-bottom: 2rem;
  }
  #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: #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 .look {
    width: 100%;
    margin: 0 auto 100px auto;
  }
  #looks .look.look1 {
    padding-top: 100px;
  }
  #looks .look .style {
    width: 600px;
    margin: 0 auto 180px;
  }
  #looks .look .style__num {
    font-size: 58px;
    left: -9px;
    top: -30px;
  }
  #looks .look .style__img {
    margin-bottom: 12px;
  }
  #looks .look .style__credit .items__credit {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  #looks .look .style__credit .items__credit span {
    display: inline-block;
  }
  #looks .look .style__credit .items__credit span.attention {
    margin-left: 5px;
    font-size: 1.1rem;
  }
  #looks .look .style__credit .items__credit span.buy {
    margin-left: 10px;
  }
}
/* --------------------------------------------------
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: 400;
  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/20250707_uby/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: #222;
  display: block;
}

#loader.complete {
  opacity: 0;
}

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