html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

li,
ul {
    list-style-type: none
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:focus,
a:hover {
    outline: 0
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button{
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

hr {
    margin: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

:root {
    --lo1: 1400;
    --lo2: 1400px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    :root {
        --lo1: 1400;
        --lo2: 100vw
    }
}

@media only screen and (min-width:1401px) {
    :root {
        --lo1: 1401;
        --lo2: 100vw
    }
}

@media only screen and (min-width:1601px) {
    :root {
        --lo1: 1401;
        --lo2: 1600px
    }
}

@media only screen and (max-width:768px) {
    :root {
        --lo1: 392;
        --lo2: 100vw
    }
}

.c-link_underlink_inout {
    position: relative;
    display: inline;
    text-decoration: none;
    background: linear-gradient(#333, #333) 0 100%/0 1px no-repeat;
    padding-bottom: 2px
}

.c-link_underlink_inout.is-hover {
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size .25s cubic-bezier(.61, 1, .88, 1)
}

.c-link_underlink_inout.is-out {
    background-size: 0 1px;
    background-position: 100% 100%;
    transition: background-size .25s cubic-bezier(.61, 1, .88, 1)
}

.c-link_underlink_out {
    position: relative;
    display: inline;
    text-decoration: none;
    background: linear-gradient(#bbb, #bbb) 0 100%/100% 1px no-repeat;
    padding-bottom: 4px
}

.c-link_underlink_out.is-hover {
    background-size: 0 1px;
    background-position: 100% 100%;
    transition: background-size .3s cubic-bezier(.61, 1, .88, 1)
}

.c-link_underlink_out.is-out {
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size .3s cubic-bezier(.61, 1, .88, 1)
}

.c-ul {
    position: relative;
    display: inline;
    text-decoration: none;
    background: linear-gradient(#bbb, #bbb) 0 100%/100% 1px no-repeat;
    padding-bottom: 4px
}

@media only screen and (max-width:768px) {
    .c-ul {
        padding-bottom: 2px
    }
}

.c-ul:after {
    display: inline;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(#162894, #162894) 0 100%/0 1px no-repeat
}

.c-ul.is-hover:after {
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size .25s cubic-bezier(.61, 1, .88, 1)
}

.c-ul.is-out:after {
    background-size: 0 1px;
    background-position: 100% 100%;
    transition: background-size .25s cubic-bezier(.61, 1, .88, 1)
}

body.lang_en .c-ul {
    transition: background .25s cubic-bezier(.61, 1, .88, 1)
}

body.lang_en .c-ul:after {
    display: none
}

body.lang_en .c-ul.is-hover {
    background: linear-gradient(#162894, #162894) 0 100%/100% 1px no-repeat
}

.txt a {
    position: relative;
    display: inline;
    text-decoration: none;
    background: linear-gradient(#bbb, #bbb) 0 100%/100% 1px no-repeat;
    padding-bottom: 4px;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

.txt a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(#162894, #162894) 0 100%/0 1px no-repeat
}

.txt a.is-hover {
    color: #162894
}

.txt a.is-hover:after {
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size .25s cubic-bezier(.61, 1, .88, 1)
}

.txt a.is-out:after {
    background-size: 0 1px;
    background-position: 100% 100%;
    transition: background-size .25s cubic-bezier(.61, 1, .88, 1)
}

header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 104px;
    border-bottom: 1px solid #dcdcdc;
    transition: border-bottom .4s cubic-bezier(.8, 0, .2, 1)
}

@media only screen and (max-width:768px) {
    header {
        height: 88px
    }
}

header.hover .logo svg {
    transition-delay: .1s
}

header.hover nav a.nav-item {
    transition-delay: .1s
}

header.hover a.en,
header.hover a.ja {
    transition-delay: .1s
}

header.hover a.access svg {
    transition-delay: .1s
}

header.hover .separate:after {
    transition-delay: .1s
}

header.hover a.menu-btn span {
    transition-delay: .1s
}

header.white {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

header.white .logo svg {
    fill: #fff
}

header.white nav a.nav-item {
    color: #fff;
    font-weight: 600
}

header.white nav a.nav-item.current:before {
    background-color: #fff
}

header.white a.en,
header.white a.ja {
    color: #fff
}

header.white a.access svg {
    stroke: #fff
}

header.white .separate:after {
    background-color: rgba(255, 255, 255, .3)
}

header.white a.menu-btn span {
    background-color: #fff
}

header.white:after {
    background: rgba(255, 255, 255, 0)
}

header.is-close a.nav-item,
header.is-open a.nav-item {
    transition: font-weight .4s cubic-bezier(.61, 1, .88, 1), color .4s cubic-bezier(.61, 1, .88, 1), opacity .8s cubic-bezier(.8, 0, .2, 1)
}

header.is-open {
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

header.is-open a.nav-item {
    opacity: 0;
    pointer-events: none
}

header.is-open nav .separate {
    opacity: 0
}

header.is-open a.menu-btn span:nth-of-type(1) {
    top: 11px;
    transform: rotate(45deg)
}

header.is-open a.menu-btn span:nth-of-type(2) {
    width: 0
}

header.is-open a.menu-btn span:nth-of-type(3) {
    top: 11px;
    transform: rotate(-45deg)
}

header .inner {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 56px
}

@media only screen and (max-width:768px) {
    header .inner {
        padding: 0 24px
    }
}

header .logo {
    font-size: 0
}

header .logo svg {
    width: 178px;
    height: 56px;
    fill: #333;
    transition: fill .4s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (max-width:768px) {
    header .logo svg {
        width: 156px;
        height: 48px
    }
}

header .logo.is-hover svg {
    fill: #162894
}

header nav {
    display: flex;
    align-items: center
}

header nav a {
    color: #111
}

header nav a.nav-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .02em;
    color: #111;
    margin-right: calc(40 / var(--lo1) * var(--lo2));
    transition: font-weight .4s cubic-bezier(.61, 1, .88, 1), color .4s cubic-bezier(.61, 1, .88, 1), opacity .8s cubic-bezier(.8, 0, .2, 1)
}

@media only screen and (max-width:1024px) {
    header nav a.nav-item {
        display: none
    }
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    header nav a.nav-item {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    header nav a.nav-item {
        display: none
    }
}

header nav a.nav-item.is-hover {
    color: #162894;
    transition: color .4s cubic-bezier(.61, 1, .88, 1)
}

header nav a.nav-item.current:before {
    position: absolute;
    bottom: -36px;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #162894;
    transition: background-color .4s cubic-bezier(.61, 1, .88, 1)
}

header nav a.en,
header nav a.ja {
    transition: color .4s cubic-bezier(.61, 1, .88, 1)
}

header nav a.en.is-hover,
header nav a.ja.is-hover {
    color: #162894
}

header nav a.access {
    font-size: 0
}

header nav a.access svg {
    width: 24px;
    height: 24px;
    stroke: #333;
    transition: stroke .4s cubic-bezier(.61, 1, .88, 1)
}

header nav a.access.is-hover svg {
    stroke: #162894
}

header nav a.menu-btn {
    position: relative;
    font-size: 0;
    width: 24px;
    height: 24px
}

header nav a.menu-btn span {
    position: absolute;
    left: 2px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
    transition: background-color .4s cubic-bezier(.61, 1, .88, 1), top .8s cubic-bezier(.8, 0, .2, 1), transform .8s cubic-bezier(.8, 0, .2, 1), width .3s cubic-bezier(.8, 0, .2, 1)
}

header nav a.menu-btn span:nth-of-type(1) {
    top: 5px
}

header nav a.menu-btn span:nth-of-type(2) {
    top: 11px
}

header nav a.menu-btn span:nth-of-type(3) {
    top: 17px
}

header nav a.menu-btn.is-hover span {
    background-color: #162894
}

header nav .separate {
    height: 24px;
    margin-right: calc(40 / var(--lo1) * var(--lo2));
    transition: opacity .8s cubic-bezier(.8, 0, .2, 1)
}

@media only screen and (max-width:1024px) {
    header nav .separate {
        display: none
    }
}

header nav .separate:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 24px;
    background-color: #dcdcdc;
    transition: background .8s cubic-bezier(.61, 1, .88, 1)
}

header nav .access,
header nav .en,
header nav .ja {
    margin-right: calc(40 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {

    header nav .access,
    header nav .en,
    header nav .ja {
        margin-right: 24px
    }
}

header:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .88);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: opacity .8s cubic-bezier(.61, 1, .88, 1), background 1s cubic-bezier(.61, 1, .88, 1);
    transition-delay: .1s
}

.ipad header.white nav a.nav-item {
    font-weight: 400
}

body header {
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff
}

body header:after {
    background: #fff;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset
}

body header.is-close,
body header.is-open {
    transition: border-color .8s cubic-bezier(.8, 0, .2, 1)
}

body header.is-open {
    border-color: #fff
}

footer {
    position: fixed;
    z-index: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0
}

@media only screen and (max-width:768px) {
    footer {
        position: relative;
        z-index: 1;
        opacity: 1;
        margin-bottom: 6px
    }
}

footer .footer-wraper {
    position: relative;
    z-index: 2;
    opacity: 0
}

footer.is-visible {
    opacity: 1
}

footer.is-visible .footer-reservation,
footer.is-visible .footer-wraper {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(.61, 1, .88, 1);
    transition-delay: 1s
}

@media only screen and (min-width:769px) {
    footer.is-visible:after {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background-color: rgba(255, 255, 255, .93);
        transition: background-color 1s cubic-bezier(.61, 1, .88, 1), -webkit-backdrop-filter 1s cubic-bezier(.61, 1, .88, 1);
        transition: background-color 1s cubic-bezier(.61, 1, .88, 1), backdrop-filter 1s cubic-bezier(.61, 1, .88, 1);
        transition: background-color 1s cubic-bezier(.61, 1, .88, 1), backdrop-filter 1s cubic-bezier(.61, 1, .88, 1), -webkit-backdrop-filter 1s cubic-bezier(.61, 1, .88, 1);
        transition-delay: .6s
    }
}

@media only screen and (max-width:768px) {
    footer.is-visible .footer-bg-sp:after {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background-color: rgba(255, 255, 255, .93);
        transition: background-color 1s cubic-bezier(.61, 1, .88, 1), -webkit-backdrop-filter 1s cubic-bezier(.61, 1, .88, 1);
        transition: background-color 1s cubic-bezier(.61, 1, .88, 1), backdrop-filter 1s cubic-bezier(.61, 1, .88, 1);
        transition: background-color 1s cubic-bezier(.61, 1, .88, 1), backdrop-filter 1s cubic-bezier(.61, 1, .88, 1), -webkit-backdrop-filter 1s cubic-bezier(.61, 1, .88, 1);
        transition-delay: .6s
    }
}

footer .footer-bg,
footer .footer-bg-sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-size: cover;
    background-position: center
}

footer .footer-bg-sp {
    display: none
}

footer .footer-bg-sp:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

@media only screen and (max-width:768px) {
    footer .footer-bg {
        display: none
    }

    footer .footer-bg-sp {
        display: block
    }
}

footer:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

@media only screen and (max-width:768px) {
    footer:after {
        display: none
    }
}

footer .footer-middle,
footer .footer-top,
footer .inner {
    width: calc(1288 / var(--lo1) * var(--lo2));
    max-width: 1600px;
    margin: 0 auto
}

@media only screen and (min-width:769px) and (max-width:1400px) {

    footer .footer-middle,
    footer .footer-top,
    footer .inner {
        width: auto;
        margin: 0 calc(56 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {

    footer .footer-middle,
    footer .footer-top,
    footer .inner {
        width: auto;
        margin: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

footer .col__ttl {
    display: flex;
    align-items: center;
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif;
    font-size: 9px;
    line-height: 2.66;
    color: #bbb;
    letter-spacing: .06em;
    margin-bottom: 24px
}

footer .col__ttl span {
    flex-shrink: 0
}

@media only screen and (max-width:768px) {
    footer .col__ttl span {
        color: #777
    }
}

footer .col__ttl:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin-left: 16px
}

footer .footer-reservation {
    opacity: 0;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, .04);
    font-size: 14px;
    line-height: 2;
    letter-spacing: .03em;
    text-align: center;
    padding: 32px 0
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    footer .footer-reservation {
        font-size: max(14 / var(--lo1) * var(--lo2), 10px)
    }
}

@media only screen and (max-width:768px) {
    footer .footer-reservation {
        padding: 32px calc(24 / var(--lo1) * var(--lo2))
    }

    footer .footer-reservation a.c-ul {
        padding-bottom: 1px
    }
}

footer .footer-top {
    display: flex;
    padding-top: 80px
}

@media only screen and (max-width:768px) {
    footer .footer-top {
        display: block;
        padding-top: 64px;
        padding-bottom: 40px;
        border-bottom: 1px solid #dcdcdc
    }
}

footer .footer-top .col a.current:before {
    position: relative;
    content: "";
    display: inline-block;
    top: 1px;
    width: calc(4 / var(--lo1) * var(--lo2));
    height: calc(14 / var(--lo1) * var(--lo2));
    margin-right: calc(12 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    footer .footer-top .col a.current:before {
        width: 4px;
        height: 14px;
        margin-right: 12px
    }
}

footer .footer-top .col a.current.hiramatsu:before {
    background-color: #162894
}

footer .footer-top .col.n1 {
    width: calc(280 / var(--lo1) * var(--lo2));
    margin-right: calc(56 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    footer .footer-top .col.n1 {
        width: 100%;
        padding-bottom: 40px
    }
}

footer .footer-top .col.n1 .col__ttl:after {
    width: calc(186 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    footer .footer-top .col.n1 .col__ttl:after {
        width: 100%
    }
}

footer .footer-top .col.n1 p {
    display: flex;
    align-items: center
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    footer .footer-top .col.n1 p {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

footer .footer-top .col.n2 {
    width: calc(616 / var(--lo1) * var(--lo2));
    margin-right: calc(56 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    footer .footer-top .col.n2 {
        display: none
    }
}

footer .footer-top .col.n2 .navi {
    display: flex
}

footer .footer-top .col.n2 .navi .navi-child:first-child {
    width: calc(336 / var(--lo1) * var(--lo2))
}

footer .footer-top .col.n3 {
    width: calc(280 / var(--lo1) * var(--lo2))
}

footer .footer-top .col.n3 .navi a span {
    display: inline-flex;
    align-items: center
}

footer .footer-top .col.n3 .navi a span svg {
    width: calc(14 / var(--lo1) * var(--lo2));
    height: calc(14 / var(--lo1) * var(--lo2));
    fill: #dcdcdc;
    margin-left: calc(8 / var(--lo1) * var(--lo2));
    transition: fill .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (max-width:768px) {
    footer .footer-top .col.n3 .navi a span svg {
        width: 14px;
        height: 14px
    }
}

footer .footer-top .col.n3 .navi a.is-hover svg {
    fill: #162894;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (max-width:768px) {
    footer .footer-top .col.n3 {
        width: 100%
    }

    footer .footer-top .col.n3 .navi {
        display: flex;
        flex-wrap: wrap
    }

    footer .footer-top .col.n3 .navi a {
        margin-top: 0;
        margin-right: 40px
    }
}

footer .footer-top a {
    display: table;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .02em;
    font-weight: 500;
    margin-top: 8px;
    color: #111;
    transition: color .4s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    footer .footer-top a {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

footer .footer-top a.is-hover {
    color: #162894;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

footer .footer-top a:first-of-type {
    margin-top: 0
}

footer .footer-middle {
    display: flex;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
    font-weight: 500;
    margin-top: 80px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    footer .footer-middle {
        font-size: calc(12 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    footer .footer-middle {
        display: block;
        margin-top: 40px
    }
}

footer .footer-middle-sns {
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif;
    display: flex;
    align-items: center;
    width: calc(280 / var(--lo1) * var(--lo2));
    margin-right: calc(56 / var(--lo1) * var(--lo2))
}

footer .footer-middle-sns a {
    font-size: 0;
    margin-left: 16px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    footer .footer-middle-sns a {
        margin-left: calc(16 / var(--lo1) * var(--lo2))
    }
}

footer .footer-middle-sns a svg {
    width: 24px;
    height: 24px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    footer .footer-middle-sns a svg {
        width: calc(24 / var(--lo1) * var(--lo2));
        height: calc(24 / var(--lo1) * var(--lo2))
    }
}

footer .footer-middle-sns a.facebook svg,
footer .footer-middle-sns a.instagram svg {
    fill: #4e65e8;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1)
}

footer .footer-middle-sns a.facebook.is-hover svg,
footer .footer-middle-sns a.instagram.is-hover svg {
    fill: #162894
}

footer .footer-middle-copyright {
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif
}

@media only screen and (max-width:768px) {
    footer .footer-middle-copyright {
        margin-top: 24px
    }
}

.ipad footer {
    padding-top: 400px;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .ipad footer {
        padding-top: 0
    }
}

.ipad footer .footer-bg {
    top: auto;
    bottom: 0;
    height: calc(100% - 400px);
    background-position: bottom center
}

.footer-bottom {
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
    font-weight: 500;
    border-top: 1px solid #dcdcdc;
    margin-top: 80px
}

.footer-bottom.elm-pc {
    display: flex;
    align-items: center;
    height: 57px
}

@media only screen and (max-width:768px) {
    .footer-bottom.elm-pc {
        display: none
    }
}

.footer-bottom.elm-sp {
    display: none
}

@media only screen and (max-width:768px) {
    .footer-bottom.elm-sp {
        opacity: 0;
        position: relative;
        z-index: 2;
        display: block;
        padding-top: 18px;
        padding-bottom: 18px
    }
}

.footer-bottom.elm-sp.is-visible {
    opacity: 1;
    transition: opacity 1.2s cubic-bezier(.61, 1, .88, 1);
    transition-delay: 1s
}

.footer-bottom.en1_note a,
.footer-bottom.en1_note span {
    color: #777
}

.footer-bottom.en1_note a.is-hover {
    color: #162894
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .footer-bottom {
        font-size: max(12 / var(--lo1) * var(--lo2), 9px)
    }
}

@media only screen and (max-width:768px) {
    .footer-bottom {
        margin-top: 0
    }
}

.footer-bottom .inner {
    display: flex
}

@media only screen and (max-width:768px) {
    .footer-bottom .inner {
        flex-wrap: wrap;
        margin: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

.footer-bottom a,
.footer-bottom span {
    display: flex;
    align-items: center;
    margin-right: 16px
}

.footer-bottom a:after,
.footer-bottom span:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #dcdcdc;
    margin-left: 16px
}

.footer-bottom a:last-child,
.footer-bottom span:last-child {
    margin-right: 0
}

.footer-bottom a:last-child:after,
.footer-bottom span:last-child:after {
    display: none
}

#c-g_navi {
    position: fixed;
    z-index: 19;
    top: -1px;
    left: 0;
    width: 100%;
    pointer-events: none;
    border-bottom: 1px solid #dcdcdc
}

#c-g_navi.is-close .c-g_navi-wraper {
    height: 0
}

#c-g_navi.is-open {
    position: relative;
    opacity: 1;
    pointer-events: auto
}

#c-g_navi.is-open .c-g_navi-wraper {
    height: 544px;
    opacity: 1
}

@media only screen and (max-width:768px) {
    #c-g_navi.is-open .c-g_navi-wraper {
        height: auto
    }
}

#c-g_navi.is-open #c-g_navi-bg {
    opacity: 1
}

#c-g_navi .c-g_navi-wraper {
    height: 0;
    overflow: hidden;
    transition: opacity .8s cubic-bezier(.61, 1, .88, 1), height .8s cubic-bezier(.8, 0, .2, 1)
}

#c-g_navi .c-g_navi-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 544px;
    padding-top: 104px;
    padding-bottom: 80px
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-container {
        height: auto
    }
}

#c-g_navi #c-g_navi-bg {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, .25);
    transition: opacity .8s cubic-bezier(.61, 1, .88, 1)
}

#c-g_navi:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #fff
}

#c-g_navi .c-g_navi-middle,
#c-g_navi .c-g_navi-top,
#c-g_navi .inner {
    width: calc(1288 / var(--lo1) * var(--lo2));
    max-width: 1600px;
    margin: 0 auto
}

@media only screen and (min-width:769px) and (max-width:1400px) {

    #c-g_navi .c-g_navi-middle,
    #c-g_navi .c-g_navi-top,
    #c-g_navi .inner {
        width: auto;
        margin: 0 calc(56 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {

    #c-g_navi .c-g_navi-middle,
    #c-g_navi .c-g_navi-top,
    #c-g_navi .inner {
        width: auto;
        margin: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

#c-g_navi .col__ttl {
    display: flex;
    align-items: center;
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif;
    font-size: 9px;
    line-height: 2.66;
    color: #bbb;
    letter-spacing: .06em;
    margin-bottom: 24px
}

#c-g_navi .col__ttl span {
    flex-shrink: 0
}

@media only screen and (max-width:768px) {
    #c-g_navi .col__ttl span {
        color: #777
    }
}

#c-g_navi .col__ttl:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin-left: 16px
}

#c-g_navi .c-g_navi-top {
    display: flex;
    padding-top: 56px
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top {
        display: block;
        padding-top: 16px;
        padding-bottom: 40px;
        border-bottom: 1px solid #dcdcdc
    }
}

#c-g_navi .c-g_navi-top .col a.current:before {
    position: relative;
    content: "";
    display: inline-block;
    top: 1px;
    width: calc(4 / var(--lo1) * var(--lo2));
    height: calc(14 / var(--lo1) * var(--lo2));
    margin-right: calc(12 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top .col a.current:before {
        width: 4px;
        height: 14px;
        margin-right: 12px
    }
}

#c-g_navi .c-g_navi-top .col a.current.hiramatsu:before {
    background-color: #162894
}

#c-g_navi .c-g_navi-top .col.n1 {
    width: calc(280 / var(--lo1) * var(--lo2));
    margin-right: calc(56 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top .col.n1 {
        display: none;
        width: 100%;
        padding-bottom: 40px
    }
}

#c-g_navi .c-g_navi-top .col.n1 .col__ttl:after {
    width: calc(186 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top .col.n1 .col__ttl:after {
        width: 100%
    }
}

#c-g_navi .c-g_navi-top .col.n1 p {
    display: flex;
    align-items: center
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    #c-g_navi .c-g_navi-top .col.n1 p {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

#c-g_navi .c-g_navi-top .col.n2 {
    width: calc(616 / var(--lo1) * var(--lo2));
    margin-right: calc(56 / var(--lo1) * var(--lo2))
}

#c-g_navi .c-g_navi-top .col.n2 .elm-sp {
    display: none
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top .col.n2 {
        width: auto;
        margin: 0
    }

    #c-g_navi .c-g_navi-top .col.n2 .elm-sp {
        display: block
    }
}

#c-g_navi .c-g_navi-top .col.n2 .navi {
    display: flex
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top .col.n2 .navi {
        display: block
    }
}

#c-g_navi .c-g_navi-top .col.n2 .navi .navi-child:first-child {
    width: calc(336 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top .col.n2 .navi .navi-child:nth-child(2) {
        margin-top: 8px
    }
}

#c-g_navi .c-g_navi-top .col.n3 {
    width: calc(280 / var(--lo1) * var(--lo2))
}

#c-g_navi .c-g_navi-top .col.n3 .navi a span {
    display: inline-flex;
    align-items: center
}

#c-g_navi .c-g_navi-top .col.n3 .navi a span svg {
    width: calc(14 / var(--lo1) * var(--lo2));
    height: calc(14 / var(--lo1) * var(--lo2));
    fill: #dcdcdc;
    margin-left: calc(8 / var(--lo1) * var(--lo2));
    transition: fill .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top .col.n3 .navi a span svg {
        width: 14px;
        height: 14px
    }
}

#c-g_navi .c-g_navi-top .col.n3 .navi a.is-hover svg {
    fill: #162894;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-top .col.n3 {
        width: auto;
        margin-top: 40px
    }

    #c-g_navi .c-g_navi-top .col.n3 .navi {
        display: flex;
        flex-wrap: wrap
    }

    #c-g_navi .c-g_navi-top .col.n3 .navi a {
        margin-top: 0;
        margin-right: 40px
    }
}

#c-g_navi .c-g_navi-top a {
    display: table;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .02em;
    font-weight: 500;
    margin-top: 8px;
    color: #111;
    transition: color .4s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    #c-g_navi .c-g_navi-top a {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

#c-g_navi .c-g_navi-top a.is-hover {
    color: #162894;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

#c-g_navi .c-g_navi-top a:first-of-type {
    margin-top: 0
}

#c-g_navi .c-g_navi-middle {
    display: flex;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
    font-weight: 500;
    margin-top: 80px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    #c-g_navi .c-g_navi-middle {
        font-size: calc(12 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    #c-g_navi .c-g_navi-middle {
        display: block;
        margin-top: 40px
    }
}

