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

	Date: 2025-03-25
	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 {
  height: auto;
  max-width: 100%;
}
#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: 1400px;
  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 2.5s both;
}
/* #mv-slide .swiper-wrapper .swiper-slide.swiper-slide-fully-visible:nth-child(2n) img {
		animation: mv-anime-re 3.0s 0s 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;
}
#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;
}
/* 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 3em;
}
#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 0 0;
}
/* item */
.item-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1170px;
  margin: 0 auto 10em;
  gap: 7%;
}
.item-block:last-child {
  margin-bottom: 7em;
}
.item-block .item-main {
  display: block;
  width: 98%;
  margin-left: -38%;
  opacity: 0;
}
.item-block .item-main img {}
.item-block .item-sub {
  width: 40%;
}
/* 左右入れ替え */
.item-block:nth-child(2n - 1) {
  display: flex;
  justify-content: flex-end;
}
.item-block:nth-child(2n - 1) .item-main {
  order: 1;
  margin-left: 0%;
  margin-right: -38%;
}
/* アニメーション */
.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;
}
/* リンク */
.item-block .item-sub .link-wrap {
  font-family: "秀英にじみ明朝 L", serif;
  text-align: left;
  width: max-content;
  margin: 6vw auto;
  letter-spacing: 0.1em;
  line-height: 2.6;
}
.item-block .item-sub .link-wrap a {
  padding-bottom: 1px;
}
.item-block .item-sub .link-wrap a .link-txt {
  text-align: left;
}
.item-block .item-sub .link-wrap a .link-txt .item-name {
  text-align: left;
  border-bottom: 1px solid #000;
  line-height: 1;
  font-size: 110%;
}
.item-block .item-sub .link-wrap a .link-txt .item-name span {}
.item-block .item-sub .link-wrap .item-detail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.7em;
}
.item-block .item-sub .link-wrap .item-detail .item-other {
  border-bottom: 1px solid #000;
  line-height: 1;
}
.item-block .item-sub .link-wrap .item-detail .item-btn {}
.item-block .item-sub .link-wrap .item-detail .item-btn span {
  border: 0.05em solid #000;
  border-radius: 3em;
  padding: 0.4em 1.5em;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-left: 1em;
}
.item-block .item-sub .link-wrap .item-detail .item-btn span::after {
  transition: all 0.3s;
  display: block;
  width: 1.2em;
  height: 1px;
  content: '';
  background: #000;
  position: absolute;
  top: 50%;
  left: -0.7em;
}
@media (hover: hover) {
  .item-block .item-sub .link-wrap a:hover .item-detail .item-btn span::after {
    transform: translateX(0.3em);
  }
}
/* swiper */
.item-block .item-sub .item-slide.swiper {
  width: 100%;
  max-width: 462px;
}
.item-block .item-sub .item-slide.swiper .swiper-wrapper {}
.item-block .item-sub .item-slide.swiper .swiper-wrapper .swiper-slide {}
.item-block .item-sub .item-slide.swiper .swiper-wrapper .swiper-slide img {}
/*------------------------------------

リスト案内

------------------------------------*/
#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: 880px) {}
/*===================================

スマホ

===================================*/
@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: 159vw;
  }
  #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 */
  .item-block {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 16vw;
  }
  .item-block:last-child {
    margin-bottom: 0em;
  }
  .item-block .item-main {
    width: 119vw;
    margin-right: 7vw;
    margin-left: -29vw;
  }
  .item-block .item-main img {}
  .item-block .item-sub {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12vw 0;
  }
  /* 左右入れ替え */
  .item-block:nth-child(2n - 1) {}
  .item-block:nth-child(2n - 1) .item-main {
    order: 0;
    margin-right: 0;
    margin-left: 7vw;
  }
  /* アニメーション */
  .item-block .item-main.on-anime {}
  .item-block:nth-child(2n - 1) .item-main.on-anime {}
  /* リンク */
  .item-block .item-sub .link-wrap {
    font-size: 85%;
    line-height: 2.8;
  }
  .item-block .item-sub .link-wrap a {}
  .item-block .item-sub .link-wrap a .link-txt {}
  .item-block .item-sub .link-wrap a .link-txt .item-name {}
  .item-block .item-sub .link-wrap a .link-txt .item-name span {}
  .item-block .item-sub .link-wrap .item-detail {}
  .item-block .item-sub .link-wrap .item-detail .item-other {}
  .item-block .item-sub .link-wrap .item-detail .item-btn {}
  .item-block .item-sub .link-wrap .item-detail .item-btn span {}
  .item-block .item-sub .link-wrap .item-detail .item-btn span::after {}
  .item-block:nth-child(2n - 1) .item-sub .link-wrap {
    order: 1;
  }
  /* swiper */
  .item-block .item-sub .item-slide.swiper {}
  .item-block .item-sub .item-slide.swiper .swiper-wrapper {}
  .item-block .item-sub .item-slide.swiper .swiper-wrapper .swiper-slide {}
  .item-block .item-sub .item-slide.swiper .swiper-wrapper .swiper-slide img {}
  /*------------------------------------

リスト案内

------------------------------------*/
  #list-anchor {}
  #list-anchor::after {}
  #list-anchor a {}
  #list-anchor a .box-ttl-sub {}
  #list-anchor a h3 {}
  #list-anchor a h3 .min-txt {}
  .item-block .item-sub .link-wrap a {}
  .item-block .item-sub .link-wrap a .link-txt {}
  .item-block .item-sub .link-wrap a .link-txt .item-name {}
  .item-block .item-sub .link-wrap a .link-txt .item-name span {}
  .item-block .item-sub .link-wrap .item-detail {}
  .item-block .item-sub .link-wrap .item-detail .item-other {}
  .item-block .item-sub .link-wrap .item-detail .item-btn {}
  .item-block .item-sub .link-wrap .item-detail .item-btn span {}
  .item-block .item-sub .link-wrap .item-detail .item-btn span::after {}
  /* swiper */
  .item-block .item-sub .item-slide.swiper {
    width: 50vw;
    margin: 0;
  }
  .item-block .item-sub .item-slide.swiper .swiper-wrapper {}
  .item-block .item-sub .item-slide.swiper .swiper-wrapper .swiper-slide {}
  .item-block .item-sub .item-slide.swiper .swiper-wrapper .swiper-slide img {}
  /*------------------------------------

リスト案内

------------------------------------*/
  #list-anchor {}
  #list-anchor::after {}
  #list-anchor a {}
  #list-anchor a .box-ttl-sub {}
  #list-anchor a h3 {}
  #list-anchor a h3 .min-txt {}
}