/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
/* --- COLOR --- */
--color-bg: #000;
--color-bg-tp: #ffffffE6;
--color-white: #fff;
--color-red: #e00202;
--color-gray: #e0e0e0;
--color-dark-gray: #a5a5a5;
--color-blue: #005cdd;

/* --- FONT STYLE --- */
--font-base: "Noto Sans JP", sans-serif;
--font-heading--gothic: "Zen Kaku Gothic New", sans-serif;
--font-mincho: "BIZ UDMincho", serif;
--font-english: "Forum", serif;

/* --- FONT SIZE (16px base) --- */
--font-size-h1: clamp(1.25rem, 4vw, 2.75rem);
--font-size-h2: clamp(2rem, 5vw, 3.75rem);
--font-size-h3__fade: clamp(1.85rem, 5vw, 3.75rem);
--font-size-h3__child: clamp(0.85rem, 2vw, 1.15rem);
--font-size-page-h2: clamp(1.75rem, 2vw, 2.75rem);
--font-size-h3: clamp(1.125rem, 2vw, 1.5rem);
--font-size-h4: clamp(1rem, 1.5vw, 1.25rem);
--font-size-h5: clamp(1rem, 1vw, 1.125rem);
--font-size-link: clamp(1.125rem, 2vw, 3rem);
--font-size-link-l: clamp(1.75rem, 4vw, 3.25rem);

/* --- Body  --- */
--font-size-xs: clamp(0.75rem, 1vw, 0.875rem);
--font-size-sm: clamp(0.95rem, 1vw, 1rem);
--font-size-body: clamp(1rem, 1.2vw, 1.125rem);
--font-size-body-l: clamp(1rem, 2vw, 1.45rem);
--font-size-read-title: clamp(1.5rem, 2vw, 3rem);
--font-size-read: clamp(1.05rem, 2.5vw, 1.5rem);
	
/* --- Utility (汎用・特殊サイズ) --- */
--font-size-m:  clamp(1.25rem, 2vw, 1.5rem);
--font-size-lg: clamp(1.5rem, 2vw, 1.75rem);
--font-size-l:  1.875rem;
--font-size-xl: clamp(2rem, 4vw, 3rem);
	
/* --- font-weight --- */
--font-weight-light:300;
--font-weight-bold:500;
--font-weight-exBold:700;
/* ======= LAYOUT ======= */
/* --- HERO IMG --- */
--hero-height: 80vh;
--hero-min-height: 50vh;	
/* --- CONTAINER SITEVIEW --- */
--container-full: 100%;
--container-wide: 1400px;
--container-base: 1200px;
--container-form: 900px;
/* --- FOR MARGINE AND PADDING --- */
--section-space:clamp(80px,8vw,120px);
--title-bottom: clamp(40px, 5.3vw + 20px, 100px);
--title-parts-bottom: clamp(20px, 2.6vw + 10px, 40px);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
	scroll-behavior:smooth;
}

body {
	display:flex;
	flex-direction:column;
	width: 100%;
	min-height:100vh;
	background-color: #000;
	font-size:16px;
    font-weight: nomal;
    line-height: 1.6;
	background-color: var(--bg-color);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
	overflow-x: clip;
	margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.ystdb-section__video-background {
	object-fit:cover;
}

/* =============================　header-nav ============================= */
#masthead .l-container {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
	max-width: 1600px;
    margin: 0 auto; 
}

#menu-item-920 {
	display:none;
}

.menu-item-1009 a {
	animation: flash 3s infinite;
}
/* === sticky--contact-call === */
.contact-call {
	position: fixed;
	z-index: 9999;
	display: inline-block;
	top: 120px;     
	right: 0;    
	margin: 0;
}

.contact-call__tel {
    display: flex;
    align-items: center;   
    justify-content: center; 
    gap: 8px; 
    font-size:var(--font-size-lg);
	font-weight:var(--font-weight-bold);
	letter-spacing:0.1rem;
	margin:0;
}

.contact-call__tel svg {
    width: 24px;
    height: 24px; 
    fill:var(--color-dark-gray);
	animation: flash 3s infinite;
}

.contact-call__link {
	position: relative;
	display: inline-block;
	background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	transition: all 0.4s ease;
	padding: 0.75rem 1.25rem 0.75rem 0.75rem;
}

.contact-call__link:hover {
	border-color: rgba(255, 255, 255, 0.4);
	color:var(--color-blue);
}

