<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@import url("sp_page.css");
@import url("sp_item.css");
@import url("sp_mypage.css");
@import url("sp_cart.css");

@font-face { font-display: swap; }

@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src:url("https://www.kijinomori.com/design/font/NotoSerifJP-Regular.woff") format("woff"),
	  url("https://www.kijinomori.com/design/font/NotoSerifJP-Regular.woff2") format("woff2");
}

/* 
* {
	box-sizing: inherit !important;
}
 */

*:focus {
  outline: none;
}

body {
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 14px; /*15px*/
	line-height: 180%;
	font-family:  "Quasimoda", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシックPro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo,Osaka, sans-serif;
	font-feature-settings: "palt";
	width: 100%;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.5px;
}
a {
	color: #000;
	text-decoration: none;
}
/*.sp { display: block!important; }*/
.pc { display: none!important; }

img {
	max-width: 100%;
	height: auto;
    vertical-align: bottom;
}
button:focus { outline:0; }

h1, h2, h3, h4, h5, p, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	transition: 0.5s;
}
a:hover {
	opacity: 0.6;
}
.txt_red { color: #9a0000;}
.txt_green {color: #609f93;}

::-webkit-scrollbar {
    width: 8px;
	height: 12px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
	background: #FFF;
	box-shadow: inset 0 0 6px rgb(0 0 0 / 10%)
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background :#000;
}

/*フッター　キャンペーンバナーあり*/
.pagetop {
    position: fixed;
    bottom: 80px;/*画面下にバナーが入る場合は80px、画像なしは20px*/
    right: 20px;
	background: #CCC;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	z-index: 1000 !important;
}
.pagetop img {
	width: 40%;
	height: auto;
	padding-bottom: 7px;/*追加分*/
}

/*フッター　キャンペーンバナーなし*/
.pagetop_2 {
    position: fixed;
    bottom: 20px;/*画面下にバナーが入る場合は80px、画像なしは20px*/
    right: 20px;
	background: #CCC;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	z-index: 1000 !important;
}
.pagetop_2 img {
	width: 40%;
	height: auto;
	padding-bottom: 7px;/*追加分*/
}

/*ヘッダーログイン表示切替*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

/* common
--------------------------- */
header {
	padding: 0 5px;
	list-style: none;
	font-size: 14px;
	line-height: 180%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #EEE;
	display: flex;
    justify-content: flex-end;
}
header #head_logo a {
	position: fixed;
    top: 15px;
    left: 50%;
	text-indent: -9999px;
	background: url("../img/common/logo_bk.png") no-repeat 50% 50%;
	background-size: 130px;
	width: 130px;
	height: 30px;
	display: block;
	margin: 0 0 0 -65px;
}
header ul.h_btn {
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
	width: 83%;/*英語表記時80%*/
}
header ul.h_btn li {
	width: 25%;/*英語表記時20%*/
	text-align: center;
}
header ul.h_btn li a,
header ul.h_btn li button {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
header ul.h_btn li button {
	background: none;
	border: none;
}
header ul.h_btn li a img,
header ul.h_btn li button img {
	width: 25px;
	height: auto;
}
header ul.h_btn li a p,
header ul.h_btn li button p {
	padding: 5px 0 0 0;
	margin: auto 0 0 0;
	line-height: 140%;
	font-size: 0.9rem;/*英語表記時12px;*/
	color: #222!important;
}
header ul.h_btn li.btn-cart {
	position: relative;
}
header ul.h_btn li.btn-cart a .fs-p-cartItemNumber {
	position: absolute;
	top: 0;
	right: 12px;/*英語表記時5px*/
	background: #9a0000;
	color: #FFF;
	height: 15px;
	border-radius: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 130%;
	padding: 0 5px;
	text-indent: 0px;
	font-family:  "Quasimoda", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシックPro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo,Osaka, sans-serif;
}
header ul.h_btn li.btn-cart a .fs-p-cartItemNumber.fs-client-cart-count--0 {
	background: #CCC;
}
.fs-c-documentContent {
	margin: 20px;
}
#fs_NewsletterUnsubscribeSuccess .fs-c-buttonContainer a,
#fs_NewsletterSubscribeSuccess .fs-c-buttonContainer a {
	margin: 20px;
	text-decoration: underline;
}

/* point campaign */
.head_cp_sp {
    width: 100%;
    text-align: center;
    padding: 2px 0px!important;
    background: #666;
    font-size: 11px;
}		
.head_cp_sp a {
	color: #fff!important;	
}

/* modal */
#search_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#search_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
#search_modal .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 85%;/*元々90%*/
  max-width: 500px;
  padding: 15px;
  background: #FFF;
  text-align: center;
  box-sizing: border-box;
  overflow: auto!important;/*検索窓カテゴリー有りの時のスクロール*/
  max-height: 500px!important;/*検索窓カテゴリー有りの時のスクロール高さ 元々700px*/
}
#search_modal .modalWrapper h3 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 150%;
}
#search_modal .modalWrapper small {
	font-size: 12px;
    line-height: 0!important;
}
#search_close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 18px;
}
.modalContents form {
    border: 1px solid #000;
	display: flex;
	padding: 10px;
	justify-content: space-between;
	margin-bottom: 10px;
}
.modalContents form label {
	width: 83%;
}
.modalContents form input[type="text"] {
	background: #DDD;
	border: none;
}
.modalContents form button[type="submit"] {
    width: 30px;
    padding: 0;
    margin: 0;
    border: none;
    background: url(../img/common/ico/search.png) no-repeat 50% 50%;
    background-size: 25px;
    text-indent: -9999px;
    display: inline;
}
@media screen and (max-width: 320px) {
	#search_modal .modalWrapper {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform:translate(-50%,-50%);
	  width: 80%;/*元々85%*/
	  max-width: 500px;
	  padding: 15px;
	  background: #FFF;
	  text-align: center;
	  box-sizing: border-box;
	  overflow: auto!important;/*検索窓カテゴリー有りの時のスクロール*/
	  max-height: 400px!important;/*検索窓カテゴリー有りの時のスクロール高さ*/
	}
	#modal_cat .pickup .season ul,#modal_cat .contents_area_cat .cat ul,#modal_cat.fullsize .cat ul {
	display: flex!important;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0;/*0 30px*/
}
}
/* btn */
.btn_box a {
	display: block;
	width: 85%;
	padding: 10px 5% 10px 10%;
	border: 1px solid #000;
	text-align: center;
	margin: 30px auto;
	font-family: 'Quasimoda', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	background: url("../img/common/ico/arrow_right.png") no-repeat 15% 50%;
	background-size: 25px;
	box-sizing: border-box;
}
#page .btn_box a,
#itempage .btn_box a,
#itemcategory .btn_box a {
	width: 100%;
	background: url("../img/common/ico/arrow_right.png") no-repeat 10% 50%;
	background-size: 25px;
}
.btn_line {
	display: flex;
	justify-content: flex-end;
}
.btn_line a {
	padding: 0 20px 0 25px;
	border-bottom: 1px solid #000;
	font-family: 'Quasimoda', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	background: url("../img/common/ico/arrow_right-short.png") no-repeat 0 50%;
	background-size: 15px;
}

.btn_box_cart a {
	display: block;
	width: 85%;
	padding: 10px 5% 10px 10%;
	border: 1px solid #000;
	text-align: center;
	margin: 30px auto;
	font-family: 'Quasimoda', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	background: url("../img/common/ico/arrow_right.png") no-repeat 15% 50%;
	background-size: 25px;
	box-sizing: border-box;
}

