@charset "UTF-8";
/*
theme Name: KABUFUJI
*/
html {
  font-size: 16px; }

body {
  background: var(--bg--color);
  color: var(--text--color);
  margin: 0;
  text-align: center; }

* {
  box-sizing: border-box; }

.pc {
  display: none; }
  @media screen and (min-width: 961px) {
    .pc {
      display: inline-block; } }

@media screen and (min-width: 961px) {
  .sp {
    display: none; } }

header > a {
  display: inline-block;
  height: 40px;
  left: 20px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 25px;
  transition: all .5s;
  width: auto;
  z-index: calc(infinity); }
  @media screen and (min-width: 961px) {
    header > a {
      height: 50px;
      left: 76px;
      top: 50px; } }
  @media screen and (min-width: 1441px) {
    header > a {
      left: calc(50% - 644px); } }
  header > a > img {
    height: 100%;
    margin: 0;
    vertical-align: top;
    width: auto; }
  header > a:hover {
    opacity: .7; }
header > label {
  background: var(--accent--color);
  border-radius: 5px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 20px;
  transition: .5s;
  width: 50px;
  z-index: 2147483647; }
  @media screen and (min-width: 961px) {
    header > label {
      height: 50px;
      right: 76px;
      top: 50px; } }
  @media screen and (min-width: 1441px) {
    header > label {
      right: calc(50% - 644px); } }
  header > label > span {
    background: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    transform-origin: top left;
    transition: all .5s;
    width: 30px; }
    header > label > span:nth-of-type(2) {
      top: 17px; }
    header > label > span:nth-of-type(3) {
      top: 24px; }
  header > label::after {
    bottom: 4px;
    color: #fff;
    content: "MENU";
    font-size: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .5s; }
header > input.check {
  display: none; }
