@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=Shippori+Mincho+B1:wght@400;800&display=swap&subset=japanese');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght.top-sns__image img@300;400;500;700&family=Roboto:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&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;
}

.is-detail svg:not([fill]) {
  fill: currentColor;
  /* opacity:0; */
}
@media screen and (max-width: 1200px){
  .is-detail svg:not([fill]) {
 opacity:1;
}
}

@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;
  position:relative;
  z-index:-7;
}

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: 6px;
  background: url() no-repeat center center;
  /* 画像入れ替え */
  background-size: 11px 11px;
}

.year-select__list a[target="_blank"]::after {
  background-image: url(/olympic/paris/albums/css/basic-common/abm00006764.svg);
}

.year-select__list a span {
  padding: 0 0 0 16px;
}

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{
    overflow-x: hidden;
  }
}

.parent-1061 .container{
  overflow-x: initial;
}

.parent-1061 .container{
  max-width:none;
  padding:0;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 4.5% 60px 4.5%;
  }
}

@media screen and (max-width: 1200px) {
  .under .container {
    padding: 50px 4.5% 60px 4.5%;
  }
}

.id-1054 .container{
  max-width:100%;
  padding:0;
  margin:0;
}



/* gnav */
.gnav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding: 95px 40px 0 160px;
  background: url(/olympic/paris/albums/css/basic-common/abm00006899.webp) 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;
    /* 禁止カーソル */
  }
}

.gnav__bg {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index:-10;
}

.gnav__bg img{
  opacity:0.5;
}
@media screen and (max-width: 1200px) {
  .gnav__bg {
    right: -120px;
  }
}/*# sourceMappingURL=style.css.map */

/* header */
base-header {
  display: block;
  min-height: 100px;
}
@media screen and (max-width: 1200px) {
  base-header {
    min-height: 50px;
  }
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  background: #fff;
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 50px;
  }
}

.header.is-active{
  z-index: 91 !important;
  background:transparent;
}

.header__logo {
  background: #113364;
  transition: 0.3s opacity 0.5s;
}

.header__logo img {
    
    width:281px;
  }
@media screen and (max-width: 1200px) {
  .header__logo {
   
  }
  .header__logo img {
    height: auto;
    width:147px;
  }
  .header__logo path {
    fill: #222;
  }
}

.is-detail .header__logo img{
  /* width:147px !important; */
}

.header__logo a {
  display: block;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 19px;
}

/* @media screen and (max-width: 1500px) {
  .header__logo a {
    padding-left: 10px;
    padding-right: 13px;
  }
} */

@media screen and (max-width: 1200px) {
  .header__logo a {
            padding-left: 19px;
        padding-right: 13px;
        padding-top: 8px;
  }
}

.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;
  letter-spacing: -.09em;
}



@media screen and (max-width: 1200px){
  .year-select__head{
    padding:9px 0 9px 12px;
  }
}

.year-select__head::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 15px;
  width: 11px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
}

@media screen and (max-width: 1200px){
  .year-select__head::before{
    top:50%;
  }
}


.year-select__head::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 11px;
  height: 1px;
  background: #707070;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1200px){
  .year-select__head::after{
    top:50%;
  }
}

.year-select__list {
  position: absolute;
  z-index: 1;
  top: 35px;
  left: 0;
  display: none;
  width: 100%;
  padding: 4px 12px 10px 12px;
  background: #243F58;
  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: #253F58;
}

.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: #002E70;
  
  padding: 70px 40px 61px 40px;
  color: #fff;
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  z-index:-5;
}

@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;
}
@media screen and (max-width: 1200px) {
.footer__logo img{
  transform:scale(0.9);
}

}
.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;
}
@media screen and (max-width: 1200px) {
  .footer__address {
      margin-top: 30px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6;
}
}
.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: .8;
}

.footer__sns a:hover {
  opacity: 1;
}

.footer__sns a::after {
  content: none;
}

.footer__nav {
  display: -ms-flexbox;
  display: flex;
  justify-content:flex-end;
  min-width: 505px;
  list-style: none;
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .footer__nav {
    display: none;
  }
}

.footer__nav li {
  margin-left: 30px;
  margin-right: 15px;
}

.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;
}

@media screen and (max-width: 1200px){
  .footer__copyright{
    font-size:1.2rem;
  }
}

.page-top {
  position: fixed;
  z-index: 9;
  right: 40px;
  bottom: 104px;
  display: none;
  line-height: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .page-top {
    right: 6px;
    bottom: 20px;
    width: 33px;
    height: 33px;
    background: url(/olympic/paris/albums/css/basic-common/abm00006606.png) no-repeat center center #222222;
    /* 画像入れ替え */
    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;
}

.id-1036 .page-top .path-1 {
  stroke: #fff;
}

.parent-1082 .page-top .path-1 {
  stroke: #fff;
}

.parent-1084 .page-top .path-1 {
  stroke: #fff;
}

.id-1036 .page-top .path-2 {
  stroke: #fff;
}

.parent-1082 .page-top .path-2 {
  stroke: #fff;
}

.parent-1084 .page-top .path-2 {
  stroke: #fff;
}

.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 {
  text-align:center;
  color: #222222;
  font-family: "Source Sans 3", sans-serif;
  padding-top: 102px;
  padding-bottom: 37px;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .cp-h2-text {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size:4rem;
  }
}

.cp-h2-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 8px;
  height: 60px;
  background: #C61527;
  border-radius: 0px;
}

.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: -2px;
  width: 10px;
  height: 60px;
  background: #002E70;
  border-radius: 0;
}

@media screen and (max-width: 1200px){
  .cp-h3-text::before {
          width: 8px;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
}
}

.cp-h4-text {
  font-size: 2rem;
  font-weight: 700;
  margin: 34px 0 22px;
  padding: 0;
}

.lead1 {
  margin-top: 50px;
  margin-bottom: 60px;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.588;
  color: #C61527;
}
@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__logo img{
  width:281px;
}
@media screen and (max-width: 1200px){
  body.top .header__logo img{
  width:158px;
}
}


body.top .header__nav {
  position: relative;
  z-index: 70;
/* margin-right:70px; */
}

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;
  
      margin-top: calc(100vh - 100px);
    position: relative;
    z-index: 4;
    overflow:hidden;
}

@media screen and (max-width: 1200px){
  body.top .container {
     margin-top: calc(100vh - 50px);
}

}

/* body.top .cp-h2-text {
  margin-top: 80px;
  margin-bottom: 50px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  body.top .cp-h2-text {
    width: 130%;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: -15%;
  }
} */

body.top .cp-h2-text::before {
  content: none;
}




body.top .cp-h2-text .is-txt,
body.top .cp-h2-text span {
  display: block;

  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px){
body.top .cp-h2-text .is-txt,
body.top .cp-h2-text span {
font-size: 1.8rem;
margin-top:21px;
}
}

body.top .cp-h2-text .is-txt{
font-family: 'Noto Sans JP', Helvetica, Arial, メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
font-size:2rem;
}


@media screen and (max-width: 1200px) {
  body.top .top-news .cp-h2-text {
    margin-bottom:0;
    padding-bottom:21px;
    padding-top:0;
    background: url() no-repeat center center;
    /* 画像入れ替え */
    background-size: cover;
  }
}

.top-visual {
  z-index:-4;
  /* position: relative; */
  height:auto;
  height:100vh;
  /* margin-top: -100px; */
  background: url(/olympic/paris/albums/css/basic-common/abm00006899.webp) center center;
  background-size:cover;
  line-height: 0;
  overflow: hidden;
  
  width:100%;
  position:fixed;
  top:0;
  left:0;
}
@media screen and (max-width: 1200px) {
  .top-visual {
    /* margin-top: -50px; */
    /*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: -580px;
  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: 322px;*/
  margin-left: 607px;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-145vw) skewX(-20deg);
  transition: transform 0.5s ease-out 0.3s;
}

@media screen and (max-width: 1200px) {
  .top-visual::after {
    content: none;
  }
}

.top-visual__slider {
  height:100%;
  z-index:3;
  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: 1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.top-visual__logo {
  z-index:4;
  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%;
 margin-top:-30px;
  opacity: 0;
  transition: 2s ease-out 0.5s;
}

@media screen and (max-width: 1200px){
  .top-visual__logo{
    /* top:-90px; */
  }
}

.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__bg {
  width:40%;
  
  position: absolute;
  bottom: 0;
  right: 0;
  z-index:2;
  /* transition: all 0.3s ease 0s; */
}
.top-visual__bg img{
  transition: all 0.5s ease 4s;
}

@media screen and (max-width: 1200px) {
  .top-visual__bg {
    /*要確認*/
    width:500px;
    right: -120px;
  }
}

.cms .top-visual__bg{
  display:none;
}

.top-visual__character{
  position:absolute;
  bottom:20px;
  right:13px;
  z-index:61;
}

@media screen and (max-width: 1200px){
  .top-visual__character{
    display:none;
  }
  
}

.cms .top-visual__character{
  display:none;
}

.top-visual__c {
  display:none;
  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%;
}

@media screen and (max-width: 749px){
  .top-visual__item-tomono img.is-spOnly{
    position: absolute;
    object-position: 30% 0;
  }
}
@media screen and (max-width: 749px){
  .top-visual__item-abe-hifumi img.is-spOnly{
    position: absolute;
    object-position: 31% 0;
  }
}





@media screen and (min-width: 1320px){
  .top-visual__item-abe-hifumi img.is-pcOnly{
  }
}
@media screen and (min-width: 1600px){
  .top-visual__item-abe-hifumi img.is-pcOnly{
   object-position: 0 30%;
  }
}


@media screen and (min-width: 1900px){
  .top-visual__item-abe-hifumi img.is-pcOnly{
   object-position: 0 20%;
  }
}



@media screen and (max-width: 749px){
  .top-visual__item-fujinami img.is-spOnly{
    position: absolute;
            object-position: 75% 0;
    
  }
}

@media screen and (min-width: 1400px){
  .top-visual__item-fujinami img.is-pcOnly{
    object-position: 0 0;
  }
}

.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 {
    padding: 0 15px;
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    display: block;
    line-height: 2;
    transform: translateX(-50%);
  }
  .top-visual .year-select__list {
    top: auto;
    bottom: 35px;
  }
}

body.is-ready .top-visual::before {
  transform: translateX(0) skewX(-20deg);
}

body.is-ready .top-visual::after {
  transform: translateX(0) skewX(-20deg);
}

body.is-ready .top-visual__slider {
  transform: scale(1);
  opacity: 1;
}

body.is-ready .top-visual__logo {
  opacity: 1;
}

.top-schedule {
      /* position: relative; */
      z-index:-3;
    /* margin-top: -261px; */
    /* margin-bottom:161px; */
    
    left: 50%;
    position: fixed;
    bottom: 96px;
    transform: translateX(-50%);
  
}

@media screen and (max-width: 1200px) {
  .top-schedule {
    width: 100%;
    position:fixed;
    bottom:0;
    margin-top:0;
    margin-bottom:0;
  }
}

.top-schedule__inner {
  display: flex;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .top-schedule__inner {
    max-width: none;
    width: 100%;
  }
}

.top-schedule__item {
  width: 330px;
  height: 100px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 5px;
}
@media screen and (max-width: 1200px) {
  .top-schedule__item {
    width: 33.3333333333%;
    height: 60px;
  }
}

.top-schedule__item--head {
  background: #002E70;
}

.top-schedule__text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .top-schedule__text {
    display: block;
    text-align: center;
  }
}

.top-schedule__item--olym {
  background: #FFFFFF;
}

@media screen and (max-width: 1200px) {
.top-schedule__text--01{
  padding:5px 8px;
  
}
}

