@charset "EUC-JP";

/* mozilla.org Base Styles
 * maintained by fantasai
 * (classes defined in the Markup Guide - http://mozilla.org/contribute/writing/markup )
 */

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

/* 共通 */
img{
	image-rendering: -webkit-optimize-contrast;
}

#gnavi .gnavi-box,
#fgnavi .gnavi-box {
	width:1000px;
	height:43px;
	margin:0 auto;
	padding:0;
	background-color:#9e9e9e;
	overflow:hidden;
}

#gnavi .gnavi-box ul,
#fgnavi .gnavi-box ul  {
	float:left;
	width:770px;
	height:43px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#gnavi .gnavi-box ul li,
#hgnavi .gnavi-box ul li,
#fgnavi .gnavi-box ul li {
	position:relative;
	display:inline-block;
	float:left:
	height:43px;
	margin:0;
	padding:0;
	background-color:#9e9e9e;
}

#gnavi .gnavi-box ul li.last-child,
#fgnavi .gnavi-box ul li.last-child {
	margin-left:8px;
}



/*--------------------------------------------
フリーページテンプレートスタイル　ここから
--------------------------------------------*/
#post_item{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size:15px;
	text-align: center;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
}

#post_item img{
	max-width: 100%;
	width:auto;
}

#post_item h1{
	margin: 18px auto 35px;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 160%;
}

#post_item h2{
	margin: 35px auto 18px;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 160%;
}

#post_item h3{
	margin: 30px auto 30px;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 160%;
}

#post_item .description{
	width: 540px;
	margin:30px auto 55px;
	text-align: left;
}

#post_item .contents{
	background: #f5f5f5;
	font-size: 14px;
	margin:40px auto 100px;
	text-align: left;
	padding:45px 100px;
	width: 100%;
}

#post_item ul{
	display: block;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width:920px;
	margin:auto;
}

#post_item ul::before{
	content:"";
	display: block;
	width:450px;
	order:1;
}
#post_item ul::after{
	content:"";
	display: block;
	width:450px;
}

#post_item ul li {
	display:block;
	margin:0 10px 60px 10px;
	text-align: left;
}

#post_item ul.col_1 li{
	width:760px;
}
#post_item ul.col_2 li{
	width:430px;
}

#post_item ul li img{
	max-width:760px;
}

#post_item .contents h3{
	margin:0 0 8px 0;
	letter-spacing: 0.1em;
	font-size: 16px;
}

#post_item ul li h3,
#post_item ul li span h3{
	margin:0 0 8px 0;
	letter-spacing: 0.1em;
	font-size: 20px;
}

#post_item ul li span{
	display: block;
	margin-top: 10px;
	background: #f5f5f5;
	padding:30px 40px 40px 40px;
	font-size:14px;
}


/*--------------------------------------------
フリーページテンプレートスタイル　ここまで
--------------------------------------------*/


/* お気に入りリスト　ここから */
#gnavi .gnavi-box, #fgnavi .gnavi-box{
  width:1030px;
}
#gnavi .gnavi-box ul, #fgnavi .gnavi-box ul{
  width:820px;
}
#gnavi .gnavi-box li.fav{
  position:rerative;
}
.badge_icon{
  position:absolute;
  right:-5px;
  top:1px;
  border-radius:40px;
  background:#CC0000;
  color:#FFF;
  width:14px;
  height:14px;
  text-align:center;
  z-index:10;
  line-height:16px;
  font-size:12px;
  padding:2px;
}



.fav-item,.fav-image{
	position: relative;
}
.tile-list .close{
	cursor: pointer;
	position: absolute;
	z-index: 10;
	top:-12px;
	right:-12px;
	width:7px;
	height:7px;
	border:5px solid #FFF;
	border-radius: 40px;
	padding:12px 14px 7px 5px;
	background:#555555;
}
.tile-list .close:before{
	content:"";
	display: block;
	position: absolute;
	width:16px;
	height:2px;
	background:#FFF;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index: 11;
}
.tile-list .close:after{
	content:"";
	display: block;
	position: absolute;
	width:16px;
	height:2px;
	background:#FFF;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	z-index: 12;
}

.soldout:before{
	content:"";
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(244,244,244,0.9) url("https://file001.shop-pro.jp/PA01018/434/cms/img/detail2017/t_stockout.png") 50% 50% no-repeat;
	background-size:72px 18px;
}

#favorite{
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 0 20px;
}

#favorite em{
	font-size: 13.2px;
	line-height: 1.6;
}

#favorite h2{
	margin: 0 auto 30px;
	font-size: 2.6em;
	letter-spacing: 0.3em;
}
#favorite h2 em{
	display: block;
}
#favorite h3{
	margin: 0 auto 15px;
	font-size: 1.8em;
	letter-spacing: 0.3em;
}

button.favorite-button {
  background:url("https://file001.shop-pro.jp/PA01018/434/cms/img/detail2017/btn_fav_on.gif") 0 0 no-repeat;
  width:350px;
  height:39px;
  padding:0;
  margin:12px 0 0 0;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
}
button.favorite-button.fav-items {
  background:url("https://file001.shop-pro.jp/PA01018/434/cms/img/detail2017/btn_fav_off.gif") 0 0 no-repeat;
}


button.favorite-button-list {
  background:url("https://file001.shop-pro.jp/PA01018/434/cms/img/detail2017/btn_fav_list_off.png") 0 0 no-repeat;
  background-size:45px 45px;
  width:45px;
  height:45px;
  padding:0;
  margin:12px 0 0 0;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
  display:inline-block;
  position:absolute;
  bottom:15px;
  left:11px;
}
button.favorite-button-list:hover,
button.favorite-button-list.fav-items {
  background:url("https://file001.shop-pro.jp/PA01018/434/cms/img/detail2017/btn_fav_list_on.png") 0 0 no-repeat;
  background-size:45px 45px;
}

/* お気に入りリスト　ここまで */


#gnavi .search-box,
#fgnavi .search-box {
	float:right;
	width:200px;
	height:35px;
	padding:8px 0 0;
	background-color:#9e9e9e;
}

#gnavi .search-box p,
#fgnavi .search-box p {
	padding:0;
	text-align:left;
}

#gnavi .search-box input.inputbox,
#fgnavi .search-box input.inputbox {
	float:left;
	width:175px;
	height:25px;
	border:none;
}

#gnavi .search-box input.searchBtn,
#fgnavi .search-box input.searchBtn {
	float:right;
	padding:3px;
	background-color:#fff;
}

#brand ul {
	display:block;
 	width:97px;
 	padding:0;
}

#brand li {
	display:relative;
	border-bottom:1px solid #e2d497;
}

#brand li a {
	display:block;
	text-align:center;
	padding:5px 7px;
	margin: 0 auto;
	transition-property: all;
	transition: 0.2s linear;
}

#brand li a.cart {
	width:83px;
	text-indent:-5000px;
	height:25px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/b_totop__off.png?160416) #f4edce no-repeat center;
}

#brand li a.cart:hover {
	width:83px;
	text-indent:-5000px;
	height:25px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/b_totop__on.png?160416) #fdfcf6 no-repeat center;
}

#brand li a.tabi {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_tabi_off.png?0413) #f4edce no-repeat center;
}

#brand li a.tabi:hover,
#brand li a.tabic {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_tabi_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.kiko {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_kiko_off.png?0413) #f4edce no-repeat center;
}

#brand li a.kiko:hover,
#brand li a.kikoc {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_kiko_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.keii {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_keii_off.png?0413) #f4edce no-repeat center;
}

#brand li a.keii:hover,
#brand li a.keiic {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_keii_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.ise {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_ise_off.png?0413) #f4edce no-repeat center;
}

#brand li a.ise:hover,
#brand li a.isec {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_ise_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.warabe {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_warabe_off.png?0413) #f4edce no-repeat center;
}

#brand li a.warabe:hover,
#brand li a.warabec {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_warabe_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.hotei {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_hotei_off.png?0413) #f4edce no-repeat center;
}

#brand li a.hotei:hover,
#brand li a.hoteic {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_hotei_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.shitsu {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_some_off.png?0413) #f4edce no-repeat center;
}

