@charset "UTF-8";

@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/* reset.css */
body {
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
main,
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;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Page Style */
body {
    color: #2d2d2d;
    line-height: 1.8;
    font-family: ’ヒラギノ角ゴ Pro W3′, ’ヒラギノ角ゴ W3′, “Hiragino Kaku Gothic Pro”, ‘メイリオ’, ‘ＭＳ Ｐゴシック’, sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
    font-weight: 500;
    font-style: normal;
    width: 100%;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    font-size: 15px;
    background: #fff;
}

.only-pc, .only-pc-tab, .only-pc-sp {
    display: block !important;
}

.only-sp, .only-tab-sp {
    display: none !important;
}

@media (max-width: 1050px) {
    .only-pc-tab, .only-tab-sp {
        display: block !important;
    }
    .only-pc, .only-sp, .only-pc-sp {
        display: none !important;
    }
}

@media (max-width: 650px) {
    .only-pc, .only-pc-tab {
        display: none !important;
    }
}


/* フリーエリア用 */
h1 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border: #fff 2px solid;
    margin-top: 145px;
    margin-bottom: 145px;
    font-size: 36px !important;
    padding: 7px 15px;
}
h1.only-top {
    margin-top: 0;
    margin-bottom: 0;
padding: 0;
}


h2 {
    font-size: 32px !important;
    line-height: 1.3;
    display: block;
    border-bottom: 1px solid #000;
    text-align: left;
    margin-bottom: 12px;
    padding-left: 0;
}

h3 {
    display: block;
    font-size: 28px !important; /*28px*/
    text-align: left;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}

h3::before {
    content: "― ";
}

h4 {
    display: inline-block;
    font-size: 24px !important;
    text-align: left;
    margin-bottom: 12px;
    border-bottom: 1px solid #000;
}

h4::before {
    content: "― ";
}

h5 {
    text-align: left;
    font-size: 21px !important;
    margin-bottom: 5px;
}

h6 {
    text-align: left;
    font-size: 18px !important;
    margin-bottom: 5px;
}

.text-align_left {
    float: left;
    width: 52%;
}

.text-align_right {
    float: right;
    width: 50%;
}

.image_left {
    float: left;
    width: 46%;
    margin-right: 18px;
}

.image_right {
    float: right;
    width: 46%;
}

.image_center {
    float: none;
    width: 46%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1050px) {
    .text-align_left,
    .text-align_right,
    .image_left,
    .image_center,
    .image_right {
        float: none;
        width: 100%;
    }
}

ul,
ol {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 650px) {
    ul,
    ol {
        margin-left: 0;
    }
}

ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    color: #2d2d2d;
}

ol {
    width: 48.5%;
    border: 3px solid #2d2d2d;
    padding: 30px;
    counter-reset: count 0;
    display: inline-block;
}

@media (max-width: 1050px) {
    ol {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 650px) {
    ol {
        width: 100%;
    }
}

ol li {
    margin-left: 1.4em;
    text-indent: -1.4em;
}

ol li::before {
    content: counter(count) ". ";
    counter-increment: count 1;
}

strong {
    color: #d02200;
    font-weight: bold;
    margin-left: -1em;
    letter-spacing: 6px;
    font-size: 21px;
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

@media (max-width: 650px) {
    strong {
        margin-left: 0;
    }
}

em {
    background: #d02200;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 0;
    padding: 5px 8px;
    font-weight: bold;
    font-style: normal;
}

blockquote {
    border: 1px solid #000;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

blockquote::before {
    content: url(https://image.raku-uru.jp/01/17037/58/blockquote_1619755148732.png);
    margin-left: -20px;
}

blockquote::after {
    content: url(https://image.raku-uru.jp/01/17037/58/blockquote_1619755148732.png);
    float: right;
    margin-right: -20px;
}

address {
    text-align: left;
}

.underline {
    text-decoration: underline;
}

.color {
    color: #d02200;
}

a {
    color: #d02200;
    text-decoration: underline;
}

inc {
    text-decoration: underline;
}

pre {
    background: #f0e5e5;
    padding: 30px;
    text-align: left;
    display: inline-block;
}

p,
b {
    text-align: left;
    display: block;
}

b {
    margin-top: 50px;
    color: #000;
}

p {
    text-indent: 1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

/*
@media (max-width: 650px) {
    p {
        text-indent: 0;
    }
}
*/

img {
    width: auto;
    height: auto;
}

@media (max-width: 650px) {
    img {
        width: 100%;
        float: none;
    }
}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin-bottom: 80px;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.selection .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/46/selection_bk_1619060766477.jpg");
    margin-bottom: 30px;
}

.selection h2 {
    font-size: 26px;
}

.selection .flex {
    justify-content: flex-end;
    margin-bottom: 50px;
}

.selection .founder-txt {
    width: auto;
}

.selection .founder {
    width: 240px;
    float: right;
    font-weight: bold;
    text-align: right;
}

@media (max-width: 1050px) {
    .selection .founder {
        width: auto;
    }
}

@media (max-width: 1050px) {
    .selection .founder img {
        float: right;
        margin-left: 10px;
    }
}

.selection .founder p {
    text-align: right;
}

@media (max-width: 1050px) {
    .selection .founder p {
        margin-top: 75px;
    }
}

.selection .image_left,  .selection .image_right {
    margin-bottom: 100px;
}

@media (max-width: 1050px) {
    .selection .image_left,  .selection .image_right {
        margin-bottom: 0;
    }
}
/* フリーエリア用ここまで */


a {
    color: #2d2d2d;
    text-decoration: none;
}

.header {
    padding-top: 5px;
    padding-bottom: 12px; /*検索入れた場合 25px*/
}

/* .header - - - - - - - - - */
#head_wrap {
    z-index: 10;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
/*    top: -110px;*/
    width: 100%;
    margin: 0 auto 0;
    line-height: 1;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1050px) {
    #head_wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

#head_wrap a {
    text-decoration: none;
    font-weight: normal;
}

#head_wrap .inner {
    max-width: 1120px;
    min-width: 1020px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 10;
}

@media (max-width: 1050px) {
    #head_wrap .inner {
        min-width: auto;
    }
}

#head_wrap .inner:after {
    content: "";
    clear: both;
    display: block;
}

#head_wrap .logo {
    z-index: 999;
    width: 142px;
}

@media (max-width: 1050px) {
    #head_wrap .logo {
        padding-top: 0;
        margin-left: 8px;
        margin-top: -20px;
    }
}

@media (max-width: 650px) {
    #head_wrap .logo {
        margin-top: -23px;
        margin-left: 5px;
        padding-bottom: 8px;
        z-index: 1;
        position: relative;
    }
}

#global-nav {
    position: absolute;
    right: 0;
    top: 0;
}

#global-nav ul {
    margin-top: 12px; /*検索入れた場合 20px*/
    list-style: none;
    font-size: 16px;
    display: flex;
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 0.5vw;
}

#global-nav ul:first-child {
    float: left;
}

@media (max-width: 1050px) {
    #global-nav ul {
        margin-right: 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 650px) {
    #global-nav ul {
        margin-top: 0;
    }
}

#global-nav ul li {
    padding: 0 0.5vw 0 0.25vw;
}

#global-nav ul li::before {
    content: "|";
    color: #2d2d2d;
    padding: 0 0.85vw 0 0.25vw;
}

@media (max-width: 1050px) {
    #global-nav ul li::before {
        content: none;
    }
}

#global-nav ul li:first-child::before {
    content: none;
}


@media (max-width: 1050px) {
    #global-nav ul li.parent {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#global-nav ul li.parent label::after {
    /*    content: url(https://image.raku-uru.jp/01/17037/37/arrow-b_1618918737447.png);*/
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(https://image.raku-uru.jp/01/17037/37/arrow-b_1618918737447.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#global-nav ul li.parent ul {
    background: #fff;
}

#global-nav ul li.parent ul li {
    border-bottom: 1px dashed #000;
    padding: 15px 0;
    margin: 0 10px;
}

#global-nav ul li.parent ul li::before {
    content: none;
    border-top: 1px dashed #000;
}

@media (max-width: 1050px) {
    #global-nav ul li.parent ul li {
        padding: 15px 7%;
    }
}

@media (max-width: 650px) {
    #global-nav ul li.parent ul li {
        padding: 15px 18%;
    }
}

@media (max-width: 1050px) {
    #global-nav ul li {
        border-bottom: 1px solid #2d2d2d;
        padding: 15px 0;
    }
    #global-nav ul li:first-child {
        border-top: 1px solid #2d2d2d;
    }
}

#global-nav ul li a {
    padding: 0 5px;
    padding: 2px;
    transition: all .6s ease 0s;
    box-sizing: border-box;
    color: #2d2d2d;
/*    font-weight: normal;*/
}

#global-nav ul li.parent ul {
    display: none;
    padding: 0;
}

#global-nav ul li input {
    display: none;
}

#global-nav ul li input:checked + ul {
    display: block;
    /* 表示する */
    position: relative;
    z-index: 2;
}

@media (max-width: 1050px) {
    #global-nav ul li input:checked + ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    #global-nav ul li input:checked + ul li {
        border-top: none;
        border-bottom: none;
    }
    #global-nav ul li input:checked + ul li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 650px) {
    #global-nav ul li input:checked + ul {
        justify-content: flex-end;
    }
}

#global-nav ul.shop-item {
    list-style: none;
    font-size: 18px;
    display: inline-block;
    margin-top: 35px;
}

@media (max-width: 650px) {
    #global-nav ul.shop-item {
        margin: 0;
        padding: 17px 0;
    }
    #global-nav ul.shop-item li {
        display: flex;
        border-bottom: none;
    }
    #global-nav ul.shop-item li:first-child {
        border-top: none;
    }
}

#global-nav ul.shop-item li {
    padding: 0 0.5vw 0 0.25vw;
    display: inline-block;
}

#global-nav ul.shop-item li::before {
    content: "|";
    color: #2d2d2d;
    padding:0 1.5vw 0 0.5vw;
}

@media (max-width: 1050px) {
    #global-nav ul.shop-item li::before {
        content: none;
    }
}

#global-nav ul.shop-item li:first-child::before {
    content: none;
}

#global-nav ul.shop-item li a {
    padding: 0 5px;
    padding: 2px;
    transition: all .6s ease 0s;
    box-sizing: border-box;
    color: #2d2d2d;
}

#global-nav ul.shop-item li i {
    margin-right: 2px;
}

@media (max-width: 650px) {
    #global-nav .sns-btn {
        margin: 0 7px 20px 7px;
        width: 45px;
    }
}

ul.shop-item {
    list-style: none;
    font-size: 18px;
    margin-top: -37px; /*検索入れた場合 -55px*/
    margin-bottom: 38px;
    /* margin-left: 16vw;*/
    margin-left: 180px;
}

@media (max-width: 1050px) {
    ul.shop-item {
        margin-left: 165px; /*16vw*/
    }
}

@media (max-width: 650px) {
    ul.shop-item {
        margin-left: 0;
    }
}

ul.shop-item li {
    padding: 0 0.25vw;
    float: left;
}

ul.shop-item li::before {
    content: "|";
    color: #2d2d2d;
    padding: 0 1vw;
    font-weight: normal;
}

@media (max-width: 1050px) {
    ul.shop-item li::before {
        content: "|";
        padding: 0 1vw;
    }
}

ul.shop-item li:first-child::before {
    content: none;
}

ul.shop-item li a {
    transition: all .6s ease 0s;
    box-sizing: border-box;
    color: #2d2d2d;
}

ul.shop-item li i {
    margin-right: 2px;
}

@media (max-width: 1050px) {
    ul.shop-item {
        margin-top: -29px; /* 旧検索窓用-66px
        margin-bottom: 64px; */
    }
    ul.shop-item li {
        padding: 0 0.5vw;
    }
}

.sns-btn {
    width: 32px;
    height: auto;
}

.header-btns {
    position: absolute;
    right: 0;
    margin-top: -65px;
}

.header-btns a {
    color: #2d2d2d;
}

.header-btns .sns-btn {
    margin-right: 10px;
    margin-top: 25px;
}

@media (max-width: 650px) {
    .header-btns .sns-btn {
        display: none;
    }
}

@media (max-width: 1050px) {
    .header-btns {
        margin-top: -60px; /*旧検索窓用-87px*/
        margin-right: 6.25vw;
    }
    .header-btns .sns-btn {
        margin-top: 19px;
    }
}

@media (max-width: 1050px) and (min-width: 651px) {
    .header-btns {
        float: none;
    }
}

.contact-tel {
    float: right;
    background: url(https://image.raku-uru.jp/01/17037/35/tel_1618918736889.png) no-repeat;
    background-position: left center;
    background-size: 12%;
    padding-left: 44px;
    font-size: 13px;
    font-feature-settings: "palt";
    padding-top: 5px;
}

@media (max-width: 650px) {
    .contact-tel {
        float: none;
        background-size: 17%;
        background-position: 39px 10px;
        padding-left: 0;
    }
}

.contact-tel span.tel, .contact-tel span.contact {
    font-weight: bold;
    color: #2d2d2d;
}

.contact-tel span.tel {
    font-size: 32px;
}

.contact-tel span.contact {
    font-size: 16px;
    padding-top: 2px;
    display: inline-block;
}

.contact-tel span.bus-time {
    font-size: 14px;
}

/* Fixed ページ途中の追従ナビ */
#head_wrap.fixed {
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
    background: #fff;
}

@media (max-width: 1050px) {
    #head_wrap.fixed {
        margin-top: 0;
        padding: 0;
        background: none;
    }
}

/* Toggle Button 三メニュー */
#nav-toggle {
    display: none;
    position: relative;
    right: -94vw;
    top: 18px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

@media (max-width: 650px) {
    #nav-toggle {
        top: 18px;
        right: -86vw;
    }
}

#nav-toggle div {
    position: relative;
}

@media (max-width: 1050px) {
    #head_wrap {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
        padding: 0;
        /* Fixed reset */
    }
    #head_wrap .inner {
        width: 100%;
        padding: 0;
        background: #fff;
        padding-bottom: 10px;
        height: 66px;
    }
}

@media (max-width: 1050px) and (min-width: 651px) {
    #head_wrap .inner {
        padding: 0;
    }
}

@media (max-width: 1050px) {
    #head_wrap .fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        position: relative;
    }
}

@media (max-width: 1050px) {
    #mobile-head {
        position: static;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -542px;/*旧検索窓用-520px*/
        background: #fff;
        width: 100%;
        text-align: center;
        transition: .5s ease-in-out;
    }
}

@media (max-width: 1050px) and (min-width: 651px) {
    #global-nav {
        top: -610px;
    }
}

@media (max-width: 1050px) {
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #head_wrap #global-nav ul li a,
    #head_wrap.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 5px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        left: 0;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 10px;
    }
    #nav-toggle span:nth-child(3) {
        top: 20px;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        transform: translateY(570px);
    }
}

@media (max-width: 1050px) and (min-width: 651px) {
    .open #global-nav {
        transform: translateY(660px);
    }
}

@media (max-width: 650px) {
    .open #global-nav {
        transform: translateY(608px);
    }
}
/* navここまで */


.float-l {
    float: left;
}

@media (max-width: 1050px) {
    .float-l {
        float: none;
        margin: 0 auto;
    }
}

.float-r {
    float: right;
}

@media (max-width: 1050px) {
    .float-r {
        float: none;
        margin: 0 auto;
    }
}

.align-c {
    text-align: center;
}


