/* @format */

/*--------------------------------
reset
--------------------------------*/
html,
body,
div,
p,
img,
iframe,
a,
span,
blockquote,
q,
address,
cite,
pre,
code,
em,
small,
strong,
b,
i,
header,
article,
section,
nav,
figure,
figcaption,
hgroup,
menu,
aside,
footer,
time,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tbody,
thead,
tfoot,
th,
tr,
td,
form,
fieldset,
legend,
label,
select,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,
article,
section,
nav,
figure,
figcaption,
hgroup,
menu,
aside,
footer {
    display: block;
}
ul li,
ol li {
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
body {
    line-height: 1;
}
a {
    text-decoration: none;
}
img {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
select,
option,
input,
textarea,
button {
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
input[type='radio'] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
input[type='checkbox'] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: '';
    content: none;
}
[type='submit'],
[type='button'],
[type='reset'],
[type='file'],
button {
    cursor: pointer;
}
:focus {
    outline: none;
}
html {
    font-size: 62.5%;
}
body {
    font-family: YakuHanMP, 'Shippori Mincho', shippori-mincho, 'Yu Mincho', serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Sans Emoji';
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    color: #22929;
}
a {
    color: inherit;
    -webkit-tap-highlight-color: rgba(238, 223, 227, 0.2);
}
sup,
sub {
    font-size: xx-small;
}

/*--------------------------------
common
--------------------------------*/
.ja-gothic {
    font-family: vdl-v7gothic, sans-serif;
}
.ja-mincho {
    font-family: YakuHanMP, 'Shippori Mincho', 'Yu Mincho', serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Sans Emoji';
}
.en-garamond {
    font-family: garamond-premier-pro-subhead, serif;
    font-weight: 500;
    font-style: normal;
}
.en-cormorant {
    font-family: cormorant-infant, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.en-config {
    font-family: config-variable, sans-serif;
    font-variation-settings: 'slnt' 0, 'wdth' 50, 'wght' 200;
}
.is-italic {
    font-style: italic;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.small-text {
    font-size: 75%;
}
.mid-text {
    font-size: 125%;
}
.large-text {
    font-size: 150%;
}
.vertical-text {
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
}
.fit-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.has-max {
    height: auto;
    max-width: 100%;
}
.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.has-gap {
    gap: 16px;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: calc(100% / 3);
}
.col-4 {
    width: calc(100% / 3);
}
.has-gap .col-2 {
    width: calc(50% - 8px);
}
.has-gap .col-3 {
    width: calc(100% / 3 - 11px);
}
.has-gap .col-4 {
    width: calc(100% / 4 - 12px);
}
@media screen and (max-width: 767px) {
    .col-2,
    .has-gap .col-2,
    .col-3,
    .has-gap .col-3 {
        width: 100%;
    }
    .has-gap .col-4 {
        width: calc(50% - 8px);
    }
    .has-gap .sp-col-3 {
        width: 100%;
    }
}
.img-wrapper {
    position: relative;
}
.img-wrapper .caption {
    padding: 0.4em 0;
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    z-index: 1;
}
.img-wrapper .caption.has-bg {
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 0.4em 0.6em;
    margin: 0;
}
.img-wrapper .caption.has-bg.left {
    left: 0;
    right: auto;
}
.inline-block {
    display: inline-block;
}
.grid-wrapper {
    display: grid;
}
.stack > * + * {
    margin-top: 32px;
}
.stack-half > * + * {
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .stack-half > * + * {
        margin-top: 8px;
    }
}

/*--------------------------------
component
--------------------------------*/
.primary-heading {
    font-size: clamp(3rem, 2.38vw, 4rem);
    line-height: 1.4;
}
.secondary-heading {
    font-size: clamp(2rem, 1.66vw, 2.8rem);
    line-height: 1.4;
}
.tertiary-heading {
    font-size: clamp(1.8rem, 1.3vw, 2.2rem);
    line-height: 1.6;
}
.lead {
    font-size: clamp(1.4rem, 1.07vw, 1.8rem);
    line-height: 1.6;
}
.note {
    font-size: clamp(1.4rem, 0.95vw, 1.6rem);
    line-height: 1.5;
}
.caption {
    font-size: clamp(1rem, 0.714vw, 1.2rem);
    line-height: 1.6;
}
.block-heading {
    font-size: clamp(1.6rem, 1.19vw, 2rem);
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
}
.section-title {
    font-size: clamp(5rem, 6.19vw, 10.4rem);
    color: #4b4b4b;
    letter-spacing: 0.06em;
}
.general-btn {
    width: 380px;
    height: 70px;
    position: relative;
    z-index: 2;
    display: inline-flex;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    overflow: hidden;
    transition-duration: 0.4s;
}
@media screen and (max-width: 767px) {
    .general-btn {
        max-width: 295px;
        height: 56px;
        font-size: 1.6rem;
    }
}
.request-btn {
    background: #b2ac7b;
    color: #fff;
}
.general-btn::after {
    width: 18px;
    height: 15px;
    display: block;
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.request-btn::after {
    background-image: url(../img/common/arrow-white.svg);
}
.limited-btn {
    background: #81385f;
    color: #fff;
}
.ghost-btn {
    color: #87969c;
    border: 1px solid;
}
.ghost-btn::after {
    background-image: url(../img/common/arrow-pink.svg);
    transition: 0.3s ease-out;
}
.more-btn {
    width: 240px;
    height: 38px;
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    font-size: 1.5rem;
    color: #292929;
    border: 1px solid;
    overflow: hidden;
    transition-duration: 0.4s;
}
.general-btn::before,
.more-btn::before {
    margin: auto;
    padding-top: 100%;
    width: 100%;
    height: 0;
    background: #292929;
    border-radius: 50%;
    content: '';
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.5s, transform 0s;
    transition-delay: 0s, 0.4s;
}
.request-btn::before {
    background-color: #736f50;
}
.ghost-btn:hover {
    color: #fff;
    border-color: #292929;
}
.more-btn:hover {
    color: #fff;
    border-color: #292929;
}
.general-btn:hover::before,
.more-btn:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.4s, transform 0.3s ease-in-out;
}
.more-btn::after {
    width: 8.5px;
    height: 7px;
    display: block;
    content: '';
    position: absolute;
    right: 13px;
    top: 50%;
    z-index: 2;
    background: url(../img/common/arrow-pink.svg) no-repeat center center;
    background-size: 8.5px auto;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}
.general-btn:hover::after {
    right: 8px;
}
.ghost-btn:hover::after,
.more-btn:hover::after {
    right: 8px;
    background-image: url(../img/common/arrow-white.svg);
}
.error-text {
    margin: 8px auto 0;
    font-size: 1.6rem;
    color: #c90000;
    background: #ffdede;
    border-radius: 40px;
    max-width: 300px;
    padding: 12px;
}

/*--------------------------------
layout
--------------------------------*/
.container {
    overflow-x: hidden;
}
.has-header .container {
    padding-top: 135px;
}
@media screen and (max-width: 767px) {
    .has-header .container {
        padding-top: 60px;
    }
}
.general-section .inner {
    margin: 0 auto;
    padding: 80px 0;
    width: calc(100% - 48px);
    max-width: 1300px;
}
@media screen and (max-width: 767px) {
    .general-section .inner {
        padding: 40px 0;
    }
}
.general-section .inner-min {
    padding: 40px 0;
}
@media screen and (max-width: 767px) {
    .general-section .inner-min {
        padding: 24px 0;
    }
}
.general-section .inner-wide {
    max-width: 1600px;
}
.general-section .inner-narrow {
    max-width: 800px;
}
.general-section .inner-fit {
    width: 100%;
    max-width: none;
}
.general-section .inner-full {
    max-width: none;
}
.general-section .inner + .inner {
    padding-top: 0;
}
@media screen and (max-width: 767px) {
    .general-section .sp-inner-fit {
        width: 100%;
    }
}
.btn-space {
    text-align: center;
}
* + .btn-space {
    margin-top: 40px;
}
.page-title {
    position: absolute;
    top: 2vw;
    left: 5.4vw;
    z-index: 5;
}

/*--------------------------------
header
--------------------------------*/
.header {
    height: 135px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: #fff;
    transition: height 0.2s ease-out;
}
@media screen and (min-width: 901px) {
    .is-compact .header {
        height: 80px;
    }
}
.logo a {
    margin: 20px 0 0 20px;
    width: 301px;
    height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    background: url(../img/common/logo.svg) no-repeat left center;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .header {
        height: 60px;
    }
    .logo a {
        height: 26px;
    }
}
.nav-container {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 900px) {
    .nav-container {
        display: block;
        max-width: 240px;
        position: fixed;
        top: 60px;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        transform: translateX(100%);
        pointer-events: none;
        transition: transform 0.4s cubic-bezier(0.7, 0, 0.84, 0);
    }
    .is-open {
        height: 100%;
        overflow: hidden;
    }
    .is-open .nav-container {
        transform: translateX(0);
        pointer-events: all;
    }
}
.gnav {
    padding-right: 40px;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    order: 2;
    gap: 24px;
    transition: 0.2s ease-out;
}
.gnav .nav-list {
    height: 40px;
}
.gnav .nav-link {
    height: 100%;
    padding: 0 12px;
    display: block;
    text-align: center;
    position: relative;
    animation: fadeIn 1s ease-out 0.4s both;
}
@media screen and (max-width: 900px) {
    .gnav {
        padding: 40px 0;
        height: auto;
        flex-direction: column;
        order: 2;
        gap: 24px;
    }
}
.gnav .nav-link::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #87969c;
    transition: width 0.3s ease-out;
}
.gnav .nav-link:hover::after,
.gnav .nav-link.is-active::after {
    width: 100%;
}
.en-nav,
.ja-nav {
    display: block;
    line-height: 1.2;
}
.en-nav {
    font-size: 1.8rem;
}
.ja-nav {
    font-size: 1.2rem;
}
.upper-nav {
    align-items: center;
}
.upper-nav .nav-list {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-right: 24px;
}
@media screen and (min-width: 901px) {
    .upper-nav .nav-list::after {
        width: 6px;
        height: 6px;
        display: block;
        content: '';
        border-right: 1px solid #222;
        border-bottom: 1px solid #222;
        transform: rotate(-45deg);
    }
}
@media screen and (max-width: 900px) {
    .upper-nav {
        flex-direction: column;
    }
    .upper-nav .nav-list {
        margin: 0 0 24px;
    }
    .btn-list {
        padding: 24px 24px 0;
    }
}
.cta-btn {
    width: 190px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4;
}
@media screen and (min-width: 901px) {
    .is-compact .gnav {
        opacity: 0;
        transform: translateY(-10px);
    }
}
.hamburger {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
    text-align: center;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.hamburger i {
    margin: 3px 0;
    height: 2px;
    width: 30px;
    display: block;
    content: '';
    background: #000;
    mix-blend-mode: difference;
    transition: all 0.3s ease-out;
}
.is-open .hamburger i:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.is-open .hamburger i:nth-child(2) {
    opacity: 0;
}
.is-open .hamburger i:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
@media screen and (min-width: 901px) {
    .hamburger {
        display: none;
    }
}

/*--------------------------------
footer
--------------------------------*/
.tel {
    padding: 40px 32px;
    background: #edefef;
    text-align: center;
}
.tel-num {
    font-size: clamp(4rem, 3.21vw, 5.4rem);
    font-family: 'Times New Roman', Times, serif;
}
.address-wrap {
    padding: 40px 32px;
}
.foot-logo {
    gap: 5vw;
    font-size: 1.4rem;
}
.foot-logo a {
    margin-top: 24px;
    height: 48px;
    display: flex;
    align-items: center;
}
.foot-logo li:last-child a {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .foot-logo li:first-child {
        width: 212px;
    }
    .foot-logo li:last-child {
        width: 300px;
    }
}
.copyright {
    padding: 8px 16px;
    background: #000;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    font-style: normal;
}

/*--------------------------------
top
--------------------------------*/
.usp-wrapper {
    padding: clamp(24px, 4.285vw, 72px) 32px;
    background: url(../img/top/bg-usp.webp) no-repeat center center;
    background-size: cover;
}
.usp-item {
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    border-right: 1px solid #707070;
}
@media screen and (max-width: 767px) {
    .usp {
        display: block;
    }
    .usp-item {
        padding: 24px 0;
        gap: 16px;
        border-right: none;
        border-bottom: 1px solid #707070;
    }
}
.usp-item:last-child {
    border-right: none;
    border-bottom: none;
}
.usp-list {
    font-size: clamp(1.6rem, 1.42vw, 2.4rem);
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .usp-list {
        line-height: 1.2;
    }
}
.property-name {
    font-size: clamp(2.6rem, 2.14vw, 3.6rem);
    line-height: 1.6;
}
.action-presentation {
    margin-bottom: 0.2em;
    font-size: clamp(3.2rem, 2.8vw, 4.8rem);
    line-height: 1.4;
}
.limited-block {
    padding: clamp(32px, 5.95vw, 100px) 32px;
    background: url(../img/top/bg-limited.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .limited-block {
        margin: 40px 0 -40px;
    }
}
.limited-block .block-heading::after {
    margin: 20px auto 0;
    width: 38px;
    height: 1px;
    display: block;
    content: '';
    background: #fff;
}
#login {
    margin-top: -160px;
    padding-top: 160px;
    display: block;
}
.login-form {
    flex-wrap: nowrap;
}
.login-form input[type='password'] {
    padding: 16px;
    height: 50px;
    width: 100%;
    max-width: 500px;
    font-size: clamp(1.8rem, 1.428vw, 2.4rem);
    font-family: inherit;
}
.login-btn {
    padding: 0 24px;
    height: 50px;
    flex-shrink: 0;
    font-size: clamp(1.5rem, 1.428vw, 2.4rem);
    background: linear-gradient(#4d7280, #2d434b);
    color: #fff;
}
.concept-section {
    background: url(../img/top/bg-concept.webp) no-repeat center center;
    background-size: cover;
}
.concept-section .inner {
    padding: clamp(90px, 17.85vw, 300px) 0;
}
.concept-section .block-heading {
    color: #2d434b;
}
.concept-section .block-heading::after {
    margin: 20px auto 48px;
    width: 38px;
    height: 1px;
    display: block;
    content: '';
    background-color: #707070;
}
.concept-symbol {
    margin: 54px 0 80px;
}
@media screen and (max-width: 767px) {
    .concept-symbol {
        margin: 24px 0 40px;
    }
    .concept-copy {
        width: 80%;
    }
    .symbol-img {
        width: 60%;
    }
}
.umeda-view {
    transform-origin: center bottom;
}
.plan-section {
    background: url(../img/top/bg-plan.webp) no-repeat center center;
    background-size: cover;
}
.plan-card {
    min-width: 300px;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.84, 0);
    filter: brightness(0.9);
}
.plan-card:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.02) translate(0, -4px);
    filter: brightness(1);
}
.plan-card.is-limited {
    background: rgba(129, 56, 95, 0.7);
    color: #fff;
}
.plan-card-content {
    padding: 24px 32px;
}
.plan-card-link + .note {
    padding: 0 24px 32px;
}
.plan-card-link + .note a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.plan-name {
    font-size: 3.6rem;
}
.plan-area {
    font-size: 3.2rem;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 767px) {
    .plan-card-content {
        padding: 16px 16px 90px;
    }
    .is-limited .plan-card-content {
        padding: 16px;
    }
    .plan-name {
        font-size: 3rem;
    }
    .plan-area {
        font-size: 2.4rem;
    }
}
.plan-area .large-text {
    font-size: 200%;
}
.plan-area .mid-text {
    font-size: 160%;
}
.plan-card-content .plan-name,
.plan-card-content .note {
    padding: 0 16px;
}
.plan-card-content .plan-area {
    margin-bottom: 12px;
    padding: 0 16px 8px;
    border-bottom: 1px solid rgba(135, 150, 156, 0.24);
}
.plan-card-btn {
    position: absolute;
    right: 24px;
    bottom: 24px;
    height: 44px;
    display: flex;
    justify-content: flex-end;
    gap: 21px;
    align-items: center;
    font-size: 2.2rem;
    font-variation-settings: 'slnt' 9, 'wdth' 50, 'wght' 200;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.84, 0);
}
.plan-card-btn::after {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    content: '';
    background: url(../img/common/arrow-white.svg) no-repeat center center#bc8fa7;
    background-size: 16px auto;
    color: #fff;
    border-radius: 50%;
}
.plan-card-link:hover .plan-card-btn {
    gap: 12px;
    transform: translateX(4px);
}
.is-limited .plan-card-content .plan-area {
    border-color: rgba(255, 255, 255, 0.24);
}
.limited-label {
    padding: 4px 24px;
    font-size: 1.6rem;
    background: #d3cfac;
    color: #292929;
    border-radius: 50px;
    font-variation-settings: 'slnt' 9, 'wdth' 50, 'wght' 200;
}
.plan-card-btn-limit {
    margin: 26px 0 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    color: #292929;
    line-height: 1.3;
    border-radius: 50px;
    font-size: 1.5rem;
    text-align: center;
}
.plan-card-btn-limit::after {
    width: 18px;
    height: 15px;
    display: block;
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    background: url(../img/common/arrow-gold.svg) no-repeat center center;
    background-size: 18px auto;
    transform: translateY(-50%);
}
.access-container {
    padding: 0 24px;
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.access-item {
    width: calc(100vw - 48px);
    transform: scale(0.7);
}
.access-section .slick-item {
    transform: scale(0.9);
    transition: transform 0.4s ease-out;
}
.access-section .slick-current {
    transform: scale(1);
}
.line-block {
    margin: 0 auto;
    max-width: 700px;
    padding: 24px 40px;
    justify-content: space-between;
    align-items: center;
    border: 3px double #b2ac7b;
}
.qr-block {
    width: 220px;
}
.line-account {
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 2.4rem;
    color: #44a221;
    font-weight: bold;
    font-family: sans-serif;
    border: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
    .line-block {
        margin-top: 40px;
        padding: 24px 40px;
        justify-content: center;
        gap: 40px;
    }
}
.line-url-btn{
    position: relative;
    background: #06C755;
    color: #fff;
    display: block;
    width: 100%;
    line-height: 56px;
    height: 56px;
    font-size: clamp(1.4rem, 1vw, 1.6rem);
    letter-spacing: .1rem;
    border-radius: 35px;
    margin-bottom: 10px;
}
.line-url-btn::after {
    background-image: url(../img/common/arrow-white.svg);
    width: 18px;
    height: 15px;
    display: block;
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
}


/*--------------------------------
state
--------------------------------*/
.disabled {
    opacity: 0.1;
    cursor: default;
    pointer-events: none;
}
.none {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.is-none {
    display: none;
}
.is-fv {
    opacity: 0;
    animation-fill-mode: both;
    visibility: hidden;
}
.bg-light {
    background: #edefef;
}
.is-light {
    color: #fff;
}
.is-shadow {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4);
}
.is-shine {
    position: relative;
    overflow: hidden;
}
.is-shine::before {
    content: '';
    position: absolute;
    display: block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
    width: 50px;
    height: 50px;
    top: -60px;
    left: -60px;
    animation: shine-run 3s ease-in infinite;
}
@keyframes shine-run {
    0% {
        transform: scale(0) rotate(50deg);
        opacity: 0;
    }

    40% {
        transform: scale(1) rotate(50deg);
        opacity: 1;
    }

    100% {
        transform: scale(250) rotate(50deg);
        opacity: 0;
    }
}
.is-thin {
    font-weight: 300;
}
.is-bold {
    font-weight: 700;
}
.line-wide {
    line-height: 2.4;
}
.letter-wide {
    letter-spacing: 0.1em;
}
.is-gold {
    color: #b2ac7b;
}
.is-alert {
    color: #c90000;
}
.underline {
    text-decoration: underline;
}
.unscrollable {
    overflow-y: hidden;
}
.is-round {
    border-radius: 14px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .sp-none {
        display: none;
    }
    .slick-slide img.sp-none {
        display: none;
    }
    .mb-80 {
        margin-bottom: 32px;
    }
}
@media screen and (min-width: 768px) {
    .pc-none {
        display: none;
    }
    .slick-slide img.pc-none {
        display: none;
    }
}