.top-schedule__text--02 {
  font-size: 1.5rem;
  margin-right: 55px;
}
@media screen and (max-width: 1200px) {
  .top-schedule__text--02 {
    font-size: 1.2rem;
    letter-spacing: -0.1rem;
    margin-right: 0;
    margin-top:10px;
  }
}
@media screen and (max-width: 500px) {
  .top-schedule__text--02 {
 /*    font-size: 1.2rem; */
  }
}

.top-schedule__text--03 {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .top-schedule__text--03 {
    display: block;
    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: 0.4rem;
  font-size: 3.6rem;
  font-family: "Source Sans 3", sans-serif;

  margin-right: 14px;
}
@media screen and (max-width: 1200px) {
  .top-schedule__text--03 strong {
    letter-spacing: 0.3rem;
    font-size: 2.4rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-schedule__text--03 strong {
    letter-spacing: 0.2rem;
    font-size: 2.4rem;
    margin-right: 0;
  }
}

.top-schedule__item--para {
  background: #C60000;
  color: #FFFFFF;
}

/* 開催以降のクラスここから　ここはまだ */
.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: -0.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: #C61527;
}

@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;
  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: 0px 0 89px 0;
  background:#fff;
}

@media screen and (max-width: 1200px) {
  .top-topics {
    padding: 36px 0 39px 0;
  }
}

.top-topics__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 95px;
}

@media screen and (max-width: 1200px) {
  .top-topics__inner {
    padding: 0 4.4%;
  }
}


@media screen and (max-width: 1200px) {
  .top-topics__item {
    display: block;
  }
  
  @media screen and (max-width: 1200px) {
    .top-topics__item:not(:first-child) {
  margin-top: 17px;
}

  }
  .top-topics__item:nth-child(n+4) {
    display: none;
  }
}

.top-topics__item a {
  color: #222;
}

.top-topics__item a:hover {
  
  text-decoration: none;
}

.top-topics__item a:hover .top-topics__image-inner {
  transform: scale(1.1);
}
.top-topics__item a:hover .top-topics__more-link:before {
  width:100%;
}
@media screen and (max-width: 1200px) {
  
.top-topics__item a:hover .top-topics__more-link:before{
  width:0%;
}
}

.top-topics__item a:hover .top-topics__text {
  
}

.top-topics__image {
  overflow: hidden;
  
}

.top-topics__image-inner {
  padding-top: 66%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform .4s;
  background-image: url(});
  /* 画像入れ替え */
}

@media screen and (max-width: 1200px) {
  .top-topics__image-inner{
    padding-top:68%;
  }
}

.top-topics__text {
  position: relative;
  width: 85%;
  margin-top: -58px;
  padding: 30px 40px 66px 40px;
  background: #fff;
  transition: background-color .2s;
}

@media screen and (max-width: 1200px) {
  .top-topics__text {
    margin-top: -41px;
    padding:19px 14px 15px 14px;
  }
}



.top-topics__title {
   font-weight: normal;
   /*  margin-top: 6px; */
    min-height: 84px;
    line-height: 1.56;
    font-size: 1.8rem;

}
@media screen and (max-width: 1200px) {
  .top-topics__title {
    min-height: inherit;
    font-size: 1.5rem;
    line-height:1.65;
  }
}

.top-topics__title text-c{
   display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight:500;
}

.top-topics__meta{
  display:flex;
  align-items:center;
  margin-top:13px;
  gap:7px;
}
@media screen and (max-width: 1200px) {
  .top-topics__meta{
    margin-top:38px;
  }
}

.top-topics__date {
  color: #666;
   font-family: "Source Sans 3", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}


.parent-1032 .top-topics__date {
  color: #666;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px){
  .top-topics__date{
    font-size:1.3rem;
  }
  
}

.top-topics__item a:hover .top-topics__date {
  /* color: #fff; */
}

.top-topics__category {
  font-size: 1.3rem;
}

@media screen and (max-width: 1200px) {
  .top-topics__category {
    font-size: 1.3rem;
  }
}

.top-topics__more-link{
  margin-top:21px;
  position:relative;
    font-family: "Source Sans 3", sans-serif;
    font-size:1.3rem;
    /* border-bottom:1px solid #1F1F1F; */
    padding-right:59px;
    padding-bottom:8px;
    letter-spacing:4.5px;
    width:106px;
    font-weight:bold;
}

@media screen and (max-width: 1200px) {
  .top-topics__more-link{
    font-weight:bold;
    margin-top:23px;
    font-size:1.4rem;
    padding-right:116px;
    border-bottom:1px solid #1F1F1F;
  
  }
}

.top-topics__more-link::after {
  content: "";
  background: url(/olympic/paris/albums/css/basic-common/abm00006522.png) center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  right: 0;
  width:16px;
  height:24px;
}

.top-topics__more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 1px;/*下線の高さ*/
  background: #1f1f1f;/*下線の色*/
  transition: all 0.4s;/*アニメーション速度*/
}

.top-topics__more {
  /* margin-top: 50px; */
}


@media screen and (max-width: 1200px) {
  .top-topics__more {
    margin-top: 30px;
    padding: 0 4.4%;
  }
}

.top-topics__more a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  background: #243F58;
  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 .cp-h2-text{
   text-align: left;
  padding-left: 100px;
  padding-bottom:32px;
}

.top .top-topics .cp-h2-text{
  max-width:1920px;
  padding:102px 95px 32px;
  margin:0 auto;
  
} 

@media screen and (max-width: 1200px){
  .top .top-topics .cp-h2-text{
  max-width:1920px;
  padding:0px 0px 16px;
  margin:0 auto;
  
} 
}

@media screen and (max-width: 1200px){
  .top-topics .cp-h2-text{
   text-align: center;
  padding-left: 0;
  padding-bottom:16px;
}
}

.top-topics .slick-slide {
  margin: 0 5px;
}

.news-all-wrap{
  position:relative;
}

/* .top-topics .slick-prev {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background: #333;
  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: #333;
  transition: .2s;
} */

.top-topics .slick-prev:hover,
.top-topics .slick-next:hover {
  /* background: #C61527; */
}

.top-topics__buttons{
  display:flex;
  gap:10px;
  justify-content:end;
  padding:0 100px;
  position:absolute;
  top:-80px;
  right:0;
}

@media screen and (max-width: 1200px){
  .top-topics__buttons{
    display:none;
  }
}

.top-topics__button{
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid #CCCCCC;
  
}

.top-topics__button--prev{
   transition: all 0.3s;
  background:url(/olympic/paris/albums/css/basic-common/abm00006523.png)center center no-repeat ;
}

.top-topics__button--prev:hover {
   transition: all 0.3s;
  background: url(/olympic/paris/albums/css/basic-common/abm00007010.svg) center center no-repeat;
  background-color: #243F58;
}


.top-topics__button--next{
   transition: all 0.3s;
  background:url(/olympic/paris/albums/css/basic-common/abm00006524.png)center center no-repeat ;
}

.top-topics__button--next:hover {
   transition: all 0.3s;
  background: url(/olympic/paris/albums/css/basic-common/abm00007009.svg) center center no-repeat;
  background-color: #243F58;
}


.top-topics__button--pause{
   transition: all 0.3s;
  background:url(/olympic/paris/albums/css/basic-common/abm00006525.png)center center no-repeat ;
}

.top-topics__button--pause:hover {
   transition: all 0.3s;
  background: url(/olympic/paris/albums/css/basic-common/abm00007008.svg) center center no-repeat;
  background-color: #243F58;
}

.top-topics__button--pause.paused{
   transition: all 0.3s;
  background:url(/olympic/paris/albums/css/basic-common/abm00007007.svg)57% center no-repeat ;
  background-size:30%;
}

.top-topics__button--pause.paused:hover {
   transition: all 0.3s;
  background: url(/olympic/paris/albums/css/basic-common/abm00007011.svg) 57% center no-repeat;
  background-color: #243F58;
  background-size:30%;
}

.top-records {
  position:relative;
padding:0px 40px 120px;
  background: url(/olympic/paris/albums/css/basic-common/abm00006899.webp) center center;
  background-size:cover;
  overflow:hidden;
}

@media screen and (max-width: 1200px) {
  .top-records {
    padding: 66px 4.4% 36px;
    background-size:contain;
  }
}

.top-records__inner {
  max-width: 1720px;
  margin: 0 auto;
  
}

@media screen and (max-width: 1200px) {
  .top-records__inner {
   
  }
}

.top-records__h2-text{
  color: #FFFFFF;
  text-align: center;
  padding-top:118px;
  padding-bottom:79px;
  margin-top: 0;

}
@media screen and (max-width: 1200px) {
  .top-records__h2-text {
    padding-bottom:14px;
    padding-top:0;
    line-height:1.2;
   
  }
}
@media screen and (max-width: 1200px) {
  body.top .cp-h2-text.top-records__h2-text .is-txt {
   margin-top:14px;
   font-size:1.8rem;
   
  }
}

.cms .top-records__h2-text{
  background:#fff;
}

.top-records__bg {
  max-height:100%;
  position: absolute;
  bottom: 93px;
  right: 7%;
  transform: scale(1.2);
}
@media screen and (max-width: 1200px) {
  .top-records__bg {
    right: -244px;
    top:-130px;
    /* bottom:0; */
    transform: scale(0.6);
  }
}

.top-records__bg img {
  max-width: none;
  opacity:0.5;
}

.cms .top-records__bg{
  display :none;
}

.top-records__items {
  display: flex;
  gap:40px
}
@media screen and (max-width: 1200px){
  .top-records__items{
   
    display:block;
  }
}

.top-records__item {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .top-records__item {
    width: 100%;
    margin-left: 0;
    padding-top: 22px;
    padding-bottom: 21px;
  }
}

.top-records__item:first-child {
  margin-left: 0;
}

.top-records__item:first-child::before {
  content: none;
}

.cms .top-records__item {
  width: 100%;
}

.cms .top-records__item {
  background: #666;
}
.top-records__head {
  min-height: 101px;
  text-align:center;
}

.cms .top-records__head {
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .top-records__head {
    min-height: 0;
    text-align:left;
        display: flex;
    gap: 10px;
    align-items: center;
  }
}

.top-records__medal {

}

@media screen and (max-width: 1200px){
  .top-records__medal {
   text-align: center;
    width: 82px;
  }
}
.top-records__text {
  line-height: 1.4;
  padding-bottom: 11px;
  margin-top:22px;
}

@media screen and (max-width: 1200px) {
  .top-records__text{
    margin-top:41px;
    padding-bottom:6px;
  }
}

.top-records__text--ja {
  font-size: 1.5rem;
  font-weight: 700;
  color:#FFFFFF;
}

.top-records__text--en {
  margin-top: 16px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing:1px;
}

@media screen and (max-width: 1200px){
  .top-records__text--en{
    margin-top:8px;
    font-size:1.2rem;
  }
}

.top-records__list {
  margin-top: 28px;
  color:#fff;
}
@media screen and (max-width: 1200px) {
  .top-records__list {
    margin-top: 26px;
  }
}



.top-records__list-img{
  width:80px;
  height:80px;
  
}

.top-records__list ul {
  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;
  }
}

.top-records__list li {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #A2B1BE;
}
@media screen and (max-width: 1200px) {
  .top-records__list li {
    padding: 0;
    border-top: none;
  }
}

.cms .top-records__list li {
  list-style: disc;
  margin-left: 0;
}

.top-records__list li:last-child {
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 1200px) {
  .top-records__list li:last-child {
    border-bottom: none;
  }
}




.top-records__list a {
  height: 101px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #999;
  padding: 8px 0;
  line-height:1.7;
}

@media screen and (max-width: 1200px){
  .top-records__list a{
    height:88px;
  }
}
@media screen and (max-width: 1200px){
  .top-records__name{
    font-size:1.5rem;
    font-weight:bold;
  }
}



.top-records__list .top-records__link-winning {
  height: 75px;
}

