/*競技一覧*/
.article-list-sports .article-list-message{
  font-weight: 700;
}
.article-list-sports .article-list-header-item{
  font-weight: 700;
}
/*競技詳細*/
.single-sports .sports-name-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.single-sports .article-list-keyword ul {
  margin-bottom: 16px;
  /*text-align: right;*/
  /* font-size: 0; */
  font-size: 0rem;
}
.single-sports .article-list-keyword ul li {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 12px;
  background-color: #e3e4e6;
  border-radius: 11px;
  font-size: 0.812rem;
  color: #2d2f33;
}
.single-sports .l-grid .l-grid-inner .article-list-athletes .article-list-inner {
  padding-left: 0;
}
.single-sports .l-grid .l-grid-inner .article-list-name-reading {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .single-sports .article-list-keyword ul {
    text-align: left;
  }
  .single-sports .article-list-keyword ul li {
    font-size: 0.857rem;
  }
}


/*選手*/
.l-main-single-content .single-athlete-status-category {
  margin-bottom: 40px;
}
.l-main-archive-content-margin-athletes {
  padding-bottom: 0;
}
.l-main-headline-margin-athletes {
  margin-bottom: 40px;
}

h2.search-heading {
  position: relative;
  width: 44%;
  height: 0;
  margin-bottom: 0;
  border-bottom: 92px solid #f2f2f2;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

h2.search-heading-margin {
  margin-top: 70px;
}

h2.search-heading span {
  margin-top: 36px;
  font-size: 1.7rem;
  font-weight: bold;
}

h2.search-heading:after {
  content: "";
  speak: none;
  position: absolute;
  bottom: -94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 15%;
  height: 4px;
  background-color: #f0473e;
}

.search-card-wrap {
  width: 100vw;
  margin-bottom: 70px;
  margin-left: calc(50% - 50vw);
  background-color: #f2f2f2;
}

.search-card-wrap > div {
  max-width: 1160px;
  margin: 0 auto;
  padding: 70px 0;
}

.search-card-wrap .search-card-margin-sports .search-card-item {
  width: 15%;
  height: 170px;
  margin-bottom: 20px;
}

.search-card-wrap .search-card-margin-sports .search-card-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 2%;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #333;
}

.search-card-wrap
  .search-card-margin-sports
  .search-card-item
  a
  .search-card-sports-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-size: 0.8rem;
  font-weight: bold;
}

.search-card-wrap .search-card-margin-sports .search-card-item a:hover {
  background-color: #be933a;
  color: #fff;
}

.search-card-wrap
  .search-card-margin-sports
  .search-card-item
  a:hover
  .search-card-sports-illust
  path {
  fill: #333;
}

.search-card-wrap .search-card-margin-order .search-card-item {
  width: 18%;
  height: 80px;
  margin-bottom: 20px;
}

.search-card-wrap .search-card-margin-order .search-card-item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}

.search-card-wrap .search-card-margin-order .search-card-item a:hover {
  background-color: #be933a;
  color: #fff;
}

@media screen and (max-width: 480px) {
  h2.search-heading {
    width: 90%;
  }
  h2.search-heading span {
    font-size: 1.3rem;
  }
  .search-card-wrap > div {
    max-width: 100%;
    margin: 0 20px;
    padding: 40px 0;
  }
  .search-card-wrap .search-card-margin-sports .search-card-item {
    width: 31%;
    height: 120px;
  }
  .search-card-wrap
    .search-card-margin-sports
    .search-card-item
    a
    .search-card-sports-text {
    top: 80px;
  }
  .search-card-wrap .search-card-margin-order::before {
    content: "";
    speak: none;
    display: block;
    width: 23%;
    order: 1;
  }
  .search-card-wrap .search-card-margin-order::after {
    content: "";
    speak: none;
    display: block;
    width: 23%;
  }
  .search-card-wrap .search-card-margin-order .search-card-item {
    width: 23%;
  }
}

/*選手詳細ページ*/
.single-athlete {
  margin-bottom: 35px;
}
.single-athlete-inner {
  display: table;
  width: 100%;
}
.single-athlete-inner .single-athlete-name {
  display: table-cell;
}
.single-athlete-inner .single-athlete-status {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
.single-athlete-inner .single-athlete-status .single-athlete-status-category {
  margin-bottom: 0;
}
.single-athlete-status-category-jp {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: bold;
}
.character .character-content {
  min-height: 150px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .single-athlete {
    margin-bottom: 0px;
  }
  .single-athlete-inner .single-athlete-name {
    display: block;
    margin-bottom: 5px;
  }
  .single-athlete-status-category-jp {
    margin-bottom: 2px;
    font-size: 0.95rem;
  }
  .single-athlete-status-category-en {
    font-size: 0.9rem;
  }
  .single-athlete-inner .single-athlete-status {
    display: block;
    text-align: left;
  }
}
/*スーパーアスリート詳細ページ*/
.single-super-athletes .l-main-single-content img {
  width: auto;
}
.single-super-athletes .single-catchphrase {
  margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
  .single-super-athletes .l-main-single-content figure,
  .single-super-athletes .l-main-single-content img {
    width: 100% !important;
    height: auto;
  }
  .single-super-athletes .single-catchphrase {
    margin-bottom: 20px;
  }
}
.single-super-athletes .single-catchphrase .single-catchphrase-inner {
  display: inline-block;
  line-height: 1.4;
  padding: 14px 20px;
  border-left: 6px solid #2d2f33;
  background-color: #f0473e;
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
}
.single-super-athletes .single-sub-list-item .profile-list {
  line-height: 2;
}
.single-super-athletes
  .single-sub-list-item
  .profile-list
  .profile-list-strong {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .single-super-athletes .single-catchphrase .single-catchphrase-inner {
    font-size: 1.142rem;
  }
}
/*.single-super-athletes .character:before,
.single-super-athletes .character:after,
.single-super-athletes .character-border:before,
.single-super-athletes .character-border:after {
  content: none !important;
}
.single-super-athletes .character-content {
  border: 1px dotted #707070;
}
*/

/*大会・イベント*/
.table-wrapper {
  margin-bottom: 70px;
  /*border-bottom: 2px solid #000;*/
}

.table-schedule-list {
  display: table;
  width: 100%;
}

.table-schedule-list > div {
  display: table-cell;
  padding: 24px 0 24px 2%;
  border-bottom: 1px solid #2d2f33;
  word-break: break-all;
  font-size: 0.9375rem;
}

.table-schedule-list > .th {
  padding: 17px 0 17px 2%;
  background-color: #e5d4b0;
  border-top: 1px solid #2d2f33;
  border-bottom: 1px solid #2d2f33;
  font-weight: bold;
  vertical-align: middle;
  color: #2d2f33;
  font-size: 1rem;
}

.table-schedule-list > div:not(:last-child) {
  border-right: 1px dotted #2d2f33;
}

.table-schedule-date {
  width: 15%;
}

.table-schedule-place {
  width: 15%;
}

.table-schedule-sports {
  width: 20%;
}

.table-schedule-name a {
  width: 50%;
  color: #f0473e;
  font-weight: bold;
}
.table-schedule-name a:hover {
  color: #2d2f33;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .table-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .table-wrapper {
    margin-bottom: 0px;
    border: none;
  }
  .table-schedule-list {
    display: block;
  }
  .table-schedule-list > div {
    display: block;
    padding: 0;
    border: none;
  }
  .table-schedule-list.th {
    display: none;
    margin: 0;
    padding: 0;
  }
  .table-schedule-list {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    padding: 20px;
  }
  .table-schedule-list > div:not(:last-child) {
    border: none;
    display: none;
  }
  .table-schedule-date,
  .table-schedule-place {
    display: inline-block !important;
    width: auto;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .table-schedule-date {
    margin-right: 10px;
  }
  .table-schedule-sports,
  .table-schedule-name {
    width: 100%;
    font-size: 0.9285rem;
  }
  .table-schedule-sports {
    margin-bottom: 20px;
  }
}

/* 記事詳細ページ */
.single-topics .l-related-article-content .card-content .date{
  margin-top: 0;
}
.single-topics .single-container-sportsInfo .card-sports + .card-sports {
  margin-top: 10px;
}
.single-topics .single-container-sportsInfo .img-part,
.page-id-62 .single-container-sportsInfo .img-part /*タグ検索結果*/
{
  margin-bottom: 0!important;
}
.page-id-62 .single-container-sportsInfo {
  max-width: 680px;
}
.single-topics .single-container-sportsInfo .content-part {
  margin-bottom: 0!important;
}
.single-topics .single-container-sportsInfo .content-part .catch {
  font-weight: normal!important;
}
.single-topics .single-container-sportsInfo .content-part .ttl {
  font-size: 1rem!important;
  margin-bottom: 0.5rem!important;
}

/*記事*/
.list-article--topoics .card-content{
  padding: 0 20px 20px;
}
.l-main-category-topics {
  max-width: 1160px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 1160px) {
  .l-main-category-topics {
    margin: 0 20px;
  }
}
.category-title {
  margin-bottom: 12px;
  font-size: 1.375rem;
  font-weight: bold;
}
.category-topics {
  margin-bottom: 20px;
}
.category-topics li {
  display: inline-block;
}
.category-topics li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 14px 14px 0;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: bold;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .category-topics li a {
    height: 40px;
    line-height: 40px;
  }
}
.category-topics li.active a,
.category-topics li a:hover {
  background-color: #be933a;
  border: 1px solid #be933a;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .category-title {
    font-size: 1rem;
  }
  .category-topics li a {
    margin: 0 12px 12px 0;
  }
}
.l-main-single .relatedArticle .card-article .card-content{
  padding: 0;

}

/*Social Change*/
#socialchange-header .archive-header-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
#socialchange-header .archive-header-title span {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system,
    BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}
.descArea {
  width: 55%;
  margin: 0 auto 60px;
  text-align: left;
}
.descArea .desc {
  line-height: 2.3;
  font-size: 1.0625rem;
}

@media screen and (max-width: 480px) {
  .descArea {
    width: 75%;
    margin: 0 auto 40px;
    text-align: left;
  }
  .descArea .desc {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

/*利用規約*/

.plate-content h2 {
  text-align: left;
}

.plate-content.plate-content-document p {
  margin-top: 21px;
  font-size: 1rem;
  line-height: 2;
}

.plate-content p {
  margin: 23px 0 0;
  font-size: 0.88rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

plate-content.plate-content-document h2 {
  margin-top: 39px;
  margin-bottom: -4px;
}

.plate-content h2 {
  margin: 47px 0 0;
  font-size: 1.38rem;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.09em;
}

/*パラリンピックとは*/

#page-paralympic .single-aside,
.page-2020 .single-aside {
  margin: 0 auto !important;
}

#page-paralympic .single-aside .single-aside-content,
.page-2020 .single-aside .single-aside-content {
  margin: 0 auto 50px !important;
}

#page-paralympic .wrap-single-aside,
.page-2020 .wrap-single-aside {
  margin: 120px auto 0px !important;
}

#page-paralympic #history,
#page-paralympic #japan-medals {
  margin-top: -130px;
  padding-top: 130px;
}

@media all and (max-width: 768px) {
  #page-paralympic .wrap-single-aside {
    margin: 140px 0 40px !important;
  }
}
@media all and (max-width: 480px) {
  #page-paralympic .wrap-single-aside {
    margin: 60px 0 0 !important;
  }
  #page-paralympic #history,
  #page-paralympic #japan-medals {
    margin-top: -80px;
    padding-top: 80px;
  }
}

