@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;800&display=swap&subset=japanese');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap");

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

.is-empty {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  outline: none;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  /*color: inherit;*/
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img, video, audio, iframe {
  border-style: none;
  vertical-align: top;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

th {
  text-align: left;
  vertical-align: top;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-family: 'Noto Sans JP', Helvetica, Arial, メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222;
  overflow-x: hidden;
}

a {
  color: #113364;
  transition: opacity .2s, color .2s, border .2s, background-color .2s;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000094.svg) no-repeat center center;
  background-size: 11px 11px;
}

.year-select__list a[target="_blank"]::after {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000095.svg);
}

img {
  max-width: 100%;
  height: auto;
}

.animated {
  animation-name: b-to-t;
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-delay: 0.2s;
  visibility: visible !important;
}

@keyframes b-to-t {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* レスポンシブチェック
-------------------------------------------------------------*/
#responsibleCheck {
  width: 1px;
  height: 0;
}
@media only screen and (max-width: 1200px) {
  #responsibleCheck {
    width: 2px;
  }
}

/* container */
.container {
  max-width: 1300px;
  padding: 0 40px 100px 40px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 4.5% 60px 4.5%;
  }
}

/* gnav */
.gnav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding: 95px 40px 0 160px;
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000088.png) no-repeat center center;
  background-size: cover;
  left: 100%;
  transition: left .5s ease-in-out .5s;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .gnav {
    padding: 60px 10% 10% 10%;
    transition: left .3s ease-in-out .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 .5s ease-in-out 1.5s;
}

@media screen and (max-width: 1200px) {
  .gnav.is-active .gnav__logo {
    transition: transform .8s ease-in-out 1.0s;
  }
}

.gnav.is-active .gnav__list {
  transform: translateX(0);
  transition: transform .5s ease-in-out 2.1s;
}

@media screen and (max-width: 1200px) {
  .gnav.is-active .gnav__list {
    transition: transform .8s ease-in-out 1.6s;
  }
}

.gnav.is-active .gnav__search {
  transform: translateX(0);
  transition: transform .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 .8s;
}

@media screen and (max-width: 1200px) {
  .gnav__logo {
    max-width: 515px;
    margin: 0 auto;
    transform: translateX(-1000px);
    transition: transform 0s ease-in-out .6s;
  }
}

.gnav__list {
  margin-top: 65px;
  padding-left: 29px;
  border-left: 1px solid #fff;
  transform: translateX(-500px);
  transition: transform 0s ease-in-out .8s;
}

@media screen and (max-width: 1200px) {
  .gnav__list {
    max-width: 515px;
    margin: 60px auto 0 auto;
    transform: translateX(-1000px);
    transition: transform 0s ease-in-out .6s;
  }
}

.gnav__list ul {
  padding: 10px 0;
  list-style: none;
}

.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: 20px;
    font-size: 2rem;
  }
}

.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 .8s;
  }
  .gnav__search form {
    display: -ms-flexbox;
    display: flex;
  }
  .gnav__search input[type="text"] {
    width: calc(100% - 45px);
    height: 40px;
    min-height: 40px;
    margin-right: 5px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 2px;
  }
  .gnav__search button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }
  .gnav__search button[disabled]:hover {
    cursor: not-allowed;
    /* 禁止カーソル */
  }
}

/* header */
base-header {
  display: block;
  min-height: 100px;
}
@media screen and (max-width: 1200px) {
  base-header {
    min-height: 60px;
  }
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 60px;
  }
}

.header__logo {
  background: #113364;
}

@media screen and (max-width: 1200px) {
  .header__logo {
    background: #fff;
  }
  .header__logo svg {
    width: 194px;
    height: 40px;
  }
  .header__logo path {
    fill: #222;
  }
}

.header__logo a {
  display: block;
  height: 100px;
  padding-left: 80px;
  padding-right: 37px;
  padding-top: 20px;
}

@media screen and (max-width: 1500px) {
  .header__logo a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header__logo a {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}

.header__nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      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: #222;
}

@media screen and (max-width: 1500px) {
  .header__nav a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1300px) {
  .header__nav a {
    padding: 0 6px;
  }
}

.header__nav a:hover {
  text-decoration: none;
}

.header__nav a::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background: #113364;
  opacity: 0;
  transition: opacity .2s;
}

.header__nav a.is-active::before, .header__nav a:hover::before {
  opacity: 1;
}

.header__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 30px;
}

@media screen and (max-width: 1200px) {
  .header__btn {
    padding-right: 0;
  }
}

.year-select {
  position: relative;
  width: 235px;
}

@media screen and (max-width: 1200px) {
  .year-select {
    display: 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;
}

.year-select__head::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 15px;
  width: 11px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
}

.year-select__head::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 11px;
  height: 1px;
  background: #707070;
  transform: rotate(-45deg);
}

.year-select__list {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 0;
  display: none;
  width: 100%;
  padding: 10px 12px 16px 12px;
  background: #113364;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.86;
}

.year-select__list ul {
  list-style: none;
  margin: 0;
}

.year-select__list a {
  color: #fff;
}

.search-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: 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;
  }
}

.search-window {
  position: absolute;
  z-index: 200;
  right: 0;
  top: 0;
  display: none;
  width: 442px;
  height: 100px;
  background: #113364;
}

.search-window form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: 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: 1200px) {
  .gnav-btn {
    width: 60px;
    height: 60px;
  }
}

.gnav-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #113364;
  transition: .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: #113364;
  transition: .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);
  }
}

/* footer */
.footer {
  background: #113364;
  padding: 70px 40px 15px 40px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 50px 4vw 15px 4vw;
    text-align: center;
  }
}

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
}

.footer__basic-information {
  max-width: calc(100% - 590px);
}

@media screen and (max-width: 1200px) {
  .footer__basic-information {
    width: 100%;
    max-width: none;
  }
}

.footer__address {
  margin-top: 30px;
  font-size: 1.3rem;
}

.footer__address a {
  color: #fff;
}

.footer__address .sp-br {
  display: inline-block;
  width: 13px;
}
@media screen and (max-width: 1200px) {
  .footer__address .sp-br {
    display: block;
    font-size: 0;
  }
}

@media screen and (max-width: 1200px) {
  .footer__address .sp-br::before {
    content: "\A";
    white-space: pre;
  }
}


.footer__otherlinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .footer__otherlinks {
    margin: 0;
    justify-content: center;
  }
}

.footer__otherlinks li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

.footer__otherlinks li::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.footer__otherlinks li:last-child::after {
  content: none;
}

.footer__otherlinks li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer__otherlinks a {
  font-size: 1.3rem;
  color: #fff;
}

.footer__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  .footer__sns {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 35px;
  }
}

.footer__sns li {
  margin-left: 6px;
  margin-right: 6px;
}

.footer__sns li:first-child {
  margin-left: 0;
}

.footer__sns li:last-child {
  margin-right: 0;
}

.footer__sns a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: .5;
}

.footer__sns a:hover {
  opacity: 1;
}

.footer__sns a::after {
  content: none;
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  min-width: 550px;
  list-style: none;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav li {
  margin-left: 22px;
  margin-right: 22px;
}

.footer__nav li:first-child {
  margin-left: 0;
}

.footer__nav li:last-child {
  margin-right: 0;
}

.footer__nav a {
  color: #fff;
}

.footer__copyright {
  width: 100%;
  margin-top: 35px;
  font-size: 1.3rem;
}

.page-top {
  position: fixed;
  z-index: 9;
  right: 40px;
  bottom: 40px;
  display: none;
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .page-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: url(/olympic/tokyo/albums/css/basic-common/abm00000050.svg) no-repeat center center #080C50;
    background-size: 12px 28px;
    border-radius: 50%;
  }
}

.page-top svg {
  width: 25.615px;
  height: 73.804px;
}

@media screen and (max-width: 1200px) {
  .page-top svg {
    display: none;
  }
}

.page-top .path-1 {
  fill: none;
  stroke: #666;
  transition: .2s;
}

.page-top .path-2 {
  fill: #666;
  transition: .2s;
}

.page-top.is-footer .path-1 {
  stroke: #fff;
}

.page-top.is-footer .path-2 {
  fill: #fff;
}

/* block */
@media screen and (max-width: 1200px) {
  .cp-h1-text {
    font-size: 2.8rem;
  }
}

.cp-h2-text {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 42px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .cp-h2-text {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 26px;
  }
}

.cp-h2-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background: #084B98;
  border-radius: 2px;
}

.cp-h2-text span {
  display: inline-block;
  margin-top: -12px;
  padding-top: 12px;
}

.cp-h3-text {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 42px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .cp-h3-text {
    font-size: 1.8rem;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 26px;
  }
}

.cp-h3-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #084B98;
  border-radius: 2px;
}

.cp-h4-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 29px 0 13px;
  padding: 0;
}

