@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;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

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

:root {
  --scroll-bar-width: 15px;
  --primary: #121415;
  --secondary: #506D5E;
  --background: #121415;
}

.color--white {
  color: #FFF;
}

h1 {
  margin: 0;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
    cursor: pointer;  
    text-decoration: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .button:hover {
    opacity: 0.8;
    cursor: pointer;  
    text-decoration: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
/* setting */

#container {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: var(--primary);
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #FFF;
}

.leadBlock__text--ja {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 200%;
}

.leadBlock__text--en {
  font-size: 11px;
  padding-bottom: 40px;
  line-height: 200%;
}

#container img { 
  width: 100%;
  display: block;
  object-fit: cover;
}

#container a {
  text-decoration: none;
  color: unset;
}

li.ClassNameLi .item-d-none { 
  display: none;
}

li.ClassNameLi .item-d-none .ClassNameBuy { 
  margin-left: 0;
}

.visualBlock {
  position: relative;
}

.visualBlock__title {
  z-index: 3;
  width: calc(380 / 1280 * var(--content-width));
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.visualBlock__logo {
  width: calc(90 / 1280 * var(--content-width));
  position: absolute;
}

.contentsBlock .lookBlock__credit {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-style: normal;
  line-height: normal;
  padding-top: 20px;
  gap: 6px;
  white-space: nowrap;
}

.ClassNameLi {
  display: flex;
  gap: 5px;
  flex-direction: row;
}

.ClassNameBuy {
  margin-left: 3px;
  text-decoration: underline;
}

.lookBlock__credit.color--white .ClassNameNotice::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: #FFF; 
  margin-right: 3px;
  vertical-align: middle; 
}

.lookBlock__credit .ClassNameNotice::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: var(--primary); 
  margin-right: 3px;
  vertical-align: middle; 
}

/* swiper設定 */
.swiper,.swiperVisual {
  width: 100%;
  height: auto;  
  overflow: hidden; 
}

.swiper-slide,.swiperVisual {
  width: 100%;
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img,.swiperVisual img {
  width: 100%; 
  height: auto;
  object-fit: cover; 
}

.leadBlock__lead {
  padding-top: calc(120 / 1280 * var(--content-width));
  padding-bottom: calc(160 / 1280 * var(--content-width));
  text-align: center;
}

#footerBlock {
  color: #FFF;
}

.footerBlock__brandInfoTitle {
  font-size: 13px;
  text-align: center;
  line-height: 170%;
}

.footerBlock__brandInfoImage {
  width: calc(450 / 1280 * var(--content-width));
  margin-inline: auto;
  position: relative;
}

.footerBlock__brandInfo {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: calc(160 / 1280 * var(--content-width));
}

.footerBlock__brandInfoImageLogo {
  position: absolute;
  width: calc(280 / 1280 * var(--content-width));
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footerBlock__credit {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding-top: calc(80 / 1280 * var(--content-width));
}

.footerBlock__brandLogo {
  width: calc(200 / 1280 * var(--content-width));
}

.footerBlock__brandInfoLink {
  font-size: 12px;
  text-decoration: underline;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.footerBlock__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-bottom: calc(150 / 1280 * var(--content-width));
  padding-top: calc(80 / 1280 * var(--content-width));
}

.footerBlock__links {
  font-size: 12px;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding-bottom: calc(72 / 1280 * var(--content-width));
  padding-top: calc(72 / 1280 * var(--content-width));
}

.footerBlock__copyrights {
  font-size: 9px;
  text-align: center;
  padding-bottom: calc(20 / 1280 * var(--content-width));
}

.footerBlock__linksFrame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}

.ClassNameLi--highlight {
  font-size: 12.5px;
}

.ClassNameLi--highlight .ClassNameNotice {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.ClassNameLi--mt10 {
  margin-top: 10px;
}

.ClassNameItemFrame {
  display: flex;
  gap: 5px;
}

.ClassNameLi.ClassNameLi--frame {
  flex-direction: row;
  gap: 5px;
}
 
.contentsBlock .lookBlock__item.lookBlock__item--look12 .lookBlock__credit {
  padding-left: 20px;
}

.infoBlock__text {
  text-align: center;
  font-size: 11px;
  line-height: 170%;
}

.infoBlock__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  padding-bottom: calc(32 / 1280 * var(--content-width));
  gap: 5px;
}

.infoBlock__head-sub {
  font-size: 11px;
}

#infoBlock {
  padding-top: calc(200 / 1280 * var(--content-width));
  padding-bottom: calc(200 / 1280 * var(--content-width));
}

.infoBlock__head-day {
  font-size: 13px;
}

.infoBlock__textHead {
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
}

.infoBlock__head--bottom {
  padding-top: calc(120 / 1280 * var(--content-width));
}

.lookBlock__item {
  position: relative;
}

