@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: #211E1C;
  --secondary: #FA685B;
  --background: #F7F4EF;
}

@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: 5px;
  font-weight: 400;
}
.ftool-wrapper .ref-item .thumb {
  width: 50px;
  padding-right: 10px;
}
.ftool-wrapper .ref-item .brand {
  margin-left: 0px;
  display: none;
}
.ftool-wrapper .ref-item .name {
  margin-left: 0px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 0px;
  font-size: 10px;
}
.ftool-wrapper .line_up_two {
  width: 50%;
  float: left;
  padding-right: 0;
}
.lookBlock__mainCredit .line_up_two {
  width: 100%;
  float: none;
}
.lookBlock__subCredit .line_up_two,
.endrollBlock__credit .line_up_two {
  padding-right: 10px;
  float: left;
}
.containerWrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: var(--background);
}

#container {
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
  font-size: 12px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0;
  color: var(--primary);
}

.font-en {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}

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

.visualBlock__logo {
  position: absolute;
  width: calc(106 / 375 * 100vw);
  left: 50%;
  bottom: calc(4 / 375 * 100vw);
  transform: translate(-50%, -50%);
}

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

.visualBlock__title {
  width: 115%;
  left: 50%;
  top: 76%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.visualBlock__deco.visualBlock__deco--bottom {
  width: calc(232 / 375 * 100vw);
  right: calc(8 / 385 * 100vw);
  bottom: calc(85 / 385 * 100vw);
}

.visualBlock__deco.visualBlock__deco--top {
  width: calc(100 / 375 * 100vw);
  left: calc(13 / 385 * 100vw);
  top: calc(2 / 385 * 100vw);
}

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

#container .visualBlock__image {
  width: 100%;
}

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

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

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

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

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

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

.lookBlock {
  padding-top: calc(40 / 375 * 100vw);
  padding-bottom: calc(64 / 375 * 100vw);
  border-bottom: 3px solid #FFF;
}

.lookBlock__label {
  width: calc(120 / 375 * 100vw);
  max-width: 120px;
  position: absolute;
  left: calc(20 / 375 * 100vw);
  bottom: calc(-12 / 375 * 100vw);
}

.lookBlock__text {
  width: 82%;
  margin-inline: auto;
  padding-top: calc(24 / 375 * 100vw);
  padding-bottom: calc(32 / 375 * 100vw);
}

.lookBlock__main {
  position: relative;
}

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

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

.lookBlock__subImage.lookBlock__subImage--top {
  width: calc(202 / 375 * 100vw);
}

.lookBlock__subImage.lookBlock__subImage--bottom {
  width: calc(162 / 375 * 100vw);
  padding-top: calc(120 / 375 * 100vw);
}

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

.lookBlock__mainCreditTitle {
  font-size: 18px;
  color: var(--secondary);
}

.lookBlock__mainCredit .item_reference_b--tpl-Y {
  width: 95%;
  padding-left: 9px;
  border-left: 4px solid var(--secondary);
}

.lookBlock__mainCredit {
  padding-bottom: calc(8 / 375 * 100vw);
  border-bottom: 1px dashed #A4A4A4;
}

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

