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

/* ------------------------------- 

　　共通 

 ------------------------------- */

body,
html {
    font-family: Lato, "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.alignR {
    text-align: right !important;
}

.alignL {
    text-align: left !important;
}

.alignC {
    text-align: center !important;
}

a.link {
    color: #004b96
}

a.link::after {
    content: "\00BB";
    margin-left: 5px;
    font-size: 1.2em;
}

/* デスクトップ用のスタイル */
.desktop {
    display: block;
}

.tablet {
    display: none;
}

.mobile {
    display: none;
}

/* タブレット用のスタイル */
@media only screen and (max-width: 768px) {
    .desktop {
        display: none;
    }

    .tablet {
        display: block;
    }

    .mobile {
        display: none;
    }
}

/* スマートフォン用のスタイル */
@media only screen and (max-width: 480px) {
    .desktop {
        display: none;
    }

    .tablet {
        display: none;
    }

    .mobile {
        display: block;
    }
}

.mt2e {
    margin-top: 2em;
}

/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
    display: flex;
    flex-wrap: wrap;
}

.flexA {
    justify-content: space-around;
}

.flexB {
    justify-content: space-between;
}

.flexC {
    justify-content: center;
}

/* パンくずリスト */

#breadcrumb li a {
    text-decoration: none;
}

#breadcrumb .fa-fw {
    display: none;
}

/* 横棒h3 */
h3.line_h3 {
    text-align: center;
    border-bottom: none;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

h3.line_h3::before {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 20%;
    top: 40%;
    height: 1px;
    border-bottom: 1px solid #000;
}

h3.line_h3::after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 20%;
    top: 40%;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #000;
}

a.link_contact {
    background-color: #ffff00;
    border: solid #000 1px;
    width: 300px;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8rem;
    color: #000;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
}

/* ストライプ背景 */
.bg_stripe {
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 4px, rgba(232, 230, 231, 0.4) 0, rgba(232, 230, 231, 0.4) 17px);
    margin: auto -1000px;
    text-align: center;
}

@media (max-width: 782px) {
    .bg_stripe {
        margin: auto -30px;
        padding: 30px 0 50px;
    }
}

@media only screen and (max-width: 480px) {
    .bg_stripe {
        margin: auto -15px;
    }
}

.sec_in {
    padding: 10px 0;
    margin: auto;
    line-height: 1.8;
}

.sec_in {
    max-width: 650px;
}

/* ヘッダー */
.site-header {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 20px;
    font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
}

.global-nav-list>li:before {
    border-bottom: 6px solid #ffff00;
}

.site-header nav ul li:last-child {
    margin-left: 150px;
    position: relative;
    font-size: 0.8em;
}

.site-header nav ul li:last-child a {
    padding-top: 0;
    letter-spacing: 1px;
}

.site-header nav ul li:last-child::after {
    position: absolute;
    content: ' ';
    width: 23px;
    height: 19px;
    background: url(/common/img/contact.png) no-repeat;
    top: 28px;
    background-size: 23px 19px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:890px) {
    .site-header {
        margin-top: 0;
    }
}

/* スクロール時ヘッダー */
.header_scrolled .site-header {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
}

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

.header_scrolled .site-header nav ul li:last-child::after {
    top: 50px;
}

/* ハンバーガーメニュー */
/* firefox? */
.mobile-nav-btn-right .vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.position-right {
    top: 15px;
}

@media (max-width: 782px) {
    .admin-bar .vk-mobile-nav-menu-btn {
        top: calc(57px + 5px);
    }
}

@media only screen and (max-width: 480px) {
    .admin-bar .vk-mobile-nav-menu-btn {
        top: calc(57px + 5px);
    }

    .header_scrolled .vk-mobile-nav-menu-btn {
        top: calc(46px + 5px);
    }
}

/* フッター */
.site-footer {
    display: none;
}

.site-body-bottom {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    padding: 30px 0;
}

.site-body-bottom ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0;
}

.site-body-bottom ul li {
    width: 33%;
    list-style: none;
    margin-top: 0;
}

