@charset "utf-8";

*:not(i){
    color: #000;
    font-family: "NotoSansJP",sans-serif !important;
    font-size: 100%;
    font-weight: 900 !important;
    font-size: 16px;
    line-height: 40px;
}
.c-blue{
    color: #007bd7;
}
ul{
    padding-left:0px !important;
}
/* 共通 */
.og-flex-center{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
section{
    padding: 100px 0 !important;
}
.fa-check-square{
    color: #5c5cdc;
    font-size: 25px;
}
/* header */
header{
    background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
    background-size: cover;
    height: 100vh;
    background-position: top;
}
header .fv-area {
    margin-top: 60px;
        overflow: hidden;
}
header .fv-area>.row{
    align-items: center;
}
header .fv-area h1 span{
    font-size: 150px;
    line-height: .5em;
    -webkit-text-stroke: #ffe200 1px;
    -webkit-text-fill-color: transparent;
    /* position: absolute; */
    z-index: 1;
    line-height: 150px;
}
header .h-logo{
    width:200px;
}
/* section */
#st-1{
    background: #f0f4f7;
    padding-bottom: 30px !important;
}
#st-2,#st-4{
    padding: 100px 30px !important;
}
#st-5,#st-7{
    background-image: url(../image/st-left.webp);
    background-size: cover;
    padding: 100px 30px !important;
}
#st-6{
    padding:100px 50px !important;
    background: #b2d9f0;
}
#st-8{
    background:#eee;
}
.ct-area{
    background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
    padding: 100px 30px !important;
}
#st-2 .col-12,#st-5 .col-12,#st-6 .col-12{
    margin-top:3rem;
}
#st-2 .nayami-fit{
    height: 200px;
    object-fit: contain;
}

