@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
#top .mv {
    margin: 0 auto;
    padding-top: 122.5px;
}
@media (max-width: 1280px) {
    #top .mv {
        padding-top: 90px;
    }
}
@media (max-width: 540px) {
    #top .mv {
        padding-top: 80px;
    }
}
#top .mv_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0 min(50px, 5%);
}
@media (max-width: 840px) {
    #top .mv_head {
        flex-direction: column;
    }
}
#top .mv_head .head_content {
    width: 40%;
    padding-right: min(50px, 5.5%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0 20px;
    margin-top: 40px;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #top .mv_head .head_content {
        padding-right: 0;
        width: 100%;
        margin: 50px 0 30px;
        justify-content: center;
    }
}
#top .mv_head .head_content .ttl {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: min(3.25vw, 4rem);
    font-weight: 500;
}
@media (max-width: 840px) {
    #top .mv_head .head_content .ttl {
        font-size: 4vw;
    }
}
@media (max-width: 540px) {
    #top .mv_head .head_content .ttl {
        font-size: 6vw;
    }
}
#top .mv_head .head_content .ttl.-ttl01 {
    margin-top: -1.5em;
}
#top .mv_head .head_content .ttl.-ttl01 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;
}
#top .mv_head .head_content .ttl.-ttl01 span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_head .head_content .ttl.-ttl02 {
    width: 1.5em;
    display: flex;
}
#top .mv_head .head_content .ttl.-ttl02 img {
    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;
}
#top .mv_head .head_content .ttl.-ttl02 img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_head .head_content .ttl.-ttl03 {
    margin-top: 1.75em;
}
#top .mv_head .head_content .ttl.-ttl03 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;
}
#top .mv_head .head_content .ttl.-ttl03 span.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_head .head_img {
    height: calc(100svh - 122.5px);
    width: 60%;
    position: relative;
    z-index: 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;
}
#top .mv_head .head_img.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
@media (max-width: 1280px) {
    #top .mv_head .head_img {
        height: calc(100svh - 90px);
    }
}
@media (max-width: 840px) {
    #top .mv_head .head_img {
        height: 80vw;
        width: 100%;
        margin-left: auto;
    }
}
#top .mv_head .head_img .img_list {
    height: calc(95svh - 122.5px);
}
@media (max-width: 1280px) {
    #top .mv_head .head_img .img_list {
        height: calc(95svh - 90px);
    }
}
@media (max-width: 840px) {
    #top .mv_head .head_img .img_list {
        height: 80vw;
    }
}
#top .mv_head .head_img .img_item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: calc(95svh - 122.5px);
}
@media (max-width: 1280px) {
    #top .mv_head .head_img .img_item img {
        height: calc(95svh - 90px);
    }
}
@media (max-width: 840px) {
    #top .mv_head .head_img .img_item img {
        height: 80vw;
    }
}
#top .mv_head .head_img .img_illust {
    position: absolute;
    bottom: 3.5%;
    left: -15%;
    width: 20%;
}
@media (max-width: 840px) {
    #top .mv_head .head_img .img_illust {
        bottom: auto;
        left: auto;
        top: -30%;
        right: 10%;
        width: 40%;
    }
}
#top .mv_mind {
    padding: 0 5%;
    margin: clamp(80px, 12vw, 150px) auto clamp(60px, 10vw, 100px);
    position: relative;
}
#top .mv_mind .mind_inner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
@media (max-width: 540px) {
    #top .mv_mind .mind_inner {
        flex-direction: column;
    }
}
#top .mv_mind .mind_ttl {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 5;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_ttl {
        padding-left: 2.5%;
    }
}
@media (max-width: 540px) {
    #top .mv_mind .mind_ttl {
        padding-left: 0;
        flex-direction: column-reverse;
        margin-bottom: 2em;
    }
}
#top .mv_mind .mind_ttl span {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 540px) {
    #top .mv_mind .mind_ttl span {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#top .mv_mind .mind_ttl .en {
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.25em;
    color: #faa9e0;
    line-height: 1.2;
    margin-left: 0.5em;
}
@media (max-width: 540px) {
    #top .mv_mind .mind_ttl .en {
        margin-left: 0;
        margin-top: 0.5em;
    }
}
#top .mv_mind .mind_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;
}
#top .mv_mind .mind_ttl .en span.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_mind .mind_ttl .ja {
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    letter-spacing: 0.25em;
    line-height: 1.2;
    font-weight: 500;
}
#top .mv_mind .mind_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;
}
#top .mv_mind .mind_ttl .ja span.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_mind .mind_content {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 5%;
    position: relative;
    z-index: 5;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_content {
        flex-direction: column;
        padding-right: 0;
        margin-top: 3.5em;
    }
}
@media (max-width: 540px) {
    #top .mv_mind .mind_content {
        margin-top: 0;
    }
}
#top .mv_mind .mind_content .subttl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_content .subttl {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#top .mv_mind .mind_content .subttl .txt {
    font-size: 120%;
    margin: 0 1em;
    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;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_content .subttl .txt {
        margin: 1em 0;
    }
}
#top .mv_mind .mind_content .subttl .txt.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_mind .mind_content .sentence {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 3em;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_content .sentence {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
@media (max-width: 540px) {
    #top .mv_mind .mind_content .sentence {
        margin-right: 0;
    }
}
#top .mv_mind .mind_content .sentence .txt {
    margin: 0 1.15em;
    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;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_content .sentence .txt {
        margin: 1em 0;
    }
}
#top .mv_mind .mind_content .sentence .txt.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_mind .mind_pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    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;
}
#top .mv_mind .mind_pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#top .mv_mind .mind_pattern.-purple {
    top: -20%;
    left: 15%;
    width: 15%;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_pattern.-purple {
        top: auto;
        left: -10%;
        bottom: 10vw;
        width: 30%;
    }
}
@media (max-width: 540px) {
    #top .mv_mind .mind_pattern.-purple {
        width: 40%;
        bottom: 20vw;
    }
}
#top .mv_mind .mind_pattern.-pink {
    top: 0;
    left: 0;
    width: 20%;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_pattern.-pink {
        top: auto;
        left: 5%;
        bottom: -10vw;
        width: 35%;
    }
}
@media (max-width: 540px) {
    #top .mv_mind .mind_pattern.-pink {
        width: 45%;
    }
}
#top .mv_mind .mind_pattern.-yellow {
    bottom: -30%;
    right: 0;
    width: 25%;
}
@media (max-width: 1024px) {
    #top .mv_mind .mind_pattern.-yellow {
        bottom: 0;
        right: -10%;
        top: -5vw;
        width: 50%;
    }
}
@media (max-width: 540px) {
    #top .mv_mind .mind_pattern.-yellow {
        width: 75%;
    }
}
#top .mv_slider {
    margin-bottom: clamp(60px, 10vw, 100px);
    position: relative;
    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;
}
#top .mv_slider.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .mv_slider .slider_item {
    width: 20%;
}
#top .mv_slider .slider_item:nth-child(1) {
    margin-top: 0;
    width: 30%;
    margin-right: 2.5%;
}
@media (max-width: 840px) {
    #top .mv_slider .slider_item:nth-child(1) {
        width: 40%;
        margin-right: 4.5%;
    }
}
@media (max-width: 540px) {
    #top .mv_slider .slider_item:nth-child(1) {
        width: 65%;
    }
}
#top .mv_slider .slider_item:nth-child(2) {
    margin-top: 15%;
    width: 15%;
    margin-right: 2.5%;
}
@media (max-width: 840px) {
    #top .mv_slider .slider_item:nth-child(2) {
        width: 25%;
        margin-right: 4.5%;
    }
}
@media (max-width: 540px) {
    #top .mv_slider .slider_item:nth-child(2) {
        width: 50%;
    }
}
#top .mv_slider .slider_item:nth-child(3) {
    margin-top: 5%;
    width: 30%;
    margin-right: -10%;
}
@media (max-width: 840px) {
    #top .mv_slider .slider_item:nth-child(3) {
        width: 40%;
    }
}
@media (max-width: 540px) {
    #top .mv_slider .slider_item:nth-child(3) {
        width: 65%;
    }
}
#top .mv_slider .slider_item:nth-child(4) {
    margin-top: 12.5%;
    width: 30%;
    margin-right: 2.5%;
}
@media (max-width: 840px) {
    #top .mv_slider .slider_item:nth-child(4) {
        width: 40%;
        margin-right: 4.5%;
    }
}
@media (max-width: 540px) {
    #top .mv_slider .slider_item:nth-child(4) {
        width: 65%;
    }
}
#top .mv_slider .slider_item:nth-child(5) {
    margin-top: 3.5%;
    width: 30%;
    margin-right: 2.5%;
}
@media (max-width: 840px) {
    #top .mv_slider .slider_item:nth-child(5) {
        width: 40%;
        margin-right: 4.5%;
    }
}
@media (max-width: 540px) {
    #top .mv_slider .slider_item:nth-child(5) {
        width: 65%;
    }
}
#top .private {
    background-color: #fff;
    margin: 0 auto;
    padding: clamp(80px, 12vw, 150px) 5%;
}
#top .private_inner {
    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;
}
#top .private_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#top .private_secttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    margin-bottom: 1.35em;
}
@media (max-width: 840px) {
    #top .private_secttl {
        flex-direction: column;
    }
}
#top .private_secttl .ja {
    line-height: 1.2;
}
#top .private_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 0.15em;
    margin-left: 1.5em;
    line-height: 1.2;
}
@media (max-width: 840px) {
    #top .private_secttl .en {
        margin-left: 0;
        margin-top: 0.75em;
    }
}
#top .private_secttl .en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    translate: 0 -50%;
    width: 1px;
    height: 80%;
    background-color: #999;
}
@media (max-width: 840px) {
    #top .private_secttl .en::before {
        width: 1.5em;
        top: 42.5%;
        height: 1px;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#top .private_txt {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
#top .private_list {
    margin-top: clamp(30px, 5vw, 50px);
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.5%;
}
#top .private_item {
    width: 31.6666666667%;
}
@media (max-width: 840px) {
    #top .private_item {
        width: 48.75%;
    }
}
#top .private_content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: min(20px, 1.5vw);
}
#top .private_content .content_eyecatch img {
    border-radius: min(20px, 1.5vw) min(20px, 1.5vw) 0 0;
}
#top .private_content .content_ttl {
    font-size: 2rem;
    text-align: center;
    padding: 1.5em min(15px, 5%) 1em;
    position: relative;
}
@media (max-width: 840px) {
    #top .private_content .content_ttl {
        font-size: 1.8rem;
    }
}
#top .private_content .content_ttl::after {
    content: "";
    width: 90%;
    height: 2.5em;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    position: absolute;
    background-image: url(../img/cmn/ttl_line.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#top .private_content .content_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 min(15px, 5%) 1.75em;
}
#top .private_content .content_price .main {
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    position: relative;
    display: block;
    margin-bottom: 0.15em;
}
#top .private_content .content_price .main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 80%;
    height: 0.1em;
    background-color: #faa9e0;
}
#top .private_content .content_price .main .mintxt {
    font-size: 1.6rem;
}
#top .private_morebtn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5em auto 0;
    position: relative;
}
#top .private_morebtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1em;
    translate: 0 -50%;
    width: 2em;
    height: 1px;
    background-color: #333;
    transition: 0.5s right, 0.5s background-color;
}
#top .private_morebtn:hover::after {
    right: -1.5em;
    background-color: #faa9e0;
}
#top .private_morebtn span {
    border: 1px solid #333;
    padding: 0.75em 2em;
}
#top .plan {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 5% clamp(80px, 12vw, 150px);
}
#top .plan_inner {
    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;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#top .plan_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
