@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
:root {
  --main-color: #000;
  --font: "Puritan", 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", メイリオ, Meiryo "system-ui", sans-serif;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

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

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time12 {
  animation-delay: 1.2s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

.delay-time3 {
  animation-delay: 3s;
}

.delay-time35 {
  animation-delay: 3.5s;
}

.delay-time4 {
  animation-delay: 4s;
}

.delay-time45 {
  animation-delay: 4.5s;
}

.ftool-wrapper .ref-item .name {
  font-size: 12px;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/* フェードアウトのアニメーション */
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.box-wrapper .pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .box-wrapper .pc {
    display: block;
  }
}
.box-wrapper .sp {
  display: block;
}
@media screen and (min-width: 750px) {
  .box-wrapper .sp {
    display: none;
  }
}

/* ---------------------------- */
/* Initialize
/* ---------------------------- */

:root {
  --white: #fefefe;
  --black: #12120C;
  --yellow: #E2D96D;
  --fontSizeSS: clamp(10px, 0.9375vw, 12px);
  --fontSizeS: clamp(12px, 1.09375vw, 14px);
  --fontSizeM: clamp(14px, 1.25vw, 16px);
  --fontSizeL: clamp(14px, 1.5625vw, 20px);
  --fontSizeXL: clamp(16px, 1.875vw, 24px);
  --fontSizeXXL: clamp(24px, 2.5vw, 32px);
}

.box-wrapper {
  font: normal 400 16px/1.75 "dnp-shuei-nmincho-std", sans-serif;
  font-optical-sizing: auto;
  background: var(--white);
  color: var(--black);
  position: relative;
  overflow-x: clip;
}

.box-wrapper a:link,
.box-wrapper a:visited {
  color: var(--black);
  text-decoration: none;
  transition: .3s ease;
}

@media (any-hover: hover) {

  .box-wrapper a:hover,
  .box-wrapper a:active {
    color: var(--black);
    text-decoration: none;
  }

}

/* ---------------------------- */
/* Font
/* ---------------------------- */

.box-wrapper .-field {
  font-family: "field-gothic-condensed", sans-serif;
  font-style: normal;
}

.box-wrapper .-fw_100 { font-weight: 100; }
.box-wrapper .-fw_200 { font-weight: 200; }
.box-wrapper .-fw_300 { font-weight: 300; }
.box-wrapper .-fw_400 { font-weight: 400; }
.box-wrapper .-fw_500 { font-weight: 500; }
.box-wrapper .-fw_600 { font-weight: 600; }
.box-wrapper .-fw_700 { font-weight: 700; }
.box-wrapper .-fw_800 { font-weight: 800; }
.box-wrapper .-fw_900 { font-weight: 900; }

/* ---------------------------- */
/* Image
/* ---------------------------- */

.box-wrapper img {
  display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.box-wrapper .-pic {
	display: block;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

.box-wrapper .-pic > .-img {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* ---------------------------- */
/* Text
/* ---------------------------- */

.box-wrapper .-text_box > * { margin-bottom: 1.75em; }
.box-wrapper .-text_box > *:last-child { margin-bottom: 0; }

.box-wrapper .-ls_-200 { letter-spacing: -.2em; }
.box-wrapper .-ls_-175 { letter-spacing: -.175em; }
.box-wrapper .-ls_-150 { letter-spacing: -.15em; }
.box-wrapper .-ls_-125 { letter-spacing: -.125em; }
.box-wrapper .-ls_-100 { letter-spacing: -.1em; }
.box-wrapper .-ls_-75 { letter-spacing: -.075em; }
.box-wrapper .-ls_-50 { letter-spacing: -.05em; }
.box-wrapper .-ls_-25 { letter-spacing: -.025em; }
.box-wrapper .-ls_25 { letter-spacing: .025em; }
.box-wrapper .-ls_50 { letter-spacing: .05em; }
.box-wrapper .-ls_75 { letter-spacing: .075em; }
.box-wrapper .-ls_100 { letter-spacing: .1em; }
.box-wrapper .-ls_125 { letter-spacing: .125em; }
.box-wrapper .-ls_150 { letter-spacing: .15em; }
.box-wrapper .-ls_175 { letter-spacing: .175em; }
.box-wrapper .-ls_200 { letter-spacing: .2em; }

/* ---------------------------- */
/* Inner
/* ---------------------------- */

.box-wrapper * > .-inner {
	width: 86%;
	margin: 0 auto;
}

/* ---------------------------- */
/* Component
/* ---------------------------- */

.box-wrapper .--260905RelumeSec {
  width: 100%;
  height: 200dvh;
  position: sticky;
  top: 0;
}

.box-wrapper .-bg {
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center center / cover;
}

.box-wrapper .--260905RelumeSec > .-inner {
  height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.right_position {
  height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.box-wrapper .--260905RelumeSecImgs {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 1.25vw, 16px);
}

.box-wrapper .--260905RelumeSecImgs .--260905RelumeSecImg img {
  width: auto;
  height: calc( calc(88dvh - clamp(12px, 1.25vw, 16px)) / 2 );
}

.box-wrapper .-modal {
  cursor: pointer;
}

.box-wrapper .-modal .-modalContents {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  color: var(--white);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

.box-wrapper .-modal.isActive .-modalContents {
  opacity: 1;
  visibility: visible;
}

.box-wrapper .-modal .-modalContents .-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: .75;
}

.box-wrapper .-modal .-modalContents > .-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: clamp(24px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-wrapper .-modal .-credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, .9375vw, 12px);
  text-transform: uppercase;
}

.box-wrapper .-modal .-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: clamp(16px, 1.875vw, 24px);
}

.box-wrapper .-modal .-credit .-itemName {
  font-size: var(--fontSizeXL);
  line-height: 1.5;
}

.box-wrapper .-modal .-credit .-itemInfo {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 16px);
}

.box-wrapper .-modal .-credit .-creditPrice {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.box-wrapper .-modal .-credit .-creditPrice .-price {
  font-size: var(--fontSizeL);
}

.box-wrapper .-modal .-credit .-creditPrice .-taxIn {
  font-size: var(--fontSizeM);
}

.box-wrapper .-modal .-credit .-creditBtn a {
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--fontSizeL);
  width: clamp(40px, 3.75vw, 48px);
  height: clamp(21px, 2.1875vw, 28px);
  border: 1px solid var(--white);
}

.box-wrapper .-modal .-credit .-creditBtn a span {
  line-height: 1;
  padding-top: 1px;
}

.box-wrapper .-modal .-plus {
  position: absolute;
  top: clamp(24px, 4.375vw, 56px);
  right: clamp(24px, 4.375vw, 56px);
  width: clamp(32px, 3.75vw, 48px);
  height: clamp(32px, 3.75vw, 48px);
  z-index: 2;
  transform: rotate(0);
  transition: .5s ease;
}

.box-wrapper .-modal.isActive .-plus {
  transform: rotate(45deg);
}

.box-wrapper .-modal .-plus::before,
.box-wrapper .-modal .-plus::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--black);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s ease;
}

.box-wrapper .-modal.-dark .-plus::before,
.box-wrapper .-modal.-dark .-plus::after {
  background: var(--white);
}

.box-wrapper .-modal .-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.box-wrapper .-modal.isActive .-plus::before,
.box-wrapper .-modal.isActive .-plus::after {
  background: var(--white);
}

@media screen and (min-width: 750px) {

  .box-wrapper .--260905RelumeSecImgs {
    flex-direction: row;
  }

  .box-wrapper .--260905RelumeSecImgs .--260905RelumeSecImg img {
    height: 80dvh;
  }

}

/* ---------------------------- */
/* FV
/* ---------------------------- */

.box-wrapper #--260905RelumeFv {
  position: relative;
  width: 100%;
  height: 100dvh;
}

