@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}
@media (max-width: 540px) {
    html {
        font-size: 53.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.8;
    font-weight: 400;
    font-family: "Shippori Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
    letter-spacing: 0.2em;
}
@media (max-width: 540px) {
    * {
        line-height: 1.75;
        letter-spacing: 0.15em;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.8;
    font-weight: 400;
    font-family: "Shippori Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

body {
    font-size: 1.6rem;
    color: #333;
    background-image: url(../img/cmn/bg.png);
    background-size: 50px;
    background-position: center;
}
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: #ddd;
}

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

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #faa9e0;
}

.scroll {
    visibility: hidden;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
}
.hd_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 15px min(30px, 2.5%);
}
.hd_content {
    display: flex;
    align-items: center;
    padding: 0 0.75em;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
}
.hd_content.-bgcolor {
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1280px) {
    .hd_content {
        padding: 0 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
}
.hd_logo {
    position: relative;
}
.hd_logo a {
    width: 250px;
    height: 90px;
    transition: opacity 0.5s;
    background-color: #b07fc9;
    -webkit-mask-image: url(../img/cmn/hd_logo.png);
    mask-image: url(../img/cmn/hd_logo.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
@media (max-width: 1280px) {
    .hd_logo a {
        width: 200px;
        height: 75px;
    }
}
@media (max-width: 540px) {
    .hd_logo a {
        width: 150px;
        height: 45px;
    }
}
.hd_logo a:hover {
    opacity: 0.7;
}
.hd_nav {
    display: flex;
    align-items: center;
}
@media (max-width: 1280px) {
    .hd_nav {
        display: none;
    }
}
.hd_nav .nav_list {
    display: flex;
}
.hd_nav .nav_item {
    position: relative;
}
.hd_nav .nav_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 1.25em;
    position: relative;
}
.hd_nav .nav_link .ja {
    transition: 0.5s color;
    font-size: 1.8rem;
}
.hd_nav .nav_link:hover .ja {
    color: #faa9e0;
}
.hd_nav .nav_pulldown .pulldown_list {
    position: absolute;
    top: 65px;
    left: 10px;
    width: 180px;
    background-color: #fff;
    padding: 0 15px;
    display: none;
    box-shadow: 0px 0px 15px -10px #aaa;
}
.hd_nav .nav_pulldown .pulldown_item {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.hd_nav .nav_pulldown .pulldown_item:last-child {
    border-bottom: none;
}
.hd_nav .nav_pulldown .pulldown_link {
    padding: 0.75em 0;
}
.hd_nav .nav_pulldown .pulldown_link:hover {
    color: #faa9e0;
}
.hd_menu {
    width: 50px;
    height: 50px;
}
.hd_menu .menu_btn {
    position: fixed;
    z-index: 1000; /*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.hd_menu .menu_btn:hover span {
    background-color: #faa9e0;
}
.hd_menu .menu_btn span {
    display: inline-block;
    transition: all 0.5s;
    position: absolute;
    height: 1px;
    background-color: #333;
    width: 40%;
    left: 52.5%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hd_menu .menu_btn span:nth-of-type(1) {
    top: 40.5%;
}
.hd_menu .menu_btn span:nth-of-type(2) {
    top: 50.5%;
}
.hd_menu .menu_btn span:nth-of-type(3) {
    top: 60.5%;
}
.hd_menu .menu_btn.-active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
}
.hd_menu .menu_btn.-active span:nth-of-type(2) {
    opacity: 0;
}
.hd_menu .menu_btn.-active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
}
.hd_menu .menu_content {
    position: fixed;
    z-index: 999;
    top: 0;
    right: max(-400px, -70%);
    width: min(360px, 60%);
    height: 100svh;
    background-color: #fff;
    transition: right 0.5s ease-in-out;
    padding: 70px calc(min(40px, 5%) - 10px) 50px min(40px, 5%);
    background-image: url(../img/cmn/bg.png);
    background-size: 50px;
    background-position: center;
}
@media (max-width: 1280px) {
    .hd_menu .menu_content {
        padding-top: 60px;
    }
}
@media (max-width: 540px) {
    .hd_menu .menu_content {
        width: 70%;
    }
}
.hd_menu .menu_content.-active {
    right: 0;
}
.hd_menu .menu_content.-active .menu_content_inner {
    opacity: 1;
}
.hd_menu .menu_content ::-webkit-scrollbar {
    width: 5px;
}
.hd_menu .menu_content ::-webkit-scrollbar-track {
    background-color: #fff;
}
.hd_menu .menu_content ::-webkit-scrollbar-thumb {
    background-color: #000;
}
.hd_menu .menu_content_inner {
    height: calc(100% - 30px);
    overflow-y: scroll;
    width: 100%;
    opacity: 0;
    translate: 0 30px;
    transition: opacity 1.5s ease-in-out;
}
.hd_menu .menu_logo {
    width: 250px;
    height: 90px;
    transition: opacity 0.5s;
    background-color: #b07fc9;
    -webkit-mask-image: url(../img/cmn/hd_logo.png);
    mask-image: url(../img/cmn/hd_logo.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.hd_menu .menu_logo:hover {
    opacity: 0.7;
}
.hd_menu .menu_nav {
    margin-top: clamp(30px, 5vw, 50px);
    width: calc(100% - 30px);
}
.hd_menu .menu_nav .nav_link {
    display: inline-flex;
    flex-direction: column;
}
.hd_menu .menu_nav .nav_link span {
    display: inline-block;
}
.hd_menu .menu_nav .nav_link .ja {
    font-size: 2rem;
    line-height: 1.4;
    transition: 0.5s color;
    margin-bottom: 1.35em;
}
@media (max-width: 840px) {
    .hd_menu .menu_nav .nav_link .ja {
        font-size: 1.6rem;
    }
}
.hd_menu .menu_nav .nav_link:hover .ja {
    color: #faa9e0;
}
.hd_menu .menu_nav .nav_sub .sub_list {
    margin-top: -1em;
    margin-bottom: 1em;
}
.hd_menu .menu_nav .nav_sub .sub_link {
    display: inline-block;
    position: relative;
    margin-left: 3.5em;
    padding: 0.5em 0;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media (max-width: 840px) {
    .hd_menu .menu_nav .nav_sub .sub_link {
        font-size: 95%;
    }
}
.hd_menu .menu_nav .nav_sub .sub_link::before {
    content: "";
    position: absolute;
    top: 52.5%;
    left: -2em;
    translate: 0 -50%;
    width: 1.5em;
    height: 1px;
    background-color: #333;
}
.hd_menu .menu_nav .nav_sub .sub_link:hover {
    color: #faa9e0;
}
.hd_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: all 0.3s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    pointer-events: none;
}
.hd_overlay.-active {
    opacity: 1;
    pointer-events: all;
}

/*==================================================================================================
	フッター
==================================================================================================*/
.ft {
    position: relative;
    margin: 0 auto;
    overflow-x: clip;
}
.ft_menu {
    margin: clamp(80px, 12vw, 150px) auto;
    padding: 0 5%;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: 1.5s opacity, 1s -webkit-filter;
    transition: 1.5s opacity, 1s filter;
    transition: 1.5s opacity, 1s filter, 1s -webkit-filter;
}
.ft_menu.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.ft_menu .menu_inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.ft_menu .menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ft_menu .menu_item {
    width: 33.3333333333%;
    flex-wrap: wrap;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 540px) {
    .ft_menu .menu_item {
        width: 100%;
    }
}
.ft_menu .menu_item:nth-child(1) {
    background-image: url(../img/cmn/ft_menu_01.jpg);
}
.ft_menu .menu_item:nth-child(2) {
    background-image: url(../img/cmn/ft_menu_02.jpg);
}
.ft_menu .menu_item:nth-child(3) {
    background-image: url(../img/cmn/ft_menu_03.jpg);
}
.ft_menu .menu_link {
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: none;
}
@media (max-width: 540px) {
    .ft_menu .menu_link {
        aspect-ratio: 2/1;
    }
}
.ft_menu .menu_link::after {
    position: absolute;
    content: "";
    bottom: 0.5em;
    right: 1em;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    height: 1em;
    width: 5em;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/btn_arrow.svg);
    mask-image: url(../img/cmn/btn_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: 0.5s right, 0.5s background-color;
}
.ft_menu .menu_link:hover::after {
    right: 0.25em;
    background-color: #faa9e0;
}
.ft_menu .menu_link span {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 1.25);
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    .ft_menu .menu_link span {
        font-size: 2.75vw;
    }
}
@media (max-width: 540px) {
    .ft_menu .menu_link span {
        font-size: 4.5vw;
    }
}
.ft_menu .menu_link .deco {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
}
@media (max-width: 840px) {
    .ft_menu .menu_link .deco {
        width: 90%;
    }
}
@media (max-width: 540px) {
    .ft_menu .menu_link .deco {
        width: 45%;
    }
}
.ft_menu .menu_pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    transition: 2.5s opacity, 3.5s -webkit-filter;
    transition: 2.5s opacity, 3.5s filter;
    transition: 2.5s opacity, 3.5s filter, 3.5s -webkit-filter;
    pointer-events: none;
}
.ft_menu .menu_pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.ft_menu .menu_pattern.-yellow {
    top: -25%;
    right: -10%;
    width: 20%;
}
@media (max-width: 840px) {
    .ft_menu .menu_pattern.-yellow {
        top: 47.5vw;
        right: -15%;
        width: 35%;
    }
}
.ft_menu .menu_pattern.-pink {
    bottom: 10%;
    left: -17.5%;
    width: 15%;
}
@media (max-width: 840px) {
    .ft_menu .menu_pattern.-pink {
        bottom: 20vw;
        left: -15%;
        width: 20%;
    }
}
.ft_menu .menu_pattern.-purple {
    bottom: -25%;
    left: -10%;
    width: 20%;
}
@media (max-width: 840px) {
    .ft_menu .menu_pattern.-purple {
        bottom: -5vw;
        left: -17.5%;
        width: 35%;
    }
}
.ft_contact .contact_list {
    display: flex;
    flex-wrap: wrap;
}
.ft_contact .contact_item {
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px min(50px, 5%) 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.ft_contact .contact_item:nth-child(1) {
    background-image: url(../img/cmn/ft_contact.jpg);
}
.ft_contact .contact_item:nth-child(2) {
    background-image: url(../img/cmn/ft_order.jpg);
}
@media (max-width: 840px) {
    .ft_contact .contact_item:nth-child(2) {
        width: 100%;
        padding: 50px min(50px, 5%) 130px;
    }
}
@media (max-width: 840px) {
    .ft_contact .contact_item {
        width: 100%;
        padding: 50px min(50px, 5%);
    }
}
.ft_contact .contact_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    margin-bottom: 1.35em;
}
@media (max-width: 1280px) {
    .ft_contact .contact_ttl {
        flex-direction: column;
    }
}
.ft_contact .contact_ttl .ja {
    line-height: 1.2;
}
.ft_contact .contact_ttl .en {
    font-family: "Cormorant Garamond", serif;
    position: relative;
    margin-top: 0.15em;
    margin-left: 1.5em;
    line-height: 1.2;
}
@media (max-width: 1280px) {
    .ft_contact .contact_ttl .en {
        margin-left: 0;
        margin-top: 0.75em;
    }
}
.ft_contact .contact_ttl .en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    translate: 0 -50%;
    width: 1px;
    height: 80%;
    background-color: #fff;
}
@media (max-width: 1280px) {
    .ft_contact .contact_ttl .en::before {
        width: 1.5em;
        top: 42.5%;
        height: 1px;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
.ft_contact .contact_txt {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.ft_contact .contact_btn {
    width: 90%;
    max-width: 400px;
    margin-top: clamp(30px, 5vw, 50px);
}
.ft_contact .contact_btn .btn_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 140px;
}
@media (max-width: 840px) {
    .ft_contact .contact_btn .btn_list {
        height: auto;
    }
}
.ft_contact .contact_btn .btn_link {
    position: relative;
}
.ft_contact .contact_btn .btn_link::before {
    content: "";
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    width: 1.25em;
    height: 1.25em;
    background-color: #fff;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: 50%;
    left: 0.15em;
    translate: 0 -50%;
    transition: background-color 0.5s;
}
.ft_contact .contact_btn .btn_link.-tel::before {
    -webkit-mask-image: url(../img/cmn/ft_tel.svg);
    mask-image: url(../img/cmn/ft_tel.svg);
}
.ft_contact .contact_btn .btn_link.-mail::before {
    -webkit-mask-image: url(../img/cmn/ft_mail.svg);
    mask-image: url(../img/cmn/ft_mail.svg);
}
.ft_contact .contact_btn .btn_link.-fax::before {
    -webkit-mask-image: url(../img/cmn/ft_fax.svg);
    mask-image: url(../img/cmn/ft_fax.svg);
}
.ft_contact .contact_btn .btn_link.-order::before {
    -webkit-mask-image: url(../img/cmn/ft_order.svg);
    mask-image: url(../img/cmn/ft_order.svg);
}
.ft_contact .contact_btn .btn_link:hover::before {
    background-color: #faa9e0;
}
.ft_contact .contact_btn .btn_link:hover span::after {
    background-color: #faa9e0;
    left: 55%;
}
.ft_contact .contact_btn .btn_link span {
    display: block;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    text-align: center;
    padding: 0.75em 0.25em;
    position: relative;
}
.ft_contact .contact_btn .btn_link span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    translate: -50% 0;
    width: 110%;
    height: 20px;
    background-color: #fff;
    -webkit-mask-image: url(../img/cmn/ft_btn_arrow.svg);
    mask-image: url(../img/cmn/ft_btn_arrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    transition: all 0.5s;
}
.ft_content {
    background-color: #beaac5;
    margin-left: 10%;
    margin-top: -100px;
    padding: clamp(50px, 8vw, 80px) min(80px, 5%) 50px;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: min(80px, 7.5vw) 0 0 0;
    width: 90%;
}
@media (max-width: 1024px) {
    .ft_content {
        flex-direction: column;
    }
}
@media (max-width: 840px) {
    .ft_content {
        margin-top: -80px;
        width: 95%;
        margin-left: 5%;
    }
}
.ft_info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 540px) {
    .ft_info {
        width: 100%;
    }
}
.ft_logo {
    width: 250px;
    max-width: 100%;
}
.ft_profile {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.ft_profile .name {
    display: inline-block;
    margin-bottom: 1em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #fff;
}
.ft_nav {
    position: relative;
    z-index: 5;
    width: 40%;
    padding-left: 7.5%;
    flex-grow: 1;
    display: flex;
    gap: 0 50px;
    justify-content: flex-end;
}
@media (max-width: 1024px) {
    .ft_nav {
        width: 100%;
        padding-left: 0;
        margin: 30px 0;
        flex-grow: 0;
    }
}
.ft_nav .nav_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (max-width: 1280px) {
    .ft_nav .nav_list {
        margin-left: 0;
        width: 100%;
    }
}
.ft_nav .nav_item {
    color: #fff;
}
.ft_nav .nav_link {
    display: inline-flex;
    flex-direction: column;
}
.ft_nav .nav_link span {
    display: inline-block;
}
.ft_nav .nav_link .ja {
    font-size: 2rem;
    line-height: 1.4;
    transition: 0.5s opacity;
    margin-bottom: 1.5em;
}
@media (max-width: 840px) {
    .ft_nav .nav_link .ja {
        font-size: 1.6rem;
    }
}
.ft_nav .nav_link:hover .ja {
    opacity: 0.7;
}
.ft_nav .nav_sub .sub_list {
    margin-top: -1em;
    margin-bottom: 1em;
}
.ft_nav .nav_sub .sub_link {
    display: inline-block;
    position: relative;
    margin-left: 3.5em;
    padding: 0.5em 0;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media (max-width: 840px) {
    .ft_nav .nav_sub .sub_link {
        font-size: 95%;
    }
}
.ft_nav .nav_sub .sub_link::before {
    content: "";
    position: absolute;
    top: 52.5%;
    left: -2em;
    translate: 0 -50%;
    width: 1.5em;
    height: 1px;
    background-color: #fff;
}
.ft_nav .nav_sub .sub_link:hover {
    opacity: 0.7;
}
.ft_copy {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    margin-top: -50px;
    letter-spacing: 0.075em;
}
@media (max-width: 1280px) {
    .ft_copy {
        margin-top: 0;
    }
}

/*==================================================================================================
	共通
==================================================================================================*/
.cmn {
    margin: clamp(80px, 12vw, 150px) auto;
    padding: 0 5%;
    position: relative;
}
.cmn_inner {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.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 {
    margin: 0 auto;
    padding: 122.5px min(50px, 5%) 0;
}
@media (max-width: 1280px) {
    .cmn_pagehead {
        padding-top: 90px;
    }
}
@media (max-width: 540px) {
    .cmn_pagehead {
        padding-top: 80px;
    }
}
.cmn_pagehead_inner {
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 540px) {
    .cmn_pagehead_inner {
        flex-direction: column;
    }
}
.cmn_pagehead_ttl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: min(30%, 400px);
    padding-right: min(50px, 5.5%);
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl {
        padding-right: 0;
        flex-direction: column-reverse;
        width: 100%;
        margin: 50px 0 50px;
    }
}
.cmn_pagehead_ttl .en {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.25em;
    color: #faa9e0;
    line-height: 1.2;
    margin-left: 0.5em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl .en {
        margin-left: 0;
        margin-top: 0.5em;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
.cmn_pagehead_ttl .en span {
    display: inline-block;
    line-height: 1.2;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: 1.5s opacity, 1s translate, 1.5s -webkit-filter;
    transition: 1.5s opacity, 1s translate, 1.5s filter;
    transition: 1.5s opacity, 1s translate, 1.5s filter, 1.5s -webkit-filter;
}
.cmn_pagehead_ttl .en span.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.cmn_pagehead_ttl .ja {
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    letter-spacing: 0.25em;
    line-height: 1.2;
    font-weight: 500;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl .ja {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
.cmn_pagehead_ttl .ja.-estate {
    display: flex;
    flex-wrap: wrap-reverse;
    height: clamp(180px, 21vw, 210px);
}
.cmn_pagehead_ttl .ja.-estate span:nth-child(n+7) {
    margin-right: 0.35em;
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl .ja.-estate span:nth-child(n+7) {
        margin-right: 0;
    }
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl .ja.-estate {
        height: auto;
        flex-wrap: wrap;
    }
}
.cmn_pagehead_ttl .ja.-privacypolicy {
    display: flex;
    flex-wrap: wrap-reverse;
    height: clamp(210px, 28vw, 260px);
}
.cmn_pagehead_ttl .ja.-privacypolicy span:nth-child(n+7) {
    margin-right: 0.35em;
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl .ja.-privacypolicy span:nth-child(n+7) {
        margin-right: 0;
    }
}
@media (max-width: 540px) {
    .cmn_pagehead_ttl .ja.-privacypolicy {
        height: auto;
        flex-wrap: wrap;
    }
}
.cmn_pagehead_ttl .ja span {
    display: inline-block;
    line-height: 1.2;
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: 1.5s opacity, 1s translate, 1.5s -webkit-filter;
    transition: 1.5s opacity, 1s translate, 1.5s filter;
    transition: 1.5s opacity, 1s translate, 1.5s filter, 1.5s -webkit-filter;
}
.cmn_pagehead_ttl .ja span.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.cmn_pagehead_img {
    flex-grow: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    z-index: 5;
}
.cmn_pagehead_img.-plan {
    background-image: url(../img/cmn/pagehead/plan.jpg);
}
.cmn_pagehead_img.-company {
    background-image: url(../img/cmn/pagehead/company.jpg);
}
.cmn_pagehead_img.-member {
    background-image: url(../img/cmn/pagehead/member.jpg);
}
.cmn_pagehead_img.-flower {
    background-image: url(../img/cmn/pagehead/flower.jpg);
}
.cmn_pagehead_img.-contact {
    background-image: url(../img/cmn/pagehead/contact.jpg);
}
.cmn_pagehead_img.-estate {
    background-image: url(../img/cmn/pagehead/estate.jpg);
}
.cmn_pagehead_img.-lastmake {
    background-image: url(../img/cmn/pagehead/lastmake.jpg);
}
.cmn_pagehead_img.-order {
    background-image: url(../img/cmn/pagehead/order.jpg);
}
.cmn_pagehead_img.-facility {
    background-image: url(../img/cmn/pagehead/facility.jpg);
}
.cmn_pagehead_img.-recruit {
    background-image: url(../img/cmn/pagehead/recruit.jpg);
}
.cmn_pagehead_img.-privacypolicy {
    background-image: url(../img/cmn/pagehead/privacypolicy.jpg);
}
@media (max-width: 540px) {
    .cmn_pagehead_img {
        width: 80%;
        margin-left: auto;
        height: 35vw;
    }
}
.cmn_pagehead_illust {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(20vw, 200px);
}
@media (max-width: 540px) {
    .cmn_pagehead_illust {
        width: 50%;
    }
}
.cmn_form {
    margin-top: clamp(30px, 5vw, 50px);
}
.cmn_form_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 0.75em 0;
}
.cmn_form_item:first-child {
    border-top: 1px solid #ccc;
}
.cmn_form_item.-align {
    align-items: flex-start;
}
.cmn_form_item.-align .label {
    margin-top: 0.5em;
}
@media (max-width: 840px) {
    .cmn_form_item.-align .label {
        margin-top: 0;
    }
}
.cmn_form_item .label {
    display: block;
    width: 230px;
}
@media (max-width: 840px) {
    .cmn_form_item .label {
        width: 100%;
        margin-bottom: 0.35em;
    }
}
.cmn_form_item .label.-required::after {
    content: "※必須";
    color: #faa9e0;
    font-size: 1.2rem;
    margin-left: 10px;
    letter-spacing: 0;
}
.cmn_form_item .label + * {
    width: calc(100% - 230px - 1em);
    margin-left: 1em;
    height: 3em;
}
@media (max-width: 840px) {
    .cmn_form_item .label + * {
        width: 100%;
        margin-left: 0;
    }
}
.cmn_form_item .input {
    padding: 0.5em;
    background-color: #fafafa;
    border: none;
    outline: none;
    border-radius: 2px;
}
.cmn_form_item .input#c_day, .cmn_form_item .input#c_name_01, .cmn_form_item .input#c_name_02, .cmn_form_item .input#c_tel, .cmn_form_item .input#o_num, .cmn_form_item .input#o_name, .cmn_form_item .input#o_name02, .cmn_form_item .input#o_tel, .cmn_form_item .input#o_wakeday, .cmn_form_item .input#o_funeralday {
    width: 300px;
}
@media (max-width: 540px) {
    .cmn_form_item .input#c_day, .cmn_form_item .input#c_name_01, .cmn_form_item .input#c_name_02, .cmn_form_item .input#c_tel, .cmn_form_item .input#o_num, .cmn_form_item .input#o_name, .cmn_form_item .input#o_name02, .cmn_form_item .input#o_tel, .cmn_form_item .input#o_wakeday, .cmn_form_item .input#o_funeralday {
        width: 100%;
    }
}
@media (max-width: 540px) {
    .cmn_form_item .input#o_wakeday, .cmn_form_item .input#o_funeralday {
        width: calc(100% - 2em);
    }
}
.cmn_form_item .textarea {
    resize: vertical;
    padding: 0.5em;
    background-color: #fafafa;
    border: none;
    outline: none;
    height: auto;
    border-radius: 2px;
}
.cmn_form_item .radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 3em;
    height: auto;
}
@media (max-width: 840px) {
    .cmn_form_item .radio {
        min-height: 2.5em;
    }
}
.cmn_form_item .radio_list {
    display: flex;
    flex-wrap: wrap;
}
.cmn_form_item .radio_item {
    position: relative;
    display: flex;
}
.cmn_form_item .radio_item:not(:last-child) {
    margin-right: 1.25em;
}
.cmn_form_item .radio_item input[type=radio] {
    width: 0;
    visibility: hidden;
}
.cmn_form_item .radio_item input[type=radio]:checked + label::after {
    scale: 0.65;
    opacity: 1;
}
.cmn_form_item .radio_item label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
}
.cmn_form_item .radio_item label::before, .cmn_form_item .radio_item label::after {
    content: "";
    position: absolute;
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    top: 50%;
    border-radius: 50%;
    translate: 0 -47.5%;
}
.cmn_form_item .radio_item label::before {
    background-color: #fff;
    border: 1px solid #faa9e0;
}
.cmn_form_item .radio_item label::after {
    background: #faa9e0;
    border: 1px solid #faa9e0;
    scale: 0;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
.cmn_form_item .radio_txt {
    font-size: 0.85em;
    width: 100%;
    margin-top: 0.5em;
}
.cmn_form_item .address {
    min-height: 3em;
    height: auto;
}
.cmn_form_item .address .num {
    display: flex;
    align-items: center;
    gap: 0 0.5em;
    margin-bottom: 10px;
}
.cmn_form_item .address .num input {
    padding: 0.5em;
    background-color: #fafafa;
    border: none;
    outline: none;
    border-radius: 2px;
    width: 200px;
}
.cmn_form_item .address .textarea {
    resize: vertical;
    padding: 0.5em;
    background-color: #fafafa;
    border: none;
    outline: none;
    height: auto;
    border-radius: 2px;
    width: 100%;
    margin-bottom: -5px;
}
.cmn_form_agree {
    margin-top: 50px;
}
.cmn_form_agree .agree_txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.cmn_form_agree .agree_link {
    text-decoration: underline;
    color: #faa9e0;
    display: inline-block;
}
.cmn_form_agree .agree_link:hover {
    opacity: 0.7;
}
.cmn_form_agree .agree_check {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cmn_form_agree .agree_check input[type=checkbox] {
    width: 0;
    visibility: hidden;
}
.cmn_form_agree .agree_check input[type=checkbox]:checked + label::before {
    border-color: #000;
}
.cmn_form_agree .agree_check input[type=checkbox]:checked + label::after {
    opacity: 1;
    scale: 1;
}
.cmn_form_agree .agree_check label {
    position: relative;
    cursor: pointer;
    padding: 0 1em 0 2em;
}
.cmn_form_agree .agree_check label::before {
    background: #fff;
    border: 1px solid #333;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -45%;
}
.cmn_form_agree .agree_check label::after {
    border-right: 3px solid #faa9e0;
    border-bottom: 3px solid #faa9e0;
    content: "";
    display: block;
    height: 1em;
    width: 0.5em;
    position: absolute;
    top: 50%;
    left: 2.5%;
    translate: 0 -75%;
    opacity: 0;
    rotate: 45deg;
    scale: 0.7;
    opacity: 0;
    transition: 0.35s scale, 0.5s opacity;
}
.cmn_form_btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    display: block;
    background-color: transparent;
    position: relative;
    border: none;
}
.cmn_form_btn span {
    border: 1px solid #ccc;
    display: block;
    padding: 1em 2.5em;
    transition: 0.5s color, 0.5s border, 0.5s opacity;
}
.cmn_form_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2em;
    height: 1px;
    background-color: #ccc;
    opacity: 0;
    transition: 0.5s opacity, 0.5s background-color, 0.5s right;
}
.cmn_form_btn.-active span {
    color: #333;
    border: 1px solid #333;
}
.cmn_form_btn.-active::after {
    background-color: #333;
    opacity: 1;
}
.cmn_form_btn.-active:hover span {
    opacity: 0.7;
}
.cmn_form_btn.-active:hover::after {
    right: -1.5em;
    opacity: 0.7;
}
.cmn_form input[type=radio],
.cmn_form input[type=checkbox] {
    accent-color: #000;
}
.cmn_petal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    pointer-events: none;
    overflow: hidden;
}
.cmn_petal.-h40 {
    height: 40vw;
    min-height: 500px;
}
.cmn_petal.-h120 {
    height: 120%;
}
.cmn_petal.-h140 {
    height: 140%;
}
.cmn_petal.-t-80 {
    top: -80px;
}
.cmn_petal_list {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cmn_petal_item {
    width: 2em;
    position: absolute;
    list-style: none;
    top: -50px;
    left: var(--left, 0%);
    -webkit-animation: fall calc(6s + 5s * var(--i) / 14 + 0.1192227454s) linear infinite, var(--rotate) calc(2s + 2s * var(--i) / 14 + 0.2563366749s) ease-in-out infinite alternate;
    animation: fall calc(6s + 5s * var(--i) / 14 + 0.1192227454s) linear infinite, var(--rotate) calc(2s + 2s * var(--i) / 14 + 0.2563366749s) ease-in-out infinite alternate;
    -webkit-animation-delay: calc(var(--i) * 0.3s + 0.1729372792s);
    animation-delay: calc(var(--i) * 0.3s + 0.1729372792s);
}
.cmn_petal_item:nth-child(odd) {
    width: 1.5em;
}
@media (max-width: 540px) {
    .cmn_petal_item {
        -webkit-animation: fall calc(8s + 6s * var(--i) / 14 + 1.6997047104s) linear infinite, var(--rotate) calc(3s + 3s * var(--i) / 14 + 0.2546933916s) ease-in-out infinite alternate;
        animation: fall calc(8s + 6s * var(--i) / 14 + 1.6997047104s) linear infinite, var(--rotate) calc(3s + 3s * var(--i) / 14 + 0.2546933916s) ease-in-out infinite alternate;
        -webkit-animation-delay: calc(var(--i) * 0.5s + 0.1653044895s);
        animation-delay: calc(var(--i) * 0.5s + 0.1653044895s);
    }
}
@-webkit-keyframes fall {
    from {
        top: -50px;
        opacity: 0;
        -webkit-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
    }
    20% {
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(30px) scale(1.05);
        transform: translateX(30px) scale(1.05);
    }
    80% {
        opacity: 0;
    }
    to {
        top: 120%;
        opacity: 0;
        -webkit-transform: translateX(-20px) scale(1);
        transform: translateX(-20px) scale(1);
    }
}
@keyframes fall {
    from {
        top: -50px;
        opacity: 0;
        -webkit-transform: translateX(0px) scale(1);
        transform: translateX(0px) scale(1);
    }
    20% {
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(30px) scale(1.05);
        transform: translateX(30px) scale(1.05);
    }
    80% {
        opacity: 0;
    }
    to {
        top: 120%;
        opacity: 0;
        -webkit-transform: translateX(-20px) scale(1);
        transform: translateX(-20px) scale(1);
    }
}
@-webkit-keyframes rotate1 {
    0% {
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(-40px) rotate(-60deg);
        transform: translateX(-40px) rotate(-60deg);
    }
    100% {
        -webkit-transform: translateX(-20px) rotate(-120deg);
        transform: translateX(-20px) rotate(-120deg);
    }
}
@keyframes rotate1 {
    0% {
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(-40px) rotate(-60deg);
        transform: translateX(-40px) rotate(-60deg);
    }
    100% {
        -webkit-transform: translateX(-20px) rotate(-120deg);
        transform: translateX(-20px) rotate(-120deg);
    }
}
@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(40px) rotate(45deg);
        transform: translateX(40px) rotate(45deg);
    }
    100% {
        -webkit-transform: translateX(-30px) rotate(90deg);
        transform: translateX(-30px) rotate(90deg);
    }
}
@keyframes rotate2 {
    0% {
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(40px) rotate(45deg);
        transform: translateX(40px) rotate(45deg);
    }
    100% {
        -webkit-transform: translateX(-30px) rotate(90deg);
        transform: translateX(-30px) rotate(90deg);
    }
}
@-webkit-keyframes rotate3 {
    0% {
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(-50px) rotate(30deg);
        transform: translateX(-50px) rotate(30deg);
    }
    100% {
        -webkit-transform: translateX(30px) rotate(60deg);
        transform: translateX(30px) rotate(60deg);
    }
}
@keyframes rotate3 {
    0% {
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateX(-50px) rotate(30deg);
        transform: translateX(-50px) rotate(30deg);
    }
    100% {
        -webkit-transform: translateX(30px) rotate(60deg);
        transform: translateX(30px) rotate(60deg);
    }
}