.lead1 {
  margin-top: 50px;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.588;
  color: #113364;
}
@media screen and (max-width: 1200px) {
  .lead1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}

/* top */
body.top .header {
  background: transparent;
}

body.top .header__logo {
  position: relative;
  z-index: 70;
  background: 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 .header__nav a {
  color: #fff;
}

body.top .header__nav a::before {
  background-color: #fff;
}

body.top .year-select {
  z-index: 70;
}

body.top .search-btn {
  position: relative;
  z-index: 70;
  background: rgba(255, 255, 255, 0.2);
}

body.top .search-btn g,
body.top .search-btn line {
  stroke: #fff;
}

body.top .gnav-btn::before,
body.top .gnav-btn::after {
  background-color: #fff;
}

body.top .container {
  max-width: none;
  padding: 0;
}

body.top .cp-h2-text {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  body.top .cp-h2-text {
    width: 130%;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: -15%;
  }
}

body.top .cp-h2-text::before {
  content: none;
}

@media screen and (max-width: 1200px) {
  body.top .cp-h2-text img {
    transform: scale(0.7);
    transform-origin: bottom center;
  }
}

body.top .cp-h2-text .is-txt,
body.top .cp-h2-text span {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  body.top .top-news .cp-h2-text {
    padding: 50px 0 60px 0;
    background: url(/olympic/tokyo/albums/css/basic-common/abm00000110.jpg) no-repeat center center;
    background-size: cover;
  }
}

.top-visual {
  position: relative;
  height: calc(100vh - 100px);
  margin-top: -100px;
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000088.png) no-repeat center center;
  background-size: cover;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-visual {
    margin-top: -100px;
    /*height: calc(100vh - 100px);*/
    height: calc(85vh - 100px);
  }
}

.top-visual::before {
  content: "";
  position: absolute;
  z-index: 60;
  bottom: 0;
  left: 50%;
  width: 184px;
  height: 31.7%;
  margin-left: -570px;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-90vw) skewX(-20deg);
  transition: transform 0.8s ease-out;
}
@media screen and (max-width: 1200px) {
  .top-visual::before {
    content: none;
  }
}

.top-visual::after {
  content: "";
  position: absolute;
  z-index: 60;
  bottom: 0;
  left: 50%;
  width: 577px;
  height: 100%;
  margin-left: 340px;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-120vw) skewX(-20deg);
  transition: transform 0.5s ease-out 0.3s;
}

@media screen and (max-width: 1200px) {
  .top-visual::after {
    content: none;
  }
}

.top-visual__slider {
  opacity: 0;
  transform: scale(1.3);
  transition: transform 1s ease-out 3.5s, opacity 1s ease-out 3.5s;
}

.top-visual__slider::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.top-visual__logo {
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  opacity: 0;
  transition: 2s ease-out 0.5s;
}

.cms .top-visual__logo {
  opacity: 1;
  position: static;
  display: block;
  padding: 0;
  width: auto;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .top-visual__logo img {
    display: block;
    width: 82%;
    max-width: 660px;
    margin: auto;
  }
}

.top-visual__c {
  opacity: 0;
  position: absolute;
  bottom: 35px;
  right: 60px;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
  z-index: 10;
  transform: none !important;
  transition: 0s !important;
  /*transition: .2s ease-out 0.1s;*/
}
@media screen and (max-width: 1200px) {
  .top-visual__c {
    font-size: 1.4rem;
    bottom: 13px;
    right: 3.5%;
  }
}

.top-visual__c.is-show {
  opacity: 1;
}

.cms .top-visual__c { 
  padding: 10px 0;
  color: #000;
  opacity: 1;
  position: static;
}

.top-visual .slick-slide > * {
  transform: scale(1.3);
  transition: 3s ease-out;
}

.ie11 .top-visual .slick-slide > * {
  transform: scale(1);
}

.top-visual .slick-active > * {
  transform: scale(1);
}

.top-visual__item img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: calc(100vh - 100px);
}
.top-visual__item img.is-spOnly {
  display: none;
}
@media screen and (max-width: 749px) {
  .top-visual__item img {
    height: calc(85vh - 100px);
  }
  .top-visual__item img.is-pcOnly {
    display: none;
  }
  .top-visual__item img.is-spOnly {
    display: block;
  }
}

.cms .top-visual__item img.is-pcOnly,
.cms .top-visual__item img.is-spOnly {
  display: block !important;
}

.top-visual .year-select {
  display: none;
}

@media screen and (max-width: 1200px) {
  .top-visual .year-select {
    position: absolute;
    bottom: 50px;
    left: 50%;
    display: block;
    line-height: 2;
    transform: translateX(-50%);
  }
  .top-visual .year-select__list {
    top: auto;
    bottom: 35px;
  }
}

body.is-loaded .top-visual::before {
  transform: translateX(0) skewX(-20deg);
}

body.is-loaded .top-visual::after {
  transform: translateX(0) skewX(-20deg);
}

body.is-loaded .top-visual__slider {
  transform: scale(1);
  opacity: 1;
}

body.is-loaded .top-visual__logo {
  opacity: 1;
}

.top-schedule {
  background: #113364;
  color: #fff;
  overflow: hidden;
}

.top-schedule__inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .top-schedule__inner {
    max-width: none;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

.top-schedule__item {
  position: relative;
  margin: 0 5px;
}
@media screen and (max-width: 1200px) {
  .top-schedule__item {
    margin: 0;
  }
}

.top-schedule__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skew(-22deg);
}

.top-schedule__item--head {
  width: 320px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .top-schedule__item--head {
    width: 39%;
  }
}

.top-schedule__item--head::before {
  background: #C1A676;
}

.top-schedule__item--olym {
  width: 270px;
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  .top-schedule__item--olym {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 28%;
    padding-left: 0;
  }
}

.top-schedule__item--olym::before {
  background: #084B98;
}

.top-schedule__item--para {
  width: 270px;
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  .top-schedule__item--para {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 33%;
    padding-left: 0;
  }
}

.top-schedule__item--para::before {
  background: #8C2230;
}

.top-schedule__text {
  position: relative;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.3;
  padding-top: 5px;
}

@media screen and (max-width: 1200px) {
  .top-schedule__text {
    height: 60px;
    line-height: 1.2;
  }
}

.top-schedule__text--01 {
  font-size: 3.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .top-schedule__text--01 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .top-schedule__text--01 {
    font-size: 2.5rem;
  }
}

.top-schedule__text--02 {
  padding-left: 10px;
  border-left: 1px solid #fff;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .top-schedule__text--02 {
    padding-left: 0;
    border-left: none;
    font-size: 1.4rem;
    letter-spacing: -.1rem;
  }
}

@media screen and (max-width: 500px) {
  .top-schedule__text--02 {
    font-size: 1.2rem;
  }
}

.top-schedule__text--03 {
  padding-left: 10px;
  border-left: 1px solid #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .top-schedule__text--03 {
    padding-left: 0;
    border-left: none;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .top-schedule__text--03 {
    font-size: 1.4rem;
  }
}

.top-schedule__text--03 strong {
  letter-spacing: .4rem;
  font-size: 3.6rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .top-schedule__text--03 strong {
    letter-spacing: .3rem;
    font-size: 3rem;
  }
}

@media screen and (max-width: 500px) {
  .top-schedule__text--03 strong {
    letter-spacing: .2rem;
    font-size: 2.5rem;
  }
}

/* 開催以降のクラスここから */
.top-schedule__item--olym.is-session .top-schedule__text--02,
.top-schedule__item--para.is-session .top-schedule__text--02 {
  display: none;
}

.top-schedule__item--olym.is-session .top-schedule__text--03,
.top-schedule__item--para.is-session .top-schedule__text--03 {
  padding: 10px 0;
  border: none;
}
@media screen and (max-width: 1200px) {
  .top-schedule__item--olym.is-session .top-schedule__text--03,
  .top-schedule__item--para.is-session .top-schedule__text--03 {
    padding: 10px 0;
  }
}

.top-schedule__item--olym.is-session .top-schedule__text--03 strong,
.top-schedule__item--para.is-session .top-schedule__text--03 strong {
  letter-spacing: -.01em;
  font-size: 1.7rem;
}
@media screen and (max-width: 1200px) {
  .top-schedule__item--olym.is-session .top-schedule__text--03 strong,
  .top-schedule__item--para.is-session .top-schedule__text--03 strong {
    font-size: 1.4rem;
  }
}

.top-schedule__item--olym.is-session .top-schedule__text--03 span,
.top-schedule__item--para.is-session .top-schedule__text--03 span {
  display: none;
}

.top-schedule__item--olym.is-session .top-schedule__text--03 br,
.top-schedule__item--para.is-session .top-schedule__text--03 br {
  display: none;
}
@media screen and (max-width: 500px) {
  .top-schedule__item--olym.is-session .top-schedule__text--03 br,
  .top-schedule__item--para.is-session .top-schedule__text--03 br {
    display: block;
  }
}
/* 開催以降のクラスここまで */

