@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);
html {
  font-size: 62.5%;
  scroll-padding-top: 50px;
}

/*

	女子サッカー

******************************************************/
#nadeshiko-vision-area {
  background: url(../img/bg_nadeshiko_vision.png) repeat-y center top;
  padding: 35px 0px;
}
#nadeshiko-vision-area .head-area {
  position: relative;
  margin-bottom: 20px;
}
#nadeshiko-vision-area .head-area h3 {
  float: left;
}
#nadeshiko-vision-area .head-area #btn-nadeshiko_vision {
  position: absolute;
  right: 0;
  top: -5px;
}
#nadeshiko-vision-area .body-area {
  font-size: 14px;
}

#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;
    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-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;
    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-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;
    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;
  line-height: 14px;
}
#link-area .outer-inner .link-area-content .text span {
  font-size: 18px;
  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-weight: bold;
  margin-bottom: 5px;
}
#link-area .outer-inner .link-area-content-revers li div a {
  margin-right: 10px;
}

/*

	なでしこビジョン

******************************************************/
#container #main-colum .section-block a {
  color: #0b8fba;
}
#container #main-colum .nadeshiko_vIndex p {
  margin: 20px 0px;
}

.section-block p a img {
  vertical-align: middle;
}

.alignCenter {
  text-align: center;
}

#container #main-colum .section-block p.mt20b30 {
  margin: 25px auto 35px;
}

.nadeshiko_vFaq .table_theme1 {
  margin-top: 5px;
}
.nadeshiko_vFaq .table_theme1 tr th.normal {
  font-weight: normal;
}
.nadeshiko_vFaq .table_theme1 tr th.topic {
  background: #ffe5e6;
}

.table_theme1 tr td.topic {
  background: #ffe5e6;
}

#container #main-colum p.quotation {
  text-align: right;
  margin-top: 0;
}

.no-boder {
  border-bottom: none !important;
}

.nadeshiko_vInfo dl dt {
  margin-bottom: 20px;
  font-size: 14px;
}
.nadeshiko_vInfo dl dd {
  margin-bottom: 20px;
  font-size: 14px;
}
.nadeshiko_vInfo dl dd span.f12 {
  font-size: 12px;
}
.nadeshiko_vInfo dl dd span.block {
  display: inline-block;
  line-height: 15px;
}
.nadeshiko_vInfo dl dt {
  width: 35%;
  float: left;
}
.nadeshiko_vInfo dl dd {
  width: 65%;
  margin-left: 35%;
}
.nadeshiko_vInfo dl dd input {
  width: 100%;
  font-size: 14px;
  padding: 5px;
  line-height: 160%;
}
.nadeshiko_vInfo dl dd textarea {
  width: 100%;
  font-size: 14px;
  padding: 5px;
  line-height: 160%;
  min-height: 100px;
}
.nadeshiko_vInfo dl dd input.pict {
  width: 40%;
}
.nadeshiko_vInfo p input[type=submit] {
  font-size: 24px;
  padding: 10px 30px;
  margin: 30px 15px;
  cursor: pointer;
}

#container #main-colum .nadeshiko_vInfo p.mtb30 {
  margin: 30px 0;
}

table.vInfo_table {
  border: 0;
  border-top: 1px solid #ccc;
}
table.vInfo_table td {
  border: 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}

.nadeshiko_vInfo .input-error {
  color: #ff0000;
}

#link-area .outer-inner .link-area-content-revers li.jfa_ac div.photo {
  padding: 2px 4px 4px 0;
}

