/* 外部スタイルシート読み込み
==============================================================*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/css/modaal.min.css");

/* 全体設定
==============================================================*/

a:link,a:visited {
	color: #000000;
	text-decoration:underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}


/* ヘッダーの設定
==============================================================*/
#header {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#header .logo {
	width: 1040px;
	height: 100px;
	margin: 0 auto;
}

#header .logo a {
	text-decoration: none;
	color: #3B3630;
	font-size: 14px;
	font-weight: bold;
}

#header .logo .contents {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding-top: 20px;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #3B3630;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;

}

/* --- 店舗ロゴ --- */
#header .logo .contents .col01 {
	flex-basis: 230px;
}

/* --- 検索窓 --- */
#header .logo .contents .col02 {
	flex-basis: 270px;
	position: relative;
	border: 1px solid #7F623C;
	border-radius: 24px;
	padding: 5px 10px;
	width: 270px;
	height: 40px;
	line-height: 26px;
}


#header .logo .contents .col02 input[type="text"]{
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	letter-spacing: 0;
}


#header .logo .contents .col02 input[type="image"]{
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 5px;
	width: 27px;
	height: 27px;
}

/* --- ログイン・カート・お問い合わせアイコン --- */
#header .logo .contents .col03 {
	flex-basis: 75px;
	text-align: center;
	width: 75px;
	height: 50px;
	border-right: 1px solid #707070;
}

#header .logo .contents .col03 a {
	display: inline-block;
	text-align: center;
	width: 100%;
}

#header .logo .contents .col03 img {
	margin-top: 5px;
}

#header .logo .contents .col03 span {
	font-size: 12px;
	font-weight: bold;
	color: #3B3630;
	letter-spacing: 0;
}

#header .logo .contents .col03_l {
	margin-left: 20px;
}

#header .logo .contents .col03_r {
	margin-right: 10px;
	border-right: none;
}

#header .logo .contents .col03_r img {
	margin-top: 8px;
}

/* --- 電話番号 --- */
#header .logo .contents .col04 {
	flex-basis: 210px;
	text-align: center;
	line-height: 1.3;
}

#header .logo .contents .col04 img {
	width: 24px;
	height: 24px;
}

#header .logo .contents .col04 .tel {
	font-size: 28px;
	color: #3B3630;
	letter-spacing: 0;
	font-family:"Yu Mincho", YuMincho, serif;
}

#header .logo .contents .col04 .hour {
	font-size: 13px;
	font-weight: bold;
	color: #3B3630;
	letter-spacing: 0;
	padding-left: 5px;
}


/* --- メガメニュー --- */
#header .hdnav {
	height: 50px;
	min-width: 1040px;
	background-color: #EAE4DE;
}

#header .hdnav a {
	text-decoration: none;
}

#header .hdnav .contents {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	padding-top: 7px;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #3B3630;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
}

#header .hdnav .contents .contents_ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	padding: 0;
	margin-top: 0;
}

#header .hdnav .contents .contents_ul .contents_ul_li {
	list-style: none;
	height: 43px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	padding: 10px 20px 0;
}

#header .hdnav .contents .contents_ul .mega {
	padding: 7px 40px 0 20px;
}

#header .hdnav .contents .contents_ul .contents_ul_li .txtl {
	font-weight: bold;
	font-size: 15px;
	color: #3B3630;
	letter-spacing: 0;
}

#header .hdnav .contents .contents_ul .contents_ul_li .txts {
	font-weight: bold;
	font-size: 12px;
	color: #3B3630;
	letter-spacing: 0;
	padding: 0;
}

#header .hdnav .contents .contents_ul .contents_ul_li .arrow{
	position: relative;
}

#header .hdnav .contents .contents_ul .contents_ul_li .arrow::after {
	content: "";
	margin: auto;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0;
	right: -20px;
	border-right: 2px solid #3B3630;
	border-bottom: 2px solid #3B3630;
	transform: rotate(45deg);
}

#header .hdnav .contents .contents_ul .contents_ul_li:hover {
	background: #ffffff;
}

#header .hdnav .contents .contents_ul .contents_ul_li:hover .megamenu {
	opacity: 1;
	max-height: 9999px;
	padding: 30px 0 0 0;
}

#header .hdnav .contents .megamenu {
	background-color: #ffffff;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	transition: all .2s ease-in;
	z-index: 999;
}

#header .hdnav .contents .megamenu a:hover {
  color: #000000;
  text-decoration: underline;
}

#header .hdnav .contents .megamenu_ul {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
}

#header .hdnav .contents .megamenu_ul li {
	list-style: none;
	width: calc((100% / 6));
	margin-bottom: 30px;
	text-align: left;
	padding-right: 5px;
}

#header .hdnav .contents .megamenu_ul img {
	width: 42px;
	height: 42px;
	vertical-align: middle;
	margin-right: 10px;
}

#header .hdnav .contents .megamenu_ul span {
	font-weight: bold;
	font-size: 13px;
	color: #3B3630;
	letter-spacing: -1px;
}

#header .hdnav .contents .megamenu_item {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
}

#header .hdnav .contents .megamenu_item .category_column {
	list-style: none;
	width: calc((100% / 5));
	margin-bottom: 30px;
	text-align: left;
	padding-right: 5px;
}