#brand li a.shitsu:hover,
#brand li a.shitsuc {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_some_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.lecoq {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_lecoq_off.png?0413) #f4edce no-repeat center;
}

#brand li a.lecoq:hover,
#brand li a.lecoqc {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_lecoq_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.shoshi {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_zaifu_off.png?0413) #f4edce no-repeat center;
}

#brand li a.shoshi:hover,
#brand li a.shoshic {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_zaifu_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.zaifu {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_zaifu_off.png?) #f4edce no-repeat center;
}

#brand li a.zaifu:hover,
#brand li a.zaifuc {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_zaifu_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.shibori {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_nichi_off.png?0413) #f4edce no-repeat center;
}

#brand li a.shibori:hover,
#brand li a.shiboric {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_nichi_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.sanga {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_komono_off.png?0413) #f4edce no-repeat center;
}

#brand li a.sanga:hover,
#brand li a.sangac {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_komono_on.png?0413) #fdfcf6 no-repeat center;
}

#brand li a.sale {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_sale_off.png) #f4edce no-repeat center;
}

#brand li a.sale:hover,
#brand li a.salec {
	width:83px;
	text-indent:-5000px;
	height:43px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/brand_sale_on.png) #fdfcf6 no-repeat center;
}

#brand ul.cat-shou {
	display: none;
	width: 145px;
	height:100%;
	padding:5px 10px;
	position: fixed;
	top:0px;
	left: 97px;
	font-size:1.3em;
	border: solid 1px #ccc;
	background-color:#fff;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.30);
}

#brand ul.cat-shou li {
	border:none;
}

#brand ul.cat-shou li.first-child {
 	margin-top:43px;
}

#brand ul.cat-shou li a {
	display:block;
	text-align:left;
}

#brand ul.cat-shou li a:active,
#brand ul.cat-shou li a:hover {
 	 color:#333;
 	 background-color:#efefef;
}

#brand ul.cat-shou li.last-child {
	border-top:1px solid #ccc;;
}

ul.navi {
	float:right;
	width:41px;
}

ul.navi li.next {
	display:block;
}

ul.navi li.prev {
	display:block;
	margin-top:10px;
}

ul.navi li a {
	display:block;
	position:relative;
}

ul.navi li a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	opacity:0;
}

.topicpath {
	display:block;
	margin-bottom:20px;
}

.topicpath li {
	display:inline;
	float:left;
	font-size:1.2em;
}

.topicpath a:link,
.topicpath a:visited {
	color:#cc0000;
}

.topicpath a:active,
.topicpath a:hover {
	color:#F90;
}

.bx-next,
.firsttouch {
	display:block;
	height:41px;
	width:41px;
	padding-top:31px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_next_off.png) no-repeat left top;
}

.bx-next span,
.firsttouch span {
	display:block;
	height:41px;
	width:41px;
	padding-top:31px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_next_on.png) no-repeat left top;
}

.touch {
	height:41px;
	width:41px;
	padding-top:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_next_notxt_off.png) no-repeat left top;
}

.touch span {
	height:41px;
	width:41px;
	padding-top:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_next_notxt_on.png) no-repeat left top;
}

.bx-prev {
	height:41px;
	width:41px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_back_off.png) no-repeat left top;
}

.bx-prev span {
	height:41px;
	width:41px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_back_on.png) no-repeat left top;
}

#reviews .bx-next,
#reviews .firsttouch,
#recentchecks .bx-next,
#recentchecks .firsttouch {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_nextg_off.png) no-repeat left top;
}

#reviews .bx-next span,
#reviews .firsttouch span,
#recentchecks .bx-next span,
#recentchecks .firsttouch span {
	display:block;
	height:41px;
	width:41px;
	padding-top:31px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_nextg_on.png) no-repeat left top;
}

#reviews .touch,
#recentchecks .touch {
	height:41px;
	width:41px;
	padding-top:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_nextg_notxt_off.png) no-repeat left top;
}

#reviews .touch span,
#recentchecks .touch span {
	height:41px;
	width:41px;
	padding-top:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_nextg_notxt_on.png) no-repeat left top;
}

#reviews .bx-prev,
#recentchecks .bx-prev {
	height:41px;
	width:41px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_backg_off.png) no-repeat left top;
}

#reviews .bx-prev span,
#recentchecks .bx-prev span {
	height:41px;
	width:41px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_backg_on.png) no-repeat left top;
}

.navi a.disabled,
.navi a.disabled span {
	display:none;
	height:0;
	padding:0;
	background:none;
}

* {
	font-weight:normal;
}

h2,h3,h4 {
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
}

/* head */
#head h1 {
    width: 487px;
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 10;
}

/*#head .calamel {
	float:left;
	width:210px;
	margin:30px 0 0 90px;
}*/

#head .calamel {
	float:left;
	width:225px;
	margin:-30px 23px 0 50px;
}

#head .calamel ul li {
	float:left;
	width:37px;
	margin-right:13px;
}

#head .calamel p {
	margin-left:-50px;
}

/*#head ul.link */
#head ul.about{
    width: 150px;
    margin: 0px 75px 230px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

#head ul.about li{
	width:150px;
	text-align: center;
	font-size:12px;
	font-family: 'lucida grande',"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

#head ul.about li img{
	display: block;
}

#head ul.about li a img{
	transition:opacity 0.3s ease-in;
}

#head ul.about li a:hover img{
	opacity:0.6;
}

#social_navi{
	text-align: center;
	margin:0 auto 118px auto;
	width:700px;
	padding-top:43px;
	background: url(https://file001.shop-pro.jp/PA01018/434/cms/img/social_btn_title.png) 50% 0 no-repeat;
	background-size:334px 43px;
}
#social_navi ul.link li{
	display: inline-block;
	margin:0 8px;
	vertical-align:top;
}

#social_navi ul.link li:nth-child(3){
	margin:0 5px;
}

#social_navi ul.link li img{
	height:35px;
}

#social_navi ul.link li:nth-child(5) img,
#social_navi ul.link li:nth-child(6) img,
#social_navi ul.link li:nth-child(7) img,
#social_navi ul.link li:nth-child(8) img{
	height:49px;
}

/* main */
#main ul.bxslider {
	height:500px;
	margin:0 auto;
	background-color:#000;
}

#main ul.bxslider li {
	display:block;
	float:left;
	width:1000px;
	height:500px;
	position:relative;
	padding: 0;
	/*padding: 0 10px 0 10px;*/
}

#main ul.bxslider li p {
	width:960px;
	margin-top:-50px;
	padding:4px 20px;
	color:#999999;
	line-height:1.6;
	font-size:1.3em;
	background-color:#fff;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#main ul.bxslider li p, x:-moz-any-link {
	margin-top:-58px;
	padding:4px 20px 5px;
}

#main ul.bxslider li p strong {
	display:block;
	color:#666666;
	font-size:1.1em;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
	font-weight:normal;
}


/* ichie */
#ichie h2 {
	width:950px;
	margin:0 auto;
	padding-left:30px;
}

#ichie h2 img {
	float:left;
}

#ichie h2 span {
	display:block;
	float:left;
	padding:5px 0 0 20px;
	font-size:1.8em;
	letter-spacing:0.3em;
}

#ichie .ichie-cont {
	width:914px;
	margin:25px auto 0;
	padding:48px 43px 48px;
	background-color:#f5f5f5;
}

#ichie .ichie-cont .ichie-cont-block{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#ichie .ichie-cont dl.block {
	display:block;
	float:left;
	width:280px;
	margin:0 0 16px;
	padding:12px;
	cursor:pointer;
	background-color:#f5f5f5;
}

#ichie .ichie-cont dl.block-hover {
	background-color:#cbcbcb;
}

#ichie .ichie-cont dl.block dt span.image{
	display:block;
	height:186px;
	overflow:hidden;
}

#ichie .ichie-cont dl.block dt img{
	width:100%;
	height:auto;
}

#ichie .ichie-cont dl.block p span{
	display:block;
	padding:10px 0 0;
	font-size:1.2em;
}

#ichie .ichie-cont dl.block strong{
	display:block;
	padding:0;
	font-size:1.5em;
	font-weight:bold;
}

#ichie .ichie-cont dl.block dd{
	margin:15px 0 0;
	padding:15px 0;
	font-size:1.3em;
	line-height:1.8;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#ichie .ichie-cont dl.block-hover dd{
	border-top:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9;
}

