@charset "UTF-8";
@import url("./normalize.css");

/*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: #000;
  --background: #E6E8EB;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
    cursor: pointer;  
    text-decoration: none;
  }
  #container .ClassNameBuy a:hover {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 2px 16px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #FFF;
    width: fit-content;
    text-decoration: none;
    border-radius: 24px;
    cursor: pointer;
    transition: .6s;
}
}
/* setting */

/* font */

.sans--regular {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sans--medium {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
}

#container {
  max-width: 100vw;
  width: 100%;
  margin: auto;
  font-size: 12.5px;
  background: #FFF;
  color: var(--primary);
  line-height: 170%;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

.look__image {
  position: relative;
}

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

.credit__list .item-d-none .credit .button {
  display: none;
}

#contents a {
  color: var(--primary);
}

.visualBlock__image {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding-top: 8px;
}

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

.visualBlock__logo {
  background-color: var(--primary);
  margin-top: 5px;
  padding: 8px 0;
}

#container .visualBlock__logo img {
  width: 35%;
  margin-inline: auto;
}

.leadBlock__title {
  font-size: 24px;
}

.leadBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: calc(64 / 375 * 100vw);
  padding-bottom: calc(64 / 375 * 100vw);
}

.leadBlock__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.leadBlock__lead p {
  text-align: center;
}

.indexBlock a {
  font-size: 15px;
  text-decoration: none;
}

.indexBlock__listItem {
  display: inline-block; 
  position: relative;
}

.indexBlock__listItem a {
  position: relative;
  display: inline-block;
  padding-bottom: 20px; 
  cursor: pointer;
}

.indexBlock__listItem a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;  
  height: 16px;
  background: url("https://baycrews.jp/src/feature/20250901_city/images/arrow.svg") no-repeat center / contain;
}

.indexBlock__list {
  display: flex;
  justify-content: space-between;
}

.indexBlock {
  width: 90%;
  margin-inline: auto;
  position: relative;
  padding-top: 16px;
  padding-bottom: calc(60 / 375 * 100vw);
}

.indexBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 2px,
    transparent 1px,
    transparent 4px
  );
}

.section__head {
  width: 73%;
  padding-left: calc(20 / 375 * 100vw);
}

.contentsBlock__title {
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  padding: 10px 0 5px 0;
}

.contentsBlock__credit,
.detailBlock__credit {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.ClassNameItem {
  line-height: 150%;
}

.ClassNameBuy {
  margin-top: 5px;
}

.ClassNameBuy a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2px 16px;
  border: 1px solid var(--primary);
  width: fit-content;
  text-decoration: none;
  border-radius: 24px;
}

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

.l-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-top: calc(24 / 375 * 100vw);
  padding-bottom: calc(13 / 375 * 100vw);
  width: 90%;
  margin-inline: auto;
}

.l-thumbs .js-thumbWrap {
  flex: 1 1 calc(50% - 5px); 
  box-sizing: border-box;  
  padding-bottom: calc(11 / 375 * 100vw);
}

.js-thumbWrap {
  width: calc((100% - 20px) / 2); 
}

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

.contentsBlock {
  background-color: var(--background);
  margin-bottom: calc(56 / 375 * 100vw);
}

.contentsBlock__image:not(.contentsBlock__image--noDetail)::after {
  content: "";
  display: block;
  background: url(https://baycrews.jp/src/feature/20250901_city/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}

.contentsBlock__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: pointer;
}

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

.detailBlock__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.detailBlock__imagee img,
.detailBlock__image .swiper,
.detailBlock__image .swiper-wrapper,
.detailBlock__image .swiper-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modals {
  width: 90%;
  margin-inline: auto;
  padding-bottom: 150px;
}

.detailBlock__title {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  padding: 16px 0 8px 0;
}

.detailBlock__text {
  padding-bottom: 16px;
  position: relative;
}

.detailBlock__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #000 0, #000 2px, transparent 1px, transparent 4px);
}

.detailBlock__credit {
  margin-top: 16px;
}

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

#contents .endrollBlock a {
  text-decoration: none;
  color: #FFF;
}

.contentsBlock.contentsBlock--noMargin {
  margin-bottom: 0;
}

.endrollBlock__logo {
  width: 57%;
  margin-bottom: calc(40 / 375 * 100vw);
}

.endrollBlock__link {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: calc(40 / 375 * 100vw);
}

