@charset "UTF-8";
/* clearBoth */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.sticky:before,
.sticky:after {
  content: "";
  display: table; }

.displayCenter {
  display: flex;
  align-items: center;
  justify-content: center; }

.detailBox {
  text-align: center;
  width: 1120px;
  height: 100vh;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .detailBox.show {
    display: flex; }
  @media (max-width: 1600px) {
    .detailBox {
      width: 820px; } }
  @media (max-width: 1440px) {
    .detailBox {
      width: 620px; } }
  @media (max-width: 640px) {
    .detailBox {
      width: 100%; } }

@media (max-width: 640px) {
  .summary p {
    font-size: 16px; } }

.textBox {
  width: 650px;
  margin: 0 auto 40px; }
  @media (max-width: 1440px) {
    .textBox {
      width: 100%; } }
  @media (max-width: 640px) {
    .textBox {
      margin: 0 auto 20px; } }

.gallery .textBox {
  margin: 0 auto 40px; }
  @media (max-width: 1600px) {
    .gallery .textBox {
      margin: 0 auto 8px; } }

.citybanner {
  width: 108px;
  height: 44px;
  margin: 0 auto 8px;
  display: none; }
  .citybanner.monent {
    display: block;
    width: 143px;
    height: 75px;
    margin: 0 auto 8px; }
  @media (max-width: 640px) {
    .citybanner.monent {
      width: 71.5px;
      height: 37.5px; } }

.sportsman {
  font-size: 28px;
  margin: 8px 0 16px 0; }
  @media (max-width: 1440px) {
    .sportsman {
      font-size: 22px; } }
  @media (max-width: 640px) {
    .sportsman {
      font-size: 20px; } }

.prizetitle {
  font-size: 28px;
  margin-bottom: 16px; }
  @media (max-width: 1440px) {
    .prizetitle {
      font-size: 24px;
      margin-bottom: 8px; } }
  @media (max-width: 640px) {
    .prizetitle {
      font-size: 16px; } }

.intro {
  font-size: 16px; }
  @media (max-width: 640px) {
    .intro {
      padding: 0 16px; } }

.compareBlock {
  position: relative;
  width: 100%;
  height: 550px; }
  @media (max-width: 640px) {
    .compareBlock {
      height: 50vh; } }

.compareBlock2 {
  position: relative;
  width: 100%;
  height: 550px; }
  @media (max-width: 1440px) {
    .compareBlock2 {
      height: 400px; } }
  @media (max-width: 640px) {
    .compareBlock2 {
      height: 80vh; } }

@media (max-width: 640px) {
  .compareBlock2 .square {
    width: calc(70vh / 2);
    height: calc(70vh / 2); } }

.compareTwin {
  clear: both;
  zoom: 1;
  transition: 0.3s all ease-in; }
  .compareTwin:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .compareTwin.thmp {
    opacity: 0;
    position: absolute; }
  .compareTwin.thmp.show {
    opacity: 1; }
  @media (max-width: 640px) {
    .compareTwin.thmp {
      left: 50%;
      margin-left: calc(70vh / (-4)); } }
  @media (max-width: 320px) {
    .compareTwin.thmp {
      margin-left: -100px; } }

.square {
  width: 550px;
  height: 550px;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin-bottom: 10px; }
  .square img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  @media (max-width: 1600px) {
    .square {
      width: 400px;
      height: 400px; } }
  @media (max-width: 1440px) {
    .square {
      width: 300px;
      height: 300px; } }
  @media (max-width: 640px) {
    .square {
      float: none;
      margin: 0 auto;
      width: calc(100vw - 32px);
      height: calc(100vw - 32px); } }

.square:first-child {
  margin-right: 16px; }
  @media (max-width: 640px) {
    .square:first-child {
      margin-right: 0; } }

.single {
  width: 700px;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin-bottom: 10px; }
  .single img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  @media (max-width: 1440px) {
    .single {
      width: 500px; } }
  @media (max-width: 640px) {
    .single {
      float: none;
      margin: 0 auto 10px;
      width: 100%; } }

.twin {
  width: 550px;
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  margin-bottom: 10px; }
  .twin img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }
  @media (max-width: 1600px) {
    .twin {
      height: 300px; } }
  @media (max-width: 640px) {
    .twin {
      float: none;
      margin: 0 auto 10px;
      width: calc(100vw - 32px); } }