#ichie .ichie-cont dl.block dd a{
	display:inline-block;
	padding:1px 3px;
	background-color:#000;
	color:#fff;
}

/*#ichie .ichie-cont a.link-ichie{
	display:block;
	width:832px;
	margin:10px auto 0;
	padding:28px;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
	font-size:1.8em;
	text-align:center;
}*/

#ichie .ichie-cont a.link-ichie{
    display: block;
    width: 832px;
    margin: 0px auto 30px auto;
    padding: 18px 28px 28px 28px;
    font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
    font-size: 1.8em;
    text-align: center;
    background-color: #666;
	border:1px solid #666;
    color: #fff;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
}

#ichie .ichie-cont a.link-ichie:hover{
    background-color: #f5f5f5;
    color: #333;
	border:1px solid #999;
}


#ichie .ichie-cont .link-ichie:before {
    content: "";
    background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_ichie.png?0721);
    background-size: 59px 38px;
    width:59px;
    height: 38px;
    margin: 0 15px;
    display: inline-block;
    position: relative;
    top: 10px;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -ms-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
}

#ichie .ichie-cont .link-ichie:hover:before {
    background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_ichie_on.png?0721);
}

/* newitems */
#newitems .newitems-box {
	width:970px;
	margin:0 auto;
	padding:0 10px 0 20px;
}

#newitems h2 {
	margin:0 auto 30px;
	font-size:2.6em;
	letter-spacing:0.3em;
}

#newitems .newitems-box ul.navi {
	margin-top:125px;
}

#newitems .bx-wrapper {
	float:left;
	width:900px;
	margin:0 50px;
}

#newitems .bx-viewport {
	width:900px;
}

.newitems-box-slide {
	float:left;
	width:900px;
}

#newitems .newitems-box-slide ul {
	float:left;
	width:900px;
}

#newitems .newitems-box-slide ul li {
	float:left;
	width:210px;
	height:100px;
	margin:0 20px 20px 0;
}

#newitems .newitems-box-slide ul li.nth-child-4,
#newitems .newitems-box-slide ul li.nth-child-8,
#newitems .newitems-box-slide ul li.nth-child-12 {
	margin-right:0;
}

#newitems .newitems-box-slide ul li img {
	float:left;
	margin-right:10px;
	width:100px;
}

#newitems .newitems-box-slide ul li table {
	float:left;
	width:100px;
	height:100px;
	color:#999999;
	vertical-align:middle;
}

#newitems .newitems-box-slide ul li .newitems-image{
	position: relative;
	width: 100px;
}
#newitems .newitems-box-slide ul li img.newitems-icon{
	position: absolute;
	width: 30px;
	top: 0;
	right: 0;
	margin-right: 0;
}

/* arrival */
#arrival .arrival-box {
	width:970px;
	margin:0 auto;
	padding:0 10px 0 20px;
}

#arrival h2 {
	margin:0 auto 30px;
	font-size:2.6em;
	letter-spacing:0.3em;
}

#arrival .arrival-box ul.navi {
	margin-top:65px;
}

#arrival .bx-wrapper {
	float:left;
	width:900px;
	margin:0 50px;
}

#arrival .bx-viewport {
	width:900px;
}

.arrival-box-slide {
	float:left;
	width:900px;
}

#arrival .arrival-box-slide ul {
	float:left;
	width:900px;
}

#arrival .arrival-box-slide ul li {
	float:left;
	width:210px;
	height:100px;
	margin:0 20px 20px 0;
}

#arrival .arrival-box-slide ul li.nth-child-4,
#arrival .arrival-box-slide ul li.nth-child-8,
#arrival .arrival-box-slide ul li.nth-child-12 {
	margin-right:0;
}

#arrival .arrival-box-slide ul li img {
	float:left;
	margin-right:10px;
	width:100px;
}

#arrival .arrival-box-slide ul li table {
	float:left;
	width:100px;
	height:100px;
	color:#999999;
	vertical-align:middle;
}

/* other-info */
/* tokushu */
#other-info .other-info-box {
	width:960px;
	margin:0 auto;
	padding:0 10px 0 20px;
}

#other-info h2 {
	margin:0 auto 30px;
	font-size:2.6em;
	letter-spacing:0.3em;
}

#other-info ul {
	padding:0 30px;
}

#other-info ul li {
	display:block;
	float:left;
	width:280px;
	margin:0 10px;
	padding-bottom:20px;
	font-size:1.2em;
	text-align:center;
}

#other-info ul li strong {
	display:block;
	margin-top:10px;
	font-weight:bold;
}

/* tokushu */
#tokushu .tokushu-box {
	width:960px;
	margin:0 auto;
	padding:0 10px 0 20px;
}
#tokushu h2 {
	margin:0 auto 30px;
	font-size:2.6em;
	letter-spacing:0.3em;
}
#tokushu ul {
	padding:0 25px;
}
#tokushu ul li {
	display:block;
	float:left;
	width:282px;
	margin:0 9px 40px 9px;
	font-size:1.2em;
	min-height: 290px;
	border: solid 1px #ccc;
}
#tokushu ul li img {
	height: auto;
	width: 100%;
}
#tokushu .tokushu-box ul li img {
	width: 282px;
	height: 187px;
}
#other-info .other-info-box ul li img {
	width: 280px;
	height: 187px;
}

#tokushu ul li a {
	display:block;
}
#tokushu ul li .tokushu_category {
	width: 72px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0 0 1px 0;
	height: 19px;
}
#tokushu ul li p {
	height: 87px;
	margin: 7px 12px 0 25px;
	line-height: 1.9;
}
#tokushu ul li p strong {
	font-size: 1.25em;
	display:block;
	line-height: 1.8;
	font-weight:bold;
}
#tokushu ul li p span {
	font-size: 1.1em;
	line-height: 1.6;
}


/* cont-items */
.cont-items-box {
	width:940px;
	margin:0 auto;
	padding:0 40px 0 20px;
}

.cont-items-box h2 {
	float:left;
	width:400px;
	padding:0 0 0 110px;
	font-size:2em;
	line-height:1.45;
	letter-spacing:0.2em;
}

#cont-tabi h2 {
	height:66px;
	padding-top:20px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/tabi/logo.png) no-repeat left center;
}

#cont-kiko h2 {
	height:66px;
	padding-top:15px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/kiko/logo.png) no-repeat left center;
}

#cont-keii h2 {
	height:72px;
	padding-top:13px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/keii/logo.png) no-repeat left center;
}

#cont-ise h2 {
	height:72px;
	padding-top:17px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/ise/logo.png) no-repeat left center;
}

#cont-warabe h2 {
	height:64px;
	margin-top:0.5em;
	padding-top:10px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/warabe/logo.png) no-repeat left center;
}

#cont-hotei h2 {
	height:70px;
	padding-top:20px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/hotei/logo.png) no-repeat left center;
}

#cont-shitsu h2 {
	height:64px;
	margin-top:0.5em;
	padding-top:13px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/shitsu/logo.png) no-repeat left center;
letter-spacing:0.1em;
}

#cont-shoshi h2 {
	height:74px;
	padding-top:20px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/zaifu/logo.png) no-repeat left center;
	letter-spacing:0.1em;
}

#cont-zaifu h2 {
	height:81px;
	margin-top:0.2em;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/zaifu/logo.png) no-repeat left center;
	letter-spacing:0.1em;
}

#cont-lecoq h2 {
	height:74px;
	padding-top:15px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/lecoq/lecoq_logo.png) no-repeat left center;
	background-size: 82px;
	letter-spacing:0.1em;
}

#cont-deportare h2 {
	height:74px;
	padding-top:15px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/deportare/deportare_logo.png) no-repeat left center;
	background-size: 89px;
	letter-spacing:0.1em;
}

#cont-shibori h2 {
	margin-top:1em;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/shibori/logo.png) no-repeat left center;
	letter-spacing:0.1em;
}

#cont-sanga h2 {
	height:61px;
	margin-top:1em;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/sanga/logo.png) no-repeat left center;
}

#cont-sale h2 {
	margin-top:2em;
	padding-top:10px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/sale/logo.png) no-repeat left center;
	letter-spacing:0.1em;
}