@media (max-width: 840px) {
    #top .plan_inner {
        flex-direction: column;
    }
}
#top .plan_content {
    display: flex;
    width: 60%;
}
@media (max-width: 840px) {
    #top .plan_content {
        flex-direction: column;
        width: 100%;
    }
}
#top .plan_secttl {
    display: flex;
    flex-direction: column;
    padding-right: 2em;
    align-items: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
}
@media (max-width: 840px) {
    #top .plan_secttl {
        align-items: center;
        padding-right: 0;
        margin-bottom: 1.35em;
    }
}
#top .plan_secttl .ja {
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #top .plan_secttl .ja {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#top .plan_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 1.5em;
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #top .plan_secttl .en {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-top: 0.75em;
    }
}
#top .plan_secttl .en::before {
    content: "";
    position: absolute;
    top: -0.8em;
    left: 50%;
    translate: -50% -50%;
    width: 80%;
    height: 1px;
    background-color: #999;
}
@media (max-width: 840px) {
    #top .plan_secttl .en::before {
        width: 1.5em;
        height: 1px;
        top: 42.5%;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#top .plan_list {
    flex-grow: 1;
    margin-top: 10%;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #top .plan_list {
        width: 90%;
        margin-top: 0;
    }
}
#top .plan_link {
    position: relative;
    border-bottom: 1px solid #333;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 1.5em;
}
@media (max-width: 840px) {
    #top .plan_link {
        padding-bottom: 3.5em;
    }
}
#top .plan_link::after {
    position: absolute;
    content: "";
    bottom: 1.25em;
    right: 1.5em;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    height: 1em;
    width: 5em;
    background-color: #333;
    -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;
}
#top .plan_link:hover::after {
    right: 0;
    background-color: #faa9e0;
}
#top .plan_link .ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}
#top .plan_link .ttl::before {
    content: "";
    position: absolute;
    top: 52.5%;
    left: 0;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-color: #faa9e0;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#top .plan_link .txt {
    width: clamp(200px, 30vw, 630px);
    display: block;
}
@media (max-width: 840px) {
    #top .plan_link .txt {
        width: 90%;
    }
}
#top .plan_img {
    width: 40%;
    padding-left: 5%;
    position: relative;
}
@media (max-width: 840px) {
    #top .plan_img {
        margin-top: 20px;
        margin-left: auto;
        width: 80%;
        padding-left: 0;
    }
}
#top .plan_img .img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
    border-radius: min(20px, 1.5vw);
}
@media (max-width: 840px) {
    #top .plan_img .img {
        aspect-ratio: 4/3;
        -o-object-position: center;
        object-position: center;
    }
}
#top .plan_img .pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    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;
}
#top .plan_img .pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#top .plan_img .pattern.-purple {
    bottom: 15%;
    left: -5%;
    width: 25%;
}
@media (max-width: 840px) {
    #top .plan_img .pattern.-purple {
        left: -40%;
        width: 35%;
    }
}
#top .plan_img .pattern.-yellow {
    bottom: -5%;
    left: 10%;
    width: 35%;
}
@media (max-width: 840px) {
    #top .plan_img .pattern.-yellow {
        bottom: -15%;
        left: -20%;
        width: 45%;
    }
}

