@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html {
    font-size: 100%;
}
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }

body, header, footer,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote {
	margin: 0;
	padding: 0;
}

* {
  box-sizing: border-box;
}


img {
  max-width: 100%;
  height: auto;
}

a {
	text-decoration: none;
	color: #333333;
}

@media (min-width: 64em) {
  a:hover {
    opacity: 0.8;
  }
}

ul, ol, li{
	list-style: none;
}



.item-container{
	display: flex;
	justify-content: space-between;
}

.item-body{
	width: calc(100% - 280px);
}

.side-menu{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.8;
	width: 210px;
	color: #333333;
	margin-right: 70px;
}
.side-banner{
	margin-bottom: 20px;
}
.side-banner div{
	padding-bottom: 10px;
}
.side-cate-list li a{
	display: block;
    height: 100%;
    width: 100%;
}

.ladies-cate-head, .mens-cate-head, .kid-cate-head, .room-cate-head{
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
	position: relative;
	bottom: 10px;
}

.ladies-cate-head::after, .mens-cate-head::after, .kid-cate-head::after, .room-cate-head::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 45%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
}
.ladies-cate-head{background-color: #cc929c;}
.mens-cate-head{background-color: #a0b2c3;}
.kid-cate-head{background-color: #fdba4c;}
.room-cate-head{background-color: #a48579;}
.ladies-cate-head::after {border-top: 8px solid #cc929c;}
.mens-cate-head::after {border-top: 8px solid #a0b2c3;}
.kid-cate-head::after {border-top: 8px solid #fdba4c;}
.room-cate-head::after {border-top: 8px solid #a48579;}

.sideheading1{
	font-size: .9375rem;
	font-weight: 700;
	padding: 0 0 0 8px;
	
	margin-bottom: 10px;
	border-left: 3px solid #333333;
}

.sideheading2{
	font-size: .8125rem;
	font-weight: 700;
	padding: 10px 0;
	border-top: 1px solid #D6D6D6;
}
.side-cate-listitem{
	font-size: .8125rem;
	border-top: 1px solid #D6D6D6;
	padding: 12px 0 12px 12px;
}
.first-item{border-top: none;}
.last-item{margin-bottom: 30px;border-bottom: 1px solid #D6D6D6;}

.color_last{
	margin-bottom: 30px;
}
.side-color-list{
	margin-top: 10px;
	margin-bottom: 60px;
}
.side-cateColor{
	position: relative;
	font-size: .8125rem;
	padding: 12px 0 12px 50px;
}

.side-cateColor a span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    width: 20px;
    height: 20px;
    border-radius: 14px;
    background: #000;
  }

.sidecolor_black span:before {
    background-color: #000000 !important;
}
.sidecolor_brown span:before {
    background-color: #8C6239 !important;
}
.sidecolor_camel span:before {
    background-color: #BB8D5F !important;
}
.sidecolor_blue span:before {
    background-color: blue!important;
}
.sidecolor_green span:before {
    background-color: mediumseagreen!important;
}
.sidecolor_purple span:before {
    background-color: rebeccapurple!important;
}
.sidecolor_yellow span:before {
    background-color: yellow!important;
}
.sidecolor_pink span:before {
    background-color: hotpink!important;
}
.sidecolor_red span:before {
    background-color: red!important;
}
.sidecolor_orange span:before {
    background-color: orange!important;
}
.sidecolor_white span:before {
    background-color: white!important;
	border: 1px solid #D6D6D6;
}
.sidecolor_grey span:before {
    background-color: gray!important;
}
.sidecolor_other span:before {
    background-color: white!important;
	border: 1px dashed #000000;
}

@media screen and (max-width: 949px) {
    .side-menu{display: none!important;}
	.item-body{width: 100%;}
}