@charset "utf-8";
/*
Theme Name: morooka-us
Author: BASARA
Author URI: 
Version: 3.0
*/

:root {
    --black:#1A1311;    /* 「MOROOKA」ロゴの黒 */
    --red:#DC000C;      /* 「MOROOKA」ロゴの赤 */

    --h-height:140px;     /* header の高さ */
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    backface-visibility: hidden;
}

html{ margin:0; padding:0; scroll-behavior:smooth;}

body {
    /* font-family: "Open Sans","Noto Sans","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif; */
    /* font-family:"Open Sans","Noto Sans",sans-serif; */
    font-family:"Open Sans",sans-serif;
    color: #1A1311;
    font-size: 16px;
    line-height: 1.8;
    word-break:break-all;
    word-break: break-word;
    margin: 0;
    padding: 0;
}

div, p, ul, ul li, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style:none;
	box-sizing:border-box;
}
img, video, object {
    max-width: 100%;
    height: auto;
    border: none;
}
img{ image-rendering: -webkit-optimize-contrast; vertical-align: bottom;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
    font-family:"Poppins";
	font-size: 100%;
	line-height: 1.5;
}

a:link {color:currentColor; text-decoration: none; }
a:visited { color:currentColor;}
a:hover { opacity:0.75;}
a[href^="tel:"] { text-decoration:none; pointer-events:none ; text-emphasis: none !important;}
a[href^="fax:"] { text-decoration:none; pointer-events:none ;}
a[href=""] { cursor:auto;}
a[href=""]:hover { opacity:1;}

.pc{display: inherit;}
.tb{display: none;}
.sp{display: none;}

[id] { scroll-margin-top:2em;}

@media only screen and (max-width:820px){
    .pc {display:none;}
    .tb {display:block;}
    .sp {display:none;}

    iframe {
        margin-block:2em;
    }
}
@media only screen and (max-width:468px){
    body {font-size: 15px; min-width: 375px;}
    a[href^="tel:"] { text-decoration:underline; pointer-events:auto;}
    .pc {display:none;}
    .tb {display:none;}
    .sp {display:block;}
}

/* =========================================================================================
Layout
=========================================================================================*/
#wrapper{
    position:relative;
    margin:0;
    padding:0;
}
#container{
    margin:var(--h-height) auto 0;
    /* max-width:1920px; */
    /* overflow:hidden; */
    overflow:clip;
}
article{
    background: #FFF;
}
section{
    margin-block:100px;
    padding-left: 30px;
    padding-right: 30px;
}
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position:relative;
    box-sizing:border-box;
}
@media only screen and (max-width:980px){

}
@media only screen and (max-width:820px){
    :root {
        --h-height:80px;
    }
    section {
        margin-block:50px;
    }
}
@media only screen and (max-width:468px){

}

/*flex-item*/
.flex-box{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.flex-column{ display: flex; flex-direction: column; justify-content: space-between; }

/*bg*/
.bg_beige{ background: #f9f6ea; }
.bg_green{ background: #E0EFE1; }
.bg_white{ background: #FFF; }

/*target*/
.entry-content a[target="_blank"] {
    padding-right: 1.5em;
    background: url(images/common/icon_link.svg) no-repeat right;
}

/*note*/
.entry-content ul.note{
    list-style: none;
}
.entry-content ul.note.center{
    width: fit-content;
    margin: auto;
}
.entry-content ul.note li{
    padding-left: 0.25em;
}
.entry-content ul.note li:before{
    content: "※";
    margin-right: 0.5em;
    background: none;
    top: 0.2em;
    left: -1.0em;
}

/*wave*/
.wave-top::before,
.wave-bottom::after{
    content: "";
    position: absolute;
    background-repeat: repeat-x;
    background-size: contain;
    width: 100vw;
    height: 190px;
    z-index: 10;
    /*要素を突き抜ける*/
    margin-left: -30px;
    margin-right: -30px;
}
.wave-top::before{ top: -90px; }
.wave-bottom::after{ bottom: -90px; }

.wave-white.wave-top::before , .wave-white.wave-bottom::after { background-image: url(images/common/wave_line_w.png)}
.wave-beige.wave-top::before , .wave-beige.wave-bottom::after { background-image: url(images/common/wave_line_b.png)}
.wave-green.wave-top::before , .wave-green.wave-bottom::after { background-image: url(images/common/wave_line_g.png)}

@media only screen and (max-width:820px){
}
@media only screen and (max-width:468px){
    section{ padding-left: 20px; padding-right: 20px; }
}

/* ========== split_banner ========== */
.split_banner {
    --split-red-width:30px;
    --overlay-width:100px;
    --angle-range:180px;

    position:relative;
    margin-block:160px;
    width:100%;
    aspect-ratio:12/5;
}
.split_banner img { width:auto; height:100%;}

.split_banner :where(.img, .box) { position:absolute;}
.split_banner .img {
    background-color:var(--black);
    height:100%;
    left:0;
}
.split_banner .box {
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    background-color:var(--black);
    width:calc(50% + var(--overlay-width) + var(--split-red-width));
    height:100%;
    padding-left:275px;
    color:#fff;
    clip-path:polygon(
        var(--angle-range) 0,
        100% 0,
        100% 100%,
        0 100%
    );
    right:0;
}
.split_banner .box:before {
    content:"";
    position:absolute;
    display:block;
    width:calc(var(--split-red-width) + var(--angle-range));
    height:100%;
    background-color:var(--red);
    clip-path:polygon(
        var(--angle-range) 0,
        100% 0,
        calc(100% - var(--angle-range)) 100%,
        0 100%
    );
    inset:0 auto auto 0;
}
.split_banner .box h3 {
    position:relative;
    font-size:50px;
    text-align:unset;
    line-height:1.2;
    margin:0 0 1em;
    padding:0 0 10px;
}
.split_banner .box h3:before {
    content:"";
    position:absolute;
    display:block;
    width:1em;
    aspect-ratio:50/8;
    background-color:var(--red);
    inset:100% auto auto 0;
}
.split_banner .box .text { font-size:17px; margin-bottom:2.5em;}
.split_banner a[target="_blank"] { padding:20px; background:#fff;}

/* ----- reverse ----- */
.split_banner.reverse .img { left:auto; right:0;}
.split_banner.reverse .box {
    padding-inline:0 275px;
    right:auto;
    left:0;
    clip-path:polygon(
        0 0,
        100% 0,
        calc(100% - var(--angle-range)) 100%,
        0 100%
    );
}
.split_banner.reverse .box:before { inset:0 0 auto auto;}

/* split_banner_sub */
.split_banner_sub {
    display:grid;
    grid-template-columns:56% 44%;
}
.split_banner_sub .img img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.split_banner_sub .box {
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:end;
    background-color:var(--black);
    padding-left:5px;
    padding-bottom:1em;
}
.split_banner_sub .box:before {
    content:"";
    position:absolute;
    display:block;
    height:100%;
    aspect-ratio:21/50;
    inset:0 100% auto auto;
    background:url(images/split_banner/split_outside_sub.svg) no-repeat center / auto 100%;
}
.split_banner_sub .box h3 {
    position:relative;
    margin-bottom:1em;
    padding-bottom:0.25em;
    font-family:"Poppins";
    font-size:2.5em;
    line-height:1;
    color:#fff;
}
.split_banner_sub .box h3:before {
    content:"";
    position:absolute;
    display:block;
    width:1.25em;
    aspect-ratio:50/8;
    background-color:var(--red);
    inset:100% auto auto 0;
}



/* ----- split_area ----- */
.split_area { display:grid; gap:30px;}
.split_area .split_banner { margin:0;}

/* --- column_2 --- */
.split_area.column_2 { grid-template-columns:repeat(2, 1fr);}
.split_area.column_2 .split_banner {
    --split-red-width:15px;
    --overlay-width:50px;
    --angle-range:90px;
}
.split_area.column_2 .split_banner .box { padding-left:115px;}
.split_area.column_2 .split_banner .box h3 { margin-bottom:0.75em; font-size:40px; line-height:1;}


.post-type-archive-products .split_banner .box { padding-right:140px;}

/* parts, service */
:where(.page-id-116, .page-id-118) .split_banner { margin-block:100px;}
:where(.page-id-116, .page-id-118) div:nth-child(1 of .split_banner) .box { padding-right:100px;}
:where(.page-id-116, .page-id-118) div:nth-child(2 of .split_banner) .box { padding-left:100px;}
:where(.page-id-116, .page-id-118) div:nth-child(3 of .split_banner) .box { padding-right:140px;}

@media only screen and (max-width:820px){
    .split_banner {
        display:flex;
        flex-direction:column-reverse;
        margin-block:80px;
        aspect-ratio:auto;
    }
    .split_banner :where(.img, .box) {
        position:relative;
    }
    .split_banner .box {
        width:100%;
        padding:50px 5%;
        clip-path:none;
        border-bottom:solid 5px var(--red);
    }
    .split_banner .box:before {
        content:none;
    }
    .split_banner .box h3 {
        font-size:32.5px;
    }
    .split_banner .box .text {
        margin-bottom:1.5em;
        font-size:14px;
    }
    .split_banner img {
        width:100%;
        height:auto;
    }

    .post-type-archive-products .split_banner .box {
        padding:50px 5%;
    }
    /* reverse */
    .split_banner.reverse .box {
        padding-inline:5%;
        clip-path:none;
    }

    /* parts, service */
    :is(.page-id-116, .page-id-118) div.split_banner .box {
        padding-inline:5%;
    }

    /* split_area */
    .split_area {
        gap:5vw;
        margin-top:5vw;
    }
    .split_area.column_2 {
        grid-template-columns:auto;
    }
    .split_banner_sub .box {
        padding-bottom:0;
    }
    .split_banner_sub .box h3 {
        font-size:1.75em;
        margin-bottom:0.75em;
    }
    .split_banner_sub .btn {
        justify-content:start;
    }
    .split_banner_sub .btn a {
        --h:30px;
        min-width:90%;
        font-size:11px;
        padding-inline:10px;
    }
}
@media only screen and (max-width:468px){

}



/* =========================================================================================
Btn
=========================================================================================*/
.btn { 
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 10px 0;
}
.btn.left { justify-content:start;}
.btn.right { justify-content:end;}
.btn a {
    --h:45px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0 20px;
    padding-inline:20px;
    min-width:200px;
    height:var(--h);
    text-align:center;
    font-size:17px;
    font-weight:bold;
    line-height:2;
    color:var(--black);
    background-color:#fff;
    border:solid 1px var(--black);
    border-radius:var(--h);
}
.btn a:after {
    content:"";
    display:block;
    width:7px;
    aspect-ratio:1/1;
    background-color:var(--red);
    border-radius:50%;
}
.btn a:hover {text-decoration: none; opacity: 0.8; transition:0.3s;}
.btn a[href=""]:hover { opacity:1;}

.btn.white a{ color: #000; background: #FFF; border: 1px solid #000;}
.btn.white a::after{ background: url(images/common/arrow_right.svg) no-repeat; }

.btn.green a{ color: #FFF; background: green;}
.btn.green a::after{ background: url(images/common/arrow_right.svg) no-repeat; }

.btn.blue a{ color: #FFF; background: blue;}
.btn.blue a::after{ background: url(images/common/arrow_right.svg) no-repeat; }


@media only screen and (max-width:820px){
    .btn a {
        min-width: 100%;
        font-size:15px;
    }
}
@media only screen and (max-width:468px){
}


/* =========================================================================================
Header
=========================================================================================*/

#header {
    --header-transition:0.3s ease-out;
    --h-top-height:40px;
    /* --h-bottom-height:calc(var(--h-height) - var(--h-top-height)); */
    --h-bottom-height:
        calc(
            var(--h-height) - 
            var(--h-top-height) - 
            var(--h-bottom-border-top-width) - 
            var(--h-bottom-border-bottom-width)
        );
    --h-bottom-border-top-width:8px;
    --h-bottom-border-bottom-width:4px;

    position:fixed;
    inset:0 auto auto 0;
    width:100%;
    height:var(--h-height);
    z-index:100;
}

#header .header_wrap_sp { display:none;}
/* ========== .h_top ========== */
#header .h_top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#fff;
    background-color:var(--black);
    height:var(--h-top-height);
}
#header .h_top .h_catch {
    font-size:15px;
    font-weight:bold;
    /* padding-left:80px; */
    padding-left:clamp(1.5rem, -4.739rem + 12.174vi, 5rem);   /* width:820-1280px  32-80px */
}
#header .h_top .h_catch + div{
    position:relative;
    font-size:14px;
    font-weight:500;
    height:100%;
}
#header .h_top .icon {
    position:relative;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:0 5px;
    /* padding:0 20px; */
    padding:0 clamp(0.625rem, -0.489rem + 2.174vi, 1.25rem);    /* width:820-1280px  10-20px */
    height:40px;
}
#header .h_top .icon:before {
    content:"";
    display:block;
    width:16px;
    aspect-ratio:1/1;
    background:url() no-repeat center / contain;
}
#header .h_top .icon_doc:before { background-image:url(images/common/icon_doc.svg);}
#header .h_top .icon_gear:before { background-image:url(images/common/icon_gear.svg);}
#header .h_top .icon_land:before { background-image:url(images/common/icon_land.svg);}
/* #header .h_top .icon_lang:before { background-image:url(images/common/icon_lang.svg);} */

/* #header .h_top .icon_lang { background-color:#D1D0CF; color:var(--black);} */

#header .h_top .lang {
    --width:136px;

    display:inline-flex;
    align-items:center;
    width:fit-content;
    height:100%;
    cursor:pointer;
    vertical-align:top;
}
#header .h_top .lang .front {
    pointer-events:none;
}
#header .h_top .lang .front span {
    position:absolute;
    inset:0 0 auto auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    background-color:#D1D0CF;
    width:var(--width);
    height:100%;
    color:var(--black);
    font-weight:bold;
}
#header .h_top .lang .front span:before {
    content:"";
    display:block;
    width:16px;
    aspect-ratio:1/1;
    background:url(images/common/icon_lang.svg) no-repeat center / contain;
}
#google_language_translator {
    height:var(--h-top-height);
}
#google_language_translator select.goog-te-combo {
    width:var(--width);
    height:var(--h-top-height)!important;
    margin:0;
}


