.fs-preview-header { display: none; }
/*@import url();*/

html {
    overflow: auto;
}

html,body{
    width: 100%;
}

body {
    width: 100%;
    overflow: hidden;
    font-family: "Ubuntu", "Noto Sans Japanese", sans-serif;
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "¡¦Ã¢Â¥Â´Â¥Â·Â¥¡¦Â¥Â¯", YuGothic, "Â¥Ã¡Â¥Â¤Â¥ÃªÂ¥Âª", Meiryo, Osaka, sans-serif;*/
    background: #ffffff;
    color: #303030;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    transition: all .3s;
}

.clearfix {width:100%;}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}

#container {
    position: relative;
    margin: 0 auto;
}

a.not_transparent:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}

.MB10 {
    margin-bottom: 10px;
}
.MB20 {margin-bottom:20px;}
.FL {float: left;}
.FR {float: right;}
.Col2 {width: 49%}
.Col2 img {width: 100%}
.box {width: 1200px; margin-left:auto; margin-right: auto;}
/*================================================
header
================================================*/
#header {
    width: 100%;
    background: #ffffff;
    /*padding: 0 1200px;
    margin: 0 -1200px;*/
    text-align: center;
}
#header .inner {
    position: relative;
    width: 1200px;
    height: 80px;
    padding: 0px 0 0px;
    margin: 0 auto;
}
#header .logo {
    position: absolute;
    /* display: block; */
    top: 26px;
    left: 0;
    /* right: 0; */
    width: 297px;
    margin: 0 auto;
    z-index: 9999;
}
#header .logo img {
    width: 100%;
}
#header h2 {
    position: absolute;
    top: 48px;
    left: 310px;
    width: 200px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#header .spNav {
    display: none;
}

#header .renewal {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    right: 420px;
    width: 120px;
    margin: 0 auto;
}

.shopinfo {
    display: none;
}
ul#HeadIconArea {
    position: absolute;
    top: 9px;
    right: -10px;
    width: 400px;
    list-style: none;
}
    ul#HeadIconArea li {
        width: 51px;
        float: left;
        margin: 0 0 0 20px;
        list-style:none;
    }
        ul#HeadIconArea li img {
            width: 100%;
        }
ul#HeadSubNav {
    position: absolute;
    top: 41px;
    right: 280px;
    width: 460px;
    list-style: none;
}
    ul#HeadSubNav li {
        /*width: 105px;*/
        float: left;
        margin: 0 ;
        list-style:none;
    }
        ul#HeadSubNav li a {
            display: block;
            font-size: 14px;
            color: #000;
            border-right: 1px solid #CCC;
            padding: 5px 10px;
        }
        ul#HeadSubNav li:last-child a {
            border-right: none;
        }
#HeadSerchArea {
    float: left;
    width: 220px;
    margin:0 20px 0 0;
}

/*================================================
search
================================================*/
.search {
    position: relative;
    width: 220px;
    height: 32px;
    float: right;
    text-align: right;
    padding: 0;
    top: 0;
    right: 0;
    border: 0px solid #cccccc;
    border-radius: 100px;
    background: #ffffff;
    margin-top: 0;
}

.search form input {
    margin: 0;
}

.search form input[type="text"] {
    position: absolute;
    width: 188px;
    height: 32px;
    padding: 0;
    line-height: 25px;
    text-indent: 1em;
    top: 0;
    left: 0;
    font-size: 13px;
    border: 1px;
    background: #DBDAD5;
}
.search form input[type="image"] {
    width: 32px;
    height: 32px; 
    background: rgba(255,255,255,.0);
    border: 0;
    vertical-align: middle;
}
.search form button img {
    width: 32px;
    height: 32px; 
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}



#SideSerchArea {
    position: relative;
    width: 220px;
    height: 32px;
    text-align: right;
    padding: 0;
    top: 0;
    right: 0;
    border: 0px solid #cccccc;
    border-radius: 100px;
    background: #ffffff;
    margin: 0 0 20px;
}

