/*
Theme Name:adkit_meo
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*ベース*/
/* 非表示状態の設定 */
html {
    scroll-behavior: smooth;
  }
.container.site-footer-copyright p:nth-child(2){display:none;}
.accordion .toggle {
    display: none;
  }
  .accordion .Label {
    padding: 10px;
    display: block;
    color: #fff;
    background: #84c7ec;
    position: relative;
}
label.Label {
    margin-top: 15px;
}

  .accordion .Label::before { /* タイトル横の矢印 */
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
  }
  
  .accordion .Label,
  .accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  
  .accordion .content { /* 本文 */
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
  }
  
  .accordion .toggle:checked + .Label + .content { /* 開閉時 */
    height: auto;
    padding: 20px;
  }
  
  .accordion .toggle:checked + .Label::before {
    transform: rotate(-45deg) !important;
  }

  .wp-block-group.check_typea-c.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-8.wp-block-group-is-layout-flex {
    justify-content: flex-start;
}
section.accordion p{text-align:left;}

p.has-text-color.has-link-color.wp-elements-20388bf2df0a2e7212ac9aec2c0fe92d {font-size:20px;font-weight:bold;}

/* アコーディオンここまで */
  .wp-block-group.typea-c.has-white-color.has-vk-color-primary-background-color.has-text-color.has-background.has-link-color.wp-elements-9906a57c9bc123f727d81a513e22e2e2.is-layout-constrained.wp-container-core-group-is-layout-5.wp-block-group-is-layout-constrained {
    width: 250px;
    height: 250px;
}

body .is-layout-flex {
    justify-content: center;
}

.typea-c{
height: 250px;
    display: grid;
    place-content: center;
}


.type-flex p.has-text-align-center {
    margin-bottom: 0!important;
}

  .check_typea-c {
    gap: 5px;
}

section.accordion {
    max-width: 800px;
}