#header .hdnav .contents .megamenu_item .category_column .category_main {
	position: relative;
	margin: 20px 30px 0 10px;
	padding-bottom: 10px;
}

#header .hdnav .contents .megamenu_item .category_column .category_main::after {
	content:"";
	background-image: linear-gradient(to right, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#header .hdnav .contents .megamenu_item .category_column .category_main .arrow_right{
	position: relative;
}

#header .hdnav .contents .megamenu_item .category_column .category_main .arrow_right::after {
	content: "";
	margin: auto;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 3px;
	right: -20px;
	border-top: 2px solid #3B3630;
	border-right: 2px solid #3B3630;
	transform: rotate(45deg);
}

#header .hdnav .contents .megamenu_item .category_column .category_main img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}

#header .hdnav .contents .megamenu_item .category_column .category_main span {
	font-weight: bold;
	font-size: 15px;
	color: #3B3630;
	letter-spacing: -1px;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub {
	margin-top: 10px;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub li {
	list-style: none;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub .catelast {
	font-weight: bold;
	font-size: 12px;
	color: #009999;
	letter-spacing: -1px;
	text-align: right;
	padding-right: 20px;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub .catemore {
	color: #009999;
}


a:link,a:visited {
	color: #000000;
	text-decoration:underline;
}


#header .hdnav .contents .megamenu_item .category_column .category_sub .txt {
	font-weight: bold;
	font-size: 13px;
	color: #3B3630;
	letter-spacing: -1px;
	position: relative;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub .txt::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #3B3630;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub .txt::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #ffffff;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub .recommend {
	font-weight: bold;
	font-size: 11px;
	color: #FF4141;
	letter-spacing: -1px;
/*
	border: solid 2px #FF4141;
*/
	border: double 4px #FF4141;
}

/*
#header .hdnav .contents .megamenu_item .category_column .category_sub span {
	font-weight: bold;
	font-size: 13px;
	color: #3B3630;
	letter-spacing: -1px;
	position: relative;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub span::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #3B3630;
}

#header .hdnav .contents .megamenu_item .category_column .category_sub span::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #ffffff;
}
*/

/* --- スライダー --- */
#header .hdslider {
	margin-top: 20px;
	margin-bottom: 50px;
}

#header .hdslider .contents {
	max-width: 100%;
	margin: 0 auto;
}

#header .hdslider .contents .slider {
	margin: 0 auto;
}

#header .hdslider .contents .slider .slick-list {
}

#header .hdslider .contents .slider .slick-slide {
	margin: 0 10px;
}

/* サイドメニューの設定
==============================================================*/

#sidemenu {
	width: 210px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#sidemenu a {
	text-decoration: none;
	color: #3B3630;
	font-size: 14px;
	font-weight: bold;
}

#sidemenu .contents {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

/* --- バナー --- */
#sidemenu .contents .sidemenu_bnr {
	margin-top: 10px;
}

#sidemenu .contents .sidemenu_bnr img {
	border-radius: 5px;
}

/* --- 三角矢印ボタン --- */
#sidemenu .contents .sidemenu_btn_order {
	width: 220px;
	height: 34px;
	margin-top: 10px;
	border-radius: 5px;
	padding-top: 5px;
}

#sidemenu .contents .round_arrow {
	position: relative;
	padding-left: 30px;
	color: #ffffff;
	font-size: 13px;
	letter-spacing: -0.1em;
}

#sidemenu .contents .round_arrow::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ffffff;
}

#sidemenu .contents .round_arrow::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

#sidemenu .contents .tableorder {
	background: #7F623C;
}

#sidemenu .contents .tableorder_arrow::after {
	border-left: 5px solid #7F623C;
}

#sidemenu .contents .sideorder {
	background: #3B3630;
}

#sidemenu .contents .sideorder_arrow::after {
	border-left: 5px solid #3B3630;
}

/* --- メニュー --- */
#sidemenu .contents .search {
	
}

#sidemenu .contents .search ul {
	padding: 0;
	margin-top: 30px;
}

#sidemenu .contents .search ul li {
	list-style: none;
	line-height: 50px;
	position: relative;
	width: 220px;
}

#sidemenu .contents .search ul li::before {
	content:"";
	background-image: linear-gradient(to right, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#sidemenu .contents .search ul li:first-child::before {
	background: none;
}

#sidemenu .contents .search ul li:last-child::before {
	background: none;
}

#sidemenu .contents .search .title {
	height: 46px;
	background: #EAE4DE;
	font-weight: bold;
	font-size: 16px;
	color: #3B3630;
	letter-spacing: 0;
	text-align: center;
	border: none;
}

#sidemenu .contents .search ul img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin: 0 30px 0 15px;
}

#sidemenu .contents .search ul span {
	letter-spacing: -0.1em;
}

#sidemenu .contents .faq {
	width: 220px;
	height: 55px;
	margin-top: 15px;
	border-radius: 8px;
	padding-top: 15px;
	background: #ffffff;
	border: solid 2px #707070;
}

#sidemenu .contents .faq_arrow {
	color: #3B3630;
}

#sidemenu .contents .faq_arrow::before {
	background: #403B35;
}

#sidemenu .contents .faq_arrow::after {
	border-left: 5px solid #ffffff;
}


/* トップページの設定
==============================================================*/

#toppage {
	width: 788px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #3B3630;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
}

