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

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

    --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:"Noto Sans JP","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;
}

/* 翻訳中のツールバー分の余白追加 */
html[class*="translated"] #header,
body:has(> div.skiptranslate:not([style*=":"]):not([id])) #header { padding-top:38px;}

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", "Noto Sans JP", sans-serif;
	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;}

ol { padding-left:1.5em;}

.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;
}

.page-id-22 .inner { margin-top:2.5em;}       /* contact */
.privacy-policy section { margin-top:0;}


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

}
@media only screen and (max-width:820px){
    :root {
        --h-height:80px;
    }
    section,
    .privacy-policy 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 center right / auto 75%;
}

/*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", sans-serif;
    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 {
    --h:45px;

    display:grid;
    place-items:center;
    position:relative;
    padding-inline:20px;
    min-width:200px;
    height:var(--h);
    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:"";
    position:absolute;
    inset:50% 0.75em auto auto;
    translate:0 -50%;
    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; }

.btn.black a { color:#fff; background-color:var(--black);}



@media only screen and (max-width:820px){
    .btn {
        align-self:center;
    }
    .btn a {
        min-width: 150px;
        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) - 
            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 */
    padding:0 clamp(0.313rem, -0.802rem + 2.174vi, 0.938rem);       /* width:820-1280px  5-15px */
    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_site:before { background-image:url(images/common/icon_site.svg);}
#header .h_top .icon_wave:before { background-image:url(images/common/icon_wave.svg);}
#header .h_top .icon_shop:before { background-image:url(images/common/icon_shop.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.no_icon { vertical-align:top;}
#header .h_top .icon.no_icon:before { content:none;}
/* #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 */
    line-height:1.5;
    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", sans-serif;
    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:#fff;
    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 dd { width:calc(100% / 3);}

/* service */
#header .h_bottom .sub_menu dl.service dd { width:calc(100% / 3);}

/* manga */
#header .h_bottom .sub_menu dl.manga dd { width:calc(100% / 3);}

/* 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, .manga) { 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:22px;
    line-height:1.35;
}
#footer .f_corp .icon:before {
    content:"";
    position:absolute;
    inset:auto auto 50% 0;
    translate:0 50%;
    display:block;
    width:16px;
    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 .icon_wave:before { background-image:url(images/common/icon_wave.svg);}
#footer .f_corp .icon_site:before { background-image:url(images/common/icon_site.svg);}
#footer .f_corp .icon_shop:before { background-image:url(images/common/icon_shop.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 * + .large + .large { margin-top:0}
#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; overflow-x:clip;}
    #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:16px;
    }
    .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:24px;
    font-weight:bold;
    line-height:2.25;
    padding-left:0.5em;
}
.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);
}
/* #header.visible + #container .side-menu ul { top:var(--h-height);} */


@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 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;
    vertical-align:top;
}
#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;
}
#specification table tfoot tr { border:none!important;}
#specification table tfoot td { font-size:15px; text-align:right; padding-inline:0;}

@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;
    }
    #specification table tfoot { grid-column:1/-1;}
    #specification table tfoot td { border:none; justify-content:end;}
}


/* ---------- Downloads ---------- */
#downloads b {
    position:relative;
    display:block;
    margin-bottom:1lh;  
    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:2em;
    }
    #downloads a.btn_download {
        --h:40px;
        min-width:200px;
    }

    #movie iframe { width:100%; height:auto; aspect-ratio:16/9;}
}

/* =========================================================================================
  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 */
.term-snow-removal  .page-header { background-image:url(images/page/fv_snow-removal.jpg;)}          /* snow-removal */