/*==================================================================================================
	葬儀プラン
==================================================================================================*/
#plan .sec_inner {
    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;
}
#plan .sec_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#plan .sec_tab .tab_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2.5%;
    max-width: 700px;
    margin: 0 auto;
}
#plan .sec_tab .tab_item {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35em 1em 0.4em;
    position: relative;
    width: 48.75%;
    cursor: pointer;
    transition: 0.5s scale, 0.5s box-shadow, 0.5s background-color;
    border: 1px solid #999;
}
#plan .sec_tab .tab_item::after {
    content: "▶";
    position: relative;
    margin-left: 0.5em;
    margin-top: 0.1em;
    transition: 0.5s color;
    color: #999;
}
#plan .sec_tab .tab_item span {
    line-height: 1.2;
    transition: 0.5s color;
}
#plan .sec_tab .tab_item.-active {
    background-color: #faa9e0;
    scale: 1.025;
}
#plan .sec_tab .tab_item.-active::after {
    rotate: 90deg;
    color: #fff;
}
#plan .sec_tab .tab_item.-active span {
    color: #fff;
}
#plan .sec_tab .tab_item.-active:hover {
    background-color: #faa9e0;
}
#plan .sec_tab .tab_item.-active:hover::after {
    color: #fff;
}
#plan .sec_tab .tab_item.-active:hover span {
    color: #fff;
}
#plan .sec_tab .tab_item:hover {
    scale: 1.025;
    background-color: rgba(250, 169, 224, 0.1);
}
#plan .sec_tab .tab_item:hover::after {
    color: #faa9e0;
}
#plan .sec_tab .tab_item:hover span {
    color: #faa9e0;
}
#plan .sec_tab .tab_item#plan_01, #plan .sec_tab .tab_item#plan_02, #plan .sec_tab .tab_item#plan_03, #plan .sec_tab .tab_item#plan_04 {
    scroll-margin-top: 120px;
}
#plan .sec_content {
    margin-top: 30px;
}
#plan .sec_content .content_inner {
    display: none;
    position: relative;
    background-color: #fff;
    border-radius: min(20px, 1.5vw);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: calc(clamp(30px, 5vw, 50px) * 0.8) min(50px, 5%) clamp(30px, 5vw, 50px);
    margin: 0 auto;
}
#plan .sec_content .content_inner.-active {
    display: block;
}
#plan .sec_content .content_inner.-xxl {
    max-width: 1600px;
}
#plan .sec_content .content_inner.-lg {
    max-width: 1024px;
}
#plan .sec_content .content_secttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    margin-bottom: 1.35em;
}
@media (max-width: 840px) {
    #plan .sec_content .content_secttl {
        flex-direction: column;
    }
}
#plan .sec_content .content_secttl .ja {
    line-height: 1.2;
}
#plan .sec_content .content_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 0.15em;
    margin-left: 1.5em;
    line-height: 1.2;
}
@media (max-width: 840px) {
    #plan .sec_content .content_secttl .en {
        margin-left: 0;
        margin-top: 0.75em;
    }
}
#plan .sec_content .content_secttl .en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    translate: 0 -50%;
    width: 1px;
    height: 80%;
    background-color: #999;
}
@media (max-width: 840px) {
    #plan .sec_content .content_secttl .en::before {
        width: 1.5em;
        top: 42.5%;
        height: 1px;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#plan .sec_content .content_txt {
    text-align: center;
}
#plan .sec_content .content_flow {
    display: flex;
    margin: clamp(30px, 5vw, 50px) auto;
    max-width: 700px;
    width: 90%;
}
@media (max-width: 840px) {
    #plan .sec_content .content_flow {
        flex-direction: column;
    }
}
#plan .sec_content .content_flow .flow_ttl {
    display: flex;
    flex-direction: column;
    padding-right: 3.5em;
    padding-top: 2em;
    font-size: 2rem;
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: relative;
}
@media (max-width: 840px) {
    #plan .sec_content .content_flow .flow_ttl {
        padding-top: 0;
        padding-right: 0;
        padding-left: 2em;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-bottom: 1.35em;
    }
}
#plan .sec_content .content_flow .flow_ttl::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    translate: 0 -50%;
    width: 1.25em;
    height: 1.25em;
    background-color: #beaac5;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
@media (max-width: 840px) {
    #plan .sec_content .content_flow .flow_ttl::before {
        top: 52.5%;
    }
}
#plan .sec_content .content_flow .flow_img {
    flex-grow: 1;
}
#plan .sec_content .content_plan {
    margin-top: clamp(50px, 8vw, 80px);
}
#plan .sec_content .content_plan .plan_list {
    margin-top: clamp(30px, 5vw, 50px);
    display: flex;
    flex-wrap: wrap;
    gap: 50px 3.5%;
}
#plan .sec_content .content_plan .plan_item {
    width: 31%;
}
@media (max-width: 1280px) {
    #plan .sec_content .content_plan .plan_item {
        width: 48.25%;
    }
}
@media (max-width: 840px) {
    #plan .sec_content .content_plan .plan_item {
        width: 100%;
    }
}
#plan .sec_content .content_plan .plan_img {
    position: relative;
}
#plan .sec_content .content_plan .plan_img::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -24px;
    width: 100px;
    height: 2px;
    background-color: #faa9e0;
    rotate: -45deg;
    z-index: 5;
}
@media (max-width: 540px) {
    #plan .sec_content .content_plan .plan_img::before {
        top: 15px;
        left: -21px;
        width: 70px;
    }
}
#plan .sec_content .content_plan .plan_img img {
    -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
@media (max-width: 540px) {
    #plan .sec_content .content_plan .plan_img img {
        -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
        clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
    }
}
#plan .sec_content .content_plan .plan_ttl {
    font-size: 2rem;
    text-align: center;
    padding: 1.5em min(15px, 5%) 1em;
    position: relative;
}
@media (max-width: 840px) {
    #plan .sec_content .content_plan .plan_ttl {
        font-size: 1.8rem;
    }
}
#plan .sec_content .content_plan .plan_ttl::after {
    content: "";
    width: 90%;
    height: 2.5em;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    position: absolute;
    background-image: url(../img/cmn/ttl_line.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#plan .sec_content .content_plan .plan_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 min(15px, 5%) 1.75em;
}
#plan .sec_content .content_plan .plan_price .main {
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    position: relative;
    display: block;
    margin-bottom: 0.15em;
}
#plan .sec_content .content_plan .plan_price .main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 80%;
    height: 0.1em;
    background-color: #faa9e0;
}
#plan .sec_content .content_plan .plan_price .main .mintxt {
    font-size: 1.6rem;
}
#plan .sec_content .content_plan .plan_check .check_ttl {
    position: relative;
    padding-left: 2em;
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5em;
}
@media (max-width: 840px) {
    #plan .sec_content .content_plan .plan_check .check_ttl {
        padding-left: 2em;
    }
}
#plan .sec_content .content_plan .plan_check .check_ttl::before {
    content: "";
    position: absolute;
    top: 0.95em;
    left: 0;
    translate: 0 -50%;
    width: 1.25em;
    height: 1.25em;
    background-color: #faa9e0;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#plan .sec_content .content_plan .plan_check .check_list {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.25em;
}
#plan .sec_content .content_plan .plan_check .check_item {
    position: relative;
    padding-left: 1.75em;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}
#plan .sec_content .content_plan .plan_check .check_item.-none {
    color: #aaa;
}
#plan .sec_content .content_plan .plan_check .check_item.-none::before {
    border: 1px solid #aaa;
}
#plan .sec_content .content_plan .plan_check .check_item.-none::after {
    display: none;
}
#plan .sec_content .content_plan .plan_check .check_item::before {
    background: #fff;
    border: 1px solid #333;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    left: 0;
    position: absolute;
    top: 50%;
    translate: 0 -45%;
}
#plan .sec_content .content_plan .plan_check .check_item::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%;
    rotate: 45deg;
}
#plan .sec_content .content_plan.-row .plan_item {
    width: 100%;
}
#plan .sec_content .content_plan.-row .plan_unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(30px, 5vw, 50px);
}
@media (max-width: 840px) {
    #plan .sec_content .content_plan.-row .plan_unit {
        margin-bottom: 0;
    }
}
#plan .sec_content .content_plan.-row .plan_unit.-center {
    justify-content: center;
}
#plan .sec_content .content_plan.-row .plan_img {
    width: 47.5%;
}
@media (max-width: 840px) {
    #plan .sec_content .content_plan.-row .plan_img {
        width: 100%;
    }
}
#plan .sec_content .content_plan.-row .plan_info {
    width: 47.5%;
}
@media (max-width: 840px) {
    #plan .sec_content .content_plan.-row .plan_info {
        width: 100%;
    }
}
#plan .sec_content .content_plan.-row .plan_price {
    padding: 0 0;
}
@media (max-width: 840px) {
    #plan .sec_content .content_plan.-row .plan_price {
        padding: 0 min(15px, 5%) 1.75em;
    }
}
#plan .sec_content .content_other {
    background-color: #f5f5f5;
    border-radius: min(20px, 1.5vw);
    max-width: 840px;
    margin: clamp(30px, 5vw, 50px) auto;
    padding: 30px min(30px, 5%);
}
#plan .sec_content .content_other .other_ttl {
    font-size: 2rem;
    margin-bottom: 0.5em;
    display: block;
}
@media (max-width: 840px) {
    #plan .sec_content .content_other .other_ttl {
        font-size: 1.8rem;
    }
}
#plan .sec_content .content_other .other_ttl:nth-of-type(2) {
    margin-top: 1em;
}
#plan .sec_content .content_other .other_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em 0.5em;
}
#plan .sec_content .content_other .other_item {
    letter-spacing: 0.05em;
}
#plan .sec_content .content_other .other_item:not(:last-child)::after {
    content: " / ";
    margin-left: 0.5em;
}

