@charset "utf-8";
/* CSS Document */
.img100 {
    width: 100%;
    height: 100%;
}

.txt_marker {
    background: linear-gradient(transparent 60%, #FF9DDB 60%);
}

#ofcclb_whole {
    width: 950px;
    margin: 0 auto 20px;
    font-size: 1.2em;
}

#ofcclb_whole.ofcclbtop {
    margin-top: -60px;
}

#ofcclb_whole a:hover {
    text-decoration: none;
}

.static_path {
    padding: 30px 0 10px;
}

.ofcclb_heading {
    font-weight: bold;
    margin: 70px 0 10px;
    font-size: 1.8em;
}

.ofcclb_heading i {
    color: #ff00a2;
}

.ofcclb_heading:first-child {
    margin-top: 0;
}

#ofcclb_header {
    max-width: 1280px;
    width: auto;
    margin: 20px auto 60px;
}

.credit {
    font-size: 0.7em;
    margin-top: 70px;
    color: #666;
}

/* 開催中のコラボ =========================== */
.ofcclb_now {
    margin-top: 10px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.ofcclb_now h3 {
    width: 360px;
    float: left;
}

.ofcclb_now_space {
    margin-left: 360px;
    padding: 30px 30px 10px;
}

.ofcclb_class li {
    padding: 8px 0;
    border-top: 1px solid #ddd;
    color: #333;
}

.ofcclb_class li:first-child {
    border-top: none;
    padding-top: 10px;
}

.ofcclb_class li i {
    color: #ff00a2;
    margin-right: 10px;
}

.ofcclb_now_catch {
    font-size: 22px;
    margin-bottom: 10px;
    color: #ff00a2;
    padding-top: 10px;
}

.end .ofcclb_now_catch {
    font-size: 16px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.end .ofcclb_now_space {
}

.label_rbn {
    position: relative;
    color: #fff;
    height: 24px;
    line-height: 24px;
    background: #FF00A2;
    padding: 0 10px;
    display: inline-block;
}

.label_rbn:after {
    content: "";
    border: 12px solid #ff00a2;
    border-right: 12px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: -14px;
}

.ofcclb_class .deadline {
    white-space: nowrap;
    color: #999;
    margin-left: 20px;
}

.ofcclb_class em {
    font-weight: bold;
    color: #ff00a2;
    font-size: 1.2em;
}

.end .label_rbn {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    background: #a1a1a1;
}

.end .label_rbn:after {
    border: 10px #a1a1a1 solid;
    border-right: 10px solid transparent;
}

.end .ofcclb_now_space {
    padding-top: 20px;
}

.end .ofcclb_class {
    padding-bottom: 0;
}

/* 結果発表 =============================== */
.result_works_3 {
    margin-right: -30px;
}

.result_works_3 li {
    width: 270px;
    display: inline-block;
    margin: 20px 30px 30px 0;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    vertical-align: top;
}

.link_result {
    margin: 20px 0 20px;
    max-width: 450px;
}

.link_result a {
    padding: 10px;
    text-align: center;
    background: #ff00a2;
    color: #fff;
    display: block;
    border-radius: 6px;
    border-bottom: 2px solid #A10056;
}

.result_class_whole {
    margin: 0 30px;
}

.result_block {
    margin-bottom: 40px;
}

.result_clbtitle {
    font-size: 1.8em;
    background: #ff3399;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 30px;
    margin-right: 30px;
}

.result_clbtitle span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.result_clbtitle:after {
    content: "";
    border: 25px solid #ff3399;
    border-right-color: transparent;
    display: block;
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    height: 0;
}

.result_class {
    overflow: hidden;
    font-size: 13pt;
    margin-top: 40px;
}

.result_class i {
    font-size: 2.5em;
    color: #fff;
}

.result_class span {
    vertical-align: text-bottom;
    font-size: 1.5em;
    padding-left: 25px;
    position: relative;
    top: 5px;
    left: -10px;
    display: block;
    margin-left: 40px;
}

.result_class i {
    font-size: 1.8em;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ff3399;
    display: inline-block;
    text-align: center;
    float: left;
    border-radius: 50%;
}

.result_works_music {
    margin: 20px 0 20px 0;
    padding-bottom: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden;
}

.result_play {
    margin: 20px 0 40px 30px;
    width: 200px;
    float: left;
}

.result_workstitle {
    font-size: 1.2em;
    font-weight: bold;
}

.result_works {
    margin: 20px auto 0;
    width: 270px;
    height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.result_worksinfo {
    padding: 20px;
}

.result_auther {
    padding-top: 5px;
}

.result_uses {
    color: #ff3399;
    margin-top: 10px;
    font-size: 0.9em;
}

.prize {
    color: #ff3399;
    position: relative;
    padding: 15px 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.prize:after {
    border-left: 20px solid #ff3399;
    border-bottom: 20px solid transparent;
    border-top: none;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

/* OFCコラボニュース ============================== */
.ofcclb_news {
    margin-bottom: 20px;
}

.ofcclb_news li {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    height: 124px;
}

.ofcclb_news img {
    float: right;
    width: 360px;
    height: 124px;
}

.ofcclb_news .cts {
    margin-top: 20px;
    margin-right: 360px;
    padding: 25px 30px 10px;
}

.ofcclb_news .noattach {
    margin-right: 0;
}

.ofcclb_news h3 {
    font-size: 16px;
}

.ofcclb_news .date {
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #999;
}

/* 過去のコラボのアーカイブ ===================== */
.ofcclb_archive {
    margin: 10px 0 20px;
}

.ofcclb_archive li {
    line-height: 1.8;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.ofcclb_archive li:after {
    padding: 0 20px;
    color: #999;
}

.ofcclb_archive a {
    padding: 8px 0;
    display: block;
    color: #333;
}

.ofcclb_archive a:hover {
    background: #F5E4EE;
}

.ofcclb_archive .term {
    padding-bottom: 5px;
    font-size: 12px;
}

.ofcclb_archive .company {
    display: inline-block;
    color: #fff;
    background: #FFA6D3;
    font-size: 12px;
    padding: 0 10px;
}

.ofcclb_archive .date {
    color: #999;
    width: 6em;
    display: inline-block;
}

.result_works_single .result_works {
    float: left;
    margin: 5px 0 15px 20px;
    width: 300px;
    height: 300px;
}

.result_works_single li {
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
}

.result_works_single .result_worksinfo {
    margin-left: 320px;
}
