@charset "UTF-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    word-break: break-all;
}

img[width="0"],
img[width="1"] {
    display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    position: relative;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

pre {
    font-family: "Lato", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
    white-space: pre-wrap;
}

body {
    font-family: "Lato", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
    font-size: 16px;
    line-height: 1.6;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover img {
    opacity: 0.7;
}

.wrapper,
.main,
.main-top,
#contents {
    display: block;
    max-width: 1050px;
    margin: 0 auto;
}

.head {
    background-color: #fff;
    border-bottom: 1px solid #CCC;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    margin: 0 auto;
    z-index: 10000;
}

.logo {
    margin-right: auto;
    max-width: 20%;
    width: 20%;
}

.logo img {
    max-width: 100%;
    max-height: 140px;
}

.navbar {
    width: 70%;
    margin-left: 2%;
}

.navbar-list {
    display: flex;
}

.navbar-list-main {
    width: 50%;
    font-size: 18px;
}

.navbar-list-main-link {
    display: block;
    position: relative;
    padding: 30px 20px;
    text-align: center;
    word-wrap: break-word;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.navbar-list-main-link:hover {
    background-color: #FFF;
    text-decoration: none;
}

.navbar-list-parent:hover {
    background-color: #FFF;
}

.action {
    width: 200px;
    margin: 0 10px 0 24px;
    position: relative;
    z-index: 10000;
}

.action-search-input {
    border: solid 1px #CCC;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 50px;
}

.action-search-button {
    position: absolute;
    top: 2px;
    right: 4px;
    padding: 4px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}

.action-search-button i {
    font-weight: bold;
    color: #999;
}

.action-button {
    margin-bottom: 6px;
}

.action-button-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.action-button-list i {
    flex-flow: row;
    font-size: 24px;
}

.button-link {
    background-color: #CCC;
    padding: 9px 10px 4px;
    border-radius: 50%;
    display: block;
    margin-left: 8px;
}

.action-button-list a:hover {
    background-color: #FFF;
}

.action-search {
    position: relative;
}

.button-cart {
    position: relative;
}

.cart-badge {
    display: inline-block;
    background: #EF4933;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 12px;
}


.navbar-sub {
    display: none;
}

.navbar-sub-in {
    position: absolute;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    top: 100px;
    left: -10vw;
    width: 90vw;
    background-color: #FFF;
    padding: 40px 40px 24px;
    box-sizing: border-box;
    z-index: 20000;
    opacity: 0.87;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.navbar-sub-list {
    flex-basis: 160px;
    margin: 0 16px 16px 0;
}

.navbar-sub-list-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

.navbar-sub-list-data {
    margin-bottom: 8px;
    font-size: 14px;
}

.navbar-sub-list-data a {
    color: #333;
}

/* main */
.main-visual {
    text-align: center;
}

.main-visual img {
    max-width: 100%;
}

.main-contents {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
}

.item-info {
    display: flex;
    flex-direction: column;
}

.eachitem {
    margin-bottom: 1em;
}

.item-info-name {
    font-weight: normal;
}

.item-info-price {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 1.3em;
}

.item-info-sale {
    color: #E03F3D;
}

.item-price-down {
    font-size: 14px;
    margin-left: 8px;
}

.item-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.item-list li {
    margin: 0 8px 24px;
}

.pickup-list li {
    width: calc(100% / 2 - 16px);
}

.item-list-img {
    text-align: center;
    margin-bottom: 8px;
    position: relative;
}

.item-list-img img {
    max-width: 100%;
    border: 1px solid #ccc;
}

.item-soldout {
    position: absolute;
    top: 50%;
    line-height: 32px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.75);
    margin-top: -16px;
    left: 0;
    width: 100%;
    text-align: center;
}

.newitems-list li {
    width: calc(100% / 4 - 16px);
}

.section-title {
    text-align: center;
    font-size: 36px;
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 80px 0;
}

.section-title strong {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
}

.section-title:after {
    content: "";
    width: 25px;
    height: 3px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -10px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

.item-view-button {
    display: block;
    width: 300px;
    padding: 16px 48px;
    margin: 40px auto 0;
    text-align: center;
    border: solid 3px #000;
    font-weight: bold;
    box-sizing: border-box;
}

.item-view-button:hover {
    background: #000;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
}

.item-view-btn {
    text-align: center;
    margin-top: 40px;
}

.item-view-btn a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-color: #999;
    border-radius: 5px;
    padding: 16px 80px;
}

.item-view-btn a:hover {
    text-decoration: none;
    background-color: #AAA;
}

.search-result {
    margin-bottom: 48px;
    text-align: center;
}

.search-count span {
    margin: 0 2px;
}

.pager-wrap {
    text-align: center;
    margin-top: 80px;
}

.pager-list {
    display: inline-block;
    font-weight: bold;
}

.pager-list a,
.pager-selected {
    display: inline-block;
    padding: 0 16px;
}

.pager-list a:hover {
    color: #666;
    text-decoration: none;
}

.pager-selected {
    color: #ccc;
}

.pager-button a {
    display: block;
    color: #FFF;
    font-size: 12px;
    vertical-align: 1px;
    background-color: #000;
    padding: 6px 10px;
}

.main {
    margin-top: 20px;
}

.pager-button a:hover {
    color: #FFF;
    background-color: #666;
}

.breadcrumb {

    background: #fff0;
}

.breadcrumb-list {
    display: inline-block;
    font-size: 14px;
}

.breadcrumb-list:not(:last-child):after {
    content: ">";
    color: #8a8a8a;
    margin: 0 4px 0 8px;
}

ul.main-contents.breadcrumb {
    margin: 4px 6px;
}

.main-contents-detailitem {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.item-image {
    width: 55%;
}

.item-image-list {
    margin-bottom: 40px;
}

.item-image-list img {
    max-width: 100%;
}

.item-none-text {
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
}

.item-detail {
    width: 42%;
    padding-left: 3%;
    box-sizing: border-box;
}

.item-brand-title {
    font-size: 24px;
    font-weight: bold;
}

.item-detail-title {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 8px;
}

.item-default-price-text {
    margin-top: 14px;
    margin-bottom: -14px;
}

.item-default-price {
    font-size: 18px;
    text-decoration: line-through;
    margin-right: 4px;
}

.item-price-text {
    font-size: 24px;
    margin-top: 14px;
}

.item-detail-table {
    margin-top: 40px;
}

.item-detail-table th {
    font-weight: normal;
    text-align: left;
    padding: 10px 0;
}

.item-detail-table td {
    padding: 10px 0;
}

.item-detail-table td:before {
    content: "：";
}

.item-detail-num {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    border: 1px solid #999;
    padding: 10px;
    background: #fff;
    font-size: 15px;
}

.item-detail-label {
    display: inline-block;
    margin-left: -4px;
    position: relative;
}

.makeshop-option-wrap {
    padding: 10px 0;
}

.makeshop-option-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #999;
    padding: 10px;
    background: #fff;
    font-size: 15px;
}

.makeshop-option-select-wrap {
    position: relative;
    display: block;
}

.makeshop-option-select-wrap::after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.item-detail-text {
    font-size: 14px;
    line-height: 2.2;
    margin-top: 40px;
}

.item-stock {
    margin-bottom: 16px;
}

.item-stock-small {
    color: #E03F3D;
}

.item-detail-addcart {
    margin-top: 48px;
}

.item-detail-addcart a {
    display: inline-block;
    width: 60%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 3px solid #111;
    border-radius: 5px;
    padding: 20px 0;
    background: #111;
    color: #fff;
    box-sizing: border-box;
}

.item-detail-addcart a:hover {
    color: #fff;
    border: 3px solid #111;
    background: #111;
    opacity: .7;
}

.item-detail-soldout {
    margin-top: 48px;
}

.item-detail-soldout {
    display: inline-block;
    width: 60%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #CCC;
    border: 3px solid #CCC;
    border-radius: 5px;
    padding: 24px 0;
}

.item-detail-moretext {
    display: block;
    max-width: 1050px;
    background: #fff;
    margin-top: 40px;
    padding: 2rem 0;
}

.item-detail-moretext img {
    max-width: 100%;
}

.item-cart-table {
    width: 100%;
    border-bottom: 1px solid #999;
}

.item-cart-table th {
    font-size: 18px;
    background-color: #DADADA;
    padding: 16px 0;
}

.item-cart-table td {
    vertical-align: middle;
    padding: 32px 16px;
}

.item-cart-table tbody tr {
    border-top: 1px dashed #999;
}

.item-cart-table tbody tr:first-child {
    border: none;
}

.item-cart-image {
    float: left;
    margin-right: 16px;
}

.item-cart-image a {
    display: table-cell;
    width: 80px;
    height: 80px;
    vertical-align: middle;
}

.item-cart-image img {
    max-width: 80px;
    max-height: 80px;
}

.item-cart-title {
    font-size: 18px;
    white-space: normal;
}

.item-cart-options {
    margin-top: 8px;
    font-size: 14px;
}

.item-cart-label {
    display: inline-block;
    position: relative;
    margin-right: 16px;
}

.item-cart-label:after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: 10px;
}

.item-cart-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 35px;
    background-color: #FFF;
    border: 1px solid #999;
    padding: 6px 30px 6px 6px;
}