body.parts .page-header { background-image:url(images/page/fv_parts.jpg);}                      /* parts */
body.service .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);}*/
body.regional-info .page-header { background-image:url(images/page/fv_sitemap.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 */
body.dealer-locator .page-header { background-image:url(images/page/fv_distributor.jpg);}       /* distributor */
.page-id-1762 .page-header { background-image:url(images/page/fv_catalog.jpg);}                 /* catalog */
body.search .page-header { background-image:url(images/page/fv_search.jpg);}                    /* search */

body:is(.pre-owned, .post-type-archive-pre-owned, .single-pre-owned) .page-header {
    padding-left:2em;
    background-image:image-set(
        url(images/page/fv_pre-owned.webp) type("image/webp"),
        url(images/page/fv_pre-owned.jpg)
    );
}
body:is(.pre-owned, .single-pre-owned) .page-header {
    width:100%;
    height:180px;
    aspect-ratio:unset;
    background-position:center bottom 65%;

    & h2 { font-size:clamp(2.375rem, calc(2.064rem + 1.326vw), 3.125rem);/* 38-50px */}
}
body.contact-pre-owned .page-header {
    height:180px;
    aspect-ratio:unset;
    background:var(--black);

    & h2 { font-size:clamp(1.5rem, calc(0.827rem + 2.873vw), 3.125rem);/* viewport:375-1280px  24-50px */}
}/* pre-owned */

/* マンガ */
body.post-type-archive-manga_maintenance .page-header,
body.single-manga_maintenance .page-header { background:unset; align-items:end; aspect-ratio:192/40; max-height:400px;}
body.post-type-archive-manga_maintenance .page-header h2,
body.single-manga_maintenance .page-header h2 { color:var(--black);}
body.post-type-archive-manga_maintenance .page-header h2 small,
body.single-manga_maintenance .page-header h2 small { display:block; font-size:51.5%;}

body.post-type-archive-manga_afterservice .page-header,
body.single-manga_afterservice .page-header { background:unset; align-items:end; aspect-ratio:192/40; max-height:400px;}
body.post-type-archive-manga_afterservice .page-header h2,
body.single-manga_afterservice .page-header h2 { color:var(--black);}
body.post-type-archive-manga_afterservice .page-header h2 small,
body.single-manga_afterservice .page-header h2 small { display:block; font-size:51.5%;}


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

:is(.page-id-22, .page-id-2521, .page-id-2524, .page-id-2526) .page-header { background-color:var(--black); background-image:unset; aspect-ratio:192/40;}
.page-id-3 .page-header { background:unset; aspect-ratio:192/40;}
.page-id-3 .page-header h2 { color:var(--black);}
.page-header:has( + .contents .service_plc) { background-color:var(--black); background-image:unset; aspect-ratio:192/40;}
.page-header:has( + .contents .service_plc) h2 { font-size:63px;}
.error404 .page-header { background:var(--black); aspect-ratio:192/40;}

@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 */

    body.post-type-archive-manga_maintenance .page-header,
    body.single-manga_maintenance .page-header { aspect-ratio:192/70;}
}

.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;
}
.page-header .text { color:#fff; font-weight:bold; margin-block:3.75em;}

@media only screen and (max-width:820px){
    .page-header {
        aspect-ratio:4/3;
    }
    .page-header h2 {
        padding-inline:5%;
        font-size:37.5px;
    }

    .page-header:has( + .contents .service_plc) h2 { font-size:min(37.5px, 100vw / 14);}

    .page-header h2 .sub-title {
        font-size:14px;
    }
    .tax-products-type .page-header {
        height:auto;
        padding-block:50px;
    }
    .page-header .text {
        padding-inline:5%;
        margin-top:2.5em;
    }

    /* 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; padding-bottom:0.5em; border-bottom:solid 1px var(--black);}
h6.wp-block-heading{ font-size:1.75em; }

/*Table*/
.wp-block-table table{
    border:solid 6px var(--khaki);
	width:100%;
    margin-block:20px 40px;
}
.wp-element-caption{
    color: #CCC;
    padding: 0.5em 0;
}
.wp-block-table :is(th, td){
    position:relative;
    padding:1em;
    border:none;
    vertical-align:top;
}
.wp-block-table th {
    background-color:var(--black);
    text-align:left;
    color:#fff;
}
.wp-block-table td strong { font-size:1.625em;}
.wp-block-table :nth-child(1 of td):not(:has(strong)) { font-size:1.375em;}

.wp-block-table tbody tr:nth-child(even) { background-color:var(--khaki);}
.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{
    position:relative;
    color:var(--black);
    font-weight:bold;
    padding:0.5em 1.5em;
    background-color:#fff;
    border:solid 1px var(--black);
    border-radius:100vmax;
}
.wp-block-button a:hover{
    text-decoration: none;
}
.wp-block-button a::after{
    content:"";
    position:absolute;
    display:block;
    width:0.375em;
    aspect-ratio:1;
    background-color:var(--red);
    border-radius:50%;
    inset:50% 1em auto auto;
    translate:50% -50%;
}
.wp-block-button.column2,
.wp-block-button.column2 a { width:100%;}
.wp-block-button.column3,
.wp-block-button.column3 a { width:100%;}
.wp-block-button.column4,
.wp-block-button.column4 a { width:100%;}
.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:1em 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;
}

/* add */
.wp-block-group {
    display:flex;
    gap:1em;
    margin-block:2em;
    font-size:1.25em;
    flex-wrap:wrap!important;
}
.wp-block-group p {
    display:grid;
    place-items:center;
    width:fit-content;
    padding:0.5em 1.5em;
    font-weight:bold;
    background-color:var(--khaki);
}
.wp-block-image { margin-block:2em;}

.cBox {
    margin-block:5em;
    padding:3.75em 3em;
    border:solid 10px #D1D0CF;
    font-weight:bold;
}
.inner > :nth-child(1 of .cBox) { margin-top:0;}
.page ul.icon { margin-block:2em;}
.page ul.icon li + li { margin-top:1em;}
.page ul.icon li {
    --icon-space:1.25em;
    --icon-width:0.5em;
    
    padding-left:var(--icon-space, 0px);
    text-indent:calc(var(--icon-space, 0px) * -1);
}
.page ul.icon li:before {
    content:"";
    margin-right:calc(var(--icon-space) - var(--icon-width));
    display:inline-block;
    width:var(--icon-width);
    aspect-ratio:1;
    border-radius:50%;
    background-color:var(--red);
    vertical-align: middle;
}
/* li.icon_square */
.page ul.icon_square li:before {
    border-radius:unset;
}


@media only screen and (max-width:820px){
    h4.wp-block-heading {
        font-size:24px;
        padding-bottom:0.25em;
        margin-block:1.75em 1em;
    }
    h5.wp-block-heading {
        font-size:20px;
    }
    h6.wp-block-heading {
        font-size:18px;
    }
    .wp-block-spacer { height:50px!important;}
    .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 {
        width:1200px!important;
        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;
    }

    .cBox {
        margin-block:2.5em;
        padding:1.5em 1em;
    }
}


/* =========================================================================================
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:auto auto 120px calc((100% - 62.5%) / 2);
}
.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;

    position:relative;
    min-width:200px;
    font-size:17px;
    justify-content:center;
}
.home .btn a:before {
    content:"";
    position:absolute;
    display:block;
    width:7px;
    aspect-ratio:1;
    background-color:var(--red);
    border-radius:50%;
    inset:50% calc(var(--h) / 3) auto auto;
    translate:0 -50%;
}
.home .btn a:after { content:none;}
.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;
}
.home .sec_product .img {
    inset:50% 0 auto auto;
    translate:calc(var(--outer-angle-range) + 20px ) -50%;
    aspect-ratio:unset;
    clip-path:polygon(
        0 0,
        100% 0,
        calc(100% - var(--inner-angle-range) / 2 - 28px) 100%,
        0 100%
    );
}


@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 {
        position:relative;
        inset:auto;
        translate:calc(var(--inner-angle-range) / 2 - 7%) 0;
        width:125%;
        max-width:unset;
        clip-path:none;
    }
    /* .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 { margin-bottom:0.5em;}
.home .sec_product_sub .box .text { font-size:1.875em; font-weight:bold;}

.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.jpg) 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.jpg) 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-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 {
    position:relative;
    container-type:inline-size;
    text-align:center;
    margin-block:0;
    padding-block:100px;
}
.home .sec_sns:before {
    --deg:71.56deg;
    --deg-range:calc(100cqh / tan(var(--deg)) / 2);

    content:"";
    position:absolute;
    inset:0 auto auto 0;
    display:block;
    width:100%;
    height:100%;
    z-index:-1;
    background:linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 22%), rgb(0 0 0 / 0%));
    clip-path:polygon(
        calc(50% + var(--deg-range)) 0%,
        100% 0%,
        100% 100%,
        calc(50% - var(--deg-range)) 100%
    );
}
.home .sec_sns:after {
    content:"MOROOKA";
    position:absolute;
    display:block;
    font-size:160px;
    font-weight:bold;
    font-family:"Poppins", sans-serif;
    color:#EBEBEB;
    line-height:1;
    writing-mode:vertical-lr;
    inset:0 0 0 calc(50% - 250px);
    translate:-1lh 0;
    pointer-events:none;
}
.home .sec_sns iframe { margin-inline:auto;}


@media only screen and (max-width:820px){
    .home .sec_sns {
        padding-block:25px;
    }
    .home .sec_sns:after {
        --iframe-width:340px;

        font-size:calc((100vw - var(--iframe-width)) / 2);
        inset: 0 auto 0 calc(50% - var(--iframe-width) / 2);

    }
    .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(app)
=========================================================================================*/
: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;
    }

