@import url("https://use.typekit.net/rod3dae.css");
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  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;
}

h1 {
  font-size: 2.4rem;
  line-height: 1.4;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.4;
}

._font_small {
  font-size: 1.2rem;
}

._txt_justify {
  text-align: justify;
  word-break: break-all;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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%;
  }
  .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;
  }
}
/* fadein */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transition: all 1.6s ease 0.1s;
}

.fadein.scrollin {
  opacity: 1;
}

.fadein2 {
  opacity: 0;
  transition: all 1.6s ease 0.3s;
}

.fadein2.scrollin {
  opacity: 1;
}

.fadein3 {
  opacity: 0;
  transition: all 1.6s ease 0.8s;
}

.fadein3.scrollin {
  opacity: 1;
}

.fadein4 {
  opacity: 0;
  transition: all 1.6s ease 1.3s;
}

.fadein4.scrollin {
  opacity: 1;
}

.fadein5 {
  opacity: 0;
  transition: all 1.6s ease 2.3s;
}

.fadein5.scrollin {
  opacity: 1;
}

.fadein6 {
  opacity: 0;
  filter: grayscale(0);
  transition: all 1.8s ease 0.3s;
}

.fadein6.scrollin {
  opacity: 1;
  filter: grayscale(1);
}

.fadeinL {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1.6s ease 0.35s;
}

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

.fadeinR {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1.6s ease 0.35s;
}

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

/* --------------------------------------------------
Content
-------------------------------------------------- */
/*-----------content-----------*/
.container {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  color: #052e4a;
  letter-spacing: 0.02em;
  font-family: "Helvetica Neue", Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #eef1f3;
  opacity: 0;
  animation: fadeIn 1.2s ease 0.15s forwards;
}
.container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mainVisual {
  position: relative;
  width: 100%;
  margin-bottom: 12vw;
  z-index: 1;
}
.mainVisual__img {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
.mainVisual__img .title {
  position: absolute;
  width: 77.5vw;
  left: calc(52 / 1280 * 100vw);
  top: calc(61 / 1280 * 100vw);
}
.mainVisual__img .logo {
  position: absolute;
  width: 12.5vw;
  right: calc(30 / 1280 * 100vw);
  bottom: calc(30 / 1280 * 100vw);
}
.mainVisual__text {
  width: 982px;
  margin: 0 auto 80px;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mainVisual__text .lead {
  width: 680px;
  margin-bottom: 30px;
}
.mainVisual__text .lead p:first-child {
  margin-bottom: 24px;
}
.mainVisual__text .staff {
  width: 200px;
  font-size: 12px;
  margin-left: auto;
  text-align: right;
}
.mainVisual .img1 {
  padding: 0 calc(100 / 1280 * 100vw);
  padding-bottom: 10vw;
}

.style {
  background-color: #eef1f3;
  padding-bottom: 100px;
}
.style__box {
  position: relative;
}
.style .innerWidth1 {
  padding: 0 calc(100 / 1280 * 100vw);
}
.style .innerWidth2 {
  padding: 0 calc(150 / 1280 * 100vw);
}
.style .divide2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.style .img2Wrap {
  position: absolute;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
}
.style .img2Wrap .img1 {
  width: 47%;
  margin-top: -5vw;
  z-index: 2;
}
.style .img2Wrap .img2 {
  width: 47%;
  margin-top: 15vw;
  z-index: 2;
}
.style .img7 {
  width: 70%;
}
.style .img10-2, .style .img10-3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.style .img10-1 {
  position: relative;
  width: 100%;
  z-index: 2;
}
.style .img10-2 {
  z-index: 3;
}
.style .img10-3 {
  z-index: 4;
}
.style .img13-2 {
  width: 54%;
  position: absolute;
  left: 8vw;
  top: 0;
}
.style .mt3 {
  margin-top: 3vw;
}
.style .mb5 {
  margin-bottom: 5vw;
}
.style .mb10 {
  margin-bottom: 10vw;
}
.style .mb15 {
  margin-bottom: 15vw;
}
.style .pb100 {
  padding-bottom: 200px;
}
.style .creditWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.style .creditWrap .img {
  width: calc(100% - 350px);
}
.style .creditWrap .creditList {
  width: 320px;
}
.style .creditWrap .creditList li {
  margin-bottom: 25px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.style .creditWrap .creditList li:last-child {
  margin-bottom: 0;
}
.style .creditWrap .creditList li span {
  display: block;
}
.style .creditWrap .creditList li span.text {
  font-size: 13px;
}
.style .creditWrap .creditList li span.buy {
  margin-top: 5px;
}
.style .creditWrap .creditList li span.buy a {
  display: inline-block;
  padding: 6px 8px 5px 10px;
  border: 1px solid #052e4a;
  background-color: #052e4a;
  text-align: center;
  line-height: 1;
  color: #FFF;
  font-size: 11px;
}
.style .creditWrap .creditList li span.buy a:hover {
  background-color: #FFF;
  color: #052e4a;
  text-decoration: none;
}
.style .creditWrap2 .img {
  width: 50%;
}
.style .creditWrap2 .creditList {
  width: 320px;
  margin: 0 0 0 auto;
}
.style .order1 {
  order: 1;
}
.style .order2 {
  order: 2;
}
.style .logoWrap {
  width: 700px;
  padding-top: 80px;
  margin: 0 auto 10vw;
  display: flex;
  justify-content: space-between;
}
.style .logoWrap li:nth-child(1) {
  width: 160px;
}
.style .logoWrap li:nth-child(2) {
  width: 165px;
}
.style .logoWrap li:nth-child(3) {
  width: 134px;
}
.style .logoWrap .link {
  margin-top: 28px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
}
.style .logoWrap .link a:hover {
  text-decoration: underline;
}
.style .copyright {
  text-align: center;
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
}

.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #eef1f3;
}

#wrapper1 {
  z-index: 1;
}

#wrapper2 {
  z-index: 2;
}