#c-g_navi .c-g_navi-middle-sns {
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif;
    display: flex;
    align-items: center;
    width: calc(280 / var(--lo1) * var(--lo2));
    margin-right: calc(56 / var(--lo1) * var(--lo2))
}

#c-g_navi .c-g_navi-middle-sns a {
    font-size: 0;
    margin-left: 16px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    #c-g_navi .c-g_navi-middle-sns a {
        margin-left: calc(16 / var(--lo1) * var(--lo2))
    }
}

#c-g_navi .c-g_navi-middle-sns a svg {
    width: 24px;
    height: 24px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    #c-g_navi .c-g_navi-middle-sns a svg {
        width: calc(24 / var(--lo1) * var(--lo2));
        height: calc(24 / var(--lo1) * var(--lo2))
    }
}

#c-g_navi .c-g_navi-middle-sns a.facebook svg,
#c-g_navi .c-g_navi-middle-sns a.instagram svg {
    fill: #4e65e8;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1)
}

#c-g_navi .c-g_navi-middle-sns a.facebook.is-hover svg,
#c-g_navi .c-g_navi-middle-sns a.instagram.is-hover svg {
    fill: #162894
}

body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    font-family: YakuHanMPs, yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    color: #111;
    background-color: #fff;
    line-height: 1.6;
    box-sizing: border-box
}

