@charset "utf-8";

@import url("bootstrap.custom.min.css"); /* only Grid system CSS */


/* --------------------------------
    Common style
-------------------------------- */


html {
    font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    color:#211F1F;
}
a { color: #0092C4;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:focus,
a:active { color: #33A8D0;text-decoration: none; outline: none;}


textarea { /* for chrome fontsize bug */
    font-family: sans-serif;
}

ul, ol {
    list-style: none;
    margin: 0; padding: 0;
}
dl, dt, dd, li{
    margin: 0; padding: 0;
}
img {
    max-width: 100%;
}

input,textarea,select,label,
.form_terms_link,.input_name,#confirm_box__message,#complete_box__attention{
    font-family: "Yu Gothic M",'Yu Gothic Medium',"MS PGothic","游ゴシック体", YuGothic, Osaka, sans-serif;
}

/* svg icon */
#svgicon {
    display: block;
    width: 0; height: 0; overflow: hidden;
}
.cb {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}
.cb-images {
    width: 1.125em;
}
.icon-bg {
    fill: #d4d4d5;
}
.icon-with-bg {
    fill: #fff;
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
   /* padding-left: 8px;
    padding-right: 8px;*/
}
.row {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 16px;
}


.row p{
    text-align: center;
    padding:0 16px 0 16px;
}

.row p img{
    margin:0 auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

/*#wrapper{
    background: url(../img/common/header/bg.jpg) repeat 50% 50%;
}*/

/*  table
============================ */

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding:8px;
    line-height:1.42857143;
    vertical-align:top;
    border-top:1px solid #ddd
}
.table-bordered {
    border:1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered>thead>tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width:2px
}



/*  form
============================ */

label {
    font-weight: normal;
}
input:focus,
select:focus {
    outline: none;
}
input[type="number"] {
    text-align: right;
}
.form-group .errormsg {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
dd.form-group .errormsg {
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #C4CCCE;
    border-radius:3px !important;
    box-shadow:none;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 6px 12px;
    width: auto;
    line-height: 1.5
}
.form-control:focus {
    border-color:#3c8dbc !important;
    box-shadow:none;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    box-shadow:none;
    background: none;
}
.has-success .form-control { border-color: #0D8969; background: #e7f6f3; }
.has-warning .form-control { border-color: #E99133; background: #fdf7ed; }
.has-error .form-control { border-color: #CF3F34; background: #FDF1F0; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: inherit;  background: #FDF1F0;
}

.form-control::-moz-placeholder {
    color:#bbb;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#bbb
}
.form-control::-webkit-input-placeholder {
    color:#bbb
}
.form-control:not(select) {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}

.form-group .form-control {
    width: 100%;
}
.form-inline .form-control {
    width: auto;
}

.form-group.lange input[type="text"], .form-group.lange label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: middle;
}
.form-group.lange input[type="text"] {
    width: 28%;
}
.input_tel input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_tel input:first-child {
    margin-left: 0;
}
.form-group.input_name input[type="text"] {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2%;
    vertical-align: middle;
    width: 47%;
}
.form-group.input_name input:first-child {
    margin-left: 0;
}

.form-group.input_name div.radio{
    float:left;
    margin-right: 0;
    width: 33%;
    box-sizing: border-box;
}

.form-group.input_name:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}

.form-group.input_zip input {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_zip .question-circle {
    font-size: 11px;
    display: inline-block;
    width: 15px; height: 15px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    background: #525263;
    border-radius: 50%;
}
.form-group.input_zip .question-circle .cb-question {
    fill: #fff;
}


.form-group .item_price input, .form-group .item_quantity input {
    margin: 0 1%;
    text-align: right;
    width: 50%;
}

.form-inline label {
    margin: 0 10px 0 0;
}
.form-inline label:first-child + select,
.form-inline label:first-child + input {
    margin-right: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.checkbox-inline, .radio-inline {
    cursor: pointer;
    margin-left: 20px;
}
.checkbox-inline:first-child, .radio-inline:first-child {
    margin-left: 0;
}


.contact_page #top_box__body_inner{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    font-size: 1.4rem;
    color:#1F1F1F;
}

.contact_page #top_box__body_inner #top_box__kind dd .radio{
    width:33%;
}

.contact_page #top_box__body_inner #top_box__category dd .checkbox{
    margin-bottom:4px;
    width:33%;
    display: inline-block;
}

.contact_page .txt01{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    margin:0 auto 36px;
    padding:0 0 0;
    color:#1F1F1F;
    font-size: 14px;
    line-height: 180%;
}

.contact_page .img01{
    margin-bottom:46px;
    text-align:center;
}
.contact_page .img01 img{
    margin:0 auto;
}

.contact_page #top_box__body_inner p.mini,
.contact_page #top_box__body_inner p.att01{
    margin:0;
    padding-top:4px;
    font-size: 12px;
}

.container-fluid{
    padding-right: 10px;
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    #top_box__zip span.question-circle,
    #top_box__zip a{
        display: none;
    }
    
    .contact_page #top_box__body_inner dt{
        margin-bottom:10px;
    }

    .contact_page #top_box__body_inner #top_box__kind dd .radio{
        margin-bottom:8px;
        width:50%;
    }

    .contact_page #top_box__body_inner #top_box__category dd .checkbox{
        margin-bottom:8px;
        width:50%;
        display: inline-block;
    }
}

span.required {
    display: inline-block;
    color: #DE5D50;
    font-weight: normal !important;
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
}

/* --------------------------------
    Parts
-------------------------------- */

/* heading */

h2 {
    font-size: 16px;
    font-size: 1.6rem;
}
.page-heading {
    margin: 0 0 8px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
}

.heading01 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.heading02,
.heading03 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.heading04 {
    clear: both;
    margin-bottom: 5px;
}
.heading05 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

/* btn */

.btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding:10px 16px;
    font-weight: bold;
}

.btn-lg{padding:10px 16px;font-size:16px;line-height:1.3333333}
.btn-sm{padding:8px 10px;font-size:12px;line-height:1.5;font-weight: normal;}
.btn-xs{padding:5px 8px;font-size:10px;line-height:1.5;font-weight: normal;}

.btn .cb {
    margin: 0 5px;
}

/* btn_circle */

.btn_circle {
    border: 0 none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    color: #fff;
    background: #B8BEC4;
    cursor: pointer;
    width: 40px; height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
.btn_circle .cb {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    top: -1px;
}
.btn_circle:hover {
    opacity: 0.8;
}

/* icon_close */

.icon_close {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    left: 0;
}
.icon_close::before, .icon_close::after {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #525263;
}
.icon_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* badge */

.badge {
    display:inline-block;
    min-width:10px;
    padding:3px 7px;
    font-size:10px;
    font-size:1rem;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    background-color:#AB8F18;
    border-radius:10px
}
.btn .badge {
    position:relative;
    top:-1px
}

/* tableStyle */

div.table {
    width: 100%;
    display: table;
}
div.table .thead {
    display: none;
}
div.table .tbody {
    display: table-row-group;
}
div.table .tbody .tr {
    display: table-row;
    margin: 0;
}
div.table .tbody .tr > .td {
    display: table-cell;
    padding: 10px 8px;
    text-align: center;
    overflow-x:hidden;
}
.table .tbody .tr > .price {
    text-align: right;
}

@media screen and (max-width:767px){


    div.table .tbody .tr {
        display: table-row;
        margin: 0;
        position: relative;
    }
    div.table .tbody .tr > .td {
        display: block;
        width: 90%;
        float: right;
    }
    div.table .tbody .tr > .icon_edit {
        position: relative;
        top: auto;
        right: auto;
        width: 10%;
        float: left;
        height: 100%;
        /* right: 16px; */
        border: none;
        text-align: left;
        padding: 10px;
        overflow: visible;
        box-sizing: border-box;
    }


    #cart_item_list__body{
        position: relative;
    }

}

/* dl_table */

.dl_table {
/*    border-top: 1px dotted #ccc;*/
    border-top: 1px solid #ccc;
}
.dl_table dl {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
.dl_table dd .form-group {
    padding-top: 8px;
}
.dl_table dd > .form-group:first-child {
    padding-top: 0;
}
.dl_table .zip-search {
    margin-top: 8px;
}

/* pagination */

.pagination {
    width: 95%;
    margin: 16px auto;
    position: relative;
    clear: both;
}

.pagination ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}

.pagination ul li {
    display: inline-block;
    min-width: 29px;
    padding: 0 3px 0 2px;
    text-align: center;
    position: relative;
}

.pagination ul li a {
    color: #525263;
    display: block;
    line-height: 1.8;
    padding: 5px 1em;
    text-decoration: none;
}

.pagination ul li a:hover, .pagination ul li a:focus {
    background: #f1f1f1;
}
.pagination ul li.active a {
    background: #F3F3F3;
    text-decoration: none;
}
.pagination ul li.active a:hover, .pagination ul li.active a:focus {
    background: #F3F3F3;
}
.pagination ul li.disabled a {
    color: #9797A0;
    text-decoration: none;
}
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus {
    color: #9797A0;
}

@media only screen and (max-width: 768px) {
    .pagination ul li a {
        padding: 5px 0.5em;
    }
}


/* topicpath */

#topicpath {
    padding: 0 8px;
}
#topicpath #list_header_menu {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    list-style: none;
    overflow: hidden;
}

#topicpath #list_header_menu:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}
#topicpath #list_header_menu li {
    display: inline-block;
    padding-right:10px;
    padding-left:5px;
    color: #333;
    font-size: 1.2rem;
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}

#topicpath #list_header_menu li a {
    color:#333;
    text-decoration:underline;
}
#topicpath #list_header_menu li.active a {
    color:#C01B21;
    text-decoration:none;
}
/*
#topicpath #list_header_menu li:after {
    content:"｜";
}
#topicpath #list_header_menu li:last-child {
    font-weight: bold;
}
#topicpath #list_header_menu li:last-child:after {
    content:"";
}
*/

/* message */
.message {
    text-align: center;
    padding: 16px 0;
    margin: 0;
}

p.message {
    padding: 0 0 16px;
}
.heading04 + .message {
    padding-top: 0;
    text-align: left;
}
.message .errormsg {
    padding: 8px;
    font-weight: bold;
}
.message .errormsg:first-child {
    margin-top: 0;
}
.message .errormsg:last-child {
    margin-bottom: 0;
}
.message .errormsg .cb {
    margin-right: 5px;
    font-size: 130%;
    position: relative;
    top: -1px;
}

#form_cart,
#confirm_wrap .message {
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}
/* pagenumberarea */

.pagenumberarea {
    text-align: right;
    margin: 0;
    padding-right: 16px;
    padding-bottom: 20px;
}
.pagenumberarea > li {
    float: none;
    display: inline-block;
    margin-left: 3px;
    width: auto;
}
.dropdown.open > a {
    background: #ededed;
}

/* flowline */

.flowline {
    position: relative;
    margin: 0;
    padding: 8px 0 16px;
    border-bottom: 1px dotted #ccc;
}
.flowline ul {
    position: relative;
    margin: 0 auto;
}
.flowline ul::before {
    content: "";
    height: 4px;
    background: #525263;
    position: absolute;
    top: 13px;
    margin: 0;
    border-radius: 2px;
    z-index:0;
}
.flowline.step3 ul::before {
    width: 66.66666666%;
    left: 16.6666666%;
}
.flowline.step4 ul::before {
    width: 75%;
    left: 12.5%;
}
.flowline ul li {
    float: left;
    position: relative;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    z-index:1;
}
.flowline.step3 ul li {
    width: 33.33333333333333%;
}
.flowline.step4 ul li {
    width: 25%;
}
.flowline li .flow_number {
    line-height: 30px;
    width: 30px; height: 30px;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    background: #525263;
    color: #fff;
    top: 0; left: 18px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.flowline li.active {
    color: #5CB1B1;
}
.flowline li.active .flow_number {
    background: #5CB1B1;
}


/* item_box */

.item_box > div {
    padding: 8px;
}
.item_box .item_photo {
    max-width: 100px;
}
.item_box .icon_edit {
    position: absolute;
    top: 16px; right: 16px;
    text-align: right;
    padding: 0;
}

/* .cart .item_box */

#cart .inner {
    padding: 0 8px;
    width: 100%;
}
.cart .item_box {
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}
.cart .item_box:last-child {
    border: 0 none;
}
.cart .item_box > div,
.cart .item_box > dl {
    padding: 8px 0;
}
.cart .item_box .item_photo {
    padding: 8px 8px 8px 0;
    float: left;
}
.cart .item_box .item_detail {
    padding-left: 108px;
}


.cart .item_box .icon_edit {
    height: 30px; width: 30px;
    right: 0; top: 10px;
    text-align: center;
    vertical-align: middle;
}
.cart .item_box .icon_edit button {
    display: inline-block;
    vertical-align: middle;
}
.cart .item_box .icon_close {
    width: 30px;
}
.cart .item_box .cb {
    font-size: 20px;
    font-size: 2rem;
}
.cart .item_box .item_name {
    margin-right: 35px;
    font-size: 16px;
    font-size: 1.6rem;
}
.cart .item_box .item_pattern {
    font-size: 14px;
    font-size: 1.4rem;
}
.cart .item_box .item_price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.cart .item_box .item_price .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 10px;
}
.cart .item_box .item_quantity {
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
}
.cart .item_box .item_quantity input {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align :right;
}

.cart_price {
    display: block;
}

.cart .cart_price {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    border-bottom: 1px solid #E8E8E8;
    text-align: right;
}
.cart .cart_price .price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.cart .btn_area {
    padding: 8px 0 0;
}
.cart .btn_area li {
    padding-bottom: 8px;
}
.cart .btn_area .btn {
    width: 100%;
}
.cart .btn_area .btn-sm {
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px 8px;
}




.youtube{
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* h_favorite */

#h_favorite{

}

#h_favorite a{
    display: block;

    box-sizing: border-box;
    padding: 45px 0 0;

    color: #221F1F;
    font-size: 13px;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */

    background: url(../img/common/other/icon_fav.png) no-repeat 50% 11px;
    background-size: 24px;
}

#h_favorite a:hover{
    opacity: 0.8;
}

#h_sptel{
    display: none;
}

@media screen and (max-width:767px){
    #h_sptel{
        display: block;
        position: absolute;
        right: 120px;
        top: 10px;
        font-size: 11px;
        /*font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "ＭＳ 明朝","MS Mincho", serif;*/
    }   

    #h_sptel a{
        display: block;
        color: #000;
        box-sizing: border-box;
        padding-top: 34px;
        background: url(../img/common/header/h_tel.png) no-repeat 50% 5px;
        background-size: 20px;
    }


    #h_favorite a{
        padding: 46px 0 0;
        font-size: 12px;
        background-position: 50% 18px;
    }
}

/* form_terms_link */

.form_terms_link {
    text-align: center;
}

/* error_box */
.error_box {
    text-align: center;
    padding: 5% 0;
}
.error_box .btn_back {
    padding: 5% 0;
}
.error_box .btn_back a {
    width: 100%;
    max-width: 320px;
}


/* --------------------------------
    Common
-------------------------------- */

#contents_bottom{
    background: #fff;
    -webkit-box-shadow: 0px -19px 58px 0px rgba(0,0,0,0.01);
    -moz-box-shadow: 0px -19px 58px 0px rgba(0,0,0,0.01);
    box-shadow: 0px -19px 58px 0px rgba(0,0,0,0.01);
}

.inner {
    width: 1080px;
/*    max-width: 96%;*/
    max-width: 100%;
}
.inner.w712 {
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    width: 712px;
    margin:  0 auto;
    max-width: 96%;
    color:#000;
}

@media screen and (max-width: 1080px){
    .inner {
        max-width: 96%;
    }
}

/****** Base Layout Setting ********/

#contents, #header, #footer, .pagetop {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

#contents, #header, #footer, .pagetop, #top {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#top {
    transition: all 0.3s;
}

#contents {
    min-height: 100vh;
    z-index: 2;
}
#header .container {
    position: relative;
}

/* main */
#main {

}

#main_middle{
    background: #fff;
    box-sizing: border-box;
    padding: 48px 30px;
/*    background: url(../img/common/other/bg06.jpg) right 0 no-repeat #FFF;*/
    background: #FFF;
}

.front_page #main_middle{
    background-image:none;
}

#main_middle.top{
    padding:0;
    background-color: transparent;
    /*background-color: none;*/
}

#main_middle.top .slick-next,
#main_middle.top .slick-prev {
    display: block;
    bottom: -33px;
    top: 50%;
    left: 100%;
    height: 45px;
    width: 40px;
    z-index: 100;
}
#main_middle.top .slick-prev {
    left: auto;
    right: 60%;
    display: none;
}
#main_middle.top .slick-next:before,
#main_middle.top .slick-prev:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:767px){
    #main_middle.top .slick-next:before,
    #main_middle.top .slick-prev:before {
        width: 20px;
        height: 20px;
    }
}

#main_middle.top .slick-prev:before {
    transform: rotate(225deg);
}

#main_middle .newslist{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    padding:0 ;
}

#main_middle a:hover img,
#main_middle a:focus img{
    opacity: 0.7;
}

@media screen and (max-width: 767px){
    body{
        padding-top:176px;
    }

    #top{
        position: fixed;
        top:0;
        left:0;
        width: 100%;
        height: 55px;
        background-color: #FFF;
        z-index: 10;
    }

    #header{
        position: fixed;
        top:55px;
        left:0;
        width: 100%;
        height: 124px;
        z-index: 100;
    }


    #main {
        margin-bottom: 40px;
    }

    .front_page #main {
        margin-bottom: 10px;
    }
    .front_page .row {
        padding-bottom:0px;
    }
    #main_middle{
        padding: 28px 16px;
    }


    #main_middle.top .slick-next,
    #main_middle.top .slick-prev {
    top: auto;
    /* bottom: 0; */
    /* right: -4%; */
    left: 65%;
}
    #main_middle.top .slick-prev {
    left: auto;
    right: 60%;
}
    #main_middle.top .slick-next:before,
    #main_middle.top .slick-prev:before {}
    #main_middle.top .slick-prev:before {}
}

/* 商品一覧 */
#main_middle h1{
    margin-top:0;
}

#main_middle #result_info_box #result_info_box__disp_menu{
    display: none;
}

