@charset "UTF-8";
@import url("https://use.typekit.net/flj7ksw.css"); /* FreightBigCmp Pro */
@import url("https://use.typekit.net/enh3uxk.css"); /* Acumin Pro_Regular */
@import url("https://use.typekit.net/ivl0ooi.css"); /* IvyPresto Display */
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
  color: #000;
}

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

a {
  color: #000;
}
a:active, a:hover, avisited {
  color: #000;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transition: all 1s ease;
}

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

.fadeinL {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.8s ease;
}

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

.fadeinR {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.8s ease;
}

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

@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;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  font-size: 1.3rem;
  opacity: 0;
  animation: fadeIn 1.3s ease 0.1s forwards;
}
.container.active {
  opacity: 1;
}

.mainVisual {
  position: relative;
  margin-bottom: calc(50 / 375 * 100vw);
}
.mainVisual__title {
  width: calc(354 / 375 * 100vw);
  position: absolute;
  top: calc(174 / 375 * 100vw);
  left: 3px;
}
.mainVisual__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.mainVisual__logo {
  width: calc(82 / 375 * 100vw);
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: calc(41 / 375 * 100vw);
}

.lead {
  padding-bottom: calc(50 / 375 * 100vw);
  border-bottom: 1px solid #000;
}
.lead__text {
  text-align: center;
}
.lead__text span {
  font-weight: bold;
}

.category {
  padding: 50px 20px;
  font-family: "freightbigcmp-pro", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
.category__title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 15px;
}
.category__list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 2px, transparent 2px, transparent 4px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.category__list ul {
  width: calc(317 / 375 * 100vw);
  display: flex;
  justify-content: space-between;
}
.category__nav {
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
}
.category__nav::before {
  content: "";
  width: 3px;
  height: 6px;
  position: absolute;
  right: -10px;
  bottom: 2px;
  background: url("../img/arrow.svg") 0 0/contain no-repeat;
}
.category__nav a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.category__nav a:hover {
  border-bottom: none;
}
.category__nav.nav-design {
  display: inline-block;
}

