@charset "UTF-8";
/*=============================================================

	Date: 2025-07-24
	CSS Document ： コーディネート一覧

=============================================================*/
/*------------------------------------
仮想LP用ベース
------------------------------------*/
body {
  opacity: 1;
}
body #maincontent,
body #outer{
  position: relative;
  z-index: 1000000;
}
body.load-end #maincontent,
body.load-end #outer{
  z-index: 0;
}
.fca_cat-hero {
  z-index: 1;
}
.fca_cat-hero, .sr_page-shopping-result__free {
  overflow: visible;
}
.sr_page-shopping-result__free .fca_container__in {
  max-width: 100%;
}
.sr_page-shopping-result__free .fca_container {
  padding: 0;
}
.fca_page-shop-category__body {
  margin-top: 0;
}
/*------------------------------------

ベース

------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}
.bold_ct {
  font-weight: bold;
}
body.fixed-body {
  overflow: hidden;
}
/*.fsc_gheader-wrap {
  transition: all 0.3s;
}*/
/*------------------------------------

wrapper

------------------------------------*/
#wrapper {
  font-weight: 400;
  font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
}
#wrapper h2, #wrapper h3 {
  font-weight: 500;
  font-style: normal;
}
#wrapper img {
  height: auto;
  max-width: 100%;
  /* width: 100%; */
}
#wrapper ul {
  padding: 0;
  list-style: none;
}
#wrapper-inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* gap: 3%; */
  max-width: 1170px;
}
/* hover */
#wrapper a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  #wrapper a {
    transition: all 0.3s;
  }
  #wrapper a:hover {
    opacity: 0.8;
  }
}
/*------------------------------------

ローディング

------------------------------------*/
#loading-screen {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
}
#loading-screen.fade-out {
  opacity: 0;
  pointer-events: none;
}
.loader-text {
  font-size: 150%;
  /*letter-spacing: 0.1em;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*inset:0;*/
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Ryumin Light KL", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}
.load-anime .loader-text span {
  animation: fadeUp 0.6s ease forwards;
}
#random-loading {
  max-width: 1170px;
}
#random-loading .group {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 0 3%;
}
#random-loading .group:nth-child(1) {
  margin-bottom: 4em;
}
#random-loading .main-image {
  width: 30%;
  aspect-ratio: 1/1.2;
  transform-origin: top center;
  mask-size: 200% 200%;
  mask-repeat: no-repeat;
  mask-image: linear-gradient(to right, black 0%, black 100%, rgb(0 0 0 / 0) 100%, rgb(0 0 0 / 0) 100%);
  -webkit-mask-position: 200% 200%;
  mask-position: 200% 200%;
  will-change: mask-position;
  /*will-change: transform;*/
}
@media (max-height: 919px) {
#random-loading .main-image {
  width: 39vh;
}
}
@media (min-width: 769px) {
  .load-anime #random-loading .group:nth-child(1) .main-image {
    animation: slideMask-right 0.8s cubic-bezier(0.22, 1, 0.26, 1.07) both;
  }
  .load-anime #random-loading .group:nth-child(2) .main-image {
    animation: slideMask-left 0.8s cubic-bezier(0.22, 1, 0.26, 1.07) both;
  }
  .load-anime #random-loading .group:nth-child(1) .main-image:nth-child(1), .load-anime #random-loading .group:nth-child(2) .main-image:nth-child(3) {
    animation-delay: 0.3s;
  }
  .load-anime #random-loading .group:nth-child(1) .main-image:nth-child(2), .load-anime #random-loading .group:nth-child(2) .main-image:nth-child(2) {
    animation-delay: 0.5s;
  }
  .load-anime #random-loading .group:nth-child(1) .main-image:nth-child(3), .load-anime #random-loading .group:nth-child(2) .main-image:nth-child(1) {
    animation-delay: .7s;
  }
}
@keyframes slideMask-right {
  from {
    transform: translate(-10%, 0em);
    -webkit-mask-position: 200% 0;
    mask-position: 200% 0;
  }
  to {
    transform: translate(0px, 0px);
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes slideMask-left {
  from {
    transform: translate(10%, 0em);
    -webkit-mask-position: -100% 0;
    mask-position: -100% 0;
  }
  to {
    transform: translate(0px, 0px);
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}
/*------------------------------------

FVエリア

------------------------------------*/
.fv-image {
    aspect-ratio: 100/40;
}
#random-images {
    position: relative;
}
#random-images .group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* gap: 1%; */
}
#random-images .group:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
#random-images .main-image img {}
.main-image img {
  width: 100%;
}
.fv-color {
  color: var(--theme-color);
}
.fv-text {
  text-align: center;
  margin: 2.7em auto 1em;
}
.fv-text h2 {
  letter-spacing: 0.05em;
  font-size: 280%;
}
.sub-text {
  font-size: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Ryumin Light KL", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 0.8em auto 1.2em;
}
.fv-text p {
  width: 90%;
  margin: 0 auto;
  font-size: 110%;
}
.char-animate {
  visibility: hidden;
  color: #000;
}
.char-animate span {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
}
#wrapper.is-loaded .fv-text h2.char-animate span {
  animation: fadeUp 0.6s ease forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロール誘導 */
.ttl-scroll {
  position: relative;
  margin: 0.7em 0;
}
.ttl-scroll::before {
  display: block;
  content: '';
  width: 0.7em;
  aspect-ratio: 1/1;
  border: 1px solid var(--theme-color);
  margin: 0 auto;
  border-radius: 50%;
}
.ttl-scroll a {}
.ttl-scroll a span {
  display: block;
  position: absolute;
  right: 50%;
  top: 0.4em;
  writing-mode: vertical-rl;
}
.ttl-scroll a span::before {
  animation: scroll 2s infinite;
  background-color: var(--theme-color);
  top: 0em;
  content: "";
  height: 2.5em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* --- 締めコピー全体のデザイン --- */
#wrapper .fv-text:last-of-type {
    margin-top: 90px;   /* 上との余白 */
    text-align: center; /* 中央揃え（お好みで） */
}

#wrapper .fv-text:last-of-type p {
    font-size: 16px;    /* PCの文字サイズ */
    color: #00659f;        /* 文字色 */
    line-height: 2.0;   /* 行間 */
    margin-bottom: 1.5em; /* 段落間の余白 */
}