@media only screen and (max-width:820px){
    #google_language_translator {
        height:100%;
    }
    #google_language_translator select.goog-te-combo {
        width:100%;
        height:100%;
    }
}


/* ==========.h_bottom ========== */
#header .h_bottom {

    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:var(--h-bottom-height);
    background-color:#fff;
    border-top:solid var(--h-bottom-border-top-width) var(--red);
    border-bottom:solid var(--h-bottom-border-bottom-width) var(--black);
    box-sizing:content-box;
}
#header .h_bottom .logo {
    display:block;
    height:45%;
    /* margin-left:70px; */
    margin-left:clamp(1.313rem, -4.147rem + 10.652vi, 4.375rem);   /* width:820-1280px  28-70px */
}
#header .h_bottom .logo img { height:100%;}
#header .h_bottom .g_nav { display:flex; align-items:center;}
#header .h_bottom .g_nav > :where(.g_nav_links, a) {
    font-size:clamp(0.938rem, 0.715rem + 0.435vi, 1.063rem);    /* width:820-1280px  15-17px */
    font-weight:bold;
    color:var(--black);
    padding-block:calc((var(--h-bottom-height) - 1lh) / 2);
    padding-inline:clamp(0.75rem, -1.255rem + 3.913vi, 1.875rem);   /* width:820-1280px  12-30px */
    word-break:keep-all;
    transition:color var(--header-transition);
}
#header .h_bottom .g_nav > :where(.g_nav_links, a):hover { color:var(--red);}
#header .h_bottom .g_nav_links {
    position:relative;
    padding-right:clamp(1.125rem, -1.883rem + 5.87vi, 2.813rem);    /* width:820-1280px  18-45px */
    cursor:default;
}
#header .h_bottom .g_nav_links:before,
#header .h_bottom .g_nav_links:after {
    content:"";
    position:absolute;
    display:block;
    width:8px;
    aspect-ratio:8/6;
}
#header .h_bottom .g_nav_links:before {
    background-color:var(--black);
    clip-path:polygon(50% 0, 100% 100%,0 100%);
    inset:auto auto 0 50%;
    translate:-50% 0;
    opacity:0;
    transition:opacity var(--header-transition);
}
#header .h_bottom .g_nav_links:after {
    background-color:currentColor;
    clip-path:polygon(0 0, 100% 0, 50% 100%);
    inset:50% clamp(0.75rem, -1.255rem + 3.913vi, 1.875rem) auto auto;
    translate:0 -50%;
}
#header .h_bottom .g_nav_links:hover:before,
#header .h_bottom .g_nav_links:has(+ .sub_menu:hover):before { opacity:1;}
#header .h_bottom .g_nav_links:hover + .sub_menu,
#header .h_bottom .sub_menu:hover { z-index:10; opacity:1; pointer-events:auto;}


#header .h_bottom .search-box {
    background:url(images/common/icon_search_circle_black.svg) no-repeat center / 30px auto;
    padding-block:calc(var(--h-bottom-height) / 2);
    padding-inline:60px 40px;
    cursor:pointer;
}
#header .h_bottom .search-box_menu {
    position:absolute;
    inset:100% auto auto 0;
    display:flex;
    justify-content:end;
    align-items:center;
    width:100%;
    padding-block:60px;
    background-color:var(--black);
    z-index:-1;
    opacity:0;
    pointer-events:none;
    transition:
        z-index var(--header-transition),
        opacity var(--header-transition);
}
#header .h_bottom .search-box_menu .seach-box_title {
    align-self:center;
    margin-right:1.38em;
    font-family:"Poppins";
    font-size:36px;
    font-weight:bold;
    line-height:1;
    color:#696969;
}
#header .h_bottom .search-box_menu form { display:flex; align-items:stretch; margin-inline:50px 130px;}
#header .h_bottom .search-box_menu input[type="text"] {
    width:425px;
    padding:7.5px 30px;
    background-color:#fff;
    font-size:17px;
    font-weight:bold;
}
#header .h_bottom .search-box_menu input[type="text"]::placeholder { color:#D1D0CF;}
#header .h_bottom .search-box_menu input[type="submit"] {
    display:block;
    width:100px;
    background:
        url(images/common/icon_search.svg) no-repeat center / 20.5px auto,
        #DC000C no-repeat center / 100% 100%;
    border-radius:0 23px 23px 0;
    color:transparent;
}
#header .h_bottom .search-box:hover + .search-box_menu,
#header .h_bottom .search-box_menu:hover { opacity:1; z-index:10; pointer-events:auto;}


#header .h_bottom .sub_menu {
    position:absolute;
    inset:100% auto auto 0;
    width:100%;
    padding-block:60px;
    background-color:var(--black);
    pointer-events:none;
    z-index:-1;
    opacity:0;
    transition:
        z-index var(--header-transition),
        opacity var(--header-transition);
}
#header .h_bottom .sub_menu dl {
    display:flex;
    flex-wrap:wrap;
    gap:10px 0;
    max-width:880px;
    margin-inline:auto calc((100% - 1200px) / 2);
}
#header .h_bottom .sub_menu dl + dl { margin-top:45px;}
#header .h_bottom .sub_menu dt {
    width:100%;
    color:#696969;
    font-family:"Poppins";
    font-size:36px;
    font-weight:bold;
    line-height:1.6;
}
#header .h_bottom .sub_menu dd { width:25%; padding-right:1em;}
#header .h_bottom .sub_menu dd.double { width:50%;}
#header .h_bottom .sub_menu :where(dt, dd) a {
    display:block;
    width:fit-content;
    color:#fff;
    transition:color var(--header-transition);
}
#header .h_bottom .sub_menu :where(dt, dd) a:hover { color:var(--red); opacity:1;}
#header .h_bottom .sub_menu dt a {
    position:relative;
    padding-right:35px;
    background:url(images/common/icon_arrow.svg) no-repeat center right / 25px auto;
    transition:
        color var(--header-transition),
        background-image var(--header-transition);
}
#header .h_bottom .sub_menu dt a:hover { background-image:url(images/common/icon_arrow_red.svg);}
#header .h_bottom .sub_menu dd a { line-height:1.5;}

/* parts */
/* #header .h_bottom .sub_menu dl.parts { gap:10px 87.5px;}
#header .h_bottom .sub_menu dl.parts dd { width:auto;} */
#header .h_bottom .sub_menu dl.parts dd { width:50%;} 

/* service */
#header .h_bottom .sub_menu dl.service dd { width:50%;}

/* about */
#header .h_bottom .sub_menu dl.about { justify-content:space-between;}
#header .h_bottom .sub_menu dl.about dd { width:auto;}


/* ========== h_sp ========== */
#header .h_sp {
    --h_sp-transition:0.3s ease-out;

    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-flow:row-reverse;
    width:100%;
    height:var(--h-height);
    padding-inline:25px;
    background-color:#fff;

    transition:background-color var(--h_sp-transition);
}
#header .h_sp .menu_btn {
    position:relative;
    width:36px;
    aspect-ratio:36/28;
    cursor:pointer;
}
#header .h_sp .menu_btn span {
    position:absolute;
    display:block;
    width:100%;
    aspect-ratio:36/4;
    background-color:var(--black);
    inset-inline:auto;

    transition:all var(--h_sp-transition);
}
#header .h_sp .menu_btn span:nth-child(1) { inset-block:0 auto;}
#header .h_sp .menu_btn span:nth-child(2) { inset-block:50% auto; translate:0 -50%;}
#header .h_sp .menu_btn span:nth-child(3) { inset-block:auto 0;}
#header .h_sp .h_sp_logo {
    display:block;
    height:60%;
    aspect-ratio:160 / 47.5;
    background:url(images/common/logo_sp_black.png) no-repeat center left / contain;

    transition:background-image var(--h_sp-transition);
}


/* ===== slide_menu ===== */
#header .h_sp .slide_menu {
    position:fixed;
    inset:0 auto auto 0;
    width:100%;
    height:100dvh;
    padding:calc(var(--h-height) + 1em) 1em 0;
    background-color:var(--black);
    color:#fff;
    translate:100% 0;
    overflow:hidden auto;
    z-index:-1;

    transition:translate var(--h_sp-transition);
}

#header .h_sp .slide_menu dl :where(dt, dd) { padding-inline:0.5em; line-height:1.35;}
#header .h_sp .slide_menu dl dt {
    border-block:solid 1px #fff;
    padding-block:1em;
    font-size:20px;
    font-weight:bold;
}
#header .h_sp .slide_menu dl dt.sub_menu_btn { position:relative;}
#header .h_sp .slide_menu dl dt.sub_menu_btn:after {
    content:"";
    position:absolute;
    display:block;
    width:9px;
    aspect-ratio:9/12;
    background-color:#fff;
    clip-path:polygon(0 0, 100% 50%, 0 100%);
    inset:50% 1em auto auto;
    translate:0 -50%;
}
#header .h_sp .slide_menu dl dt + dt {
    border-top:none;
}
#header .h_sp .slide_menu dl dd {
    margin-block:30px;
    font-size:17px;
}

#header .h_sp .slide_menu .sns {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0 1em;
    padding-block:30px;
    border-top:solid 1px #fff;
}
#header .h_sp .slide_menu .sns a {
    display:block;
    width:auto;
    height:30px;
}
#header .h_sp .slide_menu .sns a[href=""] {
    display:none;
}
#header .h_sp .slide_menu .sns a img { width:auto; height:100%;}

#header .h_sp .slide_menu .lang {
    position:relative;
    width:100%;
    height:45px;
}
#header .h_sp .slide_menu .lang > span {
    position:absolute;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    width:100%;
    height:100%;
    line-height:1.3;
    font-weight:600;
    background-color:#D1D0CF;
    color:var(--black);
    pointer-events:none;
    z-index:1;
}
#header .h_sp .slide_menu .lang > span:before {
    content:"";
    display:block;
    width:1lh;
    aspect-ratio:1/1;
    background:url(images/common/icon_lang.svg) no-repeat center / contain;
}


#header .h_sp .slide_menu .search {
    position:relative;
    width:100%;
    margin-block:30px;
}
#header .h_sp .slide_menu .search .seach-box_title { display:none;}
#header .h_sp .slide_menu .search input[type="text"] {
    width:100%;
    height:55px;
    border:solid 1px #D1D0CF;
    padding-inline:1em;
    color:#fff;
}
#header .h_sp .slide_menu .search input[type="text"]::placeholder { font-weight:bold;}
#header .h_sp .slide_menu .search input[type="submit"] {
    position:absolute;
    inset:50% 1em auto auto;
    translate:0 -50%;
    color:transparent;
    width:30px;
    aspect-ratio:1/1;
    background:url(images/common/icon_search_circle_white.svg) no-repeat center / contain;
}

#header .h_sp .slide_menu .other {
    width:100vw;
    margin-left:-1em;
    padding-block:30px 60px;
    padding-inline:1em;
    background-color:#000;
}
#header .h_sp .slide_menu .other ul {
    display:flex;
    justify-content:center;
}
#header .h_sp .slide_menu .other ul li {
    position:relative;
    font-weight:bold;
    padding-inline:2.5em;
}
#header .h_sp .slide_menu .other ul li + li:before {
    content:"";
    position:absolute;
    display:block;
    width:1px;
    height:20px;
    background-color:#fff;
    inset:50% auto auto 0;
    translate:-50% -50%;
}
#header .h_sp .slide_menu .other .copy { margin-top:30px; font-size:0.85em; text-align:center;}



#header .h_sp .sub_menu {
    position:fixed;
    padding:calc(var(--h-height) + 1em) 1em 60px;
    width:100%;
    height:100svh;
    background-color:var(--black);
    inset:0 auto auto 0;
    translate:100% 0;
    overflow:hidden auto;
    transition:all var(--h_sp-transition);
    z-index:2;
}
#header .h_sp .sub_menu .back {
    margin:20px auto 20px 0.5em;
    font-size:18px;
    font-weight:bold;
}
#header .h_sp .sub_menu .back:before {
    content:"";
    display:inline-block;
    margin-right:10px;
    width:9px;
    aspect-ratio:9/12;
    background-color:#fff;
    clip-path:polygon(0 50%, 100% 0, 100% 100%);
}
#header .h_sp .sub_menu dl { display:none;}


