@charset "utf-8";

/* ##### 追加 ##### */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    min-width: 320px;
}

.up-db {
    display: block;
}

.up-dib {
    display: inline-block;
}

.ofimg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

.up-h100p {
    height: 100%;
}

.up-col1>* {
    width: 100%;
}

@media (max-width: 1024px) {
    .up-db\@tb {
        display: block;
    }

    .up-dib\@tb {
        display: inline-block;
    }

    .up-col1\@tb>* {
        width: 100%;
    }

    .up-h100p\@tb {
        height: 100%;
    }
}

@media (max-width: 599px) {
    [class*="up-col"] {
        margin-left: auto;
        margin-right: auto;
    }

    .up-db\@sp {
        display: block;
    }

    .up-dib\@sp {
        display: inline-block;
    }

    .up-col1\@sp>* {
        width: 100%;
    }

    .up-h100p\@sp {
        height: 100%;
    }
}

/* line-height */
.up-lh100 {
    line-height: 100%;
}

.up-lh110 {
    line-height: 110%;
}

.up-lh120 {
    line-height: 120%;
}

.up-lh130 {
    line-height: 130%;
}

.up-lh140 {
    line-height: 140%;
}

.up-lh150 {
    line-height: 150%;
}

.up-lh160 {
    line-height: 160%;
}

.up-lh170 {
    line-height: 170%;
}

.up-lh180 {
    line-height: 180%;
}

.up-lh190 {
    line-height: 190%;
}

.up-lh200 {
    line-height: 200%;
}

@media (max-width: 1024px) {
    .up-lh100\@tb {
        line-height: 100%;
    }

    .up-lh110\@tb {
        line-height: 110%;
    }

    .up-lh120\@tb {
        line-height: 120%;
    }

    .up-lh130\@tb {
        line-height: 130%;
    }

    .up-lh140\@tb {
        line-height: 140%;
    }

    .up-lh150\@tb {
        line-height: 150%;
    }

    .up-lh160\@tb {
        line-height: 160%;
    }

    .up-lh170\@tb {
        line-height: 170%;
    }

    .up-lh180\@tb {
        line-height: 180%;
    }

    .up-lh190\@tb {
        line-height: 190%;
    }

    .up-lh200\@tb {
        line-height: 200%;
    }
}

@media (max-width: 599px) {
    .up-lh100\@sp {
        line-height: 100%;
    }

    .up-lh110\@sp {
        line-height: 110%;
    }

    .up-lh120\@sp {
        line-height: 120%;
    }

    .up-lh130\@sp {
        line-height: 130%;
    }

    .up-lh140\@sp {
        line-height: 140%;
    }

    .up-lh150\@sp {
        line-height: 150%;
    }

    .up-lh160\@sp {
        line-height: 160%;
    }

    .up-lh170\@sp {
        line-height: 170%;
    }

    .up-lh180\@sp {
        line-height: 180%;
    }

    .up-lh190\@sp {
        line-height: 190%;
    }

    .up-lh200\@sp {
        line-height: 200%;
    }
}

/* line-height end */

/* A-BiSUスライダー */
.mainimg {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

.mainimg .uk-slideshow {
    position: relative;
    overflow: hidden;
    height: auto !important;
}

.mainimg .uk-slideshow:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
}