#main_middle #result_info_box.row{
    display: block;
    padding-bottom:20px;
    height: auto;
}
#main_middle #result_info_box.row #result_info_box__item_count{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    padding-bottom: 5px;
}
#main_middle #result_info_box.row #result_info_box__menu_box{
    height: 35px;
}
#main_middle #result_info_box.row #result_info_box__menu_box #result_info_box__menu{
    padding-bottom:5px;
}
#main_middle #result_info_box.row #result_info_box__menu_box #result_info_box__menu select{
    padding-top:4px;
    padding-bottom:4px;
    height: 35px;
    font-size: 14px;
    border:2px solid #DDD;
}
#main_middle #result_info_box.row #result_info_box__menu_box #result_info_box__menu select:focus {
    border-color: #c11c22 !important;
}
#main_middle #result_info_box.row #result_info_box__menu_box #result_info_box__menu select option:focus {
    background-color: #FFF;
}

#main_middle #topicpath{
    padding-top:10px;
}


#list_header_menu{
    background-color:#EFEFEF;
}
#list_header_menu li{
    padding:0 4px;
    font-size:14px;
    background:none;
    border-right:1px dotted #BBB;
}

#list_header_menu li:last-child{
    border-right:none;
}

#list_header_menu li:after{
    content:"";
}


#item_list dl{
}

#item_list dl dd{
    font-size:14px;
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}

#item_list dl dd.item_price{
    font-size: 14px;
    font-weight: 700;
}

#item_list .product_page .product_item a{
    padding-bottom:10px;
}

#item_list .item_name,
#item_list .item_price,
#item_list .product_item{
    text-align:center;
}

#item_list ol{
    width:auto;
    display:inline-block;
}
#item_list ol li{
    width:auto;
    padding:0;
    font-size:12px;
    color:#AB8F18;
    border:1px solid #A68551;
}
#item_list ol li a{
    width:auto;
    padding:3px 10px;
    color:#A68551;
}


#item_list.category_list{
    padding-top:16px;
}
/*
#item_list.category_list a:hover,
#item_list.category_list a:focus,
#item_list.category_list a:active{
    */
#item_list.category_list a:link,
#item_list.category_list a:visited{
    color:#333;
}

#item_list.category_list dl dt{
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
}

#item_list.category_list dl dd{
    font-size: 12px;
    text-align: left;
}


@media screen and (max-width:767px){

    #main_middle #result_info_box.row #result_info_box__menu_box{
        height: auto;
    }

    #main_middle #topicpath{
        margin-bottom:20px;
    }

    #main_middle #result_info_box.row #result_info_box__item_count{
        display: inline-block;
    }
    #main_middle #result_info_box.row #result_info_box__menu_box{
        display: inline-block;
    }

}




.result_list{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    margin:0 auto 60px;
    max-width: 100%;
}

.result_list:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}

.result_list li{
    float:left;
    padding:0 1px 2px;
    width: 256px;
    font-size: 14px;
    font-weight: 700;
}

.sys_page .result_list li{
    height: 240px;
}

.result_list li .scene_title{
    padding:10px;
}



.result_list li span.image{
    display: block;
    width: inherit;
/*    height:35vw;*/
    max-height:160px;
    vertical-align: middle;
    text-align: center;
    background-color: #F8F8F8;

    overflow:hidden;
}

.result_list li span.image span{
    position: relative;
    height:inherit;
    max-height:160px;
/*    display: table-cell;*/
    width: inherit;
    vertical-align: middle;
    text-align: center;

    overflow: hidden;
}

.result_list li span.image img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
/*  height: 160px;*/
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.result_list li span.title{
    display: block;
    width:100%;
    height: 64px;
    padding:14px;
    color:#333;
    font-size: 14px;
    line-height: 120%;
    font-weight: 100;
    background-color: #FFF;
    box-sizing: border-box;
}

.result_list li span.cover{
    display: none;
    font-weight: 100;
}

.result_list li a:hover span.image img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


@media screen and (max-width:767px){
    .sys_page .sub_nav{
        margin-bottom:20px;
    }

    .sys_page #result .result_list li {
        height: calc( 25vw + 5.5rem );
        min-height: 180px;
    }

    /*
    .result_list li span.image{
        max-height:85px;
    }
    .result_list li span.image img {
        height: auto;
    }

    .result_list li span.image span{
        max-height:85px;
    }
    */
}

@media screen and (max-width:1080px){
    #result .sub_nav li{
        float: left;
        width: 25%;
        box-sizing: border-box;
    }

    #result .sub_nav li a {
        position: relative;
        font-size:1.4rem;
        padding-right:5px;
        padding-left:5px;
        padding-bottom: 20px;
    }
    #result .sub_nav li:nth-child(3) a,
    #result .sub_nav li:nth-child(4) a {
        padding-bottom: 18px;
    }

    #result .result_list li{
        width: 50%;
        height: 240px;
        min-height: 180px;
    }

    #result .result_list li a{
        width: 100%;
    }

    #result .result_list li span.image{
        width: 100%;
        height: 30vw;
    }

    #result .result_list li span.image img{
        position: relative;
    }

    #result .result_list li span.image span{
        vertical-align: top;
        height: inherit;
    }

}
@media screen and (max-width: 767px){


    #result .sub_nav li{
        width: 50%;
    }

    #result .result_list li{
        min-height: 200px;
    }

    #result .result_list li span.image{
        height: 25vw;
    }

    .result_list li span.title{
        height: 6.5rem;
        overflow:hidden;
    }

    .result_list li span.title span{
        height: 3rem;
    }
}



#main_middle .sns-list{
  margin-bottom: 20px;
  letter-spacing: -0.5rem;
  text-align: center;
}
#main_middle .sns-list li{
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 1px;
  vertical-align: middle;
}
#main_middle .sns-list li:fisrt-child{
  margin-left: 0;
}

.sys_page #main_middle .sns-list li.facebook,
.sys_page #main_middle .sns-list li.twitter,
.sys_page #main_middle .sns-list li.pocket{
  width: 82px;
}

.sys_page #main_middle .sns-list li.facebook a,
.sys_page #main_middle .sns-list li.twitter a,
.sys_page #main_middle .sns-list li.pocket a{
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;

  padding: 0;
  box-sizing: border-box;
}

.sys_page #main_middle .sns-list li.facebook a{
  background-color:#3b5998;
}
.sys_page #main_middle .sns-list li.twitter a{
  background-color: #55ACEE;
}
.sys_page #main_middle .sns-list li.pocket a{
  background-color: #E5364E;
}

#main_middle .sns-list li.facebook img,
#main_middle .sns-list li.twitter img,
#main_middle .sns-list li.pocket img{
  margin:0 auto;
  width: 19px;
  height: auto;
  vertical-align: sub;
}



/*
.front_page #main_middle{
    background: none;
    padding: 0;
}
*/
/*breadcrumbs*/

.breadcrumbs{
    padding: 3px 2px 10px;
}

.breadcrumbs li{
    position: relative;
    padding-right: 16px;
    display: inline-block;
}

.breadcrumbs li:after{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 4px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs li:last-child:after{
    display: none;
}


.breadcrumbs li a{
    color: #aaa;
    text-decoration: underline;
    font-size: 12px;
}

.breadcrumbs li a:hover{
    color: #000;
}

.breadcrumbs li span{
    color: #C11C22;
    font-size: 12px;
}


/*headings*/

.h_type01{
    text-align: center;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
    font-size: 26px;
    color: #000;
    letter-spacing: 3px;
    margin-top: 30px;
}

.h_type01.white{
    color: #fff;
}

.h_type01 + span{
    display: block;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    margin-top: -14px;
    font-size: 16px;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
}

.h_type01.style2{
    background: url(../img/common/other/bg05.png) no-repeat 50% 45%;
    margin-bottom: 36px;
}

.front_page .h_type01,
.front_page .h_type02.h_txtcenter{
    line-height: 140%;
}

.front_page #pickup_list .h_type01{
    padding-top:35px;
}
.front_page #culture_block .h_type01{
    padding-top:15px;
}
.front_page #scene_list .h_type01{
    padding-top:20px;
}
.front_page #news_area .h_type02.h_txtcenter{
    margin-top:0;
    padding-top:30px;
}
.front_page #company_area .h_type02{
    margin-top:0;
    margin-bottom:30px;
    padding-top:30px;
}



.h_type02{
    font-size: 20px;
    color: #000;
}

.h_type02 span{
    margin-left: 10px;
    font-size: 12px;
    color: #C01B21;
    display: inline-block;
    vertical-align: 3px;
}


.front_page .h_type02 span{
    margin-left:0;
    letter-spacing: 0.00725rem;
}

.h_type03{
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom:30px;
    font-size: 26px;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.product_page .h_type03{
    margin-bottom:10px;
}

@media screen and (max-width:767px){
    .h_type01{
        font-size: 21px;
    }
    .h_type03{
        font-size: 20px;
    }
}

.h_type04 {
    font-size: 1.8rem;
    background: #F8F8F8 url(../img/common/other/bg07.png) no-repeat 0% 50% / auto 100%;
    margin: 0 0 30px;
    padding-top:2px;
    padding-bottom:2px;
    padding-left: 24px;
    letter-spacing: 2px;
}
.h_type04 span {
    display: block;
    line-height: 2.6;
}


.h_type05 {
    position: relative;
    font-size: 2.2rem;
    margin: 0;
    padding-left: 24px;
    letter-spacing: 2px;
    color: #000;
}
.h_type05:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: solid 3px #C11C22;
    position: absolute;
    top: 7px;
    left: 0;
    box-sizing: border-box;
}


@media screen and (max-width:767px){
    .h_type05 {
        font-size: 1.8rem;
    }
}




/*buttons*/

div.button1{}

div.button1 a{
    margin: 0 auto;
    display: block;
    width: 302px;
    line-height: 46px;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
    color: #000;
    font-size: 14px;

    border:2px solid #222222;
    text-align: center;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

div.button1.transparent a{
    color: #FFF;
    background: transparent;
    border: 1px solid #fff;
}

div.button1 a:hover{
    color:#FFF;
    background: #AB8F18;
}


/* ~ipad */
@media screen and (max-width: 767px) {
    div.button1 a {
        background-color: rgba( 255,255,255,.5 );
    }
}



.background_wrap1{
    /*
    background: 
        url(../img/common/other/bg01.png) no-repeat 100% 0,
        url(../img/common/other/bg02.png) no-repeat 0 100%,
        url(../img/common/other/bg03.jpg) repeat 0 0;
        */
    background: 
        url(../img/common/other/bg03.jpg) repeat 0 0;
}

.background_wrap2{
    padding-top: 20px;
    padding-bottom: 60px;
    background: #C11C22 url(../img/common/other/bg04.jpg) repeat-x 0 0;
    -webkit-box-shadow: 0px -19px 58px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -19px 58px 0px rgba(0,0,0,0.1);
    box-shadow: 0px -19px 58px 0px rgba(0,0,0,0.1);
}

.background_wrap3{
    padding-top: 20px;
    background: url(../img/top/bg01.jpg) no-repeat 0 0;
    background-size: cover;
}

.background_wrap4{
    padding-top: 40px;
    padding-bottom: 30px;
    background: #F7F6F4;
}

.background_wrap5{
    padding-top: 40px;
    padding-bottom: 60px;
    background: #fff;
}

@media screen and (max-width:1080px){
    .background_wrap5{
        padding-bottom: 30px;
    }
}

#pickup_slider{
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

#pickup_list{
    padding-bottom: 60px; 
}

#pickup_list li{
    margin: 0 8px;
}

#pickup_list li .image{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

#pickup_slider .pickup_title{
    padding: 16px 0 0;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
    color: #000;
    text-align: center;
}

@media screen and (max-width:767px){
    #pickup_slider .pickup_title{
        font-size: 14px;
    }
}

/*culture_list*/

#culture_list{
    margin-right: 0;
    margin-left: 0;
}

#culture_list:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

#culture_list > ul > li{
    background: #fff;
    float: left;
    width: calc( 100% / 4 - ( 40px * 3 / 4 ) );
    margin-right: 40px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
}

#culture_list > ul > li a{
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#culture_list > ul > li a:hover{
    opacity: 0.7;
}


#culture_list li a .image{
    overflow: hidden;
}

#culture_list li a .image img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
}

#culture_list li a:hover .image img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}



#culture_list > ul > li:nth-child(4n){
    margin-right: 0;
}

#culture_list .text{
    background: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
}

#culture_list .text li {
    position: relative;
    padding: 0 20px;
    line-height: 180%;
    color: #000;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
    font-size: 14px;
}

#culture_list .text li:before{
    content: "";
    /* margin-right: 9px; */
    position: absolute;
    top: 0;
     bottom: 0; 
    left: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border: 2px solid #C11C22;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
}

@media screen and (max-width:1080px){
    #culture_list .text{
        padding: 10px 0px 10px 14px;
    }

    #culture_list .text li {
        padding: 0 0 0 17px;
        font-size: 13px;
    }
}

@media screen and (max-width:767px){

    #culture_list > ul > li {
        width: calc( 100% / 2 - ( 20px * 1 / 2 ) );
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #culture_list > ul > li:nth-child(4n){
        margin-right: auto;
    }

    #culture_list > ul > li:nth-child(2n){
        margin-right: 0;
    }
}

#scene_slider{
    margin-top: 20px;
    position: relative;
    margin-right: 0;
    margin-left: 0;
}

#scene_list{
    padding-bottom: 60px; 
}

#scene_list li{
    margin: 20px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
}

#scene_list li div.image span.photo {
    position: relative;
    height: 144px;
    display: block;
    width: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

#scene_list li div.image span.photo img {
    display: inline;
    width: 120%;
    height: auto;
}


#scene_slider .scene_title{
    padding: 14px 16px;
    background: #fff;
    box-sizing: border-box;
    min-height: 66px;
    max-width: 240px;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
    font-size: 14px;
    color: #000;

}

/*
#scene_slider .result_list li a span.title span{
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify;
}

#scene_slider .result_list li a span.title span:before{
    content: '…';
    background: rgba(255,255,255,1);
    width: 1rem;
    right: 0rem;
    text-align: center;
    top: 1.2rem;
    position: absolute;
}
*/

/*
#scene_slider .result_list li a span.title span{
    position: relative;
    overflow: hidden;
    height: 2.2em;
    display: block;
}

#scene_slider .result_list li a span.title span:before{
    content: '…';
    background: rgba(255,255,255,1);
    width: 1rem;
    right: 0rem;
    text-align: center;
    top: 1.2rem;
    position: absolute;
}
*/

#scene_slider .result_list li a span.title span{
    line-height: 130%;
    height: 34px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify;
}
/*
#scene_slider .result_list li a span.title span:before{
    position: absolute;
    content: ' …';
    background: #EEE;
    width: 1.2em;
    right: 0;
    text-align: center;
    top: 1.4em;
}

*/

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 40%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

/*
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

.slick-prev
{
    left: -45px;
}
[dir='rtl'] .slick-prev
{
    right: -15px;
    left: auto;
}
.slick-prev:before
{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
[dir='rtl'] .slick-prev:before
{
    
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


li.slick-slide a .image{
    overflow: hidden;
}

li.slick-slide a .image img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
}

li.slick-slide a:hover .image img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


@media screen and (max-width:1080px){
    .slick-prev
    {
        left: 0;
    }
    .slick-next
    {
        right: 0;
    }
}



/*newslist*/


.newslist ul{
    margin-bottom:50px;
}

.newslist li{
    border-bottom: 1px solid #DDDDDD;
}

.newslist li a{
    padding: 12px 25px;
    display: block;
    color: #1F1F1F;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.newslist li a:hover{
    background: #eee;
}

.newslist .date{
    display: inline-block;
    min-width: 60px;
    margin-right: 13px;
    font-size: 12px;
}

.newslist .category{
    display: inline-block;
    padding: 4px 7px;
    margin-right: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #AAAAAA;

}

.newslist .title{
    font-size: 14px;
    width: calc( 100% - 260px );
    display: inline-block;
    vertical-align: top;
    line-height: 180%;
}


@media screen and (max-width:767px){
    .newslist li a{
        padding: 12px 0px;
    }

    .newslist .title{
        width: 100%;
        margin-top: 5px;
        display: block;
        font-size: 13px;
    }
}


/*company_area*/

#company_area{

}

#company_area .banners_block{
    margin-bottom: 50px;
}

#company_area .banners_block:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

#company_area .banners_block > div{
    float: left;
}

#company_area .banners_block > div.zone1{
    position: relative;
    width: 36.018518518518516%;
    height: auto;
    margin-right: 1.6666666666666666%;
}

#company_area .banners_block > div.zone1 a{
    overflow: hidden;
}

#company_area .banners_block > div.zone1 a img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#company_area .banners_block > div.zone1 a img:nth-child(2){
    position: absolute;
    top:0;
    left:0;
}

#company_area .banners_block > div.zone1 a:hover img:nth-child(1){
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



#company_area .banners_block > div.zone2{
    width: 30.462962962962964%;
    margin-right: 1.6666666666666666%;
}

#company_area .banners_block > div.zone3{
    width: 30.185185185185187%;
}

#company_area .banners_block > div img{
    width: 100%;
    height: auto;
}

#company_area .banners_block > div a{
    display: block;
}

#company_area .banners_block > div.zone3 img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
/*  height: 160px;*/
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#company_area .banners_block > div.zone3 a{
    overflow: hidden;
    position: relative;
    width: 326px;
    height: 101px;
}

#company_area .banners_block > div.zone3 a img:nth-child(2){
    position: absolute;
    top:0px;
    left:0px;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

#company_area .banners_block > div.zone3 a:hover img:nth-child(1){
    position: absolute;
    top:0;
    left:0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


#company_area .banners_block > div.zone3 a:nth-child(1){
    margin-bottom: 6.13%;
}



