@charset "UTF-8";

/*共通*/
body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: inherit !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.display_block,
.block-none {
    display: none !important;
}

/* h1,h2,h3,h4,h5{
	font-family: "zen-old-mincho",sans-serif;
	font-weight: 700;
	font-style: normal;
} */
body:not(.index) .wrap {
    /*     background: #e2ded3; */
    background: var(--sub_color);
}

body:not(.index) .wrap {
    padding: 0 0 min(25vw, 250px);
}

.main-column .slick-initialized .slick-slide,
.main-column .link-list li,
.main-column .searchandfilter li {
    line-height: 1;
    padding-left: 0;
}

.main-column .slick-initialized .slick-slide:before,
.main-column .link-list li:before,
.main-column .searchandfilter li:before {
    display: none;
}

.mt15 {
    margin-top: 15px;
}

.wp-block-columns {
    margin-bottom: min(8.5vw, 40px);
    gap: min(5.5vw, 30px);
    margin-top: min(4.5vw, 25px);
}

.wp-block-group>div>*:first-child {
    margin-top: 0;
}

.wp-block-column .wp-block-image {
    margin-bottom: 0;
    text-align: center;
}

.priv-contact a {
    text-decoration: underline;
}

.main-column .mt-none {
    margin-top: 0;
}

.kome-list+ol {
    margin-top: 1rem;
}

ul+.kome-list {
    margin-top: 0.5rem;
}

.normal-single .single-contents h2 {
    font-weight: bold;
    line-height: 1.25;
    background: var(--main_color);
    color: #fff;
    margin-top: min(18vw, 85px);
    margin-bottom: min(7vw, 20px);
    font-size: min(6vw, 28px);
    padding: 0.5rem 2.3rem 0.6rem;
    position: relative;
}

.main-columnc h2 {
    margin-top: 0;
}

.normal-single .single-post h2:before {
    content: "";
    /*     background: var(--sub_color2); */
    background: #fff;
    width: 7px;
    height: 60%;
    display: block;
    left: 20px;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}

.normal-single .single-contents h3 {
    display: flex;
    color: var(--sub_color2);
    align-items: center;
    font-size: min(5vw, 24px);
    letter-spacing: 0.1em;
    margin: min(6.5vw, 50px) 0 min(5vw, 22px);
    text-align: left;
    line-height: 1.25;
}

.normal-single .single-contents h3:after {
    content: "";
    height: 1px;
    width: auto;
    flex: 1;
    display: flex;
    margin-left: 10px;
    background: var(--sub_color2);
}

.normal-single .single-contents p+h3 {
    margin-top: min(6vw, 35px);
}

.normal-single .single-contents h2+* {
    margin-top: 0;
}

.wp-block-column p,
.normal-single .single-contents .wp-block-column p {
    font-size: min(3.7vw, 14px);
    line-height: 1.65;
}

/* .main-column p + p{
	margin-top:0.5rem;
} */
/* .main-column p + ul{
    margin-top: 0.7rem;
} */
.page-section ul+figure {
    margin-top: min(4.5vw, 20px);
}

.cap-mt-none figcaption {
    margin-top: 0;
}

.main-column .link-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(47%, 100px), 1fr));
    gap: min(4vw, 20px);
    margin-bottom: min(15vw, 80px);
}

.main-column .link-list>li:not(:first-of-type) {
    margin-top: 0;
}

.link-list li a {
    border: 1px solid #4e413b;
    background: #fff;
    padding: 0.7rem 0.7rem 0.9rem;
    color: #4e413b;
    letter-spacing: -0.001em;
    font-size: min(3.7vw, 15px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-list li a span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.25;
}

.link-list li a span:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin: 0.2rem auto 0;
    border-top: 2px solid #4e413b;
    border-right: 2px solid #4e413b;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.link-list li a:hover {
    color: #fff;
    background: #4e413b;
    opacity: 1;
}

.link-list li a:hover span:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.main-column .item-list li {
    font-size: min(3.5vw, 15px);
}

.item-list li span {
    display: block;
    font-weight: bold;
    font-size: min(3.7vw, 16px);
    color: #4e413b;
}

figure+ul {
    margin-top: min(3.5vw, 1rem);
}

.page-section .btn-archive {
    margin-top: min(5vw, 25px);
    font-size: min(3.7vw, 15px);
}

.page-section .fC-2btn {
    margin-top: min(11vw, 50px);
    gap: min(5.5vw, 25px);
}

.page-section .fC-2btn .btn-archive {
    margin-top: 0;
}

.main-columnc .cover-none,
.main-columnc .cover-none img {
    object-fit: contain;
    height: auto;
}

.page-section h2+.wp-block-columns,
.page-section h2+.wp-block-group {
    margin-top: min(6vw, 30px);
}

.page-section .wp-block-columns figure+p {
    margin-top: min(4.5vw, 1.5rem);
}

.page-section p+figure {
    margin-top: min(4.5vw, 1.5rem);
}

body .box2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(47%, 250px), 1fr));
    gap: min(4vw, 30px);
    align-items: inherit;
}

body .box3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(30%, 150px), 1fr));
    gap: min(3.5vw, 25px);
    align-items: inherit;
}

.grid3-img>div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(30%, 150px), 1fr));
    gap: min(3.5vw, 25px);
    margin-top: min(5.5vw, 35px);
}

.grid3-img-both>div {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
    gap: min(6.5vw, 25px);
    margin-top: min(8.5vw, 30px);
}

.grid3_1-3 {
    grid-column: 1 / 3;
}

body .text-box2,
body .img-box2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: min(6vw, 30px);
    align-items: inherit;
}

.sgird2-img>div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 250px), 1fr));
    gap: min(4vw, 25px) min(5vw, 35px);
    margin-top: min(7vw, 35px);
}

.sgird2-img>div figure img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.sgird2-img figure img {
    height: auto;
}

.gird2-img>div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
    gap: min(6vw, 40px);
    margin-top: min(10vw, 55px);
}

.sgird2-otp-img>div {
    gap: min(6vw, 40px) min(6vw, 50px);
    margin-top: 0;
}

.sgird2-otp-img>div figure img {
    object-fit: contain;
    aspect-ratio: auto;
}

.btn2-line {
    gap: min(5vw, 25px);
    margin-top: min(8vw, 35px);
}

.page-section .btn2-line .btn-archive {
    margin-top: 0;
}

.grid2-img>div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 250px), 1fr));
    gap: min(4vw, 25px) min(5vw, 35px);
}

.gird2-text>div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
    gap: min(9vw, 40px);
    margin-top: min(11vw, 55px);
}

.gird2-text>div img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.main-columnc .page-section .gird2-text h3 {
    margin: 0 0 min(5vw, 15px);
}

.gird2-text-box figure {
    margin-bottom: min(5vw, 15px);
}

.gird2-text-box p {
    font-size: min(3.7vw, 15px);
}

.gird2-text-box figure+p {
    margin-top: -0.1rem;
}

.gird2-text-box .btn-archive {
    margin-top: min(3vw, 20px);
    padding: 0.5rem 3rem 0.4rem 0.9rem;
    font-size: min(3.7vw, 15px);
}

.gbox3-2>div {
    display: grid;
    gap: min(5vw, 40px);
}

.gbox3-2>div>* p {
    font-size: min(3.7vw, 15px);
}

.gbox3-2>div>* p+.wp-block-group {
    margin-top: min(4.5vw, 1.5rem);
}

.gbox3-2>div>figure {
    height: auto;
}

.gbox3-2 .grid2-img>div {
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 200px), 1fr));
    gap: min(4vw, 25px);
}

.wp-block-group .grid2-img .wp-block-image figcaption {
    margin: min(2.5vw, 15px) 0 0;
}

.box3-r figure {
    height: auto;
}

.box3-rec figure img {
    aspect-ratio: 3/1.9;
    object-fit: cover;
}


/*ヘッダー*/
.header {
    position: fixed;
    top: 0;
    left: 0;
}

.index .nav-drawer .nav .contents,
.inner-header {
    padding: 0;
}

.drawer-nav {
    border-top: 1px solid #ccc;
}

.h-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
	padding: min(5.5vw,24px) 0  min(5vw,24px);
}

/* .global-nav > li:nth-of-type(1) > a, .global-nav > li:nth-of-type(2) > a, .global-nav > li:nth-of-type(4) > a{
	cursor:default;
} */
.global-nav>li>a>strong {
    font-weight: normal;
}

.global-nav>li:has(> .sub-menu) {
    position: relative;
    padding-right: 16px;
}

.global-nav>li:has(> .sub-menu):after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    display: inline-block;
    position: absolute;
    top: 33%;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #320e06;
    border-right: 1px solid #320e06;
    content: "";
}

.hmenu-add {
    width: min(15vw, 40px);
    aspect-ratio: 1;
    margin-right: 31px;
}

.hmenu-add img {
    width: 100%;
    aspect-ratio: 1;
}

/*フッター*/
.footer-top {
    padding: min(10vw, 75px) 0 min(10.5vw, 80px);
}

.fmenu-box h3 {
    font-family: "游ゴシック", YuGothic;
    border-bottom: 1px solid #857671;
    font-size: min(3.7vw, 16px);
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.fmenu-box>h3:not(:first-of-type) {
    margin-top: min(6vw, 40px);
}

.fmenu-box h3 span {
    padding-bottom: 0.5rem;
    display: block;
    line-height: 1;
    color: #857671;
    font-size: min(3vw, 12px);
}

.fmenu-box a {
    position: relative;
    display: block;
}

.fmenu-box h3 a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 0;
    width: 25px;
    aspect-ratio: 3/1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 104 26"><polyline fill="none" stroke="%23ffffff" stroke-width="4" stroke-miterlimit="10" points="0,23.869 98.585,23.869 73.938,1.48" /></svg>') center/contain no-repeat;
}

.fmenu-box h3 .fm-another:after {
    background: url(../images/window-link.svg) center/contain no-repeat;
    aspect-ratio: 1;
    width: 15px;
}

.fmenu-box ul {
    margin-left: 1.3rem;
    margin-top: -0.2rem;
}

.fmenu-box h3+ul>li a {
    margin-bottom: min(3vw, 12px);
}

.fmenu-box ul li:not(:first-of-type) {
    margin-top: min(3vw, 12px);
}

.fmenu-box ul li a {
    font-size: min(3vw, 12px);
    padding-left: 1rem;
    position: relative;
}

