.colEvf {
  color: #003e99;
}

.colGray {
  color: #666666;
}

.colAuburn {
  color: #c56d66;
}

.sizeS {
  font-size: min(14px, 3.2vw);
}

.sizeN {
  font-size: min(16px, 3.4vw);
}

.sizeM {
  font-size: min(18px, 3.6vw);
}

.sizeL {
  font-size: min(20px, 3.8vw);
}

.sizeLL {
  font-size: min(22px, 4vw);
}

.sizeXL {
  font-size: min(24px, 4.2vw);
}

.sizeB {
  font-size: min(28px, 4.8vw);
}

.sizeH {
  font-size: min(34px, 5vw);
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
#footer {
  margin-top: 0;
}

/* HEAD SECTION
================================================== */
#contents {
  font-size: min(16px, 3.4vw);
}
#contents *, #contents *:before, #contents *:after {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
}
#contents a {
  transition: opacity 0.2s ease-in;
}
#contents figure, #contents img {
  margin: 0;
}
#contents img {
  max-width: 100%;
}
#contents .ttl {
  max-width: 1240px;
  width: auto;
  margin: min(15px, 3vw) auto min(32px, 6vw);
}
#contents .ttl h1 {
  font-size: min(24px, 4.2vw);
  line-height: 1.1em;
  letter-spacing: 0.025em;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  #contents .ttl h1 {
    text-align: center;
  }
}

.main-area__inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main-area .badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d84005;
  color: #FFF;
  font-size: min(18px, 3.6vw);
  font-weight: bold;
  padding: min(5px, 0.5vw) min(20px, 3vw);
}
@media screen and (max-width: 767px) {
  .main-area .badge {
    font-size: min(14px, 3.2vw);
  }
}
.main-area .schedule-list {
  width: 100%;
  background-color: #2272a6;
  color: #FFF;
  padding: min(8px, 2vw) 0;
}
@media screen and (max-width: 767px) {
  .main-area .schedule-list {
    padding: 2vw 3vw;
  }
}
.main-area .schedule-list dl {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .main-area .schedule-list dl {
    flex-wrap: wrap;
    gap: 3vw;
  }
}
.main-area .schedule-list dl .item {
  display: flex;
  align-items: center;
  gap: min(5px, 1vw);
}
.main-area .schedule-list dl .item dt {
  background-color: #FFF;
  color: #2272a6;
  border-radius: 9999px;
  padding: min(3px, 1vw) min(10px, 2vw);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main-area .schedule-list dl .item dt {
    font-size: min(14px, 3.2vw);
  }
}
.main-area .schedule-list dl .item dd .date {
  font-size: min(16px, 3.4vw);
  font-weight: bold;
}
.main-area .schedule-list dl .item dd .date .num {
  font-size: min(34px, 5vw);
}
@media screen and (max-width: 767px) {
  .main-area .schedule-list dl .item dd .date {
    font-size: min(20px, 3.8vw);
  }
}
.main-area .schedule-list dl .item dd .week {
  font-size: min(16px, 3.4vw);
  letter-spacing: -0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .main-area .schedule-list dl .item dd .week {
    font-size: min(14px, 3.2vw);
  }
}

.evf-section {
  padding: min(70px, 10vw) 0;
}
.evf-section__inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .evf-section__inner {
    padding: 0 3vw;
  }
}
.evf-section__header {
  text-align: center;
  margin-bottom: min(20px, 5vw);
}
.evf-section__title {
  position: relative;
  font-size: min(36px, 6vw);
  padding-bottom: min(20px, 4vw);
}
.evf-section__title::after {
  content: "";
  width: 68px;
  aspect-ratio: 68/12;
  display: block;
  background: url(/ec/event/evf/images/dot.svg) no-repeat center top;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .evf-section__title::after {
    width: 12vw;
  }
}

