@charset "utf-8";

/************************************************
HTML
*********************************************** */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
dt {
  font-weight: normal;
}
#main_column h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
#main_column h3 .fa {
  display: none;
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  #main_column h3 {
    margin-bottom: 45px;
  }
}
input[type="checkbox"],
input[type="radio"] {
    position: relative;
    bottom: -2px;
    margin-right: 4px;
    margin-left: 5px;
    display: block;
}
time {
    font-size: 0.8em;
    color: #888;
}
.btn {
    border-radius: 0px;
    font-size: 1.3rem;
    padding: 9px 14px;
}
.btn-lg {
      padding: 12px 14px;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active {
    border: solid 1px #11192e;
    background-color: #11192e;
}
.btn-default,
.btn-default:hover,
.btn-default:active {
    border: solid 1px #222;
    color: #222;
    background: #fff;
}
.float-L {
  float: left!important;
}
.float-R {
  float: right!important;
}
.align-R {
  text-align: right!important;
}
.align-L {
  text-align: left!important;
}
.table-border-none,
.table-border-none tr,
.table-border-none th,
.table-border-none td {
  border: none!important;
  font-weight: normal;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 10px 0;
}
/*aタグ*/
a{text-decoration:none;}
a:focus,a:hover{color:none;text-decoration:none}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.c-app-entry__scroll pre {
    margin-top: 40px;
    padding: 0;
    border: none;
    background: none;
}
/*.label*/
.label {
    display: inline-block;
    padding: .3em .6em .3em;
    border-radius: 1px;
}

.list-space:not(:first-child) {
    margin-top: 10px;
}
.border-none {
  border: none!important;
}
.btn_area {
  text-align: center;
}
.btn_area > div {
  width: 250px;
  margin: 0 auto;
  display: inline-block;
}
/************************************************
 追加打ち消しCSS
*********************************************** */
.LC_Page_AbstractMypage #main_column.colnum1,
body[class*="LC_Page_Regist"] #main_column.colnum1,
body[class*="LC_Page_Shopping"] #main_column.colnum1,
body[class*="LC_Page_Contact"] #main_column.colnum1,
body[class*="LC_Page_Entry"] #main_column.colnum1,
body[class*="LC_Page_Mypage"] #main_column.colnum1 {
  padding: 0;
}
.LC_Page_AbstractMypage .l-inner-cont {
    padding: 25px 25px;
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
    .LC_Page_AbstractMypage .l-inner-cont {
        padding: 24px 25px 50px;
    }
}

/*文字が長すぎるとき*/
#arrCheckItems .checkItemname,
.archive .style-block .box-title,
#styling_area .post_ttl,
.post-list-box .post_ttl,
#news_area .post_ttl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
span.inblock {
    display: inline-block;
}
span.block {
    display: block;

}
/*消したり表示したり*/
.LC_Page_User #main_column .visible-xs {
    display: block!important;
}

/*スライダー*/
.bx-wrapper {
    margin: 0;
    /*height: 600px;*/
}
.bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
}
.bx-wrapper .bx-controls-direction a {
    border-radius: 2px;
    z-index: 99;
}
.bx-wrapper .bx-prev {
    left: -10px;
    background: url(/user_data/packages/bootstrap3/js/jquery.bxslider/images/controls_black.png) no-repeat left top;
}
.bx-wrapper .bx-prev:hover {
    background-position: left bottom;
}
.bx-wrapper .bx-next {
    right: -10px;
    background: url(/user_data/packages/bootstrap3/js/jquery.bxslider/images/controls_black.png) no-repeat right top;
}

