@charset "shift_jis";

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
figure,
figcaption,
fieldset,
button {
    padding: 0;
    margin: 0
}

picture,
img,
iframe,
embed,
object,
video,
fieldset,
button {
    border: 0
}

html {
    font-size: 62.5%
}

@media (max-width: 1440px) {
    html {
        font-size: .6944444444vw
    }
}

@media (max-width: 768px) {
    html {
        font-size: 62.5%
    }
}

body {
    margin: 0;
    background-color: #fff;
    overflow-x: clip;
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    line-height: 1.8;
    color: #333;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: strict
}

html,
body {
    height: 100%
}

li,
dt,
dd {
    list-style: none
}

figure,
figcaption {
    display: block
}

em,
strong,
b {
    font-style: normal;
    font-weight: 700
}

sub,
sup {
    bottom: -.2em
}

dfn {
    font-style: normal
}

label {
    cursor: pointer
}

input::-ms-clear {
    visibility: hidden
}

button {
    cursor: pointer
}

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

textarea {
    resize: vertical
}

input,
button,
select,
textarea,
[role=button] {
    font-size: 1.6rem
}

input[disabled],
button[disabled],
select[disabled],
textarea[disabled],
[role=button][disabled] {
    cursor: not-allowed
}

a {
    color: inherit;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em
}

img,
svg {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom
}

button {
    background-color: transparent
}

dialog {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: none
}

input,
textarea,
keygen,
select,
button,
tt,
code,
kbd,
samp,
pre,
xmp,
plaintext,
listing {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

summary {
    display: block;
    cursor: pointer
}

summary::-webkit-details-marker {
    display: none
}

blockquote {
    margin: 0
}

address {
    font-style: normal
}

#bcs_i {
    overflow-x: hidden
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap
}

.sp-only {
    display: none
}

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

.pc-only {
    display: block
}

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

body {
    min-width: 0 !important
}

#bcs_i section,
section.bcs_i_contents {
    width: auto;
    margin: 0
}

.bcs_i_contents {
    margin-bottom: 0;
    overflow: visible
}

#bcs_i header {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0 !important
}

#bcs_i header nav {
    width: auto;
    overflow: visible
}

#bcs_i header nav a {
    width: auto;
    height: auto;
    padding: 0;
    float: none;
    display: flex;
    color: inherit
}

#bcs_i header a {
    color: inherit
}

.l-inner {
    max-width: 112rem;
    margin: 0 auto;
    padding: 0 2rem
}

@media (max-width: 768px) {
    .l-inner {
        padding: 0 3.8461538462vw
    }
}

.l-inner--full {
    max-width: 125.7rem;
    margin: 0 auto;
    padding: 0 2rem
}

@media (max-width: 768px) {
    .l-inner--full {
        padding: 0
    }
}

.l-inner--wide {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 2rem
}

@media (max-width: 768px) {
    .l-inner--wide {
        padding: 0 3.8461538462vw
    }
}

.l-inner--narrow {
    max-width: 103.4rem;
    margin: 0 auto;
    padding: 0 2rem
}

@media (max-width: 768px) {
    .l-inner--narrow {
        padding: 0 3.8461538462vw
    }
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    z-index: 1003
}

@media (max-width: 768px) {
    .l-header {
        height: 15.3846153846vw;
        border-bottom: none
    }
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 4.5rem
}

@media (max-width: 768px) {
    .l-header__inner {
        padding: 0 5.1282051282vw
    }
}

.l-header__logo {
    width: 24.6rem
}

@media (max-width: 768px) {
    .l-header__logo {
        width: 42.3076923077vw
    }
}

.l-header__nav {
    display: flex;
    align-items: center;
    gap: 2.4rem
}

@media (max-width: 768px) {
    .l-header__nav {
        gap: 4.1025641026vw
    }
}

.l-header__nav-item {
    display: flex;
    align-items: center;
    gap: .8rem;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 768px) {
    .l-header__nav-item {
        flex-direction: column;
        gap: .5128205128vw
    }
}

.l-header__nav-icon {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 768px) {
    .l-header__nav-icon {
        width: 8.4615384615vw;
        height: 7.6923076923vw
    }
}

.l-header__nav-label {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #333
}

@media (max-width: 768px) {
    .l-header__nav-label {
        font-size: 2.5641025641vw
    }
}

.l-header__hamburger {
    width: 4.7rem;
    height: 2.4rem;
    position: relative
}

@media (max-width: 768px) {
    .l-header__hamburger {
        width: 8.4615384615vw;
        height: 3.5897435897vw
    }
}

.l-header__hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 1.5px;
    position: absolute;
    left: 0;
    transition: transform .3s ease, opacity .3s ease, top .3s ease
}

@media (max-width: 768px) {
    .l-header__hamburger span {
        height: .5128205128vw;
        border-radius: .2564102564vw
    }
}

.l-header__hamburger span:nth-child(1) {
    top: 0
}

.l-header__hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.l-header__hamburger span:nth-child(3) {
    top: auto;
    bottom: 0
}

.is-menu-open .l-header__hamburger span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(27deg)
}

.is-menu-open .l-header__hamburger span:nth-child(2) {
    opacity: 0
}

.is-menu-open .l-header__hamburger span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-27deg)
}

.l-header__menu-btn {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

.l-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
}

.is-menu-open .l-menu-overlay {
    opacity: 1;
    visibility: visible
}

.l-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 85.5rem;
    height: 100%;
    background-color: #fff;
    z-index: 1002;
    transform: translate(100%);
    transition: transform .4s ease;
    padding-top: 8rem
}

.is-menu-open .l-menu {
    transform: translate(0)
}

@media (max-width: 768px) {
    .l-menu {
        width: 100%;
        padding-top: 15.3846153846vw
    }
}

.l-menu__scroll {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column
}

.l-menu__breadcrumb {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2.4rem 4.5rem;
    flex-shrink: 0
}

@media (max-width: 768px) {
    .l-menu__breadcrumb {
        padding: 5.1282051282vw 5.1282051282vw 0;
        gap: 1.2820512821vw
    }
}

.l-menu__breadcrumb-link {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    text-decoration: underline
}

@media (max-width: 768px) {
    .l-menu__breadcrumb-link {
        font-size: 3.0769230769vw;
        color: #000
    }
}

.l-menu__breadcrumb-sep {
    width: .5rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.l-menu__breadcrumb-sep img {
    width: 100%;
    height: auto
}

@media (max-width: 768px) {
    .l-menu__breadcrumb-sep {
        width: 1.2820512821vw;
        height: 2.5641025641vw
    }
}

.l-menu__breadcrumb-current {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333
}

@media (max-width: 768px) {
    .l-menu__breadcrumb-current {
        font-size: 3.0769230769vw;
        color: #000
    }
}

.l-menu__nav {
    display: flex;
    gap: 6.4rem;
    padding: 4rem 4.5rem 0;
    flex-shrink: 0;
    margin-bottom: 5.6rem
}

@media (max-width: 768px) {
    .l-menu__nav {
        flex-direction: column;
        gap: 0;
        padding: 10.2564102564vw 5.1282051282vw 0;
        margin-bottom: 12.3076923077vw
    }
}

.l-menu__nav-col {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
    width: 35rem
}

@media (max-width: 768px) {
    .l-menu__nav-col {
        width: 100%;
        gap: 8.2051282051vw;
        padding-bottom: 8.2051282051vw
    }
}

@media (max-width: 768px) {
    .l-menu__nav-col+.l-menu__nav-col {
        border-top: 1px solid #D3D3D3;
        padding-top: 8.2051282051vw
    }
}

.l-menu__section {
    display: flex;
    flex-direction: column;
    gap: 2.4rem
}

@media (max-width: 768px) {
    .l-menu__section {
        gap: 6.1538461538vw
    }
}

.l-menu__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2rem;
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    text-decoration: none
}

