html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:root {
    --ff: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", meiryo, sans-serif;
    --ff-en: "Bakbak One", sans-serif;
    --fs-h-xxl: 24px;
    --fs-h-xl: 20px;
    --fs-h-l: 18px;
    --fs-h-m: 16px;
    --fs-h-s: 16px;
    --fs-p-xl: 18px;
    --fs-p-l: 16px;
    --fs-p-m: 14px;
    --fs-p-s: 12px;
    --fw-h: 700;
    --lh-p: 1.8;
    --lh-p-02: 1.6;
    --lh-p-03: 1.5;
    --lh-h: 1.5;
    --lh-xl: 2;
    --lh-l: 1.8;
    --lh-m: 1.5;
    --lh-s: 1.2
}

@media only screen and (min-width: 1024px) {
    :root {
        --fs-h-xxl: 40px;
        --fs-h-xl: 32px;
        --fs-h-l: 28px;
        --fs-h-m: 24px;
        --fs-h-s: 20px
    }
}

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

html {
    -webkit-text-size-adjust: 100%
}

body {
    color: var(--c-text);
    font-family: var(--ff);
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict
}

body[data-is-nav-visible=true] {
    overflow: hidden;
    height: 100%
}

main {
    display: block
}

p {
    line-height: var(--lh-p)
}

th {
    text-align: left
}

em,
dfn {
    font-style: italic
}

a,
button {
    cursor: pointer
}

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

b,
strong {
    font-weight: bold
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: block
}

button {
    border-radius: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible;
    cursor: pointer
}

button,
select {
    text-transform: none
}

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

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

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

@media only screen and (min-width: 1024px) {
    [data-mobile-only] {
        display: none !important
    }
}

@media only screen and (max-width: 1023.9px) {
    [data-desktop-only] {
        display: none !important
    }
}

a[href^="tel:"] {
    pointer-events: none
}

@media only screen and (max-width: 1023.9px) {
    a[href^="tel:"] {
        pointer-events: auto
    }
}

:root {
    --transition: .3s
}

:root {
    --bdr-s: 4px;
    --bdr-m: 8px;
    --bdr-max: calc(infinity * 1px)
}

:root {
    --c-text: #333;
    --c-text-reverse: #fff;
    --c-text-secondary: #555;
    --bgc-white: #fff;
    --bgc-light-gray: #f4f4f4;
    --bgc-gray: #5e5e5e;
    --bgc-dark-gray: #666;
    --bgc-black: #333;
    --bdc-gray: #ddd;
    --c-primary: #101010;
    --c-success: #48c774;
    --c-caution: #ffdd57;
    --c-error: #e23939;
    --text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.80);
    --text-shadow-sp: 0px 0px 10px rgba(0, 0, 0, 0.60)
}

.l-root {
    position: relative;
    overflow-x: clip;
    width: 100%
}

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

.l-footer {
    display: none
}

:root {
    --space: 16px
}

@media only screen and (min-width: 1024px) {
    :root {
        --space: 40px
    }
}

.l-section {
    padding: 60px 0
}

@media only screen and (min-width: 1024px) {
    .l-section {
        padding: 160px 0
    }
}

.l-hidden-wrapper {
    position: fixed;
    top: 40px;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    height: calc(100% - 160px);
    padding-inline: calc(80/1440*100vw)
}

@media only screen and (max-width: 1023.9px) {
    .l-hidden-wrapper {
        padding-inline: unset;
        height: calc(100% - 90px)
    }
}

.l-section-lower {
    width: calc(100% - 220px);
    padding: 0 40px 100px;
    overflow-y: auto;
    height: 100%;
    height: 100%;
    max-width: 960px;
    margin-inline: auto
}

.l-section-lower--lg {
    max-width: 1040px
}

@media only screen and (max-width: 1023.9px) {
    .l-section-lower {
        padding-inline: 20px;
        width: 100%;
        height: calc(100% - 50px)
    }
}

.l-container {
    margin: 0 auto;
    padding: 0 20px
}

@media only screen and (min-width: 1024px) {
    .l-container {
        padding: 0 40px
    }
}

.l-container {
    max-width: calc(960px + 40px * 2)
}

.l-container.-full {
    max-width: 100%;
    padding: 0
}

.l-container.-m {
    max-width: calc(996px + 40px * 2)
}

.l-container.-s {
    max-width: calc(800px + 40px * 2)
}

.l-container.-xs {
    max-width: calc(640px + 40px * 2)
}

.l-grid {
    display: grid;
    gap: 16px 16px
}

@media only screen and (min-width: 1024px) {
    .l-grid {
        gap: 40px 40px
    }
}

@media only screen and (max-width: 1023.9px) {
    .l-grid.-mobile-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .l-grid.-mobile-3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media only screen and (min-width: 1024px) {
    .l-grid.-desktop-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .l-grid.-desktop-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .l-grid.-desktop-4 {
        grid-template-columns: repeat(4, 1fr)
    }

    .l-grid.-desktop-6 {
        grid-template-columns: repeat(6, 1fr)
    }
}

.l-column-container+* {
    margin-top: 140px
}

@media only screen and (max-width: 1023.9px) {
    .l-column-container+* {
        margin-top: 80px
    }
}

.l-column-container.u-mt {
    margin-top: 80px
}

.l-column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

@media only screen and (max-width: 1023.9px) {
    .l-column-2 {
        display: revert
    }
}

.l-column-2__item img,
.l-column-2__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 575/403;
    border-radius: 16px
}

.-reverse+* {
    margin-top: 60px
}

@media only screen and (max-width: 1023.9px) {
    .-reverse+* {
        margin-top: 80px
    }
}

.-reverse:nth-child(even) .l-column-2__image {
    order: 2
}

.-reverse:nth-child(even) .l-column-2__text-area {
    order: 1
}

@media only screen and (max-width: 1023.9px) {
    .l-column-2__text-area {
        margin-top: 40px
    }
}

.l-column-2__heading {
    font-size: 32px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 2.56px
}

[data-lang=ja] .l-column-2__heading {
    font-family: var(--ff--jp)
}

.-reverse .l-column-2__heading {
    font-size: 28px
}

@media only screen and (max-width: 1023.9px) {
    .l-column-2__heading {
        font-size: 20px;
        margin-top: 20px
    }
}

.u-fz-sm {
    font-size: 18px;
    line-height: 1.5;
    display: inline-block
}

@media only screen and (max-width: 1023.9px) {
    .u-fz-sm {
        font-size: 14px
    }
}

.l-column-2__text {
    margin-top: 20px;
    line-height: 200%;
    letter-spacing: .64px
}

@media only screen and (max-width: 1023.9px) {
    .l-column-2__text {
        margin-top: 10px;
        font-size: 14px
    }
}

.l-column-2__text a {
    text-decoration: underline;
    transition: color .3s
}

@media(any-hover: hover) {
    .l-column-2__text a:hover {
        color: var(--c-accent);
        transition: color .3s
    }
}

.l-column-2__timetable {
    margin-top: 20px;
    background: #faf6ef;
    border-radius: 10px;
    padding: 30px 40px;
    container-type: inline-size
}

@media only screen and (max-width: 1023.9px) {
    .l-column-2__timetable {
        margin-top: 20px
    }
}

.l-column-2__text+* {
    margin-top: 20px
}

.l-column-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 50px
}

@media only screen and (max-width: 1023.9px) {
    .l-column-3 {
        gap: 40px
    }
}

.l-column-3__heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .72px
}

.l-column-3__text {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: .56px
}

.l-column-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px
}

@media only screen and (max-width: 1023.9px) {
    .l-column-4 {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px
    }
}