.SideSerchArea form input {
    margin: 0;
}

.SideSerchArea form input[type="search"] {
    position: absolute;
    width: 220px;
    height: 32px;
    padding: 0;
    line-height: 25px;
    text-indent: 1em;
    top: 0;
    right: 0;
    font-size: 13px;
    border: 1px;
    background: #DBDAD5;
}
.SideSerchArea form button {
    width: 32px;
    height: 32px; 
    background: rgba(255,255,255,.0);
    border: 0;
    margin-right: 10px;
    vertical-align: middle;
}
.SideSerchArea form button img {
    width: 32px;
    height: 32px; 
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

/*================================================
keyword
================================================*/
ul#HeadKeywordArea {
    float: left;
    list-style:none;
    width: 545px;
    height: 32px;
    overflow: hidden;
    margin: 0;
    padding:0;
}
ul#HeadKeywordArea li {
    float: left;
    list-style:none;
    border:1px solid #666;
    margin:0 10px 0 0;
}
ul#HeadKeywordArea li a {
    display: block;
    font-size: 12px;
    color: #666;
    height: 30px;
    line-height:30px;
    padding:0 10px;
}

ul#SideKeywordArea {
    list-style:none;
    width: 220px;
    overflow: hidden;
    margin: 0;
    padding:0;
}
ul#SideKeywordArea li {
    float: left;
    list-style:none;
    border:1px solid #666;
    margin:0 10px 10px 0;
}
ul#SideKeywordArea li a {
    display: block;
    font-size: 12px;
    color: #666;
    height: 30px;
    line-height:30px;
    padding:0 10px;
}

/*================================================
information
================================================*/
#InfoTitle {
    font-size: 18px;
    border-bottom: 1px solid #CCC;
    margin:0 auto 20px;
    padding:0 0 10px;
    width: 920px;
}
ul#HeadInfo {
    list-style: none;
    margin:0 auto;
    padding:0;
}
ul#HeadInfo li {
    list-style:none;
    background:url(../images/icon_info.jpg) no-repeat 0 8px;
    padding:10px 10px 10px 40px;
    border-bottom:1px dotted #ccc;
    width: 920px;
}
ul#HeadInfo li a {
    display: block;
    text-align:left;
    font-size: 14px;
    color: #000;
    line-height:160%;
}


/*================================================
globalnavi
================================================*/
.gnavi {
    z-index: 9998;
}
 
 
/*================================================
slidewrapper
================================================*/
#slidewrapper {
    width: 100%;
    padding: 0 500px 25px 500px;
    margin: 0 -500px;
    font-size: 0;
    background: #ffffff;
    position: relative;
}
.slider {
    width: 1200px;
    padding: 0;
    margin: 0 auto 50px;
}
.slider img {
    width: 100%;
    height: auto;
}
.slick-prev::before, .slick-next::before {
    font-size: 24px;
}
.center-item .slick-next {
    right: 0px;
    z-index: 99;
}
.center-item .slick-prev {
    left: 0px;
    z-index: 100;
}
.slick-dots {
    bottom:-25px;
}
 
a {
    text-decoration: none;
}
.caption {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.caption img {
    width: 100%;
    height: 100%;
}
#slidewrapper a img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    transition: all .3s;
}

/*================================================
title
================================================*/
.MainTitle{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 24px;
    font-weight: bold;
    text-align:center;
    margin-bottom: 20px;
    padding:0;
}

.MainTitle:before, .MainTitle:after{
    content: '';
    position: absolute;

    top: 50%;
    display: inline-block;
    width: 330px;
    height: 1px;
    background-color: black;
}

.MainTitle:before {left:0;}
.MainTitle:after {right: 0;}

.PickUpTitle{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 24px;
    font-weight: bold;
    text-align:center;
    margin-bottom: 20px;
    padding:0;
}


/*================================================
main
================================================*/
#main {
    position: relative;
    width: 920px;
    float: right;

}
.contents {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}
.line {
    display: block;
    border-top: 2px solid #303030;
    margin-bottom: -10px;
}

