@charset "UTF-8";

/* COMMON */

body {
font-family: 'Roboto', sans-serif;
}


/* AWARD */

.sc_award .inner .item + .item {
margin-top: 60px;
}
.sc_award .inner .item .ttl {
width: 283px;
}


/* SCHEDULE */

.sc_schedule .inner {
max-width: 1091px;
}


/* JUDGE */

.sc_judge .col ._txts ._name {
margin-bottom: 12px;
}
.sc_judge .col ._txts ._t2 {
line-height: 1.25em;
}



/* SCISSORS */

.sc_scissors ._txts h3 {
font-weight: 700;
margin: 20px 0 5px;
}
.sc_scissors a.item_link_btn {
margin: 45px 0 0 0;
}

/* OVERVIEW */

.sc_overview p {
letter-spacing: 0;
}
.sc_overview .box {
padding: 35px 45px;
}














@media only screen and (max-width: 767px) {


/* KV */

.sc_kv ._txts ._t2 {
margin-bottom: 22px;
}


/* DESIGNTHEME */

.sc_theme h2 {
margin-bottom: 18px;
}
.sc_theme p {
margin-bottom: 30px;
}


/* AWARD */

.sc_award {
padding: 30px 0 30px;
}
.sc_award .inner .item + .item {
margin-top: 30px;
}
.sc_award .inner .item .award_2 {
margin-top: 15px;
}


/* JUDGE */

.sc_judge .col ._txts ._name {
margin-bottom: 15px;
}
.sc_judge .col ._txts ._t2 {
line-height: 1.7em;
}


/* OVERVIEW */

.sc_overview .box {
padding: 30px 20px;
}




}


.work-title span{
    font-size: 100%;
}
@media only screen and (max-width: 767px) {
    .work-title span{
        font-size: 85%;
    }
}