@charset "utf-8";

/* reset start */

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%;
    /*	font: inherit;　*/
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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;
}


/* reset end */

body {
    width: 100%;
    font-size: 90%;
    font-family: 'Hiragino Kaku Gothic Pro W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}


/* color */

:root {
    --header-bg: #fff;
    --header-bg-bottom: #fff;
    --header-bg-bottom-hover: #4f4f4f;
    --header-icon: #4f4f4f;
    --header-border: #d2d2d2;
    --header-cotegory: #4f4f4f;
    --header-cotegory-hover: #fff;
    --main-bk: #eaebec;
    --button-blue: #12097f;
    --tag-red: #ff4009;
    --pager-border: #999eaa;
    --prod-border: #eeeeee;
    --footer-bk: #262d3f;
    --main-text: #000;
    --goods-text: #4f4f4f;
    --goods-price: #000;
    --shipping-cost: #888;
    --logo-color: #2DC5C6;
}


/* link */

a {
    color: #4f4f4f;
    text-decoration: none;
}

a:hover {
    color: var(--button-blue);
}


/* checkbox */

input[type="checkbox"].cb-common {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

input[type="checkbox"].cb-common::before {
    position: absolute;
    z-index: 1;
    top: 0.125rem;
    left: 0;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #da3c41;
    border-top-style: none;
    border-right-style: none;
}

input[type="checkbox"].cb-common:checked::before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

input[type="checkbox"].cb-common::after {
    position: absolute;
    top: -0.125rem;
    left: -3px;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
    border: 2px solid #f2f2f2;
    background: #ffffff;
}


/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    .pc-contents {
        display: none;
    }
}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    .sp-contents {
        display: none;
    }
}


/* header */

header {
    background: var(--header-bg);
}

header .hakobu-header {
    width: 100%;
    border-bottom: 1px solid var(--header-border);
    background: var(--logo-color);
}

header .hakobu-header-wrap {
    max-width: 980px;
    width: 96%;
    margin: 0 auto;
    padding: 10px 2%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

header .hakobu-header .hakobu-logo svg {
    width: 120px;
}

header .hakobu-header .hakobu-logo path,
header .hakobu-header .hakobu-logo polygon {
    fill: #fff;
}

header .hakobu-header .hakobu-logo polygon {
    fill: none;
}

header .hakobu-login {
    text-align: right;
}

header .hakobu-header-wrap p {
    position: absolute;
    padding: 5px 0;
    color: #fff;
    text-align: left;
    font-weight: bold;
    left: 180px;
}

header .hakobu-header-wrap .account-name {
    font-size: 120%;
}

header .hakobu-login a {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: var(--logo-color);
    font-size: 9pt;
    font-weight: bold;
    border-radius: 5px;
}

header .header-top svg.ham-menu rect {
    fill: var(--header-icon);
}

header .header-top svg.icon-cart path {
    fill: var(--header-icon);
}

header .header-top {
    width: 100%;
}

#menu-icon {
    cursor: pointer;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    /*0.3s はアニメーションにかかる時間*/
    z-index: 1100;
}

#ham-menu {
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 80px;
    transition: transform 0.3s linear 0s;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    display: none;
    overflow-y: auto;
}

#menu-background {
    background-color: #fff;
    display: none;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 80px;
    transition: all 0.3s linear 0s;
    width: 100%;
    z-index: -1;
    position: fixed;
}

#menu-cb {
    display: none;
    /*チェックボックス本体は消しておく*/
}

#menu-cb~#menu-icon svg:last-child {
    display: none;
}

#menu-cb:checked~#menu-icon svg:first-child {
    display: none;
}

#menu-cb:checked~#menu-icon svg:last-child {
    display: block;
    box-sizing: border-box;
}

#menu-cb:checked~#ham-menu,
#menu-cb:checked~#menu-icon {
    /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked~#ham-menu {
    overflow-y: auto;
    opacity: 1;
    display: block;
}

#menu-cb:checked~#menu-background {
    display: block;
    opacity: 0.8;
    z-index: 999;
}

div.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-box {
    max-width: 980px;
    margin: 0 auto;
    width: 96%;
    padding: 60px 2%;
    text-align: left;
}

.hakobu-login-btn {
    max-width: 980px;
    margin: 0 auto;
    width: 96%;
    padding: 30px 2%;
}

.hakobu-login-btn a {
    max-width: 280px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: var(--logo-color);
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
}

.hakobu-login-btn a:after {
    content: "";
    width: 5px;
    height: 5px;
    top: 40%;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
}

.hakobu-login-btn span svg {
    width: 120px;
    fill: #fff;
}

.hakobu-login-btn span:last-child {
    text-align: center;
    font-size: 120%;
    margin: 0 10px 0 30px;
}

.choice-category {
    text-align: left;
}