.site-body-bottom ul li a {
    text-decoration: none;
    color: #fff;
}

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

    h3.line_h3::before,
    h3.line_h3::after {
        width: 10%;
    }

    .site-body-bottom ul li {
        width: 49%;
    }

    .pc {
        display: none;
    }

    .only_tab {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* ------------------------------- 

　トップページ 

 ------------------------------- */

.home .entry-body {
    margin-top: 30px;
}

.slide-wrap .txt {
    font-size: 2.7rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    margin-top: 50px;
}

.slide-wrap .txt span {
    position: relative;
    display: inline-block;
    z-index: 10;
    width: 60px;
}

.slide-wrap .txt span::after {
    content: ' ';
    height: 100%;
    width: 50%;
    background-color: #ffff00;
    position: absolute;
    top: -10px;
    right: -2px;
    z-index: -10;
}

/* スライド下サムネイル */
.home .works_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.home .works_list .su-post {
    width: 19.5%;
}

.home .works_list .su-post-thumbnail {
    margin: 0;
    width: 100%;
    height: auto;
    max-width: 216px;
    aspect-ratio: 100 / 63;
    overflow: hidden;
}

.home .works_list .su-post-thumbnail img {
    border: none;
    width: 100%;
    height: 100%;
    max-width: 216px;
    object-fit: cover;
}

/* ページ下部 */

.circle_wrap {
    display: flex;
    justify-content: space-around;
    width: 360px;
    margin: auto;
    margin-bottom: 20px;
}

.circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-weight: bold;
}

.home .sec03 .strong {
    font-weight: bold;
    text-align: left;
    margin-top: 1rem;
    font-size: 1.1rem;
}

.home .sec_in {
    max-width: 650px;
}

.home a.link_contact {
    background-color: #ffff00;
    border: solid #000 1px;
    width: 300px;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8rem;
    color: #000;
    padding: 5px 0;
}

.home .sec03 .sec_in {
    padding-bottom: 50px;
}

.home .sec04 {
    margin-top: 20px;
}

/* ニュースリスト */
.home .sec04 .sec_in {
    position: relative;
}
.home .sec04 h2 {
    text-align: center;
    border-top: none;
    position: relative;
    border-bottom: none;
}

.home .sec04 h2 span {
    border-bottom: 4px solid #ffff00;
    padding: 0 10px 0;
}

.home .sec04 .link_wrap {
    position: absolute;
    top:42px;
    right:0;
}

.home p a.link {
    text-decoration: none;
}

.home .news_list {
    text-align: center;
    width: 650px;
    margin: auto;
}

.home ul.news_list li a {
    text-decoration: none;
    color: #000;
}

.home .su-posts-default-loop .su-post {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
}

.home .su-posts-default-loop .su-post-meta {
    margin-right: 50px;
    margin-left: 20px;
}

.home .su-posts-default-loop h2.su-post-title {
    border-top: none;
    border-bottom: none;
    font-weight: normal;
    font-size: 1.1rem;
    margin-bottom: 0;
    padding: 15px 0;
}

.home .su-posts-default-loop h2.su-post-title a {
    color: #000;
}
.home .su-posts-default-loop h2.su-post-title .new_label {
    margin-left: 0.4em;
    font-size: .8em;
    font-weight: bold;
    white-space: nowrap;
    color: #f00;
}

@media screen and (max-width:782px) {
    .slide-wrap .txt {
        writing-mode: unset;
        font-size: 2rem;
        margin-top: 0;
    }

    .slide-wrap .txt span {
        width: auto;
        height: 50px;
    }

    .slide-wrap .txt span::after {
        height: 60%;
        width: 100%;
        left: -5px;
        bottom: 0;
        top: auto;
    }

    .home .works_list {
        margin-top: 20px;
    }

    .home .works_list .su-post {
        width: 49%;
        margin-bottom: 0.5em;
    }

    .home .sec_in {
        max-width: 100%;
        padding: 0 15px;
    }

    .home .sec03 .sec_in {
        padding-bottom: 0;
    }

    .circle_wrap {
        width: 300px;
        margin-bottom: 20px;
    }

    .circle {
        width: 120px;
        height: 120px;
    }

    .home .sec04 {
        margin-top: 30px;
    }

    .home .sec04 .link_wrap {
        top:23px;
    }

    .home .news_list {
        width: 100%;
    }

    .home .su-posts-default-loop h2.su-post-title {
        text-align: left;
    }

    .home .su-posts-default-loop .su-post-meta {
        margin-right: 15px;
        margin-left: 15px;
    }
}