@media (max-width: 768px) {
    .l-menu__heading {
        font-size: 5.1282051282vw;
        padding-right: 5.1282051282vw
    }
}

@media (hover: hover) {
    .l-menu__heading:hover {
        opacity: .7
    }
}

.l-menu__links {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding-left: 2rem
}

@media (max-width: 768px) {
    .l-menu__links {
        gap: 4.1025641026vw;
        padding-left: 5.1282051282vw
    }
}

.l-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2rem;
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    color: #333;
    text-decoration: none
}

@media (max-width: 768px) {
    .l-menu__link {
        font-size: 4.1025641026vw;
        padding-right: 5.1282051282vw
    }
}

@media (hover: hover) {
    .l-menu__link:hover {
        opacity: .7
    }
}

.l-menu__link-arrow {
    width: .6rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.l-menu__link-arrow img {
    width: 100%;
    height: auto
}

@media (max-width: 768px) {
    .l-menu__link-arrow {
        width: 1.5384615385vw;
        height: 3.0769230769vw
    }
}

.l-menu__divider {
    border: none;
    border-top: 1px solid #D3D3D3;
    margin: 0;
    width: 100%
}

@media (max-width: 768px) {
    .l-menu__divider {
        margin: 0
    }
}

.l-menu__footer {
    background-color: #333;
    padding: 4rem 4.5rem;
    margin-top: auto
}

@media (max-width: 768px) {
    .l-menu__footer {
        padding: 10.2564102564vw 11.5384615385vw;
        margin-top: 0
    }
}

.l-menu__footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    width: 30rem;
    margin: 0 auto
}

@media (max-width: 768px) {
    .l-menu__footer-inner {
        width: 76.9230769231vw;
        margin: 0;
        align-items: center
    }
}

.l-menu__footer-site {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
    text-decoration: underline;
    text-align: center
}

@media (max-width: 768px) {
    .l-menu__footer-site {
        font-size: 3.5897435897vw
    }
}

.l-menu__footer-sns {
    display: flex;
    align-items: center;
    gap: 2.4rem
}

@media (max-width: 768px) {
    .l-menu__footer-sns {
        gap: 6.1538461538vw
    }
}

.l-menu__footer-sns-item {
    width: 5rem;
    height: 5rem;
    display: block
}

@media (max-width: 768px) {
    .l-menu__footer-sns-item {
        width: 12.8205128205vw;
        height: 12.8205128205vw
    }
}

@media (hover: hover) {
    .l-menu__footer-sns-item:hover {
        opacity: .7
    }
}

.l-menu__footer-links {
    display: flex;
    align-items: center;
    gap: 1.6rem
}

@media (max-width: 768px) {
    .l-menu__footer-links {
        gap: 4.1025641026vw;
        flex-wrap: wrap;
        justify-content: center
    }
}

.l-menu__footer-links a {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    color: #fff;
    text-decoration: underline
}

@media (max-width: 768px) {
    .l-menu__footer-links a {
        font-size: 3.0769230769vw
    }
}

@media (hover: hover) {
    .l-menu__footer-links a:hover {
        opacity: .7
    }
}

body.is-menu-open {
    overflow: hidden
}

.l-footer {
    background-color: #fff
}

.l-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    padding: 4rem 4.5rem 1.6rem
}

@media (max-width: 768px) {
    .l-footer__inner {
        gap: 6.1538461538vw;
        padding: 10.2564102564vw 11.5384615385vw 4.1025641026vw
    }
}

.l-footer__logo {
    width: 24.2rem
}

@media (max-width: 768px) {
    .l-footer__logo {
        width: 52.5641025641vw
    }
}

.l-footer__logo img {
    width: 100%;
    height: auto
}

.l-footer__sns {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    list-style: none
}

@media (max-width: 768px) {
    .l-footer__sns {
        gap: 6.1538461538vw
    }
}

.l-footer__sns-item {
    width: 6rem;
    height: 6rem
}

@media (max-width: 768px) {
    .l-footer__sns-item {
        width: 12.8205128205vw;
        height: 12.8205128205vw
    }
}

.l-footer__sns-item a {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease
}

@media (hover: hover) {
    .l-footer__sns-item a:hover {
        opacity: .7
    }
}

.l-footer__sns-item img {
    width: 100%;
    height: 100%
}

.l-footer__nav {
    width: 30rem
}

@media (max-width: 768px) {
    .l-footer__nav {
        width: 76.9230769231vw
    }
}

.l-footer__nav-list {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    list-style: none
}

@media (max-width: 768px) {
    .l-footer__nav-list {
        gap: 4.1025641026vw
    }
}

.l-footer__nav-link {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    color: #333;
    text-decoration: underline;
    transition: opacity .3s ease
}

@media (max-width: 768px) {
    .l-footer__nav-link {
        font-size: 3.0769230769vw
    }
}

@media (hover: hover) {
    .l-footer__nav-link:hover {
        opacity: .7
    }
}

.l-footer__copyright {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    text-align: center
}

@media (max-width: 768px) {
    .l-footer__copyright {
        font-size: 2.0512820513vw
    }
}

footer:not(.l-footer) {
    display: none
}

.l-main {
    background-image: url(../img/bg_cross-pc.svg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top center
}

@media (max-width: 768px) {
    .l-main {
        background-image: url(../img/bg_cross-sp.svg)
    }
}

.c-btn {
    display: inline-flex
}

.c-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: opacity .3s ease
}

@media (hover: hover) {
    .c-btn a:hover {
        opacity: .8
    }
}

@media (max-width: 768px) {
    .c-btn--dark {
        display: flex;
        width: 100%
    }
}

.c-btn--dark a {
    width: 40rem;
    height: 8rem;
    background-color: #333;
    border-radius: 1rem;
    padding: 0 2.8rem 0 7.1rem;
    color: #fff
}

@media (max-width: 768px) {
    .c-btn--dark a {
        width: 100%;
        height: 17.9487179487vw;
        padding: 0 6.1538461538vw 0 14.8717948718vw;
        border-radius: 2.5641025641vw
    }
}

.c-btn--dark .c-btn__text {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6
}

@media (max-width: 768px) {
    .c-btn--dark .c-btn__text {
        font-size: 4.6153846154vw;
        line-height: 1
    }
}

.c-btn--dark .c-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.1rem;
    height: 4rem;
    border-left: 2px solid #ffffff;
    padding-left: 1.6rem
}

@media (max-width: 768px) {
    .c-btn--dark .c-btn__icon {
        width: 9.2307692308vw;
        height: 9.2307692308vw;
        padding-left: 3.0769230769vw
    }
}

.c-btn--dark .c-btn__icon img {
    width: 1.5rem
}

@media (max-width: 768px) {
    .c-btn--dark .c-btn__icon img {
        width: 3.0769230769vw
    }
}

.c-btn--dark-m {
    display: flex;
    width: 100%
}

.c-btn--dark-m a {
    width: 100%;
    height: 6.4rem;
    background-color: #333;
    border-radius: 1rem;
    padding: 0 2.4rem 0 12.8rem;
    color: #fff
}

@media (max-width: 768px) {
    .c-btn--dark-m a {
        height: 14.358974359vw;
        padding: 0 6.1538461538vw 0 19.7435897436vw;
        border-radius: 2.5641025641vw
    }
}

.c-btn--dark-m .c-btn__text {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1
}

@media (max-width: 768px) {
    .c-btn--dark-m .c-btn__text {
        font-size: 4.6153846154vw
    }
}

.c-btn--dark-m .c-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 4rem;
    border-left: 2px solid #ffffff;
    padding-left: 1.2rem
}

@media (max-width: 768px) {
    .c-btn--dark-m .c-btn__icon {
        width: 8.2051282051vw;
        height: 7.6923076923vw;
        padding-left: 2.5641025641vw
    }
}

