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

	Date: 2025-09-04
	CSS Document ： SeeMONO しゐもの屋

=============================================================*/
/*------------------------------------
仮想LP用ベース
------------------------------------*/
.fca_cat-hero {
  z-index: 1;
}
/* .fca_cat-hero, .sr_page-shopping-result__free {
		overflow: visible !important;
} */
.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;
}
.fsc_gheader-wrap {
  transition: all 0.3s;
}
body.fixed-body .fsc_gheader-wrap {
  opacity: 0;
  pointer-events: none;
}
/* ルビ */
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.0em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  white-space: nowrap;
  text-align: center;
  display: block;
  line-height: 1;
}
/*------------------------------------

wrapper

------------------------------------*/
#wrapper {
  width: 100%;
  line-height: 2.9;
  letter-spacing: 0.2em;
  text-align: center;
  /* color: #2f475d; */
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* animation: fadeIn_ct 0.5s 0.8s both; */
  font-size: 1.125rem;
}
#wrapper img {
  max-width: 100%;
  height: auto;
}
#wrapper-inner {
  margin: 0 auto;
  /* display: flex;
		justify-content: center;
		align-items: flex-start;
		max-width: 1170px; */
}
#wrapper a {
  text-decoration: none;
}
/* hover */
@media (hover: hover) {
  #wrapper a {
    transition: all 0.3s;
  }
  #wrapper a:hover {
    opacity: 0.8;
  }
}
/*------------------------------------

タイトル

------------------------------------*/
#title {}
#title .titleinner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#mv-slide {
  mask-image: url(../images/mv_mask.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/mv_mask.svg);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