/* -------------- 

　　固定ページ　共通 

 ---------------*/

.page-header {
    background-color: #fff;
    color: #000;
    min-height: auto;
}

.page-header-inner {
    margin-bottom: 0;
}

#breadcrumb {
    border: none;
}

h2.subttl {
    text-align: center;
    border: none;
    padding-top: 1em;
}

h2.subttl span {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
}

.works-navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.works-navi ul li {
    list-style: none;
    font-weight: bold;
    font-size: 1.2rem;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}

.works-navi ul li a {
    text-decoration: none;
    color: #333
}

.works-navi ul li:first-child {
    width: 15%
}

.works-navi ul li:nth-child(2) {
    width: 22%
}

.works-navi ul li:nth-child(3) {
    width: 22%
}

.works-navi ul li:nth-child(4) {
    width: 38%
}

.works-navi ul li:nth-child(5) {
    width: 19%
}

.works-navi ul li:nth-child(6) {
    width: 18%
}

.works-navi ul li:nth-child(7) {
    width: 22%
}

.works-navi ul li:nth-child(8) {
    width: 21%
}

.works-navi ul li:nth-child(9) {
    width: 16%
}

.works-navi ul li span {
    display: block;
    font-size: 0.6em;
    font-weight: lighter;
}

.works-navi ul li{
    transition: background-color 0.6s ease;
}

.works-navi ul li:hover{
    background-color: #ffff00;
}

.post-name-works .works-navi ul li:first-child,
.page-id-313 .works-navi ul li:nth-child(2),
.page-id-316 .works-navi ul li:nth-child(3),
.page-id-319 .works-navi ul li:nth-child(4),
.page-id-378 .works-navi ul li:nth-child(5),
.page-id-324 .works-navi ul li:nth-child(6),
.page-id-326 .works-navi ul li:nth-child(7),
.page-id-380 .works-navi ul li:nth-child(8),
.page-id-351 .works-navi ul li:nth-child(9) {
    background: #ffff00;
}

/* 固定ページ　事例 */
.su-posts-default-loop-2 {
    display: flex;
    flex-wrap: wrap;
}

.su-posts-default-loop-2 .su-post {
    width: 24%;
    margin-right: 1%;
}

.su-posts-default-loop-2 .su-post-thumbnail{
    width: 100%;
    height: auto;
    display: inline-block;
    aspect-ratio: 100 / 63;
    overflow: hidden;
}

.su-posts-default-loop-2 .su-post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.su-posts-default-loop-2 .su-post:last-child {
    margin-right: 0;
}

.su-posts-default-loop-2 .su-post-title {
    border: none;
    padding: 0;
    line-height: 1;
}

.su-posts-default-loop-2 .su-post-title a {
    color: #000;
    font-size: 1rem;
}

.su-posts-default-loop-2 .post-wrap {
    display: flex;
    justify-content: space-between;
}

.su-posts-default-loop-2 .su-post-meta {
    color: grey;
    padding-top: 8px;
    font-size: 0.9em;
}


/* 横棒h2 */
h2.line_h2 {
    text-align: center;
    border-bottom: none;
    margin-top: 20px;
    position: relative;
    border-top: none;
    font-size: 1.5rem;
    letter-spacing: 5px;
}

h2.line_h2::before {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 20%;
    top: 49%;
    height: 1px;
    border-bottom: 1px solid #000;
}

h2.line_h2::after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 20%;
    top: 49%;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #000;
}

h2.underline_h2 {
    text-align: center;
    border-top: none;
    position: relative;
    border-bottom: none;
}

h2.underline_h2 span {
    border-bottom: 4px solid #ffff00;
    padding: 0 10px 0;
}

h2.underline_h2:after {
    display: none;
}

h3.underline_h3 {
    text-align: center;
    border-top: none;
    position: relative;
    border-bottom: none;
}

h3.underline_h3 span {
    border-bottom: 4px solid #ffff00;
    padding: 0 10px 0;
}

