@charset "utf-8";
/* CSS Document */
.contents {
	background: #f5f5f5;
	font-family: "genno", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333; 
	line-height: 150%;
}
.contents img {
	vertical-align: bottom;
	width: 100%;
}
/**/
#mainArea #mainSlide {
	position: relative;
	width: 100%;
}
#mainArea #mainSlide ul {
	position: relative;
	padding-bottom: 50%;
	overflow: hidden
}
#mainArea #mainSlide ul li {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: opacity 0.1s 0.5s;
	-o-transition: opacity 0.1s 0.5s;
	-webkit-transition: opacity 0.1s;
	-webkit-transition-delay: 0.5s;
	transition: opacity 0.1s 0.5s
}
#mainArea #mainSlide ul li.col-type {
	background-color: #fff
}
#mainArea #mainSlide ul .current {
	z-index: 1;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1
}
#mainArea #mainSlide li .slideBoxinner {
	position: relative;
	padding-bottom: 50%;
}
#mainArea #mainSlide li .slideBoxinner a {
	color: #333;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#mainArea #mainSlide li .slideBoxinner div {
	position: absolute;
	margin: 16% 0 0;
	padding: 2% 3% 3% 2%;
	background: rgba(255,255,255,0.8);
	z-index: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mainArea #mainSlide li .slideBoxinner div h2 {
	/*font-size: 1.28em;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;*/
	display: none;
}
#mainArea #mainSlide li * + p {
	margin-top: 0;
}
#mainArea #mainSlide li .slideBoxinner div .mvTxt {
	font-size: 1.14em;
	font-size: 4vw;
	line-height: 1.8;
	margin-bottom: 0.39%;
    letter-spacing: 0.05em;
}
#mainArea #mainSlide li .slideBoxinner div .mvTxt span.categoryName {
    font-size: 3vw;
    display: block;
    letter-spacing: 0;
    line-height: 1;
}

#mainArea #mainSlide li .slideBoxinner div .mvTxt span.seriesName {
    font-size: 3.8vw;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    font-feature-settings: "palt";
}
#mainArea #mainSlide li .slideBoxinner div p.price {
	font-size: 0.86em;
	font-size: 3vw;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