.lookBlock__arrivalCreditItem,
.endrollBlock__arrivalCreditItem {
  font-size: 10px;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lookBlock__arrivalCredit {
  display: flex;
  flex-direction: column;
  gap: 10px;  
  padding-top: calc(11 / 375 * 100vw);
}

.lookBlock__arrivalCreditItem a,
.endrollBlock__arrivalCreditItem a {
  text-decoration: underline;
}

.endrollBlock__arrivalCredit {
  width: 90%;
  margin-inline: auto;
  padding-top: calc(11 / 375 * 100vw);
  padding-bottom: calc(32 / 375 * 100vw);
}

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

.lookBlock__notice {
  font-size: 10px;
  padding-top: calc(11 / 375 * 100vw);
  line-height: 100%;
}

.lookBlock.lookBlock--04 .lookBlock__notice {
  padding-top: calc(16 / 375 * 100vw);
}

.lookBlock__link,
.endrollBlock__link {
  width: 90%;
  margin-inline: auto;
  height: 48px;
  font-size: 11px;
  font-weight: 700;
  background-color: #FFF;
  border: 1px solid var(--secondary);
  color: var(--secondary);
}

.lookBlock__link {
  margin-top: calc(32 / 375 * 100vw);
}

.lookBlock__link a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 28px;
  margin-right: 5px;
  background-image: url("https://baycrews.jp/src/feature/20260318_frame/images/yt_icon_red.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.lookBlock__link a,
.endrollBlock__link a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lookBlock__sub.lookBlock__sub--single .lookBlock__subImage {
  width: calc(230 / 375 * 100vw);
  margin-left: auto;
  padding-right: calc(20 / 375 * 100vw);
}

.endrollBlock__title {
  width: calc(286 / 375 * 100vw);
  padding-left: calc(16 / 375 * 100vw);
  position: absolute;
  top: calc(-12 / 375 * 100vw);
}

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

.endrollBlock__credit {
  width: 90%;
  margin-inline: auto;
  padding-top: calc(10 / 375 * 100vw);
}

.youtube {
  aspect-ratio: 16 / 9;  
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

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

.profileBlock {
  width: 90%;
  margin-inline: auto;
  background-color: #FFF;
  border-radius: 16px;
}

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

.profileBlock__profile {
  width: 85%;
  margin-inline: auto;
}

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

.profileBlock__name {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding-bottom: calc(16 / 375 * 100vw);
}

.profileBlock__text {
  font-size: 10px;
  line-height: 170%;
  padding-bottom: calc(16 / 375 * 100vw);
}

#container .profileBlock__icon.profileBlock__icon--top {
  width: 32px;
  height: 26px;
}

#container .profileBlock__icon.profileBlock__icon--bottom {
  width: 27px;
  height: 26px;
}

.profileBlock__link {
  font-size: 10px;
}

.profileBlock__link a {
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.profileBlock__links {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.lookBlock.lookBlock--03 .lookBlock__subCredit,
.lookBlock.lookBlock--04 .lookBlock__subCredit,
.lookBlock.lookBlock--05 .lookBlock__subCredit {
  padding-top: 0;
}

.endrolllBlock__imageWrap {
  position: relative;
}

@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用スタイル*/

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

.profileBlock__profile {
  width: 72%;
}

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

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

.profileBlock__image {
  width: calc(150 / 1280 * 100vw);
  padding-bottom: calc(20 / 1280 * 100vw);
}

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

.endrollBlock__youtube {
  width: 100%;
}

.endrollBlock__credit {
  width: 100%;
  padding-top: min(calc(10 / 1280 * 100vw), 10px);
}

.endrollBlock__title {
  width: min(calc(380 / 1280 * 100vw), 380px);
  padding-left: calc(20 / 1280 * 100vw);
  top: min(calc(-16 / 1280 * 100vw), -16px);
}

.endrollBlock {
  padding-top: min(calc(80 / 1280 * 100vw), 80px);
  padding-bottom:  min(calc(80 / 1280 * 100vw), 80px);
}

.lookBlock__sub.lookBlock__sub--single .lookBlock__subImage {
  width: calc(306 / 1280 * 100vw);
  max-width: 306px;
  padding-right: calc(24 / 1280 * 100vw);
}

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

.lookBlock__notice {
  padding-top: min(calc(11 / 1280 * 100vw), 11px);
}

.lookBlock.lookBlock--04 .lookBlock__notice {
  padding-top: min(calc(16 / 1280 * 100vw), 16px);
}

.endrollBlock__arrivalCredit {
  padding-top: min(calc(11 / 1280 * 100vw), 11px);
  padding-bottom: min(calc(40 / 1280 * 100vw), 40px);
  width: 100%;
}

.lookBlock__arrivalCredit {
  padding-top: min(calc(11 / 1280 * 100vw), 11px);
}

.endrollBlock__youtube {
  padding-top: min(calc(56 / 1280 * 100vw), 56px);
}

.lookBlock__subCredit {
  padding-top: min(calc(12 / 1280 * 100vw), 12px);
}

.lookBlock__mainCredit {
  padding-bottom: min(calc(12 / 1280 * 100vw), 12px);
}

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

.lookBlock__subImage.lookBlock__subImage--bottom {
  width: calc(216 / 1280 * 100vw);
  max-width: 216px;
  padding-top: calc(160 / 1280 * 100vw);
}

.lookBlock__subImage.lookBlock__subImage--top {
  width: calc(270 / 1280 * 100vw);
  max-width: 270px;
}

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

.lookBlock__label {
  width: 120px;
  left: calc(20 / 1280 * 100vw);
  bottom: calc(-12 / 1280 * 100vw);
}

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

.lookBlock {
  padding-top: min(calc(40 / 1280 * 100vw), 40px);
  padding-bottom: min(calc(64 / 1280 * 100vw), 64px);
}

.lookBlocks {
  padding-top: min(calc(40 / 1280 * 100vw), 40px);
}

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

#container .scrollLoop__item {
  width: calc(120 / 1280 * 100vw);
  height: calc(180 / 1280 * 100vw);  
}

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

.visualBlock__logo {
  width: calc(144 / 1280 * 100vw);
  max-width: 144px;
  bottom: calc(8 / 1280 * 100vw);
}

.visualBlock__badge {
  width: calc(132 / 1280 * 100vw);
  max-width: 132px;
  height: calc(132 / 1280 * 100vw);
  max-height: 132px;
  top: calc(18 / 1280 * 100vw);
  right: calc(16 / 1280 * 100vw);
}

.br-sp {
  display: none;
}

.sp {
  display: none;
}  

#container .d-fixed-element {
  position: absolute;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
}

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

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

.fadeIn.animated {
  opacity: 1;
}

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

.fadeInLoaded.scrollin {
  opacity: 1;
}

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

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

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

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

.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;
  max-width: 1280px;
}

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

#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設定 */

