.bpd_banner>img{width: 100%;}

.bpd_msg{}

.bpd_msg_w{display: flex;}
.bpd_msg_l{width: 500px;position: relative;cursor: move;}
.bpd_msg_i{width: 100%;height: 400px;object-fit: contain;}
.bpd_msg_ls{display: flex;justify-content: flex-end;}
.bpd_msg_ls>img{width: 84px;height: 72px;object-fit: cover;margin-right: 2px;cursor: pointer;border: 2px solid #d3d3d3;padding: 2px;background-color: #f2f2f2;}
.bpd_msg_ls>img:last-child{margin-right: 0;}
.bpd_msg_ls>.bpd_msg_a{border: 2px solid var(--base);}

.bpd_hv{width: 167px;height: 167px;background-color: rgba(69,169,223,.2);position: absolute;top: 0;left: 0;opacity: 0;z-index: 100;}

.bpd_msg_r{margin-left: 40px;flex: 1;padding: 20px 0;position: relative;}
.bpd_mirr{position: absolute;left: 0;top: 0;width: 500px;height: 500px;display: none;overflow: hidden;background-color: #fff;z-index: 10;border: 1px solid #ddd;}
.bpd_mirr_c{width: calc(500px * 3);height: calc(400px * 3);position: absolute;left: 0;top: 0;transform-origin: left top;}
.bpd_mirr_c>img{object-fit: contain;width: 100%;height: 100%;}

.bpd_msg_r>h1{font-weight: bold;line-height: 3;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.bpd_msg_r>p{white-space: pre-wrap;text-align: left;line-height: 2;font-size: 16px;}
.bpd_tact{position: absolute;right: 0;bottom: 0;}
.bpd_tact>a{color: var(--base);font-size: 1.8rem;font-weight: 700;}

.bpd_rich{padding-bottom: 100px;margin-top: 150px;}
.bpd_rich>h1{border-bottom: 1px solid #e5e5e5;margin-top: 10px;}
.bpd_rich>h1>span{background-color: var(--base);color: #fff;font-size: 16px;padding: 0 20px;height: 42px;line-height: 42px;display: inline-block;}
.rich_text img{max-width: 100%;}

.bpd_reco{display: flex;flex-wrap: wrap;margin-top: 100px;}
.bpd_reco_i{background-color: #fafafa;position: relative;width: 31%;margin-right: 3.5%;margin-bottom: 40px;transition: .3s;border-radius: 10px;overflow: hidden;padding: 15px;}
.bpd_reco_i:nth-child(3n){margin-right: 0;}
.bpd_reco_img{overflow: hidden;}
.bpd_reco_img>img{width: 100%;object-fit: cover;transition: .3s;height: 340px;}
.bpd_reco_i>h1{height: 48px;line-height: 48px;text-align: center;font-size: 16px;width: 100%;color: #3f3f3f;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-top: 15px;}
.bpd_reco_i:hover{box-shadow: 0 0 20px 1px #eee;transform: translateY(-5px);}

@media screen and (max-width: 766px) {
    .bpd_banner>img{height: 14rem;object-fit: cover;}

    .bpd_msg{margin-top: 2rem;}
    .bpd_msg_w{flex-direction: column;}
    .bpd_msg_l{width: 100%;}
    .bpd_msg_i{height: 20rem;}
    .bpd_msg_r{margin-left: 0;}
    .bpd_msg_r>p{font-size: 1.6rem;}

    .bpd_rich>h1>span{font-size: 1.6rem;}
    .bpd_rich{margin-top: 6rem;padding-bottom: 6rem;}
    .rich_text video{max-width: 100%;height: unset;}

    .bpd_reco{margin-top: 2rem;}
    .bpd_reco_i{width: 100%;margin-right: 0;margin-bottom: 2rem;}
    .bpd_reco_img>img{height: 33rem;}
    .bpd_reco_i>h1{font-size: 1.6rem;margin-top: 0;}

}