.top-sp-nav {
  padding: 40px 9.6%;
  background: #113364;
}

@media screen and (min-width: 1201px) {
  .top-sp-nav {
    display: none;
  }
}

.top-sp-nav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.top-sp-nav__item {
  height: 35.6vw;
  max-height: 300px;
  margin: 6px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  font-weight: 700;
  font-size: 2.4rem;
  overflow: hidden;
  position: relative;
}

.cms .top-sp-nav__item {
  height: 200px;
  max-height: inherit;
}

.top-sp-nav__item::before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
  width: 100% !important;
  height: 100% !important;
}

.top-sp-nav__item .cp-inner {
  display: inline;
}

.top-topics {
  padding: 1px 0 50px 0;
  background: #F7F7F7;
}

.top-topics__inner {
  position: relative;
  max-width: 1388px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1200px) {
  .top-topics__inner {
    padding: 0 7.4%;
  }
}

@media screen and (max-width: 1200px) {
  .top-topics__item {
    display: block;
  }
  .top-topics__item:nth-child(n+4) {
    display: none;
  }
}

.top-topics__item a {
  color: #222;
}

.top-topics__item a:hover {
  color: #fff;
  text-decoration: none;
}

.top-topics__item a:hover .top-topics__image-inner {
  transform: scale(1.2);
}

.top-topics__item a:hover .top-topics__text {
  background: #113364;
}

.top-topics__image {
  overflow: hidden;
  border-radius: 8px;
}

.top-topics__image-inner {
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform .4s;
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000203.svg);
}

.top-topics__text {
  position: relative;
  width: calc(100% - 20px);
  margin-top: -40px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 16px 40px 16px 40px;
  background: #fff;
  transition: background-color .2s;
}

@media screen and (max-width: 1200px) {
  .top-topics__text {
    padding: 12px 30px 12px 30px;
  }
}

.top-topics__category {
  font-size: 1.5rem;
  font-weight: 700;
  color: #C1A676;
}

@media screen and (max-width: 1200px) {
  .top-topics__category {
    font-size: 1.4rem;
  }
}

.top-topics__title {
  margin-top: 6px;
  min-height: 70px;
  line-height: 1.333;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .top-topics__title {
    min-height: inherit;
    font-size: 1.7rem;
  }
}

.top-topics__date {
  margin-top: 10px;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.top-topics__more {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .top-topics__more {
    margin-top: 30px;
    padding: 0 7.4%;
  }
}

.top-topics__more a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  background: #113364;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .top-topics__more a {
    position: relative;
  }
}

.top-topics__more a .text {
  display: inline-block;
  transition: transform .2s;
}

@media screen and (min-width: 1201px) {
  .top-topics__more a .text {
    transform: translateX(28px);
  }
}

.top-topics__more a .svg {
  position: relative;
  top: 2px;
  margin-left: 10px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .top-topics__more a .svg {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    opacity: 1;
  }
}

.top-topics__more a:hover {
  text-decoration: none;
}

.top-topics__more a:hover .text {
  transform: translateX(0);
}

.top-topics__more a:hover .svg {
  opacity: 1;
}

@media screen and (min-width: 1201px) {
  .top-topics__more a:hover .svg path {
    animation: arrow 0.5s linear 0s forwards;
  }
}

@keyframes arrow {
  0% {
    stroke-dashoffset: 124px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.top-topics .slick-slide {
  margin: 0 5px;
}

.top-topics .slick-prev {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background: #113364;
  transform: rotateY(180deg);
  transition: .2s;
}

.top-topics .slick-next {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background: #113364;
  transition: .2s;
}

.top-topics .slick-prev:hover,
.top-topics .slick-next:hover {
  background: #084B98;
}

.top-records {
  margin-top: 70px;
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .top-records {
    margin-top: 20px;
    padding: 0 7.4%;
  }
}

.top-records__inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .top-records__inner {
    display: block;
    padding-bottom: 0;
  }
}

.top-records__item {
  position: relative;
  width: 20.95%;
  margin-left: 5.4%;
}
@media screen and (max-width: 1200px) {
  .top-records__item {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
  }
}

.top-records__item:first-child {
  margin-left: 0;
}

.top-records__item:first-child::before {
  content: none;
}

.cms .top-records__item {
  width: 100%;
}

.top-records__item::before {
  content: "";
  position: absolute;
  left: -13%;
  top: 24px;
  width: 1px;
  height: calc(100% - 24px);
  background: #999;
}
@media screen and (max-width: 1200px) {
  .top-records__item::before {
    content: none;
  }
}

.top-records__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  min-height: 101px;
}

@media screen and (max-width: 1200px) {
  .top-records__head {
    min-height: 0;
  }
}

.top-records__medal {
  margin-right: 13px;
}

.top-records__text {
  line-height: 1.4;
  padding-bottom: 6px;
}

.top-records__text--ja {
  font-size: 1.5rem;
  font-weight: 700;
}

.top-records__text--en {
  margin-top: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
}

.top-records__list {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .top-records__list {
    margin-top: 10px;
  }
}

.top-records__list ul {
  column-count: 2;
  column-gap: 10px;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .top-records__list ul {
    line-height: 2;
  }
}

.cms .top-records__list ul {
  column-count: inherit;
}

.top-records__list li {
  margin: 0;
  padding: 0;
  break-inside: avoid;
}

.top-records__list li a {
  text-decoration: underline;
}

.top-records__list li a:hover {
  text-decoration: none;
}

.top-news {
  padding: 1px 40px 60px 40px;
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000110.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .top-news {
    padding: 1px 0 60px 0;
    background: none;
  }
}

.top-news__inner {
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin: 105px auto 0 auto;
}

@media screen and (max-width: 1200px) {
  .top-news__inner {
    display: block;
    margin: 10px auto 0 auto;
    padding: 0 7.4%;
  }
}

.top-news__inner.ns-content::before {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .top-news__inner.ns-content::before {
    color: #333;
  }
}

.top-news__item {
  width: 22.6%;
  margin-right: 3.2%;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .top-news__item {
    width: 100%;
    margin-right: 0;
    color: #666;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media screen and (max-width: 1200px) {
  .top-news__item:first-child {
    border-top: 1px solid #d8d8d8;
  }
}

.top-news__item:nth-child(4n) {
  margin-right: 0;
}

.top-news__item a {
  display: block;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .top-news__item a {
    color: #222;
  }
}

.top-news__date {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
  .top-news__date {
    font-size: 1.5rem;
  }
}

.top-news__title {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .top-news__title {
    margin-top: 5px;
    line-height: 1.6;
  }
}

.top-news__more {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .top-news__more {
    margin-top: 30px;
    padding: 0 7.4%;
  }
}

.top-news__more a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  background: #113364;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .top-news__more a {
    position: relative;
  }
}

.top-news__more a .text {
  display: inline-block;
  transition: transform .2s;
}

@media screen and (min-width: 1201px) {
  .top-news__more a .text {
    transform: translateX(28px);
  }
}

.top-news__more a .svg {
  position: relative;
  top: 2px;
  margin-left: 10px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .top-news__more a .svg {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    opacity: 1;
  }
}

.top-news__more a:hover {
  text-decoration: none;
}

.top-news__more a:hover .text {
  transform: translateX(0);
}

.top-news__more a:hover .svg {
  opacity: 1;
}

@media screen and (min-width: 1201px) {
  .top-news__more a:hover .svg path {
    animation: arrow 0.5s linear 0s forwards;
  }
}

