@charset "utf-8";

body {
    letter-spacing: 1px;
    font-family: "Zen Kaku Gothic New", serif;
}

.l-contents__inner:last-child {
    padding-bottom: 0;
}

/*======================= 共通クラス =======================*/
.wp-block-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.wp-block-image img {
    width: 100%;
}

p,
a,
li,
td {
    font-weight: 400;
}

p {
    margin-top: 0 !important;
}

a {
    text-decoration: none !important;
}

/* padding・margin左右上下リセット */
.p_0 {
    padding: 0 !important;
}

.m_0 {
    margin: 0 !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}


.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}


/* padding・margin 10px・20px */
.pt_10 {
    padding-top: 10px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.inline_b {
    display: inline-block;
}

/* Z-INDEX */
.z_0 {
    z-index: 0;
}

.z_1 {
    z-index: 1;
}

.z_999 {
    z-index: 999;
}

/* POSITION */
.p_ab {
    position: absolute;
}

.p_rel {
    position: relative;
}

.smb-box__background {
    border: none;
}

/* アイコン */
svg.svg-inline--fa {
    margin-right: 10px;
}

#page-top svg.svg-inline--fa {
    margin-right: 0;
}

.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}

/*======================= ボタン =======================*/

a.smb-btn {
    position: relative;
    width: 280px !important;
    border-radius: 0 !important;
    padding: 13px 0;
    font-weight: 500;
    /* border: solid 2px var(--wp--preset--color--sm-accent); */
}

.h_btn a:hover {
    background-color: transparent;
    filter: brightness(100%);
    transition: 1s;
}

.h_btn a:hover span {
    color: var(--wp--preset--color--sm-accent);
}

.h_btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.h_btn a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.h_btn a:hover {
    color: var(--wp--preset--color--sm-accent);
    box-shadow: none;
    background-color: #fff;
    transition: 1s;
    filter: brightness(100%);
}

.h_btn a:hover::before {
    width: 100%;
    height: 100%;
    border-top-color: var(--wp--preset--color--sm-accent);
    border-right-color: var(--wp--preset--color--sm-accent);
    transition: width .25s ease-out, height .25s ease-out .25s;
}

.h_btn a:hover::after {
    width: 100%;
    height: 100%;
    border-bottom-color: var(--wp--preset--color--sm-accent);
    border-left-color: var(--wp--preset--color--sm-accent);
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
}

@media screen and (max-width: 500px) {
    .btn_center {
        justify-content: center !important;
    }
}

/*======================= ヘッダー =======================*/
/* 下層ページヘッダー */
.l-contents__inner {
    margin-top: 0 !important;
}

.c-page-header {
    padding: 130px 0 50px;
    background-color: #333;
    color: #ffffff;
}

.c-page-header[data-has-image=true] {
    height: unset;
}

.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}

.c-page-header__bgimage>img,
.c-page-header__bgimage>picture>img {
    display: none;
}

.p-global-nav .c-navbar__item>a {
    color: #333;
}

.header_cta.contact span {
    background-color: var(--wp--preset--color--sm-accent);
    padding: 10px 20px;
    color: #fff;
}

#page-top {
    display: none;
}

@media (max-width: 1023px) {
    .c-page-header {
        padding: 130px 0 50px !important;
    }
}

/* ハンバーガーメニュー */
.c-drawer__inner {
    padding: 0 30px !important;
}

.c-drawer__menu {
    padding-top: 50px !important;
}

#menu-sp_nav .menu-item a {
    font-size: 1rem;
    font-weight: 500 !important;
    text-align: center;
}

.btn_amazon {
    background-color: #fff;
    margin-top: 20px !important;
    padding: 13px;
}

.btn_amazon a {
    font-size: 1.1rem;
    color: #333;
}

/*======================= フッター =======================*/
.l-footer {
    background-color: #333;
}

.c-widget,
.l-footer__copyright {
    color: #fff;
}

.l-footer,
.l-footer--footer-2 .l-footer__body {
    border-top: none;
}

.l-footer .l-footer__footer .c-row--middle {
    justify-content: center;
}

.l-footer__header {
    display: none;
}

.l-footer--footer-2 .l-footer__footer {
    background-color: transparent;
}

@media screen and (max-width: 1023px) {
    .c-widget.widget_block .wp-block-columns {
        margin-top: 30px;
    }
}

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

    /* footer */
    .c-widget.widget_block .wp-block-columns {
        gap: var(--_margin-2);
    }
}

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

    .l-footer--footer-2 .l-footer__widget-area a,
    .l-footer--footer-2 .l-footer__widget-area p {
        font-size: 15px;
    }
}

