@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    box-sizing: border-box;
}

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

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

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

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom;
    border-style: none;
}

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

a {
    background-color: transparent;
    color: inherit;
    display: block;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

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

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

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

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

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

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

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
    line-height: 1.75;
    font-weight: 500;
    font-family: "zen kaku gothic new", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.75;
    font-weight: 700;
    color: #443521;
    font-family: "zen kaku gothic new", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

body {
    font-size: clamp(1.4rem, 2.4vw, 1.6rem);
    color: #443521;
}
body.-noscroll {
    overflow: hidden;
}

main {
    overflow-x: clip;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
    transition: 0.5s;
}

::-moz-selection {
    color: #fff;
    background-color: #A29A90;
}

::selection {
    color: #fff;
    background-color: #A29A90;
}

.scroll {
    visibility: hidden;
}

/* Lenis推奨設定 */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.hd {
    position: fixed;
    width: 100%;
    z-index: 110;
    container-type: inline-size;
}
.hd_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: 100%;
    padding: 1.25em min(5cqw, 2.5em) 0.5em;
    background-color: #fff;
    z-index: 10;
}
.hd::before {
    content: "";
    position: absolute;
    bottom: -42.5px;
    left: 0;
    width: 100%;
    height: 45px;
    background-image: url(../img/cmn/header_wave.png);
    background-size: 1000px 45px;
    background-repeat: repeat-x;
    -webkit-animation: wave-loop 15s linear infinite;
    animation: wave-loop 15s linear infinite;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
    z-index: 1;
}
@media (max-width: 840px) {
    .hd::before {
        bottom: -30px;
    }
}
.hd_logo a img {
    width: clamp(200px, 25cqw, 280px);
    transition: none;
}
.hd_logo a:hover {
    opacity: 0.8;
}
.hd_content {
    display: flex;
    gap: 0 1.75em;
}
.hd_tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25em 0;
}
@media (max-width: 1280px) {
    .hd_tel {
        display: none;
    }
}
.hd_tel:hover .num {
    color: #f0b400;
}
.hd_tel:hover .num::before {
    background-color: #f0b400;
}
.hd_tel .num {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: calc(clamp(2.4rem, 4vw, 3.6rem) * 0.8);
    display: inline-block;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0 0.15em;
    transition: color 0.5s;
}
.hd_tel .num::before {
    content: "";
    width: 1em;
    height: 0.95em;
    -webkit-mask-image: url(../img/cmn/icon_tel.png);
    mask-image: url(../img/cmn/icon_tel.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #443521;
    transition: background-color 0.5s;
}
.hd_tel .time {
    display: flex;
    align-items: baseline;
    gap: 0 0.75em;
}
.hd_tel .time span {
    line-height: 1;
}
.hd_tel .time .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.15em;
}
.hd_consults {
    display: flex;
    gap: 0 1em;
}
@media (max-width: 840px) {
    .hd_consults {
        display: none;
    }
}
.hd_consult {
    background-color: #f0f6e1;
    padding: 0.75em 1.25em;
    border: 1px solid #443521;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    font-weight: 700;
}
.hd_consult:hover {
    background-color: #f0b400;
    color: #fff;
}
.hd_consult span {
    font: inherit;
}
.hd_menu .menu_btn {
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1000;
    transition: none;
}
@media (max-width: 840px) {
    .hd_menu .menu_btn {
        width: 3em;
        height: 3.5em;
    }
}
@media (max-width: 540px) {
    .hd_menu .menu_btn {
        width: 2.5em;
    }
}
.hd_menu .menu_btn span {
    display: inline-block;
    position: absolute;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #443521;
    transition: 0.5s background-color;
}
.hd_menu .menu_btn span:nth-of-type(1) {
    top: 30%;
    transition: all 0.5s;
}
.hd_menu .menu_btn span:nth-of-type(2) {
    top: 50%;
    transition: all 0.5s;
}
.hd_menu .menu_btn span:nth-of-type(3) {
    top: 70%;
    transition: all 0.5s;
}
.hd_menu .menu_btn.-active span:nth-of-type(1) {
    top: 50%;
    rotate: -30deg;
}
.hd_menu .menu_btn.-active span:nth-of-type(2) {
    opacity: 0;
}
.hd_menu .menu_btn.-active span:nth-of-type(3) {
    top: 50%;
    rotate: 30deg;
}
.hd_menu .menu_inner {
    position: fixed;
    z-index: 999;
    top: 0;
    right: max(-750px, -95%);
    width: min(700px, 75%);
    height: 100svh;
    background-color: #fff;
    transition: right 0.5s ease-in-out;
    padding: 30px min(5cqw, 5em);
}
.hd_menu .menu_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    width: 45px;
    height: 100%;
    background-image: url(../img/cmn/header_wave_sp.png);
    background-size: 45px 1000px;
    background-repeat: repeat-y;
    -webkit-animation: wave-loop-sp 10s linear infinite;
    animation: wave-loop-sp 10s linear infinite;
    -webkit-filter: drop-shadow(-5px 0 3px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(-5px 0 3px rgba(0, 0, 0, 0.05));
}
.hd_menu .menu_inner.-active {
    right: 0;
}
.hd_menu .menu_inner.-active .menu_content {
    opacity: 1;
}
.hd_menu .menu_inner ::-webkit-scrollbar {
    width: 5px;
}
.hd_menu .menu_inner ::-webkit-scrollbar-track {
    background-color: #fff;
}
.hd_menu .menu_inner ::-webkit-scrollbar-thumb {
    background-color: rgba(68, 53, 33, 0.5);
    border-radius: 10px;
}
.hd_menu .menu_content {
    height: calc(100% - 30px);
    overflow-y: scroll;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    opacity: 0;
    translate: 0 0px;
    transition: opacity 1.5s ease-in-out;
}
@media (max-width: 540px) {
    .hd_menu .menu_content {
        width: 100%;
    }
}
.hd_menu .menu_illust {
    padding-top: 30px;
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}
.hd_menu .menu_logo {
    width: 340px;
    max-width: 90%;
    margin: clamp(1.5em, 4cqw, 2.5em) auto;
}
.hd_menu .menu_logo:hover {
    opacity: 0.7;
}
.hd_menu .menu_nav {
    width: 340px;
    max-width: 90%;
    margin: calc(clamp(1.5em, 4cqw, 2.5em) * 1.25) auto;
}
.hd_menu .menu_nav .nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    font-size: 1.125em;
}
.hd_menu .menu_nav .nav_item {
    width: calc((100% - 1.5em) / 2);
}
.hd_menu .menu_nav .nav_link {
    display: inline-flex;
    align-items: center;
    gap: 0 0.5em;
    white-space: nowrap;
}
.hd_menu .menu_nav .nav_link::before {
    content: "";
    width: 0.75em;
    border-radius: 5px;
    height: 2px;
    background-color: #443521;
    transition: background-color 0.5s;
}
.hd_menu .menu_nav .nav_link span {
    display: inline-block;
    line-height: 1.35;
    font-weight: 700;
}
.hd_menu .menu_nav .nav_link:hover {
    color: #eb594c;
}
.hd_menu .menu_nav .nav_link:hover::before {
    background-color: #eb594c;
}
.hd_menu .menu_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25em 0;
}
.hd_menu .menu_tel:hover .num {
    color: #f0b400;
}
.hd_menu .menu_tel:hover .num::before {
    background-color: #f0b400;
}
.hd_menu .menu_tel .num {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    display: inline-block;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0 0.15em;
    transition: color 0.5s;
}
.hd_menu .menu_tel .num::before {
    content: "";
    width: 1em;
    height: 0.95em;
    -webkit-mask-image: url(../img/cmn/icon_tel.png);
    mask-image: url(../img/cmn/icon_tel.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #443521;
    transition: background-color 0.5s;
}
.hd_menu .menu_tel .time {
    display: flex;
    align-items: baseline;
    gap: 0 0.75em;
}
.hd_menu .menu_tel .time span {
    line-height: 1;
}
.hd_menu .menu_tel .time .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.15em;
}
.hd_menu .menu_consults {
    width: 340px;
    max-width: 90%;
    margin: 1.5em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75em 0;
}
.hd_menu .menu_consult {
    background-color: #f0f6e1;
    padding: 0.75em 1.25em;
    border: 1px solid #443521;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: 700;
}
.hd_menu .menu_consult:hover {
    background-color: #f0b400;
    color: #fff;
}
.hd_menu .menu_consult span {
    font: inherit;
}
.hd_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 42, 26, 0.5);
    z-index: 998;
    opacity: 0;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
    pointer-events: none;
}
.hd_overlay.-active {
    opacity: 1;
    pointer-events: all;
}