/* 新スライダ(swiper) */
.swipers-wrap {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.swiper-slide {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.swiper-slide img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-slide:after,
.slider-thumbnail .swiper-slide:after {
    display: block;
    padding-top: 44.2%;
    content: '';
}

.slider-thumbnail{ /*サムネsの外枠*/
    width: 80%; /*90%*/
    padding: 10px 0 0;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.slider-thumbnail .swiper-slide {/*各サムネ*/
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 180px;
}

/*メインの<>*/
.slider .swiper-button-prev:after, 
.slider .swiper-button-next:after {
    /*    background-color: rgba(255, 255, 255, 0.5);*/
    padding: 37.2vh 18px;
}

@media (max-width: 1170px) {
    .slider .swiper-button-prev:after,
    .slider .swiper-button-next:after {
        padding: 27.2vh 18px;
    }
}

@media (max-width: 1050px) {
    .slider .swiper-button-prev:after,
    .slider .swiper-button-next:after {
        padding: 25.75vh 18px;
    }
}
    
@media (max-width: 650px) {
    .slider .swiper-button-prev:after,
    .slider .swiper-button-next:after {
        padding: 13.1vh 10px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 4px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 4px !important;
    }
}

.slider .swiper-button-prev:after{
    margin-left: 10px;
}
.slider .swiper-button-next:after {
    margin-right: 10px;
}

.slider-thumbnail .swiper-slide img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 3px; /*線の太さ分上へ*/
}

.swiper-slide-thumb-active { /*現在出てる画像のサムネ*/
    opacity: 1;
    border: 3px solid #670001;
}

.swiper-slide-thumb-active img {
    margin-top:0 !important;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff !important;
}

.swiper-container {/*<>隠れる*/
    overflow: visible;
    position: relative;

}
/* 効かない
.swiper-slide img {
    scrollbar-width: none;
}
.swiper-slide img::-webkit-scrollbar {
    display:none;
}
*/



@media (max-width: 1050px) {
    .swipers-wrap {
        margin-top: 66px;
    }
}
@media (max-width: 650px) {
    .slider-thumbnail {
    overflow: hidden;
    padding: 0 0 10px 0;
    }
}
/* スライダここまで */



/* キャッチ */
.catch-wrap {
    background-color: #fff;
    padding: 5px 10px 0;
    position: absolute;
   top: 41.5%;
    left: 24vw;
    z-index: 5;
}
p.catch {
    border-bottom: 2px solid #000;
    font-size: 5.2vw;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-indent: 0;
    line-height: 1.3;
}

@media (max-width: 1200px) {
   /* .catch-wrap {
        top: 34vh;
    }*/
    p.catch {
        margin-bottom: 10px;
    }
}

@media (max-width: 1050px) {
   /* .catch-wrap {
        top: 27vh;
    }*/
    p.catch {
        margin-bottom: 7px;
    }
}

@media (max-width: 650px) {
    /*.catch-wrap {
        top: 21.5vh;
    }*/
    p.catch {
        margin-bottom: 5px;
    }
}
@media (max-width: 520px) {
   /* .catch-wrap {
        top: 19.5vh;
    }*/
}

p.catch span {
    font-size: 4.2vw;
}

.wrap {
    max-width: 1120px;
    margin: 40px auto 0;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1050px) {
    .wrap {
        width: 100%;
    }
}

.sideber h2, .footer-wrap .link-list h2 {
    border-bottom: 2px solid #000;
}

.sideber ul li, .footer-wrap .link-list ul li {
    border-bottom: 1px dashed #000;
    padding: 12px 15px;
    font-weight: normal;
}
.sideber ul li::before, .footer-wrap .link-list ul li::before {
    content:none;
}

.sideber {
    width: 250px;
    margin-right: 2.5%;
}

.sideber h2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 26px !important;
}

.sideber ul {
    margin-bottom: 50px;
}
.sideber ul li a  {
    font-size: 16px;
}
.main-wrap {
    /*max-width: 76%;*/
    width: 100%;
}

@media (max-width: 650px) {
    .main-wrap {
        max-width: 100%;
    }
}

.info {
    margin-bottom: 20px;
    text-align: center;
    background-color: #eee;
    padding: 30px;
    width: 100%;
}

@media (max-width: 1050px) {
    .info {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 650px) {
    .info {
        width: 100%;
        margin-left: 0px;
        padding: 10px;
    }
}

.info h2 {
    font-size: 18px !important;
    border: 0px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}

.info ul {
    text-align: left;
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 650px) {
.info ul {
    margin-bottom: 0;
}
}

.info ul li {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}
@media (max-width: 650px) {
.info ul li {
    font-size: 12px;
}
}
.info ul li::before {
    content: none;
}
.info ul li a {
    color: #000;
}

.info time {
    border: 1px solid #000;
    margin-right: 5px;
    padding: 2px 4px 2px 5px;
    margin-bottom: 2px;
    display: none;
}

@media (max-width: 1050px) {
    .info time {
        display: none;
        padding-top: 4px;
        padding-bottom: 4px;
        line-height: 2em;
    }
}

.title-wrap {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

.title-wrap h2 {
    margin-top: 145px;
    margin-bottom: 145px;
}
@media (max-width: 650px) {
.title-wrap h2 {
    margin-top: 60px;
    margin-bottom: 60px;
}
}

h2 {
    font-size: 26px;
    padding: 7px 15px;
}

.top { /*h2.top*/
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: inline-block;
    border: #fff 2px solid;
    font-size: 26px !important;
}
@media (max-width: 1050px) {
.top { /*h2.top*/
    border: #fff 1px solid;
    font-size: 20px !important;
}
}

.new-item {
    padding-top: 50px;
}
@media (max-width: 650px) {
.new-item {
    padding-top: 30px;
}
}

.new-item .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/307/staple_1689824892650.png");
}
@media (max-width: 650px) {
.new-item .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/306/staple2_1689824891821.png");
}
}

.recom-item {
    padding-top: 0px;
}

.recom-item .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/304/popularity_1689818807966.png");
}
@media (max-width: 650px) {
.recom-item .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/305/popularity2_1689819312573.png");
}
}

.sales-rank {
    padding-top: 50px;
}

.sales-rank .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/10/rank_bk_1618820776994.jpg");
}

.sec-wrap {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1px;
}

@media (max-width: 1050px) {
    .sec-wrap {
        width: 100%;
        max-width: none;
        min-width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 650px) {
    .sec-wrap {
        padding: 0;
    }
}

ul.item-list {
    margin: 10px auto 40px;
    text-align: left;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

@media (max-width: 650px) {
    ul.item-list {
        justify-content: center;
    }
}

ul.item-list li {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    max-width: 31%;
    float: left;
    margin: 1%;
}
ul.item-list li::before {
    content: none;
}
@media (max-width: 1050px) {
    ul.item-list li {
        max-width: 47.5%;
    }
}

@media (max-width: 650px) {
    ul.item-list li {
        height: auto;
    }
}

ul.item-list li .item-img span.category {
    font-size: 20px;
    padding: 5px 10px;
    position: relative;
    font-weight: bold;
}
@media (max-width: 650px) {
ul.item-list li .item-img span.category {
    font-size: 14px;
}
}

ul.item-list li .item-img span.category.recom {
    background: #d02200;
    color: #fff;
    position: absolute;
}

ul.item-list li .item-img span.category.no1 {
    color: #000;
    background: url(https://image.raku-uru.jp/01/17037/21/no1_1618820779921.png) no-repeat;
    background-position: center;
    background-size: 58px;
    padding: 17px 22px 10px 22px;
    margin: 2px 0 0 10px;
    display: inline-block;
}

ul.item-list li .item-img span.category.no2 {
    color: #000;
    background: url(https://image.raku-uru.jp/01/17037/20/no2_1618820779655.png) no-repeat;
    background-position: center;
    background-size: 58px;
    padding: 17px 22px 10px 22px;
    margin: 2px 0 0 10px;
    display: inline-block;
    filter: drop-shadow(0px 0px 3px #c6c6c6);
}

ul.item-list li .item-img span.category.no3 {
    color: #fff;
    background: url(https://image.raku-uru.jp/01/17037/19/no3_1618820779394.png) no-repeat;
    background-position: center;
    background-size: 58px;
    padding: 17px 22px 10px 22px;
    margin: 2px 0 0 10px;
    display: inline-block;
}

ul.item-list li .item-img span.category.no4, ul.item-list li .item-img span.category.no5, ul.item-list li .item-img span.category.no6 {
    color: #fff;
    background: #c6b987;
    border-radius: 50px;
    padding: 5px 13px;
    margin: 10px 0 0 10px;
    display: inline-block;
}

ul.item-list li .item-img img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 650px) {
ul.item-list li .item-img img {
    width: 100%;
    object-fit: cover;
}
}

ul.item-list li .item_p-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 650px) {
ul.item-list li .item_p-wrap {
    padding-left: 10px;
    padding-right: 5px;
}
}

ul.item-list li .item_p-wrap .item-name {
    font-size: 20px !important;
    font-weight: bold;
    border-bottom: 1px solid #000;
    text-indent: 0;
    margin-bottom: 10px;
    color: #333;
    text-shadow: none;
    margin-top: 0;
    padding: 0;
    border: none;
    line-height: 1.4;
display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
@media (max-width: 650px) {
ul.item-list li .item_p-wrap .item-name {
    font-size: 14px !important;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
}

ul.item-list li .item_p-wrap .item-name a {
    color: #333;
}

ul.item-list li .item_p-wrap .price {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
    text-indent: 0;
}
@media (max-width: 650px) {
ul.item-list li .item_p-wrap .price {
    font-size: 17px;
}
}

ul.item-list li .item_p-wrap .price span {
    font-size: 14px;
    font-weight: normal;
}
@media (max-width: 650px) {
ul.item-list li .item_p-wrap .price span {
    font-size: 12px;
    font-weight: normal;
}
}

.schedule-area {
    text-align: center;
    margin-bottom: 24px;
}

.schedule-area .months {
    text-align: center;
    padding: 4px 12px;
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
    background-color: #c6b987;
    border-radius: 30px;
}
@media (max-width: 650px) {
.schedule-area .months {
    font-size: 16px;
}
}

.schedule-area {
    text-align: center;
}

.calendar {
    margin-bottom: 24px;
}

.calendar table {
    margin: auto;
}

.calendar th, .calendar td {
    font-size: 16px;
    font-weight: normal;
    width: calc(94% / 7);
    text-align: center;
    border: none;
    display: table-cell;
}

@media (max-width: 650px) {
.calendar th, .calendar td {
    font-size: 14px;
}
}

.calendar thead th {
    padding: 10px 0;
    font-weight: bold;
}

.calendar tbody {
    padding-top: 10px;
}

.calendar tbody td {
    vertical-align: middle;
    padding: 5px;
}

/* イベント色分け */
.e1, span.campaign::before {
    color: #fff;
    background-color: #d02200;
    border-radius: 20px;
    padding: 3px !important;
}

.e2, span.holiday::before {
    color: #fff;
    background-color: #c5d8ee;
    border-radius: 20px;
    padding: 3px !important;
}

.schedule-area p {
    border-top: 1px #000 dashed;
    padding-top: 15px;
}

span.campaign::before, span.holiday::before {
    content: "　";
}

span.holiday {
    padding-right: 15px;
}

.only-sp h2.calendar-tit {
    border-bottom: 2px solid #000;
    text-align: center;
}

.only-sp h2.calendar-tit, .only-sp .schedule-area p {
    margin-left: 65px;
    margin-right: 65px;
}

@media (max-width: 650px) {
.only-sp h2 {
    font-size: 18px !important;
}
}


/* footer - - - - - - - - - - - - - - - - */
.footer-wrap {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px 0;
}

/*
@media (min-width: 1051px) {
    .footer-wrap {
        padding-bottom: 85px;
    }
}
*/

@media (max-width: 1050px) {
    .footer-wrap {
        text-align: center;
    }
}

.footer-wrap .page-footer {
    max-width: 1120px;
    min-width: 1020px;
    margin: 0 auto;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer {
        width: 100%;
        max-width: none;
        min-width: auto;
    }
}

.footer-wrap .page-footer .logo {
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    max-width: 150px;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .logo {
        display: none;
    }
}

.footer-wrap .page-footer .link-list {
    font-size: 14px;
    float: left;
    margin-right: 20px;
}
.footer-wrap .page-footer .link-list a {
    font-size: 14px;
}
@media (max-width: 1050px) {
    .footer-wrap .page-footer .link-list {
        display: none;
    }
}

.footer-wrap .page-footer .link-list h2 {
    font-size: 22px !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.footer-wrap .page-footer .link-list h2:first-child {
    font-feature-settings: "palt";
}

.footer-wrap .page-footer .link-list ul {
    display: inline-block;
}

.footer-wrap .page-footer .link-list ul li {
    padding-left: 0;
}

.footer-wrap .page-footer .link-list ul li:last-child {
    border-bottom: none;
}

.footer-wrap .page-footer .link-list ul.shop-item {
    margin-left: 0;
    margin-top: 0;
    
}
.footer-wrap .page-footer .link-list ul.shop-item a {
    font-size: 18px;
}

.footer-wrap .page-footer .link-list.category li {
    width: 105px;
}

.footer-wrap .page-footer .link-list .shop-item li {
    float: none;
}

.footer-wrap .page-footer .link-list .shop-item li::before {
    content: none;
}

.footer-wrap .page-footer .sns-icons {
    display: inline-block;
}

.footer-wrap .page-footer .sns-icons .sns-btn {
    margin-right: 5px;
    margin-top: 8px;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .sns-icons {
        display: none;
    }
}

.footer-wrap .page-footer .link-btns {
    float: right;
}

.footer-wrap .page-footer .to-top {
    margin-top: -5px; /*-51px*/
    margin-bottom: 30px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 32px 15px 20px;
    background-color: #2d2d2d;
    background-image: url(https://image.raku-uru.jp/01/17037/39/arrow-t_1618918737975.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 12px;
    display: inline-block;
    float: right;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .to-top {
        display: none;
    }
}

.footer-wrap .page-footer .to-cp-btn {
    text-align: center;
    background: url(https://image.raku-uru.jp/01/17037/36/arrow-r_1618918737160.png) no-repeat;
    background-size: 9px;
    background-position: center right 7px;
    border: 2px #2d2d2d solid;
    border-radius: 5px;
    color: #2d2d2d;
    line-height: 1.3;
    padding: 17px 28px 15px 20px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .to-cp-btn {
        display: none;
    }
}

.tel a, .tel a:visited {
    color: #2d2d2d !important;
}

.footer-wrap .page-footer .contact-tel {
    background-size: 22%;
    padding-left: 100px;
}

.footer-wrap .page-footer .contact-tel span.contact {
    padding-top: 10px;
}

.footer-wrap .page-footer .contact-tel span.tel {
    border-top: 1px solid #000;
    border-bottom: none;
    font-size: 36px;
}

.footer-wrap .page-footer .contact-tel .bus-time {
    float: right;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer .contact-tel {
    float: none;
    text-align: left;
    margin: 0 auto;
    display: flex;
    background-size: 7.5%;
    padding-left: 70px;
    flex-flow: column;
    }
    .footer-wrap .page-footer .contact-tel span.contact {
        padding-right: 0;
        vertical-align: top;
        padding-top: 14px;
    }
    .footer-wrap .page-footer .contact-tel .bus-time {
        float: none;
    }
    .footer-wrap .page-footer .contact-tel span.tel {
        border-top: none;
        font-size: 24px;
    }
}

@media (max-width: 650px) {
    .footer-wrap .page-footer .contact-tel {
        background-size: 12%;
        background-position: 0px 10px;
        margin: 0 auto;
        flex-flow: column;
        display: flex;
        padding-left: 60px;
    }
    .footer-wrap .page-footer .contact-tel span.contact {
        padding-top: 0;
    }
    .footer-wrap .page-footer .contact-tel .bus-time {
        float: right;
    }
}

.footer-wrap .page-footer small {
    text-align: right;
    display: inline-block;
    font-size: 12px;
    float: right;
}

@media (max-width: 1050px) {
    .footer-wrap .page-footer small {
        float: none;
        margin-top: 30px;
        padding-bottom: 10px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 1050px) {
    .footer-wrap {
        padding-bottom: 10px;
/*      position: absolute;*/
        bottom: 0;
        padding: 30px 10px 0;
    }
}


/*微調整*/
@media (max-width: 720px) and (min-width: 651px) {
    .header ul.shop-item {
        margin-left: 150px; /*21.5vw*/
    }
    .header .sns-btn {
        margin-right: 0;
    }
    .header .header-btns {
        margin-right: 4.5vw;
    }
}

@media (max-width: 1120px) and (min-width: 651px) {
    .header .sns-btn {
        margin-right: 0.5vw;
    }

    .footer-wrap .logo {
        width: 13vw;
        margin-right: 15px !important;
    }
    .footer-wrap .tweak {
        width: 13vw;
    }
    .footer-wrap .contact-tel {
        margin-top: -20px;
    }
}

/*header微調整 tab-sp間 */
@media (max-width: 865px) and (min-width: 651px) {
    .open #global-nav {
        transform: translateY(695px);
    }
    .slick-slider {
        margin-top: 101px;
    }
    .slider-nav{
        margin-top:0;
    }
    
    p.catch {
        top: 27.5vh;
    }
    #cmsCommonForm {
        top: 32px !important;
    }
    #cmsCommonForm input[type="text" i] {
        width: 90vw !important;
        margin-right: 0 !important;
    }
    #cmsCommonForm .header-search-form-btn {
        top: 3px !important;
        right: 4.5vw !important;
    }
}/*header微調整ここまで*/


/*商品一覧*/
.item-list-noitem {
    margin-top: 30px;
}

.item-list .title-wrap {
    background-image: url("https://image.raku-uru.jp/01/17037/56/item-list_bk_1619491246968.jpg");
}

.item-list .sort {
    float: right;
    margin: 30px 10px 25px 0;
}
.item-list .sort li::before {
    content: none;
}

@media (max-width: 650px) {
    .item-list .sort {
        float: none;
        margin-right: 0;
    }
}

.item-list .sort p {
    background: #2d2d2d;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 6px 9px;
    display: inline;
    float: left;
    margin-right: 8px;
    text-indent: 0;
}

.item-list .sort ul {
    display: inline;
}

.item-list .sort ul li {
    float: left;
    margin-top: 7px;
    margin-right: 6px;
    font-size: 16px;
    font-weight: normal;
}

.item-list .sort ul li::after {
    content: " |";
}

.item-list .sort ul li:last-child::after {
    content: none;
}

.item-list .sort ul li a {
    text-decoration: underline;
}


/* キャンペーン(item-list FV下) */
.item-list-description.wysiwyg-data {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding: 20px;
/*    border: #d02200 7px solid;*/
}
/* キャンペーンここまで */


.pagination {
    text-align: center;
    margin-bottom: 0;
}

.pagination:first-child {
    margin-bottom: 0;
    margin-top: 40px;
}

.pagination li {
    display: inline;
    margin: 0 2px 0;
    display: inline-block;
    background: #fff;
    text-align: center;
    border: 2px solid #2d2d2d;
    border-radius: 3px;
}
.pagination li::before {
    content: none;
}
.pagination li a {
    color: #2d2d2d;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px 16px;
}

.pagination li.active {
    background: #2d2d2d;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.pagination li.active a {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 650px) {
    .pagination li {
        display: none;
    }
    .pagination li.pre, .pagination li.next {
        display: inline-block;
        width: 45%;
        padding: 10px 0;
        color: #fff;
        font-weight: bold;
        background: #2d2d2d;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
    }
    .pagination li.pre a, .pagination li.next a {
        display: inline;
        color: #fff;
    }
    .pagination li.pre {
        padding-right: 35px;
    }
    .pagination li.next {
        padding-left: 35px;
    }
    .pagination li.pre::after {
        content: "前へ";
        color: #fff;
    }
    .pagination li.next::before {
        content: "次へ";
        color: #fff;
    }
}

@media (max-width: 650px) {
    .wrap {
        margin-top: 10px;
    }
}

.breadcrumb {
    padding-top: 15px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 15px;
    text-indent: 0;
}

.breadcrumb a {
    text-decoration: underline;
    color: #333 !important;
}

@media (max-width: 1050px) {
    .breadcrumb {
        padding-top: 0;
    }
}

.flex {
    display: flex;
}

@media (max-width: 1050px) {
    .flex {
        flex-direction: column;
    }
}

.item-detail .photos-l {
    margin-right: 20px;
}

@media (max-width: 1050px) {
    .item-detail .photos-l {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.item-detail .photos-l img {
    max-width: 475px;
    height: auto;
}

@media (max-width: 650px) {
    .item-detail .photos-l img {
        max-width: 100%;
    }
}

.item-detail .photos-l .detail-thumbs img {
    max-width: 86px;
    height: auto;
    margin-right: 10px;
}

.item-detail .photos-l .detail-thumbs img:last-child {
    margin-right: 0;
}

.item-detail .detail-r {
    text-align: left;
    width: 100%;
}

.item-detail .detail-r h2 {
    padding-left: 0;
    font-size: 32px;
}

.item-detail .detail-r dl.price dt.tit {
    margin-top: 8px;
    margin-right: 40px;
}

.item-detail .detail-r dl.price dd.yen {
    font-size: 22px;
    font-weight: bold;
}

.item-detail .detail-r dl.price dd.yen span {
    font-size: 14px;
    font-weight: normal;
}

.item-detail .detail-r dl.detail dt::after {
    content: " : ";
}

.item-detail .detail-r dl.detail dd {
    font-size: 16px;
    padding-left: 4em;
    margin-bottom: 5px;
}

.item-detail .detail-r dl.price, .item-detail .detail-r dl.detail {
    margin-bottom: 40px;
}

.item-detail .detail-r dl.price dt, .item-detail .detail-r dl.detail dt {
    float: left;
    font-size: 16px;
    text-align-last: justify;
}

.item-detail .detail-r dl.price dd::after, .item-detail .detail-r dl.detail dd::after {
    content: "";
    clear: both;
    display: block;
}

.item-detail .detail-r .radio-input {
    display: none;
}

.item-detail .detail-r .radio-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 1050px) {
    .item-detail .detail-r .radio-input + label {
        display: inline;
    }
}

@media (max-width: 650px) {
    .item-detail .detail-r .radio-input + label {
        display: block;
        margin-bottom: 20px;
    }
}

.item-detail .detail-r .radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}

@media (max-width: 650px) {
    .item-detail .detail-r .radio-input + label::before {
        width: 30px;
        height: 30px;
        margin-top: -5px;
    }
}

.item-detail .detail-r .radio-input:checked + label {
    color: #2d2d2d;
}

.item-detail .detail-r .radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #2d2d2d;
    border-radius: 50%;
}

@media (max-width: 650px) {
    .item-detail .detail-r .radio-input:checked + label::after {
        width: 22px;
        height: 22px;
        margin-left: 2px;
        margin-top: 1px;
    }
}

.item-detail .detail-r label p {
    display: inline;
}

@media (max-width: 650px) {
    .item-detail .detail-r label p {
        margin-left: 20px;
    }
}

.item-detail .detail-r .quantity {
    margin-top: 40px;
    margin-bottom: 40px;
}

.item-detail .detail-r .quantity p {
    float: left;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 10px;
}

.item-detail .detail-r .quantity .item-minus, .item-detail .detail-r .quantity .item-plus {
    font-size: 28px;
    border-radius: 3px;
    background: #2d2d2d;
    padding: 8px 24px 14px 24px;
    color: #fff;
    display: inline-block;
}

.item-detail .detail-r .quantity .item-count {
    font-size: 20px;
    padding: 20px 0px 18px 8px;
    color: #2d2d2d;
    font-weight: bold;
    margin: 0 5px;
    background: #fff;
    text-align: center;
    border: 2px solid #2d2d2d;
    border-radius: 3px;
}

@media (max-width: 650px) {
    .item-detail .detail-r .quantity .item-count {
        padding: 18px 12px 18px 12px;
    }
}

.item-detail .detail-r .cart-btn {
    text-align: center;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: bold;
    padding: 15px 25px 15px 20px;
    background-color: #d02200;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}

.item-detail .detail-r .cart-btn a, .item-detail .detail-r .cart-btn i {
    color: #fff;
}


/*検索窓*/
#cmsCommonForm {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    float: right;
    margin-right: -20px;
}
#cmsCommonForm .header-search-form-btn {
    display: inline;
    position: relative;
    right: 30px;
    top: 5px;
}

@media (max-width: 1050px) {
    #cmsCommonForm {
        float: none;
        position: absolute;
        top: -9px;
        right: 0;
        margin-right: 0;
    }
    #cmsCommonForm .header-search-form-btn {
        right: 26.5vw;
    }
}

#cmsCommonForm input[type="text" i] {
    height: 25px;
    width: 130px;
    margin-top: 5px;
}

@media (max-width: 1050px) { /*tab*/
    #cmsCommonForm input[type="text" i] {
        width: 17vw; /* 旧検索窓用90vw */
        /*margin-left: 10px;*/
        margin-right: 22.5vw;
        margin-top: 27px;
    }

    #cmsCommonForm .search-btn {
        width: 2vw;
    }
}