@media screen and (max-width: 435px) {
    .l-footer .c-container {
        padding: 0 5%;
    }
}

/*======================= TOPページ =======================*/
.en_ttl {
    font-family: "Amiri", serif;
    font-size: clamp(2.5rem, calc(1.7727272727272727rem + 3.6363636363636362vw), 4.5rem);
    text-transform: uppercase;
    line-height: 1;
}

.j_h2 {
    margin-top: 0 !important;
    font-weight: 500;
    font-size: 1.2rem;
}

.j_ttl {
    padding-left: 35px !important;
    position: relative;
}

.j_ttl::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background-color: #333;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.j_ttl_b::before {
    background-color: #fff;
}

/* FV */
#fv {
    height: 80vh;
    position: relative;
}

#fv .smb-section__inner>.c-container,
#fv .smb-section__inner {
    position: static;
}

.fv_h2 span {
    background-color: #fff;
    color: #333;
    padding: 0 5px;
}

.fv_slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.fv_slider::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(3, 3, 3, .251) 100%);
    content: "";
    pointer-events: none;
}

.fv_txt-group {
    position: absolute;
    bottom: 10%;
    left: 5%;
    color: #fff;
}

.fv_h2 {
    margin-top: 10px !important;
    font-size: 3.5rem;
}

.fv_sub-ttl {
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #fff;
    color: #333;
    width: fit-content;
    margin-left: 0 !important;
    padding: 0 10px
}

.fv_rec-banner {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 10;
    width: 18%;
}

.fv_rec-banner img {
    box-shadow: 0 0 10px #3535356a;
}

.fv_rec-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: -6px;
    z-index: 2;
    width: 25px;
    height: 25px;
    padding-bottom: 3px;
    border: none;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
}

/* ABOUTUS */
#aboutus,
#reasons {
    background-color: #333;
    color: #fff;
}

#aboutus,
#reasons,
#lineup,
#greeting {
    padding: 130px 0 80px;
}

.au_logo {
    position: absolute;
    opacity: 0.1;
    top: -20%;
    left: -15%;
    width: 45%;
    filter: blur(3px);
}

/* LINEUP */
.lu_box {
    padding: 0 !important;
}

.lineup_tag {
    margin-top: 15px !important;
}

.lineup_size {
    border: solid 1px;
    border-radius: 50px;
    padding: 0 0.7em;
}

/* REASONS */
#reasons h3 {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 1.8rem;
}

.reasons_y {
    margin-bottom: 15px !important;
}

.reasons_num {
    font-size: 3.5rem;
    font-family: "Amiri", serif;
    ;
    line-height: 1;
}

.reasons_column {
    padding: 50px 0;
    margin-top: 0 !important;
}

.reasons_column2 {
    border-top: solid 1px;
}

.reasons_img {
    position: relative;
}

.reasons_img::before {
    position: absolute;
    right: -10px;
    bottom: -10px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    border: solid 1px;
}

/* ONLINE SHOP */
.online_box {
    border: solid 1px;
    border-radius: 0 !important;
    padding: 40px;
    box-shadow: 0 0 10px #ffffff74;
    background-color: #fff;
    border: solid 3px var(--wp--preset--color--sm-accent);
}

.online_tag-group {
    gap: 15px !important;
}

.online_tag {
    background-color: #eaeaea;
    padding: 0 1em;
}

.illu_k {
    position: absolute;
    bottom: -15px;
    left: -15px;
    opacity: 0.2;
    width: 15%;
}

/* GREETING */
.d_pic {
    position: relative;
}

.d_pic::before {
    position: absolute;
    right: -15px;
    bottom: -15px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    border: solid 1px;
}

.c_gap {
    gap: 80px !important;
}

/* 文字スライド */
#txt-loop {
    padding: 0 !important;
}

.slide_box {
    height: 120px;
    margin-top: 80px;
}

.slide_box .smb-box__background {
    border: none;
}