@media screen and (max-width: 768px) {
    .l-column-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

.c-badge {
    display: inline-block;
    padding: 8px 8px;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    font-weight: bold;
    border-radius: calc(infinity * 1px);
    background: #fff;
    color: #222;
    font-family: var(--ff-en)
}

@media only screen and (max-width: 1023.9px) {
    .c-badge {
        font-size: 12px;
        padding: 6px 16px
    }
}

.c-badge.-secondary {
    border-color: var(--c-secondary);
    background: var(--c-secondary)
}

.c-badge.-white {
    border-color: #fff;
    background: #fff;
    color: var(--c-text)
}

.c-badge.-gray {
    border-color: var(--bgc-gray);
    background: var(--bgc-gray)
}

.c-badge.-outline {
    background: transparent;
    color: var(--c-primary)
}

.c-badge.-outline.-secondary {
    color: var(--c-secondary)
}

.c-badge.-outline.-gray {
    color: var(--bgc-gray)
}

.c-badge.-outline.-white {
    color: #fff
}

.c-badge.-pill {
    border-radius: 40px
}

.c-button {
    display: inline-block;
    position: relative;
    padding: 8px 11px;
    border: 1px solid var(--c-primary);
    border-radius: var(--bdr-s);
    background: var(--c-primary);
    color: #fff;
    line-height: 1.15;
    text-align: center;
    transition: var(--transition);
    user-select: none;
    font-size: 14px;
    font-weight: 500
}

.c-button.-line {
    background: #06c755;
    font-size: 18px;
    border: none;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

@media only screen and (max-width: 1023.9px) {
    .c-button.-line {
        padding-block: 17px;
        font-size: 16px
    }
}

.c-button.-line:before {
    content: "";
    background: url(../../asset/image/top/line_icon.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    top: 2px
}

.c-button.-app {
    background: #222;
    font-size: 18px;
    border: none;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    line-height: 1.8
}

@media only screen and (max-width: 1023.9px) {
    .c-button.-app {
        font-size: 16px
    }
}

.c-button:hover {
    opacity: var(--opacity)
}

.c-button.-secondary {
    padding-inline: 14.5px;
    border-color: var(--c-secondary);
    background: var(--c-secondary)
}

.c-button.-white {
    border-color: #fff;
    background: #fff;
    color: var(--c-text)
}

.c-button.-gray {
    border-color: var(--bgc-gray);
    background: var(--bgc-gray)
}

.c-button.-outline {
    background: transparent;
    color: var(--c-primary)
}

.c-button.-outline:hover {
    background: var(--c-primary);
    color: #fff;
    opacity: 1
}

.c-button.-outline.-secondary {
    color: var(--c-secondary)
}

.c-button.-outline.-secondary:hover {
    background: var(--c-secondary);
    color: #fff
}

.c-button.-outline.-gray {
    color: var(--bgc-gray)
}

.c-button.-outline.-gray:hover {
    background: var(--bgc-gray);
    color: #fff
}

.c-button.-outline.-white {
    color: #fff
}

.c-button.-outline.-white:hover {
    background: #fff;
    color: var(--c-text)
}

.c-button.-s {
    padding: .5em 1em;
    font-size: 14px
}

.c-button.-l {
    min-width: 240px;
    padding: 1.25em 2.5em;
    font-size: 18px
}

.c-button.-block {
    display: block
}

.c-button.-tag {
    display: block;
    width: fit-content;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: .48px;
    padding: 5px 8px
}

.c-link-wrap {
    margin-top: 80px
}

@media only screen and (max-width: 1023.9px) {
    .c-link-wrap {
        margin-top: 40px
    }
}

.c-link {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .64px
}

@media only screen and (max-width: 1023.9px) {
    .c-link {
        font-size: 15px
    }
}

.c-link span {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: var(--bdr-max);
    background: var(--c-primary);
    display: inline-block;
    transition: background-color .3s
}

.c-link span:after {
    content: "";
    mask: url(../../asset/image/top/chevron.svg) no-repeat;
    mask-size: contain;
    background-color: #fff;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    translate: -50% -50%;
    margin: auto;
    width: 6px;
    height: 10px;
    transition: background-color .3s
}

.c-link.-button {
    border: 1px solid #715b50;
    border-radius: 10px;
    background: #fff;
    padding: 24px 40px;
    transition: color .3s, background-color .3s, border .3s
}

@media only screen and (max-width: 1023.9px) {
    .c-link.-button {
        padding: 20px 34px;
        column-gap: 14px;
        line-height: 160%;
        letter-spacing: .6px;
        max-width: 300px
    }
}

.c-link.-button.-not-pdf {
    background: #ddd;
    border: none
}

.c-link.-button.-not-pdf span {
    display: none
}

.c-link.-button .c-arrow__circle {
    border: 1px solid transparent;
    transition: background-color .3s, border .3s;
    flex-shrink: 0
}

@media only screen and (max-width: 1023.9px) {
    .c-link.-modal {
        padding-block: 25px
    }
}

@media only screen and (max-width: 1023.9px) {
    .c-link.-modal span {
        width: 24px;
        height: 24px
    }
}

.c-link.-modal span:after {
    mask-image: url(../../asset/image/esthetic/icon_lens.svg);
    width: 15px;
    height: 15px
}

@media only screen and (max-width: 1023.9px) {
    .c-link.-modal span:after {
        width: 12.8px;
        height: 12.8px
    }
}

.c-link.-modal {
    width: 100%;
    max-width: 400px;
    justify-content: center
}

@media only screen and (max-width: 1023.9px) {
    .c-link.-modal {
        width: 100%;
        max-width: 360px;
        font-size: 14px
    }
}

.c-link .-web {
    width: 24px;
    height: 24px
}

.c-link .-web:after {
    content: "";
    mask-image: url(../../asset/image/esthetic/icon_mail.svg);
    width: 14px;
    height: 14px;
    background-color: #fff;
    top: 50%
}

.c-link.-modal .-tel:after {
    content: "";
    mask-image: url(../../asset/image/common/icon_tel.svg);
    width: 12px;
    height: 16px;
    background-color: #fff;
    top: 50%
}

@media(any-hover: hover) {

    .c-button.-line:hover,
    .c-button.-app:hover {
        opacity: .7
    }

    .c-link.-button:hover {
        color: #fff;
        border: 1px solid var(--c-primary);
        background: var(--c-primary);
        transition: color .3s, background-color .3s, border .3s
    }

    .c-link.-button:hover .c-arrow__circle {
        background: #fff;
        border: 1px solid var(--c-primary);
        transition: background-color .3s
    }

    .c-link.-button:hover .c-arrow__circle:after {
        background-color: var(--c-primary);
        transition: background-color .3s
    }
}

[data-lang=en] .-reserve,
[data-lang=cn] .-reserve {
    display: none
}

.-tel {
    display: none
}

form {
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    form {
        margin: 15px
    }
}

.p-form-container {
    margin-top: 80px;
    background: #fff;
    border-radius: 20px;
    border: 3px solid #f08c68;
    box-shadow: 0px 0px 20px 0px rgba(226, 161, 145, .5);
    padding: 80px 106px;
    width: calc(100% - 40px);
    max-width: 996px;
    margin-inline: auto
}

@media only screen and (max-width: 1023.9px) {
    .p-form-container {
        padding: 40px 20px
    }
}

.p-contact-form__text {
    max-width: 640px;
    margin-inline: auto;
    text-align: center
}

@media only screen and (max-width: 1023.9px) {
    .p-contact-form__text {
        max-width: 400px;
        text-align: left;
        font-size: 14px
    }
}

.p-contact-form {
    padding: 80px 0
}

@media only screen and (max-width: 1023.9px) {
    .p-contact-form {
        padding: 40px 0
    }
}

.c-form-wrap {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px
}

@media only screen and (max-width: 1023.9px) {
    .c-form-wrap {
        row-gap: 16px
    }
}

.c-form-row {
    display: grid;
    grid-template-columns: 241px 1fr;
    column-gap: 80px;
    align-items: baseline;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 32px
}

@media only screen and (max-width: 1023.9px) {
    .c-form-row {
        row-gap: 14px;
        grid-template-columns: 1fr
    }
}

.c-label {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: fit-content;
    gap: 24px;
    padding: 0;
    font-weight: bold
}

@media only screen and (max-width: 1023.9px) {
    .c-label {
        justify-content: unset
    }
}

.c-label[data-label=required]:after {
    content: "";
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--c-accent);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    border-radius: 4px
}

[data-lang=en] .c-label[data-label=required]:after {
    content: "Required"
}

[data-lang=cn] .c-label[data-label=required]:after {
    content: "必填"
}

.c-checkbox-wrap .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.c-checkbox-wrap .wpcf7-list-item>label {
    display: flex;
    column-gap: 8px
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
    display: block;
    width: 100%;
    background: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 3px;
    line-height: 1
}

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

    input[type=text],
    input[type=email],
    input[type=tel],
    input[type=number],
    textarea {
        padding: 10px 18px
    }
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
    color: #9193a3
}

textarea {
    padding-top: 16px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=radio]:focus+.wpcf7-list-item-label:before,
input[type=checkbox]:focus+.wpcf7-list-item-label:before,
input[type=submit]:focus,
textarea:focus {
    box-shadow: 0 0 0 1px var(--c-primary)
}

input[type=checkbox]+span {
    font-size: 15px
}

textarea {
    height: 160px
}

.wpcf7-list-item {
    margin-left: 0
}

.c-check-list {
    margin-top: 20px
}

@media only screen and (max-width: 1023.9px) {
    .c-check-list {
        margin-top: 0
    }
}

.c-check-list .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 16px;
    width: fit-content
}

@media only screen and (max-width: 1023.9px) {
    .c-check-list .wpcf7-form-control {
        padding: 0;
        align-items: flex-start
    }
}

[data-entry].c-check-list .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 30px
}

@media only screen and (max-width: 1023.9px) {
    [data-entry].c-check-list .wpcf7-form-control {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px
    }
}

[data-entry] .wpcf7-list-item .wpcf7-list-item-label:before,
[data-entry] .wpcf7-list-item .wpcf7-list-item-label:after {
    border-radius: 4px
}

.wpcf7-list-item .wpcf7-list-item-label {
    font-weight: 500
}

.wpcf7-list-item {
    margin: 0 !important;
    cursor: pointer
}

.wpcf7-list-item input[type=radio],
.wpcf7-list-item input[type=checkbox] {
    appearance: none
}

.wpcf7-list-item input[type=checkbox] {
    border: 1px solid #999;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    position: relative;
    background: #fff
}

@media only screen and (max-width: 1023.9px) {
    .wpcf7-form-control.wpcf7-not-valid .wpcf7-list-item input[type=checkbox] {
        width: 19px;
        height: 19px
    }
}

.wpcf7-list-item input[type=checkbox]:checked {
    border: 2px solid var(--c-primary);
    background: var(--c-primary)
}

.wpcf7-list-item input[type=checkbox]:checked:before {
    content: "";
    position: absolute;
    inset: -2px 0 0 0;
    margin: auto;
    border-radius: 1px;
    width: 10px;
    height: 6px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg)
}

.wpcf7-list-item label {
    cursor: pointer
}

.wpcf7-list-item input[type=radio] {
    border: 1px solid #999;
    width: 16px;
    height: 16px;
    border-radius: var(--bdr-max);
    position: relative;
    background: #fff
}

@media only screen and (max-width: 1023.9px) {
    .wpcf7-form-control.wpcf7-not-valid .wpcf7-list-item input[type=radio] {
        width: 19px;
        height: 19px
    }
}

.wpcf7-list-item input[type=radio]:checked:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--c-primary)
}

.wpcf7-list-item input[type=radio]:checked+span:after,
.wpcf7-list-item input[type=checkbox]:checked+span:after {
    opacity: 1
}

.c-form-text {
    margin-top: 40px;
    font-weight: 500;
    font-size: 14px;
    display: grid;
    grid-template-columns: 241px 1fr;
    column-gap: 80px
}

@media only screen and (max-width: 1023.9px) {
    .c-form-text {
        margin-top: 16px;
        display: revert
    }
}

.c-form-text:before {
    content: ""
}

@media only screen and (max-width: 1023.9px) {
    .c-form-text:before {
        display: none
    }
}

.p-thanks__message {
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width: 1023.9px) {
    .p-thanks__message {
        font-size: 24px
    }
}

.p-thanks__text {
    margin-top: 40px;
    text-align: center
}

@media only screen and (max-width: 1023.9px) {
    .p-thanks__text {
        text-align: left
    }
}

.p-thanks__buttonWrap {
    margin-top: 40px;
    text-align: center
}

.c-submit-button {
    margin-top: 24px;
    margin-inline: auto;
    position: relative;
    width: fit-content;
    margin-top: 56px
}

@media only screen and (max-width: 1023.9px) {
    .c-submit-button {
        margin-top: 40px
    }
}

.c-submit-button input {
    padding: 0;
    transition: color .3s;
    background: none;
    border: none;
    font-size: 32px;
    font-weight: bold;
    font-family: var(--ff-en);
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px
}

@media only screen and (max-width: 1023.9px) {
    .c-submit-button input {
        font-size: 28px
    }
}

@media(any-hover: hover) {
    .c-submit-button input:hover {
        color: #ae9a01;
        transition: color .3s
    }
}

.c-form-privacy-wrap {
    margin-top: 40px
}

.c-form-privacy {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center
}

.c-form-privacy a {
    color: var(--c-accent);
    text-decoration: underline;
    display: inline-block;
    margin-left: 8px
}

.c-form-privacy .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    white-space: nowrap;
    display: block
}

.wpcf7-radio {
    display: grid;
    row-gap: 10px
}

.wpcf7-list-item label {
    display: flex;
    gap: 10px
}

:root {
    --fs-h-xxl: 24px;
    --fs-h-xl: 20px;
    --fs-h-l: 18px;
    --fs-h-m: 16px;
    --fs-h-s: 16px;
    --fs-p-xl: 18px;
    --fs-p-l: 16px;
    --fs-p-m: 14px;
    --fs-p-s: 12px;
    --fw-h: 700;
    --lh-p: 1.8;
    --lh-p-02: 1.6;
    --lh-p-03: 1.5;
    --lh-h: 1.5;
    --lh-xl: 2;
    --lh-l: 1.8;
    --lh-m: 1.5;
    --lh-s: 1.2
}

@media only screen and (min-width: 1024px) {
    :root {
        --fs-h-xxl: 40px;
        --fs-h-xl: 32px;
        --fs-h-l: 28px;
        --fs-h-m: 24px;
        --fs-h-s: 20px
    }
}

.c-heading-1 {
    font-size: var(--fs-h-xxl);
    font-weight: var(--fw-h);
    line-height: var(--lh-h)
}

.c-heading-2,
.p-block-editor h2 {
    font-size: var(--fs-h-xl);
    font-weight: var(--fw-h);
    line-height: var(--lh-h)
}

.c-heading-3,
.p-block-editor h3 {
    font-size: var(--fs-h-l);
    font-weight: var(--fw-h);
    line-height: var(--lh-h)
}

.c-heading-4,
.p-block-editor h4 {
    font-size: var(--fs-h-m);
    font-weight: var(--fw-h);
    line-height: var(--lh-h)
}

.c-heading-5,
.p-block-editor h5 {
    font-size: var(--fs-h-s);
    font-weight: var(--fw-h);
    line-height: var(--lh-h)
}

.c-heading-6,
.p-block-editor h6 {
    line-height: var(--lh-h)
}

.c-heading-lower {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5
}