@media (max-width: 650px) { /*SP*/
    #cmsCommonForm {
        top: 20px;
    }
    #cmsCommonForm input[type="text" i] {
        width: 90vw;
        margin-right:0;
    }
    #cmsCommonForm .header-search-form-btn {
        right: 5.5vw;
    }
    #cmsCommonForm .search-btn {
        width: 3vw;
    }
}

/*検索窓ここまで*/



.item-list-itemcount {
    display: none;
}

div.main {
    margin: 20px auto 80px;
    padding: 0 40px;
}

@media (max-width: 650px) {
    div.main {
        padding: 0 10px;
    }
}

div.main h2 {
    font-size: 26px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-left: 0;
}

div.main p {
    margin-bottom: 20px;
}

div.main ol {
    margin-top: 20px;
    margin-bottom: 30px;
}

div.main ol li {
    margin-bottom: 4px;
}

/* 共通table */     
div.main table {
    margin-top: 30px;
}

div.main table th {
    text-align: left;
    padding-right: 30px;
    padding-bottom: 10px;
    border-right: 1px solid;
}

@media (max-width: 650px) {
    div.main table th {
        width: 32%;
        padding-right: 15px;
    }
}

div.main table td {
    padding-left: 30px;
    line-height: 1.7;
}

@media (max-width: 650px) {
    div.main table td {
        padding-left: 15px;
    }
}

div.main table td table {
    line-height: 2;
}


/* 2021/06/15 送料について */
.payment-title, .carriage-title {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 2px;
}

.payment-content {
    margin-bottom: 20px;    
}

.carriage-content a {
    text-decoration: underline;
    color: #880002;
}

/* 送料のtable */
.payment-content tr {
    border-bottom: 1px solid #ccc;
}

.payment-content td {
    padding: 5px 15px; 
}

.payment-content tr:first-child td {
    font-weight: bold;
}
/* tableここまで */



.not-found {
    background: url(../images/404.svg) no-repeat !important;
    background-size: 35% !important;
    background-position: center center !important;
}

@media (max-width: 650px) {
    .not-found {
        background-size: 90% !important;
    }
}

.not-found h1 {
    color: #670001;
    padding-top: 20px;
}

.not-found .back-btn {
    margin-top: 50px;
}


/* 2021/06/15 約款類のページ */
.main-article {
    max-width: 65%;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1050px) { /*tab*/
    .main-article {
        max-width: 100%;
        margin-top: 110px;
    }
}

.swiper-button-next, .swiper-button-prev {
    z-index: 5 !important;
}

.swiper-scrollbar {
    display: none;
}

/* ===== Island portal media EC redesign overrides ===== */
:root {
    --hm-ink: #1f2a22;
    --hm-muted: #657064;
    --hm-cream: #fbf4e5;
    --hm-cream-2: #fffaf0;
    --hm-paper: #fffdf8;
    --hm-green: #2f5e49;
    --hm-green-dark: #163a2d;
    --hm-sea: #1f7183;
    --hm-orange: #d9793f;
    --hm-border: rgba(47, 94, 73, 0.18);
    --hm-shadow: 0 22px 60px rgba(31, 42, 34, 0.12);
    --hm-radius: 28px;
    --hm-body: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --hm-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

html {
    scroll-behavior: smooth;
}

body,
body * {
    font-family: var(--hm-body);
}

body {
    color: var(--hm-ink);
    background:
        radial-gradient(circle at 12% 8%, rgba(217, 121, 63, 0.14), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(31, 113, 131, 0.12), transparent 26%),
        linear-gradient(180deg, #fffaf0 0%, #fffdf8 44%, #f7efe0 100%);
    font-size: 16px;
    line-height: 1.85;
}

a {
    color: inherit;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

img {
    max-width: 100%;
}

::selection {
    color: #fff;
    background: var(--hm-green);
}

/* Header */
#head_wrap.hm-site-header,
#head_wrap.hm-site-header.fixed {
    position: sticky;
    top: 0;
    left: auto;
    z-index: 1000;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 12px 22px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 10px 32px rgba(31, 42, 34, 0.08);
    backdrop-filter: blur(18px);
    transform: none;
}

#head_wrap .hm-header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 18px;
    width: min(1180px, 100%);
    max-width: 1180px;
    min-width: 0;
    height: auto;
    margin: 0 auto;
}

#head_wrap .hm-logo,
#head_wrap .hm-logo-title {
    grid-column: 1;
}

#head_wrap .hm-global-nav {
    grid-column: 3;
    justify-self: end;
}

#head_wrap .hm-header-actions {
    grid-column: 4;
    justify-self: end;
}

#head_wrap .hm-logo-title {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
}

#head_wrap .hm-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: auto;
    height: auto;
    color: var(--hm-green-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-decoration: none;
    white-space: nowrap;
}

#head_wrap .hm-logo img {
    display: block;
    width: 118px;
    height: auto;
    margin: 0;
}

#head_wrap .hm-logo span {
    display: inline-block;
    padding-left: 12px;
    border-left: 1px solid var(--hm-border);
}

#head_wrap .hm-global-nav {
    position: static;
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    min-width: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    opacity: 1;
}

#head_wrap .hm-global-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: auto;
    margin: 0;
}

#head_wrap .hm-global-nav ul li {
    position: relative;
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

#head_wrap .hm-global-nav ul li::before {
    content: none;
}

#head_wrap .hm-global-nav ul li a,
#head_wrap .hm-global-nav ul li label {
    display: block;
    padding: 11px 13px;
    color: var(--hm-ink);
    text-decoration: none;
    border-radius: 999px;
    cursor: pointer;
}

#head_wrap .hm-global-nav ul li a:hover,
#head_wrap .hm-global-nav ul li label:hover {
    color: var(--hm-green-dark);
    background: rgba(47, 94, 73, 0.09);
}

#head_wrap .hm-global-nav ul li.parent label::after {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 6px;
    background: none;
    color: var(--hm-orange);
    content: "▼";
    font-size: 10px;
}

#head_wrap .hm-global-nav ul li.parent ul {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    display: none;
    min-width: 220px;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--hm-border);
    border-radius: 18px;
    box-shadow: var(--hm-shadow);
    transform: translateX(-50%);
}

#head_wrap .hm-global-nav ul li.parent input:checked + ul {
    display: grid;
    gap: 4px;
}

#head_wrap .hm-global-nav ul li.parent ul li a {
    border-radius: 12px;
    white-space: nowrap;
}

#head_wrap .hm-header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    float: none;
    margin: 0;
    padding: 0;
}

#head_wrap .hm-header-actions li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#head_wrap .hm-header-actions li::before {
    content: none;
}

#head_wrap .hm-header-actions a {
    display: block;
    padding: 10px 13px;
    color: var(--hm-green-dark);
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--hm-border);
    border-radius: 999px;
}

#head_wrap .hm-header-actions a.cart {
    color: #fff;
    background: var(--hm-green);
    border-color: var(--hm-green);
}

#head_wrap .hm-header-actions a:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(31, 42, 34, 0.11);
}