.endrollBlock__copy {
  font-size: 10px;
}

.endrollBlock__links {
  position: relative;
  display: flex;
  justify-content: space-between; 
  align-items: flex-start; 
}

.endrollBlock__top {
  writing-mode: vertical-rl;
  transform-origin: bottom right;
  display: inline-block;
}

.endrollBlock {
  position: relative;
  color: #FFF;
}

.js-thumb--noCredit {
 pointer-events: none;
 cursor: default; 
}

.visualBlock__image img {
  opacity: 0;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}

.visualBlock__image.show img {
  opacity: 1;
  transform: translateY(0);
}

.visualBlock__image.show .delay1  { transition-delay: 0.15s; }
.visualBlock__image.show .delay2  { transition-delay: 0.30s; }
.visualBlock__image.show .delay3  { transition-delay: 0.45s; }
.visualBlock__image.show .delay4  { transition-delay: 0.60s; }
.visualBlock__image.show .delay5  { transition-delay: 0.75s; }
.visualBlock__image.show .delay6  { transition-delay: 0.90s; }
.visualBlock__image.show .delay7  { transition-delay: 1.05s; }
.visualBlock__image.show .delay8  { transition-delay: 1.20s; }
.visualBlock__image.show .delay9  { transition-delay: 1.35s; }
.visualBlock__image.show .delay10 { transition-delay: 1.50s; }
.visualBlock__image.show .delay11 { transition-delay: 1.65s; }
.visualBlock__image.show .delay12 { transition-delay: 1.80s; }
.visualBlock__image.show .delay13 { transition-delay: 1.95s; }
.visualBlock__image.show .delay14 { transition-delay: 2.10s; }
.visualBlock__image.show .delay15 { transition-delay: 2.25s; }
.visualBlock__image.show .delay16 { transition-delay: 2.40s; }


/* 共通スタイル*/

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

.indexBlock {
  width: 75%;
}

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

.endrollBlock__logo {
  margin-bottom: calc(40 / 1280 * 100vw);
}

.endrollBlock__inner {
  width: 90%;
  padding-bottom: calc(20 / 1280 * 100vw);
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.contentsBlock {
  margin-bottom: calc(80 / 1280 * 100vw);
}  

.l-thumbs .js-thumbWrap {
  padding-bottom: calc(11 / 1280 * 100vw);
}

.l-thumbs {
  padding-top: calc(25 / 1280 * 100vw);
  padding-bottom: calc(14 / 1280 * 100vw);
}

.section__head {
  padding-left: calc(25 / 1280 * 100vw);
}

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

#container .l-articleLayout__title {
  display: flex;
  align-items: center;
}

#container .l-articleLayout__title .inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

#container .contents {
  width: 100%;
}

.br-sp {
  display: none;
}

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

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

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

.visualBlock {
  width: 95%;
}

.loading__logo {
  width: 25%;
}

}
  /*PC用スタイル*/

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

.loading__logo {
  width: 60%;
}

.endrollBlock__inner {
  width: 90%;
  padding-top: calc(285 / 375 * 100vw);
  padding-bottom: calc(20 / 375 * 100vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.l-modals .scroll {
  writing-mode: vertical-lr;
  position: fixed;
  bottom: 2vh;
  right: 0;
  padding-right: 0.5vw;
  font-size: 15px;
  line-height: 14px;
}
.c-close {
  position: fixed;
  right: 2vw;
  top: 2vw;
  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 {
  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;
  max-width: 1280px;
  width: 90%;
}

@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: 50%;
}
#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: 0.5s;
  opacity: 0;
}
.fadeIn.animated {
  opacity: 1;
}

/* modal */
.l-modals {
  background: var(--background);
}
.js-modal {
  width: 100%;
  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;
}

/* swiper */
.swiper,
.swiper2,
.swiper3,
.swiper4 {
  width: 100%;
  height: auto;  
  overflow: hidden; 
}

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

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


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

#loading.fadeOut {
  opacity: 0; 
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  z-index: 4;

}
@media screen and (max-width: 767px) {
}
#loading .progressBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FFF;
  border-radius: 0;
  overflow: hidden;
}
#loading .progressBar__inner {
  height: 100%;
  background: var(--primary);
  width: 0%;
  border-radius: 0;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

/* .loading__logo {
  opacity: 0;
  animation: logoUp 1s ease-in-out 0.2s forwards;
} */

@keyframes logoUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


