@charset "UTF-8";
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
.tokyomarathon_wrapper {
  background: #fff;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* minogashi
========================================== */
.tokyomarathon_minogashi{
  width: 100%;
  max-width: 1040px;
  margin: 20px auto 50px;  
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}

.tokyomarathon_minogashi .minogashi_tver{
  width: 32%;
}
.tokyomarathon_minogashi .minogashi_tver a{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background-image: url(../images/top/minogashi/pc_tver.png);
    padding-top: 16.66%;
    display: block;
}

.tokyomarathon_minogashi .minogashi_hulu{
  width: 32%;
}
.tokyomarathon_minogashi .minogashi_hulu a{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background-image: url(../images/top/minogashi/pc_hulu.png);
    padding-top: 16.66%;
    display: block;
}

.tokyomarathon_minogashi .minogashi_tada{
  width: 32%;
}
.tokyomarathon_minogashi .minogashi_tada a{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background-image: url(../images/top/minogashi/pc_tada.png);
    padding-top: 16.66%;
    display: block;
}

@media only screen and (max-width: 600px) {
  /* minogashi
========================================== */
.tokyomarathon_minogashi{
  width: 70%;
  margin: 10px auto 30px;  
  flex-direction: column;
  gap: 15px;
}

.tokyomarathon_minogashi .minogashi_tver{
  width: 100%;
}
.tokyomarathon_minogashi .minogashi_tver a{

    background-image: url(../images/top/minogashi/sp_tver.png);
    padding-top: 25.8%;
}

.tokyomarathon_minogashi .minogashi_hulu{
  width: 100%;
}
.tokyomarathon_minogashi .minogashi_hulu a{

    background-image: url(../images/top/minogashi/sp_hulu.png);
    padding-top: 25.8%;
}

.tokyomarathon_minogashi .minogashi_tada{
  width: 100%;
}
.tokyomarathon_minogashi .minogashi_tada a{

    background-image: url(../images/top/minogashi/sp_tada.png);
    padding-top: 25.8%;
}
}

@media only screen and (min-width: 993px) {
  .tokyomarathon_wrapper a {
    transition: opacity .1s ease;
  }

  .tokyomarathon_wrapper a:hover {
    opacity: 0.6;
  }

  .tokyomarathon_wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 600px) {
  .tokyomarathon_wrapper {
    font-size: 1.3rem;
  }
}
/* header
========================================== */
.tokyomarathon_header_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1% 0;
}
.tokyomarathon_header_inner h1 a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url(../images/top/logo.png);
  padding-top: 7%;
  display: block;
}

@media only screen and (max-width: 600px) {
  .tokyomarathon_header_inner {
    padding: 1% 1%;
  }
  .tokyomarathon_header_inner h1 a {
    padding-top: 11.66667%;
  }
}
/* mainvisual
========================================== */
.tokyomarathon_mainvisual_inner {
  width: 100%;
  margin: 0 auto;
}

.tokyomarathon_mainvisual_area {
  position: relative;
}
.tokyomarathon_mainvisual_area::before {
  position: absolute;
  right: 1%;
  bottom: 1%;
  color: #fff;
  font-size: 1.3rem;
  z-index: 100;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 600px) {
  .tokyomarathon_mainvisual_area::before {
    font-size: 1.1rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  }
}
/* ondemandArea
========================================== */
#ondemandArea {
  width: 100%;
  background: #fff;
  padding: 1.2% 0 1.6%;
}
#ondemandArea .ondemandInner {
  width: 100%;
  text-align: center;
  line-height: 0;
}
#ondemandArea .ondemandInner p {
  display: inline-block;
  width: 33.26613vw;
  max-width: 330px;
}
#ondemandArea .ondemandInner p a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  height: 0;
  width: 100%;
  height: 0;
  padding-top: 16.9697%;
}
#ondemandArea .ondemandInner .ondemandTver {
  margin-right: 2%;
}
#ondemandArea .ondemandInner .ondemandTver a {
  background: url("/tokyomarathon/images/ondemand/pc_tver.png") no-repeat;
  background-size: contain;
}
#ondemandArea .ondemandInner .ondemandHulu a {
  background: url("/tokyomarathon/images/ondemand/pc_hulu.png") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  #ondemandArea {
    padding: 3% 0;
  }
  #ondemandArea .ondemandInner {
    margin: auto;
    width: 90%;
  }
  #ondemandArea .ondemandInner p {
    width: 48%;
  }
  #ondemandArea .ondemandInner p a {
    padding-top: 25.80645%;
  }
  #ondemandArea .ondemandInner .ondemandTver a {
    background: url("/tokyomarathon/images/ondemand/sp_tver.png") no-repeat;
    background-size: contain;
  }
  #ondemandArea .ondemandInner .ondemandHulu a {
    background: url("/tokyomarathon/images/ondemand/sp_hulu.png") no-repeat;
    background-size: contain;
  }
}
/* nav
========================================== */
.tokyomarathon_nav_area {
  width: 100%;
  margin: 0 auto;
}

