/* ========================================
   Nomura Tailor EC Site Custom Styles
   ======================================== */

/* Reset and Base Styles */
.spNone {
    display: block;
}
.pcNone {
    display: none;
}
.tbNone {
    display: block;
}
.ec-role {
    padding-right: 0;
    padding-left: 0;
    max-width: 1190px;
}

.ec-cartRole {
    padding-right: 0;
    padding-left: 0;
}

.ec-alert-warning {
    background: #b3a1a8;
}

@media screen and (max-width: 1024px) {
    .tbNone {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .spNone {
        display: none;
    }
    .pcNone {
        display: block;
    }
}

:root {
    interpolate-size: allow-keywords;

    /* Colors */
    --nt-color-primary: #550022;
    --nt-color-secondary: #ad9947;
    --nt-color-text: #333333;
    --nt-color-text-light: #999999;
    --nt-color-bg: #f1eeef;
    --nt-color-bg-light: #f9f7ed;
    --nt-color-white: #ffffff;
    --nt-color-red: #d5001f;
    --nt-color-red-light: #ff6060;
    --nt-color-gray: #999999;
    --nt-color-gray-light: #a6a6a6;
    --nt-color-gray-border: #cccccc;
    --nt-color-gray-border-light: #e0e0e0;

    /* Font */
    --nt-font-family: 'Noto Sans JP', sans-serif;
    --nt-font-size-xs: 10px;
    --nt-font-size-sm: 11px;
    --nt-font-size-base: 14px;
    --nt-font-size-lg: 16px;
    --nt-font-size-xl: 18px;
    --nt-font-size-xxl: 28px;
    --nt-font-weight-normal: 400;
    --nt-font-weight-bold: 700;
    --nt-line-height-base: 1.5;
    --nt-line-height-tight: 18.2px;

    /* Spacing */
    --nt-spacing-xs: 4px;
    --nt-spacing-sm: 8px;
    --nt-spacing-md: 16px;
    --nt-spacing-lg: 24px;
    --nt-spacing-xl: 32px;
    --nt-spacing-xxl: 40px;

    /* Border */
    --nt-border-radius-sm: 4px;
    --nt-border-radius-md: 5px;
    --nt-border-radius-lg: 10px;
    --nt-border-color: #ccc;
    --nt-border-color-light: #e0e0e0;

    /* Breakpoints */
    --nt-breakpoint-mobile: 767px;
    --nt-breakpoint-tablet: 768px;
    --nt-breakpoint-desktop: 1024px;
    --nt-breakpoint-large: 1366px;
}
a {
    transition: opacity 0.3s ease-in-out;
}
a:hover {
    opacity: 0.7;

}

.modal-dialog{
    max-width: 900px;
}

/* Header Styles
------------------------------- */
#header {
    margin-bottom: 15px;
    position: relative;
}

/* headerInner */
#header .headerInner {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* headerTop */
#header .headerTop {
    line-height: 46px;
    background: #f1eeef;
    padding: 15px 0 3px;
    position: relative;
    /* z-index: 2; */
}
#header .headerTop h1 {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

/* siteTab */
#header .siteTab {
    margin-top: -40px;
    display: flex;
    justify-content: flex-end;
}
#header .siteTab ul {
    display: flex;
}
#header .siteTab ul li {
    width: 205px;
    box-sizing: border-box;
    margin-left: 3px;
    line-height: 40px;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}
#header .siteTab ul li a {
    display: block;
    padding: 0 25px 0 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    background: #550022;
}
#header .siteTab ul li.st1 a span {
    background: url(../img/header/menu_cart_b\ 1.png)  0 55% no-repeat;
    padding-left: 25px;
    white-space: nowrap;
}
#header .siteTab ul li.st2 a span {
    background: url(../img/header/menu_corporate_w\ 1.png) 0 55% no-repeat;
    padding-left: 20px;
    white-space: nowrap;
}
#header .siteTab ul li.st3 a span {
    background: url(../img/header/icon_menu_user.svg) 0 55% no-repeat;
    padding-left: 20px;
    position: relative;
}
#header .siteTab ul li.st3 a span::after {
    display: inline-block;
    position: absolute;
    content: '';
    background: url(../img/header/icon_window-restore-line.svg) no-repeat;
    width: 15px;
    height: 11px;
    top: 55%;
    transform: translateY(-50%);
    margin-left: 8px;
}
#header .siteTab ul li.st4 a span {
    background: url(../img/header/menu_handmade_w\ 1.png) 0 55% no-repeat;
    padding-left: 25px;
    position: relative;
}
#header .siteTab ul li.st4 a span::after {
    display: inline-block;
    position: absolute;
    content: '';
    background: url(../img/header/icon_window-restore-line.svg) no-repeat;
    width: 15px;
    height: 11px;
    top: 55%;
    transform: translateY(-50%);
    margin-left: 8px;
}

/* headerInner2 */
#header .headerInner2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1190px;
    width: 100%;
    margin: 0 auto 0;
    padding: 15px 10px 0;
    box-sizing: border-box;
    gap: 10px;
}
#header .headerInner2 .inner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

/* headerSearch */
#header .headerSearch {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
    align-items: end;
    flex-wrap: wrap;
}
#header .headerSearch p {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100%;
}
#header .headerSearch p span {
    font-size: 18px;
    font-weight: 700;
    padding-right: .3em;
    padding-left: .3em;
    background: linear-gradient(transparent 75%, #ff8888 75%);
}
#header .headerSearch form {
    display: block;
    position: relative;
    font-size: 15px;
    border: none;
    outline: none;
    /* width: 350px; */
}
#header .headerSearch form input[type="text"] {
    width: 100%;
    padding: 12px 20px 12px 20px;
    font-size: 13px;
    color: #000;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--gray1, #F1EEEF);
}
#header .headerSearch form .icon_search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 10px 15px 10px;
    border-radius: 0 5px 5px 0;
    border: 1px solid var(--gray1, #F1EEEF);
    background: var(--redpurple, #502);
    height: 100%;
}
#header .headerSearch a.modal_magnific_01 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #550022;
    font-weight: 700;
    margin-left: 15px;
    font-size: 14px;
    line-height: 21px; /* 150% */
    height: 42px;
    border-radius: 5px;
    border: 1px solid var(--redpurple, #502);
    background: #f1eeef;
    white-space: nowrap;
}
#header .headerSearch a.modal_magnific_01:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    margin-top: -2px;
    color: #731522;
    padding-right: 10px;
}

#header .headerNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    white-space: nowrap;
}
#header .headerNav li {
    margin-left: 10px;
}
#header .headerNav li.nav_1 {
    margin-right: -20px;
}
#header .headerNav li.nav_5 {
    margin-left: 0;
}
#header .headerNav li a {
    display: block;
    padding: 10px;
}
#header .headerNav li i {
    display: block;
    /* height: 45px; */
    line-height: 45px;
}
#header .headerNav li .l-hdr_icon_2 {
    margin-right: 10px;
}
#header .headerNav li p {
    display: block;
    color: #550022;
    font-size: 13px;
    margin-top: 5px;
}

/* Cart Badge */
.nt-cart-icon-wrapper {
    position: relative;
    display: inline-block;
}
.nt-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background-color: var(--nt-color-primary);
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-xs);
    font-weight: var(--nt-font-weight-bold);
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    white-space: nowrap;
    z-index: 10;
    box-sizing: border-box;
}

/* Fixed Header */
#header .header_fixed_nav {
    position: fixed;
    width: 100%;
    top: -200px;
    left: 0;
    transition: top .5s;
    background: #F1EEEF;
    z-index: 9999;
    isolation: isolate;
}
#header.fixed .header_fixed_nav {
    top: 0;
}
#header .header_fixed_nav > div {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#header .header_fixed_nav .headerSearch {
    justify-content: flex-start;
    margin-top: 0;
    align-items: end;
    width: auto;
    flex-grow: 2;
    margin-right: 0;
}
#header .header_fixed_nav .headerSearch form {
    width: 400px;
}
#header .header_fixed_nav .headerSearch a {
    width: auto;
    height: 43px;
    box-sizing: border-box;
}
#header .header_fixed_nav .headerNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    flex-grow: 3;
}
#header .header_fixed_nav .headerNav li {
    margin-left: 10px;
}
#header .header_fixed_nav .headerNav li.nav_1 {
    margin-right: -20px;
}
#header .header_fixed_nav .headerNav li.nav_5 {
    margin-left: 0;
}
#header .header_fixed_nav .headerNav li a {
    display: block;
    padding: 10px;
}
#header .header_fixed_nav .headerNav li i {
    display: block;
    /* height: 45px; */
    line-height: 45px;
}
#header .header_fixed_nav h2 img {
    width: auto;
    max-width: 80px;
    height: auto;
    margin: 10px 10px 10px 0;
}
#header .header_fixed_nav .headerNav li .l-hdr_icon_2 {
    margin-right: 0px;
}
#header .header_fixed_nav .headerNav li p {
    display: block;
    color: #550022;
    font-size: 13px;
    margin-top: 5px;
}

/* SP Menu */
.sp_menu_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 70px;
    left: 0;
    z-index: 1000;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
}
.sp_menu {
    background: #fff;
}
.sp_menu li {
    border-bottom: 1px solid #550022;
}
.sp_menu li a {
    display: block;
    padding: 12px 30px 12px 15px;
    background: url(../img/header/icon_vector_right.svg) right 20px center no-repeat;
    background-size: 10px auto;
}
.sp_menu li.sp_menu_recruit a {
    background: url(../img/header/icon_window-restore-line_sp.svg) right 12px center no-repeat;
    background-size: 18px auto;
    background-color: #f6f5f3;
}
.sp_menu_tit {
    border-bottom: 1px solid #550022;
    padding: 12px 15px;
}
.sp_menu_2,
.sp_menu_3 {
    display: none;
}
.sp_menu_2 li:last-child {
    border-bottom: none;
}
.sp_menu_2 li,
.sp_menu_2 .sp_menu_tit {
    border-bottom-color: #eee;
    border-bottom: 1px dashed #eee;
}
.sp_menu_3 li {
    border-bottom-color: #eee;
    font-size:14px;
}
.sp_menu_2 li a {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:14px;
    color:#333;
}
.sp_menu_2 .sp_menu_tit {
    padding-left: 30px;
}
.sp_menu_3 li a {
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 8px auto;
    background-position: right 15px center;
}
.sp_menu li .c-icon-down {
    background: url(../img/common/iconOpen.png) right 13px center no-repeat;
    background-size: 14px auto;
}
.sp_menu li .c-icon-down.active {
    background: url(../img/common/iconClose.png) right 13px center no-repeat;
    background-size: 14px auto;
}
.sp_menu li .c-icon-plus {
    background: url(../img/common/iconPlusBox.png) right 13px center no-repeat;
    background-size: 24px auto;
}
.sp_menu li .c-icon-plus.active {
    background: url(../img/common/iconMinusBox.png) right 13px center no-repeat;
    background-size: 24px auto;
}
.sp_menu li.sp_menu_tgl {
    border-bottom: none !important;
}
.sp_menu li.sp_menu_tgl .sp_menu_2 > li:last-child {
    border-bottom: 1px solid #550022;
}
.sp_menu.c-row2 {
    background: #f6f5f3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sp_menu.c-row2 > li {
    width: 50%;
    box-sizing: border-box;
}
.sp_menu.c-row2 > li:nth-child(2n) {
    border-left: 1px solid #550022;
}
.sp_menu.c-row2 > li:nth-child(2) a {
    background: url(../img/header/icon_window-restore-line_sp.svg) right 12px center no-repeat;
    background-size: 18px auto;
}

.sp_menu_tgl {
    cursor: pointer;
}
.sp_menu_tgl .sp_menu_tit {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.sp_menu_tgl .sp_menu_tit::before,
.sp_menu_tgl .sp_menu_tit::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #550022;
    border-radius: 1px;
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
}
/* horizontal line */
.sp_menu_tgl .sp_menu_tit::after {
    transform: translateY(-50%) rotate(0deg);
}
/* vertical line (to make "+") */
.sp_menu_tgl .sp_menu_tit::before {
    transform: translateY(-50%) rotate(90deg);
}
/* opened state: rotate the icon, and hide vertical line to make "−" */
.sp_menu_tgl .sp_menu_tit.active::before {
    opacity: 0;
    transform: translateY(-50%) rotate(0deg) scaleY(0);
}

.c-btn_spMenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
}
.c-btn_spMenu span {
    display: block;
    width: 25px;
    height: 3px;
    background: #550022;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}
.c-btn_spMenu span:nth-child(2) {
    margin-bottom: 4px;
}
.c-btn_spMenu span:nth-child(3) {
    margin-bottom: 0;
}
.modal_content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}
.modal_title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #550022;
}
.modal_frm {
    margin-bottom: 20px;
}
.modal_title_02 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #550022;
}
.modal_input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.modal_price_input {
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal_price_input input {
    width: 120px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.modal_btn_clear {
    cursor: pointer;
    color: #550022;
    text-align: center;
    margin-bottom: 20px;
}
.modal_btn_wrap {
    text-align: center;
}
.modal_btn input {
    background: #550022;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.ec-sliderRole {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}

/* Responsive Styles */
@media screen and (min-width: 768px) {
    /* PC Styles */
    .headerInner {
        position: relative;
    }
    #header .siteTab ul li.st1 a {
        padding: 0 25px 0 20px;
        background: #fff;
        color: #550022;
    }
    #header .siteTab ul li.st1 a span {
        background: url(../img/header/menu_cart_b\ 1.png) #fff 0 55% no-repeat;
        background-size: 15px auto;
        padding-left: 25px;
        white-space: nowrap;
    }
    .ec-sliderRole {
        padding-right: unset;
        padding-left: unset;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    #header .siteTab ul li {
        width: auto;
    }
}
@media screen and (max-width: 1050px) {
    #header .headerTop {
        padding-top: 50px;
    }
    #header .headerTop h1 span {
        display: none;
    }

}

/* Tablet Styles (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* headerInner */
    #header .headerInner {
        padding: 0 30px;
    }

    /* headerTop */
    #header .headerTop h1 {
        padding: 0 30px;
        font-size: 11px;
    }

    /* siteTab */
    #header .siteTab ul li {
        width: auto;
        min-width: 150px;
        font-size: 14px;
    }
    #header .siteTab ul li a {
        padding: 0 15px 0 15px;
    }

    /* headerInner2 */
    #header .headerInner2 {
        padding: 0 10px;
        gap: 8px;
    }

    /* headerSearch */
    #header .headerSearch {
        margin-right: 10px;
    }
    #header .headerSearch p {
        font-size: 13px;
    }
    #header .headerSearch p span {
        font-size: 16px;
    }
    #header .headerSearch a.modal_magnific_01 {
        display: none;
        /* padding: 0 20px;
        font-size: 13px;
        margin-left: 10px; */
    }

    /* headerNav */
    #header .headerNav li {
        margin-left: 8px;
    }
    #header .headerNav li a {
        padding: 8px;
    }
    #header .headerNav li i {
        height: 40px;
        line-height: 40px;
    }
    #header .headerNav li i img {
        width: auto;
        max-width: 35px;
    }
    #header .headerNav li p {
        font-size: 12px;
    }

    /* Fixed Header */
    #header .header_fixed_nav > div {
        padding: 0 30px;
    }
    #header .header_fixed_nav .headerSearch form {
        width: 320px;
    }
    #header .header_fixed_nav .headerSearch a {
        padding: 0 15px;
        font-size: 13px;
    }
    #header .header_fixed_nav .headerNav li {
        margin-left: 8px;
    }
    #header .header_fixed_nav .headerNav li a {
        padding: 8px;
    }
    #header .header_fixed_nav .headerNav li i {
        height: 40px;
        line-height: 40px;
    }
    #header .header_fixed_nav .headerNav li i img {
        width: auto;
        max-width: 35px;
    }
    #header .header_fixed_nav .headerNav li p {
        font-size: 12px;
    }

    /* Layout container - minimum 10px padding for tablet */
    .ec-layoutRole .ec-layoutRole__contents {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    /* SP Styles */
    body {
        font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    }
    .spNone {
        display: none;
    }

    /* header
    ------------------------------- */
    #header {
        position: relative;
        background: #f1eeef;
        padding: 15px 10px 10px;
    }
    #header .headerSearch {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
    #header .headerSearch p {
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
    }
    #header .headerSearch p span {
        background: linear-gradient(transparent 65%, #ff8888 65%);
    }
    #header .headerSearch form {
        display: block;
        position: relative;
        font-size: 15px;
        border: none;
        outline: none;
        width: 100%;
    }
    #header .headerSearch form input[type="text"] {
        width: 100%;
        padding: 10px 10px 10px 5px;
        font-size: 15px;
        color: #000;
        background: #fff;
        outline: none;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }
    #header .headerSearch form input[type="image"] {
        position: absolute;
        top: 8px;
        right: 0;
        padding: 10px 15px 15px 15px;
        width: 18px;
    }

    /* headerSpNav */
    #header .headerSpNav {
        display: flex;
        align-items: center;
    }
    #header .headerSpNav h2 {
        width: 50px;
    }
    #header .headerSpNav .siteID {
        font-size: 9px;
        padding-left: 10px;
    }
    #header .headerSpNav ul {
        display: flex;
        justify-content: flex-end;
        text-align: center;
        margin-left: auto;
    }
    #header .headerSpNav li a {
        display: block;
        padding: 1px;
        width: 50px;
    }
    #header .headerSpNav li i {
        display: block;
        height: 32px;
        line-height: 32px;
    }
    #header .headerSpNav li img {
        width: 30px;
    }
    #header .headerSpNav li p {
        display: block;
        color: #550022;
        font-size: 9px;
        margin-top: 5px;
    }
    #header .headerSpNav li.c-nav1 img {
        margin-right: 5px;
    }
    #header .headerSpNav li.c-nav2 img {
        margin-right: 5px;
    }
    #header .headerSpNav li .c-nav2 {
        margin-left: 0;
    }
    /* SP Cart Badge */
    #header .headerSpNav .nt-cart-badge {
        top: -6px;
        right: -6px;
        min-width: 16px;
        height: 16px;
        padding: 0 3px;
        font-size: 9px;
        line-height: 16px;
        border-radius: 8px;
    }

    /* c-btn_spMenu */
    #header .c-btn_spMenu {
        display: flex;
        height: 32px;
        width: 40px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        padding: 10px 0;
    }
    #header .c-btn_spMenu span,
    #header .c-btn_spMenu span:before,
    #header .c-btn_spMenu span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #550022;
        position: absolute;
        transition: all 300ms 0s ease;
    }
    #header .c-btn_spMenu span:before {
        bottom: 8px;
    }
    #header .c-btn_spMenu span:after {
        top: 8px;
    }
    #header .c-btn_spMenu p {
        margin-top: 55px !important;
    }
    #header .c-btn_spMenu.active span {
        background-color: rgba(255, 255, 255, 0);
        transition: all 300ms 0s ease;
    }
    #header .c-btn_spMenu.active span::before {
        bottom: 0;
        transform: rotate(45deg);
        transition: all 300ms 0s ease;
    }
    #header .c-btn_spMenu.active span::after {
        top: 0;
        transform: rotate(-45deg);
        transition: all 300ms 0s ease;
    }

    /* header_fixed_nav */
    #header .header_fixed_nav {
        padding: 10px 5px 10px 0;
        box-sizing: border-box;
    }
    #header .header_fixed_nav > p {
        font-size: 12px;
        margin-bottom: 5px;
        text-align: center;
        margin-bottom: 10px;
    }
    #header .header_fixed_nav > p span {
        font-size: 18px;
        font-weight: 700;
        padding-right: .3em;
        padding-left: .3em;
        background: linear-gradient(transparent 65%, #ff8888 65%);
    }
    #header .header_fixed_nav > div {
        width: 100%;
        padding: 0;
    }
    #header .header_fixed_nav h2 {
        padding-right: 3px;
    }
    #header .header_fixed_nav h2 a {
        display: block;
        padding: 0 5px;
    }
    #header .header_fixed_nav h2 img {
        width: 37px;
        margin: 0 5px;
    }
    #header .header_fixed_nav .headerSearch {
        margin-bottom: 0;
        width: calc(100% - 160px);
    }
    #header .header_fixed_nav .headerSearch form {
        width: 100%;
        min-width: 200px;
    }
    #header .header_fixed_nav .headerSearch a {
        display: none;
    }
    @media screen and (max-width: 390px) {
        #header .header_fixed_nav .headerSearch {
            width: calc(100% - 175px);
        }
        #header .header_fixed_nav .headerSearch form {
            min-width: 150px;
        }
    }
    #header .header_fixed_nav .headerNav {
        align-items: flex-start;
    }
    #header .header_fixed_nav .headerNav li {
        /* width: 40px; */
        height: 50px;
        margin-left: 0;
    }
    #header .header_fixed_nav .headerNav li i {
        line-height: 30px;
        height: 30px;
    }
    #header .header_fixed_nav .headerNav li i img {
        width: 30px;
    }
    #header .header_fixed_nav .headerNav li a {
        padding: 0;
    }
    #header .header_fixed_nav .headerNav .c-nav1,
    #header .header_fixed_nav .headerNav .c-nav3 {
        display: none;
    }
    #header .header_fixed_nav .headerNav .c-nav2 {
        width: 48px;
    }
    /* Fixed Header Cart Badge */
    #header .header_fixed_nav .nt-cart-badge {
        top: -6px;
        right: -6px;
        min-width: 16px;
        height: 16px;
        padding: 0 3px;
        font-size: 9px;
        line-height: 16px;
        border-radius: 8px;
    }
    #header .header_fixed_nav .headerNav li p {
        font-size: 9px;
        /* margin-top: 51px!important; */
    }
    #header .header_fixed_nav .headerNav .c-btn_spMenu p {
        margin-top: 51px!important;
    }

    .headerInner2 {
        width: 100%;
        padding: 0 20px;
        flex-direction: column;
        gap: 15px;
    }
    .headerNav {
        width: 100%;
        justify-content: space-around;
    }
    .headerNav li {
        margin-left: 0;
    }

    /* SP Menu Overlay */
    .sp_menu_wrap.is-open::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: -1;
    }
}

.ec-layoutRole .ec-layoutRole__contents {
    gap: 20px;
    padding: 0 10px;
    max-width: 1190px;
}

.top_bg {
    position: absolute;
}
.bg_top_07 {
    bottom: 70px;
    left: -290px;
}
@media(max-width: 1000px) {
    .bg_top_07 {
        display: none;
    }
}

@media(min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        max-width: 950px;
        min-width: 70%;
        width: 100%;
        margin-bottom: 3rem;
    }
    .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
        max-width: 250px;
        min-width: 200px;
        width: unset;
    }
}
@media(max-width: 1000px) {
    .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
        display: none;
    }
}

/* sub（left_nav）
------------------------------- */
#sub {
    margin-bottom: 80px;
}
#sub h2 {
    padding: 7px 0;
    font-size: 18px;
}
#sub h2 .engTtl {
    display: block;
    color: #ad9947;
    font-size: 12px;
}

/* loginCont */
.loginCont {
    position: relative;
    width: 200px;
    /* height: 370px; */
    flex-shrink: 0;
    margin-bottom: 60px;
    padding: 16px;
    background: url(../img/common/loginCont_bg.png);
    background-size: cover;
    box-sizing: border-box;
    border-radius: 5px;
}
.loginCont .myaccountUser {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 10px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.066px;
}
.loginCont .myaccountUser_login {
    margin-bottom: 32px;
}
.loginCont .myaccountUser_welcome {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.loginCont .myaccountUser:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 64px;
    margin: 0 auto;
    background: #550022;
}
.loginCont .userPoint {
    margin-bottom: 16px;
    font-size: 14px;
    text-align: center;
}
.loginCont .userPoint span {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    color: #d5001f;
    margin-right: 3px;
}
.loginCont .userNote {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 16px;
}
.loginCont .btnMypage {
    width: 100%;
    border: 2px solid #550022;
    box-sizing: border-box;
}
.loginCont .btnMypage a {
    display: block;
    padding-left: 55px;
    line-height: 44px;
    font-size: 15px;
    color: #550022;
    background: url(../img/common/menu_mypage.png) #fff 20px center no-repeat;
}
.loginCont .btnMypage a:hover {
    opacity: .7;
}

.loginCont .btnLogin {
    width: 100%;
    height: 30px;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--white, #FFF);
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 200% */
    border-radius: 5px;
    border: 1px solid #502;
    padding-left: 28px;
    background: url(../img/common/menu_login.svg) #502 20px center no-repeat;
}
.loginCont .btnForgot {
    text-align: center;
    margin: 8px 0;
}
.loginCont .btnForgot a {
    color: var(--redpurple, #502);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.loginCont .btnEntry {
    /* width: 153px;
    height: 36px;
    flex-shrink: 0;
    background: var(--red, #D5001F); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}
.loginCont .btnEntry a {
    color: var(--redpurple, #502);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.sidebarLogin-formItem {
    margin-bottom: 16px;
}
.sidebarLogin-formItem input[type="email"],
.sidebarLogin-formItem input[type="password"] {
    width: 100%;
    height: 29px;
    padding: 9px 12px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    background: #FFF;
}
.sidebarLogin-btn {
    width: 100%;
    border: none;
    background: #550022;
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}
.sidebarLogin-error {
    color: #d5001f;
    background: #fff0f2;
    border: 1px solid #d5001f;
    padding: 7px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
}
.loginCont .ec-checkbox {
    margin: 16px 0;
    text-align: center;
}
.loginCont .ec-checkbox input[type=checkbox] {
    border-radius: 1px;
    border: 1px solid rgba(85, 0, 34, 0.30);
    background: var(--white, #FFF);
    height: 13px;
    width: 13px;
}
.loginCont .ec-checkbox input[type=checkbox]:checked {
    background: url(../img/common/check-solid-full.svg) no-repeat center center;
}
.loginCont .ec-checkbox label {
    display: flex;
    gap: 5px;
    color: var(--redpurple, #502);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.loginCont a.after_renewal_login {
    color: #F00;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; /* 18px */
    text-decoration: underline;
}


/* sidebar_search */
.sidebar_search {
    width: 200px;
    /* height: 984px; */
    /* position: relative; */
    /* padding: 3px; */
    background: #fbfafa;
    padding: 0 5px 31px;
    background-image: url(../img/common/seach_header_background.svg);
    background-size: 100% 78px;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 32px;
    border-radius: 5px;
}
.header_search {
    /* background-color: var(--gray1); */
    padding: 8px 0;
    margin-bottom: 30px;
    /* background: var(--gray1, #F1EEEF); */
}

.search_label {
    color: var(--gold);
    font-size: 12px;
    text-align: center;
    margin-bottom: 2px;
}

.search_title {
    color: var(--black);
    font-size: 18px;
    text-align: center;
}

.search_section {
    margin-bottom: 16px;
    padding: 0 3px;
}

.section_title {
    color: var(--redpurple);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.search_select {
    background-color: var(--white);
    border: none;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    color: var(--black);
    width: 100%;
}

.search_input {
    background-color: var(--white);
    border: none;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    color: var(--black);
    width: 100%;
}

.color_grid {
    display: grid;
    grid-template-columns: repeat(6, 25px);
    gap: 5px;
    margin-top: 12px;
}

.color_option_wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.color_checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.color_option {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid var(--gray2);
    cursor: pointer;
    transition: all 0.2s ease;
}

.color_checkbox:checked + .color_option {
    border: 3px solid var(--redpurple);
    box-shadow: 0 0 0 0px #502;
    transform: scale(1.1);
}

.color_option_wrapper:hover .color_option {
    transform: scale(1.05);
    box-shadow: 0 2px 4px #502;
}

.thickness_options {
    margin-top: 12px;
}

.thickness_option {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.thickness_option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid var(--gray2);
    border-radius: 3px;
    margin-right: 5px;
    background-color: var(--white);
}

.thickness_label {
    font-size: 16px;
    color: var(--black);
}

.price_section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price_input {
    flex: 1;
}

.button_group {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.btn_clear {
    background-color: var(--white);
    border: none;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 13px;
    color: var(--gray3);
    cursor: pointer;
    flex: 1;
}

.btn_search {
    background-color: var(--redpurple);
    border: none;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    cursor: pointer;
    flex: 2;
}

/* Search Modal */
.nt-search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    animation: fadeIn 0.3s ease-in-out;
}

.nt-search-modal.is-open {
    display: block;
}

.nt-search-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.nt-search-modal__content {
    position: relative;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    margin: 5vh auto;
    background: #fbfafa;
    border-radius: 5px;
    padding: 20px;
    overflow-y: auto;
    z-index: 10001;
}

.nt-search-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    color: var(--black);
    cursor: pointer;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nt-search-modal__close:hover {
    color: var(--redpurple);
}

.nt-search-modal__inner {
    padding-top: 10px;
}

.nt-search-modal__inner .header_search {
    padding: 8px 0;
    margin-bottom: 10px;
}

.nt-search-modal__inner .search_section {
    margin-bottom: 16px;
    padding: 0 3px;
}

/* Horizontal color grid for modal */
.color_grid--horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
}

.color_grid--horizontal .color_option_wrapper {
    flex-shrink: 0;
}

/* Responsive adjustments for modal */
@media screen and (max-width: 768px) {
    .nt-search-modal__content {
        width: 95%;
        margin: 2vh auto 4vh;
        padding: 15px;
        max-height: 88vh;
    }

    .nt-search-modal__inner .search_section {
        margin-bottom: 14px;
    }

    .color_grid--horizontal {
        margin-top: 5px;
        padding-top: 5px;
    }
    .thickness_options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }
    .section_title {
        font-size: 16px;
    }
}

/* left_nav_list */
.left_nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 200px;
}

.left_nav_list li {
    width: 100%;
}

.left_nav_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.left_nav_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* footer */
.footer_wrap {
    width: 100%;
    background-color: #550022;
}

/* footer_nav */
.footer_nav {
    width: 100%;
    background-color: #F3EAEC;
    padding: 40px 0 40px;
}

.footer_nav_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 130px;
    display: flex;
    gap: 60px;
}

.footer_nav_section {
    flex: 1;
}

.footer_nav_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #44001b;
    margin-bottom: 16px;
}

.footer_nav_grid {
    display: grid;
    gap: 8px;
}

.footer_nav_grid--3col {
    grid-template-columns: repeat(3, 1fr);
}

.footer_nav_grid--4col {
    grid-template-columns: repeat(3, 1fr);
}

.footer_nav_item {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #44001b;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer_nav_item:hover {
    opacity: 0.7;
}

/* footer_main */
.footer_main {
    width: 100%;
    background-color: #550022;
}

/* footer_icon_nav */
.footer_icon_nav {
    width: 100%;
    background-color: #897175;
    padding: 20px 0;
}

.footer_icon_nav_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer_icon_nav_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    flex: 1;
}

.footer_icon_nav_item:hover {
    opacity: 0.7;
}

.footer_icon_nav_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    white-space: nowrap;
}

/* footer_content */
.footer_content {
    max-width: 1366px;
    margin: 0 auto;
    padding: 56px 100px 40px;
}

/* footer_shop_info */
.footer_shop_info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    gap: 3rem;
}

.footer_shop_info_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #ffffff;
    text-align: center;
}

.footer_global_store {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer_global_store_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    color: #ffffff;
}

.footer_global_store_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.footer_global_store_icon svg {
    width: 100%;
    height: 100%;
    stroke: #ffffff;
    fill: none;
}

/* footer_store_list */
.footer_store_list {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer_store_item {
    display: flex;
    gap: 20px;
}

.footer_store_image {
    width: 255px;
    height: 170px;
    flex-shrink: 0;
}

.footer_store_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_store_info {
    flex: 1;
}

.footer_store_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 4px;
}

.footer_store_detail {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 4px;
}

.footer_store_map_link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    text-decoration: underline;
    text-underline-position: from-font;
}

.footer_store_map_link:hover {
    opacity: 0.7;
}

/* footer_links */
.footer_links {
    margin-bottom: 20px;
}

.footer_links_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer_link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer_link:hover {
    opacity: 0.7;
}

.footer_link_separator {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
}

/* footer_copyright */
.footer_copyright {
    text-align: center;
}

.footer_copyright_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
}