.women-new_en .kv-area-top {
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .kv-area-top {
    margin-top: 69px;
  }
}
.women-new_en .kv-area {
  width: 100%;
  margin-top: 104px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .women-new_en .kv-area {
    margin-top: 69px;
  }
}
.women-new_en .kv-area img {
  width: 100%;
}
.women-new_en.purpose01 .purpose-list li:first-child {
  opacity: 0.5;
}
.women-new_en.purpose01 .our-purpose-area {
  background: url(../img/BG_nadeshiko.png) no-repeat center 50px, url(../img/BG_women_02.png) #fff no-repeat center bottom;
  background-size: contain, 100% auto;
}
@media only screen and (max-width: 640px) {
  .women-new_en.purpose01 .our-purpose-area {
    background: url(../img/BG_nadeshiko_sp.png) no-repeat center 25px, url(../img/BG_women_02_sp.png) rgba(220, 35, 110, 0.2) no-repeat center bottom;
    background-size: 100%, 100%;
  }
}
.women-new_en.purpose02 .purpose-list li:nth-child(2) {
  opacity: 0.5;
}
.women-new_en.purpose02 .anchor-area {
  background: #872386;
}
.women-new_en.purpose02 .our-purpose-area {
  background: url(../img/BG_nadeshiko.png) no-repeat center 50px, url(../img/BG_women_03.png) #fff no-repeat center top;
  background-size: contain, cover;
}
@media only screen and (max-width: 640px) {
  .women-new_en.purpose02 .our-purpose-area {
    background: url(../img/BG_nadeshiko_sp.png) no-repeat center 25px, url(../img/BG_women_03_sp.png) rgba(157, 0, 72, 0.2) no-repeat center top;
    background-size: 100%, cover;
  }
}
.women-new_en.purpose03 .purpose-list li:last-child {
  opacity: 0.5;
}
.women-new_en.purpose03 .anchor-area {
  background: #4e024e;
}
.women-new_en.purpose03 .our-purpose-area {
  background: url(../img/BG_nadeshiko.png) no-repeat center 50px, url(../img/BG_women_04.png) #fff no-repeat center top;
  background-size: contain, cover;
}
@media only screen and (max-width: 640px) {
  .women-new_en.purpose03 .our-purpose-area {
    background: url(../img/BG_nadeshiko_sp.png) no-repeat center 25px, url(../img/BG_women_04_sp.png) rgba(78, 2, 78, 0.2) no-repeat center bottom;
    background-size: 100%, 100%;
  }
}
.women-new_en.purpose01 .our-purpose-area .contents-area + .contents-area, .women-new_en.purpose02 .our-purpose-area .contents-area + .contents-area, .women-new_en.purpose03 .our-purpose-area .contents-area + .contents-area {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .women-new_en.purpose01 .our-purpose-area .contents-area + .contents-area, .women-new_en.purpose02 .our-purpose-area .contents-area + .contents-area, .women-new_en.purpose03 .our-purpose-area .contents-area + .contents-area {
    margin-top: 20px;
  }
}
.women-new_en.purpose01 .our-purpose-area .contents-area > h4, .women-new_en.purpose02 .our-purpose-area .contents-area > h4, .women-new_en.purpose03 .our-purpose-area .contents-area > h4 {
  color: #872386;
  font-size: 21px;
  margin: 0 auto 20px;
  max-width: 800px;
  text-align: center;
  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;
  white-space: nowrap;
}
.women-new_en.purpose01 .our-purpose-area .contents-area > h4::before, .women-new_en.purpose01 .our-purpose-area .contents-area > h4::after, .women-new_en.purpose02 .our-purpose-area .contents-area > h4::before, .women-new_en.purpose02 .our-purpose-area .contents-area > h4::after, .women-new_en.purpose03 .our-purpose-area .contents-area > h4::before, .women-new_en.purpose03 .our-purpose-area .contents-area > h4::after {
  border-top: 1px solid;
  content: "";
  width: 100%;
  background: #872386;
}
.women-new_en.purpose01 .our-purpose-area .contents-area > h4::before, .women-new_en.purpose02 .our-purpose-area .contents-area > h4::before, .women-new_en.purpose03 .our-purpose-area .contents-area > h4::before {
  margin-right: 1em;
}
.women-new_en.purpose01 .our-purpose-area .contents-area > h4::after, .women-new_en.purpose02 .our-purpose-area .contents-area > h4::after, .women-new_en.purpose03 .our-purpose-area .contents-area > h4::after {
  margin-left: 1em;
}
@media only screen and (max-width: 640px) {
  .women-new_en.purpose01 .our-purpose-area .contents-area > h4, .women-new_en.purpose02 .our-purpose-area .contents-area > h4, .women-new_en.purpose03 .our-purpose-area .contents-area > h4 {
    font-size: 16px;
    margin: 0 auto;
    max-width: auto;
    padding: 0 4%;
  }
}
.women-new_en .kv-area {
  width: 100%;
  position: relative;
}
.women-new_en .kv-area img {
  width: 100%;
}
.women-new_en .kv-area p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  padding: 20px 40px;
  margin: 0;
  background: linear-gradient(180deg, rgba(220, 35, 110, 0.7), rgba(135, 35, 134, 0.7));
  color: #fff;
  font-size: 24px;
  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;
  font-family: "Roboto", sans-serif;
}
.women-new_en .kv-area p span {
  font-size: 38px;
  font-weight: bold;
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .kv-area p {
    padding: 5px 10px;
    font-size: 12px;
    display: block;
    width: calc(100% - 20px);
  }
  .women-new_en .kv-area p span {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.women-new_en .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;
}
@media only screen and (max-width: 640px) {
  .women-new_en .clm2 {
    display: block;
  }
}
.women-new_en .clm2-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  margin: 0 auto;
}
.women-new_en .clm2-list a {
  margin: 0;
}
.women-new_en .clm2-list a + a {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .clm2-list {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .women-new_en .clm2-list a {
    margin: 0 auto;
  }
  .women-new_en .clm2-list a + a {
    margin: 10px auto 0;
  }
}
.women-new_en .acd-area {
  margin: 0 auto 80px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .acd-area {
    margin: 0 auto 40px;
  }
}
.women-new_en .acd-area .acd-torriger {
  display: block;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  font-size: 20px;
  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_en .acd-area .acd-torriger::after {
  content: "\e145";
  font-family: "Material Icons";
}
.women-new_en .acd-area .acd-torriger.is-active::after {
  content: "\e15b";
}
.women-new_en .acd-area .acd-torriger:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .women-new_en .acd-area .acd-torriger {
    font-size: 14px;
    border-radius: 50px;
    line-height: 1.2;
    padding: 10px 15px;
    width: calc(100% - 30px);
  }
}
.women-new_en .acd-area .acd-contents {
  display: none;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  color: #fff;
  padding: 40px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
.women-new_en .acd-area .acd-contents.colums2 {
  -moz-columns: 2;
       columns: 2;
}
.women-new_en .acd-area .acd-contents ul {
  width: calc(50% - 20px);
}
.women-new_en .acd-area .acd-contents ul li {
  font-size: 16px;
}
.women-new_en .acd-area .acd-contents ul li.tournaments-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  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_en .acd-area .acd-contents ul li.tournaments-title::before {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  background: url(../img/icon_flower.png) no-repeat 0 0;
  background-size: cover;
  margin-right: 5px;
}
.women-new_en .acd-area .acd-contents ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .acd-area .acd-contents {
    border-radius: 20px;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .women-new_en .acd-area .acd-contents ul {
    width: 100%;
  }
  .women-new_en .acd-area .acd-contents ul li {
    font-size: 12px;
  }
  .women-new_en .acd-area .acd-contents ul li.tournaments-title {
    font-size: 14px;
    margin-top: 10px;
  }
}
.women-new_en .img-area {
  margin: 0 auto 80px;
  max-width: 800px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .img-area {
    margin: 0 auto 40px;
  }
}
.women-new_en .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_en .img-area .contents-img img {
    border-radius: 15px;
  }
}
.women-new_en .credit-img {
  position: relative;
  margin: 0;
}
.women-new_en .credit-img .credit {
  position: absolute;
  bottom: 10px;
  right: 20px;
  left: auto;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
@media only screen and (max-width: 640px) {
  .women-new_en .credit-img .credit {
    bottom: 5px;
    right: 10px;
    font-size: 10px;
  }
}
.women-new_en.purpose01 .kv-area .credit-img .credit, .women-new_en.purpose02 .kv-area .credit-img .credit, .women-new_en.purpose03 .kv-area .credit-img .credit {
  bottom: 90px;
}
@media only screen and (max-width: 640px) {
  .women-new_en.purpose01 .kv-area .credit-img .credit, .women-new_en.purpose02 .kv-area .credit-img .credit, .women-new_en.purpose03 .kv-area .credit-img .credit {
    bottom: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .women-new_en.purpose03 .kv-area .credit-img .credit {
    bottom: 50px;
  }
}
.women-new_en .anchor-area {
  background: #9d0048;
  padding: 10px 0;
}
.women-new_en .anchor-area ul {
  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;
  margin: 0 auto;
  text-align: center;
}
.women-new_en .anchor-area ul li + li {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .anchor-area ul li + li {
    margin-left: 20px;
  }
}
.women-new_en .anchor-area ul li a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  text-align: center;
  transition: all 0.2s ease-in;
}
.women-new_en .anchor-area ul li a::after {
  content: "\e5cf";
  font-family: "Material Icons";
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .women-new_en .anchor-area ul li a::after {
    display: none;
  }
}
.women-new_en .anchor-area ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .women-new_en .anchor-area ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .women-new_en .contents-list li {
    padding: 0;
  }
}
.women-new_en .contents-list li > a,
.women-new_en .contents-list li > span {
  display: block;
  max-width: 800px;
  width: auto;
  margin: 0 auto;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 640px) {
  .women-new_en .contents-list li > a,
  .women-new_en .contents-list li > span {
    max-width: auto;
    width: 92%;
  }
}
.women-new_en .contents-list li > a img,
.women-new_en .contents-list li > span 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_en .contents-list li > a img,
  .women-new_en .contents-list li > span img {
    border-radius: 15px;
  }
}
.women-new_en .contents-list li > a h5,
.women-new_en .contents-list li > span h5 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.women-new_en .contents-list li > a .text-area,
.women-new_en .contents-list li > span .text-area {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .contents-list li > a .text-area,
  .women-new_en .contents-list li > span .text-area {
    font-size: 12px;
  }
}
.women-new_en .contents-list li > a:hover,
.women-new_en .contents-list li > span:hover {
  text-decoration: none;
}
.women-new_en .contents-list li > a:hover {
  opacity: 0.7;
}
.women-new_en .more-btn,
.women-new_en .more-btn-s {
  display: block;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #dc236e;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
  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;
  position: relative;
}
.women-new_en .more-btn:hover,
.women-new_en .more-btn-s:hover {
  opacity: 0.7;
}
.women-new_en .more-btn::before,
.women-new_en .more-btn-s::before {
  content: "";
  display: block;
  background: url(../img/icon_nadeshiko.svg) no-repeat 0 0;
  background-size: cover;
  width: 38px;
  height: 36px;
}
.women-new_en .more-btn::after,
.women-new_en .more-btn-s::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow.png) no-repeat 0 0;
  background-size: cover;
  width: 28px;
  height: 15px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .more-btn,
  .women-new_en .more-btn-s {
    font-size: 20px;
    padding: 5px 10px;
    margin: 0 auto;
  }
}
.women-new_en .more-btn::after,
.women-new_en .more-btn-s::after {
  transform: scale(70%);
  width: 30px !important;
}
.women-new_en .more-btn::before,
.women-new_en .more-btn-s::before {
  width: 30px;
  height: 27px;
}
.women-new_en .more-btn-s {
  font-size: 16px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
}
.women-new_en .more-btn-s::before {
  display: none;
}
.women-new_en .more-btn-s::after {
  content: "";
  background: url(../img/icon_arrow_w.png) no-repeat 0 0;
  width: 28px;
  height: 15px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .more-btn-s {
    font-size: 12px;
  }
}
.women-new_en .swiper {
  padding: 20px 0 80px;
  margin-bottom: 40px;
}
.women-new_en .swiper .swiper-slide {
  width: 800px;
}
.women-new_en .swiper .swiper-button-prev,
.women-new_en .swiper .swiper-button-next {
  color: #fff;
  top: 200px;
  text-shadow: 0 0 8px #000;
}
.women-new_en .swiper .swiper-button-prev {
  left: 23%;
}
.women-new_en .swiper .swiper-button-next {
  right: 23%;
}
.women-new_en .swiper .swiper-pagination {
  z-index: 999;
}
.women-new_en .swiper .swiper-pagination-bullet {
  background: #dddddd;
  border: 1px solid #fff;
  opacity: 1;
}
.women-new_en .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9d0048;
}
@media only screen and (max-width: 640px) {
  .women-new_en .swiper {
    padding-bottom: 40px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .women-new_en .swiper .swiper-button-prev,
  .women-new_en .swiper .swiper-button-next {
    color: #fff;
    top: 120px;
    transform: scale(30%);
  }
  .women-new_en .swiper .swiper-button-prev {
    left: -8px;
  }
  .women-new_en .swiper .swiper-button-next {
    right: -8px;
  }
}
.women-new_en #subnavi {
  padding: 0;
  height: auto;
}
@media only screen and (min-width: 640px) {
  .women-new_en #subnavi.outer-block .outer-inner .head-area {
    display: none;
  }
}
.women-new_en .women-title-area .purpose-list {
  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;
}
@media only screen and (max-width: 640px) {
  .women-new_en .women-title-area .purpose-list {
    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;
    margin-top: 10px;
  }
}
.women-new_en .women-title-area .purpose-list li a {
  display: block;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 14px;
  color: #dc236e;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in;
  font-family: "Roboto", sans-serif;
}
.women-new_en .women-title-area .purpose-list li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .women-new_en .women-title-area .purpose-list li a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.women-new_en .women-title-area .purpose-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .women-title-area .purpose-list li + li {
    margin-left: 10px;
  }
}
.women-new_en .our-purpose-area {
  padding: 80px 0;
  background: url(../img/BG_nadeshiko.png) no-repeat center 50px, url(../img/BG_women_01.png) #f4bcd3 no-repeat center bottom;
  background-size: contain, 100% auto;
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area {
    padding: 40px 0;
    background: url(../img/BG_nadeshiko_sp.png) no-repeat center 25px, url(../img/BG_women_01_sp.png) #f4bcd3 no-repeat center bottom;
    background-size: 100%, 100%;
  }
}
.women-new_en .our-purpose-area .outer-inner {
  max-width: 1136px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area .outer-inner {
    padding: 0 4%;
  }
}
.women-new_en .our-purpose-area .outer-inner h3 {
  background: linear-gradient(180deg, #dc236e, #872386);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 70px;
  margin: 0 auto 80px;
  text-align: center;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
.women-new_en .our-purpose-area .outer-inner h3 span {
  background: none;
  font-size: 32px;
  display: block;
  color: #000;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area .outer-inner h3 {
    font-size: 32px;
    margin: 0 auto 40px;
  }
  .women-new_en .our-purpose-area .outer-inner h3 span {
    font-size: 16px;
    margin-top: 10px;
  }
}
.women-new_en .our-purpose-area .outer-inner .text-area {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area .outer-inner .text-area {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area .outer-inner .purpose-list-area {
    display: block;
  }
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area li {
  width: calc(33.3333333333% - 15px);
  min-height: 300px;
  position: relative;
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area .outer-inner .purpose-list-area li {
    width: 100%;
    min-height: auto;
  }
  .women-new_en .our-purpose-area .outer-inner .purpose-list-area li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  transition: all 0.2s ease-in;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(180deg, #dc236e, #872386);
  border-radius: 30px;
  color: #fff;
  height: calc(100% - 40px);
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area .outer-inner .purpose-list-area li a {
    height: 100%;
  }
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area li:first-child a {
  background: linear-gradient(180deg, #ed5b96, #9d0048);
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area li:last-child a {
  background: linear-gradient(180deg, #872386, #4e024e);
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area li h4 {
  font-size: 32px;
  position: relative;
  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;
  margin: 0 auto 40px;
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area li h4::after {
  content: "";
  display: block;
  background: url(../img/title_nadeshiko.svg) no-repeat 0 0;
  background-size: cover;
  width: 66px;
  height: 63px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area .outer-inner .purpose-list-area li h4 {
    font-size: 26px;
    margin: 0 auto 20px;
  }
  .women-new_en .our-purpose-area .outer-inner .purpose-list-area li h4::after {
    width: 50px;
    height: 48px;
  }
  .women-new_en .our-purpose-area .outer-inner .purpose-list-area li .text-area {
    margin: 0 auto 20px;
  }
}
.women-new_en .our-purpose-area .outer-inner .purpose-list-area .more-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
}
@media only screen and (max-width: 640px) {
  .women-new_en .our-purpose-area .outer-inner .purpose-list-area .more-btn {
    position: static;
    width: auto;
    transform: translateX(0);
  }
}
.women-new_en .foot-logo {
  margin: 0 auto 80px;
  text-align: center;
}
.women-new_en .foot-logo img {
  max-width: 300px;
}
@media only screen and (max-width: 640px) {
  .women-new_en .foot-logo {
    margin: 40px auto;
  }
  .women-new_en .foot-logo img {
    max-width: 80%;
  }
}
.women-new_en #relative-area {
  text-align: center;
  margin: 0 auto;
}
.women-new_en #relative-area h3 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}
.women-new_en #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_en #relative-area h3 {
    font-size: 19px;
  }
  .women-new_en #relative-area .banner-content {
    display: block;
    margin-top: 10px;
  }
  .women-new_en #relative-area .banner-content li + li {
    margin-top: 10px;
  }
}

.women-new_en .women-new-header-area {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.women-new_en .women-new-header-area .women-new-header {
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  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;
  background: #dc236e;
}
@media only screen and (max-width: 640px) {
  .women-new_en .women-new-header-area .women-new-header {
    position: relative;
  }
}
.women-new_en .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_en .women-new-header-area .women-title-area h1 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
  line-height: 1;
}
.women-new_en .women-new-header-area .women-title-area h1 img {
  width: auto;
  height: 40px;
}
.women-new_en .women-new-header-area .women-title-area h2.title {
  padding: 0;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .women-new_en .women-new-header-area .women-title-area {
    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_en .women-new-header-area .women-title-area h1 img {
    height: 30px;
  }
  .women-new_en .women-new-header-area .women-title-area h2.title {
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.1;
  }
}
.women-new_en .women-new-header-area .women-nav-area a {
  height: 30px;
  padding: 0 20px;
  display: block;
  border-radius: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 30px;
  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_en .women-new-header-area .women-nav-area a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.women-new_en .women-new-header-area .women-nav-area a:hover, .women-new_en .women-new-header-area .women-nav-area a.active {
  opacity: 0.5;
}
.women-new_en .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_en .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_en .women-new-header-area .women-nav-area ul li {
    width: 100%;
  }
}
.women-new_en .women-new-header-area .women-nav-area .pnav {
  display: none;
}
@media only screen and (max-width: 640px) {
  .women-new_en .women-new-header-area .women-nav-area .nav {
    position: fixed;
    top: 60px;
    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_en .women-new-header-area .women-nav-area .nav.show {
    opacity: 1;
    visibility: visible;
  }
  .women-new_en .women-new-header-area .women-nav-area .pnav {
    width: 100%;
    display: block;
  }
  .women-new_en .women-new-header-area .women-nav-area .pnav ul {
    margin: 0;
    padding: 0;
  }
  .women-new_en .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: "Roboto", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    position: relative;
    background: none;
    text-align: left;
  }
  .women-new_en .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_en .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_en .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_en .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_en .women-new-header-area .women-nav-area .nav_toggle span:nth-child(1) {
    top: 0;
  }
  .women-new_en .women-new-header-area .women-nav-area .nav_toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .women-new_en .women-new-header-area .women-nav-area .nav_toggle span:nth-child(3) {
    bottom: 0;
  }
  .women-new_en .women-new-header-area .women-nav-area .nav_toggle.show span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .women-new_en .women-new-header-area .women-nav-area .nav_toggle.show span:nth-child(2) {
    opacity: 0;
  }
  .women-new_en .women-new-header-area .women-nav-area .nav_toggle.show span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }
}
.women-new_en.purpose01 .women-pnav-area {
  background: #9d0048;
}
.women-new_en.purpose02 .women-pnav-area {
  background: #872386;
}
.women-new_en.purpose03 .women-pnav-area {
  background: #4e024e;
}
.women-new_en .women-pnav-area {
  width: 100%;
  background: #fff;
}
.women-new_en .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_en .women-pnav-area {
    border-bottom: none;
  }
  .women-new_en .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_en .women-pnav-area ul li {
    width: 100%;
  }
}
.women-new_en .women-pnav-area a {
  padding: 5px 20px 15px;
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .women-new_en .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_en .women-pnav-area a::after {
  position: absolute;
  content: "";
  background: url(../img/icon_arrow_dw.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_en .women-pnav-area a:hover::after {
  transform: translate(-50%, 5px);
}
@media only screen and (max-width: 640px) {
  .women-new_en .women-pnav-area a {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dc236e;
    border-radius: 0;
  }
  .women-new_en .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_en .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_en .women-nav-area {
    width: 100%;
  }
}