/* ---------- clicked (body.sp_menu_open) ---------- */
body.sp_menu_open { height:100vh; overflow:hidden;}
body.sp_menu_open #header .h_sp { background-color:var(--black);}
body.sp_menu_open #header .h_sp .h_sp_logo { background-image:url(images/common/logo_sp_white.png);}
body.sp_menu_open #header .menu_btn span { background-color:#fff;}
body.sp_menu_open #header .menu_btn span:nth-child(1) { inset-block:50% auto; translate:0 -50%; rotate:45deg;}
body.sp_menu_open #header .menu_btn span:nth-child(2) { background-color:transparent;}
body.sp_menu_open #header .menu_btn span:nth-child(3) { inset-block:auto 50%; translate:0 50%; rotate:-45deg;}

body.sp_menu_open #header .slide_menu { translate:0 0;}

#header .slide_menu:has(.sub_menu_btn.open) { overflow:hidden;}

/* ---------- clicked (sub_menu_btn.open) ---------- */
#header .h_sp .sub_menu_btn.open ~ .sub_menu { translate:0 0; overscroll-behavior:contain;}
/* PRODUCT → TYPE, FIELD, Morooka at Site */
#header .h_sp .sub_menu_btn.product.open ~ .sub_menu :where(.type, .field, .morooka_at_site) { display:block;}
/* PARTS / SERVICE → PARTS, SERVICE */
#header .h_sp .sub_menu_btn.parts.open ~ .sub_menu :where(.parts, .service) { display:block;}
/* ABOUT US → ABOUT US */
#header .h_sp .sub_menu_btn.about.open ~ .sub_menu .about { display:block;}





@media only screen and (max-width:1280px){
    #header .h_bottom .g_nav > :where(.g_nav_links, a) {
        width:min-content;
    }
    #header .h_bottom .g_nav > :where(.g_nav_links, a):has(wbr) {
        padding-block:calc((var(--h-bottom-height) - 2lh) / 2);
    }
    #header .h_bottom .sub_menu dl {
        margin-inline:auto;
        padding-inline:1em;
    }
    #header .h_bottom .search-box_menu form { margin-inline:auto;}
}

@media only screen and (max-width:980px){
    #header {
        /* height: 60px; */
        padding:0;
        background: #FFF;
    }
    #header .inner{
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 5px;
    }
    #header .logo{
        /* padding-left: 20px; */
    }
    #header .logo a img{
        width: 150px;
    }
    /* HAMBURGER MENU */
    .openbtn{
        position:fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 68px;
        height:60px;
        background: #000 url(images/common/menu_btn.svg) no-repeat center;
        background-size: 35px 35px !important;
    }
    .openbtn.active {
        background: #000 url(images/common/menu_close.svg) no-repeat center;
        transform: 0.3s;
    }
    #header #g-navi-area{
        position:fixed;
        z-index: 99;
        top:0;
        right: -120%;
        width: 350px !important;
        height: 100vh;
        background: #000;
        transition: all 0.5s;
        display: initial;
        float: none;
        border-radius: 0;
        padding: 50px;
    }
    #header #g-navi-area.panelactive{/*アクティブクラスがついたら位置を0に*/
        right: 0;
    }
    #header #g-navi-area a{
        color: #FFF !important;
    }
    #header #g-navi-area a:hover{
        text-decoration: none !important;
        opacity: 0.8 !important;
        transition: 0.3s !important;
    }
    #header #g-navi-area.panelactive #g-navi-list{/*ナビの数が増えた場合縦スクロール*/
        z-index: 999; 
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #header #g-navi ul {
        width: 100%;
        flex-direction: column;
        align-items: start;
        justify-content: left;
        position: relative;
        z-index: 999;
        padding: 0;
        margin: auto;
        margin-bottom: 1.0em;
    }
    #header #g-navi ul li{
        text-align: left;
        font-size: 1.25em;
    }
    #header .btn{
        display: block;
    }
    #header .btn a{
        display: block;
        min-width: 100%;
        border: 1px solid #FFF;
        margin: 2.0em 0;
    }
    #header #g-navi-sp{
        display: block;
        width: 100%;
    }
    #header #g-navi-sp ul{
        display: flex;
        flex-wrap: wrap;
        gap: 10px 5px;
        justify-content: left;
    }
    #header #g-navi-sp li {
        width: calc( (100% - 15px) / 2 );
        font-size: 1.0em; 
        padding-left: 0.9em ; 
        position: relative;
    }
    #header #g-navi-sp li::before {
        content: "\25CF";
        color: #FFF;
        font-size: 50%;
        position: absolute;
        left: 0;
        top: 1.1em;
    }
    #header #g-navi-sp li a{
        padding: 0;
    }
}
@media only screen and (max-width:820px){
    #header .header_wrap_pc { display:none;}
    #header .header_wrap_sp { display:block;}
}
@media only screen and (max-width:468px){
    #header #g-navi-area{ right: -150%; width: 100% !important; padding: 20px; }
    #header #g-navi ul { width: 95%; }
    #header .btn { min-width: 100%; }
}

/* =========================================================================================
Footer
=========================================================================================*/
#footer {
    --footer-transition:0.3s ease-out;

    padding-block:100px;
    background-color:var(--black);
    color:#fff;
}
#footer .f_wrap {
    display:flex;
    align-items:start;
    justify-content:space-between;
    gap:0 20px;
    /* width:1200px; */
    max-width:1200px;
    margin-inline:auto;
    padding-inline:1em;
}

/* ========== .f_corp ========== */
#footer .f_corp { font-size:14px;}
#footer .f_corp .sns {
    display:flex;
    gap:15px;
    margin-top:32.5px;
    height:24px;
}
#footer .f_corp .sns a {
    display:block;
    width:auto;
    height:100%;
    background:url() no-repeat center / 100% auto;
    transition:background-image var(--footer-transition);
}
#footer .f_corp .sns a[href=""] { display:none;}
#footer .f_corp .sns a.facebook { aspect-ratio:1/1; background-image:url(images/common/sns_facebook.svg);}
#footer .f_corp .sns a.linkedin { aspect-ratio:1/1; background-image:url(images/common/sns_linkedin.svg);}
#footer .f_corp .sns a.youtube { aspect-ratio:30/24; background-image:url(images/common/sns_youtube.svg);}
#footer .f_corp .sns a.facebook:hover { background-image:url(images/common/sns_facebook_color.svg); opacity:1;}
#footer .f_corp .sns a.linkedin:hover { background-image:url(images/common/sns_linkedin_color.svg); opacity:1;}
#footer .f_corp .sns a.youtube:hover { background-image:url(images/common/sns_youtube_color.svg); opacity:1;}
#footer .f_corp .icons {
    display:flex;
    flex-direction:column;
    align-items:start;
    gap:20px;
    margin-top:40px;
}
#footer .f_corp .icon {
    position:relative;
    padding-left:18px;
    line-height:1.35;
}
#footer .f_corp .icon:before {
    content:"";
    position:absolute;
    inset:auto auto 50% 0;
    translate:0 50%;
    display:block;
    width:13px;
    height:1lh;
    background:url() no-repeat center / 100% auto;
}
#footer .f_corp .icon_land:before { background-image:url(images/common/icon_land.svg);}
#footer .f_corp .icon_doc:before { background-image:url(images/common/icon_doc.svg);}
#footer .f_corp .icon_gear:before { background-image:url(images/common/icon_gear.svg);}
#footer .f_corp .copy { margin-top:50px; line-height:2.28;}

/* ========== .f_nav ========== */
#footer .f_nav {
    display:flex;
    /* gap:0 80px; */
    gap:0 clamp(1.5rem, -4.739rem + 12.174vi, 5rem);    /* width:820-1280px  24-80px */
}
#footer .f_nav li {
    font-size:14px;
    line-height:1.5;
}
#footer .f_nav li a { display:block;}
#footer .f_nav li a + a { margin-top:0.5em;}
#footer .f_nav li .large { font-size:16px; font-weight:bold; line-height:1.375; margin-bottom:1.25em;}
#footer .f_nav li * + .large { margin-top:2.75em;}
#footer .f_nav li .line { position:relative; z-index:0;}
#footer .f_nav li .line span { padding-right:1em; background-color:var(--black);}
#footer .f_nav li .line span:before {
    content:"";
    position:absolute;
    display:block;
    width:100%;
    height:1px;
    background-color:#fff;
    inset:auto auto 50% 0;
    translate:0 50%;
    z-index:-1;
}
#footer .f_nav li:nth-of-type(1) :nth-child(1 of .line) { margin-block:1.5em 1em;}
#footer .f_nav li:nth-of-type(1) :nth-child(2 of .line) { margin-block:2.215em 1em;}



@media only screen and (max-width:820px){
    #footer { position:relative; padding-block:85px 45px;}
    #footer .f_wrap { justify-content:center;}
    #footer .f_corp :is(.logo, .sns, .icons) { display:none;}
    #footer .f_corp .copy { margin:0; font-size:0.9em;}
    #footer .f_nav { display:none;}
}
@media only screen and (max-width:468px){
    #footer .inner { flex-wrap: wrap ; align-items: center; justify-content: center; }
    #footer .inner .address { width: 100%; }
}

/* =========================================================================================
Page Top
=========================================================================================*/
#page-top {
    position: fixed;
    z-index: 10;
    inset:auto 30px 30px auto;
}
#page-top a {
    display: block;
    text-decoration: none;
    width:34px;
    aspect-ratio:1/1;
    border:solid 1px #fff;
    background-color:var(--black);
}
#page-top a:before {
    content:"";
    position:absolute;
    display:block;
    width:8px;
    aspect-ratio:8/6;
    background-color:#fff;
    clip-path:polygon(50% 0, 100% 100%, 0 100%);
    inset:50% auto auto 50%;
    translate:-50% -50%;
}
#page-top a:hover{ opacity: 0.7;}

@media only screen and (max-width:820px){
    #page-top { position:absolute; inset:0 auto auto 0;}
    #page-top a {
        width:100vw;
        height:40px;
        aspect-ratio:unset;
        border:none;
        background-color:#6E6E6E;
    }
    #page-top a:before { width:12px;}
}
@media only screen and (max-width:468px){

}


/* =========================================================================================
Breadcrumbs
=========================================================================================*/
.breadcrumbs{
    color: #000;
    font-size:14px;
    font-weight:bold;
    /* padding: 0 0 40px; */
    margin-block:100px;
}
.archive .breadcrumbs .inner{
    max-width: 1200px;
}
.breadcrumbs , .breadcrumbs a {
    color: #000;
    position: relative;
}
.breadcrumbs a {
    margin-right:3em;
    border-bottom:solid 2px #000;
}
/* .breadcrumbs a.home::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	width: 13px;
	height: 12px;
	transform: translateY(-50%);
	background: url(images/common/icon_home.svg) no-repeat;
	background-size: 100%;
} */
.breadcrumbs a::after{
	content: "";
	position: absolute;
    display:block;
    inset:50% auto auto calc(100% + 1.5em);
	width: 8px;
	aspect-ratio:1/1;
	border-right:solid 2px #000;
    border-bottom:solid 2px #000;
    rotate:-45deg;
    translate:-50% -50%;
}
@media only screen and (max-width:820px){
    .breadcrumbs{ display: none; }
}
@media only screen and (max-width:468px){

}


/* =========================================================================================
Post list
=========================================================================================*/
.post-list{
    /* border-top: 1px solid #000;
    border-bottom: 1px solid #000; */
    padding: 30px 0;
}
.post-list ul{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.post-list ul li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    padding: 1.0em 0;
    gap: 10px 20px;
}
.post-list ul li:last-child{
    border-bottom: none;
}
.post-list ul li .thumbnail { text-align:center;}
/* .post-list ul li .thumbnail{
    position: relative;
}
.post-list ul li .thumbnail img{
    object-fit:contain;
    aspect-ratio:5/4;
    width: 100%;
}
.post-list ul li .thumbnail .new{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
    font-size: small;
    background: #000;
    padding: 2px 10px 0;
} */

.post-list ul li img{
    object-fit:contain;
    aspect-ratio:5/4;
    width:70%;
}
.post-list ul li .new{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #FFF;
    font-size: small;
    background: #000;
    padding: 2px 10px 0;
}
.post-list .title{
    font-size: 1.25em;
    font-weight: bold;
}
.post-list .title a{
    color: #000;
}
.post-list .title a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.post-list ul li .date{
    width:100px;
}
.post-list ul li .cat{
    font-size: 0.8em;
    width:100px;
    height: auto;
}
.post-list ul li .cat a {
    display: block;
    text-align: center;
    padding: 0.25em;
    background: #CCC;
}
.post-list ul li .tag{
    padding: 10px 0;
    display: flex;
    align-items: start;
    justify-content: left;
    flex-wrap: wrap;
    gap:10px;
}
.post-list ul li .tag .icon{
    font-size: 0.8em;
    height: auto;
    text-align: center;
    display: inline-block;
    padding: 0.25em 1.0em 0.2em;
    border: 1px solid #CCC;
    background: #CCC;
}

/* card */
.post-list.card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    gap: 30px;
}
.post-list.card li{
    padding: 1.0em;
    width: calc( ( 100% - 60px ) / 3 );
    display:block;
}
.post-list.card li a {
    display:flex;
    flex-direction:column;
    align-items:center;
}
.post-list.card li h4 {
    position:relative;
    width:fit-content;
    margin-top:1em;
    padding-left:16px;
    font-size:26px;
    font-weight:bold;
}
.post-list.card li h4:before {
    content:"";
    display:block;
    position:absolute;
    inset:0.5lh auto auto 0;
    width:6px;
    aspect-ratio:6/8;
    background-color:var(--red);
    clip-path:polygon(0 0, 100% 50%, 0 100%);
    translate:0 -50%;
}

