body {
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

.bungee-regular {
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.site-header {
    position: absolute;
    box-shadow: none;
}

.header_scrolled .site-header {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    box-shadow: none;
}

.header_scrolled .lightning_swiper {
    margin-top: 0 !important;
}

.global-nav-list>li {
    margin-right: 50px;
    padding: 14px 1.5em;
}

.global-nav-list>li:last-child {
    margin-right: 0;
    background: #E67300;
    padding: 0;
    transition: background-color 0.3s ease;
}

.global-nav-list>li:last-child:hover,
section.contact .elementor-button:hover {
    background: #f19a3a;
    /* 少し薄い色 */
}

.global-nav-list>li a {
    font-size: 15px !important;
    padding: 0 !important;
}

.global-nav-list>li:last-child a {
    color: #fff;
    padding: 25px 1.5em !important;
}

.global-nav-list>li:last-child a span {
    display: none;
}

.global-nav-list>li:last-child a strong::before,
section.contact .elementor-button>span::before,
.contact-btn-icon::before {
    margin-right: .5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0e0";
    font-weight: 700;
    font-size: 1.2em;
    position: relative;
    top: 1px;
}

.global-nav-list>li:before {
    position: absolute;
    left: 0;
    bottom: 20px;
    content: "";
    width: 0;
    border-bottom: 1px solid #E67300;
    transition: all .5s ease-out;
}

.global-nav-list>li:last-child::before {
    content: none;
}

.global-nav-list>li:hover:before,
.global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before {
    width: 100%;
}

body.home .site-body {
    padding-top: 0;
}

.site-body>.site-body-container,
.products_list.e-con.e-flex>.e-con-inner,
.site-header--layout--nav-float .site-header-container {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
    width: 90%;
    margin: auto;
}

.elementor a,
footer a {
    color: #000;
}

.site-header--layout--nav-float .site-header-container {
    max-width: none;
    width: 98%;
}

.e-con.e-flex>.e-con-inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 1440px;
    width: 90%;
}

.header_scrolled .site-header-logo {
    display: block;
}

.header_scrolled .site-header .global-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header_scrolled .site-header .global-nav ul {
    height: auto;
}

.site-footer {
    background: #DEE0E5;
}

.site-footer img {
    max-height: 50px;
    margin-bottom: 1em;
}

.site-footer {
    font-size: 14px;
}

.site-footer-content {
    max-width: 1440px;
    padding-bottom: 30px;
}

.site-footer-content>div>* {
    flex: 0 0 45%;
    max-width: none;
}

.site-footer-content>div>div:nth-child(2) {
    flex: 0 0 55%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.site-footer-content>div>div:last-child {
    display: none;
}

.site-footer ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: end;
    margin: 0;
}

.site-footer ul li {
    margin-right: 2em;
}

.site-footer ul li:last-child {
    margin-right: 0;
}

.site-footer ul li a {
    text-decoration: none;
}

.site-footer-content>div>div:first-child aside p:first-of-type {
    margin-bottom: .8em;
}

.site-footer-content>div>div:first-child aside p:last-child {
    margin-bottom: 0;
}

h2 {
    font-family: "Bungee", sans-serif;
    font-size: 64px;
    margin-bottom: 30px !important;
}

h2 span {
    font-family: "BIZ UDPGothic", sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1em;
}

section.products_list h2 span {
    margin-top: 1em;
    margin-bottom: 1em;
}

/*section.news h2 span::before,
section.company h2 span::before {
    content: url(../images/capsule.png);
    position: relative;
    top: 2px;
    margin-right: .5em;
}*/

section.news h2 span::before,
section.company h2 span::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 16px;
    /*画像の幅*/
    height: 16px;
    /*画像の高さ*/
    background-image: url(../images/capsule_new.png);
    background-size: contain;
    vertical-align: middle;
    top: -1px !important;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin-right: .5em;
}

/*section.contact h2 span::before,
body:not(.home) .contact-section h2 span::before {
    content: url(../images/capsule3.png);
    position: relative;
    top: 2px;
    margin-right: .5em;
}*/

