@charset "UTF-8";
@import url("https://use.typekit.net/wkc7dpk.css");
@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;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer !important;
}

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

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, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #371409;
  background: url(https://baycrews.jp/src/feature/20251208_jsm/images/background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  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 0.5s ease-in 0s;
}
#loader .logo {
  width: 300px;
  height: 110px;
  background-image: url(https://baycrews.jp/src/feature/20251208_jsm/images/logo_js.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: rgb(161, 67, 70);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #371409;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100vw;
  height: 100vh;
  padding: 0;
  box-sizing: border-box;
  background: url(https://baycrews.jp/src/feature/20251208_jsm/images/background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: sticky;
  top: 0;
}
header .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
header .inner .main_title {
  width: 72vw;
  position: absolute;
  top: 4.8vh;
  right: 4.8vh;
  z-index: 1;
}
header .inner .sub_title {
  width: 34.765625vw;
  position: absolute;
  top: 39.9038461538vh;
  right: 25vw;
  z-index: 1;
}
header .inner .props01 {
  width: auto;
  height: 110.5769230769vh;
  position: absolute;
  top: 4.8vh;
  left: -12vw;
  z-index: 2;
}
header .inner .props01 img {
  height: 100%;
  width: auto;
}
header .inner .props02 {
  width: auto;
  height: 71.1538461538vh;
  position: absolute;
  bottom: -19.2307692308vh;
  right: -3.125vw;
  z-index: 2;
}
header .inner .props02 img {
  height: 100%;
  width: auto;
}
header .inner .photo {
  width: 31.25vw;
  position: absolute;
  top: 25.7211538462vh;
  right: 4.8vh;
  border: solid 5px #821B1F;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: url(https://baycrews.jp/src/feature/20251208_jsm/images/background.webp);
  background-repeat: repeat-y;
  background-size: contain;
}
main .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}
main .notoverlap {
  position: relative;
}
main .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 5% 5% 1%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .lead {
  width: 34.7222222222%;
  padding: 50px;
  margin: 0 auto 0 0;
  background-color: #371409;
  border-radius: 2vw;
}
main .sec .insec .lead .lead_text {
  max-width: 100%;
}
main .sec .insec .lead .lead_text p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
}
main .sec .insec .items {
  display: flex;
  flex-wrap: wrap;
}
main .sec .insec .items .item_inner {
  position: relative;
}
main .sec .insec .items#sec01 {
  width: 60%;
  margin: 0 auto 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .items#sec01 .item_inner:nth-child(1) {
  width: 31.884057971%;
  margin: 0;
}
main .sec .insec .items#sec01 .item_inner:nth-child(1) .credits {
  position: absolute;
  left: 0;
  bottom: -20px;
}
main .sec .insec .items#sec01 .item_inner:nth-child(2) {
  width: 36.231884058%;
  margin: -170px 0 0 auto;
}
main .sec .insec .items#sec01 .item_inner:nth-child(2) .credits {
  position: absolute;
  right: 0;
  bottom: -50px;
}
main .sec .insec .items#sec01 .item_inner:nth-child(3) {
  width: 100%;
}
main .sec .insec .items#sec01 .item_inner:nth-child(3) .photo {
  width: 57.9710144928%;
  margin: -30% auto 0;
}
main .sec .insec .items#sec01 .item_inner:nth-child(3) .credits {
  position: absolute;
  left: 50%;
  top: -120%;
  transform: translateX(-50%);
}
main .sec .insec .items#sec01 .item_inner:nth-child(4) {
  width: 38.4057971014%;
  margin: -56.657223796px auto 0 0;
}
main .sec .insec .items#sec01 .item_inner:nth-child(4) .credits {
  position: absolute;
  right: -100px;
  bottom: 0;
  transform: translateX(-50%);
}
main .sec .insec .items#sec01 .item_inner:nth-child(5) {
  width: 28.9855072464%;
  margin: -265.625px 0 0 auto;
}
main .sec .insec .items#sec01 .item_inner:nth-child(5) .credits {
  position: absolute;
  left: -30px;
  margin: -30px;
}
main .sec .insec .items#sec02 {
  width: 40%;
  margin: 0 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .items#sec02 .item_inner:nth-child(1) {
  width: 31.5217391304%;
  margin: -300px auto 0 0;
}
main .sec .insec .items#sec02 .item_inner:nth-child(1) .credits {
  position: absolute;
  left: -100px;
  top: 20px;
}
main .sec .insec .items#sec02 .item_inner:nth-child(2) {
  width: 65.2173913043%;
  margin: -170px 2.65625% 0 auto;
}
main .sec .insec .items#sec02 .item_inner:nth-child(2) .credits {
  position: absolute;
  right: 0;
  top: -20px;
}
main .sec .insec .items#sec02 .item_inner:nth-child(3) {
  width: 54.347826087%;
  margin: 0 10px 0 auto;
}
main .sec .insec .items#sec02 .item_inner:nth-child(3) .credits {
  position: absolute;
  left: -100px;
  top: 30%;
  transform: translateX(-50%);
}
main .sec .insec .items#sec02 .item_inner:nth-child(4) {
  width: 64.5652173913%;
  margin: -2.65625% auto 0 2.65625%;
}
main .sec .insec .items#sec02 .item_inner:nth-child(4) .credits {
  position: absolute;
  left: 0;
  bottom: -20px;
}
main .sec .insec .items#sec02 .item_inner:nth-child(5) {
  width: 83.9130434783%;
  margin: -7.8125% 0 0 auto;
}
main .sec .insec .items#sec02 .item_inner:nth-child(5) .credits {
  position: absolute;
  left: 0;
  bottom: -20px;
}
main .sec .insec .items#sec03 {
  width: 60%;
  margin: -300px auto 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .items#sec03 .item_inner:nth-child(1) {
  width: 46.0869565217%;
  margin: 0 auto 0 0;
}
main .sec .insec .items#sec03 .item_inner:nth-child(1) .credits {
  position: absolute;
  left: 0;
  bottom: auto;
}
main .sec .insec .items#sec03 .item_inner:nth-child(2) {
  width: 43.4782608696%;
  margin: -77.2200772201px auto 0 0;
}
main .sec .insec .items#sec03 .item_inner:nth-child(2) .credits {
  position: absolute;
  left: 0;
  bottom: -30px;
}
main .sec .insec .items#sec04 {
  width: 60%;
  margin: 10% auto 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .items#sec04 .item_inner:nth-child(1) {
  width: 14.4927536232%;
  margin: 0;
}
main .sec .insec .items#sec04 .item_inner:nth-child(1) .credits {
  position: absolute;
  left: 0%;
  bottom: -70%;
}
main .sec .insec .items#sec04 .item_inner:nth-child(2) {
  width: 43.4782608696%;
  margin: -100px 0 0 auto;
}
main .sec .insec .items#sec04 .item_inner:nth-child(2) .credits {
  position: absolute;
  right: 0;
  bottom: 0;
}
main .sec .insec .items#sec04 .item_inner:nth-child(3) {
  width: 100%;
}
main .sec .insec .items#sec04 .item_inner:nth-child(3) .photo {
  width: 65.2173913043%;
  margin: -15% auto 0 10%;
}
main .sec .insec .items#sec04 .item_inner:nth-child(3) .credits {
  position: absolute;
  right: 20%;
  top: 10%;
}
main .sec .insec .items#sec04 .item_inner:nth-child(4) {
  width: 38.4057971014%;
  margin: -40.5405405405% auto 0 0;
}
main .sec .insec .items#sec04 .item_inner:nth-child(4) .credits {
  position: absolute;
  left: 0;
  top: 0;
}
main .sec .insec .items#sec04 .item_inner:nth-child(5) {
  width: 21.7391304348%;
  margin: -20.8333333333% 10% 0 auto;
}
main .sec .insec .items#sec04 .item_inner:nth-child(5) .credits {
  position: absolute;
  left: -40%;
  bottom: -10%;
}
main .sec .insec .items#sec05 {
  width: 40%;
  margin: 0 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .items#sec05 .item_inner:nth-child(1) {
  width: 51.5217391304%;
  margin: 5.5555555556% 0 0 auto;
}
main .sec .insec .items#sec05 .item_inner:nth-child(1) .credits {
  position: absolute;
  left: -100px;
  top: 100px;
}
main .sec .insec .items#sec05 .item_inner:nth-child(2) {
  width: 65.2173913043%;
  margin: -26.0416666667% auto 0 0;
}
main .sec .insec .items#sec05 .item_inner:nth-child(2) .credits {
  position: absolute;
  right: -100px;
  bottom: 20px;
}
main .sec .insec .items#sec05 .item_inner:nth-child(3) {
  width: 39.1304347826%;
  margin: 5.5555555556% 0 0 auto;
}
main .sec .insec .items#sec05 .item_inner:nth-child(3) .credits {
  position: absolute;
  left: -120px;
  top: 100px;
}
main .sec .insec .items#sec06 {
  width: 60%;
  margin: 5% auto 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .items#sec06 .item_inner:nth-child(1) {
  width: 26.0869565217%;
  margin: 0;
}
main .sec .insec .items#sec06 .item_inner:nth-child(1) .credits {
  position: absolute;
  right: 0;
  bottom: -20%;
}
main .sec .insec .items#sec06 .item_inner:nth-child(2) {
  width: 35.2173913043%;
  margin: -50px 0 0 auto;
}
main .sec .insec .items#sec06 .item_inner:nth-child(2) .credits {
  position: absolute;
  right: 0;
  bottom: 0;
}
main .sec .insec .items#sec06 .item_inner:nth-child(3) {
  width: 13.0434782609%;
  margin: 50px 0 0 auto;
}
main .sec .insec .items#sec06 .item_inner:nth-child(3) .credits {
  position: absolute;
  right: 0;
  bottom: -50px;
}
main .sec .insec .items#sec06 .item_inner:nth-child(4) {
  width: 38.4057971014%;
  margin: 13.5135135135% auto 0 0;
}
main .sec .insec .items#sec06 .item_inner:nth-child(4) .credits {
  position: absolute;
  left: 0;
  bottom: -30px;
}
main .sec .insec .items#sec06 .item_inner:nth-child(5) {
  width: 21.7391304348%;
  margin: 8.1081081081% auto 0 0;
}
main .sec .insec .items#sec06 .item_inner:nth-child(5) .credits {
  position: absolute;
  left: 10%;
  bottom: -20%;
}
main .sec .insec .items#sec06 .item_inner:nth-child(6) {
  width: 26.0869565217%;
  margin: 13.5135135135% auto 0 0;
}
main .sec .insec .items#sec06 .item_inner:nth-child(6) .credits {
  position: absolute;
  right: 0%;
  bottom: -30%;
}
main .sec .insec .items#sec07 {
  width: 40%;
  margin: 0 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .items#sec07 .item_inner:nth-child(1) {
  width: 51.5217391304%;
  margin: -5.5555555556% auto 0 5.5555555556%;
}
main .sec .insec .items#sec07 .item_inner:nth-child(1) .credits {
  position: absolute;
  right: -120px;
  top: 50px;
}
main .sec .insec .items#sec07 .item_inner:nth-child(2) {
  width: 65.2173913043%;
  margin: -26.0416666667% 0 0 auto;
}
main .sec .insec .items#sec07 .item_inner:nth-child(2) .credits {
  position: absolute;
  left: -80px;
  top: 50%;
}
main .sec .insec .items#sec07 .item_inner:nth-child(3) {
  width: 60.8695652174%;
  margin: 5.5555555556% auto 0 0;
}
main .sec .insec .items#sec07 .item_inner:nth-child(3) .credits {
  position: absolute;
  right: -80px;
  top: 50px;
}
main .sec .insec .items#sec07 .item_inner:nth-child(4) {
  width: 51.5217391304%;
  margin: -30.2083333333% 0 0 auto;
}
main .sec .insec .items#sec07 .item_inner:nth-child(4) .credits {
  position: absolute;
  right: 0;
  bottom: -50px;
}
main .sec .insec .items#sec07 .item_inner:nth-child(5) {
  width: 53.2608695652%;
  margin: -24.3055555556% auto 0 0;
}
main .sec .insec .items#sec07 .item_inner:nth-child(5) .credits {
  position: absolute;
  right: -120px;
  bottom: 0px;
}
main .sec .insec .items#sec08 {
  width: 60%;
  margin: -30% auto 0 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .items#sec08 .item_inner:nth-child(1) {
  width: 21.7391304348%;
  margin: 0;
}
main .sec .insec .items#sec08 .item_inner:nth-child(1) .credits {
  position: absolute;
  right: -50%;
  bottom: 5%;
}
main .sec .insec .items#sec08 .item_inner:nth-child(2) {
  width: 21.7391304348%;
  margin: -10% 0 0 auto;
}
main .sec .insec .items#sec08 .item_inner:nth-child(2) .credits {
  position: absolute;
  right: 0;
  bottom: -20%;
}
main .sec .insec .items#sec08 .item_inner:nth-child(3) {
  width: 28.9855072464%;
  margin: -10% auto 0;
}
main .sec .insec .items#sec08 .item_inner:nth-child(3) .credits {
  position: absolute;
  left: 0%;
  top: 0;
}
main .sec .insec .items#sec08 .item_inner:nth-child(4) {
  width: 52.4637681159%;
  margin: 10% auto 0;
}
main .sec .insec .items#sec08 .item_inner:nth-child(4) .credits {
  position: absolute;
  left: 0;
  top: 0;
}
main .sec .insec .items#sec08 .item_inner:nth-child(5) {
  width: 37.6811594203%;
  margin: 8.1081081081% auto 0 0;
}
main .sec .insec .items#sec08 .item_inner:nth-child(5) .credits {
  position: absolute;
  left: 0;
  bottom: -15%;
}
main .sec .insec .items#sec08 .item_inner:nth-child(6) {
  width: 50%;
}
main .sec .insec .items#sec08 .item_inner:nth-child(6) .photo {
  width: 50%;
  margin: 6.486486% -20% 0 auto;
}
main .sec .insec .items#sec08 .item_inner:nth-child(6) .credits {
  position: absolute;
  left: 30%;
  top: 20%;
}
main .sec .insec .items#sec08 .item_inner:nth-child(7) {
  width: 50%;
}
main .sec .insec .items#sec08 .item_inner:nth-child(7) .photo {
  width: 50%;
  margin: -20% 0 0 auto;
}
main .sec .insec .items#sec08 .item_inner:nth-child(7) .credits {
  position: absolute;
  right: 0%;
  bottom: -80%;
}
main .sec .insec .items#sec08 .item_inner:nth-child(8) {
  width: 40.5797101449%;
  margin: 0 auto 0 0;
}
main .sec .insec .items#sec08 .item_inner:nth-child(8) .credits {
  position: absolute;
  left: 0%;
  bottom: -20%;
}
main .sec .insec .items#sec08 .item_inner:nth-child(9) {
  width: 49.2753623188%;
  margin: 8.1081081081% auto 0 0;
}
main .sec .insec .items#sec08 .item_inner:nth-child(9) .credits {
  position: absolute;
  left: -20%;
  bottom: -10%;
}
main .sec .insec .items#sec09 {
  width: 40%;
  margin: 0 0 0 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .items#sec09 .item_inner:nth-child(1) {
  width: 26.0869565217%;
  margin: 5% 0 0 auto;
}
main .sec .insec .items#sec09 .item_inner:nth-child(1) .credits {
  position: absolute;
  left: -100%;
  top: 20%;
}
main .sec .insec .items#sec09 .item_inner:nth-child(2) {
  width: 67.3913043478%;
  margin: -10% auto 0 5.5555555556%;
}
main .sec .insec .items#sec09 .item_inner:nth-child(2) .credits {
  position: absolute;
  right: -100px;
  top: 30%;
}
main .sec .insec .items#sec09 .item_inner:nth-child(3) {
  width: 63.0434782609%;
  margin: -5.5555555556% 0 0 auto;
}
main .sec .insec .items#sec09 .item_inner:nth-child(3) .credits {
  position: absolute;
  left: -30%;
  bottom: 30%;
}
main .sec .insec .photo {
  position: relative;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 10% 5% 5%;
  margin: 0 auto 0;
  background: url(https://baycrews.jp/src/feature/20251208_jsm/images/background.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px 30px;
  position: relative;
  background-color: #371409;
  border-radius: 1vw;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 65px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 15px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #FFF;
  font-family: "bebas-neue-semirounded", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  color: #FFF;
  opacity: 0.5;
}
footer .infoot div p {
  color: #FFF;
  font-family: "bebas-neue-semirounded", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 40px;
  bottom: 120px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}
footer .infoot .pgtop a {
  color: #FFF;
  font-family: "bebas-neue-semirounded", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #FFF;
  opacity: 0.5;
}

/* ---- common credits ---- */
.credits_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits_wrap .credits:not(:last-child) {
  padding-bottom: 20px;
}

.credits {
  z-index: 2;
}
.credits:first-child {
  padding-right: 30px;
}
.credits .note {
  padding-bottom: 10px;
  color: #FFF;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div:hover {
  opacity: 0.7;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #FFF;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding: 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt {
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt strong {
  color: #FFF;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #FFF;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 3px 12px 4px;
  display: block;
  background-color: #01AD98;
  border-radius: 0.3vw;
}
.credits > div dl dd strong {
  color: #FFF;
  font-family: "felt-tip-roman", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-right: 5px;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 200px;
    height: 73px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100vw;
    height: 150vw;
    padding: 0;
    background-repeat: repeat-y;
    background-size: 200%;
  }
  header .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  header .inner .main_title {
    width: 95vw;
    position: absolute;
    top: 1.8vh;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  header .inner .sub_title {
    width: 45vw;
    position: absolute;
    top: 18vh;
    right: inherit;
    left: 8vw;
    z-index: 1;
  }
  header .inner .props01 {
    width: auto;
    height: 70vh;
    position: absolute;
    top: inherit;
    bottom: -15vh;
    left: -35vw;
    z-index: 2;
  }
  header .inner .props01 img {
    height: 100%;
    width: auto;
  }
  header .inner .props02 {
    width: auto;
    height: 45vh;
    position: absolute;
    bottom: -10vh;
    right: -5vw;
    z-index: 2;
  }
  header .inner .props02 img {
    height: 100%;
    width: auto;
  }
  header .inner .photo {
    width: 64.1025641026vw;
    position: absolute;
    top: 15vh;
    right: 2.5vw;
    border: solid 5px #821B1F;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-size: 200%;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 7.6923076923% 2.5641025641% 1%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .lead {
    width: 92.3076923077%;
    margin: 0 auto;
    padding: 7.6923076923%;
    border-radius: 5vw;
  }
  main .sec .insec .lead .lead_text {
    width: 100%;
  }
  main .sec .insec .lead .lead_text p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec .items {
    display: flex;
    flex-wrap: wrap;
  }
  main .sec .insec .items .item_inner {
    position: relative;
  }
  main .sec .insec .items#sec01 {
    width: 100%;
    margin: 0 auto 0 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(1) {
    width: 31.884057971%;
    margin: -5% auto 0 0;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(1) .credits {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(2) {
    width: 36.231884058%;
    margin: -10% 0 0 auto;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(2) .credits {
    position: absolute;
    right: 0;
    bottom: -50px;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(3) {
    width: 100%;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(3) .photo {
    width: 57.9710144928%;
    margin: -27% auto 0;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(3) .credits {
    position: absolute;
    left: 50%;
    top: -120%;
    transform: translateX(-50%);
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(4) {
    width: 38.4057971014%;
    margin: -15% auto 0 0;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(4) .credits {
    position: absolute;
    right: -100px;
    bottom: 0;
    transform: translateX(-50%);
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(5) {
    width: 28.9855072464%;
    margin: -15% 0 0 auto;
  }
  main .sec .insec .items#sec01 .item_inner:nth-child(5) .credits {
    position: absolute;
    left: -30px;
    margin: -30px;
  }
  main .sec .insec .items#sec02 {
    width: 100%;
    margin: 0 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(1) {
    width: 31.5217391304%;
    margin: 1% auto 0 0;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(1) .credits {
    position: absolute;
    left: inherit;
    right: -88%;
    top: 20px;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(2) {
    width: 55%;
    margin: -35% 2.65625% 0 auto;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(2) .credits {
    position: absolute;
    right: 0;
    top: -15%;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(3) {
    width: 55%;
    margin: -20% auto 0 4%;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(3) .credits {
    position: absolute;
    left: inherit;
    top: inherit;
    right: -35%;
    bottom: 0%;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(4) {
    width: 55%;
    margin: 7.34375% auto 0 2.65625%;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(4) .credits {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(5) {
    width: 65%;
    margin: -60% 0 0 auto;
  }
  main .sec .insec .items#sec02 .item_inner:nth-child(5) .credits {
    position: absolute;
    left: 0;
    bottom: -20px;
  }
  main .sec .insec .items#sec03 {
    width: 100%;
    margin: 5% auto 0 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .items#sec03 .item_inner:nth-child(1) {
    width: 46.0869565217%;
    margin: 5% auto 0 0;
  }
  main .sec .insec .items#sec03 .item_inner:nth-child(1) .credits {
    position: absolute;
    left: 5%;
    bottom: auto;
  }
  main .sec .insec .items#sec03 .item_inner:nth-child(2) {
    width: 43.4782608696%;
    margin: 10% auto 0 0;
  }
  main .sec .insec .items#sec03 .item_inner:nth-child(2) .credits {
    position: absolute;
    left: 0;
    bottom: -30px;
  }
  main .sec .insec .items#sec04 {
    width: 100%;
    margin: 20% auto 0 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(1) {
    width: 14.4927536232%;
    margin: 5% auto 0 3%;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(1) .credits {
    position: absolute;
    left: 0%;
    bottom: -130%;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(2) {
    width: 43.4782608696%;
    margin: -5% 0 0 auto;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(2) .credits {
    position: absolute;
    right: 0;
    bottom: -10%;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(3) {
    width: 100%;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(3) .photo {
    width: 65.2173913043%;
    margin: -15% auto 0 15%;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(3) .credits {
    position: absolute;
    right: 10%;
    top: 20%;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(4) {
    width: 38.4057971014%;
    margin: -22.540541% auto 0 0;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(4) .credits {
    position: absolute;
    left: 10%;
    top: 0;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(5) {
    width: 22%;
    margin: -20.8333333333% 5% 0 auto;
  }
  main .sec .insec .items#sec04 .item_inner:nth-child(5) .credits {
    position: absolute;
    left: -40%;
    bottom: -10%;
  }
  main .sec .insec .items#sec05 {
    width: 100%;
    margin: 0 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .items#sec05 .item_inner:nth-child(1) {
    width: 45%;
    margin: 0% 0 0 auto;
  }
  main .sec .insec .items#sec05 .item_inner:nth-child(1) .credits {
    position: absolute;
    left: -40%;
    top: 10%;
  }
  main .sec .insec .items#sec05 .item_inner:nth-child(2) {
    width: 55%;
    margin: -50% auto 0 0%;
  }
  main .sec .insec .items#sec05 .item_inner:nth-child(2) .credits {
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: 5%;
    top: -25%;
  }
  main .sec .insec .items#sec05 .item_inner:nth-child(3) {
    width: 35%;
    margin: 5.5555555556% 0 0 auto;
  }
  main .sec .insec .items#sec05 .item_inner:nth-child(3) .credits {
    position: absolute;
    left: -50px;
    top: 20px;
  }
  main .sec .insec .items#sec06 {
    width: 100%;
    margin: 5% auto 0 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(1) {
    width: 32%;
    margin: -35% auto 0 5%;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(1) .credits {
    position: absolute;
    right: 20%;
    bottom: -30%;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(2) {
    width: 50%;
    margin: 0 auto;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(2) .credits {
    position: absolute;
    right: 0;
    bottom: -10%;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(3) {
    width: 16%;
    margin: -20% auto 0 10%;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(3) .credits {
    position: absolute;
    right: 0;
    bottom: -50px;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(4) {
    width: 50%;
    margin: 10% auto 0 0;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(4) .credits {
    position: absolute;
    left: 0;
    bottom: -30px;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(5) {
    width: 20%;
    margin: 60% auto 0 0;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(5) .credits {
    position: absolute;
    left: -90%;
    bottom: 40%;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(6) {
    width: 30%;
    margin: -15% auto 0 0;
  }
  main .sec .insec .items#sec06 .item_inner:nth-child(6) .credits {
    position: absolute;
    right: 0%;
    bottom: -30%;
  }
  main .sec .insec .items#sec07 {
    width: 100%;
    margin: 0 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(1) {
    width: 50%;
    margin: -10% 10% 0 auto;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(1) .credits {
    position: absolute;
    left: 0;
    top: -20%;
    right: inherit;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(2) {
    width: 65%;
    margin: -26% auto 0 0;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(2) .credits {
    position: absolute;
    left: 3%;
    top: 28%;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(3) {
    width: 60%;
    margin: -30% 0 0 auto;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(3) .credits {
    position: absolute;
    right: 0%;
    top: -19%;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(4) {
    width: 50%;
    margin: -20% auto 0 0;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(4) .credits {
    position: absolute;
    right: 10%;
    bottom: -6%;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(5) {
    width: 50%;
    margin: -30% 0 0 auto;
  }
  main .sec .insec .items#sec07 .item_inner:nth-child(5) .credits {
    position: absolute;
    right: 10%;
    bottom: inherit;
    top: -20%;
  }
  main .sec .insec .items#sec08 {
    width: 100%;
    margin: 0% auto 0 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(1) {
    width: 21.7391304348%;
    margin: -10% auto 0 0;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(1) .credits {
    position: absolute;
    right: -50%;
    bottom: 5%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(2) {
    width: 21.7391304348%;
    margin: 10% 0 0 auto;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(2) .credits {
    position: absolute;
    right: 0;
    bottom: -20%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(3) {
    width: 30%;
    margin: 18% auto 0;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(3) .credits {
    position: absolute;
    left: 0%;
    top: -18%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(4) {
    width: 55%;
    margin: -20% auto 0;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(4) .credits {
    position: absolute;
    left: 0;
    top: 0;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(5) {
    width: 37.6811594203%;
    margin: 8.1081081081% auto 0 0;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(5) .credits {
    position: absolute;
    left: 0;
    bottom: -15%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(6) {
    width: 50%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(6) .photo {
    width: 70%;
    margin: 6.486486% 20% 0 auto;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(6) .credits {
    position: absolute;
    left: 30%;
    top: inherit;
    bottom: -20%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(7) {
    width: 50%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(7) .photo {
    width: 60%;
    margin: 20% 30px 0 auto;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(7) .credits {
    position: absolute;
    right: 30%;
    bottom: -20%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(8) {
    width: 48%;
    margin: 20% auto 0 0;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(8) .credits {
    position: absolute;
    left: 0%;
    bottom: -20%;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(9) {
    width: 48%;
    margin: 0 auto 0 0;
  }
  main .sec .insec .items#sec08 .item_inner:nth-child(9) .credits {
    position: absolute;
    left: 10%;
    bottom: -25%;
  }
  main .sec .insec .items#sec09 {
    width: 100%;
    margin: 0 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .items#sec09 .item_inner:nth-child(1) {
    width: 25%;
    margin: 5% 5% 0 auto;
  }
  main .sec .insec .items#sec09 .item_inner:nth-child(1) .credits {
    position: absolute;
    left: -100%;
    top: 20%;
  }
  main .sec .insec .items#sec09 .item_inner:nth-child(2) {
    width: 55%;
    margin: -10% auto 0 5.5555555556%;
  }
  main .sec .insec .items#sec09 .item_inner:nth-child(2) .credits {
    position: absolute;
    right: inherit;
    top: inherit;
    left: 0%;
    bottom: -20%;
  }
  main .sec .insec .items#sec09 .item_inner:nth-child(3) {
    width: 50%;
    margin: -30% 0 0 auto;
  }
  main .sec .insec .items#sec09 .item_inner:nth-child(3) .credits {
    position: absolute;
    left: -20%;
    bottom: 0%;
  }
  footer {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 15.3846153846% 5.1282051282% 5.1282051282%;
    margin: 0 auto 0;
    background: url(https://baycrews.jp/src/feature/20251208_jsm/images/background.webp);
    background-repeat: no-repeat;
    background-size: 200%;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 20px;
    position: relative;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 65px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #FFF;
    font-family: "bebas-neue-semirounded", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-style: normal;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
    color: #FFF;
    opacity: 0.5;
  }
  footer .infoot div p {
    color: #FFF;
    font-family: "bebas-neue-semirounded", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    position: absolute;
    right: 40px;
    bottom: 120px;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right bottom;
  }
  footer .infoot .pgtop a {
    color: #FFF;
    font-family: "bebas-neue-semirounded", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-style: normal;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot .pgtop a:hover {
    color: #FFF;
    opacity: 0.5;
  }
  /* common credits------ */
  .credits {
    z-index: 2;
  }
  .credits:first-child {
    padding-right: 30px;
  }
  .credits > div {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div:hover {
    opacity: 0.7;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #FFF;
    font-family: "felt-tip-roman", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt strong {
    color: #FFF;
    font-family: "felt-tip-roman", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 5px;
  }
  .credits > div dl dt span {
    color: #FFF;
    font-family: "felt-tip-roman", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-left: 5px;
  }
  .credits > div dl dd {
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dd a {
    color: #FFF;
    font-family: "felt-tip-roman", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 2px 10px 3px;
    border-radius: 0.3vw;
  }
  .credits > div dl dd strong {
    color: #FFF;
    font-family: "felt-tip-roman", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-right: 5px;
  }
}/*# sourceMappingURL=style.css.map */