@keyframes arrow {
  0% {
    stroke-dashoffset: 124px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.top-interview {
  background: #113364;
  padding: 1px 40px 95px 40px;
}

@media screen and (max-width: 1200px) {
  .top-interview {
    padding: 1px 0 60px 0;
  }
}

.top-interview .cp-h2-text {
  color: #fff;
}

.top-interview__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1220px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .top-interview__inner {
    padding: 0 7.4%;
  }
}

.top-interview__item {
  position: relative;
  width: calc(33.3333% - 6.6666px);
  margin-bottom: 20px;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .top-interview__item {
    width: 100%;
    margin-right: 0;
  }
}

.top-interview__item:nth-child(3n) {
  margin-right: 0;
}

.top-interview a {
  color: #fff;
}

.cms .top-interview a {
  color: #333;
}

.top-interview a:hover {
  text-decoration: none;
}

.top-interview a:hover .top-interview__text {
  opacity: 1;
}

.top-interview a:hover .top-interview__image {
  transform: scale(1.2);
}

.top-interview a:hover .svg {
  opacity: 1;
}

.top-interview a:hover .svg path {
  animation: arrow 0.5s linear 0s forwards;
}

@keyframes arrow {
  0% {
    stroke-dashoffset: 124px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.top-interview__image {
  transition: transform .4s;
}

@media screen and (max-width: 1200px) {
  .top-interview__image {
    height: 35vw;
  }
}

.top-interview__image img {
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .top-interview__image img {
    position: relative;
    transform: translateY(-15%);
  }
}

.top-interview__text {
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  font-weight: 700;
  transition: opacity .2s;
}
@media screen and (max-width: 1200px) {
  .top-interview__text {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
}

.cms .top-interview__text {
  position: static;
  opacity: 1;
  background: none;
}

.top-interview__text--01 {
  margin-top: 60px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .top-interview__text--01 {
    margin-top: 30px;
    font-size: 2.1rem;
  }
}

.top-interview__text--02 {
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .top-interview__text--02 {
    font-size: 1.3rem;
  }
}

.top-interview__text--03 {
  margin-top: 25px;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .top-interview__text--03 {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.top-interview__text .svg {
  position: absolute;
  right: 27px;
  bottom: 15px;
  opacity: 0;
  line-height: 0;
}

@media screen and (max-width: 1200px) {
  .top-interview__text .svg {
    display: none;
  }
}

.top-sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .top-sns {
    padding: 0 2.65vw;
  }
}

.top-sns a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 280px;
  border: 1px solid #999;
}
@media screen and (max-width: 1200px) {
  .top-sns a {
    height: 55vw;
    min-height: 152px;
    max-height: 280px;
    background-color: #F7F7F7;
  }
}

.cms .top-sns a {
  display: flex !important;
}

.top-sns a:hover {
  background-color: #F7F7F7;
}

.top-sns a:hover .top-sns__image img {
  opacity: 0;
}

.top-sns a::after {
  content: none;
}

.top-sns__item {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .top-sns__item {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

.top-sns__item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1200px) {
  .top-sns__item:nth-child(2n) {
    margin-right: auto;
  }
}

.top-sns__item--yt .top-sns__image {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000127.svg);
  background-size: contain;
}

.top-sns__item--fb .top-sns__image {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000121.svg);
  background-size: contain;
}

.top-sns__item--in .top-sns__image {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000123.svg);
}

.top-sns__item--li .top-sns__image {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000125.svg);
  background-size: contain;
}

.top-sns__image {
  width: 180px;
  height: 180px;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .top-sns__image {
    width: 150px;
    height: 150px;
    margin-top: -22px;
  }
}

.top-sns__image img {
  transition: opacity .2s;
  height: 180px;
}

@media screen and (max-width: 1200px) {
  .top-sns__image img {
    opacity: 0;
    height: auto;
  }
}

.top-foot-link {
  max-width: 1200px;
  margin: 60px auto 90px auto;
  padding: 0 40px;
}

@media screen and (max-width: 1200px) {
  .top-foot-link {
    margin: 40px auto 40px auto;
    padding: 0 7.4vw;
  }
}

.top-foot-link--ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  .top-foot-link--ul {
    max-width: 575px;
    margin: 0 auto;
  }
}

.top-foot-link--ul--li {
  width: 32.15%;
  margin-right: 1.775%;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .top-foot-link--ul--li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.top-foot-link--ul--li:nth-child(3n) {
  margin-right: 0;
}

.top-foot-link--ul--li a {
  display: block;
  padding: 13px 5px;
  border: 1px solid #707070;
  background: #fff;
  color: #222;
  text-align: center;
  box-shadow: 3px 8px 8px rgba(0, 0, 0, 0.1);
}

.top-foot-link--ul--li a .text {
  display: inline-block;
  transition: transform .2s;
}

@media screen and (min-width: 1201px) {
  .top-foot-link--ul--li a .text {
    transform: translateX(28px);
  }
}

.top-foot-link--ul--li a .svg {
  position: relative;
  top: 2px;
  margin-left: 10px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .top-foot-link--ul--li a .svg {
    display: none;
  }
}

.top-foot-link--ul--li a:hover {
  text-decoration: none;
}

.top-foot-link--ul--li a:hover .text {
  transform: translateX(0);
}

.top-foot-link--ul--li a:hover .svg {
  opacity: 1;
}

.top-foot-link--ul--li a:hover .svg path {
  animation: arrow 0.5s linear 0s forwards;
}

@keyframes arrow {
  0% {
    stroke-dashoffset: 124px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.top-foot-link--ul--li a::after {
  content: none;
}

/* index */
.index-visual {
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .index-visual {
    padding: 0 7.4%;
  }
}

.index-visual.no1 {
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000143.jpg) no-repeat center center;
  background-size: cover;
}
.index-visual.no1-1 {
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000193.jpg) no-repeat center center;
  background-size: cover;
}
.index-visual.no2 {
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000106.jpg) no-repeat center center;
  background-size: cover;
}
.index-visual.no3 {
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000144.jpg) no-repeat center center;
  background-size: cover;
}
.index-visual.no4 {
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000145.jpg) no-repeat center center;
  background-size: cover;
}

.index-visual__inner {
  position: relative;
  max-width: 1220px;
  height: 480px;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (max-width: 1200px) {
  .index-visual__inner {
    padding-top: 38px;
    height: 220px;
  }
}

.index-visual__text {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .index-visual__text {
    font-size: 2.4rem;
  }
}

.index-visual__subtext {
  position: absolute;
  right: 0;
  bottom: 85px;
}

@media screen and (max-width: 1200px) {
  .index-visual__subtext {
    transform: scale(0.6);
    transform-origin: bottom right;
    right: 0;
    bottom: 20px;
  }
}

.athletes-nav {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 75px;
  background: #F7F7F7;
}
@media screen and (max-width: 1200px) {
  .athletes-nav {
    display: block;
    padding: 30px 4.5% 40px;
  }
}

.athletes-nav::before {
  content: '';
  position: absolute;
  background: #F7F7F7;
  width: 2000vw;
  height: 100%;
  top: 0;
  left: -200%;
  z-index: -1;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .athletes-nav::before {
    content: none;
  }
}

.container .athletes-nav {
  display: none;
}

.athletes-nav__item--olym {
  width: calc(75% - 10px);
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .athletes-nav__item--olym {
    width: 100%;
    margin-right: 0;
  }
}

.athletes-nav__item--para {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .athletes-nav__item--para {
    width: 100%;
  }
}

.athletes-nav__head {
  margin-bottom: 20px;
  padding: 3px 5px 5px 5px;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.athletes-nav__head--olym {
  background-color: #084B98;
}

.athletes-nav__head--para {
  background-color: #8C2230;
}

@media screen and (max-width: 1200px) {
  .athletes-nav__list--olym {
    margin-bottom: 30px;
  }
}

.athletes-nav__list--olym ul {
  column-count: 3;
  column-gap: 10px;
}

@media screen and (max-width: 1200px) {
  .athletes-nav__list--olym ul {
    column-count: 1;
    column-gap: 0;
  }
}

.athletes-nav__list--olym li {
  break-inside: avoid;
}

.athletes-nav__list ul {
  list-style: none;
  margin-left: 0;
}

.athletes-nav__list li {
  margin-bottom: 5px;
  line-height: 1.6;
}

.athletes-nav__list a {
  padding-left: 42px;
  color: #222;
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000087.svg) no-repeat left 11px top 4px;
  background-size: 18px 18px;
}

.athletes-list__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1220px;
  margin: 0 auto;
}

.athletes-list__item {
  position: relative;
  width: calc(33.3333% - 6.6666px);
  margin-bottom: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .athletes-list__item {
    width: 100%;
    margin-right: 0;
  }
}

.athletes-list__item:nth-child(3n) {
  margin-right: 0;
}

.athletes-list__item > a {
  display: block;
}

.athletes-list a {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.athletes-list a:hover {
  text-decoration: none;
}

.athletes-list a:hover .athletes-list__image {
  transform: scale(1.2);
}

.athletes-list a:hover .svg {
  opacity: 1;
}

.athletes-list a:hover .svg path {
  animation: arrow 0.5s linear 0s forwards;
}

@keyframes arrow {
  0% {
    stroke-dashoffset: 124px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.athletes-list__image {
  transition: transform .4s;
}

@media screen and (max-width: 1200px) {
  .athletes-list__image {
    height: 38vw;
  }
}

.athletes-list__image img {
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .athletes-list__image img {
    position: relative;
    transform: translateY(-13.5%);
  }
}

.athletes-list__text {
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  transition:.2s;
}
@media screen and (max-width: 1200px) {
  .athletes-list__text {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }
}

.athletes-list a:hover .athletes-list__text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.1);
  transition: .2s;
}

.cms .athletes-list__text {
  position: static;
  background: none;
  opacity: 1;
}

.athletes-list__text--01 {
  margin-top: 60px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .athletes-list__text--01 {
    margin-top: 30px;
    font-size: 2.1rem;
  }
}

.athletes-list__text--02 {
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .athletes-list__text--02 {
    font-size: 1.3rem;
  }
}

.athletes-list__text--03 {
  margin-top: 25px;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .athletes-list__text--03 {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}

.athletes-list__text .svg {
  position: absolute;
  right: 27px;
  bottom: 15px;
  opacity: 0;
  line-height: 0;
}

@media screen and (max-width: 1200px) {
  .athletes-list__text .svg {
    display: none;
  }
}

.athletes-list__caption {
  max-width: 166px;
  margin-top: 15px;
}

.cms .athletes-list__caption {
  max-width: inherit;
}

.athletes-list__caption a {
  display: block;
  position: relative;
  padding: 0 16px 0 13px;
  line-height: 32px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  background-color: #4175B1;
  border-radius: 2px;
  transition: .4s;
}

.athletes-list__caption a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  width: 4px;
  height: 8px;
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000152.svg) no-repeat center center;
  background-size: 4px 8px;
}