/* btn　10002　10032　10042商品ページ用 */
.btn_box10002 {
	margin: 10px 0 0!important;
}
.btn_box10002 a {
	display: block;
	width: 85%;
	padding: 10px 5px;
	border: 1px solid #000;
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	/*background: url("../img/common/ico/arrow_right.png") no-repeat 15% 50%;
	background-size: 25px;*/
	box-sizing: border-box;
}
#page .btn_box10002 a,
#itempage .btn_box10002 a,
#itemcategory .btn_box10002 a {
	width: 95%;
	/*background: url("../img/common/ico/arrow_right.png") no-repeat 10% 50%;
	background-size: 15px;*/
}
.btn_line10002 {
	display: flex;
	justify-content: flex-end;
}
.btn_line10002 a {
	padding: 0 20px 0 25px;
	border-bottom: 1px solid #000;
	font-family: 'Quasimoda', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	background: url("../img/common/ico/arrow_right-short.png") no-repeat 0 50%;
	background-size: 15px;
}

/* itempage */
#itempage {
	margin-top: 20px;
}

/* btn　カラーバリエーション用 */
.btn_box-variation {
	margin: 10px 0 0!important;
}
.btn_box-variation a {
	display: block;
	width: 95%;
	padding: 10px 5px;
	border: 1px solid #000;
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	/*background: url("../img/common/ico/arrow_right.png") no-repeat 15% 50%;
	background-size: 25px;*/
	box-sizing: border-box;
}

/* bnr */
.bnr_fixed a {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000 !important;
}
.bnr_fixed a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* bnr（閉じるボタン） */
.bnr_close{
  position: relative;
  margin: 0 auto;
  width: 100%!important;
  display: none;
}
.bnr_close .bnr_img{
  position: fixed;
  bottom: 0;
  width: 100%!important;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.bnr_img_inner{
  width: 100%!important;
  height: auto;
  box-sizing:border-box;
  background-color: #fafafa;
}
.bnr_close .bnr_img_inner a{
  display: block;
}
.bnr_close .bnr_img p.close{
  position: absolute;
  right: 10px;
  top:10px;
}
.bnr_close .bnr_img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.bnr_close .bnr_img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bnr_close .bnr_img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #FFF!important;
}

/*my page*/
#fs_MyPageTop .mypage_top {
 margin-top: -20px;
 margin-bottom: 40px;
}

/* toppage
---------------------- */

/* mainvisual */
#mainvisual {
	position: relative;
	background: url("../img/toppage/main/main21_sp.jpg") no-repeat;
	background-size: cover;
	margin-bottom: 100px;/*20231027*/
}
#mainvisual .inner {
	position: relative;
	color: #FFF;
	height: 70vh;
}
#mainvisual h1 {
	position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    text-align: center;
    /*filter: drop-shadow(4px 6px 9px #777);*/
}
h2.logo {
	width: 100%;
    background: #FFF;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
h2.logo {
	margin-top: 60px;
}
#mainvisual h2 img,
h2.logo img {
	width: 40%;
	height: auto;
}
#mainvisual p {
	position: absolute;
	text-align: center;
	display: block;
	bottom: 80px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Quasimoda', sans-serif;
	font-size: 10px;
	line-height: 180%;
	z-index: 10;
}
#mainvisual p::before {
	position: absolute;
	width: 1px;
	height: 60px;
	background: #FFF;
	content: "";
	bottom: -80px;
	left: 50%;
}
#mainvisual::before {
	position: absolute;
	width: 1px;
	height: 60px;
	background: #000;
	content: "";
	bottom: -60px;
	left: 50%;
}

/* ourfubric */
#ourfubric {
	margin: 0px 0 50px 0;/*20231027元100px 0 50px 0;*/
	padding: 150px 0 0 0;
	background: url("../img/toppage/ourfubric05_sp.jpg") no-repeat;
	background-size: contain;
}
#ourfubric article {
	margin: 0 10px;
	padding: 30px 15px 0 15px;
	text-align: center;
	background: #FFF;
}
#ourfubric article h2 {
	font-family:  "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 180%;
	margin-bottom: 15px;
}
#ourfubric article h2 small {
	font-family: 'Quasimoda', sans-serif;
	display: block;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}
#ourfubric article p {
	margin: auto;
	/*line-height: 200%;*/
	width: 90%; /*80%*/
}
#ourfubric h3.intro_box {
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
    margin: 0px 5% 20px;
    font-size: 15px;
}
#ourfubric .intro_box h3 {
	font-size: 20px!important;
}
#ourfubric .intro_box h3 small {
	font-size: 8px!important;
}
#ourfubric .intro_box h3.ourfabric_title {
	font-size: 20px!important;
	margin: 25px 0 15px!important;
}

/* contents */
#contents {
	margin: 0 auto;
}

