@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  color: #222;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin: 0;
  opacity: 0;
  counter-reset: cnt;
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.5rem;
  }
}
body.is-menuOpen {
  overflow-y: hidden;
}
body.is-loaded {
  opacity: 1;
}
body.cms {
  opacity: 1 !important;
}

.lo-basic.is-black {
  color: #fff;
}

.lo-globalContainer {
  background-color: #F5F5F9;
}
.top .lo-globalContainer {
  background-color: #fff;
}
.is-black .lo-globalContainer {
  background-color: #000;
}
.lo-news .lo-globalContainer {
  background-color: #fff;
}

.lo-breads {
  display: none;
}

.lo-pageInfo {
  background-color: #113364;
  padding: 0 80px 18px;
  width: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .lo-pageInfo {
    min-height: auto;
    padding: 0 20px 20px;
    justify-content: space-between;
    gap: 16px;
  }
}
.lo-pageInfo > * {
  max-width: 1472px;
  width: 100%;
  margin: 0 auto;
}

.lo-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4286;
  color: #fff;
  margin: 0px auto 10px;
}
@media screen and (max-width: 1023px) {
  .lo-ttl {
    font-size: 2.8rem;
    margin: 40px auto 0px;
  }
}

.lo-anchorMenu {
  display: flex;
  position: relative;
}
.lo-anchorMenu::before {
  content: "INDEX";
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
}
@media screen and (max-width: 1023px) {
  .lo-anchorMenu::before {
    font-size: 1.2rem;
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
  }
}
.lo-anchorMenu::after {
  display: block;
  content: "";
  position: absolute;
  top: 18%;
  left: 55px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .lo-anchorMenu::after {
    height: 100%;
    top: 0;
    left: 42px;
  }
}
.lo-anchorMenu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}
.lo-anchorMenu a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .lo-anchorMenu a {
    font-size: 1rem;
  }
}
.lo-anchorMenu a::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.707%22%20height%3D%225.061%22%20viewBox%3D%220%200%208.707%205.061%22%3E%3Cpath%20d%3D%22M-9853.857-20413.9l-4.354-4.354.707-.707%2C3.646%2C3.646%2C3.646-3.646.707.707Z%22%20transform%3D%22translate(9858.211%2020418.963)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.lo-basic .lo-contents {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 120px 80px;
}
@media screen and (max-width: 1023px) {
  .lo-basic .lo-contents {
    padding: 40px 20px;
  }
}
.is-wide .lo-contents {
  max-width: 1360px;
}
.top .lo-contents {
  padding: 0;
}
.is-black .lo-contents {
  padding: 0 80px 120px;
}
@media screen and (max-width: 1023px) {
  .is-black .lo-contents {
    padding: 0 20px 64px;
  }
}
.lo-news .lo-contents {
  max-width: 860px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .lo-news .lo-contents {
    width: auto;
  }
}
.lo-contents > *:first-child {
  margin-top: 0 !important;
}
.lo-contents > *:last-child:not(h2, h3, h4, h5) {
  margin-bottom: 0 !important;
}

.lo-flexContainer {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 64px;
  padding: 120px 80px;
}
@media screen and (max-width: 1023px) {
  .lo-flexContainer {
    flex-direction: column;
    padding: 64px 20px;
    gap: 60px;
  }
}

.lo-newsDetail__shareWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: -74px 0 37px;
}
@media screen and (max-width: 1023px) {
  .lo-newsDetail__shareWrapper {
    font-size: 1.45rem;
    margin: 0 0 22px;
  }
}
.lo-newsDetail__shareLink {
  color: #000;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .lo-newsDetail__shareLink:hover {
    opacity: 0.5;
  }
}
.lo-newsDetail__ttl {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.6667;
  margin: 0 0 32px;
}
@media screen and (max-width: 1023px) {
  .lo-newsDetail__ttl {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }
}
.lo-newsDetail__info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 55px;
}
@media screen and (max-width: 1023px) {
  .lo-newsDetail__info {
    font-size: 1.3rem;
    margin: 0 0 30px;
  }
}
.lo-newsDetail__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px auto 0;
  width: 250px;
  height: 40px;
  color: #222;
  font-size: 1.5rem;
  border-radius: 20px;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .lo-newsDetail__btn a:hover {
    background-color: #113364;
    border-color: #113364;
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .lo-newsDetail__btn a {
    border-radius: 0;
    max-width: 400px;
    width: 100%;
    height: 50px;
    margin: 32px auto 0;
  }
}

.lo-latestNews {
  width: 370px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .lo-latestNews {
    width: auto;
  }
}
.lo-latestNews__heading {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 1023px) {
  .lo-latestNews__heading {
    margin: 0 0 30px;
  }
}
.lo-latestNews__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 1023px) {
  .lo-latestNews__list {
    gap: 16px;
  }
}
.lo-latestNews__item a {
  display: flex;
  gap: 9px;
  color: #222;
  text-decoration: none;
}
.lo-latestNews__item:nth-child(n+6) {
  display: none;
}
.lo-latestNews__tmb {
  width: 100px;
  height: 68px;
  flex-shrink: 0;
}
.lo-latestNews__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lo-latestNews__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3333;
  margin: 0 0 6px;
}
@media screen and (max-width: 1023px) {
  .lo-latestNews__ttl {
    font-size: 1.4rem;
  }
}
.lo-latestNews__info {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .lo-latestNews__info {
    font-size: 1.1rem;
    gap: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .lo-latestNews__item:hover .lo-latestNews__ttl {
    text-decoration: underline;
  }
}

.cp-all {
  margin: 24px 0;
  line-height: 2;
}
.cp-all .cp-inner > *:first-child {
  margin-top: 0 !important;
}
.cp-all .cp-inner > *:last-child {
  margin-bottom: 0 !important;
}

[data-area=content] table {
  margin: 12px 0;
}
[data-area=content] table td {
  border-color: #707070;
}

[data-area=content] .cp-h1-text,
.cp-h1-text {
  margin: 64px 0 48px;
  line-height: 1.5;
  font-size: 4.8rem;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-h1-text,
  .cp-h1-text {
    font-size: 2.8rem;
    margin: 48px 20px 32px;
  }
}

[data-area=content] .cp-h2-text {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6667;
  padding: 24px 0 0;
  margin: 78px 0 24px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-h2-text {
    font-size: 2.4rem;
    padding: 23px 0 0;
    margin: 64px 0 24px;
  }
}
[data-area=content] .cp-h2-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-h2-text::before {
    width: 44px;
  }
}

[data-area=content] .cp-h3-text {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7692;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px 24px;
  background-color: #113364;
  margin: 80px 0 24px;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-h3-text {
    font-size: 2rem;
    min-height: 48px;
    margin: 32px 0 24px;
    padding: 2px 12px;
  }
}

[data-area=content] .cp-h4-text {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  line-height: 1.6667;
  padding: 22px 0 0;
  margin: 64px 0 24px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-h4-text {
    font-size: 1.8rem;
    margin: 24px 0;
    padding: 23px 0 0;
  }
}
[data-area=content] .cp-h4-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-h4-text::before {
    width: 44px;
  }
}

[data-area=content] .cp-h5-text {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 40px 0 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-h5-text {
    font-size: 1.6rem;
    margin: 24px 0;
  }
}

[data-area=content] .lead1 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.9286;
  padding: 0 40px;
  margin: 120px 0 80px;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .lead1 {
    font-size: 2.4rem;
    padding: 0 16px;
    margin: 48px 0 40px;
  }
}

[data-area=content] .lead2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin: 64px 0;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .lead2 {
    font-size: 1.6rem;
    margin: 32px 0 24px;
  }
}

[data-area=content] .lead3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin: 48px 0;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .lead3 {
    font-size: 1.5rem;
    margin: 24px 0;
  }
}

[data-area=content] .cp-text,
[data-area=content] .cp-img,
[data-area=content] .cp-horizontal .cp-horizontal-item,
[data-area=content] .cp-vertical .cp-vertical-item {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-text,
  [data-area=content] .cp-img,
  [data-area=content] .cp-horizontal .cp-horizontal-item,
  [data-area=content] .cp-vertical .cp-vertical-item {
    gap: 15px;
  }
}
[data-area=content] .cp-text > *,
[data-area=content] .cp-img > *,
[data-area=content] .cp-horizontal .cp-horizontal-item > *,
[data-area=content] .cp-vertical .cp-vertical-item > * {
  overflow: hidden;
}
[data-area=content] .cp-text.cp-text-col2, [data-area=content] .cp-text.cp-img-col2,
[data-area=content] .cp-img.cp-text-col2,
[data-area=content] .cp-img.cp-img-col2,
[data-area=content] .cp-horizontal .cp-horizontal-item.cp-text-col2,
[data-area=content] .cp-horizontal .cp-horizontal-item.cp-img-col2,
[data-area=content] .cp-vertical .cp-vertical-item.cp-text-col2,
[data-area=content] .cp-vertical .cp-vertical-item.cp-img-col2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-text.cp-text-col2, [data-area=content] .cp-text.cp-img-col2,
  [data-area=content] .cp-img.cp-text-col2,
  [data-area=content] .cp-img.cp-img-col2,
  [data-area=content] .cp-horizontal .cp-horizontal-item.cp-text-col2,
  [data-area=content] .cp-horizontal .cp-horizontal-item.cp-img-col2,
  [data-area=content] .cp-vertical .cp-vertical-item.cp-text-col2,
  [data-area=content] .cp-vertical .cp-vertical-item.cp-img-col2 {
    grid-template-columns: 1fr;
  }
}
[data-area=content] .cp-text.cp-text-col3, [data-area=content] .cp-text.cp-img-col3,
[data-area=content] .cp-img.cp-text-col3,
[data-area=content] .cp-img.cp-img-col3,
[data-area=content] .cp-horizontal .cp-horizontal-item.cp-text-col3,
[data-area=content] .cp-horizontal .cp-horizontal-item.cp-img-col3,
[data-area=content] .cp-vertical .cp-vertical-item.cp-text-col3,
[data-area=content] .cp-vertical .cp-vertical-item.cp-img-col3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-text.cp-text-col3, [data-area=content] .cp-text.cp-img-col3,
  [data-area=content] .cp-img.cp-text-col3,
  [data-area=content] .cp-img.cp-img-col3,
  [data-area=content] .cp-horizontal .cp-horizontal-item.cp-text-col3,
  [data-area=content] .cp-horizontal .cp-horizontal-item.cp-img-col3,
  [data-area=content] .cp-vertical .cp-vertical-item.cp-text-col3,
  [data-area=content] .cp-vertical .cp-vertical-item.cp-img-col3 {
    grid-template-columns: 1fr;
  }
}
[data-area=content] .cp-text.cp-text-col4, [data-area=content] .cp-text.cp-img-col4,
[data-area=content] .cp-img.cp-text-col4,
[data-area=content] .cp-img.cp-img-col4,
[data-area=content] .cp-horizontal .cp-horizontal-item.cp-text-col4,
[data-area=content] .cp-horizontal .cp-horizontal-item.cp-img-col4,
[data-area=content] .cp-vertical .cp-vertical-item.cp-text-col4,
[data-area=content] .cp-vertical .cp-vertical-item.cp-img-col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-text.cp-text-col4, [data-area=content] .cp-text.cp-img-col4,
  [data-area=content] .cp-img.cp-text-col4,
  [data-area=content] .cp-img.cp-img-col4,
  [data-area=content] .cp-horizontal .cp-horizontal-item.cp-text-col4,
  [data-area=content] .cp-horizontal .cp-horizontal-item.cp-img-col4,
  [data-area=content] .cp-vertical .cp-vertical-item.cp-text-col4,
  [data-area=content] .cp-vertical .cp-vertical-item.cp-img-col4 {
    grid-template-columns: 1fr;
  }
}

[data-area=content] .cp-horizontal .cp-horizontal-item {
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-horizontal .cp-horizontal-item {
    grid-template-columns: 1fr;
  }
}