@media screen and (max-width:1080px){
    #company_area .banners_block > div.zone1,
    #company_area .banners_block > div.zone2{
        width: 50%;
        margin: auto;
    }

    #company_area .banners_block > div.zone1{
        float:left;
        width:53.1186%;
        margin-bottom:20px;
    }

    #company_area .banners_block > div.zone2{
        float:right;
        width:44.8814%;
        margin-bottom:20px;
    }

    #company_area .banners_block > div.zone3{
        width: 100%;
        margin: auto;
    }

    #company_area .banners_block:after,
    #company_area .banners_block > div.zone3:after{
        clear: both;
        content: "";
        height: 0;
        display: block;
    }

    #company_area .banners_block > div.zone3 a{
        display: inline-block;
        width: 49%;
        height: 14.3vw;
    }

    #company_area .banners_block > div.zone3 a:nth-child(1){
        float:left;
    }
    #company_area .banners_block > div.zone3 a:nth-child(2){
        float:right;
    }
}

/* ~ipad */
@media screen and (max-width: 767px) {
    #company_area .banners_block > div.zone1,
    #company_area .banners_block > div.zone2,
    #company_area .banners_block > div.zone3{
        width: 100%;
        margin: auto;
    }

    #company_area .banners_block > div.zone1{
        height: 53vw;
    }
    #company_area .banners_block > div.zone1 a{
        height: 50vw;
        overflow: hidden;
    }

    #company_area .banners_block > div a,
    #company_area .banners_block > div.zone3 a:nth-child(1) {
        margin-bottom: 6px;
    }

    #company_area .banners_block > div.zone3 a{
        width: 100%;
        height: 27.3vw;
    }

    #company_area .banners_block > div.zone3 a:nth-child(1){
        float:none;
    }
    #company_area .banners_block > div.zone3 a:nth-child(2){
        float:none;
    }
}



/*omotenashi_selection_box*/

.omotenashi_selection_box{
    padding: 30px 80px 40px;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
}

.omotenashi_selection_box:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.omotenashi_selection_box .zone1{
    float: left;
    width: calc(100% - 270px);
}

.omotenashi_selection_box .zone2{
    float: right;
    width: 240px;
}

.omotenashi_selection_box dt{
    padding-top: 8px;
    margin-bottom: 10px;
    color: #D30013;
    font-size: 21px;
    letter-spacing: 2px;
}

.omotenashi_selection_box dd{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 180%;
    color: #000;
    max-width: 510px;
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}

.omotenashi_selection_box .zone2 a{
    display: block;
    text-align: center;
}

.omotenashi_selection_box .zone2 a:hover{
    opacity: 0.7;
}

.omotenashi_selection_box .logo {

}

.omotenashi_selection_box .link_text{
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px;
}

.omotenashi_selection_box .link_text:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;

    border-bottom: 1px solid #1f1f1f;
}

.omotenashi_selection_box .link_text span{
    display: inline-block;
    padding-left: 25px;
    background: url(../img/common/other/icon_link.png) no-repeat 5px 50%;
}


@media screen and (max-width:767px){
    .omotenashi_selection_box{
        padding: 20px 30px 40px;
    }


    .omotenashi_selection_box .zone1{
        float: none;
        width: 100%;
    }

    .omotenashi_selection_box .zone2{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}


/*.page_menu_block{*/


.page_menu_block{
    padding: 42px 0;
    /* background: #F7F6F4; */
    font-size: 0;
}

.page_menu_block:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}

.page_menu_block li{
    float:left;
    display: inline-block;
    border-right: 1px solid #DADADA;
/*    width: calc( 100% / 6 );*/
    width: 16.5%;
    height: 136px;
    vertical-align: top;
    letter-spacing: 0.1rem;
}

.page_menu_block li:nth-child(1){
    border-left: 1px solid #DADADA;
}

.page_menu_block li a{
    padding: 72px 0 10px;
    display: block;
    text-align: center;

    background: no-repeat 50% 20%;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.page_menu_block li a:hover{
    background: no-repeat 50% 10%;
    opacity: 0.7;
}

.page_menu_block li .title1{
    display: block;
    font-size: 16px;
    color: #000;
}

.page_menu_block li .title2{
    display: block;
    font-size: 12px;
    color: #000;
}

/*
.page_menu_block li:nth-child(1) a{ background-image: url(../img/common/other/page_icon04.png); }
.page_menu_block li:nth-child(2) a{ background-image: url(../img/common/other/page_icon01.png); }
.page_menu_block li:nth-child(3) a{ background-image: url(../img/common/other/page_icon03.png); }
.page_menu_block li:nth-child(4) a{ background-image: url(../img/common/other/page_icon02.png); }
.page_menu_block li:nth-child(5) a{ background-image: url(../img/common/other/page_icon05.png); }
.page_menu_block li:nth-child(6) a{ background-image: url(../img/common/other/page_icon06.png); }
*/

.page_menu_block li:nth-child(1) a{ background-image: url(../img/common/other/page_icon02.png); }
.page_menu_block li:nth-child(2) a{ background-image: url(../img/common/other/page_icon01.png); }
.page_menu_block li:nth-child(3) a{ background-image: url(../img/common/other/page_icon03.png); }
.page_menu_block li:nth-child(4) a{ background-image: url(../img/common/other/page_icon04.png); }
.page_menu_block li:nth-child(5) a{ background-image: url(../img/common/other/page_icon05.png); }
.page_menu_block li:nth-child(6) a{ background-image: url(../img/common/other/page_icon06.png); }

#about_us .page_menu_block li:nth-child(1) a{ background-image: url(../img/common/other/page_icon01.png); }
#about_us .page_menu_block li:nth-child(2) a{ background-image: url(../img/common/other/page_icon03.png); }
#about_us .page_menu_block li:nth-child(3) a{ background-image: url(../img/common/other/page_icon04.png); }
#about_us .page_menu_block li:nth-child(4) a{ background-image: url(../img/common/other/page_icon05.png); }
#about_us .page_menu_block li:nth-child(5) a{ background-image: url(../img/common/other/page_icon06.png); }
#about_us .page_menu_block li:nth-child(6) a{ background-image: url(../img/common/other/page_icon08.png); }


@media screen and (max-width:767px){
    .page_menu_block li{
        position: relative;
        width: calc( 100% / 3 );
    }
    .page_menu_block li:nth-of-type(1):after,
    .page_menu_block li:nth-of-type(2):after,
    .page_menu_block li:nth-of-type(3):after {
        content: "";
        display: block;
        width: 70%;
        height: .75px;
        background-color: #DADADA;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .page_menu_block li:nth-child(4){
        border-left: 1px solid #DADADA;
    }

    .page_menu_block li a{
        background: no-repeat 50% 30%;
        background-size: auto 30px;
    }

    .page_menu_block li .title2{
        font-size: 10px;
    }
}



/*#calendar*/


.front_page #calendar{
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.front_page #side_left #calendar{
    display: none;
}

.front_page #side_left #search_purpose{
    display: none;
}

.front_page #side_left .side_banner{
    display: none;
}

.front_page #side_left h1{
    font-size: 12px;
}


.front_page #calendar caption{
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
    color: #000;
}

#side_left #calendar caption{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
}

#side_left h1{
    font-size: 12px;
}

.front_page #calendar:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.front_page #calendar table,
#footerInner #calendar table{
    width: calc( 100% / 2 - 27px );
}

#side_left #calendar table{
    margin-bottom: 20px;
}

#footerInner #calendar table caption{
    font-size: 14px;
    margin-bottom:14px;
    padding-bottom:0;
}

#calendar table th,
#calendar table td{
    border: 1px solid #ddd;
    font-size: 12px;
    color: #000!important;
    padding: 5px 0;
}

.front_page #calendar table th,
.front_page #calendar table td{
    font-size: 14px;
    padding: 5px 0;
}

.front_page #calendar table:nth-child(1),
#footerInner #calendar table:nth-child(1){
    float: left;
}

.front_page #calendar table:nth-child(2),
#footerInner #calendar table:nth-child(2){
    float: right;
}




.sys_page #main_middle{
    padding-top:38px;
    padding-right:30px;
    padding-left:30px;
}

.sys_page .page-heading{
    margin-right:0;
    margin-left:0;
    margin-bottom:34px;
}


@media screen and (min-width:768px){

    #page_product_detail #side_left{
        display: none;
    }

    #page_product_detail #main{
        width: 100%;
    }
    #page_product_detail #main #item_photo_area{
        width:60%;
    }

    #page_product_detail #main #item_photo_area #detail_image_box__slides img{
        width: 100%;
    }

    #page_product_detail #main #item_detail_area{
        width:40%;
    }

}

@media screen and (max-width:767px){
    /*#calendar*/


    .front_page #calendar{
        margin-top: 30px;
    }

    .front_page #calendar table,
    #footerInner #calendar table{
        width: 100%;
        margin-bottom: 20px;
    }



    .front_page #calendar table:nth-child(1){
        float: none;
    }
}


/*sns_block*/

.sns_block{
    padding-top: 40px;
    padding-bottom: 30px;
    background: #C8AB7C;
}

.sns_block > div:after,
.sns_block > div > div:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

.sns_block .zone1{
    width: 41.85185185185185%;
    float: left;
}

.sns_block .zone2{
    width: 52.96296296296297%;
    float: right;
}

.sns_block .image{
    width: 164px;
    float: left;
}

.sns_block .text{
    text-align: center;
    width: calc( 100% - 164px );
    float: right;
}

.sns_block .text .catch{
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    letter-spacing: 0.1rem;
}

.sns_block .text .catch:after,
.sns_block .text .catch:before{
    content: "";
    display: block;
    width: 13px;
    height: 19px;

    position: absolute;

    top: 5px;
    background: no-repeat 0 0;
}


.sns_block .text .catch:after{
    background-image: url(../img/common/other/sns_a_r.png);

    right: -20px;
}

.sns_block .text .catch:before{
    background-image: url(../img/common/other/sns_a_l.png);

    left: -20px;
}

.sns_block .buttons a{
    position: relative;
    display: inline-block;
    background: #F9F8F7;
    margin: 0 3px;

    text-align: center;
    line-height: 36px;

    min-width: 192px;
    box-sizing: border-box;

    border-radius: 36px;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sns_block .buttons a:hover{
    opacity: 0.7;
}

.sns_block .buttons a:before{
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #AB8752;
    border-right: 2px solid #AB8752;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sns_block .buttons a span{
    font-size: 16px;
    color: #A78551;
}

.sns_block .buttons a span{
    position: relative;
    padding-right: 35px;
}

.sns_block .buttons a span:after{
    content: "";
    display: block;

    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;

    margin: auto;

    width: 25px;
    height: 25px;

    background: #A88551 no-repeat 50% 50%;

    border-radius: 25px;
}

.sns_block .zone1 .buttons a{
    width: 232px;
}   

.sns_block .zone1 .buttons a span:after{
    background-image: url(../img/common/other/sns_icon1.png);
}

.sns_block .zone2 .buttons a:nth-child(1) span:after{
    background-image: url(../img/common/other/sns_icon2.png);
}

.sns_block .zone2 .buttons a:nth-child(2) span:after{
    background-image: url(../img/common/other/sns_icon3.png);
}

@media screen and (max-width:1080px){

    .sns_block .buttons a{
        min-width: 172px;
        margin-bottom: 10px;
    }

    .sns_block .zone1 .buttons a{
        width: 162px;
    }   
}

@media screen and (max-width:767px){
    .sns_block .zone1{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .sns_block .zone2{
        width: 100%;
        float: none;
    }

    .sns_block .image{
        width: 124px;
    }

    .sns_block .text{
        width: calc( 100% - 124px );
    }

    .sns_block .text .catch{
        font-size: 13px;
    }

}

/* side */
.side {

}

#side_main_menu{
    /*min-width: 222px;*/
    margin-bottom: 16px;
}



#side_main_menu dt{
    background: url(../img/common/side/side_bg.jpg) repeat-x 0 0;
}

#side_main_menu dt span{
    display: block;
    text-align: center;
    padding: 68px 0 16px;
    background: url(../img/common/side/side_logo.png) no-repeat 50% 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

#side_main_menu dd{
    border: 2px solid #C11C22;
    border-top: none;
}

#side_main_menu .main_menu{
    
}

#side_main_menu .main_menu li{
    border-bottom: 1px solid #E4E4E7;
}

#side_main_menu .main_menu li a{
    display: block;
    position: relative;
    padding: 18px 0 18px 50px;
    font-size: 14px;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
    font-weight: bold;
    background: #fff;
    color: #221F1F;
}

#side_main_menu .main_menu li:nth-child(4) a{
    padding:6px 0 6px 50px;
}

#side_main_menu .main_menu li a.hover,
#side_main_menu .main_menu li a:hover{
    background: #eee;

    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
}

#side_main_menu .main_menu li a:before{
        content: "";
        /* margin-right: 9px; */
        position: absolute;
        top: 0;
         bottom: 0; 
        left: 24px;
        margin: auto;
        width: 12px;
        height: 12px;
        border: 2px solid #C11C22;
        box-sizing: border-box;
        background: #fff;
        border-radius: 12px;
}

#side_left .side_tel,
#side_left .side_banner li{
    text-align: center;
    margin-bottom: 20px;
}

#side_left .side_banner li{
    width: 100%;
}

#side_left .side_tel a:hover,
#side_left .side_tel a:active,
#side_left .side_banner li a:hover,
#side_left .side_banner li a:active {
    opacity: 0.8;
}

#side_left .side_banner li a{
    display: block;
    position: relative;
    overflow:hidden;
    width: 100%;
}
#side_left .side_banner li a img.bg{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#side_left .side_banner li a img.txt{
    position: absolute;
    top:0;
    left:0;
    padding:0;
    width: 100%;
}

#side_left .side_banner li a:hover img.bg {
    opacity: 0.8;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


#side_left .side_tel{
    background-color: #FFF;
    border:1px solid #AB8F18;
}

@media screen and (max-width:767px){
    #side_left .side_tel{
        display: none;
    }
    
}

#side_left .side_tel a{
    color:#333;
    width:100%;
    margin-right: auto;
    margin-left: auto;
}

#side_left .side_tel p{
    display: block;
    width:90%;
    margin-right: auto;
    margin-left: auto;
}

#side_left .side_tel a span{
    display: block;
    width:90%;
    margin-right: auto;
    margin-left: auto;
}

#side_left .side_tel a span:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}

#side_left .side_tel a span img{
    float: left;
    padding:4px 0 0;
}

#side_left .side_tel a span.span1{
    width:90%;
    margin-bottom:8px;
    font-size: 2.6rem;
    line-height: 2.6rem;
    word-break:break-all;
}
#side_left .side_tel a span.span2{
    margin-bottom:12px;
    font-size: 12px;
}
#side_left .side_tel a:nth-child(2){
    display: block;
    padding-bottom:18px;
    font-size: 14px;
    color:#C01B21;
}

#side_left .side_tel p{
    margin:0 auto 12px;
    padding:12px 0 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    border-bottom:2px dotted #999;
}


#side_left .side_tel p.shopname{
    margin-bottom:6px;
    padding:0px;
    font-size: 12px;
    border: none;
}



/* ~ipad */
@media screen and (max-width: 768px) {

    .sys_page #main_middle{
        padding-top:28px;
        padding-right:20px;
        padding-left:20px;
    }

    #side_main_menu .main_menu li a{
        display: block;
        position: relative;
        padding: 18px 0 18px 30px;
        font-size: 14px;
        font-weight: bold;
        background: #fff;
        color: #221F1F;
    }

    #side_main_menu .main_menu li a:before{
        left:12px;
    }

    #side_main_menu .main_menu li:nth-child(4) a {
        padding: 12px 0 12px 30px;
    }

    #side_left .side_tel a{
        text-decoration:none;
    }

    #side_left .side_tel a span:nth-child(2) img{
        float:none;
        margin-right: 5px;
    }

    #side_left .side_banner:after{
        clear: both;
        content: "";
        height: 0;
        display: block;
    }

/*
    #side_left .side_banner li{
        float:left;
        width: 50%;
        margin-bottom:10px;
    }
*/


    #side_left .side_banner li:nth-child(odd){
        padding-right: 1%;
    }

    #side_left .side_banner li:nth-child(even){
        padding-left: 1%;
    }


    #side_left .side_banner li a{
        height: auto;
    }

    #side_left .side_banner li a img.bg{
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    #side_left .side_banner li a img.txt{
        position: absolute;
        top:0;
        left:0;
        padding:0;
        width: 100%;
        box-sizing: border-box;
    }

    #side_left .side_tel a span.span1 img{
        float:none;
        padding-top:0px;
    }
}




#search_purpose {
    margin-bottom:20px;
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    font-weight: 600;
}

#search_purpose dt{
    padding: 10px 10px 10px 32px;
    color:#FFF;
    background: url(../img/common/side/side_search.png) no-repeat 22px 50% #1B305B;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.5rem;
}

#search_purpose dd{
    display: block;
    margin-bottom: 1px;
    font-size: 14px;
    background-color: #FFF;
    line-height: 1.5;
}

#search_purpose dd a{
    position: relative;
    display: block;
    padding: 10px 20px 10px 40px;
    color:#333;
}

#search_purpose dd a:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin: -5px 5px 0 0;
    background-color:#1B305B;
}

#search_purpose dd a:hover,
#search_purpose dd a:active {
    background:#EEE;

    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
}


/*#search_purpose TOP*/

#search_purpose_top{
    padding-bottom: 60px;
} 

#search_purpose_top .inner{
    margin: 0 auto;
} 

#search_purpose_top .inner:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

#search_purpose_top .inner p{
    margin-bottom:20px;
    padding-left:290px;
}

#search_purpose_top .inner p img{
    margin:0 auto;
}

#search_purpose_top dt{
    position: relative;
    background: url(../img/common/side/side_bg2.jpg) repeat;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;    
    float: left;
    width: 170px;
    height: 108px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

#search_purpose_top dt:after{
    content: "";

    width: 0;
    height: 0;

    border: 12px solid transparent;
    border-left: 12px solid #0D1C4E;
    position: absolute;
    right: -24px;
    top: 0;
    bottom: 0;

    margin: auto;
}

#search_purpose_top dd ul:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

#search_purpose_top dd li{
    float: left;
    border-top: 3px solid #0D1C4E;
    border-bottom: 3px solid #0D1C4E;
    
    box-sizing: border-box;
    background: #fff;
    width: calc((100% - 179px) / 6);
    padding: 10px 0;
}

#search_purpose_top dd li a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    height: 81px;
    box-sizing: border-box;
    border-right: 1px dotted #ddd;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#search_purpose_top dd li a:before,