/* IPAD対応 */
@media screen and (max-width: 1024px) {
    .footer_nav_inner {
        gap: 30px;
    }
    .footer_nav_grid--3col {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer_nav_grid--4col {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer_store_list {
        justify-content: center;
    }
    .footer_store_item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* SP対応 */
@media screen and (max-width: 768px) {
    .footer_nav {
        padding: 24px 0;
    }

    .footer_nav_inner {
        padding: 0 16px;
        flex-direction: column;
        gap: 32px;
    }

    .footer_nav_grid--3col {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_nav_grid--4col {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer_icon_nav_inner {
        padding: 0 16px;
        flex-wrap: wrap;
        gap: 16px;
    }

    .footer_icon_nav_item {
        flex: 0 0 calc(50% - 8px);
    }

    .footer_content {
        padding: 32px 16px 24px;
    }

    .footer_shop_info {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }

    .footer_store_list {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 32px;
    }

    .footer_store_image {
        max-width: 255px;
        width: 100%;
        height: auto;
        aspect-ratio: 255 / 170;
    }

    .footer_links_row {
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* ========================================
   TOP Page Blocks Styles
   ======================================== */

/* top_new_item */
/* ========================================
   Common Components
   ======================================== */

/* Form Content Component */
.nt-form-content {
    margin-top: 20px;
}

.nt-form-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid var(--nt-border-color-light);
}

.nt-form-content table tr {
    border-bottom: 1px solid var(--nt-border-color-light);
}

.nt-form-content table tr:last-child {
    border-bottom: none;
}

.nt-form-content table th {
    width: 300px;
    padding: 15px 20px;
    background-color: var(--nt-color-bg-light);
    font-weight: var(--nt-font-weight-bold);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    vertical-align: top;
    text-align: left;
    border-right: 1px solid var(--nt-border-color-light);
}

.nt-form-content table td {
    padding: 15px 20px;
    background-color: var(--nt-color-white);
    vertical-align: top;
}

/* Form Label Component */
.nt-form-content .ec-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: var(--nt-font-weight-bold);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    margin: 0;
    width: 100%;
}

.nt-form-content .ec-label.required {
    font-weight: var(--nt-font-weight-bold);
}

/* Required/Optional Labels */
.nt-form-content .ec-required {
    display: inline-block;
    margin-left: 0;
    padding: 2px 8px;
    background-color: var(--nt-color-red-light);
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    border-radius: var(--nt-border-radius-lg);
    vertical-align: middle;
}

.nt-form-content .ec-optional {
    display: inline-block;
    margin-left: 0;
    padding: 2px 8px;
    background-color: var(--nt-color-gray-light);
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    border-radius: var(--nt-border-radius-lg);
    vertical-align: middle;
}

/* Form Input Component */
.nt-form-content .ec-input {
    margin-bottom: 0;
}

.nt-form-content .ec-input input[type="text"],
.nt-form-content .ec-input input[type="email"],
.nt-form-content .ec-input input[type="tel"],
.nt-form-content .ec-input input[type="password"],
.nt-form-content .ec-input textarea {
    width: 100%;
    max-width: 400px;
    padding: 8px 5px;
    border: 1px solid var(--nt-border-color);
    font-size: var(--nt-font-size-base);
    background-color: var(--nt-color-white);
    color: var(--nt-color-text);
    box-sizing: border-box;
}

.nt-form-content .ec-input input[type="text"]:focus,
.nt-form-content .ec-input input[type="email"]:focus,
.nt-form-content .ec-input input[type="tel"]:focus,
.nt-form-content .ec-input input[type="password"]:focus,
.nt-form-content .ec-input textarea:focus {
    outline: none;
    border-color: var(--nt-color-primary);
}

/* Form Select Component */
.nt-form-content .ec-select {
    margin-bottom: 0;
}

.nt-form-content .ec-select:focus {
    outline: none;
    border-color: var(--nt-color-primary);
}

/* Form Radio Component */
.nt-form-content .ec-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nt-form-content .ec-radio label {
    display: inline-flex;
    align-items: center;
    font-weight: var(--nt-font-weight-normal);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    cursor: pointer;
    padding: 5px 0;
    white-space: nowrap;
}

.nt-form-content .ec-radio label input[type="radio"] {
    margin-right: 8px;
    margin-bottom: 0;
    cursor: pointer;
    accent-color: var(--nt-color-primary);
    flex-shrink: 0;
}

.nt-form-content .ec-radio label span {
    display: inline;
}

/* Form Input Group Component */
.nt-form-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nt-form-input-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.nt-form-input-field-wrapper {
    flex: 1;
}

.nt-form-input-field {
    width: 100%;
}

/* Name Input Group Component */
.nt-name-input-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.nt-name-input-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nt-name-input-field-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Address Input Group Component */
.nt-address-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nt-postal-code-field {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nt-postal-mark {
    font-size: var(--nt-font-size-lg);
    color: var(--nt-color-text);
}

/* Form Note Component */
.nt-form-note {
    margin-top: 8px;
    font-size: var(--nt-font-size-sm);
    color: var(--nt-color-text);
    line-height: var(--nt-line-height-base);
}

/* Form Error Message Component */
.nt-form-content .ec-errorMessage {
    margin-top: 5px;
    font-size: var(--nt-font-size-sm);
    color: var(--nt-color-red);
}

.nt-form-content .ec-errorMessage.error,
.nt-form-content .ec-select.error + .ec-errorMessage,
.nt-form-content input.error + .ec-errorMessage {
    color: var(--nt-color-red);
}

.nt-form-content input.error,
.nt-form-content .ec-input.error input[type="text"],
.nt-form-content .ec-input.error input[type="email"],
.nt-form-content .ec-input.error input[type="tel"],
.nt-form-content .ec-input.error textarea {
    border-color: var(--nt-color-red);
}

/* Form Button Component */
/* Submit Button - Extends primary button with specific width */
.nt-btn-submit {
    min-width: 330px;
}

/* Back Button - Extends secondary button with specific width */
.nt-btn-back {
    min-width: 200px;
}

.nt-btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

/* Responsive Styles for nt-form-content */
@media screen and (max-width: 767px) {
    .nt-form-content table {
        display: block;
        width: 100%;
        border: 1px solid var(--nt-border-color-light);
    }

    .nt-form-content table tbody {
        display: block;
        width: 100%;
    }

    .nt-form-content table tr {
        display: block;
        width: 100%;
        border-bottom: 1px solid var(--nt-border-color-light);
    }

    .nt-form-content table tr:last-child {
        border-bottom: none;
    }

    .nt-form-content table th,
    .nt-form-content table td {
        padding: 10px 15px;
        display: block;
        width: 100%;
        border-right: none;
    }

    .nt-form-content table th {
        margin-bottom: 0;
        background-color: var(--nt-color-bg-light);
        font-size: var(--nt-font-size-base);
        border-bottom: 1px solid var(--nt-border-color-light);
    }

    .nt-form-content table td {
        background-color: transparent;
    }

    .nt-form-content table td .ec-input {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .nt-form-content table td .ec-input:last-child {
        margin-bottom: 0;
    }
}

/* Product Price Component */
.nt-product-price {
    color: var(--nt-color-text-light);
    text-align: right;
    font-family: var(--nt-font-family);
    font-size: 0;
    font-weight: var(--nt-font-weight-normal);
    line-height: var(--nt-line-height-tight);
    margin: 0;
}

.nt-product-price__amount {
    font-size: var(--nt-font-size-lg);
}

.nt-product-price__space {
    font-size: var(--nt-font-size-base);
}

.nt-product-price__tax {
    font-size: var(--nt-font-size-xs);
}

/* Product Image Wrapper Component */
.nt-product-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.nt-product-image-wrapper .product_badges {
    position: absolute;
    z-index: 2;
}

.nt-product-image-wrapper .product_new_badge {
    position: static;
}

.nt-product-image-wrapper .product_sale_badge {
    position: static;
}

.nt-product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ranking Badge Component */
.nt-ranking-badge-icon {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 48px;
    height: 38px;
    z-index: 2;
    object-fit: contain;
}
.nt-ranking-badge-icon.nt-ranking-badge-icon--small {
    width: 40px;
    height: 36px;
}

/* Product Name Component */
.nt-product-name {
    color: var(--nt-color-text);
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    line-height: 21px;
    margin: 0;
    /* height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; */
}

/* Color Chip Component */
.nt-color-chip {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.nt-color-chip--white {
    background-color: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray-border);
}

.nt-color-chip--navy {
    background-color: navy;
}

.nt-color-chip--green {
    background-color: rgba(152, 255, 152, 0.6);
}

/* ========================================
   Top New Item Section
   ======================================== */

.top_new_item {
    width: 100%;
    padding: 40px 0;
}

.top_new_item_inner {
    max-width: 1366px;
    margin: 0 auto;
    /* padding: 0 130px; */
    position: relative;
}

/* タイトル部分 */
.top_new_item_header {
    position: relative;
    margin-bottom: 32px;
    text-align: center;
}

.top_new_item_header_decorations {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.top_new_item_header_decoration {
    width: 32px;
    height: 60px;
    object-fit: contain;
}

.top_new_item_header_text {
    position: relative;
    z-index: 1;
}

.top_new_item_header_en {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ad9947;
    margin-bottom: 0;
}

.top_new_item_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;
    margin: 0;
}

.top_new_item_update_date {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
}

/* 商品リスト */
.top_new_item_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    gap: 13px;
    margin-bottom: 0;
    position: relative;
    max-height: 730px;
    overflow: hidden;
}

.top_new_item_list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 227px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 1;
}

.top_new_item_list--no-fade::after {
    display: none;
}

/* 展開後のスタイル */
.top_new_item_list--expanded {
    max-height: none !important;
    overflow: visible;
}

.top_new_item_list--expanded::after {
    display: none;
}

/* 初期非表示アイテム（PC） - PCでは15個目以降を非表示 */
.top_new_item_item--hidden-pc {
    display: none;
}

/* 初期非表示アイテム（SP） - SPでは6個目以降を非表示 */
/* PCでは表示される（メディアクエリで上書き） */
.top_new_item_item--hidden-sp {
    display: none;
}

/* 展開後は全て表示 */
.top_new_item_list--expanded .top_new_item_item--hidden-pc,
.top_new_item_list--expanded .top_new_item_item--hidden-sp {
    display: grid;
}

.top_new_item_item {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin-bottom: 8px;
}

.top_new_item_item > a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    text-decoration: none;
    color: inherit;
    gap: 8px;
}

/* Product Badges Container */
.product_badges {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2;
}

.product_badges--ranking {
    top: 0;
    left: auto;
    right: 0;
}

/* NEWタグ */
.product_new_badge {
    background-color: #b48625;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

/* SALEタグ */
.product_sale_badge {
    background-color: #cc0000;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}


.ec-shelfGrid__item-image {
    position: relative;
}

.ec-shelfGrid__item-image .product_badges {
    position: absolute;
    z-index: 2;
}

.ec-shelfGrid__item-image .product_new_badge,
.ec-shelfGrid__item-image .product_sale_badge {
    position: static;
}

/* Use common components - keeping class names for backward compatibility */
.top_new_item_image_wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.top_new_item_image_wrapper .product_badges {
    position: absolute;
    z-index: 2;
}

.top_new_item_image_wrapper .product_new_badge,
.top_new_item_image_wrapper .product_sale_badge {
    position: static;
}

.top_new_item_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_new_item_name {
    color: var(--nt-color-text);
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    line-height: 21px;
    margin: 0;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_new_item_price {
    color: var(--nt-color-text-light);
    text-align: right;
    font-family: var(--nt-font-family);
    font-size: 0;
    font-weight: var(--nt-font-weight-normal);
    line-height: var(--nt-line-height-tight);
    margin: 0;
}

.top_new_item_price_amount {
    font-size: var(--nt-font-size-lg);
}

.top_new_item_price_space {
    font-size: var(--nt-font-size-base);
}

.top_new_item_price_tax {
    font-size: var(--nt-font-size-xs);
}

/* カラーチップ */
.top_new_item_colors {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
    max-width: 100%;
    overflow: hidden;
}

/* 色玉コンテナ（JavaScriptで動的生成される場合） */
.color-balls-container {
    max-width: 100%;
    overflow: hidden;
    min-width: 20px;
}

.top_new_item_color_chip {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.top_new_item_color_chip--white {
    background-color: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray-border);
}

.top_new_item_color_chip--navy {
    background-color: navy;
}

.top_new_item_color_chip--green {
    background-color: rgba(152, 255, 152, 0.6);
}

/* もっと見るボタン */
.top_new_item_more_wrapper {
    text-align: center;
    position: relative;
    margin-top: 20px;
    z-index: 3;
}

.top_new_item_more_button {
    display: inline-flex;
    width: 335px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #550022;
    background-color: #ffffff;
    color: #550022;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    transition: opacity 0.2s ease;
    border-radius: 5px;
    cursor: pointer;
}

.top_new_item_more_button:hover {
    opacity: 0.8;
}

/* 下部（グラデーション、スライダー、ボタン） */
.top_new_item_bottom {
    position: relative;
    margin-top: 20px;
}

.top_new_item_button_wrapper {
    text-align: center;
    position: relative;
    z-index: 3;
}

.top_new_item_button {
    display: inline-flex;
    width: 335px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #550022;
    background-color: #ffffff;
    color: #550022;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    transition: opacity 0.2s ease;
    border-radius: 5px;
}

.top_new_item_button:hover {
    opacity: 0.8;
}

/* top_info_banner */
.top_info_banner {
    width: 100%;
    padding: 40px 0;
}

.top_info_banner_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 30px;
}

.top_info_banner_slider {
    position: relative;
}

.top_info_banner_slider .slick-list {
    padding: 0;
}

.top_info_banner_slider .slick-slide {
    padding: 0 10px;
}

.top_info_banner_slider .slick-prev,
.top_info_banner_slider .slick-next {
    /* z-index: 10; */
    width: 9px;
    height: 16px;
}

.top_info_banner_slider .slick-prev:before,
.top_info_banner_slider .slick-next:before {
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.7;
}

.top_info_banner_slider .slick-prev:before {
    background-image: url('../img/common/slide_arrow_left.svg');
}

.top_info_banner_slider .slick-next:before {
    background-image: url('../img/common/slide_arrow_right.svg');
}

.top_info_banner_slider .slick-prev:hover:before,
.top_info_banner_slider .slick-next:hover:before {
    opacity: 1;
}

/* .top_info_banner_item - No specific styles needed */

.top_info_banner_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .top_info_banner {
        padding: 20px 0;
    }
}

/* top_news */
.top_news {
    width: 100%;
    padding: 40px 0;
}

.top_news_inner {
    max-width: 1366px;
    margin: 0 auto;
}

/* Decorated Title (共通スタイル) */
.decorated_title {
    position: relative;
    margin-bottom: 32px;
    text-align: center;
    /* padding: 0 20%; */
}

.decorated_title_decorations {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    /* padding: 0 20%; */
}

.decorated_title_decoration {
    position: relative;
    width: 226.5px;
    height: 6px;
    flex-shrink: 0;
}

/* Double line decoration using CSS pseudo-elements */
.decorated_title_decoration::before,
.decorated_title_decoration::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--nt-color-primary, #550022);
}

.decorated_title_decoration::before {
    top: 0.5px;
}

.decorated_title_decoration::after {
    bottom: 0.5px;
}

.decorated_title_text {
    position: relative;
    /* z-index: 1; */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0em;
    color: #333333;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}

.top_news_header {
    margin-bottom: 32px;
}

.top_news_list {
    display: flex;
    flex-direction: column;
}

.top_news_item {
    display: flex;
    flex-direction: column;
    padding: var(--nt-spacing-md) 0;
    border-bottom: 1px dotted var(--nt-color-primary, #550022);
}

.top_news_item:last-child {
    border-bottom: none;
}

.top_news_list--collapsible:not(.top_news_list--expanded) .top_news_item--more-hidden {
    display: none;
}

.top_news_list--expanded .top_news_item--more-hidden {
    display: flex;
}

.top_news_item_content {
    display: flex;
    flex-direction: column;
    gap: var(--nt-spacing-sm);
    width: 100%;
}

.top_news_item_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--nt-spacing-md);
    width: 100%;
}

.top_news_item_meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--nt-spacing-xs);
    flex: 1;
    min-width: 0;
}

.top_news_item_date {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    line-height: var(--nt-line-height-base);
    color: var(--nt-color-text);
    flex-shrink: 0;
    white-space: nowrap;
}

.top_news_item_category_wrapper {
    min-width: 0;
    flex-shrink: 0;
}

.top_news_item_category {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #ffffff;
    background-color: #ad9947;
    border-radius: 50px;
    padding: 2.5px 12px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

/* Tag colors: reuse .blog-card__tag--news-{id} (defined below). Widths for Pick Up pill shape. */
.top_news_item_category.blog-card__tag--news-1 {
    width: 125px;
}

.top_news_item_category.blog-card__tag--news-2,
.top_news_item_category.blog-card__tag--news-3,
.top_news_item_category.blog-card__tag--news-4 {
    width: 80px;
    letter-spacing: 1.2px;
}
.nt-news-thumb {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: var(--nt-border-radius-md);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nt-news-thumb__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.top_news_item_title {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.top_news_item_title a {
    color: var(--nt-color-text);
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

/* Pick Up: PC = single row (thumb | date | tag | title), SP = two rows (see base rules above) */
@media screen and (min-width: 769px) {
    .top_news_item_content {
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .top_news_item_row {
        width: auto;
        flex: 0 0 auto;
        align-items: center;
    }

    .top_news_item_meta {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        flex: 0 0 auto;
    }

    .top_news_item_date {
        min-width: 91px;
    }

    .top_news_item_category_wrapper {
        min-width: 125px;
    }

    .top_news_item_title {
        flex: 1;
        width: auto;
        min-width: 0;
    }

    .top_news_item_title a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        -webkit-box-orient: unset;
    }
}

/* Pick Up: more button (same look as new items) */
.top_news_more_wrapper {
    text-align: center;
    position: relative;
    margin-top: var(--nt-spacing-md);
    z-index: 3;
}

.top_news_more_button {
    display: inline-flex;
    width: 335px;
    max-width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid var(--nt-color-primary, #550022);
    background-color: var(--nt-color-white, #ffffff);
    color: var(--nt-color-primary, #550022);
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-xl);
    font-weight: var(--nt-font-weight-normal);
    line-height: 28px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    transition: opacity 0.2s ease;
    border-radius: var(--nt-border-radius-md);
    cursor: pointer;
}

.top_news_more_button:hover {
    opacity: 0.8;
}

.top_news_button_wrapper {
    text-align: center;
}

.top_news_button {
    display: inline-flex;
    width: 335px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #550022;
    background-color: #ffffff;
    color: #550022;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    transition: opacity 0.2s ease;
    border-radius: 5px;
}

.top_news_button:hover {
    opacity: 0.8;
}

.top_news_archive_link {
    text-align: center;
    margin-top: 32px;
    padding-top: 24px;
}

.top_news_archive_link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.top_news_archive_link a::before {
    content: '＞';
    font-size: 14px;
}

.top_news_archive_link a:hover {
    opacity: 0.7;
}

/* News Detail Page */
.news_detail {
    margin-top: 32px;
}

.news_detail_article {
    max-width: 100%;
    margin-bottom: 50px;
}

.news_detail_header {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e0e0e0;
}

.news_detail_meta {
    display: flex;
    align-items: center;
    gap: 16px;
    /* margin-bottom: 16px; */
}

.news_detail_date {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}

.news_detail_category {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
    background-color: #550022;
    padding: 4px 12px;
    display: inline-block;
}

.news_detail_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: normal;
    line-height: 36px;
    color: #000000;
    margin: 0;
    padding-bottom: 4px;
    border-bottom: 2px solid #550022;
    margin-bottom: 24px;
}

.news_detail_content {
    margin-bottom: 48px;
}

.news_detail_description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.news_detail_description img {    max-width: 100%;    height: auto;}

.news_detail_nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_detail_nav_list a {
    background: #999;
    color: #fff;
    display: inline-block;
    padding: 17px 40px 18px;
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    align-items: center;
}
.news_detail_nav_list a:hover {
    text-decoration: none;
}
.news_detail_nav_list a::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(45deg);
    margin-right: 5px;
}


.news_detail_nav_link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #550022;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.news_detail_nav_link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.news_detail_nav_arrow {
    font-size: 16px;
}

.news_detail_nav_text {
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .top_news {
        padding: 20px 0;
    }
    .news_detail_title {
        font-size: 20px;
        line-height:20px;
    }

    .news_detail_description {
        font-size: 14px;
        line-height: 24px;
    }

    .news_detail_nav_link {
        justify-content: center;
    }
}

/* News Category Filter (same style as product sort tabs) */
.news-category-filter {
    margin-bottom: 32px;
}

.news-category-label-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
    padding: 0px;
    background: #f6f5f3;
    border-radius: 4px;
    min-height: 40px;
}

.news-category-label-container span.news-category-label {
    margin: 0px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: #f6f5f3;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}

.news-category-tabs {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    white-space: nowrap;
    padding: 10px 0;
    padding-left: 30px;
}

.news-category-tab {
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s;
    margin: 0px;
    padding: 0 21px 0 13px;
    display: inline;
    color: #333;
}

.news-category-tab:hover {
    color: #550022;
}

.news-category-tab.active {
    color: #550022;
    font-weight: bold;
}

.news-category-divider {
    color: #CCCCCC;
    font-size: 14px;
    padding: 0 5px;
    border-left: 1px dotted #CCCCCC;
    height: 16px;
    display: inline-block;
    margin: 0 2px;
}

/* Blog Main Tab */
.mainTab {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 56px;
    border-bottom: 1px solid #d7d7d7;
}

.mainTab::after {
    content: "";
    display: table;
    clear: both;
}

.mainTab li {
    float: left;
    margin-right: 0;
    margin-left: 5px;
}

.mainTab li a {
    display: block;
    padding: 8px 20px 8px 45px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: relative;
    background-color: #b2afa3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mainTab li.nowPage a {
    color: var(--nt-color-text);
}

.mainTab li.mt1 a {
    background-image: url('../img/blog/icon_mt1.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px auto;
}

.mainTab li.mt1.nowPage a {
    background-image: url('../img/blog/icon_mt1_b.png');
    background-color: #f6f5f3;
}

.mainTab li.mt2 a {
    background-image: url('../img/blog/icon_mt2.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px auto;
}

.mainTab li.mt2.nowPage a {
    background-image: url('../img/blog/icon_mt2_b.png');
    background-color: #f6f5f3;
}

.mainTab li.mt3 a {
    background-image: url('../img/blog/icon_mt3.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px auto;
}

.mainTab li.mt3.nowPage a {
    background-image: url('../img/blog/icon_mt3_b.png');
    background-color: #f6f5f3;
}

.mainTab li.mt4 a {
    background-image: url('../img/blog/icon_mt4.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 20px auto;
}

.mainTab li.mt4.nowPage a {
    background-image: url('../img/blog/icon_mt4_b.png');
    background-color: #f6f5f3;
}

.mainTab li:not(.nowPage) a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .mainTab {
        flex-direction: column;
    }

    .mainTab li {
        float: none;
        width: 100%;
        margin-bottom: 8px;
    }

    .mainTab li a {
        padding: 12px 20px 12px 45px;
    }
}

/* Blog Card List */
.blog-card-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 48px;
    margin-bottom: 32px;
}

.blog-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    background-color: #ffffff;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    row-gap: 0;
}

.blog-card:hover {
    opacity: 0.8;
}

.blog-card__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    min-height: 0;
}

.blog-card__thumbnail {
    width: 100%;
    padding-top: 56.25%;  /* 16:9 aspect ratio (was 75% = 4:3) */
    position: relative;
    overflow: hidden;
    background-color: #f1eeef;
}

.blog-card__thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__tags {
    align-items: start;
    align-content: start;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.blog-card__tag {
    margin-bottom: 8px;
    width: fit-content;
}

.blog-card__tags .blog-card__tag {
    margin-bottom: 0;
}

.blog-card__tag--root {
    color: #fff;
    background: #550022;
    display: inline-block;
    padding: 1px 10px 2px;
    max-height: 25px;
}

.blog-card__tag--child {
    padding: 0px 9px 1px;
    color: #550022;
    background: #fff;
    border: 1px solid #502;
    display: inline-block;
}

/* News category tag colors */
.blog-card__tag--news-1 {
    background-color: #ad9947;
}

.blog-card__tag--news-2 {
    background-color: #550054;
}

.blog-card__tag--news-3 {
    background-color: #aa5030;
}

.blog-card__tag--news-4 {
    background-color: #838996;
}

.blog-card__content {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    flex: 1;
}

.blog-card__products {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
}

.blog-card__product-item {
    display: inline-block;
}

.blog-card__product-item::after {
    content: '、';
}

.blog-card__product-item:last-child::after {
    content: '';
}

.blog-card__product-more {
    color: #999999;
}

.blog-card__date {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    margin-bottom: 8px;
}

.blog-card__title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.blog-card-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #666666;
}

@media screen and (max-width: 767px) {
    .blog-card-list {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
        row-gap: 16px;
    }

    .blog-card__content {
        padding: 12px;
    }

    .blog-card__title {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-card__date {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .news-category-label-container {
        flex-wrap: wrap;
    }

    .news-category-label-container span.news-category-label {
        padding: 10px;
    }

    .news-category-tabs {
        flex: unset;
        width: 100%;
        flex-wrap: wrap;
        padding: 10px;
    }

    .news-category-tab {
        font-size: 12px;
        padding: 5px 8px;
    }
}

/* Top page background image (top_bg1.png) - screen top right */
body.front_page {
    position: relative;
}

@media screen and (min-width: 1500px) {
body.front_page::before {
    content: '';
    position: absolute;
    top: 53px;
    right: 30px;
    width: 130px;
    height: 175px;
    background-image: url('../img/top/top_bg1.png');
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
    pointer-events: none;
    background-position-y: -45px;
}

/* Adjust background image position when announcement banner is present */
body.front_page.has-announcement::before {
    top: 93px; /* 53px + 40px (approximate announcement banner height) */
}
}

/* Ensure content is above background image */
body.front_page .ec-layoutRole {
    position: relative;
}

/* top_push_info */
.top_push_info {
    width: 100%;
    padding: 40px 0;
}

.top_push_info_inner {
    max-width: 1366px;
    margin: 0 auto;
    /* padding: 0 130px; */
}

/* top_push_info_header background image (top_bg2.png) */
.top_push_info_header.decorated_title {
    position: relative;
}

.top_push_info_header.decorated_title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 120px;
    transform: translateY(-30%);
    z-index: 0;
    background-image: url('../img/top/top_bg2.png');
    background-repeat: no-repeat;
    background-position: left center;
    overflow: visible;
}

/* top_category_classic_header background image (bg_top_04.png) */
.top_category_classic_header.decorated_title {
    position: relative;
}

.top_category_classic_header.decorated_title::before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 200px;
    transform: translateY(-30%);
    z-index: 0;
    background-image: url('../img/top/bg_top_04.png');
    background-repeat: no-repeat;
    background-position: right;
    overflow: visible;
}

/* top_category_special_header background image (bg_top_05.png) */
.top_category_special_header.decorated_title {
    position: relative;
}

.top_category_special_header.decorated_title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 120px;
    transform: translateY(-30%);
    z-index: 0;
    background-image: url('../img/top/bg_top_05.png');
    background-repeat: no-repeat;
    background-position: right center;
    overflow: visible;
}

.top_push_info_list {
    --top-push-info-gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--top-push-info-gap);
    /* z-index: 1; */
    position: relative;
}

.top_push_info_item {
    flex: 0 0 calc((100% - var(--top-push-info-gap)) / 2);
    max-width: calc((100% - var(--top-push-info-gap)) / 2);
}

.top_push_info_image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .top_push_info {
        padding: 30px 0;
    }
    .top_push_info_item {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

/* top_category */
.top_category {
    width: 100%;
    padding: 40px 0;
}

.top_category_inner {
    max-width: 1366px;
    margin: 0 auto;
    /* padding: 0 130px; */
}

.top_category_section {
    margin-bottom: 80px;
}

.top_category_section:last-child {
    margin-bottom: 0;
}

/* セクションヘッダー（タイトル部分） */
.top_category_section_header {
    position: relative;
    margin-bottom: 32px;
    text-align: center;
}

.top_category_section_icon {
    width: 25px;
    height: 25px;
    margin: 0 auto 8px;
    display: block;
}

.top_category_section_title_wrapper {
    position: relative;
    /* padding: 0 20%; */
}

.top_category_section_title_decorations {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    /* padding: 0 20%; */
}

.top_category_section_title_decoration {
    position: relative;
    width: 226.5px;
    height: 6px;
    flex-shrink: 0;
}

/* Double line decoration using CSS pseudo-elements */
.top_category_section_title_decoration::before,
.top_category_section_title_decoration::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--nt-color-primary, #550022);
}

.top_category_section_title_decoration::before {
    top: 0.5px;
}

.top_category_section_title_decoration::after {
    bottom: 0.5px;
}

.top_category_section_title_text {
    position: relative;
    /* z-index: 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_category_section_title_en {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ad9947;
    margin: 0 0 4px 0;
}

.top_category_section_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;
    margin: 0;
}

/* 定番カテゴリ */
.top_category_classic_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.top_category_classic_item {
    position: relative;
}

.top_category_classic_item a {
    display: block;
    text-decoration: none;
}

.top_category_classic_image_wrapper {
    position: relative;
    width: 100%;
    max-height: 180px;
    overflow: hidden;
}

.top_category_classic_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.top_category_classic_item a:hover .top_category_classic_image {
    transform: scale(1.1);
}

.top_category_classic_label {
    /* z-index: 10; */
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(85, 0, 34, .7);
    transform: translate(-50%, -50%);
    background: rgba(85, 0, 34, .3);
    white-space: nowrap;
    padding: 5px 15px 7px 17px;
    letter-spacing: .16em;
}

.top_category_classic_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2.88px;
    margin: 0;
}

.top_category_classic_name br {
    display: block;
}

/* 専門カテゴリ */
.top_category_special_subsection {
    margin-bottom: 40px;
}

.top_category_special_subsection:last-child {
    margin-bottom: 0;
}

.top_category_special_subsection_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 16px;
    text-align: center;
}

.top_category_special_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.top_category_special_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    border: 1px solid #f1eeef;
    /* border-radius: 4px; */
    transition: border-color 0.3s ease-in-out;
    border-radius: 5px;
}

.top_category_special_item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.top_category_special_item:hover {
    border-color: #C7A319;
}

.top_category_special_image_wrapper {
    position: relative;
    width: auto;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    /* border-radius: 4px 0 0 4px; */
}

.top_category_special_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}

.top_category_special_name {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #550022;
    text-align: left;
    letter-spacing: 0;
    margin: 0;
    padding-left: 15px;
    flex: 1;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .top_category_section {
        margin-bottom: 30px;
    }
    .top_category_classic_name {
        font-size: 16px;
    }
}

/* top_customer_works */
.top_customer_works {
    width: 100%;
    padding: 40px 0;
}

.top_customer_works_inner {
    max-width: 1366px;
    margin: 0 auto;
    /* padding: 0 130px; */
}

.top_customer_works_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #44001b;
    margin-bottom: 24px;
    text-align: center;
}

.top_customer_works_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.top_customer_works_image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.top_customer_works_button_wrapper {
    text-align: center;
}

.top_customer_works_button {
    display: inline-flex;
    width: 335px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #550022;
    background-color: #ffffff;
    color: #550022;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    transition: opacity 0.2s ease;
    border-radius: 5px;
}

.top_customer_works_button:hover {
    opacity: 0.8;
}

/* top_faq */
.top_faq {
    width: 100%;
    padding: 0;
    /* background-color: #f9f9f9; */
}
.top_faq a {
    color: #550022;
    text-underline-position: from-font;
    transition: opacity 0.2s ease;
}

.top_faq a:hover {
    opacity: 0.7;
}

.top_faq_inner {
    max-width: 1366px;
    margin: 0 auto;
    /* padding: 0 130px; */
}

.top_faq_list {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.top_faq_item {
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    overflow: hidden;
}

.top_faq_item:first-child {
    border-top: none;
}

.top_faq_question {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 11px 14px 11px;
    cursor: pointer;
    background-color: #ffffff;
    transition: background-color 0.2s ease;
}

.top_faq_question::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: auto;
    flex: 0 0 auto;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.top_faq_q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26.88px;
    height: 26.88px;
    background-color: #550022;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Arial', sans-serif;
    font-size: 16.201px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}

.top_faq_question_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    text-decoration: underline;
    text-underline-position: from-font;
    flex: 1;
    padding-bottom: 5px;
}

.top_faq_answer {
    height: 0;
    padding: 0 11px;
    background-color: #f5f5f5;
    overflow: hidden;
    transition: height 0.5s ease-in-out, content-visibility 0.5s allow-discrete, padding 0.5s ease-in-out;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    will-change: height, padding;
}

.top_faq_item.is_open .top_faq_answer {
    padding: 12px 11px;
    height: auto;
    margin-bottom: 10px;
}

.top_faq_item.is_open .top_faq_question::after {
    transform: rotate(225deg);
}

.top_faq_a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26.88px;
    height: 26.88px;
    background-color: #171055;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Arial', sans-serif;
    font-size: 16.201px;
    font-weight: 700;
    flex-shrink: 0;
    line-height: 1;
}

.top_faq_answer_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    flex: 1;
}

.top_faq_button_wrapper {
    text-align: center;
}

.top_faq_button {
    display: inline-flex;
    width: 335px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #550022;
    background-color: #ffffff;
    color: #550022;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    transition: opacity 0.2s ease;
    border-radius: 5px;
}

.top_faq_button:hover {
    opacity: 0.8;
}

/* top_ranking */
.top_ranking {
    width: 100%;
    padding: 40px 0;
}

.top_ranking_inner {
    max-width: 1366px;
    margin: 0 auto;
    /* padding: 0 130px; */
}

/* タイトル部分 */
.top_ranking_header {
    position: relative;
    margin-bottom: 32px;
    text-align: center;
}

.top_ranking_header_icon {
    width: 31px;
    height: 25px;
    margin: 0 auto 8px;
    display: block;
}

.top_ranking_header_title_wrapper {
    position: relative;
    /* padding: 0 20%; */
}

.top_ranking_header_title_decorations {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    /* padding: 0 20%; */
}

.top_ranking_header_title_decoration {
    position: relative;
    width: 226.5px;
    height: 6px;
    flex-shrink: 0;
}

/* Double line decoration using CSS pseudo-elements */
.top_ranking_header_title_decoration::before,
.top_ranking_header_title_decoration::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--nt-color-primary, #550022);
}

.top_ranking_header_title_decoration::before {
    top: 0.5px;
}

.top_ranking_header_title_decoration::after {
    bottom: 0.5px;
}

.top_ranking_header_title_text {
    position: relative;
    /* z-index: 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top_ranking_header_title_en {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ad9947;
    margin: 0 0 4px 0;
}

.top_ranking_header_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;
    margin: 0;
}

/* ランキングリスト */
.top_ranking_list {
    margin-bottom: 32px;
}

.top_ranking_list--top4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    margin-bottom: 8px;
    justify-content: center;
}

.top_ranking_list--top10 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    justify-content: center;
}

.top_ranking_item {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin-bottom: 28px;
}

.top_ranking_item > a {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    text-decoration: none;
    color: inherit;
    gap: 8px;
}

.top_ranking_item--large {
    width: 100%;
    flex-shrink: 0;
}

.top_ranking_item--small {
    width: 100%;
    flex-shrink: 0;
    word-break: break-all;
}

/* Use common components - keeping for backward compatibility */
.top_ranking_image_wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.top_ranking_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_ranking_name {
    color: var(--nt-color-text);
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    line-height: 21px;
    margin: 0;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_ranking_price {
    color: var(--nt-color-text-light);
    text-align: right;
    font-family: var(--nt-font-family);
    font-size: 0;
    font-weight: var(--nt-font-weight-normal);
    line-height: var(--nt-line-height-tight);
    margin: 0;
}

.top_ranking_price_amount {
    font-size: var(--nt-font-size-lg);
}

.top_ranking_price_space {
    font-size: var(--nt-font-size-base);
}

.top_ranking_price_tax {
    font-size: var(--nt-font-size-xs);
}

/* カラーチップ */
.top_ranking_colors {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
    max-width: 100%;
    overflow: hidden;
}

.top_ranking_color_chip {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.top_ranking_color_chip--white {
    background-color: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray-border);
}

.top_ranking_color_chip--navy {
    background-color: navy;
}

.top_ranking_color_chip--green {
    background-color: rgba(152, 255, 152, 0.6);
}
.top_ranking .nt-product-image-wrapper {
    overflow: visible;
}

/* top_recently_viewed */
#page_homepage .ec-layoutRole__mainBottom {
    padding-bottom: 40px;
}
.top_recently_viewed {
    width: 100%;
    padding: 40px 0 0;
    position: relative;
}

.top_recently_viewed_inner {
    max-width: 1366px;
    margin: 0 auto;
    /* padding: 0 130px; */
}

/* タイトル部分 */
.top_recently_viewed_header {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.top_recently_viewed_header_text {
    position: relative;
    /* z-index: 1; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.top_recently_viewed_header_en {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ad9947;
    margin: 0 0 4px 0;
}

.top_recently_viewed_header_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #333333;
    margin: 0;
}

.top_recently_viewed_header_decorated {
    margin-top: 8px;
    margin-bottom: 32px;
}
.top_recently_viewed_header_decorated::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #502;
    background: none;
}
.top_recently_viewed_header_decorated .decorated_title_decorations {
    display: none;
}

/* 商品リスト */
.top_recently_viewed_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    justify-items: center;
}

.top_recently_viewed_item {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
}

.top_recently_viewed_link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    text-decoration: none;
    color: inherit;
    gap: 8px;
}

/* Use common components - keeping for backward compatibility */
.top_recently_viewed_image_wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.top_recently_viewed_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_recently_viewed_name {
    color: var(--nt-color-text);
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    line-height: 21px;
    margin: 0;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_recently_viewed_price {
    color: var(--nt-color-text-light);
    text-align: right;
    font-family: var(--nt-font-family);
    font-size: 0;
    font-weight: var(--nt-font-weight-normal);
    line-height: var(--nt-line-height-tight);
    margin: 0;
}

.top_recently_viewed_price_amount {
    font-size: var(--nt-font-size-lg);
}

.top_recently_viewed_price_space {
    font-size: var(--nt-font-size-base);
}

.top_recently_viewed_price_tax {
    font-size: var(--nt-font-size-xs);
}

/* カラーチップ */
.top_recently_viewed_colors {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
}

.top_recently_viewed_color_chip {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.top_recently_viewed_color_chip--white {
    background-color: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray-border);
}

.top_recently_viewed_color_chip--navy {
    background-color: navy;
}

.top_recently_viewed_color_chip--green {
    background-color: rgba(152, 255, 152, 0.6);
}

/* top_shipping_payment_return */
.top_shipping_payment_return {
    padding: 40px 0 40px;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
}

.top_shipping_payment_return_inner {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 10px;
}

.top_shipping_payment_return_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.top_shipping_payment_return_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.top_shipping_payment_return_item_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 10px 0;
}

.top_shipping_payment_return_item_content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.top_shipping_payment_return_item_text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 10px 0;
}

.top_shipping_payment_return_item_text:last-child {
    margin-bottom: 0;
}

.top_shipping_payment_return_item_text--note {
    margin-top: 10px;
}

.top_shipping_payment_return_item_section {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.top_shipping_payment_return_item_section p {
    margin: 0 0 10px 0;
}

.top_shipping_payment_return_item_section p:last-child {
    margin-bottom: 0;
}

.top_shipping_payment_return_item_subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 10px 0;
}

.top_shipping_payment_return_item_subtitle:first-child {
    margin-top: 0;
}

.top_shipping_payment_return_item_list {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    margin: 10px 0 0 0;
    padding-left: 18px;
    list-style: none;
}

.top_shipping_payment_return_item_list li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.top_shipping_payment_return_item_list li:not(:last-child) {
    margin-bottom: 0;
}

.top_shipping_payment_return_item_list li::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #333333;
    border-radius: 50%;
}

.top_shipping_payment_return_item_list_detail {
    display: block;
    margin-top: 0;
    padding-left: 0;
}

.top_shipping_payment_return_item_button_wrapper {
    padding-top: 20px;
}

.top_shipping_payment_return_item_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 40px;
    background-color: #ffffff;
    border: 1px solid #550022;
    color: #550022;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    box-sizing: border-box;
    transition: opacity 0.2s ease;
    border-radius: 5px;
}

.top_shipping_payment_return_item_button:hover {
    opacity: 0.8;
}