.slide_box::before {
    display: block;
    opacity: .05;
    position: absolute;
    height: 100%;
    background-image: url(https://si-system0101.com/wp-content/uploads/2025/09/si_txt.png);
    background-position: 0 center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    content: "";
    animation: txt_slide 80s linear infinite;

    inset: 0;
}

@keyframes txt_slide {
    0% {
        background-position: 0 center;

        -webkit-background-position: 0 center;
    }

    100% {
        background-position: -3528px center;

        -webkit-background-position: -3528px center;
    }
}

/* CTA */
.cta_column {
    padding: 30px;
    background-color: #ffffffc3;
    box-shadow: 0 0 10px #3535351a;
}

.cta_tel {
    line-height: 1;
    margin-top: 5px !important;
}

.cta_tel a {
    font-size: clamp(2rem, calc(1.6363636363636362rem + 1.8181818181818181vw), 3rem);
    font-weight: 600;
}

.cta_tel svg {
    font-size: clamp(1.5rem, calc(1.2090909090909092rem + 1.4545454545454541vw), 2.3rem);
}

.cta_p {
    font-weight: 500;
}

/*======================= 事業内容 =======================*/
.s_column {
    background-color: #f8f8f8;
    padding: 30px;
    box-shadow: 0 0 10px #c5c5c56a;
}

.service_tag {
    background-color: #333;
    color: #fff;
    width: fit-content;
    padding: 0 0.7em;
    margin: 25px 0 10px !important;
    font-weight: 500;
}

#details h3 {
    width: fit-content;
    background-image: linear-gradient(transparent 60%, #afa4502e 30%);
    margin-left: 0 !important;
}

#bg_cover {
    padding-right: 5% !important;
}

/* 背景固定画像 */
#bg {
    padding: 0 !important;
}

.bg-container {
    position: relative;
    height: 550px;
    overflow: hidden;
}

.bg-inner {
    clip-path: inset(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url(https://si-system0101.com/wp-content/uploads/2025/09/33074192_m-1.jpg);
    background-position: 93% 30%;
    background-size: cover;
}

.detail_slider img {
    aspect-ratio: 1/1 !important;
    object-fit: cover;
}

/*======================= 商品一覧 =======================*/
.lineup_h3 {
    background-color: #333;
    color: #fff;
    padding: 5px 15px !important;
}

#lineup .size_btns {
    gap: 15px !important;
}

#lineup .size_btn a {
    width: fit-content !important;
    color: #333 !important;
    border: solid 1px !important;
    padding: 0.1em 1em !important;
    border-radius: 50px !important;
}

/*======================= 会社概要 =======================*/
/* 会社概要 bg-color */
figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
    width: 30%;
    background-color: #333;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

figure.wp-block-table tr td:last-child,
figure.wp-block-table tr td:last-child {
    background-color: #ffffff;
}

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

    figure.wp-block-table tr td:first-child,
    figure.wp-block-table tr td:first-child {
        width: 32%;
        font-size: 1rem !important;
    }
}

/*======================= 施工実績 =======================*/
.post-type-archive-works .c-entry-summary__figure {
    margin-bottom: 10px;
}

/*新しい投稿の矢印調整*/
.single-works .c-prev-next-nav__item-label svg {
    margin: 0 10px !important;
}

/*======================= お問い合わせ =======================*/
/* placeholder */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}

.wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 50px !important;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
    border: none !important;
    border-radius: 0 !important;
}

/* 必須の文字 */
.smf-item__col.smf-item__col--label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.smf-item__description {
    width: fit-content;
    margin-top: 0;
    margin-left: 20px;
    padding: 0 .5em;
    border-radius: 50px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

/* ボックス */
.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
    padding: 50px !important;
}

.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box .smb-box__background {
    border: none;
    border-radius: 0;
    background-color: #f8f7f7;
}

.smf-item__label {
    font-weight: 600;
}

.smf-form .smf-text-control__control {
    width: 100%;
    border-radius: 0;
}

/* 項目の幅 */
.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--label {
    flex: 0 0 18em !important;
    max-width: 18em !important;
}

.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--controls {
    flex: 1 1 calc(100% - 18em) !important;
    max-width: calc(100% - 18em) !important;
}

.smf-radio-buttons-control__control .smf-label {
    margin-bottom: 7px !important;
}

/* 確認ボタン */
.smf-action {
    margin-bottom: 0 !important;
}

.smf-button-control {
    display: flex;
    justify-content: center;
}

.smf-action .smf-button-control__control {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    border-radius: 0;
    background: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
}

.smf-action .smf-button-control__control:hover {
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    background: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0 !important;
}

.smf-action .smf-button-control__control {
    margin-bottom: 20px;
}

#autozip {
    display: none !important;
}

/* プライバシーポリシー */
#privacy h3 {
    margin-bottom: 5px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
    margin-top: 30px !important;
}

#privacy .wp-block-list {
    margin-top: 5px;
}

#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}

/*===================================== お知らせ =====================================*/
.c-meta__item--author {
    display: none;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }

    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/
@media screen and (max-width: 435px) {
    .sp_none {
        display: none;
    }

    .ta_js {
        text-align: justify !important;
    }

    .c-container {
        padding: 0 6%;
    }

    a.smb-btn {
        width: 260px !important;
    }

    /* 商品一覧 */
    #aboutus,
    #reasons,
    #lineup,
    #greeting {
        padding: 100px 0 80px;
    }

    #lineup .size_btns {
        gap: 10px !important;
    }
}