@media only screen and (max-width: 1023.9px) {
    .c-heading-lower {
        font-size: 18px
    }
}

.c-list,
.c-list-decimal,
.p-block-editor ol,
.c-list-circle,
.p-block-editor ul ul,
.c-list-disc,
.p-block-editor ul {
    line-height: var(--lh-m)
}

.c-list li,
.c-list-decimal li,
.p-block-editor ol li,
.c-list-circle li,
.c-list-disc li,
.p-block-editor ul li {
    margin-top: .5em;
    position: relative;
    padding-left: 1em
}

.c-list li::before,
.c-list-decimal li::before,
.p-block-editor ol li::before,
.c-list-circle li::before,
.c-list-disc li::before,
.p-block-editor ul li::before {
    content: "";
    position: absolute;
    left: 0
}

.c-list-disc li::before,
.p-block-editor ul li::before {
    width: .375em;
    height: .375em;
    top: calc(1em * var(--lh-m) / 2);
    border-radius: 50%;
    background: #fff
}

.c-list-circle li::before,
.p-block-editor ul ul li::before {
    width: .375em;
    height: .375em;
    top: calc(1em * var(--lh-m) / 2);
    border: 1px solid var(--c-text);
    border-radius: 50%;
    background: transparent
}

.c-list-decimal,
.p-block-editor ol {
    counter-reset: i
}

.c-list-decimal li,
.p-block-editor ol li {
    padding-left: 1.25em
}

.c-list-decimal li::before,
.p-block-editor ol li::before {
    counter-increment: i;
    content: counter(i) "."
}

.c-notification-error,
.c-notification-caution,
.c-notification-success,
.c-notification {
    padding: 1rem
}

.c-notification {
    background: var(--bgc-gray)
}

.c-notification-success {
    color: var(--c-success)
}

.c-notification-caution {
    color: var(--c-caution)
}

.c-notification-error {
    color: var(--c-error)
}

.c-table-stripe,
.c-table-border,
.c-table {
    width: 100%;
    line-height: var(--lh-p)
}

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

    .c-table-stripe,
    .c-table-border,
    .c-table {
        font-size: var(--fs-p-m)
    }
}

.c-table-stripe th,
.c-table-border th,
.c-table th,
.c-table-stripe td,
.c-table-border td,
.c-table td {
    padding: .75em
}

.c-table-stripe thead th,
.c-table-border thead th,
.c-table thead th,
.c-table-stripe thead td,
.c-table-border thead td,
.c-table thead td {
    font-weight: 700
}

.c-table-stripe tfoot th,
.c-table-border tfoot th,
.c-table tfoot th,
.c-table-stripe tfoot td,
.c-table-border tfoot td,
.c-table tfoot td {
    font-weight: 700
}

.c-table-border th,
.c-table-border td {
    border: 1px solid var(--bdc-gray)
}

.c-table-stripe tr:nth-child(odd) td {
    background: #eee
}

@media only screen and (max-width: 1023.9px) {
    .c-table-scroll {
        padding-bottom: 1em;
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .c-table-scroll::after {
        content: "※ 横にスクロールして閲覧可能です。";
        display: block;
        margin-top: .5em;
        color: var(--c-text-secondary);
        font-size: var(--fs-p-xs)
    }
}

.c-title {
    font-size: 80px;
    text-align: center;
    font-weight: var(--fw-h);
    line-height: 1;
    font-weight: 500;
    font-family: var(--ff-en);
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .8)
}

[data-lang=ja] .c-title {
    font-family: var(--ff--jp)
}

@media only screen and (max-width: 1023.9px) {
    .c-title {
        font-size: 32px;
        line-height: var(--lh-h);
        margin-inline: auto;
        width: fit-content
    }
}

.c-title.-sm {
    font-size: 28px
}

@media only screen and (max-width: 1023.9px) {
    .c-title.-sm {
        font-size: 26px
    }
}

.c-title.-lower {
    position: relative;
    width: fit-content;
    margin-inline: auto;
    margin-block: calc((1em - 1lh)/2);
    line-height: 1.3
}

.c-title.-lower span {
    display: block;
    width: fit-content;
    margin-inline: auto;
    line-height: 1
}

@media only screen and (max-width: 1023.9px) {
    .c-title.-lower {
        font-size: 28px
    }
}

.c-font-jp {
    font-family: var(--ff--jp)
}

.p-sub-thanks {
    padding: 80px 0
}

@media only screen and (max-width: 1023.9px) {
    .p-sub-thanks {
        padding: 40px 0
    }
}

.p-sub-contact__text {
    max-width: 640px;
    margin-inline: auto;
    color: #fff
}

@media only screen and (max-width: 1023.9px) {
    .p-sub-contact__text {
        font-size: 14px;
        text-align: left;
        max-width: 400px
    }
}

.p-thanks__tel {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    .p-thanks__tel {
        margin-top: 20px
    }
}

.p-sub-contact__button {
    text-align: center;
    margin-top: 80px;
    font-size: 32px;
    font-weight: bold;
    font-family: var(--ff-en);
    color: #fff;
    transition: opacity .3s;
    position: relative;
    width: fit-content;
    margin-inline: auto
}

@media only screen and (max-width: 1023.9px) {
    .p-sub-contact__button {
        margin-top: 30px
    }
}

.p-sub-contact__button:before {
    content: "";
    background: url(../../asset/image/common/chevron_left.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: -40px
}

@media(any-hover: hover) {
    .p-sub-contact__button:hover {
        opacity: .7;
        transition: opacity .3s
    }
}

.p-thanks-section {
    margin-top: 40px;
    padding-bottom: 180px
}

.p-header {
    position: relative
}

.p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    height: 100%;
    position: relative;
    margin-inline: auto;
    transition: var(--transition)
}

.p-header__icon-link {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    position: relative
}

.p-header__icon-link img {
    width: 24px;
    height: 24px;
    display: inline-block
}

.p-header__icon-group {
    display: flex
}

.p-header__logo {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 0
}

.p-header__logo-link {
    display: block;
    transition: var(--transition);
    width: 50vw;
    pointer-events: none;
    opacity: 0;
    transition: opacity 3s ease
}

.p-header__logo-link.is-visible {
    opacity: 1
}

@media only screen and (max-width: 1023.9px) {
    .p-header__logo-link {
        width: 350px
    }
}

.p-header__logo-link img {
    width: 100%
}

.p-header__button {
    margin-right: calc(var(--space) * -.5);
    width: 68px;
    height: 68px;
    position: relative;
    z-index: 1002;
    cursor: pointer;
    display: none
}

@media only screen and (max-width: 1023.9px) {
    .p-header__button {
        display: flex;
        align-items: center;
        position: absolute;
        top: 5px;
        right: 5px
    }
}

.p-header__button-bar {
    background: var(--c-primary);
    width: 24px;
    height: 2px;
    position: absolute;
    top: calc((100% - 2px) / 2);
    left: calc((100% - 24px) / 2);
    transition: var(--transition)
}

.p-header__button-bar:nth-child(1) {
    margin-top: calc(8px * -1)
}

.p-header__button-bar:nth-child(3) {
    margin-top: 8px
}

[data-is-nav-visible=true] .p-header__button-bar:nth-child(1) {
    margin-top: 0;
    transform: rotate(45deg)
}

[data-is-nav-visible=true] .p-header__button-bar:nth-child(2) {
    opacity: 0
}

[data-is-nav-visible=true] .p-header__button-bar:nth-child(3) {
    margin-top: 0;
    transform: rotate(-45deg)
}

[data-is-nav-visible=false] .p-header__button-icon--play {
    display: block
}

[data-is-nav-visible=false] .p-header__button-icon--stop {
    display: none
}

[data-is-nav-visible=true] .p-header__button-icon--play {
    display: none
}

[data-is-nav-visible=true] .p-header__button-icon--stop {
    display: block
}

.js-logo-item {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease
}

.p-mobile-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    z-index: 1001;
    transition: var(--transition);
    padding-top: 48px;
    padding-inline: 24px;
    background: url(../../asset/image/common/texture_bg_mobile.jpg) no-repeat;
    background-size: cover
}

[data-is-nav-visible=true] .p-mobile-nav {
    visibility: visible;
    opacity: 1
}

.p-mobile-nav .p-mobile-nav__button-wrap {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

[data-lang=cn] .p-mobile-nav .p-mobile-nav__button-wrap,
[data-lang=en] .p-mobile-nav .p-mobile-nav__button-wrap {
    grid-template-columns: 1fr
}

.p-mobile-nav__logo {
    position: relative;
    z-index: 1001;
    width: calc(160/375*100vw)
}

.p-mobile-nav .c-button {
    padding: 15px 0;
    letter-spacing: .56px
}

.p-mobile-nav .p-mobile-nav__lang-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px
}

.p-mobile-nav .p-global-nav__lang-link {
    font-size: 16px;
    padding-right: 1em
}

.p-mobile-nav .p-global-nav__lang-link+* {
    padding-left: 1em
}

.p-mobile-nav .p-mobile-nav__link {
    display: block;
    padding-block: 12px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: var(--ff-en)
}

.p-mobile-nav .p-mobile-nav__button.-accordion:after {
    background-image: url(../../asset/image/common/plus_icon.svg)
}

.p-mobile-nav .p-mobile-nav__sublink {
    color: #222;
    padding-left: 15px;
    margin-top: 17px;
    display: inline-grid;
    grid-template-columns: 1fr auto;
    column-gap: 1em;
    align-items: center;
    inline-size: min(100%, 25em);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .6px;
    width: 100%
}

.p-mobile-nav .p-mobile-nav__item:last-of-type .p-mobile-nav__sublink {
    margin-bottom: 15px
}

.p-mobile-nav .p-mobile-nav__item.-accordion {
    display: grid;
    grid-template-rows: min-content 0fr;
    transition: grid-template-rows .3s ease
}

.p-mobile-nav .p-mobile-nav__item.-accordion.open {
    grid-template-rows: min-content 1fr
}

.p-mobile-nav .p-mobile-nav__item.-accordion.open .p-mobile-nav__button.-accordion:after {
    background-image: url(../../asset/image/common/minus_icon.svg)
}

.p-mobile-nav .p-mobile-nav__sublist {
    overflow: hidden
}

.p-mobile-nav .p-mobile-nav__sublist li:last-of-type a {
    margin-bottom: 15px
}

.p-mobile-nav__list {
    position: relative;
    margin-top: 24px
}

.p-mobile-nav__mask {
    mask-size: 100%;
    mask-position: center center;
    width: 220px;
    height: 100%;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%
}

.p-mobile-nav__mask:before {
    content: "";
    background: rgba(34, 34, 34, .4);
    position: fixed;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.p-mobile-nav__button {
    position: fixed;
    right: 0;
    bottom: 0
}

.p-global-nav {
    display: flex;
    height: 100%
}

@media only screen and (max-width: 1023.9px) {
    .p-global-nav {
        display: none
    }
}

.p-global-nav__wrapper {
    display: grid;
    gap: 6px
}

.p-global-nav__upper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px
}

.p-global-nav__list {
    position: fixed;
    top: 50%;
    left: 40px;
    translate: 0 -50%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

@media only screen and (max-width: 1023.9px) {
    .p-global-nav__list {
        left: 20px
    }
}

.p-global-nav__item {
    display: flex;
    align-items: center;
    position: relative
}

.p-global-nav__item:first-of-type .p-global-nav__link {
    padding-left: 0
}

.p-global-nav__item:last-of-type .p-global-nav__link {
    padding-right: 0
}

.p-global-nav__item-logo img {
    width: 150px
}

.p-global-nav__link {
    color: #fff;
    transition: color .3s;
    line-height: 1;
    font-weight: bold;
    font-family: var(--ff-en);
    font-size: 24px;
    position: relative
}

.p-global-nav__link span {
    position: relative
}

.p-global-nav__link span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    background: #ae9a01;
    translate: -50% -50%;
    width: calc(100% + 15px);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s
}