#search_purpose_top dd li a:after{
    content: "";

    width: 0;
    height: 2px;

    background: #0D1C4E;

    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;

    margin: auto;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#search_purpose_top dd li a:before{
    top: 10px;
    bottom: auto;
}

/*#search_purpose_top dd li a:hover:before,*/
#search_purpose_top dd li a:hover:after{
    width: 50%;
}

#search_purpose_top dd li a:hover{
    opacity: 0.7;
}

#search_purpose_top dd li:last-child{
    border-right: 3px solid #0D1C4E;
}

#search_purpose_top dd li:last-child a{
    border-right: none;
}

@media screen and (max-width:1080px){
    #search_purpose_top dt{
        font-size: 12px;
        width: 120px;
    }

    #search_purpose_top dd li{
        width: calc((100% - 129px) / 6);
    }
    #search_purpose_top dd li a{
        font-size: 12px;
    }
}

@media screen and (max-width:767px){
    #search_purpose_top{
        max-width: 92%;
        margin: 20px auto 0;
    }
    #search_purpose_top dt{
        float: none;
        width: 100%;
        background-repeat: repeat;
        height: 58px;
    }

    #search_purpose_top dt span{
        padding-left: 20px;
        background: url(../img/common/side/side_search.png) no-repeat 0 50%;
    }


    #search_purpose_top dt br{
        display: none;
    }

    #search_purpose_top dt:after{
        
        border: 12px solid transparent;
        border-top: 12px solid #0D1C4E;
        bottom: -18px;
        top: auto;
        left: 0;
        right: 0;
    }

    #search_purpose_top dd{
        display: none;
    }


    #search_purpose_top dd li{
        float: none;
        width:100%;
        border-bottom: 1px solid #ddd;
        border-right: none!important;
        border-top: none;
    }

    #search_purpose_top dd li a{
        height: 40px;
        border: none;
    }

    #search_purpose_top dd li a br{
        display: none;
    }
}

/*about_us*/

#about_us{
    padding-top: 50px;
    padding-bottom: 60px;
    
}

#about_us .h_type01 + .subtitle{
    color: #C01B21;
    padding-bottom: 40px;
}

.background_wrap1{
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.12);
}

#about_us .inner{
    margin: 0 auto;
}

#about_us .about_block:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

#about_us .lefty{
    float: left;
}

#about_us .righty{
    float: right;
}

#about_us .image{
    width: 45%;
    max-width: 458px;
}

#about_us .image img{
    width: 100%;
    height: auto;
}

#about_us .page_menu{
    width: 55%;
}


#about_us .page_menu_block li:nth-child(1) a{ background-image: url(../img/common/other/page_icon01.png); }
#about_us .page_menu_block li:nth-child(2) a{ background-image: url(../img/common/other/page_icon03.png); }
#about_us .page_menu_block li:nth-child(3) a{ background-image: url(../img/common/other/page_icon04.png); }
#about_us .page_menu_block ul:nth-child(2) li:nth-child(1) a{ background-image: url(../img/common/other/page_icon05.png); }
#about_us .page_menu_block ul:nth-child(2) li:nth-child(2) a{ background-image: url(../img/common/other/page_icon06.png); }
#about_us .page_menu_block ul:nth-child(2) li:nth-child(3) a{ background-image: url(../img/common/other/page_icon08.png); }

#about_us .page_menu_block{
    padding: 0;
}

#about_us .page_menu_block ul:after{
    content: " "; 
    display: block; 
    height: 0; 
    clear: both;
}

#about_us .page_menu_block ul{
    margin-bottom: 37px;
}

#about_us .page_menu_block li{
    width: calc(100% / 3);
}

@media screen and (max-width:767px){
    #about_us{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #about_us .lefty{
        float: none;
    }

    #about_us .righty{
        float: none;
    }

    #about_us .image{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #about_us .page_menu{
        width: 100%;
    }

    #about_us .page_menu_block li:after{
        display: none;
    }



}

/****** Header Setting ********/

#header {
    background: #ffffff;
    z-index: 3;
    padding-top: 12px;
    min-height: 45px;
}
#header .inner {
    position: relative;
    /* background: #ebebeb; */
}
#header .copy {
    font-size: 9px;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 0;
}

#header #h_5p{
    float:right;
    margin-right: 12px;
}

#header h1{
    width:18%;
    padding-top:10px;
    padding-left:10px;
    font-size:12px;
    font-weight:100;
    float:left;
}

.header_logo_area {
    z-index: 10;
    min-height: 54px;
}
.header_logo_area .header_logo {
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
}

.header_logo_area .header_logo a{
    position: absolute;
    top:0;
    left:-3px;
    width: 157px;
}

#header .header_logo_area a:hover{
    opacity:0.7;

    -webkit-transition: ease 0.1s all;
    transition: ease 0.1s all;
}

@media screen and (max-width:767px){
    #header{
        padding-top: 0;
    }

    .header_logo_area .header_logo a{
        position: relative;
    }
}

/* header-buttons */

.header-buttons {
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 5%;
    background: #999;
    z-index: 11;
}
.header-buttons li {
    display: inline-block;
}

.cart-trigger, .nav-trigger {
    position: relative;
    display: block;
    height: 73px;
    margin-top:0;
    margin-bottom: 0;
    padding-right: 20px;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
    font-size: 13px;
}

#btn_menu .nav-trigger{
    min-width: auto;
}

.nav-trigger {
    color: transparent !important;
}

p.cart-trigger a:link,
p.cart-trigger a:visited,
p.cart-trigger a:hover,
p.cart-trigger a:active {
    text-decoration: none;
    color: #525263;
}
p.cart-trigger:hover {
    opacity: 0.8;
}
p.cart-trigger a {
    display: inline-block;
    width: 50px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    outline: none;
    position: relative;

    background: url(../img/common/other/icon_cart.png) no-repeat 50% 50%;
    background-size: 28px;
}

p.cart-trigger.cart-is-visible a {
    background: none;
}

p.cart-trigger .cb {
    vertical-align: middle;
    font-size: 30px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
p.cart-trigger .cb-close {
    opacity: 0;
    position: absolute;
    left: 13px; top: 9px;
    font-size: 24px;
}
p.cart-trigger .badge {
    position: absolute;
    left: 30px;
    top: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: normal;
}
p.cart-trigger.cart-is-visible .cb-shopping-cart,
p.cart-trigger.cart-is-visible span.badge {
    /* hide cart icon */
    opacity: 0;
}
p.cart-trigger.cart-is-visible .cb-close {
    /* show close icon */
    opacity: 1;
}

#btn_menu {
    margin: 0;
    position: absolute;
    right: 15px; 
    top: 0;
    z-index: 11;
}

@media screen and (max-width:767px){
    .cart-trigger, .nav-trigger{
        min-width: 30px;
    }

    p.cart-trigger .badge {
        left: 31px;
        top: -3px;
    }

    p.cart-trigger a {
        height: 38px;

        margin-top: 5px;
    }

    p.cart-trigger .cb-close {
        top: 9px;
    }

    #btn_menu {
        right: 0px;
        top: 9px;
    }
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #525263;
    background: #000;
}
.nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 34%;
    right: 0px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.nav-trigger span::before, .nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}
.nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}
.drawer-open .nav-trigger span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0);
}
.drawer-open .nav-trigger span::before, .drawer-open .nav-trigger span::after {
    /* keep visible other 2 lines */
    background: #525263;
    background: #fff;
}
.drawer-open .nav-trigger span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.drawer-open .nav-trigger span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}


/****** drawer Setting ********/

.drawer {
    position: fixed;
    top: 0;
    top: 119px;
    right: 0;
    height: calc(100% - 119px);
    width: 260px;
    width: 100%;
    background: #F6F6F6;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;

    overflow-y: scroll;
    z-index: 100;
}



#drawer .category-nav{
    display: block;
    height: 100%;
/*    overflow: hidden;*/
}
#drawer .category-nav li dt{
    position: relative;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#drawer .category-nav li dt a{
    position:relative;
}

#drawer .category-nav li dt a:after{
    position:absolute;
    content:"";
    top:40%;
    right: 15px;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
}

#drawer .category-nav li dd{
    max-height: 0;
    padding-left:1.4rem;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: all 0.3s;
}

#drawer .category-nav li dd a{
    font-size: 1.4rem;
}

#drawer .category-nav li dd.open{
    max-height: 600px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: all 0.3s;
}
#drawer .category-nav li dd ul{
    display: block;
    height: 100%;
    overflow: hidden;
}



/*  Category navigation
--------------------------- */

/* category-nav */

#drawer .category-nav {
    margin-bottom: 16px;
}
.category-nav a {
    position: absolute;
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    color: #525263;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

#header .category-nav li:before{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 0%;
    content: "";
}

.category-nav a.has-toggle {
    padding-right: 50px;
}
.category-nav a:link,
.category-nav a:visited,
.category-nav a:hover,
.category-nav a:active {
    text-decoration: none;
}

#header .category-nav li.hover:before,
#header .category-nav li:hover:before{
    width: 100%;
    background-color: #FFF;
    
    -webkit-transition: ease 0.1s all;
    transition: ease 0.1s all;
}


.category-nav a .toggle {
    display: block;
    position: absolute;
    right: 10px; top: 5px;
    width: 40px; height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.category-nav .active > .toggle .cb {
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg)
}

.category-nav li > a.active {
    background: rgba(204, 204, 204, 0.1);
}

.category-nav ul {
    display: none;
}
.category-nav ul > li > a {
    padding-left: 18px;
}
.category-nav ul > li > ul > li > a {
    padding-left: 26px;
}
.category-nav ul > li > ul > li > ul > li a {
    padding-left: 42px;
}

/* 190927 START */
#category .category-nav a{
    display:block;
}

#header .category-nav {
    margin-bottom:20px;
}

#header .category-nav:after{
    clear:both;
    content:"";
    height:0;
    display:block;
}

#header .category-nav > li {
    float:left;
}

#header .category-nav > li > a {
    padding: 0 14px;
    height: auto;
    min-height:48px;
    line-height: 24px;
    font-weight: 600;
    border-bottom: none;
    border-right: 1px solid #ccc;
    vertical-align:middle;
}

#header .category-nav > li > a span{
    display:block;
    padding-top:12px;
}

#header .category-nav > li:first-child > a {
    border-left: 1px solid #ccc;
}
/* 190927 END */

@media screen and (max-width:767px){
    #side_main_menu{
        display: none;
    }
    .category-nav a {
        padding: 0 20px;
    }

}

/****** Footer Setting ********/

/* footer
----------------------------------------*/
#footer{
        clear: both;

        position: relative;

        margin: 0;
        padding: 30px 0 0;

        width: 100%;

        background: url(../img/common/footer/f_bg.jpg) repeat 0 0;
        background-color: #F6F6F6;

        /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */

}

#footer #f_5p{
    text-align: center;
}

#footer #f_5p img{
    margin:0 auto;
}

/*
#pagetop{
    position: absolute;
    top: -125px;
    right: -110px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,1);

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    border:1px solid #AB8F18;
    border-radius: 50%;
}
*/


#pagetop{
    position: fixed;
    bottom: 65px;
    right: 110px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    width: 50px;
    height: 50px;
    background: rgba(193,28,34,1);

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    border:1px solid #C11C22;
    border-radius: 50%;

    z-index: 1000;
}




#pagetop:hover{
    opacity: 0.7;
}

#pagetop:before{
    content: "";
    position: absolute;

    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#pagetop:hover:before{
    top: -10px;
}



#pagetop img{
        display: inline;
}

#footer #footerInner{
        position: relative;
        zoom: 1;
        margin: 0 auto;
        padding: 0;
        width: 1080px;
}


@media screen and (max-width:1320px){
    #pagetop{
        right: 15px;
        bottom:30px;
    }
}
/*
@media screen and (max-width:767px) {
    #pagetop {
        top: -60px;
    }
}
*/
div.footer_sns{
        padding:12px 0;
        background-color:#EDE4DA;
}

div.footer_sns ul{
        width:1000px;
        margin:0 auto;
}

div.footer_sns ul:after{
        clear:both;
        content:" ";
        height:0;
        visibility:hidden;
        display:block;
}

div.footer_sns ul li{
        float:left;
        margin:0 10px 0 0;
        list-style-type:none;
}

div.footer_sns ul li.f_txt01{
        margin:0 18px 0 0;
        padding:9px 0 0 2px;    
}



#footer #footerInner .column{
        float: left;

        padding: 0;
}
#footer #footerInner .column.left{
        margin: 0;
        width: 495px;
}
#footer #footerInner .column.center{
        margin: 0 55px 0 0;
        width: 330px;
}
#footer #footerInner .column.right{
        float: right;
        margin: 0;

        width: 495px;
}

#footer #footerInner .column div{
        margin: 0 0 5px;
        padding: 0;
        margin-bottom: 11px;
}

#footer #footerInner div.column.left:after,
#footer #footerInner div.column.right:after,
#footer #footerInner .footerContact div.left a:after,
#footer #footerInner ul:after,
#footer #footerInner .footerContact:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}

#footer #footerInner .footerContact div.left{
    float:left;
    padding-top:8px;
    width:220px;
}

#footer #footerInner .footerContact div.left a{
    color:#000;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
}

#footer #footerInner .footerContact div.left a img{
    float: left;
    margin-right: 6px;
    padding-top:3px;
}
#footer #footerInner .footerContact div.right{
    float:right;
    width:260px;
}

#footer #footerInner .footerContact div.right a{
    display: block;
    padding:15px 15px;
    width: 230px;
    color:#CC0000;
    text-align:center;
    font-size: 14px;
    border:2px solid #CC0000;
    box-sizing: border-box;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#footer #footerInner .footerContact div.right a:hover,
#footer #footerInner .footerContact div.right a:active{
    color:#FFF;
    background:#CC0000;
}

#footer #footerInner .column.right ul{
    margin-bottom:30px;
}

#footer #footerInner .column.right ul li{
    float:left;
    margin-right: 20px;
}

#footer #footerInner .column.right ul li:last-child{
    margin-right: 0;
}

#footer #footerInner .column.right ul li a{
    font-size: 12px;
    color:#000;
    text-decoration:underline;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#footer #footerInner .column.right ul li a:hover,
#footer #footerInner .column.right ul li a:active{
    color:#33A8D0;
}


@media screen and (min-width:767px){
    #footer #footerInner .column.left div a{
        /* pointer-events: none; */
    }
}

#footer #footerInner .column p{
        margin: 10px 0 35px;
        padding: 0;

        font-size: 12px;
        line-height: 130%;
}

#footer #footerInner .column dl{
        margin: 0 0 25px;
        padding: 0;
}
#footer #footerInner .column dl dt{
        position: relative;
        margin: 0 0 10px;
        padding: 1px 0 11px 20px;
        font-weight: bold;
        font-size: 14px;
        line-height: 100%;
        color: #333333;
        border-bottom: 1px solid #D4D4D4;
}

#footer #footerInner .column dl dt:before{
        content: "";
        /* margin-right: 9px; */
        position: absolute;
        top: 2px;
        /* bottom: 0; */
        left: 0;
        margin: auto;
        width: 12px;
        height: 12px;
        border: 2px solid #C11C22;
        box-sizing: border-box;
        background: #fff;
        border-radius: 12px;
}
#footer #footerInner .column dl dd{
        margin: 0;
        margin-bottom: 7px;
        padding: 0;
        font-size: 12px;
        color: #333333;
        line-height: 150%;
}
#footer #footerInner .column dl dd ul{
        margin: 0;
        padding: 0;
}
#footer #footerInner .column dl dd ul li{
        margin: 0 0 15px;
        padding: 0;
        font-size: 12px;
        line-height: 150%;
        list-style-type: none;
        color: #333;
}
#footer #footerInner .column dl dd ul li span{
        font-weight: bold;
}

#footer #copy{
        padding: 5px 0 20px;
        color: #666;
        font-size: 10px;
        text-align: center;
}
#footer #footerInner #link{
        clear: both;
        position: absolute;
        bottom: 20px;
        margin: 0;
        padding: 0 0 60px;
        color: #666;
        font-size: 10px;
        text-align: left;
}

#footer #footerInner:after{
        clear: both;

        content: " ";
        display: block;

        height: 0;
}

@media screen and (max-width:1140px){

    #footer{
        justify-content: center;
    }

    #footer #footerInner{
        width: 100%;
        box-sizing: border-box;
        padding-left: 3%;
    }

    #footer #footerInner .column{
        width: 30%!important;
        margin-right: 0!important;
        box-sizing: border-box;
    }
    #footer #footerInner .column.right{
        width:70%!important;
        margin-right: 0!important;
        padding: 0 3% 0 2%;
        box-sizing: border-box;
    }
/*
    #footer #footerInner{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;

    }

    #footer #footerInner .column.left{
        float: none;
        width: 100%;
    }

    #footer #footerInner .column.left:after{  
        content: " "; 
        display: block; 
        height: 0; 
        clear: both;
    }

    #footer #footerInner .column.left > *{
            float: left;
    }*/

}

@media screen and (max-width:767px){
    #cart_area .cart-trigger{
        min-width: 65px;
        height: 60px;
        padding-right: 0;
    }

    .nav-trigger{
        box-sizing: border-box;
        padding-top: 35px;
        text-align: right;
        color: #000!important;
        height: 60px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .drawer-open .nav-trigger{
        background: #221F1F;
        color: #fff!important;
    }

    .nav-trigger small{
        font-size: 12px;
        /*font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "ＭＳ 明朝","MS Mincho", serif;*/
    }

    .nav-trigger span {
        right: 15px;
    }

    #footer #footerInner .column {
/*        width: 47%!important;*/
        width: 100%;
        margin-right: 2%!important;
    }

    #footer #footerInner .column.left{
            width: 100%!important;
    }
    #footer #footerInner .column div{
            text-align: center;
    }

    #footer #footerInner{
        padding-right: 3%;
    }


    #footer #footerInner div.column.left{
        float:left;
    }


    #footer #footerInner div.column.left div.footerContact div{
        float:left;
    }

    #footer #footerInner #copy{
        position: relative;
        padding-bottom: 0;
        text-align: center;
    }



    #footer #footerInner div.column.left,
    #footer #footerInner div.column.right{
        float:none;
        margin:0 auto;
    }

    #footer #footerInner .column dl{
        margin-bottom: 10px;
    }

    #footer #footerInner .column p{
        margin-bottom:10px;
    }

    #footer #footerInner div.column.right{
        width: 100%!important;
    }

    #footer #footerInner div.column.left div.footerContact div {
        float: none;
        margin:0 auto;
    }
    #footer #footerInner div.column.left div.footerContact div a {
        margin: auto;
    }

    #footer #footerInner div.column.left .sp{
        padding-top:20px;
    }

    #footer #footerInner div.column.right ul{
        text-align: center;
        padding-top:10px;
        margin-bottom:10px;
    }
    #footer #footerInner div.column.right li{
        float:none;
        display: inline-block;
        margin:4px;
    }

    #footer #footerInner div.column.right li a{
        font-size: 14px;
    }
}