#mv-slide .swiper-wrapper {}
#mv-slide .swiper-wrapper .swiper-slide {}
#mv-slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  transform: scale(1);
}
/* 現在のスライド */
#mv-slide .swiper-wrapper .swiper-slide.swiper-slide-fully-visible img {
  animation: mv-anime 3.3s 0s both;
}
#mv-slide .swiper-wrapper .swiper-slide.swiper-slide-fully-visible:nth-child(1) img {
  animation: mv-anime 3.3s 1.8s both;
}
@keyframes mv-anime {
  0% {
    transform: scale(1.05); /* translate(2%,2%)  */
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes mv-anime-re {
  0% {
    transform: scale(1.03); /*translate(-2%,-2%) */
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
/* ロゴ */
#title .titleinner .title-txt {
  position: absolute;
  top: 19%;
  left: 0;
  width: 100%;
  z-index: 1;
}
#title .titleinner .title-txt .ttl-main {
  background: rgba(253, 253, 251, 0.85);
  width: 22%;
  padding: 6% 4.7% 7%;
  margin: 0 auto;
}
#title .titleinner .title-txt .ttl-main img {
  mix-blend-mode: multiply;
  width: 100%;
}
/*------------------------------------

サイドナビ

------------------------------------*/
#side-item {
  position: fixed;
  top: 12px;
  left: 10px;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 2;
  display: none;
}
#side-item .side-item-inner {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: calc(100% - 30px);
}
#side-item .side-logo {
  position: relative;
  transition: all 0.3s;
}
#side-item .side-logo img {
  background: #FFF;
}
#side-item .side-nav {
  display: block;
}
#side-item .side-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 1em;
  color: #1a4775;
  text-decoration: none;
  cursor: pointer;
}
#side-item .side-nav a span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: start;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-feature-settings: 'vert'on;
  display: block;
  font-family: "秀英にじみ明朝 L", serif;
}
#side-item .side-nav a::before {
  display: block;
  width: 0.4em;
  aspect-ratio: 1/1;
  content: '';
  border: 1px solid #1a4775;
  border-radius: 50%;
  margin: 0 auto 0.3em;
}
#side-item .side-nav a.is-current::before {
  background: #1a4775;
}
@media (hover: hover) {
  /* #category-nav-pc .side-inner .side-nav-wrap li a:hover {
				transform: translateX(-0.3em);
		} */
  #side-item .side-nav a:hover::before {
    background: #1a4775;
  }
}
/*------------------------------------

コンセプト

------------------------------------*/
#concept {
  font-family: "秀英にじみ明朝 L", serif;
  margin: 3em 0;
  font-size: 110%;
}
#concept p {
  margin: 0 0 2em;
}
#concept .insta-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 3em;
}
#concept .insta-link img {
  width: 1.5em;
}
#concept .insta-link span {
  border-bottom: 1px solid #000;
  line-height: 1;
  letter-spacing: 0.04em;
}
/* == 非表示エリア == */
.statement-btn {
  border: 1px solid #1a4775;
  color: #FFF;
  background: #1a4775;
  border-radius: 4em;
  width: max-content;
  margin: 2.5em auto 3em;
  position: relative;
  padding: 0.24em 3.7em;
  font-size: 125%;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.3s;
}
.statement-btn::after {
  display: block;
  width: 1.0em;
  height: 100%;
  content: '';
  background-image: url("../images/arrow_bottom_w.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1.5em;
  transition: all 0.3s;
}
.statement-btn.is-open::after {
  transform: rotate(180deg);
}
/* hover */
@media (hover: hover) {
  .statement-btn:hover {
    opacity: 1;
    color: #1a4775;
    background: #FFF;
  }
  .statement-btn:hover::after {
    transform: translateY(0.1em);
    background-image: url("../images/arrow_bottom.png");
  }
}
.statement-area {
  display: none;
}


/* block */
.statement-area .statement-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9%;
  margin: 0em auto 4em;
  max-width: 1000px;
}
.statement-area .statement-block p {
  text-align: left;
}
/* swiper */
.statement-area .statement-block .statement-slide.swiper {
  width: 49%;
  max-width: 488px;
  margin: 0;
}
.statement-area .statement-block .statement-slide.swiper .swiper-wrapper {}
.statement-area .statement-block .statement-slide.swiper .swiper-wrapper .swiper-slide {}
.statement-area .statement-block .statement-slide.swiper .swiper-wrapper .swiper-slide img {}
/* block 01 */
.statement-block.statement-block01 {}
#concept .statement-block.statement-block01 p {
  margin-bottom: 1em;
}
.statement-block.statement-block01 .statement-slide.swiper {
  margin-right: -5%;
}
/* block 02 */
.statement-block.statement-block02 {
  justify-content: flex-start;
}
.statement-block.statement-block02 p {
  order: 1;
}
.statement-block.statement-block02 .statement-slide.swiper {
  margin-left: -5%;
}
/*------------------------------------

商品タイトル

------------------------------------*/
.box-ttl {
  font-family: "秀英にじみ明朝 L", serif;
  color: #1a4775;
}
.box-ttl .box-ttl-sub {
  display: none;
}
.box-ttl h3 {
  font-size: 260%;
  font-family: "秀英にじみ明朝 L", serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: start;
  letter-spacing: 0.1em;
  font-feature-settings: 'vert'on;
  line-height: 1;
  color: #1a4775;
  margin: -1.6em auto 0;
}
/*------------------------------------

注目商品

------------------------------------*/
#pickup-item {
  margin-top: 8em;
  padding: 7em 0 0;
}
#pickup-item .pickup-item-inner {
  background: #f7f7f7;
  padding: 3em 0 0.1em;
}
#pickup-item .box-ttl {}
#pickup-item .box-ttl .box-ttl-sub {}
#pickup-item .box-ttl h3 {
  margin: -3.8em auto 0;
}
/*------------------------------------

商品一覧

------------------------------------*/
.item-list {
  margin: 3em auto 0;
  max-width: 1170px;
}
.item-block {
  margin: 2em auto 10em;
}
.item-list .item-visible {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3em;
}
.item-list .item-visible .item-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  opacity: 0;
}
.item-block:nth-child(2n - 1) .item-main {
  justify-content: flex-end;
}
.item-list .item-visible .item-main img {
  width: 85%;
}
.item-list .item-visible .item-sub {
  max-width: 350px;
  width: 27%;
}
.item-list .item-visible .item-sub img {}
.item-list .item-visible .item-name {
  font-family: "秀英にじみ明朝 L", serif;
  text-align: center;
  width: max-content;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 150%;
}
/* アニメーション */
.item-block .item-main.on-anime {
  animation: fadeInRight_ct 0.8s 0.0s both;
}
.item-block:nth-child(2n - 1) .item-main.on-anime {
  animation: fadeInLeft_ct 0.8s 0.0s both;
}
/* more ボタン */
.item-list .more-btn {
  border: 1px solid #1a4775;
  color: #1a4775;
  background: #FFF;
  /* background: #1a4775; */
  border-radius: 4em;
  width: 17em;
  margin: 1.0em auto 3em;
  position: relative;
  padding: 0.24em 3.7em;
  font-size: 125%;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "秀英にじみ明朝 L", serif;
}
.item-list .more-btn::after {
  display: block;
  width: 1.0em;
  height: 100%;
  content: '';
  background-image: url("../images/arrow_bottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1.5em;
  transition: all 0.3s;
}
.item-list .more-btn.is-open::after {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .more-btn:hover {
    /*opacity: 0.7;*/
    color: #FFF;
    background: #1a4775;
  }
  .more-btn:hover::after {
    transform: translateY(0.1em);
    background-image: url("../images/arrow_bottom_w.png");
  }
}
/* == more 中身 == */
.item-list .more-contents {
  overflow: hidden;
  font-family: "秀英にじみ明朝 L", serif;
  /* margin: 2em 0; */
  font-size: 110%;
  transition: all 0.3s;
	position:relative;
}

.item-list .more-contents .more-box {
}

.item-list .more-contents::after {background: linear-gradient(to top, #f7f7f7, transparent);display: block;width: 100%;height: 60%;content: '';position: absolute;bottom: 0;left: 0;opacity: 1;transition: all 0.3s;pointer-events: none;}
.item-list .more-contents.open-content::after {
    opacity: 0;
}

.item-list .more-contents .more-box p {
  display: block;
  /* text-align: justify; */
  width: 80%;
  max-width: 670px;
  /* line-height: 1.9; */
  margin: 2em auto 2.0em;
}
#wrapper .item-list .more-contents .more-box > img {
  max-width: 350px;
  margin: 0 1em;
  vertical-align: top;
  width: 39%;
}
#wrapper .item-list .more-contents .more-box > img.max-photo{
	max-width:750px;
	width: 90%;
}

#wrapper .item-list .more-contents .more-box .more-photo01 {}
#wrapper .item-list .more-contents .more-box .more-photo02 {
  margin-top: 3em;
}
/* リンク */
.item-list .more-contents .link-wrap {
  border: 1px solid #1a4775;
  color: #FFF;
  background: #1a4775;
  border-radius: 4em;
  width: max-content;
  margin: 1.5em auto 2em;
  position: relative;
  line-height: 2.3;
  padding: 0.24em 3.7em;
  font-size: 125%;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
}
.item-list .more-contents .link-wrap::after {
  display: block;
  width: 1.0em;
  height: 100%;
  content: '';
  background-image: url("../images/arrow_bottom_w.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 1.5em;
  transition: all 0.3s;
  transform: rotate(-90deg);
}
.item-list .more-contents .link-wrap a {}
.item-list .more-contents .link-wrap a .link-txt {}
/* = キット一覧 = */
.item-list .more-contents .kit-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3em 3%;
  margin: 3em 0;
}
/* kit */
.item-list .more-contents .kit-list .list-item {
  width: 30%;
}
.item-list .more-contents .kit-list .list-item a {
  background: #FFF;
  padding: 1em;
  border-radius: 0.5em;
  display: flex;flex-direction: column;
  height: 100%; 
}
.item-list .more-contents .kit-list .list-item a img {
  display: block;
  margin-bottom: 1em;
}
.item-list .more-contents .kit-list .list-item a .item-name {
  display: block;
  line-height: 1.7;
  font-size: 81%;
  margin-bottom: 1em;
}
/* リンク */
.item-list .more-contents .kit-list .list-item a .link-wrap {
  margin: auto auto 0em;
  width: 100%;
  font-size: 100%;
  padding: 0.24em 0;
}
.item-list .more-contents .kit-list .list-item a .link-wrap .link-txt {}
/*------------------------------------

リスト案内

------------------------------------*/
#list-anchor {
  margin: 2em 0;
}
#list-anchor::after {
  display: block;
  width: 100%;
  height: 1.7em;
  content: '';
  background-image: url(../images/list_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 0.9em;
}
#list-anchor a {
  text-decoration: none;
  margin-left: 0.7em;
  display: block;
}
#list-anchor a .box-ttl-sub {}
#list-anchor a h3 {
  line-height: 0.9;
}
#list-anchor a h3 .min-txt {
  font-size: 38%;
  letter-spacing: 0;
}
/*------------------------------------

アニメーション

------------------------------------*/
.fade-item {
  opacity: 0;
}
.fade_ct {
  animation: fadeInBottom_ct 1s 0.0s both;
}
@keyframes fadeIn_ct {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBottom_ct {
  0% {
    transform: translateY(1em);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInLeft_ct {
  0% {
    transform: translateX(1em);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeInRight_ct {
  0% {
    transform: translateX(-1em);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
/*===================================

1000px以下

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

880px以下

===================================*/
@media (max-width: 1000px) {
  #wrapper {
    font-size: 1.8vw;
  }
	
}
/*===================================

スマホ

===================================*/
@media (max-width: 768px) {
  #side-nav {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #sp-contents {
    width: 100%;
  }
  #wrapper {
    font-size: 3.1vw;
    overflow: hidden;
  }
  /* ルビ */
  [data-ruby] {}
  [data-ruby]::before {}
  /*------------------------------------

wrapper

------------------------------------*/
  #wrapper {}
  #wrapper img {}
  #wrapper-inner {}
  #wrapper a {}
  /*------------------------------------

タイトル

------------------------------------*/
  #title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #title .titleinner {
    width: 120vw;
  }
  #mv-slide {}
  #mv-slide .swiper-wrapper {}
  #mv-slide .swiper-wrapper .swiper-slide {}
  #mv-slide .swiper-wrapper .swiper-slide img {}
  /* 現在のスライド */
  #mv-slide .swiper-wrapper .swiper-slide.swiper-slide-fully-visible img {}
  #mv-slide .swiper-wrapper .swiper-slide.swiper-slide-fully-visible:nth-child(1) img {}
  /* #mv-slide .swiper-wrapper .swiper-slide.swiper-slide-fully-visible:nth-child(2n) img { }*/
  /* ロゴ */
  #title .titleinner .title-txt {
    top: 16%;
  }
  #title .titleinner .title-txt .ttl-main {
    width: 24%;
  }
  #title .titleinner .title-txt .ttl-main img {}
  /*------------------------------------

サイドナビ

------------------------------------*/
  #side-item {
    top: 3vw;
    left: 1.5vw;
  }
  #side-item .side-item-inner {
    width: 11vw;
  }
  #side-item .side-logo {}
  #side-item .side-logo img {}
  #side-item .side-nav {}
  #side-item .side-nav a {}
  #side-item .side-nav a span {}
  #side-item .side-nav a::before {}
  #side-item .side-nav a.is-current::before {}
  /*------------------------------------

コンセプト

------------------------------------*/
  #concept {
    font-size: 105%;
  }
  #concept p {}
  #concept .insta-link {}
  #concept .insta-link img {}
  #concept .insta-link span {}
  /* == 非表示エリア == */
  .statement-btn {}
  .statement-btn::after {}
  .statement-area {}
  /* block */
  .statement-area .statement-block {
    flex-direction: column;
  }
  .statement-area .statement-block p {}
  /* swiper */
  .statement-area .statement-block .statement-slide.swiper {
    max-width: none;
    width: 73vw;
    margin: 0;
  }
  .statement-area .statement-block .statement-slide.swiper .swiper-wrapper {}
  .statement-area .statement-block .statement-slide.swiper .swiper-wrapper .swiper-slide {}
  .statement-area .statement-block .statement-slide.swiper .swiper-wrapper .swiper-slide img {}
  /* block 01 */
  .statement-block.statement-block01 {}
  #concept .statement-block.statement-block01 p {
    margin-bottom: 2.7em;
  }
  .statement-block.statement-block01 .statement-slide.swiper {
    margin-left: 27vw;
  }
  /* block 02 */
  .statement-block.statement-block02 {}
  .statement-block.statement-block02 p {
    order: 0;
  }
  .statement-block.statement-block02 .statement-slide.swiper {
    margin-right: 27vw;
  }
  /*------------------------------------

商品タイトル

------------------------------------*/
  .box-ttl {}
  .box-ttl .box-ttl-sub {}
  .box-ttl h3 {
    font-size: 222%;
  }
  /*------------------------------------

注目商品

------------------------------------*/
  #pickup-item {
    margin-top: 6em;
  }
  #pickup-item .pickup-item-inner {}
  #pickup-item .box-ttl {}
  #pickup-item .box-ttl .box-ttl-sub {}
  #pickup-item .box-ttl h3 {}
    