.box-wrapper #--260905RelumeFv .--260905RelumeFvBg {
  background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/01/01_sp.webp);
}

.box-wrapper #--260905RelumeFv > .-inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.box-wrapper #--260905RelumeFv .--260905RelumeJs {
  position: absolute;
  bottom: clamp(24px, 2.5vw, 32px);
  left: clamp(24px, 2.5vw, 32px);
  width: clamp(64px, 8.125vw, 104px);
}

.box-wrapper #--260905RelumeFv .--260905RelumeFvContents {
  width: 100%;
  height: 40dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 clamp(24px, 2.5vw, 32px) clamp(24px, 2.5vw, 32px);
}

.box-wrapper #--260905RelumeFv .--260905RelumeTitle {
  width: clamp(272px, 48.75vw, 936px);
}

.box-wrapper #--260905RelumeFv .--260905RelumeLevis {
  width: clamp(120px, 15.625vw, 200px);
  position: absolute;
  top: clamp(24px, 2.5vw, 32px);
  right: clamp(24px, 2.5vw, 32px);
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeFv .--260905RelumeFvBg {
    background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/01/01.webp);
  }

  .box-wrapper #--260905RelumeFv .--260905RelumeJs {
    top: clamp(24px, 2.5vw, 32px);
    right: clamp(24px, 2.5vw, 32px);
    bottom: auto;
    left: auto;
  }

  .box-wrapper #--260905RelumeFv .--260905RelumeFvContents {
    align-items: flex-end;
  }

  .box-wrapper #--260905RelumeFv .--260905RelumeLevis {
    position: relative;
    top: auto;
    right: auto;
}

}

