@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 h3 {
  margin-bottom: 0;
}

.ftool-wrapper h2 {
  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: #16151C;
  --secondary: #D16171;
  --background: #F9F8F7;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
    cursor: pointer;  
    text-decoration: none;
    transition: .5s;
  }
}
/* setting */

/* credit */
.ref-item  {
  font-size: 11px;
  margin-bottom: 8px;
  .thumb {
      width: 50px;
  }
  .brand {
    display: none;
  }
  .name {
      margin-left: 0;
  }
  .price {
      margin-left: 0;
  }
}
.ftool-wrapper .ref-item {
  font-size: 11px;
  margin-bottom: 10px;
}
.ftool-wrapper .ref-item .thumb {
  width: 50px;
  margin-right: 8px;
}
.ftool-wrapper .ref-item .brand {
  display: none;
}
.ftool-wrapper .ref-item .name {
  margin-left: 0;
  font-size: 10px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 0;
  font-size: 10px !important;
}
/* credit */

.contentsBlock {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: var(--primary);
  background-color: var(--background);
  font-size: 12px;
  line-height: 170%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.f-mincho {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f-gothic {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.visualBlock {
  position: relative;
}

.visualBlock__title,
.visualBlock__logo {
  position: absolute;
}

.leadBlock {
  font-size: 13px;
  line-height: 180%;
  text-align: center;
  padding-top: calc(80 / 1280 * 100vw);
}

.lookBlocks {
  width: 80%;
  margin-inline: auto;
}

.lookBlock__item {
  margin-inline: auto;
  background-color: #FFF;
  width: 79%;
  padding: 32px;
  border-radius: 32px;
}

.lookBlock__itemInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lookBlock__itemImage {
  width: 38%;
}

.lookBlock__itemInfo {
  width: 58%;
}

.lookBlock__itemNumber img {
  width: calc(58 / 1280 * 100vw);
  padding-bottom: 16px;
}

.lookBlock__itemHead {
  font-size: 18px;
  line-height: 100%;
  padding-bottom: 12px;
}

.lookBlock__itemText {
  padding-bottom: 14px;
  letter-spacing: normal;
}

.lookBlock_look {
  display: flex;
  justify-content: space-between;
  padding-top: calc(110 / 1280 * 100vw);
}

.lookBlock__lookFrame {
  width: calc(50% - 10px);
  position: relative;
}

.lookBlock__lookTitle {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%); 
  width: calc(170 / 1280 * 100vw);
}

.lookBlock__lookFrame--custom {
  margin-top: calc(60 / 1280 * 100vw);
}

.lookBlock__lookText {
  width: 88%;
  margin-inline: auto;
  position: relative;
  margin-top: calc(24 / 1280 * 100vw);
  margin-bottom: calc(40 / 1280 * 100vw);
}

.lookBlock__lookText::before {
  content: "";
  background: url(https://baycrews.jp/src/feature/20260129_relumeL/images/deco-top.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -5%;
}

.lookBlock__lookText::after {
  content: "";
  background: url(https://baycrews.jp/src/feature/20260129_relumeL/images/deco-bottom.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: -5%;
}

.lookBlock__itemText.lookBlock__itemText--custom {
  padding-bottom: 16px;
}

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

.lookBlock::after,
.profileBlock::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: calc(100 / 1280 * 100vw);
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    #E1E1E1,
    #E1E1E1 2px,       
    transparent 2px,
    transparent 5px 
  );
}

.profileBlock {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
  letter-spacing: normal;
}

.profileBlock__inner {
  width: 57%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profileBlock__image {
  width: 27%;
}

.profileBlock__info {
  width: 69%;
}

.profileBlock__infoName {
  font-size: 20px;
  letter-spacing: normal;
  padding-bottom: 16px;
}

.profileBlock__infoText {
  font-size: 11px;
}

.footerBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding-top: calc(80 / 1280 * 100vw);
  padding-bottom: calc(100 / 1280 * 100vw);
}

.footerBlock__credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 100%;
  gap: 2px;
  letter-spacing: normal;
  font-size: 10px;
}

.footerBlock__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footerBlock__linkImage {
  width: 420px;
}

.ftool-wrapper .ref-item .brand.is-show {
  display: block;
  margin-left: 0;
  font-size: 10px;
}

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

.footerBlock__linkImage {
  width: 90%;
}

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

.profileBlock::after {
  margin-top: calc(50 / 375 * 100vw);
  width: 90%;
  margin-inline: auto;
}

.profileBlock__infoName {
  padding-bottom: 12px;
  font-size: 18px;
}

.profileBlock__image {
  width: 65%;
}

.profileBlock__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profileBlock__inner {
  flex-direction: column;
  width: 78%;
  gap: 24px;
}

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

.lookBlock__itemText.lookBlock__itemText--custom {
  padding-bottom: 12px;
}

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

.lookBlock::after {
  margin-top: calc(50 / 375 * 100vw);
  width: 90%;
  margin-inline: auto;
  }

.lookBlock__lookFrame--custom {
  margin-top: calc(80 / 375 * 100vw);
}

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

.lookBlock__lookText::after {
  right: -8%;
}

.lookBlock__lookText::before {
  left: -8%;
}

.lookBlock__lookText {
  width: 79%;
  margin-top: calc(24 / 375 * 100vw);
  margin-bottom: calc(32 / 375 * 100vw);
}

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

.lookBlock__lookFrame {
  width: 100%;
}

.lookBlock_look {
  padding-top: calc(100 / 375 * 100vw);
  display: block;
}

.lookBlock__itemText {
  padding-bottom: 10px;
}

.lookBlock__itemHead {
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  line-height: 130%;
  font-size: 16px;
}

.lookBlock__itemNumber img  {
  width: calc(55 / 375 * 100vw);
  padding-bottom: 12px;
}

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

.lookBlock__itemInfo {
  width: 88%;
  display: flex;
  flex-direction: column;
  align-items: center;
} 

.lookBlock__itemImage {
  width: 82%;
  padding-top: calc(30 / 375 * 100vw);
  padding-bottom: calc(20 / 375 * 100vw);
}

.lookBlock__itemInner {
  flex-direction: column;
}

.lookBlock__item {
  width: 90%;
  padding: 0;
}

.lookBlocks {
  width: 100%;
}

.leadBlock {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  padding-top: calc(40 / 375 * 100vw);
}

.visualBlock__title {
  width: calc(315 / 375 * 100vw);
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%); 
}

.visualBlock__logo {
  width: calc(48 / 375 * 100vw);
  bottom: calc(10 / 375 * 100vw);
  right: calc(8 / 375 * 100vw);
}

.pc {
  display: none;
}

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

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

.visualBlock__title {
  width: calc(476 / 1280 * 100vw);
  right: calc(24 / 1280 * 100vw);
  bottom: calc(24 / 1280 * 100vw);
}

.visualBlock__logo {
  width: calc(96 / 1280 * 100vw);
  top: calc(24 / 1280 * 100vw);
  right: calc(24 / 1280 * 100vw);
}

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

.sp {
  display: none;
}  

.ftool-wrapper .line_up_two {
  width: 100%;
}

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

/* フェードイン */
.fadeIn {
  transition: all 0.8s ease;
  opacity: 0;
  transform: translateY(20px);
}

.fadeIn.animated {
  opacity: 1;
  transform: translateY(0);
}

/* ビジュアルのフェードイン */
.fadeInLoaded {
  opacity: 0;
  transition: all 2s ease;
}

.fadeInLoaded.scrollin {
  opacity: 1;
}

/* タイトルのフェードアップ */
.fadeup--late {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}
.fadeup--late.scrollin {
  opacity: 1;
  transform: translateY(0);
}