.bx-wrapper .bx-next:hover {
    background-position: right bottom;
}
/*bootstrap*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0;
    box-shadow: 0 0 0;
}
.panel-default {
    border-left: 0;
    border-right: 0;
}
.panel-heading {
    padding: 15px 0;
}
.panel-default>.panel-heading {
    color: #333;
    background: none;
    border-left: 0;
    border-right: 0;
    font-size: 1.8rem;
    font-weight: 700;
}


.panel-default>.panel-heading,
.list-group-item {
    border-left: 0;
    border-right: 0;
    padding: 25px 0;
}
.form-group {
  margin-bottom: 30px;
}
.form-control {
  height: 46px;
}
.form-horizontal > .form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-horizontal .form-head {
    position: relative;
}
.form-horizontal .form-head .attention {
    padding: 4px 10px;
    line-height: 1;
    font-size: 1.1rem;
    color: #fff;
    background-color: #d83c44;
    margin-left: 10px;
}
.form-group .form-content .padding-none {
  padding-top: 14px!important;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .form-horizontal .control-label {
    padding-top: 14px;
  }
  .form-horizontal .form-head {
    float: left;
    max-width: 170px;
    margin-top: 14px;
    margin-right: 20px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    font-weight: normal;
    padding-top: 0;
  }
  .attention-padding {
    padding-right: 43px;
  }
  .form-group .form-content {
    overflow: hidden;
  }
  .form-horizontal .form-head .attention {
      position: absolute;
      top: 0;
      right: 0;
      margin-left: 0;
      vertical-align: baseline;
  }

}

@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .form-horizontal .form-head {
  }
  .form-group .form-content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

}




/*角丸なくす*/
.panel,
.panel-heading,
.panel-footer,
.img-thumbnail,
.bread_crumb,
.form-control,
.input-group-addon,
.nav-pills>li>a,
.container .jumbotron,
.container-fluid .jumbotron,
.panel-group .panel,
.list-group-item:first-child,
.pagenumber_area .btn,
.list-group-item:last-child,
.progress {
    border-radius: 0px;
}
/*シャドウなくす*/
.panel-group .panel {
    box-shadow: none;
}
/*商品リスト　ページ*/
.pagenumber_area .btn {
    font-size: 0.8em;
    padding-top: 4px;
    padding-bottom: 3px;
}
/*.row*/
.row-margin15 {
    margin-right: 0px;
    margin-left: 0px;
}
/*パンくず*/
.breadcrumb {
  display: none;
}
.breadcrumb:first-of-type {
  display: block;
}
.bread_crumb,
.breadcrumb  {
    list-style: none;
    background-color: transparent;
}
.bread_crumb>li a {
  display: inline-block;
}
.bread_crumb>li {
    display: inline-block;
}
.bread_crumb>li+li:before {
    content: '\00ff1e';
    display: inline-block;
    margin-right: 10px;
    margin-left: 6px;
}
.bread_crumb .top
/*切り替え*/
@media only screen and (min-width : 760px) {
        .bread_crumb,
        .breadcrumb  {
            border: 1px dotted #ccc;
            border-width: 1px 0 1px 0;
            font-size: 0.8em;
            padding: 10px 5px;
            margin-bottom: 20px;
            list-style: none;
            background-color: transparent;
        }
}
.post-type-archive .bread_crumb .level-1.top,
.tax-news_tax .bread_crumb .level-1.top,
.single-news .bread_crumb .level-1.top,
.single-styling .bread_crumb .level-1.top,
.page .bread_crumb .level-1.top {
    display: none;
}

.col-wrap-15minus {
  margin: 0 -15px;
  position: relative;
}
/*消す*/
.relative_cat,
.level2.item4,
.level2.item18,
.page-item-359 .children {
  display: none;
}


.fa,.glyphicon {
    margin-right: 5px;
}

.pswp {
    z-index: 999999!important;
}

.bx-wrapper {
    margin-bottom: 0;
}
.my-gallery ul ,
.my-gallery ul li {
    list-style: none;
    margin: 0;
    padding: 0;

}
.my-gallery li {
    position: relative;
}
.my-gallery li a:before {
    content: url(/user_data/packages/bootstrap3/img/icon/ico_zoom.png);
    margin: 10px;
    position: absolute;
    right: 10px;
    bottom: 8px;
}


h1.title,
h2.title{
    text-align: left;
    margin: 0 0 45px;
    font-weight: 700;
    font-size: inherit;
    line-height: 1.4;
    padding: 0;
    border-left: 0;
    font-size: 2.2rem;

}
.entry-content h2 {
    margin: 50px 0 30px;
}
.entry-content h3 {
    font-weight: bold;
    border-bottom: 1px dotted #eee;
    padding: 5px 10px;
    font-size: 1.2em;
    margin-bottom: 20px;
}

