﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type='checkbox'],[type='radio']{box-sizing:border-box;padding:0}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@layer reset{*,*::before,*::after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none;padding-left:0}}:root{--font-family-base: 'LINE Seed JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;--font-size-base: 16px;--color-black: #000000;--color-white: #ffffff;--color-cream: #fff5d0;--color-brown: #392200;--color-light-brown: #827055;--color-lightest-brown: #ae9f89;--color-charcoal: #362b21;--color-yellow: #ffda36;--color-light-yellow: #ffe986;--color-pale-yellow: #ffeb9a;--color-orange: #f9661f;--color-bright-orange: #ff7a2d;--color-light-orange: #fba379;--color-pale-orange: #ffefe7;--color-red: #f8221f;--color-pale-red: #ffebe6;--color-pink: #ff648b;--color-light-pink: #ffa2b9;--color-blue: #218bff;--color-light-blue: #7ab9ff;--color-green: #86c900;--color-light-green: #b6df66;--color-white-translucent: #ffffff52;--color-black-translucent: #00000080;--layout-content-max-width: 640px}html{scroll-behavior:smooth}.app{font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:400;color:var(--color-brown);background-color:var(--color-pale-yellow);-webkit-text-size-adjust:100%}.app:has(.modal-overlay){overflow:hidden}@media (min-width: 1200px){.app{padding-left:56px}}@media (min-width: 1200px){.app .layout-wrapper{max-width:1024px;margin-inline:auto;display:flex;justify-content:space-between}}.app .container{box-sizing:border-box;min-height:100vh;max-width:var(--layout-content-max-width);margin-inline:auto;display:flex;flex-direction:column;background-color:var(--color-yellow);background-image:linear-gradient(to right, var(--color-light-yellow) 1px, transparent 1px),linear-gradient(to bottom, var(--color-light-yellow) 1px, transparent 1px);background-size:24px 24px}@media (min-width: 1200px){.app .container{width:var(--layout-content-max-width);flex-shrink:0;margin-inline:0}}.app .container.has-confetti{position:relative}.app .container.has-confetti .confetti-layer{position:absolute;inset:0;height:80vh}.app .container .content{flex:1}.app .container .content .heading-block-font{font-size:24px;font-weight:800;line-height:1;color:var(--color-white);text-shadow:1px 0 0 var(--color-brown),-1px 0 0 var(--color-brown),0 1px 0 var(--color-brown),0 -1px 0 var(--color-brown),1px 1px 0 var(--color-brown),-1px 1px 0 var(--color-brown),1px -1px 0 var(--color-brown),-1px -1px 0 var(--color-brown),0 4px 0 var(--color-bright-orange)}.app .container .content .font-accent{font-family:'mozaic-geo-variable', 'LINE Seed JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif}.app .container .content .is-theme{--theme-bg: var(--color-yellow);--theme-text: var(--color-brown);--theme-circle-bg: var(--color-light-yellow)}.app .container .content .is-theme.is-pink{--theme-bg: var(--color-pink);--theme-text: var(--color-white);--theme-circle-bg: var(--color-light-pink)}.app .container .content .is-theme.is-orange{--theme-bg: var(--color-orange);--theme-text: var(--color-white);--theme-circle-bg: var(--color-light-orange)}.app .container .content .is-theme.is-blue{--theme-bg: var(--color-blue);--theme-text: var(--color-white);--theme-circle-bg: var(--color-light-blue)}.app .container .content .is-theme.is-green{--theme-bg: var(--color-green);--theme-text: var(--color-white);--theme-circle-bg: var(--color-light-green)}.app button:not(:disabled){cursor:pointer}.header{height:56px;padding:6px 16px}.header.bg_white{background:var(--color-white-translucent)}.header .header_logo{width:208px}.header-menu-sticky-header{position:fixed;top:0;right:0;left:0;max-width:var(--layout-content-max-width);margin-inline:auto;display:flex;justify-content:flex-end;padding:6px;pointer-events:none;z-index:10}@media (min-width: 1200px){.header-menu-sticky-header{display:none}}.header-menu-sticky-header .modal-open-button{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--color-white);border:2px solid var(--color-yellow)}.header-menu-sticky-header .modal-open-button .icon{color:var(--color-green)}@keyframes pop-in{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes overlay-fade-in{from{background-color:transparent}to{background-color:var(--color-black-translucent)}}@keyframes overlay-fade-out{from{background-color:var(--color-black-translucent)}to{background-color:transparent}}@keyframes content-fade-out{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}.header-menu-modal-overlay{position:fixed;width:100%;height:100%;top:0;left:0;overflow-y:auto;background-color:var(--color-black-translucent);z-index:11;animation:overlay-fade-in 200ms ease-out both}@media (min-width: 1200px){.header-menu-modal-overlay{display:none}}.header-menu-modal-overlay.is-closing{animation:overlay-fade-out 200ms ease-out both}@media (prefers-reduced-motion: reduce){.header-menu-modal-overlay{animation:none}.header-menu-modal-overlay.is-closing{animation:none}}.header-menu-modal-overlay .modal{display:flex;flex-direction:column;align-items:flex-end;gap:8px;position:relative;padding:6px;max-width:var(--layout-content-max-width);margin-inline:auto}.header-menu-modal-overlay .modal .modal-close-button{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--color-green);border:none}.header-menu-modal-overlay .modal .modal-close-button .icon{color:var(--color-white)}.header-menu-modal-overlay .modal .modal-content-wrapper{width:100%;max-width:320px;padding:0 6px;transform-origin:right top;animation:pop-in 150ms ease-out both}.header-menu-modal-overlay .modal .modal-content-wrapper.is-closing{animation:content-fade-out 150ms ease-out both}@media (prefers-reduced-motion: reduce){.header-menu-modal-overlay .modal .modal-content-wrapper{animation:none}.header-menu-modal-overlay .modal .modal-content-wrapper.is-closing{animation:none}}.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content{border-radius:16px;background:var(--color-white);background-image:linear-gradient(to right, var(--color-cream) 1px, transparent 1px),linear-gradient(to bottom, var(--color-cream) 1px, transparent 1px);background-size:24px 24px;width:100%;padding:32px}.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content .link-items .link-item:not(:last-child){border-bottom:1px dashed var(--color-orange)}.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content .link-items .link-item .link{height:50px;display:flex;justify-content:space-between;align-items:center;color:var(--color-orange);text-decoration:none;font-weight:bold;transition:color 0.15s ease-out}.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content .link-items .link-item .link .icon{color:var(--color-orange);transition:transform 0.15s ease-out}.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content .link-items .link-item .link:hover{color:var(--color-bright-orange)}.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content .link-items .link-item .link:hover .icon{color:inherit;transform:translateX(4px)}@media (prefers-reduced-motion: reduce){.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content .link-items .link-item .link{transition:none}.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content .link-items .link-item .link .icon{transition:none}.header-menu-modal-overlay .modal .modal-content-wrapper .modal-content .link-items .link-item .link:hover .icon{transform:none}}.pc-side-menu{display:none}@media (min-width: 1200px){.pc-side-menu{display:block;width:327px;flex-shrink:0;align-self:flex-start;position:sticky;top:50vh;transform:translateY(-50%)}.pc-side-menu .side-menu-content{border-radius:16px;background:var(--color-white);background-image:linear-gradient(to right, var(--color-cream) 1px, transparent 1px), linear-gradient(to bottom, var(--color-cream) 1px, transparent 1px);background-size:24px 24px;padding:32px 40px 32px 32px}.pc-side-menu .side-menu-content .link-items .link-item:not(:last-child){border-bottom:1px dashed var(--color-orange)}.pc-side-menu .side-menu-content .link-items .link-item .link{height:50px;display:flex;justify-content:space-between;align-items:center;color:var(--color-orange);text-decoration:none;font-weight:bold;transition:color 0.15s ease-out}.pc-side-menu .side-menu-content .link-items .link-item .link .icon{color:var(--color-orange);transition:transform 0.15s ease-out}.pc-side-menu .side-menu-content .link-items .link-item .link:hover{color:var(--color-bright-orange)}.pc-side-menu .side-menu-content .link-items .link-item .link:hover .icon{color:inherit;transform:translateX(4px)}}@media (min-width: 1200px) and (prefers-reduced-motion: reduce){.pc-side-menu .side-menu-content .link-items .link-item .link{transition:none}.pc-side-menu .side-menu-content .link-items .link-item .link .icon{transition:none}.pc-side-menu .side-menu-content .link-items .link-item .link:hover .icon{transform:none}}.footer{display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--color-charcoal);color:var(--color-white);padding:64px 16px}:has(.sticky-footer) .footer{padding-bottom:calc(64px + 76px)}.footer .tokubai-info{font-size:16px;font-weight:bold;line-height:140%;text-align:center}.footer .tokubai-info .logo{width:223px}.footer .link-items{display:flex;flex-direction:row;font-size:12px}.footer .link-items .link-item{display:flex;align-items:center}.footer .link-items .link-item:not(:last-child)::after{content:'|'}.footer .link-items .link-item a{padding:0 4px;font-weight:bold;color:var(--color-white);text-decoration:none;line-height:130%}.footer .copyright{font-size:12px;line-height:130%;font-weight:bold}.footer .note{font-size:10px;line-height:130%;text-align:center}.breadcrumb{padding:8px 16px;font-size:12px;background-color:var(--color-white);color:var(--color-brown)}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px}.breadcrumb li{display:flex;align-items:center;gap:8px}.breadcrumb a{color:inherit;text-decoration:none}.main-visual-section{display:flex;flex-direction:column;align-items:center;gap:16px;background:var(--color-yellow) url(//assets.tokubai.co.jp/assets/sousenkyo/projects/2026/bg_mv-f38d0a5d38e7c133319c8f6e4329feca26df3aae21d2460e804dc0091b2200c9.png) no-repeat center 25%/100% auto;padding:8px 0 32px}.main-visual-section>*{width:100%}.main-visual-section .main-visual-wrapper{position:relative;overflow:hidden}.main-visual-section .main-visual-wrapper .confetti-layer{position:absolute;inset:0}.main-visual-section .main-visual-inner{display:flex;flex-direction:column;align-items:center;gap:16px;position:relative}.main-visual-section .main-logo{width:285px;margin:auto}.main-visual-section .vote-term{display:flex;justify-content:center;align-items:end;flex-wrap:wrap}.main-visual-section .vote-term .label{width:44px;height:44px;margin-right:8px;opacity:1;border-radius:2px;background:var(--color-orange);border:2px solid var(--color-white);padding:4px 0;font-size:14px;font-weight:800;color:var(--color-white);text-align:center;line-height:110%;box-shadow:0px 2px 0px 0px var(--color-orange)}.main-visual-section .vote-term .date,.main-visual-section .vote-term .separator{font-weight:bold;font-size:56px;line-height:100%;color:var(--color-brown);text-shadow:2px 0 0 var(--color-white),-2px 0 0 var(--color-white),0 2px 0 var(--color-white),0 -2px 0 var(--color-white),2px 2px 0 var(--color-white),-2px 2px 0 var(--color-white),2px -2px 0 var(--color-white),-2px -2px 0 var(--color-white),0 4px 0 var(--color-bright-orange)}.main-visual-section .vote-term .weekday{width:32px;height:32px;border-radius:32px;background:var(--color-brown);border:2px solid var(--color-white);padding:2px 0;margin-bottom:4px;font-size:20px;font-weight:bold;color:var(--color-white);text-align:center;line-height:110%;box-shadow:0px 2px 0px 0px var(--color-orange)}.main-visual-section .vote-button-area{display:flex;flex-direction:column;align-items:center;position:relative;padding:0 16px}.main-visual-section .vote-button-area .bubble{position:absolute;top:-90px;z-index:2;transform:translateX(-100%)}@media (max-width: 374px){.main-visual-section .vote-button-area .bubble{left:0;transform:translateX(0)}}@media (min-width: 640px){.main-visual-section .vote-button-area .bubble{left:240px;transform:translateX(-100%)}}.main-visual-section .vote-button-area .bubble .bubble-inner{position:relative;width:120px;height:120px;border-radius:60px;background:var(--color-white);padding:32px 10px}.main-visual-section .vote-button-area .bubble .bubble-inner .bubble-tail{position:absolute;bottom:8px;right:-8px;transform:rotate(-54deg);fill:var(--color-white)}.main-visual-section .vote-button-area .bubble .bubble-inner .text{display:flex;flex-direction:column;font-weight:800;position:relative;transform:rotate(-3deg);z-index:3;text-shadow:3px 0 0 var(--color-white),-3px 0 0 var(--color-white),0 3px 0 var(--color-white),0 -3px 0 var(--color-white),3px 3px 0 var(--color-white),-3px 3px 0 var(--color-white),3px -3px 0 var(--color-white),-3px -3px 0 var(--color-white)}.main-visual-section .vote-button-area .bubble .bubble-inner .text .max{color:var(--color-brown);font-size:12px;line-height:100%}.main-visual-section .vote-button-area .bubble .bubble-inner .text .amount{color:var(--color-orange);font-size:32px;line-height:100%}.main-visual-section .vote-button-area .bubble .bubble-inner .text .win{margin-left:12px;color:var(--color-brown);font-size:24px;line-height:100%}.main-visual-section .vote-button-area .bubble .bubble-inner .wrapped-gift-image{position:absolute;transform:rotate(6deg);z-index:2;top:8px;right:8px}.main-visual-section .vote-button-area .vote-scroll-button{display:block;position:relative;z-index:1;width:100%;max-width:400px;border-radius:8px;padding:16px 0;background:var(--color-brown);border:2px solid var(--color-white);box-shadow:0px 4px 0px 0px var(--color-orange);color:var(--color-white);font-weight:bold;font-size:24px;line-height:100%;text-align:center;text-decoration:none;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}.main-visual-section .vote-button-area .vote-scroll-button:hover:not(:disabled){background-color:var(--color-light-brown);box-shadow:none;transform:translateY(2px)}.main-visual-section .vote-button-area .scroll{margin-top:16px;font-weight:bold;font-size:12px;color:var(--color-orange)}.main-visual-section .vote-button-area .scroll .icon{margin:auto}.marquee .marquee-item{font-weight:bold;font-size:32px;line-height:100%;vertical-align:middle;color:transparent;-webkit-text-stroke:1px var(--color-white)}.circular-products-carousel .circular-product{display:flex;justify-content:center;align-items:center}.circular-products-carousel .circular-product img{width:80%;height:80%;object-fit:contain}.circular-products-carousel .circular-product.large{width:100px;height:100px;border-radius:100px;border:2px solid var(--color-white);aspect-ratio:1;background-color:var(--theme-bg)}.circular-products-carousel .circular-product.small{width:50px;height:50px;border-radius:50px;border:1px solid var(--color-white);aspect-ratio:1;background-color:var(--theme-bg)}.circular-products-carousel.double-line .circular-product:nth-child(odd){margin-left:-50%}.about-section{position:relative;background:var(--color-orange);padding-bottom:64px}.about-section::before{content:'';position:absolute;inset:0;z-index:0;background:url(//assets.tokubai.co.jp/assets/sousenkyo/projects/2026/bg_pattern-1792be1a81d5b8078f354699a115f4131f26c0d6d7e36b315aaf4d344b2fa1c9.png) repeat top center/175px 175px;opacity:0.18;pointer-events:none}.about-section>*{position:relative;z-index:1}.about-section .heading-image{--marquee-text: 'DELICATESSEN SWEETS GROCERY FLESH LOCAL';--marquee-duration: 90s;width:calc(100% + 1px);height:100px;overflow:hidden;position:relative}.about-section .heading-image::after{content:var(--marquee-text) " " var(--marquee-text) " ";display:block;position:absolute;top:0;left:0;height:100px;width:max-content;font-weight:bold;font-size:100px;line-height:0.75;color:transparent;-webkit-text-stroke:1px var(--color-white);white-space:nowrap;animation:heading-marquee var(--marquee-duration) linear infinite}@media (prefers-reduced-motion: reduce){.about-section .heading-image::after{animation:none}}@keyframes heading-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.about-section .about-section-inner{position:relative;width:100%;max-width:400px;margin:auto;padding:0 16px}.about-section .about-section-inner .catch{position:relative;transform:translateY(-32px) rotate(-3deg);z-index:2}.about-section .about-section-inner .catch p{width:fit-content;background:var(--color-yellow);font-size:40px;font-weight:800;line-height:110%;color:var(--color-brown)}.about-section .about-section-inner .circle-image{position:absolute;width:180px;height:180px;top:40px;right:0}.about-section .about-section-inner .content{position:relative;display:flex;flex-direction:column;gap:32px}.about-section .about-section-inner .content .memo{padding:16px;font-weight:bold;font-size:16px;line-height:160%;background:var(--color-white);background-image:linear-gradient(to right, var(--color-cream) 1px, transparent 1px),linear-gradient(to bottom, var(--color-cream) 1px, transparent 1px);background-size:24px 24px;color:var(--color-brown);text-align:left;border:none}.about-section .about-section-inner .content .about{transform:rotate(2deg)}.about-section .about-section-inner .content .invite{transform:rotate(-2deg)}.about-section .about-section-inner .content .categories{display:flex;flex-wrap:wrap;gap:8px;container-type:inline-size}.about-section .about-section-inner .content .categories .memo.half{width:calc(50% - 4px);height:calc(50cqw - 4px);padding:12px;overflow:visible}.about-section .about-section-inner .content .categories .memo.half:nth-child(1){transform:translateX(-4px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.about-section .about-section-inner .content .categories .memo.half:nth-child(1) .text{display:inline-block;width:fit-content;padding:2.5px;background:var(--color-light-yellow);font-weight:bold;line-height:100%;color:var(--color-brown);white-space:nowrap}.about-section .about-section-inner .content .categories .memo.half:nth-child(1) .text:nth-child(1){font-size:40px;transform:translateY(-6px) rotate(-3.5deg)}.about-section .about-section-inner .content .categories .memo.half:nth-child(1) .text:nth-child(1) .number{font-size:49px;line-height:100%}.about-section .about-section-inner .content .categories .memo.half:nth-child(1) .text:nth-child(2){font-size:32.5px;transform:translateX(-12px) translateY(4px) rotate(1deg)}.about-section .about-section-inner .content .categories .memo.half:nth-child(1) .text:nth-child(3){font-size:27px;transform:translateX(30px) translateY(6px) rotate(2.5deg)}.about-section .about-section-inner .content .categories .memo.half.category{position:relative;padding:0}.about-section .about-section-inner .content .categories .memo.half.category .image{position:absolute;top:32px;right:4px;bottom:8px;left:4px;z-index:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.about-section .about-section-inner .content .categories .memo.half.category .image img{width:100%;height:100%;object-fit:contain}.about-section .about-section-inner .content .categories .memo.half.category .question-mark-circle{position:absolute;z-index:1;display:flex;justify-content:center;align-items:center;width:44px;height:44px;border-radius:44px;background:var(--color-orange);color:var(--color-white)}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(2){transform:translateX(4px) rotate(4deg)}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(2) .question-mark-circle{bottom:8px;right:8px}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(3){transform:translateX(-4px) rotate(-2deg)}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(3) .text{top:20px;transform:rotate(-5.5deg)}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(3) .question-mark-circle{bottom:8px;left:8px}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(4){transform:translateX(4px) rotate(2deg)}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(4) .text{top:14px;left:auto;right:12px;transform:rotate(1.5deg);transform-origin:top right}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(4) .question-mark-circle{bottom:8px;left:8px}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(5){transform:rotate(-4deg)}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(5) .text{top:14px;left:14px}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(5) .question-mark-circle{bottom:8px;right:8px}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(6){transform:translateY(4px) rotate(3deg)}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(6) .text{left:20px;transform:rotate(4.5deg)}.about-section .about-section-inner .content .categories .memo.half.category:nth-child(6) .question-mark-circle{bottom:8px;right:8px}.about-section .about-section-inner .content .categories .memo.half.category .text{position:absolute;top:8px;left:8px;z-index:1;display:inline-block;width:fit-content;padding:0 2px;background:var(--color-light-yellow);font-weight:bold;color:var(--color-orange);white-space:nowrap;font-size:22.5px;line-height:100%;transform-origin:top left}.about-section .about-section-inner .content .announce_result{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;position:relative}.about-section .about-section-inner .content .announce_result .garland-image{position:absolute;top:-4px;left:-4px;width:160px}.about-section .about-section-inner .content .announce_result .heading{font-weight:bold;font-size:24px;line-height:124%}.about-section .about-section-inner .content .announce_result .heading .three-star-image{width:65px;margin:0 auto 8px}.about-section .about-section-inner .content .announce_result .date{display:flex;align-items:end;gap:4px}.about-section .about-section-inner .content .announce_result .date .day{font-weight:bold;font-size:56px;line-height:100%}.about-section .about-section-inner .content .announce_result .date .weekday{display:inline-block;width:32px;height:32px;border-radius:32px;background:var(--color-brown);padding:3px 0;margin-bottom:4px;font-size:20px;font-weight:bold;color:var(--color-white);text-align:center}.about-section .about-section-inner .content .announce_result .date .exclamation{font-weight:bold;font-size:56px;line-height:100%}.about-section .about-section-inner .content .announce_result .text{text-align:center;padding:0 36px;line-height:140%}.about-section .about-section-inner .content .announce_result .trophy-image{position:absolute;bottom:-16px;right:-16px;transform:rotate(5deg)}.categories-introduce-modal-overlay{display:flex;align-items:center;justify-content:center}.categories-introduce-modal-overlay .modal{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:100%;max-width:400px;max-height:100vh;max-height:100dvh;margin-inline:auto;padding:16px}.categories-introduce-modal-overlay .modal .modal-close-button{width:32px;height:32px;margin-left:auto;background:none;border:none;color:var(--color-white)}.categories-introduce-modal-overlay .modal .modal-close-button .icon{margin:-4px auto auto auto}.categories-introduce-modal-overlay .modal .modal-content{width:100%;max-width:100%;max-height:100dvh;margin:0 auto;padding:32px 16px !important;overflow-y:auto;background:var(--color-white);background-image:linear-gradient(to right, var(--color-cream) 1px, transparent 1px),linear-gradient(to bottom, var(--color-cream) 1px, transparent 1px);background-size:24px 24px;border:none}.categories-introduce-modal-overlay .modal .modal-content .categories-introduce{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;font-weight:bold;font-size:16px;line-height:160%;color:var(--color-brown);text-align:left}.categories-introduce-modal-overlay .modal .modal-content .title{text-align:center}.categories-introduce-modal-overlay .modal .modal-content .title h2{display:inline-block;padding:0 2px;background:var(--color-light-yellow);font-weight:bold;font-size:32px;line-height:100%;color:var(--color-orange)}.categories-introduce-modal-overlay .modal .modal-content .title img{width:145px;margin:auto}.categories-introduce-modal-overlay .modal .modal-content .description{font-weight:normal;font-size:16px;line-height:160%;white-space:pre-line}.categories-introduce-modal-overlay .modal .modal-content .product-index-link{display:block;position:relative;z-index:1;width:100%;max-width:400px;border-radius:8px;padding:16px 0;background:var(--color-yellow);border:2px solid var(--color-orange);box-shadow:0px 4px 0px 0px var(--color-orange);color:var(--color-brown);font-weight:bold;font-size:20px;line-height:100%;text-align:center;text-decoration:none;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}.categories-introduce-modal-overlay .modal .modal-content .product-index-link:hover:not(:disabled){background-color:var(--color-light-yellow);box-shadow:none;transform:translateY(2px)}.categories-introduce-modal-overlay .modal .modal-content .modal-close-text-button{font-weight:bold;font-size:16px;line-height:160%;background:none;border:none;color:var(--color-brown);text-decoration:underline;margin-top:16px}.vote-section{display:flex;flex-direction:column;align-items:center;gap:16px;margin:72px 0;overflow:hidden}.vote-section .vote-section-heading-wrapper{display:flex;flex-direction:column;position:relative;width:346px;height:200px}.vote-section .vote-section-heading-wrapper .bubbles{position:relative;width:100%;height:100px;z-index:2}.vote-section .vote-section-heading-wrapper .bubbles .bubble{position:absolute;border-radius:40px;padding:12px;background:var(--color-white);font-weight:bold;font-size:14px;line-height:100%;color:var(--color-brown)}.vote-section .vote-section-heading-wrapper .bubbles .bubble:first-child{top:50px;left:0;transform:rotate(-4deg)}.vote-section .vote-section-heading-wrapper .bubbles .bubble:first-child::after{content:'';display:block;position:absolute;width:12px;height:12px;bottom:-11px;left:50%;transform:translateX(-50%);clip-path:polygon(0 0, 100% 0, 100% 100%);background:var(--color-white)}.vote-section .vote-section-heading-wrapper .bubbles .bubble:nth-child(2){top:2px;right:43%;transform:translateX(50%) rotate(1deg)}.vote-section .vote-section-heading-wrapper .bubbles .bubble:nth-child(2)::after{content:'';display:block;position:absolute;width:12px;height:12px;bottom:-11px;left:50%;transform:translateX(-50%);clip-path:polygon(0 0, 100% 0, 0 100%);background:var(--color-white)}.vote-section .vote-section-heading-wrapper .bubbles .bubble:last-child{top:50px;right:0;transform:rotate(3deg)}.vote-section .vote-section-heading-wrapper .bubbles .bubble:last-child::after{content:'';display:block;position:absolute;width:12px;height:12px;bottom:-11px;left:50%;transform:translateX(-50%);clip-path:polygon(0 0, 100% 0, 0 100%);background:var(--color-white)}.vote-section .vote-section-heading-wrapper .heading-area{position:relative;flex:1;margin:0 16px;z-index:1}.vote-section .vote-section-heading-wrapper .heading-area .heading_block{position:relative;width:fit-content;padding:0 8px;background:var(--color-orange);transform:rotate(-3deg);z-index:2}.vote-section .vote-section-heading-wrapper .heading-area .heading_block .heading{font-weight:800;font-size:64px;line-height:100%;color:var(--color-white)}.vote-section .vote-section-heading-wrapper .heading-area::after{content:'';display:block;position:absolute;width:261px;height:65px;top:0;left:0;transform:rotate(2deg);background:var(--color-blue);z-index:1}.vote-section .vote-section-heading-wrapper .ballot-box-image{position:absolute;bottom:0;right:0;z-index:2}.vote-section .sections{display:flex;flex-direction:column;align-items:center;gap:60px;width:100%}.vote-section .product-section,.vote-section .chain-section{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.vote-section .product-section .heading-wrapper .bubble{position:relative;border-radius:40px;padding:12px;background:var(--color-white);font-weight:bold;font-size:14px;line-height:100%;color:var(--color-brown);margin:auto;margin-bottom:20px;width:fit-content}.vote-section .product-section .heading-wrapper .bubble::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:12px;height:12px;clip-path:polygon(0 0, 100% 0, 50% 100%);background:var(--color-white)}.vote-section .product-section .product-cards-carousel-wrapper{width:100%;min-height:214px}.vote-section .product-section .product-cards-carousel-wrapper .product-card{margin-bottom:4px}.vote-section .chain-section{overflow:hidden;gap:24px}.vote-section .chain-section .heading-wrapper .shopping-cart-image-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--color-cream);border-radius:50%;margin:0 auto 8px auto}.vote-section .chain-section .ribbon-shaped-chains-carousel{position:relative;width:100%}.vote-section .chain-section .ribbon-shaped-chains-carousel>div{position:relative;width:110%;height:66px;padding:8px 0;background:var(--color-white);transform:translateX(-5%) rotate(-2deg);z-index:2}.vote-section .chain-section .ribbon-shaped-chains-carousel>div .chain-item img{width:80px;height:50px;object-fit:contain}.vote-section .chain-section .ribbon-shaped-chains-carousel::after{content:'';display:block;position:absolute;width:110%;height:66px;top:0;left:0;transform:translateX(-5%) rotate(2deg);background:var(--color-green);z-index:1}.vote-section .chain-section .index-link{margin-bottom:2px}.vote-section .index-link{display:flex;gap:8px;align-items:center;justify-content:center;width:100%;max-width:400px;height:56px;border-radius:48px;background:var(--color-orange);border:2px solid var(--color-white);box-shadow:0px 2px 0px 0px var(--color-orange);padding:8px 24px;font-weight:bold;font-size:16px;line-height:100%;color:var(--color-white);text-align:center;text-decoration:none;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}.vote-section .index-link:hover{box-shadow:none;transform:translateY(2px)}.vote-section .index-link .icon{color:var(--color-white)}.vote-section .product-search-section{padding:16px}.vote-section .product-search-section .product-search-section-inner{display:flex;flex-direction:column;gap:16px;align-items:center;padding:32px 16px;border-radius:8px;background:var(--color-white-translucent)}.vote-section .product-search-section .product-search-section-inner .index-search-form .submit-button-wrapper .submit-button{background:var(--color-orange);color:var(--color-white)}.vote-section .random-product-section{display:flex;flex-direction:column;align-items:center;position:relative;width:100%}.vote-section .random-product-section .bg{position:absolute;top:0;z-index:1}.vote-section .random-product-section .bg .circular-text-svg{margin:0 auto;animation:rotate 50s linear infinite}.vote-section .random-product-section .bg .circular-text-svg text{font-weight:bold;font-size:53px;fill:transparent;stroke:var(--color-white);stroke-width:1px;letter-spacing:-4px}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.vote-section .random-product-section .content{display:flex;flex-direction:column;gap:16px;align-items:center;margin:100px 0;z-index:2}.vote-section .random-product-section .content .bubble{position:relative;border-radius:40px;padding:12px;background:var(--color-white);font-weight:bold;font-size:14px;line-height:100%;color:var(--color-brown);margin:auto;margin-bottom:8px;width:fit-content}.vote-section .random-product-section .content .bubble::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:12px;height:12px;clip-path:polygon(0 0, 100% 0, 50% 100%);background:var(--color-white)}.vote-section .random-product-section .content .random-product-button{display:flex;justify-content:center;align-items:center;width:120px;height:120px;border-radius:50%;background:var(--color-white)}.vote-section .bottom-section{display:flex;flex-direction:column;gap:16px;width:100%}.confetti-stage{position:relative;width:100%;height:100%;overflow:hidden;pointer-events:none}.confetti-back,.confetti-front{position:absolute;inset:0;width:100%;height:100%}.confetti-back{z-index:0}.confetti-content{position:relative;z-index:1;width:100%;height:100%;pointer-events:auto}.confetti-front{z-index:2}.index-search-modal-overlay .modal{display:flex;flex-direction:column;justify-content:center;position:relative;height:100vh;height:100dvh;max-width:var(--layout-content-max-width);margin-inline:auto;background:var(--color-pink);color:var(--color-white);padding:16px;overflow-y:auto}.index-search-modal-overlay .modal .modal-close-button{position:absolute;top:16px;right:16px;padding:8px;background:none;border:none;color:var(--color-white)}.index-search-modal-overlay .modal .modal-content{display:flex;flex-direction:column;align-items:center;gap:16px;overflow-y:hidden}.index-search-modal-overlay .modal .modal-content .modal-title{font-size:24px;font-weight:800}.index-search-modal-overlay .modal .modal-content .index-search-form-wrapper{width:100%;border-radius:8px;padding:32px 16px;background:var(--color-white-translucent);overflow-y:auto}@media (min-width: 1200px){.index-search-modal-overlay{padding-left:56px}.index-search-modal-overlay .modal{margin-left:calc((100% - 1024px) / 2);margin-right:0}}.index-search-form{display:flex;flex-direction:column;gap:24px}.index-search-form .form-group{display:flex;flex-direction:column;gap:8px}.index-search-form .form-group .form-group-title{font-weight:bold;font-size:14px;color:var(--color-brown)}.index-search-form .form-group .multi-select-button-group{display:flex;flex-wrap:wrap;gap:4px}.index-search-form .form-group .multi-select-button-group .multi-select-button{width:101px;height:44px;border-radius:8px;border:1px solid var(--color-orange);background:var(--color-white);box-shadow:0px 2px 0px 0px var(--color-orange);color:var(--color-brown);font-size:14px;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}@media (max-width: 374px){.index-search-form .form-group .multi-select-button-group .multi-select-button{min-width:75px;flex:0 0 calc(50% - 2px);max-width:calc(50% - 2px)}}@media (hover: hover){.index-search-form .form-group .multi-select-button-group .multi-select-button:hover{background:var(--color-pale-orange);box-shadow:none;transform:translateY(2px)}}.index-search-form .form-group .multi-select-button-group .multi-select-button:active{box-shadow:none;transform:translateY(2px)}.index-search-form .form-group .multi-select-button-group .multi-select-button.selected{background:var(--color-orange);color:var(--color-white);box-shadow:none}.index-search-form .form-group .text-input{height:44px;border-radius:8px;padding:0 8px;border:none;background:var(--color-white)}.index-search-form .submit-button-wrapper{display:flex;justify-content:center}.index-search-form .submit-button-wrapper .submit-button{display:flex;gap:4px;align-items:center;justify-content:center;height:56px;width:100%;max-width:400px;border-radius:48px;padding:8px 24px;background:var(--color-yellow);border:2px solid var(--color-white);box-shadow:0px 2px 0px 0px var(--color-orange);color:var(--color-brown);font-weight:bold;font-size:16px;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}.index-search-form .submit-button-wrapper .submit-button:hover{box-shadow:none;transform:translateY(2px);background:var(--color-light-yellow)}.index-search-overview{display:flex;flex-direction:column;align-items:center;gap:16px;border-radius:8px;border:1px solid var(--color-white);padding:16px;background:var(--color-white-translucent);color:var(--color-brown)}.index-search-overview .active-filters{display:flex;flex-direction:column;gap:1px;width:100%;font-size:12px;cursor:pointer}.index-search-overview .active-filters .filter{padding:8px;background:var(--color-white);word-break:break-all;overflow-wrap:break-word}.index-search-overview .active-filters .filter:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.index-search-overview .active-filters .filter:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.index-search-overview .modal-open-button{display:flex;justify-content:center;align-items:center;gap:2px;height:44px;width:100%;max-width:400px;border-radius:22px;background:var(--color-pink);border:2px solid var(--color-light-yellow);color:var(--color-white);font-weight:bold;transition:background-color 0.1s ease-out}.index-search-overview .modal-open-button:hover{background:var(--color-light-pink)}.search-nav-wrapper{display:flex;flex-direction:column;gap:8px}.search-nav-wrapper .search-method-nav{display:flex;justify-content:center;margin-bottom:14px}.search-nav-wrapper .search-method-nav .nav-item{width:50%;height:44px;padding-left:4px;background:var(--color-light-yellow);color:var(--color-light-brown);font-size:16px;font-weight:bold;text-decoration:none;line-height:44px;text-align:center}.search-nav-wrapper .search-method-nav .nav-item:first-child{border-top-left-radius:22px;border-bottom-left-radius:22px}.search-nav-wrapper .search-method-nav .nav-item:last-child{border-top-right-radius:22px;border-bottom-right-radius:22px}.search-nav-wrapper .search-method-nav .nav-item.active{background:var(--color-white);color:var(--color-orange)}.search-nav-wrapper .product-search{display:flex;flex-direction:column;align-items:center;gap:16px;border-radius:8px;border:1px solid var(--color-white);padding:16px;background:var(--color-white-translucent)}.no-items{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;border-radius:8px;padding:40px 8px;gap:8px;background:var(--color-light-yellow);color:var(--color-brown)}.no-items .no-items-title{font-weight:bold;font-size:16px}.no-items .no-items-description{font-size:12px}.back-to-top-button{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;width:72px;height:72px;bottom:8px;right:8px;border-radius:36px;padding-bottom:6px;gap:2px;background:#ff648b;border:2px solid var(--white, #fff);font-weight:bold;font-size:12px;color:#ffffff}.chain-index{display:flex;flex-direction:column;gap:16px;padding:32px 16px 40px 16px}.chain-index .page-title{display:flex;flex-direction:column;align-items:center;gap:8px}.chain-index .page-title .heading{margin:0}.chain-index .page-title .ballot-icon-area{position:relative}.chain-index .page-title .ballot-icon-area .vote-limit-bubble{position:absolute;top:50%;right:calc(100% + 30px);transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:64px;height:64px;border-radius:50%;background:var(--color-white);font-weight:bold;font-size:14px;line-height:120%;color:var(--color-orange);text-align:center;white-space:nowrap}.chain-index .page-title .ballot-icon-area .vote-limit-bubble::after{content:'';position:absolute;top:58%;right:-9px;transform:rotate(14deg);width:13px;height:14px;clip-path:polygon(0 0, 100% 55%, 0 100%);background:var(--color-white)}.chain-index .page-title .ballot-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-cream);border-radius:50%}.chain-index .chain-list-wrapper{display:flex;flex-direction:column;gap:16px;align-items:center}.chain-index .chain-list-wrapper .chain-group{display:flex;flex-direction:column;gap:8px;width:100%;max-width:400px}.chain-index .chain-list-wrapper .chain-group .chain-group-name{font-size:16px;font-weight:bold;color:var(--color-light-brown)}.chain-index .chain-list-wrapper .chain-group .chain-list{display:flex;flex-direction:column;gap:8px}.chain-show-contents{padding:16px 0 24px;display:flex;flex-direction:column;gap:8px}.chain-show-contents .heading{display:flex;justify-content:center;font-weight:bold}.chain-show-contents .chain-heading{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 16px 0}.chain-show-contents .chain-heading .chain-logo{display:flex;justify-content:center;align-items:center;width:120px;height:120px;background-color:var(--color-white)}.chain-show-contents .chain-heading .chain-logo img{width:96px;height:96px;object-fit:contain}.chain-show-contents .chain-heading .chain-name{width:fit-content;margin:0;padding:4px 12px;background-color:var(--color-white);font-weight:bold;font-size:24px;line-height:100%;color:var(--color-brown);text-align:center}.chain-show-contents .product-list{display:grid;grid-template-columns:1fr;--product-masonry-active: 0;--product-masonry-row: 1;justify-items:center;margin:32px 12px 0;gap:8px 4px}@media (min-width: 640px){.chain-show-contents .product-list{grid-template-columns:repeat(2, 1fr);--product-masonry-active: 1}}.chain-show-contents .product-list>*{align-self:start}@media (min-width: 640px){.chain-show-contents .product-list.is-product-masonry-ready{grid-auto-rows:1px}}.chain-card{width:100%;max-width:400px;display:flex;align-items:center;gap:8px;padding:8px 16px 8px 8px;background-color:var(--color-white);border-radius:8px;box-shadow:0 2px 0 var(--color-orange);text-decoration:none;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}.chain-card:hover{background-color:var(--color-pale-orange);box-shadow:none;transform:translateY(2px)}.chain-card .chain-card-logo{width:64px;height:64px;object-fit:contain;flex-shrink:0}.chain-card .chain-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chain-card .chain-card-name{font-weight:700;font-size:16px;line-height:1.2;color:var(--color-brown);word-break:break-word}.chain-card .chain-card-regions{font-size:12px;line-height:1.2;color:var(--color-light-brown)}.chain-card .chain-card-arrow{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--color-orange);border-radius:50%}.product-index{display:flex;flex-direction:column;gap:16px;padding:32px 16px 40px 16px}.product-index .page-title{display:flex;flex-direction:column;align-items:center;gap:8px}.product-index .page-title .heading{margin:0}.product-index .page-title .ballot-icon-area{position:relative}.product-index .page-title .ballot-icon-area .vote-limit-bubble{position:absolute;top:50%;right:calc(100% + 30px);transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:64px;height:64px;border-radius:50%;background:var(--color-white);font-weight:bold;font-size:14px;line-height:120%;color:var(--color-orange);text-align:center;white-space:nowrap}.product-index .page-title .ballot-icon-area .vote-limit-bubble::after{content:'';position:absolute;top:58%;right:-9px;transform:rotate(14deg);width:13px;height:14px;clip-path:polygon(0 0, 100% 55%, 0 100%);background:var(--color-white)}.product-index .page-title .ballot-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-cream);border-radius:50%}.product-index .product-list-wrapper{display:flex;flex-direction:column;gap:16px;align-items:center}.product-index .product-list-wrapper .product-list{display:grid;grid-template-columns:1fr;--product-masonry-active: 0;--product-masonry-row: 1;justify-items:center;width:100%;gap:8px 4px}@media (min-width: 640px){.product-index .product-list-wrapper .product-list{grid-template-columns:repeat(2, 1fr);--product-masonry-active: 1}}.product-index .product-list-wrapper .product-list>*{align-self:start}@media (min-width: 640px){.product-index .product-list-wrapper .product-list.is-product-masonry-ready{grid-auto-rows:1px}}.product-index .product-list-wrapper .load-more-button{display:flex;justify-content:center;align-items:center;gap:8px;height:44px;width:100%;max-width:400px;border-radius:22px;background:var(--color-pink);border:none;color:var(--color-light-yellow);font-weight:bold;transition:background-color 0.1s ease-out}.product-index .product-list-wrapper .load-more-button .icon{color:var(--color-light-yellow)}.product-index .product-list-wrapper .load-more-button:hover{background:var(--color-light-pink)}.product-show{display:flex;flex-direction:column}.product-show .product-show-inner{display:flex;flex-direction:column;gap:40px;padding:16px 16px 40px}.product-show .product{display:flex;flex-direction:column;gap:8px}.product-show .hero{padding:16px;display:flex;flex-direction:column;align-items:center;gap:8px;background-color:var(--theme-bg);border:4px solid var(--color-white);overflow:hidden}.product-show .hero .hero-image{width:100%;padding-inline:28px;display:flex;align-items:center}.product-show .hero .hero-image .hero-image-circle{flex:1;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background-color:var(--theme-circle-bg);border-radius:50%}.product-show .hero .hero-image img{width:100%;height:100%;object-fit:contain}.product-show .hero .hero-catch{width:100%;font-weight:800;font-size:32px;line-height:1.2;color:var(--theme-text)}.product-show .hero .hero-catch .annotation-mark{font-size:0.65em;vertical-align:top}.product-show .hero .hero-annotations{width:100%;display:flex;flex-direction:column;gap:4px;font-weight:700;font-size:12px;line-height:1;color:var(--theme-text)}.product-show .product-info{display:flex;flex-direction:column;gap:8px}.product-show .info-card{padding:12px;background-color:var(--color-white);border-bottom:2px solid var(--color-bright-orange)}.product-show .info-main{display:flex;flex-direction:column;gap:8px}.product-show .info-main .chain-logos{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.product-show .info-main .chain-logos img{width:auto;height:40px;max-width:56px;object-fit:contain;flex-shrink:0}.product-show .info-main .product-name{margin:0;font-weight:700;font-size:20px;color:var(--color-brown);line-height:1.2}.product-show .info-main .product-meta{display:flex;gap:4px;align-items:center}.product-show .info-main .category{padding:4px;font-weight:700;font-size:12px;color:var(--color-brown);background-color:var(--color-light-yellow)}.product-show .info-main .price{display:flex;gap:2px;align-items:baseline}.product-show .info-main .price .price-excluded{font-weight:700;font-size:16px;color:var(--color-brown)}.product-show .info-main .price .price-included{font-size:12px;color:var(--color-light-brown)}.product-show .info-main .price .price-note{font-size:10px;color:var(--color-light-brown)}.product-show .info-main .recommendation{font-size:14px;line-height:1.4;color:var(--color-brown)}.product-show .info-main .caution{font-size:12px;line-height:1.6;color:var(--color-brown)}.product-show .info-main .caution span{display:block}.product-show .info-area{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--color-brown)}.product-show .info-area .area-label{font-weight:700}.product-show .info-area .area-list{flex:1;display:flex;flex-wrap:wrap;gap:4px}.product-show .info-tags{display:flex;flex-wrap:wrap;gap:4px;font-size:12px;color:var(--color-brown)}.product-show .info-video .video-frame{width:100%;aspect-ratio:16 / 9}.product-show .info-video iframe{display:block;width:100%;height:100%;border:0}.product-show .error-message{margin-bottom:16px;padding:8px 12px;background:var(--color-pale-red);border:1px solid var(--color-red);border-radius:4px;color:var(--color-red);font-weight:bold;font-size:14px}.product-update{display:flex;flex-direction:column;padding-top:16px}.product-update .heading{font-size:40px !important;text-align:center;margin:16px 0}.product-update .product-section{max-width:400px;margin-inline:auto;padding:16px 16px 32px}.product-update .product-chains-section{padding:48px 16px 32px}.product-card{width:100%;max-width:400px;background-color:var(--color-white);border-radius:16px}.product-card.clickable{border:2px solid var(--color-orange);box-shadow:0 4px 0 var(--color-orange);overflow:hidden;transition:transform 0.1s ease-out, box-shadow 0.1s ease-out}.product-card.clickable:hover{transform:translateY(4px);box-shadow:0 0 0 var(--color-orange)}.product-card .product-card-inner{display:block;color:inherit;text-decoration:none}.product-card .product-card-appeal{display:flex;flex-wrap:wrap;align-items:flex-start;background-color:var(--theme-bg);color:var(--theme-text);border:5px solid var(--color-white);border-radius:16px}.product-card .product-card-image{flex:1;min-width:0;margin:28px 12px 0 16px;display:flex;align-items:center;justify-content:center;aspect-ratio:1;background-color:var(--theme-circle-bg);border-radius:50%}.product-card .product-card-image img{width:100%;height:100%;object-fit:contain}.product-card .product-card-catch{flex:1;min-width:0;margin:28px 16px 0 0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.product-card .product-card-catch-copy{font-weight:800;font-size:20px;line-height:1.2}.product-card .product-card-catch-copy .product-card-annotation-mark{font-size:0.65em;vertical-align:top}.product-card .product-card-annotations{display:flex;flex-direction:column;gap:4px;font-weight:700;font-size:10px;line-height:1.2}.product-card .product-card-logos{flex-basis:100%}.product-card .product-card-logos .product-card-logos-inner{display:flex;gap:4px;flex-wrap:wrap;border-radius:0 16px 0 0;padding:8px 8px 8px 4px;background-color:var(--color-white);width:fit-content;max-width:50%}.product-card .product-card-logos img{width:auto;height:24px;max-width:36px;object-fit:contain;flex-shrink:0}.product-card .product-card-body{display:flex;flex-direction:column;gap:8px;padding:8px 12px 12px 16px}.product-card .product-card-name{font-weight:700;font-size:20px;color:var(--color-brown);line-height:1}.product-card .product-card-category-price-area{display:flex;gap:4px;flex-wrap:wrap}.product-card .product-card-category{display:inline-block;width:fit-content;padding:4px;font-weight:700;font-size:12px;color:var(--color-brown);background-color:var(--color-light-yellow)}.product-card .product-card-price{display:flex;align-items:flex-end;flex-wrap:wrap;gap:2px}.product-card .product-card-price .product-card-price-excluded{font-weight:700;font-size:16px;color:var(--color-brown)}.product-card .product-card-price .product-card-price-included{font-weight:400;font-size:12px;color:var(--color-light-brown)}.product-card .product-card-price .product-card-price-note{font-size:10px;padding-left:2px}.product-card .product-card-areas{display:flex;justify-content:space-between;font-weight:400;font-size:10px;line-height:1.2;width:100%;color:var(--color-brown)}.product-card .product-card-areas .product-card-areas-inner{display:flex;flex-direction:column;justify-content:center}.product-card .product-card-areas .product-card-area-row{display:flex;gap:2px}.product-card .product-card-areas .product-card-area-label{white-space:nowrap}.product-card .product-card-arrow-box{flex-shrink:0;flex-grow:0;display:flex;flex-direction:column;justify-content:end}.product-card .product-card-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--color-orange);border-radius:50%}.product-card.is-minimal{width:240px;box-shadow:0 4px 0 var(--color-orange)}.product-card.is-minimal .product-card-catch{margin:20px 16px 0 0}.product-card.is-minimal .product-card-catch-copy{max-height:102px;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.product-card.is-minimal .product-card-logos{max-height:32px}.product-card.is-minimal .product-card-logos .product-card-logos-inner{gap:2px;flex-wrap:nowrap}.product-card.is-minimal .product-card-logos img{min-width:7px;flex-shrink:1}.product-card.is-minimal .product-card-name{font-size:14px;line-height:1.3}.product-vote-modal-overlay .modal{height:100vh;height:100dvh;max-width:var(--layout-content-max-width);margin-inline:auto;background:var(--color-yellow);overflow-y:auto}.product-vote-modal-overlay .modal .modal-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:0 16px 32px 16px}.product-vote-modal-overlay .modal .modal-content .product{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.product-vote-modal-overlay .modal .modal-content .product .bubble{position:relative;width:252px;height:38px;border-radius:19px;padding:8px 16px;background:var(--color-white);font-weight:bold;font-size:20px;line-height:100%;color:var(--color-brown);margin-top:32px;z-index:2}.product-vote-modal-overlay .modal .modal-content .product .bubble::after{content:'';position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:12px;height:12px;clip-path:polygon(0 0, 100% 0, 50% 100%);background:var(--color-white)}.product-vote-modal-overlay .modal .modal-content .product .image-area{position:absolute;background-image:url(//assets.tokubai.co.jp/assets/sousenkyo/projects/2026/bg-dots-76e7c4d87bf19d394a47c45014ab08319410043d8626bd21a446ce0cf836c6dc.png);background-position:center;background-size:400px;background-repeat:no-repeat;width:100%;height:400px;top:-32px;display:flex;justify-content:center;align-items:center;z-index:1}.product-vote-modal-overlay .modal .modal-content .product .image-area .image-circle{aspect-ratio:1;display:flex;align-items:center;justify-content:center;width:208px;height:208px;background-color:var(--color-light-yellow);border-radius:50%;margin-inline:auto}.product-vote-modal-overlay .modal .modal-content .product .image-area .image-circle img{width:100%;height:100%;object-fit:contain}.product-vote-modal-overlay .modal .modal-content .product .info-area{display:flex;flex-direction:column;width:100%;gap:8px;padding:16px;background:var(--color-white);color:var(--color-brown);border-bottom:2px solid var(--color-orange);margin-top:200px;z-index:2}.product-vote-modal-overlay .modal .modal-content .product .info-area .chain-logos{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.product-vote-modal-overlay .modal .modal-content .product .info-area .chain-logos img{width:40px;height:40px;object-fit:contain}.product-vote-modal-overlay .modal .modal-content .product .info-area .name{font-weight:bold;font-size:20px;line-height:100%}.product-vote-modal-overlay .modal .modal-content .product .info-area .product-meta{display:flex;gap:4px;align-items:center}.product-vote-modal-overlay .modal .modal-content .product .info-area .product-meta .category{padding:4px;font-weight:700;font-size:12px;color:var(--color-brown);background-color:var(--color-light-yellow)}.product-vote-modal-overlay .modal .modal-content .product .info-area .product-meta .price{display:flex;gap:2px;align-items:baseline}.product-vote-modal-overlay .modal .modal-content .product .info-area .product-meta .price .price-excluded{font-weight:bold;font-size:16px;color:var(--color-brown)}.product-vote-modal-overlay .modal .modal-content .product .info-area .product-meta .price .price-included{font-size:12px;color:var(--color-light-brown)}.product-vote-modal-overlay .modal .modal-content .product .info-area .product-meta .price .price-note{font-size:10px;color:var(--color-light-brown)}.product-vote-modal-overlay .modal .modal-content .product-vote-form{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%;border-radius:8px;padding:24px 16px;background:var(--color-light-yellow);border:2px solid var(--color-white)}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;color:var(--color-brown)}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .title{font-weight:bold;font-size:20px;line-height:100%}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .description{font-size:14px;line-height:140%}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .checkbox-group{display:flex;flex-direction:column;gap:8px;width:100%}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .checkbox-group .checkbox-item{display:flex;align-items:center;padding:12px 8px;background:var(--color-white);font-size:14px;line-height:100%;border-radius:8px}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .checkbox-group .checkbox-item:has(input[type='checkbox']:checked){background:var(--color-orange);font-weight:bold;color:var(--color-white)}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .checkbox-group .checkbox-item input[type='checkbox']{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;width:16px;height:16px;background:var(--color-white);border:1px solid var(--color-orange);border-radius:2px;margin-right:8px}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .checkbox-group .checkbox-item input[type='checkbox']:checked::after{content:'';position:absolute;left:4px;top:1px;width:6px;height:10px;border:solid var(--color-orange);border-width:0 2px 2px 0;transform:rotate(45deg)}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .textarea{width:100%;min-height:80px;border-radius:8px;padding:8px;background:var(--color-white);border:none;font-size:16px;line-height:140%}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .textarea::placeholder{color:var(--color-lightest-brown)}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-data .form-group .character-count{width:100%;text-align:end;font-size:12px;line-height:100%;color:var(--color-light-brown)}.product-vote-modal-overlay .modal .modal-content .product-vote-form .vote-note{font-weight:bold;font-size:14px;line-height:100%;color:var(--color-brown)}.product-vote-modal-overlay .modal .modal-content .product-vote-form .submit-button-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.product-vote-modal-overlay .modal .modal-content .product-vote-form .submit-button-wrapper .submit-button{width:100%;max-width:400px;border-radius:8px;padding:16px 0;background:var(--color-brown);border:2px solid var(--color-white);box-shadow:0px 4px 0px 0px var(--color-orange);color:var(--color-white);font-weight:bold;font-size:24px;line-height:100%;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}.product-vote-modal-overlay .modal .modal-content .product-vote-form .submit-button-wrapper .submit-button:hover:not(:disabled){background-color:var(--color-light-brown);box-shadow:none;transform:translateY(2px)}.product-vote-modal-overlay .modal .modal-content .product-vote-form .cancel-button{font-size:16px;line-height:140%;letter-spacing:0%;background:none;border:none;color:var(--color-brown);text-decoration:underline;margin-top:8px}@media (min-width: 1200px){.product-vote-modal-overlay{padding-left:56px}.product-vote-modal-overlay .modal{margin-left:calc((100% - 1024px) / 2);margin-right:0}}.product-vote-sticky-footer{display:flex;flex-direction:column;align-items:center;position:fixed;bottom:0;width:100%;max-width:var(--layout-content-max-width);padding:16px;pointer-events:none;z-index:10}.product-vote-sticky-footer .product-vote-modal-open-button{width:100%;max-width:400px;border-radius:8px;padding:16px 0;background:var(--color-brown);border:2px solid var(--color-white);box-shadow:0px 4px 0px 0px var(--color-orange);color:var(--color-white);font-weight:bold;font-size:24px;line-height:100%;pointer-events:auto;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}@media (hover: hover){.product-vote-sticky-footer .product-vote-modal-open-button:hover:not(:disabled){background-color:var(--color-light-brown);box-shadow:none;transform:translateY(2px)}}.product-vote-sticky-footer .product-vote-modal-open-button:active:not(:disabled){background-color:var(--color-light-brown);box-shadow:none;transform:translateY(2px)}.product-vote-sticky-footer .product-vote-modal-open-button:disabled{background-color:var(--color-light-brown);box-shadow:none;font-weight:800}.product-chains{display:flex;flex-direction:column;align-items:center;gap:16px}.product-chains .chains-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--color-cream);border-radius:50%}.product-chains .chains-list{width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px;align-items:center}.product-chains .chains-list .chains-item{width:100%}.search_other_links{padding:32px 16px;display:flex;flex-direction:column;align-items:center;gap:16px;background-color:var(--color-cream)}.search_other_links .search_other_links-heading{font-weight:700;font-size:16px;color:var(--color-brown)}.search_other_links .search_other_links-button{width:100%;max-width:400px;height:64px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;color:var(--color-brown);background-color:var(--color-yellow);border:2px solid var(--color-orange);border-radius:8px;box-shadow:0 2px 0 var(--color-orange);text-decoration:none;transition:background-color 0.1s ease-out, box-shadow 0.1s ease-out, transform 0.1s ease-out}.search_other_links .search_other_links-button:hover{background-color:var(--color-light-yellow);box-shadow:none;transform:translateY(2px)}.unvoted-categories{position:relative;width:calc(100% - 32px);max-width:368px;margin-inline:auto;margin-bottom:24px;padding:24px 0 16px;display:flex;flex-direction:column;align-items:center;gap:12px;background-color:var(--color-pale-yellow);border-bottom:2px solid var(--color-orange)}.unvoted-categories::before{content:'';position:absolute;inset:0;z-index:0;background:url(//assets.tokubai.co.jp/assets/sousenkyo/projects/2026/bg_pattern-1792be1a81d5b8078f354699a115f4131f26c0d6d7e36b315aaf4d344b2fa1c9.png) repeat top center/175px 175px;opacity:0.5;pointer-events:none}.unvoted-categories>*{position:relative;z-index:1}.unvoted-categories .headings{display:flex;flex-direction:column;gap:4px;text-align:center;align-items:center}.unvoted-categories .heading-text{font-size:clamp(12px, calc((100vw - 36px) / 13), 24px);white-space:nowrap}.unvoted-categories .note{font-size:14px;font-weight:700;color:var(--color-brown)}.unvoted-categories .category-list{display:flex;align-items:flex-start;margin:0;padding:0 0 8px;list-style:none}.unvoted-categories .category-item{position:relative;width:68px;height:68px;padding-top:14px;display:flex;flex-direction:column;align-items:center;background-color:var(--color-white);border:1px dashed var(--color-light-brown);border-radius:50%}.unvoted-categories .category-item:nth-child(n + 2){margin-left:-12px}.unvoted-categories .category-item:nth-child(even){margin-top:46px}.unvoted-categories .category-title{font-size:12px;font-weight:700;color:var(--color-brown);white-space:nowrap}.unvoted-categories .category-icon{width:32px;height:32px;margin-top:-5px}.unvoted-categories .category-stamp{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;mix-blend-mode:multiply;pointer-events:none}.unvoted-categories .category-stamp .stamp-image{width:60px;height:60px}.unvoted-categories .category-item:nth-child(1) .category-stamp{transform:rotate(-8deg)}.unvoted-categories .category-item:nth-child(2) .category-stamp{transform:rotate(100deg)}.unvoted-categories .category-item:nth-child(3) .category-stamp{transform:rotate(-32deg)}.unvoted-categories .category-item:nth-child(4) .category-stamp{transform:rotate(4deg)}.unvoted-categories .category-item:nth-child(5) .category-stamp{transform:rotate(16deg)}
