html {
  zoom: 0 !important;
}

@media screen and (max-width: 640px) {
  body {
    width: 100%;
    min-width: 0 !important;
  }
}
.worldcup2023 {
  width: 100%;
  min-width: 0 !important;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 640px) {
  .worldcup2023 {
    font-size: 14px;
  }
}
.worldcup2023 .en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.worldcup2023 * {
  box-sizing: border-box;
}
.worldcup2023 a {
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.worldcup2023 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.worldcup2023 a.bnr_ticket {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 10;
  display: none;
  transition: none;
}
@media screen and (max-width: 640px) {
  .worldcup2023 a.bnr_ticket {
    bottom: 20px;
  }
  .worldcup2023 a.bnr_ticket img {
    width: 210px;
    height: auto;
  }
}
.worldcup2023 img {
  vertical-align: top;
  max-width: 100%;
}
.worldcup2023 section:not(.main, .countdown) {
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section:not(.main, .countdown) {
    padding: 30px 0;
  }
}
.worldcup2023 .wrap {
  width: 100%;
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .wrap {
    overflow: hidden;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .worldcup2023 .wrap-spnone {
    padding: 0;
  }
}
.worldcup2023 .wrap ul {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .pconly {
    display: none;
  }
}
.worldcup2023 .sponly {
  display: none;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .sponly {
    display: block;
  }
}

.worldcup2023 .main-slide {
  display: block;
  position: relative;
  padding: 0;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .main-slide {
    margin-bottom: 30px;
  }
}
.worldcup2023 .main-slide .slick-slide {
  font-size: 0;
}
.worldcup2023 .main-slide .slick-slide img {
  width: 100%;
}
.worldcup2023 .main-slide .slide-arrow {
  width: 26px;
  height: auto;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.worldcup2023 .main-slide .prev-arrow {
  left: 0;
}
.worldcup2023 .main-slide .next-arrow {
  right: 0;
}
.worldcup2023 .main-slide .slick-list {
  line-height: 1;
}
.worldcup2023 .main-slide .slick-prev, .worldcup2023 .main-slide .slick-next {
  background: rgba(225, 0, 110, 0.4);
}
.worldcup2023 .main-slide .slick-prev::before, .worldcup2023 .main-slide .slick-next::before {
  color: #fff;
}
.worldcup2023 .main-slide .slick-dots {
  line-height: 1;
  font-size: 0;
  bottom: -40px;
  background: #e1006e;
  padding: 14px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .main-slide .slick-dots {
    padding: 10px 0;
    bottom: -30px;
  }
}
.worldcup2023 .main-slide .slick-dots li {
  min-width: 0 !important;
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .main-slide .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.worldcup2023 .main-slide .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.worldcup2023 .main-slide .slick-dots li button:before {
  content: "" !important;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: transparent;
  opacity: 1;
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .main-slide .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
.worldcup2023 .main-slide .slick-dots li.slick-active button:before {
  background: #fff;
}
.worldcup2023 .main {
  background: #e1006e;
}
.worldcup2023 .main h1 {
  margin: 0;
  width: 100%;
  background: #e1006e;
  padding: 16px 0;
  line-height: 1;
  float: none;
  font-size: 0;
  text-align: center;
}
.worldcup2023 .main h1 img {
  width: auto;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .main h1 {
    padding: 12px 0;
  }
}
.worldcup2023 .main h1.h1_worldcup_2023 {
  padding: 12px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .main h1.h1_worldcup_2023 {
    padding: 9px 0;
  }
}
.worldcup2023 .main h1.h1_worldcup_2023 a {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .main h1.h1_worldcup_2023 a {
    font-size: 16px;
  }
}
.worldcup2023 .main h1 + img, .worldcup2023 .main .kv {
  width: 100%;
  height: auto;
}
.worldcup2023 nav {
  background: #1b2c65;
}
.worldcup2023 nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .worldcup2023 nav ul {
    justify-content: start;
  }
}
.worldcup2023 nav ul li {
  margin: 0 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 nav ul li {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
}
.worldcup2023 nav ul li a {
  color: #fff;
  padding: 10px;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 nav ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .worldcup2023 nav ul li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .worldcup2023 nav ul li:nth-child(n+3) {
    border-bottom: none;
  }
}
.worldcup2023 .countdown {
  color: #e1006e;
  padding: 30px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .countdown {
    padding: 0px 0 10px;
    display: block;
  }
}
.worldcup2023 .countdown > p {
  font-size: 40px;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .countdown > p {
    font-size: 23px;
    margin-right: 0;
  }
}
.worldcup2023 .countdown > p span {
  font-size: 20px;
  vertical-align: super;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .countdown > p span {
    font-size: 13px;
  }
}
.worldcup2023 .countdown .time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.worldcup2023 .countdown .time li {
  margin: 0 8px;
  font-size: 78px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.worldcup2023 .countdown .time li span:last-child {
  font-size: 20px;
  font-weight: 400;
  display: block;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .countdown .time li {
    font-size: 44px;
    margin: 0 4px;
  }
  .worldcup2023 .countdown .time li span:last-child {
    font-size: 14px;
    margin-top: 5px;
  }
}
.worldcup2023 h2 {
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
}
.worldcup2023 h2 .jp {
  font-size: 24px;
  display: block;
  margin-top: 8px;
}
.worldcup2023 h2 .en {
  display: block;
}
@media screen and (max-width: 640px) {
  .worldcup2023 h2 {
    font-size: 26px;
  }
  .worldcup2023 h2 .jp {
    font-size: 19px;
    margin-top: 4px;
  }
}
.worldcup2023 .youtube {
  width: 100%;
  max-width: 760px;
  position: relative;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .youtube {
    margin-top: 15px;
  }
}
.worldcup2023 .youtube::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.worldcup2023 .youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.worldcup2023 .btn {
  max-width: 370px;
  font-size: 20px;
  padding: 15px 0;
  display: block;
  margin: 45px auto 0;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .btn {
    font-size: 16px;
    width: 90%;
    margin-top: 20px;
    padding: 10px 0;
  }
}
.worldcup2023 section.worldcup {
  background-color: #f9ecee;
  background-image: linear-gradient(-170deg, rgb(165, 157, 204) 0%, rgb(244, 146, 177) 50%, rgb(232, 213, 219) 100%);
  padding-top: 70px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup {
    padding-top: 30px;
  }
}
.worldcup2023 section.worldcup h2 {
  color: #1b2c65;
}
.worldcup2023 section.worldcup h3 {
  color: #e1006e;
  margin-top: 50px;
  line-height: 1.3;
  font-size: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup h3 {
    font-size: 24px;
    margin-top: 25px;
  }
}
.worldcup2023 section.worldcup h3 .title {
  margin: 0 8px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup h3 .title {
    margin: 0 6px;
  }
}
.worldcup2023 section.worldcup h3 .stars {
  display: flex;
}
.worldcup2023 section.worldcup h3 .stars img {
  margin: 0 2px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup h3 .stars img {
    width: 12px;
    margin: 0 1px;
  }
}
.worldcup2023 section.worldcup h3.h3_worldcup_2023 {
  margin-top: 0;
}
.worldcup2023 section.worldcup .sb-tournament-img {
  margin: 20px auto 0;
  width: 100%;
  overflow-x: auto;
  max-width: 1140px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-tournament-img {
    margin: 10px auto 0;
  }
}
.worldcup2023 section.worldcup .sb-tournament-img .sb-tournament-img-inner {
  display: flex;
  width: 1120px;
}
.worldcup2023 section.worldcup .sb-tournament-img .sb-tournament-team {
  width: 210px;
}
.worldcup2023 section.worldcup .sb-tournament-img .sb-tournament-center {
  width: 700px;
}
.worldcup2023 section.worldcup .sb-tournament-img .sb-tournament-team {
  width: 210px;
}
.worldcup2023 section.worldcup .sb-groupe-table {
  max-width: 992px;
  margin: 20px auto 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table {
    margin: 10px auto 0;
    width: 100%;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table th, .worldcup2023 section.worldcup .sb-groupe-table td {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.worldcup2023 section.worldcup .sb-groupe-table .data {
  text-align: center;
  width: 10%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table .data {
    width: 30px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table thead {
  display: block;
  color: #1b2c65;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table thead {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table thead tr {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  align-items: center;
  padding-right: 50px;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table thead tr {
    padding-right: 30px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody {
  display: block;
  padding-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody {
    padding-bottom: 0;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody tr {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #1b2c65;
  color: #fff;
  font-style: italic;
  box-sizing: border-box;
  padding-right: 50px;
  height: 80px;
  -webkit-clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
  clip-path: polygon(4% 0, 96% 0, 100% 50%, 96% 100%, 4% 100%, 0% 50%);
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody tr {
    padding-right: 30px;
    height: 56px;
    -webkit-clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
            clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0% 50%);
    margin-bottom: 12px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody tr.others {
  background-color: #5a5a5a;
}
.worldcup2023 section.worldcup .sb-groupe-table tbody td {
  display: block;
}
.worldcup2023 section.worldcup .sb-groupe-table tbody td.data {
  background-image: url(../img/star.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-right: 10px;
  font-size: 44px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody td.data {
    font-size: 24px;
    background: none;
    padding-right: 0;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody td.data:last-child {
  background-image: none;
}
.worldcup2023 section.worldcup .sb-groupe-table tbody .rank {
  position: relative;
  height: 100%;
  width: 10%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody .rank {
    width: 44px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody .rank-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody .rank-inner {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50 100%, 0% 50%);
    width: 30px;
    height: 30px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody .rank-inner span {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  margin-left: -4px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody .rank-inner span {
    line-height: 30px;
    font-size: 14px;
    margin-left: -2px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody .rank-inner--main {
  background-color: #A6802D;
}
.worldcup2023 section.worldcup .sb-groupe-table tbody .rank-inner--sub {
  background-color: #282828;
}
.worldcup2023 section.worldcup .sb-groupe-table tbody .flag {
  text-align: center;
  width: 10%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody .flag {
    width: 52px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody .flag img {
  max-width: 48px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody .flag img {
    max-width: 32px;
  }
}
.worldcup2023 section.worldcup .sb-groupe-table tbody .ctry {
  flex: 1;
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .sb-groupe-table tbody .ctry {
    font-size: 15px;
  }
}
.worldcup2023 section.worldcup .btn {
  background: #1b2c65;
  color: #fff;
}
.worldcup2023 section.worldcup .btn-wh {
  background: #fff;
  color: #e1006e;
  border: 2px solid #e1006e;
}
.worldcup2023 section.worldcup .bnr {
  margin-bottom: 30px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.worldcup .bnr {
    margin-bottom: 20px;
  }
}
.worldcup2023 section.worldcup .bnr img {
  max-width: 100%;
}
.worldcup2023 .match_list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list {
    margin: 10px auto 0;
    padding: 0;
  }
}
.worldcup2023 .match_list li.item {
  background: #fff;
  margin: 30px 15px 0;
  width: calc(33.33% - 30px);
  border-radius: 10px;
  color: #000;
  padding: 20px;
  position: relative;
  float: none;
  height: auto;
  padding-bottom: 55px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item {
    width: 100%;
    margin: 15px auto 0;
    padding: 16px;
    display: block;
    border-bottom: none;
    padding-bottom: 50px;
  }
}
.worldcup2023 .match_list li.item .block {
  display: flex;
  justify-content: space-between;
  align-items: end;
  line-height: 1;
}
.worldcup2023 .match_list li.item .date, .worldcup2023 .match_list li.item .time {
  color: #a6802d;
}
.worldcup2023 .match_list li.item .date {
  font-size: 40px;
}
.worldcup2023 .match_list li.item .date .day {
  font-size: 20px;
  margin-left: 3px;
  display: inline;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .date {
    font-size: 30px;
  }
  .worldcup2023 .match_list li.item .date .day {
    font-size: 18px;
  }
}
.worldcup2023 .match_list li.item .time {
  font-size: 22px;
  text-align: center;
}
.worldcup2023 .match_list li.item .time .ko {
  font-size: 17px;
  display: block;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .time {
    font-size: 18px;
  }
  .worldcup2023 .match_list li.item .time .ko {
    font-size: 14px;
  }
}
.worldcup2023 .match_list li.item .info {
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
  height: auto;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .info {
    font-size: 16px;
    padding-left: 0;
    display: block;
  }
}
.worldcup2023 .match_list li.item .info .vs {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .info .vs {
    font-size: 20px;
  }
}
.worldcup2023 .match_list li.item .info .place {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 3px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .info .place {
    font-size: 13px;
  }
}
.worldcup2023 .match_list li.item .block02 {
  margin-top: 15px;
  align-items: center;
  min-height: 70px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .block02 {
    margin-top: 10px;
    min-height: 55px;
  }
}
.worldcup2023 .match_list li.item .block02 img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .block02 img {
    width: 55px;
    height: 55px;
  }
}
.worldcup2023 .match_list li.item .block02.block02_03 .info {
  width: 28%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .block02.block02_03 .info {
    width: 23%;
    font-size: 13px;
  }
  .worldcup2023 .match_list li.item .block02.block02_03 .info .place {
    line-height: 1.3;
  }
}
.worldcup2023 .match_list li.item .block02.block02_03 .result {
  width: 46%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .block02.block02_03 .result {
    width: 54%;
  }
  .worldcup2023 .match_list li.item .block02.block02_03 .result p.result01 {
    font-size: 24px;
  }
  .worldcup2023 .match_list li.item .block02.block02_03 .result p:nth-child(2) {
    font-size: 30px;
  }
  .worldcup2023 .match_list li.item .block02.block02_03 .result p:last-child {
    font-size: 12px;
  }
}
.worldcup2023 .match_list li.item .block02.block02_03 .img {
  width: 28%;
  justify-content: end;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .block02.block02_03 .img {
    width: 23%;
  }
}
.worldcup2023 .match_list li.item .tv {
  color: #e1006e;
  line-height: 1;
  font-size: 17px;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .tv {
    font-size: 15px;
    margin-top: 5px;
  }
}
.worldcup2023 .match_list li.item .result {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a6802d;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .result {
    margin-top: 10px;
  }
}
.worldcup2023 .match_list li.item .result p {
  margin: 0 4px;
}
.worldcup2023 .match_list li.item .result p.result01 {
  font-size: 58px;
  color: #000;
  margin-bottom: 8px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .result p.result01 {
    font-size: 44px;
    margin-bottom: 4px;
  }
}
.worldcup2023 .match_list li.item .result p:nth-child(2) {
  font-size: 66px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .result p:nth-child(2) {
    font-size: 50px;
  }
}
.worldcup2023 .match_list li.item .result p:last-child {
  color: #000;
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .result p:last-child {
    font-size: 16px;
  }
}
.worldcup2023 .match_list li.item .result p.tba {
  font-size: 22px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item .result p.tba {
    font-size: 18px;
  }
}
.worldcup2023 .match_list li.item a {
  background: #e87aa3;
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  margin-left: -20px;
  padding: 6px 0;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item a {
    margin-left: -16px;
    font-size: 14px;
  }
}
.worldcup2023 .match_list li.item a.disabled {
  pointer-events: none;
  background: #8c8c8c;
}
.worldcup2023 .match_list li.item_only {
  width: 100%;
  max-width: 760px;
  margin: 30px auto 0;
}
.worldcup2023 .match_list li.item_only .img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.worldcup2023 .match_list li.item_only .img .country {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item_only {
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 641px) {
  .worldcup2023 .match_list li.item_only .date {
    font-size: 50px;
  }
  .worldcup2023 .match_list li.item_only .date .day {
    font-size: 34px;
    margin-left: 5px;
  }
  .worldcup2023 .match_list li.item_only .time {
    font-size: 34px;
  }
  .worldcup2023 .match_list li.item_only .time .ko {
    font-size: 25px;
    display: inline-block;
    margin-left: 5px;
  }
  .worldcup2023 .match_list li.item_only .info {
    font-size: 26px;
  }
  .worldcup2023 .match_list li.item_only .info .place {
    font-size: 22px;
  }
  .worldcup2023 .match_list li.item_only .country {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list li.item_only .block02 .info {
    width: 35%;
  }
  .worldcup2023 .match_list li.item_only .country {
    font-size: 18px;
  }
}
.worldcup2023 .match_list .slick-slide:has(.item_wc) {
  background: rgba(225, 0, 110, 0.15) !important;
  border: 2px solid #e1006e;
}
.worldcup2023 .match_list .slick-slide:has(.item_wc) li.item {
  background: transparent;
}
.worldcup2023 .match_list .slick-slide:has(.item_wc) li.item .block02 {
  display: block;
}
.worldcup2023 .match_list .slick-slide:has(.item_wc) li.item .info {
  color: #e1006e;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .match_list .slick-slide:has(.item_wc) li.item .info {
    font-size: 20px;
    margin-top: 15px;
  }
}
.worldcup2023 .match_list .slick-slide:has(.item_wc) li.item a {
  color: #e1006e;
  background: #fff !important;
  border-top: 2px solid #e1006e;
  font-weight: bold;
}
.worldcup2023 .sb-member {
  background-color: #00276f;
  background-image: url(../img/bg_tex.png);
}
.worldcup2023 .sb-member h2 {
  color: #e87aa3;
}
.worldcup2023 .sb-member h2.h2_worldcup_2023 {
  margin-top: 50px;
}
.worldcup2023 .sb-member .bnr {
  margin-top: 60px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .sb-member .bnr {
    margin-top: 30px;
  }
}
.worldcup2023 .sb-member .bnr img {
  max-width: 100%;
}
.worldcup2023 .sb-member .sb-member-photo img {
  width: 100%;
}
.worldcup2023 .sb-member .sb-member-slider {
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .sb-member .sb-member-slider {
    margin: 25px auto 0;
  }
}
.worldcup2023 .sb-member .btn {
  background: #e87aa3;
  color: #fff;
}
.worldcup2023 .sb-member .btn-wh {
  background: #fff;
  color: #e87aa3;
  margin: 0 auto 60px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .sb-member .btn-wh {
    margin: 0 auto 20px;
  }
}
.worldcup2023 section.ms-cup {
  background-color: #fff;
  background-image: url(../img/bg_0923.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup {
    padding: 30px 0;
  }
}
.worldcup2023 section.ms-cup h2 {
  color: #e1006e;
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup h2 {
    font-size: 24px;
  }
}
.worldcup2023 section.ms-cup h2 img {
  height: auto;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup h2 img {
    max-width: 270px;
  }
}
.worldcup2023 section.ms-cup .block {
  width: 760px;
  margin: 40px auto 0;
  padding: 20px 30px;
  border: 2px solid #e1006e;
  justify-content: space-between;
  align-items: end;
  line-height: 1;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup .block {
    margin: 20px auto 0;
    width: 100%;
    padding: 10px 15px;
  }
}
.worldcup2023 section.ms-cup .block h3 {
  color: #e1006e;
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup .block h3 {
    font-size: 16px;
  }
}
.worldcup2023 section.ms-cup .block img {
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup .block img {
    width: 55px;
    height: 55px;
  }
}
.worldcup2023 section.ms-cup .btns {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup .btns {
    display: block;
  }
}
.worldcup2023 section.ms-cup .btns .btn {
  background: #e1006e;
  color: #fff;
  margin: 0;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup .btns .btn {
    margin: 15px auto 0;
  }
}
.worldcup2023 section.ms-cup .btns .btn:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup .btns .btn:first-child {
    margin-right: auto;
  }
}
.worldcup2023 section.ms-cup .btns .btn_tba {
  pointer-events: none;
  background: #8c8c8c;
}
.worldcup2023 section.ms-cup .youtube {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 section.ms-cup .youtube {
    margin-top: 25px;
  }
}
.worldcup2023 .fixtures {
  background-image: url(../img/bg_tex.png);
}
.worldcup2023 .fixtures .slick-slider {
  padding: 0;
}
.worldcup2023 .fixtures .match_list {
  margin: 30px auto 80px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .fixtures .match_list {
    margin: 15px auto 30px;
  }
}
.worldcup2023 .fixtures .match_list .slick-track {
  display: flex;
}
.worldcup2023 .fixtures .match_list .slick-slide {
  margin: 0 15px;
  background: #fff;
  border-radius: 10px;
  font-size: 0;
  height: auto !important;
  position: relative;
  overflow: hidden;
}
.worldcup2023 .fixtures .match_list li.item {
  margin: 0 auto;
  position: static;
}
.worldcup2023 .fixtures .match_list li.item a {
  background: #e87aa3;
}
.worldcup2023 .fixtures .match_list li.item a.pink {
  background: #e1006e;
}
.worldcup2023 .fixtures .match_list .slick-prev, .worldcup2023 .fixtures .match_list .slick-next {
  background: rgba(232, 122, 163, 0.4);
}
.worldcup2023 .fixtures .match_list .slick-prev::before, .worldcup2023 .fixtures .match_list .slick-next::before {
  color: #e87aa3;
}
.worldcup2023 .fixtures .match_list .slick-dots {
  line-height: 1;
  font-size: 0;
  bottom: -60px;
  padding: 24px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .fixtures .match_list .slick-dots {
    padding: 15px 0;
    bottom: -40px;
  }
}
.worldcup2023 .fixtures .match_list .slick-dots li {
  min-width: 0 !important;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  float: none;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .fixtures .match_list .slick-dots li {
    width: 10px;
    height: 10px;
    border-bottom: none;
  }
}
.worldcup2023 .fixtures .match_list .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.worldcup2023 .fixtures .match_list .slick-dots li button:before {
  content: "" !important;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: transparent;
  opacity: 1;
  border: 1px solid #e87aa3;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .fixtures .match_list .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
.worldcup2023 .fixtures .match_list .slick-dots li.slick-active button:before {
  background: #e87aa3;
}
.worldcup2023 .fixtures h2 {
  color: #e87aa3;
}
.worldcup2023 .fixtures .btn {
  background: #e87aa3;
  color: #fff;
}
.worldcup2023 .players {
  background-color: #e1006e;
  background-image: url(../img/bg_players.gif);
}
.worldcup2023 .players .btn {
  background: #fff;
  color: #e1006e;
}
.worldcup2023 .jfatv, .worldcup2023 .sns {
  background-color: #f9ecee;
  background-image: linear-gradient(-170deg, rgb(165, 157, 204) 0%, rgb(244, 146, 177) 50%, rgb(232, 213, 219) 100%);
}
.worldcup2023 .jfatv h2.top_h2 {
  color: #e1006e;
}
.worldcup2023 .jfatv h2:not(.top_h2) {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv h2:not(.top_h2) {
    margin-top: 30px;
  }
}
.worldcup2023 .jfatv .block02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv .block02 {
    display: block;
  }
  .worldcup2023 .jfatv .block02 > div:last-child {
    margin-top: 20px;
  }
}
.worldcup2023 .jfatv .block02 > div {
  width: 46%;
  margin: 0 2%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv .block02 > div {
    width: 100%;
    margin: 0 auto;
  }
}
.worldcup2023 .jfatv .block02 a + a {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv .block02 a + a {
    margin-left: 0;
  }
}
.worldcup2023 .jfatv .block03 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv .block03 {
    display: block;
  }
}
.worldcup2023 .jfatv .block03 > div, .worldcup2023 .jfatv .block03 a {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv .block03 > div, .worldcup2023 .jfatv .block03 a {
    width: 100%;
    margin: 0 auto;
  }
}
.worldcup2023 .jfatv .block03 > div + div, .worldcup2023 .jfatv .block03 a + a {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv .block03 > div + div, .worldcup2023 .jfatv .block03 a + a {
    margin-left: 0;
  }
}
.worldcup2023 .jfatv .block03 p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv .block03 p {
    font-size: 14px;
    margin-top: 5px;
  }
}
.worldcup2023 .jfatv .block02-img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv .block02-img {
    margin-top: 10px;
  }
}
.worldcup2023 .jfatv img {
  margin-top: 30px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv img {
    margin-top: 15px;
  }
}
.worldcup2023 .jfatv .btn {
  background: #fff;
  color: #e87aa3;
}
.worldcup2023 .jfatv h2.border-h2 {
  padding-top: 60px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv h2.border-h2 {
    padding-top: 30px;
  }
}
.worldcup2023 .jfatv h3.passport-h3 {
  margin-top: 20px;
  color: #e1006e;
  font-size: 29px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv h3.passport-h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.worldcup2023 .jfatv h3.passport-h302 {
  margin-top: 50px;
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .jfatv h3.passport-h302 {
    margin-top: 25px;
    font-size: 16px;
  }
  .worldcup2023 .jfatv h3.passport-h302 br {
    display: none;
  }
}
.worldcup2023 .jfatv h3.passport-h302 + a img {
  margin-top: 15px;
}
.worldcup2023 .news {
  background-image: url(../img/bg_tex.png);
}
.worldcup2023 .news h2 {
  color: #e87aa3;
}
.worldcup2023 .news .btn {
  background: #e87aa3;
  color: #fff;
}
.worldcup2023 .sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.worldcup2023 .sns ul li {
  margin: 0 30px;
}
.worldcup2023 .sns ul li img {
  max-width: 50px;
  max-height: 50px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .sns ul li {
    margin: 0 20px;
  }
  .worldcup2023 .sns ul li img {
    max-width: 40px;
    max-height: 40px;
  }
}
.worldcup2023 .bnr-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .bnr-block {
    display: block;
  }
}
.worldcup2023 .bnr-block a {
  width: 48%;
  display: block;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .bnr-block a {
    width: 100%;
  }
}
.worldcup2023 .bnr-block a img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .worldcup2023 .bnr-block a:last-child {
    margin-top: 20px;
  }
}

#news-area {
  margin-bottom: 0 !important;
}
#news-area .body-area {
  margin-bottom: 0;
}
#news-area .body-area .news-content li .text-contents .text {
  text-align: left;
}

#news-area .head-area,
#news-area .moreBtn {
  display: none;
}

#sitemap {
  display: none;
}

.campaign h2 .jp {
  font-size: 38px;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .campaign h2 .jp {
    font-size: 25px;
  }
}
.campaign p {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .campaign p {
    margin-top: 20px;
  }
}
.campaign p.note {
  font-size: 17px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .campaign p.note {
    text-align: left;
    font-size: 13px;
    margin-top: 20px;
  }
}
.campaign .about {
  background-color: #f9ecee;
  background-image: url(../img/bg_worldcup.gif);
  color: #000;
}
.campaign .about h2 {
  color: #e1006e;
}
.campaign .about .cheer {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .campaign .about .cheer {
    margin-top: 30px;
  }
}
.campaign .about .cheer p {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
  color: #1b2c65;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .campaign .about .cheer p {
    font-size: 23px;
  }
}
.campaign .about .cheer .images {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .campaign .about .cheer .images {
    margin-top: 15px;
  }
}
.campaign .about .cheer .images img {
  width: 31%;
  height: auto;
}
.campaign .goods {
  background-color: #3250b2;
  background-image: url(../img/bg_fixtures.gif);
}
.campaign .goods .btn {
  background: #fff;
  color: #1b2c65;
}
.campaign .goods table {
  font-size: 15px;
  background: #fff;
  color: #000;
  max-width: 1000px;
  margin: 30px auto 0;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  .campaign .goods table {
    font-size: 13px;
    margin-top: 20px;
  }
}
.campaign .goods table th {
  width: 20%;
  background: #f9ecee;
}
@media screen and (max-width: 640px) {
  .campaign .goods table th {
    width: 23%;
  }
}
.campaign .goods table th, .campaign .goods table td {
  padding: 15px 20px;
  border: 1px solid #1b2c65;
}
@media screen and (max-width: 640px) {
  .campaign .goods table th, .campaign .goods table td {
    padding: 6px 10px;
    line-height: 1.4;
  }
}
.campaign .goods table a {
  color: #1b2c65;
}
.campaign .items {
  background-color: #e1006e;
  background-image: url(../img/bg_players.gif);
}
.campaign .items .en {
  font-size: 55px;
}
@media screen and (max-width: 640px) {
  .campaign .items .en {
    font-size: 35px;
  }
}
.campaign .items .title.btn {
  background: #fff;
  color: #1b2c65;
  display: block;
  margin-top: 15px;
  color: #e1006e;
  font-size: 20px;
  padding: 15px 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .campaign .items .title.btn {
    font-size: 16px;
    width: 90%;
    margin-top: 10px;
    padding: 10px 0;
  }
}
.campaign .items .title.open {
  display: none;
}
.campaign .items .photos-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .campaign .items .photos-list {
    margin-top: 20px;
  }
}
.campaign .items .photos-list .photo {
  margin: 15px;
  width: calc(25% - 30px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .campaign .items .photos-list .photo {
    margin: 10px;
    width: calc(50% - 20px);
    border-radius: 5px;
  }
}
.campaign .items .photos-list .photo img {
  width: 100%;
  height: auto;
}
.campaign .items .photos-list02 {
  margin-top: 0;
}
.campaign .acc .title {
  display: inline-block;
  padding: 14px 40px 14px 20px;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .campaign .acc .title {
    font-size: 16px;
    padding: 11px 40px 11px 20px;
  }
}
.campaign .acc .title::before {
  content: "";
  display: block;
  background: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.campaign .acc .title::after {
  content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.campaign .acc .title.open::after {
  content: none;
}
.campaign .acc .content {
  display: none;
}

.worldcup2023.worldcup2023_child .worldcup {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .worldcup {
    padding: 10px 0;
  }
}
.worldcup2023.worldcup2023_child .contents, .worldcup2023.worldcup2023_child .squad {
  background-image: url(../img/bg_tex.png);
}
.worldcup2023.worldcup2023_child .contents h3, .worldcup2023.worldcup2023_child .contents h4, .worldcup2023.worldcup2023_child .squad h3, .worldcup2023.worldcup2023_child .squad h4 {
  line-height: 1.2;
}
.worldcup2023.worldcup2023_child .contents h3, .worldcup2023.worldcup2023_child .squad h3 {
  color: #fff;
  background: #e1006e;
  font-size: 38px;
  margin-top: 50px;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents h3, .worldcup2023.worldcup2023_child .squad h3 {
    font-size: 26px;
    padding: 5px 0;
    margin-top: 25px;
  }
}
.worldcup2023.worldcup2023_child .contents h3:first-child, .worldcup2023.worldcup2023_child .squad h3:first-child {
  margin-top: 0;
}
.worldcup2023.worldcup2023_child .contents h4, .worldcup2023.worldcup2023_child .squad h4 {
  color: #e1006e;
  font-size: 32px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents h4, .worldcup2023.worldcup2023_child .squad h4 {
    font-size: 21px;
    margin-top: 25px;
  }
}
.worldcup2023.worldcup2023_child .contents .h4 .en, .worldcup2023.worldcup2023_child .squad .h4 .en {
  display: block;
  font-size: 38px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .h4 .en, .worldcup2023.worldcup2023_child .squad .h4 .en {
    font-size: 26px;
  }
}
.worldcup2023.worldcup2023_child .contents .h4 .jp, .worldcup2023.worldcup2023_child .squad .h4 .jp {
  display: block;
  font-size: 24px;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .h4 .jp, .worldcup2023.worldcup2023_child .squad .h4 .jp {
    font-size: 19px;
    margin-top: 4px;
  }
}
.worldcup2023.worldcup2023_child .contents img, .worldcup2023.worldcup2023_child .squad img {
  margin-top: 30px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents img, .worldcup2023.worldcup2023_child .squad img {
    margin-top: 15px;
  }
}
.worldcup2023.worldcup2023_child .contents .block02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .block02 {
    display: block;
  }
  .worldcup2023.worldcup2023_child .contents .block02 > div:last-child {
    margin-top: 20px;
  }
}
.worldcup2023.worldcup2023_child .contents .block02 > div {
  width: 46%;
  margin: 0 2%;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .block02 > div {
    width: 100%;
    margin: 0 auto;
  }
}
.worldcup2023.worldcup2023_child .contents .block02 a + a {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .block02 a + a {
    margin-left: 0;
  }
}
.worldcup2023.worldcup2023_child .contents .block03 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .block03 {
    display: block;
  }
}
.worldcup2023.worldcup2023_child .contents .block03 > div, .worldcup2023.worldcup2023_child .contents .block03 a {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .block03 > div, .worldcup2023.worldcup2023_child .contents .block03 a {
    width: 100%;
    margin: 0 auto;
  }
}
.worldcup2023.worldcup2023_child .contents .block03 > div + div, .worldcup2023.worldcup2023_child .contents .block03 a + a {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .block03 > div + div, .worldcup2023.worldcup2023_child .contents .block03 a + a {
    margin-left: 0;
  }
}
.worldcup2023.worldcup2023_child .contents .block03 p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
  color: #e1006e;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .block03 p {
    font-size: 14px;
    margin-top: 5px;
  }
}
.worldcup2023.worldcup2023_child .contents .block02-img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents .block02-img {
    margin-top: 10px;
  }
}
.worldcup2023.worldcup2023_child .contents p.soon {
  margin: 100px auto;
  color: #e1006e;
  font-size: 34px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .contents p.soon {
    margin: 50px auto;
    font-size: 24px;
  }
}
.worldcup2023.worldcup2023_child .child_nav {
  display: flex;
  justify-content: center;
  font-size: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .child_nav {
    font-size: 18px;
    margin-top: 0;
  }
}
.worldcup2023.worldcup2023_child .child_nav li a {
  color: #fff;
  padding: 0 28px 0 20px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .child_nav li a {
    padding: 0 18px 0 10px;
  }
}
.worldcup2023.worldcup2023_child .child_nav li:not(:last-child) {
  background-image: url(../img/bg_opponents__navlists.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.worldcup2023.worldcup2023_child .squad .block04, .worldcup2023.worldcup2023_child .squad .block05 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block04, .worldcup2023.worldcup2023_child .squad .block05 {
    padding: 0;
  }
}
.worldcup2023.worldcup2023_child .squad .block04 li, .worldcup2023.worldcup2023_child .squad .block05 li {
  width: calc(25% - 23px);
  float: none;
  height: auto;
  margin-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block04 li, .worldcup2023.worldcup2023_child .squad .block05 li {
    margin-right: 5%;
    width: 47.5%;
    padding: 0;
    border-bottom: none;
  }
}
.worldcup2023.worldcup2023_child .squad .block04 li:nth-child(4n), .worldcup2023.worldcup2023_child .squad .block05 li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block04 li:nth-child(even), .worldcup2023.worldcup2023_child .squad .block05 li:nth-child(even) {
    margin-right: 0;
  }
}
.worldcup2023.worldcup2023_child .squad .block04 h4, .worldcup2023.worldcup2023_child .squad .block05 h4 {
  font-size: 22px;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block04 h4, .worldcup2023.worldcup2023_child .squad .block05 h4 {
    font-size: 19px;
    margin-top: 8px;
  }
}
.worldcup2023.worldcup2023_child .squad .block04 .en, .worldcup2023.worldcup2023_child .squad .block05 .en {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block04 .en, .worldcup2023.worldcup2023_child .squad .block05 .en {
    font-size: 12px;
  }
}
.worldcup2023.worldcup2023_child .squad .block04 .staff-name, .worldcup2023.worldcup2023_child .squad .block05 .staff-name {
  background-color: #052667;
  background-image: url(../img/bg_tex.png);
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block04 .staff-name, .worldcup2023.worldcup2023_child .squad .block05 .staff-name {
    padding: 6px 0;
  }
}
.worldcup2023.worldcup2023_child .squad .block04 .staff-name h4, .worldcup2023.worldcup2023_child .squad .block05 .staff-name h4 {
  margin-top: 0;
  color: #fff;
}
.worldcup2023.worldcup2023_child .squad .block04 .staff-name h4 .post, .worldcup2023.worldcup2023_child .squad .block05 .staff-name h4 .post {
  display: inline;
  font-size: 15px;
  margin-right: 4px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block04 .staff-name h4 .post, .worldcup2023.worldcup2023_child .squad .block05 .staff-name h4 .post {
    display: block;
    font-size: 13px;
  }
}
.worldcup2023.worldcup2023_child .squad .block04 .staff-name .en, .worldcup2023.worldcup2023_child .squad .block05 .staff-name .en {
  color: #fff;
  margin-top: 1px;
}
.worldcup2023.worldcup2023_child .squad .block05 li {
  width: calc(20% - 24px);
  float: none;
  height: auto;
  margin-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block05 li {
    margin-right: 5%;
    width: 47.5%;
    padding: 0;
    border-bottom: none;
  }
}
.worldcup2023.worldcup2023_child .squad .block05 li:nth-child(4) {
  margin-right: 30px;
}
.worldcup2023.worldcup2023_child .squad .block05 li:nth-child(5) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .squad .block05 li:nth-child(even) {
    margin-right: 0;
  }
}
.worldcup2023.worldcup2023_child .soukoukai h4 {
  color: #e1006e;
}
.worldcup2023.worldcup2023_child .soukoukai h4 .jp {
  font-size: 34px;
  margin-top: 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .soukoukai h4 .jp {
    font-size: 24px;
  }
}
.worldcup2023.worldcup2023_child .soukoukai h4 .en {
  font-size: 28px;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .soukoukai h4 .en {
    font-size: 21px;
    margin-top: 4px;
  }
}
.worldcup2023.worldcup2023_child .soukoukai .btn {
  background: #e87aa3;
  color: #fff;
}
.worldcup2023.worldcup2023_child .soukoukai .content {
  color: #1b2c65;
}
.worldcup2023.worldcup2023_child .soukoukai .content h5 {
  margin-top: 40px;
  font-size: 28px;
}
.worldcup2023.worldcup2023_child .soukoukai .content h5 a {
  color: #1b2c65;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .soukoukai .content h5 {
    margin-top: 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 340px) {
  .worldcup2023.worldcup2023_child .soukoukai .content h5 {
    font-size: 17px;
  }
}
.worldcup2023.worldcup2023_child .soukoukai .content p {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .soukoukai .content p {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 340px) {
  .worldcup2023.worldcup2023_child .soukoukai .content p {
    font-size: 17px;
  }
}
.worldcup2023.worldcup2023_child .soukoukai .content .note {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .soukoukai .content .note {
    font-size: 13px;
  }
}
.worldcup2023.worldcup2023_child .soukoukai .content img {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023.worldcup2023_child .soukoukai .content img {
    margin-top: 15px;
  }
}

.wc2022.wc2022-history.worldcup2023 {
  text-align: left;
}
.wc2022.wc2022-history.worldcup2023 .h-nav {
  background-color: #e1006e;
}
.wc2022.wc2022-history.worldcup2023 .h-navlist li.year-2021 {
  background: #e1006e;
}
.wc2022.wc2022-history.worldcup2023 .h-navlist li.year-2021::after {
  border-left-color: #e1006e;
}
.wc2022.wc2022-history.worldcup2023 .h-navlist li.year-2022 {
  background: #f05699;
}
.wc2022.wc2022-history.worldcup2023 .h-navlist li.year-2022::after {
  border-left-color: #f05699;
}
.wc2022.wc2022-history.worldcup2023 .h-navlist li.year-2023 {
  background: #fc86b1;
}
.wc2022.wc2022-history.worldcup2023 .h-navlist li.year-2023::after {
  border-left-color: #fc86b1;
}
.wc2022.wc2022-history.worldcup2023 .h-date::before {
  background-color: #e1006e;
}
.wc2022.wc2022-history.worldcup2023 .h-item {
  padding: 0;
}

@media screen and (max-width: 640px) {
  #nadeshikojapan .samuraiblue2022_final_q__logo {
    width: 80px !important;
  }
}
body#nadeshikojapan.is_news_detail {
  background-color: #fff;
  background-image: url(/samuraiblue/img/renewal_08/bg_tex.png);
  background-repeat: repeat;
}
body#nadeshikojapan.is_news_detail #subnavi {
  padding: 0;
  font-size: 0;
  background: #e1006e url(/nadeshikojapan/2023/img/logo.png) no-repeat;
  background-size: auto 20px;
  background-position: center center;
  height: 52px;
}
@media screen and (max-width: 640px) {
  body#nadeshikojapan.is_news_detail #subnavi {
    height: 44px;
  }
  body#nadeshikojapan.is_news_detail #subnavi .head-area {
    background: transparent;
    padding: 0;
  }
  body#nadeshikojapan.is_news_detail #subnavi .head-area .title {
    line-height: 44px;
  }
}
body#nadeshikojapan.is_news_detail #subnavi h2 a {
  color: transparent;
  width: 300px;
  display: block;
  margin: 0;
}

body#nadeshikojapan.schedule_result,
body#nadeshikojapan.bg-stripe {
  background-color: #fff;
  background-image: url(/samuraiblue/img/renewal_08/bg_tex.png);
  background-repeat: repeat;
}

.worldcup2023 h4.h4_worldcup_2023 {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 30px;
  margin: 50px auto 30px;
}
@media screen and (max-width: 640px) {
  .worldcup2023 h4.h4_worldcup_2023 {
    font-size: 21px;
    margin: 30px auto 10px;
  }
}
@media not screen and (min-width: 641px) {
  .worldcup2023 h4.h4_worldcup_2023 {
    padding: 0 15px;
  }
}
.worldcup2023 h4.h4_worldcup_2023::before,
.worldcup2023 h4.h4_worldcup_2023::after {
  content: "";
  flex: 1;
  background-repeat: no-repeat;
}
@media not screen and (min-width: 641px) {
  .worldcup2023 h4.h4_worldcup_2023::before,
  .worldcup2023 h4.h4_worldcup_2023::after {
    height: 9px;
    background-size: auto 9px;
  }
}
@media screen and (min-width: 641px) {
  .worldcup2023 h4.h4_worldcup_2023::before,
  .worldcup2023 h4.h4_worldcup_2023::after {
    height: 13px;
    background-size: auto 13px;
  }
}
.worldcup2023 h4.h4_worldcup_2023::before {
  background-position: center right;
}
@media not screen and (min-width: 641px) {
  .worldcup2023 h4.h4_worldcup_2023::before {
    background-image: url(/samuraiblue/worldcup_2022/img/bg_section_ttlwt_l_sp@2x.png) !important;
    margin-right: 10px;
  }
}
@media screen and (min-width: 641px) {
  .worldcup2023 h4.h4_worldcup_2023::before {
    background-image: url(/samuraiblue/worldcup_2022/img/bg_section_ttlwt_l.png) !important;
    margin-right: 20px;
  }
}
.worldcup2023 h4.h4_worldcup_2023::after {
  background-position: center left;
}
@media not screen and (min-width: 641px) {
  .worldcup2023 h4.h4_worldcup_2023::after {
    background-image: url(/samuraiblue/worldcup_2022/img/bg_section_ttlwt_r_sp@2x.png) !important;
    margin-left: 10px;
  }
}
@media screen and (min-width: 641px) {
  .worldcup2023 h4.h4_worldcup_2023::after {
    background-image: url(/samuraiblue/worldcup_2022/img/bg_section_ttlwt_r.png) !important;
    margin-left: 20px;
  }
}/*# sourceMappingURL=styles.css.map */