/* side */
.nav-button {
	display: none;
	margin: 5px 0;
	width: 20%;
}
.nav {
  a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
  }
  li {
    display: inline-block;
    margin: 0 10px;
  }
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
@media screen and (min-width: 767px) {
  .nav-wrap {
    display: block !important;
  }
}
.content {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: #FFF; 
    width: 100%;
    height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	}
    .nav-wrap .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
    }
    .nav-wrap li {
      display: block;
      margin: 0;
	 }

  /*メニューボタン*/
	.nav-button,
	.nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.nav-button {
		z-index: 1002;
		position: fixed;
		width: 40px;/*英語表記時25px*/
		height: 21px;
		top: 5px;
		left: 20px;
		padding: 0;
	}
	.nav-button span {
		position: absolute;
		left: 50%;
		width: 25px;
		height: 3px;
		background-color: #000;
		border-radius: 10px;
		margin: 0 0 0 -33%;/*英語表記時-25%*/
	}
	a.nav-button::after {
		content: "メニュー";
		font-size: 0.9rem;/*英語表記時12px*/
		color: #000;
		position: absolute;
		bottom: -27px;
		left: 0;
	}
	a.nav-button.active::after {
		content: "閉じる";
		font-size: 0.9rem;
    	color: #000;
    	position: absolute;
    	bottom: -27px;
    	left: 5px;
	}
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 9px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span {
    background-color: #000;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

.side {
	padding: 20px;
}
.side h4 {
	text-align: center;
	font-family: 'Quasimoda', sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.side h5 {
	padding: 5px 15px;
	background: #000;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	line-height: 180%;
}
.side img,
footer img {
	max-width: 100%;
	height: auto;
}
.side .search,
footer .search {
	margin-bottom: 50px;
}
.side .search {
	margin-top: 50px;
}
.side .search form,
footer .search form {
	border: 1px solid #000;
	width: 99%;
	margin: 0 auto 10px auto;
}
.side .search form input[type="text"],
footer .search form input[type="text"] {
	padding: 15px 3%;
	width: 80%;
	border: none;
	margin: 0;
	font-size: 15px;
	display: inline;
}
.side .search form button[type="submit"],
footer .search form button[type="submit"] {
	width: 10%;
	padding: 0;
	margin: 0;
	border: none;
	background: url(../img/common/ico/search.png) no-repeat 50% 50%;
	background-size: 60%;
	text-indent: -9999px;
	display: inline;
}
.side .search .kw a,
footer .search .kw a {
	text-decoration: underline;
}
.side .category,
footer .category {
	margin-bottom: 50px;
}
.side .contents_list,
footer .member,
footer .contents_list {
	margin-bottom: 50px;
}
.side .bnr {
    margin: 30px 0;
}
footer ul.links {
	margin: 50px 0;
}
.side .member ul,
.side .contents_list ul,
.side .category ul,
footer .member ul,
footer .contents_list ul,
footer .category ul,
footer ul.links {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #000;
}
.side .category ul.list_full,
footer .category ul.list_full {
	display: block;
}
.side ul li a,
footer ul li a,
footer ul.links li a {
	display: block;
}
.side .category ul.acco,
footer .category ul.acco {
	display: none;
	margin-top: 5px;
	padding-bottom: 0;
}
.side .category .acc_btn,
footer .category .acc_btn {
	position: relative;
	padding: 0 15px;
}
.side .category .acc_btn .icon-plus,
footer .category .acc_btn .icon-plus {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 11px;
	height: 1px;
	margin: auto;
	background: #000;
	content: "";
	transition: all 0.3s;
}
.side .acc_btn .icon-plus::before,
footer .category .acc_btn .icon-plus::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 1px;
	height: 11px;
	margin: auto;
	background: #000;
	content: "";
	transition: all 0.3s;
}
.side .active .icon-plus::before,
footer .active .icon-plus::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.side .category p,
footer .category p {
	cursor: pointer;
}
.side .category li.list_full,
footer .category li.list_full {
	padding: 5px 10px 0 10px;
}
.side .category li li:last-child,
footer .category　li li:last-child {
	padding-bottom: 0;
	border-bottom: 0px;
}
.side .member ul li,
.side .contents_list ul li,
.side .category ul li,
footer .member ul li,
footer .contents_list ul li,
footer .category ul li,
footer ul.links li {
	width: 50%;
	padding: 10px 0;
	border-bottom: 1px solid #000;
	font-size: 14px;
	line-height: 150%;
}
.side .category ul.list_full li,
footer .category ul.list_full li {
	width: 100%;
}
.side .member ul li:nth-child(2n),
.side .contents_list ul li:nth-child(2n),
.side .category ul li:nth-child(2n),
footer .member ul li:nth-child(2n),
footer .contents_list ul li:nth-child(2n),
footer .category ul li:nth-child(2n),
footer ul.links li:nth-child(2n) {
	background: url(../img/common/line_2px.jpg) repeat-y;
	background-size: 1px;
}
.side .category ul.list_full li:nth-child(2n),
footer .category ul.list_full li:nth-child(2n) {
	width: 100%;
	background: none;
}
.side ul li a,
footer ul li a {
	padding: 0 15px;
}
.side .sns ul,
footer .sns ul {
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	width: 70%;
	margin: 0 auto;
}
.side .sns ul li,
footer .sns ul li {
	width: 23%;
}
.side .sns ul li a,
footer .sns ul li a {
	padding: 0;
}
footer .category li .acco {
	margin-top: 10px;
}
footer .category li .acco li {
	padding: 10px 0 10px 2%;
	width: 98% !important;
}
footer .category li .acco li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
footer .cashless {
	text-align: center;
	margin: 30px 0;
}
footer .cashless img {
	width: 60%;
}

/*#fs_Top #contents .contents_area h2 {
	letter-spacing: 3px;
}*/

/* contents_area */
#contents .contents_area h2.top-ttl {
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 2px;
}
/* contents_area */
#contents .contents_area h3 {
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 2px;
}
#contents .contents_area .ranking_week h3 {
    text-align: center;
    margin: 0 0 30px 0;
    /* font-family: 'Quasimoda', sans-serif; */
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 2px;
}

/* cat */
#modal_cat .contents_area_cat .cat {
	margin: 30px 0 30px 0;
    text-align: center;
}
#modal_cat .contents_area_cat .cat h3,
#modal_cat.fullsize .cat h3,
#modal_cat .contents_area_cat .topics h3 {
	background: url(../img/common/line_double.png) repeat-x 100% 100%;
	background-size: 2px;
	padding-bottom: 15px;
    margin: 0 0 30px 0;
    /*font-family: 'Quasimoda', sans-serif;*/
    font-weight: 500;
    font-size: 20px;/*24px*/
    line-height: 150%;
    letter-spacing: 2px;
}
#modal_cat .pickup .season ul,
#modal_cat .contents_area_cat .cat ul,
#modal_cat.fullsize .cat ul {
	display: flex!important;
	justify-content: space-between;
	flex-wrap: wrap;
    /*padding: 0 25px;/*30px*/
}
#modal_cat .pickup .season ul li {
	width: 48%;
	margin: 0 0 15px 0;
	line-height: 150%;
}
#modal_cat .contents_area_cat .cat ul li,
#modal_cat.fullsize .cat ul li {
	width: 30%;
	margin: 0 0 15px 0;
	line-height: 150%;
}
#modal_cat .pickup .season ul li img,
#modal_cat .contents_area_cat .cat ul li img,
#contents.fullsize .cat ul li img {
	width: 100%;
	height: auto;
}
#modal_cat .contents_area_cat .cat ul li .ttl,
#modal_cat.fullsize .cat ul li .ttl {
	margin: 10px 0;
	letter-spacing: 1px;
}
#modal_cat .contents_area_cat .cat .more,
#modal_cat.fullsize .cat .more,
#modal_cat .contents_area_cat .info .more,
#modal_cat.fullsize .info .more  {
	display: block;
	width: 100px;
	padding: 12px 0 12px 20px;
	text-align: center;
	margin: 30px auto;
	font-family: 'Quasimoda', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	background: url("../img/common/ico/arrow_btm.png") no-repeat 20px 50%;
	background-size: 10px;
	cursor: pointer;
}
#modal_cat .contents_area_cat .cat .btn_line,
#modal_cat.fullsize .cat .btn_line {
	margin-top: 30px;
}
#modal_cat .contents_area_cat .modal_each_item ul {
	text-align: left;
} 
#modal_cat .contents_area_cat .modal_each_item li {
	display: inline-block;
	background-color: #eee;
	border-radius: 50px;
	padding: 0 5px;
    margin: 0 0 10px;
}
/*event*/
.eventbnr_area {
	margin: 0 20px 60px;
}
.eventbnr_area ul.bnr li {
	margin-bottom: 10px;
}
/* important */
#contents .contents_area .info ul.important {
	width: 100%;
    overflow-y: auto;
}
	
/* info */
#contents .contents_area .info {
	width: 85%;
	margin: 20px auto 30px auto;/*0 auto 60px auto*/
}
#contents .contents_area .info ul.news {
	width: 100%;
    height: 26vh;
    overflow-y: auto;
	font-size: 13px;
}
#contents .contents_area .info ul.news li,
#contents .contents_area .info ul.important li {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	line-height: 150%;
}
#contents .contents_area .info ul.news li small,
#contents .contents_area .info ul.important li small {
	font-weight: 500;
	font-size: 12px;
	color: #666;
	display: block;
	margin-bottom: 10px;
}
#contents .contents_area .info ul.news li small span.new {
	display: inline;
	margin-left: 10px;
	background-color: #9a0000;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
}
#contents .contents_area .info ul.news li small span.renewal {
	display: inline;
	margin-left: 10px;
	background-color: #666;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
}
#contents .contents_area .info ul.news li small span.pickup {
	display: inline;
	margin-left: 10px;
	background-color: #609f93;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
}