/* SP対応 */
@media screen and (max-width: 768px) {
    /* Hide background images on mobile */
    body.front_page::before {
        display: none;
    }

    .top_push_info_header.decorated_title {
        background-image: none;
        padding-left: 0;
        min-height: auto;
    }

    .top_new_item_inner,
    .top_info_banner_inner,
    .top_news_inner,
    .top_push_info_inner,
    .top_category_inner,
    .top_customer_works_inner,
    .top_ranking_inner,
    .top_faq_inner,
    .top_recently_viewed_inner,
    .top_shipping_payment_return_inner {
        padding: 0;
    }

    .top_new_item_header {
        margin-bottom: 32px;
    }

    .top_new_item_header_decoration {
        width: 24px;
        height: 45px;
    }

    .top_new_item_header_en {
        font-size: 14px;
        line-height: 24px;
    }

    .top_new_item_title {
        font-size: 24px;
    }

    .top_new_item_update_date {
        margin-top: 32px;
        font-size: 12px;
    }

    .top_new_item_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-height: 800px;
    }

    /* SPではPC用の非表示クラス（15個目以降）は表示 */
    .top_new_item_item--hidden-pc {
        display: grid;
    }

    /* SPではSP用の非表示クラス（6個目以降）は非表示のまま */
    .top_new_item_item--hidden-sp {
        display: none;
    }

    .top_new_item_slider {
        flex-direction: column;
        gap: 16px;
    }

    .top_new_item_slider_item {
        width: 100%;
        max-width: 390px;
    }

    .top_new_item_button {
        width: 100%;
        max-width: 335px;
    }

    .top_info_banner_slider .slick-prev {
        left: 3%;
        z-index: 10;
    }

    .top_info_banner_slider .slick-next {
        right: 3%;
    }

    .top_info_banner_slider .slick-prev:before,
    .top_info_banner_slider .slick-next:before {
        font-size: 30px;
    }

    .top_push_info_list {
        --top-push-info-gap: 16px;
    }

    .top_category_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .top_customer_works_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .top_customer_works_button {
        width: 100%;
        max-width: 335px;
    }

    .top_faq_button {
        width: 100%;
        max-width: 335px;
    }

    .top_recently_viewed_header {
        margin-bottom: 0;
    }

    .top_recently_viewed_header_en {
        font-size: 14px;
        line-height: 24px;
    }

    .top_recently_viewed_header_title {
        font-size: 24px;
    }

    .top_recently_viewed_header_decorated {
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .top_recently_viewed_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .top_recently_viewed_item {
        width: 100%;
        margin-bottom: 0;
    }

    .top_shipping_payment_return_inner {
        padding: 0 16px;
    }

    .top_shipping_payment_return_list {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .decorated_title {
        padding: 0 0;
        margin-bottom: 16px;
    }

    .decorated_title_decorations {
        padding: 0 0;
    }

    .decorated_title_decoration {
        width: 20%;
        height: 6px;
    }

    .decorated_title_decoration::before {
        top: 0.5px;
    }

    .decorated_title_decoration::after {
        bottom: 0.5px;
    }

    .decorated_title_text {
        font-size: 24px;
        white-space: normal;
    }

    .top_news_more_button {
        width: 100%;
        max-width: 335px;
    }

    .top_news_button {
        width: 100%;
        max-width: 335px;
    }

    .top_news_archive_link {
        margin-top: 24px;
        padding-top: 16px;
    }

    .top_news_archive_link a {
        font-size: 13px;
    }

    .top_category_section_title_wrapper {
        padding: 0 10%;
    }

    .top_category_section_title_decorations {
        padding: 0 0;
    }

    .top_category_section_title_decoration {
        width: 20%;
        height: 6px;
    }

    .top_category_section_title_decoration::before {
        top: 0.5px;
    }

    .top_category_section_title_decoration::after {
        bottom: 0.5px;
    }

    .top_category_section_title {
        font-size: 24px;
    }

    .top_category_classic_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .top_category_special_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .top_category_special_item {
        height: 60px;
    }

    .top_category_special_item a {
        font-size: 13px;
    }

    .top_category_special_image_wrapper {
        /* width: 60px; */
        /* height: 60px; */
        max-width: 40%;
    }
    .top_category_special_name {
        padding-left: 6px;
        font-size: 14px;
    }

    .top_ranking_header_title_wrapper {
        padding: 0 10%;
    }

    .top_ranking_header_title_decorations {
        padding: 0 0;
    }

    .top_ranking_header_title_decoration {
        width: 20%;
        height: 6px;
    }

    .top_ranking_header_title_decoration::before {
        top: 0.5px;
    }

    .top_ranking_header_title_decoration::after {
        bottom: 0.5px;
    }

    .top_ranking_header_title {
        font-size: 24px;
    }

    .top_ranking_list--top4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 16px;
    }

    .top_ranking_list--top10 {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .top_ranking_item {
        margin-bottom: 0;
    }

    .top_ranking_item--large {
        width: 100%;
    }

    .top_ranking_item--small {
        width: 100%;
    }
}

/* PCでは --hidden-sp クラスが付いていても表示 */
@media screen and (min-width: 769px) {
    .top_new_item_item--hidden-sp {
        display: grid;
    }
    .top_new_item_list::after {
        height: 100px;
    }
}

/* ========================================
   Announcement Banner Styles
   ======================================== */
.nt-announcement-banner {
    background-color: #dc3545;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.nt-announcement-banner__inner {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.nt-announcement-banner__content {
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    padding: 0 20px;
    width: 100%;
}

.nt-announcement-banner__inner.has-overflow .nt-announcement-banner__content {
    animation: scroll-left 10s linear infinite;
}

.nt-announcement-banner__inner.has-overflow .nt-announcement-banner__content:hover {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 767px) {
    .nt-announcement-banner {
        padding: 8px 0;
        font-size: 14px;
    }

    .nt-announcement-banner__content {
        padding: 0 15px;
    }
}

/* ========================================
   Custom Order Product Selection Page Styles
   ======================================== */
.custom_order_product_selection_page .ec-offCanvas {
    flex-grow: 1;
}
.custom_order_product_selection_page .ec-customOrderProductSelection {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Selected fabric information section */
.custom_order_product_selection_page .ec-customOrderProductSelection__fabricInfo,
.custom_order_page .ec-customOrderProductSelection__fabricInfo {
    background-color: #F3EAEC;
    border: 2px solid #897175;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.custom_order_product_selection_page .ec-customOrderProductSelection__fabricInfo h2,
.custom_order_page .ec-customOrderProductSelection__fabricInfo h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.custom_order_product_selection_page .ec-customOrderProductSelection__fabricDetails,
.custom_order_page .ec-customOrderProductSelection__fabricDetails {
    display: flex;
    align-items: center;
    gap: 15px;
}

.custom_order_product_selection_page .ec-customOrderProductSelection__fabricImage,
.custom_order_page .ec-customOrderProductSelection__fabricImage {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_order_product_selection_page .ec-customOrderProductSelection__fabricImage img,
.custom_order_page .ec-customOrderProductSelection__fabricImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom_order_product_selection_page .ec-customOrderProductSelection__fabricText,
.custom_order_page .ec-customOrderProductSelection__fabricText {
    flex: 1;
}

.custom_order_product_selection_page .ec-customOrderProductSelection__fabricText p,
.custom_order_page .ec-customOrderProductSelection__fabricText p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.custom_order_product_selection_page .ec-customOrderProductSelection__fabricText strong,
.custom_order_page .ec-customOrderProductSelection__fabricText strong {
    font-weight: bold;
    color: #333;
}

/* Product selection section */
.custom_order_product_selection_page .ec-customOrderProductSelection__products {
    margin-bottom: 30px;
    width: 100%;
}

.custom_order_product_selection_page .ec-customOrderProductSelection__products h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 50px;
    color: #333;
}

/* PostageSettleList page styles */
.system_content {
    padding: 0 0 100px;
}

.FS2_breadcrumbs {
    background: #f1eeef;
    padding: 10px 15px;
    margin: 0 0 20px;
    font-size: 14px;
    color: #333;
}

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

.FS2_breadcrumbs a:hover {
    text-decoration: underline;
}

.pageTitle {
    padding: 0 0 8px;
    margin: 0 0 25px;
    border-bottom: 2px solid #550022;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

/* FAQ page styles */
.nt-faq .nt-faq-pageTitle {
    padding: 0 0 8px;
    margin: 0 0 20px;
    line-height: 1.2;
    color: #666699;
    font-size: 28px;
}

.nt-faq .nt-faq-pageTitleJa {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #666699;
}

.nt-faq .nt-faq-pageTitleEn {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #666699;
    letter-spacing: 0.02em;
}

.nt-faq .nt-faq-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.nt-faq .nt-faq-nav li {
    position: relative;
    flex: 0 0 33.333%;
    padding: 4px 4px 4px 15px;
    margin: 0;
}

.nt-faq .nt-faq-nav li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid #bbbbbb;
    border-bottom: 2px solid #bbbbbb;
    transform: translateY(-50%) rotate(45deg);
}

.nt-faq .nt-faq-nav a {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.nt-faq .nt-faq-nav a:hover {
    text-decoration: underline;
}

.nt-faq .nt-faq-separator {
    margin: 7px 0;
    border: 0;
    border-top: 1px inset #808080;
}

.nt-faq .nt-faq-section-title {
    margin: 0;
    padding: 110px 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.nt-faq .nt-faq-section-title strong {
    font-weight: 700;
    color: #808000;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
    .nt-faq .nt-faq-nav li {
        flex-basis: 100%;
    }
}

.CrossHead {
    font-size: 20px;
    font-weight: 700;
    color: #550022;
    margin: 0 0 5px;
}

.PostageSettleList_wrap {
    margin-bottom: 50px;
}

.PostageSettleList_wrap:last-child {
    margin-bottom: 0;
}

.defList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.defList li {
    margin-bottom: 10px;
}

.text_em {
    font-weight: bold;
    color: #d5001f;
}

.userTable_02 {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.userTable_02 th {
    font-weight: 700;
    background: #f9f7ed;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 13px;
}

.userTable_02 td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 3px 5px;
}

.userTable_02 .w20per {
    width: 20%;
}

.userTable_02 .w25per {
    width: 25%;
}

.userTable_02 .w80per {
    width: 80%;
}

.userTable_02 .alnC {
    text-align: center;
}

.userTable_02 .mgb10 {
    margin-bottom: 10px;
}

.FS2_Config_Settle {
    margin-top: 30px;
}

.FS2_Config_Settle_about {
    margin-bottom: 20px;
}

.FS2_PostageSettleList_table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.FS2_PostageSettleList_table td {
    padding: 10px;
    vertical-align: top;
}

.FS2_PostageSettleList_td {
    padding: 10px;
}

.FS2_PostageSettleList_icons {
    margin-top: 10px;
}

.FS2_PostageSettleList_icons img {
    margin-right: 10px;
}

.Definition {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Privacy policy page styles */
.nt-privacypolicy .Definition {
    /* Match reference site heading underline style */
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    color: #333333;
    /* font-size: 13px; */
}

.nt-privacypolicy__description {
    margin-bottom: 20px;
    color: #333333;
    font-size: 13px;
}

.FS2_bottom_btn_center_1 {
    text-align: center;
    margin: 30px 0 0;
}

.nt-backButton {
    display: inline-block;
    padding: 15px 85px;
    background: #9a9a9a;
    /* border: 1px solid #d7d7d7; */
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

.nt-backButton:hover {
    cursor: pointer;
}

.FS2_Config_Settle_tax {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.FS2_Config_Settle_StandardSalesTax {
    font-weight: bold;
}

.FS2_Config_Settle_ReducedSalesTax {
    font-weight: bold;
    color: #d5001f;
}

.FS2_Config_DeliveryMethod {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.FS2_Config_DeliveryMethod table {
    border-collapse: collapse;
    margin: 20px 0;
}

.FS2_Config_DeliveryMethod table th {
    padding: 10px;
    background: #f9f7ed;
    border: 1px solid #ddd;
    text-align: left;
}

/* Business deal page styles */
.nt-businessdeal .pageTitle {
    margin-top: 0;
}

.nt-businessdeal__table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.nt-businessdeal__table th,
.nt-businessdeal__table td {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    padding: 13px;
    vertical-align: top;
}

.nt-businessdeal__table tbody tr:first-child th,
.nt-businessdeal__table tbody tr:first-child td {
    border-top: 1px solid #d7d7d7;
}

.nt-businessdeal__table th {
    width: 220px;
    background: #f9f7ed;
    font-weight: 700;
    color: #333;
    text-align: left;
}

.nt-businessdeal__subHead {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px dotted #ccc;
    color: #333;
}

.nt-businessdeal p {
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin: 0 0 18px;
}

@media screen and (max-width: 767px) {
    .nt-businessdeal__table th {
        width: 40%;
    }
}

/* Sitemap page styles */
.nt-sitemap__columns {
    display: flex;
    flex-direction: row;
    gap: 0;
}

.nt-sitemap__col {
    width: 50%;
}

.nt-sitemap .pageTitle {
    font-weight: 400;
    margin: 0 0 30px;
    padding: 0 0 5px;
}

.nt-sitemap .CrossHead {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
    padding: 0 0 3px 7px;
    border-left: 4px solid #550022;
}

.nt-sitemap .CrossHead a {
    color: inherit;
    text-decoration: none;
}

.nt-sitemap .CrossHead a:hover {
    text-decoration: underline;
}

.nt-sitemap__headLink {
    display: block;
}

.nt-sitemap__stmpsec {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.nt-sitemap__stmpsec a {
    display: inline-block;
    margin: 0 12px 10px 0;
    color: #000;
    text-decoration: none;
}

.nt-sitemap__stmpsec a:hover {
    text-decoration: underline;
}

.nt-sitemap__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.nt-sitemap__list a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 0;
}

.nt-sitemap__list a:hover {
    text-decoration: underline;
}

.nt-sitemap__section {
    margin: 0;
}

.nt-sitemap__section--full {
    grid-column: 1 / -1;
}

.nt-sitemap__section--category {
    margin-top: 40px;
}

.nt-guide .pankuzu {
    background: #f1eeef;
    padding: 10px 15px;
    margin: 0 0 20px;
    font-size: 14px;
    color: #333;
}

.nt-guide .pankuzu a {
    color: #333;
    text-decoration: none;
}

.nt-guide .pankuzu a:hover {
    text-decoration: underline;
}

.nt-guide h2 {
    font-size: 28px;
    font-weight: 400;
    color: #333;
    padding: 0 0 5px;
    margin: 0 0 10px;
    border-bottom: 2px dotted #550022;;
}

.nt-guide .flowWrap {
    margin-top: 30px;
}

.nt-guide .flowWrap dt {
    width: 120px;
    float: left;
    background: #550022;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.nt-guide .flowWrap dd {
    margin: 0 0 40px 140px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.nt-guide .flowTtl {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 0 20px;
    margin: 0;
    color: #333;
}

.nt-guide .comment {
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    color: #333;
}

.nt-guide .flowList1 {
    margin: 10px 0 0;
    padding: 20px 30px 0 45px;
    border: 2px solid #e5e5e5;
    list-style: none;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.nt-guide .flowList1 li {
    margin: 0 0 20px;
}

.nt-guide .flowList2 {
    margin: 10px 0 0;
    padding: 0 0 0 14px;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.nt-guide .flowList2 li {
    margin: 0 0 20px;
}

.nt-guide .flowList2 li span {
    display: block;
    margin: 15px 0 0;
}

.nt-guide .flowLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 43px;
    border: 2px solid #550022;
    padding: 0 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #550022;
    text-decoration: none;
}

.nt-guide .flowLink::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 0.5em;
}

.nt-guide .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.nt-sitemap__subSection {
    margin-top: 16px;
}

.nt-sitemap__subTitle {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #333;
}

.nt-sitemap__list li {
    margin: 0 0 8px;
}

.nt-sitemap__list--columns {
    columns: 2;
    column-gap: 24px;
}

.nt-sitemap__list--columns li {
    break-inside: avoid;
}

@media screen and (min-width: 768px) {
    .nt-sitemap__columns {
        gap: 0;
    }
}

@media screen and (max-width: 767px) {
    .nt-sitemap__columns {
        flex-direction: column;
        gap: 24px;
    }

    .nt-sitemap__col {
        width: 100%;
    }

    .nt-sitemap__list--columns {
        columns: 1;
    }
}

/* SP styles */
@media screen and (max-width: 767px) {
    .custom_order_product_selection_page .ec-customOrderProductSelection__fabricDetails,
    .custom_order_page .ec-customOrderProductSelection__fabricDetails {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom_order_product_selection_page .ec-customOrderProductSelection__fabricText,
    .custom_order_page .ec-customOrderProductSelection__fabricText {
        width: 100%;
    }

    .pageTitle {
        font-size: 24px;
    }

    .CrossHead {
        font-size: 18px;
    }

    .userTable_02 {
        font-size: 14px;
    }

    .userTable_02 th,
    .userTable_02 td {
        padding: 8px 5px;
    }
}

/* Product List Sort Container */
@media only screen and (min-width: 768px) {
    .ec-searchnavRole .ec-searchnavRole__actions {
        width: unset;
        flex: 1;
    }
    .ec-searchnavRole .ec-searchnavRole__counter {
        width: unset;
        display: flex;
        align-items: center;
    }
    .ec-searchnavRole .ec-searchnavRole__infos {
        gap: 2rem;
        justify-content: space-between;
        border-top: unset;
    }
    .ec-searchnavRole .ec-searchnavRole__infos:after {
        content: unset;
    }
}

@media screen and (max-width: 767px) {
    .ec-searchnavRole .ec-searchnavRole__infos {
        padding: 0;
    }
}

.product-sort-label-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
    padding: 0px;
    background: #f6f5f3;
    flex:1;
}
.product-sort-label-container span.product-sort-label {
    margin: 0px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: #f6f5f3;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
}
.product-sort-container {
    display: flex;
    align-items: center;
    border-radius: 4px;
    gap: 20px;
}

.product-sort-tabs {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    white-space: nowrap;
}

.product-sort-tab {
    text-decoration: none;
    font-size: 14px;
    /* padding: 5px 10px; */
    cursor: pointer;
    transition: color 0.2s;
    margin: 0px;
    padding: 0 21px 0 13px;
    display: inline;
    /* border-right: 1px dotted #c1c1c1; */
    color: #333;
}

.product-sort-tab:hover {
    color: #550022;
}

.product-sort-tab.active {
    color: #550022;
    font-weight: bold;
}

.product-sort-divider {
    color: #CCCCCC;
    font-size: 14px;
    padding: 0 5px;
    border-left: 1px dotted #CCCCCC;
    height: 16px;
    display: inline-block;
    margin: 0 2px;
}

.product-disp-number {
    margin-left: auto;
}

.product-disp-number select {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    color: #333;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    min-width: 75px;
}

.product-disp-number select:focus {
    outline: none;
    border-color: #550022;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ec-searchnavRole .ec-searchnavRole__infos {
        flex-direction: column;
        gap: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .product-sort-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .product-sort-tabs {
        flex: unset;
    }

    .product-sort-label-container span.product-sort-label {
        padding: 10px;
    }

    .product-sort-label-container {
        justify-content: space-between;
        padding: 10px 0 10px 10px;
    }

    .product-sort-tab {
        font-size: 12px;
        padding: 5px 8px;
    }

    .product-disp-number {
        margin-left: 0;
        width: 100%;
    }

    .product-disp-number select {
        width: 100%;
    }
}
.category-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-page-description {
    text-align: center;
    margin: 20px 0 40px;
    font-size: 16px;
    color: #550022;
}
.category-page-image img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

/* Product List */
.product-list-container {
    margin: 20px 0;
}

.product-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.product-list-item {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
}

.product-list-link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    /* display: block; */
    text-decoration: none;
    color: inherit;
    gap: 5px;
}

.product-list-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.product-list-image-wrapper .product_badges {
    position: absolute;
    z-index: 2;
}

.product-list-image-wrapper .product_new_badge,
.product-list-image-wrapper .product_sale_badge {
    position: static;
}

.product-list-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list-name {
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
    height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.product-list-price {
    color: var(--nt-color-text-light);
    text-align: right;
    font-family: var(--nt-font-family);
    font-size: 0;
    font-weight: var(--nt-font-weight-normal);
    line-height: var(--nt-line-height-tight);
    margin: 0;
}

.product-list-price-amount {
    font-size: var(--nt-font-size-lg);
}

.product-list-price-space {
    font-size: var(--nt-font-size-base);
}

.product-list-price-tax {
    font-size: var(--nt-font-size-xs);
}

/* Color chips */
.product-list-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 4px;
    width: 100%;
    max-height: 20px;
    overflow: hidden;
}

.product-list-color-chip {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.product-list-color-ball {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

.product-list-favorite {
    margin-top: 10px;
    text-align: center;
}

.product-favorite-form {
    margin: 0;
}

.product-favorite-btn {
    background-color: #8B6F47;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.product-favorite-btn:hover {
    background-color: #6B5435;
}

.product-favorite-btn--active {
    background-color: #999;
    cursor: not-allowed;
}

.product-favorite-btn--active:hover {
    background-color: #999;
}

.ec-pagerRole {
    margin: 80px 0;
}

/* Responsive styles for product list */
@media screen and (max-width: 768px) {
    .product-list-grid {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .product-list-grid .product-list-item {
        /* width: calc(50% - 10px); */
        width: 100%;
        gap: 5px;
        margin-bottom: 10px;
    }
    .ec-pagerRole {
        margin: 40px 0;
    }
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    color: #333;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}
.product_code_container {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.ec-productRole .ec-productRole__price {
    color: #999;
    padding: unset;
    border-bottom: unset;
    line-height: unset;
    font-size: unset;
    padding-bottom: 16px;
    border-bottom: 2px solid #502;
}
.ec-productRole .ec-productRole__priceRegular {
    color: #999;
}
.ec-productRole .ec-productRole__priceRegular .ec-productRole__priceRegularPrice {
    text-decoration: line-through;
}
.ec-price .ec-price__price {
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 16px;
}

/* Sale price color (red) when regular price is displayed */
.ec-price .ec-price__price.price02-sale {
    color: #cc0000;
    padding: unset;
    font-size: x-large;
}
.ec-price .ec-price__tax {
    font-size: 12px;
}
.ec-productRole .ec-productRole__profile {
margin-left: unset;
}

/* Product Tags in Detail Page */
.ec-productRole__tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 12px;
}

.ec-productRole__tags .product_new_badge,
.ec-productRole__tags .product_sale_badge {
    position: static;
}

/* Hide classcategory dropdowns - use radio buttons instead */
.product_page .ec-productRole__actions .ec-select {
    display: none;
}

/* Product class selection styles */
.product-class-row {
    transition: background-color 0.2s ease;
}

.product-class-row.out-of-stock-row td {
    color: #999;
}

.classcategory-radio {
    cursor: pointer;
    vertical-align: middle;
    margin-right: 8px;
    accent-color: #502;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
}

.restock-notification-table-stock-status {
    vertical-align: middle;
}

.stock-status-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
}
/* Restock Notification Button */
.nt-btn-notification {
    height: auto;
    min-height: 40px;
    padding: 8px 17px;
    font-size: 14px;
    font-weight: 400;
}

.nt-btn-notification--register,
.nt-btn-notification--delete {
    background-color: rgba(85, 0, 34, 0.30);
    color: #502;
    border-color: rgba(85, 0, 34, 0.30);
}

.nt-btn-notification--register:hover,
.nt-btn-notification--register:focus,
.nt-btn-notification--delete:hover,
.nt-btn-notification--delete:focus {
    background-color: rgba(85, 0, 34, 0.40);
    border-color: rgba(85, 0, 34, 0.40);
    color: #502;
}

.nt-btn-notification--register:active,
.nt-btn-notification--delete:active {
    background-color: rgba(85, 0, 34, 0.50);
    border-color: rgba(85, 0, 34, 0.50);
}

.nt-btn-notification--login {
    background-color: rgba(85, 0, 34, 0.30);
    color: #502;
    border-color: rgba(85, 0, 34, 0.30);
}

.nt-btn-notification--login:hover,
.nt-btn-notification--login:focus {
    background-color: rgba(85, 0, 34, 0.40);
    border-color: rgba(85, 0, 34, 0.40);
    color: #502;
}

.nt-btn-notification--login:active {
    background-color: rgba(85, 0, 34, 0.50);
    border-color: rgba(85, 0, 34, 0.50);
}

/* Backward compatibility */
.restock-notification-register-btn,
.restock-notification-delete-btn {
    border-radius: 5px;
    /* background: rgba(85, 0, 34, 0.30); */
    color: #502;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    /* padding: 8px 17px; */
}

/* Restock notification login links */
.restock-notification-login-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
}

.restock-notification-login-link {
    color: #502;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: opacity 0.2s ease;
}

.restock-notification-login-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* Restock notification link (for logged-in users) */
.restock-notification-link {
    color: #502;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: opacity 0.2s ease;
    display: inline-block;
}

.restock-notification-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.restock-notification-link:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive: reduce font size if needed */
@media (max-width: 767px) {
    .restock-notification-login-links {
        font-size: 12px;
    }

    .restock-notification-login-link {
        font-size: 12px;
    }

    .restock-notification-link {
        font-size: 12px;
    }
}

/* Restock Notification */
.restock-notification-table {
    width: 100%;
    margin-bottom: 16px;
    border-collapse: separate;
    border-spacing: 0;
}
.restock-notification-table th {
    background-color: #f7f5eb;
}
.restock-notification-table td.restock-notification-table-variation {
    background-color: #f7f5eb;
}
.restock-notification-table td.restock-notification-table-stock-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.restock-notification-table th, .restock-notification-table td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.restock-notification-table th:last-child,
.restock-notification-table td:last-child {
    border-right: 1px solid #ccc;
}
.restock-notification-table tr:last-child th,
.restock-notification-table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

/* Custom Order Option Table */
.custom-order-option-table {
    width: 100%;
    margin-bottom: 16px;
    border-collapse: collapse;
    border-spacing: 0;
}
.custom-order-option-table th {
    background-color: #f7f5eb;
}
.custom-order-option-table th.custom-order-option-table__label,
.custom-order-option-table td.custom-order-option-table__label {
    background-color: #f7f5eb;
}
.custom-order-option-table th, .custom-order-option-table td {
    border: 1px solid #ccc;
    padding: 10px;
    color: #333;
    font-family: "Noto Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.custom-order-option-table .form-check {
    display: flex;
    align-items: center;
}
.custom-order-option-row {
    transition: background-color 0.2s ease;
}
.custom-order-option-price {
    color: var(--nt-color-red);
    font-size: var(--nt-font-size-sm);
    margin-left: 4px;
    white-space: nowrap;
}
.custom_order_page .ec-productRole__btn {
    border-bottom: 2px solid #502;
    padding-bottom: 20px;
}
.ec-productRole__detail.mail-service-info {
    padding: 22px 14px 22px 18px;
}

/* Product detail image slider arrows */
.product-detail-slick-prev,
.product-detail-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00000040;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.product-detail-slick-prev:hover,
.product-detail-slick-next:hover {
    background-color: rgba(200, 200, 200, 0.8);
}

.product-detail-slick-prev {
    left: 10px;
}

.product-detail-slick-next {
    right: 10px;
}

.product-detail-slick-prev::before,
.product-detail-slick-next::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    display: block;
}

.product-detail-slick-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.product-detail-slick-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}

.product-detail-slick-prev .sr-only,
.product-detail-slick-next .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Product detail image slider - image positioning */
.item_visual .slide-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    position: relative;
}

.item_visual .slide-item img {
    object-fit: contain;
}

/* Vertical images: center alignment with square height */
.item_visual .slide-item.vertical-image {
    align-items: center !important;
    justify-content: center !important;
}

.item_visual .slide-item.vertical-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto;
}

/* Horizontal images: top alignment */
.item_visual .slide-item.horizontal-image {
    align-items: flex-start;
    justify-content: center;
}

.item_visual .slide-item.horizontal-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
}

/* Thumbnail images (item_nav) - same styling as main slider */
.item_nav .slideThumb {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
    position: relative;
}

.item_nav .slideThumb img {
    object-fit: contain;
}

/* Vertical thumbnail images: center alignment with square height */
.item_nav .slideThumb.vertical-image {
    align-items: center !important;
    justify-content: center !important;
}

.item_nav .slideThumb.vertical-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 auto;
}

/* Horizontal thumbnail images: top alignment */
.item_nav .slideThumb.horizontal-image {
    align-items: flex-start !important;
    justify-content: center !important;
}

.item_nav .slideThumb.horizontal-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: top !important;
}
.ec-sliderItemRole {
    padding-left: 0;
    padding-right: 0;
}
.gap-20 {
    gap: 20px;
}
.ec-sliderItemRole .item_nav {
    gap: 15px;
}
.ec-sliderItemRole .slideThumb {
    width: calc(25% - 11.25px);
    margin-bottom: 0px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.ec-sliderItemRole .slideThumb:hover,
.ec-sliderItemRole .slideThumb.active {
    opacity: 1;
}
.cut-fabric-info-notice {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-bottom: 16px;
}
.cut-fabric-info-notice-pattern2 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%; /* 27.2px */
    margin-bottom: 16px;
}
.cut-fabric-info-contact {
    margin-bottom: 30px;
}
.cut-fabric-info-contact a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-decoration: underline;
}
.cut-fabric-info-length {
    color: #FF0C0C;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 16px;
}
.cut-fabric-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cut-fabric-length-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cut-fabric-length-inputs > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cut-fabric-length-inputs input[type="number"],
.cut-fabric-length-inputs select {
    width: 70px !important;
    text-align: left;
    padding: 8px 10px;
    font-size: 14px;
    height: 40px;
    line-height: 22px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0;
}

.cut-fabric-length-inputs input[type="number"] {
    text-align: left;
}

.cut-fabric-length-inputs select {
    text-align: left;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 30px;
}

.cut-fabric-length-inputs span {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

#quantity-input-pattern2,
#quantity-input-pattern3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Button Base Component - Common button styles */
.nt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 16px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
    gap: 8px;
}

.nt-btn:focus,
.nt-btn.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.nt-btn:hover,
.nt-btn:focus {
    text-decoration: none;
    opacity: 0.9;
}

.nt-btn:active {
    outline: 0;
    background-image: none;
}

.nt-btn.disabled,
.nt-btn[disabled],
fieldset[disabled] .nt-btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
}

.nt-btn-icon {
    width: 24px !important;
    height: 24px;
    flex-shrink: 0;
    display: block;
    max-width: 24px;
}

.nt-btn-text {
    display: inline-block;
    line-height: 1;
}

/* Primary Button - Main action button (cart, submit, etc.) */
.nt-btn--primary {
    background-color: #502;
    color: #fff;
    border-color: #502;
}

.nt-btn--primary:hover,
.nt-btn--primary:focus {
    background-color: #502;
    border-color: #502;
    color: #fff;
}

.nt-btn--primary:active {
    background-color: #502;
    border-color: #502;
}

/* Modal Action Button - Apply same style as nt-btn--primary */
.ec-modal .ec-modal-wrap {
    border-radius: 10px;
}

.ec-modal .ec-inlineBtn--action {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 16px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
    gap: 8px;
    background-color: #502;
    color: #fff;
    border-color: #502;
    min-width: 40%;
}

.ec-modal .ec-inlineBtn--action:focus,
.ec-modal .ec-inlineBtn--action.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ec-modal .ec-inlineBtn--action:hover,
.ec-modal .ec-inlineBtn--action:focus {
    text-decoration: none;
    opacity: 0.9;
    background-color: #502;
    border-color: #502;
    color: #fff;
}

.ec-modal .ec-inlineBtn--action:active {
    outline: 0;
    background-image: none;
    background-color: #502;
    border-color: #502;
}

.ec-modal .ec-inlineBtn--action.disabled,
.ec-modal .ec-inlineBtn--action[disabled],
fieldset[disabled] .ec-modal .ec-inlineBtn--action {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
}

/* Modal Cancel Button - Apply same style as nt-btn-inquiry */
.ec-modal .ec-inlineBtn--cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 16px;
    border-radius: 5px;
    font-weight: unset;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
    gap: 8px;
    background-color: #f1eeef;
    color: #333;
}

.ec-modal .ec-inlineBtn--cancel:focus,
.ec-modal .ec-inlineBtn--cancel.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ec-modal .ec-inlineBtn--cancel:hover,
.ec-modal .ec-inlineBtn--cancel:focus {
    text-decoration: none;
    background-color: #e8e5e6;
    color: #333;
}

.ec-modal .ec-inlineBtn--cancel:active {
    outline: 0;
    background-image: none;
    background-color: #d0d0d0;
    color: #333;
}

.ec-modal .ec-inlineBtn--cancel.disabled,
.ec-modal .ec-inlineBtn--cancel[disabled],
fieldset[disabled] .ec-modal .ec-inlineBtn--cancel {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
}

/* Modal Button Layout - Horizontal alignment */
.ec-modal-box .ec-role {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .ec-modal-box .ec-role {
        gap: 16px;
    }
    #cart-modal .ec-modal-box .ec-role {
        flex-direction: column;
        align-items: center;
    }
    .ec-modal .ec-modal-wrap {
        padding-bottom: 16px;
    }
}

/* Pattern Order Button */
.nt-btn-pattern-order {
    background-color: #171055;
    color: #fff;
    border-color: #171055;
}

.nt-btn-pattern-order:hover,
.nt-btn-pattern-order:focus {
    background-color: #171055;
    border-color: #171055;
    color: #fff;
}

.nt-btn-pattern-order:active {
    background-color: #171055;
    border-color: #171055;
}

/* Sold Out Button */
.nt-btn-soldout {
    background-color: #b3a1a8;
    color: #fff;
    border-color: #b3a1a8;
}

.nt-btn-soldout:hover,
.nt-btn-soldout:focus {
    background-color: #b3a1a8;
    border-color: #b3a1a8;
    color: #fff;
}

.nt-btn-soldout:active {
    background-color: #b3a1a8;
    border-color: #b3a1a8;
}

/* Secondary Button - Cancel, back, inquiry buttons */
.nt-btn--secondary {
    background-color: #f1eeef;
    color: #333;
}

.nt-btn--secondary:hover,
.nt-btn--secondary:focus {
    background-color: #e8e5e6;
    color: #333;
}

.nt-btn--secondary:active {
    background-color: #d0d0d0;
    color: #333;
}

/* Override EC-CUBE default styles for secondary buttons */
.nt-btn--secondary.ec-blockBtn--cancel,
.ec-totalBox__btn .nt-btn--secondary.ec-blockBtn--cancel {
    color: #333 !important;
    background-color: #f1eeef !important;
    border-color: transparent !important;
}

.nt-btn--secondary.ec-blockBtn--cancel.white-btn{
    background-color: white !important;
}

.nt-btn--secondary.ec-blockBtn--cancel:hover,
.nt-btn--secondary.ec-blockBtn--cancel:focus,
.ec-totalBox__btn .nt-btn--secondary.ec-blockBtn--cancel:hover,
.ec-totalBox__btn .nt-btn--secondary.ec-blockBtn--cancel:focus {
    color: #333 !important;
    background-color: #e8e5e6 !important;
    border-color: transparent !important;
}

.nt-btn--secondary.ec-blockBtn--cancel:active,
.ec-totalBox__btn .nt-btn--secondary.ec-blockBtn--cancel:active {
    color: #333 !important;
    background-color: #d0d0d0 !important;
    border-color: transparent !important;
}

.ec-blockBtn--cancel:hover {
    border: unset;
}

/* Favorite Button */
.nt-btn-favorite {
    background-color: #fff;
    color: #502;
    border: 1px solid #502;
}

.nt-btn-favorite:hover,
.nt-btn-favorite:focus {
    background-color: #fff;
    border-color: #502;
    color: #502;
}

.nt-btn-favorite:active {
    background-color: #fff;
    border-color: #502;
}

.nt-btn-favorite.disabled,
.nt-btn-favorite[disabled] {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #999;
}

/* Favorite Button - Active State */
.nt-btn-favorite.is-active {
    background-color: #fff;
    border-color: #502;
    color: #502;
}

/* Button Container Spacing */
.ec-productRole {
    padding-left: 0;
    padding-right: 0;
}
.ec-productRole__btn {
    margin-bottom: 10px;
}