.fmenu-box ul li a:before {
    content: "▶";
    font-size: min(0.5vw, 5px);
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    aspect-ratio: 3/1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fmenu-box ul>li>ul>li a {
    padding-left: 0.7rem;
}

.fmenu-box ul>li>ul>li a:before {
    content: "・";
}

/* .info-footer{
    margin: 23px 0 6px;
}
.info-footer dd{
	font-size:min(3vw,13px);
}
.box-info-footer p{
	line-height:1.5;
} */
.ff-btn {
    margin-top: min(7vw, 45px);
}

.ff-btn a {
    display: block;
    background: #f37022;
    color: #fff;
    font-weight: bold;
    font-size: min(3.7vw, 17px);
    outline: 1px solid #fff;
    outline-offset: -6px;
    padding: 1.3rem;
    text-align: center;
}

.ff-btn a:before {
    content: "";
    background: url(../images/n-mail.svg) center/contain no-repeat;
    display: block;
    width: 45px;
    aspect-ratio: 3/2;
    margin: 0 auto 11px;
}

.ff-btn .ff-request {
    background: #e2ded3;
    color: #4e413b;
    outline: 1px solid #4e413b;
    margin-top: min(5vw, 30px);
}

.ff-btn .ff-request:before {
    background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 43.656 512 424.688" enable-background="new 0 43.656 512 424.688"><path fill="%234e413b" d="M398.031,43.656c-28.75,0.063-58.313,6.25-85.453,17.875c-21.858,9.375-40.89,21.563-56.578,36.22 c-15.75-14.656-34.75-26.845-56.594-36.22c-27.156-11.625-56.688-17.813-85.438-17.875H0v359.72h113.97 c24.313,0,49.405,5.28,72.625,15.219c21.094,9,41.577,23,54.75,37.344c0.938,1.063,9.188,10,9.188,10.031 c1.406,1.5,3.406,2.375,5.469,2.375c2.063,0,4.063-0.875,5.47-2.406c0,0,8.219-8.938,9.141-9.969 c13.203-14.375,33.656-28.344,54.734-37.375c23.28-9.938,48.405-15.219,72.688-15.219H512V43.656H398.031z M239.734,411.5 c-11.953-8.75-25.484-16.406-40.328-22.813c-27.313-11.656-56.875-17.813-85.438-17.813H32.531V76.188h81.438 c24.172,0,49.28,5.281,72.625,15.267c21.125,8.952,39.469,21.344,53.141,35.891L239.734,411.5L239.734,411.5z M479.469,370.875	h-81.438c-28.563,0-58.125,6.155-85.453,17.813c-14.733,6.344-28.266,13.984-40.328,22.781V127.344	c13.688-14.531,32.017-26.938,53.095-35.891c23.405-9.984,48.53-15.267,72.688-15.267h81.438L479.469,370.875L479.469,370.875z"/></svg>') center/contain no-repeat;
}

.a-rino {
    display: block;
    margin: min(7vw, 45px) auto 0;
    max-width: 256px;
}

.a-rino img {
    width: 100%;
}

/*追従リンク*/
.s-btn {
    font-family: "zen-old-mincho", sans-serif;
    background: var(--sub_color2);
    color: #fff;
    letter-spacing: -0.4em;
    padding: 1em 0.4em;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    top: 43%;
    width: 48px;
    right: 0;
    z-index: 1;
    aspect-ratio: 1/3.8;
    pointer-events: auto;
}

.s-btn:before {
    content: "";
    mask: url("../images/mail.svg") center/contain no-repeat;
    -webkit-mask: url("../images/mail.svg") center/contain no-repeat;
    background: #fff;
    display: block;
    width: 25px;
    aspect-ratio: 4/3;
    margin-bottom: 1px;
}

.cata-link {
    background: var(--gradient_v);
    top: 62.5%;
}

.cata-link:before {
    width: 24px;
    aspect-ratio: 29/30;
    mask: none;
    background: url("../images/qa-icon.svg") center/contain no-repeat;
}

/*サイドバー*/
.fp-sidebar h3 {
    padding: 0;
    margin-bottom: min(7vw, 31px);
    display: block;
    text-align: left;
    background: none;
    color: #4e413b;
    font-size: min(4.5vw, 19px);
}

.fp-sidebar.interval20em>*:not(:last-child) {
    margin-bottom: 2.7em;
}

.side-wood-search {
    background: #fff;
    padding: 1.3rem 1.2rem 2.5rem;
}

.fp-sidebar .side-wood-search h3 {
    margin-bottom: min(7vw, 24px);
}

.fp-sidebar .searchandfilter ul {
    display: block;
}

.fp-sidebar .searchandfilter li {
    display: block;
    padding-right: 0;
    font-size: min(3.5vw, 14px);

    & label:has(> input[type="checkbox"]) {
        &::before {
            content: "";
            width: min(4.5vw, 17px);
            height: min(4.5vw, 17px);
            display: inline-block;
            border: 1px solid #999999;
            position: relative;
            top: 4px;
        }
    }

    &.cat-item label:has(>input[type="checkbox"]:checked):after {
        width: min(3vw, 11px);
        border-bottom: min(0.7vw, 2px) solid var(--sub_color2);
        border-left: min(0.7vw, 2px) solid var(--sub_color2);
    }

    & li:has(input[value="336"]):after,
    li:has(input[value="353"]):after,
    li:has(input[value="368"]):after,
    li:has(input[value="337"]):after,
    li:has(input[value="354"]):after,
    li:has(input[value="369"]):after,
    li:has(input[value="338"]):after,
    li:has(input[value="355"]):after,
    li:has(input[value="370"]):after,
    li:has(input[value="339"]):after,
    li:has(input[value="356"]):after,
    li:has(input[value="371"]):after,
    li:has(input[value="340"]):after,
    li:has(input[value="357"]):after,
    li:has(input[value="372"]):after,
    li:has(input[value="341"]):after,
    li:has(input[value="358"]):after,
    li:has(input[value="373"]):after,
    li:has(input[value="342"]):after,
    li:has(input[value="359"]):after,
    li:has(input[value="374"]):after {
        width: min(4.5vw, 17px);
        height: min(4.5vw, 17px);
        top: min(3vw, 0.55rem);
        margin-left: 0.2rem;
    }
}

.fp-sidebar .searchandfilter h4 {
    font-size: min(3.7vw, 16px);
    line-height: 1.35rem;
    flex-direction: column;
    padding: 0 0 min(2.5vw, 0.5em);
    margin: min(8.5vw, 2.3rem) 0 min(5vw, 0.7rem);

    & span {
        display: block;
        font-size: min(3.5vw, 12px);
    }
}

.fp-sidebar .searchandfilter ul>li>ul:not(.children) li:not(:last-of-type) {
    margin-bottom: 11px;
}

.fp-sidebar .searchandfilter input[type="text"] {
    font-size: min(3.3vw, 14px);
}

.fp-sidebar .searchandfilter input[type="submit"] {
    font-size: min(3.3vw, 14px);
    padding: 0.55rem 1rem 0.8rem;
    margin: min(10vw, 35px) auto 0;
}

.fp-sidebar .wrap-post-archive-side .box-post-archive-side:not(:last-child) {
    margin-bottom: min(5vw, 20px);
}

.fp-sidebar .box-post-archive-side a {
    justify-content: space-between;
    align-items: unset;
    aspect-ratio: 7/3.4;
}

.fp-sidebar .box-post-archive-side a>div:nth-child(1) {
    width: calc(100% / 9*3.5);
    margin-right: 0;
}

.fp-sidebar .box-post-archive-side img {
    height: 100% !important;
}

.fp-sidebar .box-post-archive-side a>div:nth-child(2) {
    width: calc(100% / 9*5.5);
    background: #fff;
    padding: 1rem;
    display: block;
}

.fp-sidebar .box-post-archive-side time {
    font-size: min(3vw, 13px);
    line-height: 1;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #212121;
    color: #212121;
    display: block;
    width: 100%;
}

.fp-sidebar .box-post-archive-side h3 {
    font-family: "游ゴシック", YuGothic;
    font-size: min(3.5vw, 12px);
    line-height: 1.65;
    text-align: justify;
    letter-spacing: -0.01em;
    color: #212121;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-sidebar .list-side {
    width: 100%;
    max-width: 150px;
}

.fp-sidebar .list-side>li:not(:last-of-type) {
    border-bottom: none;
    margin-bottom: min(3vw, 21px);
}

.fp-sidebar .list-side>li a {
    border-radius: 30px;
    background: #4e413b;
    text-align: center;
    /* 	padding:0.3rem 0.75rem; */
    padding: 0.2rem 0.75rem 0.5rem;
    font-size: min(3.5vw, 15px);
    color: #fff;
}


/***********************************************
 * トップ
 * *********************************************/
.index .wrap {
    padding: 0;
}

/* .wrap-1column .section-common {
    padding: min(17vw,80px) 0 min(20vw,95px);
} */
/* .back-color{
	background: #f2efe8;
} */
.wrap-1column .main-column .en-title {
    font-size: min(7vw, 40px);
    font-family: "CormorantGaramond-Bold";
    line-height: 1.25;
    margin-bottom: min(6vw, 55px);
}

.en-title span {
    font-family: "zen-old-mincho", sans-serif;
    font-size: min(3.7vw, 18px);
    display: block;
    color: #333333;
    margin-top: 3px;
}

/*メイン画像*/
.index .main-visual>div {
    /* width: calc(100% - 48px); */
}

.index .main-visual img {
    width: 100%;
}

/*スライド*/
/*ギャラリー　スクロール*/
.main-visual .slick-track>.slick-slide {
    z-index: 1 !important;
}

.main-visual .slick-track>.slick-slide.slick-active {
    z-index: 2 !important;
}

.slick-prev,
.slick-next {
    z-index: 5;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.main-visual .slick-prev {
    -webkit-transform: translateY(-50%) rotate(225deg);
    top: 49%;
    left: min(5vw, 60px);
    width: min(4vw, 40px);
    height: min(4vw, 40px);
    transform: translateY(-50%) rotate(225deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.main-visual .slick-next {
    -webkit-transform: translateY(-50%) rotate(45deg);
    right: min(5vw, 80px);
    width: min(4vw, 45px);
    height: min(4vw, 45px);
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #4e413b;
    border-right: 2px solid #4e413b;

	@media(width <= 900px){
		display: none !important;
	}
}

.main-visual .slick-track {
    display: flex;
}

.main-visual .slick-track>.slick-slide {
    float: none;
    /* width: calc(100vw - 60px) !important; */
    height: auto;
}

/*イントロ*/
/* .wrap-1column .section-common.top-intro{
    padding: min(20vw,130px) 0 min(16vw,75px);
}
.wrap-1column .main-column .top-intro h2{
	text-align:center;
    margin-bottom: min(40px, 6vw);
} */

/*トップ画像リスト*/
.top-imglist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 1fr));
}

.top-imglist img {
    width: 100%;
}

/*製品紹介*/
/* .wrap-1column .section-common.top-products{
	padding: min(20vw,137px) 0 min(23vw,110px);
} */
.hobl-link {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
    gap: min(10vw, 60px);
    margin-top: min(14vw, 60px);
}

.hobl-link-contents {
    color: #fff;
    position: relative;
}

.hobl-link-contents:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #0000008f;
    transition: 0.3s;
}

