@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: #0F0F0F;
  /* --secondary: #808080; */
}

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

}
/* setting */

/* credit */
.ref-item  {
  font-size: 11px;
  margin-bottom: 8px;
  .thumb {
    display: none;
  }
  .brand {
    margin-left: 60px;
  }
  .name {
      margin-left: 60px;
  }
  .price {
      margin-left: 60px;
  }
}
.ftool-wrapper .ref-item {
  font-size: 11px;
  margin-bottom: 8px;
}
.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 {
  color: var(--primary);
}

#container {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  font-size: 12px;
  line-height: 170%;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0;
}

.visualBlock {
  position: relative;
  width: 100%;
  aspect-ratio: 375 / 696;
}

.visualBlock__titleWrap,
.visualBlock__subTitle {
  position: absolute;
}

.visualBlock__titleWrap {
  left: 5%;
  top: 23%;
  z-index: 2;
}

.visualBlock__text {
  margin-left: 5px;
  margin-top: calc(16 / 375 * 100vw);
  margin-bottom: calc(16 / 375 * 100vw);
}

#container .visualBlock__image {
  width: 100%;
}

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

.visualBlock__image--bottom {
  position: absolute;
  bottom: 0;
}

.visualBlock__links {
  font-size: 16px;
  font-family: "miller-banner-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  gap: 12px;
  margin-left: 5px;
  letter-spacing: 0;
}

.indexBlock__listItem {
  position: relative; 
  border-bottom: 1px solid var(--primary);
}

.indexBlock__listItem::after {
  content: "";
  display: inline-block;          
  width: 16px;           
  height: 24px;           
  background-image: url("/src/feature/20251114_best/images/arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

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

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

.itemBlock__badge {
  position: absolute;
  right: 3%;
  top: 21.5%;
  z-index: 3;
}

.contentsBlock__head--en {
  font-family: "miller-banner-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -1.2px;
  font-size: 40px;
}

.contentsBlock__head--ja {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}

.contentsBlock__head {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: calc(24 / 375 * 100vw);
}

.itemBlock__itemImageWrap {
  position: relative;
}

.itemBlock__itemImage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  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: 10px;
  bottom: 3px;
  color: #fff;
  z-index: 3;
}

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

.itemBlock__staffImage {
  width: calc(50 / 375 * 100vw);
}

.itemBlock__staffName {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 140%;
}

.itemBlock__staffText {
  line-height: 140%;
  margin-top: 3px;
}

.itemBlock__staffComment {
  display: flex;
  justify-content: space-between;
  margin-top: calc(24 / 375 * 100vw);
  margin-bottom: calc(32 / 375 * 100vw);
}

.itemBlock__staffInfo {
  width: calc(275 / 375 * 100vw);
}

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

.itemBlock__reviewLabel {
  width: fit-content;
}

.itemBlock__reviewStars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 90%;
  margin-inline: auto;
}

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

.itemBlock__reviewText p::before {
  content: '“';
}

.itemBlock__reviewText p::after {
  content: '”';
}

.itemBlock__reviewText {
  line-height: 140%;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 90%;
  margin-inline: auto;
}

.itemBlock__review {
  padding-top: calc(20 / 375 * 100vw);
  padding-bottom: calc(20 / 375 * 100vw);
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  position: relative;
}

.itemBlock__reviewTitle {
  font-family: "miller-banner-condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 14px;
  background-color: #fff;
  padding: 0 8px 0 5px;
  width: fit-content;
  position: absolute;
  top: -11px;
  left: 16px;
}

.itemBlock__badge {
  width: 28%;
  position: absolute;
  right: 3%;
  top: -2%;
  z-index: 3;
}

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

.itemBlock__otherItems {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  gap: 10px; /* 各アイテムの余白を10px */
}

.itemBlock__otherItem {
  width: 100%;
}

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

.categoryBlock,
.brandsBlock,
.snapBlock {
  width: 90%;
  margin-inline: auto;
  padding-top: calc(80 / 375 * 100vw);
}

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

.swiper-slide {
  width: 150px !important;
  height: auto;
  flex-shrink: 0; /* スライドが縮まないように */
}

#container .trendBlock__item video {
  width: 100%;
  height: auto; /* 横幅に応じて縦を自動調整 */
  display: block;
}

.trendBlock__item {
  margin-left: 10px;
}

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

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

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

.brandsBlock .l-separator {
  padding-top: 0;
}

.itemBlock__badge {
    display: inline-block;
    animation: badgeTilt 3s infinite;
    transform-origin: center center;
}

