/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000000;
    font-size: 1em;
    line-height: 1.4;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
	width: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 12px/24px Helvetica, Helvetica Neue, Arial;
	background:#f5f5f5;
}

.main-container{
	width: 1200px;
	margin: 0 auto;
	background: #ffffff;
	padding-top: 140px;
	padding-bottom: 70px;
}
#navi-home{
	position:fixed;
	top: 0px;
	left: 0px;
}
#navi-onlinestore{
	position:fixed;
	top: 0px;
	right: 0px;
}
#btn-pagetop{
	position:fixed;
	bottom: 50px;
	right: 0px;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
}

.footer-container,
.main aside {
}

.header-container,
.footer-container,
.main aside {
}

/* ==============
    MOBILE: Menu
   ============== */

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li {
    margin: 0;
    padding: 0;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0px auto;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper {
	width: 1200px; /* 1140px - 10% for margins */
	margin: 0 auto;
}
/*
h1.title{
	text-align:center;
	margin: 46px 0px 40px 0px;
	padding: 0px;
}

nav {
	margin-bottom:10px;
}

nav ul{
	width: 1062px;
 add contents
	width: 1161px;

	margin: 0 auto;
}

nav li{
	float:left;
	border-right: 1px solid #000;
}
nav li:last-child{
	border-right: none;
}
nav li .sub{
}
nav li .sub li{
	float:none;
}
nav li .sub li:first-child{
	border-left: none;
}
nav li{
	position:relative;
}
nav li .new{
	position:absolute;
}
nav a {
    display: block;
    text-align: center;
    text-decoration: none;
	font-size: 13px;
}

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#ff5440;
	text-decoration:underline;
}
*/
/* a img {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}    */
nav a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
nav img.staff{
	cursor:pointer;
}
.footer-container{
	padding: 10px 0px 50px 0px;
	width: 1200px;
	margin: 0 auto;
}
.footer-container .wrapper{
	width: 1100px;
	margin: 0 auto;
}
.footer-container .banner{
	float:left;
	width: 320px;
}
.footer-container .banner li{
	display:inline;
}
.footer-container .foot-navi{
	float:right;
	width: 702px;
	margin-top: 10px;
}
.footer-container .foot-navi li{
	display:inline;
	font-size: 11px;
	padding: 0px 10px;
	border-left: 1px solid;
}
.footer-container .foot-navi li:last-child{
	padding-right:0;
}
.maincontents-area{
	width: 1040px;
	margin: 0px auto 0px auto;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.pos-rel{position:relative;}
.pos-abs{position:absolute;}

/* ==========================================================================
   page
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   2column
   ========================================================================== */
.two-column{
	margin-top: 50px;
	width: 1039px;
}
.two-column .left{
	width: 210px;
	float:left;
	margin-left:30px;
}
.two-column .left a{
	display:inline;
}
.two-column .left h2{
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}
.two-column .right{
	width: 790px;
	float:right;
}
.two-column .right .right-inner{
	width: 630px;
	margin: 0 auto;
	border: 1px solid #dddddd;
/*	padding: 60px 60px;*/
}
.two-column .right .right-inner dt,
.two-column .right .right-inner dd
{
	margin: 0;
	padding: 0;
}
.two-column .right p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 1em 0;
}

/* ==========================================================================
   concept
   ========================================================================== */

.concept{}
.concept .visual{
	padding-bottom: 50px;
}
.concept .btn{
	text-align:center;
}

/* ==========================================================================
   privacy
   ========================================================================== */

.privacy{}
.privacy .intro{
	padding: 0px 0px 50px 0px;
}
.privacy dl{
	border-top: 1px solid #dddddd;
	padding: 30px 0px 30px 0px;
}
/*
.privacy dl:last-child{
	border-bottom: 1px solid #dddddd;
}
*/
.privacy dt{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px !important;
	padding: 0;
	display:block;
}
.privacy dd{
}

/* ==========================================================================
   topics
   ========================================================================== */

.topics{}

.topics .left h2{
	margin-bottom: 100px;
}
.topics .left h3{
	font-size: 16px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	background: #dddddd;
}
.topics .left .list li{
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
.topics .intro{
	padding: 0px 0px 50px 0px;
}
.topics .right-inner{
	border:none !important;
	padding-top: 0px !important;
}
.topics .right-inner .title{
	border-bottom: 2px solid #b6b6b6;
	padding-bottom: 5px;
	color:#000;
}

.topics .right-inner .title .date{
	float:left;
	width: 60px;
	border: 1px solid #b6b6b6;
	padding: 0ox 5px;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	text-align:center;
}

.topics .right-inner .title h3{
	float:left;
	width: 540px;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.topics .right-inner .topics-body{
	padding: 50px 20px;
}
.topics .right-inner .topics-body img{
	max-width:100%;
}

.topics .pagenation .previous a,
.topics .pagenation .next a{
	display:inline;
}
.topics .previous a,
.topics .next a,
.topics a.previouspostslink,
.topics a.nextpostslink{
	display: inline-block;
	width: 59px;
	height: 19px;
	background-image: url(../img/topics/prev.png);
	background-repeat: no-repeat;
	outline:none;

	/* alternative 	text-indent: -9999px; */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}
.topics .next a,
.topics a.nextpostslink{
	background-image: url(../img/topics/next.png);
	float:right;
}

/* ==========================================================================
   howto
   ========================================================================== */

.howto{}

.howto .left h2{
	margin-bottom: 20px;
}
.howto .left p{
	margin-bottom: 70px;
	font-size:11px;
}
.howto .left h3{
	font-size: 16px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	background: #ffffff;
}
.howto .left .list li{
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
.howto .left .list li .image{
	width: 60px;
	float:left;
}
.howto .left .list li .text{
	width: 140px;
	float:left;
}
.howto .left .list li .text .date{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.howto .left .list li .text h3{
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.howto .intro{
	padding: 0px 0px 50px 0px;
}
.howto .right-inner{
	border:none !important;
	padding-top: 0px !important;
}
.howto .right-inner .title{
	border-bottom: 2px solid #b6b6b6;
	padding-bottom: 5px;
	color:#000;
	margin-bottom: 20px;
}
.howto .right-inner .title .date{
	float:left;
	width: 60px;
	border: 1px solid #b6b6b6;
	padding: 0ox 5px;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	text-align:center;
}

.howto .right-inner .title h3{
	/*float:left;*/
	width: 540px;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.howto .right-inner .title h3 span{
	font-size: 14px;
	padding-left: 20px;
}

.howto .right-inner .howto-body{
	padding: 50px 20px;
}
.howto .right-inner p{
	margin: 12px 0px;
}
.howto .right-inner .entry h4{
	font-size: 18px;
	margin-bottom: 20px;
}
.howto .right-inner .entry h4 span{
	font-size: 16px;
	font-weight:normal;
	color:#ff5440;
}
.howto .right-inner .entry .image li{
	display:table-cell;
}

/*
.howto .pagenation .previous a,
.howto .pagenation .next a{
	display:inline;
}
.howto .previous a,
.howto .next a,
.howto a.previouspostslink,
.howto a.nextpostslink{
	display: inline-block;
	width: 59px;
	height: 19px;
	background-image: url(../img/howto/prev.png);
	background-repeat: no-repeat;
	outline:none;

	/* alternative 	text-indent: -9999px;
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}
.howto .next a,
.howto a.nextpostslink{
	background-image: url(../img/howto/next.png);
	float:right;
}
*/

.howto .pagination{
	border-top: 1px solid #b6b6b6;
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}

.howto .pagination .previous{
	width: 270px;
	float:left;
	background-image: url(../img/howto/prev.png);
	background-repeat: no-repeat;
	background-position:center left;

}
.howto .pagination .previous .page-inner{
	width: 180px;
	padding: 10px;
	margin-left:70px;
	float:left;
	border: 1px solid #b6b6b6;
	box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.howto .pagination .previous .page-inner .image{
	width: 60px;
	float:left;
	box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.howto .pagination .previous .page-inner .text{
	width: 120px;
	float:left;
}
.howto .pagination .previous .page-inner .text .date{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.howto .pagination .previous .page-inner .text h3{
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}


.howto .pagination .next{
	width: 270px;
	float:right;
	background-image: url(../img/howto/next.png);
	background-repeat: no-repeat;
	background-position:center right;

}
.howto .pagination .next .page-inner{
	width: 180px;
	padding: 10px;
	margin-right:60px;
	float:left;
	border: 1px solid #b6b6b6;
	box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.howto .pagination .next .page-inner .image{
	width: 60px;
	float:right;
	box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.howto .pagination .next .page-inner .text{
	width: 120px;
	float:left;
}
.howto .pagination .next .page-inner .text .date{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.howto .pagination .next .page-inner .text h3{
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.howto .item-modal{
	display:none;
}


/* ==========================================================================
   web-policy
   ========================================================================== */

.web-policy{}
.web-policy .intro{
	padding: 0px 0px 50px 0px;
}
.web-policy dl{
	border-top: 1px solid #dddddd;
	padding: 30px 0px 30px 0px;
}
.web-policy dt{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px !important;
	padding: 0;
	display:block;
}
.web-policy dd{
}
.web-policy dd .browser{}
.web-policy dd .browser h3 span{
	background: #545454;
	font-size: 14px;
	color:#ffffff;
	padding: 5px 10px;
}
.web-policy dd .browser h4{
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
.web-policy dd .browser dl{
	margin-bottom: 1px;
	border: 1px solid #dddddd;
	width: 380px;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}
.web-policy dd .browser dt{
	background: #dddddd;
	font-size: 12px;
	float:left;
	width: 130px;
	margin: 0px !important;
	padding: 5px !important;
}
.web-policy dd .browser dd{
	font-size: 12px;
	float:left;
	width: 230px;
	margin: 0px;
	padding: 5px !important;
}


/* ==========================================================================
   company
   ========================================================================== */

.company{}
.company p{
	font-size: 13px;
}

.company .info{
	margin-top: 100px;
}
.company dl{
	border-top: 2px solid #dddddd;
	padding: 10px 0px 10px 0px;
}
.company .right-inner dl:nth-child(1){
	border-top: 2px solid #000;
	margin-top: 30px;
}
.company dt{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 10px 0px !important;
	padding: 0;
	display:block;
	width: 140px;
	float:left;
}
.company dd{
	margin: 12px 0px 10px 0px !important;
	width: 450px;
	float:left;
	font-size: 13px;
	line-height: 1.5;
}
.company .two-column .left h2 {
    padding-left: 30px;
    margin: 0px;
    padding: 0px;
}
.company .two-column .left {
    width: 210px;
    float: left;
    margin-left: 0px;
}
.company .two-column .right {
    width: 790px;
    float: right;
    border: 1px solid #dddddd;
    padding: 60px 60px;
}
.company .two-column .right .right-inner {
    /* width: 630px; */
    margin: 0 auto;
    border: none;
    padding: 0px 0px;
}
/* ==========================================================================
   contact
   ========================================================================== */

.contact{}
.contact p.intro{
	font-size: 14px;
}

.contact p{
	font-size: 11px;
	line-height: 1.6;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}

.contact .info{
	margin-top: 40px;
}
.contact dl{
/*	border-top: 2px solid #dddddd;*/
	padding: 0px 0px 0px 0px;
}
.contact dt{
	font-size: 14px;
	margin: 0px 0px 0px 0px !important;
	padding: 0;
	display:block;
	width: 140px;
	float:left;
}
.contact dt .must{
	color:#ff5440;
}
.contact dd{
	margin: 0px 0px 0px 0px !important;
	width: 450px;
	float:left;
	font-size: 13px;
	line-height: 1.5;
}
.contact dd input[type="text"],
.contact dd textarea
{
	border: 1px solid #dddddd;
	font-size:12px;
	padding: 4px;
	margin: 4px;
	width: 300px;
}
contact dd textarea{
	height: 300px;
}
.contact .btn{
	text-align:center;
}
.contact .btn input{
	border: none;
	background: #000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 15px;
}

/* ==========================================================================
   sitemap
   ========================================================================== */

.sitemap{}
.sitemap p{
	font-size: 13px;
}

.sitemap dl{
	border-top: 1px solid #dddddd;
	padding: 10px 0px 0px 0px;
}
.sitemap .right-inner dl:nth-child(1){
	border-top: none;
	margin-top: 0px;
}
.sitemap dt{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 10px 0px !important;
	padding: 0;
	display:block;
	width: 260px;
	float:left;
}
.sitemap dd{
	margin: 12px 0px 10px 0px !important;
	width: 340px;
	float:left;
	font-size: 13px;
	line-height: 1.5;
}




/* ==========================================================================
   collection
   ========================================================================== */

.collection{}
.collection .visual{
	margin: 0px 0px 70px 0px;
}

.collection .copy{
	margin: 0px 0px 70px 0px;
	text-align:center;
}
.collection .copy h2{
	margin: 0px 0px 20px 0px;
	text-align:center;
}
.collection .copy p{
	font-size: 14px;
	line-height: 1.8;
}
.collection .block{
	width: 1000px;
	margin: 50px auto 50px auto;
}

.collection .block .item{
	float:left;
	margin-right: 30px;
}
.collection .block .item:last-child{
	margin-right: 0px;
}
.collection .block .large{
	width: 400px;
}
.collection .block .full{
	width: 270px;
}
.collection .block .text{
	width: 270px;
}
/*
.collection #winter .block.block05 .full{
	margin-top: 100px;
}
.collection #winter .block.block05 .text{
	margin-top: 100px;
}
.collection #winter .block.block06 .full{
	margin-top: 120px;
}
.collection #winter .block.block06 .text{
	margin-top: 120px;
}
*/

.collection .block .text h3{
	margin: 0px 0px 10px 0px;
}
.collection .block .text p{
	margin: 0px 0px 10px 0px;
	width:270px;
}
.collection .block .text dl{
	border-bottom: 1px solid #b6b6b6;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
.collection .block .text dt{
	width:158px;
	font-size: 13px;
	line-height:1.4;
	float:left;
	margin: 0px;
	padding: 3px 0px 0px 0px;

}
.collection .block .text dt .tax{
	font-size: 11px;
}
.collection .block .text dd{
	width:70px;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
.collection .block .text dd.cart{
	width: 111px;
	float:right;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
.collection .block .text .disclaimer{
	font-size: 10px;
	line-height: 1.4;
}

.collection .other-item{
	width: 924px;
/*	height: 746px;*/
	margin: 0 auto;
}
.collection .other-item h3{
	margin: 60px 0px 60px 0px;
}
.collection .other-item ul{
	width: 924px;
}

.collection .other-item li{
	float:left;
	margin: 0px 60px 60px 0px;
	width: 268px;
}
.collection .other-item li:nth-child(3n){
	margin-right: 0px;
}
.collection .other-item li .line{
	left: -16px;
	top: 10px;
}
.collection .other-item li .closeup{
	left: 0px;
	bottom: 0px;
}
.collection .other-item li .btn{
	right: 0px;
	bottom: 0px;
}
#cboxOverlay{
	background: none !important;
}
#colorbox{
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.55);
	border:none;
	z-index: 9999;
}
#cboxContent{
	border: none;
	background: #f7f7f7;
}
#cboxClose {
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(/static/full/andperse/images/collection/modal_close.png) no-repeat left center !important;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
	border:none;
}
.collection .item-modal{
	display:none;
}
.item-modal{
	width: 430px;
}
.item-modal .photo{
	width: 100%;
	margin: 40px auto 10px auto;
	text-align:center;
}
.item-modal .info ul{
	margin: 10px auto 50px auto;
	width: 425px;
}
.item-modal .info ul .name{
	float:left;
	width: 300px;
	font-size: 13px;
}
.item-modal .info ul .price{
	float:right;
	text-align:right;
	width: 120px;
	font-size: 13px;
}
/*
.item-modal div.cart{
	position:absolute;
	width: 47px;
	height: 47px;
	right: 0px;
	bottom: 0px;
}
*/
.item-modal .list{
	width: 100%;
}
.item-modal .list dl{
	border-bottom: 1px solid #b6b6b6;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	line-height: 1.4;
	width: 360px;
	position:relative;
	height: 42px;
}
.item-modal .list dl:last-child{
	border-bottom: none;
}
.item-modal .list dl a{
	position:relative;
	height: 42px;
	display:block;
	width: 100%;
}
.item-modal .list dt{
	font-size: 14px;
	line-height: 1.4;
	position:absolute;
	top: 0px;
	left: 0px;
}
.item-modal .list dd{
	font-size: 14px;
	line-height: 1.4;
	position:absolute;
	bottom: 8px;
	left: 0px;
	margin: 0;
	padding:0;
}
.item-modal .list dd span.tax{
	font-size: 11px;
}
.item-modal .list dd.cart{
	width: 111px;
	position:absolute;
	top: 0px !important;
	right: 0px !important;
	left: auto;
}
.item-modal .list dd.cart img{
/*
	width: 30px;
*/
}

.item-modal .info dl{
	margin: 0px 8px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	line-height: 1.4;
}
.item-modal .info dt{
	width: 280px;
	font-size: 14px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.4;
}
.item-modal .info dt span{
	font-size: 18px;
	font-weight:bold;
}
.item-modal .info dd{
	width: 110px;
	font-size: 16px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 1.4;
}
.item-modal .info dd span{
	font-size: 16px;
	font-weight:bold;
}
.item-modal .info dd span.tax{
	font-size: 12px;
	font-weight:normal;
}
.item-modal .info dd.cart{
	width: 111px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.item-modal .info dd.cart img{
}

.collection .collection-area.spring{
	margin-bottom: 0px;
/*	height: 1750px;*/
}

.collection .collection-area.spring .bx-wrapper{
	margin-bottom: 0px;
/*	height: 1686px;*/
}
.collection .collection-area.spring .bx-wrapper .bx-pager-item{
	text-align:center;
	width: 70px;
}
.collection .collection-area.spring .bx-wrapper .bx-pager-item a {
	background: #bfbfbf;
	color:#ffffff;
/*
	text-indent: -9999px;
	height: 10px;
*/
	display: block;
	margin: 0 5px;
	padding: 3px 0px;
	font-size: 10px;
	outline: 0;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
}
.collection .collection-area.spring .bx-wrapper .bx-pager-item a img {
	padding-left: 12px;
}
.collection .collection-area.spring .bx-wrapper .bx-pager-item a:hover,
.collection .collection-area.spring .bx-wrapper .bx-pager-item a.active {
	background: #ff5440;
}
.collection .collection-area.spring .bx-pager{
	width: 220px;
	height: 20px;
	position:absolute;
/*
	top: -10px;
	right: 0px;
*/
	top: 540px;
    left: 16px;
}

.collection .collection-area.summer{
	margin-bottom: 0px;
/*	height: 1750px;*/
}

.collection .collection-area.summer .bx-wrapper{
	margin-bottom: 0px;
/*
	height: 1686px;
*/
}
.collection .collection-area.summer .bx-wrapper .bx-pager-item{
	text-align:center;
	width: 70px;
}
.collection .collection-area.summer .bx-wrapper .bx-pager-item a {
	background: #bfbfbf;
	color:#ffffff;
/*
	text-indent: -9999px;
	height: 10px;
*/
	display: block;
	margin: 0 5px;
	padding: 3px 0px;
	font-size: 10px;
	outline: 0;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
}
.collection .collection-area.summer .bx-wrapper .bx-pager-item a img {
	padding-left: 12px;
}
.collection .collection-area.summer .bx-wrapper .bx-pager-item a:hover,
.collection .collection-area.summer .bx-wrapper .bx-pager-item a.active {
	background: #ff5440;
}
.collection .collection-area.summer .bx-pager{
	width: 220px;
	height: 20px;
	position:absolute;
/*
	top: -10px;
	right: 0px;
*/
	top: 540px;
    left: 16px;
}


.collection .collection-area.autumn{
	margin-bottom: 0px;
/*	height: 1700px;*/
}

.collection .collection-area.autumn .bx-wrapper{
	margin-bottom: 0px;
/*	height: 1686px;*/
}
.collection .collection-area.autumn .bx-wrapper .bx-pager-item{
	text-align:center;
	width: 70px;
}
.collection .collection-area.autumn .bx-wrapper .bx-pager-item a {
	background: #9a8574;
	color:#ffffff;
/*
	text-indent: -9999px;
	height: 10px;
*/
	display: block;
	margin: 0 5px;
	padding: 3px 0px;
	font-size: 10px;
	outline: 0;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
}
.collection .collection-area.autumn .bx-wrapper .bx-pager-item a img {
	padding-left: 12px;
}
.collection .collection-area.autumn .bx-wrapper .bx-pager-item a:hover,
.collection .collection-area.autumn .bx-wrapper .bx-pager-item a.active {
	background: #a05113;
}
.collection .collection-area.autumn .bx-pager{
	width: 220px;
	height: 20px;
	position:absolute;
/*
	top: -10px;
	right: 0px;
*/
	top: 540px;
    left: 16px;
}

/**/
.collection .collection-area.winter .bx-wrapper{
	margin-bottom: 0px;
/*	height: 1722px;*/
}
.collection .collection-area.winter .bx-wrapper .bx-pager-item{
	text-align:center;
	width: 70px;
}
.collection .collection-area.winter .bx-wrapper .bx-pager-item a {
	background: #9a8574;
	color:#ffffff;
/*
	text-indent: -9999px;
	height: 10px;
*/
	display: block;
	margin: 0 5px;
	padding: 3px 0px;
	font-size: 10px;
	outline: 0;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
*/
}
.collection .collection-area.winter .bx-wrapper .bx-pager-item a img {
	padding-left: 12px;
}
.collection .collection-area.winter .bx-wrapper .bx-pager-item a:hover,
.collection .collection-area.winter .bx-wrapper .bx-pager-item a.active {
	background: #a05113;
}
.collection .collection-area.winter .bx-pager{
	width: 220px;
	height: 20px;
	position:absolute;
/*
	top: -10px;
	right: 0px;
*/
	top: 540px;
    left: 16px;
}
.collection .collection-area.autumn .slide > li,
.collection .collection-area.winter .slide > li{
	overflow:hidden;
	min-height: 1700px;
}

.collection .block02 .full,
.collection .block04 .full{
	margin-top: -30px;
}
.collection #summer .block04 .full{
	margin-top: -80px;
}
/*
.collection #autumn{
	height: 2506px;
}
.collection #winter{
	height: 2528px;
}
*/
/* ==========================================================================
   X mas
   ========================================================================== */
.xmas .copy{
	text-align:center;
	padding: 20px 0px;
	position:relative;
}
.xmas .copy .icon_1{
	top: 80px;
	left: 250px;
}
.xmas .copy .icon_2{
	top: 40px;
	right: 170px;
}
.xmas .maincontents-area{
	width: 1100px;
	margin: 0 auto;
}

.xmas .other-item{
	width: 1100px;
	height: 746px;
	margin: 0 auto;
}
.xmas .item-modal {
    display: none;
}
.xmas .item h3{
	margin: 30px 0px 30px 0px;
}
.xmas .item ul{
	width: 980px;
	margin: 0 auto;
}
.xmas .item ul li{
	float:left;
	margin: 0px 20px 60px 0px;
	width: 230px;
}
.xmas .item li:nth-child(4n){
	margin-right: 0px;
}
.xmas .item li .line{
	left: 0px;
	top: 10px;
}
.xmas .item li .closeup{
	left: 0px;
	bottom: 0px;
}
.xmas .item li .btn{
	right: 0px;
	bottom: 0px;
}
.xmas #forFriend.item .icon{
	bottom: 7px;
	right: 40px;
}
.xmas #forLover.item .icon{
	bottom: 7px;
	right: 550px;
}
.xmas #forFamilies.item .icon{
    bottom: -18px;
    right: -20px;
}
.xmas .disclaimer{
	text-align:right;
	font-size:11px;
}
/* ==========================================================================
   staff
   ========================================================================== */

.staff .left h2{
	margin: 0px 0px 50px 0px;
}

.staff .left h3{
	margin: 0px 0px 20px 0px;
}
.staff .left .profile-list{
	margin: 0px 0px 20px 0px;
}
.staff .left .profile-list dl{
	margin: 0px 0px 0px 0px;
}

.staff .left .profile-list dt{
	width:60px;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 0px;
}

.staff .left .profile-list dd{
	width:150px;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 0px;
}
.staff .left p{
	font-size: 10px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 1.6;
}
.staff .left .navi li{
	margin: 0px 0px 10px 0px;
}

.staff .right{}
.staff .right .visual{
	margin: 0px 0px 50px 0px;
}

.staff .right .bx-wrapper{
	margin-bottom: 10px;
}

.staff .right .bx-wrapper .bx-pager{
	position:relative;
	padding-top: 0;
}
.staff .right .bx-wrapper .bx-viewport{
	margin: 0px 0px 10px 0px;
}
.staff .right .bx-controls{
	margin-top: -30px;
}
.staff .right .bx-controls .bx-pager-item{
	float:left;
	margin: 0px 3px 3px 0px;
}
.staff .right .bx-controls .bx-pager-item:nth-child(10n){
	margin: 0px 0px 3px 0px;
}
.staff .right .bx-controls .bx-pager-item img{
	border: 2px solid #dddddd;
	width: 66px;
}
/*
.staff .right .bx-controls .bx-pager-item .active{
	border: 1px solid #ff5440;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  }
*/
.staff .right .bx-controls .bx-pager-item .active img{
	border: 2px solid #ff5440;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
/*
	margin: -1px;
*/
}

.staff .right .bx-controls .bx-custom-pager{
	clear:both;

}

.staff .right .bx-wrapper .bx-prev {
	left: -23px;
	background: url(../images/staff/next_off.png) no-repeat left center;
}

.staff .right .bx-wrapper .bx-next {
	left: 738px;
	background: url(../images/staff/prev_off.png) no-repeat left center;
}

.staff .right .bx-wrapper .bx-prev:hover {
	background: url(../images/staff/next_on.png) no-repeat left center;
}

.staff .right .bx-wrapper .bx-next:hover {
	background: url(../images/staff/prev_on.png) no-repeat left center;
}

.staff .right .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.staff .right .archive,
.staff .right .movie{
	margin: 0px auto 50px auto;
	width: 730px;
}
.staff .right .archive ul{
	margin: 0px 0px 0px 0px;
	width: 730px;
}
.staff .right .archive h3{
	margin: 0px 0px 15px 0px;
}
.staff .right .archive li{
	float:left;
	margin: 0px 5px 5px 0px;
	width:
}
.staff .right .archive li a{
	border:1px solid #c5c5c5;
	background: #fff;
	padding: 0px 0px;
}
.staff .right .archive li a img{
	width: 135px;
	height: auto;
}
.staff .right .archive li.active a:hover,
.staff .right .archive li.active a{
	border:1px solid #e8e8e8;
	background: #e8e8e8;
}
.staff .pic img{
	max-width: 100%;
}
.staff p.place{
	text-align: right;
	font-size: 10px;
	width: 680px;
	margin: -30px auto 30px auto;
}
.staff p.place a{
	display: inline;
}
.staff #morita-2016ss,
.staff #imahira-2016ss
{}
.staff #morita-2016ss .item-modal.staff,
.staff #imahira-2016ss .item-modal.staff
{
	display:none !important;
}
.item-modal.staff
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.item-modal.staff .photo{
	margin: 0;
}
.staff #morita-2016ss .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #morita-2016ss .pic{
	width: 396px;
}
.staff #morita-2016ss .info{
	width: 240px;
}
.staff #morita-2016ss .info h3{
	margin-top: 185px;
	text-align:center;
}
.staff #morita-2016ss .info .list{
	bottom:0px;
	position:absolute;
}
.staff #morita-2016ss .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #morita-2016ss .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #morita-2016ss .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #morita-2016ss .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #morita-2016ss .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #morita-2016ss .block-even ul li{
	width: 190px;
	float:left;
	margin: 0px 10px 10px 0px;
}
.staff #morita-2016ss .block-even ul li:nth-child(2n){
	margin: 0px 0px 10px 0px;
}
.staff #imahira-2016ss .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #imahira-2016ss .pic{
	width: 396px;
}
.staff #imahira-2016ss .info{
	width: 240px;
}
.staff #imahira-2016ss .info h3{
	margin-top: 185px;
	text-align:center;
}
.staff #imahira-2016ss .info .list{
	bottom:0px;
	position:absolute;
}
.staff #imahira-2016ss .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #imahira-2016ss .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #imahira-2016ss .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #imahira-2016ss .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #imahira-2016ss .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #imahira-2016ss .block-even ul li{
	width: 190px;
	float:left;
	margin: 0px 10px 10px 0px;
}
.staff #imahira-2016ss .block-even ul li:nth-child(2n){
	margin: 0px 0px 10px 0px;
}

