@charset "utf-8"; /*
Theme Name: theme
Author: CIRCLE
Author URI: https://circle-ltd.com
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    font-family: Lato, "Noto Sans JP","Yu Gothic Medium", YuGothic,"Hiragino Kaku Gothic ProN", Meiryo,"MS PGothic", sans-serif;
    overflow: hidden;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clear {
    height: 1px;
}

.both {
    clear: both;
}

@font-face {
    font-family: 'out';
    src: url('./https-prod.acti-card.com-wp-content-themes-theme-font-Outfit-Medium.ttf') format('truetype');
}

#hamburger .btn-gNav {
    position: fixed;
    top: 67px;
    right: 32px;
    width: 35px;
    height: 27px;
    z-index: 103;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 0px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#hamburger .btn-gNav span:nth-child(1) {
    top: 0px;
    left: 0px;
}

#hamburger .btn-gNav span:nth-child(2) {
    top: 9px;
    left: 0;
}

#hamburger .btn-gNav span:nth-child(3) {
    top: 18px;
    left: 0;
}

#hamburger .btn-gNav.open span:nth-child(1) {
    background: #fff;
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform : rotate(-45deg);
    transform : rotate(-45deg);
}

#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3) {
    top: 9px;
    background : #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform : rotate(45deg);
    transform : rotate(45deg);
}

#gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background: rgb(0 0 0 / 90%);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 30;
    padding-top: 60px;
    transition: .3s;
}

#gNav.open {
    right: 0px;
}

#gNav .gNav-menu {
    width: 100%;
    height: 100%;
    text-align: left;
    flex-direction: column;
}

#gNav .gNav-menu li {
    display: block;
    padding: 0px 30px 0 20px;
    text-align: left;
}

#gNav .gNav-menu li a {
    color: #ddd;
    text-decoration: none;
    display: block;
    padding: 14px 0;
    border-bottom: 1px dotted #eeeeee80;
}

/* Fade effect */
.js body {
    opacity: 0;
    transition: opacity 0.3s;
}

.js body.render {
    opacity: 1;
}

/* Page Loader */
.js .loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}

.js .loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5,0.5,1);
    }
}

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none;
}

a:hover, a:focus {
    color: var(--color-link-hover);
    outline: none;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.message {
    position: relative;
    z-index: 100;
    padding: 1.5em 1em;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    color: var(--color-bg);
    background: var(--color-text);
}

@supports(-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) {
    .message {
        display: none;
    }
}

/* Icons */
.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}

.icon--keyboard {
    display: none;
}

main {
    position: relative;
    width: 100%;
}

.content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 100vh;
    flex-direction: column;
}

.content--fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: 100vh;
    padding: 1.5em;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto 4em;
    grid-template-areas: 'header header' '... ...' 'github demos';
}

.content--fixed a {
    pointer-events: auto;
}

.content--top {
    padding: 1.5em 2em 1.5em 1.5em;
    justify-content: flex-start;
    min-height: 0;
    position: relative;
}

/* Header */
.codrops-header {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    align-self: start;
    grid-area: header;
    justify-self: start;
}

.demo-2 .codrops-header {
    justify-self: stretch;
}