@keyframes badgeTilt {
    0%, 16.66%, 100% { transform: rotate(0deg); } /* 待機 */
    8.33% { transform: rotate(10deg); } /* 傾き */
}

a:hover img {
  opacity: 1;
}

/* ↓↓↓引用↓↓↓ */

.categoryList {
    font-family: "acumin-pro-semi-condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
}

.categoryList__list1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    height: 20vw;
}

.categoryList__label {
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryList__label:hover {
    opacity: 0.8;
    transition: all 0.5s linear;
}

.categoryList__label p {
    font-size: 15;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.categoryList__label a {
    justify-content: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.categoryList__label a span {
    line-height: 1.2;
}

.categoryList__label a small {
    font-size: 10px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    line-height: 1;
}

.d-gender-content--women .categoryList__label1 {
    grid-area: 1 / 1 / 3 / 2;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-01l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label2 {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-02l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label3 {
    grid-area: 2 / 2 / 3 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-03l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    height: 14vw;
}

.d-gender-content--women .categoryList__label4 {
    grid-area: 1 / 1 / 2 / 2;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-04l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label5 {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-05l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label6 {
    grid-area: 1 / 3 / 2 / 4;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-06l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__list3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    height: 12vw;
}

.d-gender-content--women .categoryList__label7 {
    grid-area: 1 / 1 / 2 / 2;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-07l.png);
    background-size: cover;
}

.d-gender-content--women .categoryList__label8 {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(https://baycrews.jp/src/feature/202508_preorder/categry-08l.png);
    background-size: cover;
}

.logoList__button span,
.l-articleMenu__sub>span {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  padding-top: 4px;
  margin-left: 25px;
}

.l-pager .button em:before,
.logoList__button span:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    margin: auto;
    top: -5px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-bottom: 10px;
}

.l-articleMenu__sub>span:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: url(https://baycrews.jp/src/feature/202403_preorder/arrow_down.svg) no-repeat center center;
}

.logoList {
    margin-bottom: -30px;
}

.logoList .logoList__list {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.logoList .logoList__list .name {
    display: none;
}

.logoList li {
    text-align: center;
    padding: 1%;
    padding-bottom: 3%;
    width: 100%;
    max-width: 23%;
    line-height: 1.2;
    font-size: 80%;
}

.logoList .image {
    border: solid 1px #CCCCCC;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 15px 0;
}

.logoList .image img {
    margin: -20px 0;
}

@media (max-width:550px) {
    .logoList .image img {
        margin: -3vw 0;
    }
}

.logoList.is-close li:nth-of-type(n+9) {
    display: none;
}

.logoList__button {
  height: 30px;
  margin: 30px auto 30px auto;
  text-align: center;
  position: relative;
  background: #000000;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  cursor: pointer;
}

.c-articleSnapList {
    line-height: 1.5
}

.c-articleSnapList img {
    width: 100%;
    height: auto
}

.c-articleSnapList a {
    display: block;
    text-decoration: none
}

.c-articleSnapList .thumb {
    margin-bottom: 7px;
    position: relative
}

.c-articleSnapList .data {
    position: relative;
    font-size: 11px;
    color: var(--primary);
}

.c-articleSnapList .property {
    position: relative;
    font-size: 11px
}

.c-articleSnapList .property dd,
.c-articleSnapList .property dt {
    margin-bottom: 3px
}

.c-articleSnapList .property dd {
    color: #999
}

.c-articleSnapList .property dd:before {
    content: ":"
}

.button01 a {
    font-family: "tt-commons-pro", sans-serif;
    border-radius: 5px;
    font-weight: 500;
    font-style: normal;
    display: block;
    background: #000000;
    color: white;
    text-align: center;
    font-size: 110%;
    position: relative;
    transition: all 1s linear;
    margin-top: calc(40 / 375 * 100vw);
    letter-spacing: 0.1em;
    height: 30px;
}

.button01 a span {
    padding-left: 22px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-size: 11px;
    padding-top: 4px;
}

.button01 a span:before {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto;
    top: 7px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    padding: 0;
    margin-top: 3px;
}

.c-popupLists_itemWrap::-webkit-scrollbar,
.c-imgBanner--list::-webkit-scrollbar,
.c-articleItemList__wrap::-webkit-scrollbar,
.c-imageSlider::-webkit-scrollbar {
    height: 8px;
    margin: 0 10px;
}

.c-imageSlider--men::-webkit-scrollbar {
    height: 0;
    margin: 0;
}

.c-popupLists_itemWrap::-webkit-scrollbar-track,
.c-imgBanner--list::-webkit-scrollbar-track,
.c-articleItemList__wrap::-webkit-scrollbar-track,
.c-imageSlider::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.c-popupLists_itemWrap::-webkit-scrollbar-thumb,
.c-imgBanner--list::-webkit-scrollbar-thumb,
.c-articleItemList__wrap::-webkit-scrollbar-thumb,
.c-imageSlider::-webkit-scrollbar-thumb {
    background: #000000;
}

#is-scrolled.d-darkmode--button {
    transition: all 1s linear;
    margin-bottom: -200px;
}

.c-articleItemList__wrap {
    overflow: auto;
    margin-left: -20px;
    margin-right: -20px;
}

.l-kv_ItemList .c-articleItemList__wrap ul.c-articleItemList {
    display: flex;
    justify-content: space-between;
}

.l-kv_ItemList .c-articleItemList__wrap ul.c-articleItemList li {
    width: auto;
    padding: 0 15px;
}

.c-articleItemList__slideWrap {
    position: relative;
}

.c-articleItemList__slideWrap::after {
    right: -20px;
    left: auto;
}

.c-articleItemList__slide {
    display: flex;
    flex-wrap: wrap;
    width: calc(200% + 30px);
    padding: 0 15px;
}

@media (min-width:550px) {
    .c-articleItemList__slide {
        width: calc(160% + 30px);
    }

    .c-articleItemList__slideWrap {
        overflow: hidden;
    }
}

.c-articleItemList__slide>li {
    max-width: calc(100% / 6 - 10px);
    padding: 0 5px 10px 5px;
}

.c-articleItemList.l-col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

/* ↑↑↑引用↑↑↑ */

@media screen and (max-width: 900px) {

}

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

.visualBlock__titleWrap {
  width: 86%;
}

.visualBlock__title {
  width: 58%;
}

.visualBlock {
  border-bottom: 1px solid var(--primary);
  height: calc(724 / 375 * 100vw);
}

/* ↓↓↓引用↓↓↓ */

.categoryList__list1 {
    height: 50vw;
}

.d-gender-content--women .categoryList__list2 {
    height: 33vw;
}

.d-gender-content--women .categoryList__list3 {
    height: 29vw;
}

.d-gender-content--men .categoryList__list1 {
    height: 35vw;
}

.d-gender-content--men .categoryList__list2 {
    height: 28vw;
}

.hotpicksContents .Contents_itemlist p {
    font-size: 11px;
}

/* ↑↑↑引用↑↑↑ */

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

.visualBlock {
  overflow: hidden; 
}

.pc {
  display: none;
}

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

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

.visualBlock__title {
  width: 39%;
}

html:not(.is-mobile) main .l-inner aside.l-separator {
    margin: 0 auto;
    padding-left: 9px;
    padding-right: 9px;
    width: 982px;
}

html:not(.is-mobile) main .l-inner {
  padding: 0;
  width: 100%;
}

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

.itemBlock__reviewTitle {
  left: 20px;
}

.itemBlock__staffComment {
  gap: 16px;
}

.visualBlock__image--top {
  width: 85%;
  margin-left: calc(40 / 1280 * 100vw);
}

.visualBlock__image--bottom {
  width: 82%;
}

.visualBlock__text {
  margin-left: 5px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.visualBlock__titleWrap {
  left: 12%;
  top: 26%;
}

.categoryBlock, .brandsBlock, .snapBlock {
  padding-top: calc(80 / 1280 * 100vw);
}

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

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

#container{
margin-bottom:300px;
}

.brandsBlock{
margin-bottom:-300px;
}

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

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

.itemBlock__review {
  padding-top: 20px;
  padding-bottom: 20px;
}

.itemBlock__staffComment {
  margin-top: calc(24 / 1280 * 100vw);
  margin-bottom: calc(32 / 1280 * 100vw);
}

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

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

.visualBlock {
  height: calc(975 / 1280 * 100vw);
}

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

.br-sp {
  display: none;
}

.sp {
  display: none;
}  

}

@media screen and (min-width: 1280px) {
  .visualBlock__titleWrap {
    top: 255px;
  }
  .visualBlock__title {
        width: 245px;
  }
}

@media screen and (min-width: 769px) and (max-width: 950px) {
  .visualBlock__titleWrap {
    top: 20%;
  }
}
  /*PC用スタイルここまで*/


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

.fadeIn.animated {
  opacity: 1;
}

.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: 40%;
  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: 55%;
  height: 100vh;
}

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