#toppage a {
	text-decoration: none;
	color: #3B3630;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* --- おすすめ特集 --- */
#toppage .featured {
}

#toppage .featured .title {
	font-size: 22px;
	position: relative;
	border-bottom: solid 2px #EAE4DE;
	margin-top: 54px;
	font-family:"Yu Mincho", YuMincho, serif;
}

#toppage .featured .title::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 2px #3B3630;
	bottom: -2px;
	width: 71px;
}

#toppage .featured .contents {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

#toppage .featured .contents_item {
	margin-top: 17px;
}

#toppage .featured .contents_item img {
	width: 380px;
}

#toppage .featured .contents_item span {
	font-weight: normal;
}

/* --- オリジナルブランド --- */
#toppage .original {
	width: 100%;
	height: 690px;
	margin-top: 80px;
	background: #EAE4DE;
}

#toppage .original .title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: #3B3630;
	margin: 0;
	font-family:"Yu Mincho", YuMincho, serif;
}

#toppage .original .list {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	height: 630px;
}

#toppage .original .list .item {
	width: 50%;
	height: 100%;
	padding: 0 33px;
}

#toppage .original .list .left {
	position: relative;
}

#toppage .original .list .left::after {
	content:"";
	background-image: linear-gradient(to bottom, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 1px 4px;
	background-repeat: repeat-y;
	background-position: right top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#toppage .original .list .item .seriesname {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #7F623C;
	letter-spacing: 0;
	margin-top: 40px;
}

#toppage .original .list .item .comment {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 20px;
}

#toppage .original .list .item>img {
	margin-top: 20px;
	border: 5px solid #ffffff;
}

#toppage .original .list .item .point {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.1em;
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	padding-right: 20px;
	position: relative;
	background: #F5FF00;
}

#toppage .original .list .item td {
	vertical-align: top;
}

#toppage .original .list .item .point::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #F5FF00;
}

#toppage .original .list .item li {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	letter-spacing: 0;
}

#toppage .original .list .item .tbl td {
	width: 33%;
}

#toppage .original .list .item .tbl a {
	letter-spacing: 0;
}


/* --- 新商品 --- */
#toppage .newitem {
	margin: 100px 0 30px;
}

#toppage .newitem .title {
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.15em;
	font-family:"Yu Mincho", YuMincho, serif;
}

#toppage .newitem .title::after {
	content: "";
	display: block;
	border-bottom: 1px solid #3B3630;
	width: 13px;
	margin: 0 auto;
}

/* --- こだわり --- */
#toppage .kodawari {
	width: 100%;
	padding: 90px 40px 50px;
	margin-top: 90px;
	position: relative;
}

#toppage .kodawari::before {
	content:"";
	background-image: linear-gradient(to right, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#toppage .kodawari .title {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 40px;
}

#toppage .kodawari .text {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
}

#toppage .kodawari>img {
	float: right;
	margin-left: 30px;
}

#toppage .kodawari .readmore {
	clear: both;
	padding-top: 95px;
	margin: 0 auto;
	text-align: center;
}

/* --- ショールーム --- */
#toppage .showroom {
	width: 100%;
	padding-top: 90px;
	margin-top: 50px;
	position: relative;
}

#toppage .showroom::before {
	content:"";
	background-image: linear-gradient(to right, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#toppage .showroom .title {
	font-size: 22px;
	margin-bottom: 32px;
	text-align: center;
	position: relative;
	font-family:"Yu Mincho", YuMincho, serif;
}

#toppage .showroom .title::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -32px;
	width: 1px;
	height: 32px;
	margin: 0 auto;
	background: #707070;
	
}

#toppage .showroom img {
}

#toppage .showroom .contents {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 8px;
}

#toppage .showroom .contents img {
	margin-top: 7px;
}

#toppage .showroom .text {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
}

#toppage .showroom .text_address {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 14px;
}


/* フッターの設定
==============================================================*/

/* --- fsスタイルの初期化 --- */
.fs-l-footer {
	border-top: none;
	background-color: #FFFFFF;
}

#footer {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #3B3630;
	text-align: justify;
	text-justify: inter-ideograph;
	box-sizing: border-box;
}

#footer a {
	text-decoration: none;
	color: #3B3630;
	font-size: 14px;
	font-weight: bold;
}


/* --- お問い合わせ --- */
#footer .contact {
	height: 632px;
	background-color: #EAE4DE;
}

#footer .contact .title {
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.15em;
	padding-top: 60px;
	font-family:"Yu Mincho", YuMincho, serif;
}

#footer .contact .title::after {
	content: "";
	border-bottom: 1px solid #3B3630;
	width: 13px;
	display: block;
	margin: 0 auto;
}

#footer .contact .contents {
	width: 850px;
	height: 261px;
	background-color: #FFFFFF;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	text-align: center;
	margin: 24px auto 0;
}

#footer .contact .contents .tel {
	width: 425px;
	text-align: center;
	margin: 30px auto;
	position: relative;
}

#footer .contact .contents .tel::before {
	content:"";
	background-image: linear-gradient(to bottom, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 1px 4px;
	background-repeat: repeat-y;
	background-position: right top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer .contact .contents .subtitle {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
}

#footer .contact .contents .tel .phonenum {
	font-family: "YuMincho","Yu Mincho",serif;
	font-size: 31px;
	padding-top: 20px;
}