.codrops-header__title {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.info {
    margin: 0 0 0 1.25em;
    color: var(--color-info);
}

.github {
    display: block;
    align-self: end;
    grid-area: github;
    justify-self: start;
}

.content--top .github {
    align-self: center;
    margin: 0 1em 0 auto;
}

.demos {
    position: relative;
    display: block;
    align-self: end;
    text-align: right;
    grid-area: demos;
}

.content--top .demos {
    align-self: center;
}

.demo {
    margin: 0 0 0 1em;
}

.demo:hover, .demo:focus {
    opacity: 0.5;
}

.demo span {
    white-space: nowrap;
    pointer-events: none;
}

a.demo--current {
    pointer-events: none;
    color: var(--color-link-hover);
}

/* Top Navigation Style */
.codrops-links {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 1em 0 0;
    text-align: center;
    white-space: nowrap;
}

.codrops-icon {
    display: inline-block;
    margin: 0.15em;
    padding: 0.25em;
}

@media screen and (max-width: 55em) {
    .message {
        display: block;
    }

    .content {
        flex-direction: column;
        height: auto;
        min-height: 0;
    }

    .content--fixed {
        position: relative;
        z-index: 1000;
        display: block;
        padding: 0.85em;
    }

    .codrops-header {
        flex-direction: column;
        align-items: center;
        align-self: center;
    }

    .codrops-header__title {
        font-weight: bold;
        padding-bottom: 0.25em;
        text-align: center;
    }

    .github {
        display: block;
        margin: 1em auto;
    }

    .content--top .github {
        margin: 1em 0;
    }

    .codrops-links {
        margin: 0;
    }

    .demos {
        text-align: center;
    }

    .demo {
        margin: 0 0.5em;
    }
}

h2.content__title {
    line-height: 1;
    text-align: center;
    margin-bottom: 90px;
}

h2.content__title span {
    display: block;
}

span.acti-title {
    font-size: 110px;
    margin-bottom: 3vh;
}

span.produced {
    font-size: 29px;
}

.glitch-txt {
    color: white;
    font-size: 64px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

@keyframes noise-anim {
    0% {
        clip: rect(77px, 9999px, 6px, 0);
    }

    5% {
        clip: rect(65px, 9999px, 70px, 0);
    }

    10% {
        clip: rect(82px, 9999px, 82px, 0);
    }

    15% {
        clip: rect(32px, 9999px, 35px, 0);
    }

    20% {
        clip: rect(31px, 9999px, 49px, 0);
    }

    25% {
        clip: rect(18px, 9999px, 46px, 0);
    }

    30% {
        clip: rect(94px, 9999px, 64px, 0);
    }

    35% {
        clip: rect(69px, 9999px, 31px, 0);
    }

    40% {
        clip: rect(6px, 9999px, 72px, 0);
    }

    45% {
        clip: rect(25px, 9999px, 35px, 0);
    }

    50% {
        clip: rect(82px, 9999px, 26px, 0);
    }

    55% {
        clip: rect(7px, 9999px, 92px, 0);
    }

    60% {
        clip: rect(54px, 9999px, 30px, 0);
    }

    65% {
        clip: rect(86px, 9999px, 90px, 0);
    }

    70% {
        clip: rect(38px, 9999px, 65px, 0);
    }

    75% {
        clip: rect(41px, 9999px, 66px, 0);
    }

    80% {
        clip: rect(31px, 9999px, 37px, 0);
    }

    85% {
        clip: rect(8px, 9999px, 12px, 0);
    }

    90% {
        clip: rect(50px, 9999px, 69px, 0);
    }

    95% {
        clip: rect(7px, 9999px, 42px, 0);
    }

    100% {
        clip: rect(14px, 9999px, 57px, 0);
    }
}

.glitch-txt:after {
    /*ç–‘ä¼¼è¦ç´ ã‚’åŠ ãˆã¦ã‚«ã‚¹ã‚¿ãƒ ãƒ‡ãƒ¼ã‚¿å±žæ€§ã®å€¤ã‚’è¡¨ç¤ºã€é‡ã­ã‚‹*/
    content: attr(data-text);
    position: absolute;
    text-shadow: -3px 3px 0 #f5133c;
    top: 0;
    color: white;
    background: black;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(18px, 9999px, 13px, 0);
    }

    5% {
        clip: rect(74px, 9999px, 51px, 0);
    }

    10% {
        clip: rect(33px, 9999px, 65px, 0);
    }

    15% {
        clip: rect(64px, 9999px, 66px, 0);
    }

    20% {
        clip: rect(75px, 9999px, 6px, 0);
    }

    25% {
        clip: rect(40px, 9999px, 49px, 0);
    }

    30% {
        clip: rect(71px, 9999px, 1px, 0);
    }

    35% {
        clip: rect(42px, 9999px, 73px, 0);
    }

    40% {
        clip: rect(92px, 9999px, 57px, 0);
    }

    45% {
        clip: rect(4px, 9999px, 33px, 0);
    }

    50% {
        clip: rect(4px, 9999px, 34px, 0);
    }

    55% {
        clip: rect(49px, 9999px, 25px, 0);
    }

    60% {
        clip: rect(24px, 9999px, 44px, 0);
    }

    65% {
        clip: rect(31px, 9999px, 99px, 0);
    }

    70% {
        clip: rect(54px, 9999px, 83px, 0);
    }

    75% {
        clip: rect(57px, 9999px, 97px, 0);
    }

    80% {
        clip: rect(3px, 9999px, 15px, 0);
    }

    85% {
        clip: rect(84px, 9999px, 34px, 0);
    }

    90% {
        clip: rect(100px, 9999px, 88px, 0);
    }

    95% {
        clip: rect(91px, 9999px, 59px, 0);
    }

    100% {
        clip: rect(10px, 9999px, 87px, 0);
    }
}

.glitch-txt:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 3px -3px 0 #04c1d4;
    top: 0;
    color: white;
    background: black;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}