#wrapper3 {
  z-index: 3;
}

#wrapper4 {
  z-index: 4;
}

#wrapper5 {
  z-index: 5;
}

#wrapper6 {
  z-index: 6;
}

@media screen and (max-width: 768px) {
  .container {
    font-size: 13px;
  }
  .mainVisual {
    position: relative;
    width: 100%;
    margin-bottom: 12vw;
    z-index: 1;
  }
  .mainVisual__img {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
  }
  .mainVisual__img .title {
    position: absolute;
    width: 81.7vw;
    left: calc(33 / 390 * 100vw);
    top: calc(35 / 390 * 100vw);
  }
  .mainVisual__img .logo {
    position: absolute;
    width: 15.7vw;
    right: calc(20 / 390 * 100vw);
    bottom: calc(20 / 390 * 100vw);
  }
  .mainVisual__text {
    width: calc(100% - 30px);
    margin: 0 auto 60px;
  }
  .mainVisual__text .lead {
    width: 100%;
    margin-bottom: 30px;
    font-size: 11px;
  }
  .mainVisual__text .lead p:first-child {
    margin-bottom: 24px;
  }
  .mainVisual__text .staff {
    width: 100%;
    font-size: 10px;
  }
  .mainVisual .img1 {
    padding: 0 calc(40 / 1280 * 100vw);
    padding-bottom: 10vw;
  }
  .style {
    padding-bottom: 70px;
  }
  .style__box {
    position: relative;
  }
  .style .innerWidth1 {
    padding: 0 calc(50 / 1280 * 100vw);
  }
  .style .innerWidth2 {
    padding: 0 calc(50 / 1280 * 100vw);
  }
  .style .divide2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .style .img2Wrap {
    padding: 0 20px;
  }
  .style .img2Wrap .img1 {
    width: 47%;
    margin-top: -5vw;
    z-index: 2;
  }
  .style .img2Wrap .img2 {
    width: 47%;
    margin-top: 15vw;
    z-index: 2;
  }
  .style .img7 {
    width: 70%;
  }
  .style .img10-2, .style .img10-3 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .style .img10-1 {
    position: relative;
    z-index: 2;
  }
  .style .img10-2 {
    z-index: 3;
  }
  .style .img10-3 {
    z-index: 4;
  }
  .style .img13-2 {
    width: 54%;
    position: absolute;
    left: 8vw;
    top: 0;
  }
  .style .mt3 {
    margin-top: 6vw;
  }
  .style .mb5 {
    margin-bottom: 8vw;
  }
  .style .mb10 {
    margin-bottom: 13vw;
  }
  .style .mb15 {
    margin-bottom: 18vw;
  }
  .style .pb100 {
    padding-bottom: 40px;
  }
  .style .creditWrap {
    display: block;
  }
  .style .creditWrap .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .style .creditWrap .creditList {
    width: 100%;
  }
  .style .creditWrap .creditList li {
    margin-bottom: 25px;
    font-size: 13px;
  }
  .style .creditWrap .creditList li span {
    display: block;
  }
  .style .creditWrap .creditList li span.text {
    font-size: 13px;
  }
  .style .creditWrap .creditList li span.buy {
    margin-top: 5px;
  }
  .style .creditWrap .creditList li span.buy a {
    display: inline-block;
    padding: 5px 7px 4px 9px;
    font-size: 11px;
  }
  .style .creditWrap2 {
    width: 70%;
    margin-left: auto;
  }
  .style .creditWrap2 .img {
    width: 100%;
  }
  .style .creditWrap2 .creditList {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .style .logoWrap {
    width: calc(100% - 30px);
    padding-top: 60px;
    margin: 0 auto 10vw;
  }
  .style .logoWrap li:nth-child(1) {
    width: 24vw;
  }
  .style .logoWrap li:nth-child(2) {
    width: 29vw;
  }
  .style .logoWrap li:nth-child(3) {
    width: 24vw;
  }
  .style .logoWrap .link {
    margin-top: 20px;
    font-size: 1rem;
  }
}
/* --------------------------------------------------
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: "source-sans-pro", sans-serif;
  font-weight: 700;
  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;
  }
}
/* --------------------------------------------------
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 */