.contact-call__link:hover::before {
	left: 130%;
}

.contact-call__time,
.contact-call__off {
	text-align:right;
	margin-top:0;
	margin-bottom:0;
}
/* ====　footer === */
.footer-poweredby {
	display:none;
}

.sp-only {
	display:none;
}
/* ===　heading--h1~h5 ==== */
.article h1,
.article h3,
.article h4,
.article h5,
.article h6 {
	background-color:transparent;
	font-weight:inherit;
	margin-bottom:0!important;
}

.p-hero__catch,
.p-hero__catch-large,
.p-hero__text,
.p-company__text
.page--read__title,
.page--read {
	font-family: var(--font-mincho);
}

h1.heading1--title {
	font-size:var(--font-size-h1);
	font-family: var(--font-mincho);
	font-weight: var(--fw-regular);
	line-height:1.7;
}

h2 .p-hero__catch {
 	display: block;
	font-size:var(--font-size-xl);
}

h2 .p-hero__catch-large {
	font-size:1.2em;
	font-weight: 600;
}

.ttl--vartical-line {
	position: relative;
	padding-left: 1rem;
}

.ttl--vartical-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	bottom:0;
    width: 6px;
    height: 100%;
    background-color: #c40000;
}

/* page-title--h1 */
.zen-old-mincho-regular.page--title {
	font-size:var(--font-size-h1);
	font-family: var(--font-mincho);
}

/* page-title--h2 */
.page--read__title {
	font-size: var(--font-size-page-h2);
    font-family: var(--font-mincho);
}

#banner-link h3 {
	margin:0 auto;
}

/* ===　section--hero-area,page--hero-area === */
.hero-wrapper {
	position: relative;
	overflow: hidden;
}

.hero-wrapper::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100.5%;
	background: linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(255, 255, 255, 0) 60%);
	pointer-events: none;
}

/* .page--heading2 {
    display: table;
    text-align: center;
    font-size: var(--font-size-l);
    border-bottom: 2px solid #fff;
	margin: 2rem auto 0; 
} */

/* * + .page--heading2 {
    margin-top: 8rem !important;
} */

.p-hero__text,
.p-company__text {
	font-size:var(--font-size-body-l);
}

.page--read__title,
.page--read {
	margin-bottom:4rem;
}

.page--read {
	font-size: var(--font-size-read);
}

.page--read__sm {
	font-size: var(--font-size-read__sm);
}

/* ===　section--compressor === */
.btnFlip,
a.btnFlip,
button.btnFlip {
	position: relative;
	display: inline-block;
	font-size: 1rem;
	font-weight:bold;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color:var(--color-blue);
	border-radius: 0.5rem;
	padding: 1rem 2rem;
}

