/*
Theme Name: Kusanoneidolfes
Template: lightning
Version: 0.6.0
*/

/* ===基本設定=== */
body,
html {
  color: #0D0D0F;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8 !important;
  font-size: clamp(0.9375rem, calc(0.0449vw + 0.927rem), 1rem);
}

@media (min-width: 576px) {
  :root {
    --vk-width-container: 576px;
  }

  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  :root {
    --vk-width-container: 768px;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  :root {
    --vk-width-container: 992px;
  }

  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  :root {
    --vk-width-container: 1200px;
  }

  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  :root {
    --vk-width-container: 1400px;
  }

  .container {
    max-width: 1400px;
  }
}

div.wide-wrap {
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}

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

@media (max-width: 991.98px) {
  .site-header-logo img {
    margin-left: 0 !important;
  }
}

/* ===TOP=== */
body.home .site-body {
  padding: 0;
}

/* === Navigation ===*/

.vk-mobile-nav-menu-btn {
  border-radius: 50%;
}

/* モバイルナビ */
.vk-mobile-nav {
  background-color: #25272F;
}

.vk-mobile-nav nav > ul {
  border-top: none;
}

.vk-mobile-nav nav ul li a {
  color: #F5F5F5;
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-bottom: none;
}

.vk-mobile-nav-menu-btn {
  width: 4rem;
  height: 4rem;
  border: none;
  background: url(./images/menu-btn-white.svg) center 50% no-repeat rgba(0, 0, 0, .5);
}

.vk-mobile-nav-menu-btn.menu-open {
  border: none;
  background: url(./images/menu-close-white.svg) center 50% no-repeat;
}

.vk-mobile-nav .acc-btn {
  border: none;
  background: url(./images/vk-menu-acc-icon-open-white.svg) center 50% no-repeat;
}

.vk-mobile-nav nav ul li a {
  border-top: none;
}

aside#block-11 {
  margin: 5rem 0 0 5rem;
}

/*サブメニューの↓矢印を非表示*/
.vk-mobile-nav .acc-btn {
  display: none;
}

.sub-menu {
  overflow: visible;
}

.vk-menu-acc ul.sub-menu {
  max-height: 100%;
  opacity: 1;
  overflow: visible;
  position: relative;
  z-index: 1;
  display: block;
}

.vk-menu-acc ul.acc-child-close {
  max-height: 100%;
  opacity: 1;
}

/* PC_navをハンバーガーに */
@media (min-width: 992px) {

  body.device-pc .vk-mobile-nav-menu-btn,
  body.device-pc .vk-mobile-nav {
    display: block;
  }

  .vk-mobile-nav-menu-btn {
    top: 3rem;
  }

  .vk-mobile-nav-menu-btn.position-right {
    right: 3rem;
  }

  .admin-bar .vk-mobile-nav-menu-btn {
    top: calc(2rem + 3rem);
  }

  .vk-mobile-nav-menu-btn {
    width: 4rem;
    height: 4rem;
  }

  .vk-mobile-nav-menu-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
  }

  .vk-mobile-nav-menu-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
  }

  #global-nav.global-nav.global-nav--layout--float-right {
    display: none;
  }

  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    left: 50%;
  }

  .vk-mobile-nav .vk-mobile-nav-menu-outer {
    margin-left: 5rem;
  }

  .vk-mobile-nav nav ul li a {
    padding: 1, 25rem;
  }
}

/*=== MV ===*/

/* mv */
#mv .wp-block-cover.top-fv {
  height: 56.25vw !important;
}

@media (max-width: 575.98px) {
  #mv .wp-block-cover.top-fv {
    height: 124.69vw !important;
  }
}

/* Slider */

/* スライダー左右の矢印非表示 */
#mv .vk_slider .swiper-wrapper {
  height: 56.25vw !important;
}

@media (max-width: 575.98px) {
  #mv .vk_slider .swiper-wrapper {
    height: 124.69vw !important;
  }
}

.ltg-slide-button-prev.swiper-button-prev.swiper-button-white,
.ltg-slide-button-next.swiper-button-next.swiper-button-white {
  display: none;
}

.swiper-pagination.swiper-pagination-white.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

/*Slider　テキスト*/

h2.main-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 1.2472rem + 1.0787vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.25rem;
  text-shadow: 3px 3px 5px #efefef;
}