#mobile-head.hm-menu-button,
#nav-toggle {
    display: none;
}

/* Top page */
.hm-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 22px 36px;
}

.hm-hero::before {
    position: absolute;
    inset: 28px auto auto -90px;
    width: 280px;
    height: 280px;
    background: rgba(47, 94, 73, 0.12);
    border-radius: 44% 56% 48% 52%;
    content: "";
}

.hm-hero::after {
    position: absolute;
    right: -80px;
    bottom: 80px;
    width: 220px;
    height: 220px;
    background: rgba(217, 121, 63, 0.15);
    border-radius: 60% 40% 54% 46%;
    content: "";
}

.hm-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
    align-items: center;
    gap: 46px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hm-kicker {
    margin: 0 0 14px;
    color: var(--hm-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-transform: uppercase;
}

.hm-hero h1,
.hm-section__head h2,
.hm-feature h2,
.hm-connect h2,
section.item-list .title-wrap h1,
.hm-footer-column h2 {
    font-family: var(--hm-serif);
}

.hm-hero h1 {
    margin: 0;
    color: var(--hm-green-dark);
    font-size: clamp(34px, 5.1vw, 66px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.12;
}

.hm-hero h1 span {
    display: inline-block;
    margin-top: 10px;
    color: var(--hm-sea);
}

.hm-hero__lead {
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--hm-muted);
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 2;
}

.hm-hero__actions,
.hm-section__head--row,
.hm-feature,
.hm-connect {
    display: flex;
    align-items: center;
}

.hm-hero__actions {
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.hm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 23px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 999px;
}

.hm-btn--primary {
    color: #fff;
    background: var(--hm-green);
    box-shadow: 0 14px 28px rgba(47, 94, 73, 0.24);
}

.hm-btn--sub {
    color: var(--hm-green-dark);
    background: rgba(255, 255, 255, 0.74);
    border-color: var(--hm-border);
}

.hm-btn--light {
    color: var(--hm-green-dark);
    background: #fffdf8;
}

.hm-btn:hover {
    transform: translateY(-2px);
}

.hm-hero__visual {
    position: relative;
    min-height: 570px;
}

.hm-photo {
    position: absolute;
    overflow: hidden;
    margin: 0;
    background: #fff;
    border: 10px solid rgba(255, 253, 248, 0.92);
    border-radius: 34px;
    box-shadow: var(--hm-shadow);
}

.hm-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-photo--main {
    top: 20px;
    right: 42px;
    width: 72%;
    height: 420px;
    transform: rotate(2deg);
}

.hm-photo--sub1 {
    left: 0;
    bottom: 28px;
    width: 46%;
    height: 220px;
    transform: rotate(-4deg);
}

.hm-photo--sub2 {
    right: 0;
    bottom: 0;
    width: 39%;
    height: 190px;
    transform: rotate(4deg);
}

.hm-hero__nav {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: min(1180px, calc(100% - 44px));
    margin: 16px auto 0;
}

.hm-entrance {
    display: block;
    padding: 18px 20px;
    color: var(--hm-green-dark);
    text-decoration: none;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid var(--hm-border);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(31, 42, 34, 0.08);
}

.hm-entrance span {
    display: block;
    color: var(--hm-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.hm-entrance strong {
    display: block;
    margin-top: 4px;
    font-size: 19px;
    line-height: 1.4;
}

.hm-entrance:hover {
    border-color: rgba(47, 94, 73, 0.38);
    transform: translateY(-2px);
}

.hm-main {
    padding: 24px 22px 84px;
}

.hm-section {
    width: min(1180px, 100%);
    margin: 0 auto 74px;
}

.hm-section__head {
    max-width: 760px;
    margin-bottom: 26px;
}

.hm-section__head--row {
    justify-content: space-between;
    gap: 20px;
    max-width: none;
}

.hm-section__head h2,
.hm-feature h2,
.hm-connect h2 {
    margin: 0;
    color: var(--hm-green-dark);
    font-size: clamp(28px, 3.6vw, 45px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.28;
}

.hm-section__head p:not(.hm-kicker),
.hm-feature p,
.hm-connect p {
    margin: 14px 0 0;
    color: var(--hm-muted);
    font-size: 16px;
    line-height: 2;
}

.hm-learn__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 18px;
}

.hm-story-card {
    overflow: hidden;
    background: var(--hm-paper);
    border: 1px solid var(--hm-border);
    border-radius: var(--hm-radius);
    box-shadow: 0 16px 40px rgba(31, 42, 34, 0.08);
}

.hm-story-card--large {
    grid-row: span 2;
}

.hm-story-card img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.hm-story-card--large img {
    height: 370px;
}

.hm-story-card div {
    padding: 26px;
}

.hm-story-card span {
    color: var(--hm-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hm-story-card h3,
.hm-route-card h3 {
    margin: 8px 0 0;
    color: var(--hm-green-dark);
    font-size: 24px;
    line-height: 1.45;
}

.hm-story-card p,
.hm-route-card p {
    margin: 10px 0 0;
    color: var(--hm-muted);
    line-height: 1.9;
}

.hm-story-card a,
.hm-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--hm-green);
    font-weight: 800;
    text-decoration: none;
}

.hm-story-card a::after,
.hm-text-link::after {
    content: "→";
}

.hm-story-card--accent {
    display: grid;
    align-items: center;
    min-height: 230px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(22, 58, 45, 0.92), rgba(31, 113, 131, 0.86)),
        url("https://image.raku-uru.jp/01/17037/423/slide_15_231226_1703552589701.jpg") center/cover;
}

.hm-story-card--accent h3,
.hm-story-card--accent p,
.hm-story-card--accent span {
    color: #fff;
}

.hm-route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hm-route-card {
    min-height: 210px;
    padding: 24px;
    color: var(--hm-green-dark);
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--hm-border);
    border-radius: 26px;
    box-shadow: 0 14px 34px rgba(31, 42, 34, 0.07);
}

.hm-route-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    background: var(--hm-green);
    border-radius: 50%;
}

.hm-route-card:hover {
    border-color: rgba(31, 113, 131, 0.35);
    transform: translateY(-3px);
}

.hm-feature {
    justify-content: space-between;
    gap: 34px;
    padding: 42px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 16%, rgba(255, 255, 255, 0.2), transparent 22%),
        linear-gradient(135deg, #173b2e 0%, #1f7183 100%);
    border-radius: 34px;
    box-shadow: var(--hm-shadow);
}

.hm-feature__copy {
    max-width: 570px;
}

.hm-feature .hm-kicker,
.hm-feature h2,
.hm-feature p {
    color: #fff;
}

.hm-feature__image {
    overflow: hidden;
    flex: 0 0 38%;
    border: 9px solid rgba(255, 255, 255, 0.26);
    border-radius: 28px;
    transform: rotate(2deg);
}

.hm-feature__image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hm-journal {
    padding: 34px;
    background: rgba(255, 253, 248, 0.86);
    border: 1px solid var(--hm-border);
    border-radius: var(--hm-radius);
}

.hm-journal__list {
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.hm-journal__list li {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 18px;
    padding: 15px 0;
    border-top: 1px solid var(--hm-border);
}

.hm-journal__list li::before {
    content: none;
}

.hm-journal__list time {
    color: var(--hm-orange);
    font-size: 13px;
    font-weight: 800;
}

.hm-connect {
    justify-content: space-between;
    gap: 28px;
    padding: 42px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(217, 121, 63, 0.92), rgba(47, 94, 73, 0.92)),
        url("https://image.raku-uru.jp/01/17037/418/slide_10_231222_1703237264179.jpg") center/cover;
    border-radius: 34px;
}

.hm-connect .hm-kicker,
.hm-connect h2,
.hm-connect p {
    color: #fff;
}

/* Product cards */
.hm-products .sec-wrap,
section.item-list .sec-wrap {
    width: 100%;
}

ul.item-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    margin: 0;
}

ul.item-list::after {
    content: none;
}

ul.item-list li {
    overflow: hidden;
    float: none !important;
    width: auto !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    border: 1px solid var(--hm-border);
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(31, 42, 34, 0.08);
}

ul.item-list li::before {
    content: none;
}

ul.item-list li a {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    color: var(--hm-ink);
    text-decoration: none;
}

ul.item-list li a:hover {
    opacity: 1;
    transform: translateY(-3px);
}

ul.item-list li .item-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #f4ead8;
    aspect-ratio: 1 / 1;
}

ul.item-list li .item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

ul.item-list li a:hover .item-img img {
    transform: scale(1.05);
}

ul.item-list li .item-img span.category,
ul.item-list li .item-img span.category.recom {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    background: var(--hm-orange);
    border-radius: 999px;
}

ul.item-list li .item_p-wrap {
    min-height: auto;
    padding: 18px 18px 20px;
    background: #fff;
}

ul.item-list li .item_p-wrap .item-name {
    display: block;
    min-height: auto;
    margin: 0;
    color: var(--hm-ink);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.65;
}

ul.item-list li .item_p-wrap .price {
    margin: 12px 0 0;
    color: var(--hm-green);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

ul.item-list li .item_p-wrap .price span {
    display: inline;
    margin-left: 4px;
    color: var(--hm-muted);
    font-size: 12px;
    font-weight: 700;
}

/* Item list pages */
.wrap {
    display: flex;
    gap: 34px;
    width: min(1180px, calc(100% - 44px));
    max-width: 1180px;
    min-width: 0;
    margin: 54px auto 88px;
}

.wrap::after {
    content: none;
}

.main-wrap {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
}

.sideber {
    flex: 0 0 250px;
    width: auto;
    margin: 0;
    padding: 22px;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid var(--hm-border);
    border-radius: 24px;
    box-shadow: 0 14px 34px rgba(31, 42, 34, 0.07);
}

.sideber h2 {
    margin: 0 0 14px;
    padding: 0;
    color: var(--hm-green-dark);
    font-family: var(--hm-serif);
    font-size: 22px;
    border: 0;
}

.sideber h2:not(:first-child) {
    margin-top: 28px;
}

.sideber ul li {
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px solid var(--hm-border);
    font-size: 14px;
}

.sideber ul li::before {
    content: none;
}

.sideber ul li a {
    color: var(--hm-ink);
    text-decoration: none;
}

.sideber ul li a:hover {
    color: var(--hm-green);
}

.breadcrumb {
    margin: 0 0 18px;
    padding: 0;
    color: var(--hm-muted);
    font-size: 12px;
}

.breadcrumb a {
    color: var(--hm-green) !important;
}

section.item-list .title-wrap {
    display: flex;
    align-items: flex-end;
    min-height: 170px;
    margin: 0 0 28px;
    padding: 34px;
    background:
        linear-gradient(135deg, rgba(251, 244, 229, 0.94), rgba(255, 253, 248, 0.9)),
        url("https://image.raku-uru.jp/01/17037/420/slide_12_231222_1703251396147.jpg") center/cover;
    border: 1px solid var(--hm-border);
    border-radius: 30px;
    box-shadow: 0 16px 40px rgba(31, 42, 34, 0.08);
}

section.item-list .title-wrap h1.top {
    margin: 0;
    color: var(--hm-green-dark);
    font-size: clamp(30px, 4.2vw, 48px);
    line-height: 1.2;
    text-shadow: none;
}

.item-list-description.wysiwyg-data {
    margin: 0 0 26px;
    padding: 24px;
    color: var(--hm-ink);
    background: #fff;
    border: 1px solid var(--hm-border);
    border-radius: 22px;
}

.item-list .sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    float: none;
    margin: 0 0 24px;
}

.item-list .sort p {
    display: inline-flex;
    float: none;
    margin: 0;
    padding: 8px 12px;
    color: #fff;
    background: var(--hm-green);
    border-radius: 999px;
}

.item-list .sort ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.item-list .sort ul li {
    float: none;
    margin: 0;
    font-size: 14px;
}

.item-list .sort ul li::after {
    content: none;
}

.item-list .sort ul li a,
.item-list .sort ul li span {
    display: inline-flex;
    padding: 8px 11px;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--hm-border);
    border-radius: 999px;
}

.item-list .sort ul li span {
    color: #fff;
    background: var(--hm-green-dark);
    border-color: var(--hm-green-dark);
}

.item-list-noitem {
    padding: 36px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--hm-border);
    border-radius: 22px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 34px 0 0;
}

.pagination:first-child {
    margin: 0 0 28px;
}

.pagination li {
    display: block;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hm-border);
    border-radius: 999px;
    box-shadow: none;
}

.pagination li a {
    min-width: 42px;
    padding: 8px 14px;
    color: var(--hm-green-dark);
}

.pagination li.active {
    background: var(--hm-green);
    border-color: var(--hm-green);
    box-shadow: none;
}

.pagination li.active a {
    color: #fff;
}

/* Calendar */
.hm-calendar,
.schedule-area {
    background: rgba(255, 253, 248, 0.9);
    border: 1px solid var(--hm-border);
    border-radius: 22px;
}

.hm-calendar {
    width: min(640px, calc(100% - 32px));
    margin: 0 auto 54px;
    padding: 22px;
}

.only-sp h2.calendar-tit {
    color: var(--hm-green-dark);
    font-family: var(--hm-serif);
}

.calendar th,
.calendar td {
    border-color: rgba(47, 94, 73, 0.16);
}

.calendar tbody td.e1,
.calendar tbody td.e2 {
    color: #fff;
    background: var(--hm-orange);
}

/* Footer */
.hm-site-footer {
    position: relative;
    overflow: hidden;
    padding: 64px 22px 30px;
    color: #f9f2e5;
    background:
        radial-gradient(circle at 12% 0%, rgba(217, 121, 63, 0.28), transparent 26%),
        linear-gradient(145deg, #142f25 0%, #214d3b 62%, #1f7183 100%);
}

.hm-site-footer::before {
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 48% 52% 56% 44%;
    content: "";
}

.hm-footer-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 54px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hm-footer-logo img {
    display: block;
    width: 145px;
    height: auto;
    filter: brightness(0) invert(1);
}

.hm-footer-brand p {
    max-width: 400px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 2;
}

.hm-footer-contact {
    display: grid;
    gap: 2px;
    max-width: 320px;
    margin-top: 24px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
}

.hm-footer-contact span,
.hm-footer-contact small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.hm-footer-contact strong {
    color: #fff;
    font-size: 26px;
    line-height: 1.3;
}

.hm-footer-nav {
    display: grid;
    gap: 24px;
}

.hm-footer-column h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 22px;
}

.hm-footer-column ul {
    display: grid;
    gap: 9px;
}

.hm-footer-column li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
}

.hm-footer-column li::before {
    content: none;
}

.hm-footer-column a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.hm-footer-column a:hover {
    color: #fff;
}

