@charset "UTF-8";
body.modal-open {
  overflow: hidden;
}

#tja-top .mv {
  height: auto;
}
#tja-top .mv img {
  width: 100%;
  display: block;
}
#tja-top .mv .mv-image-pc, #tja-top .mv .mv-image-sp {
  position: relative;
}
#tja-top .mv .mv-image-pc:before, #tja-top .mv .mv-image-sp:before {
  content: "";
  position: absolute;
  background-image: url(../images/top_mv_title.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
  background-color: #ffffff;
  width: 100%;
  height: 16.2%;
  top: 70%;
}
#tja-top .mv .mv-image-sp:before {
  background-image: url(../images/top_mv_title_sp.svg);
  height: 20.5%;
  background-size: 85%;
  top: 65%;
}
#tja-top .bread-list {
  background: #096D2D;
}
#tja-top .bread-list ul li, #tja-top .bread-list li a {
  color: #ffffff;
}
#tja-top #BreadNavi ul li:first-child a {
  background: url(../images/home_white.svg) left 1px no-repeat;
  background-size: 14px 15px;
  background-position-y: -1px;
}
#tja-top .links-wrap {
  width: 100%;
  max-width: 660px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 800px) {
  #tja-top .links-wrap {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 30px 0;
  }
}
#tja-top .links-wrap a {
  position: relative;
  padding-top: 80px;
}
#tja-top .links-wrap a:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#tja-top .links-wrap a.icon-teams-players:before {
  background-image: url(../images/top_icon_teams_players.svg);
  width: 110px;
  height: 68px;
}
#tja-top .links-wrap a.icon-international-convention:before {
  background-image: url(../images/top_icon_international_convention.svg);
  width: 68px;
  height: 68px;
}
#tja-top .links-wrap a.icon-competition-event:before {
  background-image: url(../images/top_icon_competition_event.svg);
  width: 59px;
  height: 68px;
}
#tja-top .section {
  background-position: center 70px;
}
@media screen and (max-width: 800px) {
  #tja-top .section {
    background-position: center 50px;
    padding: 50px 0;
  }
}
#tja-top .section:nth-child(2) {
  padding: 70px 0 100px;
}
@media screen and (max-width: 800px) {
  #tja-top .section:nth-child(2) {
    padding: 50px 0;
  }
}
#tja-top .teams-players .image img, #tja-top .international-convention .image img {
  aspect-ratio: 316/231;
  object-fit: cover;
}
#tja-top .pdf-links {
  display: flex;
  flex-direction: column;
  margin: 50px 0 30px;
  gap: 40px;
  align-items: center;
  width: 100%;
  font-size: 18px;
}
#tja-top .pdf-links a {
  color: #ffffff;
}
#tja-top .pdf-links a:hover {
  color: #ffffff;
}
#tja-top .yoshiki-link {
  width: 100%;
  text-align: center;
}
#tja-top .yoshiki-link .Label {
  text-decoration: underline;
  cursor: pointer;
}
#tja-top .yoshiki-link .Label:hover {
  color: #ffffff;
  text-decoration: none;
}
#tja-top #yoshiki {
  display: none;
}
#tja-top .yoshiki-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
}
#tja-top .yoshiki-table td:nth-child(1) {
  width: 25%;
  padding: 2px 0 1px 30px;
}
#tja-top .yoshiki-table td:nth-child(2) {
  padding: 2px 0 1px 15px;
}
#tja-top .yoshiki-table td:nth-child(3) {
  width: 16%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #tja-top .yoshiki-table {
    max-width: 100%;
    font-size: 16px;
  }
  #tja-top .yoshiki-table td:nth-child(1) {
    padding: 2px 0 1px 10px;
  }
  #tja-top .yoshiki-table td:nth-child(2) {
    padding: 2px 0 1px 10px;
    white-space: break-spaces;
  }
}
#tja-top .toggle-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}
#tja-top .toggle-content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
#tja-top .toggle:checked + .Label + .toggle-content {
  height: auto;
  padding: 40px 0;
  transition: all 0.5s;
}

#tja-ambassador .bread-list {
  background: #E5E3D1;
}
#tja-ambassador .bread-list ul li, #tja-ambassador .bread-list li a {
  color: #000000;
}
#tja-ambassador #c-footer.c-footer {
  margin-top: 0 !important;
}
#tja-ambassador #c-footer.c-footer .c-rTop {
  background-color: #E5E3D1;
}
#tja-ambassador .teams-players {
  background-position: center 70px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador .teams-players {
    background-position: center 50px;
  }
}
#tja-ambassador .teams-players .item {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 800px) {
  #tja-ambassador .teams-players .item {
    width: calc((100% - 10px) / 2);
  }
}
#tja-ambassador .teams-players .item .image img {
  aspect-ratio: 232/161;
  object-fit: cover;
}

