/* Scss Document */
/* Scss Document */
.results_index_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.6315789474%;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .results_index_list {
    gap: 2em 3.4482758621%;
  }
}
.results_index_list li {
  width: 31.5789473684%;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .results_index_list li {
    width: 48.275862069%;
    font-size: calc(18 / 640 * 100vw);
  }
}
.results_index_list li h3 {
  margin: 0.75em auto 0.5em;
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .results_index_list li h3 {
    font-size: calc(26 / 640 * 100vw);
  }
}

.results {
  margin-bottom: 10rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .results {
    margin-bottom: 0;
  }
}
.results .content {
  background: rgba(190, 165, 100, 0.2);
}
@media only screen and (max-width: 640px) {
  .results .content {
    padding-bottom: 0;
  }
}
.results .inner {
  position: relative;
}
.results .content_title {
  position: absolute;
  top: 0;
  right: 3rem;
  width: 57rem;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .results .content_title {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.results_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .results_container {
    flex-direction: column;
  }
}
.results_head {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 640px) {
  .results_head {
    margin-bottom: calc(50 / 640 * 100vw);
  }
}
.results_head_title {
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .results_head_title {
    font-size: calc(40 / 640 * 100vw);
    text-align: center;
  }
}
.results_text {
  width: 66rem;
}
@media only screen and (max-width: 640px) {
  .results_text {
    padding-bottom: calc(50 / 640 * 100vw);
    width: 100%;
  }
}
.results_comment {
  margin-top: 2em;
  font-weight: 500;
  font-size: 2rem;
}
.results_image {
  width: 38rem;
}
@media only screen and (max-width: 640px) {
  .results_image {
    margin: 0 auto 6.25vw;
    width: calc(380 / 640 * 100vw);
  }
}
.results .deco {
  margin: 0 auto;
  position: absolute;
  top: -10rem;
  left: -23rem;
  right: 0;
  width: 203.5rem;
  height: 92rem;
  clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
  background: #BEA564;
  z-index: 0;
  mix-blend-mode: hard-light;
}
@media only screen and (max-width: 640px) {
  .results .deco {
    width: calc(1590 / 640 * 100vw);
    height: 100%;
    top: 0;
    left: calc(-867 / 640 * 100vw);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
  }
}

.bout .content {
  padding: 0 0 10rem;
}
@media only screen and (max-width: 640px) {
  .bout .content {
    padding: 0 0 calc(50 / 640 * 100vw);
  }
}
.bout_item {
  margin-bottom: 10rem;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .bout_item {
    margin-bottom: calc(50 / 640 * 100vw);
    flex-direction: column;
  }
}
.bout_text {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .bout_text {
    width: 100%;
  }
}
.bout_title {
  padding: 0.75em 1.5em;
  color: #FFF;
  background: #000;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .bout_title {
    margin: 0 -6.25vw;
    font-size: calc(24 / 640 * 100vw);
  }
}
.bout_winner {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  display: none;
}
.bout_winner p {
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 2.8rem;
  z-index: 1;
  line-height: 1;
}
.bout_winner::after {
  content: "";
  width: 8.8rem;
  height: 8.8rem;
  background: #DE1C16;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: block;
  z-index: 0;
}
.bout_container {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .bout_container {
    margin: 0 -6.25vw;
  }
}
.bout_container::before {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.bout_container::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.bout_container._left_winner::before {
  background: rgba(190, 165, 100, 0.2);
}
.bout_container._left_winner::after {
  background: rgba(0, 0, 0, 0.05);
}
.bout_container._left_winner .bout_winner {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  display: block;
}
.bout_container._left_winner .bout_winner p {
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  transform: rotate(-45deg);
  font-weight: 700;
  font-size: 2.8rem;
  z-index: 1;
  line-height: 1;
}
.bout_container._left_winner .bout_winner::after {
  content: "";
  width: 8.8rem;
  height: 8.8rem;
  background: #DE1C16;
  display: block;
  z-index: 0;
}
.bout_container._right_winner::before {
  background: rgba(0, 0, 0, 0.05);
}
.bout_container._right_winner::after {
  background: rgba(190, 165, 100, 0.2);
}
.bout_container._right_winner .bout_winner {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  color: #FFF;
  display: block;
}
.bout_container._right_winner .bout_winner p {
  top: 0.5em;
  left: auto;
  right: 0.2em;
  transform: rotate(45deg);
}
.bout_container._right_winner .bout_winner::after {
  content: "";
  width: 8.8rem;
  height: 8.8rem;
  background: #DE1C16;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  display: block;
  z-index: 0;
}
.bout_result {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.bout_judgement {
  font-size: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bout_judgement {
    font-size: calc(30 / 640 * 100vw);
  }
}
.bout_round {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .bout_round {
    font-size: calc(18 / 640 * 100vw);
  }
}
.bout_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: 0;
  z-index: 0;
  text-align: center;
}
.bout_bg_head {
  font-size: 6.6rem;
}
@media only screen and (max-width: 640px) {
  .bout_bg_head {
    font-size: calc(56 / 640 * 100vw);
  }
}
.bout_bg_num {
  font-size: 18.6rem;
}
@media only screen and (max-width: 640px) {
  .bout_bg_num {
    font-size: calc(156 / 640 * 100vw);
  }
}
.bout_fighter {
  padding: 5rem 0;
  width: 50%;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .bout_fighter {
    padding: calc(40 / 640 * 100vw) 0;
    font-size: calc(16 / 640 * 100vw);
  }
}
.bout_fighter h4 {
  margin: 1.5em 0 0.75em;
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .bout_fighter h4 {
    margin: 0.75em 0;
    font-size: calc(24 / 640 * 100vw);
  }
}
.bout_icon {
  height: 10.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .bout_icon {
    height: calc(90 / 640 * 100vw);
  }
}
.bout_icon img {
  width: auto;
  height: 100%;
}
.bout_comment {
  margin-top: 1.5em;
  padding-right: 9.5rem;
}
@media only screen and (max-width: 640px) {
  .bout_comment {
    padding-right: 0;
    font-size: calc(20 / 640 * 100vw);
  }
}
.bout_image {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .bout_image {
    margin-top: 6.25vw;
    width: 100%;
  }
}
.bout_slider .yt_wrapper {
  padding-top: 56.25%;
  position: relative;
}
.bout_slider .yt_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bout_slider .slide_item {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
}
.bout_slider .slide_item img {
  margin: 0 auto;
}

.thumbnail_list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw 1.9736842105%;
}
.thumbnail_item {
  width: 18.4210526316%;
}/*# sourceMappingURL=results.css.map */