/*==================================================================================================
	供花
==================================================================================================*/
#flower .type_list {
    margin-top: clamp(30px, 5vw, 50px);
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.5%;
}
#flower .type_item {
    width: 31.6666666667%;
}
@media (max-width: 840px) {
    #flower .type_item {
        width: 48.75%;
    }
}
#flower .type_content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: min(20px, 1.5vw);
    padding-bottom: 2.5em;
}
#flower .type_content .content_eyecatch img {
    border-radius: min(20px, 1.5vw) min(20px, 1.5vw) 0 0;
    aspect-ratio: 3/4;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#flower .type_content .content_ttl {
    font-size: 2rem;
    text-align: center;
    padding: 1.5em min(15px, 5%) 1em;
    position: relative;
}
@media (max-width: 840px) {
    #flower .type_content .content_ttl {
        font-size: 1.8rem;
    }
}
#flower .type_content .content_ttl::after {
    content: "";
    width: 90%;
    height: 2.5em;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    position: absolute;
    background-image: url(../img/cmn/ttl_line.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#flower .type_content .content_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 min(15px, 5%);
}
#flower .type_content .content_price .main {
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    position: relative;
    display: block;
    margin-bottom: 0.15em;
}
#flower .type_content .content_price .main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 80%;
    height: 0.1em;
    background-color: #faa9e0;
}
#flower .type_content .content_price .main .mintxt {
    font-size: 1.6rem;
}
#flower .type_content .content_btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2em auto 0;
    position: relative;
    border: 1px solid #333;
    padding: 0.75em 2em;
    display: none;
}
#flower .type_content .content_btn::before {
    content: "\f0224";
    font-family: "icomoon";
}
#flower .type_content .content_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1em;
    translate: 0 -50%;
    width: 2em;
    height: 1px;
    background-color: #333;
    transition: 0.5s right, 0.5s background-color;
}
#flower .type_content .content_btn:hover::after {
    right: -1.5em;
    background-color: #faa9e0;
}
#flower .type_btns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    justify-content: center;
    margin-top: 80px;
}
@media (max-width: 840px) {
    #flower .type_btns {
        margin-top: 50px;
    }
}
#flower .type_morebtn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
#flower .type_morebtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1em;
    translate: 0 -50%;
    width: 2em;
    height: 1px;
    background-color: #333;
    transition: 0.5s right, 0.5s background-color;
}
#flower .type_morebtn:hover::after {
    right: -1.5em;
    background-color: #faa9e0;
}
#flower .type_morebtn span {
    border: 1px solid #333;
    padding: 0.75em 2em;
    display: block;
}

/*==================================================================================================
	ラストメイク
==================================================================================================*/
#lastmake .about_inner {
    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;
    display: flex;
    justify-content: space-between;
}
#lastmake .about_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
@media (max-width: 840px) {
    #lastmake .about_inner {
        flex-direction: column;
    }
}
#lastmake .about_content {
    width: 50%;
    max-width: 700px;
    margin: auto;
    position: relative;
}
@media (max-width: 840px) {
    #lastmake .about_content {
        width: 85%;
        padding-right: 10%;
        margin-left: auto;
    }
}
@media (max-width: 540px) {
    #lastmake .about_content {
        width: 100%;
        padding-right: 0;
    }
}
#lastmake .about_ttl {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    color: #faa9e0;
    position: absolute;
    top: 0;
    right: -4.5em;
}
@media (max-width: 840px) {
    #lastmake .about_ttl {
        right: -1.75em;
    }
}
@media (max-width: 540px) {
    #lastmake .about_ttl {
        position: relative;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        right: 0;
        margin-bottom: 1.25em;
    }
}
#lastmake .about_img img {
    border-radius: min(20px, 1.5vw);
}
#lastmake .about_txt {
    margin: 2em auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 5;
}
@media (max-width: 540px) {
    #lastmake .about_txt {
        margin-top: 1.5em;
    }
}
#lastmake .about_pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    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;
}
#lastmake .about_pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#lastmake .about_pattern.-pink {
    bottom: 15%;
    left: -32.5%;
    width: 30%;
}
@media (max-width: 840px) {
    #lastmake .about_pattern.-pink {
        bottom: 20vw;
        left: -15%;
        width: 20%;
    }
}
#lastmake .about_pattern.-purple {
    bottom: 5%;
    left: -15%;
    width: 20%;
}
@media (max-width: 840px) {
    #lastmake .about_pattern.-purple {
        bottom: -5vw;
        left: -17.5%;
        width: 35%;
    }
}
#lastmake .proposal {
    margin: 0 auto;
    padding: 0 5%;
}
#lastmake .proposal_inner {
    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;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#lastmake .proposal_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
@media (max-width: 1024px) {
    #lastmake .proposal_inner {
        flex-direction: column;
    }
}
#lastmake .proposal_content {
    display: flex;
    width: 60%;
}
@media (max-width: 1024px) {
    #lastmake .proposal_content {
        width: 100%;
    }
}
@media (max-width: 840px) {
    #lastmake .proposal_content {
        flex-direction: column;
    }
}
#lastmake .proposal_secttl {
    display: flex;
    flex-direction: column;
    padding-right: 2em;
    align-items: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
}
@media (max-width: 840px) {
    #lastmake .proposal_secttl {
        align-items: center;
        padding-right: 0;
        margin-bottom: 1.35em;
    }
}
#lastmake .proposal_secttl .ja {
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #lastmake .proposal_secttl .ja {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#lastmake .proposal_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 1.5em;
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #lastmake .proposal_secttl .en {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-top: 0.75em;
    }
}
#lastmake .proposal_secttl .en::before {
    content: "";
    position: absolute;
    top: -0.8em;
    left: 50%;
    translate: -50% -50%;
    width: 80%;
    height: 1px;
    background-color: #999;
}
@media (max-width: 840px) {
    #lastmake .proposal_secttl .en::before {
        width: 1.5em;
        height: 1px;
        top: 42.5%;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#lastmake .proposal_txt {
    flex-grow: 1;
    position: relative;
    z-index: 5;
    font-size: 2rem;
    line-height: 2.5;
    word-break: auto-phrase;
}
@media (max-width: 840px) {
    #lastmake .proposal_txt {
        font-size: 1.8rem;
        width: 90%;
        margin-top: 0;
    }
}
#lastmake .proposal_img {
    width: 40%;
    padding-left: 10%;
    position: relative;
}
@media (max-width: 1024px) {
    #lastmake .proposal_img {
        margin-top: 30px;
        margin-left: auto;
        width: 80%;
        padding-left: 0;
    }
}
#lastmake .proposal_img .img {
    aspect-ratio: 3.5/4;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 40% 50%;
    object-position: 40% 50%;
    border-radius: min(20px, 1.5vw);
}
@media (max-width: 1024px) {
    #lastmake .proposal_img .img {
        aspect-ratio: 4/3;
        -o-object-position: center;
        object-position: center;
    }
}
#lastmake .proposal_img .pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    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;
}
#lastmake .proposal_img .pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#lastmake .proposal_img .pattern.-purple {
    bottom: 15%;
    left: -5%;
    width: 25%;
}
@media (max-width: 840px) {
    #lastmake .proposal_img .pattern.-purple {
        left: -40%;
        width: 35%;
    }
}
#lastmake .proposal_img .pattern.-yellow {
    bottom: -5%;
    left: 10%;
    width: 35%;
}
@media (max-width: 840px) {
    #lastmake .proposal_img .pattern.-yellow {
        bottom: -15%;
        left: -20%;
        width: 45%;
    }
}
#lastmake .detail_inner {
    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;
}
#lastmake .detail_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#lastmake .detail_secttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    margin-bottom: 1.35em;
}
@media (max-width: 840px) {
    #lastmake .detail_secttl {
        flex-direction: column;
    }
}
#lastmake .detail_secttl .ja {
    line-height: 1.2;
}
#lastmake .detail_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 0.15em;
    margin-left: 1.5em;
    line-height: 1.2;
}
@media (max-width: 840px) {
    #lastmake .detail_secttl .en {
        margin-left: 0;
        margin-top: 0.75em;
    }
}
#lastmake .detail_secttl .en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    translate: 0 -50%;
    width: 1px;
    height: 80%;
    background-color: #999;
}
@media (max-width: 840px) {
    #lastmake .detail_secttl .en::before {
        width: 1.5em;
        top: 42.5%;
        height: 1px;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#lastmake .detail_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 840px) {
    #lastmake .detail_content {
        flex-direction: column-reverse;
    }
}
#lastmake .detail_img {
    position: relative;
    width: 35%;
}
@media (max-width: 840px) {
    #lastmake .detail_img {
        width: 80%;
        margin-top: 30px;
    }
}
#lastmake .detail_img::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -24px;
    width: 100px;
    height: 2px;
    background-color: #faa9e0;
    rotate: -45deg;
    z-index: 5;
}
@media (max-width: 540px) {
    #lastmake .detail_img::before {
        top: 15px;
        left: -21px;
        width: 70px;
    }
}
#lastmake .detail_img img {
    -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