.glitch2 {
    color: white;
    font-size: 60px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-family: 'out';
}

@keyframes noise-anim {
    0% {
        clip: rect(77px, 9999px, 6px, 0);
    }

    5% {
        clip: rect(65px, 9999px, 70px, 0);
    }

    10% {
        clip: rect(82px, 9999px, 82px, 0);
    }

    15% {
        clip: rect(32px, 9999px, 35px, 0);
    }

    20% {
        clip: rect(31px, 9999px, 49px, 0);
    }

    25% {
        clip: rect(18px, 9999px, 46px, 0);
    }

    30% {
        clip: rect(94px, 9999px, 64px, 0);
    }

    35% {
        clip: rect(69px, 9999px, 31px, 0);
    }

    40% {
        clip: rect(6px, 9999px, 72px, 0);
    }

    45% {
        clip: rect(25px, 9999px, 35px, 0);
    }

    50% {
        clip: rect(82px, 9999px, 26px, 0);
    }

    55% {
        clip: rect(7px, 9999px, 92px, 0);
    }

    60% {
        clip: rect(54px, 9999px, 30px, 0);
    }

    65% {
        clip: rect(86px, 9999px, 90px, 0);
    }

    70% {
        clip: rect(38px, 9999px, 65px, 0);
    }

    75% {
        clip: rect(41px, 9999px, 66px, 0);
    }

    80% {
        clip: rect(31px, 9999px, 37px, 0);
    }

    85% {
        clip: rect(8px, 9999px, 12px, 0);
    }

    90% {
        clip: rect(50px, 9999px, 69px, 0);
    }

    95% {
        clip: rect(7px, 9999px, 42px, 0);
    }

    100% {
        clip: rect(14px, 9999px, 57px, 0);
    }
}

.glitch2:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 3px -3px 0 #04c1d4;
    top: 0;
    color: white;
    background: black;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(18px, 9999px, 13px, 0);
    }

    5% {
        clip: rect(74px, 9999px, 51px, 0);
    }

    10% {
        clip: rect(33px, 9999px, 65px, 0);
    }

    15% {
        clip: rect(64px, 9999px, 66px, 0);
    }

    20% {
        clip: rect(75px, 9999px, 6px, 0);
    }

    25% {
        clip: rect(40px, 9999px, 49px, 0);
    }

    30% {
        clip: rect(71px, 9999px, 1px, 0);
    }

    35% {
        clip: rect(42px, 9999px, 73px, 0);
    }

    40% {
        clip: rect(92px, 9999px, 57px, 0);
    }

    45% {
        clip: rect(4px, 9999px, 33px, 0);
    }

    50% {
        clip: rect(4px, 9999px, 34px, 0);
    }

    55% {
        clip: rect(49px, 9999px, 25px, 0);
    }

    60% {
        clip: rect(24px, 9999px, 44px, 0);
    }

    65% {
        clip: rect(31px, 9999px, 99px, 0);
    }

    70% {
        clip: rect(54px, 9999px, 83px, 0);
    }

    75% {
        clip: rect(57px, 9999px, 97px, 0);
    }

    80% {
        clip: rect(3px, 9999px, 15px, 0);
    }

    85% {
        clip: rect(84px, 9999px, 34px, 0);
    }

    90% {
        clip: rect(100px, 9999px, 88px, 0);
    }

    95% {
        clip: rect(91px, 9999px, 59px, 0);
    }

    100% {
        clip: rect(10px, 9999px, 87px, 0);
    }
}