a.btn-3d-flip {
	display: grid;
	grid-template-columns: minmax(400px, 460px);
	justify-content: center;
	height: 100%;
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

a.btn-3d-flip:hover .btn-3d-flip-box {
	-webkit-transform: translateY(-50%) rotateX(90deg);
	transform: translateY(-50%) rotateX(90deg);
}

a.btn-3d-flip.btn-3d-flip2:hover .btn-3d-flip-box2 {
  -webkit-transform: translateX(-50%) rotateY(-90deg);
  transform: translateX(-50%) rotateY(-90deg);
}

.btn-3d-flip-box {
	position: relative;
	display: grid;
	grid-template-columns: minmax(400px, 480px);
	justify-content: center;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.btn-3d-flip-box2 {
	position: relative;
	display: grid;
	grid-template-columns: minmax(400px, 460px);
	justify-content: center;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.btn-3d-flip-box-face {
	display: block;
	position: relative;
	width: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: solid 2px #8e8e8e;
	padding: 1rem;
}

.btn-3d-flip-box-face--front {
	background: #fff;
}

.btn-3d-flip-box-face--back {
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translateY(-1px) rotateX(-90deg);
	transform: translateY(-1px) rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	background:var(--color-blue);
}

.btn-3d-flip-box-face--front2 {
	color: #000;
	border: 2px solid #000;
	background: #fff;
}

.btn-3d-flip-box-face--back2 {
	position: absolute;
	top: 0;left: 100%;
	-webkit-transform: translateX(-1px) rotateY(90deg);
	transform: translateX(-1px) rotateY(90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	border: 2px solid #000;
	background: #000;
	font-weight:var(--font-weight-bold);
}

.img--link__compressor {
    position: relative; 
    overflow: hidden; 
    display: inline-block; 
    cursor: pointer;
}

.img--link__compressor::after {
    content: 'VIEW MORE \00a0 »'; 
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size:var(--font-size-link);
    font-weight:var(--font-weight-bold);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(10px);
    pointer-events: none;
    padding-left: 1rem;
}

.img--link__compressor:hover::after {
    opacity: 1;
    transform: translateY(0);
    padding-left: 2.5rem; 
}

.img--link__compressor img {
	display: block;
    transition: all 0.6s ease;
}

.img--link__compressor:hover img {
    transform: scale(1.05);
    opacity:0.9;
}

.auto-change--img__box {
    position: relative;
	display:flex;
	justify-content:flex-end;
	overflow: hidden;
}

.auto-change--img__first {
    position: relative; 
    width: 100%;
    height: auto;
    z-index: 1;
    animation: cross-fade-1 8s infinite ease-in-out;
}

.auto-change--img__second {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    animation: cross-fade-2 8s infinite ease-in-out;
}

/* ====　section--concrete-chipper === */
.hatsuri--linkBtn__white > a {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 10px 20px; 
    display: inline-block;  
    transition: all 0.3s;  
}

.hatsuri--linkBtn__white > a:hover {
    background-color: #fff;
    color: #333;
}
/* ====　section--service-and-products === */
.is-layout-grid.product--grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 200px)) !important;
    justify-content: center;
}

.lcl {
	display: flex;
	overflow: hidden;
	background: transparent;
	max-width:var(--container-form);
	margin:0 auto;
}

.lcl-menu {
	display:flex;
	flex-direction:column;
    justify-content: space-evenly;
    width: 63.3%;
    margin-left: 3.3%;
	gap:2em;
}

.lcl-menu__item {
	position:relative;
	display:flex;
	width:auto;
	align-items:center;
	cursor: pointer;
	opacity: 0.7;
	transition: 0.8s;
}

.lcl-menu__item:hover,
.lcl-menu__item.active {
	opacity: 1;
}

.lcl-menu__item::before {
	content: "";
	display: block;
	width: 0.25em;
	height: 0.25em;
	background-color: #fff;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	transition: all 0.5s ease;
	opacity: 0.2;
}

.lcl-menu__item:hover::before,
.lcl-menu__item.active::before {
	width: 0.5em;
	height: 0.5em;
	margin-left: 1rem;
	opacity: 1;
}

.lcl-menu__item a {
	display: block;
	color: inherit;
	font-size:var(--font-size-link);
    font-weight:var(--font-weight-bold);
	text-decoration: none;
	margin-left: 1rem;
}

.lcl-content {
	position: relative;
	flex-grow: 1;
	height:33.3vh;
}

.lcl-panel { 
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.6s ease;
	pointer-events: none;
}

.lcl-panel.active {
	opacity: 1;
	pointer-events: auto;
}

#compressor .lcl-panel__bg {
	background-image: url("/wp-content/uploads/2026/03/menuList-01_compressor.png");
}

#hatsuri .lcl-panel__bg {
	background-image: url("/wp-content/uploads/2026/03/menuList-02_hatsuri.png");
}

#orderMade .lcl-panel__bg {
	background-image: url("/wp-content/uploads/2026/03/menuList-03_ordermade.png");
}

#maintenance .lcl-panel__bg {
	background-image: url("/wp-content/uploads/2026/03/menuList-04_maintenance.png");
}

.lcl-panel__bg {
	position: absolute;
	inset: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: brightness(0.85);
}

.lcl-panel__title {
	position: absolute;
	bottom: 0;
	right: 0;
	width:fit-content;
	font-size:0.8rem;
	color: #fff;
}

/* =========================================　section--resale ========================================= */
.p-resale {
	background-image: url('/wp-content/uploads/2026/03/bgImg-resale.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#resale .ttl--vartical-line::before {
    background-color: #ff4949;
}

.box p {
	font-weight:var(--font-weight-bold);
	font-size:1.5rem;
	animation: flash 2s infinite;
}

.box,
.box > * ,
.box--small__01 > *,
.box--small__02 > *,
.box--small__03 > * {
	position: relative;
	z-index: 2;
}

.box,
.box--small__01,
.box--small__02,
.box--small__03 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease;
	background-color:transparent;
}

.box::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background-size: cover;
	background-position: center;
	transition: filter .5s ease, transform .5s ease;
	filter: brightness(0.75);
}