h3.itemtitle {
    font-size: 14px;
    font-weight: bold;
    color: #303030;
    line-height: 1.5;
    padding: 0;
    margin: 8px auto 0;
    text-align: left;
}
p.price {
    font-size: 12px;
    font-weight: normal;
    color: #303030;
    line-height: 1.5;
    padding: 0;
    margin: 5px auto 10px;
    text-align: left;
}

#kyuugyou{
    width:100%;
    font-size:15px;
    line-height:1.8;
    margin: 30px 0 20px 0;
    color: #2c2c2f;
    background: ;
    border: solid 5px #ebebeb;
}

#kyuugyou_hl{
    font-size:17px;
    font-weight:bold;
    color:#bb1b17;
}

#kyuugyou_sp{
    display:none;
}
.MainBt a {
    display: block;
    width: 400px;
    font-size: 18px;
    text-align: center;
    color: #000;
    padding:25px 30px;
    background:#DBDAD5;
    margin:0 auto 20px;
}
/*================================================
MAIN SEARCH
================================================*/



/*================================================
PickUpCategory
================================================*/
#pucate {
    display: none;
}


/*================================================
NEW ARRIVAL
================================================*/
.newList {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.newList li {
    display: inline-block;
    width: calc(100% / 4);
    padding: 20px;
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.libg {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
}
.new_outline {
    display: block;
    width: 95%;
    padding-bottom: 95%;
    background: #ffffff;
    border: 5px solid #303030;
    border-radius: 8px;
}
.new_outline p {
    position: absolute;
    top: 55px;
    width: 95%;
    font-size: 18px;
    color: #303030;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    /*display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* Â½¡¦¡¦Ã½Â¸Ã¾¡¦Ã¦Â±Ã»¡¦Â·Â¤Â¨Â¡¡¦Safari¡¦¡¦Â¡¡¦
    align-items: center; /* Â½¡¦¡¦Ã½Â¸Ã¾¡¦Ã¦Â±Ã»¡¦Â·Â¤Â¨
    -webkit-justify-content: center; /* Â²Â£¡¦Ã½Â¸Ã¾¡¦Ã¦Â±Ã»¡¦Â·Â¤Â¨Â¡¡¦Safari¡¦¡¦Â¡¡¦
    justify-content: center; /* Â²Â£¡¦Ã½Â¸Ã¾¡¦Ã¦Â±Ã»¡¦Â·Â¤Â¨ */
}
.libg_item_img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.libg_item_img2 {
    width: 85%;
    height: 85%;
    
}
.libg span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    /*height: 200px;*/
    padding-bottom: 100%;
    border-radius: 8px;
    background: rgba(0,0,0,.7);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.libg span p {
    position: absolute;
    left: -100%;
    width: 80%;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.5;
    -webkit-transition: .3s;
    transition: .3s;
}
.libg span p {
    font-size: 12px;
    top: 3%;
    text-align: left;
}
.libg span:hover {
    opacity: 1;
}
.libg span:hover p {
    left: 10%;
}
.libg span:hover p {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#pc_none1 {
    display: none;
}
#pc_none2 {
    display: none;
}
#pc_none3 {
    display: none;
}