@media only screen and (max-width:820px){
    .post-list ul li .date{ width:auto; }
    .post-list ul li .title{ width: 100% }
    .post-list ul li img { width:100%;}
    /* card */
    .post-list.card ul {
        --column-gap:5vw;
        justify-content:center;
        gap:7.5vw var(--column-gap);
    }
    .post-list.card li {
        width:calc((100% - var(--column-gap)) / 2);
        padding:0;
    }
    .post-list.card li h4 {
        margin-top:0.5em;
        padding-left:0.75em;
        font-size:18px;
    }
    .post-list.card li h4:before {
        width:5px;
    }
}
@media only screen and (max-width:468px){

}

/* banner */
.post-list.banner { border:none;}
.post-list.banner ul {
    --column-gap:90px;

    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:66px var(--column-gap);
    position:relative;
}
.post-list.banner ul:before,
.post-list.banner ul:after {
    --pos:calc((100% - (var(--column-gap) * 2)) / 3 + var(--column-gap) / 2);

    content:"";
    position:absolute;
    display:block;
    width:1px;
    height:100%;
    background-color:#D6D6D6;
}
.post-list.banner ul:before { inset:0 auto auto var(--pos);}
.post-list.banner ul:after { inset:0 var(--pos) auto auto;}

.post-list.banner li { padding:0;}
.post-list.banner img { width:100%; aspect-ratio:34/12; object-fit:cover;}
.post-list.banner h4 { position:relative; margin-top:1em; font-size:20px;}
.post-list.banner h4:after {
    content:"";
    position:absolute;
    display:block;
    width:7px;
    aspect-ratio:1/1;
    border-radius:50%;
    background-color:var(--red);
    inset:0.5lh 10px auto auto;
    translate:0 -50%;
}


@media only screen and (max-width:820px){
    .post-list.banner ul {
        grid-template-columns:auto;
        gap:2.5em 0;
    }
    .post-list.banner ul:before, .post-list.banner ul:after {
        content:none;
    }
    .post-list.banner h4 {
        font-size:18px;
        margin-top:0.5em;
    }
    .post-list.banner h4:after {
        width:6px;
    }
}
@media only screen and (max-width:468px){

}



/* split */
.post-list.split { border:none;}
.post-list.split ul { position:relative; z-index:0;}
.post-list.split li { 
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    align-items:end;
    gap:0;
    padding:0;
}
.post-list.split li + li { margin-top:100px;}
.post-list.split img {
    width:100%;
    height:auto;
    aspect-ratio:60/38;
    object-fit:cover;
}
.post-list.split h3 {
    position:relative;
    margin-bottom:30px;
    padding-bottom:10px;
    font-size:2.5em;
    line-height:1.2;
}
.post-list.split h3:before {
    content:"";
    position:absolute;
    display:block;
    width:1.25em;
    aspect-ratio:50/8;
    background-color:var(--red);
    inset:100% auto auto 0;
}
.post-list.split h3 span { display:block;}
.post-list.split .split_box {
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:initial;
    min-height:65%;
    padding-block:25px;
    padding-inline:0 60px;
    background-color:var(--black);
    color:#fff;
}
.post-list.split .split_box:before {
    content:"";
    position:absolute;
    display:block;
    height:100%;
    aspect-ratio:105/250;
    background:url(images/split_banner/split_outside.svg) no-repeat center / contain;
    inset-block:auto 0;
    inset-inline:auto calc(100% - 1px);
}
/* 最後の要素を基準として、偶数個目の要素 */
.post-list.split li:nth-last-child(even) { direction:rtl;}
.post-list.split li:nth-last-child(even) .split_box:before { rotate:180deg;}

/* 背景の破線処理 */
.post-list.split ul:before {
    content:"";
    position:absolute;
    display:block;
    width:10px;
    height:calc(100% - 380px);
    background:
        repeating-linear-gradient(
            to bottom,
            var(--black) 0,
            var(--black) 10px,
            transparent 10px,
            transparent 20px
        );
        inset:auto 25% 0 auto;
    z-index:-1;
}


@media only screen and (max-width:820px){
    .post-list.split ul:before {
        inset-inline:auto 50%;
        translate:50% 0;
    }
    .post-list.split li {
        grid-template-columns:1fr;
        grid-template-rows:repeat(2, auto);
    }
    .post-list.split li + li {
        margin-top:75px;
    }
    .post-list.split .split_box {
        border-top:solid 5px var(--red);
        padding:5%;
    }
    .post-list.split .split_box:before {
        content:none;
    }
    .post-list.split h3 {
        font-size:1.75em;
        margin-bottom:1em;
        padding-bottom:0.25em;
    }
    .post-list.split h3:before {
        width:1em;
    }
    .post-list.split h3 span {
        display:inline;
    }
    
}
@media only screen and (max-width:468px){

}



/* search */
.search .post-list { border:none;}
.search .post-list ul li { flex-direction:column; align-items:start; gap:30px; padding:0;}
.search .post-list ul li + li { margin-top:4.375em;}
.search .post-list .title { font-size:2.5em;}

@media only screen and (max-width:820px){
    .search .post-list ul li {
        gap:15px;
    }
    .search .post-list ul li + li {
        margin-top:3em;
    }
    .search .post-list .title {
        font-size:2em;
    }
}
@media only screen and (max-width:468px){

}

/* =========================================================================================
Archive-Page
=========================================================================================*/
.archive .post-list{
    border-top:none;
    border-bottom:none;
    padding:0;
}


/*pagination*/
.pagination{ padding: 50px 0 0; }
.pagination .page-numbers{ display: flex; align-items: center; gap: 20px; }
.pagination .page-numbers li{ margin: 0; }

.pagination .page-numbers li :is(a, span, .current)  {
    display:grid;
    place-items:center;
    width:50px;
    aspect-ratio:1/1;
    color:#fff;
    font-size:17px;
    font-weight:bold;
}
.pagination .page-numbers li :where(a, span) { background-color:var(--black);}
.pagination .page-numbers li .current { background-color:var(--red);}

.pagination .page-numbers li :is(.prev, .next) { color: #000; background: #FFF;}
.pagination .page-numbers li .prev { margin-right:10px;}
.pagination .page-numbers li .next { margin-left:10px;}
.pagination .page-numbers li img{ width: 0.75em; }


@media only screen and (max-width:820px){
    .pagination .page-numbers {
        gap:15px;
    }
    .pagination .page-numbers li :is(a, span, .current) {
        width:40px;
        font-size:15px;
    }
    .pagination .page-numbers li :is(.prev, .next) {
        margin-inline:0;
    }
}
@media only screen and (max-width:468px){

}

/* =========================================================================================
Single-Page
=========================================================================================*/
.single .entry-header{
    padding: 30px;
    margin-bottom: 50px;
}
.single .entry-header h2{
    margin-top: 15px;
    line-height: 1.4;
}
.single .entry-header .data{
    display: inline-block;
    text-align: left;
    width:auto;
    padding: 3px 20px 0 0;
}
.single .entry-header .cat,
.single .entry-header .tag{
    padding: 10px 0;
    display: flex;
    align-items: start;
    justify-content: left;
    flex-wrap: wrap;
    gap:5px;
}
.single .entry-header .cat .icon,
.single .entry-header .tag .icon{ 
    font-size: 0.9em;
    height: auto;
    text-align: center;
    display: inline-block;
    padding: 0.25em 1.0em 0.2em;
    border: 1px solid #CCC;
    background: #CCC;
    border-radius: 50px;
}
.single .entry-header .cat a{ 
    color: #FFF;
}

.single .single-navi {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}
    .single .single-navi div:nth-child(2) {
        border-left: 1px solid #000;
    }
    .single .single-navi .prev-navi,
    .single .single-navi .next-navi{
            width: auto;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-size: 15px;
        }
    .single .single-navi .prev-navi{
            text-align: left;
            background-image: url(images/common/arrow_left.svg);
            background-position: left;
        }
        .single .single-navi .prev-navi a{padding: 0 2.0em 0 2.0em;}

    .single .single-navi .next-navi{
            text-align: right;
            background-image: url(images/common/arrow_right.svg);
            background-position: right;
        }
        .single .single-navi .next-navi a{padding: 0 2.0em 0 2.0em;}



@media only screen and (max-width:820px){

}
@media only screen and (max-width:468px){

}

/* ========== single-products ========== */
.single-products .contents > article {
    display:grid;
    grid-template-columns:1fr 2fr;
}
.single-products .product-contents {
    margin-bottom:0;
    padding-inline:10%;
}
.single-products .product-contents > * {
    display:none;
    scroll-margin-top:calc(var(--h-height) + 100px);
}
.single-products .product-contents > *.active { display:block;}


/* ---------- side-menu ---------- */
.single-products .side-menu {
    display:flex;
    flex-direction:row-reverse;
    padding-right:60px;
    background-color:var(--black);
}
.single-products .side-menu ul {
    position:sticky;
    top:var(--h-height);
    right:0;
    width:fit-content;
    height:fit-content;
    padding-block:100px;
    transition:top 0.3s ease-out;

}
.single-products .side-menu a {
    position:relative;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    line-height:2;
    padding-left:0.5em;
    font-family:"Poppins";
}
.single-products .side-menu a[href="#downloads"]:after {
    content:"";
    position:absolute;
    display:block;
    width:1em;
    aspect-ratio:1/1;
    background:url(images/common/icon_download.svg) no-repeat center / contain;
    inset:50% auto auto calc(100% + 10px);
    translate:0 -50%;
}
.single-products .side-menu a:where(:hover, .active) { color:var(--red);}
.single-products .side-menu a:where(:hover, .active):before {
    content:"";
    position:absolute;
    display:block;
    width:6px;
    aspect-ratio:6/8;
    background-color:var(--red);
    clip-path:polygon(
        0 0,
        100% 50%,
        0 100%
    );
    inset:50% auto auto 0;
    translate:0 -50%;
}
.single-products .side-menu a:where(:hover, .active)[href="#downloads"]:after {
    background-image:url(images/common/icon_download_red.svg);
}


@media only screen and (max-width:820px){
    .single-products .product-contents {
        padding-inline:5%;
        margin-bottom:6em;
    }
    .single-products .product-contents > * {
        display:block;
        scroll-margin-top:5em;
    }
    .single-products .product-contents > * + * {
        margin-top:5em;
    }
    .single-products .contents > article {
        display:block;
    }
    .single-products .side-menu {
        display:block;
        padding:0;
    }
    .single-products .side-menu ul {
        position:static;
        display:grid;
        grid-template-columns:repeat(2, 40%);
        justify-content:space-evenly;
        width:100%;
        padding-block:20px;
    }
    .single-products .side-menu li {
        width:fit-content;
    }
    .single-products .side-menu a {
        font-size:17px;
    }
}



/* ---------- Specification ---------- */
#specification {
    position:relative;
}
#specification .specification_btn_list {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    width:180px;
    align-items:center;
    position:absolute;
    inset:auto 0 calc(100% + 20px) auto;
}
#specification .specification_btn_list input[type="radio"] { display:none;}
#specification .specification_btn_list label {
    width:100%;
    padding:0;
    font-size:15px;
    font-weight:bold;
    color:#6E6E6E;
    line-height:2;
    text-align:center;
    cursor:pointer;
    border:solid 1px var(--black);
}
#specification .specification_btn_list label:nth-of-type(1) { border-radius:8px 0 0 8px;}
#specification .specification_btn_list label:nth-of-type(2) { border-radius:0 8px 8px 0;}


/* checked */
#specification .specification_btn_list input:checked + label {
    background-color:var(--black);
    color:#fff;
}
/* クリックした要素と対になっていない方を非表示 */
#specification .specification_btn_list:has(input:nth-of-type(1):checked) ~ table.imperial,
#specification .specification_btn_list:has(input:nth-of-type(2):checked) ~ table.metric { display:none;}

#specification table { border-collapse: collapse;}
#specification table tr { border-top:solid 1px #D6D6D6;}
#specification table tr:last-of-type { border-bottom:solid 1px #D6D6D6;}
#specification table :where(th, td) {
    padding:1em 2.5em;
    line-height:1.8;
}
#specification table th {
    width:35%;
    font-weight:bold;
    text-align:left;
    background-color:#F3EEEA;
}
#specification table tr:has(th:nth-of-type(2)) th:nth-of-type(1) {
    background-color:#d1d1d1;
}
#specification table td {
    width:30%;
    background-color:#fff;
}

@media only screen and (max-width:820px){
    #specification .specification_btn_list {
        position:static;
        margin-inline:auto 0;
    }
    #specification .specification_btn_list label {
        font-size:14px;
    }
    #specification table {
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        height:60vh;
        overflow-y:auto;
        margin-block:1.5em;
    }
    #specification table :is(tbody, tr) {
        display:contents;
    }
    #specification table :is(th, td) {
        display:flex;
        align-items:center;
        width:100%;
        padding:1em 0.75em;
        line-height:1.3;
        border-bottom:solid 1px #d1d1d1;
    }
    #specification table tr:has(th:nth-of-type(2)) th:nth-of-type(1) {
        position:sticky;
        top:0;
        grid-column:1 / -1;
        padding-block:1.25em;
        z-index:1;
    }
    #specification table tr:not(:has(th:nth-of-type(2))) th[rowspan="2"] {
        grid-row:auto / span 2;
    }
}


