/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: nfilino
Author: nfilino 
Tags: 
Version: 0.5.1
*/



@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

/*==共通設定==*/
body,
a {
    color: #333;
}

.site-body {
    padding-bottom: 120px;
}

.single .site-body {
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .site-body {
        padding-bottom: 80px;
    }

    .single .site-body {
        padding-bottom: 20px;
    }
}

.inner-s {
    width: 900px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.blog .entry-body,
.single .entry-body {
    margin-bottom: 60px;
}

/*-ページ内リンク-*/
.link-class {
    padding-top: 100px;
    margin-top: -100px !important;
}


@media (max-width: 577px) {
    .link-class {
        padding-top: 0;
        margin-top: 0 !important;
    }
}

/*-ページ内リンク-*/
/* .link-class2 {
    padding-top: 100px;
    margin-top: -100px!important;
} */

/* @media (max-width: 577px) {
    .link-class2 {
        padding-top: 100px;
        margin-top: -150px !important;
        display: block;
        height: 2px;
    }
}
 */


/*-ページタイトル-*/
h1.page-header-title,
div.page-header-title {
    /* font-family: 'M PLUS Rounded 1c',
        sans-serif; */
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.11em;
}

div.page-header-title {
    text-shadow: 0px 0px 10px #b2b2b2;
}



/*-見出し-*/
.alex h2 span {
    font-family: 'Alex Brush',
        cursive;
    font-size: 2.85rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}

@media (max-width: 577px) {
    .alex h2 span {
        font-size: 2.5rem;
        letter-spacing: 0.05em;
    }
}

.alex p {
    font-size: 1.5rem;
    /* letter-spacing: 0.01em; */
    font-weight: 500;
}

@media (max-width: 577px) {
    .alex p {
        font-size: 1.2rem;
        /* letter-spacing: normal; */
    }
}

/*-見出しライン-*/
.w-line p {
    position: relative;
}

.w-line p::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 29%;
    width: 12%;
    height: 2px;
    background-color: #f7ce82;
}

.w-line p::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 58.7%;
    width: 12%;
    height: 2px;
    background-color: #f7ce82;
}

/*-ラインロング-*/
.w-line.long p::before {
    left: 22%;
    width: 12%;
}

.w-line.long p::after {
    left: 65%;
    width: 12%;
}

@media (max-width: 991px) {
    .w-line.long p::before {
        left: 18%;
    }
}

@media (max-width: 991px) {
    .w-line.long p::after {
        left: 69%;
    }
}

@media (max-width: 768px) {
    .w-line.long p::before {
        left: 15%;
    }
}

@media (max-width: 768px) {
    .w-line.long p::after {
        left: 72%;
    }
}

@media (max-width: 436px) {
    .w-line.long p::before {
        width: 8%;
        left: 8%;
    }
}

@media (max-width: 436px) {
    .w-line.long p::after {
        width: 8%;
        left: 82%;
    }
}

/*-ラインノーマル-*/
@media (max-width: 1200px) {

    .w-line p::before {
        left: 28%;
    }

    .w-line p::after {
        left: 59%;
    }
}

@media (max-width: 991px) {

    .w-line p::before {
        left: 26%;
    }

    .w-line p::after {
        left: 61.5%;
    }
}

@media (max-width: 768px) {

    .w-line p::before {
        left: 21.5%;
    }

    .w-line p::after {
        left: 66.5%;
    }
}

@media (max-width: 436px) {

    .w-line p::before {
        left: 15%;
    }

    .w-line p::after {
        left: 72.5%;
    }
}


/*==ヘッダー==*/
.site-header {
    border-radius: 0 0 20px 20px;
    height: 100px;
}

.header_scrolled .site-header {
    background-color: rgba(255, 255, 255, 0.98);
    width: 88%;
    top: 0;
    left: 6%;
    box-shadow: 0 1px 25px rgb(0 0 0 / .06);
}

.site-header-container {
    max-width: 1920px;
    width: 96%;
    height: 80%;
}

.site-header-logo {
    margin-bottom: 20px;
    /* height: 50px; */
}

.global-nav-list {
    height: 100%;
}

/*-ヘッダーナビフォント-*/
.global-nav-list>li .global-nav-name {
    font-family: 'Roboto',
        sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
}