.hl-box:before,
.hl-box:after {
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    content: " ";
}

.hl-box:before {
    -webkit-transition-property: "width";
    transition-property: "width";
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
}

.hobl-link-contents:hover .hl-box:before {
    width: 100%;
}

.hl-box:after {
    -webkit-transition-property: "height";
    transition-property: "height";
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0%;
}

.hobl-link-contents:hover .hl-box:after {
    height: 100%;
}

.hobl-link-contents img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.main-column .hobl-link h3 {
    text-align: center;
    font-size: min(6vw, 32px);
    line-height: 1.5;
    margin-bottom: min(5vw, 40px);
}

.hl-box p {
    font-size: min(3vw, 14px);
}

.hl-box span {
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 10px;
}

.hl-box {
    position: absolute;
    top: 0;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    transition: 0.3s;
}

.hl-box span {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 140px;
    width: 100%;
    margin: min(5vw, 30px) auto 0;
    padding: 0.5rem 0.8rem;
    border-radius: 12px;
    font-size: min(3.3vw, 13px);
}

.hl-box span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 0.7em;
    width: 25px;
    aspect-ratio: 3/1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 104 26"><polyline fill="none" stroke="%23ffffff" stroke-width="4" stroke-miterlimit="10" points="0,23.869 98.585,23.869 73.938,1.48" /></svg>') center/contain no-repeat;
}

.hl-text:before,
.hl-text:after {
    content: " ";
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
}

.hl-text:before {
    -webkit-transition-property: "width";
    transition-property: "width";
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
}

.hobl-link-contents:hover .hl-text:before {
    width: 100%;
}

.hl-text:after {
    -webkit-transition-property: "height";
    transition-property: "height";
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    right: 0;
    width: 1px;
    height: 0%;
}

.hobl-link-contents:hover .hl-text:after {
    height: 100%;
}

.main-column .hobl-link .hl-bl-title {
    position: absolute;
    transition: 0.3s;
    color: #fff;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    line-height: 1;
    margin-bottom: 0;
    width: 100%;
}

/*ショールーム*/
/* .wrap-1column .section-common.top-showroom{
    padding: min(18vw,90px) 0 min(12vw,90px);
} */
.sr-box {
    gap: min(91px, 10vw);
    display: grid;
}

.srbox-left-img {
    position: relative;
    margin-top: 13px;
    display: block;
    /*↓動画がきたら削除↓*/
    /* 	pointer-events:none; */
}

/*↓動画がきたら復活させる↓*/
.srbox-left-img:before {
    content: "";
    background: url(../images/sankaku.svg) center/contain no-repeat;
    display: block;
    position: absolute;
    top: 51%;
    left: 45.5%;
    transform: translatex(-50%) translatey(-50%);
    width: min(10vw, 85px);
    aspect-ratio: 1;
}

.srbox-left-img:after {
    content: "";
    display: block;
    position: absolute;
    background: #e2ded3;
    width: 110%;
    height: 100%;
    bottom: -4%;
    right: -2%;
    z-index: -1;
}

.top-showroom .flexCenter {
    margin-top: min(2vw, 18px);
}

.top-showroom .btn-archive {
    margin-top: min(5vw, 30px);
}

.showroom .page-section .btn-archive {
    margin-top: min(7vw, 25px);
    font-size: min(3.7vw, 15px);
}

/*新着情報*/
/* .wrap-1column .section-common.top-news{
    padding: min(10vw,75px) 0 min(25vw,100px);
} */
/* .wrap-1column .main-column .top-news h2{
	line-height: 0.7;
}
.top-news .en-title span{
    margin-top: 18px;
} */
.tn-box {
    /*     gap: min(11vw,71px); */
    gap: min(15vw, 71px);
    display: grid;
}

.tnbox-right {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    padding: min(2.9vw, 2.9em);
    background: #fff;
}

.tnbox-right-news {
    width: 100%;
    max-width: 695px;
}

.tnbox-right-news .list-post>.box-post-text:not(:first-of-type) {
    margin-top: min(6vw, 45px);
}

.tnbox-right-news .box-post-text {
    border-bottom: none;
}

.tn-post-text a {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.tnbox-right-news .box-post-text a>* {
    margin: 0;
    line-height: 1.25;
}

.tn-time {
    position: relative;
}

.tn-time * {
    width: 100%;
    display: block;
}

.tn-time time {
    margin-right: 0;
    line-height: 1;
    min-width: auto;
}

.box-post-text .time-year {
    font-size: min(3.5vw, 16px);
}

.box-post-text .time-date {
    font-size: min(5vw, 30px);
    margin-top: 8px;
}

.main-column .tnbox-right-news .box-post-text a:after {
    border: none;
    top: 75%;
    right: 0;
    width: 30px;
    height: auto;
    aspect-ratio: 3/1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg) translateY(-50%);
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 104 26"><polyline fill="none" stroke="%23212121" stroke-width="4" stroke-miterlimit="10" points="0,23.869 98.585,23.869 73.938,1.48" /></svg>') center/contain no-repeat;
}

.main-column .tnbox-right-news .box-post-text h3 {
    width: calc(100% - 40px);
}

/*製品を探す*/
/* .wrap-1column .section-common.top-search{
    padding: min(20vw,95px) 0;
} */
.post {
    /* 	margin-top: min(9vw,70px); */
    background: #fff;
    /*     padding: min(8vw,5em) min(6vw,3em); */
    padding: min(8vw, 3.5em) min(6vw, 3em);
}

/*製品　ボタン*/
.tpd-box {
    display: none;
}

#tcheck:checked~.post-area .tpd-box {
    display: block;
}

#tcheck:checked~.post-area .tflooring-box {
    display: none;
}

#tcheck:checked~.toggle .flo-btn {
    color: #4e413b;
}

#tcheck:checked~.toggle .pane-btn {
    color: #fff;
}

#tcheck:checked~.toggle:after {
    left: 50%;
}

.toggle {
    position: relative;
    /*     height: min(8vw,40px); */
    height: min(8vw, 39px);
    /*     margin: 0 auto min(7vw,65px); */
    margin: min(10vw, 80px) auto min(8vw, 65px);
    /*     max-width: 500px;
    width: 100%; */
    width: min(100%, 600px);
    user-select: none;
    cursor: pointer;
}

.toggle input[type=checkbox] {
    display: none;
}

.toggle label {
    position: absolute;
    transform: translatex(-50%) translatey(-50%);
    top: 50%;
    /*     font-size: min(2.7vw,16px); */
    font-size: min(2.7vw, 14px);
    font-weight: bold;
    line-height: 1;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    z-index: 1;
    color: #fff;
    word-break: keep-all;
    width: 50%;
    /*     height: min(8vw,40px); */
    height: min(8vw, 39px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-bottom: min(1vw, 0.3rem);
}

.toggle .pane-btn {
    left: 74%;
    /*     color: #4e413b; */
    color: #3e3a39;
}

.toggle .flo-btn {
    left: 25.5%;
    letter-spacing: 2px;
    z-index: 1;
}

.toggle.checked .flo-btn {
    /* 	color:#4e413b; */
    color: var(--main_color);
}

.toggle.checked .pane-btn {
    color: #fff;
}

.toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    display: block;
    background: #fff;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    /*     border: 1px solid #4e413b; */
    border: 1px solid #adadad;
}

.toggle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    /*     height: min(8vw,40px); */
    height: min(8vw, 39px);
    display: block;
    border-radius: 50px;
    /*     background: #4e413b; */
    background: var(--main_color);
    color: #fff;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.toggle.checked:after {
    left: 50%;
}

/*製品　樹種*/
.wood-choose {
    margin-bottom: min(11vw, 50px);
}

.wood-choose.is-abso {
    padding-bottom: 4em;
}

.wood-choose {
    position: relative;
}

.wood-choose .category-frame {
    gap: min(3vw, 25px);
    grid-template-columns: repeat(auto-fit, minmax(min(25%, 150px), 1fr));
}

.wood-choose .category-card {
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.wood-choose .category-card.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}

.wood-choose .category-card.is-hidden a {
    pointer-events: none;
}

.wood-choose .category-frame img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.wood-choose .category-name {
    background: #4e413b;
    padding: 0.25em 0.25em 0.2em;
}

.wood-choose .category-name p {
    margin-top: 0;
    text-align: center;
    color: #fff;
    line-height: 1.25;
    font-weight: bold;
    font-size: min(2.5vw, 13px);
}

.more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.more button {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #212121;
    padding-bottom: 0.1em;
    padding-right: 18px;
    font-size: min(3.7vw, 15px);
    font-family: "游ゴシック", YuGothic;
}

.more button:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    display: inline-block;
    position: absolute;
    top: 28%;
    right: 2px;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #320e06;
    border-right: 1px solid #320e06;
    content: "";
}

