:root {
	--toyamarutto-black: #111;
	--toyamarutto-charcoal: #222;
	--toyamarutto-gold: #a08e5e;
	--toyamarutto-gold-hover: #92785f;
	--toyamarutto-soft-gray: #f7f7f7;
}

/* Lightning markup retained; desktop header restored to one non-sticky row. */
.site-header { position: static !important; background: var(--toyamarutto-black); border: 0; box-shadow: none; }
.site-header-container { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.site-header-logo { flex: 0 0 239px !important; width: 239px !important; margin: 0 34px 0 0 !important; padding: 14px 0; }
.site-header-logo > a { display: block; color: #fff; text-decoration: none; }
.site-header-logo > a > span { display: block; width: 239px; height: 50px; overflow: hidden; color: transparent; font-size: 0; line-height: 0; background: transparent url("https://toyamarutto.jp/wp/wp-content/uploads/2019/05/logo.png") no-repeat left center / contain; }
.site-header-logo > a > span::before { display: none !important; content: none !important; }
.global-nav { margin-left: auto; background: transparent; }
.global-nav-list { justify-content: flex-end; }
.global-nav-list > li > a { min-height: 78px; padding: 0 14px; color: #fff; font-size: 14px; border: 0; }
.global-nav-list > li > a::before { display: none; }
.global-nav-list > li > a:hover,
.global-nav-list > li > a:focus,
.global-nav-list > li.current-menu-item > a,
.global-nav-list > li.current-menu-ancestor > a { color: #d2c39a; background: transparent; }
.global-nav-list .sub-menu { background: var(--toyamarutto-gold); }
.global-nav-list .sub-menu a { color: #fff; }
.global-nav-list .sub-menu a:hover { background: var(--toyamarutto-gold-hover); }

/* Verified three-slide content, rebuilt independently of GENSEN. */
.toyamarutto-home-slider { position: relative; width: 100%; height: clamp(520px, 45vw, 650px); overflow: hidden; background: #111; }
.toyamarutto-home-slider__slides,
.toyamarutto-home-slider__slide { position: absolute; inset: 0; }
.toyamarutto-home-slider__slide { opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s ease; }
.toyamarutto-home-slider__slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.toyamarutto-home-slider__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.toyamarutto-home-slider__shade { position: absolute; inset: 0; background: rgba(0,0,0,.34); }
.toyamarutto-home-slider__caption { position: absolute; top: 40%; left: 50%; width: min(920px,calc(100% - 120px)); color: #fff; text-align: center; transform: translate(-50%,-50%); }
.toyamarutto-home-slider__caption > * { opacity: 0; transform: translateY(12px); }
.toyamarutto-home-slider__slide.is-active .toyamarutto-home-slider__eyebrow { animation: toyamarutto-caption-in .8s ease .25s forwards; }
.toyamarutto-home-slider__slide.is-active h2 { animation: toyamarutto-caption-in .8s ease .55s forwards; }
.toyamarutto-home-slider__slide.is-active .toyamarutto-home-slider__button { animation: toyamarutto-caption-in .8s ease .85s forwards; }
@keyframes toyamarutto-caption-in { to { opacity: 1; transform: translateY(0); } }
.toyamarutto-home-slider__eyebrow { margin: 0 0 18px; font-size: 20px; letter-spacing: .12em; }
.toyamarutto-home-slider__caption h2 { margin: 0; color: #fff; font-family: Georgia,"Yu Mincho","Hiragino Mincho ProN",serif; font-size: clamp(34px,4.2vw,60px); font-weight: 400; line-height: 1.35; letter-spacing: .08em; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.toyamarutto-home-slider__button { display: inline-flex; align-items: center; justify-content: center; gap: 48px; min-width: 240px; height: 50px; margin-top: 34px; padding: 0 24px; color: #fff; background: rgba(160,142,94,.92); border: 1px solid #fff; border-radius: 26px; text-decoration: none; }
.toyamarutto-home-slider__button:hover,
.toyamarutto-home-slider__button:focus { color: #fff; background: var(--toyamarutto-gold-hover); }
.toyamarutto-home-slider__arrow { position: absolute; top: 50%; z-index: 3; width: 58px; height: 72px; padding: 0; color: #fff; font-size: 48px; line-height: 1; background: transparent; border: 0; transform: translateY(-50%); }
.toyamarutto-home-slider__arrow.is-prev { left: 8px; }
.toyamarutto-home-slider__arrow.is-next { right: 8px; }
.toyamarutto-home-slider__dots { position: absolute; bottom: 128px; left: 50%; z-index: 3; display: flex; gap: 10px; transform: translateX(-50%); }
.toyamarutto-home-slider__dots button { width: 10px; height: 10px; padding: 0; background: rgba(255,255,255,.55); border: 0; border-radius: 50%; }
.toyamarutto-home-slider__dots button[aria-current="true"] { background: #fff; }

/* Home rebuilt at render time; stored block content is retained for rollback. */
.home .site-body { padding-top: 0; }
.home .site-body-container { display: block; }
.home .main-section { width: 100%; margin-top: 0; }
.home .main-section > .entry { margin: 0; }
.home .entry-header { display: none; }
.toyamarutto-home-rebuild { padding-bottom: 0; }
.toyamarutto-home-search { position: absolute; right: 20px; bottom: 24px; left: 20px; z-index: 5; max-width: 1040px; margin: 0 auto; }
.toyamarutto-home-search .toyamarutto-store-search { margin: 0; padding: 20px 24px; background: rgba(17,17,17,.88); box-shadow: 0 8px 24px rgba(0,0,0,.24); }
.toyamarutto-home-search fieldset { display: grid; grid-template-columns: minmax(190px,1.4fr) 58px minmax(180px,1fr) minmax(180px,1fr) 105px; gap: 10px; margin: 0; padding: 0; border: 0; }
.toyamarutto-home-search legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.toyamarutto-home-search p { margin: 0; }
.toyamarutto-home-search label { display: block; margin: 0; }
.toyamarutto-home-search label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.toyamarutto-home-search input,
.toyamarutto-home-search select,
.toyamarutto-home-search button { width: 100%; height: 48px; margin: 0; border: 0; border-radius: 0; }
.toyamarutto-home-search input,
.toyamarutto-home-search select { padding: 0 14px; color: #333; background: #fff; }
.toyamarutto-home-search button { color: #fff; font-weight: 700; background: var(--toyamarutto-gold); }
.toyamarutto-home-search button:hover { background: var(--toyamarutto-gold-hover); }
.toyamarutto-home-search .toyamarutto-store-search__field--operator { width: auto; color: #fff; font-size: 0; }
.toyamarutto-home-search .toyamarutto-store-search__field--operator select { height: 48px; padding: 0 5px; font-size: 11px; border: 0; }
.toyamarutto-home-news { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; max-width: 1040px; min-height: 76px; margin: 34px auto 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.toyamarutto-home-news h2 { margin: 0; color: var(--toyamarutto-gold); font-size: 16px; }
.toyamarutto-home-news__body { display: flex; min-width: 0; gap: 18px; align-items: center; }
.toyamarutto-home-news__body time { flex: 0 0 auto; color: #777; font-size: 13px; }
.toyamarutto-home-news__body a { overflow: hidden; color: #222; text-overflow: ellipsis; white-space: nowrap; text-decoration: none; }
.toyamarutto-home-news__archive { padding-left: 22px; color: #555; font-size: 13px; text-decoration: none; border-left: 1px solid #ddd; }
.toyamarutto-home-intro { padding: 38px 20px 36px; text-align: center; }
.toyamarutto-home-intro h1 { margin: 0 0 16px; color: #243447; font-family: Georgia,"Yu Mincho","Hiragino Mincho ProN",serif; font-size: clamp(27px,2.9vw,41px); font-weight: 600; line-height: 1.55; }
.toyamarutto-home-intro p { margin: 0; color: #555; font-size: 16px; line-height: 2; }
.toyamarutto-home-pickup,
.toyamarutto-home-genres { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 72px max(20px,calc((100vw - 1120px)/2)); }
.toyamarutto-home-pickup { background: var(--toyamarutto-soft-gray); }
.toyamarutto-home-pickup header,
.toyamarutto-home-genres header { margin-bottom: 36px; text-align: center; }
.toyamarutto-home-pickup header p,
.toyamarutto-home-genres header p { margin: 0 0 4px; color: var(--toyamarutto-gold); font-family: Georgia,serif; font-size: 15px; letter-spacing: .18em; }
.toyamarutto-home-pickup header h2,
.toyamarutto-home-genres header h2 { margin: 0; font-size: 30px; font-weight: 500; }
.toyamarutto-home-pickup__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.toyamarutto-home-pickup article { min-width: 0; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.07); transition: transform .2s ease,box-shadow .2s ease; }
.toyamarutto-home-pickup article:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(0,0,0,.12); }
.toyamarutto-home-pickup article a { display: block; color: #222; text-decoration: none; }
.toyamarutto-home-pickup__image { aspect-ratio: 16/10; overflow: hidden; background: #eee; }
.toyamarutto-home-pickup__image img { width: 100%; height: 100%; object-fit: cover; }
.toyamarutto-home-pickup h3 { min-height: 72px; margin: 0; padding: 20px; font-size: 17px; line-height: 1.55; }
.toyamarutto-section-link { margin: 34px 0 0; text-align: center; }
.toyamarutto-section-link a { display: inline-flex; min-width: 220px; justify-content: center; gap: 36px; padding: 13px 24px; color: #fff; background: var(--toyamarutto-gold); text-decoration: none; }
.toyamarutto-home-genres { background: #fff; }
.toyamarutto-home-genres__grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #ddd; border-left: 1px solid #ddd; }
.toyamarutto-home-genres__grid > a { display: grid; grid-template-columns: 74px 1fr; grid-template-rows: auto 1fr; min-height: 145px; padding: 20px; color: #222; text-decoration: none; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; transition: background .2s ease; }
.toyamarutto-home-genres__grid > a:hover { background: #f7f3ea; }
.toyamarutto-home-genres__image { grid-row: 1/3; display: flex; align-items: center; justify-content: center; margin-right: 16px; }
.toyamarutto-home-genres__image img { width: 62px; height: 62px; object-fit: contain; }
.toyamarutto-home-genres__grid strong { align-self: end; color: var(--toyamarutto-gold); font-size: 18px; }
.toyamarutto-home-genres__description { padding-top: 7px; color: #555; font-size: 12px; line-height: 1.65; }
.toyamarutto-home-genres__description > span { display: block; }
.toyamarutto-home-sponsor { margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 44px 20px; background: var(--toyamarutto-charcoal); text-align: center; }
.toyamarutto-home-sponsor h2 { display: inline-block; margin: 0 0 14px; padding: 5px 24px; color: #fff; font-size: 14px; font-weight: 500; background: var(--toyamarutto-gold); }
.toyamarutto-home-sponsor .toyamarutto-sponsor-link,
.toyamarutto-home-sponsor img { display: block; max-width: 100%; height: auto; margin: 0 auto; }

/* Existing post data remains untouched. */
.entry-body span.marker { font-weight: 700; background: linear-gradient(transparent 52%,#fff799 52%); }
.single-post .page-header,
.single-introduce .page-header { display: none; }
.entry-body { color: #292929; font-size: 17px; line-height: 1.9; }
.entry-body a { text-decoration: underline; text-underline-offset: 2px; }
.entry-body h2,
.entry-body h3 { border-color: var(--toyamarutto-gold); }
.main-section,
.sub-section { margin-top: 36px; }

/* Old Sidebar order and assets, rendered through current WordPress APIs. */
.toyamarutto-sidebar-section,
.toyamarutto-sidebar-banners { margin-bottom: 36px; }
.toyamarutto-sidebar-section > h2 { margin: 0 0 15px; padding: 11px 16px; color: #fff; font-size: 17px; background: var(--toyamarutto-gold); border: 0; }
.toyamarutto-sidebar-section ul { margin: 0; padding: 0; list-style: none; }
.toyamarutto-sidebar-section .search-form { display: flex; }
.toyamarutto-sidebar-section .search-field { min-width: 0; height: 44px; }
.toyamarutto-sidebar-section .search-submit { width: 60px; color: #fff; background: #333; border: 0; }
.toyamarutto-sidebar-areas li { border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; }
.toyamarutto-sidebar-areas li:first-child { border-top: 1px solid #ddd; }
.toyamarutto-sidebar-areas a { display: flex; justify-content: space-between; padding: 13px 16px; color: #333; text-decoration: none; }
.toyamarutto-sidebar-areas a:hover { color: var(--toyamarutto-gold); background: #fafafa; }
.toyamarutto-sidebar-specials li + li { margin-top: 14px; }
.toyamarutto-sidebar-specials a { display: grid; grid-template-columns: 82px 1fr; gap: 12px; color: #222; text-decoration: none; }
.toyamarutto-sidebar-specials img { width: 82px; height: 82px; object-fit: cover; }
.toyamarutto-sidebar-specials time { display: block; margin-bottom: 3px; color: #888; font-size: 11px; }
.toyamarutto-sidebar-specials strong { display: block; font-size: 13px; font-weight: 500; line-height: 1.55; }
.toyamarutto-sidebar-ranking .toyamarutto-ranking ol { counter-reset: rank; margin: 0; padding: 0; list-style: none; }
.toyamarutto-sidebar-ranking .toyamarutto-ranking li { counter-increment: rank; margin-bottom: 12px; }
.toyamarutto-sidebar-ranking .toyamarutto-ranking a { position: relative; display: grid; grid-template-columns: 90px 1fr; align-items: center; min-height: 76px; color: #222; text-decoration: none; background: #f7f7f7; }
.toyamarutto-sidebar-ranking .toyamarutto-ranking a::before { content: counter(rank) "位"; position: absolute; top: 0; left: 0; z-index: 2; padding: 4px 8px; color: #fff; font-size: 11px; background: var(--toyamarutto-gold); }
.toyamarutto-sidebar-ranking img { width: 90px; height: 76px; object-fit: cover; }
.toyamarutto-sidebar-ranking a span { padding: 10px 12px; font-size: 13px; line-height: 1.5; }
.toyamarutto-sidebar-banners a,
.toyamarutto-sidebar-sponsors .toyamarutto-sponsor-link { display: block; margin: 0 0 18px; text-align: center; }
.toyamarutto-sidebar-banners a { color: #222; text-decoration: none; background: #f7f7f7; }
.toyamarutto-sidebar-banners a span { display: block; padding: 10px 12px 12px; font-size: 13px; font-weight: 600; line-height: 1.55; text-align: left; }
.toyamarutto-sidebar-banners img,
.toyamarutto-sidebar-sponsors img { display: block; width: 100%; height: auto; margin: 0 auto; }
.toyamarutto-sidebar-sponsors img { width: auto; max-width: 100%; }

/* Footer: old taxonomy/navigation/banner/identity structure without sponsors. */
.toyamarutto-legacy-footer { color: #333; background: #f7f7f7; }
.toyamarutto-legacy-footer__taxonomy { display: grid; grid-template-columns: 3fr 1fr; gap: 60px; padding-top: 44px; padding-bottom: 44px; }
.toyamarutto-legacy-footer__taxonomy h2 { margin: 0 0 16px; font-size: 16px; }
.toyamarutto-legacy-footer__taxonomy ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.toyamarutto-legacy-footer__taxonomy a { color: #444; font-size: 13px; text-decoration: none; }
.toyamarutto-legacy-footer__dark { padding: 46px 0 38px; color: #fff; background: var(--toyamarutto-charcoal); }
.toyamarutto-legacy-footer__primary { display: grid; grid-template-columns: minmax(220px,1fr) minmax(420px,2fr) 300px; gap: 34px; align-items: start; }
.toyamarutto-legacy-footer__sponsor a,
.toyamarutto-legacy-footer__sponsor img { display: block; width: 100%; height: auto; }
.toyamarutto-legacy-footer__menus { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.toyamarutto-legacy-footer__menus ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 20px; margin: 0; padding: 0; list-style: none; border-top: 1px solid #555; }
.toyamarutto-legacy-footer__menus li { border-bottom: 1px solid #555; }
.toyamarutto-legacy-footer__menus a { display: block; padding: 10px 4px; color: #fff; font-size: 13px; text-decoration: none; }
.toyamarutto-legacy-footer__banners { display: flex; flex-direction: column; justify-content: flex-start; gap: 18px; margin: 0; }
.toyamarutto-legacy-footer__banners a { display: block; width: 300px; }
.toyamarutto-legacy-footer__banners img { display: block; width: 300px; height: 90px; object-fit: cover; }
.toyamarutto-legacy-footer__identity { display: grid; grid-template-columns: 260px 1fr auto; gap: 36px; align-items: center; margin-top: 36px; padding-top: 30px; border-top: 1px solid #555; }
.toyamarutto-legacy-footer__identity img { width: 239px; height: 50px; object-fit: contain; }
.toyamarutto-legacy-footer__identity p { margin: 5px 0 0; color: #ddd; font-size: 12px; line-height: 1.8; }
.toyamarutto-footer-social { display: flex; gap: 8px; }
.toyamarutto-footer-social a { display: flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 10px; overflow: hidden; color: #222; font-size: 11px; background: #fff; border-radius: 21px; text-decoration: none; }
.site-footer { color: #fff; background: #181818; border: 0; }
.site-footer-content { display: none; }
.site-footer-copyright { padding-top: 20px; padding-bottom: 20px; color: #fff; background: #181818; border-top: 1px solid #444; }
.site-footer-copyright p:nth-child(n+2) { display: none; }

/* Migrated store Gallery: data stays as standard blocks; presentation is progressively enhanced. */
.single-introduce .toyamarutto-slider-migrated-gallery { position: relative; display: block; max-width: 860px; margin: 0 auto 34px; overflow: hidden; background: #111; }
.single-introduce .toyamarutto-slider-migrated-gallery > figure.wp-block-image { width: 100% !important; margin: 0 !important; }
.single-introduce .toyamarutto-slider-migrated-gallery > figure.wp-block-image img { display: block; width: 100%; height: auto; max-height: 550px; object-fit: contain; margin: 0 auto; }
.single-introduce .toyamarutto-slider-migrated-gallery.is-enhanced > figure.wp-block-image { display: none; }
.single-introduce .toyamarutto-slider-migrated-gallery.is-enhanced > figure.wp-block-image.is-active { display: block; }
.single-introduce .toyamarutto-slider-migrated-gallery figcaption { margin: 0; padding: 8px 14px; color: #fff; font-size: 13px; text-align: center; background: rgba(0,0,0,.82); }
.toyamarutto-store-gallery__controls { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.toyamarutto-store-gallery__controls > button { position: absolute; top: 50%; width: 48px; height: 64px; padding: 0; color: #fff; font-size: 42px; line-height: 1; background: rgba(0,0,0,.42); border: 0; transform: translateY(-50%); pointer-events: auto; }
.toyamarutto-store-gallery__controls > .is-prev { left: 0; }
.toyamarutto-store-gallery__controls > .is-next { right: 0; }
.toyamarutto-store-gallery__dots { position: absolute; right: 0; bottom: 12px; left: 0; display: flex; justify-content: center; gap: 8px; pointer-events: auto; }
.toyamarutto-store-gallery__dots button { width: 10px; height: 10px; padding: 0; background: rgba(255,255,255,.65); border: 0; border-radius: 50%; }
.toyamarutto-store-gallery__dots button[aria-current="true"] { background: var(--toyamarutto-gold); }

/* Lightning previous/next cards: keep current generator, restore image, label and title visibility. */
.single-post .next-prev { gap: 18px; margin-top: 42px; }
.single-post .next-prev > [class*="next-prev-"] { min-height: 150px; }
.single-post .next-prev .card-intext-inner { display: grid; grid-template-columns: 42% 1fr; height: 100%; color: #222; text-decoration: none; background: #f7f7f7; }
.single-post .next-prev .vk_post_imgOuter { min-height: 150px; background-position: center; background-size: cover; }
.single-post .next-prev .vk_post_imgOuter_img { display: block !important; width: 100%; height: 150px; object-fit: cover; opacity: 1; }
.single-post .next-prev .card-img-overlay { display: flex; align-items: flex-start; justify-content: flex-start; padding: 0; background: transparent; }
.single-post .next-prev .vk_post_imgOuter_singleTermLabel { padding: 5px 9px; color: #fff; font-size: 12px; background: var(--toyamarutto-gold); }
.single-post .next-prev .vk_post_body { position: static; display: flex; flex-direction: column; justify-content: center; padding: 16px; color: #222; background: #f7f7f7; }
.single-post .next-prev .vk_post_title { display: block; margin: 0; color: #222; font-size: 15px; line-height: 1.55; }
.single-post .next-prev .vk_post_dates { margin-top: 8px; color: #777; font-size: 12px; }

@media (max-width: 1199.98px) {
	.site-header-logo { flex-basis: 205px !important; width: 205px !important; margin-right: 20px !important; }
	.site-header-logo > a > span { width: 205px; height: 44px; }
	.global-nav-list > li > a { padding-right: 10px; padding-left: 10px; font-size: 13px; }
	.toyamarutto-home-search { max-width: calc(100% - 40px); }
}

@media (max-width: 991.98px) {
	.site-header-container { min-height: 64px; }
	.site-header-logo { padding: 8px 52px 8px 0; }
	.site-header-logo > a > span { width: 170px; height: 42px; }
	.vk-mobile-nav-menu-btn { display: block !important; z-index: 100000; color: #fff !important; border-color: rgba(255,255,255,.7); background-color: #111; }
	.vk-mobile-nav-menu-btn::before { color: #fff; }
	.vk-mobile-nav { background: #222; }
	.vk-mobile-nav .widget_nav_menu ul li a,
	.vk-mobile-nav nav ul li a { color: #fff; border-bottom-color: #666; }
	.toyamarutto-home-slider { height: 430px; }
	.toyamarutto-home-search fieldset { grid-template-columns: 1.3fr 52px 1fr 1fr 90px; }
	.toyamarutto-home-pickup__grid,
	.toyamarutto-home-genres__grid { grid-template-columns: repeat(2,1fr); }
	.toyamarutto-legacy-footer__primary { grid-template-columns: 1fr 2fr; }
	.toyamarutto-legacy-footer__banners { grid-column: 1/3; flex-direction: row; justify-content: center; }
	.toyamarutto-legacy-footer__identity { grid-template-columns: 240px 1fr; }
	.toyamarutto-footer-social { grid-column: 1/3; justify-content: center; }
	.main-section,
	.sub-section { margin-top: 26px; }
}

@media (max-width: 575.98px) {
	.site-header-logo { flex-basis: 164px !important; width: 164px !important; margin-right: 0 !important; }
	.site-header-logo > a > span { width: 164px; height: 40px; }
	.toyamarutto-home-slider { height: auto; min-height: 0; padding-top: 390px; overflow: visible; background: #fff; }
	.toyamarutto-home-slider__slides,
	.toyamarutto-home-slider__slide { height: 390px; bottom: auto; }
	.toyamarutto-home-slider__caption { width: calc(100% - 54px); }
	.toyamarutto-home-slider__eyebrow { margin-bottom: 14px; font-size: 15px; }
	.toyamarutto-home-slider__caption h2 { font-size: clamp(27px,8vw,38px); line-height: 1.45; }
	.toyamarutto-home-slider__button { min-width: 220px; height: 46px; margin-top: 25px; }
	.toyamarutto-home-slider__arrow { width: 36px; font-size: 38px; }
	.toyamarutto-home-slider__dots { top: 364px; bottom: auto; }
	.toyamarutto-home-search { position: relative; right: auto; bottom: auto; left: auto; width: calc(100% - 28px); margin: -18px auto 0; }
	.toyamarutto-home-search .toyamarutto-store-search { padding: 14px; }
	.toyamarutto-home-search fieldset { grid-template-columns: 1fr 58px; }
	.toyamarutto-home-search .toyamarutto-store-search__field--keyword { grid-column: 1/2; }
	.toyamarutto-home-search .toyamarutto-store-search__field--area,
	.toyamarutto-home-search .toyamarutto-store-search__field--genre { grid-column: auto / span 1; }
	.toyamarutto-home-search .toyamarutto-store-search__submit { grid-column: 1/3; }
	.toyamarutto-home-search .toyamarutto-store-search__field--operator { grid-column: 2/3; }
	.toyamarutto-home-search .toyamarutto-store-search__field--operator select { width: 100%; height: 48px; }
	.toyamarutto-home-news { grid-template-columns: 1fr auto; margin-top: 28px; padding: 14px 0; }
	.toyamarutto-home-news h2 { grid-column: 1/3; margin-bottom: 7px; }
	.toyamarutto-home-news__body { display: block; min-width: 0; }
	.toyamarutto-home-news__body time { display: block; }
	.toyamarutto-home-news__body a { display: block; max-width: calc(100vw - 135px); }
	.toyamarutto-home-news__archive { align-self: end; padding-left: 10px; }
	.toyamarutto-home-intro { padding: 28px 0 26px; }
	.toyamarutto-home-intro h1 { font-size: 23px; line-height: 1.65; }
	.toyamarutto-home-intro p { font-size: 14px; line-height: 1.9; }
	.toyamarutto-home-intro p br { display: none; }
	.toyamarutto-home-pickup,
	.toyamarutto-home-genres { padding-top: 52px; padding-bottom: 52px; }
	.toyamarutto-home-pickup__grid { gap: 14px; }
	.toyamarutto-home-pickup h3 { min-height: 82px; padding: 13px; font-size: 14px; }
	.toyamarutto-home-genres__grid { grid-template-columns: 1fr; }
	.toyamarutto-home-genres__grid > a { min-height: 126px; }
	.entry-body { font-size: 16px; line-height: 1.85; }
	.toyamarutto-legacy-footer__taxonomy { grid-template-columns: 1fr; gap: 32px; }
	.toyamarutto-legacy-footer__primary { grid-template-columns: 1fr; }
	.toyamarutto-legacy-footer__sponsor { max-width: 430px; margin: 0 auto; }
	.toyamarutto-legacy-footer__menus { grid-template-columns: 1fr; }
	.toyamarutto-legacy-footer__banners { grid-column: auto; flex-direction: column; align-items: center; }
	.toyamarutto-legacy-footer__identity { grid-template-columns: 1fr; text-align: center; }
	.toyamarutto-legacy-footer__identity img { margin: 0 auto; }
	.toyamarutto-footer-social { grid-column: auto; }
	.single-post .next-prev { display: block; }
	.single-post .next-prev > [class*="next-prev-"] { width: 100%; margin-bottom: 16px; }
	.single-post .next-prev .card-intext-inner { grid-template-columns: 38% 1fr; }
	.single-post .next-prev .vk_post_imgOuter,
	.single-post .next-prev .vk_post_imgOuter_img { min-height: 120px; height: 120px; }
	.toyamarutto-store-gallery__controls > button { width: 38px; height: 54px; font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
	.toyamarutto-home-slider__slide { transition: none; }
	.toyamarutto-home-slider__caption > *,
	.toyamarutto-home-slider__slide.is-active .toyamarutto-home-slider__caption > * { opacity: 1; transform: none; animation: none; }
}