.sub-copy {
  font-size: clamp(0.875rem, 0.7486rem + 0.5393vw, 1.625rem);
  padding-bottom: 1rem;
  font-weight: 500;
  text-shadow: 3px 3px 5px #efefef;
  line-height: 2;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.carousel-item picture img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

/*=== Top info_area  ===*/
@media (min-width: 768px) {}

@media(min-width: 992px) {
  .info_area {
    padding: 3rem 0;
  }
}


/* === Top_Title === */

/* H2 右寄*/
h2.sc-title-r {
  color: #25272F;
  font-family: "Manrope", sans-serif;
  position: relative;
  font-size: clamp(3rem, 2.6629rem + 1.4382vw, 5rem);
  font-weight: 500;
  text-align: right;
}

h2.sc-title-r span {
  color: #25272F;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: clamp(0.75rem, 0.6868rem + 0.2697vw, 1.125rem);
  font-weight: 400;
}

/* H2 左寄*/
h2.sc-title-l {
  color: #25272F;
  font-family: "Manrope", sans-serif;
  position: relative;
  font-size: clamp(3rem, 2.6629rem + 1.4382vw, 5rem);
  font-weight: 500;
  text-align: left;
}

h2.sc-title-l span {
  color: #25272F;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: clamp(0.75rem, 0.6868rem + 0.2697vw, 1.125rem);
  font-weight: 400;
}

.lead_about p {
  font-size: clamp(0.9375rem, 0.8848rem + 0.2247vw, 1.25rem);
  line-height: 2;
}

/*縦書き*/
.lead_tate_box {
  display: flex;
  justify-content: flex-end;
}

/*縦書き右寄*/
.lead_tate_box h3 {
  font-family: "RocknRoll One", sans-serif;
  color: #25272F;
  font-size: clamp(1.25rem, 1.0393rem + 0.8989vw, 2.5rem);
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*=== Top_News ===*/

#news .wp-block-post-title a {
  color: #0D0D0F;
  font-size: clamp(0.875rem, 0.8118rem + 0.2697vw, 1.25rem);
  font-weight: 400;
}

.wp-block-post-title a:hover {
  color: #009693;
}

ul.vk_block-margin-0--margin-top.wp-block-post-template.is-layout-flow.wp-block-post-template-is-layout-flow li {
  border-left: 3px solid #009693;
  padding-left: 2rem;

}

time {
  font-weight: 600;
  color: #25272F;
}

.taxonomy-news_cat.wp-block-post-terms a {
  font-size: 0.75rem;
  color: #F5F5F5;
  text-decoration: none;
  background-color: #5b5b5b;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
}


/*=== 投稿ページNews ===*/

/* 投稿者名を非表示 */
span.entry-meta-item.entry-meta-item-author {
  display: none;
}

/* リビジョンを非表示 */
span.entry-meta-item.entry-meta-item-updated {
  display: none;
}


/*=== Top_Artists ===*/

.artists_name {
  font-size: clamp(1.125rem, 1.0934rem + 0.1348vw, 1.3125rem);
  font-weight: 500 !important;
  padding-top: 1rem;
}


.artists_sns .wp-block-vk-blocks-icon .vk_icon_link:hover {
  color: #C91E1D !important;
}

/* ===Top_Shop=== */
/*店名り*/
.shop_title {
  font-size: clamp(1.0625rem, 1.0309rem + 0.1348vw, 1.25rem);
  text-align: center;
}

.shop_cat {
  font-size: clamp(0.8125rem, 0.7809rem + 0.1348vw, 1rem);
  position: relative;
  text-align: center;
}

.shop_cat::before {
  background-color: #009693;
  border-radius: 1px;
  top: -0.5rem;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 8rem;
}

/* ===Top_Ticket=== */
/*料金表*/
.wp-block-list.price_caption {
  list-style: none;
  padding-left: 0;
}

.price_name {
  margin-bottom: 0 !important;
}

.price_txt {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price_txt::before {
  margin-right: 20px;
  content: '';
  flex-grow: 1;
  height: 1px;
  display: inline-block;
  background-color: #25272F;
}

.price_txt::after {
  content: "¥";
  font-size: 1rem;
  vertical-align: bottom;
}

.cont_title {
  font-size: clamp(1.125rem, 1.0934rem + 0.1348vw, 1.3125rem);
  border-left: 3px solid #009693;
  padding-left: 0.5rem;
  font-weight: 800;
}

/*=== Top_Access ===*/
@media (max-width: 575.98px) {
  .map_area iframe {
    height: 18rem !important;
  }
}



/*=== Top_Contact ===*/
@media (min-width: 768px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-lg.btn-block {
    width: 30%;
    margin-inline: auto;
  }
}

p.acceptance {
  margin-bottom: 3rem !important;
}

input[type=submit] {
  font-size: 1rem;
  border: 1px solid #0f0f0f;
  background-color: #0f0f0f;
  color: #fff;
  padding: 1em 2em;
  border-radius: var(--vk-size-radius)
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00a0d2;
}


/*=== Top_Guide ===*/
#guide .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-title {
  font-size: clamp(0.875rem, 0.7907rem + 0.3596vw, 1.375rem);
  border-bottom: #0D0D0F 1px solid;
}

#guide .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
  opacity: 60%;
}

/*=== Top_sponsor ===*/

.sponsor_txt {
  font-size: clamp(1rem, 0.9263rem + 0.3146vw, 1.4375rem);
  position: relative;
  text-align: center;
}