body a {
    color: #111;
    text-decoration: none
}

body:before {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    background-color: #fff
}

@media only screen and (min-width:769px) {
    body a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        background: 0 0
    }
}

body.loadcomplete:before {
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s cubic-bezier(.61, 1, .88, 1)
}

.p-container .p-content-inner {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:769px) {
    .p-container .p-content-inner {
        border-bottom: 1px solid #dcdcdc
    }
}

@media only screen and (max-width:768px) {
    .p-container .p-content-inner .wrap-white {
        background-color: #fff
    }
}

.p-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

body.ipad .p-container .p-content-inner .wrap-white {
    background-color: #fff
}

body .p-content {
    padding-top: 109px
}

@media only screen and (max-width:768px) {
    body .p-content {
        padding-top: 93px
    }
}

body#home h2 .char {
    opacity: 0
}

body#home h2.is-visible .char {
    opacity: 1;
    transition: opacity .65s cubic-bezier(.61, 1, .88, 1);
    transition-delay: calc(6ms + 45ms * var(--char-index))
}

@media only screen and (max-width:768px) {
    body#home h2.is-visible .char {
        transition: opacity 1.2s cubic-bezier(.61, 1, .88, 1);
        transition-delay: calc(6ms + 60ms * var(--char-index))
    }
}

