.heading {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}
.heading--en {
  margin-right: 30px;
  font-size: 80px;
  letter-spacing: 0.025em;
}
.heading--ja {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .heading--en {
    font-size: 54px;
  }
}
@media screen and (max-width: 576px) {
  .heading--en {
    margin-right: 15px;
    font-size: 36px;
  }
  .heading--ja {
    font-size: 13px;
  }
}

.subheading--en {
  font-size: 40px;
  letter-spacing: 0.2em;
}
.subheading--ja {
  display: flex;
  align-items: center;
}
.subheading--ja span {
  vertical-align: middle;
}
.subheading__star {
  display: flex;
  align-items: center;
  width: 16px;
  margin-right: 4px;
}
.subheading__text {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .subheading--en {
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .subheading--en {
    font-size: 24px;
  }
  .subheading__text {
    font-size: 14px;
  }
}

.link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 55px;
  border-radius: 28px;
  background: rgb(237, 204, 143);
  background: linear-gradient(180deg, rgb(237, 204, 143) 0%, rgb(231, 190, 114) 50%, rgb(213, 152, 35) 100%);
}
.link a span {
  font-weight: 600;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
@media screen and (max-width: 576px) {
  .link a {
    width: 160px;
    height: 50px;
  }
  .link a span {
    font-size: 13px;
  }
}

.result {
  padding-top: 270px;
  padding-bottom: 85px;
}
.result__heading {
  margin-bottom: 75px;
}
.result__item {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
}
.result__item:not(:last-of-type) {
  border-bottom: 1px dashed #212121;
}
.result__title {
  width: 58px;
  writing-mode: vertical-lr;
  white-space: nowrap;
  text-orientation: upright;
}
.result__title a {
  display: inline-block;
  padding-left: 5px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.15em;
  border-left: 1px solid #212121;
}
.result__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.result__before, .result__after {
  width: 47%;
}
.result__timing {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.result__thumb {
  position: relative;
}
.result__thumb::after {
  display: block;
  padding-top: 75.6%;
  content: "";
}
.result__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.result__link {
  width: 100%;
  margin-top: 30px;
}
.result__link a {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .result {
    padding-top: 190px;
    padding-bottom: 50px;
  }
  .result__heading {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  .result {
    padding-top: 140px;
  }
  .result__item {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .result__title {
    width: 100%;
    margin-bottom: 20px;
    writing-mode: initial;
  }
  .result__title a {
    font-size: 16px;
    border-left: none;
  }
  .result__timing {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .result__before, .result__after {
    width: 48%;
  }
  .result__link {
    margin-top: 20px;
  }
}/*# sourceMappingURL=result.css.map */