img {
    width: 100%;
    height: auto;
}
.current-block {
    position: relative;
    margin: 20% 3.1% 0;
    padding-bottom: 5%;
    background: url(/images/app_form/live_pre/current_bg.png) top left repeat;
    border-radius: 15px;
    border: 3px solid #0076D6;
}
.current-title {
    width: 65%;
    margin-left: 30%;
    transform: translateY(-20%);
}
.current-otoku-title {
    width: 69%;
    margin-left: 29%;
    transform: translateY(-40%);
}
.current-chumoku {
    position: absolute;
    width: 27%;
    top: -12%;
    left: 2%;
}
.current-chumoku .chumoku-bg {
    animation: rotate-bg 10000ms 0ms linear infinite;
}
@keyframes rotate-bg {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.current-chumoku .chumoku {
    position: absolute;
    top: -3%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 65%;
    margin: auto;
    z-index: 20;
}
.current-chumoku .otoku {
    width: 75%;
}
.current-banner-block {
    margin-top: -4%;
}
.current-otoku-banner-block {
    margin-top: -13%;
}
a.current-otoku-banner {
    display: block;
    width: 90%;
    margin: 3% auto;
    line-height: 0;
}
a.current-camp-block {
    display: flex;
    margin: 3% 5%;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none;
}
.current-camp-left {
    display: flex;
    align-items: center;
    width: 38%;
    padding: 5% 0% 5% 3%;
    box-sizing: border-box;
    font-size: clamp(12.5px, 3.32vw, 16.6px); /* 13px */
}
.current-camp-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57%;
    padding: 5% 1% 5% 5%;
    box-sizing: border-box;
    font-size: clamp(13px, 3.57vw, 17.9px); /* 14px */
    text-align: center;
}
.current-camp-edge {
    position: relative;
    width: 5%;
}
.current-camp-edge-arrow {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg) translate(-1px, 1px);
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
}
.current-camp-banner {
    margin: 3% 5%;
    display: block;
}