#footer .contact .contents .tel .phonenum img {
	margin-right: 10px;
	vertical-align: middle;
}

#footer .contact .contents .tel .phonenum span {
	vertical-align: middle;
}

#footer .contact .contents .tel .uketuke {
	font-size: 15px;
	letter-spacing: 0;
	text-align: center;
}

#footer .contact .contents .tel .faq {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #3B3630;
	background-color: #FFFFFF;
	width: 290px;
	height: 44px;
	text-align: center;
	border: solid 1px #707070;
	border-radius: 26px;
	margin-top: 20px;
	line-height: 44px;
	margin: 0 auto;
	position: relative;
}

#footer .contact .contents .tel .faq::before {
	content: "";
	margin: auto;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 18px;
	right: 20px;
	border-top: 1px solid #707070;
	transform: rotate(45deg);
}

#footer .contact .contents .tel .faq::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 22px;
	right: 18px;
	width: 21px;
	height: 1px;
	background: #707070;
}

#footer .contact .contents .tel .faq:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


#footer .contact .contents .formline {
	width: 425px;
	margin: 30px auto;
}

#footer .contact .contents .formline .form {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
	background-color: #7F623C;
	width: 290px;
	height: 44px;
	text-align: center;
	border-radius: 26px;
	margin-top: 20px;
	line-height: 44px;
	margin: 0 auto;
	margin-top: 36px;
	position: relative;
}

#footer .contact .contents .formline .form::before {
	content: "";
	margin: auto;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 18px;
	right: 20px;
	border-top: 1px solid #FFFFFF;
	transform: rotate(45deg);
}

#footer .contact .contents .formline .form::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 22px;
	right: 18px;
	width: 21px;
	height: 1px;
	background: #FFFFFF;
}

#footer .contact .contents .formline .form:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#footer .contact .contents .formline .line {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
	background-color: #00B900;
	width: 290px;
	height: 44px;
	text-align: center;
	border-radius: 26px;
	margin-top: 20px;
	line-height: 44px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}

#footer .contact .contents .formline .line::before {
	content: "";
	margin: auto;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 18px;
	right: 20px;
	border-top: 1px solid #FFFFFF;
	transform: rotate(45deg);
}

#footer .contact .contents .formline .line::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 22px;
	right: 18px;
	width: 21px;
	height: 1px;
	background: #FFFFFF;
}

#footer .contact .contents .formline .line:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#footer .contact .contents2 {
	width: 850px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	text-align: center;
	margin: 24px auto 0;
}

#footer .contact .contents2 .order {
	width: 425px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#footer .contact .contents2 .order::before {
	content:"";
	background-image: linear-gradient(to bottom, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 1px 4px;
	background-repeat: repeat-y;
	background-position: right top;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer .contact .contents2 table {
	margin: 0 auto;
	width: 300px;
}

#footer .contact .contents2 .td_img {
	width: 60px;
}

#footer .contact .contents2 .subtitle {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0;
}

#footer .contact .contents2 .subtitle span {
	color: #FF4141;
}

#footer .contact .contents2 .text {
	font-size: 14px;
	letter-spacing: 0;
}

#footer .contact .contents2 .btn_order {
	width: 335px;
	height: 52ps;
	line-height: 52px;
	font-size: 14px;
	background: #FFFFFF;
	border: solid 1px #707070;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#footer .contact .contents2 .btn_order::before {
	content: "";
	margin: auto;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 21px;
	right: 20px;
	border-top: 1px solid #707070;
	transform: rotate(45deg);
}

#footer .contact .contents2 .btn_order::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 25px;
	right: 18px;
	width: 21px;
	height: 1px;
	background: #707070;
}

#footer .contact .contents2 .setti {
	width: 425px;
	text-align: center;
	margin: 0 auto;
}

/* --- お支払い方法 --- */
.footer_payment {
	height: 442px;
	background-color: #FFFFFF;
	text-align: center;
}

/* --- 商品検索 --- */
#footer .search {
	height: 973px;
	background-color: #EAE4DE;
	padding: 40px 0 120px;
}

#footer .search .contents {
	width: 850px;
	margin: 0 auto;
}

#footer .search .contents p {
	color: #3B3630;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
	border-bottom: solid 2px #707070;
}

#footer .search .contents a:hover {
  color: #000000;
  text-decoration: underline;
}

#footer .search .contents .searchbox {
	position: relative;
	border: 1px solid #7F623C;
	border-radius: 24px;
	padding: 5px 10px;
	width: 359px;
	height: 40px;
	line-height: 26px;
	background: #FFFFFF;
}

#footer .search .contents .searchbox input[type="text"]{
	border: none;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #626262;
	letter-spacing: 0;
}

#footer .search .contents .searchbox input[type="image"]{
	cursor: pointer;
	position: absolute;
	right: 7px;
	top: 5px;
	width: 27px;
	height: 27px;
}

/*
#footer .search .contents .category {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
}

#footer .search .contents .category li {
	list-style: none;
	width: calc((100% / 4));
	margin-bottom: 30px;
}

#footer .search .contents .category li img {
	width: 42px;
	height: 42px;
	vertical-align: middle;
	margin-right: 10px;
}

#footer .search .contents .category li span {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #3B3630;
	letter-spacing: 0;
}

#footer .search .contents .category2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0;
}

#footer .search .contents .category2_item {
	width: calc((100% / 2) - 28px);
}

#footer .search .contents .category2_item li {
	list-style: none;
	width: calc((100% / 2));
	margin-bottom: 30px;
}
*/





