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


/*****フォント******/

.din_r{
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.din_b{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}


.kozuka_r{
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.kozuka_b{
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*****基本******/

body{
	font-size:26px;
	color:#000;
	line-height:200%;
}

a{
	transition:0.5s ease;
}

a:hover{
	opacity:0.8;
	transition:0.5s ease;
}

img{
	vertical-align:top;
}

.pc{display:block;}
.sp{display:none;}

@media(max-width:767px){
body{
	font-size:20px;
}
.pc{display:none;}
.sp {display: block;}
}


/*****ヘッダー******/

.global-nav-list>li>ul.sub-menu {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    left: 0;
    margin-left: 0;
    width: 190px;
}

.global-nav-list>li>ul.sub-menu{
	background:rgba(237,76,150,0.8)!important;
	border-radius: 0 15px 15px 15px;
}

.global-nav-list>li:before{
	display:none;
}

.global-nav-list>li.menu-item-has-children::after{
	display:none;
}

.global-nav-list>li .global-nav-name{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:22px;
	color:#000;
	transition:0.5s ease;
}

.vk-mobile-nav nav ul li a {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.global-nav-list .sub-menu{
	padding-top:0;
	padding-bottom:0;
}

.global-nav-list .sub-menu li a{
	border:none;
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

.global-nav-list .sub-menu li:first-of-type a{
	padding-top:15px;
}

.global-nav-list .sub-menu li:last-of-type a{
	padding-bottom:15px;
}

.global-nav-list>li a:hover .global-nav-name{
	color:#ed4c96;
}

.global-nav-list>li:first-of-type a, .global-nav-list>li:nth-of-type(2) a{
	padding:0;
}

.global-nav-list>li:first-of-type a img, .global-nav-list>li:nth-of-type(2) a img{
	width:100%;
}

.global-nav-list>li:nth-of-type(2){
	margin-right:20px;
	margin-left:15px;
}

.line_icon {
    width: 44px;
    height: 44px;
	background-image:url(/wp-content/uploads/2025/07/line.png);
	background-size:contain;
	background-repeat:no-repeat;
	display:block;
}

.insta_icon {
    width: 44px;
    height: 44px;
	background-image:url(/wp-content/uploads/2025/07/insta.png);
	background-size:contain;
	background-repeat:no-repeat;
	display:block;
}

ul.mobile_icon {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.mobile_icon li{
    list-style-type:none;
	margin:0 15px 0 0;
}

ul.mobile_icon li:last-of-type{
    margin-right:0;
}

.mobile_logo {
    text-align: center;
    max-width: 125px;
    margin: 0 auto;
    width: 50%;
}

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

/*****メイン動画******/

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

.mainArea {
    position: relative;
}

.top_movie {
    line-height: 1;
}

.top_movie video{
	width:100%;
	height:auto;
}

.mainArea .container {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.main_btn {
    margin: 0;
    padding: 0;
	color:#303030;
}

.main_btn a{
    text-decoration:none;
	text-align:center;
	display:block;
	max-width:295px;
	width:32%;
	margin:0 25px 0 0;
}

.main_btn a:last-of-type{
	margin-right:0;
}

.main_btn a span{
	padding:1rem 0.5rem;
    background:#fff;
	color:#303030;
	border-radius:10px;
	font-size:28px;
	display:block;
	line-height:150%;
}

.main_btn a:first-of-type span{
    background:#ffec00;
}

.main_btn a:hover span{
	color:#fff;
}

.main_btn a p{
	margin:0!important;
	font-size:24px;
	color:#fff;
}

.main_btn a:first-of-type p{
	color: #ffec00;
}

.main_btn a:hover{
	transform:translatey(-8px);
	opacity:1;
}

.main_btn a:hover span{
    background:#ed4c96;
}

.main_btn a:hover p{
    color:#ed4c96;
}

.main_btn a:first-of-type span{
    background:#ffec00;
}

.main_btn a:first-of-type:hover span{
    background:#ed4c96;
}

h2.automatic_anime{
	animation:automatic_anime 2s ease 1 forwards;
	transform:translatey(50px);
	opacity:0;
}

@keyframes automatic_anime{
	0%{opacity:0;transform:translatey(50px);}
	100%{opacity:1;transform:translatey(0);}
}

/*****コンテンツ******/

.deco_container {
    position: relative;
	display:inline-block;
	padding:44px 44px 44px 55px;
}

.deco_container:before, .deco_container:after{
    content:"";
	width:44px;
	height:44px;
	display:block;
	position:absolute;
	background-repeat:no-repeat;
	background-size:contain;
}

.deco_container:before{
	top:0;
	left:0;
	background-image:url(/wp-content/uploads/2025/07/deco_b.png);	
}

.deco_container:after{
	bottom:0;
	right:0;
	background-image:url(/wp-content/uploads/2025/07/deco_a.png);	
}

.ttl_sub {
    font-size: 26px;
    margin-bottom: 70px;
	line-height:160%;
	letter-spacing:0px;
}

.deco_container h2{
	border:none;
    margin-bottom: 70px;
	font-size:80px;
	padding:0;
	font-weight:normal;
	line-height:170%;
}

.deco_container p {
    line-height: 220%;
	margin-bottom:60px!important;
	letter-spacing:0px;
}

.deco_container p:last-of-type {
	margin-bottom:0;
}

.effect {
	opacity:0;
	transform:translatey(50px);
}

.effect.active {
	animation:effect_anime 1.5s 1 ease forwards;
}

@keyframes effect_anime{
	0%{opacity:0;transform:translatey(50px);}
	100%{opacity:1;transform:translatey(0);}
}

/*****子階層******/

.page-header {
    display: none;
}

#breadcrumb{
	display:none;
}

.company_right {
    width: 22rem;
	margin-left:6rem;
}

.company_left p a {
	color:#000;
}

.company_name {
    font-size: 50px;
    margin-bottom: 40px;
}

.company_left p{
    line-height:200%;
}

.company_left p:last-of-type{
	margin-bottom:0;
}

.h2_deco {
	background: linear-gradient(to right, #fcd6ec 30%, transparent 30%);
	position:relative;
	margin-bottom:5.5rem;
	overflow:hidden;
	line-height:100%;
}

.h2_decoBox_container {
    background: #fff;
    padding: 0;
    line-height: 85%;
}

.h2_deco:before {
    content: "";
    width: 100%;
    height: 130px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/07/ttl_deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 4;
    background-position: top left;
}

.h2_decoBox {
    color: #fff;
    line-height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 485px;
    height: 130px;
    z-index: 3;
    width: 80%;
}

.container.h2_deco_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.h2_deco_container h2 {
    border: none;
    padding: 0;
    font-size: 80px;
	line-height:100%;
    font-weight: normal;
	display: inline-block;
	position:relative;
	margin:0;
	color:#fff;
	z-index:5;
}

.h2_decoBox:after{
	content:"";
	width:120px;
	height:600px;
	background:#fff;
	display:block;
	position:absolute;
	top:50%;
	transform:translatey(-50%) rotate(30deg);
	right:-70px;
	z-index:2;
}

.h2_decoBox:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fcd6ec;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

/*****アーカイブ******/

ul.archive_list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.archive_list li{
    margin:0 0 40px;
	list-style-type:none;
	width:33.3333333%;
}

.vk_posts .vk_post-col-lg-4 {
        width: 33.3333333%;
    }

a.archive_img {
    display: block;
    width: 100%;
    height: auto;
	overflow:hidden;
}

a.archive_img img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.archive_txt {
    padding: 15px;
}

.archive_txt h2 {
    border: none;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px;
}

.archive_txt h2 a{
    color: #565656;
}

.archive_txt h2 a:hover{
	opacity:1;
    color: #ea2d8b;
}

.archive_info {
    display: flex;
    flex-wrap: wrap;
	align-items:center;
}

.archive_info p {
    color: #a0a0a0;
    margin: 0 15px 0 0!important;
    font-size: 15px;
}

a.category_btn {
    background: #777777;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    line-height: 100%;
    padding: 6px 20px;
	margin-top:3px;
}

a.category_btn:hover {
    background: #3f3f3f;
    opacity:1;
}
#nav_menu-3 ul,
ul.archive_btn {
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
#nav_menu-3 li,
ul.archive_btn li{
    list-style-type:none;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 90px 0 0;
	font-size:20px;
	line-height:150%;
}
#nav_menu-3 li:last-of-type,
ul.archive_btn li:last-of-type{
    margin-right:0;
}
#nav_menu-3 li:first-of-type,
ul.archive_btn li:first-of-type{
    color:#ea2d8b;
}
#nav_menu-3 li a,
ul.archive_btn li a{
    text-decoration:none;
	color:#b2b2b2;
	line-height:150%;
}
#nav_menu-3 li a:hover,
ul.archive_btn li a:hover{
	color:#ea2d8b;
	opacity:1;
}
#nav_menu-3 .current-menu-item a{
	color:#ea2d8b;	
}
.archive.post-type-works .site-body-container.container {
    max-width: 100%;
}

.single.post-type-works{
	font-size:18px;
}

.post-type-works .vk_post {
	margin-left:0;
	margin-right:0;
}

.post-type-works .card-noborder .vk_post_imgOuter {
    border:none;
}

.post-type-works .vk_post .vk_post_title a{
    font-size: 20px;
	color: #565656;
	font-weight:normal;
}

.post-type-works .vk_post .vk_post_title a:hover{
    color:#ea2d8b;
	opacity:1;
}

.post-type-works .vk_post_body.card-body {
    padding: 15px;
	display:flex;
	flex-wrap:wrap;
}

.post-type-works .vk_post .vk_post_excerpt {
    color: #a0a0a0;
    margin: 0 15px 0 0 !important;
    font-size: 15px;
	padding-top:8px;
	display:inline-block;
}
.post-type-works .vk_post .vk_post_title {
	width:100%;
}

.post-type-works h1.archive-header-title {
	text-align:center;
	font-weight:normal;
}

.post-type-works .site-body{
	padding-top:50px;
}

.vk_post_imgOuter_singleTermLabel {
    line-height: 150%;
    font-size: 14px;
}

.entry-meta {
	display:none;
}

.vk_posts.next-prev {
    justify-content: center;
}

.next-prev .vk_post_imgOuter_singleTermLabel {
    background-color: #ea2d8b;
}

.card-intext .card-intext-inner .vk_post_body {
    background-color: rgba(0, 0, 0, 0.5);
}

h1.entry-title {
    font-weight: normal;
}

span.vk_post_taxonomy_title_inner {
    display: none;
}

dd.vk_post_taxonomy_terms {
    display: inline-block;
	margin-bottom:0;
	padding-left:0;
	line-height:150%;
}

.vk_post_taxonomies {
    display: inline-block;
	margin-top:5px;
}

dd.vk_post_taxonomy_terms a{
	color:#fff;
    background: #777777;
    display: inline-block;
    line-height: 150%;
    font-size: 14px;
    padding: 5px 15px;
}

dd.vk_post_taxonomy_terms a:hover{
	opacity:1;
	background:#444444;
}

/*****フレックス******/

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

.flexArea{
	display:flex;
	flex-wrap:wrap;
}

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

.footerArea {
    background:#fcd6ec;
	position:relative;
	padding-top:3rem;
	padding-bottom:3rem;
}

.footerArea:before{
	content:"";
	width:35rem;
	height:18rem;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	background-image:url(/wp-content/uploads/2025/07/footer_b.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.footerArea:after{
	content:"";
	width:36em;
	height:20rem;
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	background-image:url(/wp-content/uploads/2025/07/footer_a.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.footerArea .container{
	position:relative;
	z-index:3;
}

.site-footer .main_btn a {
    max-width: 240px;
	margin-right:15px;
}

.site-footer .main_btn a:last-of-type {
    margin-right: 0;
}

.site-footer .main_btn a p{
    color:#303030;
}

.site-footer .main_btn a:hover p{
    color:#ed4c96;
}

.site-footer .main_btn a p {
    font-size: 20px;
}

.footer_left {
    width:244px;
}

.footer_right {
    width:calc(100% - 244px);
}

.footer_right .main_btn {
    justify-content:flex-end;
}

.footer_logo {
    font-size: 50px;
}

.site-footer .main_btn a span {
    font-size: 22px;
	letter-spacing:-0.5px;
}

.footer_tel {
    text-align: right;
    font-size: 40px;
}

.footer_tel a{
	color:#000;
}

.footer_top {
	margin-bottom:20px;
	align-items:center;
}

.container.site-footer-content {
    padding: 0;
}

/****調整*****/

#nav_menu-3 li{
	margin:0 3rem 0 0;
	text-align:center;
}

#nav_menu-3 li:last-of-type{
	margin:0;
}

#nav_menu-3 li a{
	border:none;
	padding:0;
	display:inline-block;
}

#nav_menu-3 li a:hover{
	background:transparent;
}

@media(max-width:1200px){
.main_btn a {
    max-width:32%;
	margin:0;
}
	
.main_btn.flexArea{
	justify-content:space-between;
}
	
.site-footer .main_btn a {
    max-width: 32%;
    margin-right: 0;
}
	
.site-footer .main_btn a p {
    font-size: 18px;
}
	
.footer_logo {
    font-size: 2.2rem;
}
	
.company_right {
    width: 20rem;
	margin-left:4rem;
}
	
.archive_txt h2 {
    font-size: 18px;
}
	
.archive_info p {
    font-size: 14px;
}
}
@media(max-width:991.98px){
	
.footer_logo {
    font-size: 3.2rem;
}
	
.main_btn a span {
    font-size: 20px;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
	
.main_btn a p {
    font-size: 18px;
}
	
.footer_left {
    width: 100%;
    text-align: center;
}
	
.footer_right {
    width: 100%;
    margin-top: 3rem;
	margin-bottom:2rem;
}
	
.site-footer .main_btn a span {
    font-size: 20px;
}
	
.footer_tel {
    text-align: center;
    font-size: 3rem;
}
	
.ttl_sub {
    font-size: 22px;
}

.deco_container h2 {
    font-size: 55px;
}
	
.deco_container p {
    font-size: 18px;
	margin-bottom:40px!important;
}
	
.deco_container p:last-of-type {
	margin-bottom:0!important;
}
	
.deco_container:before, .deco_container:after {
    width: 33px;
    height: 33px;
}
	
.deco_container {
    padding: 35px 35px 35px 35px;
}

.company_left p{
    font-size:18px;
}
	
.company_name {
    font-size: 40px;
}
	
.company_right {
	width: 18rem;
	margin-left: 4rem;
}
	
.h2_deco_container h2 {
    font-size: 60px;
}
	
.h2_decoBox{
	max-width:400px;
}
	
.h2_decoBox, .h2_deco:before {
    height: 110px;
}
	
ul.archive_list li {
    margin: 0 0 30px;
}
	
.archive_txt h2 {
	font-size: 16px;
}

.archive_info p {
	font-size: 13px;
}

a.category_btn{
	font-size:13px;
	padding:6px 15px;
}
	
ul.archive_btn li {
    margin: 0 50px 0 0;
    font-size: 18px;
}
	
.post-type-works .vk_post .vk_post_title a {
    font-size: 17px;
}
	
.post-type-works .vk_post .vk_post_excerpt {
    font-size: 13px;
}

}

@media(max-width:767px){
.deco_container:before, .deco_container:after {
	width: 20px;
	height: 20px;
}

.deco_container {
	padding: 25px;
}
	
.ttl_sub {
	font-size: 17px;
	margin-bottom: 45px;
	line-height:180%;
}
	
.deco_container h2 {
	font-size: 30px;
	margin-bottom: 60px;
}
	
.deco_container p {
	font-size: 16px;
}
	
.main_btn a span {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	
.mainArea .container {
    bottom: 20px;
}
	
.main_btn a p {
	font-size: 12px;
	line-height:130%;
	margin-bottom:5px!important;
}
	
.footer_logo {
	font-size: 30px;
}
	
.footer_right {
	margin-top: 30px;
	margin-bottom: 30px;
}
	
.footer_tel {
	font-size: 28px;
}
	
.footer_top {
    margin-bottom: 0;
}
	
.companyArea {
	flex-direction:column-reverse;
}
	
.company_right {
	max-width: 250px;
	width:80%;
	margin-left: 0;
	margin: 0 auto 40px;
}
	
.company_name {
	font-size: 30px;
	margin-bottom:30px;
}
	
.company_left p {
	font-size: 16px;
}
	
.h2_deco_container h2 {
	font-size: 25px;
}
	
.h2_decoBox, .h2_deco:before {
	height: 60px;
}
	
.h2_decoBox {
	max-width: 270px;
}
	
ul.archive_list li {
    width: 50%;
}
	
ul.archive_btn li {
	margin: 0 30px 0 0;
	font-size: 16px;
}
	
.post-type-works .vk_posts .vk_post-col-lg-4 {
    width: 50%;
}

.post-type-works h1.archive-header-title {
    font-size: 24px;
}

.site-footer .main_btn a p {
	font-size: 12px;
	margin-bottom:5px!important;
}

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

h1.entry-title {
    font-size: 22px;
}
	
.vk-mobile-nav nav ul li a {
    font-size: 16px;
}
	
.footerArea:before {
    width: 15rem;
    height: 7rem;
}
	
.footerArea:after {
    width: 18em;
    height: 8rem;
}

.single.post-type-works {
    font-size: 15px;
}
	
#nav_menu-3 li a {
    font-size: 13px;
}
	
#nav_menu-3 li {
	margin-right:20px;
}
	
}

@media(max-width:575px){
ul.archive_list li {
	width: 100%;
}
	
ul.archive_btn li {
	margin: 0 10px 0 0;
	font-size: 12px;
	width: 20%;
	text-align: center;
}
	
.post-type-works .vk_posts .vk_post-col-lg-4 {
    width: 100%;
	margin-bottom: 30px !important;
}
}