.hm-footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hm-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hm-footer-social a,
.hm-page-top {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

.hm-footer-bottom small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

/* Static pages */
div.main {
    width: min(980px, calc(100% - 44px));
    margin: 44px auto 86px;
    padding: 34px;
    background: rgba(255, 253, 248, 0.88);
    border: 1px solid var(--hm-border);
    border-radius: 28px;
}

div.main h2 {
    color: var(--hm-green-dark);
    font-family: var(--hm-serif);
    border-bottom-color: var(--hm-border);
}

@media (max-width: 1050px) {
    #head_wrap.hm-site-header,
    #head_wrap.hm-site-header.fixed {
        padding: 10px 16px;
    }

    #head_wrap .hm-header-inner {
        grid-template-columns: auto auto;
        gap: 10px;
    }

    #head_wrap .hm-logo span {
        display: none;
    }

    #mobile-head.hm-menu-button,
    #nav-toggle {
        display: block;
    }

    #mobile-head.hm-menu-button {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        position: static;
        width: 48px;
        height: 48px;
    }

    #nav-toggle {
        position: relative;
        top: auto;
        right: auto;
        width: 48px;
        height: 48px;
        background: var(--hm-green);
        border-radius: 50%;
    }

    #nav-toggle div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 21px;
        height: 16px;
        transform: translate(-50%, -50%);
    }

    #nav-toggle span {
        position: absolute;
        left: 0;
        width: 21px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    #nav-toggle span:nth-child(2) {
        top: 7px;
    }

    #nav-toggle span:nth-child(3) {
        top: 14px;
    }

    #head_wrap.open #nav-toggle span:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }

    #head_wrap.open #nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    #head_wrap.open #nav-toggle span:nth-child(3) {
        top: 7px;
        transform: rotate(-45deg);
    }

    #head_wrap .hm-global-nav {
        grid-column: 1 / -1;
        position: fixed;
        top: 72px;
        right: 14px;
        left: 14px;
        display: block;
        padding: 18px;
        background: rgba(255, 253, 248, 0.98);
        border: 1px solid var(--hm-border);
        border-radius: 24px;
        box-shadow: var(--hm-shadow);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
    }

    #head_wrap.open .hm-global-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    #head_wrap .hm-global-nav ul {
        display: grid;
        justify-content: stretch;
        gap: 4px;
    }

    #head_wrap .hm-global-nav ul li a,
    #head_wrap .hm-global-nav ul li label {
        padding: 13px 14px;
        border-radius: 14px;
    }

    #head_wrap .hm-global-nav ul li.parent ul {
        position: static;
        min-width: 0;
        margin: 4px 0 0;
        padding: 8px;
        box-shadow: none;
        transform: none;
    }

    #head_wrap .hm-header-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 4px 0 0;
    }

    #head_wrap .hm-header-actions a {
        white-space: nowrap;
    }

    .hm-hero {
        padding-top: 48px;
    }

    .hm-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .hm-hero__visual {
        min-height: 500px;
    }

    .hm-photo--main {
        right: 5%;
        width: 74%;
    }

    .hm-hero__nav,
    .hm-route-grid,
    ul.item-list,
    .hm-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-learn__grid,
    .hm-footer-inner {
        grid-template-columns: 1fr;
    }

    .hm-feature,
    .hm-connect {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-feature__image {
        flex-basis: auto;
        width: 100%;
    }

    .wrap {
        flex-direction: column;
        margin-top: 36px;
    }

    .sideber {
        flex-basis: auto;
    }
}

@media (max-width: 650px) {
    body {
        font-size: 15px;
    }

    .only-sp,
    .only-tab-sp {
        display: block !important;
    }

    #head_wrap .hm-logo img {
        width: 104px;
    }

    #head_wrap .hm-header-actions {
        gap: 6px;
    }

    #head_wrap .hm-header-actions li {
        font-size: 12px;
    }

    #head_wrap .hm-header-actions a {
        padding: 8px 10px;
    }

    .hm-hero {
        padding: 34px 16px 28px;
    }

    .hm-hero__lead {
        line-height: 1.9;
    }

    .hm-hero__visual {
        min-height: 360px;
    }

    .hm-photo {
        border-width: 6px;
        border-radius: 22px;
    }

    .hm-photo--main {
        top: 0;
        right: 0;
        width: 86%;
        height: 270px;
    }

    .hm-photo--sub1 {
        bottom: 16px;
        width: 48%;
        height: 150px;
    }

    .hm-photo--sub2 {
        width: 43%;
        height: 130px;
    }

    .hm-hero__nav,
    .hm-route-grid,
    ul.item-list,
    .hm-footer-nav {
        grid-template-columns: 1fr;
    }

    .hm-hero__nav {
        width: calc(100% - 32px);
    }

    .hm-main {
        padding: 10px 16px 58px;
    }

    .hm-section {
        margin-bottom: 52px;
    }

    .hm-section__head--row {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-story-card img,
    .hm-story-card--large img {
        height: 230px;
    }

    .hm-story-card div,
    .hm-route-card,
    .hm-journal,
    .hm-feature,
    .hm-connect {
        padding: 22px;
    }

    .hm-journal__list li {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .wrap {
        width: calc(100% - 32px);
        margin: 28px auto 58px;
    }

    section.item-list .title-wrap {
        min-height: 130px;
        padding: 24px;
        border-radius: 24px;
    }

    .item-list .sort {
        align-items: flex-start;
        flex-direction: column;
    }

    .pagination li {
        display: none;
    }

    .pagination li.pre,
    .pagination li.next,
    .pagination li.active {
        display: block;
    }

    .pagination li.pre,
    .pagination li.next {
        width: auto;
        padding: 0;
        color: var(--hm-green-dark);
        background: #fff;
        box-shadow: none;
    }

    .pagination li.pre a,
    .pagination li.next a {
        color: var(--hm-green-dark);
    }

    .pagination li.pre::after,
    .pagination li.next::before {
        content: none;
    }

    .hm-footer-inner,
    .hm-footer-bottom {
        display: grid;
        gap: 24px;
    }

    .hm-footer-bottom {
        justify-content: stretch;
    }

    .hm-footer-social {
        justify-content: flex-start;
    }

    div.main {
        width: calc(100% - 32px);
        margin: 28px auto 58px;
        padding: 22px;
    }
}

/* ===== Official EC white base correction ===== */
:root {
    --hm-ink: #202020;
    --hm-muted: #666;
    --hm-cream: #fff;
    --hm-cream-2: #fafafa;
    --hm-paper: #fff;
    --hm-green: #202020;
    --hm-green-dark: #202020;
    --hm-sea: #2d5f78;
    --hm-orange: #d64232;
    --hm-border: #e7e2dc;
    --hm-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}

body {
    color: var(--hm-ink);
    background: #fff;
}

#head_wrap.hm-site-header,
#head_wrap.hm-site-header.fixed {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #eee;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

#head_wrap .hm-logo,
#head_wrap .hm-global-nav ul li a,
#head_wrap .hm-global-nav ul li label {
    color: #202020;
}

#head_wrap .hm-global-nav ul li a:hover,
#head_wrap .hm-global-nav ul li label:hover {
    color: #d64232;
    background: #f8f8f8;
}

#head_wrap .hm-header-actions a {
    color: #202020;
    background: #fff;
    border: 1px solid #ddd;
}

#head_wrap .hm-header-actions a.cart {
    color: #fff;
    background: #202020;
    border-color: #202020;
}

.hm-store-hero {
    width: 100%;
    max-width: none;
    margin: 28px auto 0;
    padding: 0;
}

.hm-slider {
    position: relative;
    background: #fff;
    border: 0;
    border-radius: 0;
}

.hm-slider__viewport {
    position: relative;
    overflow: hidden;
}

.hm-slider__track {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: 100%;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.25, 1);
}

.hm-slide {
    position: relative;
    flex: 0 0 min(1280px, 82%);
    overflow: hidden;
    background: #f3f3f3;
    border-radius: 6px;
    opacity: 0.35;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.hm-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hm-slide.is-prev,
.hm-slide.is-next {
    opacity: 0.5;
}

.hm-slide a {
    display: block;
    width: 100%;
    color: #202020;
    text-decoration: none;
}

.hm-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.hm-slider__button {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    color: transparent;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transform: translateY(-50%);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hm-slider__button:hover {
    background: #fafafa;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
    transform: translateY(-50%) scale(1.05);
}

.hm-slider__button > span {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #202020;
    border-right: 2px solid #202020;
}

.hm-slider__button--prev {
    left: 14px;
}

.hm-slider__button--prev > span {
    transform: translateX(2px) rotate(-135deg);
}

.hm-slider__button--next {
    right: 14px;
}

.hm-slider__button--next > span {
    transform: translateX(-2px) rotate(45deg);
}

.hm-slider__thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 18px auto 0;
    padding: 0 16px;
}

.hm-slider__thumb {
    flex: 0 0 auto;
    width: 90px;
    height: 56px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.hm-slider__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-slider__thumb:hover {
    opacity: 0.9;
}

.hm-slider__thumb.is-active {
    border-color: #c9362b;
    opacity: 1;
}

.hm-shop-main {
    padding-top: 34px;
}

.hm-quick-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: min(1180px, 100%);
    margin: 0 auto 58px;
}

.hm-quick-links a {
    display: block;
    padding: 20px 22px;
    color: #202020;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e7e2dc;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.hm-quick-links a:hover {
    border-color: #202020;
    transform: translateY(-2px);
}

.hm-quick-links span {
    display: block;
    color: #777;
    font-size: 12px;
    font-weight: 700;
}

.hm-quick-links strong {
    display: block;
    margin-top: 4px;
    font-size: 18px;
}

.hm-section {
    margin-bottom: 68px;
}

.hm-section__head h2,
.hm-story-strip h2,
section.item-list .title-wrap h1 {
    color: #202020;
}

.hm-kicker {
    color: #d64232;
    letter-spacing: 0.12em;
}

.hm-category-grid,
.hm-campaign-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hm-category-grid a,
.hm-campaign-grid a {
    display: flex;
    align-items: center;
    min-height: 74px;
    padding: 18px 20px;
    color: #202020;
    font-weight: 800;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e7e2dc;
}

.hm-category-grid a:hover,
.hm-campaign-grid a:hover {
    color: #d64232;
    border-color: #d64232;
}

.hm-story-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 36px;
    align-items: center;
    padding: 34px;
    background: #fafafa;
    border: 1px solid #e7e2dc;
}

.hm-story-strip__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.hm-story-strip__copy p:not(.hm-kicker) {
    color: #555;
    line-height: 2;
}

.hm-btn--sub,
.hm-text-link {
    color: #202020;
    background: #fff;
    border-color: #202020;
}

.hm-text-link {
    background: transparent;
}

ul.item-list li {
    border-radius: 0;
    box-shadow: none;
}

ul.item-list li .item-img span.category,
ul.item-list li .item-img span.category.recom {
    background: #d64232;
}

ul.item-list li .item_p-wrap .price {
    color: #202020;
}

section.item-list .title-wrap {
    min-height: 150px;
    background: #fafafa;
    border-radius: 0;
    box-shadow: none;
}

.sideber,
.item-list-description.wysiwyg-data,
.hm-journal,
div.main {
    background: #fff;
    border-color: #e7e2dc;
    border-radius: 0;
    box-shadow: none;
}

.hm-site-footer {
    color: #202020;
    background: #fff;
    border-top: 1px solid #e7e2dc;
}

.hm-site-footer::before {
    content: none;
}

.hm-footer-logo img {
    filter: none;
}

.hm-footer-brand p,
.hm-footer-contact span,
.hm-footer-contact small,
.hm-footer-column a,
.hm-footer-bottom small {
    color: #666;
}

.hm-footer-column h2,
.hm-footer-contact strong {
    color: #202020;
}

.hm-footer-contact,
.hm-footer-social a,
.hm-page-top {
    color: #202020;
    background: #fafafa;
    border-color: #e7e2dc;
}

.hm-footer-bottom {
    border-top-color: #e7e2dc;
}

#nav-toggle {
    background: #202020;
}

@media (max-width: 1050px) {
    .hm-slide {
        flex-basis: 86%;
    }

    .hm-quick-links,
    .hm-category-grid,
    .hm-campaign-grid,
    .hm-story-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .hm-store-hero {
        width: 100%;
        margin-top: 18px;
    }

    .hm-slider__track {
        gap: 10px;
    }

    .hm-slide {
        flex-basis: calc(100% - 40px);
        border-radius: 4px;
    }

    .hm-slider__button {
        width: 38px;
        height: 38px;
    }

    .hm-slider__button > span {
        width: 9px;
        height: 9px;
    }

    .hm-slider__button--prev {
        left: 6px;
    }

    .hm-slider__button--next {
        right: 6px;
    }

    .hm-slider__thumbs {
        gap: 6px;
        margin-top: 12px;
        padding: 0 12px;
    }

    .hm-slider__thumb {
        width: 56px;
        height: 38px;
        border-width: 2px;
    }

    .hm-quick-links,
    .hm-category-grid,
    .hm-campaign-grid,
    .hm-story-strip {
        grid-template-columns: 1fr;
    }

    .hm-shop-main {
        padding-top: 24px;
    }
}

/* ===== Clean storefront reset after template conflicts ===== */
body {
    margin: 0;
    background: #fff !important;
    overflow-x: hidden;
}

.hm-shop-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.hm-shop-main > .hm-quick-links,
.hm-shop-main > .hm-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 64px clamp(20px, 4vw, 56px);
}

.hm-shop-main > .hm-quick-links {
    background: #f8f5ef;
}

.hm-shop-main > .hm-shop-categories {
    background: #fff;
}

.hm-shop-main > .hm-campaigns {
    background: #faf6ee;
}

.hm-shop-main > .hm-products:nth-of-type(odd) {
    background: #fff;
}

.hm-shop-main > .hm-products:nth-of-type(even) {
    background: #faf6ee;
}

.hm-shop-main > .hm-journal {
    background: #f1ece2;
    border: 0;
    border-radius: 0;
}

.hm-store-hero {
    width: 100%;
    max-width: none;
    margin: 28px 0 0;
    padding: 0;
}

.hm-quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 0 0;
}

.hm-section__head {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 32px;
    text-align: center;
}

.hm-section__head h2 {
    font-family: var(--hm-body);
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.4;
}

.hm-section__head--row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hm-section__head--row .hm-text-link {
    margin-top: 14px;
}

.hm-kicker {
    margin-bottom: 6px;
    color: #c9362b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-align: center;
}

.hm-category-grid,
.hm-campaign-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.hm-shop-main > .hm-shop-categories .hm-section__head,
.hm-shop-main > .hm-shop-categories .hm-category-grid {
    max-width: 720px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.hm-shop-main > .hm-shop-categories .hm-kicker {
    text-align: left;
}

.hm-shop-main > .hm-shop-categories .hm-section__head--row {
    align-items: flex-start;
}

.hm-shop-main > .hm-shop-categories .hm-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-category-grid a,
.hm-campaign-grid a,
.hm-quick-links a {
    min-width: 0;
    border-color: #e8e8e8;
    box-shadow: none;
}

.hm-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 1600px;
    min-width: 0;
    margin: 0 auto;
}

.hm-product-card {
    display: block;
    min-width: 0;
    background: #fff;
    border: 1px solid #ececec;
}

.hm-product-card a {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    min-height: 100%;
    color: #202020;
    text-decoration: none;
}

.hm-product-card__image {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: #fafafa;
    aspect-ratio: 1 / 1;
}

.hm-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hm-product-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-block;
    max-width: calc(100% - 20px);
    padding: 4px 8px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    background: #c9362b;
}

.hm-product-card__body {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 14px 14px 16px;
}

.hm-product-card__body strong {
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
    text-align: left;
    word-break: break-word;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hm-product-card__price {
    display: block;
    color: #202020;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.hm-product-card__price small {
    margin-left: 4px;
    color: #777;
    font-size: 11px;
    font-weight: 500;
}

.hm-product-card a:hover {
    opacity: 1;
}

.hm-product-card a:hover .hm-product-card__body strong {
    color: #c9362b;
}

.hm-footer-nav {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.hm-footer-column a[href^="https://oita-himeshima.jp"],
.hm-global-nav a[href^="https://oita-himeshima.jp"] {
    display: none !important;
}

@media (max-width: 900px) {
    .hm-product-grid,
    .hm-category-grid,
    .hm-campaign-grid,
    .hm-quick-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-quick-links,
    .hm-shop-main > .hm-shop-categories .hm-section__head,
    .hm-shop-main > .hm-shop-categories .hm-category-grid {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hm-shop-main > .hm-shop-categories .hm-kicker {
        text-align: center;
    }

    .hm-shop-main > .hm-shop-categories .hm-section__head--row {
        align-items: center;
    }
}

@media (max-width: 650px) {
    .hm-shop-main {
        width: 100%;
        padding-top: 0;
    }

    .hm-shop-main > .hm-quick-links,
    .hm-shop-main > .hm-section {
        padding: 36px 14px;
    }

    .hm-store-hero {
        width: 100%;
        margin: 14px 0 0;
    }

    .hm-quick-links,
    .hm-category-grid,
    .hm-campaign-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .hm-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .hm-product-card__body {
        padding: 10px 10px 12px;
    }

    .hm-product-card__body strong {
        font-size: 13px;
        line-height: 1.55;
    }
}

/* =====================================================
   Footer redesign (teinei-style elegant)
   ===================================================== */
.hm-site-footer {
    position: relative;
    overflow: visible;
    margin-top: 0;
    padding: 0;
    color: #3a3530;
    background: #f5f0e8;
    border-top: 1px solid #e7ddc9;
}

.hm-site-footer::before {
    content: none;
}

.hm-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.95fr);
    gap: 64px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 72px clamp(20px, 4vw, 56px) 40px;
}

.hm-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.hm-footer-logo {
    display: inline-block;
    width: max-content;
    text-decoration: none;
}

.hm-footer-logo img {
    display: block;
    width: 132px;
    height: auto;
    filter: none;
}

.hm-footer-brand p {
    max-width: 360px;
    margin: 0;
    color: #5a544c;
    font-size: 13px;
    line-height: 1.95;
}

.hm-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    max-width: 320px;
    margin: 6px 0 0;
    padding: 18px 20px;
    color: #3a3530;
    background: #fff;
    border: 1px solid #e7ddc9;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(60, 45, 25, 0.05);
}