.mailphp {
    max-width: 840px;
    margin: 0 auto;
}
.mailphp p {
    margin: 1em 0;
}
.mailphp .mailphp-header {
    text-align: center;
}
.mailphp .mailphp-header .mailphp-header-inner {
    font-weight: 900;
    font-size: 2.4rem;
    margin: 0px;
    color: #aaa;
    border: none;
}
.mailphp .mailphp-header .mailphp-header-title {
    margin-bottom: 1.25em;
    position: relative;
    display: block;
    text-align: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    color: #000;
}
.mailphp .mailphp-main {
    flex-grow: 1;
    margin: 3em 0;
    margin: 10px 0px 30px;
}
.mailphp .mailphp-main .mailphp-main-inner p {
    text-align: center;
}
.mailphp .mailphp-footer {
    margin-bottom: 0px;
}
.mailphp .confirm-items,
.mailphp .error-items {
    margin: 1.5em 0;
}
.mailphp .confirm-items .confirm-item,
.mailphp .confirm-items .error-item,
.mailphp .error-items .confirm-item,
.mailphp .error-items .error-item {
    display: flex;
    margin-bottom: 1px;
}
.mailphp .confirm-items .confirm-item-body,
.mailphp .confirm-items .error-item-body,
.mailphp .error-items .confirm-item-body,
.mailphp .error-items .error-item-body {
    flex: 1;
}