/* 背景薄く */
.contentsgroup_back{
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

/* 波の背景 */
.header {
    position: relative;
    text-align: center;
    color: white;
    background: linear-gradient(-90deg, rgb(0 55 111) 0%, rgb(7 57 135) 35%, rgb(7 118 217) 100%);
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:40vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
.top_content {
    display: flex;
    justify-content: space-around;
}
.top_content {
    display: flex;
    width: 100%;
    max-width: 1140px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_content h2 {
    position: absolute;
    text-align: left;
    padding: initial;
    border-top: none;
    border-bottom: none;
    left: 65%;
    top: 15%;
    color: white;
    font-size: 2.3em;
    z-index: 999;
}

section.waves_sec {
    position: relative;
}

.top_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0 0;
    left: 0;
    margin: auto;
}
.top_content img {
    /* width: 60%; */
    object-fit: contain;
}
/* 波ここまで */

/* お問合せ */

.contactform_group {
    max-width: 600px;
    border-radius: 20px;
}

h4#contact {
    border-radius: 20px 20px 0 0;
}

.required {
    font-size: 0.8em;
    font-weight: bold;
    color: #cc0000;
    border-radius: 2px;
    margin-left: 10px;
    margin-bottom: 2px;
    display: inline-block;
}
img.wp-block-cover__image-background.wp-image-492 {
    opacity: 0.2;
}
.sikaku::before {
    content: "■";
      color:#03a9f4;
  }

  .wp-block-column.has-black-color.has-white-background-color.has-text-color.has-background.has-link-color.wp-elements-07fb695c0488950c5b5a7792d1584858.is-layout-flow.wp-block-column-is-layout-flow {
    border-radius: 20px;
}

.wpcf7-list-item {
    margin:0;
}

/* お問合せここまで */

.page_top_btn {
    bottom: 15%;
}
h4.wp-block-heading.has-text-align-center.is-style-vk-heading-plain.has-white-color.has-vk-color-primary-background-color.has-text-color.has-background.has-link-color.wp-elements-fcf77a7cd1558e5efeec226d1cbf413b {
    margin-bottom: 0;
}

/* 四角が動く */

.box {
    width: 100%;
    height: 800px;
    /* background: linear-gradient(90deg, rgb(2 0 36 / 30%) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%); */
    position: relative;
    /* background-color: #ffffffbf; */
}
.box div {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 8%;
    left: 8%;
    animation: animate 5s linear infinite;
    background: transparent;
    border: solid 3px rgb(122 182 243);
    z-index: 999999;
}
    .box div:nth-child(1) {
    top: 18%;
    left: 18%;
    animation: animate 15s linear infinite;
    }
    .box div:nth-child(2) {
    top: 27%;
    left: 87%;
    animation: animate 10s linear infinite;
    }
    .box div:nth-child(3) {
    top: 80%;
    left: 90%;
    animation: animate 5s linear infinite;
    }
    .box div:nth-child(4) {
    top: 60%;
    left: 70%;
    animation: animate 9s linear infinite;
    }
    .box div:nth-child(5) {
    top: 88%;
    left: 12%;
    animation: animate 9s linear infinite;
    }
    .box div:nth-child(6) {
        top: 90%;
        left: 80%;
        animation: animate 8s linear infinite;
    }
    .box div:nth-child(7) {
    top: 33%;
    left: 66%;
    animation: animate 8s linear infinite;
    }
    
    .box div:nth-child(8) {
    top: 70%;
    left: 60%;
    animation: animate 16s linear infinite;
    }
    .box div:nth-child(9) {
    top: 26%;
    left: 53%;
    animation: animate 7s linear infinite;
    }
    .box div:nth-child(10) {
    top: 45%;
    left: 15%;
    animation: animate 12s linear infinite;
    }
    
    
    @keyframes animate {
    0% {
    transform: scale(0) translateY(0) rotate(0);
    opacity:1;
    }
        
    100% {
    transform: scale(1.5) translateY(-90px) rotate(360deg);
    opacity:0;
    }
    }
    .contactform_relative{position:relative;}
    .contactform_absolute {
        position: absolute;
        bottom: 0;
        z-index: 0;
        right: 0;
    }
    /* 四角が動く ここまで*/
/* 投稿ページ */
.page-header {
    background-color: #0086f4ad;
    padding-top: 0;
    background-image: url('https://ad-kit.jp/wp-content/uploads/2024/11/アセット-24.png');
    background-position: 50% 100%;
    background-size: cover;
}

/* footer */
footer {
    width:100vw;
    position:fixed;
    bottom:0px
  }
  /* footer div {
    background-color:#4478e3;
    margin: -5px 0px 0px 0px;
    padding:0px;
    color: #fff;
    text-align:center;
  } */
  .site-footer {
    border-top: 1px solid var(--vk-color-primary);
    background-color: #f5f5f5;
    /* color: white; */
}
  svg {
    width:100%;
  }
  .arrow {
    stroke-width: .3px;
    stroke:yellow;
  }
  .topball {
    animation: ball 1.5s ease-in-out;
    animation-iteration-count:infinite;
    animation-direction: alternate;
    animation-delay: 0.3s;
    cursor:pointer;
  }
  
  .wave {
    animation: wave 3s linear;
    animation-iteration-count:infinite;
    fill: #4478e3;
  }
  .drop {
    fill: transparent;
    animation: drop 5s ease infinite normal;
    stroke: #4478e3;
    stroke-width:0.5;
    opacity:.6; 
    transform: translateY(80%);
  }
  .drop1 {
    transform-origin: 20px 3px;
  }
  .drop2 {
    animation-delay: 3s;
    animation-duration:3s;
    transform-origin: 25px 3px;
  }
  .drop3 {
    animation-delay: -2s;
    animation-duration:3.4s;
    transform-origin: 16px 3px;
  }
  .gooeff {
      filter: url(#goo);
  }
  #wave2 {
    animation-duration:5s;
    animation-direction: reverse;
    opacity: .6
  }
  #wave3 {
    animation-duration: 7s;
    opacity:.3;
  }
  @keyframes drop {
    0% {
      transform: translateY(80%); 
      opacity:.6; 
    }
    80% {
      transform: translateY(80%); 
      opacity:.6; 
    }
    90% { 
      transform: translateY(10%) ; 
      opacity:.6; 
    }
    100% { 
      transform: translateY(0%) scale(1.5);  
      stroke-width:0.2;
      opacity:0; 
    }
  }
  @keyframes wave {
    to {transform: translateX(-100%);}
  }
  @keyframes ball {
    to {transform: translateY(20%);}
  }
  