.c-btn--dark-m .c-btn__icon img {
    width: .6rem;
    height: 1.2rem
}

@media (max-width: 768px) {
    .c-btn--dark-m .c-btn__icon img {
        width: 1.5384615385vw;
        height: 3.0769230769vw
    }
}

.c-pagetop-btn {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    width: 7rem;
    height: 7rem;
    z-index: 100;
    transition: opacity .3s ease
}

@media (max-width: 768px) {
    .c-pagetop-btn {
        bottom: 5.1282051282vw;
        right: 5.1282051282vw;
        width: 17.9487179487vw;
        height: 17.9487179487vw
    }
}

.c-pagetop-btn.is-hidden {
    opacity: 0;
    pointer-events: none
}

.c-pagetop-btn:hover {
    opacity: .8
}

.c-pagetop-btn img {
    width: 100%;
    height: 100%
}

.c-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
}

.c-modal.is-open {
    opacity: 1;
    visibility: visible
}

@media (max-width: 768px) {
    .c-modal {
        display: block;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

.c-modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #333;
    opacity: .8;
    cursor: pointer
}

@media (max-width: 768px) {
    .c-modal__overlay {
        position: fixed;
        top: -100px;
        bottom: -100px
    }
}

.c-modal__container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.6rem;
    max-height: 90vh
}

@media (max-width: 768px) {
    .c-modal__container {
        gap: 4.1025641026vw;
        width: 100%;
        max-height: none;
        min-height: 100vh;
        padding: 20.5128205128vw 5.1282051282vw 5.1282051282vw
    }
}

.c-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.7rem;
    height: 2.4rem;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer
}

@media (max-width: 768px) {
    .c-modal__close {
        width: 10.2564102564vw;
        height: 4.8717948718vw
    }
}

.c-modal__close img {
    width: 100%;
    height: 100%;
    display: block
}

.c-modal__card {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 5.6rem 5.2rem;
    overflow-y: auto;
    max-height: calc(90vh - 5.6rem)
}

@media (max-width: 768px) {
    .c-modal__card {
        border-radius: 2.0512820513vw;
        padding: 6.1538461538vw 6.4102564103vw;
        max-height: none;
        overflow-y: visible
    }
}

.c-modal__body {
    display: flex;
    align-items: flex-start;
    gap: 4rem
}

@media (max-width: 768px) {
    .c-modal__body {
        flex-direction: column;
        gap: 4.1025641026vw
    }
}

.c-modal__img {
    flex-shrink: 0;
    width: 32.4rem;
    border: 1px solid #333333;
    overflow: hidden
}

@media (max-width: 768px) {
    .c-modal__img {
        width: 100%
    }
}

.c-modal__img.-zoom {
    width: 50rem
}

@media (max-width: 768px) {
    .c-modal__img.-zoom {
        width: 100%
    }
}

.c-modal__text {
    display: flex;
    flex-direction: column;
    gap: .4rem
}

@media (max-width: 768px) {
    .c-modal__text {
        gap: 1.0256410256vw
    }
}

.c-modal__title {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #333
}

@media (max-width: 768px) {
    .c-modal__title {
        font-size: 4.6153846154vw
    }
}

.c-modal__desc {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
    width: 40rem
}

@media (max-width: 768px) {
    .c-modal__desc {
        font-size: 3.5897435897vw;
        width: 100%
    }
}

.p-fv {
    position: relative;
    padding-top: 6rem;
    /* padding-top: 8rem; */
    overflow: hidden
}

@media (max-width: 768px) {
    .p-fv {
        padding-top: 12vw
        /* padding-top: 15.3846153846vw */ 
    }
}

.p-fv .l-inner--full {
    padding-left: 0;
    padding-right: 0
}

.p-fv__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 4rem;
    padding-bottom: 2rem
}

@media (max-width: 768px) {
    .p-fv__container {
        flex-direction: column;
        gap: 0
    }
}

.p-fv__ghost-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap
}

.p-fv__left {
    flex-shrink: 0;
    width: 45rem
}

@media (max-width: 768px) {
    .p-fv__left {
        order: 2;
        width: 100%;
        padding-top: 6.1538461538vw;
        padding-bottom: 20.5128205128vw
    }
}

.p-fv__right {
    flex: 1;
    min-width: 0;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem
}

@media (max-width: 768px) {
    .p-fv__right {
        order: 1;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        padding-top: 0;
        padding-bottom: 0
    }
}

.p-fv__title {
    text-align: center;
    margin-bottom: 1.6rem
}

@media (max-width: 768px) {
    .p-fv__title {
        margin-bottom: 3.0769230769vw
    }
}

.p-fv__title-img {
    width: 39.2rem;
    margin: 0 auto
}

@media (max-width: 768px) {
    .p-fv__title-img {
        width: 76.9230769231vw
    }
}

.p-fv__lead {
    text-align: center;
    margin-bottom: 2.6rem
}

@media (max-width: 768px) {
    .p-fv__lead {
        margin-bottom: 6.1538461538vw
    }
}

.p-fv__lead p {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-fv__lead p {
        font-size: 3.5897435897vw
    }
}

.p-fv__cards {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.2rem
}

@media (max-width: 768px) {
    .p-fv__cards {
        gap: 2.0512820513vw
    }
}

.p-fv__card {
    display: block;
    transition: transform .3s ease
}

@media (hover: hover) {
    .p-fv__card:hover {
        transform: scale(1.05)
    }
}

.p-fv__card-img {
    width: 12rem
}

@media (max-width: 768px) {
    .p-fv__card-img {
        width: 27.6923076923vw
    }
}

.p-fv__card--2f {
    transform: rotate(-2deg)
}

@media (hover: hover) {
    .p-fv__card--2f:hover {
        transform: rotate(-2deg) scale(1.05)
    }
}

.p-fv__card--3f {
    transform: rotate(2deg);
    margin-top: 2rem
}

@media (max-width: 768px) {
    .p-fv__card--3f {
        margin-top: 4.6153846154vw
    }
}

@media (hover: hover) {
    .p-fv__card--3f:hover {
        transform: rotate(2deg) scale(1.05)
    }
}

.p-fv__card--4f {
    transform: rotate(-2deg)
}

@media (hover: hover) {
    .p-fv__card--4f:hover {
        transform: rotate(-2deg) scale(1.05)
    }
}

.p-fv__slider .swiper {
    overflow: hidden
}

.p-fv__slider .swiper-slide {
    border-radius: 1.5rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .p-fv__slider .swiper-slide {
        border-radius: 0
    }
}

.p-fv__slider .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: .4rem;
    --swiper-pagination-bottom: 0px;
    --swiper-pagination-bullet-inactive-color: #333333;
    --swiper-pagination-bullet-inactive-opacity: .5;
    --swiper-pagination-color: #333333;
    position: relative;
    margin-top: 1.4rem
}

@media (max-width: 768px) {
    .p-fv__slider .swiper-pagination {
        margin-top: 5.1282051282vw;
        --swiper-pagination-bullet-horizontal-gap: 1.0256410256vw
    }
}

.p-fv__slider .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background: #333;
    opacity: .5;
    transition: opacity .3s ease
}

@media (max-width: 768px) {
    .p-fv__slider .swiper-pagination-bullet {
        width: 2.0512820513vw;
        height: 2.0512820513vw;
        border-radius: 50%
    }
}

.p-fv__slider .swiper-pagination-bullet-active {
    width: 12rem;
    height: .8rem;
    border-radius: .55rem;
    background: #333;
    opacity: 1
}

@media (max-width: 768px) {
    .p-fv__slider .swiper-pagination-bullet-active {
        width: 20.5128205128vw;
        height: 2.0512820513vw;
        border-radius: 1.4102564103vw
    }
}

