@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 50px;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

a.link-txt {
  color: #dc236e;
  text-decoration: underline;
}
a.link-txt:hover {
  text-decoration: none;
}

/*

	女子サッカー

******************************************************/
.women-new_jp h2.title {
  padding: 14px 0;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #dc236e;
}
@media only screen and (max-width: 640px) {
  .women-new_jp h2.title {
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.women-new_jp h3.title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #dc236e;
}
@media only screen and (max-width: 640px) {
  .women-new_jp h3.title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.women-new_jp .kv-area-top {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .kv-area-top {
    margin-top: 50px;
  }
}
.women-new_jp .kv-area {
  width: 100%;
  margin-top: 113px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .kv-area {
    margin-top: 50px;
  }
}
.women-new_jp .kv-area img {
  width: 100%;
}
.women-new_jp .credit-img {
  position: relative;
  margin: 0;
}
.women-new_jp .credit-img .credit {
  position: absolute;
  bottom: 10px;
  right: 20px;
  left: auto;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .credit-img .credit {
    bottom: 5px;
    right: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.women-new_jp .outer-inner {
  max-width: 1136px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .outer-inner {
    width: 90%;
  }
}
.women-new_jp .contents-list li {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .contents-list li {
    width: 90%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.women-new_jp .contents-list li img {
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .contents-list li img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  }
}
.women-new_jp .contents-list li h4 {
  color: #dc236e;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .contents-list li h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0;
  }
}
.women-new_jp .contents-list li .text-area {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .contents-list li .text-area {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.women-new_jp .contents-list li .btn-area {
  text-align: center;
}
.women-new_jp .contents-list > a,
.women-new_jp .contents-list > span {
  display: block;
  max-width: 800px;
  width: auto;
  margin: 0 auto;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .contents-list > a,
  .women-new_jp .contents-list > span {
    max-width: auto;
    width: 92%;
  }
}
.women-new_jp .contents-list > a:hover,
.women-new_jp .contents-list > span:hover {
  text-decoration: none;
  opacity: 0.7;
}
.women-new_jp .more-btn-s {
  height: auto;
  margin: 0 auto;
  padding: 5px 60px 5px 20px;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background: #dc236e;
  border-radius: 20px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in;
  text-decoration: none;
  box-sizing: border-box;
}
.women-new_jp .more-btn-s::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow_w.png) no-repeat 0 0;
  width: 29px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.women-new_jp .more-btn-s:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .more-btn-s {
    padding: 0px 40px 2px 20px;
    border-radius: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .women-new_jp .more-btn-s::after {
    background-size: 80%;
    width: 23px;
    height: 10px;
    right: 10px;
  }
}
.women-new_jp .swiper {
  padding: 20px 0 80px;
  margin-bottom: 40px;
}
.women-new_jp .swiper .swiper-slide {
  width: 800px;
}
.women-new_jp .swiper .swiper-button-prev,
.women-new_jp .swiper .swiper-button-next {
  color: #666;
  top: 200px;
}
.women-new_jp .swiper .swiper-button-prev {
  left: 23%;
}
.women-new_jp .swiper .swiper-button-next {
  right: 23%;
}
.women-new_jp .swiper .swiper-pagination {
  z-index: 999;
}
.women-new_jp .swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #dddddd;
  border: 1px solid #fff;
  opacity: 1;
}
.women-new_jp .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dc236e;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .women-new_jp .swiper {
    padding-bottom: 60px;
    padding-top: 10px;
    margin-bottom: 0px;
  }
  .women-new_jp .swiper .swiper-button-prev,
  .women-new_jp .swiper .swiper-button-next {
    color: #666;
    top: 120px;
    transform: scale(30%);
  }
  .women-new_jp .swiper .swiper-button-prev {
    left: -8px;
  }
  .women-new_jp .swiper .swiper-button-next {
    right: -8px;
  }
  .women-new_jp .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.women-new_jp #relative-area {
  text-align: center;
  margin: 0 auto;
}
.women-new_jp #relative-area h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
}
.women-new_jp #relative-area .banner-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .women-new_jp #relative-area h3 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .women-new_jp #relative-area .banner-content {
    display: block;
    margin-top: 10px;
  }
  .women-new_jp #relative-area .banner-content li + li {
    margin-top: 10px;
  }
}
.women-new_jp .acd-area {
  margin: 0 auto 80px;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .acd-area {
    margin: 0 auto 40px;
  }
}
.women-new_jp .acd-area .acd-torriger {
  display: block;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  background: #dc236e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 20px;
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.women-new_jp .acd-area .acd-torriger::after {
  content: "\e145";
  font-family: "Material Icons";
}
.women-new_jp .acd-area .acd-torriger.is-active::after {
  content: "\e15b";
}
.women-new_jp .acd-area .acd-torriger:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .acd-area .acd-torriger {
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 50px;
    line-height: 1.2;
    padding: 10px 15px;
    width: calc(100% - 30px);
  }
}
.women-new_jp .acd-area .acd-contents {
  display: none;
  border-radius: 25px;
  background: rgba(220, 35, 110, 0.15);
  color: #000;
  padding: 40px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.women-new_jp .acd-area .acd-contents.colums2 {
  -moz-columns: 2;
       columns: 2;
}
.women-new_jp .acd-area .acd-contents ul {
  width: calc(50% - 20px);
}
.women-new_jp .acd-area .acd-contents ul li {
  font-size: 16px;
  font-size: 1.6rem;
}
.women-new_jp .acd-area .acd-contents ul li + li {
  margin-top: 10px;
}
.women-new_jp .acd-area .acd-contents .tournaments-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #dc236e;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.women-new_jp .acd-area .acd-contents .tournaments-title::before, .women-new_jp .acd-area .acd-contents .tournaments-title::after {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  background: url(../img/icon_nadeshiko.png) no-repeat 0 0;
  background-size: cover;
}
.women-new_jp .acd-area .acd-contents .tournaments-title::before {
  margin-right: 5px;
}
.women-new_jp .acd-area .acd-contents .tournaments-title::after {
  margin-left: 5px;
}
.women-new_jp .acd-area .acd-contents .cap {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.women-new_jp .acd-area .acd-contents .tournaments-area:not(:last-of-type) {
  margin-bottom: 20px;
}

.women-new_jp .acd-area .acd-contents .tournaments-table table {
  margin: 10px 0 ;
  font-size: 14px;
  font-size: 1.4rem;
  border: none !important;
}
.women-new_jp .acd-area .acd-contents .tournaments-table table th,
.women-new_jp .acd-area .acd-contents .tournaments-table table td {
  padding: 3px 20px;
  white-space: nowrap;
}
.women-new_jp .acd-area .acd-contents .tournaments-table table th {
  color: #fff;
  background: #dc236e;
}
.women-new_jp .acd-area .acd-contents .tournaments-table table tr:nth-child(odd) {
  background: rgba(220, 35, 110, 0.2);
}
.women-new_jp .acd-area .acd-contents .tournaments-table table td:nth-child(1) {
  width: 10%;
}
.women-new_jp .acd-area .acd-contents .tournaments-table table td:nth-child(2) {
  width: 35%;
  text-align: left;
}
.women-new_jp .acd-area .acd-contents .tournaments-table table td:nth-child(3) {
  width: 15%;
}
.women-new_jp .acd-area .acd-contents .tournaments-table table td:nth-child(4) {
  width: 25%;
}
.women-new_jp .acd-area .acd-contents .tournaments-table table td:nth-child(5) {
  width: 15%;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .acd-area .acd-contents {
    border-radius: 20px;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .women-new_jp .acd-area .acd-contents ul {
    width: 100%;
  }
  .women-new_jp .acd-area .acd-contents ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .women-new_jp .acd-area .acd-contents .tournaments-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .women-new_jp .acd-area .acd-contents .tournaments-table {
    overflow: scroll;
  }
  .women-new_jp .acd-area .acd-contents .tournaments-table table {
    font-size: 10px;
    font-size: 1rem;
  }
  .women-new_jp .acd-area .acd-contents .tournaments-table table th,
  .women-new_jp .acd-area .acd-contents .tournaments-table table td {
    padding: 2px 10px;
  }
  .women-new_jp .acd-area .acd-contents .cap {
    font-size: 10px;
    font-size: 1rem;
  }
}
.women-new_jp .clm2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .clm2 {
    display: block;
  }
}
.women-new_jp .clm2-list {
  margin: 0 auto;
  text-align: center;
}
.women-new_jp .clm2-list a {
  width: 100%;
  margin: 0 auto;
}
.women-new_jp .clm2-list a + a {
  margin: 20px 0 0 0;
}
.women-new_jp .img-area {
  margin: 0 auto 80px;
  max-width: 800px;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .img-area {
    margin: 0 auto 40px;
  }
}
.women-new_jp .img-area .contents-img img {
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .img-area .contents-img img {
    border-radius: 15px;
  }
}
.women-new_jp .women-new-top {
  padding: 100px 0;
  background: url("../img/bg_top-ttl.png"), url("../img/bg_nadeshiko.png"), linear-gradient(rgba(220, 35, 110, 0.1), rgba(220, 35, 110, 0.5));
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: center top, center bottom, top;
}
.women-new_jp .women-new-top .lead-text {
  margin-bottom: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-top {
    padding: 50px 0;
    background-position: center top 10px, center bottom, top;
    background-size: 120%, 200%, cover;
  }
}
.women-new_jp .women-new-contents {
  padding: 100px 0;
  background: url("../img/bg_nadeshiko.png"), linear-gradient(rgb(255, 255, 255), rgba(220, 35, 110, 0.5));
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom, top;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-contents {
    padding: 50px 0;
    background-size: 120%, 200%, cover;
  }
}
.women-new_jp .women-new-contents h3.title {
  position: relative;
  display: inline-block;
}
.women-new_jp .women-new-contents h3.title::before, .women-new_jp .women-new-contents h3.title::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../img/icon_nadeshiko.png) no-repeat center right;
  width: 45px;
  height: 43px;
  top: 50%;
  transform: translateY(-50%);
}
.women-new_jp .women-new-contents h3.title::before {
  left: -55px;
}
.women-new_jp .women-new-contents h3.title::after {
  right: -55px;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-contents h3.title::before, .women-new_jp .women-new-contents h3.title::after {
    background: url(../img/icon_nadeshiko.png) no-repeat center right;
    background-size: 70%;
    width: 25px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
  }
  .women-new_jp .women-new-contents h3.title::before {
    left: -30px;
  }
  .women-new_jp .women-new-contents h3.title::after {
    right: -30px;
  }
}
.women-new_jp .women-new-top .lead-text,
.women-new_jp .women-new-contents .lead-text {
  margin-bottom: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-top .lead-text,
  .women-new_jp .women-new-contents .lead-text {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.women-new_jp .women-new-header-area {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.women-new_jp .women-new-header-area .women-new-header {
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background: #dc236e;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-new-header {
    position: relative;
  }
}
.women-new_jp .women-new-header-area .women-title-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- start;
  justify-content: -webkit- start;
  justify-content: start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 0 20px;
}
.women-new_jp .women-new-header-area .women-title-area h1 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  line-height: 1;
}
.women-new_jp .women-new-header-area .women-title-area h1 img {
  height: 40px;
}
.women-new_jp .women-new-header-area .women-title-area h2.title {
  padding: 0;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #dc236e;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-title-area h2.title {
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-title-area h1 img {
    height: 30px;
  }
}
.women-new_jp .women-new-header-area .women-nav-area a {
  height: 40px;
  padding: 0 20px;
  display: block;
  border-radius: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 40px;
  color: #dc236e;
  background: #fff;
  transition: all 0.2s ease-in;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-nav-area a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.women-new_jp .women-new-header-area .women-nav-area a:hover, .women-new_jp .women-new-header-area .women-nav-area a.active {
  opacity: 0.5;
}
.women-new_jp .women-new-header-area .women-nav-area ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- end;
  justify-content: -webkit- end;
  justify-content: end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-nav-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
  }
  .women-new_jp .women-new-header-area .women-nav-area ul li {
    width: 100%;
  }
}
.women-new_jp .women-new-header-area .women-nav-area .pnav {
  display: none;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-nav-area .nav {
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    padding: 20px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background: #dc236e;
    box-sizing: border-box;
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav.show {
    opacity: 1;
    visibility: visible;
  }
  .women-new_jp .women-new-header-area .women-nav-area .pnav {
    width: 100%;
    display: block;
  }
  .women-new_jp .women-new-header-area .women-nav-area .pnav ul {
    margin: 0;
    padding: 0;
  }
  .women-new_jp .women-new-header-area .women-nav-area .pnav a {
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    position: relative;
    background: none;
    text-align: left;
  }
  .women-new_jp .women-new-header-area .women-nav-area .pnav a::after {
    position: absolute;
    content: "";
    background: url(../img/icon_arrow_dw.png) no-repeat center center;
    width: 20px;
    height: 10px;
    right: 0;
    bottom: 5px;
  }
  .women-new_jp .women-new-header-area .women-nav-area button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav_toggle {
    display: block;
    position: relative;
    width: 35px;
    height: 24px;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav_toggle span:nth-child(1) {
    top: 0;
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav_toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav_toggle span:nth-child(3) {
    bottom: 0;
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav_toggle.show span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav_toggle.show span:nth-child(2) {
    opacity: 0;
  }
  .women-new_jp .women-new-header-area .women-nav-area .nav_toggle.show span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}
.women-new_jp .women-new-header-area .women-pnav-area {
  width: 100%;
  border-bottom: 1px solid #dc236e;
  background: #fff;
}
.women-new_jp .women-new-header-area .women-pnav-area ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- end;
  justify-content: -webkit- end;
  justify-content: end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-pnav-area {
    border-bottom: none;
  }
  .women-new_jp .women-new-header-area .women-pnav-area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- start;
    justify-content: -webkit- start;
    justify-content: start;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
  }
  .women-new_jp .women-new-header-area .women-pnav-area ul li {
    width: 100%;
  }
}
.women-new_jp .women-new-header-area .women-pnav-area a {
  padding: 5px 20px 15px;
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #dc236e;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-pnav-area a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.women-new_jp .women-new-header-area .women-pnav-area a::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow_dp.png) no-repeat center center;
  width: 20px;
  height: 10px;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0px);
  transition: all 0.2s ease-in;
}
.women-new_jp .women-new-header-area .women-pnav-area a:hover::after {
  transform: translate(-50%, 5px);
}
@media only screen and (max-width: 640px) {
  .women-new_jp .women-new-header-area .women-pnav-area a {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dc236e;
    border-radius: 0;
  }
  .women-new_jp .women-new-header-area .women-pnav-area a::after {
    width: 20px;
    height: 10px;
    bottom: 10px;
    right: 0;
    left: auto;
    transform: translate(-50%, 0px);
  }
}
@media only screen and (max-width: 900px) {
  .women-new_jp .women-new-header-area .women-new-header {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
  }
  .women-new_jp .women-new-header-area .women-nav-area {
    width: 100%;
  }
}

#national-team-category-area {
  margin: 35px auto 0px;
}
#national-team-category-area .head-area {
  margin: 0 0 0px;
}
#national-team-category-area .body-area {
  margin: 25px 0 0px;
}
#national-team-category-area .body-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
#national-team-category-area .body-area ul > li {
  width: calc(25% - 15px);
  min-height: 70px;
  margin: 0 15px 10px 0px;
}
#national-team-category-area .body-area ul > li:nth-child(4n) {
  margin: 0 0 10px 0px;
}
@media only screen and (max-width: 640px) {
  #national-team-category-area .body-area ul > li {
    width: calc(50% - 5px);
    min-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 5px 0 0px;
  }
  #national-team-category-area .body-area ul > li:nth-child(2n) {
    margin: 0;
  }
}
#national-team-category-area .body-area ul li a {
  display: block;
  text-align: center;
  background: #ffebeb;
  padding: 20px 0px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff8f8e;
}
@media only screen and (max-width: 640px) {
  #national-team-category-area .body-area ul li a {
    padding: 10px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 0;
  }
}
#national-team-category-area .body-area ul li span {
  display: block;
  text-align: center;
  background: #eee;
  padding: 20px 0px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ccc;
}
@media only screen and (max-width: 640px) {
  #national-team-category-area .body-area ul li span {
    padding: 10px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 0;
  }
}
#national-team-category-area .body-area ul li a:hover {
  background: #ff8f8e;
  color: #fff;
  text-decoration: none;
}
#national-team-category-area .body-area ul .rightLi {
  margin-right: 0px;
}