section.contact h2 span::before,
body:not(.home) .contact-section h2 span::before {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 16px;
    /*画像の幅*/
    height: 16px;
    /*画像の高さ*/
    background-image: url(../images/capsule3_new.png);
    background-size: contain;
    vertical-align: middle;
    top: -1px !important;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin-right: .5em;
}

section.products_list h2 span::before {
    content: url(../images/capsule2.png);
    position: relative;
    top: 4px;
    margin-right: .5em;
}

section.news .elementor-button,
section.products_list .elementor-button,
body.single-product .elementor-button {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

section.products_list .elementor-button {
    margin: 50px 0 25px 0;
}

/*section.news .elementor-button>span::after,
section.products_list .elementor-button>span::after {
    content: url(../images/linkbtn.png);
    top: 50%;
    right: -50%;
    -ms-transform: translateY(-50%);
    margin-left: 30px;
    margin-top: -35px;
}*/

section.news .elementor-button>span::after,
section.products_list .elementor-button>span::after,
body.single-product .elementor-button::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 96px;
    /*画像の幅*/
    height: 98px;
    /*画像の高さ*/
    background-image: url(../images/linkbtn2.png);
    background-size: contain;
    vertical-align: middle;
    top: -1px !important;
    background-repeat: no-repeat;
    margin-left: 30px;
    margin-top: -35px;
}

body.single-product .elementor-button::after {
    margin-top: 0px;
}

/*body.single-product .elementor-button::after {
    content: url(../images/linkbtn.png);
    bottom: -40px;
    right: -1em;
    -ms-transform: translateY(-50%);
    margin-left: 30px;
    margin-top: 35px;
    position: relative;
}*/

section.news .display-posts-listing {
    list-style: none;
    padding-left: 0;
}

section.news .display-posts-listing li {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 14px;
    margin: 1em auto;
}

section.news .display-posts-listing li:first-child {
    margin-top: 0;
}

section.news .display-posts-listing li:last-child {
    margin-bottom: 0;
}

section.news .display-posts-listing li span.date {
    font-family: "Bungee", sans-serif;
    margin-right: 50px;
}

section.news>div>div:first-child {
    justify-content: center;
}

section.products_list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: none !important;
    background: #E67300;
    color: #fff;
}

section.news,
section.page_link,
section.company,
section.contact {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: none !important;
}

section.products_list .product_outer {
    background: #fff;
    padding: 35px;
}

section.products_list .product_outer .product-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
    column-gap: 25px;
}

.products_list a img {
    transition: opacity 0.3s ease;
}

.products_list a:hover img {
    opacity: .6;
}

section.products_list .product_outer .product-list-wrap>* {
    flex: 0 0 calc((100% - 50px) / 3);
}

.products_list h3.product-title {
    font-size: 16px;
    margin: 1em 0 0 0;
    position: relative;
    /*padding-right: 50px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*section.products_list h3.product-title::after,
section.page_link h3::after {
    content: url(../images/arrow_right.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}*/

section.products_list h3.product-title::after,
section.page_link h3::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    width: 30px;
    /*画像の幅*/
    height: 30px;
    /*画像の高さ*/
    background-image: url(../images/arrow_right2.png);
    background-size: contain;
    vertical-align: middle;
    top: -1px !important;
    background-repeat: no-repeat;
}

section.page_link h3::after {
    position: relative;
    top: 10px;
    margin-left: 10px;
}

section.page_link {
    padding: 75px 0;
}

section.page_link>div {
    justify-content: space-between;
}

section.page_link>div>* {
    width: 49%;
    background: #000;
    padding: 25px;
    padding-bottom: 20px;
    border-radius: 5px;
}

section.page_link>div>* {
    width: 100%;
}

section.page_link h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: .8em;
}

section.page_link figure {
    margin-bottom: 0 !important;
}

section.contact>div {
    background: #000;
    color: #fff;
    padding: 75px !important;
    padding-right: 70px !important;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
    border-radius: 5px;
    min-height: 357px;
}

