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

	Date: 2026-6-30
	CSS Document ： 青い服特集

=============================================================*/
/*
.dummy {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  opacity: 0.35;
  pointer-events: none;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 10000;
  filter: grayscale(90%);
}
.dummy img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: max-content;
}*/
/*------------------------------------
仮想LP用ベース
------------------------------------*/
.fca_cat-hero, .sr_page-shopping-result__free {
  overflow: visible !important;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container__in {
  max-width: 100%;
}
.fca_cat-hero .sr_page-shopping-result__free .fca_container {
  padding: 0;
}
.fca_page-shop-category__body {
  margin-top: 0;
}
#outer {
  opacity: 1;
}
#outer ul {
  padding: 0;
  list-style: none;
}
/* ---------------------------------

キーカラー指定
color: var(--sweat-theme01-color);	
font-family: var(--font-sweat-M);
font-family: var(--font-sweat-DB);
font-family: var(--font-mincho-R);
font-family: var(--font-sweat-en);
--------------------------------- */ :root {
  --sweat-theme01-color: #7889ff;
  --sweat-theme02-color: #00c7d9; /* キーカラー指定 */
  --sweat-bg-color: #ded8ce; /* 背景カラー指定 */
  --font-sweat-R: "あおとゴシック R", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-sweat-M: "あおとゴシック M", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-sweat-DB: "あおとゴシック DB", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --font-sweat-en: "Lato", sans-serif;
  --font-mincho-R: "A1 Mincho", serif;
}
/*------------------------------------

ベース

------------------------------------*/
.pc_cl {
  display: block;
}
.sp_cl {
  display: none;
}
.bold_ct {
  font-weight: bold;
}
.fsc_gheader-wrap {
  transition: all 0.3s;
}
/*==================================

ルビ

==================================*/
[data-ruby] {
  position: relative;
  margin-top: 0.2em;
  display: inline-block;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  text-align: center;
  top: -0.9em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.38em;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
/*------------------------------------

wrapper

------------------------------------*/
#wrapper {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  line-height: 2.0;
  letter-spacing: 0.08em;
  /* text-align: center; */
  /* background: #FFF; */
  /* color: #2f475d; */
  position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  overflow: hidden;
  container-type: inline-size;
}
#wrapper img {
  height: auto;
  max-width: 100%;
}
#wrapper-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}
#wrapper a {
  text-decoration: none;
}
/* hover */
@media (hover: hover) {
  #wrapper a {
    transition: all 0.3s;
  }
  /*#wrapper a:hover {
    opacity: 0.8;
  }*/
}
/*------------------------------------

タイトル

------------------------------------*/
#title {}
#title .titleinner {
  position: relative;
}
/* swiper */
#title .titleinner .swiper.title-bg {
  position: absolute;
  width: 65%;
  top: 0;
  right: 0;
  opacity: 0;
  animation: fade-zoom_cl 1.8s .2s both;
}
#title .titleinner .swiper.title-bg .swiper-wrapper {}
#title .titleinner .swiper.title-bg .swiper-wrapper .swiper-slide {}
.title-bg .swiper-slide-active img, .title-bg .swiper-slide-duplicate-active img, .title-bg .swiper-slide-prev img {
  animation: kenburns 6s linear 0s normal both;
}
.title-bg .swiper-slide img {
  height: auto;
  width: 100%;
}
@keyframes kenburns {
  0% {
    transform: scale(1.1) translateX(2%);
    ;
  }
  100% {
    transform: scale(1.05) translateX(-2%);
    ;
  }
}
#title .titleinner .fv-main {
  width: 65%;
  position: relative;
  z-index: 1;
  padding: 10cqw 0 0;
  opacity: 0;
  animation: fade-zoom_cl 1.8s .9s both;
}
#title .titleinner .fv-main img {}
#title .titleinner .fv-title {
  position: absolute;
  top: 0;
  left: 72%;
  width: 6.7%;
  z-index: 1;
  mix-blend-mode: multiply;
  border-right: 1px solid #0095ff;
  padding-top: 7.5cqw;
  padding-bottom: 0.4em;
  opacity: 0;
  animation: fade_cl 1.8s 1.3s both;
}
#title .titleinner .fv-title .fv-title-inner {}
#title .titleinner .fv-title .fv-title-inner img {
  width: 100%;
  animation: fv-title_anime 1.8s 1.3s both;
}
@keyframes fv-title_anime {
  0% {
    opacity: 0;
    transform: translateY(8%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------------------------

リード

------------------------------------*/
#wrapper .fv-lead {
  margin: 8cqw auto;
  width: fit-content;
    opacity: 0;
      animation: fade_cl 1.8s 1.5s both;
}
#wrapper .fv-lead h3 {
  font-family: var(--font-mincho-R);
  color: #0095ff;
  font-size: 200%;
  letter-spacing: 0.12em;
  width: max-content;
}
#wrapper .fv-lead h3::after {
  display: block;
  width: 99%;
  margin: 0.2em 0.1em;
  height: 0.2em;
  content: '';
  background-image: url(../images/lead_line.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* position: absolute; */ /* top: 0; */ /* left: 0; */
}
#wrapper .fv-lead p {
  font-family: var(--font-sweat-M);
  letter-spacing: 0.22em;
  font-size: 106%;
  margin: 1.2em 0 0;
  line-height: 2.35;
}
#wrapper .fv-lead p span {}
#wrapper .fv-lead p span:nth-child(1) {
  color: #27c4cc;
}
#wrapper .fv-lead p span:nth-child(2) {
  color: #00b8d9;
}
#wrapper .fv-lead p span:nth-child(3) {
  color: #2391eb;
}
#wrapper .fv-lead p span:nth-child(4) {
  color: #3876e0;
}
/*------------------------------------

LINEUP

------------------------------------*/
#lineup {}
.category_cl {
  position: relative;
  margin: 9.1em 0 1.9em;
}
.category_cl:last-child {
  margin-bottom: 5em;
}
.category_cl .cate-title-wrap {
  display: block;
  position: relative;
  width: 95%;
  max-width: 600px;
  transform: scale(1, 0.9);
  mix-blend-mode: multiply;
  margin: 0 auto;
}
.category_cl .cate-title {
    mix-blend-mode: multiply;
  color: #27cccc;
  display: block;
  position: absolute;
  top: -0.65em;
  left: 7%;
  font-size: 470%;
  letter-spacing: 0.1em;

  font-family: var(--font-mincho-R);
}
.category_cl .cate-title .min-txt {
  font-size: 90%;
}
.category_cl .cate-bg {
  position: absolute;
  z-index: 0;
}
.category_cl .cate-bg img {}
.category_cl .cate-block {
    position: relative;
     z-index: 1;
  width: 93%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  height: 58cqw;
}
/* item */
.category_cl .cate-block a {}
.category_cl .cate-block a img { transition: all 0.3s;}