#competion-area {
  margin: 35px auto 0px;
}
#competion-area .head-area {
  margin: 0 0 0px;
}
#competion-area .body-area {
  margin: 35px 0 0px;
}
#competion-area .body-area ul {
  max-width: 1136px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
#competion-area .body-area ul li {
  margin: 0 43px 15px 0;
}
#competion-area .body-area ul li:nth-child(4n) {
  margin: 0 0 15px;
}
@media only screen and (max-width: 640px) {
  #competion-area .body-area ul li {
    margin: 0 0 5px 0 !important;
  }
  #competion-area .body-area ul li:nth-child(4n) {
    margin: 0 0 5px !important;
  }
}

#link-area {
  margin: 20px 0 0px;
  padding: 35px 0px 20px;
}
#link-area .outer-inner {
  margin: 0px auto;
}
#link-area .outer-inner h4 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0px 0 10px;
}
#link-area .outer-inner .link-area-content {
  margin-bottom: 20px;
}
#link-area .outer-inner .link-area-content li {
  float: left;
  width: 477px;
  height: 101px;
  background: url(../img/bg_link_content.png) no-repeat 0 0;
  margin-bottom: 20px;
  display: table;
}
#link-area .outer-inner .link-area-content > li:nth-child(2n) {
  float: right;
}
#link-area .outer-inner .link-area-content a {
  display: block;
}
#link-area .outer-inner .link-area-content a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
#link-area .outer-inner .link-area-content li div {
  display: table-cell;
  vertical-align: middle;
}
#link-area .outer-inner .link-area-content li .photo {
  padding: 3px 0 0 4px;
  width: 127px;
  height: 95px;
}
#link-area .outer-inner .link-area-content .text {
  display: table-cell;
  padding: 0 5px 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
}
#link-area .outer-inner .link-area-content .text span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  line-height: 22px;
}
#link-area .outer-inner .link-area-content-revers li {
  background: url(../img/bg_link_conetnt_revers.png) no-repeat 0 0;
  width: 477px;
  height: 101px;
  float: left;
  margin-bottom: 20px;
  display: table;
}
#link-area .outer-inner .link-area-content-revers li:nth-child(2n) {
  float: right;
}
#link-area .outer-inner .link-area-content-revers li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
#link-area .outer-inner .link-area-content-revers li div {
  display: table-cell;
  vertical-align: middle;
}
#link-area .outer-inner .link-area-content-revers li div.photo {
  width: 127px;
  height: 95px;
  text-align: right;
  padding: 2px 4px 0 0px;
}
#link-area .outer-inner .link-area-content-revers li div.text {
  padding: 0 10px;
}
#link-area .outer-inner .link-area-content-revers li div span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#link-area .outer-inner .link-area-content-revers li div a {
  margin-right: 10px;
}

