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

	Date: 2026-03-05
	CSS Document ： こだわりチュニックシャツ＆接触冷感花柄カットソーパンツ
	
=============================================================*/

/*------------------------------------
仮想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 ul {
  padding: 0;
  list-style: none;
}
/*------------------------------------

共通

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

#outer_lv {
  width: 100%;
  font-size: 1.225rem;
  overflow: hidden;
}
#outer_lv ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fv-lv {}
.fv-lv a {
  color: #776b64;
}
/* 商品追尾ボタン */
#titlearea_lv .item_link_lv {
  background: #FFF;
  border-radius: 1em;
  text-decoration: none !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.7em;
  width: 135%;
  text-align: left;
  margin: 1em -20%;
  gap: 1em;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
}
#titlearea_lv .item_link_lv .spec_lv {
  font-size: 125%;
  white-space: nowrap;
}
#titlearea_lv .item_link_lv .item_photo_lv {
  width: 34%;
}
#titlearea_lv .item_link_lv .name_lv {
  display: block;
  font-family: "A1明朝", serif;
  line-height: 1.3;
}
#titlearea_lv .item_link_lv .price_lv {
  /* display: flex; */
  justify-content: flex-start;
  align-items: center;
  font-size: 90%;
  line-height: 1;
  display: block;
}
#titlearea_lv .item_link_lv .price_lv .num_lv {
  font-size: 143%;
  letter-spacing: -0.03em;
}
#titlearea_lv .item_link_lv .price_lv .num_lv.red_lv {
  margin: 0;
  margin-left: 0.2em;
}
#titlearea_lv .item_link_lv .price_lv .num_lv.red_lv span {
  font-size: 80%;
  display: block;
}
#titlearea_lv .item_link_lv::after {
  display: block;
  width: 1.5em;
  height: 100%;
  content: '';
  background-image: url(../images/spec_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0.8em;
}
/* スライダーのナビ */
.slick-dots li {
  animation: none;
}
/* 新コメント */
.newcomment_area_lv {
  width: 550px;
  margin: 0 auto;
  background: url(../images/comment_bg.jpg) repeat center;
  padding: 1em;
}
.newcomment_area_lv .comment_area_ttl {
  font-family: "A1明朝", serif;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  font-size: 110%;
  padding: 0 0.5em 0.3em;
  margin: 0 1em 0.6em;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newcomment_area_lv .comment_area_ttl .comment_num {
  font-family: 'Judson', serif;
  font-weight: 400;
  font-size: 120%;
  color: #595757;
  margin-right: 1em;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.newcomment_area_lv .comment_area_ttl .comment_name {}
.newcomment_area_lv .comment_area_photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newcomment_area_lv .comment_area_photo .comment_photo {}
.newcomment_area_lv .comment_area_photo .comment_hamaji {
  mix-blend-mode: multiply;
}
h3.point_ttl {
  color: #8d7260;
  font-weight: bold;
  font-family: "ゴシックMB101 DB";
  letter-spacing: 0.15em;
  font-size: 120%;
  text-align: center;
  border: 1px solid #c6b8af;
  border-right: none;
  border-left: none;
  padding: 0.45em 0;
  margin: 0 auto 0.9em;
  max-width: 450px;
}
.photo_lv li .point-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.photo_lv li .point-flex img {
  margin: 0;
}
.photo_lv li .point-flex p {
  margin: 0;
  width: 50%;
}
.photo_lv li p.note_lv {
  color: #8d7260;
  font-family: "ゴシックMB101 M";
  letter-spacing: 0.03em;
  margin-bottom: 0;
  font-size: 70%;
}
/* 新色登場 */
.new_item_lv {
  margin: 4em auto 3em;
}
.new_item_lv .item_lv {
  margin: 1em auto !important;
}
.new_item_lv h3.point_ttl {
  font-size: 140%;
  margin: 0 auto 0.4em;
}
.colors01_lv {
  color: #d3ac82;
}
.colors02_lv {
  color: #111618;
}
@media (max-width: 767px) {
  .newcomment_area_lv {
    width: 90%;
  }
  .newcomment_area_lv .comment_area_ttl {
    margin: 0 0 0.6em;
    align-items: flex-start;
    font-size: 3.4vw;
  }
  .newcomment_area_lv .comment_area_ttl .comment_num {}
  .newcomment_area_lv .comment_area_ttl .comment_name {}
  .newcomment_area_lv .comment_area_photo {}
  .newcomment_area_lv .comment_area_photo .comment_photo {
    width: 20%;
  }
  .newcomment_area_lv .comment_area_photo .comment_hamaji {
    width: 78%;
  }
  h3.point_ttl {
    font-size: 3.5vw;
    padding: 0.55em 0;
  }
  .new_item_lv h3.point_ttl {
    font-size: 110%;
    max-width: 85% !important;
  }
  .taidan_link {
    width: 88%;
  }
}
/* ルビ */
ruby {
  line-height: 2.0em;
}
rt {
  font-size: 45%;
}
.coordi_slider {
  margin-bottom: 1.5em;
}
#contents_lv .photo_lv li p a {
  display: inline;
  text-decoration: underline;
}
.photo_lv li img.center_lv {
  margin: 1.3em auto 1.5em;
  display: block;
}
.colors_lv {
  margin-top: 10px;
  display: block;
  text-align: left;
}
.colors_lv .color-box {
  display: inline-block;
}
.num_lv.min_lv {
  font-size: 150%;
}
.red_lv {
  font-size: 110%;
  /* display: block; */
  color: #c60038;
}
.item_lv a {
  /* display: inline-block !important; */
  margin: 0;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  gap: 1.3em;
}
.item_lv {
  width: 526px;
}
.item_lv .spec_lv {
  margin: 0px;
  background: none;
  padding: 0;
}
.spec_wrap_lv {
  max-width: 320px;
  /* margin: 0px 20px 2px 22px; */
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.tyousei_lv {
  margin-left: -10px;
}
.only_spec_lv img {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-right: 10px !important;
  vertical-align: middle;
}
.only_spec_lv span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  color: #912636;
  text-decoration: underline !important;
  line-height: 1.5;
}
.photo_lv li.only_spec_lv {
  margin-bottom: 3.0em !important;
}
#contents_lv .photo_lv li.only_spec_lv a {
  text-align: center;
  margin: 5px auto 0 !important;
  display: block;
}
.photo_lv li.lead_lv {
  line-height: 1.65;
  margin-bottom: 2em;
}
.photo_lv img {
  height: auto;
  margin: 0em auto 1em;
  display: block;
  max-width: 100%;
}
.photo_lv li p {
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 1em 0 !important;
}
.photo_lv li.lead_lv p {
  /* letter-spacing: 0.1em; */
}
#contents_lv .photo_lv li.lead_lv p a {
  display: inline;
  text-decoration: underline;
}
.aki_lv {
  margin-top: 2em !important;
  display: inline-block;
}
.photo_lv .tumeru_lv {
  margin-top: -2.5em;
}
.photo_lv .tumeru2_lv {
  margin-top: -1.0em;
}
.bnr_lv {
  display: block;
  margin: 5em auto 1em auto
}
.num_lv.min_lv {
  font-size: 150%;
}
.red_lv {
  color: #d7053d;
  /* display: block; */
  line-height: 1;
  margin-bottom: 0.3em;
}
.red_lv .num_lv {
  line-height: 1;
}
@media (max-width: 767px) {
  .tyousei_lv {
    margin-left: 0px;
  }
  .bnr_lv {
    width: 85%;
    margin: 4em auto 0.2em auto
  }
  .colors_lv {
    display: block;
    width: 100%;
    clear: both;
  }
  .spec_wrap_lv {
    max-width: 100%;
    margin: 0px;
    display: inline;
  }
  .photo_lv li.only_spec_lv a img {
    width: 20% !important;
    margin-right: 3% !important;
  }
  .photo_lv li.only_spec_lv span {
    width: 75% !important;
  }
  .photo_lv li.lead_lv {
    width: 100%;
    margin-left: 0px;
  }
  img.top_photo_lv, img.top_text_lv {
    width: 114%;
    max-width: 150% !important;
    margin-left: -4%;
  }
  img.top_text_lv {
    width: 118%;
    margin-left: -4%;
  }
  .photo_lv .tumeru_lv {
    margin-top: -1.5em;
  }
}
/* コーディネート　スライダー */
.coordi_slider li, .coordi_slider img {
  margin-bottom: 0 !important;
}
.coordi_slider .slick-dots {
  /* bottom: -20px; */
  position: relative;
  bottom: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 1em;
}
.slick-prev, .slick-next {
  top: 45%;
  cursor: pointer;
  transition: all 0.3s;
}
.slick-prev {
  left: -4%;
}
.slick-next {
  right: -4%;
}
@media (min-width: 920px) {
  .slick-prev:hover {
    left: -5%;
  }
  .slick-next:hover {
    right: -5%;
  }
}
/*------------------------------------

追加

------------------------------------*/
.point-head {
  width: 11em;
  margin: 6em auto 0;
  display: block;
}
.fv-lv a {
  color: #776b64;
}
.top_text_lv {
  position: absolute;
  top: 14%;
  left: 7%;
  font-size: 224%;
  line-height: 2.1;
  display: inline-block;
  margin: 0;
  text-align: start;
  white-space: nowrap;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: 'vert'on;
  font-family: "A1 Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.top_text_lv > span {
  border-right: 1px solid #c6c5c5;
  display: block;
  height: fit-content;
}
.top_text_lv .aside {
  writing-mode: horizontal-tb;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.2em;
  margin-bottom: 0.1em;
}
.new-item_lv {
  margin: 3em auto 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 4em;
  font-size: 90%;
}
.new-item_lv a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: fit-content;
  /* margin: 0 auto; */
}
.new-item_lv a .matomegai_icon {
  display: block;
  margin: 0 auto -1.0em;
  max-width: 60%;
  position: relative;
  z-index: 1;
  font-size: 0.7rem;
}
.new-item_lv a .item_photo_lv {
  margin-bottom: 1.5em;
  display: block;
}
.new-item_lv a .item_spec_lv {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: flex-end; */
  gap: 2em;
  text-align: center;
  font-size: 125%;
  line-height: 1.6;
  display: inline-block;
  /* margin: 0 auto; */
  width: fit-content;
}
.new-item_lv a .item_spec_lv .item_txt_lv {
  display: block;
  width: fit-content; /* margin: 0 auto; */
}
.new-item_lv a .item_spec_lv .item_txt_lv .item_name_lv {
  letter-spacing: 0.05em;
}
.new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv {
  display: block;
  margin: 0.4em 0;
}
.new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_tani_lv {}
.new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_num_lv {
  font-family: 'Judson', serif;
  font-weight: 400;
  font-size: 170%;
  line-height: 1.2;
}
.new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_tax_lv {}
.new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv {
  line-height: 1.3;
  display: inline-block;
}
.new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv .item_num_lv {}
.new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv .item_tax_lv {}
.new-item_lv a .item_spec_lv .detail_lv {
  width: 12em;
}
/*もっと見るボタン*/
.more-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  background: #FFF;
  padding: 0.6em 1em;
  border: 2px solid #8d7260;
  /* border-top: 0; */
  /* border-left: 0; */
  border-radius: 0.7em;
  color: #8d7260;
  box-shadow: 1px 2px 0 #8d7260;
  letter-spacing: 0.15em;
  cursor: pointer;
  width: 90%;
  max-width: 450px;
  margin: 0 auto 3em;
  text-align: center;
  transition: all 0.3s;
  font-size: 167%;
  font-family: "ゴシックMB101 DB";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (hover: hover) {
  .more-btn:hover {
    opacity: 0.7;
  }
}
.more-btn::after {
  display: block;
  width: 1.3em;
  height: 100%;
  content: '';
  background-image: url(../images/more_btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 98%;
  position: absolute;
  top: 0;
  right: 1em;
  transition: all 0.3s;
}
.more-btn.open::after {
  transform: rotate(180deg)
}
/* 初期状態 */
.more-contents {
  overflow: hidden;
  transition: height 0.4s ease;
}
.more-contents::before {
  /* テキスト閉じた状態 */
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #ECEDF0 90%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.more-contents.is-collapsed {
  /*height: 11.5em;*. /* 見えてる範囲 */
}
.more-contents.is-collapsed::before {
  opacity: 1;
  transition: all 0.3s;
}
.emichin_comment_lv .more-contents::before {
  background: linear-gradient(rgba(255, 255, 255, 0) 50%, #FFF 90%);
}
#outer_lv .more-contents.photo_lv {
  /* border-top: 1px dotted #8d7260; */
  /* padding-top: 2em; */
  margin-top: 0.5em;
}
#outer_lv .point-list {
  margin: 2em auto 4em;
  background: #FFF;
  padding: 3em 6em 1em;
  box-sizing: content-box;
}
.emichin_comment_lv {
  text-align: left;
  margin: 0.5em 0 0;
}
.emichin_comment_lv p {
  font-size: 115%;
  line-height: 1.9;
  margin: 0;
}
.emichin_comment_lv p span {font-family: "ゴシックMB101 M";text-align: left;text-align:center;display:block;margin:0.3em 0;color: #7c7c7c;letter-spacing: 0.16em;}
/* == もっと見るボタン == */
.emichin_comment_lv .more-btn {
  font-size: 124%;
  border-width: 1px;
  margin: 0em 0 1em;
  width: 100%;
}
.emichin_comment_lv .more-btn span {}
/* == 開発秘話を読む == */
.emichin_comment_lv .more-contents {
  padding: 0em 0 2em;
  margin: 0;
  position: relative;
}
/* 下部 商品リンク */
.new-item_lv.mein-item_lv {
  margin: 0 0 5em;
}
.new-item_lv.mein-item_lv a {}
.new-item_lv.mein-item_lv a .item_photo_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv {
  margin: 0.5em 0 1em;
}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_name_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_tani_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_num_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_tax_lv {
  font-size: 80%;
}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv .item_num_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv .item_tax_lv {}
.new-item_lv.mein-item_lv a .item_spec_lv .detail_lv {
  width: 15em;
}

.item-ttl::after {display: block;width: 100%;height: 100%;content: '';background-image: url(../images/ttl_line.webp);background-repeat: no-repeat;background-position: top left;background-size:contain;position: absolute;top: -0.3em;left: 0;}
.item-ttl {
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	color: #8D7261;
	letter-spacing: 0.1em;
	line-height: 1.6;
	/* gap: 0.3em; */
	/* border-bottom: 1px solid #D8CFC8; */
	margin: 3em auto 0;
	width: 90%;
	max-width: 668px;
	padding: 0.4em 0 0;
	}
span.note{
	    font-family: "ゴシックMB101 M";
	    color: #8D7261;
	    font-size:90%;
	    text-align:center;
	    display:block;
	    letter-spacing:0.1em;
	    margin: -0.5em 0 2.3em;
}
.item-ttl img {width: 6em;position:relative;z-index:1;margin: -1.7em 0 0 -1em;}

.item-ttl .item-txt {font-family: "ゴシックMB101 M";text-align: left;position:relative; z-index:1;}

.item-ttl .item-txt .num {display: block;font-family: "Lato", sans-serif;font-weight: 400;font-style: italic;line-height: 1;}

.item-ttl .item-txt .name {font-size: 90%;}





@media (max-width: 919px) {
  .item_lv .spec_lv {
    /* margin: -0.3em 0 0 5%; */
    width: auto;
    float: none;
  }
  .fixd_link_lv {
    display: flex;
    justify-content: center;
    align-items: normal;
  }
  #titlearea_lv .item_link_lv {
    border-radius: 0;
    border-bottom: 1px #DDD5CF solid;
    border-left: 1px #DDD5CF solid;
    padding: 0em;
    font-size: 108%;
    gap: 0.5em;
  }
  #titlearea_lv .item_link_lv .spec_lv {
    font-size: 93%;
  }
  #titlearea_lv .item_link_lv .item_photo_lv {
    width: 36% !important;
    border: none !important;
    margin-left: 5%;
  }
  #titlearea_lv .item_link_lv .name_lv {
    display: block;
  }
  #titlearea_lv .item_link_lv .price_lv {
    display: inline;
  }
  #titlearea_lv .item_link_lv .price_lv .num_lv {}
  #titlearea_lv .item_link_lv .price_lv .num_lv.red_lv {
    display: block;
  }
  #titlearea_lv .item_link_lv .price_lv .num_lv.red_lv span {
    display: inline-block;
  }
  #titlearea_lv .item_link_lv::after {
    width: 8%;
    background: none;
  }
}
@media (max-width: 768px) {
  #wrapper {
    font-size: 2.5vw;
  }
  .fv-lv a {}
  .top_text_lv {
    font-size: 165%;
    top: 8%;
    left: 3%;
  }
  .top_text_lv span {}
  .new-item_lv {
    margin: 2em auto 5em;
    font-size: 66%;
    gap: 0em;
  }
  .new-item_lv a {}
  .new-item_lv a .item_photo_lv {
    width: 78%;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
  .new-item_lv a .item_spec_lv {
}
  .new-item_lv a .item_spec_lv .item_txt_lv {}
  .new-item_lv a .item_spec_lv .item_txt_lv .item_name_lv {
    font-size: 125%;
}
  .new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv {
    margin: 0.2em 0 0.5em;
  }
  .new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_tani_lv {}
  .new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_num_lv {}
  .new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_tax_lv {}
  .new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv {
    display: block;
    margin-bottom: 0.7em;
  }
  .new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv .item_num_lv {}
  .new-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv .item_tax_lv {}
  .new-item_lv a .item_spec_lv .detail_lv {}
	.item-ttl {
		font-size: 170%;
	}
  /*もっと見るボタン*/
  .more-btn {
    font-size: 160%;
    border-width: 1px;
  }
  .more-btn::after {}
  .more-btn.open::after {}
  .more-contents {}
  #outer_lv .point-list {
    padding: 2em 8%;
  }
  .photo_lv li .point-head {
    width: 11em;
  }
  .photo_lv li .point-flex img {
    width: 38vw;
  }
  .emichin_comment_lv {}
  .emichin_comment_lv p {
    font-size: 108%;
  }
  /* == もっと見るボタン == */
  .emichin_comment_lv .more-btn {
    width: 100%;
  }
  .emichin_comment_lv .more-btn span {}
  /* == 開発秘話を読む == */
  .emichin_comment_lv .more-contents {}
  /* 下部 商品リンク */
  .new-item_lv.mein-item_lv {}
  .new-item_lv.mein-item_lv a {}
  .new-item_lv.mein-item_lv a .item_photo_lv {
    width: 85%;
  }
  .new-item_lv.mein-item_lv a .item_spec_lv {
    margin: 0 auto;
  }
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv {}
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_name_lv {
    font-size: 120%;
}
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv {}
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_tani_lv {}
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_num_lv {}
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .item_tax_lv {}
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv {}
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv .item_num_lv {}
  .new-item_lv.mein-item_lv a .item_spec_lv .item_txt_lv .item_price_lv .red_lv .item_tax_lv {}
  .new-item_lv.mein-item_lv a .item_spec_lv .detail_lv {}
}