.single {
  float: none; }

.twin:first-child {
  margin-right: 20px; }
  @media (max-width: 640px) {
    .twin:first-child {
      margin-right: 0; } }

.singggg {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in;
  left: 50%;
  margin-left: -350px;
  width: 700px; }
  .singggg.show {
    opacity: 1; }
  @media (max-width: 1440px) {
    .singggg {
      margin-left: -250px;
      width: 500px; } }
  @media (max-width: 640px) {
    .singggg {
      left: 0;
      margin-left: 0;
      width: 100%; } }

/*
light1先亮
*/
[data-twin="tokyo"] .citybanner.jp {
  display: block; }

[data-twin="tokyo"] .citybanner.tw {
  display: none; }

[data-twin="tokyo"] .square.light1 {
  opacity: 0.15; }

[data-twin="tokyo"] .square.light2 {
  opacity: 1; }

@media (max-width: 640px) {
  [data-twin="tokyo"] .square.light1 {
    display: none; }
  [data-twin="tokyo"] .square.light2 {
    display: block; } }

[data-twin="taiwan"] .citybanner.jp {
  display: none; }

[data-twin="taiwan"] .citybanner.tw {
  display: block; }

[data-twin="taiwan"] .square.light1 {
  opacity: 1; }

[data-twin="taiwan"] .square.light2 {
  opacity: 0.15; }

@media (max-width: 640px) {
  [data-twin="taiwan"] .square.light1 {
    display: block; }
  [data-twin="taiwan"] .square.light2 {
    display: none; } }

.mainKV {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #002951;
  display: flex;
  align-items: center;
  justify-content: center; }
  .mainKV.athlete1 {
    background-image: url("../img/athlete_1/kv.jpg"); }
  .mainKV.athlete2 {
    background-image: url("../img/athlete_2/kv.jpg"); }
  .mainKV.athlete3 {
    background-image: url("../img/athlete_3/kv.jpg"); }
  .mainKV.athlete4 {
    background-image: url("../img/athlete_4/kv.jpg"); }
  .mainKV.athlete5 {
    background-image: url("../img/athlete_5/kv.jpg"); }
  .mainKV.athlete6 {
    background-image: url("../img/athlete_6/kv.jpg"); }
  .mainKV.athlete7 {
    background-image: url("../img/athlete_7/kv.jpg"); }
  .mainKV.athlete8 {
    background-image: url("../img/athlete_8/kv.jpg"); }
  .mainKV.athlete9 {
    background-image: url("../img/athlete_9/kv.jpg"); }
  @media (max-width: 800px) {
    .mainKV.athlete1 {
      background-image: url("../img/athlete_1/kv_phone.jpg"); }
    .mainKV.athlete2 {
      background-image: url("../img/athlete_2/kv_phone.jpg"); }
    .mainKV.athlete3 {
      background-image: url("../img/athlete_3/kv_phone.jpg"); }
    .mainKV.athlete4 {
      background-image: url("../img/athlete_4/kv_phone.jpg"); }
    .mainKV.athlete5 {
      background-image: url("../img/athlete_5/kv_phone.jpg"); }
    .mainKV.athlete6 {
      background-image: url("../img/athlete_6/kv_phone.jpg"); }
    .mainKV.athlete7 {
      background-image: url("../img/athlete_7/kv_phone.jpg"); }
    .mainKV.athlete8 {
      background-image: url("../img/athlete_8/kv_phone.jpg"); }
    .mainKV.athlete9 {
      background-image: url("../img/athlete_9/kv_phone.jpg"); } }

.frostedGlass {
  width: 650px;
  padding: 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease-in;
  bottom: 190px; }
  .frostedGlass.show {
    opacity: 1;
    z-index: 2; }
  .frostedGlass.alignLeft {
    align-items: flex-start; }
  @media (max-width: 1440px) {
    .frostedGlass {
      padding: 30px;
      bottom: 120px; } }
  @media (max-width: 640px) {
    .frostedGlass {
      width: 80%;
      padding: 15px;
      bottom: 100px; } }