#footer .search .contents .category {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
}

#footer .search .contents .category .category_column {
	list-style: none;
	width: calc((100% / 5));
	margin-bottom: 30px;
	text-align: left;
	padding-right: 5px;
}

#footer .search .contents .category .category_column .category_main {
	position: relative;
	margin: 20px 30px 0 10px;
	padding-bottom: 10px;
}

#footer .search .contents .category .category_column .category_main::after {
	content:"";
	background-image: linear-gradient(to right, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#footer .search .contents .category .category_column .category_main .arrow_right{
	position: relative;
}

#footer .search .contents .category .category_column .category_main .arrow_right::after {
	content: "";
	margin: auto;
	position: absolute;
	width: 8px;
	height: 8px;
	top: 3px;
	right: -20px;
	border-top: 2px solid #3B3630;
	border-right: 2px solid #3B3630;
	transform: rotate(45deg);
}

#footer .search .contents .category .category_column .category_main img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}

#footer .search .contents .category .category_column .category_main span {
	font-weight: bold;
	font-size: 14px;
	color: #3B3630;
	letter-spacing: -1px;
}

#footer .search .contents .category .category_column .category_sub {
	margin-top: 10px;
}

#footer .search .contents .category .category_column .category_sub li {
	list-style: none;
}

#footer .search .contents .category .category_column .category_sub span {
	font-weight: bold;
	font-size: 12px;
	color: #3B3630;
	letter-spacing: -1px;
	position: relative;
}

#footer .search .contents .category .category_column .category_sub span::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #3B3630;
}

#footer .search .contents .category .category_column .category_sub span::after {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #ffffff;
}






/* --- フッターナビゲーション --- */
#footer .navi {
	height: 370px;
	background-color: #FFFFFF;
}

#footer .navi .contents {
	width: 850px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 80px 0 0;
}

#footer .navi .contents p {
	color: #3B3630;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
}

#footer .navi .contents .menu {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 460px;
}

#footer .navi .contents .menu li {
	list-style: none;
	width: calc((100% / 2) - 10px);
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
	color: #3B3630;
	letter-spacing: 0;
	line-height: 43px;
	position: relative;
}

#footer .navi .contents .menu li::before {
	content:"";
	background-image: linear-gradient(to right, #3B3630, #3B3630 2px, transparent 2px, transparent 4px);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
}

#footer .navi .contents .menu .bordernone::before {
	background: none;
}

/* --- コピーライト --- */
#footer .copyright {
	height: 105px;
	background-color: #EFEFEF;
}

#footer .copyright .sns {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	height: 76px;
	padding-top: 10px;
}

#footer .copyright .sns .item {
	width: 40px;
}

#footer .copyright p {
	text-align: center;
}


/* fsスタイルの編集
==============================================================*/

.fs-l-header {
  padding-top: 0;
}

.fs-l-main {
  justify-content: center;
}

.fs-p-drawer {
  padding: 0 30px 0 0;
}