#mainArea #mainSlide li .slideBoxinner figure {
	position: absolute;
	top: 0;
	left: 0;
}
#mainArea #mainSlide .sldCur {
	width: 95%;
	position: absolute;
	margin: 0 2.5% 3%;
	bottom: 0;
	right: 0;
	z-index: 10;
	line-height: 0;
}
#mainArea #mainSlide .sldCur li {
	display: inline-block;
	width: 31.5%;
	padding-bottom: 2.5%;
	background: #1e1e1e;
	-moz-transition: border-color 0.5s;
	-o-transition: border-color 0.5s;
	-webkit-transition: border-color 0.5s;
	transition: border-color 0.5s
}
#mainArea #mainSlide .sldCur li + li {
	margin-left: 2.63%;
}
#mainArea #mainSlide .sldCur li.current {
	background: #fff;
}
#mainArea #subBanner {
	position: relative;
	margin: 2.5% auto 0;
	width: 95%;
}
#mainArea #subBanner li + li {
	margin: 0 0.045%;
}
#mainArea #subBanner .bx-controls-direction {
}
#mainArea #subBanner .bx-prev,
#mainArea #subBanner .bx-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -2.8vw;
	text-indent: -200%;
	white-space: nowrap;
}
#mainArea #subBanner .bx-prev::before,
#mainArea #subBanner .bx-next::before {
    box-sizing: border-box;
	display: block;
	content:"";
	width: 5.75vw;
	height: 5.75vw;
	border-width: 2px;
	border-color: #231815;
    transform: rotate(45deg);
}
#mainArea #subBanner .bx-prev {
	left: 2%;
}
#mainArea #subBanner .bx-next {
	right: 2%;
}
#mainArea #subBanner .bx-prev::before {
	border-left-style: solid;
	border-bottom-style: solid;
}
#mainArea #subBanner .bx-next::before {
	border-right-style: solid;
	border-top-style: solid;
}
/**/
#infomationSlide {
	margin: 5% 2.5%;
}
#infomationSlide ul {
	position: relative;
	padding-bottom: 30%;
}
#infomationSlide li {
	position: absolute;
    margin-top: 1.8%;
    top: 0;
    left: 2.63%;
    max-height: 4.2em;
    padding-right: 1em;
    overflow: hidden;
	height: 0;
	background: url(/shop/image/top/images/ico_info.png) no-repeat left 0.2em;
	background-size: 21px 21px;
    text-indent: 28px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
	font-size: 3.5vw;
	line-height: 1.4;
    z-index: 0;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 480px) {
#infomationSlide li {
	background-size: 14px 14px;
    text-indent: 18px;
}
}
#infomationSlide li.current {
	height: auto;
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	z-index: 1
}
#infomationSlide li:before {
	content: '…';
    position: absolute;
    top: 3em;
    right: 19px;
    display: block;
    width: 1.2em;
}
#infomationSlide li:after {
	content: '';
    position: relative;
    width: 1.2em;
    height: 1.6em;
    float: right;
    margin-right: -1em;
    display: block;
    background-color: #fff;
}
#infomationSlide li a {
	color: #333;
	text-decoration: none;
}
#infomationSlide .boxinner {
	position: relative;
	background: #fff;
}
#infomationSlide .boxinner > div {
	position: absolute;
	bottom: 0;
	margin-bottom: 2.63%;
	width: 7.89%;
	padding-bottom: 7.89%;
	z-index: 5;
}
#infomationSlide .btnMute {
	background: url(/shop/image/top/images/sp/btn_infoslide_mute.png) no-repeat;
	background-size: 100% auto;
	right: 21%
}
#infomationSlide .btnPrev {
	background: url(/shop/image/top/images/sp/btn_infoslide_prev.png) no-repeat;
	background-size: 100% auto;
	right: 11.8%
}
#infomationSlide .btnNext {
	background: url(/shop/image/top/images/sp/btn_infoslide_next.png) no-repeat;
	background-size: 100% auto;
	right: 2.6%
}
/**/
/* top page select */
#main .categoryArea {
	padding: 5.25% 2.5% 5%;
	border-top: 3px solid #1e1e1e;
	background: #fff;
}
#main .categoryArea ul {
    overflow: hidden;
	margin-top: 5.2%;
}
#main .categoryArea ul li {
	position: relative;
    margin-bottom: 5.26%;
    width: 47.3%;
}
#main .categoryArea ul li:nth-child(odd) {
    float: left;
}
#main .categoryArea ul li:nth-child(even) {
    float: right;
}
#main .categoryArea ul li a {
	text-decoration: none;
}
#main .categoryArea ul li a p.ctgName {
	margin-top: 2.77%;
	font-size: 0.93em;
	font-size: 3.25vw;
	line-height: 1;
	color: #1f1613;
}
#main .serviceArea {
	padding: 5.25% 2.5% 5%;
	border-top: 3px solid #1e1e1e;
	background: #fff;
}
#main .serviceArea ul {
    overflow: hidden;
	margin-top: 5.2%;
}
#main .serviceArea ul li {
	position: relative;
    margin-bottom: 5.26%;
    width: 47.3%;
}
#main .serviceArea ul li:nth-child(odd) {
    float: left;
}
#main .serviceArea ul li:nth-child(even) {
    float: right;
}
#main .serviceArea ul li a {
	text-decoration: none;
}
#main .serviceArea ul li a p.ctgName {
	margin-top: 2.77%;
	font-size: 0.93em;
	font-size: 3.25vw;
	line-height: 1;
	color: #1f1613;
}
/* top page select end */
#main .catalogArea {
	padding: 5.25% 2.5% 5%;
	border-top: 3px solid #1e1e1e;
	background: #fff;
}
#main .catalogArea .box + .box {
	clear: both;
}
#main .catalogArea .box.newBox,
#main .catalogArea .box.recommendBox {
	padding-top: 5.26%;
}