.foot-logo {
  margin: 80px auto;
  text-align: center;
}
.foot-logo img {
  max-width: 300px;
}
@media only screen and (max-width: 640px) {
  .foot-logo {
    margin: 40px auto;
  }
  .foot-logo img {
    max-width: 80%;
  }
}

.women-new-news-content {
  padding: 80px 0;
}
@media only screen and (max-width: 640px) {
  .women-new-news-content {
    padding: 50px 0;
  }
}

/* 以下20251223追加======================================================= */
/* 女子サッカー レコード */
 /* ===== wrapper ===== */


 .table-area{
  border-radius: 25px;
    background: rgba(220, 35, 110, 0.15);
    margin: 0 auto;
 }
 .table-wrap{
  width: 1136px;      /* PC */
  max-width: 100%;
  overflow: auto;     /* 右を横スクロール */
  border: 1px solid #ddd;

  /* 左固定2列の幅（PC） */
  --col1w: 120px;     /* カテゴリー */
  --col2w: 120px;     /* 大会 */
}

/* ===== table base ===== */

.outer-inner :has(.results-table){
  margin-bottom: 60px;
  border: none;
}

.results-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;            /* スクロール量を最小化しやすい */
  min-width: 1136px;              /* wrapperと同じ基準 */
  font-size: 11px;
  font-weight: bold;
  background: #fff;
}

