@charset "UTF-8";

/*SP、PC共通スタイルここに*/
/* base */
.ftool-wrapper > .article,
.ftool-wrapper .description,
.ss-article-main-image,
.ftool-wrapper p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.ftool-wrapper h2 {
  font-size: 1em;
} 

.ftool-wrapper h3 {
  margin-bottom: 0;
}

.ftool-wrapper #sec01 {
  margin-bottom: 0;
}

/* setting */
html,
body {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

:root {
  --scroll-bar-width: 15px;
  --primary: #343434;
  --background: #F9F8F3;
  --green: #3BAA55;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
    cursor: pointer;  
  }
  .modalBlock__btn a:hover {
    color: var(--green);
    background-color: var(--background);
    border: 1px solid var(--green);
    padding: 3px 24px;
    border-radius: 16px;
    transition: .4s;
    cursor: pointer;
  }
}
/* setting */

/* font */
.f-en {
  font-family: "norman-variable", sans-serif;
  font-variation-settings: "wght" 400;
  line-height: 100%;
}

.f-en--neue {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}

.f-ja--bold {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;  
}

.f-ja--mincho {
  font-family: "fot-matisse-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
}

#container {
  max-width: 100vw;
  width: 100%;
  margin: auto;
  font-size: 12px;
  background: var(--background);
  color: var(--primary);
  line-height: 180%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#container img {
  width: 100%;
  display: block;
}

.close {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
  gap: 3px;
}

.ClassNameBuy .item-d-none {
  display: none;
}

.l-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  width: calc(100% / 3);
}

.js-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itemBlock__image::after {
  content: "";
  display: block;
  background: url(https://baycrews.jp/src/feature/20260401_jsf/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.itemBlock__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

#container .itemBlock__image img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease; /* なめらかに */
}

#container .itemBlock__image:hover img {
  transform: scale(1.03); /* ちょい拡大 */
}

.modals {
  width: 90%;
  margin-inline: auto;
  padding-bottom: calc(200 / 375 * 100vw);
}

.l-modal {
  padding-top: calc(64 / 375 * 100vw);
}

.visualBlock__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visualBlock {
  position: relative;
  height: 100vh;
  transform: translateZ(0);
}

.visualBlock::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.30) -0.27%,
    rgba(102, 102, 102, 0.00) 99.73%
  );
  z-index: 1;
  pointer-events: none;
}

.visualBlock__title {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(54 / 375 * 100vw);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.visualBlock__titleMain {
  width: 70%;
}

.visualBlock__titleLogo {
  width: 37%;
}

.leadBlock__title {
  font-size: 18px;
  letter-spacing: -0.9px;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-bottom: 32px;
}

.leadBlock {
  width: 95%;
  margin-inline: auto;
  padding-top: calc(48 / 375 * 100vw);
  padding-bottom: calc(48 / 375 * 100vw);
}

.leadBlock__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.profileBlock a {
  color: #FFF;
}

.profileBlock {
  position: relative;
  background-image: url(https://baycrews.jp/src/feature/20260401_jsf/images/profile-sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
}

.profileBlock__name {
  font-size: 16px;
}

.profileBlock__text {
  font-size: 10px;
  line-height: 150%;
}

.profileBlock__image {
  width: 35%;
  padding-bottom: 20px;
}

.profileBlock__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  padding-top: calc(32 / 375 * 100vw);
  padding-bottom: calc(40 / 375 * 100vw);
}

.profileBlock__info {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.profileBlock__link {
  padding-top: 10px;
  font-size: 11px;
}

.profileBlock__link a {
  position: relative;
  display: inline-block;
  padding-top: 28px; 
  text-decoration: underline;
}

.profileBlock__link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background-image: url(https://baycrews.jp/src/feature/20260401_jsf/images/ig_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.contentsBlock__section {
  padding-top: calc(50 / 375 * 100vw);
}

.contentsBlock__title {
  font-size: 36px;
  color: var(--green);
  position: relative;
  padding-top: 10px;
}

.contentsBlock__section.contentsBlock__section--01 .contentsBlock__title {
  font-size: 32px;
}

.contentsBlock__line {
  width: 1px;
  height: 80px;
  background-color: var(--green);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}

.contentsBlock__line.is-show {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.8s ease-out, opacity 0.3s ease-out;
}

.contentsBlock__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: calc(24 / 375 * 100vw);
}

.itemBlock__items {
  display: flex;
  flex-wrap: wrap;
}

.interviewBlock__text {
  width: 90%;
  margin-inline: auto;
}

.interviewBlock__question p {
  font-size: 14px;
  background-color: var(--green);
  width: fit-content;
  color: #FFF;
  padding: 5px !important;
  line-height: 100%;
}

.interviewBlock__question {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
}

.interviewBlock__answer {
  line-height: 170%;
  position: relative;
}

.interviewBlock__answer {
  position: relative;
}

.interviewBlock__answer::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: var(--green);
}

