/*
Theme Name: Cher Inc
Template: lightning
Version: 1.0
*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9099;
    visibility: visible;
    width: 100%;
    height: 100%;
    background: #f6f6f7;
    opacity: 1;
    transition: 2s;
}

.loader.is-active {
    visibility: hidden;
    opacity: 0;
}

.loader__animation {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #f6f6f7;
    opacity: 0;
    transition: 2s;
}

.loader__animation.is-active {
    visibility: visible;
    opacity: 1;
}

.loader__logo {
    position: relative;
    width: 268px;
}

.loader__logo:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f7;
    content: "";
    animation: loder 1s ease 1s forwards;
}

@keyframes loder {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}

.font-mincho {
    font-family: "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝",
        "MS PMincho", "ＭＳ Ｐ明朝", serif !important;
}
.page-header-subtext,
.global-nav-list > li .global-nav-description {
    font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", "ＭＳ Ｐ明朝",
        san-serif;
}

.eng-midashi {
    letter-spacing: 0em !important;
}

@media (min-width: 1200px) {
    .container.site-header-container,
    .page-header-inner.container {
        max-width: 90% !important;
    }
    .header-top .container {
        max-width: 89% !important;
    }
}

@media (min-width: 991.98px) {
    .site-header-logo {
        padding-top: 1.4rem;
        margin-bottom: 0.5rem;
        white-space: normal;
    }
}

@media (max-width: 991.98px) {
    .site-header-logo {
        padding-top: 1.2rem;
    }
}

.vk-mobile-nav {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: block;
    padding: 60px 10px;
    overflow: scroll;
    top: 0;
    transition: all 0.7s ease-out;
}

.vk-mobile-nav-drop-in {
    background: url(https://cher-cp.jp/wp-content/uploads/2025/05/Chercorporation-sama_colour.png),
        linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    background-repeat: no-repeat;
    background-size: 50% auto, cover;
    background-position-x: center, center;
    background-position-y: 97%, top;
}

.vk-mobile-nav .vk-mobile-nav-menu-outer {
    margin-top: 0.5em;
}

.vk-mobile-nav nav ul li a {
    padding: 1.2em 0.5em;
     border-bottom: none;
    font-size: 16px;
}

.vk-menu-acc .acc-btn {
    position: absolute;
    right: 8px;
    top: 18px;
    border: none !important;
}

.vk-menu-acc li {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ボタン本体 */
.vk-mobile-nav-menu-btn {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    width: 40px;
    height: auto;
    background: none !important;
    border: none !important;
    text-indent: 0 !important;
    color: #bbbbbb;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", "ＭＳ Ｐ明朝",
        san-serif;
    padding-top: 18px; /* 上部に余白をつける */
    pointer-events: auto;
}

/* 上下の線 */
.vk-mobile-nav-menu-btn::before,
.vk-mobile-nav-menu-btn::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #bbbbbb;
    transition: 0.3s;
}

/* 上の線 */
.vk-mobile-nav-menu-btn::before {
    top: 4px;
}

/* 下の線 */
.vk-mobile-nav-menu-btn::after {
    top: 10px;
}

/* メニューオープン時（×） */
.vk-mobile-nav-menu-btn.menu-open {
    text-indent: -9999px !important;
}

.vk-mobile-nav-menu-btn.menu-open::before {
    transform: rotate(45deg);
    top: 12px;
}

.vk-mobile-nav-menu-btn.menu-open::after {
    transform: rotate(-45deg);
    top: 12px;
}

.vk_button_link_subCaption {
    font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", "ＭＳ Ｐ明朝",
        san-serif;
}

/* トップスライド文字 */
/* iPhone SE 対応（縦が小さい端末） */
@media (max-height: 699px) {
  .sp_fontsmall {
    font-size: 1.6rem !important;
  }
}

/* Pixel 7 など縦が大きいスマホに対応 */
@media (min-height: 700px) {
  .sp_fontsmall {
    font-size: 2rem !important;
  }
}

@supports (-webkit-touch-callout: none) {
  .sp_fontsmall {
    padding-right: 1rem !important;
  }
}


.grecaptcha-badge {
  visibility: hidden;
}