@media (max-width: 540px) {
    #lastmake .detail_img img {
        -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
        clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
    }
}
#lastmake .detail_list {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 1em 0;
}
@media (max-width: 840px) {
    #lastmake .detail_list {
        width: 80%;
        margin-left: auto;
    }
}
@media (max-width: 540px) {
    #lastmake .detail_list {
        width: 90%;
    }
}
#lastmake .detail_item {
    position: relative;
    padding-left: 1.75em;
}
#lastmake .detail_item::before {
    content: "";
    position: absolute;
    top: 0.95em;
    left: 0;
    translate: 0 -50%;
    width: 1.25em;
    height: 1.25em;
    background-color: #faa9e0;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#lastmake .request_inner {
    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;
}
#lastmake .request_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#lastmake .request_secttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
    margin-bottom: 1.35em;
}
@media (max-width: 840px) {
    #lastmake .request_secttl {
        flex-direction: column;
    }
}
#lastmake .request_secttl .ja {
    line-height: 1.2;
}
#lastmake .request_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 0.15em;
    margin-left: 1.5em;
    line-height: 1.2;
}
@media (max-width: 840px) {
    #lastmake .request_secttl .en {
        margin-left: 0;
        margin-top: 0.75em;
    }
}
#lastmake .request_secttl .en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    translate: 0 -50%;
    width: 1px;
    height: 80%;
    background-color: #999;
}
@media (max-width: 840px) {
    #lastmake .request_secttl .en::before {
        width: 1.5em;
        top: 42.5%;
        height: 1px;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#lastmake .request_point {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 2em 0;
    display: block;
}
#lastmake .request_point::after {
    content: "";
    width: 100%;
    height: 0.25em;
    position: absolute;
    left: 0;
    bottom: -0.5em;
    background-color: rgba(250, 169, 224, 0.5);
}

/*==================================================================================================
	生前整理・遺品整理
==================================================================================================*/
#estate .about_inner {
    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;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 840px) {
    #estate .about_inner {
        flex-direction: column;
    }
}
#estate .about_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#estate .about_content {
    width: 60%;
    padding-left: 12.5%;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #estate .about_content {
        width: 80%;
        padding-left: 0;
    }
}
#estate .about_content .content_item {
    position: relative;
    border-bottom: 1px solid #333;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 1.5em;
}
#estate .about_content .content_item .ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}
#estate .about_content .content_item .ttl::before {
    content: "";
    position: absolute;
    top: 52.5%;
    left: 0;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-color: #faa9e0;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#estate .about_img {
    width: 40%;
    padding-left: 5%;
    position: relative;
}
@media (max-width: 840px) {
    #estate .about_img {
        margin-top: clamp(30px, 5vw, 50px);
        margin-left: auto;
        width: 70%;
        padding-left: 0;
    }
}
@media (max-width: 540px) {
    #estate .about_img {
        width: 90%;
    }
}
#estate .about_img .img_list {
    display: flex;
}
#estate .about_img .img_item:nth-child(1) {
    margin-top: 50%;
    width: 50%;
    margin-right: -10%;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #estate .about_img .img_item:nth-child(1) {
        margin-top: 50%;
    }
}
#estate .about_img .img_item:nth-child(2) {
    width: 60%;
}
#estate .about_img .img_item img {
    border-radius: min(20px, 1.5vw);
}
#estate .about_img .pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    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;
}
#estate .about_img .pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#estate .about_img .pattern.-purple {
    bottom: 40%;
    left: 0%;
    width: 40%;
}
@media (max-width: 840px) {
    #estate .about_img .pattern.-purple {
        left: -40%;
    }
}
@media (max-width: 540px) {
    #estate .about_img .pattern.-purple {
        left: -20%;
    }
}
#estate .plan_inner {
    background-color: #fff;
    border-radius: min(20px, 1.5vw);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: clamp(30px, 5vw, 50px) min(50px, 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;
}
#estate .plan_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#estate .plan_secttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    margin-bottom: 1.35em;
}
@media (max-width: 840px) {
    #estate .plan_secttl {
        flex-direction: column;
    }
}
#estate .plan_secttl .ja {
    line-height: 1.2;
}
#estate .plan_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 0.15em;
    margin-left: 1.5em;
    line-height: 1.2;
}
@media (max-width: 840px) {
    #estate .plan_secttl .en {
        margin-left: 0;
        margin-top: 0.75em;
    }
}
#estate .plan_secttl .en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    translate: 0 -50%;
    width: 1px;
    height: 80%;
    background-color: #999;
}
@media (max-width: 840px) {
    #estate .plan_secttl .en::before {
        width: 1.5em;
        top: 42.5%;
        height: 1px;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#estate .plan_list {
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 5vw, 50px) 0;
}
#estate .plan_content .content_head {
    display: flex;
    align-items: center;
}
@media (max-width: 840px) {
    #estate .plan_content .content_head {
        flex-direction: column;
        align-items: flex-start;
    }
}
#estate .plan_content .content_ttl {
    font-size: 2rem;
    text-align: center;
    width: 400px;
    padding: 0 3em;
    margin-left: -2em;
    position: relative;
}
@media (max-width: 840px) {
    #estate .plan_content .content_ttl {
        font-size: 1.8rem;
        padding: 0 0;
        width: 100%;
        margin-left: 0;
    }
}
#estate .plan_content .content_ttl .mintxt {
    font-size: 1.6rem;
}
#estate .plan_content .content_ttl::after {
    content: "";
    width: 90%;
    height: 2.5em;
    bottom: -50%;
    left: 50%;
    translate: -50% 0;
    position: absolute;
    background-image: url(../img/cmn/ttl_line.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#estate .plan_content .content_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.35em;
    margin-left: 2.5%;
}
@media (max-width: 840px) {
    #estate .plan_content .content_price {
        margin: 1.5em auto 0;
    }
}
#estate .plan_content .content_price .main {
    font-size: calc(clamp(2rem, 2.4vw, 2.4rem) * 1.25);
    position: relative;
    display: block;
    margin-bottom: 0.15em;
}
#estate .plan_content .content_price .main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 100%;
    height: 0.1em;
    background-color: #faa9e0;
}
#estate .plan_content .content_price .main .mintxt {
    font-size: 1.6rem;
}
#estate .plan_content .content_point {
    font-size: 2rem;
    color: #faa9e0;
    margin: 1em 0;
    display: block;
}
@media (max-width: 840px) {
    #estate .plan_content .content_point {
        font-size: 1.8rem;
    }
}
#estate .plan_content .content_txt {
    margin: 1em 0;
}
#estate .plan_content .content_type {
    margin: 1em 0;
}
#estate .plan_content .content_type .type_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5em;
}
#estate .plan_point {
    margin-top: clamp(30px, 5vw, 40px);
    padding-top: clamp(30px, 5vw, 50px);
    border-top: 1px solid #333;
}
#estate .plan_point .point_list {
    display: flex;
    flex-direction: column;
    gap: 1.35em 0;
}
#estate .plan_point .point_item {
    position: relative;
}
#estate .plan_point .point_item .ttl {
    position: relative;
    padding-left: 2.5em;
    font-size: 2rem;
    display: block;
}
@media (max-width: 840px) {
    #estate .plan_point .point_item .ttl {
        font-size: 1.8rem;
        padding-left: 2em;
    }
}
#estate .plan_point .point_item .ttl .pink {
    color: #faa9e0;
}
#estate .plan_point .point_item .ttl::before {
    content: "";
    position: absolute;
    top: 0.95em;
    left: 0;
    translate: 0 -50%;
    width: 1.25em;
    height: 1.25em;
    background-color: #faa9e0;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#estate .plan_point .point_item .txt {
    margin-top: 1em;
}
#estate .plan_illust {
    position: absolute;
    right: min(30px, 5%);
    bottom: 20px;
    width: 15%;
}
@media (max-width: 540px) {
    #estate .plan_illust {
        width: 25%;
        opacity: 0.5;
    }
}
#estate .case_inner {
    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;
}
#estate .case_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#estate .case_layout {
    max-width: 1154px;
    display: flex;
}
@media (max-width: 840px) {
    #estate .case_layout {
        flex-direction: column;
    }
}
#estate .case_secttl {
    display: flex;
    flex-direction: column;
    padding-right: 2em;
    align-items: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
}
@media (max-width: 840px) {
    #estate .case_secttl {
        align-items: center;
        padding-right: 0;
        margin-bottom: 1.35em;
    }
}
#estate .case_secttl .ja {
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #estate .case_secttl .ja {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#estate .case_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 1.5em;
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #estate .case_secttl .en {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-top: 0.75em;
    }
}
#estate .case_secttl .en::before {
    content: "";
    position: absolute;
    top: -0.8em;
    left: 50%;
    translate: -50% -50%;
    width: 80%;
    height: 1px;
    background-color: #999;
}
@media (max-width: 840px) {
    #estate .case_secttl .en::before {
        width: 1.5em;
        height: 1px;
        top: 42.5%;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#estate .case_content {
    flex-grow: 1;
}
#estate .case_list {
    margin: clamp(30px, 5vw, 50px) 0;
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 5vw, 60px) 0;
}
#estate .case_item {
    display: flex;
    width: 90%;
}
#estate .case_item:nth-child(even) {
    margin-left: auto;
}
@media (max-width: 840px) {
    #estate .case_item {
        flex-direction: column;
    }
}
#estate .case_ttl {
    display: flex;
    flex-direction: column;
    padding-right: 2em;
    padding-top: 2em;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: relative;
}
@media (max-width: 840px) {
    #estate .case_ttl {
        padding-top: 0;
        padding-right: 0;
        padding-left: 2em;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-bottom: 1.35em;
    }
}
#estate .case_ttl::before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    translate: 0 -50%;
    width: 1.25em;
    height: 1.25em;
    background-color: #faa9e0;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