@media(any-hover: hover) {
    .p-global-nav__link span:hover::after {
        transform: scale(1, 1);
        transform-origin: left top
    }
}

.p-global-nav__link.active span:before {
    content: "";
    background: #ae9a01;
    width: calc(100% + 15px);
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%
}

.p-global-nav__tel {
    color: var(--c-text);
    text-align: center;
    font-family: var(--ff-en);
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .96px
}

.p-global-nav__lang-link {
    color: var(--c-text);
    font-family: var(--ff-en);
    line-height: 100%;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    padding-right: .5em;
    transition: var(--transition)
}

.p-global-nav__lang-link+* {
    border-left: 1px solid #a9a3a1;
    padding-left: .5em
}

.p-global-nav__lang-link:last-child {
    padding-right: 0
}

.p-global-nav__lang-link.is-active {
    color: var(--c-accent)
}

@media(any-hover: hover) {
    .p-global-nav__lang-link:hover {
        color: var(--c-accent);
        transition: var(--transition)
    }
}

.p-global-nav .sub-menu {
    display: none
}

.p-global-nav__action {
    display: flex;
    align-items: center;
    margin-left: 20px
}

@media(any-hover: hover) {

    .p-global-nav__link:hover,
    .p-global-nav__sublink:hover {
        transition: color .3s
    }

    .p-global-nav__upper .c-button:hover {
        color: var(--c-primary);
        background: #fff
    }

    .p-global-nav__upper .c-button.-secondary:hover {
        color: var(--c-secondary);
        background: #fff
    }
}

.p-global-nav__sublist {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    top: 100%;
    left: -30px;
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s
}

.p-global-nav__sublink {
    color: #222;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: .56px;
    white-space: nowrap;
    transition: color .3s;
    display: block;
    width: 100%
}

.p-main-header {
    position: relative;
    overflow: hidden;
    padding-bottom: calc(var(--space) * 3);
    background: var(--bgc-light-gray)
}

@media only screen and (min-width: 1024px) {
    .p-main-header {
        padding-bottom: calc(var(--space) * 2)
    }
}

.p-main-header .p-breadcrumb {
    z-index: 2
}

.p-main-header__inner {
    position: relative;
    z-index: 3
}

.p-main-header__title-en {
    padding-top: calc(var(--space) * 3);
    color: var(--white);
    font-family: var(--ff-en);
    font-size: 14px
}

@media only screen and (min-width: 1024px) {
    .p-main-header__title-en {
        padding-top: calc(var(--space) * 2.5)
    }
}

.p-main-header__title {
    margin-top: 8px;
    font-size: 24px;
    line-height: var(--lh-m)
}

@media only screen and (min-width: 1024px) {
    .p-main-header__title {
        font-size: 32px
    }
}

.p-main-header__description {
    margin-top: calc(var(--space) * .5);
    line-height: var(--lh-m);
    max-width: 480px
}

.p-breadcrumb {
    margin-top: 112px;
    font-size: 10px;
    z-index: 1;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: var(--opacity);
    display: none
}

@media only screen and (min-width: 1024px) {
    .p-breadcrumb {
        font-size: 14px
    }
}

.p-breadcrumb>span {
    display: flex;
    line-height: 1.5
}

.p-breadcrumb>span>span:hover a {
    color: var(--c-accent);
    transition: color .3s
}

.p-breadcrumb>span>span a {
    position: relative;
    transition: color .3s;
    display: inline-block
}

.p-breadcrumb>span>span a:before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--c-accent);
    bottom: 0px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s
}

.p-breadcrumb>span>span:hover a:before {
    transform: scale(1, 1);
    transform-origin: left top
}

.p-breadcrumb>span>span:first-child:before {
    content: "";
    mask: url("../../asset/image/common/home.svg") no-repeat;
    mask-size: contain;
    background-color: currentColor;
    width: 10px;
    height: 11px;
    display: inline-block;
    margin-right: 7px;
    transition: background-color .3s
}

.p-breadcrumb>span>span:first-child:hover:before {
    background-color: var(--c-accent);
    transition: background-color .3s
}

@media only screen and (min-width: 1024px) {
    .p-breadcrumb>span>span {
        margin-right: 28px
    }
}

.p-breadcrumb>span>span.breadcrumb_last {
    margin-right: 0;
    color: var(--white)
}

.p-breadcrumb a::after {
    content: "";
    border-top: 1px solid var(--c-text);
    border-right: 1px solid var(--c-text);
    width: .5em;
    height: .5em;
    position: absolute;
    top: calc(50% + 1px);
    right: -10px;
    transform: rotate(45deg);
    transform-origin: top right
}

@media only screen and (min-width: 1024px) {
    .p-breadcrumb a::after {
        right: -16px
    }
}

.p-cta {
    background: var(--bgc-light-gray)
}

@media only screen and (min-width: 1024px) {
    .p-cta {
        padding-bottom: calc(var(--space) * 2)
    }
}

@media only screen and (max-width: 1023.9px) {
    .p-cta__inner {
        padding-right: calc(var(--space) * 1.5);
        padding-left: calc(var(--space) * 1.5)
    }
}

.p-cta__action {
    margin: calc(var(--space) * 1) auto 0;
    max-width: 320px
}

.p-cta__action-link {
    min-width: 100% !important
}

@media only screen and (max-width: 1023.9px) {
    .p-cta__action-link {
        padding-left: 4px !important;
        padding-right: 4px !important
    }
}

.p-footer {
    padding: 80px 0 60px;
    background: #fff;
    color: var(--white);
    border-top: 1px solid #d4c3b7
}

@media only screen and (max-width: 1023.9px) {
    .p-footer {
        padding: 60px 0 40px
    }
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__inner {
        padding-left: 40px;
        padding-right: 40px
    }
}

.p-footer__logo-link {
    display: inline-block
}

@media only screen and (min-width: 1024px) {
    .p-footer__logo-link {
        transition: var(--transition)
    }

    .p-footer__logo-link:hover {
        opacity: var(--opacity)
    }
}

.p-footer__copy {
    margin-top: 15px;
    font-size: var(--fs-p-xs);
    line-height: var(--lh-l)
}

@media only screen and (min-width: 1024px) {
    .p-footer__copy {
        margin-top: 10px
    }
}

.p-footer__copyright {
    font-size: 12px;
    line-height: 1.2
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__copyright {
        margin-top: 20px;
        text-align: center
    }
}

.p-footer__grid-inner {
    display: grid;
    grid-template-columns: clamp(260px, 457 / 1600 * 100vw, 457px) 1fr 1fr 1fr;
    gap: clamp(40px, 120 / 1600 * 100vw, 120px)
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__grid-inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px
    }
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__company {
        grid-column: span 2
    }
}

.p-footer__company-info {
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__company-info {
        margin-top: 20px
    }
}

.p-footer__company-info .p-top-access__detail {
    border: none;
    grid-template-columns: 60px 1fr;
    font-size: 15px;
    padding: 5px 0
}

.p-footer__policy-wrap {
    background: #f6f6f6;
    padding: 25px 0
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__policy-wrap {
        padding: 30px 0
    }
}

.p-footer__policy {
    display: flex;
    gap: 34px;
    line-height: 1.2
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__policy {
        justify-content: center
    }
}

.p-footer__policy-container {
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__policy-container {
        display: revert
    }
}

.p-footer__copyright {
    text-align: right
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__copyright {
        text-align: center;
        margin-top: 15px
    }
}

.p-footer__policy-link {
    font-size: 14px;
    transition: var(--transition)
}

.p-footer__group-logo {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    max-width: 740px;
    margin-inline: auto
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__group-logo {
        grid-template-columns: 1fr 1fr;
        margin-top: 40px
    }
}

.p-footer__group-logo-link {
    transition: var(--transition)
}

.p-footer__group-logo-link img {
    width: 100%
}

.p-footer__link-list {
    margin-top: 10px
}

.p-footer__link-list[data-link=lg] {
    margin-top: 0
}

.p-footer__link-heading {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    white-space: nowrap;
    transition: var(--transition)
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__link-heading {
        font-size: 14px
    }
}

.p-footer__link {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1.5;
    white-space: nowrap;
    transition: var(--transition)
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__link {
        font-size: 13px
    }
}

.p-footer__link-item+* {
    margin-top: 1em
}

@media only screen and (max-width: 1023.9px) {
    .p-footer__link-item+* {
        margin-top: .5em
    }
}

.p-footer__link:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #999
}

@media(any-hover: hover) {

    .p-footer__link:hover,
    .p-footer__group-logo-link:hover,
    .p-footer__policy-link:hover,
    .p-footer__logo-link:hover,
    .p-footer__link-heading:hover {
        opacity: .7;
        transition: var(--transition)
    }
}

.p-block-editor {
    word-break: break-word;
    color: #fff
}

.p-block-editor>* {
    margin-top: 1.5em;
    line-height: 1.8
}

.p-block-editor>*:first-child {
    margin-top: 0 !important
}

.p-block-editor a {
    text-decoration: underline
}

.p-block-editor code {
    border-radius: .125rem;
    padding: .125em .5em;
    background: #eee
}

.p-block-editor .has-text-align-left {
    text-align: left
}

.p-block-editor .has-text-align-center {
    text-align: center
}

.p-block-editor .has-text-align-right {
    text-align: right
}

.p-block-editor p.has-x-large-font-size {
    font-size: var(--fs-p-xl)
}

.p-block-editor p.has-large-font-size {
    font-size: var(--fs-p-l)
}

.p-block-editor p.has-medium-font-size {
    font-size: var(--fs-p-m)
}

.p-block-editor p.has-small-font-size {
    font-size: var(--fs-p-s)
}

.p-block-editor ul ul,
.p-block-editor ul ol,
.p-block-editor ol ul,
.p-block-editor ol ol {
    margin-left: .5em
}

.p-block-editor table {
    margin-top: -12px;
    line-height: 1.5
}

.p-block-editor table th,
.p-block-editor table td {
    padding: 12px 0
}

.p-block-editor table th {
    min-width: 6em
}

.p-block-editor .wp-element-caption {
    margin-top: 1em;
    color: var(--c-text-secondary);
    font-size: var(--fs-p-m);
    text-align: center;
    line-height: var(--lh-s)
}

.p-block-editor .fb_iframe_widget,
.p-block-editor .twitter-tweet,
.p-block-editor .instagram-media {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1.5em !important
}

.p-404-message {
    width: fit-content;
    margin-inline: auto
}

@media only screen and (max-width: 1023.9px) {
    .p-404-message {
        font-size: 14px
    }
}

.splide {
    visibility: visible
}

.splide-wrapper {
    position: relative
}

.splide01 .splide__track {
    overflow: visible
}

.splide__arrows-wrap {
    position: relative
}

.splide__arrows {
    display: flex;
    justify-content: center;
    gap: 17px;
    max-width: 170px;
    margin-inline: auto;
    position: relative
}

.splide01 .splide__arrow {
    display: none
}

.splide01 .splide__pagination {
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px
}

@media only screen and (max-width: 1023.9px) {
    .splide01 .splide__pagination {
        margin-top: 15px
    }
}

.splide01 .splide__pagination__page {
    background: #ddd;
    opacity: 1;
    margin: 0;
    margin-inline: 10px;
    width: 41px;
    height: 2px;
    border-radius: 0
}

