@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap");
.os .os-event-content {
  background: #f4f4f4;
  padding-top: 60px;
  padding-top: 15.3847vw;
  padding-bottom: 80px;
  padding-bottom: 20.5129vw;
}
@media screen and (min-width: 640px) {
  .os .os-event-content {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
.os .os-event-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16vw;
}
@media screen and (min-width: 640px) {
  .os .os-event-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px 20px;
  }
}
@media screen and (min-width: 980px) {
  .os .os-event-list {
    gap: 60px 40px;
  }
}
.os .os-event-item {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .os .os-event-item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 980px) {
  .os .os-event-item {
    width: calc((100% - 80px) / 3);
  }
}
.os .os-event-item.comingsoon .os-event-item-ttl {
  margin-top: 90px;
  margin-top: 23.077vw;
}
@media screen and (min-width: 640px) {
  .os .os-event-item.comingsoon .os-event-item-ttl {
    margin-top: 90px;
  }
}
.os .os-event-item.comingsoon .os-event-item-desc {
  text-align: center;
  margin-bottom: 120px;
  margin-bottom: 30.7693vw;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .os .os-event-item.comingsoon .os-event-item-desc {
    margin-bottom: 0;
  }
}
.os .os-event-item-img {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.os .os-event-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.os .os-event-item-tag {
  position: absolute;
  left: 0;
  top: 16px;
  top: 4.1026vw;
  padding-top: 8px;
  padding-top: 2.0513vw;
  padding-bottom: 8px;
  padding-bottom: 2.0513vw;
  padding-left: 16px;
  padding-left: 4.1026vw;
  padding-right: 16px;
  padding-right: 4.1026vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2f353d;
  color: #fff;
  font-size: 16px;
  font-size: 4.1026vw;
  font-weight: 700;
  font-family: sans-serif;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-tag {
    top: 16px;
    font-size: 16px;
    font-size: 1.1429vw;
    padding-top: 8px;
    padding-top: 0.5715vw;
    padding-bottom: 8px;
    padding-bottom: 0.5715vw;
    padding-left: 16px;
    padding-left: 1.1429vw;
    padding-right: 16px;
    padding-right: 1.1429vw;
  }
}
@media screen and (min-width: 980px) {
  .os .os-event-item-tag {
    padding: 8px 16px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.os .os-event-item-tag.white {
  background: #fff;
  color: #2f353d;
}
.os .os-event-item-txtbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  padding-top: 7.6924vw;
  padding-left: 24px;
  padding-left: 6.1539vw;
  padding-right: 24px;
  padding-right: 6.1539vw;
  padding-bottom: 46px;
  padding-bottom: 11.7949vw;
  font-size: 14px;
  font-size: 3.5898vw;
  line-height: 1.5714285714;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-txtbox {
    padding: 30px 24px 46px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.os .os-event-item-ttl {
  font-size: 16px;
  font-size: 4.1026vw;
  line-height: 1.375;
  text-align: center;
  font-family: sans-serif;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.os .os-event-item-desc {
  margin-top: 20px;
  margin-top: 5.1283vw;
  line-height: inherit;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-desc {
    margin-top: 20px;
  }
}
.os .os-event-item-dl {
  margin-top: 46px;
  margin-top: 11.7949vw;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-dl {
    margin-top: 46px;
  }
}
.os .os-event-item-dl .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.os .os-event-item-dl .row:nth-of-type(n + 2) {
  margin-top: 7px;
  margin-top: 1.7949vw;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-dl .row:nth-of-type(n + 2) {
    margin-top: 7px;
  }
}
.os .os-event-item-dl dt,
.os .os-event-item-dl dd {
  line-height: 1.5714285714;
}
.os .os-event-item-dl dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.os .os-event-item-btn {
  margin-top: auto;
}
.os .os-event-item-btn-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 238px;
  width: 61.0257vw;
  height: 43px;
  height: 11.0257vw;
  background: #2f353d;
  border: 1px solid #2f353d;
  color: #fff;
  border-radius: 200px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  font-size: 14px;
  font-size: 3.5898vw;
  margin-top: 60px;
  margin-top: 15.3847vw;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-btn-link {
    margin-top: 60px;
    width: 100%;
    max-width: 238px;
    height: 43px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.os .os-event-item-btn-link:hover, .os .os-event-item-btn-link:focus-visible {
  background: transparent;
  color: #2f353d;
}
.os .os-event-item-btn-link:hover[target=_blank]:after, .os .os-event-item-btn-link:focus-visible[target=_blank]:after {
  background-image: url("./../img/common/ico-window-hov.svg");
}
.os .os-event-item-btn-link[disabled] {
  background: rgba(47, 53, 61, 0.3);
  border-color: transparent;
  pointer-events: none;
}
.os .os-event-item-btn-link[target=_blank]:after {
  content: "";
  display: block;
  width: 11px;
  width: 2.8206vw;
  height: 11px;
  height: 2.8206vw;
  background-image: url("./../img/common/ico-window.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
  margin-left: 1.0257vw;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-btn-link[target=_blank]:after {
    width: 11px;
    height: 11px;
    margin-left: 4px;
  }
}
.os .os-event-item-btn-link + .os-event-item-btn-link {
  margin-top: 17px;
  margin-top: 4.359vw;
}
@media screen and (min-width: 640px) {
  .os .os-event-item-btn-link + .os-event-item-btn-link {
    margin-top: 17px;
  }
}
.os .os-event-item-btn-link.is-blue {
  background: #2d75c7;
  border: 1px solid #2d75c7;
}
.os .os-event-item-btn-link.is-blue:hover, .os .os-event-item-btn-link.is-blue:focus-visible {
  background: transparent;
  color: #2d75c7;
}
.os .os-event-item-btn-link.is-blue:hover[target=_blank]:after, .os .os-event-item-btn-link.is-blue:focus-visible[target=_blank]:after {
  background-image: url("./../img/common/ico-window-hov-b.svg");
}
.os .os-event-item-btn-link.is-red {
  background: #e04b27;
  border: 1px solid #e04b27;
}
.os .os-event-item-btn-link.is-red:hover, .os .os-event-item-btn-link.is-red:focus-visible {
  background: transparent;
  color: #e04b27;
}
.os .os-event-item-btn-link.is-red:hover[target=_blank]:after, .os .os-event-item-btn-link.is-red:focus-visible[target=_blank]:after {
  background-image: url("./../img/common/ico-window-hov-r.svg");
}