@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url(splide.min.css);
@import url(yakuhanjp.min.css);

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes circle {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes circle {
    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes scroll-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(150%) scale(.8);
        transform: translateY(150%) scale(.8)
    }
}

@keyframes scroll-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(150%) scale(.8);
        transform: translateY(150%) scale(.8)
    }
}

@-webkit-keyframes loop-vertical-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes loop-vertical-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@-webkit-keyframes loop-vertical-down {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes loop-vertical-down {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    overflow: initial;
    font-size: 2.666666667vw
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0;
    text-underline-offset: .5rem
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

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

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

a,
abbr[title] {
    text-decoration: none
}

abbr[title] {
    border-bottom: 1px dotted
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: currentColor
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.l-header__humburgerInner__firstMenu__list .list.sns .linkButton::after,
.l-header__humburgerInner__firstMenu__list .list.sns .linkButton::before,
.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask,
.simplebar-offset {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.simplebar-mask {
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0;
    direction: inherit
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    pointer-events: none;
    overflow: hidden
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging,
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    opacity: 0;
    transition: opacity .2s .5s linear;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition-delay: 0s;
    transition-duration: 0s
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important
}

.simplebar-dummy-scrollbar-size>div {
    width: 200%;
    height: 200%;
    margin: 10px 0
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.u-clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.u-d-none {
    display: none !important
}

.u-d-inline {
    display: inline !important
}

.u-d-inline-block {
    display: inline-block !important
}

.u-d-block {
    display: block !important
}

.u-d-table {
    display: table !important
}

.u-d-table-row {
    display: table-row !important
}

.u-d-table-cell {
    display: table-cell !important
}

.u-d-flex {
    display: flex !important
}

.u-d-inline-flex {
    display: inline-flex !important
}

.u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

@font-face {
    font-family: Inter;
    font-weight: 400;
    src: url(https://www.rayswheels.co.jp/assets/fonts/Inter-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-weight: 500;
    src: url(https://www.rayswheels.co.jp/assets/fonts/Inter-Medium.ttf) format("truetype")
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 400;
    src: url(https://www.rayswheels.co.jp/assets/fonts/NotoSansJP-Regular.woff2) format("woff2")
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: 500;
    src: url(https://www.rayswheels.co.jp/assets/fonts/NotoSansJP-Medium.woff2) format("woff2")
}

body {
    height: 100%;
    font-family: YakuHanJP, Inter, "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    line-height: 1.75;
    color: #222;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body.is-fixed {
    position: fixed;
    z-index: -1;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

img,
svg {
    vertical-align: middle
}

ol,
ul {
    list-style: none
}

body>img {
    display: block;
    height: 0 !important;
    font-size: 0
}

.preload * {
    transition: none !important
}

.is-en body {
    font-family: Inter, sans-serif
}

.l-footer .link {
    position: relative;
    font-size: 1.2rem;
    color: #50575c
}

.l-footer .link::after {
    position: absolute;
    bottom: -.1rem;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #50575c;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.l-footer .linkTargetBlank .iconTargetBlank {
    margin: 0 0 .4rem .4rem
}

.l-footer__linkImg,
.l-footer__linkImg .itemLink {
    position: relative;
    display: flex;
    flex-direction: column
}

.l-footer__linkImg .itemLink {
    justify-content: end;
    width: 100vw;
    height: 100vw;
    padding: 4rem 3rem;
    overflow: hidden;
    color: #fff
}

.l-footer__linkImg .itemLink .itemText {
    font-size: 3.2rem;
    letter-spacing: -.04em
}

.l-footer__linkImg .itemLink .itemDesc {
    margin-bottom: 2.5rem;
    font-size: 1rem
}

.l-footer__linkImg .itemLink .arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem;
    overflow: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: border-color .3s ease-out
}

.l-footer__linkImg .itemLink .arrow .arrowIcon {
    width: 1.7rem;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7482%) hue-rotate(229deg) brightness(112%) contrast(97%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7482%) hue-rotate(229deg) brightness(112%) contrast(97%)
}

.l-footer__linkImg .itemLink .arrow svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.l-footer__linkImg .itemLink .arrow svg circle {
    fill: transparent;
    stroke: #fff;
    stroke-dasharray: calc(100%*3.14);
    stroke-dashoffset: calc(100%*3.14);
    stroke-width: 4;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, .97);
    animation-timing-function: cubic-bezier(0, 0, 0, .97)
}

.l-footer__linkImg .itemLink .itemBg {
    position: absolute;
    top: -10%;
    left: 0;
    z-index: -1;
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover
}

.l-footer__slogan {
    padding: 0 3rem;
    margin: 6rem 0;
    text-align: center
}

.l-footer__slogan .note {
    margin-bottom: .5rem;
    font-size: 1.2rem;
    color: #0100c8;
    text-transform: uppercase
}

.l-footer__slogan__wrapper {
    position: relative;
    display: inline-block
}

.l-footer__slogan__wrapper .slogan {
    margin-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.25;
    letter-spacing: -.04em;
    opacity: 0
}

.l-footer__slogan__wrapper .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #50575c;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    transform-origin: left
}

.l-footer__copyRight__container,
.l-footer__linkList__container {
    display: flex;
    flex-direction: column;
    padding: 5.4rem 0 0;
    border-top: solid .1rem #e2e2e2
}

.l-footer__linkList .linkList__pages {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 3rem
}

.l-footer__linkList .linkList__pages::after {
    display: block;
    clear: both;
    content: ""
}

.l-footer__linkList .linkList__pages .linkListUnit {
    display: inline-block;
    width: 50%;
    margin-bottom: 1.6rem;
    font-size: 1.4rem
}

.l-footer__linkList .linkList__pages .linkListUnit>a {
    text-transform: uppercase;
    transition: opacity .3s
}

.l-footer__linkList .linkList__pages .linkListUnit>a:hover {
    opacity: .7
}

.l-footer__linkList .linkList__pages .linkListUnit .linkListChild {
    margin-top: 3rem;
    font-size: 1.2rem
}

.l-footer__linkList .linkList__pages .linkListUnit .linkListChild .list {
    margin-bottom: 1rem
}

.l-footer__linkList .linkList__contact {
    padding: 3rem 0;
    text-align: center;
    border-top: .1rem solid #e2e2e2
}

.l-footer__linkList .linkList__contact .contactTitle {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    text-transform: uppercase
}

.l-footer__linkList .linkList__contact .contactLink {
    margin-bottom: 4.5rem;
    font-size: 1.2rem;
    color: #50575c
}

.l-footer__linkList .linkList__contact .snsTitle {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    text-transform: uppercase
}

.l-footer__linkList .linkList__contact .snsLinkList {
    display: flex;
    justify-content: center;
    gap: 1.5rem
}

.l-footer__linkList .linkList__contact .snsLinkList .list>a {
    display: block
}

.l-footer__linkList .linkList__contact .snsLinkList .list>a .snsIcon {
    width: 2.7rem
}

.l-footer__copyRight__container {
    align-items: center;
    padding: 4rem 0;
    gap: 3.5rem
}

.l-footer__copyRight__logo .logo {
    width: 12.2rem
}

.l-footer__copyRight__flex {
    display: flex;
    justify-content: center;
    width: 100%
}

.l-footer__copyRight__flex .copyRight {
    font-size: 1.2rem
}

.l-header__humburgerInner {
    width: 100%;
    min-height: 100%
}

.l-header__humburgerInner .backButton {
    position: relative;
    display: block;
    padding: 1rem 0;
    font-size: 1.4rem
}

.l-header__humburgerInner .backButton::before {
    position: absolute;
    top: 50%;
    left: -2.5rem;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    content: "";
    border: solid .1rem #e2e2e2;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.l-header__humburgerInner .backButton::after {
    left: -2.2rem;
    width: .75rem;
    height: .3rem;
    background-image: url(https://www.rayswheels.co.jp/assets/images/pages/common/icon_arrow-left.svg);
    background-size: cover
}

.l-header__humburgerInner .linkButton {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    font-size: 1.8rem
}

.l-header__humburgerInner .backButton::after,
.l-header__humburgerInner .linkButton::after,
.l-header__humburgerInner .linkButton::before {
    position: absolute;
    top: 50%;
    display: inline-block;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.l-header__humburgerInner .linkButton::before {
    border: solid .1rem #e2e2e2;
    border-radius: 50%;
    right: -2.5rem;
    width: 1.4rem;
    height: 1.4rem
}

.l-header__humburgerInner .linkButton::after {
    right: -2.2rem;
    width: .75rem;
    height: .3rem;
    background-image: url(https://www.rayswheels.co.jp/assets/images/pages/common/icon_arrow-right.svg);
    background-size: cover
}

.l-header__humburgerInner .linkButton .brandImg {
    width: 11rem
}

.l-header__humburgerInner .linkButton .logoBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.l-header__humburgerInner .linkButton .logoBox .brandLogo {
    max-width: 13rem;
    max-height: 6rem
}

.l-header__humburgerInner__firstMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100vw;
    max-height: 0;
    overflow: scroll;
    background-color: #fff;
    transition: max-height .3s;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.l-header__humburgerInner__firstMenu.is-active {
    max-height: 100%;
    transition: max-height .3s
}

.l-header__humburgerInner__firstMenu__container {
    height: 100vh;
    padding: 8.8rem 2rem
}

.l-header__humburgerInner__firstMenu__list {
    margin-bottom: 3.5rem
}

.l-header__humburgerInner__firstMenu__list .list {
    padding: 0 2.7rem 0 0;
    border-bottom: solid .1rem #e2e2e2
}

.l-header__humburgerInner__firstMenu__list .list .linkButton {
    text-transform: uppercase
}

.l-header__humburgerInner__firstMenu__list .list.sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.l-header__humburgerInner__firstMenu__list .list.sns .snsLink {
    display: flex;
    justify-content: center;
    gap: 1rem
}

.l-header__humburgerInner__firstMenu__list .list.sns .snsLink a {
    width: 3rem;
    height: 3rem;
    line-height: 2.8rem;
    text-align: center;
    border-radius: 50%
}

.l-header .megaMenu__head__pageLink .pageLink .arrow .arrowIcon,
.l-header .megaMenu__head__title .title .arrow .arrowIcon,
.l-header__humburgerInner__firstMenu__linkImg__link .linkImg,
.l-header__humburgerInner__firstMenu__list .list.sns .snsLink a img {
    width: 100%
}

.l-header__humburgerInner__firstMenu__linkImg {
    display: flex;
    gap: .4rem
}

.l-header__humburgerInner__firstMenu__linkImg__link {
    flex: 1
}

.l-header__humburgerInner__firstMenu__linkImg__link .linkText {
    font-size: 1.2rem
}

.l-header__humburgerInner__secondMenu,
.l-header__humburgerInner__thirdMenu {
    position: fixed;
    left: 100%;
    z-index: 42;
    width: 100%;
    height: 100%;
    padding: 8.8rem 2rem;
    overflow: scroll;
    background-color: #fff;
    transition: left .3s;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.l-header__humburgerInner__secondMenu.is-active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.l-header__humburgerInner__secondMenu__list .list {
    padding: 0 2.7rem;
    border-bottom: solid .1rem #e2e2e2
}

.l-header__humburgerInner__thirdMenu {
    z-index: 44
}

.l-header__humburgerInner__thirdMenu.is-active {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.l-header__humburgerInner__thirdMenu__list>.list {
    padding: 0 2.7rem;
    border-bottom: solid .1rem #e2e2e2
}

.l-header__humburgerInner__thirdMenu__childMenu {
    padding-top: 2.3rem
}

.l-header__humburgerInner__thirdMenu__childMenu>.list {
    padding-left: 2.7rem;
    margin-bottom: .5rem
}

.l-header__humburgerInner__thirdMenu__childMenu>.list .childLink {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: .82rem
}

.l-header__humburgerInner__thirdMenu__childMenu>.list .childLink::before {
    display: inline-block;
    min-width: 1.4rem;
    height: 1.4rem;
    margin: .45rem 1.3rem;
    content: "";
    background-image: url(https://www.rayswheels.co.jp/assets/images/pages/common/icon_arrow--xs.svg);
    background-size: cover
}

.l-header .megaMenu,
.l-header .megaMenuBg {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s cubic-bezier(.39, .575, .565, 1) .15s
}

.l-header .megaMenuBg {
    height: 100vh;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .2);
    position: absolute
}

.l-header .megaMenuBg.is-active {
    opacity: 1
}

.l-header .megaMenu {
    position: fixed;
    z-index: 40;
    max-height: 0;
    overflow: auto;
    color: #222;
    visibility: hidden;
    background-color: #fff
}

.l-header .megaMenu.is-active {
    max-height: 100%;
    visibility: visible;
    opacity: 1
}

.l-header .megaMenu__inner {
    display: flex;
    height: auto;
    padding: 150px 12rem 6.4rem
}

.l-header .megaMenu__head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36rem;
    min-height: 100%;
    border-right: .1rem solid #e2e2e2
}

.l-header .megaMenu__head__title .title {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    font-size: 3.6rem;
    line-height: 1;
    gap: 1.5rem
}

.l-header .megaMenu__head__title .title .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem
}

.l-header .megaMenu__head__title .openModal {
    position: relative;
    font-size: 1.6rem
}

.l-header .megaMenu__head__title .openModal::after {
    position: absolute;
    bottom: -.1rem;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #222;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.l-header .megaMenu__head__title .openModal:hover {
    cursor: pointer
}

.l-header .megaMenu__head__pageLink .pageLink::after,
.l-header .megaMenu__head__title .openModal:hover::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.l-header .megaMenu__head__pageLink {
    display: flex;
    flex-direction: column;
    width: 24rem;
    border-top: solid 1px #e2e2e2
}

.l-header .megaMenu__head__pageLink .pageLink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 0;
    font-size: 1.6rem;
    border-bottom: solid 1px #e2e2e2
}

.l-header .megaMenu__head__pageLink .pageLink .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem
}

.l-header .megaMenu__head__pageLink .pageLink::after {
    position: absolute;
    bottom: -.1rem;
    left: 0;
    display: inline-block;
    height: 1px;
    content: "";
    background-color: #50575c
}

.l-header .megaMenu__head__pageLink .pageLink:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.l-header .megaMenu__companyList,
.l-header .megaMenu__partnerShopList,
.l-header .megaMenu__productList {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 4rem;
    gap: 2rem
}

.l-header .megaMenu__productList__list .productLink {
    display: flex;
    gap: 1.2rem
}

.l-header .megaMenu__productList__list .productLink .thumnailBox {
    width: 16.4rem;
    height: auto;
    overflow: hidden
}

.l-header .megaMenu__head__pageLink .pageLink::after,
.l-header .megaMenu__productList__list .productLink .thumnailBox .thumnail {
    width: 100%;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.l-header .megaMenu__productList__list .productLink .logoBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    border-top: solid .1rem #e2e2e2;
    border-bottom: solid .1rem #e2e2e2
}

.l-header .megaMenu__productList__list .productLink .logoBox .logo {
    width: 100%;
    max-width: 12rem;
    max-height: 4.5rem
}

.l-header .megaMenu__productList__list .productLink:hover .thumnailBox .thumnail {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.l-header .megaMenu__companyList,
.l-header .megaMenu__partnerShopList {
    gap: 3rem
}

.l-header .megaMenu__companyList__list,
.l-header .megaMenu__partnerShopList__list {
    width: calc((100% - 3rem)/ 2)
}

.l-header .megaMenu__companyList__list a,
.l-header .megaMenu__partnerShopList__list a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    gap: 1.6rem
}

.l-header .megaMenu__companyList__list a .arrow,
.l-header .megaMenu__partnerShopList__list a .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem
}

.l-header .megaMenu__companyList__list a .arrow .arrowIcon,
.l-header .megaMenu__partnerShopList__list a .arrow .arrowIcon {
    width: 100%
}

.l-header__modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    padding: 10rem 12rem;
    overflow: auto;
    visibility: hidden;
    background-color: #fff;
    opacity: 0;
    transition: all .3s;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.l-header__modal.is-active {
    visibility: visible;
    opacity: 1
}

.l-header__modal .closeButton {
    position: fixed;
    top: 4rem;
    right: 4rem;
    width: 9rem;
    height: 9rem;
    border: solid .2rem #e2e2e2;
    border-radius: 50%;
    transition: border .3s
}

.l-header__modal .closeButton:hover {
    cursor: pointer;
    border: solid .2rem #da0b38
}

.l-header__modal .closeButton::after,
.l-header__modal .closeButton::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 1.5rem;
    height: .2rem;
    content: "";
    background-color: #da0b38;
    -webkit-transform-origin: center;
    transform-origin: center
}

.l-header__modal .closeButton::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.l-header__modal .closeButton::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.l-header__modal .secProductList {
    overflow: auto
}

.l-header__modal .secProductList:not(:last-of-type) {
    padding-bottom: 7rem;
    margin-bottom: 7rem;
    border-bottom: solid 1px #e2e2e2
}

.l-header__modal .secProductList__head {
    margin-bottom: 4rem
}

.l-header__modal .secProductList__head .secTitle {
    position: relative;
    font-size: 2.6rem;
    line-height: .8
}

.l-header__modal .secProductList__list {
    display: flex;
    flex-wrap: wrap
}

.l-header__modal .secProductList__list .list {
    width: 20%;
    padding-right: 2.5rem;
    line-height: 1.42;
    letter-spacing: .05em
}

.l-header__modal .secProductList__list .list .link {
    position: relative;
    display: flex;
    align-items: start;
    margin-bottom: .82rem;
    gap: 1rem
}

.l-header__modal .secProductList__list .list .link .text {
    flex: 1
}

.l-header,
.l-header__nav {
    position: fixed;
    transition: all .3s cubic-bezier(.39, .575, .565, 1) .15s
}

.l-header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40
}

.l-header__nav {
    z-index: 50;
    width: 100vw;
    height: 88px;
    padding: 0 20px;
    color: #222;
    visibility: hidden;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.l-header__nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100vw;
    height: 100%
}

.l-header__nav__inner__globalMenu {
    display: flex;
    height: 100%;
    font-size: 10px;
    gap: 12px
}

.l-header__nav__inner__globalMenu:nth-of-type(2) {
    justify-content: flex-end
}

.l-header__nav__inner__globalMenu .link,
.l-header__nav__inner__globalMenu .list {
    display: flex;
    align-items: center;
    height: 100%
}

.l-header__nav__inner__globalMenu .list.inbound {
    display: flex;
    display: none;
    font-weight: 500;
    gap: 3px
}

.l-header__nav__inner__globalMenu .list.inbound .slash {
    opacity: .4
}

.l-header__nav__inner__globalMenu .list.inbound .en {
    opacity: .4;
    transition: all .3s
}

.l-header__nav__inner__globalMenu .link {
    position: relative;
    font-weight: 500;
    text-transform: uppercase
}

.l-header__nav__inner__globalMenu .link.js-megaMenu-trigger {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px
}

.l-header__nav__inner__globalMenu .link.js-megaMenu-trigger::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border-top: 4.5px solid #da0b38;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent
}

.l-header__nav__inner__globalMenu .link::before {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    pointer-events: none;
    content: "";
    background-color: #da0b38;
    opacity: 0;
    transition: all .3s cubic-bezier(.39, .575, .565, 1) .15s
}

.l-header__nav__inner__globalMenu .link.is-active::before,
.l-header__nav__inner__globalMenu .link:hover::before,
.l-header__nav__inner__globalMenu .list.inbound .en:hover {
    opacity: 1
}

.l-header__nav__inner__globalMenu .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background-color: #da0b38;
    border-radius: 20px;
    transition: opacity .3s
}

.l-header__nav__inner__globalMenu .button--red {
    background-color: #da0b38;
    border: solid 1px #da0b38
}

.l-header__nav__inner__globalMenu .button--gray {
    margin-right: -16px;
    background-color: #82888d;
    border: solid 1px #82888d;
    transition: all .3s cubic-bezier(.39, .575, .565, 1) .15s
}

.l-header__nav__inner__globalMenu .button:hover {
    opacity: .7
}

.l-header__nav__inner__globalMenu .humburger {
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    background-color: #82888d;
    border: solid .1rem rgba(255, 255, 255, .1);
    border-radius: 26px
}

.l-header__nav__inner__globalMenu .humburger .line {
    position: absolute;
    left: 50%;
    width: 28px;
    height: 1.5px;
    background-color: #fff;
    transition: all .3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.l-header__nav__inner__globalMenu .humburger .line:nth-of-type(1) {
    top: calc(50% + .2rem)
}

.l-header__nav__inner__globalMenu .humburger .line:nth-of-type(2) {
    top: calc(50% - .2rem)
}

.l-header__nav__inner__logo .logo {
    width: 100px;
    -webkit-filter: brightness(0) saturate(100%);
    filter: brightness(0) saturate(100%);
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.l-header__nav.is-hidden,
.l-header__nav.is-visible {
    visibility: visible;
    transition: all .3s cubic-bezier(.39, .575, .565, 1) .15s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.l-header__nav.is-hidden {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.l-header .pageNav {
    display: none
}

.l-header.is-active {
    position: fixed
}

.l-header.is-active .l-header__nav {
    color: #222;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2
}

.l-header.is-active .l-header__nav__inner__globalMenu,
.l-header.is-active .l-header__nav__inner__globalMenu .list.inbound .en {
    color: #222
}

.l-header.is-active .l-header__nav__inner__globalMenu .list.inbound {
    display: flex
}

.l-header.is-active .l-header__nav__inner__globalMenu .list .button--gray {
    background-color: #82888d;
    border: solid 1px #82888d
}

.l-header.is-active .l-header__nav__inner__globalMenu .list .button--red {
    display: none
}

.l-header.is-active .l-header__nav__inner__globalMenu .humburger {
    background-color: #fff
}

.l-header.is-active .l-header__nav__inner__globalMenu .humburger .line {
    background-color: #222
}

.l-header.is-active .l-header__nav__inner__globalMenu .humburger .line:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(10deg) scale(1.25, 1);
    transform: translate(-50%, -50%) rotate(10deg) scale(1.25, 1)
}

.l-header.is-active .l-header__nav__inner__globalMenu .humburger .line:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg) scale(1.25, 1);
    transform: translate(-50%, -50%) rotate(-10deg) scale(1.25, 1)
}

.l-header.is-active .l-header__nav__inner__logo .logo {
    -webkit-filter: brightness(0) saturate(100%);
    filter: brightness(0) saturate(100%)
}

.detail-page .pageNav,
.mouseStalkerWrapper .mouseStalker.is-active .text {
    display: block
}

.l-page {
    padding-top: 88px
}

.l-wrapper {
    padding: 0 3rem
}

.c-arrow {
    position: relative;
    display: inline-block;
    overflow: auto;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    transition: border-color .3s ease-out
}

.c-arrow .arrowIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: .8rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.c-arrow svg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.c-arrow svg circle {
    fill: #fff;
    stroke: #da0b38;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, .97);
    animation-timing-function: cubic-bezier(0, 0, 0, .97)
}

.c-breadcrumbs {
    padding: 1.5rem 4rem
}

.c-breadcrumbs__list {
    display: flex
}

.c-breadcrumbs__item {
    font-size: 1.1rem
}

.c-breadcrumbs__item:not(:first-child)::before {
    margin: 0 .5em;
    content: ">"
}

.c-heading {
    position: relative;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1
}

.mouseStalkerWrapper {
    position: fixed;
    top: -7.5rem;
    left: -5.5rem;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 11rem;
    color: #fff;
    text-align: center;
    pointer-events: none;
    transition: all .2s
}

.mouseStalkerWrapper .mouseStalker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    background-color: #0100c8;
    border-radius: 50%;
    opacity: .85;
    transition: width .2s cubic-bezier(.33, 1, .68, 1), height .2s cubic-bezier(.33, 1, .68, 1), transform .1s cubic-bezier(.33, 1, .68, 1);
    transition: width .2s cubic-bezier(.33, 1, .68, 1), height .2s cubic-bezier(.33, 1, .68, 1), transform .1s cubic-bezier(.33, 1, .68, 1), -webkit-transform .1s cubic-bezier(.33, 1, .68, 1);
    -webkit-transform: translate(-50%, -70%) scale(0);
    transform: translate(-50%, -70%) scale(0)
}

.mouseStalkerWrapper .mouseStalker .text {
    display: none;
    margin-left: 50%
}

.mouseStalkerWrapper .mouseStalker.is-active {
    width: 100%;
    height: 100%
}

.mouseStalkerWrapper.type-drag .mouseStalker {
    position: relative
}

.mouseStalkerWrapper.type-drag .mouseStalker.is-active::after,
.mouseStalkerWrapper.type-drag .mouseStalker.is-active::before {
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mouseStalkerWrapper.type-drag .mouseStalker.is-active::before {
    left: 0;
    width: 0;
    height: 0;
    margin: 0 0 0 1rem;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: .25rem .3rem .25rem 0
}

.mouseStalkerWrapper.type-drag .mouseStalker.is-active::after {
    right: 0;
    width: 0;
    height: 0;
    margin: 0 1rem 0 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: .25rem 0 .25rem .3rem
}

.c-mv {
    padding: 6.2rem 0 7rem
}

.c-mv__heading {
    font-size: 3.2rem;
    font-weight: 400
}

.c-pagination {
    display: flex;
    align-items: center;
    margin-top: 3.5rem
}

.c-pagination__next,
.c-pagination__prev {
    flex: 0 0 auto;
    min-width: 4rem
}

.c-pagination__next .button__text,
.c-pagination__prev .button__text {
    display: none
}

.c-pagination__prev {
    margin-right: 1rem
}

.c-pagination__prev .button::before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.c-pagination__next {
    margin-left: 1rem
}

.c-pagination__pager {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.c-pagination__page .pageButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%
}

.c-pagination__page .pageButton:hover {
    cursor: pointer;
    background: #f1f1f1
}

.c-pagination__page .pageButton.is-current {
    cursor: initial;
    background: #f1f1f1
}

.c-pagination__toList {
    width: 19rem;
    height: 4rem;
    margin: 0 auto;
    font-size: 1.4rem
}

.c-pagination__toList a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4rem
}

.c-pagination__toList a::before {
    display: block;
    width: 1rem;
    height: .8rem;
    margin-right: 2rem;
    content: "";
    background: url(https://www.rayswheels.co.jp/assets/images/pages/common/icon_list.svg) no-repeat center/contain
}

@media (min-width:320px) {
    .u-d-xs-none {
        display: none !important
    }

    .u-d-xs-inline {
        display: inline !important
    }

    .u-d-xs-inline-block {
        display: inline-block !important
    }

    .u-d-xs-block {
        display: block !important
    }

    .u-d-xs-table {
        display: table !important
    }

    .u-d-xs-table-row {
        display: table-row !important
    }

    .u-d-xs-table-cell {
        display: table-cell !important
    }

    .u-d-xs-flex {
        display: flex !important
    }

    .u-d-xs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:375px) {
    .u-d-sm-none {
        display: none !important
    }

    .u-d-sm-inline {
        display: inline !important
    }

    .u-d-sm-inline-block {
        display: inline-block !important
    }

    .u-d-sm-block {
        display: block !important
    }

    .u-d-sm-table {
        display: table !important
    }

    .u-d-sm-table-row {
        display: table-row !important
    }

    .u-d-sm-table-cell {
        display: table-cell !important
    }

    .u-d-sm-flex {
        display: flex !important
    }

    .u-d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .u-d-md-none {
        display: none !important
    }

    .u-d-md-inline {
        display: inline !important
    }

    .u-d-md-inline-block {
        display: inline-block !important
    }

    .u-d-md-block {
        display: block !important
    }

    .u-d-md-table {
        display: table !important
    }

    .u-d-md-table-row {
        display: table-row !important
    }

    .u-d-md-table-cell {
        display: table-cell !important
    }

    .u-d-md-flex {
        display: flex !important
    }

    .u-d-md-inline-flex {
        display: inline-flex !important
    }

    html {
        font-size: .694444444vw
    }

    body {
        font-size: 1.4rem
    }

    .l-footer .link {
        font-size: 1.3rem
    }

    .c-pagination__next .button:hover .button__text::after,
    .c-pagination__prev .button:hover .button__text::after,
    .l-footer .link:hover::after {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right top;
        transform-origin: right top
    }

    .l-footer__linkImg {
        flex-direction: row
    }

    .l-footer__linkImg .itemLink {
        width: 48rem;
        height: 48rem;
        padding: 5.6rem 4.8rem
    }

    .l-footer__linkImg .itemLink .itemText {
        margin-bottom: 1rem;
        font-size: 3.6rem
    }

    .l-footer__linkImg .itemLink .itemDesc {
        margin-bottom: 3rem;
        font-size: 1.3rem
    }

    .l-footer__linkImg .itemLink .arrow {
        width: 9rem;
        height: 9rem;
        border: 2px solid rgba(255, 255, 255, .4)
    }

    .l-footer__linkImg .itemLink:hover .arrow {
        border: 0
    }

    .l-footer__linkImg .itemLink:hover .arrow svg {
        opacity: 1
    }

    .c-arrowLink:hover .c-arrow svg circle,
    .l-footer__linkImg .itemLink:hover .arrow svg circle {
        -webkit-animation: circle .4s forwards;
        animation: circle .4s forwards
    }

    .l-footer__slogan {
        margin: 18rem 0
    }

    .l-footer__slogan .note {
        margin-bottom: 1rem
    }

    .l-footer__slogan__wrapper .slogan {
        margin-bottom: 1.6rem;
        font-size: 4.8rem
    }

    .l-footer__linkList__container {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 7.2rem 0
    }

    .l-footer__linkList .linkList__pages {
        flex-direction: column;
        width: 60%;
        height: 38rem;
        margin: 0
    }

    .l-footer__linkList .linkList__pages .linkListUnit {
        width: calc(100%/3);
        margin: 0;
        margin-bottom: 1rem
    }

    .l-footer__linkList .linkList__pages .linkListUnit .linkListChild {
        margin: 2.2rem 0 3.2rem
    }

    .l-footer__linkList .linkList__pages .linkListUnit .linkListChild .list {
        margin: .25rem
    }

    .l-footer__linkList .linkList__contact {
        width: 40%;
        padding: 0;
        text-align: left;
        border: 0
    }

    .l-footer__linkList .linkList__contact .contactTitle {
        margin-bottom: 2.4rem
    }

    .l-footer__linkList .linkList__contact .snsLinkList {
        justify-content: flex-start
    }

    .l-footer__linkList .linkList__contact .snsLinkList .list>a .snsIcon {
        width: 3rem;
        transition: opacity .3s
    }

    .l-footer__linkList .linkList__contact .snsLinkList .list>a:hover .snsIcon {
        opacity: .7
    }

    .l-footer__copyRight__container {
        flex-direction: row;
        justify-content: space-between;
        padding: 5rem 0;
        gap: 8rem
    }

    .l-footer__copyRight__logo .logo {
        width: 12rem
    }

    .l-footer__copyRight__flex {
        justify-content: space-between;
        width: 11%
    }

    .l-header__modal .secProductList__head .secTitle {
        padding-left: 3.2rem;
        font-size: 3.6rem;
        letter-spacing: -.02em
    }

    .c-heading::before,
    .l-header__modal .secProductList__head .secTitle::before {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: .2rem;
        height: 100%;
        content: "";
        background-color: #0100c8
    }

    .l-header__nav {
        padding: 0 4rem
    }

    .l-header__nav__inner {
        margin: 0 auto
    }

    .l-header__nav__inner__globalMenu {
        flex: 1;
        font-size: min(1.3rem, 15.1px);
        transition: color .3s cubic-bezier(.39, .575, .565, 1) .15s;
        gap: 24px
    }

    .l-header__nav__inner__globalMenu .list.inbound .en {
        transition: all .3s cubic-bezier(.39, .575, .565, 1) .15s
    }

    .l-header__nav__inner__globalMenu .button {
        padding: 3px 18px;
        font-size: min(1.2rem, 14px)
    }

    .l-header__nav__inner__logo .logo {
        width: 172px;
        transition: filter .3s cubic-bezier(.39, .575, .565, 1) .15s;
        transition: filter .3s cubic-bezier(.39, .575, .565, 1) .15s, -webkit-filter .3s cubic-bezier(.39, .575, .565, 1) .15s
    }

    .l-header.is-active .l-header__nav__inner__globalMenu .list .button--red {
        display: block
    }

    .l-wrapper {
        padding: 0 12rem;
        margin: 0 auto
    }

    .c-arrowLink:hover .c-arrow {
        border: 0
    }

    .c-heading {
        padding-left: 3.2rem;
        font-size: 3.6rem;
        letter-spacing: -.02em
    }

    .c-mv {
        padding: 7.5rem 0 13.5rem
    }

    .c-mv__heading {
        font-size: 6.4rem
    }

    .c-pagination {
        margin-top: 6rem
    }

    .c-pagination__next .button,
    .c-pagination__prev .button {
        display: flex;
        align-items: center
    }

    .c-pagination__next .button__text,
    .c-pagination__prev .button__text {
        position: relative;
        display: block;
        margin: 0 3rem;
        font-size: 1.6rem
    }

    .c-pagination__next .button__text::after,
    .c-pagination__prev .button__text::after {
        position: absolute;
        bottom: -.1rem;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 1px;
        content: "";
        background-color: #222;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

    .c-pagination__next .button {
        flex-direction: row-reverse
    }

    .c-pagination__page {
        margin: 0 .1rem
    }

    .c-pagination__page .pageButton {
        width: 6rem;
        height: 6rem;
        font-size: 1.5rem
    }

    .c-pagination__toList {
        width: 24rem;
        height: 6rem;
        font-size: 1.6rem
    }

    .c-pagination__toList a {
        border-width: .2rem
    }

    .c-pagination__toList a::before {
        width: 1.4rem;
        height: 1.2rem;
        margin-right: 1.5rem
    }
}

@media (min-width:1080px) {
    .u-d-lg-none {
        display: none !important
    }

    .u-d-lg-inline {
        display: inline !important
    }

    .u-d-lg-inline-block {
        display: inline-block !important
    }

    .u-d-lg-block {
        display: block !important
    }

    .u-d-lg-table {
        display: table !important
    }

    .u-d-lg-table-row {
        display: table-row !important
    }

    .u-d-lg-table-cell {
        display: table-cell !important
    }

    .u-d-lg-flex {
        display: flex !important
    }

    .u-d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1280px) {
    .u-d-xl-none {
        display: none !important
    }

    .u-d-xl-inline {
        display: inline !important
    }

    .u-d-xl-inline-block {
        display: inline-block !important
    }

    .u-d-xl-block {
        display: block !important
    }

    .u-d-xl-table {
        display: table !important
    }

    .u-d-xl-table-row {
        display: table-row !important
    }

    .u-d-xl-table-cell {
        display: table-cell !important
    }

    .u-d-xl-flex {
        display: flex !important
    }

    .u-d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1440px) {
    .u-d-xxl-none {
        display: none !important
    }

    .u-d-xxl-inline {
        display: inline !important
    }

    .u-d-xxl-inline-block {
        display: inline-block !important
    }

    .u-d-xxl-block {
        display: block !important
    }

    .u-d-xxl-table {
        display: table !important
    }

    .u-d-xxl-table-row {
        display: table-row !important
    }

    .u-d-xxl-table-cell {
        display: table-cell !important
    }

    .u-d-xxl-flex {
        display: flex !important
    }

    .u-d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1600px) {
    .c-breadcrumbs {
        padding: 16.6px 44.4px
    }

    .c-breadcrumbs__item {
        font-size: 12.2px
    }
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

@media (max-width:767.98px) {
    .c-breadcrumbs {
        display: none
    }
}