.ec-productRole__btn:last-child {
    margin-bottom: 0;
}
.ec-productRole .ec-productRole__btn {
    width: unset;
}
.ec-productRole .ec-productRole__btn {
    margin-bottom: 24px;
}
.discontinued-label {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.ec-productRole .ec-productRole__btn.favorite-button-container {
    padding-bottom: 32px;
    border-bottom: 2px solid #502;
    margin-bottom: unset;
}

/* Cart button in product detail page - full width */
.ec-productRole__btn .nt-btn {
    width: 100%;
}

/* Social Share Buttons */
.nt-share-buttons {
    margin-top: 0;
    padding-top: 24px;
    display: flex;
    gap: var(--nt-spacing-lg);
}

.nt-share-buttons__title {
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    white-space: nowrap;
    align-self: center;
}

.nt-share-buttons__list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--nt-spacing-md);
}

.nt-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding: 0;
    text-decoration: none;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.nt-share-btn__icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: block;
}

.nt-share-btn:hover {
    opacity: 0.8;
    transform: scale(1.1);
    text-decoration: none;
}

.nt-share-btn:focus {
    outline: 2px solid var(--nt-color-primary);
    outline-offset: 2px;
}

@media screen and (max-width: 767px) {
    .nt-share-buttons__list {
        flex-direction: row;
    }
}
.ec-productRole .ec-productRole__description {
    margin-top: 7px;
    margin-bottom: 55px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}
.ec-productRole__detail {
    border-radius: 5px;
    background: rgba(238, 238, 238, 0.31);
    position: relative;
    padding: 46px 14px 22px 18px;
}
.ec-productRole__detail .ec-productRole__detailTitle {
    border-radius: 15px;
    background: #D9D9D9;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 16px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}
.ec-productRole__detail .ec-productRole__detailTable {
    width: 100%;
}
.ec-productRole__detail .ec-productRole__detailTableRow {
    width: 100%;
    display: flex;
    border-bottom: 2px dotted #CCC;
    padding: 8px 0;
    flex-wrap: wrap;
}
.ec-productRole__detail .ec-productRole__detailTableRow:last-child {
    border-bottom: none;
}
.ec-productRole__detail .ec-productRole__detailTableLabel {
    width: 30%;
    color: rgba(102, 102, 102, 0.60);
    font-size: 14px;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}
.ec-productRole__detail .ec-productRole__detailTableValue {
    width: 70%;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}
.ec-productRole__detail .ec-productRole__detailTableValue.fabric-thickness-icon-container {
    width: 100%;
}
.ec-productRole__detail .ec-productRole__detailTableValue.mail-service-icon-container {
    width: 100%;
}

/* Template Pattern 1 Information Sections */
.nt-template-pattern-info {
    margin-top: 40px;
}

.nt-info-section {
    margin-bottom: 10px;
}

.nt-info-section:last-child {
    margin-bottom: 0;
}

.nt-info-section-header {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    position: relative;
}

img.nt-info-icon {
    width: 17px;
    height: 16px;
    flex-shrink: 0;
    display: block;
}

.nt-info-title {
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    color: #502;
    margin: 0;
    display: flex;
    align-items: center;
    height: 20px;
}

.nt-info-content {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}

.nt-info-content p {
    margin: 0;
    white-space: pre-wrap;
}

.ec-productRole .ec-productRole__actions.add-cart-form {
    padding-top: 0px;
}
.ec-productRole #form1 {
    padding-top: 14px;
}
.ec-productRole {
    margin-bottom: 50px;
}
.fabric-thickness-icon {
    padding: 10px;
}
.mail-service-comment {
    padding: 0 10px;
}

.ec-orderRole .ec-orderRole__detail {
    margin-bottom: 50px;
}

.news_detail_related_categories {
    margin-bottom: 40px;
}
.news_detail_prev_next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}
.news_detail_prev_next .news_detail_prev,
.news_detail_prev_next .news_detail_next {
    max-width: 50%;
    overflow: hidden;
}
.news_detail_prev_next .news_detail_prev a,
.news_detail_prev_next .news_detail_next a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.news_detail_prev_next .news_detail_prev a .news_detail_prev_arrow {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 10px;
    flex-shrink: 0;
}
.news_detail_prev_next .news_detail_next a .news_detail_next_arrow {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px;
    flex-shrink: 0;
}
.news_detail_prev_next .news_detail_title_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

/* Product Inquiry Info in Contact Form */
.product-inquiry-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-radius: 4px;
}

.product-inquiry-info .product-image {
    flex-shrink: 0;
}

.product-inquiry-info .product-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.product-inquiry-info .product-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

@media screen and (max-width: 767px) {
    .product-inquiry-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .product-inquiry-info .product-image img {
        width: 80px;
        height: 80px;
    }
    .ec-sliderItemRole .item_nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .ec-sliderItemRole .slideThumb {
        width: calc(20% - 12px);
    }
}

.contact-form {
    margin-bottom: 50px;
}

/* Common section title style */
.nt-section-title {
    border-bottom: 2px dashed #550022;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    color: #333;
}

.nt-section-title span {
    color: #ad9947;
    margin-left: 30px;
    font-size: 16px;
}

/* Backward compatibility: .contact-form h2 inherits from .nt-section-title */
.contact-form h2 {
    border-bottom: 2px dashed #550022;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    color: #333;
}

.contact-form h2 span {
    color: #ad9947;
    margin-left: 30px;
    font-size: 16px;
}

/* Corporate Content */
.corporate-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}

.corporate-content table th,
.corporate-content table td {
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    vertical-align: top;
}

.corporate-content table th {
    width: 15%;
    background-color: #f9f7ed;
    text-align: left;
}

.corporate-content table td {
    background-color: var(--nt-color-white);
}

/* Corporate Stores Section */
.corporate-stores {
    margin-top: 30px;
}

.corporate-stores__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.corporate-stores__item_container {
    flex: 1;
    min-width: 300px;
}

.corporate-stores__item {
    flex: 1;
    min-width: 300px;
    background-color: var(--nt-color-white);
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.corporate-stores__title {
    font-size: 18px;
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.corporate-stores__info {
    margin: 0;
}

.corporate-stores__info dt {
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin-top: 12px;
    margin-bottom: 5px;
}

.corporate-stores__info dt:first-child {
    margin-top: 0;
}

.corporate-stores__info dd {
    margin: 0 0 0 0;
    padding: 0;
    color: var(--nt-color-text);
    line-height: 1.6;
}

.corporate-stores__info dd a {
    color: var(--nt-color-text);
    text-decoration: underline;
}

.corporate-stores__info dd a:hover {
    opacity: 0.7;
}

.corporate-stores__map {
    width: 100%;
}

.corporate-stores__map iframe {
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
}

/* SP: Stack vertically */
@media screen and (max-width: 767px) {
    .corporate-stores__list {
        flex-direction: column;
        gap: 20px;
    }

    .corporate-stores__item {
        min-width: 100%;
    }
}

/* Store Page Styles */
.storeWrap {
    margin-bottom: 60px;
}

.storeWrap:last-child {
    margin-bottom: 0;
}

.storeTtl {
    font-size: 24px;
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--nt-color-primary);
}

.storeMv {
    margin-bottom: 30px;
}

.storeMv img {
    width: 100%;
    height: auto;
    display: block;
}

.storeLead {
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
    margin-bottom: 40px;
}

.floorNav {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--nt-border-color-light);
}

.floorNav.bdr0 {
    border-bottom: none;
    padding-bottom: 0;
}

.floorNav dt {
    flex: 0 0 300px;
}

.floorNav dt img {
    width: 100%;
    height: auto;
    display: block;
}

.floorNav dd {
    flex: 1;
    margin: 0;
}

.floorNav dd h4 {
    font-size: 20px;
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin-bottom: 15px;
}

.floorNav dd p {
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
    margin: 0;
}

.storeInfo {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--nt-border-color-light);
    gap: 30px;
}

.storeInfo__container {
    display: flex;
    gap: 30px;
    flex: 1;
}

.storeInfo__table {
    width: 100%;
    flex: 1;
    max-width: 500px;
    border-collapse: collapse;
    border: 1px solid var(--nt-border-color-light);
}

.storeInfo__table th {
    background-color: #f9f7ed;
    padding: 12px 15px;
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    font-size: var(--nt-font-size-base);
    text-align: left;
    vertical-align: top;
    width: 120px;
    border-right: 1px solid var(--nt-border-color-light);
}

.storeInfo__table td {
    background-color: var(--nt-color-white);
    padding: 12px 15px;
    color: var(--nt-color-text);
    line-height: 1.6;
    vertical-align: top;
}

.storeInfo__table tr {
    border-bottom: 1px solid var(--nt-border-color-light);
}

.storeInfo__table tr:last-child {
    border-bottom: none;
}

.storeInfo__button {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnStoreInquery {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--nt-color-primary);
    color: var(--nt-color-white);
    text-decoration: none;
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    border-radius: var(--nt-border-radius-md);
    transition: opacity 0.3s;
    white-space: nowrap;
    text-align: center;
}

.btnStoreInquery:hover {
    opacity: 0.8;
    color: var(--nt-color-white);
    text-decoration: none;
}

.accessArea {
    margin-top: 30px;
}

.accessArea h4 {
    font-size: 18px;
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin-bottom: 20px;
}

.accessArea h5 {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin-bottom: 10px;
    margin-top: 20px;
}

.accessArea h5:first-child {
    margin-top: 0;
}

.accessArea p {
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
}

.accessArea a {
    color: var(--nt-color-primary);
    text-decoration: underline;
}

.accessArea a:hover {
    opacity: 0.7;
}

.storeGallery {
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.storeGallery img {
    width: 100%;
    height: auto;
    display: block;
}

.onlineWrap {
    margin-top: 40px;
}

.onlineStore {
    margin-bottom: 40px;
}

.onlineStore h3 {
    font-size: 20px;
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin-bottom: 20px;
}

.imgOnline {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--nt-border-color-light);
    padding: 20px;
}

.imgOnline img {
    width: 100px;
    height: auto;
    display: block;
}

.onlineLink {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--nt-color-secondary);
    color: var(--nt-color-white);
    text-decoration: none;
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    border-radius: var(--nt-border-radius-md);
    margin-right: 15px;
    transition: opacity 0.3s;
}

.onlineLink:hover {
    opacity: 0.8;
    color: var(--nt-color-white);
    text-decoration: none;
}

/* Utility Classes */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.mgt20 {
    margin-top: 20px;
}

.mgt40 {
    margin-top: 40px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb10 {
    margin-bottom: 10px;
}

.btnStore {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* Staff Page Styles */
.staff-content {
    margin-top: 30px;
}

.staff-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.staff-list li {
    margin: 0;
    padding: 0;
}

.staff-list figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 171px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--nt-color-bg-light);
}

.staff-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.staff-list figcaption {
    display: none;
}

/* SP: Responsive Styles */
@media screen and (max-width: 767px) {
    .storeTtl {
        font-size: 20px;
    }

    .floorNav {
        flex-direction: column;
        gap: 20px;
    }

    .floorNav dt {
        flex: 1 1 100%;
    }

    .storeGallery {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .storeInfo {
        flex-direction: column;
        gap: 20px;
    }

    .storeInfo__button {
        width: 100%;
    }

    .btnStoreInquery {
        display: block;
        width: 100%;
        text-align: center;
    }

    .onlineLink {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .staff-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .staff-list figure {
        height: auto;
        aspect-ratio: 184 / 140;
    }

    .storeInfo__container {
        flex-direction: column;
    }
    .storeInfo__table {
        max-width: 100%;
    }
}

/* Contact Form Notice */
.contact-form-notice {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.contact-form-notice-item {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    padding-left: 0;
}

/* Contact Form Content - Use common components */
.contact-form-content {
    margin-top: 20px;
}

.contact-form-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid var(--nt-border-color-light);
}

.contact-form-content table tr {
    border-bottom: 1px solid var(--nt-border-color-light);
}

.contact-form-content table tr:last-child {
    border-bottom: none;
}

.contact-form-content table th {
    width: 300px;
    padding: 15px 20px;
    background-color: var(--nt-color-bg-light);
    font-weight: var(--nt-font-weight-bold);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    vertical-align: top;
    text-align: left;
    border-right: 1px solid var(--nt-border-color-light);
}

.contact-form-content table td {
    padding: 15px 20px;
    background-color: var(--nt-color-white);
    vertical-align: top;
}

#contact_inquiry_type {
    display: flex;
    flex-wrap: wrap;
}

/* Label Styles - Use common components */
.contact-form-content .ec-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: var(--nt-font-weight-bold);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    margin: 0;
    width: 100%;
}

.contact-form-content .ec-label.required {
    font-weight: var(--nt-font-weight-bold);
}

/* Required/Optional Labels */
.contact-form-content .ec-required {
    display: inline-block;
    margin-left: 0;
    padding: 2px 8px;
    background-color: var(--nt-color-red-light);
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    border-radius: var(--nt-border-radius-lg);
    vertical-align: middle;
}

.contact-form-content .ec-optional {
    display: inline-block;
    margin-left: 0;
    padding: 2px 8px;
    background-color: var(--nt-color-gray-light);
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    border-radius: var(--nt-border-radius-lg);
    vertical-align: middle;
}

/* Radio Buttons - Use common components */
.contact-form-content .ec-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form-content .ec-radio label {
    display: inline-flex;
    align-items: center;
    font-weight: var(--nt-font-weight-normal);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    cursor: pointer;
    padding: 5px 0;
    white-space: nowrap;
}

.contact-form-content .ec-radio label input[type="radio"] {
    margin-right: 8px;
    margin-bottom: 0;
    cursor: pointer;
    accent-color: var(--nt-color-primary);
    flex-shrink: 0;
}

.contact-form-content .ec-radio label span {
    display: inline;
}

/* Select Dropdown - Use common components */
.contact-form-content .ec-select {
    width: 100%;
    max-width: 400px;
    padding: 10px 12px;
    font-size: var(--nt-font-size-base);
    border: 1px solid var(--nt-border-color);
    border-radius: var(--nt-border-radius-sm);
    background-color: var(--nt-color-white);
    color: var(--nt-color-text);
}

.contact-form-content .ec-select:focus {
    outline: none;
    border-color: var(--nt-color-primary);
}

/* Input Fields - Use common components */
.contact-form-content .ec-input {
    margin-bottom: 0;
}

.contact-form-content .ec-input input[type="text"],
.contact-form-content .ec-input input[type="email"],
.contact-form-content .ec-input input[type="tel"],
.contact-form-content .ec-input textarea {
    width: 100%;
    max-width: 400px;
    padding: 8px 5px;
    border: 1px solid var(--nt-border-color);
    font-size: var(--nt-font-size-base);
    background-color: var(--nt-color-white);
    color: var(--nt-color-text);
    box-sizing: border-box;
}

.contact-form-content .ec-input input[type="text"]:focus,
.contact-form-content .ec-input input[type="email"]:focus,
.contact-form-content .ec-input input[type="tel"]:focus,
.contact-form-content .ec-input textarea:focus {
    outline: none;
    border-color: var(--nt-color-primary);
}

.contact-form-content .ec-input textarea {
    min-height: 120px;
    resize: vertical;
}

/* Contents Input Group */
.contents-input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contents-input-group textarea {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    resize: vertical;
    line-height: 1.5;
}

.contents-input-group textarea:focus {
    outline: none;
    border-color: #550022;
}

/* Name Fields (Side by Side) */
.name-input-group {
    display: flex;
    gap: 20px;
    align-items: center;
}

.name-input-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.name-input-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    gap: 10px;
}

.form-input-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    max-width: 400px;
}

.number-input-field-wrapper {
    max-width: 200px;
}

.postal-code-field-wrapper {
    max-width: 100px;
}