section.contact>div>* {
    padding: 0;
}

section.contact>div>div:last-child {
    text-align: center;
}

section.contact h2 {
    margin-bottom: 0 !important;
}

section.contact p,
p.contact-text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    transition: background-color 0.3s ease;
}

section.contact .elementor-button {
    background: #E67300;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    padding: 1.5em;
    padding-top: 1.7em;
}

section.company {
    margin-bottom: 80px;
    transition: 0.3s ease;
}

section.company>div:hover {
    opacity: .7;
}

section.company>div>* {
    padding: 0;
}

/*section.company>div>div:first-child {
    background: #E67300;
    align-items: center;
    flex-direction: row;
    padding-left: 70px;
}*/

section.company>div>div>div:first-child {
    background: #E67300;
    align-items: center;
    flex-direction: row;
    padding-left: 70px;
    border-radius: 5px 0 0 5px;
}

.breadcrumb-list li:after {
    content: ">";
    margin-left: .5em;
    margin-right: .5em;
}

.breadcrumb,
body.single-product .breadcrumb,
body.post-type-archive-product .breadcrumb {
    max-width: 1140px;
    margin: 0 auto 50px !important;
    background: #F4F6F7;
    padding: 20px 30px;
    font-size: 14px;
}

body.single-product .breadcrumb>span,
body.post-type-archive-product .breadcrumb>span {
    margin-left: .5em;
    margin-right: .5em;
}

body.single-product .breadcrumb>span:first-child,
body.post-type-archive-product .breadcrumb>span:first-child {
    margin-left: 0;
}

body.single-product .breadcrumb>span:first-child::before,
body.post-type-archive-product .breadcrumb>span:first-child::before {
    margin-right: .5em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f015";
    font-weight: 700;
    font-size: 1em;
    position: relative;
    top: -1px;
}

body:not(.home) .site-header {
    position: static;
}

body:not(.home).header_scrolled .site-header {
    position: fixed;
}

.product_page_outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_page_outer>* {
    width: 48%;
}

.swiper-slide img {
    width: 100%;
}

/* Swiperコンテナを初期状態で非表示にする */
.product-gallery .swiper {
    opacity: 0;
    /* 透明にして要素自体は場所を確保 */
    visibility: hidden;
    /* 要素を隠す */
    transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
    /* 表示時にフェードインさせる（任意） */
}

/* Swiperの初期化後にこのクラスを付与して表示する */
.product-gallery .swiper-initialized {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.swiper-button-next,
.swiper-button-prev {
    right: 0 !important;
    background: #E67300;
    width: calc(var(--swiper-navigation-size) / 44 * 44) !important;
}

.product-thumb-swiper .swiper-button-next,
.product-thumb-swiper .swiper-button-prev {
    background: none;
}

.product-thumb-swiper img:hover {
    cursor: pointer;
}

.product-thumb-swiper .swiper-slide {
    position: relative;
}

.product-thumb-swiper .swiper-slide.swiper-slide-thumb-active img {
    border: 1px solid #E67300;
}

.swiper-button-prev {
    left: 0 !important;
    right: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2em !important;
}

.thumb-slider-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* ▼ サムネイルスライダーの横幅を調整（自由に変更可能） */
.thumb-slider-area .product-thumb-swiper {
    width: 80%;
    /* ← ここを変えれば中央部分の幅が変わる */
}

/* ▼ 外側ナビのデザイン（自由に調整OK） */
.thumb-slider-area .thumb-nav {
    /*width: 32px;
    height: 32px;
    background: #ccc;
    border-radius: 50%;*/
    cursor: pointer;
}

/* 左右は自動的に並ぶので CSS 追加は不要 */

/* ▼ Swiper の標準矢印を適用する */
.thumb-prev::after,
.thumb-next::after {
    font-family: swiper-icons;
    font-size: 18px;
    color: #000;
    /* ← 矢印の色を黒に変更（必要に応じて白にもできる） */
}

/* 前へ（←） */
.thumb-prev::after {
    content: "prev";
}

/* 次へ（→） */
.thumb-next::after {
    content: "next";
}

body.single-product article {
    margin-bottom: 100px;
}

body.single-product .entry-title {
    font-size: 24px;
}

body.single-product .entry-content {
    margin: 30px 0;
}

body.single-product p {
    line-height: 1.8em;
}

body.single-product h2 {
    font-size: 16px;
    background: #6B7280;
    color: #fff;
    padding: .5em;
}

body:not(.home) .contact-section h2 {
    font-size: 64px;
    background: none;
    color: #fff;
    padding: 0;
    margin-bottom: 0 !important;
    line-height: 1;
}

body.single-product dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

body.single-product dl dt {
    width: 20%;
    padding: 1em;
    margin-bottom: 0;
    padding-top: 1.2em;
    position: relative;
}

body.single-product dl dt::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #6B7280;
    bottom: -1px;
    left: 0;
}