header > nav {
  background: var(--base--color);
  height: 100vh;
  padding: 100px 20px;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all .5s;
  width: 100%;
  max-width: 375px;
  z-index: 999999999; }
  @media screen and (min-width: 961px) {
    header > nav {
      padding: 130px 20px; } }
  header > nav .menu-h-nav-container {
    height: 100%;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    header > nav .menu-h-nav-container::-webkit-scrollbar {
      display: none; }
    header > nav .menu-h-nav-container > ul {
      border-top: 1px solid #fff;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left; }
      header > nav .menu-h-nav-container > ul li {
        border-bottom: 1px solid #fff;
        line-height: 2;
        padding: 10px 3px; }
        header > nav .menu-h-nav-container > ul li > a {
          color: var(--main--color);
          font-size: 14px;
          font-weight: 900;
          text-decoration: none; }
          header > nav .menu-h-nav-container > ul li > a:hover {
            opacity: .7; }
  header > nav .button {
    bottom: 20px;
    height: auto;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    transition: .5s;
    transform: translateX(-50%);
    width: 100%; }
    header > nav .button > a {
      display: inline-block;
      margin: 0 20px 20px;
      padding: 0;
      width: auto; }
      header > nav .button > a > img {
        margin: 0;
        vertical-align: top;
        width: auto; }
      header > nav .button > a.tel, header > nav .button > a.other {
        height: 50px; }
        header > nav .button > a.tel > img, header > nav .button > a.other > img {
          height: 50px; }
      header > nav .button > a.eks, header > nav .button > a.insta, header > nav .button > a.fb, header > nav .button > a.youtube {
        height: 25px; }
        header > nav .button > a.eks > img, header > nav .button > a.insta > img, header > nav .button > a.fb > img, header > nav .button > a.youtube > img {
          height: 25px; }
      header > nav .button > a:hover {
        opacity: .7; }
header input.check:checked ~ label {
  right: 20px; }
  header input.check:checked ~ label > span {
    background-color: #fff;
    left: calc(50% + 5px);
    top: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px; }
    header input.check:checked ~ label > span:nth-child(2) {
      display: none; }
    header input.check:checked ~ label > span:nth-child(3) {
      left: 12px;
      transform: rotate(-45deg);
      transform-origin: top right;
      top: 9px; }
  header input.check:checked ~ label::after {
    content: "CLOSE"; }
header input.check:checked ~ nav {
  right: 0; }

/*フェードイン*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
main {
  overflow: hidden;
  text-align: center; }
  main > .page-title {
    height: 405px;
    overflow: hidden;
    position: relative; }
    main > .page-title > img {
      left: 50%;
      object-fit: cover;
      position: absolute;
      top: calc(50% + 82.5px);
      transform: translate(-50%, -50%);
      width: 100%; }
    main > .page-title > h1 {
      font-size: 24px;
      line-height: 1.5;
      margin: 267px 0 0;
      position: relative;
      text-align: center;
      z-index: 10; }
  main > .main-contents {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
    width: 100%;
    max-width: 960px; }

footer {
  background: var(--accent--color);
  padding: 0; }
  @media screen and (min-width: 961px) {
    footer {
      padding: 80px 0; } }
  footer .widget {
    padding: 0 20px 80px; }
    @media screen and (min-width: 961px) {
      footer .widget {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 0 20px;
        text-align: left;
        max-width: 960px; } }
    footer .widget > div {
      margin: 50ox 0 0; }
      @media screen and (min-width: 961px) {
        footer .widget > div.footer-block1 {
          margin: 0; } }
      @media screen and (min-width: 961px) {
        footer .widget > div.footer-block2 {
          margin: 0 0 0 30px; } }
      @media screen and (min-width: 961px) {
        footer .widget > div.footer-block3 {
          margin: 0 0 0 30px; } }
  footer > p {
    color: var(--copyright--color);
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 auto;
    padding: 20px; }
    @media screen and (min-width: 961px) {
      footer > p {
        margin: 0 auto;
        padding: 0; } }
  footer .navi {
    align-items: center;
    background: var(--main--color);
    bottom: -60px;
    display: flex;
    height: 60px;
    left: 0;
    justify-content: space-around;
    position: fixed;
    transition: all .5s;
    width: 100%;
    z-index: 99999999; }
    @media screen and (min-width: 961px) {
      footer .navi {
        display: none; } }
    footer .navi > a {
      color: #fff;
      display: inline-block;
      font-size: 10px;
      height: 100%;
      line-height: 2;
      margin: 0;
      padding: 40px 0 0;
      position: relative;
      text-decoration: none;
      width: 20%; }
      footer .navi > a > i {
        color: #fff;
        display: block;
        font-size: 25px;
        left: 50%;
        position: absolute;
        top: 10px;
        transform: translateX(-50%); }

.scrolled .navi {
  bottom: 0; }

/* タイトル装飾 */
h2.vk_heading_title-style-default {
  border-top: 2px solid var(--main--color);
  border-bottom: 1px solid var(--base--color);
  padding: 0.5em 0; }

h3.vk_heading_title-style-default {
  padding: 0 0 0.5em;
  border-bottom: 1px solid var(--base--color); }
  h3.vk_heading_title-style-default span {
    position: relative; }
    h3.vk_heading_title-style-default span::after {
      border-bottom: 1px solid var(--main--color);
      bottom: -0.7em;
      content: "";
      display: block;
      height: 0;
      left: 0;
      overflow: hidden;
      position: absolute;
      width: 100%; }

h4.vk_heading_title-style-default {
  padding: 0.5em;
  background-color: var(--base--color); }

h5.vk_heading_title-style-default {
  border-bottom: 1px solid var(--base--color);
  padding-bottom: 0.5em; }

/* 最新の投稿 */
.wp-block-latest-posts__post-title {
  font-weight: bold;
  text-decoration: none; }

/* アコーディオン */
.vk_faq.vk_faq-accordion-close .vk_faq_title::after {
  display: none; }

.vk_faq.vk_faq-accordion-close .vk_faq-body, .vk_faq.vk_faq-accordion-open .vk_faq-body {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

/* カラム */
.wp-block-columns {
  margin: 0; }

/* カバー */
.wp-block-cover, .wp-block-cover-image {
  padding: 0 !important; }

/* ページトップへ戻るボタン */
.page_top_btn {
  background-color: var(--accent--color);
  border-radius: 50%;
  bottom: -10%;
  box-shadow: none;
  transition: all .5s; }

.scrolled .page_top_btn {
  bottom: 3%;
  opacity: .5; }
  .scrolled .page_top_btn:hover {
    opacity: 1; }

/* カラー調整 */
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)),
.vk_borderBox .vk_borderBox_body > *:not(.has-text-color) {
  color: var(--text--color) !important; }

/* オフセット右 */
.offset-right-box {
  padding: 80px 0;
  position: relative; }
  .offset-right-box > div {
    margin: 0; }
  .offset-right-box .shadow {
    display: block;
    height: 100%;
    left: 25%;
    position: absolute;
    top: 0;
    z-index: -10;
    width: 100vw; }

/* オフセット左 */
.offset-left-box {
  padding: 80px 0;
  position: relative; }
  .offset-left-box > div {
    margin: 0; }
  .offset-left-box .shadow {
    display: block;
    height: 100%;
    position: absolute;
    right: 25%;
    top: 0;
    z-index: -10;
    width: 100vw; }

/* カード */
.cover-full {
  min-height: auto; }
  .cover-full .card {
    overflow: unset;
    padding: 30px 20px 20px;
    position: relative; }
    .cover-full .card .wp-block-columns {
      gap: 0.5rem;
      margin: 0; }
    .cover-full .card .wp-block-buttons {
      left: 50%;
      margin: 0;
      position: absolute;
      top: -20px;
      transform: translateX(-50%); }

.wp-container-core-columns-layout-18.wp-container-core-columns-layout-18 {
  margin-bottom: 0; }

.cover-full {
  overflow: unset !important; }
  .cover-full > span {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100vw; }
  .cover-full > img, .cover-full > video {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100vw !important; }
  .cover-full.cta .wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained {
    max-width: 960px; }

.wp-block-latest-posts__list {
  border-top: 1px solid #707070; }
  .wp-block-latest-posts__list > li {
    border-bottom: 1px solid #707070;
    padding: 20px 0; }
    .wp-block-latest-posts__list > li::after {
      clear: both;
      content: "";
      display: block;
      height: 0;
      width: 0; }

.wp-block-latest-posts__featured-image {
  float: left;
  margin: 0 20px 0 0; }

.wp-block-latest-posts__post-title {
  color: var(--text--color); }

.conversion {
  bottom: -300px;
  display: block !important;
  opacity: 0;
  position: fixed;
  right: 3%;
  transition: all .5s;
  width: 110px;
  z-index: 10; }

.conversion .vk_button.vk_button-align-wide,
.conversion .vk_button.vk_button-align-wide > a {
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  height: 110px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 110px;
  max-width: 110px; }

.conversion .vk_button.vk_button-align-wide:first-of-type {
  margin: 0 0 10px; }

.conversion .vk_button.vk_button-align-wide > a i {
  left: 50%;
  position: absolute;
  top: 15px;
  transform: translateX(-50%); }

.conversion .vk_button.vk_button-align-wide > a span {
  font-size: 14px;
  padding: 40px 0 0; }

.scrolled .conversion {
  bottom: 3%;
  opacity: 1; }

.conversion.is-hidden {
  bottom: -300px;
  opacity: 0; }
