/* ms IE scrollbar 対策 */
html {
  -ms-overflow-style: auto;
}
.modalBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: #000;
  transition: opacity 0.2s linear;
  z-index: 8000;
  display: none;
}
#container {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 80px;
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "MS PGothic", sans-serif;
/* sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
/*
 * Universal inheritance
 */
/*
 * Opinionated defaults
 */
/*
 * Configurable defaults
 */
}
#container html,
#container body,
#container div,
#container span,
#container applet,
#container object,
#container iframe,
#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6,
#container p,
#container blockquote,
#container pre,
#container a,
#container abbr,
#container acronym,
#container address,
#container big,
#container cite,
#container code,
#container del,
#container dfn,
#container em,
#container img,
#container ins,
#container kbd,
#container q,
#container s,
#container samp,
#container small,
#container strike,
#container strong,
#container sub,
#container sup,
#container tt,
#container var,
#container dl,
#container dt,
#container dd,
#container ol,
#container ul,
#container li,
#container fieldset,
#container form,
#container label,
#container legend,
#container table,
#container caption,
#container tbody,
#container tfoot,
#container thead,
#container tr,
#container th,
#container td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
#container body {
  line-height: 1;
  color: #000;
  background: #fff;
}
#container ol,
#container ul {
  list-style: none;
}
#container table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
#container caption,
#container th,
#container td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#container a img {
  border: none;
}
#container img,
#container button,
#container a,
#container a:hover {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
/* sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
#container abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
#container audio:not([controls]) {
  display: none;
}
#container b,
#container strong {
  font-weight: bolder;
}
#container button {
  -webkit-appearance: button;
  overflow: visible;
}
#container button::-moz-focus-inner,
#container input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#container button:-moz-focusring,
#container input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#container button,
#container select {
  text-transform: none;
}
#container details {
  display: block;
}
#container hr {
  overflow: visible;
}
#container html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
#container input {
  -webkit-border-radius: 0;
}
#container input[type="button"],
#container input[type="reset"],
#container input[type="submit"] {
  -webkit-appearance: button;
}
#container input[type="number"] {
  width: auto;
}
#container input[type="search"] {
  -webkit-appearance: textfield;
}
#container input[type="search"]::-webkit-search-cancel-button,
#container input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#container main {
  display: block;
}
#container pre {
  overflow: auto;
}
#container progress {
  display: inline-block;
}
#container summary {
  display: block;
}
#container svg:not(:root) {
  overflow: hidden;
}
#container template {
  display: none;
}
#container textarea {
  overflow: auto;
}
#container [hidden] {
  display: none;
}
#container *,
#container :before,
#container :after {
  box-sizing: inherit;
}
#container * {
  font-size: inherit;
  line-height: inherit;
}
#container :before,
#container :after {
  text-decoration: inherit;
  vertical-align: inherit;
}
#container button,
#container input,
#container select,
#container textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
#container * {
  margin: 0;
  padding: 0;
}
#container *,
#container :before,
#container :after {
  border-style: solid;
  border-width: 0;
}
#container a,
#container area,
#container button,
#container input,
#container label,
#container select,
#container textarea,
#container [tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
#container select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
#container select::-ms-expand {
  display: none;
}
#container select::-ms-value {
  color: currentColor;
}
#container svg {
  fill: currentColor;
}
#container [aria-busy="true"] {
  cursor: progress;
}
#container [aria-controls] {
  cursor: pointer;
}
#container [aria-disabled] {
  cursor: default;
}
#container [hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
#container [hidden][aria-hidden="false"]:focus {
  clip: auto;
}
#container * {
  background-repeat: no-repeat;
}
#container :root {
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}
#container a {
  text-decoration: none;
}
#container audio,
#container canvas,
#container iframe,
#container img,
#container svg,
#container video {
  vertical-align: middle;
}
#container button,
#container input,
#container select,
#container textarea {
  background-color: transparent;
  color: inherit;
}
#container button,
#container [type="button"],
#container [type="date"],
#container [type="datetime"],
#container [type="datetime-local"],
#container [type="email"],
#container [type="month"],
#container [type="number"],
#container [type="password"],
#container [type="reset"],
#container [type="search"],
#container [type="submit"],
#container [type="tel"],
#container [type="text"],
#container [type="time"],
#container [type="url"],
#container [type="week"],
#container select,
#container textarea {
  min-height: 1.5em;
}
#container code,
#container kbd,
#container pre,
#container samp {
  font-family: monospace, monospace;
}
#container nav ol,
#container nav ul {
  list-style: none;
}
#container small {
  font-size: 75%;
}
#container table {
  border-collapse: collapse;
  border-spacing: 0;
}
#container textarea {
  resize: vertical;
}
#container ::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
#container ::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}
#container html body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}
#container a,
#container a:active {
  color: #000;
}
#container .wrapper_channel-news {
  width: 1170px;
  overflow: hidden;
  margin: 0 auto;
}
#container .modalCloseBtn {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: -54px;
  background: url("/olympics/images/modal-close_btn.png") no-repeat 0 0;
  background-size: 36px auto;
  cursor: pointer;
}
#container .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8100;
  display: none;
}
#container .modal-video .modal-video-body {
  padding: 56.25% 0 0;
  position: relative;
}
#container .modal-video .modal-video-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#container .video-frame {
  padding: 56.25% 0 0;
  position: relative;
}
#container .video-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 481px) {
  #container .sp {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #container {
    min-width: 480px;
    margin: 0 auto 89px;
  }
  #container .pc {
    display: none;
  }
  #container .wrapper_channel-news {
    width: auto;
  }
  #container .modalCloseBtn {
    width: 27px;
    height: 27px;
    top: -40px;
    right: 0;
    background: url("/olympics/images/modal-close_btn.png") no-repeat 0 0;
    background-size: 27px auto;
  }
}
#container #mv {
  width: 100%;
  position: relative;
}
#container #mv .mv-gallery {
  width: 100%;
  min-height: 650px;
  position: relative;
}
#container #mv .gallery-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  height: calc(100% - 80px);
}
#container #mv .mv-gallery .gallery-block {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s linear;
}
#container #mv .mv-gallery .gallery-block .gallery-name {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#container #mv .mv-gallery .gallery-block .gallery-name img {
  height: 106px;
  width: auto;
}
#container #mv .mv-gallery .gallery-block .gallery-copy {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
}
#container #mv .mv-gallery .gallery-block .gallery-copy br {
  display: none;
}
#container #mv .mv-gallery .gallery-block_01 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("/olympics/images/mv_img01.jpg?ver=20200204") no-repeat 50% 50%;
  background-size: cover;
}
#container #mv .mv-gallery .gallery-block_02 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("/olympics/images/mv_img02.jpg?ver=20200204") no-repeat 50% 50%;
  background-size: cover;
}
#container #mv .mv-gallery .gallery-block_03 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("/olympics/images/mv_img03.jpg?ver=20200204") no-repeat 50% 50%;
  background-size: cover;
}
#container #mv .mv-gallery .gallery-block_04 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("/olympics/images/mv_img04.jpg?ver=20200204") no-repeat 50% 50%;
  background-size: cover;
}
#container #mv .mv-gallery .gallery-block_05 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("/olympics/images/mv_img05.jpg?ver=20200204") no-repeat 50% 50%;
  background-size: cover;
}
#container #mv .mv-gallery .gallery-block_06 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: url("/olympics/images/mv_img06.jpg?ver=20200204") no-repeat 50% 50%;
  background-color: #ce1f26;
  background-size: auto 100%;
}
#container #mv .mv-gallery .gallery-block_active {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}
#container #mv .mv-ttlwrap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  background-color: #fff;
}
#container #mv .mv-ttl {
  width: 542px;
  height: 46px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  text-indent: -9999px;
  margin: -23px 0 0 0;
  background: url("/olympics/images/mv_ttl.png?ver=20200204") no-repeat 0 0;
}
#container #mv .mv-play {
  width: 68px;
  height: 69px;
  display: block;
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  left: auto;
  text-indent: -9999px;
  margin: 0 0 0 0;
}
#container #mv .mv-play a {
  height: 69px;
  display: block;
  background: url("/olympics/images/mv-play_btn.png") no-repeat 0 0;
}
#container #mv .mv-scroll {
  width: 50px;
  display: block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: 17px;
  left: 50%;
  text-indent: -9999px;
  margin: -23px 0 0 -25px;
}
#container #mv .mv-scroll a {
  height: 46px;
  display: block;
  background: url("/olympics/images/mv-scroll_btn.png?ver=20200204") no-repeat 0 0;
  -webkit-background-size: contain;
  background-size: contain;
}
#container #mv .mv-logo {
  width: 174px;
  height: 46px;
  display: block;
  position: absolute;
  top: auto;
  right: auto;
  top: 50%;
  right: 25px;
  text-indent: -9999px;
  background: url("/olympics/images/mv_logo.png?ver=20200204") no-repeat 0 0;
  background-size: 100% auto;
  margin-top: -23px;
}
#container #mv .mv-video {
  display: none;
}
#container .pageNavi {
  width: 100%;
  background: #000;
}
#container .pageNavi ul {
  width: 986px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  left: -12px;
}
#container .pageNavi ul li {
  float: left;
}
#container .pageNavi ul li a {
  display: block;
}
#container .pageNavi ul li.pageNavi_01 a {
  width: 78px;
  height: 52px;
  text-indent: -9999px;
  background: url("/olympics/images/pageNavi_btn01.png?ver=20200204") no-repeat 50% 50%;
}
#container .pageNavi ul li.pageNavi_02 a {
  width: 151px;
  height: 52px;
  text-indent: -9999px;
  background: url("/olympics/images/pageNavi_btn02.png?ver=20200204") no-repeat 50% 50%;
}
#container .pageNavi ul li.pageNavi_03 a {
  width: 139px;
  height: 52px;
  text-indent: -9999px;
  background: url("/olympics/images/pageNavi_btn03.png?ver=20200204") no-repeat 50% 50%;
}
#container .pageNavi ul li.pageNavi_04 a {
  width: 171px;
  height: 52px;
  text-indent: -9999px;
  background: url("/olympics/images/pageNavi_btn04.png?ver=20200204") no-repeat 50% 50%;
}
#container .pageNavi ul li.pageNavi_05 a {
  width: 146px;
  height: 52px;
  text-indent: -9999px;
  background: url("/olympics/images/pageNavi_btn05.png?ver=20200204") no-repeat 50% 50%;
}
#container .pageNavi ul li.pageNavi_06 a {
  width: 168px;
  height: 52px;
  text-indent: -9999px;
  background: url("/olympics/images/pageNavi_btn06.png?ver=20200204") no-repeat 50% 50%;
}
#container .pageNavi ul li.pageNavi_athlete a {
  width: 210px;
  height: 52px;
  text-indent: -9999px;
  background: url("/olympics/images/pageNavi_btn_athlete.png?ver=20200204") no-repeat 50% 50%;
}
@media only screen and (min-width: 481px) {
  #container #mv .mv-play,
  #container #mv .mv-scroll a {
    transition: opacity 0.2s ease-out;
  }
  #container #mv .mv-play:hover,
  #container #mv .mv-scroll a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    cursor: pointer;
  }
  #container .pageNavi ul li a {
    transition: opacity 0.2s ease-out;
  }
  #container .pageNavi ul li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    cursor: pointer;
  }
}
@media only screen and (max-width: 480px) {
  #container #mv .mv-gallery {
    background-color: #000;
  }
  #container #mv .mv-gallery {
    min-height: 600px;
  }
  #container #mv .gallery-wrapper {
    height: calc(100% - 142px);
  }
  #container #mv .mv-gallery:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: '';
    background-color: #000;
  }
  #container #mv .mv-gallery .gallery-block {
    background: no-repeat 50% 50%;
    background-size: cover;
  }
  #container #mv .mv-gallery .gallery-block .gallery-name {
  }
  #container #mv .mv-gallery .gallery-block .gallery-name img {
    height: 52px;
  }
  #container #mv .mv-gallery .gallery-block .gallery-copy {
    font-size: 12px;
  }
  #container #mv .mv-gallery .gallery-block .gallery-copy br {
    display: inline;
  }
  #container #mv .mv-gallery .gallery-block_01 {
    background-image: url("/olympics/images/sp-mv_img01.jpg?ver=20200204");
  }
  #container #mv .mv-gallery .gallery-block_02 {
    background-image: url("/olympics/images/sp-mv_img02.jpg?ver=20200204");
  }
  #container #mv .mv-gallery .gallery-block_03 {
    background-image: url("/olympics/images/sp-mv_img03.jpg?ver=20200204");
  }
  #container #mv .mv-gallery .gallery-block_04 {
    background-image: url("/olympics/images/sp-mv_img04.jpg?ver=20200204");
  }
  #container #mv .mv-gallery .gallery-block_05 {
    background-image: url("/olympics/images/sp-mv_img05.jpg?ver=20200204");
  }
  #container #mv .mv-gallery .gallery-block_06 {
    background-image: url("/olympics/images/sp-mv_img06.jpg?ver=20200204");
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #de1f26;

  }
  #container #mv .mv-ttlwrap {
    height: 142px;
  }
  #container #mv .mv-ttl {
    width: 442px;
    height: 39px;
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 50%;
    text-indent: -9999px;
    margin: 0 0 0 -221px;
    background-size: 100% auto;
    z-index: 10;
  }
  #container #mv .mv-play {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    left: auto;
    text-indent: -9999px;
    margin: -64px 0 0 -43.5px;
    z-index: 10;
  }
  #container #mv .mv-play a {
    height: 70px;
    background: url("/olympics/images/sp-mv-play_btn.png?ver=20200204") no-repeat 0 0;
    background-size: 70px auto;
  }
  #container #mv .mv-scroll {
    width: 55px;
    display: block;
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: auto;
    text-indent: -9999px;
    margin: 0 0 0 0;
    z-index: 10;
    -webkit-background-size: ;
    background-size: ;
  }
  #container #mv .mv-scroll a {
    height: 45px;
  }
  #container #mv .mv-logo {
    width: 155px;
    height: 42px;
    display: block;
    position: absolute;
    bottom: 22px;
    left: 15px;
    top: auto;
    right: auto;
    text-indent: -9999px;
    z-index: 10;
    margin: 0;
  }
  #container .pageNavi ul {
    width: 100%;
    left: auto;
  }
  #container .pageNavi ul li {
    width: 50%;
    float: left;
  }
  #container .pageNavi ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #container .pageNavi ul li a:after {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
  }
  #container .pageNavi ul li:nth-child(odd) a {
    border-right: 1px solid #fff;
  }
  #container .pageNavi ul li:nth-child(5) a ,
  #container .pageNavi ul li:nth-child(6) a {
    border-bottom: none;
  }
  #container .pageNavi ul li.pageNavi_01 a {
    width: 100%;
    height: 60px;
    background: url("/olympics/images/sp-pageNavi_btn01.png?ver=20200204") no-repeat 0 50%;
    background-size: 190px auto;
  }
  #container .pageNavi ul li.pageNavi_02 a {
    width: 100%;
    height: 60px;
    background: url("/olympics/images/sp-pageNavi_btn02.png?ver=20200204") no-repeat 0 50%;
    background-size: 190px auto;
  }
  #container .pageNavi ul li.pageNavi_03 a {
    width: 100%;
    height: 60px;
    background: url("/olympics/images/sp-pageNavi_btn03.png?ver=20200204") no-repeat 0 50%;
    background-size: 190px auto;
  }
  #container .pageNavi ul li.pageNavi_04 a {
    width: 100%;
    height: 60px;
    background: url("/olympics/images/sp-pageNavi_btn04.png?ver=20200204") no-repeat 0 50%;
    background-size: 190px auto;
  }
  #container .pageNavi ul li.pageNavi_05 a {
    width: 100%;
    height: 60px;
    background: url("/olympics/images/sp-pageNavi_btn05.png?ver=20200204") no-repeat 0 50%;
    background-size: 190px auto;
  }
  #container .pageNavi ul li.pageNavi_06 a {
    width: 100%;
    height: 60px;
    background: url("/olympics/images/sp-pageNavi_btn06.png?ver=20200204") no-repeat 0 50%;
    background-size: 190px auto;
  }
  #container .pageNavi ul li.pageNavi_athlete a {
    width: 100%;
    height: 60px;
    background: url("/olympics/images/sp-pageNavi_btn_athlete.png?ver=20200204") no-repeat 0 50%;
    background-size: 190px auto;
  }
}
#container #region {
  padding: 95px 0 95px;
}
#container #region .region-ttl {
  margin: 0 auto 75px;
  width: 1116px;
  height: 40px;
  text-indent: -9999px;
  background: url("/olympics/images/region_ttl.png?ver=20200204") no-repeat 0 0;
}
#container #region .region-link {
  max-width: 1100px;
  overflow: hidden;
  margin: 0 auto 15px;
  text-align: center;
}
#container #region .region-link li {
  vertical-align: top;
  width: 100px;
  display: inline-block;
  margin: 0 23px 45px;
  text-align: center;
  line-height: 1;
}
#container #region .region-link li img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
#container #region .region-link li a {
  display: block;
}
#container #region .region-link li a .link-country {
  margin: 10px 0 0;
  display: block;
}
#container #region .region-link li a .link-country:after {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 5px;
  border: solid #000;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
#container #region .region-find a {
  width: 312px;
  height: 18px;
  text-indent: -9999px;
  background: url("/olympics/images/region-find_txt.png") no-repeat 50% 50%;
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) {
  #container #region .region-link li a {
    transition: opacity 0.2s ease-out;
  }
  #container #region .region-link li a .link-country img {
    width: auto;
    height: 16px;
  }
  #container #region .region-link li a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    cursor: pointer;
  }
  #container #region .region-find a {
    transition: opacity 0.2s ease-out;
  }
  #container #region .region-find a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    cursor: pointer;
  }
}
@media only screen and (max-width: 480px) {
  #container #region {
    padding: 71.25px 0;
  }
  #container #region .region-ttl {
    margin: 0 auto 61px;
    width: 340px;
    height: 128px;
    text-indent: -9999px;
    background: url("/olympics/images/sp-region_ttl.png?ver=20200204") no-repeat 0 0;
    background-size: 339px auto;
  }
  #container #region .region-link {
    width: 100%;
    margin: 0 auto 15px;
  }
  #container #region .region-link li {
    width: 98px;
    margin: 0 20px 45px;
  }
  #container #region .region-link li img {
    margin: 0 auto;
  }
  #container #region .region-link li a {
    display: block;
  }
  #container #region .region-link li a .link-country {
    margin: 10px 0 0;
  }
  #container #region .region-link li a .link-country img {
    width: auto;
    height: 16px;
  }
  #container #region .region-link li a .link-country:after {
    width: 8px;
    height: 8px;
    margin: 0 0 0 3px;
    border: solid #000;
    border-width: 2px 2px 0 0;
  }
  #container #region .region-find a {
    width: 327px;
    height: 19.5px;
    text-indent: -9999px;
    background: url("/olympics/images/sp-region-find_txt.png") no-repeat 50% 50%;
    background-size: 327px auto;
  }
}



#container #message {
  width: 100%;
  height: 1166px;
  padding: 86px 0 104px;
  background: url("/olympics/images/message_bg.jpg") no-repeat 50% 100%;
  background-size: cover;
}
#container #message .message-body {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.02em;
}
#container #message .message-catch {
  width: 787px;
  height: 105px;
  text-indent: -9999px;
  background: url("/olympics/images/message-catch_txt.png") no-repeat 50% 50%;
  margin: 88px auto 0;
}
@media only screen and (max-width: 480px) {
  #container #message {
    height: 959.25px;
    padding: 63px 0 0;
  }
  #container #message .message-body {
    font-size: 18px;
    line-height: 1.94;
    letter-spacing: 0.02em;
  }
  #container #message .message-catch {
    width: 437.25px;
    height: 81.75px;
    text-indent: -9999px;
    background: url("/olympics/images/sp-message-catch_txt.png") no-repeat 50% 50%;
    background-size: 437.25px auto;
    margin: 58px auto 0;
  }
}





#container #athlete
{
  margin: 0 auto;
}
#container #athlete .athlete-ttl
{
  text-indent: -9999px;
  background: no-repeat center center;
}
#container #athlete .athlete-sort
{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#container #athlete .athlete-sort > li
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1px;
  text-align: center;
  line-height: 1;
}
#container #athlete .athlete-sort > li a
{
  display: block;
  position: relative;
  transition: ease .4s opacity;
}

#container #athlete .athlete-sort > li a.is-current .athlete-sort-flag:after
{
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  transform-origin: 50% 50%;
  border: solid #e8092e;
  border-radius: 50% 50%;
}
#container #athlete .athlete-sort .athlete-sort-flag
{
  position: relative;
  margin: 0 auto;
}
#container #athlete .athlete-sort .athlete-sort-flag img
{
  width: 100%;
  vertical-align: top;
}
#container #athlete .athlete-sort .athlete-sort-name
{
  font-weight: bold;
  text-align: center;
}
#container #athlete .athlete-sort .athlete-sort-name img
{
  vertical-align: top;
  position:relative;
  transform-origin: 50% 0;
}
#container #athlete .athlete-sort .athlete-sort-name img.h200
{
}
#container #athlete .athlete-list
{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#container #athlete .athlete-list > li
{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#container #athlete .athlete-list > li.is-wide
{
}
#container #athlete .athlete-list > li a
{
  display: block;
  transition: ease .4s opacity;
}

#container #athlete .athlete-list .athlete-list-thumb
{
  position: relative;
  text-align: center;
}
#container #athlete .athlete-list .athlete-list-thumb img:first-child
{
}
#container #athlete .athlete-list .athlete-list-thumb .flag
{
  position: absolute;
  right: 0;
  bottom: 0;
}
#container #athlete .athlete-list .athlete-list-txtBox{
}
#container #athlete .athlete-list .athlete-list-tit
{
  font-weight: bold;
  color: #000;
}
#container #athlete .athlete-list .athlete-list-sports
{
  color: #999;
}


@media only screen and (min-width: 481px)
{

  #container #athlete
  {
    max-width: 1172px;
    padding-top: 130px;
  }
  #container #athlete .athlete-ttl
  {
    height: 84px;
    margin: 0 auto 44px;
    background-image: url('/olympics/images/img_tit_teambridgestone.png');
  }
  #container #athlete .athlete-sort
  {
    margin: -10px -1px 30px;
    padding: 0 120px;
  }
  #container #athlete .athlete-sort > li
  {
    width: 9.09090909%;
    margin-top: 10px;
  }
  #container #athlete .athlete-sort > li a
  {
  }
  #container #athlete .athlete-sort > li a:hover
  {
    opacity: .7;
  }
  #container #athlete .athlete-sort > li a.is-current .athlete-sort-flag:after
  {
            transform:scale(1.16);
    border-width: 3px;
  }
  #container #athlete .athlete-sort .athlete-sort-flag
  {
    width: 56px;
  }
  #container #athlete .athlete-sort .athlete-sort-flag img
  {
  }
  #container #athlete .athlete-sort .athlete-sort-name
  {
    margin-top: 8px;
    font-size: 14px;
  }
  #container #athlete .athlete-sort .athlete-sort-name img
  {
    height:13px;
  }
  #container #athlete .athlete-sort .athlete-sort-name img.h200
  {
    height: 26px;
  }
  #container #athlete .athlete-list
  {
    margin: 0 -4px;
    margin-top: -10px;
  }
  #container #athlete .athlete-list > li
  {
    width: 14.2857%;
    margin-top: 10px;
    padding: 0 4px;
  }
  #container #athlete .athlete-list > li.is-wide
  {
      width: 28.5714%;
  }
  #container #athlete .athlete-list > li a:hover
  {
    opacity: .7;
  }
  #container #athlete .athlete-list .athlete-list-thumb
  {
  }
  #container #athlete .athlete-list .athlete-list-thumb img:first-child
  {
    height: 160px;
  }
  #container #athlete .athlete-list .athlete-list-thumb .flag
  {
  width: 48px;
    transform: translate(12%, 12%);
  }
  #container #athlete .athlete-list .athlete-list-txtBox{
    font-size: 12px;
    padding-top: 15px;
    min-height: 7.5em;
  }
  #container #athlete .athlete-list .athlete-list-tit
  {
    font-size: 15px;
  }
  #container #athlete .athlete-list .athlete-list-sports
  {
    font-size: 12px;
    margin-top: 10px;
  }  
}


@media only screen and (max-width: 480px)
{
  #container #athlete
  {
    padding-top: 50px;
  }
  #container #athlete .athlete-ttl
  {
    height: 121.5px;
    margin: 0 auto 35px;
    background-image: url('/olympics/images/img_tit_teambridgestone-sp.png');
    background-size: auto 100%;
  }
  #container #athlete .athlete-sort
  {
    margin: -8px -1px 30px;
    padding: 0 30px;
  }
  #container #athlete .athlete-sort > li
  {
    width: 16.6666%;
    margin-top: 8px;
  }
  #container #athlete .athlete-sort > li a
  {
  }
  #container #athlete .athlete-sort > li a:hover
  {
  }
  #container #athlete .athlete-sort > li a.is-current .athlete-sort-flag:after
  {
    transform:scale(1.16);
    border-width: 2px;
  }
  #container #athlete .athlete-sort .athlete-sort-flag
  {
    width: 56px;
  }
  #container #athlete .athlete-sort .athlete-sort-flag img
  {
  }
  #container #athlete .athlete-sort .athlete-sort-name
  {
    margin-top: 8px;
    height: 24px;
    font-size: 14px;
  }
  #container #athlete .athlete-sort .athlete-sort-name img
  {
    height: 12px;
    /* transform: scale(.75); */
  }
  #container #athlete .athlete-sort .athlete-sort-name img.h200
  {
    height: 24px;
  }
  #container #athlete .athlete-list-wrap
  {
    padding: 0 30px;
  }
  #container #athlete .athlete-list
  {
    margin: 0 -4px;
    margin-top: -5px;
  }
  #container #athlete .athlete-list > li
  {
    width: 25%;
    margin-top: 5px;
    padding: 0 4px;
  }
  #container #athlete .athlete-list > li.is-wide
  {
    width: 50%;
  }
  #container #athlete .athlete-list .athlete-list-thumb
  {
  }
  #container #athlete .athlete-list .athlete-list-thumb img:first-child
  {
    height: 98px;
  }
  #container #athlete .athlete-list .athlete-list-thumb .flag
  {
  width: 28px;
  transform: translate(14%, 14%);
  }
  #container #athlete .athlete-list .athlete-list-txtBox{
    font-size: 12px;
    padding-top: 10px;
    min-height: 8em;
  }
  #container #athlete .athlete-list .athlete-list-tit
  {
    font-size: 13px;
  }
  #container #athlete .athlete-list .athlete-list-sports
  {
    font-size: 10px;
    margin-top: 5px;
  }  
}