#cont-yousou h2 {
	height:64px;
	padding-top:20px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/yousou/logo.png) no-repeat left center;
}

#cont-okurimono h2 {
	height:64px;
	padding-top:15px;
	padding-left:110px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/top/okurimono/logo.png) no-repeat left center;
}


h2 span {
	font-size:0.75em;
	letter-spacing:0.16em;
}

.cont-items-box p {
	float:right;
	width:400px;
	line-height:1.6em;
	letter-spacing:0.2em;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
	color:#666666;
	text-align: justify;
	font-size: 1.5em;
}

.cont-items-box ul.photos {
	width:980px;
	margin-top:70px;
}

.cont-items-box ul.photos li {
	float:left;
	margin-left:10px;
}

.cont-items-box ul.photos li.first-child {
	margin-left:0;
	margin-right:10px;
}

.cont-items-box .category-box {
	width:950px;
	padding:75px 30px 0 0;
}

.cont-items-box .category-box .category-box-list {
	float:left;
	width:700px;
}

.cont-items-box .category-box .category-box-list ul.slides {
	float:left;
	width:700px;
	height:130px;
	overflow:hidden;
}

.cont-items-box .category-box .category-box-list ul.slides li {
	display:block;
	float:left;
	width:130px;
	margin-right:10px;
}

.category-box .flex-direction-nav {
	display:block;
	width:41px;
	height:41px;
	position: relative;
	left:720px;
	top:-130px;
}

.category-box .flex-direction-nav li a  {
	display: block;
	position: relative;
	opacity: 1;
}

.category-box .flex-direction-nav li a.flex-next {
	height:72px;
	width:41px;
	margin:0;
	padding:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_next_off.png) no-repeat left top;
	top:-40px;
	left:0;
	text-indent:-5000px;
	z-index:1;
}

.category-box .flex-direction-nav li a.flex-next:hover {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_next_on.png) no-repeat left top;
}

.category-box .flex-direction-nav li a.flex-prev {
	height:50px;
	width:41px;
	margin:0;
	padding:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_back_off.png) #fff no-repeat left bottom;
	top:55px;
	left:0;
	text-indent:-5000px;
	z-index:10;
}

.category-box .flex-direction-nav li a.flex-prev:hover {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_back_on.png) #fff no-repeat left bottom;
}

.cont-items-box .category-box .navi {
	padding:20px 50px 0 0;
}

.cont-items-box .category-box .checkitems,
.cont-items-box .title  .checkitems {
	float:right;
}

.cont-items-box .bx-wrapper {
	float:left;
	width:700px;
	margin:0;
	padding:0;
}

.cont-items-box .bx-viewport {
	width:700px;
}

/* reviews */
#reviews h3 {
	width:970px;
	margin:0 auto;
	padding-left:30px;
	font-size:2.6em;
	letter-spacing:0.2em;
}

#reviews div.reviews-box {
	width:935px;
	margin:30px auto 0;
	padding:20px 45px 20px 20px;
	background-color:#f5f5f5;
}

#reviews div.reviews-box .reviews-box-list {
	float:left;
	width:860px;
	height:115px;
}

#reviews div.reviews-box ul.slides {
	float:left;
	width:860px;
	height:115px;
	overflow:hidden;
}

#reviews div.reviews-box ul.slides li {
	display:inline;
	float:left;
	width:185px;
	margin:0 10px 10px 0;
	padding:10px;
	background-color:#ffffff;
}

#reviews div.reviews-box ul.slides li p.image {
	float:left;
	width:60px;
}

#reviews div.reviews-box ul.slides li p.image a {
	display:block;
	padding-bottom:5px;
}

#reviews div.reviews-box ul.slides li p.image a img {
 	width:60px;
}

#reviews div.reviews-box ul.slides li p.image span {
	padding:3px 0 0 20px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_star.png) no-repeat 5px center;
}

#reviews div.reviews-box ul.slides li p.txt {
	float:right;
	width:110px;
	line-height:1.4em;
}

#reviews div.reviews-box ul.slides li p.txt a {
	display:block;
	margin-bottom:3px;
	padding:3px;
	border-bottom:1px solid #cccccc;
}

#reviews div.reviews-box .flex-direction-nav {
	display:block;
	width:41px;
	height:41px;
	position: relative;
	left:895px;
	top:-115px;
}

#reviews div.reviews-box .flex-direction-nav li a  {
	display: block;
	position: relative;
	opacity: 1;
}

#reviews div.reviews-box .flex-direction-nav li a.flex-next {
	height:72px;
	width:41px;
	margin:0;
	padding:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_nextg_off.png) no-repeat left top;
	top:-40px;
	left:0;
	text-indent:-5000px;
	z-index:1;
}

#reviews div.reviews-box .flex-direction-nav li a.flex-next:hover {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_nextg_on.png) no-repeat left top;
}

#reviews div.reviews-box .flex-direction-nav li a.flex-prev {
	height:50px;
	width:41px;
	margin:0;
	padding:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_backg_off.png) #f5f5f5 no-repeat left bottom;
	top:55px;
	left:0;
	text-indent:-5000px;
	z-index:10;
}

#reviews div.reviews-box .flex-direction-nav li a.flex-prev:hover {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/btn_backg_on.png) #f5f5f5 no-repeat left bottom;
}

/* recentchecks */
#recentchecks h3 {
	width:970px;
	margin:0 auto;
	padding-left:30px;
	font-size:2.6em;
	letter-spacing:0.2em;
}

#recentchecks div.recentchecks-box {
	width:935px;
	margin:30px auto 0;
	padding:20px 45px 20px 20px;
	background-color:#f5f5f5;
}

#recentchecks div.recentchecks-box .recentchecks-box-list ul {
	float:left;
	width:860px;
	height:110px;
	margin-left:20px;
	overflow:hidden;
}

#recentchecks div.recentchecks-box .recentchecks-box-list ul li {
	float:left;
	width:110px;
	margin-right:20px;
}

#recentchecks div.recentchecks-box .recentchecks-box-list ul li img {
	width:110px;
}

#recentchecks div.recentchecks-box .navi {
	margin-top:10px;
}

#recentchecks  .bx-wrapper {
	float:left;
	width:860px;
	margin:0;
	padding:0;
}

#recentchecks  .bx-viewport {
	width:860px;
}

/* reviews */
#shopping h3 {
	width:970px;
	margin:0 auto;
	padding:0 0 40px 30px;
	font-size:2.6em;
	letter-spacing:0.2em;
}

#shopping .infomation {
	padding-bottom:30px;
}

#shopping .infomation em{
	display:block;
	padding:0 0 25px;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
	font-size:2.1em;
	letter-spacing:0.2em;
	text-align:center;
	color:#666666;
}

#shopping .infomation p {
	padding:0 0 10px;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
	text-align:center;
	letter-spacing:0.2em;
	color:#666666;
}

#shopping .infomation p.contact{
	padding:0 0 20px;
	font-size:1.8em;
}

#shopping .infomation p.contact a,
#shopping .infomation p.contact span.link,
#shopping .infomation p.contact span.nolink{
	display:inline-block;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	text-decoration:underline;
	border-left:1px solid #ccc;
}
#shopping .infomation p.contact span.nolink{
	text-decoration:none;
}

#shopping .infomation p.contact a:link,
#shopping .infomation p.contact a:visited,
#shopping .infomation p.contact span.link{
	color:#0099cc;
	cursor:pointer;
}

#shopping .infomation p.contact a:active,
#shopping .infomation p.contact a:hover,
#shopping .infomation p.contact span.link:hover{
	color:#F90;
}

#shopping .infomation p.time{
	font-size:1.4em;
}

#shopping .infomation p.cancel{
	font-size:1.6em;
}

#shopping .infomation p strong {
	color:#cc0000;
	font-weight:normal;
}

#shopping .infomation p span.support {
	display:inline;
	background-color:#f5cccc;
}

#shopping .shopping_inner{
	width:1000px;
	margin:0 auto;
	padding: 30px 0;
	margin-bottom:60px;
	background-color:#f5f5f5;
}

#shopping .shopping-box {
	width:1000px;
	margin:0 auto;
	padding-bottom:115px;
	font-size:1.2em;
	line-height:1.45;
}