/*トップページ上部インフォメーション*/
.top_info {
    width: 90%;
    margin: 0 auto 50px;
}	
.top_info .info_important {
    width: 100%;
    margin: 0 auto;
	color: #666;
	padding: 15px 0;
	line-height: 150%;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;	
}
.top_info .info_important li {
	width: 95%;
	text-align: left;
}
.top_info .info_important small {	
    font-weight: 500;
    font-size: 12px;
    color: #666;
    display: block;
	margin-bottom: 5px;
}
	
.top_info .info_important .btn_more {
	text-align: right!important;
    width: 100%!important;
	margin: 5px 0 0;
}
.top_info .info_important .btn_more span {
	padding: 0 0px 0 10px;
	border-bottom: 1px solid #555;
	font-weight: 500;
	color: #555;
	line-height: 150%;
	font-size: 12px;
	background: url(../img/common/ico/arrow-btm-right.png) no-repeat 0 50%;
	background-size: 5px;
}
	

/* info
#contents .contents_area .info {
	width: 85%;
	margin: 0 auto 10px auto;
}
#contents .contents_area .info ul.news {
	width: 100%;
    height: 50vh;
    overflow-y: auto;
}
#contents .contents_area .info ul.news li {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	line-height: 150%;
}
#contents .contents_area .info ul.news li small {
	font-weight: 500;
	font-size: 12px;
	color: #666;
	display: block;
	margin-bottom: 10px;
}
#contents .contents_area .info ul.news li small span.pickup {
	display: inline;
	margin-left: 10px;
	background-color: #609f93;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
}
#contents .contents_area .info ul.news li small span.new {
	display: inline;
	margin-left: 10px;
	background-color: #9a0000;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
}
#contents .contents_area .info ul.news li small span.renewal {
	display: inline;
	margin-left: 10px;
	background-color: #666;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
} */
/* info_important */
		#contents .contents_area .info h2.info_important {
			font-weight: bold;
			border-bottom: 1px solid #000;
			font-size: 15px;
			text-align: left;
			margin: 65px 0 0 0;
		}
		#contents .contents_area .info ul.info_notice {
			margin: 10px 0;
			/*padding-right: 10px;*/
		}
		#contents .contents_area .info ul.info_notice li {
			position: relative;
			padding: 12px 15px;
			border-bottom: 5px solid #fff;
			line-height: 150%;
			background: #eee;
		}
		#contents .contents_area .info ul.info_notice li small {
			font-weight: 500;
			font-size: 12px;
			color: #666;
			display: block;
			margin-bottom: 10px;
		}
		#contents .contents_area .info ul.info_notice a:hover {
			opacity:0.5;
			cursor: pointer;
			text-decoration: none;
		}
		#contents .contents_area ul.info_notice .btn_more {
			position: absolute;
			text-align: right!important;
    		width: 100%!important;
			right: 5px;
    		bottom: 5px;
		}
		#contents .contents_area ul.info_notice .btn_more span {
			padding: 0 0px 0 10px;
			border-bottom: 1px solid #555;
			font-weight: 500;
			color: #555;
			line-height: 150%;
			font-size: 12px;
			background: url(../img/common/ico/arrow-btm-right.png) no-repeat 0 50%;
			background-size: 5px;
		}

		/* scrollbar
		#contents .contents_area .info ul {
			overflow: auto;
			padding-right: 10px;
			height: 40vh;
		} */
		/*スクロールバー全体*/
		#contents .contents_area .info ul::-webkit-scrollbar {
			width: 10px;
		}
		/*スクロールバーの軌道*/
		#contents .contents_area .info ul::-webkit-scrollbar-track {
		  border-radius: 10px;
		  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
		}
		/*スクロールバーの動く部分*/
		#contents .contents_area .info ul::-webkit-scrollbar-thumb {
		  background-color: #000;
		  border-radius: 10px;
		  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
		}

		/*info tab*/
		#contents .contents_area .info .tab-wrap {
			display: flex;
			flex-wrap: wrap;
			margin: 0;
		}
		#contents .contents_area .tab-wrap:after {
			content: '';
			width: 100%;
			height: 2px;
			background: #666;
			display: block;
			order: -1;
		}
		#contents .contents_area .tab-content {
			margin-top: 5px;
		}
		/*tab*/
		#contents .contents_area .info .tab-label {
			color: #111;
			background: #eee;
			font-weight: bold;
			/* text-shadow: 0 -1px 0 rgb(0 0 0 / 20%); */
			white-space: nowrap;
			text-align: center;
			padding: 8px 0.5em;
			order: -1;
			position: relative;
			z-index: 1;
			cursor: pointer;
			/* border-radius: 5px 5px 0 0; */
			flex: 1;
		}
		#contents .contents_area .info .tab-label::after {
			bottom: 0;
			content: '';
			display: block;
			left: 0;
			position: absolute;
			-webkit-transition: 0.5s;
			transition: 0.5s;
			width: 0;
		}
		#contents .contents_area .info .tab-label span.partition_none::after {
			border: 0;
			height: 0;
		}
		/*全体下線*/
		/*#contents .contents_area .info .tab-label:hover::after {
			border-bottom: solid 1px;
			width: 100%;
		}*/
		#contents .contents_area .info .tab-label:not(:last-of-type) {
			margin-right: 5px;
		}
		#contents .contents_area .info .tab-content {
			width: 100%;
			height: 0;
			overflow: hidden;
			opacity: 0;
		}
		/* アクティブなタブ */
		#contents .contents_area .info .tab-switch:checked+.tab-label {
			background: #666;
			color: #fff;
			pointer-events: none;
		}
		#contents .contents_area .info .tab-switch:checked+.tab-label+.tab-content {
			height: auto;
			/*overflow: auto;*/
			padding: 0;
			opacity: 1;
			transition: .5s opacity;
		}
		/* ラジオボタン非表示 */
		#contents .contents_area .info .tab-switch {
			display: none;
		}

/* bnr_area sp*/
#contents .bnr_area {
	margin: 10px auto 60px auto;
    width: 100%;
}
#contents .bnr_area ul.bnr li {
    width: 90%;
    padding: 0 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
#contents .bnr_area ul.bnr li img {
    width: auto;
	max-width: 100%;
    height: auto;
}

/* topics */
#contents .contents_area .topics {
	margin: 0 0 80px 0;
}
/* topics_slide */
#contents .contents_area .topics_slide_area {
	margin: 0 0 40px 0;
}
#contents .contents_area figure {
	margin: 0;
}
#contents .contents_area figure.fs-c-productCarouselMainImage__thumbnail img {
	width: 100%;
	/*height: 70px; ←商品ページサムネイル小画像全て並べて表示時*/
    object-fit: cover;
}
/*#contents .contents_area .topics ul.slide_bnr {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
#contents .contents_area .topics ul.slide_bnr li {
	margin: 0;
}
#contents .contents_area .topics ul.slide_bnr li img {
	width: 100%;
	height: auto;
}
#contents .contents_area .topics ul.slide_bnr .slick-prev,
#contents .contents_area .topics ul.slide_bnr .slick-next {
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}*/
#contents .contents_area .topics_slide_area .topics_slide {
	width: 100%;
	overflow: hidden;
	margin-bottom:15px;
}	
#contents .contents_area .topics_slide_area .topics_slide .slide_bnr {
	width: 100%;
}	
#contents .contents_area .topics_slide_area .topics_slide .slide_bnr .slick-prev,
#contents .contents_area .topics_slide_area .topics_slide .slide_bnr .slick-next {
	top: 50%;
	margin-top: -5px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}