/*================================================
SELECTION
================================================*/
.selection {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.selection li {
    display: inline-block;
    width: calc(100% / 5);
    padding: 20px;
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.selectbg {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
}
.select_outline {
    display: block;
    width: 95%;
    padding-bottom: 95%;
    background: #ffffff;
    border: 5px solid #303030;
    border-radius: 8px;
}
.select_outline p {
    position: absolute;
    top: 40px;
    width: 95%;
    font-size: 18px;
    color: #303030;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.select_item_img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.selectbg span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 8px;
    background: rgba(0,0,0,.7);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.selectbg span p {
    position: absolute;
    left: -100%;
    width: 80%;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.5;
    -webkit-transition: .3s;
    transition: .3s;
}
.selectbg span p {
    font-size: 12px;
    top: 3%;
    text-align: left;
}
.selectbg span:hover {
    opacity: 1;
}
.selectbg span:hover p {
    left: 10%;
}
.selectbg span:hover p {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


/*================================================
RANKING
================================================*/
.ranking {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.ranking li {
    display: inline-block;
    width: calc(100% / 5);
    padding: 20px;
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.crown {
    width: 25%;
    margin-bottom: 1%;
}
.rankbg {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
}
.rankbg img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.rankbg span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 8px;
    background: rgba(0,0,0,.7);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}
.rankbg span p {
    position: absolute;
    left: -100%;
    width: 80%;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.5;
    -webkit-transition: .3s;
    transition: .3s;
}
.rankbg span p {
    font-size: 12px;
    top: 3%;
    text-align: left;
}
.rankbg span:hover {
    opacity: 1;
}
.rankbg span:hover p {
    left: 10%;
}
.rankbg span:hover p {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


/*================================================
SPECIAL
================================================*/
.specialList {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.specialList li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 20px;
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.specialList li a {
    display: block;
}
.spebg {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #f1f1f1;
    padding-bottom: 15px;
    margin: 0 auto;
    border-radius: 8px;
    background:#DBDAD5;
}
.spebg img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.spebg h3 {
    font-size: 16px;
    font-weight: bold;
    color: #303030;
    letter-spacing: 2px;
    padding: 0 20px;
    margin: 15px auto 10px;
    text-align: left;
}
.spebg p {
    font-size: 13px;
    color: #303030;
    line-height: 1.8;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
}


/*================================================
OTHER
================================================*/
.other {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
}
.other li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 20px;
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.insta {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.insta a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.insta p {
    font-size: 25px;
    color: #303030;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.other_bn {
    position: relative;
    width: 100%;
    margin: 0px auto 0;
}
.other_bn p {
    font-size: 25px;
    color: #303030;
    line-height: 1.8;
    margin: 0;
    text-align: left;
}
.other_bn img {
    width: 100%;
    border-radius: 8px;
    margin: 0 auto 7px;
}


/*================================================
BRAND
================================================*/
.brandlist {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.brandlist li {
    display: inline-block;
    width: calc(100% / 8);
    padding: 10px;
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.brandbg {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 10px;
}
.brandbg img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: all .3s;
}
.brandbg img:hover {
    border-radius: 0;
}
 
.brand_more a {
    display: block;
    width: 20%;
    background: #ffffff;
    border: 2px solid #555555;
    border-radius: 100px;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
    padding: 20px 0;
    line-height: 0;
    margin: 30px auto 50px;
    text-align: center;
    /*box-shadow: 1px 1px 1px rgba(0,0,0,0.1);*/
    transition: all .3s;
}
/*.brand_more a:after {
    content:"Â¡Ã¤";
    float: right;
    margin-right: 20px;
}*/
.nonehover:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
}
.brand_more a:hover {
    background: #555555;
    color: #ffffff;
}

/*================================================
Side
================================================*/
#SideArea {
    float: left;
    width: 220px;
}
.SideContens {
    margin:0 0 20px;
}
.SideContens h3 {
    font-size: 18px;
    padding:0 0 5px;
    border-bottom: 1px solid #000;
    font-weight: normal;
}

.SideContens ul.Calist {
    list-style:none;
    padding:0;
    margin:0 0 20px;
}
.SideContens ul.Calist li {
    font-size: 14px;
    list-style:none;
    border-bottom: 1px solid #CCC;
}
.SideContens ul.Calist li a span {
    font-size: 12px
}
.SideContens ul.Calist li a {
    display: block;
    color: #000;
    padding:15px 0 10px 0;
}


.SideContens dl.CaList {
    list-style:none;
    padding:0;
    margin:0px;
}
.SideContens dl.CaList dt {
    font-size: 14px;
    list-style:none;
    border-bottom: 1px solid #CCC;
    padding:0 0 0 50px;
    margin:0;
    font-weight: bold;
}
.SideContens dl.CaList dt#SideCaDesign { background:url(../images/icon_03.jpg) no-repeat 0 0; }
.SideContens dl.CaList dt#SideCamottole { background:url(../images/icon_01.jpg) no-repeat 0 0; }
.SideContens dl.CaList dt#SideCaGoods { background:url(../images/icon_04.jpg) no-repeat 0 0; }
.SideContens dl.CaList dt#SideCaparts { background:url("../images/icon_p.jpg") no-repeat 0 0; }
.SideContens dl.CaList dt#SideCaProtein { background:url("../images/icon_15.jpg") no-repeat 0 0; }
.SideContens dl.CaList dt#SideCaBeauty { background:url("../images/icon_16.jpg") no-repeat 0 0; }
.SideContens dl.CaList dt#SideCaFragrance { background:url(../images/icon_12.jpg) no-repeat 0 0; }
.SideContens dl.CaList dt#SideCaTent { background:url(../images/icon_07.jpg) no-repeat 0 0; }
.SideContens dl.CaList dt#SideCaLight { background:url(../images/side_ca_light.jpg) no-repeat 0 0; }
.SideContens dl.CaList dt#SideCaDiy { background:url(../images/side_ca_diy.jpg) no-repeat 0 0; }
.SideContens ul.Calist dt a {
    display: block;
    color: #000;
    padding:15px 0 10px 0;
}
.SideContens dl.CaList dd {
    font-size: 14px;
    list-style:none;
    border-bottom: 1px solid #CCC;
    padding:0 0 0 50px;
    margin:0;
}
.SideContens ul.Calist dd a {
    display: block;
    color: #000;
    padding:15px 0 10px 0;
}

ul.BannerArea {
    margin:0;
    padding: 0;
    list-style:none;
}
ul.BannerArea li {
    margin:0 0 20px;
    list-style:none;
}
ul.BannerArea li a {
    display: block;
    color: #000;
}
ul.BannerArea li img {
    width: 100%;
}
ul.BannerArea li p {
    font-size: 12px;
}

/*================================================
footer
================================================*/
#footer {
    background: #333333;
    width: 100%;
    text-align: center;
}
#footer #footer_inner {
    width: 1200px;
    margin:0 auto ;
    padding:30px 0;
}
#FooterSns {
    width: 330px;
    margin:0 auto 20px;
    list-style: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-size: 0;
}
#FooterSns li {
    display: inline-block;
    list-style:none;
    width: calc(100% / 4);
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#FooterSns li a {
    display: block;
    padding: 10px;
}
#FooterSns li img {
    display: block;
    width: 100%;
}

.FotterTitle{
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    text-align:center;
    margin-bottom: 40px;
    padding:0;
    color: #FFF;
}

.FotterTitle:before, .FotterTitle:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 330px;
    height: 1px;
    background-color: #FFF;
    color: #FFF;
}

.FotterTitle:before {left:0;}
.FotterTitle:after {right: 0;}

#FooterBt {
    list-style:none;
    margin:0 0 40px;
    padding: 0;
}
#FooterBt li {
    list-style:none;
    background: #DBDAD5;
    float: left;
    text-align: center;
    width: 31.3%;
    margin:0 1%;
}
#FooterBt li a {
    display: block;
    color: #000;
    font-size: 14px;
    padding:20px 0;
}