.address-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inquiry-type-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inquiry-detail-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.inquiry-detail-wrapper select,
.contact-form-content .inquiry-detail-wrapper select {
    width: auto !important;
    max-width: none !important;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.inquiry-detail-wrapper select:focus,
.contact-form-content .inquiry-detail-wrapper select:focus {
    outline: none;
    border-color: #550022;
}

.inquiry-detail-wrapper select.error,
.contact-form-content .inquiry-detail-wrapper select.error {
    border-color: #ff6060 !important;
    background: #fff0f0 !important;
}

.name-label {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}

.name-input-item input[type="text"] {
    flex: 1;
    width: 100%;
    max-width: 200px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.name-input-item input[type="text"]:focus {
    outline: none;
    border-color: #550022;
}

.contact-form-content table td .ec-input {
    display: inline-block;
    width: calc(50% - 5px);
    max-width: 195px;
    margin-right: 10px;
}

.contact-form-content table td .ec-input:last-child {
    margin-right: 0;
}

/* Form Input Group (for email, phone, etc.) */
.form-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-input-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-input-field {
    flex: 1;
    max-width: 600px;
}

.form-input-field input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.form-input-field input:focus {
    outline: none;
    border-color: #550022;
}

.contact-form-note {
    color: #715e5e;
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Address Input Group */
.address-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.postal-code-field {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
    max-width: 400px;
}

.postal-mark {
    font-size: 14px;
    color: #333;
    flex-shrink: 0;
}

.postal-code-field input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.postal-code-field input:focus {
    outline: none;
    border-color: #550022;
}

.address-auto-note {
    margin-top: 0 !important;
}

.address-field select {
    width: auto;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.address-field select:focus {
    outline: none;
    border-color: #550022;
}

/* Postal Code with 〒 (legacy) */
.contact-form-content .ec-input > span {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #333;
}

/* Help Text - Use common components */
.contact-form-content .ec-errorMessage {
    color: var(--nt-color-red);
    line-height: 1.1;
}

/* Form Errors - Use common components */
.contact-form-content .ec-errorMessage.error,
.contact-form-content .ec-select.error {
    border-color: var(--nt-color-red);
}

.contact-form-content .ec-select.error + .ec-errorMessage,
.contact-form-content .ec-input.error input + .ec-errorMessage {
    color: var(--nt-color-red);
}

/* Error state for form inputs - Use common components */
.contact-form-content input.error,
.contact-form-content input[type="text"].error,
.contact-form-content input[type="email"].error,
.contact-form-content input[type="tel"].error,
.contact-form-content select.error,
.contact-form-content textarea.error {
    border-color: var(--nt-color-red-light);
    background: #fff0f0;
}

/* Error state for inputs within error containers - Use common components */
.contact-form-content .ec-input.error input[type="text"],
.contact-form-content .ec-input.error input[type="email"],
.contact-form-content .ec-input.error input[type="tel"],
.contact-form-content .ec-select.error select,
.contact-form-content .ec-input.error textarea {
    border-color: var(--nt-color-red-light);
    background: #fff0f0;
}

/* Error state for custom form elements */
.name-input-item input.error,
.form-input-field input.error,
.postal-code-field input.error,
.address-field select.error,
.contents-input-group textarea.error {
    border-color: #ff6060 !important;
    background: #fff0f0 !important;
}

/* Privacy Policy Section */
.contact-form-content h3.mgb5 {
    font-size: 20px;
    font-weight: normal;
    color: #550022;
    margin: 30px 0 10px;
}
.inquiry_privacy_cap {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.inquiry_privacy_sec {
    margin: 30px 0;
}

.inquiry_privacy_tit {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.inquiry_privacy_box {
    margin-bottom: 15px;
    height: 242px;
    border: 1px solid #d7d7d7;
    overflow: auto;
    padding: 15px 20px;
}

.inquiry_privacy_cont {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.inquiry_privacy_cont h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 10px;
}

.inquiry_privacy_cont h5.mgb0 {
    margin-bottom: 0;
}

.inquiry_privacy_cont h5:first-child {
    margin-top: 0;
}

.inquiry_privacy_cont ul {
    margin: 10px 0;
    padding-left: 20px;
}

.inquiry_privacy_cont ul li {
    margin-bottom: 8px;
    line-height: 1.8;
}

.inquiry_privacy_cont p {
    margin: 10px 0;
    line-height: 1.8;
}

.inquiry_privacy_cont a {
    color: #550022;
    text-decoration: underline;
}

.inquiry_privacy_cont a:hover {
    opacity: 0.7;
}

.note01.capList {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
}

.note01.capList li {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

/* Submit Button */
.contact-form-content .ec-RegisterRole__actions {
    margin-top: 40px;
    text-align: center;
}

.ec-registerRole__actions .ec-checkbox {
    display: flex;
    justify-content: center;
}

.ec-registerRole {
    margin-bottom: 50px;
}

.contact-form-content .contact-form-submit-button {
    background-color: var(--nt-color-primary);
    color: var(--nt-color-white);
    border: 1px solid var(--nt-color-primary);
    padding: 15px 60px;
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-width: 330px;
}

.contact-form-content .contact-form-submit-button:hover {
    opacity: 0.7;
}

/* Contact Form Buttons (Confirm Page) - Use common components */
.contact-form-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.contact-form-back-button {
    background-color: var(--nt-color-gray);
    color: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray);
    padding: 15px 60px;
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-width: 200px;
}

.contact-form-back-button:hover {
    opacity: 0.7;
}

.contact-form-buttons .contact-form-submit-button {
    background-color: var(--nt-color-primary);
    color: var(--nt-color-white);
    border: 1px solid var(--nt-color-primary);
    padding: 15px 60px;
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-width: 330px;
}

.contact-form-buttons .contact-form-submit-button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .contact-form h2 {
        padding-bottom: 15px;
    }
}

/* Entry Form (Registration Form) Styles */
.entry-form {
    margin-bottom: 50px;
}

.entry-form-content {
    margin-top: 20px;
}

.entry-form-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px solid var(--nt-border-color-light);
}

.entry-form-content table tr {
    border-bottom: 1px solid var(--nt-border-color-light);
}

.entry-form-content table tr:last-child {
    border-bottom: none;
}

.entry-form-content table th {
    width: 300px;
    padding: 15px 20px;
    background-color: var(--nt-color-bg-light);
    font-weight: var(--nt-font-weight-bold);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    vertical-align: top;
    text-align: left;
    border-right: 1px solid var(--nt-border-color-light);
}

.entry-form-content table td {
    padding: 15px 20px;
    background-color: var(--nt-color-white);
    /* vertical-align: top; */
}

/* Label Styles - Use common components */
.entry-form-content .ec-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: var(--nt-font-weight-bold);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    margin: 0;
    width: 100%;
}

.entry-form-content .ec-label.required {
    font-weight: var(--nt-font-weight-bold);
}

/* Required/Optional Labels - Use common components */
.entry-form-content .ec-required {
    display: inline-block;
    margin-left: 0;
    padding: 2px 8px;
    background-color: var(--nt-color-red-light);
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    border-radius: var(--nt-border-radius-lg);
    vertical-align: middle;
}

.entry-form-content .ec-optional {
    display: inline-block;
    margin-left: 0;
    padding: 2px 8px;
    background-color: var(--nt-color-gray-light);
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    border-radius: var(--nt-border-radius-lg);
    vertical-align: middle;
}

/* Radio Buttons - Use common components */
.entry-form-content .ec-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.entry-form-content .ec-radio label {
    display: inline-flex;
    align-items: center;
    font-weight: var(--nt-font-weight-normal);
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    cursor: pointer;
    padding: 5px 0;
    white-space: nowrap;
}

.entry-form-content .ec-radio label input[type="radio"] {
    margin-right: 8px;
    margin-bottom: 0;
    cursor: pointer;
    accent-color: var(--nt-color-primary);
    flex-shrink: 0;
}

.entry-form-content .ec-radio label span {
    display: inline;
}

/* Select Dropdown - Use common components */
.entry-form-content .ec-select {
    margin-bottom: 0;
}

.entry-form-content .ec-select:focus {
    outline: none;
    border-color: var(--nt-color-primary);
}

/* Input Fields - Use common components */
.entry-form-content .ec-input {
    margin-bottom: 0;
}

.entry-form-content .ec-input input[type="text"],
.entry-form-content .ec-input input[type="email"],
.entry-form-content .ec-input input[type="tel"],
.entry-form-content .ec-input input[type="password"],
.entry-form-content .ec-input textarea {
    width: 100%;
    max-width: 400px;
    padding: 8px 5px;
    border: 1px solid var(--nt-border-color);
    font-size: var(--nt-font-size-base);
    background-color: var(--nt-color-white);
    color: var(--nt-color-text);
    box-sizing: border-box;
}

.entry-form-content .ec-input input[type="text"]:focus,
.entry-form-content .ec-input input[type="email"]:focus,
.entry-form-content .ec-input input[type="tel"]:focus,
.entry-form-content .ec-input input[type="password"]:focus,
.entry-form-content .ec-input textarea:focus {
    outline: none;
    border-color: var(--nt-color-primary);
}

/* Name Input Group */
.entry-form-content .name-input-group {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.entry-form-content .name-input-item {
    display: flex;
    gap: 5px;
    flex: 1;
    max-width: 200px;
}

.entry-form-content .name-label {
    font-size: 13px;
    color: #333;
    font-weight: 400;
}

.entry-form-content .name-input-field-wrapper {
    width: 100%;
}

.entry-form-content .name-input-field-wrapper input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
}

.entry-form-content .name-input-field-wrapper input:focus {
    outline: none;
    border-color: #550022;
}

/* Form Input Group */
.entry-form-content .form-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.entry-form-content .form-input-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.entry-form-content .form-input-field-wrapper {
    flex: 1;
}

.entry-form-content .form-input-field {
    width: 100%;
}

.entry-form-content .form-input-field input,
.entry-form-content .form-input-field textarea {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
}

.entry-form-content .form-input-field input:focus,
.entry-form-content .form-input-field textarea:focus {
    outline: none;
    border-color: #550022;
}

.entry-form-content .nt-form-note,
.entry-form-content .contact-form-note,
.entry-form-content .nt-form-note {
    color: #715e5e;
    font-size: 13px;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Address Input Group */
.entry-form-content .address-input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.entry-form-content .postal-code-field {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
    max-width: 400px;
}

.entry-form-content .postal-mark {
    font-size: 14px;
    color: #333;
    flex-shrink: 0;
}

.entry-form-content .postal-code-field input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.entry-form-content .postal-code-field input:focus {
    outline: none;
    border-color: #550022;
}

.entry-form-content .address-auto-note {
    margin-top: 0 !important;
}

.entry-form-content .address-field-wrapper {
    width: 100%;
    max-width: 400px;
}

.entry-form-content .address-field select {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.entry-form-content .address-field select:focus {
    outline: none;
    border-color: #550022;
}

/* Number Input Field Wrapper */
.entry-form-content .number-input-field-wrapper {
    max-width: 400px;
}

/* Birth Date */
.entry-form-content .ec-birth {
    display: flex;
    align-items: center;
    gap: 5px;
}

.entry-form-content .ec-birth select {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.entry-form-content .ec-birth select:focus {
    outline: none;
    border-color: #550022;
}

/* Checkbox */
.entry-form-content .ec-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.entry-form-content .ec-checkbox label {
    /* display: flex; */
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.entry-form-content .ec-checkbox label input[type="checkbox"] {
    margin: 0;
    cursor: pointer;
    accent-color: #550022;
}

/* Error Messages - Use common components */
.entry-form-content .ec-errorMessage {
    margin-top: 5px;
    font-size: var(--nt-font-size-sm);
    color: var(--nt-color-red);
    line-height: 1.1;
}

/* Form Errors - Use common components */
.entry-form-content .ec-errorMessage.error,
.entry-form-content .ec-select.error {
    border-color: var(--nt-color-red);
}

.entry-form-content .ec-select.error + .ec-errorMessage,
.entry-form-content .ec-input.error input + .ec-errorMessage {
    color: var(--nt-color-red);
}

/* Error state for form inputs - Use common components */
.entry-form-content input.error,
.entry-form-content input[type="text"].error,
.entry-form-content input[type="email"].error,
.entry-form-content input[type="tel"].error,
.entry-form-content input[type="password"].error,
.entry-form-content select.error,
.entry-form-content textarea.error {
    border-color: var(--nt-color-red-light);
    background: #fff0f0;
}

/* Register Role Actions */
.entry-form-content .ec-registerRole__actions {
    text-align: center;
    margin: 30px 0;
}

.entry-form-content .ec-registerRole__actions .ec-checkbox {
    justify-content: center;
}

/* Entry Form Buttons */
.entry-form-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.entry-form-back-button {
    background-color: var(--nt-color-gray);
    color: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray);
    padding: 15px 60px;
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-width: 200px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.entry-form-back-button:hover {
    opacity: 0.7;
}

.entry-form-buttons .entry-form-submit-button {
    background-color: var(--nt-color-primary);
    color: var(--nt-color-white);
    border: 1px solid var(--nt-color-primary);
    padding: 15px 60px;
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-width: 330px;
}

.entry-form-buttons .entry-form-submit-button:hover {
    opacity: 0.7;
}

/* Password Requirements */
.entry-form-content .password-requirements {
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
}

.entry-form-content .password-requirement {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.entry-form-content .password-requirement:last-child {
    margin-bottom: 0;
}

.entry-form-content .requirement-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.entry-form-content .requirement-icon.invalid {
    background-color: #dc3545;
    color: white;
}

.entry-form-content .requirement-icon.valid {
    background-color: #28a745;
    color: white;
}

.entry-form-content .requirement-icon.invalid::before {
    content: '×';
}

.entry-form-content .requirement-icon.valid::before {
    content: '✓';
}

.entry-form-content .password-status {
    margin-top: 10px;
    padding: 8px;
    border-radius: 4px;
    font-weight: bold;
}

.entry-form-content .password-status.valid {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.entry-form-content .password-status.invalid {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

/* Confirm Page Content Styles */
.confirm-contents {
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.6;
}

.contact-form-content .product-inquiry-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-form-content .product-inquiry-info .product-image {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}

.contact-form-content .product-inquiry-info .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form-content .product-inquiry-info .product-details {
    flex: 1;
}

.contact-form-content .product-inquiry-info .product-name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    margin-bottom: 8px;
}

.contact-form-content .product-inquiry-info .product-code {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Complete Page Styles */
.contact-complete-content {
    padding: 40px 0;
}

.complete-message {
    text-align: center;
    margin-bottom: 50px;
}

.complete-message h3 {
    font-size: 24px;
    font-weight: 700;
    color: #550022;
    margin-bottom: 30px;
    line-height: 1.5;
}

.complete-message p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

.complete-message p:last-child {
    margin-bottom: 0;
}

.contact-complete-buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.contact-complete-buttons .contact-form-submit-button,
.contact-complete-buttons .nt-btn-submit {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color: var(--nt-color-primary);
    color: var(--nt-color-white);
    border: 1px solid var(--nt-color-primary);
    padding: 15px 60px;
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    cursor: pointer;
    transition: opacity 0.3s ease;
    min-width: 330px;
}

.contact-complete-buttons .contact-form-submit-button:hover,
.contact-complete-buttons .nt-btn-submit:hover {
    opacity: 0.7;
}

/* Responsive Styles */
@media screen and (max-width: 767px) {
    .contact-form-content table {
        display: block;
        width: 100%;
        border: 1px solid #e0e0e0;
    }

    .contact-form-content table tbody {
        display: block;
        width: 100%;
    }

    .contact-form-content table tr {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
    }

    .contact-form-content table th,
    .contact-form-content table td {
        padding: 10px 15px;
        display: block;
        width: 100%;
        border-right: none;
    }

    .contact-form-content table th {
        margin-bottom: 0;
        background-color: #f9f7ed;
        font-size: 14px;
        border-bottom: 1px solid #e0e0e0;
    }

    .contact-form-content table td {
        background-color: transparent;
    }

    .name-input-group {
        flex-direction: column;
        gap: 15px;
    }

    .name-input-item {
        width: 100%;
    }

    .name-input-item input[type="text"] {
        max-width: 400px;
    }

    .name-input-field-wrapper {
        width: auto;
        /* max-width: 200px; */
    }

    .contact-form-content table td .ec-input {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact-form-content table td .ec-input:last-child {
        margin-bottom: 0;
    }

    .form-input-group {
        width: 100%;
    }

    .form-input-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        width: 100%;
    }

    .form-input-field {
        width: 100%;
        max-width: 100%;
    }

    .form-input-field input {
        width: 100% !important;
        max-width: 100% !important;
    }

    .form-input-field-wrapper {
        width: 100%;
        max-width: 100%;
    }

    .number-input-field-wrapper {
        width: auto;
        max-width: 200px;
    }

    .number-input-field-wrapper .form-input-field {
        max-width: 200px;
    }

    .number-input-field-wrapper .form-input-field input {
        width: 100%;
        max-width: 200px;
    }

    .postal-code-field {
        width: auto;
        max-width: 120px;
    }

    .postal-code-field input {
        width: 100%;
    }

    .postal-code-field-wrapper {
        width: auto;
        max-width: 120px;
    }

    .address-field {
        width: auto;
    }

    .address-field select {
        width: auto;
    }

    .address-field-wrapper {
        width: auto;
    }

    .address-input-group {
        width: 100%;
    }

    .inquiry-detail-wrapper {
        width: auto;
    }

    .inquiry-detail-wrapper select,
    .contact-form-content .inquiry-detail-wrapper select {
        width: auto !important;
        max-width: none !important;
    }

    .contents-input-group textarea {
        width: 100%;
    }

    .contact-form-note {
        white-space: normal;
    }

    .contact-form-content .ec-select,
    .contact-form-content .ec-input input[type="text"],
    .contact-form-content .ec-input input[type="email"],
    .contact-form-content .ec-input input[type="tel"],
    .contact-form-content .ec-input textarea {
        max-width: 100%;
    }

    .contact-form-content .ec-blockBtn--action {
        width: 100%;
        max-width: 100%;
        padding: 15px 20px;
    }

    .contact-form-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .contact-form-back-button,
    .contact-form-buttons .contact-form-submit-button {
        width: 100%;
        min-width: unset;
        padding: 15px 20px;
    }

    .contact-form-content .product-inquiry-info {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .contact-form-content .product-inquiry-info .product-image {
        width: 80px;
        height: 80px;
    }

    .contact-form-content .product-inquiry-info .product-name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contact-form-content .product-inquiry-info .product-code {
        font-size: 12px;
    }

    .complete-message h3 {
        font-size: 20px;
    }

    .complete-message p {
        font-size: 14px;
        text-align: left;
    }

    .contact-complete-buttons .contact-form-submit-button {
        width: 100%;
        min-width: unset;
        padding: 15px 20px;
    }

    .inquiry_privacy_box {
        padding: 5px 10px;
    }

    .nt-form-note {
        text-align: center;
    }

    .contact-form-content .ec-off4Grid .ec-off4Grid__cell {
        display: flex;
        justify-content: center;
    }
}

.bulk-order-content .bulk-order-img {
    margin-bottom: 20px;
}
.bulk-order-title {
    text-align: center;
    color: rgb(178, 34, 34);
    font-size: large;
    margin-bottom: 20px;
}
.bulk-order-method-title {
    text-align: center;
}
.bulk-order-intro {
    margin-top: 2rem;
    text-align: center;
    font-size: 13px;
    margin-bottom: 18px;
}
.bulk-order-subtitle {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}
.bulk-order-method .flowTtl {
    color: rgb(178, 34, 34);
    font-size: large;
    margin-bottom: 30px;
}
.flowList2 {
    list-style: decimal;
}
.flowList3 {
    list-style: none;
}
.flowList3 span {
    margin-left: 16px;
}
.bulk-order-method-step {
    font-size: 14px;
    margin-bottom: 16px;
}
.flowTtl {
    margin-bottom: 16px;
    font-size: 14px;
}
.bulk-order-notes {
    margin-bottom: 20px;
}

/* ========================================
   Corporate Philosophy Block Styles
   ======================================== */
.top_corporate_philosophy {
    width: 100%;
    padding: 40px 0;
    background-color: #ffffff;
}

.top_corporate_philosophy_inner {
    max-width: 1366px;
    margin: 0 auto;
}

.top_corporate_philosophy_header {
    margin-bottom: 32px;
    text-align: center;
}

.top_corporate_philosophy_content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.top_corporate_philosophy_image_wrapper {
    flex-shrink: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f1eeef;
}

.top_corporate_philosophy_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top_corporate_philosophy_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top_corporate_philosophy_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #550022;
    text-align: center;
    margin: 0 0 16px 0;
}

.top_corporate_philosophy_mission {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #550022;
    margin: 0;
    text-align: center;
    margin-bottom: 3rem;
}

.top_corporate_philosophy_body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.top_corporate_philosophy_body p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
    margin: 0;
    text-align: left;
}

.top_corporate_philosophy_signature {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #333333;
    text-align: right;
    margin: 0;
    margin-top: 10px;
}

/* Tablet Styles (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .top_corporate_philosophy_inner {
        padding: 0 30px;
    }

    .top_corporate_philosophy_header {
        margin-bottom: 24px;
    }

    .top_corporate_philosophy_content {
        gap: 30px;
    }

    .top_corporate_philosophy_image_wrapper {
        width: 300px;
        height: 300px;
    }

    .top_corporate_philosophy_title {
        font-size: 28px;
    }
}

/* SP Styles */
@media screen and (max-width: 768px) {
    .top_corporate_philosophy {
        padding: 32px 0;
    }

    .top_corporate_philosophy_inner {
        padding: 0 16px;
    }

    .top_corporate_philosophy_header {
        margin-bottom: 24px;
        text-align: center;
    }

    .top_corporate_philosophy_content {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .top_corporate_philosophy_image_wrapper {
        width: 280px;
        height: 280px;
    }

    .top_corporate_philosophy_text {
        width: 100%;
    }

    .top_corporate_philosophy_title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .top_corporate_philosophy_mission {
        font-size: 14px;
    }

    .top_corporate_philosophy_body p {
        font-size: 13px;
    }

    .top_corporate_philosophy_signature {
        font-size: 13px;
        text-align: right;
    }
}

/* Category Children List Styles */
.category-children-container {
    margin-bottom: 30px;
}

.category-children-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.category-children-grid-single {
    grid-template-columns: 1fr;
    max-width: 33.333%;
}

.category-children-grid-multiple {
    max-width: 100%;
}

.category-children-item {
    text-decoration: none;
    display: block;
    padding: 15px 15px 15px 30px;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    position: relative;
    color: inherit;
    word-break: break-word;
    overflow-wrap: break-word;
}

.category-children-item::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 1;
    color: #731522;
    position: absolute;
    left: 15px;
    top: 20px;
}

.category-children-item:hover {
    background: #f9f7ed;
    opacity: 1;
}

/* Tablet: max 2 columns */
@media screen and (max-width: 1024px) {
    .category-children-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-children-grid-single {
        max-width: 50%;
    }

    .category-children-grid-multiple {
        max-width: 100%;
    }
}

/* Mobile: 1 column */
@media screen and (max-width: 768px) {
    .category-children-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}

/* .ec-progress .ec-progress__number {
    background: #999999;
}
.ec-progress .ec-progress__label {
    color: #999999;
} */
.ec-cartRole {
    color: #333;
    margin-bottom: 30px;
}
.ec-cartHeader,
.ec-cartHeader .ec-cartHeader__label {
    background: #f3f3f3;
}
.ec-progress {
    max-width: 600px;
}

.ec-color-red {
    color: #d5001f;
}
.ec-cartRole .ec-cartRole__totalAmount {
    color: #d5001f;
}

/* Cart page: estimated subtotal / shipping / grand — same visual language as Shopping ec-totalBox float */
.ec-cartRole .ec-totalBox.nt-cart-estimate {
    width: 100%;
    max-width: min(100%, 375px);
    margin: 0 0 var(--nt-spacing-lg) auto;
    box-sizing: border-box;
    /* inherits from .ec-totalBox: background #F3F3F3, padding 16px (style.css) */
}
.ec-cartRole .ec-totalBox.nt-cart-estimate .ec-totalBox__spec.nt-cart-estimate__spec--shipping {
    align-items: flex-start;
}
.ec-cartRole .ec-totalBox.nt-cart-estimate .ec-totalBox__spec.nt-cart-estimate__spec--shipping dd {
    padding-top: 2px;
}
.ec-cartRole .ec-totalBox.nt-cart-estimate .ec-totalBox__spec dt {
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
}
.ec-cartRole .ec-totalBox.nt-cart-estimate .ec-totalBox__spec dd {
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
}
.ec-cartRole .ec-totalBox.nt-cart-estimate .nt-cart-estimate__hint {
    display: block;
    margin-top: var(--nt-spacing-xs);
    font-size: var(--nt-font-size-xs);
    color: var(--nt-color-text-light);
    font-weight: var(--nt-font-weight-normal);
    line-height: 1.45;
}
.ec-cartRole .ec-totalBox.nt-cart-estimate .ec-totalBox__total {
    font-size: var(--nt-font-size-base);
}
.ec-cartRole .ec-totalBox.nt-cart-estimate .ec-totalBox__total .ec-totalBox__price,
.ec-cartRole .ec-totalBox.nt-cart-estimate .ec-totalBox__total .ec-totalBox__taxLabel {
    color: var(--nt-color-red);
}
.ec-cartRole .ec-totalBox.nt-cart-estimate .ec-totalBox__total .ec-totalBox__price {
    font-size: 24px;
}
@media (max-width: 767px) {
    .ec-cartRole .ec-totalBox.nt-cart-estimate {
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
    .ec-cartRole .ec-totalBox.nt-cart-estimate .nt-cart-estimate__hint {
        max-width: none;
    }
}
.nt-cart-shipping-payment-link {
    width: 100%;
    margin: 0 0 var(--nt-spacing-lg);
    text-align: left;
}
.nt-cart-shipping-payment-link__anchor {
    color: var(--nt-color-primary);
    text-decoration: underline;
    font-size: var(--nt-font-size-base);
}
.nt-cart-shipping-payment-link__anchor:hover {
    color: var(--nt-color-secondary);
}

.ec-cartRole__deliveryFeeNote {
    color: #474747;
    font-size: 12px;
}
.ec-cartRole__actionsNote {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
    border: 3px solid #d5001f;
    padding: 24px 28px;
    font-size: 14px;
    line-height: 1.8;
    border-radius: 10px;
}
.ec-cartRole__actionsNote-content {
    max-width: 800px;
    margin: 0 auto;
}
.ec-cartRole__actionsNote p {
    margin-bottom: 12px;
}
.ec-cartRole__actionsNote p:last-child {
    margin-bottom: 0;
}
.ec-cartRole__actionsNote-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #d5001f;
    margin-bottom: 16px;
}
.ec-cartRole .ec-cartRole__cart {
    margin: 0 0 50px;
}
.ec-cartRole__deliveryFeeWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.ec-cartRole__deliveryFee {
    text-align: center;
    background-color: #f6e6bc;
    padding: 20px 40px;
    border: 2px solid #d4b569;
    border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Remove duplicate dotted line: ec-borderedList li has border-bottom and ec-imageGrid has border-top */
.ec-borderedList .ec-imageGrid {
    border-top: none;
}

.ec-cartRole__deliveryFee .ec-color-red {
    color: #d5001f !important;
    font-weight: bold;
}
.ec-cartRow .ec-cartRow__amountColumn {
    width: 14%;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
    width: 14%;
}
.ec-cartRow__actionsColumn {
    list-style: none;
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    width: 13%;
    vertical-align: middle;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    margin: 0 4px;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
    top: 22%;
    width: 0.55em;
    height: 0.55em;
    margin-left: -0.3em;
}

.ec-progress .is-complete .ec-progress__number {
    background-color: #550022;
}
.ec-progress .is-complete .ec-progress__label {
    color: #550022;
}
.ec-progress .ec-progress__item:after {
    background: #d9d9d9;
}
.ec-progress .ec-progress__number {
    background: #d9d9d9;
}
.ec-progress .ec-progress__label {
    color: #d9d9d9;
}
.ec-cartRole__actionsButtons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ec-cartRole__actionsButtons a {
    width: auto;
    min-width: 300px;
    margin-bottom: 0!important;
}

/* Hide SP buttons on PC */
.ec-cartRole__actionsButtonsSP {
    display: none;
}
.ec-cartRole__spBtn--checkout,
.ec-cartRole__spBtn--continue {
    display: none;
}
.ec-cartRole .ec-blockBtn--cancel {
    background: #d9d9d9;
    border-color: #dddddd;
    color: #333!important;
    font-weight: 300;
}
/* .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action styles are now handled by .nt-btn--primary */
.ec-cartRole .ec-blockBtn--cancel:hover {
    background: #d9d9d9;
    border-color: #dddddd;
    color: #333;
    opacity: 0.7;
}

/* Shopping: delivery notice modals (store pickup / international) */
.nt-shopping-delivery-modal {
    z-index: 1060;
}
.modal-backdrop.nt-shopping-delivery-backdrop {
    z-index: 1055;
}
.nt-shopping-delivery-modal__content {
    border: none;
    border-radius: var(--nt-border-radius-lg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    max-width: min(100%, 1020px);
    margin: 0 20px;
}
.nt-shopping-delivery-modal__body {
    padding: var(--nt-spacing-xl) var(--nt-spacing-lg);
    text-align: center;
}
.nt-shopping-delivery-modal__title {
    font-size: var(--nt-font-size-lg);
    color: var(--nt-color-red);
    font-weight: var(--nt-font-weight-bold);
    margin: 0 0 var(--nt-spacing-md);
    text-align: center;
}
.nt-shopping-delivery-modal__list {
    list-style: none;
    margin: 0 0 var(--nt-spacing-lg);
    padding: 0;
    text-align: left;
    color: var(--nt-color-text);
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
}
.nt-shopping-delivery-modal__list li {
    margin-bottom: var(--nt-spacing-sm);
    text-align: center;
}
.nt-shopping-delivery-modal__list li:last-child {
    margin-bottom: 0;
}
.nt-shopping-delivery-modal__subline {
    padding-left: 1em;
}
.nt-shopping-delivery-modal__confirm {
    min-width: 200px;
    margin: var(--nt-spacing-sm) auto;
}
.nt-shopping-product-acknowledgment-modal__confirm {
    min-width: 200px;
    margin: var(--nt-spacing-sm) auto;
}

@media screen and (max-width: 768px) {
    .nt-shopping-delivery-modal__content {
        margin: 0 10px;
    }
}

/* Product acknowledgment radios: submitted with form but not shown (modal on 確認する) */
.nt-product-acknowledgment-visually-hidden {
    position: fixed !important;
    left: -9999px !important;
    top: 0 !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Shopping: credit card token payment (plugin override: EccubePaymentLite42) */
.nt-credit-card-payment .ec-registerRole__actions .ec-off4Grid__cell {
    display: flex;
    flex-direction: column;
    gap: var(--nt-spacing-sm);
    align-items: stretch;
    max-width: 100%;
}
.nt-credit-card-payment .ec-borderedDefs .ec-halfInput input:focus,
.nt-credit-card-payment .ec-borderedDefs .ec-halfInput select:focus,
.nt-credit-card-payment .ec-borderedDefs .ec-select select:focus {
    border-color: var(--nt-color-primary);
    outline: none;
    box-shadow: 0 0 0 1px var(--nt-color-primary);
}

/* Shopping: optional out-of-stock checkbox (欠品について)
   Scoped to .nt-order-out-of-stock only — avoid broad .ec-input rules breaking the whole column.
   Grid keeps checkbox narrow and label in column 2 (no flex shrink to zero). */
.nt-order-out-of-stock .nt-shopping-out-of-stock-checkbox {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: var(--nt-spacing-sm);
    align-items: center;
    margin-bottom: var(--nt-spacing-sm);
}
/* Undo .ec-input input (text field styles + -webkit-appearance:none) on this checkbox */
.nt-order-out-of-stock .ec-input .nt-shopping-out-of-stock-checkbox input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
    display: inline-block !important;
    width: 1.125rem !important;
    min-width: 1.125rem !important;
    height: 1.125rem !important;
    min-height: 1.125rem !important;
    padding: 0 !important;
    margin: 0 !important;
    border: revert-layer !important;
    border-radius: revert-layer !important;
    background-color: revert-layer !important;
    background-image: revert-layer !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    font-size: inherit !important;
    line-height: normal !important;
    color: inherit !important;
    vertical-align: middle;
    cursor: pointer;
    accent-color: var(--nt-color-primary);
}
.nt-order-out-of-stock .nt-shopping-out-of-stock-checkbox label {
    font-weight: var(--nt-font-weight-normal);
    line-height: var(--nt-line-height-base);
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0;
    padding: 0;
}
.nt-order-out-of-stock .nt-shopping-out-of-stock-note {
    margin-top: var(--nt-spacing-sm);
    font-size: var(--nt-font-size-sm);
    color: var(--nt-color-text);
}

.AmazonPayButton {
    margin-left: auto!important;
    width: 300px!important;
}
.amazonpay-button-enabled {
    margin-left: auto;
    max-width: 200px;
}
.ec-cartRow__actions {
    align-items: center;
}
.ec-cartRow__actions .ec-icon.wishlist-btn {
    display: inline-block;
    background-color: #f1eeef;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
}
.ec-cartRow__actionsTiny .ec-icon.wishlist-btn {
    display: inline-block;
    background-color: #f1eeef;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
}
/* PC default: duplicate wishlist under quantity is hidden; ultra-narrow SP shows it via media query */
.ec-cartRow__actionsTiny {
    display: none;
}
.ec-cartRow__sutbtotal {
    text-align: center;
}
.ec-cartRow__skuVariation {
    color: var(--nt-color-gray);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-normal);
    line-height: 1.5;
}
.sp-only {
    display: none;
}
@media only screen and (min-width: 768px) {
    .ec-cartRole .ec-cartRole__actions {
        width: 100%;
        margin-right: unset;
    }
}

@media only screen and (max-width: 768px) {
    .ec-cartRole__actionsButtons {
        flex-direction: column-reverse;
    }
    .ec-cartRole__actionsButtons a {
        margin-bottom: 10px!important;
    }
    .AmazonPayButton {
        margin: 0 auto!important;
        width: 300px!important;
    }
    .ec-cartRole {
        margin-bottom: 30px;
    }
    .ec-cartRow .ec-cartRow__img {
        width: 20%;
    }
    .ec-cartRow .ec-cartRow__delColumn {
        width: 5%;
    }
    .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
        width: 1em;
        height: 1em;
    }
    .sp-only {
        display: block;
    }
    .ec-cartRole .ec-cartRole__total {
        font-size: 20px;
    }
    .ec-cartRole .ec-cartRole__totalAmount {
        font-size: 24px;
    }
    .ec-cartRole__actionsNote {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .ec-cartRole__deliveryFee {
        font-size: 16px;
        padding: 10px 20px;
    }

    /* Hide PC buttons on SP */
    .ec-cartRole__actionsButtons {
        display: none;
    }

    /* SP button order: checkout -> amazon pay -> continue */
    .ec-cartRole .ec-cartRole__actions {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* ultra narrow: show "wishlist" under quantity instead of separate column */
    .ec-cartRow__actionsTiny {
        display: none;
        margin-top: 8px;
        text-align: center;
    }
    @media only screen and (max-width: 400px) {
        .ec-cartRow__actionsColumn {
            display: none;
        }
        .ec-cartRow__actionsTiny {
            display: block;
        }
    }
    .ec-cartRole .ec-cartRole__total {
        order: 1;
        width: 100%;
    }
    .ec-cartRole__spBtn--checkout {
        display: flex;
        order: 2;
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
    }
    .ec-cartRole .ec-cartRole__actions .AmazonPayButton {
        order: 3;
        margin-bottom: 10px;
    }
    .ec-cartRole__spBtn--continue {
        display: flex;
        order: 4;
        width: 100%;
        max-width: 300px;
        margin-top: 15px;
    }
    .ec-cartRow .ec-cartRow__contentColumn {
        display: table-cell;
    }
}

.ec-orderRole {
    padding: 0;
}
.ec-orderRole .ec-orderRole__detail {
    padding: 0;
}
.ec-orderRole .ec-orderAccount .ec-rectHeading h2 {
    margin-top: 0;
}

.ec-orderAccount__account p,
.ec-orderDelivery__address p {
    word-break: break-all;
    overflow-wrap: break-word;
}
/* Address list (e.g. shopping/shipping — select delivery) — wrap long address strings in table layout */
.ec-addressList .ec-addressList__item {
    table-layout: fixed;
}

.ec-addressList .ec-addressList__address,
.ec-addressList .ec-addressList__address > div {
    word-break: break-all;
    overflow-wrap: break-word;
}

/* Mypage Navigation - Limit to 5 columns on PC */
@media only screen and (min-width: 768px) {
    .ec-navlistRole .ec-navlistRole__navlist {
        flex-wrap: wrap;
    }
    .ec-navlistRole .ec-navlistRole__item {
        width: 20%;
    }
}
.ec-mypageRole {
    padding: 0;
    margin-bottom: 50px;
}

.ec-login {
    margin-bottom: 60px;
    background: #f1eeef7d;
}
.ec-login .ec-blockBtn--cancel {
    background-color: #502;
    color: #fff;
    border-color: #502;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    transition: opacity 0.3s
ease-in-out, background-color 0.3s
ease-in-out;
    gap: 8px;
}
.ec-login .ec-blockBtn--cancel:hover {
    opacity: 0.9;
    background-color: #502;
    border-color: #502;
    color: #fff;
}
.ec-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #44001b;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.ec-link:hover  {
    opacity: 0.7;
    color: #44001b;
}

/* ========================================
   Responsive Styles
   ======================================== */

/* Tablet and below (1024px) */
@media screen and (max-width: 1024px) {
    .tbNone {
        display: none;
    }
}

/* Mobile (768px and below) - Styles are defined inline with their components */

/* Small Mobile (767px and below) */
@media screen and (max-width: 767px) {
    .spNone {
        display: none;
    }
    .pcNone {
        display: block;
    }
}

.ec-forgotRole, .ec-withdrawRole, .ec-cartCompleteRole {
    margin-bottom: 50px;
}

.about_content_title {
    color: #550022;
    font-size: 20px;
    margin-bottom: 50px;
}

.about_content_item {
    display: flex;
    margin-bottom: 40px;
    background: #f9f7ed;
}

.about_content_item_left {
    width: 60%;
    padding: 25px 30px;
}

.about_content_item_right {
    width: 40%;
}

.about_content_item_left_history {
    color: #550022;
    border-bottom: 1px dashed #550022;
    display: inline-block;
}
.about_content_item_left_title {
    color: #550022;
    text-align: center;
    margin: 15px 0 25px;
    padding-bottom: 35px;
    font-size: 24px;
    background: url('../img/corporate/arrow_u_big.png') no-repeat bottom center;
}
.about_content_item_left_content {
    font-size: 14px;
}

.instructor_title {
    margin-bottom: 30px;
    font-size: 20px;
    color: var(--nt-color-primary);
}
.instructor_content {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.instructor_content_left {
    width: 40%;
}
.instructor_content_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-around;
}
.instructor_content_right p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--nt-color-text);
}
.instructor_content .btnStoreInquery {
    max-width: fit-content;
    align-self: center;
}

.tedukurihiroba_header {
    background: url('../img/tedukurihiroba/rainbow.png') repeat-x left top;
    padding-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;

}
.tedukurihiroba_header .header_container {
    display: flex;
    justify-content: space-between;
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    gap: 20px;
}
.tedukurihiroba_header .header_left {
    display: flex;
}
.tedukurihiroba_header .header_logo {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.tedukurihiroba_header .header_logo img {
    width: 100%;
    height: 100%;
}
.tedukurihiroba_header .header_left p {
    margin-bottom: 5px;
}
.tedukurihiroba_header .header_right {
    display: flex;
    flex-direction: column;
    min-height: 100px;
    gap: 7px;
}
.tedukurihiroba_header .header_right .nav_menu {
    white-space: nowrap;
    display: flex;
    gap: 30px;
    align-items: center;
}
.tedukurihiroba_header .header_right .nav_menu a {
    line-height: 20px;
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.tedukurihiroba_header .header_right .header_logo_wrapper {
    display: flex;
    gap: 13px;
    align-items: center;
}
.tedukurihiroba_header .header_right .nav_menu_bottom {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    width: fit-content;
}

.tedukurihiroba_header .header_right .nav_menu_item_sns {
    width: 30px;
    height: 30px;
}
.tedukurihiroba_header .header_right .nav_menu_item_sns img {
    width: 100%;
    height: 100%;
}

.tedukurihiroba_header .header_mv {
    box-sizing: border-box;
    background: url('../img/tedukurihiroba/mv.jpg') no-repeat center top;
    height: 255px;
    margin: 10px 0 5px;
    padding-top: 70px;
    text-align: center;
}

.tedukurihiroba_header .global_nav {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tedukurihiroba_header .global_nav a {
    width: 160px;
    text-align: center;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 64px auto;
    padding-top: 60px;
    font-weight: bold;
}
.tedukurihiroba_header .global_nav a:nth-child(1) {
    background-image: url('../img/tedukurihiroba/nav_home.png');
}
.tedukurihiroba_header .global_nav a:nth-child(2) {
    background-image: url('../img/tedukurihiroba/nav_news.png');
}
.tedukurihiroba_header .global_nav a:nth-child(3) {
    background-image: url('../img/tedukurihiroba/nav_about.png');
}
.tedukurihiroba_header .global_nav a:nth-child(4) {
    background-image: url('../img/tedukurihiroba/nav_access.png');
    background-size: 48px auto;
}
.tedukurihiroba_header .global_nav a:nth-child(5) {
    background-image: url('../img/tedukurihiroba/nav_info.png');
}
.tedukurihiroba_header .global_nav a:nth-child(6) {
    background-image: url('../img/tedukurihiroba/nav_gallery.png');
}
.tedukurihiroba_header .global_nav a:nth-child(7) {
    background-image: url('../img/tedukurihiroba/nav_contact.png');
}
.tedukurihiroba_header .header_right_sp {
    display: none;
}

@media (max-width: 768px) {
    .tedukurihiroba_header .header_mv {
        margin: 0;
    }
    .tedukurihiroba_header .global_nav {
        display: none;
    }
    .tedukurihiroba_header .header_left p {
        display: none;
    }
    .tedukurihiroba_header .header_right {
        display: none;
    }
    .tedukurihiroba_header .header_container {
        align-items: center;
        padding: 3px 10px;
    }
    .tedukurihiroba_header .header_left {
        flex: 0 0 auto;
    }
    .tedukurihiroba_header .header_logo {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    .tedukurihiroba_header .header_right_sp {
        display: flex;
        flex: 1 1 auto;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
    }
    .tedukurihiroba_header .header_right_sp .header_logo_wrapper {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .tedukurihiroba_header .header_right_sp .header_logo_wrapper a {
        display: flex;
        align-items: center;
    }
    .tedukurihiroba_header .header_right_sp .header_logo_wrapper img {
        width: 30px;
        height: 30px;
    }
    .tedukurihiroba_header .hamburger_menu_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        cursor: pointer;
        margin-left: 10px;
    }
    .tedukurihiroba_header .hamburger_menu {
        width: 24px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }
    .tedukurihiroba_header .hamburger_menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #1E1E1E;
        transition: all 0.3s ease;
    }
    .tedukurihiroba_header .hamburger_menu_wrapper.active .hamburger_menu span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .tedukurihiroba_header .hamburger_menu_wrapper.active .hamburger_menu span:nth-child(2) {
        opacity: 0;
    }
    .tedukurihiroba_header .hamburger_menu_wrapper.active .hamburger_menu span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .tedukurihiroba_header .hamburger_menu_label {
        font-size: 10px;
        color: #1E1E1E;
        font-weight: 400;
    }
}

/* SP用メニュー */
.tedukurihiroba_sp_menu {
    display: none;
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background-color: #f9f7ed;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tedukurihiroba_sp_menu.is-open {
    display: block;
}

.tedukurihiroba_sp_menu__banner {
    background-color: #a1cb4a;
    color: #000;
    padding: 8px 0px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.tedukurihiroba_sp_menu__content {
    padding: 0 0 20px;
    background: #fffdce;
}

.tedukurihiroba_sp_menu__item {
    display: block;
    font-size: 15px;
    padding: 8px 0 8px 24px;
    color: #1E1E1E;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    transition: background-color 0.2s ease;
    font-weight: bold;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}

.tedukurihiroba_sp_menu__item::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #000;
}

.tedukurihiroba_sp_menu__item--button {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 8px 20px;
    border: 1px solid #e0e0e0;
    border-radius:32px;
}

.tedukurihiroba_sp_menu__item--button::after {
    border-color: transparent transparent transparent #000;
}

.tedukurihiroba_sp_menu__overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.tedukurihiroba_sp_menu__overlay.is-open {
    display: block;
}

@media (max-width: 768px) {
    .tedukurihiroba_header {
        position: relative;
        padding-top: 8px;
    }
}

.tedukurihiroba_footer {
    background: url('../img/tedukurihiroba/rainbow.png') repeat-x left top;
    padding: 5px 0 0px;
    text-align: center;
}


/* Tedukurihiroba TOP MV Carousel */
#page_tedukurihiroba .ec-layoutRole .ec-layoutRole__contents,
#page_tedukurihiroba_news .ec-layoutRole .ec-layoutRole__contents,
#page_tedukurihiroba_news_detail .ec-layoutRole .ec-layoutRole__contents,
#page_tedukurihiroba_about .ec-layoutRole .ec-layoutRole__contents,
#page_tedukurihiroba_contact .ec-layoutRole .ec-layoutRole__contents,
#page_tedukurihiroba_gallery .ec-layoutRole .ec-layoutRole__contents,
#page_tedukurihiroba_access .ec-layoutRole .ec-layoutRole__contents,
#page_tedukurihiroba_shop .ec-layoutRole .ec-layoutRole__contents,
#page_tedukurihiroba_shop_detail .ec-layoutRole .ec-layoutRole__contents
 {
    max-width: unset;
    padding: 0;
}
.top_mv {
    background: url('../img/tedukurihiroba/gallery_bg.png');
    padding: 30px 0;
}
.tedukurihiroba_mv_wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.tedukurihiroba_mv_main {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto 20px;
}

.tedukurihiroba_mv_main .tedukurihiroba_mv_slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.tedukurihiroba_mv_main .tedukurihiroba_mv_image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.tedukurihiroba_mv_thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tedukurihiroba_mv_thumb {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    border: 2px solid transparent;
}

.tedukurihiroba_mv_thumb:hover {
    opacity: 0.8;
}

.tedukurihiroba_mv_thumb.active {
    opacity: 1;
    border-color: var(--nt-color-primary, #550022);
}

.tedukurihiroba_mv_thumb_image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: block;
}

/* Slick fade animation for tedukurihiroba MV */
.tedukurihiroba_mv_main .slick-slide {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.tedukurihiroba_mv_main .slick-slide.slick-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .tedukurihiroba_mv_thumb_image {
        width: 60px;
        height: 60px;
    }
}

.tedukurihiroba_top .top_news_section {
    background: url('../img/tedukurihiroba/top_news_bg.jpg') top center;
    padding: 60px 0 100px;
}
.tedukurihiroba_top .top_news_section .section_header {
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tedukurihiroba_top .top_news_section .section_header a {
    width: 160px;
    text-align: center;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 64px auto;
    padding-top: 60px;
    background-image: url('../img/tedukurihiroba/nav_news.png');
    font-weight: bold;
    font-size: 18px;
}
.tedukurihiroba_top .top_news_section .section_header span {
    color: #e8445d;
    margin-bottom: 35px;
}
.tedukurihiroba_top .top_news_section .section_content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    gap: 20px;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px;
}
.tedukurihiroba_top .top_news_section .section_content .section_content_item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 20px);
    height: 100%;
}
.tedukurihiroba_top .top_news_section .section_content .section_content_item .section_content_item_image {
    width: 100%;
    height: 160px;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    display: block;
    position: relative;
    background: #eee;
    flex-shrink: 0;
}
.tedukurihiroba_top .top_news_section .section_content .section_content_item .section_content_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.tedukurihiroba_top .top_news_section .section_content .section_content_item .section_content_item_content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.tedukurihiroba_top .top_news_section .section_content .section_content_item .section_content_item_content .section_content_item_date {
    border-bottom: 1px solid #e8445d;
    color: #e8445d;
    padding-bottom: 8px;
    margin: 8px 0;
    font-weight: bold;
    flex-shrink: 0;
}
.tedukurihiroba_top .top_news_section .section_content .section_content_item .section_content_item_content .section_content_item_title {
    font-size: 13px;
    font-weight: 500;
    flex: 1;
    display: flex;
    align-items: flex-start;
}
.tedukurihiroba_top .top_news_section .top_news_section_more_button_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.tedukurihiroba_top .top_news_section .top_news_section_more_button {
    box-sizing: border-box;
    display: inline-block;
    background: #f3dd23 url('../img/tedukurihiroba/btn_arrow.png') no-repeat 160px center;
    width: 180px;
    height: 40px;
    border: 1px solid #533c1a;
    border-radius: 20px;
    font-size: 14px;
    color: #444;
    line-height: 36px;
    text-align: center;
}

@media (max-width: 768px) {
    .tedukurihiroba_top .top_news_section .section_content {
        flex-wrap: wrap;
    }
    .tedukurihiroba_top .top_news_section .section_content .section_content_item {
        width: calc(50% - 10px);
    }
    .tedukurihiroba_top .top_news_section {
        padding: 30px 0 50px;
    }
}

/* Tedukurihiroba Common Styles */
.handmade-plaza__header {
    background: url(../img/tedukurihiroba/gallery_bg.png) 0 0 repeat;
}
.handmade-plaza__title {
    padding: 86px 0 30px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    min-height: 135px;
}

/* Tedukurihiroba News Page */
.handmade-plaza-news__title {
    background: url(../img/tedukurihiroba/nav_news.png) center top 26px no-repeat;
    background-size: 64px;
}

.handmade-plaza-about__title {
    background: url(../img/tedukurihiroba/nav_about.png) center top 26px no-repeat;
    background-size: 64px;
}

.handmade-plaza-shop__title, .handmade-plaza-shop-detail__title {
    background: url(../img/tedukurihiroba/nav_info.png) center top 26px no-repeat;
    background-size: 64px;
}

.handmade-plaza-gallery__title {
    background: url(../img/tedukurihiroba/nav_gallery.png) center top 26px no-repeat;
    background-size: 64px;
}

.handmade-plaza-contact__title {
    background: url(../img/tedukurihiroba/nav_contact.png) center top 26px no-repeat;
    background-size: 64px;
}

.handmade-plaza-access__title {
    background: url(../img/tedukurihiroba/nav_access.png) center top 26px no-repeat;
    background-size: 48px;
}

/* Handmade Plaza Shop Index Page */
.handmade-plaza-shop {
    max-width: 1190px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

/* Filter Section */
.handmade-plaza-shop__filter {
    margin-bottom: 40px;
}

.handmade-plaza-shop__filter-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.handmade-plaza-shop__filter-item {
    position: relative;
}

.handmade-plaza-shop__filter-item--keyword {
    display: flex;
    gap: 0;
}

.handmade-plaza-shop__filter-select {
    width: 190px;
    height: 45px;
    padding: 0 40px 0 16px;
    border: 2px solid var(--nt-color-primary);
    border-radius: var(--nt-border-radius-lg);
    background-color: var(--nt-color-white);
    font-size: var(--nt-font-size-lg);
    color: rgba(102, 102, 102, 0.96);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' d='M8 10L4 6h8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.handmade-plaza-shop__filter-select:hover {
    border-color: var(--nt-color-secondary);
}

.handmade-plaza-shop__filter-input {
    width: 340px;
    height: 45px;
    padding: 0 16px;
    border: 2px solid var(--nt-color-primary);
    border-right: none;
    border-radius: var(--nt-border-radius-lg) 0 0 var(--nt-border-radius-lg);
    background-color: var(--nt-color-white);
    font-size: var(--nt-font-size-lg);
    color: rgba(102, 102, 102, 0.96);
}

.handmade-plaza-shop__filter-search-btn {
    width: 88px;
    height: 45px;
    padding: 0;
    border: 2px solid var(--nt-color-primary);
    border-left: none;
    border-radius: 0 var(--nt-border-radius-lg) var(--nt-border-radius-lg) 0;
    background-color: var(--nt-color-primary);
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-lg);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.handmade-plaza-shop__filter-search-btn:hover {
    background-color: var(--nt-color-secondary);
}

.handmade-plaza-shop__booth-map-btn {
    display: inline-block;
    width: 190px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid var(--nt-color-primary);
    border-radius: var(--nt-border-radius-lg);
    background-color: #f49e19;
    color: var(--nt-color-white);
    font-size: var(--nt-font-size-lg);
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.handmade-plaza-shop__booth-map-btn:hover {
    background-color: #e68a0f;
    opacity: 1;
}

.handmade-plaza-shop__boothmap-wrapper {
    position: relative;
}

.handmade-plaza-shop__boothmap-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 220px;
    margin-top: 4px;
    background-color: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray-border);
    border-radius: var(--nt-border-radius-md);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.handmade-plaza-shop__boothmap-dropdown.is-open {
    display: block;
}

.handmade-plaza-shop__boothmap-dropdown-item {
    display: block;
    padding: 12px 16px;
    color: var(--nt-color-text);
    text-decoration: none;
    font-size: var(--nt-font-size-base);
    transition: background-color 0.2s ease;
}

.handmade-plaza-shop__boothmap-dropdown-item:hover {
    background-color: var(--nt-color-bg);
    color: var(--nt-color-primary);
}

.handmade-plaza-shop__boothmap-dropdown-item + .handmade-plaza-shop__boothmap-dropdown-item {
    border-top: 1px solid var(--nt-color-gray-border-light);
}

.handmade-plaza-shop__boothmap-dropdown-item i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.handmade-plaza-shop__year-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1000px;
}

.handmade-plaza-shop__year-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    border: 1px solid var(--nt-color-primary);
    border-radius: 0;
    background-color: var(--nt-color-white);
    color: var(--nt-color-text);
    font-size: var(--nt-font-size-lg);
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.handmade-plaza-shop__year-btn:hover {
    background-color: #FFD905;
    opacity: 1;
}

.handmade-plaza-shop__year-btn--active {
    background-color: #FFD905;
    font-weight: bold;
}

/* Shop Section */
.handmade-plaza-shop__section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.handmade-plaza-shop__section-title {
    grid-column: 1 / -1;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3.84px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--nt-color-gray-border);
}

/* Shop Card */
.handmade-plaza-shop__card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--nt-color-white);
    border-radius: var(--nt-border-radius-lg);
    padding: 10px;
    border: 3px dashed;
    min-height: 493px;
}

.handmade-plaza-shop__card--sponsor {
    border-color: #f49e19;
}

.handmade-plaza-shop__card--normal {
    border-color: #e3d5a7;
}

.handmade-plaza-shop__card--food {
    border-color: #ff3410;
}

.handmade-plaza-shop__card-icon {
    position: absolute;
    top: 0px;
    left: 7px;
    width: 47px;
    height: 65px;
    z-index: 1;
}

.handmade-plaza-shop__card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.handmade-plaza-shop__card-image {
    width: 100%;
    height: 262px;
    margin-bottom: 16px;
    border-radius: var(--nt-border-radius-md);
    overflow: hidden;
}

.handmade-plaza-shop__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.handmade-plaza-shop__card-title {
    font-size: 22px;
    font-weight: bold;
    color: var(--nt-color-primary);
    line-height: 28px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
}

.handmade-plaza-shop__card-description {
    font-size: var(--nt-font-size-lg);
    line-height: 24px;
    color: var(--nt-color-text);
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.handmade-plaza-shop__card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.handmade-plaza-shop__card-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 0;
    flex: 1;
}

.handmade-plaza-shop__card-badge {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: var(--nt-border-radius-lg);
    font-size: 14px;
    font-weight: bold;
    color: var(--nt-color-white);
}

.handmade-plaza-shop__card-badge--低学年,
.handmade-plaza-shop__card-badge--low_grade {
    background-color: #f5ae13;
}

.handmade-plaza-shop__card-badge--高学年,
.handmade-plaza-shop__card-badge--high_grade {
    background-color: #3fac05;
}

.handmade-plaza-shop__card-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 25px;
    position: relative;
    width: 181px;
    height: 40px;
    background-color: #845819;
    color: var(--nt-color-white);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 20px;
    transition: background-color 0.3s ease;
    margin-top: 0;
    float: none;
    flex-shrink: 0;
}

.handmade-plaza-shop__card-button::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background-image: url('../img/tedukurihiroba/arrow_right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.handmade-plaza-shop__card-button:hover {
    background-color: #6b4614;
    opacity: 1;
}

.handmade-plaza-shop__no-shops {
    text-align: center;
    padding: 40px;
    font-size: var(--nt-font-size-lg);
    color: var(--nt-color-text);
}

/* Responsive */
@media (max-width: 1024px) {
    .handmade-plaza-shop__section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .handmade-plaza-shop {
        padding: 20px 10px 40px;
    }

    .handmade-plaza__title {
        padding: 92px 0 30px;
        min-height: 120px;
    }

    .handmade-plaza-shop__filter-row {
        flex-direction: column;
        align-items: stretch;
    }

    .handmade-plaza-shop__filter-select,
    .handmade-plaza-shop__booth-map-btn {
        width: 100%;
    }

    .handmade-plaza-shop__filter-item--keyword {
        flex-direction: column;
    }

    .handmade-plaza-shop__filter-input {
        width: 100%;
        border-right: 2px solid var(--nt-color-primary);
        border-radius: var(--nt-border-radius-lg);
        margin-bottom: 8px;
    }

    .handmade-plaza-shop__filter-search-btn {
        width: 100%;
        border-left: 2px solid var(--nt-color-primary);
        border-radius: var(--nt-border-radius-lg);
    }

    .handmade-plaza-shop__section {
        grid-template-columns: 1fr;
    }

    .handmade-plaza-shop__card {
        min-height: auto;
    }
}

/* Shop Detail Page */
.handmade-plaza-shop-detail {
    max-width: 1190px;
    margin: 30px auto 0;
    padding: 20px 20px;
    background-color: var(--nt-color-white);
    border-radius: 20px;
    position: relative;
}

.handmade-plaza-shop-detail--sponsor {
    border: 3px dashed #f49e19;
}

.handmade-plaza-shop-detail--normal {
    border: 3px dashed #e3d5a7;
}

.handmade-plaza-shop-detail--food {
    border: 3px dashed #ff3410;
}

/* Booth Tag */
.handmade-plaza-shop-detail__tag {
    position: absolute;
    top: 0;
    left: 20px;
    width: 90px;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.handmade-plaza-shop-detail__tag img {
    /* width: 100%; */
    height: auto;
    object-fit: contain;
    display: block;
}

.handmade-plaza-shop-detail__tag-text {
    font-size: 15px;
    font-weight: bold;
    color: #f49e19;
    margin: 0;
    padding: 0;
    text-align: center;
}

.handmade-plaza-shop-detail--food .handmade-plaza-shop-detail__tag-text {
    color: #ff3410;
}

/* Shop Detail Header */
.handmade-plaza-shop-detail__header {
    position: relative;
    margin-bottom: 20px;
    padding-left: 120px;
    min-height: 60px;
}

.handmade-plaza-shop-detail__shop-name {
    font-size: 36px;
    font-weight: 500;
    color: #550022;
    line-height: 30px;
    margin: 0 0 8px 0;
    padding-left: 0;
}

.handmade-plaza-shop-detail__social-links {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.handmade-plaza-shop-detail__social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: opacity 0.3s ease;
}

.handmade-plaza-shop-detail__social-link:hover {
    opacity: 0.7;
}

.handmade-plaza-shop-detail__social-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Shop Description */
.handmade-plaza-shop-detail__description {
    font-size: 20px;
    line-height: 30px;
    color: var(--nt-color-text);
    margin-bottom: 40px;
    padding: 0;
}

/* Events Grid */
.handmade-plaza-shop-detail__events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.handmade-plaza-shop-detail__no-events {
    text-align: center;
    padding: 40px;
    font-size: var(--nt-font-size-lg);
    color: var(--nt-color-text);
}

/* Event Card */
.handmade-plaza-shop-detail__event-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--nt-color-white);
    border-radius: 20px;
    /* min-height: 560px; */
}

/* Target Age Badge */
.handmade-plaza-shop-detail__event-badge {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 20px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: var(--nt-color-white);
    border: 2px solid var(--nt-color-white);
    z-index: 1;
}

.handmade-plaza-shop-detail__event-badge--低学年,
.handmade-plaza-shop-detail__event-badge--low_grade {
    background-color: #f5ae13;
}

.handmade-plaza-shop-detail__event-badge--高学年,
.handmade-plaza-shop-detail__event-badge--high_grade {
    background-color: #3fac05;
}

/* Event Image */
.handmade-plaza-shop-detail__event-image {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.handmade-plaza-shop-detail__event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Event Content */
.handmade-plaza-shop-detail__event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.handmade-plaza-shop-detail__event-title {
    font-size: 20px;
    font-weight: 500;
    color: #f5ae13;
    line-height: 24px;
    margin: 0 0 12px 0;
    min-height: 48px;
}

.handmade-plaza-shop-detail__event-card--高学年 .handmade-plaza-shop-detail__event-title,
.handmade-plaza-shop-detail__event-card--high_grade .handmade-plaza-shop-detail__event-title {
    color: #3fac05;
}

.handmade-plaza-shop-detail__event-description {
    font-size: 16px;
    line-height: 24px;
    color: var(--nt-color-text);
    margin-bottom: 16px;
    min-height: 96px;
}

/* Event Details */
.handmade-plaza-shop-detail__event-details {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.handmade-plaza-shop-detail__event-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.handmade-plaza-shop-detail__event-detail-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.handmade-plaza-shop-detail__event-detail-text {
    font-size: 16px;
    color: var(--nt-color-text);
}

/* Event Dates */
.handmade-plaza-shop-detail__event-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.handmade-plaza-shop-detail__event-date-badge {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 12px;
    color: var(--nt-color-text);
}

/* Event Date Badge - Day of Week Colors */
.handmade-plaza-shop-detail__event-date-badge--sun {
    background-color: #ffe5e5; /* Sunday - Light red */
}

.handmade-plaza-shop-detail__event-date-badge--mon {
    background-color: #d9e9f2; /* Monday - Light blue */
}

.handmade-plaza-shop-detail__event-date-badge--tue {
    background-color: #ffe5d9; /* Tuesday - Light orange */
}

.handmade-plaza-shop-detail__event-date-badge--wed {
    background-color: #e5f2d9; /* Wednesday - Light green */
}

.handmade-plaza-shop-detail__event-date-badge--thu {
    background-color: #e5f5e5; /* Thursday - Light yellow-green */
}

.handmade-plaza-shop-detail__event-date-badge--fri {
    background-color: #ffe5f0; /* Friday - Light pink */
}

.handmade-plaza-shop-detail__event-date-badge--sat {
    background-color: #e5e5f2; /* Saturday - Light purple */
}

/* Back Button */
.handmade-plaza-shop-detail__back {
    text-align: center;
    margin: 40px 0 100px;
}

.handmade-plaza-shop-detail__back-button {
    display: inline-block;
    width: 340px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255, 217, 5, 0.96);
    border: 2px solid #000;
    border-radius: 30px;
    color: #000;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.handmade-plaza-shop-detail__back-button:hover {
    background-color: #FFD905;
    opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
    .handmade-plaza-shop-detail__events {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .handmade-plaza-shop-detail {
        padding: 20px 10px 40px;
        margin: 0 10px;
    }

    .handmade-plaza-shop-detail__tag {
        width: 65px;
    }

    .handmade-plaza-shop-detail__tag-text {
        font-size: 14px;
    }

    .handmade-plaza-shop-detail__header {
        padding-left: 80px;
    }

    .handmade-plaza-shop-detail__shop-name {
        font-size: 24px;
        padding-left: 0;
    }

    .handmade-plaza-shop-detail__social-links {
        position: static;
        margin-top: 16px;
        margin-left: 0;
    }

    .handmade-plaza-shop-detail__description {
        font-size: 16px;
        line-height: 24px;
    }

    .handmade-plaza-shop-detail__events {
        grid-template-columns: 1fr;
    }

    .handmade-plaza-shop-detail__event-card {
        min-height: auto;
    }

    .handmade-plaza-shop-detail__back-button {
        width: 100%;
        max-width: 340px;
        font-size: 20px;
    }
}

/* Tedukurihiroba Gallery Page */
.handmade-plaza-gallery {
    max-width: 1190px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.handmade-plaza-gallery__title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: var(--nt-color-text);
}

.handmade-plaza-gallery__main-title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.handmade-plaza-gallery__main-title::after {
    background-color: #a1cb4a;
    content: "";
    display: block;
    width: 105px;
    height: 5px;
    margin: 20px auto 0;
}

.handmade-plaza-gallery__images {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 60px;
}

.handmade-plaza-gallery__image-item {
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: var(--nt-border-radius-md);
    background-color: var(--nt-color-bg);
}

.handmade-plaza-gallery__image {
    width: auto;
    height: 100%;
    object-fit: cover;
    display: block;
}

.handmade-plaza-gallery__no-images {
    text-align: center;
    padding: 60px 20px;
    color: var(--nt-color-text);
    font-size: var(--nt-font-size-lg);
}

.handmade-plaza-gallery__year-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1000px;
}

.handmade-plaza-gallery__year-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    text-align: center;
    border: 1px solid var(--nt-color-primary);
    border-radius: 0;
    background-color: var(--nt-color-white);
    color: var(--nt-color-text);
    font-size: var(--nt-font-size-lg);
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.handmade-plaza-gallery__year-btn:hover {
    background-color: #FFD905;
    opacity: 1;
}

.handmade-plaza-gallery__year-btn--active {
    background-color: #FFD905;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 1024px) {
    .handmade-plaza-gallery__images {
        gap: 12px;
    }

    .handmade-plaza-gallery__image-item {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .handmade-plaza-gallery {
        padding: 20px 10px 40px;
    }

    .handmade-plaza-gallery__title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .handmade-plaza-gallery__main-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .handmade-plaza-gallery__images {
        gap: 8px;
        margin-bottom: 40px;
    }

    .handmade-plaza-gallery__image-item {
        height: 200px;
    }

    .handmade-plaza-gallery__year-section {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .handmade-plaza-gallery__year-grid {
        gap: 12px;
    }

    .handmade-plaza-gallery__year-btn {
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
        font-size: var(--nt-font-size-base);
    }
}

/* Tedukurihiroba About Page */
.tedukurihiroba-about__content {
    max-width: 1190px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.tedukurihiroba-about__inner {
    padding: 40px 50px 60px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
}

.tedukurihiroba-about__main-title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.tedukurihiroba-about__main-title::after {
    background-color: #69a2d7;
    content: "";
    display: block;
    width: 105px;
    height: 5px;
    margin: 20px auto 0;
}

.tedukurihiroba-about__section {
    margin-bottom: 40px;
}

.tedukurihiroba-about__section:last-child {
    margin-bottom: 0;
}
.tedukurihiroba-about__section-content {
    display: flex;
    gap: 20px;
}

.tedukurihiroba-about__sub-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
    color: #e8445d;
}
.tedukurihiroba-about__sub-title::after {
    margin-top: 8px;
    content: "";
    display: block;
    width: 38px;
    height: 5px;
    background-color: #e8445d;
}

.tedukurihiroba-about__text {
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
    font-weight: 500;
}

.tedukurihiroba-about__link {
    margin-top: 30px;
    text-align: center;
}

.tedukurihiroba-about__link-button {
    display: inline-block;
    padding: 12px 40px;
    background-color: var(--nt-color-primary);
    color: var(--nt-color-white);
    text-decoration: none;
    font-size: var(--nt-font-size-base);
    font-weight: bold;
    border-radius: var(--nt-border-radius-md);
    transition: opacity 0.3s ease;
}

.tedukurihiroba-about__link-button:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .tedukurihiroba-about__content {
        padding: 20px 10px;
    }

    .tedukurihiroba-about__inner {
        padding: 20px;
    }

    .tedukurihiroba-about__main-title {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .tedukurihiroba-about__section {
        margin-bottom: 30px;
    }
    .tedukurihiroba-about__section-content {
        flex-direction: column;
        align-items: center;
    }

    .tedukurihiroba-about__sub-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-left: 10px;
    }

    .tedukurihiroba-about__text {
        font-size: 13px;
        line-height: 1.8;
    }

    .tedukurihiroba-about__link {
        margin-top: 20px;
    }

    .tedukurihiroba-about__link-button {
        padding: 10px 30px;
        font-size: 13px;
        width: 100%;
        max-width: 300px;
    }
}

/* Tedukurihiroba Contact Page */
/* ========================================
   Tedukurihiroba Access Page
   ======================================== */
.tedukurihiroba-access-wrapper{
    background: url('../img/tedukurihiroba/top_news_bg.jpg') top center;
    background-repeat: repeat;
    box-sizing: border-box;
}
.tedukurihiroba-access {
    max-width: 1190px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.tedukurihiroba-access__main-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.tedukurihiroba-access__main-title::after {
    content: "";
    display: block;
    width: 105px;
    height: 5px;
    background-color: #7FC0B5;
    margin: 16px auto 0;
}

.tedukurihiroba-access__map {
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
}

.tedukurihiroba-access__map iframe {
    display: block;
}

.tedukurihiroba-access__venue {
    margin-bottom: 80px;
    padding: var(--nt-spacing-md) var(--nt-spacing-lg);
    border-left: 4px solid #7FC0B5;
    background-color: var(--nt-color-bg-light);
}

.tedukurihiroba-access__venue-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.tedukurihiroba-access__venue-address,
.tedukurihiroba-access__venue-contact {
    font-size: var(--nt-font-size-sm);
    color: var(--nt-color-text-light);
    margin-bottom: 2px;
}

.tedukurihiroba-access__venue-contact a {
    color: var(--nt-color-text-light);
    text-decoration: underline;
}

/* Nav icons */
.tedukurihiroba-access__nav {
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.tedukurihiroba-access__nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--nt-spacing-sm);
    text-decoration: none;
    color: var(--nt-color-text);
    font-size: 24px;
    transition: opacity 0.2s;
}

.tedukurihiroba-access__nav-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.tedukurihiroba-access__nav-item:hover {
    opacity: 0.7;
}

/* Transport sections */
.tedukurihiroba-access__section {
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 40px 40px;
}

.tedukurihiroba-access__section-divider {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.tedukurihiroba-access__section-divider::before,
.tedukurihiroba-access__section-divider::after {
    content: "";
    flex: 1;
    height: 10px;
    background-color: var(--nt-color-primary);
}

.tedukurihiroba-access__section-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.tedukurihiroba-access__section-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-bottom: 42px;
}

/* Highlight box (train walk time) */
.tedukurihiroba-access__highlight {
    margin: 0 auto 28px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #D6EBE8;
    text-underline-offset: 5px;
    text-decoration-thickness: 10px;
}

.tedukurihiroba-access__highlight span {
    color: var(--brown, #533C1A);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/* Route diagram (train) */
.tedukurihiroba-access__route {
    max-width: 720px;
    margin: 0 auto 12px;
}

.tedukurihiroba-access__route-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 16px;
}

.tedukurihiroba-access__route-station {
    flex-shrink: 0;
    padding: 6px 14px;
    border-radius: 10px;
    border: 1px solid var(--512711, #512711);
    background: #FFF;
    font-size: 18px;
    text-align: center;
    color: var(--512711, #512711);
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1.8px;
}

.tedukurihiroba-access__route-station--dest {
    background-color: #533C1A;
    color: #fff;
    border-radius: 40px;
    width: 62px;
    height: 62px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1.8px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tedukurihiroba-access__route-leg {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
}

.tedukurihiroba-access__route-leg-time {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.8px;
}

.tedukurihiroba-access__route-leg-time span {
    font-size: 24px;
}
.tedukurihiroba-access__route-leg-arrow {
    width: 100%;
    height: 2px;
    background-color: #512711;
    position: relative;
    margin: 2px 0;
}

.tedukurihiroba-access__route-leg-name {
    font-size: 11px;
    color: #666;
    text-align: center;
    line-height: 1.4;
    margin-top: 2px;
}

.tedukurihiroba-access__route-total {
    margin-left: 16px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: 1.8px;
}

.tedukurihiroba-access__route-total span {
    color: var(--2, #7FC0B5);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 2.4px;
}

.tedukurihiroba-access__search-link {
    text-align: right;
    font-size: 13px;
    max-width: 720px;
    margin: 0 auto;
}

.tedukurihiroba-access__search-link a {
    color: var(--nt-color-text-light);
    text-decoration: underline;
}

/* Bus list */
.tedukurihiroba-access__bus-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 620px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tedukurihiroba-access__bus-item {
    margin-bottom: 14px;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-color: #D6EBE8;
    text-underline-offset: 5px;
    text-decoration-thickness: 10px;
}

.tedukurihiroba-access__bus-stop {
    color: var(--brown, #533C1A);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 100% */
}

/* Taxi list */
.tedukurihiroba-access__taxi-list {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.tedukurihiroba-access__taxi-item {
    padding: 16px 24px;
    min-width: 160px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-color: #D6EBE8;
    text-underline-offset: 5px;
    text-decoration-thickness: 10px;
}

.tedukurihiroba-access__taxi-station {
    color: var(--brown, #533C1A);
    font-size: 24px;
    font-weight: 400;
    line-height: 24px; /* 100% */
}

.tedukurihiroba-access__taxi-time span {
    color: var(--brown, #533C1A);
    font-size: 24px;
    font-weight: 400;
    line-height: 24px; /* 100% */
}

/* Car list */
.tedukurihiroba-access__car-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 620px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}

.tedukurihiroba-access__car-item {
    margin-bottom: 14px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-color: #D6EBE8;
    text-underline-offset: 5px;
    text-decoration-thickness: 10px;
}


.tedukurihiroba-access__car-item span {
    color: var(--brown, #533C1A);
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.tedukurihiroba-access__note {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.tedukurihiroba-access__note a {
    text-decoration: underline;
}

/* Parking section */
.tedukurihiroba-access__parking {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 40px;
    margin-top: 37px;
}

.tedukurihiroba-access__parking-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.tedukurihiroba-access__parking-lots {
    display: flex;
    gap: 30px;
}

.tedukurihiroba-access__parking-lot {
    flex: 1;
}

.tedukurihiroba-access__parking-lot-name {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #7FC0B5;
}

.tedukurihiroba-access__parking-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.tedukurihiroba-access__parking-table th,
.tedukurihiroba-access__parking-table td {
    padding: 8px 6px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    line-height: 1.6;
}

.tedukurihiroba-access__parking-table th {
    font-weight: bold;
    white-space: nowrap;
    width: 76px;
    color: var(--nt-color-text-light);
}

.tedukurihiroba-access__parking-map {
    text-align: right;
    margin-top: 8px;
    font-size: 13px;
}

.tedukurihiroba-access__parking-map a {
    color: var(--nt-color-text-light);
    text-decoration: none;
}

.tedukurihiroba-access__parking-map a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
    /* Base */
    .tedukurihiroba-access {
        padding: 20px 10px;
    }

    .tedukurihiroba-access__main-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .tedukurihiroba-access__main-title::after {
        width: 70px;
        height: 3px;
        margin-top: 10px;
    }

    /* Map */
    .tedukurihiroba-access__map iframe {
        height: 280px;
    }

    /* Venue */
    .tedukurihiroba-access__venue {
        margin-bottom: 32px;
        padding: 10px 14px;
    }

    .tedukurihiroba-access__venue-name {
        font-size: 13px;
    }

    .tedukurihiroba-access__venue-address,
    .tedukurihiroba-access__venue-contact {
        font-size: 11px;
    }

    /* Nav icons */
    .tedukurihiroba-access__nav {
        gap: 10px;
        margin-bottom: 28px;
    }

    .tedukurihiroba-access__nav-item {
        font-size: 11px;
        gap: 4px;
    }

    .tedukurihiroba-access__nav-item img {
        width: 56px;
        height: 56px;
    }

    /* Section common */
    .tedukurihiroba-access__section {
        padding: 20px 14px 28px;
        margin-bottom: 24px;
    }

    .tedukurihiroba-access__section-divider::before,
    .tedukurihiroba-access__section-divider::after {
        height: 6px;
    }

    .tedukurihiroba-access__section-icon {
        width: 52px;
        height: 52px;
    }

    .tedukurihiroba-access__section-title {
        font-size: 15px;
        letter-spacing: 1.2px;
        margin-bottom: 18px;
    }

    /* Highlight */
    .tedukurihiroba-access__highlight {
        font-size: 12px;
        margin-bottom: 20px;
        text-decoration-thickness: 6px;
    }

    .tedukurihiroba-access__highlight span {
        font-size: 14px;
    }

    /* Route diagram - compact vertical, labels beside line */
    .tedukurihiroba-access__route {
        max-width: 100%;
        margin-bottom: 4px;
    }

    .tedukurihiroba-access__route-row {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
        margin-bottom: 40px;
    }

    .tedukurihiroba-access__route-row:last-child {
        margin-bottom: 12px;
    }

    .tedukurihiroba-access__route-station {
        font-size: 12px;
        padding: 5px 14px;
        letter-spacing: 1px;
    }

    .tedukurihiroba-access__route-station--dest {
        width: 46px;
        height: 46px;
        font-size: 12px;
    }

    /* Leg: 3-column grid - time | arrow | name */
    .tedukurihiroba-access__route-leg {
        display: grid;
        grid-template-areas: "time arrow name";
        grid-template-columns: 1fr 2px 1fr;
        column-gap: 8px;
        row-gap: 0;
        padding: 0;
        width: 100%;
        min-width: auto;
        align-items: center;
    }

    .tedukurihiroba-access__route-leg-arrow {
        grid-area: arrow;
        width: 2px;
        height: calc(100% + 2px);
        margin: -1px 0;
        position: static;
    }

    .tedukurihiroba-access__route-leg-time {
        grid-area: time;
        text-align: right;
        font-size: 12px;
        letter-spacing: 0.8px;
        margin-bottom: 0;
        padding: 4px 0;
    }

    .tedukurihiroba-access__route-leg-time span {
        font-size: 14px;
    }

    .tedukurihiroba-access__route-leg-name {
        grid-area: name;
        text-align: left;
        font-size: 10px;
        padding: 4px 0;
    }

    .tedukurihiroba-access__route-total {
        margin-left: 0;
        margin-top: 6px;
        font-size: 13px;
        letter-spacing: 0.8px;
        width: auto;
        text-align: center;
    }

    .tedukurihiroba-access__route-total span {
        font-size: 16px;
    }

    .tedukurihiroba-access__search-link {
        text-align: right;
        font-size: 12px;
    }

    /* Bus */
    .tedukurihiroba-access__bus-list {
        gap: 16px;
    }

    .tedukurihiroba-access__bus-item {
        font-size: 12px;
        line-height: 1.6;
        text-decoration-thickness: 6px;
        margin-bottom: 0;
    }

    .tedukurihiroba-access__bus-stop {
        font-size: 14px;
    }

    /* Taxi */
    .tedukurihiroba-access__taxi-list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .tedukurihiroba-access__taxi-item {
        width: 100%;
        max-width: 260px;
        padding: 10px 16px;
        font-size: 12px;
        text-decoration-thickness: 6px;
    }

    .tedukurihiroba-access__taxi-station {
        font-size: 13px;
    }

    .tedukurihiroba-access__taxi-time span {
        font-size: 15px;
    }

    /* Car */
    .tedukurihiroba-access__car-list {
        gap: 16px;
        margin-bottom: 20px;
    }

    .tedukurihiroba-access__car-item {
        font-size: 12px;
        line-height: 1.6;
        text-decoration-thickness: 6px;
        margin-bottom: 0;
    }

    .tedukurihiroba-access__car-item span {
        font-size: 14px;
    }

    .tedukurihiroba-access__note {
        font-size: 11px;
    }

    /* Parking */
    .tedukurihiroba-access__parking {
        padding: 16px 10px;
        margin-top: 20px;
    }

    .tedukurihiroba-access__parking-title {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .tedukurihiroba-access__parking-lots {
        flex-direction: column;
        gap: 0;
    }

    .tedukurihiroba-access__parking-lot {
        margin-bottom: 20px;
    }

    .tedukurihiroba-access__parking-lot:last-child {
        margin-bottom: 0;
    }

    .tedukurihiroba-access__parking-lot-name {
        font-size: 13px;
    }

    .tedukurihiroba-access__parking-table {
        font-size: 11px;
    }

    .tedukurihiroba-access__parking-table th {
        width: 64px;
    }

    .tedukurihiroba-access__parking-map {
        font-size: 11px;
    }
}

.handmade-plaza-contact {
    max-width: 1190px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.handmade-plaza-contact__main-title {
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    letter-spacing: 3.52px;
    font-weight: bold;
    text-align: center;
}

.handmade-plaza-contact__main-title::after {
    background-color: #70dcff;
    content: "";
    display: block;
    width: 105px;
    height: 5px;
    margin: 20px auto 0;
}

.handmade-plaza-contact__content {
    max-width: 1000px;
    margin: 0 auto;
}

.handmade-plaza-contact__inner {
    padding: 40px 50px 60px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 40px;
}

.handmade-plaza-contact__section {
    margin-bottom: 30px;
}

.handmade-plaza-contact__section:last-child {
    margin-bottom: 0;
}

.handmade-plaza-contact__text {
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
    font-weight: 500;
    margin-bottom: 15px;
}

.handmade-plaza-contact__deadline {
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
    font-weight: bold;
    color: var(--nt-color-primary);
    margin-top: 20px;
}

.handmade-plaza-contact__downloads {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.handmade-plaza-contact__download-button {
    display: inline-block;
    background-color: #f3dd23;
    color: var(--nt-color-text);
    text-decoration: none;
    font-size: var(--nt-font-size-base);
    font-weight: bold;
    transition: opacity 0.3s ease;
    text-align: center;
    position: relative;
    padding-right: 50px;
    border: 1px solid #533c1a;
    border-radius: 20px;
    line-height: 36px;
    height: 40px;
    max-width: 300px;
}

.handmade-plaza-contact__download-button::after {
    content: "▶";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.handmade-plaza-contact__download-button:hover {
    opacity: 0.8;
}

.handmade-plaza-contact__info {
    margin: 0;
}

.handmade-plaza-contact__info-item {
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--nt-color-text);
}

.handmade-plaza-contact__info-item:last-child {
    margin-bottom: 0;
}

.handmade-plaza-contact__info-label {
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
}

.handmade-plaza-contact__info-link {
    color: var(--nt-color-text);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.handmade-plaza-contact__info-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.handmade-plaza-contact__info-text {
    color: var(--nt-color-text);
}

.handmade-plaza-contact__contact-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 21px 27px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.handmade-plaza-contact__button-wrapper {
    flex: 0 0 auto;
}

.handmade-plaza-contact__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    background-color: #FFD905;
    color: var(--nt-color-text);
    text-decoration: none;
    font-size: var(--nt-font-size-base);
    font-weight: bold;
    border: 1px solid #f3dd23;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    min-width: 200px;
    min-height: 120px;
    box-sizing: border-box;
}

.handmade-plaza-contact__button-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background: url('../img/tedukurihiroba/nav_contact.png') center center no-repeat;
    background-size: contain;
    opacity: 0.8;
}

.handmade-plaza-contact__button-text {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.4;
}

.handmade-plaza-contact__button:hover {
    opacity: 0.9;
}

.handmade-plaza-contact__info-wrapper {
    flex: 1 1 auto;
}

.handmade-plaza-contact__info {
    margin: 0;
}

@media (max-width: 767px) {
    .handmade-plaza-contact {
        padding: 20px 10px 40px;
    }

    .handmade-plaza-contact__main-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .handmade-plaza-contact__inner {
        padding: 20px;
        margin-bottom: 30px;
    }

    .handmade-plaza-contact__section {
        margin-bottom: 25px;
    }

    .handmade-plaza-contact__text {
        font-size: 13px;
        line-height: 1.8;
    }

    .handmade-plaza-contact__deadline {
        font-size: 13px;
    }

    .handmade-plaza-contact__downloads {
        gap: 12px;
    }

    .handmade-plaza-contact__download-button {
        padding-right: 45px;
        font-size: 13px;
    }

    .handmade-plaza-contact__contact-section {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        max-width: 100%;
    }

    .handmade-plaza-contact__button-wrapper {
        width: 100%;
    }

    .handmade-plaza-contact__button {
        min-width: 100%;
        min-height: 100px;
        padding: 15px 20px;
    }

    .handmade-plaza-contact__button-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 8px;
    }

    .handmade-plaza-contact__button-text {
        font-size: 13px;
    }

    .handmade-plaza-contact__info-wrapper {
        width: 100%;
    }

    .handmade-plaza-contact__info-item {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .handmade-plaza-contact__info-label {
        display: inline-block;
        margin-right: 5px;
    }
}

.handmade-plaza-news {
    background: url('../img/tedukurihiroba/top_news_bg.jpg') top center;
    /* background-size: cover; */
    background-repeat: repeat;
    box-sizing: border-box;
}

.handmade-plaza__breadcrumb {
    max-width: 1190px;
    margin: 0 auto;
    padding: 20px 20px 0;
    font-size: 12px;
    font-family: var(--nt-font-family);
    color: var(--nt-color-text);
}

.handmade-plaza__breadcrumb a {
    color: var(--nt-color-text);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.handmade-plaza__breadcrumb a:hover {
    opacity: 0.7;
}

.handmade-plaza__breadcrumb span {
    color: var(--nt-color-text);
}

.handmade-plaza-news__inner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 1190px;
    margin: 0 auto;
    padding: 40px 20px;
}

.handmade-plaza-news__main {
    flex: 1;
    min-width: 0;
}

.handmade-plaza-news__search {
    margin-bottom: 24px;
    padding: 20px;
    background: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray-border-light);
    border-radius: var(--nt-border-radius-lg);
}

.handmade-plaza-news__search-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.handmade-plaza-news__search-item {
    flex: 1;
    min-width: 200px;
}

.handmade-plaza-news__search-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
}

.handmade-plaza-news__search-checkbox {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.handmade-plaza-news__search-checkbox-text {
    user-select: none;
}

.handmade-plaza-news__search-actions {
    display: flex;
    gap: 12px;
}

.handmade-plaza-news__search-submit,
.handmade-plaza-news__search-reset {
    padding: 8px 24px;
    font-size: var(--nt-font-size-base);
    border-radius: var(--nt-border-radius-md);
    border: 1px solid var(--nt-color-gray-border);
    background: var(--nt-color-white);
    color: var(--nt-color-text);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.handmade-plaza-news__search-submit {
    background: var(--nt-color-primary);
    color: var(--nt-color-white);
    border-color: var(--nt-color-primary);
}

.handmade-plaza-news__search-submit:hover {
    background: #44001a;
    border-color: #44001a;
}

.handmade-plaza-news__search-reset:hover {
    background: var(--nt-color-bg);
    border-color: var(--nt-color-gray-border-light);
}

@media (max-width: 767px) {
    .handmade-plaza-news__search-form {
        flex-direction: column;
        align-items: stretch;
    }

    .handmade-plaza-news__search-item {
        min-width: auto;
    }

    .handmade-plaza-news__search-actions {
        width: 100%;
    }

    .handmade-plaza-news__search-submit,
    .handmade-plaza-news__search-reset {
        flex: 1;
        text-align: center;
    }
}

.handmade-plaza-news__list {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    margin-bottom: 40px;
    border: 1px solid var(--nt-color-gray-border-light);
    border-radius: var(--nt-border-radius-lg);
    overflow: hidden;
}

.handmade-plaza-news__item {
    background: var(--nt-color-white);
    padding: 30px 20px;
    transition: box-shadow 0.3s ease;
    border-bottom: 1px solid var(--nt-color-gray-border-light);
}
.handmade-plaza-news__item:last-child {
    border-bottom: none;
}

.handmade-plaza-news__item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.handmade-plaza-news__item-content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.handmade-plaza-news__item-thumb {
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    overflow: hidden;
    border-radius: var(--nt-border-radius-md);
    background: var(--nt-color-bg);
}

.handmade-plaza-news__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.handmade-plaza-news__item-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.handmade-plaza-news__item-date {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: bold;
    color: #e8445d;
    margin-bottom: 6px;
}

.handmade-plaza-news__item-title {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin-bottom: 6px;
}

.handmade-plaza-news__item-link {
    color: var(--nt-color-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.handmade-plaza-news__item-description {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    color: var(--nt-color-text);
    line-height: var(--nt-line-height-base);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.handmade-plaza-news__item-readmore {
    margin-top: 8px;
    text-align: right;
}

.handmade-plaza-news__item-readmore-link {
    width: 120px;
    box-sizing: border-box;
    display: inline-block;
    background: #f3dd23 url(../img/tedukurihiroba/btn_arrow.png) no-repeat 102px center;
    border: 2px solid #533c1a;
    border-radius: 20px;
    font-size: 14px;
    color: #444;
    padding: 5px 0;
    text-align: center;
}

.handmade-plaza-news__item-readmore-link:hover {
    opacity: 0.7;
}

.handmade-plaza-news__empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--nt-color-text-light);
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-lg);
}

.handmade-plaza-news__pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/* Sidebar */
.handmade-plaza-news__sidebar {
    width: 280px;
    flex-shrink: 0;
}

.handmade-plaza-news__sidebar-section {
    margin-bottom: 20px;
    background: var(--nt-color-white);
    border: 1px solid var(--nt-color-gray-border-light);
    border-radius: var(--nt-border-radius-md);
    padding: 20px;
    position: relative;
}
.handmade-plaza-news__sidebar-section.handmade-plaza-news__sidebar-archive {
    padding: 0;
}
.handmade-plaza-news__sidebar-section:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #f3dd23;
    position: absolute;
    top: 0;
    left: 0;
}

.handmade-plaza-news__sidebar-title {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    padding-bottom: 12px;
    /* padding: 20px 20px 15px; */
}
.handmade-plaza-news__sidebar-section.handmade-plaza-news__sidebar-archive .handmade-plaza-news__sidebar-title {
    padding: 20px 20px 15px;
}

.handmade-plaza-news__sidebar-title:before {
    content: '■';
    color: #f3dd23;
    margin-right: 4px;
}
.handmade-plaza-news__sidebar-pickup {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.handmade-plaza-news__sidebar-pickup-date {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-sm);
    font-weight: bold;
    color: #e8445d;
}

.handmade-plaza-news__sidebar-pickup-thumb {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: var(--nt-border-radius-md);
    background: var(--nt-color-bg);
}

.handmade-plaza-news__sidebar-pickup-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.handmade-plaza-news__sidebar-pickup-title {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    margin: 0;
}

.handmade-plaza-news__sidebar-pickup-title a {
    color: var(--nt-color-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

.handmade-plaza-news__sidebar-recent {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.handmade-plaza-news__sidebar-recent-item {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--nt-color-gray-border-light);
}

.handmade-plaza-news__sidebar-recent-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.handmade-plaza-news__sidebar-recent-link {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.handmade-plaza-news__sidebar-recent-link:hover {
    opacity: 0.7;
}

.handmade-plaza-news__sidebar-recent-thumb {
    width: 40%;
    flex-shrink: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: var(--nt-border-radius-md);
    background: var(--nt-color-bg);
}

.handmade-plaza-news__sidebar-recent-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.handmade-plaza-news__sidebar-recent-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.handmade-plaza-news__sidebar-recent-date {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-sm);
    font-weight: bold;
    color: #e8445d;
}

.handmade-plaza-news__sidebar-recent-title {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    color: var(--nt-color-text);
    line-height: var(--nt-line-height-base);
}

.handmade-plaza-news__sidebar-archive {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
}

.handmade-plaza-news__sidebar-archive-item {
    /* padding-bottom: 8px; */
    border-bottom: 1px solid var(--nt-color-gray-border-light);
}

.handmade-plaza-news__sidebar-archive-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.handmade-plaza-news__sidebar-archive-link {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    color: var(--nt-color-text);
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Archive accordion styles */
.handmade-plaza-news__sidebar-archive-year {
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    transition: color 0.3s ease;
    font-weight: bold;
    font-size: 16px;
    background-color: #f3dd23;
    position: relative;
    padding: 12px 20px;
    line-height: 1;
    border-top: 1px solid #ddd;
}

.handmade-plaza-news__sidebar-archive-year::after {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--nt-color-text);
    transition: transform 0.3s ease, border-top-color 0.3s ease;
}

.handmade-plaza-news__sidebar-archive-year.is-open::after {
    transform: translateY(-50%) rotate(180deg);
    border-top-color: var(--nt-color-primary);
}

.handmade-plaza-news__sidebar-archive-months {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.handmade-plaza-news__sidebar-archive-month-item {
    border-top: 1px solid #ddd;
    padding: 0;
}

.handmade-plaza-news__sidebar-archive-month {
    display: block;
    padding: 12px 20px 12px 16px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: var(--nt-color-text);
    text-decoration: none;
    background: url(../img/tedukurihiroba/icon_arrow02.png) right 19px center no-repeat #fff;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* News Detail Page Styles */
.handmade-plaza-news-detail__article {
    padding: 0 24px 36px;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

.handmade-plaza-news-detail__title {
    margin-top: 28px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
    border-bottom: 1px solid #e8445d;
}

.handmade-plaza-news-detail__meta {
    margin-bottom: 24px;
}

.handmade-plaza-news-detail__date {
    text-align: right;
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    color: #e8445d;
}

.handmade-plaza-news-detail__content {
    margin-bottom: 32px;
}

.handmade-plaza-news-detail__description {
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    color: var(--nt-color-text);
    line-height: var(--nt-line-height-base);
}

.handmade-plaza-news-detail__description p {
    margin-bottom: 16px;
}

.handmade-plaza-news-detail__description p:last-child {
    margin-bottom: 0;
}

.handmade-plaza-news-detail__description h2,
.handmade-plaza-news-detail__description h3 {
    border-bottom: 1px solid #e8445d;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.handmade-plaza-news-detail__description img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
}

.handmade-plaza-news-detail__description a {
    color: var(--nt-color-primary);
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.handmade-plaza-news-detail__description a:hover {
    opacity: 0.7;
}

.handmade-plaza-news-detail__link {
    margin-bottom: 32px;
    text-align: center;
}

.handmade-plaza-news-detail__link-button {
    display: inline-block;
    padding: 12px 32px;
    background: var(--nt-color-primary);
    color: var(--nt-color-white);
    font-family: var(--nt-font-family);
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    text-decoration: none;
    border-radius: var(--nt-border-radius-md);
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.handmade-plaza-news-detail__link-button:hover {
    background: #44001a;
    opacity: 0.9;
}

.handmade-plaza-news-detail__back {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid var(--nt-color-gray-border-light);
}

.handmade-plaza-news-detail__back-link {
    box-sizing: border-box;
    display: inline-block;
    background: #f3dd23 url(../img/tedukurihiroba/btn_arrow.png) no-repeat 160px center;
    width: 180px;
    height: 40px;
    border: 2px solid #533c1a;
    border-radius: 20px;
    font-size: 14px;
    color: #444;
    line-height: 36px;
    text-align: center;
}

@media (max-width: 1024px) {
    .handmade-plaza-news__inner {
        flex-direction: column;
        gap: 32px;
    }

    .handmade-plaza-news__main {
        order: 1;
    }

    .handmade-plaza-news__sidebar {
        order: 2;
    }

    .handmade-plaza-news__sidebar {
        width: 100%;
    }

    .handmade-plaza-news__item-content {
        flex-direction: column;
    }

    .handmade-plaza-news__item-thumb {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 767px) {

    .handmade-plaza-news {
        padding: 0 10px;
    }

    .handmade-plaza__breadcrumb {
        padding: 16px 10px 0;
    }

    .handmade-plaza-news__list {
        gap: 16px;
        margin-bottom: 32px;
    }

    .handmade-plaza-news__item {
        padding: 16px;
    }

    .handmade-plaza-news__item-thumb {
        height: 150px;
    }

    .handmade-plaza-news__sidebar-section {
        padding: 16px;
        margin-bottom: 32px;
    }

    .handmade-plaza-news-detail__article {
        padding: 24px 16px;
    }

    .handmade-plaza-news-detail__title {
        font-size: 20px;
        padding-bottom: 16px;
        margin-bottom: 12px;
    }

    .handmade-plaza-news-detail__date {
        font-size: var(--nt-font-size-sm);
    }

    .handmade-plaza-news-detail__thumb {
        margin-bottom: 24px;
    }

    .handmade-plaza-news-detail__content {
        margin-bottom: 24px;
    }

    .handmade-plaza-news-detail__description {
        font-size: var(--nt-font-size-sm);
    }

    .handmade-plaza-news-detail__link {
        margin-bottom: 24px;
    }

    .handmade-plaza-news-detail__link-button {
        padding: 10px 24px;
        font-size: var(--nt-font-size-sm);
        width: 100%;
        box-sizing: border-box;
    }

    .handmade-plaza-news-detail__prev-next {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
        padding-top: 24px;
    }

    .handmade-plaza-news-detail__prev-link,
    .handmade-plaza-news-detail__next-link {
        padding: 12px;
    }

    .handmade-plaza-news-detail__prev-title,
    .handmade-plaza-news-detail__next-title {
        font-size: var(--nt-font-size-sm);
    }

    .handmade-plaza-news-detail__back {
        padding-top: 24px;
    }
}

/* ========================================
   Recruit Page (#recruit_v2)
   Based on corporate/recruit CSS
   ======================================== */

/* --- Common reset inside recruit --- */
#recruit_v2 #oneWrap h2 {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#recruit_v2 #oneWrap h3 {
    margin: 0;
    padding: 0;
}
#recruit_v2 #oneWrap a {
    font-weight: bold;
}
#recruit_v2 #oneWrap {
    margin-bottom: 30px;
}
#recruit_v2 .is_pc {
    display: block;
}
#recruit_v2 .is_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    #recruit_v2 .is_pc {
        display: none;
    }
    #recruit_v2 .is_sp {
        display: block;
    }
}

/* --- Title styles --- */
#recruit_v2 #oneWrap .titleStyle01 {
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #5a052d;
    letter-spacing: .3em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #oneWrap .titleStyle01 {
        padding-bottom: 20px;
        font-size: 22px;
        letter-spacing: .1em;
    }
}
#recruit_v2 #oneWrap .titleStyle01::after {
    content: "";
    display: block;
    width: 3.5em;
    height: 2px;
    margin: 10px auto 0;
    background: #5a052d;
}
#recruit_v2 #oneWrap .titleStyle02 {
    margin: 0 auto 40px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #oneWrap .titleStyle02 {
        margin: 0 0 30px;
        text-align: center;
        width: 100%;
    }
}
#recruit_v2 #oneWrap .titleStyle02 span {
    display: inline-block;
    padding: 4px 20px;
    min-width: 320px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #dc858d;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #oneWrap .titleStyle02 span {
        display: block;
        padding: 4px 20px;
        min-width: inherit;
        font-size: 20px;
    }
}

/* --- Slider (secHead) --- */
#recruit_v2 .secHead {
    position: relative;
    margin-bottom: 30px;
}
#recruit_v2 .recruitSlide {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 480px;
    background: #000;
}
@media screen and (max-width: 767px) {
    #recruit_v2 .recruitSlide {
        height: 260px;
    }
}
#recruit_v2 .recruitSlide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
}
#recruit_v2 .recruitSlide img.is-active {
    opacity: 1;
}
#recruit_v2 .nt-slider-dots {
    display: none;
}
#recruit_v2 .nt-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
}
#recruit_v2 .nt-slider-dot.is-active {
    background: #5a052d;
}
#recruit_v2 .secHead h2 {
    position: absolute;
    top: 45px;
    left: 40px;
    transform: none;
    z-index: 2;
    width: 648px;
    max-width: calc(100% - 40px);
    text-align: left;
}
@media screen and (max-width: 767px) {
    #recruit_v2 .secHead h2 {
        top: 15px;
        left: 16px;
        max-width: calc(100% - 32px);
        width: auto;
    }
}
#recruit_v2 .secHead h2 img {
    max-width: 100%;
    height: auto;
}

/* --- Anchor Navigation --- */
#recruit_v2 .anchorNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 .anchorNav {
        justify-content: flex-start;
        margin: 0 0 50px;
    }
}
#recruit_v2 .anchorNav li {
    flex-basis: 20%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
    #recruit_v2 .anchorNav li {
        flex-basis: 33.33%;
    }
}
#recruit_v2 .anchorNav li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #a05569;
    transition: .3s;
    padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 .anchorNav li a {
        height: 50px;
        font-size: 12px;
    }
}
#recruit_v2 .anchorNav li a:hover {
    opacity: .7;
}
#recruit_v2 .anchorNav li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
}