#container #channel {
  margin: 80px 0;
  padding: 49px 0 0;
}
#container #channel .channel-ttl {
  height: 83px;
  text-indent: -9999px;
  background: url("/olympics/images/channel_ttl.png") no-repeat 50% 50%;
  margin: 0 auto 50px;
}
#container #channel .channel-logo {
  width: 262px;
  height: 121px;
  margin: 0 auto 22px;
}
#container #channel .channel-logo img {
  width: 100%;
  height: auto;
}
#container #channel .channel-lead {
  margin: 0 0 80px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
#container #channel .channel-episode {
  margin: 0 0 -30px;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
}
#container #channel .channel-episode li {
  width: 360px;
  margin-bottom: 75px;
  float: left;
  margin-left: 45px;
}
#container #channel .channel-episode li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}
#container #channel .channel-episode .episode-ttlwrap a {
  display: block;
}
#container #channel .channel-episode .episode-catttl {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.2;
}
#container #channel .channel-episode .episode-catttl span {
  display: inline-block;
  margin-right: .35em;
}
#container #channel .channel-episode .episode-catttl span:last-child {
  margin-right: 0;
}
#container #channel .channel-episode .episode-count {
  font-size: 14px;
  line-height: 1;
  color: #b8b8b8;
  font-weight: bold;
  min-width: 116px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
}
#container #channel .channel-episode .episode-lead {
  border-top:1px solid #000;
  padding-top: 15px;
  margin-bottom: 30px;
  line-height: 1.8;
}
#container #channel .channel-episode .episode-cover{
  position: relative;
  margin-bottom: 20px;
}
#container #channel .channel-episode .episode-cover img {
  width: 100%;
  height: auto;
}