/*#arrCheckItems*/
#arrCheckItems .checkItemname {
    font-size: 0.8em;
    margin: 20px 0 0;
}
#arrCheckItems .price{
    font-size: 0.8em;
}
.normal_price dt,
.normal_price dd.price {
    color: #999;
}
.price,
.sale_price {
    color: inherit;
}
#price01_taxin {
    display: none;
}

#arrCheckItems {}
/*search_form*/
#search_area {
    border: none;
}
#search_area label {
    font-weight: normal;
    margin-bottom: 0;
    font-size: 0.9em;
}
#search_area .panel-heading {
    background: #D5D5D5!important;
    text-align: center;
    padding: 4px 0;
}
#search_area .panel-heading:before,
#search_area .panel-heading:after {
    display: none!important;
}
#search_area .panel-heading .panel-title {
    font-size: 1em;
    border: none!important;
}
#search_area .panel-body  {
    padding: 10px 5px 0;
}
#search_area dl {
    margin-bottom: 5px;
}
#search_area dt:before {
    content: '-';
    margin-right: 3px;
}
#search_area dt {
    color: #000033;
    margin-bottom: 5px;
    display: none;
}
#search-categ,
#search-maker {
    display: none;
}
#search_form .formlist br {
    display: none;
}
#search_form .btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}


/*-----------*/

#main_column .page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
}
#main_column .page-header h2 {
  font-size: 1.8rem!important;
}

/************************************************
トップ
*********************************************** */
.LC_Page_Index #topcolumn + .l-inner-cont,
.LC_Page_Index #main_column {
    margin: 0!important;
    padding: 0!important;
}

/************************************************
商品カテゴリ
*********************************************** */
.p-items-list__hit {
   padding-top: 25px;
   border-top: solid 1px #e2e2e2;
}
#leftcolumn #search_form {
    margin-top: 23px;
    padding-top: 25px;
    border-top: solid 1px #e2e2e2;
}
/*----------------------------------------------------------container*/
#container {
    margin-top: 65px;
    padding-bottom: 25px;
}
/*切り替え*/
@media only screen and (min-width : 110px) {
        #container {
            margin-top: 120px;
        }
}
@media only screen and (min-width : 760px) {
        #container {
            padding-bottom: 50px;
        }
}
#container01 {
    background: #fff;
}
/*----------------------------------------------------------#main_column*/


/*切り替え*/
@media only screen and (max-width : 760px) {
    #main_column {
        padding-right: 10px;
        padding-left: 10px;
    }
}


/*切り替え*/
@media only screen and (min-width : 760px) {
    #reason-img a {
        padding: 30px 50px;
    }
}
.post-list-box {
  zoom: 1;
  padding: 10px 5px 0px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.post-list-box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.post-list-box a.wrap-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.post-list-box a.wrap-btn:hover {
    text-decoration: none;
    background: #ccc;
    filter: alpha(opacity=10);
    opacity: 0.1;
}
.post-list-box .post_img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    float: left;
    background: #bbb;
    margin-right: 15px;
}
.post-list-boxstyling_area {
    font-weight: bold;
    font-size: 1.1em;
    overflow: hidden;
    margin: 0 0 5px;
}
.post-list-box  .post_ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.post-list-box .post_detail {
    font-size: 0.8em;
    height: 42px;
    overflow: hidden;
}
#styling_area .post_ttl {
    font-size: 0.8em;
    text-align: center;
}



/************************************************
 商品リスト
*********************************************** */
.subcatlist_area{}
div.list_area h3 {
    font-size: 1.1rem;
    font-weight: normal;
}
div.list_area .price {
    font-size: 0.9em;
}
#product-list-wrap div.list_area {
    margin-bottom: 0;
   border-width: 0 0 1px 0 ;
   border-color: #EBEBEB;
   border-style: dotted;
}
#product-list-wrap div.list_area > a.thumbnail,
#product-list-wrap .caption {
    height: auto!important;
    ]
}
#product-list-wrap div.list_area > a.thumbnail {
    border: none;
    padding: 0;
    border-radius: 0px;
}
#product-list-wrap .soldout {
    top: 5px;
    left: 0;
    border-radius: 0px;
    display: none;
}
#product-list-wrap .soldout:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    border-color: #d9534f;
    border-style: solid;
    border-width: 16px 8px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: -1;
}
.list_area .classlist {
    background-color: #fff;
    padding: 1px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.8em;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
}
div.list_area .status_icon {
    margin-bottom: 10px;
}
.status_icon .label {
    font-size: 0.9em;
    margin-bottom: 5px;
}