.eventlist__header {
  display: flex;
  padding: 10px 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.eventlist__header > div {
  font-size: min(16px, 3.4vw) !important;
}
.eventlist__list > li {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: min(20px, 3vw);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .eventlist__list > li {
    flex-wrap: wrap;
    gap: 1vw 0;
  }
}
@media screen and (min-width: 768px) {
  .eventlist__list > li > div {
    padding-left: min(10px, 2vw);
    padding-right: min(10px, 2vw);
  }
}
.eventlist .col-date {
  width: 20%;
  font-size: min(18px, 3.6vw);
}
@media screen and (max-width: 767px) {
  .eventlist .col-date {
    width: 100%;
  }
}
.eventlist .col-date .num {
  font-size: min(24px, 4.2vw);
  font-weight: bold;
}
.eventlist .col-area {
  width: 16%;
  text-align: center;
  font-size: min(18px, 3.6vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .eventlist .col-area {
    font-size: min(20px, 3.8vw);
    text-align: left;
  }
}
.eventlist .col-venue {
  width: 40%;
  font-size: min(20px, 3.8vw);
}
@media screen and (max-width: 767px) {
  .eventlist .col-venue {
    width: 84%;
    font-size: min(22px, 4vw);
  }
}
.eventlist .col-status {
  width: 24%;
  font-size: min(20px, 3.8vw);
}
@media screen and (max-width: 767px) {
  .eventlist .col-status {
    width: 100%;
    text-align: right;
  }
}
.eventlist .link-access {
  font-size: min(16px, 3.4vw);
}
.eventlist .link-access img {
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: -1px;
}
.eventlist .btn-register {
  position: relative;
  background-color: #d84005;
  color: #FFF;
  font-size: min(20px, 3.8vw);
  font-weight: bold;
  display: inline-block;
  padding: min(5px, 1vw) min(40px, 5vw);
  border-radius: 9999px;
}
.eventlist .btn-register img {
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: -1px;
}
.eventlist .btn-register::after {
  display: block;
  width: min(7px, 2vw);
  aspect-ratio: 7/10;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 10' preserveAspectRatio='none'%3E%3Cg%3E%3Cpolygon fill='%23FFFFFF' points='1.8 9.8 .4 8.4 3.8 5 .4 1.6 1.8 .2 6.6 5 1.8 9.8' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: min(20px, 2vw);
  transform: translateY(-50%);
}
.eventlist .btn-register:hover {
  opacity: 0.8;
  text-decoration: none;
}
.eventlist .status-preparing {
  font-weight: bold;
  color: #666;
}
.eventlist .status-preparing small {
  font-size: min(16px, 3.4vw);
  font-weight: normal;
}

.evf-overview {
  background: url(/ec/event/evf/images/bg-overview.jpg) no-repeat center top;
  background-size: cover;
}
.evf-overview__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #003e99;
  font-size: min(40px, 5vw);
}
.evf-overview__subtitle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(22px, 4vw);
  position: relative;
  padding: 0 1.4em;
}
.evf-overview__subtitle::before, .evf-overview__subtitle::after {
  content: "";
  width: 1em;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
}
.evf-overview__subtitle::before {
  left: 0;
}
.evf-overview__subtitle::after {
  right: 0;
}
.evf-overview__catch {
  font-size: min(28px, 4.8vw);
  font-weight: bold;
  background-color: #2272a6;
  color: #FFF;
  display: inline;
  padding: min(10px, 1.5vw);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 2;
}
.evf-overview__text p {
  line-height: 2;
}
.evf-overview__text p + p {
  margin-top: 2em;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}
.flexbox__left {
  width: 50%;
  padding-right: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .flexbox__left {
    width: 100%;
    order: 2;
    padding: 0;
    margin-top: 5vw;
  }
}
.flexbox__right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flexbox__right {
    width: 100%;
    order: 1;
  }
}

.issue-block h3 {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 1em;
  font-size: min(40px, 5vw);
  letter-spacing: 0.02em;
}
.issue-block h3 span {
  color: #c56d66;
  position: relative;
}
.issue-block h3 span::before {
  content: "";
  position: absolute;
  top: -0.4em;
  left: 50%;
  transform: translateX(-50%);
  width: 0.22em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}
.issue-block h3::before, .issue-block h3::after {
  content: "";
  width: 0.5em;
  height: 65%;
  display: block;
  position: absolute;
}
.issue-block h3::before {
  border-top: 2px solid #c56d66;
  border-left: 2px solid #c56d66;
  top: 0;
  left: 0;
}
.issue-block h3::after {
  border-bottom: 2px solid #c56d66;
  border-right: 2px solid #c56d66;
  right: 0;
  bottom: 0;
}

.bubble-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 70px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bubble-grid {
    gap: 4vw;
  }
}

.bubble {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  padding: 0.5em 1em;
  font-size: min(22px, 4vw);
  font-weight: bold;
  margin-bottom: 1em;
}
.bubble .horn {
  position: absolute;
  bottom: -6px;
  left: 30%;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: inherit;
}
.bubble .horn::before, .bubble .horn::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(100% - 2px);
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: inherit;
}
.bubble .horn::after {
  width: 5px;
  bottom: -12px;
  left: calc(100% + 11px);
}

.bg-green {
  background-color: #ecf4e9;
}

.bg-blue {
  background-color: #e6f3f6;
}

.bg-purple {
  background-color: #f2e8f0;
}

.bg-red {
  background-color: #f6e9e8;
}

.bg-yellow {
  background-color: #fcf3e1;
}

.horn-center .horn {
  left: 50%;
}

.horn-right .horn {
  left: 60%;
}
.horn-right .horn::before {
  left: calc(100% - 22px);
}
.horn-right .horn::after {
  left: calc(100% - 29px);
}

.comingsoon {
  width: 100%;
  height: 130px;
  background: #faf8f9;
  position: relative;
}
.comingsoon span {
  color: #666;
  font-size: min(22px, 4vw);
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}