@media screen and (max-width: 1200px){
  .top-records__list .top-records__link-winning{
    height:65px;
  }
}

.top-records__list a:hover {
  text-decoration: underline;
}

.top-records__list a:first-child {
  border-top: 1px solid #999;
}

.top-records__link img{
  width:69px;
  height:69px;
}

.top-records__list--gold a{
  display:flex;
  gap:13px;
  align-items:center;
}

@media screen and (max-width: 1200px){
  .top-records__list--gold a{
    gap:11px;
  }
  
}

.top-records__link-winning {
  height: 73px;
}


.top-records__link--none {
    height: 100px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 8px 0;
}


.top-records__list a + br {
  display: none;
}

.top-records__list li a {
  padding: 0;
  border: none !important;
  display: inline;
}

.top-records__content{
  font-weight:normal;
}

@media screen and (max-width: 1200px){
.top-records__content{
  font-size:1.5rem;
}
}

.top-records__sports{
  font-size:1.3rem;
  font-family:regular , sans-serif;
}

@media screen and (max-width: 1200px) {
  .top-records__sports{
    font-size:1.2rem;
  }
}

.top-news {
  position:relative;
  z-index:0;
  padding: 0px 40px 117px 40px;
    background: url(/olympic/paris/albums/css/basic-common/abm00006899.webp) center center;
    background-size:cover;
}

@media screen and (max-width: 1200px) {
  .top-news {
    padding: 53px 4.4% 60px ;
    background-size:cover;
   
  }
}


.top-news::after {
  z-index:-1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: rgba(0, 0, 0, 0.4);
}

.top-news__inner {
  display: -ms-flexbox;
  display: flex;
  gap:5.75%;
  max-width: 1320px;
  padding:0 50px;
  margin:0 auto;
  color:#fff;
}

@media screen and (max-width: 1200px) {
  .top-news__inner {
    display: block;
    margin: 0 auto;
    padding:0;
    
  }
}

.top-news__inner.ns-content::before {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .top-news__inner.ns-content::before {
    color: #fff;
  }
}

.top-news__h2-text{
  color:#fff;
  text-align:center;
  padding-top:100px;
  padding-bottom:32px;
}





.cms .top-news__h2-text{
  background:#fff;
}

.top-news__item {
  display: block;
  width: 29.5%;
  color: #fff;
      padding-top: 10px;
    border-top: 1px solid #8597A8;
}

@media screen and (max-width: 1200px) {
  .top-news__item {
    width: 100%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8597A8;
  }
}

@media screen and (max-width: 1200px) {
  .top-news__item:first-child {
    border-top: 1px solid #8597A8;
  }
}

.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 {
  }
}

.top-news__date {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
  .top-news__date {
    font-size: 1.3rem;
  }
}

.top-news__title {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height:1.6;
  font-weight:500;
}

@media screen and (max-width: 1200px) {
  .top-news__title {
    margin-top: 3px;
    line-height: 1.6;
    font-weight:normal;
    font-size:1.5rem;
  }
}

.top-news__more {
  margin-top: 93px;
}

@media screen and (max-width: 1200px) {
  .top-news__more {
    margin-top: 29px;
   /*  padding: 0 4.4%; */
  }
}

.top-news__more a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  background:#243F58;
  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: url(/olympic/paris/albums/css/basic-common/abm00006899.webp) center center;
  padding: 0px 40px 114px 40px;
  background-size:cover;
  margin-bottom:680px;
}

@media screen and (max-width: 1200px) {
  .top-interview {
    padding: 67px 4.4% 49px;
    background-size:contain;
    margin-bottom:300px;
  }
}
.top-interview .cp-h2-text {
  color: #fff;
  padding-bottom:48px;
      font-family: "Source Sans 3", sans-serif;
 
  
}

@media screen and (max-width: 1200px){
  .top-interview .cp-h2-text{
    padding-bottom:32px;
    line-height:1.2;
  }
}

@media screen and (max-width: 1200px){
  body.top .top-interview .cp-h2-text .is-txt{
  font-size:1.8rem;
}
}
.top-interview__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 10px;
  max-width: 1320px;
  padding:0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .top-interview__inner {
    padding: 0 0;
     grid-template-columns: repeat(1, 1fr);
  gap: 17px 0;
  }
}
.top-interview__h2-text {
  text-align: center;
}
.top-interview__item {

 
}
@media screen and (max-width: 1200px) {
  .top-interview__item {
    width: 100%;
  
  }
}
.top-interview__item:nth-child(3n) {
}
.top-interview__item a {
  color: #fff;
  display: block;
}

.cms .top-interview__item a{
  padding:40px;
}
.top-interview__item a:hover {
  text-decoration: none;
}
.top-interview__item a:hover .top-interview__text {
  opacity: 1;
}
.top-interview__item a:hover .top-interview__image {
  transform: scale(1.2);
}
.top-interview__item a:hover .svg {
  opacity: 1;
}
.top-interview__item a:hover .svg path {
  animation: arrow 0.5s linear 0s forwards;
}

.top-interview__image-ushioku{
  
}

.top-interview__item .top-interview__image-wrap{
  position: relative;
  overflow: hidden;
  border-radius:8px;
}


.top-interview__item .top-interview__image {
  transition: transform 0.4s;
  position:relative;
  height:230px;
}
@media screen and (max-width: 1200px) {
  .top-interview__item .top-interview__image {
 height: 55vw;
  }
}
.top-interview__item .top-interview__image img {
  position:absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height:auto;
  border-radius:8px;
  object-fit: cover;
  /* aspect-ratio: 5 / 3; */
}

.top-interview__item .top-interview__image-ushioku img{
  top:90%;
  
}

.top-interview__item .top-interview__image-saito img{
  top:64%;
  
}

@media screen and (max-width: 1200px) {
  .top-interview__item .top-interview__image img {
    position: relative;
  }
}
.top-interview__item .top-interview__text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: 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 0.2s;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius:8px;
}
@media screen and (max-width: 1200px) {
  .top-interview__item .top-interview__text {
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    font-size: 2.1rem;
  }
}

.cms .top-interview__text{
  color:#fff;
  opacity:1;
 padding:10px 0;
  height:auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background:rgba(0, 0, 255, 0.4);
}

.top-interview__item .top-interview__text .svg {
 margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .top-interview__item .top-interview__text .svg {
    display: none;
  }
}

.cms .top-interview__item{
  background: #fff;
  padding:10px;
}
.cms .top-interview a {
  color: #333;
}/*# sourceMappingURL=style.css.map */


.top-interview__content{
  padding-top: 15px;
}

.top-interview__name{
  color: #fff;
  font-size: 1.8rem;
}

.cms .top-interview__name{
  color:#222;
}
@media screen and (max-width: 1200px){
  .top-interview__name{
    font-size:1.6rem;
  }
}

.top-interview__sports{
  color: #fff;
  font-size: 1.3rem;
}

.cms .top-interview__sports{
  color: #222;
  margin-top:15px;
}


@media screen and (max-width: 1200px){
  .top-interview__sports{
    font-size:1.2rem;
  }
  
}


/* ===============================================
# top-sns
=============================================== */

.top-sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 50px 40px;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .top-sns {
    padding: 0 0;
  }
}

.top-sns__h2-text{
      font-size: 5.6rem;
    padding-top: 93px;
    padding-bottom:50px;
}

@media screen and (max-width: 1200px){
  .top-sns__h2-text{
    padding-top:0px;
    padding-bottom:29px;
    
  }
}

body.top .top-sns__h2-text .is-txt{
      margin-top:25px;
    font-size: 2rem;
}

@media screen and (max-width: 1200px){
body.top .top-sns__h2-text .is-txt{
  margin-top:15px;
  font-size:1.8rem;
}
}

.top-sns a {
  display: block;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
 min-height:290px;
  border: 1px solid #999;
  padding: 32px 18px 18px 18px;
  position:relative;
}
@media screen and (max-width: 1200px) {
  .top-sns a {
    height:132px;
    min-height: 120px;
    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-wrap{
  background:#fff;
}
@media screen and (max-width: 1200px){
  .top-sns-wrap{
  padding:35px 4.4% 21px;
  margin-bottom:-1px;
}
}
@media screen and (max-width: 1200px){
  .top-sns-wrap .cp-h2-text{
  margin-bottom:0;
  font-size:4rem;
}
}
@media screen and (max-width: 1200px){
  .top-sns-wrap .cp-h2-text .cp-inner{
  margin-top:18px;
  padding-bottom:0;
}
}

.top-sns__item {
  width: calc((1220 - (20 * 3)) / 3 / 1220 * 100%);
 position: relative;
  /* margin-bottom: 40px; */
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-sns__item {
    max-width: 640px;
    width: 49%;
    margin-bottom:10px;
  }
}



.top-sns__item--yt .top-sns__image {
  background-image: url(/olympic/paris/albums/css/basic-common/abm00006975.webp);
  background-size: contain;
}

@media screen and (max-width: 1200px){
  .top-sns__item--yt .top-sns__image {
  background-image: url(/olympic/paris/albums/css/basic-common/abm00007015.svg);
  background-size: contain;
}
}

.top-sns__item--fb .top-sns__image {
  background-image: url(/olympic/paris/albums/css/basic-common/abm00007013.svg);
  background-size: contain;
}

@media screen and (max-width: 1200px){
  .top-sns__item--fb .top-sns__image {
  background-image: url(/olympic/paris/albums/css/basic-common/abm00007014.svg);
  background-size: contain;
}
}

.top-sns__item--in .top-sns__image {
  width:117px;
  background-image: url(/olympic/paris/albums/css/basic-common/abm00006973.webp);
}
@media screen and (max-width: 1200px){
  
.top-sns__item--in .top-sns__image {

  background-image: url(/olympic/paris/albums/css/basic-common/abm00007016.svg);
}
}

.top-sns__item--li .top-sns__image {
  background-image: url(/olympic/paris/albums/css/basic-common/abm00006496.svg);
  
  background-size: contain;
}

.top-sns__image {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 100px;
  height: 80px;
  margin: 0 auto;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .top-sns__image {
    width: 60px;
    height: 60px;
    top:55%;
    
  }
}



.top-sns__image img {
  width:auto;
  height:80px;
  background:#fff;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  transition: opacity .2s;
  object-fit: contain;
  /* height: 180px; */
}

@media screen and (max-width: 1200px) {
  .top-sns__image img {
    opacity: 0;
    height: auto;
  }
}

.top-sns__item--in .top-sns__image img {
  width:117px;
}

.top-sns__link{
      word-wrap: break-word;
    width: 90%;
  text-align: left;
      font-size: 14px;
    line-height: 1.4;
}

@media screen and (max-width: 1200px){
  .top-sns__link{
    display:none;
  }
}


/* ===============================================
# foot-link
=============================================== */
.top-foot-link-wrap{
  background:white;
  width:100%;
  margin-bottom:-1px; 
  }
  
  .top-foot-link {
  max-width: 1320px;
  margin: 0 auto ;
  padding: 0 50px 120px;
  }
  @media screen and (max-width: 1200px) {
  .top-foot-link {
    margin: 0 auto 0;
    padding: 0 4.4vw 30px;
  }
  }
  .top-foot-link.cms {
  margin: 0;
  }
  .top-foot-link--ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
    gap: 33px;
  list-style: none;
  }
  @media screen and (max-width: 1200px) {
  .top-foot-link--ul {
    max-width: 575px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap:10px
      }
    }
    .top-foot-link--ul--li {
    
      line-height: 1.6;
      position: relative;
    }
/*     .top-foot-link--ul--li::after {
  content: "";
  position: absolute;
  background: url(/olympic/paris/albums/css/basic-common/abm00006513.png);
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 14px;
  height: 14px;
} */
    
    @media screen and (max-width: 1200px) {
      .top-foot-link--ul--li {
    width: 100%;
    margin-right: 0;
    font-size:1.4rem;
      }
    }
    .top-foot-link--ul--li:nth-child(3n) {
      margin-right: 0;
    }
    .top-foot-link--ul--li a {
      display:flex;
      align-items:center;
      justify-content:center;
      padding: 37px 5px 37px 23px;
      border: 1px solid #AFAFAF;
      border-radius: 8px;
      background: #F7F7F7;
      color: #222;
      text-align: center;
      position: relative;
      font-weight:700;
    }
    
    @media screen and (max-width: 1200px){
      .top-foot-link--ul--li a {
      padding:18px 5px 18px 23px;
    }
    }
    .top-foot-link--ul--li a .text {
      display: inline-block;
      transition: transform 0.2s;
    }
    .top-foot-link--ul--li a:hover {
      text-decoration: none;
      background:#243F58;
      color:#fff;
    }
    
    .top-foot-link--ul--li a:hover .top-foot__link-icon img {
      filter: brightness(0) invert(1);
    }
    
    
    .top-foot__link-icon{
      margin-left:7px;
      height:14px;
      
    }
    
    @media screen and (max-width: 1200px){
      .top-foot__link-icon{
      margin-left:3px;
      height:14px;
    }
    }
    
    @keyframes arrow {
      0% {
    stroke-dashoffset: 124px;
      }
      100% {
    stroke-dashoffset: 0;
      }
    }
    .top-foot-link a::after {
      content: none;
    }/*# sourceMappingURL=style.css.map
/* index */
.index-visual {
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .index-visual {
    padding: 0 7.4%;
  }
}

.index-visual.no1 {
  background: url(/olympic/paris/albums/css/basic-common/abm00006841.webp) no-repeat center center;
  /* 画像入れ替え */
  background-size: cover;
  position:relative;
  padding:0 100px;
}

.index-visual.no1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(9, 30, 61, 0.4), rgba(255, 255, 255, 0.4));
}
.index-visual.no1-1 {
  background: url() no-repeat center center;
  /* 画像入れ替え */
  background-size: cover;
}
.index-visual.no2 {
  background: url(/olympic/paris/albums/css/basic-common/abm00006915.webp) no-repeat center center;
  background-size: cover;
  position:relative;
}