#container #channel .channel-episode .episode-cover:after {
  pointer-events: none;
  content:'';
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 68px;
  height: 69px;
  display: block;
  background: url("/olympics/images/mv-play_btn.png") no-repeat 0 0;
}
#container #channel .channel-episode .episode-video {
  display: none;
}

@media only screen and (min-width: 481px) {
  #container #channel .channel-episode a {
    transition: opacity 0.2s ease-out;
  }
  #container #channel .channel-episode a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    cursor: pointer;
  }
  #container #channel .channel-episode a:hover .episode-catttl {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 480px) {
  #container #channel {
    width: auto;
    float: none;
    margin: 0 0 67px;
    padding: 72.5px 0 0;
  }
  #container #channel .channel-ttl {
    width: 412.5px;
    height: 69px;
    text-indent: -9999px;
    background: url("/olympics/images/sp-channel_ttl.png") no-repeat 0 0;
    background-size: 412.5px auto;
    margin: 0 auto 46.75px;
  }
  #container #channel .channel-logo {
    width: 283px;
    height: 131px;
    margin: 0 auto 27px;
  }
  #container #channel .channel-lead {
    margin: 0 0 65px;
    padding: 0 33.75px;
    font-size: 18px;
    line-height: 1.65;
    text-align: left;
  }
  #container #channel .channel-lead br {
    display:none;
  }
  #container #channel .channel-episode {
    margin: 0 33.75px -94px;
    font-size: 18px;
    line-height: 2;
  }
  #container #channel .channel-episode li {
    width:195px;
    margin-bottom: 60px;
    margin-left: 0;
  }
  #container #channel .channel-episode li:nth-child(2n) {
    float: right;
  }
  #container #channel .channel-episode li:nth-child(3n+1) {
    clear: none;
  }
  #container #channel .channel-episode li:nth-child(2n+1) {
    clear: both;
  }
  #container #channel .channel-episode .episode-ttlwrap a {
    display: block;
  }
  #container #channel .channel-episode .episode-catttl {
    font-size: 25px;
    padding-right: 0px;
    margin-bottom: 3px;
    padding-bottom: 0;
  }
  #container #channel .channel-episode .episode-count {
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    margin-top: 0px;
    padding-bottom: 15px;
  }
  #container #channel .channel-episode .episode-cover:after {
    width: 52px;
    height: 52px;
    background-size: 100% auto;
  }
  #container #channel .channel-episode .episode-lead {
    font-size: 18px;
    padding-top: 15px;
    margin-bottom: 25px;
  }
}