.choice-category li {
    display: inline-block;
    font-weight: bold;
    padding: 10px 12px 0 0;
    font-size: 10pt;
}

.choice-category li a {
    color: var(--header-category);
}


/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    header .hakobu-header-wrap p {
        position: static;
        text-align: right;
    }
    header .header-top {
        position: relative;
        margin: 0;
        z-index: 1000;
        padding: 5px 0;
    }
    header .header-top .logo-box {
        width: 150px;
        margin: 5px 0 0 5px;
    }
    header .header-top-wrap {
        width: 100%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    header .header-top .logo-box img {
        width: 150px;
    }
    header .header-top .search-box {
        width: 50%;
        margin-top: 8px;
        margin-left: 2%;
        text-align: left;
    }
    header .header-top .search-box form {
        max-width: 550px;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        display: inline-block;
    }
    header .header-top .search-box .search {
        width: 100%;
        border: 1px solid var(--header-category);
        border-radius: 2px;
        height: 36px;
        box-sizing: border-box;
        background-color: #f9f9f9;
        padding: 7px 35px 7px 10px;
    }
    header .header-top .search-box .searchsubmit {
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/common/ico-search-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-color: var(--header-category);
        height: 36px;
        width: 36px;
        border: 1px solid var(--header-category);
        box-sizing: border-box;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    header .header-top .header-personal {
        width: 11%;
        text-align: right;
        margin: 0 10px 0 0;
        position: relative;
        z-index: 200;
    }
    header .header-top .header-personal li {
        display: inline-block;
        text-align: center;
    }
    header .header-top .header-personal li:last-of-type {
        margin: 0;
    }
    header .header-top .header-personal li img {}
    header .header-top .header-personal li figcaption {
        display: block;
        text-align: center;
    }
    header .header-top .header-personal li figcaption span {
        display: inline-block;
        font-size: 6pt;
        font-weight: bold;
        color: #fff;
        background: #cc0000;
        padding: 3px 5px;
        border-radius: 8px;
        min-width: 12px;
    }

    .cur-container {
        width: 80px;
        margin-top: 13px;
        text-align: center;
        position: absolute;
        right: 0;
        font-size: 8pt;
    }

    #ham-menu {
        top: 60px;
        height: auto;
    }
    #menu-background {
        top: 60px;
    }
    .category-box input {
        display: none;
    }
    .category-box .menu-pull {
        font-size: 120%;
        margin-bottom: 16px;
        font-weight: bold;
        display: block;
        padding-bottom: 4px;
    }
    .category-box .second-wrap {
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 16px;
    }
    .category-box .second-wrap li {
        margin-right: 20px;
        display: inline-block;
        padding-bottom: 4px;
    }
    .category-box .second-wrap li a {
        color: #000;
    }
    .category-box .category-text {
        font-size: 130%;
        font-weight: bold;
        margin-bottom: 36px;
    }
}