.p-fv__slide-link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.u-pcOnly {
    display: block
}

@media (max-width: 768px) {
    .u-pcOnly {
        display: none
    }
}

.u-spOnly {
    display: none
}

@media (max-width: 768px) {
    .u-spOnly {
        display: block
    }
}

.p-floor {
    position: relative;
    z-index: 1;
    padding-top: 8rem;
    padding-bottom: 8rem;
    overflow: visible;
    background-color: #ededed;
    scroll-margin-top: 8rem
}

@media (max-width: 768px) {
    .p-floor {
        padding-top: 0;
        padding-bottom: 10.2564102564vw;
        scroll-margin-top: 15.3846153846vw
    }
}

.p-floor .l-inner {
    position: relative
}

@media (max-width: 768px) {
    .p-floor .l-inner {
        padding-left: 0;
        padding-right: 0
    }
}

@keyframes circleRotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.p-floor__circle {
    position: absolute;
    top: -12rem;
    left: 5rem;
    width: 21rem;
    height: 21rem;
    z-index: 2;
    opacity: .4
}

@media (max-width: 768px) {
    .p-floor__circle {
        top: -20.5128205128vw;
        left: 3.8461538462vw;
        width: 25.641025641vw;
        height: 25.641025641vw
    }
}

.p-floor__circle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-floor__circle-rotate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: circleRotate 20s linear infinite
}

.p-floor__deco {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 35rem;
    height: 35rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .p-floor__deco {
        width: 41.0256410256vw;
        height: 41.0256410256vw
    }
}

.p-floor__deco--right {
    top: -9.1rem;
    right: -11.4rem
}

@media (max-width: 768px) {
    .p-floor__deco--right {
        top: -5.8974358974vw;
        right: -10.2564102564vw
    }
}

.p-floor__deco--left {
    top: 24.8rem;
    left: -6.1rem
}

@media (max-width: 768px) {
    .p-floor__deco--left {
        top: 70.7692307692vw;
        left: -7.6923076923vw
    }
}

.p-floor__deco-img {
    width: 100%;
    height: 100%
}

.p-floor__deco-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, .08))
}

.p-floor__header {
    text-align: center;
    margin-bottom: 3.2rem;
    position: relative;
    z-index: 1
}

@media (max-width: 768px) {
    .p-floor__header {
        transform: translateY(-16.5vw);
        margin-bottom: -12.3974358974vw;
        padding: 0 3.8461538462vw
    }
}

.p-floor__floor-num {
    text-align: center;
    color: #333;
    letter-spacing: .03em;
    margin-bottom: 1.6rem
}

@media (max-width: 768px) {
    .p-floor__floor-num {
        margin-bottom: 2.0512820513vw
    }
}

.p-floor__floor-num-large {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 8rem;
    line-height: 1
}

@media (max-width: 768px) {
    .p-floor__floor-num-large {
        font-size: 12.3076923077vw
    }
}

.p-floor__floor-num-small {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: .06em
}

@media (max-width: 768px) {
    .p-floor__floor-num-small {
        font-size: 7.1794871795vw
    }
}

.p-floor__floor-sub {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.7;
    color: #333;
    text-align: center;
    margin-bottom: .8rem
}

@media (max-width: 768px) {
    .p-floor__floor-sub {
        font-size: 3.5897435897vw;
        margin-bottom: 2.5641025641vw
    }
}

.p-floor__title-img {
    width: 50rem;
    margin: 0 auto 2.4rem
}

@media (max-width: 768px) {
    .p-floor__title-img {
        width: 76.9230769231vw;
        margin: 0 auto 3.0769230769vw
    }
}

.p-floor__desc {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    text-align: center
}

@media (max-width: 768px) {
    .p-floor__desc {
        font-size: 3.5897435897vw;
        text-align: left
    }
}

.p-floor__card {
    position: relative;
    z-index: 1
}

.p-floor__card-deco {
    width: 68rem;
    margin: 0 auto -3.2rem;
    position: relative;
    z-index: 0
}

@media (max-width: 768px) {
    .p-floor__card-deco {
        width: 86.4102564103vw;
        margin: 0 auto -5.1282051282vw
    }
}

.p-floor__card-body {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 0 11rem 9.6rem;
    position: relative
}

@media (max-width: 768px) {
    .p-floor__card-body {
        border-radius: 0;
        padding: 0 3.8461538462vw 28.7179487179vw
    }
}

.p-floor__zone {
    margin-bottom: 5.6rem
}

@media (max-width: 768px) {
    .p-floor__zone {
        margin-bottom: 8.2051282051vw
    }
}

.p-floor__zone-header {
    text-align: center;
    margin-bottom: 2.5rem
}

@media (max-width: 768px) {
    .p-floor__zone-header {
        margin-bottom: 3.0769230769vw
    }
}

.p-floor__zone-label {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #333
}

@media (max-width: 768px) {
    .p-floor__zone-label {
        font-size: 3.5897435897vw
    }
}

.p-floor__zone-name {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.5;
    color: #333
}

@media (max-width: 768px) {
    .p-floor__zone-name {
        font-size: 6.1538461538vw
    }
}

.p-floor__zone-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 768px) {
    .p-floor__zone-content {
        flex-direction: column;
        gap: 5.1282051282vw
    }
}

.p-floor__zone-img {
    width: 47.7777777778%
}

@media (max-width: 768px) {
    .p-floor__zone-img {
        width: 100%
    }
}

.p-floor__zone-text {
    width: 47.7777777778%
}

@media (max-width: 768px) {
    .p-floor__zone-text {
        width: 100%
    }
}

.p-floor__zone-catch {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.6rem
}

@media (max-width: 768px) {
    .p-floor__zone-catch {
        font-size: 4.6153846154vw;
        margin-bottom: 2.0512820513vw
    }
}

.p-floor__zone-body {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-floor__zone-body {
        font-size: 3.5897435897vw
    }
}

.p-floor__divider {
    border: none;
    border-top: 1px solid #ededed;
    margin: 0 0 5.6rem
}

@media (max-width: 768px) {
    .p-floor__divider {
        margin: 0 0 8.2051282051vw
    }
}

.p-floor__partner {
    margin-bottom: 8rem
}

@media (max-width: 768px) {
    .p-floor__partner {
        margin-bottom: 8.2051282051vw
    }
}

.p-floor__partner-label {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #333;
    text-align: center;
    margin-bottom: 1.6rem
}

@media (max-width: 768px) {
    .p-floor__partner-label {
        font-size: 3.5897435897vw;
        margin-bottom: 2.0512820513vw
    }
}

.p-floor__partner-logos {
    margin-bottom: 3.2rem
}

@media (max-width: 768px) {
    .p-floor__partner-logos {
        margin-bottom: 5.1282051282vw
    }
}

.p-floor__partner-logos-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.4rem;
    border: 2px solid #e60012;
    border-radius: .6rem;
    padding: 4rem 5.9rem;
    background-color: #fff;
    margin-bottom: .8rem
}

@media (max-width: 768px) {
    .p-floor__partner-logos-box {
        flex-direction: column;
        gap: 8.2051282051vw;
        border-radius: 1.5384615385vw;
        padding: 10.2564102564vw 15.1282051282vw
    }
}

.p-floor__partner-logo:first-child {
    width: 17.2rem
}

@media (max-width: 768px) {
    .p-floor__partner-logo:first-child {
        width: 35.8974358974vw
    }
}

.p-floor__partner-logo:last-child {
    width: 27.6rem
}

@media (max-width: 768px) {
    .p-floor__partner-logo:last-child {
        width: 59.4871794872vw
    }
}

.p-floor__partner-names {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #333;
    text-align: center
}

@media (max-width: 768px) {
    .p-floor__partner-names {
        font-size: 3.5897435897vw
    }
}

