@charset "UTF-8";
@import url("https://use.typekit.net/bhm1oqe.css"); /*Acumin*/
@import url("https://use.typekit.net/hzi7aom.css"); /*Acumin Condensed*/
/* --------------------------------------------------
Common
-------------------------------------------------- */
html {
  font-size: 2.666vw;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #333;
}

body {
  font-size: 1.2rem;
}
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;
}

@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);
}

.fadeinL {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.fadeinR {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadeinR.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;*/
  overflow: hidden;
}

@media (min-width: 835px) {
  html {
    font-size: 62.5%;
  }
  ::-moz-selection {
    background: #28618E;
    color: #fff;
  }
  ::selection {
    background: #28618E;
    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 {
  margin-bottom: 6rem;
}
.mainVisual__img {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 6px;
  margin-bottom: 3.7rem;
}
.mainVisual__img li:nth-child(1).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.1s forwards;
}
.mainVisual__img li:nth-child(2).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.3s forwards;
}
.mainVisual__img li:nth-child(3).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.5s forwards;
}
.mainVisual__img li:nth-child(4).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.7s forwards;
}
.mainVisual__img li:nth-child(5).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 0.9s forwards;
}
.mainVisual__img li:nth-child(6).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.1s forwards;
}
.mainVisual__img li:nth-child(7).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.3s forwards;
}
.mainVisual__img li:nth-child(8).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.5s forwards;
}
.mainVisual__img li:nth-child(9).active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.7s forwards;
}
.mainVisual__text.active {
  opacity: 0;
  animation: fadeIn 1.4s ease 1.9s forwards;
}
.mainVisual__title {
  width: calc(282 / 390 * 100vw);
  margin: 0 auto 1rem;
}
.mainVisual__logo {
  width: calc(156 / 390 * 100vw);
  margin: 0 auto 2.4rem;
}
.mainVisual__lead {
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.main .lookWrap {
  position: relative;
}
.main .lookWrap .look {
  width: calc(100% - 20px);
  margin: 0 auto 9rem;
}
.main .lookWrap .look .look-name {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 2rem;
  border-left: 3px solid #28618E;
  padding: 8px 0 10px 18px;
}
.main .lookWrap .look .look-name_1 {
  font-weight: 600;
  font-size: 2.2rem;
}
.main .lookWrap .look .look-name_3 a {
  text-decoration: underline;
}
.main .lookWrap .look .look-main {
  margin-bottom: 3rem;
}
.main .lookWrap .look .look-main_ph {
  margin-bottom: 1rem;
}
.main .lookWrap .look .look-main_txt {
  color: #28618E;
  font-size: 1.5rem;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.main .lookWrap .look .look-main_txt p {
  padding-left: 26px;
  position: relative;
  margin-bottom: 4px;
}
.main .lookWrap .look .look-main_txt p::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #28618E;
  position: absolute;
  top: 7px;
  left: 0;
}
.main .lookWrap .look .look-main_txt p:last-child {
  margin-bottom: 0;
}
.main .lookWrap .look .look-sub_img {
  margin-bottom: 4rem;
}
.main .lookWrap .look .look-sub_img .left, .main .lookWrap .look .look-sub_img .right {
  position: relative;
}
.main .lookWrap .look .look-sub_img .left {
  width: calc(280 / 390 * 100vw);
  z-index: 2;
}
.main .lookWrap .look .look-sub_img .right {
  width: calc(234 / 390 * 100vw);
  margin: -3rem 0 0 auto;
}
.main .lookWrap .look .look-sub_img .right.on {
  z-index: 5;
}
.main .lookWrap .look .look-sub_img.flexR .left {
  margin: 0 0 0 auto;
}
.main .lookWrap .look .look-sub_img.flexR .right {
  margin: -3rem 0 0 0;
}
.main .lookWrap .look .look-sub_txt {
  width: calc(100% - 20px);
  margin: 0 auto 2rem;
  padding: 1.4rem 2rem;
  box-sizing: border-box;
  position: relative;
}
.main .lookWrap .look .look-sub_txt::before, .main .lookWrap .look .look-sub_txt::after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
}
.main .lookWrap .look .look-sub_txt::before {
  background: url("https://baycrews.jp/src/feature/20250806_relumeL/bracket_left.svg") 0 0/contain no-repeat;
  left: 0;
  top: 0;
}
.main .lookWrap .look .look-sub_txt::after {
  background: url("https://baycrews.jp/src/feature/20250806_relumeL/bracket_right.svg") 0 0/contain no-repeat;
  right: 0;
  bottom: 0;
}
.main .lookWrap .look .look-credit {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.main .lookWrap .look .look-credit .credit-each {
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.main .lookWrap .look .look-credit .credit-each span {
  margin-right: 1rem;
}
.main .lookWrap .look .look-credit .credit-each a {
  color: #FFF;
  font-size: 1.1rem;
  padding: 1px 6px;
  background-color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.main .lookWrap .look .look-credit .credit-each a:hover {
  background-color: #FFF;
  color: #000;
}
.main .lookWrap .look .look-credit .credit-each .item-d-none {
  display: none;
}
.main .lookWrap .look .look-credit .credit-each.fontB {
  color: #28618E;
}
.main .lookWrap .look .look-credit .credit-each.fontB a {
  background-color: #28618E;
  border: 1px solid #28618E;
  box-sizing: border-box;
}
.main .lookWrap .look .look-credit .credit-each.fontB a:hover {
  background-color: #FFF;
  color: #28618E;
}
.main .lookWrap .look .look-attention {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 9rem;
}
.main .information {
  width: calc(100% - 40px);
  margin-inline: auto;
  border: 1px solid #28618E;
  padding: 20px 25px;
  box-sizing: border-box;
  margin-bottom: 3rem;
}
.main .information p {
  color: #28618E;
}
.main .information__title {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.main .information__text {
  font-size: 1.1rem;
}
.main .staff {
  text-align: center;
  margin-bottom: 8rem;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
}

@media screen and (min-width: 769px) {
  .mainVisual {
    margin-bottom: 12rem;
    display: flex;
    align-items: center;
  }
  .mainVisual__img {
    width: 50%;
    gap: 6px;
    margin-bottom: 3.7rem;
  }
  .mainVisual__text {
    width: 50%;
  }
  .mainVisual__title {
    width: calc(440 / 1280 * 100vw);
    margin: 0 auto 1rem;
  }
  .mainVisual__logo {
    width: calc(246 / 1280 * 100vw);
    margin: 0 auto 3rem;
  }
  .mainVisual__lead {
    font-size: calc(13 / 1280 * 100vw);
    padding: 0 10px;
  }
  .main .lookWrap {
    position: relative;
  }
  .main .lookWrap .look {
    width: 800px;
    margin: 0 auto 16rem;
  }
  .main .lookWrap .look .look-name {
    line-height: 1.4;
    margin-bottom: 3rem;
    border-left: 5px solid #28618E;
    padding: 8px 0 10px 18px;
  }
  .main .lookWrap .look .look-name_1 {
    font-size: 2.5rem;
  }
  .main .lookWrap .look .look-main {
    margin-bottom: 4rem;
  }
  .main .lookWrap .look .look-main_ph {
    margin-bottom: 1.6rem;
  }
  .main .lookWrap .look .look-main_txt {
    font-size: 1.6rem;
  }
  .main .lookWrap .look .look-main_txt p {
    padding-left: 26px;
    position: relative;
    margin-bottom: 4px;
  }
  .main .lookWrap .look .look-main_txt p::before {
    width: 20px;
    height: 1px;
    top: 7px;
    left: 0;
  }
  .main .lookWrap .look .look-sub_img {
    margin-bottom: 6rem;
  }
  .main .lookWrap .look .look-sub_img .left {
    width: 540px;
  }
  .main .lookWrap .look .look-sub_img .right {
    width: 460px;
    margin: -6rem 0 0 auto;
  }
  .main .lookWrap .look .look-sub_img.flexR .right {
    margin: -6rem 0 0 0;
  }
  .main .lookWrap .look .look-sub_txt {
    width: 600px;
    margin: 0 auto 6rem;
    padding: 2.4rem 3rem;
  }
  .main .lookWrap .look .look-sub_txt::before, .main .lookWrap .look .look-sub_txt::after {
    width: 45px;
    height: 45px;
  }
  .main .lookWrap .look .look-credit {
    font-size: 1.6rem;
    width: 600px;
    margin-inline: auto;
  }
  .main .lookWrap .look .look-credit .credit-each {
    margin-bottom: 4px;
  }
  .main .lookWrap .look .look-credit .credit-each a {
    font-size: 1.2rem;
    padding: 1px 6px;
  }
  .main .lookWrap .look .look-attention {
    font-size: 1.3rem;
    margin-top: 16rem;
  }
  .main .information {
    width: 640px;
    padding: 20px 25px;
    margin-bottom: 6rem;
  }
  .main .information__title {
    font-size: 1.9rem;
  }
  .main .information__text {
    font-size: 1.3rem;
  }
  .main .staff {
    margin-bottom: 12rem;
    font-size: 1.4rem;
  }
}
/* --------------------------------------------------
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;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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 30px 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: 340px;
  height: 244px;
  background-image: url("https://baycrews.jp/src/feature/20250806_relumeL/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: #28618E;
  display: block;
}

#loader.complete {
  opacity: 0;
}

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