@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: #DD557D;
  --secondary: #666666;
  --background: #F3F3EF;
  --accent: #ECEAE1;
}

@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;
}
.ftool-wrapper .ref-item .thumb {
  display: none;
}
.ftool-wrapper .ref-item .brand {
  margin-left: 0px;
}
.ftool-wrapper .ref-item .name {
  margin-left: 0px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 0px;
  font-size: 11px;
}
.ftool-wrapper .line_up_two {
  width: 100%;
  float: none;
  padding-right: 0;
}
.ftool-wrapper .itemBlock__item .credit .ref-item .price {
  color: #fff;
}
.ftool-wrapper .itemBlock__otherItems .credit .ref-item .price,
.ftool-wrapper .itemBlock__otherItems .credit .ref-item .name,
.ftool-wrapper .itemBlock__otherItems .credit .ref-item .brand {
  color: var(--secondary);
}

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

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

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

.font-ja--regular {
  font-weight: 400;
}

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

.visualBlock__deco {
  position: absolute;
  z-index: 2;
}

.visualBlock__title {
  width: calc(257 / 375 * 100vw);
  bottom: 0;
  right: calc(16 / 385 * 100vw);
  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: 90%;
  margin-inline: auto;
  padding-top: calc(56 / 375 * 100vw);
  padding-bottom: calc(56 / 375 * 100vw);
}

#container .visualBlock__image {
  width: 100%;
}

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

.indexBlock__link {
  position: relative;
}

.indexBlock__link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("https://baycrews.jp/src/feature/20260306_dx/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.indexBlock__headMain {
  font-size: 30px;
}

.indexBlock__headSub {
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 5px;
}

.indexBlock__head {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.indexBlock__listItem {
  display: flex;
  align-items: center;
  gap: 5px;
}

.indexBlock__item {
  width: 90%;
  background-color: var(--accent);
  border-radius: 10px;
  margin-inline: auto;
}

.indexBlock__linkInner {
  padding: 10px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;  
}

.indexBlock__tagList {
  display: flex;
  gap: 3px;
}

.indexBlock__tagItem {
  padding: 3px 10px 4px 10px;
  font-size: 10px;
  line-height: 100%;
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 20px;
}

.indexBlock__item a {
  display: block;
}

.indexBlock__item a {
  text-decoration: none;
}

.indexBlock__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

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

.itemBlock::before {
  content: "";
  display: block;
  height: calc(80 / 375 * 100vw);
  margin-top: calc(-80 / 375 * 100vw);
}

.itemBlock.itemBlock--bg {
  background-color: #fff;
}

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

.itemBlock__headMain {
  font-size: 84px;
  line-height: 100%;
}

.itemBlock__headSub {
  font-size: 54px;
  line-height: 100%;
  padding-bottom: 5px;
}

.itemBlock__headEn {
  display: flex;
  gap: 8px;
  align-items: flex-end;
}

.itemBlock__headJa {
  font-size: 20px;
  line-height: 100%;
}

.itemBlock__tagItem {
  padding: 3px 10px 5px 10px;
  font-size: 12px;
  line-height: 100%;
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 20px;
}

.itemBlock__tagList {
  display: flex;
  gap: 4px;
  padding-top: 12px;
}

.itemBlock__lead {
  width: 90%;
  margin-inline: auto;
  padding-top: calc(16 / 375 * 100vw);
  padding-bottom: calc(20 / 375 * 100vw);
  border-top: 1px solid var(--accent);
  font-size: 12px;
}

.itemBlock__itemImageWrap {
  position: relative;
}

.itemBlock__itemImage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3), 
    rgba(0, 0, 0, 0)    
  );
  pointer-events: none; 
}

.itemBlock__item .credit {
  position: absolute;
  left: calc(10 / 375 * 100vw);
  bottom: calc(20 / 375 * 100vw);
  color: #fff;
  z-index: 3;
}

.itemBlock__text {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-feature-settings: "palt";
  margin-top: calc(-10 / 375 * 100vw);
  z-index: 2;
  position: absolute;
  padding-left: calc(10 / 375 * 100vw);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.itemBlock__text p {
  color: #fff;
  background-color: var(--primary);
  width: fit-content;
  line-height: 150%;
  padding: 0 5px;
}

.itemBlock__item .credit.credit--custom {
  width: 80%;
}

#container .itemBlock__reviewStars img {
  width: 23%;
  margin-bottom: 3px;
}

.itemBlock__reviewLabel {
  width: fit-content;
}

.itemBlock__reviewLabel {
  font-size: 11px;
  line-height: 100%;
}

.itemBlock__reviewText {
  font-size: 12px;
  color: var(--secondary);
  line-height: 150%;
  letter-spacing: normal;
}

.itemBlock__revierInner {
  width: 90%;
  margin-inline: auto;
  padding: 20px 16px;
}

.itemBlock__reviewLink a {
  font-size: 11px;
  color: var(--secondary);
  text-decoration: underline;
  text-align: right;
  display: flex;
  justify-content: flex-end; 
  padding-top: 8px; 
  line-height: 150%;
}

.itemBlock .itemBlock__review {
  margin-top: calc(60 / 375 * 100vw);
  position: relative;
  width: 90%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
}

.itemBlock.itemBlock--bg .itemBlock__review {
  margin-top: calc(60 / 375 * 100vw);
  position: relative;
  width: 90%;
  margin-inline: auto;
  background-color: var(--background);
  border-radius: 5px;
}