@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 {
    width:calc(100% - 7rem);
    margin-block:0 60px;
    margin-inline:auto;
    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:"選択";
    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 {
    display:grid;
    place-items:center;
    width:100px;
    height:fit-content;
    font-weight:bold;
    border:solid 1px var(--black);
    border-radius:0.5rem;
}
.distributor .find_area_list .corp_logo:where(.type_service, .type_parts, .type_product) {
    background:url() no-repeat top center / 100% auto;
}
.distributor .find_area_list .corp_logo.type_service { background-image:url(images/common/icon_contact_service.svg);}
.distributor .find_area_list .corp_logo.type_parts { background-image:url(images/common/icon_contact_parts.svg);}
.distributor .find_area_list .corp_logo.type_product { background-image:url(images/common/icon_contact_product.svg);}
.distributor .find_area_list :where(.corp_address, .corp_phone, .corp_fax, .corp_mail) { 
    position:relative;
    padding-left:1.25em;
}
.distributor .find_area_list :where(.corp_address, .corp_phone, .corp_fax, .corp_mail):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_fax:before {
    background-image:url(images/common/icon_fax.svg);
}
.distributor .find_area_list .corp_mail:before {
    background-image:url(images/common/icon_mail.svg);
}
.distributor .find_area_list .corp_phone :nth-child(2 of a):before {
    content:"/";
    display:inline-block;
    width:fit-content;
    padding-inline:0.25em;
    text-decoration:none;
    pointer-events:none;
}
.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 .corp_url a:not([href^="https://"]) { pointer-events:none; background:none; padding-right:0px;}
.distributor .find_area_list .btn a { font-size:16px;}

/* 検索ボタン非活性化 */
/* .distributor .find_area_form:has(dl dd:not(:first-of-type) option:empty:checked) input[type="submit"] {
    pointer-events:none;
    opacity:0.7;
} */


/* 背景画像 */
.distributor .find_area_list:empty {
    grid-column:2 / -1;
    background:var(--black);
}

/* ----- 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 .btn { justify-content:center;}
    .distributor .find_area_list {
        width:90%;
        max-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:25%;
    }
    .distributor .find_area_list .corp_logo + div {
        flex-basis:75%;
    }
    .distributor .find_area_list .corp_name {
        font-size:17px;
        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%;
    }
  }
    

/* =========================================================================================
Page(service-plc)
=========================================================================================*/
.service_plc { }



/* =========================================================================================
Contact Form 7(custom)
=========================================================================================*/
.cf7 .red {
    color:var(--red);
}
.cf7 .contform {
    display:grid;
    grid-template-columns:repeat(2, auto);
    gap:2rem 1rem;
    margin:3rem auto;
    width:min(100%, 800px);
}
.cf7 .contform :is(ul, dl) {
    display:grid;
    grid-template-columns:subgrid;
    grid-column:span 2;
}
.cf7 .contform :where(input, textarea) {
    padding:1px 0.5em;
    border:solid 1px #d4d4d7;
    background-color:#fcfcfc;
}
.cf7 .contform :where(input, textarea)::placeholder { font-size:0.9em;}
.cf7 .contform textarea { width:100%;}
.cf7 .contform select {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding:3px 1.5em 3px 0.5em;
    color:var(--black);
    border:solid 1px #d4d4d7;
}
/* select icon */
.cf7 .contform *:has(> select){
    position:relative;
}
.cf7 .contform *:has(> select):after {
    content: "";
    position: absolute;
    display: block;
    border-right: solid 2px var(--black);
    border-bottom: solid 2px var(--black);
    width: 0.5rem;
    aspect-ratio: 1;
    rotate: 45deg;
    /* inset:0.75rem auto auto calc(255px - 1rem); */
    inset:0.75em 0.5em auto auto;
    translate:0 -50%;
    pointer-events:none;
}

.cf7 .contform .box4 {
    margin-bottom:0.25rem;
    width:10rem;
}
.cf7 .contform span.sample { font-size:0.85rem;}
:is(input[type="text"], input[type="email"] textarea, select):not():is(:focus, :focus-visible, :focus-within) {
    outline: solid 2px var(--black);
}

.cf7 .contform .wpcf7-form-control.wpcf7-radio {
    display:flex;
    flex-direction:column;
    gap:0.25em;
}
.cf7 .contform .wpcf7-form a {
    text-decoration:underline;
    text-underline-offset:0.25em;
}
.cf7 .contform .wpcf7-list-item {
    margin:0;
}
.cf7 .contform .wpcf7-acceptance .wpcf7-list-item {
    margin-right:1em;
}
.cf7 .contform > p:has(input[type="submit"]) {
    grid-column:span 2;
    /* justify-self:center; */
    width:fit-content;
    margin-inline:auto;
}

.cf7 input[type="submit"]{
    --circle-size:10px;
    display: grid;
    place-items: center;
    width: 200px;
    height: 45px;
    font-size: 17px;
    color: #fff;
    /* background-color: var(--black); */
    background:
        radial-gradient(
            circle at center,
            var(--red) 0%,
            var(--red) 50%,
            transparent 50%,
            transparent 100%)
        no-repeat center right 0.75rem / var(--circle-size) var(--circle-size),
        var(--black);
    border-radius: 100vmin;
}
@media (any-hover:hover){
    .cf7 input[type="submit"]:hover{
        opacity:0.75;
    }
}
@media (any-hover:none){
    .cf7 input[type="submit"]:active{
        opacity:0.75;
    }
}

@media only screen and (max-width:820px){
    .cf7 .contform {
        /* grid-template-columns:auto; */
        display:block;
    }
    .cf7 .contform :is(ul, dl){
        display:block;
        margin-top:2rem;
    }
    /* .cf7 .contform :is(ul, dl) + :is(ul, dl) {
        margin-top:2rem;
    } */
    .cf7 .contform ul { 
        grid-column:auto;
    }
	.cf7 .contform dt { margin-block:0.5em;}
    .cf7 .contform input:not([type="radio"], [type="submit"]) { width:100%; padding-block:0.25em;}
    .cf7 .contform :where(input, textarea)::placeholder { font-size:0.85em;}
    .cf7 .contform span.sample { font-size:0.8rem;}
    .cf7 .contform .agree { display:grid; place-items:center; margin-bottom:3em;}
}
@media only screen and (max-width:468px){
    /* .cf7 .contform *:has(> select):after {
        top:0.5rem;
        left:calc(240px - 1rem);
    } */
}

/* =========================================================================================
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 1.6em;
    font-size:3.125em;
    font-weight:bold;
    text-align:center;
    line-height:1.8;
    text-shadow:2px 2px 2px rgb(0 0 0 / 40%);
}
.area_title span {
    display:block;
    font-family:"Poppins", sans-serif;
    font-size:0.34em;
    color:var(--red);
    text-shadow:none;
}
.area_title:nth-of-type(n+1) { margin-top:2.8em;}
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:36px; line-height:1.2;}
    .area_title span { font-size:0.45em; margin-bottom:0.5em;}

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

    .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%;
    }
}



/* =========================================================================================
manga
=========================================================================================*/
.manga { container-type:inline-size;}
.manga .manga_list {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px, 1fr));
    gap:5.8333cqw 10cqw;
    margin-top:6.6666cqw;
}
.manga .manga_list img { width:100%;}
.manga .manga_list .title { font-weight:bold; font-size:22px;}
.manga .manga_list .title small { display:block; margin-top:1em; font-size:0.8181em;}
.manga .manga_list .title p { position:relative;}
.manga .manga_list .title p:after {
    content:"";
    position:absolute;
    display:block;
    width:calc(1em / 3);
    aspect-ratio:1;
    border-radius:50%;
    background-color:var(--red);
    inset:50% 1em auto auto;
    translate:50% -50%;
}
.manga .manga_banner {
    width:min(520px, 80%);
    margin:11.6666cqw auto 0;
}