@media print,
screen and (max-width: 480px) {
    header .header-top-wrap {
        position: relative;
        display: block;
    }
    header .header-top-wrap p {
        position: relative;
        padding: 15px 0;
        left: auto;
    }
    header .header-top .logo-box {
        width: 150px;
        margin: auto;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    header .header-top .search-box {
        width: 96%;
        margin: 0 auto;
        padding: 10px 0 5px 0;
    }
    header .header-top .logo-box img {
        position: relative;
        top: 3px;
    }
    header .header-top .header-personal {
        position: absolute;
        top: 5px;
        right: 0;
        z-index: 200;
    }

    .cur-container {
        width: 80px;
        margin-top: 10px;
        text-align: center;
        position: relative;
        top: 48px;
        left: -35px;
        font-size: 8pt;
    }

    #menu-background {
        display: none;
        height: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        margin-bottom: 0;
        position: fixed;
    }
    #menu-cb:checked~#menu-background {
        position: fixed;
        top: 60px;
        opacity: 0.8;
        z-index: 999;
        display: block;
        background: rgb(0, 0, 0, 0.8)
    }
    #menu-cb:checked~#menu-background.expand-menu-background {
        top: 0px;
    }
    #ham-menu {
        top: 0;
    }
    #menu-cb:checked~#ham-menu {
        width: 100%;
        height: auto;
        background: #fff;
        top: 54px;
    }
    #menu-cb:checked~#menu-icon img:last-child {}
    header .hakobu-header-wrap {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
        display: block;
    }
    header .hakobu-login {
        text-align: left;
    }
    header .hakobu-login p {
        display: block;
        padding: 15px 0;
        color: #fff;
        font-weight: bold;
    }
    header .hakobu-login .account-name {
        font-size: 120%;
        padding: 5px 0;
    }
    header .hakobu-login a {
        display: inline-block;
        padding: 12px 25px;
        background: #fff;
        color: var(--logo-color);
        font-size: 9pt;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
    }
    .category-box {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        text-align: left;
        overflow: hidden;
    }
    .category-box .category-text {
        font-size: 120%;
        font-weight: bold;
        margin: 0;
        padding: 15px 20px;
        background: #f5f5f5;
    }
    .category-box ul.first-wrap,
    .category-box ul.second-wrap {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .category-box ul.first-wrap .menu-pull {
        -webkit-transition: 0;
        transition: 0;
    }
    .category-box ul.first-wrap {
        border-bottom: 1px solid #eee;
    }
    .category-box li.first-category {
        display: block;
        margin: 0;
        background: #fff;
    }
    .category-box ul.first-wrap a.first-value {
        display: inline-block;
        font-size: 110%;
        font-weight: bold;
        color: #000;
        padding: 15px 0;
        margin: 0 20px 0 1em;
    }
    .hakobu-login-btn {
        margin: 0 auto;
        width: 100%;
        padding: 0;
    }
    .hakobu-login-btn a {
        max-width: 480px;
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box;
        background: var(--logo-color);
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        font-weight: bold;
        border-radius: 0;
    }
    .hakobu-login-btn span svg {
        width: 120px;
        fill: #fff;
    }
    .hakobu-login-btn span:last-child {
        text-align: center;
        font-size: 120%;
    }
    .category-box .menu-pull {
        display: block;
        padding: 16px 32px;
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        margin: 0;
    }
    .category-box .menu-pull:after {
        content: '';
        background-color: #888;
        border-radius: 10px;
        position: absolute;
        width: 15px;
        height: 3px;
        top: 42%;
        right: 19px;
    }
    .category-box .menu-pull:before {
        display: block;
        content: '';
        background-color: #888;
        border-radius: 10px;
        position: absolute;
        width: 3px;
        height: 15px;
        top: 30%;
        right: 25px;
        opacity: 1;
    }
    .category-box .second-wrap li {
        display: block;
        margin: 0;
        padding: 0;
    }
    .second-wrap {
        border: 1px solid #333;
        height: 0;
        opacity: 0;
        padding: 0 10px;
    }
    .second-wrap li a {
        padding: 24px 20px 24px 32px;
        display: block;
        font-size: 95%;
        font-weight: bold;
        border-bottom: 1px dotted #ccc;
        box-sizing: border-box;
        position: relative;
    }
    .second-wrap li a:after {
        content: "";
        position: absolute;
        right: 25px;
        width: 4px;
        top: 40%;
        height: 4px;
        border: 2px solid;
        border-color: #aaa #aaa transparent transparent;
        transform: rotate(45deg);
    }
    .acd-check:checked+.menu-pull+.second-wrap {
        height: auto;
        opacity: 1;
        box-sizing: border-box;
        visibility: visible;
    }
    .acd-check:checked+.menu-pull:before {
        content: none;
        opacity: 0;
    }
    .choice-category li {
        padding: 10px 5px 0 0;
    }
    .choice-category li a {
        display: inline-block;
        border: 1px solid var(--header-icon);
        padding: 4px 10px;
        border-radius: 2px;
    }
}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    header .header-top {
        text-align: center;
        padding: 15px 0;
    }
    header .header-top-wrap {
        max-width: 1200px;
        width: 96%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    header .header-top .logo-box {
        width: 28%;
        text-align: left;
        position: relative;
    }
    header .header-top .logo-box img {
        width: 200px;
        margin-left: 30px;
        position: absolute;
        top: -10px;
    }
    header .header-top .search-box {
        width: 56%;
        margin-left: 4%;
        text-align: left;
    }
    header .header-top .search-box form {
        max-width: 550px;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        display: inline-block;
        margin-right: 10px;
    }
    header .header-top .search-box .search {
        border: 1px solid var(--header-category);
        border-radius: 2px;
        height: 40px;
        box-sizing: border-box;
        background-color: #f9f9f9;
        padding: 7px 35px 7px 10px;
        width: 100%;
    }
    header .header-top .search-box .searchsubmit {
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/common/ico-search-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-color: var(--header-category);
        height: 40px;
        width: 40px;
        border: 1px solid var(--header-category);
        box-sizing: border-box;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    header .header-top .header-personal {
        width: 11%;
        text-align: right;
        margin: 0 60px 0 0;
        position: relative;
        z-index: 200;
    }
    header .header-top .header-personal li {
        display: inline-block;
        text-align: center;
    }
    header .header-top .header-personal li:last-of-type {
        margin: 0;
    }
    header .header-top .header-personal li img {}
    header .header-top .header-personal li figcaption {
        display: block;
        text-align: center;
    }
    header .header-top .header-personal li figcaption span {
        display: inline-block;
        font-size: 6pt;
        font-weight: bold;
        color: #fff;
        background: #cc0000;
        padding: 3px 5px;
        border-radius: 8px;
        min-width: 12px;
    }

    .cur-container {
        width: 80px;
        margin-top: 30px;
        text-align: center;
        position: absolute;
        right: -60px;
        font-size: 8pt;
    }
    .category-box input {
        display: none;
    }
    .category-box .menu-pull {
        font-size: 120%;
        margin-bottom: 16px;
        font-weight: bold;
        display: block;
        padding-bottom: 4px;
    }
    .category-box .second-wrap {
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 16px;
    }
    .category-box .second-wrap li {
        margin-right: 20px;
        display: inline-block;
        padding-bottom: 4px;
    }
    .category-box .second-wrap li a {
        color: #000;
    }
    .category-box .category-text {
        font-size: 130%;
        font-weight: bold;
        margin-bottom: 36px;
    }
}

@media print, screen and (min-width: 1000px) {
    header .header-top .search-box {
        width: 60%;
        margin-left: 0;
    }
}

/* main-contents common */

/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    .contents-common {
        width: 96%;
        margin: 0 auto;
        padding: 25px 0;
    }
    .contents-common h1 {
        margin-bottom: 20px;
        font-size: 150%;
        line-height: 160%;
    }
    .contents-common p {
        margin-top: 10px;
        line-height: 160%;
    }
    .contents-common a {
        color: var(--logo-color);
        text-decoration: underline;
    }
}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    .contents-common {
        max-width: 1200px;
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }
    .contents-common h1 {
        margin-bottom: 30px;
        font-size: 180%;
        line-height: 160%;
    }
    .contents-common p {
        margin-top: 15px;
        line-height: 160%;
    }
    .contents-common a {
        color: var(--logo-color);
        text-decoration: underline;
    }
}