.hm-footer-contact span {
    color: #8a7d6b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.hm-footer-contact span::before {
    display: inline-block;
    margin-right: 6px;
    color: #c9362b;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
}

.hm-footer-contact strong,
.hm-footer-contact strong a {
    color: #2a2520;
    font-family: var(--hm-serif, Georgia, serif);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-decoration: none;
}

.hm-footer-contact small {
    color: #7a7065;
    font-size: 11px;
    line-height: 1.5;
}

.hm-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    align-content: start;
    min-width: 0;
}

.hm-footer-column {
    min-width: 0;
}

.hm-footer-column h2 {
    margin: 0 0 16px;
    padding-bottom: 12px;
    color: #2a2520;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    border-bottom: 1px solid #e0d4bf;
    border-radius: 0;
}

.hm-footer-column ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hm-footer-column li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.5;
}

.hm-footer-column li::before {
    content: none;
}

.hm-footer-column a {
    position: relative;
    display: inline-block;
    padding: 0 0 1px 14px;
    color: #4a4239;
    text-decoration: none;
    background: transparent;
    border: 0;
    transition: color 0.18s ease;
}

.hm-footer-column a::before {
    position: absolute;
    top: 50%;
    left: 0;
    color: #c9362b;
    font-size: 10px;
    line-height: 1;
    content: "▸";
    transform: translateY(-50%);
}

.hm-footer-column a:hover {
    color: #c9362b;
    transform: none;
    box-shadow: none;
    background: transparent;
    border: 0;
}

.hm-footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-top: 36px;
    padding-top: 26px;
    border-top: 1px solid #e0d4bf;
}

.hm-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hm-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    overflow: hidden;
    color: #4a4239;
    font-size: 0;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0d4bf;
    border-radius: 50%;
    transition: color 0.18s ease, border-color 0.18s ease;
}

.hm-footer-social a::before {
    font-family: "Font Awesome 5 Brands";
    font-size: 14px;
    line-height: 1;
}

.hm-footer-social a[href*="twitter"]::before,
.hm-footer-social a[href*="x.com"]::before {
    content: "\f099";
}

.hm-footer-social a[href*="facebook"]::before {
    content: "\f39e";
}

.hm-footer-social a[href*="instagram"]::before {
    content: "\f16d";
}

.hm-footer-social a[href*="youtube"]::before {
    content: "\f167";
}

.hm-footer-social a:hover {
    color: #c9362b;
    border-color: #c9362b;
    transform: none;
    box-shadow: none;
}

.hm-page-top {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    color: #2a2520;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e0d4bf;
    border-radius: 999px;
}

.hm-page-top::before {
    color: #c9362b;
    font-size: 11px;
    content: "▲";
}

.hm-page-top:hover {
    color: #c9362b;
    border-color: #c9362b;
}

.hm-footer-bottom small {
    flex-basis: 100%;
    color: #7a7065;
    font-size: 11px;
    text-align: right;
}

@media (max-width: 900px) {
    .hm-footer-inner {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 48px 20px 28px;
    }

    .hm-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 32px;
    }

    .hm-footer-bottom {
        margin-top: 24px;
        padding-top: 20px;
    }

    .hm-footer-bottom small {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .hm-footer-nav {
        grid-template-columns: 1fr;
    }

    .hm-footer-contact {
        max-width: none;
    }
}

/* =====================================================
   Final storefront sidebar + footer refinement
   ===================================================== */
.hm-shop-main {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.hm-shop-layout {
    display: grid;
    grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
    gap: clamp(34px, 4vw, 64px);
    width: 100%;
    margin: 0 auto;
    padding: 58px clamp(20px, 4vw, 56px) 86px;
}

.hm-shop-sidebar {
    position: static;
    top: auto;
    align-self: start;
    min-width: 0;
}

.hm-shop-sidebar .hm-quick-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-width: none;
    margin: 0 0 22px;
    padding: 0;
    background: transparent;
}

.hm-shop-sidebar .hm-quick-links a {
    display: block;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e8e1d5;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(72, 52, 25, 0.05);
}

.hm-shop-sidebar .hm-quick-links a:hover {
    border-color: #c9362b;
    transform: translateY(-1px);
}

.hm-shop-sidebar .hm-quick-links span {
    color: #9a8a76;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.hm-shop-sidebar .hm-quick-links strong {
    color: #2a2520;
    font-size: 17px;
}

.hm-shop-sidebar .hm-shop-categories {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 22px;
    background: #fbf8f2;
    border: 1px solid #e8e1d5;
    border-radius: 18px;
}

.hm-shop-sidebar .hm-section__head,
.hm-shop-sidebar .hm-shop-categories .hm-section__head {
    width: 100%;
    max-width: none;
    margin: 0 0 16px;
    text-align: left;
}

.hm-shop-sidebar .hm-section__head--row {
    display: block;
}

.hm-shop-sidebar .hm-kicker,
.hm-shop-sidebar .hm-shop-categories .hm-kicker {
    text-align: left;
}

.hm-shop-sidebar .hm-section__head h2 {
    margin: 0;
    font-size: 17px;
}

.hm-shop-sidebar .hm-text-link {
    margin-top: 10px;
    font-size: 12px;
}

.hm-shop-sidebar .hm-category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-width: none;
    margin: 0;
}

.hm-shop-sidebar .hm-category-grid a {
    min-height: 0;
    padding: 12px 14px;
    color: #3a3530;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #e8e1d5;
    border-radius: 999px;
}

.hm-shop-sidebar .hm-category-grid a:hover {
    color: #c9362b;
    border-color: #c9362b;
}

.hm-shop-content {
    min-width: 0;
}

.hm-shop-content > .hm-section {
    width: 100%;
    max-width: none;
    margin: 0 0 72px;
    padding: 0;
    background: transparent !important;
    border: 0;
    border-radius: 0;
}

.hm-shop-content .hm-section__head {
    width: 100%;
    max-width: none;
    margin: 0 0 24px;
    text-align: left;
}

.hm-shop-content .hm-section__head--row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    text-align: left;
}

.hm-shop-content .hm-kicker {
    text-align: left;
}

.hm-shop-content .hm-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    max-width: none;
    margin: 0;
}

.hm-shop-content .hm-campaign-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    max-width: none;
    margin: 0;
}

.hm-shop-content .hm-journal {
    padding: 28px;
    background: #fbf8f2 !important;
    border: 1px solid #e8e1d5;
    border-radius: 18px;
}

.hm-site-footer {
    color: #332d27;
    background: #f7f1e8;
    border-top: 1px solid #eadfcd;
}

.hm-footer-inner {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: clamp(40px, 6vw, 86px);
    max-width: 1280px;
    padding: 70px clamp(20px, 4vw, 54px) 34px;
}

.hm-footer-lead {
    display: grid;
    gap: 24px;
    align-content: start;
    min-width: 0;
}

.hm-footer-brand {
    gap: 16px;
}

.hm-footer-brand p {
    max-width: none;
    color: #5d554d;
    font-size: 13px;
}

.hm-footer-contact {
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 24px;
    background: #fff;
    border: 1px solid #e7ddc9;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(72, 52, 25, 0.07);
}

.hm-footer-contact__label {
    margin: 0;
    color: #9a8a76;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.hm-footer-contact__label::before {
    display: inline-block;
    margin-right: 7px;
    color: #c9362b;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
}

.hm-footer-contact__tel {
    color: #2a2520;
    font-family: var(--hm-serif, Georgia, serif);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
}

.hm-footer-contact__time {
    margin: 0;
    color: #6d6257;
    font-size: 12px;
    line-height: 1.6;
}

.hm-footer-contact__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    margin-top: 6px;
    padding: 11px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #2a2520;
    border: 1px solid #2a2520;
    border-radius: 999px;
}

.hm-footer-contact__button:hover {
    color: #fff;
    background: #c9362b;
    border-color: #c9362b;
}

.hm-footer-nav {
    gap: 28px 34px;
}

.hm-footer-column h2 {
    color: #2a2520;
}

.hm-footer-column a {
    color: #4a4239;
}

.hm-footer-bottom {
    grid-column: 1 / -1;
}

@media (max-width: 1050px) {
    .hm-shop-layout {
        grid-template-columns: 1fr;
        padding-top: 44px;
    }

    .hm-shop-sidebar {
        position: static;
        display: grid;
        grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
        gap: 18px;
    }

    .hm-shop-sidebar .hm-quick-links {
        margin: 0;
    }

    .hm-footer-inner {
        grid-template-columns: 1fr;
    }

    .hm-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .hm-shop-layout {
        padding: 34px 14px 64px;
    }

    .hm-shop-sidebar {
        grid-template-columns: 1fr;
    }

    .hm-shop-sidebar .hm-quick-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-shop-sidebar .hm-shop-categories {
        padding: 18px;
    }

    .hm-shop-content .hm-section__head--row {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-shop-content > .hm-section {
        margin-bottom: 54px;
    }

    .hm-footer-inner {
        padding: 44px 18px 26px;
    }

    .hm-footer-nav {
        grid-template-columns: 1fr;
    }

    .hm-footer-contact__tel {
        white-space: normal;
    }
}

/* =====================================================
   Column media pages
   ===================================================== */
.hm-column-index,
.hm-column-detail {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 54px 0 88px;
    color: #2f2923;
}

.hm-column-hero {
    margin-bottom: 34px;
    padding: clamp(34px, 6vw, 72px);
    text-align: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(201, 54, 43, 0.08), transparent 26%),
        linear-gradient(135deg, #fff 0%, #f8f1e7 100%);
    border: 1px solid #eadfcd;
    border-radius: 28px;
}

.hm-column-kicker,
.hm-column-label {
    color: #c9362b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.hm-column-hero h1 {
    margin: 8px 0 12px;
    color: #2a2520;
    font-family: var(--hm-serif, Georgia, serif);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.25;
}

.hm-column-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: #6b6258;
    font-size: 15px;
    line-height: 2;
}

.hm-column-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 36px;
}

.hm-column-tabs a {
    padding: 9px 16px;
    color: #3a3530;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #fff;
    border: 1px solid #eadfcd;
    border-radius: 999px;
}

.hm-column-tabs a:hover {
    color: #c9362b;
    border-color: #c9362b;
}

.hm-column-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 42px;
    align-items: start;
}

.hm-column-main,
.hm-column-side,
.hm-column-article__body,
.hm-column-article__side {
    min-width: 0;
}

.hm-column-feature {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #eadfcd;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 36px rgba(72, 52, 25, 0.06);
}

.hm-column-feature a {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    min-height: 330px;
    color: inherit;
    text-decoration: none;
}

.hm-column-feature__image {
    display: block;
    min-height: 330px;
    background: #f8f5ef;
}

.hm-column-feature__image img,
.hm-column-card img,
.hm-column-article__hero img,
.hm-column-article__body figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hm-column-feature__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: clamp(26px, 4vw, 46px);
}

.hm-column-feature time,
.hm-column-card time,
.hm-column-article__header time {
    color: #9a8a76;
    font-size: 12px;
    font-weight: 700;
}

.hm-column-feature strong {
    color: #2a2520;
    font-family: var(--hm-serif, Georgia, serif);
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.42;
}

.hm-column-feature em {
    color: #6b6258;
    font-size: 14px;
    font-style: normal;
    line-height: 1.9;
}

.hm-column-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.hm-column-card {
    background: #fff;
    border: 1px solid #eadfcd;
    border-radius: 20px;
    overflow: hidden;
}

.hm-column-card a {
    display: grid;
    color: inherit;
    text-decoration: none;
}

.hm-column-card img {
    height: 210px;
    background: #f8f5ef;
}

.hm-column-card .hm-column-label,
.hm-column-card time,
.hm-column-card h2,
.hm-column-card p {
    margin-left: 20px;
    margin-right: 20px;
}

.hm-column-card .hm-column-label {
    margin-top: 18px;
}

.hm-column-card h2 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #2a2520;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.55;
}

.hm-column-card p {
    margin-top: 0;
    margin-bottom: 22px;
    color: #6b6258;
    font-size: 13px;
    line-height: 1.85;
}

.hm-column-card a:hover h2,
.hm-column-ranking a:hover,
.hm-column-category-list a:hover,
.hm-column-article__side a:hover {
    color: #c9362b;
}

.hm-column-side {
    display: grid;
    gap: 20px;
}

.hm-column-side section,
.hm-column-article__side section {
    padding: 22px;
    background: #fbf8f2;
    border: 1px solid #eadfcd;
    border-radius: 18px;
}

.hm-column-side h2,
.hm-column-article__side h2 {
    margin: 0 0 14px;
    color: #2a2520;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hm-column-ranking {
    display: grid;
    gap: 12px;
    counter-reset: column-ranking;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hm-column-ranking li {
    counter-increment: column-ranking;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
}

.hm-column-ranking li::before {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    background: #c9362b;
    border-radius: 50%;
    content: counter(column-ranking);
}

.hm-column-ranking a,
.hm-column-category-list a,
.hm-column-article__side a {
    color: #3a3530;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
    text-decoration: none;
}

.hm-column-category-list,
.hm-column-article__side ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hm-column-category-list li::before,
.hm-column-article__side li::before {
    content: none;
}

.hm-column-shop-box p {
    margin: 0 0 16px;
    color: #6b6258;
    font-size: 13px;
    line-height: 1.8;
}

.hm-column-shop-box a,
.hm-column-product-box a,
.hm-column-article__footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #2a2520;
    border-radius: 999px;
}

.hm-column-shop-box a:hover,
.hm-column-product-box a:hover,
.hm-column-article__footer a:hover {
    color: #fff;
    background: #c9362b;
}

.hm-column-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: #8a7d6b;
    font-size: 12px;
}

.hm-column-breadcrumb a {
    color: #6b6258;
    text-decoration: none;
}

.hm-column-breadcrumb a:hover {
    color: #c9362b;
}

.hm-column-article {
    background: #fff;
}

.hm-column-article__header {
    max-width: 860px;
    margin: 0 auto 28px;
    text-align: center;
}

.hm-column-article__header h1 {
    margin: 12px 0 16px;
    color: #2a2520;
    font-family: var(--hm-serif, Georgia, serif);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.38;
}

.hm-column-article__header p {
    margin: 0;
    color: #6b6258;
    font-size: 15px;
    line-height: 2;
}

.hm-column-article__hero {
    overflow: hidden;
    margin: 0 0 42px;
    background: #f8f5ef;
    border-radius: 24px;
}

.hm-column-article__hero img {
    height: min(52vw, 560px);
}

.hm-column-article__layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) 280px;
    justify-content: center;
    gap: 48px;
    align-items: start;
}

.hm-column-article__body {
    color: #3a3530;
    font-size: 16px;
    line-height: 2.1;
}