@media (max-width: 840px) {
    #estate .case_ttl::before {
        top: 52.5%;
    }
}
#estate .case_img {
    flex-grow: 1;
}
#estate .case_img .img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#estate .case_img .img_item {
    width: 47.5%;
}
#estate .case_img .img_item .img {
    position: relative;
}
#estate .case_img .img_item .img::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -24px;
    width: 100px;
    height: 2px;
    background-color: #faa9e0;
    rotate: -45deg;
    z-index: 5;
}
@media (max-width: 540px) {
    #estate .case_img .img_item .img::before {
        top: 15px;
        left: -21px;
        width: 70px;
    }
}
#estate .case_img .img_item .img img {
    -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 4/3;
}
@media (max-width: 540px) {
    #estate .case_img .img_item .img img {
        -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
        clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
    }
}
#estate .case_img .img_item .ttl {
    font-size: 2rem;
    color: #faa9e0;
    margin-top: 0.5em;
    display: block;
    text-align: center;
}
@media (max-width: 840px) {
    #estate .case_img .img_item .ttl {
        font-size: 1.8rem;
    }
}

/*==================================================================================================
	館内設備
==================================================================================================*/
#facility .about_inner {
    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;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#facility .about_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
@media (max-width: 840px) {
    #facility .about_inner {
        flex-direction: column;
    }
}
#facility .about_txt {
    width: 55%;
    font-size: 2rem;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #facility .about_txt {
        width: 100%;
        font-size: 1.8rem;
    }
}
#facility .about_img {
    width: 45%;
    padding-left: 5%;
    position: relative;
}
@media (max-width: 840px) {
    #facility .about_img {
        margin-top: clamp(30px, 5vw, 50px);
        margin-left: auto;
        width: 70%;
        padding-left: 0;
    }
}
@media (max-width: 540px) {
    #facility .about_img {
        width: 90%;
    }
}
#facility .about_img .img_list {
    display: flex;
}
#facility .about_img .img_item:nth-child(1) {
    margin-top: 30%;
    width: 50%;
    margin-right: -30%;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #facility .about_img .img_item:nth-child(1) {
        margin-top: 30%;
    }
}
#facility .about_img .img_item:nth-child(2) {
    width: 80%;
}
#facility .about_img .img_item img {
    border-radius: min(20px, 1.5vw);
}
#facility .about_img .pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    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;
}
#facility .about_img .pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#facility .about_img .pattern.-pink {
    bottom: 60%;
    left: -25%;
    width: 35%;
}
#facility .about_img .pattern.-purple {
    bottom: 40%;
    left: -5%;
    width: 25%;
}
#facility .place_inner {
    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;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#facility .place_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#facility .place_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 2.5%;
}
@media (max-width: 840px) {
    #facility .place_list {
        gap: 50px 3.5%;
        margin-bottom: 5%;
    }
}
#facility .place_item {
    width: 31.6666666667%;
}
#facility .place_item:nth-child(3n-1) {
    translate: 0 10%;
}
@media (max-width: 840px) {
    #facility .place_item:nth-child(3n-1) {
        translate: 0 0;
    }
}
@media (max-width: 840px) {
    #facility .place_item {
        width: 48.25%;
    }
    #facility .place_item:nth-child(even) {
        translate: 0 15%;
    }
}
#facility .place_img {
    position: relative;
}
#facility .place_img::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -24px;
    width: 100px;
    height: 2px;
    background-color: #faa9e0;
    rotate: -45deg;
    z-index: 5;
}
@media (max-width: 540px) {
    #facility .place_img::before {
        top: 15px;
        left: -21px;
        width: 70px;
    }
}
#facility .place_img img {
    -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 16/9;
}
@media (max-width: 540px) {
    #facility .place_img img {
        -webkit-clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
        clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
    }
}
#facility .place_content {
    background-color: #fff;
    padding: 15px min(30px, 5%) 20px;
}
#facility .place_content .ttl {
    display: block;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    text-align: center;
    margin-bottom: 0.25em;
}
#facility .place_content .txt {
    min-height: 4em;
}

