@charset "UTF-8";

/* PC用（768px以上） */
@media screen and (min-width: 768px) {
  .sp-only { display: none !important; }
}

/* SP用（767px以下） */
@media screen and (max-width: 767px) {
  .pc-only { display: none !important; }
}

@media screen and (max-width: 767px) {
img {
    width: 100%;
    height: auto;
}
#container{
    width:100%;  
}
#wrapper{
    width:96%;
    margin: auto;
}
.mincho {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.ttl-a {
    padding: 1em;
    background: linear-gradient(to bottom, #b61900 0%, #e2541c 100%);
    color: #fff;
    font-size: 16px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.2);
    text-align: center;
}
.ttl-b {
    background-image: url(../commonimg/bg_ttl-b.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    color: #993400;
    font-size: 18px;
}
.ttl-c {
    background-image: url(../commonimg/bg_ttl-c.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    color: #993400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.ttl-d {
    color: #D3A67C;
    line-height: 1.5;
    font-size: 18px;
    text-align: left;
    background-image: url(../commonimg/lst_ttl-d.png);
    background-position: left top 4px;
    background-repeat: no-repeat;
    background-size: 21px auto;
    padding: 0 0 4px 24px;
    border-bottom: 3px double; #D3A67C;
    margin-bottom: 12px;
}

/* #header */
#header {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 100;
    background-color: #fff;
}
#hright {
    display: none;
}
#hleft {
    margin:0px;
    width: 100px;
}
#navi {
    display: none;
}
#header .cart {
    width: 100px;
    height: 22px;
    position: absolute;
    top: 19px;
    right: 18%;
}

/* .sp_menu_open  */
#header .sp_menu_open {
    display: block;
    position: absolute;
    top: 5px;
    right: 4%;
    margin: auto;
    width: 50px;
    height: 50px;
}
#header .drawer {
    display: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 10000;
    font-size: 17px;
}
#header .drawer .logo {
    padding-top: 15px;
    padding-left: 2%;
}
#header .drawer .logo a {
    display: block;
    width: 100px;
}
#header .drawer .cart {
    right: 16%;
}
#header .drawer .close_btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 2%;
    margin: auto;
    width: 50px;
    height: 50px;
}
#header .drawer .gnav {
    padding-top: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    margin-bottom: 20px;
}
#header .drawer .gnav > li {
    width: 100%;
    position: relative;
}
#header .drawer .gnav > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    font-size: 18px;
    text-align: left;
    padding: 20px;
    border: 1px solid #5E1207;
    background: linear-gradient(#94251a 0%, #bd5227 100%);
}
#header .drawer .gnav .parent .submenu {
    display: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#header .drawer .gnav .parent .submenu li a {
    display: block;
    color: #9E5A35;
    line-height: 1.2;
    font-size: 18px;
    text-align: left;
    background-color: #F1E7DB;
    background-image: url(../commonimg/lst_submenu.png);
    background-position: left 12px center;
    background-repeat: no-repeat;
    background-size: 21px auto;
    padding: 20px;
    padding-left: 40px;
    border-bottom: 1px solid #D7BE9C;
}
#header .drawer .gnav > li .arrow {
    position: absolute;
    top: 27px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url(../commonimg/lst_gnav_down.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    cursor: pointer;
}
#header .drawer .gnav > li.active .arrow {
    background-image: url(../commonimg/lst_gnav_up.png);
}
#header .drawer .cnav {
    width: 92%;
    margin: auto;
    margin-bottom: 40px;
}
#header .drawer .cnav li {
    margin-bottom: 12px;
}
#header .drawer .sp-menu-sub {
    padding-bottom: 20px;
}
#header .drawer .sp-menu-sub li {
    display: inline-block;
    margin: 0 8px 8px;
    font-size: 12px;
}
#header .drawer .sns {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 40px;
}
#header .drawer .sns li {
    width: 40px;
}