body.single-product dl dd {
    width: 80%;
    padding: 1em;
    padding-top: 1.2em;
    position: relative;
}

body.single-product dl dd::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DEE0E5;
    bottom: 0;
    left: 0;
}

.product_table ul {
    border: 1px solid #000;
    padding: 15px 0 15px 25px;
}

.bikoh {
    background: #F4F6F7;
    padding: 2.5rem;
}

.bikoh+div {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 100px;
}

/* 全体 */
.contact-section {
    background: #000;
    color: #fff;
    padding: 75px;
    padding-right: 60px;
}

.contact-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* 左側 */
.contact-left {
    flex: 1;
}

.contact-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin: 0 0 8px;
    opacity: 0.8;
}

.contact-label-icon {
    font-size: 14px;
}

/* 右側 */
.contact-right {
    text-align: center;
}

/* ボタン */
.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.5em;
    background: #E67300;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-btn-icon {
    font-size: 18px;
}

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

p.contact-text {
    margin-bottom: 1em;
}

body.post-type-archive-product .products_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0;
}

body.post-type-archive-product .products_list article {
    width: 22.5%;
}

body.post-type-archive-product h1.page-title,
h1.page-header-title {
    margin-bottom: 0;
}

body.post-type-archive-product h1.page-title span,
h1.page-header-title span {
    display: block;
    font-size: .8em;
    font-family: "Bungee", sans-serif;
    font-weight: 400;
}

.page-header {
    min-height: 12rem;
    background: #E67300;
    margin-bottom: 50px;
    justify-content: center;
    color: #fff;
}

.pagination-wrap {
    margin: 100px 0;
    text-align: center;
}

.pagination-wrap .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.pagination-wrap .page-numbers.current {
    background: #E67300;
    color: #fff;
    border-color: #333;
}

/* ==========================
   Pagination 共通
========================== */
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 100px;
    font-family: inherit;
    margin-bottom: 36px;
}

/* 数字・Next 共通 */
.nav-links .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 9999px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* hover */
.nav-links a.page-numbers:hover {
    background: #E67300;
    color: #fff;
    border-color: #E67300;
    transform: translateY(-2px);
}

/* current */
.nav-links .page-numbers.current {
    background: #E67300;
    color: #fff;
    border-color: #E67300;
    font-weight: 700;
    pointer-events: none;
}

/* Nextボタン */
.nav-links .page-numbers.next {
    padding: 0 20px;
    font-weight: 600;
}

/* Next 矢印追加 */
.nav-links .page-numbers.next::after {
    content: "→";
    margin-left: 6px;
    transition: transform 0.25s ease;
}

/* Next hover */
.nav-links .page-numbers.next:hover::after {
    transform: translateX(4px);
}

.nav-links .page-numbers.prev::before {
    content: "←";
    margin-right: 6px;
    transition: transform 0.25s ease;
}

/* hover時に少し左へ動かす */
.nav-links a.page-numbers.previous:hover::before {
    transform: translateX(-4px);
}

