@charset "utf-8";

/* sidebar */

.front-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-sizing: border-box !important;
}

@media (max-width : 1199px) {
    .front-sidebar {
        display: none;
    }
}

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

.buttons-wrap .form-button {
    padding: 16px 8px;
    text-align: center;
    width: calc((100% - 16px) / 2);
    max-width: 144px;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    display: inline-block;
    box-sizing: border-box !important;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.20);
}

.buttons-wrap .form-button.search {
    background-color: #A72812;
}

.buttons-wrap .form-button.estimate {
    background-color: #B8129F;
}

.select-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 8px;
    box-sizing: border-box !important;
}

.select-buttons .select-button {
    box-sizing: border-box !important;
    width: calc((100% - 8px) / 2);
    border-radius: 16px;
    padding: 20px 6px;
    border: 4px solid #A72812;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}
@media (max-width : 768px) {
.select-buttons .select-button {
    padding: 20px 6px;
}
}


.select-buttons .select-button:hover {
    opacity: 0.7;
}

.select-buttons .select-button img {
    width: 30px;
    height: 30px;
}

.select-buttons .select-button span {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #A72812;
}

.front-sidebar_wrap {
    border-radius: 20px;
    background-color: #A72812;
    padding: 24px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.front-sidebar_wrap .sidebar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.front-sidebar_wrap .sidebar-title img {
    width: 29px;
    height: 30px;
}

.front-sidebar_wrap .sidebar-lists {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.front-sidebar_wrap .sidebar-lists .sidebar-list {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 999px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

.front-sidebar_wrap .sidebar-lists .sidebar-list.small {
    font-size: 16px;
}

.front-sidebar_wrap .sidebar-lists .sidebar-list a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 19.5px;
    box-sizing: border-box;
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 999px;
    border: 4px solid #B8129F;
}

.front-sidebar_wrap .sidebar-lists .sidebar-list a:hover {
    opacity: 0.7;
}

.front-sidebar_wrap .sidebar-lists .sidebar-list a.narrow {
    padding: 8px;
}

.front-sidebar_wrap .sidebar-lists .sidebar-list a .color {
    font-size: 36px;
    color: #B8129F;
    font-weight: 700;
}

/* layout */
.fv-content {
    position: relative;
    width: 100%;
    padding-bottom: 553px;
    margin-top: 5.2vw;
}

@media (min-width : 1500px) {
    .fv-content {
        margin-top: 77px;
    }
}


@media (max-width : 1199px) {
    .fv-content {
        margin-top: 7.1vw;
    }
}

@media (max-width : 1024px) {
    .fv-content {
        padding-bottom: 553px;
        margin-top: 7.5vw;
    }
}

@media (max-width : 768px) {
    .fv-content {
        padding-bottom: 966px;
        margin-top: 14vw;
    }
}

.fv-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

@media (max-width : 768px) {
    .fv-wrap {
        height: 856px;
    }
}

.sv {
    padding: 24px 0;
    background-color: #FDF7F5;
}

@media (max-width : 768px) {
    .sv {
        padding: 8px 0;
    }
}

.main-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    background-color: #FDF7F5;
    padding-left: 64px;
    padding-right: 64px;
    border-radius: 12px 12px 0 0;
    font-family: "Noto Sans JP";
    box-sizing: border-box !important;
}

@media (max-width : 1024px) {
    .main-wrap {
        gap: 0;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

}

.main-wrap .front-main {
    width: 924px;
    background-color: #fff;
    box-sizing: border-box !important;
}

@media (max-width : 1024px) {
    .main-wrap .front-main {
        width: 100%;
    }
}

.main-wrap .front-sidebar {
    width: 362px;
    box-sizing: border-box !important;
}

.front-sec {
    width: 100%;
}

.front-sec.reason {
    background-color: #A72812;
}

@media (max-width : 768px) {
    .front-sec.faq {
        background-color: #fff9ed;
    }
}

.front-inner {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 46px;
}

@media (max-width: 1024px) {
    .front-inner {
        padding: 24px 14px;
        gap: 20px;
    }
}

.front-inner.narrow {
    gap: 8px;
}

/* title */
.fv-title {
    text-align: center;
    font-family: "Noto Sans JP";
    width: fit-content;
    margin: 12px auto 0;
}

@media (max-width: 768px) {
    .fv-title {
        margin-bottom: 0px;
    }
}

.fv-title .fv-title__text {
    position: relative;
}

.fv-title .fv-title__text::before {
    content: "";
    position: absolute;
    background-image: url(../img/top/fvTitle_left.png);
    height: 100px;
    aspect-ratio: 91/120;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    left: -77px;
    transform: translateY(-50%);
}

.fv-title .fv-title__text::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/fvTitle_right.png);
    height: 100px;
    aspect-ratio: 137/123;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    right: -89px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .fv-title .fv-title__text::before {
        width: 67.5px;
        height: 90px;
        left: -70px;
    }
    
    .fv-title .fv-title__text::after {
        height: 82px;
        right: -64px;
    }
}

.fv-title .fv-title__text .exp {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: #A72812;
    width: fit-content;
    margin: 0 auto;
}

.fv-title .fv-title__text .exp::before {
    content: "東京のケータリングならケータリングジャパン";
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    inset: 0;
    z-index: -1;
    -webkit-text-stroke-width: 7px;
    -webkit-text-stroke-color: #FFF;
}

@media (max-width: 768px) {
    .fv-title .fv-title__text .exp::before {
        content: "東京のケータリングなら";
        font-size: 24px;
    }
}

@media (max-width: 768px) {

    .fv-title .fv-title__text .exp .sp-shadow {
        position: relative;
    }
    .fv-title .fv-title__text .exp .sp-shadow::after {
        content: "ケータリングジャパン";
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        position: absolute;
        inset: 0;
        z-index: -1;
        -webkit-text-stroke-width: 7px;
        -webkit-text-stroke-color: #FFF;
    }
}

@media (max-width: 768px) {
    .fv-title .fv-title__text .exp {
        font-size: 24px;
    }
}

.fv-title .fv-title__text .sub-title {
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.fv-title .fv-title__text .sub-title::before {
    content: "おしゃれでおいしいデリバリーサービス";
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    inset: 0;
    z-index: -1;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #FFF;
}

@media (max-width: 768px) {
    .fv-title .fv-title__text .sub-title {
        font-size: 12px;
    }
    
    .fv-title .fv-title__text .sub-title::before {
        font-size: 12px;
        -webkit-text-stroke-width: 4px;
        -webkit-text-stroke-color: #FFF;
    }
}
.front-sec__title {
    text-align: center;
    position: relative;
    width: 562px;
    margin: 0 auto;
}

@media (max-width : 768px) {
    .front-sec__title {
        width: 100%;
    }
}

.front-sec__title.ranking {
    padding-top: 42px;
}

.front-sec__title.flow::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/flow-women.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 141px;
    aspect-ratio: 141/253;
    bottom: -46px;
    right: 55px;
}

@media (max-width : 1024px) {
    .front-sec__title.flow::after {
        bottom: -20px;
        right: 35px;
    }
}

@media (max-width : 768px) {
    .front-sec__title.flow::after {
        width: 94px;
        bottom: -20px;
        right: 0px;
    }
}

.front-sec__title.performance::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/performance-women.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 120px;
    aspect-ratio: 120/248;
    bottom: -46px;
    left: -10px;
}