/* ---------------------------- */
/* Section 02
/* ---------------------------- */

.box-wrapper #--260905RelumeSec02 {
  background: var(--black);
}

.box-wrapper #--260905RelumeSec02 .--260905RelumeSecBg {
  background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/02/01_sp.webp);
  opacity: 0;
  visibility: hidden;
  transition: 1.5s ease;
}

.box-wrapper #--260905RelumeSec02 .--260905RelumeSecBg.isActive {
  opacity: 1;
  visibility: visible;
}
.box-wrapper #--260905RelumeSec02 .--260905RelumeSec02lead {
  opacity: 0;
  visibility: hidden;
  filter: blur(8px);
  transition: 1s ease;
}

.box-wrapper #--260905RelumeSec02 .--260905RelumeSec02lead.isActive {
  opacity: 1;
  visibility: visible;
      filter: blur(0);
}

.box-wrapper #--260905RelumeSec02 .--260905RelumeSec02lead img {
  width: clamp(260px, 64vw, 360px);
  max-height: calc(100dvh - clamp(48px, 5vw, 64px));
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeSec02 .--260905RelumeSecBg {
    background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/02/01.webp);
  }

  .box-wrapper #--260905RelumeSec02 .--260905RelumeSec02lead img {
    width: 540px;
  }
  .box-wrapper #--260905RelumeSec02 > .-inner {
  width: 100%;
  padding: clamp(24px, 2.5vw, 32px);
  justify-content: center;
  align-items: flex-end;
}
}

/* ---------------------------- */
/* Section 03
/* ---------------------------- */

.box-wrapper #--260905RelumeSec03 {
  background: var(--white);
}

/* ---------------------------- */
/* Section 04
/* ---------------------------- */

.box-wrapper #--260905RelumeSec04 .--260905RelumeSecBg {
  background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/04/01_sp.webp);
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeSec04 .--260905RelumeSecBg {
    background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/04/01.webp);
  }

}

/* ---------------------------- */
/* Section 05
/* ---------------------------- */

.box-wrapper #--260905RelumeSec05 {
  background: var(--yellow);
}

/* ---------------------------- */
/* Section 06
/* ---------------------------- */

.box-wrapper #--260905RelumeSec06 {
  background: var(--black);
}

.box-wrapper #--260905RelumeSec06 > .-inner {
  width: 86%;
}

.box-wrapper #--260905RelumeSec06 .--260905RelumeSecImgs {
  width: 100%;
  height: auto;
  gap: 0;
}

.box-wrapper #--260905RelumeSec06 .--260905RelumeSecImgs .--260905RelumeSecImg img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeSec06 > .-inner {
    width: 100%;
  }

}

/* ---------------------------- */
/* Section 07
/* ---------------------------- */