[data-area=content] .cp-vertical .cp-vertical-item {
  margin: 0;
}

[data-area=content] .cp-ti.cp-vertical .cp-vertical-text {
  margin-bottom: 0;
}

[data-area=content] .cp-it.cp-vertical .cp-vertical-text {
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  [data-area=content] .cp-vertical {
    grid-template-columns: 1fr;
  }
}

[data-area=content] .cp-ti-vertical-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-ti-vertical-col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
[data-area=content] .cp-ti-vertical-col2 > * {
  overflow: hidden;
}

[data-area=content] .cp-ti-horizontal-col2,
[data-area=content] .cp-it-horizontal-col2,
[data-area=content] .cp-ti-vertical-col2,
[data-area=content] .cp-it-vertical-col2,
[data-area=content] .cp-ti-horizontal-wp-col2,
[data-area=content] .cp-it-horizontal-wp-col2,
[data-area=content] .cp-ti-vertical-wp-col2,
[data-area=content] .cp-it-vertical-wp-col2 {
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-ti-horizontal-col2,
  [data-area=content] .cp-it-horizontal-col2,
  [data-area=content] .cp-ti-vertical-col2,
  [data-area=content] .cp-it-vertical-col2,
  [data-area=content] .cp-ti-horizontal-wp-col2,
  [data-area=content] .cp-it-horizontal-wp-col2,
  [data-area=content] .cp-ti-vertical-wp-col2,
  [data-area=content] .cp-it-vertical-wp-col2 {
    gap: 15px;
  }
}

[data-area=content] .cp-ti-horizontal-col3,
[data-area=content] .cp-it-horizontal-col3,
[data-area=content] .cp-ti-vertical-col3,
[data-area=content] .cp-it-vertical-col3,
[data-area=content] .cp-ti-horizontal-wp-col3,
[data-area=content] .cp-it-horizontal-wp-col3,
[data-area=content] .cp-ti-vertical-wp-col3,
[data-area=content] .cp-it-vertical-wp-col3 {
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-ti-horizontal-col3,
  [data-area=content] .cp-it-horizontal-col3,
  [data-area=content] .cp-ti-vertical-col3,
  [data-area=content] .cp-it-vertical-col3,
  [data-area=content] .cp-ti-horizontal-wp-col3,
  [data-area=content] .cp-it-horizontal-wp-col3,
  [data-area=content] .cp-ti-vertical-wp-col3,
  [data-area=content] .cp-it-vertical-wp-col3 {
    gap: 15px;
  }
}

[data-area=content] .cp-ti-horizontal-col4,
[data-area=content] .cp-it-horizontal-col4,
[data-area=content] .cp-ti-vertical-col4,
[data-area=content] .cp-it-vertical-col4,
[data-area=content] .cp-ti-horizontal-wp-col4,
[data-area=content] .cp-it-horizontal-wp-col4,
[data-area=content] .cp-ti-vertical-wp-col4,
[data-area=content] .cp-it-vertical-wp-col4 {
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .cp-ti-horizontal-col4,
  [data-area=content] .cp-it-horizontal-col4,
  [data-area=content] .cp-ti-vertical-col4,
  [data-area=content] .cp-it-vertical-col4,
  [data-area=content] .cp-ti-horizontal-wp-col4,
  [data-area=content] .cp-it-horizontal-wp-col4,
  [data-area=content] .cp-ti-vertical-wp-col4,
  [data-area=content] .cp-it-vertical-wp-col4 {
    gap: 15px;
  }
}

[data-area=content] .cp-text .cp-text-l,
[data-area=content] .cp-img .cp-img-l,
[data-area=content] .cp-horizontal .cp-horizontal-img,
[data-area=content] .cp-horizontal .cp-horizontal-text,
[data-area=content] .cp-ti.cp-horizontal .cp-horizontal-text,
[data-area=content] .cp-it.cp-horizontal .cp-horizontal-text {
  width: 100%;
  margin: 0px;
}

.cp-wp {
  background-color: #fff;
  border: none;
  padding: 50px;
}
@media screen and (max-width: 1023px) {
  .cp-wp {
    padding: 22px 12px 32px 14px;
  }
}

.cp-all ul li,
.cp-all ol li {
  padding-left: 16px;
}

.tableHiddenBox {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}
.tableHiddenBox table {
  margin: 0 !important;
}

.tableHiddenBox table {
  margin-bottom: 0;
  border-top: 1px solid #c6c6c6;
}

@media screen and (max-width: 1023px) {
  .table-scroll-wrap {
    overflow: auto;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1023px) {
  .table-scroll-wrap {
    overflow: auto;
    white-space: nowrap;
  }
  .table-scroll-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .table-scroll-wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table-scroll-wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
.tableHiddenBox .swipe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

.tableHiddenBox .swipe > .swipe-inner {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 80px 0 0;
}

.tableHiddenBox .swipe > .swipe-inner .imgs {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0px auto -10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.29%22%20height%3D%2212.02%22%20viewBox%3D%220%200%2033.29%2012.02%22%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cline%20x1%3D%221.85%22%20y1%3D%226.01%22%20x2%3D%2210.4%22%20y2%3D%226.01%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M10.4%2C7.17H1.85a1.16%2C1.16%2C0%2C1%2C1%2C0-2.31H10.4a1.16%2C1.16%2C0%2C1%2C1%2C0%2C2.31Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M7.4%2C12a1.15%2C1.15%2C0%2C0%2C1-.72-.25l-6.25-5A1.2%2C1.2%2C0%2C0%2C1%2C0%2C5.87%2C1.14%2C1.14%2C0%2C0%2C1%2C.46%2C5L6.7.23A1.16%2C1.16%2C0%2C0%2C1%2C8.1%2C2.08L3%2C5.91%2C8.12%2C10A1.16%2C1.16%2C0%2C0%2C1%2C7.4%2C12Z%22%20fill%3D%22%23fff%22%2F%3E%3Cline%20x1%3D%2231.45%22%20y1%3D%226.01%22%20x2%3D%2222.89%22%20y2%3D%226.01%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M31.45%2C7.17H22.89a1.16%2C1.16%2C0%2C1%2C1%2C0-2.31h8.56a1.16%2C1.16%2C0%2C0%2C1%2C0%2C2.31Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M25.9%2C12a1.18%2C1.18%2C0%2C0%2C1-.91-.43A1.17%2C1.17%2C0%2C0%2C1%2C25.17%2C10l5.09-4.05L25.2%2C2.08A1.16%2C1.16%2C0%2C0%2C1%2C26.59.23L32.84%2C5a1.16%2C1.16%2C0%2C0%2C1%2C.45.91%2C1.14%2C1.14%2C0%2C0%2C1-.43.92l-6.24%2C5A1.17%2C1.17%2C0%2C0%2C1%2C25.9%2C12Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.tableHiddenBox .swipe > .swipe-inner .imgs::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -2px;
  right: 0;
  margin: -31px auto 0;
  z-index: 2;
  width: 26px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.77%22%20height%3D%2230.52%22%20viewBox%3D%220%200%2025.77%2030.52%22%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%203%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20d%3D%22M21.33%2C30.52H7.85A1.55%2C1.55%2C0%2C0%2C1%2C6.3%2C29a12.46%2C12.46%2C0%2C0%2C0-.63-4.42%2C25.16%2C25.16%2C0%2C0%2C0-4.25-5l-.06-.06A5%2C5%2C0%2C0%2C1%2C0%2C15.86a3.64%2C3.64%2C0%2C0%2C1%2C1.17-2.62%2C3.63%2C3.63%2C0%2C0%2C1%2C5.14.07V3.77a3.77%2C3.77%2C0%2C1%2C1%2C7.54%2C0V8.33a3.35%2C3.35%2C0%2C0%2C1%2C1.26%2C0%2C3%2C3%2C0%2C0%2C1%2C2%2C1.22%2C3.5%2C3.5%2C0%2C0%2C1%2C2-.06%2C3.21%2C3.21%2C0%2C0%2C1%2C2%2C1.54%2C3.74%2C3.74%2C0%2C0%2C1%2C3%2C.47A4.21%2C4.21%2C0%2C0%2C1%2C25.74%2C15c0%2C.11%2C0%2C.27%2C0%2C.46a19.26%2C19.26%2C0%2C0%2C1-.84%2C7c-.14.38-.36.81-.56%2C1.22l-.11.22c0%2C.07-.09.14-.14.21a7.13%2C7.13%2C0%2C0%2C0-1.17%2C2.17c-.06.56-.06%2C2.15-.05%2C2.71A1.55%2C1.55%2C0%2C0%2C1%2C21.33%2C30.52ZM8.61%2C28.21h12c0-.71%2C0-1.71.07-2.23a8.74%2C8.74%2C0%2C0%2C1%2C1.59-3.25l.06-.12a10%2C10%2C0%2C0%2C0%2C.46-1%2C16.8%2C16.8%2C0%2C0%2C0%2C.7-6.12c0-.23%2C0-.41%2C0-.54h0a2%2C2%2C0%2C0%2C0-.64-1.52%2C1.33%2C1.33%2C0%2C0%2C0-1.55.08%2C1.13%2C1.13%2C0%2C0%2C1-1.18.28%2C1.15%2C1.15%2C0%2C0%2C1-.78-.94%2C1.26%2C1.26%2C0%2C0%2C0-.75-1.11%2C1%2C1%2C0%2C0%2C0-1.11.28l-.1.1a1.15%2C1.15%2C0%2C0%2C1-1.19.29%2C1.16%2C1.16%2C0%2C0%2C1-.78-.95c-.09-.68-.21-.77-.7-.87a.82.82%2C0%2C0%2C0-1%2C.48%2C1.16%2C1.16%2C0%2C0%2C1-2.16-.58V3.77a1.46%2C1.46%2C0%2C1%2C0-2.92%2C0v7.85l0%2C4.33a1.17%2C1.17%2C0%2C0%2C1-.83%2C1.11%2C1.15%2C1.15%2C0%2C0%2C1-1.2-.35l-1-.91c-.47-.42-.73-.66-.84-.77a1.35%2C1.35%2C0%2C0%2C0-2-.12L2.7%2C15a1.32%2C1.32%2C0%2C0%2C0-.39%2C1A2.57%2C2.57%2C0%2C0%2C0%2C3%2C17.85l0%2C0a27.24%2C27.24%2C0%2C0%2C1%2C4.7%2C5.62A12.63%2C12.63%2C0%2C0%2C1%2C8.61%2C28.21ZM23.2%2C23.35ZM6.51%2C16.59Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.tableHiddenBox .swipe.touched {
  opacity: 0;
  pointer-events: none;
}

[data-area=content] .button1 .button-inner, [data-area=content] .button2 .button-inner, [data-area=content] .button3 .button-inner {
  margin: 30px 0 0;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .button1 .button-inner, [data-area=content] .button2 .button-inner, [data-area=content] .button3 .button-inner {
    margin: 24px 0 0;
    width: 100%;
  }
}

[data-area=content] .button1 a, [data-area=content] .button2 a, [data-area=content] .button3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #113364;
  text-decoration: none;
  padding: 6px 17px;
  border-radius: 20px;
  border: 1px solid #113364;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .button1 a, [data-area=content] .button2 a, [data-area=content] .button3 a {
    max-width: 100%;
    width: auto;
    height: 40px;
    padding: 4px 28px;
    font-size: 1.3rem;
    grid-column: 2/3;
    grid-row: 2/3;
    justify-content: center;
  }
}
[data-area=content] .button1 a::after, [data-area=content] .button2 a::after, [data-area=content] .button3 a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 1px 0 0;
  background-color: #fff;
  -webkit-mask-size: 6px 12px;
          mask-size: 6px 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.061%22%20height%3D%2212.707%22%20viewBox%3D%220%200%207.061%2012.707%22%3E%3Cpath%20d%3D%22M-9990.311-20048.293l-6.354-6.354.707-.707%2C5.646%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(20055.354%20-9983.957)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.061%22%20height%3D%2212.707%22%20viewBox%3D%220%200%207.061%2012.707%22%3E%3Cpath%20d%3D%22M-9990.311-20048.293l-6.354-6.354.707-.707%2C5.646%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(20055.354%20-9983.957)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  transition: 0.2s ease;
}
@media screen and (max-width: 1023px) {
  [data-area=content] .button1 a::after, [data-area=content] .button2 a::after, [data-area=content] .button3 a::after {
    position: absolute;
    right: 5px;
  }
}
@media screen and (min-width: 1024px) {
  [data-area=content] .button1 a:hover, [data-area=content] .button2 a:hover, [data-area=content] .button3 a:hover {
    background-color: #fff;
  }
  [data-area=content] .button1 a:hover::after, [data-area=content] .button2 a:hover::after, [data-area=content] .button3 a:hover::after {
    background-color: #113364;
  }
}