body#home h2.is-visible span.en .char {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.61, 1, .88, 1);
    transition-delay: calc(3ms + 40ms * var(--char-index))
}

body h1,
body.img_detail h1 {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .6px;
    opacity: 0
}

@media only screen and (max-width:768px) {
    body h1,
    body.img_detail h1 {
        font-size: 25px;
    }
}

body h1 .char,
body.img_detail h1 .char {
    opacity: 0
}

@media only screen and (min-width:769px) and (max-width:1400px) {

    body h1,
    body.img_detail h1 {
        font-size: max(30 / var(--lo1) * var(--lo2), 24px)
    }
}

body h1 span.en,
body.img_detail h1 span.en {
    display: block;
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .36px;
    color: #777;
    margin-top: 8px;
    opacity: 0
}

@media only screen and (min-width:769px) and (max-width:1400px) {

    body h1 span.en,
    body.img_detail h1 span.en {
        font-size: max(12 / var(--lo1) * var(--lo2), 10px)
    }
}

body h1.is-visible,
body.img_detail h1.is-visible {
    opacity: 1
}

body h1.is-visible span.en,
body.img_detail h1.is-visible span.en {
    opacity: 1;
    transition: opacity .5s cubic-bezier(.61, 1, .88, 1);
    transition-delay: calc(3ms + 40ms * var(--char-index))
}

body h1.is-visible .char,
body.img_detail h1.is-visible .char {
    opacity: 1;
    transition: opacity .65s cubic-bezier(.61, 1, .88, 1);
    transition-delay: calc(6ms + 40ms * var(--char-index))
}

@media only screen and (max-width:768px) {

    body h1.is-visible .char,
    body.img_detail h1.is-visible .char {
        transition: opacity 1.2s cubic-bezier(.61, 1, .88, 1);
        transition-delay: calc(6ms + 60ms * var(--char-index))
    }
}

.button {
    cursor: pointer
}

#pagetop-btn {
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s cubic-bezier(.61, 1, .88, 1), background-color .3s cubic-bezier(.61, 1, .88, 1);
    position: sticky;
    z-index: 20;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #f3f3f3;
    margin: 0 0 0 auto
}