.box-wrapper #--260905RelumeSec07 {
  background: var(--white);
}

.box-wrapper #--260905RelumeSec07 .--260905RelumeSecImgs .--260905RelumeSecImg img {
  height: 86dvh;
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeSec07 .--260905RelumeSecImgs .--260905RelumeSecImg img {
    height: 80dvh;
  }

}

/* ---------------------------- */
/* Section 08
/* ---------------------------- */

.box-wrapper #--260905RelumeSec08 {
  background: var(--black);
}

/* ---------------------------- */
/* Section 09
/* ---------------------------- */

.box-wrapper #--260905RelumeSec09 .--260905RelumeSecBg {
  background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/09/01_sp.webp);
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeSec09 .--260905RelumeSecBg {
    background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/09/01.webp);
  }

}

/* ---------------------------- */
/* Section 10
/* ---------------------------- */

.box-wrapper #--260905RelumeSec10 .--260905RelumeSecBg {
  background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/10/01_sp.webp);
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeSec10 .--260905RelumeSecBg {
    background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/10/01.webp);
  }

}

/* ---------------------------- */
/* Section 11
/* ---------------------------- */

.box-wrapper #--260905RelumeSec11 .--260905RelumeSecBg {
  background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/11/01_sp.webp);
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeSec11 .--260905RelumeSecBg {
    background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/11/01.webp);
  }

}

/* ---------------------------- */
/* Footer
/* ---------------------------- */

.box-wrapper #--260905RelumeFooter {
  background: var(--white);
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.box-wrapper #--260905RelumeFooter .--260905RelumeFooterImg {
  width: 100%;
  height: 100%;
  background: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/12/01_sp.webp) no-repeat center center / cover;
}

.box-wrapper #--260905RelumeFooter .--260905RelumeFooterContents {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(40px, 5vw, 64px) clamp(24px, 2.5vw, 32px) clamp(24px, 2.5vw, 32px);
}

.box-wrapper #--260905RelumeFooter .--260905RelumeFooterContents > .-inner {
  width: 100%;
}

.box-wrapper #--260905RelumeFooter .--260905RelumeFooterContents ul {
  list-style-type: none;
  line-height: 1.5;
}

.box-wrapper #--260905RelumeFooter .--260905RelumeStaff {
  font-size: var(--fontSizeXL);
  padding: 0 0 clamp(32px, 3.125vw, 40px);
}

.box-wrapper #--260905RelumeFooter .--260905RelumeLinks {
  font-size: var(--fontSizeXXL);
  padding: clamp(32px, 3.75vw, 48px) 0 0;
  position: relative;
}

.box-wrapper #--260905RelumeFooter .--260905RelumeLinks::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--black);
  position: absolute;
  top: 0;
  left: 0;
}

.box-wrapper #--260905RelumeFooter .--260905RelumeCopy {
  font-size: var(--fontSizeM);
  line-height: 1;
  padding: clamp(48px, 5vw, 64px) 0 0;
}

.box-wrapper #--260905RelumeFooter .--260905RelumeBackToTop {
  font-size: var(--fontSizeXL);
  line-height: 1;
  position: absolute;
  bottom: clamp(24px, 2.65625vw, 34px);
  right: clamp(38px, 4.140625vw, 53px);
  transform: rotate(90deg);
  transform-origin: right bottom;
}

@media screen and (min-width: 750px) {

  .box-wrapper #--260905RelumeFooter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .box-wrapper #--260905RelumeFooter .--260905RelumeFooterImg {
    background-image: url(https://baycrews-ownd-assets.baycrews.co.jp/feature/20260905_relume/assets/images/12/01.webp);
  }

  .box-wrapper #--260905RelumeFooter .--260905RelumeFooterContents {
    height: 100%;
    padding: clamp(24px, 2.5vw, 32px);
  }

  .box-wrapper #--260905RelumeFooter .--260905RelumeCopy {
    padding: 0;
    position: absolute;
    bottom: clamp(24px, 2.5vw, 32px);
    left: clamp(24px, 2.5vw, 32px);
  }

}