.pw_footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.pw_footer a,
.pw_footer p {
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    text-decoration: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pw_footer {
    background: linear-gradient(to bottom, transparent 6.8vw, #ea5206 6.8vw);
    padding: 0 7% 15%;
    margin-top: calc(-2% - 4.7vw);
}

.pw_footer img {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .pw_footer {
        background: linear-gradient(to bottom, transparent 40px, #ea5206 40px);
        padding: 0 0 80px;
        margin-top: calc(-28px - 12px);
    }
}
@media screen and (min-width: 1100px) {
    .pw_footer .footer_pcflex_container {
        display: flex;
        max-width: 1060px;
        margin: 0 auto;
        gap: 30px;
        align-items: flex-start;
    }
}
@media screen and (min-width: 1100px) {
    .pw_footer .footer_pcflex_container .footer_pcflex,
    .pw_footer .footer_pcflex_container .footer_bnr {
        width: 33.3333333333%;
    }
}
.pw_footer ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-bottom: 8%;
}
.pw_footer ul li {
    width: 50%;
    margin-top: 5%;
}
.pw_footer ul li a {
    display: flex;
    color: #fdfad9;
    align-items: flex-start;
    gap: 5px;
}
.pw_footer ul li a p {
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.6vw;
    line-height: 1;
}
@media screen and (min-width: 1100px) {
    .pw_footer ul li a p {
        font-size: 21px;
    }
}
.pw_footer ul li a p span {
    font-family: 'zen-kaku-gothic-new', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.6666666667vw;
    margin-top: 5%;
    display: block;
}
@media screen and (min-width: 1100px) {
    .pw_footer ul li a p span {
        font-size: 10px;
    }
}
.pw_footer ul li a img {
    width: 3.5vw;
    margin-top: 2%;
}
@media screen and (min-width: 1100px) {
    .pw_footer ul li a img {
        width: 13px;
        margin-top: 4px;
    }
}
.pw_footer ul li span {
    color: #fff;
}
.pw_footer .f_title {
    font-family: 'century-gothic', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.6vw;
    text-align: center;
    position: relative;
    z-index: 1;
    width: fit-content;
    margin: 0 auto 10%;
    padding: 4% 20%;
    color: #672d0c;
}
@media screen and (min-width: 1100px) {
    .pw_footer .f_title {
        font-size: 20px;
        padding: 28px 6%;
        margin: 0 auto 50px;
    }
}
.pw_footer .f_title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../images/cate_t_back1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}
.pw_footer .menu_cate_title {
    font-size: 10px;
    color: #ffaa7f;
    border-bottom: 1px solid #ffaa7f;
    padding-bottom: 1%;
    font-family: 'century-gothic', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.pw_footer .footer_bnr {
    display: flex;
    color: #fff;
    gap: 5%;
    margin: 5% auto;
    font-size: 11px;
}
.footer_bnr p {
    font-family: 'zen-kaku-gothic-new', sans-serif;
    font-weight: 500;
    font-style: normal;
}
@media screen and (min-width: 1100px) {
    .pw_footer .footer_bnr {
        margin: 0;
    }
}
.pw_footer .footer_bnr p {
    margin-top: 3%;
}

@media screen and (min-width: 1100px) {
    .pc_flex {
        display: flex;
        align-items: flex-start;
    }
    .pc_flex .fv,
    .pc_flex .index,
    .pc_flex .wrapper {
        width: 33.3333333333%;
    }
    .pc_flex .fv {
        order: 1;
    }
    .pc_flex .wrapper {
        order: 2;
        margin-top: 50px;
    }
    .pc_flex .index {
        order: 3;
    }
    .pc_flex .fv,
    .pc_flex .index {
        position: sticky;
        top: 50px;
        height: calc(100vh - 50px);
    }
}
