@import url("https://use.typekit.net/wxi1vhz.css"); /* FUTURA PT */
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #222;
}

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

a {
  color: #222;
}
a:active, a:hover, avisited {
  color: #666;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(25px);
  transition: all 1s ease;
}

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

.container {
  font-size: 1.5rem;
  line-height: 1.8;
  background-color: #F7F8F8;
  opacity: 0;
  animation: fadeIn 1.2s ease 0.1s forwards;
}

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #000;
    color: #fff;
  }
  ::selection {
    background: #000;
    color: #fff;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  /*opacity: 0;
  animation: fadeIn 1.3s ease 0.1s forwards; overflow: hidden;*/
  font-size: 1.3rem;
  background-color: #DFE5E8;
}
.container.active {
  opacity: 1;
}

.main {
  position: relative;
  margin-bottom: calc(60 / 390 * 100vw);
  padding-top: 18px;
}
.main__img {
  margin-bottom: 4rem;
}
.main__lead {
  width: calc(100% - 20px);
  margin-inline: auto;
  text-align: center;
  line-height: 2;
}
.main__lead p:first-child {
  margin-bottom: 0.4rem;
}

.content .lineup {
  position: relative;
}
.content .lineup .item {
  padding: 5rem 0 4rem;
  background-color: #F5EFED;
}
.content .lineup .item.bg {
  background-color: #DFE5E8;
}
.content .lineup .item__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 2rem;
}
.content .lineup .item__heading .line {
  flex: 1;
  height: 1px;
  background-color: #000;
}
.content .lineup .item__heading .label {
  text-align: center;
  font-size: 2.4rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  padding: 0.7rem 0 0.8rem;
  width: 66%;
  border: 1px solid #000;
  border-radius: 999px;
}
.content .lineup .item__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .lineup .item__list .look_thumb {
  width: 50%;
  margin-bottom: 2rem;
  position: relative;
}
.content .lineup .item__list .look_thumb::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 12px;
  bottom: 0;
  background: url("https://baycrews.jp/src/feature/20250516_jsf/icon_plus.svg") 0 0/contain no-repeat;
  z-index: 10;
  transition: rotate 0.3s;
}
.content .lineup .item__list .look_thumb:hover::after {
  rotate: 90deg;
}
.content .lineup .item__list .look_thumb img {
  transition: all 0.7s 0s cubic-bezier(0.29, 0.83, 0.35, 1.02);
}
.content .lineup .item__list .look_thumb img:hover {
  transform: scale(1.08, 1.06);
}

#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;
  /*itemDetailList*/
}
#looks.active {
  top: 0;
  z-index: 9999;
}
#looks .close {
  position: fixed;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
}
#looks .close::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 9px;
  transition: all 0.5s 0s ease;
}
#looks .close::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 9px;
  transition: all 0.5s 0s ease;
}
#looks .close:hover::before, #looks .close:hover::after {
  background-color: #CCC;
}
#looks .itemDetailList {
  padding-top: 50px;
  margin-bottom: 30px;
  /*inner*/
}
#looks .itemDetailList .inner .lookList {
  width: calc(100% - 30px);
  margin: 0 auto;
}
#looks .itemDetailList .inner .lookList .look {
  margin-bottom: 100px;
}
#looks .itemDetailList .inner .lookList .look.look29 {
  padding-bottom: 40px;
}
#looks .itemDetailList .inner .lookList .look .img {
  margin-bottom: 20px;
}
#looks .itemDetailList .inner .lookList .look .textWrap {
  width: 100%;
  margin: 0 auto 12px;
}
#looks .itemDetailList .inner .lookList .look .textWrap .text {
  margin-bottom: 1.2rem;
  word-break: break-all;
}
#looks .itemDetailList .inner .lookList .look .item-d-none .items__credit .buy {
  display: none;
}
#looks .itemDetailList .inner .lookList .look .items__credit {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
#looks .itemDetailList .inner .lookList .look .items__credit .info {
  width: calc(100% - 50px);
}
#looks .itemDetailList .inner .lookList .look .items__credit .info .name span {
  font-weight: 500;
  margin-right: 8px;
}
#looks .itemDetailList .inner .lookList .look .items__credit .info .brand {
  font-size: 1.1rem;
}
#looks .itemDetailList .inner .lookList .look .items__credit .buy {
  text-align: center;
}
#looks .itemDetailList .inner .lookList .look .items__credit .buy a {
  padding: 0 10px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: #000;
  color: #FFF;
  border: 1px solid #000;
  line-height: 1;
  font-size: 1, 3rem;
}
#looks .itemDetailList .inner .lookList .look .items__credit .buy a:hover {
  background-color: #FFF;
  color: #000;
}

