@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 {
  --primary: #151515;
  --secondary: #5E78AC;
  --background: #F1F0ED;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
    cursor: pointer;  
    text-decoration: none;
    transition: 0.5s;
  }  

}
/* setting */

/* credit */
.ftool-wrapper .ref-item {
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 400;
  color: var(--secondary);
}
.ftool-wrapper .ref-item .thumb {
  width: 50px;
  padding-right: 10px;
}
.ftool-wrapper .ref-item .brand {
  margin-left: 0px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .name {
  margin-left: 0px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 0px;
  font-size: 10px;
  color: var(--secondary);
}
.ftool-wrapper .line_up_two {
  width: 100%;
  float: none;
  padding-right: 0;
}

.containerWrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--background);
}

#container {
  width: 100%;
  margin-inline: auto;
  font-size: 11.5px;
  line-height: 180%;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0;
  color: var(--primary);
}

.font-en {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 100%;
}

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

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

.visualBlock__mainTitle {
  position: absolute;
  width: calc(278 / 375 * 100vw);
  left: 50%;
  bottom: 8%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.visualBlock__subTitle {
  position: absolute;
  top: calc(160 / 375 * 100vw);
  left: calc(26 / 375 * 100vw);
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 170%;
  color: #FFF;
  z-index: 2;
  font-size: calc(14 / 375 * 100vw);
  line-height: 100%;
}

.visualBlock__subTitle .center {
  padding-left: 16px;
}

.visualBlock__subTitle .bottom {
  padding-left: 32px;
}

.visualBlock__subTitle p {
  display: inline-block;
  transform: scaleX(0.9);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform-origin: left;
}

.visualBlock__subTitle span {
  display: block;
}

.visualBlock__enTitle {
  position: absolute;
  width: calc(223 / 375 * 100vw);
  left: 50%;
  bottom: 9%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.leadBlock {
  font-size: 12px;
  background-color: #FFF;
  text-align: center;
  margin-inline: auto;
  padding-top: calc(60 / 375 * 100vw);
  padding-bottom: calc(60 / 375 * 100vw);
}

#container .visualBlock__image {
  width: 100%;
}

.ftool-wrapper .col--02--Y {
  max-width: 1280px !important;
}

.scrollLoop__item {
  width: calc(180 / 375 * 100vw);
  height: calc(270 / 375 * 100vw);
}

#container .scrollLoop__item img {
  width: calc(180 / 375 * 100vw);
  height: calc(270 / 375 * 100vw);
}

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

.lookBlock.lookBlock--01 {
  padding-top: calc(60 / 375 * 100vw);
}

.lookBlock.lookBlock--04 {
  padding-bottom: calc(32 / 375 * 100vw);
}

.lookBlock:first-of-type {
  padding-top: calc(60 / 375 * 100vw);
}

.lookBlock:last-of-type {
  padding-bottom: calc(60 / 375 * 100vw);
}

.lookBlock__main {
  position: relative;
}

.lookBlock__text {
  width: 84%;
  margin-inline: auto;
  padding-top: calc(32 / 375 * 100vw);
  padding-bottom: calc(32 / 375 * 100vw);
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 170%;
}

.lookBlock.lookBlock--01 .lookBlock__subImage {
  width: 50%;
}

.lookBlock__sub.lookBlock__sub--frame {
  display: flex;
}

.lookBlock__credit {
  width: 90%;
  margin-inline: auto;
  color: var(--secondary);
}

.lookBlock__head {
  position: relative;
  padding-bottom: calc(20 / 375 * 100vw);
  width: 100%;
}

.lookBlock__head::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--secondary);
  margin-top: 16px;
  margin-inline: auto;
}

.lookBlock__mainText {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 170%;
  color: #FFF;
  font-size: clamp(11px, calc(11 / 375 * 100vw), 999px);
  position: absolute;
  z-index: 2;
}

.lookBlock__mainText p {
  display: inline-block;
  transform: scaleX(0.9);
}

.lookBlock.lookBlock--01 .lookBlock__mainText p,
.lookBlock.lookBlock--02 .lookBlock__mainText p {
  transform-origin: right;
  text-align: right;
}

.lookBlock.lookBlock--03 .lookBlock__mainText p,
.lookBlock.lookBlock--04 .lookBlock__mainText p {
  transform-origin: left;
  text-align: left;
}

.lookBlock.lookBlock--01 .lookBlock__mainText,
.lookBlock.lookBlock--02 .lookBlock__mainText {
  bottom: calc(32 / 375 * 100vw);
  right: calc(10 / 375 * 100vw);
}

.lookBlock.lookBlock--03 .lookBlock__mainText {  
  top: calc(56 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
}

.lookBlock.lookBlock--04 .lookBlock__mainText {  
  bottom: calc(56 / 375 * 100vw);
  left: calc(20 / 375 * 100vw);
}

.lookBlock__other {
  width: 84%;
  margin-inline: auto;
}

.lookBlock__otherText {
  font-size: 10px;
  color: #7F7F7F;
  line-height: 150%;
  padding-top: 5px;
}

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

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

.scrollLoop__item {
  position: relative;
}

.scrollLoop__item::after {
  content: "";
  display: block;
  background: url(https://baycrews.jp/src/feature/20260324_emily/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(20 / 375 * 100vw);
  height: calc(20 / 375 * 100vw);
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 3;
  cursor: pointer;
}

.footerBlock {
  letter-spacing: -0.24px;
  color: var(--secondary);
}

.footerBlock__concept {
  font-size: 12px;
}

.footerBlock {
  background-color: #FFF;
  padding-top: calc(60 / 375 * 100vw);
  padding-bottom: calc(60 / 375 * 100vw);
}

.footerBlock__credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;  
  font-size: 10.5px;
  padding-bottom: 50px;
}

.footerBlock__credit a {
  text-decoration: underline;
}

.footerBlock__concept {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;  
  line-height: 100%;
  padding-bottom: 32px;
}

.footerBlock__logo {
  width: 80px;
  margin-inline: auto;
  padding-bottom: 16px;
}

.footerBlock__sns {
  width: 20px;
  margin-inline: auto;
}


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

#container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.pc {
  display: none;
}

  /*SP用スタイルここまで*/
}

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

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

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