.glitch2:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    text-shadow: -3px 3px 0 #f5133c;
    top: 0;
    right: 0;
    margin: auto;
    color: white;
    background: #000000;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.sankaku1:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 80px 0 80px;
    border-color: #2a2a2a transparent transparent transparent;
    content: "";
    display: block;
    position: fixed;
    z-index: 32;
    right: 0;
}

.sankaku1:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 80px 80px;
    border-color: transparent transparent transparent #141414;
    display: block;
    content: "";
    position: fixed;
    z-index: 101;
    right: 0;
    transform: rotate(180deg);
}

.sankaku2:before {
    content: "";
    display: block;
    width: 400px;
    height: 30px;
    background: #9C9C9C;
    position: absolute;
    right: -70px;
    bottom: 110px;
    transform: rotate(-45deg);
    z-index: 1;
}

.sankaku2:after {
    content: "";
    display: block;
    width: 400px;
    height: 30px;
    background: #2D2D2D;
    position: absolute;
    right: -110px;
    bottom: 110px;
    transform: rotate(-45deg);
    z-index: 1;
}

p.scroll {
    position: absolute;
    left: 65px;
    color: #fff;
    transform: rotate(90deg);
    bottom: 60px;
    animation: flash 1s linear infinite;
    font-size: 23px;
    font-family: 'out';
    display: none;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

section.section1 {
    background: #9C9C9C;
    color: #fff;
    overflow-y: hidden;
}

.in {
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
    padding: 11% 0 9%;
    z-index: 10;
    position: relative;
}

section.section2 {
    background: #242526;
    color: #fff;
}

.txt-box1 {
    float: left;
    width: 56%;
}

p.img-box1 {
    float: left;
    width: 300px;
}

section {
    position: relative;
}

section.section1:after {
    content: "";
    width: 41px;
    height: 1050px;
    background: #2D2D2D;
    right: 195px;
    top: 0;
    display: block;
    position: absolute;
}

section.section1 h2,section.section2 h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 50px;
}

section.section1 h2,section.section1 p {
    color: #000;
}

span.en1 {
    font-size: 3vw;
    position: absolute;
    right: 130px;
    color: rgb(255 255 255 / 35%);
    top: 35%;
    transform: rotate(90deg)!important;
    font-family: 'out';
}

.txt-box2 {
    float: right;
}

section.section2 p {
    color: #BEBEBE;
}

section.section1 p, section.section2 p {
    line-height: 2;
    font-size: 23px;
    letter-spacing: 0.2em;
}

section.section2 p {
    color: #BEBEBE;
}

span.en2 {
    font-size: 3vw;
    position: absolute;
    left: 15%;
    color: rgb(255 255 255 / 35%);
    top: 130px;
    font-family: 'out';
}

p.img-box2 {
    margin-top: 60px;
    width: 22%;
}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 0.8s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}

section.feature .in {
    position: relative;
    z-index: 12;
    padding: 8%;
}

ul.point-li {
    color: #fff;
}

section.feature h2 {
    margin-bottom: 60px;
}

ul.point-li li h3 {
    font-size: 28px;
}

ul.point-li {
    color: #fff;
}

section.feature h2 {
    margin-bottom: 60px;
    font-family: 'out';
}

ul.point-li li h3 {
    font-size: 28px;
    position: relative;
    margin-bottom: 20px;
    padding-top: 9px;
}

.point-li h3 span {
    color: #fbfbfb85;
    font-family: 'out';
    margin-right: 80px;
}

