/* ------------------------------------------
  top_mv
------------------------------------------ */
.top_mv {
  background-color: #8a1538;
  background-image: url(../img/top/top_mv_icon.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 332px 398px;
  display: flex;
  padding-bottom: 28px;
}

.top_mv_left {
  flex-shrink: 0;
  padding-left: 35px;
  padding-top: 130px;
  width: 360px;
}

.top_mv_left_text {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.40625;
  text-align: left;
}

.top_mv_right {
  padding-left: 50px;
  width: calc(100% - 360px);
}

.top_mv_slick_item {
  display: block;
  margin-right: 60px;
  opacity: .5;
  padding-top: 54px;
  width: 72.9%;
}

.top_mv_slick_item.swiper-slide-active {
  opacity: 1;
}

.top_mv_slick_item_img {
  border: 1px #fff solid;
  position: relative;
}

.top_mv_slick_item_img .top_mv_slick_item_img_tag {
  color: #fff;
  display: table;
  font-size: 1.6rem;
  font-weight: 700;
  left: 0;
  line-height: 35px;
  min-width: 123px;
  position: absolute;
  text-align: center;
  top: 0;
}

.highlight_tag {
  background-color: #ff004c!important;
  color: #fff!important;
}

.interview_tag {
  background-color: #ffbf00!important;
  color: #000!important;
}

.column_tag {
  background-color: #00cfb7!important;
  color: #000!important;
}

.country_tag {
  background-color: #550065!important;
  color: #fff!important;
}

.special_tag {
  background-color: #ae9142!important;
  color: #fff!important;
}

.top_mv_slick_item_img img {
  width: 100%;
}

.top_mv_slick_item_text {
  margin-top: 7px;
  padding: 0 12px;
}

.top_mv_slick_item_text_top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top_mv_slick_item_text_top_title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  max-width: calc(100% - 110px);
  position: relative;
  text-align: left;
}

.top_mv_slick_item_text_top_title.movie {
  padding-right: 40px;
}

.top_mv_slick_item_text_top_title.movie::after {
  background-image: url(../img/top/top_mv_slick_item_text_top_title_movie.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 28px;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 28px;
}

.top_mv_slick_item_text_top_desc {
  align-items: center;
  display: flex;
}

.top_mv_slick_item_text_top_desc_new {
  color: #ffbf00;
  font-family: 'Qatar2022';
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  padding-top: 5px;
}

.top_mv_slick_item_text_top_desc_time {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

.top_mv_slick_item_text_desc {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 4px;
}

.slick-prev:before, .slick-next:before {
  content: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.slick-prev {
  display: none;
}

.slick-next {
  background-image: url(../img/top/top_mv_slick_next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 23px;
  left: calc(72.9% + 24px);
  width: 12px;
}

.slick-next:hover, .slick-next:focus {
  background-image: url(../img/top/top_mv_slick_next.png);
}

.top_mv_thumbnail {
  margin-top: 20px;
}

.top_mv_thumbnail .swiper-wrapper {
  padding-top: 15px;
}

.top_mv_thumbnail_item {
  cursor: pointer;
  margin: 0;
  opacity: .5;
  position: relative;
  width: 8vw;
  z-index: 1;
}

.top_mv_thumbnail_item.swiper-slide-active {
  opacity: 1;
}

.top_mv_thumbnail_item.swiper-slide-active::before {
  background-color: #fff;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: 1;
}

.top_mv_thumbnail_item.swiper-slide-active::after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 4.5px 8px 4.5px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: -13px;
  transform: translateX(-50%);
  width: 0;
  z-index: 1;
}

.top_mv_thumbnail .slick-prev, .top_mv_thumbnail .slick-next {
  display: none!important;
}

.top_mv_thumbnail_item_img img {
  width: 100%;
}

.top_mv_thumbnail_item_tag {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .top_mv_slick_item_text_top {
    align-items: flex-start;
  }

  .top_mv_slick_item_text_top_title {
    font-size: 1.6rem;
    max-width: calc(100% - 75px);
    padding-right: 25px;
  }

  .top_mv_slick_item_text_top_title.movie::after {
    height: 16px;
    right: 13px;
    top: 6px;
    width: 16px;
  }

  .top_mv_slick_item_text_top_desc {
    padding-top: 3px;
    width: 75px;
  }

  .top_mv_slick_item_text_top_desc_new {
    font-size: 1.2rem;
    margin-right: 6px;
  }

  .top_mv_slick_item_text_top_desc_time {
    font-size: 1rem;
  }

  .top_mv_slick_item_text_desc {
    font-size: 1.2rem;
    margin-top: 2px;
  }

  .top_mv_thumbnail_item_tag {
    font-size: 1rem;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top_mv {
    background-position: top 9px right;
    background-size: 75px 90px;
    display: block;
    padding-bottom: 14px;
  }

  .top_mv_left {
    flex-shrink: 0;
    padding-left: 12px;
    padding-top: 19px;
    width: auto;
  }

  .top_mv_left_text {
    font-size: 1.8rem;
  }

  .top_mv_right {
    padding-left: 0;
    width: 100%;
  }

  .top_mv_slider {
    margin-top: 11px;
  }

  .top_mv_slick_item {
    margin-right: 0;
    padding-top: 0;
    width: 100vw;
  }

  .slick-prev {
    background-image: url(../img/top/top_mv_slick_prev_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 23px;
    display: block;
    height: 36px;
    left: 0;
    top: 30.3vw;
    transform: none;
    width: 36px;
    z-index: 9;
  }

  .slick-next {
    background-image: url(../img/top/top_mv_slick_next_sp.png);
    background-size: 12px 23px;
    height: 36px;
    left: auto;
    right: 0;
    top: 30.3vw;
    transform: none;
    width: 36px;
  }

  .top_mv_slick_item_img .top_mv_slick_item_img_tag {
    font-size: 1rem;
    line-height: 24px;
    min-width: 84px;
  }

  .top_mv_slick_item_text_top {
    align-items: flex-start;
  }

  .top_mv_slick_item_text_top_title {
    font-size: 1.6rem;
    max-width: calc(100% - 75px);
    padding-right: 25px;
  }

  .top_mv_slick_item_text_top_desc {
    padding-top: 3px;
    width: 75px;
  }

  .top_mv_slick_item_text_top_desc_new {
    font-size: 1.2rem;
    margin-right: 6px;
  }

  .top_mv_slick_item_text_top_desc_time {
    font-size: 1rem;
  }

  .top_mv_slick_item_text_desc {
    font-size: 1.2rem;
    margin-top: 2px;
  }

  .top_mv_thumbnail {
    margin-top: 20px;
  }

  .top_mv_thumbnail_item {
    width: 27vw;
  }

  .top_mv_thumbnail_item_tag {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
  }
}

/* ------------------------------------------
  top_countdown
------------------------------------------ */
.top_countdown {
  align-items: center;
  background: linear-gradient(to right,#7253ba 0%, #00cfb7 100%);
  display: flex;
  justify-content: center;
  min-height: 100px;
}

.top_countdown_title {
  color: #ffbf00;
  font-family: 'Qatar2022';
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}

.top_countdown_title::after {
  background-image: url(../img/top/top_countdown_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 22px;
  left: calc(100% + 40px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 89px;
}

.top_countdown_time {
  align-items: center;
  display: flex;
  margin-left: 182px;
}

.top_countdown_time_text {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
}

.top_countdown_time_text span {
  color: #ffbf00;
  font-family: 'Qatar2022';
  font-size: 5.7rem;
  font-weight: 700;
  margin-right: 7px;
}

.yycountdown-box {
  display: inline;
}

.top_countdown_time_text span .yycountdown-box span {
  display: none;
}

.top_countdown_time_text.days span .yycountdown-box span.yyc-day {
  display: inline;
}

.top_countdown_time_text.hours span .yycountdown-box span.yyc-hou {
  display: inline;
}

.top_countdown_time_text + .top_countdown_time_text {
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .top_countdown {
    min-height: 60px;
  }

  .top_countdown_title {
    font-size: 1.4rem;
  }

  .top_countdown_title::after {
    height: 12px;
    left: calc(100% + 14px);
    width: 50px;
  }

  .top_countdown_time {
    margin-left: 78px;
  }

  .top_countdown_time_text {
    font-size: 1.2rem;
  }

  .top_countdown_time_text span {
    font-size: 3.2rem;
    margin-right: 4px;
  }

  .top_countdown_time_text + .top_countdown_time_text {
    margin-left: 10px;
  }
}

/* ------------------------------------------
  top_banner
------------------------------------------ */
.top_banner {
  margin-top: 51px;
}

.top_banner_inner {
  display: flex;
  justify-content: center;
}

.top_banner_inner_item {
  display: block;
  width: 300px;
}

.top_banner_inner_item img {
  width: 100%;
}

.top_banner_inner_item + .top_banner_inner_item {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .top_banner {
    margin-top: 12px;
  }

  .top_banner_inner {
    display: block;
  }

  .top_banner_inner_item {
    margin: 0 auto;
    width: 225px;
  }

  .top_banner_inner_item + .top_banner_inner_item {
    margin-left: auto;
    margin-top: 6px;
  }
}

/* ------------------------------------------
  top_news
------------------------------------------ */
.top_news {
  background-color: #eeeee4;
  background-image: url(../img/top/top_news_back_icon.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 310px 206px;
  margin-top: 65px;
  padding: 36px 0 96px;
  position: relative;
}

.top_news_icon {
  position: absolute;
  right: 40px;
  top: -53px;
  width: 244px;
}

.top_news_title {
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top_news_title span {
  color: #ff004c;
  display: block;
  font-family: 'Qatar2022';
  font-size: 3rem;
  font-weight: 400;
  margin-top: 15px;
  text-align: center;
}

.top_news_cat {
  display: flex;
  margin-top: 20px;
}

.top_news_cat_item {
  background-color: #fff;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  line-height: 58px;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 170px;
}

.top_news_cat_item:hover {
  opacity: .7;
}

.top_news_cat_item + .top_news_cat_item {
  margin-left: 6px;
}

.top_news_cat_item::after {
  background-color: rgba(0,0,0,0);
  bottom: -12px;
  content: '';
  height: 5px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.top_news_cat_item.current {
  pointer-events: none;
}

.top_news_cat_item.current::after {
  background-color: #8a1538;
}

.top_news_main {
  display: none;
  margin-top: 34px;
}

.top_news_main.top_news_main_all {
  display: block;
}

.top_news_main_top_item {
  align-items: flex-start;
  display: flex;
}

.top_news_main_content {
  display: block;
}

.top_news_main_top_item_50 {
  margin-left: 26px;
  width: calc(50% - 13px);
}

.top_news_main_top_item_50:first-child {
  margin-left: 0;
}

.top_news_main_content_img.movie {
  position: relative;
}

.top_news_main_content_img.movie::before {
  background-image: url(../img/top/top_mv_slick_item_text_top_title_movie.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 28px;
  left: 9px;
  position: absolute;
  top: 9px;
  width: 28px;
}

.top_news_main_content_img img {
  width: 100%;
}

.top_news_main_content_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.top_news_main_content_top_cat {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  width: 100px;
}

.top_news_main_content_top_desc {
  align-items: center;
  display: flex;
}

.top_news_main_content_top_desc_new {
  color: #ff004c;
  font-family: 'Qatar2022';
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
  padding-top: 5px;
}

.top_news_main_content_top_desc_time {
  font-size: 1.5rem;
  line-height: 1;
}

.top_news_main_content_title {
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 10px;
  text-align: left;
}

.top_news_main_content_desc {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 5px;
  text-align: left;
  margin-bottom: 5px;
}

.top_news_main_top_item_flex {
  display: flex;
}

.top_news_main_top_item_flex .top_news_main_content {
  margin-left: 26px;
  width: calc(50% - 13px);
}

.top_news_main_top_item_flex .top_news_main_content:first-child {
  margin-left: 0;
}

.top_news_main_top_item + .top_news_main_top_item {
  align-items: flex-end;
  margin-top: -100px;
}

.top_news_main_col3 {
  align-items: flex-start;
  display: flex;
  margin-top: 20px;
}

.top_news_main_col3 .top_news_main_content {
  margin-left: 30px;
  width: calc(33.333333% - 20px);
}

.top_news_main_col3 .top_news_main_content:first-child {
  margin-left: 0;
}

.top_news_main_col4 {
  align-items: flex-start;
  display: flex;
  margin-top: 20px;
}

.top_news_main_col4 .top_news_main_content {
  margin-left: 27px;
  width: calc(25% - 21px);
}

.top_news_main_col4 .top_news_main_content:nth-child(4n + 1) {
  margin-left: 0;
}

.top_news_main_col4 .top_news_main_content:nth-child(n + 5) {
  margin-top: 25px;
}

.top_news_more {
  display: block;
  margin: 63px auto 0;
  width: 252px;
}

.top_news_more img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .top_news_cat_item {
    font-size: 1.6rem;
  }

  .top_news_main_content_top_cat {
    font-size: 1rem;
    line-height: 20px;
    width: 84px;
  }

  .top_news_main_content_top_desc_new {
    font-size: 1.2rem;
    margin-right: 6px;
  }

  .top_news_main_content_top_desc_time {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .top_news {
    background-size: 187px 124px;
    margin-top: 34px;
    padding: 40px 0 136px;
  }

  .top_news_icon {
    right: 12px;
    top: -24px;
    width: 119px;
  }

  .top_news_title {
    font-size: 2rem;
  }

  .top_news_title span {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .top_news_cat {
    flex-wrap: wrap;
  }

  .top_news_cat_item {
    font-size: 1.4rem;
    line-height: 45px;
    margin-left: 6px;
    width: calc(33.333333% - 4px);
  }

  .top_news_cat_item + .top_news_cat_item {
    margin-left: 6px;
  }

  .top_news_cat_item:nth-child(3n + 1) {
    margin-left: 0;
  }

  .top_news_cat_item:nth-child(n + 4) {
    margin-top: 16px;
  }

  .top_news_cat_item.current::after {
    bottom: -10px;
    height: 6px;
  }

  .top_news_main {
    margin-top: 30px;
  }

  .top_news_main_top_item {
    display: block;
  }

  .top_news_main_top_item_50 {
    margin-left: 0;
    width: 100%;
  }

  .top_news_main_content {
    margin-top: 30px;
  }

  .top_news_main_content_top {
    margin-top: 8px;
  }

  .top_news_main_content_top_cat {
    font-size: 1rem;
    line-height: 20px;
    width: 84px;
  }

  .top_news_main_content_top_desc_new {
    font-size: 1.2rem;
    margin-right: 6px;
  }

  .top_news_main_content_top_desc_time {
    font-size: 1rem;
  }

  .top_news_main_content_title {
    color: #000;
    font-size: 1.6rem;
    margin-top: 8px;
  }

  .top_news_main_content_desc {
    font-size: 1.2rem;
    margin-top: 8px;
  }

  .top_news_main_top_item_flex {
    display: block;
    margin-top: 30px;
  }

  .top_news_main_top_item_flex .top_news_main_content {
    margin-left: 0;
    width: 100%;
  }

  .top_news_main_top_item + .top_news_main_top_item {
    margin-top: 0;
  }

  .top_news_main_col3 {
    display: block;
    margin-top: 30px;
  }

  .top_news_main_col3 .top_news_main_content {
    margin-left: 0;
    width: 100%;
  }

  .top_news_main_col4 {
    display: block;
    margin-top: 30px;
  }

  .top_news_main_col4 .top_news_main_content {
    margin-left: 0;
    width: 100%;
  }

  .top_news_main_col4 .top_news_main_content:nth-child(n + 5) {
    margin-top: 30px;
  }

  .top_news_more {
    margin: 40px auto 0;
    width: 240px;
  }
}

/* ------------------------------------------
  top_nation
------------------------------------------ */
.top_nation {
  background: linear-gradient(to right,#7253ba 0%, #00cfb7 100%);
  padding: 42px 0 186px;
}

.top_nation_title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top_nation_title span {
  color: #fff;
  display: block;
  font-family: 'Qatar2022';
  font-size: 3rem;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}

.top_nation_main {
  margin-top: 40px;
}

.top_nation_main_lists {
  display: flex;
  flex-wrap: wrap;
}

.top_nation_main_lists_item {
  background-color: rgba(0,0,0,.25);
  background-image: url(../img/top/top_nation_icon.png);
  background-position: bottom 13px right 12px;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 0 36px 0 36px;
  margin-left: 38px;
  padding: 57px 23px 43px;
  position: relative;
  width: calc(25% - 29px);
}

.top_nation_main_lists_item:nth-child(4n + 1) {
  margin-left: 0;
}

.top_nation_main_lists_item:nth-child(n + 5) {
  margin-top: 50px;
}

.top_nation_main_lists_item_title {
  align-items: flex-start;
  color: #fff;
  display: flex;
  font-family: 'Qatar2022';
  font-size: 5.9rem;
  font-weight: 400;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: -13px;
  transform: translateX(-50%);
}

.top_nation_main_lists_item_title span {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 6px;
  padding-top: 29px;
  text-align: left;
}

.top_nation_main_lists_nations_item {
  display: flex;
  background: url(../img/top/top_result_main_item_vs_arrow.png) right center no-repeat;
  background-size: 13px 25px;
}

.top_nation_main_lists_nations_item + .top_nation_main_lists_nations_item {
  margin-top: 11px;
}

.top_nation_main_lists_nations_item_flag {
  width: 60px;
}

.top_nation_main_lists_nations_item_flag img {
  width: 100%;
}

.top_nation_main_lists_nations_item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 11px;
}

.top_nation_main_lists_nations_item_text_jp {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1;
  text-align: left;
}

.top_nation_main_lists_nations_item_text_en {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top_nation {
    padding: 40px 0 59px;
  }

  .top_nation_title {
    font-size: 2rem;
  }

  .top_nation_title span {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .top_nation_main {
    margin-top: 34px;
  }

  .top_nation_main_lists_item {
    background-position: bottom 10px right 10px;
    background-size: 10px;
    margin-left: 8px;
    padding: 35px 16px 24px;
    width: calc(50% - 4px);
  }

  .top_nation_main_lists_item:nth-child(4n + 1) {
    margin-left: 8px;
  }

  .top_nation_main_lists_item:nth-child(n + 5) {
    margin-top: 0;
  }

  .top_nation_main_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .top_nation_main_lists_item:nth-child(n + 3) {
    margin-top: 24px;
  }

  .top_nation_main_lists_item_title {
    font-size: 3.8rem;
    top: -10px;
  }

  .top_nation_main_lists_item_title span {
    font-size: 1rem;
    margin-right: 4px;
    padding-top: 18px;
  }
  
  .top_nation_main_lists_nations_item {
    background-size: 10px 18px;
  }

  .top_nation_main_lists_nations_item + .top_nation_main_lists_nations_item {
    margin-top: 13px;
  }

  .top_nation_main_lists_nations_item_flag {
    width: 40px;
  }

  .top_nation_main_lists_nations_item_text {
    margin-left: 6px;
  }

  .top_nation_main_lists_nations_item_text_jp {
    font-size: 1.2rem;
  }

  .top_nation_main_lists_nations_item_text_en {
    font-size: 1rem;
    margin-top: 3px;
  }
}

/* ------------------------------------------
  top_result
------------------------------------------ */
.top_result {
  background: linear-gradient(to right,#1c0111 0%, #8a1538 100%);
  padding: 97px 0 130px;
}

.top_result_title {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.top_result_title span {
  color: #fff;
  display: block;
  font-family: 'Qatar2022';
  font-size: 3rem;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}

.top_result_main {
  margin-top: 54px;
}

.top_result_main_item {
  border: 2px #8a1438 solid;
  border-radius: 0 36px 0 36px;
  display: flex;
}

.top_result_main_item + .top_result_main_item {
  margin-top: 40px;
}

.top_result_main_item:nth-child(2n) {
  border: 2px #722f6d solid;
}

.top_result_main_item_date {
  background-color: #8a1538;
  border-radius: 0 36px 0 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 38px 13px;
  width: 294px;
}

.top_result_main_item:nth-child(2n) .top_result_main_item_date {
  background-color: #722f6d;
}

.top_result_main_item_date_top {
  align-items: center;
  display: flex;
  padding-left: 10px;
}

.top_result_main_item_date_top_main {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

.top_result_main_item_date_top_week {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transform: rotate(-90deg);
}

.top_result_main_item_date_middle {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.top_result_main_item_date_middle_kick {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 24px;
}

.top_result_main_item_date_middle_time {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 24px;
}

.top_result_main_item_date_bottom_group {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
}

.top_result_main_item_date_bottom_group span {
  font-size: 2rem;
}

.top_result_main_item_date_bottom_group::after {
  background-image: url(../img/top/top_result_main_item_date_bottom_group_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 119px;
}

.top_result_main_item_vs {
  background-image: url(../img/top/top_result_main_item_vs_arrow.png);
  background-position: top 65px right 20px;
  background-repeat: no-repeat;
  background-size: 13px 25px;
  padding: 49px 44px 16px 22px;
  width: calc(100% - 294px);
}

.top_result_main_item_vs_main {
  align-items: center;
  display: flex;
  justify-content: center;
}

.top_result_main_item_vs_main_country {
  display: flex;
  align-items: center;
}

.top_result_main_item_vs_main_country:last-child {
  flex-direction: row-reverse;
}

.top_result_main_item_vs_main_country_name {
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 46px;
}

.top_result_main_item_vs_main_country_flag {
  margin: 0 13px;
  width: 70px;
}

.top_result_main_item_vs_main_vs {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 2rem;
  font-weight: 700;
  padding-top: 10px;
}

.top_result_main_item_vs_bottom {
  align-items: center;
  display: flex;
  margin-top: 32px;
}

.top_result_main_item_vs_bottom_stadium {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  min-width: 160px;
}

.top_result_main_item_vs_bottom_dot {
  background-image: url(../img/top/top_result_main_item_vs_bottom_dot.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 6px;
  height: 6px;
  margin: 0 20px;
  width: calc(100% - 440px);
}

.top_result_main_item_vs_bottom_post {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 20px;
  min-width: 200px;
}

.top_result_main_item_vs_bottom_post span {
  font-weight: 500;
  margin-left: 5px;
}

.top_result_main_item_vs_main_country_point {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 70px;
}

.top_result_main_item_vs_main_point {
  background-color: #fff;
  height: 3px;
  margin: 0 15px;
  width: 26px;
}

.top_result_main_item_vs_pk_main {
  color: #fff;
  font-family: 'Qatar2022';
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.top_result_main_item_vs_pk_main span + span {
  margin-left: 18px;
  position: relative;
}

.top_result_main_item_vs_pk_main span + span::before {
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  left: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.top_result_more {
  display: block;
  margin: 54px auto 0;
  width: 252px;
}

.top_result_title + .tournament-section-body {
  margin-top: 60px;
}

@media screen and (max-width: 1100px) {
  .top_result_main_item_vs_main_country_name {
    font-size: 2.8rem;
  }

  .top_result_main_item_vs_main_country_point {
    font-size: 5rem;
    width: 55px;
  }

  .top_result_main_item_vs_main_country_flag {
    margin: 0 10px;
    width: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .top_result_main_item {
    display: block;
  }

  .top_result_main_item + .top_result_main_item {
    margin-top: 30px;
  }

  .top_result_main_item_date {
    background-image: url(../img/top/top_result_main_item_vs_arrow.png);
    background-position: top 38px right 20px;
    background-repeat: no-repeat;
    background-size: 13px 25px;
    border-radius: 0 33px 0 36px;
    padding: 12px 60px 6px 30px;
    width: 100%;
  }

  .top_result_main_item_date_sp {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .top_result_main_item_date_top {
    align-items: center;
    display: flex;
    padding-left: 0;
  }

  .top_result_main_item_date_top_main {
    font-size: 5rem;
  }

  .top_result_main_item_date_top_week {
    font-size: 1.6rem;
  }

  .top_result_main_item_date_middle {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 24px;
  }

  .top_result_main_item_date_middle_kick {
    font-size: 1.2rem;
    line-height: 1;
  }

  .top_result_main_item_date_middle_time {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .top_result_main_item_date_bottom {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .top_result_main_item_date_bottom_group {
    font-size: 2.4rem;
  }

  .top_result_main_item_date_bottom_group span {
    font-size: 1.4rem;
  }

  .top_result_main_item_date_bottom_group::after {
    background-image: url(../img/top/top_result_main_item_date_bottom_group_icon_sp.png);
    content: '';
    display: inline-block;
    height: 12px;
    margin-left: 3px;
    position: relative;
    top: 6px;
    width: 167px;
  }

  .top_result_main_item_vs {
    background-image: none;
    padding: 20px 20px 18px 30px;
    width: 100%;
  }

  .top_result_main_item_vs_main_sp {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 109px;
  }

  .top_result_main_item_vs_main_country_name {
    font-size: 1.4rem;
    line-height: 20px;
  }

  .top_result_main_item_vs_main_country_flag {
    margin: 0 7px;
    width: 40px;
  }

  .top_result_main_item_vs_main_vs {
    font-size: 2.4rem;
    padding-top: 0;
    min-width: 28px;
    text-align: center;
  }

  .top_result_main_item_vs_bottom {
    margin-top: 12px;
  }

  .top_result_main_item_vs_bottom_stadium {
    font-size: 1.2rem;
    line-height: 14px;
    min-width: 100px;
  }

  .top_result_main_item_vs_bottom_dot {
    margin: 0;
    width: calc(100% - 250px);
  }

  .top_result_main_item_vs_bottom_post {
    font-size: 1rem;
    line-height: 25px;
    min-width: 150px;
    text-align: right;
  }

  .top_result_main_item_vs_bottom_post span {
    margin-left: 10px;
  }

  .top_result_main_item_vs_main_country_point {
    font-size: 4rem;
    width: 50px;
  }

  .top_result_main_item_vs_main_point {
    background-color: #fff;
    height: 2px;
    margin: 0 10px;
    width: 20px;
  }

  .top_result_main_item_vs_pk {
    margin-top: 6px;
  }

  .top_result_main_item_vs_pk_main {
    font-size: 1.8rem;
  }

  .top_result_main_item_vs_pk_main span + span {
    margin-left: 18px;
    position: relative;
  }

  .top_result_main_item_vs_pk_main span + span::before {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    left: -14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
  }

  .top_result_more {
    display: block;
    margin: 40px auto 0;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .top_result {
    padding: 40px 0 60px;
  }

  .top_result_title {
    font-size: 2rem;
  }

  .top_result_title span {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .top_result_main {
    margin-top: 20px;
  }
  
  .top_result_main_item_vs {
    padding: 20px;
  }
  
  .top_result_main_item_vs_main_vs {
    min-width: 60px;
  }

  .top_result_main_item_vs_point_sp {
    align-items: center;
    display: flex!important;
    justify-content: center;
    margin-top: 12px;
  }
  
  .top_result_main_item_vs_bottom {
    display: inherit;
  }
  
  .top_result_main_item_vs_bottom_stadium {
    text-align: center;
    line-height: 20px;
  }
  
  .top_result_main_item_vs_bottom_dot {
    width: 100%;
  }
  
  .top_result_main_item_vs_bottom_post {
    text-align: center;
  }

  .top_result_title + .tournament-section-body {
    margin-top: 30px;
  }

  .table_scroll {
    margin-bottom: 20px;
    overflow-x: scroll;
  }

  .table_scroll .table.is-fullwidth {
    min-width: 500px;
  }  
}