#container .scrollLoop__item img {
  width: calc(307 / 1280 * 100vw);
  height: calc(460 / 1280 * 100vw);
}

.scrollLoop__item {
  width: calc(307 / 1280 * 100vw);
  height: calc(460 / 1280 * 100vw);
}


.scrollLoop__item::after {
  width: calc(32 / 1280 * 100vw);
  height: calc(32 / 1280 * 100vw);
  bottom: 5px;
  right: 5px;
}

.loopBlock__title {
  font-size: 32px;
  padding-bottom: calc(16 / 1280 * 100vw);
}

.lookBlock.lookBlock--04 .lookBlock__mainText {
  bottom: calc(95 / 1280 * 100vw);
  left: calc(32 / 1280 * 100vw);
}

.lookBlock.lookBlock--03 .lookBlock__mainText {
  top: calc(95 / 1280 * 100vw);
  left: calc(32 / 1280 * 100vw);
}

.lookBlock__otherText {
  padding-top: 8px;
}

.lookBlock__other {
  width: 72%;
}

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

.lookBlock__credit {
  width: 84%;
}

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

.leadBlock {
  font-size: 13px;
}

#container {
  font-size: 12.5px;
}

.lookBlock.lookBlock--01 .lookBlock__mainText,
.lookBlock.lookBlock--02 .lookBlock__mainText {
  bottom: calc(54 / 1280 * 100vw);
  right: calc(16 / 1280 * 100vw);  
}

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

.lookBlock__head {
  width: 70%;
  margin-inline: auto;
  padding-bottom: calc(24 / 1280 * 100vw);
}

.lookBlock__head::after {
  width: 64px;
  margin-top: 20px;
}

.lookBlock.lookBlock--01 {
  padding-top: calc(80 / 1280 * 100vw);
}

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

.visualBlock {
  height: 100vh;
}

.visualBlock__enTitle {
  width: min(calc(380 / 1280 * 100vw), 380px);
}

.visualBlock__subTitle {
  top: min(calc(272 / 1280 * 100vw), 272px);
  left: min(calc(45 / 1280 * 100vw), 45px);
  font-size: min(calc(24 / 1280 * 100vw), 24px);
}

.visualBlock__subTitle p {
  gap: 24px;
}

.visualBlock__subTitle .center {
  padding-left: min(calc(30 / 1280 * 100vw), 30px);
}

.visualBlock__subTitle .bottom {
  padding-left: min(calc(60 / 1280 * 100vw), 60px);
}

.visualBlock__mainTitle {
  width: min(calc(475 / 1280 * 100vw), 475px);
}

.visualBlock__logo {
  width: min(calc(102 / 1280 * 100vw), 102px);
  top: calc(20 / 1280 * 100vw);
  right: calc(20 / 1280 * 100vw);
}

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

.sp {
  display: none;
}  

#container .d-fixed-element {
  position: absolute;
  top: 0;
}

}

/*PC用スタイルここまで*/

/* fadeIn */
.fadeIn {
  opacity: 0;
  transition: all 1s ease;
}

.fadeIn.animated {
  opacity: 1;
}

.fadeIn--late {
  transition-delay: 0.5s;
}

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

.fadeInLoaded.scrollin {
  opacity: 1;
}

.visualBlock__title {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visualBlock__title.is-show {
  opacity: 1;
}

/* 親は透明にしない */
.lookBlock__mainText.fadeIn {
  opacity: 1;
}

/* spanだけ制御 */
.lookBlock__mainText span {
  display: block;
  opacity: 0;
  transform: translateY(20px);
}

/* 発火後 */
.fadeIn.animated span {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 遅延 */
.fadeIn.animated span:nth-child(1) { transition-delay: 0s; }
.fadeIn.animated span:nth-child(2) { transition-delay: 0.2s; }
.fadeIn.animated span:nth-child(3) { transition-delay: 0.4s; }
.fadeIn.animated span:nth-child(4) { transition-delay: 0.6s; }
.fadeIn.animated span:nth-child(5) { transition-delay: 0.8s; }
.fadeIn.animated span:nth-child(6) { transition-delay: 1.0s; }
.fadeIn.animated span:nth-child(7) { transition-delay: 1.2s; }

/* ループ */
@keyframes infinity-scroll-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
  }
  .scrollLoop__wrap {
    display: flex;
    overflow: hidden;
  }

  .scrollLoop__list {
    display: flex;
    list-style: none;
    padding: 0;
  }

.imageSet {
  display: flex;
  flex-direction: column;
}

.scrollLoop__list--left {
  animation: infinity-scroll-left 20s infinite linear;
}


  /* 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 img {
  width: 100%;
  -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;
}

@media screen and (max-width: 768px) {
  #container .l-articleLayout__wrap {
    width: 100%;
  }
}
#container .l-articleLayout__article {
  float: right;
  width: 50%;
  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;
  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;
}

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

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
}

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

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