/*==================================================================================================
	会社概要
==================================================================================================*/
#company .policy_inner {
    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;
    display: flex;
    justify-content: space-between;
}
#company .policy_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
@media (max-width: 840px) {
    #company .policy_inner {
        flex-direction: column;
    }
}
#company .policy_content {
    display: flex;
    width: 50%;
}
@media (max-width: 840px) {
    #company .policy_content {
        flex-direction: column;
        width: 100%;
    }
}
#company .policy_secttl {
    display: flex;
    flex-direction: column;
    padding-right: 2em;
    align-items: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
}
@media (max-width: 840px) {
    #company .policy_secttl {
        align-items: center;
        padding-right: 0;
        margin-bottom: 1.35em;
    }
}
#company .policy_secttl .ja {
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #company .policy_secttl .ja {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#company .policy_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 1.5em;
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #company .policy_secttl .en {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-top: 0.75em;
    }
}
#company .policy_secttl .en::before {
    content: "";
    position: absolute;
    top: -0.8em;
    left: 50%;
    translate: -50% -50%;
    width: 80%;
    height: 1px;
    background-color: #999;
}
@media (max-width: 840px) {
    #company .policy_secttl .en::before {
        width: 1.5em;
        height: 1px;
        top: 42.5%;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#company .policy_about {
    margin-top: 10%;
}
@media (max-width: 840px) {
    #company .policy_about {
        margin-top: 0;
        width: 90%;
    }
}
#company .policy_about .ttl {
    font-size: 2rem;
    color: #faa9e0;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #999;
}
#company .policy_about .txt {
    word-break: auto-phrase;
}
#company .policy_img {
    width: 50%;
    padding-left: 10%;
    position: relative;
}
@media (max-width: 840px) {
    #company .policy_img {
        margin-top: 30px;
        margin-left: auto;
        width: 70%;
        padding-left: 0;
    }
}
@media (max-width: 540px) {
    #company .policy_img {
        width: 90%;
    }
}
#company .policy_img .img_list {
    display: flex;
}
#company .policy_img .img_item:nth-child(1) {
    margin-top: 60%;
    width: 60%;
    margin-right: -10%;
    position: relative;
    z-index: 5;
}
@media (max-width: 840px) {
    #company .policy_img .img_item:nth-child(1) {
        margin-top: 30%;
    }
}
#company .policy_img .img_item:nth-child(2) {
    width: 50%;
}
#company .policy_img .img_item img {
    border-radius: min(20px, 1.5vw);
}
#company .policy_img .pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    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;
}
#company .policy_img .pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#company .policy_img .pattern.-yellow {
    bottom: 40%;
    left: 0%;
    width: 50%;
}
@media (max-width: 840px) {
    #company .policy_img .pattern.-yellow {
        left: -40%;
    }
}
@media (max-width: 540px) {
    #company .policy_img .pattern.-yellow {
        left: -20%;
    }
}
#company .info {
    background-color: #fff;
    padding: clamp(80px, 12vw, 150px) 5%;
}
#company .info_inner {
    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;
}
#company .info_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
#company .info_layout {
    max-width: 1154px;
    display: flex;
}
@media (max-width: 840px) {
    #company .info_layout {
        flex-direction: column;
    }
}
#company .info_secttl {
    display: flex;
    flex-direction: column;
    padding-right: 2em;
    align-items: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
}
@media (max-width: 840px) {
    #company .info_secttl {
        align-items: center;
        padding-right: 0;
        margin-bottom: 1.35em;
    }
}
#company .info_secttl .ja {
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #company .info_secttl .ja {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#company .info_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 1.5em;
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #company .info_secttl .en {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-top: 0.75em;
    }
}
#company .info_secttl .en::before {
    content: "";
    position: absolute;
    top: -0.8em;
    left: 50%;
    translate: -50% -50%;
    width: 80%;
    height: 1px;
    background-color: #999;
}
@media (max-width: 840px) {
    #company .info_secttl .en::before {
        width: 1.5em;
        height: 1px;
        top: 42.5%;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#company .info_profile {
    flex-grow: 1;
    margin-top: 10%;
}
@media (max-width: 840px) {
    #company .info_profile {
        margin-top: 0;
    }
}
#company .info_profile .profile_item {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
    border-bottom: 1px solid #999;
}
#company .info_profile .profile_item .ttl {
    width: 120px;
    color: #faa9e0;
}
@media (max-width: 840px) {
    #company .info_profile .profile_item .ttl {
        width: 100%;
    }
}
#company .info_profile .profile_item .txt {
    width: calc(100% - 120px);
    padding-left: 1em;
}
@media (max-width: 840px) {
    #company .info_profile .profile_item .txt {
        width: 100%;
        padding-left: 0;
    }
}
#company .info_profile .profile_map {
    margin-top: clamp(30px, 5vw, 50px);
}

/*==================================================================================================
	求人情報
==================================================================================================*/
#recruit .job_layout {
    max-width: 1154px;
    display: flex;
}
@media (max-width: 840px) {
    #recruit .job_layout {
        flex-direction: column;
    }
}
#recruit .job_secttl {
    display: flex;
    flex-direction: column;
    padding-right: 2em;
    align-items: center;
    font-size: clamp(2.8rem, 3.6vw, 3.6rem);
}
@media (max-width: 840px) {
    #recruit .job_secttl {
        align-items: center;
        padding-right: 0;
        margin-bottom: 1.35em;
    }
}
#recruit .job_secttl .ja {
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #recruit .job_secttl .ja {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
}
#recruit .job_secttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 1.5em;
    line-height: 1.2;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
@media (max-width: 840px) {
    #recruit .job_secttl .en {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin-top: 0.75em;
    }
}
#recruit .job_secttl .en::before {
    content: "";
    position: absolute;
    top: -0.8em;
    left: 50%;
    translate: -50% -50%;
    width: 80%;
    height: 1px;
    background-color: #999;
}
@media (max-width: 840px) {
    #recruit .job_secttl .en::before {
        width: 1.5em;
        height: 1px;
        top: 42.5%;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#recruit .job_content {
    flex-grow: 1;
}
#recruit .job_tab .tab_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2.5%;
    width: 97.5%;
    margin: 0 auto;
}
#recruit .job_tab .tab_item {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35em 1em 0.4em;
    position: relative;
    width: 32.5%;
    cursor: pointer;
    transition: 0.5s scale, 0.5s box-shadow, 0.5s background-color;
    border: 1px solid #999;
}
@media (max-width: 840px) {
    #recruit .job_tab .tab_item {
        width: 48.75%;
    }
}
#recruit .job_tab .tab_item::after {
    content: "▶";
    position: relative;
    margin-left: 0.5em;
    margin-top: 0.1em;
    transition: 0.5s color;
    color: #999;
}
#recruit .job_tab .tab_item span {
    line-height: 1.2;
    transition: 0.5s color;
}
#recruit .job_tab .tab_item.-active {
    background-color: #faa9e0;
    scale: 1.025;
}
#recruit .job_tab .tab_item.-active::after {
    rotate: 90deg;
    color: #fff;
}
#recruit .job_tab .tab_item.-active span {
    color: #fff;
}
#recruit .job_tab .tab_item.-active:hover {
    background-color: #faa9e0;
}
#recruit .job_tab .tab_item.-active:hover::after {
    color: #fff;
}
#recruit .job_tab .tab_item.-active:hover span {
    color: #fff;
}
#recruit .job_tab .tab_item:hover {
    scale: 1.025;
    background-color: rgba(250, 169, 224, 0.1);
}
#recruit .job_tab .tab_item:hover::after {
    color: #faa9e0;
}
#recruit .job_tab .tab_item:hover span {
    color: #faa9e0;
}
#recruit .job_desc {
    margin-top: 30px;
    background-color: #fff;
    border-radius: min(20px, 1.5vw);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: calc(clamp(30px, 5vw, 50px) * 0.8) min(50px, 5%) clamp(30px, 5vw, 50px);
}
#recruit .job_desc .desc_inner {
    display: none;
    position: relative;
}
#recruit .job_desc .desc_inner.-active {
    display: block;
}
#recruit .job_desc .desc_ttl {
    position: relative;
    padding-left: 2.5em;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    display: block;
    margin-bottom: 0.5em;
}
@media (max-width: 840px) {
    #recruit .job_desc .desc_ttl {
        font-size: 1.8rem;
        padding-left: 2em;
    }
}
#recruit .job_desc .desc_ttl::before {
    content: "";
    position: absolute;
    top: 0.95em;
    left: 0;
    translate: 0 -50%;
    width: 1.25em;
    height: 1.25em;
    background-color: #faa9e0;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#recruit .job_desc .desc_list {
    position: relative;
    z-index: 5;
}
#recruit .job_desc .desc_item {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
    border-bottom: 1px solid #999;
}
#recruit .job_desc .desc_item .ttl {
    width: 120px;
    color: #faa9e0;
}
@media (max-width: 840px) {
    #recruit .job_desc .desc_item .ttl {
        width: 100%;
    }
}
#recruit .job_desc .desc_item .txt {
    width: calc(100% - 120px);
    padding-left: 1em;
}
@media (max-width: 840px) {
    #recruit .job_desc .desc_item .txt {
        width: 100%;
        padding-left: 0;
    }
}
#recruit .job_desc .desc_illust {
    position: absolute;
    right: min(-50px, -5%);
    bottom: clamp(-80px, -8vw, -50px);
    width: 15%;
    opacity: 0.5;
}
@media (max-width: 540px) {
    #recruit .job_desc .desc_illust {
        width: 25%;
        opacity: 0.5;
    }
}
#recruit .job_nopost {
    display: block;
    width: 100%;
    text-align: center;
}