#shopping .shopping-box .payment,
#shopping .shopping-box .shipping,
#shopping .shopping-box .address,
#shopping .shopping-box .return,
#shopping .shopping-box .present,
#shopping .shopping-box .point {
	position:relative;
	float:left;
	width:276px;
	height:366px;
	margin-bottom:11px;
	padding:25px 25px 0;
	background-color:#f5f5f5;
}

#shopping .shopping-box .payment,
#shopping .shopping-box .shipping,
#shopping .shopping-box .return,
#shopping .shopping-box .present {
	margin-right:11px;
}

#shopping .shopping-box .shopping-box-double {
	float:left;
	width:1000px;
}

#shopping .shopping-box .shopping-box-double div {
	position:relative;
	float:left;
	width:276px;
	height:310px;
	margin-bottom:10px;
	margin-right:11px;
	padding:25px 25px 0;
	background-color:#f5f5f5;
}

#shopping .shopping-box .shopping-box-double .item_img {
	margin-right:0!important;
}

#shopping .shopping-box strong {
	font-size:1.1em;
	font-weight:bold;
	color:#666;
}

#shopping .shopping-box p {
	padding-bottom:20px;
}

#shopping .shopping-box p.detail {
	padding:20px 0 0;
}

#shopping .shopping-box p.detail a:link,
#shopping .shopping-box p.detail a:visited {
	color:#cc0000;
}

#shopping .shopping-box p.detail a:active,
#shopping .shopping-box p.detail a:hover {
	color:#F90;
}

#shopping .shopping-box h4 {
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
	font-size:1.5em;
	letter-spacing:0.2em;
}

#shopping .shopping-box .payment dl {
	padding-top:10px;
}

#shopping .shopping-box .payment dl dt {
	float:left;
	padding-right:10px;
}

#shopping .shopping-box .payment dl dd {
	float:left;
}

#shopping .shopping-box .payment dl.nth-child-2 dt {
	padding-top:6px;
}

#shopping .shopping-box .shipping ul {
	margin-left:2em;
	padding:10px 0;
}

#shopping .shopping-box .shipping ul li {
	list-style-type:disc;
}

#shopping .shopping-box .present strong {
	display:block;
	padding-bottom:10px;
}

/* item-group */
#item-group h3 {
	width:970px;
	margin:0 auto;
	padding:0 0 40px 30px;
	font-size:2.6em;
	letter-spacing:0.2em;
}

#item-group .item-group-box {
	width:960px;
	margin:0 auto;
	padding:25px 0 0 30px;
	background-color:#f5f5f5;
}

#item-group .item-group-box dl {
	display:inline;
	float:left;
	margin-left:60px;
	padding-bottom:25px;
	font-size:1.3em;
}

#item-group .item-group-box dl dt {
 	padding-bottom:5px;
}

#item-group .item-group-box dl dd {
	padding-bottom:3px;
}

#item-group .item-group-box a:link,
#item-group .item-group-box a:visited {
	color:#cc0000;
}

#item-group .item-group-box a:active,
#item-group .item-group-box a:hover {
	color:#F90;
}

/* カテゴリー一覧 */
.item-list .disnon {
  display: none;
}

#cat-navi .lnavi,
#scat-navi .lnavi {
	display:block;
	height:38px;
	padding: 0 0 0 22px;
	background-color:#e9e9e9;
	border-bottom:1px solid #bababa;
}
/*
#cat-navi .tabi,
#scat-navi .tabi {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_tabi.png) #fff no-repeat left center;
}

#cat-navi .kiko,
#scat-navi .kiko {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_kiko.png) #fff no-repeat left center;
}

#cat-navi .keii,
#scat-navi .keii {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_keii.png) #fff no-repeat left center;
}

#cat-navi .ise,
#scat-navi .ise {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_ise.png) #fff no-repeat left center;
}

#cat-navi .warabe,
#scat-navi .warabe {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_warabe.png) #fff no-repeat left center;
}

#cat-navi .hotei,
#scat-navi .hotei {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_hotei.png) #fff no-repeat left center;
}

#cat-navi .shitsu,
#scat-navi .shitsu {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_shitsu.png) #fff no-repeat left center;
}

#cat-navi .shoshi,
#scat-navi .shoshi {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_shoshi.png) #fff no-repeat left center;
}

#cat-navi .shoshi,
#scat-navi .shoshi {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_zaifu.png) #fff no-repeat left center;
}

#cat-navi .lecoq,
#scat-navi .lecoq {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_lecoq.png) #fff no-repeat left center;
}

#cat-navi .shibori,
#scat-navi .shibori {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_shibori.png) #fff no-repeat left center;
}

#cat-navi .sanga,
#scat-navi .sanga {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_sanga.png) #fff no-repeat left center;
}

#cat-navi .sale,
#scat-navi .sale {
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_sale.png) #fff no-repeat left center;
}*/

#cat-navi .lnavi li,
#scat-navi .lnavi li {
	display:inline;
	float:left;
	font-size:1.4em;
	background-color:#e9e9e9;
	border-right:1px solid #bababa;
}

#cat-navi .lnavi li.first-child,
#scat-navi .lnavi li.first-child {
	border-left:1px solid #bababa;
}

#cat-navi .lnavi li.current,
#scat-navi .lnavi li.current {
	margin-top:-1px;
	background-color:#fff;
	border-top:1px solid #bababa;
	border-bottom:1px solid #fff;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

#cat-navi .lnavi li a,
#scat-navi .lnavi li a{
	display:block;
	height:15px;
	padding:9px 18px 13px 28px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_lnavi_none.png) #e9e9e9 no-repeat 13px 15px;
}

#cat-navi .lnavi li.current a,
#scat-navi .lnavi li.current a {
	height:16px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_lnavi_current.png) #fff no-repeat 13px 15px;
	color:#cc0000;
}

#cat-navi a:active,
#cat-navi a:hover,
#scat-navi a:active,
#scat-navi a:hover {
	color:#F90;
}

/* item-together-list */
.item-together-list h2 {
	width:970px;
	margin:0 auto 30px;
	font-size:2.6em;
	letter-spacing:0.3em;
}

.item-together-list ul {
	display:block;
	width:600px;
	margin: 0 auto;
}

.item-together-list ul li {
	display:block;
	float:left;
	width:170px;
	margin:0 15px;
}

.item-together-list ul li img {
	width:170px;
}

/* item-coordinate-list */
.item-coordinate-list h2 {
	width:970px;
	margin:0 auto 30px;
	font-size:2.6em;
	letter-spacing:0.3em;
}

.item-coordinate-list div {
	display:block;
	width:1000px;
	margin:0 auto;
	text-align:center;
}

.item-coordinate-list div a {
	display:inline-block;
	width:170px;
	margin:0 15px;
}

.item-coordinate-list div a.first-child{
	margin:0 15px 0 0;
}

.item-coordinate-list div a.last-child{
	margin:0 0 0 15px;
}

.item-coordinate-list ul li img,
.item-coordinate-list a img {
	width:170px;
}


/* item-list */
.item-list ul,
.category-list ul {
	display:block;
	width:1000px;
	margin:0 auto;
}

.item-list li,
.category-list li {
	display:block;
	float:left;
	width:170px;
	height:335px;
	margin:0 15px 15px 15px;
}

.item-list li a,
.category-list li a {
	display:block;
	margin:5px 0 10px;
	padding:0 0 5px;
	/*border-bottom:1px solid #ccc;*/
	font-size:1.3em;
	text-align:center;
}

.item-list li span,
.category-list li span {
 	display:block;
 	padding-top:10px;
 	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
	color:#666666;
}

.item-list li span.multi_currency,
.category-list li span.multi_currency {
 	padding-top: 0px !important;
}

.item-list li p,
.category-list p {
	font-size:1.1em;
	color:#666666;
	text-align:center;
}

.item-list h2 {
	width:970px;
	margin:0 auto 30px;
	font-size:2.6em;
	letter-spacing:0.3em;
}

#category .cont-info,
#category-s .cont-info {
	margin:0 auto 45px;
	padding:0 0 10px;
	border:none;
}
#category .cont-info .title,
#category-s .cont-info .title {
	float:left;
	width:490px;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
}

