        *, html {
        margin: 0;
        padding: 0;
        word-break: normal;
        box-sizing: border-box;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        -webkit-text-size-adjust: 100%;
        }

        body {
        width: 100%;
        margin: 0 auto;
        zoom: 100%;
        transition: 0.2s;
        }

        @media only screen and (min-width: 960px) and (max-width: 1200px) {
        body {
            zoom: 80%;
        }
        }
        @media only screen and (min-width: 1200px) and (max-width: 1400px) {
        body {
            zoom: 90%;
        }
        }
        img {
        max-width: 100%;
        }

        ul, li {
        list-style: none;
        }

        a {
        color: inherit;
        text-decoration: none;
        transition: opacity 300ms ease-out 0ms;
        cursor: pointer;
        backface-visibility: hidden;
        }

        a:hover, a:focus {
        text-decoration: none;
        }

        a:hover {
        opacity: 0.8;
        }

        @media (max-width: 960px) {
            .show-pc {
                display: none !important;
            }
        }
        @media (min-width: 960px) {
            .show-sp {
                display: none !important;
            }
        }

        .inner {
        max-width: 1240px;
        padding: 0 20px;
        margin: 0 auto;
        }

        @media (max-width: 960px) {
        .inner {
            width: 92vw;
            padding: 0;
        }
        }

        /*------ header ------*/

        .boltline .sec-header {
        width: 100%;
        position: sticky;
        z-index: 99;
        top: 0;
        left: 0;
        background: #000;
        height: 100px;
        }

        @media (max-width: 960px) {
        .boltline .sec-header {
            height: 16vw;
            display: flex;
            align-items: center;
        }
        }
        .boltline .sec-header .sec-inner {
        max-width: 1400px;
        padding: 0 30px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        height: 100px;
        }

        @media (max-width: 960px) {
        .boltline .sec-header .sec-inner {
            height: 100%;
            padding: 0 4vw;
            gap: unset;
            align-items: center;
        }
        }
        .boltline .sec-header-logo {
        display: flex;
        align-items: flex-end;
        gap: 12px;
        }

        @media (max-width: 960px) {
        .boltline .sec-header-logo {
            gap: 3.2vw;
        }
        }
        .boltline .sec-header-logo img {
        width: 180px;
        display: flex;
        min-width: 180px;
        }

        @media (max-width: 960px) {
        .boltline .sec-header-logo img {
            width: 24.5vw;
            min-width: 24.5vw;
        }
        }
        .boltline .sec-header-logo span {
        font-size: 10px;
        color: #013C96;
        font-weight: bold;
        line-height: 1;
        }

        @media (max-width: 960px) {
        .boltline .sec-header-logo span {
            font-size: 2.6667vw;
        }
        }
        .boltline .sec-header-right {
        display: flex;
        align-items: center;
        gap: 0;
        }

        @media (max-width: 960px) {
        .boltline .sec-header-right {
            gap: 0;
        }
        }
        @media (min-width: 960px) {
        .boltline .sec-header-menu {
            display: block !important;
        }
        }
        @media (max-width: 960px) {
        .boltline .sec-header-menu {
            position: fixed;
            display: none;
            top: 16vw;
            left: 0;
            width: 100%;
            height: calc(100vh - 16vw);
        }
        }
        .boltline .sec-header-menu .menu-list {
            display: flex;
            align-items: center;
            gap: 30px;
            }

        @media (max-width: 960px) {
        .boltline .sec-header-menu .menu-list {
            display: block;
            width: 100%;
            background: #003c96;
            padding: 8vw 4vw;
            padding-top: 0;
            position: relative;
            z-index: 1;
        }
        }
        .boltline .sec-header-menu .menu-group {
        display: flex;
        align-items: center;
        gap: 30px;
        }

        @media (max-width: 960px) {
        .boltline .sec-header-menu .menu-group {
            display: block;
        }
        }
        @media (max-width: 960px) {
        .boltline .sec-header-menu .menu-mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background: rgba(0, 0, 0, 0.7);
        }
        }
        
        .boltline .sec-header-contact:hover {
        background: #E60050;
        }

        @media (max-width: 960px) {
        .boltline .sec-header-contact:hover {
            background: #00A0B4;
        }
        }
        .boltline .sec-header-contact {
        width: 160px;
        height: 40px;
        background: #00A0B4;
        border-radius: 20px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        min-width: 160px;
        transition: 0.2s;
        margin-right:20px;
        }
        .boltline .lang{position:relative;}
        .boltline .lang p{
            display:flex;
            background:#dc5a5a;
            width: 160px;
            height: 40px;
            border-radius: 20px;
            font-size: 15px;
            justify-content: center;
            align-items: center;
            color: #ffffff;
        } 
        .boltline .lang .lang-list{
            display: none;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
            border-radius: 5px;
            width: 100%;
            overflow: hidden;
            background-color: #FFFFFF;
            position:absolute;
        }
        .boltline .lang .lang-list a{display:block; padding:6px; border-bottom:solid 1px #ddd; font-size:15px;}


        @media (max-width: 960px) {
        .boltline .sec-header-contact {
            min-width: unset;
            font-size: 13px;
            background: #00A0B4;
            color:#fff;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 140px;
            height: 32px;
            border-radius: 30px;
            margin-right: 5.3vw;
        }
        }
        @media (max-width: 960px) {
        .boltline .sec-header-contact:before {
            display: none;
        }
        }
        .boltline .sec-header-bar {
        width: 40px;
        margin: auto;
        font-size: 0;
        display: block;
        background: #fff;
        position: relative;
        }

        .boltline .sec-header-bar span {
        display: block;
        width: 40px;
        height: 2px;
        border-radius: 0.015rem;
        background: #fff;
        transition: 0.4s;
        position: absolute;
        /*left: calc(50% - 0.2rem);*/
        top: calc(50% - 0.015rem);
        transform: none;
        }

        .boltline .sec-header-bar:before {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        border-radius: 0.015rem;
        background: #fff;
        transition: 0.4s;
        position: absolute;
        /*left: calc(50% - 0.2rem);*/
        top: calc(50% - 0.015rem);
        transform: translateY(-1.6vw);
        }

        .boltline .sec-header-bar:after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        border-radius: 0.015rem;
        background: #fff;
        transition: 0.4s;
        position: absolute;
        top: calc(50% - 0.015rem);
        transform: translateY(1.6vw);
        }

        .boltline .sec-header-bar.active span {
        width: 0;
        left: 50%;
        }

        .boltline .sec-header-bar.active:before {
        transform: rotateZ(135deg);
        }

        .boltline .sec-header-bar.active:after {
        transform: rotateZ(-135deg);
        }


        .boltline .sec-header-menu .menu-list {
        display: flex;
        align-items: center;
        gap: 30px;
        }

        @media (max-width: 960px) {
            .boltline .sec-header-menu .menu-list {
                display: block;
                width: 100%;
                background: #000;
                padding: 8vw 4vw;
                padding-top: 0;
                position: relative;
                z-index: 1;
            }
        }
        .boltline .sec-header-menu .menu-group {
            display: flex;
            align-items: center;
            gap: 30px;
        }

        @media (max-width: 960px) {
            .boltline .sec-header-menu .menu-group {
                display: block;
            }
        }

        .menu-group ul{padding-top:2.5vw;}
        .menu-group ul li a{color:#fff; font-size:3.2vw; padding:10px 0 10px 20px; position:relative; font-weight:700; display:block;}
        .menu-group ul li a:before{content:""; width:10px; height:10px; background:#E60050; clip-path: polygon(75% 50%, 0 0, 0 100%); display:block; position:absolute; top:calc(50% - 5px); left:0;}
        .boltline .menu-group .sec-header-contact{
            width: 100%;
            max-width: 640px;
            font-size: 24px;
            padding: 10px 20px;
            height: auto;
            font-weight: 700;
            margin: 30px auto 0;;
        }
        @media (max-width: 960px) {
        .boltline .sec-header-menu .menu-mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background: rgba(0, 0, 0, 0.7);
        }
        }
        @media (max-width: 960px) {
        .boltline .sec-header-menu .menu-mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background: rgba(0, 0, 0, 0.7);
        }
        }


        .boltline{margin-top:0;}
        .lp-main01{width:100%; margin:0 auto;}
        .lp-main01 img{width:100%;}
        .bg-blue{background:#00a4bc}
        .lp-main02{width:90%; margin:0 auto; padding:20px 0 10px;}
        .lp-main-bg-blue{padding-bottom:30px;}

        .movie-blk{background:#fff; padding:30px 0 60px;}
        .ttl-movie{font-size: 52px; font-weight: 700; text-align: center;}
        .boltline .sec03{background:#fff;}
        .boltline .sec03{padding:30px 0 0;}
        .boltline .sec03 .spe-blk {background:transparent; padding:80px 0; margin-top:0;}
        .boltline .sec03 .spe-blk .spe-group .spe{background:#fff;}
        .boltline .sec05{padding:20px 0 60px}

        .spec-blk{background:#fff; padding:30px 30px 60px; box-sizing:border-box; max-width:1240px; width:95%; margin:0 auto 40px; border-radius:20px; display:flex; gap:40px;}
        .spec-blk .spec-left{width:calc(45% - 40px); display:flex; gap:20px; flex-direction: column;}
        .spec-blk.view-column{flex-direction: column;}
        .spec-blk .spec-left .ttl-spec{background:#000; color:#fff; align-items: center; justify-content: center; padding:16px; font-weight:700; font-size:28px; display:flex; width:100%; }
        .spec-blk .spec-right{width:calc(55% - 40px);}

        .spe-blk{padding:30px 0 70px;}
        .boltline .sec05{background:#00a4bc}
        /*------usage-------*/
        .spec-blk .usage-list{display: flex; flex-wrap: wrap; gap: 40px; flex-direction: initial;}
        .spec-blk .usage-list .usage{width: calc((100% - 80px) / 3); background:#fff;}
        .usage p{font-size: 18px; font-weight: bold; color: #00A0B4; text-align: center;}
        .usage img{border-radius:10px;margin: 0 0 10px}

        /*------point-------*/
        .spe-group{display: flex; flex-wrap: wrap; gap: 40px;}
        .spe-group .spe{
            width: calc((100% - 80px) / 3);
            border-radius: 20px;
            border: 1px solid #00A0B4;
            background: #F4FAFB;
            position: relative;
            padding: 45px 50px 32px;
        }
        .spe .spe-img{
            display: flex;
            width: 57px;
            position: absolute;
            top: -33px;
            left: 50%;
            transform: translateX(-50%);
        }
        .spe .spe-til{
            font-size: 26px;
            font-weight: bold;
            color: #00A0B4;
            text-align: center;
        }
        .spe-til span{display:inline-block;}
        .spe-blk .spe-group .spe .spe-art{
            margin-top: 15px;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.875; 
        }

        .boltline .sec03 .iframe-blk {
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2;
        margin-top: 40px;
        }

        @media (max-width: 960px) {
        .boltline .sec03 .iframe-blk {
            margin-top: 5.867vw;
        }
        }
        .boltline .sec03 .iframe-blk iframe {
        width: 640px !important;
        height: 360px;
        }

        @media (max-width: 960px) {
        .boltline .sec03 .iframe-blk iframe {
            width: 89.33vw !important;
            height: 50vw;
        }
        }
        .btn-wrap{display:flex; gap:20px; justify-content: center; margin:10px auto; max-width: 1240px; width: 95%;}
        .btn-wrap .btn a{background:#00a4bc; color:#fff; padding:15px 30px; border-radius:40px; font-size:21px; font-weight:700; display:block; width:14em; text-align:center;}

        footer{background:#000; padding:10px 0;}
        .footer-in{max-width:1280px; margin:0 auto; padding:25px 40px; box-sizing:border-box; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center; }
        .footer-logo,.footer-btn,.footer-sns{width:calc(100% / 3);}
        .footer-logo img{width:200px;}
        .footer-in .footer-btn a{display:block; width:fit-content; background:#fff; color:#000 !important; font-weight:700;  text-decoration:none; padding:10px 20px; border-radius:30px;}
        .footer-logo{justify-content: center; align-items: center; display:flex; gap:10px; flex-direction: column;}
        .footer-in .copy{text-align:center; color:#fff; font-weight:600; font-size:12px;}
        .footer-in .footer-sns ul{display:flex; gap:20px; align-items: center; justify-content: end;}


        @media (max-width: 960px) {
            .boltline{margin-top:0;}
            .lp-main02{width:90%; margin:0 auto; padding:0;}
            .ttl-movie,.ttl-spec{color:#fff; text-align:center; font-weight:900; font-size:5.4vw; padding:16px 0; width:90%; max-width:900px; margin:15px auto; background:#000;}
            .boltline .sec03 .spe-blk .spe-group .spe .spe-til {font-size: 6.3vw;}
            .boltline .sec05{padding:40px 0 40px;}
            .spec-blk{display:flex; gap:20px; align-items: center; justify-content: center; flex-direction: column;}
            .spec-blk .spec-left,.spec-blk .spec-right{display:flex; gap:20px; align-items: center; justify-content: center; flex-direction: column; width:100%;}

            /*-----point--------*/
            .spe-group{flex-direction: column; gap: 14.13vw;}
            .spe-group .spe{
                width: 100%;
                border-radius: 2.67vw;
                padding: 12vw 8vw 13.7vw;
            }
            .spe .spe-img{
                width: 15.2vw;
                top: -8.8vw;
            }
            .spe .spe-img img{width:100%;}
            .spe .spe-til{
                font-size: 6.9vw;
            }
            .spe-blk .spe-group .spe .spe-art{
                margin-top: 4vw;
                font-size: 4.267vw;
            }
            /*------usage-------*/
            .spec-blk .usage-list{display: flex; gap: 40px; flex-direction: column;}
            .spec-blk .usage-list .usage{width: 100%;}
            .usage p{font-size: 3.2vw;}

            .btn-wrap{display:flex; gap:20px; justify-content: center; margin:10px auto; max-width: 1240px; width: 95%;}
            .btn-wrap .btn a{background:#00a4bc; color:#fff; padding:15px 30px; border-radius:40px; font-size:1.8vw; font-weight:700; display:block; width:16em; text-align:center; box-sizing:border-box;}

            .footer-in{max-width:1280px; margin:0 auto; padding:20px 30px; box-sizing:border-box; display:flex; flex-wrap:wrap; justify-content: center; align-items: center; }
            .footer-logo,.footer-btn,.footer-sns{width:calc(100% / 2);}
            .footer-sns{order:1;}
            .footer-logo{order:2; margin-top:35px;}
            .footer-logo img{width:160px;}
            .footer-in .footer-btn a{display:block; width:fit-content; color:#000 !important; font-weight:700;  text-decoration:none; padding:10px 20px; border-radius:4.5vw; font-size: clamp(12px, 1.6vw, 16px);}
            .footer-in .copy{text-align:center; color:#fff; font-weight:600; font-size:1.4vw}
            .footer-in .footer-sns ul{display:flex; gap:20px; align-items: center; justify-content: end;}
        }

        @media (max-width: 576px) {
            .boltline .sec-header-bar {
            width: 32px;
            }

            .boltline .sec-header-bar span {
            display: block;
            width: 32px;
            height: 2px;
            top: calc(50% - 0.015rem);
            transform: none;
            }

            .boltline .sec-header-bar:before {
            content: "";
            display: block;
            width: 32px;
            height: 2px;
            border-radius: 0.015rem;
            background: #fff;
            transition: 0.4s;
            position: absolute;
            /*left: calc(50% - 0.2rem);*/
            top: calc(50% - 0.015rem);
            transform: translateY(-1.6vw);
            }

            .boltline .sec-header-bar:after {
            content: "";
            display: block;
            width: 32px;
            height: 2px;
            border-radius: 0.015rem;
            background: #fff;
            transition: 0.4s;
            position: absolute;
            /*left: calc(50% - 0.2rem);*/
            top: calc(50% - 0.015rem);
            transform: translateY(1.6vw);
            }
            .boltline .menu-group .sec-header-contact{
                width: 100%;
                max-width: 640px;
                font-size: clamp(15px, 2vw, 24px);
                padding: 10px 20px;
                height: auto;
                font-weight: 700;
                margin: 20px auto 0;;
            }
            .footer-in{max-width:1280px; margin:0 auto; padding:20px 30px; box-sizing:border-box; display:flex; flex-wrap:wrap; justify-content: center; align-items: center; flex-direction: column; gap:0px;}
            .footer-logo,.footer-btn,.footer-sns{width:100%;}
            .footer-in .footer-sns ul{display:flex; gap:20px; align-items: center; justify-content: center;}
            .footer-btn{display:flex; justify-content: center;}
            .footer-btn a{display:block; margin:10px auto 30px;}
            .footer-in .copy{text-align:center; color:#fff; font-weight:600; font-size: clamp(10px, 1.6vw, 14px);}
        }