@import url("https://use.typekit.net/pjf1qcl.css"); /* Adobe Garamond Pro */
@import url("https://use.typekit.net/hpj7hno.css"); /* Neue Haas Unica */
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #4D4D4D;
}

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

a {
  color: #4D4D4D;
}
a:active, a:hover, avisited {
  color: #4D4D4D;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

._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: translateY(50px);
}

.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);
}

.container {
  font-size: 1.2rem;
  line-height: 1.5;
  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;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------------
Content
-------------------------------------------------- */
.container {
  opacity: 0;
  animation: fadeIn 1.3s ease 0.1s forwards;
  overflow: hidden;
  padding: 8rem 2.4rem 2.4rem 2.4rem;
}
.container.active {
  opacity: 1;
}

.main {
  position: relative;
  margin-bottom: calc(80 / 390 * 100vw);
}
.main__txtWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.main__title {
  font-size: 1.6rem;
}
.main__logo {
  width: 30px;
}
.main__lead {
  margin-bottom: 4rem;
}
.main__staff {
  margin-bottom: 2rem;
}
.main__logoWrap {
  width: 143px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
}
.main__logoWrap p:first-child {
  width: 75px;
}
.main__logoWrap p:last-child {
  width: 58px;
}

.look {
  margin: 0 auto 60px;
}
.look .style {
  position: relative;
  margin-bottom: 90px;
}
.look .style:last-child {
  margin-bottom: 45px;
}
.look .style__img {
  position: relative;
}
.look .style .box {
  position: relative;
}
.look .style .imgS {
  width: calc(242 / 390 * 100vw);
  margin: 0 auto 4rem;
}
.look .style .imgM {
  width: calc(273 / 390 * 100vw);
  margin: 0 auto 4rem;
}
.look .style .imgL {
  width: calc(300 / 390 * 100vw);
  margin: 0 auto 4rem;
}
.look .style .mb10 {
  margin-bottom: 0.8rem;
}
.look .style .mb20 {
  margin-bottom: 2rem;
}
.look .style .mb30 {
  margin-bottom: calc(30 / 390 * 100vw);
}
.look .style .mb40 {
  margin-bottom: calc(40 / 390 * 100vw);
}
.look .style .mt {
  margin-top: 4rem;
}
.look .style .full {
  width: calc(100% + 4.8rem);
  margin-left: -2.4rem;
}
.look .style .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.look .style .gap10 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.look .style .style__credits {
  margin-top: 2rem;
}
.look .style .item-d-none .items__credit span.buy {
  display: none;
}
.look .style .items__credit {
  margin-bottom: 2rem;
  display: flex;
  font-size: 1.1rem;
}
.look .style .items__credit.mt {
  margin-top: 4rem;
}
.look .style .items__credit .creditWrap {
  display: flex;
}
.look .style .items__credit .item {
  font-weight: 400;
}
.look .style .items__credit .tax {
  font-size: 8px;
  margin: 0 15px 0 5px;
  font-weight: normal;
}
.look .style .items__credit .shop {
  width: 45px;
  cursor: pointer;
}
.look .style .staff {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 70px;
}

/* PC */
@media (min-width: 768px) {
  .container {
    font-size: 1.3rem;
    padding: 11vh 2rem 2.4rem 2rem;
  }
  .main {
    position: relative;
    margin-bottom: calc(80 / 1280 * 100vw);
  }
  .main__txtWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
  }
  .main__title {
    font-size: 2.3rem;
  }
  .main__logo {
    width: 30px;
  }
  .main__lead {
    width: 60%;
    max-width: 900px;
    margin-bottom: 4rem;
  }
  .main__staff {
    margin-bottom: 2rem;
  }
  .main__logoWrap {
    width: 143px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
  }
  .main__logoWrap p:first-child {
    width: 75px;
  }
  .main__logoWrap p:last-child {
    width: 58px;
  }
  .look {
    margin: 0 auto 60px;
  }
  .look .style {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 180px;
  }
  .look .style:last-child {
    margin-bottom: 45px;
  }
  .look .style .imgS {
    width: calc(580 / 1280 * 100vw);
    margin: 0 auto 8rem;
  }
  .look .style .imgM {
    width: calc(680 / 1280 * 100vw);
    margin: 0 auto 8rem;
  }
  .look .style .imgL {
    width: calc(720 / 1280 * 100vw);
    margin: 0 auto 8rem;
  }
  .look .style .imgLL {
    width: calc(780 / 1280 * 100vw);
    margin: 0 auto 8rem;
  }
  .look .style .mb10 {
    margin-bottom: 2rem;
  }
  .look .style .mb20 {
    margin-bottom: 2rem;
  }
  .look .style .mb30 {
    margin-bottom: calc(30 / 1280 * 100vw);
  }
  .look .style .mb40 {
    margin-bottom: calc(40 / 1280 * 100vw);
  }
  .look .style .full {
    width: 100%;
    margin-left: 0;
  }
  .look .style .grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .look .style .gap10 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .look .style .style__credits {
    margin-top: 2rem;
  }
  .look .style .item-d-none .items__credit span.buy {
    display: none;
  }
  .look .style .items__credit {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    display: block;
  }
  .look .style .items__credit.mt {
    margin-top: 4rem;
  }
  .look .style .items__credit .item {
    font-weight: 400;
  }
  .look .style .items__credit .tax {
    font-size: 8px;
    margin: 0 15px 0 5px;
    font-weight: normal;
  }
  .look .style .items__credit .shop {
    width: 45px;
    cursor: pointer;
  }
  .look .style .creditTxt {
    width: 60%;
    max-width: 800px;
  }
  .look .style .staff {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 70px;
  }
}
/* --------------------------------------------------
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 #4D4D4D;
}

footer .pgtop a {
  color: #4D4D4D;
  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: #CCC;
}

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: #4D4D4D;
  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: #CCC;
}

footer .infoot p {
  color: #4D4D4D;
  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;
  }
}
/* --------------------------------------------------
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 */