.index-visual.no2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(114, 114, 114, 0.4), rgba(255, 255, 255, 0.4));

}
.index-visual.no3 {
  background: url(/olympic/paris/albums/css/basic-common/abm00006918.webp) no-repeat center center;
  background-size: cover;
  position:relative;
}

.index-visual.no3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(142, 142, 142, 0.4), rgba(255, 255, 255, 0));
}
.index-visual.no4 {
  background: url(/olympic/paris/albums/css/basic-common/abm00006920.webp) no-repeat center center;
  /* 画像入れ替え */
  background-size: cover;
}

.index-visual.no5 {
  background: url(/olympic/paris/albums/css/basic-common/abm00006847.webp) no-repeat center center;
  /* 画像入れ替え */
  background-size: cover;
}

.index-visual__inner {
  position: relative;
  max-width: 1220px;
  height: 360px;
  margin: 0 auto;
  padding-top: 64px;
}

@media screen and (max-width: 1200px) {
  .index-visual__inner {
    padding-top: 68px;
    height: 180px;
  }
}

/* @media screen and (max-width: 749px) {
  .index-visual__inner {
    padding-top: 70px;
  
  }
}
 */
.index-visual__text {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .index-visual__text {
    font-size: 2.2rem;
    text-align:center;
  }
}
/* @media screen and (max-width: 749px) {
  .index-visual__text {
    text-align:center;
  }
} */

.index-visual__subtext {
  position: absolute;
  right: 3px;
  bottom: 83px;
}

@media screen and (max-width: 1200px) {
  .index-visual__subtext {
    transform: scale(0.6);
    transform-origin: bottom right;
    right: 0;
    bottom: 20px;
  }
}

.parent-1035{
  background:#243F58;
}



.athletes-nav {
  overflow: hidden;
  /* padding:0 40px  */;
}

@media screen and (max-width: 1200px){
  .athletes-nav {
  padding:0 0 ;
}
}

.athletes-nav__inner {
  max-width: 1220px;
  margin: 76px auto 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /* padding: 60px 40px 56px; */
}

.id-1051 .athletes-nav__inner{
  margin:0 auto;
}

.id-1098 .athletes-nav__inner{
  margin:0 auto;
}
@media screen and (max-width: 1200px) {
  .athletes-nav__inner {
    display: block;
    padding: 30px 0;
    margin:0 auto;
  }
}



.athletes-nav__inner::before {
  content: '';
  position: absolute;
  /* background: ; */
  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: 73.771%;
  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: 22px;
  padding: 3px 5px 5px 5px;
  border-radius: 2px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.athletes-nav__head--olym {
  background: #002E70;
}

.athletes-nav__head--para {
  background: #C60000;
}

@media screen and (max-width: 1200px) {
  .athletes-nav__list--olym {
    margin-bottom: 35px;
  }
}

.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;
}
@media screen and (max-width: 1200px){
  .athletes-nav__list li{
    line-height:1.55;
  }
}

.athletes-nav__list a {
  padding-left: 42px;
  color: #fff;
  background: url(/olympic/paris/albums/css/basic-common/abm00006641.png) no-repeat left 11px top 4px;
  background-size: 18px 18px;
}

.id-1051 .athletes-nav__list a{
  color:#222;
}

.id-1098 .athletes-nav__list a{
  color:#222;
}

.athletes-list__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  
      flex-wrap: wrap;
  max-width: 1220px;
  justify-content: start;
  margin: 0 auto;
  gap:21px 20px;
}

@media screen and (max-width: 1200px){
  .athletes-list__inner{
    gap:10px 20px;
  }
}

.athletes-list__item {
  position: relative;
  width: 32.2%;
  
}

.athletes-list__item-margin{
  margin-right:15%;
}

@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;
  }
}

/* .cms .athletes-list__image{
  background:gray;
} */

.athletes-list__image {
  height:220px;
  transition: transform .4s;
  position:relative;
   background-size: cover;
}

.athletes-list__image-ushioku img{
  position:absolute;
  top:90% !important;
}
.athletes-list__image-ushioku {
          background-position: 0 -60px;
}

@media screen and (min-width: 1201px){
  .athletes-list__image-ushioku{
  position:relative;
}

.athletes-list__image-ushioku img{
  position:absolute;
  top:90% !important;
}
}
.athletes-list__image-saito{
  background-position: 0 -90px;
}

.athletes-list__image-saito img{
  position:absolute;
  top:-40%;
}

@media screen and (min-width: 1201px){
  .athletes-list__image-saito{
  position:relative;
}

.athletes-list__image-saito img{
  position:absolute;
  top:-40%;
}
}

/* .athletes-list__image-takahashi{
  background-position: 0 -90px;
} */
.athletes-list__image-takahashi img{
  /* position:absolute; */
  object-position: 0 120px;
}


@media screen and (max-width: 1200px) {
  .athletes-list__image-takahashi img{
  /* position:absolute; */
    object-position: 0 300px;
}
}

@media screen and (max-width: 800px) {
  .athletes-list__image-takahashi img{
  /* position:absolute; */
    object-position: 0 200px;
}
}

@media screen and (max-width: 500px) {
  .athletes-list__image-takahashi img{
  /* position:absolute; */
    object-position: 0 110px;
}
}


/* @media screen and (min-width: 1201px){
  .athletes-list__image-takahashi{
  position:relative;
}

.athletes-list__image-takahashi img{
  position:absolute;
  top:-40%;
}
}
 */

@media screen and (max-width: 1200px) {
  .athletes-list__image {
    height: 50vw;
    /* height:auto; */
  }
}

.athletes-list__image img {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
/*   aspect-ratio: 5/3;
　    object-fit: cover;
　    height: 100%;
　    width:100%; */
}

.cms .athletes-list__image img{
  height:100%;
}


@media screen and (max-width: 1200px) {
  .athletes-list__image img {
    position: relative;
    /* transform: translateY(-13.5%); */
  }
}

.athletes-list__text {
  position: absolute;
  left: 27px;
  bottom: 16px;
  transition:.2s;
}
@media screen and (max-width: 1200px) {
  .athletes-list__text {
    opacity: 1;
      top:50%;
  left:50%;
  text-align:center;
  bottom:auto;
  transform: translate(-50%, -35%);
  width:95%;
    /* background: rgba(0, 0, 0, 0.2); */
  }
}

.athletes-list a:hover .athletes-list__text {
  opacity: 0;
  /* background: rgba(0, 0, 0, 0.1); */
  transition: .2s;

}

.athletes-list__bg{
   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;
  
}

.cms .athletes-list__bg{
  display:none;
}

.cms .athletes-list__text {
  position: static;
  background: none;
  opacity: 1;
}

.athletes-list__text-name{
  display:flex;
  align-items:center;
  gap:24px;
  font-weight:700;
}

@media screen and (max-width: 1200px){
  .athletes-list__text-name{
  justify-content:center;
}
}

.cms .athletes-list__text-name{
  display:block;
}

.athletes-list__text--01 {
  font-size: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 1200px) {
  .athletes-list__text--01 {
    font-size: 2rem;
    line-height:1.4;
  }
}

.athletes-list__text--02 {
  line-height: 1.4;
  font-size:1.8rem;
}

@media screen and (max-width: 1200px) {
  .athletes-list__text--02 {
    font-size: 1.9rem;
  }
}

.athletes-list__text--03 {
  margin-top: 4px;
  line-height: 1.4;
  font-size:1.4rem;
  font-weight:normal;
}

@media screen and (max-width: 1200px) {
  .athletes-list__text--03 {
    margin-top: 15px;
    /* font-size: 1.3rem; */
  }
}

.athletes-list__item .svg {
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity:0;
}



@media screen and (max-width: 1200px) {
  .athletes-list__text .svg {
    display: none;
  }
}

.athletes-list__caption {
  max-width: 166px;
  margin-top: 24px;
}
@media screen and (max-width: 1200px) {
  .athletes-list__caption {
  margin-top:10px;
}
}
.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: 500;
  background-color: #0179D5;
  border-radius: 2px;
  transition: .4s;
}

@media screen and (max-width: 1200px){
  
.athletes-list__caption a {
  font-size:1.3rem;
}
}
.athletes-list__caption a::after {
   transition: .4s;
  content: '';
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  width: 4px;
  height: 8px;
  background: url(/olympic/paris/albums/css/basic-common/abm00006642.svg) no-repeat center center;
  /* 画像入れ替え */
  background-size: 4px 8px;
}

.athletes-list__caption a:hover {
  color:#0179D5;
  background:#fff;
}

.athletes-list__caption a:hover::after{
   background: url(/olympic/paris/albums/css/basic-common/abm00006980.svg) no-repeat center center;
}

.parent-1035.page-index [data-area="content"] .cp-h1-text {
  font-size: 4rem;
  margin-top: 96px;
  margin-bottom: 77px;
  color:#fff;
}

.cms .cp-h1-text {
  font-size: 4rem;
  margin-top: 100px;
  margin-bottom: 77px;
  color:#222;
}

@media screen and (max-width: 1200px) {
  .parent-1035.page-index [data-area="content"] .cp-h1-text {
    font-size: 2.8rem;
    margin-top: 31px;
    margin-bottom: 51px;
  }
}

.parent-1035.page-index [data-area="content"] .cp-h2-text {
  text-align:left;
  font-size: 2.2rem;
 margin-top:62px;
  margin-bottom: 32px;
  color:#fff;
  position:relative;
  font-weight:700;
  line-height:1.4;
  padding:12px 0 15px 42px;
}

.parent-1035.page-index [data-area="content"] .cp-h2-text:not(:first-child) {
  margin-top: 35px;
}