h3.underline_h3:after {
    display: none;
}

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

    .works-navi ul {
        /* padding-left: 0; */
    }

    .post-name-works .works-navi ul li:first-child {
        /* width: 100%; */
    }

    .entry-body .works-navi ul li {
        width: 100%;
        padding: 5px;
        margin-top: 5px;
    }
}


/* ------------------------------- 

　RECRUIT

 ------------------------------- */

.post-name-recruit h2.line_h2 {
    margin-top: 50px;
}

.sec01 .sub_ttl {
    font-weight: bold;
    text-align: center;
}

.rec_description li {
    list-style: none;
}

.rec_description h4 {
    padding: 0;
    background: none;
    font-size: 1rem;
}

/* ------------------------------- 

　ABOUT

 ------------------------------- */

.comp_profile p {
    margin-bottom: 5px;
}

.comp_profile li {
    list-style: none;
    display: flex;
    padding-top: 1rem;
}

.comp_profile h4 {
    padding: 0;
    background: none;
    font-size: 1rem;
    width: 15%;
    display: flex;
    justify-content: space-between;
    margin-right: 2rem;
}

.comp_detail span {
    font-weight: bold;
    padding-right: 1em;
}

.post-name-about .sec01 {
    margin-bottom: 50px;
}

.post-name-about .sec02 {
    padding-top: 30px;
}

.post-name-about .sec02 .sec_in {
    max-width: 900px;
}

.post-name-about .sec02 .flexB .flex_in {
    width: 45%;
}

.post-name-about .sec02 .flexB .flex_in .ttl {
    text-align: left;
}

.post-name-about .sec03 {
    margin-top: 50px;
}

.post-name-about .sec03 .pmark_wrap div:first-child {
    width: 14%;
}

.post-name-about .sec03 .pmark_wrap div:nth-child(2) {
    width: 84%;
}

.post-name-about .link .link_icon {
    display: flex;
    justify-content: center;
}

.post-name-about .link>div>a>img {
    height: 70px;
}

.post-name-about .sec02 iframe {
    width: 100%;
}

@media (max-width: 900px) {
    .post-name-about .sec02 .sec_in {
        max-width: 690px;
    }
}

@media screen and (max-width:782px) {
    .comp_profile li {
        display: block;
    }

    .comp_profile h4 {
        width: 100%;
        display: block;
        letter-spacing: 5px;
    }

    .post-name-about .sec02 .flexB .flex_in {
        width: 95%;
        text-align: center;
        margin: auto;
    }

    .post-name-about .link>div>a>img {
        height: auto;
    }
}

/* ------------------------------- 

　PRIVACY POLICY

 ------------------------------- */

.contact_box {
    border: 1px solid #000;
    padding: 1rem
}

#post-164 h3 {
    border: none;
    font-size: 1.2rem;
}

#post-164 h3::after {
    border: none
}

ol.prn_li_wrap>li.prn_li {
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1.1rem;
    padding: 0 1rem;
}

ol.prn_li_wrap>li.prn_li::before {
    content: "(" counter(cnt) ")"
}

ol.prn_li_wrap>li.prn_li ul li,
ol.prn_li_wrap>li.prn_li ul {
    list-style-type: circle;
    counter-increment: unset;
    text-indent: 0;
    padding: unset;
}

ol.prn_li_wrap>li.prn_li ul {
    padding-left: 1.5em;
}

#post-164 h4 {
    background: none;
    font-size: 1.1rem;
}



/* -------------- 

　　投稿ページ　共通 

 ---------------*/

.single-post .site-body,
.page .site-body {
    padding-top: 0;
}

.post_construction_name,
.post_construction_year {
    font-weight: bold;
}

.post_wrapper .main .image_list {
    margin-top: 20px;
}

.post_wrapper .image_list .selected {
    position: relative;
}

.post_wrapper .image_list .selected::before {
    content: " ";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid black;
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translateX(-50%);
}

@media screen and (max-width:782px) {
    .single-post .edel-list {
        max-height: none;
        width: 100%;
        height: unset;
    }
}

/* -------------- 

　　NEWS　リスト

 ---------------*/