/*バンザイ線のあしらい*/
#contents .contents_area .trial-price-box .trial-price{
	align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

#contents .contents_area .trial-price-box .trial-price::before,
#contents .contents_area .trial-price-box .trial-price::after {
  background-color: #000; /* 線の色 */
  /*border-radius: 5px;*/ /* 線の両端を丸く */
  content: "";
  height: 1px; /* 線の高さ */
  width: 44px; /* 線の長さ */
}
#contents .contents_area .trial-price-box .trial-price::before {
  margin-right: 11px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
#contents .contents_area .trial-price-box .trial-price::after {
  margin-left: 1px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

#contents .contents_area .trial-price-box .trial-price {
	text-align: center;
    margin: 27px 0 0px 0;
	font-weight: 500;
	font-size: 17px;
	line-height: 150%;
	letter-spacing: 2px;
}

#contents .contents_area .trial-price-box p {
	font-size: 13px;
	text-align: center;
	margin-top:-10px;
}

#contents .contents_area .trial-price-box p span{
	color: red;
	font-size: 1.3em;
}


/* recommend_area */
#contents .recommend_area .season ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#contents .recommend_area .season ul li {
	width: 30%;
	margin: 0 0 30px 0;
	line-height: 150%;
}
#contents .recommend_area .season ul li img {
	width: 100%;
	height: auto;
}

/*送料無料お試し価格カット品「コットンリネンライトウェザークロスのポイント」*/
.item_explanation .explanation .point-box{
	width: 100%;
	border: solid 1px #c0c0c0;
	margin: 20px auto 20px;
	padding: 7px;
}

.item_explanation .explanation .point-box p{
	font-size: 13px;
}


.item_explanation .explanation .point-box .text-box{
	padding: 10px auto;
	margin: 0 auto 30px;
	width: 96%;
	font-size: 13px;	
}

.item_explanation .explanation .point-box .text-box ol{
	list-style-position: outside;
}


/*トップページトピックス*/

#contents .contents_area .topics ul.mini-top {
	margin: 0 20px 40px 20px; /* 0 30px 30px 30px */
}
#contents .contents_area .topics ul.mini-top li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 150%;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	align-items: flex-start;
}

#contents .contents_area .topics ul.mini-top li picture {
	width: 48%;
	height: auto;
}

#contents .contents_area .topics ul.mini-top li div {
	width: 48%;
	font-size: 14px;
	line-height: 150%;
}
#contents .contents_area .topics ul.mini-top li small {
	font-weight: 500;
	font-size: 10px;
	color: #666;
	display: block;
	margin-bottom: 5px;
}
#contents .contents_area .topics ul.mini-top li small span.renewal {
	display: inline-block;
    margin-right: 1em;
    background-color: #666;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
}
#contents .contents_area .topics ul.mini-top li small span.new {
	display: inline-block;
    margin-right: 1em;
    background-color: #9a0000;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
}
#contents .contents_area .topics ul.mini-top li small span.black {
	display: inline-block;
	color: #000;
    border: solid 1px #000;
    padding: 0px 5px;
	margin-right: 10px;
}
/*#contents .contents_area .topics ul.mini li small span.blog {
	display: inline-block;
    margin-right: 1em;
    background-color: #789;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
}*/
#contents .contents_area .topics ul.mini-top li.pick small {
	display: inline-block;
	color: #609f93;
    border: solid 1px #609f93;
    padding: 0px 5px;
    margin-bottom: 5px!important;
}
#contents .contents_area .topics ul.mini-top li b.comment {
	font-weight: 500;
	font-size: 11px;
	border-bottom: dotted;
    border-width: 1px;
}

/*トップページトピックス ここまで*/


#contents .contents_area .topics ul.mini {
	margin: 0 20px 40px 20px; /* 0 30px 30px 30px */
}
#contents .contents_area .topics ul.mini li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 150%;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	align-items: flex-start;
}

#contents .contents_area .topics ul.mini li img {
	width: 48%;
	height: auto;
}

#contents .contents_area .topics ul.mini li div {
	width: 48%;
	font-size: 14px;
	line-height: 150%;
}
#contents .contents_area .topics ul.mini li small {
	font-weight: 500;
	font-size: 10px;
	color: #666;
	display: block;
	margin-bottom: 5px;
}
#contents .contents_area .topics ul.mini li small span.renewal {
	display: inline-block;
    margin-right: 1em;
    background-color: #666;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
}
#contents .contents_area .topics ul.mini li small span.new {
	display: inline-block;
    margin-right: 1em;
    background-color: #9a0000;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
}
#contents .contents_area .topics ul.mini li small span.black {
	display: inline-block;
	color: #000;
    border: solid 1px #000;
    padding: 0px 5px;
	margin-right: 10px;
}
/*#contents .contents_area .topics ul.mini li small span.blog {
	display: inline-block;
    margin-right: 1em;
    background-color: #789;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
}*/
#contents .contents_area .topics ul.mini li.pick small {
	display: inline-block;
	color: #609f93;
    border: solid 1px #609f93;
    padding: 0px 5px;
    margin-bottom: 5px!important;
}
#contents .contents_area .topics ul.mini li b.comment {
	font-weight: 500;
	font-size: 11px;
	border-bottom: dotted;
    border-width: 1px;
}
#contents .contents_area .topics .future_slider img {
	max-width: 100%;
    height: auto;
}

/* recommend_area */
#contents .recommend_area .season ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0 20px;
	margin-bottom: 20px;
}
#contents .recommend_area .season ul li {
	width: 48%;
	margin: 0 0 15px 0;
	line-height: 150%;
}
#contents .recommend_area .season ul li img {
	width: 100%;
	height: auto;
}
#contents .contents_area .recommend_area ul li small {
	display: block;
}
#contents .contents_area .recommend_area ul li p.name {
    margin-bottom: 10px;
	text-align: left;
}
#contents .contents_area .recommend_area ul li p.price {
	font-family: 'Quasimoda', sans-serif;
	display: block;
	font-size: 12px;
	line-height: 150%;
	color: #666;
	text-align: right;
	margin-top: 10px;
}

/* fabric_category(sp)
---------------------------- */
#contents .fabric_category .index {
	margin: 30px 0 50px;
	padding: 40px 0;
    background: #eee;
}
#contents .fabric_category .index ul {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	text-align: center;
}
#contents .fabric_category .index ul a,
#contents .fabric_category .index ul a.bg_category {
	display: block;
	margin: 0 0 15px;
	padding: 5px;
	background-size: 15px;
	background: #FFF;
	width: 48%;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 10%) 0px 4px 6px -2px;
}
#contents .fabric_category .index ul a.bg_category {
	width: 100%!important;
	position: relative;
}
#contents .fabric_category .index ul li {
	text-align: left;
}
#contents .fabric_category .index img {
	width: 100%;
}
#contents .fabric_category .index ul small {
	display: block;
	font-size: 12px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "Noto Serif JP", serif;
}
#contents .fabric_category a.bg_category small {
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "Noto Serif JP", serif;
}
#contents .fabric_category .index p {
	margin: 5px 0 0;
	padding: 0 5px;
	font-size: 14px;
}
#contents .fabric_category a.bg_category .btn_more {
	position: absolute;
    text-align: right!important;
    width: 100%!important;
    right: 5px;
    bottom: 5px;
}
#contents .fabric_category ul .btn_more {
	text-align: right!important;
    width: 100%!important;
	right: 5px;
    bottom: 5px;
}
#contents .fabric_category ul .btn_more span {
	padding: 0 0px 0 10px;
	border-bottom: 1px solid #666;
	font-weight: 500;
	color: #666;
	line-height: 150%;
	font-size: 12px;
	background: url(../img/common/ico/arrow-btm-right.png) no-repeat 0 50%;
	background-size: 5px;
}