.parent-1035.id-1036.page-index [data-area="content"] .cp-h2-text:not(:first-child) {
  margin-top: 62px;
}

@media screen and (max-width: 1200px){
  .parent-1035.id-1036.page-index [data-area="content"] .cp-h2-text:not(:first-child) {
  margin-top: 53px;
}
}

@media screen and (max-width: 1200px){
  .parent-1035.page-index [data-area="content"] .cp-h2-text:not(:first-child) {
  margin-top: 49px;
}
}


.cms .cp-h2-text {
  text-align:left;
  font-size: 2.2rem;
  margin-top: 90px;
  margin-bottom: 48px;
  color:#222;
  position:relative;
  font-weight:700;
  line-height:1.4;
  padding:12px 0 15px 42px;
}

.parent-1035.page-index [data-area="content"] .cp-h2-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 0px;
}
@media screen and (max-width: 1200px) {
  .parent-1035.page-index [data-area="content"] .cp-h2-text::before{
    width:8px;
    height:50px;
  }
  
}

.cms .cp-h2-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #222;
    border-radius: 2px;
}

@media screen and (max-width: 1200px) {
  .parent-1035.page-index [data-area="content"] .cp-h2-text {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
        padding: 12px 0 12px 17px;
  }
}



/* under */
body.under {
  background: #243F58;
}

body.under.id-1051 {
  background: #F7F7F7;
}

body.under.id-1098 {
  background: #F7F7F7;
}


body.parent-192,
body.parent-193 {
  background: none;
}

body.parent-193 .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;
  }
}

@media screen and (max-width: 1200px) {
  body.under .container {
    display: block;
    padding-top: 50px;
    min-height: 350px;
  }
}

body.under .container img {
  border-radius: 8px;
}

body.parent-1055.under .container img {
  border-radius: 217px;
  object-fit: cover;
    aspect-ratio: 1.5 / 0.9;
}

body.parent-1099.under .container img {
  border-radius: 217px;
   object-fit: cover;
    aspect-ratio: 1.5 / 0.9;
}

.under-visual {
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .under-visual {
    padding: 0 7.4%;
  }
}

.under-visual.no1 {
  background: url(/olympic/paris/albums/css/basic-common/abm00006916.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .under-visual.no1{
    height:90px;
  }
}
.under-visual.no2 {
  background: url(/olympic/paris/albums/css/basic-common/abm00006886.webp) no-repeat center top;

  background-size: cover;
  position:relative;
}

.under-visual.no2::before{
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 半透明の黒色 */
}

.under-visual.no3 {
  background: url() no-repeat center top;
  background-size: cover;
}
.under-visual.no4 {
  background: url(/olympic/paris/albums/css/basic-common/abm00006706.png) no-repeat center top;
  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: 90px;
  }
}

.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: 1.8rem;
    margin:0 auto;
  }
}

.under-visual__subtext {
  position: absolute;
  right: 4px;
  bottom: 44px;
  transform: scale(0.65);
}
@media screen and (max-width: 1200px) {
  .under-visual__subtext {
    transform: scale(0.5);
    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: 100px;
  }
}

.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: 500;
  text-align: center;
  color: #fff;
}

.side-head.is-olympic {
  font-weight:bold;
  background-color: #002E70;
}

.side-head.is-paralympic {
  background-color: #C60000;
}

.side-head.is-practice {
  background-color: #243F58;
}

.side-list {
  padding-bottom: 30px;
}

.parent-1055 .side-list{
  padding-bottom:0;
}

.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: #fff;
}

.side-list__image {
  width: 64px;
  margin-right: 8px;
  padding-top: 64px;
  background: rgba(0, 0, 0, 0) center center no-repeat;
  background-size: cover;
  border-radius: 8px;
  bacground
}

.side-list__image-wrap{
  background:url(/olympic/paris/albums/css/basic-common/abm00006632.svg)center center no-repeat;
  background-size:cover;
  margin-right: 8px;
    border-radius: 8px;
    height: 64px;
    width: 64px;
}

.side-list__text {
  width: calc(100% - 72px);
  padding-top: 4px;
  font-size: 1.4rem;
  line-height: 1.428;
  color:#fff;
}

.athletes-profile {
  position: relative;
  min-height: 605px;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom:45px;
  margin-top:-29px;
  padding-bottom:65px;
}

.cms .athletes-profile{
  color: #222;
}

@media screen and (max-width: 1200px) {
  .athletes-profile {
    min-height: 0;
    margin-bottom: 36px;
    padding-right: 0;
    padding-bottom: 0px;
    margin-top:0px;
  }
}
.athletes-profile-container-wrap {
  background: #243F58;
}


.athletes-profile__share{
  justify-content:end;
  align-items:center;
  display:flex;
  gap:8px
  
}
@media screen and (max-width: 1200px){
  .athletes-profile__share{
    display:none;
  }
}


.athletes-profile__share-text{
  font-weight:1.3rem;

  
}

.athletes-profile__share-sns{
  display:flex;
  gap:8px
  
}

.athletes-profile__share-sns-link{
  width:37px;
  height:35px;
}

.athletes-profile__share-sns img{
  
}

.athletes-profile a {
  color: #1499FF;
}

.athletes-profile__flex {
  padding-right:50%;
  position:relative;
  margin-top:25px;
}

@media screen and (max-width: 1200px) {
  .athletes-profile__flex {
  padding-right:0;
  margin-top:0;
}
}

.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__sub {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 33px;
}
@media screen and (max-width: 1200px){
  .athletes-profile__sub{
    margin-bottom:23px;
  }
}

.cms .athletes-profile__sub {
  display: block;
  gap: 15px;
  align-items: start;
  margin-top: 10px;
  margin-bottom: 33px;
}

.athletes-profile__ruby {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .athletes-profile__ruby {
    font-size: 1.3rem;
  }
}
.athletes-profile__en {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .athletes-profile__en {
    font-size: 1.8rem;
  }
}
.athletes-profile__image {
  position: absolute;
    right: 0;
    top: 0;
    width: 43.223%;
    height:96%;
    max-height: 540px;
    overflow: hidden;
    border-radius: 8px;
    display:flex;
    justify-content:center;
}
@media screen and (min-width: 1201px) {
  .athletes-profile__image-higuchi{
    justify-content:start;
  }
}

@media screen and (min-width: 1201px) {
  .athletes-profile__image-azuma img{
    position:absolute;
    left:-60px;
  }
}

@media screen and (min-width: 1201px) {
  .athletes-profile__image-tomono img{
    position:absolute;
    left:-55px;
  }
}


@media screen and (max-width: 1200px) {
  .athletes-profile__image {
    display:block;
    position: relative;
    border-radius: 8px;
    object-fit: cover;
   aspect-ratio: 1.5 / 1;
    width: 100%;
    height: auto;
    margin-bottom:50px;
  }
}
.athletes-profile__image img {
  width: auto;
  max-width: none;
  height: 100%;
}

@media screen and (max-width: 1200px){
.athletes-profile__image-saito img{
object-position: 0 -230px;
position: absolute !important;
  
}
}

@media screen and (max-width: 800px){
.athletes-profile__image-saito img{
    object-position: 0 -100px;
position: absolute !important;
  
}
}

@media screen and (max-width: 1200px){
.athletes-profile__image-nakajima img{
  object-position: 0 -280px;
  position: absolute !important;
 
}
}
@media screen and (max-width: 800px){
.athletes-profile__image-nakajima img{
  object-position: 0 -110px;
  position: absolute !important;
 
}
}

@media screen and (max-width: 1200px){
.athletes-profile__image-kajihara img{
  object-position: 0 -160px;
  position: absolute !important;
 
}
}
@media screen and (max-width: 700px){
.athletes-profile__image-kajihara img{
  object-position: 0 -90px;
  position: absolute !important;
 
}
}

@media screen and (max-width: 1200px){
.athletes-profile__image-takahashi img{
  top: -30%;
    position: absolute;
    border-radius: 8px;
}
}
/* 
@media screen and (max-width: 1200px){
.athletes-profile__image-ushioku img{
  top: -50px;
    position: absolute;
    border-radius: 8px;
}
} */

@media screen and (min-width: 1201px){
  .athletes-profile__image-minamide img{
        transform: translateX(90px);
  }
}

@media screen and (max-width: 1200px) {
  .athletes-profile__image img {
    position: relative;
    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;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  margin-top:22px;
}

.athletes-profile__sub-title-profile{
  margin-top:24px;
}

@media screen and (max-width: 1200px){
  .athletes-profile__sub-title{
    margin-top: 36px;
  }
}



.athletes-profile__sub-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: calc(100% - 110px);
  height: 1px;
  background: #999;
}