.staff #morita-2016aw,
.staff #imahira-2016aw
{}
.staff #morita-2016aw .item-modal.staff,
.staff #imahira-2016aw .item-modal.staff
{
	display:none !important;
}
.item-modal.staff
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.item-modal.staff .photo{
	margin: 0;
}
.staff #morita-2016aw .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #morita-2016aw .pic{
	width: 396px;
}
.staff #morita-2016aw .info{
	width: 240px;
}
.staff #morita-2016aw .info h3{
	margin-top: 185px;
	text-align:center;
}
.staff #morita-2016aw .info .list{
	bottom:0px;
	position:absolute;
}
.staff #morita-2016aw .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #morita-2016aw .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #morita-2016aw .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #morita-2016aw .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #morita-2016aw .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #morita-2016aw .block-even ul li{
	width: 190px;
	float:left;
	margin: 0px 10px 10px 0px;
}
.staff #morita-2016aw .block-even ul li:nth-child(2n){
	margin: 0px 0px 10px 0px;
}
.staff #imahira-2016aw .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #imahira-2016aw .pic{
	width: 396px;
}
.staff #imahira-2016aw .info{
	width: 240px;
}
.staff #imahira-2016aw .info h3{
	margin-top: 185px;
	text-align:center;
}
.staff #imahira-2016aw .info .list{
	bottom:0px;
	position:absolute;
}
.staff #imahira-2016aw .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #imahira-2016aw .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #imahira-2016aw .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #imahira-2016aw .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #imahira-2016aw .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #imahira-2016aw .block-even ul li{
	width: 190px;
	float:left;
	margin: 0px 10px 10px 0px;
}
.staff #imahira-2016aw .block-even ul li:nth-child(2n){
	margin: 0px 0px 10px 0px;
}
.staff #morita-2017ss,
.staff #imahira-2017ss
{}
.staff #morita-2017ss .item-modal.staff,
.staff #imahira-2017ss .item-modal.staff
{
	display:none !important;
}
.item-modal.staff
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.item-modal.staff .photo{
	margin: 0;
}
.staff #morita-2017ss .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #morita-2017ss .pic{
	width: 396px;
}
.staff #morita-2017ss .info{
	width: 240px;
}
.staff #morita-2017ss .info h3{
	margin-top: 185px;
	text-align:center;
}
.staff #morita-2017ss .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #morita-2017ss .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #morita-2017ss .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #morita-2017ss .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #morita-2017ss .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #morita-2017ss .block-even ul li,
.staff #imahira-2017ss .block-even ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 3px 0px;
}
.staff #morita-2017ss .block-odd ul li:first-child,
.staff #morita-2017ss .block-even ul li:first-child,
.staff #imahira-2017ss .block-odd ul li:first-child,
.staff #imahira-2017ss .block-even ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #morita-2017ss .block-even ul li:nth-child(2n),
.staff #imahira-2017ss .block-even ul li:nth-child(2n){
	margin: 0px 3px 10px 0px;
}
.staff #morita-2017ss .block-even ul li:nth-child(3n),
.staff #imahira-2017ss .block-even ul li:nth-child(3n){
	margin: 0px 3px 10px 0px;
}
.staff #morita-2017ss .block-even ul li:nth-child(4n),
.staff #imahira-2017ss .block-even ul li:nth-child(4n){
	margin: 0px 0px 10px 0px;
}
.staff #imahira-2017ss .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #imahira-2017ss .pic{
	width: 396px;
}
.staff #imahira-2017ss .info{
	width: 240px;
}
.staff #imahira-2017ss .info h3{
	margin-top: 185px;
	text-align:center;
}
.staff #imahira-2017ss .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #imahira-2017ss .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #imahira-2017ss .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #imahira-2017ss .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #imahira-2017ss .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #imahira-2017ss .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}
.staff #morita-2017aw,
.staff #chun-2017aw,
.staff #imahira-2017aw
{}
.staff #morita-2017aw .item-modal.staff,
.staff #chun-2017aw .item-modal.staff,
.staff #imahira-2017aw .item-modal.staff
{
	display:none !important;
}
.staff #matsuda-2018ss,
.staff #chun-2018ss,
.staff #imahira-2018ss
{}
.staff #chun-2018ss .item-modal.staff,
.staff #matsuda-2018ss .item-modal.staff,
.staff #imahira-2018ss .item-modal.staff
{
	display:none !important;
}
.staff #matsuda-2018aw,
.staff #chun-2018aw,
.staff #imahira-2018aw
{}
.staff #chun-2018aw .item-modal.staff,
.staff #matsuda-2018aw .item-modal.staff,
.staff #imahira-2018aw .item-modal.staff
{
	display:none !important;
}
.item-modal.staff
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.item-modal.staff .photo{
	margin: 0;
}
.staff #morita-2017aw .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #morita-2017aw .pic{
	width: 396px;
}
.staff #morita-2017aw .info{
	width: 240px;
}
.staff #morita-2017aw .info h3{
	margin-top: 185px;
	text-align:center;
}
.staff #morita-2017aw .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #morita-2017aw .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #morita-2017aw .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #morita-2017aw .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #morita-2017aw .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #morita-2017aw .block-even ul li,
.staff #chun-2017aw .block-even ul li,
.staff #imahira-2017aw .block-even ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 3px 0px;
}
.staff #morita-2017aw .block-odd ul li:first-child,
.staff #morita-2017aw .block-even ul li:first-child,
.staff #chun-2017aw .block-odd ul li:first-child,
.staff #chun-2017aw .block-even ul li:first-child,
.staff #imahira-2017aw .block-odd ul li:first-child,
.staff #imahira-2017aw .block-even ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #morita-2017aw .block-even ul li:nth-child(2n),
.staff #chun-2017aw .block-even ul li:nth-child(2n),
.staff #imahira-2017aw .block-even ul li:nth-child(2n){
	margin: 0px 3px 10px 0px;
}
.staff #morita-2017aw .block-even ul li:nth-child(3n),
.staff #chun-2017aw .block-even ul li:nth-child(3n),
.staff #imahira-2017aw .block-even ul li:nth-child(3n){
	margin: 0px 3px 10px 0px;
}
.staff #morita-2017aw .block-even ul li:nth-child(4n),
.staff #chun-2017aw .block-even ul li:nth-child(4n),
.staff #imahira-2017aw .block-even ul li:nth-child(4n){
	margin: 0px 0px 10px 0px;
}
.staff #chun-2018ss .block-even ul li,
.staff #matsuda-2018ss .block-even ul li,
.staff #imahira-2018ss .block-even ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 3px 0px;
}
.staff #chun-2018ss .block-odd ul li:first-child,
.staff #chun-2018ss .block-even ul li:first-child,
.staff #matsuda-2018ss .block-odd ul li:first-child,
.staff #matsuda-2018ss .block-even ul li:first-child,
.staff #imahira-2018ss .block-odd ul li:first-child,
.staff #imahira-2018ss .block-even ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #chun-2018ss .block-even ul li:nth-child(2n),
.staff #matsuda-2018ss .block-even ul li:nth-child(2n),
.staff #imahira-2018ss .block-even ul li:nth-child(2n){
	margin: 0px 3px 10px 0px;
}
.staff #chun-2018ss .block-even ul li:nth-child(3n),
.staff #matsuda-2018ss .block-even ul li:nth-child(3n),
.staff #imahira-2018ss .block-even ul li:nth-child(3n){
	margin: 0px 3px 10px 0px;
}
.staff #chun-2018ss .block-even ul li:nth-child(4n),
.staff #matsuda-2018ss .block-even ul li:nth-child(4n),
.staff #imahira-2018ss .block-even ul li:nth-child(4n){
	margin: 0px 0px 10px 0px;
}
.staff #chun-2018aw .block-even ul li,
.staff #matsuda-2018aw .block-even ul li,
.staff #imahira-2018aw .block-even ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 3px 0px;
}
.staff #chun-2018aw .block-odd ul li:first-child,
.staff #chun-2018aw .block-even ul li:first-child,
.staff #matsuda-2018aw .block-odd ul li:first-child,
.staff #matsuda-2018aw .block-even ul li:first-child,
.staff #imahira-2018aw .block-odd ul li:first-child,
.staff #imahira-2018aw .block-even ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #chun-2018aw .block-even ul li:nth-child(2n),
.staff #matsuda-2018aw .block-even ul li:nth-child(2n),
.staff #imahira-2018aw .block-even ul li:nth-child(2n){
	margin: 0px 3px 10px 0px;
}
.staff #chun-2018aw .block-even ul li:nth-child(3n),
.staff #matsuda-2018aw .block-even ul li:nth-child(3n),
.staff #imahira-2018aw .block-even ul li:nth-child(3n){
	margin: 0px 3px 10px 0px;
}
.staff #chun-2018aw .block-even ul li:nth-child(4n),
.staff #matsuda-2018aw .block-even ul li:nth-child(4n),
.staff #imahira-2018aw .block-even ul li:nth-child(4n){
	margin: 0px 0px 10px 0px;
}