/****** Each BlockParts Setting ********/

/* Cart */

.cart {
    position: absolute;
    height: 50px;
    min-width: 290px;
    font-size: 14px;
    top: 50px;
    left: -86px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

@media screen and (max-width:767px){
    .cart {
        left: -180px;
    }   

}

.cart.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}


/* Search */

.bt_search {
    border: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: none;
    position: absolute;
    right: -3px;
    top: -1px;
    display: block;
    width: 34px;
    height: 32px;
    overflow: hidden;
    white-space: nowrap;
    background: #777 url(../img/common/other/icon_search.png) no-repeat 50% 50%;
    background-size: 15px;
    z-index: 1;
}

.bt_search:hover{
    opacity: 0.8;
}

.bt_search .cb-search {
    fill: #636378;
    font-size: 25px;
    font-size: 2.5rem;
}

#searchform {
    position: relative;
}

.search select {
    height: 50px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5em 1em;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search select option {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search .input_search {
    height: 32px;
    padding: 0 10px 0;
    min-width: 210px;
    border: 1px solid #ccc;
    position: relative;
    margin-left: 1%;
    background: #fff;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.search input[type="search"] {
    height: 32px;
    width: 100%;
    font-size: 16px;
    font-size: 12px;
    border: 0 none;
    padding: 0.5em 0;
    box-shadow: none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search .bt_search {
    margin-top: 0;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}


/* Member area */

.member_link {
    margin-bottom: 16px;
}

.member_link li{
    margin-bottom: 5px;
}
.member_link a {
    border-bottom: 1px solid #e8e8e8;
    color: #fff;
    display: block;
    font-size: 12px;
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
    height: 27px;
    min-width: 150px;
    box-sizing: border-box;
    line-height: 27px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
    border-radius: 30px;
    text-align: center;
}

.member_link a.member1{
    background: #C11C22;
}

.member_link a.member2{
    background: #AB8F18;
}

.member_link a span{
    padding-left: 18px;
}

.member_link a.member1 span{
    background: url(../img/common/other/icon_user.png) no-repeat 0 50%;
    background-size: 12px;
}

.member_link a.member2 span {
    background: url(../img/common/other/icon_log.png) no-repeat 0 50%;
    background-size: 12px;
}

.member_link a:hover {
    /*color: #9797a1;*/
    opacity: 0.8;
}
.member_link a .cb {
    font-size: 30px;
    font-size: 3rem;
    fill: #B8BEC4;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.member_link a:hover .cb {
    fill: #c6cbd0;
}

@media screen and (max-width:767px){
    .cart {
        min-width: 260px;
    }

    .member_link {
        text-align: center;
        margin-bottom: 7px;
    }

    .member_link li{
        width: 42%;
        margin: 0 2%;
        display: inline-block;
    }
    .member_link a {
         height: auto; 
         font-size: 16px;
        line-height: 38px;
    }
   

    .member_link a {
        width: 100%;
        margin: 0 auto;
    }

}

/*language_menu*/

#language_menu{
    float: left;
    text-align: right;
    padding:7px 20px 0 0;
    margin-bottom: 10px;
}

#language_menu li{
    display: inline-block;
    padding: 0 13px;
    font-size: 12px;
    color: #221F1F;
    line-height: 12px;
    border-right: 1px solid #CCCCCC;
}

#language_menu li:last-child{
    border-right: none;
    padding-right: 0;
}

#language_menu li:first-child{
    padding-left: 0;
}

#language_menu li a{
    color: #221F1F;
}

#language_menu li a:hover{
    opacity: 0.8;
}

@media screen and (max-width:767px){

    #language_menu{
        margin-top: 0px;
        text-align: right;
        padding: 7px 12px 0 0;
    }


}

/* News List */

.newslist {
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    margin:0 auto;
    max-width: 800px;
    border-bottom: 1px solid #f8f8f8;
}
.newslist dl {
    border-top: 1px dotted #ccc;
}
.newslist dt {
    cursor: pointer;
    padding: 8px;
    position: relative;
}
.newslist dt span {
    display: block;
}
.newslist dt .angle-circle {
    position: absolute;
    right: 16px;top: 17px;
    display: inline-block;
    width: 21px; height: 21px;
    border-radius: 50%;
    background: #B8BEC4;
}
.newslist dt .cb {
    position: relative;
    top: -1px; left: 5px;
    fill: #fff;
    font-size: 11px;
    font-weight: normal;
}
.newslist dt:hover .news_title {
    text-decoration: underline;
}
.newslist dt.active .cb {
    position: relative;
    top: -2px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.newslist dt:hover .cb {
    opacity: 0.8;
}
.newslist dd {
    display: none;
    margin: 0 8px 8px;
}


/* Item List Page
------------------------------------------- */

.product_item {
    position: relative;
}
.product_item a {
    display: block;
}
.product_page .product_item a {
    padding-bottom: 10px;
}

.product_page .product_item a img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product_page .product_item .item_photo{
    overflow:hidden;
}

.product_page .product_item a:hover {
    background: rgba(255,255,255,0.3);
    text-decoration: none;
}
.product_page .product_item a:hover img {
    opacity: 0.8;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}





.item_photo {
    display: block;
    margin: 0 0 8px;
    text-align: center;
}
.item_photo img {
    width: 100%;
}
.product_item .btn_circle {
    position: absolute;
    right: 8px; top: 8px;
}
.item_comment {
    margin: 0 0 20px;
    padding-left:30px;
    padding-right:30px;

    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.06em;
}
.item_name {
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #333;
    margin: 0 0 8px;
}
.item_price {
    color: #C01B21;
    font-size: 12px;
    font-weight: 100;
}
.item_price .small {
    font-size: 86%;
}

.special_price {
    color: #DE5D50;
}


/* ~ipad */
@media screen and (max-width: 767px) {
    .item_name {
        font-weight: bold;
    }



    #item_list .col-xs-6{
        width: 100%;
    }

    #item_list .col-xs-6:after{
        clear: both;
        content: "";
        height: 0;
        display: block;
    }

    #item_list .item_photo{
        float:left;
        width: 50%;
    }

    #item_list dl{
        float: right;
        width: calc(50% - 2vw);
        padding-left:1vw;
        margin-bottom:10px;
        padding-top: 8vw;
    }

    #item_list dl dt{
        margin-bottom:10px;
    }

    #item_list dl dt.item_name{
        text-align:left;
    }

    #item_list.category_list dl{
        padding-left:2vw;
        box-sizing: border-box;
    }

    #item_list.category_list dl dt{
        text-align:left;
    }
}




/* Item Detail Page
------------------------------------------- */


dl.quantity dt {
    float: left;
    min-height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
dl.quantity dd {
    padding-left: 3em;
}

.classcategory_list li {
    margin-top: 8px;
}
.classcategory_list li:first-child {
    margin-top: 0;
}

.classcategory_list li a{
    font-size: 12px;
    color:#000;
    text-decoration: underline;
}

.btn_area .btn {
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.btn_area .btn_icon .cb {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#item_photo_area {
    padding-top: 8px;
    padding-bottom: 8px;
}
#item_photo_area img {
    text-align: center;
}

#item_photo_area .hashtag-nav{
    display: none;
}

@media screen and (max-width:767px){
    #item_photo_area {
        padding:0px;
    }
}



#item_detail_area .small {
    font-size: 10px;
    font-size: 1rem;
    font-weight: normal !important;
}
#item_detail_area .item_name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 5px;
}

#item_detail_area .item_detail{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}

#item_detail_area .item_detail p {
    margin: 0;
}
#item_detail_area .item_detail .sale_price {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
#item_detail_area .item_detail .announce {
    padding: 8px 0;
    font-weight: bold;
}
#item_detail_area .item_detail .point {
    padding: 8px 0;
}
#item_detail_area .item_detail .item_code {
    padding: 8px 0;
}
#item_detail_area .item_detail .relative_cat {
    padding: 8px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
#item_detail_area .item_detail .item_comment {
    margin-bottom: 20px;
}



#item_detail #item_detail_area{
    color:#000;
}

#item_detail #item_detail_area .item_name{
    /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */

    margin-bottom:18px;
    padding-bottom:9px;
    border-bottom:1px solid #D1D2CD;
}

#item_detail #item_detail_area .item_code{
    margin-bottom:18px;
    padding-top:0px;
    padding-bottom:18px;
    font-size: 14px;
    color:#000;
    border-top:none;
    border-bottom:1px solid #D1D2CD;
}

#item_detail #item_detail_area #detail_cart_box{
    padding-top:0px;
}

#item_detail #item_detail_area #detail_cart_box select{
    font-size: 14px;
    box-shadow: 0px 0px 3px 3px rgba(204,204,204,0.2);
    box-sizing: border-box;
}

#item_detail #item_detail_area #detail_cart_box__cart_class_category_id{
    margin-bottom:18px;
    padding-bottom:18px;
    border-bottom:1px solid #D1D2CD;
}

#item_detail #item_detail_area #detail_cart_box .classcategory_list li{
    margin-top:0;
    margin-bottom:8px;
}

#item_detail #item_detail_area #detail_cart_box .classcategory_list div label{
    font-size: 14px;
}

#item_detail #item_detail_area #detail_cart_box__cart_quantity{
    padding-bottom:18px;
    border-bottom:1px solid #D1D2CD;
}

#item_detail #item_detail_area #detail_cart_box p.sale_price{
    font-size: 18px;
    margin-bottom:18px;
    padding-bottom:20px;
    border-bottom:1px solid #D1D2CD;
}

/*
#item_detail #item_detail_area #detail_cart_box p.att_p span{
    display: inline-block;
    margin-bottom:4px;
    padding: 2px 4px;
    font-size: 12px;
    color:#FFF;
    border-radius: 3px;
    background-color:#C01B21;
}
*/

#item_detail #item_detail_area #detail_cart_box p.att_p{
    margin-bottom: 8px;
    font-size: 1.6rem;
}

#item_detail #item_detail_area #detail_cart_box p.att_p span{
    padding-left:1rem;
    font-size: 1.2rem;
    color:#DE5D50;
}

#item_detail #item_detail_area #detail_cart_box .size_link{
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

#cart_item_list .item_detail,
#confirm_side,
#confirm_main .address,
#confirm_main .customer-edit,
#confirm_main .item_detail,
#confirm_main p a,
#deliveradd_input_box,
#login_box,
#detail_box__address a,
#detail_box__address button{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}



#confirm_main,
#confirm_side{
    width: 100%;
}

#shopping_confirm #cart_box,
#shopping_confirm .confirm_box_button,
#shopping_confirm #payment_list,
#shopping_confirm #contact_message,
#shopping_confirm .column.is-edit{
    padding:0 16px;
}

#shopping_confirm .div_hr{
    width: 96%;
    margin:0 auto;
    padding:20px 0 0;
    border-top:1px solid #eee;
}

#shopping_confirm #customer_detail_box input[type=text]{
    border: 1px solid #C4CCCE;
    border-radius:3px !important;
    box-shadow:none;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 2px 2px;
    width: auto;
    line-height: 1.5;

    margin: 0 2px 4px;
}

#shopping_confirm #customer_detail_box input[type=text]:focus {
    border-color:#3c8dbc !important;
    box-shadow:none;
}

#shopping_confirm #customer_detail_box .detail_name input[type=text]{
    width: 140px;
}

#shopping_confirm #customer_detail_box .detail_address .customer-addr01 input[type=text],
#shopping_confirm #customer_detail_box .detail_address .customer-addr02 input[type=text]{
    width: 80%;
}

#shopping_confirm #customer_detail_box .detail_zip input[type=text]{
    width: 66px;
}
#shopping_confirm #customer_detail_box .detail_tel input[type=text]{
    width: 50px;
}


#shopping_confirm #customer_detail_box .customer-email input[type=text],
#shopping_confirm #customer_detail_box .customer-company_name input[type=text]{
    width: 80%;
}

@media only screen and (max-width: 768px) {
    #header h1{
        display: none!important;
        padding-top:0;
        font-size:10px;
    }

    #item_detail #item_detail_area #detail_cart_box p.sale_price{
        padding-bottom:10px;
    }

    /*
    #form_cart .icon_edit.td{
        width: 20%;
        box-sizing: border-box;
    }
    #form_cart .td.table{
        width:80%;
        box-sizing: border-box;
    }
    #form_cart .item_quantity.td{
        display: block;
        width: 100%;
    }
    #form_cart .item_subtotal.td{
        width: 100%;
    }
    */
}

.cart_area {
    padding-top: 8px;
}
.cart_area .classcategory_list li select {
    width: 100%;
}
.cart_area .quantity {
    margin: 8px 0;
}
.cart_area .quantity dd input {
    max-width: 100px;
}
#item_detail .snsbtn_area {
    padding: 8px 0;
}

/* freearea */
#item_detail #detail_free_box__freearea{
    margin-bottom:60px;
}

#item_detail #detail_free_box__freearea.freearea {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.06em;
}

#item_detail .freearea p {
    margin-top: 0;
}
#item_detail .freearea .heading01 {
    margin-bottom: 8px;
}

#item_detail .att_box{
    font-size: 1.2rem;
}

#item_detail .att_box a{
    color:#000;
    text-decoration:underline;
}

#item_detail .att_box .border_top{
    padding-top:16px;
    border-top:1px solid #D1D2CD;
}

#item_detail .att_box .border_bottom{
    padding-bottom:16px;
    border-bottom:1px solid #D1D2CD;
}

#item_detail .att_box span.border{
    display: block;
    padding:0;
    border-top:1px solid #D1D2CD;
}

#item_detail .att_box .color_red{
    color:#C01B21;
    font-size: 1.6rem;
}

#item_detail .att_box #itemlinks li{
    vertical-align: middle;
}

#item_detail .att_box #itemlinks li:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}

#item_detail .att_box .itemlinks li img{
    width:60px;
    margin-right: 20px;
}

#item_detail .att_box .itemlinks li a{
    display: block;
    font-size: 1.4rem;
    text-decoration:none;
    border:1px solid #EEE;
}

#item_detail .att_box .itemlinks li a:hover,
#item_detail .att_box .itemlinks li a:active{
    background-color:#FFEEEE;
}

#item_detail .cap01{
    font-size: 2.2rem;

    padding-left: 30px;
}

#item_detail .cap01:before{
    display: inline-block;
    content: "";
    margin-right: 14px;
    width: 16px;
    height: 16px;
    border: 3px solid #C11C22;
    border-radius: 50%;
}

#item_detail .cap02{
    padding-top:18px;
    font-size: 1.8rem;
    border-top:1px solid #E8E8E8;

    padding-left: 30px;
}

#item_detail .cap02:before{
    display: inline-block;
    content: "";
    margin-right: 4px;
    width: 8px;
    height: 8px;
    background-color: #C11C22;
}

#item_detail .col-sm-12 .cap02{
    border-top:none;
}

#item_detail .col-sm-12 .slick-slider{
    margin-bottom:20px;
}

#item_detail #together_products:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}

#item_detail #together_products li{
    float:left;
    position: relative;
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
    width: 104px;
    padding-right: 54px;
    font-size: 14px;
    box-sizing: content-box;
}

#item_detail #together_products{
    margin-bottom:10px;

    padding-left:30px;
}

#item_detail #together_products li:after{
    position: absolute;
    content: "+";
    top:40px;
    right:22px;
    font-size: 18px;
    font-weight: 700;
}

#item_detail #together_products li:last-child:after{
    position: absolute;
    content: "";
    top:0;
    right:0;
    font-size: 18px;
}

#item_detail #together_products li a{
    display: block;
    width: 100%;
    text-align:center;
    color:#000;
}

#item_detail #together_products li a:hover,
#item_detail #together_products li a:active,
#item_detail #together_products li a:focus{
    opacity:0.5;
}

#item_detail #together_products li a img{
    margin-bottom:10px;

  object-fit: cover;
  object-position: center center;
  width: 100%;
  -webkit-transition: ease 0.25s all;
  transition: ease 0.25s all;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#item_detail #together_products li a p{
    margin:0;
}

#item_detail #together_products li a:hover img {
    opacity: 0.8;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#item_detail #related_product_area{
    padding-left:30px;
}

#item_detail #related_product_area .cap02{
    padding-left:0;
}

#item_detail #detail_cart_box__button_area li{
    width: 100%;
}

#item_detail #detail_cart_box__button_area li button{
    padding-top:12px;
    padding-bottom:12px;
    height: auto;
    line-height: 100%;
    box-sizing: border-box;
}

#item_detail #detail_cart_box__favorite_button.row{
    padding-bottom:10px;
}

#item_detail #detail_cart_box__favorite_button li button{
    color:#212121;
    background-color: #FFF;
    border-radius: 2px;
}
#item_detail #detail_cart_box__favorite_button li button:hover,
#item_detail #detail_cart_box__favorite_button li button:focus,
#item_detail #detail_cart_box__favorite_button li button:active{
    background-color: #FFEEEE;
}

#item_detail #detail_cart_box__favorite_button li button img{
    width: 5%;
    margin-right: 10px;
}

#item_detail .sns-list:after{
    clear: both;
    content: "";
    height: 0;
    display: block;
}

#item_detail .sns-list li{
    float:right;
    padding-left:5px;
}

#item_detail .link a{
    position: relative;
    margin-right: 5px;
    padding-right: 20px;
    font-size: 12px;
    color:#000000;
    text-decoration:underline;
}

#item_detail .link a:hover,
#item_detail .link a:active{
    color:#33A8D0;
    /*
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    */
}

