@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: 0 calc(50% - 50vw);
  width: calc(100vw - 8px);
  max-width: calc(100vw - 8px);
  }

/* 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: #1A1A1A;
  --secondary: #007213;
  --light: #ABBDAE;
}

@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 {
    width: 50px;
  }
  .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 {
  width: 50px;
}
.ftool-wrapper .ref-item .brand {
  display: none;
}
.ftool-wrapper .ref-item .name {
  margin-left: 60px;
  font-size: 10px;
}
.ftool-wrapper .ref-item .price {
  margin-left: 60px;
  font-size: 10px;
}
.ftool-wrapper .line_up_two {
  width: 100%;
  float: none;
  padding-right: 0;
  margin-bottom: 0;
  padding-top: 8px;
}

.mb60 {
  margin-bottom: 0 !important;
}

#container {
  max-width: 1280px;
  width: 90%;
  margin-inline: auto;
  font-size: 12px;
  line-height: 180%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal; 
  position: relative;
  color: var(--primary);
  font-variant-numeric: lining-nums;
}

.serif-mencken--bold {
  font-family: "mencken-std-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.96px;
  line-height: 100%;
}

.serif-mencken--regular {
  font-family: "mencken-std-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 100%;
}

.serif-orpheus--medium {
  font-family: "orpheuspro", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%; 
}

.serif-orpheus--regular {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 100%; 
}

.gothic {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: 100%;
}

.visualBlock__title {
  width: 88%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: absolute;
}

.leadBlock {
  width: 90%;
  margin-inline: auto;
  padding: 50px 0;
}

.itemBlock {
  width: 90%;
  margin-inline: auto;
  padding-bottom: 100px;
}

.itemBlock__title ,
.itemBlock__size {
  color: var(--secondary);
}

.itemBlock__title {
  font-size: 24px;
}

.itemBlock__size {
  font-size: 20px;
  padding-bottom: 5px;
}

.itemBlock__title {
  display: flex;
  align-items: center;
  gap: 16px; 
}

.itemBlock__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--secondary); 
}

.itemBlock__info {
  border-left: 3px solid var(--secondary);
  padding-left: 10px;
}

.itemBlock__list {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
  padding: 20px 0 30px 0;
  border-bottom: 1px solid var(--secondary);
}

.styleBlock__deco,
.lookBlock__deco {
  font-size: 56px;
  color: var(--light);
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scrollText {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLoop 30s linear infinite;
}
  
@keyframes scrollLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.styleBlock__title,
.lookBlock__title {
  font-size: 32px;
  color: var(--secondary);
  text-align: center;
}

.styleBlock__head,
.lookBlock__head {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 100px 0;
}

.styleBlock__number {
  color: var(--secondary);
  font-size: 108px;
  padding-left: 5.3vw;
  letter-spacing: -4px;
  line-height: 68%;
}

.styleBlock__image {
  border-top: 5px solid var(--secondary);
}

.styleBlock__info {
  width: 90%;
  margin-inline: auto;
  padding: 20px 0 40px 0;
}

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

.styleBlock__main {
  padding-bottom: 20px;
}

.styleBlock__style .subheading {
  font-size: 13px;
  padding-bottom: 8px;
}

.styleBlock__style .heading {
  font-size: 24px;
  padding-bottom: 8px;
}

.styleBlock__style {
  padding-bottom: 80px;
}

.styleBlock__name {
  font-size: 13px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0;
}

.styleBlock__infoFrame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 12px;
}

.styleBlock__infoFrame .images {
  width: 30%;
}

.styleBlock__sceneImages {
  overflow: visible;
}

.styleBlock__sceneImages .swiper-slide {
  width: 58%;
}

.styleBlock__sceneImages .swiper-slide img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: auto;
}

.styleBlock__line {
  border-bottom: 1px dashed var(--secondary);
  width: 90%;
  margin-inline: auto;
  margin-bottom: 40px;
}

.styleBlock__scene .styleBlock__text {
  padding-bottom: 10px;
}

.styleBlock__number.styleBlock__number--right {
  text-align: right;
  padding-right: 5.3vw;
}

.styleBlock {
  padding-bottom: 20px;
}

.lookBlock__number {
  font-size: 11px;
  border: 0.5px solid var(--secondary);
  border-radius: 50%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

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

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

.lookBlock__info {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.lookBlock__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 1;
  color: var(--secondary);
  gap: 5px;
  left: 50%;
  top: 11%;
  transform: translate(-50%, -50%);
}

.js-thumb {
  position: relative;
  cursor: pointer;
}

.lookBlock__button {
  width: 100%;
  background-color: var(--secondary);
  color: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 13px;
}

#container .lookBlock__button .arrow {
  width: 15%;
  margin-right: 8px;
}

.lookBlock__button span {
  margin-left: 8px;
}

.lookBlocks .lookBlock__head {
  padding: 100px 0 40px 0;
}

.lookBlocks {
  padding-bottom: 100px;
}

.footerBlock {
  background-color: var(--secondary);
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 50px 0;
}

.footerBlock__logo {
  width: 27%;
}

.footerBlock__ig {
  width: 9%;
}

.footerBlock__links {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-size: 16px;
  text-decoration: underline;
  padding-top: 4px;
}

.c-close {
  position: fixed;
  right: 3.3vw;
  width: 8%;
  z-index: 3;
  cursor: pointer;
}

.modals {
  margin-bottom: 200px;
}

.l-modal__label {
  color: var(--secondary);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
}

.l-modal__number {
  font-size: 18px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  width: 26.5%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.l-modal__info {
  font-size: 32px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.l-modal__frame {
  width: 90%;
  margin-inline: auto;
  padding-bottom: 24px;
}

.l-modal__credit {
  border-left: 3px solid var(--secondary);
  padding-left: 10px;
}

.l-modal__text {
  padding: 20px 0;
}

.l-modal__creditName {
  font-size: 20px;
  color: var(--secondary);
  margin-bottom: 2px;
}

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

.l-modal__line {
  padding-top: 15vw;
  border-bottom: 2px solid var(--secondary);
}

.l-modal {
  padding-top: 15vw;
}

.l-modals__title {
  top: 52%;
  right: 0.3vw;
  transform: translate(-50%, -50%);
  width: 4%;
  position: fixed;
  z-index: 10;
}

.itemBlock__detail {
  letter-spacing: 0;
}

.l-modal__other .credit {
  padding-top: 12px;
}

.styleBlock__headText {
  text-align: center;
}

.styleBlock__name .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 3px;
  background-color: var(--primary);
}

.visualBlock {
  position: relative;
}

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

.l-modal__frame {
  width: 100%;
  padding-bottom: 40px;
}

.l-modal__line {
  padding-top: 80px;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.l-modals__title {
  width: 20px;
  right: 12vw;
  top: 55%;
}

.c-close {
  width: 40px;
  right: 12vw;
}

.l-modal {
  max-width: 500px;
  width: 50%;
  margin-inline: auto;
  padding-top: 80px;
}
  
.lookBlock__button {
  font-size: 15px;
}

.lookBlock__info {
  font-size: 24px;
}

.lookBlock__number {
  font-size: 13px;
  padding: 2px 16px;
}

.lookBlock__label {
  top: 9%;
  gap: 10px;
}

.styleBlock__infoFrame .images {
  width: 20%;
}

.styleBlock__number {
  padding-left: 1.3vw;
}

.styleBlock__number.styleBlock__number--right {
  padding-right: 1.3vw;
}

.footerBlock__ig {
  width: 7%;
}

.footerBlock__logo {
  width: 20%;
}

.styleBlock__info,
.styleBlock__line,
.styleBlock__mainInfo {
  width: 100%;
}

.leadBlock {
  padding: 80px 0;
}

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

.br-sp {
  display: none;
}

.sp {
  display: none;
}  

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

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

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

.visualBlock {
  overflow: hidden; 
}

.pc {
  display: none;
}
  /*SP用スタイルここまで*/
}

  /* 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;
}

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

#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;
}

#container .main__visual .title__wrap {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #container #contents {
    width: 100%;
  }
}
/* fixed設定 */

/* fadeIn */
.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 2s ease-out forwards;
}

/* swiper */
.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-wrapper {
  display: flex !important; /* 念のため明示する */
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%; /* SPなら100%固定が安全 */
}


/* pagination */
.swiper-pagination {
  position: absolute;
  bottom: 0px; 
  left: 50%;
  transform: translateX(-50%); 
  z-index: 10;
}

.swiper-pagination-bullet {
  position: relative;
  width: 20px !important;
  height: 2px !important;
  background-color: rgba(255,255,255,0.3) !important;
  margin: 0 3px !important;
  opacity: 0.7 !important;
  overflow: hidden; 
  border-radius: 0 !important;
}

.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #FFF;
  z-index: 1;
  transition: width 3s ease-in-out;
}

.swiper-pagination-bullet-active::after {
  width: 100%;
}

.swiper-pagination-bullet.no-transition::after {
  transition: none;
}

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

.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%;
}