.FooterInfo {
    margin:0 auto 40px;
    text-align: left;
    font-size: 16px;
    color: #FFF;
    line-height:200%;
}
.FooterInfo .FooterInfoBox {
    float: left;
    width: 31.3%;
    margin:0 1%;
}
.FooterInfo .FooterInfoBox img {}
.FooterInfo .FooterInfoBox p {}
.FooterInfo .FooterInfoBox .FooterInfoBoxTitle {
    font-size: 18px;
    margin:0 0 20px;
}
.FooterInfo .FooterInfoBox ul {
    list-style:none;
    margin:0;
    padding:0;
}
.FooterInfo .FooterInfoBox ul li {
    list-style:none;
    margin:0;
    padding:5px 0 0 40px;
    background: url(../images/footer_arrow.jpg) no-repeat 0 13px;
}
.FooterInfo .FooterInfoBox ul li a {
    display: block;
    color: #FFF;
}
.copy_right {
    background: #DBDAD5;
    padding:20px;
    color: #666;
    font-size: 14px;
    line-height:150%;
}









/*=============================
PIC UP
=============================*/
.brand-tags {
    letter-spacing: -0.4em;
    list-style: none;
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
}

.brand-tags > li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 5px 5px;
    width: 190px;
}

.brand-tags > li button {
    background-color: #fff;
    border: 1px solid #959595;
    cursor: pointer;
    display: block;
    outline: none;
    padding: .5em .25em .25em .25em;
    width: 100%;
    font-size: 14px;
}