.post-type-news .media-img {
    display: none;
}

.post-type-news .site-body {
    max-width: 900px;
    margin: auto;
}

/* 新着情報！！を非表示 */
/* .post-type-news .vk_post_title_new{
    display: none;
}

.post-type-news .categorization-latest_news .vk_post_title::after {
    content:"新着";
    font-size: 0.7rem;
    color: #fff;
    background: red;
    padding: 3px;
    border-radius: 5px;
    margin-left: 1rem;
} */

.vk_post_title_new {
    color: transparent;
    position: relative;
}
.vk_post_title_new::after {
    content: "新着";
    display: inline-block;
    color: #f00;
    position: absolute;
    top: 0;
    left: 0;
}

/* -------------- 

　　NEWS　投稿ページ

 ---------------*/
 
.news-template-default .entry-meta-item-updated{
    display: none;
}

.news-template-default .entry-meta-item-author{
    display: none;
}

.news-template-default .next-prev {
    display: none;
}


/* -------------- 

　　WORKS 投稿ページ

 ---------------*/

.post .post_wrapper .image_list {
    width: 100%;
}

.post .post_wrapper .image_list a {
    font-size: 0;
    width: 100%;
    height: auto;
    display: inline-block;
    aspect-ratio: 100 / 62;
}

.post .post_wrapper .image_list a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post .post_wrapper .image_list .not_found {
    border: none;
    pointer-events: none;
}

.post .post_wrapper .image_list .not_found img {
    display: none;
}

.post_wrapper .image_list a:first-child {
    margin-left: 0
}

.post_wrapper .image_list a:last-child {
    margin-right: 0
}

.post_wrapper .main .image img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    object-fit:contain;
}

.post_wrapper .main .image{
    aspect-ratio: 50 / 31;
    overflow: hidden;
}


@media screen and (min-width: 993px) {
    .post .post_wrapper .main .text {
        width: calc(40% - 15px);
        margin-left: 15px;
    }
}

@media screen and (max-width: 992px) {
    .post_wrapper .main .text {
        order: 3;
        margin-top: 1em;
    }

    .post_wrapper .main .image_list {
        order: 2;
    }
}

/* 関連する事例 */

.veu_relatedPosts {
    background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 4px, rgba(232, 230, 231, 0.4) 0, rgba(232, 230, 231, 0.4) 17px);
    margin: auto -1000px;
    text-align: center;
}

.relation_wrapper .title_wrap .su-posts-default-loop-2 {
    /* justify-content: space-between; */
}

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

    .relation_wrapper .title_wrap {
        width: 1030px;
    }
}

/* -------------- 

　　WORKS リスト

 ---------------*/

@media screen and (max-width:782px) {
    .su-posts-default-loop-2 .su-post {
        width: 24%;
        margin-right: 1%;
        width: 49%;
    }
}


/* -------------- 

　　カテゴリーページ

 ---------------*/

.category .page-header {
    display: none;
}

.category .archive-header{
    display: none;
}

.category .page-header-title {
    text-align: center;
}

.category .post-list {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.category-works .works-navi ul li:first-child,
.category-event-produce .works-navi ul li:nth-child(2),
.category-exhibition-booth .works-navi ul li:nth-child(3),
.category-office-interior-showroom .works-navi ul li:nth-child(4),
.category-print-media .works-navi ul li:nth-child(5),
.category-movie-cm .works-navi ul li:nth-child(6),
.category-digital-media .works-navi ul li:nth-child(7),
.category-lighting-design .works-navi ul li:nth-child(8),
.category-others .works-navi ul li:nth-child(9) {
    background: #ffff00;
}

@media screen and (max-width:782px) {
    .site-body .works-navi ul li {
        width: 100%;
        padding: 5px;
        margin-top: 5px;
    }

    .category .edel-list {
        max-height: none;
        width: 100%;
        height: unset;
    }
}

/* -------------- 

　　お問い合わせ

 ---------------*/

 .page-id-167 .site-body {
    max-width: 700px;
    margin: auto;
}

.page-id-167 span.req{
    background: #E6083F;
    color: #fff;
    padding: 3px;
    margin-left: 1em;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 5px;
}