/* ---------- Downloads ---------- */
#downloads b {
    position:relative;
    display:block;
    margin-bottom:1lh;  
    font-family:"Poppins";
    font-size:50px;
    line-height:1.2;
    text-align:center;
}
#downloads b:before {
    content:"";
    position:absolute;
    display:block;
    width:0.8em;
    aspect-ratio:1/1;
    background:url(images/common/icon_download_red.svg) no-repeat center / contain;
    inset:100% auto auto 50%;
    translate:-50% 0;
}
#downloads a.btn_download {
    --h:45px;

    display:grid;
    place-items:center;
    margin-inline:auto;
    padding-inline:45px;
    min-width:240px;
    width:fit-content;
    height:var(--h);
    background:
        url(images/common/icon_pdf.svg) no-repeat center right 20px / auto 60%,
        var(--red);
    font-weight:bold;
    color:#fff;
    border-radius:var(--h);
}

/* ComingSoon */
#downloads:has(a.btn_download[href*="ComingSoon"]) b {
    visibility:hidden;
}
#downloads:has(a.btn_download[href*="ComingSoon"]) b:before {
    content:"Coming Soon";
    width:fit-content;
    background:none;
    visibility:visible;
    top:0;
}
#downloads a.btn_download[href*="ComingSoon"]{
    display:none;
}


@media only screen and (max-width:820px){
    #downloads b {
        font-size:2.5em;
    }
    #downloads a.btn_download {
        --h:40px;
        min-width:200px;
    }
}

/* =========================================================================================
  Midashi
=========================================================================================*/
.page-header{
    display:flex;
    align-items:center;
    aspect-ratio:192/70;
    background: url(images/h2_default.jpg) no-repeat center / cover;
    position: relative;
}

.post-type-archive-products .page-header { background-image:url(images/archive/product.jpg);}

/* PRODUCT > TYPE */
.tax-products-type .page-header {
    display:block;
    aspect-ratio:unset;
    background:none;
    height:70px;
    padding-block:150px;
}
.tax-products-type .page-header h2 { color:var(--black);}

.term-agriculture .page-header { background-image:url(images/page/fv_agriculture.jpg);}             /* Agriculture */
.term-earthmoving .page-header { background-image:url(images/page/fv_earthmoving.jpg);}             /* Earthmoving */ 
.term-recycle-biomass .page-header { background-image:url(images/page/fv_recycle-biomass.jpg);}     /* Recycle・Biomass */
.term-forestry .page-header { background-image:url(images/page/fv_forestry.jpg);}                   /* Forestry */
.term-utilities .page-header { background-image:url(images/page/fv_utilities.jpg);}                 /* Utilities */

.page-id-3 .page-header { background-image:url(images/page/fv_privacy.jpg);}            /* privacy */
.page-id-22 .page-header { background-image:url(images/page/fv_contact.jpg);}           /* contact */
.page-id-116 .page-header { background-image:url(images/page/fv_parts.jpg);}            /* parts */
.page-id-118 .page-header { background-image:url(images/page/fv_service.jpg);}          /* service */
.page-id-120 .page-header { background-image:url(images/page/fv_regional_info.jpg);}    /* regional_info */
.page-id-125 .page-header { background-image:url(images/page/fv_about_us.jpg);}         /* about_us */
.page-id-127 .page-header { background-image:url(images/page/fv_our_company.jpg);}      /* our_company */
.page-id-129 .page-header { background-image:url(images/page/fv_management_principles.jpg);}    /* management_principles */
.page-id-131 .page-header { background-image:url(images/page/fv_our_history.jpg);}      /* our_history */
.page-id-133 .page-header { background-image:url(images/page/fv_transparency.jpg);}     /* transparency */
.page-id-135 .page-header { background-image:url(images/page/fv_esg_sdgs.jpg);}         /* esg_sdgs */
.page-id-137 .page-header { background-image:url(images/page/fv_sitemap.jpg);}          /* sitemap */
.page-id-294 .page-header { background-image:url(images/page/fv_use_cases.jpg);}        /* use_cases */
.page-id-297 .page-header { background-image:url(images/page/fv_distributor.jpg);}      /* distributor */
.page-id-1224 .page-header { background-image:url(images/page/fv_catalog.jpg);}         /* catalog */
.search .page-header { background-image:url(images/page/fv_search.jpg);}                /* search */
.error404 .page-header { background:var(--black); aspect-ratio:192/40;}

:is(.post-type-archive-applications, .single-applications) .page-header { background-image:url(images/page/fv_applications.jpg);}  /* applications */
:is(.post-type-archive-catalog, .single-catalog) .page-header { background-image:url(images/page/fv_catalog.jpg);}            /* catalog */

@media only screen and (max-width:820px){
    .term-recycle-biomass .page-header { background-image:url(images/page/fv_recycle-biomass_sp.jpg);}  /* Recycle・Biomass */
    .page-id-125 .page-header { background-image:url(images/page/fv_about_us_sp.jpg);}                  /* about_us */
    .search .page-header { background-image:url(images/page/fv_search_sp.jpg);}                         /* search */
}

.single-products .page-header { background-image:url(images/page/fv__single_bg.jpg);}
.single-products .page-header .inner {
    padding-left:2rem;
    z-index:2;
}
.single-products .page-header .header-image {
    position:absolute;
    height:85%;
    right:max(2rem, calc((100% - 1200px) / 2));
    bottom:2vw;
}
.single-products .page-header .header-image img {
    width:100%;
    height:100%;
    object-fit:contain;
}

.page-header h2{
    font-size:70px;
    font-weight:bold;
    color:#fff;
    line-height:1.2;
    text-shadow:4px 4px 6px rgba(0,0,0,0.5);
}
.page-header .sub-title{
    display:block;
    font-size:20px;
    color:var(--red);
    text-shadow:none;
}

@media only screen and (max-width:820px){
    .page-header {
        aspect-ratio:4/3;
    }
    .page-header h2 {
        padding-inline:5%;
        font-size:40px;
    }
    .page-header h2 .sub-title {
        font-size:14px;
    }
    .tax-products-type .page-header {
        height:auto;
        padding-block:50px;
    }

    /* product */
    .single-products .page-header .inner {
        --pos:10vw;

        position:absolute;
        inset:var(--pos) auto auto var(--pos);
        width:fit-content;
        padding:0;
    }
    .single-products .page-header h2 {
        padding-inline:0;
    }
    .single-products .page-header h2 .sub-title {
        line-height:2;
    }
    .single-products .page-header .header-image {
        width:70%;
        height:auto;
        inset:auto 5vw 2.5vw auto;
    }
    .single-products .page-header .header-image img {
        height:auto;
    }
}
@media only screen and (max-width:468px){

}


/* =========================================================================================
  Editer
=========================================================================================*/
/*Hr*/
.wp-block-separator{
    height: 1px;
    border: none;
    background-color: #000;
    margin: 5vh 0;
}
.wp-block-separator.is-style-dots:before{
    font-size: 3.0em;
    letter-spacing: 1.0em;
    padding-left: 1.0em;
}

/*midashi*/
.wp-block-heading{ font-weight: bold; margin: 1.0em 0 ; line-height: 1.6;}
h1.wp-block-heading{ font-size: 2.0em !important; }
h2.wp-block-heading{ font-size: 1.65em !important; }
h3.wp-block-heading{ font-size: 1.35em !important; }
h4.wp-block-heading{
    position:relative;
    margin-block:2.75em 1.5em;
    padding-bottom:10px;
    font-size:2.5em;
    line-height:1.5;
}
h4.wp-block-heading:before {
    content:"";
    position:absolute;
    display:block;
    width:1.25em;
    aspect-ratio:50/8;
    background-color:var(--red);
    inset:100% auto auto 0;
}
h5.wp-block-heading{ font-size:2.125em; line-height:1.2;}
h6.wp-block-heading{ font-size: 0.85em !important; }

h4.wp-block-heading.has-small-font-size { font-size:2.3em;}
h4.wp-block-heading.has-medium-font-size { font-size:2.6em;}
h4.wp-block-heading.has-large-font-size { font-size:2.8em;}
h4.wp-block-heading.has-x-large-font-size { font-size:3.0em;}