.brand-tags > li button.is-checked,
.brand-tags > li button:hover {
    background-color: #666;
    color: #fff;
}
.brand-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.brand-list > li {
    float: left;
    margin: 0 10px 30px;
    width: 280px;
}

.brand-list .brand-copy {
    transition: opacity .25s ease;
}

.brand-list a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.brand-list a:hover .brand-copy {
    opacity: .6;
}

.brand-list .brand-img {
    margin: 0 auto 10px;
}

.brand-list .brand-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.brand-list .brand-img img:first-child {
    margin-bottom: 10px;
}

.brand-list .brand-copy {
    margin: 0 auto;
}
/*=============================
ranking
=============================*/
.RankTabs {
    letter-spacing: -0.4em;
    list-style: none;
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
}

.RankTabs li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 5px 5px;
    width: 134px;
    background-color: #fff;
    border: 1px solid #666;
    cursor: pointer;
    outline: none;
    padding: .5em .25em .25em .25em;
    font-size: 14px;
}
.RankTabs li a {
    display: block;
    color: #000;
}
.RankTabs li.active {
    background-color: #666;
    border: 1px solid #666;
}
.RankTabs li.active a {
    display: block;
    color: #FFF;
}

ul.rank_content {
    margin:0 auto 20px;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
ul.rank_content li {
    display: inline-block;
    list-style:none;
    width: calc(100% / 5);
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul.rank_content li a {
    color: #000;
    display: block;
}
ul.rank_content li a img {
    border:1px solid #CCC;
}
ul.rank_content li a p.RankNo {
    font-size: 12px;
    text-align: left;
}
ul.rank_content li a p.Price {
    font-size: 10px;
    text-align: center;
}


ul.MediaArea {
    margin:0 auto 20px;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0;
}
ul.MediaArea li {
    display: inline-block;
    list-style:none;
    width: calc(100% / 4);
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


ul.SpecialMaru {
    margin:0 auto 20px;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0;
}
ul.SpecialMaru li {
    display: inline-block;
    list-style:none;
    width: calc(100% / 4);
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul.SpecialMaru li a {
    display: block;
    margin:10px;
}
ul.SpecialMaru li a img {
    display: block;
    border-radius: 50%;
    width: 100%;
}
ul.SpecialMaru li a p.ItemName {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
ul.SpecialMaru li a p.ItemCopy {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

/*=============================
selection
=============================*/

img.Kadomaru {
    display: block;
    border-radius: 8px;
}

ul.Selection {
    margin:0 auto 20px;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0;
}
ul.Selection li {
    display: inline-block;
    list-style:none;
    width: calc(100%/4);
    margin: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul.Selection li a {
    display: block;
    margin:10px;
}
ul.Selection li a img {
    display: block;
    border-radius: 8px 8px 0 0;
    width: 100%;
}
ul.Selection li a p.SelectionCopy {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

/*=============================
æ¥½å¤©¡¦¤ã¡¦¡¦³ã¥è
=============================*/

#RakutenEventArea {
    width: 400px;
}