.box::after {
	content: "";
	z-index: 1;
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.3);
	transition: background 0.5s ease;
}

.box:hover::before {
  filter: blur(6px);
  transform: scale(1.05);
}

.box:hover::after {
  background: rgba(0,0,0,0.6);
}

.box-xl {
	position: relative;
	display: block;
	overflow: hidden;
	grid-column: span 2;
	grid-row: span 2;
}

.box-wide,
.box-wide__02 {
	grid-column: span 2;
}

.box.box-xl > a > p {
	margin:0;
}

.box-xl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: filter 0.3s ease;
	filter: brightness(0.4);
}

.box-xl:hover img {
	filter: brightness(1.1);
}

.box::before,
.box--small__01::before,
.box--small__02::before,
.box--small__03::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
	background-color:transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: filter 0.5s ease, transform 0.5s ease;
}

.resale-img--grid .box {
	position: relative;
	z-index: 2;
	background: rgba(255,255,255,0.05);
	backdrop-filter: blur(5px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease;
	padding: 3rem 1rem ;
}

.resale-img--grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(3, 1fr);
	height: auto;
	gap: 0.5rem;
	overflow: hidden;
	background: #d21111b5;
	padding: 1rem;
}

.resale-img--word,
.resale-img--grid p {
	font-size:var(--font-size-link-l);
	font-weight:var(--font-weight-light);
}

.resale-img--word {
	color:#aaaaaa;
}

.resale-img--grid__h,
.resale-img--grid p {
	color: #fff;
	font-weight:var(--font-weight-bold);
	font-size:var(--font-size-link-l);
	line-height:1.5;
	margin:0!important;
}

.resale-img--grid a {
	position: relative;
	text-decoration: none;
	color: #fff;
	font-weight:var(--font-weight-light);
}

.resale-img--grid a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}

.resale-img--grid a:hover::after {
	width: 100%;
}

.box-xl::before {
	background-image: url("/wp-content/uploads/2026/03/section-resale-bg01.png");
}

.box-wide::before {
	background-image:url("/wp-content/uploads/2026/03/section-resale-bg02.png");
}

.box--small__01::before {
	background-image: url("/wp-content/uploads/2026/03/section-resale-bg03.png");
}

.box-wide.wide__2::before {
	background-image:url("/wp-content/uploads/2026/03/section-resale-bg04.png");
}

.box--small__02::before {
  background-image: url("/wp-content/uploads/2026/03/bgImg-section-company.png");
}

.box--small__03::before {
	background-image: url("/wp-content/uploads/2026/03/section-resale-bg05.png");
}

.box:hover::after {
	background: rgba(0,0,0,0.6);
}

.instagram-media {
	max-width: 350px !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.giant-typo {
	position: absolute;
	z-index: 0;
	bottom:-15%;
	left: -40%;
	transform: translateX(10%);
	font-size: 10em;
	font-weight: 100;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	white-space: nowrap;
	pointer-events: none;
	background: rgb(255 255 255 / 0.2);
  -webkit-background-clip: text;
  color: transparent;
}
/* ===　section--company >> p.hero--text === */
/* =========================================　section--contact ========================================= */
a.btn-c.__contact,
a.btn-c span.__contact,
a.btn-c.__contact:hover {
  background: var(--color-blue);;
}

a.btn-c.__contact {
  box-shadow: 0 5px 0 #15348c;
}

a.btn-c.__contact:hover {
  box-shadow: 0 2px 0 #15348c;
}

.p-contact-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin-top: 40px;
	width: 100%;
}

.p-contact-btn {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:var(--font-size-link);
	text-decoration: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 0;
	overflow: hidden;
	transition: all 0.3s ease;
	padding: 0.5rem;
}

.p-contact-btn:hover {
	color: #fff;
}

.p-contact-btn:hover::before {
	left: 0;
}

.p-contact-btn--main,
.p-contact-btn--tel,
.p-contact-btn--ins {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.p-contact-btn::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	content: "";
	background-color:var(--color-blue);
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* .p-contact-btn__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: auto;
	margin-right: 12px;
} */

.p-contact-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(24px, 4vw, 40px); 
    aspect-ratio: 1 / 1; 
    margin-right: clamp(8px, 1.5vw, 16px);
}

.p-contact-btn__icon img,
.p-contact-btn__icon svg {
	width: 100%;
	height: auto;
	object-fit: contain;
	fill: currentColor;
}
/* =========================================　section--banner-link ========================================= */
.banner-grid {
	margin:0 auto;
}