#page-paralympic .u-alink-position,
.page-2020 .u-alink-position {
  margin-top: -130px;
  padding-top: 130px;
}
@media all and (max-width: 480px) {
  #page-paralympic .u-alink-position,
  .page-2020 .u-alink-position {
    margin-top: -80px;
    padding-top: 80px;
  }
}

#page-paralympic .l-main-single-sub .single-aside-content {
  margin: 0;
}

.about-paralympics {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about-paralympics .w100-container {
  width: 100%;
}

.about-paralympics .bg_gray {
  margin-bottom: 70px;
  padding: 70px 0;
  background-color: #f2f2f2;
}
.about-paralympics .paralympic-is {
  margin-bottom: 100px;
}
.about-paralympics .paralympic-is .about-title,
.about-paralympics .paralympic-is .about-sub-title {
  text-align: center;
}


.about-paralympics .paralympic-is .about-content p {
  text-align: center;
}
.about-paralympics .paralympic-is .about-content-right {
  margin-top: -80px;
}

@media screen and (max-width: 1160px) {
  .about-paralympics .w100-container {
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about-paralympics .bg_gray {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .about-paralympics .paralympic-is {
    margin-top: 0;
    margin-bottom: 70px;
    padding: 30px 0 20px;
  }
  .about-paralympics .paralympic-is .about-content-right {
    margin-top: 0;
  }
  .about-paralympics .paralympic-is .about-content p {
    text-align: left;
  }
}

.about-paralympics .pc_only {
  display: block;
}

@media screen and (max-width: 768px) {
  .about-paralympics .pc_only {
    display: none;
  }
}

.about-paralympics .sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .about-paralympics .sp_only {
    display: block;
  }
}

.about-paralympics .br-pc-only {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .about-paralympics .br-pc-only {
    display: none;
  }
}

.about-paralympics .t-center {
  text-align: center !important;
}

.about-paralympics .note {
  /* margin: -30px 0 70px !important; */
  margin-bottom: 0;
}

.about-paralympics .photoBy {
  display: inline-block;
  color: #676767;
  line-height: 1.6;
  font-size: calc( ( 13 / 18 ) * 1rem);
  letter-spacing: 0;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .about-paralympics .photoBy {
    text-align: left;
    line-height: 1.5;
    font-size: calc( ( 11 / 16 ) * 1rem);
  }
}

.about-paralympics h2 sup {
  vertical-align: text-top;
  font-size: 0.8rem;
}

.about-paralympics h3 sup {
  vertical-align: text-top;
  font-size: 0.8rem;
}
.about-paralympics .about-title {
  font-size: 2.6rem;
  font-weight: bold;
}
.about-paralympics .about-sub-title {
  margin: 30px 0 8px;
  font-weight: bold;
}

.p-paralympic-btn-wrap + .about-sub-title{
  margin-top: 45px;
}
@media screen and (max-width: 768px){
  .p-paralympic-btn-wrap + .about-sub-title{
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-paralympics .about-title {
    font-size: 2rem;
  }
  .about-paralympics .about-sub-title {
    /* font-size: 16px; */
    font-size: 1rem;
  }
  .about-paralympics .paralympic-is .about-sub-title {
    text-align: left;
  }
}

.about-paralympics .about-content hr {
  margin: 40px 0 50px;
}

.about-paralympics .about-content p {
  margin-bottom: 20px;
}

.about-paralympics .about-heading {
  text-align: left;
  line-height: 1.3;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .about-paralympics .about-heading {
    margin: 36px 0 10px 0px;
  }
}

@media screen and (max-width: 320px) {
  .about-paralympics .about-heading {
    word-break: normal;
  }
}

.about-paralympics .about-heading.no_border {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  word-break: normal;
}

@media screen and (max-width: 768px) {
  .about-paralympics .about-heading.no_border {
    font-size: 1.4rem;
  }
}

.about-paralympics .about-heading.no_border:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .about-paralympics .about-content {
    text-align: left;
  }
  .about-paralympics .about-content .about-heading {
    margin: 36px 0 10px 0px;
    text-align: center;
  }
}

.about-paralympics .about-content p {
  font-size: 1.0625rem;
  line-height: 2.2rem;
}

.about-paralympics .about-content figcaption {
  text-align: left;
  margin: 10px 0;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  .about-paralympics .about-content figcaption {
    margin: 8px 0 18px;
  }
}

.about-paralympicsAreaWrap h2 span {
  padding: 0 40px;
  border-left: 4px solid #292b2f;
  border-right: 4px solid #292b2f;
}

@media screen and (max-width: 480px) {
  .about-paralympicsAreaWrap h2 span {
    padding: 0 10px;
    border-left: 3px solid #292b2f;
    border-right: 3px solid #292b2f;
    font-size: 1.35rem;
  }
}

.link-venue02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-aside .link-venue02 .link-venue-item {
  width: 32%;
}
.about-aside .link-venue02 .link-venue-item a {
  background-color: #f0473e;
  width: 100%;
  height: 100%;
  line-height: 1.4;
}

.about-aside .link-venue02 .link-venue-item a:hover {
  background-color: #be933a;
}

.about-aside .link-venue02 .link-venue-item a .btn-text {
  display: inline-block;
  padding: 14px;
}
@media screen and (max-width: 991px) {
  .about-aside .link-venue02 .link-venue-item a .btn-text {
    font-size: 0.9rem;
  }
  .link-venue-item a:before,
  .l-page-menu-about a:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .link-venue02 {
    display: block;
  }
  .about-aside .link-venue02 {
    margin-bottom: 60px;
  }
  .about-aside .link-venue02 .link-venue-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-aside .link-venue02 .link-venue-item a .btn-text {
    font-size: 1rem;
  }
}

.about-paralympics h3.about-heading {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.about-paralympics .paralympic-history .about-content:not(:last-child) {
  margin-bottom: 60px;
}

.about-paralympics .flex-l-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.about-paralympics .flex-l-r .flex-content {
  width: 45%;
}

.about-paralympics .about-content-left {
  width: 55%;
}

.about-paralympics .about-content-right {
  /*margin-left: 5%;*/
  margin-left: auto;
  width: 32%;
}

@media screen and (max-width: 768px) {
  .about-paralympics .flex-l-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .about-paralympics .flex-l-r .flex-content {
    width: 100%;
  }
  .about-paralympics .about-content-left {
    width: 100%;
  }
  .about-paralympics .about-content-right {
    margin-left: 0;
    width: 100%;
  }
  .about-paralympics .about-content .about-heading:before,
  .about-paralympics .about-heading:before {
    height: 5px;
    bottom: 2px;
  }
}

.about-paralympics .about-circle {
  width: 100%;
  text-align: center;
}

.about-paralympics .about-circle img {
  width: 60%;
  height: 100%;
  margin-bottom: 70px;
}

.about-paralympics .about-circle .about-circle-supplement {
  width: 60%;
  margin: 0 auto 100px;
  text-align: left;
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  .about-paralympics .about-circle img {
    width: 90%;
    margin-bottom: 40px;
  }
  .about-paralympics .about-circle .about-circle-supplement {
    width: 100%;
    margin-bottom: 0;
  }
}

.about-paralympics .about-circle .about-circle-item-inner {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .about-paralympics .about-circle {
    width: 80%;
    margin: 0 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-paralympics .about-circle .about-circle-item {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .about-paralympics .about-circle {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-paralympics .about-circle img {
    width: 100%;
    margin-bottom: 35px;
  }
  .about-paralympics .about-circle .about-circle-item {
    margin: 0 auto;
    width: 80%;
  }
  .about-paralympics .about-circle .about-circle-item-inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.about-paralympics .about-content-margin-possible {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .about-paralympics .about-content-margin-possible {
    margin-bottom: 60px;
  }
}
.about-paralympics .about-aside {
  margin: 50px 0 100px;
}

@media screen and (max-width: 768px) {
  .about-paralympics .about-aside {
    margin: 20px 0 30px;
  }
}

.about-paralympics .paralympic_content {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .about-paralympics .paralympic_content {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.about-paralympics .oenSite_content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.about-paralympics .oenSite_content h3 {
  margin-bottom: 0;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  .about-paralympics .oenSite_content h3 {
    font-size: 1.1rem;
  }
}
.l-page-menu-about .l-grid .l-grid-inner {
  margin-bottom: 100px;
  margin: 50px 0 100px;
}
.l-page-menu-about .l-grid .l-grid-inner .l-grid-item a {
  background-color: #f0473e;
}
.l-page-menu-about .l-grid .l-grid-inner .l-grid-item a:hover {
  background-color: #be933a;
}

@media screen and (max-width: 768px) {
  .about-paralympics .oenSite_content {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.about-paralympics .table-wrap {
  display: block;
  /* font-size: 0; */
  font-size: 0rem;
  position: relative;
  width: 100%;
  /* margin-bottom: 50px; */
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .w100-container .l-container {
    margin: 0;
    padding: 0 20px;
  }
  .about-paralympics .table-wrap {
    overflow-x: scroll !important;
  }
  .about-paralympics .table-wrap::-webkit-scrollbar {
    height: 15px;
    border-radius: 10px;
  }
  .about-paralympics .table-wrap::-webkit-scrollbar-track {
    background: #eee;
  }
  .about-paralympics .table-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
  }
}

.about-paralympics .table-wrap.wide-over {
  overflow-x: scroll;
}

.about-paralympics .table-wrap.is-scroll,
.about-paralympics .table-wrap.is-scroll-970,
.about-paralympics .table-wrap.is-scroll-1000 {
  overflow-x: initial;
}
@media screen and (max-width: 1220px){
  .about-paralympics .table-wrap.is-scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 970px){
  .about-paralympics .table-wrap.is-scroll-970 {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 970px){
  .about-paralympics .table-wrap.is-scroll-1000 {
    overflow-x: scroll;
  }
}
.about-paralympics table {
  width: auto;
  min-width: 100%;
  /* font-size: 0; */
  font-size: 0rem;
}

@media screen and (max-width: 768px) {
  .about-paralympics table {
    /* font-size: 13px; */
    font-size: 0.8125rem;
  }
}

.about-paralympics table,
.about-paralympics td,
.about-paralympics th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

.about-paralympics table .header_cell th {
  background-color: #e5e5e5 !important;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}

.about-paralympics table .header_cell th th {
  text-align: center;
}

.about-paralympics table th,
.about-paralympics table td {
  padding: 8px 4px 9px 7px;
  font-weight: normal;
  white-space: nowrap;
  /* font-size: 13.2px; */
  font-size: 0.73rem;
  letter-spacing: 0.05em;
}

.about-paralympics table td{
  background-color: #fff;
}

.about-paralympics .paralympic_sports_summer table th,
.about-paralympics .paralympic_sports_summer table td {
  min-width: 120px;
}

.about-paralympics .paralympic_sports_winter table th,
.about-paralympics .paralympic_sports_winter table td {
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  .about-paralympics table th,
  .about-paralympics table td {
    /* font-size: 12px; */
    font-size: 0.75rem;
    padding: 6px 3px 6px 5px;
  }
}

.about-paralympics table th {
  line-height: 1.2;
  text-align: center;
}

.about-paralympics table td {
  line-height: 1.5;
}

.about-paralympics table .t-center {
  text-align: center;
}

.about-paralympics table tr th:first-of-type {
  background-color: #f2f2f2;
}

.about-paralympics .table-markType td {
  text-align: center;
}

.about-paralympics table .table-milan {
  letter-spacing: -0.05rem;
}

.about-paralympics .table-markType tr:nth-of-type(2) th {
  text-align: center;
}

.about-paralympics .table-type2th tr:nth-of-type(2) th {
  text-align: center;
}

.about-paralympics .note {
  font-size: 0.85rem !important;
  text-align: right !important;
  margin-bottom: 0;
}
.p-paralympic .about-paralympics .note{
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .about-paralympics .note {
    text-align: left !important;
  }
}

.about-content-detail .about-link {
  font-weight: bold;
  font-size: 1.125rem;
}
/* .about-content-detail .about-link::before {
  content: "◆";
  speak: none;
  color: #f0473e;
  display: inline-block;
  margin-right: 5px;
} */
@media all and (max-width: 735px) {
  .about-content-detail {
    margin-bottom: 20px;
  }
  .about-content-detail .about-link {
    font-weight: bold;
    font-size: 1rem;
  }
}

#page-paralympic .lead-txt-wrapper {
  margin-bottom: 45px
}
#page-paralympic .lead-txt-wrapper p {
  margin: 0 20px;
  font-size: 1.125rem;
  font-weight: bold;
}
.paralympic-index .paralympic-index-list li a { 
  font-weight: bold;
}
.about-paralympics .paralympic-is .about-content p {
  text-align: left;
  font-size: 1.125rem;
}
.about-paralympics .about-content p {
  font-size: 1.125rem;
}
.about-paralympics .paralympic-is .about-sub-title.bg-gray {
  font-size: 1.25rem;
}
.about-paralympics .paralympic-is .about-sub-title.bg-gray span {
  background-color: #ccc;
  padding: 0.4rem;
  display: inline-block;
}
.about-paralympics .paralympic-is .link-txt-underline {
  text-decoration: underline;
}
.about-paralympics .flex-l-r.two-items .flex-content {
  width: 45%;
}
#page-paralympic .link-bold-red {
  font-weight: bold;
  color: #F0473E;
}
#page-paralympic .link-bold-red:hover {
  opacity: 0.7;
  color: #F0473E;
}
.about-paralympics .paralympic-is .about-title, .about-paralympics .paralympic-is .about-sub-title, .about-paralympics .about-heading.no_border {
  text-align: left;
}

.about-paralympics .about-heading.no_border, h2:not(.under-common-h2) span {
  font-size: 2.6rem;
}

.about-paralympics .about-heading {
  word-break: inherit;
}
@media screen and (max-width: 768px) {
  .about-paralympics .flex-l-r.two-items .flex-content {
  width: 100%;
  } 
  /* .w100-container .l-container {
    padding: 0;
  } */
  .about-paralympics .about-heading.no_border, h2:not(.under-common-h2) span {
    font-size: 2rem;
  }
  .about-paralympics .about-content .about-heading {
    text-align: left;
  }
  .about-paralympics .paralympic-history .l-container {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #page-paralympic .lead-txt-wrapper {
    margin-bottom: 45px
  }
}

/*検索結果*/
.page-search-all h2.search-all-h2 {
  line-height: 1;
  margin-bottom: 0;
  border-left: 6px solid #be933a;
  padding-left: 20px;
  text-align: left;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.page-search-all .text-search-val {
  line-height: 1;
  border-left: 6px solid #be933a;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 20px;
  letter-spacing: 0.05em;
}
.page-search-all .text-search-nothit {
  margin-top: 40px;
}
.l-main-archive-content-padding-search {
  margin-bottom: 70px;
}
.page-search-all .l-grid-schedule .l-grid-inner .l-grid-item a {
  background-color: #f2f2f2;
}
.ttl-search-result {
  position: relative;
  margin-top: -60px;
  margin-bottom: 50px;
  font-size: 1.75rem;
  font-weight: bold;
  padding-left: 28px;
}
.ttl-search-result:before {
  content: "";
  speak: none;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../img/common/btn-search.svg);
  background-size: cover;
}
@media all and (max-width: 480px) {
  .l-main-archive-content-padding-search {
    margin-bottom: 48px;
  }
  .page-search-all .l-grid-schedule .l-grid-inner .l-grid-item {
    margin-bottom: 25px;
  }
  .page-search-all .l-grid-schedule .l-grid-inner .l-grid-item a {
    margin-bottom: 0;
  }
  .page-search-all h2.search-all-h2 {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
  .page-search-all .text-search-val {
    padding-top: 12px;
  }
  .ttl-search-result {
    margin-top: -20px;
  }
}

/* pyeongchang2018 */
.l-main-feature-winter {
  margin-top: -30px;
}

.feature {
  text-align: center;
}

.feature-date {
  display: block;
  padding: 0 0 30px;
}

@media all and (max-width: 735px) {
  .feature-date {
    padding: 26px 0 15px;
  }
}

.feature-date-item {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Montserrat Bold", cursive;
  letter-spacing: 0.07em;
}

@media all and (max-width: 735px) {
  .feature-date-item {
    font-size: 0.94rem;
  }
}

.feature-date-arrow {
  display: inline-block;
  margin: 0 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #333;
  vertical-align: middle;
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

@media all and (max-width: 735px) {
  .feature-date-arrow {
    margin: 0 10px;
    -webkit-transform: translate(0, -1px) scale(0.5);
    transform: translate(0, -1px) scale(0.5);
  }
}

.feature-date-num {
  margin-right: 8px;
  letter-spacing: 0.08em;
  color: #f0473e;
}

.l-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.l-mv:before {
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  content: "";
  speak: none;
  width: 100%;
  height: 100%;
  background: #fdde3e;
  background-image: url("../images/bg/kv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.l-mv.l-mv-margin {
  padding: 0 0 184px;
}

@media all and (max-width: 735px) {
  .l-mv.l-mv-margin {
    padding-bottom: 69px;
  }
}

.l-mv.l-mv-margin-new {
  padding: 0 0 35px;
}

@media all and (max-width: 735px) {
  .l-mv.l-mv-margin-new {
    padding-bottom: 25px;
  }
}

.l-mv.l-mv-feature {
  margin-top: 20px;
}

.l-mv.l-mv-feature:before {
  display: none;
}

.mv {
  position: relative;
}

.mv-main {
  position: relative;
  width: 65%;
  /* font-size: 0; */
  font-size: 0rem;
  letter-spacing: 0;
  float: left;
}

@media all and (max-width: 735px) {
  .mv-main {
    width: 100%;
    overflow: hidden;
  }
}

@media all and (max-width: 735px) {
  .mv-main .swiper-button-next,
  .mv-main .swiper-button-prev {
    display: none;
  }
}

.mv-main-item {
  background: #fff;
}

.mv-main-item-inner {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.mv-main-item-inner:hover {
  opacity: 0.7;
}

.mv-main-img {
  width: 100%;
  max-height: 591px;
  overflow: hidden;
}

.mv-main-img-pc {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

@media all and (max-width: 735px) {
  .mv-main-img-pc {
    display: none;
  }
}

.mv-main-img-sp {
  display: none;
  width: 100%;
  height: auto;
}

@media all and (max-width: 735px) {
  .mv-main-img-sp {
    display: block;
    position: relative;
  }
}

.mv-main-timer {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 4px;
}

@media all and (max-width: 735px) {
  .mv-main-timer {
    height: 3px;
  }
}

.mv-main-timer:before {
  display: block;
  content: "";
  speak: none;
  width: 100%;
  height: 100%;
  background: #f0473e;
}

.mv-main-timer.is-active {
  -webkit-animation: sliderTimerWidth 3.8s linear 0s forwards normal;
  animation: sliderTimerWidth 3.8s linear 0s forwards normal;
}

.mv-sub {
  position: relative;
  width: 34%;
  /* font-size: 0; */
  font-size: 0rem;
  letter-spacing: 0;
  float: right;
  border-left: 3px solid #fff;
}

@media all and (max-width: 735px) {
  .mv-sub {
    width: 100%;
    margin-top: 1px;
    border-left: none;
  }
}

.mv-sub:before,
.mv-sub:after {
  display: none;
  content: "";
  speak: none;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 7;
}

@media all and (max-width: 735px) {
  .mv-sub:before,
  .mv-sub:after {
    display: block;
  }
}

.mv-sub:before {
  left: 0;
}

.mv-sub:after {
  right: 0;
}

.mv-sub-item {
  display: block;
  background: #fff;
}

.mv-sub-item-inner {
  display: block;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.mv-sub-item-inner:hover {
  opacity: 0.7;
}

.mv-sub-img {
  width: 100%;
}

.mv-sub-img-pc {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (max-width: 735px) {
  .mv-sub-img-pc {
    display: none;
  }
}

.mv-sub-img-sp {
  display: none;
  width: 100%;
  height: auto;
}

@media all and (max-width: 735px) {
  .mv-sub-img-sp {
    display: block;
  }
}

.mv-sub-txt {
  display: block;
  width: 100%;
  height: 19px;
  /* font-size: 22px; */
  font-size: 1.22rem;
  font-weight: bold;
  padding: 15px 15px 25px;
  color: #000;
  text-align: left;
  letter-spacing: 0.2rem;
}

@media all and (max-width: 735px) {
  .mv-sub-txt {
    display: block;
    position: absolute;
    /* font-size: 16px; */
    font-size: 1rem;
    padding: 5px;
    height: 35px;
    line-height: 1.2rem;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1rem;
  }
}

.mv-sub-button {
  display: none;
  z-index: 9;
}

@media all and (max-width: 735px) {
  .mv-sub-button {
    display: block;
  }
}

.mv-sub-button.swiper-button-prev {
  left: 14px;
}

.mv-sub-button.swiper-button-next {
  right: 14px;
}

.mv-sub-swiper-wrapper {
  display: block;
}

@media all and (max-width: 735px) {
  .mv-sub-swiper-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mv-sub-swiper-slide {
  border-top: 3px solid #fff;
}

@media all and (max-width: 735px) {
  .mv-sub-swiper-slide {
    width: 150px;
    border-top: none;
  }
}

.mv-sub-swiper-slide:first-child {
  border-top: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
}

.l-related-article-pyeongchang2018 {
  margin-bottom: 60px;
}

/*.gallery .swiper-button-next, .gallery .swiper-button-prev, .modal-inner .swiper-button-next, .modal-inner .swiper-button-prev { width: 50px; height: 50px; margin-top: -25px; line-height: 50px; text-align: center; color: #fff; background-image: none; background: #F0473E; border-radius: 50%; }*/

/*@media all and (max-width: 735px) { .gallery .swiper-button-next, .gallery .swiper-button-prev, .modal-inner .swiper-button-next, .modal-inner .swiper-button-prev { -webkit-transform: scale(0.5); transform: scale(0.5); } }

.swiper-button-next, .swiper-button-prev { width: 50px; height: 50px; margin-top: -25px; line-height: 50px; text-align: center; color: #fff; background-image: none; background: #F0473E; border-radius: 50%; }

@media all and (max-width: 735px) { .swiper-button-next, .swiper-button-prev { -webkit-transform: scale(0.5); transform: scale(0.5); } }

.swiper-button-next { right: 30px; }

.swiper-button-prev { left: 30px; }

.swiper-container-horizontal > .swiper-pagination { bottom: 24px; }

.js-mv-main-container.swiper-container-horizontal > .swiper-pagination { bottom: 79px; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { width: 16px; height: 16px; margin: 0 7px; background: none; border: 2px solid #F0473E; opacity: 1; }

@media all and (max-width: 735px) { .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { width: 10px; height: 10px; border-width: 1px; } }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before { display: block; content: ''; width: 8px; height: 8px; margin: 2px; background: #F0473E; border-radius: 50%; opacity: 0; -webkit-transform: scale(0); transform: scale(0); transition: opacity .25s ease, -webkit-transform .25s ease; transition: opacity .25s ease, transform .25s ease; transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease; }

@media all and (max-width: 735px) { .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before { width: 6px; height: 6px; margin: 1px; } }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active { background: none; opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:before { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }

.swiper-wrapper { transition-timing-function: cubic-bezier(0.05, 0.595, 0.785, 0.985); }*/

/*.link-venue { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 780px; margin: 0 auto; padding: 48px 0 51px; }

@media all and (max-width: 735px) { .link-venue { display: block; width: auto; padding: 0 10px; } }

.link-venue02 { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; margin: 0 auto; padding: 48px 0 51px; }

@media all and (max-width: 735px) { .link-venue02 { display: block; width: auto; padding: 0 10px; } }

.link-venue02 .link-venue-item .btn-text { line-height: 28px; }

.link-venue-item { position: relative; display: block; width: 100%; color: inherit; transition: opacity .25s ease; }

.link-venue-item:first-of-type { padding-right: 30px; }

.link-venue-item:last-of-type { padding-left: 30px; }

@media all and (max-width: 735px) { .link-venue-item { margin: 30px 0 30px; height: auto; }
  .link-venue-item:first-of-type { padding-right: 0; }
  .link-venue-item:last-of-type { padding-left: 0; } }

.link-venue-item:hover { opacity: .7; }

@media all and (max-width: 735px) { .link-venue-item:first-child { margin: 30px 0; } }*/

/* beijing2022 */
.beijing2022 .l-mv.l-mv-margin {
  padding: 0 0 100px;
}

.beijing2022 .mv-main {
  width: 67%;
}
.beijing2022 .mv-sub {
  width: 31.5%;
}
@media all and (max-width: 735px) {
  .beijing2022 .mv-main {
    width: 100%;
  }
  .beijing2022 .mv-sub {
    width: 100%;
  }
}

.beijing2022 .swiper-slide {
  margin-bottom: 4px;
}
.beijing2022 .mv-sub-swiper-slide:first-child {
  border-top: none;
}
.beijing2022 .mv-sub-swiper-slide {
  border-top: 7px solid #fff;
}
@media all and (max-width: 735px) {
  .beijing2022 .mv-sub-swiper-slide {
    border-top: none;
  }
}

@media all and (max-width: 735px) {
  .beijing2022 .l-mv.l-mv-margin {
    padding-bottom: 40px;
  }
  .beijing2022 .swiper-slide {
    margin-bottom: 0px;
  }
}
.l-main.beijing2022 .br-sp-only {
  display: none;
}
.beijing-sp-only {
  display: none;
}
.l-main.beijing2022 .beijing-keyvisual-pc-only {
  display: none;
}
.l-main.beijing2022 .archive-header {
  background-color: #1f69d6;
}
.l-main.beijing2022 .l-lower-header {
  margin: 0;
}
.l-main.beijing2022 .l-main-feature-winter {
  margin-top: 0;
}
.l-main.beijing2022 .l-main-feature-keyvisual {
  position: relative;
  height: 26vw;
  max-height: 360px;
}
.l-main.beijing2022 .l-main-feature-keyvisual_img {
  height: 100%;
}
.l-main.beijing2022 .l-main-feature-keyvisual_img img {
  height: 100%;
  object-fit: cover;
}
.l-main.beijing2022 .l-main-feature-keyvisual_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
}
.l-main.beijing2022 .l-main-feature-keyvisual_text p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.l-main-feature.beijing2022 .l-main-feature-summary {
  margin: 60px 0;
}
.l-main-feature.beijing2022 .l-main-feature-summary p {
  line-height: 2.4;
  font-size: 1.062rem;
}
@media screen and (max-width: 1560px) {
  .l-main.beijing2022 .beijing-pc-1560 {
    display: none;
  }
  .l-main.beijing2022 .beijing-keyvisual-pc-only {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .l-main.beijing2022 .l-main-feature-keyvisual_text p {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .l-main.beijing2022 .br-pc-only {
    display: none;
  }
  .l-main.beijing2022 .beijing-keyvisual-pc-only {
    display: block;
  }
  .l-main.beijing2022 .br-sp-only {
    display: block;
  }
  .l-main.beijing2022 .l-main-feature-keyvisual_text p {
    font-size: 2.4rem;
  }
  .l-main-feature.beijing2022 .l-main-feature-summary {
    margin: 25px 0;
  }
}
@media screen and (max-width: 480px) {
  .beijing-sp-only {
    display: block;
  }
  .beijing-pc-only {
    display: none;
  }
  .l-main.beijing2022 .beijing-keyvisual-pc-only {
    display: none;
  }
  .l-main.beijing2022 .l-main-feature-keyvisual {
    height: 158px;
    margin-bottom: 25px;
  }
  .l-main-feature.beijing2022 .l-main-feature-summary p {
    margin: 0 20px;
    font-size: 0.857rem;
    line-height: 1.83;
  }
  .l-main.beijing2022 .l-main-feature-keyvisual_text p {
    font-size: 1.875rem;
  }
}
/* beijing2022 > countdaown */
.countdownArea {
  position: relative;
  background-color: #f2f2f2;
  z-index: 10;
}
.countdownArea .inner {
  padding: 50px 0;
}
.countdownArea .bnr-countdown {
  width: 90%;
  margin: 0 auto;
  background-color: #f0473e;
}
.countdownArea .bnr-countdown .f-l {
  position: relative;
  width: 60%;
  padding: 24px 0 24px 20px;
  background-color: #292b2f;
  color: #fff;
}
.countdownArea .bnr-countdown .f-l .circle {
  width: 120px;
  height: 120px;
  padding-top: 32px;
  background-color: #be933a;
  border-radius: 60px;
  text-align: center;
  /* font-size: 15px; */
  font-size: 0.833rem;
  font-weight: bold;
  color: #fff;
}
.countdownArea .bnr-countdown .f-l .ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 160px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
}
.countdownArea .bnr-countdown .f-l:after {
  content: "";
  speak: none;
  display: block;
  position: absolute;
  top: 0;
  right: -52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 0 84px 52px;
  border-color: transparent transparent transparent #292b2f;
}
.countdownArea .bnr-countdown .f-r {
  position: relative;
  width: calc(100% - 60% - 52px);
  text-align: center;
}
.countdownArea .bnr-countdown .f-r ul {
  display: inline-block;
}
.countdownArea .bnr-countdown .f-r ul li {
  display: inline-block;
  width: 66px;
  height: 100px;
  line-height: 100px;
  margin: 34px 7px 0 0;
  background-color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
}
.countdownArea .bnr-countdown .f-r span {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1875rem;
  font-weight: bold;
  vertical-align: bottom;
}
@media screen and (max-width: 1200px) {
  .countdownArea .bnr-countdown .f-l {
    width: 55%;
  }
  .countdownArea .bnr-countdown .f-r {
    width: calc(100% - 55% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .countdownArea .bnr-countdown .f-l {
    width: 53%;
  }
  .countdownArea .bnr-countdown .f-l .circle {
    width: 112px;
    height: 112px;
    padding-top: 28px;
    border-radius: 56px;
    /* font-size: 14px; */
    font-size: 0.875rem;
  }
  .countdownArea .bnr-countdown .f-l .ttl {
    left: 152px;
    font-size: 1.7rem;
  }
  .countdownArea .bnr-countdown .f-l:after {
    right: -46px;
    border-width: 80px 0 80px 46px;
  }
  .countdownArea .bnr-countdown .f-r {
    width: calc(100% - 53% - 40px);
  }
  .countdownArea .bnr-countdown .f-r ul li {
    width: 60px;
    margin: 34px 2px 0 0;
    font-size: 4.7rem;
  }
  .countdownArea .bnr-countdown .f-r span {
    padding-left: 2px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .countdownArea .inner {
    padding: 28px 0;
  }
  .countdownArea .bnr-countdown {
    width: 100%;
  }
  .countdownArea .bnr-countdown .f-l {
    width: 58%;
    padding: 10px 0 10px 10px;
  }
  .countdownArea .bnr-countdown .f-l .circle {
    width: 74px;
    height: 74px;
    padding-top: 16px;
    border-radius: 37px;
    /* font-size: 10px; */
    font-size: 0.625rem;
  }
  .countdownArea .bnr-countdown .f-l .ttl {
    left: 96px;
    font-size: 1.4rem;
  }
  .countdownArea .bnr-countdown .f-l:after {
    right: -16px;
    border-width: 47px 0 47px 16px;
  }
  .countdownArea .bnr-countdown .f-r {
    width: calc(100% - 58% - 16px);
  }
  .countdownArea .bnr-countdown .f-r ul li {
    width: 36px;
    height: 48px;
    line-height: 48px;
    margin: 20px 2px 0 0;
    font-size: 2.8rem;
  }
  .countdownArea .bnr-countdown .f-r span {
    /* font-size: 13px; */
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 480px) {
  .countdownArea .bnr-countdown .f-l .ttl {
    left: 90px;
    font-size: 1rem;
  }
  .countdownArea .bnr-countdown .f-r ul li {
    width: 28px;
    height: 48px;
    line-height: 48px;
    margin: 20px 2px 0 0;
    font-size: 2.4rem;
  }
  .countdownArea .bnr-countdown .f-r span {
    /* font-size: 10px; */
    font-size: 0.625rem;
  }
}
.countdownArea {
  position: relative;
  background: url(../images/beijing2022/img_winter.jpg) no-repeat center center;
  background-size: cover;
  z-index: 10;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .countdownArea {
    background: url(../images/beijing2022/img_winter_sp.jpg) no-repeat center
      center;
    background-size: cover;
    margin-bottom: 0;
  }
}
.countdownArea .inner {
  padding: 50px 0;
}
.countdownArea .bnr-countdown {
  width: 90%;
  margin: 0 auto;
  background-color: #1f69d6;
}
.countdownArea .bnr-countdown .f-l {
  position: relative;
  width: 60%;
  padding: 24px 0 24px 20px;
  background-color: #292b2f;
  color: #fff;
}
.countdownArea .bnr-countdown .f-l .circle {
  width: 120px;
  height: 120px;
  padding-top: 28px;
  background-color: #be933a;
  border-radius: 60px;
  text-align: center;
  /* font-size: 15px; */
  font-size: 0.833rem;
  font-weight: bold;
  color: #fff;
}
.countdownArea .bnr-countdown .f-l .ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 160px;
  line-height: 1.2;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
}
.countdownArea .bnr-countdown .f-l:after {
  content: "";
  speak: none;
  display: block;
  position: absolute;
  top: 0;
  right: -52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 84px 0 84px 52px;
  border-color: transparent transparent transparent #292b2f;
}
.countdownArea .bnr-countdown .f-r {
  position: relative;
  width: calc(100% - 60% - 52px);
  text-align: center;
}
.countdownArea .bnr-countdown .f-r ul {
  display: inline-block;
}
.countdownArea .bnr-countdown .f-r ul li {
  display: inline-block;
  width: 66px;
  height: 100px;
  line-height: 100px;
  margin: 34px 7px 0 0;
  background-color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
}
.countdownArea .bnr-countdown .f-r span {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1875rem;
  font-weight: bold;
  vertical-align: bottom;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .countdownArea .bnr-countdown .f-l {
    width: 55%;
  }
  .countdownArea .bnr-countdown .f-r {
    width: calc(100% - 55% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .countdownArea .bnr-countdown .f-l {
    width: 53%;
  }
  .countdownArea .bnr-countdown .f-l .circle {
    width: 112px;
    height: 112px;
    padding-top: 28px;
    border-radius: 56px;
    /* font-size: 14px; */
    font-size: 0.77rem;
  }
  .countdownArea .bnr-countdown .f-l .ttl {
    left: 152px;
    font-size: 1.7rem;
  }
  .countdownArea .bnr-countdown .f-l:after {
    right: -46px;
    border-width: 80px 0 80px 46px;
  }
  .countdownArea .bnr-countdown .f-r {
    width: calc(100% - 53% - 40px);
  }
  .countdownArea .bnr-countdown .f-r ul li {
    width: 60px;
    margin: 34px 2px 0 0;
    font-size: 4.7rem;
  }
  .countdownArea .bnr-countdown .f-r span {
    padding-left: 2px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .countdownArea .inner {
    padding: 28px 0;
  }
  .countdownArea .bnr-countdown {
    width: 100%;
  }
  .countdownArea .bnr-countdown .f-l {
    width: 58%;
    padding: 10px 0 10px 10px;
  }
  .countdownArea .bnr-countdown .f-l .circle {
    width: 74px;
    height: 74px;
    padding-top: 16px;
    border-radius: 37px;
    /* font-size: 10px; */
    font-size: 0.625rem;
  }
  .countdownArea .bnr-countdown .f-l .ttl {
    left: 96px;
    font-size: 1.4rem;
  }
  .countdownArea .bnr-countdown .f-l:after {
    right: -16px;
    border-width: 47px 0 47px 16px;
  }
  .countdownArea .bnr-countdown .f-r {
    width: calc(100% - 58% - 16px);
  }
  .countdownArea .bnr-countdown .f-r ul li {
    width: 36px;
    height: 48px;
    line-height: 48px;
    margin: 20px 2px 0 0;
    font-size: 2.8rem;
  }
  .countdownArea .bnr-countdown .f-r span {
    /* font-size: 13px; */
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 480px) {
  .countdownArea .bnr-countdown .f-l .ttl {
    left: 90px;
    font-size: 1rem;
  }
  .countdownArea .bnr-countdown .f-r ul li {
    width: 28px;
    height: 48px;
    line-height: 48px;
    margin: 20px 2px 0 0;
    font-size: 2.4rem;
  }
  .countdownArea .bnr-countdown .f-r span {
    /* font-size: 10px; */
    font-size: 0.625rem;
  }
}
.l-main.beijing2022 .l-main-archive-content h2 {
  margin: 0 auto 60px;
  text-align: center;
}
.l-main.beijing2022 .l-main-archive-content h2 .ttl-en {
  line-height: 1.2;
  margin-bottom: 19px;
  padding: 0 40px;
  display: inline-block;
  border-left: 4px solid #2d2f33;
  border-right: 4px solid #2d2f33;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.l-main.beijing2022 .l-main-archive-content h2 .ttle-jp {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-main.beijing2022 .l-main-archive-content h2 {
    margin: 0 auto 24px;
  }
  .l-main.beijing2022 .l-main-archive-content h2 .ttl-en {
    margin-bottom: 7px;
    padding: 0 20px;
    border-left: 3px solid #2d2f33;
    border-right: 3px solid #2d2f33;
    font-size: 1.562rem;
  }
  .l-main.beijing2022 .l-main-archive-content h2 .ttl-jp {
    font-size: 0.812rem;
  }
}

@media screen and (max-width: 1160px) {
  .l-related-article-pyeongchang2018.beijng2022 .l-container {
    margin: 0 20px 60px;
  }
}

/* beijin2022 > btn */
.l-container.beijing2022 .btn-wrap-bg-gray {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-container.beijing2022 .btn-common.btn-l {
  margin-right: 20px;
}
.l-container.beijing2022 .btn-common.btn-r {
  margin-left: 20px;
}
.l-container.beijing2022 .btn-common a {
  width: 440px;
}
@media screen and (max-width: 991px) {
  .l-container.beijing2022 .btn-wrap-bg-gray {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .l-container.beijing2022 .btn-common.btn-l {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .l-container.beijing2022 .btn-common.btn-r {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-container.beijing2022 .btn-common a {
    width: 90%;
  }
  .l-container.beijing2022 .btn-common a {
    font-size: 0.812rem;
  }
}
@media screen and (max-width: 480px) {
  .l-container.beijing2022 .btn-wrap-bg-gray {
    padding: 32px 0;
  }
}
/* スケジュール カレンダー */
.icon-calendar:before {
  content: "\e911";
  speak: none;
}

.btn-inline {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 3px 32px 5px 22px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #fff;
  border-radius: 14px;
  background: #2d2f33;
  text-align: bottom;
  opacity: 1;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  .btn-inline {
    padding: 6px 32px 2px 22px;
  }
}

@media all and (max-width: 735px) {
  .btn-inline {
    padding: 5px 32px 5px 22px;
    font-size: 0.63rem;
  }
}

.btn-inline:after {
  content: "";
  speak: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

.btn-inline:hover {
  background-color: #be933a;
  color: #fff;
}

@media all and (max-width: 735px) {
  .table-btn-open .btn-inline {
    width: 100%;
    padding: 18px 32px 18px 22px;
    /* font-size: 12px; */
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
  }
}

@media all and (max-width: 735px) {
  .table-btn-open .btn-inline:after {
    right: 32px;
    margin-top: -6px;
    border-width: 6.5px 0 6.5px 10px;
  }
}

.table-content .btn-inline {
  margin-left: 0;
}

@media all and (max-width: 735px) {
  .input-calendar {
    text-align: center;
  }
}

.calendar {
  display: block;
  background: #f1f1f1;
}

.calendar-inner {
  width: 1200px;
  padding: 50px 52px 40px;
}

.calendar-inner-color {
  background: #ffffff;
}

@media all and (max-width: 735px) {
  .calendar-inner {
    width: auto;
    padding: 30px 14px 20px;
  }
}

.calendar-heading {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  padding: 20px 31px 5px;
}

@media all and (max-width: 735px) {
  .calendar-heading {
    width: auto;
    padding: 0px;
  }
}

.calendar-desc {
  display: inline-block;
  font-size: 0.88rem;
  line-height: 18px;
  letter-spacing: 0.11em;
  margin: 8px 25px;
}

@media all and (max-width: 735px) {
  .calendar-desc {
    top: -22px;
    left: 0;
    font-size: 0.63rem;
  }
}

.calendar-desc-mark {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #333;
  border-radius: 50%;
  vertical-align: text-bottom;
}

@media all and (max-width: 735px) {
  .calendar-desc-mark {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
}

.calendar-desc-mark.calendar-desc-mark-event {
  background: #f9eb76;
}

.calendar-title {
  position: relative;
  width: 100%;
  height: 44px;
  margin: 0 auto;
  padding: 5px 0 0;
  background: #f0473e;
  text-align: center;
}

@media all and (max-width: 735px) {
  .calendar-title {
    width: 100%;
    height: 30px;
    padding: 0px;
  }
}

.calendar-title:before {
  content: "";
  speak: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.calendar-title-mark {
  margin-left: -50px;
  width: 100px;
  height: 38px;
  background: #fff;
  text-align: center;
  /* font-size: 38px; */
  font-size: 2.11rem;
}

@media all and (max-width: 735px) {
  .calendar-title-mark {
    width: 50px;
    height: 19px;
    top: -10px;
    margin-left: -25px;
    /* font-size: 19px; */
    font-size: 1.18rem;
  }
}

.calendar-title-mark-icon {
  display: block;
}

.calendar-title-mark-icon:before {
  display: block;
}

.calendar-title-text {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 1.13rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 35px;
  color: #fff;
}

@media all and (max-width: 735px) {
  .calendar-title-text {
    font-size: 0.63rem;
  }
}

.calendar-title-text:before {
  content: "";
  speak: none;
  display: block;
  position: absolute;
}

.calendar-title-text-inner {
  position: relative;
  line-height: 35px;
}

.calendar-title-border {
  position: static;
}

.calendar-title-border:before,
.calendar-title-border:after {
  content: "";
  speak: none;
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(
    0deg,
    #333,
    #333 3px,
    rgba(255, 255, 255, 0) 2px,
    rgba(255, 255, 255, 0) 5px
  );
}

.calendar-title-border:before {
  left: 0;
}

.calendar-title-border:after {
  right: 0;
}

.calendar-content {
  position: relative;
  margin: -1px 0 0;
  padding: 44px 0 0;
}

@media all and (max-width: 735px) {
  .calendar-content {
    margin-top: -2px;
    padding: 20px 0 0;
  }
}

.calendar-content:before,
.calendar-content:after {
  content: "";
  speak: none;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}

.calendar-content:before {
  top: 0;
}

.calendar-content:after {
  bottom: 0;
}

.calendar-triangle {
  position: absolute;
  top: 89px;
  right: 47px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #f2c307 transparent transparent;
  z-index: 0;
}

@media all and (max-width: 735px) {
  .calendar-triangle {
    top: 69px;
    right: 11px;
    border-width: 0 15px 15px 0;
  }
}

.calendar-content-border {
  position: inherit;
}

.calendar-content-border:before,
.calendar-content-border:after {
  content: "";
  speak: none;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: repeating-linear-gradient(
    0deg,
    #333,
    #333 3px,
    rgba(255, 255, 255, 0) 2px,
    rgba(255, 255, 255, 0) 5px
  );
}

.calendar-content-border:before {
  left: 0;
}

.calendar-content-border:after {
  right: 0;
}

.calendar-content-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.calendar-content-item {
  position: relative;
  width: 548px;
  padding: 0 31px;
}

@media all and (max-width: 735px) {
  .calendar-content-item {
    width: 100%;
    padding: 0 15px;
  }
}

.calendar-content-item.is-second:before {
  content: "";
  speak: none;
  display: block;
  width: 1px;
  height: 451px;
  position: absolute;
  top: 10px;
  left: 0;
  background: repeating-linear-gradient(
    0deg,
    #333,
    #333 3px,
    rgba(255, 255, 255, 0) 2px,
    rgba(255, 255, 255, 0) 5px
  );
}

@media all and (max-width: 735px) {
  .calendar-content-item.is-second {
    display: none;
  }
}

.calendar-content-link {
  position: absolute;
  top: 10px;
  right: 30px;
  display: inline-block;
  padding: 6px 20px 6px 22px;
  /* font-size: 12px; */
  font-size: 0.66rem;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius: 15px;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  .calendar-content-link {
    padding: 9px 20px 3px 22px;
  }
}

@media all and (max-width: 735px) {
  .calendar-content-link {
    top: 0;
    right: 15px;
    padding: 5px 10px 5px 14px;
    /* font-size: 10px; */
    font-size: 0.625rem;
  }
}

.calendar-content-link:after {
  content: "";
  speak: none;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0 10px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  vertical-align: baseline;
}

.calendar-content-title {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}

.calendar-content-title-year {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -10px;
  font-size: 1rem !important;
  font-weight: bold;
  letter-spacing: 0.12em;
}

@media all and (max-width: 735px) {
  .calendar-content-title-year {
    padding-top: 5px;
    /* font-size: 11px; */
    font-size: 0.6875rem;
  }
}

.calendar-content-title-month {
  display: inline-block;
  /* font-size: 44px; */
  font-size: 2.44rem;
  font-weight: normal;
  letter-spacing: 0.07em;
}

@media all and (max-width: 735px) {
  .calendar-content-title-month {
    /* font-size: 22px; */
    font-size: 1.375rem;
  }
}

.calendar-table {
  width: 100%;
  margin: 15px 0 0;
  border-collapse: collapse;
}

.calendar-table-heading {
  /* font-size: 14px; */
  font-size: 0.77rem;
  font-weight: bold;
  line-height: 1;
  color: #afafaf;
}

@media all and (max-width: 735px) {
  .calendar-table-heading {
    /* font-size: 10px; */
    font-size: 0.625rem;
  }
}

.calendar-table-heading td {
  padding: 11px 0;
  text-align: center;
}

.calendar-table-heading td:nth-child(6) {
  color: #345399;
}

.calendar-table-heading td:nth-child(7) {
  color: #f0473e;
}

.calendar-table-content {
  /* font-size: 16px; */
  font-size: 0.88rem;
  font-weight: bold;
  line-height: 1;
}

@media all and (max-width: 735px) {
  .calendar-table-content {
    /* font-size: 12px; */
    font-size: 0.75rem;
  }
}

.calendar-table-content tr {
  border-top: 1px solid #bfbfbf;
}

.calendar-table-content td {
  text-align: center;
  padding: 25px 0;
}

@media all and (max-width: 735px) {
  .calendar-table-content td {
    padding: 12px 0;
  }
}

.calendar-table-content td:nth-child(6) {
  color: #345399;
}

.calendar-table-content td:nth-child(7) {
  color: #f0473e;
}

.calendar-td {
  position: relative;
  opacity: 0.5;
}

.calendar-td:before {
  content: "";
  speak: none;
  display: none;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f4f5f9;
  border-radius: 50%;
}

@media all and (max-width: 735px) {
  .calendar-td:before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
}

.calendar-td.is-today:before {
  display: block;
  background: #f4f5f9;
}

/* .calendar-td.is-today:after {
  content: "TODAY";
  speak: none;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #676767;
} */
.calendar-td .today-flg{
  display: none;
}
.calendar-td.is-today .today-flg{
  display: block;
  position: absolute;
  position: absolute;
  top: 8px;
  left: 0;
  /* font-size: 12px; */
  font-size: 0.66rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #676767;
}

@media all and (max-width: 735px) {
  .calendar-td.is-today:after,
  .calendar-td.is-today .today-flg {
    top: 1px;
    /* font-size: 10px; */
    font-size: 0.625rem;
  }
}

.calendar-td.is-event:before {
  display: block;
  background: #fce85e;
}

.calendar-td.is-link {
  opacity: 1;
  cursor: pointer;
}

.calendar-td-inner {
  position: relative;
}

.calendar-content-navigation {
  position: initial;
}

.calendar-content-navigation-prev,
.calendar-content-navigation-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #000000;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

@media all and (-ms-high-contrast: none) {
  .calendar-content-navigation-prev,
  .calendar-content-navigation-next {
    padding-top: 5px;
  }
}

@media all and (max-width: 735px) {
  .calendar-content-navigation-prev,
  .calendar-content-navigation-next {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.calendar-content-navigation-prev.is-hide,
.calendar-content-navigation-next.is-hide {
  opacity: 0;
  cursor: initial;
}

.calendar-content-navigation-prev {
  left: -25px;
}

@media all and (max-width: 735px) {
  .calendar-content-navigation-prev {
    left: -22px;
  }
}

.calendar-content-navigation-next {
  right: -25px;
}

@media all and (max-width: 735px) {
  .calendar-content-navigation-next {
    right: -22px;
  }
}


/* パラリンピックとは */



.p-paralympic .p-paralympic-inner{
  max-width:  calc(1160px + 60px) ;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-inner{
    padding: 0 20px;
  }
}

.p-paralympic-top-box{
  padding-bottom: 70px;
}
@media screen and (max-width: 768px){
  .p-paralympic-top-box{
    padding-bottom: 40px;
  }
}

.p-paralympic-lead{
  font-family: "M PLUS Rounded 1c", sans-serif;
  /* font-size: 20px; */
  font-size: 1.11rem;
  letter-spacing: 0.05em;
  line-height: calc(40 / 20);
  font-weight: 500;
  transform:rotate(0.03deg);
}
.p-paralympic-lead--pccenter{
  text-align: center;
}
@media screen and (max-width: 768px){
  .p-paralympic-lead{
    /* font-size: 16px; */
    font-size: 1rem;
    line-height: calc(28/ 16);
  }
  .p-paralympic-lead--pccenter{
    text-align: left;
  }
  .p-paralympic-lead .sp-none{
    display: none;
  }
}

.p-paralympic .p-paralympic-sublead{
  /* font-size: 18px; */
  font-size: 1rem;
  line-height: calc(32 / 18);
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  letter-spacing: 0;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-sublead{
    /* font-size: 16px; */
    font-size: 1rem;
    line-height: calc(28 / 16);
  }
}

.p-paralympic .p-paralympic-sublead + .p-paralympic-sublead{
  margin-top: 30px;
}

.p-paralympic .p-paralympic-sublead + .p-paralympic-what-img-center{
  margin-top: 35px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-sublead + .p-paralympic-what-img-center{
    margin-top: 20px;
  }
}

.p-paralympic .p-paralympic-sublead + .p-paralympic-btn-wrap{
  margin-top: 45px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-sublead + .p-paralympic-btn-wrap{
    margin-top: 30px;
  }
}
 
.p-paralympic .table-wrap + .p-paralympic-btn-wrap{

}
@media screen and (max-width: 768px){
  .p-paralympic  .table-wrap + .p-paralympic-btn-wrap{
    margin-top: 20px;
  }
}

.p-paralympic .p-paralympic-sublead + .p-paralympic-volunteer-img-center{
  margin-top: 35px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-sublead + .p-paralympic-volunteer-img-center{
    margin-top: 20px;
  }
}

.p-paralympic .p-paralympic-what-img-center + .p-paralympic-btn-wrap{
  margin-top: 45px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-img-center + .p-paralympic-btn-wrap{
    margin-top: 30px;
  }
}

.p-paralympic .p-paralympic-tfc-box{
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(250, 250, 224, 1);
  background-image: url("../images/about/line.png");
  background-repeat: repeat;
  background-size: cover;
  padding: 26px 40px;
  margin-top: 60px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-box{
    padding: 14px 20px;
    margin-top: 30px;
  }
}
.p-paralympic .p-paralympic-tfc-head{
  color: rgba(230, 36, 25, 1);
  /* font-size: 28px; */
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-bottom: 3px solid rgba(230, 36, 25, 1);
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-head{
    /* font-size: 22px; */
    font-size: 1.375rem;
  }
}

.p-paralympic .p-paralympic-tfc-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 20px;
  padding: 0 12px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-list{
    flex-direction: column;
    padding: 0;
  }
}


@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-list.pc-block{
    display: none;
  }
}

.p-paralympic .p-paralympic-tfc-list.sp-block{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-list.sp-block{
    display: flex;
  }
}

.p-paralympic .p-paralympic-tfc-item{
  max-width: calc((100% - 10px) / 2);
  width: 100%;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-item{
    max-width: 100%;
  }

}

.p-paralympic .p-paralympic-tfc-item-anker{
  display: flex;
  align-items: center;
  gap: 0 7px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-item-anker{
    gap: 0 10px;
  }
}

.p-paralympic .p-paralympic-tfc-item-num{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(230, 36, 25, 1);
  color: #fff;
  position: relative;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-item-num{
    width: 26px;
    height: 26px;
  }
}
.p-paralympic .p-paralympic-tfc-item-num .p-paralympic-tfc-item-num-text{
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 1;
  /* font-size: 18px; */
  font-size: 1rem;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-item-num .p-paralympic-tfc-item-num-text{
    /* font-size: 15px; */
    font-size: 0.9375rem;
    top: 50%;
  }
}
.p-paralympic .p-paralympic-tfc-item-text{
  max-width: calc(100% - 36px - 7px);
  width: 100%;
  font-family: "M PLUS Rounded 1c";
  transform:rotate(0.03deg);
  /* font-size: 20px; */
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-tfc-item-text{
    max-width: calc(100% - 26px - 10px);
    /* font-size: 15px; */
    font-size: 0.9375rem;
  }
}

.p-paralympic .p-paralympic-what-box{
  background-color: rgba(250, 250, 224, 1);
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box{
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
.p-paralympic .p-paralympic-what-box .hanabi-1{
  position: absolute;
  z-index: -1;
  top:  -10px;
  top: -0.13%;
  right: 0;
  width: 283px;
}
@media screen and (max-width: 1024px){
  .p-paralympic .p-paralympic-what-box .hanabi-1{
    width: 183px;
  }
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-1{
    width: 94px;
    top: -1%;
  }
}
.p-paralympic .p-paralympic-what-box .hanabi-2{
  position: absolute;
  z-index: -1;
  top:  884px;
  top: 12.02%;
  left: 0;
  width: 346px;
}
@media screen and (max-width: 1024px){
  .p-paralympic .p-paralympic-what-box .hanabi-2{
    width: 246px;
  }
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-2{
    width: 94px;
    top: 6.2%;
  }
}
.p-paralympic .p-paralympic-what-box .hanabi-3{
  position: absolute;
  z-index: -1;
  top:  1850px;
  top: 25.2%;
  right: 0;
  width: 343px;
}
@media screen and (max-width: 1024px){
  .p-paralympic .p-paralympic-what-box .hanabi-3{
    width: 243px;
  }
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-3{
    width: 118px;
    top: 13.6%;
  }
}
.p-paralympic .p-paralympic-what-box .hanabi-4{
  position: absolute;
  z-index: -1;
  top:  2816px;
  top: 39.7%;
  left: 0;
  width: 304px;
}
@media screen and (max-width: 1024px){
  .p-paralympic .p-paralympic-what-box .hanabi-4{
    width: 204px;
  }
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-4{
    width: 94px;
    top: 21.2%;
  }
}
.p-paralympic .p-paralympic-what-box .hanabi-1-2{
  position: absolute;
  z-index: -1;
  top:  3650px;
  top: 51%;
  right: 0;
  width: 280px;
}
@media screen and (max-width: 1024px){
  .p-paralympic .p-paralympic-what-box .hanabi-1-2{
    width: 180px;
  }
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-1-2{
    width: 94px;
    top: 29%;
  }
}

.p-paralympic .p-paralympic-what-box .hanabi-1-3{

  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-1-3{
    position: absolute;
    z-index: -1;
    /* top:  3650px; */
    top: 59%;
    right: 0;
    width: 94px;
    display: inline-block;
  }
}

.p-paralympic .p-paralympic-what-box .hanabi-1-4{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-1-4{
    position: absolute;
    z-index: -1;
    bottom: 8%;
    right: 0;
    width: 94px;
    display: inline-block;
  }
}


.p-paralympic .p-paralympic-what-box .hanabi-2-2{
  position: absolute;
  z-index: -1;
  top:  4544px;
  top: 65%;
  left: 0;
  width: 349px;
}
@media screen and (max-width: 1024px){
  .p-paralympic .p-paralympic-what-box .hanabi-2-2{
    width: 249px;
  }
}

@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-2-2{
    width: 94px;
    top: 35%;
  }
}

.p-paralympic .p-paralympic-what-box .hanabi-2-3{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-2-3{
    position: absolute;
    z-index: -1;
    top:  4544px;
    top: 66.5%;
    left: 0;
    width: 94px;
    display: inline-block;
  }
}

.p-paralympic .p-paralympic-what-box .hanabi-2-4{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-2-4{
    position: absolute;
    z-index: -1;
    bottom: 0.4%;
    left: 0;
    width: 94px;
    display: inline-block;
  }
}


.p-paralympic .p-paralympic-what-box .hanabi-3-2{
  position: absolute;
  z-index: -1;
  top:  5510px;
  top: 79.4%;
  right: 0;
  width: 340px;
}
@media screen and (max-width: 1024px){
  .p-paralympic .p-paralympic-what-box .hanabi-3-2{
    width: 240px;
  }
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-3-2{
    width: 118px;
    top: 42.6%;
  }
}

.p-paralympic .p-paralympic-what-box .hanabi-3-3{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-3-3{
    display: inline-block;
    position: absolute;
    z-index: -1;
    top:  5510px;
    top: 74.4%;
    right: 0;
    width: 118px;
  }
}


.p-paralympic .p-paralympic-what-box .hanabi-4-2{
  position: absolute;
  z-index: -1;
  bottom:  138px;
  bottom: 1.9%;
  left: 0;
  width: 307px;
}
@media screen and (max-width: 1024px){
  .p-paralympic .p-paralympic-what-box .hanabi-4-2{
    width: 207px;
  }
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-4-2{
    width: 94px;
    bottom: 47.9%;
    /* top: 42.6%; */
  }
}

.p-paralympic .p-paralympic-what-box .hanabi-4-3{
  display: none;

}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-box .hanabi-4-3{
    display: inline-block;
    position: absolute;
    z-index: -1;
    bottom:  138px;
    bottom: 16.5%;
    left: 0;
    width: 94px;
  }
}

.p-paralympic .p-paralympic-subtitle{
  background-color: #fff;
  border-top: 3px solid rgba(230, 36, 25, 1);
  border-bottom: 3px solid rgba(230, 36, 25, 1);
  /* font-size: 30px; */
  font-size: 1.66rem;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  color: rgba(230, 36, 25, 1);
  padding: 8px 0;
  margin-bottom: 0;
}
.p-paralympic .p-paralympic-subtitle .sp-inline{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-subtitle{
    /* font-size: 23px; */
    font-size: 1.4375rem;
    line-height: calc(33 / 23);
  }
  .p-paralympic .p-paralympic-subtitle .sp-inline{
    display: inline;
  }
}

.p-paralympic .p-paralympic-subtitle + .p-paralympic-sublead{
  margin-top: 40px;
}
.p-paralympic .p-paralympic-subtitle + .p-paralympic-sublead.mt30{
  margin-top: 30px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-subtitle + .p-paralympic-sublead{
    margin-top: 20px;
  } 
  .p-paralympic .p-paralympic-subtitle + .p-paralympic-sublead.mt30{
    margin-top: 30px;
  }
}

.p-paralympic .p-paralympic-looking-back{
  margin-top: 70px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-looking-back{
    margin-top: 40px;
  }
}

.p-paralympic .p-paralympic-sub-head-wrap{
  text-align: center;
}
.p-paralympic .p-paralympic-sub-head-wrap + .p-paralympic-sublead{
  margin-top: 35px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-sub-head-wrap + .p-paralympic-sublead{
    margin-top: 20px;
  }
}
.p-paralympic .p-paralympic-sub-head{
  color: rgba(230, 36, 25, 1);
  font-weight: bold;
  letter-spacing: 0.05em;
  /* font-size: 28px; */
  font-size: 1.55rem;
  text-align: center;
  color: rgba(230, 36, 25, 1);
  text-decoration: underline;
  display: inline-block; 
  margin-bottom: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  text-underline-offset: 4px;
  text-decoration-thickness: 3px; 
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-sub-head{
    /* font-size: 20px; */
    font-size: 1.25rem;
    line-height: calc(2);
    text-decoration-thickness: 2px; 
  }
}

.p-paralympic .p-paralympic-sub-head .sp-inline {
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-sub-head .sp-inline{
    display: inline;
  }
}

.p-paralympic .p-paralympic-what-img-center{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
.p-paralympic .p-paralympic-what-img-center img {
  border-radius: 20px;
}

.p-paralympic .p-paralympic-what-img-caption{
  margin-top: 4px;
  /* font-size: 16px; */
  font-size: 0.88rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  line-height: calc(27 / 16);
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-img-caption{
    /* font-size: 14px; */
    font-size: 0.875rem;
    line-height: calc(22 / 14);
    letter-spacing: 0;
  }
}

.p-paralympic .p-paralympic-btn-wrap{
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-btn-wrap{
    text-align: center;
    margin-top: 30px;
  }
}

.p-paralympic .p-paralympic-btn{
  position: relative;
  max-width: 508px;
  width: 100%;
  display: inline-block;
  background-color: rgba(227, 204, 111, 1);
  border-radius: 60px;
  padding: 20px 72px 20px 36px;
  transition: 0.8s;
}

.p-paralympic .p-paralympic-btn:hover{
  color: #fff;
  background-color: rgba(169, 153, 88, 1);
}
.p-paralympic .p-paralympic-btn:hover .p-paralympic-btn-icon{
  right: 22px;
}

.p-paralympic .p-paralympic-btn--large{
  max-width: 614px;
}
.p-paralympic .p-paralympic-btn--small{
  max-width: 300px;
}
.p-paralympic .p-paralympic-btn--small:hover .p-paralympic-btn-icon{
  right: 14px;
}
.p-paralympic .p-paralympic-btn--small .p-paralympic-btn-icon{
  right: 22px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-btn{
    padding: 12px 70px 12px 36px;
  }
  .p-paralympic .p-paralympic-btn--small{
    padding: 16px 72px 16px 36px;
  }
}
.p-paralympic .p-paralympic-btn-text{
  /* font-size: 16px; */
  font-size: 0.88rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  margin-bottom: 0;
}
.p-paralympic .p-paralympic-btn-text .sp-inline{
  display: none;
}

.about-paralympics .about-content p.p-paralympic-btn-text{
  margin-bottom: 0;
  /* font-size: 16px; */
  font-size: 0.88rem;
  line-height: initial;
}

@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-btn-text .sp-inline{
    display: inline;
  }
}

.p-paralympic .p-paralympic-btn-icon{
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  width: 28px;
  transition: 0.8s;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-btn-icon{
    right: 26px;
  }
}

.p-paralympic .p-paralympic-what-comparison{
  border: 3px solid rgba(230, 36, 25, 1);
  border-radius: 20px;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  margin: 45px auto 0;
  padding-top: 35px;
  padding-bottom: 60px;
}

.p-paralympic .p-paralympic-what-comparison + .p-paralympic-what-img-column{
  margin-top: 45px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison{
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .p-paralympic .p-paralympic-what-comparison + .p-paralympic-what-img-column{
    margin-top: 20px;
  }
}

.p-paralympic .p-paralympic-what-comparison-inner{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-inner{
    padding: 24px;
    max-width: calc(600px + 48px);
  }
}

.p-paralympic .p-paralympic-what-comparison-icon-pencil{
  width: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 768px){

}

.p-paralympic .p-paralympic-what-comparison-title{
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  font-weight: bold;
  /* font-size: 22px; */
  font-size: 1.22rem;
  letter-spacing: 0;
  line-height: calc(40 / 22);
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-title{
    /* font-size: 20px; */
    font-size: 1.25rem;
    line-height: calc(30 / 20);
    margin-top: 4px;
  }
}

.p-paralympic .p-paralympic-what-comparison-item{
  margin-top: 17px;
}

.p-paralympic .p-paralympic-what-comparison-item + .p-paralympic-what-comparison-item{
  margin-top: 30px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-item + .p-paralympic-what-comparison-item{
    margin-top: 24px;
  }
}

.p-paralympic .p-paralympic-what-comparison-item-title{
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  /* font-size: 18px; */
  font-size: 1rem;
  line-height: calc(36 / 18);
  letter-spacing: 0.05em;
  color: rgba(230, 36, 25, 1);
  border-bottom: 1px solid rgba(230, 36, 25, 1);
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-item-title
  {

  }
}

.p-paralympic-what-comparison-item-list{
  margin-top: 12px;
}
@media screen and (max-width: 768px){
  .p-paralympic-what-comparison-item-list{

  }
}
.p-paralympic .p-paralympic-what-comparison-item-list-text-box{
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-item-list-text-box{
    gap: 0 4px;
    align-items: flex-start;
  }
}
.p-paralympic .p-paralympic-what-comparison-item-list-text-lett{
  width: 180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-item-list-text-lett{
    width: 130px;
  }
}
.p-paralympic .p-paralympic-what-comparison-item-list-text-lett-name{
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  /* font-size: 16px; */
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: calc(34 / 16);
  font-weight: 500;
  background-color: #fff;
  display: inline-block;
  padding-right: 8px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-item-list-text-lett-name{
    padding-right: 4px;
  }
}
.p-paralympic .p-paralympic-what-comparison-item-list-text-lett::after{
  content: "";
  display: inline-block;
  background-image: url("../images/about/tenten.svg");
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  z-index: -1;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-item-list-text-lett::after{

  }
}

.p-paralympic .p-paralympic-what-comparison-item-list-text-right{
  width: calc(100% - 180px);
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-item-list-text-right{
    width: calc(100% - 130px - 4px);
  }
}

.p-paralympic .p-paralympic-what-comparison-item-list-text-right-result{
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  /* font-size: 16px; */
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: calc(34 / 16);
  font-weight: 500;
}

.p-paralympic .p-paralympic-what-comparison-item-list-text-right-result .sp-inline{
  display: none;
}

@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-comparison-item-list-text-right-result{
 
  }
  .p-paralympic .p-paralympic-what-comparison-item-list-text-right-result .sp-inline{
    display: inline-block;
  }
}

.p-paralympic .p-paralympic-what-trivia{
  margin-top: 17px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-trivia{

  }
}

.p-paralympic .p-paralympic-what-trivia-title{
  color: rgba(230, 36, 25, 1);
  background-color: rgba(255, 244, 149, 1);
  border-radius: 30px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  /* font-size: 14px; */
  font-size: 0.77rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  padding: 0 10px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-trivia-title{

  }
}

.p-paralympic .p-paralympic-what-trivia-lead{
  margin-top: 7px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  /* font-size: 16px; */
  font-size: 0.88rem;
  line-height: calc(27 / 16);
  letter-spacing: 0;
  font-weight: 500;
}



.p-paralympic .p-paralympic-what-img-column{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-img-column{
    flex-direction: column;
    gap: 10px;
  }
}
.p-paralympic .p-paralympic-what-img-column + .p-paralympic-sublead{
  margin-top: 34px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-img-column + .p-paralympic-sublead{
    margin-top: 20px;
  }
}
.p-paralympic .p-paralympic-what-img{
  max-width: calc((100% - 30px) / 2);
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-what-img{
    max-width: 100%;
  }
}
.p-paralympic .p-paralympic-what-img img{
  border-radius: 20px;
}

.p-paralympic .p-paralympic-legacy{
  margin-top: 70px;
}

.p-paralympic .p-paralympic-legacy-content{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-legacy-content{
    margin-top: 20px;
  }
}

.p-paralympic .p-paralympic-legacy-box + .p-paralympic-legacy-box{
  margin-top: 40px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-legacy-box + .p-paralympic-legacy-box{
    margin-top: 30px;
  }
}

.p-paralympic .p-paralympic-legacy-head{
  background-color: rgba(255, 219, 195, 1);
  border-radius: 6px;
  font-weight: 700;
  /* font-size: 22px; */
  font-size: 1.22rem;
  line-height: calc(32 / 22);
  letter-spacing: 0.05em;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  padding: 5px 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-legacy-head{
    /* font-size: 18px; */
    font-size: 1.125rem;
    line-height: calc(32 / 18);
  }
}
.p-paralympic .p-paralympic-legacy-head + .p-paralympic-legacy-lead{
  margin-top: 14px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-legacy-head + .p-paralympic-legacy-lead{

  }
}

.p-paralympic .p-paralympic-legacy-lead{
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  /* font-size: 18px; */
  font-size: 1rem;
  line-height: calc(32 / 18);
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-legacy-lead{
    /* font-size: 16px; */
    font-size: 1rem;
    line-height: calc(28 / 16);
  }
}

.p-paralympic .p-paralympic-legacy-lead + .p-paralympic-legacy-img-center{
  margin-top: 30px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-legacy-lead + .p-paralympic-legacy-img-center{
    margin-top: 20px;
  }
}

.p-paralympic .p-paralympic-legacy-img-center,
.p-paralympic .p-paralympic-volunteer-img-center{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
.p-paralympic .p-paralympic-legacy-img-center img,
.p-paralympic .p-paralympic-volunteer-img-center img{
  border-radius: 20px;
}
@media screen and (max-width: 768px){

}

.p-paralympic .p-paralympic-legacy-caption,
.p-paralympic .p-paralympic-volunteer-caption{
  margin-top: 4px;
  /* font-size: 16px; */
  font-size: 0.88rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  line-height: calc(27 / 16);
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-legacy-caption,
  .p-paralympic .p-paralympic-volunteer-caption{
    /* font-size: 14px; */
    font-size: 0.875rem;
    line-height: calc(22 / 14);
    letter-spacing: 0;
  }
}

.p-paralympic .p-paralympic-legacy-caption-small,
.p-paralympic .p-paralympic-volunteer-caption-small{
  /* font-size: 13px; */
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
}

.p-paralympic .p-paralympic-volunteer{
  margin-top: 70px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-volunteer{
    margin-top: 40px;
  }
}

.p-paralympic-bg-white{
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px){
  .p-paralympic-bg-white{
    padding-bottom: 50px;
  }
}

.p-paralympic-bg-white .hanabi-1{
  position: absolute;
  z-index: -1;
  right: 0;
  top: 12%;
  width: 280px;
}
@media screen and (max-width: 768px){
  .p-paralympic-bg-white .hanabi-1{
    width: 118px;
    top: 9%;
  }
}

.p-paralympic-bg-white .hanabi-2{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 42%;
  width: 348px;
}
@media screen and (max-width: 768px){
  .p-paralympic-bg-white .hanabi-2{
    width: 94px;
    top: 24%;
  }
}

.p-paralympic-bg-white .hanabi-3{
  position: absolute;
  z-index: -1;
  right: 0;
  top: 77%;
  width: 340px;
}
@media screen and (max-width: 768px){
  .p-paralympic-bg-white .hanabi-3{
    width: 94px;
    top: 41%;
  }
}
.p-paralympic-bg-white .hanabi-2-sp{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic-bg-white .hanabi-2-sp{
    width: 94px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 56%;
    display: block;
  }
}
.p-paralympic-bg-white .hanabi-3-sp{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic-bg-white .hanabi-3-sp{
    width: 118px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 68%;
    display: block;
  }
}
.p-paralympic-bg-white .hanabi-4-sp{
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic-bg-white .hanabi-4-sp{
    width: 94px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 82%;
    display: block;
  }
}


#page-paralympic .p-paralympic .p-paralympic-history,
#page-paralympic #history{
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px){
  #page-paralympic .p-paralympic .p-paralympic-history,
  #page-paralympic #history{
    padding-top: 60px;
  }
}

.p-paralympic .p-paralympic-flex-column{
  display: flex;
  align-items: flex-start;
  gap: 0 80px;
  margin-top: 35px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-flex-column{
    margin-top: 20px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-paralympic .p-paralympic-flex-text-box{
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-flex-text-box{
    max-width: 100%;
  }
}
.p-paralympic .p-paralympic-flex-text{
  /* font-size: 18px; */
  font-size: 1rem;
  line-height: calc(32 / 18);
  font-weight: 500;
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-flex-text{
    /* font-size: 16px; */
    font-size: 1rem;
    line-height: calc(28 / 16);
  }
}

.p-paralympic .p-paralympic-flex-img-box{
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-flex-img-box{
    max-width: 100%;
  }
}
.p-paralympic .p-paralympic-flex-img{
  margin-bottom: 0;
}
.p-paralympic .p-paralympic-flex-img img{
  border-radius: 20px;
}

.p-paralympic .p-paralympic-flex-img-caption{
  /* font-size: 16px; */
  font-size: 0.88rem;
  line-height: calc(27 / 16);
  letter-spacing: 0;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  margin-top: 5px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-flex-img-caption{
    /* font-size: 14px; */
    font-size: 0.875rem;
    line-height: calc(22 / 14);
  }
}
.p-paralympic .p-paralympic-flex-img-caption-small{
  /* font-size: 13px; */
  font-size: 0.722rem;
}


.p-paralympic  .p-paralympic-name,
.p-paralympic  .p-paralympic-symbol,
.p-paralympic  .p-paralympic-value{
  padding-top: 70px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px){
  .p-paralympic  .p-paralympic-name,
  .p-paralympic  .p-paralympic-symbol,
  .p-paralympic  .p-paralympic-value{
    padding-top: 50px;
    padding-bottom: 10px;
  }
}

.p-paralympic .p-paralympic-value-img{
  max-width: 730px;
  width: 100%;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-value-img{
    margin: 20px auto 0;
    max-width: 100%;
  }
}

.p-paralympic .p-paralympic-value-img-caption{
  /* font-size: 16px; */
  font-size: 0.88rem;
  line-height: calc(24 / 16);
  letter-spacing: 0;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-value-img-caption{
    /* font-size: 14px; */
    font-size: 0.875rem;
    line-height: calc(22 / 14);
  }
}

.p-paralympic .p-paralympic-bg-yellow{
  background-color: rgba(250, 250, 224, 1);
  padding-bottom: 156px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow{
    padding-bottom: 60px;
  }
}
.p-paralympic .p-paralympic-bg-yellow .hanabi-4 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 5%;
  width: 306px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-4 {
    width: 94px;
    top: -0.3%;
    right: 0;
    left: auto;
  }
}


.p-paralympic .p-paralympic-bg-yellow .hanabi-1 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 20%;
  width: 280px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-1 {
    right: auto;
    left: 0;
    top: 11%;
    width: 94px;
  }
}

.p-paralympic .p-paralympic-bg-yellow .hanabi-2 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 36%;
  width: 348px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-2 {
    width: 118px;
    right: 0;
    left: auto;
    top: 21.4%;
  }
}

.p-paralympic .p-paralympic-bg-yellow .hanabi-3 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 54%;
  width: 340px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-3 {
    left: 0;
    right: auto;
    width: 94px;
    top: 32.4%;
  }
}

.p-paralympic .p-paralympic-bg-yellow .hanabi-4-2{
  position: absolute;
  z-index: -1;
  left: 0;
  top: 71%;
  width: 306px;
}

@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-4-2{
    right: 0;
    left: auto;
    width: 94px;
    top: 44%;
  }
}


.p-paralympic .p-paralympic-bg-yellow .hanabi-1-2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 85%;
  width: 280px;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-1-2 {
    left: 0;
    right: auto;
    width: 94px;
    top: 54.3%;
  }
}

.p-paralympic .p-paralympic-bg-yellow .hanabi-3-2 {
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-3-2 {
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 65%;
    width: 118px;
  }
}

.p-paralympic .p-paralympic-bg-yellow .hanabi-4-2-sp {
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-4-2-sp {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 76%;
    width: 94px;
  }
}

.p-paralympic .p-paralympic-bg-yellow .hanabi-1-2-sp {
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-1-2-sp {
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 86%;
    width: 94px;
  }
}

.p-paralympic .p-paralympic-bg-yellow .hanabi-2-2-sp {
  display: none;
}
@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-bg-yellow .hanabi-2-2-sp {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 96%;
    width: 94px;
  }
}




.p-paralympic .p-paralympic-venue,
.p-paralympic .p-paralympic-medal,
#page-paralympic #japan-medals,
.p-paralympic .p-paralympic-athletics{
  padding-top: 70px;
}
#page-paralympic #japan-medals{
  margin-top: 0;
}

@media screen and (max-width: 768px){
  .p-paralympic .p-paralympic-venue,
  .p-paralympic .p-paralympic-medal,
  #page-paralympic #japan-medals,
  .p-paralympic .p-paralympic-athletics{
    padding-top: 60px;
  }
}

.wrapper:has(#page-paralympic){
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.p-paralympic .about-paralympics p.note{
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
  font-weight: 500;
  /* font-size: 14px !important; */
  font-size: 0.77rem;
  letter-spacing: 0;
  line-height: calc(24/ 14);
  margin-top: 18px;
}
@media screen and (max-width: 768px){
  .p-paralympic .about-paralympics p.note{
    line-height: calc(22 / 14);
    text-align: left;
    margin-top: 14px;
  }
}

.p-paralympic .about-sub-title{
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform:rotate(0.03deg);
}