#tja-ambassador-detail .teams-players-detail {
  background-position: center 70px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .teams-players-detail {
    background-position: center 50px;
  }
}
#tja-ambassador-detail .bread-list {
  background: #E5E3D1;
}
#tja-ambassador-detail .bread-list ul li, #tja-ambassador-detail .bread-list li a {
  color: #000000;
}
#tja-ambassador-detail #c-footer.c-footer {
  margin-top: 0 !important;
}
#tja-ambassador-detail #c-footer.c-footer .c-rTop {
  background-color: #E5E3D1;
}
#tja-ambassador-detail .detail-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 70px 0 0;
  gap: 0 85px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box {
    flex-direction: column;
    align-items: center;
    margin: 50px 0 0;
  }
}
#tja-ambassador-detail .detail-box .image-wrap {
  width: 53%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box .image-wrap {
    margin: 0;
    width: 100%;
  }
}
#tja-ambassador-detail .detail-box .image-wrap .slick-items {
  display: flex;
  gap: 5px;
}
#tja-ambassador-detail .detail-box .image-wrap .slick {
  margin: 0 5px;
}
#tja-ambassador-detail .detail-box .image-wrap .slick img {
  display: block;
  width: 100%;
  aspect-ratio: 146/98;
  object-fit: cover;
  object-position: top;
}
#tja-ambassador-detail .detail-box .image-wrap .slick img.current {
  border: 2px solid #ffffff;
}
#tja-ambassador-detail .detail-box .image-wrap .slick-disabled {
  display: none !important;
}
#tja-ambassador-detail .detail-box .image-wrap .slick-arrow {
  height: 32px;
  width: 10px;
}
#tja-ambassador-detail .detail-box .image-wrap .slick-track {
  max-width: none;
}
#tja-ambassador-detail .detail-box .image-wrap .image-list {
  display: flex;
  align-items: center;
}
#tja-ambassador-detail .detail-box .image-wrap .image-list .movie-button {
  position: relative;
}
#tja-ambassador-detail .detail-box .image-wrap .image-list .movie-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/movie-thumbnail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
#tja-ambassador-detail .detail-box .image-wrap .current-image {
  width: 100%;
}
#tja-ambassador-detail .detail-box .image-wrap .current-image .caption {
  margin: 5px 0 0;
}
#tja-ambassador-detail .detail-box .description {
  width: calc(47% - 55px);
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box .description {
    width: 100%;
    margin: 50px 0 0 0;
  }
}
#tja-ambassador-detail .detail-box .competition-name-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#tja-ambassador-detail .detail-box .competition-name-box .competition-image-wrap {
  padding-right: 25px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box .competition-name-box .competition-image-wrap {
    padding-right: 4vw;
  }
}
#tja-ambassador-detail .detail-box .competition-name-box .competition-image-wrap .image-background {
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box .competition-name-box .competition-image-wrap .image-background {
    width: 100%;
    height: auto;
  }
}
#tja-ambassador-detail .detail-box .competition-name-box .name-box {
  width: 68%;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box .competition-name-box .name-box {
    width: 68%;
    padding-left: 4vw;
  }
}
#tja-ambassador-detail .detail-box .competition-name-box .name-box:before {
  content: "";
  border-left: 1px solid;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#tja-ambassador-detail .detail-box .competition-name-box .competition-name {
  font-size: 18px;
}
#tja-ambassador-detail .detail-box .competition-name-box .name {
  font-size: 48px;
}
#tja-ambassador-detail .detail-box .competition-name-box .name span {
  font-size: 20px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box .competition-name-box .name {
    font-size: max(6.38vw, 32px);
  }
}
#tja-ambassador-detail .detail-box .competition-name-box .name-en {
  font-size: 20px;
}
#tja-ambassador-detail .detail-box .competition-name-box .w150 {
  width: 150%;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box .competition-name-box .w150 {
    width: 100%;
  }
}
#tja-ambassador-detail .detail-box .comment {
  margin: 50px 0;
  line-height: 32px;
}
#tja-ambassador-detail .detail-box .textarea, #tja-ambassador-detail .detail-box .sns-box {
  margin: 35px 0;
  font-size: 16px;
  line-height: 32px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .detail-box .textarea, #tja-ambassador-detail .detail-box .sns-box {
    margin: 35px 0;
    padding: 0 5%;
  }
}
#tja-ambassador-detail .detail-box .textarea .box, #tja-ambassador-detail .detail-box .sns-box .box {
  padding: 0 0 10px 0;
  margin: 0 0 35px 0;
  border-bottom: 1px solid #000000;
}
#tja-ambassador-detail .detail-box .textarea .box.no-border, #tja-ambassador-detail .detail-box .sns-box .box.no-border {
  border: 0;
}
#tja-ambassador-detail .detail-box .textarea .toggle-trigger p, #tja-ambassador-detail .detail-box .sns-box .toggle-trigger p {
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
  cursor: pointer;
}
#tja-ambassador-detail .detail-box .textarea .toggle-trigger p:before, #tja-ambassador-detail .detail-box .textarea .toggle-trigger p:after, #tja-ambassador-detail .detail-box .sns-box .toggle-trigger p:before, #tja-ambassador-detail .detail-box .sns-box .toggle-trigger p:after {
  content: "";
  border-top: 1px solid #000000;
  width: 16px;
  height: 16px;
  position: absolute;
}
#tja-ambassador-detail .detail-box .textarea .toggle-trigger p:before, #tja-ambassador-detail .detail-box .sns-box .toggle-trigger p:before {
  top: 16px;
  right: 0;
}
#tja-ambassador-detail .detail-box .textarea .toggle-trigger p:after, #tja-ambassador-detail .detail-box .sns-box .toggle-trigger p:after {
  transform: rotate(90deg);
  right: 8px;
  top: 8px;
}
#tja-ambassador-detail .detail-box .textarea .toggle-box, #tja-ambassador-detail .detail-box .sns-box .toggle-box {
  padding: 0 0 10px 0;
  margin: 0 0 35px 0;
  border-bottom: 1px solid #000000;
  position: relative;
}
#tja-ambassador-detail .detail-box .textarea .toggle-box.open .toggle-trigger p:after, #tja-ambassador-detail .detail-box .sns-box .toggle-box.open .toggle-trigger p:after {
  top: 16px;
  right: 0;
  transform: rotate(0deg);
}
#tja-ambassador-detail .detail-box .textarea .toggle-box.open .toggle-box-content, #tja-ambassador-detail .detail-box .sns-box .toggle-box.open .toggle-box-content {
  height: auto;
  transition: all 0.3s;
  padding: 10px 0;
}
#tja-ambassador-detail .detail-box .textarea .toggle-box .toggle-box-content, #tja-ambassador-detail .detail-box .sns-box .toggle-box .toggle-box-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0;
}
#tja-ambassador-detail .detail-box .textarea .head, #tja-ambassador-detail .detail-box .sns-box .head {
  position: relative;
  padding: 0 0 0 15px;
}
#tja-ambassador-detail .detail-box .textarea .head:before, #tja-ambassador-detail .detail-box .sns-box .head:before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#tja-ambassador-detail .detail-box .textarea .event-name, #tja-ambassador-detail .detail-box .sns-box .event-name {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
#tja-ambassador-detail .detail-box .textarea .event-name.marker:before, #tja-ambassador-detail .detail-box .sns-box .event-name.marker:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#tja-ambassador-detail .detail-box .textarea .records p, #tja-ambassador-detail .detail-box .sns-box .records p {
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
}
#tja-ambassador-detail .detail-box .textarea .records p.marker:before, #tja-ambassador-detail .detail-box .sns-box .records p.marker:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#tja-ambassador-detail .detail-box .textarea .convention-info, #tja-ambassador-detail .detail-box .sns-box .convention-info {
  display: none;
}
#tja-ambassador-detail .detail-box .sns-box {
  margin: 0;
}
#tja-ambassador-detail .detail-box .sns-wrap {
  padding: 16px 0 20px;
  display: flex;
  gap: 30px;
}
#tja-ambassador-detail .detail-box .sns-wrap a {
  transform: scale(1);
  transition: all 0.4s;
}
#tja-ambassador-detail .detail-box .sns-wrap a.instagram {
  display: block;
  background-image: url(../images/instagram.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 20px;
}
#tja-ambassador-detail .detail-box .sns-wrap a.instagram:after {
  content: "Instagram";
  position: absolute;
  bottom: -25px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}