#category .cont-info h2,
#category-s .cont-info h2  {
	width:400px;
	margin-top:35px;
	padding-left:110px;
	font-size:2em;
	line-height:1.45;
	letter-spacing:0.2em;
}

#category #cont-tabi h2,
#category-s #cont-tabi h2 {
	padding-left:90px;
}

#category #cont-kiko h2,
#category-s #cont-kiko h2 {
/*
	padding-left:90px;
*/
}

#category #cont-keii h2,
#category-s #cont-keii h2 {
/*
	padding-left:90px;
*/
}

#category #cont-ise h2,
#category-s #cont-ise h2 {
/*
	padding-left:110px;
	margin-top:0.5em;
*/
}

#category #cont-warabe h2,
#category-s #cont-warabe h2 {
/*
	padding-left:100px;
*/
}

#category #cont-hotei h2,
#category-s #cont-hotei h2 {
/*
	padding-left:90px;
	margin-top:1em;
*/
}

#category #cont-shitsu h2,
#category-s #cont-shitsu h2 {
/*
	height:60px;
	padding-top:25px;
	padding-left:90px;
*/
	letter-spacing:0.1em;
}

#category #cont-shoshi h2,
#category-s #cont-shoshi h2 {
/*
	padding-left:90px;
*/
	letter-spacing:0.1em;
}

#category #cont-lecoq .title,
#category-s #cont-lecoq .title {
	margin-top:30px;
}

#category #cont-lecoq .title p,
#category-s #cont-lecoq .title p {
	margin-top:25px;
}

#category #cont-lecoq h2,
#category-s #cont-lecoq h2 {
	margin:0;
	letter-spacing:0.1em;
}

#category #cont-deportare .title,
#category-s #cont-deportare .title {
	margin-top:30px;
}

#category #cont-deportare .title p,
#category-s #cont-deportare .title p {
	margin-top:25px;
}
#category #cont-deportare h2,
#category-s #cont-deportare h2 {
	margin:0;
	letter-spacing:0.1em;
	padding-left: 118px;
	width: 425px;
}

#category #cont-shibori h2,
#category-s #cont-shibori h2 {
	letter-spacing:0.1em;
}

#category #cont-sale h2,
#category-s #cont-sale h2 {
	letter-spacing:0.1em;
}

#category #cont-okurimono h2,
#category-s #cont-okurimono h2 {
	padding-left: 120px;
}

#category .title p,
#category-s .title p {
	margin-top:35px;
	font-size:1.4em;
	line-height:1.6em;
	letter-spacing:0.2em;
	color:#666666;
}

/*#category-s .item-list p {
	width:960px;
	margin:0 auto;
	padding-bottom:30px;
}*/

#category .cont-info img,
#category-s .cont-info img {
	float:right;
	width:377px;
}

#item-info-top,
#item-info-btm {
	width:960px;
	padding:0 0 50px;
	margin:0 auto 40px;
}

#category .item-info-list,
#category-s .item-info-list {
	width:960px;
	margin:0 auto 20px;
	text-align:center;
}

#category-s  .item-info-list img {
	margin:5px;
	vertical-align:text-top;
-webkit-backface-visibility: hidden;

}



#category-s  .item-info-list p {
	width:960px;
	margin:0 auto;
}

/* item-detail-list */
#item-detail-list ul {
	width:951px;
	margin:0 auto;

	display: block;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#item-detail-list ul::before{
	content:"";
	display: block;
	width:220px;
	order:1;
}
#item-detail-list ul::after{
	content:"";
	display: block;
	width:220px;
}

#item-detail-list ul li {
	display:block;
	margin:0 0 45px 0;

	text-align: left;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: baseline;
	align-items: baseline;

	width:23%;
	vertical-align: middle;

}

#item-detail-list ul li.tile-list{
	position:relative;
	z-index:50;
	border: 1px solid #f5f5f5;
	margin:0 0 40px 0 !important;
}

#item-detail-list ul li.tile-list .sold-out{
	position:absolute;
	top:0;
	left:0;
	width:220px;
	height:220px;
	z-index:100;
	background:rgba(41,41,41,0.5);
	pointer-events: none;
}
#item-detail-list ul li.tile-list .sold-out span{
	color:#FFF;
	z-index:101;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display: block;
    width: 200px;
    height: 65px;
    text-align: center;
    font-size:18px;
}



/*
#item-detail-list ul li.nth-child-5n {
	margin:0 0 45px 0;
}
*/

#item-detail-list ul li a {
	display:block;
	font-size:1.2em;
}

#item-detail-list ul li img.item {
	width:220px;
	height:220px;
}

#item-detail-list ul li span.spec-box {
 	display:block;
 	padding:15px 10px 70px;
 	font-size:13px;
}

#item-detail-list ul li span.spec-box .spec-txt{
	display: -webkit-box;
	overflow: hidden;
	line-height: 23px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@supports not (-webkit-line-clamp: 2) {
	#item-detail-list ul li span.spec-box .spec-txt{
		width:100%;
		overflow:hidden;
		height: 45px;
		line-height: 23px;
		position: relative;
	}
	#item-detail-list ul li span.spec-box .spec-txt:before{
		content: "...";
		position: absolute;
		bottom: 0;
		right: 0;
		background: #FFF;
		width: 13px;
		font-size: 13px;
		text-align: center;
	}
	#item-detail-list ul li span.spec-box .spec-txt:after{
		content: "";
		height: 100%;
		width: 100%;
		position:absolute;
		background:#FFF;
	}
}



#item-detail-list ul li span.spec-box .price_box{
	text-align:right;
	padding:25px 0;
	position: absolute;
	bottom: 0;
	right: 10px;
}
#item-detail-list ul li span.spec-box .price_box img{
	margin-right:5px !important;
	vertical-align: middle;
}
#item-detail-list ul li span.spec-box .spec-txt img{
	display:none !important;
}

#item-detail-list ul li span.spec-box .spec-txt img.new_mark_img2,
#item-detail-list ul li span.spec-box .price_box img.new_mark_img2,
#cart_specs img.new_mark_img2{
	width: 50px !important;
	height: 20px !important;
	vertical-align: top;
}

#item-list-filter{
	display: none;
	width: 951px;
	margin: 0 auto 25px;
}

#item-list-filter select{
    width: 180px;
    height: 30px;
}


/* #item-detail */
.fixed {
    position: fixed;
    top: 100px;
    z-index: 10000;
}

#item-detail .item-detail-img {
	width:960px;
	margin:0 auto 50px;
	text-align:center;
}

#item-detail .item-detail-subimg {
	width:960px;
	margin:0 auto 20px;
	text-align:center;
}

#item-detail .item-detail-subimg img {
	margin:5px;
	vertical-align:text-top;
}

#item-detail .item-detail-info {
	width:960px;
	margin:0 auto;
	padding-top:30px;
	font-size:1.3em;
	border-top:1px solid #ccc;
}

#item-detail .item-detail-info div.txt {
	float:left;
	width:580px;
}

#item-detail .item-detail-info div.txt a{
	text-decoration:underline;
}

#item-detail .item-detail-info div.txt a:link,
#item-detail .item-detail-info div.txt a:visited{
	color:#0099cc;
}

#item-detail .item-detail-info div.txt iframe {
	width:100%;
}

#item-detail .item-detail-info div.txt p {
	margin-bottom:35px;
}

#item-detail .item-detail-info div.txt span.attention {
	color:#ff6600;
}

#item-detail .item-detail-info div.txt table {
	width:100%;
	margin-bottom:35px;
	clear:both;
	border:1px solid #999;
}

#item-detail .item-detail-info div.txt table th,
#item-detail .item-detail-info div.txt table td {
	padding:10px;
}

#item-detail .item-detail-info div.txt h4 {
	padding:40px 0 10px 20px;
	font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
	font-size:1.5em;
}

#item-detail .item-detail-info div.txt dl.review {
	padding:20px;
	background-color:#f4f4f4;
}

#item-detail .item-detail-info div.txt dl.review dt {
	padding-bottom:5px;
}

#item-detail .item-detail-info div.txt dl.review dd strong {
	display:block;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

#item-detail .item-detail-info div.txt dl.review dd p {
	margin:0;
	padding-top:5px;
}