@media only screen and (max-width: 1023.9px) {
    .splide01 .splide__pagination__page {
        margin-inline: 5px;
        width: 20px
    }
}

.splide01 .splide__pagination li {
    height: 0
}

.splide01 .splide__pagination li:first-child .splide__pagination__page {
    margin-left: 0
}

.splide01 .splide__pagination li:last-child .splide__pagination__page {
    margin-right: 0
}

.splide01 .splide__pagination__page.is-active {
    background: var(--c-accent);
    transform: scale(1)
}

.splide01 .splide__arrow--prev {
    position: absolute;
    top: -21px;
    left: -30px
}

.splide01 .splide__arrow--next {
    position: absolute;
    top: -21px;
    right: -30px
}

.splide01 .splide__arrow--prev:before {
    content: "";
    background-image: url(../../asset/image/top/chevlon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 16.363px;
    rotate: 180deg;
    transition: all .3s
}

.splide01 .splide__arrow--next:after {
    content: "";
    background-image: url(../../asset/image/top/chevlon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 16.363px;
    rotate: -180deg;
    transition: all .3s
}

.splide-camp .splide__arrows {
    max-width: 100%;
    justify-content: space-between
}

.splide-camp .splide__arrow {
    width: 47px;
    height: 47px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .25);
    opacity: 1;
    position: relative;
    transition: var(--transition)
}

@media only screen and (max-width: 1023.9px) {
    .splide-camp .splide__arrow {
        width: 30px;
        height: 30px
    }
}

.splide-camp .splide__arrow svg {
    display: none
}

.splide-camp .splide__arrow:before {
    content: "";
    background-image: url(../../asset/image/top/splide_chevron.svg);
    position: absolute;
    inset: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 15px
}

@media only screen and (max-width: 1023.9px) {
    .splide-camp .splide__arrow:before {
        width: 5px;
        height: 12px
    }
}

.splide-camp .splide__arrow--prev {
    left: -23px;
    position: absolute;
    top: 200px
}

@media only screen and (max-width: 1023.9px) {
    .splide-camp .splide__arrow--prev {
        left: -16px
    }
}

.splide-camp .splide__arrow--next {
    right: -23px;
    position: absolute;
    top: 200px
}

@media only screen and (max-width: 1023.9px) {
    .splide-camp .splide__arrow--next {
        right: -16px
    }
}

.splide-camp .splide__arrow--prev:before {
    transform: scaleX(-1)
}

.splide-lower .splide__arrow {
    display: none
}

.splide-lower .splide__pagination {
    position: relative;
    inset: 0;
    text-align: center;
    margin-top: 15px
}

@media only screen and (max-width: 1023.9px) {
    .splide-lower .splide__pagination {
        margin-top: 5px
    }
}

.splide-lower .splide__pagination__page {
    background: #ddd;
    opacity: 1;
    margin: 0;
    margin-inline: 10px;
    width: 41px;
    height: 2px;
    border-radius: 0
}

@media only screen and (max-width: 1023.9px) {
    .splide-lower .splide__pagination__page {
        margin-inline: 5px;
        width: 20px
    }
}

.splide-lower .splide__pagination li {
    height: 0
}

.splide-lower .splide__pagination li:first-child .splide__pagination__page {
    margin-left: 0
}

.splide-lower .splide__pagination li:last-child .splide__pagination__page {
    margin-right: 0
}

.splide-lower .splide__pagination__page.is-active {
    background: var(--c-accent);
    transform: scale(1)
}

@media(any-hover: hover) {
    .splide__arrow:hover {
        opacity: .1;
        transition: var(--transition)
    }

    .splide__arrow:hover::before,
    .splide__arrow:hover::after {
        background-color: var(--white)
    }

    .splide__arrow:hover:not(:disabled) {
        opacity: .7
    }
}

.splide:not(.is-overflow) .splide__list {
    justify-content: center
}

.splide:not(.is-overflow) .splide__slide:last-child {
    margin: 0 !important
}

.splide01 {
    opacity: 0;
    visibility: hidden
}

.splide01.is-initialized {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
}

.p-sub-visual {
    position: relative
}

.p-sub-visual__object {
    position: absolute;
    z-index: -1
}

.p-sub-visual__object.-left {
    top: 9px;
    left: -50px
}

@media only screen and (max-width: 1023.9px) {
    .p-sub-visual__object.-left {
        top: 18px;
        left: -30px
    }
}

.p-sub-visual__object.-right {
    top: 26px;
    right: -80px
}

@media only screen and (max-width: 1023.9px) {
    .p-sub-visual__object.-right {
        top: 24px;
        right: -42px
    }
}

.c-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(34, 34, 34, .85);
    padding-block: 180px
}

@media only screen and (max-width: 1023.9px) {
    .c-modal {
        padding-block: 40px
    }
}

.c-modal__content {
    background-color: #fff;
    margin-inline: auto;
    padding: 100px;
    border: 1px solid #888;
    width: calc(100% - 40px);
    max-width: 1000px;
    position: relative
}

@media only screen and (max-width: 1023.9px) {
    .c-modal__content {
        padding: 20px
    }
}

.c-modal__content.-restaurant {
    padding: 50px;
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-modal__close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer
}

.c-modal__close:hover,
.c-modal__close:focus {
    color: #333;
    text-decoration: none
}

.c-modal__body {
    line-height: 1.6
}

.c-modal__title,
.c-modal__section-title {
    font-size: 26px;
    font-weight: 500
}

.c-modal__menu {
    margin-top: 20px
}

.c-modal__menu-title {
    background-color: var(--c-primary);
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: bold
}

.c-modal__table {
    width: 100%;
    border-collapse: collapse
}

.c-modal__table td {
    font-size: 15px;
    padding: 10px 15px;
    border: 1px solid #d4c3b7;
    vertical-align: middle
}

@media only screen and (max-width: 1023.9px) {
    .c-modal__table td {
        font-size: 14px
    }
}

.c-modal__table-time,
.c-modal__table-price {
    width: 15%;
    text-align: center;
    white-space: nowrap
}

.c-modal__inner-text {
    text-align: center
}

@media only screen and (max-width: 1023.9px) {
    .c-modal__inner-text {
        font-size: 14px
    }
}

.c-modal__tel {
    font-size: 32px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 20px
}

@media only screen and (max-width: 1023.9px) {
    .c-modal__tel {
        font-size: 28px
    }
}

.c-table {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(34, 34, 34, .85);
    padding-block: 180px
}

@media only screen and (max-width: 1023.9px) {
    .c-table {
        padding-block: 40px
    }
}

.c-table__content {
    background-color: #fff;
    margin-inline: auto;
    padding: 100px;
    border: 1px solid #888;
    width: calc(100% - 40px);
    max-width: 1000px;
    position: relative
}

@media only screen and (max-width: 1023.9px) {
    .c-table__content {
        padding: 20px
    }
}

.c-table__content.-restaurant {
    padding: 50px;
    max-width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-table__close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer
}

.c-table__close:hover,
.c-table__close:focus {
    color: #333;
    text-decoration: none
}

.c-table__body {
    line-height: 1.6
}

.c-table__title,
.c-table__section-title {
    font-size: 26px;
    font-weight: 500
}

.c-table__menu {
    margin-top: 20px
}

.c-table__menu-title {
    background-color: var(--c-primary);
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: bold
}

.c-table__table {
    width: 100%;
    border-collapse: collapse
}

.c-table__table td {
    line-height: 1.8;
    font-size: 15px;
    padding: 10px 15px;
    border: 1px solid #d4c3b7;
    vertical-align: middle
}

@media only screen and (max-width: 1023.9px) {
    .c-table__table td {
        font-size: 14px;
        line-height: 1.5
    }
}

.c-table__table-time,
.c-table__table-text {
    width: 24%;
    text-align: center;
    white-space: nowrap
}

.full,
.is-full,
.is-close {
    color: var(--c-accent)
}

.c-table__inner-text {
    text-align: center
}

@media only screen and (max-width: 1023.9px) {
    .c-table__inner-text {
        font-size: 14px
    }
}

.c-table__tel {
    font-size: 32px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 20px
}

@media only screen and (max-width: 1023.9px) {
    .c-table__tel {
        font-size: 28px
    }
}

.p-teaser {
    position: relative;
    overflow-x: clip;
    padding: 50px 0;
    height: 100vh
}

@media screen and (min-width: 380px) {
    .p-teaser {
        display: grid;
        place-content: center
    }
}

@media screen and (min-width: 540px) {
    .p-teaser {
        height: 100%
    }
}

@media screen and (min-width: 768px) {
    .p-teaser {
        padding: 0;
        height: 100vh
    }
}

@media screen and (min-width: 1024px) {
    .p-teaser {
        height: 100%
    }
}