.interviewBlock__answerText {
  display: inline;
  padding-left: 28px;
  color: var(--green);
}

.interviewBlock__image,
.interviewBlock__wrap {
  padding-bottom: calc(24 / 375 * 100vw);
}

.interviewBlock__text--pt {
  padding-top: 24px;
}

.interviewBlock__image.interviewBlock__image--center {
  width: 90%;
  margin-inline: auto;
}

.interviewBlock__image.interviewBlock__image--right {
  width: 76%;
  margin-left: auto;
  padding-right: calc(20 / 375 * 100vw);
}

.interviewBlock__image.interviewBlock__image--left {
  width: 95%;
  margin-right: auto;
}

.interviewBlock__wrap:last-of-type {
  padding-bottom: 0;
}

.storeBlock__item {
  width: 90%;
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
}

.storeBlock__info {
  background-color: #FFF;
  padding: 16px 24px;
  font-size: 11px;
  line-height: 170%;
  color: var(--green);
}

.storeBlock__infoList li {
  position: relative;
  padding-left: 10px; 
}

.storeBlock__infoList li::before {
  content: "";
  position: absolute;
  top: 0.6em; 
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--green);
  border-radius: 50%;
}

.storeBlock__infolink a {
  color: var(--green);
  text-decoration: underline;
}

.storeBlock__infoInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.storeBlock__item:first-child {
  margin-bottom: calc(20 / 375 * 100vw);
}

.endrollBlock__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 190%;
}

.endrollBlock {
  padding-top: calc(50 / 375 * 100vw);
  padding-bottom: calc(100 / 375 * 100vw);
}

.footerBlock__logo.footerBlock__logo--top {
  width: 43%;
}

.footerBlock__logo.footerBlock__logo--bottom {
  width: 17%;
}

.footerBlock {
  position: relative;
}

.footerBlock a {
  color: #FFF;
}

.footerBlock__link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 56px;
  font-size: 11px;
}

.footerBlock__links,
.footerBlock__logo {
  display: flex;
  align-items: center;  
  gap: 10px;
}

.footerBlock__logo {
  display: flex;
  flex-direction: column;
  align-items: center;  
}

.footerBlock__linkWrap {
  display: flex;
  flex-direction: column;
  align-items: center;  
  gap: 20px;
}

.modalBlock__creditName {
  font-size: 24px;
}

.modalBlock__creditPrice {
  font-size: 13px;
}

.modalBlock__creditInfo {
  color: var(--green);
}

.modalBlock__creditInfo {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modalBlock__btn a {
  color: #FFF;
  text-decoration: none;
  background-color: var(--green);
  padding: 3px 24px;
  border-radius: 16px;
  border: 1px solid var(--green);
  display: inline-block;
}

.modalBlock__credit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;  
  border-top: dashed 1px var(--green);
  padding-top: 10px;
}

.modalBlock__image {
  padding-bottom: 16px;
}

.modalBlock__btn .item-d-none {
  display: none;
}

.footerBlock__links a {
  text-decoration: underline;
}

.modalBlock__creditName .notice {
  font-size: 11px;
}