#item-detail div.cart {
	float:right;
	width:350px;
}

#item-detail div.cart a:link,
#item-detail div.cart a:visited {
	color:#CB0000;
}

#item-detail div.cart a:active,
#item-detail div.cart a:hover {
	color:#ff6600;
}

#item-detail .item-detail-info div.cart table {
	width:100%;
	border:1px solid #999;
}

#item-detail .item-detail-info div.cart table th {
	padding:5px;
	border:1px solid #999;
	background-color:#ccc;
	/*white-space:nowrap;*/
	vertical-align:top;
}

#item-detail .item-detail-info div.cart table td {
	padding:5px;
	border:1px solid #999;
}

#item-detail .item-detail-info div.cart ul {
	padding-bottom:15px;
}

#item-detail .item-detail-info div.cart div.item-detail-cart {
	width:226px;
	margin:25px auto 0;
}

#item-detail .item-detail-info div.cart div.item-detail-cart p {
	width:122px;
	margin:-15px auto 0;
}

#item-detail .item-detail-info div.cart div.item-detail-cart ul {
	padding-top:30px;
}

#item-detail .item-detail-info div.cart div.item-detail-cart ul li {
	padding:5px 0;
}

#item-detail .item-detail-info div.cart div.item-detail-cart ul li a {
	display:block;
	position: relative;
	height:23px;
	padding-left:25px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_cart_allow_off.png) #fff no-repeat left top;
}

#item-detail .item-detail-info div.cart div.item-detail-cart ul li a:hover {
	display:block;
	position: relative;
	height:23px;
	padding-left:25px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_cart_allow_on.png) #fff no-repeat left top;
}

#item-detail .item-detail-info div.cart div.item-detail-cart ul li a span {
	display:block;
	padding-left:25px;
	position: absolute;
	top:0;
	left:0;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/icon_cart_allow_off.png) #fff no-repeat left top;
}

/* footer */
#contactlink{
	position:fixed;
	bottom:0;
	right:0;
	z-index:998;
	min-width:486px;
	background:#999999;
	height:55px;
	transition:right 0.4s ease-out;
	border-top-left-radius: 5px;
}

#contactlink.down{
	right:-314px;
}

#contactlink ul{
	transition:all 0.4s ease-out;
	transform:scale3d(1.0, 1.0, 1.0);
	opacity:1;
	padding-left: 50px;
}

#contactlink ul.rotation_mes{
	transform:scale3d(1.0, 0.0, 1.0);
	opacity:0;
}

#contactlink ul li,
#contactlink ul li a{
	color:#FFF;
	text-align:center;
}

#contactlink .close_btn{
	position:absolute;
	z-index:999;
	top:18px;
	left:14px;
	/*background:url(https://file001.shop-pro.jp/PA01018/434/cms2/images/foot_btn_close_2019.png) 0 0 no-repeat;*/
	width:23px;
	height:23px;
	border:1px solid #FFF;
	background:#caac12;
	cursor:pointer;
}
#contactlink.down .l_mes{
	visibility:hidden;
}

#contactlink .close_btn img{
	max-width: 60%;
	max-height: 60%;
	z-index:1000;
	position: relative;
	left: 8px;
	top: 4px;
	transform: rotate3d(0, 0, 1, 0deg);
	transition:all 0.3s ease-out;
}

#contactlink.down .close_btn img{
	transform: rotate3d(0, 0, 1, 180deg);
}


#contactlink ul li{
	padding-top:13px;
	display:inline-block;
	height:36px;
	vertical-align: baseline;
}

#contactlink ul li.mes{
	text-align:left;
	padding:10px 0 0 4px;
	line-height:20px;
}
#contactlink ul li.mes strong{
	font-size:14px;
	font-weight:normal;
	padding-right:6px;
}

#contactlink ul li.contact{
}

#contactlink ul li.contact strong{
	display:block;
	font-size:14px;
	line-height: 14px;
	font-weight:normal;
}
#contactlink ul li.contact em {
	display: block;
	transform: translate(0px, 0px);
}

#contactlink ul li a,
#contactlink ul li span{
	display:block;
	height:36px;
	text-align:center;
	position:relative;
}

#contactlink ul li a img,
#contactlink ul li span img{
	max-width:100%;
}

#contactlink ul li .line{
	display:block;
	width:80px;
	height:36px;
	padding:0;
	cursor:pointer;
}

#contactlink ul li .line:after{
	content:"";
	width:1px;
	height:20px;
	position:absolute;
	right:-4px;
    top:-1px;
	background:#FFF;
	z-index:999;
}

#contactlink ul li .line img{
	width:52px;
}

#contactlink ul li .phone{
	display:block;
	width:62px;
	height:36px;
	padding:0;
}

#contactlink ul li .phone:before{
	content:"";
	width:1px;
	height:20px;
	position:absolute;
	left:0;
	top:9px;
	background:#FFF;
	z-index:999;
}
#contactlink ul li .phone:after{
	content:"";
	width:1px;
	height:20px;
	position:absolute;
	right:0;
	top:9px;
	background:#FFF;
	z-index:999;
}


#contactlink ul li .phone img{
	width:30px;
}

#contactlink ul li .mailform{
	display:block;
	width:64px;
	height:36px;
	padding: 0;
}
#contactlink ul li .mailform img{
	width:37px;
}



#line_modal{
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	max-width:800px;
	height:508px;
	z-index:99997;
	background:#FFF;
	transition:all 0.5s ease-out;
	border:1px solid #00b930;
	transform:translate(0px, 10vh);
	opacity:0;
	box-shadow:12px 12px 9px -6px rgba(0,0,0,0.15);
}

#line_modal.show_modal{
	transform:translate(0px, 0vh);
	opacity:1;
}

#line_modal .line_m_close{
	position:absolute;
	top:0;
	right:0;
	background:#00b930 url(https://file001.shop-pro.jp/PA01018/434/cms2/images/line_btn_close.png) -3px 0 no-repeat;
	background-size:cover;
	width:44px;
	height:44px;
	z-index:99999;
	cursor:pointer;
}
#line_modal div.line_m_cont{
	font-size:15px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	width:calc(100% - 40px);
	z-index:99998;
	text-align:left;
	width: 300px;
}

#line_modal div.line_m_cont a.line_btn_01{
	display:block;
	border-radius: 5px;
	background:#00b930;
	font-family:dnp-shuei-mgothic-std;
	margin:30px 8px 20px;
	padding:25px 0;
	color:#FFF;
	text-align:center;
	font-size:23px;
	box-shadow:3px 3px 5px -2px rgba(0,0,0,0.4);
	transition:all 0.2s ease-out;
}
#line_modal div.line_m_cont a.line_btn_01:hover{
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	transform: translate(2px, 2px);
}

#line_modal div.line_m_cont a.line_btn_01 img{
	width:55px;
	margin-right:5px;
	vertical-align: middle;
}


#line_modal div.line_m_cont a.line_btn_02{
	display:block;
	border-radius: 5px;
	border:1px solid #00b930;
	background:#FFF;
	font-family:dnp-shuei-mgothic-std;
	margin:0px 8px 30px;
	color:#00b930;
	text-align:center;
	padding:15px 0;
	font-size:20px;
	box-shadow:3px 3px 5px -2px rgba(0,0,0,0.4);
	transition:all 0.2s ease-out;
}
#line_modal div.line_m_cont a.line_btn_02:hover{
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	transform: translate(2px, 2px);
}

#line_modal div.line_m_cont h3{
	display:block;
	color:#00b930;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	line-height:26px;
	margin-bottom:25px;
}
#line_modal div.line_m_cont em{
	font-size:13px;
}




#wovn-translate-widget[wovn]{
	bottom:1px !important;
}
#wovn-translate-widget[wovn] .wovn-lang-selector{
	box-shadow:none !important;
	background:none !important;
}
#wovn-translate-widget[wovn] #wovn-logo-planet{
	display: none !important;
}
#wovn-translate-widget[wovn].hide-logo .wovn-lang-selector .wovn-lang-selector-links #wovn-logo-planet + .wovn-current-lang{
	padding: 6px 24px 6px 12px !important;
}

#wovn-translate-widget[wovn] .wovn-lang-selector .wovn-lang-selector-links .wovn-current-lang{
	min-width: 115px !important;
}