.series-list {
    list-style: none;
    text-align: center;
    margin: 0 15px 30px;
    padding: 0;
}
.series-list li {
    padding: 0;
    margin: 0 0 15px;
}


/*切り替え*/
@media only screen and (max-width : 760px) {
        #product-list-wrap div.list_area {
            min-height: auto;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
        }
        #product-list-wrap div.list_area .picture {
            padding-left: 0;
            margin-top: 0;
        }
        div.list_area+br {
            display: none;
        }
}
/*切り替え*/
@media only screen and (min-width : 760px) {
        #product-list-wrap div.list_area {
           border-width: 0;
        }
}
/*切り替え*/
@media only screen and (min-width : 768px) {
        .status_icon .label {
            font-size: 1em;
            margin-bottom: 5px;
        }
}
/************************************************
商品詳細
*********************************************** */
.LC_Page_Products_Detail #main_column.colnum1 {
  padding: 0;
}
.LC_Page_Products_Detail #topcolumn + .l-inner-cont{
    margin: 0!important;
    padding: 0!important;
}
.LC_Page_Products_Detail .c-breadcrumb ul:not(:first-child){
  display: none;
}
.LC_Page_Products_Detail #container {
    min-height: inherit;
}
.LC_Page_Products_Detail #main_column {
    padding-bottom: 0;
}
.main_comment h3 {
    margin: 0;
    padding: 0;
}
 #detailphotobloc .img-thumbnail {
    padding: 0;
    border: none;
}
/*スライダー*/
#detailphotobloc #bx-pager {
    margin-top: 10px;
}
#detailphotobloc #bx-pager {
}
#detailphotobloc #bx-pager a {
    width: 51px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    background: #eee;
}
@media only screen and (min-width : 1170px) {
    #detailphotobloc #bx-pager a {
        width: 52px;
    }
}
#detailphotobloc #bx-pager a.active {
    border: 1px solid #000033;
}

/*#detailrightbloc*/