#pagetop-btn.is-visible {
    opacity: 1;
    pointer-events: auto
}

#pagetop-btn.is-hover {
    background-color: #4e65e8
}

#pagetop-btn.is-hover svg {
    fill: #fff
}

#pagetop-btn svg {
    width: 16px;
    height: 16px;
    fill: #777;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1)
}

.c-media-loop {
    display: flex;
    width: 100vw;
    height: calc(320 / var(--lo1) * var(--lo2));
    margin: .0001vw;
    transform: translate3d(0, 0, 0);
    overflow: hidden
}

.c-media-loop.is-play .c-media-loop-wrap {
    animation-play-state: running
}

@media only screen and (max-width:768px) {
    .c-media-loop {
        height: calc(320 / var(--lo1) * var(--lo2));
        min-height: 0
    }
}

.c-media-loop-item {
    height: calc(300 / var(--lo1) * var(--lo2));
    width: calc(300 / var(--lo1) * var(--lo2));
    margin: .0001vw;
    transition: transform .25s cubic-bezier(.61, 1, .88, 1);
    transform: scale(1.0666)
}

@media only screen and (max-width:768px) {
    .c-media-loop-item {
        min-height: 0
    }
}

.c-media-loop-item img {
    width: auto;
    height: 100%;
    filter: brightness(100%);
    transition: filter .3s cubic-bezier(.61, 1, .88, 1)
}

.c-media-loop-item.s {
    transform: scale(.9333)
}

.c-media-loop-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-right: 24px;
    backface-visibility: hidden;
    will-change: transform
}

.c-media-loop-wrap:first-child {
    animation: loop 100s -50s linear infinite;
    animation-play-state: paused
}

.c-media-loop-wrap:last-child {
    animation: loop2 100s linear infinite;
    animation-play-state: paused
}

.c-media-loop.is-hover img {
    filter: brightness(115%)
}

@keyframes loop {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-200%)
    }
}

.sec-visual {
    position: relative;
    width: 100%;
    height: calc(448 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    .sec-visual {
        height: calc(368 / var(--lo1) * var(--lo2));
        background-color: #fff
    }
}

@media only screen and (min-width:769px) {
    .sec-visual .inner {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        transform: unset !important;
        opacity: 1 !important
    }
}

@media only screen and (max-width:768px) {
    .sec-visual .inner {
        display: block;
        width: calc(100% - 24 / var(--lo1) * var(--lo2));
        height: calc(100% - 24 / var(--lo1) * var(--lo2));
        margin: 0 0 0 auto;
        padding-top: calc(100% - 24 / var(--lo1) * var(--lo2));
        background-size: cover;
        background-position: center
    }
}

@media only screen and (min-width:769px) {
    .sec-visual:before {
        position: absolute;
        content: "";
        display: block;
        width: calc(56 / var(--lo1) * var(--lo2));
        height: 100%;
        background-color: #fff
    }
}

.sec-visual.ipad .inner {
    background-attachment: unset
}

.sec-visual.right:before {
    right: 0
}

@media only screen and (max-width:768px) {
    .sec-visual.right .inner {
        margin: 0 auto 0 0
    }
}

@media only screen and (max-width:768px) {
    .c-top-store_overview__img.sec-visual {
        background-color: transparent
    }
}

.morebtn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .32px;
    color: #111;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .morebtn {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

.morebtn svg {
    width: 14px;
    height: 14px;
    fill: #4e65e8;
    margin-right: 8px;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1);
    transform: rotate(0);
    transition: transform .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .morebtn svg {
        width: calc(14 / var(--lo1) * var(--lo2));
        height: calc(14 / var(--lo1) * var(--lo2))
    }
}

.morebtn.is-hover {
    color: #162894;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

.morebtn.is-hover svg {
    fill: #162894;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1);
    transform: rotate(90deg);
    transition: transform .3s cubic-bezier(.61, 1, .88, 1)
}

btn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .42px
}

btn span {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #4e65e8;
    border-radius: 50%;
    margin-right: 8px
}

btn span svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    fill: #fff
}

.objects_line {
    position: relative;
    top: 0;
    padding: 0 calc(56 / var(--lo1) * var(--lo2));
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .objects_line {
        padding: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

.objects_line span {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc
}

.objects_line span:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 13.44px;
    height: 13.44px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    transform: rotate(-45deg)
}

.objects_line:after,
.objects_line:before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 25px;
    background: url(../../../../../../assets/images/line_objects.svg) no-repeat
}

.objects_line:after {
    transform: rotate(180deg)
}

.objects_line_mini {
    position: relative;
    top: 0;
    padding: 0;
    height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .objects_line_mini {
        padding: 0 calc(68 / var(--lo1) * var(--lo2))
    }
}

.objects_line_mini span {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc
}

.objects_line_mini span:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 13.44px;
    height: 13.44px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    transform: rotate(-45deg)
}