h2.title{color:#000000;font-size:19px;font-weight:bold;margin: 10px 0 0 5px}
p.detail{color:#333333;font-size:16px;font-family:serif;line-height:1.7em;width: 600px}

.fs-c-button--primary {
    background: #2da525;
    border: 1px solid #f7f7f7;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    line-height: inherit;
    letter-spacing: 0.2rem;
    text-decoration: none;
    text-align: center;
    padding: 1em 1.6em 1em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 300px;
}

.fs-c-productName__name {font-size: 14px;color: #333;}
.fs-c-button--carousel {font-size: 2.4rem;}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before,.slick-list .fs-c-productListItem__prices.fs-c-productPrices{display: none}
.fs-c-slick .slick-slide img {display: block;height: 160px;object-fit: cover;}
.fs-c-productListCarousel__list__item {max-width: 200px;margin: 0 10px;}
.number{counter-reset: number;}
.number article::before {
    counter-increment: number;
    content: counter(number);
    padding-right: 5px;
    font-family: "YuMincho","Yu Mincho",serif;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 8px;
    padding-left: 8px;
    z-index: 1;
}
.mark .fs-c-productListItem__imageContainer{position: relative;}
.mark .fs-c-productListItem__imageContainer::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #CA9D36 transparent transparent transparent;
}
.toppage .contents h1 {
	flex-basis: 100%;
	font-family: "YuMincho","Yu Mincho",serif;
	color: #3B3630;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.15em;
}
.toppage .contents h1::after,.featured h1::after,#footer h1::after{content: "";display: block;border-bottom: 1px solid #000;width: 13px;padding-bottom: 15px;margin: 0 auto 5px;}

.fs-c-productImageModal .fs-c-slick .slick-slide img {
    height: auto;
}

.fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary {
    background: #de3850;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-decoration: none;
    text-align: center;
    padding: 1.5em 1.6em 1em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 200px;
    min-height: 80px;
}

.fs-c-buttonContainer--loginAndPurchase .fs-c-button--primary .fs-c-button__label::after {
    content: "住所入力不要！\Aポイントも付きます！";
    white-space: pre;
    display: block;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: normal;
    margin-top: 10px;
}

.fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--secondary {
    background: #2da525;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    line-height: inherit;
    letter-spacing: 0.2rem;
    text-decoration: none;
    text-align: center;
    padding: 1.5em 1em 1em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 200px;
    min-height: 80px;
}

.fs-c-buttonContainer--unregisteredUserPurchase .fs-c-button--secondary .fs-c-button__label::after {
    content: "こちらから会員登録できます。\A会員登録すると1,000pt！\Aもちろん未会員でも購入可！";
    white-space: pre;
    display: block;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: normal;
    margin-top: 10px;
}

.fs-c-buttonContainer--purchaseHere .fs-c-button--primary {
    background: #de3850;
    border: 1px solid #f7f7f7;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-decoration: none;
    text-align: center;
    padding: 1.5em 1.6em 1em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 200px;
    min-height: 80px;
}

.fs-c-buttonContainer--purchaseHere .fs-c-button--primary .fs-c-button__label::after {
    content: "住所入力不要！\Aポイントも付きます！";
    white-space: pre;
    display: block;
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: normal;
    margin-top: 10px;
}

.original_comment01 {
	max-width: 700px;
}

.original_comment01 h2 {
	font-size: 20px;
	font-weight: bold;
}

.original_comment01 h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

.original_comment01 .dakara {
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}

.original_comment01 .attention {
	font-size: 16px;
	color: #FF4141;
	font-weight: bold;
}

.original_comment01 li {
	font-size: 16px;
	color: #660033;
	font-weight: bold;
}

.original_comment01 .sizetable {
	width: 100%;
	border-collapse: collapse;
}

.original_comment01 .sizetable .size {
	background-color: #7F623C;
	color: #FFFFFF;
}

.original_comment01 .sizetable th {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 1px #3B3630;
	background-color: #7F623C;
}

.original_comment01 .sizetable td {
	text-align: center;
	border: solid 1px #7F623C;
	color: #3B3630;
}

.original_comment01 .sizetable td a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	color: #3B3630;
}

.original_comment01 .sizetable td a:hover {
	background: #fcfcaa;
}

.original_comment01 .sizetable .price {
	color: #FF4141;
}

.original_comment01 .sizetable .price::before {
	content: "\0a5";
}

.fs-p-productDescription .attention {
	font-size: 16px;
	color: #FF4141;
	font-weight: bold;
}




<!-- add by mina -->

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area section {
  border: 1px solid #ccc;
  margin-top: 10px;
}

/*アコーディオンタイトル*/
.accordion_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 50px 3%;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.accordion_title::before,
.accordion_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.accordion_title::before{
    left: 50%;
    bottom: 15px;
    transform: translateX(-30%) rotate(45deg);
}
.accordion_title::after{
    left: 50%;
    bottom: 15px;
    transform: translateX(30%)  rotate(-45deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion_title.close::before{
 transform: translateX(-30%) rotate(-45deg);
}

.accordion_title.close::after{
  transform: translateX(30%) rotate(45deg);
}

/*アコーディオンで現れるエリア*/
.accordion_box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}

/*　生地見本ポップアップ用*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://okawa.itembox.design/item/images/items/js/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://okawa.itembox.design/item/images/items/js/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://okawa.itembox.design/item/images/items/js/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://okawa.itembox.design/item/images/items/js/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*　AIレコメンド見出し非表示 20230530koga*/
.fs-p-heading--lv2 {
    display: none;
  }


/*　独自コメント4(ハッシュタグ機能)追加 20230718koga*/
.hushtug ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	width: 100%;
	margin-top: 10px;
}

.hushtug ul li {
	display: inline-block;
	border: 1px solid #aba7a2;
	padding: 5px 10px;
	margin: 5px;
}


.hushtug ul li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.hushtug a {
	text-decoration: none;
}

.hushtug a:hover {
	text-decoration: none;
}

.hushtug .itemtext {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	color: #3B3630;
	font-size: 13px;
	font-weight: bold;
}

.hushtug p {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	color: #3B3630;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

/* Line問い合わせ(SP)追加 20230830 koga*/
.float_line {
	position: fixed;
	left: 15px;
	bottom: 75px;
	border: none;
}

.hide-area{
	display: none;
}

.btn_line {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
	background-color: #00B900;
	width: 350px;
	height: 40px;
	text-align: center;
	border-radius: 20px;
	margin-top: 10px;
	display:inline-block
}

.btn_mail {
	background-color: #3AABD2;
	margin-top: 40px;
}

.modaal-container {
	max-width: 600px;
}

.hide-area li{
	list-style: none;
	text-align: left;
}

.hide-area li:before{
    content: "※";
}

/* カート入れ数表示 20231003 koga*/
#header .logo .contents .cart {
	position: relative;
}

/* 絞り込み検索追加 20240209 koga*/
.refinedSearch {
  border-bottom: 1px solid #999999;
  display: grid;
  grid-template: auto 1fr/1fr auto 1fr;
  padding: 8px;
  margin-bottom: 20px;
}
.refinedSearch_openSwitch {
  cursor: pointer;
  background: rgba(126, 126, 126, 0.08);
  line-height: 2;
  padding: 0 8px;
}
.refinedSearch_btnClose {
  display: none;
}
.refinedSearch_search {
  overflow: auto;
  max-height: 90vh;
  grid-row: 2;
  grid-column: 1/4;
  transition-property: max-height;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  -webkit-overflow-scrolling: touch;
}
.refinedSearch_form {
  background: rgba(126, 126, 126, 0.08);
  padding: 32px;
/*
  transform: translateY(-100%);
*/
  transform: translateY(0);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.refinedSearch :checked + .refinedSearch_openSwitch .refinedSearch_btnClose {
  display: block;
}
.refinedSearch :checked + .refinedSearch_openSwitch .refinedSearch_btnOpen {
  display: none;
}
.refinedSearch :checked ~ .refinedSearch_search {
  max-height: 90vh;
}
.refinedSearch :checked ~ .refinedSearch_search .refinedSearch_form {
  transform: translateY(0);
}
.refinedSearch_field {
    display: grid;
    grid-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: calc(50% - 8px*2) calc(50% - 8px*2);
}
.refinedSearch_field_item {
	margin-top: 20px;
}
.refinedSearch_field_item_label {
	font-weight: bold;
}
.refinedSearch_field_item_price {
	display: flex;
	justify-content: space-between;
	align-item: center;
}
.refinedSearch_field_item_sort {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px 16px
}
.fs-p-productSearch__searchButton {
  min-width: 8em;
  padding-left: calc(1.6em + 8px);
  position: relative;
}
.fs-p-productSearch__searchButton::before {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e932";
  font-size: 1.8rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  text-align: center;
  width: 1em;
  height: 1em;
}

/* コンテンツページ追加（商品機能紹介） 20240527 koga*/
.contentspage {
	padding: 10px;
}

.contentspage .gotoPagePre{
	vertical-align: middle;
	margin-right: 5px;
	width: 40px;
	height: 40px;
}

.contentspage .gotoPageTop{
	text-align: right;
	vertical-align: middle;
	margin-left: 5px;
	width: 40px;
	height: 40px;
}

.contentspage .link{
	text-decoration: underline;
}

.contentspage h2{
	background-color: #e6e6e6;
	font-weight: bold;
	font-size: 16px;
	color: #0071bc;
	line-height: 32px;
	padding-left: 8px;
}

.contentspage td{
	width: 50%;
}

.contentspage .functions {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-template-areas:
		"title  title"
		"img  text"
		"img  link"
		"description description";
	align-items: center;
	justify-content: space-between;
	background-color: #facd89;
	border-radius: 20px;
	padding: 10px 15px 20px;
	margin-bottom: 20px;
	width: 98%;
}

.contentspage .functions_title {
	grid-area: title;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 5px;
	margin: 5px 10px;
	text-align: center;
	font-weight: bold;
}

.contentspage .functions_img {
	grid-area: img;
	text-align: center;
}

.contentspage .functions_txt {
	grid-area: text;
	text-align: center;
	font-size: 12px;
	margin: 0;
}

.contentspage .functions_link {
	grid-area: link;
	text-align: center;
	font-size: 12px;
	min-height: 180px;
}

.contentspage .functions_recommend {
	max-height: 140px;
}

.contentspage .functions_description {
	grid-area: description;
	margin: 0;
	background-color: #ffffff;
	padding: 5px;
	min-height: 136px;
}

/* 404ページ改善 20240910 koga*/
.page404top {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
	background-color: #7F623C;
	width: 290px;
	height: 44px;
	text-align: center;
	border-radius: 26px;
	margin-top: 20px;
	line-height: 44px;
	margin: 0 auto;
	margin-top: 36px;
	position: relative;
}

.page404top::before {
	content: "";
	margin: auto;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 18px;
	right: 20px;
	border-top: 1px solid #FFFFFF;
	transform: rotate(45deg);
}

.page404top::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 22px;
	right: 18px;
	width: 21px;
	height: 1px;
	background: #FFFFFF;
}

.page404top:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.page404list {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
	background-color: #00B900;
	width: 290px;
	height: 44px;
	text-align: center;
	border-radius: 26px;
	margin-top: 20px;
	line-height: 44px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}

.page404list::before {
	content: "";
	margin: auto;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 18px;
	right: 20px;
	border-top: 1px solid #FFFFFF;
	transform: rotate(45deg);
}

.page404list::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 22px;
	right: 18px;
	width: 21px;
	height: 1px;
	background: #FFFFFF;
}