/*------------------------------------

商品一覧

------------------------------------*/
.item-list { }
.item-block { }
.item-list .item-visible {gap: 3em 5%;}
.item-list .item-visible .item-main { }
.item-block:nth-child(2n - 1) .item-main { }
.item-list .item-visible .item-main img {width: 94%;}
.item-list .item-visible .item-sub { }
.item-list .item-visible .item-sub img { }
.item-list .item-visible .item-name {font-size: 145%;}
/* アニメーション */
.item-block .item-main.on-anime { }
.item-block:nth-child(2n - 1) .item-main.on-anime { }
/* more ボタン */
.item-list .more-btn {margin-top: 0.8em;}
.item-list .more-btn::after { }
.item-list .more-btn.is-open::after { }

/* == more 中身 == */
.item-list .more-contents {margin: 0;}
.item-list .more-contents .more-box { }
.item-list .more-contents .more-box p { }
#wrapper .item-list .more-contents .more-box > img {
    margin: 0 1.5vw;
}
#wrapper .item-list .more-contents .more-box .more-photo01 { }
#wrapper .item-list .more-contents .more-box .more-photo02 { }
/* リンク */
.item-list .more-contents .link-wrap { }
.item-list .more-contents .link-wrap::after {right: 0.5em;}
.item-list .more-contents .link-wrap a { }
.item-list .more-contents .link-wrap a .link-txt { }
/* = キット一覧 = */
.item-list .more-contents .kit-list {gap: 1em 3%;}
/* kit */
.item-list .more-contents .kit-list .list-item,
.item-list .more-contents .kit-list::after { content:""; display:block;width: 44%;}
.item-list .more-contents .kit-list .list-item a { }
.item-list .more-contents .kit-list .list-item a img { }
.item-list .more-contents .kit-list .list-item a .item-name { }
/* リンク */
.item-list .more-contents .kit-list .list-item a .link-wrap { }
.item-list .more-contents .kit-list .list-item a .link-wrap .link-txt { }
}