/* kamban */
#kamban .kamban-photo {
  margin: 18px 0 30px;
  background-size: 80% auto;
}
#kamban .kamban-photo img {
  margin-top: 0px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  #kamban .kamban-photo {
    overflow: hidden;
    background-position: center 23vw;
  }
  #kamban .kamban-photo img {
    margin-left: -10vw;
    width: 120vw;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  #kamban .kamban-photo {
    background-position: center 40vw;
    background-size: 100% auto;
  }
  #kamban .kamban-photo img {
    margin-left: -40vw;
    width: 180vw;
    max-width: none;
  }

}


/* head-fixed */
.head-fixed {
  position: fixed;
  width: 100%;
  top: -300px;
  background: url('../images/1_common/head_bg.png') no-repeat center 0;
  background-size: 200%;
  z-index: 998;
  transition: top 0.3s;
}
.head-fixed.active {
  top: 64px;
}
.head-fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 775px + 85px);
  height: 70px;
  border-right: #fff 5px solid;
  background: url(../images/1_common/head_h1_bg.png) repeat-x top center;
  z-index: 0;
}

@media screen and (min-width: 1457px) {
  .head-fixed-bg {
    width: calc( 775px + 85px + (100% - 1440px) / 2);
  }
}

.head-f-h1 {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 8px 85px;
  z-index: 1;
}
.head-f-h1 img.__ttl {
  width: auto;
  height: 54px;
}
.head-f-h1 img.__rep {
  margin-left: 38px;
  width: auto;
  height: 36px;
}