#main .catalogArea .listTtl {
	position: relative;
	margin-bottom: 5.26%;
	font-size: 1.14em;
	font-size: 4vw;
}
#main .catalogArea .listTtl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background: #333;
}
#main .catalogArea .houseBox .listTtl:before {
	top: 75%;
}
#main .catalogArea .listTtl span {
    position: relative;
	display: inline-block;
	padding-left: 35px;
	padding-right: 0.5em;
	background: #fff;
	color: #333;
}
#main .catalogArea .listTtl span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7.5px;
    width: 32px;
	height: 15px;
	background: url(/shop/image/top/images/ico_catalogTtl.png) no-repeat center left;
	background-size: 100% auto;
}
#main .catalogArea .listTtl span a {
	color: #333;
	text-decoration: none;
}
#main .catalogArea .houseBox .listTtl span:before {
    top: 0;
    margin-top: 0.25em;
}
#main .catalogArea ul {
	overflow: hidden;
}
#main .catalogArea ul li {
	position: relative;
	margin-bottom: 5.26%;
	width: 47.3%;
}
#main .catalogArea ul li:nth-child(odd) {
	float: left;
}
#main .catalogArea ul li:nth-child(even) {
	float: right;
}
#main .catalogArea ul li .txtBox {
	position: relative;
    /*margin-top: -13.8%;
    margin-left: 17.8%;*/
    padding: 4.4% 0 0 5%;
    /*width: 83%;*/
    background: rgba(255,255,255,0.8);
    letter-spacing: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main .catalogArea ul li p.itemName {
	font-size: 0.93em;
	font-size: 3.25vw;
	line-height: 1.4;
}
#main .catalogArea ul li p.itemPrice {
	padding-top: 5%;
	font-size: 1.14em;
	font-size: 4vw;
	font-weight: bold;
}
#main .catalogArea .btn {
    clear: both;
	padding-top: 2.23%;
	text-align: right;
}
#main .catalogArea .btn img {
	width: 26.3%;
}
#main .catalogArea *+p {
	margin-top: 0;
}
#main .catalogArea .saleBnr {
	margin-bottom: 5.2%;
}

/* event */
#event {
	clear: both;
	padding-top: 4.25%;
	width: 100%;
    letter-spacing: 0.05em;
}
#event .eventHead {
	margin-bottom: 5%;
	font-size: 1.29em;
	font-size: 4.5vw;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
#event .eventSlide {
	margin: 0 auto;
	width: 85%;
}
#event .eventSlideList li *+p {
	margin-top: 0;
}
#event .eventSlide li a {
	color: #333;
	text-decoration: none;
}
#event .eventSlide li .imgPhoto {
	padding: 0 2.9%;
}
#event .eventSlideList li .eventTtl {
	padding: 2px 2.9% 0;
	font-size: 0.93em;
	font-size: 3.25vw;
	line-height: 1.4;
}
#event .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
#event .bx-wrapper img {
	display: block;
}
#event .bx-wrapper .bx-viewport {
	left: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
#event .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
#event .bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
#event .bx-controls-direction a {
	width: 18px;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
	margin-top: 15%;
    text-indent: -9999px;
    overflow: hidden;
}
#event .bx-prev {
	float: left;
	left: -23px
}
#event .bx-next {
	float: right;
	right: -23px;
}
#event .bx-prev, #event .bx-next {
	position: absolute;
	top: 0;
	width: 20px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
}
#event .bx-prev {
	left: -7.05%;
}
#event .bx-next {
	right: -7.05%;
}
#event .bx-prev:before, #event .bx-prev:after, #event .bx-next:before, #event .bx-next:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 0;
	height: 0
}
#event .bx-prev:before {
    left: 0;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 0, 0, 0);
    border-width: 12px 12px 12px 0;
    border-right-color: #666666;
}
#event .bx-prev:after {
	left: 2px;
	border-style: solid;
	border-color: transparent;
	border-color: rgba(255, 0, 0, 0);
	border-width: 12px 12px 12px 0;
	border-right-color: #f5f5f5
}
#event .bx-next:before {
    right: 0;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 0, 0, 0);
    border-width: 12px 0 12px 12px;
    border-left-color: #666666;
}
#event .bx-next:after {
	right: 2px;
	border-style: solid;
	border-color: transparent;
	border-color: rgba(255, 0, 0, 0);
	border-width: 12px 0 12px 12px;
	border-left-color: #f5f5f5
}