/* footer */

footer .hakobu-footer {
    width: 100%;
    background: var(--logo-color);
    text-align: center;
    padding: 5px 0;
    position: relative;
}

footer .select-language {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
}

.language {
    position: relative;
    display: inline-block;
    text-align: left;
}

.language-trigger {
    position: relative;
    display: block;
    width: 120px;
    padding: 0 40px 0 10px;
    font-size: 12pt;
    font-weight: bold;
    color: #1e9e9e;
    line-height: 30px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    top: 15px;
    left: 15px;
}

.language-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 12px;
    margin-top: 3px;
    border-bottom: 1px solid var(--logo-color);
    border-right: 1px solid var(--logo-color);
    transform: rotate(-135deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.language.opened .language-trigger:after {
    margin-top: -3px;
    transform: rotate(45deg) translateY(-50%);
}

.language-options {
    position: absolute;
    display: block;
    left: 15px;
    right: 0;
    bottom: 17px;
    min-width: 100%;
    margin: 8px 0;
    border: 1px solid var(--logo-color);
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.language.opened .language-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.language-options:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -9px;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: 4px;
    border-top: 1px solid var(--logo-color);
    border-left: 1px solid var(--logo-color);
    background: #fff;
    transform: rotate(230deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid var(--logo-color);
    font-size: 11pt;
    font-weight: 600;
    color: #1e9e9e;
    line-height: 30px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #e1f9f9;
}

footer .hakobu-footer a {
    display: inline-block;
    padding: 5px;
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
}

footer .hakobu-footer .logo-img svg {
    width: 120px;
}

footer .hakobu-footer svg path,
footer .hakobu-footer svg polygon {
    fill: #fff;
}

footer .hakobu-footer p.copyright {
    text-align: center;
    font-weight: bold;
    font-size: 7pt;
    color: #fff;
    display: block;
    vertical-align: middle;
    padding: 5px;
}


/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    footer .hakobu-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .hakobu-footer a {
        padding: 10px;
        text-align: center;
        font-size: 9pt;
        width: 50%;
        box-sizing: border-box;
    }
    footer .hakobu-footer .logo-img {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        text-decoration: none;
    }
    footer .hakobu-footer p.copyright {
        padding: 15px 5px 5px 5px;
        width: 100%;
        box-sizing: border-box;
    }
    footer {
        background-color: var(--footer-bk);
        padding: 0;
    }
    .footer-info {
        margin: 0 0 10px;
    }
    .footer-info p {
        margin: 5px 10px;
        color: var(--header-bg-bottom-hover);
        font-size: 12pt;
        display: block;
    }
    .footer-info p.shopname {
        font-weight: bold;
    }
    .footer-inner {
        position: relative;
        text-align: center;
        padding: 20px 0 0 0;
        border-bottom: 1px solid #fff;
    }
    .footer-link {
        width: 98%;
        margin: 0 1%;
        padding: 0;
    }
    .footer-link li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer-link li a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 15px 15px 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        box-sizing: border-box;
        position: relative;
        text-decoration: none;
        font-size: 12pt;
        font-weight: bold;
        color: var(--header-bg-bottom-hover);
    }
    .footer-link li a:hover {
        text-decoration: underline;
    }
    .footer-link li a::after {
        content: "";
        width: 5px;
        height: 5px;
        top: 40%;
        border-top: 2px solid var(--header-bg-bottom-hover);
        border-right: 2px solid var(--header-bg-bottom-hover);
        border-left: 2px solid transparent;
        border-bottom: 2px solid transparent;
        transform: rotate(45deg);
        position: absolute;
        right: 25px;
    }
    .footer-link li::after {
        content: none;
        margin: 0;
        padding: 0;
    }
    footer .select-language {
        width: 100%;
        max-width: 480px;
        top: auto;
        left: 0;
        right: 0;
        bottom: 100px;
        margin: auto;
    }
    footer .select-language .language {
        display: block;
        width: 84%;
        margin: 0 auto;
    }
    footer .select-language .language .language-trigger {
        max-width: 480px;
        width: 100%;
        padding: 5px 40px 5px 10px;
        box-sizing: border-box;
        left: 0;
    }
    footer .select-language .language .language-options {
        left: 0;
    }
    footer .hakobu-footer .footer-link-text {
        width: 98%;
        margin: 0 1%;
        padding-bottom: 20px;
    }
    footer .hakobu-footer .footer-link-text li {
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }
    footer .hakobu-footer .footer-link-text a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 15px 15px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        box-sizing: border-box;
        position: relative;
        text-decoration: none;
        font-size: 12pt;
        font-weight: bold;
    }
    footer .hakobu-footer .footer-link-text a:after {
        content: "";
        width: 5px;
        height: 5px;
        top: 40%;
        border: 2px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(45deg);
        position: absolute;
        right: 25px;
    }
    footer .hakobu-footer a.logo-img {
        position: absolute;
        bottom: 20px;
    }
    footer .hakobu-footer p.copyright {
        padding-top: 110px;
    }
}