.p-teaser:before {
    content: "";
    background: url(../../asset/image/teaser/teaser_bg.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media only screen and (min-width: 1024px) {
    .p-teaser:before {
        background-image: url(../../asset/image/teaser/teaser_bg_pc.jpg)
    }
}

.p-teaser__inner {
    padding: 0;
    width: 100vw;
    position: absolute;
    top: 50%;
    translate: 0 -50%
}

@media screen and (min-width: 540px) {
    .p-teaser__inner {
        position: static;
        translate: unset;
        top: unset
    }
}

@media screen and (min-width: 768px) {
    .p-teaser__inner {
        padding: 20px 0
    }
}

@media screen and (min-width: 1025px) {
    .p-teaser__inner {
        padding: 60px 0
    }
}

.p-teaser__character {
    display: grid;
    place-content: center;
    place-items: center;
    position: relative;
    bottom: -20px
}

@media screen and (min-width: 768px) {
    .p-teaser__character {
        width: 100%
    }
}

.p-teaser__logo-image {
    max-width: calc(280/375*100vw);
    margin-inline: auto;
    text-align: center;
    margin-bottom: -60px;
    position: relative;
    z-index: 4
}

@media screen and (min-width: 768px) {
    .p-teaser__logo-image {
        max-width: calc(450/1025*100vw)
    }
}

@media screen and (min-width: 1025px) {
    .p-teaser__logo-image {
        max-width: 640px;
        margin-bottom: -120px
    }
}

.p-teaser__character-image {
    max-width: calc(230/375*100vw);
    margin-inline: auto;
    text-align: center;
    position: relative
}

@media screen and (min-width: 768px) {
    .p-teaser__character-image {
        max-width: calc(430/1025*100vw)
    }
}

@media screen and (min-width: 1025px) {
    .p-teaser__character-image {
        max-width: calc(450/1920*100vw)
    }
}

.p-teaser__logo {
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    max-width: calc(250/375*100vw)
}

@media screen and (min-width: 768px) {
    .p-teaser__logo {
        max-width: calc(400/1920*100vw);
        text-align: center;
        top: calc(50% + 50px)
    }
}

.p-teaser__count {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-inline: auto;
    width: 80%;
    max-width: clamp(800px, 1000 / 1920 * 100vw, 1000px);
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0
}

@media screen and (min-width: 768px) {
    .p-teaser__count {
        margin-top: 30px;
        width: 75%
    }
}

@media screen and (min-width: 1025px) {
    .p-teaser__count {
        max-width: 600px
    }
}

.tick-credits {
    display: none
}

.tick {
    font-size: 1rem;
    white-space: nowrap
}

.tick-flip-card {
    font-family: "Anton", sans-serif
}

.tick span[data-view] {
    margin-inline: .025em;
    text-transform: capitalize
}

@media screen and (min-width: 768px) {
    .tick span[data-view] {
        margin-inline: 1px
    }
}

.tick-flip,
.tick-text-inline {
    font-size: 2.5em
}

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

    .tick-flip,
    .tick-text-inline {
        font-size: 1.5em
    }
}

.tick-label {
    margin-top: 10px;
    font-size: .75em
}

@media screen and (min-width: 1024px) {
    .tick-label {
        font-size: 1em
    }
}

@media screen and (max-width: 767px) {
    .tick-label {
        position: relative;
        top: -5px;
        font-size: .5em
    }
}

.tick-group {
    margin: 0 5px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .tick-group {
        margin: 0 15px
    }
}

.tick-text-inline {
    color: #5a5d63 !important
}

.tick-label {
    color: #fff !important;
    font-weight: bold
}

.tick-flip-panel {
    color: #fff !important
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important
}

.tick-flip-panel {
    background-color: #1b1b1b !important
}

.tick-flip {
    border-radius: 4px !important
}

.tick-flip-panel-back:after {
    content: none
}

.p-teaser__day {
    margin-top: 0;
    position: relative;
    top: 8px
}

@media screen and (min-width: 768px) {
    .p-teaser__day {
        max-width: calc(800/1024*100vw);
        margin-inline: auto;
        margin-top: 30px
    }
}

@media screen and (min-width: 1025px) {
    .p-teaser__day {
        max-width: calc((500 / 1920)*100vw)
    }
}

.p-teaser__day img {
    display: block
}

.p-teaser__day-image--01 {
    width: calc(130/375 * 100vw);
    margin-left: auto;
    margin-right: 40px;
    margin-inline: auto
}

@media screen and (min-width: 768px) {
    .p-teaser__day-image--01 {
        width: calc(450/1025 * 100vw)
    }
}

@media screen and (min-width: 1025px) {
    .p-teaser__day-image--01 {
        width: calc(250/1920 * 100vw);
        margin-inline: auto
    }
}

.p-teaser__day-image--02 {
    width: calc(190/375 * 100vw);
    margin-left: calc(42/375 * 100vw);
    margin-top: calc(-5/375 * 100vw);
    position: relative
}

@media screen and (min-width: 768px) {
    .p-teaser__day-image--02 {
        width: calc(500/1025 * 100vw);
        margin-left: calc(20/1025 * 100vw);
        margin-top: calc(-7/1025 * 100vw);
        margin-right: auto
    }
}

@media screen and (min-width: 1025px) {
    .p-teaser__day-image--02 {
        width: calc(300/1920 * 100vw);
        margin-top: calc(-20/1920 * 100vw);
        margin-left: 0;
        margin-right: auto;
        rotate: 15deg
    }
}

.p-teaser__day-image--03 {
    width: calc(188/375 * 100vw);
    margin-left: auto;
    margin-top: calc(-43/375 * 100vw);
    margin-right: calc(43/375 * 100vw);
    rotate: 2deg
}

@media screen and (min-width: 768px) {
    .p-teaser__day-image--03 {
        width: calc(520/1025 * 100vw);
        margin-top: calc(-110 / 1025 * 100vw);
        margin-right: calc(5/1025 * 100vw)
    }
}

@media screen and (min-width: 1025px) {
    .p-teaser__day-image--03 {
        width: calc(300/1920 * 100vw);
        margin-top: calc(-45/1920 * 100vw);
        margin-right: 0;
        margin-left: auto
    }
}

.p-teaser__link {
    margin-top: 20px;
    text-align: center;
    max-width: 187px;
    margin-inline: auto
}

@media screen and (min-width: 1025px) {
    .p-teaser__link {
        max-width: 250px
    }
}

.p-teaser__link img {
    transition: opacity .3s;
    border-radius: 6px;
    width: 100%;
    display: block
}

@media(any-hover: hover) {
    .p-teaser__link img:hover {
        opacity: .7;
        transition: opacity .3s
    }
}

.p-biography h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff
}

@media only screen and (max-width: 1023.9px) {
    .p-biography h2 {
        font-size: 18px
    }
}

.p-biography__image {
    margin-top: 40px;
    text-align: center;
}

@media only screen and (max-width: 1023.9px) {
    .p-biography__image {
        margin-top: 15px;
        max-width: 518px;
        margin-inline: auto
    }
}

.p-biography__body {
    margin-top: 60px
}

@media only screen and (max-width: 1023.9px) {
    .p-biography__body {
        margin-top: 30px
    }
}

.p-biography__contents {
    margin-top: 20px
}

.p-biography__contents p {
    color: #fff;
    line-height: 2;
    font-size: 18px;
    font-weight: 500
}

@media only screen and (max-width: 1023.9px) {
    .p-biography__contents p {
        font-size: 14px;
        max-width: 518px;
        margin-inline: auto
    }
}

.p-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 48px
}

.p-pagination .page-numbers {
    position: relative;
    font-weight: 700;
    font-family: var(--ff-en);
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

@media only screen and (min-width: 1024px) {
    .p-pagination .page-numbers {
        transition: var(--transition)
    }
}

@media(any-hover: hover) {
    .p-pagination .page-numbers:hover {
        color: #ae9a01
    }
}

.p-pagination .page-numbers.current {
    color: #ae9a01
}

.p-pagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;
    color: var(--c-text);
    width: 1em
}

.p-pagination .page-numbers.next {
    margin-left: 16px;
    width: fit-content;
    width: 20px;
    height: 40px
}

.p-pagination .page-numbers.prev {
    margin-right: 16px;
    width: fit-content;
    width: 20px;
    height: 40px
}

.p-pagination .page-numbers.next::before,
.p-pagination .page-numbers.next::after,
.p-pagination .page-numbers.prev::before,
.p-pagination .page-numbers.prev::after {
    content: "";
    background: #fff;
    display: block;
    width: 15px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px / 1);
    transition: background .3s
}

.p-pagination .page-numbers.next::before {
    margin-right: .125em;
    transform: rotate(45deg);
    transform-origin: bottom right
}

.p-pagination .page-numbers.next::after {
    margin-right: .125em;
    transform: rotate(-45deg);
    transform-origin: top right
}

.p-pagination .page-numbers.prev::before {
    margin-left: .125em;
    transform: rotate(45deg);
    transform-origin: top left
}

.p-pagination .page-numbers.prev::after {
    margin-left: .125em;
    transform: rotate(-45deg);
    transform-origin: bottom left
}

.p-pagination .page-numbers.next:hover::before,
.p-pagination .page-numbers.next:hover::after,
.p-pagination .page-numbers.prev:hover::before,
.p-pagination .page-numbers.prev:hover::after {
    background: #ae9a01;
    transition: background .3s
}

.grecaptcha-badge {
    margin-top: var(--space)
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--c-success);
    background: var(--c-success);
    display: none
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: var(--c-error);
    background: var(--c-error)
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
    border-color: transparent;
    color: #fff;
    font-weight: bold
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    color: var(--c-error);
    color: #fff;
    font-weight: bold;
    font-size: 14px
}

@media only screen and (min-width: 1024px) {
    .wpcf7-not-valid-tip {
        margin-top: 10px
    }
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
    border-color: var(--c-error)
}

.wpcf7-list-item {
    margin: 0 0 0 1em;
    display: block
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: none
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: relative;
    margin: 10px auto 0;
    display: block
}