@media (max-width : 1024px) {
    .front-sec__title.performance::after {
        width: 100px;
        bottom: -20px;
        left: -10px;
        z-index: 3;
    }
}

@media (max-width : 768px) {
    .front-sec__title.performance::after {
        width: 73px;
        aspect-ratio: 73/147;
        bottom: -20px;
        left: -37px;
        z-index: 3;
    }
}

.front-sec__title.ranking::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/ranking-women.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 229px;
    aspect-ratio: 229/220;
    bottom: -46px;
    right: -55px;
}

@media (max-width : 1024px) {
    .front-sec__title.ranking::after {
        bottom: -20px;
    }
}

@media (max-width : 768px) {
    .front-sec__title.ranking::after {
        width: 143px;
        aspect-ratio: 143/137;
        bottom: -20px;
        right: -48px;
    }
}

.front-sec__title.ranking::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/ranking-icon.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 62px;
    aspect-ratio: 62/36;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.front-sec__title.option::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/option-women.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 162px;
    aspect-ratio: 162/225;
    bottom: -99px;
    right: -40px;
}

@media (max-width : 1024px) {
    .front-sec__title.option::after {
        bottom: -73px;
    }
}

@media (max-width : 768px) {
    .front-sec__title.option::after {
        width: 70px;
        aspect-ratio: 70/98;
        bottom: -73px;
        right: -14px;
    }
}

.front-sec__title.voice::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/voice-people.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 294px;
    aspect-ratio: 294/302;
    bottom: -116px;
    right: -181px;
}

@media (max-width : 1024px) {
    .front-sec__title.voice::after {
        bottom: -90px;
        right: -181px;
    }
}

@media (max-width : 768px) {
    .front-sec__title.voice::after {
        width: 108px;
        bottom: -42px;
        right: -14px;
    }
}