#tja-ambassador-detail .detail-box .sns-wrap a.x {
  display: block;
  background-image: url(../images/x.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 20px;
}
#tja-ambassador-detail .detail-box .sns-wrap a.x:after {
  content: "X";
  position: absolute;
  bottom: -25px;
  line-height: 1;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
}
#tja-ambassador-detail .detail-box .sns-wrap a.tiktok {
  display: block;
  background-image: url(/tokyo-junior-ambassador/images/tiktok.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  position: relative;
  margin: 0 20px;
}
#tja-ambassador-detail .detail-box .sns-wrap a.tiktok:after {
  content: "TikTok";
  position: absolute;
  bottom: -25px;
  line-height: 1;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
}

#tja-ambassador-detail .detail-box .sns-wrap a.youtube {
  display: block;
  background-image: url(/tokyo-junior-ambassador/images/youtube.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  position: relative;
  margin: 0 20px;
}
#tja-ambassador-detail .detail-box .sns-wrap a.youtube:after {
  content: "YouTube";
  position: absolute;
  bottom: -25px;
  line-height: 1;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
}

#tja-ambassador-detail .detail-box .sns-wrap a:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}
#tja-ambassador-detail .detail-box a:hover {
  color: #000000;
}
#tja-ambassador-detail .interview-wrap {
  margin: 80px 0 0;
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .interview-wrap {
    margin: 0 0 35px 0;
  }
}
#tja-ambassador-detail .interview-wrap .interview-title {
  position: relative;
  text-align: center;
  padding: 35px 0;
}
#tja-ambassador-detail .interview-wrap .interview-title::before {
  content: "";
  border-top: 1px solid;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 410px) {
  #tja-ambassador-detail .interview-wrap .interview-title::before {
    border: 0;
  }
}
#tja-ambassador-detail .interview-wrap .span-wrap {
  font-size: 20px;
  padding: 0 20px;
  position: relative;
  background-color: #e5e3d1;
  display: inline;
}
@media screen and (max-width: 500px) {
  #tja-ambassador-detail .interview-wrap .span-wrap {
    padding: 0 8px;
  }
}
@media screen and (max-width: 415px) {
  #tja-ambassador-detail .interview-wrap .span-wrap {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
}
#tja-ambassador-detail .interview-wrap .span-wrap span {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  color: #ffffff;
  margin: 0 2.5px;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(1) {
  background-color: #39B54A;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(2) {
  background-color: #FF7BAC;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(3) {
  background-color: #FF931E;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(4) {
  background-color: #3FA9F5;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(5) {
  background-color: #A67C52;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(6) {
  background-color: #F2DE25;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(7) {
  background-color: #93278F;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(8) {
  background-color: #999999;
}
#tja-ambassador-detail .interview-wrap .span-wrap span:nth-child(9) {
  background-color: #D4145A;
}
@media screen and (max-width: 415px) {
  #tja-ambassador-detail .interview-wrap .span-wrap span {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#tja-ambassador-detail .interview-wrap .qa-box-wrap {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 1px;
  padding-right: 10px;
}
#tja-ambassador-detail .interview-wrap .qa-box:not(:last-child) {
  padding: 0 0 35px;
}
#tja-ambassador-detail .interview-wrap .question {
  display: flex;
  font-size: 23px;
  margin: 0 0 30px;
}
#tja-ambassador-detail .interview-wrap .question .number {
  font-size: 40px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .interview-wrap .question {
    font-size: 18px;
  }
  #tja-ambassador-detail .interview-wrap .question .number {
    font-size: 26px;
  }
}
#tja-ambassador-detail .sp-none {
  display: block;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .sp-none {
    display: none;
  }
}
#tja-ambassador-detail .pc-none {
  display: none;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .pc-none {
    display: block;
  }
}
#tja-ambassador-detail .image-background {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .image-background {
    max-width: 116px;
    max-height: 116px;
  }
}
#tja-ambassador-detail .competition-link {
  cursor: pointer;
  transition: all 0.4s;
  transform: scale(1);
  width: 32%;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .competition-link {
    width: 32%;
  }
}
#tja-ambassador-detail .competition-link:hover {
  transition: all 0.4s;
  transform: scale(1.1);
}
#tja-ambassador-detail .competition-link:hover img {
  opacity: 1;
}
#tja-ambassador-detail .teams-players-detail .content-inner {
  width: auto;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .teams-players-detail .content-inner {
    width: 80%;
  }
}
#tja-ambassador-detail .teams-players-detail .link-button {
  margin: 50px 0 30px;
}
@media screen and (max-width: 800px) {
  #tja-ambassador-detail .teams-players-detail .link-button {
    margin: 50px 0 0;
  }
}

