@import url("https://use.typekit.net/wji6yhi.css"); /*Source Sans Pro*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: "kozuka-gothic-pr6n", 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;
}

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;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.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;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.container.active {
  opacity: 1;
}

.mainVisual__lead {
  font-size: 1rem;
  color: #777777;
  line-height: 2.3;
  text-align: center;
  margin: 6rem 0;
}

.main .style {
  position: relative;
  margin-bottom: 12rem;
}
.main .style p {
  position: relative;
}
.main .style .mb5 {
  margin-bottom: 0.5rem;
}
.main .style .mb10 {
  margin-bottom: 1rem;
}
.main .style .mb20 {
  margin-bottom: 2rem;
}
.main .style .mb30 {
  margin-bottom: 3rem;
}
.main .style .mb60 {
  margin-bottom: 6rem;
}
.main .style .mb100 {
  margin-bottom: 10rem;
}
.main .style .half {
  width: 50%;
}
.main .style .center {
  margin-inline: auto;
}
.main .style .center10 {
  padding: 0 10px;
  box-sizing: border-box;
}
.main .style .center20 {
  padding: 0 20px;
  box-sizing: border-box;
}
.main .style .flex-container {
  display: flex;
  justify-content: space-between;
}
.main .style .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.main .style .img2 {
  width: calc(180 / 390 * 100vw);
}
.main .style .img3 {
  width: calc(160 / 390 * 100vw);
}
.main .style .img4 {
  width: calc(220 / 390 * 100vw);
  margin-top: 6rem;
}
.main .style .img5 {
  width: calc(280 / 390 * 100vw);
}
.main .style .img6 {
  width: calc(220 / 390 * 100vw);
}
.main .style .img7 {
  width: calc(160 / 390 * 100vw);
  margin-top: 12rem;
}
.main .style .img10, .main .style .img14 {
  width: calc(260 / 390 * 100vw);
}
.main .style .img12, .main .style .img13 {
  width: calc(180 / 390 * 100vw);
}
.main .style .img16 {
  width: calc(280 / 390 * 100vw);
}
.main .style .img20 {
  width: calc(310 / 390 * 100vw);
}
.main .style .img22 {
  width: calc(160 / 390 * 100vw);
}
.main .style .img28 {
  width: calc(220 / 390 * 100vw);
}
.main .style .img29 {
  width: calc(280 / 390 * 100vw);
}
.main .style .img30 {
  width: calc(200 / 390 * 100vw);
  margin: -9rem 2rem 3rem auto;
  z-index: 2;
}
.main .style .img32 {
  width: calc(330 / 390 * 100vw);
}
.main .style .img34 {
  margin-top: 10rem;
}
.main .style .img35 {
  width: calc(280 / 390 * 100vw);
}
.main .style .img36 {
  width: calc(200 / 390 * 100vw);
}
.main .style .main {
  margin-bottom: 6rem;
  width: calc(100% - 20px);
  margin-inline: auto;
  border: 1px solid #333;
  padding: 20px;
  box-sizing: border-box;
}
.main .style .main__img {
  margin-bottom: 1rem;
}
.main .style .main__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
}
.main .style .main__text {
  font-size: 10px;
}
.main .style__credits {
  margin-top: 10px;
}
.main .style__credits .items__credit {
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.main .style__credits .items__credit span {
  display: inline-block;
}
.main .style__credits .items__credit span.buy {
  margin-left: 10px;
  line-height: 1;
  color: #333;
  font-size: 10px;
  border-bottom: 1px solid #333;
}
.main .style__credits .items__credit span.buy:hover {
  text-decoration: none;
}
.main .style__credits .item-d-none .items__credit span.buy {
  display: none;
}
.main .style .profile {
  width: calc(100% - 30px);
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
}
.main .style .profile li {
  width: 49%;
  color: #000;
  font-size: 12px;
}
.main .style .profile li p {
  line-height: 1.6;
  text-align: center;
}
.main .style .profile li p.img {
  margin-bottom: 1rem;
}
.main .style .profile li p span {
  font-size: 15px;
}
.main .style .profile li p a {
  text-decoration: underline;
}
.main .style .profile li p a:hover {
  text-decoration: none;
}
.main .style .btn {
  width: calc(100% - 30px);
  margin: 0 auto 60px;
  height: 54px;
  font-size: 12px;
}
.main .style .btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: solid 1px #333;
  background-color: #333;
  color: #FFF;
  box-sizing: border-box;
  transition: all 0.4s ease 0s;
}
.main .style .btn a:hover {
  color: #333;
  background-color: #FFF;
  text-decoration: none;
}
.main .style .information {
  width: calc(100% - 20px);
  margin-inline: auto;
  border: 1px solid #333;
  padding: 40px;
  box-sizing: border-box;
}
.main .style .information p {
  margin-bottom: 16px;
  font-size: 12px;
}
.main .style .information p:last-child {
  margin-bottom: 0;
}
.main .style .information p a {
  text-decoration: underline;
}
.main .style .information p span {
  font-weight: 500;
}
.main .style .information p.information__title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .mainVisual__lead {
    font-size: 1.2rem;
    margin: 10rem 0;
  }
  .main {
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
  }
  .main .style {
    margin-bottom: 20rem;
  }
  .main .style .mb5 {
    margin-bottom: 10px;
  }
  .main .style .mb10 {
    margin-bottom: 20px;
  }
  .main .style .mb20 {
    margin-bottom: 40px;
  }
  .main .style .mb30 {
    margin-bottom: 60px;
  }
  .main .style .mb60 {
    margin-bottom: 120px;
  }
  .main .style .mb100 {
    margin-bottom: 180px;
  }
  .main .style .half {
    width: 50%;
  }
  .main .style .center10 {
    padding: 0;
    box-sizing: border-box;
  }
  .main .style .center20 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .main .style .grid-container {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .main .style .img2 {
    width: 480px;
  }
  .main .style .img3Box {
    width: 880px;
    margin: 0 auto;
  }
  .main .style .img3 {
    width: 380px;
  }
  .main .style .img4 {
    width: 460px;
    margin-top: 150px;
  }
  .main .style .img5 {
    width: 520px;
  }
  .main .style .img6 {
    width: 460px;
  }
  .main .style .img7 {
    width: 380px;
    margin-top: 170px;
  }
  .main .style .img10Box {
    width: 600px;
    margin: 0 auto;
  }
  .main .style .img10, .main .style .img14 {
    width: 600px;
  }
  .main .style .img12, .main .style .img13 {
    width: 400px;
  }
  .main .style .img16 {
    width: 460px;
  }
  .main .style .img17Box {
    width: 1080px;
    margin: 0 auto;
  }
  .main .style .img20 {
    width: 1080px;
  }
  .main .style .img22 {
    width: 300px;
  }
  .main .style .img23Box {
    width: 800px;
    margin: 0 auto;
  }
  .main .style .img27Box {
    width: 1080px;
    margin: 0 auto 120px;
  }
  .main .style .img28 {
    width: 480px;
  }
  .main .style .img29Box {
    width: 982px;
    margin: 0 auto;
  }
  .main .style .img29 {
    width: 600px;
  }
  .main .style .img30 {
    width: 480px;
    margin: -160px 0 60px auto;
  }
  .main .style .img31Box {
    width: 982px;
    margin: 0 auto 120px;
  }
  .main .style .img32 {
    width: 600px;
  }
  .main .style .img33Box {
    width: 1080px;
    margin: 0 auto;
  }
  .main .style .img34 {
    margin-top: 10rem;
  }
  .main .style .img35 {
    width: 540px;
  }
  .main .style .img36 {
    width: 420px;
  }
  .main .style .img37 {
    width: 700px;
    margin: 0 auto 280px;
  }
  .main .style .main {
    width: 760px;
    margin: 0 auto 120px;
    padding: 60px 60px 50px 60px;
  }
  .main .style .main__img {
    margin-bottom: 1.5rem;
  }
  .main .style .main__title {
    font-size: 17px;
  }
  .main .style .main__text {
    font-size: 12px;
  }
  .main .style__credits {
    margin-top: 14px;
  }
  .main .style__credits .items__credit {
    font-size: 12px;
  }
  .main .style__credits .items__credit span.buy {
    margin-left: 10px;
    font-size: 12px;
  }
  .main .style__credits .item-d-none .items__credit span.buy {
    display: none;
  }
  .main .style .profile {
    width: 680px;
    margin: 0 auto 100px;
  }
  .main .style .profile li {
    font-size: 13px;
  }
  .main .style .profile li p.img {
    margin-bottom: 20px;
  }
  .main .style .profile li p span {
    font-size: 18px;
  }
  .main .style .profile li p a {
    text-decoration: underline;
  }
  .main .style .profile li p a:hover {
    text-decoration: none;
  }
  .main .style .btn {
    margin: 0 auto 100px;
    width: 480px;
    height: 60px;
    font-size: 14px;
  }
  .main .style .information {
    width: 600px;
    padding: 80px;
  }
  .main .style .information p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .main .style .information p.information__title {
    font-size: 22px;
  }
}
/* --------------------------------------------------
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;
}

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: #333;
}

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: #333;
}

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: 440px;
  height: 244px;
  background-image: url("https://baycrews.jp/src/feature/20250619_spick/logo.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: #dc4953;
  display: block;
}

#loader.complete {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #loader .logo {
    width: 294px;
    height: 163px;
  }
}/*# sourceMappingURL=common.css.map */