.athletes-list__caption a:hover {
  opacity: .7;
}

/* under */
body.under {
  background: #f7f7f7;
}

body.parent-12,
body.parent-13 {
  background: none;
}

body.parent-13 .side-list:first-child {
  padding-bottom: 0;
}

body.under .container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 95px;
  min-height: 700px;
}
@media screen and (max-width: 1200px) {
  body.under .container {
    display: block;
    padding-top: 30px;
    min-height: 350px;
  }
}

body.under .container img {
  border-radius: 8px;
}

.under-visual {
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .under-visual {
    padding: 0 7.4%;
  }
}

.under-visual.no1 {
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000142.jpg) no-repeat center center;
  background-size: cover;
}
.under-visual.no2 {
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000107.jpg) no-repeat center center;
  background-size: cover;
}
.under-visual.no3 {
  background: url() no-repeat center center;
  background-size: cover;
}
.under-visual.no4 {
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000146.jpg) no-repeat center center;
  background-size: cover;
}


.under-visual__inner {
  position: relative;
  max-width: 1220px;
  height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .under-visual__inner {
    height: 108px;
  }
}

.under-visual__text {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .under-visual__text {
    font-size: 2.4rem;
  }
}

.under-visual__subtext {
  position: absolute;
  right: 60px;
  bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .under-visual__subtext {
    transform: scale(0.6);
    transform-origin: bottom right;
    right: 0;
    bottom: 20px;
  }
}

.container__main {
  width: 72.1311475409836%;
  margin-right: 4.918032786885246%;
}
@media screen and (max-width: 1200px) {
  .container__main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.container__side {
  width: 22.951%;
}

@media screen and (max-width: 1200px) {
  .container__side {
    width: 100%;
  }
}

.side-head {
  margin-bottom: 20px;
  padding: 10px 5px 12px 5px;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.side-head.is-olympic {
  background-color: #084B98;
}

.side-head.is-paralympic {
  background-color: #8C2230;
}

.side-head.is-practice {
  background-color: #C1A676;
}

.side-list {
  padding-bottom: 30px;
}

.side-list__item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.side-list__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #222;
}

.side-list__image {
  width: 64px;
  margin-right: 8px;
  padding-top: 64px;
  background: #ddd no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}

.side-list__text {
  width: calc(100% - 72px);
  padding-top: 4px;
  font-size: 1.4rem;
  line-height: 1.428;
}

.athletes-profile {
  position: relative;
  min-height: 605px;
  margin-bottom: 45px;
  padding-right: 50%;
  padding-bottom: 65px;
  color: #222;
  border-bottom: 1px solid #999;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .athletes-profile {
    min-height: 0;
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 50px;
  }
}

.athletes-profile a {
  color: #0E67B4;
}

.athletes-profile__head {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .athletes-profile__head {
    font-size: 3.4rem;
  }
}

.athletes-profile__ruby {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .athletes-profile__ruby {
    font-size: 1.8rem;
  }
}

.athletes-profile__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 42.223%;
  height: 540px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .athletes-profile__image {
    position: relative;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}

.athletes-profile__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-25%);
}
@media screen and (max-width: 1200px) {
  .athletes-profile__image img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
  }
}

.cms .athletes-profile__image img {
  transform: translateX(-17.5%);
}

.athletes-profile__copy {
  position: absolute;
  z-index: 2;
  top: 500px;
  right: 14px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .athletes-profile__copy {
    position: relative;
    text-align: right;
    top: inherit;
    bottom: 37px;
    right: 14px;
    margin: 0 0 -37px;
    padding-bottom: 0;
  }
}

.cms .athletes-profile__copy {
  padding-bottom: 20px;
}

.athletes-profile__sub-title {
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}

.athletes-profile__sub-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: calc(100% - 110px);
  height: 1px;
  background: #999;
}

.athletes-profile__sns {
  display: flex;
}

.cms .athletes-profile__sns {
  display: inline;
}

.athletes-profile__sns a,
.athletes-profile__sns img {
  width: 38px;
  margin-right: 10px;
}

.athletes-profile__competition {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 700;
}

.interview-head {
  margin-top: 110px;
  margin-bottom: 50px;
  padding: 25px 23px 21px 23px;
  border: 1px solid #084B98;
  text-align: center;
  background-color: #4175B1;
  border-radius: 2px;
}

@media screen and (max-width: 1200px) {
  .interview-head {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 10px 13px 6px 13px;
  }
}

@media screen and (max-width: 1200px) {
  .interview-head img {
    transform: scale(0.7);
  }
}

/* 選手のメッセージ */
.athletes-message__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 45px 0 30px;
  padding: 23px 0 24px;
  border-bottom: 2px solid #084B98;
}
@media screen and (max-width: 1200px){
  .athletes-message__ttl {
    font-size: 2rem;
    margin: 30px 0 20px;
  }
}

.athletes-message__sttl {
  margin: 30px 0 5px;
  font-size: 1.8rem;
  font-weight: 700;
}


/* ==========================================================================

記事がない場合

========================================================================== */
.ns-content:empty {
  display: block;
  padding: 35px 0 !important;
  text-align: center;
}

.ns-content:empty::before {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  content: 'お知らせはございません。';
  font-size: 1.6rem;
  margin: 0 auto;
}


/* ==========================================================================

パンくずリスト

========================================================================== */
.breads {
  display: none;
}


/* ==========================================================================

電話番号、メールアドレス

========================================================================== */
a[href^="tel:"],
a[href^="mailto:"] {
  cursor: inherit;
  text-decoration: none;
}


/* ==========================================================================

ロードしたページデータを非表示に

========================================================================== */
#page-data {
  display: none;
}

/* ==========================================================================

競技日程のINDEX

========================================================================== */
.id-20,
.id-21 {
  background-color: #F7F7F7;
}

.id-20 .container,
.id-21 .container {
  padding-top: 52px;
}
@media screen and (max-width: 1200px) {
  .id-20 .container,
  .id-21 .container {
    padding-top: 40px;
  }
}

.id-20 [data-area="content"] .cp-text .cp-text-item,
.id-21 [data-area="content"] .cp-text .cp-text-item {
  line-height: 2;
}

.id-20 .container .athletes-nav,
.id-21 .container .athletes-nav {
  display: flex;
  padding: 5px 0 9px;
}
@media screen and (max-width: 1200px) {
  .id-20 .container .athletes-nav,
  .id-21 .container .athletes-nav {
    display: block;
  }
}

.id-20 [data-area="content"] .cp-img,
.id-21 [data-area="content"] .cp-img {
  margin: 0 0 47px;
}


/* ==========================================================================

競技日程の見出し

========================================================================== */
.ob-scheduleTtl {
  display: flex;
  align-items: center;
  margin: 0 0 29px;
}
@media screen and (max-width: 1200px){
  .ob-scheduleTtl {
    margin: 0 0 -30px;
  }
}

.cms .ob-scheduleTtl {
  margin: 0;
}

.ob-scheduleTtl__Img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1200px){
  .ob-scheduleTtl__Img {
    width: 34px;
    height: 34px;
  }
}

.ob-scheduleTtl__txt {
  margin-top: 3px;
  padding: 0 0 0 21px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1200px){
  .ob-scheduleTtl__txt {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 0;
    padding: 0 0 0 7px;
  }
}


/* ==========================================================================

競技説明のINDEX

========================================================================== */
.id-22 .container {
  max-width: 1262px;
}

.id-22 .cp-h1-text {
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  .id-22 .cp-h1-text {
    font-size: 2.8rem;
  }
}


/* ==========================================================================

競技説明のINDEX用アンカーリンク

========================================================================== */
.ob-anhcorLink {
  display: flex;
  justify-content: space-between;
  max-width: 783px;
  margin: 76px auto 97px;
}
@media screen and (max-width: 1200px) {
  .ob-anhcorLink {
    margin: 40px auto 45px;
  }
}