#tja-international-convention .bread-list {
  background: #D4DAD4;
}
#tja-international-convention .bread-list ul li, #tja-international-convention .bread-list li a {
  color: #000000;
}
#tja-international-convention #c-footer.c-footer {
  margin-top: 0 !important;
}
#tja-international-convention #c-footer.c-footer .c-rTop {
  background-color: #D4DAD4;
}
#tja-international-convention .international-convention {
  background-position: center 70px;
}
@media screen and (max-width: 800px) {
  #tja-international-convention .international-convention {
    background-position: center 50px;
  }
}
#tja-international-convention .international-convention .item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 800px) {
  #tja-international-convention .international-convention .item {
    width: 100%;
    gap: 30px 0;
  }
}
#tja-international-convention .international-convention .content {
  display: none;
}
#tja-international-convention .international-convention .competition-items .competition-name {
  margin: 30px 0;
  font-size: 18px;
  padding-left: 10px;
  position: relative;
}
#tja-international-convention .international-convention .competition-items .competition-name:before {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#tja-international-convention .international-convention .list {
  margin: 30px 0 80px;
  width: 100%;
  max-width: 100%;
  gap: 10px;
}
#tja-international-convention .international-convention .title-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 18px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #tja-international-convention .international-convention .title-wrap {
    justify-content: center;
  }
}
#tja-international-convention .international-convention .title-wrap .name {
  font-size: 15px;
  width: calc(100% - 115px);
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}
#tja-international-convention .international-convention .title-wrap .name:hover {
  color: #000000;
}
#tja-international-convention .international-convention .title-wrap .image {
  width: 40%;
  min-width: 254px;
}
@media screen and (max-width: 800px) {
  #tja-international-convention .international-convention .title-wrap .image {
    min-width: auto;
    width: 60%;
  }
}
#tja-international-convention .international-convention .title-wrap .image > img {
  object-fit: cover;
  aspect-ratio: 240/166;
}
#tja-international-convention .international-convention .description-wrap {
  display: none;
}
#tja-international-convention .international-convention .description-wrap .description {
  font-size: 16px;
  line-height: 24px;
  margin: -8px 0;
}
#tja-international-convention .international-convention .description-wrap .description a {
  color: #0033d8;
}
#tja-international-convention .international-convention.section {
  padding: 70px 0 20px;
}
@media screen and (max-width: 800px) {
  #tja-international-convention .international-convention.section {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 800px) {
  #tja-international-convention .international-convention.section .content-inner {
    padding: 0 8%;
  }
}