#detailrightbloc.panel-default {
    border: none;
    box-shadow:none;
}
#detailrightbloc.panel-default>.panel-heading {
    color: #333;
    background: none;
    border-top: 1px solid #ddd;
    border-color: #ddd;
    padding: 5px;
    margin-bottom: 12px;
}
#detailrightbloc.panel-default .panel-body {
    padding: 0px;
    border-top: none;
}
#detailrightbloc.panel-default .panel-body h2 {
   font-size: 1.8rem;
}
#detailrightbloc.panel-default .panel-footer {
    padding: 0px;
    background: none;
    border-top: 0;
}
#cart_area-wrap {
    margin-top: 30px;
}
#cart_area-wrap .panel-default>.panel-heading {
    border: 1px solid #E7E7E7;
    background: #F1F1F1;
    padding: 0;
}
#cart_area-wrap .panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 0.8em;
    position: relative;
}
@media only screen and (max-width : 768px) {
        #detailrightbloc.panel-default .panel-body h2 {
           font-size: 1.7rem;
        }
        #cart_area-wrap .panel-default>.panel-heading a {
            font-size: 1em;
            padding: 15px 15px;
        }
        .cart_btn .btn {
                padding: 12px 8px;
        }
}
#cart_area-wrap .panel-default>.panel-heading a[aria-expanded="true"],
#cart_area-wrap .panel-default>.panel-heading a:hover {
    background: #E3E8F4;
    color: #333;
}
#cart_area-wrap .panel-default>.panel-heading a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}
#cart_area-wrap .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f106";
}
#detailrightbloc .panel-group .panel {
    border: none;
}
#detailrightbloc .panel-group .panel+.panel {
    margin-top: 1px;
}
/*detail-warp*/
#detail-warp dl {
    margin-bottom: 10px;
}
#detail-warp dl dt {
    font-weight: normal;
}
#detail-warp dl dt,
#detail-warp dl dd {
    display: inline-block;
}
#detail-warp .maker {
    margin-bottom: 0;
}
#detail-warp .maker,
#detail-warp .product_code {
    font-size: 0.8em;
}
#detail-warp .point {
    font-weight: normal;
    font-size: 0.7em;
}
#detail-warp .point span {
    font-size: 1.5rem;
    font-weight: bold;
}
#detail-warp .point span.ribbon {
    /*display: none;*/
    display: inline-block;
    background: #D2332F;
    padding: 1px 9px;
    font-size: 1.1rem;
    position: relative;
    top: -3px;
    margin-left: 10px;
    color: #fff;
}
#detail-warp dl.sale_price {
    margin-bottom: 3px;
}
.listcomment {
    font-size: 0.9em;
    line-height: 1.8;
}
#detailphotobloc-wrap .listcomment {
    font-size: 0.8em;
    line-height: 2.0;
    border: 1px solid #eee;
    padding: 20px 0;
    border-width: 1px 0 1px 0;
}
#detail-warp02 .listcomment {
    margin-top: 10px;
    margin-bottom: 15px;
}
#detail-warp02 dl.size {
    border-top: 1px dotted #eee;
}
#detail-warp02 dl dt,
#detail-warp02 dl dd,
#SM-size dt,
#SM-size dd {
    display: inline-block;
}
#detail-warp02 dl,
#SM-size dl,
#SM-size dl {
    border-bottom: 1px dotted #eee;
    margin-bottom: 5px;
    padding: 10px 5px;
}
.ico-Quality a {
    background: #1B2545;
    display: inline-block;
    color: #fff;
    padding: 1px 24px 0px 12px;
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
}
.ico-Quality a:after {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    top: ;
    border: 16px solid transparent;
    border-right-color: #fff;
}
.normal_price {
    margin-bottom: 3px!important;
    color: #666;
}
.normal_price .price {
    color: initial;
}
#price02_default {
    font-size: 3.3rem;
}
#price02_taxin {
    color: #666;
    font-size: 0.8em;
}

/*カート*/
.newmenber-only {
    background: #003399;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    padding: 6px;
    /* font-weight: bold; */
}
.rental-btn {
    margin-bottom: 11px;
    text-align: center;
    font-size: 0.9em;
    margin: 15px 0 5px;
}
.rental-btn a {
    display: block;
    color: #1B2545;
    background-color: #F8F8F8;
    padding: 8px 5px 5px;
    font-weight: bold;
}
.rental-btn a:hover {
    text-decoration: none;
}
.cart-cmt {
    color: #CC4C4C;
    font-weight: bold;
    background-color: white;
    text-align: center;
    background: #F8E4E4;
    padding: 5px;
}
.cart_box {
    margin-bottom: 15px;
    border-top: 1px solid #F1F1F1;
}
.panel-body .cart_box {
    margin-bottom: 0px;
}
.cart_itembox {
  zoom: 1;
  border-bottom: 1px solid #F1F1F1;
  padding: 8px 5px;
  display: table;
  background: #F1F1F1;
  margin-bottom: 1px;
}
.cart_itembox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.panel .cart_itembox {
    background: #fff;
    border-bottom: 1px solid #F1F1F1;
    padding: 15px 5px;
}
.cart_itembox .class,
.cart_itembox .class-img {
    display: table-cell;
    vertical-align: middle;
}
.cart_itembox .class-img {
    text-align: center;
}
.cart_itembox .cart_detail,
.cart_itembox .cart_btn {
    display: table-cell;
    vertical-align: middle;
}
.cart_itembox .cart_detail{
    width: 60%;
    line-height: 1.2;
}

#detailrightbloc .class-img {
    width: 50px;
    display: inline-block;
    margin-right: 8px;
}