.lookBlock__item.lookBlock__item--look1 {
  width: calc(500 / 1280 * var(--content-width));
  padding-bottom: calc(80 / 1280 * var(--content-width));
  padding-left: calc(140 / 1280 * var(--content-width));
  z-index: 3;
}

.lookBlock__item.lookBlock__item--look2 {
  width: calc(700 / 1280 * var(--content-width));
  margin-left: auto;
  z-index: 3;
}

#section01 .lookBlock__bgImage {
  position: absolute;
  width: calc(1030 / 1280 * var(--content-width));
  z-index: 0;
  left: 0;          /* 左寄せ */
  top: 50%;
  transform: translateY(-50%);
}

#section01 {
  position: relative;
}

#section02 {
  padding-top: calc(200 / 1280 * var(--content-width));
  position: relative;
}

.lookBlock__item.lookBlock__item--look3 {
  width: calc(800 / 1280 * var(--content-width));
  padding-bottom: calc(160 / 1280 * var(--content-width));
  margin-inline: auto;
  z-index: 3;
}

#section02 .lookBlock__bg,
#section06 .lookBlock__bg {
  width: 100%;
  height: calc(430 / 1280 * var(--content-width));
  background-color: var(--background);
  position: absolute;
  bottom: 0;
}

#section03 {
  background-color: var(--background);
}

.lookBlock__item.lookBlock__item--look4 {
  width: calc(440 / 1280 * var(--content-width));
  padding-bottom: calc(80 / 1280 * var(--content-width));
  padding-right: calc(80 / 1280 * var(--content-width));
  margin-left: auto;
}

.lookBlock__item.lookBlock__item--look5 {
  width: calc(600 / 1280 * var(--content-width));
  padding-bottom: calc(160 / 1280 * var(--content-width));
  padding-left: calc(70 / 1280 * var(--content-width));
}

#section04 {
  position: relative;
}

.lookBlock__item.lookBlock__item--look6 {
  width: calc(700 / 1280 * var(--content-width));
  margin-left: auto;
  padding-top: calc(160 / 1280 * var(--content-width));
  padding-bottom: calc(80 / 1280 * var(--content-width));
  padding-right: calc(140 / 1280 * var(--content-width));
  z-index: 3;
}

.lookBlock__item.lookBlock__item--look7 {
  width: calc(600 / 1280 * var(--content-width));
  padding-bottom: calc(80 / 1280 * var(--content-width));
  padding-left: calc(70 / 1280 * var(--content-width));
  z-index: 3;
}

.lookBlock__item.lookBlock__item--look8 {
  width: calc(800 / 1280 * var(--content-width));
  padding-bottom: calc(160 / 1280 * var(--content-width));
  margin-inline: auto;
  z-index: 3;
}

.lookBlock__line.lookBlock__line--Vertical {
  background-color: var(--secondary);
  height: 100%;
  width: calc(158 / 1280 * var(--content-width));
  margin-left: calc(140 / 1280 * var(--content-width));
  top: 0;
  position: absolute;
}

.lookBlock__line.lookBlock__line--horizontal {
  background-color: var(--secondary);
  width: 100%; 
  position: absolute;
  height: calc(158 / 1280 * var(--content-width));
  top: calc(1522 / 1280 * var(--content-width));
}

#section05 {
  background-image: url("https://baycrews.jp/src/feature/20260210_noble/images/bg-01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
}

.lookBlock__item.lookBlock__item--look9 {
  width: calc(500 / 1280 * var(--content-width));
  margin-inline: auto;
  padding-top: calc(160 / 1280 * var(--content-width));
}

.lookBlock__item.lookBlock__item--look10 {
  width: calc(500 / 1280 * var(--content-width));
  margin-inline: auto;
  padding-bottom: calc(160 / 1280 * var(--content-width));
}

#section06 {
  position: relative;
  padding-top: calc(160 / 1280 * var(--content-width));
}

#section07 {
  background-color: var(--background);
}

.lookBlock__item.lookBlock__item--look11 {
  width: calc(600 / 1280 * var(--content-width));
  margin-inline: auto;
  padding-bottom: calc(160 / 1280 * var(--content-width));
  z-index: 3;
}

.lookBlock__imageFrame .lookBlock__image {
  display: flex;
  flex-direction: row;
}

#container .lookBlock__imageFrame .lookBlock__image img {
  width: 50%;
}

.lookBlock__item.lookBlock__item--look13 {
  width: calc(800 / 1280 * var(--content-width));
  margin-inline: auto;
  padding-bottom: calc(160 / 1280 * var(--content-width));
  padding-top: calc(200 / 1280 * var(--content-width));
}

#footerBlock {
  background-color: var(--background);
}


/* 共通スタイル*/

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

.footerBlock__brandInfo {
  gap: 32px;
  padding-top: calc(80 / 375 * 100vw);
}

.footerBlock__brandInfoImageLogo {
  width: calc(150 / 375 * 100vw);
}