/* standarditem */
#contents .contents_area .standarditem {
    margin: 80px 20px;
}
#contents .contents_area .standarditem ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 20px 20px;
    list-style: none;
}
#contents .contents_area .standarditem ul li {
    width: 48%;
	position: relative;
    margin: 10px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
	/*box-shadow: rgb(0 0 0 / 5%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;*/
}
#contents .contents_area .standarditem li a {
    display: block;
    height: 100%;
}
#contents .contents_area .standarditem li img {
    height: auto;
}
#contents .contents_area .standarditem ul li p.name {
	padding: 8px 2px 10px;
    line-height: 160%;
}
#contents .contents_area .standarditem ul li p.price {
	position: absolute;
	padding: 0 5px 5px;
	font-family: 'Quasimoda', sans-serif;
	display: block;
	font-size: 12px;
	line-height: 150%;
	color: #666;
	text-align: right;
	margin-top: auto;
    bottom: 0;
    right: 0;
}
#contents .contents_area .standard_bargain {
	margin: 10px 20px 20px;
	/*box-shadow: rgb(0 0 0 / 5%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;*/
}
#contents .contents_area .standard_bargain p.name {
	padding: 5px 5px 15px;
	line-height: 150%;
}
#contents .contents_area .standard_bargain div {
	position: relative;
	margin-bottom: 20px;
}
#contents .contents_area .standard_bargain p {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.7);
	padding: 8px 10px 0;
	display: flex;
	justify-content: space-between;
}
#contents .contents_area .standard_bargain span.right {
	margin: 0;
}
#contents .contents_area .standard_bargain .arrow_right {
	width: 20px;
	padding: 8px 0;
	margin: 0 0 10px 0;
}

/* item slider */
#contents .contents_area .recommend_page,
#contents .contents_area .recommend_area,
#contents .contents_area .standarditem,
#contents .contents_area .pickup,
#contents .contents_area .new_arrival,
#contents .contents_area .re_arrival {
	margin: 0 0 80px 0;
}
#contents .contents_area .pickup ul,
#contents .contents_area .new_arrival ul,
#contents .contents_area .re_arrival ul,
#contents .contents_area .recommend_page ul {
	margin-bottom: 30px;
	overflow: hidden;
}
#contents .contents_area .pickup .slick-track,
#contents .contents_area .new_arrival .slick-track,
#contents .contents_area .re_arrival .slick-track{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#contents .contents_area .pickup .slick-list,
#contents .contents_area .new_arrival .slick-list,
#contents .contents_area .re_arrival .slick-list {
	width: 70%; /*80%*/
	margin: 0 auto;
}
#contents .contents_area .pickup .slick-list {
	width: 80%; 
	margin: 0 auto;
}
#contents .contents_area .pickup ul li,
#contents .contents_area .new_arrival ul li,
#contents .contents_area .re_arrival ul li,
#contents .contents_area .recommend_page ul li {
	margin: 0 5px;
	line-height: 150%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
}
#contents .contents_area .pickup ul li {
	margin: 0 10px;
	line-height: 150%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
}
#contents .contents_area .new_arrival ul li {
	position: relative;
}
#contents .contents_area .pickup ul li img,
#contents .contents_area .new_arrival ul li img,
#contents .contents_area .re_arrival ul li img,
#contents .contents_area .recommend_area ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	border-radius: 0;
}
#contents .contents_area .pickup ul li small,
#contents .contents_area .new_arrival ul li small,
#contents .contents_area .re_arrival ul li small {
	display: block;
	margin-left: 5px;
    margin-right: 5px;
}
#contents .contents_area .pickup ul li p.name,
#contents .contents_area .new_arrival ul li p.name,
#contents .contents_area .re_arrival ul li p.name {
    margin-bottom: 10px;
}
#contents .contents_area .re_arrival ul li p.name {
	text-align: left;
}
#contents .contents_area .pickup ul li p,
#contents .contents_area .new_arrival ul li p,
#contents .contents_area .pickup ul li small,
#contents .contents_area .new_arrival ul li small,
#contents .contents_area .re_arrival ul li p,
#contents .contents_area .re_arrival ul li small {
	margin-left: 5px;
	margin-right: 5px;
}
#contents .contents_area .pickup ul li p.price,
#contents .contents_area .new_arrival ul li p.price,
#contents .contents_area .re_arrival ul li p.price {
	font-family: 'Quasimoda', sans-serif;
	display: block;
	font-size: 12px;
	line-height: 150%;
	color: #666;
	text-align: right;
	margin-top: auto;
}
#contents .contents_area .new_arrival ul li .emblem {
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
    padding: 5px;
    color: #FFF;
    text-align: center;
    line-height: 120%;
    margin: 0;
}
#contents .contents_area .new_arrival ul li .new_ico {
	background: #9a0000;
}
#contents .contents_area .new_arrival ul li .color_ico {
	background: #609f93;
}
#contents .contents_area .new_arrival ul li .other_ico {
	background: #000;
}
#contents .contents_area .pickup ul li p.price,
#contents .contents_area .new_arrival ul li.price,
#contents .contents_area .re_arrival ul li.price {
	margin-top: auto;
}

/*新商品・再入荷　スクロール*/	
.new_arrival_scroll,
.re_arrival_scroll {
	width: 100%;
	padding: 30px 0 0px;
	margin: 0 0 120px 0;
}
.new_arrival_scroll .scroll,
.re_arrival_scroll .scroll {
	padding-bottom: 10px;
}
.new_arrival_scroll ul,
.re_arrival_scroll ul {
	width: 100%;
	margin: 0 auto 30px;
	padding: 30px 10px 10px 0;	
	background-color: #fff;
	display: flex;
	display: -ms-flexbox;
	margin-bottom: 30px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.new_arrival_scroll ul li,
.re_arrival_scroll ul li {
	display: block;
	width: 100%;
	min-width: 35%;
	margin: 0 10px 30px 0;
}
.new_arrival_scroll ul li{
	position: relative;
}		
.new_arrival_scroll ul li img,
.re_arrival_scroll ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 0;
}
.new_arrival_scroll ul li .name,
.re_arrival_scroll ul li .name	{
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
	overflow: hidden;
}	
.new_arrival_scroll ul li .price,
.re_arrival_scroll ul li .price {
	font-family: 'Quasimoda', sans-serif;
	display: block;
	font-size: 12px;
	line-height: 150%;
	color: #666;
	text-align: right;
	margin-top: 10px;
}	
.new_arrival_scroll ul li .emblem {
	position: absolute;
	width: 60px;
	top: 0;
	left: 0;
	padding: 5px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 120%;
}
.new_arrival_scroll ul li .new_ico {
	background: #9a0000;
}
.new_arrival_scroll ul li .color_ico {
	background: #609f93;
}
.new_arrival_scroll ul li .other_ico {
	background: #000;
}