.global-nav-list>li .global-nav-description {
    font-size: 13.7px;
    letter-spacing: 0.02em;
    margin-top: -10px;
    opacity: inherit;
}


.global-nav-list>li a {
    color: #333;
    transition: 0.7s;
}

.global-nav-list>li a:hover {
    color: #eb6b7c;
    opacity: 0.55;
}

/* .global-nav-list>li .global-nav-name:hover,
.global-nav-list>li .global-nav-description:hover {
    color: #eb6b7c;
} */

/*-メニュー下線-*/
.global-nav-list .menu-item::before {
    border-bottom: none;
}

.global-nav-list .menu-item.menu-item-home.current-menu-item.current_page_item::before {
    border-bottom: none;
}

.global-nav-list .menu-item.current-menu-item.current-menu-ancestor::before {
    border-bottom: none;
}

.global-nav-list .menu-item:hover::before {
    border-bottom: none;
}

/*-区切り線-*/
.global-nav-list .menu-item a {
    border-radius: 0 0 15px 15px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.global-nav-list .menu-item::after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 24px;
    top: 35%;
    left: 0;
    background-color: #f798a5;
}

.global-nav-list .menu-item:last-child::after {
    display: none;
}

/* .global-nav-list .menu-item:nth-child(6)::after {
    display: none;
} */

.global-nav-list .menu-item:last-child a {
    background-color: #f7ebe4;
    margin-left: 0;
    margin-right: 0;
}

.nav-contact p {
    font-size: 0.96rem;
    margin-top: -4px;
}

.global-nav-list>li.nav-contact .global-nav-description {
    font-size: 12px;
    margin-top: -3px !important;
}


/* .global-nav-list .menu-item:nth-child(6) a {
    margin-left: 0;
    margin-right: 0;
    background-color: #f7ebe4;
} */

.global-nav-list .menu-item a p {
    margin-bottom: 0;
}

.global-nav-name .fa-envelope,
.global-nav-name .fa-cart-shopping {
    display: inline-block;
    width: 40px;
    font-size: 20px;
    margin-bottom: 5px;
    padding-left: 5px;
    color: #f798a5;
}



/*==スマホナビ==*/
.vk-mobile-nav {
	  font-family: 'Roboto',
            sans-serif;
    /* display: block; */
    background-color: #f7ebe4;
    /* background-image: url(http://mirai-kaikei-wp.local/wp-content/uploads/2023/02/AdobeStock_338712575-scaled.jpeg); */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    width: 90%;
    height: 400px;
    right: 0;
    border-radius: 30px 0 0 30px;
    text-align: center;
    box-shadow: 0 3px 30px rgb(0 0 0 / .1);
}

.vk-mobile-nav .menu-item a {
    display: inline-block;
    width: 90%;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #f798a5;
}

.vk-mobile-nav nav>ul {
    border-top: 1px dotted #f798a5;
}



.is-tab {
    display: none;
}

@media (max-width: 991px) {
    .is-tab {
        display: block;
    }
}

/*==スライダー==*/
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: none;
}

.swiper-pagination-bullet-active {
    background: #f798a5;
}

.ltg-slide-button-prev,
.ltg-slide-button-next {
    display: none;
}


/*-スライダーテキスト-*/
.ltg-slide-text-set {
    top: 43%;
}

/* @media (max-width: 768px) {
    .ltg-slide-text-set {
        top: 45%;
    }
} */

h3.ltg-slide-text-title {
    font-family: 'Oswald',
        sans-serif;
    font-size: 110px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 0.07em;
    text-shadow: 1px 2px 20px #a8a8a8;
}

@media (max-width: 991px) {
    h3.ltg-slide-text-title {
        font-size: 60px;
    }
}

.ltg-slide-text-title+.ltg-slide-text-caption {
    margin-top: -10px;
    padding-left: 12px;
}

.ltg-slide-text-caption a {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    color: #fff;
    text-shadow: 1px 2px 20px #a8a8a8;
    text-decoration: none;
}

/*-笑顔の～-*/
h3.ltg-slide-text-title span {
    font-family: 'Noto Sans JP',
        sans-serif;
    display: block;
    font-size: 3rem;
    letter-spacing: 0.07em;
    line-height: 1.4;
    font-weight: 500;
    text-shadow: 1px 2px 20px #a8a8a8;
    margin-top: 60px;
}

