.tpoint-img img {
    width: 100%;
    height: auto;
}
.tpoint-img {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.tpoint-img.is-border {
    border: 1px solid #b19a56;
}
.tpoint_wrap .card2 p.tpoint-label {
    font-size: 20px;
    font-weight: bold;
    color: #b19a56;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}
.tpoint_wrap .card2 p.tpoint-label > span {
    display: inline-block;
    position: relative;
    padding: 0 22px;
    box-sizing: border-box;
}
.tpoint_wrap .card2 p.tpoint-label > span::before,
.tpoint_wrap .card2 p.tpoint-label > span::after {
    content: "";
    width: 17px;
    height: 1px;
    background-color: #b19a56;
    position: absolute;
    bottom: 8px;
}
.tpoint_wrap .card2 p.tpoint-label > span::after {
    transform: rotate(45deg);
    left: 0;
}
.tpoint_wrap .card2 p.tpoint-label > span::before {
    transform: rotate(-45deg);
    right: 0;
}
#top_points h4.tpoint-ttl {
    font-size: 17px;
    font-weight: bold;
    border-left: 0;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 5px 0;
}
.tpoint_wrap .card2 p {
    line-height: 1.5;
    font-size: 15px;
    margin: 0;
}
.tpoint_wrap .card2 {
    padding-top: 1.2em;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 0;
}
#top_points h3.points-ttl {
    margin: 0 0 40px;
}
div.card-box.tpoint_wrap {
    gap: 30px 0;
    margin: 30px 0 0;
}
.voice-ttl {
    word-wrap: break-word;
    line-break: strict;
}
.topbnr-lnk {
    text-align: center;
}
.topbnr-lnk a {
    display: inline-block;
}
.topbnr-lnk a img {
    height: auto;
}
.message-ttl {
    font-weight: bold;
}
.topvideo_wrap {
    margin: 80px 0 0;
}
.embvideo_wrap {
    position: relative;
}
.embvideo_wrap video {
    width: 100%;
    height: auto;
}
.video-btn {
    display: flex;
    justify-content: center;
    gap: 0 0.7%;
    width: 683px;
    width: 63.832%;
    height: 20.598%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -4px;
    margin-left: -0.3%;
    top: 95px;
    top: 15.3%;
    z-index: 10;
    display: none;
}
.video-btn .lnkbtn {
    width: 210px;
    width: 30.746%;
    display: block;
    border-radius: 18.09% / 30.64%;
}
.video-btn .lnkbtn.ver2 {
    width: 236px;
    width: 34.553%;
    border-radius: 16.10% / 30.64%;
}
.video-btn .lnkbtn.ver3 {
    width: 225px;
    width: 32.943%;
    border-radius: 16.89% / 30.64%;
}
.video-btn.is-show {
    display: flex;
}
.replay-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgb(255 255 255 / 40%);
    z-index: 9;
}
.replay-btn::before {
    content: "";
    display: block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.replay-btn.is-play::before {
    border: 0;
    width: 23px;
    height: 28px;
    margin-left: 0;
    border-right: 8px solid #fff;
    border-left: 8px solid #fff;
}
.vdoCtr_btn {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.vdoCtr-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 15px rgb(255 255 255 / 40%);
    padding: 30px 0 0 0;
    position: relative;
    color: #fff;
    font-size: 14px;
}
.vdoCtr-btn::before {
    content: "";
    width: 27px;
    height: 22px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.vdoCtr-btn.is-back::before {
    background: url(../img/icon/icn_arrow_back.svg) no-repeat center / 100% auto;
    margin-left: -2px;
}
.vdoCtr-btn.is-prc::before {
    background: url(../img/icon/icn_arrow_prc.svg) no-repeat center / 100% auto;
    margin-left: 2px;
}
.video-cat {
    font-size: 25px;
    font-weight: bold;
    color: #b19a56;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
}
.video-cat > span {
    display: inline-block;
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
}
.video-cat > span:before,
.video-cat > span:after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #b19a56;
    position: absolute;
    bottom: 12px;
}
.video-cat > span:before {
    transform: rotate(-50deg);
    right: 0;
}
.video-cat > span::after {
    transform: rotate(50deg);
    left: 0;
}
@media(min-width: 1200px) {
    .tpoint_wrap .card2 {
        width: calc(96% / 4);
    }
}
@media screen and (min-width: 680px) and (max-width: 1024px) {
    #top_points h3.points-ttl br {
        display: none;
    }
}
@media(min-width: 992px) {
    .topbnr-lnk a:hover {
        opacity: .8;
    }
    .embvideo_wrap.is-progress .replay-btn {
        opacity: 0;
    }
    .embvideo_wrap.is-progress:hover .replay-btn {
        opacity: 1;
    }
    .embvideo_wrap.is-progress:hover .vdoCtr_btn {
        opacity: 1;
        z-index: 8;
    }
}
@media(max-width: 991px) {
    #top_points h3.points-ttl {
        margin: 0 0 30px;
    }
    .tpoint_wrap .card2 p {
        font-size: 14px;
    }
    .tpoint_wrap .card2 p.tpoint-label {
        font-size: 16px;
    }
    .tpoint_wrap .card2 p.tpoint-label > span {
        padding: 0 18px;
    }
    .tpoint_wrap .card2 p.tpoint-label > span::before,
    .tpoint_wrap .card2 p.tpoint-label > span::after {
        width: 15px;
        bottom: 6px;
    }
    #top_points h4.tpoint-ttl {
        font-size: 16px;
    }
    .div.card-box.tpoint_wrap {
        margin: 30px 0 0;
    }
    .topvideo_wrap {
        margin: 80px 0;
    }
    .replay-btn {
        width: 70px;
        height: 70px;
        transform: translateX(-50%);
        left: 50%;
        top: calc(100% + 10px);
        background: #fff;
        border: 2px solid #f3169d;
    }
    .replay-btn::before {
        border-left: 20px solid #f3169d;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
    .replay-btn.is-play::before {
        border-right: 8px solid #f3169d;
        border-left: 8px solid #f3169d;
    }
    .vdoCtr_btn {
        width: 250px;
        transform: translateX(-50%);
        left: 50%;
        top: calc(100% + 10px);
        opacity: 1;
        z-index: 8;
    }
    .vdoCtr-btn {
        width: 70px;
        height: 70px;
        background: #fff;
        border: 2px solid #f3169d;
        color: #f3169d;
        padding: 27px 0 0 0;
        font-size: 12px;
    }
    .vdoCtr-btn::before {
        width: 27px;
        height: 27px;
        top: 13px;
    }
    .vdoCtr-btn.is-back::before {
        background: url(../img/icon/icn_arrow_back_pk.svg) no-repeat center / 100% auto;
    }
    .vdoCtr-btn.is-prc::before {
        background: url(../img/icon/icn_arrow_prc_pk.svg) no-repeat center / 100% auto;
    }
    .video-cat {
        font-size: 18px;
    }
    .video-cat > span {
        padding: 0 30px;
    }
    .video-cat > span:before,
    .video-cat > span:after {
        width: 22px;
        bottom: 9px;
    }
}
@media (min-width: 767px) {
    .voice-ttl {
        font-size: 17px;
    }
}
@media (max-width: 767px) {
    .tpoint_wrap .card2 {
        padding-bottom: 1.4em;
    }
    .topbnr-lnk a img {
        width: 100%;
    }
    .section-inner.tread_wrap {
        padding: 0;
    }
    .section-inner.tread_wrap .col-xs-12 {
        padding: 0;
    }
    .topvideo_wrap {
        margin: 60px 0 80px;
    }
    .replay-btn {
        width: 45px;
        height: 45px;
    }
    .replay-btn::before {
        margin-left: 3px;
        border-left: 17px solid #f3169d;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .replay-btn.is-play::before {
        width: 15px;
        height: 22px;
        border-right: 6px solid #f3169d;
        border-left: 6px solid #f3169d;
    }
    .vdoCtr_btn {
        width: 165px;
    }
    .vdoCtr-btn {
        width: 45px;
        height: 45px;
        padding: 19px 0 0 0;
        font-size: 11px;
    }
    .vdoCtr-btn::before {
        width: 20px;
        height: 20px;
        top: 5px;
    }
}
@media screen and (min-width: 420px) and (max-width: 520px) {
    .tread_wrap .theme-btn.sp-v1 {
        margin: 1.5rem 1.5rem 0;
    }
    .tread_wrap .theme-btn2 {
        margin: 1.5rem 1.5rem 0;
    }
}
@media print, screen and (max-width: 480px) {
    #top_points h3.points-ttl br {
        display: none;
    }
}