.front-sec__title .exp {
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

@media (max-width: 1024px) {
    .front-sec__title .exp {
        font-size: 19px;
    }
}

@media (max-width: 768px) {
    .front-sec__title .exp {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.front-sec__title .main-title {
    color: #A72812;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    .front-sec__title .main-title {
        font-size: 30px;
        padding-bottom: 4px;
        margin-bottom: 4px;
    }
}

@media (max-width: 768px) {
    .front-sec__title .main-title {
        font-size: 26px;
    }
}

.front-sec__title .main-title::before {
    position: absolute;
    content: "";
    width: 144px;
    height: 1px;
    background-color: #A72812;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.front-sec__title .main-title.long::before {
    position: absolute;
    content: "";
    width: 241px;
    height: 1px;
    background-color: #A72812;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width : 1024px) {
    .front-sec__title .main-title.long::before {
        bottom: 4px;
    }
}

.front-sec__title .en {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .front-sec__title .en {
        font-size: 14px;
    }
}

.front-sec__title .en {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    display: inline-block;
}

@media (max-width: 768px) {
    .front-sec__title .en {
        font-size: 12px;
        margin-top: 8px;
    }
}

.front-sec__title .border {
    display: block;
    position: relative;
}

.front-sec__title .border::before {
    position: absolute;
    content: "";
    width: 241px;
    height: 1px;
    background-color: #A72812;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width : 1024px) {
    .front-sec__title .border::before {
        top: 4px;
    }
}

/* button */
.front-button__area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.front-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    min-width: 404px;
    background-color: #B8129F;
    border-radius: 28px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
    box-sizing: border-box !important;
}

@media (max-width : 768px) {
    .front-button {
        min-width: 240px;
        font-size: 16px;
    }
}

@media (max-width : 768px) {
    .front-button.faq {
        margin-top: 14px;
    }
}

.front-button:hover {
    opacity: 0.7;
    color: #fff;
}

.front-button img {
    width: 8px;
    height: 12px;
}

.front-button img.icon {
    width: 25px;
    height: 25px;
}

@media (max-width : 768px) {

    .front-button img.icon {
        width: 20px;
        height: 20px;
    }
}

.front-button_mini {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
    background-color: #A72812;
    border-radius: 32px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s;
    box-sizing: border-box !important;
}

@media (max-width : 1024px) {
    .front-button_mini {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width : 768px) {
    .front-button_mini {
        padding: 14px 72px;
        font-size: 16px;
        max-width: 240px;
        margin: 0 auto;
    }
}

.front-button_mini:hover {
    opacity: 0.7;
    color: #fff;
}

.front-button_mini img {
    width: 8px;
    height: 12px;
}

/* fv */
.fv {
    padding: 16px 30px 8px;
    position: relative;
}

@media (max-width : 768px) {
    .fv {
        padding: 12px 8px 8px;
    }
}

.fv::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/fv-background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.fv .inner-fv {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    gap: 8px;
    justify-content: center;
}

@media (max-width : 768px) {
    .fv .inner-fv {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}

.fv .inner-fv .search-block {
    border: 4px solid #A72812;
    width: 53%;
    max-width: 660px;
    box-sizing: border-box !important;
    padding: 21px 16px;
}

@media (max-width : 768px) {
    .fv .inner-fv .search-block {
        width: 100%;
        max-width: 660px;
        box-sizing: border-box !important;
        padding: 21px 16px;
    }
}

.fv .inner-fv .search-block .keyword-search {
    width: 100%;
}

.fv .inner-fv .search-block .keyword-search .search_input {
    width: calc(100% - 138px);
    max-width: 482px;
    height: 52px;
    padding: 16px 12px;
    box-sizing: border-box !important;
}

@media (max-width : 768px) {
    .fv .inner-fv .search-block .keyword-search .search_input {
        width: calc(100% - 88px);
        max-width: 482px;
        height: 39px;
        padding: 8px 12px;
        box-sizing: border-box !important;
    }
}

.fv .inner-fv .search-block .keyword-search .search_submit {
    padding: 12px 8px;
    font-size: 20px;
    width: 130px;
}

@media (max-width : 768px) {
    .fv .inner-fv .search-block .keyword-search .search_submit {
        padding: 8px;
        font-size: 16px;
        width: 88px;
    }
}

.fv .inner-fv .search-block .select_style {
    padding: 16px 12px;
    color: #7e7e7e;
    position: relative;
    font-size: 16px;
}

@media (max-width : 768px) {
    .fv .inner-fv .search-block .select_style {
        padding: 8px;
    }
}

.fv .inner-fv .buttons-wrap {
    justify-content: center;
    gap: 20px;
}

@media (max-width : 768px) {

    .fv .inner-fv .buttons-wrap {
        gap: 16px;
    }
}

.fv .inner-fv .buttons-wrap .form-button {
    width: calc((100% - 20px) / 2);
    max-width: 300px;
    font-family: "Noto Sans JP";
}

@media (max-width : 768px) {
    .fv .inner-fv .buttons-wrap .form-button {
        width: calc((100% - 16px) / 2);
        max-width: 300px;
        font-family: "Noto Sans JP";
    }
}

.fv .inner-fv .buttons-wrap .selection-block {
    width: 100%;
}

.fv .inner-fv .search-block .selection-block .form-title img {
    width: 30px;
    height: 30px;
}

@media (max-width : 768px) {
    .fv .inner-fv .search-block .selection-block .form-title img {
        width: 20px;
        height: 20px;
    }
}

.fv .inner-fv .search-block .selection-block .form-title {
    font-size: 24px;
}

@media (max-width : 768px) {
    .fv .inner-fv .search-block .selection-block .form-title {
        font-size: 20px;
    }
}

.fv .inner-fv .search-block .selection-block .form-title .small {
    font-size: 20px;
}

@media (max-width : 768px) {
    .fv .inner-fv .search-block .selection-block .form-title .small {
        font-size: 16px;
    }
}

.fv .inner-fv .select-buttons {
    gap: 8px 8px;
    align-items: stretch;
    width: 47%;
    max-width: 592px;
}

@media (max-width : 768px) {
    .fv .inner-fv .select-buttons {
        width: 100%;
    }
}

.fv .inner-fv .select-buttons .select-button {
    justify-content: center;
}

.fv .inner-fv .select-buttons .select-button img {
    width: 60px;
    height: 60px;
}

@media (max-width : 768px) {
    .fv .inner-fv .select-buttons .select-button img {
        width: 30px;
        height: 30px;
    }

}

.fv .inner-fv .select-buttons .select-button span {
    font-size: 24px;
}

@media (max-width : 1024px) {
    .fv .inner-fv .select-buttons .select-button span {
        font-size: 16px;
    }
}

/* scene */
.front-scene__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 12px;
}

@media (max-width : 768px) {
    .front-scene__wrap {
        gap: 12px 8px;
        justify-content: center;
    }
}

.front-scene__card {
    width: calc((100% - 24px) / 3);
    max-width: 278px;
    border: 4px solid #A72812;
    border-radius: 34px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width : 768px) {
    .front-scene__card {
        width: calc((100% - 8px) / 2);
    }
}

.front-scene__card a {
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width : 768px) {
    .front-scene__card a {
        height: 100%;
        height: 74px;
    }
}

.front-scene__card a .card-img {
    width: 50%;
    height: 100%;
}

@media (max-width : 768px) {
    .front-scene__card a .card-img {
        width: 31.25%;
        height: 100%;
    }
}

.front-scene__card a .card-img img {
    border-radius: 30px 0 0 30px;
    height: 100%;
}

@media (max-width : 768px) {
    .front-scene__card a .card-img img {
        height: 100%;
        object-fit: cover;
    }
}

.front-scene__card a .card-title {
    width: 50%;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width : 768px) {
    .front-scene__card a .card-title {
        width: 68.75%;
        font-size: 10px;
    }
}

/* plan/people */
.front-pp__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width : 1024px) {
    .front-pp__wrap {
        justify-content: center;
        gap: 8px;
    }
}

.front-pp__wrap .p-lists-wrap {
    width: 49%;
    max-width: 420px;
    border-radius: 30px;
    border: 4px solid #A72812;
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap {
        width: calc((100% - 8px) / 2);
    }
}

.front-pp__wrap .p-lists-wrap .list-title {
    background-color: #A72812;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 24px 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 25.5px 0;
}

@media (max-width : 1024px) {
    .front-pp__wrap .p-lists-wrap .list-title {
        font-size: 18px;
        padding: 20px 0;
    }
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .list-title {
        font-size: 18px;
        padding: 16px 0;
    }
}

.front-pp__wrap .p-lists-wrap .list-title img {
    width: 46px;
    height: 46px;
}

@media (max-width : 1024px) {
    .front-pp__wrap .p-lists-wrap .list-title img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .list-title img {
        width: 20px;
        height: 20px;
    }
}

.front-pp__wrap .p-lists-wrap .p-lists {
    padding: 8px 20px 16px;
    border-radius: 0 0 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width : 1024px) {
    .front-pp__wrap .p-lists-wrap .p-lists {
        padding-left: 12px;
        padding-right: 24px;
        padding-bottom: 20px;
        gap: 8px;
    }
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .p-lists {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 20px;
        gap: 8px;
    }
}

.front-pp__wrap .p-lists-wrap .p-lists.people {
    gap: 16px;
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .p-lists.people {
        gap: 12px;
    }
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list {
    border-bottom: 1px solid #fff9ed;
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .p-lists .p-list a {
        height: 45px;
    }
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a:hover {
    opacity: 0.7;
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a p {
    font-weight: 700;
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .p-lists .p-list a p {
        font-size: 10px;
    }
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a p .col {
    font-size: 28px;
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .p-lists .p-list a p .col {
        font-size: 20px;
    }
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list.plan a p .col {
    margin-left: 20px;
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .p-lists .p-list.plan a p .col {
        margin-left: 0;
    }
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a p .col01 {
    color: #ec7a03;
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a p .col02 {
    color: #FC7D45;
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a p .col03 {
    color: #FA677D;
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a p .col04 {
    color: #FF0900;
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a p .col05 {
    color: #A51F81;
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list a p .col06 {
    color: #A72812;
}

.front-pp__wrap .p-lists-wrap .p-lists .p-list img {
    width: 25px;
    height: 25px;
}

@media (max-width : 768px) {
    .front-pp__wrap .p-lists-wrap .p-lists .p-list img {
        width: 16px;
        height: 16px;
    }
}

/* performance */
.front-performance__wrap {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: stretch;
}

@media (max-width : 768px) {
    .front-performance__wrap {
        flex-direction: column;
        gap: 14px;
    }
}

.front-performance__wrap .banner01 {
    width: 50%;
}

@media (max-width : 768px) {
    .front-performance__wrap .banner01 {
        width: 100%;
        max-width: 100%;
    }
}

.front-performance__wrap .banner01 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.front-performance__wrap .banner01 a img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.front-performance__wrap .banner02 {
    width: 50%;
}

@media (max-width : 768px) {
    .front-performance__wrap .banner02 {
        width: 100%;
        max-width: 100%;
    }
}

.front-performance__youtube {
    margin-top: -20px;
}

@media (max-width : 1024px) {
    .front-performance__youtube {
        margin-top: 0;
    }
}

@media (max-width : 768px) {
    .front-performance__youtube {
        margin-top: -6px;
    }
}

/* ranking */
.front-rank_wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

@media (max-width : 768px) {
    .front-rank_wrap {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}

.front-rank_card {
    width: calc((100% - 20px) / 3);
    padding: 12px;
    position: relative;
    border-radius: 12px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

@media (max-width : 768px) {
    .front-rank_card {
        width: 100%;
        box-sizing: border-box;
        max-width: 400px;
    }
}

.front-rank_card .card-img {
    width: 100%;
    aspect-ratio: 256/158;
    margin-bottom: 16px;
}

@media (max-width : 768px) {
    .front-rank_card .card-img {
        aspect-ratio: 308/137;
        margin-bottom: 8px;
    }
}

.front-rank_card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.front-rank_card .card-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.front-rank_card .front__menu {
    text-align: center;
    font-size: 14px;
    color: #B8129F;
}

@media (max-width : 768px) {
    .front-rank_card .front__menu {
        font-size: 12px;
        margin-bottom: 6px;
        max-width: 240px;
        margin: 0 auto 6px;
    }
}

.front-rank_card .view-more-btn {
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 4px;
    display: block;
}

@media (max-width : 768px) {
    .front-rank_card .view-more-btn {
        font-size: 12px;
    }
}

.front-rank_card .card-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.front-rank_card .card-price .card-price__number {
    display: flex;
    padding: 4px 8px;
    background-color: #F9E8E8;
    color: #1F1F1F;
    border-radius: 999px;
    margin-right: 4px;
    font-weight: 700;
    font-size: 12px;
}

@media (max-width : 768px) {
    .front-rank_card .card-price .card-price__number {
        padding: 4px 24px;
    }
}

.front-rank_card .card-price .card-price__price {
    font-size: 36px;
    font-weight: 700;
    color: #A72812;
    margin-right: 9px;
}

@media (max-width : 1024px) {
    .front-rank_card .card-price .card-price__price {
        font-size: 20px;
        margin-right: 0;
    }
}

.front-rank_card .card-price .card-price_wrap {
    font-size: 12px;
    font-weight: 700;
}

@media (max-width : 768px) {
    .front-rank_card .card-price .card-price_wrap {
        display: flex;
    }
}

.front-rank_card .card-price .card-price_wrap .card-price__yen {
    margin-bottom: -4px;
}

@media (max-width : 768px) {
    .front-rank_card .card-price .card-price_wrap .card-price__yen {
        margin-bottom: 0;
    }
}

.front-rank_card .card-star {
    display: flex;
}

@media (max-width : 768px) {
    .front-rank_card .card-star {
        max-width: 240px;
        margin: 0 auto;
    }
}

.front-rank_card .card-star img {
    width: 30px;
    height: 29px;
}

@media (max-width : 768px) {
    .front-rank_card .card-star img {
        width: 20px;
        height: 20px;
    }
}

.front-rank_card .card-text {
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width : 768px) {
    .front-rank_card .card-text {
        max-width: 240px;
        margin: 0 auto 8px;
    }
}

/* option */
.front-option__wrap {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

@media (max-width : 768px) {
    .front-option__wrap {
        gap: 48px;
    }
}

.front-option__block .block-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff9ed;
    margin-bottom: 24px;
}

.front-option__block .block-title.title03 {
    position: relative;
}

.front-option__block .block-title.title03::after {
    position: absolute;
    content: "";
    background-image: url(../img/top/option-women02.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    width: 222px;
    aspect-ratio: 222/197;
}

@media (max-width : 768px) {
    .front-option__block .block-title.title03::after {
        width: 124px;
        aspect-ratio: 124/110;
        left: -40px;
    }
}

.front-option__block .block-title h3 {
    font-weight: 700;
}

@media (max-width : 768px) {
    .front-option__block .block-title {
        margin-bottom: 20px;
    }
}

.front-option__block .block-title img {
    width: 20px;
    height: 20px;
}

@media (max-width : 768px) {
    .front-option__block .block-title img {
        width: 25px;
        height: 24px;
    }
}

.front-option__block .block-lists {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: stretch;
    margin-bottom: 36px;
}

@media (max-width : 768px) {
    .front-option__block .block-lists {
        margin-bottom: 20px;
        gap: 4px 4px;
        flex-wrap: wrap;
    }
}

.front-option__block .block-lists .block-list {
    width: calc((100% - 24px) / 4);
    border-radius: 12px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 8px;
}

@media (max-width : 768px) {
    .front-option__block .block-lists .block-list {
        width: calc((100% - 4px) / 2);
        padding: 4px;
    }
}

.front-option__block .block-lists .list-img {
    border-radius: 12px;
    margin-bottom: 8px;
}

.front-option__block .block-lists .list-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width : 1024px) {
    .front-option__block .block-lists .list-title {
        font-size: 12px;
    }
}

@media (max-width : 768px) {
    .front-option__block .block-lists .list-title {
        font-size: 10px;
        margin-bottom: 4px;
    }
}

.front-option__block .block-lists .list-text {
    text-align: center;
}

@media (max-width : 1337px) {
    .front-option__block .block-lists .list-text {
        font-size: 12px;
    }
}

@media (max-width : 768px) {
    .front-option__block .block-lists .list-text {
        font-size: 8px;
    }
}

.front-option__block .drink-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 8px;
    margin-bottom: 36px;
}

@media (max-width : 768px) {
    .front-option__block .drink-wrap {
        gap: 4px 4px;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
}

.front-option__block .drink-wrap .drink-name {
    background-color: #A72812;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width : 768px) {
    .front-option__block .drink-wrap .drink-name {
        width: calc((100% - 4px) / 2);
    }
}

.front-option__block .drink-wrap .drink-name a {
    padding: 24px 12px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
    width: 240px;
    transition: all 0.3s;
}

@media (max-width : 768px) {
    .front-option__block .drink-wrap .drink-name a {
        padding: 12px 4px;
        width: 100%;
        height: 96px;
    }
}

.front-option__block .drink-wrap .drink-name a:hover {
    opacity: 0.7;
    color: #fff;
}

/* reason */

.front-reas__title {
    position: relative;
    text-align: center;
}

.front-reas__title::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/reason-people.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 706px;
    height: 336px;
    bottom: -96px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

@media (max-width : 768px) {
    .front-reas__title::before {
        background-image: url(../img/top/reason-people_sp.png);
        width: 310px;
        height: 144px;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.front-reas__title .title-img {
    width: 166.45px;
    height: 147px;
    display: inline-block;
}

@media (max-width : 768px) {
    .front-reas__title .title-img {
        width: 114.05px;
        height: 103px;
    }
}

.front-reas__title .title-img img {
    width: 100%;
    height: auto;
}

.front-reas__title .reason-title {
    font-size: 34px;
    font-weight: 900;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.90);
    letter-spacing: -0.02em;
    margin-top: -18px;
    display: inline-block;
    color: #ffffff;
    position: relative;
}

@media (max-width : 768px) {
    .front-reas__title .reason-title {
        margin-top: -24px;
        font-size: 26px;
    }
}

.front-reas__title .reason-title .small {
    font-size: 22px;
}

@media (max-width : 768px) {
    .front-reas__title .reason-title .small {
        font-size: 16px;
    }
}

/* voice */
.front-voice_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media (max-width : 768px) {
    .front-voice_wrap {
        flex-direction: column;
    }
}

.front-voice_card {
    background-color: #FDF7F5;
    border-radius: 12px;
    position: relative;
}

.front-voice_card a {
    transition: all 0.3s;
}

.front-voice_card a:hover {
    opacity: 0.7;
}

.front-voice_card .card-img img {
    width: 100%;
    aspect-ratio: 422/215;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    margin-bottom: 16px;
}

@media (max-width : 768px) {
    .front-voice_card .card-img img {
        aspect-ratio: 332/178;
        margin-bottom: 9px;
    }
}

.front-voice_card .card-title {
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 999px;
    right: 0;
    top: 40%;
    background-color: #fff;
    border: 1px solid #A72812;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width : 1024px) {
    .front-voice_card .card-title {
        width: 68px;
        height: 68px;
        top: 45%;
    }
}

.front-voice_card .card-title h3 {
    text-align: center;
    font-size: 16px;
    color: #A72812;
    padding: 4px;
    font-weight: 700;
}

@media (max-width : 768px) {
    .front-voice_card .card-title h3 {
        font-size: 12px;
    }
}

.front-voice_card .content-wrap {
    padding: 0 20px 20px 20px;
}

@media (max-width : 768px) {
    .front-voice_card .content-wrap {
        padding: 0 12px 12px;
    }
}

.front-voice_card .content-wrap .card-content {
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width : 768px) {
    .front-voice_card .content-wrap .card-content {
        margin-bottom: 8px;
    }
}

.front-voice_card .content-wrap .card-button {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.front-voice_card .content-wrap .card-button img {
    width: 9px;
    height: 18px;
    margin-left: 2px;
}

@media (max-width : 768px) {
    .front-voice_card .content-wrap .card-button img {
        width: 9px;
        height: 15px;
        margin-left: 2px;
    }
}

@media (max-width : 768px) {
    .front-voice_card .content-wrap .card-button {
        font-size: 10px;
    }
}

/* faq */
.front-faq_contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #FDF7F5;
    border-radius: 60px;
    padding: 80px 40px;
    width: 100%;
}

@media (max-width : 768px) {
    .front-faq_contents {
        gap: 14px;
        background-color: #fff;
        border-radius: 20px;
        padding: 40px 8px;
    }
}

.front-faq_contents .front-faq_wrap {
    display: flex;
    gap: 8px;
    width: 100%;
}

@media (max-width : 768px) {
    .front-faq_contents .front-faq_wrap {
        gap: 4px;
    }
}

.front-faq_contents .front-faq_wrap .mark-q {
    color: #fff;
    background-color: #A72812;
    border-radius: 999px;
    font-weight: 900;
    font-size: 28px;
    width: 48px;
    height: 48px;
    text-align: center;
    flex: 0 0 48px;
    box-sizing: border-box;
}

@media (max-width : 768px) {
    .front-faq_contents .front-faq_wrap .mark-q {
        font-size: 14px;
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        padding: 4px;
    }
}

.front-faq_contents .front-faq_wrap .faq-content {
    flex: 1;
}

.front-faq_contents .front-faq_wrap .question-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #A72812;
    width: 100%;
}

@media (max-width : 768px) {
    .front-faq_contents .front-faq_wrap .question-title {
        padding-bottom: 8px;
        gap: 8px;
        align-items: center;
    }
}

@media (max-width : 768px) {
    .front-faq_contents .front-faq_wrap .question-title .title {
        width: calc(100% - 24px);
    }
}

.front-faq_contents .front-faq_wrap .question-title .faq-open {
    position: relative;
    width: 24px;
    height: 24px;
}

@media (max-width : 768px) {
    .front-faq_contents .front-faq_wrap .question-title .faq-open {
        width: 16px;
        height: 16px;
    }
}

.front-faq_contents .front-faq_wrap .question-title .faq-open .open-bar {
    border-radius: 999px;
    background-color: #A72812;
    position: absolute;
    transition: all 0.3s ease 0s;
}

.front-faq_contents .front-faq_wrap .question-title .faq-open .open-bar.bar1 {
    width: 24px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width : 768px) {
    .front-faq_contents .front-faq_wrap .question-title .faq-open .open-bar.bar1 {
        width: 16px;
    }
}

.front-faq_contents .front-faq_wrap .question-title .faq-open .open-bar.bar2 {
    width: 2px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width : 768px) {
    .front-faq_contents .front-faq_wrap .question-title .faq-open .open-bar.bar2 {
        height: 16px;
    }
}

.front-faq_contents .front-faq_wrap .question-title .faq-open.is-open .open-bar.bar2 {
    transform: rotate(90deg);
}

.front-faq_contents .front-faq_wrap .answer-content {
    padding: 8px 80px 0 0;
    display: none;
}

@media (max-width : 768px) {
    .front-faq_contents .front-faq_wrap .answer-content {
        padding: 8px 8px 0 0;
    }
}

.front-faq_contents .front-faq_wrap .answer-content.is-open {
    display: block;
}

.faq-link {
    color: #A72812;
    text-decoration: underline;
}


/* area */
.front-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.front-area__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 6px;
}

@media (max-width : 768px) {
    .front-area__wrap {
        gap: 8px 8px;
    }
}

.area__title--big h3 {
    font-size: 22px;
    font-weight: 700;
    color: #A72812;
    padding-bottom: 10px;
    border-bottom: 1px solid #A72812;
    margin-bottom: 20px;
}

.area__wrap {
    width: fit-content;
}

.front-area__button {
    width: 114px;
    border: 2px solid #7e7e7e;
    text-align: center;
}

@media (max-width : 768px) {
    .front-area__button {
        width: 70px;
    }
}

.front-area__button a {
    display: inline-block;
    width: 100%;
    height: calc((100% - 16px));
    padding: 8px 0;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s;
}

@media (max-width : 768px) {
    .front-area__button a {
        height: calc((100% - 24px));
        padding: 12px 0;
        font-size: 12px;
    }
}

.front-area__button a:hover {
    opacity: 0.7;
}

.child-posts-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    width: 7.875rem;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fad7d0;
}

.front-area__button.has-children:after {
    position: absolute;
    content: "";
    right: .625rem;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #a72812;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

@media (max-width : 768px) {
    .front-area__button.has-children:after {
        right: 5px;
    }
}

/* about */
.front-about__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    transition: all 0.3s;
}

@media (max-width : 768px) {
    .front-about__wrap {
        flex-direction: column;
        gap: 12px;
    }
}

.front-about__wrap li:hover {
    opacity: 0.7;
}

/* news */
.front-news__cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

@media (max-width : 768px) {
    .front-news__cards {
        flex-direction: column;
    }
}

.front-news__cards .front-news__card {
    width: calc((100% - 40px) / 3);
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width : 768px) {
    .front-news__cards .front-news__card {
        width: 100%;
    }
}

.front-news__cards .front-news__card a {
    transition: all 0.3s;
}

.front-news__cards .front-news__card a:hover {
    opacity: 0.7;
}

.front-news__cards .front-news__card .card-img {
    width: 100%;
}

.front-news__cards .front-news__card .card-img img {
    width: 100%;
    aspect-ratio: 280/225;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    margin-bottom: 16px;
}

@media (max-width : 768px) {
    .front-news__cards .front-news__card .card-img img {
        aspect-ratio: 332/171;
        margin-bottom: 8px;
    }
}

.front-news__cards .front-news__card .card-contents {
    padding: 0 20px 20px;
}

@media (max-width : 768px) {
    .front-news__cards .front-news__card .card-contents {
        padding-bottom: 12px;
    }
}

.front-news__cards .front-news__card .card-contents .category-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

@media (max-width : 1024px) {
    .front-news__cards .front-news__card .card-contents .category-wrap {
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width : 768px) {
    .front-news__cards .front-news__card .card-contents .category-wrap {
        margin-bottom: 8px;
        flex-direction: row;
    }
}

.front-news__cards .front-news__card .card-contents .category-wrap .category {
    color: #A72812;
    font-weight: 700;
}

@media (max-width : 768px) {
    .front-news__cards .front-news__card .card-contents .category-wrap .category {
        font-size: 12px;
    }
}

.front-news__cards .front-news__card .card-contents .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.front-news__cards .front-news__card .card-contents .card-exp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width : 768px) {
    .front-news__cards .front-news__card .card-contents .card-exp {
        font-size: 12px;
    }
}

/* SGDs */
.front-sdgs__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width : 768px) {
    .front-sdgs__wrap {
        flex-direction: column;
        gap: 20px;
    }
}

.front-sdgs__wrap .sdgs-img {
    flex: 1;
}

.front-sdgs__wrap .sdgs-contents {
    width: 390px;
    flex: 0 0 390px;
}

@media (max-width : 768px) {
    .front-sdgs__wrap .sdgs-contents {
        flex: 1;
        width: 100%;
    }
}

.front-sdgs__wrap .sdgs-contents .sdgs-title {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #A72812;
}

@media (max-width : 768px) {
    .front-sdgs__wrap .sdgs-contents .sdgs-title {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 8px;
        text-align: center;
    }
}

.front-sdgs__more {
    display: flex;
    justify-content: flex-end;
}

.front-sdgs__more a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    transition: all 0.3s;
}

.front-sdgs__more a:hover {
    opacity: 0.7;
}

.front-sdgs__more img {
    width: 6px;
    height: 6px;
}

/* utility */

.border-box {
    box-sizing: border-box !important;
}

.sp-only {
    display: none;
}

@media (max-width: 768px) {
    .sp-only {
        display: block;
    }
}

@media (max-width: 768px) {
    .sp-none {
        display: none;
    }
}

.pc-none {
    display: none;
}

@media (max-width: 1024px) {
    .pc-none {
        display: block;
    }
}

.pc-reason {
    display: none;
}

@media (max-width: 1199px) {
    .pc-reason {
        display: block;
    }
}

.hidden {
    display: none;
}

/* 追加 */

.news_block {
    border: 1px solid #d6d6d6;
    padding: 16px 32px;
    max-width: 800px;
    margin: 0 auto;
}


/* お見積もりボタン */

.fix-estimate {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 200;
    opacity: 0;
    transition: all 0.3s;
	display: none;
}

.fix-estimate.active {
    opacity: 1;
    display: block;
}

.fix-estimate .estimate-button {
    background-color: #B8129F;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 0px;
    border-radius: 12px;
    width: 171px;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    position: relative;
    border: 2px solid #B8129F;
}

/* .fix-estimate .estimate-button::before {
    position: absolute;
    content: "";
    background-image: url(../img/top/estimate-people.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 198px;
    aspect-ratio: 1/1;
    top: -112px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -20;
} */

.fix-estimate .estimate-button img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
}

.fix-estimate .estimate-button img.hover {
    display: none;
}

.fix-estimate .estimate-button:hover {
    background-color: #fff;
    color: #B8129F;
}

.fix-estimate .estimate-button:hover img.default {
    display: none;
}

.fix-estimate .estimate-button:hover img.hover {
    display: block;
}

#main {
    position: relative;
}

@media (max-width : 768px) {

    .fix-estimate {
        right: 0;
        bottom: 0;
        left: 0;
    }

    .fix-estimate .estimate-button {
        padding: 18px 0px;
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        transition: all 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .fix-estimate .estimate-button::before {
        display: none;
    }

    .fix-estimate .estimate-button img {
        width: 20px;
        height: 20px;
        margin: 0;
    }
}

/* reason */

/* background:url("../img/sub/flow_bk.png") repeat-y center; */


/* セクション */
.reas-sec {
    width: 100%;
    background-image: url("../img/sub/reas_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    font-family: 'Noto Sans JP';
}

.reas-sec_inner {
    padding: 0 0 88px;
    width: 100%;
    max-width: 992px;
}

@media (max-width : 1199px) {
    .reas-sec_inner {
        padding: 0 64px 64px;
    }
}

@media (max-width : 768px) {
    .reas-sec_inner {
        padding: 0 14px 24px;
    }
}

/* タイトル部分 */
.reas-title {
    text-align: center;
    margin-bottom: 20px;
}

.reas-title .title-impact {
    width: 100%;
    position: relative;
}

.reas-title .title-impact::before {
    content: '';
    position: absolute;
    background-image: url(../img/sub/reas_23.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 706px;
    aspect-ratio: 706/336;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

@media (max-width : 768px) {
    .reas-title .title-impact::before {
        background-size: cover;
        width: 342px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }
}

.reas-title .title-impact img {
    width: 280px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media (max-width : 768px) {
    .reas-title .title-impact img {
        width: 140px;
    }
}

.reas-title .title-main {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-shadow: 4px 4px 20px rgba(255, 255, 255, 0.90);
    position: relative;
    z-index: 1;
    margin-top: -45px;
    margin-bottom: 12px;
}

@media (max-width : 768px) {
    .reas-title .title-main {
        font-size: 24px;
        margin-top: -26px;
        margin-bottom: 4px;
    }
}

.reas-title .title-sub {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

@media (max-width : 768px) {
    .reas-title .title-sub {
        font-size: 10px;
        position: relative;
        z-index: 1;
    }
}

/* メインコンテンツ */
.reas-cards {
    width: 100%;
}

.reas-cards.front {
    position: relative;
    z-index: 5;
}

.reas-cards_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 8px 8px;
}

@media (max-width : 768px) {
    .reas-cards_wrap {
        gap: 4px 4px;
    }
}

.reas-card {
    width: calc((100% - 152px) / 4);
    max-width: 243px;
    min-height: 284px;
    padding: 0 16px 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background-color: #fff;
    text-align: center;
    margin-top: 17px;
}

@media (max-width : 1382px) {
    .reas-card {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width : 1199px) {
    .reas-card {
        width: calc((100% - 112px) / 3);
    }
}

@media (max-width : 768px) {
    .reas-card {
        width: calc((100% - 64px) / 2);
        padding: 4px 4px;
        gap: 4px;
        min-height: 198px;
        margin-top: 4px;
    }
}

.reas-card .card-icon img {
    width: 178px;
    aspect-ratio: 178/129;
    margin-top: -17px;
}

@media (max-width : 768px) {
    .reas-card .card-icon img {
        width: 108px;
        margin-top: -13px;
    }
}

.reas-card .card-num {
    font-size: 10px;
    font-weight: 700;
    color: #A72812;
}

.reas-card .card-title {
    font-size: 18px;
    font-weight: 700;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width : 1350px) {
    .reas-card .card-title {
        font-size: 16px;
    }
}

@media (max-width : 1260px) {
    .reas-card .card-title {
        font-size: 14px;
    }
}

@media (max-width : 1199px) {
    .reas-card .card-title {
        font-size: 18px;
    }
}

@media (max-width : 768px) {
    .reas-card .card-title {
        font-size: 12px;
        height: 34px;
    }
}

.reas-card .card-title .small {
    font-size: 10px;
    line-height: 1.425;
}

@media (max-width : 768px) {
    .reas-card .card-title .small {
        font-size: 8px;
    }
}

.reas-card .card-title .large {
    font-size: 16px;
}

@media (max-width : 768px) {
    .reas-card .card-title .large {
        font-size: 16px;
    }
}

.reas-card .card-text {
    font-size: 12px;
    text-align: left;
}


@media (max-width : 768px) {
    .reas-card .card-text {
        font-size: 10px;
    }
}

/* flow */

.area_flow-wrap {
    width: 100%;
    max-width: 992px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.area_flow-wrap .flow-card {
    display: flex;
    align-items: stretch;
    position: relative;
}

@media (max-width: 768px) {
    .area_flow-wrap .flow-card {
        flex-direction: column;
        align-items: center;
    }
}

.area_flow-wrap .flow-card.arrow::after {
    position: absolute;
    content: "";
    background-image: url(../img/icon/icon_arrow_area-card.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 48px;
    height: 20px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

.area_flow-wrap .flow-card .card-img {
    flex: 0 0 311px;
}

@media (max-width: 768px) {
    .area_flow-wrap .flow-card .card-img {
        flex: 1;
    }
}

.area_flow-wrap .flow-card .card-img img {
    height: 100%;
    width: auto;
    border-radius: 12px 0 0 12px;
}

@media (max-width: 768px) {
    .area_flow-wrap .flow-card .card-img img {
        width: 100%;
        max-width: 332px;
        aspect-ratio: 332/180;
        object-fit: cover;
        border-radius: 12px 12px 0 0;
    }
}

.area_flow-wrap .flow-card .card-contents {
    flex: 1;
    width: calc(100% - 311px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px;
    border-top: 4px solid #A72812;
    border-right: 4px solid #A72812;
    border-bottom: 4px solid #A72812;
    border-radius: 0 12px 12px 0;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .area_flow-wrap .flow-card .card-contents {
        width: 100%;
        max-width: 332px;
        gap: 8px;
        padding: 12px 20px;
        border-top: none;
        border-right: 4px solid #A72812;
        border-bottom: 4px solid #A72812;
        border-left: 4px solid #A72812;
        border-radius: 0 0 12px 12px;
    }
}

.area_flow-wrap .flow-card .card-contents .card-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #A72812;
}

@media (max-width: 768px) {
    .area_flow-wrap .flow-card .card-contents .card-title {
        font-size: 16px;
        padding-bottom: 8px;
    }
}

.area_flow-wrap .flow-card .card-contents .card-text {
    display: flex;
}

@media (max-width: 768px) {
    .area_flow-wrap .flow-card .card-contents .card-text {
        font-size: 12px;
    }
}

/* instagram */

.insta__icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-inline: auto;
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .insta__icon {
        width: 35px;
        height: 35px;
    }
}

.insta__title {
    color: #1f1f1f;
    text-align: center;
    position: relative;
}

.insta__title .sub-title {
    font-size: 22px;
    position: relative;
    font-weight: 700;
    color: #000;
}

@media (max-width: 768px) {
    .insta__title .sub-title {
        font-size: 16px;
    }
}

.insta__title .sub-title .col-red {
    font-size: 34px;
    color: #a72812;
}

@media (max-width: 768px) {
    .insta__title .sub-title .col-red {
        font-size: 26px;
        color: #a72812;
    }
}

.insta__title p {
    font-size: 1rem;
    color: #a72812;
    margin-top: 1rem;
    font-weight: 700;
}

.insta__title .sub-title:after {
    position: absolute;
    width: 5.9375rem;
    height: 1px;
    border-bottom: 1px solid #a72812;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -.1875rem;
}

.insta__link-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box !important;
}

.insta__link {
    color: #a72812;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.insta__link img {
    width: 38px;
    height: 38px;
}

@media (max-width: 768px) {
    .insta__link img {
        width: 28px;
        height: 28px;
    }
}

.area__heading {
    display: grid;
    place-content: center;
    position: relative;
    background-color: #A72812;
    -webkit-clip-path: polygon(100% 1%, 98% 51%, 100% 99%, 0% 100%, 2% 50%, 0% 0%);
    clip-path: polygon(100% 1%, 98% 51%, 100% 99%, 0% 100%, 2% 50%, 0% 0%);
    border: 1px solid #A72812;
    z-index: 100;
    width: 30rem;
    height: 3.875rem;
    font-size: 1.25rem;
    margin-inline: auto;
    color: #a72812;
    font-weight: 700;
}

.area__heading h2 {
    font-weight: 700;
    z-index: 300;
    font-size: 20px;
}

@media (max-width: 768px) {
    .area__heading h2 {
        font-size: 16px;
    }
}

.area__heading:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    content: "";
    position: absolute;
    width: 29.375rem;
    height: 3.625rem;
    background-color: #fff;
    z-index: 200;
    -webkit-clip-path: polygon(100% 1%, 98% 51%, 100% 99%, 0% 100%, 2% 50%, 0% 0%);
    clip-path: polygon(100% 1%, 98% 51%, 100% 99%, 0% 100%, 2% 50%, 0% 0%);
}

.area {
    padding-top: 5rem;
}

@media screen and (max-width: 768px) {
    .area {
        padding-top: 3.125rem;
    }
}

.area__heading {
    display: grid;
    place-content: center;
    position: relative;
    background-color: #EDB4AA;
    -webkit-clip-path: polygon(100% 1%, 98% 51%, 100% 99%, 0% 100%, 2% 50%, 0% 0%);
    clip-path: polygon(100% 1%, 98% 51%, 100% 99%, 0% 100%, 2% 50%, 0% 0%);
    border: 1px solid #EDB4AA;
    z-index: 100;
    width: 30rem;
    height: 3.875rem;
    font-size: 1.25rem;
    margin-inline: auto;
    color: #A72812;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .area__heading {
        font-size: 1rem;
        width: 21.5625rem;
    }
}

.area__heading h2 {
    font-weight: bold;
    z-index: 300;
}

.area__heading::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    content: "";
    position: absolute;
    width: 29.375rem;
    height: 3.625rem;
    background-color: white;
    /* 赤色の背景 */
    z-index: 200;
    -webkit-clip-path: polygon(100% 1%, 98% 51%, 100% 99%, 0% 100%, 2% 50%, 0% 0%);
    clip-path: polygon(100% 1%, 98% 51%, 100% 99%, 0% 100%, 2% 50%, 0% 0%);
}

@media screen and (max-width: 768px) {
    .area__heading::before {
        width: 20.9375rem;
    }
}

.area__heading::after {
    right: -10px;
    -webkit-transform: skew(15deg);
    transform: skew(15deg);
}

.area__list--big {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    max-width: 62.625rem;
    margin-inline: auto;
}

@media screen and (max-width: 768px) {
    .area__list--big {
        margin-top: 1.25rem;
        margin-bottom: 0.625rem;
        width: 21.5625rem;
        margin-inline: auto;
    }
}

@media screen and (max-width: 768px) {
    #a-tokyo-other {
        margin-top: 3.4375rem;
    }
}

.area__list--small {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
    gap: 0.875rem 1.25rem;
    place-content: center;
}

@media screen and (max-width: 768px) {
    .area__list--small {
        grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
        gap: 0.625rem 1.5625rem;
        min-width: 21.5625rem;
    }
}

.area__list--small li {
    border: 1px solid #707070;
    display: grid;
    place-content: center;
    width: 7.875rem;
    height: 2.5rem;
}

@media screen and (max-width: 768px) {
    .area__list--small li {
        width: 10rem;
        height: 2.8125rem;
    }
}

/* 親投稿のリスト */
.front-area__button.has-children {
    position: relative;
}

@media screen and (min-width: 768px) {
    .front-area__button.has-children:hover::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
}

@media screen and (max-width: 767px) {
    .front-area__button.expanded::after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
}

/* 子投稿のプルダウンメニュー */
.child-posts-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    width: 7.875rem;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #FAD7D0;
}

@media screen and (max-width: 768px) {
    .child-posts-dropdown {
        width: 10rem;
    }
}

.child-posts-dropdown li {
    text-align: left;
    width: 6.875rem;
    height: 2rem;
    margin-inline: auto;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    display: block;
}

@media screen and (max-width: 768px) {
    .child-posts-dropdown li {
        width: 8.75rem;
    }
}

.child-posts-dropdown li a {
    display: block;
    width: 100%;
}

.child-posts-dropdown li:last-child {
    border-bottom: none;
}

/* 親投稿ホバー時にプルダウンメニューを表示 */
@media screen and (min-width: 768px) {
    .front-area__button.has-children:hover .child-posts-dropdown {
        display: block;
    }
}

/* プルダウンメニューリンク */
.child-posts-dropdown li a {
    text-decoration: none;
    color: #333;
    display: block;
    font-weight: 400;
}

@media (max-width: 767px) {
    .front-area__button .child-posts-dropdown {
        display: none;
    }

    .front-area__button.expanded .child-posts-dropdown {
        display: block;
    }
}

/* リンクホバー時 */
.child-posts-dropdown li a:hover {
    text-decoration: underline;
    background-color: #f0f0f0;
}

/* fv-form */

.fv-form {
    padding: 16px 52px;
    border-radius: 30px;
    box-sizing: border-box;
    border: 10px solid #FFFFFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .fv-form {
        padding: 16px 8px;
        border: 6px solid #FFFFFF;
    }
}

.fv-form::before {
    content: "";
    position: absolute;
    background-image: url(../img/top/form-bg.png?02);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 103%;
    height: 103%;
    border-radius: 20px;
    top: -8px;
    left: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .fv-form::before {
        border-radius: 24px;
        background-image: url(../img/top/form-bg_sp.png?02);
    }
}

.fv-form form {
    position: relative;
    z-index: 1;
}

.fv-form .form-title {
    width: 340px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .fv-form .form-title {
        width: 280px;
    }
}
.fv-form .form-list_out {
    display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.fv-form .form-list_out>li {
	width: 47%;
	margin: 0 1.5%;
  	padding-bottom: 0.8em;
}
@media (max-width: 767px) {
.fv-form .form-list_out>li {
	width: 97%;
	padding-bottom: 0.3em;
}
}

.fv-form .form-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
@media (max-width: 767px) {
.fv-form .form-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
}


.fv-form .form-list .form-list__item dl {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

.fv-form .form-list .form-list__item dt {
    background-color: #7A1200;
    padding: 8px 5px 8px 15px;
    border-radius: 50px 0 0 50px;
    flex: 0 0 150px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .fv-form .form-list .form-list__item dt {
        background-color: #7A1200;
        padding: 12px 3px 12px 16px;
        border-radius: 50px 0 0 50px;
        flex: 0 0 107px;
        box-sizing: border-box;
    }
}

.fv-form .form-list .form-list__item dt img {
	width: auto;
    max-width: 128px;
}

@media (max-width: 767px) {
    .fv-form .form-list .form-list__item dt img {
        max-width: 89px;
    }
}

.fv-form .form-list .form-list__item dd {
    flex: 1;
    box-sizing: border-box;
}

.fv-form .form-list .form-list__item dd input {
    width: 100%;
    padding: 4px 0;
    box-sizing: border-box;
    border: none;
    margin: 0;
}

.fv-form .form-list .form-list__item dd input:focus {
    outline: none;
}

.fv-form .form-list .form-list__item dd input::placeholder {
    font-size: 16px;
    color: #cccccc;
}

.fv-form .form-list .form-list__item dd {
    width: 100%;
    border: 4px solid #7A1200;
    background-color: #ffffff;
    border-radius: 0 50px 50px 0;
    padding: 15px 10px;
    height: 100%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .fv-form .form-list .form-list__item dd {
        padding: 10px 17px;
    }
}

.fv-form .form-list .form-list__item dd select {
    width: 100%;
    box-sizing: border-box;
    border: none;
}

.fv-form .form-list .form-list__item dd .select {
    position: relative;
}

.fv-form .form-list .form-list__item dd select:focus {
    outline: none;
}

.fv-form .form-list .form-list__item button {
    border: none;
    border-radius: 999px;
    background-color: #7A1200;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 54px;
    min-width: 274px;
    box-sizing: border-box;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
}

.fv-form .form-list .form-list__item button img {
    width: 22px;
    height: 22px;
}

.fv-form .form-list .form-list__item.text {
    position: relative;
}

.fv-form .form-list .form-list__item .form-push {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000;
    position: relative;
    font-family: "Noto Sans JP";
}

@media (max-width: 767px) {
    .fv-form .form-list .form-list__item .form-push {
        font-size: 14px;
    }
}

.fv-form .form-list .form-list__item .form-push::before {
    content: "概算で、すぐに見積をお伝え出来ます!";
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    inset: 0;
    z-index: -1;
    -webkit-text-stroke: 2px #FFFFFF;
}

@media (max-width: 767px) {
    .fv-form .form-list .form-list__item .form-push::before {
        font-size: 14px;
    }
}


/* ギャラリー追加20250914 */
.front-sec__title.gallery{
    max-width: 200px;
}
.front-gall_wrap{
    width: 100%;
    margin: 0 auto 2em;
    max-width: 810px;
}
.front-gall_wrap>ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
.front-gall_smn::after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../img/top/top_gall_zoom.svg") no-repeat center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.75));
}
.front-gall_item {
    width: calc( calc(100% - 2em) / 3 );
    max-width: 260px;
    position: relative;
}
.front-gall_item a{
    display: block;
    width: 100%;
    aspect-ratio: 26 / 23;
    background: #F7EAE5;
}
.front-gall_item-text{
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.8);
    color: #000;
    font-weight: bold;
    padding: 1em;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    pointer-events: none;/* クリックを下の要素に透過させる */
    z-index: 1;
}
.front-gall_item:hover .front-gall_item-text{
    opacity: 1;
}
.front-gall_item-text::after{
    content:"";
    display: block;
    width: 92px;
    height: 13px;
    background: url("../img/top/top_gall_arrow.svg") no-repeat center;
    position: absolute;
    right: 25px;
    bottom: 25px;
}

@media (max-width: 767px) {
    .front-gall_item {
        width: calc(50% - 0.5em);
    }
}