@media print,
screen and (max-width: 480px) {}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    footer {
        background-color: var(--footer-bk);
    }
    .footer-inner {
        position: relative;
        max-width: 1200px;
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }
    .footer-link {
        display: inline-block;
        vertical-align: middle;
    }
    .footer-link li {
        display: inline-block;
    }
    .footer-link li a {
        color: var(--header-bg-bottom-hover);
    }
    .footer-link li a:hover {
        text-decoration: underline;
    }
    .footer-link li::after {
        content: '｜';
        color: var(--header-bg-bottom-hover);
        margin: 0 0 0 5px;
    }
    .footer-link li:last-of-type::after {
        content: none;
    }
    .footer-info {
        margin: 0 0 10px;
    }
    .footer-info p {
        margin: 5px 10px;
        color: var(--header-bg-bottom-hover);
        font-size: 12pt;
        display: inline-block;
        vertical-align: middle;
    }
    .footer-info p.shopname {
        font-weight: bold;
    }
}


/* breadcrumbs */


/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    .breadcrumbs {
        max-width: 1200px;
        width: 96%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .breadcrumbs .wayfinding {
        margin: 5px auto;
    }
    .breadcrumbs li {
        display: inline-block;
    }
    .breadcrumbs li::after {
        content: '＞';
        margin: 0 0 0 5px;
        font-size: 85%;
    }
    .breadcrumbs li:last-of-type::after {
        content: none;
    }
    .breadcrumbs a {}
}

@media print,
screen and (max-width: 480px) {
    .breadcrumbs {
        width: 96%;
        margin: 5px auto;
        padding: 5px 0;
        border-top: 1px dotted #ccc;
        border-bottom: 1px dotted #ccc;
        line-height: 150%;
        font-size: 9pt;
    }
    .breadcrumbs li {
        display: inline;
    }
}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    .breadcrumbs {
        max-width: 1200px;
        width: 96%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .breadcrumbs .wayfinding {
        margin: 5px auto;
    }
    .breadcrumbs li {
        display: inline-block;
    }
    .breadcrumbs li::after {
        content: '＞';
        margin: 0 0 0 5px;
        font-size: 85%;
    }
    .breadcrumbs li:last-of-type::after {
        content: none;
    }
    .breadcrumbs a {}
}


/* recommend */