.hm-column-article__body p {
    margin: 0 0 26px;
}

.hm-column-article__body h2 {
    margin: 52px 0 18px;
    padding-bottom: 12px;
    color: #2a2520;
    font-family: var(--hm-serif, Georgia, serif);
    font-size: 27px;
    line-height: 1.45;
    border-bottom: 1px solid #eadfcd;
}

.hm-column-article__body figure {
    margin: 34px 0;
}

.hm-column-article__body figure img {
    height: auto;
    border-radius: 18px;
}

.hm-column-article__body figcaption {
    margin-top: 10px;
    color: #8a7d6b;
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}

.hm-column-product-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin: 44px 0;
    padding: 28px;
    background: #fbf8f2;
    border: 1px solid #eadfcd;
    border-radius: 22px;
}

.hm-column-product-box span {
    color: #c9362b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.hm-column-product-box h2 {
    margin: 6px 0 8px;
    padding: 0;
    font-family: inherit;
    font-size: 22px;
    border: 0;
}

.hm-column-product-box p {
    margin: 0;
    color: #6b6258;
    font-size: 13px;
    line-height: 1.8;
}

.hm-column-article__side {
    display: grid;
    gap: 20px;
    position: sticky;
    top: 104px;
}

.hm-column-article__footer {
    margin-top: 56px;
    text-align: center;
}

@media (max-width: 980px) {
    .hm-column-layout,
    .hm-column-article__layout {
        grid-template-columns: 1fr;
    }

    .hm-column-feature a {
        grid-template-columns: 1fr;
    }

    .hm-column-feature__image {
        min-height: 260px;
    }

    .hm-column-article__side {
        position: static;
    }
}

@media (max-width: 650px) {
    .hm-column-index,
    .hm-column-detail {
        width: calc(100% - 28px);
        padding: 34px 0 64px;
    }

    .hm-column-hero {
        padding: 30px 20px;
    }

    .hm-column-grid {
        grid-template-columns: 1fr;
    }

    .hm-column-card img {
        height: 190px;
    }

    .hm-column-feature__body {
        padding: 24px 20px;
    }

    .hm-column-product-box {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .hm-column-article__body {
        font-size: 15px;
        line-height: 2;
    }

    .hm-column-article__body h2 {
        font-size: 23px;
    }
}

/* =====================================================
   Top column slider / island journal
   ===================================================== */
.hm-shop-content .hm-journal.info {
    overflow: hidden;
    margin-bottom: 64px;
    padding: clamp(26px, 4vw, 42px);
    text-align: left;
    background: #fbf8f2 !important;
    border: 1px solid #e8dfcf;
    border-radius: 24px;
}

.hm-journal__head {
    margin-bottom: 22px;
}

.hm-journal__lead {
    max-width: 580px;
    margin: 8px 0 0;
    color: #6b6258;
    font-size: 14px;
    line-height: 1.9;
    text-indent: 0;
}

.hm-journal__index-link {
    white-space: nowrap;
}

.hm-journal-slider {
    position: relative;
}

.hm-journal-slider__viewport {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.hm-journal-slider__viewport::-webkit-scrollbar {
    display: none;
}

.hm-journal .hm-journal__list {
    display: grid;
    grid-auto-columns: minmax(250px, 31%);
    grid-auto-flow: column;
    gap: 18px;
    width: auto;
    margin: 0;
    padding: 4px 2px 12px;
    text-align: left;
    list-style: none;
}

.hm-journal .hm-journal__list li,
.hm-journal-card {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.hm-journal .hm-journal__list li::before,
.hm-journal-card::before {
    content: none;
}

.hm-journal-card a {
    display: flex;
    flex-direction: column;
    min-height: 178px;
    padding: 24px;
    color: #2f2923;
    text-decoration: none;
    background: #fff;
    border: 1px solid #eadfcd;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(72, 52, 25, 0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hm-journal-card a:hover {
    transform: translateY(-3px);
    border-color: #d7c4a5;
    box-shadow: 0 18px 42px rgba(72, 52, 25, 0.1);
}

.hm-journal-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    margin-bottom: 12px;
    color: #9a8a76;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hm-journal-card__meta time {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    border: 0;
}

.hm-journal-card__meta span {
    color: #c9362b;
}

.hm-journal-card__title {
    display: -webkit-box;
    margin-bottom: 18px;
    overflow: hidden;
    color: #2a2520;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hm-journal-card__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: #c9362b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hm-journal-card__more::after {
    content: "→";
}

.hm-journal-slider__button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #2a2520;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(42, 37, 32, 0.22);
    cursor: pointer;
    transform: translateY(-50%);
}

.hm-journal-slider__button:disabled {
    opacity: .28;
    cursor: default;
}

.hm-journal-slider__button span {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.hm-journal-slider__button--prev {
    left: -20px;
}

.hm-journal-slider__button--prev span {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.hm-journal-slider__button--next {
    right: -20px;
}

.hm-journal-slider__button--next span {
    transform: rotate(45deg);
    margin-right: 4px;
}

@media (max-width: 1050px) {
    .hm-journal .hm-journal__list {
        grid-auto-columns: minmax(240px, 42%);
    }
}

@media (max-width: 650px) {
    .hm-shop-content .hm-journal.info {
        margin-bottom: 48px;
        padding: 24px 18px;
    }

    .hm-journal .hm-journal__list {
        grid-auto-columns: minmax(236px, 82%);
        gap: 14px;
    }

    .hm-journal-card a {
        min-height: 164px;
        padding: 20px;
    }

    .hm-journal-card__title {
        font-size: 16px;
    }

    .hm-journal-slider__button {
        display: none;
    }
}

/* ===== Final header and storefront alignment pass ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --hm-ui-ink: #242424;
    --hm-ui-sub: #6d6a64;
    --hm-ui-line: #e5e1d8;
    --hm-ui-soft: #f7f6f2;
    --hm-ui-accent: #1f6f6a;
    --hm-ui-alert: #c9362b;
}

body {
    color: var(--hm-ui-ink);
    background: #fff !important;
}

#head_wrap.hm-site-header,
#head_wrap.hm-site-header.fixed {
    position: sticky;
    top: 0;
    padding: 0 clamp(14px, 2.4vw, 28px);
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--hm-ui-line);
    box-shadow: 0 8px 24px rgba(36, 36, 36, 0.06);
    backdrop-filter: blur(14px);
}

#head_wrap .hm-header-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(14px, 2.4vw, 28px);
    align-items: center;
    width: min(1280px, 100%);
    max-width: 1280px;
    min-height: 72px;
    margin: 0 auto;
}

#head_wrap .hm-logo,
#head_wrap .hm-logo-title {
    grid-column: 1;
    margin: 0;
    padding: 0;
}

#head_wrap .hm-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

#head_wrap .hm-logo img {
    width: clamp(112px, 11vw, 148px);
}

#head_wrap .hm-global-nav {
    grid-column: 2;
    justify-self: center;
    width: auto;
}

#head_wrap .hm-global-nav ul {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#head_wrap .hm-global-nav ul li {
    margin: 0;
    padding: 0;
}

#head_wrap .hm-global-nav ul li a,
#head_wrap .hm-global-nav ul li label {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    color: var(--hm-ui-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    border-radius: 8px;
}

#head_wrap .hm-global-nav ul li a::before,
#head_wrap .hm-global-nav ul li label::before,
#head_wrap .hm-header-actions a::before,
.hm-shop-sidebar .hm-quick-links a::before {
    display: inline-grid;
    place-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
}

#head_wrap .hm-nav-home::before {
    content: "\f015";
}

#head_wrap .hm-nav-items::before {
    content: "\f54e";
}

#head_wrap .hm-nav-journal::before {
    content: "\f02d";
}

#head_wrap .hm-nav-feature::before {
    content: "\f02c";
}

#head_wrap .hm-global-nav ul li a:hover,
#head_wrap .hm-global-nav ul li label:hover {
    color: var(--hm-ui-accent);
    background: var(--hm-ui-soft);
}

#head_wrap .hm-global-nav ul li.parent label::after {
    margin-left: 0;
    color: var(--hm-ui-sub);
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
    content: "\f107";
}

#head_wrap .hm-global-nav ul li.parent ul {
    border-radius: 8px;
}

#head_wrap .hm-header-actions {
    grid-column: 3;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

#head_wrap .hm-header-actions li {
    margin: 0;
    padding: 0;
}

#head_wrap .hm-header-actions a {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    overflow: hidden;
    color: var(--hm-ui-ink);
    font-size: 0;
    text-decoration: none;
    background: var(--hm-ui-soft);
    border: 1px solid var(--hm-ui-line);
    border-radius: 50%;
}

#head_wrap .hm-header-actions a::before {
    font-size: 16px;
}

#head_wrap .hm-header-actions a.search::before {
    content: "\f002";
}

#head_wrap .hm-header-actions a.entry::before {
    content: "\f234";
}

#head_wrap .hm-header-actions a.logout::before {
    content: "\f2f5";
}

#head_wrap .hm-header-actions a.mypage::before {
    content: "\f007";
}

#head_wrap .hm-header-actions a.cart {
    color: #fff;
    background: var(--hm-ui-ink);
    border-color: var(--hm-ui-ink);
}

#head_wrap .hm-header-actions a.cart::before {
    content: "\f07a";
}

#head_wrap .hm-header-actions a:hover {
    color: #fff;
    background: var(--hm-ui-accent);
    border-color: var(--hm-ui-accent);
    box-shadow: 0 8px 18px rgba(31, 111, 106, 0.18);
    transform: translateY(-1px);
}

#mobile-head.hm-menu-button,
#nav-toggle {
    display: none;
}

.hm-store-hero {
    margin-top: 18px;
}

.hm-shop-main {
    background: linear-gradient(180deg, #fff 0%, #faf9f5 100%);
}

.hm-shop-layout {
    display: grid;
    grid-template-columns: minmax(240px, 292px) minmax(0, 1fr);
    gap: clamp(28px, 3.5vw, 52px);
    width: min(1280px, 100%);
    max-width: 1280px;
    margin: 0 auto;
    padding: 46px clamp(16px, 3vw, 28px) 78px;
}

.hm-shop-sidebar {
    min-width: 0;
}

.hm-shop-sidebar .hm-quick-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-width: none;
    margin: 0 0 18px;
    padding: 0;
}

.hm-shop-sidebar .hm-quick-links a {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-areas:
        "icon sub"
        "icon main";
    column-gap: 12px;
    align-items: center;
    min-width: 0;
    min-height: 62px;
    padding: 12px 14px;
    color: var(--hm-ui-ink);
    background: #fff;
    border: 1px solid var(--hm-ui-line);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(36, 36, 36, 0.04);
}

.hm-shop-sidebar .hm-quick-links a::before {
    grid-area: icon;
    width: 36px;
    height: 36px;
    color: var(--hm-ui-accent);
    font-size: 15px;
    background: #eef6f5;
    border-radius: 50%;
}

.hm-shop-sidebar .hm-quick-links a:nth-child(1)::before {
    content: "\f03a";
}

.hm-shop-sidebar .hm-quick-links a:nth-child(2)::before {
    content: "\f005";
}

.hm-shop-sidebar .hm-quick-links a:nth-child(3)::before {
    content: "\f06b";
}

.hm-shop-sidebar .hm-quick-links a:nth-child(4)::before {
    content: "\f0d1";
}

.hm-shop-sidebar .hm-quick-links a:hover {
    border-color: var(--hm-ui-accent);
    transform: translateY(-1px);
}

.hm-shop-sidebar .hm-quick-links span {
    grid-area: sub;
    color: var(--hm-ui-sub);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

.hm-shop-sidebar .hm-quick-links strong {
    grid-area: main;
    margin: 2px 0 0;
    color: var(--hm-ui-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.hm-shop-sidebar .hm-shop-categories {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--hm-ui-line);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(36, 36, 36, 0.04);
}

.hm-shop-sidebar .hm-section__head,
.hm-shop-sidebar .hm-shop-categories .hm-section__head {
    width: 100%;
    max-width: none;
    margin: 0 0 12px;
    text-align: left;
}

.hm-shop-sidebar .hm-section__head--row,
.hm-shop-sidebar .hm-shop-categories .hm-section__head--row {
    display: block;
    text-align: left;
}

.hm-shop-sidebar .hm-kicker,
.hm-shop-sidebar .hm-shop-categories .hm-kicker {
    margin: 0 0 4px;
    color: var(--hm-ui-alert);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-align: left;
}

.hm-shop-sidebar .hm-section__head h2,
.hm-shop-sidebar .hm-shop-categories .hm-section__head h2 {
    margin: 0;
    color: var(--hm-ui-ink);
    font-family: var(--hm-body);
    font-size: 16px !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.45;
}

.hm-shop-sidebar .hm-text-link {
    margin-top: 8px;
    color: var(--hm-ui-accent);
    font-size: 12px;
}

.hm-shop-sidebar .hm-category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    width: 100%;
    max-width: none;
    margin: 0;
}

.hm-shop-sidebar .hm-category-grid a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 12px;
    color: var(--hm-ui-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    text-decoration: none;
    background: var(--hm-ui-soft);
    border: 1px solid transparent;
    border-radius: 8px;
}

.hm-shop-sidebar .hm-category-grid a::before {
    margin-right: 8px;
    color: var(--hm-ui-accent);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 900;
    content: "\f105";
}

.hm-shop-sidebar .hm-category-grid a:hover {
    color: var(--hm-ui-accent);
    background: #eef6f5;
    border-color: #cfe5e2;
}

.hm-shop-content {
    min-width: 0;
}

.hm-shop-content > .hm-section {
    width: 100%;
    max-width: none;
    margin: 0 0 54px;
    padding: 0;
    background: transparent !important;
    border: 0;
    border-radius: 0;
}

.hm-shop-content .hm-section__head {
    width: 100%;
    max-width: none;
    margin: 0 0 18px;
    padding-bottom: 12px;
    text-align: left;
    border-bottom: 1px solid var(--hm-ui-line);
}

.hm-shop-content .hm-section__head--row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
}

.hm-shop-content .hm-kicker {
    margin: 0 0 4px;
    color: var(--hm-ui-alert);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-align: left;
}

.hm-shop-content .hm-section__head h2 {
    margin: 0;
    color: var(--hm-ui-ink);
    font-family: var(--hm-body);
    font-size: clamp(21px, 2vw, 28px) !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.35;
}

.hm-shop-content .hm-text-link {
    margin-top: 0;
    color: var(--hm-ui-accent);
    font-size: 13px;
    white-space: nowrap;
}

.hm-shop-content .hm-campaign-grid,
.hm-shop-content .hm-product-grid {
    width: 100%;
    max-width: none;
    margin: 0;
}

.hm-shop-content .hm-campaign-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px;
}

.hm-shop-content .hm-campaign-grid a {
    min-height: 52px;
    padding: 13px 15px;
    border-radius: 8px;
}

.hm-shop-content .hm-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 20px;
}

.hm-product-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--hm-ui-line);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(36, 36, 36, 0.04);
}

.hm-product-card__image {
    background: #f7f7f5;
}

.hm-product-card__body {
    padding: 13px 14px 15px;
}

.hm-product-card__body strong {
    font-size: 14px;
    line-height: 1.55;
}

.hm-shop-content .hm-journal.info {
    border-radius: 8px;
}

@media (max-width: 1050px) {
    #head_wrap .hm-header-inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 8px;
        min-height: 66px;
    }

    #mobile-head.hm-menu-button,
    #nav-toggle {
        display: block;
    }

    #mobile-head.hm-menu-button {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        width: 42px;
        height: 42px;
    }

    #nav-toggle {
        position: relative;
        top: auto;
        right: auto;
        width: 42px;
        height: 42px;
        background: var(--hm-ui-ink);
        border-radius: 50%;
    }

    #nav-toggle div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 16px;
        transform: translate(-50%, -50%);
    }

    #nav-toggle span {
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
    }

    #nav-toggle span:nth-child(1) {
        top: 0;
    }

    #nav-toggle span:nth-child(2) {
        top: 7px;
    }

    #nav-toggle span:nth-child(3) {
        top: 14px;
    }

    #head_wrap.open #nav-toggle span:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }

    #head_wrap.open #nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    #head_wrap.open #nav-toggle span:nth-child(3) {
        top: 7px;
        transform: rotate(-45deg);
    }

    #head_wrap .hm-header-actions {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        overflow: visible;
    }

    #head_wrap .hm-header-actions a {
        width: 38px;
        height: 38px;
    }

    #head_wrap .hm-global-nav {
        grid-column: 1 / -1;
        position: fixed;
        top: 72px;
        right: 14px;
        left: 14px;
        display: block;
        width: auto;
        padding: 12px;
        background: #fff;
        border: 1px solid var(--hm-ui-line);
        border-radius: 10px;
        box-shadow: 0 18px 40px rgba(36, 36, 36, 0.16);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
    }

    #head_wrap.open .hm-global-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    #head_wrap .hm-global-nav ul {
        display: grid;
        gap: 2px;
        justify-content: stretch;
    }

    #head_wrap .hm-global-nav ul li a,
    #head_wrap .hm-global-nav ul li label {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        min-height: 44px;
        padding: 11px 12px;
    }

    #head_wrap .hm-global-nav ul li.parent ul {
        position: static;
        min-width: 0;
        margin: 4px 0 0;
        transform: none;
    }

    .hm-shop-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hm-shop-sidebar {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 16px;
    }

    .hm-shop-sidebar .hm-quick-links {
        margin: 0;
    }
}

@media (max-width: 650px) {
    #head_wrap.hm-site-header,
    #head_wrap.hm-site-header.fixed {
        padding-right: 12px;
        padding-left: 12px;
    }

    #head_wrap .hm-header-inner {
        gap: 6px;
        min-height: 62px;
    }

    #head_wrap .hm-logo img {
        width: 92px;
    }

    #head_wrap .hm-header-actions {
        gap: 4px;
    }

    #head_wrap .hm-header-actions a {
        width: 34px;
        height: 34px;
    }

    #head_wrap .hm-header-actions a::before {
        font-size: 14px;
    }

    #mobile-head.hm-menu-button,
    #nav-toggle {
        width: 38px;
        height: 38px;
    }

    #head_wrap .hm-global-nav {
        top: 66px;
        right: 10px;
        left: 10px;
    }

    .hm-store-hero {
        margin-top: 12px;
    }

    .hm-shop-layout {
        padding: 30px 14px 58px;
    }

    .hm-shop-sidebar {
        grid-template-columns: 1fr;
    }

    .hm-shop-sidebar .hm-quick-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hm-shop-sidebar .hm-quick-links a {
        grid-template-columns: 32px minmax(0, 1fr);
        min-height: 58px;
        padding: 10px;
    }

    .hm-shop-sidebar .hm-quick-links a::before {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .hm-shop-sidebar .hm-quick-links span {
        font-size: 10px;
    }

    .hm-shop-sidebar .hm-quick-links strong {
        font-size: 13px;
    }

    .hm-shop-content .hm-section__head--row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .hm-shop-content .hm-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 360px) {
    #head_wrap .hm-header-actions a.entry,
    #head_wrap .hm-header-actions a.logout {
        display: none;
    }
}

/* ===== Final monochrome refinement ===== */
:root {
    --hm-ui-ink: #000;
    --hm-ui-sub: #555;
    --hm-ui-line: #e5e5e5;
    --hm-ui-soft: #f7f7f7;
    --hm-ui-accent: rgb(95, 15, 20);
    --hm-ui-alert: rgb(95, 15, 20);
}

body,
.hm-shop-main,
.hm-site-footer {
    color: #000;
    background: #fff !important;
}

#head_wrap.hm-site-header,
#head_wrap.hm-site-header.fixed {
    background: rgba(255, 255, 255, 0.98);
    border-bottom-color: #e5e5e5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

#head_wrap .hm-header-inner {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    width: min(1800px, 100%);
    max-width: 1800px;
}

#head_wrap .hm-global-nav {
    grid-column: 3;
    justify-self: end;
}

#head_wrap .hm-header-actions {
    grid-column: 4;
    justify-self: end;
}

