@charset "UTF-8";
/* --- normalize --- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* --- reset+ --- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

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

.cf:before,
.cf:after {
  display: table;
  content: " ";
}

.cf:after {
  clear: both;
}

body {
  color: #333;
  background: #f5f5f5;
  font-size: 16px;
  font-family: "Roboto", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #ee3333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: baseline;
  background: transparent;
}
.a_deco a {
  text-decoration: underline;
}

table {
  width: 100%;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  margin-right: 0.25em;
}

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(180deg, #555 0%, #000 100%);
  color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
header a {
  color: #fff;
}
header .title {
  margin-left: 2px;
  margin-right: auto;
}
header .title img {
  width: 260px;
}
header .sns {
  margin-left: 8px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 559px) {
  header .sns {
    display: none;
  }
}
header .sns a {
  display: block;
  margin-left: 5px;
}
header .sns img {
  width: 30px;
}
header .tlf {
  margin-right: 15px;
}
@media screen and (max-width: 559px) {
  header .tlf {
    display: none;
  }
}
header .tlf img {
  height: 25px;
}

@media screen and (min-width: 560px) {
  header .rsp_nav {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  header .rsp_nav {
    display: block;
    z-index: 9999;
    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;
  }
  header .rsp_nav .openbtn {
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/bar.svg);
  }
  header .rsp_nav .openbtn.active {
    background-image: url(../images/icons/xmark.svg);
  }
}

footer {
  background: #000;
  color: #fff;
  text-align: center;
}
footer p {
  font-size: 13px;
  line-height: 1.325;
  font-family: "Roboto", sans-serif;
  padding: 5em 3em;
}

.topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  background-color: rgb(0, 0, 0);
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  border-radius: 30px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .topBtn {
    bottom: 10px;
    right: 10px;
  }
}
.topBtn:before {
  content: "▲";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.topBtn:hover {
  opacity: 0.7;
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #e4e4e4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav .layout_area {
  width: 100%;
  height: 100vh;
}
#g-nav .layout_area .ins {
  padding: 20px;
}
#g-nav .layout_area ul.pages {
  margin-top: 50px;
}
#g-nav .layout_area ul.pages li a {
  display: block;
  color: #000;
  font-size: 1.25em;
  font-weight: bold;
  padding: 1em 0.5em;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#g-nav .layout_area ul.pages li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
#g-nav .layout_area .sns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#g-nav .layout_area .sns a {
  border-bottom: none;
  padding: 0;
  margin: 0 6px;
}
#g-nav .layout_area .sns a img {
  width: 56px;
}
#g-nav ul.layout_area {
  display: none;
}
#g-nav.panelactive ul.layout_area {
  display: block;
}
#g-nav .reg_button a {
  margin-bottom: 2em;
  display: block;
  font-size: 1em;
  padding: 0.75em;
  color: #fff;
  background: red;
  border-radius: 4px;
  text-align: center;
}

.all_wrap {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  .all_wrap {
    width: 100%;
  }
}

.toppage_title_set {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background-image: linear-gradient(180deg, #fff 0%, #f5f5f5 100%);
}
.toppage_title_set img {
  width: 100%;
}
.toppage_title_set .title_2025 {
  width: 100%;
  background-image: url("../images/title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}
.toppage_title_set .title_2025 .center_area {
  margin: 0 auto;
  width: 40vw;
}
.toppage_title_set .title_2025 .linked_banner {
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  width: 80%;
}
.toppage_title_set .title_2025 .linked_banner a:hover {
  opacity: 0.8;
}
.toppage_title_set .title_2025 .linked_banner img {
  width: 100%;
}
@media screen and (min-width: 1800px) {
  .toppage_title_set .title_2025 {
    height: 50vw;
  }
  .toppage_title_set .title_2025 .center_area {
    width: 37.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .toppage_title_set .title_2025 .center_area {
    width: 47.5vw;
  }
  .toppage_title_set .title_2025 .center_area a:hover {
    opacity: 1;
  }
}
.toppage_title_set .title_2025 .under_767 {
  display: none;
}
@media screen and (max-width: 767px) {
  .toppage_title_set .title_2025 {
    background-image: none;
  }
  .toppage_title_set .title_2025 .center_area {
    width: 100vw;
    max-width: 500px;
  }
  .toppage_title_set .title_2025 .under_767 {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  .toppage_title_set .title_2025 .under_767 img {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .toppage_title_set .main_visual {
    margin: 0 auto;
    padding: 50px 0;
    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;
    width: 100%;
    max-width: 1000px;
  }
  .toppage_title_set .main_visual .kawacon_kv {
    width: 42%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.65);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.65);
    margin-right: 6%;
    position: relative;
  }
  .toppage_title_set .main_visual .kawacon_kv .result_banner_SMP {
    display: none;
  }
  .toppage_title_set .main_visual .kawacon_title {
    width: 52%;
    display: block;
    position: relative;
  }
  .toppage_title_set .main_visual .kawacon_title .result_banner_PC {
    position: absolute;
    bottom: 6%;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .toppage_title_set .main_visual .kawacon_title .result_banner_PC img {
    width: 85%;
  }
  .toppage_title_set .main_visual .kawacon_title .result_banner_PC a:hover {
    opacity: 0.7;
  }
  .toppage_title_set .main_visual .sub_copy {
    position: absolute;
    top: 180px;
    right: -100px;
    width: 200px;
  }
}
@media screen and (max-width: 999px) {
  .toppage_title_set .main_visual {
    padding: 25px;
  }
  .toppage_title_set .main_visual .kawacon_kv {
    margin: 0 auto;
    max-width: 400px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
    position: relative;
  }
  .toppage_title_set .main_visual .kawacon_kv .result_banner_SMP {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .toppage_title_set .main_visual .kawacon_kv .result_banner_SMP img {
    width: 80%;
  }
  .toppage_title_set .main_visual .kawacon_title,
  .toppage_title_set .main_visual .result_banner_PC,
  .toppage_title_set .main_visual .sub_copy {
    display: none;
  }
}

.ppbox {
  padding: 40px 1em;
}
@media screen and (min-width: 560px) and (max-width: 859px) {
  .ppbox {
    padding: 30px 1em;
  }
}
@media screen and (max-width: 599px) {
  .ppbox {
    padding: 1.5em 0.75em;
  }
}
.ppbox h2.pp_title {
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(180deg, #555 0%, #000 100%);
  color: #fff;
  padding: 0.75em 1em;
  margin-bottom: 1.125em;
  font-size: 1.325em;
  font-weight: normal;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (min-width: 560px) and (max-width: 1023px) {
  .ppbox h2.pp_title {
    padding: 0.675em 0.75em;
    margin-bottom: 1em;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 599px) {
  .ppbox h2.pp_title {
    padding: 0.675em 0.5em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 399px) {
  .ppbox h2.pp_title {
    padding: 0.6125em 0.5em;
    margin-bottom: 1em;
    font-size: 1.25em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 349px) {
  .ppbox h2.pp_title {
    font-size: 1.125em;
  }
}
.ppbox h2.pp_title .min {
  font-size: 0.75em;
}
.ppbox h2.pp_title a {
  color: #ffeb00;
}

.two_colum,
.two_flow,
.two_entryInfo,
.two_exhibition,
.two_prize {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .two_colum,
  .two_flow,
  .two_entryInfo,
  .two_exhibition,
  .two_prize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 5px;
  }
}

.two_colum {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.two_colum > div {
  width: calc((100% - 20px) / 2);
}

.two_flow > div {
  width: 50%;
}

.two_entryInfo > div,
.two_exhibition > div,
.two_prize > div {
  width: calc((100% - 4em) / 2);
}

@media screen and (max-width: 999px) {
  .two_colum > div,
  .two_flow > div,
  .two_entryInfo > div,
  .two_exhibition > div,
  .two_prize > div {
    width: 100%;
  }
}

.basic_article_box {
  line-height: 1.75;
  margin: 0 1em 1em;
}
@media screen and (max-width: 999px) {
  .basic_article_box {
    margin: 0 5px 1em;
  }
}

.summary_year {
  margin: 0 1em;
}
@media screen and (max-width: 599px) {
  .summary_year {
    margin: 0 0.5em;
  }
}
.summary_year > p {
  font-size: 1.125em;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .summary_year > p {
    font-size: 1em;
    line-height: 1.75;
  }
}

.HL_news {
  margin: 0 5px;
}
.HL_news h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 399px) {
  .HL_news h2 {
    font-size: 1.25em;
  }
}
.HL_news h2 .days {
  padding-right: 0.5em;
}
.HL_news .txt {
  margin-bottom: 1em;
}
.HL_news .txt p {
  font-size: 1.125em;
  line-height: 1.75;
}
@media screen and (max-width: 399px) {
  .HL_news .txt p {
    font-size: 1em;
  }
}
.HL_news a.poll_page_button {
  display: block;
  border: 2px solid #ee3333;
  border-radius: 6px;
  padding: 1.5em;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.HL_news a.poll_page_button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 559px) {
  .HL_news a.poll_page_button {
    width: 100%;
  }
}
.HL_news a.poll_page_button p.limit {
  color: #000;
  font-size: 1.25em;
  line-height: 1.375;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 349px) {
  .HL_news a.poll_page_button p.limit {
    font-size: 1em;
    line-height: 1.5;
  }
}
.HL_news a.poll_page_button p.link {
  margin-top: 0.5em;
  color: #ee3333;
  font-size: 1.75em;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  .HL_news a.poll_page_button p.link {
    font-size: 1.5em;
  }
}
.HL_news .link_area_v4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5em auto 3em;
}
@media screen and (max-width: 767px) {
  .HL_news .link_area_v4 {
    margin: 0 0 3em;
  }
}
.HL_news .link_area_v4 a {
  font-size: 1.125em;
  color: #ee3333;
  border: 2px solid #ee3333;
  display: block;
  padding: 1em;
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .HL_news .link_area_v4 a {
    width: 100%;
    margin: 3px;
  }
}
.HL_news .link_area_v5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em auto 3em;
}
@media screen and (max-width: 767px) {
  .HL_news .link_area_v5 {
    margin: 2em 0 3em;
  }
}
.HL_news .link_area_v5 a {
  font-size: 1.25em;
  color: #ee3333;
  border: 2px solid #ee3333;
  display: block;
  padding: 1em;
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .HL_news .link_area_v5 a {
    font-size: 1.125em;
    width: 100%;
    margin: 3px;
  }
}
.HL_news .result_wrap + .result_wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.HL_news .result_wrap {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .HL_news .result_wrap {
    display: block;
  }
}
.HL_news .result_wrap .result_image {
  background: #fff;
  width: 100%;
  max-width: 320px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 5px;
  margin-right: 1.5em;
}
.HL_news .result_wrap .result_image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .HL_news .result_wrap .result_image {
    width: auto;
    margin: 0 auto 1.5em;
  }
}
.HL_news .result_wrap .result_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.HL_news .result_wrap .result_data p {
  font-size: 1em;
  line-height: 1.875;
}
.HL_news .result_wrap .result_data p + p {
  margin-top: 0.75em;
}

.past_news {
  margin: 2em 5px 0;
}
.past_news .title {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.past_news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dotted #999;
  padding: 0.75em 0;
  line-height: 1.5;
}
.past_news li:first-child {
  border-top: 1px dotted #999;
}
.past_news .days {
  width: 6em;
  font-weight: bold;
}
@media screen and (max-width: 399px) {
  .past_news .days {
    width: 100%;
  }
}
.past_news .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 399px) {
  .past_news .txt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.past_news .link {
  margin-left: auto;
}
.two_colum .field_outside {
  display: block;
}

.two_colum .cl_field,
.two_colum .pd_field {
  background: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 999px) {
  .two_colum .cl_field,
  .two_colum .pd_field {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 559px) {
  .two_colum .cl_field,
  .two_colum .pd_field {
    margin-bottom: 1.5em;
    padding: 8px 8px;
  }
}
.two_colum .cl_field .title_cArea,
.two_colum .pd_field .title_cArea {
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 15px;
  border-radius: 8px;
}
@media screen and (max-width: 559px) {
  .two_colum .cl_field .title_cArea,
  .two_colum .pd_field .title_cArea {
    padding: 10px 10px;
  }
}
.two_colum .cl_field .title,
.two_colum .pd_field .title {
  font-size: 2.5em;
  padding-top: 0.25em;
  line-height: 1;
}
@media screen and (max-width: 559px) {
  .two_colum .cl_field .title,
  .two_colum .pd_field .title {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 369px) {
  .two_colum .cl_field .title,
  .two_colum .pd_field .title {
    font-size: 1.75em;
  }
}
.two_colum .cl_field .group_name,
.two_colum .pd_field .group_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px 0 15px;
}
.two_colum .cl_field .group_name span,
.two_colum .pd_field .group_name span {
  display: block;
  padding: 5px 2em;
  border-width: 1px 0;
  color: #fff;
  border-radius: 19px;
}
@media screen and (max-width: 559px) {
  .two_colum .cl_field .group_name,
  .two_colum .pd_field .group_name {
    margin: 10px 0 8px;
  }
  .two_colum .cl_field .group_name span,
  .two_colum .pd_field .group_name span {
    font-size: 0.875em;
    padding: 4px 1em;
    border-width: 1px 0;
    color: #fff;
    border-radius: 6px;
  }
}
.two_colum .cl_field .cap,
.two_colum .pd_field .cap {
  font-size: 1.125em;
  line-height: 1.5;
}
@media screen and (max-width: 419px) {
  .two_colum .cl_field .cap,
  .two_colum .pd_field .cap {
    font-size: 1em;
  }
  .two_colum .cl_field .cap br,
  .two_colum .pd_field .cap br {
    display: none;
  }
}
@media screen and (max-width: 369px) {
  .two_colum .cl_field .cap,
  .two_colum .pd_field .cap {
    font-size: 0.875em;
  }
}
.two_colum .cl_field .summary,
.two_colum .pd_field .summary {
  font-size: 1em;
  line-height: 1.675;
  margin: 0 10px;
}
@media screen and (max-width: 999px) {
  .two_colum .cl_field .summary,
  .two_colum .pd_field .summary {
    line-height: 1.5;
    margin: 0 5px;
  }
  .two_colum .cl_field .summary br,
  .two_colum .pd_field .summary br {
    display: none;
  }
}
.two_colum .cl_field .summary.plus,
.two_colum .pd_field .summary.plus {
  font-size: 0.8125em;
  margin-top: 0.125em;
}
.two_colum .cl_field .summary.plus2025,
.two_colum .pd_field .summary.plus2025 {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 1.25em 1em;
  font-size: 0.8125em;
  line-height: 1.5;
  margin-top: 0.75em;
}
.two_colum .cl_field .summary.plus2025 p,
.two_colum .pd_field .summary.plus2025 p {
  margin-top: 0.25em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .two_colum .cl_field .summary.plus2025,
  .two_colum .pd_field .summary.plus2025 {
    padding: 1em 0.75em;
    font-size: 0.875em;
  }
}
.two_colum .cl_field dl.prize,
.two_colum .pd_field dl.prize {
  margin: 1em 10px 0;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .two_colum .cl_field dl.prize,
  .two_colum .pd_field dl.prize {
    margin: 1em 5px 0;
  }
}
.two_colum .cl_field dl.prize dt,
.two_colum .pd_field dl.prize dt {
  font-size: 1.125em;
  font-weight: bold;
  padding-top: 0.125em;
}
.two_colum .cl_field dl.prize dt span.min,
.two_colum .pd_field dl.prize dt span.min {
  font-size: 85%;
}
.two_colum .cl_field dl.prize dt.guest_award,
.two_colum .pd_field dl.prize dt.guest_award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.two_colum .cl_field dl.prize dt.guest_award .newSet,
.two_colum .pd_field dl.prize dt.guest_award .newSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.two_colum .cl_field dl.prize dt.guest_award .newSet > span,
.two_colum .pd_field dl.prize dt.guest_award .newSet > span {
  margin-right: 0.375em;
  background: #ee3333;
  border-radius: 3px;
  font-size: 70%;
  color: #fff;
  padding: 1px 0.5em;
}
.two_colum .cl_field dl.prize dd,
.two_colum .pd_field dl.prize dd {
  margin: 0.25em 0 1.5em;
}
.two_colum .cl_field dl.prize dd p.target_age,
.two_colum .pd_field dl.prize dd p.target_age {
  font-weight: bold;
  font-size: 0.9125em;
  margin-bottom: 0.25em;
}
.two_colum .cl_field dl.prize dd ul,
.two_colum .pd_field dl.prize dd ul {
  list-style: disc;
  margin-top: 0em;
  margin-left: 1.5em;
}
.two_colum .cl_field dl.prize dd ul li,
.two_colum .pd_field dl.prize dd ul li {
  font-size: 0.9125em;
  line-height: 1.375;
  padding: 0.125em 0;
}

.cl_field .title_cArea {
  background: rgba(202, 28, 109, 0.25);
}

.cl_field .title {
  color: #ca1c6d;
}

.cl_field .group_name span {
  background: #ca1c6d;
}

.cl_field dl.prize dt {
  color: #ca1c6d;
  border-top: 1px solid rgba(202, 28, 109, 0.5);
}

.pd_field .title_cArea {
  background: rgba(0, 118, 169, 0.25);
}

.pd_field .title {
  color: #0076a9;
}

.pd_field .group_name span {
  background: #0076a9;
}

.pd_field dl.prize dt {
  color: #0076a9;
  border-top: 1px solid rgba(0, 118, 169, 0.5);
}

.prize_ph {
  float: right;
  width: 140px;
  margin-left: 1em;
  margin-top: -10px;
}
.prize_ph img {
  width: 100%;
}

.youth_creative_info {
  margin: 0 15px 1.5em;
  border-left: 4px solid rgba(202, 28, 109, 0.25);
  padding: 2px 10px;
}
.youth_creative_info p {
  color: #ca1c6d;
  font-size: 1em;
  font-weight: bold;
}
.youth_creative_info ul {
  list-style: circle;
  margin-top: 0.5em;
  margin-left: 1.5em;
}
.youth_creative_info ul li {
  font-size: 0.875em;
  line-height: 1.3125;
  padding: 0.25em 0;
}

.blank_space_img {
  margin: 18px auto 0;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 559px) {
  .blank_space_img {
    margin: 20px auto;
    width: 95%;
  }
}
.blank_space_img img {
  width: 100%;
}
.blank_space_img p {
  text-align: center;
  font-size: 0.9125em;
  margin-top: 0.75em;
}

.two_flow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.two_flow h3 {
  margin: 0;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 1.25em 0.5em;
  font-size: 1.25em;
  line-height: 1;
  border-radius: 1.125em;
  border-radius: 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 559px) {
  .two_flow h3 {
    padding: 0.75em 0.5em;
  }
}
@media screen and (max-width: 349px) {
  .two_flow h3 {
    border-radius: 6px;
  }
}
.two_flow h3 span {
  font-size: 75%;
}
@media screen and (max-width: 349px) {
  .two_flow h3 span {
    display: block;
    margin-top: 5px;
  }
}
.two_flow ul {
  margin-bottom: 5px;
  background: url(../images/white15px.jpg) top center repeat-y;
}
@media screen and (max-width: 999px) {
  .two_flow ul {
    background: none;
  }
}
.two_flow ul li {
  border-radius: 4px;
  margin: 0 10px;
  margin-top: 8px;
  padding: 5px 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  height: 84px;
}
@media screen and (max-width: 999px) {
  .two_flow ul li {
    margin: 5px 5px 0;
    height: auto;
  }
}
@media screen and (max-width: 399px) {
  .two_flow ul li {
    margin: 5px 0 0;
  }
}
.two_flow ul li.blank_li {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
@media screen and (max-width: 999px) {
  .two_flow ul li.blank_li {
    display: none;
  }
}
.two_flow ul .step {
  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-right: 10px;
  min-width: 48px;
  height: 48px;
  border-radius: 24px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}
.two_flow ul .step .num {
  margin-top: 2px;
  display: block;
  font-size: 18px;
}
.two_flow ul .data {
  padding: 0.25em 0;
}
.two_flow ul .pp {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.two_flow ul .txt {
  font-size: 0.875em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.two_flow .cl_field {
  background: rgba(202, 28, 109, 0.2);
  padding: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.two_flow .cl_field h3,
.two_flow .cl_field .step {
  background: #ca1c6d;
}

.two_flow .pd_field {
  background: rgba(0, 118, 169, 0.2);
  padding: 10px;
}
.two_flow .pd_field h3,
.two_flow .pd_field .step {
  background: #0076a9;
}

.ent_box {
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .ent_box {
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 600px) {
  .ent_box.pc-margin-bottom-sett {
    margin-bottom: 0;
  }
}
.ent_box h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: 1px solid #000;
  margin-bottom: 0.75em;
  padding-bottom: 0.125em;
}
@media screen and (max-width: 599px) {
  .ent_box h3 {
    font-size: 1.25em;
  }
}
.ent_box h3:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0ab";
  color: #ee3333;
  font-weight: 900;
  padding-right: 5px;
}

.guideline dl {
  margin: 0 0.25em;
}
.guideline dt {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #ee3333;
}
@media screen and (max-width: 599px) {
  .guideline dt {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 399px) {
  .guideline dt {
    font-size: 1em;
  }
}
.guideline dd {
  margin-bottom: 1.75em;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .guideline dd {
    font-size: 0.9125em;
  }
}
.guideline dd ul li {
  margin: 0.375em 0;
  text-indent: -1em;
  padding-left: 1em;
}
.guideline dd ul li span.min {
  font-size: 0.875em;
}
@media screen and (max-width: 599px) {
  .guideline dd ul li {
    margin: 0.3125em 0;
  }
}
.guideline dd .left-border-area {
  border-left: 2px solid #ee3333;
  margin-left: 0.5em;
  padding-left: 0.75em;
  margin-top: 1.25em;
}
@media screen and (max-width: 599px) {
  .guideline dd .left-border-area {
    margin-left: 0.375em;
    padding-left: 0.5em;
    margin-top: 1em;
  }
}
.guideline dd h4 {
  font-size: 110%;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .guideline dd h4 {
    font-size: 100%;
  }
}

.ent_box p.limit_day {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.ent_box p.limit_day .ll {
  font-size: 2.25em;
}
@media screen and (max-width: 599px) {
  .ent_box p.limit_day .ll {
    font-size: 2em;
  }
}
.ent_box p.limit_day .llm {
  font-size: 1.5em;
}
@media screen and (max-width: 599px) {
  .ent_box p.limit_day .llm {
    font-size: 1.25em;
  }
}
.ent_box .download {
  margin: 15px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .ent_box .download {
    margin: 15px 5px;
  }
}
.ent_box .download a {
  display: block;
  background: #ee3333;
  background: -webkit-gradient(linear, left top, left bottom, from(#f93f3f), to(#c33));
  background: linear-gradient(180deg, #f93f3f 0%, #c33 100%);
  border-radius: 7px;
  padding: 22px;
  color: #fff;
}
.ent_box .download a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.ent_box .download .dpdl {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 349px) {
  .ent_box .download .dpdl {
    font-size: 1.25em;
  }
}
.ent_box p.msg2025 {
  line-height: 1.5;
}
.ent_box p.msg2025 .red {
  color: #ee3333;
  font-weight: bold;
}
.ent_box .post_to {
  border: 5px solid #ee3333;
  background: #fff;
  padding: 1em 1.25em;
  margin: 0.75em 0 1.5em;
  line-height: 1.5;
}
.ent_box .post_to dl {
  margin: 0 0.25em;
}
.ent_box .post_to dl dt,
.ent_box .post_to dl dd {
  font-size: 1.125em;
  line-height: 1.5;
  padding: 0.25em 0 0;
}
.ent_box .post_to dl dt {
  float: left;
  width: 4.5em;
  font-weight: bold;
  color: #ee3333;
}
.ent_box .post_to dl dd {
  padding-left: 4.5em;
  font-weight: bold;
}
.ent_box .post_to dl dd .red {
  color: #ee3333;
  font-weight: normal;
  font-size: 80%;
}
@media screen and (max-width: 449px) {
  .ent_box .post_to dl dt {
    float: none;
  }
  .ent_box .post_to dl dt:nth-of-type(2) {
    margin-top: 0.75em;
  }
  .ent_box .post_to dl dd {
    padding-left: 0;
  }
}
.ent_box .contact {
  line-height: 1.5;
}
.ent_box .spncer {
  margin-top: 1em;
  line-height: 1.5;
}

ul.judge {
  margin: 0 0.25em;
  margin-left: 1.5em;
  list-style-type: disc;
}
ul.judge li {
  font-size: 1.25em;
  padding: 0.25em 0;
  font-weight: bold;
}

.three_guest_title {
  margin: 30px 0 1em;
  background: #ddd;
  padding: 0.5em 0.75em;
  font-size: 1.125em;
  font-weight: bold;
  border-radius: 100vmax;
}

.three_guest {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.three_guest > div {
  width: calc((100% - 6em) / 3);
}
@media screen and (max-width: 999px) {
  .three_guest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 5px;
  }
  .three_guest > div {
    width: 100%;
    margin: 0 0 1.5em;
  }
  .three_guest > div:last-child {
    margin-bottom: 0;
  }
}
.three_guest .guest_one .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 559px) {
  .three_guest .guest_one .data {
    margin-bottom: 0.5em;
  }
}
.three_guest .guest_one .photo {
  margin-right: 10px;
  width: 100px;
  height: 100px;
  background: #999;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 999px) {
  .three_guest .guest_one .photo {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 559px) {
  .three_guest .guest_one .photo {
    margin-right: 7px;
    width: 56px;
    height: 56px;
    border: 2px solid #fff;
  }
}
.three_guest .guest_one .photo img {
  width: 100%;
}
.three_guest .guest_one .name_post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.three_guest .guest_one .name {
  font-size: 1.5em;
  margin-bottom: 3px;
}
@media screen and (max-width: 559px) {
  .three_guest .guest_one .name {
    font-size: 1.3125em;
  }
}
.three_guest .guest_one .profession {
  font-size: 0.875em;
}
.three_guest .guest_one .career {
  margin: 0 0.25em;
}
.three_guest .guest_one .career p {
  font-size: 0.875em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 559px) {
  .three_guest .guest_one .career p {
    font-size: 0.9125em;
  }
}

@media screen and (max-width: 999px) {
  .exhibition + .exhibition {
    margin-top: 3em;
  }
}

.exhibition .title_box {
  color: #444;
  border-left: 6px solid #ee3333;
  padding: 0.5em 1em;
  margin-bottom: 20px;
}
.exhibition .title_box p {
  margin: 0 0 0.5em;
  font-size: 1em;
  line-height: 1.25;
}
.exhibition .title_box h3 {
  margin: 0;
  font-size: 2em;
}
.exhibition .title_box h3 span {
  font-size: 80%;
}
@media screen and (max-width: 399px) {
  .exhibition .title_box {
    padding: 0.5em 0.75em;
  }
  .exhibition .title_box p {
    font-size: 1em;
  }
  .exhibition .title_box h3 {
    font-size: 1.625em;
  }
}
.exhibition .vol108 {
  line-height: 1.5;
  background: #f9f9f9;
  border: 1px solid #666;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.exhibition .vol108 .day {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.25em;
  line-height: 1;
}
.exhibition .vol108 .day span {
  font-size: 85%;
}
.exhibition .vol108 .time {
  margin-top: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: normal;
}
.exhibition .vol108 .time strong {
  font-weight: bold;
}
.exhibition .fair_name {
  font-size: 1.25em;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 399px) {
  .exhibition .fair_name {
    font-size: 1em;
  }
}
.exhibition .fair_name span.lll {
  font-size: 135%;
  padding: 0 3px;
}
.exhibition .fair_name a {
  font-size: 90%;
}
.exhibition .summary p {
  line-height: 1.5;
}
.exhibition .photobox {
  margin: 0 auto;
}
.exhibition .photobox img {
  width: 100%;
}
.exhibition .place {
  border: 1px solid #666;
  border-width: 1px 0;
  padding: 0.75em 0.25em;
}
.exhibition .place p {
  line-height: 1.5;
  margin-top: 0.5em;
}
.exhibition .place p.name {
  margin-top: 0em;
  font-size: 1.25em;
  font-weight: bold;
}

.leatherfair .summary {
  margin-top: 1em;
}

.leatherfair .photobox {
  margin: 1em 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.leatherfair .photobox > div {
  width: 50%;
  border: 2px solid #fff;
}
.leatherfair .photobox img {
  width: 100%;
}

.lineapelle .wrap_img_sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1em 0 0;
}
.lineapelle .wrap_img_sum .img_box {
  width: calc(40% - 1em);
}
.lineapelle .wrap_img_sum .img_box img {
  width: 100%;
}
.lineapelle .wrap_img_sum .summary {
  width: 60%;
}

.two_prize h3 {
  margin: 0;
  border-bottom: 1px solid;
  text-align: center;
  font-weight: normal;
  font-size: 1.75em;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 399px) {
  .two_prize h3 {
    font-size: 1.325em;
  }
}
.two_prize .cl_field h3 {
  color: #ca1c6d;
  border-color: #ca1c6d;
}
.two_prize .pd_field h3 {
  color: #0076a9;
  border-color: #0076a9;
}
@media screen and (max-width: 999px) {
  .two_prize .cl_field {
    margin-top: 0.5em;
  }
  .two_prize .pd_field {
    margin-top: 2.5em;
  }
}

.two_p {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two_p > div {
  width: calc(50% - 10px);
}
@media screen and (max-width: 999px) {
  .two_p {
    margin: 0 10px;
  }
}
@media screen and (max-width: 559px) {
  .two_p {
    margin: 0;
  }
  .two_p > div {
    width: calc(50% - 5px);
  }
}
.two_p .prize_n {
  color: #fff;
  width: calc(100% - 2em);
  margin: 0 auto;
  padding: 0.5em;
  border-radius: 6px 6px 0 0;
}
.cl_field .two_p .prize_n {
  background: #ca1c6d;
}
.pd_field .two_p .prize_n {
  background: #0076a9;
}
.two_p .photo {
  width: 100%;
  background: #fff;
  margin: 0 0 0.75em;
  overflow: hidden;
  border: 1px solid #666;
}
.two_p .photo img {
  width: 100%;
}
.two_p .title {
  font-size: 1.125em;
  font-weight: bold;
  color: #000;
}
.two_p .name {
  font-size: 0.875em;
  margin-top: 0.325em;
}

.to_last {
  margin: 2em auto 4em;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 1em;
  text-align: center;
  border-radius: 0;
  border: 5px solid #ccc;
  background: #fff;
}
.to_last a {
  font-weight: bold;
  padding: 0 5px;
}
@media screen and (max-width: 559px) {
  .to_last {
    margin: 2em auto;
    font-size: 1em;
    padding: 1em 0.5em;
    border-radius: 6px;
    border: 3px solid #ccc;
  }
}

.ins_page_link {
  margin-top: -1em;
  padding-top: 1em;
}

.contest_title_area {
  margin: 0 auto 10px;
  padding: 3em 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#f5f5f5));
  background-image: linear-gradient(180deg, #fff 50%, #f5f5f5 100%);
  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;
}
@media screen and (max-width: 559px) {
  .contest_title_area {
    padding: 1.5em 0;
  }
}
.contest_title_area .contest_lead {
  width: 95%;
  max-width: 610px;
  margin: 0;
}
.contest_title_area .contest_lead h1 {
  margin: 0;
}
.contest_title_area .contest_lead h1 img {
  width: 100%;
}
.contest_title_area .contest_lead .period {
  margin-top: 1.5rem;
  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;
}
.contest_title_area .contest_lead .period .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: auto;
  background: #f00;
  border-radius: 5px;
  color: #fff;
  padding: 0.75em 1em;
  font-size: 1.125em;
  line-height: 1.5;
}
.contest_title_area .contest_lead .period .ins span {
  margin: 0 0.375em;
}
@media screen and (max-width: 399px) {
  .contest_title_area .contest_lead .period .ins {
    font-size: 1em;
  }
}
.contest_title_area .contest_lead .period .ins a {
  color: #fff;
  text-decoration: underline;
}
.contest_title_area .contest_lead .period .ins.end {
  padding: 0.75em 1.5em;
  font-size: 1.25em;
  font-weight: bold;
  border-radius: 4px;
}
@media screen and (max-width: 369px) {
  .contest_title_area .contest_lead .period .ins.end {
    padding: 0.75em 1em;
    font-size: 1em;
  }
}

.ppbox.contest_guide {
  padding-top: 0;
}

.contest_guide {
  margin-bottom: 50px;
  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;
}
.contest_guide div.summary,
.contest_guide div.process {
  width: calc((100% - 3em) / 2);
  margin-bottom: 0em;
}
@media screen and (max-width: 1099px) {
  .contest_guide div.summary,
  .contest_guide div.process {
    width: 100%;
  }
}
@media screen and (max-width: 1099px) {
  .contest_guide div.summary {
    margin-bottom: 3em;
  }
}
.contest_guide h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(180deg, #555 0%, #000 100%);
  color: #fff;
  padding: 0.6125em 0.75em;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1;
  border-radius: 2px;
}
.contest_guide h2 i {
  margin-right: 0.5em;
}
@media screen and (max-width: 599px) {
  .contest_guide h2 {
    margin-bottom: 1em;
    padding: 0.5em;
    line-height: 1.25;
  }
}
.contest_guide p {
  font-size: 1em;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .contest_guide p {
    line-height: 1.75;
  }
}
.contest_guide p.sub {
  margin: 1em 0;
}
.contest_guide ul.contact {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contest_guide ul.contact li {
  margin-right: 0.75em;
  padding: 0.25em 0;
}
.contest_guide ul.contact li:first-child {
  width: 100%;
}
.contest_guide a {
  color: #ee3333;
  text-decoration: underline;
}
.contest_guide .voting_period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em 0;
}
.contest_guide .voting_period .period {
  background: #fff;
  border: 6px solid rgba(0, 0, 0, 0.15);
  padding: 0.75em 1.5em;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contest_guide .voting_period .period p:first-child::after {
  content: "：";
  margin-right: 0.5em;
}
.contest_guide .wrap_process {
  display: block;
}
.contest_guide .wrap_process .process_box {
  width: 100%;
}
.contest_guide .wrap_process .process_box.select {
  margin-bottom: 3em;
}
.contest_guide .wrap_process .process_box h3 {
  font-size: 1.3125em;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .contest_guide .wrap_process .process_box h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
    padding: 8px 0.5em;
  }
}
.contest_guide .wrap_process .process_box .link_id {
  margin: 1.5em 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 374px) {
  .contest_guide .wrap_process .process_box .link_id {
    margin: 1em 0.5em 0;
  }
}
.contest_guide .wrap_process .process_box .link_id a {
  width: 50%;
  max-width: 210px;
  display: block;
  text-decoration: none;
  font-size: 1em;
  padding: 0.75em 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 399px) {
  .contest_guide .wrap_process .process_box .link_id a {
    font-size: 0.875em;
  }
}
.contest_guide .wrap_process .process_box .link_id a:first-child {
  background: #ca1c6d;
}
.contest_guide .wrap_process .process_box .link_id a:last-child {
  background: #0076a9;
}
.contest_guide .wrap_process .process_box .link_id a i {
  margin-right: 3px;
}
.contest_guide .wrap_process .process_box .link_id a span {
  display: block;
  font-size: 75%;
  margin-top: 0.5em;
  font-weight: normal;
}
.contest_guide .wrap_process .process_box .poll_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contest_guide .wrap_process .process_box .poll_button a {
  margin: 0.75em auto;
  display: block;
  font-size: 1.5em;
  padding: 1.25em 3em;
  border-radius: 10px;
  background: #ee3333;
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#ee3333));
  background: linear-gradient(to bottom, #f00 0%, #ee3333 100%);
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 599px) {
  .contest_guide .wrap_process .process_box .poll_button a {
    font-size: 1.25em;
    padding: 1em 2em;
    border-radius: 3.25em;
  }
}
.contest_guide .wrap_process .process_box .poll_button a:hover {
  opacity: 0.7;
}
.contest_guide .wrap_process .process_box p.notice {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.contest_guide .wrap_process .process_box p.notice i {
  color: #ee3333;
}
.contest_guide .wrap_process .process_box p.min {
  font-size: 14px;
}

.foot_cc {
  margin-bottom: 3em;
}
.foot_cc .poll_button2023 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot_cc .poll_button2023 a {
  margin: 0.75em auto;
  display: block;
  font-size: 1.5em;
  padding: 1.25em 3em;
  border-radius: 10px;
  background: #ee3333;
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#ee3333));
  background: linear-gradient(to bottom, #f00 0%, #ee3333 100%);
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 599px) {
  .foot_cc .poll_button2023 a {
    font-size: 1.25em;
    padding: 1em 2em;
    border-radius: 3.25em;
  }
}
.foot_cc .poll_button2023 a:hover {
  opacity: 0.7;
}
.foot_cc .poll_button2018 a {
  margin: 0.5em 0;
  display: block;
  font-size: 1.75em;
  background: #ee3333;
  background: -webkit-gradient(linear, left top, left bottom, from(#b81a35), to(#840b20));
  background: linear-gradient(to bottom, #b81a35 0%, #840b20 100%);
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  padding: 1em 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border: 4px solid #fff;
}
@media screen and (max-width: 599px) {
  .foot_cc .poll_button2018 a span {
    display: block;
    font-size: 80%;
    margin-top: 0.25em;
  }
}
.foot_cc .hometo {
  margin-top: 3em;
  font-size: 1.125em;
  text-align: center;
}
.foot_cc .hometo a {
  color: #ee3333;
  font-weight: bold;
}

.image_list_area {
  margin-bottom: 100px;
}
.image_list_area h2 {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.6125em 0;
}
.image_list_area h2 .sub {
  display: block;
  font-weight: normal;
  font-size: 70%;
  margin-top: 0.25em;
}
.image_list_area h2 .sub.plusmin {
  font-size: 70%;
}
.image_list_area p.comment_plus {
  line-height: 1.5;
  margin: 1em 0;
  text-align: center;
}
.image_list_area p.comment_plus a {
  color: #ee3333;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  .image_list_area p.comment_plus {
    margin: 0.75em 0;
    text-align: left;
  }
}
.image_list_area p.miss_num {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.image_list_area p.miss_num a {
  color: #ee3333;
  font-weight: bold;
}
@media screen and (max-width: 899px) {
  .image_list_area p.miss_num {
    text-align: left;
  }
}
.image_list_area ul.works {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image_list_area ul.works li {
  margin: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  width: calc(16.6666666667% - 16px);
}
@media screen and (max-width: 1099px) {
  .image_list_area ul.works li {
    width: calc(20% - 16px);
  }
}
@media screen and (max-width: 899px) {
  .image_list_area ul.works li {
    width: calc(25% - 16px);
  }
}
@media screen and (max-width: 699px) {
  .image_list_area ul.works li {
    margin: 6px;
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 499px) {
  .image_list_area ul.works li {
    margin: 6px;
    width: calc(50% - 12px);
  }
}
.image_list_area ul.works li a {
  color: #000;
  display: block;
}
.image_list_area ul.works li .img_area {
  background: #fff;
  position: relative;
  width: 100%;
}
.image_list_area ul.works li .img_area:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.image_list_area ul.works li .img_area .square {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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;
  padding: 10px;
}
.image_list_area ul.works li .img_area .square .in100 {
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}
.image_list_area ul.works li .img_area .square img {
  border: 1px solid #ddd;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.image_list_area ul.works li .num_name {
  text-align: center;
  padding: 0.5em;
}
.image_list_area ul.works li .num_name p {
  margin: 0;
}
.image_list_area ul.works li .num_name p.num {
  font-size: 1.25em;
  padding-right: 0em;
}
.image_list_area ul.works li .num_name p.num:before {
  content: "No.";
  font-size: 65%;
}
.image_list_area ul.works li .num_name p.name {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 0.25em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.image_list_area.creative50 h2 {
  background: #ca1c6d;
}
.image_list_area.creative50 ul.works li {
  background: rgba(202, 28, 109, 0.25);
}
.image_list_area.product50 h2 {
  background: #0076a9;
}
.image_list_area.product50 ul.works li {
  background: rgba(0, 118, 169, 0.2);
}

.closing {
  background: #fff;
  color: #ee3333;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 0.25em;
  margin-bottom: 0.75em;
  border-radius: 0.25em;
}
.closing .days {
  font-size: 80%;
  font-weight: normal;
}
@media screen and (max-width: 499px) {
  .closing .days {
    display: block;
    font-size: 70%;
  }
}

.poll_click_off {
  color: #ee3333;
  margin: 1em 0 0.5em;
  font-size: 1.5em;
  font-weight: bold;
}

.modal-open-button {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: 5px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.5s, scale 0s 0.5s;
  transition: opacity 0.5s, scale 0s 0.5s;
  scale: 0;
}

.modal:target {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  scale: 1;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.modal-wrapper {
  position: relative;
  width: 80%;
  max-height: 70%;
  padding: 20px;
  margin: auto;
  overflow: scroll;
  background-color: #FEFEFE;
  border-radius: 5px;
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
  scale: 0;
}

.modal:target .modal-wrapper {
  -webkit-transition: scale 0.5s;
  transition: scale 0.5s;
  scale: 1;
}

.modal-content h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

.result_ver {
  height: auto;
  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;
  padding: 3em 0 0;
}
@media screen and (max-width: 1199px) {
  .result_ver {
    display: block;
    padding: 3em 1em 0;
  }
}
@media screen and (max-width: 599px) {
  .result_ver {
    padding: 2em 1em 1em;
  }
}
.result_ver .result2025 {
  width: 100%;
  max-width: 380px;
  margin-right: 2em;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.result_ver .result2025 img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .result_ver .result2025 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .result_ver .result2025 {
    margin-bottom: 1em;
    max-width: 280px;
  }
}
.result_ver .result_lead {
  margin: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  color: #000;
  font-weight: bold;
}
.result_ver .result_lead h1 {
  font-weight: bold;
  font-size: 4em;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.result_ver .result_lead p.sub {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.result_ver .result_lead br.display599 {
  display: none;
}
.result_ver .result_lead .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result_ver .result_lead .intro p {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0.75em 0;
  margin: 0.5em 0;
  line-height: 1.75;
  font-weight: normal;
}
.result_ver .result_lead .intro p br {
  display: block;
}
@media screen and (max-width: 599px) {
  .result_ver .result_lead .intro p {
    text-align: left;
  }
  .result_ver .result_lead .intro p br {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .result_ver .result_lead {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .result_ver .result_lead {
    padding: 30px;
  }
  .result_ver .result_lead h1 {
    font-size: 2.5em;
  }
  .result_ver .result_lead p.sub {
    font-size: 1.25em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 599px) {
  .result_ver .result_lead {
    padding: 10px 0;
  }
  .result_ver .result_lead h1 {
    font-size: 2.5em;
  }
  .result_ver .result_lead .intro {
    margin-top: 1em;
  }
  .result_ver .result_lead p.sub {
    font-size: 1.5em;
    line-height: 1.25;
  }
  .result_ver .result_lead p.vote {
    font-size: 1.25em;
    line-height: 1.25;
  }
  .result_ver .result_lead br.display599 {
    display: block;
  }
}
@media screen and (max-width: 349px) {
  .result_ver .result_lead h1 {
    font-size: 2.25em;
  }
  .result_ver .result_lead p.sub {
    font-size: 1.25em;
  }
  .result_ver .result_lead .min-week {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .ppbox.cho_pt {
    padding-top: 0;
  }
}
.basic_article_box {
  font-size: 1.125em;
}
.basic_article_box.prize_msg {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .basic_article_box.prize_msg {
    margin-top: 0;
  }
}
.basic_article_box.prize_msg .plus_news {
  margin-top: 1.5em;
  font-size: 0.875em;
  padding-left: 1em;
  text-indent: -1em;
}

.selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em auto;
  max-width: 500px;
}
.selector a {
  width: 50%;
  margin: 0;
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .selector a {
    font-size: 80%;
  }
}
.selector a:hover {
  opacity: 0.8;
}
.selector a.c {
  background: #ca1c6d;
  border-radius: 6px 0 0 6px;
}
.selector a.p {
  background: #0076a9;
  border-radius: 0 6px 6px 0;
}

.anchor {
  padding-top: 30px;
  margin-top: -30px;
}

.winWork_one {
  margin: 3em 0;
  border-radius: 12px;
  overflow: hidden;
}
.winWork_one h2 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  padding: 1em;
  text-align: center;
}
.winWork_one .pz_set_all {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .winWork_one .pz_set_all {
    padding: 15px;
  }
}
@media screen and (max-width: 449px) {
  .winWork_one .pz_set_all {
    padding: 12px;
  }
}
.winWork_one.cl_field {
  background: rgba(202, 28, 109, 0.2);
}
.winWork_one.cl_field h2 {
  background: #ca1c6d;
}
.winWork_one.pd_field {
  background: rgba(0, 118, 169, 0.2);
}
.winWork_one.pd_field h2 {
  background: #0076a9;
}
.winWork_one p.intro {
  text-align: center;
  margin-bottom: 2em;
}
.winWork_one .wrap_prize {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3% 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
}
@media screen and (max-width: 559px) {
  .winWork_one .wrap_prize {
    margin: 0 auto;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.winWork_one .prize_box {
  margin-bottom: 3em;
}
.winWork_one .prize_box h3 {
  margin: 0 0 1em;
  font-size: 1.25em;
  text-align: center;
  padding: 0.75em 0;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .winWork_one .prize_box h3 {
    padding: 0.5em 0;
  }
}
.winWork_one .prize_box h3 span.sub {
  display: block;
  font-size: 70%;
  margin-top: 0.5em;
}
.winWork_one .prize_box .ph {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 1em;
}
@media screen and (max-width: 559px) {
  .winWork_one .prize_box .ph {
    padding: 7px;
  }
}
.winWork_one .prize_box .ph a img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .winWork_one .prize_box .ph a:hover {
    opacity: 0.6;
  }
}
.winWork_one .prize_box .this_data .pd_name {
  text-align: center;
  padding-top: 0.5em;
  font-weight: bold;
  font-size: 1.75em;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
@media screen and (max-width: 1024px) {
  .winWork_one .prize_box .this_data .pd_name {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .winWork_one .prize_box .this_data .pd_name {
    text-align: center;
  }
}
.winWork_one .prize_box .this_data .creator {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  margin-top: 0.5em;
}
.winWork_one .prize_box .this_data .creator span {
  padding-left: 0.25em;
  font-size: 81.25%;
}
@media screen and (max-width: 767px) {
  .winWork_one .prize_box .this_data .creator {
    margin-top: 0.25em;
  }
}
.winWork_one .prize_box .this_data .guide {
  margin: 0.75em 0 0;
  font-size: 1em;
  line-height: 1.75;
}
.winWork_one .prize_box .design_link {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 559px) {
  .winWork_one .prize_box .design_link {
    margin-top: 0.5em;
  }
}
.winWork_one .prize_box .design_link a {
  display: block;
  padding: 0.25em 1em;
  font-size: 1em;
  border-radius: 100vmax;
  border: 1px solid #0076a9;
  color: #0076a9;
}
.winWork_one .prize_box .design_link a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f03e";
  font-weight: 400;
  padding-right: 0px;
}
.winWork_one .prize_box .lineapelle_comment {
  margin: 1.5em 0 0;
  text-align: left;
  padding: 1em;
  background: rgba(255, 255, 255, 0.35);
}
.winWork_one .prize_box .lineapelle_comment .this_title {
  font-weight: bold;
}
.winWork_one .prize_box .lineapelle_comment p {
  font-size: 0.875em;
  line-height: 1.5;
  margin-top: 0.75em;
}
.winWork_one .prize_box .lineapelle_comment p.en {
  font-size: 0.8125em;
}
.winWork_one .prize_box .lineapelle_comment p + p {
  margin-top: 0.75em;
}
.winWork_one ul.bronze {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .winWork_one ul.bronze {
    margin: 20px 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 899px) {
  .winWork_one ul.bronze {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 559px) {
  .winWork_one ul.bronze {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
.winWork_one ul.bronze li .ph {
  padding: 10px;
  margin-bottom: 15px;
}
.winWork_one ul.bronze li .data {
  text-align: center;
}
.winWork_one ul.bronze li .data p {
  font-size: 1em;
  line-height: 1.25;
}
.winWork_one ul.bronze li .data .pd_name {
  font-size: 1.125em;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .winWork_one ul.bronze li .data .pd_name {
    font-size: 1em;
  }
}
.winWork_one ul.bronze li .data .creator {
  margin-top: 0.25em;
  font-weight: bold;
  font-size: 0.875em;
}
.winWork_one ul.bronze li .data .creator span {
  padding-left: 0.25em;
  font-size: 81.25%;
}
.winWork_one ul.bronze li .data .accordion-click {
  margin-top: 0.5em;
  font-size: 0.875em;
  cursor: pointer;
}
.winWork_one ul.bronze li .data .accordion-click:before {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 400;
  padding-right: 3px;
}
.winWork_one ul.bronze li .data .accordion-click:after {
  content: "を読む";
}
.winWork_one ul.bronze li .data .accordion-click.active:before {
  font-family: "Font Awesome 6 Free";
  content: "\f057";
  font-weight: 400;
  padding-right: 3px;
}
.winWork_one ul.bronze li .data .accordion-click.active:after {
  content: "を閉じる";
}
.winWork_one ul.bronze li .data .accordion-content {
  margin-top: 0.5em;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em;
  text-align: left;
  font-size: 0.8125em;
  line-height: 1.5;
}
.winWork_one ul.bronze li .data .design_link {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.winWork_one ul.bronze li .data .design_link a {
  display: block;
  padding: 2px 1em;
  font-size: 0.8125em;
  border-radius: 100vmax;
  border: 1px solid #0076a9;
  color: #0076a9;
}
.winWork_one ul.bronze li .data .design_link a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f03e";
  font-weight: 400;
  padding-right: 0px;
}
.winWork_one ul.bronze li h4 {
  background: #ca1c6d;
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 0.75em 0;
  margin: 0 10px;
  border-radius: 0.5em 0.5em 0 0;
}
.winWork_one ul.product_subs {
  margin: 20px 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 20px;
}
@media screen and (max-width: 1024px) {
  .winWork_one ul.product_subs {
    margin: 20px 0;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 899px) {
  .winWork_one ul.product_subs {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 559px) {
  .winWork_one ul.product_subs {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
}
@media screen and (max-width: 349px) {
  .winWork_one ul.product_subs {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.winWork_one ul.product_subs li .ph {
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 0.25em;
  width: 100%;
  background: #fff;
}
.winWork_one ul.product_subs li .ph a img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.winWork_one ul.product_subs li .data {
  text-align: center;
}
.winWork_one ul.product_subs li .data p {
  line-height: 1.25;
  font-size: 0.9125em;
}
.winWork_one ul.product_subs li .data .pd_name {
  font-weight: bold;
}
.winWork_one ul.product_subs li .data .creator {
  margin-top: 0.25em;
  font-weight: bold;
  font-size: 0.8125em;
}
.winWork_one ul.product_subs li .data .creator span {
  padding-left: 0.25em;
  font-size: 81.25%;
}
.winWork_one ul.product_subs li .data .design_link {
  margin-top: 0.375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.winWork_one ul.product_subs li .data .design_link a {
  display: block;
  padding: 2px 1em;
  font-size: 0.75em;
  border-radius: 100vmax;
  border: 1px solid #0076a9;
  color: #0076a9;
}
.winWork_one ul.product_subs li .data .design_link a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f03e";
  font-weight: 400;
  padding-right: 0px;
}
@media screen and (min-width: 1025px) {
  .winWork_one .wrap_other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .winWork_one .wrap_other .youthCreators,
  .winWork_one .wrap_other .juryAward {
    width: calc(50% - 8px);
  }
  .winWork_one .wrap_other .youthCreators ul.bronze {
    margin: 0 auto;
    display: block;
    width: calc(50% - 8px);
  }
  .winWork_one .wrap_other .juryAward ul.bronze {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 0px;
  }
}

.winWork_one + .winWork_one {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .winWork_one + .winWork_one {
    margin-top: 50px;
  }
}

.award_news {
  margin-top: 0.5em;
}
.award_news span {
  background: #e33;
  color: #fff;
  padding: 0.125em 0.75em;
  margin-right: 0.5em;
}

.award {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.75;
  margin: 4em 1em 0;
  padding: 1em;
}
@media screen and (max-width: 999px) {
  .award {
    margin: 4em 5px 0;
  }
}
.award h2 {
  margin: 0;
  background: #333;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding: 0.5em;
  font-size: 1.25em;
  line-height: 1;
  border-radius: 1.125em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 499px) {
  .award h2 {
    font-size: 1.125em;
    line-height: 1.25;
    border-radius: 4px;
  }
}
.award p {
  margin: 1em;
}
@media screen and (max-width: 499px) {
  .award p {
    margin: 1em 0;
  }
}
.award ul {
  max-width: 880px;
  margin: 2em 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;
}
@media screen and (max-width: 499px) {
  .award ul {
    margin: 1em auto;
  }
}
.award ul li {
  width: calc((100% - 2em) / 3);
}
.award ul li img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .award ul li {
    width: calc((100% - 1em) / 3);
  }
}
.award ul li.wide {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 559px) {
  .award ul li.wide {
    margin-bottom: 0.5em;
  }
}
.award ul + h2 {
  margin-top: 3em;
}