@import url("https://use.typekit.net/ald5rft.css");
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "Helvetica Neue", neue-haas-unica, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
body video {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px #000);
}

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

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

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.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: translate(0, 5px);
  transition: all 1s ease;
}

.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: #000;
    color: #fff;
  }
  ::selection {
    background: #000;
    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.3s ease 0.1s forwards;
}
.container.active {
  opacity: 1;
}

.mainVisual {
  position: relative;
  margin: 100px 0 60px;
  text-align: center;
}
.mainVisual__title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 80px;
}
.mainVisual__title span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 40px;
}
.mainVisual__img {
  margin-bottom: 50px;
}
.mainVisual__lead {
  font-size: 11px;
  line-height: 2.2;
  margin-top: 40px;
  padding: 0 10px;
  text-align: center;
}

.item-d-none .items__credit span.buy {
  display: none;
}

.items__credit {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
.items__credit span.itemName {
  display: block;
}
.items__credit span.yen {
  font-size: 12px;
}
.items__credit span.tax {
  font-size: 11px;
  margin-left: 2px;
}
.items__credit span.buy {
  display: block;
  line-height: 1;
  font-size: 13px;
  width: 60%;
  margin: 8px auto 0;
  border: 1px solid #000;
  padding: 5px 8px 4px;
  color: #000;
}

.main {
  width: calc(100% - 20px);
  margin: 0 auto 60px;
}
.main .style {
  position: relative;
  margin-bottom: 90px;
}
.main .style:last-child {
  margin-bottom: 45px;
}
.main .style__img {
  margin-bottom: 40px;
}
.main .style__img.img1 {
  width: 84%;
  margin: 0 auto 40px;
}

/*.staff{text-align: center; margin: 60px 0;
  p{font-size: 12px;
    span{font-size: 15px; display: block; line-height: 1; margin-bottom: 20px;}
   &:first-child{margin-bottom: 25px;}
  }
}*/
@media (min-width: 768px) {
  .main .style {
    position: relative;
  }
  .main .style__img {
    margin-bottom: 60px;
  }
  .main .style__credits {
    padding: 15px;
  }
  .mainVisual {
    margin: 180px 0 180px;
  }
  .mainVisual__title {
    font-size: 17px;
    margin-bottom: 100px;
  }
  .mainVisual__title span {
    font-size: 14px;
    margin-top: 60px;
  }
  .mainVisual__img {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 100px;
  }
  .mainVisual__lead {
    font-size: 14px;
    line-height: 2.4;
    margin-top: 60px;
  }
  .items__credit {
    font-size: 16px;
  }
  .items__credit span.itemName {
    margin-right: 10px;
  }
  .items__credit span.yen {
    font-size: 14px;
  }
  .items__credit span.tax {
    font-size: 14px;
  }
  .items__credit span.buy {
    font-size: 14px;
    padding: 12px 8px 11px;
    width: 380px;
  }
  .items__credit span.buy:hover {
    background-color: #000;
    color: #FFF;
  }
  .main {
    width: 900px;
    margin: 0 auto 60px;
  }
  .main .style {
    margin-bottom: 180px;
  }
  .main .style:last-child {
    margin-bottom: 120px;
  }
  .main .style__img {
    margin-bottom: 80px;
  }
  .main .style__img.img1 {
    width: 720px;
    margin: 0 auto 80px;
  }
  /*.staff{ margin: 100px 0;
    p{font-size: 13px;
      span{font-size: 20px;}
     &:first-child{margin-bottom: 25px;}
    }
  }*/
}
/* --------------------------------------------------
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;
}

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;
  }
}
/* --------------------------------------------------
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 */