#contents .contents_area .special_feature {
	margin: 0 0 80px 0;
}
#contents .contents_area .special_feature ul {
	margin-bottom: 30px;
	overflow: hidden;
}
#contents .contents_area .special_feature .slick-track {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#contents .contents_area .special_feature .slick-list {
	width: 35%; /*80%*/
	margin: 0 auto;
}
#contents .contents_area .special_feature .slick-list {
	width: 80%; 
	margin: 0 auto;
}
#contents .contents_area .special_feature ul li {
	margin: 0 10px;
	line-height: 150%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
}
#contents .contents_area .special_feature ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	border-radius: 0;
}
#contents .contents_area .special_feature ul li small {
	display: block;
	margin-left: 10px;
    margin-right: 10px;
}
#contents .contents_area .special_feature ul li p.comment {
    margin-bottom: 10px;
}
#contents .contents_area .special_feature ul li p,
#contents .contents_area .special_feature ul li small {
	margin-left: 10px;
	margin-right: 10px;
}
#contents .contents_area .special_feature ul li p.title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 150%;
	text-align: left;
	margin-top: 10px;
}
#contents .contents_area .special_feature ul li p.comment {
	margin-top: 10px;
}

/* movie_area */
#contents .contents_area .movie_area video {
    width: 100%;
    object-fit: cover;
    height: 82vh;
	margin-bottom: 20px;
}

/* fabric magazine */
#contents .contents_area .fabricmagazine,
#contents .contents_area .movie_area {
	width: 100%;
	margin: 0px auto 80px;
}
#contents .contents_area .fabricmagazine h2,
#contents .contents_area .movie_area h3 {
    background: url(https://www.kijinomori.com/design/img/common/line_double.png) repeat-x 100% 100%;
	background-size: 2px;
	padding-bottom: 15px;
	text-align: center;
	margin: 0 0 30px 0;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 2px;
}
#contents .contents_area .fabricmagazine h2 span,
#contents .contents_area .standarditem h3 span,
#contents .contents_area .fabric_category h3 span,
#contents .contents_area .recommend_area h3 span,
#contents .contents_area .special h3 span {
	display: block;
	width: 80%;
    font-size: 14px;
	font-weight: normal;
	margin: 10px auto;
	line-height: 150%;
	letter-spacing: 2px;
	font-family:  "Quasimoda", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシックPro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic Medium", "メイリオ", Meiryo,Osaka, sans-serif!important;
}
#contents .contents_area .magazine_box{
	width: 100%;
	text-align: center;
}
#contents .contents_area .magazine_box img{
	width: 90%!important;
	margin: 0px auto;
}
#contents .contents_area .magazine_box .caption{
	background-color: #FFF;
	text-align: left;
	padding: 10px 20px;
}
#contents .contents_area .magazine_box .caption .title{
	margin: 0px auto 10px;
	text-align: left;
	line-height: 200%;
}
#contents .contents_area .magazine_box .caption .title div{
	font-size: 16px;
    font-weight: bold;
	margin: 5px 0px;
	letter-spacing: 2px;
	line-height: 2.5rem;
}
#contents .contents_area .magazine_box .caption .title span{
	display: inline-block;
	margin: 0px 15px 0px 0px;
	padding: 0px 10px;
	background: #000;
	color: #FFF;
	font-size: 14px;
	font-family: serif;
}
#contents .contents_area .magazine_box .caption .title small{
    font-size: 14px;
	color: #666;
}


/* LOOKBOOK  */

#contents .contents_area .lookbook_area {
	width: 100%;
	margin: 0px auto 80px;
}
#contents .contents_area .lookbook_area h2 {
	text-align: center;
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 2px;
}
#contents .contents_area .lookbook_box{
	width: 100%;
}
#contents .contents_area .lookbook_box img{
	margin: 0px auto 10px;
}


/* sub image */
#contents .contents_area .sub_image {
	background: url("../img/toppage/sub_photo03_sp.jpg") no-repeat;
	background-size: cover;
	height: 300px;
	margin: 0 0 80px 0;
}


/* special-toppage */
#contents .contents_area .special-toppage,
#contents.fullsize .special-toppage {
	margin: 0 0 80px 0;
}
#contents .contents_area .special-toppage h2,
#contents.fullsize .special-toppage h2 {
	background: url(../img/common/line_double.png) repeat-x 100% 100%!important;
	background-size: 2px!important;
	padding-bottom: 15px!important;
	text-align: center;
	margin: 0 0 30px 0!important;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 2px;
}
#contents .contents_area .special-toppage ul,
#contents.fullsize .special-toppage ul {
	margin: 0 0 30px 0;
	padding: 0 20px;
}
#contents .contents_area .special-toppage ul li a,
#contents.fullsize .special-toppage ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 150%;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	align-items: flex-start;
	align-items: center;
}
#contents .contents_area .special-toppage ul li picture,
#contents.fullsize .special-toppage ul li picture {
	width: 48%;
	height: auto;
}
#contents .contents_area .special-toppage ul li div,
#contents.fullsize .special-toppage ul li div {
	width: 48%;
}
#contents .contents_area .special-toppage ul li h4,
#contents.fullsize .special-toppage ul li h4 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}
#contents .contents_area .special-toppage ul li p,
#contents.fullsize .special-toppage ul li p {
	font-size: 14px;
	line-height: 150%;
}
/*#contents .contents_area .special-toppage ul li p,
#contents.fullsize .special-toppage ul li p {
	visibility: hidden;
}*/
#contents .contents_area .special-toppage .more,
#contents.fullsize .special-toppage .more {
	display: block;
	padding: 12px 0 12px 20px;
	text-align: center;
	margin: 30px auto;
	font-family: 'Quasimoda', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	background: url("../img/common/ico/arrow_btm.png") no-repeat 33% 50%;
	background-size: 10px;
	cursor: pointer;
}
#contents .contents_area .special-toppage .btn_line,
#contents.fullsize .special-toppage .btn_line {
	margin-top: 30px;
}


/* special */
#contents .contents_area .special,
#contents.fullsize .special {
	margin: 0 0 80px 0;
}
#contents .contents_area .special h3,
#contents.fullsize .special h3 {
	background: url(../img/common/line_double.png) repeat-x 100% 100%!important;
	background-size: 2px!important;
	padding-bottom: 15px!important;
	text-align: center;
	margin: 0 0 30px 0!important;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	letter-spacing: 2px;
}
#contents .contents_area .special ul,
#contents.fullsize .special ul {
	margin: 0 0 30px 0;
	padding: 0 20px;
}
#contents .contents_area .special ul li a,
#contents.fullsize .special ul li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 150%;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	align-items: flex-start;
	align-items: center;
}
#contents .contents_area .special ul li img,
#contents.fullsize .special ul li img {
	width: 48%;
	height: auto;
}
#contents .contents_area .special ul li div,
#contents.fullsize .special ul li div {
	width: 48%;
}
#contents .contents_area .special ul li h4,
#contents.fullsize .special ul li h4 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
}
#contents .contents_area .special ul li p,
#contents.fullsize .special ul li p {
	font-size: 14px;
	line-height: 150%;
}
#contents .contents_area .special ul li p,
#contents.fullsize .special ul li p {
	visibility: hidden;
}
#contents .contents_area .special .more,
#contents.fullsize .special .more {
	display: block;
	padding: 12px 0 12px 20px;
	text-align: center;
	margin: 30px auto;
	font-family: 'Quasimoda', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	background: url("../img/common/ico/arrow_btm.png") no-repeat 33% 50%;
	background-size: 10px;
	cursor: pointer;
}
#contents .contents_area .special .btn_line,
#contents.fullsize .special .btn_line {
	margin-top: 30px;
}

