@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");

.row {
  box-sizing: border-box; display: flex; flex: 0 1 auto; flex-direction: row; flex-wrap: wrap;
}
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: var(--half-gutter-width, 0.5rem); padding-left: var(--half-gutter-width, 0.5rem); }
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 4px; padding-left: 4px; }
.start-xs { justify-content: flex-start; text-align: start; }
.center-xs { justify-content: center; text-align: center; }
.end-xs { justify-content: flex-end; text-align: end; }
.top-xs { align-items: flex-start; }
.middle-xs { align-items: center; }
.bottom-xs { align-items: flex-end; }
.around-xs { justify-content: space-around; }
.between-xs { justify-content: space-between; }
.start { justify-content: flex-start; text-align: start; }
.center { justify-content: center; text-align: center; }
.end { justify-content: flex-end; text-align: end; }
.top { align-items: flex-start; }
.middle { align-items: center; }
.bottom { align-items: flex-end; }
.around { justify-content: space-around; }
.between { justify-content: space-between; }
.first { order: -1; }
.last { order: 1; }
html { overflow-x: hidden; overflow-y: visible; }
body { font-family: "Noto Serif JP", "yu-mincho-pr6n", "Hiragino Mincho ProN", "MS PMincho", sans-serif; font-weight: 400; font-style: normal; position: relative; font-size: 100% !important; height: 100%; line-height: 1.8; letter-spacing: 2px; color: #2D1717; background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.5)), url(../images/background.png) repeat !important; background-size: 50% 50%; margin: 0; }
img { display: block; max-width: 100%; }
main{margin:80px 0 0;}
.second { order: 2; }
.inline { display: none; }
.readmore { display: inline; text-align: center; font-size: 0.8rem; margin: 0; color: #675852; text-decoration: underline dotted; }
article { padding: calc(40px + 3vw) 0; }
a { text-decoration: none; color: #2D1717; }
.pc { display: block; }
.sp { display: none; }
.container-fluid { width: calc(100% - 16px); height: 100%; margin: 0 auto; position: relative; }
.container { max-width: 1184px; margin: 0 auto; padding: 0 16px; position: relative; height: 100%; }
.wp-pagenavi { margin: 20px 0; font-size: 12px; text-align: center; }
.wp-pagenavi a { color: #4a4a4a; margin: 0 8px; }
.wp-pagenavi .current, .wp-pagenavi a.page { margin: 0 6px 6px 0; display: inline-block; border: solid 1px #eee; width: 40px; height: 40px; border-radius: 50%; line-height: 40px; text-align: center; }
.wp-pagenavi .current { border: none; background: #87e6e9; color: #fff; }
.wp-pagenavi a.page:hover { background: #87e6e9; color: #fff; }
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { display: none; }
#stickyBox { position: relative; width: 100%; }
.sticky #floating-menu { top: 0; position: fixed; }
.site-title { max-width: 140px; margin: 0; font-weight: bold; color: #2D1717; text-decoration: none; }
.site-title:hover { color: #666; }
.nav-menu a:hover::after { width: 100%; }
.main-content { max-width: 1200px; margin: 2rem auto; padding: 0 1rem; }
.cart-icon { position: relative; text-decoration: none; color: #2D1717; font-size: 24px; }
.cart-count { position: absolute; top: -2px; right: -8px; background: #e74c3c; color: white; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; }
#main_visual h1 { letter-spacing: 0.1em; font-size: 2em; line-height: 1.2; margin: 0; padding: 0 0.5em; }
.infomation { background: #494040; color: #fff; padding: 4px 0; position: relative; z-index: 998; }
.infomation-content { text-align: center; }
.infomation-content p { line-height: 0; font-size: 12px; letter-spacing: 0.08em; }
.side-menu { position: fixed; top: 0; left: -100%; width: 320px; height: 100vh; background: #360509; box-shadow: 2px 0 8px rgba(0,0,0,0.15); z-index: 1202; transition: left 0.3s cubic-bezier(0.4,0,0.2,1); padding: 0; overflow-y: auto; }
.side-menu .close-btn { position: absolute; top: 16px; right: 20px; background: none; border: none; cursor: pointer; z-index: 10; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.side-menu .close-btn::before, .side-menu .close-btn::after { content: ""; position: absolute; width: 20px; height: 2px; background: white; border-radius: 1px; }
.side-menu .close-btn::before { transform: rotate(45deg); }
.side-menu .close-btn::after { transform: rotate(-45deg); }
.side-menu .close-btn:hover { background: rgba(255,255,255,0.1); border-radius: 50%; }
.side-menu .nav-menu a { font-size: 0.9rem !important; }
.side-menu .nav-menu .menu-link:hover { background: rgba(255,255,255,0.1); color: #fff; }
.side-menu .nav-menu .menu-item { position: relative; }
.side-menu .nav-menu .menu-item.has-submenu.active .menu-link { background: rgba(255,255,255,0.15); }
.side-menu .nav-menu .menu-item .submenu { display: none; background: rgba(0,0,0,0.2); margin: 0; padding: 0; list-style: none; }
.side-menu .nav-menu .menu-item .submenu li a:hover { background: rgba(255,255,255,0.1); color: #fff; padding-left: 56px; }
.side-menu .nav-menu .menu-divider { height: 1px; background: rgba(255,255,255,0.2); margin: 8px 24px; list-style: none; }
.side-menu .social-icons { display: flex; justify-content: center; gap: 16px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.2); }
.side-menu .social-icons .social-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgba(255,255,255,0.1); color: white; text-decoration: none; border-radius: 50%; transition: all 0.2s ease; font-size: 1.2em; }
.side-menu .social-icons .social-icon:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
.side-menu.open { left: 0; pointer-events: auto; }
.menu-overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.25); z-index: 1200; opacity: 0; transition: opacity 0.3s; }
.menu-overlay.show { display: block; opacity: 1; }
footer img { width: 200px; }
footer h3 { font-size: 16px; }
footer ul { padding: 0; }
footer ul li { list-style-type: none; font-size: 14px; position: relative; }
footer ol { padding: 0; }
footer ol li { list-style-type: none; font-size: 14px; padding: 8px 0; }
footer ol li::before { content: "\f105"; font-family: "Line Awesome Free"; font-weight: 900; color: #2D1717; margin-right: 8px; }
.breadcrumb, .breadcrumbs, nav[aria-label="breadcrumb"], .shop-breadcrumb, #breadcrumb, .ec-breadcrumb { display: none !important; }
.ranking, .shipping_fee_guidance, .notice--gray, .notices-section, .sns-section, .page-information { background: #f5f5f5 !important; }
.notice-buttons--top { display: flex !important; flex-direction: column !important; gap: 12px !important; padding: 12px 0 !important; }
.notice-buttons--top a { flex: 1 !important; margin: 0 !important; max-width: 100% !important; }
.notice-btn-secondary { background: #EBE6E7 !important; }
.notice-btn-thirdary { background: #514A48 !important; color: white !important; border-color: #514A48 !important; }
.notice-btn-outline { background: transparent !important; border: 1px solid #330e0e !important; }
.sns-section { padding: 40px 0 !important; }
.sns-section .sns-icons { display: flex !important; justify-content: center !important; gap: 32px !important; align-items: center !important; }
.ranking { padding-top: 16px !important; }
.ranking-price { font-family: "Noto Serif JP","yu-mincho-pr6n",serif !important; font-size: 11px !important; }
.shipping_fee_guidance { padding-top: 100px !important; padding-bottom: 50px !important; margin: 0 !important; }
.sg-wrap { max-width: 640px !important; margin: 0 auto !important; padding: 40px 20px 80px !important; }
.sg-title { font-size: 14px !important; letter-spacing: 0.15em !important; font-weight: 500 !important; color: #2D1717 !important; padding: 10px 24px !important; background: #c8c2be !important; display: block !important; margin-bottom: 20px !important; width: 100% !important; box-sizing: border-box !important; }
.sg-title-lg { font-size: 24px !important; letter-spacing: 0.2em !important; font-weight: 400 !important; text-align: center !important; display: block !important; margin: 0 auto 40px !important; padding-bottom: 16px !important; border-bottom: 1px solid #c8c2be !important; }
.sg-page { width: 100% !important; text-align: center !important; margin-bottom: 16px !important; }
.sg-block { margin-bottom: 40px !important; }
.sg-step-label { font-size: 14px !important; letter-spacing: 0.15em !important; font-weight: 500 !important; color: #2D1717 !important; padding: 10px 24px !important; background: #c8c2be !important; display: inline-block !important; margin-bottom: 20px !important; }
.sg-sep { border: none !important; border-top: 1px solid #c8c2be !important; margin: 40px 0 !important; }
.sg-wrap p { font-size: 13px !important; line-height: 2.2 !important; color: #444 !important; letter-spacing: 0.08em !important; text-align: left !important; }
.sg-wrap small { font-size: 13px !important; }
.sg-wrap big { font-size: 13px !important; }
.sg-link { color: #8b3a2a !important; text-decoration: underline dotted !important; cursor: pointer !important; }
.sg-order-list { list-style: none !important; padding: 0 !important; margin: 0 0 24px !important; counter-reset: sg-counter !important; }
.sg-order-list li { counter-increment: sg-counter !important; display: flex !important; align-items: flex-start !important; gap: 12px !important; padding: 12px 0 !important; border-bottom: 1px solid #c8c2be !important; font-size: 13px !important; color: #444 !important; letter-spacing: 0.08em !important; line-height: 1.8 !important; }
.sg-order-list li::before { content: counter(sg-counter) !important; min-width: 24px !important; height: 24px !important; background: transparent !important; color: #c8c2be !important; font-size: 11px !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-shrink: 0 !important; margin-top: 2px !important; border: 1px solid #c8c2be !important; }
.sg-table { width: 100% !important; border-collapse: collapse !important; font-size: 13px !important; margin-bottom: 8px !important; }
.sg-table tr { border-bottom: 1px solid #c8c2be !important; }
.sg-table td { padding: 12px 8px !important; color: #444 !important; line-height: 1.8 !important; letter-spacing: 0.06em !important; vertical-align: middle !important; }
.sg-table-area { color: #2D1717 !important; font-weight: 500 !important; width: 55% !important; }
.faq-page { max-width: 640px !important; margin: 0 auto !important; padding: 40px 20px 80px !important; }
.page-title { font-size: 24px !important; font-weight: 400 !important; letter-spacing: 0.2em !important; text-align: center !important; color: #2D1717 !important; padding-bottom: 16px !important; border-bottom: 1px solid #c8c2be !important; margin-bottom: 40px !important; }
.faq-categories { margin-bottom: 40px !important; }
.category-btn { width: 100% !important; padding: 12px 8px !important; background: transparent !important; border: 1px solid #c8c2be !important; font-family: "Noto Serif JP", serif !important; font-size: 12px !important; letter-spacing: 0.1em !important; color: #2D1717 !important; cursor: pointer !important; margin-bottom: 8px !important; transition: all 0.2s !important; }
.category-btn:hover { background: #c8c2be !important; color: #fff !important; }
.category-btn.active { background: #c8c2be !important; color: #fff !important; border-color: #c8c2be !important; }
.faq-item { border-bottom: 1px solid #c8c2be !important; margin-bottom: 0 !important; }
.faq-question { display: flex !important; justify-content: space-between !important; align-items: center !important; padding: 20px 0 !important; cursor: pointer !important; }
.faq-question h3 { font-size: 13px !important; font-weight: 400 !important; letter-spacing: 0.1em !important; color: #2D1717 !important; margin: 0 !important; line-height: 1.8 !important; border: none !important; padding: 0 !important; }
.faq-icon { font-size: 18px !important; color: #c8c2be !important; flex-shrink: 0 !important; margin-left: 16px !important; transition: transform 0.3s !important; }
.faq-item.active .faq-icon { transform: rotate(45deg) !important; }
.faq-answer { display: none !important; padding: 0 0 20px !important; }
.faq-item.active .faq-answer { display: block !important; }
.faq-answer p { font-size: 13px !important; line-height: 2.2 !important; color: #2D1717 !important; letter-spacing: 0.08em !important; margin-bottom: 12px !important; }
.back-btn-wrap { padding: 20px 0 0 !important; margin-bottom: 12px !important; text-align: left !important; }
.back-btn { font-size: 12px !important; color: #8a8a84 !important; letter-spacing: 0.12em !important; text-decoration: none !important; font-family: "Noto Serif JP", serif !important; }
.back-btn:hover { color: #8b3a2a !important; }
#freearea { font-family: "Noto Serif JP", "yu-mincho-pr6n", "Hiragino Mincho ProN", "MS PMincho", sans-serif !important; }
.header{position:sticky !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important;z-index:1000 !important;background:rgba(255,255,255,0.95) !important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.1);box-shadow:0 2px 10px rgba(0,0,0,0.1);-webkit-transition:background-color 0.3s ease,-webkit-box-shadow 0.3s ease;transition:background-color 0.3s ease,-webkit-box-shadow 0.3s ease;transition:background-color 0.3s ease,box-shadow 0.3s ease;transition:background-color 0.3s ease,box-shadow 0.3s ease,-webkit-box-shadow 0.3s ease;}
.header.scrolled{background:rgba(255,255,255,0.98) !important;-webkit-box-shadow:0 4px 20px rgba(0,0,0,0.15);box-shadow:0 4px 20px rgba(0,0,0,0.15);}
.header-content{margin:0 auto;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;list-style:none;margin:0;padding:0;}
.nav-menu a{color:#2D1717;text-decoration:none;font-size:1.1rem;padding:0.5rem 0;position:relative;-webkit-transition:color 0.3s ease;transition:color 0.3s ease;}
.nav-menu a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#333;-webkit-transition:width 0.3s;transition:width 0.3s;}
.user-menu{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.login-btn{font-size:24px;border:none;padding:0.5rem 1.5rem;cursor:pointer;text-decoration:none;-webkit-transition:background-color 0.3s;transition:background-color 0.3s;}
.hamburger{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:48px;background:none;border:none;cursor:pointer;z-index:1201;}
.hamburger span{display:block;height:1px;width:32px;background:#333;margin:8px 0;border-radius:2px;-webkit-transition:all 0.5s;transition:all 0.5s;}
.side-menu .nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:60px 0 20px 0;list-style:none;gap:0rem !important;}
.side-menu .nav-menu .menu-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:white;font-size:1.1em;text-decoration:none;padding:8px 24px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}
.side-menu .nav-menu .menu-link .dropdown-arrow{font-size:0.8em;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;margin-left:8px;}
.side-menu .nav-menu .menu-item .submenu li:last-child{border-bottom:none;}
.side-menu .nav-menu .menu-item .submenu li a{display:block;color:rgba(255,255,255,0.9);font-size:0.95em;text-decoration:none;padding:12px 24px 12px 48px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}
.product_list{margin:4rem 0;padding:calc(8rem + 80px) 0;color:#2D1717;-webkit-transition:background-color 1.2s ease,color 1.2s ease;transition:background-color 1.2s ease,color 1.2s ease;}
.product_list .container h2{text-align:center;font-size:1.5rem;font-weight:500;margin-bottom:4rem;letter-spacing:3px;-webkit-transition:color 1.2s ease;transition:color 1.2s ease;}
.product_list .col-4{padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.product_list .col-3{padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.product_list .col-3 a{display:block;text-decoration:none;color:inherit;-webkit-transition:color 1.2s ease,-webkit-transform 0.2s ease;transition:color 1.2s ease,-webkit-transform 0.2s ease;transition:transform 0.2s ease,color 1.2s ease;transition:transform 0.2s ease,color 1.2s ease,-webkit-transform 0.2s ease;}
.product_list .col-3 a:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);}
.product_list .col-3 a .price{-webkit-transition:color 1.2s ease;transition:color 1.2s ease;}
.product_list .col-3 a img{width:100%;height:auto;}
.product_list .col-3 a h4{font-size:16px;font-weight:500;line-height:1.75;display:-webkit-box;margin:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.product-info{margin-bottom:32px;}
.product-info h1{font-size:1.7rem;font-weight:500;margin:1rem 0 0;letter-spacing:3px;color:#222;line-height:1.75;margin-top:0;position:relative;padding-bottom:8px;}
.product-info h1 span{display:block;font-size:80%;}
.product-info h1 .tax-included{position:relative;font-size:60%;bottom:0;}
.product-info h2{font-size:0.9rem;margin:1.5rem 0 1rem;font-weight:500;text-align:left;letter-spacing:0.08em;padding-bottom:8px;border-bottom:1px solid #f2f2f2;}
.product-info h3{font-size:16px;margin:2.5rem 0 1rem;font-weight:500;text-align:left;letter-spacing:0.08em;}
.product-info .price,.product-info #priceDisplay h2{font-size:14px;color:#222;text-align:left;font-weight:500;letter-spacing:0.05em;margin:0 0 1rem;}
.product-info .price::after,.product-info #priceDisplay h2::after{content:"(ÀÇ¹þ)";}
.product-info h6{font-size:14px;font-weight:normal;margin-bottom:0.5rem;letter-spacing:0;color:#555;}
.product-info form{margin-bottom:1.5em;}
.product-info label{display:block;margin-bottom:0.7em;font-size:1em;color:#2D1717;}
.product-info input[type=number]{width:60px;padding:4px 8px;font-size:1em;border:1px solid #ddd;border-radius:4px;background:#fafafa;margin-left:8px;}
.product-info button[type=submit],.product-info #cartFormBottom button[type=submit]{width:100%;background:#222;color:#fff;border:none;padding:10px 0;font-size:14px;border-radius:4px;cursor:pointer;margin-top:1em;-webkit-transition:background 0.2s;transition:background 0.2s;letter-spacing:0.1em;}
.product-info button[type=submit]:hover,.product-info #cartFormBottom button[type=submit]:hover{background:#444;}
.product-info .option-group,.product-info #variationRadios{margin-bottom:1.2em;}
.product-info .option-group label,.product-info #variationRadios label{margin-right:1.5em;font-weight:normal;font-size:0.98em;display:inline-block;}
.product-info p{margin:1.2em 0 1.5em 0;color:#444;line-height:1.8;font-size:1em;}
.product-info .star-group{margin-bottom:1.2em;font-size:1.1em;}
.product-info .star-group strong{display:inline-block;width:3.5em;color:#888;}
.product-info .star-group span{color:#e6b422;font-size:1.1em;}
.product-info .desc-table,.product-info table{width:100%;border-collapse:collapse;margin:1.5em 0 0.5em 0;font-size:0.98em;background:#fafafa;border-radius:6px;overflow:hidden;}
.product-info .desc-table th,.product-info .desc-table td,.product-info table th,.product-info table td{border:1px solid #eee;padding:10px 14px;text-align:left;}
.product-info .desc-table th,.product-info table th{background:#f5f5f5;font-weight:normal;color:#888;width:32%;}
.product-info .desc-table td,.product-info table td{background:#fff;color:#2D1717;}
.product-info .desc-table tr:not(:last-child) td,.product-info table tr:not(:last-child) td{border-bottom:1px solid #eee;}
.product-card{overflow:hidden;-webkit-box-shadow:0 2px 8px rgba(0,0,0,0.06);box-shadow:0 2px 8px rgba(0,0,0,0.06);margin-bottom:32px;-webkit-transition:-webkit-box-shadow 0.2s;transition:-webkit-box-shadow 0.2s;transition:box-shadow 0.2s;transition:box-shadow 0.2s,-webkit-box-shadow 0.2s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;}
.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;display:block;}
.product-card-body{padding:16px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.login_page .login_form .login-btn{font-size:14px;background:#06c755;color:white;border-radius:5px;padding:12px;margin:2rem auto;border:none;display:block;text-align:center;width:50%;font-weight:700;}
.product_page .col-3 .recommended-name{padding:12px 10px 6px;margin:0;font-size:0.9rem;font-weight:500;color:#2D1717;line-height:1.3;}
.product_page .col-3 .recommended-name .size{display:inline-block;font-size:0.9em;margin-left:8px;color:#666;font-weight:normal;}
.product_page .col-3 .recommended-price{padding:0 10px 12px;margin:0;font-size:16px;font-weight:500;color:#2D1717;}
.pdf-detail-header{background-color:#eee;}
.document-header{text-align:center;margin-bottom:30px;}
#cart_page .modal-header{border-bottom:1px solid #ddd;}
.news-page .news-header{text-align:center;margin-bottom:60px;}
.news-page .news-header .page-title{font-size:1.5rem;color:#2D1717;margin-bottom:20px;font-weight:300;}
.news-page .news-header .page-description{font-size:1.1em;color:#666;margin:0;}
.event-page .event-list .event-column .event-header{font-weight:bold;font-size:0.9rem;color:#2D1717;margin-bottom:8px;}
.event-page .event-list .store-columns .store-column .store-header{font-weight:bold;font-size:0.9rem;color:#2D1717;margin-bottom:8px;}
.event-page-header{text-align:center;}
.event-page-header h2{background:#E9E5DC;margin:3rem auto;font-weight:700;font-size:1rem;color:#2D1717;padding:6px 40px;text-align:center;display:inline-block;}
.order-header,.stats-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px;font-size:12px;}
footer{background:white;color:#2D1717;padding:16px 24px;text-align:left;}
footer p{font-size:0.8rem;}
footer .row{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}
footer .row ol{margin:0;}
footer .row ol li{font-size:0.8rem;}
footer .row ol li:last-of-type{padding-bottom:0;}
footer .company-list img{width:150px;}
footer .company-list h6{margin:1rem 0;font-size:1rem;font-weight:500;}
footer .company-list address{margin:0 0;font-style:normal;font-size:14px;}
footer .company-list ul{margin:0;}
footer .company-list{margin-bottom:24px;}
.page-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px;}
.page-header .header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;}
.login-page .line-login-btn{display:block;margin:8px auto;width:80%;padding:10px 0;font-size:0.9rem;font-weight:600;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;background:#00B900;color:white;text-decoration:none;text-align:center;}
.login-page .login-form .line-login .line-login-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;background:#00B900;color:white;text-decoration:none;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-box-sizing:border-box;box-sizing:border-box;}
.login-page .login-form .line-login .line-login-btn i{margin-right:8px;font-size:16px;}
.login-page .login-form .line-login .line-login-btn:hover{background:#009900;-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(0,185,0,0.3);box-shadow:0 4px 12px rgba(0,185,0,0.3);}
#main_visual .textBox{position:absolute;top:68%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
#main_visual .textBox h3 img{max-width:40%;margin-bottom:80px;}
#main_visual .textBox .delivery-info p span{display:block;}
.limited_product{padding:80px 0;}
.limited_product_info h4{margin:8px 0;letter-spacing:0.08em;font-weight:normal;}
.limited_product_info p{margin:0;font-weight:600;}
.limited_product_info p span{margin:0 8px;letter-spacing:0.08em;}
.limited_product_info .limited_product_period{font-size:12px;}
.recommended{padding:40px 0 0 0;}
.recommended h2{text-align:center;margin-bottom:40px;font-size:1.5rem;color:#2D1717;}
.recommended .recommended-desktop{display:none;}
.recommended .recommended-desktop .col-3{padding:0 15px;margin-bottom:1rem;}
.recommended .recommended-desktop .col-3 > div{background-color:var(--bg-color,#f4f0ed);padding:8px 8px 0 8px;height:100%;-webkit-transition:-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;transition:-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;transition:transform 0.3s ease,box-shadow 0.3s ease;transition:transform 0.3s ease,box-shadow 0.3s ease,-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;}
.recommended .recommended-desktop .col-3 > div:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.15);box-shadow:0 10px 25px rgba(0,0,0,0.15);}
.recommended .recommended-desktop .col-3 > div a{text-decoration:none;color:var(--text-color,inherit);display:block;height:100%;}
.recommended .recommended-desktop .col-3 > div a .flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:100%;}
.recommended .recommended-desktop .col-3 > div a .flex-container .text-section{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.recommended .recommended-desktop .col-3 > div a .flex-container .text-section h4{margin:0;font-size:1.3rem;line-height:1.4;color:var(--text-color,inherit);}
.recommended .recommended-desktop .col-3 > div a .flex-container .text-section h4.japanese{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:upright;height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;}
.recommended .recommended-desktop .col-3 > div a .flex-container .text-section h4.english{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;text-orientation:mixed;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center;width:40px;height:120px;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.recommended .recommended-desktop .col-3 > div a .flex-container .image-section{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.recommended .recommended-desktop .col-3 > div a .flex-container .image-section img{max-width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:0px;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}
.recommended .recommended-desktop .col-3 > div a .flex-container .image-section img:hover{-webkit-transform:scale(1.02);transform:scale(1.02);}
.recommended .recommended-mobile{display:none;}
.recommended .recommended-mobile .mobile-item{background-color:var(--bg-color,#f4f0ed);margin-bottom:16px;-webkit-transition:-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;transition:-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;transition:transform 0.3s ease,box-shadow 0.3s ease;transition:transform 0.3s ease,box-shadow 0.3s ease,-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;width:100%;}
.recommended .recommended-mobile .mobile-item.col-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50% !important;display:inline-block;margin-right:15px;}
.recommended .recommended-mobile .mobile-item.col-6:nth-child(even){margin-right:0;}
.recommended .recommended-mobile .mobile-item.col-6 .flex-container{gap:8px;}
.recommended .recommended-mobile .mobile-item.col-6 .flex-container .text-section h4{font-size:1.1rem;}
.recommended .recommended-mobile .mobile-item.col-6 .flex-container .text-section h4.japanese{height:70px;width:30px;}
.recommended .recommended-mobile .mobile-item.col-6 .flex-container .text-section h4.english{width:30px;height:70px;}
.recommended .recommended-mobile .mobile-item:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 20px rgba(0,0,0,0.1);box-shadow:0 8px 20px rgba(0,0,0,0.1);}
.recommended .recommended-mobile .mobile-item a{text-decoration:none;color:var(--text-color,inherit);display:block;height:100%;padding:8px;}
.recommended .recommended-mobile .mobile-item a .flex-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:100%;}
.recommended .recommended-mobile .mobile-item a .flex-container .text-section{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:stretch;align-self:stretch;width:20%;}
.recommended .recommended-mobile .mobile-item a .flex-container .text-section h4{margin:0;font-size:1.3rem;line-height:1.4;color:var(--text-color,inherit);}
.recommended .recommended-mobile .mobile-item a .flex-container .text-section h4.japanese{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:upright;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;text-align:center;}
.recommended .recommended-mobile .mobile-item a .flex-container .text-section h4.english{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;text-orientation:mixed;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center;width:40px;height:100px;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}
.recommended .recommended-mobile .mobile-item a .flex-container .image-section{-webkit-box-flex:1;-ms-flex:1;flex:1;width:80%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.recommended .recommended-mobile .mobile-item a .flex-container .image-section img{max-width:100%;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:0px;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}
.recommended .recommended-mobile .mobile-item a .flex-container .image-section img:hover{-webkit-transform:scale(1.02);transform:scale(1.02);}
.recommended .no-image{width:100%;height:200px;background:#f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#ccc;border-radius:8px;}
.product_list .product-list-name{padding:12px 10px 6px;margin:0;font-size:14px;font-weight:600;color:#2D1717;line-height:1.3;}
.product_list .product-list-name .size{display:inline-block;font-size:0.9em;margin-left:8px;color:#666;font-weight:normal;}
.shipping_fee_guidance img{width:30%;margin:0 auto;}
.notice-buttons a{display:block;max-width:480px;margin:1.5rem auto;text-align:center;padding:18px 0;border-radius:8px;font-size:16px;}
.notice-buttons .notice-btn-primary{background:#330e0e;color:white;}
.notice-buttons .notice-btn-secondary{background:#EBE6E7;color:#2D1717;}
.notice-buttons .notice-btn-thirdary{background:#514A48;color:white;}
.notice-buttons .notice-btn-outline{border:1px solid #333;}
.page-information{padding:80px 0;background:#f1efed;}
.page-information figure{margin:0;position:relative;}
.page-information figure::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:2;}
.page-information figure img{position:relative;z-index:0;}
.page-information figure figcaption{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;z-index:3;}
.page-information figure figcaption h5{font-size:1.5em;font-weight:400;color:white;text-align:center;}
.category_thumbnails{padding:60px 0;}
.category_thumbnails h2{text-align:center;margin-bottom:40px;font-size:1.5rem;}
.category-thumbnail{display:block;text-decoration:none;color:inherit;margin-bottom:30px;}
.category-thumbnail.overlay-title{position:relative;}
.category-thumbnail.overlay-title .category-name{position:absolute;bottom:0;left:0;right:0;padding:15px 20px;margin:0;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.7)));background:linear-gradient(transparent,rgba(0,0,0,0.7));color:white;font-size:18px;font-weight:500;text-align:left;}
.category-thumbnail.separate-title .category-name{padding:8px;margin:0;text-align:center;font-size:0.9rem;font-weight:500;color:#2D1717;background:white;}
.category-thumbnail:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 8px 25px rgba(0,0,0,0.15);box-shadow:0 8px 25px rgba(0,0,0,0.15);text-decoration:none;color:#1c1c1c;}
.category-placeholder{width:100%;height:200px;background:#e9ecef;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#6c757d;}
.category-placeholder i{font-size:48px;}
.ranking{padding:80px 0;margin-bottom:0px;background:#f1efed;}
.ranking h2{text-align:center;margin-bottom:20px;font-size:1.5rem;color:#2D1717;}
.ranking-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;max-width:1000px;margin:0 auto;padding:0 20px;}
.ranking-item{overflow:hidden;-webkit-transition:-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;transition:-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;transition:transform 0.3s ease,box-shadow 0.3s ease;transition:transform 0.3s ease,box-shadow 0.3s ease,-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;}
.ranking-item:hover .ranking-image{-webkit-transform:scale(1.05);transform:scale(1.05);}
.ranking-link{display:block;text-decoration:none;color:inherit;position:relative;}
.ranking-rank{position:absolute;top:0px;left:0px;background:#754844;color:white;padding:4px 8px;font-size:12px;font-weight:bold;z-index:2;}
.ranking-rank.rank-1{background:linear-gradient(135deg,#d4af37,#b88900);color:#fff;}
.ranking-rank.rank-2{background:linear-gradient(135deg,#c0c0c0,#9e9e9e);color:#fff;}
.ranking-rank.rank-3{background:linear-gradient(135deg,#cd7f32,#a65e1b);color:#fff;}
.ranking-image-container{position:relative;width:100%;}
.ranking-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}
.ranking-name{padding:12px 10px 6px;margin:0;font-size:14px;font-weight:600;color:#2D1717;line-height:1.3;}
.ranking-name .size{display:block;font-size:12px;color:#666;margin-top:3px;font-weight:normal;}
.product_list.dark-text{color:#fff !important;}
.product_list.dark-text a,.product_list.dark-text h1,.product_list.dark-text h2,.product_list.dark-text h3,.product_list.dark-text h4,.product_list.dark-text h5,.product_list.dark-text h6,.product_list.dark-text p,.product_list.dark-text li,.product_list.dark-text .recommended-name,.product_list.dark-text .recommended-price,.product_list.dark-text .product-list-name,.product_list.dark-text .product-list-price,.product_list.dark-text .ranking-name,.product_list.dark-text .ranking-price,.product_list.dark-text .size,.product_list.dark-text .price{color:#fff !important;}
.recommended h4{margin:8px 0 0;font-weight:normal;font-size:0.9rem !important;}
.recommended p{margin:0;font-size:0.9rem !important;font-weight:normal;}
.sns-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:30px;margin-top:30px;padding:20px 0;}
.sns-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:#2D1717;min-width:80px;}
.sns-icon i{font-size:40px;margin-bottom:8px;}
.sns-icon img{height:38px;}
.notices-section{padding:80px 0 0;background:#f1efed;}
.notices-section::after{content:url(../images/miyabun_Symbol_page.svg);display:block;width:100%;margin-bottom:-10px;}
.notices-section h2{text-align:center;font-size:1.5rem;color:#2D1717;margin-bottom:40px;}
.notice-item{display:block;padding:8px 20px;margin-bottom:15px;text-decoration:none;color:inherit;-webkit-transition:background-color 0.3s ease,-webkit-box-shadow 0.3s ease;transition:background-color 0.3s ease,-webkit-box-shadow 0.3s ease;transition:background-color 0.3s ease,box-shadow 0.3s ease;transition:background-color 0.3s ease,box-shadow 0.3s ease,-webkit-box-shadow 0.3s ease;}
.notice-title{font-size:0.9rem;color:#2D1717;margin:0 0 10px 0;}
.notice-text{color:#666;font-size:14px;line-height:1.6;margin:0;}
.product_list .product-list-price{padding:0 10px 12px;margin:0;font-size:0.9rem;font-weight:500;}
.product_list .product-list-price span{font-size:60%;}
.notice-date{font-size:0.9rem;display:block;}
.shipping-method-section .shipping-method-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e9ecef;}
.shipping-method-section .shipping-method-header .shipping-method-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;}
.shipping-method-section .shipping-method-header .shipping-method-title .shipping-icon{font-size:1.2rem;}
.shipping-method-section .shipping-method-header .shipping-method-title .shipping-text{font-weight:bold;color:#2D1717;font-size:1rem;}
.shipping-method-section .shipping-method-header .compare-link{color:#007bff;text-decoration:none;font-size:0.9rem;}
.shipping-method-section .shipping-method-header .compare-link:hover{text-decoration:underline;}
.cart-page .cart-info .cart-header{margin-top:0;color:#2D1717;font-size:18px;}
.modal-header{padding:12px 20px;background-color:#cfc9be;border-bottom:2px solid #493f3f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.modal-header h3{margin:0;color:#cfc9be;font-weight:600;}
.modal-footer{padding:20px 12px;background-color:#755844;border-top:2px solid #755844;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;}
.modal-footer .btn{padding:6px 10px;font-size:12px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;min-width:60px;}
.modal-footer .btn-outline-secondary{padding:6px 10px;font-size:12px;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;min-width:60px;background:#321214;color:#fff;}
.modal-footer .btn-cancel{background:white !important;color:#321214 !important;}
body.modal-open footer{display:none !important;}
.sender-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1rem;}
.sender-footer{border-top:1px solid #eee;padding-top:1rem;text-align:center;}
.address-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e9ecef;padding-right:80px;}
.address-header .default-badge{display:block;}
.address-header h3{margin:0;font-size:1.1rem;color:#2D1717;font-weight:500;}
.address-selection-header{margin-bottom:15px;}
.address-selection-header h4{margin:0;color:#2D1717;font-size:1rem;text-align:center;}
.address-selection-header .btn-outline-primary{display:block;max-width:350px;margin:1rem auto;}
.address-item-header{margin-bottom:8px;}
.address-item-header h5{margin:0;font-size:14px;color:#2D1717;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;}
.add-to-address-list-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;}
.add-to-address-list-header h4{margin:0;color:#2D1717;font-size:16px;}
#notice-section .notice-item h4{color:#2D1717;margin-bottom:10px;font-size:1.1em;}
#notice-section .notice-item p{color:#8f2934;line-height:1.6;margin:0;font-size:0.8rem;white-space:pre-line;}
.information{background:#413938;color:white;}
.information-slider-container{overflow:hidden;position:relative;}
.information-slider{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;width:500%;-webkit-animation:slideInformation 75s infinite linear;animation:slideInformation 75s infinite linear;}
.information-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:20%;padding:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;}
.information-date{font-size:12px;margin-right:15px;font-weight:bold;}
.information-title{font-size:14px;}
.information-slider-container:hover .information-slider{-webkit-animation-play-state:paused;animation-play-state:paused;}
.order-history-page-header{margin-bottom:30px;}
.order-history-page-header h1{color:#2D1717;font-size:1.8rem;margin:0;}
.order-history-page-header p{color:#666;margin:10px 0 0 0;}
.order-history-header{background:#f8f9fa;padding:20px;border-bottom:1px solid #e9ecef;}
.order-history-header > div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;}
.order-history-header h3{margin:0 0 5px 0;color:#2D1717;font-size:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;}
.order-history-header p{margin:0;color:#666;font-size:0.9rem;}
.order-history-header .order-history-status{display:inline-block;padding:4px 8px;border-radius:12px;font-size:0.75rem;font-weight:bold;background:#e9ecef;color:#495057;white-space:nowrap;}
.order-history-header .order-history-total{margin-top:8px;font-size:1.1rem;font-weight:bold;color:#dc3545;}
.page-header{margin-bottom:30px;}
.page-header > div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;}
.page-header h1{color:#2D1717;font-size:1.8rem;margin:0;}
.page-header p{color:#666;margin:10px 0 0 0;}
.page-header .btn{display:inline-block;padding:8px 16px;background:#6c757d;color:white;text-decoration:none;border-radius:4px;font-size:0.9rem;}
.order-header{background:#f8f9fa;padding:20px;border-bottom:1px solid #e9ecef;}
.order-header > div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;}
.order-header h2{margin:0 0 5px 0;color:#2D1717;font-size:1.4rem;}
.order-header p{margin:0;color:#666;font-size:1rem;}
.order-header .order-status{display:inline-block;padding:8px 16px;border-radius:20px;font-size:1rem;font-weight:bold;background:#e9ecef;color:#495057;}
.order-header .order-total{margin-top:10px;font-size:1.3rem;font-weight:bold;color:#dc3545;}
.gift-accordion .accordion-item .accordion-header{padding:0 2rem;}
.gift-accordion .accordion-item .accordion-header .category-name{font-size:0.9rem;font-weight:500;color:#2c3e50;margin:0;text-align:center;}
.gift-accordion .accordion-item .accordion-header .accordion-icon{margin-left:1rem;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;}
.gift-accordion .accordion-item .accordion-header .accordion-icon i{font-size:1.2rem;color:#6c757d;}
.gift-accordion .accordion-item .accordion-header.active .accordion-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.section-header{text-align:center;margin-bottom:3rem;}
.section-header h2{font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;}
.section-header p{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto;}
.product-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);}
.product-card .product-image{position:relative;}
.product-card .product-image img{width:100%;height:100%;}
.product-card .product-image .gift-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(45deg,#e74c3c,#c0392b);color:white;padding:0.5rem 1rem;border-radius:20px;font-size:0.9rem;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;-webkit-box-shadow:0 2px 10px rgba(231,76,60,0.3);box-shadow:0 2px 10px rgba(231,76,60,0.3);}
.product-card .product-image .gift-badge i{font-size:1rem;}
.product-card .product-info{margin:0;}
.product-card .product-info .product-name{font-size:0.9rem;font-weight:500;color:#2c3e50;margin-bottom:0.5rem;line-height:1;margin:0;padding:8px;min-height:0;}
.product-item .product-info{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1rem;background:none;}
.product-item .product-info .product-name{font-weight:600;color:#495057;min-height:auto;margin:0;}
.product-item .product-info .product-details{font-size:12px;color:#6c757d;margin-top:5px;}
.noshi-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;}
.user-header-card{margin-bottom:2rem;}
.user-header-card .user-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem;}
.user-header-card .user-info .user-avatar{width:80px;height:80px;background:rgba(255,255,255,0.2);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,0.3);}
.user-header-card .user-info .user-details .user-name{font-size:1.5rem;font-weight:700;margin-bottom:0.5rem;}
.user-header-card .user-info .user-details .user-email{font-size:1rem;opacity:0.9;}
.recommended{padding:40px 0;}
.recommended .col-3{padding:0 15px;margin-bottom:24px;}
.recommended-desktop{display:none;}
.recommended-desktop .col-3{padding:0 15px;}
.recommended-desktop .col-3 > div{-webkit-transition:-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;transition:-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;transition:transform 0.3s ease,box-shadow 0.3s ease;transition:transform 0.3s ease,box-shadow 0.3s ease,-webkit-transform 0.3s ease,-webkit-box-shadow 0.3s ease;}
.recommended-desktop .col-3 > div:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.15);box-shadow:0 10px 25px rgba(0,0,0,0.15);}
.recommended-mobile{display:none;padding:0 20px;}
.recommended img{-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;max-width:100%;margin:0 auto;}
.recommended a:hover img{-webkit-transform:scale(1.02);transform:scale(1.02);}
.recommended .recommended-name{padding:12px 10px 6px;margin:0;font-size:14px;font-weight:500;color:#2D1717;line-height:1.3;}
.recommended .recommended-name .size{display:inline-block;font-size:0.9em;margin-left:8px;color:#666;font-weight:normal;}
.recommended .recommended-price{padding:0 10px 12px;margin:0;font-size:0.9rem;font-weight:500;color:#2D1717;}
.recommended .recommended-price span{font-size:60%;}
.summary-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.coupon-success-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px;}
.category_page .product_list{padding:40px 0;}
.product-info{padding:8px 0px !important;margin-bottom:16px !important;}
.product_list .product-info h3 .product-info,.category_page .product-info h3 .product-info{padding:8px 0;margin-bottom:16px;}
.product_list .product-info h3 .product-info h3,.category_page .product-info h3 .product-info h3{font-size:0.9rem !important;padding:8px 0;margin-bottom:1rem;}
.link-account-header{text-align:center;margin-bottom:30px;}
.news-page .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-top:60px;}
.news-page .pagination .pagination-btn{padding:10px 20px;background:#f8f9fa;color:#2D1717;text-decoration:none;border-radius:4px;font-weight:500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.news-page .pagination .pagination-btn:hover{background:#717171;color:white;}
.news-page .pagination .pagination-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;}
.news-page .pagination .pagination-numbers .pagination-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;background:#f8f9fa;color:#2D1717;text-decoration:none;border-radius:4px;font-weight:500;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.news-page .pagination .pagination-numbers .pagination-number:hover{background:#717171;color:white;}
.news-page .pagination .pagination-numbers .pagination-number.active{background:#717171;color:white;}
.customer-manage-page .pagination-container{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;}
.customer-manage-page .pagination-container .pagination-info{color:#6c757d;font-size:14px;}
.customer-manage-page .pagination-container .pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;}
.customer-manage-page .pagination-container .pagination .page-link{display:inline-block;padding:8px 12px;margin:0 2px;color:#007bff;text-decoration:none;border:1px solid #dee2e6;border-radius:4px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;}
.customer-manage-page .pagination-container .pagination .page-link:hover{background-color:#e9ecef;border-color:#adb5bd;}
.customer-manage-page .pagination-container .pagination .page-link.current{background-color:#007bff;color:white;border-color:#007bff;}
.customer-manage-page .pagination-container .pagination .page-ellipsis{padding:8px 4px;color:#6c757d;}
#main_visual{width:100%;height:65vh;background-image:url(https://img14.shop-pro.jp/PA01302/738/etc_base64/NQ.jpg?cmsp_timestamp=20260728115603);background-size:cover;background-position:center top;}
.notices-list{max-width:800px;margin:0 auto;}
.no-notices{text-align:center;padding:60px 20px;color:#666;}
.no-notices p{font-size:16px;}
.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;margin-top:40px;margin-bottom:20px;}
.pagination-btn{padding:8px 16px;background:transparent;color:#2D1717;text-decoration:none;font-size:14px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;border:1px solid #ddd;border-radius:4px;}
.pagination-btn:hover{background:#f8f9fa;border-color:#333;}
.pagination-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;}
.pagination-number{padding:8px 12px;background:transparent;color:#2D1717;text-decoration:none;border-radius:4px;font-size:14px;border:1px solid #ddd;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.pagination-number:hover{background:#f8f9fa;border-color:#333;}
.pagination-number.active{background:#333;color:white;border-color:#333;}
@-webkit-keyframes slideInformation{0%{-webkit-transform:translateX(0%);transform:translateX(0%);}100%{-webkit-transform:translateX(-80%);transform:translateX(-80%);}}
@keyframes slideInformation{0%{-webkit-transform:translateX(0%);transform:translateX(0%);}100%{-webkit-transform:translateX(-80%);transform:translateX(-80%);}}
#section1,#section02,#section4,#section6{height:100vh;position:relative;-webkit-clip-path:inset(0);clip-path:inset(0);}#section1 img,#section02 img,#section4 img,#section6 img{-o-object-fit:cover;object-fit:cover;position:fixed;left:0;top:0;width:100%;height:100%;}#section3,#section5,#section7{padding:80px 0;}#section3 h2,#section5 h2,#section7 h2{text-align:left !important;}#section3 h3,#section5 h3,#section7 h3{border-bottom:1px solid #272727;padding-bottom:8px;}#section3 h3::before,#section5 h3::before,#section7 h3::before{display:none;}#section3 p,#section5 p,#section7 p{white-space:pre-line;margin:0;line-height:2.2rem;}#section3 ol,#section5 ol,#section7 ol{padding:0;}#section3 ol li,#section5 ol li,#section7 ol li{list-style-type:none;}#section3 .row:last-of-type,#section5 .row:last-of-type,#section7 .row:last-of-type{margin:80px 0 !important;}#section3 a,#section5 a,#section7 a{border:1px solid #272727;padding:16px 16px;border-radius:12px;line-height:1;font-size:0.9rem;font-weight:500;cursor:pointer;text-decoration:none;margin-top:2rem;display:inline-block;}#section3 .ingredients-table,#section5 .ingredients-table,#section7 .ingredients-table{margin:2rem 0;}#section3 .ingredients-table .ingredients-row,#section5 .ingredients-table .ingredients-row,#section7 .ingredients-table .ingredients-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:2rem;gap:2rem;}#section3 .ingredients-table .ingredient-item,#section5 .ingredients-table .ingredient-item,#section7 .ingredients-table .ingredient-item{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1.5rem;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;}#section3 .ingredients-table .ingredient-item h4,#section5 .ingredients-table .ingredient-item h4,#section7 .ingredients-table .ingredient-item h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#2D1717;text-align:center;border-bottom:2px solid #272727;padding-bottom:0.5rem;}#section3 .ingredients-table .ingredient-item .ingredient-details,#section3 .ingredients-table .ingredient-item .ingredient-effect,#section5 .ingredients-table .ingredient-item .ingredient-details,#section5 .ingredients-table .ingredient-item .ingredient-effect,#section7 .ingredients-table .ingredient-item .ingredient-details,#section7 .ingredients-table .ingredient-item .ingredient-effect{margin:0;line-height:1.6;font-size:0.95rem;color:#555;}#sectionLast{background:white !important;margin-bottom:0 !important;padding-bottom:120px;}#sectionLast p{text-align:center;white-space:pre-line;margin-top:80px;margin-bottom:0;}#section1{position:relative;height:100vh;overflow:hidden;}.parallax-bg{position:fixed;top:0;left:0;width:100%;height:120vh;z-index:-1;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 0.1s linear;transition:-webkit-transform 0.1s linear;transition:transform 0.1s linear;transition:transform 0.1s linear,-webkit-transform 0.1s linear;margin:0;padding:0;-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);}.parallax-bg.active{opacity:1;}.parallax-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;position:absolute;top:0;left:0;margin:0;padding:0;}.parallax-content{position:relative;z-index:1;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(255,255,255,0.9);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);}.parallax-content .container{max-width:1200px;margin:0 auto;padding:40px 20px;text-align:center;}.parallax-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#2D1717;text-shadow:1px 1px 2px rgba(0,0,0,0.1);}.subtitle{font-size:2.5rem;font-weight:bold;margin-bottom:2rem;color:#2D1717;text-shadow:2px 2px 4px rgba(0,0,0,0.1);}.right_text{margin-top:3rem;padding-top:2rem;border-top:1px solid #ddd;}.right_text p{font-size:1rem;line-height:1.6;color:#666;font-style:italic;}#section8{height:100vh;position:relative;-webkit-clip-path:inset(0);clip-path:inset(0);margin-bottom:0 !important;}#section8 img{-o-object-fit:cover;object-fit:cover;position:fixed;left:0;top:0;width:100%;height:100%;}.maintenance-page .maintenance-container .subtitle{color:#666;margin-bottom:30px;font-size:0.9rem;}
.news{padding:16px 0 0;text-align:center;}
.news .delivery-info{font-size:0.9rem;}
.news .delivery-info p span{display:block;}
.product_list a,.product_list a:hover,.product_list a:visited,
.product-card a,.product-card a:hover,.product-card a:visited,
.product-info a,.product-info a:hover,.product-info a:visited,
.recommended a,.recommended a:hover,.recommended a:visited,
.ranking a,.ranking a:hover,.ranking a:visited,
.ranking-link,.ranking-link:hover,.ranking-link:visited,
.category_thumbnails a,.category_thumbnails a:hover,.category_thumbnails a:visited,
.teiban-item,.teiban-item:hover,.teiban-item:visited,
.ichoshi-card,.ichoshi-card:hover,.ichoshi-card:visited,
.product_page a,.product_page a:hover,.product_page a:visited,
.limited_product a,.limited_product a:hover,.limited_product a:visited,
.news-page a,.news-page a:hover,.news-page a:visited,
.notices-section a,.notices-section a:hover,.notices-section a:visited
{color:inherit !important;text-decoration:none !important;}
.notices-section::after{content:"" !important;display:block !important;width:100% !important;aspect-ratio:1021.9/325.9 !important;background-image:url("https://img14.shop-pro.jp/PA01302/738/etc_base64/bWl5Ybuz.png?cmsp_timestamp=20260728114933") !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:center !important;margin-bottom:-10px !important;}
body{background:#fff !important;}
.information-slider {
  -webkit-animation-duration: 90s !important;
  animation-duration: 90s !important;
}
@media (max-width: 768px) {
  .information-slider{-webkit-animation-duration:30s !important;animation-duration:30s !important;}
  .header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:0;}
  .hamburger{display:block;order:1;}
  .site-title{order:2;text-align:center;max-width:none;}
  .right{order:3;}
  .nav-menu{flex-direction:column;gap:1rem;}
  .user-menu{flex-direction:row;gap:1rem;}
  .header img{width:100px;}
  .header .header-content{padding:12px 0;}
  .header .side-menu{width:85%;max-width:320px;}
  .login-btn{padding:0;}
  .category_thumbnails .col-6{max-width:100% !important;flex-basis:100% !important;}
  .category_thumbnails .col-3{max-width:50% !important;flex-basis:50% !important;}
  .page-information .row{display:flex !important;flex-direction:column !important;gap:8px !important;}
  .page-information .row .col-4{max-width:100% !important;flex-basis:100% !important;}
  footer .row ol{display:flex !important;flex-direction:column !important;}
  footer .row ol li{width:100% !important;}
}
.shipping-guide h2.sg-title,.shipping-guide .sg-step-label{padding:16px 24px;display:block;width:100%;box-sizing:border-box;}
.shipping-guide hr.sg-sep{display:none;}
footer ol li.no-arrow::before{content:none !important;}
.shipping_fee_guidance .innerBox img{width:100%;max-width:500px;margin:0 auto;}
@media screen and (max-width: 767px) {
  footer .row .col-6{
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}
footer a:hover,.notice-btn:hover,.notice-buttons a:hover,.sns-icon:hover{color:inherit !important;}
.site-title{position:fixed;left:50%;transform:translateX(-50%);}
.side-menu .nav-menu .menu-link {
  font-weight: 300 !important;
}

@media (max-width: 768px) {
  #main_visual {
    height: 70vh !important;
  }
}