input[name="item-quantity"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    background-color: #FFF;
    border: 1px solid #999;
    padding: 10px;
    margin-right: 8px;
    font-size: 15px;
}

.item-cart-point,
.item-cart-price {
    font-size: 18px;
    text-align: center;
    word-break: break-all;
}

.item-cart-button,
.item-cart-point,
.item-cart-price {
    white-space: nowrap;
}

.item-cart-button a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    background-color: #999;
    border-radius: 5px;
    padding: 8px 12px;
}

.item-cart-button a:hover {
    text-decoration: none;
    background-color: #AAA;
}

.item-cart-total {
    text-align: right;
    font-size: 18px;
    margin-top: 24px;
}

.item-total-price {
    font-size: 32px;
    font-weight: bold;
    margin-left: 16px;
}

.cart-bottom-button {
    margin-top: 24px;
}

.cart-bottom-button:after {
    content: " ";
    display: block;
    clear: both;
}

.cart-back-button {
    float: left;
}

.cart-back-button a {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #999;
    border-radius: 5px;
    padding: 20px 40px;
}

.cart-back-button a:hover {
    text-decoration: none;
    background-color: #AAA;
}

.cart-buy-button {
    float: right;
}

.cart-buy-button a {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    border-radius: 5px;
    padding: 20px 72px;
}