/* --- スマホ専用の改行制御 --- */
.sp-br {
    display: none;      /* PCでは改行しない */
}

@media screen and (max-width: 767px) {
    .sp-br {
        display: inline; /* スマホ（横幅767px以下）で改行を実行 */
    }
    
    #wrapper .fv-text:last-of-type p {
        font-size: 14px; /* スマホでは少し文字を小さくすると収まりが良いです */
        line-height: 1.8;
        padding: 0 20px; /* 左右に少し余白 */
    }
}







/*------------------------------------

FV アニメーション

------------------------------------*/
#random-images .main-image {
  width: calc(100% / 3);
  transform-origin: top center;
  /* border: 1px solid var(--theme-color); */
}
#random-images .group {}
#wrapper.is-loaded #random-images .group:nth-child(2) .main-image {
  animation: fade-fv 7s ease infinite;
}
#wrapper.is-loaded #random-images .group:nth-child(2) .main-image:nth-child(1) {
  animation-delay: -2.0s;
}
#wrapper.is-loaded #random-images .group:nth-child(2) .main-image:nth-child(2) {
  animation-delay: -1.5s;
}
#wrapper.is-loaded #random-images .group:nth-child(2) .main-image:nth-child(3) {
  animation-delay: -1.0s;
}
@keyframes fade-fv {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------------------------

コーディネート一覧

------------------------------------*/
.coordinate-list {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  min-height: 100vh;
}
/* コーデ一覧出力 */
#output {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
}
#output .group-box {
  width: 48%;
}
#output .main-image {
  margin: 3em 0 0.8em;
  position: relative;
}
#output .main-image a {
  display: block;
}
#output .main-image p {
  font-size: 110%;
  line-height: 1.3;
  display: inline-block;
  margin: 0;
  text-align: start;
  white-space: nowrap;
  letter-spacing: .05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: 'vert'on;
  position: absolute;
  top: 5%;
  right: 7%;
}
#output .main-image p span {
  background: #FFF;
  padding: 0.4em 0.1em 0.3em;
  display: inline-block;
}
#output .main-image p span:nth-child(1) {
  margin-left: 0.5em;
}
#output .main-image p span:nth-child(3) {
  margin-top: 1em;
}
#output .item-link {
  text-align: right;
  margin: 0.1em 0.5em 0.4em;
  font-size: 105%;
  display: flex;
  justify-content: flex-end;
}
#output .item-link a {
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6em;
  width: max-content;
  line-height: 1.3;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  font-size: 93%;
  padding: 0 0.1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5em;
}
#output .item-link a .price {
  font-size: 90%;
  line-height: 1;
  margin: 0.05em 0 0;
}
#output .item-link a::after, .more-link a::after {
  display: inline-block;
  width: 0.6em;
  height: 1em;
  content: '';
  background-image: url(../images/link_arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  #output .item-link a:hover::after, .more-link a:hover::after {
    transform: translateX(0.2em);
  }
}
/*------------------------------------

カテゴリ表示

------------------------------------*/
.category-area {
  margin: 6em auto 0;
  overflow: hidden;
  /* max-width: 1170px; */
}
.category-block {
  margin: 0 0 6.5em;
}
.category-head {
  position: relative;
  margin: 0 auto 2em;
  max-width: 1170px;
}
.category-head img {
  width: 100%;
}
.category-head .feature-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-size: 290%;
  letter-spacing: 0.06em;
  margin: 0;
  filter: drop-shadow(0px 0px 0.3em rgba(0, 0, 0, 0.5));
  will-change: filter;
}
.category-list {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  /* overflow: hidden; */
}
.scroll {
  position: relative;
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  justify-content: flex-end;
  /* flex-direction: column; */
  /* flex-wrap: wrap; */
  gap: 1em;
  margin: 0 auto 0.5em;
  width: 94%;
  max-width: 1170px;
}
.scroll-text {
  color: var(--theme-color);
  font-family: "Ryumin Light KL", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    letter-spacing: 0.1em;
}
.scroll-border {
  position: relative;
  width: 5em;
  height: 0;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: var(--theme-color);
  margin: auto;
}
.scroll-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: -3px;
  left: auto;
  right: 5em;
  background: var(--theme-color);
  border-radius: 50%;
  animation: scrollbar 2.0s ease-in-out infinite;
  /* margin: auto; */
}
@keyframes scrollbar {
  0% {
    right: 5em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: -0.3em;
    opacity: 0;
  }
}
/*------------------------------------

もっと見るボタン

------------------------------------*/
.more-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.more-link a {
  border-bottom: 1px solid #000000;
  font-weight: bold;
  font-size: 93%;
  /* letter-spacing: 0.2em; */
  padding: 0 0.1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5em;
}
/*------------------------------------

swiper

------------------------------------*/
#wrapper .swiper-slide p {
  margin: 0.4em 0 0;
}
#wrapper .swiper-slide p.title {
  margin: 0.6em 0 0;
  letter-spacing: 0;
}
/* 商品読み込み 価格 */
#wrapper .price, #wrapper .sale_price {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#wrapper .sale_price {
  display: block;
  color: #c60038;
}
#wrapper .strike_price {
  display: block;
  text-decoration: line-through;
  -webkit-text-decoration-color: #c73339;
  text-decoration-color: #c73339;
  -webkit-text-decoration-style: double;
  text-decoration-style: double;
  color: #999999;
}
/* カルーセル表示 */
.category-list .swiper.item-list-carousel_ffn.carousel-sp-switch_ffn {}
.swiper.item-list-carousel_ffn .swiper-wrapper li {
  width: 250px;
  padding-right: 27px;
}
.swiper.item-list-carousel_ffn .swiper-wrapper li:first-child {
  margin-left: 1em;
}