/*==================================================================================================
	フッター
==================================================================================================*/
.ft {
    container-type: inline-size;
    margin: 0 auto;
    padding: 0 5% clamp(3.6em, 10cqw, 10em);
    position: relative;
    overflow-x: clip;
}
.ft::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(../img/cmn/ft_bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.ft::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #FFF;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}
.ft_inner {
    background-color: #fff;
    padding: clamp(1.5em, 4cqw, 2.5em) min(5cqw, 2.5em);
    border-radius: min(5vw, 30px);
    position: relative;
    z-index: 10;
    container-type: inline-size;
    position: relative;
}
.ft_contact .contact_secttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25em 0;
    margin-bottom: clamp(1.5em, 4cqw, 2.5em);
}
.ft_contact .contact_secttl .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #A29A90;
}
.ft_contact .contact_secttl .en::before {
    content: "( ";
}
.ft_contact .contact_secttl .en::after {
    content: " )";
}
.ft_contact .contact_secttl .ja {
    font-size: min(12cqw, clamp(2.4rem, 4vw, 3.6rem));
    line-height: 1.35;
    letter-spacing: 0.1em;
}
.ft_contact .contact_txt {
    text-align: center;
}
.ft_contact .contact_list {
    max-width: 1024px;
    margin: clamp(1.5em, 4cqw, 2.5em) auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3em 5em;
}
.ft_contact .contact_item {
    width: calc((100% - 10em) / 3);
    position: relative;
    container-type: inline-size;
}
@media (max-width: 840px) {
    .ft_contact .contact_item {
        width: 100%;
    }
}
.ft_contact .contact_item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -2.5em;
    width: 2px;
    height: 100%;
    background-color: #A29A90;
    -webkit-mask-image: url(../img/cmn/dotted_vert.svg);
    mask-image: url(../img/cmn/dotted_vert.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: repeat-y;
    mask-repeat: repeat-y;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
}
@media (max-width: 840px) {
    .ft_contact .contact_item:not(:last-child)::after {
        bottom: -1.5em;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #A29A90;
        -webkit-mask-image: url(../img/cmn/dotted_horz.svg);
        mask-image: url(../img/cmn/dotted_horz.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: repeat-x;
        mask-repeat: repeat-x;
    }
}
.ft_contact .contact_item:nth-child(1) .contact_icon {
    background-image: url(../img/cmn/icon_tel.png);
}
.ft_contact .contact_item:nth-child(2) .contact_icon {
    background-image: url(../img/cmn/icon_mail.png);
}
.ft_contact .contact_item:nth-child(3) .contact_icon {
    background-image: url(../img/cmn/icon_line.png);
    width: calc(min(20cqw, 50px) * 1.25);
}
.ft_contact .contact_icon {
    margin: 0 auto 1em;
    width: min(20cqw, 50px);
    min-height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ft_contact .contact_note {
    display: block;
    text-align: center;
    line-height: 1.6;
}
.ft_contact .contact_tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25em 0;
}
.ft_contact .contact_tel:hover .num {
    color: #f0b400;
}
.ft_contact .contact_tel:hover .num::before {
    background-color: #f0b400;
}
.ft_contact .contact_tel .num {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: min(12cqw, clamp(2.4rem, 4vw, 3.6rem));
    display: inline-block;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0 0.15em;
    transition: color 0.5s;
    margin-bottom: 0.5em;
}
.ft_contact .contact_tel .time {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0.25em 0.75em;
}
.ft_contact .contact_tel .time span {
    line-height: 1;
}
.ft_contact .contact_tel .time .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.15em;
}
.ft_contact .contact_btn {
    background-color: #f0f6e1;
    padding: 0.75em 1.25em;
    border: 1px solid #443521;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.5em;
    width: 200px;
    max-width: 100%;
    margin: 1em auto 0;
    font-weight: 700;
    line-height: 1.35;
}
.ft_contact .contact_btn:hover {
    background-color: #f0b400;
    color: #fff;
}
.ft_contact .contact_btn:hover::after {
    translate: 0.25em -0.25em;
    background-color: #fff;
}
.ft_contact .contact_btn span {
    font: inherit;
}
.ft_contact .contact_btn::after {
    content: "";
    width: 1em;
    height: 1em;
    translate: 0 0.05em;
    rotate: -45deg;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #443521;
    transition: background-color 0.5s, translate 0.5s;
}
.ft_bottom {
    max-width: 1024px;
    margin: clamp(3.6em, 8cqw, 5em) auto 0;
    display: flex;
    justify-content: space-between;
    gap: clamp(1.5em, 4cqw, 2.5em) 10%;
}
@media (max-width: 1024px) {
    .ft_bottom {
        flex-direction: column;
    }
}
.ft_info {
    flex: 0 0 min(30cqw, 315px);
}
@media (max-width: 1024px) {
    .ft_info {
        flex: 0 0 auto;
        width: 315px;
        max-width: 100%;
    }
}
@media (max-width: 540px) {
    .ft_logo {
        max-width: 90%;
    }
}
.ft_address {
    margin-top: 0.5em;
}
.ft_nav {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 5em;
}
.ft_nav .nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 5em;
}
@media (max-width: 840px) {
    .ft_nav .nav_list {
        flex-direction: row;
        height: auto;
        gap: 0.5em 5%;
    }
}
.ft_nav .nav_item {
    width: calc((100% - 10em) / 3);
}
@media (max-width: 840px) {
    .ft_nav .nav_item {
        width: 47.5%;
    }
}
.ft_nav .nav_link {
    display: inline-flex;
    align-items: center;
    gap: 0 0.5em;
}
.ft_nav .nav_link::before {
    content: "";
    width: 0.75em;
    border-radius: 5px;
    height: 2px;
    background-color: #443521;
    transition: background-color 0.5s;
}
.ft_nav .nav_link span {
    display: inline-block;
    line-height: 1.35;
    font-weight: 700;
}
.ft_nav .nav_link:hover {
    color: #eb594c;
}
.ft_nav .nav_link:hover::before {
    background-color: #eb594c;
}
.ft_copy {
    display: block;
    text-align: center;
    margin-top: clamp(3.6em, 8cqw, 5em);
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);
    color: #A29A90;
}
.ft_illust {
    position: absolute;
}
.ft_illust.-cloud {
    bottom: 2.5%;
    left: -5%;
    width: 12.5%;
    -webkit-animation: fluffy 4s ease-in-out infinite;
    animation: fluffy 4s ease-in-out infinite;
}
.ft_illust.-bird {
    bottom: 10%;
    right: -5%;
    width: 10%;
    -webkit-animation: fluffy-rotate 6s ease-in-out infinite;
    animation: fluffy-rotate 6s ease-in-out infinite;
}
@media (max-width: 540px) {
    .ft_illust.-bird {
        width: 20%;
    }
}

