@charset "UTF-8";

/* ▼▼▼ 出店者募集中
======================================================*/
body #main {
    padding: 0 0 80px !important;
}
.page_name {
    margin: 50px 0 100px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.mv_area {
    max-width: 1552px;
    width: 100%;
    padding: 90px 20px 0;
    margin: 0 auto 50px;
    position: relative;
}
.mv_area::before,
.mv_area::after {
    content: "";
    position: absolute;
}
.mv_area::before {
    background: url(../img/five-lab/mv_bg_left.png) no-repeat center/100%;
    width: 539.83px;
    height: 254.64px;
    top: -75px;
    left: -180px;
}
.mv_area::after {
    background: url(../img/five-lab/mv_bg_right.png) no-repeat center/100%;
    width: 570.12px;
    height: 254px;
    bottom: 65px;
    right: -175px;
}
.mv_area .txt_area {
    width: 579px;
    padding: 110px 0 95px;
    margin-left: 90px;
    position: relative;
}
.mv_area .txt_area::before {
    content: "";
    background: #f5f6fc;
    height: 100%;
    max-width: 1022px;
    width: calc(100% + 20vw);
    position: absolute;
    top: 0;
    left: -90px;
    z-index: -2;
}
.mv_area h1 {
    margin: 0 0 45px;
    color: #d8121c;
    font-size: 96px;
    line-height: 1;
}
.mv_area .read {
    margin: 0 0 20px;
    color: #d8121c;
    font-size: 26px;
    font-weight: bold;
}
.mv_area .txt {
    line-height: 2;
    font-size: 16px;
}
.mv_area .photo_area {
    background: url(../img/five-lab/mv_pc.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 623px;
    width: 60%;
    z-index: -1;
}

section {
    padding: 60px 0 65px;
}
section:not(:last-of-type) {
    margin-bottom: 50px;
}
.sub_title {
    background: url(../img/five-lab/sub_title_bg.png) no-repeat center top/82px;
    padding: 35px 0 0;
    margin: 0 0 45px;
    color: #d8121c;
    font-size: 32px;
    text-align: center;
}

/* これまでの出店テナント
---------------------------------------- */
.pre_tenant .slider01 {
    display: flex;
}
.pre_tenant .slider01 li {
    border-right: 1px solid #fff;
}
.pre_tenant .slider01 li:last-child {
    border-right: none;
}

/* 出店のメリット
---------------------------------------- */
.merit {
    background: #ffebe8;
}
.merit .count_list {
    max-width: 754px;
    width: 100%;
    margin: 0 auto;
    counter-reset: item;
    list-style-type: none;
}
.merit .count_list li {
    display: flex;
    align-items: center;
    background: #fff;
    color: #d8121c;
    font-size: 32px;
    font-weight: bold;
    height: 98px;
    position: relative;
    overflow: hidden;
}
.merit .count_list li p {
    line-height: 1;
}
.merit .count_list li:not(:last-child) {
    margin-bottom: 15px;
}
.merit .count_list li:before {
    counter-increment: item;
    content: counter(item) "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 100%;
    margin-right: 10px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    color: #000;
    position: relative;
    z-index: 1;
}
.merit .count_list li::after {
    content: "";
    border-right: 98px solid transparent;
    border-top: 98px solid #f5f6fc;
    position: absolute;
    top: 0;
    left: 0;
}
.short_term {
    font-size: 16px;
    color: #333;
}

/* ご提供資料
---------------------------------------- */
.material_area{
    margin-bottom: 50px;
}
.material_list{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 10px;
    width: 100%;
    max-width: 680px;
    padding: 0 20px;
    margin: 0 auto;
}
.material_list_item{
    color: #fff;
}
a.material_list_link{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
    background: #D8121C;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* お問い合わせ
---------------------------------------- */
.contact_wrap {
    background: #f5f6fc;
    padding: 30px 20px;
}
.contact_wrap .box_area {
    background: #fff;
    max-width: 920px;
    width: 100%;
    padding: 45px 20px;
    margin: 0 auto;
}
.contact_wrap .box_area p {
    font-weight: bold;
    text-align: center;
}
.contact_wrap .box_area p small {
    font-size: 14px;
}
.contact_wrap .box_area p.tel {
    margin: 0 0 25px;
    font-size: 22px;
}

/* ▼▼▼ 480px〜768px
======================================================*/
@media screen and (max-width: 768px) {
    body #main {
        padding: 0 0 40px !important;
    }

    .page_name {
        margin: 40px auto 30px;
    }

    .mv_area {
        width: 100%;
        padding: 45px 0 0;
        margin: 0 auto 20px;
        position: relative;
    }
    .mv_area::before {
        background: url(../img/five-lab/mv_bg_sp.png) no-repeat center top/100%;
        width: 100%;
        height: 100%;
        top: -20px;
        left: 0;
    }
    .mv_area::after {
        display: none;
    }
    .mv_area .txt_area {
        width: 100%;
        padding: 26vw 30px 0;
        margin-left: 0;
        position: relative;
    }
    .mv_area .txt_area::before {
        height: 58.5vw;
        width: 86.7vw;
        left: 0;
    }
    .mv_area .txt_img {
        width: 136px;
        margin-left: -10px;
    }
    .mv_area h1 {
        margin: 0 0 60px;
        font-size: 42px;
    }
    .mv_area .read {
        margin: 0 0 15px;
        font-size: 18px;
    }
    .mv_area .txt {
        line-height: 1.8;
        font-size: 14px;
    }
    .mv_area .photo_area {
        background: url(../img/five-lab/mv_sp.jpg) no-repeat center/cover;
        height: 220px;
        height: 58.5vw;
        width: 86.7vw;
    }

    section {
        padding: 30px 0 35px;
    }
    section:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .sub_title {
        background: url(../img/five-lab/sub_title_bg.png) no-repeat center
            top/56px;
        padding: 25px 0 0;
        margin: 0 0 15px;
        font-size: 22px;
    }

    /* これまでの出店テナント
	---------------------------------------- */
    .pre_tenant .slider01 {
        display: flex;
    }
    .pre_tenant .slider01 li {
        border-right: 1px solid #fff !important;
    }

    /* 出店のメリット
	---------------------------------------- */
    .merit .count_list {
        margin: 0 auto;
        padding: 0 15px;
    }
    .merit .count_list li {
        font-size: 18px;
        height: 66px;
        line-height: 1.2;
    }
    .merit .count_list li:not(:last-child) {
        margin-bottom: 5px;
    }
    .merit .count_list li:before {
        width: 46px;
        margin-right: 10px;
        font-size: 20px;
    }
    .merit .count_list li::after {
        border-right: 47px solid transparent;
        border-top: 47px solid #f5f6fc;
    }
    .short_term {
        font-size: 14px;
    }

    /* ご提供資料
    ---------------------------------------- */
    .material_area{
        margin-bottom: 20px;
    }

    /* お問い合わせ
	---------------------------------------- */
    .contact_wrap {
        padding: 30px 15px;
    }
    .contact_wrap .box_area {
        padding: 20px;
    }
}