.page404list:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ランキング順位変更 20250404 koga */
.fr3-item {
	position: relative;
}

.fr3-item__rankContainer {
    position: absolute;
    z-index: 1;
}

.fr3-item__rank[data-item-rank="1"] {
    border-radius: initial !important;
    font-size: 0 !important;
    background-color: initial !important;
    background-image: url("https://okawa.itembox.design/item/images/toppage/ico_ranking_01.gif");
    background-repeat: no-repeat;
}

.fr3-item__rank[data-item-rank="2"] {
    border-radius: initial !important;
    font-size: 0 !important;
    background-color: initial !important;
    background-image: url("https://okawa.itembox.design/item/images/toppage/ico_ranking_02.gif");
    background-repeat: no-repeat;
}

.fr3-item__rank[data-item-rank="3"] {
    border-radius: initial !important;
    font-size: 0 !important;
    background-color: initial !important;
    background-image: url("https://okawa.itembox.design/item/images/toppage/ico_ranking_03.gif");
    background-repeat: no-repeat;
}

.fr3-item__link {
    margin-top: 20px;
}

@media screen and (min-width:600px) {
	.fr3-item__rank {
		width: 40px !important;
		height: 40px !important;
	}
}

/* オーダー商品コンテンツページ作成 20250423 koga */
.order-item-price {
	display: none;
}