/*==================================================================================================
	暁会員
==================================================================================================*/
#member .about_inner {
    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;
    display: flex;
    justify-content: space-between;
}
#member .about_inner.-active {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
@media (max-width: 840px) {
    #member .about_inner {
        flex-direction: column;
    }
}
#member .about_content {
    width: 50%;
    max-width: 700px;
    margin: auto;
    position: relative;
}
@media (max-width: 840px) {
    #member .about_content {
        width: 85%;
        padding-right: 10%;
        margin-left: auto;
    }
}
@media (max-width: 540px) {
    #member .about_content {
        width: 100%;
        padding-right: 0;
    }
}
#member .about_ttl {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    color: #faa9e0;
    position: absolute;
    top: 0;
    right: -7.5em;
}
@media (max-width: 840px) {
    #member .about_ttl {
        right: -1.75em;
    }
}
@media (max-width: 540px) {
    #member .about_ttl {
        position: relative;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        right: 0;
        margin-bottom: 1.25em;
    }
}
#member .about_img img {
    border-radius: min(20px, 1.5vw);
}
#member .about_txt {
    margin: 2em auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 5;
}
@media (max-width: 540px) {
    #member .about_txt {
        margin-top: 1.5em;
    }
}
#member .about_pattern {
    position: absolute;
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    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;
}
#member .about_pattern.-active {
    opacity: 1;
    translate: 0 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
#member .about_pattern.-pink {
    bottom: 15%;
    left: -32.5%;
    width: 30%;
}
@media (max-width: 840px) {
    #member .about_pattern.-pink {
        bottom: 20vw;
        left: -15%;
        width: 20%;
    }
}
#member .about_pattern.-purple {
    bottom: 5%;
    left: -15%;
    width: 20%;
}
@media (max-width: 840px) {
    #member .about_pattern.-purple {
        bottom: -5vw;
        left: -17.5%;
        width: 35%;
    }
}
#member .plan_list {
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 5vw, 50px) 0;
}
#member .plan_item {
    background-color: #fff;
    border-radius: min(20px, 1.5vw);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: clamp(30px, 5vw, 50px) min(50px, 5%);
}
#member .plan_content {
    position: relative;
}
#member .plan_content .content_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    margin-bottom: 1.35em;
}
@media (max-width: 840px) {
    #member .plan_content .content_ttl {
        flex-direction: column;
    }
}
#member .plan_content .content_ttl .ja {
    line-height: 1.2;
}
#member .plan_content .content_ttl .en {
    font-family: "Cormorant Garamond", serif;
    color: #faa9e0;
    position: relative;
    margin-top: 0.15em;
    margin-left: 1.5em;
    line-height: 1.2;
}
@media (max-width: 840px) {
    #member .plan_content .content_ttl .en {
        margin-left: 0;
        margin-top: 0.75em;
    }
}
#member .plan_content .content_ttl .en::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.8em;
    translate: 0 -50%;
    width: 1px;
    height: 80%;
    background-color: #999;
}
@media (max-width: 840px) {
    #member .plan_content .content_ttl .en::before {
        width: 1.5em;
        top: 42.5%;
        height: 1px;
        left: 50%;
        translate: -50% calc(-50% - 0.8em);
    }
}
#member .plan_content .content_head {
    display: flex;
    align-items: center;
}
#member .plan_content .content_benefit {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1.25em;
}
#member .plan_content .content_benefit::after {
    content: "";
    width: 100%;
    height: 2.5em;
    bottom: -1em;
    left: 50%;
    translate: -50% 0;
    position: absolute;
    background-image: url(../img/cmn/ttl_line.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#member .plan_content .content_price {
    padding-left: 10%;
}
#member .plan_content .content_point {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 2em 0;
    display: block;
}
#member .plan_content .content_point::after {
    content: "";
    width: 100%;
    height: 0.25em;
    position: absolute;
    left: 0;
    bottom: -0.5em;
    background-color: rgba(250, 169, 224, 0.5);
}
#member .plan_content .content_txt {
    position: relative;
    z-index: 5;
}
#member .plan_content .content_illust {
    position: absolute;
    right: 0;
    bottom: clamp(-30px, -5vw, -50px);
    width: 15%;
}
@media (max-width: 540px) {
    #member .plan_content .content_illust {
        width: 25%;
    }
}
#member .plan_point {
    margin-top: clamp(30px, 5vw, 50px);
}
#member .plan_point .point_list {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
#member .plan_point .point_item {
    position: relative;
    padding-left: 1.5em;
}
#member .plan_point .point_item::before {
    content: "";
    position: absolute;
    top: 52.5%;
    left: 0;
    translate: 0 -50%;
    width: 1em;
    height: 1em;
    background-color: #faa9e0;
    -webkit-mask-image: url(../img/cmn/icon_flower.svg);
    mask-image: url(../img/cmn/icon_flower.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact .contact_inner {
    background-color: #fff;
    border-radius: min(20px, 1.5vw);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: clamp(30px, 5vw, 50px) min(50px, 5%);
}
/*==================================================================================================
	ご注文フォーム
==================================================================================================*/
#order .order_inner {
    background-color: #fff;
    border-radius: min(20px, 1.5vw);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: clamp(30px, 5vw, 50px) min(50px, 5%);
}
/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacypolicy .sec_list {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
#privacypolicy .sec_item .ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    margin-bottom: 0.35em;
    color: #faa9e0;
}
/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .sec,
#thanks .sec {
    margin: 0 auto clamp(80px, 12vw, 150px);
    padding: calc(clamp(100px, 16vw, 150px) * 1.25) 5% 0;
    position: relative;
}
@media (max-width: 540px) {
    #error .sec,
    #thanks .sec {
        padding: calc(clamp(100px, 16vw, 150px) * 1.25) 5% 0;
    }
}
#error .sec_ttl,
#thanks .sec_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    text-align: center;
    margin-bottom: 0.5em;
}
#error .sec_btn,
#thanks .sec_btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3em auto 0;
    position: relative;
}
#error .sec_btn::after,
#thanks .sec_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1em;
    translate: 0 -50%;
    width: 2em;
    height: 1px;
    background-color: #333;
    transition: 0.5s right, 0.5s background-color;
}
#error .sec_btn:hover::after,
#thanks .sec_btn:hover::after {
    right: -1.5em;
    background-color: #faa9e0;
}
#error .sec_btn span,
#thanks .sec_btn span {
    border: 1px solid #333;
    padding: 0.75em 2em;
}