.cart-buy-button a:hover {
    text-decoration: none;
    background-color: #666;
}

.item-cart-list-wrap {
    display: none;
}

.cart-basket-none {
    float: none !important;
    text-align: center;
    margin-top: 80px;
}

.cart-basket-none a {
    display: inline-block !important;
}

.contract-table {
    border: 1px solid #999;
}

.contract-table th {
    width: 25%;
    vertical-align: middle;
    background-color: #DADADA;
    border-bottom: 1px solid #999;
    padding: 24px;
}

.contract-table td {
    width: 75%;
    vertical-align: middle;
    border-bottom: 1px solid #999;
    padding: 24px;
    background: #fff;
}

hr.about_shop {
    display: none;
}

.guide-wrap {
    margin-bottom: 40px;
}

.guide-title {
    font-size: 18px;
    font-weight: bold;
    background-color: #DADADA;
    padding: 16px 24px;
}

.guide-text {
    margin-top: 24px;
}

.guide-h4 {
    margin: 2rem 0 0 0;
    padding: 0.4rem;
    border-bottom: solid #262626 1px;
    border-left: solid #808080 4px;
}

.guide-text p {
    margin-left: 0.5rem;
}

.news-list-wrap {
    border-bottom: 1px solid #ccc;
}

.news-list {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 16px 0;
}