#tja-competition-event .bread-list {
  background: #CDBC66;
}
#tja-competition-event .bread-list ul li, #tja-competition-event .bread-list li a {
  color: #000000;
}
#tja-competition-event #c-footer.c-footer {
  margin-top: 0 !important;
}
#tja-competition-event #c-footer.c-footer .c-rTop {
  background-color: #CDBC66;
}
#tja-competition-event .competition-event {
  background-position: center 70px;
}
@media screen and (max-width: 800px) {
  #tja-competition-event .competition-event {
    background-position: center 50px;
  }
}
#tja-competition-event .competition-event .item {
  width: 45%;
}
@media screen and (max-width: 800px) {
  #tja-competition-event .competition-event .item {
    width: 100%;
    gap: 30px 0;
  }
}
#tja-competition-event .competition-event .content {
  display: none;
}
#tja-competition-event .competition-event .list {
  margin: 42px 0 80px;
  width: 100%;
  max-width: 100%;
}
#tja-competition-event .competition-event .title-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #tja-competition-event .competition-event .title-wrap {
    justify-content: center;
  }
}
#tja-competition-event .competition-event .title-wrap .icon {
  width: 115px;
  transition: all 0.4s;
  transform: scale(1);
}
#tja-competition-event .competition-event .title-wrap .icon:hover {
  transition: all 0.4s;
  transform: scale(1.1);
}
#tja-competition-event .competition-event .title-wrap .name {
  font-size: 21px;
  width: calc(100% - 115px);
  text-align: left;
  text-decoration: underline;
}
#tja-competition-event .competition-event .title-wrap .name:hover {
  color: #000000;
}
#tja-competition-event .competition-event .description-wrap {
  display: none;
}
#tja-competition-event .competition-event .description-wrap .description {
  font-size: 16px;
  line-height: 24px;
  margin: -8px 0;
}
#tja-competition-event .competition-event .description-wrap .description a {
  color: #0033d8;
}
#tja-competition-event .competition-event.section {
  padding: 70px 0 20px;
}
@media screen and (max-width: 800px) {
  #tja-competition-event .competition-event.section {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 800px) {
  #tja-competition-event .competition-event.section .content-inner {
    padding: 0 8%;
  }
}

#tja-topic .bread-list {
  background: #ffffff;
}
#tja-topic .bread-list ul li, #tja-topic .bread-list li a {
  color: #000000;
}
#tja-topic #c-footer.c-footer {
  margin-top: 0 !important;
}
#tja-topic #c-footer.c-footer .c-rTop {
  background-color: #ffffff;
}
#tja-topic .topics {
  background-color: #ffffff;
}

body {
  font-size: 16px;
}

img {
  width: 100%;
}

a {
  color: #000000;
}

.bread-list {
  margin: 0 !important;
  padding: 15px 0;
  width: 100% !important;
}