.fr-img-wrap .fr-inner {
  margin-top: 16px;
}

.gnav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding: 95px 40px 0 160px;
  background: url('/olympic/albums/css/basic-blocks/abm00006404.png') no-repeat center center;
  background-size: cover;
  left: 100%;
  transition: left 0.5s ease-in-out 0.5s;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .gnav {
    padding: 60px 10% 10% 10%;
    transition: left 0.3s ease-in-out 0.5s;
  }
}
.gnav-inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gnav-inner::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1200px) {
  .gnav-inner {
    height: 100%;
    overflow: scroll;
  }
  .is-sp .gnav.is-keyboardHeight .gnav-inner {
    transform: translateY(-270px);
  }
}
.gnav.is-active {
  left: 0;
}

.gnav.is-active .gnav-logo {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out 1.5s;
}

@media screen and (max-width: 1200px) {
  .gnav.is-active .gnav-logo {
    transition: transform 0.8s ease-in-out 1s;
  }
}
.gnav.is-active .gnav-list {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out 2.1s;
}

@media screen and (max-width: 1200px) {
  .gnav.is-active .gnav-list {
    transition: transform 0.8s ease-in-out 1.6s;
  }
}
.gnav.is-active .gnav-search {
  transform: translateX(0);
  transition: transform 0.8s ease-in-out 2.2s;
}

.gnav-white {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.gnav-logo {
  transform: translateX(-500px);
  transition: transform 0s ease-in-out 0.8s;
}
@media screen and (max-width: 1023px) {
  .gnav-logo {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1023px) {
  .gnav-logo--pc {
    display: none;
  }
}
.gnav-logo--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .gnav-logo--sp {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .gnav-logo {
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    transform: translateX(-1000px);
    transition: transform 0s ease-in-out 0.6s;
  }
}
.gnav-list {
  margin-top: 65px;
  padding-left: 29px;
  border-left: 1px solid #fff;
  transform: translateX(-500px);
  transition: transform 0s ease-in-out 0.8s;
}
@media screen and (max-width: 1023px) {
  .gnav-list {
    transform: translateX(0);
  }
}

@media screen and (max-width: 1200px) {
  .gnav-list {
    max-width: 515px;
    margin: 47px auto 0 auto;
    transform: translateX(-1000px);
    transition: transform 0s ease-in-out 0.6s;
  }
}
.gnav-list ul {
  padding: 10px 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .gnav-list ul {
    padding: 0;
  }
}

.gnav-list li {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .gnav-list li {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 3.125;
  }
}
.gnav-list a {
  color: #fff;
}

.gnav-search {
  display: none;
}

@media screen and (max-width: 1200px) {
  .gnav-search {
    display: block;
    max-width: 515px;
    margin: 60px auto 0 auto;
    transform: translateX(-1000px);
    transition: transform 0s ease-in-out 0.8s;
  }
  .gnav-search form {
    display: flex;
  }
  .gnav-search input[type=text] {
    width: calc(100% - 45px);
    height: 30px;
    min-height: 30px;
    margin-right: 5px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 2px;
  }
  .gnav-search button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }
  .gnav-search button[disabled]:hover {
    cursor: not-allowed;
    /* 禁止カーソル */
  }
}
base-header {
  display: block;
  min-height: 100px;
}
@media screen and (max-width: 1200px) {
  base-header {
    min-height: 50px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  height: 100px;
  background: #113364;
  color: #222;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 50px;
  }
}
.is-menuOpen .header {
  pointer-events: none !important;
}
.header__logo {
  background: #021D45;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    background-color: #113364;
  }
  .header__logo svg {
    width: 194px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .header__logo svg {
    width: 151px;
    height: 37px;
  }
}
.is-menuOpen .header__logo {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .header__logo--pc {
    display: none;
  }
}
.header__logo--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__logo--sp {
    display: block;
  }
}
.header__logo a {
  display: block;
  height: 100px;
  max-width: 340px;
  padding: 18px 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1560px) {
  .header__logo a {
    max-width: 240px;
    padding: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 50px;
    padding: 6px 10px 4px;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}
.is-menuOpen .header__nav {
  opacity: 0;
  pointer-events: none;
}
.header__nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
}
.header__nav li {
  margin: 0 10px;
}
@media screen and (max-width: 1500px) {
  .header__nav li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 1300px) {
  .header__nav li {
    margin: 0 3px;
  }
}
.header__nav a {
  position: relative;
  padding: 0 15px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header__nav a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1600px) {
  .header__nav a {
    padding: 0 6px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1360px) {
  .header__nav a {
    padding: 0 2px;
    font-size: 1.3rem;
  }
}
.header__nav a::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}
.header__nav a.is-active::before {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .header__nav a:hover::before {
    opacity: 1;
  }
}
.header__btn {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .header__btn {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header__btn {
    height: 60px;
  }
}
.header__btn .search-btn {
  position: relative;
  z-index: 70;
  background: rgba(255, 255, 255, 0.2);
}
.header__btn .search-btn g,
.header__btn .search-btn line {
  stroke: #fff;
}

.year-select {
  position: relative;
  width: 235px;
}
@media screen and (max-width: 1200px) {
  .year-select {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .year-select {
    display: none;
    width: 375px;
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
    padding: 0 20px;
  }
  .is-scrolled .year-select {
    opacity: 1;
    pointer-events: all;
  }
  .top .year-select {
    display: block;
  }
}
.is-menuOpen .year-select {
  opacity: 0;
  pointer-events: none;
}
.year-select__head {
  position: relative;
  padding-left: 12px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-weight: 400;
  font-size: 1.5rem;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .year-select__head {
    height: 40px;
  }
}
.year-select__head::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 15px;
  width: 11px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .year-select__head::before {
    top: 20px;
  }
}
.year-select__head::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 11px;
  height: 1px;
  background: #707070;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .year-select__head::after {
    top: 20px;
  }
}
.year-select__list {
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 0;
  display: none;
  width: 100%;
  padding: 4px 12px 17px 12px;
  background: #113364;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.86;
}
@media screen and (max-width: 1023px) {
  .year-select__list {
    width: 335px;
    left: 20px;
    top: 40px;
  }
}
.year-select__list ul {
  list-style: none;
  margin: 0;
}
.year-select a {
  color: #fff;
}
.year-select a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.34%22%20height%3D%2211.34%22%20viewBox%3D%220%200%2011.34%2011.34%22%3E%3Cpath%20d%3D%22M235.053%2C203.506a.633.633%2C0%2C0%2C1%2C1.265%2C0v3.169a.633.633%2C0%2C0%2C1-.633.633H225.612a.632.632%2C0%2C0%2C1-.633-.633V196.6a.633.633%2C0%2C0%2C1%2C.633-.633h3.169a.633.633%2C0%2C1%2C1%2C0%2C1.267h-2.535v8.807h8.808Zm-3.957-1.421a.633.633%2C0%2C0%2C1-.9-.9l3.957-3.956h-2.574a.633.633%2C0%2C0%2C1%2C0-1.267h4.1l.047%2C0h.014a.59.59%2C0%2C0%2C1%2C.2.055h0l.008%2C0%2C.006%2C0%2C.006%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.006%2C0h0a.861.861%2C0%2C0%2C1%2C.087.059l.01.008%2C0%2C0%2C.01.009h0l.01.01%2C0%2C0%2C.011.01.011.011h0l.01.01%2C0%2C0%2C.009.01%2C0%2C0%2C.008.009a.673.673%2C0%2C0%2C1%2C.059.086h0l0%2C.008%2C0%2C.006%2C0%2C.007%2C0%2C.007%2C0%2C.008%2C0%2C.006%2C0%2C.007v0a.614.614%2C0%2C0%2C1%2C.054.2l0%2C.012v0c0%2C.015%2C0%2C.03%2C0%2C.045v4.1a.633.633%2C0%2C1%2C1-1.265%2C0v-2.574Z%22%20transform%3D%22translate(-224.979%20-195.967)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") !important;
}
.year-select span {
  margin: 0 0.5em 0 1em;
}

.search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  border-radius: 6px;
  background: #f7f7f7;
}
@media screen and (max-width: 1200px) {
  .search-btn {
    display: none;
  }
}
.is-menuOpen .search-btn {
  opacity: 0;
  pointer-events: none;
}

.search-window {
  position: absolute;
  z-index: 200;
  right: 0;
  top: 0;
  display: none;
  width: 442px;
  height: 100px;
  background: #021D45;
}
.search-window form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.search-window input[type=text] {
  width: 235px;
  min-height: 32px;
  padding: 0 6px;
  background: #fff;
  border-radius: 2px;
  font-weight: 400;
}
.search-window button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  margin-right: 23px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2);
}
.search-window button[disabled]:hover {
  cursor: not-allowed;
  /* 禁止カーソル */
}