.news-list-date {
    margin-right: 24px;
}

.news-head {
    margin: 80px 0 48px;
}

.section-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 80px 0;
    letter-spacing: 0.3rem;
}

.section-title-news-post {
    font-size: 24px;
}


.section-title strong {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;

}

.news-content {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #000;
}

.news-pager {
    display: flex;
    justify-content: space-between;
}

.news-pager li {
    width: calc(100%/3);
}

.news-empty {
    color: #999;
}

.prev {
    text-align: left;
}

.back {
    text-align: center;
}

.next {
    text-align: right;
}

.company-image img {
    max-width: 100%;
}

/* foot */
.foot {
    background-color: #CCC;
    margin-top: 184px;
}

.foot-main {
    display: flex;
    padding: 40px;
}

.foot-nav {
    flex-flow: row;
}

.foot-info {
    margin-right: auto;
    font-size: 14px;
}

.foot-nav-list {
    display: flex;
    flex-wrap: wrap;
}

.foot-nav-list li {
    flex-flow: row;
    margin-left: 24px;
    font-size: 14px;
    white-space: nowrap;
}

.foot-info-logo {
    margin-bottom: 8px;
}

.foot-info-logo img {
    max-width: 100px;
}

.foot-copyright {
    text-align: center;
    padding: 16px;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
}

.foot-copyright address {
    font-style: normal;
}