#item_detail .link a:after{
    position: absolute;
    top: 0.4em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #565656 #565656 transparent transparent;
    transform: rotate(45deg);
}

#item_detail .category_top{
    padding-top:20px;
    text-align:center;
}

#item_detail .category_top a{
    padding:14px 56px;
    color:#000;
    font-size: 16px;
    border:1px solid #000;
}
#item_detail .category_top a:hover,
#item_detail .category_top a:focus,
#item_detail .category_top a:active{
    background-color: #FFEEEE;
}



@media only screen and (max-width: 768px) {
	#item_detail .cap01{
	    padding-left: 0;
	}

    #item_detail #together_products li{
        float:left;
        position: relative;
        font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
        width: 34%;
        padding-right: 5%;
        font-size: 14px;
        box-sizing: border-box;
    }

    #item_detail #together_products li:last-child{
        width: 29%;
        padding-right: 0;
    }

    #item_detail #together_products li:after{
        position: absolute;
        content: "+";
/*        top:38px;*/
        top:10vw;
        right:1vw;
        font-size: 14px;
    }

    #item_detail #together_products.type02{
        width: 45%;
        padding-right: 5%;
    }

    #item_detail #together_products.type02 li:after{
        position: absolute;
        content: "+";
        top:50px;
        right:2%;
        font-size: 16px;
    }

    #item_detail #detail_free_box__freearea.freearea,
    #item_detail .item_comment{
        margin-bottom:20px;
        padding-right:0px;
        padding-left:0px;
    }
}



/* relative_cat */

.relative_cat > p {
    margin: 0;
}
.relative_cat ol {
    list-style: none;
}
.relative_cat li {
    display: inline-block;
    color: #333;
}
.relative_cat li a {
    padding: 0 0.5em;
    display: inline-block;
}
.relative_cat li:first-child a {
    padding-left: 0;
}

.relative_cat li:after {
    content:" > ";
}
.relative_cat li:last-child:after {
    content:"";
}

/* review_area */

#review_area {
    border-top: 1px solid #E8E8E8;
    padding-bottom: 0;
}
#review_area dl dt {
    padding: 16px 0;
    cursor: pointer;
}
#review_area dl dt:hover {
    color: #9797A0;
}
#review_area dl dt.active .cb {
    transform: rotate(180deg);
}
#review_area dl dt .cb {
    position: absolute;
    right: 16px;
    top: 17px;
}
#review_area dl dd {
    display: none;
    padding-bottom: 0;
}
#review_area dl dd .review_btn a {
    margin: 0 auto;
    padding: 16px;
    width: 100%;
}
#review_area .review_list {
    padding: 8px 0;
}
#review_area .review_list li {
    padding: 8px 0;
}
#review_area .review_list p {
    margin: 4px 0;
}
#review_area .review_list .review_date {
    font-weight: bold;
}
#review_area .review_list .recommend_level {
    margin-left: 16px;
}
#review_area .review_list .recommend_level span {
    color: #DE5D50;
}

/* keyword_area */

#keyword_area {
    border-top: 1px solid #E8E8E8;
}
#keyword_area .heading03 {
    padding: 8px 0 0;
}
#keyword_area ul li {
    display: inline-block;
    margin-right: 5px;
}
#keyword_area ul li a {
    display: inline-block;
    padding: 5px;
    font-size: 10px;
    background: #F5F7F8;
    border: 1px solid #D7DADD;
    color: #525263;
}
#keyword_area ul li a:hover {
    background: #EEF1F3;
}

/* recommend_area */

#recommend_area {
    border-top: 1px solid #E8E8E8;
}
#recommend_area .carousel {
    margin-left: -8px;
    margin-right: -8px;
}
#recommend_area .carousel .product_item {
    padding: 0 8px;
}
#recommend_area .carousel .product_item .btn_circle {
    right: 16px;
}
#recommend_area .slick-prev,
#recommend_area .slick-next {
    border: 0 none;
    background: 0 none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;

    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    width: 36px; height: 36px;
    line-height: 36px;
    vertical-align: middle;
    top: -2em;
}

#recommend_area .angle-circle {
    display: inline-block;
    background: #bfbfbf;
    border-radius: 50%;
    width: 30px; height: 30px;
    margin-top: 3px;
}
#recommend_area .slick-prev .cb,
#recommend_area .slick-next .cb {
    fill: #fff;
    position: relative;
    top: -4px; right: -2px;
    font-size: 25px;
    font-size: 2.5rem;
}
#recommend_area .slick-prev .cb {
    left: -2px;
    -webkit-transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg)
}

#recommend_area .slick-prev:hover,
#recommend_area .slick-next:hover {
    opacity: 0.8;
}

#recommend_area .slick-disabled {
    opacity: 0.4;
    cursor: default;
}
#recommend_area .slick-disabled:hover {
    opacity: 0.4;
}

#recommend_area .slick-next {
    right: 0;
}
#recommend_area .slick-prev {
    right: 40px;
    left: auto;
}
#recommend_area .item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* product_tag */
.product_tag_list {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 80%;
    color: #525263;
    border: solid 1px #D7DADD;
    border-radius: 3px;
    background-color: #F5F7F8;
}

/* Cart Page
------------------------------------------- */

#form_cart > .message:first-child {
    padding-top: 16px;
}

#form_cart > .message .cart_att{
    display: block;
    margin-bottom:1rem;
}

.total_box {
    padding: 8px 0;
}
.total_box dl {
    margin-left: 40%;
}
.total_box dl dt {
    float: left;
    width: 45%;
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}
.total_box dl dd {
    padding-left: 50%;
    text-align: right;
}
.total_box dl.total_price dd {
    font-weight: bold;
}
.total_box .btn_group {
    padding: 8px 0;
}
.total_box .btn_group p {
    margin: 8px 0;
}

.cart_item {
    border-top: 1px dotted #ccc;
}
.cart_item .item_box > .td {
    border-bottom: 1px dotted #ccc;
}
.cart_item .item_box .td {
    vertical-align: middle;
}
.cart_item .icon_edit {
    position: static;
    width: 8.3333333333%;
}
.cart_item .icon_edit a .cb {
    color: #B8BEC4;
    fill: #B8BEC4;
    font-size: 20px;
    font-size: 2rem;
}
.cart_item .icon_edit a:hover .cb {
    opacity: 0.8;
}
.cart_item .item_box a:hover img {
    opacity: 0.8;
}
.cart_item .item_box .table {
    width:58.33333333%;
}
.cart_item .item_box .table .item_photo,
.cart_item .item_box .table .item_detail {
    display: table-cell;
    vertical-align: middle;
}
.cart_item .item_box .table .item_photo {
    min-width: 80px;
    padding-right: 8px;
}
.cart_item .item_box .table .item_detail {
    text-align: left;
}
.cart_item .item_box .table .item_name a {
    font-weight: bold;
    color: #525263;
}
.cart_item .item_box .table .item_name a:hover {
    color: #9797a1;
}
.cart_item .item_detail .item_subtotal {
    display: block;
}
.cart_item.table .tbody .tr div.item_subtotal {
    display: none;
}
.cart_item .item_quantity {
    width: 16.66666667%;
}
.cart_item .item_quantity::before {
    content: "数量：";
}
.cart_item .item_quantity ul {
    text-align: center;
    white-space: nowrap;
}
.cart_item .item_quantity ul li {
    display: inline-block;
    margin: 8px 4px;
}
.cart_item .item_quantity ul li a,
.cart_item .item_quantity ul li span {
    display: inline-block;
    width: 32px; height: 32px;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 50%;
}
.cart_item .item_quantity ul li a {
    border: 2px solid #c9c9c9;
}
.cart_item .item_quantity ul li span {
    border: 2px solid #e9e9e9;
}
.cart_item .item_quantity ul li a .cb {
    color: #525263;
    fill: #525263;
    margin-top: 6px;
    vertical-align: top;
}
.cart_item .item_quantity ul li span .cb {
    color: #babac1;
    fill: #babac1;
    margin-top: 6px;
    vertical-align: top;
}
.cart_item .item_quantity ul li a:hover {
    opacity: 0.8;
}
.column p {
    margin: 8px 0;
}
.column select {
    width: 100%;
}
.column textarea {
    width: 100%;
    height: 6em;
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}
.column.is-edit > p {
    margin-right: 4em;
    min-height: 40px;
}
.column.is-edit .btn_edit {
    margin: 0;
    position: absolute;
    right: 0; top: 0;
}
.column .form-inline input,
.column .form-inline select {
    margin-bottom: 8px;
}

.address_table {
    border-bottom: 1px dotted #ccc;
}
.addr_box {
    position: relative;
}
.addr_box .icon_radio {
    vertical-align: middle;
    text-align: center;
    max-width: 32px;
}
div.table .tbody .addr_box .column {
    text-align: left;
}
.addr_box .column .address {
    margin: 0;
}
.addr_box .column.is-edit .address {
    margin: 0 4em 0 0;
    min-height: 40px;
}
.addr_box .column.is-edit .btn_edit {
    top: 10px;
}
.addr_box > .td {
    border-top: 1px dotted #ccc;
}

/* payment_list */

.payment_list li {
    margin-bottom: 8px;
}
.payment_list li img {
margin-top: 5px;
}
#shopping_confirm .payment_list .radio label{
    font-weight: normal;
}





/* MyPage
------------------------------------------- */

.local_nav ul {
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

.local_nav ul:before,.local_nav ul:after {content:" ";display:table}
.local_nav ul:after {clear:both}

.local_nav li {
    float: left;
    width: 50%;
    /* 項目が1行に3件の場合
    width: 33.33333333%;*/
    border-color: #D0D0D0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
}
.local_nav li a {
    padding: 16px;
    font-weight: bold;
    color: #525263;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.local_nav li a:hover {
    background: #f5f7f8;
}
.local_nav li.active a {
    color: #DE5D50;
}
.order_detail dt {
    float: left;
    font-weight: bold;
}
.order_detail dd {
    padding-left: 7em;
}



.historylist_column {
    border-top: 1px solid #ccc;
    margin: 0;
}
.historylist_column > div {
    padding: 0;
}
.historylist_column .order_date {
    margin: 8px 0;
}
.historylist_column .table.item_box {
    border-top: 1px dotted #ccc;
}
.historylist_column .table.item_box .td {
    vertical-align: middle;
}
.historylist_column .order_date {
    font-size: 16px;
    font-size: 1.6rem;
}
.historylist_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.historylist_column .item_box .item_photo {
    padding: 8px 0;
    width: 20%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.historylist_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.historylist_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.historylist_column + .pagination {
    margin-top: 0;
    border-top: 1px solid #ccc;
}

.mail_list dl {
    margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}
.mail_list dl dt {
    margin-bottom: 4px;
}
.mail_list dl dd {
    margin-bottom: 8px;
}

.address_table .icon_edit {
    width: 8.33333%;
    vertical-align: middle;
}
.address_table .icon_edit a .cb {
    color: #b8bec4;
    fill: #b8bec4;
    font-size: 2rem;
}

.unsubscribe_box {
    text-align: center;
}
.unsubscribe_box .icon {
    font-size: 100px;
    font-size: 10rem;
    color: #E7E7E7;
}
.unsubscribe_box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 16px;
}

#entry_birth select {
    margin: 0 8px;
}
#entry_birth select:first-child {
    margin-left: 0;
}
#entry_sex .radio {
    display: inline-block;
    margin-right: 10px;
}
#entry_sex .radio input[type="radio"] {
    margin-right: 10px;
}

.mypage .dl_table dt label {
    font-weight: bold;
}

#delivery_address_list div.is-edit {
    position: relative;
}

/* Error Page */

.message_box {
    text-align: center;
    padding-bottom: 50px;
}
.message_box .icon {
    font-size: 100px;
    font-size: 10rem;
    color: #ccc;
}
.message_box h1 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 16px;
}
.message_box .btn_group {
    margin-top: 30px;
}
.error_page #contents {
    background: inherit;

}


/****** Effect Setting ********/

/* Overlay */
.overlay {
    /* shadow layer visible when navigation is active */
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0,0,0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
.overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;

    z-index:20;
}

/* modal */

.modal-header .close {
    font-size: 22px;
    font-size: 2.2rem;
}
.modal-content {
    background-color: #F3F3F3;
}
.modal-body .form-control {
    width: 100%;
}
.modal-body .quantity {
    width: 50%;
    float: right;
    text-align: right;
    padding: 16px 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.modal-body .quantity dd input {
    text-align: right;
}
.modal-body .classcategory_list li {
    margin-top: 16px;
}
.modal-body .classcategory_list li:first-child {
    margin-top: 0;
}
.modal-body .item_price {
    margin: 0;
    clear: both;
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
}
.modal-body .item_price .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 5px;
}
.modal-footer {
    padding: 16px 0;
    margin: 0 16px;
}
.modal-footer .btn_area {
    padding-bottom: 0;
}
.modal-footer .btn_area li:last-child {
    padding-left: 0;
}
.modal-footer .btn_area button {
    font-size: 16px;
    font-size: 1.6rem;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
.modal-footer .btn_area .btn_icon .cb {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}


/****** Each Page Setting ********/

/* Item List Page
------------------------------------------- */

/* Item Detail Page
------------------------------------------- */

/* Cart Page
------------------------------------------- */

.cart_page .dl_table {
    margin: 0 0 16px;
}
.cart_page .dl_table dt {
    font-weight: bold;
    margin-bottom: 5px;
}
.cart_page .form_terms_link {
    margin-bottom: 0;
}
#shopping_confirm .cart_item.table {
    border-top: 0 none;
}
#shopping_confirm .cart_item .item_box .table {
    width:100%;
}
#shopping_confirm .total_box {
    margin-top: 16px;
    background: #F3F3F3;
    padding: 8px;
}
#shopping_confirm .total_box dl {
    margin-left: 0;
}
#shopping_confirm .total_box dl dt {
    font-weight: normal;
    text-align: left;
}
#shopping_confirm .total_box .total_amount {
    border-top: 1px dotted #ccc;
    text-align: right;
}
#shopping_confirm .total_box .total_amount {
    margin-top: 8px;
}
#shopping_confirm .total_box .total_amount p {
    margin: 8px 0 0;
}
#shopping_confirm .total_box .total_amount p.total_price {
    font-weight: bold;
}
#shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 6px;
}
#shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 8px;
}
#shopping_confirm .total_box .total_amount p.total_point {
    margin: 4px 0 0;
}
#shopping_confirm .cart_item .item_box .table .item_name {
    margin-bottom: 0;
}
#shopping_confirm .cart_item .item_box .table .item_photo {
    max-width: 96px;
}
#shopping_confirm .cart_item .item_box .table .item_price {
    font-weight: normal;
    display: inline;
    margin-right: 16px;
}
#shopping_confirm .cart_item .item_box .table .item_subtotal {
    display: inline;
}
#shopping_confirm label {
    font-weight: bold;
}

#shopping_confirm .heading02 {
    margin-top: 24px;
    font-weight: bold;
    background: #EFEFEF;
    padding: 8px 12px;
}
#shopping_confirm .column {
    position: relative;
}
.heading02 + .column .btn_edit {
    position: absolute;
    right: 16px;
    top: 0;
}

#deliveradd_input .dl_table {
    border-top: 0 none;
}

.shipping_multiple_table {
    background-color: #f4f4f4;
}

.shipping_multiple_table .item_box > .td {
    border-bottom: none;
}

.shipping_multiple_table .item_box .item_photo {
    max-width: 200px;
    min-width: 200px;
    padding-right: 200px;
}

.shipping_item .quantity {
    width: 100px;
}


.use_point {
    text-align: center;
    margin: 16px 0;
}
.use_point input {
    text-align: right;
    width: 10%;
    min-width: 130px;
}
.use_point .text_accent {
    margin: 0 5px;
}

.multiple_column {
    padding-bottom: 16px;
}
.multiple_column .item_box {
    background: #F3F3F3;
}
.multiple_column .table.item_box .td {
    vertical-align: middle;
}
.multiple_column .table.item_box .tbody .item_detail {
    padding: 8px 0;
    text-align: left;
}
.multiple_column .item_box .item_photo {
    padding: 8px;
    width: 22%;
    margin-bottom: 0;
    max-width: none;
    min-width: 100px;
}
.multiple_column .item_box .item_detail .item_name {
    font-weight: bold;
}
.multiple_column .item_box .item_detail .item_price {
    font-weight: normal;
    margin: 4px 0 8px;
}
.multiple_column .form-group {
    margin: 8px 10px 0 0;
}
.multiple_column .item_quantity input {
    width: 100px;
}

.complete_message {
    text-align: center;
}
.complete_message .heading01 {
    font-size: 24px;
    font-size: 2.4rem;
}

.complete_message p{
    text-align:left;
}


/* MyPage
------------------------------------------- */

.mypage .message {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 11px;
}
.mypage #item_list .product_item {
    padding-bottom: 8px;
}
.mypage #item_list .item_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.mypage #item_list .btn_circle span {
    position: relative;
    top: 3px;
}

.mypage .not_required {
    margin-top: 40px;
}

.mypage .title_hint {
    margin: 16px 0 0;
}
.mypage .title_hint + .form-group {
    padding-top: 4px;
}


.mypage .message,
.mypage #withdraw_box__body,
.mypage .col-md-12{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}


/* Registration Page
------------------------------------------- */

.registration_page .not_required {
    margin-top: 16px;
}

.registration_page .title_hint {
    margin: 16px 0 0;
}
.registration_page .title_hint + .form-group {
    padding-top: 4px;
}
.registration_page .dl_table {
    margin: 0 0 16px;
}
.registration_page .dl_table dt {
    margin-bottom: 5px;
}
.registration_page .dl_table dt label {
    font-weight: bold;
}
.registration_page .form_terms_link {
    margin-bottom: 0;
}


/* Other Page
------------------------------------------- */


/* Login Page */

