/* common */
html {
  font-size: calc(14px - 2pt);
}
body {
  font-size: calc(16px - 2pt);
  background-color: #111111;
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  body {
    font-size: calc(14px - 2pt);
  }
}
#container {
  background: #111111;
}
@media screen and (max-width: 1199px) {
  #container {
    background-position: top 180px center;
    background-size: 1300px auto;
  }
}

#contents {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#contents .contents-in {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 200px;
}
.contents-in > *:last-child > *:last-child {
  padding-bottom: 0.5em;
}
.footer-in {
  margin-top: 0px;
}
.only-sp {
  display: none;
}
.mt0 {
  margin-top: 0!important;
}
@media screen and (max-width: 1023px) {
  #contents .contents-in {
    width: 100%;
    padding: 0;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
  html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
  }
  #container, #contents {
    max-width: 100%;
    overflow-x: hidden;
  }
  .sec {
    width: 100%;
  }
  #kamban {
    margin: 2rem 0;
  }
}

.btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 16em;
  padding: 0.5em 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #002561;
  border-radius: 1em;
}
.btn::after {
  position: absolute;
  content: "\f061";
  top: 50%;
  right: 0.8em;
  margin-top: -0.5em;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 0.8em;
}

.lnk-btn {
  margin-top: auto;
  padding: 0.3em 0.4em;
  text-align: right;
}
.lnk-btn a {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  background: #002561;
  border-radius: 0.85em;
  white-space: nowrap;
}
.lnk-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0.25em 0.2em 0 0;
  width: 0.9em;
  height: 0.9em;
  background: url('../images/1_common/icon_arw.svg') no-repeat center center;
  background-size: contain;
}

.common_green_icon_link > i {
  margin-right: 0.3em;
}


/* head-nav */
.head-nav {
  width: 100%;
  border-bottom: #fff 5px solid;
  background: #333;
}
.head-nav .__sp {
  display: none;
}
.head-nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 200px;
  max-width: 1440px;
  margin: auto;
}
.head-nav li {
  width: 100%;
  padding: 0.3em 0.15em;
  text-align: center;
}
.head-nav li a {
  display: inline-block;
  width: 100%;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  letter-spacing: 0.1em;
  border-radius: 16px;
}
.head-nav li.v--hm a {
  background: #002561;
}
.head-nav li.v--ev a {
  background: #90c;
}
.head-nav li.v--d1 a {
  background: #00bc00;
}
.head-nav li.v--d2 a {
  background: #87CEEB;
}
.head-nav li.v--d3 a {
  background: #f60;
}
.head-nav li.v--exh a {
  background: #90c;
}
.head-nav li.v--ac a {
  color: #000;
  background: #fff;
}
.head-nav li.v--ap a {
  font-size: 16px;
  letter-spacing: 0;
  background: #002561;
}
.head-nav li.v--ap a::before {
  content: '';
  display: inline-block;
  margin-right: 0.2em;
  width: 1.1em;
  height: 1.4em;
  vertical-align: -0.3em;
  background: url('../images/1_common/icon_app.svg') no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .head-nav ul {
    padding: 0;
  }
  .head-nav li:first-child {
    border-left: none;
  }
  .head-nav li:last-child {
    border-right: none;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .head-nav {
    border-bottom: #fff 4px solid;
  }
  .head-nav .__sp {
    display: list-item;
  }
  .head-nav .__pc {
    display: none;
  }
  .head-nav ul {
    flex-wrap: wrap;
  }
  .head-nav li {
    width: 33.33%;
  }
  .head-nav li.v--ev,
  .head-nav li.v--d1,
  .head-nav li.v--d2,
  .head-nav li.v--d3 {
    width: 25%;
  }
  .head-nav li a {
    font-size: 14px;
    line-height: 28px;
  }
  .head-nav li.v--ev a,
  .head-nav li.v--d1 a,
  .head-nav li.v--d2 a,
  .head-nav li.v--d3 a {
    font-size: 16px;
    line-height: 32px;
  }
  .head-nav li.v--ap a {
    padding-top: 2px;
    font-size: 13px;
  }
}


.head-pc {
  display: block;
}
.head-sp {
  display: none;
}

.wrap-head {
  position: relative;
  width: 100%;
  padding-top: 20%; /* 360/1220 - 画像アスペクト比に合わせる */
  height: 0;
  background: #111111 url('../images/1_common/head_bg-2026-3.png') no-repeat top center;
  background-size: 100% auto;
  margin-bottom: 0;
  overflow: visible;
}
.wrap-head #kamban {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  height: auto; /* 固定heightを上書きし、wrap-headの高さに合わせる */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* wrap-head内：全幅でタイトルを背景内に収める（PC含む） */
.wrap-head .kamban-h1 {
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.wrap-head .kamban-h1 img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}
/* PC版：title-2026-3.png を右配置、15%縮小（768px〜1199px、1200px以上） */
@media screen and (min-width: 768px) and (max-width: 1199px),
       screen and (min-width: 1200px) {
  .wrap-head #kamban {
    justify-content: flex-end;
    padding-right: 10%;
  }
  .wrap-head .kamban-h1 {
    justify-content: flex-end;
    width: 100%;
  }
  .wrap-head .kamban-h1 img {
    transform: scale(1) translateX(-30px);
  }
}