#head_wrap .hm-global-nav ul li a,
#head_wrap .hm-global-nav ul li label {
    color: #000;
}

#head_wrap .hm-global-nav ul li a:hover,
#head_wrap .hm-global-nav ul li label:hover {
    color: rgb(95, 15, 20);
    background: #f7f7f7;
}

#head_wrap .hm-header-actions li,
#head_wrap .hm-header-actions.shop-item li {
    position: static;
    display: flex;
    align-items: center;
    height: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

#head_wrap .hm-header-actions li::before,
#head_wrap .hm-header-actions.shop-item li::before {
    display: none !important;
    content: none !important;
}

#head_wrap .hm-header-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    line-height: 1;
    background: #fff;
    border-color: #dcdcdc;
}

#head_wrap .hm-header-actions a::before {
    position: relative;
    top: 1px;
    display: block;
    width: 1em;
    height: 1em;
    color: currentColor;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

#head_wrap .hm-header-actions a.cart {
    color: #fff;
    background: #000;
    border-color: #000;
}

#head_wrap .hm-header-actions a:hover {
    color: #fff;
    background: rgb(95, 15, 20);
    border-color: rgb(95, 15, 20);
    box-shadow: 0 8px 18px rgba(95, 15, 20, 0.18);
}

#head_wrap .hm-global-nav ul li.parent label::after,
#head_wrap .hm-nav-home::before,
#head_wrap .hm-nav-items::before,
#head_wrap .hm-nav-journal::before,
#head_wrap .hm-nav-feature::before,
.hm-shop-sidebar .hm-quick-links a::before,
.hm-shop-sidebar .hm-category-grid a::before,
.hm-journal-card__meta span,
.hm-journal-card__more,
.hm-text-link,
.hm-shop-content .hm-kicker,
.hm-shop-sidebar .hm-kicker,
.hm-shop-sidebar .hm-shop-categories .hm-kicker {
    color: rgb(95, 15, 20);
}

.hm-shop-layout {
    width: min(1800px, 100%);
    max-width: 1800px;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    padding-right: clamp(20px, 3vw, 40px);
    padding-left: clamp(20px, 3vw, 40px);
}

.hm-shop-content .hm-section__head,
.hm-shop-content .hm-section__head--row,
.hm-shop-content .hm-section__head--row > div,
.hm-shop-sidebar .hm-section__head,
.hm-shop-sidebar .hm-section__head--row,
.hm-shop-sidebar .hm-section__head--row > div {
    text-align: left;
}

.hm-shop-content .hm-section__head--row,
.hm-shop-sidebar .hm-section__head--row {
    align-items: flex-start;
}

.hm-shop-content .hm-kicker,
.hm-shop-sidebar .hm-kicker,
.hm-shop-sidebar .hm-shop-categories .hm-kicker,
.hm-shop-content .hm-section__head h2,
.hm-shop-sidebar .hm-section__head h2,
.hm-shop-sidebar .hm-shop-categories .hm-section__head h2 {
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}

.hm-product-card {
    border-color: #e5e5e5;
}

.hm-product-card__body {
    gap: 12px;
    padding: 18px 20px 20px;
}

.hm-product-card__body strong {
    font-size: 15px;
    line-height: 1.65;
}

.hm-product-card__price {
    padding-top: 2px;
}

.hm-shop-sidebar .hm-quick-links a,
.hm-shop-sidebar .hm-shop-categories,
.hm-shop-sidebar .hm-category-grid a,
.hm-shop-content .hm-campaign-grid a,
.hm-journal-card a {
    border-color: #e5e5e5;
}

.hm-shop-sidebar .hm-quick-links a::before {
    color: rgb(95, 15, 20);
    background: #f7f7f7;
}

.hm-shop-sidebar .hm-category-grid a,
.hm-shop-sidebar .hm-quick-links a,
.hm-shop-sidebar .hm-shop-categories {
    background: #fff;
}

.hm-shop-sidebar .hm-category-grid a:hover,
.hm-shop-sidebar .hm-quick-links a:hover,
.hm-shop-content .hm-campaign-grid a:hover {
    color: rgb(95, 15, 20);
    background: #fff;
    border-color: rgb(95, 15, 20);
}

@media (max-width: 1050px) {
    #head_wrap .hm-header-inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        max-width: 1800px;
    }

    #head_wrap .hm-header-actions {
        grid-column: 2;
    }

    #head_wrap .hm-global-nav {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    #head_wrap .hm-header-actions li,
    #head_wrap .hm-header-actions.shop-item li {
        height: 38px;
    }

    #head_wrap .hm-header-actions a::before {
        font-size: 15px;
    }

    .hm-shop-layout {
        grid-template-columns: 1fr;
        max-width: 1800px;
    }
}

@media (max-width: 650px) {
    #head_wrap .hm-header-actions li,
    #head_wrap .hm-header-actions.shop-item li {
        height: 34px;
    }

    #head_wrap .hm-header-actions a::before {
        top: 1px;
        font-size: 14px;
    }

    .hm-product-card__body {
        padding: 14px 14px 16px;
    }

    .hm-product-card__body strong {
        font-size: 13px;
    }
}

/* ===== Final shared color normalization ===== */
.hm-slider__thumb.is-active,
.hm-product-card__badge,
ul.item-list li .item-img span.category,
ul.item-list li .item-img span.category.recom {
    border-color: rgb(95, 15, 20);
    background: rgb(95, 15, 20);
}

.hm-product-card a:hover .hm-product-card__body strong,
.hm-text-link,
.hm-story-card a,
.hm-footer-column a:hover,
.hm-page-top:hover,
.hm-footer-contact__label::before,
.hm-footer-contact__button:hover {
    color: rgb(95, 15, 20);
}

.hm-product-card__price,
.hm-footer-column h2,
.hm-footer-contact__tel,
.hm-footer-contact strong,
.hm-footer-brand p,
.hm-footer-column a,
.hm-footer-bottom small {
    color: #000;
}

.hm-footer-brand p,
.hm-footer-column a,
.hm-footer-bottom small,
.hm-footer-contact__time,
.hm-footer-contact__label {
    color: #555;
}

.hm-site-footer,
.hm-footer-contact,
.hm-footer-social a,
.hm-page-top,
.hm-journal-card a,
.hm-product-card,
.hm-shop-sidebar .hm-shop-categories,
.hm-shop-sidebar .hm-quick-links a {
    background: #fff;
    border-color: #e5e5e5;
}

.hm-footer-contact__button {
    color: #fff;
    background: #000;
    border-color: #000;
}

.hm-footer-contact__button:hover {
    background: #fff;
    border-color: rgb(95, 15, 20);
}

/* ===== Owned media article refinement ===== */
.hm-column-detail {
    width: min(1800px, calc(100% - 48px));
    max-width: 1800px;
    padding: clamp(38px, 5vw, 84px) 0 clamp(76px, 8vw, 128px);
    color: #000;
}

.hm-column-breadcrumb {
    width: min(1180px, 100%);
    margin: 0 auto clamp(28px, 4vw, 48px);
    color: #777;
    font-size: 12px;
}

.hm-column-breadcrumb a {
    color: #555;
}

.hm-column-breadcrumb a:hover {
    color: rgb(95, 15, 20);
}

.hm-column-article {
    background: #fff;
}

.hm-column-article__header {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
    width: min(1180px, 100%);
    max-width: 1180px;
    margin: 0 auto clamp(30px, 4vw, 54px);
    text-align: left;
}

.hm-column-article__header .hm-column-label {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 28px;
    padding: 5px 10px;
    color: rgb(95, 15, 20);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    background: #fff;
    border: 1px solid rgb(95, 15, 20);
    border-radius: 999px;
}

.hm-column-article__header time {
    color: #777;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.hm-column-article__header h1 {
    grid-column: 1 / -1;
    max-width: 1040px;
    margin: 8px 0 0;
    color: #000;
    font-family: var(--hm-body);
    font-size: clamp(34px, 4.8vw, 68px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
    text-shadow: none !important;
}

.hm-column-article__header p {
    grid-column: 1 / -1;
    max-width: 760px;
    margin: 10px 0 0;
    color: #333;
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 2;
    text-shadow: none !important;
}

.hm-column-article__hero {
    width: min(1380px, 100%);
    margin: 0 auto clamp(46px, 6vw, 82px);
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 0;
}

.hm-column-article__hero img {
    width: 100%;
    height: clamp(360px, 50vw, 760px);
    object-fit: cover;
}

.hm-column-article__layout {
    display: grid;
    grid-template-columns: minmax(0, 820px) 300px;
    gap: clamp(44px, 6vw, 86px);
    align-items: start;
    justify-content: center;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hm-column-article__body {
    color: #111;
    font-size: 17px;
    line-height: 2.08;
}

.hm-column-article__body p {
    margin: 0 0 28px;
}

.hm-column-article__body > p:first-child {
    color: #000;
    font-size: clamp(18px, 1.5vw, 21px);
    font-weight: 500;
    line-height: 2;
}

.hm-column-article__body h2 {
    margin: clamp(56px, 6vw, 78px) 0 20px;
    padding: 0 0 14px;
    color: #000;
    font-family: var(--hm-body);
    font-size: clamp(25px, 2.4vw, 36px);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
    text-shadow: none !important;
}

.hm-column-article__body figure {
    margin: clamp(42px, 5vw, 64px) 0;
}

.hm-column-article__body figure img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.hm-column-article__body figcaption {
    margin-top: 12px;
    color: #666;
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
}

.hm-column-product-box {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    margin: clamp(56px, 6vw, 78px) 0;
    padding: clamp(26px, 3.5vw, 42px);
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

.hm-column-product-box span {
    color: rgb(95, 15, 20);
    font-size: 11px;
    letter-spacing: 0.12em;
}

.hm-column-product-box h2 {
    margin: 8px 0 10px;
    color: #000;
    font-size: clamp(22px, 2vw, 30px);
    border: 0;
}

.hm-column-product-box p {
    color: #333;
}

.hm-column-product-box a,
.hm-column-article__footer a {
    min-height: 48px;
    padding: 13px 22px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 0;
}

.hm-column-product-box a:hover,
.hm-column-article__footer a:hover {
    color: rgb(95, 15, 20);
    background: #fff;
    border-color: rgb(95, 15, 20);
}

.hm-column-article__side {
    top: 104px;
    gap: 16px;
}

.hm-column-article__side section {
    padding: 0 0 22px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
}

.hm-column-article__side h2 {
    margin-bottom: 12px;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.hm-column-article__side a {
    color: #222;
}

.hm-column-article__side a:hover {
    color: rgb(95, 15, 20);
}

.hm-column-article__footer {
    width: min(1180px, 100%);
    margin: clamp(64px, 7vw, 96px) auto 0;
    text-align: left;
}

.hm-column-feature__image img {
    object-fit: cover;
}

@media (max-width: 980px) {
    .hm-column-detail {
        width: min(100% - 32px, 900px);
    }

    .hm-column-article__header,
    .hm-column-article__layout,
    .hm-column-breadcrumb,
    .hm-column-article__footer {
        width: 100%;
    }

    .hm-column-article__layout {
        grid-template-columns: 1fr;
    }

    .hm-column-article__side {
        position: static;
    }
}

@media (max-width: 650px) {
    .hm-column-detail {
        width: calc(100% - 28px);
        padding-top: 30px;
    }

    .hm-column-article__header {
        gap: 8px 10px;
    }

    .hm-column-article__header h1 {
        font-size: clamp(29px, 9vw, 42px);
        line-height: 1.25;
    }

    .hm-column-article__header p,
    .hm-column-article__body {
        font-size: 15px;
        line-height: 2;
    }

    .hm-column-article__hero img {
        height: clamp(240px, 72vw, 430px);
    }

    .hm-column-product-box {
        grid-template-columns: 1fr;
    }
}

