@charset "UTF-8";
/*---------- header ----------*/

/*---------- main ----------*/
.fl_heading {
    padding: 10rem 0 0;
    background-image: url(../images/shop-mv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    height: 24rem;
}
.fl_heading::before {
    background: #000;
    opacity: 0.7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.fl_heading .title-h1 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

/* parts staff */
.fl_staff {
    padding: 8rem 0;
}
.fl_staff h2 {
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    margin: 0 auto 2rem;
    padding: 7px 10px;
    background: #000;
    width: fit-content;
    color: #fff;
}
.fl_staff h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #000;
}
.fl_staff .staff_info {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.fl_staff .staff_box {
    width: 22rem;
    margin-bottom: 4rem;
}
.fl_staff .staff_info::after {
    display: block;
    content: "";
    width: 22rem;
}
.fl_staff .staff_image {
    width: 100%;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    position: relative;
	display: none;
}
.fl_staff .staff_image .photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.fl_staff .staff_image::after {
    content: "";
    display: block;
    width: 22rem;
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.2;
    background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(190,0,0,1) 23%, rgba(0,0,0,0) 100%);
}
.fl_staff .staff_image .name {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 1;
    font-family: "Staatliches", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.fl_staff .staff_detail {
    margin-top: 2.4rem;
}
.fl_staff .staff_detail h3.title {
    font-size: 2rem;
    font-weight: normal;
    text-align: left;
    margin-bottom: 1.6rem;
}
.fl_staff .staff_image .firstname {
    font-size: 2.2rem;
    display: block;
    line-height: 1.5;
}
.fl_staff .staff_image .lastname {
    font-size: 1.6rem;
    display: block;
    line-height: 1;
}





/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {
/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/

/* parts staff */
.fl_staff {
    padding: 0 0 4rem;
}
.fl_staff .staff_info {
    justify-content: center;
}
.fl_staff .staff_box {
    width: 80%;
}
.fl_staff .staff_image {
    aspect-ratio: 4 / 5;
}
.fl_staff .staff_image::after {
    width: 100%;
}
/*---------- footer ----------*/

}
/*---------- レイアウト微調整 ----------*/