.banner-grid a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	transition: all 0.3s ease;
	overflow: hidden;
}

.banner-grid a img,
.img--hover a img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.4s ease;
}

.banner-grid a:hover img,
.img--hover a:hover img {
	filter: grayscale(0%) contrast(1);
	transform: scale(1.1);
	cursor:pointer;
}

.banner-grid a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	pointer-events: none;
}

.banner-grid a:hover::after {
	background-color: rgba(0, 0, 0, 0);
}

/* --- top-page-banner-link --- */
.banner-grid__hatsuri {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center
	align-items:center;
	gap: 0.5rem;
	width: 100%;
	height: auto;
	margin: 2rem auto 0;
	padding: 0;
}

.banner-grid__hatsuri a,
.banner-grid a {
	display: block;
}

.banner-grid__hatsuri img,
.banner-grid img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover; 
}

.banner-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	justify-content: center;
	align-items:center;
	gap: 0.5rem;
	width: 100%;
	height: auto;
	margin: 2rem auto 0;
	padding: 0;
}

.grid-banner-item {
	position: relative;
	display: block;
	width: 33.3%;
	overflow: hidden;
	border-radius: 2px;
	margin:0 auto;
}

.banner-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: transform 0.5s ease;
}

.grid-banner-item:hover .banner-image img {
	transform: scale(1.1);
}

.banner-overlay {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 0, 0.7);
	padding: 1rem;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.4s ease;
}

.grid-banner-item:hover .banner-overlay {
	opacity: 1;
	transform: translateY(0);
}

#banner-link {
	background-color:#000;
	padding-bottom:0!important;
}
/* =========================================　common-parts--header,footer, ========================================= */
.footer-main>* {
    margin-top: 1em;
}

/* =========================================　common-parts ========================================= */
.section--compressor,
.section--product,
.section--resale,
.section--company,
.section--contact {
	padding:var(--section-space)!important;
}

.section--compressor h2,
.section--product h2,
.section--resale h2,
.section--company h2,
.section--contact h2 {
	font-size: var(--font-size-h2);
}

.section--compressor h3,
.section--product h3,
.section--resale h3,
.section--company h3,
.section--contact h3  {
	font-size:var(--font-size-h3);
	padding-left:1rem;
}

.section-title {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	overflow: hidden;
}

.ttl--vertical-line::after {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #333;
}

.section-title__text {
	display:inline-block;
	transform:translateX(-100%);
	transition:0.5s;
}

.section-title.active .section-title__text {
	font-size: var(--font-size-h3__fade);
 	transform:translateX(0);
	letter-spacing:var(--letter-spacing-tight);
	padding-left:1rem;
}

.section-title__text--p {
	font-size:var(--font-size-h3__child);
	font-weight:var(--font-weight-bold);
	margin-top:0;
	margin-bottom:var(--title-bottom);
	padding-left:1rem;
}

.section-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 200%;
	height: 100%;
	background: #000;
	z-index: 2;
	transition: transform 0.8s ease;
	padding:0;
}

.section-title.active::before {
	transform: translateX(100%);
}

.section-title.active {
	padding:0;
}

.section-title__text:t {
	position: relative;
	z-index: 3;
	color: white;
	mix-blend-mode: difference;
	padding:0.5rem!important;
}

.section-title--bottom {
	font-size:var(--font-size-l);
}

.typewriter,
.under-h {
    font-size:var(--font-size-l);
    font-weight:var(--font-weight-bold);
	margin-bottom: var(--title-bottom);
}

.typewriter .line {
    display: inline-block;
    background: #fff;
    color: #000;
    margin-bottom: 2rem;
	padding: 0 1rem;
}

.typewriter .line.finished::after {
    content: "";
}

.typewriter .line::after {
    content: "│";
    margin-left: 2px;
    animation: 1s ease 0s infinite normal none running blink;
}

.typewriter .line:nth-of-type(2) {
    margin-left: 1rem;
}

.section__loopWrap-bottom,
.siteview--form {
	padding-top:var(--section-space)!important;
	padding-bottom:var(--section-space)!important;
}

.loop-wrap {
	margin-bottom:0;
}

.loop-track {
	display: flex;
	width: fit-content;
	animation: loop-text 25s linear infinite;
}

