@charset "UTF-8";

/* COMMON */

* {
    -webkit-text-size-adjust: 100%;
    min-width: 0;
    min-height: 0;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', 'Roboto', sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #000;
    background: #F5F5F5;
    margin: 0;
    padding: 0;
    position: relative;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}

body._screen {
    overflow: hidden;
}

body._screen:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
    backdrop-filter: blur(15.17650032043457px);
    --webkit-backdrop-filter: blur(15.17650032043457px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
th,
td,
b,
span,
strong {
    line-height: 1.0em;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: 700;
}

li {
    list-style-type: none;
    list-style-position: outside;
}

table {
    border-collapse: collapse;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

figure {
    display: block;
    margin: 0;
}

a {
    text-decoration: none;
    transition: .4s;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
    /*
transition: .4s;
*/
}

a:hover img {
    opacity: 1.0;
    _filter: alpha(opacity=100);
}

:focus {
    outline: none;
}


/* PARTS */

.item_anker {
    padding-top: 63px;
    margin-top: -63px;
    display: block;
}

.forSp {
    display: none;
}

.wrapper {
    min-width: 1040px;
    padding: 63px 0 0 0;
    position: relative;
    box-sizing: border-box;
}

.inner {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.flex {
    display: flex;
    align-items: center;
}

.shippori {
    font-family: 'Shippori Mincho', serif;
}

.item_link_btn {
    justify-content: center;
    width: 270px;
    text-align: center;
    color: #fff;
    background: #004EA2;
    border: 1px solid #004EA2;
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 700;
    margin: 0 auto;
    padding: 4px;
    box-sizing: border-box;
}

.item_link_btn+.item_link_btn {
    margin-top: 25px;
}

.item_link_btn:after {
    content: '';
    display: block;
    margin-left: 10px;
    background: url(../img/ico_more_white.svg) center center /contain no-repeat;
    width: 14px;
    height: 14px;
}

.item_link_btn._white {
    color: #004EA2;
    background: #fff;
}

.item_link_btn._white:after {
    background: url(../img/ico_more_blue.svg) center center /contain no-repeat;
}

.item_link_btn.inactive {
    color: #fff;
    background: #c0c0c0;
    border: 1px solid #c0c0c0;
    pointer-events: none;
}

.item_link_btn.inactive:after {
    display: none;
}

.mt1em {
    margin-top: 1em;
}


/* HEADER */

.sc_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1024px;
    background: #fff;
    z-index: 10;
}

.sc_header .inner {
    height: 63px;
    max-width: none;
}

.sc_header .logo {
    width: 64px;
}

.sc_header .nav {
    margin-left: auto;
}

.sc_header .nav li {
    font-size: 1.3rem;
    border-left: 1px solid #C7C8C8;
}

.sc_header .nav li:first-child {
    border-left: none;
}

.sc_header .nav li a {
    font-weight: 500;
    line-height: 1.5em;
    display: inline-block;
    color: #000;
    padding: 5px 15px;
}

.sc_header .ico_btn_nav,
.nav_modalmenu {
    display: none;
}


/* FOOTER */

.sc_footer {
    min-width: 1040px;
    background: #004EA2;
    color: #fff;
}

.sc_footer .inner {
    flex-direction: column;
    padding: 60px 20px 58px;
}

.sc_footer .inner h3 {
    font-size: 1.6rem;
    font-weight: 700;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.sc_footer .inner .t1 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.35em;
    margin-top: 22px;
}

.sc_footer .inner .t2 {
    font-size: 2.3rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.35em;
    margin: 22px 0 15px 0;
}

.sc_footer .inner .t2 img {
    display: block;
    width: 39px;
    margin-right: 10px;
}

.sc_footer .inner .t3 {
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: .025em;
}

.sc_footer .link {
    background: #fff;
    text-align: center;
    padding: 12px 10px;
}

.sc_footer .link a {
    font-size: 1.6rem;
    font-weight: 700;
    display: inline-block;
    color: #000;
}

.sc_footer .copy {
    padding: 24px 10px;
    justify-content: center;
}

.sc_footer .copy img {
    display: block;
    width: 64px;
}

.sc_footer .copy p {
    font-size: 1.3rem;
    margin-left: 24px;
}


/* KV */

.sc_kv {
    background: #fff;
    position: relative;
}

.sc_kv .prt_kv_pc {
    align-items: unset;
}

.sc_kv .prt_kv_pc ._year {
    width: 20%;
    background: #F5F5F5;
}

.sc_kv .prt_kv_pc ._year img {
    display: block;
    width: 65%;
    margin: 0 -4px 0 auto;
}

.sc_kv .prt_kv_pc .kv_slide_pc {
    width: 66.666%;
    margin-left: auto;
    display: none;
}

.sc_kv .prt_kv_pc .kv_slide_pc.slick-initialized {
    display: block;
}

.sc_kv ._txts {
    position: absolute;
    bottom: 25%;
    left: 23%;
}

.sc_kv ._txts ._t1 {
    font-size: 1.6rem;
}

.sc_kv ._txts ._t2 {
    font-size: 4.3rem;
    font-weight: 700;
    letter-spacing: -.05em;
    margin: 10px 0 25px;
}

.sc_kv ._txts ._t3 {
    font-size: 1.1rem;
    letter-spacing: .03em;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.sc_kv ._txts ._t4 {
    font-size: 3.3rem;
}

.sc_kv ._ico {
    text-align: center;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.sc_kv ._ico p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.sc_kv ._ico img {
    display: block;
    margin: 0 auto;
}


/* LEAD */

.sc_lead {
    color: #fff;
    background: #004EA2;
    text-align: center;
    padding: 110px 0 100px;
}

.sc_lead ._head {
    justify-content: center;
    margin-bottom: 40px;
}

.sc_lead ._head img {
    display: block;
}

.sc_lead ._head ._ttl {

    padding: 0 60px;

    height: 148px;
    position: relative;
}

.sc_lead ._head ._ttl:before {
    content: '';
    display: block;
    width: 441px;
    height: 158px;
    background: url(../img/lead_2023.svg) center center /contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sc_lead ._head ._ttl p {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.5em;
    position: relative;
}

.sc_lead p {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 2.222em;
}





/* DESIGNTHEME */

.sc_theme {
    padding: 120px 20px;
}

.sc_theme h2 {
    color: #004EA2;
    position: relative;
    text-align: center;
    font-size: 5.9rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -.05em;
    margin-bottom: 45px;
}

.sc_theme h2 span {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .5em;
    margin-top: 3px;
}

.sc_theme p {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: .075em;
    line-height: 1.875em;
    margin-bottom: 30px;
}

/* AWARD */

.sc_award {
    color: #fff;
    background: #004EA2;
    padding: 125px 0;
}

.sc_award .inner .item+.item {
    margin-top: 125px;
}

.sc_award .inner .item .ttl {
    display: block;
    width: 223px;
    margin: 0 auto 35px;
}

.sc_award .inner .item p {
    font-size: 1.6rem;
    line-height: 1.875em;
    letter-spacing: .075em;
}

.sc_award .inner .item ._t_center {
    text-align: center;
}

.sc_award .inner .item .award_1 {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.sc_award .inner .item .award_1 img {
    display: block;
    width: 49%;
}

.sc_award .inner .item .award_1 p {
    flex: 1;
    padding-right: 46px;
}

.sc_award .inner .item .award_2 {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
}

.sc_award .inner .item .award_2 .data {
    width: calc((100% - 40px) / 3);
    text-align: center;
    cursor: pointer;
}

.sc_award .inner .item .award_2 .data img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

._modal_award_photo {
    z-index: 300;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 640px;
    display: none;
}

._modal_award_photo p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: .05em;
    margin-top: 15px;
    text-align: center;
}

._modal_award_photo ._btn_close {
    position: absolute;
    top: -45px;
    right: 0;
    width: 45px;
    height: 45px;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

._modal_award_photo ._btn_close figure {
    width: 20px;
}

._modal_award_photo .slick-prev,
._modal_award_photo .slick-next {
    width: 45px;
    height: 45px;
    z-index: 2;
}

._modal_award_photo .slick-prev:before,
._modal_award_photo .slick-next:before {
    content: '';
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
}

._modal_award_photo .slick-prev:before {
    background: url(../img/ico_prev_white.svg) center center /contain no-repeat;
}

._modal_award_photo .slick-next:before {
    background: url(../img/ico_next_white.svg) center center /contain no-repeat;
}


/* SCHEDULE */

.sc_schedule {
    color: #fff;
    background: #004EA2;
    padding: 0 0 120px 0;
}

.sc_schedule .inner {
    max-width: 1080px;
}

.sc_schedule h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .05em;
    margin-bottom: 45px;
}

.sc_schedule h2 span {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 6px;
}

.sc_schedule img {
    display: block;
    margin: 0 auto;
}

.sc_schedule p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.875em;
    margin-top: 25px;
}


/* JUDGE */

.sc_judge {
    padding: 120px 0;
}

.sc_judge .inner {
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -60px;
}

.sc_judge .col {
    color: #fff;
    width: calc((100% - 60px) / 2);
    background: #004EA2;
    margin-top: 60px;
}

.sc_judge .col ._t1 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: .5em;
    padding: 6px;
}

.sc_judge .col figure {
    border-top: 7px solid #F5F5F5;
    border-bottom: 7px solid #F5F5F5;
}

.sc_judge .col figure img {
    display: block;
    width: 100%;
}

.sc_judge .col ._txts {
    padding: 20px;
}

.sc_judge .col ._txts ._name {
    justify-content: center;
    margin-bottom: 15px;
}

.sc_judge .col ._txts ._name h3 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.sc_judge .col ._txts ._name p {
    font-size: 1.0rem;
    letter-spacing: .075em;
    margin-left: 15px;
}

.sc_judge .col ._txts ._t2 {
    font-size: 1.4rem;
    line-height: 1.6em;
}

.sc_judge .col ._txts ._t2 a {
    color: #fff;
}



/* SCISSORS */

.sc_scissors {
    color: #fff;
    background: #004EA2;
    padding: 120px 0;
}

.sc_scissors h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: -.05em;
    text-align: center;
    margin-bottom: 60px;
}

.sc_scissors .inner {
    align-items: flex-start;
}

.sc_scissors ._txts {
    flex: 1;
    padding-right: 40px;
}

.sc_scissors ._txts p {
    font-size: 1.6rem;
    line-height: 1.875em;
    letter-spacing: .075em;
}

.sc_scissors ._txts h3 {
    font-size: 1.6rem;
    line-height: 1.875em;
    letter-spacing: .075em;
    margin: 45px 0 10px;
}

.sc_scissors ._txts p+p {
    margin-top: 45px;
}

.sc_scissors ._photo {
    display: block;
    width: 100%;
}

.sc_scissors a.item_link_btn {
    margin: 55px 0 0 0;
    border: 1px solid #fff;
}

.sc_scissors ._list_photo {
    width: 27.3%;
}


/* OVERVIEW */

.sc_overview {
    padding: 120px 0;
}

.sc_overview h2 {
    font-size: 3rem;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.sc_overview h2 span {
    font-weight: 700;
    letter-spacing: .05em;
    padding: 0 50px;
    background: #F5F5F5;
    display: inline-block;
    position: relative;
}

.sc_overview h2:before {
    content: '';
    display: block;
    background: #C7C8C8;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.sc_overview p {
    font-size: 1.6rem;
    line-height: 1.875em;
    letter-spacing: .075em;
}

.sc_overview a.item_link_btn {
    margin: 50px auto 120px;
}

.sc_overview .box {
    background: #fff;
    border: 1px solid #434343;
    margin-top: 110px;
    padding: 30px 45px;
    height: 435px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.sc_overview .box h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.sc_overview .box h2 span {
    padding: 0;
    background: #fff;
}

.sc_overview .box h2:before {
    display: none;
}














@media only screen and (max-width: 767px) {



    /* PARTS */

    .item_anker {
        padding-top: 50px;
        margin-top: -50px;
    }

    .forPc {
        display: none;
    }

    .forSp {
        display: block;
    }

    .wrapper {
        min-width: auto;
        padding: 50px 0 0 0;
    }

    .inner {
        padding: 0 20px;
    }

    .item_link_btn {
        padding: 4px;
    }


    /* HEADER */

    .sc_header {
        min-width: auto;
    }

    .sc_header .inner {
        height: 50px;
        padding: 0;
    }

    .sc_header .logo {
        width: 46px;
    }

    .sc_header .nav {
        display: none;
    }

    .sc_header .ico_btn_nav {
        margin: 0;
        width: 50px;
        height: 50px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sc_header .ico_btn_nav .menu_trigger,
    .sc_header .ico_btn_nav .menu_trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .sc_header .ico_btn_nav .menu_trigger {
        width: 18px;
        height: 15px;
        position: relative;
    }

    .sc_header .ico_btn_nav .menu_trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
    }

    .sc_header .ico_btn_nav .menu_trigger span:nth-of-type(1) {
        top: 0;
    }

    .sc_header .ico_btn_nav .menu_trigger span:nth-of-type(2) {
        top: 7px;
    }

    .sc_header .ico_btn_nav .menu_trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .sc_header .ico_btn_nav.active .menu_trigger span:nth-of-type(1) {
        -webkit-transform: translateY(7px) rotate(-315deg);
        transform: translateY(7px) rotate(-315deg);
    }

    .sc_header .ico_btn_nav.active .menu_trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .sc_header .ico_btn_nav.active .menu_trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-7px) rotate(315deg);
        transform: translateY(-7px) rotate(315deg);
    }

    .nav_modalmenu {
        text-align: center;
        display: block;
        position: fixed;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        color: #fff;
        background: #004EA2;
        visibility: hidden;
        opacity: 0;
        transition: .4s;
        width: 100%;
        height: calc(100vh - 50px);
        padding: 16px 20px;
        box-sizing: border-box;
        z-index: -1;
        overflow-y: scroll;
    }

    .nav_modalmenu.active {
        visibility: visible;
        opacity: 1;
        z-index: 200;
    }

    .nav_modalmenu ul {
        width: 240px;
        margin: 0 auto;
    }

    .nav_modalmenu ul li {
        border-bottom: 1px solid #fff;
    }

    .nav_modalmenu ul li a {
        color: #fff;
        font-size: 1.6rem;
        line-height: 1.5em;
        display: block;
        padding: 25px 0 12px;
    }

    .nav_modalmenu ._img1 {
        display: block;
        width: 188px;
        margin: 40px auto 0;
        position: relative;
        z-index: 1;
    }

    .nav_modalmenu ._img2 {
        display: block;
        width: 265px;
        margin: -24px auto 0;
        position: relative;
        z-index: 0;
    }


    /* FOOTER */

    .sc_footer {
        min-width: auto;
    }

    .sc_footer .inner {
        padding: 28px 20px;
    }

    .sc_footer .inner h3 {
        font-size: 1.0rem;
        max-width: 250px;
        padding: 3px 0;
    }

    .sc_footer .inner .t1 {
        font-size: 1.3rem;
        line-height: 1.53em;
        margin-top: 9px;
    }

    .sc_footer .inner .t2 {
        font-size: 1.3rem;
        margin: 5px 0 10px;
    }

    .sc_footer .inner .t2 img {
        width: 19px;
        margin-right: 6px;
    }

    .sc_footer .inner .t3 {
        font-size: 1.0rem;
        line-height: 1.45em;
    }

    .sc_footer .link {
        padding: 5px;
    }

    .sc_footer .link a {
        font-size: 1.0rem;
    }

    .sc_footer .copy {
        padding: 10px;
    }

    .sc_footer .copy img {
        width: 36px;
    }

    .sc_footer .copy p {
        font-size: 1.0rem;
        line-height: 1.3em;
        margin-left: 10px;
    }


    /* KV */

    .sc_kv .kv_slide_sp {
        display: none;
    }

    .sc_kv .kv_slide_sp.slick-initialized {
        display: block;
    }

    .sc_kv ._txts {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        padding: 25px 0 28px;
    }

    .sc_kv ._txts ._t1 {
        font-size: 1rem;
        letter-spacing: .3em;
    }

    .sc_kv ._txts ._t2 {
        font-size: 2.3rem;
        margin: 6px 0 13px;
    }

    .sc_kv ._txts ._t3 {
        font-size: 1.0rem;
        margin-bottom: 6px;
    }

    .sc_kv ._txts ._t4 {
        font-size: 1.6rem;
    }

    .sc_kv ._ico {
        right: 20px;
        bottom: 170px;
        left: auto;
        transform: translateX(0);
    }

    .sc_kv ._ico p {
        font-size: 1.0rem;
        line-height: 1.3em;
        margin-bottom: 5px;
    }


    /* LEAD */

    .sc_lead {
        padding: 30px 0 25px;
    }

    .sc_lead ._head {
        flex-direction: column;
        margin-bottom: 8px;
    }

    .sc_lead ._head img {
        width: 125px;
    }

    .sc_lead ._head ._ttl {
        border-bottom: 1px solid #fff;
        border-left: none;
        padding: 0;
        margin: 18px 0 0 0;
        padding: 0 15px 10px 15px;
        height: auto;
        position: relative;
    }

    .sc_lead ._head ._ttl:before {
        width: 106px;
        height: 38px;
        margin-top: -5px;
    }

    .sc_lead ._head ._ttl p {
        font-size: 1.3rem;
    }

    .sc_lead p {
        font-size: 1.3rem;
        line-height: 1.6em;
    }


    /* DESIGNTHEME */

    .sc_theme {
        padding: 35px 20px 50px;
    }

    .sc_theme h2 {
        font-size: 2.3rem;
        margin-bottom: 28px;
    }

    .sc_theme h2 span {
        font-size: 1.0rem;
        letter-spacing: .3em;
    }

    .sc_theme p {
        font-size: 1.3rem;
        letter-spacing: 0;
        line-height: 1.538em;
        margin-bottom: 45px;
    }


    /* AWARD */

    .sc_award {
        padding: 55px 0 30px;
    }

    .sc_award .inner .item+.item {
        margin-top: 30px;
    }

    .sc_award .inner .item .ttl {
        width: 200px;
        margin: 0 auto 28px;
    }

    .sc_award .inner .item p {
        font-size: 1.3rem;
        line-height: 1.538em;
        letter-spacing: 0;
    }

    .sc_award .inner .item ._t_center {
        text-align: left;
    }

    .sc_award .inner .item .award_1 {
        display: block;
    }

    .sc_award .inner .item .award_1 img {
        width: 100%;
    }

    .sc_award .inner .item .award_1 p {
        padding: 12px 0 0 0;
    }

    .sc_award .inner .item .award_2 {
        display: block;
        margin-top: 25px;
    }

    .sc_award .inner .item .award_2 .data {
        width: 100%;
    }

    .sc_award .inner .item .award_2 .data+.data {
        margin-top: 10px;
    }

    .sc_award .inner .item .award_2 .data img {
        margin-bottom: 10px;
    }

    ._modal_award_photo {
        width: calc(100% - 60px);
    }

    ._modal_award_photo p {
        font-size: 1.3rem;
    }

    ._modal_award_photo ._btn_close {
        top: -40px;
        width: 40px;
        height: 40px;
    }

    ._modal_award_photo ._btn_close figure {
        width: 16px;
    }

    ._modal_award_photo .slick-prev,
    ._modal_award_photo .slick-next {
        width: 30px;
        height: 30px;
    }


    /* SCHEDULE */

    .sc_schedule {
        padding: 0 0 50px 0;
    }

    .sc_schedule h2 {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .sc_schedule h2 span {
        font-size: 1.0rem;
    }

    .sc_schedule p {
        font-size: 1.0rem;
    }


    /* JUDGE */

    .sc_judge {
        padding: 30px 0;
    }

    .sc_judge .inner {
        display: block;
        margin-top: 0;
    }

    .sc_judge .col {
        width: 100%;
        margin-top: 0;
    }

    .sc_judge .col+.col {
        margin-top: 30px;
    }

    .sc_judge .col ._t1 {
        font-size: 1.6rem;
        padding: 8px;
    }

    .sc_judge .col figure {
        border-top: 5px solid #F5F5F5;
        border-bottom: 5px solid #F5F5F5;
    }

    .sc_judge .col ._txts {
        padding: 28px 20px;
    }

    .sc_judge .col ._txts ._name {
        margin-bottom: 15px;
    }

    .sc_judge .col ._txts ._name p {
        font-size: 1.3rem;
        margin-left: 10px;
    }

    .sc_judge .col ._txts ._t2 {
        font-size: 1.3rem;
        line-height: 1.7em;
    }


    /* SCISSORS */

    .sc_scissors {
        padding: 25px 0 30px;
    }

    .sc_scissors h2 {
        font-size: 2.3rem;
        margin-bottom: 15px;
    }

    .sc_scissors .inner {
        display: block;
        padding: 0 35px;
    }

    .sc_scissors ._txts {
        flex: 1;
        padding: 0;
    }

    .sc_scissors ._txts p {
        font-size: 1.3rem;
        line-height: 1.538em;
        letter-spacing: 0;
        margin-bottom: 17px;
    }

    .sc_scissors ._txts h3 {
        font-size: 1.6rem;
        line-height: 1.538em;
        margin: 15px 0 10px;
        text-align: center;
    }

    .sc_scissors ._txts p+p {
        margin-top: 25px;
    }

    .sc_scissors ._photo {
        margin-bottom: 12px;
    }

    .sc_scissors a.item_link_btn {
        margin: 30px auto 0 auto;
    }


    /* OVERVIEW */

    .sc_overview {
        padding: 30px 0;
    }

    .sc_overview h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .sc_overview h2 span {
        padding: 0 23px;
    }

    .sc_overview p {
        font-size: 1.3rem;
        line-height: 1.538em;
        letter-spacing: 0;
    }

    .sc_overview a.item_link_btn {
        margin: 28px auto;
    }

    .sc_overview .box {
        margin-top: 25px;
        padding: 30px 20px;
        height: 400px;
    }

    .sc_overview .box h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

}

/* fv */
.idx-fv {
    width: 100%;
}

.idx-fv img {
    display: block;
    width: 100%;
}


/* work */

.sc_work {
    padding:0 0 120px 0;
}
@media only screen and (max-width: 767px) {
    .sc_work {
        padding:0 0 55px 0;
    }
}

.work-title{
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #004EA2;
    position: relative;
    text-align: center;
    font-size: 4rem;
    /*font-weight: 600;*/
    line-height: 1.2em;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
.work-title:before,
.work-title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #004EA2;
}
 
.work-title:before {
    margin-right: 1rem;
}
 
.work-title:after {
    margin-left: 1rem;
}

.work-title br {
   display: none;
}
@media only screen and (max-width: 767px) {
    .work-title{
        font-size: 2.6rem;
        margin-bottom: 28px;
    }
    .work-title br {
        display: inline;
     }
}

.work-list{
    overflow: hidden;
}

.work-list__body{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -40px;
}
.work-list--excellence .work-list__body{
    justify-content: center;
}
.work-list__item{
    width: calc(33.33333% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    cursor: pointer;
}
.work-list__item-img{
    padding-top: 93.758%;
    position: relative;
}
.work-list__item-img img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}
.work-list--excellence .work-list__item{
}
@media only screen and (max-width: 767px) {
    .work-list__item{
        width: calc(50% - 20px);
    }
    .work-list--excellence .work-list__item{
        width: 100%;
    }
}

.work-list__item-name{
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: center;
    margin-top: 8px;
}

.work-list__item-title{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .work-list__item-name{
        font-size: 1.2rem;
    }
    
    .work-list__item-title{
        font-size: 1.5rem;
    }
}


/* utility */
.u-mt1 {
    margin-top: 1em !important;
}

.u-mt3 {
    margin-top: 3em !important;
}

.u-mb0 {
    margin-bottom: 0 !important;
}

.u-mb-lg {
    margin-bottom: 120px !important;
}

@media only screen and (max-width: 767px) {
    .u-mb-lg {
        margin-bottom: 28px !important;
    }
}

.u-center {
    text-align: center !important;
}

/* modal */
.modal_award_body{
    display: none;
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    backdrop-filter: blur(15.17650032043457px);
    --webkit-backdrop-filter: blur(15.17650032043457px);
    background-color: rgba(234, 238, 242, 0.15);
}
.modal_award_bg{
    z-index: 299;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.modal_award {
  z-index: 300;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  width: 90%;
  overflow-y: scroll;
}
.modal_award .box {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background: #fff;
}
.modal_award--most .box{
    flex-wrap: wrap;
}
.modal_award .box figure {
  height: 300px;
  margin-right: 15px;
}
.modal_award--most .box figure{
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.modal_award--most .box figure.product{
    height: auto;
    width: 39%;
}
.modal_award--most .box figure.portrait{
    height: auto;
    width: 22%;
}
.modal_award .box figure img {
  height: 100%;
  width: 100%;
  display: block;
}
.modal_award .box .txts {
  flex: 1;
  padding-left: 20px;
}
.modal_award .box .txts p.t1 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.modal_award .box .txts p.t2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.modal_award .box .txts p.t3 {
  font-size: 1.5rem;
  line-height: 2em;
}
.modal_award .ico_award_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
.modal_award .ico_award_close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.modal_award .ico_award_close span:nth-of-type(1) {
  top: 0;
  transform: translateY(15px) rotate(-315deg);
}
.modal_award .ico_award_close span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-15px) rotate(315deg);
}

@media only screen and (max-width: 1380px) {
  .modal_award {

  }
  .modal_award .box {
    display: block;
    text-align: center;
  }
  .modal_award .box figure {
    display: inline-block;
    margin: 0 8px 40px;
  }
  .modal_award .box .txts {
    text-align: left;
    padding-left: 0;
  }

  .modal_award--most .box{
    display: flex;
  }
  .modal_award--most .box figure{
    margin:0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .modal_award--most .box .txts {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 865px) {
  .modal_award .box figure {
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  
  .modal_award {
 
  }
  .modal_award .box {
    box-sizing: border-box;
    padding: 50px 30px;
    display: block;
    min-height: 100vh;
  }
  .modal_award .box figure {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .modal_award .box figure:first-child {
    margin-bottom: 20px;
  }
  .modal_award--most .box figure{
    margin:0;
    padding: 0;
    width: 100%!important;
    margin-bottom: 20px;
  }
  .modal_award--most .box figure:last-child{
    margin:0;
  }
  
  .modal_award .box .txts {
    padding: 20px 0 0 0;
  }
  .modal_award .box .txts p.t1 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .modal_award .box .txts p.t2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .modal_award .box .txts p.t3 {
    font-size: 1.4rem;
  }
  .modal_award .ico_award_close {
    top: 10px;
    right: 10px;
  }
  
}


/* Most Award */
.name_box {
  margin-bottom: 50px;
}
.name_box .t2 {
  font-weight: bold;
}

.name_box p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5em;
}
.sc_theWork.pd_small {
  padding-bottom: 0;
}
.sc_theWork h2 span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin: -10px 0 10px;
}
.most_award {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.most_award .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 40%;
}
.most_award .item figure {
    width: 100%;
}
.most_award .item--portrait figure {
    width: 225px;
}
.most_award .item:hover {
  cursor: pointer;
}
.most_award .comment {
  flex: 1;
  padding-left: 40px;
}
.most_award .comment p {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.most_award .comment p:last-child {
  margin-bottom: 0;
}
.most_award .comment p span {
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 768px) {
  
  /* Most Award */
  .name_box {
    margin-bottom: 30px;
  }
  .name_box p {
    font-size: 1.8rem;
  }
  
  .sc_theWork h2 span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin: -10px 0 10px;
  }
  .most_award {
    display: block;
    max-width: 70%;
  }
  .most_award .item {
    width: 100%;
    margin-bottom: 30px;
   
  }
  .most_award .item figure {
    width: 100%;
  }
  .most_award .item--portrait figure {
    width: 135px;
  }
  .most_award .comment {
    padding-left: 0;
  }
  .most_award .comment p {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2em;
  }
  .most_award .comment p span {
    margin-bottom: 20px;
  }
  
}