/*Table*/
.wp-block-table table{
	width:100%;
    margin-block:20px 40px;
}
.wp-element-caption{
    color: #CCC;
    padding: 0.5em 0;
}
.wp-block-table th, .wp-block-table td{
    position:relative;
    padding:1em;
    font-weight:bold;
    border:none;
}
.wp-block-table th {
    background-color:var(--black);
    text-align:left;
    color:#fff;
}
.wp-block-table tbody tr:nth-child(even) { background-color:#E2E2E2;}
.wp-block-table.is-style-stripes .wp-element-caption{
    border-top:3px solid #000;
}

/*Button(wp-block-button)*/
.wp-block-buttons{
    display: flex;
}
.wp-block-button a{
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    background: #000;
    padding: 1.0em 3.0em 1.0em 2.0em;
    position: relative;
}
.wp-block-button a:hover{
    text-decoration: none;
}
.wp-block-button a::after{
    position: absolute;
    content: "";
    background: url(images/common/arrow_right.svg) no-repeat;
    background-size: contain;
    width: 1.0em;
    height: 1.0em;
    right: 1.26em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.wp-block-button.is-style-outline{
}
.wp-block-button a:hover{ opacity: 0.7; }
.wp-block-button__link{ font-size: 1.0em; }
.wp-block-buttons>.wp-block-button{ margin: 10px 10px 10px 0; }

/*blockquote*/
blockquote{
    position:relative;
    padding: 3.0em 2.0em;
    background:#f5f5f5;
}
blockquote cite {
    display: block;
    font-size: 0.8rem;
    text-align: right;
    color: #808080;
    padding-right:20px;
}

/* image */
.wp-element-caption { font-size:1.25em; font-weight:bold; color:var(--black); text-align:center;}

/* column */
.wp-block-columns { margin-block:50px; gap:30px;}

/* gallery */
.wp-block-gallery.is-layout-flex.wp-block-gallery-is-layout-flex {
    display:flex;
    flex-wrap:wrap;
    gap:0;
}


@media only screen and (max-width:820px){
    h4.wp-block-heading {
        font-size:2em;
        padding-bottom:0.25em;
        margin-block:1.75em 1em;
    }
    h4.wp-block-heading.has-small-font-size { font-size:1.8em;}
    h4.wp-block-heading.has-medium-font-size { font-size:2.1em;}
    h4.wp-block-heading.has-large-font-size { font-size:2.3em;}
    h4.wp-block-heading.has-x-large-font-size { font-size:2.5em;}
    .wp-block-media-text .wp-block-media-text__content{
        margin: 0;
        padding: 1.5em 0 0.5em;
    }

    /* table */
    .wp-block-table {
        margin-block:2em;
        height:50vh;
    }
    .wp-block-table table {
        margin:0;
    }
    .wp-block-table table :where(th, td) {
        white-space:nowrap;
    }
    .wp-block-table table th {
        position:sticky;
        top:0;
        z-index:1;
    }

    .wp-block-columns {
        gap:2em;
        margin:2em auto;
        width:80%;
    }
    .wp-block-columns figcaption {
        margin:0;
        padding:0;
    }
    .wp-block-columns .wp-block-columns {
        margin:0 auto;
    }
}


/* =========================================================================================
Home
=========================================================================================*/
.home {
    --outer-angle-range:17.30%;
    --inner-angle-range:28.27%;
    --inner-height:85%;
    --inner-img-gap:min(5px, 0.2604vw);     /* home_swiper.js への影響あり */
}
/*MAIN SLIDER*/
.home .main-visual{
    position: relative;
    max-width:1920px;
    margin:0 auto 100px;
}
.home .main-visual img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.home .main-visual h2 {
    position:absolute;
    width:fit-content;
    font-size:min(80px, 4.1666vw);  /* width:1920px  font-size:80px */
    line-height:1.2;
    color:#fff;
    text-shadow:4px 4px 6px rgba(0,0,0,0.5);
    inset:50% auto auto calc((100% - 62.5%) / 2);
    translate:0 -50%;
}
.home .main-visual h2 small {
    display:block;
    font-size:min(22px, 1.1458vw);  /* width:1920px  font-size:22px */
    color:var(--red);
    text-shadow:none;
}

@media only screen and (max-width:820px){
    .home .main-visual { margin-bottom:30px;}
    .home .main-visual img { height:500px;}
    .home .main-visual h2 {
        font-size:38px;
        white-space:nowrap;
        inset:50px auto auto 50%;
        translate:-50% 0;
    }
    .home .main-visual h2 small { font-size:14px;}
}
@media only screen and (max-width:468px){

}


/*CONTENTS*/
.home .btn { padding:0; justify-content:start;}
.home .btn a {
    --h:45px;

    min-width:200px;
    font-size:17px;
    padding-inline:20px;
}
.home .text + .btn { margin-top:2.5em;}

.home .sec_flex {
    position:relative;
    max-width:1920px;
    width:100%;
    aspect-ratio:192/70;
    display:flex;
    align-items:center;
    margin:min(100px, 5.2083vw) auto;   /* width:1920px  margin-block:100px  */
    padding-inline:0;
}
.home .sec_flex .box {
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:absolute;
    inset:0 auto auto 0;
    background-color:var(--black);
    width:70.41%;   /* 親要素を基準としたclip-path前の全長 */
    height:100%;
    color:#fff;
    clip-path:polygon(
        var(--outer-angle-range) 0,
        100% 0,
        calc(100% - var(--outer-angle-range)) 100%,
        0 100%
    );
    translate:calc(var(--outer-angle-range) * -1) 0;
}
.home .sec_flex .box h3 {
    position:relative;
    font-size:clamp(2.5rem, 2.267rem + 0.455vi, 2.813rem);     /* width:820-1920px  font-size:40-45px */
    font-weight:bold;
    line-height:1.2;
    margin-bottom:1em;
    padding-bottom:0.2em;
    white-space:nowrap;
}
.home .sec_flex .box h3:before {
    content:"";
    position:absolute;
    display:block;
    width:1em;
    aspect-ratio:50/8;
    background-color:var(--red);
    inset:100% auto auto 0;
}
.home .sec_flex .box .text {
    font-size:clamp(0.875rem, 0.782rem + 0.182vi, 1rem);    /* width:820-1920px  font-size:14-16px */
    line-height:1.8;
    word-break:break-word;
}
.home .sec_flex .img {
    position:absolute;
    width:auto;
    height:var(--inner-height);
    aspect-ratio:7/6;
    clip-path:polygon(
        var(--inner-angle-range) 0,
        100% 0,
        calc(100% - var(--inner-angle-range)) 100%,
        0 100%
    );
    z-index:-1;
}
.home .sec_flex .img:nth-of-type(1) {
    inset:50% 0 auto auto;
    translate:calc(var(--inner-angle-range) * 2 - 100% - var(--inner-img-gap)) -50%;
}
.home .sec_flex .img:nth-of-type(2) {
    inset:50% 0 auto auto;
    translate:var(--inner-angle-range) -50%;
}

@media only screen and (max-width:820px){
    .home .text:empty + .btn { margin-top:0;}
    .home .sec_flex {
        margin:30px auto;
        aspect-ratio:auto;
    }
    .home .sec_flex .box {
        border-bottom:solid 8px var(--red);
    }
    .home .sec_flex .box h3 {
        font-size:30px;
        line-height:2;
    }
}
@media only screen and (max-width:468px){

}



/* ============================== sec_product ============================== */
.home .sec_product .box {
    /* padding-inline:19.2%; */
    padding-inline:17.2% 14%;
    width:calc(70.41% + 25px);
}
.home .sec_product .box:after {
    content:"";
    position:absolute;
    display:block;
    height:100%;
    aspect-ratio:217/600;
    background:url(images/home/split.svg) no-repeat center / contain;
    inset:0 0 auto auto;
    z-index:-1;
}

@media only screen and (max-width:820px){
    .home .sec_product {
        flex-direction:column;
    }
    .home .sec_product .box {
        position:relative;
        width:100%;
        padding:50px 5%;
        clip-path:none;
        translate:none;
    }
    .home .sec_product .img {
        width:100%;
        height:auto;
    }
    .home .sec_product .img:nth-of-type(1) {
        position:relative;
        inset:auto;
        translate:calc((50% - (var(--inner-angle-range) / 2) + var(--inner-img-gap)) * -1) 0;
    }
    .home .sec_product .img:nth-of-type(2) {
        inset:auto 0 0 auto;
        translate:calc(50% - (var(--inner-angle-range) / 2) + var(--inner-img-gap)) 0;
    }
}
@media only screen and (max-width:468px){

}

/* ============================== sec_product_sub ============================== */
.home .sec_product_sub { aspect-ratio:192/60;}
.home .sec_product_sub .box {
    --outer-angle-range:16.12%;
    --inside-padding:12.23%;    /* 画面中央側のpadding */
    --outsize-padding:26.30%;   /* 画面外側のpadding */

    justify-content:end;
    width:64.58%;
    height:100%;
    padding:0 0 2.60%;
}
.home .sec_product_sub .box h3 { padding:0; margin-bottom:0.4em;}
.home .sec_product_sub .box h3:before { content:none;}

.home .sec_product_sub .box:nth-of-type(1) {
    padding-inline:var(--outsize-padding) var(--inside-padding);
    background:
        linear-gradient(to bottom, transparent, #000),
        url(images/home/sec_product_sub_1.png) no-repeat center / 100% auto;
    inset:0 auto auto 0;
    translate:calc(var(--outer-angle-range) * -1) 0;
}
.home .sec_product_sub .box:nth-of-type(2) {
    padding-inline:var(--inside-padding) var(--outsize-padding);
    background:
        linear-gradient(to bottom, transparent, #000),
        url(images/home/sec_product_sub_2.png) no-repeat center / 100% auto;
    inset:0 0 auto auto;
    translate:var(--outer-angle-range) 0;
}

@media only screen and (max-width:820px){
    .home .sec_product_sub {
        flex-direction:column;
        aspect-ratio:auto;
    }
    .home .sec_product_sub .box {
        position:relative;
        width:100%;
        height:500px;
        border-bottom:none;
    }
    .home .sec_product_sub .box:is(:nth-of-type(1), :nth-of-type(2)) {
        padding:50px 5%;
        clip-path:none;
        translate:0;
        inset:auto;
    }
    .home .sec_product_sub .box:nth-of-type(1) {
        background:
            linear-gradient(to bottom, transparent, #000),
            url(images/home/sec_product_sub_1.png) no-repeat center / cover;
    }
    .home .sec_product_sub .box:nth-of-type(2) {
        background:
            linear-gradient(to bottom, transparent, #000),
            url(images/home/sec_product_sub_2.png) no-repeat center / cover;
    }
}
@media only screen and (max-width:468px){

}


/* ============================== sec_product_case ============================== */
.home .sec_product_case {
    --outer-angle-range:22.41%;

    --inner-angle-range-decimal:0.2857;
    --inner-angle-range:calc(var(--inner-angle-range-decimal) * 100%);
    --swipe-item-width:min(700px, 36.4583vw);   /* width:1920px  width:700px */
}
.home .sec_product_case .box {
    /* width:54.37%; */
    width:calc(54.37% + 25px);
    padding-left:min(250px, 13.0208vw);     /* width:1920px  padding-left:250px */
    inset:0 0 auto auto;
    translate:var(--outer-angle-range) 0;
    z-index:1;
}
.home .sec_product_case .box:before {
    content:"";
    position:absolute;
    display:block;
    height:100%;
    aspect-ratio:217/600;
    background:url(images/home/split.svg) no-repeat center / contain;
    rotate:180deg;
    inset:0 auto auto 0;
}
.home .sec_swipe {
    position:absolute;
    width:min(1710px, 89.0625vw);   /* width:1920px  width:1710px */
    left:calc((var(--swipe-item-width) * var(--inner-angle-range-decimal) * 1.5 + var(--inner-img-gap)) * -1);
    z-index:0;
}
.home .sec_swipe .swiper-slide {
    position:relative;
    width:var(--swipe-item-width)!important;
    height:var(--inner-height);
    margin-inline:calc((var(--swipe-item-width) * var(--inner-angle-range-decimal) - var(--inner-img-gap)) / 2 * -1);
    clip-path:polygon(
        var(--inner-angle-range) 0,
        100% 0,
        calc(100% - var(--inner-angle-range)) 100%,
        0 100%
    );
}
/* .home .sec_swipe .swiper-slide:before {
    content:"";
    position:absolute;
    display:block;
    width:min(87px, 4.5312vw);
    aspect-ratio:1/1;
    background:url(images/common/icon_swiper.svg) no-repeat center / contain;
    inset:50% auto auto 50%;
    translate:-50% -50%;
    pointer-events:none;
    z-index:0;
} */
/* 表示された3件 + 隣接した2件以外を非表示 */
/* .home .sec_swipe .swiper-wrapper > *:not(
    :has(+ .swiper-slide-prev),
    .swiper-slide-prev,
    .swiper-slide-active,
    .swiper-slide-next,
    .swiper-slide-next + *
    ) { opacity:0;} */

.home .sec_swipe .swiper-pagination {
    bottom:unset;
    top:calc(100% + 10px);
}
.home .sec_swipe .swiper-pagination .swiper-pagination-bullet {
    width:20px;
    height:6px;
    margin-inline:6px;
    border-radius:0;
}
.home .sec_swipe .swiper-pagination .swiper-pagination-bullet-active { background-color:var(--red);}


@media only screen and (max-width:820px){
    .home .sec_product_case {
        --swipe-item-width:100%;
        flex-direction:column;
        margin-bottom:50px;
    }
    .home .sec_product_case .box {
        position:relative;
        width:100%;
        padding:50px 5%;
        clip-path:none;
        translate:0;
    }
    .home .sec_product_case .box:before { content:none;}
    .home .sec_swipe {
        position:relative;
        inset:auto;
        width:100%;
    }
    .home .sec_swipe .swiper-slide {
        margin-inline:0 calc((var(--inner-angle-range) - var(--inner-img-gap)) * -1);
        height:auto;
        aspect-ratio:7/6;
    }
}
@media only screen and (max-width:468px){

}


/* ============================== sec_about ============================== */
.home .sec_about { aspect-ratio:192/60;}
.home .sec_about .box {
    --outer-angle-range:19.80%;

    width:52.60%;
    padding-inline:18.22% 10.41%;
    z-index:1;
}
.home .sec_about .box:after {
    content:"";
    position:absolute;
    display:block;
    height:100%;
    aspect-ratio:217/600;
    background:url(images/home/split.svg) no-repeat center / contain;
    inset:0 0 auto auto;
}
.home .sec_about .shadow {
    position:absolute;
    inset:auto 0 0 auto;
    width:100%;
    height:91.66%;
    background-color:var(--black);
}
.home .sec_about .shadow img {
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:right;
}

@media only screen and (max-width:820px){
    .home .sec_about { 
        aspect-ratio:auto;
        flex-direction:column;
    }
    .home .sec_about :is(.box, .shadow){
        position:relative;
    }
    .home .sec_about .box {
        width:100%;
        padding:50px 5%;
        border-bottom:none;
        clip-path:none;
        translate:0;
    }
    .home .sec_about .box:after { content:none;}
    .home .sec_about .shadow {
        height:auto;
        aspect-ratio:390/312;
    }
    .home .sec_about .shadow img {
        object-position:center;
        scale:1.5;
    }
}
@media only screen and (max-width:468px) {

}

/* ============================== sec_sns ============================== */
.home .sec_sns { text-align:center;}
.home .sec_sns iframe { margin-inline:auto;}


@media only screen and (max-width:820px){
    .home .sec_sns iframe {
        /* width:100%!important; */
    }
}
@media only screen and (max-width:468px){

}

/* =========================================================================================
Page(ALL)
=========================================================================================*/
.page .entry-header{
    text-align: center;
    padding:40px 20px;
    margin: 0 0 20px 0;
    background: url(images/h2_default.jpg) no-repeat center;
    background-size: cover;
}

@media only screen and (max-width:820px){

}
@media only screen and (max-width:468px){

}


/* =========================================================================================
Page(×××××××)
=========================================================================================*/

@media only screen and (max-width:820px){

}
@media only screen and (max-width:468px){

}


/* =========================================================================================
Page(Products)
=========================================================================================*/
.post-type-archive-products #type .post-list.card a img { filter:grayscale(100%); transition:filter 0.3s ease-out;}
.post-type-archive-products #type .post-list.card a:hover { opacity:1;}
.post-type-archive-products #type .post-list.card a:hover img { filter:grayscale(0%);}


:is(.post-type-archive-products, .post-type-archive-applications, .single-applications) #field .post-list.card ul { gap:60px 30px;}
:is(.post-type-archive-products, .post-type-archive-applications, .single-applications) #field .post-list.card li { padding:0;}
:is(.post-type-archive-products, .post-type-archive-applications, .single-applications) #field .post-list.card :is(a, .dialog_btn) img { width:100%; aspect-ratio:380/246; filter:grayscale(100%); transition:filter 0.3s ease-out;}
:is(.post-type-archive-products, .post-type-archive-applications, .single-applications) #field .post-list.card :is(a, .dialog_btn):hover { opacity:1;}
:is(.post-type-archive-products, .post-type-archive-applications, .single-applications) #field .post-list.card :is(a, .dialog_btn):hover img { filter:grayscale(0%);}


@media only screen and (max-width:820px){
    :is(.post-type-archive-products, .post-type-archive-applications, .single-applications) #field .post-list.card ul {
        gap:7.5vw var(--column-gap);
    }
}
@media only screen and (max-width:468px){

}

/* =========================================================================================
Page(tax-products-type, tax-products-field, single-products)
=========================================================================================*/
.post-list.product-card {
    margin-bottom:120px;
}
.post-list.product-card ul {
    --column-gap:90px;

    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:0 var(--column-gap);
}
.post-list.product-card li {
    padding:65px 0 0;
    width:100%;
}
.post-list.product-card li:where(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3)) {
    padding-top:0;
}
.post-list.product-card li:where(:nth-of-type(3n), :nth-of-type(3n-1)) {
    position:relative;
}
.post-list.product-card li:where(:nth-of-type(3n), :nth-of-type(3n-1)):before {
    content:"";
    position:absolute;
    display:block;
    width:1px;
    height:100%;
    background-color:#D6D6D6;
    inset:0 auto auto calc(var(--column-gap) / -2);
    translate:50% 0;
}

.post-list.product-card li img {
    width:100%;
    aspect-ratio:34/16;
    object-fit:cover;
}
.post-list.product-card li h4 {
    width:100%;
    margin-top:0.8em;
    padding:0;
    font-size:24px;
}
.post-list.product-card li h4:before {
    width:7px;
    aspect-ratio:1/1;
    inset-inline:auto 0.5em;
    clip-path:none;
    border-radius:50%;
}


@media only screen and (max-width:820px){
    .post-list.product-card {
        margin-bottom:90px;
    }
    .post-list.product-card ul {
        grid-template-columns:auto;
        gap:3em 0;
        padding-inline:5%;
    }
    .post-list.product-card li {
        padding:0;
    }
    .post-list.product-card li h4 {
        font-size:20px;
    }
}
@media only screen and (max-width:468px){

}


/* =========================================================================================
Page(applications)
=========================================================================================*/
:is(.post-type-archive-applications, .single-applications) article { padding-bottom:1px; background-color:var(--black); color:#fff;}
:is(.post-type-archive-applications, .single-applications) article > p {
    width:90%;
    margin-inline:auto;
    padding-block:6.25rem;
    text-align:center;
    font-size:17px;
    line-height:1.8;
}
:is(.post-type-archive-applications, .single-applications) :is(section, .inner .area_title) { margin-top:0px;}
:is(.post-type-archive-applications, .single-applications) .dialog_btn {
    display:flex;
    flex-direction:column;
    align-items:center;
    cursor:pointer;
}
:is(.post-type-archive-applications, .single-applications) dialog {
    inset:50% auto auto 50%;
    translate:-50% -50%;
    background:transparent;
    border:none;
}
:is(.post-type-archive-applications, .single-applications) dialog::backdrop {
    background:rgb(0 0 0 / 0);
    transition:all 0.25s ease;
}
:is(.post-type-archive-applications, .single-applications) dialog[open]::backdrop {
    background:rgb(0 0 0 / 0.85);
    overscroll-behavior:none;
}
:is(.post-type-archive-applications, .single-applications) dialog form {
    position:absolute;
    inset:0 2rem auto auto;
    width:2rem;
    aspect-ratio:1;
    z-index:10;
}
:is(.post-type-archive-applications, .single-applications) dialog form button[type="submit"] {
    display:grid;
    place-items:center;
    width:100%;
    height:100%;
}
:is(.post-type-archive-applications, .single-applications) dialog form span {
    grid-area:1/-1;
    width:80%;
    height:2px;
    background-color:#Fff;
}
:is(.post-type-archive-applications, .single-applications) dialog form span:nth-of-type(1) { rotate:45deg;}
:is(.post-type-archive-applications, .single-applications) dialog form span:nth-of-type(2) { rotate:-45deg;}

/* swiper */
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper {
    padding-block:4rem;
    mask-image:linear-gradient(
        to right,
        transparent 0%,
        rgb(0 0 0 / 1) 2.5%,
        rgb(0 0 0 / 1) 97.5%,
        transparent 100%
    );
    -webkit-mask-image:linear-gradient(
        to right,
        transparent 0%,
        rgb(0 0 0 / 1) 2.5%,
        rgb(0 0 0 / 1) 97.5%,
        transparent 100%
    );
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-wrapper { align-items:center;}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-slide { max-width:min(700px, 90vw);}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-box {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    grid-auto-rows:auto;
    grid-template-areas:
        "visual visual"
        "name   number"
        "text   text  ";
    gap:1.875rem 1.25rem;

    color:#fff;
    font-weight:bold;
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-pagination { bottom:0;}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-pagination-bullet { background-color:#fff; opacity:1;}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-pagination-bullet-active { background-color:var(--red);}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card :is(.swiper-button-prev, .swiper-button-next) { color:#fff;}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-button-prev {
    inset:calc(700px / 16 * 9 / 2 + 3rem) auto auto calc((100% - 700px) / 2 - 5%);
    translate:-50% 0;
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-button-next {
    inset:calc(700px / 16 * 9 / 2 + 3rem) calc((100% - 700px) / 2 - 5%) auto auto;
    translate:50% 0;
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_visual {
    grid-area:visual;
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_visual :is(iframe, img) {
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    margin:0;
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_visual img {
    object-fit:cover;
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card :is(.app_name, .app_number) { line-height:1; align-self:baseline;}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_name {
    grid-area:name;
    justify-self:end;
    font-size:1.375rem;
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_number {
    grid-area:number;
    font-size:2.75rem;
}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_text {
    grid-area:text;
    padding-bottom:0.5lh;
    height:3.75lh;
    text-align:center;
    font-size:1rem;
    /* mask-image:linear-gradient(to bottom, rgb(0 0 0 / 1) 0%, rgb(0 0 0 / 1) 75%, rgb(0 0 0 / 0) 100%);
    -webkit-mask-image:linear-gradient(to bottom, rgb(0 0 0 / 1) 0%, rgb(0 0 0 / 1) 75%, rgb(0 0 0 / 0) 100%); */
    overflow-y:auto;
}
/* スクロールバー非表示 */
/* :is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_text::-webkit-scrollbar { display:none;}
:is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_text { -ms-overflow-style:none; scrollbar-width:none;} */

@media only screen and (max-width:820px){
    :is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper {
        mask-image:unset;
        -webkit-mask-image:unset;
    }
    :is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-slide { max-width:unset;}
    :is(.post-type-archive-applications, .single-applications) #field .post-list.card .swiper-box {
        grid-template-columns:1fr;
        grid-template-areas:
            "visual"
            "name"
            "number"
            "text";
        gap:1rem;
    }
    :is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_name {
        justify-self:center;
        font-size:1.125rem;
    }
    :is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_number {
        justify-self:center;
        font-size:2.5rem;
    }
    :is(.post-type-archive-applications, .single-applications) #field .post-list.card .app_text {
        height:5lh;
        font-size:0.875rem;
    }
}


/* =========================================================================================
Page(Sitemap)
=========================================================================================*/
.sitemap_content {
    display:grid;
    grid-template-columns:repeat(3, auto);
    gap: 0 clamp(2rem, -3.964rem + 11.636vi, 10rem); /* width:820-1920px  32-160px */
    justify-content:center;
}
.sitemap_content .sp_wrap { display:contents;}
.sitemap_content a {
    display:block;
    width:fit-content;
    line-height:2;
}
.sitemap_content .large {
    margin-block:1.8em 0.9em;
    font-size:22px;
    font-weight:bold;
    line-height:1.35;
}
.sitemap_content .large.line {
    position:relative;
    width:100%;
    font-size:20px;
    z-index:0;
}
.sitemap_content .large.line span {
    padding-right:1.5em;
    background-color:#fff;
}
.sitemap_content .large.line:before {
    content:"";
    position:absolute;
    display:block;
    width:100%;
    height:1px;
    background-color:var(--black);
    inset:50% 0 auto auto;
    z-index:-1;
}
.sitemap_content .bold {
    font-weight:bold;
    margin-block:1.8em 0.9em;
}

.sitemap_content li > *:first-child,
.sitemap_content li > :nth-child(1 of .sp_wrap) > *:first-child {
    margin-top:0;
}
.sitemap_content [class*="icon_"] {
    position:relative;
    margin-block:1lh;
    padding-left:1.125em;
}
.sitemap_content [class*="icon_"]:before {
    content:"";
    position:absolute;
    display:block;
    width:0.75em;
    height:100%;
    inset:0 auto auto 0;
    background-color:var(--black);
    mask:url() no-repeat center / contain;
    -webkit-mask:url() no-repeat center / contain;
}
.sitemap_content .icon_land:before {
    mask-image:url(images/common/icon_land.svg);
    -webkit-mask-image:url(images/common/icon_land.svg);
}
.sitemap_content .icon_doc:before {
    mask-image:url(images/common/icon_doc.svg);
    -webkit-mask-image:url(images/common/icon_doc.svg);
}
.sitemap_content .icon_gear:before {
    mask-image:url(images/common/icon_gear.svg);
    -webkit-mask-image:url(images/common/icon_gear.svg);
}
.sitemap_content .sns {
    display:flex;
    gap:1em;
    margin-top:1.8em;
}
.sitemap_content .sns a {
    display:block;
    width:24px;
    height:24px;
    background-color:var(--black);
    mask:url() no-repeat center / contain;
}
.sitemap_content .sns a[href=""] { display:none;}
.sitemap_content .sns a.facebook {
    mask-image:url(images/common/sns_facebook.svg);
    -webkit-mask-image:url(images/common/sns_facebook.svg);
}
.sitemap_content .sns a.linkedin {
    mask-image:url(images/common/sns_linkedin.svg);
    -webkit-mask-image:url(images/common/sns_linkedin.svg);
}
.sitemap_content .sns a.youtube {
    width:30px;
    mask-image:url(images/common/sns_youtube.svg);
    -webkit-mask-image:url(images/common/sns_youtube.svg);
}


@media only screen and (max-width:820px){
    .sitemap_content {
        grid-template-columns:repeat(auto-fit,minmax(240px, 1fr));
        gap:3em 1.5em;
    }
    .sitemap_content a {
        font-size:14px;
    }
    .sitemap_content .large {
        font-size:20px;
    }
    .sitemap_content .large.line {
        font-size:18px;
    }
    .sitemap_content li:last-of-type {
        display:contents;
    }
    .sitemap_content .sp_wrap {
        display:block;
    }
    .sitemap_content .sp_wrap > *:first-child {
        margin-top:0;
    }
}
@media only screen and (max-width:564px){
    .sitemap_content {
        grid-template-columns:auto;
        gap:1em;
    }
    .sitemap_content li:last-of-type {
        display:block;
    }
    .sitemap_content .sp_wrap {
        display:content;
    }
    .sitemap_content .sp_wrap > *:first-child {
        margin-top:1.8em;
    }
}
@media only screen and (max-width:468px){

}


/* =========================================================================================
Page(contact)
=========================================================================================*/
.entry-content .contact-bg{
    background: #f5f5f5 ;
    padding:40px;
}
.entry-content .contact-bg ol,
.entry-content .contact-bg ul{
    margin: 0;
}
.entry-content dl{
    display: flex;
    flex-direction:column;
}
.entry-content :where(dt, dd) { width:100%;}
.entry-content dt{
    font-size:1.25em;
    font-weight: bold;
    line-height:1;
}
.entry-content dt span{
    display: inline-block;
    font-size: small;
    color:#FF0000;
    margin-left: 0.5em;
    vertical-align:super;
}
.entry-content dd { margin-bottom:1.875em;}
.entry-content .btn-area .wpcf7-spinner{
    position: absolute;
    right: -80px;
    top: 30%;
}
.entry-content form {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}

.entry-content label {
    display: block;
    /* padding-top: 0.75em; */
    padding-bottom:10px;
}

.entry-content input,
.entry-content textarea,
.entry-content select {
    padding:0.5em 0.75em;
    border: 1px solid #707070;
    max-width: 100%;
    width:100%;
}

.entry-content input:focus,
.entry-content textarea:focus {
    background: #FAFAFA;
}

.entry-content textarea {
    display: block;
}
.entry-content select {
    padding-right: 2.0em;
    background:#fff url(images/common/icon_triangle_red.svg) no-repeat center right 1em;
}
.entry-content select:has(option:first-child:checked) { color:#6E6E6E;} /* 最初のダミーを選択している場合のみ、色変更 */
.entry-content select option { color:var(--black);}
.entry-content input[type="file"]{
    background: none;
    border: none;
    padding: 0.25em 0 0;
    border-radius: 0;
}
.entry-content label.upload-btn{
    width: fit-content;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    padding: 0.5em 1.0em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    background: #000;
    border-radius: 100px;
}
.entry-content label.upload-btn input {
    display: none;
}
.entry-content input:where([type="button"], [type="submit"]) {
    --h:45px;

    position:relative;
    display:flex;
    align-items:center;
    min-width:200px;
    width:fit-content;
    height:var(--h);
    padding:0 1.125em;
    font-weight:bold;
    border-radius:var(--h);
    border:none;
}
.entry-content input[type="button"] {
    color:var(--black);
    background:
        url(images/common/icon_circle_red.svg) no-repeat center right 20px / auto,
        #fff;
}
.entry-content input[type="submit"] {
    color:#fff;
    background:
        url(images/common/icon_circle_white.svg) no-repeat center right 20px / auto,
        var(--red);
}
.entry-content input:where([type="button"], [type="submit"]):hover { opacity:0.75;}


@media only screen and (max-width:820px){
    .entry-content .contact-bg{ padding: 50px 30px; }
    .entry-content dl{ max-width: 100%; gap: 10px; }
    .entry-content dt{ width: 100%; text-align: left; }
    .entry-content dd{ width: 100%; margin-bottom: 1.0em; }
    .entry-content textarea{ width: 100%; }
    .entry-content .btn-area{
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 800px;
    }
    .entry-content .btn-area p{
        width: fit-content;
        position: relative;
    }
    .entry-content .btn-area .wpcf7-spinner{
        position: absolute;
        right: -80px;
        top: 30%;
    }
}
@media only screen and (max-width:468px){

}

.entry-content form .contact-bg > p { margin-bottom:1lh;}
.entry-content form .contact-bg > p span { 
    display: inline-block;
    font-size: small;
    font-weight:bold;
    color: #FF0000;
    margin-right: 0.5em;
    vertical-align: super;
}

.entry-content { margin-block:0 100px; padding:100px 30px; background-color:var(--black);}
.entry-content h3.midashi { color:#fff;}
.entry-content .contact_content {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:100px;
}
.entry-content .other_info { color:#fff;}
.entry-content .other_info > * { margin-top:0;}
.entry-content .other_info dl { margin-block:20px 60px;}
.entry-content .other_info dl :where(dt, dd) { line-height:1.5;;}
.entry-content .other_info dl :is(dt, dd):first-child { margin:0;}
.entry-content .other_info dt { margin:1.5em 0 0; font-size:18px;}
.entry-content .other_info dd { margin:1em 0 0;}


@media only screen and (max-width:820px){
    .entry-content {
        padding:50px 5%;
    }
    .entry-content .contact_content {
        grid-template-columns:auto;
        grid-template-rows:repeat(2, auto);
        gap:75px;
    }
    .entry-content .contact_content > li:nth-of-type(1) { grid-row:2/3;}
    .entry-content .contact_content > li:nth-of-type(2) { grid-row:1/2;}

    .entry-content .contact-bg {
        padding:10% 5%;
    }
    .entry-content .other_info > * {
        gap:0;
    }
}



/* =========================================================================================
Page(REGIONAL INFO)
=========================================================================================*/

@media only screen and (max-width:820px){
    .area_map svg {
        width:100%;
        height:auto;
    }
}




/* =========================================================================================
Page(404)
=========================================================================================*/
.error404 .entry-header{
    text-align: center;
    padding:40px 20px;
    margin: 0 ;
}

/* .error404 .error-message{
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.error404 .error-message p img{
    margin: 0 auto 80px;
    max-width: 250px;
} */
.error404 .error-message {
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.error404 .error-message div {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
}
.error404 .error-message p img {
    margin: 0 auto 80px;
    max-width: 250px;
}

@media only screen and (max-width:820px){

}
@media only screen and (max-width:468px){

}
/* =========================================================================================
Page(distributor locator)
=========================================================================================*/
.distributor { margin-block:0 70px; padding:60px 0 0;}
.distributor .layout_text { margin-block:0 60px;; color:#fff;}
.distributor .find_area {
    display:grid;
    grid-template-columns:27.0% 36.5% 36.5%;
}

/* ----- find_area_form ----- */
.distributor .find_area_form {
    display:block;
    width:100%;
    padding:0 50px 50px;
    background-color:var(--black);
}
.distributor .find_area_form dt { color:#fff; line-height:1.8;}
.distributor .find_area_form select {
    background-image:url(images/common/icon_triangle_red.svg);
    background-position:center right 10px;
}

.distributor .find_area_form dd:has(select#csv_data1 option:first-of-type:checked) {
    position:relative;
}
.distributor .find_area_form dd:has(select#csv_data1 option:first-of-type:checked):before {
    content:"Please Select";
    position:absolute;
    display:flex;
    align-items:center;
    width:100%;
    height:100%;
    color:#6E6E6E;
    padding-left:1em;
    pointer-events:none;
}



/* ----- find_area_list ----- */
.distributor .find_area_list { background-color:#fff; max-height:800px; overflow-y:auto;}
.distributor .find_area_list li {
    position:relative;
    display:flex;
    gap:30px;
    padding:40px 20px;
    border-bottom:solid 1px #D1D0CF;
}
.distributor .find_area_list li:where(:hover, .clicked) {
    padding:30px 10px;
    border:solid 10px var(--red);
}

.red_flame{
    padding:30px 10px !important;
    border:solid 10px var(--red) !important;
}

.distributor .find_area_list .corp_logo { flex-shrink:0; flex-basis:100px;}
.distributor .find_area_list .corp_logo img { width:100%;}
.distributor .find_area_list :where(.corp_address, .corp_phone) { 
    position:relative;
    padding-left:1.25em;
}
.distributor .find_area_list :where(.corp_address, .corp_phone):before {
    content:"";
    position:absolute;
    display:block;
    inset:0 auto auto 0;
    width:1em;
    height:1lh;
    background:url() no-repeat center / contain;
}
.distributor .find_area_list .corp_address:before {
    background-image:url(images/common/icon_anchor.svg);
}
.distributor .find_area_list .corp_phone:before {
    background-image:url(images/common/icon_phone.svg);
}
.distributor .find_area_list .corp_phone:has(a:empty) { display:none;}
.distributor .find_area_list .corp_phone:has(a:empty):before { content:none;}

.distributor .find_area_list .corp_name { margin-bottom:1.5em; font-size:20px; font-weight:bold; line-height:1.5;}
.distributor .find_area_list .corp_link a { padding:0; background:none; color:var(--red);}


/* 背景画像 */
.distributor .find_area_list:empty {
    grid-column:2 / -1;
    background:url(images/page/script_background.webp) no-repeat center / cover;
}

/* ----- find_area_map ----- */



@media only screen and (max-width:820px){
    .distributor .layout_text {
        padding-inline:5%;
    }

    /* find_area */
    .distributor .find_area {
        grid-template-columns:auto;
        grid-template-rows:repeat(3, auto);
    }
    .distributor .find_area_list {
        width:90%;
        height:60vh;
        margin-inline:auto;
        margin-bottom:5vw;
    }
    .distributor .find_area_list:empty {
        grid-column:auto;
        height:0;
    }
    .distributor .find_area_list li {
        gap:5vw;
        padding:5vw;
    }
    .distributor .find_area_list .corp_logo {
        flex-basis:35%;
    }
    .distributor .find_area_list .corp_logo + div {
        flex-basis:65%;
    }
    .distributor .find_area_list .corp_name {
        font-size:18px;
        margin-bottom:1em;
    }
    .distributor .find_area_list :where(.corp_address, .corp_link) {
        font-size:14px;
    }
    .red_flame {
        border-width:5px!important;
        padding:calc(5vw - 5px)!important;
    }
}
@media only screen and (max-width:468px){

}

/* ----- Google Map ----- */

#google_map {
    height: 100%;
  }
  
  .map {
    height: 300px;
    width: 700px;
    max-width: 1000px;
  }
  
  .hidden{
    display: none;
  }
  
  .ba_3{
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .ba_4{
    background-color: #d3d3d3;
  }
  
  .ba_6{
    width: 800px;
  }
  
  .ba_7{
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
  }
  
  .info{
    max-width: 1000px;
    min-width: 400px;
    height: auto;
    background-color: #f5f5f5;
  }
  
  .selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  
  .selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
  }
  
  .selectbox-3 select {
    appearance: none;
    min-width: 450px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
  }
  
  
  
  @media screen and (max-width: 1000px) {
    .ba_2{
      max-width: 1000px;
      min-width: 450px;
    }
  }
  
  
  
  @media screen and (min-width: 1000px) {
    .flex {
      display: flex;
    }
  
    .ba_1  {
      min-width: 500px;
      max-width: 600px;
      width: 50%;
    }
  }
    

/* =========================================================================================
Parts (TEL)
=========================================================================================*/
.parts-tel{
    background: #FAFAFA;
    padding: 2.5em 1.5em;
    margin: 50px 0;
}
.parts-tel .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5em;
}
.parts-tel .tel-number {
    padding-left: 4.5em;
    background: url(images/common/icon_tel.svg) no-repeat left;
    background-size: 60px;
    min-height: 60px;
}
.parts-tel .tel-number{
    font-size: 0.9rem;
}
.parts-tel .tel-number strong{
    color: #000;
    font-size: 2.0em;
    padding-left: 0.2em;
    display: block;
    line-height: 1.2;
}
@media only screen and (max-width:820px){
}
@media only screen and (max-width:468px){

}


/* =========================================================================================
Parts
=========================================================================================*/

/* h1-h6 */
.area_title {
    width:fit-content;
    margin:0 auto 20px;
    font-family:"Poppins";
    font-size:100px;
    font-weight:bold;
    text-align:center;
    line-height:1.2;
}
.area_title span {
    display:block;
    font-size:43px;
    border-bottom:solid 6px currentColor;
}
h3.midashi {
    position:relative;
    margin-bottom:1.5em;
    padding-bottom:10px;
    font-size:40px;
}
h3.midashi:before {
    content:"";
    position:absolute;
    display:block;
    background-color:var(--red);
    width:1.25em;
    aspect-ratio:50/8;
    inset:100% auto auto 0;
}
h4.midashi {
    margin-block:0.8em;
    font-size:50px;
    font-weight:bold;
    line-height:1.2;
}
h5.midashi {
    margin-block:0.5em;
    font-size:26px;
    line-height:1.2;
}
h5.midashi:before {
    content:"";
    display:inline-block;
    margin-right:0.3em;
    width:0.15em;
    aspect-ratio:4/20;
    background-color:var(--red);
}

.flex_layout {
    --column-gap:100px;

    display:flex;
    gap:var(--column-gap);
    margin-bottom:110px;
}
.flex_layout.column_2 > * {
    width:50%;
}
.flex_layout.column_2 .img { width:calc(50% - var(--column-gap));}
.flex_layout .midashi { margin-top:0;}

.layout_text { margin-block:40px; font-size:17px; line-height:1.8;}
.layout_text.center { text-align:center;}
.layout_text.right { text-align:right;}
.layout_cation { margin-block:-2em 40px; font-size:15px; text-align:right;}
.layout_space { height:2em;}
.layout_img { width:80%; margin-block:40px;}
.layout_img img ~ img { margin-top:40px;}
.layout_img.fullsize,
.layout_img.fullsize img { width:100%;}

/* 横並びレイアウト */
[class*="layout_column"] { display:grid; gap:1em; width:100%;}
[class*="layout_column"] > br { display:none;}
[class*="layout_column"] img ~ img { margin:0;}

.layout_column2 { grid-template-columns:repeat(2, 1fr);}
.layout_column3 { grid-template-columns:repeat(3, 1fr);}
.layout_column4 { grid-template-columns:repeat(4, 1fr);}

/* 三面図レイアウト */
.layout_dimensions {
    --gap:1.5em;
    display:grid;
    grid-template-columns:calc(70% - (var(--gap) / 2)) calc(30% - (var(--gap) / 2));
    gap:var(--gap);
}
.layout_dimensions table { width:100%; border-collapse:collapse; position:sticky; top:2.5lh; transition:top 0.3s ease-out;}
.layout_dimensions table :where(th, td) { padding:5px 0.75em;}
.layout_dimensions table th { background-color:#F3EEEA;}
.layout_dimensions table td { text-align:right;}

.layout_dimensions table thead th { border-top:solid 1px #D6D6D6;}
.layout_dimensions table thead th:nth-child(1) { width:15%;}
.layout_dimensions table thead th:nth-child(2) { width:42.5%;}
.layout_dimensions table thead th:nth-child(3) { width:42.5%;}
.layout_dimensions table thead th:empty { border-top:none; background-color:transparent;}

.layout_dimensions table tbody { border-top:solid 1px #D6D6D6;}
.layout_dimensions table tbody tr { border-bottom:solid 1px #D6D6D6;}
.layout_dimensions table tbody tr:nth-child(even) td { background-color:#fafafa;}
.layout_dimensions table tbody td[colspan] { text-align:center;}

#header.visible + #container .layout_dimensions table { top:calc(2.5lh + var(--h-height));}

@media only screen and (max-width:820px){
    .area_title { font-size:60px;}
    .area_title span { font-size:0.45em;}

    h3.midashi { font-size:30px;}
    h4.midashi { font-size:40px;}

    .layout_text { margin-block:1.5em; font-size:15px;}
    .layout_cation { margin-top:-1.5em;}
    .layout_space { height:1em;}
    .layout_img { margin-block:1.5em; width:100%;}

    [class*="layout_column"] { grid-template-columns:auto; gap:1.5em;}

    .layout_dimensions {
        grid-template-columns:auto;
    }
}

/* =========================================================================================
Catalog
=========================================================================================*/
.catalog .catalog_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));

    row-gap:clamp(2rem, 1.171rem + 3.536vi, 4rem);              /* viewport:375-1280px  32-64px */
    column-gap:clamp(1rem, 0.171rem + 3.536vi, 3rem);           /* viewport:375-1280px  16-48px */
    margin-bottom:clamp(3.75rem, 2.196rem + 6.63vi, 7.5rem);    /* viewport:375-1280px  60-120px */
}
.catalog .catalog_wrap li {
    display:grid;
    grid-template-rows:auto auto 1fr;
    gap:clamp(0.625rem, 0.47rem + 0.663vi, 1rem) 0; /* viewport:375-1280px  10-16px */
}
.catalog .catalog_wrap .c_name {
    font-weight:bold;
    font-size:1.125rem;
}
.catalog .catalog_wrap .btn {
    padding-block:0;
}
.catalog .catalog_wrap .btn a {
    --h:40px;
}
@media only screen and (max-width:500px){
    .catalog .catalog_wrap {
        grid-template-columns:repeat(2, 1fr);
    }
    .catalog .catalog_wrap .btn a {
        width:100%;
    }
}