@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

[aria-hidden="true"] {
    display: none !important;
}

@media all and (min-width: 768px) {
    .l-container:has(#FooterPageTop) {
        position: relative;
    }

    #FooterPageTop {
        top: auto;
        bottom: 0;
        z-index: 10;
    }

    .l-main {
        padding-bottom: 0;
        color: #000;
        position: relative;
        background: linear-gradient(to left, #b20500, #7c000a);
    }

    .l-main.is-bg-black * {
        color: #fff;
    }

    .l-main.is-bg-black .akit-detail-section--02 .akit-detail-section--lv1-bg__label {
        opacity: 0 !important;
    }

    .l-main-bg>span::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .5s ease-out;
        opacity: 0;
        pointer-events: none;
    }

    span.bg-gray::before {
        background: #eee;
    }

    .l-main--top span.bg-black::before {
        background: #000;
    }

    span.bg-black::before {
        background: linear-gradient(to top left, #222, #000);
    }

    .is-bg-gray span.bg-gray::before {
        opacity: 1;
    }

    .is-bg-black span.bg-black::before {
        opacity: 1;
    }

    .akit-btn .akit-btn-body {
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    .akit-btn .akit-btn-body::before {
        content: "";
        display: block;
        background: url("../img/akit/btn_deco.png") no-repeat center/ 110px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: translateX(-100%);
    }

    .akit-btn:hover .akit-btn-body::before {
        transform: translateX(100%);
        transition: all .7s ease-in-out;
    }
}

@media screen and (max-width: 767px) {
    .l-container:has(#FooterPageTop) {
        position: relative;
    }

    #FooterPageTop {
        z-index: 10;
    }

    .l-main {
        padding-bottom: 0;
        color: #000;
        position: relative;
        background: linear-gradient(to left, #b20500, #7c000a);
    }

    .l-main button:hover {
        opacity: 1;
    }

    .l-main.is-bg-black * {
        color: #fff;
    }

    .l-main.is-bg-black .akit-detail-section--02 .akit-detail-section--lv1-bg__label {
        opacity: 0 !important;
    }

    .l-main-bg>span::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .5s ease-out;
        opacity: 0;
        pointer-events: none;
    }

    span.bg-gray::before {
        background: #eee;
    }

    span.bg-black::before {
        background: linear-gradient(to top left, #222, #000);
    }

    .is-bg-gray span.bg-gray::before {
        opacity: 1;
    }

    .is-bg-black span.bg-black::before {
        opacity: 1;
    }

    .akit-btn .akit-btn-body {
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    .akit-btn .akit-btn-body::before {
        content: "";
        display: block;
        background: url("../img/akit/btn_deco.png") no-repeat center/ 110px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transform: translateX(-100%);
    }

    .akit-btn:hover .akit-btn-body::before {
        transform: translateX(100%);
        transition: all .7s ease-in-out;
    }
}

@media all and (min-width: 768px) {
    .akit-mv {
        position: relative;
        background: linear-gradient(to left, #b20500, #7c000a);
    }

    .akit-mv-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .akit-mv-bg__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/akit/landing_image.jpg) no-repeat center/cover;
    }

    .akit-mv__inner {
        position: relative;
        max-width: 1306px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .akit-mv__inner .breadcrumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 15px;
        z-index: 1;
    }

    .akit-mv-layer {}

    .akit-mv-layer__label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        left: 0;
        right: 0;
        width: calc(50vw - 50% + calc(198 / 1306 * 100%) + 1158px);
        height: 100%;
        margin: 0 calc(50% - 50vw);
        margin-left: calc(50% - 50vw - 1158px);
        background: rgba(0, 0, 0, .6);
        transform-origin: bottom left;
        transform: skewX(-40deg);
    }

    .akit-mv-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 690px;
        height: 100vh;
        height: calc(100dvh + 30px);
        color: #fff;
    }

    .akit-mv-container>* {
        width: 100%;
    }

    .akit-mv-content {
        position: relative;
        padding: 0 42px;
        z-index: 1;
    }

    .akit-mv-heading {}

    .akit-mv-heading__label {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 110px;
        letter-spacing: calc(30 / 800 * 1em);
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, .2));
    }

    .akit-mv-body {
        margin-top: 32px;
    }

    .akit-mv-body:first-child {
        margin-top: 0;
    }

    .akit-mv-lead {}

    .akit-mv-lead-txt {
        line-height: 2;
        font-size: 16px;
    }

    .akit-mv-btn {
        margin-top: 16px;
    }

    .akit-mv-btn:first-child {
        margin-top: 0;
    }

    .akit-mv-btn a,
    .akit-mv-btn a:hover {
        display: inline-block;
        vertical-align: top;
        color: #fff;
    }

    .akit-mv-btn-body {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        background: #b1000e;
    }

    .akit-mv-btn__label {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .akit-mv {
        position: relative;
        height: 100vh;
    }

    .akit-mv-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .akit-mv-bg__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/akit/mv_sp.jpg) no-repeat center/cover;
    }

    .akit-mv__inner {
        padding: 0 4vw;
    }

    .akit-mv__inner .breadcrumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 4vw;
        z-index: 1;
    }

    .akit-mv-layer {}

    .akit-mv-layer__label {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(288 / 500 * 100vh);
        height: 100%;
        background: rgba(0, 0, 0, .6);
        transform: translate3d(-50%, 0, 0) skewX(-40deg);
    }

    .akit-mv-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 500px;
        height: 100vh;
        height: calc(100dvh + 30px);
        color: #fff;
    }

    .akit-mv-container>* {
        width: 100%;
    }

    .akit-mv-content {
        position: relative;
        z-index: 1;
    }

    .akit-mv-heading {
        text-align: center;
    }

    .akit-mv-heading__label {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 55px;
        letter-spacing: calc(30 / 800 * 1em);
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
    }

    .akit-mv-body {
        margin-top: 22.4px;
    }

    .akit-mv-body:first-child {
        margin-top: 0;
    }

    .akit-mv-lead {}

    .akit-mv-lead-txt {
        text-align: center;
        line-height: 1.6;
        font-size: 14px;
    }

    .akit-mv-btn {
        margin-top: 22.4px;
        text-align: center;
    }

    .akit-mv-btn:first-child {
        margin-top: 0;
    }

    .akit-mv-btn a,
    .akit-mv-btn a:hover {
        display: inline-block;
        vertical-align: top;
        color: #fff;
    }

    .akit-mv-btn-body {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        background: #b1000e;
    }

    .akit-mv-btn__label {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }
}

@media all and (min-width: 768px) {
    .akit-content {}

    .akit-section--lv1 {
        position: relative;
        width: 100%;
    }

    .akit-section--lv1-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .akit-section--01 .akit-section--lv1-bg {}

    .akit-section--02 .akit-section--lv1-bg {}

    .akit-section--lv1-bg__label {
        position: absolute;
        transform: skewX(-40deg) translateX(calc(-50% - (var(--sec-height) / 2 * 1px)));
        width: calc(var(--deco-width) * 1px);
        left: 3%;
        margin-top: calc(-100%);
        height: calc(100vh + 120%);
    }

    .akit-section--01 .akit-section--lv1-bg__label {}

    .akit-section--02 .akit-section--lv1-bg__label {
        background: linear-gradient(to left, #333, #000);
    }

    .akit-section--lv1__inner {
        position: relative;
        max-width: 1306px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .akit-section--lv1-layer {}

    .akit-section--lv1-layer__label {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .akit-section--01 .akit-section--lv1-layer__label {}

    .akit-section--02 .akit-section--lv1-layer__label:nth-child(1) {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 100%;
        height: calc(1380 / 2880 * 100vw);
        margin: 0 calc(50% - 50vw);
        background: url(../img/akit/bg_feature02.png) no-repeat center bottom/cover;
        z-index: 2;
    }

    .akit-section--02 .akit-section--lv1-layer__label:nth-child(2) {
        position: absolute;
        top: 0;
        left: -10%;
        width: calc(50vw - 50% + calc(949 / 1306 * 100%) + 492px);
        height: 100%;
        margin: 0 calc(50% - 50vw);
        margin-left: calc(50% - 50vw - 492px);
        background: linear-gradient(40deg, #1b1b1b95 25%, rgba(141, 141, 141, 0.4) 35%);
        transform-origin: bottom left;
        transform: skewX(-40deg);
        z-index: 1;
        margin-top: -100vh;
        height: calc(100vh + 200%);
    }

    .akit-section--02 .akit-section--lv1-layer__label:nth-child(3) {
        position: absolute;
        top: 0;
        right: 23%;
        width: calc(50vw - 50% + calc(927 / 1306 * 100%) + 1009px);
        margin: 0 calc(50% - 50vw);
        margin-right: calc(50% - 50vw - 1009px);
        background: #222;
        transform-origin: bottom left;
        transform: skewX(-40deg);
        z-index: 1;
        margin-top: -100%;
        height: calc(100vh + 200%);
    }

    .akit-section--02 .akit-section--lv1-layer__label:nth-child(4) {}

    .akit-section--lv1-heading {
        margin: 0 !important;
        padding: 0;
        background: none;
    }

    .akit-section--lv1-heading__label {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        background: none;
        line-height: 1.5;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        letter-spacing: calc(30 / 800 * 1em);
        color: #fff;
    }

    .akit-section--01 .akit-section--lv1-heading__label {
        font-size: 50px;
    }

    .akit-section--02 .akit-section--lv1-heading__label {
        font-size: 50px;
    }

    .akit-section--lv1-body {
        margin-top: 32px;
    }

    .akit-section--lv1-body:first-child {
        margin-top: 0;
    }

    .akit-section--02 .akit-section--lv1-body {
        margin-top: 21.5px;
    }

    .akit-section--02 .akit-section--lv1-body:first-child {
        margin-top: 0;
    }

    .akit-feature {}

    .akit-feature-container {
        display: flex;
        align-items: center;
        min-height: 690px;
        height: 100vh;
        height: calc(100dvh + 30px);
        color: #fff;
    }

    .akit-section--01 .akit-feature-container {
        flex-direction: row;
        justify-content: flex-start;
    }

    .akit-section--02 .akit-feature-container {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .akit-feature-img {
        position: relative;
        flex-shrink: 0;
        width: 50%;
        padding: 0 42px;
        text-align: center;
        z-index: 1;
    }

    .akit-feature-img__label {
        display: inline-block;
        vertical-align: top;
    }

    .akit-section--01 .akit-feature-img__label {
        position: relative;
        line-height: 1;
        font-family: "Roboto", sans-serif;
    }

    .akit-section--01 .akit-feature-img__label>span:nth-child(1) {
        position: absolute;
        top: 50%;
        left: 50%;
        font-weight: 700;
        font-size: 26px;
        white-space: nowrap;
        letter-spacing: calc(600 / 800 * 1em);
        color: #fff;
        transform: translate3d(calc(-50% + calc(300 / 800 * 1em)), -50%, 0);
        z-index: 1;
    }

    .akit-section--01 .akit-feature-img__label>span:nth-child(2) {
        margin: 0 -1em;
        font-weight: 700;
        font-size: 180px;
        white-space: nowrap;
        color: #ff0700;
        opacity: .12;
        letter-spacing: calc(90 / 800 * 1em);
    }

    .akit-section--02 .akit-feature-img__label {}

    .akit-feature-content {
        position: relative;
        flex-shrink: 0;
        width: 50%;
        z-index: 3;
    }

    .akit-section--01 .akit-feature-content {
        padding: 0 42px;
    }

    .akit-section--02 .akit-feature-content {
        padding: 0 42px;
    }

    .akit-feature-lead {}

    .akit-feature-lead-txt {
        line-height: 2;
        font-size: 16px;
    }

    .akit-feature-btn {
        margin-top: 16px;
    }

    .akit-feature-btn:first-child {
        margin-top: 0;
    }

    .akit-feature-btn a,
    .akit-feature-btn a:hover {
        display: inline-block;
        vertical-align: top;
        color: #fff;
    }

    .akit-feature-btn-body {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        background: #b1000e;
    }

    .akit-feature-btn__label {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .akit-content {}

    .akit-section--lv1 {
        position: relative;
        width: 100%;
    }

    .akit-section--lv1-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .akit-section--01 .akit-section--lv1-bg {}

    .akit-section--02 .akit-section--lv1-bg {}

    .akit-section--lv1-bg__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .akit-section--01 .akit-section--lv1-bg__label {}

    .akit-section--02 .akit-section--lv1-bg__label {}

    .akit-section--lv1__inner {
        position: relative;
        padding: 0 4vw;
    }

    .akit-section--lv1-layer {}

    .akit-section--lv1-layer__label {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .akit-section--01 .akit-section--lv1-layer__label {}

    .akit-section--02 .akit-section--lv1-layer__label:nth-child(1) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: url(../img/akit/bg_feature02_sp.png) no-repeat center bottom/cover;
        z-index: 2;
    }

    .akit-section--02 .akit-section--lv1-layer__label:nth-child(2) {
        position: absolute;
        top: 0;
        left: -120%;
        width: calc(calc(672 / 750 * 100vw) + calc(750 / 750 * 100vw) + calc(9 / 750 * 100vw));
        margin-left: calc(-672 / 750 * 100vw);
        background: linear-gradient(50deg, #1b1b1b95 35%, rgba(141, 141, 141, 0.6) 75%);
        transform-origin: bottom left;
        transform: skewX(-40deg);
        z-index: 1;
        margin-top: -100%;
        height: calc(100vh + 120%);
    }

    .akit-section--02 .akit-section--lv1-layer__label:nth-child(3) {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(calc(169 / 750 * 100vw) + calc(750 / 750 * 100vw) + calc(510 / 750 * 100vw));
        margin-right: calc(-340 / 750 * 100vw);
        background: #222;
        transform-origin: bottom left;
        transform: skewX(-40deg);
        z-index: 1;
    }

    .akit-section--02 .akit-section--lv1-layer__label:nth-child(4) {
        position: absolute;
        /* top: 0; */
        top: unset;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100svh;
        margin: 0 calc(50% - 50vw);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #000 65%);
        opacity: .6;
        z-index: 2;
    }

    .akit-section--lv1-heading {
        margin: 0 !important;
        padding: 0;
        background: none;
    }

    .akit-section--01 .akit-section--lv1-heading {}

    .akit-section--02 .akit-section--lv1-heading {
        text-align: center;
    }

    .akit-section--lv1-heading__label {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        background: none;
        line-height: 1.5;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        letter-spacing: calc(30 / 800 * 1em);
        color: #fff;
    }

    .akit-section--01 .akit-section--lv1-heading__label {
        font-size: 30px;
    }

    .akit-section--02 .akit-section--lv1-heading__label {
        font-size: 30px;
    }

    .akit-section--lv1-body {
        margin-top: 22.4px;
    }

    .akit-section--lv1-body:first-child {
        margin-top: 0;
    }

    .akit-section--02 .akit-section--lv1-body {
        margin-top: 16px;
    }

    .akit-section--02 .akit-section--lv1-body:first-child {
        margin-top: 0;
    }

    .akit-feature {
        /* position: relative; z-index: 3; */
    }

    .akit-feature-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 550px;
        height: 100vh;
        color: #fff;
    }

    .akit-section--01 .akit-feature-container {
        justify-content: flex-start;
        padding-top: calc(80 / 375 * 100vw);
    }

    .akit-section--02 .akit-feature-container {
        justify-content: flex-end;
        padding-bottom: calc(90 / 375 * 100vw);
    }

    .akit-feature-container>* {
        width: 100%;
    }

    .akit-feature-img {
        flex-shrink: 0;
        text-align: center;
        z-index: 1;
    }

    .akit-section--01 .akit-feature-img {
        height: 158px;
    }

    .akit-section--02 .akit-feature-img {}

    .akit-feature-img__label {
        display: inline-block;
        vertical-align: top;
    }

    .akit-section--01 .akit-feature-img__label {
        position: relative;
        line-height: 1;
        font-family: "Roboto", sans-serif;
    }

    .akit-section--01 .akit-feature-img__label>span:nth-child(1) {
        position: absolute;
        top: 50%;
        left: 50%;
        font-weight: 700;
        font-size: 18px;
        white-space: nowrap;
        color: #fff;
        transform: translate3d(calc(-50% + calc(300 / 800 * 1em)), -50%, 0);
        z-index: 1;
        letter-spacing: calc(600 / 800 * 1em);
    }

    .akit-section--01 .akit-feature-img__label>span:nth-child(2) {
        margin: 0 -1em;
        font-weight: 700;
        font-size: 100px;
        white-space: nowrap;
        color: #ff0700;
        opacity: .12;
        letter-spacing: calc(90 / 800 * 1em);
    }

    .akit-section--02 .akit-feature-img__label {}

    .akit-feature-content {
        position: relative;
        flex-shrink: 0;
        z-index: 3;
    }

    .akit-section--01 .akit-feature-content {
        padding: 0 4vw;
    }

    .akit-section--02 .akit-feature-content {
        padding: 0 4vw;
    }

    .akit-feature-lead {}

    .akit-feature-lead-txt {
        line-height: 1.6;
        font-size: 14px;
    }

    .akit-section--01 .akit-feature-lead-txt {
        letter-spacing: calc(30 / 1000 * 1em);
    }

    .akit-section--02 .akit-feature-lead-txt {
        letter-spacing: calc(30 / 1000 * 1em);
        text-align: center;
    }

    .akit-feature-btn {
        margin-top: 22.4px;
        text-align: center;
    }

    .akit-feature-btn:first-child {
        margin-top: 0;
    }

    .akit-feature-btn a,
    .akit-feature-btn a:hover {
        display: inline-block;
        vertical-align: top;
        color: #fff;
    }

    .akit-feature-btn-body {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        background: #b1000e;
    }

    .akit-feature-btn__label {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        letter-spacing: calc(30 / 1000 * 1em);
    }
}

@media all and (min-width: 768px) {
    .akit-detail-mv {
        position: relative;
    }

    .akit-detail-mv-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .akit-detail-mv-bg__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, #333, #000);
    }

    .akit-detail-mv__inner {
        position: relative;
        max-width: 1306px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .akit-detail-mv__inner .breadcrumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px 15px;
        z-index: 1;
    }

    .akit-detail-mv-layer {}

    .akit-detail-mv-layer__label {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .akit-detail-mv-layer__label:nth-child(1) {
        left: 0;
        width: calc(50vw - 50% + calc(1219 / 1306 * 100%) + 400px);
        height: 100%;
        margin: 0 calc(50% - 50vw);
        margin-left: calc(50% - 50vw - 400px);
        background: rgba(255, 255, 255, .1);
        transform-origin: bottom left;
        transform: skewX(-40deg);
    }

    .akit-detail-mv-layer__label:nth-child(2) {
        right: 0;
        width: calc(50vw - 50% + calc(667 / 1306 * 100%) + 430px);
        height: 100%;
        margin: 0 calc(50% - 50vw);
        margin-right: calc(50% - 50vw - 430px);
        background: #222;
        transform-origin: bottom left;
        transform: skewX(-40deg);
    }

    .akit-detail-mv-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 384px;
        color: #fff;
    }

    .akit-detail-mv-container>* {
        width: 100%;
    }

    .akit-detail-mv-content {
        position: relative;
        padding: 0 42px;
        z-index: 1;
    }

    .akit-detail-mv-heading {
        text-align: center;
    }

    .akit-detail-mv-heading__label {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 50px;
        letter-spacing: calc(30 / 800 * 1em);
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, .2));
    }

    .akit-detail-mv-body {
        margin-top: 32px;
    }

    .akit-detail-mv-body:first-child {
        margin-top: 0;
    }

    .akit-detail-mv-lead {}

    .akit-detail-mv-lead-txt {
        text-align: center;
        line-height: 2;
        font-size: 16px;
        letter-spacing: calc(30 / 1000 * 1em);
    }
}

@media screen and (max-width: 767px) {
    .akit-detail-mv {
        position: relative;
    }

    .akit-detail-mv-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    }

    .akit-detail-mv-bg__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to left, #333, #000);
    }

    .akit-detail-mv__inner {
        padding: 0 30px;
    }

    .akit-detail-mv__inner .breadcrumb {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 15px 4vw;
        z-index: 1;
    }

    .akit-detail-mv-layer {}

    .akit-detail-mv-layer__label {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .akit-detail-mv-layer__label:nth-child(1) {
        left: 0;
        width: calc(calc(249 / 750 * 100vw) + calc(501 / 750 * 100vw));
        height: 100%;
        margin-left: calc(-249 / 750 * 100vw);
        background: rgba(255, 255, 255, .1);
        transform-origin: bottom left;
        transform: skewX(-40deg);
    }

    .akit-detail-mv-layer__label:nth-child(2) {
        right: 0;
        width: calc(calc(497 / 750 * 100vw) + calc(1502 / 750 * 100vw));
        height: 100%;
        margin-right: calc(-1502 / 750 * 100vw);
        background: #222;
        transform-origin: bottom left;
        transform: skewX(-40deg);
    }

    .akit-detail-mv-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 296px;
        color: #fff;
    }

    .akit-detail-mv-container>* {
        width: 100%;
    }

    .akit-detail-mv-content {
        position: relative;
        z-index: 1;
    }

    .akit-detail-mv-heading {
        text-align: center;
    }

    .akit-detail-mv-heading__label {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: calc(30 / 800 * 1em);
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
    }

    .akit-detail-mv-body {
        margin-top: 22.4px;
    }

    .akit-detail-mv-body:first-child {
        margin-top: 0;
    }

    .akit-detail-mv-lead {}

    .akit-detail-mv-lead-txt {
        text-align: center;
        line-height: 1.6;
        font-size: 14px;
        letter-spacing: calc(30 / 1000 * 1em);
    }
}

@media all and (min-width: 768px) {
    .akit-detail-content {
        overflow: hidden;
    }

    .akit-detail-section--lv1 {
        position: relative;
        padding-top: 52px;
        padding-bottom: 121px;
    }

    .akit-detail-section--lv1.akit-detail-section--01 {
        z-index: 2;
    }

    .akit-detail-section--lv1.akit-detail-section--01 {
        z-index: 1;
    }

    .akit-detail-section--lv1:last-child {
        padding-bottom: 182px;
    }

    .akit-detail-section--lv1-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .akit-detail-section--01 .akit-detail-section--lv1-bg {}

    .akit-detail-section--lv1-bg__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .akit-detail-section--lv1.akit-detail-section--02 {
        padding-top: 120px;
    }

    .akit-detail-section--lv1.akit-detail-section--03 {
        padding-top: 120px;
    }

    .akit-section--01 .akit-detail-section--lv1-bg__label {}

    .akit-section--02 .akit-detail-section--lv1-bg__label {
        background: url(../img/akit/bg_feature02.png) no-repeat center bottom/cover;
    }

    .akit-detail-section--02 {
        --sec-height: 1196;
        --color-left: #f4f4f4;
        --color-right: #d9d9d9;
    }

    .akit-detail-section--03 {
        --sec-height: 1827;
        --color-left: #1a1b1b;
        --color-right: #484847;
    }

    .akit-detail-section--02,
    .akit-detail-section--03 {
        --deco-width: 1046;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-bg__label {
        transform: skewX(-40deg) translateX(calc(-50% - (var(--sec-height) / 2 * 1px)));
        width: calc(var(--deco-width) * 1px);
        height: calc(100vh + 100%);
        left: 4%;
        margin-top: calc(-70%);
    }

    .akit-detail-section--03 .akit-detail-section--lv1-bg__label {
        transform: skewX(-40deg) translateX(calc(-50% - (var(--sec-height) / 2 * 1px)));
        width: calc(var(--deco-width) * 1px);
        left: 3%;
        margin-top: calc(-100%);
        height: calc(100vh + 120%);
    }

    .akit-detail-section--02 .akit-detail-section--lv1-bg__label {
        background: linear-gradient(30deg, #f4f4f4, #d9d9d9);
    }

    .akit-detail-section--03 .akit-detail-section--lv1-bg__label {
        background: linear-gradient(50deg, #1b1b1b95 40%, #484847 75%);
    }

    .akit-detail-section--lv1__inner {
        position: relative;
        max-width: 1306px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .akit-detail-section--lv1-heading {
        position: relative;
        height: 150px;
        margin: 0 !important;
        padding: 0;
        background: none;
    }

    .akit-detail-section--lv1-heading-sub {
        display: block;
        margin: 0;
        padding: 0;
        background: none;
    }

    .akit-detail-section--lv1-heading-sub__label {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        margin-left: 80px;
        padding: 0;
        background: none;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 26px;
        letter-spacing: calc(600 / 800 * 1em);
        transform: translate3d(0, -50%, 0);
    }

    .akit-detail-section--01 .akit-detail-section--lv1-heading-sub__label {
        color: #fff;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-heading-sub__label {
        color: #ff0700;
    }

    .akit-detail-section--03 .akit-detail-section--lv1-heading-sub__label {
        color: #ff0700;
    }

    .akit-detail-section--lv1-heading__label {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        background: none;
        line-height: 1;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 150px;
        letter-spacing: calc(90 / 800 * 1em);
        transform: translate3d(0, -50%, 0);
    }

    .akit-detail-section--01 .akit-detail-section--lv1-heading__label {
        color: #ff0700;
        opacity: .12;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-heading__label {
        color: #555;
        opacity: .08;
    }

    .akit-detail-section--03 .akit-detail-section--lv1-heading__label {
        color: #aaa;
        opacity: .02;
    }

    .akit-detail-section--lv1-body {
        margin-top: -27px;
    }

    .akit-detail-section--lv1-body:first-child {
        margin-top: 0;
    }

    .akit-detail-section--01 .akit-detail-section--lv1-body {
        margin-top: 36px;
    }

    .akit-detail-section--01 .akit-detail-section--lv1-body:first-child {
        margin-top: 0;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-body {}

    .akit-detail-section--03 .akit-detail-section--lv1-body {}

    .akit-detail-structure {
        padding: 0 38px;
    }

    .akit-detail-structure-tab {}

    .akit-detail-structure-tab-list {
        display: flex;
        align-items: flex-end;
    }

    .akit-detail-structure-tab-list__item {
        position: relative;
        width: 50%;
        text-align: center;
        cursor: pointer;
    }

    .akit-detail-structure-tab-body {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 60px;
        background: #ccc;
        overflow: hidden;
    }

    .akit-detail-structure-tab-body::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url("../img/akit/detail/akit_structure_deco.png") no-repeat center/ 332px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%);
    }

    .akit-detail-structure-tab-body:hover:before {
        transform: translateX(100%);
        transition: all .7s ease-in-out;
    }

    .akit-detail-structure-tab-list__item[aria-selected="true"] .akit-detail-structure-tab-body::before {
        content: none;
    }

    .akit-detail-structure-tab-list__item[aria-selected="true"] .akit-detail-structure-tab-body {
        background: #fff;
        justify-content: end;
        padding-bottom: 2px;
    }

    .akit-detail-structure-tab__label {
        display: inline-block;
        vertical-align: top;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 26px;
        color: #fff;
        letter-spacing: calc(30 / 800 * 1em);
    }

    .akit-detail-structure-tab-list__item[aria-selected="true"] .akit-detail-structure-tab__label {
        font-size: 36px;
        color: #b1000e;
    }

    .akit-detail-structure-tab-panel {
        background: #fff;
    }

    .akit-detail-structure-tab-panel__item {
        padding: 80px 80px 60px;
    }

    .akit-detail-structure-container {
        display: flex;
    }

    .akit-detail-structure-img {
        max-width: 452px;
        width: 100%;
    }

    .akit-detail-structure-img__label {}

    .akit-detail-structure-content {
        max-width: 600px;
        width: 100%;
        position: relative;
    }

    .akit-detail-structure-slide {}

    .swiper-container-wrapper {}

    .akit-detail-structure-slide-body {}

    .akit-detail-structure-slide-list {}

    .akit-detail-structure-slide-list__item {
        width: 100% !important;
    }

    .akit-detail-structure-slide-container {}

    .akit-detail-structure-slide-img {
        border: solid 1px #aaa;
        position: relative;
    }

    .akit-detail-structure-slide-img__label {}

    .akit-detail-structure-slide-img-caption {
        background: #ff0700;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .akit-detail-structure-slide-img-caption__in {
        min-width: 28px;
        min-height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .akit-detail-structure-slide-img-caption__label {
        color: #fff;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-style: italic;
    }

    .akit-detail-structure-slide-content {
        margin-top: 50px;
    }

    .akit-detail-structure-slide-desc {
        text-align: center;
    }

    .akit-detail-structure-slide-desc__term {}

    .akit-detail-structure-slide-desc__term__label {
        font-size: 20px;
        line-height: 1.44;
    }

    .akit-detail-structure-slide-desc__defin {}

    .akit-detail-structure-slide-txt {
        font-size: 16px;
        line-height: 1.8;
    }

    .akit-detail-structure-slide-control {
        height: 8px;
        margin-top: 48px;
    }

    .akit-detail-structure-slide-dot {
        height: 100%;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .akit-detail-structure-content .akit-detail-structure-slide-btn {
        position: absolute;
        top: 0;
        margin-top: 170px;
        z-index: 1;
    }

    .akit-detail-structure-content .akit-detail-structure-slide-btn:hover {
        opacity: 1;
    }

    .akit-detail-structure-content .akit-detail-structure-slide-btn:hover .akit-detail-structure-slide-btn__ico {
        background: #aaa;
    }

    .akit-detail-structure-slide-btn--prev {
        left: 0;
        transform: translateX(-50%);
    }

    .akit-detail-structure-slide-btn--next {
        right: 0;
        transform: translateX(50%);
    }

    .akit-detail-structure-slide-btn__ico {
        display: block;
        background: #ccc;
        width: 40px;
        height: 60px;
        position: relative;
        transition: all .3s ease;
    }

    .akit-detail-structure-slide-btn__ico::before {
        content: "";
        display: block;
        background: url(../img/akit/detail/icn_arrow_structure.png) no-repeat center/contain;
        width: 16px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .akit-detail-structure-slide-btn--next .akit-detail-structure-slide-btn__ico::before {
        transform: translate(-50%, -50%) scale(-1, 1);
    }

    .akit-detail-interviews {
        padding: 0 38px;
    }

    .akit-detail-interviews-container {}

    .akit-detail-interviews-img {
        text-align: center;
        position: relative;
        margin-bottom: 68px;
    }

    .akit-detail-interviews-img-caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-left: 168px;
    }

    .akit-detail-interviews-img-caption-heading {}

    .akit-detail-interviews-img-caption-heading__label {
        font-size: 36px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        letter-spacing: calc(30 / 800 * 1em);
        line-height: 1.5;
    }

    .akit-detail-interviews-img-caption-txt {
        margin-top: 8px;
    }

    .akit-detail-interviews-img-caption-txt__label {
        font-size: 16px;
    }

    .akit-detail-structure-content .swiper-pagination-bullet {
        width: 8px;
        height: 100%;
        background: #ccc;
    }

    .akit-detail-structure-content .swiper-pagination-bullet-active {
        background: #ff0700;
    }

    .akit-detail-structure-img__label {}

    .akit-detail-interviews-content {
        position: relative;
    }

    .akit-detail-interviews-slide {}

    .akit-detail-interviews-slide-body {
        overflow: initial;
    }

    .akit-detail-interviews-slide-list {}

    .akit-detail-interviews-slide-list::-webkit-scrollbar {
        display: none;
    }

    .akit-detail-interviews-slide-list__item {
        padding: 0 40px;
        /* width: 50%; */
    }

    .akit-detail-interviews-item {
        color: #bebebe;
        transition: all .3s ease;
    }

    .swiper-slide-active .akit-detail-interviews-item,
    .swiper-slide-next .akit-detail-interviews-item {
        color: #000;
    }

    .akit-detail-interviews-slide-list__item.swiper-slide-active,
    .akit-detail-interviews-slide-list__item.swiper-slide-next {
        opacity: 1;
    }

    .akit-detail-interviews-txt {
        font-size: 16px;
        line-height: 1.8;
    }

    .akit-detail-interviews-lead {}

    .akit-detail-interviews-lead+.akit-detail-interviews-txt,
    .akit-detail-interviews-txt+.akit-detail-interviews-lead,
    .akit-detail-interviews-txt+.akit-detail-interviews-txt {
        margin-top: 30px;
    }

    .akit-detail-interviews-lead-txt {
        font-size: 26px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: calc(30 / 800 * 1em);
    }

    .akit-detail-interviews-slide-assist {
        position: absolute;
        right: 0;
        margin-right: -124px;
        top: 50%;
        transform: translateY(-50%);
    }

    .akit-detail-interviews-slide-assist-txt {
        display: flex;
        align-items: center;
    }

    .akit-detail-interviews-slide-assist-txt::after {
        content: "";
        width: 44px;
        padding-top: 2px;
        background: #000;
        margin-left: 21px;
    }

    .akit-detail-interviews-slide-assist-txt__label {
        font-size: 16px;
    }

    .akit-detail-movies {
        padding: 0 38px;
    }

    .akit-detail-movies-media {
        position: relative;
        margin-top: 120px;
    }

    .akit-detail-movies-media:first-child {
        margin-top: 0;
    }

    .akit-detail-movies-media-img {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .akit-detail-movies-media-img::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        background: url(../img/akit/detail/icn_video.svg) no-repeat center/contain;
        transform: translate3d(-50%, -50%, 0);
    }

    .akit-detail-movies-media-img__caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        padding-top: 88px;
        padding-left: 80px;
        line-height: 1.2;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 50px;
        color: #fff;
        letter-spacing: calc(30 / 800 * 1em);
    }

    .akit-detail-movies-media-img__caption::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        transform-origin: top left;
        transform: skewX(-40deg);
    }

    .akit-detail-movies-media-img__caption>span {
        position: relative;
    }

    .akit-detail-movies-media-img__label {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .akit-detail-movies-media-frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        z-index: -1;
    }

    .is-movie-playing .akit-detail-movies-media-frame,
    .is-movie-pause .akit-detail-movies-media-frame {
        z-index: 1;
    }

    .akit-detail-movies-media-frame::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }

    .akit-detail-movies-media-frame>* {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .akit-detail-content {
        overflow: hidden;
    }

    .akit-detail-section--lv1 {
        position: relative;
        padding-top: 52px;
        padding-bottom: 73px;
    }

    .akit-detail-section--lv1.akit-detail-section--01 {
        z-index: 2;
    }

    .akit-detail-section--lv1.akit-detail-section--01 {
        z-index: 1;
    }

    .akit-detail-section--lv1:last-child {
        padding-bottom: 80px;
    }

    .akit-detail-section--lv1-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .akit-detail-section--01 .akit-detail-section--lv1-bg {}

    .akit-detail-section--lv1-bg__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .akit-section--01 .akit-detail-section--lv1-bg__label {}

    .akit-section--02 .akit-detail-section--lv1-bg__label {
        background: url(../img/akit/bg_feature02.png) no-repeat center bottom/cover;
    }

    .akit-detail-section--02 {
        --sec-height: 1196;
    }

    .akit-detail-section--03 {
        --sec-height: 1827;
    }

    .akit-detail-section--02,
    .akit-detail-section--03 {
        --deco-width: 250;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-bg__label {
        transform: skewX(-40deg) translateX(calc(-50% - (var(--sec-height) / 2 * 1px)));
        width: calc(var(--deco-width) * 1px);
        height: calc(100vh + 100%);
        left: -95%;
        margin-top: calc(-100%);
    }

    .akit-detail-section--03 .akit-detail-section--lv1-bg__label {
        transform: skewX(-40deg) translateX(calc(-50% - (var(--sec-height) / 2 * 1px)));
        width: calc(var(--deco-width) * 1px);
        left: 3%;
        margin-top: calc(-100%);
        height: calc(100vh + 120%);
    }

    .akit-detail-section--02 .akit-detail-section--lv1-bg__label {
        background: linear-gradient(180deg, #d9d9d9 10%, #f4f4f4 40%);
    }

    .akit-detail-section--03 .akit-detail-section--lv1-bg__label {
        background: linear-gradient(40deg, rgba(27, 27, 27, 0.5) 30%, #484847);
    }

    .akit-detail-section--02 .akit-detail-section--lv1__inner {
        padding: 0;
    }

    .akit-detail-section--lv1__inner {
        position: relative;
        margin: 0 auto;
        padding: 0 4vw;
    }

    .akit-detail-section--lv1-heading {
        position: relative;
        height: 100px;
        margin: 0 !important;
        padding: 0;
        background: none;
        margin-left: 16px !important;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-heading {
        margin-left: 37px !important;
    }

    .akit-detail-section--lv1-heading-sub {
        display: block;
        margin: 0;
        padding: 0;
        background: none;
    }

    .akit-detail-section--lv1-heading-sub__label {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        margin-left: -8px;
        padding: 0;
        background: none;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: calc(600 / 800 * 1em);
        transform: translate3d(calc(-50% + calc(300 / 800 * 1em)), -50%, 0);
    }

    .akit-detail-section--01 .akit-detail-section--lv1-heading-sub__label {
        color: #fff;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-heading-sub__label {
        margin-left: -18.6px;
        color: #ff0700;
    }

    .akit-detail-section--03 .akit-detail-section--lv1-heading-sub__label {
        color: #ff0700;
    }

    .akit-detail-section--lv1-heading__label {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        background: none;
        line-height: 1;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-size: 100px;
        letter-spacing: calc(90 / 800 * 1em);
        transform: translate3d(0, -50%, 0);
    }

    .akit-detail-section--01 .akit-detail-section--lv1-heading__label {
        color: #ff0700;
        opacity: .12;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-heading__label {
        color: #888;
        opacity: .08;
    }

    .akit-detail-section--03 .akit-detail-section--lv1-heading__label {
        color: #666;
        opacity: .02;
    }

    .akit-detail-section--lv1-body {
        margin-top: 28px;
    }

    .akit-detail-section--lv1-body:first-child {
        margin-top: 0;
    }

    .akit-detail-section--01 .akit-detail-section--lv1-body {}

    .akit-detail-section--01 .akit-detail-section--lv1-body:first-child {
        margin-top: 0;
    }

    .akit-detail-section--02 .akit-detail-section--lv1-body {}

    .akit-detail-section--03 .akit-detail-section--lv1-body {}

    .akit-detail-structure {}

    .akit-detail-structure-tab {}

    .akit-detail-structure-tab-list {
        display: flex;
        align-items: flex-end;
    }

    .akit-detail-structure-tab-list__item {
        position: relative;
        width: 50%;
        text-align: center;
        cursor: pointer;
    }

    .akit-detail-structure-tab-body {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40px;
        background: #ccc;
        overflow: hidden;
        padding-top: 3px;
    }

    .akit-detail-structure-tab-list__item[aria-selected="true"] .akit-detail-structure-tab-body {
        background: #fff;
        justify-content: end;
        padding-top: 0;
        padding-bottom: 6.5px;
    }

    .akit-detail-structure-tab__label {
        display: inline-block;
        vertical-align: top;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        letter-spacing: calc(30 / 800 * 1em);
    }

    .akit-detail-structure-tab-list__item[aria-selected="true"] .akit-detail-structure-tab__label {
        font-size: 22px;
        color: #b1000e;
    }

    .akit-detail-structure-tab-panel {
        background: #fff;
    }

    .akit-detail-structure-tab-panel__item {
        padding: 50px 4vw 50px;
    }

    .akit-detail-structure-container {}

    .akit-detail-structure-img {
        max-width: 250px;
        width: 100%;
        margin: 0 auto 0;
    }

    .akit-detail-structure-img__label {}

    .akit-detail-structure-content {
        max-width: 630px;
        width: 100%;
        position: relative;
        margin-top: 50px;
    }

    .akit-detail-structure-content:first-child {
        margin-top: 0;
    }

    .akit-detail-structure-slide {}

    .swiper-container-wrapper {}

    .akit-detail-structure-slide-body {}

    .akit-detail-structure-slide-list {}

    .akit-detail-structure-slide-list__item {
        width: 100% !important;
    }

    .akit-detail-structure-slide-container {}

    .akit-detail-structure-slide-img {
        border: solid 1px #aaa;
        position: relative;
    }

    .akit-detail-structure-slide-img__label {}

    .akit-detail-structure-slide-img-caption {
        background: #ff0700;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .akit-detail-structure-slide-img-caption__in {
        min-width: 25px;
        min-height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .akit-detail-structure-slide-img-caption__label {
        color: #fff;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        font-style: italic;
    }

    .akit-detail-structure-slide-content {
        margin-top: 24px;
        padding: 0 4vw;
    }

    .akit-detail-structure-slide-desc {
        text-align: center;
    }

    .akit-detail-structure-slide-desc__term {}

    .akit-detail-structure-slide-desc__term__label {
        font-size: 16px;
        line-height: 1.44;
        letter-spacing: calc(30 / 1000 * 1em);
    }

    .akit-detail-structure-slide-desc__defin {}

    .akit-detail-structure-slide-txt {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: calc(30 / 1000 * 1em);
    }

    .akit-detail-structure-slide-control {
        height: 8px;
        margin-top: 24px;
    }

    .akit-detail-structure-slide-dot {
        height: 100%;
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .akit-detail-structure-content .akit-detail-structure-slide-btn {
        position: absolute;
        top: 0;
        margin-top: calc(89 / 315 * 100%);
        z-index: 1;
    }

    .akit-detail-structure-slide-btn--prev {
        left: 0;
        transform: translateX(-50%);
    }

    .akit-detail-structure-slide-btn--next {
        right: 0;
        transform: translateX(50%);
    }

    .akit-detail-structure-slide-btn__ico {
        display: block;
        background: #ccc;
        width: 30px;
        height: 40px;
        position: relative;
    }

    .akit-detail-structure-slide-btn__ico::before {
        content: "";
        display: block;
        background: url(../img/akit/detail/icn_arrow_structure.png) no-repeat center/contain;
        width: 12px;
        height: 21px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .akit-detail-structure-slide-btn--next .akit-detail-structure-slide-btn__ico::before {
        transform: translate(-50%, -50%) scale(-1, 1);
    }

    .akit-detail-interviews {}

    .akit-detail-interviews-container {}

    .akit-detail-interviews-img {
        position: relative;
        margin-bottom: 45px;
        padding: 0 4vw;
    }

    .akit-detail-interviews-img-caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-left: 12vw;
    }

    .akit-detail-interviews-img-caption-heading {
        text-align: start;
    }

    .akit-detail-interviews-img-caption-heading__label {
        color: #000;
        font-size: 22px;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        letter-spacing: calc(30 / 800 * 1em);
        line-height: 1.5;
    }

    .akit-detail-interviews-img-caption-txt {
        margin-top: 8px;
    }

    .akit-detail-interviews-img-caption-txt__label {
        color: #000;
        font-size: 14px;
        line-height: 1.6;
    }

    .akit-detail-structure-content .swiper-pagination-bullet {
        width: 8px;
        height: 100%;
        background: #ccc;
    }

    .akit-detail-structure-content .swiper-pagination-bullet-active {
        background: #ff0700;
    }

    .akit-detail-structure-img__label {}

    .akit-detail-interviews-content {
        position: relative;
    }

    .akit-detail-interviews-img+.akit-detail-interviews-content {
        padding: 0 4%;
    }

    .akit-detail-interviews-slide {}

    .akit-detail-interviews-slide-body {
        width: calc(600 / 750 * 100vw);
        margin: 0;
        overflow: initial;
    }

    .akit-detail-interviews-slide-list {}

    .akit-detail-interviews-slide-list::-webkit-scrollbar {
        display: none;
    }

    .akit-detail-interviews-slide-list__item {
        padding: 0 4vw;
    }

    .akit-detail-interviews-item {
        opacity: 0.2;
        transition: all .3s ease;
    }

    .swiper-slide-active .akit-detail-interviews-item {
        opacity: 1;
    }

    .akit-detail-interviews-txt {
        font-size: 14px;
        line-height: 1.6;
    }

    .akit-detail-interviews-lead {}

    .akit-detail-interviews-lead+.akit-detail-interviews-txt,
    .akit-detail-interviews-txt+.akit-detail-interviews-lead,
    .akit-detail-interviews-txt+.akit-detail-interviews-txt {
        margin-top: 27px;
    }

    .akit-detail-interviews-lead-txt {
        font-size: 22px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: calc(30 / 800 * 1em);
    }

    .akit-detail-interviews-slide-assist {
        position: absolute;
        right: 0;
        margin-right: -124px;
        top: 50%;
        transform: translateY(-50%);
    }

    .akit-detail-interviews-slide-assist-txt {
        display: flex;
        align-items: center;
    }

    .akit-detail-interviews-slide-assist-txt::after {
        content: "";
        width: 44px;
        padding-top: 2px;
        background: #000;
        margin-left: 21px;
    }

    .akit-detail-interviews-slide-assist-txt__label {
        font-size: 16px;
    }

    .akit-detail-movies {}

    .akit-detail-movies-media {
        position: relative;
        margin-top: 50px;
    }

    .akit-detail-movies-media:first-child {
        margin-top: 0;
    }

    .akit-detail-movies-media-img {
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

    .akit-detail-movies-media-img::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        background: url(../img/akit/detail/icn_video.svg) no-repeat center/contain;
        transform: translate3d(-50%, -50%, 0);
    }

    .akit-detail-movies-media-img__caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        padding-top: 23px;
        padding-left: 20px;
        line-height: 1.2;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        letter-spacing: calc(30 / 800 * 1em);
    }

    .akit-detail-movies-media-img__caption::before {
        content: '';
        position: absolute;
        top: 0;
        left: -45%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        transform-origin: top left;
        transform: skewX(-40deg);
    }

    .akit-detail-movies-media-img__caption>span {
        position: relative;
    }

    .akit-detail-movies-media-img__label {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .akit-detail-movies-media-frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        z-index: -1;
    }

    .is-movie-playing .akit-detail-movies-media-frame,
    .is-movie-pause .akit-detail-movies-media-frame {
        z-index: 1;
    }

    .akit-detail-movies-media-frame::before {
        content: '';
        display: block;
        padding-top: 56.25%;
    }

    .akit-detail-movies-media-frame>* {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/* スクロールヒント */
@media all and (min-width: 768px) {
    .swiper-hint {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 2;
        animation: hintAnimation 1.5s infinite;
        transform: translate(100%, -50%);
    }

    .swiper-hint-txt {
        display: flex;
        align-items: center;
    }

    .swiper-hint-txt::after {
        content: "";
        background: #000;
        width: 44px;
        padding-top: 2px;
        margin-left: 21px;
    }

    .swiper-hint-txt__label {
        font-size: 16px;
    }

    @keyframes hintAnimation {
        0% {
            opacity: 1;
            transform: translate(100%, -50%);
        }

        50% {
            opacity: 0;
            transform: translate(calc(95%), -50%);
        }

        100% {
            opacity: 1;
            transform: translate(100%, -50%);
        }
    }
}

@media all and (max-width: 767px) {
    .swiper-hint {
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: calc(-75 / 750 * 100vw);
        z-index: 2;
        transform: translateY(-50%);
        animation: hintAnimation 1.5s infinite;
    }

    .swiper-hint-txt {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .swiper-hint-txt::after {
        content: "";
        display: block;
        background: #000;
        width: 50px;
        padding-top: 2px;
    }

    .swiper-hint-txt__label {
        font-size: 14px;
    }

    @keyframes hintAnimation {
        0% {
            opacity: 1;
            transform: translate(0, -50%);
        }

        50% {
            opacity: 0;
            transform: translate(5%, -50%);
        }

        100% {
            opacity: 1;
            transform: translate(0, -50%);
        }
    }
}

@media (min-width: 768px) {
    .akit-section--01 {
background: url(/emea/en/motorcycle/showa/newproducts2025/assets/img/akit/z900_mv.png) no-repeat center bottom / cover;
}
   
}


@media screen and (max-width: 767px) {
    .akit-section--01  {

        background: url(/emea/en/motorcycle/showa/newproducts2025/assets/img/akit/z900_mv_sp.png) no-repeat center bottom / cover;
    }
}