@media screen and (max-width: 1199px) {
  .head-fixed-bg {
    width: calc( 734px);
    height: 66px;
  }
  .head-f-h1 {
    padding: 8px 16px;
  }
  .head-f-h1 img.__ttl {
    width: auto;
    height: 50px;
  }
  .head-f-h1 img.__rep {
    margin-left: 38px;
    width: auto;
    height: 33px;
  }
}
@media screen and (max-width: 1023px) {
  .head-fixed .wrap-head {
    border-bottom-width: 2px;
  }
  .head-fixed .head-nav {
    border-bottom-width: 2px;
  } 
  .head-fixed-bg {
    width: 100%;
    height: 100%;
    border: none;
  }
  .head-f-h1 {
    padding: 8px 16px;
  }
  .head-f-h1 img.__ttl {
    width: 100%;
    height: auto;
  }
  .head-f-h1 img.__rep {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .head-f-h1 {
  }
  .head-f-h1 img {
  }

}
@media screen and (max-width: 600px) {
  .head-f-h1 img {
  }
}


/* section-day */
.close-main {
  width: 100%;
}
.close-main .contents-in {
  margin: auto;
}
.close-main hr {
  margin: 1.2em 0;
  border-top: #666 1px solid;
  width: 99%;
}
.close-h1 {
  position: relative;
  width: 100%;
  margin: 0 0 1.3em;
  font-family: "Inter Tight", sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #000;
  text-align: left!important;
}
.close-h1 em {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
  font-size: 1.6em;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  line-height: 60px;
  background: #00bc00;
  border-radius: 30px;
}
.close-sec.v--eve .close-h1 em {
  background: #90c;
}
.close-sec.v--day1 .close-h1 em {
  background: #00bc00;
}
.close-sec.v--day2 .close-h1 em {
  background: #09f;
}
.close-sec.v--day3 .close-h1 em {
  background: #f60;
}
.close-h1 span {
  display: block;
  width: 100%;
  padding: 0 0 0 13em!important;
  font-size: 1em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 1023px) {
  .close-h1 {
    padding: 0 6px;
    font-size: 16px;
  }
  .close-h1 em {
    left: 5.5px;
    line-height: 46px;
    border-radius: 23px;
  }
  .close-h1 span {
    line-height: 46px;
    border-radius: 23px;
  }
}
@media screen and (max-width: 767px) {
  .close-h1 {
    padding-left: 0.5em;
    font-size: 12px;
  }
  .close-h1 em {
    line-height: 34px;
    border-radius: 17px;
  }
  .close-h1 span {
    line-height: 34px;
    border-radius: 17px;
  }
}
@media screen and (max-width: 600px) {
  .close-h1 {
    padding-left: 0.5em;
    font-size: 11px;
  }
}

/* close-m */
.close-m-li {
  margin-bottom: 1em;
  padding: 20px;
  background: #fff;
  border: #999 1px solid;
}
.close-m-li:last-child {
  margin-bottom: 0;
}
.close-m-h1 {
  display: flex;
  align-items: center;
  margin-bottom: 0.3em;
  padding: 0.2em 0;
  font-size: 36px;
  font-weight: bold;
  border-left: #00bc00 0.5em solid;
}
.close-sec.v--eve .close-m-li,
.close-sec.v--eve .close-m-h1 {
  border-color: #90c;
}
.close-sec.v--day1 .close-m-li,
.close-sec.v--day1 .close-m-h1 {
  border-color: #00bc00;
}
.close-sec.v--day2 .close-m-li,
.close-sec.v--day2 .close-m-h1 {
  border-color: #09f;
}
.close-sec.v--day3 .close-m-li,
.close-sec.v--day3 .close-m-h1 {
  border-color: #f60;
}
.close-m-h1 img {
  height: 1.5em;
  width: auto;
  margin-right: 0.1em;
}
.close-m-h2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  padding: 0.2em 0 0 0.3em;
  font-size: 26px;
  font-weight: bold;
  border-left: #00bc00 0.5em solid;
}
.close-sec.v--eve .close-m-h2 {
  border-color: #90c;
}
.close-sec.v--day1 .close-m-h2 {
  border-color: #00bc00;
}
.close-sec.v--day2 .close-m-h2 {
  border-color: #09f;
}
.close-sec.v--day3 .close-m-h2 {
  border-color: #f60;
}
.close-m-h3 {
  margin-bottom: 0.2em;
  font-size: 32px;
}
.close-lead {
  margin-bottom: 0.5em;
  font-size: 21px;
  font-weight: bold;
}
.close-lead small {
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .close-m-ul {
    padding: 0 6px!important;
  }
  .close-m-li {
    padding: 6px;
  }
  .close-m-h1 {
    font-size: 24px;
  }
  .close-m-h2 {
    font-size: 17px;
  }
  .close-m-h3 {
    font-size: 21px;
  }
  .close-lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .close-m-h1 {
    font-size: 18px;
  }
  .close-m-h2 {
    font-size: 14px;
  }
  .close-m-h3 {
    font-size: 16px;
  }
  .close-lead {
    font-size: 13px;
  }
}
/* close-btns */
.close-btns {
  display:flex;
  width: 100%;
  margin: 0 0 12px;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content: center;
}
.close-btns a,
.close-btns label {
  display:flex;
  flex-direction:row;
  align-items:center;
  font-size: 18px;
  font-weight: bold;
  margin:0 0 6px 8px;
  padding: 0.3em 2em;
  border-radius: 0.3em;
  background-color:#002561;
  color:#fff;
}
.close-btns i {
  margin-right: 0.3em;
}
.close-btns p {
  margin-bottom: 0;
}
.close-btns.v--prof {
  margin-bottom: 0.5em;
}
.close-btns.v--prof a,
.close-btns.v--prof label {
  font-size: 16px;
  margin-left: 5px;
  padding: 0.3em 1em;
  text-align: center;
}
.close-btns.v--prof a:first-child,
.close-btns.v--prof label:first-child {
  flex: 1;
  justify-content: center;
  margin-left: 0;
}
.close-btns.v--prof i {
  margin-right: 0;
}
.close-btns.v--prof a p,
.close-btns.v--prof label p {
  margin-left: 0.4em;
}
@media screen and (max-width: 1023px) {
  .close-btns a,
  .close-btns label { 
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .close-btns {
    margin: 0 0 8px;
  }
  .close-btns a,
  .close-btns label { 
    padding: 0.3em 1em;
    font-size: 12px;
  }
}

/* close-clm */
.close-clm {
  display: flex;
  width: 100%;
  margin: 0 -0.5% 16px;
}
.close-clm:last-child {
  margin-bottom: 0;
}
.close-clm p {
  font-size: 18px;
}
.close-clm img {
  width: 100%;
  height: auto;
}
.close-clm .c-2 {
  width: 24%;
  margin: 0 0.5%;
}
.close-clm .c-3 {
  width: 32%;
  margin: 0 0.5%;
}
.close-clm .c-3:nth-child(2) {
  margin: 0 0.75%;
}
.close-clm .c-4 {
  width: 39%;
  margin: 0 0.5%;
}
.close-clm .c-5 {
  width: 49%;
  margin: 0 0.5%;
}
.close-clm .c-6 {
  width: 59%;
  margin: 0 0.5%;
}
.close-clm .c-10 {
  width: 99%;
  margin: 0 0.5%;
}
@media screen and (max-width: 1023px) {
  .close-clm p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .close-clm {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .close-clm p {
    font-size: 13px;
  }
  .close-clm .c-2 {
    width: 49%;
    margin: 0 0.5% 4px;
  }
  .close-clm .c-3,
  .close-clm .c-4,
  .close-clm .c-5,
  .close-clm .c-6 {
    width: 99%;
    margin-bottom: 8px;
  }
  .close-clm .c-3:nth-child(2) {
    margin: 0 0.5% 8px;
  }
}

/* close-prof */
.close-prof-tgl {
	display: none;
}
.close-prof {
  padding-bottom: 2px;
	height: 0;
	overflow: hidden;
}
.close-prof-tgl:checked + .close-prof {
	height: auto;
}
.close-prof label {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.3em;
  width: 100%;
  font-weight: bold;
  color: #002561;
  text-align: center;
  border: #002561 2px solid;
}

/* section-archive */
#archive {
  margin-bottom: 2em;
}
.h1-archive {
  margin-bottom: 0.5em;
  padding: 0.2em 0!important;
  text-align: left!important;
  font-size: 36px!important;
  font-weight: bold;
  color: #fff!important;
  background: #002561;
  border: none!important;
}
.archive-title {
  color: #000;
}
.common_green_icon_link > i,
.common_green_icon_link > p {
  color: #fff;
}
.index_item_prize_content_split4 .common_green_icon_link > i,
.index_item_prize_content_split4 .common_green_icon_link > p {
  color: #000;
}
.products_detail_toggle > dl > dt {
  color: #000;
  border-color: #000;
}
.products_detail_toggle > dl > dt > i {
  color: #000;
}
.products_detail_toggle > dl > dd {
  background-color: #333;
}
@media screen and (max-width: 1023px) {
  #archive .contents-in {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
  }
  .h1-archive {
    font-size: 24px!important;
  }
}