.loop-track span {
	white-space: nowrap;
	font-size:var(--font-size-sm);
	font-weight:var(--font-weight-bold);
	padding-right: 2em;
}
/* =========================================　page--compressor ========================================= */
/* =========================================　page--concrete-chipper ========================================= */
/* =========================================　page--service-and-products ========================================= */
.product--type {
	display:inline-block;
	font-weight:var(--font-weight-bold);
	font-size:var(--font-size-read__sm);
	background-color:#fff;
	color:#000;
	padding:0.25rem 0.5rem;
}

.product--grid .wp-block-group, 
.product--grid {
    border-top: none ;
    border-right: none ;
    border-bottom: 1px solid #d9d9d9 ;
    border-left: 1px solid #d9d9d9 ;
    width: 100%;
    padding: 10px ;
}

.product--grid img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product--grid .wp-block-image figcaption {
    color: #fff;
	font-size:var(--font-size-read__sm);
    text-align: center; 
    margin-top: 5px;
}

/* >>>　page--order-made >>> */
h3.order-made--title {
	margin-top: 1rem;
}

p.page--read.order-made--catch {
    margin-bottom: 1rem;
}

/* >>>　page--maintenance >>> */
#post-244 h3.maintenance--list__title {
    display: inline-block;
    padding: 0.5rem;
}
/* >>>　page--resale >>> */
.box.box-xl > a {
	width:100%;
}

.btn,
a.btn,
button.btn {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0.5rem;
}

a.btn-c {
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	  -webkit-box-shadow: 0 5px 0 #0631a5;
	box-shadow: 0 5px 0 #0631a5;
	padding: 1.5rem 2rem 1.5rem 5rem;
}

a.btn-c span {
	display: inline-block;
	font-size: 1.4rem;
	width: 100%;
	color:#fd5949;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 0.5em;
	padding: 0.2rem 0.5rem;
}

a.btn-c::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1.5rem;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #fff;
	clip-path: polygon(30% 0%, 100% 50%, 30% 100%, 10% 80%, 65% 50%, 10% 20%);
	color: #fff;
	transition: all 0.3s;
}

a.btn-c:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #fff;
	background: background: background: linear-gradient(45deg,#fdf497 0%,#fd5949 35%,#d6249f 55%,#285aeb 80%,#285aeb 100%);
	  -webkit-box-shadow: 0 2px 0 #0631a5;
	box-shadow: 0 2px 0 #0631a5;
}

a.btn-c:hover:before {
	left: 2rem;
}