.p-floor__partner-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 768px) {
    .p-floor__partner-content {
        flex-direction: column;
        gap: 5.1282051282vw
    }
}

.p-floor__partner-img {
    width: 47.7777777778%;
    order: 2
}

@media (max-width: 768px) {
    .p-floor__partner-img {
        width: 100%;
        order: 0
    }
}

.p-floor__partner-text {
    width: 47.7777777778%;
    order: 1
}

@media (max-width: 768px) {
    .p-floor__partner-text {
        width: 100%;
        order: 0
    }
}

.p-floor__partner-catch {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.6rem
}

@media (max-width: 768px) {
    .p-floor__partner-catch {
        font-size: 4.6153846154vw;
        margin-bottom: 2.0512820513vw
    }
}

.p-floor__partner-body {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-floor__partner-body {
        font-size: 3.5897435897vw
    }
}

.p-floor__btn {
    display: flex;
    justify-content: center
}

@media (max-width: 768px) {
    .p-floor--2f {
        scroll-margin-top: 35.8974358974vw
    }
}

@media (max-width: 768px) {
    .p-floor--2f .p-floor__header {
        transform: translateY(-6.5vw);
        margin-bottom: -2.3974358974vw
    }
}

@media (max-width: 768px) {
    .p-floor--2f .p-floor__circle {
        top: -10.2564102564vw
    }
}

@media (max-width: 768px) {
    .p-floor--2f .p-floor__deco--right {
        top: -17vw;
        right: -10vw
    }
}

@media (max-width: 768px) {
    .p-floor--2f .p-floor__deco--left {
        top: 56vw;
        left: -10vw
    }
}

.p-floor--2f .p-floor__title-img {
    width: 39.6rem
}

@media (max-width: 768px) {
    .p-floor--2f .p-floor__title-img {
        width: 65.8974358974vw
    }
}

.p-floor--3f {
    padding-top: 0;
    scroll-margin-top: 16rem
}

@media (max-width: 768px) {
    .p-floor--3f {
        padding-top: 0
    }
}

.p-floor--3f .p-floor__title-img {
    width: 31.1rem
}

@media (max-width: 768px) {
    .p-floor--3f .p-floor__title-img {
        width: 52.3076923077vw
    }
}

.p-floor--3f .p-floor__deco--left {
    top: 32.8rem;
    left: -7.1rem
}

@media (max-width: 768px) {
    .p-floor--3f .p-floor__deco--left {
        top: 49vw;
        left: -7vw
    }
}

@media (max-width: 768px) {
    .p-floor--3f .p-floor__deco--right {
        top: -26vw;
        right: -10vw
    }
}

.p-floor--3f .p-floor__partner-logo:first-child {
    width: 29.4rem
}

@media (max-width: 768px) {
    .p-floor--3f .p-floor__partner-logo:first-child {
        width: 59.4871794872vw
    }
}

.p-floor--3f .p-floor__partner-logo:last-child {
    width: 27.6rem
}

@media (max-width: 768px) {
    .p-floor--3f .p-floor__partner-logo:last-child {
        width: 59.4871794872vw
    }
}

.p-floor--4f {
    padding-top: 0;
    scroll-margin-top: 16rem
}

@media (max-width: 768px) {
    .p-floor--4f {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width: 768px) {
    .p-floor--4f .p-floor__card-body {
        padding-bottom: 20.5128205128vw
    }
}

.p-floor--4f .p-floor__title-img {
    width: 34.6rem
}

@media (max-width: 768px) {
    .p-floor--4f .p-floor__title-img {
        width: 58.9743589744vw
    }
}

.p-floor--4f .p-floor__deco--right {
    right: -5.4rem
}

@media (max-width: 768px) {
    .p-floor--4f .p-floor__deco--right {
        top: -27vw;
        right: -6vw
    }
}

@media (max-width: 768px) {
    .p-floor--4f .p-floor__deco--left {
        top: 43vw;
        left: -16vw
    }
}

.p-floor--4f .p-floor__partner-logo:first-child {
    width: 17.1rem
}

@media (max-width: 768px) {
    .p-floor--4f .p-floor__partner-logo:first-child {
        width: 43.5897435897vw
    }
}

.p-floor--4f .p-floor__partner-logo:last-child {
    width: 27.6rem
}

@media (max-width: 768px) {
    .p-floor--4f .p-floor__partner-logo:last-child {
        width: 59.4871794872vw
    }
}

.p-floormap {
    position: relative;
    background-color: #e60012;
    border-radius: 2rem;
    padding: 12rem 0;
    overflow: hidden;
    scroll-margin-top: 8rem
}

@media (min-width: 769px) {
    .p-floormap {
        margin-top: -1rem !important;
        z-index: 5
    }
}

@media (max-width: 768px) {
    .p-floormap {
        margin-top: -.8rem;
        border-radius: 4.1025641026vw;
        padding: 15.3846153846vw 5.1282051282vw;
        scroll-margin-top: 15.3846153846vw
    }
}

.p-floormap__header {
    text-align: center;
    margin-bottom: 3.2rem;
    padding: 0 4rem
}

@media (max-width: 768px) {
    .p-floormap__header {
        margin-bottom: 6.1538461538vw;
        padding: 0 5.1282051282vw
    }
}

.p-floormap__en {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 1.6rem
}

@media (max-width: 768px) {
    .p-floormap__en {
        font-size: 4.1025641026vw;
        margin-bottom: 2.0512820513vw
    }
}

.p-floormap__title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.2rem
}

@media (max-width: 768px) {
    .p-floormap__title {
        margin-bottom: 5.1282051282vw
    }
}

.p-floormap__title-icon {
    width: 8rem;
    margin-right: .8rem
}

@media (max-width: 768px) {
    .p-floormap__title-icon {
        width: 14.358974359vw;
        margin-right: 1.0256410256vw
    }
}

.p-floormap__title-text {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    color: #fff;
    line-height: 1.5
}

@media (max-width: 768px) {
    .p-floormap__title-text {
        font-size: 8.2051282051vw
    }
}

.p-floormap__desc {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.8
}

@media (max-width: 768px) {
    .p-floormap__desc {
        font-size: 3.5897435897vw;
        text-align: left
    }

    .p-floormap__desc br {
        display: none
    }
}

.p-floormap__slider {
    position: relative
}

.p-floormap__slider .swiper {
    overflow: visible
}

@media (max-width: 768px) {
    .p-floormap__slider .swiper {
        overflow: hidden;
        padding: 0
    }
}

.p-floormap__slider .swiper-slide {
    width: 90rem;
    transition: transform .3s ease
}

@media (max-width: 768px) {
    .p-floormap__slider .swiper-slide {
        width: 100%
    }
}

.p-floormap__slider .swiper-slide:not(.swiper-slide-active) {
    transform: scale(.88)
}

@media (max-width: 768px) {
    .p-floormap__slider .swiper-slide:not(.swiper-slide-active) {
        transform: none
    }
}

.p-floormap__card {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 3.2rem 3.6rem 5.6rem;
    text-align: center
}

@media (max-width: 768px) {
    .p-floormap__card {
        border-radius: 3.0769230769vw;
        padding: 6.1538461538vw 0vw 8.2051282051vw
    }
}

.p-floormap__card-header {
    margin-bottom: 2.4rem
}

@media (max-width: 768px) {
    .p-floormap__card-header {
        margin-bottom: 4.1025641026vw
    }
}

.p-floormap__card-num {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1;
    letter-spacing: .06em;
    margin-bottom: 1.6rem
}

@media (max-width: 768px) {
    .p-floormap__card-num {
        margin-bottom: 4.1025641026vw
    }
}

.p-floormap__card-num-large {
    font-size: 7.2rem
}

@media (max-width: 768px) {
    .p-floormap__card-num-large {
        font-size: 12.3076923077vw
    }
}