#detailrightbloc .class-img img {
    max-height: 40px;
}
.cart_itembox .class-img {
    float: left;
}
.cart_itembox .cart_btn {
    width: 40%;
}
.cart_itembox .cart_btn {
    text-align: center;
}
.cart_itembox .cart_btn .attention{
    display: block;
    font-size: 90%;
}
.cart_itembox .class_color {
    font-size: 90%;
    font-size: 1.5rem;
}
.cart_itembox .class_cmt {
    font-size: 90%;
}
.cart_itembox span {
    display: inline-block;
}
.cart_itembox .stock{
    font-size: 80%;
    color: #000033;
    display: inline-block;
}
.detail-list {
    margin-bottom: 5px;
    font-size: 0.8em;
}
.shopping-guide-area {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.shopping-guide-area li {
    margin-bottom: 3px;
    font-size: 0.8em;
}
.shopping-guide-area li:before {
    content: '・';
}
.favorite_btn,
.review_btn {
        margin-bottom: 10px;
}
/*メインコメント*/
.main-cmt-sm {
    position: relative;
    margin-top: -30px;
}

.main-cmt-sm p,
.main_comment p{
    margin: 0;
}
.main_comment ul,
.main-cmt-sm ul {
    list-style: none;
}


.main-cmt-sm>nav {
}
.main-cmt-sm>.nav-tabs li {
    width: 50%;
    text-align: center;
}
.main-cmt-sm>.nav-tabs li a {
    padding: 30px 0;
    background: #EEEEEE;
}
.main-cmt-sm>.nav-tabs li.active a  {
    background: #fff;
    background: #fff;
    border-top: 5px solid #003;
    margin-top: -3px;
}
.main-cmt-sm .tab-content>.tab-pane {
    padding: 15px 10px;
}
/*お客様の声*/
div#customervoice_area {
    padding-top: 0;
    border: none;
    box-shadow: none;
}
div#customervoice_area hr {
    display: none;
}
div#customervoice_area.panel-default>.panel-heading {
        background-color: transparent;
        border-top: 1px solid #ddd;
        margin-bottom: 20px;
}
.count {
    color: #c00;
}
div#customervoice_area h2 {
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
}
div#customervoice_area .info {
        display: inline-block;
}
div#customervoice_area .media-list{
    height: 600px;
    overflow-y: scroll;
}
div#customervoice_area .media-list .media{
    border-bottom: 1px dotted #eee;
    padding-bottom: 10px;
}
.review_btn {
    text-align: center;
}
.review_bloc p {
    font-size: 0.8em;
    text-align: center;
}
.voicetitle {
    font-weight: bold;
    font-size: 1.2em;
}
.voicedate {
    font-size: 0.9em;
    color: #999;
    margin-bottom: 0;
}
.voicecomment {

}
.voicedate span {
    display: inline-block;
}
/*切り替え*/
@media only screen and (max-width : 760px) {
    #detailphotobloc-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    div#customervoice_area {
        margin: 0 -15px;
        position: relative;
    }
    #detailphotobloc-wrap .bx-prev {
        left: 5px;
    }
    #detailphotobloc-wrap .bx-next {
        right: 5px;
    }
}

/*切り替え*/
@media only screen and (max-width : 768px) {
    #detailphotobloc #bx-pager {
        text-align: center;
    }
    #detailphotobloc #bx-pager a {
        width: 5px;
        height: 5px;
        margin: 0 3px;
        float: none;
        text-indent: -999px;
        background: #ccc;
        border-radius: 10px;
    }
    #detailphotobloc #bx-pager a.active {
        background: #337ab7;
    }
}
/************************************************
MYPAGE
*********************************************** */
.c-app-mypage__menu ul li a.active {
    opacity: .5;
}
#mypagecolumn h3 {
    font-weight: 700;
    margin: 40px 0 15px
}
#mypagecolumn .btn-delete {
    color: #777;
    padding: 7px 20px;
    float: right;
    width: auto;
    margin: 0 0 0 auto;
    max-width: 100%;
    text-align: center;
    border: solid 1px #d7d7d7;
}

