@font-face {
    font-family: icons;
    src: url(/_nuxt/fonts/icons.dd7403b.eot#iefix) format("embedded-opentype"),
        url(data:font/woff2;base64,d09GMgABAAAAAANQAAsAAAAAB1AAAAMDAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDGgqCZIJSATYCJAMUCwwABCAFg3IHTxtuBsgOJS0RwQyQAQxAPDy/v//WPlfvn/tHQAQrrAa4pEl1Smek/0/nfkkR8cOsPmGTmEYuqcS4XAtslMm8siw8htF04u1Mg01cTpvnXSDzl+a29qY2xlsswB/Z3iAJJZKYpyCezWQc9whks3WKWdEzNAVpJ1iqQhEzYzyIq+OER2IhgQ8plch1hLrtog/xDCpihC9gqv/1Z9DTSpBUBeOANYe6Bbj9GB/LmA4Mi94Z2jA9oUKB6SuzxLb61AaMKGMysstsMvBLwcfy/38+hmsRq/7DSwolUTMqu8ESpEs+hq3kqxOUoC6gBHUJyRvZqwIZDc4CD8DQDKfF5/2WGNkPZZjjujfnXh3kz4aDeTOh/Zycy+3c6aT9S3DtKjl5QyrHZ1MbYsnDsMmUN3ve66GkIkPvVA+VaQgFkgV17Ctw7VIRaoMVZiPJ5k3F07OFo+ijNUkIsqv9vlekdgWDTsCZ5nwXPDI2dNfsxufV0bi7scGuNOiMfft2TeVS0mfSv82/VJnek8ysYJadZlehb77e1ZUZnyUwNq5yeVcCM7+EwS9+5XdJIUh8VOY69BO6NOY08PK6x7S/tGPI6y1Gw07QDWeAHTOi5r/AZzUDrF7f/pRfPZoFu9Pbv3ba8uilCTfbVGv7dEeCk/RXT6/p9P2IOQElrhX74j41KvMw3HGTLOM/PL09j+MJVetKkkYVA4VKN7mk9wEqrYFArTIGyKapXdzqZxwjyi4hO0CApKdTQCG7RC7pd4DKQKdALXsOZJvczG5NjLijvKYaE1jyyywhIodoBhPDo6nIbrGlP9GLVUxYigXEbSEjIDkoFZFINAX1aCrFsqwhnWhezFOLm1K91WoVy35q4TUFPHgalWECJvGTsQhpCR0zsCrMCTEZsbOw1ZF7VWo9kkVhwqacLYghQOJAUSJEJA6NAlVPP2HLhEymcSq9nMgL41EW7h4JXSur2U1sq7LMrFHeUi/8rc9RRYoiyqii1uwlRNtoscdzMqv6/PwEGVOKCRuP02W/4RkBAAA=)
            format("woff2"),
        url(/_nuxt/fonts/icons.362b906.woff) format("woff");
}
i[class*=" ico-"]:before,
i[class^="ico-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ico-arrow-1:before {
    content: "\f101";
}
.ico-blank-1:before {
    content: "\f102";
}
.ico-letter-1:before {
    content: "\f103";
}
.ico-plus-1:before {
    content: "\f104";
}
@media all and (min-width: 768px) {
    .is-sp {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab {
        display: none;
    }
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
*,
:after,
:before {
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body {
    font-family: YakuHanJP, Arial, Helvetica, kinto-sans, sans-serif;
    color: #0e0f17;
    font-weight: 500;
    line-height: 1.2;
}
iframe,
img,
video {
    width: 100%;
}
address {
    font-style: normal;
}
li {
    list-style: none;
}
::selection {
    color: #fff;
    background: #0e0f17;
}
.v-enter-active,
.v-leave-active {
    transition: opacity 0.5s;
}
.v-enter,
.v-leave-to {
    opacity: 0;
}
@-moz-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0%;
    opacity: 1;
    transition: width 0.1s, opacity 0.4s;
    background-color: #000;
    z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
    transition: none;
}
.nuxt-progress-failed {
    background-color: red;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-b856e226] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-b856e226] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-b856e226] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-b856e226] {
        display: none;
    }
}
.o-g-header[data-v-b856e226] {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-49efdfef] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-49efdfef] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-49efdfef] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-49efdfef] {
        display: none;
    }
}
.o-g-header-pc[data-v-49efdfef] {
    width: 100%;
    height: 112px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition: background 1s cubic-bezier(0.14, 1, 0.34, 1), transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.o-g-header-pc.is-active[data-v-49efdfef] {
    background: #fff;
}
.o-g-header-pc.is-hover .o-g-header-pc_logo[data-v-49efdfef] {
    opacity: 0.5;
}
.o-g-header-pc.is-hover .o-g-header-pc-nav_item[data-v-49efdfef] {
    opacity: 0.5;
}
.o-g-header-pc.is-hover .o-g-header-pc-nav_item[data-v-49efdfef]:hover {
    opacity: 1;
}
.o-g-header-pc.is-hover .o-g-header-pc-nav_item[data-v-49efdfef]:hover:before {
    opacity: 1;
}
.o-g-header-pc.is-top:not(.is-hover) .o-g-header-pc-nav_category-item-text[data-v-49efdfef] {
    color: #fff;
    transition: color 0.3s ease-out;
}
.o-g-header-pc.is-top:not(.is-hover) .o-g-header-pc-nav_category-item-text.is-active[data-v-49efdfef] {
    color: #6b6b70;
}
.o-g-header-pc.is-top:not(.is-hover) .o-g-header-pc-whale[data-v-49efdfef] {
    border-color: #fff;
}
.o-g-header-pc.is-top:not(.is-hover) .o-g-header-pc-whale.is-active[data-v-49efdfef] {
    border-color: #eceded;
}
.o-g-header-pc.is-hidden[data-v-49efdfef] {
    transform: translateY(-100%);
}
.o-g-header-pc.is-whale .o-g-header-pc-whale[data-v-49efdfef] {
    border-color: transparent;
}
.o-g-header-pc.is-whale .o-g-header-pc-whale[data-v-49efdfef]:hover {
    border-color: #eceded;
}
.o-g-header-pc-bg[data-v-49efdfef] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(255, 255, 255, 0.97);
}
.header-pc-bg-enter-active[data-v-49efdfef],
.header-pc-bg-leave-active[data-v-49efdfef] {
    transition: opacity 0.3s ease-out;
}
.header-pc-bg-enter[data-v-49efdfef],
.header-pc-bg-leave-to[data-v-49efdfef] {
    opacity: 0;
}
.o-g-header-pc_logo[data-v-49efdfef] {
    width: 200px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.15s ease-out;
    opacity: 0;
}
.o-g-header-pc_logo.is-landing[data-v-49efdfef] {
    opacity: 1;
    transition-delay: 1s;
}
.o-g-header-pc_logo.is-landing.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc_logo.is-landing.is-done[data-v-49efdfef]:hover {
    opacity: 0.5;
}
.o-g-header-pc-nav[data-v-49efdfef] {
    position: absolute;
    right: 2.928257686676428vw;
    top: 50%;
    transform: translateY(-50%);
}
.o-g-header-pc-nav_inner[data-v-49efdfef] {
    display: flex;
    align-items: center;
}
.o-g-header-pc-nav_item[data-v-49efdfef] {
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.o-g-header-pc-nav_item.is-landing[data-v-49efdfef] {
    opacity: 1;
}
.o-g-header-pc-nav_item.is-landing.is-delay-1[data-v-49efdfef] {
    transition-delay: 1.1s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-1.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-2[data-v-49efdfef] {
    transition-delay: 1.2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-2.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-3[data-v-49efdfef] {
    transition-delay: 1.3s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-3.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-4[data-v-49efdfef] {
    transition-delay: 1.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-4.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-5[data-v-49efdfef] {
    transition-delay: 1.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-5.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-6[data-v-49efdfef] {
    transition-delay: 1.6s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-6.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-7[data-v-49efdfef] {
    transition-delay: 1.7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-7.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-8[data-v-49efdfef] {
    transition-delay: 1.8s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-8.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-9[data-v-49efdfef] {
    transition-delay: 1.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-9.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-10[data-v-49efdfef] {
    transition-delay: 2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-10.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-11[data-v-49efdfef] {
    transition-delay: 2.1s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-11.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-12[data-v-49efdfef] {
    transition-delay: 2.2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-12.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-13[data-v-49efdfef] {
    transition-delay: 2.3s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-13.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-14[data-v-49efdfef] {
    transition-delay: 2.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-14.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-15[data-v-49efdfef] {
    transition-delay: 2.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-15.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-16[data-v-49efdfef] {
    transition-delay: 2.6s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-16.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-17[data-v-49efdfef] {
    transition-delay: 2.7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-17.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-18[data-v-49efdfef] {
    transition-delay: 2.8s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-18.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-19[data-v-49efdfef] {
    transition-delay: 2.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-19.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-20[data-v-49efdfef] {
    transition-delay: 3s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-20.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-21[data-v-49efdfef] {
    transition-delay: 3.1s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-21.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-22[data-v-49efdfef] {
    transition-delay: 3.2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-22.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-23[data-v-49efdfef] {
    transition-delay: 3.3s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-23.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-24[data-v-49efdfef] {
    transition-delay: 3.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-24.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-25[data-v-49efdfef] {
    transition-delay: 3.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-25.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-26[data-v-49efdfef] {
    transition-delay: 3.6s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-26.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-27[data-v-49efdfef] {
    transition-delay: 3.7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-27.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-28[data-v-49efdfef] {
    transition-delay: 3.8s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-28.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-29[data-v-49efdfef] {
    transition-delay: 3.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-29.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-30[data-v-49efdfef] {
    transition-delay: 4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-30.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-31[data-v-49efdfef] {
    transition-delay: 4.1s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-31.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-32[data-v-49efdfef] {
    transition-delay: 4.2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-32.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-33[data-v-49efdfef] {
    transition-delay: 4.300000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-33.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-34[data-v-49efdfef] {
    transition-delay: 4.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-34.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-35[data-v-49efdfef] {
    transition-delay: 4.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-35.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-36[data-v-49efdfef] {
    transition-delay: 4.6s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-36.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-37[data-v-49efdfef] {
    transition-delay: 4.7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-37.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-38[data-v-49efdfef] {
    transition-delay: 4.800000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-38.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-39[data-v-49efdfef] {
    transition-delay: 4.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-39.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-40[data-v-49efdfef] {
    transition-delay: 5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-40.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-41[data-v-49efdfef] {
    transition-delay: 5.100000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-41.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-42[data-v-49efdfef] {
    transition-delay: 5.2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-42.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-43[data-v-49efdfef] {
    transition-delay: 5.3s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-43.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-44[data-v-49efdfef] {
    transition-delay: 5.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-44.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-45[data-v-49efdfef] {
    transition-delay: 5.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-45.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-46[data-v-49efdfef] {
    transition-delay: 5.600000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-46.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-47[data-v-49efdfef] {
    transition-delay: 5.7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-47.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-48[data-v-49efdfef] {
    transition-delay: 5.800000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-48.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-49[data-v-49efdfef] {
    transition-delay: 5.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-49.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-50[data-v-49efdfef] {
    transition-delay: 6s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-50.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-51[data-v-49efdfef] {
    transition-delay: 6.100000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-51.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-52[data-v-49efdfef] {
    transition-delay: 6.2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-52.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-53[data-v-49efdfef] {
    transition-delay: 6.300000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-53.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-54[data-v-49efdfef] {
    transition-delay: 6.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-54.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-55[data-v-49efdfef] {
    transition-delay: 6.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-55.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-56[data-v-49efdfef] {
    transition-delay: 6.600000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-56.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-57[data-v-49efdfef] {
    transition-delay: 6.7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-57.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-58[data-v-49efdfef] {
    transition-delay: 6.800000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-58.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-59[data-v-49efdfef] {
    transition-delay: 6.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-59.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-60[data-v-49efdfef] {
    transition-delay: 7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-60.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-61[data-v-49efdfef] {
    transition-delay: 7.100000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-61.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-62[data-v-49efdfef] {
    transition-delay: 7.2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-62.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-63[data-v-49efdfef] {
    transition-delay: 7.300000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-63.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-64[data-v-49efdfef] {
    transition-delay: 7.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-64.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-65[data-v-49efdfef] {
    transition-delay: 7.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-65.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-66[data-v-49efdfef] {
    transition-delay: 7.600000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-66.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-67[data-v-49efdfef] {
    transition-delay: 7.7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-67.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-68[data-v-49efdfef] {
    transition-delay: 7.800000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-68.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-69[data-v-49efdfef] {
    transition-delay: 7.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-69.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-70[data-v-49efdfef] {
    transition-delay: 8s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-70.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-71[data-v-49efdfef] {
    transition-delay: 8.100000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-71.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-72[data-v-49efdfef] {
    transition-delay: 8.2s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-72.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-73[data-v-49efdfef] {
    transition-delay: 8.3s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-73.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-74[data-v-49efdfef] {
    transition-delay: 8.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-74.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-75[data-v-49efdfef] {
    transition-delay: 8.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-75.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-76[data-v-49efdfef] {
    transition-delay: 8.600000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-76.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-77[data-v-49efdfef] {
    transition-delay: 8.7s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-77.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-78[data-v-49efdfef] {
    transition-delay: 8.8s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-78.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-79[data-v-49efdfef] {
    transition-delay: 8.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-79.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-80[data-v-49efdfef] {
    transition-delay: 9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-80.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-81[data-v-49efdfef] {
    transition-delay: 9.1s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-81.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-82[data-v-49efdfef] {
    transition-delay: 9.200000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-82.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-83[data-v-49efdfef] {
    transition-delay: 9.3s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-83.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-84[data-v-49efdfef] {
    transition-delay: 9.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-84.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-85[data-v-49efdfef] {
    transition-delay: 9.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-85.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-86[data-v-49efdfef] {
    transition-delay: 9.6s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-86.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-87[data-v-49efdfef] {
    transition-delay: 9.700000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-87.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-88[data-v-49efdfef] {
    transition-delay: 9.8s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-88.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-89[data-v-49efdfef] {
    transition-delay: 9.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-89.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-90[data-v-49efdfef] {
    transition-delay: 10s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-90.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-91[data-v-49efdfef] {
    transition-delay: 10.1s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-91.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-92[data-v-49efdfef] {
    transition-delay: 10.200000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-92.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-93[data-v-49efdfef] {
    transition-delay: 10.3s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-93.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-94[data-v-49efdfef] {
    transition-delay: 10.4s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-94.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-95[data-v-49efdfef] {
    transition-delay: 10.5s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-95.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-96[data-v-49efdfef] {
    transition-delay: 10.600000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-96.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-97[data-v-49efdfef] {
    transition-delay: 10.700000000000001s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-97.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-98[data-v-49efdfef] {
    transition-delay: 10.8s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-98.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-99[data-v-49efdfef] {
    transition-delay: 10.9s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-99.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-100[data-v-49efdfef] {
    transition-delay: 11s;
}
.o-g-header-pc-nav_item.is-landing.is-delay-100.is-done[data-v-49efdfef] {
    transition-delay: 0s;
}
.o-g-header-pc-nav_item + .o-g-header-pc-nav_item[data-v-49efdfef] {
    margin-left: 2.928257686676428vw;
}
.o-g-header-pc-nav_item.is-contact[data-v-49efdfef] {
    margin-left: 1.09809663250366vw;
}
.o-g-header-pc-nav_item.is-list[data-v-49efdfef] {
    position: relative;
}
.o-g-header-pc-nav_item.is-list[data-v-49efdfef]:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0e0f17;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.o-g-header-pc-nav_category-item[data-v-49efdfef] {
    position: relative;
    z-index: 1;
}
.o-g-header-pc-nav_category-item-text[data-v-49efdfef] {
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.2em;
    background-color: transparent;
    border-style: none;
    color: #6b6b70;
}
.header-pc-list-enter-active[data-v-49efdfef],
.header-pc-list-leave-active[data-v-49efdfef] {
    transition: opacity 0.3s ease-out;
}
.header-pc-list-enter[data-v-49efdfef],
.header-pc-list-leave-to[data-v-49efdfef] {
    opacity: 0;
}
.o-g-header-pc-nav_category-item-list[data-v-49efdfef] {
    position: absolute;
    left: 0;
    width: 150px;
    z-index: 10;
}
.o-g-header-pc-nav_category-item-list-item[data-v-49efdfef] {
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    color: #6b6b70;
    margin-top: 10px;
    display: block;
    transition: opacity 0.15s ease-out;
}
.o-g-header-pc-nav_category-item-list-item[data-v-49efdfef]:hover {
    opacity: 0.5;
}
.o-g-header-pc-whale[data-v-49efdfef] {
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding: 8px 20px 8px 20px;
    color: #0e0f17;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.2em;
    background-color: #fff;
    border: 1px solid #eceded;
    cursor: pointer;
    transition: background-color 0.15s ease-out, border 0.15s ease-out;
}
.o-g-header-pc-whale.is-active[data-v-49efdfef] {
    background-color: #eceded;
}
.o-g-header-pc-whale[data-v-49efdfef]:hover {
    background: rgba(14, 15, 23, 0);
    border: 1px solid #dadadb;
}
.o-g-header-pc-whale .o-g-header-pc-whale-icon[data-v-49efdfef] {
    margin-left: 8px;
    width: 11px;
}
.o-g-header-pc-contact[data-v-49efdfef] {
    display: block;
    border-radius: 30px;
    padding: 8px 20px 8px 20px;
    color: #fff;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.2em;
    background-color: #0e0f17;
    border: 1px solid #0e0f17;
    cursor: pointer;
    transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
}
.o-g-header-pc-contact[data-v-49efdfef]:hover {
    color: #0e0f17;
    background: rgba(14, 15, 23, 0);
    border: 1px solid #dadadb;
}
.o-g-header-pc-contact .o-g-header-pc-contact-icon[data-v-49efdfef] {
    margin-left: 8px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-2a91a566] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-2a91a566] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-2a91a566] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-2a91a566] {
        display: none;
    }
}
.a-svg_logo svg[data-v-2a91a566] {
    width: 100%;
    height: auto;
}
.a-svg_logo svg circle[data-v-2a91a566],
.a-svg_logo svg path[data-v-2a91a566] {
    transition: fill 0.3s ease-out;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-865aff92] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-865aff92] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-865aff92] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-865aff92] {
        display: none;
    }
}
.a-image[data-v-865aff92] {
    font-size: 0;
    border-radius: 8px;
    overflow: hidden;
}
.a-image.is-vertical[data-v-865aff92] {
    height: 100%;
}
.a-image.is-vertical img[data-v-865aff92] {
    width: auto;
    height: 100%;
}
.a-image.is-left[data-v-865aff92] {
    border-radius: 8px 0 0 8px;
}
.a-image.is-none[data-v-865aff92] {
    border-radius: 0;
}
.a-image.is-hue-anim[data-v-865aff92] {
    animation: 10s hueAnim-865aff92 infinite;
}
@-moz-keyframes hueAnim-865aff92 {
    0% {
        filter: hue-rotate(0);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}
@-webkit-keyframes hueAnim-865aff92 {
    0% {
        filter: hue-rotate(0);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}
@-o-keyframes hueAnim-865aff92 {
    0% {
        filter: hue-rotate(0);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}
@keyframes hueAnim-865aff92 {
    0% {
        filter: hue-rotate(0);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-562e6c2c] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-562e6c2c] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-562e6c2c] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-562e6c2c] {
        display: none;
    }
}
.o-g-header-sp[data-v-562e6c2c] {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition: background 1s cubic-bezier(0.14, 1, 0.34, 1);
    background: #fff;
}
.o-g-header-sp-bg[data-v-562e6c2c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.97);
}
.header-sp-bg-enter-active[data-v-562e6c2c],
.header-sp-bg-leave-active[data-v-562e6c2c] {
    transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.header-sp-bg-enter[data-v-562e6c2c],
.header-sp-bg-leave-to[data-v-562e6c2c] {
    opacity: 0;
}
.o-g-header-sp_logo[data-v-562e6c2c] {
    width: 63px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.o-g-header-sp-whale[data-v-562e6c2c] {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    padding: 9px 15px;
    border-right: 1px solid #eceded;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 10px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}
.o-g-header-sp-whale .o-g-header-sp-whale-icon[data-v-562e6c2c] {
    margin-left: 5px;
    width: 11px;
}
.o-g-header-sp_btn-open[data-v-562e6c2c] {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 8px;
    border-top: 1px solid #0e0f17;
    border-bottom: 1px solid #0e0f17;
}
.o-g-header-sp_btn-close[data-v-562e6c2c] {
    display: inline-block;
    position: fixed;
    left: calc((100% - 254px - 60px) / 2);
    bottom: 25px;
    width: 60px;
    height: 60px;
}
.o-g-header-sp_btn-close span.is-border[data-v-562e6c2c] {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 1px;
    background-color: #0e0f17;
    transform: translate(-50%, -50%) rotate(45deg);
}
.o-g-header-sp_btn-close span.is-border + span.is-border[data-v-562e6c2c] {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.o-g-header-sp-nav[data-v-562e6c2c] {
    position: absolute;
    right: 0;
    top: 0;
    width: 254px;
    height: 100vh;
    padding: 63px 0 90px 40px;
    overflow: scroll;
    background: #212129;
    z-index: 2;
}
.header-sp-nav-enter-active[data-v-562e6c2c],
.header-sp-nav-leave-active[data-v-562e6c2c] {
    transition: right 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.header-sp-nav-enter[data-v-562e6c2c],
.header-sp-nav-leave-to[data-v-562e6c2c] {
    right: -264px;
}
.o-g-header-sp-nav_item + .o-g-header-sp-nav_item[data-v-562e6c2c] {
    border-top: 1px solid #707070;
}
.o-g-header-sp-nav-contact[data-v-562e6c2c] {
    padding: 16px 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: 0.2em;
    background-color: #0e0f17;
    position: fixed;
    z-index: 3;
    bottom: 0;
    right: 0;
    width: 254px;
    text-align: center;
}
.o-g-header-sp-nav-contact .o-g-header-sp-nav-contact-icon[data-v-562e6c2c] {
    margin-left: 10px;
}
.header-sp-contact-enter-active[data-v-562e6c2c],
.header-sp-contact-leave-active[data-v-562e6c2c] {
    transition: right 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.header-sp-contact-enter[data-v-562e6c2c],
.header-sp-contact-leave-to[data-v-562e6c2c] {
    right: -264px;
}
.o-g-header-sp-contact[data-v-562e6c2c] {
    position: fixed;
    z-index: 0;
    bottom: 20px;
    right: 10px;
    border-radius: 30px;
    padding: 10px 25px 10px 26px;
    color: #fff;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: 0.2em;
    background-color: #0e0f17;
    cursor: pointer;
    transition: background-color 0.15s ease-out;
}
.o-g-header-sp-contact.is-no-contact[data-v-562e6c2c] {
    display: none;
}
.o-g-header-sp-contact[data-v-562e6c2c]:hover {
    background-color: #33343b;
}
.o-g-header-sp-contact .o-g-header-sp-contact-icon[data-v-562e6c2c] {
    margin-left: 10px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-ce9c0080] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-ce9c0080] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-ce9c0080] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-ce9c0080] {
        display: none;
    }
}
.p-home[data-v-ce9c0080] {
    position: relative;
}
.p-home_bg[data-v-ce9c0080] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.p-home_item[data-v-ce9c0080] {
    padding-top: 200px;
}
@media all and (min-width: 768px) {
    .p-home_item[data-v-ce9c0080] {
        padding-top: 240px;
    }
}
.p-home_item.is-white[data-v-ce9c0080] {
    background-color: #fff;
}
.p-home_whale[data-v-ce9c0080] {
    background-color: #fff;
    padding-top: 100px;
}
@media all and (min-width: 768px) {
    .p-home_whale[data-v-ce9c0080] {
        padding-top: 200px;
    }
}
.p-home_contact[data-v-ce9c0080] {
    background-color: #fff;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-28426030] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-28426030] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-28426030] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-28426030] {
        display: none;
    }
}
.a-canvas-anim-bg[data-v-28426030] {
    width: 100vw;
    height: 100vh;
    background-color: #eceded;
}
.a-canvas-anim-bg canvas[data-v-28426030] {
    width: 100%;
    height: 100%;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-d2c7e12e] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-d2c7e12e] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-d2c7e12e] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-d2c7e12e] {
        display: none;
    }
}
.p-c-home-kv[data-v-d2c7e12e] {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
@media all and (max-width: 767px) {
    .p-c-home-kv[data-v-d2c7e12e] {
        padding-top: 50px;
    }
}
@media all and (min-width: 1268px) {
    .p-c-home-kv[data-v-d2c7e12e] {
        height: 100vh;
    }
}
.p-c-home-kv-slide-item_bg[data-v-d2c7e12e] {
    width: 100%;
}
.p-c-home-kv-slide-item_bg[data-v-d2c7e12e] video {
    width: 100%;
    vertical-align: bottom;
}
@media all and (min-width: 1025px) {
    .p-c-home-kv-slide-item_bg[data-v-d2c7e12e] video {
        height: 100vh;
        width: 100vw;
        object-fit: cover;
    }
}
.p-c-home-kv-slide-item_bg[data-v-d2c7e12e] .m-movie-btn {
    left: auto;
    right: 10px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-7419dbb0] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-7419dbb0] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-7419dbb0] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-7419dbb0] {
        display: none;
    }
}
.m-movie-btn[data-v-7419dbb0] {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-a5f1954c] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-a5f1954c] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-a5f1954c] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-a5f1954c] {
        display: none;
    }
}
.a-movie-button[data-v-a5f1954c] {
    position: relative;
    color: #000;
    border: 0;
    border-radius: 30px;
    font-size: 10px;
    width: 75px;
    height: 25px;
    text-align: left;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-weight: 600;
    cursor: pointer;
    background-color: #eceded;
    padding-left: 11px;
}
.a-movie-button[data-v-a5f1954c]:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 7px;
    box-sizing: border-box;
    background-color: #000;
    content: "";
    left: 55px;
}
.a-movie-button[data-v-a5f1954c]:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 7px;
    box-sizing: border-box;
    background-color: #000;
    content: "";
    right: 13px;
}
.a-movie-button[data-v-a5f1954c]:hover {
    transition: 0.15s;
    opacity: 0.5;
}
.a-movie-button.is-stop[data-v-a5f1954c] {
    background-color: #000;
    padding-left: 12px;
    color: #fff;
}
.a-movie-button.is-stop[data-v-a5f1954c]:after {
    display: block;
    right: 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 5px 0 5px 6px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-51b0cefa] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-51b0cefa] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-51b0cefa] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-51b0cefa] {
        display: none;
    }
}
.a-fade-animation[data-v-51b0cefa] {
    opacity: 0;
    transition: all 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.a-fade-animation.is-active[data-v-51b0cefa] {
    opacity: 1;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-47ea7ac4] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-47ea7ac4] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-47ea7ac4] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-47ea7ac4] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .a-contents-inner[data-v-47ea7ac4] {
        padding-right: 8vw;
        padding-left: 8vw;
    }
}
@media all and (min-width: 768px) {
    .a-contents-inner[data-v-47ea7ac4] {
        padding-left: 20.937042459736457vw;
    }
}
@media all and (max-width: 767px) {
    .a-contents-inner.is-sp-0[data-v-47ea7ac4] {
        padding-right: 0;
        padding-left: 0;
    }
}
@media all and (max-width: 767px) {
    .a-contents-inner.is-sp-right-0[data-v-47ea7ac4] {
        padding-right: 0;
    }
}
@media all and (min-width: 768px) {
    .a-contents-inner.is-pc-183[data-v-47ea7ac4] {
        padding-left: 13.396778916544655vw;
        padding-right: 13.396778916544655vw;
    }
}
@media all and (min-width: 768px) {
    .a-contents-inner.is-pc-right-80[data-v-47ea7ac4] {
        padding-right: 5.856515373352855vw;
    }
}
@media all and (min-width: 768px) {
    .a-contents-inner.is-pc-right-183[data-v-47ea7ac4] {
        padding-right: 13.396778916544655vw;
    }
}
@media all and (min-width: 768px) {
    .a-contents-inner.is-pc-right-286[data-v-47ea7ac4] {
        padding-right: 20.937042459736457vw;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-f4e4f804] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-f4e4f804] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-f4e4f804] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-f4e4f804] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .p-c-home-whale-hdg[data-v-f4e4f804] {
        padding-right: 8vw;
        padding-left: 8vw;
    }
}
@media all and (min-width: 768px) {
    .p-c-home-whale-hdg[data-v-f4e4f804] {
        display: flex;
        align-items: center;
    }
}
.p-c-home-whale-hdg-ttl[data-v-f4e4f804] {
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.06em;
}
@media all and (min-width: 768px) {
    .p-c-home-whale-hdg-ttl[data-v-f4e4f804] {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #dadadb;
    }
}
.p-c-home-whale-hdg-txt[data-v-f4e4f804] {
    color: #6b6b70;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.3em;
}
@media all and (max-width: 767px) {
    .p-c-home-whale-hdg-txt[data-v-f4e4f804] {
        margin-top: 15px;
    }
}
.p-c-home-whale-cnts[data-v-f4e4f804] {
    margin-top: 60px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-66717526] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-66717526] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-66717526] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-66717526] {
        display: none;
    }
}
.a-fade-up-animation[data-v-66717526] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.a-fade-up-animation.is-active[data-v-66717526] {
    opacity: 1;
    transform: translateY(0);
}
@media all and (min-width: 768px) {
    .is-sp[data-v-bc4175fc] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-bc4175fc] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-bc4175fc] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-bc4175fc] {
        display: none;
    }
}
@media all and (min-width: 768px) {
    .o-list-whale[data-v-bc4175fc] {
        display: flex;
    }
}
@media all and (max-width: 767px) {
    .o-list-whale_list[data-v-bc4175fc] {
        overflow-x: scroll;
        width: 100%;
    }
}
@media all and (min-width: 768px) {
    .o-list-whale_list[data-v-bc4175fc] {
        width: 100%;
    }
}
.o-list-whale_list-inner[data-v-bc4175fc] {
    display: flex;
    justify-content: flex-start;
}
@media all and (max-width: 767px) {
    .o-list-whale_list-inner[data-v-bc4175fc] {
        width: 196vw;
        flex-wrap: nowrap;
        padding: 0 8vw 40px;
    }
}
.o-list-whale_list-item[data-v-bc4175fc] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), transform 1s cubic-bezier(0.14, 1, 0.34, 1);
    display: inline-block;
    width: 54.666666666666664vw;
}
@media all and (min-width: 768px) {
    .o-list-whale_list-item[data-v-bc4175fc] {
        width: 29.496402877697843%;
    }
}
@media all and (max-width: 767px) {
    .o-list-whale_list-item + .o-list-whale_list-item[data-v-bc4175fc] {
        margin-left: 8vw;
    }
}
@media all and (min-width: 768px) {
    .o-list-whale_list-item + .o-list-whale_list-item[data-v-bc4175fc] {
        margin-left: 5.755395683453238%;
    }
}
.o-list-whale_list-item.is-active[data-v-bc4175fc] {
    opacity: 1;
    transform: translateY(0);
}
.o-list-whale_list-item.is-delay-1[data-v-bc4175fc] {
    transition-delay: 0.1s;
}
.o-list-whale_list-item.is-delay-2[data-v-bc4175fc] {
    transition-delay: 0.2s;
}
.o-list-whale_list-item.is-delay-3[data-v-bc4175fc] {
    transition-delay: 0.3s;
}
.o-list-whale_list-item.is-delay-4[data-v-bc4175fc] {
    transition-delay: 0.4s;
}
.o-list-whale_list-item.is-delay-5[data-v-bc4175fc] {
    transition-delay: 0.5s;
}
.o-list-whale_list-item.is-whale[data-v-bc4175fc] {
    display: block;
    position: relative;
}
.o-list-whale_list-item.is-whale > .o-list-whale_list-item-inner[data-v-bc4175fc] {
    overflow: hidden;
}
@media all and (max-width: 767px) {
    .o-list-whale_list-item.is-whale[data-v-bc4175fc] {
        padding-left: 8vw;
        width: 100%;
    }
}
@media all and (min-width: 768px) {
    .o-list-whale_list-item.is-whale[data-v-bc4175fc] {
        border-radius: 8px;
        margin-left: 4%;
    }
}
.o-list-whale_list-item-inner[data-v-bc4175fc] {
    display: block;
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    transition: opacity cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media all and (max-width: 767px) {
    .o-list-whale_list-item-inner[data-v-bc4175fc] {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}
@media all and (min-width: 768px) {
    .o-list-whale_list-item-inner[data-v-bc4175fc] {
        border-radius: 8px;
        height: 100%;
    }
}
.o-list-whale_list-item-inner.is-enter[data-v-bc4175fc] {
    opacity: 0.5;
}
@media all and (max-width: 767px) {
    .o-list-whale_list-item_txt[data-v-bc4175fc] {
        position: absolute;
        z-index: 1;
        top: 20px;
        left: 20px;
        width: 54.666666666666664vw;
    }
}
@media all and (min-width: 768px) {
    .o-list-whale_list-item_txt[data-v-bc4175fc] {
        position: relative;
        z-index: 2;
        padding: 50px 23px 0;
    }
}
@media all and (max-width: 767px) {
    .o-list-whale_list-item_txt_inner[data-v-bc4175fc] {
        width: 100%;
    }
}
@media all and (min-width: 768px) {
    .o-list-whale_list-item_txt_inner[data-v-bc4175fc] {
        margin: 0 auto;
        width: 219px;
        max-width: 100%;
    }
}
@media all and (min-width: 768px) {
    .o-list-whale_list-item_img[data-v-bc4175fc] {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}
.o-list-whale_list-item_btn[data-v-bc4175fc] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 30px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-4e052e9c] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-4e052e9c] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-4e052e9c] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-4e052e9c] {
        display: none;
    }
}
.o-list-whale-pannel[data-v-4e052e9c] {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.o-list-whale-pannel.is-scroll[data-v-4e052e9c] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.o-list-whale-pannel.is-scroll .o-list-whale-pannel_thumb[data-v-4e052e9c] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.o-list-whale-pannel.is-scroll .o-list-whale-pannel_thumb .o-list-whale-pannel_thumb_inner[data-v-4e052e9c] {
    transform: scale(1.2);
    transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.o-list-whale-pannel.is-scroll.is-active[data-v-4e052e9c] {
    opacity: 1;
    transform: translateY(0);
}
.o-list-whale-pannel.is-scroll.is-active .o-list-whale-pannel_thumb[data-v-4e052e9c] {
    opacity: 1;
    transform: translateY(0);
}
.o-list-whale-pannel.is-scroll.is-active .o-list-whale-pannel_thumb .o-list-whale-pannel_thumb_inner[data-v-4e052e9c] {
    transform: scale(1);
}
.o-list-whale-pannel-link[data-v-4e052e9c] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.o-list-whale-pannel_thumb[data-v-4e052e9c] {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.o-list-whale-pannel_thumb_inner[data-v-4e052e9c] {
    transform: scale(1);
    transition: all cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.o-list-whale-pannel_thumb_inner img[data-v-4e052e9c] {
    vertical-align: bottom;
}
.o-list-whale-pannel_thumb_inner.is-enter[data-v-4e052e9c] {
    transform: scale(1.1);
}
.o-list-whale-pannel_thumb_inner.is-click[data-v-4e052e9c] {
    transform: scale(1);
}
.o-list-whale-pannel-tag[data-v-4e052e9c] {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    transition: opacity cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.o-list-whale-pannel-tag.is-click[data-v-4e052e9c],
.o-list-whale-pannel-tag.is-enter[data-v-4e052e9c] {
    opacity: 0.5;
}
.o-list-whale-pannel_hdg[data-v-4e052e9c] {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 15px;
    transition: opacity cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.o-list-whale-pannel_hdg.is-click[data-v-4e052e9c],
.o-list-whale-pannel_hdg.is-enter[data-v-4e052e9c] {
    opacity: 0.5;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-3a65d720] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-3a65d720] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-3a65d720] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-3a65d720] {
        display: none;
    }
}
.a-tag[data-v-3a65d720] {
    width: 100%;
    //  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    text-align: center;
    word-break: keep-all;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #6b6b70;
    background-color: #eceded;
    border-radius: 4px;
    transition: all 0.15s ease-out;
}
.a-tag.is-wide[data-v-3a65d720] {
    padding: 0 16px;
}
.a-tag.is-active[data-v-3a65d720],
.a-tag.is-click[data-v-3a65d720],
.a-tag.is-enter[data-v-3a65d720] {
    color: #fff;
    background-color: #0e0f17;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-20242e7e] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-20242e7e] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-20242e7e] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-20242e7e] {
        display: none;
    }
}
.a-icon-circle[data-v-20242e7e] {
    width: 100%;
    padding-top: 100%;
    font-size: inherit;
    position: relative;
}
.a-icon-circle_bg[data-v-20242e7e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
    transform: scale(1);
}
.a-icon-circle_bg.is-primary[data-v-20242e7e] {
    background: #000;
}
.a-icon-circle_bg.is-secondary[data-v-20242e7e] {
    background: #fff;
}
.a-icon-circle_bg.is-enter[data-v-20242e7e] {
    transform: scale(1.4666);
}
.a-icon-circle_bg.is-enter.is-primary[data-v-20242e7e] {
    background: #46464d;
}
.a-icon-circle_bg.is-enter.is-secondary[data-v-20242e7e] {
    background: #eceded;
}
.a-icon-circle_bg.is-enter.is-scale-s[data-v-20242e7e] {
    transform: scale(1.1);
}
.a-icon-circle_bg.is-click[data-v-20242e7e] {
    transform: scale(1);
}
.a-icon-circle_bg.is-click.is-primary[data-v-20242e7e] {
    background: #46464d;
}
.a-icon-circle_bg.is-click.is-secondary[data-v-20242e7e] {
    background: #eceded;
}
.a-icon-circle_inner[data-v-20242e7e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}
.a-icon-circle_inner.is-primary[data-v-20242e7e] {
    color: #fff;
}
.a-icon-circle_inner.is-secondary[data-v-20242e7e] {
    color: #6b6b70;
}
.a-icon-circle_inner.is-blank-1[data-v-20242e7e] {
    font-size: 14px;
}
.a-icon-circle_inner .a-icon-circle_icon[data-v-20242e7e]:before {
    vertical-align: bottom;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-3feee4ae] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-3feee4ae] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-3feee4ae] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-3feee4ae] {
        display: none;
    }
}
.p-c-home-casestudy-cnts[data-v-3feee4ae] {
    margin-top: 100px;
}
.p-c-home-casestudy-btn[data-v-3feee4ae] {
    display: block;
    margin-top: 100px;
    width: 315px;
    max-width: 100%;
}
@media all and (min-width: 768px) {
    .p-c-home-casestudy-btn[data-v-3feee4ae] {
        margin-top: 94px;
        width: 279px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-90076288] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-90076288] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-90076288] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-90076288] {
        display: none;
    }
}
.p-c-home-h-hdg[data-v-90076288] {
    word-break: break-all;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 46px;
    line-height: 1.08695652173913;
    letter-spacing: 0.04em;
}
@media all and (max-width: 767px) {
    .p-c-home-h-hdg[data-v-90076288] {
        //    white-space: pre-line;
    }
}
@media all and (min-width: 768px) {
    .p-c-home-h-hdg[data-v-90076288] {
        font-size: 80px;
        line-height: 1;
        letter-spacing: 0.06em;
    }
}
.p-c-home-h-hdg[data-v-90076288] .js-fade-hdg-text {
    display: inline-block;
    opacity: 0;
}
.p-c-home-h-hdg[data-v-90076288] .js-fade-hdg-text.is-space {
    min-width: 20px;
}
@media all and (min-width: 768px) {
    .p-c-home-h-hdg[data-v-90076288] .js-fade-hdg-text.is-space {
        min-width: 50px;
    }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    .p-c-home-h-hdg[data-v-90076288] .js-fade-hdg-text.is-space {
        min-width: calc(50 / 1366 * 100vw);
    }
}
@media all and (min-width: 768px) {
    .p-c-home-h-hdg[data-v-90076288] br {
        display: none;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-bf78db10] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-bf78db10] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-bf78db10] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-bf78db10] {
        display: none;
    }
}
.o-list-case-study_list[data-v-bf78db10] {
    width: 100%;
}
@media all and (min-width: 768px) {
    .o-list-case-study_list[data-v-bf78db10] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media all and (min-width: 768px) {
    .o-list-case-study_list-item[data-v-bf78db10] {
        width: 30%;
    }
}
@media all and (max-width: 767px) {
    .o-list-case-study_list-item + .o-list-case-study_list-item[data-v-bf78db10] {
        margin-top: 95px;
    }
}
@media all and (min-width: 768px) {
    .o-list-case-study_list-item[data-v-bf78db10]:nth-child(n + 5) {
        margin-top: 95px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-2440b3fa] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-2440b3fa] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-2440b3fa] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-2440b3fa] {
        display: none;
    }
}
.o-list-case-study_pannel[data-v-2440b3fa] {
    display: block;
    position: relative;
    width: 100%;
}
.o-list-case-study_pannel.is-scroll[data-v-2440b3fa] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.o-list-case-study_pannel.is-scroll .o-list-case-study_pannel-thumb[data-v-2440b3fa] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.o-list-case-study_pannel.is-scroll .o-list-case-study_pannel-thumb[data-v-2440b3fa] .m-thumbnail_inner {
    transform: scale(1.2);
    transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.o-list-case-study_pannel.is-scroll.is-active[data-v-2440b3fa] {
    opacity: 1;
    transform: translateY(0);
}
.o-list-case-study_pannel.is-scroll.is-active .o-list-case-study_pannel-thumb[data-v-2440b3fa] {
    opacity: 1;
    transform: translateY(0);
}
.o-list-case-study_pannel.is-scroll.is-active .o-list-case-study_pannel-thumb[data-v-2440b3fa] .m-thumbnail_inner {
    transform: scale(1);
}
.o-list-case-study_pannel-link[data-v-2440b3fa] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.o-list-case-study_pannel-thumb[data-v-2440b3fa] {
    margin-bottom: 30px;
}
@media all and (min-width: 768px) {
    .o-list-case-study_pannel-thumb[data-v-2440b3fa] {
        margin-bottom: 20px;
    }
}
.o-list-case-study_pannel-tag-item[data-v-2440b3fa] {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    transition: opacity cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media all and (min-width: 768px) {
    .o-list-case-study_pannel-tag-item[data-v-2440b3fa] {
        margin-right: 12px;
        margin-bottom: 10px;
    }
}
.o-list-case-study_pannel-tag-item.is-click[data-v-2440b3fa],
.o-list-case-study_pannel-tag-item.is-enter[data-v-2440b3fa] {
    opacity: 0.5;
}
.o-list-case-study_pannel-text[data-v-2440b3fa] {
    white-space: pre-line;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-top: 5px;
    padding-right: 30.158730158730158%;
    transition: opacity cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media all and (min-width: 768px) {
    .o-list-case-study_pannel-text[data-v-2440b3fa] {
        padding-right: 45px;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.05em;
    }
}
.o-list-case-study_pannel-text.is-click[data-v-2440b3fa],
.o-list-case-study_pannel-text.is-enter[data-v-2440b3fa] {
    opacity: 0.5;
}
.o-list-case-study_pannel-icon[data-v-2440b3fa] {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 40px;
}
@media all and (min-width: 768px) {
    .o-list-case-study_pannel-icon[data-v-2440b3fa] {
        width: 30px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-f6350dc8] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-f6350dc8] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-f6350dc8] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-f6350dc8] {
        display: none;
    }
}
.m-thumbnail[data-v-f6350dc8] {
    overflow: hidden;
    border-radius: 8px;
}
.m-thumbnail.is-none[data-v-f6350dc8] {
    border-radius: 0;
}
.m-thumbnail_inner[data-v-f6350dc8] {
    transform: scale(1);
    transition: all cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.m-thumbnail_inner.is-enter[data-v-f6350dc8] {
    transform: scale(1.1);
}
.m-thumbnail_inner.is-click[data-v-f6350dc8] {
    transform: scale(1);
}
@media all and (min-width: 768px) {
    .is-sp[data-v-764aefe2] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-764aefe2] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-764aefe2] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-764aefe2] {
        display: none;
    }
}
.m-button[data-v-764aefe2] {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 0 60px 0 30px;
    position: relative;
    cursor: pointer;
    transition: all cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
@media all and (min-width: 768px) {
    .m-button[data-v-764aefe2] {
        height: 64px;
        border-radius: 32px;
    }
}
@media all and (max-width: 767px) {
    .m-button.is-sp-thin[data-v-764aefe2] {
        height: 50px;
        padding: 0 50px 0 20px;
    }
}
.m-button.is-small[data-v-764aefe2] {
    height: 40px;
    padding: 0 35px 0 20px;
}
.m-button.is-primary[data-v-764aefe2] {
    background: #0e0f17;
    color: #fff;
}
.m-button.is-primary.is-enter[data-v-764aefe2] {
    background: #33343b;
}
.m-button.is-primary.is-click[data-v-764aefe2] {
    background: #58595e;
}
.m-button.is-secondary[data-v-764aefe2] {
    background: #fff;
    color: #6b6b70;
    border: solid 1px #dadadb;
}
.m-button.is-secondary.is-enter[data-v-764aefe2] {
    background: #eceded;
}
.m-button.is-secondary.is-click[data-v-764aefe2] {
    background: #e5e5e6;
}
.m-button.is-transparent[data-v-764aefe2] {
    color: #fff;
    border: solid 1px #a2a3a6;
}
.m-button.is-transparent.is-enter[data-v-764aefe2] {
    background: #33343b;
}
.m-button.is-transparent.is-click[data-v-764aefe2] {
    background: #58595e;
}
.m-button_inner[data-v-764aefe2] {
    width: 100%;
    font-size: 13px;
    line-height: 1.923076923076923;
    letter-spacing: 0.1em;
    line-height: normal;
    position: relative;
}
@media all and (min-width: 768px) {
    .m-button_inner[data-v-764aefe2] {
        font-size: 12px;
        line-height: 1.666666666666667;
        letter-spacing: 0.1em;
    }
}
@media all and (max-width: 767px) {
    .m-button_inner.is-sp-thin[data-v-764aefe2] {
        font-size: 12px;
        line-height: 1.666666666666667;
        letter-spacing: 0.1em;
    }
}
.m-button_inner.is-small[data-v-764aefe2] {
    font-size: 12px;
    line-height: 1.666666666666667;
    letter-spacing: 0.1em;
}
.m-button_icon[data-v-764aefe2] {
    position: absolute;
    right: 18px;
    width: 30px;
}
.m-button_icon[data-v-764aefe2]:before {
    vertical-align: middle;
}
.m-button_icon.is-small[data-v-764aefe2] {
    right: 5px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-2f92bee6] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-2f92bee6] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-2f92bee6] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-2f92bee6] {
        display: none;
    }
}
.p-c-home-whatwedo-hdg[data-v-2f92bee6] {
    background-color: #fff;
    padding-top: 200px;
    padding-bottom: 60px;
}
@media all and (min-width: 768px) {
    .p-c-home-whatwedo-hdg[data-v-2f92bee6] {
        padding-top: 240px;
        padding-bottom: 100px;
    }
}
.p-c-home-whatwedo-text-wrap[data-v-2f92bee6] {
    background-color: #fff;
    padding-top: 28px;
}
@media all and (min-width: 768px) {
    .p-c-home-whatwedo-text-wrap[data-v-2f92bee6] {
        padding-top: 53px;
    }
}
.p-c-home-whatwedo-text[data-v-2f92bee6] {
    background-color: #fff;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
}
@media all and (min-width: 768px) {
    .p-c-home-whatwedo-text[data-v-2f92bee6] {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.1em;
    }
}
.p-c-home-whatwedo-btn-wrap[data-v-2f92bee6] {
    background-color: #fff;
    padding-top: 100px;
}
.p-c-home-whatwedo-btn[data-v-2f92bee6] {
    display: block;
    width: 315px;
    max-width: 100%;
}
@media all and (min-width: 768px) {
    .p-c-home-whatwedo-btn[data-v-2f92bee6] {
        width: 279px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-5e800ed7] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-5e800ed7] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-5e800ed7] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-5e800ed7] {
        display: none;
    }
}
.o-cb-rc-wwd-inner[data-v-5e800ed7] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media all and (max-width: 767px) {
    .o-cb-rc-wwd-inner[data-v-5e800ed7] {
        padding: 100px 0 65px;
    }
}
@media all and (min-width: 768px) {
    .o-cb-rc-wwd-inner[data-v-5e800ed7] {
        margin: 0 auto;
        padding: 60px 0 25px;
    }
}
.o-cb-rc-wwd_box[data-v-5e800ed7] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    width: calc(50% - 8px);
    height: 150px;
    transition: background-color 0.15s ease-out;
}
@media all and (min-width: 768px) {
    .o-cb-rc-wwd_box[data-v-5e800ed7] {
        width: 31.98992443324937%;
        height: 175px;
    }
}
@media all and (max-width: 767px) {
    .o-cb-rc-wwd_box[data-v-5e800ed7]:nth-child(2n) {
        margin-left: 16px;
    }
}
@media all and (min-width: 768px) {
    .o-cb-rc-wwd_box[data-v-5e800ed7]:nth-child(3n + 2),
    .o-cb-rc-wwd_box[data-v-5e800ed7]:nth-child(3n + 3) {
        margin-left: 2.015113350125945%;
    }
}
@media all and (max-width: 767px) {
    .o-cb-rc-wwd_box[data-v-5e800ed7]:nth-child(n + 3) {
        margin-top: 16px;
    }
}
@media all and (min-width: 768px) {
    .o-cb-rc-wwd_box[data-v-5e800ed7]:nth-child(n + 4) {
        margin-top: 16px;
    }
}
.o-cb-rc-wwd_box.is-current[data-v-5e800ed7] {
    cursor: default;
    background: #e3e3e3;
    border: 1px solid #e3e3e3;
    pointer-events: none;
}
.o-cb-rc-wwd_box.is-current .o-cb-rc-wwd_box_en[data-v-5e800ed7] {
    color: #a2a3a6;
}
.o-cb-rc-wwd_box_en[data-v-5e800ed7] {
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: break-all;
    transition: color 0.15s ease-out;
    white-space: pre-line;
}
@media all and (min-width: 768px) {
    .o-cb-rc-wwd_box_en[data-v-5e800ed7] {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0.06em;
    }
}
.o-cb-rc-wwd_btn[data-v-5e800ed7] {
    margin-bottom: 10px;
    margin-left: 10px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-df6bf5a2] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-df6bf5a2] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-df6bf5a2] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-df6bf5a2] {
        display: none;
    }
}
.p-c-home-news-cnts[data-v-df6bf5a2] {
    margin-top: 100px;
}
.p-c-home-news-btn[data-v-df6bf5a2] {
    display: block;
    margin-top: 100px;
    width: 315px;
    max-width: 100%;
}
@media all and (min-width: 768px) {
    .p-c-home-news-btn[data-v-df6bf5a2] {
        width: 279px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-54b379ec] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-54b379ec] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-54b379ec] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-54b379ec] {
        display: none;
    }
}
@media all and (min-width: 768px) {
    .o-list-news_list[data-v-54b379ec] {
        display: flex;
        justify-content: flex-start;
    }
}
.o-list-news_list-item[data-v-54b379ec] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), transform 1s cubic-bezier(0.14, 1, 0.34, 1);
    display: inline-block;
}
@media all and (min-width: 768px) {
    .o-list-news_list-item[data-v-54b379ec] {
        width: 20.5%;
    }
}
@media all and (max-width: 767px) {
    .o-list-news_list-item + .o-list-news_list-item[data-v-54b379ec] {
        margin-top: 60px;
    }
}
@media all and (min-width: 768px) {
    .o-list-news_list-item + .o-list-news_list-item[data-v-54b379ec] {
        margin-left: 6%;
    }
}
.o-list-news_list-item.is-active[data-v-54b379ec] {
    opacity: 1;
    transform: translateY(0);
}
.o-list-news_list-item.is-delay-1[data-v-54b379ec] {
    transition-delay: 0.1s;
}
.o-list-news_list-item.is-delay-2[data-v-54b379ec] {
    transition-delay: 0.2s;
}
.o-list-news_list-item.is-delay-3[data-v-54b379ec] {
    transition-delay: 0.3s;
}
.o-list-news_list-item.is-delay-4[data-v-54b379ec] {
    transition-delay: 0.4s;
}
.o-list-news_list-item.is-delay-5[data-v-54b379ec] {
    transition-delay: 0.5s;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-0ccf3c40] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-0ccf3c40] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-0ccf3c40] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-0ccf3c40] {
        display: none;
    }
}
.o-list-news-pannel[data-v-0ccf3c40] {
    //   height: 100%;
    position: relative;
    transition: opacity 0.15s ease-out;
}
.o-list-news-pannel[data-v-0ccf3c40]:not(.is-tagenter):not(.is-subenter):hover {
    opacity: 0.5;
}
.o-list-news-pannel_link[data-v-0ccf3c40] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.o-list-news-pannel-tag[data-v-0ccf3c40] {
    display: inline-block;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 767px) {
    .o-list-news-pannel-tag[data-v-0ccf3c40] {
        margin-right: 15px;
    }
}
@media all and (max-width: 767px) {
    .o-list-news-pannel_sub-wrap[data-v-0ccf3c40] {
        display: inline-block;
    }
}
@media all and (min-width: 768px) {
    .o-list-news-pannel_sub-wrap[data-v-0ccf3c40] {
        margin-top: 5px;
    }
}
.o-list-news-pannel_sub[data-v-0ccf3c40] {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: 15px;
    text-decoration: underline;
    color: #6b6b70;
    position: relative;
    z-index: 2;
    transition: opacity 0.15s ease-out;
}
.o-list-news-pannel_sub[data-v-0ccf3c40]:hover {
    opacity: 0.5;
}
.o-list-news-pannel_date[data-v-0ccf3c40] {
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #a2a3a6;
}
.o-list-news-pannel_hdg[data-v-0ccf3c40] {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 13px;
}
@media all and (min-width: 768px) {
    .o-list-news-pannel_hdg[data-v-0ccf3c40] {
        margin-top: 23px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-7ce46d42] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-7ce46d42] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-7ce46d42] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-7ce46d42] {
        display: none;
    }
}
.p-c-home-careers-video[data-v-7ce46d42] {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.p-c-home-careers-video video[data-v-7ce46d42] {
    vertical-align: bottom;
}
.p-c-home-careers-text[data-v-7ce46d42] {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-top: 28px;
    padding-right: 8vw;
}
@media all and (min-width: 768px) {
    .p-c-home-careers-text[data-v-7ce46d42] {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.1em;
        margin-top: 53px;
        padding-right: 5.856515373352855vw;
    }
}
.p-c-home-careers-btn[data-v-7ce46d42] {
    display: block;
    margin-top: 92px;
    width: 315px;
    max-width: 100%;
}
@media all and (min-width: 768px) {
    .p-c-home-careers-btn[data-v-7ce46d42] {
        width: 279px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-8e5f96c8] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-8e5f96c8] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-8e5f96c8] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-8e5f96c8] {
        display: none;
    }
}
.o-cb-contact-wrap[data-v-8e5f96c8] {
    padding: 200px 0;
}
.o-cb-contact-wrapper[data-v-8e5f96c8] {
    position: relative;
}
.o-cb-contact[data-v-8e5f96c8] {
    width: 100%;
    height: 84vw;
    overflow: hidden;
    position: relative;
    background: #eceded;
    border-radius: 8px;
    display: block;
}
@media all and (min-width: 768px) {
    .o-cb-contact[data-v-8e5f96c8] {
        height: 21.59590043923865vw;
    }
}
.o-cb-contact-btn[data-v-8e5f96c8] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}
.o-cb-contact_over-layer[data-v-8e5f96c8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.o-cb-contact_inner[data-v-8e5f96c8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    isolation: isolate;
    pointer-events: none;
}
.o-cb-contact_circle-wrapper[data-v-8e5f96c8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.o-cb-contact_circle-wrapper.is-inview[data-v-8e5f96c8] {
    animation: yurayura-8e5f96c8 4s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.o-cb-contact_circle-wrapper.is-stop[data-v-8e5f96c8] {
    animation: none;
}
.o-cb-contact_circle[data-v-8e5f96c8] {
    transition: none;
    transform: scale(0.5);
    animation: color-8e5f96c8 5s linear infinite;
    animation-fill-mode: forwards;
    border-radius: 50%;
    position: absolute;
    top: -9%;
    left: -9%;
    width: 118%;
    height: 118%;
}
@media all and (min-width: 768px) {
    .o-cb-contact_circle[data-v-8e5f96c8] {
        top: -12.445095168374817vw;
        left: 7.46705710102489vw;
        width: 49.194729136163986vw;
        height: 49.194729136163986vw;
    }
}
.o-cb-contact_circle.is-inview[data-v-8e5f96c8] {
    transition: transform 1s cubic-bezier(0.71, 0.72, 0.33, 0.98);
    transform: scale(1);
}
.o-cb-contact_circle.is-stop[data-v-8e5f96c8] {
    animation-play-state: paused;
    margin-top: 0 !important;
    transform: scale(1);
}
.o-cb-contact_icon-border[data-v-8e5f96c8],
.o-cb-contact_icon-circle[data-v-8e5f96c8] {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    border-radius: 50%;
    transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    opacity: 0;
    transform: scale(0);
}
.o-cb-contact_icon-border.is-active[data-v-8e5f96c8],
.o-cb-contact_icon-circle.is-active[data-v-8e5f96c8] {
    opacity: 1;
    transform: scale(1);
}
.o-cb-contact_icon-border.is-stop[data-v-8e5f96c8],
.o-cb-contact_icon-circle.is-stop[data-v-8e5f96c8] {
    background-color: #ff5757;
    margin-top: 0 !important;
}
@media all and (max-width: 767px) {
    .o-cb-contact_icon-border[data-v-8e5f96c8],
    .o-cb-contact_icon-circle[data-v-8e5f96c8] {
        display: none;
    }
}
.o-cb-contact_icon-border[data-v-8e5f96c8] {
    border: solid 5px #fff;
    mix-blend-mode: exclusion;
    z-index: 1;
}
.o-cb-contact_icon-circle[data-v-8e5f96c8] {
    padding: 5px;
    z-index: 2;
}
.o-cb-contact_icon-circle-inner[data-v-8e5f96c8] {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}
.o-cb-contact_icon-circle-inner-icon[data-v-8e5f96c8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 2s cubic-bezier(0.88, 0.14, 0.12, 0.86);
}
.o-cb-contact_cnts[data-v-8e5f96c8] {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    pointer-events: none;
}
.o-cb-contact_cnts-txt[data-v-8e5f96c8] {
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 8.533333333333333vw;
    line-height: 1;
    letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
    .o-cb-contact_cnts-txt[data-v-8e5f96c8] {
        font-size: 2.342606149341142vw;
    }
}
.o-cb-contact_cnts-lead[data-v-8e5f96c8] {
    font-size: 3.2vw;
    line-height: 1.66;
    letter-spacing: 0.2em;
    margin-top: 26px;
}
@media all and (max-width: 767px) {
    .o-cb-contact_cnts-lead[data-v-8e5f96c8] {
        white-space: pre-line;
        text-align: center;
    }
}
@media all and (min-width: 768px) {
    .o-cb-contact_cnts-lead[data-v-8e5f96c8] {
        font-size: 1.02489019033675vw;
        margin-top: 40px;
    }
}
@-moz-keyframes yurayura-8e5f96c8 {
    0% {
        transform: translateX(0);
    }
    1.3% {
        transform: translateX(-10%);
    }
    2.6% {
        transform: translateX(10%);
    }
    5.2% {
        transform: translateX(-5%);
    }
    7.8% {
        transform: translateX(5%);
    }
    10.4% {
        transform: translateX(-2.5%);
    }
    14.4% {
        transform: translateX(2.5%);
    }
    18.4% {
        transform: translateX(-1%);
    }
    22.4% {
        transform: translateX(1%);
    }
    26.4% {
        transform: translateX(-1%);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes yurayura-8e5f96c8 {
    0% {
        transform: translateX(0);
    }
    1.3% {
        transform: translateX(-10%);
    }
    2.6% {
        transform: translateX(10%);
    }
    5.2% {
        transform: translateX(-5%);
    }
    7.8% {
        transform: translateX(5%);
    }
    10.4% {
        transform: translateX(-2.5%);
    }
    14.4% {
        transform: translateX(2.5%);
    }
    18.4% {
        transform: translateX(-1%);
    }
    22.4% {
        transform: translateX(1%);
    }
    26.4% {
        transform: translateX(-1%);
    }
    100% {
        transform: translateX(0);
    }
}
@-o-keyframes yurayura-8e5f96c8 {
    0% {
        transform: translateX(0);
    }
    1.3% {
        transform: translateX(-10%);
    }
    2.6% {
        transform: translateX(10%);
    }
    5.2% {
        transform: translateX(-5%);
    }
    7.8% {
        transform: translateX(5%);
    }
    10.4% {
        transform: translateX(-2.5%);
    }
    14.4% {
        transform: translateX(2.5%);
    }
    18.4% {
        transform: translateX(-1%);
    }
    22.4% {
        transform: translateX(1%);
    }
    26.4% {
        transform: translateX(-1%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes yurayura-8e5f96c8 {
    0% {
        transform: translateX(0);
    }
    1.3% {
        transform: translateX(-10%);
    }
    2.6% {
        transform: translateX(10%);
    }
    5.2% {
        transform: translateX(-5%);
    }
    7.8% {
        transform: translateX(5%);
    }
    10.4% {
        transform: translateX(-2.5%);
    }
    14.4% {
        transform: translateX(2.5%);
    }
    18.4% {
        transform: translateX(-1%);
    }
    22.4% {
        transform: translateX(1%);
    }
    26.4% {
        transform: translateX(-1%);
    }
    100% {
        transform: translateX(0);
    }
}
@-moz-keyframes color-8e5f96c8 {
    0% {
        background-color: #ff5757;
    }
    16% {
        background-color: #df7800;
    }
    32% {
        background-color: #efd200;
    }
    48% {
        background-color: #00d874;
    }
    64% {
        background-color: #34a9ff;
    }
    80% {
        background-color: #ae3bd8;
    }
    100% {
        background-color: #ff5757;
    }
}
@-webkit-keyframes color-8e5f96c8 {
    0% {
        background-color: #ff5757;
    }
    16% {
        background-color: #df7800;
    }
    32% {
        background-color: #efd200;
    }
    48% {
        background-color: #00d874;
    }
    64% {
        background-color: #34a9ff;
    }
    80% {
        background-color: #ae3bd8;
    }
    100% {
        background-color: #ff5757;
    }
}
@-o-keyframes color-8e5f96c8 {
    0% {
        background-color: #ff5757;
    }
    16% {
        background-color: #df7800;
    }
    32% {
        background-color: #efd200;
    }
    48% {
        background-color: #00d874;
    }
    64% {
        background-color: #34a9ff;
    }
    80% {
        background-color: #ae3bd8;
    }
    100% {
        background-color: #ff5757;
    }
}
@keyframes color-8e5f96c8 {
    0% {
        background-color: #ff5757;
    }
    16% {
        background-color: #df7800;
    }
    32% {
        background-color: #efd200;
    }
    48% {
        background-color: #00d874;
    }
    64% {
        background-color: #34a9ff;
    }
    80% {
        background-color: #ae3bd8;
    }
    100% {
        background-color: #ff5757;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-8e2ab5c2] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-8e2ab5c2] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-8e2ab5c2] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-8e2ab5c2] {
        display: none;
    }
}
.o-local-nav[data-v-8e2ab5c2] {
    position: fixed;
    bottom: 35px;
    left: 40px;
    z-index: 99;
}
.o-local-nav.is-bottom[data-v-8e2ab5c2] {
    position: absolute;
}
.o-local-nav.is-top .o-local-nav_item[data-v-8e2ab5c2] {
    color: #fff;
}
.o-local-nav.is-top .o-local-nav_item[data-v-8e2ab5c2]:before {
    background-color: #fff;
}
.o-local-nav.is-top .o-local-nav_item[data-v-8e2ab5c2]:hover {
    color: #0e0f17;
}
.o-local-nav.is-top .o-local-nav_item[data-v-8e2ab5c2]:hover:before {
    background-color: #0e0f17;
}
.o-local-nav_item[data-v-8e2ab5c2] {
    position: relative;
    padding-left: 10px;
    color: #b5b5b8;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    opacity: 0;
    transition: color ease-out 0.15s;
}
.o-local-nav_item.is-active[data-v-8e2ab5c2] {
    color: #0e0f17;
}
.o-local-nav_item.is-active[data-v-8e2ab5c2]:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background-color: #0e0f17;
    border-radius: 50%;
    opacity: 0;
    animation: dot-8e2ab5c2 0.5s 0s forwards;
}
.o-local-nav_item.is-landing.is-delay-1[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.1s forwards;
}
.o-local-nav_item.is-landing.is-delay-2[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.2s forwards;
}
.o-local-nav_item.is-landing.is-delay-3[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.3s forwards;
}
.o-local-nav_item.is-landing.is-delay-4[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-5[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-6[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.6s forwards;
}
.o-local-nav_item.is-landing.is-delay-7[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.7s forwards;
}
.o-local-nav_item.is-landing.is-delay-8[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.8s forwards;
}
.o-local-nav_item.is-landing.is-delay-9[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 1.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-10[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2s forwards;
}
.o-local-nav_item.is-landing.is-delay-11[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.1s forwards;
}
.o-local-nav_item.is-landing.is-delay-12[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.2s forwards;
}
.o-local-nav_item.is-landing.is-delay-13[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.3s forwards;
}
.o-local-nav_item.is-landing.is-delay-14[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-15[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-16[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.6s forwards;
}
.o-local-nav_item.is-landing.is-delay-17[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.7s forwards;
}
.o-local-nav_item.is-landing.is-delay-18[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.8s forwards;
}
.o-local-nav_item.is-landing.is-delay-19[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 2.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-20[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3s forwards;
}
.o-local-nav_item.is-landing.is-delay-21[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.1s forwards;
}
.o-local-nav_item.is-landing.is-delay-22[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.2s forwards;
}
.o-local-nav_item.is-landing.is-delay-23[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.3s forwards;
}
.o-local-nav_item.is-landing.is-delay-24[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-25[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-26[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.6s forwards;
}
.o-local-nav_item.is-landing.is-delay-27[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.7s forwards;
}
.o-local-nav_item.is-landing.is-delay-28[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.8s forwards;
}
.o-local-nav_item.is-landing.is-delay-29[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 3.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-30[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4s forwards;
}
.o-local-nav_item.is-landing.is-delay-31[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.1s forwards;
}
.o-local-nav_item.is-landing.is-delay-32[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.2s forwards;
}
.o-local-nav_item.is-landing.is-delay-33[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.300000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-34[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-35[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-36[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.6s forwards;
}
.o-local-nav_item.is-landing.is-delay-37[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.7s forwards;
}
.o-local-nav_item.is-landing.is-delay-38[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.800000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-39[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 4.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-40[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5s forwards;
}
.o-local-nav_item.is-landing.is-delay-41[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.100000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-42[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.2s forwards;
}
.o-local-nav_item.is-landing.is-delay-43[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.3s forwards;
}
.o-local-nav_item.is-landing.is-delay-44[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-45[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-46[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.600000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-47[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.7s forwards;
}
.o-local-nav_item.is-landing.is-delay-48[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.800000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-49[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 5.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-50[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6s forwards;
}
.o-local-nav_item.is-landing.is-delay-51[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.100000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-52[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.2s forwards;
}
.o-local-nav_item.is-landing.is-delay-53[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.300000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-54[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-55[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-56[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.600000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-57[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.7s forwards;
}
.o-local-nav_item.is-landing.is-delay-58[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.800000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-59[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 6.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-60[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7s forwards;
}
.o-local-nav_item.is-landing.is-delay-61[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.100000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-62[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.2s forwards;
}
.o-local-nav_item.is-landing.is-delay-63[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.300000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-64[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-65[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-66[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.600000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-67[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.7s forwards;
}
.o-local-nav_item.is-landing.is-delay-68[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.800000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-69[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 7.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-70[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8s forwards;
}
.o-local-nav_item.is-landing.is-delay-71[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.100000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-72[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.2s forwards;
}
.o-local-nav_item.is-landing.is-delay-73[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.3s forwards;
}
.o-local-nav_item.is-landing.is-delay-74[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-75[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-76[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.600000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-77[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.7s forwards;
}
.o-local-nav_item.is-landing.is-delay-78[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.8s forwards;
}
.o-local-nav_item.is-landing.is-delay-79[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 8.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-80[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9s forwards;
}
.o-local-nav_item.is-landing.is-delay-81[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.1s forwards;
}
.o-local-nav_item.is-landing.is-delay-82[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.200000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-83[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.3s forwards;
}
.o-local-nav_item.is-landing.is-delay-84[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-85[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-86[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.6s forwards;
}
.o-local-nav_item.is-landing.is-delay-87[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.700000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-88[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.8s forwards;
}
.o-local-nav_item.is-landing.is-delay-89[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 9.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-90[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10s forwards;
}
.o-local-nav_item.is-landing.is-delay-91[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.1s forwards;
}
.o-local-nav_item.is-landing.is-delay-92[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.200000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-93[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.3s forwards;
}
.o-local-nav_item.is-landing.is-delay-94[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.4s forwards;
}
.o-local-nav_item.is-landing.is-delay-95[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.5s forwards;
}
.o-local-nav_item.is-landing.is-delay-96[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.600000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-97[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.700000000000001s forwards;
}
.o-local-nav_item.is-landing.is-delay-98[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.8s forwards;
}
.o-local-nav_item.is-landing.is-delay-99[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 10.9s forwards;
}
.o-local-nav_item.is-landing.is-delay-100[data-v-8e2ab5c2] {
    animation: landing-8e2ab5c2 0.5s 11s forwards;
}
.o-local-nav_item[data-v-8e2ab5c2]:hover {
    color: #0e0f17;
}
.o-local-nav_item-inner[data-v-8e2ab5c2] {
    display: inline-block;
}
@-moz-keyframes dot-8e2ab5c2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes dot-8e2ab5c2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes dot-8e2ab5c2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes dot-8e2ab5c2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes landing-8e2ab5c2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes landing-8e2ab5c2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes landing-8e2ab5c2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes landing-8e2ab5c2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-1ee7a4a0] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-1ee7a4a0] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-1ee7a4a0] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-1ee7a4a0] {
        display: none;
    }
}
.a-matrix[data-v-1ee7a4a0] .text-space {
    display: inline-block;
    width: 5px;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-f431a514] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-f431a514] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-f431a514] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-f431a514] {
        display: none;
    }
}
.o-g-footer[data-v-f431a514] {
    background: #212129;
    color: #dadadb;
    position: relative;
    padding: 80px 40px 50px;
}
@media all and (min-width: 768px) {
    .o-g-footer[data-v-f431a514] {
        display: flex;
        padding: 80px 80px 110px;
    }
}
@media all and (max-width: 767px) {
    .o-g-footer_logo[data-v-f431a514] {
        width: 190px;
        margin: 0 auto;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_logo[data-v-f431a514] {
        width: 17.081260364842453%;
    }
}
@media all and (max-width: 767px) {
    .o-g-footer_clms[data-v-f431a514] {
        margin-top: 52px;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_clms[data-v-f431a514] {
        display: flex;
        margin-left: 17.081260364842453%;
        width: 65.83747927031509%;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-line[data-v-f431a514] {
        width: 22.16624685138539%;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-line + .o-g-footer_clm-line[data-v-f431a514] {
        margin-left: 3.778337531486146%;
    }
}
@media all and (max-width: 767px) {
    .o-g-footer_clm-4[data-v-f431a514] {
        margin-top: 37px;
    }
}
@media all and (max-width: 767px) {
    .o-g-footer_clm-cnts[data-v-f431a514] {
        border-bottom: 1px solid #707070;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-cnts + .o-g-footer_clm-cnts[data-v-f431a514] {
        margin-top: 30px;
    }
}
.o-g-footer_official-group[data-v-f431a514] {
    margin-top: 47px;
}
@media all and (min-width: 768px) {
    .o-g-footer_official-group[data-v-f431a514] {
        margin-top: 30px;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_official-address[data-v-f431a514] {
        width: 27.96486090775988%;
        position: absolute;
        left: 80px;
        bottom: 100px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-e0d24366] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-e0d24366] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-e0d24366] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-e0d24366] {
        display: none;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-cnt[data-v-e0d24366] .a-accordion_contets {
        overflow: visible;
    }
}
.o-g-footer_clm-cnt-hdg[data-v-e0d24366] {
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    transition: opacity ease-out 0.15s;
}
@media all and (max-width: 767px) {
    .o-g-footer_clm-cnt-hdg[data-v-e0d24366] {
        padding: 30px 0;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-cnt-hdg[data-v-e0d24366] {
        line-height: 1.6;
    }
}
.o-g-footer_clm-cnt-hdg.is-acdn[data-v-e0d24366] {
    position: relative;
}
@media all and (max-width: 767px) {
    .o-g-footer_clm-cnt-hdg.is-acdn[data-v-e0d24366]:after,
    .o-g-footer_clm-cnt-hdg.is-acdn[data-v-e0d24366]:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 10px;
        height: 1px;
        background-color: #707070;
    }
}
.o-g-footer_clm-cnt-hdg.is-acdn[data-v-e0d24366]:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform ease-out 0.15s;
}
.o-g-footer_clm-cnt-hdg.is-acdn.is-open[data-v-e0d24366]:after {
    transform: translateY(-50%) rotate(0);
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-cnt-hdg[data-v-e0d24366]:not(.is-acdn):hover {
        opacity: 0.5;
    }
}
.o-g-footer_clm-cnt-list[data-v-e0d24366] {
    padding: 27px 0;
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-cnt-list[data-v-e0d24366] {
        padding: 14px 0 0;
    }
}
@media all and (max-width: 767px) {
    .o-g-footer_clm-cnt-list.is-acdn[data-v-e0d24366] {
        padding: 0 0 27px 40px;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-cnt-list.is-only-list[data-v-e0d24366] {
        padding-top: 0;
    }
}
.o-g-footer_clm-cnt-list-item[data-v-e0d24366] {
    display: block;
    color: #a2a3a6;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 11px;
    line-height: 1.454545454545455;
    letter-spacing: 0.1em;
    white-space: pre-line;
    transition: opacity ease-out 0.15s;
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-cnt-list-item[data-v-e0d24366] {
        font-size: 10px;
        line-height: 0.8;
        letter-spacing: 0.1em;
    }
}
.o-g-footer_clm-cnt-list-item[data-v-e0d24366]:hover {
    opacity: 0.5;
}
.o-g-footer_clm-cnt-list-item + .o-g-footer_clm-cnt-list-item[data-v-e0d24366] {
    margin-top: 25px;
}
@media all and (min-width: 768px) {
    .o-g-footer_clm-cnt-list-item + .o-g-footer_clm-cnt-list-item[data-v-e0d24366] {
        margin-top: 9px;
    }
}
@media all and (min-width: 768px) {
    .is-sp[data-v-ba2f04e4] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-ba2f04e4] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-ba2f04e4] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-ba2f04e4] {
        display: none;
    }
}
.a-accordion_contets[data-v-ba2f04e4] {
    height: 0;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-6197a900] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-6197a900] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-6197a900] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-6197a900] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .o-g-footer_sns[data-v-6197a900] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.o-g-footer_sns-hdg[data-v-6197a900] {
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
}
.o-g-footer_sns-list[data-v-6197a900] {
    display: flex;
    align-items: center;
}
@media all and (max-width: 767px) {
    .o-g-footer_sns-list[data-v-6197a900] {
        margin-right: 11px;
    }
}
@media all and (min-width: 768px) {
    .o-g-footer_sns-list[data-v-6197a900] {
        margin-top: 20px;
    }
}
.o-g-footer_sns-list-item[data-v-6197a900] {
    width: 20px;
    transition: opacity ease-out 0.15s;
}
@media all and (min-width: 768px) {
    .o-g-footer_sns-list-item[data-v-6197a900] {
        min-width: 20px;
        width: 17.045454545454543%;
        max-width: 30px;
    }
}
.o-g-footer_sns-list-item + .o-g-footer_sns-list-item[data-v-6197a900] {
    margin-left: 30px;
}
@media all and (min-width: 768px) {
    .o-g-footer_sns-list-item + .o-g-footer_sns-list-item[data-v-6197a900] {
        margin-left: 19.886363636363637%;
    }
}
.o-g-footer_sns-list-item[data-v-6197a900]:hover {
    opacity: 0.5;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-2058a3ae] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-2058a3ae] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-2058a3ae] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-2058a3ae] {
        display: none;
    }
}
.o-g-footer_group-item[data-v-2058a3ae] {
    display: block;
    color: #a2a3a6;
    font-family: quasimoda, "Avenir Next", "Arial Black", sans-serif;
    font-weight: 600 !important;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 22px;
    transition: opacity ease-out 0.15s;
}
@media all and (min-width: 768px) {
    .o-g-footer_group-item[data-v-2058a3ae] {
        margin-top: 10px;
        line-height: 1.6;
    }
}
.o-g-footer_group-item[data-v-2058a3ae]:hover {
    opacity: 0.5;
}
@media all and (min-width: 768px) {
    .is-sp[data-v-8ac96df4] {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .is-pc[data-v-8ac96df4] {
        display: none;
    }
}
@media all and (min-width: 1025px) {
    .is-sptab[data-v-8ac96df4] {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .is-overtab[data-v-8ac96df4] {
        display: none;
    }
}
.o-g-footer_address[data-v-8ac96df4] {
    color: #a2a3a6;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-top: 15px;
}
.o-g-footer_address-copy[data-v-8ac96df4] {
    display: block;
    margin-top: 68px;
}
@media all and (min-width: 768px) {
    .o-g-footer_address-copy[data-v-8ac96df4] {
        margin-top: 10px;
    }
}