@media (hover: hover) {
.category_cl .cate-block a {}
.category_cl .cate-block a:hover img {  transform: scale(1.07);}
}

.category_cl .cate-block a .spec-txt {
  text-align: center;
  margin: 0.5em 0 0;
}
.category_cl .cate-block a .spec-txt .spec_cl {
  font-size: 100%;
  margin: 0;
}
.category_cl .cate-block a .spec-txt .spec_cl .name_cl {

}
.category_cl .cate-block a .spec-txt .spec_cl .name_cl span {
  background: #FFF;
  font-family: "Echo R";
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0.2em auto 0 ;
      padding:0.05em;
  line-height: 1;
  }
.category_cl .cate-block a .spec-txt .price_cl {
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0.5em auto 0 ;
  padding:0.1em 0 0;
  line-height: 1;
}
.category_cl .cate-block a .spec-txt .price_cl .num_cl.torikeshi {
  font-size: 80%;
  text-decoration: line-through;
}
.category_cl .cate-block a .spec-txt .price_cl .num_cl {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  font-size: 90%;
  letter-spacing: 0;
  line-height: 1;
  padding: 0 0.1em;
}
/*------------------------------------

個別

------------------------------------*/
#cate02_cl .cate-title {
  color: #2391eb;
}
#cate03_cl .cate-title {
  color: #00aad9;
}
/*------------------------------------

カテゴリから探す（移動可）

------------------------------------*/
#wrapper .category-search {
  margin: 3em 0;
}
#wrapper .category-search .search-title {
  color: #5389e0;
  text-align: center;
  font-size: 200%;
  margin: 0;
  line-height: 1.2;
  font-family: var(--font-mincho-R);
  letter-spacing: 0.1em;
}
#wrapper .category-search .search-box {
  background-image: url(../images/search_bg.webp);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2em;
  padding: 2.5em 0;
}
#wrapper .category-search .search-box a {
  color: #FFF;
}
#wrapper .category-search .search-box a .img-box{display: block; overflow: hidden;}
#wrapper .category-search .search-box a img { transition: all 0.3s; }