.results-table th,
.results-table td{
  border: 1px solid #fff;
  padding: 8px 4px;
  background: rgba(220, 35, 110, 0.3);
  vertical-align: top;
  word-break: break-word;
  line-height: 1.25;
  vertical-align: middle;
  text-align: center;
}
.results-table td{
  color: #333;
}

/* ===== column widths（PC：できるだけスクロール減らす） ===== */
.results-table .col-cat{ width: var(--col1w); }
.results-table .col-event{ width: var(--col2w); }

/* 年列は細めにして見える数を増やす（必要なら 44〜56pxで調整） */
.results-table .col-year{ width: 108px;font-size: 10px; }

/* ===== header sticky（縦スクロール時） ===== */
.results-table thead th{
  position: sticky;
  top: 0;
  background: #dc236e;
  color: #fff;
  z-index: 6;
  font-size: 13px;
}

/* ===== left sticky（「大会まで固定」） ===== */
.results-table .sticky-col-1{
  position: sticky;
  left: 0;
  z-index: 7;                 /* theadよりも前に出したいので高め */
  background: #dc236e;
  color: #fff;
  font-size: 13px;
}
.results-table .sticky-col-2{
  position: sticky;
  left: var(--col1w);
  z-index: 7;
  background: #dc236e;
  color: #fff;
  font-size: 12px;
}

