/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #ffffff;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

p {
  color: #111111;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.t-bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe618));
  background: linear-gradient(transparent 70%, #ffe618 70%);
}

@media screen and (min-width: 1025px) {
  .m-header .unit {
    padding: 16px 0 19px;
  }
  .m-header .unit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-header .unit .inner img {
    width: 42px;
    height: auto;
  }
  .m-header .unit .inner p span {
    color: #CD3100;
  }
  section .t-underline-navy {
    padding-bottom: 10px;
    border-bottom: solid 4px #526386;
  }
  section .t-underline-yellow {
    padding-bottom: 10px;
    border-bottom: solid 12px #ffe618;
  }
  section [class^=m-] .unit .inner {
    max-width: 848px;
    margin: 0 auto;
  }
  section .m-main .unit .inner {
    max-width: 100%;
    position: relative;
  }
  section .m-main .unit .inner .img-holder img {
    width: 100%;
  }
  section .m-main .unit .inner .txt-holder {
    position: absolute;
    top: 7vw;
    left: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .m-main .unit .inner .txt-holder .logo {
    text-align: center;
    width: 133px;
  }
  section .m-main .unit .inner .txt-holder .logo img {
    width: 100%;
  }
  section .m-main .unit .inner .txt-holder h1 {
    margin-top: 18px;
    font-size: 72px;
    color: #fff;
    line-height: 120%;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  }
  section .m-main .unit .inner .txt-holder .catch {
    display: block;
    margin-top: 22px;
    border-radius: 4px;
    padding: 10px 0 20px;
  }
  section .m-main .unit .inner .txt-holder .catch p {
    color: #fff;
    line-height: 145%;
    font-size: 18px;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
  }
  section .m-main .unit .inner .txt-holder .catch p span {
    color: #FDE829;
  }
  section .m-introduce .unit {
    padding: 78px 40px;
  }
  section .m-introduce .unit .inner p {
    font-size: 16px;
    line-height: 1.5em;
  }
  section .m-introduce .unit .inner p span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(41, 147, 254, 0.3)));
    background: linear-gradient(transparent 60%, rgba(41, 147, 254, 0.3) 60%);
  }
  section .m-introduce .unit .inner p + p {
    margin-top: 24px;
  }
  section .m-introduce .unit .inner .recommend-holder {
    margin-bottom: 40px;
  }
  section .m-introduce .unit .inner .recommend-holder dl {
    position: relative;
  }
  section .m-introduce .unit .inner .recommend-holder dl dt {
    position: relative;
    z-index: 2;
    background: #E5F1FD;
    width: 294px;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    font-weight: bold;
  }
  section .m-introduce .unit .inner .recommend-holder dl dt p {
    color: #095DB2;
    font-size: 20px;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd {
    margin-top: -22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 45px 24px 60px;
    border: solid 2px #095DB2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 4px;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder {
    width: 505px;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder ul li {
    font-size: 20px;
    padding: 24px 0px 24px 50px;
    position: relative;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder ul li:before {
    content: "";
    background: url("../images/icon_check.svg") no-repeat center center;
    width: 34px;
    height: 30px;
    top: 50%;
    left: 2px;
    margin-top: -13px;
    position: absolute;
    background-size: contain;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder ul li span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe618));
    background: linear-gradient(transparent 70%, #ffe618 70%);
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder ul li + li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: linear-gradient(to right, #E5F1FD, #E5F1FD 6px, transparent 6px);
    background-size: 10px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .img-holder {
    width: 200px;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .img-holder img {
    width: 100%;
    margin-bottom: 4px;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .img-holder p {
    color: #111111;
    font-size: 14px;
    text-align: center;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .img-holder p span {
    font-size: 16px;
    color: #CD3100;
    background: none;
    font-weight: normal;
  }
  section .m-introduce .unit .inner .intro p {
    font-size: 16px;
    line-height: 1.6em;
  }
  section .m-introduce .unit .inner .intro p span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(41, 147, 254, 0.3)));
    background: linear-gradient(transparent 60%, rgba(41, 147, 254, 0.3) 60%);
  }
  section .m-introduce .unit .inner .intro p + p {
    margin-top: 26px;
  }
  section .m-introduce .unit .inner .comment {
    margin-top: 40px;
  }
  section .m-introduce .unit .inner .comment .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  section .m-introduce .unit .inner .comment .user .img-holder {
    width: 100px;
  }
  section .m-introduce .unit .inner .comment .user .img-holder img {
    width: 100%;
  }
  section .m-introduce .unit .inner .comment .user .txt-holder {
    background: #EFF5F9;
    position: relative;
    margin-left: 32px;
    border-radius: 8px;
  }
  section .m-introduce .unit .inner .comment .user .txt-holder p {
    padding: 20px 16px;
  }
  section .m-introduce .unit .inner .comment .user .txt-holder:before {
    background: #EFF5F9;
    position: absolute;
    content: "";
    width: 18px;
    height: 14px;
    clip-path: polygon(0 50%, 100% 0%, 100% 100%);
    top: 50%;
    margin-top: -7px;
    left: -18px;
  }
  section .m-introduce .unit .inner .comment .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  section .m-introduce .unit .inner .comment .staff .txt-holder {
    width: 690px;
    margin-bottom: 20px;
  }
  section .m-introduce .unit .inner .comment .staff .img-holder {
    width: 134px;
  }
  section .m-introduce .unit .inner .comment .staff .img-holder img {
    width: 100%;
  }
  section .m-booking .unit {
    background: #E5F1FD;
    padding: 54px 0;
  }
  section .m-booking .unit .inner .title-holder {
    margin-bottom: 32px;
  }
  section .m-booking .unit .inner .title-holder h2 {
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 1.5em;
  }
  section .m-booking .unit .inner .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .m-booking .unit .inner .link-list dl {
    width: 408px;
    margin-bottom: 15px;
  }
  section .m-booking .unit .inner .link-list dl:nth-child(2n) {
    margin-left: 32px;
  }
  section .m-booking .unit .inner .link-list dl dt {
    font-size: 18px;
    display: block;
    color: #095DB2;
    border: solid 1px #095DB2;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    background: #ffffff;
  }
  section .m-booking .unit .inner .link-list dl dt:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 25px;
    border-bottom: 2px solid #095DB2;
    border-right: 2px solid #095DB2;
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  section .m-booking .unit .inner .link-list dl dt.active:after {
    margin-top: -2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  section .m-booking .unit .inner .link-list dl dd {
    display: none;
    margin-top: 10px;
  }
  section .m-booking .unit .inner .link-list dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .m-booking .unit .inner .link-list dl dd ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  section .m-booking .unit .inner .link-list dl dd ul li:nth-child(2n) {
    margin-left: 2%;
  }
  section .m-booking .unit .inner .link-list dl dd ul li a {
    display: block;
    color: #095DB2;
    border: solid 1px #095DB2;
    padding: 16px 24px;
    border-radius: 8px;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-booking .unit .inner .link-list dl dd ul li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    border-bottom: 2px solid #095DB2;
    border-right: 2px solid #095DB2;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  section .m-booking .unit .inner .link-list dl dd ul li a:hover {
    background: #095DB2;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-booking .unit .inner .link-list dl dd ul li a:hover:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section .m-judging .unit {
    padding: 110px 0 35px;
  }
  section .m-judging .unit .inner .title-holder {
    margin-bottom: 40px;
  }
  section .m-judging .unit .inner .title-holder h2 {
    color: #095DB2;
    text-align: center;
    font-size: 24px;
  }
  section .m-judging .unit .inner .title-holder h2 span {
    font-size: 26px;
    font-weight: bold;
  }
  section .m-judging .unit .inner .point-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .m-judging .unit .inner .point-holder .point {
    background: #EEF6FD;
    width: 228px;
    margin-bottom: 40px;
    padding: 36px 16px 34px;
    position: relative;
    border-radius: 4px;
  }
  section .m-judging .unit .inner .point-holder .point .num {
    position: absolute;
    left: -12px;
    top: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    background: #2993FE;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1;
  }
  section .m-judging .unit .inner .point-holder .point .num:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    bottom: 0;
    right: 0;
  }
  section .m-judging .unit .inner .point-holder .point dl dt {
    color: #095DB2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  section .m-judging .unit .inner .point-holder .point dl dd {
    color: #111111;
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 17px;
  }
  section .m-judging .unit .inner .point-holder .point p {
    font-size: 12px;
    line-height: 1.5em;
  }
  section .m-judging .unit .inner .point-holder .point p.label {
    background: #095DB2;
    padding: 4px 8px;
    font-size: 11px;
    display: inline-block;
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 8px;
    line-height: 1;
  }
  section .m-judging .unit .inner .point-holder .point.comment {
    background: none;
    padding: 0;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  section .m-judging .unit .inner .point-holder .point.comment .txt-holder {
    width: 100%;
  }
  section .m-judging .unit .inner .point-holder .point.comment .txt-holder p {
    display: inline-block;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    border: solid 1px #095DB2;
    font-size: 14px;
  }
  section .m-judging .unit .inner .point-holder .point.comment .txt-holder p span {
    color: #095DB2;
    font-weight: bold;
  }
  section .m-judging .unit .inner .point-holder .point.comment .img-holder {
    width: 134px;
    position: relative;
  }
  section .m-judging .unit .inner .point-holder .point.comment .img-holder::before {
    position: absolute;
    content: "";
    background: url("../images/line_comment.png");
    background-size: contain;
    width: 20px;
    height: 32px;
    top: 10px;
    left: -34px;
    position: absolute;
  }
  section .m-judging .unit .inner .point-holder .point.comment .img-holder img {
    width: 100%;
  }
  section .m-semifinal .unit {
    padding: 20px 0 4px;
  }
  section .m-semifinal .unit .inner h3 {
    color: #095DB2;
    font-size: 32px;
    margin-bottom: 24px;
    position: relative;
  }
  section .m-semifinal .unit .inner h3::before {
    content: "";
    background: url("../images/illust_opening_pc.png") no-repeat center center;
    width: 370px;
    height: 371px;
    background-size: contain;
    top: -25px;
    left: -106px;
    position: absolute;
    z-index: -1;
  }
  section .m-semifinal .unit .inner p {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 24px;
  }
  section .m-semifinal .unit .inner p span {
    font-weight: bold;
  }
  section .m-semifinal .unit .inner .member-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-semifinal .unit .inner .member-holder .member {
    width: 272px;
  }
  section .m-semifinal .unit .inner .member-holder .member .img-holder {
    width: 224px;
    margin: 0 auto 4px;
  }
  section .m-semifinal .unit .inner .member-holder .member .img-holder img {
    width: 100%;
    height: auto;
  }
  section .m-semifinal .unit .inner .member-holder .member p {
    text-align: center;
    margin-bottom: 32px;
  }
  section .m-semifinal .unit .inner .member-holder .member p.prefectures {
    margin-bottom: 2px;
    color: #095DB2;
    font-weight: bold;
    font-size: 24px;
  }
  section .m-semifinal .unit .inner .member-holder .member p.person {
    font-size: 18px;
    color: #111111;
  }
  section .m-final .unit {
    padding: 100px 0 55px;
  }
  section .m-final .unit .inner h3 {
    color: #095DB2;
    font-size: 32px;
    margin-bottom: 24px;
    position: relative;
  }
  section .m-final .unit .inner h3::before {
    position: absolute;
    content: "";
    background: url("../images/illust_report_pc.png");
    width: 370px;
    height: 370px;
    top: -30px;
    right: -90px;
    z-index: -1;
  }
  section .m-final .unit .inner p {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 70px;
  }
  section .m-final .unit .inner .img-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  section .m-final .unit .inner .img-holder img {
    margin: 0 auto;
    line-height: 0;
  }
  section .m-final .unit .inner .img-holder + p {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  section .m-final .unit .inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    margin: 40px auto;
  }
  section .m-final .unit .inner .flex .txt-holder {
    margin-bottom: 0;
    padding: 10px;
    border: solid 1px #095DB2;
    border-radius: 4px;
  }
  section .m-final .unit .inner .flex .txt-holder p {
    margin-bottom: 0;
  }
  section .m-final .unit .inner .flex .img-holder {
    width: 134px;
    position: relative;
    margin-bottom: 0;
  }
  section .m-final .unit .inner .flex .img-holder img {
    width: 100%;
  }
  section .m-final .unit .inner .flex .img-holder::before {
    position: absolute;
    content: "";
    background: url("../images/line_comment.png");
    background-size: contain;
    width: 20px;
    height: 32px;
    top: 50%;
    left: -50px;
    margin-top: -20px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  section .m-contest .unit {
    padding: 32px 0 0;
  }
  section .m-contest .unit .inner .title-holder {
    position: relative;
  }
  section .m-contest .unit .inner .title-holder::before {
    content: "";
    background: url("../images/illust_contest_left_pc.png");
    position: absolute;
    width: 180px;
    height: 180px;
    top: 50px;
    left: -110px;
  }
  section .m-contest .unit .inner .title-holder::after {
    content: "";
    background: url("../images/illust_contest_right_pc.png");
    position: absolute;
    width: 180px;
    height: 180px;
    top: 50px;
    right: -110px;
  }
  section .m-contest .unit .inner .title-holder h2 {
    position: relative;
    z-index: 3;
    color: #095DB2;
    font-size: 28px;
    margin-bottom: 8px;
    text-align: center;
    line-height: 133%;
  }
  section .m-contest .unit .inner .title-holder h2 span {
    font-size: 36px;
  }
  section .m-contest .unit .inner .title-holder p {
    position: relative;
    z-index: 3;
    font-size: 20px;
    text-align: center;
    margin-bottom: 58px;
    line-height: 1.6em;
  }
  section .m-contest .unit .inner .ranking-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-contest .unit .inner .ranking-holder .rank {
    width: 100%;
  }
  section .m-contest .unit .inner .ranking-holder .rank .img-holder {
    margin: 0 auto 38px;
    text-align: center;
  }
  section .m-contest .unit .inner .ranking-holder .rank .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
  }
  section .m-contest .unit .inner .ranking-holder .rank .person p {
    line-height: 1.5em;
    font-size: 24px;
    margin-left: 16px;
    margin-bottom: 14px;
    text-align: left;
  }
  section .m-contest .unit .inner .ranking-holder .rank .person .img-holder {
    margin: 0;
  }
  section .m-contest .unit .inner .ranking-holder .rank p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
  }
  section .m-closing .unit {
    padding-top: 50px;
  }
  section .m-closing .unit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-closing .unit .inner.closing {
    padding: 0 50px 0 40px;
    margin-top: 176px;
    gap: 110px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-closing .unit .inner .txt-holder p {
    font-size: 24px;
    line-height: 124%;
    text-align: center;
  }
  section .m-closing .unit .inner .txt-holder p + p {
    margin-top: 30px;
  }
  section .m-closing .unit .inner .txt-holder p.big {
    margin-top: 5px;
    font-size: 32px;
    line-height: 128%;
  }
  section .m-closing .unit .inner .txt-holder .img-holder {
    width: 340px;
    margin-top: 38px;
  }
  section .m-closing .unit .inner .txt-holder .img-holder img {
    width: 100%;
  }
  section .m-closing .unit .inner .img-holder {
    width: 309px;
    line-height: 0;
  }
  section .m-closing .unit .inner .img-holder img {
    width: 100%;
    line-height: 0;
  }
  section .m-archive .unit {
    padding: 60px 0 80px;
  }
  section .m-archive .unit .inner .txt-holder {
    margin-bottom: 70px;
  }
  section .m-archive .unit .inner .txt-holder p {
    line-height: 160%;
  }
  section .m-archive .unit .inner .txt-holder p + p {
    margin-top: 24px;
  }
  section .m-archive .unit .inner dl + dl {
    margin-top: 50px;
  }
  section .m-archive .unit .inner dl dt {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 25px;
    color: 40404;
  }
  section .m-archive .unit .inner dl dd p {
    color: #111111;
    line-height: 160%;
    margin-bottom: 20px;
  }
  section .m-archive .unit .inner dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .m-header .unit {
    padding: 20px 0;
  }
  .m-header .unit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-header .unit .inner p {
    font-size: 14px;
  }
  .m-header .unit .inner p span {
    color: #CD3100;
  }
  .m-header .unit .inner img {
    width: 42px;
    height: auto;
    margin-bottom: 8px;
  }
  section [class^=m-] .unit .inner {
    margin: 0 auto;
  }
  section .t-underline-navy {
    padding-bottom: 10px;
    border-bottom: solid 4px #526386;
  }
  section .t-underline-yellow {
    padding-bottom: 10px;
    border-bottom: solid 12px #ffe618;
  }
  section [class^=m-] .unit .inner {
    margin: 0 auto;
  }
  section .m-main .unit {
    position: relative;
    z-index: 3;
    padding: 0 0 8%;
  }
  section .m-main .unit .inner {
    max-width: 100%;
    position: relative;
  }
  section .m-main .unit .inner .img-holder img {
    width: 100%;
  }
  section .m-main .unit .inner .txt-holder {
    position: absolute;
    left: 4%;
    top: 4%;
  }
  section .m-main .unit .inner .txt-holder .logo {
    width: 25%;
  }
  section .m-main .unit .inner .txt-holder .logo img {
    width: 100%;
  }
  section .m-main .unit .inner .txt-holder h1 {
    font-size: 8vw;
    color: #fff;
  }
  section .m-main .unit .inner .txt-holder h1 span {
    line-height: 1.5em;
  }
  section .m-main .unit .inner .txt-holder .catch {
    display: block;
    margin: 5% auto 0;
    padding: 2% 0;
    position: relative;
  }
  section .m-main .unit .inner .txt-holder .catch p {
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
  }
  section .m-main .unit .inner .txt-holder .catch p span {
    color: #FDE829;
  }
  section .m-introduce .unit {
    padding: 10% 4% 18%;
  }
  section .m-introduce .unit .inner p {
    font-size: 16px;
    line-height: 1.6em;
  }
  section .m-introduce .unit .inner p span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(41, 147, 254, 0.3)));
    background: linear-gradient(transparent 60%, rgba(41, 147, 254, 0.3) 60%);
  }
  section .m-introduce .unit .inner p + p {
    margin-top: 24px;
  }
  section .m-introduce .unit .inner .recommend-holder {
    margin-bottom: 12%;
  }
  section .m-introduce .unit .inner .recommend-holder dl {
    position: relative;
  }
  section .m-introduce .unit .inner .recommend-holder dl dt {
    position: relative;
    z-index: 2;
    background: #E5F1FD;
    text-align: center;
    padding: 10px;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
  }
  section .m-introduce .unit .inner .recommend-holder dl dt p {
    color: #095DB2;
    font-size: 20px;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd {
    margin-top: -22px;
    padding: 7% 5%;
    border: solid 2px #095DB2;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder {
    margin-bottom: 4%;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder ul li {
    font-size: 18px;
    padding: 7% 0 6% 17%;
    position: relative;
    line-height: 1.6em;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder ul li:before {
    content: "";
    background: url("../images/icon_check.svg") no-repeat center center;
    width: 42px;
    height: 31px;
    top: 50%;
    left: 4px;
    margin-top: -15px;
    position: absolute;
    background-size: contain;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder ul li span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffe618));
    background: linear-gradient(transparent 70%, #ffe618 70%);
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .txt-holder ul li + li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: linear-gradient(to right, #E5F1FD, #E5F1FD 6px, transparent 6px);
    background-size: 10px 2px;
    background-position: left top;
    background-repeat: repeat-x;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .img-holder {
    width: 50%;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .img-holder img {
    width: 100%;
    margin-bottom: 4px;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .img-holder p {
    color: #111111;
    font-size: 14px;
    text-align: center;
  }
  section .m-introduce .unit .inner .recommend-holder dl dd .img-holder p span {
    font-size: 16px;
    color: #CD3100;
    background: none;
    font-weight: normal;
  }
  section .m-introduce .unit .inner .intro p {
    font-size: 18px;
    line-height: 1.6em;
  }
  section .m-introduce .unit .inner .intro p span {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(41, 147, 254, 0.3)));
    background: linear-gradient(transparent 60%, rgba(41, 147, 254, 0.3) 60%);
  }
  section .m-introduce .unit .inner .intro p + p {
    margin-top: 10%;
  }
  section .m-introduce .unit .inner .comment {
    margin-top: 50px;
  }
  section .m-introduce .unit .inner .comment .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-introduce .unit .inner .comment .user .img-holder {
    width: 19%;
  }
  section .m-introduce .unit .inner .comment .user .img-holder img {
    width: 100%;
  }
  section .m-introduce .unit .inner .comment .user .txt-holder {
    width: 72%;
    background: #EFF5F9;
    position: relative;
    border-radius: 8px;
  }
  section .m-introduce .unit .inner .comment .user .txt-holder p {
    padding: 12px 20px;
    line-height: 1.7em;
    font-size: 18px;
  }
  section .m-introduce .unit .inner .comment .user .txt-holder:before {
    background: #EFF5F9;
    position: absolute;
    content: "";
    width: 18px;
    height: 14px;
    clip-path: polygon(0 50%, 100% 0%, 100% 100%);
    top: 50%;
    margin-top: -7px;
    left: -18px;
  }
  section .m-introduce .unit .inner .comment .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .m-introduce .unit .inner .comment .staff .txt-holder {
    margin-bottom: 20px;
  }
  section .m-introduce .unit .inner .comment .staff .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  section .m-introduce .unit .inner .comment .staff .flex .txt-holder {
    width: 50%;
    margin-bottom: 0;
  }
  section .m-introduce .unit .inner .comment .staff .flex .img-holder {
    width: 134px;
  }
  section .m-introduce .unit .inner .comment .staff .flex .img-holder img {
    width: 100%;
  }
  section .m-booking .unit {
    background: #E5F1FD;
    padding: 13% 0 7%;
  }
  section .m-booking .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  section .m-booking .unit .inner .title-holder {
    margin-bottom: 6%;
  }
  section .m-booking .unit .inner .title-holder h2 {
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 1.5em;
  }
  section .m-booking .unit .inner .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  section .m-booking .unit .inner .link-list dl {
    margin-bottom: 15px;
    width: 100%;
    margin-bottom: 5%;
  }
  section .m-booking .unit .inner .link-list dl dt {
    font-size: 16px;
    display: block;
    color: #095DB2;
    border: solid 1px #095DB2;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    background: #ffffff;
  }
  section .m-booking .unit .inner .link-list dl dt:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 25px;
    border-bottom: 2px solid #095DB2;
    border-right: 2px solid #095DB2;
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  section .m-booking .unit .inner .link-list dl dt.active:after {
    margin-top: -2px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  section .m-booking .unit .inner .link-list dl dd {
    display: none;
    margin-top: 10px;
  }
  section .m-booking .unit .inner .link-list dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .m-booking .unit .inner .link-list dl dd ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  section .m-booking .unit .inner .link-list dl dd ul li:nth-child(2n) {
    margin-left: 2%;
  }
  section .m-booking .unit .inner .link-list dl dd ul li a {
    display: block;
    color: #095DB2;
    border: solid 1px #095DB2;
    padding: 16px 24px;
    border-radius: 8px;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-booking .unit .inner .link-list dl dd ul li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 25px;
    margin-top: -6px;
    border-bottom: 2px solid #095DB2;
    border-right: 2px solid #095DB2;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  section .m-booking .unit .inner .link-list dl dd ul li a:hover {
    background: #095DB2;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section .m-booking .unit .inner .link-list dl dd ul li a:hover:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  section .m-judging .unit {
    padding: 20% 0;
  }
  section .m-judging .unit .inner .title-holder {
    margin-bottom: 3%;
  }
  section .m-judging .unit .inner .title-holder h2 {
    color: #095DB2;
    text-align: center;
    font-size: 24px;
  }
  section .m-judging .unit .inner .title-holder h2 span {
    font-size: 26px;
    font-weight: bold;
  }
  section .m-judging .unit .inner .point-holder .point {
    position: relative;
    width: 92%;
    margin: 0 auto;
  }
  section .m-judging .unit .inner .point-holder .point .num {
    position: relative;
    left: 0;
    top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    background: #2993FE;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1;
    z-index: 2;
  }
  section .m-judging .unit .inner .point-holder .point .num:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 0%, 100% 100%);
    bottom: 0;
    right: 0;
  }
  section .m-judging .unit .inner .point-holder .point .txt-holder {
    background: #EEF6FD;
    width: 228px;
    margin: 0 auto;
    width: 90%;
    padding: 36px 16px 34px;
    position: relative;
    border-radius: 4px;
  }
  section .m-judging .unit .inner .point-holder .point dl dt {
    color: #095DB2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  section .m-judging .unit .inner .point-holder .point dl dd {
    color: #111111;
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 8%;
  }
  section .m-judging .unit .inner .point-holder .point p {
    font-size: 12px;
    line-height: 1.5em;
  }
  section .m-judging .unit .inner .point-holder .point p.label {
    background: #095DB2;
    padding: 4px 8px;
    font-size: 11px;
    display: inline-block;
    color: #ffffff;
    border-radius: 2px;
    margin-bottom: 8px;
    line-height: 1;
  }
  section .m-judging .unit .inner .comment {
    background: none;
    padding: 0;
    margin: 12% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .m-judging .unit .inner .comment .txt-holder p {
    display: inline-block;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    border: solid 1px #095DB2;
    font-size: 14px;
    line-height: 1.5em;
  }
  section .m-judging .unit .inner .comment .txt-holder p span {
    color: #095DB2;
    font-weight: bold;
  }
  section .m-judging .unit .inner .comment .img-holder {
    width: 134px;
    margin-left: 50px;
    position: relative;
  }
  section .m-judging .unit .inner .comment .img-holder::before {
    position: absolute;
    content: "";
    background: url("../images/line_comment.png");
    background-size: contain;
    width: 20px;
    height: 32px;
    top: 50%;
    left: -38px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -17px;
  }
  section .m-judging .unit .inner .comment .img-holder img {
    width: 100%;
  }
  section .m-semifinal .unit {
    padding: 10% 0;
  }
  section .m-semifinal .unit .inner h3 {
    width: 92%;
    color: #095DB2;
    font-size: 32px;
    margin: 0 auto 6%;
    position: relative;
  }
  section .m-semifinal .unit .inner h3::before {
    content: "";
    background: url("../images/illust_opening_pc.png") no-repeat center center;
    width: 370px;
    height: 371px;
    background-size: contain;
    top: -25px;
    left: -106px;
    position: absolute;
    z-index: -1;
  }
  section .m-semifinal .unit .inner p {
    width: 92%;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 auto 7%;
  }
  section .m-semifinal .unit .inner p span {
    font-weight: bold;
  }
  section .m-semifinal .unit .inner .member-holder {
    width: 92%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-semifinal .unit .inner .member-holder .member {
    width: 48%;
  }
  section .m-semifinal .unit .inner .member-holder .member .img-holder {
    width: 90%;
    margin: 0 auto 10px;
  }
  section .m-semifinal .unit .inner .member-holder .member .img-holder img {
    width: 100%;
    height: auto;
  }
  section .m-semifinal .unit .inner .member-holder .member p {
    text-align: center;
  }
  section .m-semifinal .unit .inner .member-holder .member p.prefectures {
    margin-bottom: 5px;
    color: #095DB2;
    font-weight: bold;
    font-size: 18px;
  }
  section .m-semifinal .unit .inner .member-holder .member p.person {
    font-size: 14px;
    color: #111111;
  }
  section .m-final .unit {
    padding: 10% 0;
  }
  section .m-final .unit .inner h3 {
    width: 92%;
    color: #095DB2;
    font-size: 32px;
    margin: 0 auto 6%;
    position: relative;
  }
  section .m-final .unit .inner h3::before {
    position: absolute;
    content: "";
    background: url(../images/illust_report_pc.png) no-repeat center center;
    width: 60vw;
    height: 60vw;
    background-size: contain;
    top: -35px;
    right: 0;
    z-index: -1;
  }
  section .m-final .unit .inner p {
    width: 92%;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 auto 7%;
  }
  section .m-final .unit .inner .img-holder {
    width: 92%;
    margin: 0 auto 7%;
    line-height: 0;
  }
  section .m-final .unit .inner .img-holder img {
    width: 100%;
    line-height: 0;
    height: auto;
  }
  section .m-final .unit .inner .img-holder p {
    background: #095DB2;
    padding: 10% 5%;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 0;
    width: auto;
  }
  section .m-final .unit .inner .img-holder p:before {
    background: #095DB2;
    position: absolute;
    content: "";
    width: 32px;
    height: 22px;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    top: -21px;
    margin-left: -16px;
    left: 50%;
  }
  section .m-final .unit .inner .flex {
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    margin: 40px auto;
  }
  section .m-final .unit .inner .flex .txt-holder {
    width: 50%;
    margin-bottom: 0;
    padding: 10px;
    border: solid 1px #095DB2;
    border-radius: 4px;
  }
  section .m-final .unit .inner .flex .txt-holder p {
    margin-bottom: 0;
  }
  section .m-final .unit .inner .flex .img-holder {
    width: 38%;
    position: relative;
    margin-bottom: 0;
  }
  section .m-final .unit .inner .flex .img-holder img {
    width: 100%;
  }
  section .m-final .unit .inner .flex .img-holder::before {
    position: absolute;
    content: "";
    background: url("../images/line_comment.png");
    background-size: contain;
    width: 20px;
    height: 32px;
    top: 50%;
    left: -50px;
    margin-top: -20px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  section .m-contest .unit {
    padding: 12% 0 0;
  }
  section .m-contest .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  section .m-contest .unit .inner .title-holder {
    position: relative;
  }
  section .m-contest .unit .inner .title-holder::before {
    content: "";
    background: url("../images/illust_contest_left_pc.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 0;
  }
  section .m-contest .unit .inner .title-holder::after {
    content: "";
    background: url("../images/illust_contest_right_pc.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    width: 30%;
    height: 30%;
    top: 35%;
    right: 0;
  }
  section .m-contest .unit .inner .title-holder h2 {
    position: relative;
    z-index: 2;
    color: #095DB2;
    font-size: 28px;
    margin-bottom: 3%;
    text-align: center;
    line-height: 1.5em;
  }
  section .m-contest .unit .inner .title-holder h2 span {
    font-size: 36px;
  }
  section .m-contest .unit .inner .title-holder p {
    position: relative;
    z-index: 3;
    font-size: 18px;
    text-align: center;
    margin-bottom: 7%;
    line-height: 1.6em;
  }
  section .m-contest .unit .inner .ranking-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-contest .unit .inner .ranking-holder .rank.champion .person .img-holder {
    width: 32%;
  }
  section .m-contest .unit .inner .ranking-holder .rank .img-holder {
    margin-bottom: 15px;
    width: 100%;
  }
  section .m-contest .unit .inner .ranking-holder .rank .img-holder img {
    width: 100%;
  }
  section .m-contest .unit .inner .ranking-holder .rank .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .m-contest .unit .inner .ranking-holder .rank .person .img-holder {
    width: 20%;
    position: relative;
    z-index: 2;
  }
  section .m-contest .unit .inner .ranking-holder .rank .person p {
    line-height: 1.5em;
    font-size: 22px;
    margin-left: 16px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
  }
  section .m-contest .unit .inner .ranking-holder .rank p {
    font-size: 16px;
    line-height: 1.6em;
  }
  section .m-closing .unit {
    padding: 18% 0 0;
  }
  section .m-closing .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  section .m-closing .unit .inner.photo {
    max-width: 100%;
    width: 100%;
    line-height: 0;
    margin: 10% 0;
  }
  section .m-closing .unit .inner.photo img {
    width: 100%;
  }
  section .m-closing .unit .inner.closing {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .m-closing .unit .inner.closing .txt-holder {
    width: 100%;
  }
  section .m-closing .unit .inner .txt-holder p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
  }
  section .m-closing .unit .inner .txt-holder p + p {
    margin-top: 20px;
  }
  section .m-closing .unit .inner .txt-holder p.big {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5em;
  }
  section .m-closing .unit .inner .img-holder {
    width: 50%;
    margin-top: 8%;
  }
  section .m-closing .unit .inner .img-holder img {
    width: 100%;
    line-height: 0;
  }
  section .m-archive .unit {
    padding: 60px 0 80px;
  }
  section .m-archive .unit .inner {
    width: 92%;
    margin: 0 auto;
  }
  section .m-archive .unit .inner .txt-holder {
    margin-bottom: 70px;
  }
  section .m-archive .unit .inner .txt-holder p {
    line-height: 160%;
  }
  section .m-archive .unit .inner .txt-holder p + p {
    margin-top: 24px;
  }
  section .m-archive .unit .inner dl + dl {
    margin-top: 50px;
  }
  section .m-archive .unit .inner dl dt {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 25px;
    color: 40404;
  }
  section .m-archive .unit .inner dl dd p {
    color: #111111;
    line-height: 160%;
    margin-bottom: 20px;
  }
  section .m-archive .unit .inner dl dd ul {
    width: 70%;
    margin: 0 auto;
  }
  section .m-archive .unit .inner dl dd ul li + li {
    margin-top: 10px;
  }
  section .m-archive .unit .inner dl dd ul li a img {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .m-footer .unit .inner {
    background: #5D5D5C;
    padding: 40px 5vw 30px;
  }
  .m-footer .unit .inner .content-footer-info-logo {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-footer .unit .inner .content-footer-info-logo a {
    display: block;
    margin-right: 45px;
    /* position: relative; */
    min-width: 22.5vw;
    position: relative;
  }
  .m-footer .unit .inner .content-footer-info-logo a img {
    display: block;
    height: 20px;
  }
  .m-footer .unit .inner .content-footer-info-logo a.logo-ew {
    display: block;
    min-width: 22.5vw;
    position: relative;
    margin-right: 24px;
  }
  .m-footer .unit .inner .content-footer-info-logo a.logo-ew:after {
    content: "";
    border-right: 1px solid #FFF;
    width: 5px;
    position: absolute;
    height: 20px;
    top: 0;
    right: -12px;
  }
  .m-footer .unit .inner p {
    color: #FFF;
    font-size: 16px;
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .m-footer .unit .inner .content-footer-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-footer .unit .inner .content-footer-info-link li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-footer .unit .inner .content-footer-info-link li:after {
    padding: 3px 10px;
  }
  .m-footer .unit .inner .content-footer-info-link li a {
    display: inline-block;
    color: #FFF;
    padding: 5px 0;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.8em;
  }
  .m-footer .unit .inner .content-footer-info-link li a:after {
    content: "|";
    display: inline-block;
    color: #FFF;
    padding: 0 0.3em;
  }
  .m-footer .unit .inner.copyright {
    width: 100%;
    padding: 10px 0;
    background: #000;
  }
  .m-footer .unit .inner.copyright p {
    margin: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 8px 0 10px;
    font-size: 2.8vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 750px) {
  .m-footer .unit .inner {
    background: #5D5D5C;
    padding: 40px 5vw 30px;
  }
  .m-footer .unit .inner .content-footer-info-logo a {
    display: block;
    margin-right: 45px;
    /* position: relative; */
    min-width: 22.5vw;
    position: relative;
  }
  .m-footer .unit .inner .content-footer-info-logo a img {
    display: block;
    height: 2.5vw;
  }
  .m-footer .unit .inner p {
    margin: 0.7vw 0 1.5vw;
    color: #FFF;
    font-size: 16px;
  }
  .m-footer .unit .inner .content-footer-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-footer .unit .inner .content-footer-info-link li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-footer .unit .inner .content-footer-info-link li a {
    display: inline-block;
    color: #FFF;
    font-size: calc(1rem + 0.2vw);
    padding: 3px 0 2px;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 14px;
  }
  .m-footer .unit .inner .content-footer-info-link li a:after {
    content: "|";
    display: inline-block;
    color: #FFF;
    padding: 0 0.3em;
  }
  .m-footer .unit .inner.copyright {
    width: 100%;
    padding: 10px 0;
    background: #000;
  }
  .m-footer .unit .inner.copyright p {
    margin: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    padding: 8px 0 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none !important;
  }
  .sp_none {
    display: block;
  }
}