.gnav-btn {
  position: relative;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin-left: 13px;
}
@media screen and (max-width: 1023px) {
  .gnav-btn {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #113364;
  }
}
.gnav-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .gnav-btn::before {
    width: 50%;
    margin: 0 auto;
  }
}
.gnav-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 18px;
  background: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  .gnav-btn::after {
    width: 50%;
    margin: 10px auto 0 auto;
  }
}
.gnav-btn.is-active::before {
  transform: translateY(10px) rotate(45deg);
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .gnav-btn.is-active::before {
    transform: translateY(6px) rotate(45deg);
  }
}
.gnav-btn.is-active::after {
  transform: translateY(-10px) rotate(-45deg);
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .gnav-btn.is-active::after {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.is-menuOpen .gnav-btn {
  pointer-events: all !important;
}

.cp-backToTop {
  position: fixed;
  z-index: 9;
  right: 40px;
  bottom: 120px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #222;
  border: 1px solid #222;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, bottom 0s;
}
@media screen and (max-width: 1023px) {
  .cp-backToTop {
    width: 48px;
    height: 48px;
    bottom: 110px;
    right: 20px;
  }
  .cp-backToTop.is-up {
    bottom: 240px;
  }
}
.cp-backToTop.is-up {
  bottom: 260px;
}
.is-scrolled .cp-backToTop {
  pointer-events: all;
  opacity: 1;
}
.cp-backToTop::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: 19px 40px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.809%22%20height%3D%2239.23%22%20viewBox%3D%220%200%2016.809%2039.23%22%3E%3Cpath%20d%3D%22M23.445%2C15.959h-1V8.476H0v-1H22.445V-.85L39.23%2C8.476H23.445Zm0-8.484H35.371L23.445.85Z%22%20transform%3D%22translate(0.85%2039.23)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.809%22%20height%3D%2239.23%22%20viewBox%3D%220%200%2016.809%2039.23%22%3E%3Cpath%20d%3D%22M23.445%2C15.959h-1V8.476H0v-1H22.445V-.85L39.23%2C8.476H23.445Zm0-8.484H35.371L23.445.85Z%22%20transform%3D%22translate(0.85%2039.23)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1023px) {
  .cp-backToTop::before {
    -webkit-mask-size: 15px 30px;
            mask-size: 15px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .cp-backToTop:hover {
    background-color: #fff;
  }
  .cp-backToTop:hover::before {
    background-color: #222;
  }
}

.cp-footer {
  padding: 100px 170px 0;
  background-color: #113364;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .cp-footer {
    padding: 62px 5.3333vw 0;
  }
}
.cp-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin: 0 0 80px;
}
@media screen and (max-width: 1023px) {
  .cp-footer__top {
    margin: 0 0 42px;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .cp-footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.cp-footer__logo {
  margin: 0 0 42px;
}
@media screen and (max-width: 1023px) {
  .cp-footer__logo {
    margin: 0 0 27px;
  }
}
@media screen and (max-width: 1023px) {
  .cp-footer__logo--pc {
    display: none;
  }
}
.cp-footer__logo--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .cp-footer__logo--sp {
    display: block;
  }
}
.cp-footer__sns {
  display: flex;
  align-items: center;
  gap: 22px;
}
.cp-footer__sns a {
  transition: 0.2s ease;
}
@media screen and (min-width: 1024px) {
  .cp-footer__sns a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1023px) {
  .cp-footer__right {
    display: none;
  }
}
.cp-footer__list {
  display: flex;
  gap: 2em;
  list-style: none;
}
.cp-footer__listItem a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.cp-footer__middle {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 0 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1023px) {
  .cp-footer__middle {
    grid-template-columns: 1fr;
    padding: 0 0 32px;
    gap: 10px;
  }
}
.cp-footer__link {
  transition: 0.2s ease;
}
.cp-footer__link a {
  padding: 16px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  background-color: #fff;
  color: #222;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .cp-footer__link a {
    height: 50px;
    font-size: 1.5rem;
    padding: 8px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .cp-footer__link:nth-child(1) img {
    max-width: 150px;
    width: 100%;
  }
}
.cp-footer__link:nth-child(3) a {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .cp-footer__link:nth-child(3) a {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cp-footer__link:hover {
    opacity: 0.5;
  }
}
.cp-footer__bottom {
  height: 80px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .cp-footer__bottom {
    height: 64px;
  }
}

.ob-donate {
  position: fixed;
  right: 23px;
  bottom: 40px;
  border-radius: 16px;
  color: #222;
  background-color: #fff;
  padding: 12px 13px 0;
  transition: 0.2s ease;
  z-index: 50;
  transition: 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .ob-donate {
    bottom: 20px;
  }
}
.ob-donate.is-active {
  padding: 12px 13px 10px;
}
.top .ob-donate {
  pointer-events: none;
  opacity: 0;
}
.top.is-loaded .ob-donate {
  animation: donateDelayDisplay 0.3s cubic-bezier(0.09, 0.42, 0.43, 0.99) 2s both;
}
@keyframes donateDelayDisplay {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.cms .ob-donate {
  position: static;
}
.ob-donate__top {
  display: flex;
  gap: 6px;
}
.ob-donate__img {
  flex-shrink: 0;
}
.ob-donate__txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5333;
}
.ob-donate a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  display: none;
}
.cms .ob-donate a {
  color: #222;
}
.ob-donate__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #113364;
  border-radius: 8px;
  width: 220px;
  height: 120px;
  transition: 0.2s ease;
}
.cms .ob-donate__bottom {
  display: flex;
}
.ob-donate__bottom::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-color: #fff;
  transition: 0.2s ease;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.018%22%20height%3D%2233.018%22%20viewBox%3D%220%200%2033.018%2033.018%22%3E%3Cg%20transform%3D%22translate(-1614.5%20-1839.869)%22%3E%3Cpath%20d%3D%22M33.012%2C31.573A1%2C1%2C0%2C0%2C0%2C33%2C31.459c-.005-.032-.013-.063-.021-.094s-.018-.066-.03-.1-.028-.066-.044-.1-.015-.038-.025-.055l-4.6-7.988a1.03%2C1.03%2C0%2C0%2C0-.894-.517H25.5a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064h1.291L30.2%2C30.6H2.817l3.414-5.924H7.522a1.032%2C1.032%2C0%2C0%2C0%2C0-2.064H5.635a1.032%2C1.032%2C0%2C0%2C0-.894.517l-4.6%2C7.988c-.009.016-.014.034-.023.05a1.061%2C1.061%2C0%2C0%2C0-.047.106c-.012.031-.02.06-.028.092s-.017.066-.023.1-.009.073-.011.109c0%2C.02-.006.038-.006.058v6.49a1.032%2C1.032%2C0%2C0%2C0%2C2.064%2C0V32.661h28.89v5.458a1.032%2C1.032%2C0%2C0%2C0%2C2.064%2C0v-6.49c0-.019-.005-.037-.006-.056%22%20transform%3D%22translate(1614.5%201833.736)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M14.049%2C28.089a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064H26.03a1.032%2C1.032%2C0%2C1%2C0%2C0-2.064Z%22%20transform%3D%22translate(1610.969%201832.249)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.287%2C12.6a1.032%2C1.032%2C0%2C0%2C0%2C1.032-1.032v-3a1.032%2C1.032%2C0%2C0%2C0-2.064%2C0v3A1.032%2C1.032%2C0%2C0%2C0%2C35.287%2C12.6%22%20transform%3D%22translate(1605.207%201837.825)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M30.491%2C6.557a1.032%2C1.032%2C0%2C0%2C0%2C1.032-1.032V1.032a1.032%2C1.032%2C0%2C1%2C0-2.064%2C0V5.525a1.032%2C1.032%2C0%2C0%2C0%2C1.032%2C1.032%22%20transform%3D%22translate(1606.508%201839.869)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M17.186%2C20.711h8.159a1.532%2C1.532%2C0%2C0%2C0%2C1.531-1.531V11.021a1.032%2C1.032%2C0%2C1%2C0-2.064%2C0v7.626H17.186a2.792%2C2.792%2C0%2C1%2C1%2C.548-5.529l.419.084a1.032%2C1.032%2C0%2C0%2C0%2C1.214-1.215l-.085-.418A2.793%2C2.793%2C0%2C0%2C1%2C22.627%2C8.3a1.032%2C1.032%2C0%2C1%2C0%2C.445-2.015A4.858%2C4.858%2C0%2C0%2C0%2C17.165%2C11a4.855%2C4.855%2C0%2C0%2C0%2C.022%2C9.711%22%20transform%3D%22translate(1611.155%201838.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.018%22%20height%3D%2233.018%22%20viewBox%3D%220%200%2033.018%2033.018%22%3E%3Cg%20transform%3D%22translate(-1614.5%20-1839.869)%22%3E%3Cpath%20d%3D%22M33.012%2C31.573A1%2C1%2C0%2C0%2C0%2C33%2C31.459c-.005-.032-.013-.063-.021-.094s-.018-.066-.03-.1-.028-.066-.044-.1-.015-.038-.025-.055l-4.6-7.988a1.03%2C1.03%2C0%2C0%2C0-.894-.517H25.5a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064h1.291L30.2%2C30.6H2.817l3.414-5.924H7.522a1.032%2C1.032%2C0%2C0%2C0%2C0-2.064H5.635a1.032%2C1.032%2C0%2C0%2C0-.894.517l-4.6%2C7.988c-.009.016-.014.034-.023.05a1.061%2C1.061%2C0%2C0%2C0-.047.106c-.012.031-.02.06-.028.092s-.017.066-.023.1-.009.073-.011.109c0%2C.02-.006.038-.006.058v6.49a1.032%2C1.032%2C0%2C0%2C0%2C2.064%2C0V32.661h28.89v5.458a1.032%2C1.032%2C0%2C0%2C0%2C2.064%2C0v-6.49c0-.019-.005-.037-.006-.056%22%20transform%3D%22translate(1614.5%201833.736)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M14.049%2C28.089a1.032%2C1.032%2C0%2C1%2C0%2C0%2C2.064H26.03a1.032%2C1.032%2C0%2C1%2C0%2C0-2.064Z%22%20transform%3D%22translate(1610.969%201832.249)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M35.287%2C12.6a1.032%2C1.032%2C0%2C0%2C0%2C1.032-1.032v-3a1.032%2C1.032%2C0%2C0%2C0-2.064%2C0v3A1.032%2C1.032%2C0%2C0%2C0%2C35.287%2C12.6%22%20transform%3D%22translate(1605.207%201837.825)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M30.491%2C6.557a1.032%2C1.032%2C0%2C0%2C0%2C1.032-1.032V1.032a1.032%2C1.032%2C0%2C1%2C0-2.064%2C0V5.525a1.032%2C1.032%2C0%2C0%2C0%2C1.032%2C1.032%22%20transform%3D%22translate(1606.508%201839.869)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M17.186%2C20.711h8.159a1.532%2C1.532%2C0%2C0%2C0%2C1.531-1.531V11.021a1.032%2C1.032%2C0%2C1%2C0-2.064%2C0v7.626H17.186a2.792%2C2.792%2C0%2C1%2C1%2C.548-5.529l.419.084a1.032%2C1.032%2C0%2C0%2C0%2C1.214-1.215l-.085-.418A2.793%2C2.793%2C0%2C0%2C1%2C22.627%2C8.3a1.032%2C1.032%2C0%2C1%2C0%2C.445-2.015A4.858%2C4.858%2C0%2C0%2C0%2C17.165%2C11a4.855%2C4.855%2C0%2C0%2C0%2C.022%2C9.711%22%20transform%3D%22translate(1611.155%201838.196)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-donate__bottom::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-color: #fff;
  transition: 0.2s ease;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.121%22%20height%3D%2211.414%22%20viewBox%3D%220%200%207.121%2011.414%22%3E%3Cpath%20d%3D%22M-11330.786-18924.7l-1.414-1.414%2C4.293-4.293-4.293-4.293%2C1.414-1.414%2C5.707%2C5.707Z%22%20transform%3D%22translate(11332.2%2018936.113)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.121%22%20height%3D%2211.414%22%20viewBox%3D%220%200%207.121%2011.414%22%3E%3Cpath%20d%3D%22M-11330.786-18924.7l-1.414-1.414%2C4.293-4.293-4.293-4.293%2C1.414-1.414%2C5.707%2C5.707Z%22%20transform%3D%22translate(11332.2%2018936.113)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.ob-donate__btn {
  position: absolute;
  top: -8px;
  right: -10px;
  width: 28px;
  height: 28px;
  background-color: #FFFF00;
  border-radius: 50%;
  background-size: 6px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.414%22%20height%3D%229.999%22%20viewBox%3D%220%200%206.414%209.999%22%3E%3Cpath%20d%3D%22M-16972%2C931a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l3.293-3.292-3.293-3.292a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l4.707%2C4.707-4.707%2C4.706A1%2C1%2C0%2C0%2C1-16972%2C931Z%22%20transform%3D%22translate(16973%20-921)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
}
.is-active .ob-donate__btn {
  background-size: 10px 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%3Cg%20transform%3D%22translate(-1868.5%20-1753.5)%22%3E%3Cpath%20d%3D%22M8%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-8-8a1%2C1%2C0%2C0%2C1%2C0-1.414%2C1%2C1%2C0%2C0%2C1%2C1.414%2C0l8%2C8A1%2C1%2C0%2C0%2C1%2C8%2C9Z%22%20transform%3D%22translate(1869.5%201754.5)%22%20fill%3D%22%23222%22%2F%3E%3Cpath%20d%3D%22M0%2C9a1%2C1%2C0%2C0%2C1-.707-.293%2C1%2C1%2C0%2C0%2C1%2C0-1.414l8-8a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414l-8%2C8A1%2C1%2C0%2C0%2C1%2C0%2C9Z%22%20transform%3D%22translate(1869.5%201754.5)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.cms .ob-donate__btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .ob-donate a:hover {
    color: #222;
  }
  a:hover .ob-donate__bottom {
    background-color: #FAF150;
  }
  a:hover .ob-donate__bottom::before, a:hover .ob-donate__bottom::after {
    background-color: #222;
  }
}

body.top .header {
  opacity: 0;
  position: relative;
  z-index: 100;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  body.top .header {
    height: 100vh;
  }
}
body.top.is-loaded .header {
  animation: topHeaderFadeIn 0.2s ease-out 0.6s forwards;
}
@keyframes topHeaderFadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
body.top .header__logo {
  position: relative;
  z-index: 70;
}
@media screen and (max-width: 1023px) {
  body.top .header__logo {
    background-color: transparent;
  }
}
@media screen and (max-width: 1200px) {
  body.top .header__logo path {
    fill: #fff;
  }
}
body.top .header__nav {
  position: relative;
  z-index: 70;
}
body.top .year-select {
  z-index: 70;
}
body.top .search-btn {
  position: relative;
  z-index: 70;
}
@media screen and (max-width: 1023px) {
  body.top .is-loaded .gnav-btn {
    background-color: #113364;
  }
}
body.top .gnav-btn::before,
body.top .gnav-btn::after {
  background-color: #fff;
}

.ob-topMv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.cms .ob-topMv {
  height: auto;
}
@media screen and (max-width: 1023px) {
  .ob-topMv {
    padding: 60px 0 0;
  }
}
.lo-contents .ob-topMv {
  margin-top: -100px !important;
}
@media screen and (max-width: 1023px) {
  .lo-contents .ob-topMv {
    margin-top: -100vh !important;
  }
}
.ob-topMv::before {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/olympic/albums/css/basic-blocks/abm00006404.png');
  transition: 0.3s ease;
}
.is-loaded .ob-topMv::before {
  animation: mvBgDown 0.3s cubic-bezier(0.09, 0.42, 0.43, 0.99) 0.3s forwards;
}
@keyframes mvBgDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.ob-topMv__ttl {
  position: absolute;
  top: 50%;
  left: -100%;
  z-index: 5;
  width: 24.4271vw;
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .ob-topMv__ttl {
    top: 145px;
    width: 39.0667vw;
  }
}
.is-loaded .ob-topMv__ttl {
  animation: mvTtlInPc 0.5s cubic-bezier(0.09, 0.42, 0.43, 0.99) 1.5s forwards, mvTtlFadeInPc 0.3s cubic-bezier(0.09, 0.42, 0.43, 0.99) 2s forwards;
}
@media screen and (max-width: 1023px) {
  .is-loaded .ob-topMv__ttl {
    animation: mvTtlInSp 0.5s cubic-bezier(0.09, 0.42, 0.43, 0.99) 1.5s forwards, mvTtlFadeInPc 0.3s cubic-bezier(0.09, 0.42, 0.43, 0.99) 2s forwards;
  }
}
@keyframes mvTtlInPc {
  0% {
    left: -100%;
  }
  100% {
    left: 15.625vw;
  }
}
@keyframes mvTtlInSp {
  0% {
    left: -100%;
  }
  100% {
    left: 7.3333vw;
  }
}
@keyframes mvTtlFadeInPc {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.ob-topMv__torch {
  position: absolute;
  left: 37.8125vw;
  top: 100%;
  z-index: 3;
  width: 71.9271vw;
}
@media screen and (max-width: 1023px) {
  .ob-topMv__torch {
    left: 14.1333vw;
    width: 211.2vw;
  }
}
.cms .ob-topMv__torch {
  position: static;
  width: 400px;
  height: auto;
}
.is-loaded .ob-topMv__torch {
  animation: mvTorchUpPc 1s cubic-bezier(0.09, 0.42, 0.43, 0.99) 0.8s forwards;
}
@media screen and (max-width: 1023px) {
  .is-loaded .ob-topMv__torch {
    animation: mvTorchUpSp 1s cubic-bezier(0.09, 0.42, 0.43, 0.99) 0.8s forwards;
  }
}
@keyframes mvTorchUpPc {
  0% {
    top: 100%;
  }
  100% {
    top: 84px;
  }
}
@keyframes mvTorchShakePc {
  0% {
    transform: translate(0, 0) rotateZ(0);
  }
  25% {
    transform: translate(1px, 1px) rotateZ(0.5deg);
  }
  50% {
    transform: translate(0, 4px) rotateZ(0);
  }
  75% {
    transform: translate(1px, 0) rotateZ(-0.5deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0);
  }
}
@keyframes mvTorchUpSp {
  0% {
    top: 100%;
  }
  100% {
    top: 128px;
  }
}
@keyframes mvTorchShakeSp {
  0% {
    transform: translate(0, 0) rotateZ(0);
  }
  25% {
    transform: translate(0.5px, 0.5px) rotateZ(0.25deg);
  }
  50% {
    transform: translate(0, 2px) rotateZ(0);
  }
  75% {
    transform: translate(0.5px, 0) rotateZ(-0.25deg);
  }
  100% {
    transform: translate(0, 0) rotateZ(0);
  }
}
.ob-topMv__link {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  max-width: 1240px;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 6px 0 0;
  padding: 10px 40px 10px 100px;
}
@media screen and (max-width: 1023px) {
  .ob-topMv__link {
    height: 90px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 0;
  }
}
.ob-topMv__link a {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
}
.ob-topMv__link a::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 24px;
  margin-left: auto;
  transition: 0.2s ease;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%23113364%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%23113364%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1023px) {
  .ob-topMv__link a::after {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  .ob-topMv__link a:hover {
    text-decoration: underline;
  }
  .ob-topMv__link a:hover::after {
    background-color: #113364;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@media screen and (max-width: 1023px) {
  .ob-topMv__link a {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.ob-topMv__tmb {
  width: 118px;
  height: 80px;
  margin: 0 18px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .ob-topMv__tmb {
    width: 80px;
    height: 55px;
    margin: 0;
  }
}

.topNewsWrapper {
  padding: 5.2083vw;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .topNewsWrapper {
    padding: 42px 5.3333vw 8px;
  }
}
@media screen and (max-width: 1023px) {
  .topNewsWrapper .ob-topBtn {
    display: none;
  }
}
.topNewsWrapper .ob-topBtn a {
  margin: 48px 0 0;
  color: #333;
}
.topNewsWrapper .ob-topBtn a::before {
  background-color: #113364;
  border: 1px solid #113364;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 1024px) {
  .topNewsWrapper .ob-topBtn:hover a::before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%230f2c55%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%230f2c55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.topNews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .topNews {
    display: flex;
    gap: 0;
  }
}
.topNews a {
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .topNews__item {
    max-width: 280px;
  }
}
.topNews__tmb {
  aspect-ratio: 1/0.6785714286;
  overflow: hidden;
  margin: 0 0 -64px;
}
@media screen and (max-width: 1023px) {
  .topNews__tmb {
    width: 280px;
    margin: 0 0 -32px;
  }
}
.topNews__tmb img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.topNews__txtWrapper {
  background-color: #fff;
  padding: 29px 34px 33px 38px;
  width: 85%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .topNews__txtWrapper {
    padding: 12px 12px 12px 0;
  }
}
.topNews__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5556;
  height: 82px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0 0 4px;
}
@media screen and (max-width: 1023px) {
  .topNews__ttl {
    font-size: 1.4rem;
  }
}
.topNews__info {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none !important;
}
.topNews__more {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.35em;
  width: 106px;
  padding: 0px 0 8px;
  margin: 0 0 0 38px;
  border-bottom: 1px solid transparent;
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: right 32%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.707%22%20height%3D%228.707%22%20viewBox%3D%220%200%2015.707%208.707%22%3E%3Cg%20transform%3D%22translate(-230.5%20-1749.146)%22%3E%3Cpath%20d%3D%22M-12024.894-18939.062l-.707-.707%2C3.646-3.646-3.646-3.646.707-.707%2C4.354%2C4.354Z%22%20transform%3D%22translate(12266.747%2020696.916)%22%2F%3E%3Cpath%20d%3D%22M15%2C.5H0v-1H15Z%22%20transform%3D%22translate(230.5%201753.5)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1023px) {
  .topNews__more {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  a:hover .topNews__more {
    border-color: #222;
  }
  a:hover .topNews__tmb img {
    transform: scale(1.1);
  }
}

.ob-topH2 {
  font-size: 10.9rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222;
  line-height: 1;
  margin: 0 0 64px;
}
@media screen and (max-width: 1023px) {
  .ob-topH2 {
    font-size: 5.5rem;
    margin: 0 0 32px;
  }
}

.ob-topBtn a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: transparent;
  border: none;
  margin: 24px 0 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .ob-topBtn a {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
  }
}
.cms .ob-topBtn a {
  color: #222;
}
.ob-topBtn a::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 24px;
  border: 1px solid #fff;
  background-size: 24px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1023px) {
  .ob-topBtn a::before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 20px;
    border: none;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.965%22%20height%3D%2241.676%22%20viewBox%3D%220%200%2049.965%2041.676%22%3E%3Cg%20transform%3D%22translate(0%200.707)%22%3E%3Cpath%20d%3D%22M-12024.54-18906.449l-1.414-1.414%2C19.423-19.426-19.423-19.422%2C1.414-1.414%2C20.837%2C20.836Z%22%20transform%3D%22translate(12053.668%2018947.418)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M48%2C1H0V-1H48Z%22%20transform%3D%22translate(0%2020.737)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@media screen and (min-width: 1024px) {
  .ob-topBtn a:hover::before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%230f2c55%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%230f2c55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.ob-topMedalist {
  position: relative;
  padding: 5.2083vw;
  overflow: hidden;
  background: rgb(17, 51, 100);
  background: linear-gradient(180deg, rgb(17, 51, 100) 0%, rgb(9, 26, 50) 100%);
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalist {
    padding: 68px 5.3333vw 80px;
  }
}
.ob-topMedalist::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48.5417vw;
  height: 11.4583vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/olympic/albums/css/basic-blocks/abm00006538.svg');
}
@media screen and (max-width: 1023px) {
  .ob-topMedalist::before {
    width: 84.9333vw;
    height: 20vw;
  }
}
.ob-topMedalist::after {
  content: "";
  display: block;
  position: absolute;
  top: 715px;
  left: 0;
  width: 27.0833vw;
  height: 13.75vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/olympic/albums/css/basic-blocks/abm00006539.svg');
}
@media screen and (max-width: 1023px) {
  .ob-topMedalist::after {
    top: 122.4vw;
    width: 62.6667vw;
    height: 31.7333vw;
  }
}
.ob-topMedalist .ob-topH2 {
  color: #fff;
}

.ob-topMedalistTotal {
  margin: 0 0 130px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.ob-topMedalistTotal__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__ttl {
    font-size: 2rem;
    grid-row: 1/2;
    margin: 0 0 8px;
  }
}
.ob-topMedalistTotal__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  max-width: 434px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__txt {
    grid-row: 2/3;
    margin: 0 0 27px;
  }
}
.ob-topMedalistTotal__btn {
  margin: 0 0 -72px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__btn {
    grid-row: 4/5;
    margin: 0;
  }
}
.cms .ob-topMedalistTotal__btn {
  margin: 0;
}
.ob-topMedalistTotal__contents {
  position: relative;
  width: 100%;
  height: 23.4375vw;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__contents {
    grid-row: 3/4;
    height: 60vw;
  }
}
.cms .ob-topMedalistTotal__contents {
  width: auto;
  height: auto;
}
.ob-topMedalistTotal__total {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221720%22%20height%3D%22449.96%22%20viewBox%3D%220%200%201720%20449.96%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20y1%3D%220.828%22%20x2%3D%221%22%20y2%3D%220.828%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fdf8cd%22%2F%3E%3Cstop%20offset%3D%220.498%22%20stop-color%3D%22%23f7e09d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239a914a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M1243.651%2C438.884V201.124H747.481V429.238H135.566V651.084h1720v-212.2ZM746.661%2C602.857H183.793V477.466H746.661Zm448.763%2C0H795.708V249.351h399.716V602.857Zm611.915%2C0H1243.651V487.111h563.688Z%22%20transform%3D%22translate(-135.566%20-201.124)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__total {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22670%22%20height%3D%22449.96%22%20viewBox%3D%220%200%20670%20449.96%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20y1%3D%220.828%22%20x2%3D%221%22%20y2%3D%220.828%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fdf8cd%22%2F%3E%3Cstop%20offset%3D%220.498%22%20stop-color%3D%22%23f7e09d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239a914a%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M993.651%2C438.884V201.124H747.481V429.238H535.566V651.084h670v-212.2ZM746.661%2C602.857H583.793V477.466H746.661Zm198.763%2C0H795.708V249.351H945.424Zm211.915%2C0H993.651V487.111h163.688Z%22%20transform%3D%22translate(-535.566%20-201.124)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
  }
}
.cms .ob-topMedalistTotal__total {
  display: none;
}
.ob-topMedalistTotal__item {
  position: absolute;
  top: 4.5833vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.9583vw;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__item {
    top: 10.1333vw;
    gap: 9.2vw;
  }
}
.ob-topMedalistTotal__item:nth-child(2) {
  left: 14.1146vw;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__item:nth-child(2) {
    left: 10vw;
  }
}
.ob-topMedalistTotal__item:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
}
.cms .ob-topMedalistTotal__item:nth-child(3) {
  transform: none;
}
.ob-topMedalistTotal__item:nth-child(4) {
  left: 70.5208vw;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__item:nth-child(4) {
    left: 64.8667vw;
  }
}
.cms .ob-topMedalistTotal__item {
  position: static;
}
.ob-topMedalistTotal__medal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5208vw;
}
.ob-topMedalistTotal__img {
  width: 2.8125vw;
  height: 4.7917vw;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__img {
    width: 7.2vw;
    height: 12.1333vw;
  }
}
.cms .ob-topMedalistTotal__img {
  width: auto;
  height: auto;
}
.ob-topMedalistTotal__img .cp-inner,
.ob-topMedalistTotal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ob-topMedalistTotal_color {
  font-size: 0.9375vw;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal_color {
    font-size: 4vw;
  }
}
.ob-topMedalistTotal__amount {
  font-size: 4.1667vw;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistTotal__amount {
    font-size: 10.6667vw;
  }
}

.ob-topMedalistArchive__ttlWrapper {
  margin: 0 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ob-topMedalistArchive__btnWrapper {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistArchive__btnWrapper {
    display: none;
  }
}
.ob-topMedalistArchive__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #113364;
  background-color: #fff;
  position: relative;
  transition: 0.2s ease;
  cursor: pointer;
}
.ob-topMedalistArchive__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  transition: 0.2s ease;
}
.ob-topMedalistArchive__btn--prev::before {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.413%22%20viewBox%3D%220%200%208.121%2013.413%22%3E%3Cpath%20d%3D%22M-10092.263-15491.032l-6.707-6.706%2C6.707-6.707%2C1.414%2C1.414-5.293%2C5.293%2C5.293%2C5.292Z%22%20transform%3D%22translate(10098.97%2015504.445)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.413%22%20viewBox%3D%220%200%208.121%2013.413%22%3E%3Cpath%20d%3D%22M-10092.263-15491.032l-6.707-6.706%2C6.707-6.707%2C1.414%2C1.414-5.293%2C5.293%2C5.293%2C5.292Z%22%20transform%3D%22translate(10098.97%2015504.445)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
}
.ob-topMedalistArchive__btn--reset::before {
  -webkit-mask-size: 12px 14px;
          mask-size: 12px 14px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%3E%3Cg%20transform%3D%22translate(-1606%20-4885)%22%3E%3Cpath%20d%3D%22M-9143.418-7503.794h-4v-14h4Z%22%20transform%3D%22translate(10753.418%2012402.794)%22%20fill%3D%22%23222%22%2F%3E%3Cpath%20d%3D%22M-9143.418-7503.794h-4v-14h4Z%22%20transform%3D%22translate(10761.418%2012402.794)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%3E%3Cg%20transform%3D%22translate(-1606%20-4885)%22%3E%3Cpath%20d%3D%22M-9143.418-7503.794h-4v-14h4Z%22%20transform%3D%22translate(10753.418%2012402.794)%22%20fill%3D%22%23222%22%2F%3E%3Cpath%20d%3D%22M-9143.418-7503.794h-4v-14h4Z%22%20transform%3D%22translate(10761.418%2012402.794)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-topMedalistArchive__btn--next::before {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.413%22%20viewBox%3D%220%200%208.121%2013.413%22%3E%3Cpath%20d%3D%22M-10096.849-15491.032l-1.414-1.414%2C5.293-5.292-5.293-5.293%2C1.414-1.414%2C6.707%2C6.707Z%22%20transform%3D%22translate(10098.263%2015504.445)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.121%22%20height%3D%2213.413%22%20viewBox%3D%220%200%208.121%2013.413%22%3E%3Cpath%20d%3D%22M-10096.849-15491.032l-1.414-1.414%2C5.293-5.292-5.293-5.293%2C1.414-1.414%2C6.707%2C6.707Z%22%20transform%3D%22translate(10098.263%2015504.445)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 1024px) {
  .ob-topMedalistArchive__btn:hover {
    background-color: #113364;
  }
  .ob-topMedalistArchive__btn:hover::before {
    background-color: #fff;
  }
}
.ob-topMedalistArchive__ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
.ob-topMedalistArchive__inner {
  transition-timing-function: linear !important;
}
.ob-topMedalistArchive__item {
  max-width: 200px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistArchive__item {
    max-width: 157px;
  }
}
.ob-topMedalistArchive__medal {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 28px;
  margin: 0 0 19px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistArchive__medal {
    gap: 4px;
    height: 17px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistArchive__img {
    width: 17px;
    height: 17px;
  }
}
.ob-topMedalistArchive__held {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistArchive__held {
    font-size: 0.9rem;
  }
}
.ob-topMedalistArchive__tmb {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 0 6px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistArchive__tmb {
    width: 100%;
    height: 100%;
  }
}
.ob-topMedalistArchive__tmb .cp-inner,
.ob-topMedalistArchive__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ob-topMedalistArchive__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistArchive__name {
    font-size: 1.4rem;
    margin: 0 0 4px;
  }
}
.ob-topMedalistArchive__category {
  font-size: 1.3rem;
  line-height: 1.5385;
}
@media screen and (max-width: 1023px) {
  .ob-topMedalistArchive__category {
    font-size: 1.2rem;
    line-height: 1.2727;
  }
}

.ob-topArchives {
  padding: 5.2083vw;
  background-color: #F5F5F9;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives {
    padding: 64px 5.3333vw 70px;
  }
}
.ob-topArchives__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__top {
    margin: 0 0 20px;
  }
}
.ob-topArchives__ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__btn {
    display: none;
  }
}
.ob-topArchives__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 35px;
}
@media screen and (max-width: 1440px) {
  .ob-topArchives__inner {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__inner {
    gap: 10px 16px;
  }
}
.ob-topArchives__item a {
  display: flex;
  width: 100%;
  height: 140px;
  color: #222;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__item a {
    height: 100px;
  }
}
.ob-topArchives__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 27px;
  width: 36px;
  height: 36px;
  opacity: 0;
  transition: 0.2s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%3E%3Cg%20transform%3D%22translate(-587%20-3632)%22%3E%3Crect%20width%3D%2236%22%20height%3D%2236%22%20rx%3D%2214%22%20transform%3D%22translate(587%203632)%22%20fill%3D%22%23113364%22%2F%3E%3Cg%20transform%3D%22translate(597.65%203643.834)%22%3E%3Cpath%20d%3D%22M-12024.893-18935.229l-.707-.707%2C5.563-5.564-5.563-5.561.707-.707%2C6.271%2C6.268Z%22%20transform%3D%22translate(12033.529%2018947.414)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M14%2C.5H0v-1H14Z%22%20transform%3D%22translate(0.35%206.166)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ob-topArchives__img {
  width: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__img {
    width: 30px;
  }
}
.ob-topArchives__img .cp-inner,
.ob-topArchives__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ob-topArchives__txtWrapper {
  background-color: #fff;
  padding: 16px 30px;
  width: 100%;
  transition: 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__txtWrapper {
    padding: 10px 18px;
  }
}
.ob-topArchives__year {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__year {
    font-size: 1.8rem;
  }
}
.ob-topArchives__txt {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 14px;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__txt {
    font-size: 1.4rem;
    margin: 0 0 9px;
  }
}
.ob-topArchives__bar span {
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 10px;
}
@media screen and (max-width: 1023px) {
  .ob-topArchives__bar span {
    width: 24px;
    height: 2px;
  }
}
.cms .ob-topArchives__bar span {
  width: auto;
  height: auto;
  border-radius: 0;
}
@media screen and (min-width: 1024px) {
  .ob-topArchives__item:hover a::after {
    opacity: 1;
  }
  .ob-topArchives__item:hover .ob-topArchives__txtWrapper {
    background-color: #EBEBF3;
  }
}
@media screen and (max-width: 1023px) {
  .ob-topArchives .ob-topBtn {
    display: none;
  }
}
.ob-topArchives .ob-topBtn a {
  color: #333;
}
.ob-topArchives .ob-topBtn a::before {
  background-color: #113364;
  border: 1px solid #113364;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 1024px) {
  .ob-topArchives .ob-topBtn:hover a::before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%230f2c55%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%230f2c55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.ob-topHistoryTrivia {
  padding: 5.2083vw;
  background: rgb(17, 51, 100);
  background: linear-gradient(180deg, rgb(17, 51, 100) 0%, rgb(9, 26, 50) 100%);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.4167vw;
}
@media screen and (max-width: 1023px) {
  .ob-topHistoryTrivia {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    background-color: transparent;
  }
}
.ob-topHistoryTrivia__item a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .ob-topHistoryTrivia__item a {
    background: rgb(17, 51, 100);
    background: linear-gradient(180deg, rgb(17, 51, 100) 0%, rgb(9, 26, 50) 100%);
    display: grid;
    grid-template-columns: 1fr;
    padding: 72px 5.3333vw 41px;
  }
}
.ob-topHistoryTrivia__ttl {
  font-size: 5.6771vw;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0 0 22px;
}
@media screen and (max-width: 1023px) {
  .ob-topHistoryTrivia__ttl {
    font-size: 5.5rem;
    margin: 0 0 35px;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 1023px) {
  .ob-topHistoryTrivia__txtWrapper {
    display: contents;
  }
}
.ob-topHistoryTrivia__txt {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .ob-topHistoryTrivia__txt {
    font-size: 2rem;
    margin: 0 0 20px;
    grid-row: 2/3;
  }
}
.ob-topHistoryTrivia__btn {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: transparent;
  border: none;
  margin: 24px 0 0;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .ob-topHistoryTrivia__btn {
    width: 100%;
    height: 60px;
    border-radius: 12px;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
  }
}
.cms .ob-topHistoryTrivia__btn {
  color: #222;
}
.ob-topHistoryTrivia__btn::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 24px;
  border: 1px solid #fff;
  background-size: 24px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1023px) {
  .ob-topHistoryTrivia__btn::before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 24px;
    height: 20px;
    border: none;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.965%22%20height%3D%2241.676%22%20viewBox%3D%220%200%2049.965%2041.676%22%3E%3Cg%20transform%3D%22translate(0%200.707)%22%3E%3Cpath%20d%3D%22M-12024.54-18906.449l-1.414-1.414%2C19.423-19.426-19.423-19.422%2C1.414-1.414%2C20.837%2C20.836Z%22%20transform%3D%22translate(12053.668%2018947.418)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M48%2C1H0V-1H48Z%22%20transform%3D%22translate(0%2020.737)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
@media screen and (min-width: 1024px) {
  .ob-topHistoryTrivia__btn:hover::before {
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.707%22%20height%3D%2220.707%22%20viewBox%3D%220%200%2024.707%2020.707%22%3E%3Cg%20transform%3D%22translate(10298.5%2019721.854)%22%3E%3Cpath%20d%3D%22M-12024.893-18927.062l-.707-.707%2C9.646-9.646-9.646-9.646.707-.707%2C10.354%2C10.354Z%22%20transform%3D%22translate(1740.746%20-774.084)%22%20fill%3D%22%230f2c55%22%2F%3E%3Cpath%20d%3D%22M24%2C.5H0v-1H24Z%22%20transform%3D%22translate(-10298.5%20-19711.5)%22%20fill%3D%22%230f2c55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
.ob-topHistoryTrivia__img {
  border-radius: 180px;
  flex-shrink: 0;
  overflow: hidden;
  width: 18.75vw;
  height: 28.125vw;
}
@media screen and (max-width: 1023px) {
  .ob-topHistoryTrivia__img {
    width: 220px;
    height: 330px;
    margin: 0 auto;
    grid-row: 3/4;
  }
}
.ob-topHistoryTrivia__img .cp-inner,
.ob-topHistoryTrivia__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ob-topHistoryTrivia__img img {
  transition: 1s;
}
@media screen and (min-width: 1024px) {
  a:hover .ob-topHistoryTrivia__img img {
    transform: scale(1.1);
  }
}

.ob-medalMv {
  width: 100vw;
  height: 800px;
  margin: 0 calc(50% - 50vw) 145px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ob-medalMv {
    height: 300px;
    margin: 0 calc(50% - 50vw) 56px;
  }
}
.cms .ob-medalMv {
  width: 100%;
}
.ob-medalMv__img {
  width: 100%;
  height: 100%;
}
.ob-medalMv__img .cp-inner,
.ob-medalMv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ob-medalMv__txt {
  position: absolute;
  top: 50%;
  left: 18.75vw;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .ob-medalMv__txt {
    font-size: 1.5rem;
    left: 8.9333vw;
  }
}

.ob-medalH2 {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 0 32px;
  border-bottom: 4px solid #fff;
  margin: 145px 0 64px;
}
@media screen and (max-width: 1023px) {
  .ob-medalH2 {
    font-size: 2.2rem;
    padding: 0 0 18px;
    border-bottom: 2px solid #fff;
    margin: 64px 0 32px;
  }
}

.ob-medalTotal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .ob-medalTotal {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.ob-medalTotal__left, .ob-medalTotal__right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
}
.ob-medalTotal__ttl {
  font-size: 2rem;
  font-weight: bold;
  grid-column: 1/4;
  grid-row: 1/2;
}
@media screen and (max-width: 1023px) {
  .ob-medalTotal__ttl {
    font-size: 1.8rem;
  }
}
.ob-medalTotal__item {
  width: 100%;
  height: 200px;
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .ob-medalTotal__item {
    height: 112px;
  }
}
.ob-medalTotal__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.ob-medalTotal__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.ob-medalTotal__item:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.ob-medalTotal__color {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 7px;
}
@media screen and (max-width: 1023px) {
  .ob-medalTotal__color {
    font-size: 1.1rem;
  }
}
.ob-medalTotal__medal {
  margin: 0 0 2px;
}
.ob-medalTotal__medal .cp-inner,
.ob-medalTotal__medal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .ob-medalTotal__medal {
    width: 29px;
    height: 48px;
  }
}
.ob-medalTotal__num {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1023px) {
  .ob-medalTotal__num {
    font-size: 1.7rem;
  }
}

.ob-medalGoldMedalist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 48px 25px;
}
@media screen and (max-width: 767px) {
  .ob-medalGoldMedalist {
    grid-template-columns: repeat(auto-fit, minmax(106px, 1fr));
    gap: 11px 8px;
  }
}
.ob-medalGoldMedalist__medal {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 28px;
  margin: 0 0 19px;
}
@media screen and (max-width: 1023px) {
  .ob-medalGoldMedalist__medal {
    gap: 4px;
    height: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  .ob-medalGoldMedalist__img {
    width: 14px;
    height: 14px;
  }
}
.ob-medalGoldMedalist__held {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .ob-medalGoldMedalist__held {
    font-size: 0.9rem;
  }
}
.ob-medalGoldMedalist__tmb {
  border-radius: 15px;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 0 16px;
}
@media screen and (max-width: 1023px) {
  .ob-medalGoldMedalist__tmb {
    margin: 0 0 6px;
  }
}
.ob-medalGoldMedalist__tmb .cp-inner,
.ob-medalGoldMedalist__tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cms .ob-medalGoldMedalist__tmb {
  width: 320px;
  height: 320px;
}
.ob-medalGoldMedalist__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}
@media screen and (max-width: 1023px) {
  .ob-medalGoldMedalist__name {
    font-size: 1.4rem;
    margin: 0 0 4px;
  }
}
.ob-medalGoldMedalist__category {
  font-size: 1.3rem;
  line-height: 1.5385;
}
@media screen and (max-width: 1023px) {
  .ob-medalGoldMedalist__category {
    font-size: 1.1rem;
    line-height: 1.2727;
  }
}

.ob-medalDispatch__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 45px 0 30px;
}
@media screen and (max-width: 1023px) {
  .ob-medalDispatch__ttl {
    font-size: 1.8rem;
    margin: 40px 0 6px;
  }
}
.ob-medalDispatch table {
  border-color: #555;
  font-size: 1.5rem;
}
.ob-medalDispatch tr:first-child td:first-child {
  border-left: none;
}
.ob-medalDispatch tr:first-child td:last-child {
  border-right: none;
}
.ob-medalDispatch tr:nth-child(-n+2) {
  background-color: #333;
}
.ob-medalDispatch tr:nth-child(n+3) td {
  border-left: none;
  border-right: none;
}
.ob-medalDispatch tr:nth-child(n+3) td:nth-child(2) {
  padding: 0 0 0 10px;
}
.ob-medalDispatch tr td {
  padding: 5px 0;
}
@media screen and (max-width: 1023px) {
  .ob-medalDispatch tr td {
    padding: 5px 12px;
  }
}

