@charset "utf-8";
.archive-event-access {
  margin-bottom: 40px;
}
.archive-event-cta {
  margin-bottom: 80px;
}
.archive-event-ttl__note {
  font-size: 20px;
  margin-bottom: 40px;
}
.archive-event-ttltext {
  text-align: center;
  margin-top: 10px;
}
.archive-event-btn {
  width: 75%;
  margin: 0 auto 100px;
}
.archive-event-btn__block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.archive-event-btn__item {
  display: block;
  width: 44%;
  border: 1px solid #000;
  font-size: 112%;
}
.archive-event-btn__item a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7% 0;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.archive-event-btn__item a:hover {
  background-color: #ccc;
}
.archive-event-btn__item a::after {
  display: block;
  content: "";
  background-image: url(/assets/image/common/arrow-down_01.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 15px;
  margin: 10px auto 0;
}
.slider-wrap {
  width: 100%;
}
.archive-bx-wrapper {
  box-shadow: 0px;
  border: 0px;
  margin-bottom: 100px;
}
.archive-bx-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.archive-event-ttl {
  text-align: center;
  font-size: 150%;
  margin-bottom: 10px;
}
.archive-event-ttl::after {
  content: "" "";
  border-bottom: 2px solid #000;
  display: block;
  width: 230px;
  margin: auto;
}
.archive-event-subttl {
  text-align: center;
  font-size: 125%;
  margin-bottom: 40px;
  font-weight: normal;
}
.archive-event-text {
  text-align: center;
  margin-bottom: 70px;
}
.archive-event-tel {
  display: flex;
  justify-content: center;
  /* text-align: center; */
  margin-bottom: 100px;
}
.archive-event-main {
  margin-bottom: 150px;
  padding: 30px 20px 0px 0;
}
.archive-event-main::-webkit-scrollbar {
  width: 8px;
}
.archive-event-main::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.archive-event-main::-webkit-scrollbar-thumb {
  background: #333333;
}
.archive-event-main__wrap {
  margin-bottom: 50px;
}
.archive-event-main__ttl {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 4px solid #000;
  margin-bottom: 20px;
}
.archive-event-main__info {
  font-size: 68%;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 5px 9px 5px 19px;
  letter-spacing: 0.5em;
  margin-right: 30px;
}
.archive-event-main__block {
  width: 100%;
  display: flex;
}
.archive-event-main__img {
  display: block;
  width: 10.5%;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.archive-event-main__img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  left: -100%;
  right: -100%;
  margin: auto;
}
.archive-event-main__table {
  width: 500px;
  margin-left: 30px;
  display: block;
  margin-right: 63px;
}
.archive-event-table__ttl {
  float: left;
  font-weight: bold;
  margin-right: 20px;
  width: 66px;
}
.archive-event-main__btn {
  display: block;
  width: 26%;
  border: 1px solid #000;
  font-size: 112%;
  box-sizing: border-box;
  height: fit-content;
}
.archive-event-main__btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6.5% 0;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.archive-event-main__btn a:hover {
  background-color: #ccc;
}
.archive-event-main__btn a::after {
  display: block;
  content: "";
  background-image: url(/assets/image/common/arrow-right_01.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 28px;
  margin: 7px auto 0;
}
.archive-event-main__all a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 20px 0;
  border: 1px solid #000;
  width: 40%;
}
.archive-event-main__all a:after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/assets/image/common/arrow-right_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 100%;
  top: 0;
  right: 20px;
}
.archive-event-main__all a:hover {
  background: #ccc;
}
.archive-event-spnone {
  display: none;
}
@media screen and (max-width: 768px) {
  .archive-event-cta {
    margin-bottom: 50px;
  }
  .archive-event-ttl__note {
    font-size: 16px;
  }
  .archive-event-spnone {
    display: block;
  }
  .archive-event-btn__item {
    width: 46%;
    font-size: 100%;
  }
  .archive-event-ttl::after {
    width: 170px;
  }
  .archive-event-btn {
    margin: 0px auto 50px;
  }
  .archive-bx-wrapper {
    margin-bottom: 50px;
  }
  .archive-event-text {
    margin-bottom: 30px;
  }
  .archive-event-tel {
    margin-bottom: 50px;
  }
  .archive-event-main__block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .archive-event-main__img {
    display: block;
    width: 30.5%;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .archive-event-main__table {
    width: 54%;
    margin-left: 4%;
    margin-right: 0px;
    display: block;
  }
  .archive-event-table {
    width: 100%;
    display: inline-block;
  }
  .archive-event-table__ttl {
    float: none;
  }
  .archive-event-main__btn {
    width: 100%;
    border: 1px solid #000;
    font-size: 112%;
    box-sizing: border-box;
    margin-top: 15px;
  }
  .archive-event-main__btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 2% 0;
    font-weight: bold;
    text-decoration: none;
    color: #000;
  }
  .archive-event-main__btn a::after {
    display: block;
    content: "";
    background-image: url(/assets/image/common/arrow-right_01.svg);
    background-repeat: no-repeat;
    width: 9px;
    height: 21px;
    margin: 5px auto 0px;
    padding-top: 0px;
  }
  .archive-event-main__all a {
    padding: 15px 0;
    width: 100%;
  }
  .archive-event-main {
    margin: 0 0 50px 0;
    padding: 0;
  }
  .archive-bx-viewport {
    height: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .archive-mc-global-nav__item.is-event.is-current > a {
    background-image: url(/assets/image/common/sprite.png);
    background-position: -93px -43px;
    width: 82px;
    height: 43px;
  }
  .archive-mc-global-nav__item.is-event.is-current > a:hover {
    background-image: url(/assets/image/common/sprite.png);
    background-position: -93px 0;
    width: 82px;
    height: 43px;
  }
}