/* navi */
body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi {
    /* justify-content:space-between; */
    display:flow-root;
    padding:0 1rem;
}
body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi .prev-navi { float:left;}
body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi .next-navi { float:right;}
body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi :is(.prev-navi, .next-navi) {
    background:none;
    text-align:unset;
    border: none;
}
body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi :is(.prev-navi, .next-navi) a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.5em 1em;
    width:200px;
    color:#fff;
    font-size:1.0625rem;
    font-weight:bold;
    border-radius: 100vmax;
}
body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi :is(.prev-navi, .next-navi) a:after {
    content:"";
    display:block;
    width:7px;
    aspect-ratio:1;
    border-radius:100%;
    background-color:#fff;
}
body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi .prev-navi a { background-color:#6E6E6E;}
body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi .next-navi a { background-color:var(--red);}

@media only screen and (max-width:820px){
    .manga .manga_list { gap:calc(5.8333cqw + 1rem) 10cqw;}
    .manga .manga_list .title { font-size:20px;}
    body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi :is(.prev-navi, .next-navi) a {
        width:150px;
        font-size:15px;
    }
    body:is(.single-manga_maintenance, .single-manga_afterservice) .single-navi + .manga .manga_banner {
        margin-block:11.6666cqw;
    }
}


/* =========================================================================================
    中古商品（pre-owned）
        clamp関数：特筆がない限り、viewport:375-1280px を設定
=========================================================================================*/

/* ******************** 一覧ページ ******************** */
:root {
    --reserved-color:#E8AF00;   /* 「商談中」の背景色 */
}
body.post-type-archive-pre-owned,
body.search article.pre-owned {
    --gray:color-mix(in sRGB, var(--black), #fff 35%);

    /* ********** 検索窓 ********** */
    & .po_search {
        --bg-color:color-mix(in sRGB, var(--black), #fff 80%);
        --negative-margin:-12em;

        display:grid;
        grid-template-columns:auto 1fr;
        gap:1px 40px;
        margin-bottom:var(--negative-margin);
        translate:0 var(--negative-margin);
        border-radius:1.25rem;
        overflow:clip;

        & dl {
            grid-column:span 2;
            display:grid;
            grid-template-columns:subgrid;
            background-color:var(--bg-color);
        }
        & dt {
            font-size:clamp(1.125rem, calc(1.073rem + 0.221vw), 1.25rem);/* 18-20px */
            font-weight:bold;
        }

        /* キーワード検索 */
        & .po_s_kw {
            padding-block:clamp(1.25rem, calc(0.991rem + 1.105vw), 1.875rem);/* 20-30px */
            padding-inline:clamp(1.25rem, calc(0.473rem + 3.315vw), 3.125rem);/* 20-50px */
            
            & form { display:grid; grid-template-columns:1fr auto; height:46px;}
            & input[type="text"] {
                padding:7.5px 30px;
                background-color:#fff;
                font-weight:bold;
            }
            & input[type="text"]::placeholder { color:var(--bg-color);}
            & button[type="submit"] {
                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;
            }
        }

        /* 絞り込み */
        & .po_s_cat {
            padding-block:20px;
            padding-inline:clamp(1.063rem, calc(0.208rem + 3.646vw), 3.125rem);/* 17-50px */

            & form { display:grid; grid-template-columns:1fr auto; gap:1.25rem;}
            & input[type="checkbox"] { margin-right:0.25rem;}
            & .row1 { display:flex; flex-wrap:wrap; gap:1.25rem;}
            & .row2 { margin-top:1rem;}
            & .btn { padding:0;}
            & .btn a { pointer-events:none; padding-inline:0; min-width:unset;}
            & .btn a button[type="submit"] {
                pointer-events:auto;
                padding-inline:2rem;
                width:100%;
                height:100%;
                border-radius:var(--h); /* .btn a にて変数宣言 */
                color:inherit;
            }
        }
    }

    /* ********** ソートボタン ********** */
    & .sort_list {
        display:flex;
        gap:1.5rem;
        justify-content:end;
        align-items:center;
        margin-block:40px 30px;

        & > div {
            --border:solid 2px;
            display:flex;
            align-items:center;
            gap:0.25em;
            font-weight:bold;

            &:before, &:after {
                content:"";
                display:block;
                width:0.5em;
                height:1em;
                border-block:var(--border);
            }
            &:before { border-left:var(--border);}
            &:after { border-right:var(--border);}
        }
        & a.active {
            display:flex;
            align-items:center;
            gap:0.25em;
            padding:0.25em 1em;
            background-color:var(--red);
            color:#fff;
            font-weight:500;

            &:after {
                content:"";
                display:block;
                width:0.625em;
                aspect-ratio:11/19;
                background-color:currentColor;
                mask:url(images/common/arrow_sort.svg) no-repeat center / contain;
                -webkit-mask:url(images/common/arrow_sort.svg) no-repeat center / contain;
            }
            &.order_asc:after { rotate:180deg;}
        }
    }
    /* ********** 中古商品一覧 ********** */
    & .po_list {
        container-type:inline-size;

        & li {
            display:grid;
            grid-template:
                "img .       .      " 10px
                "img info    details" auto
                "img feature details" auto
                "img data    details" 1fr
                "img .       btn    " auto / min(360px, 30%) auto 1fr;
            position:relative;
            padding:20px;
            border:solid 1px;
        }
        & li:where(.new, .reserved, .soldout):before {
            content:"";
            position:absolute;
            inset:clamp(1.563rem, calc(1.433rem + 0.552vw), 1.875rem) auto auto 0;/* 25-30px */
            display:block;
            width:fit-content;
            padding:0 1.25em;
            font-size:clamp(0.875rem, calc(0.746rem + 0.552vw), 1.188rem);/* 14-19px */
            font-weight:bold;
            color:#fff;
            clip-path:polygon(0 0, 100% 0, calc(100% - 0.75em) 100%, 0 100%);
            z-index:1;
        }
        & li + li { margin-top:clamp(1.875rem, calc(1.616rem + 1.105vw), 2.5rem);/* 30-40px */}

        & .po_thumbnail { grid-area:img;}
        & .po_info      { grid-area:info;}
        & .po_feature   { grid-area:feature;}
        & .po_date      { grid-area:data;}
        & .po_details   { grid-area:details;}

        & :where(.po_info, .po_feature, .po_date) {
            margin-left:clamp(1.406rem, calc(0.703rem + 1.465vw), 1.875rem);/* viewport:768-1200px  22.5-30px */
        }
        & .po_thumbnail img { width:100%; height:auto; aspect-ratio:36/27; object-fit:cover;}
        & .po_category {
            width:fit-content;
            padding-inline:0.75em;
            /* font-size:14px; */
            font-size:clamp(0.75rem, calc(0.698rem + 0.221vw), 0.875rem);
            font-weight:bold;
            color:var(--red);
            border:solid 1px currentColor;
        }
        & .po_name {
            font-size:clamp(1.375rem, calc(1.168rem + 0.884vw), 1.875rem);/* 22-30px */
            font-weight:bold;
        }
        & .po_details {
            display:grid;
            grid-template:auto auto 1fr / 150px 150px;
            gap:14px clamp(1.25rem, calc(0.732rem + 2.21vw), 2.5rem);/* 20-40px */
            margin-left:clamp(1.875rem, calc(-11.518rem + 21.429vw), 5.625rem);/* viewport:1000-1280px  30-90px */
        }
        & .po_details dt {
            /* font-size:clamp(0.938rem, calc(0.912rem + 0.11vw), 1rem);15-16px */
            font-size:clamp(0.875rem, calc(0.823rem + 0.221vw), 1rem);/*14-16*/
            color:var(--gray);
            border-bottom:solid 1px var(--black);
        }
        & .po_details dd {
            /* font-size:clamp(1.125rem, calc(1.073rem + 0.221vw), 1.25rem);18-20px */
            font-size:clamp(1rem, calc(0.896rem + 0.442vw), 1.25rem);/* 16-20px */
            font-weight:bold;
        }
        & .po_details .po_price {align-self:end;}
        & .po_details .po_price dd {
            position:relative;
            font-size:clamp(1.375rem, calc(1.297rem + 0.331vw), 1.563rem);/* 22-25px */
        }
        & li .po_details .po_price dd small {
            position:absolute;
            font-size:0.6153em;
            inset:auto auto 0 calc(100% - 1em);
            text-wrap:nowrap;
        }
        & .po_feature { width:min(200px, 16.6666cqw);}
        & .po_date {
            align-self:end;
            padding-top:12px;
            font-weight:bold;
            font-size:clamp(1rem, calc(0.948rem + 0.221vw), 1.125rem);/* 16-18px */
            border-top:solid 1px;
        }
        & .po_date span {
            margin-right:10px;
            font-weight:400;
            font-size:clamp(0.875rem, calc(0.823rem + 0.221vw), 1rem);/* 14-16px */
            color:var(--gray);
        }
        & .btn {
            grid-area:btn;
            display:block;
            width:fit-content;
            margin-inline:auto 0;
        }
        & .btn a { color:#fff; background-color:var(--black);}

        /* NEW */
        & li.new:before { content:"NEW"; background-color:var(--red);}

        /* 商談中 */
        & li.reserved:before { content:"商談中"; background-color:var(--reserved-color); color:var(--black);}

        /* SOLD OUT */
        & li.soldout:before { content:"SOLD OUT"; background-color:var(--black);}
        & li.soldout .po_price dd { color:var(--red);}

        /* 商談中・SOLD OUT */
        & li:is(.reserved, .soldout) { background-color:color-mix(in sRGB, var(--black), #fff 82.5%);}
    }
    & .pagination {
        padding-top:clamp(3.125rem, calc(1.83rem + 5.525vw), 6.25rem);/* 50-100px */
    }
}
/* .po_listのレイアウト調整 */
@media(width <= 1000px){
    body.post-type-archive-pre-owned,
    body.search article.pre-owned {

        & .po_list {
            & li {
                grid-template:
                    "img info" auto
                    "img feature" auto
                    "img data" auto
                    "btn details" 1fr / 1fr 1fr;
                gap:clamp(1.25rem, calc(-0.819rem + 4.31vw), 1.875rem);/* viewport:768-1000px  20-30px */
            }
            & :is(.po_info, .po_feature, .po_date, .po_details) { margin-left:0;}
            & .po_feature { width:100%;}
            & .btn { grid-area:btn; align-self:start; position:static; margin-inline:auto;}
        }
    }
}
@media(width <= 820px){
    body.post-type-archive-pre-owned,
    body.search article.pre-owned {

        /* ********** 検索窓 ********** */
        & .po_search {
            --negative-margin:-8em;

            & .po_s_kw {
                display:block;

                & dd { margin-top:10px;}
                & input[type="text"] { min-width:0;}
                & button[type="submit"] { width:56px;}
            }
            & .po_s_cat {
                display:block;

                & form { display:block;}
                & .row1 { gap:1em;}
                & input[type="checkbox"] { margin-right:0;}
                & .btn { margin-top:1em;}
            }
        }

        /* ********** ソートボタン ********** */
        & .sort_list {
            justify-content:space-evenly;

            & > div { display:none;}
        }

        /* ********** 中古商品一覧 ********** */
        & .po_list {
            & li {
                grid-template:
                    "img" auto
                    "info" auto
                    "feature" auto
                    "data" auto
                    "details" auto
                    "btn" 1fr / 1fr;
                gap:0;
            }
            & .po_info { display:flex; justify-content:space-between; align-items:center; margin-top:1em;}
            & .po_feature { margin-top:1.5em; padding-bottom:0.5555em; font-size:18px; font-weight:bold;}
            & .po_date span { margin-right:1em;}
            & .po_details { grid-template-columns:1fr 1fr;margin-top:1.25em;}
            & .po_details dl { display:flex; justify-content:space-between; align-items:baseline; border-bottom:solid 1px;}
            & .po_details dl.po_price { grid-column:span 2;}
            & .po_details dl.po_price.price dd { font-size:clamp(1.25rem, calc(1.172rem + 0.331vw), 1.438rem);/* 20-23px */}
            & .po_details dl.po_price dd small { position:static; font-feature-settings:"palt";}
            & .po_details dt { border:none;}
            & .btn { padding-top:30px; width:190px;}
        }
    }
}


/* ******************** 検索結果ページ ******************** */
body.search.pre-owned {
    & .categories {
        display:grid;
        grid-template-columns:14em 1fr;
        margin-bottom:5em;
        padding-bottom:0.6em;
        border-bottom:solid 1px;
        font-size:clamp(1.125rem, calc(1.073rem + 0.221vw), 1.25rem);/* 18-20px */
        font-weight:bold;

        & p { font-size:0.9em;}
    }
}
@media (width <= 820px){
    body.search.pre-owned {
        & .categories {
            grid-template:auto 1fr / auto;
            gap:0.5em;
            
            & p { font-size:0.8em; text-align:end;}
        }
    }
}



body:is(.search.pre-owned, .single-pre-owned){
    /* ***** 中古商品一覧へ戻る ***** */
    & .back {
        margin-block:0px;
        padding-block:100px;
        border-block:solid 1px var(--black);
    
        & button {
            position:relative;
            display:block;
            width:min(400px, 100%);
            margin-inline:auto;
            padding:0.625em 1.5em;
            background-color:var(--black);
            border-radius:100vmax;
            color:#fff;
            font-size:clamp(1rem, calc(0.974rem + 0.11vw), 1.063rem);/* 16-17px */
            font-weight:bold;
    
            &:after {
                content:"";
                position:absolute;
                display:block;
                width:7px;
                aspect-ratio:1;
                border-radius:100%;
                background-color:var(--red);
                inset:50% 0.75em auto auto;
                translate:-50% -50%;
            }
        }
    }
}
@media (width <= 820px){
    body:is(.search.pre-owned, .single-pre-owned) {
        & .back { padding-block:50px;}
    }
}




/* ******************** 詳細ページ ******************** */
body.single-pre-owned {
    --gray:color-mix(in sRGB, var(--black), #fff 35%);

    /* ***** ↓ 共通パーツ ↓ ***** */
    & .btn_other { 
        text-align:center;
        font-weight:bold;
        line-height:1.5;
    }
    & .btn_other.soldout {
        color:var(--red);
        border:solid 2px currentColor;
    }
    & .btn_other.reserved {
        color:var(--black);
        background-color:var(--reserved-color);
        border-color:var(--reserved-color);
    }
    /* ***** ↑ 共通パーツ ↑ ***** */

    & .pre_owned_wrap {
        margin-inline:auto;
        padding-top:clamp(1.25rem, calc(-0.304rem + 6.63vw), 5rem);/* 20-80px */
        padding-bottom:clamp(3.75rem, calc(2.714rem + 4.42vw), 6.25rem);/* 60-100px */
        padding-inline:1rem;
    }
    & :where(:nth-child(1 of .po_single_wrap)) {
        display:flex;
        justify-content:space-between;
        gap:2rem 1.25rem;
    }
    & :where(:nth-child(2 of .po_single_wrap)) {
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:clamp(3.75rem, calc(-2.935rem + 13.043vw), 7.5rem);/* viewport:820-1280px  60-120px */
        margin-top:clamp(3.125rem, calc(2.348rem + 3.315vw), 5rem);/* 50-80px */
    }

    /* ***** swiper ***** */
    & .po_slide {
        /* サムネイル：ナビゲーションのwidth */
        --thumbnailNaviWidth:clamp(0.594rem, calc(0.092rem + 0.978vw), 0.875rem);/* viewort:820-1280px  9.5-14px */
        /* サムネイル：gap値 */
        --thumbnailGap:8px;

        position:relative;
        width:clamp(31.25rem, calc(8.967rem + 43.478vw), 43.75rem);/* viewport:820-1280px  500-700px */
        height:fit-content;

        & .swiper-slide img { width:100%; height:auto; aspect-ratio:36/27; object-fit:cover;}
        &.new:before {
            content:"NEW";
            position:absolute;
            inset:0.625rem auto auto -1.25rem;
            display:block;
            width:fit-content;
            padding-inline:1.25em;
            background-color:var(--red);
            font-weight:bold;
            color:#fff;
            clip-path:polygon(0 0, 100% 0, calc(100% - 0.75em) 100%, 0 100%);
            z-index:2;
        }

        /* swiper:拡大画像 */
        & .po_slider {
            position:relative;
    
            & img { width:100%;}
            & :is(.po_slider_next, .po_slider_prev){
                position:absolute;
                inset-block:50% auto;
                display:grid;
                place-items:center;
                width:40px;
                aspect-ratio:1;
                background-color:var(--black);
                translate:0 -50%;
                z-index:1;
            }
            & :is(.po_slider_next, .po_slider_prev):before {
                --w:30%;

                content:"";
                display:block;
                width:var(--w);
                height:calc(tan(60deg) * var(--w) / 2);
                clip-path:polygon(0 100%, 50% 0, 100% 100%);
                background-color:#fff;
            }
            & :is(.po_slider_next, .po_slider_prev)[aria-disabled="true"] { opacity:0.5;}
            & .po_slider_next { inset-inline:auto 0;}
            & .po_slider_next:before { rotate:90deg;}
            & .po_slider_prev { inset-inline:0 auto;}
            & .po_slider_prev:before { rotate:-90deg;}
        }
        /* swiper:サムネイル画像 */
        & .po_thumbnail {
            width:calc(100% - var(--thumbnailGap) * 2 - var(--thumbnailNaviWidth) * 2);
            margin-top:var(--thumbnailGap);
        }
        & :is(.po_thumbnail_next, .po_thumbnail_prev) {
            position:absolute;
            inset-block:auto 0;
            display:grid;
            place-items:center;
            width:var(--thumbnailNaviWidth);
            height:auto;
            aspect-ratio:14/65;
            background-color:var(--black);

            & img { width:60%;}
        }
        & :is(.po_thumbnail_next, .po_thumbnail_prev)[aria-disabled="true"] { opacity:0.5;}
        & .po_thumbnail_next { inset-inline:auto 0;}
        & .po_thumbnail_prev { inset-inline:0 auto;}
    }

    /* ***** 商品スペック ***** */
    & .po_spec {
        width:400px;

        & .po_categories { display:flex; gap:10px;}
        & .po_category {
            width:fit-content;
            padding-inline:0.75em;
            color:var(--red);
            font-size:14px;
            font-weight:bold;
            border:solid 1px currentColor;

            &.reserved {
                color:var(--black);
                border-color:var(--reserved-color);
                background-color:var(--reserved-color);
            }
            &.soldout { color:#fff; background-color:var(--red);}
        }
        & .po_name {
            font-family:"Noto Sans JP",sans-serif;
            font-size:clamp(1.625rem, calc(1.521rem + 0.442vw), 1.875rem);/* 26-30px */
            font-weight:bold;
        }
        & .po_feature { margin-block:20px; font-size:18px; font-weight:bold;}
        & .po_date { border-top:solid 1px; font-size:18px; font-weight:bold;

            & span { margin-right:0.625em; color:var(--gray); font-size:16px; font-weight:normal;}
        }
        & .po_details {
            display:flex;
            flex-direction:column;
            gap:0.625rem;
            margin-block:1rem 1.5rem;

            & dt {
                color:var(--gray);
                font-size:clamp(0.938rem, calc(0.912rem + 0.11vw), 1rem);/* 15-16 */
            }
            & dd {
                border-top:solid 1px var(--black);
                font-size:clamp(1.125rem, calc(1.073rem + 0.221vw), 1.25rem);/* 18-20px */
                font-weight:bold;
            }
        }
        & .po_price.soldout { color:var(--red);}
        & .btn a { width:100%; background-color:var(--red); border-color:var(--red); color:#fff; font-size:16px;}
        & .btn a:after { background-color:currentColor;}
        & .btn a[href="#"] { pointer-events:none;}
        & .btn_other {
            width:100%;
            font-size:clamp(1.625rem, calc(1.521rem + 0.442vw), 1.875rem);/* 26-30px */
        }
        & .btn_other.reserved {
            border:solid 2px var(--reserved-color);
            font-size:clamp(1.5rem, calc(1.396rem + 0.442vw), 1.75rem);/* 24-28px */
        }
    }

    /* ***** 出品者コメント ***** */
    & .po_comment {
        font-size:clamp(0.938rem, calc(0.886rem + 0.221vw), 1.063rem);/* 15-17px */
        font-weight:bold;
        line-height:2;
    }
    /* ***** 詳細（表） ***** */
    & .po_table {

        & h2 {
            margin-bottom:1.5em;
            padding-left:0.5em;
            border-left:solid 8px var(--red);
            font-family:"Noto Sans JP", sans-serif;
            font-size:clamp(1.75rem, calc(1.698rem + 0.221vw), 1.875rem);/* 28-30px */
        }
        & table {
            --border:solid 1px #D6D6D6;

            border-top:var(--border);

            & tr { border-bottom:var(--border);}
            & td {
                padding-block:1em;
                padding-inline:clamp(1.875rem, calc(1.616rem + 1.105vw), 2.5rem);/* 30-40px */
                font-size:clamp(0.938rem, calc(0.886rem + 0.221vw), 1.063rem);/* 15-17px */
            }
            & tr td:nth-of-type(1) { background-color:#F3EEEA; font-weight:bold;}
        }
    }
    /* ***** .after_content ***** */
    & .after_content {
        margin-block:0;
        padding-block:clamp(1.875rem, calc(1.098rem + 3.315vw), 3.75rem);/* 30-60px */
        background-color:var(--black);
        color:#fff;
        font-weight:bold;

        & .ac_wrap { display:grid; grid-template-columns:auto 285px 1fr;}
        & .ac_img {
            width:clamp(13.125rem, calc(5.326rem + 15.217vw), 17.5rem);/* viewport:820-1280px  210-280px */
        }
        & .ac_details {
            margin-left:clamp(1rem, calc(-2.788rem + 7.391vw), 3.125rem);/* viewport:820-1280px  16-50px */
            margin-right:1em;

            & .ac_category {
                width:fit-content;
                padding:0.125em 0.75em;
                color:var(--red);
                font-size:14px;
                border:solid 1px currentColor;
            }
            & .ac_name {
                margin-bottom:0.6666em;
                font-family:"Noto Sans JP",sans-serif;
                font-size:clamp(1.625rem, calc(1.521rem + 0.442vw), 1.875rem);/* 26-30px */
            }
            & .ac_features { font-size:17px;}
            & .ac_others { display:flex; flex-wrap:wrap; gap:0 1em;}
            & .ac_others > div:empty { display:none;}
        }
        & .ac_btn {
            align-self:center;
            width:100%;
            margin-inline:auto 0;

            & .btn a {
                width:100%;
                background-color:var(--red);
                color:#fff;
            }
            & .btn a:after {
                background-color:currentColor;
            }
            & .btn_other {
                font-size:clamp(1.625rem, calc(1.521rem + 0.442vw), 1.875rem);/* 26-30px */
            }
            & .btn_other.soldout { background-color:#D1D0CF;}
            & .btn_other.reserved { border-color:var(--reserved-color);}
        }
    }
}
@media (width <= 820px){
    body.single-pre-owned {

        & :nth-child(1 of .po_single_wrap) { flex-direction:column;}
        & :nth-child(2 of .po_single_wrap) { grid-template:auto 1fr / 1fr;}
        & .po_slide {
            --thumbnailNaviWidth:clamp(0.719rem, calc(-0.124rem + 3.596vw), 1.719rem);/* viewport:375-820px  11.5-27.5px */
            
            width:100%;
        }
        & .po_spec {
            width:100%;
    
            & .po_info { display:flex; align-items:center; flex-wrap:wrap; row-gap:10px;}
            & .po_name { margin-inline:auto 0;}
            & .po_details dl { display:flex; justify-content:space-between; row-gap:10px; border-bottom:solid 1px;}
            & .po_details dd { border:none;}
        }
        & .btn { width:min(350px, 100%); margin-inline:auto;}

        & .after_content {
            & .ac_wrap { display:block;}
            & .ac_img { width:min(350px, 100%); margin-inline:auto;}
            & .ac_img img { width:100%;}
            & .ac_details { margin-inline:auto;}
            & .ac_details .ac_categories { display:flex; align-items:center; justify-content:space-between;}
            & .ac_details .ac_name { margin-bottom:0;}
            & :is(.ac_details, .ac_btn) { margin-top:30px;}
        }
    }
}

/* ******************** お問い合わせ・見積りページ ******************** */
body.contact-pre-owned {

    & .contform .details_wrap {
        padding-block:clamp(1.25rem, calc(0.732rem + 2.21vw), 2.5rem);/* 20-40px */
        border-block:solid 1px var(--black);

        & dt { margin-block:0; font-size:17px;}
        & dd {
            display:grid;
            grid-template-columns:repeat(4, auto);
            column-gap:4rem;
            row-gap:clamp(0.625rem, calc(0.366rem + 1.105vw), 1.25rem);/* 10-20px */
        }
        & .param_wrap {
            display:grid;
            grid-template-columns:subgrid;
            grid-column:span 2;
            gap:0.5em;
        }
        & .param_name { position:relative; padding-left:1em; font-size:17px;}
        & .param_name:before {
            content:"";
            position:absolute;
            display:block;
            width:calc(1em / 3);
            aspect-ratio:1;
            background-color:var(--red);
            inset:0.5lh auto auto 0;
            translate:0 -50%;
        }
        & input[readonly] {
            width:130px;
            background-color:transparent;
            border:none;
            border-bottom:solid 1px;
            font-size:15px;
        }
    }
    & .cf7 .contform {

        /* cf7の条件分岐要素 */
        & [data-id]:not(.wpcf7cf-hidden) {
            display:grid!important;
            grid-template-columns:subgrid;
            grid-column:span 2;
            row-gap:inherit;
        }
        & .wpcf7-form-control.wpcf7-radio {
            flex-direction:row;
            column-gap:3em;
        }
        & input[type="radio"] {
            accent-color:var(--red);
        }
    }
}
@media (width <= 820px){
    body.contact-pre-owned {

        & .contform .details_wrap{
            & dt { margin-bottom:0.8em;}
            & dd { grid-template-columns:auto 1fr;}
            & .param_wrap { gap:2.5em;}
            & input[readonly] { padding:0;}
        }
        & .cf7 .contform {
            & [data-id]:not(.wpcf7cf-hidden) { row-gap:0;}
            & [data-id] + dl { margin-top:2rem;}
        }
    }
}