.p-floormap__card-num-small {
    font-size: 4.8rem
}

@media (max-width: 768px) {
    .p-floormap__card-num-small {
        font-size: 8.2051282051vw
    }
}

.p-floormap__card-floor {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    color: #333;
    line-height: 1.6
}

@media (max-width: 768px) {
    .p-floormap__card-floor {
        font-size: 5.641025641vw
    }
}

.p-floormap__card-theme {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #333;
    line-height: 1.6
}

@media (max-width: 768px) {
    .p-floormap__card-theme {
        font-size: 4.1025641026vw
    }
}

.p-floormap__card-body {
    position: relative;
    margin-top: 2.4rem
}

@media (max-width: 768px) {
    .p-floormap__card-body {
        margin-top: 4.1025641026vw
    }
}

.p-floormap__card-img {
    max-width: 70rem;
    margin: 0 auto;
    background-color: #ededed;
    border-radius: .8rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .p-floormap__card-img {
        max-width: none;
        border-radius: 1.5384615385vw
    }
}

.p-floormap__nav-prev,
.p-floormap__nav-next {
    position: absolute;
    z-index: 10;
    width: 1.9rem;
    height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    top: 50%;
    transform: translateY(-50%)
}

.p-floormap__nav-prev img,
.p-floormap__nav-next img {
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {

    .p-floormap__nav-prev,
    .p-floormap__nav-next {
        width: 2.5641025641vw;
        height: 4.1025641026vw;
        top: 11.0256410256vw !important;
        transform: translateY(0)
    }
}

.p-floormap__nav-prev {
    left: calc(50% - 41.4rem)
}

@media (max-width: 768px) {
    .p-floormap__nav-prev {
        left: 7.6923076923vw
    }
}

.p-floormap__nav-next {
    right: calc(50% - 41.4rem)
}

@media (max-width: 768px) {
    .p-floormap__nav-next {
        right: 7.6923076923vw
    }
}

.p-service {
    position: relative;
    padding: 8rem 0;
    scroll-margin-top: 8rem
}

@media (max-width: 768px) {
    .p-service {
        padding: 14.358974359vw 0;
        scroll-margin-top: 15.3846153846vw
    }
}

.p-service__header {
    text-align: center;
    margin-bottom: 3.2rem
}

@media (max-width: 768px) {
    .p-service__header {
        margin-bottom: 4.1025641026vw
    }
}

.p-service__header-en {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1;
    color: #333
}

@media (max-width: 768px) {
    .p-service__header-en {
        font-size: 4.1025641026vw
    }
}

.p-service__header-ja {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.5;
    color: #333;
    margin-top: 1.6rem
}

@media (max-width: 768px) {
    .p-service__header-ja {
        font-size: 8.2051282051vw;
        margin-top: 2.0512820513vw
    }
}

.p-service__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90rem;
    margin: 0 auto;
    row-gap: 4rem
}

@media (max-width: 768px) {
    .p-service__cards {
        flex-direction: column;
        align-items: center;
        row-gap: 6.4102564103vw;
        max-width: none
    }
}

.p-service__card {
    width: 47.7777777778%;
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: .8rem;
    padding: 2.4rem 2.5rem
}

@media (max-width: 768px) {
    .p-service__card {
        width: 89.7435897436vw;
        border-radius: 2.0512820513vw;
        padding: 6.1538461538vw 6.4102564103vw
    }
}

.p-service__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    height: 100%
}

@media (max-width: 768px) {
    .p-service__card-inner {
        gap: 4.1025641026vw
    }
}

.p-service__card-content {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
    flex-grow: 1
}

@media (max-width: 768px) {
    .p-service__card-content {
        gap: 4.1025641026vw
    }
}

.p-service__card-img--logo .p-service__card-img-inner {
    width: 100%;
    background-color: #fff
}

.p-service__card-img--photo .p-service__card-img-inner {
    width: 100%;
    height: 21.8rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .p-service__card-img--photo .p-service__card-img-inner {
        height: 43.5897435897vw
    }
}

.p-service__card-img--photo .p-service__card-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-service__card-text {
    display: flex;
    flex-direction: column;
    gap: .4rem
}

@media (max-width: 768px) {
    .p-service__card-text {
        gap: 1.0256410256vw
    }
}

.p-service__card-title {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #333
}

@media (max-width: 768px) {
    .p-service__card-title {
        font-size: 4.6153846154vw
    }
}

.p-service__card-desc {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-service__card-desc {
        font-size: 3.5897435897vw
    }
}

.p-service__card-link {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
    text-decoration: underline
}

@media (max-width: 768px) {
    .p-service__card-link {
        font-size: 3.5897435897vw
    }
}

.p-service-other {
    padding: 8rem 0
}

@media (max-width: 768px) {
    .p-service-other {
        padding: 14.358974359vw 0
    }
}

.p-service-other__header {
    text-align: center;
    margin-bottom: 3.2rem
}

@media (max-width: 768px) {
    .p-service-other__header {
        margin-bottom: 4.1025641026vw
    }
}

.p-service-other__header-ja {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.5;
    color: #333
}

@media (max-width: 768px) {
    .p-service-other__header-ja {
        font-size: 6.1538461538vw
    }
}

.p-service-other__carousel {
    position: relative
}

.p-service-other__slider {
    width: 100%
}

.p-service-other__slider .swiper {
    width: 100%;
    overflow: hidden
}

@media (max-width: 768px) {
    .p-service-other__slider .swiper {
        overflow: visible;
        padding: 0 5.1282051282vw
    }
}

.p-service-other__card {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: left;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer
}

.p-service-other__card-img {
    width: 100%;
    border: 1px solid #333333;
    overflow: hidden;
    aspect-ratio: 230/329
}

.p-service-other__card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
}

.p-service-other__card-text {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
    margin-top: 1.2rem
}

@media (max-width: 768px) {
    .p-service-other__card-text {
        font-size: 3.5897435897vw;
        margin-top: 3.5897435897vw
    }
}

.p-service-other__arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 1.9rem;
    height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0
}

.p-service-other__arrow img {
    width: 100%;
    height: 100%;
    display: block
}

@media (max-width: 768px) {
    .p-service-other__arrow {
        display: none
    }
}

.p-service-other__arrow--prev {
    left: -4.8rem
}

.p-service-other__arrow--next {
    right: -4.8rem
}

.p-service-other__pagination {
    --swiper-pagination-bullet-horizontal-gap: 0px;
    position: relative;
    margin-top: 3.2rem;
    display: flex;
    justify-content: center;
    gap: .8rem
}

@media (max-width: 768px) {
    .p-service-other__pagination {
        margin-top: 6.1538461538vw
    }
}

.p-service-other__pagination .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
    border-radius: .4rem;
    background-color: #333;
    opacity: .5;
    transition: all .3s ease
}

@media (max-width: 768px) {
    .p-service-other__pagination .swiper-pagination-bullet {
        width: 2.0512820513vw;
        height: 2.0512820513vw;
        border-radius: 1.0256410256vw
    }
}

.p-service-other__pagination .swiper-pagination-bullet-active {
    width: 12rem;
    height: .8rem;
    border-radius: .55rem;
    background-color: #333;
    opacity: 1
}

@media (max-width: 768px) {
    .p-service-other__pagination .swiper-pagination-bullet-active {
        width: 20.5128205128vw;
        height: 2.0512820513vw;
        border-radius: 1.4102564103vw
    }
}

.p-flyer {
    background-color: #ededed;
    border-radius: 2rem 2rem 0 0;
    padding: 12rem 0 6rem;
    scroll-margin-top: 8rem
}

@media (max-width: 768px) {
    .p-flyer {
        border-radius: 2.5641025641vw 2.5641025641vw 0 0;
        padding: 16.4102564103vw 0 6vw;
        scroll-margin-top: 15.3846153846vw
    }
}