@media screen and (max-width: 1200px){
  .athletes-profile__sub-title::before{
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 1200px){
  .athletes-profile__sub-title-profile::before{
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1200px){
  .athletes-profile__sub-title-share::before{
    width: calc(100% - 73px);
  }
}

.athletes-profile__text {
  margin-bottom: 37px;
  margin-top:4px;
  font-size:1.6rem;
}

@media screen and (max-width: 1200px){
  .athletes-profile__text {
  font-size:1.5rem;
}
}

@media screen and (max-width: 1200px){
  .athletes-profile__text {
  margin-bottom: 28px;
}
}

.athletes-profile__sns {
  display: flex;
  gap:10px;
  margin-top:18px;
}
@media screen and (max-width: 1200px){
  .athletes-profile__sns{
    gap:7.5px
  }
}

.cms .athletes-profile__sns {
  display: inline;
}

.athletes-profile__sns a,
.athletes-profile__sns img {
  width: 34px;
}

.athletes-profile__competition {
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px){
  .athletes-profile__competition{
    font-size:2rem;
  }
}
.athletes-profile__venue {
  margin-top:1px;
  font-size:1.6rem;
}

@media screen and (max-width: 1200px){
  .athletes-profile__venue {
  font-size:1.5rem;
}
}
.athletes-profile__schedule {
  display:block;
  margin-bottom: 14px;
  margin-top:4px;
}
@media screen and (max-width: 1200px){
  .athletes-profile__schedule{
    margin-top:0;
    margin-bottom:24px;
  }
}

.athletes-profile__introduction {
  position: relative;
  margin-top: 89px;
  font-size:1.6rem;
  line-height:2;
}
@media screen and (max-width: 1200px){
  .athletes-profile__introduction{
    margin-top:72px;
        font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.9;
  }
}

.athletes-profile__introduction::before {
  content: "";
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 1px;
  background: #999;
}
@media screen and (max-width: 1200px){
  .athletes-profile__introduction::before{
    top:-22px;
  }
}

.athletes-profile__achievement{
  margin-top:58px;
  
}
@media screen and (max-width: 1200px){
  .athletes-profile__achievement{
  margin-top:50px;
  
}
}

.athletes-profile__achievement-head{
  text-align: left;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    padding: 12px 0 15px 42px;
    margin-bottom:45px;
}
@media screen and (max-width: 1200px){
  .athletes-profile__achievement-head{
    margin-bottom:35px;
    font-size:2rem;
    padding:10px 0 10px 20px;
}
}

.athletes-profile__achievement .cp-inner{
  font-size:1.6rem;
  line-height:2;
}

@media screen and (max-width: 1200px){
  .athletes-profile__achievement .cp-inner{
    font-size:1.5rem;
    line-height:1.86;
  }
}


.cms .athletes-profile__achievement-head{
  color:#222;
}

.athletes-profile__achievement-head::before{
      content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 0px;
}

.cms .athletes-profile__achievement-head::before{
  background:#222;
}

@media screen and (max-width: 1200px){
  .athletes-profile__achievement-head::before{
    width:8px;
    height:50px;
  }
}

.interview-head {
  margin-top:-20px;
  margin-bottom: 50px;
  padding: 14px 23px 13px 23px;
  text-align: center;
  background-color:#002E70;
  color:#fff;
  border-radius: 2px;
  font-size:2.3rem;
  font-family: "Source Sans 3", sans-serif;
}
@media screen and (max-width: 1200px) {
  .interview-head {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px 13px 10px 13px;
    font-size:1.5rem;
    line-height:1.9;
  }
}

.cms .interview-head {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .interview-head img {
    transform: scale(0.7);
  }
}

.under .container{
  color:#fff;
}

.under .cp-h1-text{
  color:#fff;
}

.parent-1082{
     line-height: 32px;
    font-size: 1.6rem;
    font-weight: normal;
  
}

.parent-1082 .cp-h1-text{
  margin-bottom:63px;
  font-size:3.4rem;
  line-height:54px;
}
@media screen and (max-width: 1200px){
  .parent-1082 .cp-h1-text{
    font-size:2.2rem;
    margin-top:0;
margin-bottom:17px;  }
}

.parent-1082 .side-list__name{
  color:#fff;
  font-weight:bold;
}

.side-list__name{
  font-weight:bold;
}

.parent-1082 .side-list__sports{
  margin-top:5px;
  color:#fff;
  font-weight:normal;
}

.under .cp-h2-text{
  text-align: left;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    padding: 12px 0 15px 42px;
    margin-top:63px;
    margin-bottom:48px;
    font-family:'Noto Sans JP', Helvetica, Arial, メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media screen and (max-width: 1200px){
  .under .cp-h2-text{
    font-size:2rem;
    line-height:1.6;
    padding:12px 0 15px 15px;
   
  }
}
@media screen and (max-width: 1200px){
  .parent-1082.under .cp-h2-text{
    font-size:2rem;
    line-height:1.6;
    padding:12px 0 15px 18px;
    margin-top:49px;
    margin-bottom:13px;
  }
}



.under .cp-h2-text::before{
      content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 8px;
    height:60px;
    background: #FFFFFF;
    border-radius: 0px;
}

@media screen and (max-width: 1200px){
  .under .cp-h2-text::before{
   height:90%;
   top: 45%;
    transform: translateY(-50%);
   
}
}

/* 選手のメッセージ */
.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-1051,
.id-1098 {
  background-color: #F7F7F7;
}

.id-1051 .container-wrap{
  background:#f7f7f7;
}

.id-1098 .container-wrap{
  background:#f7f7f7;
}

.id-1051 .container,
.id-1098 .container {
  padding-top: 52px;
}
@media screen and (max-width: 1200px) {
  .id-1051 .container,
  .id-1098 .container {
    padding-top: 40px;
  }
}

.id-1051 [data-area="content"] .cp-text .cp-text-item,
.id-1098 [data-area="content"] .cp-text .cp-text-item {
  line-height: 2;
}

.id-1051 .container .athletes-nav,
.id-1098 .container .athletes-nav {
  display: block;
  padding: 5px 0 9px;
}

.id-1051 .container .athletes-nav__inner,
.id-1098 .container .athletes-nav__inner {
  max-width: inherit;
  padding: 0;
}

.id-1051 [data-area="content"] .cp-img,
.id-1098 [data-area="content"] .cp-img {
  margin: 0 0 47px;
}


/* ==========================================================================

競技日程の見出し

========================================================================== */
.ob-scheduleTtl {
  display: flex;
  align-items: center;
  margin: -19px 0 31px;
}
@media screen and (max-width: 1200px){
  .ob-scheduleTtl {
    margin: 0 0 0px;
  }
}

.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.2rem;
}
@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-191 .container {
  max-width: 1262px;
}

.id-191 .cp-h1-text {
  font-size: 4rem;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .id-191 .cp-h1-text {
    font-size: 2.8rem;
  }
}


/* ==========================================================================

競技説明のINDEX用アンカーリンク

========================================================================== */

.ob-anhcorLink__wrap{
  background:#fff;
}
.ob-anhcorLink {
  display: flex;
  justify-content: space-between;
  max-width: 783px;
  margin: 0 auto ;
  padding:76px 40px 97px;
}

.parent-1053 .ob-anhcorLink {
  display: flex;
  justify-content: space-between;
  max-width: 783px;
  margin: 0 auto ;
  padding:69px 0px 70px;
}

@media screen and (max-width: 1200px) {
 .parent-1053 .ob-anhcorLink {
    padding: 40px 4.5% 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: 5px 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--01 a{
  background:none;
  color:#0E67B4;
}

.cms .ob-anhcorLink__list--02 a{
  background:none;
  color:#0E67B4;
}

.ob-anhcorLink__list--01 a{
  background:#002E70;
  color:#fff;
}

.ob-anhcorLink__list--02 a{
  background:#C60000;
  color:#fff;
}

.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() 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();
  /* 画像入れ替え */
}


/* ==========================================================================

競技説明のテーブル

========================================================================== */
.cms [data-area="content"] table {
  table-layout: fixed;
}

.cms [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: none;
}

.id-1051 [data-area="content"] table,
.id-1098 [data-area="content"] table {
  table-layout: fixed;
  margin-top: 0;
  margin-bottom: 0;
  color:#222;
}
@media screen and (max-width: 1200px) {
  .id-1051 [data-area="content"] table,
  .id-1098 [data-area="content"] table {
    /* table-layout: auto; */
  }
}

.id-1051 [data-area="content"] table td,
.id-1098 [data-area="content"] table td {
  padding: 4.5px 6px;
  font-size: 1.3rem;
}

.id-1051 [data-area="content"] table td a,
.id-1098 [data-area="content"] table td a {
  color: #0E67B4;
  text-decoration: none;
}

.id-1051 [data-area="content"] table td a:hover,
.id-1098 [data-area="content"] table td a:hover {
  text-decoration: underline;
}

.id-1051 [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n),
.id-1098 [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: none;
}

.id-1051 [data-area="content"] table tbody tr:nth-child(2n),
.id-1098 [data-area="content"] table tbody tr:nth-child(2n) {
  background: none;
}

.id-1051 [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(odd),
.id-1098 [data-area="content"] table.fr-alternate-rows tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.id-1051 [data-area="content"] table tbody tr:nth-child(odd),
.id-1098 [data-area="content"] table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}

.id-1051 [data-area="content"] table.fr-alternate-rows tbody tr:first-child,
.id-1098 [data-area="content"] table.fr-alternate-rows tbody tr:first-child {
  background: none;
}
.id-1051 [data-area="content"] table tbody tr:first-child,
.id-1098 [data-area="content"] table tbody tr:first-child {
  background: none;
}

.id-1051 [data-area="content"] table tbody tr:first-child td,
.id-1098 [data-area="content"] table tbody tr:first-child td{
  padding:0px 6px;
}

.id-1051 [data-area="content"] table tbody span,
.id-1098 [data-area="content"] table tbody span{
  font-size:10px !important;
}

.id-1051 [data-area="content"] table tbody tr:nth-child(n+3) td,
.id-1098 [data-area="content"] table tbody tr:nth-child(n+3) td{
  padding:2px 6px 7px 6px;
}

.id-1051 [data-area="content"] table tbody tr:nth-child(n+3) td:first-child,
.id-1098 [data-area="content"] table tbody tr:nth-child(n+3) td:first-child{
  padding: 0px 5px 4px 14px;
}

.id-1051 [data-area="content"] table tbody tr:nth-child(n+3) td:nth-child(2),
.id-1098 [data-area="content"] table tbody tr:nth-child(n+3) td:nth-child(2){
  padding: 4px 5px 4px 14px;
}

.id-1051 [data-area="content"] table tbody tr:first-child td:nth-child(3) strong,
.id-1051 [data-area="content"] table tbody tr:first-child td:nth-child(4) strong{
      line-height: 1;
    font-size: 1.6rem;
}


/* ==========================================================================

競技説明のINDEX用各競技リスト

========================================================================== */
.id-1054 .container-wrap{
  background:#F7F7F7;
}

.ob-compeList-wrap{
      max-width: 1300px;
    padding: 0 40px 100px 40px;
    margin: 0 auto;
    overflow-x: hidden;
}

.ob-compeList-wrap{
      max-width: 1260px;
    padding: 0 40px 100px 40px;
    margin: 0 auto;
    overflow-x: hidden;
}

@media screen and (max-width: 1200px){
  .ob-compeList-wrap{
   padding:0 4.5% 60px 4.5%;
  }
}

.parent-1053 .cp-h1-text{
  font-size:4rem;
  margin-bottom:40px;
}

@media screen and (max-width: 1200px){
  .parent-1053 .cp-h1-text{
  font-size:3.3rem;
  margin-bottom:40px;
}
}

.ob-compeList {
  display: flex;
  flex-wrap: wrap;
  gap:41px 20px;
  /* justify-content: space-evenly; */
  /* margin: 55px 0 0; */
}

.ob-compeList{
  margin: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-img{
  margin-top:5px;
}

.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.2rem;
  line-height: 1.6;
  font-weight:bold;
}
@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 {
    aspect-ratio: 95 / 47;
    object-fit: cover;
    height: 100%;
    width: 100%;
  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);
}

.parent-1053 [data-area="content"] .cp-text{
  margin:21px 0 0;
}


/* ==========================================================================

競技説明のリンクエリア（動的）

========================================================================== */
.compe-area {
  min-height: 320px;
  background-color: #fff;
}
/* @media screen and (min-width:0px) and ( max-width:1200px) {
  .compe-area {
    display: none;
  }
} */

.compe-area__info {
  display: none;
}

.compe-area__inner {
  width: 100%;
  max-width: 1300px;
  padding: 42px 40px 120px 40px;
  margin: 0 auto;
}
@media screen and (min-width:750px) and ( max-width:1200px) {
  .compe-area__inner {
    display: block;
    padding: 44px 4.5% 40px 4.5%;
  }
}
@media screen and (max-width: 749px){
  .compe-area__inner {
    display: block;
    padding: 30px 4.5% 30px 4.5%;
  }
}

.compe-area__contents{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .compe-area__contents {
    display: block;
  }
}


.compe-area .cp-h2-text{

  
}

/* 見出し */
.compe-area__inner--head {
  margin-bottom: 22px;
  padding: 3px 5px 5px 5px;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .compe-area__inner--head {
    margin-bottom: 22px;
  }
}

.compe-area__inner--head.compe-area__inner--olym {
  background: #002E70;
}
.compe-area__inner--head.compe-area__inner--para {
  background: #C60000;
}

.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 {
  width: 100%;
      column-count: 3;
    column-gap: 10px;
}

.compe-area__inner .paralympics3 .lv3-folder {
  width: 100%;
      column-count: 1;
    column-gap: 0;
}
/*
@media screen and (min-width:750px) and ( max-width:1200px) {
  .compe-area__inner--olympic .olympic3 .lv3-folder {
    height: 550px;
  }
}
*/
@media screen and (max-width: 1200px){
  .compe-area__inner--olympic .olympic3 .lv3-folder {
    height: auto;
    margin-bottom: 30px;
  }
  .compe-area__inner--paralympic .lv3-folder {
    height: auto;
    margin-bottom: 30px;
  }
}

.compe-area__inner--olympic {
  opacity: 0;
  width: 73.771%;
}
@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 5px;
  line-height:1.6;
}

.compe-area__inner--olympic .lv4-item {
  /* width: 303px; */
}

.compe-area__inner .lv4-item a {
  position: relative;
  padding: 0 0 0 42px;
  color: #222;
  background: url(/olympic/paris/albums/css/basic-common/abm00006641.png) no-repeat left 11px top 4px;
    background-size: 18px 18px;
}

.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: #1FB9EE;
}