@media (max-width:1200px) {
    h3.ltg-slide-text-title span {
        font-size: 2.4rem;
        letter-spacing: normal;
        margin-top: 0;
    }
}

@media (max-width:768px) {
    h3.ltg-slide-text-title span {
        font-size: 2.2rem;
        line-height: 1.2;
    }
}

@media (max-width:577px) {
    h3.ltg-slide-text-title span {
        font-size: 1.6rem;
        line-height: 1.2;
    }
}



/*-ズーム-*/
@keyframes zoom-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.swiper-slide-active picture img,
.swiper-slide-duplicate-active picture img,
.swiper-slide-prev picture img {
    animation: zoom-in 10s linear 0s 1 normal both;
}




/*==共通設定==*/
/*-ボタン-*/
.vk_button .btn.vk_button_link.btn {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-family: 'Roboto',
        sans-serif;
    font-weight: 400;
    width: 220px;
    border-radius: 12px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: all .3s ease 0s;
}

.vk_button .btn.vk_button_link.btn:hover {
    transform: translate3d(0, 2px, 0);
}

.shadow-y.vk_button .btn.vk_button_link.btn {
    box-shadow: 0 2px 10px 0 rgb(190 154 87 / 18%);
}

/*-カードホバースタイル-*/
.flexibility-card {
    box-shadow: 2px 2px 30px rgba(144, 143, 143, 0.16);
}

.wp-block-image {
    overflow: hidden;
}

.wp-block-image img {
    /* width: 100%; */
    transition: ease-in-out 0.7s;
}

.flexibility-card:hover img {
    transform: scale(1.08);
    opacity: 0.7;
}