/*==================================================================================================
	共通
==================================================================================================*/
.cmn {
    margin: clamp(3.6em, 10cqw, 10em) auto;
    padding: 0 10%;
    position: relative;
    container-type: inline-size;
}
@media (max-width: 840px) {
    .cmn {
        padding: 0 5%;
    }
}
.cmn.-mt_sm {
    margin-top: clamp(3em, 6cqw, 4.5em);
}
.cmn.-mb_sm {
    margin-bottom: clamp(3em, 6cqw, 4.5em);
}
.cmn.-bg_ygreen {
    background-color: #f0f6e1;
    margin: 0 auto;
    padding: clamp(1.5em, 4cqw, 2.5em) 10%;
}
@media (max-width: 840px) {
    .cmn.-bg_ygreen {
        padding: clamp(1.5em, 4cqw, 2.5em) 5%;
    }
}
.cmn_inner {
    margin: 0 auto;
    position: relative;
}
.cmn_inner.-xxl {
    max-width: 1600px;
}
.cmn_inner.-xl {
    max-width: 1280px;
}
.cmn_inner.-lg {
    max-width: 1024px;
}
.cmn_inner.-md {
    max-width: 840px;
}
.cmn_inner.-sm {
    max-width: 700px;
}
.cmn_inner.-xs {
    max-width: 540px;
}
.cmn_pagehead {
    padding: 180px 5% 0;
}
@media (max-width: 840px) {
    .cmn_pagehead {
        padding: max(120px, 15vw) 5% 0;
    }
}
.cmn_pagehead.-single .cmn_pagehead_bg {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(60% + max(clamp(3.6em, 10cqw, 10em), 8.5vw));
    left: 0;
    top: 0;
    background-color: #FBF5EE;
    z-index: -1;
}
.cmn_pagehead.-single .cmn_pagehead_bg::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: max(clamp(3.6em, 10cqw, 10em), 8.5vw);
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/sec_curve.svg);
    mask-image: url(../img/cmn/sec_curve.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.cmn_pagehead_inner {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5em, 4cqw, 2.5em) 0;
}
.cmn_pagehead_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 840px) {
    .cmn_pagehead_content {
        flex-direction: column-reverse;
    }
}
.cmn_pagehead_ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em 0;
}
@media (max-width: 840px) {
    .cmn_pagehead_ttl {
        align-items: center;
    }
}
.cmn_pagehead_ttl .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #A29A90;
    font-size: 1.25em;
}
@media (max-width: 840px) {
    .cmn_pagehead_ttl .en {
        margin-top: 1.5em;
    }
}
.cmn_pagehead_ttl .en::before {
    content: "( ";
}
.cmn_pagehead_ttl .en::after {
    content: " )";
}
.cmn_pagehead_ttl .ja {
    font-size: min(12cqw, clamp(2.4rem, 4vw, 3.6rem) * 1.35);
    line-height: 1.35;
    letter-spacing: 0.1em;
}
.cmn_pagehead_illust {
    width: 250px;
    aspect-ratio: 4/3;
    position: relative;
}
@media (max-width: 840px) {
    .cmn_pagehead_illust {
        width: 30%;
        max-width: 200px;
        margin: 0 auto;
    }
}
.cmn_pagehead_illust .illust {
    position: absolute;
}
.cmn_pagehead_illust .illust.-main {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
}
.cmn_pagehead_illust .illust.-people {
    bottom: 12%;
    right: 19%;
    width: 23%;
    -webkit-animation: wobble 1.5s steps(2) infinite;
    animation: wobble 1.5s steps(2) infinite;
}
.cmn_pagehead_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 320px;
    background-image: url(../img/cmn/pagehead/accent.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 540px) {
    .cmn_pagehead_img {
        height: 35vw;
    }
}
.cmn_pagehead_img::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 25px;
    background-image: url(../img/cmn/pagehead/wave_top.png);
    background-size: 1000px 25px;
    background-repeat: repeat-x;
    animation: wave-loop 15s reverse linear infinite;
    z-index: 15;
}
.cmn_pagehead_img::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 25px;
    background-image: url(../img/cmn/pagehead/wave_bottom.png);
    background-size: 1000px 25px;
    background-repeat: repeat-x;
    animation: wave-loop 15s reverse linear infinite;
    z-index: 15;
}
.cmn_pagehead_breadcrumb .breadcrumb_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.25em 3em;
}
.cmn_pagehead_breadcrumb .breadcrumb_item {
    position: relative;
}
.cmn_pagehead_breadcrumb .breadcrumb_item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -2em;
    translate: 0 -50%;
    width: 1.25em;
    height: 1px;
    background-color: #A29A90;
}
.cmn_pagehead_breadcrumb .breadcrumb_link span {
    color: #A29A90;
    display: block;
    line-height: 1.5;
}
.cmn_pagehead_bg {
    display: none;
}
.cmn_secttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em 0;
    margin-bottom: clamp(1.5em, 4cqw, 2.5em);
}
.cmn_secttl .en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #A29A90;
}
.cmn_secttl .en::before {
    content: "( ";
}
.cmn_secttl .en::after {
    content: " )";
}
.cmn_secttl .ja {
    font-size: min(12cqw, clamp(2.4rem, 4vw, 3.6rem));
    line-height: 1.35;
    letter-spacing: 0.1em;
    opacity: 0;
    translate: 0 0.75em;
}
.cmn_txt + .cmn_txt {
    margin-top: 0.75em;
}
.cmn_news_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 0.5em;
    flex: 0 0 180px;
}
@media (max-width: 840px) {
    .cmn_news_info {
        flex: 0 0 auto;
    }
}
.cmn_news_date {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #A29A90;
    translate: 0 0.1em;
}
.cmn_news_tax {
    color: #fff;
    padding: 0 0.75em 0.1em;
    border-radius: 100px;
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);
    font-weight: 500;
}
.cmn_news_tax.-news {
    background-color: #eb594c;
}
.cmn_news_tax.-properties {
    background-color: #0087f5;
}
@media (max-width: 840px) {
    .cmn_flow_nav {
        display: none;
    }
}
.cmn_flow_nav .nav_list {
    display: flex;
    flex-direction: column;
    gap: 0.75em 0;
}
.cmn_flow_nav .nav_item {
    display: flex;
    align-items: baseline;
    gap: 0 0.5em;
    cursor: pointer;
}
.cmn_flow_nav .nav_item.-active span {
    color: #f0b400;
}
.cmn_flow_nav .nav_item span {
    color: #A29A90;
    display: block;
    transition: 0.5s color;
}
.cmn_flow_nav .nav_item:hover span {
    color: #f0b400;
}
.cmn_flow_nav .nav_num {
    font-family: "Montserrat", sans-serif;
}
.cmn_flow_list {
    display: flex;
    flex-direction: column;
    gap: 1.25em 0;
    container-type: inline-size;
    margin: 0 auto;
}
.cmn_flow_item {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    border-radius: min(5vw, 30px);
    border: 1px solid #443521;
    padding: clamp(1.5em, 4cqw, 2.5em) min(5cqw, 5em);
    min-height: 210px;
    position: relative;
}
@media (max-width: 540px) {
    .cmn_flow_item {
        min-height: auto;
    }
}
.cmn_flow_num {
    flex: 0 0 clamp(2.4rem, 4vw, 3.6rem);
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    display: block;
    line-height: 1;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
@media (max-width: 540px) {
    .cmn_flow_num {
        font-size: 6vw;
    }
}
.cmn_flow_content {
    flex: 1;
    min-width: 0;
    padding-left: min(5cqw, 2.5em);
}
.cmn_flow_ttl {
    font-size: clamp(2rem, 3.2vw, 2.4rem);
    line-height: 1.45;
    letter-spacing: 0.1em;
    margin-bottom: 0.35em;
}
.cmn_faq {
    margin-top: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) + clamp(3.6em, 10cqw, 10em)) !important;
    padding-top: 50px !important;
    padding-bottom: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) + clamp(3.6em, 10cqw, 10em)) !important;
}
.cmn_faq_inner {
    z-index: 10;
}
.cmn_faq::before {
    content: "";
    position: absolute;
    top: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) * -1 + 2px);
    left: 0;
    width: 100%;
    height: max(clamp(3.6em, 10cqw, 10em), 8.5vw);
    background-color: #f0f6e1;
    -webkit-mask-image: url(../img/cmn/sec_curve.svg);
    mask-image: url(../img/cmn/sec_curve.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.cmn_faq::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: max(clamp(3.6em, 10cqw, 10em), 8.5vw);
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/sec_curve.svg);
    mask-image: url(../img/cmn/sec_curve.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.cmn_faq_list {
    display: flex;
    flex-direction: column;
    gap: 1.25em 0;
}
.cmn_faq_item {
    background-color: #fff;
    border-radius: min(5vw, 20px);
}
.cmn_faq_head {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 1em;
    transition: 0.5s background-color;
    padding: 2.25em min(5cqw, 2.5em);
}
.cmn_faq_head:hover .cmn_faq_ttl {
    color: #f0b400;
}
.cmn_faq_head:hover .cmn_faq_toggle {
    background-color: #f0b400;
}
.cmn_faq_head.-close .cmn_faq_ttl {
    color: #f0b400;
}
.cmn_faq_head.-close .cmn_faq_toggle {
    background-color: #f0b400;
}
.cmn_faq_head.-close .cmn_faq_toggle::before {
    rotate: 90deg;
    opacity: 0;
}
.cmn_faq_head.-close .cmn_faq_toggle::after {
    rotate: 180deg;
}
.cmn_faq_ttl {
    font-size: clamp(2rem, 3.2vw, 2.4rem);
    line-height: 1.45;
    flex: 1;
    min-width: 0;
    transition: 0.5s color;
}
.cmn_faq_toggle {
    position: relative;
    flex: 0 0 min(15cqw, 2.5em);
    height: min(15cqw, 2.5em);
    border-radius: min(3.5vw, 1em);
    background-color: #443521;
    transition: 0.5s background-color;
}
.cmn_faq_toggle::before, .cmn_faq_toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 40%;
    height: 0.125em;
    opacity: 1;
    background-color: #fff;
    transition: 0.5s background-color, 0.5s rotate, 0.5s opacity;
}
.cmn_faq_toggle::after {
    rotate: 90deg;
}
.cmn_faq_body {
    display: none;
    padding: 0 min(5cqw, 2.5em) 2.25em;
}
.cmn_faq_subttl {
    font-size: 1.25em;
    line-height: 1.45;
    margin-bottom: 0.75em;
}
.cmn_faq_illust {
    position: absolute;
    z-index: 5;
}
.cmn_faq_illust.-house {
    top: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) * -0.8);
    right: 5%;
    width: 7.5%;
}
@media (max-width: 840px) {
    .cmn_faq_illust.-house {
        width: 12.5%;
    }
}
.cmn_faq_illust.-tree {
    bottom: 0;
    left: 5%;
    width: 7.5%;
}
@media (max-width: 840px) {
    .cmn_faq_illust.-tree {
        width: 12.5%;
    }
}
.cmn_faq_illust.-cloud_01 {
    top: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) * -0.5);
    left: 5%;
    width: 7.5%;
    -webkit-animation: fluffy 3s linear infinite;
    animation: fluffy 3s linear infinite;
}
@media (max-width: 840px) {
    .cmn_faq_illust.-cloud_01 {
        display: none;
    }
}
.cmn_faq_illust.-cloud_02 {
    bottom: 35%;
    right: 5%;
    width: 7.5%;
    -webkit-animation: fluffy_02 3s linear infinite;
    animation: fluffy_02 3s linear infinite;
}
@media (max-width: 840px) {
    .cmn_faq_illust.-cloud_02 {
        display: none;
    }
}
.cmn_voice_list {
    display: flex;
    flex-direction: column;
    gap: clamp(1.5em, 4cqw, 2.5em) 0;
}
.cmn_voice_item {
    display: flex;
    gap: 1em 5%;
}
@media (max-width: 840px) {
    .cmn_voice_item {
        flex-direction: column;
    }
}
.cmn_voice_info {
    display: flex;
    flex-direction: column;
    flex: 0 0 130px;
}
@media (max-width: 840px) {
    .cmn_voice_info {
        flex: 0 0 auto;
        width: 130px;
        margin: 0 auto;
    }
}
.cmn_voice_name {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cmn_voice_content {
    flex: 1;
    min-width: 0;
    background-color: #f8f8f7;
    container-type: inline-size;
    padding: min(5cqw, 2em);
    border-radius: min(5vw, 30px);
    position: relative;
}
.cmn_voice_head {
    display: flex;
    align-items: center;
    gap: 0.5em 1em;
    margin-bottom: 0.75em;
}
@media (max-width: 540px) {
    .cmn_voice_head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.cmn_voice_tax {
    background-color: #fff;
    padding: 0em 0.75em;
    flex: 0 0 110px;
    display: block;
    text-align: center;
}
@media (max-width: 540px) {
    .cmn_voice_tax {
        flex: 0 0 auto;
        width: 110px;
    }
}
.cmn_voice_tax.-buyer {
    color: #0087f5;
    border: 2px solid #0087f5;
}
.cmn_voice_tax.-seller {
    color: #f57b00;
    border: 2px solid #f57b00;
}
.cmn_voice_ttl {
    font-size: 1.25em;
    line-height: 1.45;
}
@media (max-width: 540px) {
    .cmn_voice_ttl {
        padding-left: 0;
    }
}
.cmn_properties_link:hover .cmn_properties_eyecatch img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.cmn_properties_link:hover .cmn_properties_info .info_arrow::before {
    background-color: #f0b400;
}
.cmn_properties_link:hover .cmn_properties_info .info_arrow::after {
    translate: -35% -50%;
    background-color: #fff;
}
.cmn_properties_eyecatch {
    overflow: hidden;
    border-radius: min(5vw, 30px);
    border: 1px solid #443521;
}
.cmn_properties_eyecatch img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/9;
    -o-object-position: center;
    object-position: center;
}
.cmn_properties_info .info_head {
    display: flex;
    align-items: flex-end;
    margin: 1.5em 0;
    gap: 0.75em 1.5em;
}
@media (max-width: 840px) {
    .cmn_properties_info .info_head {
        flex-direction: column;
        align-items: flex-start;
    }
}
.cmn_properties_info .info_ttl {
    font-size: min(12cqw, clamp(2rem, 3.2vw, 2.4rem));
    line-height: 1.45;
    font-weight: 500;
    flex: 1;
    min-width: 0;
}
.cmn_properties_info .info_price {
    white-space: nowrap;
    display: flex;
    align-items: baseline;
}
@media (max-width: 840px) {
    .cmn_properties_info .info_price {
        margin-left: auto;
    }
}
.cmn_properties_info .info_price::before,
.cmn_properties_info .info_price .num, .cmn_properties_info .info_price::after {
    line-height: 1;
}
.cmn_properties_info .info_price::before {
    content: "￥";
    font-family: "Montserrat", sans-serif;
    font-size: 1.25em;
}
.cmn_properties_info .info_price .num {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
}
.cmn_properties_info .info_price::after {
    content: "万円";
}
.cmn_properties_info .info_bottom {
    position: relative;
    padding-top: 0.75em;
    display: flex;
    gap: 0 1.5em;
    justify-content: space-between;
    align-items: flex-end;
}
.cmn_properties_info .info_bottom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #A29A90;
    -webkit-mask-image: url(../img/cmn/dotted_horz.svg);
    mask-image: url(../img/cmn/dotted_horz.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
}
.cmn_properties_info .info_bottom:not(:has(.info_data)) {
    min-height: 92.78px;
}
@media (max-width: 840px) {
    .cmn_properties_info .info_bottom:not(:has(.info_data)) {
        min-height: auto;
    }
}
.cmn_properties_info .info_bottom:not(:has(.info_data))::after {
    display: none;
}
.cmn_properties_info .info_bottom:not(:has(.info_data)) .info_arrow {
    margin-left: auto;
}
.cmn_properties_info .info_data {
    flex: 1;
    min-width: 0;
}
.cmn_properties_info .info_data .data_list {
    display: flex;
    flex-direction: column;
    gap: 0.25em 0;
}
.cmn_properties_info .info_data .data_item {
    display: flex;
    align-items: flex-start;
    gap: 0 0.5em;
}
.cmn_properties_info .info_data .data_term {
    flex: 0 0 1.15em;
    height: 1.15em;
    translate: 0 0.2em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cmn_properties_info .info_data .data_term[aria-label=住所] {
    background-image: url(../img/cmn/icon_map.svg);
}
.cmn_properties_info .info_data .data_term[aria-label=アクセス] {
    background-image: url(../img/cmn/icon_train.svg);
}
.cmn_properties_info .info_data .data_desc {
    line-height: 1.6;
}
.cmn_properties_info .info_arrow {
    width: min(15cqw, 2.5em);
    height: min(15cqw, 2.5em);
    position: relative;
    flex: 0 0 min(15cqw, 2.5em);
}
.cmn_properties_info .info_arrow::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #443521;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: min(3.5vw, 1em);
    transition: background-color 0.5s;
}
.cmn_properties_info .info_arrow::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    -webkit-mask-image: url(../img/cmn/arrow.svg);
    mask-image: url(../img/cmn/arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #fff;
    transition: background-color 0.5s, translate 0.5s;
}
.cmn_nopost {
    display: block;
    text-align: center;
}
.cmn_pagenation {
    padding: 30px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.cmn_pagenation .page-numbers {
    display: inline-block;
    width: 0.75em;
    height: 50px;
    display: flex;
    font-size: 1.25em;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    margin: 0 5px;
    background-color: transparent;
    color: #443521;
    opacity: 0.5;
}
@media (max-width: 840px) {
    .cmn_pagenation .page-numbers {
        height: 35px;
    }
}
.cmn_pagenation .page-numbers:not(.dots) {
    color: #443521;
}
.cmn_pagenation .page-numbers.current {
    color: #443521;
    opacity: 1;
}
.cmn_pagenation .page-numbers:hover {
    opacity: 0.8;
}
.cmn_pagenation .prev,
.cmn_pagenation .next {
    width: 60px;
    background-color: transparent !important;
    position: relative;
    display: none;
}
@media (max-width: 840px) {
    .cmn_pagenation .prev,
    .cmn_pagenation .next {
        width: 50px;
    }
}
.cmn_pagenation .prev:hover,
.cmn_pagenation .next:hover {
    opacity: 0.8;
}
.cmn_pagenation .prev::after,
.cmn_pagenation .next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "icomoon";
    color: #fff;
    position: absolute;
    font-size: 2rem;
    font-weight: 500;
}

@-webkit-keyframes wave-loop {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1000px 0;
    }
}