.tokyomarathon_nav_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 993px) {
  .tokyomarathon_nav_area {
    width: 95%;
  }
}
@media only screen and (max-width: 600px) {
  .tokyomarathon_nav_area {
    width: 100%;
  }
}
/* tokyomarathon_nav_list
------------------------------ */
.tokyomarathon_nav_list {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.tokyomarathon_nav_item {
  display: inline-block;
  width: 12%;
  vertical-align: top;
  position: relative;
}

.tokyomarathon_nav_item:not(:first-child) {
  margin-left: 0.56%;
}

.tokyomarathon_nav_item a {
  display: block;
  width: 100%;
  padding-top: 60.83333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  overflow: hidden;
}

/* tokyomarathon_nav - status */
.tokyomarathon_nav_item.is-new:before {
  content: '';
  display: block;
  width: 45%;
  height: 45%;
  background: url(../images/nav/new.png) no-repeat center;
  /* NEWマーク　左上固定の場合は left top */
  background-size: contain;
  position: absolute;
  top: -10%;
  right: -3%;
  z-index: 30;
}

.tokyomarathon_nav_item.is-coming a {
  opacity: 0.6;
  pointer-events: none;
}

/* tokyomarathon_nav - contents */
.tokyomarathon_nav_item.home {
  background-color: #a09188;
}

.tokyomarathon_nav_item.outline {
  background-color: #c4d60e;
}

.tokyomarathon_nav_item.runner {
  background-color: #e4007f;
}

.tokyomarathon_nav_item.point {
  background-color: #ffcc00;
}

.tokyomarathon_nav_item.course {
  background-color: #13b5bb;
}

.tokyomarathon_nav_item.traffic {
  background-color: #ee761e;
}

.tokyomarathon_nav_item.data {
  background-color: #009be2;
}

.tokyomarathon_nav_item.record {
  background-color: #ed7429;
}

.tokyomarathon_nav_item.movie {
  background-color: #df1014;
}

.tokyomarathon_nav_item.home a {
  background-image: url(../images/nav/nav_top.png);
}

.tokyomarathon_nav_item.outline a {
  background-image: url(../images/nav/nav_outline.png);
}

.tokyomarathon_nav_item.runner a {
  background-image: url(../images/nav/nav_runner.png);
}

.tokyomarathon_nav_item.point a {
  background-image: url(../images/nav/nav_point.png);
}

.tokyomarathon_nav_item.course a {
  background-image: url(../images/nav/nav_course.png);
}

.tokyomarathon_nav_item.traffic a {
  background-image: url(../images/nav/nav_traffic.png);
}

.tokyomarathon_nav_item.data a {
  background-image: url(../images/nav/nav_data.png);
}

.tokyomarathon_nav_item.record a {
  background-image: url(../images/nav/nav_record.png);
}

.tokyomarathon_nav_item.movie a {
  background-image: url(../images/nav/nav_movie.png);
}

.tokyomarathon_nav_item a span {
  width: 100%;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.tokyomarathon_nav_item p {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 60.83333%;
}

@media only screen and (max-width: 600px) {
  .tokyomarathon_nav_list {
    margin: 0 auto;
    padding: 0 1%;
  }

  .tokyomarathon_nav_item {
    width: 24.25%;
  }

  .tokyomarathon_nav_item:not(:first-child) {
    margin-left: 1%;
  }

  .tokyomarathon_nav_item:nth-child(4n+1) {
    margin-left: 0;
  }

  .tokyomarathon_nav_item:nth-child(n+5) {
    margin-top: 1%;
  }

  .tokyomarathon_nav_item a span {
    font-size: 0;
  }
}
/* for printer
========================================== */
@media print {
  .not_print {
    display: none;
  }
}
/*********************************************
 第二階層共通
*********************************************/
#second {
  /* mainvisual
  ========================================== */
  /* main
  ========================================== */
  /* onair
  ========================================== */
}
#second .tokyomarathon_mainvisual_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url(../images/common/mv_2nd_pc.jpg);
  padding-top: 17.83333%;
}
#second #tokyomarathon_main {
  padding: 2.5% 0;
  background: #f7f7f7;
}
#second .tokyomarathon_main_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1% 0;
  background: #fff;
}
#second .tokyomarathon_onair_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5% 0;
}
#second .tokyomarathon_onair_inner h2 a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url(../images/common/onair_pc.png);
  padding-top: 5.7%;
  display: block;
}

@media only screen and (max-width: 993px) {
  #second .tokyomarathon_onair_inner {
    padding: 3% 2% 0;
  }
}
@media only screen and (max-width: 600px) {
  #second .tokyomarathon_mainvisual_img {
    background-image: url(../images/common/mv_2nd_sp.jpg);
    padding-top: 29.86667%;
  }
  #second .tokyomarathon_onair_inner {
    padding: 2% 2% 1%;
  }
  #second .tokyomarathon_onair_inner h2 a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    text-indent: -9999px;
    white-space: nowrap;
    background-image: url(../images/common/onair_sp.png);
    padding-top: 21.11111%;
    display: block;
  }
  #second .tokyomarathon_nav_inner {
    margin-bottom: 2%;
    border-bottom: none;
  }
  #second .tokyomarathon_main_inner {
    width: 98%;
  }
}