/* JS置換が終わるまで一旦隠す */
.nav-links {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.nav-links.is-ready {
    opacity: 1;
}

/* ページネーション全体 */
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

/* 前へ・次へボタン */
.nav-links .prev,
.nav-links .next {
    white-space: nowrap;
    /* ← 縦並び防止の最重要 */
    display: inline-flex;
    /* ← 中の文字を横並びに */
    align-items: center;
    justify-content: center;
    min-width: 3.5em;
    /* ← 幅不足防止 */
}

/* 共通 */
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    /* ← 折り返し許可 */
}

body:not(.home) ul.display-posts-listing {
    list-style: none;
    max-width: 800px;
    margin: auto;
}

body:not(.home) ul.display-posts-listing li {
    margin-top: 1.5em;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
}

body:not(.home) ul.display-posts-listing li:last-child {
    border-bottom: none;
}

body:not(.home) ul.display-posts-listing li span.date {
    margin-right: 2em;
}

body:not(.home) ul.display-posts-listing li a {
    text-decoration: none;
}

h2.news_page_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px !important;
}

body.oem-goods .site-body {
    padding-top: 0;
}

/* スマホ微調整 */
@media (max-width: 768px) {
    .nav-links {
        gap: 6px;
    }

    .nav-links .page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

.snow-monkey-form {
    max-width: 800px;
    margin: auto;
}

.snow-monkey-form em {
    color: #ff0000;
    font-style: normal;
    margin-left: 1em;
    font-weight: 700;
}

.smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
    background-color: #E67300;
}

.smf-action .smf-button-control__control {
    margin: 2em auto;
    background: #E67300;
    color: #fff;
    font-size: 1em;
    padding: 1em 4.5em;
    transition: all 0.25s ease;
    border: 1px solid #E67300;
}

.smf-action .smf-button-control__control:hover {
    background: #fff;
    color: #E67300;
}

form.snow-monkey-form h3 {
    font-size: 1.2em;
    text-align: center;
}

.scroll-contents_outer {
    padding: 25px;
}

.scroll-contents {
    height: 250px;
    padding: 10px;
    border: 1px solid #CCC;
    overflow: auto;
    margin: 0px auto;
    font-size: .9em;
}

.smf-form>div:last-child .smf-placeholder {
    text-align: center;
    margin: 30px auto 0;
}


.tablepress-id-1 {
    max-width: 800px;
    margin: 20px auto 50px !important;
}

.tablepress-id-1 td {
    line-height: 2;
}

.tablepress-id-1 td.column-1 {
    font-weight: 700;
}

.tablepress-id-1 iframe {
    margin-top: 2.5em;
}

p.form_notice {
    text-align: center;
}

.smf-form--letter .smf-item {
    padding-bottom: 0;
}

.smf-form--letter .smf-item:last-child {
    margin: 50px auto;
}

.nav-links .page-numbers.dots {
    pointer-events: none;
    border: none;
    background: none;
    font-size: 18px;
    padding: 0 6px;
}

/* 例: style.css や カスタムCSS */
.nav-links .pagination-hidden {
    display: none !important;
    /* 他のCSSよりも優先させるため !important を使用 */
}

.sp_only,
.vk_posts.next-prev {
    display: none;
}

.entry-meta-data-list--category a {
    pointer-events: none;
}

.post-link-all {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;

}