@keyframes wave-loop {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1000px 0;
    }
}
@-webkit-keyframes wave-loop-sp {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -1000px;
    }
}
@keyframes wave-loop-sp {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -1000px;
    }
}
@-webkit-keyframes bounce {
    0%, 7%, 17%, 27%, 43% {
        translate: 0 0;
    }
    13% {
        translate: 0 -20px;
    }
    20% {
        translate: 0 -5px;
    }
    44%, 100% {
        translate: 0 0;
    }
}
@keyframes bounce {
    0%, 7%, 17%, 27%, 43% {
        translate: 0 0;
    }
    13% {
        translate: 0 -20px;
    }
    20% {
        translate: 0 -5px;
    }
    44%, 100% {
        translate: 0 0;
    }
}
@-webkit-keyframes bounce_02 {
    0%, 12%, 26%, 40%, 58%, 100% {
        translate: 0 0;
    }
    /* 1回目：最大の15px */
    6% {
        translate: 0 -15px;
    }
    /* 2回目：中くらい */
    19% {
        translate: 0 -6px;
    }
    /* 3回目：仕上げのちょん */
    33% {
        translate: 0 -2px;
    }
}
@keyframes bounce_02 {
    0%, 12%, 26%, 40%, 58%, 100% {
        translate: 0 0;
    }
    /* 1回目：最大の15px */
    6% {
        translate: 0 -15px;
    }
    /* 2回目：中くらい */
    19% {
        translate: 0 -6px;
    }
    /* 3回目：仕上げのちょん */
    33% {
        translate: 0 -2px;
    }
}
@-webkit-keyframes bounce_03 {
    /* 50%までにすべての動きを凝縮 */
    0%, 12%, 24%, 36%, 46%, 100% {
        translate: 0 0;
    }
    /* 1回目のジャンプ */
    6% {
        translate: 0 -15px;
    }
    /* 2回目のジャンプ（同じ高さでテンポよく） */
    18% {
        translate: 0 -12px;
    }
    /* 3回目のジャンプ（小さく収束） */
    30% {
        translate: 0 -4px;
    }
}
@keyframes bounce_03 {
    /* 50%までにすべての動きを凝縮 */
    0%, 12%, 24%, 36%, 46%, 100% {
        translate: 0 0;
    }
    /* 1回目のジャンプ */
    6% {
        translate: 0 -15px;
    }
    /* 2回目のジャンプ（同じ高さでテンポよく） */
    18% {
        translate: 0 -12px;
    }
    /* 3回目のジャンプ（小さく収束） */
    30% {
        translate: 0 -4px;
    }
}
@-webkit-keyframes bounce_04 {
    /* 最初15%まで地面にいることで「タメ」を作ります */
    0%, 15%, 28%, 42%, 58%, 100% {
        translate: 0 0;
    }
    /* 1回目：タメてから15pxへ */
    21% {
        translate: 0 -15px;
    }
    /* 2回目：ポヨンと戻る */
    35% {
        translate: 0 -5px;
    }
    /* 3回目：微バウンド */
    50% {
        translate: 0 -1px;
    }
}
@keyframes bounce_04 {
    /* 最初15%まで地面にいることで「タメ」を作ります */
    0%, 15%, 28%, 42%, 58%, 100% {
        translate: 0 0;
    }
    /* 1回目：タメてから15pxへ */
    21% {
        translate: 0 -15px;
    }
    /* 2回目：ポヨンと戻る */
    35% {
        translate: 0 -5px;
    }
    /* 3回目：微バウンド */
    50% {
        translate: 0 -1px;
    }
}
@-webkit-keyframes fluffy {
    0% {
        translate: 0 0;
    }
    50% {
        translate: 0 -15px;
    }
    100% {
        translate: 0 0;
    }
}
@keyframes fluffy {
    0% {
        translate: 0 0;
    }
    50% {
        translate: 0 -15px;
    }
    100% {
        translate: 0 0;
    }
}
@-webkit-keyframes fluffy_02 {
    0% {
        translate: 0 0;
    }
    50% {
        translate: 0 10px;
    }
    100% {
        translate: 0 0;
    }
}
@keyframes fluffy_02 {
    0% {
        translate: 0 0;
    }
    50% {
        translate: 0 10px;
    }
    100% {
        translate: 0 0;
    }
}
@-webkit-keyframes fluffy-rotate {
    0% {
        translate: 0 0;
        rotate: 0deg;
    }
    50% {
        translate: 0 -15px;
        rotate: 30deg;
    }
    100% {
        translate: 0 0;
        rotate: 0deg;
    }
}
@keyframes fluffy-rotate {
    0% {
        translate: 0 0;
        rotate: 0deg;
    }
    50% {
        translate: 0 -15px;
        rotate: 30deg;
    }
    100% {
        translate: 0 0;
        rotate: 0deg;
    }
}
@-webkit-keyframes wobble {
    0% {
        rotate: -2deg;
    }
    /* 右に傾く */
    100% {
        rotate: 3deg;
    }
}
@keyframes wobble {
    0% {
        rotate: -2deg;
    }
    /* 右に傾く */
    100% {
        rotate: 3deg;
    }
}
@-webkit-keyframes tips-01 {
    0% {
        translate: 0 0;
    }
    100% {
        translate: 0 5px;
    }
}
@keyframes tips-01 {
    0% {
        translate: 0 0;
    }
    100% {
        translate: 0 5px;
    }
}
.curve-svg {
    position: absolute;
    top: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) * -0.8 + 1px);
    left: 50%;
    translate: -50% 0;
    width: 90%;
    height: max(clamp(3.6em, 10cqw, 10em), 8.5vw);
    opacity: 1;
    pointer-events: none;
}
@media (max-width: 840px) {
    .curve-svg {
        top: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) * -0.6 + 1px);
    }
}

.curve-svg2 {
    position: absolute;
    bottom: -1px;
    left: 50%;
    translate: -50% 0;
    width: 90%;
    height: max(clamp(3.6em, 10cqw, 10em), 8.5vw);
    opacity: 1;
    pointer-events: none;
}
@media (max-width: 840px) {
    .curve-svg2 {
        bottom: -20px;
    }
}

.curve-svg3 {
    position: absolute;
    top: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) * -0.8 + 1px);
    left: 50%;
    translate: -50% 0;
    width: 90%;
    height: max(clamp(3.6em, 10cqw, 10em), 8.5vw);
    opacity: 1;
    pointer-events: none;
}
@media (max-width: 840px) {
    .curve-svg3 {
        top: calc(max(clamp(3.6em, 10cqw, 10em), 8.5vw) * -0.6 + 1px);
    }
}