body.parent-192 .container + .compe-area,
body.parent-193 .container + .compe-area {
  display: none;
}
@media screen and (max-width: 1200px) {
  body.parent-192 .container + .compe-area,
  body.parent-193 .container + .compe-area {
    display: none;
  }
  body.parent-192 .container + .compe-area,
  body.parent-193 .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="523"] a::before {
  background-image: url();
  /* 画像入れ替え */
}
/* スキージャンプ */
.compe-area__inner .lv4-item[data-cms-id="497"] a::before {
  background-image: url();
  /* 画像入れ替え */
}
/* スキーフリースタイル */
.compe-area__inner .lv4-item[data-cms-id="498"] a::before {
  background-image: url();
  /* 画像入れ替え */
}
/* スノーボード */
.compe-area__inner .lv4-item[data-cms-id="502"] a::before {
  background-image: url();
  /* 画像入れ替え */
}
/* スピードスケート */
.compe-area__inner .lv4-item[data-cms-id="499"] a::before {
  background-image: url();
  /* 画像入れ替え */
}
/* ショートトラック */
.compe-area__inner .lv4-item[data-cms-id="500"] a::before {
  background-image: url();
  /* 画像入れ替え */
}
/* アイスホッケー */
.compe-area__inner .lv4-item[data-cms-id="194"] a::before {
  background-image: url();
  /* 画像入れ替え */
}
/* カーリング */
.compe-area__inner .lv4-item[data-cms-id="501"] a::before {
  background-image: url();
  /* 画像入れ替え */
}

/* パラアルペンスキー */
.compe-area__inner .lv4-item[data-cms-id="197"] a::before {
  background-image: url();
  /* 画像入れ替え */
}
/* パラアイスホッケー */
.compe-area__inner .lv4-item[data-cms-id="198"] a::before {
  background-image: url();
  /* 画像入れ替え */
}


/* ==========================================================================

競技説明の見出し+メイン画像

========================================================================== */
.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 .ob-ttlImg__ttl--Img img{
  border-radius:8px !important;
}

.ob-ttlImg__ttl--txt {
  font-size: 3.6rem;
  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 0;
  padding: 0 40px;
}
@media screen and (max-width: 1200px){
  .ob-ttlImg__img {
    margin: 30px auto 30px;
    padding: 0 4.5%;
  }
}

.ob-ttlImg__img img {
  border-radius: 270px;
}
@media screen and (max-width: 1200px){
  .ob-ttlImg__img img {
    border-radius: 135px;
  }
}


/* ==========================================================================

競技説明の見どころ

========================================================================== */
body.under.sports-rule-detail{
  background:none;
}

.sports-rule-detail .container-wrap{
  background:#fff;
}

.sports-rule-detail .container{
  color:#222;
}
.sports-rule-detail .container__main {
    width: 73.8%;
    margin-right: 3.2%;
}

@media screen and (max-width: 1200px){
  .sports-rule-detail .container__main {
    width: 100%;
    margin-right: 0;
}
}

.sports-rule-detail .container__side {
    width: 23%;
}

@media screen and (max-width: 1200px){
  .sports-rule-detail .container__side {
    width: 100%;
}
}

.sports-rule-detail .cp-text.cp-text-col1.cp-all {
      margin: 50px 0 0px;
    line-height: 2;
}

@media screen and (max-width: 1200px){
  .sports-rule-detail .cp-text.cp-text-col1.cp-all {
      margin: 0;

}
}

.sports-rule-detail .ob-ttlImg__ttl{
  padding:0;
  max-width:auto;
}


.sports-rule-detail .ob-ttlImg__img{
  max-width:auto;
  padding:0;
}

.sports-rule-detail .container-wrap{
  background:#F7F7F7;
}
.sports-rule-detail .container{
  color:#222;
  padding-top:60px;
}

.sports-rule-detail .ob-ttlImg{
  padding:0;
}

body.under.sports-rule-detail .container{
  padding-top:60px;
  padding-bottom:66px;
}

.ob-look {
  position: relative;
  background-color: #F0F3F5;
  border: 3px dotted #002E70;
  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: #002E70;
  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;
}

.sports-rule-detail .cp-h2-text{
  color:#222;
  margin-top:78px;
  margin-bottom:30px;
  line-height:1.6;
  font-family: 'Noto Sans JP', Helvetica, Arial, メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

@media screen and (max-width: 1200px) {
  .sports-rule-detail .cp-h2-text{
  color:#222;
  margin-top:30px;
  margin-bottom:30px;
}
}

.sports-rule-detail .compe-area .cp-h2-text{
  color:#222;
  margin-top:30px;
  margin-bottom:30px;
}

.sports-rule-detail .cp-h2-text::before{
  background:#002E70;
  
}

/* ==========================================================================

競技説明の日体大の練習施設紹介

========================================================================== */
.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-1032 {
  background-color: #F7F7F7;
}

.parent-1032 [data-area="content"] {
  background: #f7f7f7;
}

.parent-1032.id-1034 [data-area="content"] {
  background: #fff;
}


.id-1034 .ob-newsTtl{
  padding:72px 100px 30px 100px;
  max-width:1920px;
  margin:0 auto;
}

  


.id-1033 .ob-newsTtl{
  padding:90px 100px 36px 100px;
}

@media screen and (max-width: 1200px){
  .id-1033 .ob-newsTtl{
  padding: 28px 4.5% 15px 4.5%;
}
}

@media screen and (max-width: 1200px){
  .id-1034 .ob-newsTtl{
  padding:27px 0px 15px 0px;
}
}

.parent-1032 base-news0 {
  display: none;
  padding:0;
}

.parent-1032 .container{
  max-width:100%;
  padding:0;

 
}

@media screen and (max-width: 1200px) {
  .parent-1032 .container{
  
 
}
}

.parent-1032 .news-lists{
  max-width:1920px;
  margin:0 auto;
  padding:0 100px;
 
}
@media screen and (max-width: 1200px) {
  .parent-1032 .news-lists{
    padding:0;

}
} 

@media screen and (max-width: 1200px){
  
.parent-1032 .news-lists__date{
  font-size:1.3rem;
}
}


.parent-1032 .news-lists__date{
  font-size:1.4rem;
}

/* ニュースナビ */
.ns-nav {
  border-top:1px solid #ddd;
  min-height: 51px;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 749px) {
  .ns-nav {
/*     min-height: 62px; */
  }
}

.ns-nav .lv2-folder {
  display: flex;
  align-items: center;
  max-width: 1420px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  .ns-nav .lv2-folder {
    padding: 0 4.5%;
    justify-content: center;
  }
}
/* @media screen and (max-width: 749px) {
  .ns-nav .lv2-folder {
    justify-content: center;
  }
} */

.ns-nav .lv3-item {
  width: 62px;
  margin-right: 40px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .ns-nav .lv3-item {
    width: 58px;
    margin-right: 33px;
  }
}

.ns-nav .lv3-item:last-child {
  margin-right: 0;
}

.ns-nav .lv3-item a {
  font-weight:bold;
  display: block;
  position: relative;
  color: #222;
  text-decoration: none;
  padding: 18px 0 16px;
}
@media screen and (max-width: 749px) {
  .ns-nav .lv3-item a {
   padding: 17px 0;
   font-size: 1.5rem;
  }
}

.ns-nav .lv3-item 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: #002E70;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ns-nav .lv3-item a:hover::after,
.ns-nav .lv3-item a.is-active::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* 見出し */
/* 
.ob-newsTtl-wrap{
      padding: 0 40px;
    max-width: 1300px;
    margin: 0 auto;
}
.parent1032 .ob-newsTtl-wrap{
  padding: 0;
  max-width: none;
  margin: 0;
} */

@media screen and (max-width: 1200px){
  .ob-newsTtl-wrap{
  padding: 0 4.4%
  }
}

.ob-newsTtl {
  padding: 70px 100px 30px 100px;
  font-size:4rem;
  max-width:1920px;
  letter-spacing:2px;
  margin:0 auto;
}

.parent-1032 .ob-newsTtl {
  font-size:5rem;
  font-family: "Source Sans 3", sans-serif;
}

@media screen and (max-width: 1200px){
  .parent-1032 .ob-newsTtl {
  font-size:4rem;
}
}
@media only screen and (max-width: 1200px) {
  .ob-newsTtl {
    padding:16px 4.5% 15px 4.5%;
    text-align: center;
    font-size:3.4rem;
    
  }
}
/* @media only screen and (max-width: 749px) {
  .ob-newsTtl {
    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 0px;
  border-top: 1px solid #999;
}
@media only screen and (max-width: 1200px) {
  .news-lists__item {
    display: block;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 23px;
    padding-left: 0;
    padding-right: 0;
  }
}

.news-lists__item:last-child {
  border-bottom: 1px solid #999;
}

.news-lists__date {
  color: #666;
 font-family: "Source Sans 3", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 69px;
}
@media only screen and (max-width: 1200px) {
  .news-lists__date {
    margin-right: 0;
  }
}

.news-lists__title {
  font-size: 1.8rem;
   display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .news-lists__title {
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: normal;
    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;
}

/* リスト記事 */
.parent-1032 .news-all-wrap{
  background:#f7f7f7;
padding-bottom:100px;
  margin:0 auto;

}
.parent-1032.id-1034 .news-all-wrap{
  background:#fff;

}

@media screen and (max-width: 1200px){
  .parent-1032 .news-all-wrap{
  padding:0 4% 100px;
}
}

.parent-1032 .top-topics__inner {
      grid-template-columns: 1fr 1fr 1fr;
    gap: 5px 20px;
    display: grid;
    max-width:1920px;
  padding:0 100px 100px;
}
@media screen and (max-width: 1200px) {
  .parent-1032 .top-topics__inner {
    grid-template-columns:1fr;
    gap:5px;
    padding:0 ;
    
  }
}





.parent-1032 .top-topics__item {
 
}
@media screen and (max-width: 1200px) {
  .parent-1032 .top-topics__item {
   
  }
}


/* ==========================================================================

ホバーの処理（詳細ページのない記事）

========================================================================== */
.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;
}
.top-topics__item a[href*="javascript:void(0)"]:hover .top-topics__date {
  color: #666;
}


/* ==========================================================================

ニュース詳細

========================================================================== */
.is-detail {
  background-color: #F7F7F7;
}

.is-detail .container-wrap{
  background:#F7F7F7;
}

.is-detail .container {
  max-width: 1300px;
  padding: 0 40px;
  display:flex;
  gap:4.8%;
  padding-top:73px;
}
@media screen and (max-width: 1200px) {
  .is-detail .container {
    padding: 0 4.3%;
    display:block;
  }
}

.is-detail .news-main {
  padding: 0px 0 100px;
  width:72.1311475409836%;
}
@media screen and (max-width: 1200px) {
  .is-detail .news-main {
    padding: 28px 0 80px;
    width:100%;
        font-size: 1.5rem;
    line-height: 1.8;
    font-weight: normal;
  }
}

.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 34px;
    padding:0 0 34px;
  }
}


.ttl-box-meta{
  display:flex;
}

.is-detail .is-category {
  font-weight: 700;
}

@media screen and (max-width: 1200px){
  .is-detail .is-category{
    color:#222;
    font-size:1.3rem;
    font-weight:normal;
  }
  
  .is-detail .is-category span{
    color:#222 !important;
  }
}
.is-detail .fr-fic{
/* width:100%; */
}

.is-detail .fr-fic.fr-draggable{
/* width:auto; */
}


.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 23px;
    font-size: 2.7rem;
    line-height: 1.6;
  }
}

.is-detail .is-date {
  font-weight: 700;
  display: inline-block;
  margin: 0 20px 0 0;
  color: #666;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px){
  .is-detail .is-date{
    margin:0 5px 0 0 ;
  }
}

.is-detail .cp-h3-text {
  font-size: 2.2rem;
  margin-bottom: 29px;
  padding-top: 13px;
  padding-bottom: 35px;
  padding-left: 42px;
  margin-top:78px;
}

@media screen and (max-width: 1200px){
  .is-detail .cp-h3-text {
  padding-left: 16px;
  padding-bottom:13px;
  
}
}
.is-detail .under-btn {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .is-detail .under-btn {
    margin-top: 50px;
  }
}

