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

/*header*/
#global-nav li::before{
	display:none;
}

#global-nav li a{
  	transition:0.2s;
}

#global-nav .current-menu-item a,
#global-nav li a:hover{
  	color: #8b66d1;
}

/*モバイルナビゲーション*/
.vk-mobile-nav nav ul li a {
    padding: 1.5em .5em !important;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

/*ページトップボタン*/
.page_top_btn{
	display:none !important;
}

/* ボタンCSS */
.button018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    max-width: 225px;
    padding: 10px 0px 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button018 a:before, .button018 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.button018 a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.button018 a:after {
  left: 0;
  background: #233b6c;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.button018 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.button018 a:hover span {
  color: #fff;
}
.button018 a:hover:before {
  left: 2rem;
}
.button018 a:hover:after {
  right: 0;
  width: 100%;
}

/*----------------------------------------------------top----------------------------------------------------*/
/*背景*/
/* メインビジュアル全体に対して相対位置基準を設定 */
.mainvisual {
  position: relative;
  overflow: hidden;
}

/* 背景の円たち */
.mainvisual .floating-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* コンテンツはその上に表示 */
.mainvisual .content {
  position: relative;
  z-index: 1;
}

/* 背景全体 */
.floating-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* 共通スタイル */
.circle {
  position: absolute;
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

/* サイズ */
.small  { width: 2vw; height: 2vw; }
.medium { width: 4vw; height: 4vw; }
.large  { width: 8vw; height: 8vw; }

/* 色 */
.purple { background-color: #a88dd8; opacity: 1; }
.navy   { background-color: #233b6c; opacity: 1; }
.blue   { background-color: #3498db; opacity: 1; }

/* ランダム配置（20個） */
.circle:nth-child(1)  { top: 10%; left: 15%; }
.circle:nth-child(2)  { top: 20%; left: 40%; }
.circle:nth-child(3)  { top: 30%; left: 70%; }
.circle:nth-child(4)  { top: 50%; left: 60%; }
.circle:nth-child(5)  { top: 60%; left: 20%; }
.circle:nth-child(6)  { top: 70%; left: 35%; }
.circle:nth-child(7)  { top: 85%; left: 10%; }
.circle:nth-child(8)  { top: 80%; left: 50%; }
.circle:nth-child(9)  { top: 35%; left: 80%; }
.circle:nth-child(10) { top: 25%; left: 5%; }

.circle:nth-child(11) { top: 15%; left: 75%; }
.circle:nth-child(12) { top: 5%;  left: 25%; }
.circle:nth-child(13) { top: 40%; left: 90%; }
.circle:nth-child(14) { top: 55%; left: 70%; }
.circle:nth-child(15) { top: 65%; left: 10%; }
.circle:nth-child(16) { top: 75%; left: 85%; }
.circle:nth-child(17) { top: 85%; left: 30%; }
.circle:nth-child(18) { top: 10%; left: 90%; }
.circle:nth-child(19) { top: 45%; left: 15%; }
.circle:nth-child(20) { top: 20%; left: 60%; }

/* アニメーション遅延 */
.delay1  { animation-delay: 1s; }
.delay2  { animation-delay: 2s; }
.delay3  { animation-delay: 3s; }
.delay4  { animation-delay: 4s; }
.delay5  { animation-delay: 5s; }
.delay6  { animation-delay: 6s; }
.delay7  { animation-delay: 7s; }
.delay8  { animation-delay: 8s; }
.delay9  { animation-delay: 9s; }
.delay10 { animation-delay: 10s; }
.delay11 { animation-delay: 2.5s; }
.delay12 { animation-delay: 4.5s; }
.delay13 { animation-delay: 6.5s; }
.delay14 { animation-delay: 1.5s; }
.delay15 { animation-delay: 3.5s; }
.delay16 { animation-delay: 5.5s; }
.delay17 { animation-delay: 7.5s; }
.delay18 { animation-delay: 9.5s; }
.delay19 { animation-delay: 2.2s; }
.delay20 { animation-delay: 8.5s; }

/* アニメーション定義 */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-20px); }
}

/*キャッチコピー*/
.main-group  {
    position: absolute;
    bottom: 100px;
    width:100%;
    z-index: 5;
}
.top-p1{
color:#ff6f61;
font-size:7rem;
}
.top-p2{
color:#233b6c;
font-size:1.5rem;
text-shadow: 0 0 #fff;
}

.top-p2 .p1,
.top-p2 .p2{
color:#233b6c;
font-size:1.5rem;
text-shadow: 0 0 #fff;
}

@media (min-width: 1400px){
.main-group  {
    position: absolute;
    bottom: 100px;
	left:20%;
    width:60%;
    z-index: 5;
}
}
@media (min-width: 0px) and (max-width: 705.98px){
.main-group  {
    position: inherit;
    width:100%;
	/*transform: translateY(-30px);*/
    z-index: 5;
}
.top-p1{
font-size:4rem;
}
}

/*フォントサイズ調整*/
.h2_english{
	font-size:5.5rem;
}
@media (min-width: 0px) and (max-width: 767.98px){
.h2_english{
	font-size:4rem;
}
}

/*OTHER hover CSS*/
.vk_gridcolcard_item a.vk_gridcolcard_item_container{
	transition:0.2s;
}
.vk_gridcolcard_item a.vk_gridcolcard_item_container:hover {
    background: #def1ff;
}