@charset "UTF-8";

.wrapper {
  width: 100%;
}

.inner-wrap {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-red { background-color: #f11617;}
.bg-blue { background-color: #0067b6;}
.bg-pink { background-color: #e3007e;}
.bg-green { background-color: #8dc21f;}


/*
* ヘッダー
*/

.header {
}

.header .inner-wrap {
    height: 108px;
    padding: 15px 32px 13px;
}

.header-title {}
.header-logo {}

.header-title h1 {
    width: 231px;
    height: 63px;
    display: inline-block;
    vertical-align: top;
    margin-left: 28px;
    margin-top: 10px;
}

.global-navi {
    width: 567px;
}

.navigation {
    width: 577px;
    height: 34px;
    position: absolute;
    bottom: 0;
    right: 32px;
}

.navigation li {
    height: 34px;
    float: left;
}

.navigation li a {
    display: block;
    height: 34px;
    width: 100%;
    background-image: url(../images/common/navigation.png);
    background-repeat: no-repeat;
}

.navigation .nav-top { width: 68px;}
.navigation .nav-boys { width: 81px;}
.navigation .nav-girls { width: 88px;}
.navigation .nav-baby { width: 88px;}
.about-kids-clothes { width: 252px;}

.navigation .nav-top a { background-position: 0 0;}
.navigation .nav-boys a { background-position: -68px 0;}
.navigation .nav-girls a { background-position: -149px 0;}
.navigation .nav-baby a { background-position: -237px 0;}
.about-kids-clothes a { background-position: -328px 0;}

.navigation .nav-top a:hover, 
.navigation .nav-top.active a { 
    background-position: 0 -34px;
}
.navigation .nav-boys a:hover, 
.kids-category-boys .navigation .nav-boys a,
.kids-item-boys .navigation .nav-boys a,
.navigation .nav-boys.active a { 
    background-position: -68px -34px;
}
.navigation .nav-girls a:hover, 
.kids-category-girls .navigation .nav-girls a,
.kids-item-girls .navigation .nav-girls a,
.navigation .nav-girls.active a { 
    background-position: -149px -34px;
}
.navigation .nav-baby a:hover, 
.kids-category-baby .navigation .nav-baby a,
.kids-item-baby .navigation .nav-baby a,
.navigation .nav-baby.active a { 
    background-position: -237px -34px;
}

.header-sns {
    position: absolute;
    top: 13px;
    right: 32px;
}

.header-sns li {
    width: 27px;
    height: 27px;
    float: left;
    margin-left: 7px;
}

/* コンテンツ（共通） */
.contents {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    padding: 0;
    margin: 0;
}

.kids-top .contents .inner-wrap {
    margin-top: -5px;
    /*width: 1025px;*/
}

/* コンテンツ（トップページ） */

.kids-top .contents {
    height: 419px;
    border-color: #f11617;
}

/* カテゴリーページ */
.kids-item .contents,
.kids-category .contents{
    position: relative;
}

.kids-category-boys .contents { border-color: #0067b6;}
.kids-category-girls .contents { border-color: #e3007e;}
.kids-category-baby .contents { border-color: #8dc21f;}

.kids-top-list {
    width: 100%;
    height: 419px;
}

.kids-top-list li {
    position: relative;
    float: left;
    width: 341px;
    height: 409px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    overflow: visible!important;
}

.kids-top-list li a {
    display: block;
    height: 409px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.kids-top-boys { border-color: #0067b6;}
.kids-top-girls { border-color: #e3007e;}
.kids-top-baby { border-color: #8dc21f;}

.kids-top-boys a{
    background-image: url(../images/top/kids-top-boys.png);
}

.kids-top-girls a{
    background-image: url(../images/top/kids-top-girls.png);
} 

.kids-top-baby a{
    background-image: url(../images/top/kids-top-baby.png);
} 

.category-tags {
    width: 130px;
    height: 41px;
    display: block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -65px;
    background-repeat: no-repeat;
    background-position: center center;
}

.kids-item-boys .category-tags,
.kids-category-boys .category-tags,
.kids-top-list li.kids-top-boys .category-tags {
    background-image: url(../images/common/tag-boys.png);
}

.kids-item-girls .category-tags,
.kids-category-girls .category-tags,
.kids-top-list li.kids-top-girls .category-tags {
    background-image: url(../images/common/tag-girls.png);
}

.kids-item-baby .category-tags,
.kids-category-baby .category-tags,
.kids-top-list li.kids-top-baby .category-tags {
    background-image: url(../images/common/tag-baby.png);
}


/* フッター */

.to-top {
    width: 100%;
    padding: 86px 0;
    text-align: center;    
}

.to-top a {
    display: inline-block;
    width:  221px;
    height: 27px;
}

.footer {
    width: 100%;
    height: 125px;
}

.footer .inner-wrap {
    padding: 48px 88px;
}

.footer ul li {
    float: left;
}

.footer-about:before,
.footer-onlinestore:before {
    content: url(../images/common/footer-divider.png);
}

.footer-copyright { margin-right: 26px;}
.footer-about { margin-right: 31px;}
.footer-about a { padding-left: 30px;}
.footer-onlinestore a { padding-left: 33px;}



/* カテゴリーページ */

.category-item-list {
    width: 992px;
    margin: 15px auto;
}

.category-item-list li {
    width: 300px;
    height: 350px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #eee;
    margin-bottom: 45px;
}

.category-item-list li a {
    display: inline-block;
}

.category-item-list li a:hover {
    -webkit-opacity: .8;
    -moz-opacity: .8;
    -ms-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=70);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}



.category-item-list li.item-third {
    border-right: none;
}

.category-item-image {
    width: 300px;
    height: 300px;
    position: relative;
    margin-bottom: 15px;
}

.category-item-image img {
    max-width: 100%;
    display: inline-block;
}
.category-item-name span,
.category-item-name span img {
    display: inline-block;

}

/* IE8以下用 */
/*.category-item-name img:hover ,*/
.category-item-image img:hover{
    filter: alpha(opacity=70);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

.category-item-cat {
    display: block;
    width: 84px;
    height: 30px;
    background-color: #f00;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.category-item-cat img {
    margin-top: 10px;
}

.category-item-name {
    width: 100%;
    position: relative;
    text-align: center;

}

.category-item-name span {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    /*font-size: 20px;*/
}

.category-item-name span:before {
    content: url(../images/common/arrow-up_red.png);
    position: absolute;
    top: 8px;
    left: 0;
}

/* アイテム　シングルページ */

.kids-item .contents {

}

.kids-item .contents .inner-wrap {
    width: 960px;

}

.kids-item-boys .contents {
    border-top-color: #0067b6;
    border-bottom-color: #0067b6;
}

.kids-item-girls .contents {
    border-top-color: #e3007e;
    border-bottom-color: #e3007e;
}

.kids-item-baby .contents {
    border-top-color: #8dc21f;
    border-bottom-color: #8dc21f;
}


.col-left {
    width: 640px;
    float: left;
}

.col-right {
    width: 320px;
    float: right;
}

.item-mainimg {
    width: 640px;
    height: 640px;
    position: relative;
}

.kids-item .category-item-cat {
    width: 130px;
    height: 130px;
}

.kids-item .category-item-cat img {
    margin-top: 55px;
}
.item-data {
    margin: 25px 0 25px 38px;
}

.item-title {
    font-size: 34px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.item-title-small {
    font-size: 13px;
    margin-bottom: 24px;
}

.item-description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}


.usual-price {
    margin-bottom: 40px;
}

.usual-price img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 8px;
}


.item-table {
    border-collapse: separate;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.item-table td {
    height: 106px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
}

.item-feature-num {
    width: 106px;

}

.item-feature-image {
    width: 106px;
}

.item-feature-text {
    width: 380px;
    padding-left: 44px;
}

.item-table td.item-feature-text {
    text-align: left;

}

.item-feature-colors {
    width: 319px;
    min-height: 320px;
    border: 1px solid #eee;
    margin-left: -1px;
}

.item-feature-colors  p {
    text-align: center;
    margin: 15px auto;
}

.item-feature-colors ul {
    width: 300px;
    padding: 10px;
}

.item-feature-colors ul li {
    float: left;
    width: 90px;
    margin: 0 5px 10px;
    text-align: center;
}

.item-feature-colors ul li img {
    max-width: 100%;
    height: auto;
}
/* トップページモーダルコンテンツ */

.modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/modal/modal-overlay_white.png) left top repeat;
    z-index: 100;
}

.modal-contents-wrap {
    width: 962px;
    height: 452px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -481px;
    margin-top: -226px;
    z-index: 101;    
    background: url(../images/modal/modal-bg.png) left top no-repeat;
}

.modal-contents {
    width: 962px;
    height: 452px;
    z-index: 101; 
    padding: 36px 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.modal-close {
    display: block;
    width: 98px;
    height: 98px;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 102;    
}

/*.bx-wrapper {
    overflow: hidden;
}*/

.bx-controls {
    width: 186px;
    height: 31px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -93px;
}

.bx-pager-item {
    float: left;
    width: 23px;
    height: 23px;
    margin: 4px;
    padding: 0;
}

.bx-pager-item a {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/modal/slider-dot.png) center center no-repeat;
    font-size: 0;
    text-indent: -9999px;
}

.bx-pager-item a.active {
    background: url(../images/modal/slider-dot_active.png) center center no-repeat;

}

.bx-controls-direction a {
    display: block;
    width: 27px;
    height: 42px;
    position: absolute;
    top: -200px;
    font-size: 50px;
}

.bx-prev {
    left: -370px;
    background: url(../images/modal/slider-prev.png) center center no-repeat;
}

.bx-next {
    right: -370px;
    background: url(../images/modal/slider-next.png) center center no-repeat;
}