#login_box {
    padding-bottom: 32px;
}
#login_box .column {
    background: #F3F4F4;
    height: 100%;
    padding: 8px 8px 32px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#login_box .column p {
    margin-top: 0;
    margin-bottom: 0;
}
#login_box .column  .icon {
    text-align: center;
    font-size: 70px;
    color: #e7e7e7;
}
#login_box .column  .icon svg {
    vertical-align: middle;
}
#login_box .column .form-group {
    padding: 8px 0 8px 10%;
}
#login_box .column input[type="text"],
#login_box .column input[type="email"],
#login_box .column input[type="password"]{
    width: 90%;
}
#login_box .column .form-group label {
    display: inline-block;
    padding : 5px 0;
}
#login_box .column .btn_area {
    padding: 8px 10%;
}
#login_box .column .btn_area ul {
    margin-top: 8px;
}

#login_box .column .message {
    padding: 8px 10%;
}

/* Forgot Page */

#forgot_page .column {
    background: #F3F4F4;
    padding: 16px;
    margin-bottom: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#forgot_page .column .form-group {
    padding-top: 8px;
}
#forgot_page .form-group.input_name input[type="text"] {
    float: left;
    width: 49%;
}
#forgot_page .column p {
    margin: 0;
}
#forgot_page .column .btn_area {
    padding-top: 8px;
}
#forgot_page .column .btn_area p {
    margin: 0;
}
#forgot_page .column h2 {
    margin: 0 0 8px;
}

/* Contact Page */

#contact_contents {
    height: 100px;
}





#multiple_list__button_menu{
    width: 80%;
    margin:0 auto;
}


/*  module
============================ */

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.is-padding {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.no-border-bottom {
    border-bottom: 0 none !important;
}
button.no-style {
    border: 0 none;
    background: none;
    padding: 0; margin: 0;
    text-shadow: none;
    box-shadow: none;
}
.text_accent {
    font-weight: bold;
}

/*  color setting
============================ */

/* text */
.text-default {
    color: #525263;
}
a.text-default:hover {
    color: #9797a1;
}
.text-primary {
    color: #DE5D50;
}
a.text-primary:hover {
    color: #e57d73;
}
.text-success {
    color: #18A689;
}
a.text-success:hover {
    color: #0D8969;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #9A947E;
}
a.text-warning:hover {
    color: #AEA998;
}
.text-danger {
    color: #DE5D50;
}
a.text-danger:hover {
    color: #CF3F34;
}

/* bg */

.bg-default {
    color: #fff;
    background-color: #525263;
}
a.bg-default:hover {
    background-color: #9797a1;
}
.bg-primary {
    color: #fff;
    background-color: #DE5D50;
}
a.bg-primary:hover {
    background-color: #e57d73;
}
.bg-primary-border {
    color: #DE5D50;
    border: 2px solid #DE5D50;
    background: #fff;
}
a.bg-primary-border:hover {
    border: 2px solid #DE5D50;
    background: #FDF6F6;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-success-border {
    color: #5CB1B1;
    border: 2px solid #5CB1B1;
    background: #fff;
}
a.bg-success-border:hover {
    border: 2px solid #5CB1B1;
    background: #EEF7F7;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    color: #fff;
    background-color: #F99;
}
a.bg-danger:hover {
    background-color: #FF8D8D;
}

/* btn */
.btn-default {
    color: #525263;
    background-color: #F5F7F8;
    border-color: #D7DADD;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #525263;
    background-color: #EEF1F3;
    border-color: #D7DADD;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #F5F7F8;
    border-color: #D7DADD;
    color: #525263;
}
.btn-default .badge {
    color: #fff;
    background-color: #525263;
}
.btn-primary {
    color: #fff;
    background-color: #C11C22;
    border-color: #C11C22;
    border-radius: 2px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #856f11;
    border-color: #AB8F18;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #DE5D50;
    border-color: #DE5D50;
}
.btn-primary .badge {
    color: #fff;
    background-color: #DE5D50;
}
.btn-primary-border {
    color: #DE5D50;
    background-color: #fff;
    border-color: #DE5D50;
    border-width: 2px;
}
.btn-primary-border:hover,
.btn-primary-border:focus,
.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
    color: #DE5D50;
    background-color: #FDF6F6;
    border-color: #DE5D50;
}
.btn-primary-border:active,
.btn-primary-border.active,
.open > .dropdown-toggle.btn-primary-border {
    background-image: none;
}
.btn-primary-border.disabled,
.btn-primary-border[disabled],
fieldset[disabled] .btn-primary-border,
.btn-primary-border.disabled:hover,
.btn-primary-border[disabled]:hover,
fieldset[disabled] .btn-primary-border:hover,
.btn-primary-border.disabled:focus,
.btn-primary-border[disabled]:focus,
fieldset[disabled] .btn-primary-border:focus,
.btn-primary-border.disabled:active,
.btn-primary-border[disabled]:active,
fieldset[disabled] .btn-primary-border:active,
.btn-primary-border.disabled.active,
.btn-primary-border[disabled].active,
fieldset[disabled] .btn-primary-border.active {
    background-color: #fff;
    border-color: #DE5D50;
}

.btn-success {
    color: #fff;
    background-color: #5CB1B1;
    border-color: #5CB1B1;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #50A6A6;
    border-color: #50A6A6;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5CB1B1;
    border-color: #5CB1B1;
}
.btn-success .badge {
    color: #5CB1B1;
    background-color: #fff;
}

.btn-success-border {
    color: #5CB1B1;
    background-color: #fff;
    border-color: #5CB1B1;
}
.btn-success-border:hover,
.btn-success-border:focus,
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-primary-border {
    color: #5CB1B1;
    background-color: #EEF7F7;
    border-color: #5CB1B1;
    border-width: 2px;
}
.btn-success-border:active,
.btn-success-border.active,
.open > .dropdown-toggle.btn-success-border {
    background-image: none;
}
.btn-success-border.disabled,
.btn-success-border[disabled],
fieldset[disabled] .btn-success-border,
.btn-success-border.disabled:hover,
.btn-success-border[disabled]:hover,
fieldset[disabled] .btn-success-border:hover,
.btn-success-border.disabled:focus,
.btn-success-border[disabled]:focus,
fieldset[disabled] .btn-success-border:focus,
.btn-success-border.disabled:active,
.btn-success-border[disabled]:active,
fieldset[disabled] .btn-success-border:active,
.btn-success-border.disabled.active,
.btn-success-border[disabled].active,
fieldset[disabled] .btn-success-border.active {
    background-color: #fff;
    border-color: #5CB1B1;
}

.btn-info {
    color: #fff;
    background-color: #525263;
    border-color: #525263;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #474757;
    border-color: #474757;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #525263;
    border-color: #525263;
}
.btn-info .badge {
    color: #525263;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #E99133;
    border-color: #E99133;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #CF3F34;
    border-color: #CF3F34;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #DE5D50;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

/* label */
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #DE5D50;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #e57d73;
}
.label-success {
    background-color: #18A689;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #0D8969;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #3DA8CF;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #E99133;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #CF3F34;
}