.point-li h3 span:before {
    width: 130px;
    content: "";
    height: 1px;
    background: rgb(255 255 255 / 45%);
    position: absolute;
    bottom: 0px;
}

.point-li h3 span:after {
    width: 230px;
    content: "";
    height: 1px;
    background: rgb(255 255 255 / 45%);
    position: absolute;
    bottom: 0;
    transform: rotate(135deg);
    left: 15px;
}

ul.point-li li {
    margin-bottom: 80px;
}

ul.point-li li h3:before {
    top: 0;
    width: calc(100% - 184px);
    height: 1px;
    background: rgb(255 255 255 / 45%);
    display: block;
    content: "";
    position: absolute;
    right: 0;
}

ul.point-li li p {
    line-height: 2;
    letter-spacing: 0.1em;
}

.glitch-img {
    z-index: -1;
    position: absolute;
    width : 100%;
    height : 100%;
    top: 0;
    left : 0;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity : 1
}

a.bx-pager-link {
    background: #9c9c9c;
    color: #9c9c9c;
    width: 14px;
    display: inline-block;
    height: 14px;
    border-radius: 50%;
}

.bx-wrapper {
    max-width: 800px!important;
    margin: 0 auto;
    border: 1px solid rgb(170 170 170 / 29%);
    padding: 50px 50px 20px;
    background: #fff;
}

.bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.bx-pager.bx-default-pager {
    text-align: center;
}

a.bx-pager-link.active {
    background: #242526;
    color: #242526;
}

.bx-controls-direction {
    display: none;
}

.bx-controls {
    margin-top: 30px;
}

section.use h2 {
    font-size: 90px;
    font-family: 'out';
    text-align: center;
    position: absolute;
    top: 0;
    letter-spacing: 0.05em;
    z-index: 1;
}

section.use .in {
    padding: 80px 0 60px;
}

section.use {
    padding: 8% 0 6%;
}

footer.clear {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 50px 5%;
}

ul.footer-navi li a {
    font-family: 'out';
    color: #fff;
    line-height: 1;
    display: inline-block;
    padding: 2px 3px;
    font-size: 24px;
}

ul.footer-navi {
    float: left;
}

p.footer-logo {
    float: right;
    font-family: 'out';
    font-size: 100px;
    width: 300px;
}

ul.footer-navi li a:hover {
    background: #fff;
    color: #000;
}

ul.footer-navi li {
    margin-bottom: 15px;
}

.clear.footer1 {
    margin-bottom: 110px;
}

ul.footer-navi2 li {
    display: inline-block;
}

ul.footer-navi2 li a {
    color: #fff;
    margin-right: 30px;
    padding: 2px;
    font-size: 17px;
}

ul.footer-navi2 {
    float: left;
}

copy {
    display: block;
    float: right;
    margin-top: 10px;
    font-family: 'out';
}

ul.footer-navi2 li a:hover {
    background: #fff;
    color: #000;
}

i.fa-solid.fa-angle-right {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.content h3 {
    color: #fff;
    position: absolute;
    z-index: 3;
    font-size: 5vw;
    margin-top: 50px;
    bottom: 7vh;
    font-size: 40px;
}

span.watasanai.glitch2 {
    font-size: 89px;
    font-family: "Noto Sans JP";
    margin-top: 4vh;
}

ul.point-li li p {
    /* max-width: 60%; */
}

ul.top-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    gap: 0 40px;
}

ul.top-btn li:nth-child(1) a {
    background: #A9A9A9;
}

ul.top-btn li:nth-child(2) a {
    background: #16A702;
}

ul.top-btn li a {
    color: #fff;
    font-size: 30px;
    display: block;
    padding: 10px 0px;
    border-radius: 40px;
    width: 310px;
    text-align: center;
}

img {
    max-width: 100%;
}

section.price {
    background: #242526;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6% 0;
}

h2.price-h2,h2.card-design-h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #C7C7C7;
}

p.price-subtitle {
    font-size: 27px;
    font-weight: 500;
}