.more button.mb-sankaku:after {
    top: 47%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

/*製品　検索デザイン*/
/* .main-column .searchandfilter ul li, .fp-sidebar .searchandfilter li{
	width:100%;
	margin-left:0;
	padding-right:0;
	position:relative;
} */
.main-column .searchandfilter ul li:not(:first-of-type) {
    /*     margin-top: 0.5rem; */
}

/* .main-column .searchandfilter div > ul > li:nth-of-type(1):after,
.main-column .searchandfilter div > ul > li:nth-of-type(3):after,
.main-column .searchandfilter div > ul > li:nth-of-type(4):after,
.main-column .searchandfilter div > ul > li:nth-of-type(5):after,
.main-column .searchandfilter div > ul > li:nth-of-type(6):after{
-webkit-transform: translateY(-50%) rotate(135deg);
    display: inline-block;
    position: absolute;
    top: 87%;
	left: 256px;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    border-top: 1px solid #320e06;
    border-right: 1px solid #320e06;
    content: "";
}
.fp-sidebar .searchandfilter div > ul > li:nth-of-type(1):after,
.fp-sidebar .searchandfilter div > ul > li:nth-of-type(3):after,
.fp-sidebar .searchandfilter div > ul > li:nth-of-type(4):after,
.fp-sidebar .searchandfilter div > ul > li:nth-of-type(5):after,
.fp-sidebar .searchandfilter div > ul > li:nth-of-type(6):after{
-webkit-transform: translateY(-50%) rotate(135deg);
    display: inline-block;
    position: absolute;
    top: 75%;
    left: 209px;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
    border-top: 1px solid #320e06;
    border-right: 1px solid #320e06;
    content: "";
} */
.main-column .searchandfilter div>ul>li:nth-of-type(1):after {
    top: 80%;
}

/* .main-column .top-search h4{
    font-family: "游ゴシック",YuGothic;
    color: #4e413b;
    border-bottom: 1px solid #4e413b;
    padding-bottom: min(2.5vw,0.7em);
    margin: min(7.5vw,2.2em) 0 min(4vw,1.2em);
	font-size:min(4vw,18px);
	line-height:1.25;
} */
/* .main-column .top-search .wood-choose h4, .main-column .top-search .searchandfilter ul li:first-of-type h4{
	margin-top:0;
} */
.main-column .searchandfilter ul li select {
    width: 100%;
    max-width: 270px;
    padding: 0.2em 1em 0.2em 0.4em;
    font-family: "游ゴシック", YuGothic;
    font-size: min(3.7vw, 15px);
    border-radius: 3px;
    border: 1px solid #999999;
}

/* .main-column .searchandfilter ul > li > ul:not(.children){
	width:100%;
	margin: 0;
	gap: min(2vw,1rem) min(2vw,3rem);
    display: flex;
    flex-wrap: wrap;
} */
/* .main-column .searchandfilter ul > li > ul:not(.children) li{
	float:none;
    width: auto;
    font-size: min(3.7vw,16px);
    margin: 0;
} */
/* .searchandfilter input[type="text"]{
    font-family: "游ゴシック",YuGothic;
    padding: 0.2em 1em 0.2em 0.4em;
    border-radius: 3px;
    border: 1px solid #999999;
    font-size: min(3.7vw,15px);
	width:100%;
	box-shadow:none;
	color:#212121;
} */
/* .searchandfilter > div > ul > li:last-of-type{
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: min(7vw,65px) auto 0;
	padding:0;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    border: 2px solid #f47021;
    border-radius: 35px;
    overflow: hidden;
} */
/* .searchandfilter input[type="submit"]{
	background:none;
    padding: 0.5rem 3.5rem 0.5rem 1rem;
	margin:0;
	border-radius:inherit;
    color: #f47021;
    text-align: left;
	width:100%;
    font-size: min(3.7vw,17px);
    line-height: 1.25;
}
.searchandfilter ul li:last-of-type input[type="submit"]:hover {
    color: #fff;
    opacity: 1;
} */
/* .searchandfilter > div > ul > li:last-of-type:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f47021;
    z-index: -1;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	border-radius: 0;
}
.searchandfilter > div > ul > li:last-of-type:hover:before {
    width: 100%;
}
.searchandfilter > div > ul > li:last-of-type:after {
    content: "";
    background: url(../images/arrow.svg) center/contain no-repeat;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 1em;
    width: 30px;
    aspect-ratio: 3/1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.searchandfilter > div > ul > li:last-of-type:hover:after{
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 104 26"><polyline fill="none" stroke="%23ffffff" stroke-width="4" stroke-miterlimit="10" points="0,23.869 98.585,23.869 73.938,1.48" /></svg>') center/contain no-repeat;
} */

/*お役立ち情報*/
.tu-contents {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: min(7vw, 50px);
    margin-top: min(12vw, 60px);
}

.tu-contents h3 {
    display: flex;
    color: #4e413b;
    align-items: center;
    font-size: min(5.5vw, 27px);
    white-space: nowrap;
    letter-spacing: 0.1em;
    margin: min(3.5vw, 15px) 0;
}

.tu-contents h3:after {
    content: "";
    height: 1px;
    width: 100%;
    display: flex;
    margin-left: 10px;
    background: #4e413b;
}

.main-column .tu-contents h3+p {
    line-height: 1.5;
    font-size: min(3vw, 13px);
    margin: 0;
}

.tu-contents a {
    display: block;
}

.tu-contents a img {
    /*     aspect-ratio: 3/2;
    object-fit: cover; */
    width: 100%;
}

.tu-abtn {
    display: flex;
    position: relative;
    max-width: 140px;
    width: 100%;
    margin: min(3.5vw, 15px) 0 0 auto;
    padding: 0.5rem 0.8rem;
    border-radius: 10px;
    font-size: min(3.3vw, 13px);
    border: 1px solid #212121;
    overflow: hidden;
}

.tu-abtn:hover {
    color: #fff;
    opacity: 1;
}

.tu-abtn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #212121;
    z-index: -1;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tu-abtn:hover:before {
    width: 100%;
}

.tu-abtn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 0.7em;
    width: 25px;
    aspect-ratio: 3/1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 104 26"><polyline fill="none" stroke="%23212121" stroke-width="4" stroke-miterlimit="10" points="0,23.869 98.585,23.869 73.938,1.48" /></svg>') center/contain no-repeat;
}

.tu-abtn:hover:after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 104 26"><polyline fill="none" stroke="%23ffffff" stroke-width="4" stroke-miterlimit="10" points="0,23.869 98.585,23.869 73.938,1.48" /></svg>') center/contain no-repeat;
}

.top-useful .btn-archive {
    margin-top: min(10vw, 50px);
}

.frame-contents {
    margin-top: min(11.5vw, 70px);
}

.frame-contents>div>*:first-child {
    margin-top: 0;
}

.frame-contents h3 span {
    order: 3;
    margin-left: 7px;
    font-size: min(4vw, 18px);
}

.single-contents .frame-contents table {
    margin: 0;
    border: 1px solid #4e413b;
}

.single-contents .frame-contents table th {
    background: #4e413b;
    color: #fff;
    text-align: center;
    min-width: min(34vw, 145px);
}

.single-contents .frame-contents table tr:not(:last-of-type) th {
    border-bottom: 1px solid #fff;
}

.single-contents .frame-contents table tr:not(:last-of-type) td {
    border-bottom: 1px solid #4e413b;
}

.frame-contents table th span {
    font-size: min(3.2vw, 12px);
    display: block;
}

/*実績*/
.twork-contents {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 200px), 1fr));
    gap: min(6vw, 30px) min(6vw, 35px);
    /* 	margin-top:min(13vw,55px); */
}

.twork-contents .wrap-zoom>img {
    object-fit: cover;
}

.twork-contents a>*:nth-child(1) {
    margin-bottom: 10px;
}

.twork-contents a>*:nth-child(2) {
    justify-content: start;
}

.twork-contents time {
    font-size: min(3.1vw, 12px);
}

.twork-contents .category-post {
    font-size: min(3vw, 11px);
    padding: 0.25rem 0.5rem;
}

.main-column .twork-contents h3 {
    position: relative;
    /*     font-family: "游ゴシック",YuGothic; */
    /*     font-weight: normal; */
    /*     letter-spacing: 0; */
    font-size: min(3.5vw, 14px);
    line-height: 1.25;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #4e413b;
    padding-right: 35px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twork-contents h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 0;
    width: 30px;
    aspect-ratio: 3/1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 104 26"><polyline fill="none" stroke="%234e413b" stroke-width="4" stroke-miterlimit="10" points="0,23.869 98.585,23.869 73.938,1.48" /></svg>') center/contain no-repeat;
}

/*インスタグラム*/
.insta-box #sb_instagram {
    padding-bottom: 0 !important;
}

.insta-box #sb_instagram #sbi_images {
    padding: 0 !important;
    float: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(47%, 200px), 1fr));
    gap: min(5vw, 30px) !important;
}

#sb_instagram #sbi_images .sbi_item {
    display: block;
    float: none;
    padding: min(2.5vw, 10px) !important;
    background: #fff;
}

#sb_instagram #sbi_images .sbi_item:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 100%;
}

.insta-box #sb_instagram .sbi_photo img {
    aspect-ratio: 1;
    object-fit: cover;
}

#sb_instagram .sbi_photo {
    aspect-ratio: 1;
    height: auto !important;
    object-fit: cover;
}

/*ご挨拶*/
.top-message,
.wrap-1column .main-column .top-message .en-title,
.wrap-1column .main-column .top-message .en-title span {
    color: #fff;
}

.no-webp .top-message {
    background: url(../images/message-back.jpg) center/cover no-repeat;
}

.webp .top-message {
    background: url(../images/message-back.jpg.webp) center/cover no-repeat;
}

.message-text {
    background: #4e413b8a;
    padding: min(7vw, 2.5rem);
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
}

.message-text p {
    font-size: min(3.7vw, 16px);
}

.message-text>p:not(:first-of-type) {
    margin-top: min(3vw, 20px);
}


/*********************************************
* 固定ページ
**********************************************/
.page-section+.page-section {
    margin-top: min(25vw, 120px);
}

.main-columnc .page-section h3 {
    margin: min(12vw, 60px) 0 min(5vw, 25px);
}

.main-columnc .page-section h2+h3 {
    margin: min(5vw, 20px) 0 min(4vw, 22px);
}

h3+.text-box2-1 {
    margin-top: -0.5rem;
}

body .page-section .box2 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: min(4vw, 35px);
    margin-bottom: min(4.5vw, 23px);
}

body .page-section .box2-nowrap {
    grid-template-columns: repeat(auto-fit, minmax(min(47%, 250px), 1fr));
}

.page-section .img-one-center {
    margin: min(3.5vw, 1rem) auto min(6.5vw, 1.5rem);
}

.page-section .imgtwo-center {
    margin: min(3.5vw, 1rem) auto min(6.5vw, 2rem);
}

.imgtwo-center>div {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    max-width: 100% !important;
}

.page-section>div>figure:first-child+h2 {
    margin-top: min(6.5vw, 2.5rem);
}

.flexCenter+.img-one-center {
    margin-top: min(9vw, 4rem);
}

ol:not([class])+p,
ul:not([class])+p {
    margin-top: min(5vw, 1rem);
}

.main-columnc h4+p {
    margin-top: -10px;
}

/*ショールーム*/
.col1-movie>div {
    aspect-ratio: 5/2.81;
    margin-top: min(9vw, 50px);
}

.col1-movie>div>iframe {
    width: 100%;
    height: 100%;
}

figure.wp-block-gallery.pgird2-img {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 350px), 1fr));
    gap: min(5vw, 40px);
}

figure.wp-block-gallery.pgird3-img {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 250px), 1fr));
    gap: min(4vw, 25px) min(5vw, 35px);
}

.pgird2-img figure img,
.pgird3-img figure img {
    aspect-ratio: 3/2;
    height: auto;
    object-fit: cover;
}

.showroom .list-table {
    margin: 0;
}

.showroom .wp-block-columns figure,
.showroom .wp-block-group figure {
    object-fit: contain;
    height: auto;
}

/*選び方*/
.choice .main-column p+ul {
    margin-top: 1.2rem;
}

.wood-slide {
    margin-bottom: min(2vw, 15px);
}

#wood-pcontents .slick-slide img {
    border-radius: 50%;
}

.pum-container.pum-responsive .ws-content img {
    margin: 0 auto min(3vw, 15px);
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    max-width: 400px;
}

