html, body {
  width: 100%;
  height: auto;
}

body {
  background-color: #FFF;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0;
  --bg-color: #222;
  background-color: var(--bg-color);
}

a:hover, a:active, a.active {
  color: #999;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.sp {
  display: none;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* page */
.copybcs {
  font-size: 10px;
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex .left {
  width: 50%;
  margin: 0 auto;
}
.flex .right {
  width: 50%;
  margin: 0 auto;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.fixed {
  position: fixed;
}

#contents {
  position: relative;
}

@keyframes parallax-totop {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(500px);
  }
}
.prani {
  animation: parallx-totop linear forwards;
  animation-timeline: scroll();
}

#container .sp {
  display: none;
}
@media (max-width: 768px) {
  #container .sp {
    display: block;
  }
}
@media (max-width: 768px) {
  #container .pc {
    display: none;
  }
}
#container #kv {
  background-color: #000;
  margin: 0 auto;
  position: relative;
}
#container #kv .kvimg {
  width: 100vw;
  height: 100vh;
}
#container #kv .kvimg .left, #container #kv .kvimg .right {
  width: 50%;
  height: auto;
  margin: 0;
}
@media (max-width: 768px) {
  #container #kv .kvimg {
    background-image: url(https://baycrews.jp/src/feature/20230927_joint/1-1.jpg);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 100vh;
    background-position-y: 0;
  }
}
#container .szF {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #container .szF {
    width: 100%;
  }
}
#container .ph1-4 {
  background-color: #f13f4d;
  width: 100%;
  margin: 0;
}
#container .ph1-4 p {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #container .ph1-4 p {
    width: 100%;
  }
}
#container #sec1 {
  background-color: #f13f4d;
}
#container #sec1 .bgph {
  background: url("https://baycrews.jp/src/feature/20230927_joint/bg1.jpg");
  background-repeat: no-repeat;
  background-size: 120%;
  padding: 5vw 0;
  position: relative;
}
@media (max-width: 768px) {
  #container #sec1 .bgph {
    background-size: 190%;
    background-position-x: 50%;
  }
}
#container #sec1 .bgph::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.363);
  top: 0;
  right: 0;
}
#container #sec1 .bgph .logosec {
  width: 50%;
  margin: 0 auto 5% auto;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  #container #sec1 .bgph .logosec {
    width: 100%;
  }
}
#container #sec1 .bgph .logosec .mm {
  width: 35%;
  margin: 0 3%;
}
#container #sec1 .bgph .logosec .txt_x {
  font-size: 50px;
  margin: 0 3%;
  width: -moz-fit-content;
  width: fit-content;
}
#container #sec1 .bgph .logosec .jw {
  width: 17%;
  margin: 0 3%;
}
#container #sec1 .bgph .lead {
  text-align: center;
  position: relative;
  z-index: 5;
  width: 50%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 768px) {
  #container #sec1 .bgph .lead {
    width: 90%;
    font-size: 12px;
  }
}
#container #sec1 .bgph .lead p {
  margin-bottom: 3%;
}
#container #sec1 .ph2sec {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #container #sec1 .ph2sec {
    width: 100%;
  }
}
#container #sec2 {
  background-color: #ea5c39;
}
#container #sec2 .ph3sec {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #container #sec2 .ph3sec {
    width: 100%;
  }
}
#container .last {
  padding: 5vw 0;
  background-image: url("https://baycrews.jp/src/feature/20230927_joint/bg2.jpg");
}
@media (max-width: 768px) {
  #container .last {
    padding: 10vw 0;
  }
}
#container .last .insta {
  width: 30%;
  margin: 0 auto 5vw auto;
}
@media (max-width: 768px) {
  #container .last .insta {
    width: 50%;
    margin: 0 auto 13% auto;
  }
}
#container .last .copybcs {
  font-size: 11px;
  text-align: center;
}

/*modal accordion*/
.itemm {
  font-family: "soleto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  .itemm {
    font-size: 12px;
  }
}

.plus {
  cursor: pointer;
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 30px;
  height: 30px;
  z-index: 200;
}
.plus::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
}
.plus::after {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
}
.plus::before, .plus::after {
  content: "";
  transition: 0.6s all 0s ease;
  position: absolute;
  background: #fff;
}
.plus.on::before {
  opacity: 0;
}
.plus.on::after {
  background: #000;
}

