/* kamban */
#kamban .kamban-photo {
  margin: 0;
}
#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;
  }

}
.kamban-thanks {
  width: 100%;
  padding: 0.3em 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #002561;
}
@media screen and (max-width: 767px) {
  .kamban-thanks {
    font-size: 1em;
  }
}


/* head-fixed */
.head-fixed {
  position: fixed;
  width: 100%;
  top: -300px;
  z-index: 998;
  transition: top 0.3s;
  background: #fff;
}
.head-fixed.active {
  top: 64px;
}

.head-f-h1 {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  z-index: 1;
}
.head-f-h1 img {
  width: auto;
  height: 100px;
  object-fit: cover;
}
.head-f-h1 .__sp{
  display: none;
}

@media screen and (max-width: 1199px) {
  .head-f-h1 img {
    height: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .head-fixed .wrap-head {
    border-bottom-width: 2px;
  }
  .head-fixed .head-nav {
    border-bottom-width: 2px;
  } 
  .head-f-h1 img {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .head-f-h1 {
  }
  .head-f-h1 img {
  }
  .head-f-h1 .__sp {
    display: block;
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  .head-f-h1 .__pc {
    display: none;
  }

}
@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-wrap {
  position: relative;
  width: 100%;
  background: url('../images/close/h1_base_ev.jpg') no-repeat 0 0;
  background-size: 100% 144px;
}
.close-h1-wrap::before {
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(144px * 58 / 144);
  height: 144px;
  background: url('../images/close/h1_base_ev_s.jpg') no-repeat 0 0;
  background-size: 100% 144px;
}
.close-h1-wrap::after {
  content:'';
  position: absolute;
  right: 0;
  top: 0;
  width: calc(144px * 58 / 144);
  height: 144px;
  background: url('../images/close/h1_base_ev_e.jpg') no-repeat 0 0;
  background-size: 100% 144px;
}
.close-sec.v--day1 .close-h1-wrap {
  background-image: url('../images/close/h1_base_d1.jpg');
}
.close-sec.v--day1 .close-h1-wrap::before {
  background-image: url('../images/close/h1_base_d1_s.jpg');
}
.close-sec.v--day1 .close-h1-wrap::after {
  background-image: url('../images/close/h1_base_d1_e.jpg');
}
.close-sec.v--day2 .close-h1-wrap {
  background-image: url('../images/close/h1_base_d2.jpg');
}
.close-sec.v--day2 .close-h1-wrap::before {
  background-image: url('../images/close/h1_base_d2_s.jpg');
}
.close-sec.v--day2 .close-h1-wrap::after {
  background-image: url('../images/close/h1_base_d2_e.jpg');
}
.close-sec.v--day3 .close-h1-wrap {
  background-image: url('../images/close/h1_base_d3.jpg');
}
.close-sec.v--day3 .close-h1-wrap::before {
  background-image: url('../images/close/h1_base_d3_s.jpg');
}
.close-sec.v--day3 .close-h1-wrap::after {
  background-image: url('../images/close/h1_base_d3_e.jpg');
}
@media screen and (max-width: 1023px) {
  .close-h1-wrap {
    background-size: 100% 100px;
  }
  .close-h1-wrap::before,
  .close-h1-wrap::after {
    width: calc(100px * 58 / 144);
    height: 100px;
    background-size: 100% 100px;
  }
}
@media screen and (max-width: 767px) {
  .close-h1-wrap {
    background-size: 100% 80px;
  }
  .close-h1-wrap::before,
  .close-h1-wrap::after {
    width: calc(80px * 58 / 144);
    height: 80px;
    background-size: 100% 80px;
  }
}











.close-h1 {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  text-align: left!important;
  line-height: 94px;
}
.close-h1 em {
  padding: 0 0.2em;
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
}
.close-h1 span {
  font-weight: bold;
}
.close-h1 span.__date {
  padding-left: 1.5em;
  font-family: sans-serif;
}
.close-h1 span.__time {
  font-size: 0.8em;
}
.close-h1 small {
  padding: 0 0.3em 0 0.1em;
  font-size: 0.5em;
  font-weight: normal;
}

@media screen and (max-width: 1023px) {
  .close-h1 {
    padding: 0 0 0 20px;
    font-size: 24px;
    line-height: 62px;
  }
}
@media screen and (max-width: 767px) {
  .close-h1 {
    padding: 0 0 0 32px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .close-h1 {
    padding: 0 0 0 24px;
    font-size: 16px;
    line-height: 50px;
  }
}

/* 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: #00a499 0.5em solid;
}
.close-sec.v--eve .close-m-li,
.close-sec.v--eve .close-m-h1 {
  border-color: #905ba1;
}
.close-sec.v--day1 .close-m-li,
.close-sec.v--day1 .close-m-h1 {
  border-color: #00a499;
}
.close-sec.v--day2 .close-m-li,
.close-sec.v--day2 .close-m-h1 {
  border-color: #37a0da;
}
.close-sec.v--day3 .close-m-li,
.close-sec.v--day3 .close-m-h1 {
  border-color: #ee7c00;
}
.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: #00a499 0.5em solid;
}
.close-sec.v--eve .close-m-h2 {
  border-color: #905ba1;
}
.close-sec.v--day1 .close-m-h2 {
  border-color: #00a499;
}
.close-sec.v--day2 .close-m-h2 {
  border-color: #37a0da;
}
.close-sec.v--day3 .close-m-h2 {
  border-color: #ee7c00;
}
.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 {
  display: block;
  margin: 0 auto 0.5em;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  color: #039;
  line-height: 1;
  text-align: center;
  border: none;
}
.h1-archive small {
  display: block;
  margin-top: 0.2em;
  font-size: 0.5em;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .h1-archive {
    width: 97%;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h1-archive {
    font-size: 24px;
  }
}



.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: #00a499; }
.modal-box.v--day2 .__inner { border-color: #37a0da; }
.modal-box.v--day3 .__inner { border-color: #ee7c00; }
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  background: #002063;
  border-radius: 50%;
}
.modal-box.v--day1 .modal-close { background: #00a499; }
.modal-box.v--day2 .modal-close { background: #37a0da; }
.modal-box.v--day3 .modal-close { background: #ee7c00; }
.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: 'Inter', 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: #00a499; }
.modal-box.v--day2 .__idx h2 { color: #37a0da; }
.modal-box.v--day3 .__idx h2 { color: #ee7c00; }
.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: #00a499; }
.modal-box.v--day2 .__idx li a { border-color: #37a0da; }
.modal-box.v--day3 .__idx li a { border-color: #ee7c00; }
@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-title {
  padding-bottom: 0!important;
}

#secClose .ttl {
  padding: 0.6em 0.5em 0!important;
  font-size: 1.0em;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
#secClose .ttl em {
  font-style: normal;
  font-size: 1.3em;
  color: #039;
}
#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.3em;
  }
  #secClose .d-md {
    display: none;
  }
}
.close-bnr {
  margin-bottom: 2.5em;
}
.close-bnr img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .close-bnr {
    margin-bottom: 2em;
    padding: 0 1.5em;
  }
}

#secProgram-menu {
  background: rgba(255,255,255,0.85);
  background: none;
}
#secProgram-menu h1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  color: #039;
  line-height: 1;
  text-align: center;
  border: none;
}
#secProgram-menu h1 small {
  display: block;
  margin-top: 0.2em;
  font-size: 0.5em;
  color: #666;
}
#secProgram-menu .btn-reptop {
  padding: 0;
  font-weight: bold;
}
#secProgram-menu .btn-reptop a {
  text-decoration: underline;
}
#secProgram-menu .btn-reptop i {
  padding-right: 0.1em;
  font-size: 1.1em;
  color: #039;
}
@media screen and (max-width: 1023px) {
  #secProgram-menu h1 {
    width: 97%;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #secProgram-menu h1 {
    font-size: 24px;
  }
}

#report {
  width: 100%;
  padding: 1em 0 2em;
  background: #039;
}
@media screen and (max-width: 1024px) {
  #report {
    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;
}
#report .ttl em {
  font-style: normal;
  font-size: 1.15em;
}
#report .wrap-w {
  background: #fff;
  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 {
  padding-right: 0;
  padding-left: 0;
}


.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!important;
}
.schedule-menu-ul > li .__prog .__date small {
  font-size: 0.8em;
}
.schedule-menu-ul > li.__li-eve .__prog .__date {
  background: #905ba1;
}
.schedule-menu-ul > li.__li-day1 .__prog .__date {
  background: #00a499;
}
.schedule-menu-ul > li.__li-day2 .__prog .__date {
  background: #37a0da;
}
.schedule-menu-ul > li.__li-day3 .__prog .__date {
  background: #ee7c00;
}
@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 {
  margin: 2em 0;
  /*padding: 2em 0;*/
}
.close-sec.v--eve {
  margin-top: 0;
  background: #e1b2f0;
  background: none;
}
.close-sec.v--day1 {
  background: #b3ebb2;
  background: none;
}
.close-sec.v--day2 {
  background: #b3e0ff;
  background: none;
}
.close-sec.v--day3 {
  background: #ffd1b3;
  background: none;
}

.head-nav li.v--rp a {
  min-width: 8.2em;
  color: #002561;
  background: #ccc;
  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;
  }
}