.ws-content p {
    font-size: min(3.5vw, 14px);
}

.paint-slide {
    display: block;
    width: 95%;
    margin: 0 auto;
}

.paint-slide .slick-initialized .slick-slide {
    /* 	aspect-ratio: 1;
	object-fit:cover; */
    height: auto;
    margin: min(3vw, 15px);
}

.paint-slide .slick-slide img {
    object-fit: cover;
    aspect-ratio: 1;
}

.paint-slide .slick-prev {
    -webkit-transform: translateY(-50%) rotate(225deg);
    /*     top: 50%; */
    top: 45%;
    left: -8px;
    width: min(4vw, 20px);
    height: min(4vw, 20px);
    transform: translateY(-50%) rotate(225deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    filter: drop-shadow(0 0 3px #000);
}

.paint-slide .slick-next {
    -webkit-transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: -8px;
    width: min(4vw, 20px);
    height: min(4vw, 20px);
    transform: translateY(-50%) rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    filter: drop-shadow(0 0 3px #000);
}

.paint-slide .slick-prev:hover,
.paint-slide .slick-next:hover {
    filter: drop-shadow(0 0 5px #000);
}

.paint-slide .slick-slide p {
    text-align: center;
    margin-top: 0.5rem;
    font-size: min(3.5vw, 14px);
    line-height: 1.25;
    text-indent: 0.3rem;
}

.paint-slide.wood-slide {
    margin: min(1.5vw, 10px) auto;
}

.paint-slide.wood-slide2 {
    width: 100%;
    margin: min(2vw, 15px) 0 0;
}

.paint-slide.wood-slide2 .slick-initialized .slick-slide {
    aspect-ratio: 1/2.5;
    object-fit: cover;
    margin: min(0.5vw, 5px);
}

.paint-slide.wood-slide2 .slick-slide img {
    aspect-ratio: 1/2.5;
    object-fit: cover;
}

.paint-slide.wood-slide2 .slick-prev {
    left: 20px;
}

.paint-slide.wood-slide2 .slick-next {
    right: 20px;
}

.ctype-contents>div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
    gap: min(9vw, 40px) min(7vw, 45px);
    margin-top: min(7vw, 40px);
}

body .page-section .ctype-contents .box2 {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
    gap: min(4vw, 25px);
    margin-top: min(4.5vw, 20px);
    margin-bottom: min(4.5vw, 18px);
}

.ctype-contents .box2 figure,
.ctype-contents .box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-columnc .page-section .ctype-contents h3 {
    margin: 0 0 min(5vw, 22px);
}

.ctype-contents p {
    font-size: min(3.7vw, 15px);
}

.usage-section .grid2-img img {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
    border: 1px solid #ccc;
}

.main-column .wood-list li {
    margin-left: 62px;
}

.wood-list li:after {
    content: "";
    display: block;
    width: 47px;
    height: auto;
    aspect-ratio: 4.1/6;
    background: url("../images/conifer.jpg") center/contain no-repeat;
    position: absolute;
    left: -62px;
    top: -2px;
    margin: 0;
}

.main-column .wood-list li:nth-of-type(2) {
    margin-top: 1rem;
}

.wood-list li:nth-of-type(2):after {
    width: 52px;
    top: 9px;
    aspect-ratio: 4.7/5;
    background: url("../images/hardwood.jpg") center/contain no-repeat;
}

.grade-gallery>div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(45%, 180px), 1fr));
    gap: min(4vw, 20px) min(4vw, 30px);
    margin-top: min(6vw, 30px);
}

.grade-gallery h5 {
    text-align: center;
    font-size: min(3.7vw, 17px);
    margin: 0.6rem 0 0.5rem;
}

.grade-gallery p {
    text-align: center;
    font-size: min(3vw, 14px);
    line-height: 1.4;
}

.structure-box figure {
    aspect-ratio: 3/1;
    object-fit: cover;
}

.wchoice-ex {
    margin-top: min(10vw, 40px);
}

.wchoice-ex>div>p {
    font-weight: bold;
    font-size: min(4.5vw, 18px);
    color: #f37022;
}

.main-columnc .wchoice-ex h4 {
    border: none;
    border-radius: 25px;
    margin-bottom: min(5vw, 20px);
    font-size: min(4.5vw, 18px);
    padding: 0.5rem 0.7rem;
    text-align: center;
    line-height: 1;
}

.main-column .wchoice-ex h5 {
    font-size: min(4.1vw, 17px);
    margin-bottom: 0.7rem;
    line-height: 1.5;
    color: #5ea146;
}

.wcex-box>div {
    display: flex;
    flex-wrap: wrap;
    gap: min(5vw, 40px);
    align-items: center;
    margin-top: min(8vw, 35px);
}

.wcex-box-left {
    flex: 0 1 100px;
}

.wcex-box-right {
    flex: 1 1 347px;
}

.wcex-box p {
    font-size: min(3.8vw, 15px);
    line-height: 1.5;
}

.grex-box>div {
    display: flex;
    flex-wrap: wrap;
    gap: min(8vw, 40px);
    margin-top: min(8vw, 35px);
    justify-content: center;
}

.main-columnc .grex-box h4 {
    background: none;
    border: none;
    padding: 0;
    color: #5ea146;
    margin-bottom: min(5vw, 17px);
}

.grex-box p+h4 {
    margin-top: min(5vw, 25px);
}

.grex-box-left {
    flex: 0 1 560px;
}

.grex-box-right {
    flex: 1 1 300px;
}

.main-column .finish-box table {
    border: 1px solid #333;
    margin: min(9.5vw, 2rem) 0 min(5.5vw, 1.3rem);
}

.main-column .finish-box table tr:not(:last-of-type),
.main-column .finish-box .sp tr>*:not(:last-child) {
    border-bottom: 1px solid #333;
}

.main-column .finish-box .pc tr>*:not(:last-child) {
    border-right: 1px solid #333;
}

.main-column .finish-box .pc tr>*:first-child {
    width: 165px;
}

.main-column .finish-box table th,
.main-column .finish-box table td {
    padding: 0.7rem 1rem;
    vertical-align: middle;
}

.main-column .finish-box table th {
    text-align: center;
}

.main-column .finish-box .pc tr:first-of-type th,
.main-column .finish-box .sp th {
    background: #959595;
    color: #fff;
}

.main-column .finish-box table td {
    font-size: min(3.5vw, 14px);
}

.finish-box table img {
    width: min(100%, 215px);
    display: block;
    margin: 1rem auto;
}

.main-column .finish-box .pc td {
    text-align: center;
    font-size: min(3vw, 13px);
}

.main-column .finish-box .pc .kome-list li {
    font-size: min(3vw, 13px);
}

.main-column .finish-box .kome-cen .kome-list li {
    text-align: center;
    padding-left: 0;
}

.main-column .finish-box .kome-cen .kome-list li:before {
    left: 10.5%;
    transform: translatex(-50%);
}

.main-column .finish-box .sp th,
.main-column .finish-box .sp td {
    display: block;
    width: 100%;
}

.main-column .finish-box .sp td {
    position: relative;
}

.main-column .finish-box .sp td[label]:before {
    content: attr(label);
    font-weight: bold;
    color: #f37022;
    font-size: min(4vw, 16px);
    display: block;
    margin-bottom: 0.1rem;
}

.main-column .finish-box .sp .kome-list li {
    margin-top: 0.3rem;
}

/*会社概要*/
.ac-contents {
    margin-top: min(12vw, 60px);
}

.acc1 {
    margin-top: min(6vw, 35px);
}

.ac-box>div {
    display: flex;
    flex-direction: column;
    height: 100%
}

.main-columnc .page-section .ac-contents h3 {
    margin-top: 0;
    border-bottom: none;
}

.ac-box p:last-of-type {
    margin-bottom: min(4.5vw, 1.5rem);
}

.ac-box .gird2-img {
    margin-top: auto;
}

.ac-box .gird2-img img {
    object-fit: cover;
    height: 100%;
}

.ac-box .gird2-img>div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 100px), 1fr));
    gap: min(6vw, 20px);
    margin-top: 0;
}

.ac-box2 iframe {
    aspect-ratio: 5/3;
    object-fit: cover;
    width: 100%;
    height: auto;
}


/*********************************************
* 投稿系
**********************************************/
.normal-single .single-contents>*:first-child,
.normal-single .single-contents>div:first-of-type>.wp-block-group__inner-container>h2 {
    margin-top: 0;
}

.normal-single .single-contents p {
    font-size: min(3.7vw, 15px);
}

/*******投稿　お役立ち******/
.ascover figure,
.ascover img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*塗装*/
.single-contents .coloring-box .box1-2 img {
    max-width: 240px;
}

.normal-single .single-contents .spain-slide-box h3 {
    margin-bottom: min(3.5vw, 5px);
}

.us-painting .main-column .link-list {
    max-width: 500px;
    width: 100%;
    margin: 0 auto min(15vw, 80px);
    grid-template-columns: repeat(auto-fit, minmax(min(47%, 120px), 1fr));
}

body .antiviral-img-box {
    display: flex;
    margin: min(4.5vw, 25px) auto 0;
    width: min(100%, 550px);
}

body .antiviral-img-box>div:first-of-type {
    flex: 1 1 min(55vw, 350px);
}

.antiviral-img-box.wp-block-columns figure img {
    object-fit: contain;
    height: auto;
}

.us-painting .paint-gallery.wp-block-gallery {
    display: grid;
    /*     grid-template-columns: repeat(auto-fill,minmax(min(29%,100px),1fr)); */
    grid-template-columns: repeat(auto-fill, minmax(min(29%, 110px), 1fr));
    object-fit: contain;
    aspect-ratio: auto;
    height: auto;
    width: 100%;
    gap: min(3vw, 15px);
    margin-top: min(3.5vw, 15px);
}

.paint-gallery .wp-block-image figcaption {
    margin-top: min(1.5vw, 7px);
    font-weight: bold;
    font-size: min(3vw, 13px);
}

.paint-gallery figure,
.paint-gallery img {
    object-fit: cover;
    height: auto;
    width: 100%;
    aspect-ratio: 1;
}

/*日常の注意ポイント*/
.wp-block-group .punder-img {
    object-fit: contain;
    height: auto;
    display: block;
    margin: min(6vw, 30px) auto 0;
    max-width: 350px;
    width: 100%;
}

.wp-block-group .punder-img img {
    object-fit: contain;
    height: auto;
    width: 100%;
}

/*よくある質問*/
.qa-contents {
    position: relative;
    padding-left: min(8vw, 30px);
}

.qa-contents:before {
    content: "A";
    display: block;
    color: #f47021;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 700;
    position: absolute;
    top: -4px;
    left: 0;
    font-size: min(7.5vw, 30px);
}

.uret-table table {
    border: 1px solid #4e413b;
}

