@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: #231815;
  --secondary: #794132;
  --background: #ECEDEF;
}

@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: 60px;
  }
  .price {
      margin-left: 60px;
  }
}
.ftool-wrapper .ref-item {
  font-size: 11px;
  margin-bottom: 10px;
}
.ftool-wrapper .ref-item .thumb {
  width: 50px;
}
.ftool-wrapper .ref-item .brand {
  display: none;
}
.ftool-wrapper .ref-item .name {
  margin-left: 60px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 60px;
  font-size: 10px;
}
/* credit */

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

.contentsBlock__image::after {
  content: "";
  display: block;
  background: url(/src/feature/20250716_noble/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.contentsBlock__image {
  position: relative;
}

.c-close {
  position: fixed;
  right: 12vw;
  z-index: 3;
  width: 60px;
  cursor: pointer;
}

.l-modal__logo {
  position: fixed;
  left: 12vw;
  width: 10%;
}

.l-modal__point .head {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 10px;
}

.l-modal {
  padding-bottom: 100px;
}

.swiper {
  width: 100%;
  height: auto;  
  overflow: hidden; 
}

/* スライドの画像 */
.swiper-slide {
  width: 100%;
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* ページネーション */
.swiper-pagination {
  display: flex;
  justify-content: flex-end; 
  align-items: center;
  bottom: 0;
  position: absolute !important;
  bottom: 16px !important;
  right: 16px !important;  
  left: auto !important; 
}

.swiper-pagination-bullet {
  width: 6px !important; 
  height: 6px !important; 
  background-color: rgba(121,65,50,0.3) !important; 
  margin: 0 3px !important;
  opacity: 0.7 !important; 
  transition: background-color 0.3s, opacity 0.3s !important;  
  border-radius: 0!important;
}

.swiper-pagination-bullet-active {
  background-color: var(--secondary) !important; 
  opacity: 1 !important; 
}

.js-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden; 
}

.js-thumb img {
  display: block;
  transition: transform 0.6s ease;
}

.js-thumb:hover img {
  transform: scale(1.05); 
}

.visual__title {
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  top: 30%;
}

.visualBlock {
  position: relative;
}

.imageBlock__title,
.visualBlock__title {
  position: absolute;
  width: 29vw;
  top: 8vw;
  left: 8vw; 
}

.visualBlock__logo {
  position: absolute;
  width: 11vw;
  bottom: 7vw;
  left: 8vw; 
}

.leadBlock {
  background-color: var(--background);
  padding: 50px 0;
}

.leadBlock__inner {
  text-align: center;
}

.l-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lookBlock__inner {
  width: 83%;
  margin-inline: auto;
}

.lookBlock {
  background-color: var(--secondary);
  padding: 8.6vw 0;
}

.imageBlock {
  position: relative;
}

.l-modal__head {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--secondary);
  font-size: 24px;
  border-bottom: 1px solid var(--secondary);
  padding: 20px 0 5px 0;
}

.l-modal__head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footerBlock {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 38%;
  margin-inline: auto;
  padding-top: 7.8vw;
  font-size: 16px;
}

.footerBlock__logo {
  width: 36%;
}

.footerBlock__links {
  display: flex;
  gap: 16px;
  text-decoration: underline;
  flex-direction: row;
}

.footerBlock__linksWrap {
  display: flex;
  gap: 16px;
}

.footerBlock__brandInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-bottom: 80px;
}

.footerBlock__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.l-modal__title::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: var(--secondary);
  flex-shrink: 0;
}

.l-modal__title {
  position: relative;
  display: flex;
  align-items: center;
  width: 17%;
  gap: 8px;
}

.l-modal__creditInfo {
  font-size: 11px;
  padding-top: 5px;
  letter-spacing: 0;
}

.l-modal__creditInfo span {
  margin-left: 8px;
}

.l-modal .credit {
  padding-top: 5px;
}

.footerBlock__links {
  letter-spacing: 0;
}

.l-modal__date {
  letter-spacing: 0;
}

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

.l-modal {
  padding-bottom: 60px;
}

.modal14 {
  padding-bottom: 53.3vw;
}

.l-modals {
  padding-top: 21vw;
  padding-top: 3vw;
}

.l-modal__logo {
  width: 16%;
  z-index: 3;
  left: 4vw;
}

.swiper-pagination {
  bottom: 10px !important;
  right: 10px !important;  
}

.l-modal__title {
  width: 30%;
}

.l-modal__head {
  font-size: 22px;
  padding: 16px 0 5px 0;
}

.footerBlock__contents {
  gap: 12px;
}

.footerBlock__logo {
  width: 46%;
}

.imageBlock__title {
  width: 40vw;
  top: 13.3vw;
  left: 5.3vw;
}

.contentsBlock__image::after {
  width: 13px;
  height: 13px;
  bottom: 5px;
  right: 5px;
}

.lookBlock {
  padding: 10.7vw 0;
}

.lookBlock__inner {
  width: 90%;
}

.l-thumbs {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.l-thumbs.right .js-thumb:nth-child(7) {
  grid-column: 2 / 3;
}

.visualBlock__logo {
  width: 20vw;
  left: 5.3vw; 
  bottom: 5.3vw; 
}

.visualBlock__title {
  width: 45vw;
  left: 5.3vw;
  top: 43.5vw;
}

.linkList {
  width: calc(225 / 375* 100vw);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: calc(15 / 375* 100vw);
  row-gap: calc(5 / 375* 100vw);
  justify-content: center;
  padding-top: 40px;
  font-size: 15px;
}

.l-modal {
  width: 90%;
  margin: 0 auto;
  padding-top: 3vw;
}

.c-close {
  right: 3.3vw;
  width: 24px;
}

.br-pc {
  display: none;
}

.pc {
  display: none;
}

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

.footerBlock__links {
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footerBlock {
  width: 81.5%;
  padding-top: 16vw;
}

.footerBlock__brandInfo {
  padding-bottom: 60px;
}

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

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

.l-thumbs.right .js-thumb:nth-child(5) {
    grid-column: 2 / 3;
}
.l-thumbs.right .js-thumb:nth-child(6) {
    grid-column: 3 / 4;
}
.l-thumbs.right .js-thumb:nth-child(7) {
    grid-column: 4 / 5;
}

.linkList {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 50px;
  font-size: 15px;
  gap: 24px;
  justify-content: center;
}

.l-modal {
  max-width: 600px;
  width: 47%;
  margin-inline: auto;
} 

.br-sp {
  display: none;
}

.sp {
  display: none;
}  

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

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

/* フェードイン */
.fadeIn {
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

/* visualのフェードイン */
@keyframes visualFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.visual-fadeIn {
  opacity: 0;
}

.visual-fadeIn.show {
  animation: visualFadeIn 1s ease-out forwards;
}

/* モーダル */
.l-modals {
  background: #fff;
  padding-top: 4.25vw;
}

.js-modal {
  width: 100%;
  height: 100vh;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}

.js-modal.active {
  opacity: 1;
  pointer-events: auto;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