/* modal */
html.modalset {
  /* overflow: hidden; */
}
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
  box-sizing: border-box;
}
.modal-wrap::-webkit-scrollbar {
  display: none;
}
.modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.modal-box {
  width: 100%;
  max-width: 800px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.0em;
  white-space: normal;
}
.modal-box .__inner {
  background: #fff;
  padding: 1.5em 1.5em 0.7em;
  text-align: left;
  border: 2px solid #002063;
  border-radius: 1rem;
}
.modal-box.v--day1 .__inner { border-color: #00bc00; }
.modal-box.v--day2 .__inner { border-color: #09f; }
.modal-box.v--day3 .__inner { border-color: #f60; }
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  background: #002063;
  border-radius: 50%;
}
.modal-box.v--day1 .modal-close { background: #00bc00; }
.modal-box.v--day2 .modal-close { background: #09f; }
.modal-box.v--day3 .modal-close { background: #f60; }
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 32px;
  background: #fff;
}
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-box .__idx {
  display: none;
}
.modal-box .__idx.active {
  display: flex;
}
.modal-box .__idx h2 {
  margin: -0.2em 0.5em 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: #002063;
}
.modal-box .__idx h2 small {
  font-size: 75%;
  padding-right: 0.1em;
}
.modal-box.v--day1 .__idx h2 { color: #00bc00; }
.modal-box.v--day2 .__idx h2 { color: #09f; }
.modal-box.v--day3 .__idx h2 { color: #f60; }
.modal-box .__idx li a {
  display: block;
  margin-bottom: 0.6em;
  padding: 0.5em 0 0.5em 0.3em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  border-left: 0.5em solid #002063 ;
}
.modal-box.v--day1 .__idx li a { border-color: #00bc00; }
.modal-box.v--day2 .__idx li a { border-color: #09f; }
.modal-box.v--day3 .__idx li a { border-color: #f60; }
@media screen and (max-width: 767px) {
  .modal-close {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
  }
  .modal-close::before, .modal-close::after {
    width: 4px;
    height: 24px;
  }
  .modal-box .__idx h2 {
    font-size: 46px;
  }
  .modal-box .__idx li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .modal-box .__idx.active {
    display: block;
  }
}
/* /modal */




.kamban-h1 img {
  margin: 16px 0 26px;
}
.kamban-plc {
  height: 35px;
  width: auto;
}

@media screen and (max-width: 1199px) {
  .kamban-h1 img {
    margin: 16px 0 24px;
  }
  .kamban-plc {
    height: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .kamban-h1 img {
    margin: 14px 0 22px 12px;
    height: 80px;
  }
  .kamban-plc {
    margin-left: 12px;
    height: 24px;
  }
}


#secClose .ttl {
  padding: 0.6em 0.5em!important;
  font-size: 1.0em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0.1em 0.1em 0.15em rgba(0, 0, 0, 0.9);
  background: url('../images/close/close_bg.jpg') no-repeat 0 0;
  background-size: cover;
}
#secClose .ttl em {
  font-style: normal;
  font-size: 1.15em;
}
#secClose .wrap-w {
  padding: 0.7em 1.5em 1em;
}
@media screen and (min-width: 768px) {
  .d-sm{
    display: none;
  }
  #secClose .ttl {
    padding: 1em 4em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  #secClose .ttl {
    padding: 1em 6em;
    font-size: 1.4em;
  }
  #secClose .d-md {
    display: none;
  }
}

#secProgram-menu {
  background: rgba(255,255,255,0.85);
}
#secProgram-menu h1 {
  display: block;
  width: 100%;
  margin: 0 auto 1em;
  padding: 0 1em;
  font-size: 1.3em;
  border: none;
}
#secProgram-menu h1 span {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1010px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  text-align: left;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #000;
}
#secProgram-menu h1 small {
  font-size: 0.5em;
}
@media screen and (max-width: 1023px) {
  #secProgram-menu h1 span {
    width: 97%;
    max-width: 814px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #secProgram-menu h1 span {
    font-size: 24px;
  }
}

#report {
  width: 100%;
  padding: 3em 0;
  background: #fff url('../images/1_common/bg_2402r.jpg') no-repeat;
  background-position: top 0 center;
  background-size: 1600px auto;
}
@media screen and (max-width: 1199px) {
  #report {
    background-position: top 0 center;
    background-size: 1300px auto;
  }
}
@media screen and (max-width: 1024px) {
  #report {
    background: none;
    padding-top: 0;
  }
}
#report .contents-in {
  margin: auto;
}