/* 768px〜1023px：タブレット幅で縦幅拡大、背景を cover で右側の余白を解消 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wrap-head {
    padding-top: 20%;
    background-size: cover;
    background-position: center center;
  }
}

/* kamban */
#kamban {
  display: flex;
  justify-content: center;
  align-items:center;
  
}

.kamban-h1 img {
  width: 100%;
  height: auto;
  object-position: center;
}
      .kamban-sub {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 70px;
        background: #636363;
        padding: 20px 0;
        margin-top: 0;
      }
.kamban-sub-text {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  padding: 0 20px;
  font-size: calc(1em + 10pt);
}
.kamban-info {
  position: relative;
  width: 100%;
  font-size: 21px;
}
.kamban-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kamban-text::before {
  display: none;
}

@media screen and (max-width: 1199px) {
  #kamban {
    height: 120px;
  }
  .kamban-h1 {
    width: 860px;
  }
  .kamban-sub {
    height: auto;
    min-height: 64px;
  }
  .kamban-info {
    font-size: 18px;
  }
  .kamban-text {
    font-size: 20px;
  }
  .kamban-text::before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #kamban {
    height: 104px;
    margin: 2rem 0;
  }
  .kamban-h1 {
    width: 100%;
    max-width: 732px;
    margin-left: 0;
  }
  .kamban-sub {
    flex-direction: column;
    height: auto;
    padding: 12px 0;
  }
  .kamban-info {
    font-size: 16px;
  }
  .kamban-text {
    font-size: 16px;
  }
  .kamban-text::before {
    display: none;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .wrap-head {
    box-sizing: content-box; /* padding-top のアスペクト比トリックを有効に */
    padding-top: 50%; /* 縦に20%拡張（29.508% × 1.2） */
    background-image: url('../images/1_common/head_bg-2026-3-sp.png');
    background-position: right top; /* head_bg-2026-3-sp.png の右端を表示 */
  }
  .wrap-head #kamban {
    height: 100%; /* ヒーローエリア縦幅いっぱいに（82pxを上書き） */
  }
  .wrap-head .kamban-h1 {
    max-width: 95%; /* title-2026-2.png をヒーローエリア幅いっぱいに拡大 */
  }
  .wrap-head .kamban-h1 img {
    max-height: 100%; /* ヒーローエリア縦幅いっぱいに拡大 */
    max-width: 100%;
  }
  .kamban-h1 {
    margin: 0 8px;
    width: 100%;
    max-width: 560px;
    box-sizing: border-box;
  }
  .kamban-sub {
    padding: 8px 0;
  }
  .kamban-sub > div {
    flex-direction: column;
    align-items: center;
  }
  .kamban-info {
    font-size: 16px;
  }
  .kamban-text {
    font-size: 14px;
  }
  .kamban-text::before {
    display: none;
  }
  .kamban-info {
    font-size: 14px;
  }
}
/* モバイル版（479px以下） */
@media screen and (max-width: 479px) {
  #kamban {
    height: auto;
  }
  .kamban-h1 {
    margin: 2vw 0;
    width: 100%;
    box-sizing: border-box;
  }
  .kamban-sub {
    padding: 2vw 0;
  }
  .kamban-text::before {
    display: none;
  }
  .kamban-info {
    font-size: 12px;
  }
  .kamban-text {
    font-size: 12px;
  }
}