.uret-table table tr:not(:last-of-type) {
    border-bottom: 1px solid #4e413b;
}

.uret-table table tr td:first-of-type {
    border-right: 1px solid #4e413b;
    width: 130px;
}

/** 施工実績 **/
.single-contents .work-table {
    margin: min(7vw, 32px) 0 0;
}

.single-contents .work-table th,
.single-contents .work-table td {
    padding: 0.8rem 1.3rem;
    line-height: 1.75;
    border: 1px solid #cccccc;
    vertical-align: middle;
    font-size: min(3.7vw, 16px);
}

.single-contents .work-table th {
    background: #eee;
    width: min(26vw, 125px);
}

.single-contents .kinds-link {
    align-items: center;
    display: inline-flex;
    text-decoration: underline;
}

.kinds-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #4e413b;
    color: #fff;
    text-align: center;
    transition: 0.2s;
    position: relative;
    top: -1px;
    margin-left: 5px;
    line-height: 1;
}

.kinds-link span:before {
    content: "";
    -webkit-transform: rotate(45deg);
    display: block;
    width: 30%;
    height: 30%;
    margin-right: 1px;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.single-works .card {
    margin-top: min(15vw, 75px);
}

.single-works .card h4 {
    margin-bottom: min(3vw, 12px);
    font-size: min(4.5vw, 20px);
}

.works-image {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(27%, 300px), 1fr));
    gap: min(3vw, 25px);
    margin-top: min(3vw, 25px);
}

.works-image a img {
    aspect-ratio: 3/2;
    object-fit: cover;
}


/*********************************************
* フローリング・パネリング投稿系
**********************************************/
.awork-contents {
    gap: min(6vw, 35px);
}

.awork-contents .wrap-zoom {
    position: relative;
}

.awork-contents .wrap-zoom>img {
    object-fit: cover;
}

.awork-contents .category-post {
    position: absolute;
    top: 6%;
    left: 5%;
}

.main-column .awork-contents h3 {
    line-height: 1.45;
    margin-top: 5px;
    padding-right: 13px;
    /*     padding-bottom: 10px; */
    text-align: left;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.awork-contents .box-post-img-text a {
    border-bottom: 1px solid #4e413b;
    padding-bottom: 10px;
}

.main-column .awork-contents .p-price {
    margin: 10px 0 0;
    padding-left: 0;
    font-size: min(4vw, 18px);
    line-height: 1.25;
    border-left: none;
    text-align: right;
    font-family: "游ゴシック", YuGothic;
    font-weight: bold;
    color: #4e413b;
    letter-spacing: -0.001em;
}

.awork-contents h3:before {
    display: none;
}

.awork-contents h3:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 2px;
    /*     bottom: 13px; */
    width: 9px;
    height: 9px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #4e413b;
    border-right: 1px solid #4e413b;
    content: "";
    translate: 0% -50%;
    top: 54%;
}

/*フローリング・パネリング投稿ページ*/
.psingle-main .single-wrap {
    padding: 0;
    border: none;
    background: none;
    margin-bottom: min(20vw, 64px);
}

.wood-info-top {
    display: grid;
    gap: min(7vw, 40px);
    margin-bottom: min(15vw, 54px);
}

.wthum-img {
    background: #fff;
    padding: 10px;
    /*     aspect-ratio: 9/8.45;
	object-fit:cover; */
}

.wthum-img img {
    width: 100%;
    aspect-ratio: 5/7;
    object-fit: cover;
}

.wtext-info {
    margin-top: 3px;
}

.wood-info-top .single-header {
    justify-content: flex-start;
    margin-bottom: 1.3rem;
    /* 	margin-bottom:0; */
    flex-wrap: wrap;
    gap: 8px;
}

/* .wood-info-top .single-header span{
    margin-bottom: 1.3rem;	
} */
.wood-info-top .category-post {
    width: auto;
    padding: 0.4rem 1.5rem 0.3rem;
    line-height: 1;
    /*     margin-right: 8px; */
    font-size: min(3.5vw, 15px);
}

.w-name {
    font-size: min(5.5vw, 21px);
    line-height: 1.9;
    letter-spacing: 0;
    /*     font-family: "游ゴシック",YuGothic; */
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 0.4rem;
    margin-bottom: 1.1rem;
    text-align: left;
}

.main-column .w-price {
    font-size: min(5vw, 26px);
    font-family: "游ゴシック", YuGothic;
    color: #4e413b;
    text-align: right;
}

.w-price span {
    font-size: min(3.7vw, 16px);
}

.main-column .w-table {
    border: none;
    margin: min(6vw, 25px) 0 0;

	& tr{
		display: flex;
	}
}

.main-column .w-table th,
.main-column .w-table td {
    padding: 0;
    /*     line-height: 1.25; */
    line-height: 1.55rem;
}

.main-column .w-table tr:not(:last-of-type) th,
.main-column .w-table tr:not(:last-of-type) td {
    /* 	padding-bottom: 0.65em; */
    padding-bottom: 0.85rem;
}

.main-column .w-table th {
    position: relative;
    background: none;
    padding-right: 1em;
    flex: 0 90px;
    letter-spacing: -0.001em;
    text-align-last: justify;
}

.main-column .w-table th:after {
    content: "：";
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
}

.main-column .w-table td {
    padding-left: 0.5em;
	flex: 1;
}

.bline-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--sub_color2);
    font-weight: bold;
    /*     font-family: "游ゴシック",YuGothic;
    font-size: min(5vw,19px);
    margin-bottom: min(7vw,45px); */
    font-size: min(5vw, 24px);
    margin-bottom: min(7vw, 25px);
}

.wib-title {
    margin: 0 min(5vw, 16px);
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    text-align: center;
    line-height: 1.25;
}

.wib-title>.wib-ja {
    font-size: min(4.5vw, 16px);
    display: block;
    margin-top: 5px;
}

.bline-title:before,
.bline-title:after {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--sub_color2);
    top: 2px;
    position: relative;
}

.come-box {
    background: #fff;
    padding: 1rem 1.2rem 1.2rem;
    margin-bottom: min(15vw, 67px);
}

.come-box>div {
    max-width: 485px;
    margin: 0 auto;
}

.wood-info-bottom .come-box h2 {
    margin-bottom: min(7vw, 17px);
}

.come-box p {
    font-size: min(3vw, 12px);
    line-height: 1.9;
}

.wg-box {
    display: grid;
    /* 	grid-template-columns:repeat(auto-fill,minmax(min(47%,150px),1fr));
	gap:min(5vw,18px);
	margin-bottom: min(10vw,38px); */
    grid-template-columns: repeat(auto-fill, minmax(min(23%, 120px), 1fr));
    gap: min(2vw, 15px);
    margin-bottom: min(15vw, 70px);
}

.wg-box a {
    position: relative;
    display: block;
}

.wg-box a:hover {
    opacity: 1;
}

.wg-box a:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000045;
    transition: 0.3s;
    opacity: 0;
}

.wg-box a:after {
    content: "";
    background: url(../images/plus-icon.svg) center/contain no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    width: min(10vw, 30px);
    aspect-ratio: 1;
    transition: 0.3s;
    opacity: 0;
}

.wg-box a:hover:before,
.wg-box a:hover:after {
    opacity: 1;
}

.wg-box img {
    width: 100%;
    aspect-ratio: 5/7;
    object-fit: cover;
}

.psingle-main .btn-archive,
.nav-link .btn-archive {
    /*     margin-top: 0; */
    font-size: min(3.3vw, 14px);
    /*     max-width: 220px;
    padding: 0.4rem 2.7rem 0.2rem 1rem; */
    width: min(100%, 220px);
}

/* .psingle-main .btn-archive{
    padding: 0.4rem 2.7rem 0.4rem 1rem;
} */
.psingle-main .btn-archive:after,
.nav-link .btn-archive:after {
    right: 0.8em;
}

.related .twork-contents {
    margin-top: 0;
}

.related .bline-title {
    margin-bottom: min(7vw, 34px);
}

.main-column .related .awork-contents h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-right: 0;
}

.related .awork-contents h3:after {
    bottom: 6px;
    width: min(2vw, 9px);
    height: min(2vw, 9px);
}

.main-column .related .awork-contents .p-price {
    display: none;
}

/*旭インフォメーション（asahi infomation）*/
.ainfo-contents {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 150px), 1fr));
    gap: min(4.5vw, 25px) min(6vw, 30px);
}

.index .ainfo-contents {
    margin-top: min(13vw, 55px);
    grid-template-columns: repeat(auto-fill, minmax(min(46%, 180px), 1fr));
}

.index .ainfo-contents .box-post-img-text a>div {
    border: 1px solid #efefef;
}

.ainfo-contents .box-post-img-text a>div {
    margin-bottom: 0.6rem;
}

.main-column .ainfo-contents h3 {
    position: relative;
    font-family: "游ゴシック", YuGothic;
    font-weight: normal;
    letter-spacing: 0;
    font-size: min(3.5vw, 14px);
    line-height: 1.25;
    margin-top: 0;
    display: block;
    text-align: left;
}

.ainfo-contents a img {
    object-fit: contain;
    aspect-ratio: 2.85/4;
    height: auto !important;
    width: 100%;
}

.ainfo-contents a:hover {
    opacity: 0.7;
}

.pdf-modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.pdf-bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.pdf-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 80vh;
    aspect-ratio: 3/2.47;
}

.pdf-content>*:first-child {
    width: 100%;
    height: 100%;
}

.pdf-content .pdf-close {
    color: #fff;
    text-align: right;
    display: block;
    font-size: min(3.5vw, 14px);
    margin-top: 5px;
}


/**********************************************
 * 固定ページ
 * ********************************************/
body:not(.index) .page-wrap .wrap {
    padding: 0;
}

.page-wrap .main-columnc {
    padding-bottom: min(30vw, 250px);
}

.page-wrap .wrap .contents {
    background: #fff;
}

.page-wrap .breadcrumb {
    margin-bottom: 0;
    padding: 1.6em 0 min(7vw, 4.4em);
}

.text-box2-1r.text-box2-1>div>.box2 {
    grid-template-columns: repeat(auto-fit, minmax(min(45%, 250px), 1fr));
    gap: min(4vw, 20px);
    margin: 0;
}

.text-box2-2r.text-box2-1>div>.box2 {
    grid-template-columns: repeat(auto-fit, minmax(min(45%, 250px), 1fr));
    width: min(100%, 650px);
    margin: min(4vw, 25px) auto 0;
    gap: min(5vw, 30px);
    display: flex;
}

.text-box2-2r.text-box2-1>div>.box2>div:nth-of-type(2) {
    flex: 1 1 1370px;
}

.text-box2-2r.text-box2-1>div>*:nth-child(1) {
    width: 100%;
}