@media (hover: hover) {
#wrapper .category-search .search-box a {}
#wrapper .category-search .search-box a:hover img {  transform: scale(1.1);}
}

#wrapper .category-search .search-box a p {
  margin: 0.7em 0 0;
  letter-spacing: 0.1em;
  font-size: 115%;
  line-height: 1;
  position: relative;
  font-family: var(--font-sweat-M);
}
#wrapper .category-search .search-box a p::after {
  display: block;
  width: 97%;
  height: 90%;
  content: '';
  background-image: url(../images/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  top: 0.05em;
  left: 0;
}

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

もっと見るボタン

------------------------------------*/
.more-link {
    mix-blend-mode: multiply;
    font-size: 170%;
    letter-spacing: 0.1em;
    font-family: var(--font-mincho-R);
    width: max-content;
    padding: 0.2em 1em;
    margin: 0 auto 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.9em;

    border:0.05em solid #27cccc;
    box-shadow: 0.05em 0.05em #27cccc;
}
.more-link::after {
  display: block;
  width: 1.2em;
  height: 0.9em;
  content: '';
  background-image: url(../images/arrow_sea.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
     transition: all 0.3s;
}


.more-link span {
    color: #27cccc;
  display:block;
  transform: scale(1, 0.9);
}
/* 個別 */
.sea_ffn {}
.sky_ffn.more-link {;
    border:0.05em solid #2391eb;
    box-shadow: 0.05em 0.05em #2391eb;}
.sky_ffn.more-link span{    color: #2391eb}
.sky_ffn.more-link::after {
  background-image: url(../images/arrow_sky.svg);
}
.cool_ffn.more-link {    
    border:0.05em solid #00aad9;
    box-shadow: 0.05em 0.05em #00aad9;}
.cool_ffn.more-link span{    color: #00aad9;}
.cool_ffn.more-link::after {
  background-image: url(../images/arrow_cool.svg);
}

@media (hover: hover) {
    .more-link:hover::after {
        transform: translate(0.2em,0)
    }
    
}


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

リスト上

------------------------------------*/
#list-anchor {
  text-align: center;
  margin: 0 auto 2em;
  padding-top: 0.5em;
}
#list-anchor a {}
#list-anchor a img {}
/*==================================

アニメーション

==================================*/
.fade_cl {
  opacity: 0;
}
.fade_cl.fadeIn_cl {
  animation: fade_cl 0.7s forwards 0s;
}
.model_cl {
  transition: all 0.7s;
}
@keyframes fade_cl {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-zoom_cl {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@keyframes fadeIn_cl {
  0% {
    transform: translateY(1em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInR_cl {
  0% {
    transform: translateY(-25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*===================================

1000px以下

===================================*/
@media (max-width: 920px) {}
/*===================================

880px以下

===================================*/
@media (max-width: 880px) {}
/*===================================

スマホ

===================================*/
@media (max-width: 768px) {
  .pc_cl {
    display: none;
  }
  .sp_cl {
    display: block;
  }
  #sp-contents {
    width: 100%;
  }
  #wrapper {
    font-size: 3.2vw;
    overflow: hidden;
  }
  /*------------------------------------

タイトル

------------------------------------*/
  #title {}
  #title .titleinner {}
  /* swiper */
  #title .titleinner .swiper.title-bg {
    width: 123%;
    right: -46%;
  }

  #title .titleinner .fv-main {
    overflow: hidden;
    width: 71.5%;
    padding: 13cqw 0 0;
  }
  #title .titleinner .fv-main img {
    max-width: none;
    width: 167%;
    margin-left: -35%;
  }
  #title .titleinner .fv-title {
    width: 11.3%;
    padding-top: 12.5cqw;
    left: 80%;
  }

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

リード

------------------------------------*/
  #wrapper .fv-lead {
    margin: 12cqw auto;
  }

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

LINEUP

------------------------------------*/
  #lineup {}
  .category_cl {
    margin: 9.1em 0 1.9em;
  }

  .category_cl .cate-title {
    font-size: 410%;
  }

  .category_cl .cate-bg {
    width: 144%;
    left: -22%;
  }

  .category_cl .cate-block {
    gap: 2%;
    height: 83cqw;
  }

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

カテゴリから探す（移動可）

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

  #wrapper .category-search .search-box {
    gap: 7%;
  }
  #wrapper .category-search .search-box a {
    width: 25%;
  }

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

リスト上

------------------------------------*/
  #list-anchor {
    width: 72%;
  }
}