/* footer */
.footer_waves .waves{ transform: rotate(180deg);}
.footer_info{
    background: linear-gradient(-90deg, rgb(0 55 111) 0%, rgb(0 69 175) 35%, rgb(73 214 243) 100%);
}
/* footer.site-footer {
    display: none;
} */
aside {
    margin-bottom: 0!important;
}

.btn_width120 a.vk_button_link.btn.has-background.has-vk-color-primary-background-color.btn-md {
    width: 150px;
}  
nav#global-nav a {
    background-color: #003d8b;
}


aside#block-31 {
    background: linear-gradient(-90deg, rgb(0 55 111) 0%, rgb(0 69 175) 35%, rgb(0 61 138) 100%);
}

/* footerここまで */

/* 追従 */
.global-nav-list>li .global-nav-name {
    font-size: 26px;
    display: block;
    width: 100%;
    white-space: nowrap;
    color: white;
}
nav#global-nav a {
    background-color: #d70d19;
}
#menu-item-694 {
    display: block;
    position: relative;
    top: 0;
    border: 0;
    cursor: pointer;
    background: #3F51B5;
    color: white;
    line-height: 1;
    font-size: 20px;
    border-radius: 30px;
    outline: 0;
    margin: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
nav#global-nav a {
    background: #9ccc65;
    background: linear-gradient(-45deg, #3F51B5 50%, #eefdd9 60%, #3F51B5 70%);
    background-size: 600% 100%;
    animation: shine 20s infinite;
    animation-delay: 0s;
    animation-timing-function: linear;
    border-radius:30px;
}
@keyframes shine {
	0% {
	background-position-x: 400%;
}
50% {
	background-position-x: 0%;
}
100% {
	background-position-x: -400%;
} }

.device-pc .global-nav-list>li>a {
    padding: 20px 1.5em;
}
.header_scrolled .site-header {
    background-color: #ffffff7d;
}

/* 追従ここまで */

span.small_title01 {
    font-size: 0.6em;
}
span.small_title02 {
    font-size: 0.5em;
}

@media screen and (max-width: 767px) {
    div#vk-mobile-nav-menu-btn {
        display: none;
    }
    .top_content {
        justify-content: flex-end;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

.inner-header{
    height:70vh;}

    .top_content h2 {
        color: white;
        padding: 0 34px;
        font-size: 3em;
        text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.91);
        position: static;
        margin-bottom: 0 !important;
    }

    .top_content img {
        width: 90%;
    }
    .top_div {
        position: static;
        text-align: center;
        z-index: 10;
    }

    section.accordion {
        max-width: var(--wp--style--global--content-size);
        /* max-width: calc(var(--vk-width-container) - var(--vk-width-container-padding)* 2); */
        margin: auto;
    }


}

.fixed-btn{display:none;}

@media screen and (max-width: 990px) {
    footer.site-footer {
        padding-bottom: 64px!important;
    }

    .fixed-btn {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 999;
        display: block;
        left: 0;
        padding: 15px;
        background-color: #e7141b;
        text-align: center;
        /* color: azure; */
    }
    .fixed-btn:hover{opacity:0.5;}

    .fixed-btn a{font-size:20px;
        color:#ffffff}

p.has-text-align-center {
    font-size: 12px;
}

}

.mokuji li {
    text-indent: -37px;
    padding-left: 37px;
}
.sankaku {
    transform: translateY(-15px);
}

.grecaptcha-badge { visibility: hidden; }

.top_div {
    margin-top: 30px;
}