/* --- Concept --- */
#recruit_v2 #concept {
    text-align: center;
    margin-bottom: 80px;
}
#recruit_v2 #concept .recruitWrapper {
    position: relative;
    min-height: 750px;
    padding: 0 300px;
    box-sizing: border-box;
    overflow: visible;
}
#recruit_v2 #concept .recruitWrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 635px;
    background: url(../img/corporate/recruit/concept_img01.png) no-repeat left top;
    background-size: contain;
    pointer-events: none;
}
#recruit_v2 #concept .recruitWrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 492px;
    background: url(../img/corporate/recruit/concept_img02.png) no-repeat right top;
    background-size: contain;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    #recruit_v2 #concept .recruitWrapper {
        min-height: inherit;
        padding: 0;
    }
    #recruit_v2 #concept .recruitWrapper::before,
    #recruit_v2 #concept .recruitWrapper::after {
        display: none;
    }
}
#recruit_v2 #concept h2 {
    position: relative;
    z-index: 1;
    width: 561px;
    max-width: 90%;
    margin: 0 auto 50px;
    font-size: 16px;
}
#recruit_v2 #concept .recruitWrapper img {
    width: 561px;
    max-width: 90%;
    margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #concept .recruitWrapper img {
        width: 80vw;
        margin: 0 auto 20px;
    }
}
#recruit_v2 #concept p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #concept p {
        font-size: 14px;
        text-align: left;
    }
}
#recruit_v2 #concept p:not(:last-child) {
    margin-bottom: 20px;
}