#st-1 ul>li{
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: 50px;
}
/* ------------------- */
.count-container{
    counter-reset: box-counter;
    position: relative;
}
.count-container .item-box::before{
    counter-increment: box-counter;
    content: counter(box-counter);
    font-size: 100px;
    color: #e9e91a;
    display: block;
    margin-left: -35px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
}
/* ------------------- */
.e-title{
    font-size: 100px;
    line-height: .5em;
    -webkit-text-stroke: #5cadde 1px;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    line-height: 100px;
    margin-bottom: 20px;
}
.craymofizumu-white{
    border-radius: 30px !important;
    background: #fff !important;
    box-shadow: 31px 31px 62px #d9d9d9, -31px -31px 62px #ffffff !important;
}
.craymofizumu-blue{
    border-radius: 30px !important;;
    background: #b2d9f0;
    box-shadow: 20px 20px 60px #97b8cc,
        -20px -20px 60px #cdfaff;
}
.og-mark {
    padding: 10px;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.og-b-mark{
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
    border-style: none !important;
    padding: 10px 30px !important;
}
.og-g-mark{
    background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%) !important;
    border-style: none !important;
    padding: 10px 30px !important;
}
.btn-primary{
    background: #5cadde !important;
    border-style: none !important;
    padding: 10px 30px !important;
}
.btn-success{
    background: #33b579 !important;
    border-style: none !important;
    padding: 10px 30px !important;
}
.btn:hover{
   opacity: 50%;
}
.og-bk-mark{
    padding: 5px !important;
    width: 150px !important;
    display: inline-block;
    background: #fff !important;
    margin: 10px 0;
    border: 1px solid #000;
    color: #000;
}
.og-r-mark{
    background: #f46565 !important;
    border-style: none !important;
    padding: 10px 30px !important;
}
.og-img-trimming{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.qa-style{
    background: linear-gradient(45deg, #004bb1 0%, #0062c4 25%, #007bd7 45%, #0098ec 65%, #00beff 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    margin-bottom:10px;
}
.accordion-body .qa-style{
    display: block;
    opacity: 50%;
    margin-bottom: 10px;
}
.price-b{
    font-size:50px;
    color: #4481eb;
}
.price-g{
    font-size:50px;
    color: #00cdac;
}
/* ------------------- */
.loop-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.loop-wrapper .loop {
    animation: loop 10s linear infinite;
    width: 100%;
    font-size: 80px;
    -webkit-text-stroke: #5cadde 1px;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    line-height: 80px;
    padding:0px;
}
.loop-wrapper .loop2 {
    position: absolute;
    top: 0;
    left: 0;
    animation: loop 10s -5s linear infinite;
    width: 100%;
    font-size: 80px;
    -webkit-text-stroke: #5cadde 1px;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    line-height: 80px;
    padding: 0px;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

#achievementContants>.row{
    flex-wrap: nowrap;
    overflow: hidden;
}
#achievementContants .row>.col-3{
    animation: loop 50s -25s linear infinite;
}
.loop {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.loop__box {
    display: flex;
    width: 100vw;
}

.loop__box img {
    min-width: 100vw;
}

.loop__box img:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop__box img:last-child {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}
/* --------------- */
    .pc-show {
        display: block;
    }

    .sp-show {
        display: none;
    }
@media screen and (max-width: 960px) {
    .pc-show{
        display: none;
    }
    .sp-show{
        display: block;
    }
    header .h-logo {
        width: 150px;
    }
    .h2,
    h2 {
        font-size: calc(1.2rem + .8vw) !important;
    }
    .h4,
    h4 {
        font-size: calc(1rem + .1vw) !important;
    }
    section,#st-2,#st-3,#st-4,#st-5,#st-6,#st-7{
        padding: 60px 10px !important;
    }
    /* .col-12{
        padding-left:0px !important;
        padding-right:0px !important;
    } */
    .sp-d-flow{
        flex-flow: column;
    }
    .c-btn-area a,.c-btn-area a>button{
        width:100%;
    }
    .og-img-trimming{
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
    #st-2 .col-12:first-child,#st-5 .col-12:first-child,#st-6 .col-12:first-child{
        margin-top: 0rem;
    }
    *:not(i) {
        font-size: 13px;
        line-height: 30px;
    }
    .qa-style{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    header .fv-area h1 span{
        font-size: 70px;
        line-height: .5em;
        -webkit-text-stroke: #ffe200 1px;
        -webkit-text-fill-color: transparent;
        z-index: 1;
        line-height: 110px;
    }
    .e-title {
        font-size: 40px;
        line-height: 50px;
    }
    #st-1 ul>li{
        gap: 10px;
        align-items: baseline;
        line-height: 30px;
    }
    .fa-check-square{
        font-size:16px;
    }
    .sp-mt-3{
        margin-top:1rem !important;
    }
    .loop-wrapper .loop {
        animation: loop 10s linear infinite;
        width: 100%;
        font-size: 30px !important;
        -webkit-text-stroke: #5cadde 1px;
        -webkit-text-fill-color: transparent;
        z-index: 1;
        line-height: 30px !important;
        padding: 0px;
    }

    .loop-wrapper .loop2 {
        position: absolute;
        top: 0;
        left: 0;
        animation: loop 10s -5s linear infinite;
        width: 100%;
        font-size: 30px !important;
        -webkit-text-stroke: #5cadde 1px;
        -webkit-text-fill-color: transparent;
        z-index: 1;
        line-height: 30px !important;
        padding: 0px;
    }
    .sp-header{
        width:150px;
    }
    /* ハンバーガーメニュー */

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.menu-icon:checked+label,
.menu-icon:not(:checked)+label {
    position: fixed;
    top: 50px;
    right: 75px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
}

.menu-icon:checked+label:before,
.menu-icon:not(:checked)+label:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    z-index: 20;
    top: 0;
    left: 0;
    border-top: 2px solid #5cadde;
    border-bottom: 2px solid #5cadde;
    transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked+label:after,
.menu-icon:not(:checked)+label:after {
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    z-index: 20;
    top: 10px;
    right: 4px;
    background-color: #5cadde;
    margin-top: -1px;
    transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked+label:before {
    top: 10px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #5cadde;
    border-width: 0;
    transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked+label:after {
    width: 30px;
    margin-top: 0;
    right: 0;
    transform: rotate(-45deg);
    transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav {
    position: fixed;
    top: 20px;
    right: 50px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffff;
    animation: border-transform 7s linear infinite;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 250ms 1100ms ease,
        width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
        height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

.menu-icon:checked~.nav {
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 200%;
    height: 200%;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 250ms 700ms ease,
        width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
        height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav ul {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
    list-style: none;
}

.nav ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 250ms linear;
}

.nav ul li:nth-child(1) {
    transition-delay: 200ms;
}

.nav ul li:nth-child(2) {
    transition-delay: 150ms;
}

.nav ul li:nth-child(3) {
    transition-delay: 100ms;
}

.nav ul li:nth-child(4) {
    transition-delay: 50ms;
}

.nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 9vh;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
    display: inline-block;
    position: relative;
    color: #ececee;
    transition: all 250ms linear;
}

.nav ul li a:hover {
    text-decoration: none;
    color: #ffeba7;
}

.nav ul li a:after {
    display: block;
    position: absolute;
    top: 50%;
    content: '';
    height: 2vh;
    margin-top: -1vh;
    width: 0;
    left: 0;
    background-color: #353746;
    opacity: 0.8;
    transition: width 250ms linear;
}

.nav ul li a:hover:after {
    width: 100%;
}


.menu-icon:checked~.nav ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 350ms ease,
        transform 250ms ease;
}

.menu-icon:checked~.nav ul li:nth-child(1) {
    transition-delay: 1400ms;
}

.menu-icon:checked~.nav ul li:nth-child(2) {
    transition-delay: 1480ms;
}

.menu-icon:checked~.nav ul li:nth-child(3) {
    transition-delay: 1560ms;
}

.menu-icon:checked~.nav ul li:nth-child(4) {
    transition-delay: 1640ms;
}
.menu-icon:checked~.nav ul li:nth-child(5) {
    transition-delay: 1740ms;
}

.menu-icon:checked~.nav ul li:nth-child(6) {
    transition-delay: 1840ms;}

.menu-icon:checked~.nav ul li:nth-child(7) {
    transition-delay: 1940ms;}

.menu-icon:checked~.nav ul li:nth-child(8) {
    transition-delay: 2040ms;}
.menu-icon:checked~.nav ul li:nth-child(9) {
    transition-delay: 2140ms;}

    .menu-icon:checked+label,
    .menu-icon:not(:checked)+label {
        right: 55px;
    }
    .nav {
        right: 30px;
    }
    .nav ul li a {
        font-size: 8vh;
    }
    .h-contents  ul li a{
        font-size:20px;
        line-height: 30px;
        color:#5cadde;
    }
    .h-contents ul li a button{
        width:200px;
    }
    /* --------------------- */
    .count-container .item-box::before {
        margin-top: -25px;
    }
}