@charset "UTF-8";
/* =====================
  YAMABISHIYAについて
 ======================= */
.p-header__campaignbanner {
    display: none;
}

.p-intro .p-intro__mv {
    width: 100%;
}
.p-intro .p-intro__title {
    margin: 10px 0 0;
    letter-spacing: .3em;
}
.p-intro .p-intro__txt p {
    color: #000000;
}
.p-intro .p-intro__container {
    align-items: start;
}

.p-kodawari {
    width: 1080px;
    margin: 100px auto;
}
.p-kodawari .p-coupon__header {
    margin: 0 auto 60px;
}
.p-kodawari .p-coupon__header__txt {
    color: #263f7f;
}
.p-kodawari .p-coupon__header__wide {
    max-width: 550px;
}
.p-kodawari .p-kodawari__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1080px;
    margin-bottom: 40px;
}
.p-kodawari .p-kodawari__flex p {
    display: block;
    width: 39%;
    line-height: 2.4;
}
.p-kodawari .p-kodawari__flex img {
    display: block;
    width: 57%;
}
.p-kodawari .p-kodawari__flex:nth-child(odd) {
    flex-direction: row-reverse;
}
.p-kodawari .p-kodawari__flex:last-child {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: #000000 solid 1px;
}
.p-kodawari__vertical {
    width: 1080px;
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: #000000 solid 1px;
}
.p-kodawari__vertical p {
    margin-bottom: 40px;
    line-height: 2.4;
    text-align: center;
}
.p-kodawari__vertical__img {
    display: flex;
    justify-content: space-between;
}
.p-kodawari__vertical__img img {
    width: 535px;
}
.p-kodawari .p-kodawari__box:last-child .p-kodawari__vertical {
    border: none;
}

.p-vision {
    position: relative;
    top: 0;
    left: 0;
    padding: 100px 0 387px;
}
.p-vision::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(https://yamabishiya.itembox.design/item/images/about/vision_bg.jpg) no-repeat center/cover;
    content: "";
}
.p-vision__title {
    margin-bottom: 60px;
    color: #263f7f;
    font-size: 3rem;
    font-family: var(--font_min);
}
.p-vision p {
    font-weight: 600;
    line-height: 2.4;
    font-family: var(--font_min);
    text-align: center;
}
.p-vision .p-inner {
    position: relative;
    top: 0;
    left: 0;
}
.p-vision .p-inner::before {
    position: absolute;
    top: 430px;
    left: 10px;
    z-index: -1;
    width: 94%;
    height: 87%;
    background: url(https://yamabishiya.itembox.design/item/images/about/vision_icon-pc.png) no-repeat center/cover;
    content: "";
}

/* =====================
  YAMABISHIYAについて
 ======================= */
@media (max-width: 700px) {
    .p-intro .p-intro__title {
        margin: 0 auto 40px;
        letter-spacing: .14em;
    }
    .p-kodawari {
        width: 100%;
        margin: 60px auto;
    }
    .p-kodawari .p-coupon__header {
        margin: 0 auto 40px;
    }
    .p-kodawari .p-coupon__header__wide {
        max-width: 340px;
    }
    .p-kodawari .p-kodawari__flex {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .p-kodawari .p-kodawari__flex p {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        font-size: 1.4rem;
        line-height: 1.8;
        text-align: left;
    }
    .p-kodawari .p-kodawari__flex img {
        display: block;
        width: 100%;
    }
    .p-kodawari .p-kodawari__flex:nth-child(odd) {
        flex-direction: row;
    }
    .p-kodawari .p-kodawari__flex:last-child {
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: #000000 solid 1px;
    }
    .p-kodawari__vertical {
        width: 100%;
        margin-bottom: 60px;
        padding-bottom: 60px;
        border-bottom: #000000 solid 1px;
    }
    .p-kodawari__vertical p {
        margin-bottom: 30px;
        font-size: 1.4rem;
        line-height: 1.8;
        text-align: left;
    }
    .p-kodawari__vertical__img {
        display: block;
        justify-content: space-between;
    }
    .p-kodawari__vertical__img img {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-kodawari__box:last-child .p-kodawari__vertical {
        margin-bottom: 10px;
        padding-bottom: 0;
    }
    .p-vision {
        position: relative;
        top: 0;
        left: 0;
        padding: 60px 0 150vw;
    }
    .p-vision::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(https://yamabishiya.itembox.design/item/images/about/vision_bg.jpg) no-repeat center/cover;
        content: "";
    }
    .p-vision__title {
        margin-bottom: 40px;
        color: #263f7f;
        font-size: 2rem;
        font-family: var(--font_min);
    }
    .p-vision .p-inner {
        position: relative;
        top: 0;
        left: 0;
    }
    .p-vision .p-inner::before {
        position: absolute;
        top: 803px;
        left: 8%;
        width: 83vw;
        height: 117vw;
        background: url(https://yamabishiya.itembox.design/item/images/about/vision_icon-sp.png) no-repeat center/cover;
        content: "";
    }
}
@media (max-width: 370px) {
    .p-vision .p-inner::before {
        top: 840px;
    }
}