.itemBlock__reviewInner {
  position: relative;
  width: 90%;
  margin-inline: auto;
  padding: 20px 0;
}

.itemBlock.itemBlock--bg .itemBlock__reviewInner::after {
  content: "";
  position: absolute;
  right: 10px;     
  top: 5px; 
  transform: translateY(-100%);         
  width: 20px;     
  height: 37px;
  background: url("https://baycrews.jp/src/feature/20260306_dx/images/Polygon-beg.svg") no-repeat center / contain;
}

.itemBlock .itemBlock__reviewInner::after {
  content: "";
  position: absolute;
  right: 10px;     
  top: 5px; 
  transform: translateY(-100%);         
  width: 20px;     
  height: 37px;
  background: url("https://baycrews.jp/src/feature/20260306_dx/images/Polygon-wht.svg") no-repeat center / contain;
}


.itemBlock__reviewHead {
  font-size: 20px;
}

.itemBlock__reviewTitle {
  display: flex;
  align-items: center;  
  gap: 4px;
  padding-bottom: 5px;
}

#container .itemBlock__reviewRating img {
  width: calc(60 / 375 * 100vw);
  height: auto;
}

.itemBlock__reviewRating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.itemBlock__reviewScore {
  font-size: 12px;
}

.itemBlock__item {
  padding-bottom: calc(40 / 375 * 100vw);
  position: relative;
}

.itemBlock__otherItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 10px; 
}

.itemBlock__other {
  width: 94%;
  margin-inline: auto;
  padding-top: calc(20 / 375 * 100vw);
}

.itemBlock__otherTitle {
  font-size: 24px;
  padding-bottom: 12px;
}

.itemBlock__otherItem {
  width: 100%;
}

#container .itemBlock__otherItem img {
  width: 100%;
  height: auto;
  display: block;
}

a:hover img {
  opacity: 1;
}

.itemBlock__link a {
  margin-top: calc(80 / 375 * 100vw);  
  width: 90%;
  margin-inline: auto;
  background-color: var(--primary);
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
}


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

.itemBlock__link a {
  margin-top: calc(80 / 1280 * 100vw);  
  width: 82%;
}

.itemBlock__other {
  width: 82%;
}

.itemBlock__otherTitle {
  font-size: 32px;
}

.itemBlock__other {
  padding-top: calc(24 / 1280 * 100vw);
}

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

#container .itemBlock__reviewRating img {
  width: calc(60 / 1280 * 100vw); 
  max-width: 60px;
}

.itemBlock__reviewInner {
  width: 93%;
}

.itemBlock.itemBlock--bg .itemBlock__review {
  margin-top: 15%;  
  width: 87%;
}

.itemBlock .itemBlock__review {
  margin-top: calc(60 / 1280 * 100vw);  
  width: 87%;
}


.itemBlock__text p {
  padding: 0 7px;
}

.itemBlock__text {
  font-size: 20px;
  margin-top: calc(-16 / 1280 * 100vw);
  padding-left: calc(16 / 1280 * 100vw);
}

.itemBlock__item .credit {
  left: calc(20 / 1280 * 100vw);
  bottom: calc(26 / 1280 * 100vw);
}

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

.itemBlock__lead {
  width: 85%;
  padding-top: calc(16 / 1280 * 100vw);
  padding-bottom: calc(20 / 1280 * 100vw);
}

.itemBlock__head {
  width: 85%;
  padding-bottom: calc(16 / 1280 * 100vw);  
}

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

.itemBlock::before {
  height: calc(64 / 1280 * 100vw);
  margin-top: calc(-64 / 1280 * 100vw);  
}

.indexBlock {
  height: 100vh;
}

.indexBlock__links {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 100%;
}

.indexBlock__item {
  width: 100%;
}

.indexBlock {
  padding-bottom: 0;
}

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

.visualBlock__deco.visualBlock__deco--bottom {
  width: 62%;
  max-width: 372px;
  right: calc(10 / 1280 * 100vw);
  bottom: 18%;
}

.visualBlock__deco.visualBlock__deco--top {
  width: 28%;
  max-width: 162px;
  left: 3%;
  top: 1%;
}

.visualBlock__title {
  width: 70%;
  max-width: 412px;
  right: calc(20 / 1280 * 100vw);
  right: 5%;
}

#container .itemBlock__reviewStars img {
  width: 18%;
}

#container .contentsBlock {
  max-width: 560px;
  margin: 0 auto;
 }

.br-sp {
  display: none;
}

.sp {
  display: none;
}  

}

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


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

.fadeIn.animated {
  opacity: 1;
}

/* 左から表示する用 */
.fadeIn-left {
  clip-path: inset(0 100% 0 0); /* 左から隠す */
  transition: clip-path 0.6s ease-out;
}

.fadeIn-left.animated {
  clip-path: inset(0 0 0 0); /* 左から表示 */
}

.visualBlock__title {
  clip-path: inset(0 100% 0 0); /* 左から隠す */
  transition: clip-path 0.8s ease-out; /* アニメーション */
}

.visualBlock__title.is-reveal {
  clip-path: inset(0 0 0 0); /* 左から表示 */
}

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

.fadeInLoaded.scrollin {
  opacity: 1;
}

  /* 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: 55%;
  max-width: 600px;
  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: 37%;
}

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