@media only screen and (min-width: 1024px) {
    .wpcf7-spinner {
        margin-top: 20px
    }
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media(prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

.wpcf7-list-item-label {
    cursor: pointer
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    line-height: 1.5;
    padding: 0
}

@media only screen and (max-width: 1023.9px) {
    .wpcf7 form .wpcf7-response-output {
        margin-top: 5px
    }
}

.p-fv-video {
    position: relative
}

.p-fv-video:before {
    content: "";
    background: url(../../asset/image/common/texture_bg_pc.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1
}

@media only screen and (max-width: 1023.9px) {
    .p-fv-video:before {
        background-image: url(../../asset/image/common/texture_bg.jpg)
    }
}

.p-fv-video__element {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -2;
    rotate: -90deg
}

@media screen and (max-width: 1024px) {
    .p-fv-video__element {
        rotate: 0deg
    }
}

svg {
    position: fixed;
    inset: 0;
    z-index: 1000
}

.c-ticket-link {
    position: fixed;
    bottom: 40px;
    left: 50%;
    translate: -50% 0;
    z-index: 1100;
    filter: drop-shadow(var(--text-shadow));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 16px
}

@media only screen and (max-width: 1023.9px) {
    .c-ticket-link {
        text-shadow: var(--text-shadow-sp);
        bottom: 20px
    }
}

.c-ticket-link img {
    width: 80px;
    height: 80px
}

.c-ticket-link a {
    transition: opacity .3s
}

@media(any-hover: hover) {
    .c-ticket-link a:hover {
        opacity: .7;
        transition: opacity .3s
    }
}

.c-play-button-wrap {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1200;
    transition: opacity .3s
}

@media only screen and (max-width: 1023.9px) {
    .c-play-button-wrap {
        right: 16px;
        bottom: 28px
    }
}

.c-play-button {
    background: none;
    border: none;
    padding: unset
}

.c-play-button__face--stop {
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #fff;
    border-radius: calc(infinity * 1px)
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
    }
}

.c-sns {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 54px;
    gap: 32px;
    bottom: 144px
}

@media only screen and (max-width: 1023.9px) {
    .c-sns {
        right: 30px;
        bottom: 120px
    }
}

.c-sns a {
    transition: opacity .3s
}

@media(any-hover: hover) {
    .c-play-button-wrap:hover {
        opacity: .7;
        transition: opacity .3s
    }

    .c-sns a:hover {
        opacity: .7;
        transition: opacity .3s
    }
}

.p-video {
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    .p-video {
        margin-top: 15px
    }
}

.p-video__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

@media only screen and (max-width: 1023.9px) {
    .p-video__list {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

.p-video__item {
    cursor: pointer
}

.p-video__item>p {
    margin-top: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: var(--text-shadow)
}

.p-video__item>p.empty {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: none;
    font-weight: normal;
}

@media only screen and (max-width: 1023.9px) {
    .p-video__item>p {
        font-size: 14px;
        text-shadow: var(--text-shadow-sp)
    }
}

.p-video__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.modal__content {
    position: relative;
    width: calc(100% - 80px);
    max-width: 960px;
    text-align: center
}

.modal__close {
    position: absolute;
    top: -40px;
    right: -40px;
    background: url(../../asset/image/common/close_modal.svg) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer
}

@media only screen and (max-width: 1023.9px) {
    .modal__close {
        top: -24px;
        right: -24px;
        width: 16px;
        height: 16px
    }
}

iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto
}

.p-blog-aside__widget+.p-blog-aside__widget {
    margin-top: 20px
}

.p-blog-aside__title {
    line-height: 1.5
}

.p-blog-aside__content {
    margin-top: 10px
}

.p-blog-aside__blog-list {
    border-bottom: 1px solid var(--bdc-gray)
}

.p-blog-aside__blog-item {
    border-top: 1px solid var(--bdc-gray)
}

.p-blog-aside__blog-link {
    padding: 10px 0;
    display: flex;
    justify-content: space-between
}

.p-blog-aside__blog-link:hover {
    text-decoration: underline
}

.p-blog-aside__blog-image {
    width: 100px
}

@media only screen and (min-width: 1024px) {
    .p-blog-aside__blog-image {
        width: 80px
    }
}

.p-blog-aside__blog-heading {
    margin-top: 0;
    line-height: 1.5;
    width: calc(100% - 100px - 10px)
}

@media only screen and (min-width: 1024px) {
    .p-blog-aside__blog-heading {
        width: calc(100% - 80px - 10px)
    }
}

.p-blog-aside__category {
    display: flex;
    flex-direction: column
}

.p-blog-aside__category-parent,
.p-blog-aside__category-child {
    margin-bottom: -1px;
    border: 1px solid var(--bdc-gray);
    padding: 15px 20px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.p-blog-aside__category-parent:first-child,
.p-blog-aside__category-child:first-child {
    border-top-left-radius: var(--bdr-s);
    border-top-right-radius: var(--bdr-s)
}

.p-blog-aside__category-parent:last-child,
.p-blog-aside__category-child:last-child {
    border-bottom-left-radius: var(--bdr-s);
    border-bottom-right-radius: var(--bdr-s)
}

.p-blog-aside__category-parent .badge,
.p-blog-aside__category-child .badge {
    font-size: 12px
}

.p-blog-aside__category-child {
    padding-left: 2.5rem
}

.p-blog-aside__category-child::before {
    content: "";
    background: var(--bdc-gray);
    width: .75rem;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 1rem
}

@media only screen and (max-width: 1023.9px) {
    .p-blog-item__heading {
        font-size: var(--fs-h-m)
    }
}

.p-blog-item__author {
    margin-top: 10px;
    display: flex;
    align-items: center
}

.p-blog-item__author-avatar {
    margin-right: 10px;
    width: 32px
}

@media only screen and (min-width: 1024px) {
    .p-blog-item__author-avatar {
        width: 40px
    }
}

.p-blog-item__author-avatar img {
    border-radius: 50%
}

.p-blog-item__author-name {
    font-size: var(--fs-h-m);
    font-weight: 500
}

.p-blog-article {
    padding: 40px 20px 20px
}

@media only screen and (max-width: 1023.9px) {
    .p-blog-article {
        margin: -40px -20px 0
    }
}

@media only screen and (min-width: 1024px) {
    .p-blog-article {
        border-radius: var(--bdr-s);
        padding: 40px 60px 60px
    }
}

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

.p-blog-article__title {
    flex-basis: 100%
}

.p-blog-article__eyecatch {
    margin-top: 20px;
    flex-basis: 100%
}

@media only screen and (min-width: 1024px) {
    .p-blog-article__eyecatch {
        margin-top: 20px
    }
}

.p-blog-article__eyecatch img {
    width: 100%
}

.p-blog-article__author,
.p-blog-article__meta {
    margin-top: 20px
}

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

    .p-blog-article__author,
    .p-blog-article__meta {
        margin-top: 20px
    }
}

.p-blog-article__author {
    margin-right: 10px;
    display: flex;
    align-items: center
}

@media only screen and (min-width: 1024px) {
    .p-blog-article__author {
        margin-right: 5px
    }
}

.p-blog-article__author-avatar {
    margin-right: 10px;
    width: 40px;
    height: 40px
}

@media only screen and (min-width: 1024px) {
    .p-blog-article__author-avatar {
        width: 64px;
        height: 64px
    }
}

.p-blog-article__category {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    width: 100%
}

@media only screen and (min-width: 1024px) {
    .p-blog-article__category {
        font-size: .875rem
    }
}

.p-blog-article__category-link {
    transition: var(--transition)
}

.p-blog-article__category-link:hover {
    opacity: .5
}

.p-blog-article__date {
    margin-top: 4px;
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    text-align: right
}

@media only screen and (min-width: 1024px) {
    .p-blog-article__date {
        font-size: 14px
    }
}

.p-blog-article__content {
    margin-top: 16px
}

@media only screen and (min-width: 1024px) {
    .p-blog-article__content {
        margin-top: 20px
    }
}

.p-blog-article__content h2 {
    padding-bottom: calc((1em * var(--lh-l) - 1em) / 2 + 2px);
    position: relative
}

@media only screen and (min-width: 1024px) {
    .p-blog-article__content h2 {
        padding-bottom: calc((1em * var(--lh-l) - 1em) / 2 + 4px)
    }
}

.p-blog-article__content h2::before {
    content: "";
    background: var(--gradation);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0
}

@media only screen and (min-width: 1024px) {
    .p-blog-article__content h2::before {
        height: 4px
    }
}

.p-blog-article__content h3 {
    border-bottom: 2px solid var(--bdc-gray);
    padding-bottom: calc((1em * var(--lh-l) - 1em) / 2 + 2px);
    position: relative
}

.p-blog-article ul>li::before {
    background-color: var(--c-primary)
}

.p-blog-article ul>li>ul>li::before {
    border: 1px solid var(--c-primary);
    background-color: transparent
}

.p-blog-article ol>li::before {
    background-color: var(--c-primary)
}

.p-blog-article__tag-link {
    margin-right: .25rem;
    margin-top: .25rem;
    border: 1px solid var(--bgc-gray);
    border-radius: 2px;
    padding: 4px 6px;
    color: var(--bgc-gray);
    font-size: .75rem;
    line-height: 1;
    display: inline-block
}

.p-blog-article__tag-link a {
    transform: .3s
}

.p-blog-article__tag-link a:hover {
    opacity: .5
}

.p-news-list {
    margin-top: 60px
}

@media only screen and (max-width: 1023.9px) {
    .p-news-list {
        margin-top: 30px
    }
}

.p-sub-news .p-news-list {
    margin-top: 0
}

.p-news-item:first-child .p-news-item__link {
    border-top: none;
    padding-top: 40px
}

.p-news-item__link {
    display: grid;
    grid-template-columns: auto 120px 1fr;
    gap: 40px;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid
}

@media only screen and (max-width: 1023.9px) {
    .p-news-item__link {
        padding: 20px 10px;
        gap: 15px 8px;
        grid-template-columns: 120px auto
    }
}

@media only screen and (min-width: 1024px) {
    .p-news-item__link {
        font-size: 20px;
        padding-block: 32px
    }
}

.p-news-item__link .p-news-item__title span {
    font-family: var(--ff);
    font-weight: bold;
    position: relative;
    top: -2px;
    background-image: linear-gradient(90deg, #fff, #fff);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding-bottom: 2px;
    transition: background-size .3s
}

.p-news-item__link:hover .p-news-item__title span {
    background-size: 100% 1px;
    background-position: left bottom;
    transition: background-size .3s
}

.p-news-item__date time {
    color: #fff;
    font-size: 24px;
    font-family: var(--ff-en);
    letter-spacing: 1.12px;
    line-height: 1.6
}

@media only screen and (max-width: 1023.9px) {
    .p-news-item__date time {
        font-size: 20px;
        position: relative;
        top: -1px
    }
}

.p-news-item .c-badge {
    font-family: var(--ff-en)
}

@media only screen and (max-width: 1023.9px) {
    .p-news-item .c-badge {
        width: fit-content
    }
}

.p-news-item__title {
    line-height: var(--lh-m);
    position: relative;
    top: 1px;
    color: #fff;
    font-weight: bold;
    font-family: var(--ff)
}

@media only screen and (max-width: 1023.9px) {
    .p-news-item__title {
        width: 100%;
        grid-column: span 2
    }
}

.p-news-article {
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    .p-news-article {
        margin-top: 15px
    }
}

.p-news-article__info {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    .p-news-article__info {
        margin-top: 20px;
        gap: 30px
    }
}

.p-news-article__date {
    font-size: 24px;
    font-weight: bold;
    font-family: var(--ff-en);
    color: #fff
}

@media only screen and (max-width: 1023.9px) {
    .p-news-article__date {
        font-size: 20px
    }
}

.p-news-article__content {
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    .p-news-article__content {
        margin-top: 20px
    }
}

.p-news__eyecatch {
    margin: 40px 0 80px
}

@media only screen and (max-width: 1023.9px) {
    .p-news__eyecatch {
        margin: 20px 0 40px
    }
}

.p-news__eyecatch img {
    width: 100%
}

.category-buttons {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin-inline: auto;
    gap: 8px 16px;
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    .category-buttons {
        margin-top: 15px
    }
}

.category-button {
    padding: 8px 24px;
    font-family: var(--ff-en);
    transition: background-color .3s, color .3s;
    background: #fff;
    color: #222;
    border-radius: calc(infinity * 1px)
}

@media only screen and (max-width: 1023.9px) {
    .category-button {
        padding: 6px 16px;
        font-size: 14px
    }
}

@media(any-hover: hover) {
    .category-button:hover {
        background-color: #ae9a01;
        color: #fff
    }
}

.category-button.active {
    background-color: #ae9a01;
    color: #fff
}

.p-live-item__link {
    display: block;
    padding-block: 20px
}

.p-live-item__event {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

@media only screen and (max-width: 1023.9px) {
    .p-live-item__event {
        flex-wrap: nowrap;
        font-size: 14px;
        gap: 10px
    }
}

.p-disco-item__date {
    gap: 10px;
    margin-top: 15px
}

.p-disco-item__info .p-disco-item__date {
    margin-top: unset
}

.p-disco-item__date span {
    color: #fff;
    font-family: var(--ff-en);
    text-shadow: var(--text-shadow)
}

@media only screen and (max-width: 1023.9px) {
    .p-disco-item__date span {
        text-shadow: var(--text-shadow-sp)
    }
}

.p-live-item__title {
    margin-left: unset;
    margin-top: 5px;
    width: 100%
}

.p-disco-item__title {
    font-size: 24px
}

@media only screen and (max-width: 1023.9px) {
    .p-disco-item__title {
        font-size: 16px;
        margin-top: 10px
    }
}

.p-disco__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 24px;
    margin-top: 40px
}

@media only screen and (max-width: 1023.9px) {
    .p-disco__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 18px
    }
}

@media only screen and (max-width: 767.9px) {
    .p-disco__list {
        grid-template-columns: 1fr;
        gap: 40px
    }
}

.p-disco-item__image {
    aspect-ratio: 1/1
}

.p-disco-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.p-disco-item__inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(380px, 100%), 1fr));
    gap: 40px
}

@media only screen and (max-width: 1023.9px) {
    .p-disco-item__inner {
        gap: 20px
    }
}

.p-block-editor--discography {
    padding-block: 20px
}

.p-disco-item__link {
    margin-top: 15px
}

.p-disco-item__link a {
    display: block;
    padding: 10px 8px;
    border-radius: 4px;
    background: #fff;
    color: #1e1e1e;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-disco-item__link a::before {
    content: "";
    margin-right: 12px;
    background: url(../../asset/image/common/icon-play.svg) no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px
}

.p-disco-item__share {
    margin-top: 15px;
    display: flex;
    gap: 16px;
    justify-content: space-between
}

.p-disco-item__share a {
    padding: 4px 8px;
    border-radius: 4px;
    width: calc((100% - 16px) / 2)
}

.p-dico-item__share-link--x {
    background: #1e1e1e;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 16px
}