/* tbody側は背景白に（ヘッダーと区別） */
.results-table tbody .sticky-col-1,
.results-table tbody .sticky-col-2{
  
  background: rgb(194, 25, 93);
  color: #fff;
  z-index: 4;
  
}

.results-table .u19u20 th.sticky-col-1,.results-table .u19u20 th.sticky-col-2{
  background: #dc236e;
}
.results-table .u16u17 th.sticky-col-1,.results-table .u16u17 th.sticky-col-2{
  background: #ea4889;
}

.results-table .u19u20 td{
  background: rgba(220, 35, 110, 0.25);
}
.results-table .u16u17 td{
  background: rgba(220, 35, 110, 0.19);
}

.champ{
  font-weight: bold;
  color: #dc236e !important;
  font-size: 12px;
}
/* ===== SP ===== */
@media (max-width: 640px){
  .champ{
    font-size: 10px;
  }
  .outer-inner :has(.results-table){
    margin-bottom: 30px;
  }

  .table-wrap{
    width: 100%;
    margin: 0 auto;

    /* SP：左固定2列を固定値（px）に変更 */
    --col1w: 75px;
    --col2w: 85px;
  }

  .results-table{
    font-size: 11px;
    min-width: 800px;  /* 固定幅に変更（横スクロールを確実に） */
    font-size: 10px;
  }
  .results-table thead th{
    font-size: 12px;
  }

  /* SP：右側は読みやすい幅にして横スクロールが出るように */
  .results-table .col-year{
    width: 120px;  /* 140px → 120pxに調整 */
  }

  /* sticky-colのleft値を再設定 */
  .results-table .sticky-col-1{
    position: sticky;
    left: 0;
    z-index: 10;  /* より高く設定 */
    background: #dc236e;
    color: #fff;
    width: var(--col1w);
    font-size: 10px;
  }

  .results-table .sticky-col-2{
    position: sticky;
    left: var(--col1w);  /* 80px */
    z-index: 10;
    background: #dc236e;
    color: #fff;
    width: var(--col2w);
    font-size: 10px;
  }
  .results-table .col-year{ width: 80px; }

  /* SP：sticky列の可読性（詰まり防止） */
  .results-table tbody .sticky-col-1,
  .results-table tbody .sticky-col-2{
    background: rgb(194, 25, 93);
    color: #fff;
    z-index: 5;  /* theadより低く、通常tdより高く */
  }
  .results-table .u19u20 th.sticky-col-1,.results-table .u19u20 th.sticky-col-2{
    background: #dc236e;
  }
  .results-table .u16u17 th.sticky-col-1,.results-table .u16u17 th.sticky-col-2{
    background: #ea4889;
  }
}