.staff #imahira-2017aw .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #imahira-2017aw .pic{
	width: 396px;
}
.staff #imahira-2017aw .info{
	width: 240px;
}
.staff #imahira-2017aw .info h3{
	margin-top: 185px;
	text-align:center;
}
.staff #imahira-2017aw .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #imahira-2017aw .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #imahira-2017aw .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #imahira-2017aw .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #imahira-2017aw .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #imahira-2017aw .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #chun-2017aw .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #chun-2017aw .pic{
	width: 396px;
}
.staff #chun-2017aw .info{
	width: 240px;
}
.staff #chun-2017aw .info h3{
	margin-top: 25px;
	text-align:center;
}
.staff #chun-2017aw .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #chun-2017aw .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #chun-2017aw .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #chun-2017aw .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #chun-2017aw .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #chun-2017aw .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}
.staff #imahira-2018ss .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #imahira-2018ss .pic{
	width: 396px;
}
.staff #imahira-2018ss .info{
	width: 240px;
}
.staff #imahira-2018ss .info h3{
	margin-top: 65px;
	text-align:center;
}
.staff #imahira-2018ss .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #imahira-2018ss .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #imahira-2018ss .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #imahira-2018ss .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #imahira-2018ss .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #imahira-2018ss .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #chun-2018ss .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #chun-2018ss .pic{
	width: 396px;
}
.staff #chun-2018ss .info{
	width: 240px;
}
.staff #chun-2018ss .info h3{
	margin-top: 75px;
	text-align:center;
}
.staff #chun-2018ss .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #chun-2018ss .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #chun-2018ss .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #chun-2018ss .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #chun-2018ss .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #chun-2018ss .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}
.staff #matsuda-2018ss .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #matsuda-2018ss .pic{
	width: 396px;
}
.staff #matsuda-2018ss .info{
	width: 240px;
}
.staff #matsuda-2018ss .info h3{
	margin-top: 65px;
	text-align:center;
}
.staff #matsuda-2018ss .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #matsuda-2018ss .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #matsuda-2018ss .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #matsuda-2018ss .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #matsuda-2018ss .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #matsuda-2018ss .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}
.staff #imahira-2018aw .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #imahira-2018aw .pic{
	width: 396px;
}
.staff #imahira-2018aw .info{
	width: 240px;
}
.staff #imahira-2018aw .info h3{
	margin-top: 0px;
	text-align:center;
}
.staff #imahira-2018aw .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #imahira-2018aw .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #imahira-2018aw .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #imahira-2018aw .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #imahira-2018aw .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #imahira-2018aw .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}