#c-footer.c-footer .c-rTop__body {
  gap: 0 1px;
}
@media screen and (max-width: 800px) {
  #c-footer.c-footer .c-rTop__body {
    flex-direction: column;
    align-items: flex-end;
    gap: 1px 0;
  }
}
#c-footer.c-footer .c-rTop__link {
  width: 16.6666666667%;
}
@media screen and (max-width: 800px) {
  #c-footer.c-footer .c-rTop__link {
    width: 160px;
  }
}

#SportsContent a:hover {
  text-decoration: none !important;
  color: #000000;
}

.sports-content {
  width: 100% !important;
}

.mv {
  height: 200px;
  background-color: #006837;
  color: #ffffff;
}
.mv .content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 5px 0;
}
@media screen and (max-width: 800px) {
  .mv .content-inner {
    padding: 0 6vw;
  }
}
.mv .main {
  font-size: 13px;
}
.mv .page-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mv .page-title span:first-child {
  font-size: 26px;
  padding-right: 10px;
}
.mv .page-title span:last-child {
  font-size: 16px;
  padding-left: 10px;
  border-left: 1px solid #ffffff;
}

.content-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .content-inner {
    max-width: none;
    padding: 0 15px;
  }
}

.section {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 800px) {
  .section {
    padding: 50px 0;
  }
}
.section .content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .topics-list {
  max-width: 896px;
  margin: 42px 0 86px;
  width: 80%;
}
@media screen and (max-width: 800px) and (min-width: 501px) {
  .section .topics-list {
    max-width: none;
    padding: 0 12%;
    width: auto;
    margin: 42px 0 25px;
  }
}
@media screen and (max-width: 500px) {
  .section .topics-list {
    padding: 0;
    width: 100%;
    margin: 42px 0 25px;
  }
}
.section .content-inner {
  gap: 0;
}
.section .title {
  font-size: 41px;
  margin: 55px 0 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .section .title {
    font-size: 36px;
    margin: 50px 0 0;
  }
}
.section .title:before {
  content: "";
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
}
@media screen and (max-width: 800px) {
  .section .title:before {
    top: -58px;
  }
}
.section .title-en {
  font-size: 20px;
}
.section .lead {
  font-size: 16px;
  line-height: 32px;
  margin: 50px 0;
  max-width: 690px;
  width: 100%;
  text-align: center;
}
.section .lead.pre {
  font-size: 20px;
  line-height: 43px;
}
@media screen and (max-width: 800px) and (min-width: 501px) {
  .section .lead {
    max-width: none;
    padding: 0 17%;
    width: auto;
    margin: 90px 0 78px;
  }
}
@media screen and (max-width: 500px) {
  .section .lead {
    padding: 0;
  }
}
.section .ready {
  font-size: 53px;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .section .ready {
    font-size: min(9vw, 53px);
  }
}
.section .link-button {
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .section .link-button {
    width: 37.5%;
    min-width: 300px;
  }
}
.section .link-button a {
  text-decoration: none;
}
.section .link-button span {
  width: 200px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 20px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #000000;
  transform: scale(1);
  transition: all 0.4s;
  display: block;
}
@media screen and (max-width: 800px) {
  .section .link-button span {
    height: 7vw;
    line-height: max(7vw, 48px);
    border-radius: max(3.5vw, 24px);
    min-height: 48px;
    width: 100%;
  }
}
.section .link-button span:hover {
  transition: all 0.4s;
  transform: scale(1.1);
}

.introduction {
  background-color: #096D2D;
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}
.introduction .content-inner {
  gap: 80px;
}
@media screen and (max-width: 800px) {
  .introduction .content-inner {
    gap: 50px;
  }
}
.introduction .content-inner.pre {
  gap: 15px;
}
.introduction .title {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.introduction .title.pre {
  font-size: 53px;
}
@media screen and (max-width: 800px) {
  .introduction .title.pre {
    font-size: min(9vw, 53px);
  }
}
.introduction .lead {
  margin: 20px 0 0;
}
@media screen and (max-width: 800px) {
  .introduction .lead {
    text-align: left;
  }
}

.topics {
  background-color: #F2F2F2;
}
.topics .title {
  margin: 45px 0 0;
}
.topics .title:before {
  content: url(../images/topics.svg);
  top: -52px;
}
.topics .topic-item {
  font-size: 16px;
  line-height: 32px;
  padding: 25px 0;
  border-top: 1px solid #000000;
  display: flex;
  gap: 0 10px;
}
.topics .topic-item .date {
  font-weight: 600;
}
.topics .topic-item .content a {
  color: #0071BC !important;
  text-decoration: underline;
}

.teams-players, .international-convention, .competition-event {
  background-repeat: no-repeat;
  background-position: center 0;
}
@media screen and (max-width: 800px) {
  .teams-players, .international-convention, .competition-event {
    background-position: center 100px;
  }
}
.teams-players .list, .international-convention .list, .competition-event .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 5px;
  margin: 0 0 65px;
}
@media screen and (max-width: 800px) {
  .teams-players .list, .international-convention .list, .competition-event .list {
    gap: 50px 10px;
    margin: 0 0 50px;
  }
}
.teams-players .item, .international-convention .item, .competition-event .item {
  width: calc((100% - 10px) / 3);
}
@media screen and (max-width: 800px) {
  .teams-players .item, .international-convention .item, .competition-event .item {
    width: calc((100% - 10px) / 2);
  }
}