#wovn-translate-widget[wovn] .wovn-lang-container .wovn-lang-list li[data-value="ja"]:after{
	content:"";
	width:20px;
	height:15px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/t_lang_jp.gif) 0 0 no-repeat;
	background-size:20px 15px;
	display: inline-block;
	vertical-align: middle;
	float:left;
	margin-right:6px;
}

#wovn-translate-widget[wovn] .wovn-lang-selector .wovn-lang-selector-links .wovn-current-lang.jp:before{
	content:"";
	width:20px;
	height:15px;
	background:url(https://file001.shop-pro.jp/PA01018/434/cms/img/gnavi/t_lang_jp.gif) 0 0 no-repeat;
	background-size:20px 15px;
	display: inline-block;
	vertical-align: sub;
	margin-right:6px;
}


#footer .footer-box {
	width:1000px;
	margin:0 auto;
	position: relative;
}

#footer .footer-box p.footnav {
	display:none;
	width:1000px;
	margin:0 auto;
	text-align:right;
	position: fixed;
	bottom:20px;
	z-index:2000;
}

#footer .footer-box-btm {
	padding:15px 0 70px;
	font-size:1.2em;
	text-align:center;
}

#footer .footer-box-btm a:link,
#footer .footer-box-btm a:visited {
	color:#cc0000;
}

#footer .footer-box-btm a:active,
#footer .footer-box-btm a:hover {
	color:#F90;
}

#tokutei table {
	width:960px;
	margin:0 auto;
	font-size:1.3em;
}

#tokutei table:not(.table) tr th{
	width: 27%;
	white-space: normal;
}

#tokutei table:not(.table) tr th img{
	display:block;
}
#tokutei table:not(.table) tr td span{
	display:block;
	text-align:center;
}

#tokutei table:not(.table) tr td table.table tr td span{
	display:inline;
	text-align:left;
}

#tokutei table tr {
	border-bottom:1px solid #eee;
}

#tokutei table tr th,
#tokutei table tr td {
	padding:20px;
	vertical-align:top;
}

#tokutei table tr th {
	white-space:nowrap;
}

#freepage h2 {
	margin:0 auto 30px;
	font-size:2.6em;
	letter-spacing:0.3em;
}

#tokutei h2 {
	margin: 0 auto;
	padding-left: 75px;
	font-size: 2.6em;
	letter-spacing: 0.2em;
}

#tokutei h3,
#PrivacyExplain h3 {
	margin:0 auto;
	padding-left:30px;
	font-size:2em;
	letter-spacing:0.2em;
}


#freepage h3 {
	margin:0 auto;
	padding:50px 0 20px 0;
	font-size:1.8em;
	letter-spacing:0.2em;
}


#tokutei h4,
#PrivacyExplain h4 {
	margin:0 auto;
	padding:50px 0 0 30px;
	font-size:1.6em;
	letter-spacing:0.2em;
}

#cont-search h2 {
	width:970px;
	margin:0 auto;
	padding-left:30px;
	font-size:2.6em;
	letter-spacing:0.2em;
	border:none;
}

#freepage p.lead,
#freepage dl.menseki,
#freepage dl.point,
#PrivacyExplain p.lead {
	width:960px;
	margin:0 auto;
	font-size:1.3em;
	padding:20px 0 30px;
}

#PrivacyExplain p.body {
	width:960px;
	margin:0 auto;
	font-size:1.3em;
	padding:20px 0 0;
}

#freepage dl.menseki dt {
	font-weight:bold;
	padding-bottom:10px;
}

#freepage dl.menseki dd {
	padding-bottom:20px;
}

#freepage dl.menseki dd ol {
	margin-left:2em;
}

#freepage dl.menseki dd ol li {
	list-style-type:decimal;
	padding-bottom:5px;
}

#freepage #newitem-list {
	width:960px;
	margin:-40px auto 0;
	padding:20px 0 0;
}

#freepage #newitem-list li {
	float:left;
	width:220px;
	height:100px;
	margin:0 20px 20px 0;
}

#freepage #newitem-list li.nth-child-4,
#freepage #newitem-list li.nth-child-8 {
	margin-right:0;
}

#freepage #newitem-list li img {
	float:left;
	margin-right:10px;
	width:100px;
}

#freepage #newitem-list li table {
	float:left;
	width:100px;
	height:100px;
	color:#999999;
	vertical-align:middle;
}

#freepage .question {
	width:960px;
	margin:0 auto;
	font-size:1.3em;
	padding:20px 0 30px;
}

#freepage .question h4 {
	margin:0 auto;
	padding:50px 0 0;
	font-size:1.3em;
	letter-spacing:0.2em;
}

#freepage .question h5 {
	margin:0 auto;
	padding:20px 0;
	font-size:1em;
	letter-spacing:0.2em;
}

#freepage .question dt {
	padding:0 0 10px;
	font-weight:bold;
}

#freepage .question dd {
	padding:0 0 20px 20px;
}

#categorydesc01 {
display:block;
width:960px;
margin:0 auto;
text-align:center;
margin-bottom:50px;
}

#categorydesc01 .tate,
#categorydesc01 .yoko {
text-align:center;
}

#categorydesc01 .tate img {
margin-bottom:10px;
}

#categorydesc01 .yoko img {
margin-bottom:10px;
}

#categorydesc01 table {
width:480px;
margin-top:10px;
float:left;
margin:0;
padding:0;
}

#categorydesc01 table th {
width:250px;
height:250px;
margin:0;
padding:0;
}

#categorydesc01 table th img {
width:250px;
height:250px;
margin:0;
padding:0;
}

#categorydesc01 table td {
width:200px;
padding:10px;
background-color:#f5f5f5;
text-align:left;
vertical-align:middle;
}

#categorydesc01 table td p {
text-align:center;
width:200px;
margin:0;
padding:0;
}


/* カテゴリ内Youtube エリア */
.cat-youtube-container{
position:relative;
border:1px solid #cecece;
margin:40px auto 0;
padding:40px;
display;table;
}
.cat-youtube-container .youtube-title{
display:table-cell;
vertical-align:middle;
text-align:center;
width:280px;
font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
position: absolute;
top: 42%;
left: 40px;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);

}
.cat-youtube-container .youtube-title img{
display:block;
margin:0px auto 24px !important;
}

.cat-youtube-container iframe{
display:block;
text-align:center;
width:550px;
padding-left:328px
}
.cat-youtube-container .youtube-link{
text-indent: 200%;
white-space: nowrap;
overflow: hidden;
position:absolute;
bottom:40px;
left:40px;
display:block;
width:154px;
height:61px;
background:url(https:https://file001.shop-pro.jp/PA01018/434/cms/img/category/youtube_logo.png) 0 0 no-repeat;
z-index:10;
}

.sp_item_txt{
margin:40px auto;
text-align:center;
}

#item-detail .youtube-container{
text-align:center;
}
#item-detail .youtube-container iframe{
width:960px;
}




.sp_item_idaten{
margin:50px auto 150px;
text-align:center;
font-family: source-han-serif-japanese, HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif;
}

.sp_item_idaten .idaten_title{
display:block;
width:396px;
margin:0 auto 40px;
}
.sp_item_idaten .idaten_reserve{
display:block;
width:442px;
margin:0 auto 50px;
}
.sp_item_idaten .idaten_txt{
width:549px;
margin:0 auto 80px;
font-size:16px;
text-align: left;
}
.sp_item_idaten .idaten_txt h2{
font-size:22px;
text-align: center;
margin:0 auto 15px;
}
.sp_item_idaten .idaten_photo{
width:960px;
display:-webkit-flex;
display:flex;
-webkit-flex-flow:row wrap;
flex-flow:row wrap;
-webkit-justify-content:space-around;
justify-content:space-around;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0 auto;
}
.sp_item_idaten .idaten_photo li{
width:47%;
}
.sp_item_idaten .idaten_photo li img{
display: block;
width:100%;
}

.sp_item_idaten .idaten_photo li span{
display: block;
font-size:14px;
text-align: left;
padding:19px 13px 0 13px;
}

.sp_item_idaten .idaten_photo li span em{
font-style: normal;
font-size:12px;
}