.mailphp-header-title {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    text-align: center;
    display: block;
    margin-bottom: 1.5em;
}
.mailphp-header-txt {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
}

.confirm_custom {
    margin: 0 auto clamp(80px, 12vw, 150px);
    padding: calc(clamp(100px, 16vw, 150px) * 1.25) 5% 0;
    position: relative;
}
@media (max-width: 540px) {
    .confirm_custom {
        padding: calc(clamp(100px, 16vw, 150px) * 1.25) 5% 0;
    }
}
.confirm_custom_inner {
    max-width: 1024px;
    padding: clamp(30px, 5vw, 50px) min(50px, 5%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: min(20px, 1.5vw);
    margin: 0 auto;
}

.confirm-items {
    width: 100%;
    margin-top: 30px;
}
.confirm-items tbody {
    width: 100%;
    border-top: 1px solid #ccc;
}
.confirm-items tbody tr {
    display: flex;
    flex-wrap: wrap;
}
.confirm-items tbody tr th {
    display: block;
    width: 230px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
}
@media screen and (max-width: 840px) {
    .confirm-items tbody tr th {
        width: 100%;
        border-bottom: none;
        padding: 1em 0 1.5px;
    }
}
.confirm-items tbody tr td {
    display: block;
    width: calc(100% - 230px);
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 1em 0 1em 1em;
}
@media screen and (max-width: 840px) {
    .confirm-items tbody tr td {
        width: 100%;
        padding-left: 0px;
        padding: 1.5px 0 1em;
    }
}

.error-items .error-item {
    border-radius: 5px;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.error-items .error-item:not(:last-child) {
    margin-bottom: 5px;
}
.error-items .error-item-label {
    display: block;
    width: 150px;
}
@media screen and (max-width: 840px) {
    .error-items .error-item-label {
        width: 100%;
    }
}
.error-items .error-item-body {
    display: block;
    width: calc(100% - 150px);
    padding-left: 1em;
    word-break: break-all;
    color: #c40000;
}
@media screen and (max-width: 840px) {
    .error-items .error-item-body {
        width: 100%;
        padding-left: 0px;
    }
}

.confirm-btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.confirm-btns .confirm-btn.confirm-btn-submit {
    border: none;
    padding: 1em 1.5em;
    width: 220px;
    max-width: 100%;
    margin: 2.5em auto 20px;
    background-color: #faa9e0;
    color: #fff;
}
.confirm-btns .confirm-btn.confirm-btn-submit:hover {
    opacity: 0.7;
}
.confirm-btns .confirm-btn.confirm-btn-back {
    font-size: 1.6rem;
    width: 180px;
    max-width: 100%;
    margin: 10px auto 0px;
    background-color: #aaa;
    color: #fff;
    border: none;
    padding: 0.75em 1.5em;
    transition: 0.5s opacity;
}
.confirm-btns .confirm-btn.confirm-btn-back:hover {
    opacity: 0.7;
}

.error_messe {
    margin-top: 30px;
    text-align: center;
}

/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
    color: #f00;
}

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
    color: #25bdcf;
}

/* 祝日 */
.flatpickr-day.is-holiday {
    background: #ffcccc !important;
}

/* 入力欄の文字列を選択させないようにしておく  */
.flatpickr-calendar .numInput {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flatpickr-day.selected {
    background: #ddd !important;
    border: 1px solid #ddd !important;
}

.flatpickr-day {
    letter-spacing: 0.1em;
    line-height: 2.65 !important;
}

.flatpickr-months .flatpickr-month {
    height: 45px !important;
}

.numInputWrapper span {
    right: -12.5px !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #faa9e0 !important;
}