.teams-players {
  background-color: #E5E3D1;
  background-image: url(../images/teams_players_backimage.svg);
}
.teams-players .item .name-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px 0;
  margin: 10px 0 0;
}
.teams-players .item .name-wrap a {
  text-decoration: none;
  color: #000000 !important;
}
.teams-players .title:before {
  content: url(../images/teams_and_players.svg);
}

.international-convention {
  background-color: #D4DAD4;
  background-image: url(../images/international_convention_backimage.svg);
}
.international-convention .title {
  margin: 45px 0 0;
}
@media screen and (max-width: 800px) {
  .international-convention .title {
    margin: 36px 0 0;
  }
}
.international-convention .title:before {
  content: url(../images/international_convention.svg);
  top: -52px;
}
@media screen and (max-width: 800px) {
  .international-convention .title:before {
    top: -45px;
  }
}

.competition-event {
  background-color: #CDBC66;
  background-image: url(../images/competition_event_backimage.svg);
}
.competition-event .title:before {
  content: url(../images/competition_event.svg);
}
.competition-event .list {
  gap: 56px 10%;
  width: 100%;
  max-width: 690px;
  justify-content: flex-start;
}
@media screen and (max-width: 800px) {
  .competition-event .list {
    max-width: none;
    gap: 70px 13%;
    padding: 0 10%;
    width: auto;
  }
}
.competition-event .item {
  width: 17.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px 10%;
}
@media screen and (max-width: 800px) {
  .competition-event .item {
    width: 24.6666666667%;
  }
}
.competition-event .image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.competition-event .name {
  text-align: center;
}

.about {
  background-color: #5C7886;
  color: #ffffff;
}
.about .title:before {
  content: url(../images/about.svg);
}
@media screen and (max-width: 800px) {
  .about .title:before {
    top: -70px;
  }
}