/* >>>　page--company >>> */
.company-list {
	display: grid;
	grid-template-columns: 220px 1fr;
	row-gap: 24px;
	column-gap: 40px;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.company-list dt,
.company-list._access dt {
	font-weight: 700;
	color: #fff;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.company-list dd,
.company-list._access dd {
	margin: 0;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e5e5e5;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.company-list dd:last-of-type {
	border-bottom: none;
}

.company-list._access {
	display: grid;
	grid-template-columns: inherit;
	font-size: clamp(1rem, 2vw, 1rem);
}
/* >>>　page--contact >>> */
.form--wrap {
	max-width: 1000px;
	margin: 60px auto;
	padding: 0 clamp(1rem, 4vw, 2rem);
}

#wpcf7-f53-p248-o1 > form > p:nth-child(10) > input {
	background-color: var(--color-blue);
	width: 100%;
	transition: all .3s ease;
	cursor: pointer;
	margin-top:1rem;
}

#wpcf7-f53-p248-o1 > form > p:nth-child(10) > input:hover {
	filter: brightness(1.25);
	transform: translateY(-4px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}

.page-id-3 {
	background-color: #000;
	color: #fff;
}

#post-3 header > figure {
	display:flex;
	justify-content:center;
}
/* <<<　page--contact <<< */

/* >>>　responsive-tab (max-width: 1024px) >>> */
@media screen and (max-width: 1024px) {
.auto-change--img__box {
        display: flex;
        flex-direction: column;
        gap: 10px;
}

.auto-change--img__first,
.auto-change--img__second {
	position: static;
	width: 100%;
	height: auto;
	opacity: 1 !important; 
	animation: none !important;
}	
	
.auto-change--img__second {
	margin-top:0.75rem;
}
	
.img--link__compressor::after {
	opacity: 0.7; 
	transform: translateY(0); 
	font-weight:500;
}	
	
.banner-grid {
	grid-template-columns: repeat(3, 1fr);
}
	
.p-contact-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	width: 100%;
	gap: 10px;
}

.siteview--form {
	width: 100%;
	padding: 0 10px;
}

.p-banner-link {
	padding-top:0!important;
}

.footer-main {
	padding:0!important;
}	
}
/* >>>　responsive-ハンバーガー表示 (max-width: 1000px) >>> */
@media (max-width: 1000px){
.global-nav__toggle {
	display: block;
	cursor: pointer;
}
	
.global-nav {
	width:100%;
	height:max-content;
	background-color: #5d0000f2;
	font-size:1rem;
	font-weight:bold;
	margin-right:0;
	margin-left:auto;
}	
	
#menu-item-920 {
	display:inline-block;
	margin-top:3rem;
}	
}
/* >>>　responsive-sp (max-width: 767px) >>> */
@media screen and (max-width: 767px) {
.ystdb-section__video-background {
	display: block;
	width: 100%;
	max-width: 66.6vh;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin: 0 auto; 
}
	
.contact-call {
    top: auto;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 100%;
	padding-bottom: calc(0 + env(safe-area-inset-bottom));
}

.contact-call__tel {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing:0.1rem;
	line-height:1.4;
}

.contact-call__link {
    width: 100%;
    border-radius: 0; 
    text-align:center;
	background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
	padding: 0 0 0.75rem;
}
	
.contact-call__time,
.contact-call__off {
	text-align:center;
	font-size: 0.85rem;
	font-weight: 500;
	margin-top:0;
	margin-bottom:0;
}			
	
.pcbr,
.pc-only {
	display: none;
}

.spbr,
.sp-only {
	display:inline;
}	

.typewriter .line {
	margin-bottom:1rem;
}	
	
.is-layout-grid.product--grid {
	grid-template-columns: repeat(2, minmax(0, 150px)) !important;
	gap: 10px; 
}

.resale-img--grid > .box--small__03,
.resale-img--grid > .box--small__04 {
    display: none !important; 
}
	
.p-hero__text,
.p-company__text {
	font-size:var(--font-size-body-l);
}
	
.typewriter .line {
    display: inline-block;
    margin-bottom: 1rem;
	padding: 0 0.25rem;
}	

.typewriter {
	letter-spacing:-0.03rem;
}
	
.typewriter .line:nth-of-type(2) {
    margin-left: 0rem;
}		

.typewriter,
.under-h {
    font-size:var(--font-size-sm);
    font-weight: 500;
}
	
.wp-block-group.grid-products {
	grid-template-columns: repeat(2, 1fr);
}

.page-ordermade-tank.wp-block-image img {
	position: absolute;
	width: auto;
    height: 20vh;
    right: 0;
    bottom: -25%;
	aspect-ratio: inherit;
}

.company-list,
.company-list._access {
	display: grid;
	row-gap: 0;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.company-list dt
.company-list._access dt {
	font-weight: 700;
	color: #fff;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
}
	
.banner-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5rem;
	margin-bottom:0;
}

.banner-grid__hatsuri {
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	margin-bottom:0;
}

.siteview--form {
	width: 90vw;
    padding: 0;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.siteview--form label {
    display: block;
    margin-bottom: 20px;
    font-size: clamp(1.125rem, 2vw, 1.25rem); 
}

.siteview--form input[type="text"],
.siteview--form input[type="email"],
.siteview--form input[type="tel"],
.siteview--form textarea {
    width: 100%;
    padding: 15px;
    font-size: 1.125rem;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.siteview--form input[type="submit"] {
    display: block;
    width: 100%;
    margin: 40px auto 0;
    padding: 20px;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.siteview--form input[type="submit"]:hover {
    background-color: #0056b3;
}

.p-contact-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	gap: 15px;
}

.p-contact-btn {
	width: 90%;
}

.img--switch {
    flex-direction: column;
    align-items: center;
	margin-bottom:0.5rem;
}

.img--switch > *:nth-child(2) {
  margin-top:0.5rem;
}

.img--switch img {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    width: 100%;
    height: auto;
}	
	
.lcl-menu__item {
	width:auto;
    font-size: 1rem;
	display:flex;
	align-content:center;
}

.l-img-align {
    justify-content: center;
}

.company-list {
    grid-template-columns: 1fr;
}

.company-list dt {
    font-size: 0.9rem;
    color: #fff;
}

.company-list dd {
    padding-bottom: 16px;
}

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

.service-list li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.8;
}

.service-list li::before {
	content: "・";
	position: absolute;
	left: 0;
}

.table-company {
	width:auto;
}	
	
.map-sp	{
	display:block;
}
	
.fixed-footer-nav {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0; 
    width: 100%;
    padding: 0;
}
	
.sp-horizon {
   display: flex;
   gap: 10px;
}

.sp-horizon img {
   width: 100%;
   height: auto;
}

.sp-horizon > * {
    flex: 1;
}

.footer-main>* {
    margin-top: 0;
}

.footer-main {
	width:auto;
	height:10vh;
	margin-bottom:120px;
}
	
input{
    width: 66%;	
}
	
.resale-img--grid {
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: auto; 
	padding: 0.5rem;           
}
 
.box-xl {
    grid-column: span 2;
    grid-row: span 1;  
}

.box-wide {
    grid-column: span 2;
}

.resale-img--grid::before {
    background-size:calc(100% / 2)auto;
}

.giant-typo {
    font-size: 10vw;
    bottom: -5%;
}
	
.btnFlip,
a.btnFlip,
button.btnFlip {
	font-size: 0.85rem;
	padding: 0.5rem 1rem;
}	
	
a.btn-3d-flip {
	position: relative;
	display: grid;
	grid-template-columns: minmax(min(200px, 90vw), 300px);
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.btn-3d-flip-box {
	position: relative;
	display: grid;
	grid-template-columns: minmax(min(200px, 90vw), 300px);
	justify-content: center;
	width: 100%;
	height: 100%;
}

.btn-3d-flip-box2 {
	position: relative;
	display: grid;
	grid-template-columns: minmax(min(200px, 90vw), 300px);
	justify-content: center;
	width: 100%;
	height: 100%;
}
	
.lcl-menu {
	display:flex;
	flex-direction:column;
    justify-content: space-evenly;
    width: 68%;
    margin-left: 2%;
	gap:1.5em;    
}		
}

.fixed-footer-nav {
	position: fixed;
	top: 90px; 
	right: 30px; 
	z-index: 10000;
	width: auto;
}

.contact-call-sp {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	background-color: #fe0000b0;
	color: #000;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	font-family: sans-serif;
	box-shadow: 0 4px 20px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
	padding: 10px 25px;
}

.contact-call-sp__icon::after {
	content: ":";
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 8px;
}

.contact-call-sp__icon,
.contact-call-sp__tel {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

.contact-call-sp__icon {
	font-size: 2rem;
}

.contact-call-sp__tel {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
}

.contact-call-sp__info {
	display: block; 
	width: 100%;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 6px; 
	opacity: 0.9;
	letter-spacing: 0.02em;
}

.contact-call-sp:hover {
	background-color: #fe0000;
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(0,0,0,0.2);
}

.banner-text {
	color: #fff;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.fa-position-right {
	margin-left: 0.5em;
}

.p-compressor::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100.5%;
	background: linear-gradient(180deg, rgb(0, 0, 0) 3.25%, rgba(255, 255, 255, 0) 7.5%);
	pointer-events: none;
}

.products__name {
	font-size: var(--font-size-body-l);
	margin-top: -2rem;
}

.wp-block-group.grid-products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.products__name {
	margin-top:-2rem;
}

.resale-img--grid .box {
	position: relative;
	z-index: 2;
	padding: 2rem 0;
}
/* --- section-company--- */
.p-company {
	background-image: url('/wp-content/uploads/2026/03/bgImg-section-company.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}

/* --- sectionxxxxx--- */
.p-contact {
	background-image: url('/wp-content/uploads/2026/03/section-resale-bg03.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 1.0);
	background-blend-mode: darken;
}

.pcbr {
	display:inline;
}

.spbr {
	display:none;
}
}
/* >>>　animation >>> */
@keyframes cross-fade-1 {
    0%, 45% {
        opacity: 1;
        z-index: 2;
}
    55%, 95% {
        opacity: 0;
        z-index: 1;
}
    100% {
        opacity: 1;
        z-index: 2;
}
}

@keyframes cross-fade-2 {
    0%, 45% {
        opacity: 0;
        z-index: 1;
}
    50%, 95% {
        opacity: 1;
        z-index: 2;
}
    100% {
        opacity: 0;
        z-index: 1;
}
}

@keyframes loop-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
}
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0);
}
}

@keyframes flash {
    0% { opacity: 1;
}  
    50% { opacity: 0.3;
} 
    100% { opacity: 1;
}
}