.cms .ob-anhcorLink {
  display: block;
  margin: 0;
}

.ob-anhcorLink__list {
  width: 48.53128991060026%;
}

.cms .ob-anhcorLink__list {
  width: 100%;
}

.ob-anhcorLink__list:first-child {
  margin-left: -11px;
}
.ob-anhcorLink__list:last-child {
  margin-right: 11px;
}
@media screen and (max-width: 1200px) {
  .ob-anhcorLink__list:first-child,
  .ob-anhcorLink__list:last-child {
    margin: 0;
  }
}

.cms .ob-anhcorLink__list:first-child,
.cms .ob-anhcorLink__list:last-child {
  margin: 0;
}

.ob-anhcorLink__list a {
  position: relative;
  display: block;
  padding: 3px 10px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  color: #0E67B4;
  border: 1px solid #0E67B4;
  border-radius: 2px;
}
@media screen and (max-width: 1200px) {
  .ob-anhcorLink__list a {
    padding: 7px 10px;
    font-size: 1.4rem;
    letter-spacing: -.1em;
  }
}

.cms .ob-anhcorLink__list a {
  border: none;
  padding: 0;
}

.ob-anhcorLink__list a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 6px;
  background: url(/olympic/tokyo/albums/css/basic-common/abm00000174.svg) center center no-repeat;
  background-size: 12px 6px;
}
@media screen and (max-width: 1200px) {
  .ob-anhcorLink__list a::after {
    right: 8px;
  }
}

.cms .ob-anhcorLink__list a::after {
  content: none;
}

.ob-anhcorLink__list a:hover {
  color: #fff;
  background-color: #0E67B4;
  text-decoration: none;
}

.ob-anhcorLink__list a:hover::after {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000191.svg);
}


/* ==========================================================================

競技説明のテーブル

========================================================================== */
.cms [data-area="content"] table {
  table-layout: fixed;
}

.cms [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: none;
}

.id-20 [data-area="content"] table,
.id-21 [data-area="content"] table {
  table-layout: fixed;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .id-20 [data-area="content"] table,
  .id-21 [data-area="content"] table {
    table-layout: auto;
  }
}

.id-20 [data-area="content"] table td,
.id-21 [data-area="content"] table td {
  padding: 10px 10px;
  font-size: 1.3rem;
}

.id-20 [data-area="content"] table td a,
.id-21 [data-area="content"] table td a {
  color: #0E67B4;
  text-decoration: none;
}

.id-20 [data-area="content"] table td a:hover,
.id-21 [data-area="content"] table td a:hover {
  text-decoration: underline;
}

.id-20 [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n),
.id-21 [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: none;
}

.id-20 [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(odd),
.id-21 [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.id-20 [data-area="content"] table.fr-alternate-rows tbody tr:first-child,
.id-21 [data-area="content"] table.fr-alternate-rows tbody tr:first-child {
  background: none;
}


/* ==========================================================================

競技説明のINDEX用各競技リスト

========================================================================== */
.ob-compeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px 0 0;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  .ob-compeList {
    margin: -20px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .ob-compeList {
    margin: -20px 0 0;
  }
}

.ob-compeList__list {
  width: 32.14890016920474%;
  margin: 0 0 55px;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  .ob-compeList__list {
    width: 48.6%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 749px) {
  .ob-compeList__list {
    width: 100%;
    margin: 0 0 30px;
  }
}

.ob-compeList__list a {
  display: block;
  color: #222;
}

.ob-compeList__list-Img {
  width: 48px;
  height: 48px;
  min-width: 48px;
}
@media screen and (max-width: 1200px) {
  .ob-compeList__list-Img {
    width: 34px;
    height: 34px;
  }
}

.ob-compeList__list-ttl {
  display: flex;
  align-items: center;
  min-height: 82px;
}
@media screen and (max-width: 749px) {
  .ob-compeList__list-ttl {
    min-height: 82px;
  }
}

.ob-compeList__list-txt {
  padding: 0 0 0 16px;
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (min-width:750px) and ( max-width:1200px) {
  .ob-compeList__list-txt {
    padding: 7px 0 0 16px;
  }
}
@media screen and (max-width: 749px) {
  .ob-compeList__list-txt {
    padding: 12px 0 0 7px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.ob-compeList__list-img {
  border-radius: 8px;
  overflow: hidden;
}

.ob-compeList__list-img img {
  border-radius: 8px;
  transition: transform .4s;
}
@media screen and (max-width: 1200px) {
  .ob-compeList__list-img img {
    width: 100%;
  }
}

.ob-compeList__list a:hover {
  text-decoration: none;
}
.ob-compeList__list a:hover .ob-compeList__list-img img {
  transform: scale(1.2);
}


/* ==========================================================================

競技説明のリンクエリア（動的）

========================================================================== */
.compe-area {
  min-height: 506px;
  background-color: #F7F7F7;
}

.compe-area__info {
  display: none;
}

.compe-area__inner {
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding: 71px 40px 0 40px;
  margin: 0 auto;
}
@media screen and (min-width:750px) and ( max-width:1200px) {
  .compe-area__inner {
    display: block;
    padding: 44px 4.5% 0 4.5%;
  }
}
@media screen and (max-width: 749px){
  .compe-area__inner {
    display: block;
    padding: 30px 4.5% 7px 4.5%;
  }
}

.compe-area__inner .lv2-link,
.compe-area__inner .lv3-link,
.compe-area__inner--olympic .paralympics3,
.compe-area__inner--paralympic .olympic3 {
  display: none;
}

.compe-area__inner .lv3-folder {
  height: 435px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

@media screen and (min-width:750px) and ( max-width:1200px) {
  .compe-area__inner--olympic .olympic3 .lv3-folder {
    height: 550px;
  }
}
@media screen and (max-width: 749px){
  .compe-area__inner--olympic .olympic3 .lv3-folder {
    height: auto;
  }
}

@media screen and (max-width: 1200px){
  .compe-area__inner--paralympic .paralympics3 .lv3-folder {
    height: auto;
  }
}

.compe-area__inner--olympic {
  opacity: 0;
  width: 75%;
}
@media screen and (max-width: 1200px) {
  .compe-area__inner--olympic {
    width: 100%;
  }
}

.compe-area__inner--paralympic {
  opacity: 0;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .compe-area__inner--paralympic {
    width: 100%;
  }
}

.compe-area__inner .lv4-item {
  margin: 0 0 23px;
}

.compe-area__inner--olympic .lv4-item {
  width: 303px;
}
@media screen and (max-width: 1320px) {
  .compe-area__inner--paralympic {
    width: auto;
  }
}

.compe-area__inner .lv4-item a {
  position: relative;
  padding: 0 0 0 58px;
  color: #222;
}

.compe-area__inner .lv4-item a::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
}

.compe-area__inner .lv4-item a.is-active {
  font-weight: 700;
}

.compe-area__inner .lv4-item a.is-active:hover {
  text-decoration: none;
}

.compe-area__inner--olympic a.is-active {
  color: #084B98;
}

.compe-area__inner--paralympic a.is-active {
  color: #8C2230;
}

body.parent-12 .container + .compe-area,
body.parent-13 .container + .compe-area {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.parent-12 .under-visual + .compe-area,
  body.parent-13 .under-visual + .compe-area {
    display: none;
  }
  body.parent-12 .container + .compe-area,
  body.parent-13 .container + .compe-area {
    display: block;
    margin-top: -50px;
  }
  .compe-area__inner--olympic,
  .compe-area__inner--paralympic {
    opacity: 1 !important;
  }
}

/* セーリング */
.compe-area__inner .lv4-item[data-cms-id="32"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000154.svg);
}
/* ボクシング */
.compe-area__inner .lv4-item[data-cms-id="33"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000155.svg);
}
/* レスリング */
.compe-area__inner .lv4-item[data-cms-id="34"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000159.svg);
}
/* 自転車競技 */
.compe-area__inner .lv4-item[data-cms-id="35"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000160.svg);
}
/* 柔道 */
.compe-area__inner .lv4-item[data-cms-id="37"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000156.svg);
}
/* 飛込 */
.compe-area__inner .lv4-item[data-cms-id="56"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000166.svg);
}
/* 競泳 */
.compe-area__inner .lv4-item[data-cms-id="55"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000165.svg);
}
/* 水球 */
.compe-area__inner .lv4-item[data-cms-id="39"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000162.svg);
}
/* アーチェリー */
.compe-area__inner .lv4-item[data-cms-id="36"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000235.svg);
}
/* カヌー */
.compe-area__inner .lv4-item[data-cms-id="38"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000237.svg);
}
/* 体操競技 */
.compe-area__inner .lv4-item[data-cms-id="54"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000163.svg);
}
/* 新体操 */
.compe-area__inner .lv4-item[data-cms-id="159"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000405.svg);
}
/* フェンシング */
.compe-area__inner .lv4-item[data-cms-id="57"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000236.svg);
}
/* ウエイトリフティング */
.compe-area__inner .lv4-item[data-cms-id="99"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000356.svg);
}
/* サッカー */
.compe-area__inner .lv4-item[data-cms-id="114"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000354.svg);
}
/* ラグビー */
.compe-area__inner .lv4-item[data-cms-id="115"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000348.svg);
}
/* バドミントン */
.compe-area__inner .lv4-item[data-cms-id="116"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000349.svg);
}
/* バレーボール */
.compe-area__inner .lv4-item[data-cms-id="117"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000351.svg);
}
/* マラソンスイミング */
.compe-area__inner .lv4-item[data-cms-id="118"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000350.svg);
}
/* トライアスロン */
.compe-area__inner .lv4-item[data-cms-id="119"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000352.svg);
}
/* ハンドボール */
.compe-area__inner .lv4-item[data-cms-id="120"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000353.svg);
}