.p-dico-item__share-link--x:before {
    content: "";
    background: url(../../asset/image/common/x_share.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px
}

.p-dico-item__share-link--line {
    background: #1e1e1e;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 16px
}

.p-dico-item__share-link--line:before {
    content: "";
    background: url(../../asset/image/common/line_share.png) no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px
}

.aligncenter {
    display: block;
    margin-inline: auto !important
}

.alignright {
    display: block;
    margin-left: auto !important
}

.alignleft {
    display: block;
    margin-right: auto !important
}

.p-schedule__empty {
    margin-top: 15px;
    color: #fff
}

.p-schedule__empty p,
p.empty {
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 1em;
}

.u-background-white {
    background-color: var(--white)
}

.u-background-dark {
    position: relative
}

.u-background-dark::before {
    content: "";
    background-color: var(--bgc-black);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .05
}

.u-border-1 {
    border: 1px solid var(--bdc-gray)
}

.u-border-2 {
    border: 2px solid var(--bdc-gray)
}

.u-border-4 {
    border: 4px solid var(--bdc-gray)
}

.u-border-radius {
    border-radius: var(--bdr-s);
    overflow: hidden
}

.u-clearfix {
    display: block
}

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

.u-image-rounded {
    border-radius: var(--bdr-s)
}

.u-image-circle {
    border-radius: 50%
}

.u-image-link {
    display: block;
    overflow: hidden
}

.u-image-link img {
    transition: var(--transition)
}

.u-image-link:hover img {
    opacity: var(--opacity)
}

.u-mt-xl {
    margin-top: 80px
}

.u-mt-l {
    margin-top: 40px
}

.u-mt-m {
    margin-top: 20px
}

.u-mt-s {
    margin-top: 10px
}

.u-mt-xs {
    margin-top: 5px
}

@media only screen and (min-width: 1024px) {
    .u-mt-xl {
        margin-top: 120px
    }

    .u-mt-l {
        margin-top: 80px
    }

    .u-mt-m {
        margin-top: 40px
    }

    .u-mt-s {
        margin-top: 20px
    }

    .u-mt-xs {
        margin-top: 10px
    }
}

.u-mb-xl {
    margin-bottom: 80px
}

.u-mb-l {
    margin-bottom: 40px
}

.u-mb-m {
    margin-bottom: 20px
}

.u-mb-s {
    margin-bottom: 10px
}

.u-mb-xs {
    margin-bottom: 5px
}

@media only screen and (min-width: 1024px) {
    .u-mb-xl {
        margin-bottom: 120px
    }

    .u-mb-l {
        margin-bottom: 80px
    }

    .u-mb-m {
        margin-bottom: 40px
    }

    .u-mb-s {
        margin-bottom: 20px
    }

    .u-mb-xs {
        margin-bottom: 10px
    }
}

.u-ml-xl {
    margin-left: 80px
}

.u-ml-l {
    margin-left: 40px
}

.u-ml-m {
    margin-left: 20px
}

.u-ml-s {
    margin-left: 10px
}

.u-ml-xs {
    margin-left: 5px
}

@media only screen and (min-width: 1024px) {
    .u-ml-xl {
        margin-left: 120px
    }

    .u-ml-l {
        margin-left: 80px
    }

    .u-ml-m {
        margin-left: 40px
    }

    .u-ml-s {
        margin-left: 20px
    }

    .u-ml-xs {
        margin-left: 10px
    }
}

.u-mr-xl {
    margin-right: 80px
}

.u-mr-l {
    margin-right: 40px
}

.u-mr-m {
    margin-right: 20px
}

.u-mr-s {
    margin-right: 10px
}

.u-mr-xs {
    margin-right: 5px
}

@media only screen and (min-width: 1024px) {
    .u-mr-xl {
        margin-right: 120px
    }

    .u-mr-l {
        margin-right: 80px
    }

    .u-mr-m {
        margin-right: 40px
    }

    .u-mr-s {
        margin-right: 20px
    }

    .u-mr-xs {
        margin-right: 10px
    }
}

.u-mx-xl {
    margin-left: 80px;
    margin-right: 80px
}

.u-mx-l {
    margin-left: 40px;
    margin-right: 40px
}

.u-mx-m {
    margin-left: 20px;
    margin-right: 20px
}

.u-mx-s {
    margin-left: 10px;
    margin-right: 10px
}

.u-mx-xs {
    margin-left: 5px;
    margin-right: 5px
}

@media only screen and (min-width: 1024px) {
    .u-mx-xl {
        margin-left: 120px;
        margin-right: 120px
    }

    .u-mx-l {
        margin-left: 80px;
        margin-right: 80px
    }

    .u-mx-m {
        margin-left: 40px;
        margin-right: 40px
    }

    .u-mx-s {
        margin-left: 20px;
        margin-right: 20px
    }

    .u-mx-xs {
        margin-left: 10px;
        margin-right: 10px
    }
}

.u-mx-auto {
    margin-left: auto;
    margin-right: auto
}

.u-my-xl {
    margin-top: 80px;
    margin-bottom: 80px
}

.u-my-l {
    margin-top: 40px;
    margin-bottom: 40px
}

.u-my-m {
    margin-top: 20px;
    margin-bottom: 20px
}

.u-my-s {
    margin-top: 10px;
    margin-bottom: 10px
}

.u-my-xs {
    margin-top: 5px;
    margin-bottom: 5px
}

@media only screen and (min-width: 1024px) {
    .u-my-xl {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .u-my-l {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .u-my-m {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .u-my-s {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .u-my-xs {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.u-m-xl {
    margin: 80px
}

.u-m-l {
    margin: 40px
}

.u-m-m {
    margin: 20px
}

.u-m-s {
    margin: 10px
}

.u-m-xs {
    margin: 5px
}

@media only screen and (min-width: 1024px) {
    .u-m-xl {
        margin-: 120px
    }

    .u-m-l {
        margin-: 80px
    }

    .u-m-m {
        margin-: 40px
    }

    .u-m-s {
        margin-: 20px
    }

    .u-m-xs {
        margin-: 10px
    }
}

.u-pt-xl {
    padding-top: 80px
}

.u-pt-l {
    padding-top: 40px
}

.u-pt-m {
    padding-top: 20px
}

.u-pt-s {
    padding-top: 10px
}

.u-pt-xs {
    padding-top: 5px
}

@media only screen and (min-width: 1024px) {
    .u-pt-xl {
        padding-top: 120px
    }

    .u-pt-l {
        padding-top: 80px
    }

    .u-pt-m {
        padding-top: 40px
    }

    .u-pt-s {
        padding-top: 20px
    }

    .u-pt-xs {
        padding-top: 10px
    }
}

.u-pb-xl {
    padding-bottom: 80px
}

.u-pb-l {
    padding-bottom: 40px
}

.u-pb-m {
    padding-bottom: 20px
}

.u-pb-s {
    padding-bottom: 10px
}

.u-pb-xs {
    padding-bottom: 5px
}

@media only screen and (min-width: 1024px) {
    .u-pb-xl {
        padding-bottom: 120px
    }

    .u-pb-l {
        padding-bottom: 80px
    }

    .u-pb-m {
        padding-bottom: 40px
    }

    .u-pb-s {
        padding-bottom: 20px
    }

    .u-pb-xs {
        padding-bottom: 10px
    }
}

.u-pl-xl {
    padding-left: 80px
}

.u-pl-l {
    padding-left: 40px
}

.u-pl-m {
    padding-left: 20px
}

.u-pl-s {
    padding-left: 10px
}

.u-pl-xs {
    padding-left: 5px
}

@media only screen and (min-width: 1024px) {
    .u-pl-xl {
        padding-left: 120px
    }

    .u-pl-l {
        padding-left: 80px
    }

    .u-pl-m {
        padding-left: 40px
    }

    .u-pl-s {
        padding-left: 20px
    }

    .u-pl-xs {
        padding-left: 10px
    }
}

.u-pr-xl {
    padding-right: 80px
}

.u-pr-l {
    padding-right: 40px
}

.u-pr-m {
    padding-right: 20px
}

.u-pr-s {
    padding-right: 10px
}

.u-pr-xs {
    padding-right: 5px
}

@media only screen and (min-width: 1024px) {
    .u-pr-xl {
        padding-right: 120px
    }

    .u-pr-l {
        padding-right: 80px
    }

    .u-pr-m {
        padding-right: 40px
    }

    .u-pr-s {
        padding-right: 20px
    }

    .u-pr-xs {
        padding-right: 10px
    }
}

.u-px-xl {
    padding-left: 80px;
    padding-right: 80px
}

.u-px-l {
    padding-left: 40px;
    padding-right: 40px
}

.u-px-m {
    padding-left: 20px;
    padding-right: 20px
}

.u-px-s {
    padding-left: 10px;
    padding-right: 10px
}

.u-px-xs {
    padding-left: 5px;
    padding-right: 5px
}

@media only screen and (min-width: 1024px) {
    .u-px-xl {
        padding-left: 120px;
        padding-right: 120px
    }

    .u-px-l {
        padding-left: 80px;
        padding-right: 80px
    }

    .u-px-m {
        padding-left: 40px;
        padding-right: 40px
    }

    .u-px-s {
        padding-left: 20px;
        padding-right: 20px
    }

    .u-px-xs {
        padding-left: 10px;
        padding-right: 10px
    }
}

.u-py-xl {
    padding-top: 80px;
    padding-bottom: 80px
}

.u-py-l {
    padding-top: 40px;
    padding-bottom: 40px
}

.u-py-m {
    padding-top: 20px;
    padding-bottom: 20px
}

.u-py-s {
    padding-top: 10px;
    padding-bottom: 10px
}

.u-py-xs {
    padding-top: 5px;
    padding-bottom: 5px
}

@media only screen and (min-width: 1024px) {
    .u-py-xl {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .u-py-l {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .u-py-m {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .u-py-s {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .u-py-xs {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.u-p-xl {
    padding: 80px
}

.u-p-l {
    padding: 40px
}

.u-p-m {
    padding: 20px
}

.u-p-s {
    padding: 10px
}

.u-p-xs {
    padding: 5px
}

@media only screen and (min-width: 1024px) {
    .u-p-xl {
        padding: 120px
    }

    .u-p-l {
        padding: 80px
    }

    .u-p-m {
        padding: 40px
    }

    .u-p-s {
        padding: 20px
    }

    .u-p-xs {
        padding: 10px
    }
}

.u-ratio-ogp {
    aspect-ratio: 1200/630;
    object-fit: cover
}

.u-ratio-3x1 {
    aspect-ratio: 3/1;
    object-fit: cover
}

.u-ratio-2x1 {
    aspect-ratio: 2/1;
    object-fit: cover
}

.u-ratio-16x9 {
    aspect-ratio: 16/9;
    object-fit: cover
}

.u-ratio-3x2 {
    aspect-ratio: 3/2;
    object-fit: cover
}

.u-ratio-4x3 {
    aspect-ratio: 4/3;
    object-fit: cover
}

.u-ratio-1x1 {
    aspect-ratio: 1;
    object-fit: cover
}

.u-ratio-3x4 {
    aspect-ratio: 3/4;
    object-fit: cover
}

.u-ratio-2x3 {
    aspect-ratio: 2/3;
    object-fit: cover
}

.u-text-left {
    text-align: left
}

.u-text-center {
    text-align: center
}

.u-text-right {
    text-align: right
}

.u-fwb {
    font-weight: bold
}

/*# sourceMappingURL=style.css.map */


/*追記*/

@media(any-hover: hover) {
    .c-submit-button input:hover {
        color: var(--theme-color);
    }
}

.category-button.active {
    background-color: var(--theme-color);
    color: #fff;
}

@media (any-hover: hover) {
    .category-button:hover {
        background-color: var(--theme-color);
        color: #fff;
    }
}

.p-global-nav__link span:after {
    background: var(--theme-color);
}

.p-global-nav__link.active span:before {
    background: var(--theme-color);
}

.p-pagination .page-numbers.current {
    color: var(--theme-color);
}

@media (any-hover: hover) {
    .p-pagination .page-numbers:hover {
        color: var(--theme-color);
    }
}

.p-pagination .page-numbers.next:hover::before,
.p-pagination .page-numbers.next:hover::after,
.p-pagination .page-numbers.prev:hover::before,
.p-pagination .page-numbers.prev:hover::after {
    background: var(--theme-color);
}