/* chart_area */
.chart_area{
  width: calc(100% - 60px);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto ;
}

.chart_area .row{
  display: none;
}
.tick{
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}

.sub_title{
  color: #dc236e;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

input[type="range"]{width:260px}
    svg{width:100%;height:auto;}
    .grid line{stroke:#233042;stroke-width:1}
    .axis text{fill:#dc236e;font-size:12px;font-weight: bold;}
    .axis path,.axis line{stroke:#233042}
    /* 日本以外：彩度を落として細く */
    .line{
      fill:none;
      opacity:.25;
      stroke-width:2;
    }
    
    /* 日本は強調 */
    .japan .line{
      opacity:1;
      stroke-width:6;
    }
    .node text{font-size:11px;fill:white;font-weight:700;dominant-baseline:middle;text-anchor:middle}
    /* 日本以外のノードも控えめに */
    .node circle{stroke:#ccc;stroke-width:2; opacity:.7}
    
    .japan .node circle{opacity:1}
    /* 日本を目立たせる */
    .japan .line{filter: drop-shadow(0 0 6px rgba(255,59,48,.35));}
    .japan .node circle{stroke:#fff;stroke-width:2.5}
    .legend{font-size:12px;fill:#a8b3c7}

    /* --- アクティブ時に他国を薄く、対象国を強調 --- */
    /* アクティブ時：対象国を強調。ただし日本は常に最大強調を維持 */
    .series.active:not(.japan) .line{
      opacity:1;
      stroke-width:4;
    }

    /* アクティブでない国の線を薄くする（日本は常に強調） */
    .series:not(.active):not(.japan) .line{
      opacity:.15;
    }
    /* 日本は常に最大強調 */
    .japan .line{
      opacity:1;
      stroke-width:6;
    }

    .series.active .node circle{
      opacity:1;
    }

/* chart legend */
.chart-legend{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(220, 35, 110, 0.3);
}

.chart-legend .legend-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.chart-legend .legend-item{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
}

.chart-legend .legend-item.japan{
  font-weight: bold;
}

.chart-legend .legend-item.active{
  font-weight: bold;
  opacity: 1;
}

.chart-legend .legend-color{
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  flex-shrink: 0;
}

.chart-legend .legend-item.japan .legend-color{
  height: 6px;
  box-shadow: 0 0 6px rgba(255, 59, 48, 0.35);
}

.chart-legend .legend-name{
  white-space: nowrap;
}

@media only screen and (max-width: 640px){



  .chart-legend .legend-list{
    gap: 15px 20px;
  }
  
  .chart-legend .legend-item{
    font-size: 12px;
    font-size: 1.2rem;
  }
  
  .chart-legend .legend-color{
    width: 16px;
    height: 3px;
  }
  
  .chart-legend .legend-item.japan .legend-color{
    height: 4px;
  }
}

/* chart tooltip */
.tooltip{
  pointer-events: none;
}

.tooltip .tooltip-bg{
  fill: rgba(51, 51, 51, 0.9);
}

.tooltip .tooltip-text{
  fill: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

@media only screen and (max-width: 640px){
  .chart-area-inner{
    overflow-x: scroll;
  }
  #chart{
    width: 500px;
  }
  .tooltip .tooltip-text{
    font-size: 30px;
    font-size: 3rem;
  }
  .sub_title{
    font-size: 16px;
    font-size: 1.6rem;
  }
}