.footerBlock__brandInfoImage {
  width: calc(240 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look13 {
  width: calc(305 / 375 * 100vw);
  padding-bottom: calc(64 / 375 * 100vw);
  padding-top: calc(80 / 375 * 100vw);
}

#section06 {
  padding-top: calc(80 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look11 {
  width: calc(305 / 375 * 100vw);
  padding-bottom: calc(64 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look10 {
  width: calc(200 / 375 * 100vw);
  padding-bottom: calc(64 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look9 {
  width: calc(200 / 375 * 100vw);
  padding-top: calc(80 / 375 * 100vw);
}

.lookBlock__line.lookBlock__line--horizontal {
  height: calc(56 / 375 * 100vw);
  top: calc(596 / 375 * 100vw);

}

.lookBlock__line.lookBlock__line--Vertical {
  width: calc(56 / 375 * 100vw);
  margin-left: calc(54 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look8 {
  width: calc(305 / 375 * 100vw);
  padding-bottom: calc(64 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look7 {
  width: calc(240 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  padding-bottom: calc(64 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look6 {
  width: calc(260 / 375 * 100vw);
  padding-right: calc(20 / 375 * 100vw);
  padding-bottom: calc(56 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look5 {
  width: calc(300 / 375 * 100vw);
  padding-left: 0;
  padding-bottom: calc(64 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look4 {
  width: calc(240 / 375 * 100vw);
  padding-right: 0;
  padding-bottom: calc(40 / 375 * 100vw);
}

#section02 .lookBlock__bg, #section06 .lookBlock__bg {
  height: calc(280 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look3 {
  width: calc(305 / 375 * 100vw);
  padding-bottom: calc(64 / 375 * 100vw);
}

#section02 {
  padding-top: calc(100 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look2 {
  width: calc(260 / 375 * 100vw);
}

.lookBlock__item.lookBlock__item--look1 {
  width: calc(240 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  padding-bottom: calc(40 / 375 * 100vw);
}

.ClassNameLi--mt10 {
  margin-top: 8px;
}

#section01 .lookBlock__bgImage {
  width: 100%;
}

.ClassNameLi--highlight .ClassNameNotice {
  font-size: 11px;
}

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

#infoBlock {
  padding-top: calc(100 / 375 * 100vw);
  padding-bottom: calc(100 / 375 * 100vw);
}

.ClassNameItemFrame {
  display: flex;
}

.ClassNameLi.ClassNameLi--frame {
  flex-direction: column;
  gap: 2px;
}

.footerBlock__copyrights {
  padding-bottom: calc(20 / 375 * 100vw);
}

.footerBlock__linksFrame {
  gap: 16px;
}

.footerBlock__links {
  align-items: center;
  gap: 12px;
  padding-bottom: calc(56 / 375* 100vw);
  padding-top: calc(64 / 375* 100vw);
  font-size: 10px;
}

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

.footerBlock__brandInfoLink {
  gap: 8px;
}

.footerBlock__brandLogo {
  width: 54%;
}

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

.contentsBlock .lookBlock__credit {
  padding-top: 16px;
  gap: 6px;
  font-size: 11px;
}

.leadBlock__lead {
  margin-inline: auto;
  padding-top: calc(80 / 375 * 100vw);
  padding-bottom: calc(100 / 375 * 100vw);
}

.visualBlock__title {
  width: calc(250 / 375 * 100vw);
  top: 70%;
}

.visualBlock__logo {
  width: calc(60 / 375 * 100vw);
  top: calc(12 / 375 * 100vw);
  right: calc(12 / 375 * 100vw);
  z-index: 3;
}

.br-pc {
  display: none;
}

.pc {
  display: none;
}
  
}
/*SP用スタイル*/

@media screen and (min-width: 769px) {
/*PC用スタイル*/

.visualBlock__logo {
  bottom: calc(24 / 1280 * var(--content-width));
  right: calc(24 / 1280 * var(--content-width));
}

#container .visualBlock__image img {
  width: 50%;
}

.visualBlock__image {
  display: flex;
}

.sp {
  display: none;
}

.br-sp {
  display: none;
}

#container .contentsBlock {
  width: 100%;
  margin-inline: auto;
}

}
/*PC用スタイル*/

/* フェードイン */
.fadeIn , .loadscrollin {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.fadeIn.scrollin , .loadscrollin.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ページロード時のフェードアップ */
/* 初期状態 */
.fadeInLoaded, .fadeup--late {
  opacity: 0;
  transform: translateY(30px);
  transition: all 2s ease;
}

/* フェードイン時 */
.fadeInLoaded.scrollin, .fadeup--late.scrollin {
  opacity: 1;
  transform: translateY(0);
}

#loading {
  opacity: 1;
  transition: opacity 1s ease;
}

#loading.fadeOut {
  opacity: 0; 
}

