@charset "UTF-8";
/*Theme Name: あっぷるぐみ*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,700;0,900;1,700;1,900&family=Noto+Sans+JP:wght@400;500;700;900&family=Shippori+Mincho:wght@400;700;800&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 100%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.8;
    color: #334155;
    position: relative;
    -webkit-font-smoothing: antialiased;
    /* Scroll animation */
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 30px;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 30px;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .inner {
    width: 1080px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 1200px;
  }
  body .inner.mini {
    width: 800px;
  }
  body .main_title {
    font-family: "Shippori Mincho", serif;
    font-weight: 900;
    font-size: 2.25rem;
    color: #0f172a;
  }
  body .main_title.mb {
    margin-bottom: 40px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title em {
    display: block;
    color: #00a3cc;
    font-family: "Jost", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.3em;
  }
  body .main_title em.red {
    color: #ff3b3b;
  }
  body .main_title em.black {
    color: #334155;
  }
  body .main_title span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    color: rgba(51, 65, 85, 0.7);
    padding-top: 10px;
  }
  body .glass-card {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 10px 40px rgba(0, 163, 204, 0.05);
            box-shadow: 0 10px 40px rgba(0, 163, 204, 0.05);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  body .glass-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 50px rgba(255, 59, 59, 0.1);
            box-shadow: 0 20px 50px rgba(255, 59, 59, 0.1);
    border-color: rgba(255, 59, 59, 0.2);
  }
  body .text-sticker {
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 163, 204, 0.3));
            filter: drop-shadow(3px 3px 0px rgba(0, 163, 204, 0.3));
  }
  body .text-hard-shadow {
    text-shadow: 3px 3px 0px #e2e8f0;
  }
  body .image-reveal-overlay {
    position: absolute;
    inset: 0;
    background-color: #ff3b3b;
    z-index: 5;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  body .gsap-hide {
    opacity: 0;
    visibility: hidden;
  }
  body .fade-in-up {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  body .fade-in-up.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body .txt_btn {
    display: block;
    color: #00a3cc;
    font-weight: bold;
  }
  body .txt_btn:hover {
    color: #ff3b3b;
  }
  body .txt_btn.red {
    color: #ff3b3b;
  }
  body .txt_btn.red:hover {
    color: #00a3cc;
  }
  body .txt_btn.smonly {
    display: none;
  }
  body .cat {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #ff3b3b;
    background: rgba(255, 59, 59, 0.1);
  }
  body #talent .member-bg-text {
    -webkit-text-stroke: 2px rgba(15, 23, 42, 0.12);
    color: transparent;
  }
  body #talent .member-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.7;
  }
  body #talent .member-btn:hover, body #talent .member-btn.active {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  body #talent .member-btn.active {
    border-color: #00a3cc;
    -webkit-box-shadow: 0 0 15px rgba(0, 163, 204, 0.4);
            box-shadow: 0 0 15px rgba(0, 163, 204, 0.4);
  }
  body #talent .roster-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 163, 204, 0.12);
    border-radius: 1.25rem;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
  }
  body #talent .roster-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#00a3cc), to(#ff3b3b));
    background: linear-gradient(90deg, #00a3cc, #ff3b3b);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  body #talent .roster-card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 163, 204, 0.12), 0 8px 16px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 40px rgba(0, 163, 204, 0.12), 0 8px 16px rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 163, 204, 0.3);
  }
  body #talent .roster-card:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  body #talent .roster-card:hover .roster-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  body #talent .roster-card .roster-active {
    border-color: #00a3cc;
    -webkit-box-shadow: 0 8px 24px rgba(0, 163, 204, 0.2);
            box-shadow: 0 8px 24px rgba(0, 163, 204, 0.2);
  }
  body #talent .roster-card .roster-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  body #talent .roster-card .roster-img-wrapper {
    overflow: hidden;
  }
  body #talent .roster-card .roster-role {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 100px;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    background: rgba(0, 163, 204, 0.1);
    color: #00a3cc;
  }
  body #talent .roster-card .roster-stat-label {
    font-size: 0.55rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  body #talent .roster-card .roster-stat-value {
    font-size: 0.8rem;
    font-weight: 900;
    color: #0f172a;
  }
  body #talent #member-detail {
    /* 詳細ビュー: 衣装切替時のサイズ統一 */
  }
  body #talent #member-detail #member-name-jp {
    font-size: 3rem;
  }
  body #talent #member-detail img#member-img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
    max-height: 70vh;
  }
  body #talent #member-detail img#member-bg-img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
  }
  body #talent #member-detail #member-bio p:not(:last-child) {
    margin-bottom: 20px;
  }
  body #partner {
    background: -webkit-gradient(linear, left top, left bottom, from(#f0fafb), to(#fff));
    background: linear-gradient(180deg, #f0fafb 0%, #fff 100%);
    overflow: hidden;
  }
  body #partner .filter-btn {
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }
  body #partner .filter-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
  }
  body #partner .filter-btn.active {
    background: #0f172a;
    color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 163, 204, 0.3);
            box-shadow: 0 4px 12px rgba(0, 163, 204, 0.3);
  }
  body #partner .partner-slide {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body #partner .partner-pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body #partner .partner-pagination-dot.active {
    background: #ff3b3b;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  body #videos .yt-thumb-cyber {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(0, 163, 204, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body #videos .yt-thumb-cyber:hover {
    border-color: #ff3b3b;
    -webkit-box-shadow: 0 10px 30px rgba(255, 59, 59, 0.15);
            box-shadow: 0 10px 30px rgba(255, 59, 59, 0.15);
  }
  body #videos .yt-thumb-cyber .absolute {
    pointer-events: none;
  }
  body #news .news-card {
    display: block;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  body #news .news-card:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 163, 204, 0.1);
            box-shadow: 0 20px 40px rgba(0, 163, 204, 0.1);
    border-color: rgba(255, 59, 59, 0.2);
  }
  body #news .news-card:hover .news-thumb img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  body #news .news-card .news-thumb {
    overflow: hidden;
  }
  body #news .news-card .news-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  body #column .column-card {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 163, 204, 0.1);
    border-radius: 1.5rem;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
  }
  body #column .column-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#00a3cc), to(#00d4ff));
    background: linear-gradient(90deg, #00a3cc, #00d4ff);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  body #column .column-card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 50px rgba(0, 163, 204, 0.12);
            box-shadow: 0 20px 50px rgba(0, 163, 204, 0.12);
    border-color: rgba(0, 163, 204, 0.3);
  }
  body #column .column-card:hover .column-thumb img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  body #column .column-card:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  body #column .column-card .column-thumb {
    overflow: hidden;
  }
  body #column .column-card .column-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  }
  body #blog .blog-timeline-item {
    position: relative;
    padding-left: 2rem;
  }
  body #blog .blog-timeline-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a3cc), to(rgba(0, 163, 204, 0.1)));
    background: linear-gradient(180deg, #00a3cc, rgba(0, 163, 204, 0.1));
  }
  body #blog .blog-timeline-item::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0.75rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff3b3b;
    border: 3px solid white;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 59, 59, 0.3);
            box-shadow: 0 0 0 2px rgba(255, 59, 59, 0.3);
  }
  body #blog .blog-timeline-item .blog-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 163, 204, 0.08);
    border-radius: 1.25rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  body #blog .blog-timeline-item .blog-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: rgba(255, 59, 59, 0.2);
  }
  body #blog .blog-timeline-item .blog-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  }
  body #loader .ecg-container {
    width: 300px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #loader .ecg-svg {
    width: 100%;
    height: 100%;
    stroke: #ff3b3b;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: ecg-draw 2.5s linear infinite;
            animation: ecg-draw 2.5s linear infinite;
  }
  @-webkit-keyframes ecg-draw {
    0% {
      stroke-dashoffset: 1000;
      opacity: 1;
    }
    80% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
  }
  @keyframes ecg-draw {
    0% {
      stroke-dashoffset: 1000;
      opacity: 1;
    }
    80% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
  }
  body #loader .monitor-data {
    font-family: "Jost", sans-serif;
    margin-top: 20px;
    text-align: center;
  }
  body #loader .bpm-label {
    font-size: 0.8rem;
    color: #64748b;
    letter-spacing: 0.2em;
  }
  body #loader .bpm-value {
    font-size: 3rem;
    font-weight: 700;
    color: #334155;
    line-height: 1;
  }
  body #loader .loading-text {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #00a3cc;
    font-weight: 700;
    -webkit-animation: blink 1s infinite;
            animation: blink 1s infinite;
  }
  @-webkit-keyframes blink {
    50% {
      opacity: 0.5;
    }
  }
  @keyframes blink {
    50% {
      opacity: 0.5;
    }
  }
  body .grecaptcha-badge {
    display: none;
  }
  header .h_blc {
    padding: 0 20px;
    max-height: 80px;
  }
  header .logo a {
    display: block;
    width: 80px;
  }
  header .fv {
    padding: 80px 0;
  }
  header .fv .video {
    display: block;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    position: relative;
  }
  header .fv .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  header .fv .copy {
    position: absolute;
    top: 18%;
    left: 20px;
  }
  header #ecg-canvas-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  header #ecg-canvas-container .ecg-path-scroll {
    fill: none;
    stroke: #00a3cc;
    stroke-width: 1;
    opacity: 0.2;
    vector-effect: non-scaling-stroke;
  }
  header .page_title {
    padding: 120px 20px 60px;
  }
  header .page_title .text-4xl {
    font-size: 2rem;
  }
  main {
    overflow-x: hidden;
  }
  main.top .marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #ff3b3b;
    color: #fff;
    padding: 10px 0;
    -webkit-transform: rotate(-1deg) scale(1.05);
            transform: rotate(-1deg) scale(1.05);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  main.top .marquee-container .marquee-text {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite;
    font-family: "Jost", sans-serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 2px;
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-100%, 0);
              transform: translate(-100%, 0);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-100%, 0);
              transform: translate(-100%, 0);
    }
  }
  main.top section {
    padding: 120px 0;
  }
  main.top #concept .blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding: 40px;
  }
  main.top #concept .pic {
    max-width: 600px;
  }
  main.top #column ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
  main.top #column ul li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 3 / 3;
  }
  main.top #column ul li:nth-child(1) .cont {
    padding: 40px;
  }
  main.top #column ul li:nth-child(1) h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  main.top #column ul li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 2 / 4;
  }
  main.top #column ul li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2 / 3 / 3 / 4;
  }
  main.top #column ul li .cont {
    padding: 20px;
  }
  main.top #business .glass-card {
    padding: 40px;
    border-color: rgba(0, 163, 204, 0.2);
  }
  main.top #business .glass-card:hover {
    border-color: rgba(255, 59, 59, 0.2);
  }
  main.top #business p {
    text-align: center;
  }
  main.sub section {
    padding-bottom: 100px;
  }
  main.sub .privacy .policy-section {
    margin-bottom: 3rem;
  }
  main.sub .privacy .policy-section h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 4px solid #00a3cc;
    line-height: 1.6;
  }
  main.sub .privacy .policy-section h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #334155;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
  main.sub .privacy .policy-section p {
    line-height: 2;
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }
  main.sub .privacy .policy-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  main.sub .privacy .policy-section ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.9;
    font-size: 0.95rem;
  }
  main.sub .privacy .policy-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #00a3cc, #00d4ff);
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  main.sub .privacy .caution-box {
    background: linear-gradient(135deg, rgba(255, 59, 59, 0.05), rgba(255, 59, 59, 0.02));
    border: 1px solid rgba(255, 59, 59, 0.2);
    border-left: 4px solid #ff3b3b;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
  main.sub .privacy .caution-box p {
    margin-bottom: 0.5rem;
  }
  main.sub .privacy .caution-box p:last-child {
    margin-bottom: 0;
  }
  main.sub .privacy .info-box {
    background: linear-gradient(135deg, rgba(0, 163, 204, 0.05), rgba(0, 163, 204, 0.02));
    border: 1px solid rgba(0, 163, 204, 0.2);
    border-left: 4px solid #00a3cc;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
  main.sub .privacy .info-box p {
    margin-bottom: 0.5rem;
  }
  main.sub .privacy .info-box p:last-child {
    margin-bottom: 0;
  }
  main.sub .privacy .toc-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6rem 1rem;
    color: #334155;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  main.sub .privacy .toc-link:hover {
    background: rgba(0, 163, 204, 0.08);
    color: #00a3cc;
    padding-left: 1.5rem;
  }
  main.sub .privacy .toc-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    background: linear-gradient(135deg, #00a3cc, #00d4ff);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    border-radius: 0.35rem;
    margin-right: 0.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: "Jost", sans-serif;
  }
  main.sub .privacy .contact-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(0, 163, 204, 0.15);
  }
  main.sub .privacy .contact-table th {
    background: rgba(0, 163, 204, 0.06);
    padding: 0.85rem 1.25rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.85rem;
    color: #0f172a;
    white-space: nowrap;
    width: 30%;
    border-bottom: 1px solid rgba(0, 163, 204, 0.1);
  }
  main.sub .privacy .contact-table td {
    padding: 0.85rem 1.25rem;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(0, 163, 204, 0.08);
  }
  main.sub .privacy .contact-table tr:last-child th,
  main.sub .privacy .contact-table tr:last-child td {
    border-bottom: none;
  }
  main.sub .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 100px;
  }
  main.sub .pagination span {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    border: 1px solid #00a3cc;
    border-radius: 50%;
    background: #00a3cc;
    color: #fff;
    text-align: center;
  }
  main.sub .pagination a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    margin: 0 10px;
    border: 1px solid #00a3cc;
    border-radius: 50%;
    color: #00a3cc;
    text-align: center;
    position: relative;
  }
  main.sub .pagination a.prev:after, main.sub .pagination a.next:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 900;
    right: 0;
    left: 0;
    top: 25%;
    margin: auto;
  }
  main.sub .pagination a.prev:after {
    content: "\f060";
  }
  main.sub .pagination a.next:after {
    content: "\f061";
  }
  main.sub .pagination a:hover {
    background: #00a3cc;
    color: #fff;
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #00a3cc;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #00a3cc;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 30px auto;
    border-radius: 10px;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 30px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 30px 0;
    background: #ecfeff;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #00a3cc;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: #00a3cc;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 30px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content h1 {
    background: #00a3cc;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  main.sub .single .content h2 {
    margin: 30px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #00a3cc;
    border-bottom: 2px solid #00a3cc;
    padding-bottom: 10px;
  }
  main.sub .single .content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 30px 0;
    padding: 5px 10px;
    color: #00a3cc;
    border-left: 5px solid #00a3cc;
  }
  main.sub .single .content h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 30px 0;
    color: #00a3cc;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 30px 0;
  }
  main.sub .single .content table th {
    background: #00a3cc;
    padding: 10px 15px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #ecfeff;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #00a3cc;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    background: #ecfeff;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 100px;
  }
  main.sub .pagenavi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi li.prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .pagenavi li.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main.sub .error .txt_btn {
    text-align: center;
    margin: 40px auto 0;
  }
  footer .f_logo a {
    display: block;
    width: 120px;
  }
  footer .f_nav a:hover {
    text-decoration: underline;
  }
  footer small {
    display: block;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    color: #334155;
    overflow-x: hidden;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    /* Scroll animation */
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .main_title {
    font-family: "Shippori Mincho", serif;
    font-weight: 900;
    font-size: 1.7rem;
    color: #0f172a;
  }
  body .main_title.mb {
    margin-bottom: 40px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title em {
    display: block;
    color: #00a3cc;
    font-family: "Jost", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
  }
  body .main_title em.red {
    color: #ff3b3b;
  }
  body .main_title em.black {
    color: #334155;
  }
  body .main_title span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    color: rgba(51, 65, 85, 0.7);
    padding-top: 10px;
  }
  body .glass-card {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 10px 40px rgba(0, 163, 204, 0.05);
            box-shadow: 0 10px 40px rgba(0, 163, 204, 0.05);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  body .glass-card:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 50px rgba(255, 59, 59, 0.1);
            box-shadow: 0 20px 50px rgba(255, 59, 59, 0.1);
    border-color: rgba(255, 59, 59, 0.2);
  }
  body .text-sticker {
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke fill;
    -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 163, 204, 0.3));
            filter: drop-shadow(3px 3px 0px rgba(0, 163, 204, 0.3));
  }
  body .text-hard-shadow {
    text-shadow: 3px 3px 0px #e2e8f0;
  }
  body .image-reveal-overlay {
    position: absolute;
    inset: 0;
    background-color: #ff3b3b;
    z-index: 5;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  body .gsap-hide {
    opacity: 0;
    visibility: hidden;
  }
  body .fade-in-up {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  body .fade-in-up.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body .txt_btn {
    display: block;
    color: #00a3cc;
    font-weight: bold;
  }
  body .txt_btn:hover {
    color: #ff3b3b;
  }
  body .txt_btn.red {
    color: #ff3b3b;
  }
  body .txt_btn.red:hover {
    color: #00a3cc;
  }
  body .txt_btn.pconly {
    display: none;
  }
  body .cat {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #ff3b3b;
    background: rgba(255, 59, 59, 0.1);
  }
  body #talent .member-bg-text {
    -webkit-text-stroke: 2px rgba(15, 23, 42, 0.12);
    color: transparent;
  }
  body #talent .member-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.7;
  }
  body #talent .member-btn:hover, body #talent .member-btn.active {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  body #talent .member-btn.active {
    border-color: #00a3cc;
    -webkit-box-shadow: 0 0 15px rgba(0, 163, 204, 0.4);
            box-shadow: 0 0 15px rgba(0, 163, 204, 0.4);
  }
  body #talent .roster-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 163, 204, 0.12);
    border-radius: 1.25rem;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
  }
  body #talent .roster-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#00a3cc), to(#ff3b3b));
    background: linear-gradient(90deg, #00a3cc, #ff3b3b);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  body #talent .roster-card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 163, 204, 0.12), 0 8px 16px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 40px rgba(0, 163, 204, 0.12), 0 8px 16px rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 163, 204, 0.3);
  }
  body #talent .roster-card:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  body #talent .roster-card:hover .roster-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  body #talent .roster-card .roster-active {
    border-color: #00a3cc;
    -webkit-box-shadow: 0 8px 24px rgba(0, 163, 204, 0.2);
            box-shadow: 0 8px 24px rgba(0, 163, 204, 0.2);
  }
  body #talent .roster-card .roster-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  body #talent .roster-card .roster-img-wrapper {
    overflow: hidden;
  }
  body #talent .roster-card .roster-role {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 100px;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    background: rgba(0, 163, 204, 0.1);
    color: #00a3cc;
  }
  body #talent .roster-card .roster-stat-label {
    font-size: 0.55rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  body #talent .roster-card .roster-stat-value {
    font-size: 0.8rem;
    font-weight: 900;
    color: #0f172a;
  }
  body #talent #member-detail {
    /* 詳細ビュー: 衣装切替時のサイズ統一 */
  }
  body #talent #member-detail img#member-img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom center;
       object-position: bottom center;
    max-height: 70vh;
  }
  body #talent #member-detail img#member-bg-img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
  }
  body #talent #member-detail #member-bio p:not(:last-child) {
    margin-bottom: 20px;
  }
  body #partner {
    background: -webkit-gradient(linear, left top, left bottom, from(#f0fafb), to(#fff));
    background: linear-gradient(180deg, #f0fafb 0%, #fff 100%);
    overflow: hidden;
  }
  body #partner .filter-btn {
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }
  body #partner .filter-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
  }
  body #partner .filter-btn.active {
    background: #0f172a;
    color: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 163, 204, 0.3);
            box-shadow: 0 4px 12px rgba(0, 163, 204, 0.3);
  }
  body #partner .partner-slide {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body #partner .partner-pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body #partner .partner-pagination-dot.active {
    background: #ff3b3b;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  body #videos .txt_btn {
    text-align: center;
    margin: 40px auto 0;
  }
  body #videos .yt-thumb-cyber {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(0, 163, 204, 0.3);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body #videos .yt-thumb-cyber:hover {
    border-color: #ff3b3b;
    -webkit-box-shadow: 0 10px 30px rgba(255, 59, 59, 0.15);
            box-shadow: 0 10px 30px rgba(255, 59, 59, 0.15);
  }
  body #videos .yt-thumb-cyber .absolute {
    pointer-events: none;
  }
  body #news .txt_btn {
    text-align: center;
    margin: 40px auto 0;
  }
  body #news .news-card {
    display: block;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  body #news .news-card:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 20px 40px rgba(0, 163, 204, 0.1);
            box-shadow: 0 20px 40px rgba(0, 163, 204, 0.1);
    border-color: rgba(255, 59, 59, 0.2);
  }
  body #news .news-card:hover .news-thumb img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  body #news .news-card .news-thumb {
    overflow: hidden;
  }
  body #news .news-card .news-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
  body #column .txt_btn {
    text-align: center;
    margin: 40px auto 0;
  }
  body #column .column-card {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 163, 204, 0.1);
    border-radius: 1.5rem;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
  }
  body #column .column-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#00a3cc), to(#00d4ff));
    background: linear-gradient(90deg, #00a3cc, #00d4ff);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  body #column .column-card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 50px rgba(0, 163, 204, 0.12);
            box-shadow: 0 20px 50px rgba(0, 163, 204, 0.12);
    border-color: rgba(0, 163, 204, 0.3);
  }
  body #column .column-card:hover .column-thumb img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  body #column .column-card:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  body #column .column-card .column-thumb {
    overflow: hidden;
  }
  body #column .column-card .column-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  }
  body #blog .blog-timeline-item {
    position: relative;
    padding-left: 2rem;
  }
  body #blog .blog-timeline-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a3cc), to(rgba(0, 163, 204, 0.1)));
    background: linear-gradient(180deg, #00a3cc, rgba(0, 163, 204, 0.1));
  }
  body #blog .blog-timeline-item::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0.75rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff3b3b;
    border: 3px solid white;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 59, 59, 0.3);
            box-shadow: 0 0 0 2px rgba(255, 59, 59, 0.3);
  }
  body #blog .blog-timeline-item .blog-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 163, 204, 0.08);
    border-radius: 1.25rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  body #blog .blog-timeline-item .blog-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: rgba(255, 59, 59, 0.2);
  }
  body #blog .blog-timeline-item .blog-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body #blog .txt_btn {
    text-align: center;
    margin: 40px auto 0;
  }
  body .grecaptcha-badge {
    display: none;
  }
  body #loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.8, 0, 0.2, 1);
  }
  body #loader .ecg-container {
    width: 300px;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #loader .ecg-svg {
    width: 100%;
    height: 100%;
    stroke: #ff3b3b;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: ecg-draw 2.5s linear infinite;
            animation: ecg-draw 2.5s linear infinite;
  }
  @-webkit-keyframes ecg-draw {
    0% {
      stroke-dashoffset: 1000;
      opacity: 1;
    }
    80% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
  }
  @keyframes ecg-draw {
    0% {
      stroke-dashoffset: 1000;
      opacity: 1;
    }
    80% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
  }
  body #loader .monitor-data {
    font-family: "Jost", sans-serif;
    margin-top: 20px;
    text-align: center;
  }
  body #loader .bpm-label {
    font-size: 0.8rem;
    color: #64748b;
    letter-spacing: 0.2em;
  }
  body #loader .bpm-value {
    font-size: 3rem;
    font-weight: 700;
    color: #334155;
    line-height: 1;
  }
  body #loader .loading-text {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #00a3cc;
    font-weight: 700;
    -webkit-animation: blink 1s infinite;
            animation: blink 1s infinite;
  }
  @-webkit-keyframes blink {
    50% {
      opacity: 0.5;
    }
  }
  @keyframes blink {
    50% {
      opacity: 0.5;
    }
  }
  header .h_blc {
    padding: 0 10px;
    max-height: 70px;
  }
  header .logo a {
    display: block;
    width: 70px;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    background: #0f172a;
    border-radius: 10px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 24px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100vh;
    background: #00a3cc;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
  }
  header .menu-content .nav a {
    padding: 10px 20px 10px 0;
    display: block;
    position: relative;
    color: #fff;
  }
  header .menu-content .nav a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .fv {
    padding-top: 70px;
  }
  header .fv .video {
    display: block;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    position: relative;
  }
  header .fv .video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  header .fv .copy {
    padding: 40px 20px;
  }
  header #ecg-canvas-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  header #ecg-canvas-container .ecg-path-scroll {
    fill: none;
    stroke: #00a3cc;
    stroke-width: 1;
    opacity: 0.2;
    vector-effect: non-scaling-stroke;
  }
  header .page_title {
    padding: 100px 20px 40px;
  }
  header .page_title .text-4xl {
    font-size: 1.6rem;
  }
  main.top .marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #ff3b3b;
    color: #fff;
    padding: 10px 0;
    -webkit-transform: rotate(-1deg) scale(1.05);
            transform: rotate(-1deg) scale(1.05);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  main.top .marquee-container .marquee-text {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite;
    font-family: "Jost", sans-serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 2px;
  }
  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-100%, 0);
              transform: translate(-100%, 0);
    }
  }
  @keyframes marquee {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-100%, 0);
              transform: translate(-100%, 0);
    }
  }
  main.top section {
    padding: 40px 20px;
  }
  main.top #concept .blc {
    padding: 40px 20px;
  }
  main.top #concept .pic {
    max-width: 400px;
    margin: 0 auto;
  }
  main.top #column li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  main.top #column li .cont {
    padding: 20px;
  }
  main.top #business .glass-card {
    padding: 20px;
    border-color: rgba(0, 163, 204, 0.2);
  }
  main.top #business .glass-card:hover {
    border-color: rgba(255, 59, 59, 0.2);
  }
  main.sub section {
    padding: 20px 20px 40px;
  }
  main.sub .privacy .policy-section {
    margin-bottom: 3rem;
  }
  main.sub .privacy .policy-section h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: 4px solid #00a3cc;
    line-height: 1.6;
  }
  main.sub .privacy .policy-section h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #334155;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
  main.sub .privacy .policy-section p {
    line-height: 2;
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }
  main.sub .privacy .policy-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  main.sub .privacy .policy-section ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.9;
    font-size: 0.95rem;
  }
  main.sub .privacy .policy-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #00a3cc, #00d4ff);
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  main.sub .privacy .caution-box {
    background: linear-gradient(135deg, rgba(255, 59, 59, 0.05), rgba(255, 59, 59, 0.02));
    border: 1px solid rgba(255, 59, 59, 0.2);
    border-left: 4px solid #ff3b3b;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
  main.sub .privacy .caution-box p {
    margin-bottom: 0.5rem;
  }
  main.sub .privacy .caution-box p:last-child {
    margin-bottom: 0;
  }
  main.sub .privacy .info-box {
    background: linear-gradient(135deg, rgba(0, 163, 204, 0.05), rgba(0, 163, 204, 0.02));
    border: 1px solid rgba(0, 163, 204, 0.2);
    border-left: 4px solid #00a3cc;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
  }
  main.sub .privacy .info-box p {
    margin-bottom: 0.5rem;
  }
  main.sub .privacy .info-box p:last-child {
    margin-bottom: 0;
  }
  main.sub .privacy .toc-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6rem 1rem;
    color: #334155;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  main.sub .privacy .toc-link:hover {
    background: rgba(0, 163, 204, 0.08);
    color: #00a3cc;
    padding-left: 1.5rem;
  }
  main.sub .privacy .toc-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    background: linear-gradient(135deg, #00a3cc, #00d4ff);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    border-radius: 0.35rem;
    margin-right: 0.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: "Jost", sans-serif;
  }
  main.sub .privacy .contact-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(0, 163, 204, 0.15);
  }
  main.sub .privacy .contact-table th {
    background: rgba(0, 163, 204, 0.06);
    padding: 0.85rem 1.25rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.85rem;
    color: #0f172a;
    white-space: nowrap;
    width: 30%;
    border-bottom: 1px solid rgba(0, 163, 204, 0.1);
  }
  main.sub .privacy .contact-table td {
    padding: 0.85rem 1.25rem;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(0, 163, 204, 0.08);
  }
  main.sub .privacy .contact-table tr:last-child th,
  main.sub .privacy .contact-table tr:last-child td {
    border-bottom: none;
  }
  main.sub .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 40px;
  }
  main.sub .pagination span {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    border: 1px solid #00a3cc;
    border-radius: 50%;
    background: #00a3cc;
    color: #fff;
    text-align: center;
  }
  main.sub .pagination a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    margin: 0 5px;
    border: 1px solid #00a3cc;
    border-radius: 50%;
    color: #00a3cc;
    text-align: center;
    position: relative;
  }
  main.sub .pagination a.prev:after, main.sub .pagination a.next:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 900;
    right: 0;
    left: 0;
    top: 25%;
    margin: auto;
  }
  main.sub .pagination a.prev:after {
    content: "\f060";
  }
  main.sub .pagination a.next:after {
    content: "\f061";
  }
  main.sub .single .content > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #00a3cc;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #00a3cc;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    border-radius: 10px;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    background: #ecfeff;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    color: #00a3cc;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    color: #00a3cc;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul:not([class]) {
    padding-left: 20px;
    margin: 20px auto;
  }
  main.sub .single .content ul:not([class]) li {
    list-style: disc;
  }
  main.sub .single .content ul:not([class]) li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.sub .single .content h1 {
    background: #00a3cc;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #00a3cc;
    border-bottom: 2px solid #00a3cc;
    padding-bottom: 10px;
  }
  main.sub .single .content h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 10px;
    color: #00a3cc;
    border-left: 5px solid #00a3cc;
  }
  main.sub .single .content h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
    color: #00a3cc;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px 0;
  }
  main.sub .single .content table th {
    background: #00a3cc;
    padding: 10px 15px;
    vertical-align: middle;
    color: #fff;
    text-align: left;
  }
  main.sub .single .content table td {
    background: #ecfeff;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #00a3cc;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    vertical-align: middle;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 30%);
    background: #ecfeff;
    padding: 10px 15px;
    vertical-align: middle;
  }
  main.sub .pagenavi {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 100px;
  }
  main.sub .pagenavi li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main.sub .pagenavi li:only-child {
    grid-column: 1 / -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main.sub .pagenavi li.prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main.sub .pagenavi li.prev a:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 25%;
  }
  main.sub .pagenavi li.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main.sub .pagenavi .center a {
    width: 250px;
    color: #00a3cc;
    text-align: center;
    border: 1px solid #00a3cc;
    padding: 20px;
    border-radius: 100px;
  }
  main.sub .error .txt_btn {
    text-align: center;
    margin: 20px auto 0;
  }
  footer .f_logo a {
    display: block;
    width: 120px;
    margin: 0 auto;
  }
  footer small {
    display: block;
    font-size: 0.6rem;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */