:root {
    --stroke-color: #170000
}

.contents {
    padding-top: 0;
    overflow: clip
}

.loader {
    contain: layout size paint style;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    -o-object-fit: cover;
    z-index: 1001;
    position: fixed;
    top: 0;
    width: 100%;
    object-fit: cover
}

.loader__img {
    display: grid;
    z-index: 2;
    position: relative;
    align-items: center;
    aspect-ratio: 29/38;
    width: 16.67vw;
    height: auto;
    overflow: hidden;
    transform: scale(1.08)
}

.loader__img .mark {
    position: relative;
    left: -3.5%;
    width: 95%;
    margin: 0 auto
}

.loader__img .mark .line {
    stroke-dasharray: 250px 250px;
    stroke-dashoffset: 250px;
    stroke: #000;
    stroke-width: 1.5;
    transition: stroke-dashoffset 1.5s cubic-bezier(0,.55,.45,1)
}

.loader__img .mark .path,.loader__img .mark .rect {
    fill-opacity: 0;
    transition: fill-opacity 1s ease-out .5s
}

.loader__img .mark .line:first-child {
    transition-delay: .07s
}

.loader__img .mark .line:nth-child(2) {
    transition-delay: .14s
}

.loader__img .mark .line:nth-child(3) {
    transition-delay: .21s
}

.loader__img .mark .line:nth-child(4) {
    transition-delay: .28s
}

.loader__img .mark .line:nth-child(5) {
    transition-delay: .35s
}

.loader__img .mark .line:nth-child(6) {
    transition-delay: .42s
}

.loader__img .mark .line:nth-child(7) {
    transition-delay: .49s
}

.loader__img .mark .line:nth-child(8) {
    transition-delay: .56s
}

.loader__img .type {
    width: 90%;
    margin: 0 auto
}

.loader__img .type .path {
    fill: var(--stroke-color);
    fill-opacity: 0;
    transform: translateY(10px);
    transition: fill-opacity .5s ease-in,transform 1s cubic-bezier(.33,1,.68,1)
}

.loader__img .type .path:first-child {
    transition-delay: .71s
}

.loader__img .type .path:nth-child(2) {
    transition-delay: .72s
}

.loader__img .type .path:nth-child(3) {
    transition-delay: .73s
}

.loader__img .type .path:nth-child(4) {
    transition-delay: .74s
}

.loader__img .type .path:nth-child(5) {
    transition-delay: .75s
}

.loader__img .type .path:nth-child(6) {
    transition-delay: .76s
}

.loader__img .type .path:nth-child(7) {
    transition-delay: .77s
}

.loader__img .type .path:nth-child(8) {
    transition-delay: .78s
}

.loader__img .type .path:nth-child(9) {
    transition-delay: .79s
}

.loader__img .type .path:nth-child(10) {
    transition-delay: .8s
}

.loader__img .type .path:nth-child(11) {
    transition-delay: .81s
}

.loader__img .type .path:nth-child(12) {
    transition-delay: .82s
}

.loader__img .type .path:nth-child(13) {
    transition-delay: .83s
}

.loader__img .type .path:nth-child(14) {
    transition-delay: .84s
}

.loader__img .type .path:nth-child(15) {
    transition-delay: .85s
}

.loader__img .type .path:nth-child(16) {
    transition-delay: .86s
}

.loader__img .type .path:nth-child(17) {
    transition-delay: .87s
}

.loader__img .type .path:nth-child(18) {
    transition-delay: .88s
}

.loader__img .type .path:nth-child(19) {
    transition-delay: .89s
}

.loader__img .type .path:nth-child(20) {
    transition-delay: .9s
}

.loader__img .type .path:nth-child(21) {
    transition-delay: .91s
}

.loader__img .type .path:nth-child(22) {
    transition-delay: .92s
}

.loader__img .since-txt {
    aspect-ratio: 1200/287;
    width: 70%;
    margin: 0 auto;
    transform: translateY(10px);
    opacity: 0
}

.loader__img .since-txt img {
    width: 100%;
    height: auto
}

.loader:after {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    content: ""
}

.loader.is-show .loader__img {
    transform: none;
    transition: transform 1.2s cubic-bezier(0,.55,.45,1)
}

.loader.is-show .loader__img .mark .line {
    stroke-dashoffset: -250px
}

.loader.is-show .loader__img .mark .path,.loader.is-show .loader__img .mark .rect {
    fill-opacity: 1
}

.loader.is-show .loader__img .type .path {
    fill-opacity: 1;
    transform: none
}

.loader.is-show .loader__img .since-txt {
    transform: none;
    opacity: 1;
    transition: opacity .2s linear,transform 1.2s cubic-bezier(.25,1,.5,1);
    transition-delay: 1.05s
}

.loader.is-hide {
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear .75s
}

.loader.is-hide .loader__img {
    opacity: 0;
    transition: opacity .35s ease-out;
    transition-delay: .35s
}

.loader.is-hide:after {
    opacity: 0;
    transition: opacity .5s ease-out
}

.loader.is-show-simple .loader__img {
    content-visibility: hidden
}

.loader.is-hide-simple {
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear .5s
}

.loader.is-hide-simple:after {
    opacity: 0;
    transition: opacity .5s linear
}

.top-visual {
    contain: layout size style paint;
    content-visibility: auto;
    position: relative;
    min-height: 720vh;
    overflow: clip
}

.top-visual__inner {
    contain: content;
    content-visibility: auto;
    position: sticky;
    top: 0;
    left: 0;
    width: 700vw;
    height: 100vh;
    overflow: hidden
}

.top-visual__body {
    contain: layout;
    display: grid;
    z-index: 1;
    position: relative;
    grid-template-columns: repeat(7,100vw)
}

.top-visual__blc {
    contain: layout style paint;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.top-visual__title {
    aspect-ratio: 787/102;
    width: 55.56vw;
    transform: translate(40px);
    transition: transform 2.2s ease-out
}

.top-visual__title.is-show {
    transform: none
}

.top-visual__desc {
    width: 33.33vw;
    margin-top: 28px;
    transform: translateY(25px);
    opacity: 0;
    transition: opacity .4s linear,transform 1.2s cubic-bezier(0,.55,.45,1);
    transition-delay: 2s
}

.is-first-show .top-visual__desc {
    transform: none;
    opacity: 1
}

.top-visual__txt-blc {
    contain: layout;
    position: relative
}

.top-visual__txt-blc p {
    font-size: clamp(1.15rem,1.05vw,1.65rem);
    line-height: 2.5
}

.top-visual__txt-blc p+p {
    margin-top: 2.5em
}

.top-visual__txt-blc .line {
    display: block;
    position: relative;
    overflow: hidden;
    transform: translate(65px);
    opacity: 0;
    transition: opacity .25s linear,transform 1.3s cubic-bezier(0,.55,.45,1)
}

.top-visual__txt-blc .line--v {
    transform: translateY(55px)
}

.top-visual__txt-blc .line:first-child {
    transition-delay: .1s
}

.top-visual__txt-blc .line:nth-child(2) {
    transition-delay: .2s
}

.top-visual__txt-blc .line:nth-child(3) {
    transition-delay: .3s
}

.top-visual__txt-blc .line:nth-child(4) {
    transition-delay: .4s
}

.top-visual__txt-blc .line:nth-child(5) {
    transition-delay: .5s
}

.top-visual__txt-blc .line:nth-child(6) {
    transition-delay: .6s
}

.top-visual__txt-blc .line:nth-child(7) {
    transition-delay: .7s
}

.top-visual__txt-blc .line:nth-child(8) {
    transition-delay: .8s
}

.top-visual__txt-blc .line:nth-child(9) {
    transition-delay: .9s
}

.is-blc-show .top-visual__txt-blc .line {
    transform: none;
    opacity: 1
}

.do-change .top-visual__txt-blc .line {
    transform: translate(-60px);
    opacity: 0
}

.top-visual__txt-blc_02 {
    display: flex;
    z-index: auto;
    position: absolute;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 15.56vw 10vh 0
}

.top-visual__txt-blc_02 .link-inner {
    position: absolute;
    aspect-ratio: 144/90;
    width: 100vw;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-5.5%)
}

.top-visual__txt-blc_02 .link-btn {
    z-index: auto;
    position: absolute;
    top: 76%;
    right: 15.56vw;
    width: 22.22vw;
    margin: -6em 0 0;
    transform: translate(60px);
    opacity: 0;
    transition: opacity .3s linear,transform 1.2s cubic-bezier(0,.55,.45,1)
}

.top-visual__txt-blc_02 .link-btn a {
    padding-top: 10px
}

.top-visual__txt-blc_02 .link-btn a:after,.top-visual__txt-blc_02 .link-btn a:before {
    content: none
}

.top-visual__txt-blc_02 .link-btn .txt {
    font-size: clamp(1.6rem,1.3vw,2.4rem)
}

.do-change .top-visual__txt-blc_02 .link-btn {
    transform: none;
    opacity: 1;
    transition-delay: .8s
}

.top-visual__logo {
    position: relative
}

.top-visual__logo svg {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.top-visual__logo-02 {
    z-index: auto;
    position: absolute;
    top: 100%;
    left: -1.11vw;
    width: 19.44vw;
    margin-top: 15px
}

.do-change .top-visual__logo-02 {
    opacity: 1
}

.top-visual__logo-type {
    width: 19.44vw
}

.top-visual__logo-type svg {
    width: 100%
}

.top-visual__logo-type .path {
    fill: var(--stroke-color);
    fill-opacity: 0;
    transform: translateY(10px);
    transition: fill .5s linear,fill-opacity .2s ease-out,transform .8s cubic-bezier(.25,1,.5,1)
}

.top-visual__logo-type .path:first-child {
    transition-delay: .01s
}

.top-visual__logo-type .path:nth-child(2) {
    transition-delay: .02s
}

.top-visual__logo-type .path:nth-child(3) {
    transition-delay: .03s
}

.top-visual__logo-type .path:nth-child(4) {
    transition-delay: .04s
}

.top-visual__logo-type .path:nth-child(5) {
    transition-delay: .05s
}

.top-visual__logo-type .path:nth-child(6) {
    transition-delay: .06s
}

.top-visual__logo-type .path:nth-child(7) {
    transition-delay: .07s
}

.top-visual__logo-type .path:nth-child(8) {
    transition-delay: .08s
}

.top-visual__logo-type .path:nth-child(9) {
    transition-delay: .09s
}

.top-visual__logo-type .path:nth-child(10) {
    transition-delay: .1s
}

.top-visual__logo-type .path:nth-child(11) {
    transition-delay: .11s
}

.top-visual__logo-type .path:nth-child(12) {
    transition-delay: .12s
}

.top-visual__logo-type .path:nth-child(13) {
    transition-delay: .13s
}

.top-visual__logo-type .path:nth-child(14) {
    transition-delay: .14s
}

.top-visual__logo-type .path:nth-child(15) {
    transition-delay: .15s
}

.top-visual__logo-type .path:nth-child(16) {
    transition-delay: .16s
}

.top-visual__logo-type .path:nth-child(17) {
    transition-delay: .17s
}

.top-visual__logo-type .path:nth-child(18) {
    transition-delay: .18s
}

.top-visual__logo-type .path:nth-child(19) {
    transition-delay: .19s
}

.top-visual__logo-type .path:nth-child(20) {
    transition-delay: .2s
}

.top-visual__logo-type .path:nth-child(21) {
    transition-delay: .21s
}

.top-visual__logo-type .path:nth-child(22) {
    transition-delay: .22s
}

.do-change .top-visual__logo-type .path {
    fill-opacity: 1;
    transform: none
}

.top-visual__ci {
    aspect-ratio: 239/156;
    width: 16.67vw;
    transition: transform 1.2s cubic-bezier(0,.55,.45,1),stroke .5s linear,fill .5s linear;
    stroke-width: 1.5;
    stroke: var(--stroke-color);
    fill: var(--stroke-color)
}

.top-visual__ci svg {
    width: 100%
}

.top-visual__ci .line {
    stroke-dasharray: 250px 250px;
    stroke-dashoffset: 250px;
    transition: stroke-dashoffset 1.2s cubic-bezier(0,.55,.45,1)
}

.top-visual__ci .path,.top-visual__ci .rect {
    fill-opacity: 0;
    transition: fill-opacity .8s linear,stroke-dashoffset .8s cubic-bezier(0,.55,.45,1)
}

.top-visual__ci .rect {
    stroke-dasharray: 145px 145px;
    stroke-dashoffset: 145px
}

.top-visual__ci .path {
    stroke-dasharray: 470px 470px;
    stroke-dashoffset: 470px
}

.is-blc-show .top-visual__ci {
    transform: none
}

.is-blc-show .top-visual__ci .path,.is-blc-show .top-visual__ci .rect {
    stroke-dashoffset: 0;
    transition-delay: .4s
}

.is-blc-show .top-visual__ci .line {
    stroke-dashoffset: 0
}

.is-blc-show .top-visual__ci .line:first-child {
    transition-delay: .08s
}

.is-blc-show .top-visual__ci .line:nth-child(2) {
    transition-delay: .16s
}

.is-blc-show .top-visual__ci .line:nth-child(3) {
    transition-delay: .24s
}

.is-blc-show .top-visual__ci .line:nth-child(4) {
    transition-delay: .32s
}

.is-blc-show .top-visual__ci .line:nth-child(5) {
    transition-delay: .4s
}

.is-blc-show .top-visual__ci .line:nth-child(6) {
    transition-delay: .48s
}

.is-blc-show .top-visual__ci .line:nth-child(7) {
    transition-delay: .56s
}

.is-blc-show .top-visual__ci .line:nth-child(8) {
    transition-delay: .64s
}

.do-change .top-visual__ci {
    transform: scale(1.2) translateY(-15px)
}

.do-change .top-visual__ci .rect {
    fill-opacity: 1;
    stroke-dashoffset: -145px
}

.do-change .top-visual__ci .path {
    fill-opacity: 1;
    stroke-dashoffset: -470px
}

.do-change .top-visual__ci .line {
    stroke-dashoffset: -250px
}

.top-visual__since-txt {
    width: 15.56vw;
    margin: 18px auto 0;
    transform: translateY(10px);
    opacity: 0;
    stroke: var(--stroke-color);
    stroke-width: .1;
    fill: var(--stroke-color);
    transition: opacity .2s linear,transform .8s cubic-bezier(.25,1,.5,1),fill .5s linear,stroke .5s linear
}

.top-visual__since-txt svg {
    width: 100%
}

.do-change .top-visual__since-txt {
    transform: none;
    opacity: 1;
    transition-delay: .3s
}

.top-visual__copy {
    contain: layout;
    position: relative;
    aspect-ratio: 481/90;
    width: 34.44vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: -10px 0 0 auto;
    overflow: hidden;
    transform: translate(50px);
    opacity: 0;
    transition: opacity .2s linear,transform 1.2s cubic-bezier(0,.55,.45,1)
}

.top-visual__copy:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: -75%;
    aspect-ratio: 1/1;
    width: 90%;
    height: auto;
    transform: translateY(-38%);
    background-image: radial-gradient(#f4f4f4 14%,transparent 65%);
    content: "";
    mix-blend-mode: color-dodge
}

.do-change .top-visual__copy {
    transform: none;
    opacity: 1;
    transition-delay: .5s
}

.do-change .top-visual__copy:after {
    visibility: hidden;
    transform: translate(195%,-38%);
    transition: transform 1.7s cubic-bezier(.5,1,.89,1),visibility 1.7s linear;
    transition-delay: 1s
}

.top-visual__illusts {
    contain: layout style;
    display: grid;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    grid-template-columns: repeat(7,100vw);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    gap: 0
}

.top-visual__illust {
    contain: layout size style;
    display: grid;
    position: relative;
    place-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.top-visual__illust--i07 path {
    transform-origin: left top
}

.top-visual__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-visual__svg svg {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 0;
    stroke: var(--stroke-color);
    stroke-width: 2.4;
    fill: none;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-miterlimit: 0;
    overflow: visible;
    transform: translate3d(0,-55%,0);
    animation: stroke-width-amim 1.5s ease-in-out infinite alternate;
    transition: stroke .5s linear
}

.top-visual__svg .js-sub-path {
    fill: #f4f4f4
}

.is-hide .top-visual__svg svg {
    animation: none
}

@keyframes stroke-width-amim {
    0% {
        stroke-width: 2.2
    }

    to {
        stroke-width: 2.8
    }
}

@keyframes stroke-width-amim-wp {
    0% {
        stroke-width: 3.5
    }

    to {
        stroke-width: 4.5
    }
}

.top-visual__blc--b01 {
    flex-direction: column;
    justify-content: center;
    padding-top: calc(34vh + 150px)
}

.top-visual__blc--b02 {
    justify-content: flex-end;
    padding: 13.89vw 11.11vw 0 0
}

.top-visual__blc--b03 {
    padding: 13.89vw 0 0 11.11vw
}

.top-visual__blc--b04 {
    padding: 0 0 0 19.44vw
}

.top-visual__blc--b05 {
    padding: 0 0 3% 10.56vw
}

.top-visual__blc--b06 {
    flex-direction: column;
    justify-content: center;
    margin-top: -3vh;
    padding: 0 2.78vw 25vw 0
}

.top-visual__blc--b06 .line {
    text-align: center
}

.top-visual__blc--b07 {
    flex-direction: row;
    justify-content: center;
    padding: 0 0 10vh;
    gap: 19.44vw
}

.top-visual__blc--b07 p {
    padding-right: 2.78vw
}

.top-visual__blc--b07 .line-sp {
    display: none
}

.color-nav {
    contain: layout;
    display: flex;
    z-index: 3;
    position: fixed;
    top: 50%;
    right: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    width: 44px;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -55px;
    pointer-events: auto!important
}

.color-nav.is-hide {
    pointer-events: none
}

.color-nav.is-hide .color-nav__btn:before {
    transform: scaleX(0)
}

.color-nav__btn {
    z-index: 0;
    position: relative;
    aspect-ratio: 2/1;
    width: 100%;
    transform: translate3d(50%,0,0);
    cursor: pointer;
    transition: opacity .1s linear,transform .6s cubic-bezier(.33,1,.68,1)
}

.color-nav__btn:first-child:before {
    transition-delay: .08s
}

.color-nav__btn:nth-child(2):before {
    transition-delay: .16s
}

.color-nav__btn:nth-child(3):before {
    transition-delay: .24s
}

.color-nav__btn:nth-child(4):before {
    transition-delay: .32s
}

.color-nav__btn:nth-child(5):before {
    transition-delay: .4s
}

.color-nav__btn:before {
    display: block;
    height: 100%;
    transform: none;
    transform-origin: top right;
    background: #170000;
    content: "";
    transition: transform .4s cubic-bezier(0,.55,.45,1)
}

.color-nav__btn:after {
    display: block;
    z-index: auto;
    position: absolute;
    top: 0;
    right: 50%;
    width: 150%;
    height: 100%;
    content: ""
}

.color-nav__btn--blue:before {
    background: #4157d0
}

.color-nav__btn--red:before {
    background: #e07070
}

.color-nav__btn--green:before {
    background: #259867
}

.color-nav__btn--yellow:before {
    background: #f8bf3e
}

@keyframes color-btn-change {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

.skip-btn {
    display: grid;
    visibility: visible;
    z-index: 90;
    position: fixed;
    bottom: 30px;
    left: 50%;
    place-items: center;
    width: 60px;
    height: 30px;
    margin: 0 0 0 -30px;
    color: #000;
    opacity: 1;
    transition: opacity .2s linear,visibility .2s linear
}

.skip-btn:before {
    display: block;
    z-index: 1;
    position: relative;
    content: "SKIP";
    font-size: 1.4rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    letter-spacing: .1em
}

.skip-btn .bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    transition: transform .4s cubic-bezier(.25,1,.5,1),fill-opacity .4s cubic-bezier(.25,1,.5,1)
}

.skip-btn .line {
    fill: #f4f4f4;
    stroke: #000
}

.skip-btn.is-hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.top-visual-news {
    display: grid;
    z-index: 10;
    position: fixed;
    bottom: 20px;
    left: 2.78vw;
    grid-template-columns: 55px 1fr;
    transform: translate3d(-20px,0,0);
    color: #000;
    font-weight: 700;
    opacity: 0;
    transition: opacity .3s linear,transform .8s cubic-bezier(.25,1,.5,1)
}

.top-visual-news__hd {
    margin: 0 0 10px;
    font-family: Marcellus,sans-serif
}

.top-visual-news__hd,.top-visual-news__item {
    font-size: 1.2rem;
    line-height: 1.2
}

.top-visual-news__item .txt-blc,.top-visual-news__item a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    color: inherit
}

.top-visual-news__item .txt-blc:hover,.top-visual-news__item a:hover {
    text-decoration: underline
}

.top-visual-news__item time {
    display: inline-block;
    font-family: Marcellus,sans-serif
}

.top-visual-news__item .txt {
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-weight: 700
}

.top-visual-news.is-show {
    transform: none;
    opacity: 1;
    transition-delay: .5s
}

#offscreen-illusts {
    contain: strict;
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.top-section {
    position: relative
}

.top-section__inner {
    position: relative;
    margin: 0 5.56vw
}

.top-section__link {
    z-index: auto;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 1.6rem;
    line-height: 1;
    font-family: Marcellus,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.top-section__link:hover {
    color: #aaa;
    text-decoration: underline
}

.top-section--access,.top-section--business,.top-section--company,.top-section--news,.top-section--strength {
    overflow: clip
}

.top-section:last-child {
    padding-bottom: 0
}

.top-section+.top-section {
    margin-top: 250px
}

.top-hd {
    contain: layout;
    position: relative;
    margin: 0 0 50px;
    font-size: clamp(5.8rem,4.4vw,6.6rem);
    line-height: 1;
    font-family: Marcellus,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.top-hd .txt {
    display: inline-block;
    position: relative;
    margin-left: -4px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.top-hd .txt:before {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 79vw;
    height: 1px;
    margin-left: 2.78vw;
    transform: scaleX(0);
    transform-origin: left top;
    background: #000;
    content: ""
}

.top-hd .l {
    display: inline-block;
    transform: translate3d(45px,0,0);
    clip-path: inset(0 0 0 100%)
}

.top-hd .l_0 {
    transition-delay: 0s!important
}

.top-hd .l_1 {
    transition-delay: .05s!important
}

.top-hd .l_2 {
    transition-delay: .1s!important
}

.top-hd .l_3 {
    transition-delay: .15s!important
}

.top-hd .l_4 {
    transition-delay: .2s!important
}

.top-hd .l_5 {
    transition-delay: .25s!important
}

.top-hd .l_6 {
    transition-delay: .3s!important
}

.top-hd .l_7 {
    transition-delay: .35s!important
}

.top-hd .l_8 {
    transition-delay: .4s!important
}

.top-hd .l_9 {
    transition-delay: .45s!important
}

.top-hd .l_10 {
    transition-delay: .5s!important
}

.is-show .top-hd .txt:before {
    transform: none;
    transition: transform 1.2s cubic-bezier(.76,0,.24,1)
}

.is-show .top-hd .l {
    transform: none;
    clip-path: inset(0 0 0 0);
    transition: clip-path .6s cubic-bezier(.33,1,.68,1),transform 1.2s cubic-bezier(0,.55,.45,1)
}

.top-desc {
    margin-top: -1.9em;
    font-family: Shippori Mincho,serif;
    letter-spacing: .01em
}

@font-face {
    font-style: normal;
    font-weight: 400;
    src: url(/common/fonts/sixcaps-subset/SixCaps-Regular.woff2) format("woff2");
    font-family: Six Caps;
    font-display: swap
}

.strength {
    contain: layout;
    margin: 80px 10vw 80px 11.11vw
}

.strength__hd {
    position: relative;
    top: 0;
    left: 0;
    padding: 50px 0 120px;
    font-size: clamp(5.8rem,4.4vw,6.6rem);
    font-family: Marcellus,sans-serif;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.strength__hd .l {
    display: inline-block;
    transform: translate3d(45px,0,0);
    clip-path: inset(0 0 0 100%)
}

.strength__hd .l_0 {
    transition-delay: 0s!important
}

.strength__hd .l_1 {
    transition-delay: .05s!important
}

.strength__hd .l_2 {
    transition-delay: .1s!important
}

.strength__hd .l_3 {
    transition-delay: .15s!important
}

.strength__hd .l_4 {
    transition-delay: .2s!important
}

.strength__hd .l_5 {
    transition-delay: .25s!important
}

.strength__hd .l_6 {
    transition-delay: .3s!important
}

.strength__hd .l_7 {
    transition-delay: .35s!important
}

.strength__hd .l_8 {
    transition-delay: .4s!important
}

.strength__hd .l_9 {
    transition-delay: .45s!important
}

.strength__hd .l_10 {
    transition-delay: .5s!important
}

.is-show .strength__hd .l {
    transform: none;
    clip-path: inset(0 0 0 0);
    transition: clip-path .6s cubic-bezier(.33,1,.68,1),transform 1.2s cubic-bezier(0,.55,.45,1)
}

.strength__inner {
    position: relative;
    padding: 100px 0 0 41.67vw;
    overflow: hidden
}

.strength__sub-hd {
    margin-bottom: 25px;
    font-size: 2.5rem;
    line-height: 1.8;
    font-family: Shippori Mincho,serif;
    letter-spacing: .015em
}

.strength p {
    font-size: clamp(1.4rem,.88vw,1.6rem);
    line-height: 2.2
}

.strength p a {
    display: inline;
    color: #000;
    color: #0800d1;
    text-decoration: underline
}

.strength p a[target=_blank] {
    position: relative
}

.strength p a[target=_blank]:after {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: icomoon!important;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0 6px 0 8px;
    font-size: 95%;
    text-decoration: none!important;
    vertical-align: -1px
}

.strength p+p {
    margin-top: 1em
}

.strength .result-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    text-align: left
}

.strength .result-list a {
    color: #000
}

.strength__blc {
    contain: content;
    display: flex;
    position: relative;
    align-items: center;
    min-height: 38.89vw
}

.strength__blc+.strength__blc {
    margin-top: 120px
}

.strength__blc .link-btn {
    margin-top: 50px
}

.strength__blc .link-btn .txt {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-weight: 500
}

.strength__blc .link-btn+.link-btn .txt {
    font-size: 2.8em
}

.strength__blc c-link-btn {
    width: 100%;
    max-width: 400px;
    margin-top: 50px
}

.strength__blc c-link-btn c-arw {
    min-width: 140px
}

.strength__blc c-link-btn+c-link-btn {
    display: none
}

.strength__blc c-link-btn+c-link-btn .txt {
    font-size: 2.6em
}

.strength__blc:before {
    z-index: auto;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -45px;
    content: "01";
    font-size: 9rem;
    line-height: 1;
    font-family: Six Caps,sans-serif;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.strength__blc:nth-child(2):before {
    content: "02"
}

.strength__blc:nth-child(3):before {
    content: "03"
}

.strength__body {
    padding-right: max(65px,5.56vw)
}

.strength__img {
    contain: layout;
    position: sticky;
    top: 20px;
    left: 1.39vw;
    aspect-ratio: 320/448;
    width: 26.39vw;
    height: auto;
    padding-bottom: 20px;
    perspective: 1500px
}

.strength__img figure {
    z-index: auto;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    filter: brightness(.9);
    transition: opacity .22s ease-in .12s,transform .4s cubic-bezier(.33,1,.68,1),filter .2s linear
}

.strength__img figure:first-child {
    z-index: 2;
    position: relative;
    filter: none
}

.strength__img figure:nth-child(2) {
    z-index: 1;
    transform: rotate(-10deg)
}

.strength__img figure:nth-child(3) {
    transform: rotate(10deg)
}

.strength__img figure.is-hide {
    opacity: 0
}

.strength__img figure.is-hide:first-child {
    transform: translateZ(300px) rotate(-10deg) rotateY(-20deg)
}

.strength__img figure.is-hide:nth-child(2) {
    transform: translateZ(300px) rotate(10deg) rotateY(-20deg)
}

.strength__img figure.is-show {
    transform: none;
    filter: none
}

.strength__img img {
    display: block;
    aspect-ratio: 320/448
}

.top-section--business {
    height: 300vw
}

.business {
    contain: layout style paint;
    position: sticky;
    top: max(8vw,12vh);
    left: 0;
    width: 100vw;
    padding-right: 5.56vw;
    padding-left: 5.56vw;
    overflow: hidden
}

.business__inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 250vw;
    overflow: hidden;
    gap: 0
}

.business__blc {
    contain: layout style;
    display: grid;
    grid-template-columns: 41.67vw 1fr;
    width: 83.33vw;
    gap: 5.56vw
}

.business__blc img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    width: 120%;
    object-position: center bottom
}

.business__blc figure {
    contain: layout style paint;
    height: 54vh;
    overflow: hidden
}

.business__blc:nth-of-type(3) .business__txts {
    padding-right: 0
}

.business__blc:nth-of-type(2) .business__txts:before {
    content: "02"
}

.business__blc:nth-of-type(3) .business__txts:before {
    content: "03"
}

.business__txts {
    padding: 20px 2.78vw 0 0
}

.business__txts:before {
    display: block;
    margin-bottom: 20px;
    content: "01";
    font-size: 9rem;
    line-height: 1;
    font-family: Six Caps,sans-serif;
    letter-spacing: .05em
}

.business__hd {
    margin: 0 0 20px;
    font-size: 2.4rem;
    line-height: 1.6;
    font-family: Shippori Mincho,serif;
    letter-spacing: .01em
}

.business__item {
    position: relative;
    padding: 0 0 0 1em;
    font-size: clamp(1.4rem,.88vw,1.6rem);
    word-break: auto-phrase
}

.business__item:before {
    position: absolute;
    top: 13px;
    left: 2px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000;
    content: ""
}

.business__item+.business__item {
    margin-top: 4px
}

.company {
    padding: 0 0 0 22.22vw
}

.company__img {
    aspect-ratio: 16/7;
    overflow: hidden;
    transition: clip-path 1.2s cubic-bezier(.85,0,.15,1)
}

.company__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    width: 100%;
    object-position: center
}

.company__body {
    margin-top: 40px
}

.company__body p {
    font-size: clamp(1.4rem,.88vw,1.6rem);
    line-height: 2.2
}

.company__body p+p {
    margin-top: 2.5em
}

.company__hd {
    margin: 80px 0 20px auto;
    font-size: 2.4rem
}

.company__hd,.company__sub-hd {
    font-family: Shippori Mincho,serif
}

.company__sub-hd {
    margin-top: 100px;
    font-size: 2rem
}

.company__address {
    display: block;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    font-size: 1.4rem;
    line-height: 1.6
}

.company__table {
    width: 50vw;
    margin: -20px 0 0 auto;
    border-bottom: 1px solid #000;
    table-layout: fixed
}

.company__table tr {
    border-top: 1px solid #000
}

.company__table td,.company__table th {
    padding: 20px 0;
    font-size: clamp(1.4rem,.88vw,1.6rem);
    line-height: 1.8;
    vertical-align: top
}

.company__table th {
    width: 25%
}

.company__table td {
    width: 75%
}

.company__table .brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.company__table .brand a:after {
    content: none!important
}

.company__table .logo {
    display: inline-block
}

.company__table .logo:first-child {
    width: 92px
}

.company__table .logo:nth-child(2) {
    width: 120px
}

.company__table .logo:nth-child(3) {
    width: 156px
}

.company__table a {
    position: relative;
    color: #000;
    text-decoration: underline
}

.company__table a:after {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: icomoon!important;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: -3px 6px 0 8px;
    font-size: 90%;
    text-decoration: none!important
}

.company__table--factory {
    border-bottom: none
}

.company__table--factory td,.company__table--factory th {
    padding-bottom: 0
}

.access {
    padding: 0 0 0 22.22vw
}

.access figure {
    aspect-ratio: 16/7;
    height: 100%;
    overflow: hidden
}

.access figure img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.access__map {
    contain: content;
    overflow: hidden;
    border: 1px solid #ccc
}

.access__map iframe {
    contain: content;
    display: block;
    aspect-ratio: 16/7;
    width: 100%;
    height: 100%;
    filter: grayscale(1)
}

.access__txts {
    display: grid;
    grid-template-columns: 30% 1fr;
    margin: 25px 0 0;
    letter-spacing: 0
}

.access__address p,.access__txts {
    font-size: 1.2rem
}

.access__address .link-btn_02 {
    margin-top: 15px
}

.access__route dl {
    display: grid;
    grid-template-columns: 30% 1fr;
    line-height: 1.8
}

.access__route dl+dl {
    margin-top: 20px;
    padding: 20px 0 0;
    border-top: 1px solid #000
}

.access__route li {
    position: relative;
    padding: 0 0 0 1.2em;
    font-size: 1.2rem
}

.access__route li:before {
    position: absolute;
    top: 1em;
    left: 2px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 100%;
    background: #000;
    content: ""
}

.access__route a {
    display: inline-block;
    color: #000;
    text-decoration: underline
}

.access__route a[target=_blank] {
    position: relative
}

.access__route a[target=_blank]:after {
    content: "";
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: icomoon!important;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: -3px 10px 0 8px;
    font-size: 85%;
    text-decoration: none!important
}

.access__route small {
    display: block;
    margin-top: 10px
}

.top-news {
    padding: 0 0 0 22.22vw
}

.top-news__list {
    margin-top: -60px
}

.top-news__item {
    font-size: 1.6rem;
    line-height: 1.7
}

.top-news__item .txt-blc,.top-news__item a {
    display: grid;
    position: relative;
    grid-template-columns: 160px 1fr;
    padding: 20px 140px 20px 0;
    border-bottom: 1px solid #000;
    color: #000
}

.top-news__item time {
    display: inline-block;
    font-family: Marcellus,sans-serif
}

.top-news__item .arw {
    z-index: auto;
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 14px;
    margin-top: -11px
}

.top-news__item .arw svg {
    display: block;
    z-index: auto;
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 14px
}

.top-news__item .arw:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: ""
}

.top-news__item .txt {
    word-break: auto-phrase
}

.top-news .link-btn,.top-news c-link-btn {
    width: 320px;
    margin: 45px 0 0 auto
}

.top-news .link-btn .txt,.top-news c-link-btn .txt {
    font-weight: 400;
    font-size: 3rem;
    font-family: Marcellus,sans-serif;
    letter-spacing: .1em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset
}

.magazine {
    padding: 45px 0 0 22.22vw
}

.magazine__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2em
}

.magazine__item a {
    display: block;
    align-items: center;
    color: #000;
    text-decoration: none
}

.magazine__item figure {
    position: relative;
    aspect-ratio: 7/4;
    height: auto;
    margin-bottom: 1.8em;
    overflow: hidden
}

.magazine__item figure:before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    mix-blend-mode: luminosity;
    opacity: 0;
    transition: opacity .2s linear
}

.magazine__item img {
    height: 100%;
    -o-object-fit: cover;
    z-index: 0;
    position: relative;
    width: 100%;
    object-fit: cover;
    transition: scale .6s cubic-bezier(.25,1,.5,1)
}

.magazine__item .arw {
    z-index: 3;
    position: absolute;
    aspect-ratio: 80/14;
    width: 100px;
    height: auto;
    margin: auto auto 26%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    translate: -15px 0;
    opacity: 0;
    transition: opacity .15s linear,translate .6s cubic-bezier(.25,1,.5,1)
}

.magazine__item .arw svg {
    display: block;
    z-index: auto;
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 14px
}

.magazine__item .arw:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: ""
}

.magazine__item time {
    display: block;
    margin-bottom: .75em;
    font-size: 1.4rem;
    line-height: 1;
    font-family: Marcellus,sans-serif
}

.magazine__item .txt {
    display: block;
    font-size: 1.6rem;
    font-family: Shippori Mincho,serif
}

.magazine .link-btn {
    width: 320px;
    margin: 70px 0 0 auto
}

.magazine .link-btn .txt img {
    width: 90px;
    height: 20px
}

.magazine .link-btn .arw {
    z-index: auto;
    position: absolute;
    top: 50%;
    right: 0;
    height: 14px;
    margin-top: -24px
}

.magazine .link-btn .arw svg {
    display: block;
    z-index: auto;
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 14px
}

.magazine .link-btn .arw:before {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    content: ""
}

.gallery {
    contain: content;
    content-visibility: auto;
    height: calc(44.44vw + 14px);
    margin: 230px 0 0
}

.gallery,.gallery__inner {
    position: relative;
    overflow: hidden
}

.gallery__inner {
    contain: layout style paint;
    height: 22.22vw;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    width: 100vw;
    user-select: none
}

.gallery__inner+.gallery__inner {
    margin-top: 10px
}

.gallery__inner+.gallery__inner .gallery__list {
    right: auto;
    left: 0
}

.gallery__list {
    contain: layout size;
    display: grid;
    z-index: auto;
    position: absolute;
    top: 0;
    right: 0;
    grid-template-columns: repeat(12,33.33vw);
    width: calc(400vw + 120px);
    height: 100%;
    gap: 10px
}

.is-show .gallery__list {
    visibility: visible;
    will-change: transform
}

.gallery img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%
}

.pickup {
    contain: layout size;
    z-index: 100;
    position: fixed;
    bottom: 25px;
    left: 30px;
    aspect-ratio: 1/1;
    width: 110px;
    transition: opacity .2s linear,visibility .2s linear,transform .8s cubic-bezier(.34,1.56,.64,1);
    transition-delay: .25s
}

.pickup__btn {
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 100%;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    text-align: center;
    transition: transform .8s cubic-bezier(.34,1.1,.64,1.2),background-color .2s ease-out,color .2s ease-out
}

.pickup__btn br {
    display: block
}

.pickup__btn:after {
    z-index: 0;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    content: ""
}

.pickup__ring {
    animation: circle-rotate 5s linear infinite;
    pointer-events: none
}

.pickup__ring,.pickup__ring:before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pickup__ring:before {
    transform: translate3d(0,4px,0);
    border: 1px solid #000;
    border-radius: 100%;
    content: "";
    transition: transform .8s cubic-bezier(.25,1,.5,1),opacity .2s linear
}

.pickup__ring--r02 {
    animation-delay: .2s
}

.pickup__ring--r02:before {
    transform: translate3d(0,8px,0)
}

.is-hide.pickup {
    visibility: hidden;
    transform: scale(.8);
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s
}