.sml2 .plus {
  right: 26vw;
}
@media (max-width: 768px) {
  .sml2 .plus {
    right: 13px;
  }
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  line-height: 2;
  z-index: 100;
  opacity: 0;
  transition: 0.4s all 0s ease;
}
.cover.active {
  display: block;
  opacity: 1;
}
.cover .itemm {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80%;
}
@media (max-width: 768px) {
  .cover .itemm {
    left: 6px;
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    overflow: scroll;
    bottom: 15%;
  }
}
.cover .itemm .slidein .slidein_inner span {
  margin-left: 10%;
}

.active .slidein {
  transform: translate(0);
  opacity: 1;
}
.active .slidein_inner {
  transform: translate(0);
  opacity: 1;
}

.slidein_inner {
  display: block;
  transform: translate(0, -100%);
  transition: 0.6s all 0s ease;
}

.cover .itemm div {
  margin-bottom: 10px;
  position: relative;
}

/*fixed menu*/
.kv-wrapper {
  width: 100vw;
  position: fixed;
  top: 0;
}

.sticky_wrap {
  position: relative;
}

.sticky {
  position: sticky;
  top: 0;
}

.main-wrapper {
  position: relative;
  width: 100vw;
  z-index: 1000;
  padding-top: 80vw;
}
@media (max-width: 768px) {
  .main-wrapper {
    padding-top: 100vh;
  }
}

.menu-set {
  z-index: 2000;
  top: -100vh;
  position: fixed;
}
.menu-set .leftmenu {
  writing-mode: vertical-lr;
  top: 0;
  left: 2vw;
  font-size: 17px;
  z-index: 999;
  width: 10%;
  height: 100%;
  position: fixed;
}
@media (max-width: 768px) {
  .menu-set .leftmenu {
    top: 0;
    font-size: 12px;
    height: 500px;
  }
}
.menu-set .leftmenu .inner {
  position: absolute;
}
.menu-set .leftmenu .inner p {
  display: inline-block;
  margin-top: 50px;
  font-family: "soleto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .menu-set .leftmenu .inner p {
    margin-top: 45px;
  }
}
.menu-set .leftmenu .inner p a {
  color: black;
}
.menu-set .leftmenu .inner p a:hover {
  text-decoration: none;
  color: white;
}
.menu-set .rightmenu {
  writing-mode: vertical-rl;
  top: 0;
  font-size: 17px;
  z-index: 999;
  width: 10%;
  height: 100%;
  right: 2vw;
  position: fixed;
}
@media (max-width: 768px) {
  .menu-set .rightmenu {
    top: 0;
    font-size: 12px;
    height: 500px;
  }
}
.menu-set .rightmenu .inner {
  position: absolute;
}
.menu-set .rightmenu .inner p {
  display: inline-block;
  margin-top: 50px;
  font-family: "soleto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .menu-set .rightmenu .inner p {
    margin-top: 45px;
  }
}
.menu-set .rightmenu .inner p a {
  color: black;
}
.menu-set .rightmenu .inner p a:hover {
  text-decoration: none;
  color: white;
}

body.loaded {
  position: static;
  overflow: scroll;
}

body.looking {
  overflow: hidden;
}

body.looking .sec {
  pointer-events: none;
}

#loader {
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}

#loader.complete {
  opacity: 0;
  pointer-events: none;
}

#loader .load .muse_logo {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #loader .load .muse_logo {
    width: 150px;
    margin-top: 50px;
  }
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: #fff;
  animation: flash 1s linear infinite;
  text-align: center;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.kv-wrapper {
  transition: opacity 0.1s ease-in;
}

.jwlogo {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5000;
  flex-direction: column;
}
.jwlogo .jwtitle {
  width: 50%;
}
@media (max-width: 768px) {
  .jwlogo .jwtitle {
    width: 80%;
  }
}
.jwlogo .ex {
  font-size: 70px;
  text-align: center;
  color: white;
  font-family: "soleto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 768px) {
  .jwlogo .ex {
    font-size: 40px;
  }
}

.jwtitle.fixed {
  position: fixed;
  top: 0;
  height: inherit;
}

.fadeInTrigger, .fadeIn2Trigger, .fadeIn3Trigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn2 {
  animation-name: fadeInAnime2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeIn3 {
  animation-name: fadeInAnime3;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeout {
  animation-name: fadeOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes fadeInAnime2 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInAnime3 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */