@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
body {
  padding-top: 57px;
}

body .moreBtn a {
  width: 300px;
  border: 1px solid #FFF;
  background: none;
  line-height: 48px !important;
  transition: 0.3s all;
  position: relative;
}

body .moreBtn a:hover {
  background: rgba(255, 255, 255, 0.2);
}

body .moreBtn a::after {
  content: "\f3d3";
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 10px;
}

body .moreBtn a::before {
  content: '';
  width: 30px;
  border-bottom: 48px solid #fff;
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}

body .hide {
  display: none;
}

body #subnavi {
  display: none;
}

body #headerPC .header-nav {
  position: relative;
  background: #093878;
  border-bottom: 3px solid #b09538;
}

body #headerPC .header-nav .search-box {
  top: 0;
  z-index: 111111111111111111;
}

body #headerPC .header-nav .top-menu li.english {
  line-height: 1.5em;
}

body #headerPC .header-nav .top-menu li.english a {
  color: #FFF !important;
}

body #headerPC #search-acMenu dt {
  color: #FFF !important;
}

body #headerPC #search-acMenu dd .search {
  margin-top: 0;
}

body #headerPC .logo__jfajp img {
  width: 90px !important;
}

.titleArea {
  background: #f6f6f6 url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_title.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 10px 0 60px;
}

.titleArea .visual-area {
  width: 820px;
  min-width: 820px;
}

.titleArea #container #main-colum #page-title h3 {
  background: none;
  border-bottom: 3px solid rgba(0, 30, 85, 0.2);
  font-size: 30px;
  font-weight: 700;
  padding: 10px;
  line-height: 1;
  color: #001e55;
  position: relative;
  border-left: none;
}

.titleArea #container #main-colum #page-title h3::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background: #001e55;
}

.titleArea #container #main-colum h4 {
  border-bottom: 1px solid rgba(0, 30, 85, 0.5);
  border-left: none;
}

.titleArea body #match_title {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  margin: 0 !important;
}

.titleArea body #match_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.titleArea body #match_title #ttl_pc {
  padding-top: 25px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.titleArea body #match_title .textarea-match {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 18px;
}

body .gnav__emperor {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 140px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  z-index: 111111;
}

body .gnav__emperor p {
  color: #fff;
  font-family: 'Overpass', sans-serif;
  position: absolute;
  bottom: 42px;
  right: 28px;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 12px;
}

body .menu-trigger {
  position: absolute;
  right: 30px;
  top: 47px;
  display: inline-block;
  width: 36px;
  height: 26px;
  z-index: 99999;
  box-sizing: border-box;
  cursor: pointer;
}

body .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
}

body .menu-trigger span:nth-of-type(1) {
  top: 0;
}

body .menu-trigger span:nth-of-type(2) {
  top: 12px;
}

body .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

body .menu-trigger.active span {
  background-color: #fff;
}

body .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

body .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

body .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

body #navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99998;
}

body #navigation .navigation_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body #navigation .navigation_inner::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

body #navigation .navigation_inner .navigation_menu {
  vertical-align: top;
  padding-top: 80px;
  text-align: center;
  margin: 0 auto 50px;
}

body #navigation .navigation_inner .navigation_menu li {
  position: relative;
}

body #navigation .navigation_inner .navigation_menu li.logo {
  margin: 30px auto 50px;
}

body #navigation .navigation_inner .navigation_menu li a, body #navigation .navigation_inner .navigation_menu li span {
  font-weight: 900;
  padding: 10px 0;
  display: block;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s all;
}

body #navigation .navigation_inner .navigation_menu li a:hover, body #navigation .navigation_inner .navigation_menu li span:hover {
  opacity: 0.5;
}

body #navigation .navigation_inner .navigation_menu li a br, body #navigation .navigation_inner .navigation_menu li span br {
  display: none;
}

body #navigation .navigation_inner .navigation_menu li a .red, body #navigation .navigation_inner .navigation_menu li span .red {
  color: #d32d25;
  display: inline;
  opacity: 1;
}

body #navigation .navigation_inner .navigation_menu li a.active {
  background: rgba(225, 225, 225, 0.2);
}

body #navigation .navigation_inner .navigation_menu li span {
  opacity: 0.4;
}

body #navigation .navigation_inner .navigation_menu li ul {
  padding: 15px 0;
}

body #sns-area {
  margin: 10px 40px;
}

body #sns-area ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: stretch;
  height: 20px;
}

body #sns-area ul li {
  margin-right: 5px;
}

body .head-area {
  margin-bottom: 30px;
}

body .head-area h3 {
  position: relative;
  padding-bottom: 40px;
  font-family: 'Noto Sans', sans-serif;
}

body .head-area h3 .subheading_en {
  font-weight: 200;
  letter-spacing: 5 !important;
  color: #FFF;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  font-size: 50px;
}

body .head-area h3 .subheading_jp {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0 !important;
}

body .txtBold {
  font-weight: bold;
  font-family: 'Overpass', sans-serif;
}

body .catch {
  font-size: 22px;
  font-family: 'Hiragino Kaku Gothic Std', sans-serif;
  font-weight: 700;
}

body .borderwrap {
  border: 1px solid #CCC;
  padding: 30px;
}

body .kome {
  font-size: 10px;
}

#tokyo_olympic_2020 #kvArea {
  text-align: center;
}

#tokyo_olympic_2020 #kvArea .topPage {
  display: block;
  margin: 0;
}

#tokyo_olympic_2020 #kvArea .topPage img {
  width: 100%;
}

#tokyo_olympic_2020 #kvArea .secondPage {
  display: none;
}

#tokyo_olympic_2020 #kvArea .secondPage img {
  width: 100%;
}

.tokyo_olympic_2020_second #kvArea .topPage, #tokyo_olympic_2020.is_news_detail .topPage {
  display: none !important;
}

.tokyo_olympic_2020_second #kvArea .topPage img, #tokyo_olympic_2020.is_news_detail .topPage img {
  width: 100%;
}

.tokyo_olympic_2020_second #kvArea .secondPage, #tokyo_olympic_2020.is_news_detail .secondPage {
  display: block !important;
  margin: 0;
}

.tokyo_olympic_2020_second #kvArea .secondPage img, #tokyo_olympic_2020.is_news_detail .secondPage img {
  width: 100%;
}

body #scheduleArea {
  text-align: center;
  padding: 60px 0;
  background: #000 url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_schedule.jpg) no-repeat center top;
  background-size: cover;
}

body #scheduleTab .tabSelecter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 0px auto !important;
}

body #scheduleTab .tabSelecter li {
  list-style: none;
  height: 50px;
  width: 300px;
  border: none !important;
  margin-right: 5px;
}

body #scheduleTab .tabSelecter li a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.2);
  color: #999;
  display: block;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  transition: .5s all;
}

body #scheduleTab .tabSelecter li a:hover {
  text-decoration: none;
  background: #dad7cd;
}

body #scheduleTab .tabSelecter li.current a {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
}

body #scheduleTab .tabSelecter li:last-child {
  border: none !important;
}

body .slick-prev,
body .slick-next {
  height: 185px;
  background: rgba(64, 60, 44, 0.6);
}

body .slick-prev:hover, body .slick-prev:focus,
body .slick-next:hover,
body .slick-next:focus {
  background: rgba(64, 60, 44, 0.3);
}

body .slider {
  opacity: 0;
  transition: 3s;
  padding: 20px 0;
}

body .slick-initialized {
  opacity: 1;
}

body #score-module {
  border-top: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

body #score-module .one-item {
  width: 276px;
  float: left;
  margin: 0 5px;
}

body #score-module .slick-slider {
  background: rgba(0, 0, 0, 0.7);
}

body #score-module .slick-slider li {
  min-width: 290px !important;
}

body #score-module ul li {
  position: relative;
}

body #score-module ul li a {
  margin: 0 5px;
  position: relative;
  padding-bottom: 15px;
  background: #fff;
}

body #score-module ul li.matchMen a::before, body #score-module ul li.matchWomen a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 45px;
  border-top: 61px solid #052667;
  border-right: 20px solid transparent;
}

body #score-module ul li.matchWomen a::before {
  border-top: 61px solid #e4007b;
}

body #score-module ul li .matchNo {
  position: absolute;
  font-family: 'Noto sans', sans-serif;
  font-size: 14px;
  color: #fff;
  width: 40px;
  margin: 20px 0;
  z-index: 2;
}

body #score-module ul li .match-box {
  background: none;
  margin: 0;
}

body #score-module ul li .match-box .match-title {
  min-height: auto;
  padding: 10px 0 10px 40px;
  background: #eeeeee;
}

body #score-module ul li .match-box .match-title .date {
  font-size: 16px;
  color: #000;
  font-family: 'Noto sans', sans-serif;
  padding-top: 0;
}

body #score-module ul li .match-box .match-title .stadium {
  font-size: 12px;
  color: #666;
}

body #score-module ul li .match-box .team {
  font-size: 12px;
  letter-spacing: -0.1em;
  line-height: 1.3;
  font-weight: bold;
}

body #score-module ul li .match-box .team i {
  display: block;
  font-style: normal;
  font-size: 10px;
  color: #666;
  line-height: 1;
  padding-top: 0.3em;
}

body #score-module ul li .match-box .match-card {
  height: 55px;
  background: none;
}

body #score-module ul li .match-box .match-card span.score-box {
  width: 60px;
}

body #score-module ul li .matchBtn {
  background: #da202b;
  display: inline-block;
  color: #FFF;
  width: 160px;
  height: 30px;
  line-height: 30px;
  position: relative;
}

body #score-module ul li .matchBtn::after {
  font-family: ionicons;
  content: '\f3d3';
  font-size: 12px;
  padding-left: 0.3em;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

body #score-module ul li .matchBtn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  border-bottom: 30px solid #970101;
  border-left: 15px solid transparent;
  z-index: 1;
}

#socialArea {
  background: #FFF url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_sns.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 60px 0;
}

#socialArea h3 .subheading_en, #socialArea h3 .subheading_jp {
  color: #000;
}

#socialArea .snsBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 700px;
}

#socialArea .snsBtn > ul {
  width: calc(50% - 30px);
}

#socialArea .snsBtn > ul li {
  margin-bottom: 20px;
}

#socialArea .snsBtn > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  text-align: center;
}

#socialArea .snsBtn > ul li a:hover {
  opacity: .7;
}

#socialArea .snsBtn > ul li.twitter a {
  background: #1da1f2;
}

#socialArea .snsBtn > ul li.instagram a {
  background: #e23396;
}

#socialArea .snsBtn > ul li.facebook a {
  background: #2f4d94;
}

#socialArea .snsBtn > ul li h4 {
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

#socialArea .snsBtn > ul:nth-child(3) {
  width: 100%;
}

#socialArea .snsBtn > ul:nth-child(3) li.jfatv a {
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}

body #suppoerterArea .moreBtn a {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  border-color: #ccc;
  font-weight: bold;
  font-size: 14px;
}

body #suppoerterArea .moreBtn a::after {
  color: #333;
  content: "\f3d3";
}

body #suppoerterArea .moreBtn a:hover {
  background: rgba(255, 255, 255, 0.2);
}

body .tw__hashtag {
  border: 1px solid #c8beab;
  width: 400px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #35aae2;
  margin: auto;
}

body .tw__hashtag i {
  padding-right: 5px;
  font-size: 22px;
  position: relative;
  top: 2px;
}

body .tweetlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}

body .tweetlist > section {
  width: 24.5%;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 5px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

body .tweetlist > section .tweetlist__area {
  margin: 0 0 7px;
  font-size: 16px;
  color: #676355;
  font-weight: bold;
}

body .tweetlist__team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

body .tweetlist__team > li {
  width: 49%;
  background: rgba(240, 238, 226, 0.8);
  border: 1px solid #e9e5dd;
  padding: 10px 0;
  box-sizing: border-box;
  height: 85px;
  margin-top: 5px;
}

body .tweetlist__team__name {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: -0.05em;
  margin: 0 0 10px;
  padding: 0;
}

body .tweetlist__team__name i {
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #999;
  padding-top: 0.3em;
}

body .tweetlist__team__btn {
  border: 1px solid #c8beab;
  color: #35aae2;
  width: 70%;
  height: 24px;
  line-height: 24px;
  border-radius: 15px;
  display: block;
  margin: 5px auto;
  transition: 0.5s all;
  font-weight: bold;
}

body .tweetlist__team__btn i {
  padding-right: 0.5em;
  display: inline-block;
}

body .tweetlist__team__btn:hover {
  text-decoration: none;
  background: rgba(216, 210, 176, 0.6);
}

body .tweetlist__team__num {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  font-family: 'Overpass', sans-serif;
}

body #movie-slider-pc.slick-slider {
  background: none;
  padding: 0;
  overflow: hidden;
}

body #movie-slider-pc.slick-slider .slick-slide a {
  position: relative;
  display: block;
  background-color: #FFF;
}

body #movie-slider-pc.slick-slider .slick-slide a img {
  transition: 0.3s all;
}

body #movie-slider-pc.slick-slider .slick-slide a:hover img {
  opacity: 0.4;
}

body #movie-slider-pc.slick-slider .slick-slide a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 1;
}

body #movie-slider-pc.slick-slider .slick-slide a::after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f10a';
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  width: 10px;
  height: 30px;
}

body #movie-slider-pc.slick-slider .slick-slide img {
  width: 100%;
  height: auto;
}

body #movie-slider-pc.slick-slider .slick-prev,
body #movie-slider-pc.slick-slider .slick-next {
  height: 100%;
  background: #1c325e;
}

body #movie-slider-pc.slick-slider .slick-prev::before,
body #movie-slider-pc.slick-slider .slick-next::before {
  font-size: 30px;
}

body #movie-slider-pc.slick-slider .slick-prev::after,
body #movie-slider-pc.slick-slider .slick-next::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #1c325e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

body #movie-slider-pc.slick-slider .slick-prev::before {
  padding-left: 20px;
}

body #movie-slider-pc.slick-slider .slick-next::before {
  padding-right: 20px;
}

body #movie-slider-pc.slick-slider .slick-prev::after {
  left: -10px;
}

body #movie-slider-pc.slick-slider .slick-next::after {
  right: -10px;
}

body .mfp-bg {
  z-index: 111111111111111;
}

body .mfp-wrap {
  z-index: 11111111111111111;
}

body #contentsArea {
  background: #d8c7a8 url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_contents.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
}

body #contentsArea h3 .subheading_en, body #contentsArea h3 .subheading_jp {
  color: #000;
}

body #contentsArea h4 {
  font-size: 24px;
  text-align: center;
  width: 100%;
}

body #contentsArea .accordionList .accordionIndex {
  background: rgba(5, 38, 103, 0.8);
  border-radius: 5px;
  padding: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  margin-top: 50px;
  transition: all 0.2s linear;
  position: relative;
  width: 100%;
}

body #contentsArea .accordionList .accordionIndex:hover {
  background: #052667;
}

body #contentsArea .accordionList .accordionIndex::after {
  font-family: "Ionicons";
  font-size: 18px;
  content: "\f218";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

body #contentsArea .accordionList .accordionIndex.active::after {
  font-family: "Ionicons";
  font-size: 18px;
  content: "\f209";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

body #contentsArea .accordionList .accordionArticle {
  font-size: 16px;
}

body #contentsArea .contentslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

body #contentsArea .contentslist .leftwrap,
body #contentsArea .contentslist .rightwrap {
  width: 525px;
}

body #contentsArea .contentslist .centerwrap {
  text-align: center;
  margin: 50px auto 0;
}

body #contentsArea .contentslist .centerwrap:hover {
  opacity: .7;
}

body #contentsArea .contentslist .link-content li,
body #contentsArea .contentslist .link-content li.link_off {
  float: none;
  width: 100%;
  height: 95px;
  margin: 0 0 20px 0;
  position: relative;
  background: none;
}

body #contentsArea .contentslist .link-content a, body #contentsArea .contentslist .link-content span {
  display: block;
  height: 95px;
  overflow: hidden;
  padding-left: 40px;
  box-sizing: border-box;
}

body #contentsArea .contentslist .link-content .photo {
  width: 127px;
  height: 95px;
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

body #contentsArea .contentslist .link-content .photo img {
  width: 100%;
  height: 100%;
}

body #contentsArea .contentslist .link-content .title {
  width: 420px;
  height: 95px;
  text-align: left;
  color: #FFF;
  line-height: 1.2;
  background: url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_list_m.png) no-repeat right 50%;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 95px;
}

body #contentsArea .contentslist .link-content .title span {
  padding-left: 40px;
  display: block;
  font-size: 20px;
}

body #contentsArea .contentslist .link-content a {
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
}

body #contentsArea .contentslist .link-content a:hover {
  transform: scale(1.05);
  opacity: 1;
}

body #contentsArea .contentslist .link-content span .photo, body #contentsArea .contentslist .link-content span .title {
  opacity: 0.5;
}

body #contentsArea .contentslist .link-content span .photo span, body #contentsArea .contentslist .link-content span .title span {
  color: #ccc;
}

body #contentsArea .contentslist.clearfix::after {
  display: none;
}

body #contentsArea .contentslist .rightwrap a .title, body #contentsArea .contentslist .rightwrap span .title {
  background: url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_list_w.png) no-repeat right 50%;
}

body #news-area {
  background: #093878 url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_news.png) no-repeat center top;
  background-size: cover;
  padding: 60px 0;
  margin: 0 auto;
}

body #news-area .head-area .rss {
  bottom: auto;
  top: 0;
  color: rgba(255, 255, 255, 0.7);
}

body #news-area .moreBtn a {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  border-color: #ccc;
}

body #news-area .moreBtn a::after {
  color: #333;
  content: "\f3d3";
}

body #news-area .moreBtn a:hover {
  background: rgba(255, 255, 255, 0.2);
}

body #news-area .body-area .news-content li {
  overflow: visible;
}

body #news-area .body-area .news-content li a {
  transition: 0.3s all;
  display: block;
}

body #news-area .body-area .news-content li a:hover {
  transform: scale(1.03);
}

body #news-area .body-area .news-content li a .photo {
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

body #news-area .body-area .news-content li a .text-contents {
  width: 90%;
  box-sizing: border-box;
  position: relative;
  left: 5%;
  background: #fff url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_newscard.jpg) no-repeat right bottom;
  height: 130px;
  text-align: left;
  top: -10px;
  z-index: 2;
}

body #news-area .body-area .news-content li a .text-contents .date {
  text-align: right;
  color: #666;
  margin-top: -10px;
  margin-bottom: 10px;
}

body #news-area .body-area .news-content li a .text-contents .text {
  color: #000;
  height: 55px;
  text-decoration: none;
}

body #news-area .body-area .news-content li a .text-contents .text::after {
  color: #FFF;
  top: 80%;
  content: "\f3d3";
}

body #news-area .body-area .news-content li a .news-kate {
  top: 180px;
  left: 5%;
  right: 15px;
  width: 100px;
  z-index: 3;
}

body #partnaerArea > .outer-inner {
  display: flex;
  flex-wrap: nowwrap;
  justify-content: space-between;
  align-items: stretch;
}

body #partnaerArea > .outer-inner .leftwrap,
body #partnaerArea > .outer-inner .rightwrap {
  background: #FFF;
  border: 1px solid #c8beab;
}

body #partnaerArea > .outer-inner .leftwrap {
  width: 60%;
  padding: 40px;
  box-sizing: border-box;
}

body #partnaerArea > .outer-inner .leftwrap .r_navi_sub {
  font-family: 'Overpass', sans-serif;
  text-align: left;
  border: none;
}

body #partnaerArea > .outer-inner .leftwrap .r_navi_sub br {
  display: none;
}

body #partnaerArea > .outer-inner .leftwrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

body #partnaerArea > .outer-inner .leftwrap ul li {
  width: 49%;
  text-align: left;
}

body #partnaerArea > .outer-inner .leftwrap ul li img {
  width: 100%;
}

body #partnaerArea > .outer-inner .leftwrap ul li.bnr-jyd img {
  width: auto;
}

body #partnaerArea > .outer-inner .rightwrap {
  width: 37%;
}

body #partnaerArea > .outer-inner .rightwrap .r_navi_sub {
  font-family: 'Overpass', sans-serif;
}

body #partnaerArea > .outer-inner .rightwrap iframe {
  height: 370px !important;
  width: 350px !important;
  overflow: hidden;
}

.opponent_u24 .link-content, .opponent_nadeshiko .link-content {
  margin-top: 40px;
}

.opponent_u24 .link-content li, .opponent_nadeshiko .link-content li {
  float: none;
  width: 100%;
  height: 171px;
  margin: 0 0 40px 0;
  position: relative;
  background: none;
}

.opponent_u24 .link-content li::after, .opponent_nadeshiko .link-content li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 55px;
  border-bottom: 171px solid #052667;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
}

.opponent_u24 .link-content li::before, .opponent_nadeshiko .link-content li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 30px;
  z-index: 2;
  width: 14px;
  height: 24px;
  background: url(/national_team/u24_2021/tokyo_olympic_2020/img/arrow_b.png) no-repeat center center;
}

.opponent_u24 .link-content li a, .opponent_nadeshiko .link-content li a {
  display: block;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.opponent_u24 .link-content li.link_off, .opponent_nadeshiko .link-content li.link_off {
  opacity: .7;
}

.opponent_u24 .link-content li.link_off > span, .opponent_nadeshiko .link-content li.link_off > span {
  display: block;
  height: 171px;
  overflow: hidden;
  box-sizing: border-box;
}

.opponent_u24 .link-content li.link_off > span .title_inner, .opponent_nadeshiko .link-content li.link_off > span .title_inner {
  color: #999;
}

.opponent_u24 .link-content .photo, .opponent_nadeshiko .link-content .photo {
  width: 268px;
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.opponent_u24 .link-content .photo img, .opponent_nadeshiko .link-content .photo img {
  width: 100%;
  height: 100%;
}

.opponent_u24 .link-content .title, .opponent_nadeshiko .link-content .title {
  width: 528px;
  height: 171px;
  text-align: left;
  color: #FFF;
  background: url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_opponent_list_m.png) no-repeat right 50%;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.5;
  padding-left: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.opponent_u24 .link-content .title .title_inner, .opponent_nadeshiko .link-content .title .title_inner {
  font-size: 30px;
  width: 100%;
}

.opponent_u24 .link-content .title .title_inner span, .opponent_nadeshiko .link-content .title .title_inner span {
  display: block;
  font-size: 20px;
}

.opponent_u24 .link-content > span .photo, .opponent_u24 .link-content > span .title, .opponent_nadeshiko .link-content > span .photo, .opponent_nadeshiko .link-content > span .title {
  color: #ccc;
}

.opponent_u24 h3 span, .opponent_nadeshiko h3 span {
  font-size: 20px;
  padding-left: 20px;
}

.opponent_u24 h4 span, .opponent_nadeshiko h4 span {
  font-size: 16px;
  padding-left: 10px;
}

.opponent_u24 figure img, .opponent_nadeshiko figure img {
  width: 100%;
}

.opponent_u24 .about figure figcaption, .opponent_nadeshiko .about figure figcaption {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.opponent_u24 .preview, .opponent_nadeshiko .preview {
  padding: 5px 40px 40px;
  margin-top: 30px;
  background: #052667 url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_preview_m.png) no-repeat center top;
  color: #fff;
}

.opponent_u24 .preview h4, .opponent_nadeshiko .preview h4 {
  color: #fff !important;
  border-bottom: 1px #fff solid !important;
}

.opponent_nadeshiko .link-content li::after {
  border-bottom: 171px solid #e4007b;
}

.opponent_nadeshiko .link-content li.link_off > span .title_inner {
  color: #ccc;
}

.opponent_nadeshiko .link-content .title {
  background: url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_opponent_list_w.png) no-repeat right 50%;
}

.opponent_nadeshiko .preview {
  background: #d38aaf url(/national_team/u24_2021/tokyo_olympic_2020/img/BG_preview_w.png) no-repeat center top;
}

body .pagetop {
  background: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

body .pagetop a {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: background 0.3s linear;
  padding: 10px;
}

body .pagetop a:hover {
  background: #001e55;
}

body .footer {
  background: #001e55;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 30px 0 40px;
}

body .footer__text {
  font-size: 10px;
  color: #ccc;
}

.tdWrap1 ul li {
  width: 200px;
}

#header-schedule-result #score-board-header {
  width: 90%;
}

#container #main-colum .teamBox {
  margin: 20px 0;
}

#container #main-colum .teamBox .imgbox_left {
  padding: 0;
}

#container #main-colum .teamBox .t_right {
  width: 600px;
}

#main-colum .table_theme1 tr td {
  padding: 20px 10px;
}

body.local-top .news_css {
  display: none;
}

body.is_news_detail .news_css {
  padding-top: 40px;
}

body.is_news_detail .news_css .head-area {
  width: 800px;
  margin: 0 auto;
  overflow: visible;
  text-align: left;
  position: relative;
  left: -170px;
}

body.is_news_detail .news_css .head-area h3 {
  text-align: left;
  position: relative;
  bottom: -30px;
  padding: 40px 0 0 0;
  z-index: 1;
}

body.is_news_detail .news_css .head-area h3 .subheading_jp {
  transform: none;
  top: 0;
}

body.is_news_detail #container {
  padding: 0;
}

body.is_news_detail #container #sub {
  position: relative;
  z-index: 11111;
  top: -80px;
}

body.is_news_detail #container #main-colum {
  padding-top: 60px;
}

body.is_news_detail #container #main-colum {
  padding-top: 0;
}

body.is_news_detail #container #sub {
  top: 0;
}