@keyframes circle-rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.scroll-sign {
    position: fixed;
    right: 20px;
    bottom: 40px;
    overflow: hidden;
    transform: translate3d(-40px,0,0);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear,visibility .2s linear,transform 1s cubic-bezier(0,.55,.45,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    visibility: hidden;
    z-index: 10;
    width: 208px;
    user-select: none
}

.scroll-sign .txt {
    display: block;
    padding-bottom: 20px;
    font-size: 2rem;
    line-height: 1;
    font-family: Marcellus,sans-serif
}

.scroll-sign .arw {
    width: 100%
}

.scroll-sign .arw,.scroll-sign .line {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.scroll-sign .line {
    width: 99%;
    height: 1px;
    transform-origin: right top;
    background: #ccc
}

.scroll-sign .line:before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: right top;
    background: #000;
    content: ""
}

.scroll-sign svg {
    z-index: auto;
    position: absolute;
    top: -9px;
    right: -3px;
    width: 16px
}

.scroll-sign.is-business-show,.scroll-sign.is-show {
    visibility: visible;
    transform: none;
    opacity: 1;
    pointer-events: auto
}

.scroll-sign.is-business-show .txt,.scroll-sign.is-show .txt {
    animation: sign-txt 2s linear infinite alternate
}

.scroll-sign.is-business-show svg,.scroll-sign.is-show svg {
    animation: sign-arw 2s cubic-bezier(0,.55,.45,1) infinite
}

.scroll-sign.is-business-show .line:before,.scroll-sign.is-show .line:before {
    animation: sign-line 2s cubic-bezier(0,.55,.45,1) infinite
}

.scroll-sign.is-business-show {
    pointer-events: none
}

@keyframes sign-line {
    0% {
        transform: scaleX(1)
    }

    49% {
        transform: scaleX(0);
        transform-origin: right top
    }

    50% {
        transform: scaleX(0);
        transform-origin: left top
    }

    to {
        transform: scaleX(1);
        transform-origin: left top
    }
}

@keyframes sign-txt {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .loader__img {
        width:40vw
    }

    .top-visual {
        min-height: 720vh;
    }

    .top-visual__inner {
        position: sticky;
        top: 0;
        left: 0;
        width: 700vw;
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
    }

    .top-visual__body {
        display: grid;
        grid-template-columns: repeat(7, 100vw);
    }

    .top-visual__blc {
        width: 100vw;
        height: 100vh;
        height: 100dvh;
    }

    /* タイトルとナラティブテキストのスマホサイズ最適化 */
    .top-visual__title {
        width: 75vw;
    }

    .top-visual__desc {
        width: 75vw;
        margin-top: 16px;
    }

    .top-visual__txt-blc p {
        font-size: clamp(13px, 3.8vw, 16px);
        line-height: 2.2;
    }

    /* 各シーンのイラストSVG：シーン境界で線が寸分違わず繋がるよう幅100vwに精密アライメント */
    .top-visual__svg {
        width: 100vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        left: 0 !important;
        right: 0 !important;
        overflow: visible !important;
    }
    .top-visual__svg svg {
        top: 50% !important;
        left: 0 !important;
        width: 100vw !important;
        height: auto !important;
        aspect-ratio: 144 / 90 !important;
        transform: translateY(-50%) !important;
        transform-origin: left center !important;
        stroke-width: 3.2px !important;
        overflow: visible !important;
    }

    .top-visual__illusts {
        overflow: visible !important;
    }
    .top-visual__illust {
        width: 100vw !important;
        overflow: visible !important;
        contain: none !important;
        transform-origin: center center;
    }



    .color-nav {
        width: 32px;
        margin-left: -32px
    }

    .skip-btn {
        bottom: 20px
    }

    .top-visual-news {
        display: block;
        position: fixed;
        left: 5vw
    }

    .top-visual-news__hd {
        line-height: 1
    }

    .top-visual-news__item {
        font-size: 1rem
    }

    .top-visual-news__item .txt-blc,.top-visual-news__item a {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        line-height: 1.4
    }

    .top-visual-news__item .txt,.top-visual-news__item time {
        line-height: 1.2
    }

    .top-section__inner {
        width: auto;
        margin: 0 20px
    }

    .top-section__link {
        top: 6px;
        right: 0;
        padding: 6px 20px;
        border: 1px solid #111
    }

    .top-section+.top-section {
        margin-top: 120px
    }

    .top-hd {
        margin: 0 0 40px;
        padding-bottom: 10px;
        font-size: clamp(4rem,12vw,4.8rem)
    }

    .strength {
        margin: 80px 5vw 0
    }

    .strength__hd {
        padding-bottom: 80px;
        font-size: clamp(4rem,12vw,4.8rem)
    }

    .strength__inner {
        z-index: 3;
        padding: 100px 0 0
    }

    .strength__body {
        -webkit-backdrop-filter: blur(4px);
        padding: 50px 0 40px;
        backdrop-filter: blur(4px);
        background: #f5f5f5d9
    }

    .strength__blc {
        min-height: 0
    }

    .strength__blc:before {
        z-index: 3;
        top: 25px;
        right: 0;
        margin-top: 0
    }

    .strength__blc+.strength__blc {
        margin-top: 92vw
    }

    .strength__blc c-link-btn {
        width: calc(100% - 10vw)
    }

    .strength__blc c-link-btn c-arw {
        width: 140px;
        min-width: 0
    }

    .strength__blc c-link-btn+c-link-btn .txt {
        font-size: 2.5em
    }

    .strength__sub-hd {
        font-size: clamp(1.9rem,5vw,2.1rem);
        letter-spacing: .01em
    }

    .strength p {
        font-size: 1.2rem
    }

    .strength__img {
        z-index: 2;
        top: 110px;
        left: 23vw;
        width: 54vw;
        padding-bottom: 0
    }

    .top-section--business {
        height: auto
    }

    .business {
        position: relative;
        top: 0;
        width: auto;
        margin: 0;
        padding: 0 20px
    }

    .business__inner {
        grid-template-columns: 1fr;
        width: auto;
        gap: 110px
    }

    .business__blc {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 55px
    }

    .business__blc p {
        font-size: 1.3rem
    }

    .business__blc img {
        width: 100%;
        height: auto
    }

    .business__blc figure {
        height: auto
    }

    .business__blc:first-of-type {
        gap: 65px
    }

    .business__blc:first-of-type .business__txts:before {
        top: -60px
    }

    .business__txts {
        position: relative;
        padding: 0
    }

    .business__txts:before {
        z-index: auto;
        position: absolute;
        top: -40px;
        right: -5px
    }

    .business__hd {
        font-size: clamp(1.6rem,4vw,2.1rem)
    }

    .company {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 40px
    }

    .company__img {
        width: 100%
    }

    .company__body {
        margin-top: 20px
    }

    .company__body p {
        font-size: 1.3rem
    }

    .company__hd {
        width: 100%;
        margin-top: 40px;
        font-size: 1.8rem
    }

    .company__sub-hd {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 1.6rem
    }

    .company__table {
        display: block;
        width: auto;
        margin: 0 0 0 6em
    }

    .company__table td,.company__table th {
        display: block;
        width: 100%;
        font-size: 1.2rem
    }

    .company__table th {
        padding-bottom: 0
    }

    .company__table .brand,.company__table td {
        padding-top: 10px
    }

    .company__table .logo {
        width: 26%!important
    }

    .access {
        padding: 0
    }

    .access figure,.access__map iframe {
        aspect-ratio: 2/1
    }

    .access__txts {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .access__route dl {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .top-news {
        padding: 0
    }

    .top-news__list {
        margin-top: -40px
    }

    .top-news__item {
        font-size: 1.4rem
    }

    .top-news__item .txt-blc,.top-news__item a {
        grid-template-columns: 1fr;
        padding-right: 18vw
    }

    .top-news__item .arw {
        top: auto;
        bottom: 30px;
        width: 18vw
    }

    .top-news .link-btn,.top-news c-link-btn {
        width: -moz-fit-content;
        width: fit-content
    }

    .top-news .link-btn .txt,.top-news c-link-btn .txt {
        width: -moz-fit-content;
        width: fit-content;
        font-size: max(2rem,2.5vw)
    }

    .magazine {
        padding-left: 0
    }

    .magazine__list {
        grid-template-columns: 1fr;
        gap: 3em
    }

    .magazine__item figure {
        margin-bottom: 1.5em
    }

    .magazine__item .txt {
        font-size: 1.5rem
    }

    .magazine .link-btn,.magazine .link-btn .txt {
        width: -moz-fit-content;
        width: fit-content
    }

    .magazine .link-btn .txt {
        font-size: max(2rem,2.5vw)
    }

    .magazine .link-btn .arw {
        width: 80px
    }

    .gallery {
        height: calc(100vw + 14px);
        margin: 120px 0 0
    }

    .gallery__inner {
        height: 50vw
    }

    .gallery__list {
        grid-template-columns: repeat(12,75vw);
        width: -moz-fit-content;
        width: fit-content;
        gap: 10px
    }

    .pickup {
        bottom: 0;
        left: 0;
        transform: scale(.65);
        transform-origin: center center
    }

    .pickup.is-hide {
        transform: scale(.4)
    }

    .scroll-sign {
        right: 5vw;
        bottom: 22px;
        width: 100px;
        transform: translate3d(-20px,0,0)
    }

    .scroll-sign .txt {
        padding-bottom: 15px;
        font-size: 1.2rem
    }

    .scroll-sign svg {
        top: -8px;
        width: 14px
    }
}

/* ==========================================================================
   SP-RESPONSIVE OVERRIDE: NEWS修正 ＆ ヘッダー位置調整
   ========================================================================== */
@media (max-width: 767px) {

    /* NEWSティッカー: 左下はみ出し & テキスト折り返し修正 */
    .top-visual-news {
        left: 4vw;
        bottom: 10px;
        max-width: calc(100vw - 8vw);
        box-sizing: border-box
    }

    .top-visual-news__hd {
        font-size: 1rem;
        margin-bottom: 4px
    }

    .top-visual-news__item {
        font-size: 0.88rem;
        line-height: 1.4
    }

    .top-visual-news__item .txt-blc,
    .top-visual-news__item a {
        grid-template-columns: 1fr;
        gap: 2px
    }

    .top-visual-news__item .txt {
        white-space: normal;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    /* b03 テキスト最大幅制限（MacBook被り追加防止） */
    .top-visual__blc--b03 .top-visual__txt-blc,
    .top-visual__blc--b05 .top-visual__txt-blc {
        max-width: 80vw
    }

    /* ヘッダー左上ロゴのスマホ位置調整 */
    .header__ci {
        top: 16px;
        left: 16px
    }

    /* ハンバーガーメニューボタン位置調整 */
    .gnav-menu-btn,
    .gnav-close-btn {
        top: 16px;
        right: 16px
    }
}

@media (min-width: 1024px) {

    .color-nav:hover .color-nav__btn {
        opacity:.7
    }

    .color-nav__btn:hover {
        z-index: 1;
        transform: none;
        opacity: 1!important
    }

    .skip-btn:hover .bg {
        transform: scale(1.1)
    }

    .business__inner {
        min-width: 3300px
    }

    .business__blc {
        min-width: 1100px
    }

    .top-news__item .arw,.top-news__item .txt,.top-news__item time {
        transition: transform 1s cubic-bezier(.16,1,.3,1)
    }

    .top-news__item .arw svg,.top-news__item .arw:before,.top-news__item .txt svg,.top-news__item .txt:before,.top-news__item time svg,.top-news__item time:before {
        transition: transform .8s cubic-bezier(.16,1,.3,1)
    }

    .top-news__item a:hover .txt,.top-news__item a:hover time {
        transform: translate3d(20px,0,0)
    }

    .top-news__item a:hover .arw {
        transform: translate3d(30px,0,0)
    }

    .top-news__item a:hover .arw svg {
        transform: translate3d(8px,0,0)
    }

    .top-news__item a:hover .arw:before {
        transform: scaleX(1.1)
    }

    .magazine__item a:hover img {
        scale: 1.08
    }

    .magazine__item a:hover figure:before {
        opacity: .6
    }

    .magazine__item a:hover .arw {
        translate: 5px 0;
        opacity: .75
    }

    .magazine .link-btn .arw {
        width: 120px
    }

    .pickup__btn:hover {
        transform: scale(1.1);
        background: #fff;
        color: #000
    }

    .pickup:hover .pickup__ring:before {
        transform: scale(1.2) translateY(1px);
        opacity: .8
    }

    .pickup:hover .pickup__ring--r02:before {
        transform: scale(1.3) translateY(2px);
        opacity: .6
    }

    .scroll-sign {
        background: #fff;
        mix-blend-mode: difference;
        filter: invert(1)
    }
}