/*------------------------------------

アニメーション

------------------------------------*/
.fade-item {
  opacity: 0;
  transform: translateY(3em);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-item.fade-on {
  opacity: 1;
  transform: translateY(0);
}

.fade-item .main-image p span {
    transition: clip-path 0.7s cubic-bezier(.1, .5, .6, 1);
	transition-delay: .3s;
	clip-path: inset(0 0 100% 0);
}
.fade-item.fade-on .main-image p span {
    clip-path: inset(0 0 0 0);
}
.fade-item.fade-on .main-image p span:nth-child(3){
    transition-delay: .7s;
}


@media (min-width: 768px) {
.fade-item:nth-child(2n).fade-on {
  transition-delay: 0.2s;
}
.fade-item:nth-child(2n).fade-on .main-image p span {
  transition-delay: 0.5s;
}
.fade-item:nth-child(2n).fade-on .main-image p span:nth-child(3){
    transition-delay: .9s;
}
}
    
/*==================================
SP
==================================*/
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*
SPでswiperを破棄して
scrollingに変更
*/
  .carousel-sp-switch_ffn .swiper-wrapper {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
  }
  .carousel-sp-switch_ffn .swiper-slide {
    flex: 0 0 auto;
    width: 80%;
  }
  /*PCのときは除外*/
  .is-pc .carousel-sp-switch_ffn .swiper-wrapper {
    overflow-x: inherit;
  }
  /* スクロールバー非表示 */
  .carousel-sp-switch_ffn.swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper.item-list-carousel_ffn .swiper-wrapper li {
    width: 39vw;
    padding-right: 3vw;
  }
  /* loading */
  #loading-screen {
    font-size: 3vw;
    align-items: flex-start;
    padding-top: 3vw;
  }
  #random-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 3%;
  }
  #random-loading .group {
    display: contents;
  }
  #random-loading .main-image {
    width: 45%;
  }
  #random-loading {
    gap: 3vw 3%;
  }
  #random-loading .group:nth-child(1) .main-image:nth-child(1), #random-loading .group:nth-child(1) .main-image:nth-child(2) {
    margin-bottom: 21vw;
  }
  .load-anime #random-loading .group:nth-child(1) .main-image:nth-child(1), .load-anime #random-loading .group:nth-child(1) .main-image:nth-child(2), .load-anime #random-loading .group:nth-child(2) .main-image:nth-child(2), .load-anime #random-loading .group:nth-child(2) .main-image:nth-child(3) {
    animation: slideMask-right 0.8s cubic-bezier(0.22, 1, 0.26, 1.1) both;
  }
  .load-anime #random-loading .group:nth-child(1) .main-image:nth-child(3), .load-anime #random-loading .group:nth-child(2) .main-image:nth-child(1) {
    animation: slideMask-left 0.8s cubic-bezier(0.22, 1, 0.26, 1.1) both;
  }
  .loader-text {
    top: 61vw;
    height: 16vw;
    font-size: 210%;
    flex-wrap: wrap;
    line-height: 1.28;
  }
  /* コンテンツ */
  #wrapper {
    font-size: 3.7vw;
  }
  .fv-image {
    aspect-ratio: 100 / 60;
}
  .fv-text {
    margin: 2.5em auto 0em;
  }
  .fv-text h2 {
    font-size: 190%;
  }
.category-head .feature-title {
    font-size: 190%;
  }
  #random-images .main-image {
    width: 50%;
  }
  #random-images .main-image:nth-child(3) {
    display: none;
  }
  .coordinate-list {
    width: 100%;
  }
  #output {
    gap: 0%;
  }
  #output .group-box {
    width: 90%;
  }
  #output .group-box:nth-child(2n) {
    margin-left: 10%;
  }
}