/* PC */
@media (min-width: 768px) {
  .container {
    font-size: 1.4rem;
  }
  .main {
    margin-bottom: calc(80 / 1280 * 100vw);
    padding-top: 40px;
  }
  .main__img {
    margin-bottom: 4rem;
  }
  .main__lead {
    width: calc(100% - 20px);
    margin-top: -14vw;
    line-height: 2.2;
  }
  .main__lead p:first-child {
    margin-bottom: 0.4rem;
  }
  .content .lineup {
    position: relative;
  }
  .content .lineup .item {
    padding: 10rem 0 8rem;
  }
  .content .lineup .item__heading {
    margin: 0 auto 4rem;
  }
  .content .lineup .item__heading .label {
    font-size: 2.8rem;
    padding: 0.9rem 0 1rem;
    width: 500px;
  }
  .content .lineup .item__list {
    max-width: 1280px;
    margin-inline: auto;
  }
  .content .lineup .item__list .look_thumb {
    width: 25%;
    margin-bottom: 4rem;
  }
  .content .lineup .item__list .look_thumb::after {
    width: 19px;
    height: 19px;
    right: 12px;
  }
  #looks {
    /*itemDetailList*/
  }
  #looks .close {
    width: 50px;
    height: 50px;
    top: 50px;
    right: 50px;
  }
  #looks .close::before {
    content: "";
    width: 50px;
    top: 0px;
  }
  #looks .close::after {
    width: 50px;
    height: 1px;
    top: 0px;
  }
  #looks .itemDetailList {
    padding-top: 100px;
    margin-bottom: 100px;
    /*inner*/
  }
  #looks .itemDetailList .inner .lookList {
    width: 600px;
    margin-inline: auto;
  }
  #looks .itemDetailList .inner .lookList .look {
    width: 100%;
    margin-bottom: 9vw;
  }
  #looks .itemDetailList .inner .lookList .look .img {
    margin-bottom: 20px;
  }
  #looks .itemDetailList .inner .lookList .look .textWrap {
    width: 500px;
    margin: 0 auto;
  }
}
/* --------------------------------------------------
Footer
-------------------------------------------------- */
footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  text-align: left;
  width: 100%;
  padding: 40px 15px 30px;
  border-top: solid 1px #000;
  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: #6545BA;
}

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: #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;
  }
}
/* --------------------------------------------------
links
-------------------------------------------------- */
.links {
  width: 100%;
  margin-top: 180px;
}
.links img {
  vertical-align: bottom;
}
.links:not(:last-child) {
  margin-bottom: 60px;
}
.links > div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
}
.links > div dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.links > div dl:last-child {
  margin-left: 160px;
}
.links > div dl dt {
  width: 100px;
  margin-bottom: 40px;
}
.links > div dl dd:not(:last-child) {
  margin-bottom: 20px;
}
.links > div dl dd a {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
  color: #000;
  transition: all 0.25s ease-in 0s;
}
.links > div dl dd a:hover {
  color: #999;
}
.links p {
  color: #000;
  font-size: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .links {
    width: 100%;
    margin-top: 100px;
  }
  .links:not(:last-child) {
    margin-bottom: 30px;
  }
  .links > div {
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    align-items: stretch;
  }
  .links > div dl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .links > div dl:last-child {
    margin-left: auto;
  }
  .links > div dl dt {
    width: 100px;
    margin-bottom: 40px;
    flex: 1;
  }
  .links > div dl dd {
    line-height: 1;
    flex: 1;
  }
  .links > div dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  .links > div dl dd a {
    font-size: 1.4rem;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
    color: #000;
    transition: all 0.25s ease-in 0s;
  }
  .links > div dl dd a:hover {
    color: #999;
  }
  .links p {
    color: #000;
    font-size: 1.2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
}
/* --------------------------------------------------
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/pulp.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: 165px;
    height: 31px;
  }
}/*# sourceMappingURL=common.css.map */