/************************************************
WP リスト
*********************************************** */
.p-blog__category a.active {
    opacity: .4;
}
.p-blog-list__cont {
  zoom: 1;
}
.p-blog-list__cont:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.archive article,
.home article {
}
.home article {
}
.archive article:after,
.home article:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.entry-content,
article {
        font-size: 1.5rem;
        line-height: 3.0rem;
}
section.entry-meta {
  line-height: 1.4;
  text-align: center;
}
.entry-footer {
    font-size: 0.9em;
    color: #999;
    margin-top: 10px;
}
.archive article h2,
.home article h2 {
    margin: 0;
}
.entry-title {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
}

.pagination {
  zoom: 1;
}
.pagination:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
    .entry-title {
        margin-bottom: 65px;
    }
}

.single .entry-content img {
    margin: 10px 0 10px;
}
.post-list-box h2.box-title {
    border: none;
    font-size: 1.3em;
}
.tile-archive-wrap .entry-date {
    font-size: 1.3rem;
}
.tile-archive-wrap {

}
.tile-archive-wrap article {
    width: 100%;
    max-width: 46.923%;
    float: left;
    text-align: center;
}
.tile-archive-wrap article h2{
    font-weight: 700;
    font-size: 1.3rem;
}
.tile-archive-wrap .entry-footer {
    font-size: 1.1rem;
    display: none;
}
.tile-archive-wrap article .entry-summary {
    display: none;
}
.tile-archive-wrap article .box-img {
    margin-bottom: 15px;
    background-color: #eee;
}
.tile-archive-wrap article .box-img img {
    width: 100%;
}
@media only screen and (min-width : 768px) {
    .tile-archive-wrap article {
        max-width: 31.3%;
    }
    .tile-archive-wrap article:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }
    .tile-archive-wrap article + article {
    margin-left: 3%;
    }
    .tile-archive-wrap article:not(:nth-child(-n+3)) {
    margin-top: 45px;
    }
}

/************************************************
FAQ
*********************************************** */
#post-114 h3:before {
    content: 'Q';
    background-color: #1B2545;
    color: #fff;
    margin-right: 10px;
    padding: 2px 6px 4px;
    position: relative;
    top: -2px;
}
/************************************************
スタイルブック
*********************************************** */
/*.archive*/
.archive .style-block {
    margin-bottom: 30px;
    text-align: center;
}
.archive .style-block .box-img {
    margin-bottom: 15px;
}
.archive .style-block a {
  display: inline-block;
}
/*single*/
.style-block #coord-item ul,
.style-block #coord-item li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.style-block #coord-item li {
    padding-bottom: 5px;
}
.style-block #coord-item li:before {
    content: '・';

}
/************************************************
コンセプト
*********************************************** */

    #post-101 h2,
    #post-117 h2 {
        font-size: 2.5rem;
        font-weight: bold;
    }
    #post-101 p,
    #post-117 p {
        font-size: 1.5rem;
        line-height: 3.5rem;
    }
/*    #post-117 .greeting-block .main-img {
        float: left;
        width: 254px;
        padding: 0 20px 0 0;
        position: relative;
        margin-left: -68px;
    }*/
/*切り替え*/
@media only screen and (min-width : 760px) {

}
/************************************************
コラム・基礎知識
*********************************************** */
#main_column.colnum1 {
    max-width: 1050px;
    margin: 0 auto;
    padding: 25px 25px;
    overflow: hidden;
}
.widget_categories .panel-heading {
  display: none;
}
.widget_categories,
.widget_categories .panel-body {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.widget_categories .panel-body {
    padding: 15px 0 25px;
    border-top: solid 1px #e2e2e2;
    display: block;
}
.widget_categories .panel-body li {
    text-align: left;
    width: 100%;
    max-width: 46.923%;
    float: left;
    font-size: 1.3rem;
}
.widget_categories .panel-body li + li {
    margin-left: 6.153%;
}
.widget_categories .current-cat {
    opacity: .4;
}

@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  #main_column.colnum1 {
      padding: 50px 25px;
  }
  .widget_categories .panel-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 25px 0;
  }
  .widget_categories .panel-body li {
      text-align: left;
      width: auto;
      max-width: 100%;
      font-size: 1.5rem;
  }
  .widget_categories .panel-body li + li {
     margin-left: 3.076%;
    margin-left: 60px;
  }
}

.post-type-archive-column .entry-date,
.single-column .entry-date {
    display: none;
}