.modalBlock__creditName--custom {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.modalBlock__credit--mt {
  margin-top: 16px;
}

/* 共通スタイル*/

@media screen and (min-width: 768px) {
/*PC用スタイル*/
 
.modals {
  padding-top: calc(80 / 1280 * 100vw);
  padding-bottom: calc(200 / 1280 * 100vw);
}

.modalBlock__creditName {
  font-size: 28px;
}

.footerBlock__link {
  gap: 40px;
}

.footerBlock__logo.footerBlock__logo--bottom {
  width: 11%;
  max-width: 64px;
}

.footerBlock__logo.footerBlock__logo--top {
  width: 27%;
  max-width: 160px;
}

.endrollBlock {
  padding-top: calc(56 / 1280 * 100vw);
  padding-bottom: calc(56 / 1280 * 100vw);
}

.storeBlock__item:first-child {
  margin-bottom: 32px;
}

.storeBlock__item {
  border-radius: 24px;
}

.storeBlock__info {
  padding: 24px 32px;
}

.storeBlock__item {
  width: 80%;
  max-width: 480px;
}

.interviewBlock__image.interviewBlock__image--right {
  padding-right: calc(32 / 1280 * 100vw);
}

.interviewBlock__answerText {
  font-size: 13px;
}

.interviewBlock__question p {
  font-size: 16px;
}

.interviewBlock__image, .interviewBlock__wrap {
  padding-bottom: calc(32 / 1280 * 100vw);
}

.contentsBlock__head {
  padding-bottom: calc(32 / 1280 * 100vw);
}

.contentsBlock__title {
  font-size: calc(40 / 1280 * 100vw);
}

.contentsBlock__section.contentsBlock__section--01 .contentsBlock__title {
  font-size: calc(36 / 1280 * 100vw);
}

.contentsBlock__section {
  padding-top: calc(64 / 1280 * 100vw);
}

.profileBlock__info {
  width: 56%;
}

.profileBlock__image {
  width: 25%;
  max-width: 132px;
}

.profileBlock__inner {
  padding-top: calc(32 / 1280 * 100vw);
  padding-bottom: calc(40 / 1280 * 100vw);
}

.profileBlock {
  width: 90%;
  margin-inline: auto;
  max-width: 540px;
}

.visualBlock__titleMain {
  max-width: 325px;
}

.visualBlock__titleLogo {
  max-width: 175px;
}

#contents {
  width: 75%;
  margin-inline: auto;
}

.leadBlock {
  padding-top: calc(80 / 1280 * 100vw);
  padding-bottom: calc(64 / 1280 * 100vw);
}

.itemBlock__image::after {
  width: calc(32 / 1280 * 100vw);
  height: calc(32 / 1280 * 100vw);
}

.profileBlock {
  background-image: url(https://baycrews.jp/src/feature/20260401_jsf/images/profile-pc.webp);
}

.visualBlock__title {
  gap: calc(67 / 1280 * 100vw);
}

.l-thumbs .js-thumbWrap {
  width: calc(100% / 3);
}

.l-modal {
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: calc(80 / 1280 * 100vw);
  padding-top: 20px;
} 

#container .contents {
  width: 100%;
}

.sp {
  display: none;
}

.c-close {
  position: fixed;
  right: 10vw;
  top: 2vw;
  font-size: 5em;
  z-index: 3;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#container .l-articleLayout__article {
  float: right;
  width: 63%;
  transition: 0.85s ease;
  position: relative;
  top: 0;
}

.visualBlock {
  width: 100%;
  overflow: hidden;
}
}

  /*PC用スタイル*/


@media screen and (max-width: 768px) {
  /*SP用スタイル*/

.c-close {
  position: fixed;
  right: 2vw;
  top: 5vw;
  z-index: 3;
  width: 30px;
}
}
  /*SP用スタイル*/

  /* fixed設定 */
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.description > #container {
  overflow: visible;
}

@media screen and (max-width: 1002px) {
  #container {
    margin: 0;
  }
}
#container img,
#container video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

#container .main__visual ,
.main__visual .visual_title ,
.main__visual {
text-align: center;
}

#container .main__visual.wrap.pc {
  width: auto;
}

#container .l-articleLayout__wrap {
  margin: 0 auto;
  display: flow-root;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #container .l-articleLayout__wrap {
    width: 100%;
  }
}
#container .l-articleLayout__article {
  transition: 0.85s ease;
  position: relative;
  top: 0;
}
@media screen and (max-width: 768px) {
  #container .l-articleLayout__article {
    float: none;
    left: 0;
    margin: 0 auto;
    width: auto;
  }
}
#container .l-articleLayout__title {
  position: sticky !important;
  float: left;
  height: 100vh;
  z-index: 3;
  width: 37%;
}
#container .d-fixed-area {
  position: relative;
}
#container .d-fixed-element {
  position: absolute;
  top: 0;
}
#container .d-fixed-element.is-fixed {
  position: fixed;
}
#container .l-articleLayout {
  background-attachment: fixed;
  background-position: top left;
  background-size: cover;
}
#container .main__visual {
  position: relative;
}
#container .main__visual .title__wrap {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #container #contents {
    width: 100%;
  }
}
/* fixed設定 */

/* フェードイン */
.fadeIn {
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  opacity: 1;
}
.fadeIn--slow {
  transition: 2s;
  opacity: 0;
}
.fadeIn--slow.animated {
  opacity: 1;
}

/* 左から表示する用 */
.fadeIn-left {
  clip-path: inset(0 100% 0 0); /* 左から隠す */
  transition: clip-path 1s ease-out;
}

.fadeIn-left.animated {
  clip-path: inset(0 0 0 0); /* 左から表示 */
}

.fadeInLoaded {
  opacity: 0;
  transition: all 2s ease;
}

.fadeInLoaded.scrollin {
  opacity: 1;
}


/* modal */
.l-modals {
  background: var(--background);
}
.js-modal {
  width: 100%;
  height: 100dvh;
  height: 100vh;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}
.js-modal.active {
  opacity: 1;
  pointer-events: auto;
}
@supports (-webkit-touch-callout: none) {
  .visualBlock {
    height: 100dvh;
  }
}