#report .ttl {
  padding: 0.6em 0.5em!important;
  font-size: 1.0em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0.1em 0.1em 0.15em rgba(0, 0, 0, 0.9);
  background: url('../images/close/close_bg.jpg') no-repeat 0 0;
  background-size: cover;
}
#report .ttl em {
  font-style: normal;
  font-size: 1.15em;
}
#report .wrap-w {
  padding: 0.7em 1.5em 1em;
}
@media screen and (min-width: 768px) {
  .d-sm{
    display: none;
  }
  #report .ttl {
    padding: 1em 4em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  #report .ttl {
    padding: 1em 6em;
    font-size: 1.4em;
  }
  #report .d-md {
    display: none;
  }
}



.schedule-menu-ul > li .__prog .__date {
  position: relative;
  margin-bottom: 0.7em;
  padding: 0.3em 1em;
  font-size: 1.2em;
  color: #fff;
  text-align: left;
  border-radius: 1.15em;
}
.schedule-menu-ul > li .__prog .__date em {
  position: relative;
  padding: 0 0.2em 0 0;
  width: auto;
  font-size: 1.3em;
  background: none;
}
.schedule-menu-ul > li .__prog .__date small {
  font-size: 0.8em;
}
.schedule-menu-ul > li.__li-eve .__prog .__date {
  background: #90c;
}
.schedule-menu-ul > li.__li-day1 .__prog .__date {
  background: #00bc00;
}
.schedule-menu-ul > li.__li-day2 .__prog .__date {
  background: #09f;
}
.schedule-menu-ul > li.__li-day3 .__prog .__date {
  background: #f60;
}
@media screen and (max-width: 767px) {
  .schedule-menu-ul > li .__prog .__date {
    padding: 0.3em 1em ;
  }
  .schedule-menu-ul > li .__prog .__date em {
    width: auto;
  }
}

.close-sec {
  padding: 2em 0;
}
.close-sec.v--eve {
  background: #e1b2f0;
}
.close-sec.v--day1 {
  background: #b3ebb2;
}
.close-sec.v--day2 {
  background: #b3e0ff;
}
.close-sec.v--day3 {
  background: #ffd1b3;
}

.head-nav li.v--rp a {
  min-width: 8.2em;
  color: #000;
  background: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .head-nav li a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .head-nav li a {
    letter-spacing: 0.1em;
  }
  .head-nav li.v--rp a {
    letter-spacing: 0.1em;
  }
}