/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    .recommend {
        border-top: 1px solid #d2d2d2;
    }
    .recommend .recommend-wrap {
        margin: 30px auto 50px;
        box-sizing: border-box;
    }
    .recommend .recommend-title {
        padding: 20px 3% 20px;
        font-weight: bold;
        font-size: 120%;
    }
    .recommend .carousel {
        width: 100%;
    }
    .recommend .carousel #carousel-cat {
        text-align: right;
        position: relative;
        top: -10px;
        right: 10px;
    }
    .recommend .carousel a {
        font-weight: 600;
        width: max-content;
        padding: 10px 15px;
        text-align: center;
        border: 1px solid #d2d2d2;
        display: inline-block;
    }
    .recommend .carousel .left {
        right: calc(3% + 39px);
    }
    .recommend .carousel .left::before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        border-top: solid 3px #7b7b7b;
        border-left: solid 3px #7b7b7b;
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .recommend .carousel .right::before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        border-bottom: solid 3px #7b7b7b;
        border-right: solid 3px #7b7b7b;
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .recommend .recommend-inner {
        border-top: 1px solid #a4a8b1;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: var(--main-bk);
        padding: 20px 3%;
    }
    .recommend .recommend-inner article {
        width: 49%;
        margin: 0 0 2%;
        background-color: #fff;
        position: relative;
        box-sizing: border-box;
        padding: 20px 10px 20px;
    }
    .recommend .recommend-inner .article-inner {}
    .recommend .recommend-inner .article-inner .article-tag {
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .recommend .recommend-inner .article-inner .article-tag li {
        display: inline-block;
        padding: 3px 3px 1px;
        box-sizing: border-box;
        font-size: 75%;
        color: #fff;
        line-height: 1;
    }
    .recommend .recommend-inner .article-inner .article-tag .new {
        background-color: #2776df;
    }
    .recommend .recommend-inner .article-inner .article-tag .popular {
        background-color: #019e95;
    }
    .recommend .recommend-inner .article-inner .article-thumb {
        width: 96%;
        margin: 0 2%;
    }
    .recommend .recommend-inner .article-inner .article-thumb a {}
    .recommend .recommend-inner .article-inner .article-thumb img {
        border: 1px solid #eee;
        box-sizing: border-box;
    }
    .recommend .recommend-inner .article-inner .article-thumb img:hover {
        border-color: var(--button-blue);
    }
    .recommend .recommend-inner .article-inner .article-title {
        width: 96%;
        margin: 10px 2% 0 2%;
    }
    .recommend .recommend-inner .article-inner .article-title a {}
    .recommend .recommend-inner .article-inner .article-title .name {
        font-weight: bold;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .recommend .recommend-inner .article-inner .article-price {
        line-height: 1.4;
        width: 96%;
        margin: 0 2%;
    }
    .recommend .recommend-inner .article-inner .article-price .price-inner {
        margin: 15px 0 0;
    }
    .recommend .recommend-inner .article-inner .article-price .price-inner .currency {
        font-size: 100%;
        font-weight: bold
    }
    .recommend .recommend-inner .article-inner .article-price .price-inner .price {
        font-size: 130%;
        font-weight: bold;
    }
    .recommend .recommend-inner .article-inner .article-price .price-inner .sale {
        padding: 1px 3px 0px;
        box-sizing: border-box;
        font-size: 75%;
        font-weight: bold;
        color: #fff;
        background-color: #ff4009;
        line-height: 1;
        margin: 0 0 0 5px;
    }
}

@media print,
screen and (max-width: 480px) {
    .recommend .recommend-wrap {
        margin: 15px auto 0px;
        box-sizing: border-box;
    }
    .recommend .carousel a {
        font-size: 80%;
    }
}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    .recommend {
        border-top: 1px solid #d2d2d2;
    }
    .recommend .recommend-wrap {
        max-width: 1200px;
        width: 96%;
        margin: 50px auto 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    .recommend .recommend-title {
        padding: 20px 0 20px;
        font-weight: bold;
        font-size: 160%;
    }
    .recommend .carousel {
        top: 0;
        right: 0;
        position: absolute;
    }
    .recommend .carousel #carousel-cat {
        position: relative;
    }
    .recommend .carousel a {
        position: absolute;
        font-weight: 600;
        top: 0;
        right: 0;
        width: max-content;
        padding: 10px 15px;
        text-align: center;
        border: 1px solid #d2d2d2;
    }
    .recommend .carousel .left {
        right: 39px;
    }
    .recommend .carousel .left::before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        border-top: solid 3px #7b7b7b;
        border-left: solid 3px #7b7b7b;
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .recommend .carousel .right::before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        border-bottom: solid 3px #7b7b7b;
        border-right: solid 3px #7b7b7b;
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .recommend .recommend-inner {
        border-top: 1px solid #a4a8b1;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 50px 0;
    }
    .recommend .recommend-inner article {
        width: 24%;
        margin: 0 1.333% 1.333% 0;
        background-color: #fff;
        position: relative;
        box-sizing: border-box;
        padding: 20px 10px 60px;
    }
    .recommend .recommend-inner article:nth-of-type(4n) {
        margin: 0 0 1.333% 0;
    }
    .recommend .recommend-inner .article-inner {}
    .recommend .recommend-inner .article-inner .article-tag {
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .recommend .recommend-inner .article-inner .article-tag li {
        display: inline-block;
        padding: 3px 3px 1px;
        box-sizing: border-box;
        font-size: 75%;
        color: #fff;
        line-height: 1;
    }
    .recommend .recommend-inner .article-inner .article-tag .new {
        background-color: #2776df;
    }
    .recommend .recommend-inner .article-inner .article-tag .popular {
        background-color: #019e95;
    }
    .recommend .recommend-inner .article-inner .article-thumb {
        width: 96%;
        margin: 0 2%;
    }
    .recommend .recommend-inner .article-inner .article-thumb a {}
    .recommend .recommend-inner .article-inner .article-thumb img {
        border: 1px solid #eee;
        box-sizing: border-box;
    }
    .recommend .recommend-inner .article-inner .article-thumb img:hover {
        border-color: var(--button-blue);
    }
    .recommend .recommend-inner .article-inner .article-title {
        width: 96%;
        margin: 10px 2% 0 2%;
    }
    .recommend .recommend-inner .article-inner .article-title a {}
    .recommend .recommend-inner .article-inner .article-title .name {
        font-weight: bold;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .recommend .recommend-inner .article-inner .article-price {
        width: 96%;
        margin: 0 2%;
    }
    .recommend .recommend-inner .article-inner .article-price .price-inner {
        margin: 15px 0 0;
    }
    .recommend .recommend-inner .article-inner .article-price .price-inner .currency {
        font-size: 110%;
        font-weight: bold
    }
    .recommend .recommend-inner .article-inner .article-price .price-inner .price {
        font-size: 140%;
        font-weight: bold;
    }
    .recommend .recommend-inner .article-inner .article-price .price-inner .sale {
        padding: 1px 3px 0px;
        box-sizing: border-box;
        font-size: 90%;
        font-weight: bold;
        color: #fff;
        background-color: #ff4009;
        line-height: 1;
        margin: 0 0 0 5px;
    }
}


/* flow */


/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    .flow {
        background-color: #f9f9f9;
        padding: 20px 0;
    }
    .flow .flow-inner {
        width: 96%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flow .flow-inner li {
        width: 25%;
        position: relative;
        color: #959595;
        text-align: center;
    }
    .flow .flow-inner li.active {
        color: #35363b;
    }
    .flow .flow-inner li::after {
        position: absolute;
        content: '';
        top: 12px;
        right: 0;
        width: 12px;
        height: 12px;
        display: block;
        border-bottom: solid 4px #7b7b7b;
        border-right: solid 4px #7b7b7b;
        transform: rotate(-45deg);
    }
    .flow .flow-inner li:last-of-type::after {
        content: none;
    }
    .flow .flow-inner .icon {
        display: block;
        margin: 0;
    }
    .flow .flow-inner .icon img {}
    .flow .flow-inner .step {
        display: inline-block;
        vertical-align: top;
    }
    .flow .flow-inner .step p {
        margin: 5px 0;
    }
    .flow .flow-inner .step .step-num {
        font-size: 80%;
        font-weight: bold;
    }
    .flow .flow-inner .step .step-text {
        font-size: 105%;
        font-weight: bold;
    }
}

@media print,
screen and (max-width: 480px) {
    .flow {
        padding: 10px 0;
    }
    .flow .flow-inner li {
        text-align: center;
    }
    .flow .flow-inner .step p {
        text-align: center;
    }
    .flow .flow-inner .step .step-num {
        font-size: 8pt;
    }
    .flow .flow-inner .step .step-text {
        font-size: 7pt;
    }
}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    .flow {
        background-color: #f9f9f9;
        padding: 20px 0;
    }
    .flow .flow-inner {
        max-width: 1000px;
        width: 96%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
    }
    .flow .flow-inner li {
        width: 25%;
        position: relative;
        color: #959595;
    }
    .flow .flow-inner li.active {
        color: #35363b;
    }
    .flow .flow-inner li::after {
        position: absolute;
        content: '';
        top: 12px;
        right: 0;
        width: 12px;
        height: 12px;
        display: block;
        border-bottom: solid 4px #7b7b7b;
        border-right: solid 4px #7b7b7b;
        transform: rotate(-45deg);
    }
    .flow .flow-inner li:last-of-type::after {
        content: none;
    }
    .flow .flow-inner .icon {
        display: inline-block;
        margin: 0 5px 0 0;
    }
    .flow .flow-inner .icon img {}
    .flow .flow-inner .step {
        display: inline-block;
        vertical-align: top;
    }
    .flow .flow-inner .step p {
        margin: 5px 0;
    }
    .flow .flow-inner .step .step-num {
        font-size: 80%;
        font-weight: bold;
    }
    .flow .flow-inner .step .step-text {
        font-size: 105%;
        font-weight: bold;
    }
}

.certify {
    width: 200px;
    height: 60px;
    background-color: aquamarine;
    margin-bottom: 10px;
}


/* pager */


/* --- SP ---------- */

@media print,
screen and (max-width: 768px) {
    .pager {
        margin: 25px auto;
        text-align: center;
    }
    .pager ul li {
        display: inline-block;
    }
    .pager ul li a {
        display: block;
        font-size: 90%;
        font-weight: bold;
        border: 1px solid var(--pager-border);
        padding: 7px 10px;
        margin: 0 0 5px;
        background-color: #fff;
    }
    .pager ul li a.active,
    .pager ul li a:hover {
        color: #fff;
        background-color: var(--button-blue);
    }
}


/* --- PC ---------- */

@media print,
screen and (min-width: 769px) {
    .pager {
        margin: 50px auto;
        text-align: center;
    }
    .pager ul li {
        display: inline-block;
    }
    .pager ul li a {
        display: block;
        font-size: 110%;
        font-weight: bold;
        border: 1px solid var(--pager-border);
        padding: 7px 10px;
        background-color: #fff;
    }
    .pager ul li a.active,
    .pager ul li a:hover {
        color: #fff;
        background-color: var(--button-blue);
    }
}

body.loading,
body.loading a,
body.loading button {
    cursor: wait !important;
}


/* カートボタンを押した時の処理 */

input.cart-check,
.cart-check-bk,
.cart-check-body {
    display: none;
}

input.cart-check:checked~.cart-check-bk {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9)
}