body.home .post-link-all {
    background: #F4F6F7;
    border: 1px solid #0F0F10;
    padding: 30px 50px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

body.home .post-link-all:hover {
    background-color: #fff;
}

@media (max-width: 991.98px) {
    .global-nav {
        display: none !important;
    }
}

/* スマホ用 */
@media (max-width: 768px) {
    .contact-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-right {
        width: 100%;
        text-align: left;
    }

    .contact-title {
        font-size: 36px;
    }

    .contact-btn {
        width: 100%;
        justify-content: center;
    }

    body:not(.home) ul.display-posts-listing {
        padding-left: 0;
    }

    .site-footer-content>div>*,
    .site-footer-content>div>div:nth-child(2) {
        flex: 0 0 100%;
    }

    .sp_only {
        display: block;
    }

    .site-footer ul {
        justify-content: left;
        flex-wrap: wrap;
    }

    h2,
    body:not(.home) .contact-section h2 {
        font-size: 34px;
        margin-bottom: 0 !important;
    }

    .e-con.e-flex>.e-con-inner {
        width: 100%;
    }

    .pc_only {
        display: none;
    }

    section.products_list .product_outer {
        padding: 15px;
    }

    section.products_list .product_outer .product-list-wrap {
        column-gap: 5px;
    }

    section.products_list .product_outer .product-list-wrap>*,
    body.post-type-archive-product .products_list article {
        flex: 0 0 calc((100% - 15px) / 2);
    }

    .products_list h3.product-title {
        font-size: 12px;
    }

    .products_list h3.product-title a {
        width: calc(100% - 30px);
        color: #000;
    }

    body.post-type-archive-product .products_list h3.product-title a {
        width: 100%;
    }

    section.page_link>div>div {
        width: 94%;
        margin: auto;
    }

    section.page_link h3,
    section.news .elementor-button,
    section.products_list .elementor-button,
    body.single-product .elementor-button {
        font-size: 14px;
    }

    .bikoh+div {
        margin-top: 75px;
    }

    section.page_link>div>* {
        padding: 15px;
        padding-bottom: 10px;
    }

    section.products_list h3.product-title::after,
    section.page_link h3::after {
        width: 1.5em;
        height: 1.5em;
    }

    section.news .elementor-button>span::after,
    section.products_list .elementor-button>span::after,
    body.single-product .elementor-button::after {
        width: 48px;
        height: 48px;
        margin-top: -17.5px;
    }

    body.single-product .elementor-button::after {
        margin-top: 0;
    }

    section.company {
        margin-bottom: 0;
    }

    section.company>div>div>div:first-child {
        width: 50%;
        padding-left: 2.5%;
        border-radius: 0;
        padding: 100px 0;
        padding-left: 2.5%;
    }

    section.company>div>div>div:last-child {
        width: 50%;
    }

    section.company>div>div>div:last-child div {
        height: 100%;
    }

    section.company>div>div>div:last-child div img {
        height: 100%;
        object-fit: cover;
    }

    section.contact>div {
        border-radius: 0;
        padding: 25px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    section.contact p,
    p.contact-text {
        font-size: 16px;
        text-align: start;
    }

    section.company>div>div>div:first-child {
        border-radius: 0;
    }

    .main-section {
        margin-bottom: 0;
    }

    .site-body {
        padding-bottom: 0;
    }

    .tablepress-id-1 td.column-1 {
        width: 30%;
    }

    .tablepress-id-1 iframe {
        border: 0px;
        max-width: 100%;
        height: 250px;
        margin: 50px calc(120% - 80vw);
        width: 120%;
        max-width: none !important;
    }

    .contact-section {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        max-width: none !important;
        padding: 25px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 50px !important;
    }

    section.contact .elementor-button {
        width: 100%;
    }

    .contact-left {
        margin: 30px 0 0;
    }

    body.single-product article {
        margin-bottom: 0;
    }

    .nav-links {
        flex-wrap: wrap;
        /* 2行化 */
    }

    /* 前へ・次へ */
    .nav-links .prev,
    .nav-links .next {
        white-space: nowrap;
        flex: 0 0 auto;
        /* ← 幅を内容に合わせる */
    }

    /* 数字ページは中央にまとめる */
    .nav-links .page-numbers:not(.prev):not(.next) {
        flex: 0 0 auto;
    }

    /* 並び順を調整 */
    .nav-links .prev {
        order: 1;
    }

    .nav-links .page-numbers:not(.next) {
        order: 2;
    }

    .nav-links .next {
        order: 3;
    }

    .product_page_outer>* {
        width: 100%;
    }

    body.single-product dl dt {
        width: 30%;
    }

    body.single-product dl dd {
        width: 70%;
    }

    .scroll-contents_outer {
        padding: 25px 0;
    }

}