.txtlink {
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

.txtlink.is-hover {
    color: #162894
}

.txt_anime.vc .char {
    opacity: 0
}

.txt_anime.vc.is-visible .char {
    opacity: 1;
    transition: opacity .65s cubic-bezier(.61, 1, .88, 1);
    transition-delay: calc(6ms + 40ms * var(--char-index))
}

@media only screen and (max-width:768px) {
    .txt_anime.vc.is-visible .char {
        transition: opacity .8s cubic-bezier(.61, 1, .88, 1);
        transition-delay: calc(6ms + 60ms * var(--char-index))
    }
}

.img_effect.vc {
    opacity: 0;
    overflow: hidden
}

.img_effect.vc .img-wrap {
    transform: scale(1.15)
}

.img_effect.vc img {
    filter: grayscale(100%)
}

.img_effect.vc.is-visible {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 1.5s cubic-bezier(.61, 1, .88, 1), transform 1.4s cubic-bezier(.33, 1, .68, 1)
}

.img_effect.vc.is-visible .img-wrap {
    transform: scale(1);
    transition: transform 1.4s cubic-bezier(.33, 1, .68, 1)
}

.img_effect.vc.is-visible img {
    filter: grayscale(0);
    transition: filter 1.2s cubic-bezier(.61, 1, .88, 1);
    transition-delay: 1.4s
}

.scale_effect.vc {
    filter: grayscale(100%)
}

.scale_effect.vc img {
    opacity: 0;
    transform: scale(.3)
}

.scale_effect.vc.is-visible {
    filter: grayscale(0);
    transition: filter 1.2s cubic-bezier(.61, 1, .88, 1);
    transition-delay: 1.2s
}

.scale_effect.vc.is-visible img {
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s cubic-bezier(.61, 1, .88, 1), transform 1.5s cubic-bezier(0, .8, .01, 1)
}

.blk.vc {
    opacity: 0
}

.blk.vc.is-visible {
    opacity: 1;
    transition: opacity 1.5s cubic-bezier(.61, 1, .88, 1)
}

.blk.vc.is-visible.d1 {
    transition-delay: .8s
}

.blk.vc.is-visible.d1_2 {
    transition-delay: 1.4s
}

.blk.vc.is-visible.d2 {
    transition-delay: 1.6s
}

.blk.vc.is-visible.d3 {
    transition-delay: 2s
}

br.elm-pc {
    display: block
}

@media only screen and (max-width:768px) {
    br.elm-pc {
        display: none
    }
}

br.elm-sp {
    display: none
}

@media only screen and (max-width:768px) {
    br.elm-sp {
        display: block
    }
}

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

.cf:after {
    clear: both
}

.c-top-about {
    position: relative;
    background-color: #fff;
    padding-bottom: 174px
}

@media only screen and (max-width:768px) {
    .c-top-about {
        padding-bottom: 150px
    }
}

.c-top-about .contentsMask {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    background: url(../../../../../../assets/images/top/contens_bg.jpg);
    background-size: 1800px 1440px;
    background-position: center -80px
}

@media only screen and (min-width:1801px) {
    .c-top-about .contentsMask {
        background-size: 100vw 80vw
    }
}

@media only screen and (max-width:768px) {
    .c-top-about .contentsMask {
        background-position: center -32px
    }
}

.c-top-about .contentsMask:before {
    position: absolute;
    top: -79px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: auto;
    height: 80px;
    margin: 0 calc(56 / var(--lo1) * var(--lo2));
    background-image: url(../../../../../../assets/images/top/contens_bg.jpg);
    background-size: 1800px 1440px;
    background-position: center 0
}

@media only screen and (min-width:1801px) {
    .c-top-about .contentsMask:before {
        background-size: 100vw 80vw
    }
}

@media only screen and (max-width:768px) {
    .c-top-about .contentsMask:before {
        top: -32px;
        height: 32px;
        margin: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

.c-top-about .inner {
    position: relative;
    z-index: 1;
    width: calc(1288 / var(--lo1) * var(--lo2));
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    .c-top-about .inner {
        display: block;
        width: auto;
        margin: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

.c-top-about h2 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .02em;
    text-align: center
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-about h2 {
        font-size: max(30 / var(--lo1) * var(--lo2), 24px)
    }
}

@media only screen and (max-width:768px) {
    .c-top-about h2 {
        padding-top: 32px
    }
}

.c-top-about h2 span.en {
    display: block;
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: .03em;
    margin-top: 8px;
    color: #777
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-about h2 span.en {
        font-size: max(12 / var(--lo1) * var(--lo2), 10px)
    }
}

.c-top-about h2+div {
    width: calc(1064 / var(--lo1) * var(--lo2));
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    .c-top-about h2+div {
        width: auto
    }
}

.c-top-about .desc {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .02em;
    text-align: center;
    margin-top: 56px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-about .desc {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-about .desc {
        text-align: left
    }
}

.c-top-about .about-hiroo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.77;
    font-weight: 400;
    letter-spacing: .03em;
    text-align: center;
    margin-top: 24px;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-about .about-hiroo {
        font-size: calc(18 / var(--lo1) * var(--lo2))
    }
}

.c-top-about .about-hiroo:after,
.c-top-about .about-hiroo:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #4e65e8;
    transform: rotate(45deg);
    transition: transform .3s cubic-bezier(.61, 1, .88, 1), background-color .3s cubic-bezier(.61, 1, .88, 1)
}

.c-top-about .about-hiroo:before {
    margin-right: 12px
}

.c-top-about .about-hiroo:after {
    margin-left: 12px
}

.c-top-about .about-hiroo.is-hover {
    color: #162894;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

.c-top-about .about-hiroo.is-hover:before {
    background-color: #162894;
    transform: rotate(135deg)
}

.c-top-about .about-hiroo.is-hover:after {
    background-color: #162894;
    transform: rotate(-45deg)
}

.c-top-about section {
    margin-top: 24px
}

.c-top-about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px
}

@media only screen and (max-width:768px) {
    .c-top-about-list {
        display: block;
        margin-top: 64px
    }
}

.c-top-about-item {
    display: flex;
    width: calc(616 / var(--lo1) * var(--lo2));
    margin-top: 56px
}

@media only screen and (min-width:769px) {

    .c-top-about-item:nth-child(1),
    .c-top-about-item:nth-child(2) {
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
    .c-top-about-item {
        display: block;
        width: auto;
        margin-top: 52px
    }
}

.c-top-about-item__img {
    flex-shrink: 0;
    display: block;
    width: 224px
}

.c-top-about-item__img p {
    display: none
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-about-item__img {
        width: calc(224 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-about-item__img {
        display: flex;
        align-items: center;
        width: 100%
    }

    .c-top-about-item__img p {
        display: block;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 163.636%;
        letter-spacing: .44px;
        margin-left: calc(24 / var(--lo1) * var(--lo2))
    }
}

.c-top-about-item__img .img_effect {
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden
}

.c-top-about-item__img img {
    flex-shrink: 0;
    width: 224px;
    height: 224px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-about-item__img img {
        width: calc(224 / var(--lo1) * var(--lo2));
        height: calc(224 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-about-item__img img {
        width: calc(160 / var(--lo1) * var(--lo2));
        height: calc(160 / var(--lo1) * var(--lo2))
    }
}

.c-top-about-item-txtset {
    margin-left: 40px
}

@media only screen and (max-width:768px) {
    .c-top-about-item-txtset {
        margin-left: 0;
        margin-top: 24px
    }
}

.c-top-about-item-txtset.vc .c-top-about-item__ttl .char {
    opacity: 0
}

.c-top-about-item-txtset.vc .c-top-about-item__desc,
.c-top-about-item-txtset.vc .morebtn {
    opacity: 0
}

.c-top-about-item-txtset.vc.is-visible .c-top-about-item__ttl .char {
    opacity: 1;
    transition: opacity .65s cubic-bezier(.61, 1, .88, 1);
    transition-delay: calc(6ms + 45ms * var(--char-index))
}

@media only screen and (max-width:768px) {
    .c-top-about-item-txtset.vc.is-visible .c-top-about-item__ttl .char {
        transition: opacity 1.2s cubic-bezier(.61, 1, .88, 1);
        transition-delay: calc(6ms + 60ms * var(--char-index))
    }
}

.c-top-about-item-txtset.vc.is-visible .c-top-about-item__desc,
.c-top-about-item-txtset.vc.is-visible .morebtn {
    opacity: 1;
    transition: opacity .8s cubic-bezier(.61, 1, .88, 1)
}

.c-top-about-item__ttl {
    font-size: 22px;
    line-height: 1.63;
    letter-spacing: .02em
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-about-item__ttl {
        font-size: calc(22 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-about-item__ttl {
        display: none
    }
}

.c-top-about-item__desc {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .02em;
    margin-top: 24px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-about-item__desc {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

.c-top-about-item .morebtn {
    margin-top: 24px
}

.sec-visual {
    width: calc(100% - 56 / var(--lo1) * var(--lo2));
    margin-top: -54px;
    margin-right: 0;
    margin-left: auto
}

@media only screen and (max-width:768px) {
    .sec-visual {
        width: 100%
    }
}

.sec-visual:before {
    display: none
}

.c-top-store_overview {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .c-top-store_overview {
        padding-top: 64px;
        padding-bottom: 96px
    }
}

.c-top-store_overview .inner {
    width: calc(1288 / var(--lo1) * var(--lo2));
    max-width: 1600px;
    margin: 0 auto
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-store_overview .inner {
        width: auto;
        margin: 0 calc(56 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-store_overview .inner {
        display: block;
        width: auto;
        margin: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

.c-top-store_overview h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.636%;
    letter-spacing: .02em
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-store_overview h3 {
        font-size: calc(22 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-store_overview h3 {
        width: 100%;
        text-align: center
    }
}

.c-top-store_overview .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px
}

@media only screen and (max-width:768px) {
    .c-top-store_overview .col-wrap {
        display: block
    }
}

.c-top-store_overview .col-wrap .col {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .02em
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-store_overview .col-wrap .col {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

.c-top-store_overview .col-wrap .col dl {
    display: flex;
    margin-top: 8px
}

.c-top-store_overview .col-wrap .col dl:first-child {
    margin-top: 0
}

.c-top-store_overview .col-wrap .col dl dt {
    width: calc(92 / var(--lo1) * var(--lo2));
    margin-right: calc(20 / var(--lo1) * var(--lo2));
    flex-shrink: 0
}

@media only screen and (max-width:768px) {
    .c-top-store_overview .col-wrap .col dl dt {
        width: calc(92 / var(--lo1) * var(--lo2));
        margin-right: 0
    }
}

.c-top-store_overview .col-wrap .col .c-store_overview-morebtn {
    margin-top: 24px
}

.c-top-store_overview .col-wrap .col.n1 {
    width: 368px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-store_overview .col-wrap .col.n1 {
        width: calc(368 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-store_overview .col-wrap .col.n1 {
        width: 100%;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 40px
    }
}

.c-top-store_overview .col-wrap .col.n2 {
    width: 392px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-store_overview .col-wrap .col.n2 {
        width: calc(392 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-store_overview .col-wrap .col.n2 {
        width: 100%;
        margin-top: 40px
    }
}

.c-top-store_overview .col-wrap .col.n3 {
    width: 392px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-store_overview .col-wrap .col.n3 {
        width: calc(392 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-store_overview .col-wrap .col.n3 {
        width: 100%;
        margin-top: 8px
    }
}

.c-news-item {
    position: relative;
    display: block;
    margin-top: 40px;
    padding-left: calc(40 / var(--lo1) * var(--lo2));
    padding-bottom: 40px;
    color: #111
}

.c-news-item.is-visible:after {
    width: 100%;
    transition: width 1.5s cubic-bezier(.61, 1, .88, 1)
}

.c-news-item.is-visible:after:nth-child(1) {
    transition-delay: .45s
}

.c-news-item.is-visible:after:nth-child(2) {
    transition-delay: .5s
}

.c-news-item.is-visible:after:nth-child(3) {
    transition-delay: .55s
}

.c-news-item.is-visible:after:nth-child(4) {
    transition-delay: .6s
}

.c-news-item.is-visible:after:nth-child(5) {
    transition-delay: .65s
}

.c-news-item.is-visible:after:nth-child(6) {
    transition-delay: .7s
}

.c-news-item.is-visible:after:nth-child(7) {
    transition-delay: .75s
}

.c-news-item.is-visible:after:nth-child(8) {
    transition-delay: .8s
}

.c-news-item.is-visible:after:nth-child(9) {
    transition-delay: .85s
}

.c-news-item.is-visible:after:nth-child(10) {
    transition-delay: .9s
}

.c-news-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #dcdcdc
}

@media only screen and (max-width:768px) {
    .c-news-item {
        padding-left: 0
    }
}

.c-news-item__date {
    font-family: YakuHanJPs, yu-gothic-pr6n, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .36px;
    color: #bbb
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-news-item__date {
        font-size: max(12 / var(--lo1) * var(--lo2), 10px)
    }
}

.c-news-item__ttl {
    display: flex;
    align-items: center;
    font-family: YakuHanMP, yu-mincho-pr6n, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.778%;
    letter-spacing: .03em;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-news-item__ttl {
        font-size: max(18 / var(--lo1) * var(--lo2), 12px)
    }
}

@media only screen and (max-width:768px) {
    .c-news-item__ttl {
        -webkit-line-clamp: 2
    }
}

.c-news-item__ttl svg {
    width: 18px;
    height: 14px;
    fill: #4e65e8;
    margin-left: 8px;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-news-item__ttl svg {
        width: calc(18 / var(--lo1) * var(--lo2));
        height: calc(14 / var(--lo1) * var(--lo2))
    }
}

.c-news-item__desc {
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-news-item__desc {
        font-size: max(16 / var(--lo1) * var(--lo2), 10px)
    }
}

@media only screen and (max-width:768px) {
    .c-news-item__desc {
        line-height: 2;
        -webkit-line-clamp: 3;
        letter-spacing: .32px
    }
}

.c-news-item.is-hover .c-news-item__ttl {
    color: #162894
}

.c-news-item.is-hover .c-news-item__ttl svg {
    fill: #162894
}

.c-news-item:first-child {
    margin-top: 0
}

.c-top-news {
    position: relative;
    padding-top: 80px;
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .c-top-news {
        padding-top: 64px
    }
}

.c-top-news .inner {
    display: flex;
    width: calc(1288 / var(--lo1) * var(--lo2));
    max-width: 1600px;
    margin: 0 auto
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-news .inner {
        width: auto;
        margin: 0 calc(56 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-news .inner {
        display: block;
        width: auto;
        margin: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

.c-top-news h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.636%;
    letter-spacing: .02em;
    width: calc(190 / var(--lo1) * var(--lo2));
    flex-shrink: 0
}

@media only screen and (max-width:768px) {
    .c-top-news h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px
    }
}

.c-top-news-list {
    width: 100%;
    border-left: 1px solid #dcdcdc
}

@media only screen and (max-width:768px) {
    .c-top-news-list {
        border-left: none;
        border-top: 1px solid #dcdcdc;
        padding-top: 40px
    }
}

.c-top-news .c-news-morebtn {
    margin-top: 40px;
    padding-left: calc(40 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    .c-top-news .c-news-morebtn {
        padding-left: 0
    }
}

.c-top-media {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: #fff;
    overflow: hidden;
    font-size: 0
}

@media only screen and (max-width:768px) {
    .c-top-media {
        padding-top: 96px;
        padding-bottom: 96px
    }
}

.c-top-media .inner {
    display: flex;
    width: calc(1288 / var(--lo1) * var(--lo2));
    max-width: 1600px;
    margin: 80px auto 0
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-media .inner {
        width: auto;
        margin: 80px calc(56 / var(--lo1) * var(--lo2)) 0
    }
}

@media only screen and (max-width:768px) {
    .c-top-media .inner {
        display: block;
        width: auto;
        margin: 64px calc(24 / var(--lo1) * var(--lo2)) 0
    }
}

.c-top-media h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 177.778%;
    letter-spacing: .54px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-media h4 {
        font-size: calc(18 / var(--lo1) * var(--lo2))
    }
}

.c-top-media-bottom {
    display: flex
}

@media only screen and (max-width:768px) {
    .c-top-media-bottom {
        display: block
    }
}

.c-top-media-bottom .col {
    width: calc(592 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
    .c-top-media-bottom .col {
        width: 100%
    }
}

.c-top-media-bottom .col.n1 {
    margin-right: 80px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-media-bottom .col.n1 {
        margin-right: calc(80 / var(--lo1) * var(--lo2))
    }
}

@media only screen and (max-width:768px) {
    .c-top-media-bottom .col.n1 {
        margin-right: 0;
        padding-bottom: 40px;
        border-bottom: 1px solid #dcdcdc
    }
}

@media only screen and (max-width:768px) {
    .c-top-media-bottom .col.n2 {
        margin-top: 40px
    }
}

.c-top-media-bottom .col.n2 .morebtn {
    margin-top: 24px
}

.c-top-media-bottom .col p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .32px;
    margin-top: 16px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-media-bottom .col p {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

.c-top-media .c-top-media-sns {
    display: flex;
    align-items: center;
    margin-top: 24px
}

.c-top-media .c-top-media-sns a {
    display: flex;
    align-items: center;
    color: #111;
    font-size: 16px;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-media .c-top-media-sns a {
        font-size: calc(16 / var(--lo1) * var(--lo2))
    }
}

.c-top-media .c-top-media-sns a img {
    width: 32px;
    height: auto;
    margin-right: 8px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-media .c-top-media-sns a img {
        width: calc(32 / var(--lo1) * var(--lo2))
    }
}

.c-top-media .c-top-media-sns a:first-child {
    margin-right: 32px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
    .c-top-media .c-top-media-sns a:first-child {
        margin-right: calc(32 / var(--lo1) * var(--lo2))
    }
}

.c-top-media .c-top-media-sns a.is-hover {
    color: #162894
}

 .p-content-inner {
    position: relative
}

 .p-content-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: -109px;
    width: 100%;
    height: 109px;
    background-color: #f6f6f6
}

 h1 {
    padding-top: 80px
}

@media only screen and (max-width:768px) {
     h1 {
        padding-top: 64px
    }
}

 h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.636%;
    letter-spacing: .44px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
     h2 {
        font-size: max(22 / var(--lo1) * var(--lo2), 16px)
    }
}

@media only screen and (max-width:768px) {
     h2 {
        text-align: center
    }
}

 .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .32px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
     .desc {
        font-size: max(16 / var(--lo1) * var(--lo2), 10px)
    }
}

@media only screen and (max-width:768px) {
     .desc {
        font-size: 16px
    }
}

 .desc.head {
    text-align: center
}

@media only screen and (max-width:768px) {
     .desc.head {
        text-align: left
    }
}

 .contents-header {
    padding-bottom: 60px;
    padding-top: 160px;
    background-color: #fff
}

 .contents-header .inner {
    width: calc(840 / var(--lo1) * var(--lo2));
    margin: 0 auto
}

@media only screen and (max-width:768px) {
     .contents-header .inner {
        width: auto;
        margin: 0 24px
    }
}

@media only screen and (max-width:768px) {
     .contents-header {
        padding-bottom: 64px
    }
}

 .contents-header .head.desc {
    margin-top: 56px
}

@media only screen and (max-width:768px) {
     .contents-header .head.desc {
        margin-top: 52px
    }
}

 section {
    padding-top: 40px;
    background-color: #fff
}

@media only screen and (max-width:768px) {
     section:nth-of-type(4) {
        padding-top: 64px;
        padding-bottom: 96px
    }

     section:nth-of-type(4) br {
        content: "";
        margin: 24px 0
    }
}

 section:nth-of-type(4) .inner {
    border: none;
    padding-bottom: 0
}

 section:nth-of-type(4) .inner.is-visible .store_overview.line:before {
    width: 100%;
    transition: width 1.5s cubic-bezier(.61, 1, .88, 1)
}

 section:nth-of-type(4) .store_overview {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

@media only screen and (max-width:768px) {
     section:nth-of-type(4) .store_overview {
        display: block;
        padding-top: 40px
    }
}

 section:nth-of-type(4) .store_overview.line:before {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #dcdcdc
}

 section:nth-of-type(4) .store_overview .col {
    width: calc(392 / var(--lo1) * var(--lo2));
    margin-top: 40px
}

@media only screen and (max-width:768px) {
     section:nth-of-type(4) .store_overview .col {
        width: auto;
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
     section:nth-of-type(4) .store_overview .col.n2 {
        margin-top: 8px
    }
}

 section:nth-of-type(4) .store_overview dl {
    display: flex;
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .32px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
     section:nth-of-type(4) .store_overview dl {
        font-size: max(16 / var(--lo1) * var(--lo2), 10px)
    }
}

 section:nth-of-type(4) .store_overview dl:first-child {
    margin-top: 0
}

 section:nth-of-type(4) .store_overview dl dt {
    flex-shrink: 0;
    width: calc(92 / var(--lo1) * var(--lo2));
    margin-right: calc(20 / var(--lo1) * var(--lo2))
}

@media only screen and (min-width:769px) {
     section:nth-of-type(4) .store_overview dl dt {
        min-width: 52px
    }
}

@media only screen and (max-width:768px) {
     section:nth-of-type(4) .store_overview dl dt {
        width: calc(92 / var(--lo1) * var(--lo2));
        margin-right: 0
    }
}

 section .inner {
    position: relative;
    width: calc(840 / var(--lo1) * var(--lo2));
    margin: 0 auto;
    padding-bottom: 40px
}

@media only screen and (max-width:768px) {
     section .inner {
        width: auto;
        margin: 0 calc(24 / var(--lo1) * var(--lo2))
    }
}

 section .inner.line:before {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #dcdcdc
}

 section .inner.is-visible.line:before {
    width: 100%;
    transition: width 1.5s cubic-bezier(.61, 1, .88, 1)
}

 section .desc {
    margin-top: 24px
}

 section .desc+div {
    display: flex;
    align-items: flex-start;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.636%;
    letter-spacing: .44px;
    margin-top: 24px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
     section .desc+div {
        font-size: max(22 / var(--lo1) * var(--lo2), 16px)
    }
}

 section .desc+div img {
    margin-right: calc(12 / var(--lo1) * var(--lo2))
}

 section .reservations_tel {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.636%;
    letter-spacing: .02em;
    margin-top: 24px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
     section .reservations_tel {
        font-size: max(22 / var(--lo1) * var(--lo2), 16px)
    }
}

 section .reservations_tel img {
    margin-right: calc(12 / var(--lo1) * var(--lo2))
}

@media only screen and (max-width:768px) {
     section .reservations_tel {
        justify-content: center
    }
}

 section .reservations_tel img,
 section .reservations_tel svg {
    width: 20px;
    height: 20px
}

@media only screen and (min-width:769px) and (max-width:1400px) {

     section .reservations_tel img,
     section .reservations_tel svg {
        width: max(20 / var(--lo1) * var(--lo2), 13px);
        height: max(20 / var(--lo1) * var(--lo2), 13px)
    }
}

 section .reservations_tablecheck {
    display: inline-flex;
    align-items: baseline;
    margin-top: 24px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.636%;
    letter-spacing: .44px;
    transition: color .3s cubic-bezier(.61, 1, .88, 1)
}

@media only screen and (min-width:769px) and (max-width:1400px) {
     section .reservations_tablecheck {
        font-size: max(22 / var(--lo1) * var(--lo2), 16px)
    }
}

@media only screen and (max-width:768px) {
     section .reservations_tablecheck {
        display: flex;
        justify-content: center
    }
}

 section .reservations_tablecheck span {
    font-size: 16px
}

@media only screen and (min-width:769px) and (max-width:1400px) {
     section .reservations_tablecheck span {
        font-size: max(16 / var(--lo1) * var(--lo2), 10px)
    }
}

 section .reservations_tablecheck img,
 section .reservations_tablecheck svg {
    position: relative;
    top: 1px;
    width: 20px;
    height: 22px;
    margin-right: 12px;
    transition: fill .3s cubic-bezier(.61, 1, .88, 1);
    fill: #4e65e8
}

@media only screen and (min-width:769px) and (max-width:1400px) {

     section .reservations_tablecheck img,
     section .reservations_tablecheck svg {
        width: max(20 / var(--lo1) * var(--lo2), 13px);
        height: max(22 / var(--lo1) * var(--lo2), 15px)
    }
}

 section .reservations_tablecheck.is-hover {
    color: #162894
}

 section .reservations_tablecheck.is-hover svg {
    fill: #162894
}

 footer {
    border-top: 1px solid #dcdcdc
}

 footer .footer-reservation {
    display: none
}