input.cart-check:checked~.cart-check-bk .cart-check-body {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

input.cart-check:checked~.cart-check-bk .cart-check-body .cart-check-wrap {
    display: inline-block;
    max-width: 540px;
    max-height: 480px;
    width: 90%;
    margin: auto;
    padding: 50px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
}

.cart-check-wrap p.cart-title {
    position: relative;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
}

input.cart-check:checked~.cart-check-bk p.cart-title label.cancel-btn {
    display: block;
    position: absolute;
    top: -30px;
    right: -60px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

input.cart-check:checked~.cart-check-bk p.cart-title label.cancel-btn span {
    position: relative;
}

input.cart-check:checked~.cart-check-bk p.cart-title label.cancel-btn span:before {
    display: block;
    content: "";
    position: absoluete;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 6%;
    margin: -6% 0 0 -20%;
    background: #000;
    transform: rotate(-45deg);
}

input.cart-check:checked~.cart-check-bk p.cart-title label.cancel-btn span:after {
    display: block;
    content: "";
    position: absoluete;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 6%;
    margin: -6% 0 0 -20%;
    background: #000;
    transform: rotate(45deg);
}

input.cart-check:checked~.cart-check-bk .cart-check-image img {
    margin-top: 20px;
    width: 180px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

input.cart-check:checked~.cart-check-bk .cart-check-btn {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
}

input.cart-check:checked~.cart-check-bk .cart-check-btn a {
    display: block;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    background-color: var(--button-blue);
    box-sizing: border-box;
    padding: 20px 0;
    width: 90%;
    max-width: 320px;
    margin: 20px auto 0;
    position: relative;
}

input.cart-check:checked~.cart-check-bk .cart-check-btn a:after {
    content: "";
    width: 5px;
    height: 5px;
    top: 40%;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
}

input.cart-check:checked~.cart-check-bk label.cart-check-close {
    display: inline-block;
    padding: 5px 5px 5px 20px;
    font-size: 11pt;
    font-weight: bold;
    margin: 25px auto 10px auto;
    position: relative;
    cursor: pointer;
}

input.cart-check:checked~.cart-check-bk label.cart-check-close::before {
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    width: 25%;
    height: 7%;
    margin: -5% 0 0 -20%;
    background: #000;
    transform: rotate(-45deg);
}

input.cart-check:checked~.cart-check-bk label.cart-check-close::after {
    position: absolute;
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    width: 25%;
    height: 7%;
    margin: -5% 0 0 -20%;
    background: #000;
    transform: rotate(45deg);
}

@media print,
screen and (max-width: 480px) {
    input.cart-check:checked~.cart-check-bk .cart-check-body .cart-check-wrap {
        padding: 25px;
    }
}

.full-me {
    width: 100%;
}

#related-words {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}

#related-words .word {
    line-height: 20px;
}

.centerme {
    width: 100%;
    text-align: center !important;
    display: none;
}

.centerme .solt-text {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    color: var(--main-text);
}

#address-added .msg-good {
    color: green !important;
    width: 100%;
    text-align: center;
}


/* 404page */

.common404 {
    max-width: 980px;
    width: 96%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
}

.common404 h1 {
    padding: 30px 0;
    font-size: 180%;
    font-weight: bold;
    line-height: 150%;
}

.common404 p {
    padding: 20px 0;
    font-size: 140%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
}

.common404 p a {
    text-decoration: underline;
    display: inline-block;
    color: #fff;
    background: var(--logo-color);
    padding: 15px 30px;
    border-radius: 10px;
}

.article-title .remark,
.preview .preview-wrap .title-text .remark {
    font-size: 80%;
}

#warning-message{
    font-size: 80%;
}