/*==トップページ==*/
.oemodm-gr p,
.vision-gr p,
.ecommerce-gr p {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

/*-商品一覧-*/
.product-wrap {
    border-radius: 30px;
    border: 4px dotted #f7ce82;
}

.product-wrap .wp-block-vk-blocks-grid-column {
    width: 94%;
}

@media (max-width: 577px) {

    .product-wrap .wp-block-vk-blocks-grid-column-item {
        padding-left: 7px;
        padding-right: 7px;
    }
}

/*==ビジネスページ==*/
/*-ナビゲーション-*/
.nav-wrap li a {
    padding-bottom: 4px;
    font-size: 1.13rem;
    font-weight: 400;
    border-bottom: 1px solid #000;
}

@media (max-width: 577px) {
    .nav-wrap ul {
        gap: 8px;
    }

    .nav-wrap li a {
        font-size: 0.97rem;
    }
}

/*-タイトル黄-*/
p.alex {
    font-family: 'Alex Brush',
        cursive;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 20px;
}

/*-事業の内容-*/
@media screen and (max-width:577px) {
    .service-column .wp-block-vk-blocks-grid-column-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*-対応可能商品-*/
.oem-outer {
    width: 980px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:577px) {
    .oem-outer .wp-block-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


/*==カンパニー==*/
/*-会社概要-*/
.company-outer .wp-block-columns {
    margin-bottom: 0;
}

@media screen and (max-width:577px) {
    .company-outer .wp-block-column.left {
        flex-basis: 30% !important;
    }

    .company-outer .wp-block-column.right {
        width: 70% !important;
    }

    .company-outer .is-layout-flex {
        gap: 10px;
    }
}

/*==プライバシー==*/
.privacy-gr h2 {
    margin-bottom: 8px;
}

.privacy-inner {
    width: 90%;

}


/*==お問い合わせ==*/
/*-ボタン-*/
.smf-action {
    text-align: center;
}
.smf-action .smf-button-control__control {
    border-radius: 12px;
    border: none;
    background: #f798a5;
    color: #fff;
    width: 220px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.smf-action .smf-button-control__control:hover {
    opacity: 0.8;
    transform: translate3d(0, 2px, 0);
}




/*==投稿ページ==*/
/*お知らせ一覧(＆トップページ)*/
.postListText {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

/*コラム*/
/*-画像-*/
.single .veu_autoEyeCatchBox {
    max-width: 730px;
}

.single .veu_autoEyeCatchBox img {
    width: 100%;
}

.single p img {
    max-width: 730px;
    width: 100%;
}

/*-見出し-*/
.single .site-body-container {
    max-width: 980px;
}

h1.entry-title {
    font-size: 1.75em;
}

.single .entry-body h2,
.single .entry-body h3,
.single .entry-body h4 {
    margin-top: 2rem;
    display: inline-block;
}

.single .entry-body h2 {
    position: relative;
    padding-left: 18px;
    font-size: 1.6em;
}

.single .entry-body h2::before {
    content: "";
    width: 7px;
    height: 100%;
    background-color: #f798a5;
    position: absolute;
    top: 2%;
    left: 0;
}

.single .entry-body h2::after {
    border-top: none;
}

.single .entry-body h3 {
    border-bottom: 3px solid #f798a5;
    padding-bottom: 7px;
}

.single .entry-body h4 {
    border-bottom: 1px solid #f798a5;
    padding-bottom: 7px;
}

@media (max-width: 991px) {
    h1.entry-title {
        font-size: 18px;
    }

    .single .entry-body h2 {
        font-size: 18px;
    }

    .single .entry-body h3,
    .single .entry-body h4 {
        font-size: 16px;
    }
}

/*-テキストスタイル-*/
.single .entry-body p {
    letter-spacing: 1.6px;
    font-size: 1em;
    line-height: 2em;
    margin: 0;
}

.single .entry-body p strong {
    color: #f798a5;
    font-weight: bold;
}

/*-リスト-*/
.single .entry-body ul li {
    list-style-type: none;
}

.single .entry-body ul li::before {
    position: relative;
    top: -5px;
    left: -18px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background: #6d6867;
}

/*-目次-*/
div#toc_container {
    margin-top: 30px;
    padding: 20px;
    border: 4px solid #fbdde1;
    border-radius: 20px;
}

#toc_container .toc_list li::before {
    display: none;
}

.veu_autoEyeCatchBox img {
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgba(144, 143, 143, 0.16);
}

.entry-footer .entry-meta-data-list dt {
    background-color: #f798a5;
}

/*==お知らせ==*/
/*-ページ送り-*/
.next-prev-prev.card-horizontal .card-body {
    padding-left: 5.0rem;
}

.next-prev-next.card-horizontal .card-body {
    padding-right: 5.0rem;
}

/*-見出し-*/
.single h5.vk_post_title.card-title {
    font-weight: normal;
    font-size: 0.9rem !important;
}

.single .widget.widget_vkexunit_cta,
.blog .widget_vkexunit_cta {
    display: none;
}

/*==CTA==*/
.cta-title h2 {
    font-family: 'Roboto',
        sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.cta-title h2::after {
    border-top: solid 2px #fff;
}

/*-ctaボタン-*/
.cta-btn .btn.vk_button_link.btn {
    font-family: 'Noto Sans JP',
        sans-serif;
}

/*-cta下ウィジット-*/
.widget.widget_vkexunit_cta {
    margin-bottom: 0;
}


/*==フッター==*/

a:hover {
    color: #eb6b7c;
}

@media screen and (max-width:991px) {
    .site-footer-content .row {
        flex-direction: column;
    }
}

.footer-logo {
    /* margin-bottom: 13px; */
    width: 200px;
    /* height: 20px; */
}

.footer-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.site-footer .widget {
    margin-bottom: 0;
}

.site-footer .wp-block-social-links {
    margin-top: 0;
}

.site-footer .widget_nav_menu {
    font-family: 'Roboto',
    sans-serif;
}


.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f798a5;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mail {
    background-color: #a3d7cd;
    color: #fff;
}

.site-footer .is-layout-flex {
    gap: 10px;
}


/*-下部トップへボタン-*/
.page_top_btn {
    background-color: #f798a5;
    /* box-shadow: 0 0 0 1px rgb(255 255 255 / 80%),
        0 0 0 2px rgb(247 206 130 / 80%); */
    box-shadow: 0 0 0 1px rgb(255 255 255 / 80%),
        0 0 0 2px rgb(247 152 165 / 80%);
}


/*-下部モバイル固定ナビ-*/
.mobile-fix-nav-menu .fa-envelope {
    color: #f798a5;
    margin-bottom: 0;
}