.ec-layoutRole .ec-layoutRole__contentTop {
    padding-top: 60px;
}
.ec-layoutRole .ec-layoutRole__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ec-layoutRole .ec-layoutRole__left,
.ec-layoutRole .ec-layoutRole__mainBetweenColumn,
.ec-layoutRole .ec-layoutRole__right {
    display: block;
    width: 100%;
}
.ec-layoutRole .ec-layoutRole__left {
    order: 2;
    margin-bottom: 28px;
}
.ec-layoutRole .ec-layoutRole__mainBetweenColumn {
    order: 1;
    margin-top: 30px;
}
.ec-layoutRole .ec-layoutRole__right {
    order: 3;
}

/* #snavi_l */
#snavi_l {
    width: 100%;
    float: none;
}
.sideCategory {
    margin: 0;
}

#snavi_l ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#snavi_l ul li {
    width: 49%;
}

/* #contents */
#contents{
    width: 100%;
    float: none;
    margin-top: 0;
}
#contents img {
    vertical-align: top;
}
#contents .w297l,
#contents .w297r {
    width: 49%;
}
#contents .topnewsb,
#contents .topnewsb .w280l,
#contents .topnewsb  .w300r {
    width: 100%;
    float: none;
}
#contents .lineupbg03,
#contents .lineupbg02 {
    background-size: 100%;
}
#contents .lineupbg03 .dotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#contents .lineupbg03 .dotline .pickup_r {
    width: 100%;
    float: none;
    order: 2;
}
#contents .lineupbg03 .dotline .pickup_r p br {
    display: none;
}
#contents .lineupbg03 .dotline .fleft {
    order: 1;
    float: none;
    width: 75%;
    margin: auto;
}
#contents .lineupbg02 .fleft {
    float: none;
}
#contents .lineupbg02 .ml5,
#contents .lineupbg02 .ml12 {
    margin-left: 0;
}
#contents .lineupbg02 .w179 {
    width: 100%;
}
#contents .lineupbg02 .fleft a {
    display: block;
    width: 75%;
    margin: auto;
}
#contents .lineupbg02 .fleft .lank01Tit a,
#contents .lineupbg02 .fleft .lank02Tit a ,
#contents .lineupbg02 .fleft .lank03Tit a  {
    display: inline;
    width: auto;
    font-size: 16px;
}
#proud-bento .lst-bento {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#proud-bento .lst-bento.clearfix:before,
#proud-bento .lst-bento.clearfix:after {
    display: none;
}
#proud-bento .lst-bento .fleft {
    float: none;
}
#proud-bento .lst-bento .w131 {
    width: 47%;
    margin-bottom: 12px;
}
#proud-bento .lst-bento .w131 a {
    width: 100%;
}
#proud-bento .lst-bento .ml10 {
    margin-left: 0;
}
#proud-bento .lst-bento.pt15 {
    padding-top: 0;
}

/* #snavi_r */
#snavi_r {
    width: 100%;
    float: none;
    margin: 0;
}
#snavi_r .industry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#snavi_r .industry .mu5,
#snavi_r .industry .mu25 {
    margin-bottom: 0;
}
#snavi_r .industry div {
    width: 49%;
    margin-bottom: 12px !important;
}
#snavi_r .sns {
    padding: 28px 0;
}
#snavi_r .sns ul {
    display: flex;
    justify-content: space-between;
}
#snavi_r .sns ul li {
    width: 49%;
}

/* #footguide, #footer */
#footguide {
    display: none;
}
#footer {
    padding-bottom: 32px;
}
#footerr {
    width: 100%;
    background-image: url(../commonimg/bg_footer_sp.jpg);
    background-position: bottom left;
    height: 136px;
    position: relative;
}
#footerr .m18p {
    float: none;
    padding: 40px 12px 0 130px;
    line-height: 1.5;
}
#footerr .w230r {
    float: none;
    width: 100%;
    padding-top: 0;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
#footerr .w230r p {
    font-size: 11px;
}