/* --------------------------------------
    PC
--------------------------------------- */
@media screen and (min-width: 767px) {

    .navbar-list-main-link:after,
    .navbar-list-main-link span:after {
        content: "";
        width: 60px;
        height: 3px;
        position: absolute;
        bottom: 25px;
        left: 45%;
        margin-left: -27%;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    .navbar-list-main-link strong,
    .navbar-list-parent strong {
        display: block;
        font-weight: normal;
        font-size: 0.8rem;
    }

}



@media screen and (min-width: 575.98px) {
    .button-menu {
        display: none;
    }

}

/* --------------------------------------
    中ぐらいの画面でメニュー間隔小さめに
--------------------------------------- */
@media screen and (max-width: 767px) and (min-width: 575.98px) {
    .navbar-list-main-link {
        padding: 30px 10px !important;
    }

    .navbar-list-main-link:after,
    .navbar-list-main-link span:after {
        content: "";
        width: 50px;
        height: 3px;
        position: absolute;
        bottom: 25px;
        left: 50%;
        margin-left: -35%;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    .navbar-list-main-link strong,
    .navbar-list-parent strong {
        display: block;
        font-weight: normal;
        font-size: 0.8rem;
    }

}

/* --------------------------------------
    SP
--------------------------------------- */
@media screen and (max-width: 575.98px) {
    .logo {
        width: 180px;
        min-width: 180px;
        padding: 0;
    }

    .logo img {
        align-items: center;
        display: block;
        max-width: 100%;
        max-height: 48px;
    }

    header.head {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        padding: 10px;
        height: 50px;
    }

    .navbar,
    .button-cart,
    .action-search,
    .button-account,
    .foot-info {
        display: none;
    }

    .wrapper {
        padding-top: 35px !important;
    }


    .action-button {
        position: relative;
    }

    .action-button-list a:hover {
        background: none;
    }

    .action-button-list i {
        font-size: 28px;
    }

    .pickup-list {
        flex-direction: column;
    }

    .button-link {
        padding: 0;
    }

    .section-title {
        margin: 50px 0;
        font-size: 28px;
        font-family: "Lato", sans-serif;
        letter-spacing: 0.2rem;
    }

    .section-title strong {
        font-size: 0.8rem;
    }

    .section-title:after {
        top: 60px;
    }

    .pickup-list li {
        margin: 0 auto 20px;
        width: 100%;
    }

    .newitems-list li {
        flex-basis: calc(100% / 2 - 16px);
    }


    .main-top {
        display: block;
        max-width: 1050px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .main-contents {
        width: 100%;
        margin: 20px auto;
        padding: 0;
    }

    .item-info-name {
        font-size: 80%;
    }

    .item-view-button {
        width: 80%;
    }

    .item-view-button {
        padding: 15px 20px;
        border: solid 3px #999;
        background-color: #999;
        color: #FFF;
        margin: 20px auto 0;
    }

    .pager-list {
        margin: 0 10px;
    }

    .main-contents-detailitem {
        margin-top: 24px;
        display: block;
    }

    .item-image-list {
        margin-bottom: 24px;
    }

    .item-detail {
        width: 100%;
    }

    .item-detail-title {
        line-height: 1.2;
    }

    .item-price-text {
        font-size: 24px;
        margin-top: 14px;
    }

    .item-detail-table {
        margin-top: 24px;
    }

    .item-detail-table th {
        width: 25%;
    }

    .item-detail-select {
        width: 200px;
    }

    .item-detail-text {
        line-height: 2.0;
        margin-top: 24px;
    }

    .item-detail-addcart {
        margin-top: 32px;
    }

    .item-cart-table {
        display: none;
    }

    .cart-back-button {
        float: none;
    }

    .cart-buy-button {
        float: none;
        margin-top: 24px;
    }

    .item-cart-list-wrap {
        display: block;
        border-bottom: 1px solid #999;
    }

    .item-cart-list {
        border-top: 1px solid #999;
        padding: 20px 0 10px;
        margin-bottom: 20px;
        position: relative;
    }

    .item-cart-detail:after {
        content: "";
        display: block;
        clear: both;
    }

    .item-cart-text-wrap {
        float: right;
        width: 100%;
        margin-left: -100px;
    }

    .item-cart-text {
        margin-left: 100px;
    }

    .cart-item-option {
        font-size: 14px;
    }

    .cart-item-option span {
        margin-right: 16px;
    }

    .item-cart-title {
        display: block;
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .item-cart-label {
        margin-bottom: 8px;
    }

    .item-cart-point,
    .item-cart-price {
        text-align: right;
        display: inline-block;
        font-size: 14px;
    }

    .item-cart-foot {
        margin-top: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    input[name="item-quantity"] {
        width: 24px;
        padding: 6px;
        margin-right: 4px;
        vertical-align: middle;
    }

    .item-delete-button {
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .item-cart-button a {
        padding: 6px 12px;
        font-size: 13px;
        font-weight: normal;
    }

    .item-delete-button a {
        padding: 3px 8px;
        border-radius: 50%;
        font-size: 24px;
        line-height: 1;
    }

    .item-cart-total {
        font-size: 16px;
    }

    .contract-table th {
        width: 30%;
        padding: 16px;
        font-size: 13px;
    }

    .item-total-price {
        font-size: 20px;
    }

    .contract-table td {
        width: 70%;
        padding: 16px;
        font-size: 13px;
    }

    .guide-title {
        font-size: 16px;
    }

    .guide-text {
        font-size: 13px;
    }

    .foot {
        margin-top: 80px;
    }

    .foot-main {
        padding: 10px;
        display: initial;
    }

    .item-view-button:hover {
        padding: 15px 20px;
        border: solid 3px #999;
        background-color: #999;
        color: #FFF;
    }

    .foot-nav-list {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .foot-nav-list li {
        white-space: normal;
        font-size: 12px;
        margin-left: 0px;
        justify-content: center;
        align-items: stretch;
        margin-right: 5px;
    }

    .button-menu {
        padding-top: 80px;
    }

    .drawernav {
        font-size: 14px;
    }

    .drawernav-search {
        position: absolute;
        top: 19px;
        left: 15px;
    }

    .drawernav-search-in {
        position: relative;
    }

    .drawernav-search-input {
        border: solid 1px #CCC;
        font-size: 14px;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 25px;
        appearance: none;
        -webkit-appearance: none;
    }

    .drawernav-search-button {
        position: absolute;
        bottom: 0px;
        right: 6px;
        padding: 4px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
        -webkit-appearance: none;
    }

    .drawernav-search-button i {
        font-weight: bold;
        color: #999;
    }

    .humberger {
        position: fixed;
        top: 2px;
        right: 15px;
        width: 50px;
        padding: 13px 10px 10px;
        z-index: 999999;
    }

    .drawernav-search {
        width: 100%;
        padding-right: 80px;
        box-sizing: border-box;
    }

    .drawernav-list-main ul {
        padding: 0 15px 10px;
    }

    .drawernav-list-main {
        border-bottom: solid 1px #666;
    }

    .drawernav-list-main:first-child {
        border-top: solid 1px #666;
    }

    .drawernav-list-category {
        padding-bottom: 8px;
    }

    .drawernav-list-title {
        padding: 15px;
        display: block;
    }

    .drawernav-list-main a {
        padding: 15px;
        display: block;
    }

    .drawernav-sub-list-title a,
    .drawernav-sub-list-data a {
        display: block;
        padding: 8px 15px;
    }

    .drawernav-sub-list-data {
        padding-left: 25px;
    }

    .drawernav-list-main-title {
        padding: 15px 15px 5px;
    }

    .drawernav-sublist a {
        padding: 5px 0 5px 1em;
    }

    .drawernav-list a {
        color: #FFF;
    }

    .drawernav-list a:hover {
        text-decoration: none;
    }

    .icon-bar {
        height: 3px;
        background: #333;
        display: block;
        margin-bottom: 6px;
        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        /* easeInOutExpo */
        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        /* easeInOutExpo */
    }

    .fixed-content {
        right: inherit;
        width: 100%;
        z-index: 2;
        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        /* easeInOutExpo */
        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        /* easeInOutExpo */
    }

    .drawer-opened .fixed-content {
        left: -240px;
    }

    .drawer-opened .button-menu {
        right: 0;
    }

    .drawer-opened .humberger .icon-bar {
        background: #fff;
    }

    .drawer-opened .humberger :nth-child(1) {
        transform: translate(0, 9px) rotate(45deg);
    }

    .drawer-opened .humberger :nth-child(2) {
        transform: translate(-20px, 0);
        opacity: 0.0;
    }

    .drawer-opened .humberger :nth-child(3) {
        transform: translate(0, -9px) rotate(-45deg);
    }

    .button-menu {
        position: fixed;
        top: 0;
        right: -100%;
        background: rgba(30, 30, 30, 0.8);
        box-sizing: border-box;
        color: #fff;
        z-index: 2;
        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
        /* easeInOutExpo */
        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
        /* easeInOutExpo */
        width: 100%;
        height: 100%;
    }

    .button-menu-opened {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
}


/*---商品名2行でカット---*/

h2.item-detail-title,
dt.item-info-name {
    /*基本設定。設定した高さより長くなった場合に文末以降が省略される*/
    line-height: 1.4;
    max-height: 2.8em;
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    margin: auto;
}
h2.item-detail-titlep::before,
h2.item-detail-title::after,
dt.item-info-name::before,
dt.item-info-name::after {
    /*IE用。疑似要素に除外設定*/
    content: '...';
    line-height: 1;
    position: absolute;
    right: 0;
    top: 3em;
    -ms-wrap-flow: start;
}
h2.item-detail-titlep::after,
dt.item-info-name::after {
    background: currentColor;
    color: #fff0;
    top: auto;
}

@supports (-webkit-line-clamp:2) {
    /*モダンブラウザ用*/
    h2.item-detail-title,
    dt.item-info-name {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
    h2.item-detail-title::before,
    h2.item-detail-title::after,
    dt.item-info-name::before,
    dt.item-info-name::after {
        content: normal;
    }
}


/*----1つ目のセレクトを非表示
select.makeshop-option-select[data-id="makeshop-item-option1"] {
    visibility: hidden !important;
    height: 0px !important;
    display: block !important;
    padding: 2px !important;
}----*/

/*矢印も消す
.makeshop-option-select-wrap::after {
    content: none !important;
    display: none !important;
    }
*/  