.shufoo133 {
    margin: 0 auto;
    display: table;
}

@media (max-width: 768px) {
    .shufoo133 {
    width: 90%;
    display: block;
    overflow: hidden;
    }
}

.p-campaign {
    background-color: #ededed;
    /*border-radius: 2rem;*/
    padding: 12rem 0 16rem;
    scroll-margin-top: 8rem
}

@media (max-width: 768px) {
    .p-campaign {
        /*border-radius: 2.5641025641vw 2.5641025641vw 0 0;*/
        padding: 16.4102564103vw 0 20.5128205128vw;
        scroll-margin-top: 15.3846153846vw
    }
}

.p-campaign__header {
    text-align: center;
    margin-bottom: 4.8rem
}

@media (max-width: 768px) {
    .p-campaign__header {
        margin-bottom: 6.1538461538vw
    }
}

.p-campaign__header-en {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1;
    color: #333
}

@media (max-width: 768px) {
    .p-campaign__header-en {
        font-size: 4.1025641026vw
    }
}

.p-campaign__header-ja {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.5;
    color: #333;
    margin-top: 1.6rem
}

@media (max-width: 768px) {
    .p-campaign__header-ja {
        font-size: 8.2051282051vw;
        margin-top: 2.0512820513vw
    }
}

@media (max-width: 768px) {
    .p-campaign__header-sep {
        display: none
    }
}

.p-campaign__carousel {
    position: relative
}

.p-campaign__slider .swiper {
    overflow: hidden
}

@media (max-width: 768px) {
    .p-campaign__slider .swiper {
        overflow: visible;
        padding: 0 5.1282051282vw
    }
}

.p-campaign__card {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: left;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer
}

@media (hover: hover) and (min-width: 769px) {
    .p-campaign__card:hover {
        color: #e60012;
        text-decoration: underline
    }

    .p-campaign__card:hover img {
        opacity: .7
    }
}

.p-campaign__card-img {
    width: 100%;
    border: 1px solid #333333;
    overflow: hidden;
    aspect-ratio: 313/446
}

.p-campaign__card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
}

.p-campaign__card-text {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
    margin-top: 1.6rem
}

@media (max-width: 768px) {
    .p-campaign__card-text {
        font-size: 3.5897435897vw;
        margin-top: 3.5897435897vw
    }
}

.p-campaign__arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 1.9rem;
    height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0
}

.p-campaign__arrow img {
    width: 100%;
    height: 100%;
    display: block
}

@media (max-width: 768px) {
    .p-campaign__arrow {
        display: none
    }
}

.p-campaign__arrow--prev {
    left: -4.8rem
}

.p-campaign__arrow--next {
    right: -4.8rem
}

.p-campaign__pagination {
    --swiper-pagination-bullet-horizontal-gap: 0px;
    position: relative;
    margin-top: 3.2rem;
    display: flex;
    justify-content: center;
    gap: .8rem
}

@media (max-width: 768px) {
    .p-campaign__pagination {
        margin-top: 6.1538461538vw
    }
}

.p-campaign__pagination .swiper-pagination-bullet {
    width: .8rem;
    height: .8rem;
    border-radius: .4rem;
    background-color: #333;
    opacity: .5;
    transition: all .3s ease
}

@media (max-width: 768px) {
    .p-campaign__pagination .swiper-pagination-bullet {
        width: 2.0512820513vw;
        height: 2.0512820513vw;
        border-radius: 1.0256410256vw
    }
}

.p-campaign__pagination .swiper-pagination-bullet-active {
    width: 12rem;
    height: .8rem;
    border-radius: .55rem;
    background-color: #333;
    opacity: 1
}

@media (max-width: 768px) {
    .p-campaign__pagination .swiper-pagination-bullet-active {
        width: 20.5128205128vw;
        height: 2.0512820513vw;
        border-radius: 1.4102564103vw
    }
}

.p-access {
    background-color: #e60012;
    border-radius: 2rem 2rem 0 0;
    padding: 12rem 0 2.4rem;
    scroll-margin-top: 8rem
}

@media (min-width: 769px) {
    .p-access {
        margin-top: -2rem !important;
        z-index: 5;
        position: relative
    }
}

@media (max-width: 768px) {
    .p-access {
        border-radius: 2.5641025641vw 2.5641025641vw 0 0;
        padding: 16.4102564103vw 0 4.1025641026vw;
        scroll-margin-top: 15.3846153846vw
    }
}

.p-access__header {
    text-align: center;
    margin-bottom: 3.2rem
}

@media (max-width: 768px) {
    .p-access__header {
        margin-bottom: 6.1538461538vw
    }
}

.p-access__header-en {
    font-family: Imprima, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1;
    color: #fff
}

@media (max-width: 768px) {
    .p-access__header-en {
        font-size: 4.1025641026vw
    }
}

.p-access__header-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem
}

@media (max-width: 768px) {
    .p-access__header-title {
        margin-top: 2.0512820513vw
    }
}

.p-access__header-icon {
    width: 8rem;
    height: 8rem;
    flex-shrink: 0
}

@media (max-width: 768px) {
    .p-access__header-icon {
        width: 12.8205128205vw;
        height: 12.8205128205vw
    }
}

.p-access__header-ja {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.5;
    color: #fff
}

@media (max-width: 768px) {
    .p-access__header-ja {
        font-size: 8.2051282051vw
    }
}

.p-access__body {
    display: flex;
    gap: 3.2rem;
    align-items: flex-start
}

@media (max-width: 768px) {
    .p-access__body {
        flex-direction: column;
        gap: 10.2564102564vw
    }
}

.p-access__card {
    flex: 1;
    min-width: 0;
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 4.8rem 3.6rem
}

@media (max-width: 768px) {
    .p-access__card {
        width: 100%;
        border-radius: 2.0512820513vw;
        padding: 8.2051282051vw 0
    }
}

.p-access__store-name {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.6;
    color: #333;
    text-align: center;
    margin-bottom: 3.2rem
}

@media (max-width: 768px) {
    .p-access__store-name {
        font-size: 4.6153846154vw;
        margin-bottom: 6.1538461538vw
    }
}

.p-access__details {
    max-width: 65rem;
    margin: 0 auto
}

@media (max-width: 768px) {
    .p-access__details {
        max-width: 76.9230769231vw
    }
}

.p-access__row {
    display: flex;
    align-items: center;
    gap: 2.4rem
}

@media (max-width: 768px) {
    .p-access__row {
        gap: 4.1025641026vw
    }
}

.p-access__label {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
    width: 6.4rem;
    flex-shrink: 0
}

@media (max-width: 768px) {
    .p-access__label {
        font-size: 4.1025641026vw;
        width: 16.4102564103vw;
        line-height: 1.7
    }
}

.p-access__value {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-access__value {
        font-size: 3.5897435897vw
    }
}

.p-access__divider {
    border: none;
    border-top: 1px solid #d3d3d3;
    margin: 2.4rem 0
}

@media (max-width: 768px) {
    .p-access__divider {
        margin: 6.1538461538vw 0
    }
}

.p-access__accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.6rem 0 0;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (max-width: 768px) {
    .p-access__accordion-trigger {
        padding: 0 3.0769230769vw 0 0
    }
}

.p-access__accordion-label {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-access__accordion-label {
        font-size: 4.1025641026vw;
        line-height: 1.7
    }
}

.p-access__accordion-icon {
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0
}

@media (max-width: 768px) {
    .p-access__accordion-icon {
        width: 4.1025641026vw;
        height: 4.1025641026vw
    }
}

.p-access__accordion-icon:before,
.p-access__accordion-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #333;
    transition: transform .3s ease
}

.p-access__accordion-icon:before {
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%)
}