/* --- Outline --- */
#recruit_v2 #outline {
    margin-bottom: 80px;
    padding-top: 20px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #outline {
        margin-bottom: 40px;
        padding-top: 0;
    }
}
#recruit_v2 #outline .outlineSubHead {
    background: #dc858d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 13px 20px;
    /* margin-bottom: 40px; */
    width: fit-content;
    margin: 0 auto 40px;
    min-width: 300px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #outline .outlineSubHead {
        font-size: 16px;
        margin-bottom: 24px;
    }
}
#recruit_v2 #outline .outlineStoreList {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #outline .outlineStoreList {
        /* display: block; */
        flex-direction: column;
        gap: 10px;
        align-items: center;
        margin: 0 0 30px;
    }
}
#recruit_v2 #outline .outlineStoreList li {
    flex: 1;
    max-width: 340px;
    text-align: center;
}
#recruit_v2 #outline .outlineStoreList li img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
}
#recruit_v2 #outline .outlineStoreLabel {
    display: inline-block;
    border: 1px solid #5a052d;
    color: #5a052d;
    padding: 10px 60px;
    font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #outline .outlineStoreList li:not(:last-child) {
        margin-bottom: 30px;
    }
    #recruit_v2 #outline .outlineStoreList li img {
        height: 180px;
    }
    #recruit_v2 #outline .outlineStoreLabel {
        padding: 8px 40px;
    }
}
#recruit_v2 #outline .outlineDivider {
    height: 10px;
    margin: 0 0 50px;
    background: url(../img/corporate/recruit/line_dotted.png) repeat-x left center;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #outline .outlineDivider {
        margin-bottom: 30px;
    }
}
#recruit_v2 #outline .outlineOnline p {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #outline .outlineOnline p {
        font-size: 14px;
        text-align: left;
        margin-bottom: 20px;
    }
}
#recruit_v2 #outline .outlineOnlineImg {
    text-align: center;
    margin-bottom: 40px;
}
#recruit_v2 #outline .outlineOnlineImg img {
    max-width: 340px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #outline .outlineOnlineImg img {
        max-width: 100%;
    }
}
#recruit_v2 #outline .outlineOnlineBtn {
    text-align: center;
    margin-bottom: 20px;
}
#recruit_v2 #outline .outlineOnlineBtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 16em;
    height: 3em;
    border: 2px solid #a05569;
    color: #a05569;
    border-radius: 3em;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: opacity 0.3s;
}
#recruit_v2 #outline .outlineOnlineBtn a:hover {
    opacity: 0.7;
}

/* --- Action (Tab-based) --- */
#recruit_v2 #action {
    padding-top: 80px;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #action {
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
#recruit_v2 #action .actionTabs {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    list-style: none;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #action .actionTabs {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
#recruit_v2 #action .actionTabs {
    border-collapse: separate;
    border-spacing: 0;
}
#recruit_v2 #action .actionTabs li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 90px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #a05569;
    background: #fff;
    border: 1px solid #a05569;
    border-right-width: 0;
    cursor: pointer;
    user-select: none;
    transition: .3s;
    padding: 10px 4px;
    margin-right: 0;
}

#recruit_v2 #action .actionTabs li:last-child {
    border-right-width: 1px;
}
#recruit_v2 #action .actionTabs li:last-child {
    /* margin-right: 0; */
}
@media screen and (max-width: 767px) {
    #recruit_v2 #action .actionTabs li {
        flex-basis: 32%;
        flex-grow: 0;
        min-height: 50px;
        font-size: 11px;
        margin-right: 0;
        /* border-right: none; */
    }
    #recruit_v2 #action .actionTabs li:nth-child(3n) {
        border-right: 1px solid #a05569;
    }
    #recruit_v2 #action .actionTabs li:nth-child(n+4) {
        border-top: none;
    }
}
#recruit_v2 #action .actionTabs li:hover {
    color: #fff;
    background: #a05569;
}
#recruit_v2 #action .actionTabs li.is_active {
    color: #fff;
    background: #a05569;
    border-color: #a05569;
}
#recruit_v2 #action .actionInner {
    position: relative;
    z-index: 1;
    /* left: 50%;
    right: 50%;
    width: 100vw; */
    width: 100%;
    padding: 60px 0;
    /* margin: 0 -50vw; */
    background: #f1eeef;
}
@media only screen and (max-width: 1000px) {
    #recruit_v2 #action .actionInner {
        margin: 0;
        left: inherit;
        right: inherit;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    #recruit_v2 #action .actionInner {
        padding: 20px 0;
        background: #f1eeef;
    }
}
#recruit_v2 #action .actionBox {
    display: none;
    max-width: 940px;
    margin: 0 auto;
    padding: 40px 30px;
    background: #fff;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
}
#recruit_v2 #action .actionBox.is_visible {
    display: flex;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #action .actionBox.is_visible {
        flex-direction: column;
        gap: 16px;
        padding: 20px 16px;
    }
}
#recruit_v2 #action .actionBoxName {
    width: 170px;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: bold;
    color: #5a052d;
    line-height: 1.4;
    padding-top: 2px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #action .actionBoxName {
        width: auto;
        font-size: 18px;
    }
}
#recruit_v2 #action .actionContent {
    flex: 1;
    min-width: 0;
}
#recruit_v2 #action .actionContent h3 {
    margin-bottom: 0;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #dc858d;
}
#recruit_v2 #action .actionContent hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 0 16px;
}
#recruit_v2 #action .actionContent p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
#recruit_v2 #action .actionContentImg {
    display: flex;
    gap: 16px;
}
#recruit_v2 #action .actionContentImg img {
    width: calc(50% - 8px);
    height: 220px;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #action .actionContentImg {
        flex-direction: column;
        gap: 12px;
    }
    #recruit_v2 #action .actionContentImg img {
        width: 100%;
        height: 200px;
    }
}

/* --- Numbers --- */
#recruit_v2 #number {
    margin-bottom: 80px;
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #number {
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
#recruit_v2 #number .numberInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #number .numberInner {
        gap: 10px;
    }
}
#recruit_v2 #number .numberInner .numberDef {
    flex-basis: calc(33.33% - 14px);
    text-align: center;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #number .numberInner .numberDef {
        flex-basis: calc(50% - 6px);
    }
}
#recruit_v2 #number .numberInner .numberDef dt {
    padding: 14px 2% 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px dotted #fff;
    background: #dc858d;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #number .numberInner .numberDef dt {
        font-size: 14px;
    }
}
#recruit_v2 #number .numberInner .numberDef dd {
    padding: 24px 2%;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    background: #dc858d;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #number .numberInner .numberDef dd {
        padding: 18px 2%;
        font-size: 28px;
    }
}
#recruit_v2 #number .numberInner .numberDef dd small {
    padding: 0 4px;
    font-size: 22px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #number .numberInner .numberDef dd small {
        font-size: 16px;
    }
}

/* --- Occupation (Job Types) --- */
#recruit_v2 #occupation {
    margin-bottom: 80px;
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #occupation {
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
#recruit_v2 #occupation .occupationInner {
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #occupation .occupationInner {
        padding: 10px 0;
    }
}
#recruit_v2 #occupation .occupationInner .titleStyle02 {
    margin-bottom: 20px;
}
#recruit_v2 #occupation .occupationInner .titleStyle02 span {
    width: 100%;
    min-width: inherit;
    padding: 12px 0;
    display: block;
}
#recruit_v2 #occupation .occupationInner .occupationList + .titleStyle02 {
    position: relative;
    margin-top: 60px;
}
#recruit_v2 #occupation .occupationInner .occupationList + .titleStyle02::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 32px 0 32px;
    border-color: #dc858d transparent transparent transparent;
}
#recruit_v2 #occupation .occupationInner .occupationList + .titleStyle02 span {
    color: #5a052d;
    background: #fff;
    border: 1px solid #5a052d;
}
#recruit_v2 #occupation .occupationList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #occupation .occupationList {
        flex-direction: column;
        gap: 12px;
    }
}
#recruit_v2 #occupation .occupationList li {
    flex-basis: calc(50% - 10px);
    background: #f1eeef;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #occupation .occupationList li {
        flex-basis: 100%;
    }
}
#recruit_v2 #occupation .occupationList li dl dt {
    margin: 20px 30px 0;
    padding: 0 0 10px;
    color: #5a052d;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #5a052d;
}
#recruit_v2 #occupation .occupationList li dl dd {
    padding: 16px 30px 24px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}
#recruit_v2 #occupation .occupation_warning {
    text-align: right;
    font-size: 13px;
    margin-top:20px;
}

/* --- Daily Flow --- */
#recruit_v2 #flow {
    margin-bottom: 80px;
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #flow {
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
#recruit_v2 #flow .flowTabs {
    margin-bottom: 40px;
    display: flex;
    list-style: none;
    padding: 0;
    gap: 4px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #flow .flowTabs {
        margin-bottom: 0;
        gap: 2px;
    }
}
#recruit_v2 #flow .flowTabs li {
    flex: 1;
    text-align: center;
}
#recruit_v2 #flow .flowTabs li a {
    position: relative;
    display: block;
    padding: 14px 0;
    font-size: 16px;
    font-weight: bold;
    color: #a05569;
    border: 1px solid #a05569;
    transition: .3s;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #flow .flowTabs li a {
        padding: 10px 4px;
        font-size: 13px;
    }
}
#recruit_v2 #flow .flowTabs li a:hover,
#recruit_v2 #flow .flowTabs li.is_flow_active a {
    color: #fff;
    background: #a05569;
}
#recruit_v2 #flow .flowTabs li a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 18px solid #a05569;
    border-left: 18px solid transparent;
    z-index: 2;
    transition: .3s;
}
#recruit_v2 #flow .flowTabs li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 18px solid #fff;
    border-left: 18px solid transparent;
    z-index: 3;
    transition: .3s;
}
#recruit_v2 #flow .flowTabs li.is_flow_active a::after {
    border-top-color: #a05569;
}
#recruit_v2 #flow .flowTabs li a:hover::after {
    border-top-color: #a05569;
}
#recruit_v2 #flow .flowInner {
    max-width: 900px;
    margin: 0 auto;
    display: none;
    padding: 60px 50px;
    background: #f1eeef;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #flow .flowInner {
        padding: 30px 20px;
    }
}
#recruit_v2 #flow .flowInner.is_flow_visible {
    display: block;
}
#recruit_v2 #flow .flowInner .flowDef {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    row-gap: 50px;
    align-items: center;
}
#recruit_v2 #flow .flowInner .flowDef::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 118px;
    top: 0;
    width: 8px;
    height: 100%;
    background: #fff;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #flow .flowInner .flowDef {
        grid-template-columns: 60px 1fr;
        row-gap: 30px;
    }
    #recruit_v2 #flow .flowInner .flowDef::before {
        left: 78px;
    }
}
#recruit_v2 #flow .flowInner .flowDef dt {
    position: relative;
    z-index: 9;
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background: #dc858d;
    align-self: center;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #flow .flowInner .flowDef dt {
        padding: 10px 4px;
        font-size: 11px;
    }
}
#recruit_v2 #flow .flowInner .flowDef dt::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 18px;
    border-color: transparent transparent transparent #dc858d;
}
#recruit_v2 #flow .flowInner .flowDef dt::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -52px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #dc858d;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #flow .flowInner .flowDef dt::after {
        right: -36px;
        width: 20px;
        height: 20px;
    }
}
#recruit_v2 #flow .flowInner .flowDef dd {
    position: relative;
    z-index: 9;
    margin-left: 60px;
    padding: 12px 18px;
    font-size: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    line-height: 1.6;
    align-self: center;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #flow .flowInner .flowDef dd {
        margin-left: 40px;
        font-size: 13px;
        padding: 10px 12px;
    }
}
#recruit_v2 #flow .flowInner .flowDef + p {
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    color: #666;
}

/* --- Career --- */
#recruit_v2 #career {
    margin-bottom: 80px;
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #career {
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
#recruit_v2 #career .careerInner .careerImg {
    max-width: 900px;
    margin: 0 auto 30px;
}
#recruit_v2 #career .careerInner .careerImg img {
    width: 100%;
    height: auto;
}
#recruit_v2 #career .careerInner .careerPosition {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #career .careerInner .careerPosition {
        padding: 16px 0;
    }
}
#recruit_v2 #career .careerInner .careerPosition h3 {
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
#recruit_v2 #career .careerInner .careerPosition li {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
    list-style: none;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #career .careerInner .careerPosition li {
        font-size: 13px;
    }
}
#recruit_v2 #career .careerInner .careerPosition li em {
    font-weight: normal;
    font-style: normal;
}
#recruit_v2 #career .careerInner .careerPosition li span {
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #career .careerInner .careerPosition li em {
        display: none;
    }
    #recruit_v2 #career .careerInner .careerPosition li span {
        display: block;
        margin-top: 4px;
        margin-bottom: 12px;
    }
}

/* --- Career Chart --- */
#recruit_v2 #career .careerChart {
    max-width: 900px;
    margin: 0 auto;
}
#recruit_v2 #career .careerChart__bars {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 280px;
}
#recruit_v2 #career .careerChart__bar {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 10px;
    box-sizing: border-box;
}
#recruit_v2 #career .careerChart__bar--1 { height: 80px;  background: #e0b4c0; }
#recruit_v2 #career .careerChart__bar--2 { height: 130px; background: #c07090; }
#recruit_v2 #career .careerChart__bar--3 { height: 180px; background: #8e4060; }
#recruit_v2 #career .careerChart__bar--5 { height: 230px; background: #6e2840; }
#recruit_v2 #career .careerChart__bar--7 { height: 280px; background: #550022; }
#recruit_v2 #career .careerChart__year {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
#recruit_v2 #career .careerChart__texts {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}
#recruit_v2 #career .careerChart__text {
    flex: 1;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 1.6;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #career .careerChart__bars {
        height: 160px;
        gap: 6px;
    }
    #recruit_v2 #career .careerChart__bar--1 { height: 46px; }
    #recruit_v2 #career .careerChart__bar--2 { height: 75px; }
    #recruit_v2 #career .careerChart__bar--3 { height: 103px; }
    #recruit_v2 #career .careerChart__bar--5 { height: 132px; }
    #recruit_v2 #career .careerChart__bar--7 { height: 160px; }
    #recruit_v2 #career .careerChart__year {
        font-size: 10px;
    }
    #recruit_v2 #career .careerChart__texts {
        gap: 6px;
        margin-top: 10px;
    }
    #recruit_v2 #career .careerChart__text {
        font-size: 10px;
    }
}

/* --- Workplace --- */
#recruit_v2 #workplace {
    padding-top: 80px;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #workplace {
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
#recruit_v2 #workplace .workplaceInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}
#recruit_v2 #workplace .workplaceInner:nth-child(odd) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #workplace .workplaceInner {
        display: block;
    }
    #recruit_v2 #workplace .workplaceInner:nth-child(odd) {
        flex-direction: unset;
    }
}
#recruit_v2 #workplace .workplaceInner:not(:last-child) {
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #workplace .workplaceInner:not(:last-child) {
        margin-bottom: 30px;
    }
}
#recruit_v2 #workplace .workplaceBox {
    flex-basis: 340px;
    flex-shrink: 0;
}
#recruit_v2 #oneWrap #workplace .workplaceBox .titleStyle02 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#recruit_v2 #oneWrap #workplace .workplaceBox .titleStyle02 span {
    /* min-width: inherit; */
    width: auto;
}
#recruit_v2 #workplace .workplaceBox p {
    line-height: 1.8;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #workplace .workplaceBox p {
        margin-bottom: 15px;
    }
}
#recruit_v2 #workplace .workplaceImg {
    flex: 1;
}
#recruit_v2 #workplace .workplaceImg img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #workplace .workplaceImg img {
        height: 200px;
    }
}

/* --- Welfare --- */
#recruit_v2 #welfare {
    margin-bottom: 40px;
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #welfare {
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
#recruit_v2 #welfare .recruitWrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #welfare .recruitWrapper {
        padding: 20px;
    }
}
#recruit_v2 #welfare .welfareInner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0 30px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #welfare .welfareInner {
        max-width: 100%;
        padding: 0;
    }
}
#recruit_v2 #welfare .welfareList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #welfare .welfareList {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 12px;
    }
}
#recruit_v2 #welfare .welfareList li {
    text-align: left;
}
#recruit_v2 #welfare .welfareList li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
}
#recruit_v2 #welfare .welfareList li p {
    font-size: 13px;
    line-height: 1.7;
    color: #333;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #welfare .welfareList li p {
        font-size: 12px;
    }
}
.logo_box {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}
.logo_box img {
    width: 120px;
    height: auto;
}
.logo_box p {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}

/* --- FAQ --- */
#recruit_v2 #faq {
    margin-bottom: 80px;
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #faq {
        margin-bottom: 40px;
        padding-top: 20px;
    }
}
#recruit_v2 #faq .faqInner .faqDef dt {
    display: block;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #faq .faqInner .faqDef dt {
        margin-bottom: 12px;
        font-size: 15px;
    }
}
#recruit_v2 #faq .faqInner .faqDef dt em {
    font-style: normal;
    background: linear-gradient(transparent 60%, #f1eeef 70%);
}
#recruit_v2 #faq .faqInner .faqDef dt span {
    padding-right: 12px;
    font-size: 30px;
    color: #005e91;
    font-weight: bold;
    font-style: normal;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #faq .faqInner .faqDef dt span {
        font-size: 22px;
        padding-right: 8px;
    }
}
#recruit_v2 #faq .faqInner .faqDef dd {
    position: relative;
    padding-left: 80px;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #faq .faqInner .faqDef dd {
        padding-left: 52px;
        padding-bottom: 20px;
        font-size: 13px;
    }
}
#recruit_v2 #faq .faqInner .faqDef dd span {
    position: absolute;
    left: 30px;
    top: -8px;
    font-size: 30px;
    color: #dc858d;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #faq .faqInner .faqDef dd span {
        font-size: 22px;
        top: -4px;
    }
}
#recruit_v2 #faq .faqInner .faqDef dd:not(:last-child) {
    margin-bottom: 20px;
    background: url(../img/corporate/recruit/line_dotted.png) repeat-x left bottom;
}

/* --- Requirements --- */
#recruit_v2 #requirements {
    margin-bottom: 80px;
    padding-top: 80px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #requirements {
        margin-bottom: 50px;
        padding-top: 20px;
    }
}
#recruit_v2 #requirements .requirementsInner h3 {
    font-size: 18px;
    font-weight: bold;
    color: #5a052d;
    margin: 30px 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #5a052d;
}
#recruit_v2 #requirements .requirementsInner .requirementsDef {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #requirements .requirementsInner .requirementsDef {
        display: block;
    }
}
#recruit_v2 #requirements .requirementsInner .requirementsDef dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 4px 0;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #requirements .requirementsInner .requirementsDef dt {
        display: block;
        width: 100%;
    }
}
#recruit_v2 #requirements .requirementsInner .requirementsDef dt span {
    display: block;
    width: 100%;
    padding: 6px 0;
    background: #dc858d;
    text-align: center;
}
#recruit_v2 #requirements .requirementsInner .requirementsDef dd {
    position: relative;
    margin: 6px 0 6px 3%;
    flex-basis: 69%;
    font-size: 16px;
    line-height: 1.8;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #requirements .requirementsInner .requirementsDef dd {
        margin: 6px 0 20px;
        font-size: 14px;
    }
}
#recruit_v2 #requirements .requirementsInner .requirementsDef dd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: url(../img/corporate/recruit/line_dotted.png) repeat-x left bottom;
}
@media screen and (max-width: 767px) {
    #recruit_v2 #requirements .requirementsInner .requirementsDef dd::after {
        display: none;
    }
}

/* --- Scroll animation --- */
[data-scroll] {
    opacity: 0;
    will-change: transform, opacity;
    transform: translateY(4rem);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-scroll="in"] {
    opacity: 1;
    transform: translateY(0);
}
#recruit_v2 #outline .outlineInner ul li:nth-child(2)[data-scroll] {
    transition-delay: .3s;
}
#recruit_v2 #number .numberDef:nth-child(2) { transition-delay: .15s; }
#recruit_v2 #number .numberDef:nth-child(3) { transition-delay: .3s; }
#recruit_v2 #number .numberDef:nth-child(4) { transition-delay: .45s; }
#recruit_v2 #number .numberDef:nth-child(5) { transition-delay: .6s; }
#recruit_v2 #number .numberDef:nth-child(6) { transition-delay: .75s; }
#recruit_v2 #occupation .occupationList li:nth-child(2) { transition-delay: .2s; }
#recruit_v2 #occupation .occupationList li:nth-child(3) { transition-delay: .4s; }
#recruit_v2 #occupation .occupationList li:nth-child(4) { transition-delay: .6s; }
#recruit_v2 #occupation .occupation_warning[data-scroll] { transition-delay: .8s; }
#recruit_v2 #welfare .welfareList li:nth-child(2) { transition-delay: .1s; }
#recruit_v2 #welfare .welfareList li:nth-child(3) { transition-delay: .2s; }
#recruit_v2 #welfare .welfareList li:nth-child(4) { transition-delay: .3s; }
#recruit_v2 #welfare .welfareList li:nth-child(5) { transition-delay: .4s; }
#recruit_v2 #welfare .welfareList li:nth-child(6) { transition-delay: .5s; }
#recruit_v2 #welfare .welfareList li:nth-child(7) { transition-delay: .6s; }
#recruit_v2 #welfare .welfareList li:nth-child(8) { transition-delay: .7s; }

/* Placeholder .recruit-section-title (keep for legacy) */
.recruit-section-title {
    font-size: 22px;
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    border-bottom: 2px solid var(--nt-color-primary);
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.recruit-section-title span {
    display: inline-block;
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-normal);
    color: var(--nt-color-gray);
    margin-left: 12px;
    letter-spacing: 0.08em;
    text-transform: lowercase;
}

/* Main Visual Slider */
.recruit-mv {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    margin-bottom: 60px;
}
.recruit-mv__slider {
    position: relative;
    width: 100%;
    height: 480px;
}
.recruit-mv__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.8s ease;
}
.recruit-mv__slide.is-active {
    opacity: 1;
}
.recruit-mv__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recruit-mv__text {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 90%;
    max-width: 600px;
    text-align: center;
}
.recruit-mv__text img {
    max-width: 100%;
    height: auto;
}
.recruit-mv__dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    gap: 10px;
}
.recruit-mv__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s;
}
.recruit-mv__dot.is-active {
    background: #fff;
}

/* Concept Section */
.recruit-concept {
    text-align: center;
    padding: 60px 20px;
    background: var(--nt-color-bg-light);
    margin-bottom: 60px;
}
.recruit-concept__title {
    margin-bottom: 30px;
}
.recruit-concept__title img {
    max-width: 100%;
    height: auto;
}
.recruit-concept__text {
    font-size: var(--nt-font-size-lg);
    line-height: 2;
    color: var(--nt-color-text);
}

/* Business Outline */
.recruit-outline {
    padding: 0 0 60px;
}
.recruit-outline__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.recruit-outline__img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.recruit-outline__body {
    padding: 20px 0 0;
}
.recruit-outline__subtitle {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    margin-bottom: 12px;
}
.recruit-outline__body p {
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
    margin-bottom: 12px;
}
.recruit-outline__shops {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}
.recruit-outline__shops li {
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    padding-left: 14px;
    position: relative;
}
.recruit-outline__shops li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--nt-color-secondary);
}

/* Activities Section */
.recruit-action {
    padding: 0 0 60px;
}
.recruit-action__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.recruit-action__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.recruit-action__item--reverse {
    direction: rtl;
}
.recruit-action__item--reverse > * {
    direction: ltr;
}
.recruit-action__imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.recruit-action__imgs img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.recruit-action__body {
    padding: 10px 0;
}
.recruit-action__num {
    display: inline-block;
    font-size: 40px;
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-bg);
    line-height: 1;
    margin-bottom: 8px;
    font-family: Georgia, serif;
}
.recruit-action__title {
    font-size: var(--nt-font-size-xl);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    margin-bottom: 14px;
}
.recruit-action__body p {
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
}

/* Numbers Section */
.recruit-numbers {
    padding: 60px 40px;
    background: var(--nt-color-primary);
    margin-bottom: 60px;
}
.recruit-numbers .recruit-section-title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.4);
}
.recruit-numbers .recruit-section-title span {
    color: rgba(255, 255, 255, 0.6);
}
.recruit-numbers__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.recruit-numbers__item {
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 28px 16px;
}
.recruit-numbers__label {
    display: block;
    font-size: var(--nt-font-size-sm);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.recruit-numbers__value {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: var(--nt-font-weight-bold);
}
.recruit-numbers__value em {
    font-style: normal;
    font-size: 40px;
    color: var(--nt-color-secondary);
    line-height: 1;
}

/* Job Types Section */
.recruit-jobs {
    padding: 0 0 60px;
}
.recruit-jobs__intro {
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
    margin-bottom: 36px;
}
.recruit-jobs__category {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    background: var(--nt-color-bg);
    padding: 10px 16px;
    margin-bottom: 24px;
    border-left: 4px solid var(--nt-color-secondary);
}
.recruit-jobs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 40px;
}
.recruit-jobs__grid--four {
    grid-template-columns: repeat(4, 1fr);
}
.recruit-jobs__item {
    border: 1px solid var(--nt-border-color);
    padding: 24px;
    background: #fff;
}
.recruit-jobs__name {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--nt-border-color-light);
}
.recruit-jobs__item p {
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
}

/* Daily Flow Section */
.recruit-flow {
    padding: 0 0 60px;
}
.recruit-flow__tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 0;
}
.recruit-flow__tab {
    flex: 1;
    padding: 14px 10px;
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-gray);
    background: var(--nt-color-bg);
    border: 1px solid var(--nt-border-color);
    border-bottom: none;
    cursor: pointer;
    transition: all 0.2s;
}
.recruit-flow__tab.is-active {
    color: var(--nt-color-white);
    background: var(--nt-color-primary);
    border-color: var(--nt-color-primary);
}
.recruit-flow__panels {
    border: 1px solid var(--nt-border-color);
    padding: 40px;
    background: #fff;
}
.recruit-flow__panel {
    display: none;
}
.recruit-flow__panel.is-active {
    display: block;
}
.recruit-flow__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recruit-flow__list li {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px dashed var(--nt-border-color-light);
}
.recruit-flow__list li:last-child {
    border-bottom: none;
}
.recruit-flow__time {
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    min-width: 100px;
    flex-shrink: 0;
}
.recruit-flow__event {
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
    line-height: 1.6;
}
.recruit-flow__note {
    margin-top: 20px;
    font-size: var(--nt-font-size-sm);
    color: var(--nt-color-gray);
}

/* Career Path Section */
.recruit-career {
    padding: 0 0 60px;
}
.recruit-career__img {
    margin-bottom: 40px;
    text-align: center;
}
.recruit-career__img img {
    max-width: 100%;
    height: auto;
}
.recruit-career__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.recruit-career__step {
    text-align: center;
    padding: 30px 20px;
    background: var(--nt-color-bg-light);
    border-top: 3px solid var(--nt-color-secondary);
}
.recruit-career__step h3 {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    margin-bottom: 12px;
}
.recruit-career__step p {
    font-size: var(--nt-font-size-base);
    line-height: 1.7;
    color: var(--nt-color-text);
}

/* Workplace Section */
.recruit-workplace {
    padding: 0 0 60px;
}
.recruit-workplace__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.recruit-workplace__item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.recruit-workplace__body {
    padding: 20px 0 0;
}
.recruit-workplace__body h3 {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    margin-bottom: 10px;
}
.recruit-workplace__body p {
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
}