.international-convention .image, .teams-players .image {
  position: relative;
}
.international-convention .image:hover .hover-area, .teams-players .image:hover .hover-area {
  opacity: 1;
}
.international-convention .hover-area, .teams-players .hover-area {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.4s;
}
.international-convention .hover-area .link-button, .teams-players .hover-area .link-button {
  position: relative;
  height: 100%;
}
.international-convention .hover-area .link-button a, .teams-players .hover-area .link-button a {
  text-decoration: none;
}
.international-convention .hover-area .link-button span, .teams-players .hover-area .link-button span {
  background-color: transparent;
  border-color: #ffffff;
  position: absolute;
  top: calc(50% - 21px);
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .international-convention .hover-area .link-button, .teams-players .hover-area .link-button {
    height: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .international-convention .hover-area, .teams-players .hover-area {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    opacity: 1;
    height: auto;
    background-color: transparent;
    top: auto;
    bottom: 0;
    height: 100% !important;
    bottom: 0;
  }
  .international-convention .hover-area .link-button, .teams-players .hover-area .link-button {
    width: auto;
    min-width: 100%;
  }
  .international-convention .hover-area .link-button a, .teams-players .hover-area .link-button a {
    text-decoration: none;
    color: #ffffff;
  }
  .international-convention .hover-area .link-button span, .teams-players .hover-area .link-button span {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #ffffff;
    width: 78%;
    margin: 0 auto;
    color: #ffffff;
    top: auto;
    bottom: min(20px, 10%);
  }
}

@media screen and (max-width: 800px) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (min-width: 801px) {
  .pc-hide {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .sp-only {
    display: none;
  }
}

.common-footer.section {
  padding: 0;
}
.common-footer .row {
  padding: 0;
  display: flex;
  flex-direction: row;
}
.common-footer .row > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  align-items: center;
  padding: 77px 0;
}
.common-footer .row > div img {
  width: 28px;
}
@media screen and (max-width: 800px) {
  .common-footer .row > div {
    padding: 70px 0 80px;
    gap: 0;
  }
}
.common-footer .topics-area {
  background-color: #F2F2F2;
  padding-left: 15%;
}
.common-footer .about-area {
  background-color: #5C7886;
  color: #ffffff;
  padding-right: 15%;
}
.common-footer .icon {
  height: 30px !important;
}
.common-footer .title {
  font-size: 23px;
  margin: 0;
  text-align: center;
}
.common-footer .title span:nth-child(1) {
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .common-footer .title span:nth-child(1) {
    padding-left: 0;
    font-size: 28px;
  }
}
.common-footer .title span:nth-child(2) {
  padding-left: 10px;
  border-left: 1px solid;
}
@media screen and (max-width: 800px) {
  .common-footer .title span:nth-child(2) {
    padding-left: 0;
    border-left: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .common-footer .title {
    display: flex;
    flex-direction: column;
  }
}
.common-footer .link-button {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .common-footer .link-button {
    margin-top: 13px;
    min-width: 100px;
    width: 70%;
  }
}
@media screen and (max-width: 501px) {
  .common-footer .link-button span {
    min-height: 10vw;
  }
}
.common-footer .link-button span:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  background: url(../images/arrow.svg) center/contain no-repeat;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 800px) {
  .common-footer .link-button span:after {
    top: calc(50% - 6px);
    left: calc(50% - 7.5px);
    width: 15px;
    height: 12px;
  }
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.4s, scale 0s 0.4s;
  scale: 0;
}
.modal.open {
  opacity: 1;
  transition: opacity 0.4s;
  scale: 1;
}
.modal .overray {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  position: fixed;
}
.modal .modal-inner {
  width: 80%;
  background: #ffffff;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  height: 487px;
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .modal .modal-inner {
    width: 98%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50vh;
    max-width: auto;
  }
}
.modal .modal-close {
  position: absolute;
  top: -67px;
  bottom: auto;
  right: 0;
  color: #FFFFFF;
  cursor: pointer;
  width: 42px;
  height: 52px;
}
@media screen and (max-width: 800px) {
  .modal .modal-close {
    bottom: -70px;
    left: calc(50% - 3.5vh);
    top: auto;
    width: 7vh;
    height: 7vh;
  }
}
.modal .modal-close .modal-close-inner:before, .modal .modal-close .modal-close-inner:after {
  content: "";
  position: absolute;
  border-top: 2px solid #ffffff;
  width: 40px;
  top: 36px;
  bottom: auto;
  right: 2px;
}
@media screen and (max-width: 800px) {
  .modal .modal-close .modal-close-inner:before, .modal .modal-close .modal-close-inner:after {
    top: auto;
    bottom: calc(3.5vh + 10px);
    left: 0;
  }
}
.modal .modal-close .modal-close-inner:before {
  transform: rotate(45deg);
}
.modal .modal-close .modal-close-inner:after {
  transform: rotate(135deg);
}
.modal .modal-close .modal-close-text {
  font-size: 14px;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .modal .modal-close .modal-close-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: -5px;
  }
}
.modal .contents-wrap {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.modal .contents-wrap .textarea {
  width: calc(50% - 80px);
  padding: 70px 40px;
}
@media screen and (max-width: 800px) {
  .modal .contents-wrap .textarea {
    width: calc(50% - 10vw);
    padding: 6vh 5vw;
  }
}
.modal .contents-wrap .textarea .name {
  font-size: 18px;
}
.modal .contents-wrap .textarea .content {
  font-size: 16px;
  line-height: 32px;
  margin: 36px 0 0;
  height: calc(100% - 76px);
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .modal .contents-wrap .textarea .content {
    margin: 3vh 0 0;
    height: calc(100% - 11vh);
  }
}
.modal .contents-wrap .textarea .content a {
  color: #0071BC;
  text-decoration: underline;
}
.modal .contents-wrap .image {
  width: 50%;
}
.modal .contents-wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal .convention-area {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.kana-list {
  margin: 40px 0 90px;
}
@media screen and (max-width: 800px) {
  .kana-list {
    display: flex;
    gap: 0 1.5%;
    width: 100%;
    justify-content: center;
    margin: 0 0 50px;
  }
}
.kana-list a {
  font-size: 22px;
  border-right: 1px solid #000000;
  padding: 0 20px;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  .kana-list a {
    font-size: 2.7vw;
    padding: 0 1.5% 0 0;
  }
}
.kana-list a:hover {
  color: #000000 !important;
}
.kana-list a:last-child {
  border-right: 0;
}
.kana-list a.disable {
  color: #9b9b9b;
  pointer-events: none;
}

.kana-section {
  font-size: 22px;
  border-bottom: 1px solid;
  width: 100%;
  padding-bottom: 10px;
}

.page-list a {
  font-size: 18px;
  color: #999999;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #000000;
}
.page-list a.current {
  text-decoration: none;
  color: #000000;
}
.page-list a:first-child {
  padding-left: 0;
}
.page-list a:last-child {
  padding-right: 0;
  border-right: 0;
}/*# sourceMappingURL=tokyo-junior-ambassador.css.map */