span.price-amount b {
    font-size: 50px;
    font-weight: bold;
    margin: 0 10px;
}

table.price-table td {
    background: #2F2E2E;
    border: 1px solid #5B5B5B;
    padding: 10px 40px;
    font-size: 20px;
}

table.price-table {
    margin: 40px 0 40px;
}

section.card-design {
    background: #9C9C9C;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6% 0;
}

h2.card-design-h2 {
    color: #C7C7C7;
}

h3.card-design-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.3;
}

p.card-design-description {
    line-height: 2;
    font-weight: 500;
}

ul.card-design-list h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.09em;
    margin-bottom: 20px;
}

ul.card-design-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 900px;
    margin: 50px 0;
}

.card-design-box {
    padding: 60px 50px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    min-height: 60px;
    box-shadow: 0px 0px 13px 1px #ffffff;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 20px;
    text-align: center;
    gap: 0 50px;
}

.card-design-box span {
    display: block;
}

ul.card-design-list > li {
    padding-bottom: 60px;
}

.card-design-box span {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-bottom: 1px solid;
    padding: 0 40px;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.ai {
    color: #331900;
    font-size: 24px;
    width: 30%;
}

.ai img {
    width: 70%;
    margin: 20px auto;
    display: block;
}

.card-design-box div {
    text-align: left;
}

ul.card-design-list li:first-child div {
    text-align: center;
}

.ai p {
    text-align: center;
    color: #331900;
    font-size: 20px;
    font-weight: bold;
}

ul.card-design-list li:last-child div {
    color: #fff;
}

.notice {
    margin-top: 30px;
}

section.smart-card {
    background: #242526;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 9% 0 11%;
    align-items: center;
}

h2.smart-card-h2 {
    font-size: 40px;
}

h3.smart-card-title {
    font-weight: bold;
    font-size: 80px;
}

a.smart-card-button {
    font-size: 30px;
    display: block;
    padding: 10px 0px;
    border-radius: 40px;
    width: 310px;
    text-align: center;
    background: #16A702;
    color: #fff;
}

.smart-card-preview {
    max-width: 600px;
    margin: 100px 0;
}
.slider {
    background: #fff;
    padding: 10px;
    border: 1px solid #aaaaaa5c;
}


@media screen and (max-width: 1000px) {
    h2.content__title span.glitch2 {
        font-size: 8vw;
    }

    .content {
        padding: 0vh 0 0;
        height: 100vh;
        box-sizing: content-box;
    }

    h2.content__title span.acti-title {
        font-size: 24vw;
        line-height: 1;
        margin-bottom: 2vh;
    }

    h2.content__title {
        padding: 0 5%;
    }

    h2.content__title span.produced {
        font-size: 3.8vw;
    }

    .txt-box1 {
        float: none;
        width: 77%;
        margin-bottom: 20px;
    }

    section.section1 h2, section.section2 h2 {
        font-size: 6.7vw;
        margin-bottom: 20px;
    }

    .in.clear {
        padding: 90px 0 100px;
    }

    section.section1 p, section.section2 p {
        font-size: 15px;
    }

    p.img-box1 {
        float: none;
        width: 100%;
    }

    img {
        max-width: 100%;
    }

    .txt-box2 {
        width: 100%;
        float: none;
    }

    p.img-box2 {
        margin: 20px 0 0;
        float: none;
        width: 100%;
        text-align: center;
    }

    body:before {
        left: 5%;
        display: none;
    }

    p.scroll {
        left: -1%;
    }

    section.feature .in {
        padding: 80px 0 0;
        width: 92%;
        margin: 0 auto;
        position: static;
    }

    section.feature h2 {
        font-size: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

    section.feature {
        padding-top: 0px;
        background: url(./https-prod.acti-card.com-wp-content-themes-theme-img-bg1.jpg) center top/cover;
        z-index: 2;
    }

    ul.point-li li h3 {
        font-size: 26px;
    }

    .point-li h3 span {
        display: block;
        margin: 0 0 13px;
        color: #d8d8d8b5;
        font-size: 17px;
    }

    ul.point-li li h3:before {
        left: 0;
        width: 94px;
    }

    .point-li h3 span:before {
        width: 240px;
        top: 36px;
        left: 130px;
    }

    .point-li h3 span:after {
        transform: rotate(46deg);
        width: 100px;
        top: 0;
        left: 45px;
    }

    ul.point-li li p {
        font-size: 14px;
        max-width: unset;
    }

    section.use h2 {
        font-size: 11vw;
        position: relative;
    }

    section.use .in {
        padding: 60px 4% 90px;
        margin: 0 auto;
        position: static;
        box-sizing: border-box;
    }

    .bx-wrapper {
        padding: 30px 3%;
        width: 92%;
    }

    ul.footer-navi li a {
        font-size: 15px;
    }

    ul.footer-navi li {
        display: inline-block;
        width: 46%;
    }

    p.footer-logo {
        font-size: 15vw;
        float: none;
        line-height: 1.3;
        margin: 30px auto;
    }

    ul.footer-navi {
        float: none;
        text-align: center;
    }

    ul.footer-navi2 {
        float: none;
    }

    ul.footer-navi2 li a {
        font-size: 13px;
        margin-right: 3px;
    }

    .clear.footer1 {
        margin-bottom: 20px;
    }

    copy {
        float: none;
        font-size: 13px;
    }

    span.en1 {
        font-size: 7vw;
        top: 16%;
        right: -19%;
        z-index: 1;
    }

    span.en2 {
        position: absolute;
        color: rgb(255 255 255 / 27%);
        transform: rotate(90deg)!important;
        font-family: 'out';
        font-size: 6vw;
        top: 41%;
        right: -250px;
    }

    .glitch-img {
        display: none;
    }

    section.use {
        background: url(./https-prod.acti-card.com-wp-content-themes-theme-img-f1.jpg) center/cover;
    }

    nav#gNav {
        width: 100%;
    }

    h2.content__title span.watasanai.glitch2 {
        font-size: 12.3vw;
    }

    .sankaku1:before,.sankaku1:after {
        top: -30px;
        right: -30px;
    }

    .sankaku2:before,.sankaku2:after {
        z-index: 0;
        height: 10px;
    }

    span.price-amount b {
        font-size: 35px;
    }

    ul.point-li {
        margin: 0 6%;
    }

    ul.top-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px 0;
        position: relative;
        z-index: 1;
    }

    ul.top-btn li a {
        font-size: 20px;
    }

    .sankaku2:before {
        right: -264px;
    }

    .sankaku2:after {
        right: -277px;
    }

    section.section1:after {
        right: 35px;
        width: 10px;
    }

    p.img-box1 {
        width: 60%;
    }

    p.img-box2 {
        width: 60%;
    }

    section.price {
        padding: 80px 4% 0;
    }

    p.price-subtitle {
        text-align: center;
        font-size: 20px;
    }

    table.price-table td {
        padding: 10px 10px;
        font-size: 16px;
    }

    table.price-table {
        width: 100%;
    }

    section.card-design {
        padding: 50px 4% 0;
    }

    h2.price-h2, h2.card-design-h2 {
        font-size: 40px;
    }

    .card-design-box {
        padding: 40px 6%;
        width: 88%;
        box-sizing: border-box;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px 0;
    }

    .ai {
        width: 70%;
    }

    h2.smart-card-h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    h3.smart-card-title {
        text-align: center;
        line-height: 1;
        font-size: 60px;
    }

    section.smart-card {
        padding: 90px 0 90px;
    }

    .smart-card-preview {
        width: 76%;
        margin: 60px 0;
    }

    a.smart-card-button {
        font-size: 20px;
    }

    .sankaku1:before {
        transform: rotate(0deg);
    }

    .sankaku1:after {
        transform: rotate(180deg);
    }

    #hamburger .btn-gNav {
        right: 15px;
        top: 19px;
    }

    #gNav.open {
        left: unset;
        right: 0;
    }

    #gNav .gNav-menu li {
        text-align: left;
        padding: 0 10px;
    }
}