/************************************************
その他ページ
*********************************************** */
.page_item.page-item-102,
.page_item.page-item-102 li {
    display: none;
}

/************************************************
お買い物ガイド
*********************************************** */
.page-id-102 .page_item.page-item-102,
.parent-pageid-102 .page_item.page-item-102,
.page-id-102 .page_item.page-item-102 li,
.parent-pageid-102 .page_item.page-item-102 li
 {
    display: block;
}
.page-id-102 .page_item,
.parent-pageid-102 .page_item {
    display: none;
}

/************************************************
旧商品データ
*********************************************** */
#top-comment-area h2,
#color_variations_area h2,
#detail_area h2 {
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}
.main_comment .area_copy {
    margin-bottom: 50px;
    text-align: center;
}
.main_comment .area_contens_in {
    width: 800px;
    margin: 0 auto;
}

#slide-area {
   height: 610px;
}
/*#Detail-slider-wra*/

#Detail-slider {
    width: 1000px;
    margin: 0 auto;
    position: relative;

}
#Detail-slider .bx-wrapper .bx-viewport {
    overflow: inherit!important;
}

/* top-comment-area
----------------------------------------------- */
#top-comment-area {
}

#top-comment-area .area_contens {
    /* background-size: cover; */
    background-position: top center;
    background-repeat: no-repeat;
}
#top-comment-area .area_contens .area_contens_in {
    height: 400px;
}
#top-comment-area .area_contens .area_contens_in p{
    color: #fff;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    line-height: 2.0;
}

#top-comment-area .area_contens1 {
    height: 600px;
    /*background-size:cover;*/
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
#top-comment-area .area_contens1 .area_contens1_in {
    width: 800px;
    margin: 0 auto;
    height: 400px;
    position: relative;
}
#top-comment-area .area_contens1 .area_contens1_in p{
    width: 340px;
    color: #fff;
    font-size: 13px;
    line-height: 2.0;
}
/**/
#detail_area .area_contens {
    background: #000000;
    padding: 50px 0;
    color: #fff;
}
#detail_area .area_contens_in {
}
#color_variations_area .color_variations_box {
    display: inline-block;
    padding: 0 13px;
}
#color_variations_area .color_variations_box dd {
    font-size: 20px;
    padding: 30px 0 30px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#color_variations_area .area_contens {
    text-align: center;
}

/* cart
----------------------------------------------- */
#undercolumn_cart .delete-cart {
    z-index: 3;
    position: relative;
    top: 0px;
    right: 0px;
}

.Messagecard-img {
    display: none;
}

/* product_id=60
----------------------------------------------- */
.product60 .sale_price dt {
    display: none!important;
}
.product60 .sale_price dd:before {
    content: 'お預かり代　';
}


.drawer-nav,.drawer-overlay{
	position: fixed;
	left:-100%;
	transition: all 0.3s ease;
}
.drawer-nav.active{
	left:0;
    top: 0;
    height: 100%;
    width: 75%;
    overflow-y: scroll;
    z-index: 9999;
}
.drawer-overlay.active {
	left:0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0,.2);
}
body.fixed{
	position: fixed;
    width: 100%;
}

.content-list {
  background: #EFF1F0;
  padding: 20px 20px 30px;
  margin: 0 0 30px;
}
.content-list .list-title {
  text-align: center;
  color: #000033;
    font-weight: bold;
    margin: 0 0 10px;
}

.content-list article {
  padding: 0 1%;
  max-width: 220px;
  position: relative;
}
.content-list article:hover img{
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.content-list article:hover h3 {
  text-decoration: underline;
}
.content-list article a {
  display: block;
  position: absolute;
  left: 0;
  height: 0;
  height: 100%;
  width: 100%;
}
.content-list h3 {
  font-size: 1.2rem;
  margin: 10px 0 0;
  display: block;
  color: #333;
}

@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
  .content-list {
    padding: 20px 20px 10px;
  }
  .content-list .list-content article {
    margin: 0 auto 20px;
    }
}
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
  .content-list {
    padding: 20px 20px 30px;
  }
  .content-list .list-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .content-list article {
    width: 31%;
  }
}