/* section */
.sec {
  margin: 2.0em 0;
}
.sec h1 {
  margin-bottom: 0.3em;
  padding-bottom: 0.15em;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #00aeff;
  text-align: center;
  line-height: 1.1;
}
.sec h1 small {
  display: block;
  font-size: 0.4em;
  font-weight: bold;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .sec {
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .sec h1 {
    font-size: 42px;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .sec h1 {
    font-size: 32px;
  }
}

.wrap-w {
  padding: 1.2em;
  background: transparent;
}
.wrap-w > .contents-in:first-of-type {
  color: #fff;
}
.wrap-w > .contents-in:first-of-type .news-ul {
  color: #fff;
  border-top-color: rgba(255, 255, 255, 0.3);
}
.wrap-w > .contents-in:first-of-type .news-ul li {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.wrap-w > .contents-in:first-of-type .sec h1 {
  color: #00aeff;
}
.wrap-w > .contents-in:first-of-type .sec h1 small {
  color: rgba(255, 255, 255, 0.8);
}
.wrap-schedule {
  width: 100%;
  margin-top: 8rem;
  padding-top: 20px;
  background: linear-gradient(to bottom, #777777, #111111);
}
.wrap-schedule > .contents-in {
  margin-left: auto;
  margin-right: auto;
}
.wrap-schedule .sec h1 small {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .wrap-w {
    padding: 0.8em;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .wrap-w {
    padding: 0.6em;
  }
  .wrap-schedule {
    margin-top: 3rem;
    padding-top: 15px;
    background: transparent;
  }
  .kamban-sub-text {
    font-size: calc(1em + 4pt);
    padding: 0 15px;
  }
}
/* モバイル版（479px以下） */
@media screen and (max-width: 479px) {
  .wrap-w {
    padding: 0.5em;
  }
  .wrap-schedule {
    margin-top: 0rem;
    padding-top: 10px;
  }
  .kamban-sub-text {
    font-size: calc(1em + 2pt);
    padding: 0 10px;
  }
  .sec h1 {
    font-size: 26px;
  }
}

  /* section-news */
.news-ul {
  margin-bottom: 0;
  color: #000;
  border-top: #000 1px solid;
}
.news-ul li {
  display: flex;
  padding: 0.6em 0;
  font-size: 1.2em;
  border-bottom: #000 1px solid;
}
.news-ul li p {
  font-size: 0.9em;
}
.news-ul .__date {
  width: 5.5em;
  font-weight: bold;
}
.news-ul .__wrap {
  padding-left: 0.5em;
}
.news-ul .__ttl {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.news-ul .__thumb-wrap {
  display: flex;
}
.news-ul .__thumb-wrap p {
  flex: 1;
}
.news-ul .__thumb  {
  width: 560px;
  margin-left: 8px;
}
.news-ul .__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .news-ul {
    margin: 8px auto 30px;
    width: 100%;
  }
  .news-ul .__thumb-wrap {
    flex-direction: column-reverse;
  }
  .news-ul .__thumb  {
    width: 500px;
    margin: 0 auto 0.3em;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .news-ul li {
    display: block;
  }
  .news-ul {
    margin: 8px auto 20px;
  }
  .news-ul .__date,
  .news-ul .__icn {
    display: inline-block;
    padding: 0;
  }
  .news-ul .__date{
    width: auto;
    margin-bottom: 0.3em;
  }
  .news-ul .__icn {
    margin-top: -0.9em;
    width: 2.7em;
    height: 2.7em;
    vertical-align: top;
    min-width: 0;
  }
  .news-ul .__icn img {
    width: 100%;
    height: auto;
  }
  .news-ul .__wrap {
    padding-left: 0;
  }
  .news-ul .__thumb  {
    width: 120px;
    margin-left: 5px;
  }
}
/* モバイル版（479px以下） */
@media screen and (max-width: 479px) {
  .news-ul li {
    padding: 0.5em;
    font-size: 1.1em;
  }
  .news-ul .__thumb-wrap {
    flex-direction: column-reverse;
  }
  .news-ul .__thumb  {
    width: 100%;
    margin: 0 auto 0.3em;
  }
}

/* col */

.ul-col {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}
.ul-col > li {
  margin-bottom: 1.5em;
}
.ul-col h2 {
  font-size: 1.2em;
  font-weight: bold;
}
.ul-col p {
  font-size: 1.1em;
}
.ul-col.v--c2 {
  margin-left: -3%;
}
.ul-col.v--c2 > li {
  width: 47%;
  margin-left: 3%;
}
.ul-col.v--c3 {
  margin-left: -3%;
}
.ul-col.v--c3 > li {
  width: 30.3333%;
  margin-left: 3%;
}
.ul-col.v--c4 {
  margin-left: -3%;
}
.ul-col.v--c4 > li {
  width: 22%;
  margin-left: 3%;
}
.ul-col img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
.ul-col a {
  color: #000;
}
.ul-col .archive-ul li {
  width: 9.5em;
  font-size: 1.0em;
}
.ul-col .common_green_icon_link > i {
  color: #06227e;
}
.ul-col .common_green_icon_link > p {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .ul-col h2 {
    font-size: 1.1em;
  }
  .ul-col p {
    font-size: 1.0em;
  }
  .ul-col.v--c4 > li {
    width: 30.3333%;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .ul-col h2 {
    font-size: 1.0em;
  }
  .ul-col p {
    font-size: 0.9em;
  }
  .ul-col .archive-ul li {
    width: 8.5em;
    font-size: 0.9em;
  }
  .ul-col.v--c2 {
    display: block;
    margin: 0;
  }
  .ul-col.v--c2 > li {
    margin: 0;
    width: 100%;
  }
  .ul-col.v--c3,
  .ul-col.v--c4 {
    margin-left: -2%;
  }
  .ul-col.v--c3 > li,
  .ul-col.v--c4 > li {
    width: 48%;
    margin-left: 2%;
  }
}

  /* section-contents */
.wrap-cont {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background: #f0f0f0;
}
.wrap-cont .sec h1 {
  color: #06227e;
}
.wrap-cont > .contents-in {
  margin-left: auto;
  margin-right: auto;
}

  /* section-topics */
.wrap-tpic {
  width: 100%;
  background: #ffc;
}
.wrap-tpic > .contents-in {
  margin-left: auto;
  margin-right: auto;
}

  /* section-archive */
.archive-wrap{
  width: 100%;
  padding-bottom: 40px;
  background: #111111;
  color: #fff;
}
/* 600px〜1023px：コンテスト・ワールドカップエリア同様の余白 */
@media screen and (max-width: 1023px) and (min-width: 600px) {
  .archive-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.archive-wrap .sec h1 {
  color: #00aeff;
}
.archive-wrap .sec h1 small {
  color: #fff;
}
.archive-wrap .contents-in{
  margin: auto;
}
.archive-wrap .common_green_icon_link,
.archive-wrap .common_green_icon_link > p,
.archive-wrap .products_detail_toggle > dl > dt,
.archive-wrap .products_detail_toggle > dl > dt > p {
  color: #fff !important;
}
.archive-wrap .common_green_icon_link:hover,
.archive-wrap .common_green_icon_link:hover > p {
  color: rgba(255, 255, 255, 0.8) !important;
}
.archive-wrap .products_detail_toggle > dl > dt {
  border-color: #ffffff;
}
.archive-wrap .products_detail_toggle > dl > dd {
  background-color: #2a2a2a;
}
.archive-wrap .products_detail_toggle > dl > dd .common_green_icon_link,
.archive-wrap .products_detail_toggle > dl > dd .common_green_icon_link > p {
  color: #fff !important;
}
.archive-ul {
  margin: 0.3em 0 1.5em;
}
.archive-ul li {
  display: inline-block;
  width: 9em;
  font-size: 1.4em;
}
.archive-col2 {
  display: flex;
  justify-content: space-between;
}
.archive-col2 div {
  width: 49.3%;
}
.archive-col2 .archive-ul {
  text-align: left;
}
.archive-col2 .archive-ul li {
  font-size: 1.15em;
}
.archive-li-sp {
  margin-top: 1em;
}
span.common_green_icon_link > p {
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  .archive-ul li {
    font-size: 1.1em;
  }
  .archive-col2 .archive-ul li {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 1023px) {
  .archive-ul li {
    font-size: 1em;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .archive-ul {
    text-align: left;
  }
  .archive-col2 {
    display: block;
  }
  .archive-col2 div {
    width: 100%;
  }
}
/* モバイル版（600px以下） */
@media screen and (max-width: 600px) {
  .archive-li-sp {
    margin-left: 1rem;
  }
}

.common_green_icon_link > p {
  font-weight: bold;
  color: #000;
}
.common_green_icon_link > i {
  color: #ffffff;
}
.products_detail_toggle > dl > dt {
  color: #000;
  border-color: #002561;
}
.products_detail_toggle > dl > dt > i {
  color: #ffffff;
}
.products_detail_toggle > dl > dd {
  background-color: #e0e0e0;
}

/* section-schedule-menu */
#secProgram-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2em;
  background: transparent;
}
#secProgram-menu .sec {
  margin-left: auto;
  margin-right: auto;
}
#secProgram-menu h1 {
  margin-top: 0.4em;
}
.schedule-menu-ul {
  background: #fff;
  border-radius: 8px;
  padding: 1em;
  margin: 10px auto 30px;
}
.schedule-menu-ul > li {
  display: flex;
  /*max-width: 1050px;*/
  margin: 0;
  padding: 1em 1em 1.5em 1em;
  color: #000;
}
.schedule-menu-ul > li h2 {
  width: 4em;
  margin: 0 0.3em 0 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  color: #00bc00;
  line-height: 0.9;
  text-align: right;
}
.schedule-menu-ul > li h2 strong {
  font-size: 110%;
}
.schedule-menu-ul > li h2 em {
  padding-left: 0.1em;
  font-size: 120%;
  font-style: normal;
}
.schedule-menu-ul > li h2 small {
  display: block;
  font-size: 50%;
  margin-top: 0.1em;
}
.schedule-menu-ul > li.__li-eve h2 {
  color: #90c;
}
.schedule-menu-ul > li.__li-day1 h2 {
  color: #00bc00;
}
.schedule-menu-ul > li.__li-day2 h2 {
  color: #039;
}
.schedule-menu-ul > li.__li-day3 h2 {
  color: #f60;
}
.schedule-menu-ul > li .__prog {
  padding: 0.2em 1em 0;
  font-size: 1.3em;
  width: 100%;
}
.schedule-menu-ul > li .__prog .__date {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0.3em 0 0.3em 7.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #999;
  border-radius: 1.15em;
}
.schedule-menu-ul > li .__prog .__date em {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0;
  width: 9em;
  font-style: normal;
  background: #00bc00;
  border-radius: 1.15em;
}
.schedule-menu-ul > li.__li-eve .__prog .__date em {
  background: #90c;
}
.schedule-menu-ul > li.__li-day1 .__prog .__date em {
  background: #00bc00;
}
.schedule-menu-ul > li.__li-day2 .__prog .__date em {
  background: #4e95ff;
}
.schedule-menu-ul > li.__li-day3 .__prog .__date em {
  background: #f60;
}
.schedule-menu-ul > li.__li-day4 .__prog .__date em {
  background: #fabf14;
}
.schedule-menu-ul > li.__li-seminar .__prog .__date em {
  background: #002561;
}

.prog-menu-dl dt {
  padding-left: 0.5em;
  font-weight: normal;
  color: #00bc00;
}
.prog-menu-dl dt.__null::after {
  content: '　';
}
.prog-menu-dl dd {
  margin: 0 0 0.5em;
  padding: 0.3em 0.5em 0.3em 0.5em;
  font-size: 0.9em;
  font-weight: bold;
  color: #002561;
  border-bottom: 1px solid #666;
}
.prog-menu-dl dd .schedule-day1-sustain-title {
  font-size: calc(1em + 3pt);
}
.schedule-menu-ul > li.__li-eve .prog-menu-dl dt {
  color: #90c;
}
.schedule-menu-ul > li.__li-day1 .prog-menu-dl dt {
  color: #00bc00;
}
.schedule-menu-ul > li.__li-day2 .prog-menu-dl dt {
  color: #039;
}
.schedule-menu-ul > li.__li-day3 .prog-menu-dl dt {
  color: #f60;
}
/* 左右いっぱいに伸びた横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
}
.heading::after {
  background-color: #666666; /* 横線の色 */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 0.5px; /* 横線の高さ */
}
.heading::after {
  margin-left: 15px; /* 文字との余白 */
}
.schedule-banner {
  display: flex;
  align-items: center;
}
.schedule-banner_bnr {
  margin: 0 1em 0.5em 0;
  width: 350px;
}
.schedule-banner_bnr img {
  width: 100%;
  height: auto;
}
.schedule-banner_txt {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 過去作品はこちら（PC版） */
.past-works-link {
  display: inline-flex;
  align-items: center;
  margin-left: 1em;
  white-space: nowrap;
  font-size: calc(1em - 3pt);
}
.past-works-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00aeff;
  color: #fff;
  margin-left: 0.5em;
  margin-right: 0.3em;
  font-size: 0.8em;
}
.past-works-icon .fa-play {
  margin-left: 2px;
}
.prog-dd-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .schedule-menu-ul>li {
    margin: 8px auto 0;
    width: 100%;
    box-sizing: border-box;
  }
  .schedule-menu-ul > li h2 {
    font-size: 28px;
  }
  .schedule-menu-ul > li .__prog {
    font-size: 1.0em;
  }
  .prog-menu-dl dd {
    margin: 0 0 0.5em;
  }
  .schedule-banner_bnr {
    width: 300px;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .schedule-menu-ul > li h2 {
    font-size: 21px;
    width: 3.5em;
    margin: 0;
  }
  .schedule-menu-ul > li .__prog .__date {
    padding: 0.3em 0em 0.3em 7.5rem;
  }
  .schedule-menu-ul > li .__prog .__date em {
    width: 8em;
  }
  .schedule-banner {
    flex-direction: column;
    align-items: unset;
  }
  .schedule-banner_bnr {
    margin-left: auto;
    margin-right: auto;
    width: 66%;
  }
  .schedule-banner_txt {
    display: flex !important;
    flex: 1;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .schedule-banner_txt > div {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .schedule-banner_txt > a {
    margin-left: 0 !important;
    margin-top: 0.5em;
    align-self: flex-start;
  }
  /* 過去作品はこちら（モバイル版） */
  .past-works-link {
    font-size: calc(1em - 0.5pt);
  }
  .past-works-icon {
    width: 21.6px;
    height: 21.6px;
    font-size: 0.72em;
  }
  .prog-menu-dl dt {
    padding-left: 0;
  }
  .prog-menu-dl dt.__null::after {
    content: '';
  }
  .prog-menu-dl dd {
    margin: 0 0 0.5em;
    padding: 0em 0 0.3em;
  }
  .prog-menu-dl dd.prog-dd-flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .prog-menu-dl dd.prog-dd-flex > div {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .prog-menu-dl dd.prog-dd-flex > a {
    margin-left: 0 !important;
    margin-top: 0.5em;
    align-self: flex-start;
  }
  .schedule-menu-ul {
    padding: 0.75em;
    margin: 8px auto 20px;
  }
  .wrap-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap-schedule > .contents-in,
  .archive-wrap > .contents-in {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/* モバイル版（479px以下） */
@media screen and (max-width: 479px) {
  .schedule-menu-ul {
    padding: 0.5em;
    margin: 6px auto 15px;
  }
  .wrap-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrap-schedule > .contents-in,
  .archive-wrap > .contents-in {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
/*contest-mark*/
.contest-mark {
	padding: 1px 5px;
	background-color: #ff0003;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	margin-left: 0.75rem;
}


/* stages */
.c-h1 {
  margin: 0.5em 0 0;
  padding: 0.8em 0 0.4em;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #00bc00;
  text-align: center;
  background:rgba(0, 0, 0, 0.75);
}
.cpd {
	width: 30%;
}
.cpd > div {
  justify-content: center;
  display: flex;
}
.contents-eve .c-h1 {
  color: #90c;
}
.contents-day1 .c-h1 {
  color: #00bc00;
}
.contents-day2 .c-h1 {
  color: #039;
}
.contents-day3 .c-h1 {
  color: #f60;
}
.contents-exh .c-h1 {
  color: #0065E0;
}
.c-h1 strong {
  padding-right: 0.2em;
  font-size: 3.6em;
  font-weight: normal;
}
.c-h1 small {
  font-size: 70%;
  padding-right: 0.1em;
}
.c-h1 em {
  padding: 0 0.1em;
  font-size: 1.6em;
  font-style: normal;
}
.c-h1-2 {
  display: flex;
  margin: 0.8em 0 0;
  padding: 0;
  width: 100%;
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 21px;
  height: 60px;
  color: #333;
  text-align: left;
  background:#fff;
  border-radius: 30px;
}
.c-h1-2 strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 60px;
  padding-right: 0.2em;
  font-size: 1.7em;
  color: #fff;
  letter-spacing: 0.15em;
  background-color: #00bc00;
  border-radius: 30px;
}
.c-h1-2 p {
  display: flex;
  align-items: center;
  padding-left: 1em;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.c-h1-2 p .__md {
  display: none;
}
.c-h1-2 span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  font-weight: normal;
  color: #333;
  line-height: 1.3;
}
.c-h1-2 span img {
  height: 80%;
  width: auto;
  margin-right: 0.5em;
}
.c-h1-2 span em {
  font-style: normal;
}
.c-h1-2 span em b {
  font-weight: bold;
}
.contents-eve .c-h1-2 strong {
  background-color: #90c;
}
.contents-day1 .c-h1-2 strong {
  background-color: #00bc00;
}
.contents-day2 .c-h1-2 strong {
  background-color: #87CEEB;
}
.contents-day3 .c-h1-2 strong {
  background-color: #f60;
}
.contents-exh .c-h1-2 strong {
  background-color: #0065E0;
}
@media screen and (max-width: 1199px) {
  .c-h1-2 {
    font-size: 18px;
  }
  .c-h1-2 span {
    font-size: 0.8em;
  }
  .c-h1-2 span img {
    height: 76%;
  }
}
@media screen and (max-width: 1023px) {
  .c-h1-2 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .c-h1-2 {
    font-size: 14px;
    height: 46px;
    border-radius: 23px;
  }
  .c-h1-2 strong {
    width: 5em;
    height: 46px;
    border-radius: 23px;
  }
  .c-h1-2 span {
    font-size: 0.7em;
  }
  .c-h1-2 p .__md {
    display: block;
  }

}
/* モバイル版（479px以下） */
@media screen and (max-width: 479px) {
  .c-h1-2 {
    font-size: 13px;
    height: 36px;
    border-radius: 18px;
  }
  .c-h1-2 strong {
    width: 5em;
    height: 36px;
    border-radius: 18px;
  }
  .c-h1-2 span {
  }
}

.secStage:first-child {
  margin-top: 1.5em;
}
.secStage h1 {
  display: flex;
  align-items: center;
  padding: 8px;
  font-family:'Avenir','Helvetica Neue','Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 32px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  background: #00bc00;
  border-radius: 0.5em;
}
.contents-eve .secStage h1 {
  background: #90c;
}
.contents-day1 .secStage h1 {
  background: #00bc00;
}
.contents-day2 .secStage h1 {
  background: #87CEEB;
}
.contents-day3 .secStage h1 {
  background: #f60;
}
.contents-exh .secStage h1 {
  background: #90c;
}
.secStage h1 img {
  width: 2em;
  height: 2em;
}

.stg-time {
  width: 100%;
  margin: 0 0 0.3em;
  padding: 0 1em;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  background: #002561;
  border-radius: 16px;
}
.stg-time strong {
  margin-left: 0.5em;
  padding: 0 0.4em;
  font-size: 0.95em;
  background: #002561;
}
.stg-wrap {
  padding: 1.2em;
  background:rgba(255, 255, 255, 0.75);
  border: 1px solid #00bc00;
}
.contents-eve .stg-wrap {
  border-color: #90c;
}
.contents-day1 .stg-wrap {
  border-color: #00bc00;
}
.contents-day2 .stg-wrap {
  border-color: #87CEEB;
}
.contents-day3 .stg-wrap {
  border-color: #f60;
}
.contents-exh .stg-wrap {
  border-color: #90c;
}

.stg-wrap p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.6;
}
.stg-wrap p.__ttl {
  margin-bottom: 0.2em;
  font-size: 21px;
  font-weight: bold;
  color: #002561;
}
.stg-wrap .stg-lead p.__ttl {
  color: #000;
}
.stg-wrap h2 {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 12px;
  padding: 0.3em 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border-left: #00bc00 0.8em solid;
  background: #000;
}
.contents-eve .stg-wrap h2 {
  border-color: #90c;
}
.contents-day1 .stg-wrap h2 {
  border-color: #00bc00;
}
.contents-day2 .stg-wrap h2 {
  border-color: #87CEEB;
}
.contents-day3 .stg-wrap h2 {
  border-color: #f60;
}
.stg-wrap h3 {
  margin-bottom: 0.5em;
  font-size: 21px;
  font-weight: bold;
  color: #002561;
}
.stg-wrap h4 {
  font-size: 18px;
  font-weight: bold;
}
.stg-wrap h4::before {
  content: '';
  display: inline-block;
  margin-right: 0.1em;
  width: 0.8em;
  height: 0.8em;
  background: #00bc00;
}
.contents-eve .stg-wrap h4::before {
  background: #90c;
}
.contents-day1 .stg-wrap h4::before {
  background: #00bc00;
}
.contents-day2 .stg-wrap h4::before {
  background: #87CEEB;
}
.contents-day3 .stg-wrap h4::before {
  background: #f60;
}
.stg-wrap .__prof {
  display: flex;
}
.stg-wrap .__pht {
  margin-right: 10px;
  width: 120px;
  min-width: 120px;
}
.stg-wrap .__pht img {
  width: 100%;
  height: auto;
}
.stg-wrap.v--l2 .__pht {
  width: 200px;
  min-width: 200px;
}
.stg-wrap .__prof.v--l2 .__pht {
  width: 360px;
  min-width: 360px;
}
.stg-wrap .__txt {
  margin-bottom: 1em;
}
.stg-wrap .__txt p {
  margin-bottom: 0.2em;
}
.stg-wrap .__fx {
  display: flex;
}
.stg-wrap .__fx > div {
  width: 45%;
}
.stg-wrap .__fx > div:first-child {
  width: 55%;
}
.stg-wrap .__fx2 {
  display: flex;
}
.stg-wrap .__fx2 > div {
  width: 60%;
}
.stg-wrap .__fx2 > div:first-child {
  width: 40%;
}
.stg-wrap .__nam {
  font-size: 26px;
  font-weight: bold;
}
.stg-wrap.v--l2 .__nam {
  font-size: 30px;
}
.stg-wrap-dark {
  margin-top: -12px;
  padding: 0.8em 0.8em 0;
  color: #fff;
  background:#333;
}
.stg-wrap-dark h3 {
  color: #fff;
}

.stg-wrap .__wrap-pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stg-wrap .__col2 {
  width: 49%;
}
.stg-wrap .__wrap-sp {
  display: none;
}
.stg-wrap .rm-label{
  display: block;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.stg-wrap .rm-label:before{
  content: '▼プロフィール・講演内容を読む';
}
.stg-wrap .rm-check{
  display: none;
}
.stg-wrap .rm-check:checked ~ .rm-label:before{
  content: '▲閉じる';
}
.stg-wrap .rm-check ~ .__more{
  display: none;
}
.stg-wrap .rm-check:checked ~ .__more{
  display: block;
}
.stg-wrap .rm-check + .__prof{
  min-height: 12em;
}

.stg-wrap .rm-check.v--sp + .__prof{
  min-height: 0;
}
.stg-wrap .rm-check:checked + .__prof{
  min-height: 0;
}

@media screen and (max-width: 1023px) {
  .secStage:first-child {
    margin-top: 1em;
  }
  .stg-wrap .__fx {
    display: block;
  }
  .stg-wrap .__fx > div {
    width: 100%;
  }
  .stg-wrap .__fx > div:first-child {
    width: 100%;
  }
  .stg-wrap .__fx2 {
    display: block;
  }
  .stg-wrap .__fx2 > div {
    width: 100%;
  }
  .stg-wrap .__fx2 > div:first-child {
    width: 100%;
  }
  .stg-wrap .__wrap-pc {
    display: none;
  }
  .stg-wrap .__wrap-sp {
    display: block;
  }
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .stg-wrap .rm-label{
    font-size: 14px;
  }
#container2 {
	background-size: contain;
	}
  .c-h1 {
    font-size: 16px;
  }
  .secStage h1 {
    padding: 4px;
    font-size: 21px;
  }
  .secStage h1::before {
    width: 6px;
    min-width: 6px;
    height: 56px;
  }
  .secStage h1 img {
    width: 1.6em;
    height: 1.6em;
  }
  .stg-wrap {
    padding: 8px;
  }
  .stg-wrap p {
    font-size: 14px;
  }
  .stg-wrap p.__ttl {
    font-size: 16px;
  }
  .stg-wrap.v--l2 p.__ttl {
    font-size: 15px;
  }
  .stg-wrap h2,
  .stg-wrap h3 {
    font-size: 16px;
  }
  .stg-wrap h4 {
    font-size: 14px;
  }
  .stg-wrap .__prof.v--l2 {
    flex-direction: column;
  }
  .stg-wrap .__pht {
    margin-right: 6px;
    width: 80px;
    min-width: 80px;
  }
  .stg-wrap.v--l2 .__pht {
    width: 130px;
    min-width: 130px;
  }
  .stg-wrap .__prof.v--l2 .__pht {
    width: 100%;
    min-width: auto;
  }
  .stg-wrap .__nam {
    font-size: 18px;
  }
  .stg-wrap.v--l2 .__nam {
    font-size: 21px;
  }
}

#secGreeting h1 {
  margin-bottom: 0.3em;
}
.greeting-exc,
.greeting-more {
  font-weight: bold;
}
.greeting-more {
  display: none;
}
.readmore-label{
  display: block;
  width: 10em;
  margin: 0.9em auto 0.5em;
  padding: 0.3em;
  font-size: 18px;
  font-weight: bold;
  color: #002561;
  text-align: center;
  background-color: #fff;
  border: #002561 2px solid;
}
.readmore-label:before{
  content: '続きを読む';
}
.readmore-check{
  display: none;
}
.readmore-check:checked ~ .readmore-label:before{
  content: '閉じる';
}
.readmore-check:checked ~ .greeting-exc {
  display: none;
}
.readmore-check:checked ~ .greeting-more{
  display: block;
}
/* モバイル版 */
@media screen and (max-width: 767px) {
  .readmore-label{
    font-size: 14px;
  }
}