#container #news {
  margin: 80px 0 0;
}
#container #news .news-ttl {
  height: 83px;
  text-indent: -9999px;
  background: url("/olympics/images/news_ttl.png") no-repeat 50% 50%;
  margin: 0 auto 15px;
}
#container #news .news-timeline {
}
#container #news .news-timeline.news-timeline_scroll {
}
#container #news .news-timeline .timeline-block {
  border-bottom: 1px solid #e5e5e5;
}
#container #news .news-timeline .timeline-block a {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 40px 0;
}
#container #news .news-timeline .timeline-block a >* {
  padding:0 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  background: url("/olympics/images/news-dot_bg.png") repeat-y 0 0;
}
#container #news .news-timeline .timeline-block a .block-thumb {
  width: 215px;
  background: none;
}
#container #news .news-timeline .timeline-block a .block-date {
  width: 180px;
}
#container #news .news-timeline .timeline-block a .block-text {
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
}
#container #news .news-more {
  display: none;
}
@media only screen and (min-width: 481px) {
  #container #news .timeline-block a {
    transition: opacity 0.2s ease-out;
  }
  #container #news .timeline-block a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    cursor: pointer;
  }
}
@media only screen and (max-width: 480px) {
  #container #news {
    width: auto;
    float: none;
    margin: 0;
    padding: 67px 0 0;
    border-left: none;
  }
  #container #news .news-ttl {
    width: 412.5px;
    height: 69px;
    text-indent: -9999px;
    background: url("/olympics/images/sp-news_ttl.png") no-repeat 50% 50%;
    background-size: 412.5px auto;
    margin: 0 auto 15px;
  }
  #container #news .news-timeline .timeline-block {
    display: none;
    margin: 0 33.75px;
  }
  #container #news .news-timeline .timeline-block.timeline-block_show {
    display: block;
  }
  #container #news .news-timeline .timeline-block a {
    padding: 25px 0;
    display: block;
  }
  #container #news .news-timeline .timeline-block a > * {
    padding:0;
    display: block;
    font-size: 14px;
    background: none;
    width: auto;
    text-align: left;
  }
  #container #news .news-timeline .timeline-block a .block-thumb {
    padding-top: 2px;
    width: 130px;
    float: left;
  }
  #container #news .news-timeline .timeline-block a .block-date {
    padding-left: 140px;
  }
  #container #news .news-timeline .timeline-block a .block-text {
    padding-left: 140px;
    padding-right: 0;
  }
  #container #news .news-timeline .timeline-block a .block-thumb img {
    width: 100%;
    height: auto;
  }

  #container #news .news-more {
    width: 280.5px;
    height: 62px;
    margin: 37px auto 0;
    border: 2px solid #000;
    text-indent: -9999px;
    background: url("/olympics/images/sp-news_btn.png") no-repeat 50% 50%;
    background-size: 280.5px auto;
  }
}
