/*
Theme Name: NANA STUDIO
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.0
*/

.z100 {
  position: relative;
  z-index: 100;
}

/* site-header */
@media (min-width: 992px) {
  .site-header-logo {
    padding-top: 10px;
    margin-bottom: 0px;
  }

  .site-header-logo img {
    max-height: 40px;
  }
}

.icon-text img {
  vertical-align: -10%;
}

.vk_button_link {
  white-space: nowrap;
}

/* 数字付き見出し */
.wp-block-heading mark {
font-family: "Arial", "メイリオ";
  font-weight: 600;
  vertical-align: -5px;
  margin: 0 1rem 0 0;
}

/* 横並びボタン2カラム */
.btn-column-2 {
  max-width: 800px;
  margin: 0 auto;
}

/* ボタン矢印スライド */
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline {
 position: relative;
 z-index: 0;
 border-radius: 0;
 padding: 12px 35px;
 letter-spacing: 0.1em;
 min-width: 300px;
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline::before {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 0;
 height: 100%;
 background-color: currentColor;
 z-index: -1;
 transition: .3s;
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline:hover::before {
 width: 100%;
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline .vk_button_link_caption::before {
 content: '';
 position: absolute;
 display: block;
 width: 80px;
 height: 1px;
 bottom: 50%;
 right: -45px;
 border-bottom: solid 1px currentColor;
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline .vk_button_link_caption:after {
 content: '';
 position: absolute;
 display: block;
 width: 14px;
 height: 1px;
 background: currentColor;
 bottom: calc(50% + 5px);
 right: -45px;
 transform: rotate(45deg);
}

.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline:hover {
 opacity: unset;
 box-shadow: unset;
 background-color:  transparent !important;
 border: solid 1px;
}

/*X-T9用*/
.vkp_button-through-arrow.vk_button .vk_button_link.is-style-outline:hover{
color:var(--wp--preset--color--primary);
}

/* トップページスクロールアニメーション */
.top-scroll {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 1;
}
.device-mobile .top-scroll {
  display: none;
}
.scrollbar-text_04 {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #ffffff85;
  font-size: 14px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}
.scrollbar_04 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background: #ffffff85;
}
.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 75px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* MV */
.device-mobile #mv .wp-block-vk-blocks-slider-item p {
   font-size: 2rem !important;
}

/* CTAブロック */
.device-mobile #cta .cta-content-group {
  padding: 0 !important;
}