.under-btn-sp{       
  padding: 0 4.5%;
        margin-top: 50px;
        margin-bottom: 50px;
  
}

.under-btn-sp a{
  margin:0 auto;
  
}

.is-detail .under-btn a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  background: #243F58;
  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(36px);
  }
}

.is-detail .under-btn a .svg {
  position: relative;
  top: 2px;
  margin-left: 36px;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .is-detail .under-btn a .svg {
    position: absolute;
    right: 15%;
    top: 50%;
    transform:translateY(-50%);
    margin-top: 0;
    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;
}

.is-detail .under-btn a:hover svg:not([fill]) {
  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;
  }
}

body.page-sitemap .newsLists {
  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) {
  body.page-sitemap .newsLists {
    margin: -35px 0 0;
  }
}

body.page-sitemap .newsLists > .newsList {
  width: 30.3333%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 45px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) and (min-width: 750px) {
  body.page-sitemap .newsLists > .newsList {
    margin-top: 35px;
    margin-bottom: 0;
    width: 48.2%;
  }
}
@media only screen and (max-width: 749px) {
  body.page-sitemap .newsLists > .newsList {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 0;
  }
  body.page-sitemap .newsLists > .newsList:last-of-type,
  body.page-sitemap .newsLists > .newsList:last-child {
    margin-bottom: 0;
  }
}

body.page-sitemap .newsLists > .newsList:first-child {
  display: none;
}

body.page-sitemap .newsLists .lv2-item {
  border-top: 2px solid #002E70;
}

body.page-sitemap .newsLists .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) {
  body.page-sitemap .newsLists .lv2-item .lv2-link {
    padding: 10px 38px 10px 15px;
  }
}

body.page-sitemap .lv2-item .lv2-link:hover {
  color: #fff;
  background-color: #C61527;
  text-decoration: none;
}

body.page-sitemap .lv2-item .lv2-link::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #002E70;
  border-right: solid 2px #002E70;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

body.page-sitemap .lv2-item .lv2-link:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

body.page-sitemap .lv2-folder {
  margin: 10px 15px 0 15px;
}

body.page-sitemap .lv3-item {
  position: relative;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1200px) {
  body.page-sitemap .lv3-item {
    font-size: 1.68rem;
    margin: 0 0 6px;
  }
}

body.page-sitemap .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;
  }
}

/* ==========================================================================

アルバム

========================================================================== */
.nav-gallery{
  min-height: 51px;
  width:100%;
    box-sizing: border-box;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
  
}

.cms .nav-gallery__inner{
      display: block;
}

.nav-gallery__inner{
      display: flex;
      gap:40px;
    align-items: center;
    max-width: 1300px;
    padding: 0 40px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px){
  .nav-gallery__inner{
    justify-content:center;
  padding: 0 4.4%
  }
}

.nav-gallery__item{
      width: 62px;
    line-height: 1;
    text-align: center;
  
}
.nav-gallery__item a{
  display: block;
    position: relative;
    color: #222;
    text-decoration: none;
    padding: 18px 0 16px;
}

.nav-gallery__item a::after{
 content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    transform: scaleX(0);
    background-color: #002E70;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nav-gallery__item a.is-active::after {
    transform: scaleX(1);
    transition: all .3s;
}

.index-visual.no5 .index-visual__inner{
  height:180px;
}

@media screen and (max-width: 1200px){
  .index-visual.no5 .index-visual__inner{
  height:90px;
  padding-top:33px;
}
}

.parent-1061 .container-wrap{
  background:#F7F7F7;
}

.parent-1061 .ob-newsTtl{
  background:#f7f7f7;
      padding: 70px 40px 30px 40px;
      margin:0 auto;
      max-width:1300px;
      font-size:5rem;
      font-family: "Source Sans 3", sans-serif;
      font-weight:bold;
      line-height:2;
}

@media screen and (max-width: 1200px){
  .parent-1061 .ob-newsTtl{
  background:#f7f7f7;
      padding:17px 4.5% 22px 4.5%;
      font-size:4rem;
      font-family: "Source Sans 3", sans-serif;
}
}

.parent-1061 .cp-photos-item{
 
}

@media screen and (max-width: 1200px){
  .parent-1061 .cp-photos-item{
  margin:0 auto 18px;
}
}

.parent-1061 .cp-photos-03{
      padding: 0 40px;
    margin: 0 auto;
    max-width: 1300px;
  
}

@media screen and (max-width: 1200px){
  .parent-1061 .cp-photos-03{
  padding: 0 4.4%
  }
}

.parent-1061 .cp-videos{
  padding: 0 40px;
    margin: 0 auto;
    max-width: 1300px;
}

@media screen and (max-width: 1200px){
  .parent-1061 .cp-videos{
  padding: 0 4.4%
  }
}

.parent1061.cp-videos cp-videos-03{
  padding: 0 40px;
    margin: 0 auto;
    max-width: 1300px;
}


.parent-1061 .cp-videos-item{
  width:32%;
  margin-bottom:51px;
}
@media only screen and (max-width: 749px) {
.parent-1061 .cp-videos-item{
  width:100%;
  margin-bottom:51px;
  margin:0;
  gap:10px;
  display:flex;
}
}



.parent-1061 .cp-videos-item .cp-videos-thumb{
  /* height:237px; */
  /* padding-top:64%; */
}

.cp-videos-item .cp-videos-thumb::before{
  content: '';
    position: absolute;
    top: calc(50% - 19px);
    left: calc(50% - 30px);
    display: block;
    height: 38px;
    width: 60px;
    background: url(/olympic/paris/albums/css/basic-common/abm00007012.svg) no-repeat center center;
}

.parent-1061 .cp-videos-item .cp-videos-thumb iframe{
  /* height:237px; */
}

@media only screen and (max-width: 749px){
  .parent-1061 .cp-videos-item .cp-videos-thumb iframe{
  height:auto;
}
}

@media only screen and (max-width: 450px){
  .parent-1061 .cp-videos-item .cp-videos-thumb iframe{
  height:99px;
}
}

@media only screen and (max-width: 749px){
  .parent-1061 .cp-videos-item .cp-videos-thumb{
      min-height: 100px;
        height: auto;
  }
}

.parent-1061 .cp-videos-item a{
  margin-bottom:10px;
}

@media only screen and (max-width: 749px){
  .parent-1061 .cp-videos-item a{
  margin-bottom:10px;
  max-width: 50%;
        min-width: 163px;
}
}



/* ==========================================================================

サイト検索

========================================================================== */
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;
}



.noElem-comment {
  text-align: center;
  padding: 20px 0 150px; 
}
@media only screen and (max-width: 1200px) {
  .noElem-comment {
    padding: 50px 0 100px; 
  }
}
.athletes-index-container-wrap{
  background:#243F58;
}

/* ==========================================================================

エラー

========================================================================== */
body.under.parent-1064{
  background:none;
}

.under.parent-1064 .cp-h1-text {
    color: #222;
}
.under.parent-1064 .container {
    color: #222;
    min-height:500px;
    background:#fff;
    max-width:none;
}

/* ==========================================================================

サイトマップ

========================================================================== */
body.under.id-1124{
  background:#f7f7f7;
}
.id-1124 .container-wrap{
  background:#f7f7f7;
}

.id-1124 .cp-h1-text{
  color:#222;
}


/* ==========================================================================

最新の記事

========================================================================== */

.news-detail__side{
  width: 22.951%;
  padding-bottom:100px;
}
@media only screen and (max-width: 1200px){
  .news-detail__side{
  width: 100%;
  padding-bottom:40px;
}
}
.news-detail-side__head{
  font-size:2rem;
  margin-top:21px;
  color:#fff;
  background:#002E70;
  margin-bottom: 20px;
    padding: 7px 5px;
    border-radius: 2px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width: 1200px){
  .news-detail-side__head{
    font-size:1.5rem;
    padding:10px 5px;
    margin-bottom:7px;
  }
}

.news-detail-side__item{
  list-style:none;
  
}

.news-detail-side__item a{
  display:flex;
  gap:8px;
  border-bottom:1px solid #DDDDDD;
  padding:12px 0;
}

.news-detail-side__tmb{
  width:64px;
  height:64px;
  flex-shrink:0;
  border: 1px solid #ccc;
    border-radius: 8px;
}
@media only screen and (max-width: 1200px){
  .news-detail-side__tmb{
    width:18.5%;
  }
}

.news-detail-side__tmb img{
  width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
}
@media only screen and (max-width: 1200px){
  .news-detail-side__tmb img{
    height:60px;
    width:60px;
  }
}
.news-detail-side__ttl{
  font-size:1.4rem;
  max-height:70px;
  width:76.5%;
  flex-grow:1;
  color:#222;
  line-height:calc(24 / 14);
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 1200px){
  .news-detail-side__ttl{
    font-size:1.4rem;
  }
}
/* ==========================================================================

記事詳細　ナビ

========================================================================== */
  .nav-detail{
        min-height: 51px;
    box-sizing: border-box;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
  }
  
  .nav-detail__inner{
        display: flex;
    gap: 40px;
    align-items: center;
    max-width: 1420px;
    padding: 0 100px;
    margin: 0 auto;
    
  }
  
  .nav-detail__item{
    width: 62px;
    line-height: 1;
    text-align: center;
    
  }
  
  .nav-detail__item a {
    display: block;
    position: relative;
    color: #222;
    text-decoration: none;
    padding: 18px 0 16px;
    
  }
  
  
  
  .parent-1050 .cp-text-r .cp-inner span{
    font-size:1.6rem;
  }

.parent-1050 .cp-text-col1{
    margin: 11px 0 40px;
}

.parent-1050 .cp-text-col1:nth-child(2) {
    margin-bottom:20px;
}

.parent-1050 .cp-basic-block{
  margin:28px 0 80px;
}

@media only screen and (max-width: 1200px){
  .parent-1050 .cp-basic-block{
  margin:28px 0 55px;
}

}

.id-1051 .table-result td{
  padding:3px 6px;
  
}

.parent-1050 .cp-basic-block__col{
    /*   overflow: scroll; */
}

@media only screen and (max-width: 1200px){
  
  .parent-1050 .cp-basic-block__col{
      overflow: scroll;
}
  
.parent-1050 .cp-basic-block__row table{
  width:1220px !important;
}
}

.parent-1055 .side-list__text{
  color:#222;
}
.parent-1099 .side-list__text{
  color:#222;
}
@media only screen and (max-width: 500px){
.parent-1055 .compe-area__inner .lv3-folder {
  width: 100%;
      column-count: 1;
    column-gap: 0;
}
}

@media only screen and (max-width: 500px){
.parent-1099 .compe-area__inner .lv3-folder {
  width: 100%;
      column-count: 1;
    column-gap: 0;
}
}

@media only screen and (min-width: 1201px){
  .hidden-pc{
    display:none;
  
}
}

@media only screen and (max-width: 1200px){
  .hidden-sp{
    display:none;
  
}
}

.ytp-large-play-button {
  margin-left: 0 !important;
  margin-top:0 !important;
  transform: translateX(-50%) translateY(-50%) !important;
  width: 31px !important;
  height: 33px !important;
}

.container-wrap-seach{
  background:#243F58;
}

::-webkit-scrollbar{
  /* display:none; */
}


.id-1070 .container{
  background:#999;
}

.cms .header{
  position:static;
}

.header.is-active .header__logo,
.header.is-active .header__nav,
.header.is-active .year-select,
.header.is-active .search-btn {
    opacity: 0;
    pointer-events: none;
}

.header.is-active .header__btn{
    margin-left: auto;
}

.parent-1050 .cp-basic-block__row table td span{
  background-color:transparent !important;
}



/* .top.is-loaded .top-visual__bg{
  opacity:0;
} */