/* subpage */
#about h1,
#howto h1,
#qa h1,
#voice h1,
#company h1,
#distributor h1,
#advertising h1,
#job h1,
#help_privacy h1,
#page_help_tradelaw h1,
#product_list h1,
#product_detail h1 {
    width: 100%;
    height: 150px;
    background-size: cover;
    margin-bottom: 30px;
}
#rekishi {
    background-position: right bottom;
    padding-bottom: 300px;
}
#rekishi table {
    width: 100%;
}
#rekishi table .td70 {
    width: 22%;
}
.w405l,
.w390r {
    width: auto;
    float: none;
}
.comment1 .w380l,
.comment1 .w350l,
.comment1 .w190r,
.comment1 .w240r  {
    width: 100% !important;
    margin-bottom: 0 !important;
}
#voice-closing {
    width: 100%;
    max-width: 454px;
    margin: auto;
}
#company-profile {
    width: 100%;
}
#company-profile .tdl1 {
    background-image: none;
    background-color: #F6F0E7;
    width: 25%;
}
#company-profile .tdr1 {
    background-image: none;
    width: 75%;
}
#company-profile .tdl1,
#company-profile .tdr1 {
    border-top: 1px solid #EDE1D4;
    border-bottom: 1px solid #EDE1D4;
}
#company-profile .tdr3 {
    padding: 10px 20px 5px;
    background-image: none;
}
#company-profile .tdr1 img {
    width: auto;
}
.w330l {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.product_l,
.product_r {
    width: 49%;
}
#sec-advertising .fright {
    float: none;
    width: 75%;
    margin: auto;
}
#sec-advertising .txt14brown {
    text-align: center;
}
#sec-advertising .w350l_2 {
    width: 100%;
}
#sec-advertising .w350l_2.mt35 {
    margin-top: 12px;
}
.advertising_bento,
.advertising_tshats {
    background-image: none;
}
.advertising_bento .img,
.advertising_tshats .img {
    width: 75%;
    margin: auto;
}
#job-table {
    width: 100%;
}
#job-table .w140 {
    width: 25%;
}
.w180l {
    width: 100%;
    float: none;
    margin-top: 20px !important;
}
.w180l img {
    display: block;
    width: 180px;
    margin: auto;
}
.orderbg {
    display: none;
}
.pagetop {
    display: none !important;
}

/* #fixed-footer */
#fixed-footer {
    display: block;
    width: 100%;
    padding: 4px 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}
#fixed-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 96%;
    margin: auto;
}
#fixed-footer ul li {
    width: 49%;
}
#fixed-footer ul li a {
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 8px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50px auto;
    color: #fff;
    padding: 16px 8px 0 52px;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}
#fixed-footer ul .order-tel a {
    background-color: #CB0200;
    background-image: url(../commonimg/ico_order_tel.png);   
}
#fixed-footer ul .order-line a {
    background-color: #03C755;
    background-image: url(../commonimg/ico_order_line.png);   
}

/* products detail */
.xc_productDetail {
    width: 100%;
    line-height: 1.5;
}
.xc_productDetail .xc_productDetailImage {
    width: 75%;
    float: none;
    margin: auto;
}
.xc_productDetail .xc_productDetailData1 {
    width: 100%;
    float: none;
}
.xc_productDetail .xc_productName {
    font-size: 125%;
    margin-bottom: 0.5em;
}
.xc_productDetail .xc_amount {
    width: 100%;
    float: none;
    text-align: left;
}
.xc_productDetail .xc_amount select {
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    width: auto;
    margin-left: 12px;
}
.xc_productDetail .xc_pickItem {
    text-align: left;
}
.xc_floatRight {
    float: none;
}
.ec-layoutRole__main {
    padding-top: 100px !important;
}
.ec-role,
.ec-cartRole,
.ec-contactRole {
    padding: 0;
}
.ec-customerRole,
.ec-orderRole {
    padding: 0 12px;
}
.ec-cartRole strong {
    font-weight: bold;
}
.ec-cartRole .ec-cartRole__totalText p,
.ec-orderRole__detail p {
    font-size: 90%;
}
.ec-cartRow .ec-cartRow__summary {
    font-size: 12px;
    text-align: left;
}
.cart_page .ec-layoutRole__main .form-check input {
    width: auto;
}
.ec-rectHeading h2 {
    margin-bottom: 12px;
}
.ec-orderDelivery__edit {
    display: none;
}
.ec-orderPayment {
    margin-bottom: 28px;
}

}