.p-access__accordion-icon:after {
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%)
}

.p-access__accordion.is-open .p-access__accordion-icon:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.p-access__accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease
}

.p-access__accordion.is-open .p-access__accordion-content {
    max-height: 2000px
}

.p-access__accordion-inner {
    padding-top: 2.4rem
}

@media (max-width: 768px) {
    .p-access__accordion-inner {
        padding-top: 6.1538461538vw
    }
}

.p-access__phone-group {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-access__phone-group {
        font-size: 3.5897435897vw
    }
}

.p-access__phone-group+.p-access__phone-group {
    margin-top: 1.6rem
}

@media (max-width: 768px) {
    .p-access__phone-group+.p-access__phone-group {
        margin-top: 4.1025641026vw
    }
}

.p-access__phone-link a {
    color: #333;
    text-decoration: underline
}

.p-access__text {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-access__text {
        font-size: 3.5897435897vw
    }
}

.p-access__text a {
    color: #333;
    text-decoration: underline
}

.p-access__map-img {
    max-width: 52rem
}

.p-access__map-link {
    max-width: 52rem;
    margin-top: 2rem
}

.p-access__table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.6rem;
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333
}

@media (max-width: 768px) {
    .p-access__table {
        margin-top: 4.1025641026vw;
        font-size: 3.5897435897vw
    }
}

.p-access__table th,
.p-access__table td {
    border: 1px solid #d3d3d3;
    padding: .2rem 1.6rem;
    text-align: center
}

@media (max-width: 768px) {

    .p-access__table th,
    .p-access__table td {
        padding: .5128205128vw 2.0512820513vw
    }
}

.p-access__table th {
    background-color: #ededed
}

.p-access__table td {
    background-color: #fff
}

.p-access__table th:first-child,
.p-access__table td:first-child {
    width: 60.3076923077%
}

@media (max-width: 768px) {

    .p-access__table th:first-child,
    .p-access__table td:first-child {
        width: 60.3333333333%
    }
}

.p-access__image {
    width: 35rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem
}

@media (max-width: 768px) {
    .p-access__image {
        width: 100%;
        gap: 2.0512820513vw
    }
}

.p-access__image-photo {
    border-radius: 1.5rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .p-access__image-photo {
        border-radius: 2.0512820513vw
    }
}

.p-access__image-link a {
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
    text-decoration: underline
}

@media (max-width: 768px) {
    .p-access__image-link a {
        font-size: 3.5897435897vw
    }
}

.p-access__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 8rem;
    font-family: IBM Plex Sans JP, YuGothic, Yu Gothic, sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff
}

@media (max-width: 768px) {
    .p-access__breadcrumb {
        margin-top: 10.2564102564vw;
        font-size: 3.0769230769vw;
        gap: 1.7948717949vw;
        letter-spacing: 0
    }
}

.p-access__breadcrumb a {
    color: #fff;
    text-decoration: underline
}

.p-access__breadcrumb-sep {
    font-size: 1rem
}

@media (max-width: 768px) {
    .p-access__breadcrumb-sep {
        font-size: 2.5641025641vw
    }
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

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

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

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

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-slides-offset-before);
    scroll-margin-inline-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child {
    margin-inline-end: var(--swiper-slides-offset-after)
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-slides-offset-before);
    scroll-margin-block-start: var(--swiper-slides-offset-before)
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child {
    margin-block-end: var(--swiper-slides-offset-after)
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

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

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, #00000080, #0000)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

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

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

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

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

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

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

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

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

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

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

.swiper-pagination-lock {
    display: none
}


/* 追記  */
.p-intro {
    position: relative;
    padding-top: 4rem;
    overflow: hidden
}
.announce {
    font-weight: bold;
    font-size:2em;
    text-align: center;
    padding: 0.25em;
    color: #6cb4e4;
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
/*
    color: #ff528f;
    border-top: solid 2px #ff528f;
    border-bottom: solid 2px #ff528f;
    background: -webkit-repeating-linear-gradient(-45deg, #fef4f4, #fef4f4 3px,#feeeed 3px, #feeeed 7px);
    background: repeating-linear-gradient(-45deg, #fef4f4, #fef4f4 3px,#feeeed 3px, #feeeed 7px);
*/
}
@media (max-width: 768px) {
    .p-intro {
        padding-top: 12vw
    }
    .announce {
    font-size:1.3em;
    }
}

/*  Shufoo関連追記  */
.ShufooShop133 {
  color: #333;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 24px 20px 12px;
  background: #fff;
  width: 500px;
  margin: 0 auto;
}

.shufoo-list-parent.shufoo-horizontal {
    display: inline-block;
    width: unset !important;
    overflow: auto !important;
}
div.shufoo-chirashi{
    margin:0 auto;
    display: block !important;
    overflow: auto;
}
div.shufoo-chirashi_wrapper:hover {
  opacity: 0.7;
}
.ShufooShop133 img:hover {
  opacity: unset;
}
.shufoo-thumb img {
    margin: 0 auto !important;
}

@media (max-width: 768px) {
    .ShufooShop133 {
    padding: 10px;
    width:100%;
    }
    .shufoo-ui-area,
    .shufoo-ui-area > div,
    .shufoo-ui-area .shufoo-dc{
        width:100%!important;
    }
    .shufoo-list-parent.shufoo-horizontal {
        max-width: 298px;
    }
    .shufoo-ui-area .shufoo-dc a img, .shufoo-ui-area .shufoo-pdf a img {
    display: none;
    }

    .shufoo-ui-area .shufoo-dc a, .shufoo-ui-area .shufoo-pdf a {
        display: block;
        position: relative;
        margin:8px auto;
        width:10em;
        padding: 0.5em 1.6em 0.5em 0.6em;
        border: 2px solid #e6000d;
        border-radius: 6px;
        background-color: #fff;
        color: #e6000d;
        font-weight: bold;
    }
    .shufoo-ui-area .shufoo-dc a:before, .shufoo-ui-area .shufoo-pdf a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0.7em;
        left: inherit;
        z-index: 1;
        -webkit-transform: rotate(45deg) translate(-50%, 0);
        transform: rotate(45deg) translate(-50%, 0);
        width: 9px;
        height: 9px;
        margin: 0;
        border: none;
        border-top: 1px solid #e6000d;
        border-right: 1px solid #e6000d;
    }
    .shufoo-ui-area .shufoo-dc a:after {
        content: "デジタルチラシ";
    }
}
@media (min-width: 769px) {
    .shufoo-chirashi_wrapper {
        display: table;
    }
    .shufoo-title a{
    font-size: 14px !important;
    line-height: 1.4 !important;
    color:#333!important
    }
    .shufoo-ui-area .shufoo-dc a img, .shufoo-ui-area .shufoo-pdf a img {
    display: none;
    }
    .shufoo-ui-area .shufoo-dc a, .shufoo-ui-area .shufoo-pdf a {
        display: block;
        position: relative;
        padding: 0.5em 2.5em 0.5em 1em;
        margin:8px 0;
        border: 2px solid #e6000d;
        border-radius: 6px;
        background-color: #fff;
        color: #e6000d;
        font-weight: bold;
    }
    .shufoo-ui-area .shufoo-dc a:before, .shufoo-ui-area .shufoo-pdf a:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0.7em;
        left: inherit;
        z-index: 1;
        -webkit-transform: rotate(45deg) translate(-50%, 0);
        transform: rotate(45deg) translate(-50%, 0);
        width: 9px;
        height: 9px;
        margin: 0;
        border: none;
        border-top: 1px solid #e6000d;
        border-right: 1px solid #e6000d;
    }
    .shufoo-ui-area .shufoo-dc a:after {
        content: "デジタルチラシ";
    }
    .shufoo-ui-area > div,
    li .shufoo-dc{
    width:100%!important;
    }
}	