@charset "utf-8";
/* CSS Document */
.lineup_single {
    padding: 20px 0 50px;
}

p.type span {
    background: #eee;
    margin-bottom: 10px;
    padding: 5px 15px;
}

p.type span + span {
    margin-left: 15px;
}

.lineup_single h1 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 20px 0 10px;
}

.lineup_single p.main_text {
    margin-bottom: 20px;
    font-size: 18px;
}

p.type span + span {
    margin-left: 15px;
}

.lineup_single h1 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 20px 0 10px;
}

.lineup_single h1 span{
    font-size: 22px;
    margin-left: 1em;
}

.lineup_single h1 span:before{
    content: "[";
    margin-right: .3em;
}

.lineup_single h1 span:after{
    content: "]";
    margin-left: .3em;
}

.lineup_single p.main_text {
    margin-bottom: 20px;
    font-size: 18px;
}

.imageWrap .image {
    width: 530px;
}

.imageWrap .image a {
    display: block;
    width: 100%;
    height: 298px;
    background-size: cover;
    background-position: center;
}

.imageWrap .image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imageWrap .image span {
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.imageWrap {
    margin: 0 0 30px;
}

.product_movie {
    margin: 0 0 40px;
}

.product_movie iframe {
    width: 100%;
    height: 562.5px;
}

a.moreBtn {
    width: 49%;
    margin: 0;
    line-height: 60px;
    height: auto;
    text-align: center;
    border: 1px solid #000;
    font-size: 18px;
}

a.contactBtn {
    width: 49%;
    margin: 0;
    line-height: 60px;
    height: auto;
    background: url(/wp/wp-content/uploads/2020/09/ico_contact.png) no-repeat;
    background-color: #680c0d;
    border: 1px solid #680c0d;
    background-size: 20px;
    background-position: center left 120px;
    font-size: 18px;
}

.use_bukken h3 {
    background: no-repeat;
    border-top: 2px solid #999;
    padding: 0;
}

.use_bukken h3 span {
    color: #fff;
    width: 180px;
    background: #999;
    display: block;
    padding-left: 20px;
    line-height: 40px;
    padding-bottom: 2px;
    position: relative;
}

.use_bukken h3 span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 22px 0 0;
    border-color: #999 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.use_bukken ul li {
    padding: 0;
}

.use_bukken ul li a {
    display: block;
    padding: 10px;
}

.use_bukken ul li a br {
    display: none;
}

@media (max-width: 1100px) {
    .wrap {
        width: 90%;
    }

    .imageWrap .image {
        width: 44vw;
    }

    .imageWrap .image a {
        height: 24.75vw;
    }
}
/**追加CSS SP START**/
@media (max-width: 750px) {
    .wrap {
        width: 90%;
    }

    .lineup_single {
        font-size: 13px;
    }

    p.type span {
        padding: 3px 10px;
        margin-bottom: 5px;
    }

    p.type span + span {
        margin-left: 5px;
    }

    .lineup_single h1 {
        font-size: 24px;
        margin: 10px 0;
    }

    .lineup_single h1 span{
        font-size: 4vw;
        margin-left: 0;
        display: block;
        margin-top: .5em;
    }

    .lineup_single p.main_text {
        font-size: 13px;
    }

    .imageWrap .image {
        width: 100%;
    }

    .imageWrap .image a {
        height: 50.625vw;
    }

    .imageWrap .image span {
        font-size: 13px;
    }

    .product_movie iframe {
        height: 50.625vw;
    }

    .use_bukken h3 span {
        font-size: 20px;
        width: 120px;
    }

    a.moreBtn,a.contactBtn {
        width: 100%;
        line-height: 40px;
    }

    a.contactBtn {
        background-position: center left calc(50% - 80px);
    }

    a.moreBtn {
        margin: 0 0 5px;
    }

    .use_bukken h3 {
        margin: 0 0 5px;
    }
}