@charset "UTF-8";

/*.色変更 */
a[id^="c2"]+section .heading.block_header_2 .h,
.heading.block_header_1 p,
.heading.block_header_6 .h,
a[id^="ct2"]+div .heading.block_header_4 .h{
    color: var(--i_btn_color);
}

a[id^="c2"]+section .heading.block_header_2 .h{
    padding-bottom: 11px;
}

a[id^="c2"]+section .heading.block_header_2 p,
a[id^="ct2"]+div .heading.block_header_4 p{
    position: relative;
}

a[id^="c2"]+section .heading.block_header_2 p::before,
a[id^="ct2"]+div .heading.block_header_4 p::before {
    display: block;
    content: "";
    margin-bottom: 10px;
    background: #a18d0c;
    width: 50px;
    height: 4px;
    pointer-events: none;
    z-index: 1;
}
a[id^="c2"]+section .heading.block_header_2 p::after,
a[id^="ct2"]+div .heading.block_header_4 p::after {
    position: absolute;
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 40px);
    background: rgba(0, 0, 0, 0.13);
    pointer-events: none;
}
a[id^="c2"]+section .heading.block_header_2 p::after{
    left: 0;
    top: 4px;
}
a[id^="ct2"]+div .heading.block_header_4 p::after{
    top: 4px;
}
a[id^="ct2"]+div .heading.block_header_4 p::before{
    margin-inline: auto;
}
/*------------MVテキスト上部疑似要素追加----------------------*/
#mv .mv_text h2:before {
    position: absolute;
    display: block;
    content: "11,000件";
    color: #fff;
    white-space: pre;
    width: 100%;
    height: 100%;
    bottom: 33px;
    right: 40%;
    line-height: 1.3;
    font-size: 6.8rem;
    letter-spacing: 0.4rem;
    pointer-events: none;
    font-weight: 600;
}
#mv .mv_text h2{
    text-align:right;
}
@media screen and (max-width: 600px){
#mv .mv_text h2:before {
     position: absolute;
    display: block;
    content: "11,000件";
    color: #fff;
    white-space: pre;
    width: 100%;
    height: 100%;
    bottom: 9px;
    right: 42%;
    line-height: 1.3;
    font-size: 9vw;
    letter-spacing: 0.4rem;
    pointer-events: none;
    font-weight: 600;
}
#mv .mv_text h2{
    width: 76vw !important;
}
}
@media screen and (max-width: 800px){
#mv .mv_text h2{
    width: 480px;
}
}