.sponsor_txt::before {
  background-color: #009693;
  border-radius: 1px;
  bottom: -1rem;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 8rem;
}

@media(min-width: 992px) {
  .wp-block-image.bnn_main img {
    width: 300PX;
  }
}

@media(max-width: 992px) {
  .wp-block-image.bnn_main img {
    width: 60%;
  }
}

/* ===セカンドページ=== */
/*パンくずリスト*/
.breadcrumb {
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  padding: 2rem 0;
}

h1.page-header-title {
  font-size: clamp(1.875rem, 1.6854rem + 0.809vw, 3rem);
  font-weight: 300;
  text-align: left;

}

@media(min-width: 992px) {
  h1.page-header-title {
    margin-top: 10rem;
  }

  h1.page-header-title span {
    margin-left: 2.5rem;
  }
}

article.entry .entry-title {
  font-size: clamp(1.25rem, 1.068rem + 0.7767vw, 2rem);
  ;
}


/* ===FOOTER=== */
/*footer背景カラー*/
footer.site-footer {
  background: #25272F;
  color: #F5F5F5;
}

.site-footer-copyright {
  font-size: clamp(0.625rem, 0.6039rem + 0.0899vw, 0.75rem);
}

/* フッターのライセンス表記を非表示に変更 */
.site-footer-copyright p:nth-child(2) {
  display: none;
}

@media(max-width: 992px) {
  .btm_logoarea .wp-block-image img {
    width: 80%;
    height: auto;
  }
}

/*協賛　フッター胸部ウィジェットエリア*/
.home .sponsor_line {
  display: none;
}

@media(max-width: 992px) {
  .site-footer .container.site-footer-content .col-md-6 {
    margin: auto;
  }

  .site-footer .container.site-footer-content .col-md-6:first-child,
  .site-footer .container.site-footer-content .col-md-6:last-child {
    display: none;
  }
}


/* reCAPTCHAのロゴを左に*/
.grecaptcha-badge {
  /* デフォルトで全てのページでreCAPTCHAバッジを非表示にする */
  visibility: hidden !important;
  left: 6px !important;
  width: 70px !important;
  bottom: 20px !important;
}

/* トップページ（ホーム）のみバッジを表示する */
.home .grecaptcha-badge {
  visibility: visible !important;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}

/* ===共通パーツ=== */

.btn_more a img:hover {
  opacity: 60%;
}

.text-shadow {
  text-shadow: 2px 2px 4px #000000;
}

/*ボタン　背景あり：Hover時に矢印が動く*/
.vkp_read_more-pt-bg-arrow-move a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #F5F5F5;
  background-color: #25272F;
  padding: 10px 60px 10px 30px;
  font-size: clamp(0.9375rem, 0.927rem + 0.0449vw, 1rem);
  text-align: center;
  width: 100%;
}

#volunteer .vkp_read_more-pt-bg-arrow-move a {
  max-width: 40rem;
  padding: 16px 60px 16px 30px;
}

.vkp_read_more-pt-bg-arrow-move a::before {
  width: 38px;
  bottom: 50%;
  border-bottom: solid 1px #F5F5F5;
}

.vkp_read_more-pt-bg-arrow-move a::after {
  width: 10px;
  background: #F5F5F5;
  bottom: calc(50% + 2px);
  transform: rotate(30deg);
}

.vkp_read_more-pt-bg-arrow-move a::before,
.vkp_read_more-pt-bg-arrow-move a::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  right: 20px;
  transition: all .2s linear;
}

.vkp_read_more-pt-bg-arrow-move a:hover::before,
.vkp_read_more-pt-bg-arrow-move a:hover::after {
  right: 10px;
}

/*ボタン　やじるし右側*/
.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;
  width: calc(100% - 45px);
}

.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 2px 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: 2px;
  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;
}

/*レイアウトグリッド カラム数*/

.artist_grid.is-layout-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}

/* tb 768px */
@media (max-width: 768px) {
  .artist_grid.is-layout-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* sp 480px */
@media (max-width: 480px) {
  .artist_grid.is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.shop_grid.is-layout-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}

/* tb 768px */
@media (max-width: 768px) {
  .shop_grid.is-layout-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* sp 480px */
@media (max-width: 480px) {
  .shop_grid.is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sc_lead_txt {
  font-size: clamp(1rem, 0.9368rem + 0.2697vw, 1.375rem);
}

/*投稿NEWS 詳細ページ　次の記事をスマホでも2列*/
@media(max-width: 768px) {
  .vk_posts {
    flex-wrap: nowrap !important;
  }

  h5.vk_post_title.card-title {
    font-size: 0.75rem !important;
  }

  .card-intext .card-intext-inner .vk_post_body {
    padding: 0.5rem 1.25rem;
    height: 2rem;
  }
}

.pm_txt {
  font-size: clamp(1.125rem, 0.8933rem + 0.9888vw, 2.5rem) !important;
}