.page-archive .button1 a {
  width: 250px;
}
@media screen and (max-width: 1023px) {
  .page-archive .button1 a {
    max-width: 160px;
  }
}

.ob-archive {
  display: flex;
  gap: 37px;
  border-radius: 20px;
  padding: 20px 20px 40px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .ob-archive {
    display: grid;
    grid-template-columns: 160px 1fr;
    grid-template-rows: max-content max-content 1fr;
    gap: 18px 15px;
    padding: 15px 10px 24px;
    margin: 0 -10px;
  }
}
.ob-archive + .ob-archive {
  margin: 20px 0 0;
}
@media screen and (max-width: 1023px) {
  .ob-archive + .ob-archive {
    margin: 10px -10px 0;
  }
}
.ob-archive__left {
  flex-shrink: 0;
  width: 320px;
  min-height: 220px;
}
@media screen and (max-width: 1023px) {
  .ob-archive__left {
    width: auto;
    max-height: 110px;
    min-height: auto;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.ob-archive__left .cp-inner,
.ob-archive__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ob-archive__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .ob-archive__right {
    display: contents;
  }
}
@media screen and (max-width: 1023px) {
  .ob-archive__txtWrapper {
    display: contents;
  }
}
.ob-archive__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 16px;
}
@media screen and (max-width: 1023px) {
  .ob-archive__ttl {
    font-size: 2rem;
    margin: 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.ob-archive__txt {
  font-size: 1.4rem;
  line-height: 1.8571;
}
@media screen and (max-width: 1023px) {
  .ob-archive__txt {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.ob-archive__btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  height: 40px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #113364;
  text-decoration: none;
  padding: 6px 17px;
  border-radius: 20px;
  border: 1px solid #113364;
  line-height: 1.25;
}
@media screen and (max-width: 1023px) {
  .ob-archive__btn a {
    max-width: 335px;
    width: auto;
    height: 40px;
    padding: 4px 10px 4px 28px;
    font-size: 1.3rem;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.ob-archive__btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 1px 0 0;
  background-color: #fff;
  -webkit-mask-size: 6px 12px;
          mask-size: 6px 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.061%22%20height%3D%2212.707%22%20viewBox%3D%220%200%207.061%2012.707%22%3E%3Cpath%20d%3D%22M-9990.311-20048.293l-6.354-6.354.707-.707%2C5.646%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(20055.354%20-9983.957)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.061%22%20height%3D%2212.707%22%20viewBox%3D%220%200%207.061%2012.707%22%3E%3Cpath%20d%3D%22M-9990.311-20048.293l-6.354-6.354.707-.707%2C5.646%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(20055.354%20-9983.957)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  transition: 0.2s ease;
}
@media screen and (max-width: 1023px) {
  .ob-archive__btn a::after {
    -webkit-mask-position: 6px center;
            mask-position: 6px center;
  }
}
@media screen and (min-width: 1024px) {
  .ob-archive__btn:hover a {
    background-color: #fff;
    color: #113364;
  }
  .ob-archive__btn:hover a::after {
    background-color: #113364;
  }
}

.page-chronicle .cp-h2-text {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .page-chronicle .cp-h2-text {
    font-size: 4.4rem;
  }
}

.page-news .lo-globalContainer {
  background-color: #fff;
}
.page-news .lo-contents {
  max-width: 100%;
  padding: 120px 100px 0;
}
@media screen and (max-width: 1023px) {
  .page-news .lo-contents {
    padding: 32px 20px 0;
  }
}

.newsMenu {
  display: grid;
  grid-template-columns: repeat(2, 280px);
  gap: 10px;
  margin: 0 0 40px;
}
@media screen and (max-width: 1023px) {
  .newsMenu {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0 0 24px;
  }
}

.yearFilter {
  position: relative;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
}
.yearFilter.is-loaded {
  opacity: 1;
  visibility: visible;
}
.yearFilter__hidden {
  display: none;
}
.yearFilter__selected {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 32px 0 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .yearFilter__selected:hover {
    color: #fff;
    background-color: #113364;
  }
  .yearFilter__selected:hover::before {
    opacity: 0;
  }
  .yearFilter__selected:hover::after {
    opacity: 1;
  }
}
.yearFilter__selected.is-active {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.yearFilter__selected.is-active + ul {
  border-radius: 0 0 4px 4px;
}
.yearFilter__selected::before, .yearFilter__selected::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 50%;
  bottom: 0;
  right: 10px;
  transform: translateY(-50%);
}
.yearFilter__selected::before {
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%227.061%22%20viewBox%3D%220%200%2012.707%207.061%22%3E%3Cpath%20d%3D%22M-6647.238-4513.63l-6.354-6.354.707-.707%2C5.646%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(6653.592%204520.69)%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");
}
.yearFilter__selected::after {
  opacity: 0;
  z-index: 10;
  transition: 0.2s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%227.061%22%20viewBox%3D%220%200%2012.707%207.061%22%3E%3Cpath%20d%3D%22M-6647.238-4513.63l-6.354-6.354.707-.707%2C5.646%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(-6640.885%20-4513.63)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.yearFilter__selected.is-active::before {
  transform: translateY(-50%) scale(1, -1);
}
.yearFilter__list {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  margin-left: 0 !important;
}
@media screen and (max-width: 1023px) {
  .yearFilter__list {
    position: static;
  }
}
.yearFilter.is-active + ul {
  border-radius: 0 0 4px 4px;
}
.yearFilter__item {
  list-style: none !important;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  transition: 0.2s;
  cursor: pointer;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .yearFilter__item:hover {
    background-color: #113364;
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .yearFilter__item {
    font-size: 1.5rem;
  }
}
.yearFilter__item::before {
  content: none !important;
}

.catFilter {
  position: relative;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
}
.catFilter.is-loaded {
  opacity: 1;
  visibility: visible;
}
.catFilter__selected {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 32px 0 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .catFilter__selected:hover {
    color: #fff;
    background-color: #113364;
  }
  .catFilter__selected:hover::before {
    opacity: 0;
  }
  .catFilter__selected:hover::after {
    opacity: 1;
  }
}
.catFilter__selected.is-active {
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.catFilter__selected.is-active + ul {
  border-radius: 0 0 4px 4px;
}
.catFilter__selected::before, .catFilter__selected::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  top: 50%;
  bottom: 0;
  right: 10px;
  transform: translateY(-50%);
}
.catFilter__selected::before {
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%227.061%22%20viewBox%3D%220%200%2012.707%207.061%22%3E%3Cpath%20d%3D%22M-6647.238-4513.63l-6.354-6.354.707-.707%2C5.646%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(6653.592%204520.69)%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");
}
.catFilter__selected::after {
  opacity: 0;
  z-index: 10;
  transition: 0.2s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%227.061%22%20viewBox%3D%220%200%2012.707%207.061%22%3E%3Cpath%20d%3D%22M-6647.238-4513.63l-6.354-6.354.707-.707%2C5.646%2C5.646%2C5.646-5.646.707.707Z%22%20transform%3D%22translate(-6640.885%20-4513.63)%20rotate(180)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.catFilter__selected.is-active::before {
  transform: translateY(-50%) scale(1, -1);
}
.catFilter__list {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  margin-left: 0 !important;
}
@media screen and (max-width: 1023px) {
  .catFilter__list {
    position: static;
  }
}
.catFilter__item {
  list-style: none !important;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .catFilter__item:hover {
    background-color: #113364;
    color: #fff;
  }
  .catFilter__item:hover a {
    color: #fff;
  }
}
.catFilter__item::before {
  content: none !important;
}
.catFilter a {
  text-decoration: none !important;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
}

.newsAll {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .newsAll {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
  }
}
.newsAll a {
  color: #222;
}
.newsAll__tmb {
  aspect-ratio: 1/0.6785714286;
  overflow: hidden;
  margin: 0 0 -64px;
  background-color: #ccc;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .newsAll__tmb {
    margin: 0 0 16px;
  }
}
.newsAll__tmb img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.newsAll__tmb::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/olympic/albums/css/basic-blocks/abm00006979.png');
  background-size: cover;
}
.newsAll__txtWrapper {
  background-color: #fff;
  padding: 32px;
  width: 85%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .newsAll__txtWrapper {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.newsAll__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5556;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .newsAll__ttl {
    font-size: 1.4rem;
  }
}
.newsAll__info {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none !important;
}
.newsAll__more {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 106px;
  padding: 0 0 10px;
  margin: 0 0 0 32px;
  border-bottom: 1px solid #222;
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.707%22%20height%3D%228.707%22%20viewBox%3D%220%200%2015.707%208.707%22%3E%3Cg%20transform%3D%22translate(-230.5%20-1749.146)%22%3E%3Cpath%20d%3D%22M-12024.894-18939.062l-.707-.707%2C3.646-3.646-3.646-3.646.707-.707%2C4.354%2C4.354Z%22%20transform%3D%22translate(12266.747%2020696.916)%22%2F%3E%3Cpath%20d%3D%22M15%2C.5H0v-1H15Z%22%20transform%3D%22translate(230.5%201753.5)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1023px) {
  .newsAll__more {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  a:hover .newsAll__tmb img {
    transform: scale(1.1);
  }
}

.pagingList {
  background-color: #F5F5F9;
  height: 200px;
  margin: 0 calc(50% - 50vw);
  display: flex;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .pagingList {
    height: 160px;
    margin-top: 40px;
  }
}
.pagingList__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagingList span,
.pagingList a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background-color: #666;
  color: #fff;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .pagingList span:hover,
  .pagingList a:hover {
    background-color: #113364;
  }
}
@media screen and (max-width: 1023px) {
  .pagingList span,
  .pagingList a {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
}
.pagingList span.active,
.pagingList a.active {
  background-color: #113364;
}
.pagingList paging-list:first-child, .pagingList paging-list:last-child {
  display: none;
}
.pagingList paging-list:nth-child(2) span {
  font-size: 0rem;
  width: 110px;
  margin-right: 12px;
  background-color: #666 !important;
}
.pagingList paging-list:nth-child(2) span.active {
  display: none;
}
.pagingList paging-list:nth-child(2) span::after {
  display: block;
  content: "前へ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.pagingList paging-list:nth-last-child(2) span {
  font-size: 0rem;
  width: 110px;
  margin-left: 12px;
  background-color: #666 !important;
}
.pagingList paging-list:nth-last-child(2) span.active {
  display: none;
}
.pagingList paging-list:nth-last-child(2) span::after {
  display: block;
  content: "次へ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

.page-search .cp-external::after {
  content: none;
}
.page-search td {
  border: none;
  padding: 18px;
}
.page-search .gsc-control-cse {
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.page-search form.gsc-search-box {
  background-color: #fff;
  margin-bottom: 40px;
}
.page-search .gsc-input {
  padding: 0;
  border-color: #113364;
  border-right: none;
}
.page-search .gsc-input-box {
  border: none;
}
.page-search #gs_id50 {
  margin: 0;
}
.page-search .gsib_a {
  border: none;
}
.page-search .gsib_b {
  display: none;
}
.page-search .gsc-search-button {
  border-left: none;
  border-color: #113364;
}
.page-search .cp-external .gsc-search-button-v2 {
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.25%22%20height%3D%2221.25%22%20viewBox%3D%220%200%2021.25%2021.25%22%3E%3Cg%20transform%3D%22translate(-1651%20-93)%22%3E%3Cpath%20d%3D%22M10.023%2C1.5a8.523%2C8.523%2C0%2C1%2C0%2C8.523%2C8.523A8.533%2C8.533%2C0%2C0%2C0%2C10.023%2C1.5m0-1.5A10.023%2C10.023%2C0%2C1%2C1%2C0%2C10.023%2C10.023%2C10.023%2C0%2C0%2C1%2C10.023%2C0Z%22%20transform%3D%22translate(1651%2093)%22%20fill%3D%22%23222%22%2F%3E%3Cpath%20d%3D%22M3.591%2C4.341a.748.748%2C0%2C0%2C1-.53-.22L-.53.53A.75.75%2C0%2C0%2C1-.53-.53.75.75%2C0%2C0%2C1%2C.53-.53L4.121%2C3.06a.75.75%2C0%2C0%2C1-.53%2C1.28Z%22%20transform%3D%22translate(1667.909%20109.909)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  height: 24px;
  width: 24px;
  padding: 0;
}
.page-search .cp-external .gsc-search-button-v2 svg {
  display: none;
}
.page-search .gsc-above-wrapper-area {
  border: none;
  padding: 0 0 21px;
  border-bottom: 1px solid #ccc;
}
.page-search .gsc-above-wrapper-area-container {
  margin: 0;
}
.page-search .gsc-results {
  padding: 0;
  width: 100%;
}
.page-search .gsc-result-info-container {
  padding: 0 !important;
  border: none;
}
.page-search .gsc-result-info {
  color: #222;
  padding: 0;
}
.page-search .gsc-orderby-container {
  border: none;
}
.page-search .gsc-adBlock {
  display: none;
}
.page-search .gsc-webResult.gsc-result {
  padding: 24px 0;
  border-width: 0 0 1px 0;
  border-color: #ccc;
}
.page-search .gs-web-image-box,
.page-search .gs-promotion-image-box {
  display: none;
}
.page-search .gs-result .gs-title *,
.page-search .gsc-cursor-page,
.page-search .gs-spelling a {
  color: #222;
}
.page-search .gs-visibleUrl {
  color: #5654DE !important;
  line-height: 1.4285714286;
}
.page-search .gsc-table-result .gs-snippet {
  line-height: 1.625;
}
.page-search .gsc-orderby {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.page-search .gsc-orderby-label {
  font-weight: normal;
  color: #222;
}
.page-search .gsc-selected-option-container {
  max-width: 100%;
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #ccc;
  color: #222;
}
.page-search .gsc-expansionArea {
  margin-bottom: 40px;
}
.page-search .gsc-results .gsc-cursor-box {
  padding: 20px 0;
  background-color: #fff;
}
.page-search .gsc-results .gsc-cursor {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.page-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #222;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-decoration: none !important;
}
.page-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #113364;
  color: #fff;
}
.page-search .gcsc-more-maybe-branding-root > a {
  display: none;
}
.page-search .gcsc-find-more-on-google-branding a::after {
  content: none;
}
.page-search .gcsc-branding img {
  margin-top: 2px;
}

/**NEW_EDITOR_BLOCK__START**/
:root {
  --main-color: #000000;
  --main-bg-color: #f4f4f4;
  --sub-bg-color: #F6F6F8;
  --main-text-color: #222222;
  --sub-text-color: #333333;
  --main-border-color: #cccccc;
  --sub-border-color: #999999;
  --main-link-color: #0E67B4;
}

.cp-basic-block {
  margin: 40px 0;
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .cp-basic-block {
    margin: 32px 0;
  }
}
.cp-basic-block__row {
  display: grid;
}
.cp-basic-block__row.is-no-step-down {
  display: flex;
}
.cp-basic-block__row[data-ratio="1-1"], .cp-basic-block__row[data-ratio="1-2"], .cp-basic-block__row[data-ratio="1-3"], .cp-basic-block__row[data-ratio="2-1"], .cp-basic-block__row[data-ratio="3-1"] {
  display: flex;
}
.cp-basic-block__col2 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 2/3;
}
.cp-basic-block__col2 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 1/2;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 3/4;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 2/3;
}
.cp-basic-block__col3 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="3"] {
  grid-row: 1/2;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="1"] {
  grid-row: 4/5;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="2"] {
  grid-row: 3/4;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="3"] {
  grid-row: 2/3;
}
.cp-basic-block__col4 .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col[data-cp-text-image-id="4"] {
  grid-row: 1/2;
}
.cp-basic-block__col2 .cp-basic-block__row {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .cp-basic-block__col2 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col3 .cp-basic-block__row {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .cp-basic-block__col3 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col4 .cp-basic-block__row {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .cp-basic-block__col4 .cp-basic-block__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cp-basic-block__col {
  margin-left: 0;
  margin-bottom: 0;
  word-break: normal;
}
.cp-basic-block__col + .cp-basic-block__col {
  margin-left: 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .cp-basic-block__row:not(.is-no-step-down) .cp-basic-block__col {
    margin-bottom: 0;
  }
  .cp-basic-block__row.is-step-down-reverse .cp-basic-block__col:last-child {
    margin-bottom: 0;
  }
}
.cp-basic-block__image-text-wrap > * {
  background-color: var(--main-bg-color);
  border: 1px solid var(--main-border-color);
  padding: 20px;
}
.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  color: #fff;
  background-color: var(--main-color);
}
.cp-basic-block__tab-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label a {
  color: #fff;
}
.cp-basic-block__tab-contents .cp-basic-block__child-label {
  border: 1px solid var(--main-color);
  background: var(--main-bg-color);
  color: var(--main-text-colorcolor);
}
.cp-basic-block__tab-contents .cp-basic-block__child-label a {
  color: var(-main-text-color);
  text-decoration: none !important;
}
@media screen and (min-width: 1024px) {
  .cp-basic-block__tab-contents .cp-basic-block__child-label:hover {
    color: #fff;
    background-color: var(--main-color);
  }
  .cp-basic-block__tab-contents .cp-basic-block__child-label:hover a {
    color: #fff;
  }
}
.cp-basic-block__accordion-contents .cp-basic-block__child-label {
  border: 1px solid var(--main-color);
  background: var(--main-bg-color);
  color: var(--main-text-colorcolor);
}
@media screen and (min-width: 1024px) {
  .cp-basic-block__accordion-contents .cp-basic-block__child-label:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.cp-basic-block__accordion-contents input.cp-basic-block__child-input:checked + .cp-basic-block__child-label {
  background-color: var(--main-color);
  color: #fff;
}
.cp-basic-block__buttons li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--main-text-color);
  border: 1px solid var(--main-color);
  background-color: var(--main-bg-color);
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .cp-basic-block__buttons li a:hover {
    color: #fff;
    background-color: var(--main-color);
  }
}

/**NEW_EDITOR_BLOCK___END**/