/*旭商事のパネリング*/
.asahi-paneling .img-box2>div>figure:not(:last-of-type) {
    margin-bottom: min(5.5vw, 25px);
}

.movie-aspect iframe {
    aspect-ratio: 4/2.25;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/*製品に関する注意事項関連*/
.service-contents>div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: min(12.5vw, 45px);
}

.service-contents p {
    font-size: min(3.7vw, 15px);
}

.list-img2 {
    gap: min(5vw, 30px);
    max-width: 550px;
    display: flex;
    align-items: center;
    margin: min(3vw, 20px) auto min(6.5vw, 35px);
}

.main-columnc .list-img2 .cover-none,
.main-columnc .list-img2 .cover-none img {
    width: auto;
}

/*カタログ*/
.catalog-contents>div {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
    gap: min(7vw, 45px) min(7vw, 35px);
}

.catalog-box>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-columnc .page-section .catalog-box h3 {
    margin: 0 0 1rem;
    font-size: min(5vw, 17px);
    letter-spacing: .05rem;
    border-left: 0.4rem solid #4e413b;
    padding: 0.2rem 0 0.4rem 0.7rem;
}

.main-columnc .catalog-box h3:after {
    display: none;
}

.catalog-box figure {
    margin-top: auto;
}

.catalog-box img {
    border: 1px solid #ccc;
    display: block;
}

.catalog-btn-box {
    display: flex;
    flex-direction: column;
    gap: min(5vw, 15px);
    margin-top: 1.5rem;
}

.catalog-btn-box a {
    border: 1px solid #4e413b;
    background: #fff;
    padding: 0.5rem 1.8rem 0.5rem 0.7rem;
    color: #4e413b;
    letter-spacing: -.001em;
    font-size: min(3.7vw, 13px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.35;
    position: relative;
    width: 100%;
}

.catalog-btn-box a:hover {
    background: #4e413b;
    color: #fff;
    opacity: 1;
}

.catalog-btn-box a:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 47%;
    right: 5%;
    border-top: 2px solid #4e413b;
    border-right: 2px solid #4e413b;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);

}

.catalog-btn-box a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


@media screen and (min-width:1641px) {

    /*ヘッダー*/
    .hmenu-add.ha-sp {
        display: none;
    }

    .header .nav-drawer>.contents {
        /* padding: 21px 0; */
    }

    .wrap-logo {
        /* margin-left: 33px; */
    }

    .wrap-logo .logo img {
        /* max-height: 50px; */
    }

    /* .head-header {
		margin-left: min(5vw,5em);
		margin-top: 4px;
		font-size: min(3.5vw,14px);
	} */
    /* .head-header {
		margin-left: 1.2rem;
		margin-top: -0.5rem;
		font-size: min(3.5vw, 14px);
	} */
    /* .head-header > *{
		line-height: 1.75;
		color:#4e413b;
		font-family: "zen-old-mincho",sans-serif;
		line-height:1;
	} */
    #nav-content {
        display: flex;
    }

    .nav {
        display: flex;
        align-items: center;
        margin-right: min(3vw, 35px);
    }

    /* #nav-open{
		display: none;
	} */
    .btn-close {
        display: none;
    }

    .drawer-nav {
        display: none;
    }

    #nav-conpc {
        z-index: 9998;
        position: fixed;
        /* 		top: 50%; */
        left: 50%;
        /* 		width: 100%;
		height: 100%; */
        width: min(100%, 1100px);
        height: auto;
        overflow: auto;
        /* 		translate: -50% -50%; */
        background: #fff;
        transition: 0.5s ease-in-out;
        white-space: nowrap;
        word-break: keep-all;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        top: 108px;

        translate: -50% 0%;
        border: 1px solid #ccc;

		& > .drawer-nav{
        padding: 1.1rem 2.5rem 2.5rem;
		}
    }

    #nav-input:checked~#nav-conpc {
        visibility: inherit;
        opacity: 1;
        transition: 0.5s;

        & .drawer-nav {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(min(45%, 350px), 1fr));
            /*             gap: 5px 28px; */
            gap: 0 28px;
            border-top: none;

            & li {
                line-height: 1;

                & a {
                    min-height: auto;
                    padding: 0.8rem 1rem 1rem;
                }
            }
        }
    }

    #nav-close {
        display: none;
        z-index: 99;
        position: fixed;
        /* 		top: 0; */
        top: 108px;
        left: 0;
        width: 100%;
        /* 		height: 100%; */
        height: calc(100% - 108px);
        background: #000;
        opacity: 0;
        transition: 0.5s ease-in-out;
    }

    #nav-input:checked~#nav-close {
        transition: 0.5s;
        display: block;
        opacity: 0.5;
    }
}



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

    /*ヘッダー*/
    #nav-conpc {
        display: none;
    }

    .hmenu-add.ha-pc,
    .global-nav {
        display: none;
    }

    #nav-close {
        display: none;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }

    #nav-content {
        -webkit-transform: translateX(-105%);
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        width: 90%;
        max-width: 300px;
        min-width: 300px;
        height: 100%;
        overflow: auto;
        transform: translateX(-105%);
        background: #fff;
        transition: 0.5s ease-in-out;
        white-space: nowrap;
        word-break: keep-all;
    }

    .btn-close {
        display: block;
    }

    #nav-input:checked~#nav-close {
        display: block;
        opacity: 0.5;
    }

    #nav-input:checked~#nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgb(0 0 0 / 15%);
    }

    .hmenu-add.ha-sp {
        width: 100%;
        aspect-ratio: auto;
    }

    .hmenu-add a {
        display: flex;
        align-items: center;
        padding: 15px;
        width: 100%;
        background: #4e413b;
        color: #fff;
    }

    .hmenu-add>a:first-of-type img {
        display: none;
    }

    .hmenu-add>a:first-of-type:before {
        content: "";
        display: block;
        height: 30px;
        width: 30px;
        background: url(../images/insta-f.svg) center/contain no-repeat;
        margin-right: 15px;
    }

    .hmenu-add>a:nth-of-type(2) {
        background: #f37022;
    }

    .hmenu-add>a:nth-of-type(2) img {
        width: 30px;
        aspect-ratio: 1;
        margin-right: 15px;
    }
}


@media screen and (max-width: 1640px) and (min-width:641px) {

    /* .head-header > * {
    line-height: 1.75;
    color: #4e413b;
    font-family: "zen-old-mincho",sans-serif;
} */
    .h-flex {
        /* padding: 20px; */
    }

    .wrap-logo {
        /* margin-left: 0; */
    }

    #nav-open {
        /* top: 20px; */
    }
}


@media screen and (max-width:1670px) and (min-width:901px) {
    .cata-link {
        top: 70%;
    }
}


@media screen and (max-width:1670px) and (min-width:901px) {
    .s-btn.con-link {
        top: 38%;
    }
}


@media screen and (min-width: 1241px) {
    .page-wrap .breadcrumb {
        max-width: 940px;
        margin: 0 auto;
    }
}


@media screen and (min-width: 901px) and (max-width: 1240px) {
    .page-wrap .wrap .contents {
        padding: 0 40px;
    }
}


@media screen and (max-width: 1240px) {
    .normal-single .single-wrap {
        background: #fff;
        padding: min(6vw, 2.5rem);
    }
}