/* パラ陸上競技 */
.compe-area__inner .lv4-item[data-cms-id="23"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000168.svg);
}
/* パラ水泳 */
.compe-area__inner .lv4-item[data-cms-id="58"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000169.svg);
}
/* パラバドミントン */
.compe-area__inner .lv4-item[data-cms-id="59"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000167.svg);
}
/* パラ馬術 */
.compe-area__inner .lv4-item[data-cms-id="97"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000355.svg);
}
/* パラ車いすバスケットボール */
.compe-area__inner .lv4-item[data-cms-id="98"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000329.svg);
}
/* パラ卓球 */
.compe-area__inner .lv4-item[data-cms-id="152"] a::before {
  background-image: url(/olympic/tokyo/albums/css/basic-common/abm00000373.svg);
}


/* ==========================================================================

競技説明の見出し+メイン画像

========================================================================== */
.container .ob-ttlImg {
  display: none;
}

.ob-ttlImg {
  padding: 78px 0 0;
}
@media screen and (max-width: 1200px){
  .ob-ttlImg {
    padding: 17px 0 0;
  }
}

.ob-ttlImg__ttl {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px){
  .ob-ttlImg__ttl {
    padding: 0 4.5%;
  }
}

.ob-ttlImg__ttl--Img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
@media screen and (max-width: 1200px){
  .ob-ttlImg__ttl--Img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

.ob-ttlImg__ttl--Img img {
  display: block;
  width: 100%;
  height: 100%;
}

.ob-ttlImg__ttl--txt {
  font-size: 4rem;
  padding: 0 0 0 32px;
}
@media screen and (max-width: 1200px){
  .ob-ttlImg__ttl--txt {
    font-size: 2.8rem;
    padding: 0 0 0 12px;
  }
}

.ob-ttlImg__img {
  max-width: 1420px;
  margin: 59px auto -18px;
  padding: 0 40px;
}
@media screen and (max-width: 1200px){
  .ob-ttlImg__img {
    margin: 30px auto 0;
    padding: 0 4.5%;
  }
}

.ob-ttlImg__img img {
  border-radius: 270px;
}
@media screen and (max-width: 1200px){
  .ob-ttlImg__img img {
    border-radius: 135px;
  }
}


/* ==========================================================================

競技説明の見どころ

========================================================================== */
.ob-look {
  position: relative;
  background-color: #F4F6FA;
  border: 3px dotted #113364;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 90px 0 0;
  padding: 22px 47px 38px 47px;
}
@media screen and (max-width: 1200px){
  .ob-look {
    margin: 45px 0 0;
    padding: 20px;
    border-radius: 6px;
  }
}

.cms .ob-look {
  margin: 0;
}

.ob-look__ttl {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .ob-look__ttl--img {
    max-width: 100px;
  }
}

.ob-look__ttl--txt {
  font-size: 2.4rem;
  color: #222;
  font-weight: 600;
  margin: -7px 0 0;
  padding: 0 0 0 33px;
  letter-spacing: .3em;
}
@media screen and (max-width: 1200px) {
  .ob-look__ttl--txt {
    font-size: 1.8rem;
    margin: -4px 0 0;
    padding: 0 0 0 20px;
  }
}

.ob-look__txt {
  padding: 10px 0 0;
}

/* ==========================================================================

競技説明の日体大の練習施設紹介

========================================================================== */
.container .ob-practiceIntroduction {
  display: none;
}

.side-list__practice-item {
  margin: 0 0 12px;
}

.side-list__practice-item:last-child {
  margin: 0;
}

.side-list__practice-item a {
  display: block;
  color: #222;
}
.side-list__practice-item a:hover {
  text-decoration: none;
}

.side-list__practice-item a:hover img {
  transform: scale(1.2);
}

.side-list__practice-item a:hover .side-list__practice-itemTxt,
.side-list__practice-item a:hover .side-list__practice-itemMore {
  text-decoration: underline;
}

.side-list__practice-item a::after {
  content: none;
}

.side-list__practice-itemTtl {
  padding: 7px 0;
  font-weight: 600;
}

.side-list__practice-itemImg {
  overflow: hidden;
}

.side-list__practice-itemImg img {
  border-radius: 0 !important;
  transition: transform .4s;
}
@media screen and (max-width: 1200px) {
  .side-list__practice-itemImg img {
    width: 100%;
  }
}

.side-list__practice-itemTxt {
  padding: 10px 0 7px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.side-list__practice-itemMore {
  font-size: 1.4rem;
  line-height: 1;
  color: #0E67B4;
}

.cms .side-list__practice-itemMore {
  padding: 0 0 10px;
}


/* ==========================================================================

ニュース関連

========================================================================== */
.parent-5 {
  background-color: #F7F7F7;
}

/* ニュースナビ */
.ns-nav {
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
}

.ns-nav__inner {
  display: flex;
  align-items: center;
  max-width: 1315px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  .ns-nav__inner {
    padding: 0 4.5%;
  }
}
@media screen and (max-width: 749px) {
  .ns-nav__inner {
    justify-content: center;
    padding: 0 4.5%;
  }
}

.ns-nav__inner-link {
  width: 62px;
  margin-right: 40px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .ns-nav__inner-link {
    width: 58px;
    margin-right: 33px;
  }
}

.ns-nav__inner-link:last-child {
  margin-right: 0;
}

.ns-nav__inner-link a {
  display: block;
  position: relative;
  color: #222;
  text-decoration: none;
  padding: 18px 0 16px;
}
@media screen and (max-width: 749px) {
  .ns-nav__inner-link a {
   padding: 23px 0;
   font-size: 1.5rem;
  }
}

.ns-nav__inner-link a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #113364;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ns-nav__inner-link a:hover::after,
.ns-nav__inner-link a.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* 見出し */
.ob-newsTtl {
  margin: 98px 0 60px 7px;
}
@media only screen and (max-width: 749px) {
  .ob-newsTtl {
    width: 100px;
    margin: 40px auto -24px auto;
    display: block;
    text-align: center;
  }
}

.cms .ob-newsTtl {
  margin: 0;
}


/* ==========================================================================

NEWS

========================================================================== */
@media only screen and (max-width: 749px) {
  .news-lists {
    margin: 50px 0 0;
  }
}

.news-lists__item {
  display: flex;
  padding: 25px 22px 24px 22px;
  border-top: 1px solid #999;
}
@media only screen and (max-width: 749px) {
  .news-lists__item {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}

.news-lists__item:last-child {
  border-bottom: 1px solid #999;
}

.news-lists__date {
  color: #666;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 99px;
}
@media only screen and (max-width: 749px) {
  .news-lists__date {
    margin-right: 0;
  }
}

.news-lists__title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 749px) {
  .news-lists__title {
    font-size: 1.5rem;
    margin-top: 5px;
    font-weight: 700;
    line-height: 1.6;
  }
}

.news-lists__title a {
  display: block;
  color: #222;
  line-height: 1.6;
}


/* ==========================================================================

TOPICS関連

========================================================================== */
.cpCategoryLists {
  max-width: 300px;
  margin-left: auto;
  position: relative;
  top: -121px;
  right: 6px;
}
@media only screen and (max-width: 749px) {
  .cpCategoryLists {
    margin: 50px auto 20px;
    top: 0;
    right: 0;
  }
}

.cpCategoryLists .cp-category-lists {
  display: none;
}

.cpCategoryLists .categorySelected {
  transition: .2s;
  padding: 7px 30px 7px 15px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  width: 300px;
  height: 60px;
  font-size: 1.5rem;
  color: #666;
  background-color: #fff;
  box-shadow: 0 0 0 1px #666 inset;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  line-height: 2.85;
  transition: .2s;
}
@media only screen and (max-width: 749px) {
  .cpCategoryLists .categorySelected {
    width: 100%;
    height: 44px;
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

.cpCategoryLists .categorySelected.active,
.cpCategoryLists .categorySelected:hover {
  color: #fff;
  background-color: #666;
}

.cpCategoryLists .categorySelected::before {
  content: '';
  position: absolute;
  width: 61px;
  height: 100%;
  background-color: #666;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 749px) {
  .cpCategoryLists .categorySelected::before {
    width: 44px;
  }
}

.cpCategoryLists .categorySelected::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: -4px;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: .4s;
}
@media only screen and (max-width: 749px) {
  .cpCategoryLists .categorySelected::after {
    top: -5px;
    right: 16px;
  }
}

.cpCategoryLists .categorySelected.active:after {
  width: 12px;
  height: 11px;
  top: 7px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
@media only screen and (max-width: 749px) {
  .cpCategoryLists .categorySelected.active:after {
    top: 8px;
  }
}

.cpCategoryLists #cateLists {
  display: none;
  position: absolute;
  width: 300px;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
@media only screen and (max-width: 749px) {
  .cpCategoryLists #cateLists {
    width: 100%;
  }
}

.cpCategoryLists #cateLists li {
  font-size: 1.5rem;
  margin: 0;
  list-style: none !important;
  border-top: 1px solid #666;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in;
}
@media only screen and (max-width: 749px) {
  .cpCategoryLists #cateLists li {
    font-size: 1.6rem;
  }
}

.cpCategoryLists #cateLists li:hover {
  background: #666;
}