.mainimg .uk-slideshow li>div {
    height: 100% !important;
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.uk-dotnav-contrast>*>* {
    background: #ccc;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #565656;
}

.uk-dotnav>.uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-position-bottom {
    bottom: -30px;
}

@media (max-width: 1024px) {
    .mainimg .uk-slideshow:after {
        padding-top: 65%;
    }
}

@media (max-width: 599px) {
    .mainimg .uk-slideshow:after {
        padding-top: 60vh;
    }
}

/* A-BiSUスライダー end */

/* hamburger overlay */
.hamburger {
    display: none;
}

@media (max-width: 1024px) {
    .hamburger {
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: url(/import/tenant_1/160.16.200.135/html/images/common/icon_001.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        position: fixed;
        top: 10px;
        right: 510px;
        z-index: 5;
        cursor: pointer;
    }

    .hamburger a,
    .hamburger a:hover,
    .hamburger a:focus {
        opacity: 1;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .active .menu-trigger span {
        width: 130%;
        background-color: #fff;
    }

    .menu-trigger {
        position: relative;
        width: 100%;
        height: 100%;
        float: right;
    }

    .menu-trigger span {
        -webkit-box-shadow: 1px 1px 0 #a9a9a9;
        box-shadow: 1px 1px 0 #a9a9a9;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 50%;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .active .menu-trigger {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translate(-5px, 16px) rotate(-45deg);
        transform: translate(-5px, 16px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        -webkit-transform: translate(-5px, -100%) rotate(45deg);
        transform: translate(-5px, -100%) rotate(45deg);
    }

    .active .menu-trigger span:nth-of-type(3) {
        opacity: 0;
    }

    .overlay {
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(77, 66, 62, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .active .overlay {
        display: block;
    }
}

@media (max-width: 599px) {
    .hamburger {
        top: 10px;
        right: calc(100% + 10px);
    }
}

/* hamburger overlay end */

/* pager */

.pager ul li a,
.pager ul li .now {
    width: 30px;
    height: 30px;
    font-family: Arial, Helvetica, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    line-height: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid transparent;
    position: relative;
}

.pager ul li .now,
.pager ul li a:hover {
    opacity: 1;
    border: 1px solid #616060;
    background-color: #616060;
    color: #fff;
}

.pager ul li .now:after,
.pager ul li a:hover:after {
    background-color: #000;
}

.pager ul li a:focus {
    outline: none;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .pager ul li a,
    .pager ul li .now {
        padding-top: 5px;
    }
}

.pager ul li a:hover {
    opacity: 1;
}

.pager ul .prev,
.pager ul .next {
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.pager ul .prev-arrow:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    line-height: 100%;
}

.pager ul .next-arrow:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    line-height: 100%;
}

@media (max-width: 599px) {

    .pager ul li a,
    .pager ul li .now {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

/* pager end */

/* breadcrumbs */
.breadcrumbs ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumbs ul li:not(:first-of-type):before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 900;
    display: inline-block;
    margin: 0 10px;
}

.breadcrumbs .breadcrumbs-home a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs .breadcrumbs-thispage {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.breadcrumbs .breadcrumbs-thispage span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 599px) {
    .breadcrumbs .breadcrumbs-thispage {
        width: auto;
        max-width: 100%;
    }
}

/* breadcrumbs end */

/* フォント */
.yugothic {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.yumincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 1024px) {
    .up-fz3vw\@tb {
        font-size: 3vw;
    }

    .up-fz4vw\@tb {
        font-size: 4vw;
    }

    .up-fz5vw\@tb {
        font-size: 5vw;
    }

    .up-fz6vw\@tb {
        font-size: 6vw;
    }

    .up-fz7vw\@tb {
        font-size: 7vw;
    }

    .up-fz8vw\@tb {
        font-size: 8vw;
    }

    .up-fz9vw\@tb {
        font-size: 9vw;
    }
}

@media (max-width: 599px) {
    .up-fz3vw\@sp {
        font-size: 3vw;
    }

    .up-fz4vw\@sp {
        font-size: 4vw;
    }

    .up-fz5vw\@sp {
        font-size: 5vw;
    }

    .up-fz6vw\@sp {
        font-size: 6vw;
    }

    .up-fz7vw\@sp {
        font-size: 7vw;
    }

    .up-fz8vw\@sp {
        font-size: 8vw;
    }

    .up-fz9vw\@sp {
        font-size: 9vw;
    }
}

/* フォント end */

/* ##### 追加 end ##### */

/* ##### 共通 ##### */
* {
    letter-spacing: 1px;
}

input,
textarea {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px !important;
    font-weight: 500;
}

.anchor-db a {
    display: block;
}

.logo {
    max-width: 200px;
}

.logo a {
    display: block;
}

.text-shadow-black {
    text-shadow:
        0px 0px 1px #000,
        1px 0px 1px #000,
        0px 1px 1px #000;
}

.box-shadow-black {
    -webkit-box-shadow: 10px 10px 30px -16px rgba(134, 140, 155, 1);
    box-shadow: 10px 10px 30px -16px rgba(134, 140, 155, 1);
}

.filter-black {
    position: relative;
}

.filter-black:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.bk-img-content {
    z-index: 1;
    position: relative;
}

.bk-img {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.swap-wrap .box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.bgc-gray {
    background-color: #555;
}

.bgc-light-gray {
    background-color: #f5f5f5;
}

.bgc-dark-gray {
    background-color: #333333;
}

.bgc-heading-gray {
    background-color: #e8e8e8;
}

.bgc-red {
    background-color: #a40a4a;
}
.bgc-red02 {
  background-color: #dd1d18;
}


.gray {
    color: #868c9b;
}

.inpage-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    padding: 10px;
    background-color: #555;
    border: 1px solid #555;
    border-radius: 5px;
}

.inpage-nav li a:hover {
    opacity: 1;
    background-color: #fff;
    color: #555;
}

@media (max-width: 1024px) {
    .logo {
        max-width: 150px;
    }
}

/* ##### 共通 end ##### */

/* ##### EC ##### */
.search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.search input {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 4px;
}

.search button {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2%;
    padding: 6px 5px;
    background-color: #616060;
    border: 1px solid #616060;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.search button:hover {
    background-color: #fff;
    color: #616060;
}

.card a {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #616060;
    border: 2px solid #616060;
    border-radius: 5px;
    border-radius: 5px;
}

.card a:hover {
    opacity: 1;
    background-color: #fff;
    color: #616060;
}

.card .icon {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

[class*="icon-"]:before {
    font-size: 25px;
    line-height: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
}

.icon-cart:before {
    content: "\f07a";
}

.icon-mail:before {
    content: "\f0e0";
}

.icon-mic:before {
    content: "\f3c9";
}

.icon-bank:before {
    content: "\f19c";
}

.icon-yucho:before {
    content: "\f49e";
}

.icon-daibiki:before {
    content: "\f157";
}

.icon-transfar:before {
    content: "\f0d1";
}

.icon-mypage:before {
    content: "\f007";
}

.card .ja {
    width: 80%;
    padding: 10px;
}

.side-list li {
    margin-bottom: 1px;
}

.side-list li a {
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #a40a4a;
    padding: 10px 20px;
}

.side-list li.current a {
    background-color: #f69e47;
}

.side-list li a:hover {
    opacity: 1;
    background-color: #f69e47;
}

.thumbs li:hover {
    cursor: pointer;
}

.thumbs .active-img {
    outline: 2px solid #28b04e;
}

.abisu-cart table {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100% !important;
}

.abisu-cart input[type="submit"] {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 70% !important;
    font-size: 14px !important;
    background-color: #555 !important;
    background-image: none !important;
    border: 1px solid #555 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.colorme-description {
    font-size: 14px;
}

.colorme-description h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 15px;
}

.round-box {
    border-radius: 10px;
    border: 1px solid #a40a4a;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .search button {
        width: 25%;
    }

    .card .ja {
        padding: 10px 5px;
    }

    .cartjs_link_regal {
        font-size: 12px;
        text-align: center;
    }
}

/* ##### EC end ##### */

/* ##### カスタムコンテンツ ##### */
.list_02 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-list {
    border-bottom: 1px solid #c0c0c0;
}

.news-list dt {
    min-width: 30%;
}

.news-list dd a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.underline-title:before {
    content: '';
    display: inline-block;
    width: 30%;
    height: 2px;
    background-color: #808080;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.underline-title:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cc-side-list li {
    margin-bottom: 10px;
    padding-left: 16px;
    position: relative;
}

.cc-side-list li:last-of-type {
    margin-bottom: 0;
}

.cc-side-list li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .list_02 li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 599px) {
    .news-list dt {
        min-width: 100%;
        margin-bottom: 5px;
    }
}

/* ##### カスタムコンテンツ end ##### */

/* ##### ボタン ##### */
.btn {
    width: 250px;
    max-width: 80%;
    height: 40px;
}

.btn a,
.btn button {
    width: 100%;
    height: 100%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #000;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn a:hover,
.btn button:hover {
    opacity: 1;
    color: #fff;
    background-color: #000;
}

.btn-white a,
.btn-white button {
    color: #fff;
    border: 1px solid #fff;
}

.btn-white a:hover,
.btn-white button:hover {
    opacity: 1;
    color: #000;
    background-color: #fff;
}

.btn-black a,
.btn-black button {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.btn-black a:hover,
.btn-black button:hover {
    opacity: 1;
    color: #000;
    background-color: #fff;
}

.btn-gray a,
.btn-gray button {
    color: #fff;
    background-color: #616060;
    border: 1px solid #616060;
}

.btn-gray a:hover,
.btn-gray button:hover {
    opacity: 1;
    color: #616060;
    background-color: #fff;
}

@media (max-width: 599px) {
    .btn {
        width: 180px;
    }

    .btn a,
    .btn button {
        font-size: 14px;
    }
}

/* ##### ボタン end ##### */

/* ##### ヘッダー ##### */
header .logo {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1;
}

@media (max-width: 599px) {
    header .logo {
        width: 120px;
        max-width: 120px;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 2;
    }
}

/* ##### ヘッダー end ##### */

/* ##### フッター ##### */
.footer-address-list dt {
    min-width: 20%;
}

@media (max-width: 1024px) {
    .footer-address-list dt {
        min-width: auto;
        margin-right: 15px;
    }
}

/* ##### フッター end ##### */

/* ##### ナビ ##### */
.sp-only {
    display: none;
}

nav {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.fixed {
    width: 100%;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.nav-logo {
    width: 130px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.fixed .nav-logo {
    width: 110px;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .sp-only {
        display: block;
    }

    nav,
    nav.fixed {
        width: 500px;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #fff;
        -webkit-transform: translate(500px, 0);
        transform: translate(500px, 0);
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        z-index: 4;
    }

    .active nav {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
    }

    .up-scrolling\@tb {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 599px) {

    nav,
    nav.fixed {
        width: 75%;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

/* ##### ナビ end ##### */

/* ##### トップ ##### */
.mainimg-cont {
    margin: auto;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.mainimg-cont .text {
    border-left: 5px solid #fff;
}

.section_02 .box-cont {
    padding-right: calc(50% - 500px);
}

.section_02 .swap-wrap .box:nth-of-type(even) .box-cont {
    padding-right: 0;
    padding-left: calc(50% - 500px);
}

@media (max-width: 1024px) {
    .mainimg-cont {
        top: auto;
        bottom: 5%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 599px) {
    .footer-address-list dt {
        min-width: 25%;
    }
}

/* ##### トップ end ##### */

/* ##### 下層ページ共通 ##### */
@media (max-width: 1024px) {
    .underimg [class*="up-of-image"]:after {
        padding-top: 40%;
    }
}

@media (max-width: 599px) {
    .underimg [class*="up-of-image"]:after {
        padding-top: 60%;
    }
}

/* ##### 下層ページ共通 end ##### */

/* ##### お客様の声 ##### */
.voice .card {
    max-width: 240px;
}

.voice-list li {
    background-color: #fff8f6;
    border: 1px solid #a40a4a;
    border-radius: 10px;
}

.voice-list .title:before {
    content: "\f3c9";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    color: #a40a4a;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 0;
}

.voice-information-list dt {
    width: 110px;
    padding-left: 20px;
    position: relative;
}

.voice-information-list dt:after {
    content: '：';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 599px) {
    .voice-information-list dt {
        width: 100px;
    }
}

/* ##### お客様の声 end ##### */

/* ##### 会社概要 ##### */
.company-list dt {
    width: 115px;
    padding-left: 20px;
    position: relative;
}

.company-list dt:after {
    content: '：';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 599px) {
    .company-list dt {
        width: 110px;
    }
}

/* ##### 会社概要 end ##### */

/* ##### お問い合わせ ##### */
.contact-item dt {
    min-width: 30%;
}

.contact-item input,
.contact-item textarea {
    padding: 10px;
}

.contact-item input {
    width: 80%;
}

.contact-item .radiobtn input {
    width: auto;
}

.contact-item textarea {
    width: 100%;
    height: 200px;
}

.must {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    margin: 0 5px;
    padding: 3px 10px;
    background-color: #fe5865;
}

.radiobtn input {
    width: auto;
}

.radiobtn .dib input {
    display: inline-block;
    width: 50%;
}

.radiobtn label {
    line-height: 160%;
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
    padding-left: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.radiobtn input {
    display: none;
}

.radiobtn label:hover {
    cursor: pointer;
    text-decoration: underline;
}

.radiobtn label:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #53443f;
    border-radius: 50%;
    background-color: #fff;
}

.radiobtn input:checked+label {
    text-decoration: underline;
    color: #000;
}

.radiobtn input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #53443f;
    border-radius: 50%;
}

.uk-text-danger {
    display: inline-block;
    font-size: 12px;
    line-height: 120%;
    margin: 3px 0;
}

@media (max-width: 1024px) {
    .contact-item dt {
        min-width: 40%;
    }
}

@media (max-width: 599px) {
    .contact-item dt {
        min-width: 100%;
    }
}

/* ##### お問い合わせ end ##### */

/* ##### 求人情報 ##### */
.recruit-list dt {
    min-width: 15%;
}

@media (max-width: 1024px) {
    .recruit-list dt {
        min-width: 20%;
    }
}

@media (max-width: 599px) {
    .recruit-list dt {
        min-width: 100%;
    }
}

/* ##### 求人情報 end ##### */

/* ##### ご注文の流れ・特定商取引法 ##### */
.order-list dt {
    min-width: 25%;
    border-bottom: 1px solid #e8e8e8;
}

.order-list dd {
    border-bottom: 1px solid #e8e8e8;
}

.round-box {
    border-radius: 5px;
}

.round-green {
    border: 1px solid #666633;
}

.round-green .round-title {
    background-color: #666633;
}

.round-red {
    border: 1px solid #990033;
}

.round-red .round-title {
    background-color: #990033;
}

.round-orange {
    border: 1px solid #ff4e00;
}

.round-orange .round-title {
    background-color: #ff4e00;
}

.round-gray {
    border: 1px solid #555;
}

.round-gray .round-title {
    background-color: #555;
}

.orderflow-list li:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 50px 0 50px;
    border-color: #dcdcdc transparent transparent transparent;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.orderflow-list li:last-of-type:after {
    display: none;
}

.orderflow-list li .num {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #555;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

@media (max-width: 1024px) {
    .order-list dt {
        min-width: 35%;
    }
}

@media (max-width: 599px) {
    .order-list dt {
        min-width: 100%;
        border-bottom: none;
    }

    .order-list dd {
        border-bottom: none;
    }

    .orderflow-list li:after {
        border-width: 16px 30px 0 30px;
        bottom: -16px;
    }

    .orderflow-list li .num {
        width: 26px;
        height: 26px;
        font-size: 18px;
    }
}

/* ##### ご注文の流れ・特定商取引法 end ##### */

/* ##### 商品詳細ページ ##### */
.ab-test-image {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.img-loaded {
    opacity: 1;
}

.ab-test-image:before {
    content: "";
    display: block;
    padding-top: 30%;
}

.ab-test-image>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .ab-test-image:before {
        padding-top: 40%;
    }
}

@media (max-width: 599px) {
    .ab-test-image:before {
        padding-top: 60%;
    }
}

/* ##### 商品詳細ページ end ##### */

/* ##### IE11 ##### */
.ie11 .num {
    line-height: 100%;
    padding-top: 7px;
}

.ie11 .category {
    line-height: 100%;
    padding-top: 7px;
}

/* ##### IE11 end ##### */

/* ##### 見たまま編集 ##### */
[data-element-id] .sp-only {
    display: block;
    border: 1px solid #ff8c00;
}

[data-element-id] .sp-only:before {
    content: 'スマホナビ';
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    padding: 2px 5px;
    background-color: #ff8c00;
}

[data-element-id] [data-ab-test-contents] {
    display: block !important;
    position: relative;
}

[data-element-id] [data-ab-test-contents]:before {
    display: inline-block;
    background-color: #008000;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] [data-ab-test-contents]:nth-of-type(1):before {
    content: 'A';
}

[data-element-id] [data-ab-test-contents]:nth-of-type(2):before {
    content: 'B';
}

[data-element-id] .ab-test-image {
    opacity: 1;
}

[data-element-id].ab-test-image:before {
    display: none;
}

[data-element-id] .ab-test-image>div {
    position: static;
}

/* ##### 見たまま編集 end ##### */


/* 08/18 追記 */

.columnb.detail .text {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.8;
}

/* .columnb.detail .text .under-wave{
  color: rgb(255, 105, 40);
    text-decoration: underline wavy;
}
 */
 
 .columnb.detail .text b.under-wave{
   color: #ff9900;
   
 }
.columnb.detail .text .another-b {
    color: rgb(255 0 0);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0px 5px 0px 0px;
}

.columnb.detail .text .another-b span{
  font-family: fantasy;
    font-size: 34px;
    font-weight: 100;
    margin: 0px 3px 0px;
    position: relative;
    top: 2px;
}

.columnb.detail .text .company-list dd {
    display: block;
    width: 100%;
    margin-left: 0px;
}

.columnb.detail .text .company-list dt {
    width: 115px;
    padding-left: 0px;
    position: relative;
}

.columnb.detail .text .company-list dt::after{
  content: none;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.columnb.detail .text .shop-list ul{
      display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
}

.columnb.detail .text .shop-list ul li .box-cont{
width: 30%;
}

.columnb.detail .text .shop-list .list-ttl{
  text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    width: 250px;
    margin: 25px auto 50px;
    font-size: 28px;
}

@media only screen and (max-width: 1024px){
.columnb.detail .text .another-b{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0px 5px;
}  


}

@media only screen and (max-width: 599px){
  .columnb.detail .text .shop-list .list-ttl{
    width: 230px;
    margin: 25px auto 50px;
    font-size: 24px;
}
.columnb.detail .text .shop-list ul li .box-cont{
width: 48%;
}
}
.center{
  justify-content:space-between;
}

/* 8/23追記 */
.yamato {
    background-color: #149B8B;
}
.haisouurl{
      text-decoration-line: underline;
    color: blue;
}

.akamoji{
      color: chocolate;
}

.bb-line{
  border-bottom: 1px solid;
}

.pti-0{
  padding-top: 0px !important;
}

/* 12/12 作成 */

.test-page .flex-box{
  display: flex;
  justify-content: space-between;
}

.test-page .flex-box .item01{
  width: 66%;
  margin: auto;
}

.test-page .flex-box .item01 ul{
  flex-direction: column;
}

.test-page .flex-box .item01 ul li{
  width: 100%;
  background-color: #fff;
}

.test-page .flex-box .item02 ul{
  flex-direction: column;
}

.test-page .flex-box .item02 ul li{
  width: 100%;
  background-color: #fff;
}

.test-page .flex-box .item02 ul li:not(:last-of-type){
  margin-bottom: 25px;
}

.test-page .flex-box .item01 ul li:not(:last-of-type){
  margin-bottom: 25px;
}

/* .test-page .flex-box .item01 ul div{
    flex-direction: column;
} */

.test-page .flex-box .item01 ul div li{
  width: 100%;
  background-color: #fff;
}

.test-page .flex-box .item02{
  width: 48%;
}

.test-page .flex-box .item21 ul div{
    flex-direction: column;
}

.test-page .flex-box .item02 ul div li{
  width: 100%;
}

@media only screen and (max-width: 599px){
  .test-page .flex-box{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

  .test-page .flex-box .item01{
  width: 96%;
  margin-bottom: 50px;
}

  .test-page .flex-box .item02{
  width: 96%;
}

}

.test-page .pbi-0{
  padding-bottom: 0px !important;
}

.test-page .flex-box .item02 .info-box{
  width: 100%;
}

.test-page .flex-box .item01 .info-box{
  width: 100%;
}

.newskategory{
  background-color: #dd1d18 !important;
  width: 180px;
    text-align: center;
    margin-right: 60px;
}

.newsyoko{
  display: flex;
  padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.newsdate{
  width: 95px;
    font-size: 14px;
    margin-right: 7px;
    margin-left: 3px;
}

.newsh3{
font-size: 15px;
  
}

.spyoko{
  display: flex;
}

@media only screen and (max-width: 1024px){
.newsitem01{
  width: 80% !important;
}
}


@media only screen and (max-width: 599px){
.newsitem01 {
    width: 98% !important;
}

.newsyoko {
    display: block;
}

.spyoko{
  display: flex;
}

.newsh3 {
    font-size: 14px;
}

.newsdate {
    font-size: 12px;
    margin-top: 4px;
}

.newsyoko {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.newskategory {
    margin-bottom: 5px;
}

.newsli{
  margin-bottom: 10px !important;
}

.newsbtn01{
  margin-top: 15px !important;
}

.newsitem01{
  margin-bottom: 10px !important;
}
}

.newsitem01{
  width: 80% !important;
}


@media only screen and (max-width: 1024px){
.newsitem01 {
    width: 95% !important;
}

.newsli{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
}


@media only screen and (max-width: 599px){
.newskategory {
    width: 200px;
}
}

/*20230112*/
.sns-box ul {
  display: flex;
  flex-wrap: wrap;
}
.sns-box ul li {
  width: 30%;
  margin: auto;
}
.sns-box ul li a {
  display: block;
  padding: 20px;
  border-radius: 20px;
}
.sns-box ul li a .box-in {
  height: 130px;
}
.sns-box ul li a .box-in div {
  width: 50px;
  margin: auto;
}
.sns-box ul li a .box-in div img {
  width: 100%;
}
.sns-box ul li a .box-in p {
  padding: 1%;
  text-align: center;
  margin-top: 10px;
}
.a-violet {
  border: 2px solid #9326E3;
}
.a-blew {
  border: 2px solid #4596F7;
}
.a-green {
  border: 2px solid #1EC755;
}

@media only screen and (max-width: 1024px){
  .sns-box ul li a {
    padding: 10px;
  }
}

@media only screen and (max-width: 599px){
  .sns-box ul li {
    width: 48%;
    margin: 0 auto 10px;
  }
  .sns-box ul li a {
    padding: 5px;
  }
  .sns-box ul li a .box-in p {
    font-size: 14px;
  }
}

/* 2023/02/08追記 */
[data-element-id].dropmenu .dropdown {
    overflow: visible;
    text-align: center;
}

[data-element-id].dropmenu .dropdown ul {
    opacity: 1;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px) !important;
    position: static;
}

.dropmenu .dropdown {
    overflow: hidden;
    position: relative;
}

.dropmenu .dropdown::after {
    content: "";
    width: 280px;
    height: 30px;
    border: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    right: 50%;
    left: 50%;
    z-index: 2;
    top: 20px;
}

.dropmenu .dropdown ul {
    width: 170px;
    height: auto;
    margin: 7px auto 0 auto;
    border-radius: 3px;
    background-color: #dd1d18;
    -webkit-box-shadow: 3px 3px 10px -7px black;
    box-shadow: 3px 3px 10px -7px black;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    position: absolute;
    top: 100%;
    right: -175px;
    left: -175px;
    z-index: 2;
}

/* .dropmenu .dropdown ul::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: auto;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #dd1d18 transparent;
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
} */

.dropmenu .dropdown ul li + li {
    border-top: 2px solid white;
}

.dropmenu .dropdown ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: 0;
    font-size: 14px;
}

.dropmenu .dropdown ul li a {
    display: block;
    padding: 10px 5px;
    color: white;
    text-align: center;
}

.dropmenu .dropdown:hover {
    overflow: visible;
}

.dropmenu .dropdown:hover ul {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* 2023.03.08 */

.mailorder{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.mailorder02{
  width: 19%;
}

.mailorder02 img{
    width: 100%;
    height: 140px;
}

.mailorder02 p{
  text-align: center;
    padding-top: 10px;
}

.mailordernavi{
  background: rgb(173 53 68) !important;
}

@media (max-width: 1024px) {
  .mailorder02 img {
    width: 100%;
    height: 120px;
}
}

@media (max-width: 599px) {
.mailorder02 {
    width: 49%;
    margin-bottom: 25px;
}

.mailorder02 p{
    padding-top: 5px;
}

.mailorder02 img {
    height: 140px;
}
}

/* 2023.04.07 */

.noshibox{
  justify-content: space-around;
    margin-bottom: 60px;
}

.noshidiv{
  background-color: #f3dab8;
    padding: 40px 30px;
    border-radius: 10px;
}

.noshimidashi{
  text-align: center;
    margin-bottom: 45px;
}

.noshi10midashi{
    padding: 10px 0;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #9d1010;
    border-left: 17px solid #9d1010;
}

.noshi10p{
  margin-top: 10px;
  font-size: 14px;
}


@media only screen and (max-width: 599px){
.noshibox{
  display: block;
}

.noshi10{
  width: 100% !important;
  margin-bottom: 30px;
}


}


.noshi05box{
  display: flex;
  margin-bottom: 20px;
    justify-content: space-between;
}

.noshi10{
  display: block;
  max-width: 570px;
    margin: auto;
    width: 43% !important;
}

.noshi10li {
    border-right: 1px solid;
    width: 20%;
    text-align: center;
    padding-right: 15px;
    font-size: 18px;
}

.noshi05last{
  padding-left: 20px;
}

.noshih2{
  color: #9d1010;
}

.noshiinner{
  max-width: 1090px;
}

.noshiuse{
  font-weight: bold;
  font-size: 15px;
}

.noshi10p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: initial;
}

.noshitsuhan{
  width: 280px;
    height: 50px;
}

.noshitsuhan a{
  background: #9d1010 !important;
}

@media only screen and (max-width: 1024px){
  .noshi10 {
    width: 60% !important;
}
}


@media only screen and (max-width: 599px){
.noshi10 {
    width: 94% !important;
}

.noshi10li {
   padding-right: 5px;
    font-size: 14px;
}

.noshi05last {
    padding-left: 10px;
    font-size: 14px;
    padding-right: 12px;
}

}


.oreioiwaiuchikoto{
  width: 96%;
    margin: 0 auto 10px;
}

@media only screen and (max-width: 1024px){
.noshi10 {
    width: 44% !important;
}
}

@media only screen and (max-width: 599px){
.noshi10 {
    width: 96% !important;
    margin-bottom: -30px;
}

.noshibox {
    margin-bottom: 25px;
}

.noshikoseih2{
  margin-top: 20px;
}

.noshiiwai01{
  margin-top: 80px;
}

.uchichou01{
  margin-top: 90px;
}

.musubikiriiwai, .chouiwaibox{
  margin-top: 50px;
}

.kiriiwai02{
  margin-top: 30px;
}

.kotoblock{
  margin-top: 50px;
}

.kotoblock02{
  margin-top: 100px;
}
}


/* 2023.05.17 */

.shiduki, .kariyon{
  width: 460px;
}


@media only screen and (max-width: 1024px){
.shiduki, .kariyon {
    width: 350px;
}
}


@media only screen and (max-width: 599px){
.shiduki, .kariyon {
    width: 96%;
    margin: 0 auto 30px;
}
}


.habahuyo{
  width: 0% !important;
}

  @media only screen and (max-width: 599px){
  .mailordernavi{
    left: -70px !important;
  }
  }
