﻿/*ヘッダーロゴ*/.header-logo a, .header-logo img {width: 100%;height: auto;}/* フッターロゴ */.footer-logo a{width: 50%;}.footer-logo a img{width: 100%;}/*トップページスライダー*/.block-top-mv{width: 100vw;height: 65.6vw!important;}/*トップページ特注紹介*/.top-product-p {width: 100%;margin: 4em 0;}.top-product-c {display: flex;flex-wrap: wrap;align-items: center;position: relative;background:var(--monovate-bg-light);height: 650px;}.top-product-c a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.top-product-c a:hover+.top-product-btn {transform: translate(-50%, -60%);filter: drop-shadow(0px 30px 15px rgba(0, 0, 0, 0.1));}.top-product-c:nth-of-type(even) {background: #fff;flex-flow: wrap;}.top-product-c .top-product-txt {width: 100%;padding: 3em;padding-top: 1em;display: flex;flex-wrap: wrap;}.top-product-c .top-product-txt p{font-size: 1.3em;width: 100%;color:var(--monovate-primary);}.top-product-c .top-product-txt p:first-of-type {font-weight: bold;text-align: center;}.top-product-c .top-product-txt p:last-of-type {margin-top: .5em;text-align: left;}.top-product-c .top-product-txt h3 {display: block;background-color: transparent;font-size: 2em;line-height: 1.2em;padding: 0;color: var(--monovate-primary);width: 100%;margin: 0;text-align: center;}.top-product-c .top-product-img {width: 100%;text-align: center;justify-content: space-around;}.top-product-c .top-product-img  img{height: 200px;}.top-product-c .top-product-btn {width: 2em;margin: 0 0 0 auto;transition: all 0.5s 0s ease;position: absolute;right: 0;top: 50%;transform: translate(-50%, -50%);}.top-product-c .top-product-btn path{fill: var(--monovate-accent);transition: all 0.5s 0s ease;}.top-product-c .top-product-btn polygon{fill: #fff;}/*製品ページ*/.block-add-cart{width:75%;}.block-add-cart--btn{width:100%;}.block-goods-favorite{width:20%;}.block-contact-about-goods-btn{color: #fff;background-color:#00b7d0;}.block-top-topic--items {display: flex;flex-wrap: wrap;margin-top: 20px;padding: 0 15px;}.block-top-topic--items li:first-child, .block-top-topic--items li:nth-child(5n+1),.block-top-topic--body .block-top-topic--items li {position: relative;width: 50%;border: none;padding: 0;}.block-top-topic--items li:nth-child(odd) {padding-right: 20px;border-right: 1px solid #E3E4E5}.block-top-topic--items li:nth-child(even) {padding-left: 20px;}.block-top-topic--items li:not(:nth-child(-n+2)) {margin-top: 20px;}.block-top-topic--items li:not(:nth-child(5n)) {border-right: none;}/* 製品ページ 寸法表背景色変更 */.product-dimensions-table {overflow-x: auto;}.product-dimensions-table table {width: 100%;border-collapse: collapse;}.product-dimensions-table thead tr:first-child th {background: var(--monovate-primary-dark);color: white;font-weight: 600;padding: 12px 8px;text-align: center;}.product-dimensions-table thead tr:nth-child(2) td {background: var(--monovate-primary-light);color: white;padding: 8px;text-align: center;}/* ゼブラストライプ */.product-dimensions-table tbody tr:nth-child(odd) {background-color: #f8f9fa;}.product-dimensions-table tbody tr:nth-child(even) {background-color: #ffffff;}/* ホバーエフェクト */.product-dimensions-table tbody tr:hover {background-color: #e3f2fd !important;cursor: pointer;transition: background-color 0.2s ease;}.product-dimensions-table tbody td {padding: 12px 8px;text-align: center;border-bottom: 1px solid #e0e0e0;}/* 型式列を目立たせる */.product-dimensions-table tbody td:first-child {font-weight: 600;color: var(--monovate-primary-dark);padding-left: 16px;}