/* Welfare Section */
.recruit-welfare {
    padding: 0 0 60px;
}
.recruit-welfare__list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.recruit-welfare__item {
    text-align: center;
    padding: 24px 16px;
    border: 1px solid var(--nt-border-color-light);
    background: #fff;
}
.recruit-welfare__item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 14px;
}
.recruit-welfare__item h3 {
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    margin-bottom: 8px;
}
.recruit-welfare__item p {
    font-size: var(--nt-font-size-sm);
    line-height: 1.7;
    color: var(--nt-color-text);
}
.recruit-welfare__badge {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    background: var(--nt-color-bg);
    border: 1px solid var(--nt-border-color-light);
}
.recruit-welfare__badge img {
    height: 80px;
    width: auto;
    flex-shrink: 0;
}
.recruit-welfare__badge p {
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-text);
}

/* FAQ Section */
.recruit-faq {
    padding: 0 0 60px;
}
.recruit-faq__list {
    margin: 0;
}
.recruit-faq__item {
    border-bottom: 1px solid var(--nt-border-color-light);
}
.recruit-faq__q {
    position: relative;
    padding: 20px 50px 20px 46px;
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}
.recruit-faq__q::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: var(--nt-color-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    line-height: 30px;
    text-align: center;
}
.recruit-faq__q::after {
    content: '+';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--nt-color-gray);
    transition: transform 0.3s;
    line-height: 1;
}
.recruit-faq__item.is-open .recruit-faq__q::after {
    content: '−';
}
.recruit-faq__a {
    display: none;
    padding: 4px 16px 20px 46px;
    font-size: var(--nt-font-size-base);
    line-height: 1.8;
    color: var(--nt-color-text);
    margin: 0;
}
.recruit-faq__item.is-open .recruit-faq__a {
    display: block;
}

/* Job Openings Section */
.recruit-openings {
    padding: 0 0 80px;
}
.recruit-openings__block {
    margin-bottom: 40px;
}
.recruit-openings__type {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-primary);
    margin-bottom: 16px;
}
.recruit-openings__table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--nt-font-size-base);
}
.recruit-openings__table th,
.recruit-openings__table td {
    padding: 14px 20px;
    border: 1px solid var(--nt-border-color);
    text-align: left;
    vertical-align: top;
}
.recruit-openings__table th {
    background: var(--nt-color-bg);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    width: 160px;
    white-space: nowrap;
}
.recruit-openings__table td {
    color: var(--nt-color-text);
}

/* Recruit Page SP Responsive */
@media screen and (max-width: 767px) {
    .recruit-mv__slider {
        height: 260px;
    }
    .recruit-mv__text {
        bottom: 44px;
    }
    .recruit-mv {
        margin-bottom: 40px;
    }
    .recruit-section-title {
        font-size: var(--nt-font-size-xl);
        margin-bottom: 28px;
    }
    .recruit-concept {
        padding: 40px 16px;
        margin-bottom: 40px;
    }
    .recruit-concept__text {
        font-size: var(--nt-font-size-base);
        text-align: left;
    }
    .recruit-outline {
        padding: 0 0 40px;
    }
    .recruit-outline__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .recruit-action {
        padding: 0 0 40px;
    }
    .recruit-action__list {
        gap: 40px;
    }
    .recruit-action__item {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .recruit-action__item--reverse {
        direction: ltr;
    }
    .recruit-action__num {
        font-size: 30px;
    }
    .recruit-numbers {
        padding: 40px 16px;
        margin-bottom: 40px;
    }
    .recruit-numbers__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .recruit-numbers__value em {
        font-size: 30px;
    }
    .recruit-jobs {
        padding: 0 0 40px;
    }
    .recruit-jobs__grid {
        grid-template-columns: 1fr;
    }
    .recruit-jobs__grid--four {
        grid-template-columns: 1fr 1fr;
    }
    .recruit-flow {
        padding: 0 0 40px;
    }
    .recruit-flow__tabs {
        flex-direction: column;
    }
    .recruit-flow__panels {
        padding: 24px 16px;
    }
    .recruit-flow__time {
        min-width: 80px;
        font-size: var(--nt-font-size-sm);
    }
    .recruit-career {
        padding: 0 0 40px;
    }
    .recruit-career__steps {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .recruit-workplace {
        padding: 0 0 40px;
    }
    .recruit-workplace__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .recruit-welfare {
        padding: 0 0 40px;
    }
    .recruit-welfare__list {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .recruit-welfare__badge {
        flex-direction: column;
        text-align: center;
    }
    .recruit-faq {
        padding: 0 0 40px;
    }
    .recruit-faq__q {
        padding: 16px 40px 16px 40px;
    }
    .recruit-faq__a {
        padding-left: 40px;
    }
    .recruit-openings {
        padding: 0 0 60px;
    }
    .recruit-openings__table th {
        width: 100px;
    }
}

/* ================================================
   Additional Fabric Info in Modal (Custom Order)
   ================================================ */
.nt-additional-fabric-info {
    margin: var(--nt-spacing-md) auto;
    padding: var(--nt-spacing-md);
    background-color: var(--nt-color-bg-light);
    border-radius: var(--nt-border-radius-md);
    text-align: left;
    max-width: 360px;
}

.nt-additional-fabric-info__title {
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    margin-bottom: var(--nt-spacing-sm);
    color: var(--nt-color-text);
}

.nt-additional-fabric-info__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nt-additional-fabric-info__item {
    font-size: var(--nt-font-size-base);
    color: var(--nt-color-primary);
    padding: var(--nt-spacing-xs) 0;
    line-height: var(--nt-line-height-base);
}

/* ================================================
   Fabric Association Dropdowns (Cart Page)
   ================================================ */
.nt-fabric-association {
    margin: var(--nt-spacing-sm) 0;
    border-radius: var(--nt-border-radius-sm);
}

.nt-fabric-association__row {
    display: flex;
    align-items: center;
    gap: var(--nt-spacing-sm);
    margin-bottom: var(--nt-spacing-xs);
}

.nt-fabric-association__label {
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-bold);
    color: var(--nt-color-text);
    white-space: nowrap;
    min-width: 60px;
}

.nt-fabric-association__required {
    display: inline-block;
    font-size: var(--nt-font-size-xs);
    color: var(--nt-color-white);
    background-color: var(--nt-color-red);
    padding: 1px var(--nt-spacing-xs);
    border-radius: 2px;
    margin-left: var(--nt-spacing-xs);
    vertical-align: middle;
}

.nt-fabric-association__select {
    flex: 1;
    font-size: var(--nt-font-size-sm);
    padding: var(--nt-spacing-xs) var(--nt-spacing-sm);
    border: 1px solid var(--nt-color-gray-border);
    border-radius: var(--nt-border-radius-sm);
    background-color: var(--nt-color-white);
    min-width: 0;
}

.nt-fabric-association__status {
    font-size: var(--nt-font-size-xs);
    min-height: 16px;
    color: var(--nt-color-text-light);
}

.nt-fabric-association__status--saved {
    color: #2e7d32;
}

.nt-fabric-association__status--error {
    color: var(--nt-color-red);
}

@media screen and (max-width: 767px) {
    .nt-fabric-association__row {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--nt-spacing-xs);
    }

    .nt-fabric-association__select {
        width: 100%;
    }
}

/* ============================================


/* ============================================
   クーポン一覧（現行サイト風レイアウト）
   NOMURA-187
   ============================================ */
.ec-couponRole .coupon-wrap {
  padding-left: 0 !important;
  list-style: none;
}
.ec-couponRole .coupon-wrap-list {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  list-style-type: none;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #999;
    padding-bottom: 30px;
}
.ec-couponRole .coupon-wrap-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ec-couponRole .coupon-wrap-list:nth-of-type(n + 2) {
  margin-top: 0;
}
.ec-couponRole .coupon-wrap-list:last-child {
  margin-bottom: 0;
}

/* 上部エリア: 画像(左) + テキスト(右) 各50% */
.coupon-info-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.coupon-info-image {
  flex: 0 0 50%;
  max-width: 50%;
}
.coupon-info-image img {
  max-height: 120px;
  width: auto;
  display: block;
  max-width: 100%;
}
.coupon-info-text {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.coupon-info-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 2px solid #333;
}
.coupon-info-description {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 8px;
  /* white-space: pre-line; */
}
.coupon-info-period {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

/* バナー: 割引額（グレー背景 + 二重線ボーダー） */
.coupon-discount-banner {
  background-color: #f0f0f0;
  border: 2px double #999;
  text-align: center;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 15px;
}
.coupon-discount-main {
  font-size: 24px;
  font-weight: var(--nt-font-weight-bold);
  color: #ff0033;
  margin-bottom: 2px;
}
.coupon-discount-sub {
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}

/* テーブル: 詳細情報 */
.coupon-detail-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  font-size: 14px;
}
.coupon-detail-table th,
.coupon-detail-table td {
  border: 1px solid #d7d7d7;
  padding: 13px;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  color: #333;
}
.coupon-detail-table th {
  background-color: #f9f7ed;
  font-weight: bold;
  width: 180px;
  white-space: nowrap;
}
.coupon-detail-table td a {
  color: #c00;
  text-decoration: underline;
}
.coupon-detail-table td a:hover {
  text-decoration: none;
}

/* 利用済みクーポン */
.ec-couponRole .coupon-wrap-list-done {
  position: relative;
  opacity: 0.6;
}
.ec-couponRole .coupon-wrap-list-done::before {
  position: absolute;
  content: "";
  background: #de5d50;
  top: 0;
  left: 0;
  border-radius: 0 0 8px 0;
  width: 86px;
  height: 28px;
  z-index: 1;
}
.ec-couponRole .coupon-wrap-list-done::after {
  position: absolute;
  content: "利用済み";
  top: 5px;
  left: 17px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
.coupon-wrap-list-done .coupon-discount-banner {
  background-color: #e0e0e0;
  border-color: #aaa;
}
.coupon-wrap-list-done .coupon-discount-main {
  color: #999;
}

/* レスポンシブ: スマートフォン */
@media screen and (max-width: 767px) {
  .coupon-info-top {
    flex-direction: column;
    gap: 12px;
  }
  .coupon-info-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .coupon-info-image img {
    height: 100px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .coupon-info-text {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .coupon-detail-table th {
    width: 120px;
    font-size: 12px;
  }
  .coupon-detail-table td {
    font-size: 13px;
  }
  .coupon-discount-main {
    font-size: 18px;
  }
}

/* ============================================
   ご注文手続き クーポン情報（クーポン名・値引き額を大きく、名前は太字）
   ============================================ */
.shopping-coupon .coupon-name:not(.coupon-name-textarea) {
  font-size: 14px;
  font-weight: var(--nt-font-weight-bold);
  color: var(--nt-color-text);
}
.shopping-coupon .shopping-coupon-discount .price{
  font-size: 24px;
  font-weight: var(--nt-font-weight-bold);
  margin-left: 5px;
  color: #de5d50;
}


/* ============================================
   Handmade Plaza Contact - Wrapper & Background
   ============================================ */
.handmade-plaza-contact-wrapper {
    background: url('../img/tedukurihiroba/top_news_bg.jpg') top center;
    background-repeat: repeat;
    box-sizing: border-box;
}

/* ============================================
   Handmade Plaza Contact - Overview Sections
   (White card with brown top bar)
   ============================================ */
.handmade-plaza-contact__overview {
    max-width: 1190px;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
    padding-top: 44px;
}

.handmade-plaza-contact__overview-bar {
    background-color: #533c1a;
    height: 10px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.handmade-plaza-contact__overview-body {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 60px 60px 40px;
    margin: 0 3px;
    position: relative;
    z-index: 0;
}

.handmade-plaza-contact__overview-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
}

.handmade-plaza-contact__overview-icon img {
    width: 100px;
    height: 100px;
}

.handmade-plaza-contact__overview-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 3.52px;
}

.handmade-plaza-contact__overview-table {
    text-align: left;
    margin-bottom: 20px;
}

.handmade-plaza-contact__table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
}

.handmade-plaza-contact__table th {
    white-space: nowrap;
    vertical-align: top;
    padding: 8px 24px 8px 0;
    font-weight: 400;
    color: #533c1a;
    min-width: 140px;
    text-align: center;
}

.handmade-plaza-contact__table td {
    vertical-align: top;
    padding: 8px 0;
    color: #000;
}

.handmade-plaza-contact__text--red {
    color: #fe0000;
    font-weight: bold;
}

/* Past attendance stats */
.handmade-plaza-contact__stats {
    margin-top: 30px;
    text-align: left;
}

.handmade-plaza-contact__stats-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #533c1a;
    text-align: center;
    letter-spacing: 1.6px;
    line-height: 22px;
}

.handmade-plaza-contact__stats-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 8px 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.6px;
    color: #000;
    justify-content: center;
}

/* Download buttons - row layout (Figma: yellow bg, black border, rounded) */
.handmade-plaza-contact__downloads--row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.handmade-plaza-contact__downloads--center {
    max-width: 1190px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.handmade-plaza-contact__download-button--wide {
    max-width: 500px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 30px;
    height: 60px;
    line-height: 1;
    border-radius: 30px;
    border: 2px solid #000;
    background-color: rgba(255, 217, 5, 0.96);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease;
    box-sizing: border-box;
}

.handmade-plaza-contact__download-button--wide:hover {
    opacity: 0.85;
}

.handmade-plaza-contact__download-button--wide::after {
    display: none;
}

.handmade-plaza-contact__download-icon {
    width: 25px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.handmade-plaza-contact__download-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Body text styles matching Figma */
.handmade-plaza-contact__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}

.handmade-plaza-contact__deadline {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

/* Contact section - bottom card */
.handmade-plaza-contact__contact-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 21px 27px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #fff;
    max-width: 626px;
    margin: 0 auto;
}

/* Responsive styles */
@media (max-width: 767px) {
    .handmade-plaza-contact__overview {
        margin-bottom: 30px;
    }

    .handmade-plaza-contact__overview-body {
        padding: 40px 20px 30px;
        margin: 0;
    }

    .handmade-plaza-contact__overview-title {
        font-size: 18px;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

    .handmade-plaza-contact__overview {
        padding-top: 35px;
        margin-top: 25px;
    }

    .handmade-plaza-contact__overview-icon {
        top: 5px;
    }

    .handmade-plaza-contact__overview-icon img {
        width: 70px;
        height: 70px;
    }

    .handmade-plaza-contact__table {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.8px;
    }

    .handmade-plaza-contact__table th {
        display: block;
        padding: 8px 0 2px;
        font-weight: bold;
        min-width: unset;
        text-align: left;
    }

    .handmade-plaza-contact__table td {
        display: block;
        padding: 0 0 8px;
        border-bottom: 1px solid #eee;
    }

    .handmade-plaza-contact__stats-title {
        font-size: 14px;
    }

    .handmade-plaza-contact__stats-grid {
        grid-template-columns: 1fr;
        gap: 3px;
        font-size: 14px;
        padding-left: 0;
    }

    .handmade-plaza-contact__downloads--row {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .handmade-plaza-contact__download-button--wide {
        max-width: 100%;
        font-size: 16px;
        height: 50px;
        line-height: 1;
    }

    .handmade-plaza-contact__downloads--center {
        margin-bottom: 30px;
    }

    .handmade-plaza-contact__text {
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }

    .handmade-plaza-contact__deadline {
        font-size: 14px;
        text-align: left;
    }

    .handmade-plaza-contact__contact-section {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        max-width: 100%;
    }
}

/* ================================================
   Corporate sub-navigation tabs
   ================================================ */
.nt-corporate-nav {
    width: 1190px;
    margin: 0 auto 15px;
    padding: 15px 0;
    background: #fff;
}

.nt-corporate-nav__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 4px dotted #eeeaec;
}

.nt-corporate-nav__item {
    float: left;
    padding: 0 18px;
    line-height: 35px;
    font-size: 18px;
    border-left: 4px dotted #eeeaec;
    text-align: center;
}

.nt-corporate-nav__item a {
    display: block;
    padding: 0 23px;
    color: #000;
    text-decoration: none;
}

.nt-corporate-nav__item a:hover {
    color: var(--nt-color-primary);
}

.nt-corporate-nav__item.is-active {
    background: url(../img/common/arrow_u_b.png) #fff bottom center no-repeat;
    background-size: 9px 6px;
    padding-bottom: 5px;
}

.nt-corporate-nav__item.is-active a {
    color: var(--nt-color-primary);
}

/* Header siteTab active state on corporate pages */
body[id^=page_corporate] #header .siteTab ul li.st2 a {
    box-shadow: inset 0 -3px 0 #fff;
}

/* SP corporate nav */
@media screen and (max-width: 767px) {
    .nt-corporate-nav {
        width: 100%;
        padding: 10px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nt-corporate-nav__list {
        white-space: nowrap;
        border-right: none;
    }

    .nt-corporate-nav__item {
        flex-shrink: 0;
        font-size: 14px;
        padding: 0 10px;
    }

    .nt-corporate-nav__item a {
        padding: 0 8px;
    }
}

/* Corporate pages: swap header tab active states */
body[id^="page_corporate"] #header .siteTab ul li.st1 a {
    background: #550022;
    color: #fff;
}
body[id^="page_corporate"] #header .siteTab ul li.st1 a span {
    color: #fff;
    background: url(../img/header/menu_cart_w\ 1.png) #550022 0 55% no-repeat;
    background-size: 15px auto;
}
body[id^="page_corporate"] #header .siteTab ul li.st2 a {
    background: #fff;
    color: var(--nt-color-primary);
}
body[id^="page_corporate"] #header .siteTab ul li.st2 a span {
    background: url(../img/header/menu_corporate_b\ 1.png) 0 55% no-repeat;
    padding-left: 20px;
    white-space: nowrap;
}

/* Mypage: wishlist (あとで買う) — PC: thumbnail | info | delete (top) + cart (below) */
.nt-mypage-wishlist__count {
    margin: 0;
    padding: var(--nt-spacing-md) var(--nt-spacing-md) var(--nt-spacing-md);
    border-bottom: 1px solid var(--nt-border-color-light);
}

.nt-mypage-wishlist.ec-wishlistRole {
    margin: 0 auto var(--nt-spacing-xl);
    padding: 0;
    max-width: 1190px;
    border-radius: var(--nt-border-radius-sm);
    background-color: var(--nt-color-white);
}

/* Cart: keep gray bordered outer box; inner rows use mypage wishlist item styles */
.cart_page .ec-wishlistRole.nt-mypage-wishlist.nt-cart-wishlist {
    margin: 40px auto 20px;
    padding: 20px;
    border: 1px solid var(--nt-border-color);
    border-radius: var(--nt-border-radius-md);
    background-color: #f9f9f9;
    width: 100%;
    max-width: 1130px;
}

.cart_page .ec-wishlistRole.nt-mypage-wishlist.nt-cart-wishlist .ec-wishlistRole__title {
    font-size: var(--nt-font-size-xl);
    font-weight: var(--nt-font-weight-bold);
    margin-bottom: 15px;
    color: var(--nt-color-text);
}

/* Undo style.css .ec-cartRole .ec-blockBtn--action { margin-bottom: 10px } on wishlist actions only */
.cart_page .nt-mypage-wishlist .ec-wishlistItem__actions .ec-blockBtn--action {
    margin-bottom: 0;
}

.nt-mypage-wishlist .ec-wishlistRole__items {
    display: flex;
    flex-direction: column;
    gap: var(--nt-spacing-md);
    padding: 0;
}

.nt-mypage-wishlist .ec-wishlistItem {
    display: flex;
    align-items: flex-start;
    gap: var(--nt-spacing-lg);
    padding: var(--nt-spacing-lg) var(--nt-spacing-md);
    margin: 0;
    background-color: var(--nt-color-white);
    border: 1px solid var(--nt-border-color-light);
    border-radius: var(--nt-border-radius-sm);
    box-sizing: border-box;
}

.nt-mypage-wishlist .ec-wishlistItem__img {
    flex-shrink: 0;
    width: 100px;
    margin-right: 0;
}

.nt-mypage-wishlist .ec-wishlistItem__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    vertical-align: middle;
}

.nt-mypage-wishlist .ec-wishlistItem__content {
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

.nt-mypage-wishlist .ec-wishlistItem__name {
    font-weight: var(--nt-font-weight-bold);
    margin-bottom: var(--nt-spacing-xs);
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
}

.nt-mypage-wishlist .ec-wishlistItem__name a {
    color: var(--nt-color-text);
    text-decoration: none;
}

.nt-mypage-wishlist .ec-wishlistItem__name a:hover {
    text-decoration: underline;
}

.nt-mypage-wishlist .ec-wishlistItem__spec {
    color: var(--nt-color-gray);
    font-size: var(--nt-font-size-sm);
    font-weight: var(--nt-font-weight-normal);
    line-height: 1.5;
    margin-top: var(--nt-spacing-xs);
}

.nt-mypage-wishlist .ec-wishlistItem__priceLine {
    color: var(--nt-color-text);
    font-weight: var(--nt-font-weight-bold);
    font-size: var(--nt-font-size-base);
    margin-top: var(--nt-spacing-xs);
}

.nt-mypage-wishlist .ec-wishlistItem__actions {
    display: flex;
    flex-direction: column;
    flex: 0 1 220px;
    gap: var(--nt-spacing-md);
    align-items: flex-end;
    align-self: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    min-width: 0;
    width: 220px;
    max-width: 100%;
}

.nt-mypage-wishlist .ec-wishlistItem__actions .nt-mypage-wishlist__form {
    margin: 0;
    max-width: 100%;
}

/* Tight box around icon + label so the form outline matches visible text (avoid width:100% + flex-end mismatch) */
.nt-mypage-wishlist .ec-wishlistItem__actions .nt-mypage-wishlist__form--remove {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    margin-left: auto;
    box-sizing: border-box;
}

.nt-mypage-wishlist .ec-wishlistItem__actions .nt-mypage-wishlist__form--cart {
    width: 100%;
    align-self: stretch;
}

.nt-mypage-wishlist__removeRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;
    max-width: 100%;
}

.nt-mypage-wishlist__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 0;
}

.nt-mypage-wishlist__removeIcon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: block;
    vertical-align: middle;
}

.nt-mypage-wishlist__removeCaption {
    margin: 0;
    padding: 0;
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-normal);
    line-height: 1.4;
}

.nt-mypage-wishlist__removeText {
    color: var(--nt-color-gray-light);
    cursor: pointer;
}

.nt-mypage-wishlist__removeRow:hover .nt-mypage-wishlist__removeText,
.nt-mypage-wishlist__removeRow:focus-within .nt-mypage-wishlist__removeText {
    color: var(--nt-color-text);
    text-decoration: underline;
}

.nt-mypage-wishlist .ec-wishlistItem__actions .nt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--nt-spacing-sm);
    width: 100%;
    min-height: 48px;
    padding: 0 var(--nt-spacing-md);
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .nt-mypage-wishlist .ec-wishlistItem {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: var(--nt-spacing-md);
        padding: var(--nt-spacing-md);
    }

    .nt-mypage-wishlist .ec-wishlistItem__img {
        width: 88px;
        max-width: 28%;
        margin: 0;
    }

    .nt-mypage-wishlist .ec-wishlistItem__content {
        flex: 1;
        min-width: 0;
        padding-top: 0;
    }

    .nt-mypage-wishlist .ec-wishlistItem__actions {
        flex-basis: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        gap: var(--nt-spacing-md);
        min-width: 0;
        width: 100%;
    }

    .nt-mypage-wishlist .ec-wishlistItem__actions .nt-mypage-wishlist__form--remove {
        align-self: center;
        flex: 0 0 auto;
        margin-left: 0;
    }

    .nt-mypage-wishlist .ec-wishlistItem__actions .nt-mypage-wishlist__form--cart {
        flex: 1 1 48%;
        max-width: 52%;
        min-width: 0;
        width: auto;
    }

    .nt-mypage-wishlist .ec-wishlistItem__actions .nt-btn {
        width: 100%;
        min-height: 44px;
    }
}

/* Entry: newmember landing (align copy with legacy nomura-tailor.co.jp/newmember/)
------------------------------- */
.nt-newmember {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--nt-spacing-md);
}

.nt-newmember__lead {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    text-align: center;
    margin: 0 0 var(--nt-spacing-xl);
    color: var(--nt-color-text);
}

.nt-newmember__benefits {
    margin-bottom: var(--nt-spacing-xl);
}

.nt-newmember__benefits-pc {
    display: block;
}

.nt-newmember__benefits-list {
    margin: 0 0 var(--nt-spacing-lg);
    padding-left: 1.25em;
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
    color: var(--nt-color-text);
}

.nt-newmember__benefits-list li {
    margin-bottom: var(--nt-spacing-md);
}

.nt-newmember__benefits-list li:last-child {
    margin-bottom: 0;
}

.nt-newmember__benefit-label {
    font-weight: var(--nt-font-weight-bold);
}

.nt-newmember__benefits-illust {
    text-align: center;
}

.nt-newmember__benefits-illust img {
    max-width: 100%;
    height: auto;
}

.nt-newmember__benefits-sp {
    display: none;
}

.nt-newmember__benefit-item {
    text-align: center;
    margin-bottom: var(--nt-spacing-lg);
}

.nt-newmember__benefit-item:last-child {
    margin-bottom: 0;
}

.nt-newmember__benefit-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: var(--nt-spacing-sm);
}

.nt-newmember__benefit-text {
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.nt-newmember__notice {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: var(--nt-border-radius-md);
    padding: var(--nt-spacing-md);
    margin-bottom: var(--nt-spacing-xl);
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
}

.nt-newmember__notice p {
    margin: 0 0 var(--nt-spacing-sm);
    font-weight: var(--nt-font-weight-bold);
}

.nt-newmember__notice p:last-child {
    margin-bottom: 0;
    font-weight: var(--nt-font-weight-normal);
}

.nt-newmember__agreement {
    margin-bottom: var(--nt-spacing-xl);
}

.nt-newmember__agreement-h2 {
    font-size: var(--nt-font-size-xl);
    font-weight: var(--nt-font-weight-bold);
    border-bottom: 1px solid var(--nt-color-primary);
    padding-bottom: var(--nt-spacing-sm);
    margin: 0 0 var(--nt-spacing-md);
    color: var(--nt-color-text);
}

.nt-newmember__agreement-intro {
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
    margin: 0 0 var(--nt-spacing-lg);
}

/* Scrollable agreement body (like legacy newmember page) */
.nt-newmember__agreement-scroll {
    max-height: min(360px, 50vh);
    overflow-y: auto;
    overflow-x: hidden;
    padding: var(--nt-spacing-md);
    border: 1px solid var(--nt-border-color-light);
    border-radius: var(--nt-border-radius-sm);
    background-color: var(--nt-color-white);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--nt-color-gray-border) #e8e8e8;
}

.nt-newmember__agreement-scroll::-webkit-scrollbar {
    width: 10px;
}

.nt-newmember__agreement-scroll::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: var(--nt-border-radius-sm);
}

.nt-newmember__agreement-scroll::-webkit-scrollbar-thumb {
    background: var(--nt-color-gray-border);
    border-radius: var(--nt-border-radius-sm);
    border: 2px solid #e8e8e8;
}

.nt-newmember__agreement-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--nt-color-gray-light);
}

.nt-newmember__agreement-scroll:focus-visible {
    outline: 2px solid var(--nt-color-primary);
    outline-offset: 2px;
}

.nt-newmember__agreement-h3 {
    font-size: var(--nt-font-size-lg);
    font-weight: var(--nt-font-weight-bold);
    margin: 0 0 var(--nt-spacing-md);
    color: var(--nt-color-text);
}

.nt-newmember__agreement-scroll > .nt-newmember__agreement-h3 {
    margin-top: 0;
}

.nt-newmember__agreement-scroll .nt-newmember__clause-title:first-of-type {
    margin-top: 0;
}

.nt-newmember__clause-title {
    font-size: var(--nt-font-size-base);
    font-weight: var(--nt-font-weight-bold);
    margin: var(--nt-spacing-lg) 0 var(--nt-spacing-sm);
    color: var(--nt-color-text);
}

.nt-newmember__clause-list {
    margin: 0 0 var(--nt-spacing-sm);
    padding-left: 1.25em;
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
}

.nt-newmember__clause-list li {
    margin-bottom: var(--nt-spacing-xs);
}

.nt-newmember__clause-note {
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
    margin: 0 0 var(--nt-spacing-md);
}

.nt-newmember__contact {
    margin-top: var(--nt-spacing-md);
    font-size: var(--nt-font-size-base);
    line-height: var(--nt-line-height-base);
}

.nt-newmember__contact-title {
    font-weight: var(--nt-font-weight-bold);
    margin: 0 0 var(--nt-spacing-sm);
}

.nt-newmember__contact p {
    margin: 0 0 var(--nt-spacing-sm);
}

.nt-newmember__ssl {
    font-size: var(--nt-font-size-sm);
    color: var(--nt-color-text-light);
    margin: var(--nt-spacing-md) 0 0;
}

/* Button block: keep legacy newmember CTA look */
.newmember__btn {
    text-align: center;
    margin: 40px 0 60px;
}

.newmember__btn a {
    display: inline-block;
    padding: 16px 48px;
    background-color: var(--nt-color-primary);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: opacity 0.3s;
}

.newmember__btn a:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
    .nt-newmember__benefits-pc {
        display: none;
    }

    .nt-newmember__benefits-sp {
        display: block;
    }

    .nt-newmember__lead {
        font-size: var(--nt-font-size-base);
    }

    .nt-newmember__agreement-scroll {
        max-height: min(280px, 45vh);
    }
}

/* Content-footer spacing for pages without bottom margin
------------------------------- */
.ec-registerCompleteRole,
.ec-customerRole,
#page_shopping_login .ec-grid3 {
    margin-bottom: 80px;
}

/* NOMURA-289: Order confirm page adjustments
------------------------------- */
/* Change default red color to #d5001f */
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
    color: #d5001f;
}

/* Back button: no background, normal weight, smaller font */
.ec-totalBox__btn .nt-btn--secondary.ec-blockBtn--cancel {
    background-color: transparent !important;
    font-weight: normal !important;
    font-size: 15px !important;
}

.ec-totalBox__btn .nt-btn--secondary.ec-blockBtn--cancel:hover,
.ec-totalBox__btn .nt-btn--secondary.ec-blockBtn--cancel:focus {
    background-color: transparent !important;
}

/* Order not complete warning */
.nt-order-confirm-warning {
    text-align: center;
    color: #d5001f;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    padding: 15px;
    border: 2px solid #d5001f;
    border-radius: 5px;
    line-height: 1.8;
}

/* PC: hide SP-top warning, show original */
.nt-order-confirm-warning--sp-top {
    display: none;
}

@media only screen and (max-width: 768px) {
    /* SP: show top warning, hide original in summary */
    .nt-order-confirm-warning--sp-top {
        display: block;
        margin-bottom: 20px;
    }

    .ec-orderRole__summary .nt-order-confirm-warning {
        display: none;
    }
}

.ec-guest {
    background: #f1eeef7d;
}
/* ===== SP Cart Card (NOMURA-335) ===== */
.nt-sp-cart-card {
    display: none;
}
@media only screen and (max-width: 768px) {
    /* Hide PC table layout on SP */
    .ec-cartHeader {
        display: none;
    }
    .ec-cartRow {
        display: none !important;
    }
    /* Show SP card */
    .nt-sp-cart-card {
        display: block;
        padding: 15px 0;
        border-bottom: 1px dotted #ccc;
    }
    .nt-sp-cart-card__main {
        display: flex;
        align-items: flex-start;
    }
    .nt-sp-cart-card__img {
        width: 70px;
        min-width: 70px;
        margin-right: 12px;
    }
    .nt-sp-cart-card__img img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }
    .nt-sp-cart-card__info {
        flex: 1;
        min-width: 0;
    }
    .nt-sp-cart-card__name {
        font-weight: bold;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 2px;
    }
    .nt-sp-cart-card__name a {
        color: var(--nt-color-text);
        text-decoration: none;
    }
    .nt-sp-cart-card__sku {
        color: var(--nt-color-gray);
        font-size: 11px;
        margin-bottom: 6px;
        line-height: 1.4;
    }
    .nt-sp-cart-card__price-qty {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 2px;
    }
    .nt-sp-cart-card__price {
        font-weight: bold;
        font-size: 14px;
    }
    .nt-sp-cart-card__qty-label {
        font-size: 11px;
        color: var(--nt-color-gray);
    }
    .nt-sp-cart-card__subtotal-amount {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .nt-sp-cart-card__subtotal {
        font-size: 13px;
        color: #666;
        padding-top: 2px;
    }
    .nt-sp-cart-card__amount {
        text-align: right;
    }
    .nt-sp-cart-card__amount-value {
        font-size: 14px;
        font-weight: bold;
    }
    .nt-sp-cart-card__updown {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        margin-top: 4px;
    }
    .nt-sp-cart-card__btn-down,
    .nt-sp-cart-card__btn-up {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        border: 2px solid #c9c9c9;
        border-radius: 50%;
    }
    .nt-sp-cart-card__btn-down img,
    .nt-sp-cart-card__btn-up img {
        width: 12px;
        height: 12px;
    }
    .nt-sp-cart-card__btn-down--disabled {
        opacity: 0.4;
        pointer-events: none;
    }
    .nt-sp-cart-card__actions {
        display: flex;
        gap: 10px;
        margin-top: -25px;
        /* padding-left: 82px; */
    }
    .nt-sp-cart-card__btn-remove,
    .nt-sp-cart-card__btn-wishlist {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 3px 7px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 13px;
        color: #666;
        text-decoration: none;
        background: #fff;
        white-space: nowrap;
    }
    .nt-sp-cart-card__btn-icon {
        width: 12px;
        height: 12px;
    }
}

.shopping-coupon-item input[type="radio"]:checked + label {
    background-color: unset!important;
}
/* ===== Blog Sidebar ===== */
.nt-blog-sidebar {
    padding: 0;
}
.nt-blog-sidebar__section {
    margin-bottom: 20px;
}
.nt-blog-sidebar__heading {
    background: #f1eeef;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}
.nt-blog-sidebar__cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nt-blog-sidebar__cat-item {
    border-bottom: 1px solid #eee;
}
.nt-blog-sidebar__cat-item--child {
    padding-left: 15px;
}
.nt-blog-sidebar__cat-link {
    display: block;
    padding: 8px 15px;
    color: var(--nt-color-text);
    text-decoration: none;
    font-size: 13px;
}
.nt-blog-sidebar__cat-link:hover {
    color: var(--nt-color-primary);
    background: #faf8f8;
}
.nt-blog-sidebar__cat-link--parent {
    font-weight: bold;
}

/* Archive */
.nt-blog-sidebar__archive-year {
    border-bottom: 1px solid #eee;
}
.nt-blog-sidebar__archive-year-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: var(--nt-color-text);
}
.nt-blog-sidebar__archive-year-label:hover {
    background: #faf8f8;
}
.nt-blog-sidebar__archive-toggle {
    font-size: 10px;
    transition: transform 0.2s;
    color: var(--nt-color-gray);
}
.nt-blog-sidebar__archive-year-label.is-open .nt-blog-sidebar__archive-toggle {
    transform: rotate(180deg);
}
.nt-blog-sidebar__archive-months {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.nt-blog-sidebar__archive-months.is-open {
    display: block;
}
.nt-blog-sidebar__archive-months li {
    border-top: 1px solid #f5f5f5;
}
.nt-blog-sidebar__archive-months a {
    display: block;
    padding: 6px 15px 6px 30px;
    color: var(--nt-color-text);
    text-decoration: none;
    font-size: 13px;
}
.nt-blog-sidebar__archive-months a:hover {
    color: var(--nt-color-primary);
    background: #faf8f8;
}

.gr_uppercomment {
	margin:20px 0 40px;
}
.gr_uppercomment_mv{
	margin-bottom: 20px;
}
.gr_uppercomment_lead{
	text-align: center;
	margin: 20px 0 40px;
	font-size: 16px;
	color: #550022;
}
.gr_uppercomment_title {
	background: #f9f7ed;
	padding: 20px;
	text-align: center;
	color: #550022;
	font-size: 20px;
	margin: 20px 0 35px;
}
.gr_uppercomment_title span{
	display: block;
	font-size: 14px;
}
.gr_uppercomment_column{
	margin: 20px 0 25px;
	display: block;
	clear: both;
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}
.gr_uppercomment_column_img{
	width: 320px;
	float: left;
}
.gr_uppercomment_column_txt{
	float: right;
	width: 610px;
}