@charset "UTF-8";
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

*,
*:before,
*:after {
    box-sizing: border-box;
}

body * {
    max-height: 99999em;
    word-break: break-word;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

input,
label,
select,
button {
    line-height: inherit;
}

input,
label,
select,
button,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    word-break: normal;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    -webkit-appearance: none;
    font: inherit;
}

button:focus {
    outline: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    display: none;
}

textarea {
    overflow: auto;
    white-space: pre-line;
    resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }

    html,
    body {
        margin: 0;
    }

    @page {
        margin: 0;
    }
    @page :left {
        margin: 0;
    }
    @page :right {
        margin: 0;
    }
    @page :first {
        margin-top: 0;
    }
}
/* GENERAL
 * ----------------------------------------------- */
body {
    color: #000;
    font-family: "メイリオ", Meiryo, "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Arial", "MS Sans Serif", sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
body.is-frozen {
    width: 100%;
    position: fixed;
    overflow: hidden;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

main {
    background: #fff;
}

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

select::-ms-expand {
    display: none;
}

@media print, (min-width: 768px) {
    body {
        background: url(../img/common/background_grid_01.jpg) top left/400px auto;
        font-size: 13px;
        line-height: 1.33;
    }

    .container {
        max-width: 1280px;
    }

    .wrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    main {
        padding-right: 40px;
        padding-left: 40px;
    }

    .sm {
        display: none !important;
    }

    .trans {
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .trans:hover {
        opacity: 0.7;
    }
}
@media print, (max-width: 1365.98px) and (min-width: 768px) {
    .container {
        width: calc(100% - 86px);
    }
}
@media only screen and (max-width: 767.98px) {
    html {
        font-size: calc(100vw / 3.75);
    }
    html.is-hamburger-active body {
        right: 2.9rem;
        left: -2.9rem;
    }

    body {
        min-width: 320px;
        padding-top: 0.54rem;
        background: url(../img/common/background_grid_01.jpg) top left/2rem auto;
        position: relative;
        right: 0;
        left: 0;
        font-size: 0.11rem;
        line-height: 1.33;
        transition: right 0.5s ease, left 0.5s ease;
    }

    .container {
        width: calc(100% - .25rem);
    }

    main {
        padding-top: 0.08rem;
        padding-right: 0.07rem;
        padding-left: 0.07rem;
    }

    .md {
        display: none !important;
    }
}
/* PARTS
 * ----------------------------------------------- */
/* HEADER
 * ----------------------------------------------- */
.button-header-menu {
    display: block;
    position: absolute;
    z-index: 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    cursor: pointer;
}
.button-header-menu .button-icon {
    display: block;
    position: relative;
}
.button-header-menu .button-icon span {
    border-radius: 9999px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media print, (min-width: 768px) {
    .button-header-menu {
        top: 16px;
        left: -20px;
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    .button-header-menu:hover {
        opacity: 0.7;
    }
    .button-header-menu .button-icon {
        width: 30px;
        height: 30px;
        margin: 0 auto 5px;
    }
    .button-header-menu .button-icon span {
        height: 2px;
    }
    .button-header-menu .button-icon span:nth-child(1) {
        top: calc(50% - 10px);
    }
    .button-header-menu .button-icon span:nth-child(2) {
        top: 50%;
    }
    .button-header-menu .button-icon span:nth-child(3) {
        width: 22px;
        top: calc(50% + 10px);
    }
    .button-header-menu .button-label {
        font-size: 10px;
        white-space: nowrap;
        text-align: center;
    }
}
@media only screen and (max-width: 767.98px) {
    .button-header-menu {
        width: 0.48rem;
        height: 0.54rem;
        top: 0;
        right: 0;
    }
    .button-header-menu.is-hamburger-active .button-icon {
        width: 130%;
        height: 130%;
    }
    .button-header-menu.is-hamburger-active .button-icon span:nth-child(1), .button-header-menu.is-hamburger-active .button-icon span:nth-child(3) {
        width: 100%;
        top: calc(50% - 1px);
    }
    .button-header-menu.is-hamburger-active .button-icon span:nth-child(1) {
        -ms-transform: rotate(45deg) translateY(0);
        transform: rotate(45deg) translateY(0);
    }
    .button-header-menu.is-hamburger-active .button-icon span:nth-child(2) {
        opacity: 0;
    }
    .button-header-menu.is-hamburger-active .button-icon span:nth-child(3) {
        -ms-transform: rotate(-45deg) translateY(0);
        transform: rotate(-45deg) translateY(0);
    }
    .button-header-menu .button-wrapper {
        width: 0.24rem;
        height: 0.24rem;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .button-header-menu .button-icon {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
    }
    .button-header-menu .button-icon span {
        height: 2px;
        top: 50%;
        transition: width 0.8s ease, top 0.8s ease, opacty 0.8s ease, transform 0.8s ease;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .button-header-menu .button-icon span:nth-child(1) {
        -ms-transform: translateY(calc(-50% - .08rem));
        transform: translateY(calc(-50% - .08rem));
    }
    .button-header-menu .button-icon span:nth-child(2) {
        -ms-transform: translateY(calc(-50%));
        transform: translateY(calc(-50%));
    }
    .button-header-menu .button-icon span:nth-child(3) {
        width: 0.17rem;
        -ms-transform: translateY(calc(-50% + .08rem));
        transform: translateY(calc(-50% + .08rem));
    }
}

.button-header-round {
    border: 2px solid #693c00;
    border-radius: 9999px;
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    transition: background 0.3s ease, opacity 0.3s ease;
}
.button-header-round.is-solid {
    background: #693c00;
    color: #fff;
}
.button-header-round.is-solid:hover {
    opacity: 0.8;
}
.button-header-round.is-transparent {
    color: #693c00;
}
.button-header-round.is-transparent:hover {
    background: #dbcabc;
}
.button-header-round .button-wrapper {
    position: relative;
    display: block;
}
@media print, (min-width: 768px) {
    .button-header-round {
        width: 150px;
        padding: 8px;
        font-size: 14px;
    }
    .button-header-round .button-wrapper {
        top: 1px;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .button-header-round .button-wrapper {
        top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .button-header-round {
        padding: 0.08rem 0.04rem;
        font-size: 0.14rem;
    }
    .button-header-round .button-wrapper {
        top: 0.01rem;
    }
}

.list-header-user .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media print, (min-width: 768px) {
    .list-header-user .list-wrapper {
        margin: 0 -17px -10px 0;
    }
    .list-header-user .list-item {
        margin: 0 17px 10px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-header-user {
        padding: 0.16rem 0.14rem;
    }
    .list-header-user .list-wrapper {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .list-header-user .list-item {
        width: calc(50% - .05rem);
    }
}

.list-header-menu {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.list-header-menu .item-label {
    display: block;
}
.list-header-menu .item-label:hover {
    text-decoration: underline;
}
.list-header-menu .item-label.is-regular {
    background: url(../img/common/icon_arrow_02_right.svg) no-repeat;
}
.list-header-menu .item-label.is-sns-instagram {
    background: url(../img/common/icon_sns_01_instagram.svg) no-repeat;
}
.list-header-menu .item-label.is-sns-facebook {
    background: url(../img/common/icon_sns_01_facebook.svg) no-repeat;
}
.list-header-menu .item-icon, .list-header-menu .label-text {
    position: relative;
}
.list-header-menu .item-icon {
    display: inline-block;
}
.list-header-menu .item-icon.is-direct {
    background: url(../img/common/icon_direct_01.svg) center center/100% 100% no-repeat;
}
.list-header-menu .item-note {
    width: 100%;
    color: #999;
}
@media print, (min-width: 768px) {
    .list-header-menu {
        letter-spacing: 0.2em;
    }
    .list-header-menu .list-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list-header-menu .list-item:not(:last-child) {
        margin-bottom: 15px;
    }
    .list-header-menu .item-label {
        margin-left: -3px;
        font-size: 14px;
    }
    .list-header-menu .item-label.is-regular {
        padding-left: 16px;
        background-size: 11px 10px;
        background-position: top 3px left;
    }
    .list-header-menu .item-label.is-sns-instagram {
        padding-left: 24px;
        background-size: 16px 16px;
        background-position: top left;
    }
    .list-header-menu .item-label.is-sns-facebook {
        padding-left: 24px;
        background-size: 16px 16px;
        background-position: top left;
    }
    .list-header-menu .item-icon.is-direct {
        width: 10px;
        height: 10px;
        margin: 0 -8px 0 4px;
        top: 1px;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .list-header-menu .item-icon.is-direct {
        top: 0;
    }
}
@media print, (min-width: 768px) {
    .list-header-menu .item-note {
        padding: 7px 0 0 27px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-header-menu {
        padding: 0.15rem 0.1rem 0.14rem 0.24rem;
        letter-spacing: 0.1em;
    }
    .list-header-menu .list-item:not(:last-child) {
        margin-bottom: 0.21rem;
    }
    .list-header-menu .item-label {
        margin-left: -3px;
        font-size: 0.13rem;
    }
    .list-header-menu .item-label.is-regular {
        padding-left: 0.16rem;
        background-size: 0.11rem 0.1rem;
        background-position: top 0.03rem left;
    }
    .list-header-menu .item-label.is-sns-instagram {
        padding-left: 0.24rem;
        background-size: 0.16rem 0.16rem;
        background-position: top 0.01rem left;
    }
    .list-header-menu .item-label.is-sns-instagram .label-text {
        top: 0.01rem;
    }
    .list-header-menu .item-label.is-sns-facebook {
        padding-left: 0.24rem;
        background-size: 0.16rem 0.16rem;
        background-position: top 0.01rem left;
    }
    .list-header-menu .item-label.is-sns-facebook .label-text {
        top: 0.01rem;
    }
    .list-header-menu .item-icon.is-direct {
        width: 0.1rem;
        height: 0.1rem;
        margin: 0 -0.06rem 0 0.06rem;
        top: 0.01rem;
    }
    .list-header-menu .item-note {
        padding: 0.07rem 0 0 0.27rem;
        font-size: 0.1rem;
        letter-spacing: 0.2em;
    }
}

header {
    z-index: 100;
}
header .wrapper {
    position: relative;
}
@media print, (min-width: 768px) {
    header {
        padding: 0 40px;
        background: #fff;
        position: relative;
    }
    header .wrapper {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 767.98px) {
    header {
        height: 0.54rem;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background: url(../img/common/background_grid_01.jpg) top left/2rem auto;
        transition: right 0.5s ease, left 0.5s ease;
    }
    header.is-hamburger-active {
        right: 2.9rem;
        left: -2.9rem;
    }
}

.header-logo {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
}
.header-logo .logo-wrapper, .header-logo .logo-image {
    width: 100%;
    display: block;
}
.header-logo img {
    width: 100%;
}
@media print, (min-width: 768px) {
    .header-logo {
        width: 250px;
        top: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .header-logo {
        width: 1.73rem;
        height: 0.54rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
    }
    .header-logo .logo-wrapper {
        width: 1.73rem;
    }
}

.header-notification {
    position: absolute;
    z-index: 1;
}
.header-notification .notification-wrapper {
    display: -ms-flexbox;
    display: flex;
}
.header-notification .notification-item {
    position: relative;
}
.header-notification .item-wrapper {
    display: block;
}
.header-notification .item-number {
    border-radius: 9999px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    background: #f00;
}
.header-notification .item-number .number-wrapper {
    display: block;
    position: relative;
    font-family: "Roboto Slab", sans-serif;
    text-align: center;
    color: #fff;
}
.header-notification .item-icon {
    display: block;
}
@media print, (min-width: 768px) {
    .header-notification {
        top: 11px;
        right: -25px;
    }
    .header-notification .notification-item:not(:first-child) {
        margin-left: 27px;
    }
    .header-notification .item-number {
        min-width: 14px;
        height: 14px;
        padding: 1px;
        top: -1px;
        right: -2px;
        font-size: 10px;
    }
    .header-notification .item-number .number-wrapper {
        top: 0;
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .header-notification .item-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto;
    }
    .header-notification .item-label {
        font-size: 10px;
        white-space: nowrap;
        text-align: center;
    }
}
@media only screen and (max-width: 767.98px) {
    .header-notification .notification-wrapper {
        height: 0.54rem;
        padding: 0 0.08rem;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-notification .notification-wrapper .notification-item:not(:last-child) {
        margin-left: 0.06rem;
    }
    .header-notification .item-number {
        min-width: 0.14rem;
        height: 0.14rem;
        padding: 0.01rem;
        top: -0.03rem;
        right: -0.03rem;
        font-size: 0.09rem;
    }
    .header-notification .item-number .number-wrapper {
        top: 0;
    }
    .header-notification .item-icon {
        width: 0.32rem;
        height: 0.32rem;
    }
}

.header-navigation .menu-item > .item-label {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
    letter-spacing: 0.2em;
}
@media print, (min-width: 768px) {
    .header-navigation {
        width: calc(100% + 80px);
        max-width: 1016px;
        padding: 25px 10px 14px 30px;
        border-radius: 10px;
        background: #fff;
        display: none;
        position: absolute;
        z-index: 4;
        top: 51px;
        left: -40px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .header-navigation.is-loaded {
        display: block;
    }
    .header-navigation.is-hamburger-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .header-navigation .navigation-wrapper {
        overflow: hidden;
    }
    .header-navigation .list-header-user {
        margin: 0 0 17px 22px;
    }
    .header-navigation .navigation-menu {
        margin-left: -5px;
    }
    .header-navigation .menu-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .header-navigation .menu-item {
        width: 23.1557%;
        padding: 18px 5px 27px 29px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .header-navigation .menu-item:not(:last-child) {
        border-right: 1px solid #e1e1e1;
    }
    .header-navigation .menu-item:nth-child(3) {
        width: 32.582%;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .header-navigation .menu-item:nth-child(3) {
        width: calc(32.582% + 2px);
        padding-right: 7px;
    }
}
@media print, (min-width: 768px) {
    .header-navigation .menu-item:nth-child(4) {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .header-navigation .menu-item > .item-label {
        margin-bottom: 18px;
        font-size: 16px;
    }
}
@media print, (max-width: 1365.98px) and (min-width: 768px) {
    .header-navigation {
        padding-right: 30px;
    }
    .header-navigation .list-header-user {
        margin-right: 22px;
    }
    .header-navigation .navigation-menu {
        overflow-x: auto;
    }
    .header-navigation .menu-wrapper {
        width: 976px;
    }
}
@media only screen and (max-width: 767.98px) {
    .header-navigation {
        width: 2.9rem;
        background: #fff;
        position: fixed;
        top: 0;
        right: -2.9rem;
        bottom: 0;
        transition: right 0.5s ease, box-shadow 0.5s ease;
    }
    .header-navigation.is-hamburger-active {
        right: 0;
        box-shadow: -0.03rem 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    }
    .header-navigation .navigation-wrapper {
        height: 100%;
        overflow: auto;
    }
    .header-navigation .navigation-menu {
        padding-bottom: 0.7rem;
    }
    .header-navigation .menu-item {
        border-top: 1px solid #f0eae4;
    }
    .header-navigation .menu-item > .item-label {
        border-bottom: 1px solid #f0eae4;
        padding: 0.16rem 0.12rem 0.12rem;
        font-size: 0.16rem;
    }
}

@media print, (min-width: 768px) {
    .header-overview {
        position: relative;
        z-index: 2;
    }
    .header-overview .overview-wrapper {
        overflow: hidden;
    }
    .header-overview .overview-controller {
        margin: 0 -36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-overview .overview-controller .controller-item {
        margin: 0 36px;
    }
    .header-overview .overview-controller .item-wrapper {
        margin-right: -8px;
        padding: 7px 24px 6px 0;
        background: url(../img/common/icon_arrow_01_down.svg) top 5px right/20px 20px no-repeat;
        display: block;
        font-size: 13px;
        cursor: pointer;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .header-overview .overview-controller .item-wrapper {
        background-position: top 6px right;
    }
}
@media print, (min-width: 768px) {
    .header-overview .overview-content {
        width: calc(100% + 80px);
        max-width: 1280px;
        margin: 0 -40px;
        padding: 39px 40px 45px;
        background: #fff;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .header-overview .overview-content.is-loaded {
        display: block;
    }
    .header-overview .overview-content.is-accordion-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .header-overview .overview-content .content-wrapper {
        overflow: hidden;
    }
    .header-overview .overview-content .content-label {
        margin-bottom: 41px;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }
    .header-overview .overview-content .list-common-category.is-menu {
        padding-top: 15px;
    }
}
@media print, (max-width: 1165.98px) and (min-width: 768px) {
    .header-overview .overview-controller {
        margin: 0 -18px;
    }
    .header-overview .overview-controller .controller-item {
        margin: 0 18px;
    }
}

.header-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.header-mask.is-mask-active {
    display: block !important;
}
@media print, (min-width: 768px) {
    .header-mask {
        z-index: 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .header-mask {
        z-index: -1;
    }
}

/* FOOTER
 * ----------------------------------------------- */
.button-footer-top {
    position: relative;
}
.button-footer-top .button-measure {
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
}
.button-footer-top .button-toggle {
    border-radius: 50%;
    background: rgba(105, 60, 0, 0.25) url(../img/common/icon_top_01.svg) center center/100% 100% no-repeat;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.button-footer-top .button-toggle.is-show {
    opacity: 1;
    pointer-events: auto;
}
.button-footer-top .button-toggle.is-show:hover {
    opacity: 0.7;
}
.button-footer-top .button-toggle.is-sticked {
    position: absolute;
}
@media print, (min-width: 768px) {
    .button-footer-top {
        margin: 0 -83px;
    }
    .button-footer-top .button-measure {
        top: 40px;
    }
    .button-footer-top .button-toggle {
        width: 50px;
        height: 50px;
        margin: 60px calc(50% - 620px);
    }
    .button-footer-top .button-toggle.is-sticked {
        top: -130px;
    }
}
@media print, (max-width: 1365.98px) and (min-width: 768px) {
    .button-footer-top .button-toggle {
        margin: 60px 63px;
    }
}
@media only screen and (max-width: 767.98px) {
    .button-footer-top .button-measure {
        top: 0.1rem;
    }
    .button-footer-top .button-toggle {
        width: 0.3rem;
        height: 0.3rem;
        margin: 0.15rem;
    }
    .button-footer-top .button-toggle.is-sticked {
        margin-right: -0.04rem;
        top: -0.5rem;
    }
}

footer {
    background: #fff;
}
@media print, (min-width: 768px) {
    footer {
        padding: 10px 40px 0;
    }
    footer .footer-preview {
        padding-bottom: 72px;
    }
    footer .footer-navigation {
        margin: 0 -20px;
        padding: 15px 20px 10px;
    }
}
@media only screen and (max-width: 767.98px) {
    footer {
        padding: 0 0.07rem 0;
    }
    footer .footer-preview {
        padding-bottom: 0.3rem;
    }
    footer .footer-navigation {
        padding: 0.07rem 0.03rem;
    }
}

.footer-preview .carousel-arrow-previous, .footer-preview .carousel-arrow-next {
    border-radius: 50%;
    background: #f0eae4 center center/100% 100% no-repeat;
    position: absolute;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.footer-preview .carousel-arrow-previous:hover, .footer-preview .carousel-arrow-next:hover {
    opacity: 0.7;
}
.footer-preview .carousel-arrow-previous.slick-disabled, .footer-preview .carousel-arrow-next.slick-disabled {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.footer-preview .carousel-arrow-previous {
    background-image: url(../img/common/icon_arrow_03_left.svg);
}
.footer-preview .carousel-arrow-next {
    background-image: url(../img/common/icon_arrow_03_right.svg);
}
.footer-preview .preview-label {
    display: block;
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
}
.footer-preview .preview-label .label-wrapper {
    position: relative;
    z-index: 1;
}
.footer-preview .preview-label .label-wrapper::before {
    content: "";
    background: #f0eae4;
    position: absolute;
    z-index: -1;
}
.footer-preview .preview-carousel {
    position: relative;
}
.footer-preview .carousel-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.footer-preview .carousel-wrapper:not(.slick-initialized) {
    display: -ms-flexbox;
    display: flex;
}
.footer-preview .item-wrapper {
    border: 1px solid #e1e1e1;
    display: block;
}
.footer-preview .item-wrapper img {
    width: 100%;
}
@media print, (min-width: 768px) {
    .footer-preview {
        width: calc(100% - 16px);
        max-width: 910px;
        margin: 0 auto;
    }
    .footer-preview.is-narrow {
        width: auto;
        max-width: none;
        margin: 0 -20px;
        padding-right: 38px;
        padding-left: calc(19.033% + 64px);
    }
    .footer-preview.is-narrow .carousel-item {
        padding: 10px 1.099%;
    }
    .footer-preview .carousel-arrow-previous, .footer-preview .carousel-arrow-next {
        width: 24px;
        height: 24px;
        background-size: 104% 104%;
    }
    .footer-preview .carousel-arrow-previous {
        left: -23px;
    }
    .footer-preview .carousel-arrow-next {
        right: -23px;
    }
    .footer-preview .preview-label {
        margin: 0 11px 13px;
        font-size: 20px;
    }
    .footer-preview .preview-label .label-wrapper::before {
        height: 12px;
        right: 0;
        bottom: 1px;
        left: 0;
    }
    .footer-preview .carousel-item {
        padding: 10px 1.125%;
    }
    .footer-preview .item-wrapper {
        width: 100%;
        border-radius: 3px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    .footer-preview .item-wrapper img {
        border-radius: 3px;
    }
}
@media only screen and (max-width: 767.98px) {
    .footer-preview .preview-label {
        margin: 0 0.15rem 0.08rem;
        font-size: 0.16rem;
    }
    .footer-preview .preview-label .label-wrapper::before {
        height: 0.12rem;
        right: -0.03rem;
        bottom: 0;
        left: -0.03rem;
    }
    .footer-preview .carousel-wrapper {
        padding: 0 0.09rem;
    }
    .footer-preview .carousel-item {
        padding: 0.11rem;
    }
    .footer-preview .item-wrapper {
        width: 0.9rem;
        border-radius: 0.03rem;
        box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    }
    .footer-preview .item-wrapper img {
        border-radius: 0.03rem;
    }
}

.footer-navigation {
    border-top: 1px solid #999;
    font-family: "Hiragino Sans", sans-serif;
}
.footer-navigation .navigation-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-navigation .navigation-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-navigation .navigation-item {
    position: relative;
}
.footer-navigation .navigation-item::before, .footer-navigation .navigation-item::after {
    content: "";
    width: 1px;
    background: #707070;
    position: absolute;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-navigation .navigation-item::before {
    left: 0;
    opacity: 0;
}
.footer-navigation .navigation-item::after {
    right: 0;
}
.footer-navigation .item-wrapper {
    display: block;
}
.footer-navigation .item-wrapper:hover {
    text-decoration: underline;
}
@media print, (min-width: 768px) {
    .footer-navigation {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-navigation .navigation-contain {
        overflow: hidden;
    }
    .footer-navigation .navigation-wrapper {
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px;
    }
    .footer-navigation .navigation-column:last-child .navigation-item:last-child::after {
        opacity: 0;
    }
    .footer-navigation .navigation-item {
        margin: 5px 0;
        padding: 0 13px;
    }
    .footer-navigation .navigation-item::before, .footer-navigation .navigation-item::after {
        height: 12px;
        top: calc(50% - 1px);
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .footer-navigation .navigation-item::before, .footer-navigation .navigation-item::after {
        top: 50%;
    }
}

@media print, (max-width: 1165.98px) and (min-width: 768px) {
    .footer-navigation {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-navigation .navigation-item:last-child::after {
        opacity: 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .footer-navigation .navigation-wrapper {
        font-size: 0.1rem;
    }
    .footer-navigation .navigation-item {
        margin: 0.06rem 0;
        padding: 0 0.08rem;
    }
    .footer-navigation .navigation-item::before, .footer-navigation .navigation-item::after {
        height: 0.1rem;
        top: 50%;
    }
    .footer-navigation .navigation-item:last-child::after {
        opacity: 0;
    }
}

.footer-copyright {
    display: block;
    font-family: "Roboto Slab", sans-serif;
    text-align: center;
}
.footer-copyright .wrapper {
    display: block;
}
@media print, (min-width: 768px) {
    .footer-copyright {
        padding-bottom: 10px;
        background: #fff;
        font-size: 10px;
        letter-spacing: 0.1em;
        color: #999;
    }
}
@media only screen and (max-width: 767.98px) {
    .footer-copyright {
        padding: 0.08rem 0.07rem;
        font-size: 0.08rem;
        letter-spacing: 0.06em;
        color: #000;
    }
}

/* MODULES
 * ----------------------------------------------- */
/* POST CONTENT
 * ----------------------------------------------- */
.post-content {
    overflow-wrap: break-word;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    letter-spacing: 0.07em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .post-content {
        word-break: break-all;
    }
}
.post-content img:not(:last-child) {
    margin-bottom: 0.9em;
}
.post-content p {
    font-size: 1em;
}
.post-content ol, .post-content ul {
    font-size: 1em;
}
.post-content ol li, .post-content ul li {
    position: relative;
}
.post-content ol {
    list-style: decimal;
}
.post-content ul li::before {
    content: "";
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -22px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-content h1 {
    margin-bottom: 0.9em;
    font-size: 1.4em;
    font-weight: 600;
}
.post-content h2 {
    margin-bottom: 0.9em;
    font-size: 1.3em;
    font-weight: 600;
}
.post-content h3 {
    margin-bottom: 0.9em;
    font-size: 1.2em;
    font-weight: 600;
}
.post-content h4, .post-content h5, .post-content h6 {
    margin-bottom: 0.9em;
    font-size: 1.1em;
    font-weight: 600;
}
.post-content b, .post-content strong {
    font-weight: 600;
}
.post-content i {
    font-style: italic;
}
.post-content em {
    background: url(../img/common/background_dot_04.jpg) no-repeat;
    position: relative;
}
.post-content a {
    text-decoration: underline;
    color: #0070c0;
    font-weight: 600;
}
.post-content a:hover {
    text-decoration: none;
}
.post-content .alignleft, .post-content .alignright, .post-content .aligncenter {
    display: block;
}
.post-content .aligncenter, .post-content .alignright {
    margin-left: auto;
}
.post-content .alignleft, .post-content .aligncenter {
    margin-right: auto;
}
.post-content .alignright {
    margin-right: 0;
}
.post-content .alignleft {
    margin-left: 0;
}
.post-content table {
    border-width: 1px;
}
.post-content tbody, .post-content thead, .post-content tr, .post-content th, .post-content td {
    border-color: inherit;
}
.post-content th, .post-content td {
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}
@media print, (min-width: 768px) {
    .post-content {
        font-size: 13px;
        line-height: 2;
    }
    .post-content blockquote {
        padding-left: 42px;
    }
    .post-content p:not(:last-child) {
        margin-bottom: 0.9em;
    }
    .post-content ol, .post-content ul {
        padding-left: 42px;
        margin-bottom: 0.9em;
    }
    .post-content ol li:not(:last-child), .post-content ul li:not(:last-child) {
        margin-bottom: 5px;
    }
    .post-content ul li::before {
        width: 6px;
        height: 6px;
        top: 50%;
    }
    .post-content em {
        margin: 0 -3px;
        padding: 0 3px;
        background-size: 100% 7px;
        background-position: center bottom 2px;
    }
}
@media only screen and (max-width: 767.98px) {
    .post-content {
        font-size: 0.13rem;
        line-height: 1.9;
    }
    .post-content blockquote {
        padding-left: 0.32rem;
    }
    .post-content p:not(:last-child) {
        margin-bottom: 1.1em;
    }
    .post-content ol, .post-content ul {
        padding-left: 0.32rem;
        margin-bottom: 1.5em;
    }
    .post-content ol li:not(:last-child), .post-content ul li:not(:last-child) {
        margin-bottom: 0.03rem;
    }
    .post-content ul li::before {
        width: 0.06rem;
        height: 0.06rem;
        top: calc(50% + 1px);
    }
    .post-content em {
        background-size: 100% 0.07rem;
        background-position: center bottom 0.02rem;
    }
}

/* ASIDE
 * ----------------------------------------------- */
.aside-common-category .aside-thumbnail {
    position: relative;
}
.aside-common-category .aside-thumbnail .thumbnail-wrapper {
    padding-top: 100%;
    background: center center/cover no-repeat;
    display: block;
    position: relative;
}
.aside-common-category .aside-thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .aside-common-category .aside-thumbnail img {
        opacity: 0;
    }
}
@media print, (min-width: 768px) {
    .aside-common-category .aside-thumbnail {
        margin-bottom: 49px;
    }
    .aside-common-category .aside-block:not(:last-child) {
        margin-bottom: 34px;
    }
    .aside-common-category .block-label {
        margin-bottom: 17px;
        display: block;
        font-family: "Hiragino Sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }
}
@media print, (max-width: 965.98px) and (min-width: 768px) {
    .aside-common-category .block-label {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767.98px) {
    .aside-common-category {
        padding-bottom: 1.45rem;
    }
    .aside-common-category .aside-thumbnail {
        margin: 0 0.21rem 0.3rem;
    }
    .aside-common-category .title-common {
        margin-bottom: 0.14rem;
    }
    .aside-common-category .title-common .title-main {
        font-family: "Roboto Slab", sans-serif;
        font-weight: 700;
    }
    .aside-common-category .list-common-category .list-item:nth-child(5), .aside-common-category .list-common-category .list-item:nth-child(6), .aside-common-category .list-common-category .list-item:nth-child(7), .aside-common-category .list-common-category .list-item:nth-child(8) {
        margin-bottom: 0.16rem;
    }
}

/* BLOCK
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
    .block-common-recommend .title-common {
        margin-bottom: 40px;
    }
    .block-common-recommend .list-common-product {
        padding-right: 6px;
    }
    .block-common-recommend .list-common-product .list-wrapper {
        width: 1040px;
        margin: 0 auto -36px;
    }
    .block-common-recommend .list-common-product .list-item {
        width: 208px;
        padding: 0 10px 36px;
    }
    .block-common-recommend .list-common-product .item-thumbnail {
        margin-bottom: 13px;
    }
    .block-common-recommend .list-common-product .info-label {
        margin-bottom: 4px;
    }
}
@media print, (max-width: 1365.98px) and (min-width: 768px) {
    .block-common-recommend .list-common-product .list-wrapper {
        width: 832px;
    }
}
@media print, (max-width: 1165.98px) and (min-width: 768px) {
    .block-common-recommend .list-common-product .list-wrapper {
        width: 624px;
    }
}
@media only screen and (max-width: 767.98px) {
    .block-common-recommend .title-common {
        margin-bottom: 0.16rem;
    }
    .block-common-recommend .list-common-product {
        padding: 0 0.1rem;
    }
    .block-common-recommend .list-common-product .list-wrapper {
        margin: 0 -0.08rem -26px;
    }
    .block-common-recommend .list-common-product .list-item {
        padding: 0 0.08rem 26px;
    }
}

.block-common-quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.block-common-quantity .quantity-number {
    border: 1px solid #787878;
    border-radius: 1px;
    background: #fff url(../img/common/icon_arrow_08_down.svg) no-repeat;
    letter-spacing: 0.1em;
    cursor: pointer;
}
@media print, (min-width: 768px) {
    .block-common-quantity .quantity-number {
        width: 42px;
        height: 26px;
        padding: 1px 10px 0 6px;
        background-size: 6px 3px;
        background-position: center right 3px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767.98px) {
    .block-common-quantity .quantity-number {
        width: 0.4rem;
        height: 0.24rem;
        padding: 0.01rem 0.1rem 0 0.06rem;
        background-size: 0.06rem 0.03rem;
        background-position: center right 0.02rem;
        font-size: 0.12rem;
    }
}

.block-common-check {
    background: #f0eae4;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.block-common-check .check-title {
    background: url(../img/common/icon_check_01.svg) center left no-repeat;
    display: block;
    font-family: "Roboto", sans-serif;
    color: #693c00;
}
.block-common-check .check-link {
    display: block;
    color: #0070c0;
    text-decoration: underline;
    letter-spacing: 0.07em;
}
.block-common-check .check-link:hover {
    text-decoration: none;
}
.block-common-check .check-detail {
    letter-spacing: 0.07em;
}
@media print, (min-width: 768px) {
    .block-common-check {
        padding: 4px 5px 6px;
        border-radius: 4px;
    }
    .block-common-check .check-title {
        margin: 0 3px 9px;
        padding: 1px 0 0 16px;
        background-size: 12px 12px;
        font-size: 10px;
    }
    .block-common-check .check-link {
        margin-bottom: 1px;
        font-size: 12px;
    }
    .block-common-check .check-detail {
        font-size: 10px;
        line-height: 1.7;
    }
}
@media only screen and (max-width: 767.98px) {
    .block-common-check {
        padding: 0.04rem 0.06rem 0.02rem;
        border-radius: 0.04rem;
    }
    .block-common-check .check-title {
        margin: 0 0.03rem 0.08rem;
        padding: 0.01rem 0 0 0.16rem;
        background-size: 0.12rem 0.12rem;
        font-size: 0.1rem;
    }
    .block-common-check .check-link {
        margin-bottom: 0.02rem;
        font-size: 0.13rem;
    }
    .block-common-check .check-detail {
        font-size: 0.11rem;
        line-height: 1.7;
    }
}

/* BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb-common {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
}
.breadcrumb-common .breadcrumb-wrapper {
    display: block;
}
.breadcrumb-common li {
    background: url(../img/common/icon_arrow_08_right.svg) center left no-repeat;
    display: inline;
    position: relative;
}
.breadcrumb-common a, .breadcrumb-common span {
    display: inline;
    position: relative;
}
.breadcrumb-common a {
    color: #0070c0;
}
.breadcrumb-common a:hover {
    text-decoration: underline;
}
@media print, (min-width: 768px) {
    .breadcrumb-common {
        min-height: 63px;
        font-size: 12px;
    }
    .breadcrumb-common .breadcrumb-wrapper {
        padding: 12px 0;
    }
    .breadcrumb-common li {
        padding: 0 16px 0 13px;
        background-size: 8px 6px;
    }
    .breadcrumb-common a, .breadcrumb-common span {
        top: 1px;
    }
    .is-tablet .breadcrumb-common a, .is-tablet .breadcrumb-common span {
        top: 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .breadcrumb-common {
        margin: 0 0.1rem;
        padding: 0.06rem 0.1rem;
        border-top: 1px solid #693c00;
        border-bottom: 1px solid #693c00;
        font-size: 0.12rem;
        line-height: 1.6;
    }
    .breadcrumb-common li {
        padding: 0 0.1rem 0 0.14rem;
        background-size: 0.08rem 0.07rem;
    }
    .breadcrumb-common a, .breadcrumb-common span {
        top: 1px;
    }
}

/* BUTTON
 * ----------------------------------------------- */
.button-common-simple {
    border: 1px solid #707070;
    border-radius: 9999px;
    background: #fff url(../img/common/icon_arrow_04_right.svg) no-repeat;
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
}
.button-common-simple .button-wrapper {
    display: block;
    position: relative;
}
@media print, (min-width: 768px) {
    .button-common-simple {
        width: 100%;
        max-width: 200px;
        padding: 6px 17px 5px;
        background-size: 4px 8px;
        background-position: center right 7px;
        font-size: 13px;
    }
    .button-common-simple .button-wrapper {
        top: 1px;
    }
    .is-firefox .button-common-simple .button-wrapper, .is-ios .button-common-simple .button-wrapper {
        top: 0;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .button-common-simple .button-wrapper {
        top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .button-common-simple {
        padding: 0.06rem 0.05rem 0.05rem;
        background-size: 0.04rem 0.08rem;
        background-position: center right 0.06rem;
        font-size: 0.12rem;
    }
    .button-common-simple.is-large {
        border: 1px solid #000;
        padding: 0.07rem 0.14rem 0.06rem;
        font-size: 0.13rem;
        letter-spacing: 0;
    }
    .button-common-simple.is-large .button-wrapper {
        top: 1px;
    }
    .button-common-simple .button-wrapper {
        top: 0;
    }
}

.button-common-bold {
    border: 2px solid #000;
    border-radius: 9999px;
    display: block;
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}
.button-common-bold:hover {
    background-color: #000;
    color: #fff;
}
.button-common-bold:hover::before {
    opacity: 0;
}
.button-common-bold:hover::after {
    opacity: 1;
}
.button-common-bold::before, .button-common-bold::after {
    content: "";
    background: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.button-common-bold::before {
    background-image: url(../img/common/icon_arrow_04_right.svg);
    z-index: 1;
}
.button-common-bold::after {
    background-image: url(../img/common/icon_arrow_05_right.svg);
    opacity: 0;
    z-index: 2;
}
.button-common-bold .button-wrapper {
    display: block;
    position: relative;
}
@media print, (min-width: 768px) {
    .button-common-bold {
        width: 100%;
        max-width: 300px;
        padding: 13px 25px 12px;
        font-size: 16px;
        text-align: center;
    }
    .button-common-bold::before, .button-common-bold::after {
        background-size: 8px 12px;
        background-position: center right 11px;
    }
    .button-common-bold .button-wrapper {
        top: 1px;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .button-common-bold .button-wrapper {
        top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .button-common-bold {
        padding: 0.16rem 0.32rem;
        font-size: 0.13rem;
        text-align: left;
    }
    .button-common-bold::before, .button-common-bold::after {
        background-size: 0.06rem 0.1rem;
        background-position: center right 0.15rem;
    }
    .button-common-bold .button-wrapper {
        top: 0.01rem;
    }
}

.button-common-bevel {
    border: solid #693c00;
    border-width: 1px 1px 3px 1px;
    border-radius: 9999px;
    background: #fff url(../img/common/icon_arrow_02_right.svg) no-repeat;
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    letter-spacing: 0.2em;
    cursor: pointer;
    color: #693c00;
    transition: background 0.3s ease;
}
.button-common-bevel:hover {
    background-color: #f0eae4;
}
.button-common-bevel .button-wrapper {
    display: block;
    position: relative;
}
@media print, (min-width: 768px) {
    .button-common-bevel {
        width: 100%;
        max-width: 260px;
        padding: 14px 15px 13px 19px;
        font-size: 13px;
        background-size: 10px 10px;
        background-position: center right 5px;
    }
    .button-common-bevel .button-wrapper {
        top: 1px;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .button-common-bevel .button-wrapper {
        top: 0;
    }
}
@media print, (min-width: 768px) {
    .button-common-bevel .button-label {
        margin-bottom: 21px;
    }
}
@media only screen and (max-width: 767.98px) {
    .button-common-bevel {
        margin: 0 0.38rem;
        padding: 14px 15px 13px 19px;
        font-size: 13px;
        background-size: 10px 10px;
        background-position: center right 5px;
    }
    .button-common-bevel .button-wrapper {
        width: 100%;
        top: 1px;
        text-align: center;
    }
}

/* BUTTON (CART)
 * ----------------------------------------------- */
.button-common-cart {
    border-radius: 9999px;
    background: #71ca86 url(../img/common/icon_cart_01.svg) no-repeat;
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    cursor: pointer;
    text-align: left;
    transition: background 0.3s ease;
}
.button-common-cart:hover {
    background-color: rgba(113, 202, 134, 0.7);
    opacity: 1;
    color: #000;
}
.button-common-cart.is-disabled {
    background-color: #e1e1e1;
    background-image: url(../img/common/icon_cart_02.svg);
    color: #787878;
    pointer-events: none;
}
.button-common-cart.is-enormous {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}
.button-common-cart .button-wrapper {
    display: block;
    position: relative;
    color: #000;
}
@media print, (min-width: 768px) {
    .button-common-cart {
        width: 72px;
        height: 28px;
        padding: 2px 2px 2px 26px;
        background-size: 16px 16px;
        background-position: center left 7px;
        font-size: 12px;
    }
    .button-common-cart.is-narrow {
        width: 62px;
        font-size: 10px;
    }
    .button-common-cart.is-narrow .button-wrapper {
        top: 0;
    }
    .is-ios .button-common-cart.is-narrow .button-wrapper {
        top: 1px;
    }
    .is-ios.is-safari .button-common-cart.is-narrow .button-wrapper {
        top: 2px;
    }
    .is-tablet .button-common-cart.is-narrow .button-wrapper {
        top: 1px !important;
    }
    .button-common-cart.is-large {
        width: 155px;
        height: 40px;
        padding: 5px 5px 5px 40px;
        background-size: 24px 24px;
        background-position: center left 12px;
        font-size: 14px;
    }
    .button-common-cart.is-enormous {
        width: 230px;
        height: 60px;
        padding: 5px 5px 5px 65px;
        background-size: 36px 36px;
        background-position: center left 18px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
    }
    .button-common-cart .button-wrapper {
        top: 1px;
    }
    .is-ios.is-safari .button-common-cart .button-wrapper {
        top: 2px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .button-common-cart {
        height: 27px;
    }
}
@media only screen and (max-width: 767.98px) {
    .button-common-cart {
        min-width: 0.56rem;
        height: 0.24rem;
        padding: 0.02rem 0.02rem 0.02rem 0.2rem;
        background-size: 0.14rem 0.14rem;
        background-position: center left 0.05rem;
        font-size: 0.1rem;
    }
    .button-common-cart.is-narrow {
        width: 0.35rem;
        min-width: auto;
        padding: 0;
        background-position: center center;
    }
    .button-common-cart.is-large {
        width: 0.79rem;
        height: 0.4rem;
        padding-left: 0.33rem;
        background-size: 0.19rem 0.19rem;
        background-position: center left 0.08rem;
        font-size: 0.12rem;
    }
    .button-common-cart.is-enormous {
        width: 100%;
        height: 0.6rem;
        padding: 0.05rem 0.3rem 0.05rem 0.96rem;
        background-size: 0.4rem 0.4rem;
        background-position: center left 0.4rem;
        font-size: 0.16rem;
    }
    .button-common-cart .button-wrapper {
        top: 0.01rem;
    }
}

/* BUTTON (FAVORITE)
 * ----------------------------------------------- */
.button-common-favorite {
    border: 1px solid #db0068;
    border-radius: 9999px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    cursor: pointer;
}
.button-common-favorite:focus, .button-common-favorite:active {
    padding: 0;
    outline: none;
}
.button-common-favorite:hover .button-icon {
    background: rgba(219, 0, 104, 0.8);
}
.button-common-favorite:not(.is-added) .is-added {
    display: none;
}
.button-common-favorite.is-added .is-normal {
    display: none;
}
.button-common-favorite.is-added .is-added {
    display: block;
}
.button-common-favorite .button-icon, .button-common-favorite .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.button-common-favorite .button-icon {
    border-radius: 9999px 0 0 9999px;
    background: #db0068;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transition: background 0.3s ease;
}
.button-common-favorite .button-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.button-common-favorite .button-text {
    width: 100%;
    display: block;
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
}
@media print, (min-width: 768px) {
    .button-common-favorite {
        width: 205px;
        height: 60px;
    }
    .button-common-favorite .button-icon {
        width: 62px;
        height: 60px;
        margin: -1px;
    }
    .button-common-favorite .button-icon img {
        width: 30px;
        height: 30px;
    }
    .button-common-favorite .button-wrapper {
        padding: 10px 10px 10px 5px;
    }
    .button-common-favorite .button-text {
        top: 1px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767.98px) {
    .button-common-favorite {
        width: 100%;
        height: 0.5rem;
    }
    .button-common-favorite .button-icon {
        width: calc(.6rem + 2px);
        height: 0.5rem;
        margin: -1px;
    }
    .button-common-favorite .button-icon img {
        width: 0.3rem;
        height: 0.3rem;
    }
    .button-common-favorite .button-wrapper {
        padding: 0.1rem 0.38rem 0.1rem 0.06rem;
    }
    .button-common-favorite .button-text {
        top: 1px;
        font-size: 0.16rem;
    }
}

/* LIST
 * ----------------------------------------------- */
.list-common-simple .list-total {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    letter-spacing: 0.07em;
}
.list-common-simple .item-wrapper, .list-common-simple .item-banner {
    display: block;
}
.list-common-simple .item-banner:hover {
    opacity: 1;
}
.list-common-simple .item-banner:hover .banner-thumbnail {
    opacity: 0.7;
}
.list-common-simple .item-banner:hover .banner-title {
    text-decoration: underline;
}
.list-common-simple .banner-thumbnail {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
.list-common-simple .banner-thumbnail img {
    width: 100%;
}
.list-common-simple .banner-title {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
    color: #0070c0;
}
.list-common-simple .item-detail {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    letter-spacing: 0.02em;
}
@media print, (min-width: 768px) {
    .list-common-simple .list-total {
        margin-bottom: 17px;
        font-size: 14px;
    }
    .list-common-simple .list-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list-common-simple .banner-thumbnail {
        border-radius: 3px;
    }
    .list-common-simple .item-detail {
        margin-bottom: 9px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-simple .list-total {
        margin-bottom: 0.17rem;
        font-size: 0.14rem;
    }
    .list-common-simple .banner-thumbnail {
        border-radius: 0.03rem;
    }
    .list-common-simple .item-detail {
        margin-bottom: 0.1rem;
        font-size: 0.1rem;
    }
}

@media print, (min-width: 768px) {
    .list-common-directory .list-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .list-common-directory .title-common-category {
        padding: 11px 12px 10px;
    }
    .list-common-directory .title-common-category .item-icon {
        width: 24px;
        height: 24px;
        margin-right: 17px;
    }
    .list-common-directory .title-common-category .title-label {
        top: 5px;
        font-size: 13px;
        font-weight: 600;
        width: 100%;
    }
    .list-common-directory .item-board {
        padding: 7px 14px 12px;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        font-size: 13px;
        letter-spacing: 0.2em;
        color: #693c00;
    }
    .list-common-directory .item-board li {
        padding-left: 17px;
        background: url(../img/common/icon_arrow_02_right.svg) top 3px left 3px/11px 10px no-repeat;
    }
    .list-common-directory .item-board li:not(:last-child) {
        margin-bottom: 12px;
    }
    .list-common-directory .item-board a {
        color: #693c00;
    }
    .list-common-directory .item-board a:hover {
        text-decoration: underline;
    }
}
@media print, (max-width: 965.98px) and (min-width: 768px) {
    .list-common-directory .list-item:not(:last-child) {
        margin-bottom: 5px;
    }
    .list-common-directory .title-common-category {
        padding: 10px 10px 9px;
    }
    .list-common-directory .title-common-category .item-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .list-common-directory .title-common-category .title-label {
        top: 4px;
        font-size: 11px;
    }
    .list-common-directory .item-board {
        padding: 7px 10px 10px;
        font-size: 11px;
    }
    .list-common-directory .item-board li {
        background-position: top 2px left 2px;
    }
    .list-common-directory .item-board li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.list-common-factory .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-common-factory .item-wrapper {
    background: #f0eae4;
    display: block;
}
.list-common-factory .item-wrapper:hover .item-label {
    text-decoration: underline;
}
.list-common-factory .item-wrapper:hover img {
    opacity: 0.99;
    -ms-transform: scale(1.14);
    transform: scale(1.14);
}
.is-firefox .list-common-factory .item-wrapper:hover img {
    -ms-transform: scale(1.14) rotate(0.03deg);
    transform: scale(1.14) rotate(0.03deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-common-factory .item-wrapper:hover img {
        -ms-transform: scale(1.14) rotate(0.04deg);
        transform: scale(1.14) rotate(0.04deg);
    }
}
.list-common-factory .item-label {
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-align: center;
}
.list-common-factory .item-detail {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    letter-spacing: 0.02em;
}
.list-common-factory .item-thumbnail {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.list-common-factory .item-thumbnail img {
    width: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
@media print, (min-width: 768px) {
    .list-common-factory .list-wrapper {
        margin: -15px;
    }
    .list-common-factory .list-item {
        width: 33.333%;
        padding: 15px;
    }
    .list-common-factory .item-wrapper {
        padding: 17px 14px 22px;
        border-radius: 4px;
    }
    .list-common-factory .item-label {
        margin-bottom: 12px;
        font-size: 16px;
    }
    .list-common-factory .item-detail {
        margin-bottom: 17px;
        font-size: 13px;
        line-height: 1.85;
    }
    .list-common-factory .item-thumbnail {
        width: 100%;
        max-width: 208px;
        border: 5px solid #fff;
    }
}
@media print, (max-width: 1365.98px) and (min-width: 768px) {
    .list-common-factory .list-wrapper {
        margin: -15px -5px;
    }
    .list-common-factory .list-item {
        padding: 15px 5px;
    }
    .list-common-factory .item-label {
        font-size: 14px;
    }
    .list-common-factory .item-detail {
        font-size: 11px;
    }
}
@media print, (max-width: 865.98px) and (min-width: 768px) {
    .list-common-factory .list-item {
        width: 50%;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-factory .list-wrapper {
        margin: -0.06rem;
    }
    .list-common-factory .list-item {
        width: 50%;
        padding: 0.06rem;
    }
    .list-common-factory .item-wrapper {
        padding: 0.11rem 0.07rem;
        border-radius: 0.04rem;
    }
    .list-common-factory .item-label {
        margin-bottom: 0.04rem;
        font-size: 0.13rem;
    }
    .list-common-factory .item-detail {
        margin-bottom: 0.06rem;
        font-size: 0.11rem;
        line-height: 1.5;
    }
    .list-common-factory .item-thumbnail {
        width: 100%;
        max-width: 1.2rem;
        border: 0.05rem solid #fff;
    }
}

/* LIST (CATALOG)
 * ----------------------------------------------- */
.list-common-catalog.is-kit .item-label {
    letter-spacing: 0;
}
.list-common-catalog.is-room .item-wrapper {
    background: center center/cover no-repeat;
}
.list-common-catalog.is-room .item-wrapper.is-front {
    background-image: url(../img/common/background_category_01.svg);
}
.list-common-catalog.is-room .item-wrapper.is-bedroom {
    background-image: url(../img/common/background_category_02.svg);
}
.list-common-catalog.is-room .item-wrapper.is-kitchen {
    background-image: url(../img/common/background_category_03.svg);
}
.list-common-catalog.is-room .item-wrapper.is-living {
    background-image: url(../img/common/background_category_04.svg);
}
.list-common-catalog.is-room .item-wrapper.is-toilet {
    background-image: url(../img/common/background_category_05.svg);
}
.list-common-catalog.is-room .item-wrapper.is-children {
    background-image: url(../img/common/background_category_06.svg);
}
.list-common-catalog.is-room .item-label {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 1.1;
}
.list-common-catalog .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.list-common-catalog .list-item:after {
    content: "";
    min-height: inherit;
    font-size: 0;
}
.list-common-catalog .item-wrapper {
    height: 100%;
    background: #f0eae4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    overflow: hidden;
    opacity: 0.7;
}
.list-common-catalog .item-wrapper.is-active, .list-common-catalog .item-wrapper:hover {
    opacity: 1;
}
.list-common-catalog .item-icon {
    display: block;
}
.list-common-catalog .item-thumbnail {
    background: center center/cover no-repeat;
}
.list-common-catalog .item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-common-catalog .item-thumbnail img {
        opacity: 0;
    }
}
.list-common-catalog .item-label {
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: center;
    color: #693c00;
}
@media print, (min-width: 768px) {
    .list-common-catalog {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list-common-catalog.is-room .list-wrapper {
        width: auto;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    .list-common-catalog.is-room .list-item {
        width: 87px;
        min-height: auto;
    }
    .list-common-catalog.is-room .item-wrapper {
        height: 52px;
    }
    .list-common-catalog.is-room .item-label {
        padding: 1px 3px;
        font-size: 10px;
    }
    .list-common-catalog .list-label {
        width: 288px;
        margin-right: 14px;
        padding: 3px 20px;
        border-radius: 6px;
        background: #f0eae4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.07em;
        color: #693c00;
    }
    .list-common-catalog .label-wrapper {
        position: relative;
        top: 1px;
    }
    .list-common-catalog .list-wrapper {
        width: calc(100% - 288px);
        margin: -7px;
    }
    .list-common-catalog .list-item {
        width: 12.5%;
        min-height: 80px;
        padding: 7px;
    }
    .list-common-catalog .item-wrapper {
        height: 100%;
        padding: 3px 2px 1px;
        border-radius: 6px;
    }
    .list-common-catalog .item-icon {
        width: 33px;
        height: 33px;
        margin-bottom: 3px;
    }
    .list-common-catalog .item-label {
        font-size: 10px;
    }
}
@media print, (max-width: 1365.98px) and (min-width: 768px) {
    .list-common-catalog .list-label {
        margin-right: 10px;
    }
    .list-common-catalog .list-wrapper {
        width: calc(100% - 298px);
        margin: -5px;
    }
    .list-common-catalog .list-item {
        padding: 5px;
    }
}
@media print, (max-width: 1265.98px) and (min-width: 768px) {
    .list-common-catalog .list-item {
        width: 16.66667%;
    }
}
@media print, (max-width: 1165.98px) and (min-width: 768px) {
    .list-common-catalog .list-item {
        width: 20%;
    }
}
@media print, (max-width: 1065.98px) and (min-width: 768px) {
    .list-common-catalog .list-item {
        width: 25%;
    }
}
@media print, (max-width: 965.98px) and (min-width: 768px) {
    .list-common-catalog.is-room .list-label {
        width: 100%;
    }
    .list-common-catalog.is-room .list-wrapper {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .list-common-catalog.is-room .list-item {
        width: 16.66667%;
    }
    .list-common-catalog .list-label {
        width: 100%;
    }
    .list-common-catalog .list-wrapper {
        width: auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .list-common-catalog .list-label {
        margin: 0 0 10px;
    }
    .list-common-catalog .list-item {
        width: 16.66667%;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-catalog.is-room .list-wrapper {
        margin: 0 0.28rem;
    }
    .list-common-catalog.is-room .list-item {
        width: 0.87rem;
        min-height: auto;
    }
    .list-common-catalog.is-room .item-wrapper {
        height: 0.52rem;
    }
    .list-common-catalog.is-room .item-label {
        padding: 0.01rem 0.03rem;
    }
    .list-common-catalog .list-wrapper {
        margin: -0.05rem;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .list-common-catalog .list-item {
        width: 25%;
        min-height: 0.8rem;
        padding: 0.07rem;
    }
    .list-common-catalog .item-wrapper {
        padding: 0.03rem 0.05rem 0.01rem;
        border-radius: 0.06rem;
    }
    .list-common-catalog .item-icon {
        width: 0.33rem;
        height: 0.33rem;
        margin-bottom: 0.03rem;
    }
    .list-common-catalog .item-label {
        font-size: 0.1rem;
    }
}

/* LIST (CATEGORY)
 * ----------------------------------------------- */
.list-common-category .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.list-common-category .item-wrapper {
    display: block;
}
.list-common-category .item-icon {
    height: auto;
    margin: 0 auto;
    display: block;
}
.list-common-category .item-label {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: center;
    color: #693c00;
}
@media print, (min-width: 768px) {
    .list-common-category.is-menu {
        padding: 0 40px;
    }
    .list-common-category.is-menu .list-wrapper {
        margin: 0 -18px -41px;
    }
    .list-common-category.is-menu .list-wrapper:not(:last-child) {
        margin-bottom: 0;
    }
    .list-common-category.is-menu .list-item {
        min-width: 115px;
        margin: 0 10px 41px;
    }
    .list-common-category.is-menu .item-icon {
        width: 45px;
        margin-bottom: 8px;
    }
    .list-common-category.is-gallery .list-wrapper {
        margin: 0 -42px -41px 0;
    }
    .list-common-category.is-gallery .list-item {
        padding: 0 42px 41px 0;
    }
    .list-common-category.is-gallery .item-icon {
        width: 90px;
    }
    .list-common-category .item-icon {
        margin-bottom: 8px;
    }
    .list-common-category .item-label {
        font-size: 12px;
    }
}
@media print, (max-width: 1365.98px) and (min-width: 768px) {
    .list-common-category.is-menu .list-item {
        margin: 0 5px 41px;
    }
    .list-common-category.is-gallery .list-wrapper {
        margin: 0 -20px -41px 0;
    }
    .list-common-category.is-gallery .list-item {
        padding: 0 20px 41px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-category .list-wrapper {
        margin: 0 -0.16rem -0.16rem;
    }
    .list-common-category .list-wrapper:not(:last-child) {
        margin-bottom: 0;
    }
    .list-common-category .list-item {
        width: 0.75rem;
        margin: 0 0.06rem 0.16rem;
    }
    .list-common-category .item-icon {
        width: 0.34rem;
        margin-bottom: 0.04rem;
    }
    .list-common-category .item-label {
        font-size: 0.1rem;
    }
}

/* LIST (ESTIMATE)
 * ----------------------------------------------- */
.list-common-estimate {
    position: relative;
}
.list-common-estimate .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-common-estimate .list-item {
    position: relative;
}
.list-common-estimate .item-wrapper {
    height: 100%;
    background: #f0eae4;
    display: block;
    position: relative;
    z-index: 0;
}
.list-common-estimate .item-link {
    display: block;
    position: relative;
}
.list-common-estimate .item-link:hover .thumbnail-wrapper {
    opacity: 0.7;
}
.list-common-estimate .item-link:hover .link-label {
    text-decoration: underline;
}
.list-common-estimate .link-thumbnail {
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-common-estimate .thumbnail-wrapper {
    padding-top: 100%;
    background: center center/cover no-repeat;
    position: relative;
    transition: opacity 0.3s ease;
}
.list-common-estimate .thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-common-estimate .thumbnail-wrapper img {
        opacity: 0;
    }
}
.list-common-estimate .link-label {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
}
.list-common-estimate .info-money {
    letter-spacing: 0.02em;
}
.list-common-estimate .info-money .money-number {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 600;
    color: #e60000;
}
.list-common-estimate .info-money .money-unit {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    position: relative;
}
.list-common-estimate .info-money strong {
    font-weight: 600;
}
@media print, (min-width: 768px) {
    .list-common-estimate .item-wrapper {
        border-radius: 8px;
    }
    .list-common-estimate .link-thumbnail {
        border-radius: 3px;
    }
    .list-common-estimate .link-label {
        font-size: 13px;
    }
    .list-common-estimate .info-money {
        margin-bottom: 8px;
    }
    .list-common-estimate .info-money .money-number {
        margin-right: 5px;
        font-size: 16px;
    }
    .list-common-estimate .info-money .money-unit {
        top: -1px;
        font-size: 11px;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-estimate .item-wrapper {
        border-radius: 0.08rem;
    }
    .list-common-estimate .link-thumbnail {
        border-radius: 0.03rem;
    }
    .list-common-estimate .link-label {
        font-size: 0.12rem;
        line-height: 1.4;
        letter-spacing: -0.02em;
        text-decoration: underline;
    }
    .list-common-estimate .info-money {
        margin-bottom: 0.11rem;
    }
    .list-common-estimate .info-money .money-number {
        margin-right: 5px;
        font-size: 0.13rem;
    }
    .list-common-estimate .info-money .money-unit {
        top: -1px;
        font-size: 0.09rem;
    }
}

/* LIST (PRODUCT)
 * ----------------------------------------------- */
.list-common-product {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.list-common-product .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-common-product .item-banner {
    display: block;
}
.list-common-product .item-banner:hover .banner-thumbnail {
    opacity: 0.7;
}
.list-common-product .item-banner:hover .banner-label {
    text-decoration: underline;
}
.list-common-product .banner-thumbnail {
    border: 1px solid #e1e1e1;
    display: block;
    transition: opacity 0.3s ease;
}
.list-common-product .banner-thumbnail img {
    width: 100%;
}
.list-common-product .banner-label {
    display: block;
    font-weight: 600;
    color: #0070c0;
}
.list-common-product .info-money {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.list-common-product .money-data {
    display: block;
    position: relative;
    letter-spacing: 0.02em;
}
.list-common-product .data-number, .list-common-product .data-unit {
    position: relative;
}
.list-common-product .data-number {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    color: #e60000;
}
.list-common-product .button-common-cart {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}
@media print, (min-width: 768px) {
    .list-common-product .list-item {
        width: 25%;
    }
    .list-common-product .banner-thumbnail {
        margin-bottom: 10px;
        border-radius: 3px;
    }
    .list-common-product .banner-thumbnail img {
        border-radius: 3px;
    }
    .list-common-product .banner-label {
        min-height: 30px;
        font-size: 12px;
        line-height: 1.333;
    }
    .list-common-product .info-money {
        margin: -3px 0;
        padding-right: 6px;
    }
    .list-common-product .money-data {
        margin: 7px 6px 7px 0;
        top: 0;
    }
    .list-common-product .data-number {
        margin-right: 5px;
        font-size: 16px;
    }
    .list-common-product .data-unit {
        font-size: 11px;
    }
    .list-common-product .button-common-cart {
        background-image: url(../img/common/icon_cart_01.png);
        margin-top: -6px;
        top: 4px;
    }
    .list-common-product .list-common-tag {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-product .list-item {
        width: 50%;
    }
    .list-common-product .banner-thumbnail {
        margin-bottom: 0.07rem;
        border-radius: 0.03rem;
    }
    .list-common-product .banner-thumbnail img {
        border-radius: 0.03rem;
    }
    .list-common-product .banner-label {
        font-size: 0.11rem;
        line-height: 1.5;
    }
    .list-common-product .info-money {
        margin: -0.03rem 0;
    }
    .list-common-product .money-data {
        margin: 0.07rem 0.04rem 0.07rem 0;
        top: 0;
    }
    .list-common-product .data-number {
        margin-right: 0.04rem;
        font-size: 0.13rem;
    }
    .list-common-product .data-unit {
        font-size: 0.1rem;
    }
    .list-common-product .button-common-cart {
        margin-top: -0.06rem;
        top: 0.03rem;
    }
    .list-common-product .list-common-tag {
        margin-top: 0.1rem;
    }
}

/* LIST (TAG)
 * ----------------------------------------------- */
.list-common-tag {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-common-tag a {
    background: #dbcabc;
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: center;
}
@media print, (min-width: 768px) {
    .list-common-tag {
        margin: -2px;
    }
    .list-common-tag li {
        padding: 2px;
    }
    .list-common-tag a {
        min-width: 42px;
        padding: 3px 5px 2px;
        border-radius: 6px;
        font-size: 10px;
    }
    .is-ios.is-safari .list-common-tag a {
        padding-top: 4px;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-tag {
        margin: -0.02rem;
    }
    .list-common-tag li {
        padding: 0.02rem;
    }
    .list-common-tag a {
        min-width: 0.4rem;
        padding: 0.03rem 0.05rem 0.02rem;
        border-radius: 0.06rem;
        font-size: 0.09rem;
    }
}

/* LIST (TOOL)
 * ----------------------------------------------- */
.list-common-tool {
    position: relative;
}
.list-common-tool:not(.is-static) .item-wrapper:hover .info-label {
    text-decoration: underline;
}
.list-common-tool.is-enlarge .item-wrapper:hover .thumbnail-wrapper {
    opacity: 0.99;
    -ms-transform: scale(1.14);
    transform: scale(1.14);
}
.is-firefox .list-common-tool.is-enlarge .item-wrapper:hover .thumbnail-wrapper {
    -ms-transform: scale(1.14) rotate(0.03deg);
    transform: scale(1.14) rotate(0.03deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-common-tool.is-enlarge .item-wrapper:hover .thumbnail-wrapper {
        -ms-transform: scale(1.14) rotate(0.04deg);
        transform: scale(1.14) rotate(0.04deg);
    }
}
.list-common-tool.is-circle .item-thumbnail, .list-common-tool.is-square .item-thumbnail {
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-common-tool.is-circle .thumbnail-wrapper, .list-common-tool.is-square .thumbnail-wrapper {
    padding-top: 100%;
    background: center center/cover no-repeat;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.list-common-tool.is-circle .thumbnail-wrapper img, .list-common-tool.is-square .thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-common-tool.is-circle .thumbnail-wrapper img, .list-common-tool.is-square .thumbnail-wrapper img {
        opacity: 0;
    }
}
.list-common-tool.is-circle .item-info, .list-common-tool.is-square .item-info {
    height: 100%;
    background: #f0eae4;
    position: relative;
    z-index: 0;
}
.list-common-tool.is-circle .info-label, .list-common-tool.is-square .info-label {
    display: block;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
}
.list-common-tool.is-circle .info-detail, .list-common-tool.is-square .info-detail {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.list-common-tool.is-circle .item-thumbnail {
    border-radius: 50%;
}
.list-common-tool.is-circle .info-label {
    text-align: center;
}
.list-common-tool.is-square .item-thumbnail {
    border: 1px solid #e1e1e1;
}
.list-common-tool .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-common-tool .list-item {
    position: relative;
}
.list-common-tool .item-wrapper {
    height: 100%;
    display: block;
    position: relative;
}
@media print, (min-width: 768px) {
    .list-common-tool.is-circle .info-label, .list-common-tool.is-square .info-label {
        font-size: 13px;
    }
    .list-common-tool.is-circle .item-thumbnail {
        border: 5px solid #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    .list-common-tool.is-circle .item-info {
        border-radius: 20px;
    }
    .list-common-tool.is-square .item-thumbnail {
        border-radius: 3px;
    }
    .list-common-tool.is-square .item-info {
        border-radius: 8px;
    }
    .list-common-tool.is-square .info-label {
        margin-bottom: 9px;
    }
    .list-common-tool.is-square .info-detail {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-tool.is-circle .item-info, .list-common-tool.is-square .item-info {
        min-height: 0.9rem;
    }
    .list-common-tool.is-circle .item-thumbnail {
        border: 0.05rem solid #fff;
        box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    }
    .list-common-tool.is-circle .item-info {
        border-radius: 0.1rem;
    }
    .list-common-tool.is-circle .info-label {
        font-size: 0.13rem;
    }
    .list-common-tool.is-square .item-thumbnail {
        border-radius: 0.03rem;
    }
    .list-common-tool.is-square .item-info {
        border-radius: 0.08rem;
    }
    .list-common-tool.is-square .info-label {
        margin-bottom: 0.1rem;
        font-size: 0.12rem;
        text-decoration: underline;
    }
    .list-common-tool.is-square .info-detail {
        font-size: 0.12rem;
    }
}

/* LIST (TOPIC)
 * ----------------------------------------------- */
.list-common-topic.is-topic, .list-common-topic.is-step {
    background: #f0eae4;
    counter-reset: list;
}
.list-common-topic.is-topic .item-wrapper, .list-common-topic.is-step .item-wrapper {
    background: #fff;
}
.list-common-topic.is-topic .item-wrapper::before, .list-common-topic.is-step .item-wrapper::before {
    content: "";
    margin: 0 auto;
    background: #693c00;
    border-radius: 9999px;
    display: block;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.list-common-topic.is-topic .item-wrapper::before {
    counter-increment: list;
    content: "Topic " counter(list);
}
.list-common-topic.is-step .item-wrapper::before {
    counter-increment: list;
    content: "Step " counter(list);
}
.list-common-topic .list-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-common-topic .item-wrapper {
    position: relative;
}
.list-common-topic .item-title {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
}
.list-common-topic .item-detail {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media print, (min-width: 768px) {
    .list-common-topic.is-topic, .list-common-topic.is-step {
        padding: 16px 8.71% 30px;
    }
    .list-common-topic.is-topic .list-wrapper, .list-common-topic.is-step .list-wrapper {
        margin: 0 -15px -48px 0;
    }
    .list-common-topic.is-topic .list-item, .list-common-topic.is-step .list-item {
        width: 25%;
        padding: 0 15px 48px 0;
    }
    .list-common-topic.is-topic .item-wrapper, .list-common-topic.is-step .item-wrapper {
        padding: 0 8px 8px;
        border: 2px solid #693c00;
        border-radius: 8px;
    }
    .list-common-topic.is-topic .item-wrapper::before, .list-common-topic.is-step .item-wrapper::before {
        width: 91px;
        min-height: 35px;
        margin: -20px auto 13px;
        padding: 6px 5px 4px;
        font-size: 16px;
    }
    .list-common-topic.is-topic .modal-common-zoom, .list-common-topic.is-step .modal-common-zoom {
        margin-bottom: 9px;
    }
    .list-common-topic.is-topic .item-detail, .list-common-topic.is-step .item-detail {
        line-height: 1.8;
    }
    .list-common-topic.is-topic .block-common-check, .list-common-topic.is-step .block-common-check {
        margin: 10px 7px 6px;
    }
    .list-common-topic.is-feature .list-wrapper {
        margin: 0 -12px -48px;
    }
    .list-common-topic.is-feature .list-item {
        width: 33.333%;
        padding: 0 12px 48px;
    }
    .list-common-topic.is-feature .modal-common-zoom {
        margin-bottom: 11px;
    }
    .list-common-topic.is-feature .item-detail {
        margin-right: -5px;
        line-height: 1.9;
    }
    .list-common-topic.is-feature .block-common-check {
        margin-top: 10px;
    }
    .list-common-topic .title-common-highlight {
        margin-bottom: 48px;
    }
    .list-common-topic .item-title {
        padding-bottom: 6px;
        font-size: 14px;
    }
    .list-common-topic .item-detail {
        padding-top: 3px;
        font-size: 13px;
    }
}
@media print, (max-width: 1165.98px) and (min-width: 768px) {
    .list-common-topic.is-topic .list-item, .list-common-topic.is-step .list-item {
        width: 33.333%;
    }
    .list-common-topic.is-feature .list-item {
        width: 50%;
    }
}
@media print, (max-width: 965.98px) and (min-width: 768px) {
    .list-common-topic.is-feature .list-item {
        width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-common-topic.is-topic, .list-common-topic.is-step {
        padding: 0.15rem 0.1rem 0.3rem;
        border-radius: 0.05rem;
    }
    .list-common-topic.is-topic .item-wrapper, .list-common-topic.is-step .item-wrapper {
        padding: 0 0.09rem 0.05rem;
        border: 1px solid #693c00;
        border-radius: 0.08rem;
    }
    .list-common-topic.is-topic .item-wrapper::before, .list-common-topic.is-step .item-wrapper::before {
        width: 0.91rem;
        min-height: 0.32rem;
        margin: -0.17rem auto 0.15rem;
        padding: 0.07rem 0.05rem 0.06rem;
        font-size: 0.14rem;
    }
    .list-common-topic .title-common-highlight {
        margin: 0 0 0.46rem;
    }
    .list-common-topic .list-item:not(:last-child) {
        margin-bottom: 0.46rem;
    }
    .list-common-topic .item-title {
        width: 100%;
        padding-bottom: 0.13rem;
        font-size: 0.14rem;
    }
    .list-common-topic .modal-common-zoom {
        width: 1.25rem;
        margin-right: 0.11rem;
        float: left;
        z-index: 10;
    }
    .list-common-topic .item-detail {
        position: relative;
        top: -0.04rem;
        font-size: 0.13rem;
        line-height: 1.8;
    }
    .list-common-topic .block-common-check {
        width: 100%;
        margin: 0.17rem 0 0.1rem;
        display: inline-block;
    }
}

/* MODAL
 * ----------------------------------------------- */
.modal-common-zoom {
    border: 1px solid #e1e1e1;
    display: block;
    position: relative;
    overflow: hidden;
}
.modal-common-zoom .modal-image {
    position: relative;
    z-index: 0;
}
.modal-common-zoom .modal-image img {
    width: 100%;
}
.modal-common-zoom .modal-toggle {
    background: rgba(0, 0, 0, 0.4) url(../img/common/icon_zoom_01.svg) center center/100% 100% no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
@media print, (min-width: 768px) {
    .modal-common-zoom {
        border-radius: 3px;
    }
    .modal-common-zoom .modal-toggle {
        width: 26px;
        height: 26px;
        border-radius: 6px;
        right: 5px;
        bottom: 5px;
    }
}
@media only screen and (max-width: 767.98px) {
    .modal-common-zoom {
        border-radius: 0.03rem;
    }
    .modal-common-zoom .modal-toggle {
        width: 0.16rem;
        height: 0.16rem;
        border-radius: 0.04rem;
        right: 0.05rem;
        bottom: 0.05rem;
    }
}

/* MODAL (BILL)
 * ----------------------------------------------- */
.list-modal-cart {
    border-top: 1px solid #707070;
}
.list-modal-cart > .list-wrapper > .list-item {
    border-bottom: 1px solid #707070;
}
.list-modal-cart .item-thumbnail {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.list-modal-cart .thumbnail-wrapper {
    border: 1px solid #e1e1e1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
}
.list-modal-cart .thumbnail-ratio {
    padding-top: 100%;
    background: center center/cover no-repeat;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
}
.list-modal-cart .thumbnail-ratio img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-modal-cart .thumbnail-ratio img {
        opacity: 0;
    }
}
.list-modal-cart .info-type {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.list-modal-cart .type-bill {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-modal-cart .type-bill:not(:last-child) {
    border-bottom: 1px solid #707070;
}
.list-modal-cart .bill-label {
    width: 100%;
}
.list-modal-cart .money-number {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 600;
    color: #e60000;
}
.list-modal-cart .money-unit {
    position: relative;
}
.list-modal-cart .money-unit strong {
    font-weight: 600;
}
.list-modal-cart .info-status {
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #808080;
}
@media print, (min-width: 768px) {
    .list-modal-cart .list-item {
        padding: 13px 0 0;
    }
    .list-modal-cart .item-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .list-modal-cart .item-label {
        width: 100%;
        margin-bottom: 9px;
        font-size: 13px;
    }
    .list-modal-cart .thumbnail-wrapper {
        width: 42px;
        height: 42px;
        margin: 0 36px 0 4px;
        border-radius: 2px;
    }
    .list-modal-cart .type-bill {
        padding-bottom: 10px;
    }
    .list-modal-cart .type-bill:not(:last-child) {
        margin-bottom: 10px;
    }
    .list-modal-cart .bill-label {
        margin-bottom: 9px;
        font-size: 13px;
    }
    .list-modal-cart .bill-info {
        padding-right: 10px;
    }
    .list-modal-cart .info-money {
        margin-bottom: 9px;
    }
    .list-modal-cart .info-money .money-number {
        margin-right: 4px;
        font-size: 14px;
    }
    .list-modal-cart .info-money .money-unit {
        font-size: 10px;
    }
    .list-modal-cart .info-status {
        font-size: 12px;
    }
    .list-modal-cart .block-common-quantity {
        width: 245px;
    }
    .list-modal-cart .block-common-quantity .quantity-number {
        width: 60px;
        height: 34px;
        margin-right: 30px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-modal-cart .list-item {
        padding: 0.09rem 0 0;
    }
    .list-modal-cart .item-label {
        width: 100%;
        margin-bottom: 0.09rem;
        font-size: 0.14rem;
    }
    .list-modal-cart .item-thumbnail {
        margin-bottom: 0.08rem;
        display: -ms-flexbox;
        display: flex;
    }
    .list-modal-cart .thumbnail-wrapper {
        width: 0.42rem;
        margin: 0 0.09rem 0 0.04rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-radius: 0.02rem;
    }
    .list-modal-cart .thumbnail-label {
        position: relative;
        top: 0.13rem;
        font-size: 0.14rem;
    }
    .list-modal-cart .info-type {
        padding-bottom: 0.04rem;
    }
    .list-modal-cart .type-bill {
        margin: 0 0.12rem;
        padding-bottom: 0.06rem;
    }
    .list-modal-cart .type-bill:not(:last-child) {
        margin-bottom: 0.08rem;
    }
    .list-modal-cart .bill-label {
        margin-bottom: 0.05rem;
        font-size: 0.12rem;
        line-height: 1.7;
    }
    .list-modal-cart .bill-info {
        padding-right: 0.1rem;
    }
    .list-modal-cart .info-money {
        margin-bottom: 0.06rem;
    }
    .list-modal-cart .info-money .money-number {
        margin-right: 0.04rem;
        font-size: 0.13rem;
    }
    .list-modal-cart .info-money .money-unit {
        font-size: 0.1rem;
    }
    .list-modal-cart .info-status {
        font-size: 0.1rem;
    }
    .list-modal-cart .block-common-quantity {
        width: 1.55rem;
    }
    .list-modal-cart .block-common-quantity .quantity-number {
        width: 0.6rem;
        height: 0.3rem;
        margin-right: 0.16rem;
        font-size: 0.13rem;
    }
}

.modal-common-bill {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.modal-common-bill::after {
    content: "";
    min-height: inherit;
    font-size: 0;
}
.modal-common-bill .modal-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-common-bill .button-modal-close {
    background: url(../img/common/icon_close.svg) center center/100% auto no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.modal-common-bill .modal-ratio {
    width: 100%;
    margin: auto 0;
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.modal-common-bill .modal-ratio-width {
    margin: 0 auto;
    position: relative;
    visibility: visible;
}
.modal-common-bill .modal-scroll {
    background: #fff;
    overflow: auto;
}
.modal-common-bill .modal-label {
    font-weight: 600;
    text-align: center;
}
.modal-common-bill .modal-mask {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.modal-common-bill .button-modal-exit {
    margin: 0 auto;
    display: block;
    text-align: center;
    cursor: pointer;
}
.modal-common-bill .button-modal-exit .button-icon {
    margin: 0 auto;
    display: block;
}
@media print, (min-width: 768px) {
    .modal-common-bill .button-modal-close {
        width: 40px;
        height: 40px;
        top: -18px;
        right: -18px;
    }
    .modal-common-bill .modal-ratio-width {
        width: calc(100% - 86px);
        max-width: 550px;
    }
    .modal-common-bill .modal-scroll {
        height: calc(100vh - 86px);
        max-height: calc(100vh - 120px);
        padding: 28px 20px 0;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .modal-common-bill .modal-label {
        margin-bottom: 26px;
        font-size: 16px;
    }
    .modal-common-bill .button-modal-exit {
        width: 50px;
        padding: 17px 0 18px;
        font-size: 10px;
    }
    .modal-common-bill .button-modal-exit .button-icon {
        width: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .modal-common-bill .button-modal-close {
        width: 0.32rem;
        height: 0.32rem;
        top: -0.15rem;
        right: -0.05rem;
    }
    .modal-common-bill .modal-ratio-width {
        width: calc(100% - .25rem);
    }
    .modal-common-bill .modal-scroll {
        height: calc(100vh - 1.6rem);
        padding: 0.29rem 0.05rem 0;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
}
@media only screen and (max-width: 767.98px) and (max-height: 400px) and (max-width: 767.98px) {
    .modal-common-bill .modal-scroll {
        height: 70vh;
    }
}
@media only screen and (max-width: 767.98px) {
    .modal-common-bill .modal-label {
        margin-bottom: 26px;
        font-size: 0.16rem;
    }
    .modal-common-bill .button-modal-exit {
        width: 0.5rem;
        padding: 0.12rem 0 0.15rem;
        font-size: 0.1rem;
    }
    .modal-common-bill .button-modal-exit .button-icon {
        width: 0.4rem;
    }
}

/* MODAL (GALLERY)
 * ----------------------------------------------- */
.modal-common-gallery {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.modal-common-gallery::after {
    content: "";
    min-height: inherit;
    font-size: 0;
}
.modal-common-gallery .modal-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-common-gallery .button-modal-close {
    background: url(../img/common/icon_close.svg) center center/100% auto no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.modal-common-gallery .modal-ratio {
    width: 100%;
    margin: auto 0;
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.modal-common-gallery .modal-ratio-width {
    margin: 0 auto;
    position: relative;
    visibility: visible;
}
.modal-common-gallery .modal-scroll {
    background: #fff;
    overflow: auto;
}
.modal-common-gallery .modal-wrapper img {
    width: 100%;
}
.modal-common-gallery .banner-item {
    display: none;
}
.modal-common-gallery .banner-item.is-active {
    display: block;
}
.modal-common-gallery .banner-item .item-wrapper {
    border: 1px solid #e1e1e1;
    position: relative;
    overflow: hidden;
}
.modal-common-gallery .thumbnail-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.modal-common-gallery .thumbnail-item {
    position: relative;
    overflow: hidden;
}
.modal-common-gallery .thumbnail-item.is-active .item-wrapper:after, .modal-common-gallery .thumbnail-item:hover .item-wrapper:after {
    opacity: 1;
}
.modal-common-gallery .thumbnail-item .item-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.modal-common-gallery .thumbnail-item .item-wrapper:after {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.modal-common-gallery .thumbnail-item img {
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 0;
}
.modal-common-gallery .modal-mask {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
@media print, (min-width: 768px) {
    .modal-common-gallery .button-modal-close {
        width: 40px;
        height: 40px;
        top: -15px;
        right: -15px;
    }
    .modal-common-gallery .modal-ratio-width {
        width: calc(100% - 86px);
        max-width: 1080px;
    }
    .modal-common-gallery .modal-scroll {
        max-height: calc(100vh - 86px);
        padding: 0 28px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
}
@media only screen and (min-width: 768px) and (max-height: 400px) and (max-width: 767.98px) {
    .modal-common-gallery .modal-scroll {
        height: 70vh;
        max-height: 70vh;
    }
}
@media print, (min-width: 768px) {
    .modal-common-gallery .modal-wrapper {
        padding: 50px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .modal-common-gallery .modal-banner {
        width: 50.9766%;
        padding-right: 22px;
    }
    .modal-common-gallery .modal-banner .item-wrapper {
        border-radius: 3px;
    }
    .modal-common-gallery .modal-thumbnail {
        width: 49.0234%;
    }
    .modal-common-gallery .modal-thumbnail .thumbnail-wrapper {
        margin: -13px;
    }
    .modal-common-gallery .modal-thumbnail .thumbnail-item {
        width: 33.333%;
        padding: 13px;
    }
    .modal-common-gallery .thumbnail-item.is-active .item-wrapper:after, .modal-common-gallery .thumbnail-item:hover .item-wrapper:after {
        border: 3px solid #000;
    }
    .modal-common-gallery .thumbnail-item .item-wrapper::after {
        border-radius: 3px;
    }
    .modal-common-gallery .thumbnail-item .item-wrapper img {
        border-radius: 3px;
    }
}
@media only screen and (max-width: 767.98px) {
    .modal-common-gallery .button-modal-close {
        width: 0.32rem;
        height: 0.32rem;
        top: -0.15rem;
        right: -0.07rem;
    }
    .modal-common-gallery .modal-ratio-width {
        width: calc(100% - .25rem);
    }
    .modal-common-gallery .modal-scroll {
        height: 5.4rem;
        max-height: calc(100vh - 1rem);
        padding: 0.24rem 0.1rem 0.18rem;
        border-radius: 0.08rem;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .modal-common-gallery .modal-banner {
        margin-bottom: 0.16rem;
    }
    .modal-common-gallery .modal-banner .item-wrapper {
        border-radius: 0.03rem;
    }
    .modal-common-gallery .modal-thumbnail {
        overflow: hidden;
    }
    .modal-common-gallery .modal-thumbnail .thumbnail-wrapper {
        margin: -0.1rem -0.12rem;
    }
    .modal-common-gallery .modal-thumbnail .thumbnail-item {
        width: 25%;
        padding: 0.1rem 0.12rem;
    }
    .modal-common-gallery .modal-thumbnail .item-wrapper {
        border-radius: 0.03rem;
    }
    .modal-common-gallery .thumbnail-item.is-active .item-wrapper:after, .modal-common-gallery .thumbnail-item:hover .item-wrapper:after {
        border: 0.02rem solid #000;
    }
    .modal-common-gallery .thumbnail-item .item-wrapper::after {
        border-radius: 0.03rem;
    }
    .modal-common-gallery .thumbnail-item .item-wrapper img {
        border-radius: 0.03rem;
    }
}

/* MODAL (SHOWCASE)
 * ----------------------------------------------- */
.modal-common-showcase .gallery-banner {
    border: 1px solid #e1e1e1;
    position: relative;
    overflow: hidden;
}
.modal-common-showcase .gallery-banner li {
    display: none;
}
.modal-common-showcase .gallery-banner li.is-active {
    display: block;
}
.modal-common-showcase .banner-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.modal-common-showcase .banner-icon.is-youtube {
    background: url(../img/common/icon_youtube_01.svg) center center/100% 100% no-repeat;
}
.modal-common-showcase .banner-ratio {
    padding-top: 100%;
    background: center center/cover no-repeat;
    position: relative;
    z-index: 0;
}
.modal-common-showcase .banner-ratio img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal-common-showcase .banner-ratio img {
        opacity: 0;
    }
}
.modal-common-showcase .gallery-list .list-wrapper {
    display: -ms-flexbox;
    display: flex;
}
.modal-common-showcase .gallery-list .list-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.modal-common-showcase .gallery-list .list-item::before, .modal-common-showcase .gallery-list .list-item::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.modal-common-showcase .gallery-list .list-item::before {
    border: 1px solid #e1e1e1;
    z-index: 1;
}
.modal-common-showcase .gallery-list .list-item::after {
    opacity: 0;
    z-index: 2;
}
.modal-common-showcase .gallery-list .list-item:hover::before, .modal-common-showcase .gallery-list .list-item.is-active::before {
    opacity: 0;
}
.modal-common-showcase .gallery-list .list-item:hover::after, .modal-common-showcase .gallery-list .list-item.is-active::after {
    opacity: 1;
}
.modal-common-showcase .gallery-list .item-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
}
.modal-common-showcase .gallery-list .item-icon.is-youtube {
    background: url(../img/common/icon_youtube_01.svg) center center no-repeat;
}
.modal-common-showcase .gallery-list .item-wrapper {
    padding-top: 100%;
    background: center center/cover no-repeat;
    display: block;
    position: relative;
    z-index: 0;
}
.modal-common-showcase .gallery-list .item-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal-common-showcase .gallery-list .item-wrapper img {
        opacity: 0;
    }
}
.modal-common-showcase .modal-info {
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.modal-common-showcase .info-money {
    letter-spacing: 0.02em;
}
.modal-common-showcase .info-money .money-number {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    color: #e60000;
}
.modal-common-showcase .info-money .money-unit {
    position: relative;
}
.modal-common-showcase .info-money strong {
    font-weight: 600;
}
.modal-common-showcase .info-estimate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-common-showcase .estimate-item:not(:last-child) {
    border-right: 2px solid #e1e1e1;
}
.modal-common-showcase .estimate-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.modal-common-showcase .estimate-label .label-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.modal-common-showcase .estimate-label .label-text {
    position: relative;
    font-weight: 600;
}
.modal-common-showcase .estimate-content {
    text-align: center;
    font-weight: 600;
}
.modal-common-showcase .info-title {
    font-weight: 600;
}
.modal-common-showcase .info-benefit .benefit-item {
    display: -ms-flexbox;
    display: flex;
}
.modal-common-showcase .info-benefit .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.modal-common-showcase .info-benefit .item-wrapper:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #0070c0;
    text-decoration-color: #0070c0;
}
.modal-common-showcase .info-benefit .item-icon {
    border-radius: 50%;
    background: #b5b5b5;
    overflow: hidden;
}
.modal-common-showcase .info-benefit .item-label {
    position: relative;
    color: #0070c0;
    letter-spacing: 0.02em;
}
@media print, (min-width: 768px) {
    .modal-common-showcase {
        display: -ms-flexbox;
        display: flex;
        width: 1020px;
    }
    .modal-common-showcase .modal-gallery {
        width: 520px;
        padding-right: 19px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .modal-common-showcase .gallery-banner {
        width: calc(100% - 51px);
        border-radius: 3px;
    }
    .modal-common-showcase .banner-icon.is-youtube {
        width: 84px;
        height: 61px;
    }
    .modal-common-showcase .gallery-list {
        width: 37px;
        margin-right: 14px;
    }
    .modal-common-showcase .gallery-list .list-wrapper {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .modal-common-showcase .gallery-list .list-item {
        border-radius: 3px;
    }
    .modal-common-showcase .gallery-list .list-item::before, .modal-common-showcase .gallery-list .list-item::after {
        border-radius: 3px;
    }
    .modal-common-showcase .gallery-list .list-item::after {
        border: 2px solid #000;
    }
    .modal-common-showcase .gallery-list .list-item:not(:last-child) {
        margin-bottom: 9px;
    }
    .modal-common-showcase .gallery-list .item-icon.is-youtube {
        background-size: 18px 18px;
    }
    .modal-common-showcase .modal-info {
        top: -6px;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    .modal-common-showcase .info-title {
        margin-bottom: 3px;
        font-size: 22px;
        line-height: 1.7;
    }
    .modal-common-showcase .info-money {
        margin-top: 7px;
    }
    .modal-common-showcase .info-money .money-number {
        margin-right: 6px;
        font-size: 22px;
    }
    .modal-common-showcase .info-money .money-unit {
        top: -1px;
        font-size: 12px;
    }
    .modal-common-showcase .info-money b {
        font-weight: 600;
    }
    .modal-common-showcase .info-benefit {
        padding: 16px 0 12px;
    }
    .modal-common-showcase .info-benefit .benefit-item:not(:last-child) {
        margin-bottom: 6px;
    }
    .modal-common-showcase .info-benefit .item-icon {
        width: 18px;
        height: 18px;
        margin-right: 11px;
    }
    .modal-common-showcase .info-benefit .item-label {
        top: 1px;
        font-size: 10px;
        line-height: 1.8;
    }
    .modal-common-showcase .info-benefit .item-label .is-ios.is-chrome {
        top: 0;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .modal-common-showcase .info-benefit .item-label {
        top: 0;
    }
}
@media print, (min-width: 768px) {
    .modal-common-showcase .info-description {
        padding-bottom: 13px;
        font-size: 14px;
        line-height: 1.7;
    }
    .modal-common-showcase .info-estimate {
        padding-bottom: 16px;
    }
    .modal-common-showcase .estimate-item {
        padding: 6px 19px 4px;
    }
    .modal-common-showcase .estimate-label {
        margin-bottom: 6px;
    }
    .modal-common-showcase .estimate-label .label-icon {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
    .modal-common-showcase .estimate-label .label-text {
        top: 1px;
        font-size: 12px;
    }
    .modal-common-showcase .estimate-content {
        font-size: 14px;
    }
    .modal-common-showcase .info-controller {
        margin: -5px -10px;
        padding-top: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modal-common-showcase .info-controller > * {
        margin: 5px 10px;
    }
}
@media print, (max-width: 1265.98px) and (min-width: 768px) {
    .modal-common-showcase {
        width: 100%;
    }
}
@media print, (max-width: 965.98px) and (min-width: 768px) {
    .modal-common-showcase .modal-gallery {
        width: 55%;
    }
    .modal-common-showcase .gallery-list {
        width: 30px;
        margin-right: 10px;
    }
    .modal-common-showcase .gallery-banner {
        width: calc(100% - 40px);
    }
    .modal-common-showcase .modal-info {
        width: 45%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
@media only screen and (max-width: 767.98px) {
    .modal-common-showcase .modal-gallery {
        margin-bottom: 0.15rem;
    }
    .modal-common-showcase .gallery-banner {
        margin-bottom: 0.14rem;
        border-radius: 0.03rem;
    }
    .modal-common-showcase .banner-icon.is-youtube {
        width: 0.59rem;
        height: 0.43rem;
    }
    .modal-common-showcase .banner-count {
        padding: 0.03rem 0.12rem 0.04rem;
        border-radius: 9999px;
        background: rgba(255, 255, 255, 0.6);
        position: absolute;
        bottom: 0.03rem;
        left: 50%;
        z-index: 1;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        font-size: 0.1rem;
        text-align: center;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .modal-common-showcase .banner-ratio {
        z-index: 0;
    }
    .modal-common-showcase .gallery-list .list-wrapper {
        width: 100%;
        overflow: auto;
    }
    .modal-common-showcase .gallery-list .list-item {
        width: 0.5rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-radius: 0.03rem;
    }
    .modal-common-showcase .gallery-list .list-item::before, .modal-common-showcase .gallery-list .list-item::after {
        border-radius: 0.03rem;
    }
    .modal-common-showcase .gallery-list .list-item::after {
        border: 1px solid #000;
    }
    .modal-common-showcase .gallery-list .list-item:not(:last-child) {
        margin-right: 0.05rem;
    }
    .modal-common-showcase .gallery-list .item-icon.is-youtube {
        background-size: 0.22rem 0.22rem;
    }
    .modal-common-showcase .info-title {
        margin-bottom: 0.08rem;
        font-size: 0.18rem;
        line-height: 1.6;
    }
    .modal-common-showcase .info-money {
        padding: 0.01rem 0 0.16rem;
    }
    .modal-common-showcase .info-money .money-number {
        margin-right: 0.06rem;
        font-size: 0.22rem;
    }
    .modal-common-showcase .info-money .money-unit {
        top: -0.01rem;
        font-size: 0.12rem;
    }
    .modal-common-showcase .info-benefit {
        padding-bottom: 0.2rem;
    }
    .modal-common-showcase .info-benefit .benefit-item:not(:last-child) {
        margin-bottom: 0.06rem;
    }
    .modal-common-showcase .info-benefit .item-icon {
        width: 0.18rem;
        height: 0.18rem;
        margin-right: 0.11rem;
    }
    .modal-common-showcase .info-benefit .item-label {
        top: 0.01rem;
        font-size: 0.1rem;
        line-height: 1.8;
        text-decoration: underline;
        -webkit-text-decoration-color: #0070c0;
        text-decoration-color: #0070c0;
    }
    .modal-common-showcase .info-description {
        margin-bottom: 0.1rem;
        font-size: 0.12rem;
        line-height: 1.7;
    }
    .modal-common-showcase .info-estimate {
        padding-bottom: 0.16rem;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .modal-common-showcase .estimate-item {
        padding: 0.06rem 0.19rem 0.04rem;
    }
    .modal-common-showcase .estimate-label {
        margin-bottom: 0.05rem;
    }
    .modal-common-showcase .estimate-label .label-icon {
        width: 0.16rem;
        height: 0.16rem;
        margin-right: 0.08rem;
    }
    .modal-common-showcase .estimate-label .label-text {
        top: 1px;
        font-size: 0.12rem;
    }
    .modal-common-showcase .estimate-content {
        padding-left: 0.03rem;
        font-size: 0.14rem;
    }
    .modal-common-showcase .info-controller > *:not(:last-child) {
        margin-bottom: 0.15rem;
    }
}

/* MODAL (YOUTUBE)
 * ----------------------------------------------- */
.modal-common-youtube {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.modal-common-youtube::after {
    content: "";
    min-height: inherit;
    font-size: 0;
}
.modal-common-youtube .modal-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-common-youtube .button-modal-close {
    background: url(../img/common/icon_close.svg) center center/100% 100% no-repeat;
    display: block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.modal-common-youtube .modal-ratio {
    position: relative;
    z-index: 1;
    visibility: hidden;
}
.modal-common-youtube .modal-ratio-width {
    padding-top: 56.25%;
    position: relative;
}
.modal-common-youtube .modal-ratio-height {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: visible;
}
.modal-common-youtube .modal-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 0;
}
.modal-common-youtube .modal-wrapper iframe {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: none;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
}
.modal-common-youtube .modal-mask {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
@media print, (min-width: 768px) {
    .modal-common-youtube .button-modal-close {
        width: 30px;
        height: 30px;
        top: -15px;
        right: -15px;
    }
    .modal-common-youtube .modal-ratio {
        width: calc(100% - 86px);
        max-width: 1080px;
    }
    .modal-common-youtube .modal-ratio-height {
        max-height: calc(100vh - 86px);
    }
}
@media only screen and (max-width: 767.98px) {
    .modal-common-youtube .button-modal-close {
        width: 0.32rem;
        height: 0.32rem;
        top: -0.15rem;
        right: -0.07rem;
    }
    .modal-common-youtube .modal-ratio {
        width: calc(100% - .25rem);
    }
    .modal-common-youtube .modal-ratio-height {
        max-height: calc(100vh - 1rem);
    }
}

/* PAGINATION
 * ----------------------------------------------- */
.pagination-common {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    letter-spacing: 0.07em;
}
.pagination-common .wp-pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination-common a, .pagination-common span {
    border: 1px solid #693c00;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.pagination-common a {
    color: #000;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.pagination-common a:hover {
    background-color: #693c00;
    color: #fff;
    opacity: 1;
}
.pagination-common span.current {
    background-color: #693c00;
    color: #fff;
}
@media print, (min-width: 768px) {
    .pagination-common {
        font-size: 16px;
    }
    .pagination-common .wp-pager:not(:last-child) {
        margin-bottom: -4px;
    }
    .pagination-common ul {
        margin: 0 -10px -17px 0;
    }
    .pagination-common li {
        padding: 0 10px 17px 0;
    }
    .pagination-common a, .pagination-common span {
        min-width: 40px;
        padding: 9px 5px 8px;
        border-radius: 3px;
    }
    .pagination-common .arrow a {
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media only screen and (max-width: 767.98px) {
    .pagination-common {
        font-size: 0.13rem;
    }
    .pagination-common .wp-pager:not(:last-child) {
        margin-bottom: -0.01rem;
    }
    .pagination-common ul {
        margin: 0 -0.08rem -0.13rem 0;
    }
    .pagination-common li {
        padding: 0 0.08rem 0.13rem 0;
    }
    .pagination-common a, .pagination-common span {
        min-width: 0.33rem;
        padding: 0.08rem 0.03rem 0.06rem;
        border-radius: 0.03rem;
    }
    .pagination-common .arrow a {
        padding-right: 0.13rem;
        padding-left: 0.13rem;
    }
}

/* SLICK SLIDER
 * ----------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    display: table;
    content: "";
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* STRUCTURE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
    .structure-common {
        margin: 0 -20px;
    }
    .structure-common .structure-end {
        padding-bottom: 186px;
    }
    .structure-common .structure-end .title-common {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767.98px) {
    .structure-common {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .structure-common .breadcrumb-common {
        margin-bottom: 0.3rem;
        -ms-flex-order: 2;
        order: 2;
    }
    .structure-common .structure-frame {
        -ms-flex-order: 1;
        order: 1;
    }
    .structure-common .structure-end {
        padding-bottom: 1.45rem;
        -ms-flex-order: 3;
        order: 3;
    }
    .structure-common .structure-end .title-common {
        margin-bottom: 0.14rem;
    }
}

.structure-common-article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media print, (min-width: 768px) {
    .structure-common-article {
        margin: 0 -20px;
    }
    .structure-common-article .breadcrumb-common {
        width: 100%;
        -ms-flex-order: 0;
        order: 0;
    }
    .structure-common-article .aside-common-category {
        width: calc(19.033% + 20px);
        min-width: 160px;
        padding-right: 20px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-order: 1;
        order: 1;
    }
    .structure-common-article .structure-frame {
        max-width: calc(100% - 160px);
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media only screen and (max-width: 767.98px) {
    .structure-common-article {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .structure-common-article .breadcrumb-common {
        margin-bottom: 0.28rem;
        -ms-flex-order: 2;
        order: 2;
    }
    .structure-common-article .aside-common-category {
        -ms-flex-order: 3;
        order: 3;
    }
    .structure-common-article .structure-frame {
        -ms-flex-order: 1;
        order: 1;
    }
}

/* TABLE
 * ----------------------------------------------- */
.table-common {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.table-common .table-label {
    font-weight: 600;
}
.table-common .table-wrapper {
    width: 100%;
    border: 1px solid #e1e1e1;
    table-layout: fixed;
}
.table-common .table-item:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}
.table-common .item-heading {
    background: #f0eae4;
}
.table-common .heading-wrapper, .table-common .content-wrapper {
    position: relative;
}
@media print, (min-width: 768px) {
    .table-common .table-label {
        margin-bottom: 18px;
        font-size: 16px;
    }
    .table-common .table-wrapper {
        font-size: 13px;
        line-height: 1.7;
    }
    .table-common .table-wrapper:not(:last-child) {
        margin-bottom: 30px;
    }
    .table-common .item-heading, .table-common .item-content {
        padding: 14px 18px 13px;
        vertical-align: top;
    }
    .table-common .item-heading {
        width: 160px;
        border-right: 1px solid #e1e1e1;
    }
    .table-common .item-content:not(:last-child) {
        border-right: 1px solid #e1e1e1;
    }
    .table-common .heading-wrapper, .table-common .content-wrapper {
        top: 1px;
    }
    .is-ie .table-common .heading-wrapper, .is-ie .table-common .content-wrapper {
        top: 0;
    }
    .table-common .list-common-topic {
        margin: 3px 0;
    }
}
@media only screen and (max-width: 767.98px) {
    .table-common .table-label {
        margin-bottom: 0.08rem;
        font-size: 0.16rem;
    }
    .table-common .table-wrapper:not(.is-keep) {
        display: block;
    }
    .table-common .table-wrapper:not(.is-keep) tbody, .table-common .table-wrapper:not(.is-keep) tr, .table-common .table-wrapper:not(.is-keep) th, .table-common .table-wrapper:not(.is-keep) td {
        display: block;
    }
    .table-common .table-wrapper:not(.is-keep) .item-heading {
        border-bottom: 1px solid #e1e1e1;
        padding: 0.09rem 0.1rem 0.08rem;
        text-align: center;
    }
    .table-common .table-wrapper:not(.is-keep) .item-content {
        padding: 0.06rem 0.1rem 0.05rem;
    }
    .table-common .table-wrapper.is-keep .item-heading {
        width: 0.6rem;
        padding: 0.13rem 0.05rem 0.12rem;
        vertical-align: top;
        line-height: 1.8;
    }
    .table-common .table-wrapper.is-keep .item-content {
        padding: 0.13rem 0.1rem 0.12rem;
        border-left: 1px solid #e1e1e1;
        vertical-align: top;
    }
    .table-common .table-wrapper {
        font-size: 0.13rem;
    }
    .table-common .table-wrapper:not(:last-child) {
        margin-bottom: 0.26rem;
    }
    .table-common .item-content {
        line-height: 1.8;
    }
    .table-common .heading-wrapper, .table-common .content-wrapper {
        top: 0.01rem;
    }
    .table-common .list-common-topic {
        margin: -0.02rem 0;
    }
    .table-common .list-common-topic .list-item:not(:last-child) {
        margin-bottom: 0.23rem;
    }
    .table-common .list-common-topic .item-title {
        margin-bottom: -0.03rem;
    }
    .table-common .list-common-topic .modal-common-zoom {
        margin-right: 0.1rem;
    }
    .table-common .list-common-topic .block-common-check {
        margin-top: 0.06rem;
        padding: 0.03rem 0.04rem 0.01rem;
    }
    .table-common .list-common-topic .check-title {
        margin-bottom: 0;
    }
}

/* TITLE
 * ----------------------------------------------- */
.title-common {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.title-common::after {
    content: "";
    min-height: inherit;
    font-size: 0;
}
.title-common .title-wrapper, .title-common .title-main, .title-common .title-text {
    display: block;
    text-align: center;
}
.title-common .title-wrapper {
    position: relative;
}
.title-common .title-main {
    font-weight: 600;
}
.title-common .title-main.is-special {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
}
@media print, (min-width: 768px) {
    .title-common {
        width: 100%;
        max-width: 600px;
        min-height: 45px;
        padding: 16px 10px 32px;
        background: url(../img/common/background_dot_02.jpg) top center/100% 2px no-repeat, url(../img/common/background_border_01.png) top calc(100% - 1px) center/30px 15px no-repeat, url(../img/common/background_dot_02.jpg) top calc(100% - 14px) right/calc(50% - 14px) 2px no-repeat, url(../img/common/background_dot_02.jpg) top calc(100% - 14px) left/calc(50% - 14px) 2px no-repeat;
    }
    .title-common .title-wrapper {
        top: 1px;
    }
    .title-common .title-main {
        font-size: 20px;
        letter-spacing: 0.1em;
    }
    .title-common .title-main.is-special, .title-common .title-main.is-solo {
        margin: -1px 0 2px;
    }
    .title-common .title-main.is-solo {
        margin-top: -4px;
        font-family: "Roboto Slab", sans-serif;
        font-weight: 700;
    }
    .title-common .title-main.is-narrow {
        letter-spacing: 0;
    }
    .title-common .title-note {
        font-size: 12px;
        letter-spacing: 0.1em;
    }
}
@media only screen and (max-width: 767.98px) {
    .title-common {
        width: calc(100% - .2rem);
        min-height: 0.45rem;
        padding: 0.16rem 0.05rem 0.32rem;
        background: url(../img/common/background_dot_02.jpg) top center/100% 2px no-repeat, url(../img/common/sp/background_border_01.png) top calc(100%) center/15px 15px no-repeat, url(../img/common/background_dot_02.jpg) top calc(100% - 13px) right/calc(50% - 7px) 2px no-repeat, url(../img/common/background_dot_02.jpg) top calc(100% - 13px) left/calc(50% - 7px) 2px no-repeat;
    }
    .title-common.is-narrow {
        min-height: 0.4rem;
        padding: 0.06rem 0.05rem 0.22rem;
    }
    .title-common.is-narrow .title-main {
        margin: 0;
    }
    .title-common .title-wrapper {
        top: 1px;
    }
    .title-common .title-main {
        margin-bottom: 0.07rem;
        font-size: 0.16rem;
    }
    .title-common .title-main.is-special {
        margin: -0.04rem 0 0.08rem;
    }
    .title-common .title-note {
        font-size: 0.11rem;
    }
}

.title-common-category {
    display: block;
    color: #693c00;
}
.title-common-category .title-wrapper {
    display: -ms-flexbox;
    display: flex;
}
.title-common-category .title-icon, .title-common-category .title-label {
    display: block;
    position: relative;
}
.title-common-category .title-label {
    letter-spacing: 0.2em;
}
@media print, (min-width: 768px) {
    .title-common-category {
        padding: 8px 8px 7px;
        border-radius: 3px;
        background: #f0eae4;
        font-size: 14px;
    }
    .title-common-category .title-wrapper {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .title-common-category .item-icon {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }
    .title-common-category .title-label {
        top: 7px;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
    .title-common-category .title-label {
        top: 6px;
    }
}

@media only screen and (max-width: 767.98px) {
    .title-common-category {
        color: #693c00;
    }
    .title-common-category .title-wrapper {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
    .title-common-category .title-label {
        font-size: 0.14rem;
        font-weight: 600;
    }
    .title-common-category .title-button {
        padding: 0 0.08rem;
        background: url(../img/common/icon_arrow_06_right.svg) center right 0px/0.06rem 0.1rem no-repeat;
        display: block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 0.11rem;
        letter-spacing: 0.2em;
        color: #693c00;
    }
    .title-common-category .button-wrapper {
        display: block;
        position: relative;
        top: 0.01rem;
    }
}

.title-common-highlight {
    margin: 0 auto;
    background: center center/100% 100% no-repeat;
    display: block;
}
.title-common-highlight .title-wrapper {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-weight: 600;
}
.title-common-highlight .title-text {
    display: block;
    position: relative;
    text-align: center;
}
@media print, (min-width: 768px) {
    .title-common-highlight {
        width: 450px;
        height: 80px;
        padding: 34px 10px 2px;
        background-image: url(../img/common/background_title_01.svg);
    }
    .title-common-highlight .title-text {
        top: 1px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767.98px) {
    .title-common-highlight {
        height: 0.61rem;
        margin: 0 0.1rem;
        padding: 0.25rem 0.1rem 0.02rem;
        background-image: url(../img/common/sp/background_title_01.svg);
    }
    .title-common-highlight .title-text {
        top: 1px;
        font-size: 0.18rem;
    }
}

/* TOAST
 * ----------------------------------------------- */
.toast-common {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 900;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.toast-common.is-favorite {
    z-index: 800;
}
.toast-common .toast-head {
    background: #ad9886;
    position: relative;
    color: #fff;
    font-weight: 600;
}
.toast-common .toast-head:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
}
.toast-common .head-title {
    position: relative;
    z-index: 1;
    line-height: 1;
}
.toast-common .button-toast-close {
    background: url(../img/common/icon_close_toast.svg) 50% 50%/100% auto no-repeat;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
@media print, (min-width: 768px) {
    .toast-common {
        width: 320px;
        border-radius: 10px;
        top: 80px;
        right: -32px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    .toast-common.is-favorite .toast-head {
        border-radius: 10px;
    }
    .toast-common.is-favorite .toast-head:before {
        right: 87px;
    }
    .toast-common .toast-head {
        padding: 16px 20px 12px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        font-size: 13px;
    }
    .toast-common .toast-head:before {
        border: 12px solid transparent;
        border-top: 0;
        border-bottom: 18px solid #ad9886;
        top: -17px;
        right: 16px;
    }
    .toast-common .button-toast-close {
        width: 22px;
        height: 22px;
        top: 10px;
        right: 13px;
    }
    .toast-common .toast-body {
        padding: 15px 15px 10px;
        display: -ms-flexbox;
        display: flex;
    }
    .toast-common .body-image {
        margin-right: 13px;
        -ms-flex: 50px 0 0;
        flex: 50px 0 0;
    }
    .toast-common .body-image img {
        width: 100%;
        display: block;
    }
    .toast-common .body-info {
        width: 100%;
    }
    .toast-common .body-info .info-name {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 600;
    }
    .toast-common .body-info .info-quantity {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .toast-common .body-info .info-price {
        color: #e60000;
        font-size: 11px;
    }
    .toast-common .toast-foot {
        padding: 5px 15px 10px;
        border-top: 1px solid #e1e1e1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .toast-common .foot-total {
        padding-top: 2px;
        font-weight: 600;
    }
    .toast-common .button-toast-checkout {
        width: 115px;
        height: 30px;
        padding: 10px 0;
        border-radius: 30px;
        background: #7fcd9a;
        display: block;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }
}
@media only screen and (max-width: 767.98px) {
    .toast-common {
        width: 94%;
        top: 0.54rem;
        left: 0.12rem;
        box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
    }
    .toast-common.is-favorite .toast-head:before {
        left: 0.4rem;
    }
    .toast-common .toast-head {
        padding: 0.1rem 0.2rem;
        font-size: 0.12rem;
    }
    .toast-common .toast-head:before {
        border: 0.08rem solid transparent;
        border-top: 0;
        border-bottom: 0.14rem solid #ad9886;
        top: -0.13rem;
        left: 0.1rem;
    }
    .toast-common .head-title {
        top: 0.01rem;
    }
    .toast-common .button-toast-close {
        width: 0.17rem;
        height: 0.17rem;
        top: 0.08rem;
        right: 0.12rem;
    }
}

/* PAGE
 * ----------------------------------------------- */
/* PRODUCT
 * ----------------------------------------------- */
.list-product-preview .item-banner {
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.list-product-preview .item-banner img {
    width: 100%;
}
.list-product-preview .item-info {
    position: relative;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.list-product-preview .info-title {
    font-weight: 600;
}
@media print, (min-width: 768px) {
    .list-product-preview .list-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .list-product-preview .list-item:not(:last-child) {
        margin-bottom: 52px;
    }
    .list-product-preview .item-banner {
        width: 48.829%;
        margin-right: 22px;
        border-radius: 3px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .list-product-preview .item-info {
        top: -2px;
    }
    .list-product-preview .info-title {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .list-product-preview .info-detail {
        font-size: 13px;
        line-height: 1.8;
    }
}
@media only screen and (max-width: 767.98px) {
    .list-product-preview .list-item:not(:last-child) {
        margin-bottom: 0.24rem;
    }
    .list-product-preview .item-banner {
        margin-bottom: 0.17rem;
        border-radius: 0.03rem;
    }
    .list-product-preview .info-title {
        margin-bottom: 0.07rem;
        font-size: 0.14rem;
    }
    .list-product-preview .info-detail {
        font-size: 0.13rem;
        line-height: 1.8;
    }
}

@media print, (min-width: 768px) {
    .structure-frame.is-paint-milkpaint .modal-common-showcase {
        margin: -7px auto 99px;
    }
    .structure-frame.is-paint-milkpaint .list-common-topic.is-topic, .structure-frame.is-paint-milkpaint .list-common-topic.is-step {
        margin-bottom: 100px;
    }
    .structure-frame.is-paint-milkpaint .table-common {
        margin: 0 8.71% 100px;
    }
    .structure-frame.is-paint-milkpaint .block-common-recommend {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 767.98px) {
    .structure-frame.is-paint-milkpaint .modal-common-showcase {
        margin: 0.07rem 0.1rem 0.75rem;
    }
    .structure-frame.is-paint-milkpaint .list-common-topic.is-topic, .structure-frame.is-paint-milkpaint .list-common-topic.is-step {
        margin-bottom: 0.75rem;
    }
    .structure-frame.is-paint-milkpaint .table-common {
        margin: 0 0.1rem 0.75rem;
    }
    .structure-frame.is-paint-milkpaint .block-common-recommend {
        margin-bottom: 0.75rem;
    }
}

@media print, (min-width: 768px) {
    .structure-frame.is-shelf-detail {
        padding-bottom: 100px;
    }
    .structure-frame.is-shelf-detail .modal-common-showcase {
        margin: -7px auto 97px;
    }
    .structure-frame.is-shelf-detail .title-common {
        margin-bottom: 40px;
    }
    .structure-frame.is-shelf-detail .list-common-estimate {
        margin-bottom: 98px;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .list-wrapper {
        width: 1038px;
        margin: 0 auto -30px;
        padding-left: 9px;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .list-item {
        width: 147px;
        padding: 35px 9px 30px 0;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .item-link {
        padding: 63px 10px 7px;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .link-thumbnail {
        width: calc(100% - 24px);
        max-width: 90px;
        top: 10px;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .item-info {
        padding: 0 10px 15px;
    }
    .structure-frame.is-shelf-detail .list-common-topic {
        margin-bottom: 98px;
    }
    .structure-frame.is-shelf-detail .table-common {
        margin: 0 8.71%;
    }
    .structure-frame.is-shelf-detail .table-common {
        margin-bottom: 98px;
    }
}
@media print, (max-width: 1365.98px) and (min-width: 768px) {
    .structure-frame.is-shelf-detail .list-common-estimate .list-wrapper {
        width: 891px;
    }
}
@media print, (max-width: 1165.98px) and (min-width: 768px) {
    .structure-frame.is-shelf-detail .list-common-estimate .list-wrapper {
        width: 744px;
    }
}
@media print, (max-width: 965.98px) and (min-width: 768px) {
    .structure-frame.is-shelf-detail .list-common-estimate .list-wrapper {
        width: 597px;
    }
}
@media only screen and (max-width: 767.98px) {
    .structure-frame.is-shelf-detail {
        padding: 0.07rem 0 0.67rem;
    }
    .structure-frame.is-shelf-detail .modal-common-showcase {
        margin: 0 0.1rem 0.74rem;
    }
    .structure-frame.is-shelf-detail .title-common {
        margin-bottom: 0.16rem;
    }
    .structure-frame.is-shelf-detail .list-common-estimate {
        margin: 0 0.1rem 0.73rem;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .list-wrapper {
        margin: 0 -0.04rem -0.12rem;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .list-item {
        width: 33.333%;
        padding: 0.3rem 0.04rem 0.12rem;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .item-link {
        padding: 0.47rem 0.05rem 0.09rem;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .link-thumbnail {
        width: calc(100% - .35rem);
        max-width: 0.65rem;
        top: 0.08rem;
    }
    .structure-frame.is-shelf-detail .list-common-estimate .item-info {
        padding: 0 0.06rem 0.09rem;
    }
    .structure-frame.is-shelf-detail .list-common-topic {
        margin-bottom: 0.74rem;
    }
    .structure-frame.is-shelf-detail .list-product-preview {
        margin: 0 0.205rem;
    }
    .structure-frame.is-shelf-detail .table-common {
        margin: 0 0.1rem 0.73rem;
    }
}

@media print, (min-width: 768px) {
    .structure-frame.is-kitchen-detail {
        padding-bottom: 100px;
    }
    .structure-frame.is-kitchen-detail .modal-common-showcase {
        margin: -7px auto 99px;
    }
    .structure-frame.is-kitchen-detail .title-common {
        margin-bottom: 40px;
    }
    .structure-frame.is-kitchen-detail .list-common-tool {
        margin-bottom: 103px;
    }
    .structure-frame.is-kitchen-detail .list-common-tool .list-wrapper {
        width: 1060px;
        margin: 0 auto -31px;
    }
    .structure-frame.is-kitchen-detail .list-common-tool .list-item {
        width: 265px;
        padding: 90px 20px 31px;
    }
    .structure-frame.is-kitchen-detail .list-common-tool .item-thumbnail {
        width: calc(100% - 24px);
        max-width: 180px;
    }
    .structure-frame.is-kitchen-detail .list-common-tool .item-info {
        padding: 109px 13px 18px;
    }
    .structure-frame.is-kitchen-detail .title-common-highlight {
        margin-bottom: 30px;
    }
    .structure-frame.is-kitchen-detail .list-product-preview {
        margin: 0 8.71%;
    }
}
@media print, (max-width: 1165.98px) and (min-width: 768px) {
    .structure-frame.is-kitchen-detail .list-common-tool .list-wrapper {
        width: 795px;
    }
}
@media print, (max-width: 965.98px) and (min-width: 768px) {
    .structure-frame.is-kitchen-detail .list-common-tool .list-wrapper {
        width: 530px;
    }
}
@media only screen and (max-width: 767.98px) {
    .structure-frame.is-kitchen-detail {
        padding: 0.07rem 0 0.67rem;
    }
    .structure-frame.is-kitchen-detail .modal-common-showcase {
        margin: 0 0.1rem 0.73rem;
    }
    .structure-frame.is-kitchen-detail .title-common {
        margin-bottom: 0.16rem;
    }
    .structure-frame.is-kitchen-detail .list-common-tool {
        margin: 0 0.2rem 0.75rem;
    }
    .structure-frame.is-kitchen-detail .list-common-tool .list-wrapper {
        margin: 0 -0.06rem -0.19rem;
    }
    .structure-frame.is-kitchen-detail .list-common-tool .list-item {
        width: 50%;
        padding: 0.61rem 0.06rem 0.19rem;
    }
    .structure-frame.is-kitchen-detail .list-common-tool .item-thumbnail {
        width: calc(100% - .32rem);
        max-width: 1.1rem;
        top: 0.01rem;
    }
    .structure-frame.is-kitchen-detail .list-common-tool .item-info {
        padding: 0.69rem 0.1rem 0.1rem;
    }
    .structure-frame.is-kitchen-detail .title-common-highlight {
        margin-bottom: 0.3rem;
    }
    .structure-frame.is-kitchen-detail .list-product-preview {
        margin: 0 0.205rem;
    }
}

/*# sourceMappingURL=product.css.map */