.ti ~ .ti {
  margin-top: 10px; }

@media (max-width: 640px) {
  .ti {
    font-size: 14px; } }

.fixedContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center; }

.scrollContent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
  clear: both;
  zoom: 1; }
  .scrollContent:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.blueBG {
  background-color: #002951; }
  @media (max-width: 640px) {
    .blueBG {
      padding-top: 40px; } }

.endPadding {
  padding: 100px 0 100px 0; }
  @media (max-width: 640px) {
    .endPadding {
      padding: 64px 0; } }

.process {
  position: relative;
  height: 90px; }
  .process::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
    background-color: #ffffff; }
  @media (max-width: 1440px) {
    .process {
      height: 80px; } }
  @media (max-width: 640px) {
    .process {
      display: none; } }

.navvv {
  position: absolute;
  border-radius: 50px;
  background-color: #ffffff;
  width: 5px;
  height: 25px;
  left: 50%;
  margin-left: -2.5px; }
  @media (max-width: 1440px) {
    .navvv {
      height: 15px; } }

.pager {
  position: absolute;
  bottom: 6vh;
  left: 50%;
  width: 28px;
  margin-left: -14px;
  font-family: Baskerville;
  font-variant-numeric: diagonal-fractions;
  font-size: 24px; }
  .pager > div {
    position: absolute; }
  .pager #child {
    left: 0;
    top: -5px; }
  .pager #slash {
    left: 7px;
    top: 0; }
  .pager #parent {
    left: 17px;
    top: 4px; }
  @media (max-width: 1600px) {
    .pager {
      bottom: 10%; } }
  @media (max-width: 1440px) {
    .pager {
      bottom: 15%; } }
  @media (max-width: 640px) {
    .pager {
      bottom: 12vh; }
      .pager #child {
        left: -7px; }
      .pager.vh20 {
        bottom: 16vh; } }

.scroll-space {
  height: 1000px; }
  @media (max-width: 640px) {
    .scroll-space {
      height: 1000px; } }

.scroll-space.huge {
  height: 7600px; }
  @media (max-width: 640px) {
    .scroll-space.huge {
      height: 7600px; } }

.scroll-space.huge2 {
  height: 4800px; }
  @media (max-width: 640px) {
    .scroll-space.huge2 {
      height: 7200px; } }

.scroll-space.huge3 {
  height: 5600px; }
  @media (max-width: 640px) {
    .scroll-space.huge3 {
      height: 8800px; } }

.scroll-space.huge4 {
  height: 5500px; }
  @media (max-width: 640px) {
    .scroll-space.huge4 {
      height: 7700px; } }

.scroll-space.huge5 {
  height: 5600px; }
  @media (max-width: 640px) {
    .scroll-space.huge5 {
      height: 8800px; } }

.scroll-space.huge6 {
  height: 5600px; }
  @media (max-width: 640px) {
    .scroll-space.huge6 {
      height: 8800px; } }

.scroll-space.huge7 {
  height: 4200px; }
  @media (max-width: 640px) {
    .scroll-space.huge7 {
      height: 7000px; } }

.scroll-space.huge8 {
  height: 4800px; }
  @media (max-width: 640px) {
    .scroll-space.huge8 {
      height: 7200px; } }

.scroll-space.huge9 {
  height: 5600px; }
  @media (max-width: 640px) {
    .scroll-space.huge9 {
      height: 8800px; } }

.vbox-content img {
  display: initial; }

@media (max-width: 640px) {
  .endPadding .wrapper {
    width: 100%;
    padding: 0; } }

.pattern {
  background-image: url(../img/Olympics_bg.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.1; }
  @media (max-width: 640px) {
    .pattern {
      width: 300px;
      height: 150px;
      left: 50%;
      top: -40px;
      margin-left: -150px; } }

.TopPageProcess {
  position: fixed;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #c0c0c0;
  transition: all 0.3s ease-in;
  opacity: 0;
  z-index: -1; }
  .TopPageProcess.show {
    opacity: 1;
    z-index: 100; }

.loader {
  position: absolute;
  background-color: #004e98;
  height: 8px; }