.contents__nav {
  width: 100%;
  bottom: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.contents__nav.fixed {
  position: fixed;
  bottom: 0;
  left: auto;
  width: 100%;
  z-index: 1000;
}
.contents__nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.contents__nav ul li {
  width: 100%;
  font-family: "freightbigcmp-pro", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 1.6vw 0 2.1vw;
  letter-spacing: 0.08em;
  background-color: rgba(255, 255, 255, 0.8);
}
.contents__nav ul li:last-child {
  background-image: repeating-linear-gradient(to bottom, #000 0, #000 2px, transparent 2px, transparent 4px);
  background-position: left;
  background-repeat: repeat-y;
  background-size: 1px 4px;
}
.contents__nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 4.26vw;
  line-height: 1;
  writing-mode: horizontal-tb;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(0, 0, 0, 0.4);
}

.inner {
  position: relative;
}
.inner .color {
  padding: 50px 0;
}
.inner .color.bg {
  background-color: #F2ECE6;
}
.inner .color.bg3 {
  background-color: #E6EDEE;
}
.inner .color.bg4 {
  background-color: #F9F5E6;
}
.inner .color.line {
  border-bottom: none;
  background-image: repeating-linear-gradient(to right, #000 0, #000 2px, transparent 2px, transparent 4px);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 4px 1px;
}
.inner .color__inner {
  padding: 0 20px;
}
.inner .color__title {
  text-align: center;
  font-family: "freightbigcmp-pro", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 3rem;
  margin-bottom: 10px;
}
.inner .color__item {
  position: relative;
  margin-bottom: 10px;
}
.inner .color__item a {
  position: relative;
  display: block;
}
.inner .color__item a .color__credit {
  color: #FFF;
  line-height: 1.4;
  text-decoration: underline;
}
.inner .color__credit {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  left: 9px;
  bottom: 7px;
  z-index: 2;
  color: #FFF;
  line-height: 1.4;
}
.inner .color__img {
  position: relative;
}
.inner .color__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  pointer-events: none; /* クリックなどが下に通るように */
}
.inner .color__grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.inner .color .design__title {
  font-family: "freightbigcmp-pro", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 2rem;
  text-align: center;
}
.inner .color .design__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.inner .color .design__list li {
  margin-bottom: 10px;
}
.inner .color .design__list li .img {
  margin-bottom: 4px;
}
.inner .color .design__list li a {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: underline;
}

footer {
  padding: 60px 15px 80px;
  border-top: solid 1px #000;
}
footer .infoot .logo {
  width: 135px;
  margin: 0 auto 30px;
}
footer .infoot .insta {
  width: 26px;
  margin: 0 auto 20px;
}
footer .infoot .link {
  width: 68vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
footer .infoot .link li {
  font-size: 1.2rem;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.06em;
}
footer .infoot .copy {
  text-align: center;
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
}

/* PC */
@media (min-width: 768px) {
  .container {
    font-size: 1.4rem;
  }
  .mainVisual {
    margin-bottom: calc(50 / 1280 * 100vw);
  }
  .mainVisual__title {
    width: calc(487 / 1280 * 100vw);
    position: absolute;
    top: calc(77 / 1280 * 100vw);
    left: calc(277 / 1280 * 100vw);
  }
  .mainVisual__img {
    grid-template-columns: repeat(4, 1fr);
  }
  .mainVisual__logo {
    width: calc(135 / 1280 * 100vw);
    left: calc(277 / 1280 * 100vw);
    right: initial;
    margin-inline: initial;
    bottom: calc(57 / 1280 * 100vw);
  }
  .lead {
    padding-bottom: calc(50 / 1280 * 100vw);
  }
  .content {
    display: flex;
    justify-content: space-between;
  }
  .content__left {
    width: calc(480 / 1280 * 100vw);
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
  }
  .content__right {
    width: calc(800 / 1280 * 100vw);
  }
  .category {
    padding: 50px 75px;
  }
  .category__title {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  .category__logo {
    margin: 100px 0 80px;
  }
  .category__list {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .category__list ul {
    width: calc(317 / 1280 * 100vw);
    display: flex;
    justify-content: space-between;
  }
  .category__nav {
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
  }
  .category__nav::before {
    content: "";
    width: 3px;
    height: 6px;
    position: absolute;
    right: -10px;
    bottom: 2px;
    background: url("../img/arrow.svg") 0 0/contain no-repeat;
  }
  .category__nav a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .category__nav a:hover {
    text-decoration: none;
  }
  .inner .color {
    padding: 50px 0;
  }
  .inner .color__inner {
    padding: 0 100px;
  }
  .inner .color__title {
    font-size: 5rem;
    margin-bottom: 20px;
  }
  .inner .color__item {
    margin-bottom: 14px;
  }
  .inner .color__item a {
    transition: all 0.3s ease;
  }
  .inner .color__item a:hover .color__credit {
    text-decoration: none;
  }
  .inner .color__item a:hover .color__img {
    opacity: 0.8;
  }
  .inner .color__credit {
    left: 16px;
    bottom: 15px;
  }
  .inner .color__grid2 {
    gap: 14px;
  }
  .inner .color .design__title {
    font-size: 3rem;
  }
  .inner .color .design__list {
    gap: 14px;
    margin-bottom: 14px;
  }
  .inner .color .design__list li {
    margin-bottom: 14px;
  }
  .inner .color .design__list li .img {
    margin-bottom: 4px;
  }
  .inner .color .design__list li a {
    font-size: 1.4rem;
  }
  .inner .color .design__list li a:hover {
    text-decoration: none;
  }
  footer {
    padding: 80px 15px 100px;
    border-top: solid 1px #000;
  }
  footer .infoot .logo {
    width: 160px;
    margin: 0 auto 40px;
  }
  footer .infoot .insta {
    width: 30px;
    margin: 0 auto 20px;
  }
  footer .infoot .link {
    width: 280px;
    margin-bottom: 50px;
  }
  footer .infoot .link li {
    font-size: 1.3rem;
    font-family: "ivypresto-display", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.06em;
  }
  footer .infoot .link li a:hover {
    text-decoration: underline;
  }
  footer .infoot .copy {
    text-align: center;
    font-family: "acumin-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
  }
}
/* --------------------------------------------------
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 */