/* footer */
footer {
	margin: 0 20px;
}
footer .category,
footer .search,
footer .member,
footer .contents_list {
	margin-bottom: 50px;
}
footer h4 {
	text-align: center;
    margin: 0 0 30px 0;
    font-family: 'Quasimoda', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
	letter-spacing: 3px;
}
footer h5 {
	background: #000;
	color: #FFF;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: normal;
	line-height: 150%;
}
footer ul li a {
	display: block;
}
footer .totop {
	text-align: center;
	margin-top: 30px;
}
footer .totop a {
	padding-left: 40px;
	background: url("../img/common/ico/arrow_top.png") no-repeat 0 50%;
	background-size: 15px;
}
footer .contactus {
	margin: 50px 0;
	text-align: center;
}
footer .contactus h3 {
    margin: 0 0 30px 0;
    font-family: 'Quasimoda', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}
footer .contactus h4 {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}
footer .contactus .mail_noreach {
	margin: 30px 0;
}
footer .contactus .mail_noreach a {
	padding: 0 5px 5px 25px;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    background: url(../img/common/ico/arrow_right-short.png) no-repeat 0 50%;
    background-size: 15px;
}
footer .contactus .attention {
	text-align: left;
	font-size: 14px;
	line-height: 180%;
	color: #666;
}
footer .contactus .attention li {
	margin-bottom: 10px;
}
footer .contactus .attention li::before {
	content: "※";
}

/* フッター　キャンペーンバナーあり */

.mymenu {
	display: flex!important;
	justify-content: space-between;
	background: #000;
	margin-bottom: 60px;
}
.mymenu li {
	width: 50%;
	text-align: center;
}
.mymenu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	padding: 15px;
}
.mymenu li.entry {
	background: url(../img/common/line_2px-gr.jpg) repeat-y 0 0;
	background-size: 1px;
}
.mymenu li img {
	width: 20px;
	margin-right: 10px;
}

/* フッター　キャンペーンバナーなし */

.mymenu_2 {
	display: flex;
	justify-content: space-between;
	background: #000;
}
.mymenu_2 li {
	width: 50%;
	text-align: center;
}
.mymenu_2 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	padding: 15px;
}
.mymenu_2 li.entry {
	background: url(../img/common/line_2px-gr.jpg) repeat-y 0 0;
	background-size: 1px;
}
.mymenu_2 li img {
	width: 20px;
	margin-right: 10px;
}

footer .massage {
	margin-bottom:20px;
	background-color: #ededed;
	display: inline-block;
	padding: 10px;
}

.copyright {
	text-align: center;
	color: #666;
	font-size: 12px;
	padding: 10px;
}

/*新規会員画面のチェックボックスと文字の間にスペースを作る*/
/*.fs-c-checkbox__checkMark {
    margin-right: 15px;			
}*/
.fs-c-checkbox__labelText {
    margin-left: 15px;			
}	


/*amazonログイン時の表示調整（amazonメッセージ位置）*/
.fs-l-main .fs-c-inputInformation__message {
	margin-top: 20px;
}

/*amazonログイン時の表示調整（会員登録確認）*/
#fs_form .fs-c-inputInformation__field {
    padding: 20px !important;
}

/*amazonログイン時の表示調整（顧客名位置調整）*/
#fs_form .fs-c-linkedAccountInfoField {
	margin: 0 auto 25px;
    padding: 30px 10px;
    border: 1px solid #eee;
    text-align: center;
}

/*amazonログイン時の表示調整（会員規約リンク）*/
#fs_form .fs-c-checkbox__labelText a {
    text-decoration: underline;
}

/*amazonログイン時の表示調整（会員規約位置調整）*/
#fs_form .fs-c-agreementConfirmation:first-child {
    margin: -5px 0 20px;
    text-align: center;
}
/*amazonログイン時の表示調整（メルマガ購読の下の余白）*/
#fs_form .fs-c-agreementConfirmation:nth-last-child {
    text-align: center;
}


/*メルマガ配信停止ボタン変更*/
#fs_NewsletterUnsubscribe span.fs-c-button__label {
font-size:0px;
}
#fs_NewsletterUnsubscribe span.fs-c-button__label:after{
font-size:18px;
content:'配信停止';
}

/*スライドバナー読み込み時の表示崩れ防止*/
/*.slide_bnr{
  display: none;
}
.slide_bnr.slick-initialized{
  display: block;
}
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}
.slide_envnt{
  display: none;
}
.slide_envnt.slick-initialized{
  display: block;
}
.fs-pt-carousel__slide{
  display: none;
  margin: 0!important;
}
.fs-pt-carousel__slide.slick-initialized{
  display: block;
}
.future_slider .fs-pt-carousel{
  display: none;
}
.future_slider .fs-pt-carousel .slick-initialized{
  display: block;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__carousel {
  display: none;
}
#fs_ProductDetails .fs-c-productCarouselMainImage__carousel.slick-initialized {
  display: block;
}*/


/* イベント用スライドバナー */
.event_bnr_area {
	width: 100%;
	overflow: hidden;
}
.event_bnr {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}
.event_bnr ul.slide_bnr li {
	margin: 0;
}
.event_bnr ul.slide_bnr li img {
	width: 100%;
	height: auto;
}
/*.event_bnr ul.slide_bnr .slick-prev,
.event_bnr ul.slide_bnr .slick-next {
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}*/

/* bnr_area sp*/
#ourfubric .bnr_area {
	margin: 60px auto 50px auto;
    width: 100%;
}
#ourfubric .bnr_area ul.bnr li {
    width: 95%;
    padding: 0 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#ourfubric .bnr_area ul.bnr li img {
    width: auto;
	max-width: 100%;
    height: auto;
}

/* envntbnr_slide sp*/
#contents .carousel_campaignbnr{
	margin: 0 auto 50px;
	width: 100%;
}


#contents .pickup .season ul,
#contents .contents_area .cat ul,
#contents.fullsize .cat ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0 20px;
}
#contents .pickup .season ul li {
	width: 48%;
	margin: 0 0 15px 0;
	line-height: 150%;
}
#contents .contents_area .cat ul li,
#contents.fullsize .cat ul li {
	width: 30%;
	margin: 0 0 15px 0;
	line-height: 150%;
}
#contents .pickup .season ul li img,
#contents .contents_area .cat ul li img,
#contents.fullsize .cat ul li img {
	width: 100%;
	height: auto;
}

/* 麻リネン相互リンク */
#recommend.topics {
    margin: 0 0 80px 0;
    padding: 0;
}
#recommend.topics h3 {
    padding-bottom: 15px;
    text-align: center;
    margin: 0 0 30px 0;
    font-family: 'Quasimoda', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 2px;
}
#recommend.topics h3 small {
    display: block;
    font-size: 14px;
    line-height: 150%;
}
#recommend.topics ul.mini {
    margin: 0 20px 30px 20px;
}
#recommend.topics ul.mini li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    align-items: flex-start;
}
#recommend.topics ul.mini li img {
    width: 40%;
    height: auto;
}
#recommend.topics ul.mini li div {
    width: 55%;
    font-size: 13px;
    line-height: 140%;
}
#recommend.topics ul.mini li div h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

/* topics_slide_area */
.topics_slide_area {
    overflow: hidden;
}


</pre></body></html>