@media screen and (min-width:901px) {

    /*共通*/
    .gbox3-2>div {
        display: flex;
    }

    .gbox3-2>div>*:nth-child(1) {
        width: calc((100% - min(5vw, 40px)) / 5*3);
    }

    .gbox3-2>div>*:nth-child(2) {
        width: calc((100% - min(5vw, 40px)) / 5*2);
    }

    .text-box4-1>div,
    .text-box2-1>div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .text-box4-1>div>*:nth-child(1) {
        width: calc((100% - min(5.5vw, 30px)) / 5*4);
    }

    .text-box4-1>div>*:nth-child(2) {
        width: calc((100% - min(5.5vw, 30px)) / 5);
    }

    .text-box2-1>div>*:nth-child(1) {
        width: calc((100% - min(5.5vw, 30px)) / 3*2);
    }

    .text-box2-1>div>*:nth-child(2) {
        width: calc((100% - min(5.5vw, 30px)) / 3);
    }

    .fbox1-2>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fbox1-2>div>div:nth-of-type(1) {
        width: calc((100% - min(5vw, 40px)) / 5*2);
    }

    .fbox1-2>div>div:nth-of-type(2) {
        width: calc((100% - min(5vw, 40px)) / 5*3);
    }

    /*ヘッダー*/
    .header .nav-drawer>.contents {
        width: 100%;
    }

    .global-nav>li:nth-last-child(2) a,
    .global-nav>li:last-child a {
        border-right: none !important;
    }

    .header.over.active {
        transition: all 0.1s 0.1s;
    }

    .header.over {
        box-shadow: 0 0 5px 2px rgb(0 0 0 / 20%);
    }

    .header.over .nav-drawer>.contents {
        border-bottom: none;
    }

    .h-flex {
        align-items: center;
    }

    .global-nav {
        justify-content: space-between;
        align-items: center;
    }

    .nav>.contents {
        width: 100%;
    }

    /*フッター*/
    .inner-footer-top {
        display: flex;
        justify-content: space-between;
    }

    .fmenu-contents {
        width: calc((100% - min(7.5vw, 75px)) / 4*3);
        display: flex;
        justify-content: space-between;
    }

    .fmenu-box {
        width: calc((100% - min(10vw, 100px)) / 3);
    }

    /* .box-info-footer{
	width:calc((100% - min(7.5vw,75px)) / 4);	
} */

    /*追従リンク*/
    .s-btn {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    /*トップ*/
    .hobl-link-contents:before {
        opacity: 0;
    }

    .hobl-link-contents:hover:before {
        opacity: 1;
    }

    .hobl-link-contents:hover {
        opacity: 1;
    }

    .hl-box {
        opacity: 0;
    }

    .hobl-link-contents:hover .hl-box {
        opacity: 1;
    }

    .hobl-link-contents:hover .hl-bl-title {
        opacity: 0;
    }

    .wrap-1column .main-column .top-showroom h2 {
        align-items: end;
    }

    /* .wrap-1column .main-column .top-news h2{
    align-items: start;
}	 */

    .text-box2-1r>div>div:nth-of-type(1) {
        order: 1;
    }

    /*ショールーム*/
    .sr-box {
        grid-template: 1fr / minmax(auto, 1300px) minmax(auto, 290px);
        margin-left: calc(50% - 50vw);
    }

    .srbox-left-img:before {
        left: 50.5%;
    }

    /*新着情報*/
    .tn-box {
        grid-template: 1fr / minmax(auto, 290px) minmax(auto, 1300px);
        margin-right: calc(50% - 50vw);
    }
}


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

    .main-columnc h2,
    .normal-single .single-contents h2 {
        font-size: min(5.8vw, 28px);
        padding: 0.5rem 2.3rem 0.6rem;
        letter-spacing: 0rem;
    }

    .textCenter {
        text-align: unset;
    }

    .wp-block-columns.wp-container-3 {
        flex-wrap: wrap !important;
    }

    .wp-block-columns.wp-container-3>* {
        flex-basis: 100% !important;
    }

    .box2-1 {
        flex-direction: column-reverse;
        gap: inherit;
    }

    .box2-1>div:nth-of-type(1) {
        margin-top: min(5vw, 30px);
    }

    .page-wrap .tb-contents {
        width: 88%;
        margin-right: 6%;
        margin-left: 6%;
        padding: 0 6%;
    }

    .order2 {
        order: 2;
    }

    .text-box4-1>div,
    .text-box2-1>div {
        display: grid;
        grid-template-columns: minmax(100%, 1fr);
        gap: min(6vw, 30px);
    }

    .text-box2-2r.text-box2-1>div {
        gap: min(4vw, 26px);
    }

    .s-floorfing .text-box4-1>div {
        gap: min(5.5vw, 30px);
    }

    .text-box4-1>div>*:nth-child(2) img {
        width: 60%;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .ac-box {
        margin-bottom: min(8vw, 40px);
    }

    .structure-box>div {
        gap: min(3.5vw, 30px);
    }

    /*トップ*/
    .index .main-visual>div {
        width: 100%;
    }

    .main-visual .slick-track>.slick-slide {
        width: 100% !important;
    }

    /*追従メニュー*/
    body.over {
        padding-bottom: 50px;
    }

    .f-btn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        justify-content: space-between;
        height: 50px;
        z-index: 1;
        transition: 0.3s;
        bottom: -60px;
    }

    .over .f-btn {
        bottom: 0;
    }

    .s-btn {
        position: relative;
        width: calc(100% / 7*3);
        height: auto;
        padding: 0.5em;
        border-radius: 0;
        height: auto;
        transform: inherit;
        top: auto;
        right: auto;
        letter-spacing: 0;
        aspect-ratio: auto;
    }

    .s-btn:before {
        width: min(7vw, 25px);
        margin-right: 5px;
        margin-bottom: 0;
    }

    .cata-link:before {
        width: min(7.3vw, 28px);
    }

    .pagetop {
        position: relative;
        right: auto;
        width: calc(100% / 7);
        height: auto;
        border-radius: 0;
        order: 3;
        bottom: auto;
        opacity: 1;
        background: #e2ded3;
    }

    .pagetop span {
        border-top: 3px solid #4e413b;
        border-right: 3px solid #4e413b;
        margin-top: 2px;
        width: min(5vw, 13px);
        height: auto;
        aspect-ratio: 1;
    }

    /*フッター*/
    .fmenu-contents {
        display: none;
    }

    /* .box-info-footer{
	max-width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: min(4vw,13px);
} */
    .info-footer {
        margin: min(3.5vw, 15px) 0 6px;
    }

    .info-footer dd {
        font-size: min(4vw, 13px);
    }

    .ff-btn {
        margin-top: min(4.5vw, 20px);
    }

    .ff-btn .ff-request {
        margin-top: min(4.5vw, 20px);
    }

    .a-rino {
        margin: min(6vw, 25px) auto 0;
    }

    /*製品紹介*/
    .main-column .hobl-link .hl-bl-title {
        display: none;
    }

    .hobl-link-contents .hl-box:before,
    .hobl-link-contents .hl-text:before {
        width: 100%;
    }

    .hobl-link-contents .hl-box:after,
    .hobl-link-contents .hl-text:after {
        height: 100%;
    }

    /*ショールーム*/
    .srbox-left {
        margin-left: calc(50% - 50vw);
    }

    .srbox-left-img:before {
        left: 52.5%;
    }

    /*新着情報*/
    .tnbox-right-news {
        max-width: 100%;
    }

    .tnbox-right {
        margin-right: calc(50% - 50vw);
    }

    /*お役立ち情報*/
    .tu-contents {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
        gap: min(10vw, 35px);
        margin-top: min(12vw, 60px);
    }

    /*商品*/
    .fp-sidebar .box-post-archive-side a {
        aspect-ratio: 7/3;
    }

    /*実績*/
    .index .twork-contents {
        grid-template-columns: repeat(auto-fill, minmax(min(46%, 150px), 1fr));
        gap: min(6vw, 25px) min(6vw, 20px);
        margin-top: min(10vw, 55px);
    }

    .main-column .twork-contents h3 {
        padding-right: 1rem;
    }

    .twork-contents h3:before {
        width: 20px;
    }

    /*インスタグラム*/
    .insta-box #sb_instagram #sbi_images {
        grid-template-columns: repeat(auto-fit, minmax(min(47%, 150px), 1fr));
        gap: min(5vw, 20px);
    }
}


@media screen and (max-width: 900px) and (min-width: 641px) {
    .main-column .hobl-link h3 {
        margin-bottom: min(2.5vw, 40px);
    }

    .hobl-link {
        gap: min(5vw, 60px);
    }

    .top-showroom .flexCenter {
        gap: 25px;
    }

    .main-column .contact-tell span {
        line-height: 1.55;
    }

    .main-column .contact-tell span>br:last-of-type {
        display: none;
    }
}


@media screen and (min-width: 641px) {

    .box3-r .wp-block-image figcaption br,
    .box3-rec .wp-block-image figcaption br {
        display: none;
    }

    .page-section .img-one-center {
        width: auto;
        height: auto;
        object-fit: contain;
        max-width: 50%;
        display: block;
    }

    .page-section .imgtwo-center {
        width: auto;
        height: auto;
        max-width: 95%;
        display: block;
    }

    .box-post-text a .tn-time {
        width: 82px;
    }

    .tn-text {
        width: calc((100% - 122px));
    }

    .tn-time:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        height: 95%;
        width: 0.5px;
        background: #212121;
        right: -19px
    }

    .wood-info-top {
        grid-template-columns: 1.273fr 1fr;
    }
}


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

    .flooring .box-post-img-text .category-post,
    .paneling-board .box-post-img-text .category-post {
        margin-right: 5%;
        padding: 6px 10px 4px;
        line-height: 1.35;
    }

    h3+ul {
        margin-top: -0.2rem;
    }

    .main-columnc h3:after,
    .normal-single .single-contents h3:after {
        flex: 4.5em;
        margin-left: 7px;
    }

    /*ヘッダー*/
    .index .nav-drawer .contents {
        /* padding: 0; */
    }

    #nav-content .contents {
        padding: 0;
    }

    .inner-header {
        /* padding: 32px 0 14px; */
        width: 100%;
    }

    .h-flex .wrap-logo {
        /* display: block; */
        /* margin-left: 0; */
    }

    .index .flex>div:nth-of-type(n+2) {
        margin-top: 0;
    }

    .list-sp-menu {
        display: none;
    }

    .wrap-logo .logo img {
        /* 	max-height: min(10vw,35px); */
        object-position: left;
        object-fit: contain;
        width: min(40vw, 195px);
        max-height: fit-content;
    }

    /*新着*/
    .tnbox-right {
        padding: min(5.9vw, 2.9em);
    }

    .tn-post-text a {
        display: block;
    }

    .box-post-text .time-date {
        font-size: min(6.5vw, 30px);
        margin-bottom: 5px;
        margin-top: 0;
    }

    .box-post-text .tn-text .category-post {
        margin-right: 5px;
        position: absolute;
        top: -3px;
        left: 39px;
        /* 	padding: 0.25rem 0.8rem 0.2rem;
    font-size: min(2vw,13px); */
        padding: 0.15rem 1rem 0.35rem;
    }

    .main-column .tnbox-right-news .box-post-text h3 {
        padding-right: 0;
        line-height: 1.35;
        width: calc(100% - 30px);
    }

    .main-column .tnbox-right-news .box-post-text a:after {
        width: 25px;
    }

    /*フローリング・パネリング*/
    /* .toggle label{
    letter-spacing: 0.05rem;	
}
.fp-sidebar .searchandfilter ul li select,
.fp-sidebar .searchandfilter input[type="submit"]{
    max-width: 100%;
    padding: 0.3em 1.6em 0.3em 0.5em;
    padding: 0.55rem 1rem 0.8rem;
} */

    /*お役立ち情報*/
    .tu-contents {
        gap: min(12vw, 45px);
    }

    .single-contents .frame-contents table th {
        min-width: 100%;
        width: 100%;
        display: block;
    }

    .single-contents .frame-contents table td {
        padding: 0.7em 1em;
        width: 100%;
        display: block;
    }

    /*実績*/
    .twork-contents a>*:nth-child(2) {
        flex-direction: column;
        align-items: flex-start;
    }

    .twork-contents .category-post {
        width: 100%;
        margin-top: 0.3rem;
    }

    /*インフォ*/
    .pdf-content {
        /* 	height: 60svh;
	aspect-ratio: 1.95/3; */
        height: 70vh;
        aspect-ratio: 1.7/3;
        top: 45%;
    }

    /*固定ページ*/
    .box2+p {
        margin-top: -6px;
    }

    .page-section p+.box2 {
        /* 	margin-top: min(2.5vw,25px); */
        margin-top: min(4.5vw, 25px);
    }

    .text-box2-2r.text-box2-1>div>.box2 {
        margin-top: 0;
    }

    .main-column .wood-list li {
        margin-left: 0;
        margin-top: 80px;
    }

    .main-column .wood-list li:nth-of-type(2) {
        margin-top: 73px;
    }

    .wood-list li:after {
        top: -74px;
        left: 50%;
        transform: translateX(-50%);
    }

    .wood-list li:nth-of-type(2):after {
        top: -61px;
    }

    body .page-section .ctype-contents .box2 {
        margin-bottom: min(6vw, 25px);
    }

    .gbox3-2>div>* p+.wp-block-group {
        margin-top: min(6.5vw, 4.5rem);
    }

    .wcex-box-left {
        margin: 0 auto;
    }

    /*カタログ*/
    .catalog-contents>div {
        gap: min(12vw, 60px);
    }

    /*投稿系*/
    /*よくある質問*/
    .uret-table table tr td:first-of-type {
        width: 50%;
    }

    /** 施工実績 **/
    .single-contents .work-table {
        border-bottom: 1px solid #ccc;
    }

    .single-contents .work-table th,
    .single-contents .work-table td {
        padding: 0.7rem 1.1rem;
        display: block;
        border-bottom: none;
    }

    .single-contents .work-table th {
        width: 100%;
    }

    /*お問い合わせ*/
    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
    }

    .main-column .contact-tell span {
        margin-top: 0.5rem;
        line-height: 1.4;
    }
}