.original-inquiry .fs-c-button--plain{
	background: #2da525;
	border: 1px solid #f7f7f7;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	line-height: inherit;
	letter-spacing: 0.2rem;
	text-decoration: none;
	text-align: center;
	padding: 1em 1.6em 1em;
	box-shadow: 0 0 2px #b2b2b2;
	min-width: 300px;
}

.display-none {
	display: none;
}

.order-case-comment h3{
	position: relative;
	padding: 1.5rem 2rem;
	border: 3px solid #d8d8d8;
	border-radius: 10px;
	background: #f9f9f9;
}

.order-case-comment h3:before{
	position: absolute;
	bottom: -14px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #d8d8d8 transparent transparent transparent;
}

.order-case-comment h3:after{
	position: absolute;
	bottom: -10px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #f9f9f9 transparent transparent transparent;
}

.btn-order-case-copy {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: .2em;
}

.btn-order-case-copy:before {
	margin-right: 1rem;
	content: '＼';
}

.btn-order-case-copy:after {
	margin-left: 1rem;
	content: '／';
}

.btn-order-case {
	color: #000;
	background-color: #fff100;
	border-bottom: 5px solid #ccc100;
	font-size: 1.8rem;
	padding: 1.7rem 1.7rem 1.7rem 1.7rem;
	border-radius: 100vh;
	width: 40%;
	text-decoration: none;
}

.btn-order-case:hover {
	color: #000;
	background: #fff20a;
	margin-top: 3px;
	border-bottom: 2px solid #ccc100;
}

.btn-order-case2 {
	color: #000;
	background-color: #ff6c00;
	border-bottom: 5px solid #cb5f0f;
	font-size: 1.8rem;
	padding: 1.7rem 1.7rem 1.7rem 1.7rem;
	border-radius: 100vh;
	width: 40%;
	text-decoration: none;
}

.btn-order-case2:hover {
	color: #000;
	background: #ff6c00;
	margin-top: 3px;
	border-bottom: 2px solid #cb5f0f;
}

.order-case-qa {
	padding: 20px 10px;
	max-width: 700px;
	margin: 0px 15px;
	text-align: right;
	font-size: 14px;
}

.order-case-question {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}

.order-case-question .faceicon {
	float: left;
	margin-right: -90px;
	width: 80px;
}

.order-case-question .faceicon img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.order-case-question .speechBubble {
	width: 100%;
	text-align: left;
}

.order-case-question .word {
	display: inline-block;
	position: relative; 
	margin: 5px 0 0 105px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #d7ebfe;
	max-width: 350px;
}

.order-case-question .word:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 18px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}

.order-case-question .word p {
	margin: 0;
	padding: 0;
}

.order-case-answer {
	margin: 10px 0;
}

.order-case-answer p {
	display: inline-block;
	position: relative; 
	margin: 0 10px 0 0;
	padding: 8px;
	max-width: 400px;
	border-radius: 12px;
	background: #fff0c6;
	font-size: 15px;
	text-align: left;
}

.order-case-answer p:after {
	content: "";
	position: absolute;
	top: 3px; 
	right: -19px;
	border: 8px solid transparent;
	border-left: 18px solid #fff0c6;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

/* レビュー対策 20250613 koga */
.fs-c-accountService__page--orderHistoryList .fs-c-string--label {
  font-size: 0;
}

.fs-c-accountService__page--orderHistoryList .fs-c-string--label::before {
  font-size: 1.2rem;
  content:"注文履歴＆\Aレビュー投稿";
  white-space: pre;
}

.btn_reviewWrite span {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #6bb6ff;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
}

.btn_reviewWrite span:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.fs-c-button--plain.fs-c-button--addReview--detail::before {
  content: "";
}

.fs-c-buttonContainer--addReview--detail a{
  text-decoration: none;
}

.fs-c-buttonContainer--addReview--detail a:hover {
  text-decoration: none;
}

.title-text {
	text-align: center;
	font-size: 2em;
	margin-bottom: 0;	
}

.title-comment {
	text-align: center;
	color: #b18f1f;
	font-size: 1.2em;
	margin-top: 0.2em;
}

.review-container {
	display: flex;
	flex-direction: column;
	gap:30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.review {
	display: flex;
	gap:20px;
	border: 1px solid #ddd;
	padding: 20px;
	border-radius:8px;
	background-color: #fff;
}

.review img {
	width: 140px;
	height: auto;
	object-fit: contain;
	border-radius: 6px;
}

.review-text {
	flex: 1;
}

.review-stars {
	color: #e2b007;
	font-size: 1.2em;
}

.review-title {
	font-weight: bold;
	font-size: 1.1em;
	margin: 8px 0 6px 0;
}

.review-comment {
	font-size: 0.95em;
	line-height: 1.6em;
}

.review-author {
	margin-top: 10px;
	text-align: right;
	font-size: 0.9em;
	color: #555;
}

/* デフォルト文字を大きく 20250708 koga */
body {
  font-size: 1.5rem;
}