.cpCategoryLists #cateLists li:first-child {
  border-top: 0;
}

.cpCategoryLists #cateLists li:before {
  content: none;
}

.cpCategoryLists #cateLists li a {
  color: #666;
  display: block;
  font-size: 1.5rem;
  padding: 10px 16px;
  transition: .2s;
  text-decoration: none;
}
@media only screen and (max-width: 749px) {
  .cpCategoryLists #cateLists li a {
    font-size: 1.6rem;
    padding: 6px 16px;
  }
}

.cpCategoryLists #cateLists li a:hover {
  color: #fff;
}

.selectColumn.news-year-filter {
  display: none;
}

/* リスト記事 */
.page-topics .top-topics__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 749px) {
  .page-topics .top-topics__inner {
    display: block;
    margin: 50px 0 0;
  }
}

.page-topics .top-topics__item {
  width: 32.78688524590164%;
  margin-bottom: 28px;
}
@media screen and (max-width: 1200px) {
  .page-topics .top-topics__item {
    width: 100%;
    margin-bottom: 0;
  }
  .page-topics .top-topics__item:nth-child(n+4) {
    display: block;
  }
}


/* ==========================================================================

ホバーの処理（詳細ページのない記事）

========================================================================== */
.top-news__title a[href*="javascript:void(0)"]:hover,
.news-lists__title a[href*="javascript:void(0)"]:hover {
  cursor: initial;
  text-decoration: none;
}

.top-topics__item a[href*="javascript:void(0)"]:hover {
  color: #333;
  cursor: initial;
  text-decoration: none;
}
.top-topics__item a[href*="javascript:void(0)"]:hover .top-topics__image-inner {
  transform: scale(1);
}
.top-topics__item a[href*="javascript:void(0)"]:hover .top-topics__text {
  background-color: #fff;
}


/* ==========================================================================

ニュース詳細

========================================================================== */
.is-detail {
  background-color: #F7F7F7;
}

.is-detail .container {
  max-width: 1220px;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .is-detail .container {
    padding: 0 4.5%;
  }
}

.is-detail #news-detail {
  padding: 73px 0 70px;
}
@media screen and (max-width: 1200px) {
  .is-detail #news-detail {
    padding: 40px 0 60px;
  }
}

.is-detail .ttl-box {
  margin: 0 0 60px;
  padding: 0 0 8px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 1200px) {
  .is-detail .ttl-box {
    margin: 0 0 30px;
  }
}

.is-detail .is-category {
  font-weight: 700;
}

.is-detail .cp-h1-text {
  margin: 0;
  padding: 5px 0 38px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .is-detail .cp-h1-text {
    padding: 5px 0 25px;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

.is-detail .is-date {
  font-weight: 700;
  display: inline-block;
  margin: 0 20px 0 0;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.is-detail .cp-h3-text {
  font-size: 2rem;
  margin-bottom: 29px;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 33px;
}

.is-detail .under-btn {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .is-detail .under-btn {
    margin-top: 50px;
  }
}

.is-detail .under-btn a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  background: #113364;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .is-detail .under-btn a {
    position: relative;
  }
}

.is-detail .under-btn a .text {
  display: inline-block;
  transition: transform .2s;
}

@media screen and (min-width: 1201px) {
  .is-detail .under-btn a .text {
    transform: translateX(28px);
  }
}

.is-detail .under-btn a .svg {
  position: relative;
  top: 2px;
  margin-left: 10px;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .is-detail .under-btn a .svg {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    opacity: 1;
  }
}

.is-detail .under-btn a:hover {
  text-decoration: none;
}

.is-detail .under-btn a:hover .text {
  transform: translateX(0);
}

.is-detail .under-btn a:hover .svg {
  opacity: 1;
}

@media screen and (min-width: 1201px) {
  .is-detail .under-btn a:hover .svg path {
    animation: arrow 0.5s linear 0s forwards;
  }
}


/* ==========================================================================

サイトマップ

========================================================================== */
body.page-sitemap .container {
  display: block;
  min-height: 830px;
}
@media only screen and (max-width: 749px) {
  body.page-sitemap .container {
    min-height: 300px;
  }
}

.mapLists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 70px 0 0;
}
@media only screen and (max-width: 749px) {
  .mapLists {
    margin: -35px 0 0;
  }
}

.mapLists > .mapList {
  width: 30.3333%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 45px;
  overflow: hidden;
}

.mapLists > .mapList:first-child {
  display: none;
}


@media screen and (max-width: 1200px) and (min-width: 750px) {
  .mapLists > .mapList {
    margin-top: 35px;
    margin-bottom: 0;
    width: 48.2%;
  }
}
@media only screen and (max-width: 749px) {
  .mapLists > .mapList {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 0;
  }
  .mapLists > .mapList:last-of-type,
  .mapLists > .mapList:last-child {
    margin-bottom: 0;
  }
}

.mapLists .lv2-item {
  border-top: 2px solid #113364;
}

.mapLists .lv2-item .lv2-link {
  min-height: 70px;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
  padding: 10px 37px 10px 15px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mapLists .lv2-item .lv2-link {
    padding: 10px 38px 10px 15px;
  }
}

.mapLists .lv2-item .lv2-link:hover {
  color: #fff;
  background-color: #113364;
  text-decoration: none;
}

.mapLists .lv2-item .lv2-link::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #113364;
  border-right: solid 2px #113364;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.mapLists .lv2-item .lv2-link:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.mapLists .lv2-folder {
  margin: 10px 15px 0 15px;
}

.mapLists .lv3-item {
  position: relative;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  .mapLists .lv3-item {
    font-size: 1.68rem;
    margin: 0 0 6px;
  }
}

.mapLists .lv3-link {
  color: #333;
}

.lo-sitemap {
  display: none;
}


/* ==========================================================================

出場選手紹介の場所

========================================================================== */
.paralympic-area {
  padding-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .paralympic-area {
    padding-top: 50px;
  }
}


/* ==========================================================================

サイト検索

========================================================================== */
body.under.page-search .container {
  display: block;
  min-height: inherit;
  overflow: initial;
}

body.under.page-search .container [data-area="content"] table {
  margin: 0;
}

body.under.page-search .container [data-area="content"] table th,
body.under.page-search .container [data-area="content"] table td {
  border: 0;
}

body.under.page-search .container [data-area="content"] a::after {
  content: none;
}

body.under.page-search .container [data-area="content"] .cp-external {
  margin: 0;
  position: static;
  z-index: initial;
}
@media only screen and (max-width: 1200px) {
  body.under.page-search .container [data-area="content"] {
    position: static;
  }
  body.under.page-search .container [data-area="content"] ::after {
    content: none;
    padding-top: 0;
  }
  body.under.page-search .container [data-area="content"] iframe {
    position: static;
  }
  body.under.page-search .container [data-area="content"] .cp-external::after {
    content: none;
    padding-top: 0;
  }
}

body.under.page-search .container .gsc-control-cse {
  border: 0;
  margin: 60px 0 0;
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  body.under.page-search .container .gsc-control-cse {
    margin: 30px 0 0;
    padding: 15px;
  }
}

body.under.page-search .gsc-wrapper {
  padding: 20px 0 0;
}

body.under.page-search .gsc-wrapper span {
  line-height: 2;
}

.styleable-description {
  max-width: inherit !important;
}


.cms-page-edit #froala-editor .fr-wrapper {
  overflow: hidden;
}