.staff #chun-2018aw .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #chun-2018aw .pic{
	width: 396px;
}
.staff #chun-2018aw .info{
	width: 240px;
}
.staff #chun-2018aw .info h3{
	margin-top: 75px;
	text-align:center;
}
.staff #chun-2018aw .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #chun-2018aw .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #chun-2018aw .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #chun-2018aw .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #chun-2018aw .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #chun-2018aw .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}
.staff #matsuda-2018aw .block{
	width: 680px;
	margin: 0 auto 60px auto;
	position:relative;
}
.staff #matsuda-2018aw .pic{
	width: 396px;
}
.staff #matsuda-2018aw .info{
	width: 240px;
}
.staff #matsuda-2018aw .info h3{
	margin-top: 65px;
	text-align:center;
}
.staff #matsuda-2018aw .info .list{
	bottom:0px;
	position:absolute;
	width: 240px;
}
.staff #matsuda-2018aw .left{
	float:left;
	margin: 0;
	padding: 0;
}
.staff #matsuda-2018aw .right{
	float:right;
	margin: 0;
	padding: 0;
}

.staff #matsuda-2018aw .block-odd ul li{
	width: 130px;
	float:left;
	margin: 0px 3px 0px 0px;
}
.staff #matsuda-2018aw .block-odd ul li:first-child{
	width: 396px;
	float:none;
	margin: 0px 0px 3px 0px;
}
.staff #matsuda-2018aw .block-odd ul li:last-child{
	margin: 0px 0px 0px 0px;
}
.staff .block .text dl{
	border-bottom: 1px solid #b6b6b6;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
.staff .block .text dt{
	width:128px;
	font-size: 14px;
	line-height:1.4;
	float:left;
	margin: 0px;
	padding: 3px 0px 0px 0px;

}
.staff .block .text dt .tax{
	font-size: 11px;
}
.staff .block .text dd{
	width:70px;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
.staff .block .text dd.cart{
	width: 111px;
	float:right;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
.staff .block .text .disclaimer{
	font-size: 10px;
	line-height: 1.4;
	margin: 4px 0px 0px 0px;
}

/* ==========================================================================
   shop
   ========================================================================== */
.shop{}
.shop .left{}

.shop .left .accordion_dl{}
.shop .left .accordion_dl dt{
	text-align:center;
	border: 1px solid #b6b6b6;
	width: 170px;
	padding: 5px 0px;
	margin: 0px 0px 5px 0px;
	cursor:pointer;
	display:block;
}

.shop .left .accordion_dl dd{
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 0px 0px;
}

.shop .left .accordion_dl dd li{
	padding: 3px 0px 3px 0px;
}
.shop .left .accordion_dl dd li a{
	display:inline;
}
.shop .right{}
.shop .right .right-inner{
	padding: 0;
    width: 730px;
}
.shop.top .right .right-inner{
}
.shop.top .right .right-inner h3{
	margin: 40px 40px 20px 40px;
}
.shop.top .right .right-inner #map{
	width: 600px;
	margin: 30px auto 50px auto;
}

.shop.area .right .right-inner{
	padding: 60px 60px;
	width: 650px;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.shop.area .right .right-inner h3{
	font-size: 30px;
	margin: 0px 0px 40px 0px;
	padding: 0;
}
.shop.area .right .right-inner h4{
	font-size: 16px;
	font-weight:normal;
	border-bottom: 1px solid #000;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 5px 0px;
}
.shop.area .right .right-inner .pref{
	margin-top: -150px;
	padding-top: 150px;
}

.shop.area .right .right-inner .list li{
	width: 210px;
	float:left;
	margin: 0px 10px 50px 0px;
}
.shop.area .right .right-inner .list li:nth-child(3n){
	margin-right: 0px;
}
.shop.area .right .right-inner h5{
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}
.shop.area .right .right-inner p{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.shop.detail .right .right-inner{
	padding: 60px 60px;
	width: 650px;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.shop.detail .right .right-inner a{
	display:inline;
}
.shop.detail .right .right-inner .list li{
	margin: 0px 10px 50px 0px;
}
.shop.detail .right .right-inner h2{
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
}
.shop.detail .right .right-inner p{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.shop.detail .map{
	margin: 20px 0px 0px 0px;
	width: 640px;
	height: 300px;
}
.shop .right .right-inner .area-path{
	border-bottom: 1px solid #dddddd !important;
	padding: 10px 0px !important;
	margin: 0px 0px 40px 0px !important;
	font-size: 12px !important;
}
.shop .right .right-inner .area-path a{
	display:inline;
}
.shop.detail .right .right-inner .backtotop{
	text-align:center;
}




/* ==========================================================================
   coodinates
   ========================================================================== */

.coodinates{
	position: relative;
}
.coodinates h2{
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 60px 0 30px 0;
	text-align:center;
}
.coodinates .visual{
	margin: 0px 0px 20px 0px;
}

.coodinates .copy{
	margin: 0px 0px 50px 0px;
	text-align:center;
}
.coodinates .copy p{
	margin: 20px auto 0 auto;
	width: 90%;
	text-align:center;
	font-size: 14px;
}
.coodinates .btn-select{
	margin: 0px 0px 50px 0px;
	text-align:center;
}
.coodinates .btn-select ul{
	margin: 0px auto 0px auto;
	width: 350px;
}
.coodinates .btn-select ul li{
	float:left;
	width: 50%;
	text-align:center;
}

.coodinates .block{
	margin: 50px auto 50px auto;
	position:relative;
}

.coodinates .block01.ladys .full{
	right: 2%;
	bottom: 3%;
	width: 50%;
}


.coodinates .block .item{
}
.coodinates .block .item:last-child{
	margin-right: 0px;
}
.coodinates .block .large{
	width: 90%;
	margin: 0 auto 20px auto;
}
.coodinates .block .full{
	width: 45%;
	padding: 0 2.5%;
	float:left;
}
.coodinates .block .text{
	width: 45%;
	padding: 0 2.5%;
	float:left;
}
.coodinates .block .text h3{
	margin: 0px 0px 10px 0px;
}
.coodinates .block .text p{
	margin: 0px 0px 10px 0px;
	line-height: 1.5;
}
.coodinates .block .text dl{
	margin: 0px 0px 0px 0px;
}

.coodinates .block .text dt{
	width:60%;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 0px;
}

.coodinates .block .text dd{
	display:block !important;
	width:40%;
	font-size: 11px;
	float:right;
	margin: 0px;
	padding: 0px;
}
.coodinates .block .text .disclaimer{
	font-size: 10px;
	line-height: 1.4;
}
.coodinates .block .text .btn{
	width: 30%;
}
.coodinates .ac_close{
	margin: 0px 0px 30px 0px;
}
.coodinates .other-item li:nth-child(2n){
}

.coodinates .coodinates-area{
	padding-bottom: 40px;
}

.coodinates .tab.ladys{
	background: url(../img/coodinates/tab-ladys-bg.png) no-repeat center top;
	height: 26px;
	width: 1200px;
	margin: 0px 0px 0px 0px;
}
.coodinates .tab.ladys a img{
	top: 0px;
	right: 80px;
}

.coodinates .tab.mens{
	background: url(../img/coodinates/tab-mens-bg.png) no-repeat center top;
	height: 26px;
	width: 1200px;
	margin: 0px 0px 0px 0px;
}
.coodinates .tab.mens a img{
	top: 0px;
	right: 171px;
}

.coodinates .coodinates-area ul{
	width: 90%;
	margin: 0 auto;
}
.coodinates .coodinates-area li{
	width: 25%;
	float:left;
}
.coodinates .coodinates-area li .inline > img,
.coodinates .coodinates-area li:nth-child(10) img{
	width: 256px;
}
.coodinates .coodinates-area li:nth-child(7) .inline > img{
	width: 264px;
}
.coodinates .coodinates-area li:nth-child(8) .inline > img{
	width: 264px;
}

.coodinates li .line{
	left: 0px;
	top: 10px;
}
.coodinates li .closeup{
	left: 0px;
	bottom: 0px;
}
.coodinates li .btn{
	right: 0px;
	bottom: 0px;
}
.coodinates .item-modal{
	display:none;
}
.coodinates .bottomText {
	width: 1040px;
	margin: 20px auto 0px;
}
.coodinates .bottomText p.disclaimer {
    font-size: 11px;
}
.coodinates .bottomText p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    clear: both;
}
.coodinates .bottomText p a{
	display: inline;
}
.item-modal{
	width: 90%;
	margin: 10% auto 0% auto;
}
.item-modal .photo{
}
.item-modal .info{
	padding: 20px 0px 30px 0px;
}
.item-modal h3{
	font-size: 18px;
	font-weight:bold;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
.item-modal p{
	font-size: 14px;
	line-height: 1.6;
	font-weight:normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
    width: 100%;
    clear: both;
}
.item-modal p.disclaimer{
	font-size: 11px;
}

.item-modal.coordinates {
    width: 90%;
    margin: 5% auto 0% auto;
}
.item-modal.coordinates .photo {
    width: 100%;
    margin: 0px auto 10px auto;
    text-align: center;
}

.item-modal.coordinates .list dl{
	width: 280px;
	float:left;
	margin-right: 40px;
}
.item-modal.coordinates .list dl:nth-child(even){
	margin-right: 0px;
}


/* ==========================================================================
   catalogue
   ========================================================================== */

.catalogue{}
.catalogue .main{
	margin-top: 0px;
    padding-top: 0px !important;
}

.catalogue .bx-wrapper{
	margin-bottom: 0px;
}
.catalogue .bx-wrapper .bx-pager{
	width: 972px;
	margin: 0 auto;
	position:relative;
	bottom: 15px;
}

.catalogue .bx-wrapper .bx-pager .bx-pager-item{
	float:left;
	width: 93px;
	margin-right: 4px !important;
	margin-bottom: 4px !important;
	display:inline-block;
}

.catalogue .bx-wrapper .bx-pager .bx-pager-item img{
	border: 1px solid #dddddd;
}
.catalogue .bx-wrapper .bx-pager .bx-pager-item .active img{
	border: 1px solid #ff5440;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
    opacity: 0.7;
    filter: alpha(opacity=70);  }
/*
.catalogue .bx-wrapper .bx-pager .bx-pager-item:nth-child(9n){
	margin-right: 0px;
}
*/
/*
.catalogue .bx-wrapper .bx-viewport{
	height: 948px !important;
}
*/

.catalogue .bx-wrapper .bx-prev {
	left: -20px;
	top: 350px !important;
	background: url(../img/staff/next_off.png) no-repeat left center;
}
.catalogue .bx-wrapper .bx-next {
	left: 990px;
	top: 350px !important;
	background: url(../img/staff/prev_off.png) no-repeat left center;
}
.catalogue .bx-wrapper .bx-prev:hover {
	background: url(../img/staff/next_on.png) no-repeat left center;
}
.catalogue .bx-wrapper .bx-next:hover {
	background: url(../img/staff/prev_on.png) no-repeat left center;
}

.catalogue .block .text{
	width: 977px;
	margin: 0 auto;
}
.catalogue .block .text h3{
	font-size: 14px;
	font-weight:bold;
	margin-bottom:0px;
	text-align:left;
	line-height:1;
}
.catalogue .block .text dl{
	border-bottom: 1px solid #b6b6b6;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	display:table;
}
.catalogue .block .text dt{
	width:119px;
	font-size: 12px;
	line-height:1.4;
	float:left;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
.catalogue .block .text dt .tax{
	font-size: 11px;
}
.catalogue .block .text dd{
	width:100%;
	font-size: 10px;
/*	float:left;*/
	margin: 0px;
	padding: 3px 0px 0px 0px;
	display:table-cell;
	vertical-align:bottom;
}
.catalogue .block .text dd.cart{
	width: 111px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
.catalogue .disclaimer{
	font-size: 10px;
	line-height: 1.4;
	text-align:right;
	clear:both;
	padding-top: 20px;
}
.catalogue .bx-wrapper .bx-viewport li .image{
	margin-top: -2px;
}
.catalogue .block .col li{
	width: 230px;
	float:left;
	margin-right: 19px;
}
.catalogue .block .col li:last-child{
	margin-right: 0px;
}
.catalogue .block.col2 .col li:last-child{
	width: 230px;
	float:right;
}
.catalogue .block.col2 .col li:last-child{
	width: 230px;
	float:right;
}
/*
.catalogue .page06 .block .col li:last-child{
	width: 300px;
	float:right;
}

.catalogue .page06 .block .col li:last-child dt{
	width: auto;
}
*/
.catalogue .block .col .list{
	margin-top: 30px;
}
.catalogue .bottomText{
	width: 979px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}
.catalogue .bottomText .disclaimer{
	position: absolute;
	top: 49px;
	left: 0px;
	font-size: 10px;
	line-height: 1.4;
	text-align:left;
	clear:both;
	padding-top: 8px;
}
.catalogue .bottomText .disclaimer a{
	display: inline;
}

/* EC overwrite */
strong, em, small {
    font-style: normal;
    font-weight: normal;
}
.header-cart-icn img{
	width: 100%;
	height:auto;
}
