@charset "UTF-8";
body {
    font-family: "M PLUS Rounded 1c", sans-serif;
}
:root {
  --initiative-yellow: #f5ff01;
  --initiative-dark-yellow: #FFF500;
  --initiative-blue: #0089ff;
  --initiative-bg-blue: #b5f0ff;
  --initiative-white: #fff;
  --initiative-red: #ff7502;
  --initiative-dark-red: #F51919;
  --initiative-black: #333333;
  --initiative-text-black: #444444;
  --initiative-gray: #d0d0d0;
}
main {
  background: url(../img/251029/img-bg-1@3x.png)
      calc(50% - clamp(150px, 30vw, 550px)) 152px /344px 376px no-repeat,
    url(../img/251029/img-bg-2@3x.png) calc(50% + clamp(150px, 30vw, 542px)) -52px /201px
      216px no-repeat,
    url(../img/251029/img-bg-4@3x.png) calc(50% - clamp(150px, 25vw, 486px))
      calc(100% + 195px) / 598px 648px no-repeat,
    url(../img/251029/img-bg-3@3x.png) calc(50% + clamp(150px, 30vw, 560px))
      calc(100% - 190px) / 424px 448px no-repeat,
    var(--initiative-bg-blue);
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}
br.sp-br {
  display: none;
}
br.pc-br {
  display: inline;
}
.contents__area {
  font-weight: 800;
  margin: 0 auto;
  max-width: 1000px;
}
.event__top {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 30px;
}
.event__top-category {
  margin-bottom: 60px;
}
.event__top-category small {
    display: block;
    font-size: 13px;
    margin-bottom: 11px;
    letter-spacing: 0.075em;
}
.event__top-category strong {
  border-bottom: 3px solid #333;
  display: inline-block;
  font-size: 28px;
  padding-bottom: 11px;
}
.event__top-label {
  background-color: var(--initiative-yellow);
  border-radius: 99px;
  color: var(--initiative-blue);
  display: inline-block;
  margin-bottom: 40px;
  padding: 7px 65px;
  font-size: 24px;
  letter-spacing: 0.075em;
  line-height: 36px;
}
.event__top-text span {
  display: block;
  font-size: 34px;
  margin-bottom: 18px;
  letter-spacing: 0.075em;
}
.event__top-text strong {
    display: block;
    font-size: 55px;
    line-height: 75px;
    letter-spacing: 0.075em;
    width: 1080px;
    margin: 0 auto;
    text-shadow: 4px 4px 0 var(--initiative-white);
}
.event__top-text small {
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    letter-spacing: 0.075em;
    text-shadow: 4px 4px 0 var(--initiative-white);
}
.event__intro-container {
  height: 600px;
  margin-bottom: 70px;
}
.event__intro {
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
.event__intro:before {
  background-image: url(../img/251029/img-bg-5@3x.png);
  height: clamp(217px, 27vw, 415px);
  right: -270px;
  top: -30px;
  width: clamp(200px, 25vw, 383px);
  z-index: 1;
}
.event__intro:after,
.event__intro:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 0.5;
  position: absolute;
}
.event__intro:after {
  background-image: url(../img/251029/img-bg-6@3x.png);
  bottom: -80px;
  height: clamp(259px, 27vw, 519px);
  left: -250px;
  width: clamp(239px, 25vw, 479px);
  z-index: -1;
}
.event__intro-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 43px;
  margin-bottom: 36px;
  text-shadow: 3.5px 3.5px 0 var(--initiative-white);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.075em;
}
.event__intro-title strong {
  color: var(--initiative-red);
  font-size: 51px;
  padding-left: 10px;
    letter-spacing: 0.045em;
}
.event__intro-title span {
  font-size: 51px;
}
.layered-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 20px;
  justify-content: center;
  color: var(--initiative-text-black);
}
.layered-item {
  list-style: none;
  position: relative;
  text-align: center;
  width: 330px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 512px;
  line-height: 30px;
  letter-spacing: 0.075em;
}
.layered-item span {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 70px;
  z-index: 3;
}
.layered-item:after,
.layered-item:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.layered-item:before {
  top: 0;
  z-index: 2;
}
.layered-item:after {
  height: 350px;
  top: 150px;
  z-index: 1;
}
.layered-item:first-child .layered-item-1st {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  letter-spacing: 0.025em;
  top: 60px;
}
.layered-item:first-child:before {
  aspect-ratio: 271.14/258;
  background-image: url(../img/251029/img-intro-1-cloud@3x.png);
  height: 258px;
}
.layered-item:first-child:after {
  aspect-ratio: 311.11/350;
  background-image: url(../img/251029/img-intro-1-question@3x.png);
}
.layered-item:nth-child(2) .layered-item-2nd {
    top: 65px;
}
.layered-item:nth-child(2):before {
  aspect-ratio: 268.92/259.04;
  background-image: url(../img/251029/img-intro-2-cloud@3x.png);
  height: 258.92px;
}
.layered-item:nth-child(2):after {
  aspect-ratio: 311.11/350;
  background-image: url(../img/251029/img-intro-2-question@3x.png);
}
.layered-item:nth-child(3) .layered-item-3rd {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.layered-item:nth-child(3):before {
  aspect-ratio: 285.81/250.08;
  background-image: url(../img/251029/img-intro-3-cloud@3x.png);
  height: 250.08px;
}
.layered-item:nth-child(3):after {
  aspect-ratio: 311.11/350;
  background-image: url(../img/251029/img-intro-3-question@3x.png);
}
.event__intro-text {
  background-color: var(--initiative-white);
  border-radius: 72px;
  font-size: 18px;
  padding: 70px 90px;
  position: relative;
  text-align: left;
  z-index: 1;
  letter-spacing: 0.075em;
  color: var(--initiative-text-black);
}
.event__intro-text p:first-child,
.event__intro-text p:nth-child(2) {
  margin-bottom: 30px;
  line-height: 38px;
}
.event__intro-text p:nth-child(3) {
    line-height: 30px;
}
.event__intro-text span {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--initiative-yellow)),
    to(var(--initiative-yellow))
  );
  background-image: linear-gradient(
    var(--initiative-yellow),
    var(--initiative-yellow)
  );
  background-position: 0 0.6em;
  background-repeat: no-repeat;
  background-size: 100% 16px;
  color: var(--initiative-blue);
  font-size: 26px;
}
.event__details {
  margin-bottom: 100px;
  position: relative;
}
.event__details:before {
    background-image: url(../img/251029/img-bg-7@3x.png);
    right: -300px;
    top: -250px;
    width: 600px;
    height: 675.63px;
}
.event__details:after,
.event__details:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  z-index: -1;
}
.event__details:after {
  background-image: url(../img/251029/img-bg-8@3x.png);
  height: clamp(119px, 27vw, 238px);
  left: -180px;
  top: 50px;
  width: clamp(116px, 25vw, 231px);
}
.event__details-title {
  display: block;
  font-size: 70px;
  margin: 0 auto 70px;
  text-align: center;
  text-shadow: 4px 4px 0 var(--initiative-white);
  letter-spacing: 0.075em;
}
.event__details-blocks {
  background-color: var(--initiative-white);
  border-radius: 72px;
}
.event__details-block {
  background-color: var(--initiative-dark-yellow);
  border: 10px solid var(--initiative-white);
  border-radius: 72px 72px 0 0;
  padding: 40px 138px;
  text-align: center;
  letter-spacing: 0.075em;
}
.event__details-block strong {
  color: var(--initiative-blue);
  font-size: 36px;
  line-height: 54px;
}
.event__details-block small {
  color: var(--initiative-blue);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}
.event__details-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 80px 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
}
.event__details-speaker-text {
  color: var(--initiative-text-black);
}
.event__details-speaker-name {
    margin-bottom: 20px;
    letter-spacing: 0.075em;
}
.event__details-speaker-name .company-name {
  font-size: 28px;
  display: block;
  margin: 10px 0;
  font-weight: 800;
  color: var(--initiative-text-black);
  
}
.event__details-speaker-name small {
    color: var(--initiative-blue);
    font-size: 27px;
    line-height: 50px;
}
.event__details-speaker-name strong {
    font-size: 40px;
    line-height: 50px;
}
.event__details-speaker-name span {
  color: var(--initiative-black);
  font-size: 20px;
  font-weight: 400;
}
.event__details-speaker-profile {
    letter-spacing: 0.075em;
}
.event__details-speaker-profile small {
  color: var(--initiative-blue);
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 27px;
}
.event__details-speaker-profile span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.event__details-speaker-img {
  text-align: center;
}
.event__details-speaker-img img:first-child {
  height: auto;
  margin-bottom: 30px;
  width: 280px;
}
.event__overview {
  margin-bottom: 100px;
  position: relative;
}
.event__overview:before {
  background-image: url(../img/251029/img-bg-9@3x.png);
  height: clamp(257px, 27vw, 513px);
  left: -250px;
  top: -500px;
  width: clamp(236px, 25vw, 472px);
}
.event__overview:after,
.event__overview:before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  z-index: -1;
}
.event__overview:after {
  background-image: url(../img/251029/img-bg-10@3x.png);
  height: clamp(138px, 27vw, 276px);
  right: -200px;
  top: -200px;
  width: clamp(126px, 25vw, 253px);
}
.event__overview-title {
  font-size: 70px;
  margin-bottom: 34px;
  text-align: center;
  text-shadow: 4px 4px 0 var(--initiative-white);
  letter-spacing: 0.075em;
}
.event__overview-block {
  background-color: var(--initiative-white);
  border: 5px solid var(--initiative-yellow);
  border-radius: 72px;
  font-weight: 500;
  padding: 75px 115px;
  letter-spacing: 0.075em;
  color: var(--initiative-text-black);
}
.event__overview-block strong {
  display: block;
  font-size: 36px;
  margin-bottom: 45px;
  text-align: center;
  line-height: 75px;
}
.event__overview-block p {
  font-size: 20px;
}
.event__overview-block p:nth-of-type(-n + 2) {
  margin-bottom: 28px;
  padding-bottom: 28px;
  position: relative;
}
.event__overview-block p:nth-of-type(-n + 2):after {
  background-color: var(--initiative-gray);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 780px;
}
.event__entry {
  text-align: center;
}
.event__entry-title {
  font-size: 70px;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 4px 4px 0 var(--initiative-white);
  letter-spacing: 0.075em;
}
.event__entry strong {
  display: block;
  font-size: 30px;
  margin-bottom: 65px;
  text-align: center;
  letter-spacing: 0.075em;
}
.event__entry a {
  background-color: var(--initiative-dark-yellow);
  border-radius: 72px;
  -webkit-box-shadow: 4px 4px 0 var(--initiative-white);
  box-shadow: 6px 6px 0 var(--initiative-white);
  color: var(--initiative-blue);
  display: inline-block;
  padding: 36px 156px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.045em;
}
.entry-circle {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    width: 200px;
    height: 200px;
    background-color: var(--initiative-dark-yellow);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.4;
    color: var(--initiative-blue);
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}
.entry-circle:hover {
    transform: scale(1.10);
    opacity: 1;
}
.entry-circle-entry {
  font-size: 20px;
  padding-bottom: 6px;
  display: inline-block;
}


.entry-circle-red {
  font-size: 18px;
  color: var(--initiative-dark-red);
}

@media (max-width: 1023px) {
  .contents__area {
    max-width: 680px;
    padding-top: 32px;
  }
  br.sp-br {
    display: inline;
  }
  br.pc-br {
    display: none;
  }
.event__top-text strong {
    width: 500px;
  }
  .event__intro-container {
    height: 600px;
  }
  .event__intro-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 23px;
    left: 100px;
    margin-bottom: 0;
    position: absolute;
    top: 30px;
    z-index: 10;
    line-height: 32px;
  }
  .event__intro-title span,
  .event__intro-title strong {
    font-size: 26px;
  }
  .event__intro {
    position: relative;
  }
  .layered-item span {
    font-size: 13px;
  }
  .layered-items {
    display: block;
    height: auto;
    position: static;
  }
  .layered-item {
    position: absolute;
    line-height: 17px;
  }
  .layered-item:first-child {
    left: 0;
    top: 100px;
  }
  .layered-item:nth-child(2) {
    right: 0;
    top: -50px;
  }
  .layered-item:nth-child(3) {
    right: 0;
    top: 250px;
  }
  .layered-item:first-child .layered-item-1st {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    top: 65px;
  }
  .layered-item:first-child:before {
    aspect-ratio: 160/152.25;
    background-image: url(../img/251029/img-intro-1-cloud@3x.png);
    height: 152.25px;
    top: 30px;
  }
  .layered-item:first-child:after {
    aspect-ratio: 180/160;
    background-image: url(../img/251029/img-intro-1-question@3x.png);
    height: 180px;
  }
  .layered-item:nth-child(2) .layered-item-2nd {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    top: 90px;
  }
  .layered-item:nth-child(2):before {
    aspect-ratio: 155.72/150;
    background-image: url(../img/251029/img-intro-2-cloud@3x.png);
    height: 150px;
    top: 50px;
  }
  .layered-item:nth-child(2):after {
    aspect-ratio: 180/160;
    background-image: url(../img/251029/img-intro-2-question@3x.png);
    height: 180px;
  }
  .layered-item:nth-child(3) .layered-item-3rd {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    top: 95px;
  }
  .layered-item:nth-child(3):before {
    aspect-ratio: 160/142.99;
    background-image: url(../img/251029/img-intro-3-cloud@3x.png);
    height: 142.99px;
    top: 60px;
  }
  .layered-item:nth-child(3):after {
    aspect-ratio: 180/160;
    background-image: url(../img/251029/img-intro-3-question@3x.png);
    height: 180px;
  }
  .event__overview-block p:nth-of-type(-n + 2):after {
    width: 440px;
  }
}
@media (max-width: 768px) {
  main {
    background: url(../img/251029/img-bg-1@3x.png)
        calc(50% - clamp(150px, 30vw, 550px)) 152px /172px 188px no-repeat,
      url(../img/251029/img-bg-2@3x.png) calc(50% + clamp(150px, 30vw, 542px)) -52px /101px
        108px no-repeat,
      url(../img/251029/img-bg-4@3x.png) calc(50% - clamp(150px, 25vw, 486px))
        calc(100% + 195px) / 299px 324px no-repeat,
      url(../img/251029/img-bg-3@3x.png) calc(50% + clamp(150px, 30vw, 560px))
        calc(100% - 190px) / 212px 224px no-repeat,
      var(--initiative-bg-blue);
  }
  .contents__area {
    max-width: 325px;
  }
  .event__top {
    margin-bottom: 44px;
  }
  .event__top-category small {
    margin-bottom: 8px;
    font-size: 10px;
  }
  .event__top-category strong {
    padding-bottom: 4px;
    font-size: 19px;
  }
  .event__top-category {
    margin-bottom: 50px;
  }
  .event__top-label {
    padding: 6px 55px;
    font-size: 18px;
    line-height: 22px;
  }
  .event__top-text span {
    font-size: 22px;
    margin-bottom: 38px;
    letter-spacing: 0.030em;
  }
  .event__top-text strong {
    font-size: 30px;
    margin-bottom: 12px;
    text-shadow: 2px 2px 0 var(--initiative-white);
    width: 325px;
    line-height: 45px;
  }
  .event__top-text small {
    font-size: 22px;
    text-shadow: 2px 2px 0 var(--initiative-white);
    line-height: 28px;
  }
  .event__intro-container {
    height: 600px;
    margin-bottom: 30px;
  }
  .event__intro-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 23px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    z-index: 10;
    line-height: 34px;
  }
  .event__intro-title span,
  .event__intro-title strong {
    font-size: 26px;
    line-height: 38px;
  }
  .event__intro {
    margin-bottom: 60px;
    position: relative;
  }
  .event__intro:after {
    top: -250px;
    height: 270.25px;
    left: -100px;
    width: 240px;
    transform: rotate(-26deg);
  }
   .event__intro:before {
    top: 300px;
    height: 337.82px;
    left: -100px;
    width: 300px;
    transform: rotate(26deg);
  }
  .layered-item {
    max-width: 330px;
    width: auto;
    line-height: 17px;
  }
  .layered-item span {
    font-size: 13px;
  }
  .layered-items {
    display: block;
    height: auto;
    position: static;
  }
  .layered-item {
    margin-bottom: 0;
    position: absolute;
  }
  .layered-item:first-child {
    left: 0;
    top: 100px;
  }
  .layered-item:nth-child(2) {
    right: 0;
    top: -50px;
  }
  .layered-item:nth-child(3) {
    right: 0;
    top: 250px;
  }
  .layered-item:first-child .layered-item-1st {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  .layered-item:first-child:before {
    aspect-ratio: 160/152.25;
    background-image: url(../img/251029/img-intro-1-cloud@3x.png);
    height: 152.25px;
    top: 30px;
  }
  .layered-item:first-child:after {
    aspect-ratio: 180/160;
    background-image: url(../img/251029/img-intro-1-question@3x.png);
    height: 180px;
    width: 160px;
  }
  .layered-item:nth-child(2) .layered-item-2nd {
    left: -25px;
    top: 70px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .layered-item:nth-child(2):before {
    aspect-ratio: 155.72/150;
    background-image: url(../img/251029/img-intro-2-cloud@3x.png);
    height: 150px;
    left: 30px;
    top: 30px;
  }
  .layered-item:nth-child(2):after {
    aspect-ratio: 180/160;
    background-image: url(../img/251029/img-intro-2-question@3x.png);
    height: 180px;
    left: 30px;
    width: 160px;
  }
  .layered-item:nth-child(3) .layered-item-3rd {
    left: -25px;
    top: 85px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  .layered-item:nth-child(3):before {
    aspect-ratio: 160/142.99;
    background-image: url(../img/251029/img-intro-3-cloud@3x.png);
    height: 142.99px;
    left: 20px;
    top: 50px;
  }
  .layered-item:nth-child(3):after {
    aspect-ratio: 180/160;
    background-image: url(../img/251029/img-intro-3-question@3x.png);
    height: 180px;
    left: 20px;
    width: 160px;
  }
  .event__intro-text {
    border-radius: 36px;
    font-size: 12px;
    padding: 50px 20px;
  }
  .event__intro-text p:first-child,
  .event__intro-text p:nth-child(2) {
    margin-bottom: 20px;
    line-height: 18px;
  }
.event__intro-text p:nth-child(3) {
    line-height: 18px;
  }
  .event__intro-text span {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(var(--initiative-yellow)),
      to(var(--initiative-yellow))
    );
    background-image: linear-gradient(
      var(--initiative-yellow),
      var(--initiative-yellow)
    );
    background-position: 0 0.6em;
    background-repeat: no-repeat;
    background-size: 100% 11px;
    color: var(--initiative-blue);
    font-size: 14px;
  }
  .event__details {
    margin-bottom: 60px;
  }
  .event__details-title {
    font-size: 35px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 0 var(--initiative-white);
  }
  .event__details-blocks {
    border-radius: 36px;
  }
  .event__details-block {
    border: 10px solid var(--initiative-white);
    border-radius: 30px 30px 0 0;
    padding: 20px 15px;
  }
  .event__details-block strong {
    font-size: 22px;
    line-height: 24px;
  }
  .event__details-block small {
    font-size: 14px;
    line-height: 22px;
    margin-top: 3px;
    display: block;
  }
  .event__details:before {
    width: 150px;
    height: 168.91px;
    right: -50px;
    top: -110px;
  }
  .event__details-speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding: 0 25px 40px;
  }
  .event__details-speaker-img img:first-child {
    height: auto;
    width: 220px !important;
  }
  .event__details-speaker-img img:nth-child(2) {
    height: auto;
    width: 198.52px !important;
  }
  .event__details-speaker-name small,
  .event__details-speaker-name span {
    font-size: 14px;
  }
    .event__details-speaker-name span {
        line-height: 20px;
    }
  .event__details-speaker-name strong {
    font-size: 20px;
    line-height: 29px;
  }
  .event__details-speaker-name {
    margin-bottom: 20px;
  }
    .event__details-speaker-name .company-name {
        font-size: 16px;
        margin: 10px 0 6px 0;
        letter-spacing: 0.050em;
    }
    .event__details-speaker-name small{
        display: block;
        margin-bottom: 3px;
        line-height: 20px;
    }
  .event__details-speaker-profile small {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
  }
  .event__details-speaker-profile small:after {
    content: "：";
  }
  .event__details-speaker-profile span {
    font-size: 12px;
    line-height: 18px;
  }
  .event__overview-title {
    font-size: 35px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 0 var(--initiative-white);
  }
  .event__overview-block {
    border-radius: 36px;
    padding: 35px 25px;
    line-height: 24px;
  }
  .event__overview-block strong {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 24px;
  }
  .event__overview-block p:nth-of-type(-n + 2) {
    margin-bottom: 15.5px;
    padding-bottom: 12.5px;
  }
  .event__overview-block p:nth-of-type(-n + 2):after {
    width: 265px;
  }
  .event__overview-block p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .overview-label {
    width: 6em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .overview-value span {
    display: block;
  }
  .event__entry-title {
    font-size: 35px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 0 var(--initiative-white);
  }
  .event__entry strong {
    font-size: 16px;
    margin-bottom: 58px;
    line-height: 23px;
    letter-spacing: 0.065em;
  }
  .event__entry a {
    -webkit-box-shadow: 3px 3px 0 var(--initiative-white);
    box-shadow: 3px 3px 0 var(--initiative-white);
    padding: 23px 35px;
    font-size: 24px;
  }
  .entry-circle {
    display: none;
  }
}