/* panel */
.panel-primary {
    border-color: transparent;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color:#DE5D50;
    border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
    color: #DE5D50;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #DE5D50;
}
.panel-success {
    border-color: transparent;
}
.panel-success > .panel-heading {
    color: #18A689;
    background-color: #dff0d8;
    border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #18A689;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-info {
    border-color: transparent;
}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #42B3E5;
    border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
    color: #fff;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-warning {
    border-color: transparent;
}
.panel-warning > .panel-heading {
    color: #fff;
    background-color: #fcf8e3;
    border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
    color: #fff;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #fff;
    background-color: #DE5D50;
    border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
    color: #fff;
    background-color: #DE5D50;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}

/* alert */

.alert-success {
    color:#fff;
    background-color:#18a689;
    border-color: transparent;
}
.alert-success hr {
    border-color: transparent;
}
.alert-success .alert-link {
    color:#fff
}
.alert-info {
    color:#fff;
    background-color:#42B3E5;
    border-color: transparent;
}
.alert-info hr {
    border-top-color:#a6e1ec
}
.alert-info .alert-link {
    color:#fff
}
.alert-warning {
    color:#fff;
    background-color:#f0ad4e;
    border-color: transparent;
}
.alert-warning hr {
    border-color: transparent;
}
.alert-warning .alert-link {
    color:#fff
}
.alert-danger {
    color:#fff;
    background-color:#DE5D50;
    border-color: transparent;
}
.alert-danger hr {
    border-color: transparent;
}
.alert-danger .alert-link {
    color:#fff
}


.text_block .text a{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}

.option_description{
    font-family: 'Yu Gothic Medium',"MS PGothic","Yu Gothic M","游ゴシック体", YuGothic, Osaka, sans-serif;
}

.hdrBnr{
    width: 1080px;
    margin: 0 auto 25px;
}
@media only screen and (max-width: 768px) {
    .hdrBnr{
        width: auto;
        margin: 0 4.5% 4%;
    }
}

/******************************
    Media Query
*******************************/

/*
@media only screen and (max-width: 767px) {
    */
@media only screen and (max-width: 1080px) {

    /* --------- common ---------- */

    .drawer-open #contents, .drawer-open #header, .drawer-open #footer, .drawer-open .pagetop, .drawer-open #top {
        /*-webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);*/
    }

    .sp{display: block !important;}
    .pc{display: none !important;}
    span.sp{display: inline !important;}

    /****** Header Setting ********/


    /****** Side Setting ********/

    .drawer {
        height: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s 0.3s;
        -moz-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
        background: #fff;
    }
    .drawer-open .drawer {
        height: calc(100% - 119px);
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
        padding-top: 15px;

        overflow-y: scroll;
    }

    #drawer .category-nav{
        margin-bottom: 0;
    }

    #drawer .category-nav{
        height: auto;
    }
    .category-nav a {
        will-change: transform, opacity;
    }

    #drawer .category-nav li a:after{
        position: absolute;
        content: "";
        top: 40%;
        right: 15px;
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-color: #777777 #777777 transparent transparent;
        transform: rotate(45deg);
    }

    .category-nav a {
        padding-left: 50px;
        box-sizing: border-box;
        background: no-repeat 0 50%;
        border-color: #ddd;
        color: #000;
    }

    .category-nav a:hover {  background-color: #EEE; }

    .category-nav > li:nth-child(1) > a{
        background-image: url(../img/common/header/sp_icon1.png);
        background-size: auto 24px;
        background-position: 11px 50%;
    }
    .category-nav > li:nth-child(2) > a{
        background-image: url(../img/common/header/sp_icon2.png);
        background-size: auto 24px;
        background-position: 18px 50%;
    }
    .category-nav > li:nth-child(3) > a{
        background-image: url(../img/common/header/sp_icon3.png);
        background-size: auto 24px;
        background-position: 13px 50%;
    }
    .category-nav > li:nth-child(4) > a{
        background-image: url(../img/common/header/sp_icon4.png);
        background-size: auto 24px;
        background-position: 15px 50%;
    }
    .category-nav > li:nth-child(5) > a{
        background-image: url(../img/common/header/sp_icon5.png);
        background-size: auto 24px;
        background-position: 12px 50%;
    }
    .category-nav > li:nth-child(6) > a{
        background-image: url(../img/common/header/sp_icon6.png);
        background-size: auto 24px;
        background-position: 13px 50%;
    }
    .category-nav > li:nth-child(7) > a{ 
        background-image: url(../img/common/header/sp_icon7.png); 
        background-size: auto 18px;
        background-position: 10px 50%;
    }

    #drawer div.submenu{
        font-size: 0;
    }

    #drawer div.submenu .half{
        width: 50%;
        display: inline-block;
        font-size: 1.6rem;
    }

    #drawer div.submenu .half:nth-child(1){
        border-right: 1px solid #ddd;
        box-sizing: border-box;
    }

    #drawer div.submenu .half dt{
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        color: #525263;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        border-bottom: 1px solid #ddd;
        background: #EEEEEE;
    }

    #drawer div.submenu .half a{
        display: flex;
        align-items: center;
        height: 60px;
        /* line-height: 50px; */
        padding: 0 10px;
        color: #525263;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        position: relative;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

    #drawer div.submenu .half a:hover {  background-color: #EEE; }

    #drawer div.submenu .half a:before{
        content: "";
        width: 11px;
        height: 11px;
        border: 3px solid #1B305B;
        border-radius: 22px;
        box-sizing: border-box;
        margin-right: 5px;
    }
    
    #drawer div.submenu .half:nth-child(1) a:before{
        border: 3px solid #C11C22;
    }


    #drawer div.submenu .half a:after{
        position: absolute;
        content: "";
        top: 40%;
        right: 15px;
        width: 7px;
        height: 7px;
        border: 1px solid;
        border-color: #777777 #777777 transparent transparent;
        transform: rotate(45deg);
    }

    #drawer .bottom_menu{
        clear: both;
        background: #EEEEEE;
        font-size: 1.6rem;
    }

    #drawer .bottom_menu li{
        display: inline-block;
    }

    #drawer .bottom_menu li a{
        display: block;
        padding: 20px 10px;
        color: #777777;
        text-decoration: underline;
    }

    #drawer #search_purpose{
        box-sizing: border-box;
    }

    #drawer #search_purpose{
        padding: 15px 15px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
    }

    #drawer #search_purpose dt{
        padding: 15px 0;
    }

    #drawer #search_purpose dd{
        display: none;
    }

    #drawer #search_purpose dd a{
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #drawer #search_purpose dd:last-child a{
        border-bottom: none;
    }

    /****** Effect Setting ********/

    /* Overlay */
    .overlay.is-visible {
        /*-webkit-transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        -o-transform: translateX(-260px);
        transform: translateX(-260px);*/
    }
    .overlay.is-visible.cart-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    /* My page address */
    #delivery_address_list div.is-edit p.btn_edit {
        top: 30%;
    }


    #cart .inner {
        background: #ebebeb;
    }



    #main_middle.top .slick-next,
    #main_middle.top .slick-prev {
        bottom: -54px;
        display: block!important;
    }

}
@media only screen and (min-width: 768px) {

    /* --------- common ---------- */

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .row {
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 16px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sp{display: none !important;}
    .pc{display: block !important;}
    span.pc{/* display: block; */}


    /* --------------------------------
        Parts
    -------------------------------- */

    /* heading */

    h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .page-heading {
        font-size: 32px;
        font-size: 3.2rem;
        border-bottom-style: solid;
        border-top: 0 none;
        padding: 16px 0 12px;
        margin: 0 16px 48px;
    }
    .heading01,
    .heading03 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .heading02 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        background: #EFEFEF;
        padding: 8px 12px;
    }
    .heading05 {
        font-size: 16px;
        font-size: 1.6rem;
    }

    /* btn */

    .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333}
    .btn-sm{padding:8px 10px;font-size:14px;line-height:1.5}
    .btn-xs{padding:5px 8px;font-size:12px;line-height:1.5}

    /* badge */

    .badge {
        font-size:12px;
        font-size:1.2rem;
    }

    /* tableStyle */

    div.table .thead {
        display: table-header-group;
    }
    div.table ol {
        display: table-row;
        margin: 0;
    }
    div.table ol li {
        display: table-cell;
        padding: 16px;
        text-align: center;
        background: #F4F3F0;
        overflow-x:hidden;
        font-weight: bold;
    }
    div.table .tbody .tr > .td {
        padding: 16px;
    }

    /* tableish */

    .tableish {
        display: table;
        width: 100%;
    }
    .tableish .thead {
        display: table-header-group;
    }
    .tableish .tbody {
        display: table-row-group;
    }
    .tableish .tr {
        display: table-row;
    }
    .tableish .th,
    .tableish .td {
        display: table-cell;
        vertical-align: top;
    }

    /* dl-table */

    .dl_table {
        display: table;
        width: 94%;
        margin:0 auto;
    }
    .dl_table dl {
        display: table-row;
        border: 0 none;
    }
    .dl_table dt,
    .dl_table dd {
        display: table-cell;
        border-bottom: 1px solid #ccc;
        padding: 16px 0;
    }
    .dl_table dt {
        width: 25%;
        vertical-align: top;
    }

    .dl_table dd {
        padding: 16px;
    }
    .dl_table dd .form-group {
        padding-top: 16px;
    }
    .dl_table .zip-search {
        margin-top: 16px;
    }

    /* pagination */

    .pagination {
        width: 100%;
    }


    /* topicpath */

    #topicpath {
        padding: 24px 16px 8px;
        border: 0 none;
    }
    #topicpath ol {
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }
    #topicpath li {
        font-size: 16px;
        font-size: 1.6rem;
    }

    /* intro */
    .intro {
        margin: 0;
        padding-top: 0.5em;
        padding-bottom: 28px;
    }

    /* message */
    .heading04 + .message {
        padding: 0;
    }
    .message .errormsg {
        padding: 10px;
    }


    /* flowline */

    .flowline {
        margin: 0;
        border-bottom: 0 none;
    }
    .flowline ul::before {
        top: 20px;
    }
    .flowline.step3 ul {
        max-width: 450px;
    }
    .flowline.step4 ul {
        max-width: 550px;
    }
    .flowline ul li {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .flowline li .flow_number {
        line-height: 42px;
        width: 42px; height: 42px;
        font-size: 20px;
        font-size: 2rem;
    }

    /* .cart .item_box */

    #cart .inner {
        padding: 0 16px;
        background: #ebebeb;
    }
    .cart .item_box > div,
    .cart .item_box > dl {
        padding: 16px 0;
    }
    .cart .item_box .item_photo {
        padding: 16px 8px 16px 0;
    }
    .cart .item_box .icon_edit {
        right: -7px; top: 10px;
    }

    .cart .btn_area {
        padding: 16px 0 8px;
    }

    /* error_box */
    .error_box {
        margin-bottom: 48px;
    }


    /****** Layout ********/


    /* header */
    .header_logo_area {
        position: relative;
    }

    #contents {
        min-height: 100%;
        z-index: 2;
    }


    #side_left {
        float: left;
        width: 25%;
        max-width: 222px;
        /*padding-right: 16px;*/
        box-sizing: border-box;
    }

    @media screen and (max-width:1080px){
    

    #side_left {
        width: 23%;
        min-width: auto;
    }

    }

    #side_right {
        float: right;
        width: 25%;
        padding-left: 16px;
    }

    /* -- main_left (side_right only) -- */

    /* main */
    .theme_side_right #main {
        width: 75%;
        float: left;
    }

    /* -- main_right (side_left only) -- */

    /* main */
    .theme_side_left #main {
        width: 75%;
        min-width: 832px;
        float: right;
        margin-bottom: 60px;
    }

    .front_page .theme_side_left #main {
        margin-bottom: 0px;
    }

    @media screen and (max-width:1080px){
    

    .theme_side_left #main {
        width: 75%;
        min-width: auto;
        float: right;
    }

    }

    /* -- main_only -- */

    /* main */
    .theme_main_only #main {
        width: 100%;
    }


    /* -- main_left_right (side_left & side_right) -- */

    /* main */
    .theme_side_both #main {
        width: 50%;
        float: left;
    }

    /* category_nav */
    #category {
        clear: both;
    }






    /****** Side Setting ********/

    #btn_menu {
        display: none;
    }
    .drawer {
        position: static;
        height: auto;
        width: auto;
        margin: 0 auto;
        overflow: visible;
        background: transparent;
        text-align: center;
    }
    .drawer:after {
        content: "";
        display: table;
        clear: both;
    }


    /*  Category navigation
    --------------------------- */

    /* category-nav */

    .category-nav > li {
        text-align: left;
        margin: 0 1em;
        position: relative;
    }
    .category-nav ul {
        position: static;
        height: auto;
        width: auto;
        overflow: visible;
        z-index: 3;
        background: #fff;
    }
    .category-nav > li > a {
        position: relative;
        display: inline-block;
        color: #2e3233;
        overflow: visible;
        -webkit-transition: color 0.3s, box-shadow 0.3s;
        -moz-transition: color 0.3s, box-shadow 0.3s;
        transition: color 0.3s, box-shadow 0.3s;
    }



    /* ----- category_nav in header ---- */

    #header #category {
        padding: 15px 0 0;
    }

    /* category-nav */

    #header .category-nav {
        /* border-top: 1px solid #D9D9D9; */
        /* border-bottom: 1px solid #D9D9D9; */
        text-align: center;
        padding-bottom: 20px;
        font-size: 0;
    }

    #header .category-nav .toggle {
        display: none;
    }
    #header .category-nav > li {
        margin: 0;
    }
    #header .category-nav li ul {
        display: block;
    }

    #header .category-nav li {
        position: relative;
        display: inline-block;
    }
    #header .category-nav > li > a {
        padding: 0 15px;
        height: 24px;
        line-height: 24px;
        font-weight: 600;
        border-bottom: none;
        border-right: 1px solid #ccc;
    }

    #header .category-nav > li:first-child > a {
        border-left: 1px solid #ccc;
    }

    #header .category-nav li a {
        display: block;
        /* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "ＭＳ 明朝","MS Mincho", serif; */
        font-size: 14px;
    }
    #header .category-nav li ul {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        width: 200px;
        box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    }
    #header .category-nav li ul li {
        float: left;
        overflow: hidden;
        width: 100%;
        height: 0;
        transition: .2s;
    }
    #header .category-nav li ul li a {
        text-align: left;
    }
    #header .category-nav > li:hover > a {}
    #header .category-nav > li:hover li:hover > a {  background: rgba(204, 204, 204, 0.1)}
    #header .category-nav > li:hover > ul > li {
        overflow: visible;
        height: 50px;
    }
    #header .category-nav li ul li ul {
        top: 0;
        left: 100%;
    }
    #header .category-nav li:last-child ul li ul {
        left: 100%;
        width: 100%;
    }
    #header .category-nav li ul li ul:before {
        position: absolute;
        content: ">";
        top: 13px;
        left: -15px;
        width: 0;
        height: 0;
    }
    #header .category-nav li:last-child ul li ul:before {
        position: absolute;
        content: ">";
        top: 13px;
        left: -15px;
        width: 0;
        height: 0;
        /*
        content: "<";
        top: 13px;
        left: 200%;
        margin-left: -15px;
        */
    }
    #header .category-nav li ul li:hover > ul > li {
        overflow: visible;
        height: 50px;
    }
    #header .category-nav li ul li ul li a {}
    #header .category-nav li:hover ul li ul li a:hover {  background: rgba(204, 204, 204, 0.1)}

    #header .category-nav ul > li > a,
    #header .category-nav ul > li > ul > li > a,
    #header .category-nav ul > li > ul > li > ul > li a {
        padding-left: 10px;
    }



    /* ----- category_nav in side ---- */

    /* category-nav */

    .side .category-nav > li {
        display: block;
        margin: 0;
    }
    .side .category-nav li > a {
        width: 100%;
    }

    .side .category-nav > ul ul {
        width: 100%;
    }
    .side .category-nav > ul {
        width: 100%;
    }
    .side .category-nav > ul > li {
        width: 100%;
    }
    .side .category-nav > ul > li a {
        padding-left: 10px;
    }


    /* newslist */

    .newslist .heading01 {
        padding: 16px;
        text-align: left;
    }
    .newslist dt {
        padding: 16px;
    }
    .newslist dt .angle-circle {
        top: 14px;
        width: 25px; height: 25px;
    }
    .newslist dt .cb {
        font-size: 20px;
        top: 0; left: 3px;
    }
    .newslist dt .date {
        float: left;
        width: 6em;
    }
    .newslist dt .news_title {
        padding-left: 7em;
        padding-right: 30px;
    }
    .newslist dd {
        margin: 0 16px 16px;
    }

    /* Item List Page
    ------------------------------------------- */

    .product_page .product_item {
        padding-bottom: 34px;
    }
    .item_photo {
        margin: 0 0 15px;
    }
    .item_comment {
        margin: 0 0 60px;
    }


    /* Item Detail Page
    ------------------------------------------- */

    #item_photo_area {
        padding-top: 0;
        padding-bottom: 0;
    }
    #item_detail_area .small {
        font-size: 12px;
        font-size: 1.2rem;
    }
    #item_detail_area .item_name {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    #item_detail_area .item_detail .sale_price {
        font-size: 28px;
        font-size: 2.8rem;
    }
    #item_detail_area .item_detail .sale_price .small {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #item_detail_area .item_detail .announce {
        padding: 14px 0;
    }
    #item_detail_area .item_detail .point {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .item_code {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .relative_cat {
        padding: 14px 0;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
    }
    #item_detail_area .item_detail .item_comment {
        margin-top: 14px;
        margin-bottom: 20px;
    }
    .cart_area {
        padding-top: 14px;
    }
    .cart_area .classcategory_list li {
        margin-top: 16px;
    }
    .cart_area .classcategory_list li:first-child {
        margin-top: 8px;
    }
    .cart_area .classcategory_list li select {
        width: auto;
    }
    .cart_area .quantity {
        margin: 14px 0;
    }
    #item_detail .snsbtn_area {
        padding: 14px 0;
    }

    /* freearea */

    #item_detail .freearea p {
        margin-bottom: 40px;
    }
    #item_detail .freearea .heading01 {
        margin-bottom: 16px;
    }

    /* review_area */

    #review_area {
        border-top: none;
        padding-bottom: 16px;
    }
    #review_area dl {
        padding-bottom: 32px;
    }
    #review_area dl dt {
        padding: 16px;
    }
    #review_area dl dt .cb {
        position: absolute;
        right: 32px;
        top: 24px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    #review_area dl dd {
        display: block;
        padding: 16px 0 0;
    }
    #review_area dl dd .review_btn {
        padding: 16px 0 0;
        text-align: center;
    }
    #review_area dl dd .review_btn a {
        width: auto;
        min-width: 350px;
    }
    #review_area .review_list {
        padding: 16px 0 0;
    }
    #review_area .review_list li {
        padding: 16px 0;
    }
    #review_area .review_list p {
        margin: 6px 0;
    }

    /* keyword_area */

    #keyword_area {
        border: 0 none;
    }
    #keyword_area .heading03 {
        border-top: 1px solid #E8E8E8;
        margin-top: 0;
        padding-top: 18px;
    }
    #keyword_area ul li a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #keyword_area .keyword_list {
        padding-bottom: 16px;
    }

    /* recommend_area */

    #recommend_area {
        border: 0 none;
    }
    #recommend_area .heading03 {
        border-top: 1px solid #E8E8E8;
        margin-top: 0;
        padding-top: 18px;
    }
    #recommend_area .carousel .product_item .btn_circle {
        right: 24px;
    }
    #recommend_area .carousel {
        margin-left: -16px;
        margin-right: -16px;
    }
    #recommend_area .carousel .product_item {
        padding: 0 16px;
    }
    #recommend_area .slick-next,
    #recommend_area .slick-prev {
        font-size: 37px;
        font-size: 3.7rem;
        top: -1.4em;
    }
    #recommend_area .slick-next {
        right: 14px;
    }
    #recommend_area .slick-prev {
        right: 74px;
    }

    #recommend_area .angle-circle {
        width: 35px; height: 35px;
        margin-top: 0;
    }
    #recommend_area .slick-prev .cb,
    #recommend_area .slick-next .cb {
        fill: #fff;
        position: relative;
        top: -4px; right: -2px;
        font-size: 25px;
        font-size: 2.5rem;
    }




    /* Cart Page
    ------------------------------------------- */

    .total_box {
        min-width: 256px;
        float: right;
        padding: 0;
    }
    .total_box dl {
        margin-left: 0;
    }
    .total_box .btn_group {
        padding: 16px 0;
    }
    .total_box .btn_group p {
        margin: 16px 0;
    }
    .total_box dl.total_price dt {
        padding-top: 0.3em;
    }
    .total_box dl.total_price dd {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .cart_item {
        margin: 24px 0 16px;
        border-top: 0 none;
    }
    .cart_item .item_box .table {
        width:58.33333333%;
    }
    .cart_item .item_quantity::before {
        content: "";
    }
    .cart_item.table .tbody .tr > .item_quantity {
        text-align: center;
    }
    .cart_item .item_detail .item_subtotal {
        display: none;
    }
    .cart_item.table .tbody .tr div.item_subtotal {
        display: table-cell;
        text-align: right;
    }
    .cart_item .item_box .table .item_photo {
        min-width: 160px;
        padding-right: 16px;
    }
    .column p {
        margin: 16px 0;
    }
    .column .form-inline input,
    .column .form-inline select {
        margin-bottom: 16px;
    }

    div.table .tbody .addr_box .column {
        text-align: left;
        position: relative;
    }
    .addr_box .column.is-edit .btn_edit {
        top: 16px;
    }

    .multiple_column .item_box > div,
    .multiple_column .item_box > dl {
        padding: 16px 0;
        vertical-align: middle;
    }
    .multiple_column .item_box .item_photo {
        padding: 16px;
        max-width: 198px;
    }
    .multiple_column .item_box .item_detail .item_price {
        margin: 8px 0 16px;
    }
    .multiple_column .form-group {
        margin-top: 16px;
    }
    .complete_message {
        text-align: center;
    }
    .complete_message .heading01 {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .complete_message p{
        text-align:left;
    }

    #confirm_side {
        top: 0;
    }

    /* payment_list */

    .payment_list .radio {
        display: inline;
        margin-right: 16px;
        vertical-align:middle;
    }
    .payment_list .radio input[type="radio"] {
        margin-right: 10px;
    }
    .payment_list li img {
        margin-top: 0;
        vertical-align:middle;
    }

    /* MyPage
    ------------------------------------------- */
    /* ナビゲーション項目が6件の場合
    .local_nav li {
        width: 16.66666667%
    }*/

    .local_nav li {
        width: 25%;
    }
   .local_nav.favorite li {
        width: 20%;
    }
    .historylist_column {
        border-top: 1px solid #ccc;
        margin: 0;
    }
    .historylist_column .order_date {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 16px;
    }
    .historylist_column .table.item_box:first-child {
        border-top: 0 none;
    }
    .historylist_column .item_box .item_photo {
        min-width: 130px;
    }
    .historylist_column + .pagination {
        padding-top: 16px;
    }
    .unsubscribe_box h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .message_box h1 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    /****** Footer Setting ********/




    /****** Effect Setting ********/

    /* Overlay */
    .overlay {
        display: none;
    }

    /****** Each BlockParts Setting ********/

    /* Cart */
    .cart {
        height: 120px;
        top: 64px;
    }

    /* Search */

    /* ----- category_nav in header  ---- */

    #header #searchform select,
    #header #searchform input {
        float: left;
    }

    /* ----- category_nav in side ---- */

    .side #searchform select,
    .side #searchform input {
        float: none;
    }

    /* Member area */

    .member_link {
        margin: 0;
    }
    .member_link a {
        border: 0 none;
    }

    /****** Each Page Setting ********/

    /* Item List Page
    ------------------------------------------- */

    /* Item Detail Page
    ------------------------------------------- */

    /* Cart Page
    ------------------------------------------- */

    .cart_page .dl_table {
        margin: 24px 0 32px;
    }
    .cart_page .dl_table dt {
        margin-bottom: 0;
    }
    #shopping_confirm .cart_item.table {
        border-top: 1px dotted #ccc;
    }
    #shopping_confirm .column .cart_item.table {
        margin-top: 0;
    }
    #shopping_confirm .total_box {
        margin-top: 24px;
        padding: 16px;
        min-width: 0;
        width: 100%;
        float: none;
    }
    #shopping_confirm .total_box dl {
        padding-top: 8px;
    }
    #shopping_confirm .total_box dl:first-child {
        padding-top: 0;
    }
    #shopping_confirm .total_box dl dt {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .total_box .total_amount {
        margin-top: 16px;
    }
    #shopping_confirm .total_box .total_amount p.total_price {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .total_box .total_amount p.total_price strong {
        font-size: 24px;
        font-size: 2.4rem;
    }
    #shopping_confirm .total_box .total_amount p.total_price strong .small {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #shopping_confirm .heading02 {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 32px;
    }
    #shopping_confirm .cart_item .item_box .table .item_photo {
        min-width: 80px;
        max-width: 96px;
    }
    #deliveradd_input .dl_table {
        border-top: 1px dotted #ccc;
    }

    /* MyPage
    ------------------------------------------- */
    .mypage .intro {
        padding-bottom: 16px;
    }
    .mypage #shopping_confirm .cart_item,
    .mypage #shopping_confirm .total_box {
        margin-top: 0;
    }
    .mypage #item_list .product_item {
        padding-bottom: 24px;
    }
    .mypage .title_hint {
        margin: 24px 0 0;
    }
    .mypage .title_hint + .form-group {
        padding-top: 8px;
    }

    /* My page address */
    #delivery_address_list div.is-edit p.btn_edit {
        top: 30%;
    }


    /* Registration Page
    ------------------------------------------- */

    .registration_page .dl_table {
        margin: 24px 0 40px;
    }


    /* Other Page
    ------------------------------------------- */


    /* Login Page */

    #login_box .column {
        padding: 16px 16px 40px;
    }
    #login_box .column p {
        margin-bottom: 8px;
    }
    #login_box .column .form-group {
        padding: 8px 0 8px 13%;
    }
    #login_box .column .btn_area p {
        float: left;
        width: 37%;
        min-width: 195px;
        margin-right: 3%;
    }
    #login_box .column .btn_area ul {
        margin-top: 0;
    }
    #login_box .column .btn_area button {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #login_box .column .btn_area ul {
        float: left;
    }
    #login_box .column .btn_area ul li {
        margin: 4px 0;
    }

    #login_box .column input[type="text"],
    #login_box .column input[type="email"],
    #login_box .column input[type="password"]{
        width: 85%;
    }
    #login_box .column .btn_area,
    #login_box .column .message {
        padding: 8px 13%;
        margin: 0;
    }

    .login_cart .column .column_inner {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /* Forgot Page */

    #forgot_page .column {
        padding: 32px;
        margin-bottom: 16px;
    }
    #forgot_page .column .form-group {
        padding: 8px 0 8px 11%;
        width: 89%;
    }
    #forgot_page .column .btn_area {
        padding: 20px 0 0 21%;
        width: 79%;
    }
    #forgot_page .column .message {
        margin-bottom: 16px;
    }

    /* Error Page */

    .error_page .footer_logo_area {
        margin-top: 0;

    }
}


/*  191025 */
/*
@media only screen and (min-width: 768px){
    #drawer.drawer.sp{
        display:block !important;
    }
}
*/
/* タブレットメニュー */
@media screen and (min-width: 768px) and (max-width:1080px){

    #top.pre_header p.site_message {
        padding-top: 4px;
        font-size: 10px;
    }

    #header #member,
    #header #search_block,
    #header #h_favorite,
    #header #cart_area #cart,
    #header #category.pc{
        display:none !important;
    }

    #header #btn_menu{
        display:block !important;
    }

    #header #cart_area{
        padding-top: 5px;
        margin-right: 46px;
    }

    #header #h_sptel{
        display:block !important;

        position: absolute;
        right: 120px;
        top: 10px;
        font-size: 11px;
    }

    #header #h_5p{
        position: absolute;
        right: 180px;
        top: 0px;
        font-size: 11px;
    }

    #header #h_sptel a {
        display: block;
        color: #000;
        box-sizing: border-box;
        padding-top: 34px;
        background: url(../img/common/header/h_tel.png) no-repeat 50% 5px;
        background-size: 20px;
    }

    #header .nav-trigger{
        box-sizing: border-box;
        padding-top: 35px;
        text-align: right;
        color: #000!important;
        height: 60px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #header .nav-trigger small{
        font-size: 12px;
        /*font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "ＭＳ 明朝","MS Mincho", serif;*/
    }

    #header .nav-trigger span {
        right: 15px;
    }


    #header .drawer-open .drawer {
        height: calc(100% - 119px);
        visibility: visible;
        -webkit-transition: visibility 0s 0s;
        -moz-transition: visibility 0s 0s;
        transition: visibility 0s 0s;
        padding-top: 15px;
        overflow-y: scroll;
    }

    #wrapper.drawer-open #drawer.drawer.sp{
        display:block !important;

        position: fixed;
        width:35%;
        margin: 0 auto;
        text-align: center;
        background-color: #FFF;
    }

    #wrapper.drawer-open .nav-trigger {
        background: #221F1F;
        color: #fff!important;
    }

    #drawer .member_link li {
        width: 80%;
        margin: 0 2%;
        display: inline-block;
    }

    #drawer .member_link a {
        height: auto;
        font-size: 16px;
        line-height: 38px;
    }

    #drawer .category-nav > li{
        margin-left:0;
        margin-right: 0;
    }

    #drawer .category-nav a{
        width:100%;
        text-align: center;
    }


}

