@charset "UTF-8";
/* For TGR page template styles
==========================================================================
▼更新履歴
TC_20191203
583行目#archive-ribbon非表示の記述の解除

TC_20210317
527行目ラウンドコンテンツ日本語版から移植

TC_220816
カテゴリトップGOODS画像サイズ異なる場合の大きさ合わせ及びキャプションの大きさ修正

241129
add cookieconsent-optout-marketing layaut

TC_250307
新規テンプレートモジュール追加（Class .tgr_2023）
==========================================================================*/


*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.slick-slider.tpl__slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  border: 0
}

.slick-slider.tpl__slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-slider.tpl__slider .slick-list:focus {
  outline: none
}

.slick-slider.tpl__slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider.tpl__slider .slick-list,
.slick-slider.tpl__slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-slider.tpl__slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-slider.tpl__slider .slick-track:after,
.slick-slider.tpl__slider .slick-track:before {
  display: table;
  content: ""
}

.slick-slider.tpl__slider .slick-track:after {
  clear: both
}

.slick-slider.tpl__slider .slick-loading .slick-track {
  visibility: hidden
}

.slick-slider.tpl__slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slider.tpl__slider [dir=rtl] .slick-slide {
  float: right
}

.slick-slider.tpl__slider .slick-slide img {
  display: block
}

.slick-slider.tpl__slider .slick-slide.slick-loading img {
  display: none
}

.slick-slider.tpl__slider .slick-slide.dragging img {
  pointer-events: none
}

.slick-slider.tpl__slider.slick-initialized .slick-slide {
  display: block
}

.slick-slider.tpl__slider.slick-loading .slick-slide {
  visibility: hidden
}

.slick-slider.tpl__slider.slick-vertical .slick-slide {
  display: block;
  height: auto
}

.slick-slider.tpl__slider.slick-arrow.slick-hidden {
  display: none
}

.slick-slider.tpl__slider .slick-next,
.slick-slider.tpl__slider .slick-prev {
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  color: transparent;
  border: none;
  outline: none;
  z-index: 10
}

.slick-slider.tpl__slider .slick-next:after,
.slick-slider.tpl__slider .slick-next:before,
.slick-slider.tpl__slider .slick-prev:after,
.slick-slider.tpl__slider .slick-prev:before {
  display: block;
  width: 25px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  margin-top: -3px;
  border-radius: 5px
}

.slick-slider.tpl__slider .slick-next:before {
  -webkit-transform: rotate(45deg) translateY(1px);
  transform: rotate(45deg) translateY(1px)
}

.slick-slider.tpl__slider .slick-next:after {
  -webkit-transform: rotate(-45deg) translateY(-1px);
  transform: rotate(-45deg) translateY(-1px)
}

.slick-slider.tpl__slider .slick-prev:before {
  -webkit-transform: rotate(45deg) translateY(-1px);
  transform: rotate(45deg) translateY(-1px)
}

.slick-slider.tpl__slider .slick-prev:after {
  -webkit-transform: rotate(-45deg) translateY(1px);
  transform: rotate(-45deg) translateY(1px)
}

.slick-slider.tpl__slider .slick-next span:after,
.slick-slider.tpl__slider .slick-next span:before,
.slick-slider.tpl__slider .slick-prev span:after,
.slick-slider.tpl__slider .slick-prev span:before {
  display: block;
  width: 25px;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  margin-top: -3px;
  border-radius: 5px
}

.slick-slider.tpl__slider .slick-next span:before {
  -webkit-transform: rotate(45deg) translateY(1px);
  transform: rotate(45deg) translateY(1px)
}

.slick-slider.tpl__slider .slick-next span:after {
  -webkit-transform: rotate(-45deg) translateY(-1px);
  transform: rotate(-45deg) translateY(-1px)
}

.slick-slider.tpl__slider .slick-prev span:before {
  -webkit-transform: rotate(45deg) translateY(-1px);
  transform: rotate(45deg) translateY(-1px)
}

.slick-slider.tpl__slider .slick-prev span:after {
  -webkit-transform: rotate(-45deg) translateY(1px);
  transform: rotate(-45deg) translateY(1px)
}

.slick-slider.tpl__slider .slick-next:focus,
.slick-slider.tpl__slider .slick-next:hover,
.slick-slider.tpl__slider .slick-prev:focus,
.slick-slider.tpl__slider .slick-prev:hover {
  color: transparent;
  outline: none
}

.slick-slider.tpl__slider .slick-next:focus:before,
.slick-slider.tpl__slider .slick-next:hover:before,
.slick-slider.tpl__slider .slick-prev:focus:before,
.slick-slider.tpl__slider .slick-prev:hover:before {
  opacity: 1
}

.slick-slider.tpl__slider .slick-next:before,
.slick-slider.tpl__slider .slick-prev:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-slider.tpl__slider .slick-prev {
  left: 0
}

.slick-slider.tpl__slider .slick-prev:after,
.slick-slider.tpl__slider .slick-prev:before {
  left: 50px;
  -webkit-transform-origin: left;
  transform-origin: left
}

.slick-slider.tpl__slider .slick-prev span:after,
.slick-slider.tpl__slider .slick-prev span:before {
  -webkit-transform-origin: left;
  transform-origin: left
}

.slick-slider.tpl__slider .slick-next {
  right: 0
}

.slick-slider.tpl__slider .slick-next:after,
.slick-slider.tpl__slider .slick-next:before {
  right: 50px;
  -webkit-transform-origin: right;
  transform-origin: right
}

.slick-slider.tpl__slider .slick-next span:after,
.slick-slider.tpl__slider .slick-next span:before {
  -webkit-transform-origin: right;
  transform-origin: right
}

.slick-slider.tpl__slider .slick-next:before,
.slick-slider.tpl__slider .slick-prev:before {
  content: ""
}

.slick-slider.tpl__slider .slick-dots {
  list-style: none;
  text-align: center
}

.slick-slider.tpl__slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  background-color: #191919;
  border-radius: 50%;
  -webkit-transition: background .5s linear;
  transition: background .5s linear
}

.slick-slider.tpl__slider .slick-dots li.slick-active {
  background-color: red
}

.slick-slider.tpl__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-slider.tpl__slider .slick-dots li button:focus,
.slick-slider.tpl__slider .slick-dots li button:hover {
  outline: none
}

.slick-slider.tpl__slider .slick-dots li button:focus:before,
.slick-slider.tpl__slider .slick-dots li button:hover:before {
  opacity: 1
}

.slick-slider.tpl__slider .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
  opacity: .25;
  color: #1a1a1a
}

.slick-slider.tpl__slider .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

@media screen and (min-width:768px) {
  .is-others .tpl__slider .slick-next, .is-others .tpl__slider .slick-prev {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, .45, .45, 1) .1s;
    transition: -webkit-transform .3s cubic-bezier(0, .45, .45, 1) .1s;
    transition: transform .3s cubic-bezier(0, .45, .45, 1) .1s;
    transition: transform .3s cubic-bezier(0, .45, .45, 1) .1s, -webkit-transform .3s cubic-bezier(0, .45, .45, 1) .1s
  }
  .is-others .tpl__slider .slick-prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  .is-others .tpl__slider .slick-next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
  .is-others .tpl__slider .slick-slide a .front {
    position: relative;
    opacity: .5;
    -webkit-transition: opacity .3s linear .1s;
    transition: opacity .3s linear .1s
  }
  .is-others .tpl__slider .slick-slide a:hover .front {
    opacity: 1;
    -webkit-transition: opacity .2s cubic-bezier(0, .45, .45, 1);
    transition: opacity .2s cubic-bezier(0, .45, .45, 1)
  }
  .is-others .tpl__slider .slick-slide.slick-active .front, .is-others .tpl__slider .slick-slide.slick-current .front {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
  }

  .is-others .tab-switching-block .tab-menu li>a:after,
  .is-others .tab-switching-block .tab-menu li>a:before,
  .is-others .tab-switching-block .tab-menu li>a span {
    -webkit-transition: .25s linear .1s;
    transition: .25s linear .1s
  }
  .is-others .tab-switching-block .tab-menu li>a:hover span {
    color: #fff;
    -webkit-transition: color .2s cubic-bezier(0, .45, .45, 1), font-size .15s ease;
    transition: color .2s cubic-bezier(0, .45, .45, 1), font-size .15s ease
  }
  .is-others .tab-switching-block .tab-menu li>a:hover:before {
    -webkit-transition: background .2s cubic-bezier(0, .45, .45, 1), transform .15s ease;
    transition: background .2s cubic-bezier(0, .45, .45, 1), transform .15s ease
  }
  .is-others .tab-switching-block .tab-menu li>a:hover:after {
    opacity: 0;
    -webkit-transition: .2s cubic-bezier(0, .45, .45, 1);
    transition: .2s cubic-bezier(0, .45, .45, 1)
  }
}

.is-mobile .tpl__slider .slick-next,
.is-mobile .tpl__slider .slick-prev,
.is-tablet .tpl__slider .slick-next,
.is-tablet .tpl__slider .slick-prev {
  -webkit-transition: -webkit-transform .3s cubic-bezier(0, .45, .45, 1) .1s;
  transition: -webkit-transform .3s cubic-bezier(0, .45, .45, 1) .1s;
  transition: transform .3s cubic-bezier(0, .45, .45, 1) .1s;
  transition: transform .3s cubic-bezier(0, .45, .45, 1) .1s, -webkit-transform .3s cubic-bezier(0, .45, .45, 1) .1s
}

.is-mobile .tpl__slider .slick-prev:hover,
.is-tablet .tpl__slider .slick-prev:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}

.is-mobile .tpl__slider .slick-next.is-touched,
.is-tablet .tpl__slider .slick-next.is-touched {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

.is-mobile .tpl__slider .slick-slide a .front,
.is-tablet .tpl__slider .slick-slide a .front {
  position: relative;
  opacity: .5;
  -webkit-transition: opacity .3s linear .1s;
  transition: opacity .3s linear .1s
}

.is-mobile .tpl__slider .slick-slide a.is-touched .front,
.is-tablet .tpl__slider .slick-slide a.is-touched .front {
  opacity: 1;
  -webkit-transition: opacity .2s cubic-bezier(0, .45, .45, 1);
  transition: opacity .2s cubic-bezier(0, .45, .45, 1)
}

.is-mobile .tpl__slider .slick-slide.slick-active .front,
.is-mobile .tpl__slider .slick-slide.slick-current .front,
.is-tablet .tpl__slider .slick-slide.slick-active .front,
.is-tablet .tpl__slider .slick-slide.slick-current .front {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.is-mobile .tab-switching-block .tab-menu li>a:after,
.is-mobile .tab-switching-block .tab-menu li>a:before,
.is-mobile .tab-switching-block .tab-menu li>a span,
.is-tablet .tab-switching-block .tab-menu li>a:after,
.is-tablet .tab-switching-block .tab-menu li>a:before,
.is-tablet .tab-switching-block .tab-menu li>a span {
  -webkit-transition: .25s linear .1s;
  transition: .25s linear .1s
}

.is-mobile .tab-switching-block .tab-menu li>a.is-touched span,
.is-tablet .tab-switching-block .tab-menu li>a.is-touched span {
  color: #fff;
  -webkit-transition: color .2s cubic-bezier(0, .45, .45, 1), font-size .15s ease;
  transition: color .2s cubic-bezier(0, .45, .45, 1), font-size .15s ease
}

.is-mobile .tab-switching-block .tab-menu li>a.is-touched:before,
.is-tablet .tab-switching-block .tab-menu li>a.is-touched:before {
  -webkit-transition: background .2s cubic-bezier(0, .45, .45, 1), transform .15s ease;
  transition: background .2s cubic-bezier(0, .45, .45, 1), transform .15s ease
}

.is-mobile .tab-switching-block .tab-menu li>a.is-touched:after,
.is-tablet .tab-switching-block .tab-menu li>a.is-touched:after {
  opacity: 0;
  -webkit-transition: .2s cubic-bezier(0, .45, .45, 1);
  transition: .2s cubic-bezier(0, .45, .45, 1)
}

.is-mobile #report-select .menu-list li>a:after,
.is-mobile #report-select .menu-list li>a:before,
.is-mobile #report-select .menu-list li>a span,
.is-tablet #report-select .menu-list li>a:after,
.is-tablet #report-select .menu-list li>a:before,
.is-tablet #report-select .menu-list li>a span {
  -webkit-transition: .25s linear .1s;
  transition: .25s linear .1s
}

.is-mobile #report-select .menu-list li>a.is-touched span,
.is-tablet #report-select .menu-list li>a.is-touched span {
  color: #fff;
  -webkit-transition: color .2s cubic-bezier(0, .45, .45, 1), font-size .15s ease;
  transition: color .2s cubic-bezier(0, .45, .45, 1), font-size .15s ease
}

.is-mobile #report-select .menu-list li>a.is-touched:before,
.is-tablet #report-select .menu-list li>a.is-touched:before {
  background: #b50000;
  -webkit-transition: background .2s cubic-bezier(0, .45, .45, 1), transform .15s ease;
  transition: background .2s cubic-bezier(0, .45, .45, 1), transform .15s ease
}

.is-mobile #report-select .menu-list li>a.is-touched:after,
.is-tablet #report-select .menu-list li>a.is-touched:after {
  opacity: 0;
  -webkit-transition: .2s cubic-bezier(0, .45, .45, 1);
  transition: .2s cubic-bezier(0, .45, .45, 1)
}

.is-others .hover-opacity1 {
  -webkit-transition: opacity .3s linear .1s;
  transition: opacity .3s linear .1s
}
.is-others .hover-opacity1:hover {
  -webkit-transition: opacity .2s cubic-bezier(0, .45, .45, 1);
  transition: opacity .2s cubic-bezier(0, .45, .45, 1);
  opacity: .6
}

.visual_view { background-color: #000; border-bottom: 15px solid #f2f2f2; }

/* スライダー */
.slick-slider.tpl__slider { max-width: 1200px; margin: auto; }
.slider_top .slick-slider .slick-slide a p { color: #fff; font-size: 14px; font-weight: bold; padding: 0 5%; margin-top: 15px; }
.slider_top .slick-slider .slick-slide a img { margin: auto;}
.slider_top .slick-slider .slick-dots { position: static; height: 40px; }
.slider_top .slick-slider .slick-dots li { width: auto; height: auto; border-radius: 0; background-color: #444; margin: 0 3px; }
.slider_top .slick-slider .slick-dots li.slick-active { background-color: #e60010; }
.slider_top .slick-slider .slick-dots li button { width: 40px; height: 3px; padding: 0; }
.slide-arrow { position: absolute; top: 23%; z-index: 1; background-color: rgba(0,0,0,.7); width: 27px; height: 65px; }
.slide-arrow.prev-arrow { left: 0; }
.slide-arrow.prev-arrow:before { content: ""; display: block; width: 12px; height: 12px; border-top: 1px solid #fff; border-left: 1px solid #fff; position: absolute; top: 50%; left: 50%; transform: rotate(-45deg) translate3d(10%,-60%,0); }
.slide-arrow.next-arrow { right: 0; }
.slide-arrow.next-arrow:before { content: ""; display: block; width: 12px; height: 12px; border-top: 1px solid #fff; border-right: 1px solid #fff; position: absolute; top: 50%; right: 50%; transform: rotate(45deg) translate3d(-10%,-60%,0); }

/* トップスライダー */
.slider_top .slick-slider.tpl__slider { background-color: #090b0e; }
.slider_top p { position: relative; overflow: hidden; max-height: 46px; }

/* ラウンドナビゲーション */
.scroll_wrap .scroll_inr { overflow-x: hidden; }
#inter-round-navi.scroll_wrap .scroll_inr { overflow-x: visible; }
.tab-menus { padding-left: 5%; vertical-align: middle; white-space: nowrap; }
.tab-menus li { padding-right: 5%; display: inline-block; }
.tab-menus li > a { color: #000; font-size: 16px; font-family: 'DecimaMonoPro', sans-serif; font-style: italic; font-weight: normal; padding: 10px 0; border-bottom: 4px solid #fff; display: block; }
.tab-menus .is-current a { color: #e60010; border-bottom: 4px solid #e60010; }

/* ラウンドコンテンツ */
#tab-switching { text-align: center; background-color: #fff; border-bottom: 15px solid #f2f2f2; }
.tab-switching { text-align: center; background-color: #fff; }
.tab-switching-contents { border-top: 1px solid #e5e5e5;  }
.tab-switching-contents .tab-switching-content { padding: 30px 5% 40px; }
.tab-switching-contents .content_info { text-align: center; }
.tab-switching-contents .content_icon { margin-bottom: 10px; }
.tab-switching-contents .content_ttl { font-size: 22px; font-size: 5.8666vw; font-weight: bold; margin-bottom: 8px; }
.tab-switching-contents .content_ttl span { font-size: 0.75em; font-weight: normal; }
.tab-switching-contents .content_data { margin-bottom: 15px; }
.tab-switching-contents .grid-panel-menu.is-between { display: none; }
.tab-switching-inner-menu { margin-top: 15px; }
.tab-switching-inner-menu > li a { font-size: 14px; background-color: #000; box-shadow: none; height: auto; text-align: left; display: block; padding: 11px 1em; }
.tab-switching-inner-menu > li a:after,
.tab-switching-inner-menu > li a:before { background-color: #e60010; }
.tab-switching-opener { font-family: 'DecimaMonoPro', sans-serif; font-size: 15px; font-style: italic; text-align: center; background-color: #eee; padding: 10px 0; margin-top: 5px; position: relative; }
.tab-switching-opener:before,
.tab-switching-opener:after { content: ""; position: absolute; transform: translateY(-50%); background-color: #e60010; }
.tab-switching-opener:before { width: 14px; height: 2px; top: 50%; right: 15px; }
.tab-switching-opener:after { width: 2px; height: 14px; top: 50%; right: 21px; }
.tab-switching-container { border-bottom: 1px solid #e5e5e5; padding-right: 5%; padding-left: 5%; margin-top: 35px; line-height: 1.5; }
.tab-switching-container>li.is-active,
.tab-switching-container>li.is-active .head { box-shadow: none; }
.tab-switching-container>li:before { content: none; }
.tab-switching-container>li { height: auto; }
.content_items li + li { margin-top: 10px; }
.content_items ul a { color: #000; background-color: #f2f2f2; display: block; padding: 11px 1em; position: relative; height: 100%; display: flex; align-items: center; justify-content: center;}
.content_items ul a:after { content: ""; width: 7px; height: 7px; transform: translateY(-50%) rotate(45deg); position: absolute; top: 50%; right: 10px; border-top: 2px solid #e60010; border-right: 2px solid #e60010; }
.content_items ul a.is-red1 { color: #fff; background-color: #f00; }
.content_items ul a.is-red1:after { border-top: 2px solid #fff; border-right: 2px solid #fff; }
.content_items ul a.nolink { opacity: 1; pointer-events: none; color: #b3b3b3; background-color: #f2f2f2; }
.content_items ul a.nolink:after { content: none; }
.content_items ul a.end { opacity: 1; color: #b3b3b3; background-color: #f2f2f2; }
.content_items ul a.end:after { content: ""; width: 7px; height: 7px; transform: translateY(-50%) rotate(45deg); position: absolute; top: 50%; right: 10px; border-top: 2px solid #e60010; border-right: 2px solid #e60010; }
.tab-switching-inner-menu > li a.nolink { opacity: .3; /*color: #f0f0f0; background-color: #b3b3b3;*/ }
.tab-switching-inner-menu > li a.nolink:after,
.tab-switching-inner-menu > li a.nolink:before { content: none; }

@media screen and (min-width: 769px) {
  .tab-switching { border-bottom-width: 1px; }
  .tab-switching-wrap { padding-right: 60px; padding-left: 60px; }
  .tab-menus { padding-left: 0; }
  .tab-menus li { padding: 0 1%; }
  .tab-menus li > a { font-size: 16px; }
  .tab-menus li > a:hover { color: #e60010; border-bottom: 4px solid #e60010; }
  .tab-switching-contents .tab-switching-content { padding: 50px 0; }
  .tab-switching-contents .content_ttl { font-size: 28px; }
.tab-switching-contents .content_data { padding-bottom: 30px; /*border-bottom: 1px solid #e5e5e5; margin-bottom: 40px;*/ }
  .tab-switching-inner-menu { max-width: auto; max-width: initial; text-align: center; margin-top: 22px; }
  .tab-switching-inner-menu > li a { font-size: 16px; text-align: center; width: 190px; height: 56px; padding-top: 15px; padding-bottom: 15px; }
  .tab-switching-inner-menu > li a:after,
  .tab-switching-inner-menu > li a:before { background-color: #e60010; right: 10px; }
  .round_area { border-bottom: 1px solid #f2f2f2; }
  .tab-switching-container { padding-right: 0; padding-left: 0; }
  .tab-switching-container .head { font-size: 16px; border-top: 1px solid #e5e5e5; padding-top: 25px; padding-bottom: 25px; padding-left: 1em; }
  .tab-switching-container .head:before { top: 50%; right: 25px; left: auto; width: 19px; height: 3px; transform: translateY(0); }
  .tab-switching-container .head:after { content: ""; top: 39%; right: 33px; height: 19px; width: 3px; transform: translateY(0); }
  .content_items ul { display: flex; flex-wrap: wrap; justify-content: center; }
  .content_items li + li { margin-top: 0; }
  .content_items li { width: 33.3333%; padding-right: 8px; padding-left: 8px; }
}

@media screen and (max-width: 768px) {
  .tab-switching-inner-menu.opened > li:nth-of-type(n + 3) { display: inline-block; }
  .tab-switching-opener.opened { display: none; }
}

/* レース結果／放送予定 */
.mscat_race { padding-bottom: 30px; }
.mscat_race h3 { font-size: 18px; font-size: 4.8vw; font-weight: bold; text-align: left; padding: 10px 0; position: relative; border-top: 3px solid #ccc; border-bottom: 1px solid #e5e5e5; }
.mscat_race h3:before { content: ""; position: absolute; top: -3px; left: 0; width: 20%; height: 3px; background-color: #e60012; }
.mscat_race .race_info + .race_info { margin-top: 30px; }
.mscat_race .race_info dl { text-align: left; font-family: 'DecimaMonoPro'; }
.mscat_race .race_info dt { font-size: 14px; font-size: 3.7333vw; font-weight: bold; margin-top: 30px; line-height: 1.785; }
.mscat_race .race_info p { font-size: 12px; font-size: 3.2vw; line-height: 1.785; }
.mscat_race .race_info .bold { font-weight: bold; }
.mscat_race .go_list { padding: 0; margin-top: 20px; }
.mscat_race .go_list a { background-color: #eee; }

/* NEWS */
.mscat_news { padding-bottom: 0; }
.mscat_news .news-menu .card_info:nth-of-type(n + 4) { display: none; }

/* GRシリーズ */
.mscat_gr { position: relative; padding-top: 35px; padding-bottom: 35px; border-bottom: 15px solid #f2f2f2; }
.mscat_gr .bg_image { background-image: url(../gr_bg.html); }
/*.mscat_gr h2 { margin-bottom: 20px; }*/
/*.mscat_gr h2 img { width: 313px; width: 83.47vw; }*/
/*.mscat_gr .txt img { width: 295px; width: 78.67vw; }*/
.mscat_gr .txt_statement_ttl { color: #fff; font-size: 22px; font-size: 5.8666vw; font-style: italic; line-height: 1.4545; font-family: 'DecimaMonoProLt'; margin-bottom: 20px;}
.mscat_gr .txt_statement_txt { color: #fff; font-size: 10px; font-size: 2.6666vw; line-height: 2.1; font-family: 'akkurat-mono'; }

/* GOODS */
.mscat-goods { border-bottom: 15px solid #f2f2f2; }
.mscat-goods .item_list { letter-spacing: -.4em; white-space: nowrap; overflow-x: auto; margin-bottom: 25px; }
.mscat-goods .item_list li { width: 45%; letter-spacing: normal; display: inline-block; vertical-align: top; }
.mscat-goods .item_list li + li { margin-left: 5px; }
.mscat-goods .item_list figure > img { width: 100%; border: 1px solid #ddd; }
.mscat-goods .item_list figcaption { color: #000; font-size: 13px; font-size: 3.7vw; font-weight: bold; margin-top: 10px; white-space: normal; }
.mscat-goods .go_list { padding: 0; }
.mscat-goods .go_list a { background-color: #eee; }

/* SPECIAL */
.mscat-special { border-bottom: 15px solid #f2f2f2; }
.mscat-special .slider_special { margin-bottom: 25px; }
.mscat-special .slider_special .image { margin-bottom: 20px; }
.mscat-special .slider_special .image img { width: 100%; }
.mscat-special .slider_special .text { border-left: 2px solid #e60012; padding-left: 1em; }
.mscat-special .slider_special .ttl { color: #000; font-size: 16px; font-size: 4.2666vw; font-weight: bold; margin-bottom: 5px; opacity: 1; }
.mscat-special .slider_special time { font-family: 'DecimaMonoPro', sans-serif; color: #7f7f7f; }
.mscat-special .go_list { padding: 0; }
.mscat-special .go_list a {background-color: #eee; }

.mscat-partner .sponser-menu li { background-color: #fff; }
.mscat-partner .sponser-menu a:after,
.mscat-partner .sponser-menu a:before { content: none; }

@media screen and (min-width: 769px) {
  .visual_view { border-bottom: none; margin-bottom: 60px; }
  .slider_top .slick-slider .slick-slide a p { font-size: 18px; text-align: center; padding: 0 15px; }
  .slide-arrow { top: 35%; cursor: pointer; width: 36px; height: 86px; }
  .slide-arrow.prev-arrow:before { width: 16px; height: 16px; }
  .slide-arrow.next-arrow:before { width: 16px; height: 16px; }
  .slider_top p { max-height: 60px; }

  #tab-switching { border-bottom-width: 1px; }
  .tab-menus { padding-left: 0; }
  .tab-menus li { padding: 0 1%; }
  .tab-menus li > a { font-size: 16px; }
  .tab-menus li > a:hover { color: #e60010; border-bottom: 4px solid #e60010; }
  .tab-switching-contents .tab-switching-content { padding: 50px 0; }
  .tab-switching-contents .content_ttl { font-size: 28px; }
  .tab-switching-inner-menu { max-width: auto; max-width: initial; text-align: center; margin-top: 22px; }
  .tab-switching-inner-menu > li a { font-size: 16px; text-align: center; width: 190px; height: 56px; padding-top: 15px; padding-bottom: 15px; }
  .tab-switching-inner-menu > li a:after,
  .tab-switching-inner-menu > li a:before { background-color: #e60010; right: 10px; }

  .mscat_race { padding-bottom: 80px; }
  .mscat_race h3 { font-size: 18px; }
  .mscat_race h3:before { width: 20%; }
  .mscat_race .race_info { margin-top: 0; /*padding: 0 20px;*/ }
  .mscat_race .race_info + .race_info { margin-top: 0; }
  .mscat_race .race_info dl { padding: 0 15px; }
  .mscat_race .race_info dt { font-size: 16px; }
  .mscat_race .race_info p { font-size: 12px; }
  .mscat_race .go_list { padding: 0; margin-top: 50px; }

  .mscat_news { padding-bottom: 60px; }

  .mscat_gr { padding-top: 75px; padding-bottom: 75px; border-bottom: none; }
  .mscat_gr .bg_image { background-image: url(../jpg/gr_bg.jpg); }
  /*.mscat_gr h2 { margin-bottom: 35px; }*/
  /*.mscat_gr h2 img { width: 455px; }*/
  /*.mscat_gr .txt img { width: 609px; }*/
  .mscat_gr .title { font-size: 24px;  font-family: 'DecimaMonoPro';}
  .mscat_gr .txt{ font-size: 14px;  font-family: 'akkurat-mono', line-height:1em;}
  .mscat_gr .txt_statement_ttl { font-size: 36px; }
  .mscat_gr .txt_statement_txt { font-size: 14px; }

  .mscat-goods { border-bottom-width: 1px; }
  .mscat-goods .item_list { margin-bottom: 45px; }
  .mscat-goods .item_list li { width: calc((1200px - (16px * 5)) / 6); }
  .mscat-goods .item_list li + li { margin-left: 16px; }
  .mscat-goods .item_list li a { display: block; }
  .mscat-goods .item_list li a:hover { opacity: .7; }
  .mscat-goods .item_list figcaption { font-size: 14px; }

  .mscat-special { border-bottom-width: 1px; }
  .mscat-special .slider_special { margin-bottom: 45px; }
  .mscat-special .slider_special li { margin: 0 15px; }
  .mscat-special .slider_special li a { display: block; }
  .mscat-special .slider_special li a:hover { opacity: .7; }
  .mscat-special .slider_special .ttl { font-size: 16px; min-height: 55px; }
}
@media screen and (max-width: 768px) {
  .tab-switching-inner-menu > li:nth-of-type(n + 3) { display: none; }
  .tab-switching-inner-menu.opened > li:nth-of-type(n + 3) { display: inline-block; }
  .tab-switching-opener.opened { display: none; }
}

/***************/
/* GLOBAl ONLY */
/***************/
.past-seasons {}
.past-seasons_content {
  position: relative;
  padding: 96px 16px;
  margin-right: -16px;
  margin-left: -16px;
  text-align: center;
  background: no-repeat center center;
  background-size: cover;
}
.past-seasons_content:before {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scale(0.5);
}
.past-seasons_content .button {
  width: 100%;
  font-size: 36px;
}
.past-seasons_title {
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: normal;
}
.past-seasons_title.vw_unit {
  font-size: 9.58vw;
}
.past-seasons_subtitle {
  font-family: 'DecimaMonoPro';
  margin-left: -.1em;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: normal;
}
.past-seasons_description {
  max-width: 460px;
  padding: 32px 0;
  margin: 12px auto 60px;
  color: #FFFFFF;
}
.past-seasons_description br {
  display: none;
}
.past-seasons_image {
  margin: 96px 0 96px 32px;
}
@media (min-width: 769px) {
  .past-seasons.wrc {
    margin: 144px 0 96px;
    padding: 0;
  }
  .past-seasons.wrc .past-seasons_subtitle {
    margin-bottom: 0;
  }
  .past-seasons.wrc .past-seasons_title {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .past-seasons_content {
    height: 33.333vw;
    padding: 180px 0;
    margin-right: auto;
    margin-left: auto;
  }
  .past-seasons_content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 540px;
    padding: 0 20px;
  }
  .past-seasons_content_inner.wrc {
    max-width: 564px;
    padding: 0;
  }
  .past-seasons_content .button {
    width: auto;
    font-size: 12px;
  }
  .past-seasons_title.vw_unit {
    white-space: nowrap;
    font-size: 3.1944vw;
  }
  .past-seasons_description {
    max-width: none;
    padding: 0;
    margin: 0 0 36px;
    font-size: 12px;
  }
  .past-seasons_description p {
    white-space: nowrap;
  }
  .past-seasons_description br {
    display: inline;
  }
  .past-seasons_image {
    margin: 24px auto 156px;
  }
  .past-seasons.wrc .past-seasons_description.none_wrap_pc.none_br_sp {
    white-space: normal !important;
  }
  .past-seasons.wrc .past-seasons_description.none_wrap_pc.none_br_sp br {
    display: none !important;
  }
}

.display_pc { display: none; }
.display_sp { display: inherit; }

/* メインビジュアル */
.kv_tmp_heading { border-bottom: none; background-color: #fff; margin-bottom: 60px; }
.kv_tmp_heading .kv_title { padding: 88.5% 8% 10%; }
.kv_tmp_heading .kv_title h1 { margin-bottom: 15px; }
.kv_tmp_heading .kv_title h1 + p { font-weight: bold; }

.kv_tmp_heading.kv_low .kv_title { padding: 65.336% 8% 8%; }

.kv_tmp_heading.kv_none { margin-bottom: 40px; }
.kv_tmp_heading.kv_none .bg_image { display: none; }
.kv_tmp_heading.kv_none .kv_title { padding-top: 13.335%; padding-bottom: 0; }
.kv_tmp_heading.kv_none .kv_title h1 {padding-top: 6.8vw; }
.kv_tmp_heading.kv_none .kv_title h1 + p { color: #000; white-space: normal; word-break: keep-all; }

/* メインカラム */
.tmp_column_main { max-width: 800px; min-width: 0; }
.tmp_column_main.col-md-12 { max-width: 100%; }

.tmp_contents_box { border-bottom: 1px solid #f2f2f2; padding-bottom: 60px; margin-bottom: 60px; }
.tmp_column_main .tmp_contents_box:last-child { padding-bottom: 0; }
.tmp_ranking_box { margin-top: 30px; }
.tmp_ranking_box + .tmp_ranking_box { margin-top: 60px; }

/* ボタン */
.tmp_btn { margin: 60px 0; }
.tmp_btn a { color: #000; font-size: 12px; font-size: 3.2vw; font-weight: bold; text-align: center; display: block; padding: 15px 0; background-color: #eee; position: relative; }
.tmp_btn a:after { content: ""; width: 5px; height: 5px; transform: translateY(-50%) rotate(45deg); position: absolute; top: 50%; right: 10px; border-top: 2px solid #e60010; border-right: 2px solid #e60010; }
.tmp_btn a + a { margin-top: 10px; }

/* タイトル */
.tmp_page-title { color: #000; font-size: 20px; font-size: 5.3333vw; font-weight: bold; padding-top: 0; font-family: 'DecimaMonoProLt', sans-serif; font-size: 32px; font-size: 8.5333vw; font-style: italic; line-height: 1; letter-spacing: -.05em; }
.tmp_page-title.heading { padding-top: 0; }
.tmp_page-title.line4_2 { padding-left: 14%; }
.tmp_page-title.line4_2 .svg_ttl { left: 14%; }

/* サブタイトル */
.tmp_page-subtitle { color: #000; font-size: 15px; font-size: 4vw; font-weight: bold; padding: 15px 0; position: relative; border-top: 3px solid #ccc; border-bottom: 1px solid #ccc; margin-bottom: 30px; }
.tmp_page-subtitle:before { content: ""; position: absolute; top: -3px; left: 0; background-color: #e60012; width: 20%; height: 3px; }

/* タイトル下キャプション */
.tmp_page-caption { font-size: 15px; font-size: 4vw; font-weight: bold; margin-top: 25px; margin-bottom: 15px; }
.tmp_image-caption { margin-top: 25px; margin-bottom: 15px; }

/* 文章 */
p + p { margin-top: 1em; }
.tmp_article_image .photo_sp_bottom { margin-top: 30px; }
.tmp_article_image + .tmp_article_image { margin-top: 30px; }
.tmp_article_image .photo_sp_top + p { margin-top: 30px; }
.tmp_article_image .caution { font-size: 10px; font-size: 2.6666vw; }

/* 画像 */
.tmp_image_box { margin-top: 30px; }
.tmp_image_box figure + figure { margin-top: 25px; }
.tmp_image_box figcaption { font-size: 14px; font-size: 3.7333vw; font-weight: bold; margin-top: 10px; }
.tmp_image_box figure img { width: 100%; }
.tmp_image_box + p { margin-top: 30px; }

.tmp_image_verticalbox { margin-top: 30px; }
.tmp_image_verticalbox li + li { margin-top: 30px; }
.tmp_image_verticalbox dt + dd { margin-top: 15px; }
.tmp_image_verticalbox dd .week + h3 { margin-top: 10px; }
.tmp_image_verticalbox dd h3 { font-size: 14px; font-size: 3.7333vw; font-weight: bold; margin-bottom: 6px; }
.tmp_image_verticalbox .tmp_label { font-size: 12px; font-size: 3.2vw; font-weight: bold; background-color: #f2f2f2; padding: 5px 15px; display: inline-block; }

.tmp_card-group { margin-top: 30px; }
.tmp_card-item + .tmp_card-item { margin-top: 50px; }
.tmp_card-image {  }
.tmp_card-title { font-size: 15px; font-size: 4vw; font-weight: bold; margin-top: 25px; margin-bottom: 15px; }

/* モーダルギャラリー */
.tmp_scaleup-gallery { margin-top: 30px; margin-right: -5%; margin-left: -5%; }
.tmp_scaleup-gallery ul { display: flex; flex-wrap: wrap; }
.tmp_scaleup-gallery li:first-of-type { width: 100%; }
.tmp_scaleup-gallery li.wide { width: calc(100% / 5 * 1.5); }
.tmp_scaleup-gallery li.narrow { width: calc(100% / 5); }
.tmp_scaleup-gallery li.vertical { width: calc(100% / 5 * 0.755); }
.tmp_scaleup-gallery li img { border: 1px solid #f2f2f2; }

/* テーブル */
.tmp_table_area { }
.tmp_table_area .tmp_table_caption { margin-top: 30px; }
.tmp_table_area .tmp_table_caption p { font-size: 10px; font-size: 2.6666vw; }
.tmp_table_area .tmp_table_wrap { overflow: auto; }
.tmp_table_area .tmp_table_graph + table { margin-top: 35px; }
.tmp_table_area .tmp_table_graph img { max-width: 800px; }
.tmp_table_area th,
.tmp_table_area td { font-size: 13px; text-align: center; vertical-align: middle; padding: 5px; border: 1px solid #fff; }
.tmp_table_area tr.bg-pink th,
.tmp_table_area tr.bg-pink td { background-color: #f8d3d5; }
.tmp_table_area th { color: #fff; background-color: #666; white-space: nowrap; height: 40px; }
.tmp_table_area th.text-left { text-align: left; padding-left: 10px; }
.tmp_table_area td { background-color: #f5f5f5; }
.tmp_table_area td.driver { text-align: left; }
.tmp_table_area td.driver .inner { display: flex; align-items: center; }
.tmp_table_area td.driver .driver-name + .icon { margin-left: 10px; }
.tmp_table_area td.driver .icon img { width: 20px; min-width: 20px; }
.tmp_table_area td.total { color: #e60012; font-size: 18px; font-weight: bold; }
.tmp_table_area td.round { width: 36px; }

/* スケジュール */
.tmp_schedule_area { margin-top: 30px; }
.tmp_schedule_area ul { display: flex;flex-wrap: wrap; margin-right: -6px; margin-left: -6px; }
.tmp_schedule_area .tmp_schedule_item { width: 50%; padding: 6px; }
.tmp_schedule_area .tmp_schedule_item .wrap { position: relative; padding: 5px 9px; border: 1px solid #ccc; }
.tmp_schedule_area .tmp_schedule_country { display: flex; align-items: center; font-size: 12px; font-size: 3.2vw; }
.tmp_schedule_area .tmp_schedule_country img { height: 11px; width: auto; }
.tmp_schedule_area .tmp_schedule_country em { margin-left: 5px; }
.tmp_schedule_area .tmp_schedule_date { display: block; font-size: 10px; font-size: 2.6666vw; font-weight: bold; margin-top: 10px; }
.tmp_schedule_area h3 { font-size: 10px; font-size: 2.6666vw; border-left: 2px solid #e60010; padding-left: 3px; margin-top: 8px; }
.tmp_schedule_area .wrap span { position: absolute; top: 0; right: 0; width: 28%; }

/* カレンダー */
.tmp_calendar_area .cal-list { border-top: 1px solid #f2f2f2; }
.tmp_calendar_area .cal-list__item { border-bottom: 1px solid #f2f2f2; padding-top: 25px; padding-bottom: 25px; }
.tmp_calendar_area .cal-list__item__wrap__01 { display: flex; flex-wrap: wrap; align-items: center; }
.tmp_calendar_area .cal-list__item__cell__01 { font-family: 'DecimaMonoPro', sans-serif; font-style: italic; text-align: center; padding-right: 5vw; }
.tmp_calendar_area .cal-list__item__cell__01__label { color: #e60010; font-size: 13px; font-size: 3.4666vw; line-height: 1; font-weight: bold; }
.tmp_calendar_area .cal-list__item__cell__01__rank { font-size: 42px; font-size: 11.2vw; letter-spacing: -.1em; line-height: 1; padding-right: .2em; }
.tmp_calendar_area .cal-list__item__cell__02 { max-width: 78%; }
.tmp_calendar_area .cal-list__item__title { font-size: 18px; font-size: 4.8vw; font-weight: bold; }
.tmp_calendar_area .cal-list__item__data { border-left: 3px solid #e60010; padding-left: 5px; margin-top: 10px; }
.tmp_calendar_area .cal-list__item__data__dt { font-size: 12px; font-size: 3.2vw; font-weight: bold; }
.tmp_calendar_area .cal-list__item__data__dd { font-size: 10px; font-size: 2.6666vw; }
.tmp_calendar_area .cal-list__item__data__dd span { font-weight: bold; }
.tmp_calendar_area .cal-list__item__cell__03 { width: 100%; }
.tmp_calendar_area .cal-list__item__cell__03 .tmp_btn { margin-top: 30px; }

/* スペック */
.tmp_car-spec { overflow-x: auto; margin-top: 40px; }
.tmp_car-spec table { min-width: 100%; width: auto; }
.tmp_car-spec .tmp_car-spec-title { font-size: 15px; background-color: #ececec; }
.tmp_car-spec tr { background-color: #f3f3f3; border-bottom: 1px solid #fff; white-space: nowrap; }
.tmp_car-spec th,
.tmp_car-spec td { font-size: 13px; text-align: left; padding: 5px 12px; vertical-align: middle; }
.tmp_car-spec td { color: #f17363; }

/* ドライバー */
.tmp_driver_area { margin-top: 30px; }
.driver-list--item + .driver-list--item { margin-top: 60px; }
.driver-list--name { font-size: 18px; font-size: 4.8vw; font-weight: bold; }
.driver-list--prof { margin-top: 1em; }
.driver-list--prof p { font-size: 12px; font-size: 3.2vw; margin-bottom:30px;}
.driver-list--history { margin-top: 1em; }
.driver-list--history p { font-size: 14px; font-size: 3.7333vw; margin-bottom: 1em; }
.driver-list--history ul li { padding: 5px 0; border-top: 1px solid #f2f2f2; }
.driver-list--history ul li dl { display: table; }
.driver-list--history ul li dl dt,
.driver-list--history ul li dl dd { font-size: 12px; font-size: 3.2vw; display: table-cell; }
.driver-list--history ul li dl dt { width: 5em; }
.driver-list--history .tglbox .tglbtn { font-size: 14px; text-align: center; font-weight: bold; cursor: pointer; display: inline-block; width: 225px; padding: 8px; background: #f2f2f2; transition-duration: 200ms; margin-top: .5em; position: relative; }
.driver-list--history .tglbox .tglbtn:before { content: ""; position: absolute; top: 50%; right: 12px; transform: translateY(-50%); width: 10px; height: 2px; background-color: #e60010; }
.driver-list--history .tglbox .tglbtn:after { content: ""; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); width: 2px; height: 10px; background-color: #e60010; }
.driver-list--history .tglbox .tglbtn.close:after { transform: translateY(-50%) rotate(90deg); }

/* チーム */
.tmp_team_area { margin-top: 30px; }
.team-list { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }
.team-list--item { width: 50%; padding-right: 5px; padding-left: 5px; }
.team-list--item:nth-of-type(n+3) { margin-top: 20px; }
.team-list--item dl dt { margin-bottom: 15px;  }
.team-list--item dl dd { font-size: 14px; font-size: 3.7333vw; font-weight: bold; }
.team-list--item dl dd span { display: block; font-size: 10px; font-size: 3.2vw; font-weight: normal; }

/* スペシャル */
.tmp_special_area a { display: block; }
.tmp_special_area .meta { display: flex; flex-direction: column-reverse; margin-top: 15px; }
.tmp_special_area .meta time,
.tmp_special_area .meta h3 { color: #000; }
.tmp_special_area .meta time { font-size: 12px; font-size: 3.2vw; margin-top: 5px; }
.tmp_special_area .meta h3 { font-size: 16px; font-size: 4.2666vw; font-weight: bold; }
.tmp_special_area .content-columns { width: 100%; }
.tmp_special_area .content-3columns article { margin-top: 30px; }

/* スポンサー */
.tmp_sponsor_area .spo-list { border-top: 1px solid #f2f2f2; }
.tmp_sponsor_area .spo-list__item { border-bottom: 1px solid #f2f2f2; padding-top: 15px; padding-bottom: 25px; }
.tmp_sponsor_area .spo-list__item__wrap__01 { display: flex; justify-content: space-between; align-items: center; }
.tmp_sponsor_area .spo-list__item__cell__01 { width: 42%; padding-left: 3.6%; }
.tmp_sponsor_area .spo-list__item__cell__02 { width: 58%; padding-left: 5%; }
.tmp_sponsor_area .spo-list__item__title { font-size: 14px; font-size: 3.7333vw; font-weight: bold; }
.tmp_sponsor_area .spo-list__item__cell__03 .tmp_btn { display: flex; justify-content: space-between; margin-top: 15px; }
.tmp_sponsor_area .spo-list__item__cell__03 .tmp_btn a { width: 49%; margin-right: 0; margin-left: 0; }
.tmp_sponsor_area .spo-list__item__cell__03 .tmp_btn a + a { margin-top: 0; }

/* シーズン */
.tmp_season_area .sea-list--item + .sea-list--item { margin-top: 35px; }
.tmp_season_area .sea-list--item--txt { color: #000; font-size: 16px; font-size: 4.2666vw; font-weight: bold; margin-top: 15px; }

/* お問い合わせ */
.contact-box { padding-bottom: 30px; border-bottom: 1px solid #f2f2f2; }
.contact-box p { font-size: 12px; font-size: 3.2vw; }
.contact-box a { color: #000; }
.contact-box .logo { border: 1px solid #eee; padding: 10% 18%; margin-bottom: 20px; }
.contact-box .contact-name { font-weight: bold; margin-bottom: -1em; }

/* 関連トピックス */
.tmp_relation_topics { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding-top: 20px; padding-bottom: 25px; margin-top: 40px; }
.tmp_relation_topics dt { font-size: 15px; font-size: 4vw; font-weight: bold; margin-bottom: 15px; border-left: 3px solid #e60010; padding-left: 10px; }
.tmp_relation_topics .tmp_relation_topics-title,
.tmp_relation_topics .tmp_relation_topics-caption { font-size: 12px; font-size: 3.2vw; }
.tmp_relation_topics .tmp_relation_topics-title { font-weight: bold; }
.tmp_relation_topics li { position: relative; padding-left: 12px; }
.tmp_relation_topics li:before { content: ""; width: 3px; height: 3px; background-color: #e60010; position: absolute; top: .6em; left: 0; }
.tmp_relation_topics li + li { margin-top: 25px; }
.tmp_relation_topics a { color: #000; }

.tmp_relation_topics.tandem { margin-top: 50px; }

/* 右カラム */
.tmp_column_right { color: #000; }
.tmp_column_right section + section { margin-top: 60px; }
.tmp_column_right .side-title { color: #000; font-family: 'DecimaMonoPro', sans-serif; font-size: 32px; font-size: 8.5333vw; font-style: italic; line-height: 1; letter-spacing: -.05em; margin-top: -.15em; margin-bottom: 30px; }
.tmp_column_right .side-title:first-letter { color: #e60010; }
.tmp_column_right .news {padding: 0 0; }
.tmp_column_right .news:before {display:none; }

.movie a { display: block; position: relative; overflow: hidden; }
.movie a:after { content: ''; width: 25%; height: 0; padding-top: 25%; background: url("../png/movie_icon.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.tmp_column_right .recommend .movie img { vertical-align: top; width: 100%; height: auto; }

.tmp_column_right .news-list li { border-bottom: 1px solid #e5e5e5; padding: 15px 0; }
.tmp_column_right .news-list li:first-child { padding-top: 0; }
.tmp_column_right .news-list a { display: flex; justify-content: space-between; }
.tmp_column_right .news-list .image { width: 40%; }
.tmp_column_right .news-list .text { width: 56%; padding-top: 0px;}
.tmp_column_right .news-list .text p { font-size: 12px; font-size: 3.2vw; font-weight: bold; }
.tmp_column_right .news-list .text time { font-family: 'DecimaMonoPro', sans-serif; color: #a3a3a3; font-size: 12px; font-size: 3.2vw; display: block; margin-bottom: 6px; }
.tmp_column_right .info .news-list a { position: relative; padding-right: 2em; }
.tmp_column_right .info .news-list a:after { content: ""; width: 5px; height: 5px; transform: translateY(-50%) rotate(45deg);
  position: absolute; top: 50%; right: 10px; border-top: 2px solid #e60010; border-right: 2px solid #e60010; }
.tmp_column_right .info .news-list .text { width: 100%; }

.tmp_column_right .calendar { display: none; }
.tmp_column_right .calendar .contents-list li { border-bottom: 1px solid #e5e5e5; padding: 15px 0; }
.tmp_column_right .calendar .contents-list li:first-child { padding-top: 0; }
/*.tmp_column_right .calendar .contents-list li:nth-of-type(n + 7) { display: none; }*/
.tmp_column_right .calendar .contents-list a { color: #000; display: block; position: relative; }
.tmp_column_right .calendar .contents-list a:after { content: ""; width: 5px; height: 5px; transform: translateY(-50%) rotate(45deg); position: absolute; top: 50%; right: 0; border-top: 2px solid #e60010; border-right: 2px solid #e60010; }
.tmp_column_right .calendar .cal-date,
.tmp_column_right .calendar .location { font-size: 12px; font-size: 3.2vw; }
.tmp_column_right .calendar .cal-date { margin-bottom: 6px; }
.tmp_column_right .calendar .cal-title { font-size: 14px; font-size: 3.7333vw; font-weight: bold; }
.tmp_column_right .calendar .location { display: flex; }
.tmp_column_right .calendar .location dd { font-weight: bold; }
.tmp_column_right .calendar .location dt + dd { margin-left: 5px; }

.tmp_column_right .contents-list a:hover { opacity: .7; }

/* フッタカラム */
.tmp_column_bottom { border-top: 15px solid #f2f2f2; padding-top: 60px; padding-bottom: 60px; margin-top: 60px; }
.tmp_column_bottom .tmp_bottom-section + .tmp_bottom-section { margin-top: 80px; }
.tmp_column_bottom .bottom-title { padding-top: 6.934vw; margin-bottom: 30px; }
.tmp_column_bottom .link-list li + li { margin-top: 30px; }
.tmp_column_bottom .link-list figure img { width: 100%; }
.tmp_column_bottom .link-list figcaption { color: #000; font-size: 14px; font-size: 3.7333vw; font-weight: bold; margin-top: 12px; }
.tmp_column_bottom .sponser-menu { display: flex; flex-wrap: wrap;; }
.tmp_column_bottom .sponser-menu li { width: 50%; }




@media (min-width: 769px) {
  .display_pc { display: inherit; }
  .display_sp { display: none; }

  /* メインビジュアル */
  .kv_tmp_heading { margin-bottom: 100px; }
  .kv_tmp_heading .kv_title { max-width: 1200px; text-align: left; padding: 0 15px; margin-right: auto; margin-left: auto; }
  .kv_tmp_heading .kv_title h1 { padding-left: 40px; }
  .kv_tmp_heading .kv_title h1 .svg_ttl { height: 50px; }
  .kv_tmp_heading .kv_title h1 + p { font-size: 18px; font-weight: 700; padding-left: 40px; }
  .kv_tmp_heading.kv_low .kv { padding: 125px 0; }

  .kv_tmp_heading.kv_large { margin-bottom: 120px; }

  .kv_tmp_heading.kv_low .kv_title { padding: 0 15px; }

  .kv_tmp_heading.kv_none { margin-bottom: 60px; }
  .kv_tmp_heading.kv_none .kv { padding: 80px 0 0; }
  .kv_tmp_heading.kv_none .kv_title { padding: 0 15px; }
  .kv_tmp_heading.kv_none .kv_title h1 { padding-top: 0; padding-left: 35px; margin-bottom: 5px; }
  .kv_tmp_heading.kv_none .kv_title h1 .svg_ttl { height: 40px; }
  .kv_tmp_heading.kv_none .kv_title h1 + p { font-size: 14px; padding-left: 35px; }

  /* メインカラム */
  /* 右カラム */
  .tmp_column_main + .tmp_column_right { padding-left: 6.667%; }

  /* メインカラム OFFICIAL SNSエリアにmargin-topが無いため日と異なる処理 */
  .tmp_contents_box { padding-bottom: 80px; margin-bottom: 80px; }
  .tmp_contents_box:last-child { padding-bottom: 0; border-bottom: none; }
  *:not(.tmp_column_main) > .tmp_contents_box:last-child { margin-bottom: 0;}

  /* ボタン */
  .tmp_btn { display: flex; justify-content: center; }
  .tmp_btn a { font-size: 14px; width: 380px; margin-right: 5px; margin-left: 5px; }
  .tmp_btn a:after { right: 20px; }
  .tmp_btn a + a { margin-top: 0; }
  .tmp_btn a:hover { color: #fff; background-color: #000; }
  .tmp_btn a:hover svg { fill: #fff; }

  /* タイトル */
  .tmp_page-title { font-size: 36px; }
  .tmp_page-title.line4_2 { padding-left: 50px; padding-top: 0; }

  /* サブタイトル */
  .tmp_page-subtitle { font-size: 24px; padding-top: 20px; padding-bottom: 20px; }
  .tmp_page-subtitle:before { width: 28%; }

  /* タイトル下キャプション */
  .tmp_page-caption { font-size: 16px; margin-top: 40px; margin-bottom: 20px; }
  .tmp_image-caption { margin-top: 40px; margin-bottom: 20px; }

  /* 文章 */
  .tmp_article_image { display: flex; justify-content: space-between; }
  .tmp_article_image + .tmp_article_image { margin-top: 20px; }
  .tmp_article_image p { width: 47.5%; line-height: 2; }
  .tmp_article_image .photo_sp_bottom { margin-top: 0; }
  .tmp_article_image .photo_pc_right { width: 47.5% }
  .tmp_article_image .photo_pc_left { width: 47.5%; }
  .tmp_article_image .photo_sp_top + p { margin-top: 0; }
  .tmp_article_image .caution { font-size: 14px; }

  /* 画像 */
  .tmp_image_box { display: flex; flex-wrap: wrap; margin-top: 50px; margin-right: -10px; margin-left: -10px; }
  .tmp_image_box figure + figure { margin-top: 0; }
  .tmp_image_box figcaption { font-size: 12px; }
  .tmp_image_box figcaption.textC { width: 100%; }
  .tmp_image_box.tmp_image-2 figure { width: 50%; padding-right: 10px; padding-left: 10px; }
  .tmp_image_box.tmp_image-2 figure:nth-of-type(n+3) { margin-top: 30px; }
  .tmp_image_box.tmp_image-3 figure { width: 33.3333%; padding-right: 10px; padding-left: 10px; }
  .tmp_image_box.tmp_image-3 figure:nth-of-type(n+4) { margin-top: 30px; }
  .tmp_image_box.tmp_image-4 figure { width: 25%; padding-right: 10px; padding-left: 10px; }
  .tmp_image_box.tmp_image-4 figure:nth-of-type(n+5) { margin-top: 30px; }
  .tmp_image_box + p { margin-top: 50px; }

  .tmp_image_verticalbox { margin-top: 50px; }
  .tmp_image_verticalbox li + li { margin-top: 20px; }
  .tmp_image_verticalbox dl { display: flex; justify-content: space-between; }
  .tmp_image_verticalbox dt { width: 32%; }
  .tmp_image_verticalbox dd { width: 65%; }
  .tmp_image_verticalbox dt + dd { margin-top: 0; }
  .tmp_image_verticalbox .tmp_label { font-size: 12px; }
  .tmp_image_verticalbox dd h3 { font-size: 16px; }

  .tmp_card-group { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 50px; }
  .tmp_card-group .tmp_card-item { width: 47.5%; }
  .tmp_card-group .tmp_card-item:nth-last-of-type(n+3) { margin-bottom: 40px; }
  .tmp_card-group .tmp_card-item + .tmp_card-item { margin-top: 0; }
  .tmp_card-group .tmp_card-title { font-size: 22px; }

  /* モーダルギャラリー */
  .tmp_scaleup-gallery { margin-right: 0; margin-left: 0; }
  .tmp_scaleup-gallery ul { margin: -10px; }
  .tmp_scaleup-gallery li { padding-right: 10px; padding-bottom: 10px; }
  .tmp_scaleup-gallery li.vertical { width: calc(100% / 5 * 0.79); }
  .tmp_scaleup-gallery li.wide img,
  .tmp_scaleup-gallery li.narrow img,
  .tmp_scaleup-gallery li.vertical img { max-height: 158px; }

  /* テーブル */
  .tmp_table_area .tmp_table_caption p { font-size: 11px; }
  .tmp_table_area table { width: 100%; }
  .tmp_table_area th,
  .tmp_table_area td { font-size: 12px; padding: 5px 2px; }
  .tmp_table_area td.total { font-size: 16px; }

  /* スケジュール */
  .tmp_schedule_area { margin-top: 50px; }
  .tmp_schedule_area ul { margin-right: -7px; margin-left: -7px; }
  .tmp_schedule_area .tmp_schedule_item { width: 33.3333%; padding: 7px; }
  .tmp_schedule_area .tmp_schedule_item .wrap { padding: 11px 14px; }
  .tmp_schedule_area .tmp_schedule_country { font-size: 12px }
  .tmp_schedule_area .tmp_schedule_country img { height: 14px; }
  .tmp_schedule_area .tmp_schedule_date { font-size: 12px; }
  .tmp_schedule_area h3 { font-size: 12px; padding-left: 5px; }
  .tmp_schedule_area .wrap span { width: 23%; }

  /* カレンダー */
  .tmp_calendar_area .cal-list__item { display: flex; justify-content: space-between; padding-top: 35px; padding-bottom: 35px; }
  .tmp_calendar_area .cal-list__item__wrap__01 { flex-wrap: nowrap; }
  .tmp_calendar_area .cal-list__item__cell__01 { padding-right: 40px; }
  .tmp_calendar_area .cal-list__item__cell__01__label { font-size: 18px; }
  .tmp_calendar_area .cal-list__item__cell__01__rank { font-size: 50px; }
  .tmp_calendar_area .cal-list__item__cell__02 { max-width: 100%; }
  .tmp_calendar_area .cal-list__item__title { font-size: 24px; }
  .tmp_calendar_area .cal-list__item__data { padding-left: 10px; }
  .tmp_calendar_area .cal-list__item__data__dt { font-size: 14px; }
  .tmp_calendar_area .cal-list__item__data__dd { font-size: 12px; }
  .tmp_calendar_area .cal-list__item__data__dd span {  }
  .tmp_calendar_area .cal-list__item__cell__03 { width: 200px; }
  .tmp_calendar_area .cal-list__item__cell__03 .tmp_btn { display: block; margin-top: 0; margin-bottom: 0; }
  .tmp_calendar_area .cal-list__item__cell__03 .tmp_btn a { font-size: 12px; width: auto; margin-right: 0; margin-left: 0; }
  .tmp_calendar_area .cal-list__item__cell__03 .tmp_btn a + a { margin-top: 5px; }

  /* スペック */
  .tmp_car-spec { margin-top: 50px; }
  .tmp_car-spec th,
  .tmp_car-spec td { font-size: 11px; }

  /* ドライバー */
  .tmp_driver_area { margin-top: 50px; }
  .driver-list--item + .driver-list--item { margin-top: 80px; }
  .driver-list--name { font-size: 22px; margin-bottom: 5px; }
  .driver-list--prof { margin-top: 20px; }
  .driver-list--prof p { font-size: 12px; }
  .driver-list--data { display: flex; justify-content: space-between; }
  .driver-list--info { width: 50%; }
  .driver-list--history { width: 45%; margin-top: 0; }
  .driver-list--history p { font-size: 14px; }
  .driver-list--history ul li dl dt,
  .driver-list--history ul li dl dd { font-size: 14px; }
  .driver-list--history .tglbox p { margin: 0; font-size: 16px; }

  /* チーム */
  .tmp_driver_area { margin-top: 30px; }
  .team-list { margin-right: -10px; margin-left: -10px; }
  .team-list--item { width: 33.3333%; padding-right: 10px; padding-left: 10px; }
  .team-list--item + .team-list--item { margin-top: 0; }
  .team-list--item:nth-of-type(n+4) { margin-top: 30px; }
  .team-list--item dl dd { font-size: 22px; }
  .team-list--item dl dd span { font-size: 12px; }

  /* スペシャル */
  .tmp_special_area a:hover { opacity: .7; }
  .tmp_special_area .meta time { font-size: 12px; }
  .tmp_special_area .meta h3 { font-size: 14px; }
  .tmp_special_area .content-columns .wrap img { width: 100%; }
  .tmp_special_area .content-columns  .meta h3 { font-size: 24px; }
  .tmp_special_area .content-3columns .articles { display: flex; flex-wrap: wrap; margin-right: -10px; margin-left: -10px; }
  .tmp_special_area .content-3columns .articles  article { width: 33.3333%; padding-right: 10px; padding-left: 10px; }

  /* スポンサー */
  .tmp_sponsor_area .spo-list__item { display: flex; justify-content: space-between; align-items: center; padding-top: 25px; }
  .tmp_sponsor_area .spo-list__item__wrap__01 { justify-content: flex-start; }
  .tmp_sponsor_area .spo-list__item__cell__01 { width: 176px; padding-left: 0; }
  .tmp_sponsor_area .spo-list__item__cell__02 { width: calc(100% - 176px); padding-left: 50px; }
  .tmp_sponsor_area .spo-list__item__title { font-size: 20px; }
  .tmp_sponsor_area .spo-list__item__cell__03 { width: 200px; }
  .tmp_sponsor_area .spo-list__item__cell__03 .tmp_btn { flex-direction: column; margin: 0; }
  .tmp_sponsor_area .spo-list__item__cell__03 .tmp_btn a { width: 100%; }
  .tmp_sponsor_area .spo-list__item__cell__03 .tmp_btn a + a { margin-top: 5px; }

  /* シーズン */
  .tmp_season_area a { display: block; }
  .tmp_season_area a:hover { opacity: .7; }
  .tmp_season_area .sea-list { display: flex; justify-content: space-between; flex-wrap: wrap; margin-right: -20px; margin-left: -20px; }
  .tmp_season_area .sea-list--item { padding-right: 20px; padding-left: 20px; width: 50%; }
  .tmp_season_area .sea-list--item:first-child { width: 100%; }
  .tmp_season_area .sea-list--item + .sea-list--item { margin-top: 50px; }
  .tmp_season_area .sea-list--item img { width: 100%; }
  .tmp_season_area .sea-list--item--txt { font-size: 24px; margin-top: 20px; }

  /* お問い合わせ */
  .contact-box p { font-size: 14px; line-height: 2; }
  .contact-box .logo { padding: 0; border: none; margin-top: -45px; margin-bottom: 0; }

  /* 関連トピックス */
  .tmp_relation_topics { padding-top: 30px; padding-bottom: 30px; }
  .tmp_relation_topics dl { display: flex; align-items: flex-start; }
  .tmp_relation_topics dt { font-size: 16px; border-left-width: 3px; margin-bottom: 0; min-width: 150px; }
  .tmp_relation_topics dd { padding-left: 40px; }
  .tmp_relation_topics .tmp_relation_topics-title { font-size: 14px; }
  .tmp_relation_topics .tmp_relation_topics-caption { font-size: 12px; }
  .tmp_relation_topics li { padding-left: 16px; }
  .tmp_relation_topics li:before { width: 4px; height: 4px; top: 8px; }

  .tmp_relation_topics.tandem { margin-top: 80px; }
  .tmp_relation_topics.tandem dl { display: block; }
  .tmp_relation_topics.tandem dt { margin-bottom: 25px; }
  .tmp_relation_topics.tandem dd { padding-left: 0; }

  /* 右カラム */
  .tmp_column_right { width: 320px; }
  .tmp_column_right .side-title { font-size: 30px; }

  .tmp_column_right .news-list a:hover { opacity: .7; }
  .tmp_column_right .news-list .text p,
  .tmp_column_right .news-list .text time { font-size: 12px; }

  .tmp_column_right .calendar .cal-date,
  .tmp_column_right .calendar .location { font-size: 12px; }
  .tmp_column_right .calendar .cal-title { font-size: 14px; }

  .tmp_column_right .calendar { display: inherit; }

  /* フッタカラム */
  .tmp_column_bottom { padding-top: 80px; padding-bottom: 80px; margin-top: 120px; border-top-width: 10px; }
  .tmp_column_bottom .bottom-title { padding-top: 0; }
  .tmp_column_bottom .bottom-title .svg_ttl { height: 27px; }
  .tmp_column_bottom .link-list { display: flex; flex-wrap: wrap; margin-right: -10px; margin-left: -10px; }
  .tmp_column_bottom .link-list li { width: 25%; padding-right: 10px; padding-left: 10px; }
  .tmp_column_bottom .link-list li + li { margin-top: 0; }
  .tmp_column_bottom .link-list li:nth-of-type(n+5) { margin-top: 30px; }
  .tmp_column_bottom .link-list a { display: block; }
  .tmp_column_bottom .link-list a:hover { opacity: .7; }
  .tmp_column_bottom .link-list figcaption { color: #000; font-size: 12px; }
  .tmp_column_bottom .sponser-menu li { width: 14.28571%; }
  .tmp_column_bottom .rallychallenge-partner .sponser-menu li { width: 16.66667%; }
  .tmp_column_bottom .sponser-menu a { transition: opacity .3s linear .1s; }
  .tmp_column_bottom .sponser-menu a:hover { transition: opacity .2s cubic-bezier(0, .45, .45, 1); opacity: .6; }
}

/* モーダルウィンドウ */
@media screen and (max-width: 768px) {
  #modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 1000; }
  #modal .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); }
  #modal .close { position: absolute; top: 10px; right: 10px; color: transparent; font-size: 0; content: ''; display: block; width: 43px; height: 43px; background-position: center center; background-repeat: no-repeat; background-image: url("../png/close-2.png"); -webkit-background-size: 20px; -moz-background-size: 20px; background-size: 20px; opacity: 1; -ms-filter: none; filter: none; }
  #modal .modal-wrap { position: relative; }
  #modal .modal-wrap > a { font-size: 0; margin-top: -22px; color: transparent; }
  #modal .modal-wrap > a:after { content: ''; display: block; width: 45px; height: 45px; background-position: center center; background-repeat: no-repeat; -webkit-background-size: 30px; -moz-background-size: 30px; background-size: 30px; opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }
  #modal .modal-wrap > a:after:hover:after { opacity: 1; -ms-filter: none; filter: none; }
  #modal .modal-wrap > a.next { position: absolute; top: 50%; right: -50px; }
  #modal .modal-wrap > a.next:after { background-image: url("../png/arrow_02-2.png"); }
  #modal .modal-wrap > a.prev { position: absolute; top: 50%; left: -50px; }
  #modal .modal-wrap > a.prev:after { background-image: url("../png/arrow_01-2.png"); }
}

@media screen and (min-width: 769px) {
  #modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 1000; }
  #modal .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); }
  #modal .close { position: absolute; top: 40px; right: 40px; color: transparent; font-size: 0; content: ''; display: block; width: 43px; height: 43px; background-position: center center; background-repeat: no-repeat; background-image: url("../png/close-2.png"); opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }
  #modal .close:hover { opacity: 1; -ms-filter: none; filter: none; }
  #modal .modal-wrap { position: relative; }
  #modal .modal-wrap >a { font-size: 0; margin-top: -22px; color: transparent; }
  #modal .modal-wrap >a:after { content: ''; display: block; width: 45px; height: 45px; background-position: center center; background-repeat: no-repeat; opacity: 0.75; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); }
  #modal .modal-wrap >a:after:hover:after { opacity: 1; -ms-filter: none; filter: none; }
  #modal .modal-wrap >a.next { position: absolute; top: 50%; right: -70px; }
  #modal .modal-wrap >a.next:after { background-image: url("../png/arrow_02-2.png"); }
  #modal .modal-wrap >a.prev { position: absolute; top: 50%; left: -70px; }
  #modal .modal-wrap >a.prev:after { background-image: url("../png/arrow_01-2.png"); }
  #modal.iframe .modal-wrap { position: absolute; top: 50%; left: 50%; width: 60%; margin-top: -18%; margin-left: -30%; }
  #modal.iframe .modal-wrap:after { content: ''; display: block; padding-top: 60%; }
  #modal.iframe .modal-wrap .modal-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; }
  #modal.iframe .modal-wrap .modal-content .info { display: none; position: relative; text-align: left; margin-bottom: 40px; }
  #modal.iframe .modal-wrap .modal-content .info:after { position: absolute; bottom: -15px; left: 0; content: ''; display: block; height: 1px; width: 23px; background-color: #fff; }
  #modal.iframe .modal-wrap .modal-content .info time { font-size: 10px; color: #999; }
  #modal.iframe .modal-wrap .modal-content .info .title { color: #eee; font-size: 22px; line-height: 30px; margin-top: 5px; }
  #modal.iframe .modal-wrap .modal-content .wrap { position: relative; width: 100%; height: 100%; }
  #modal.iframe .modal-wrap .modal-content .wrap:after { content: ''; display: block; padding-top: 56%; }
  #modal.iframe .modal-wrap .modal-content .wrap img { height: 100%; width: auto; vertical-align: middle; }
  #modal.iframe .modal-wrap .modal-content iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}



/* TC 20190328 */
.tmp_has_no_bottom .tgr_2019-inner > .tmp_column_bottom { display: none; }

@media screen and (min-width: 769px) {
  .tmp_has_no_bottom .content_bottom { margin-top: 120px; }
  .tmp_has_no_bottom .content_bottom + .content_bottom { margin-top: 0; }
}

/* TC 20190405 */
.tmp_column_right .nurburgring .calendar,
.tmp_column_right .tdp .calendar,
.tmp_column_right .challengeprogram_rally .calendar {
  display: none;
}



/**************/
/* レポートページ */
/**************/
/* #archive-ribbon { display: none; } */
.kv_tmp_heading.kv_report .kv_title h1 { font-family: 'DecimaMonoPro', sans-serif; font-size: 40px; font-size: 10.6666vw; line-height: 1.1; letter-spacing: -.025em; padding-top: 0; padding-left: 6%; transform: skew(-8deg); transform-origin: bottom; margin-bottom: 3px; }
.kv_tmp_heading.kv_report .kv_title h1 .kv_caption { font-size: 14px; font-size: 3.7333vw; line-height: 1; letter-spacing: normal; display: block; padding-left: .25em; margin-bottom: -.5em; }
.kv_tmp_heading.kv_report .kv_title h1 .kv_caption + .font { margin-top: .25em; }
.kv_tmp_heading.kv_report .kv_title h1 .font { display: block; }
.kv_tmp_heading.kv_report .kv_title h1 .font + .font { margin-top: -.5em; }
.kv_tmp_heading.kv_report .kv_title h1:before { transform: skew(-7deg); top: 0; bottom: 5vw; }
.kv_tmp_heading.kv_report .kv_title h1 + p { margin: .5em 0 0 2em; }

.tmp_visual_second { margin-bottom: 40px; }

@media screen and (min-width: 768px) {
  .kv_tmp_heading.kv_report .kv_title h1 { font-size: 56px; padding-left: 30px; margin-bottom: -5px; }
  .kv_tmp_heading.kv_report .kv_title h1 .kv_caption { font-size: 18px; }
  .kv_tmp_heading.kv_report .kv_title h1 .kv_caption + .font { margin-top: .2em; }
  .kv_tmp_heading.kv_report .kv_title h1 .font { display: inline-block; }
  .kv_tmp_heading.kv_report .kv_title h1:before { top: 3px; bottom: 20px; }
  .kv_tmp_heading.kv_report .kv_title h1 + p { margin-left: 0; }

  .tmp_visual_second { margin-bottom: 60px; }
}

/* ラウンドメニュー */
.round-navi_head { position: fixed; z-index: 10; background-color: #fff; }
.round-navi_head .series_name p { line-height: 1.5; }

@media screen and (max-width: 768px) {
  .header-hide .round-navi_head { -webkit-transform: translateY(-50px); transform: translateY(-50px); }
  .round-navi_head { top: 100px; -webkit-transition: transform .2s linear; transition: transform .2s linear; }
  .round-navi_head .current-round { font-family: 'DecimaMonoPro', sans-serif; font-size: 20px; font-style: italic; padding: 0 15px; height: 50px; display: flex; align-items: center; position: relative; z-index: 1; background-color: #fff; border-bottom: 1px solid #e5e5e5; }
  .round-navi_head .current-round:after { content: ""; width: 5px; height: 5px; transform: translateY(-50%) rotate(45deg); position: absolute; top: 50%; right: 22px; border-bottom: 2px solid #e60010; border-right: 2px solid #e60010; -webkit-transition: transform .3s; transition: transform .3s; }
  .round-navi_head .menu-list ul { display: flex; flex-wrap: wrap; padding: 0 15px; position: absolute; background-color: #fff; -webkit-transition: transform .5s; transition: transform .5s;  transform: translateY(-100vh) !important; border-bottom: 1px solid #e5e5e5; }
  .round-navi_head .menu-list li { padding: 0 15px; width: 50%; margin-bottom: -1px; }
  .round-navi_head .menu-list a, .round-navi_head .menu-list .series_name p { font-family: 'DecimaMonoPro'!important; font-size: 14px; font-size: 3.7333vw; font-style: italic; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; height: 50px; color: #000; border-bottom: 1px solid #e5e5e5; position: relative; }
  .round-navi_head .menu-list a:not(.nolink):after { display: block; width: 18px; height: 24px; content: ""; position: absolute; top: 50%; right: 15px; left: auto; transform: translateY(-50%) scale(0.5); background-image: url(../svg/btn_arrow-2.svg); }
  .round-navi_head .current-round.open:after { transform: translateY(-50%) rotate(-135deg); }
  .round-navi_head .current-round.open ~ .scroll_inr ul { transform: translateY(0) !important; }
  .round-navi_head .current-1 .menu1, .round-navi_head .current-2 .menu2, .round-navi_head .current-3 .menu3,
  .round-navi_head .current-4 .menu4, .round-navi_head .current-5 .menu5, .round-navi_head .current-6 .menu6,
  .round-navi_head .current-7 .menu7, .round-navi_head .current-8 .menu8, .round-navi_head .current-9 .menu9,
  .round-navi_head .current-10 .menu10, .round-navi_head .current-12 .menu12, .round-navi_head .current-13 .menu13,
  .round-navi_head .current-14 .menu14, .round-navi_head .current-15 .menu15, .round-navi_head .current-16 .menu16,
  .round-navi_head .current-17 .menu17, .round-navi_head .current-18 .menu18, .round-navi_head .current-19 .menu19,
  .round-navi_head .current-20 .menu20 { display: none; }
  .round-navi_head .menu-list a.nolink { color: #ccc; }
}

@media screen and (min-width: 769px) {
  .has-head_round .tmp_column_right { padding-top: 80px; }

  .header-hide .round-navi_head { -webkit-transform: translateY(-70px); transform: translateY(-70px); }
  .round-navi_head .current-round { display: none; }
  .round-navi_head { top: 131px; -webkit-transition: .3s; transition: .3s; border-bottom: 1px solid #e5e5e5; }
  .round-navi_head ul { font-family: 'DecimaMonoPro', sans-serif; font-style: italic; display: flex; flex-wrap: nowrap; }
  .round-navi_head li { position: relative; margin-bottom: -1px; }
  .round-navi_head li:before { content: ""; width: 1px; height: 16px; background-color: #e5e5e5; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
  .round-navi_head li:last-child:after { content: ""; width: 1px; height: 16px; background-color: #e5e5e5; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
  .round-navi_head a, .round-navi_head .series_name p { color: #000; display: block; padding: 20px; }
  .round-navi_head a.nolink { color: #ccc; }

  .round-navi_head a:not(.nolink):hover,
  .round-navi_head .current-0 .menu0 a,
  .round-navi_head .current-1 .menu1 a,
  .round-navi_head .current-2 .menu2 a,
  .round-navi_head .current-3 .menu3 a,
  .round-navi_head .current-4 .menu4 a,
  .round-navi_head .current-5 .menu5 a,
  .round-navi_head .current-6 .menu6 a,
  .round-navi_head .current-7 .menu7 a,
  .round-navi_head .current-8 .menu8 a,
  .round-navi_head .current-9 .menu9 a,
  .round-navi_head .current-10 .menu10 a,
  .round-navi_head .current-11 .menu11 a,
  .round-navi_head .current-12 .menu12 a,
  .round-navi_head .current-13 .menu13 a,
  .round-navi_head .current-14 .menu14 a,
  .round-navi_head .current-15 .menu15 a,
  .round-navi_head .current-16 .menu16 a,
  .round-navi_head .current-17 .menu17 a,
  .round-navi_head .current-18 .menu18 a,
  .round-navi_head .current-19 .menu19 a,
  .round-navi_head .current-20 .menu20 a { color: #e60010; box-shadow: inset 0px -4px 0px 0px rgba(232,23,38,1); }
  .round-navi_head a.nolink { pointer-events: none; }
}

/* ローカルレポートナビ */
.tmp_localnav_report { padding-right: 3.7333%; padding-left: 3.7333%; margin-bottom: 50px; }
.tmp_localnav_report ul { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }
.tmp_localnav_report li { width: 50%; padding: 0 5px; margin-top: 10px; }
.tmp_localnav_report li:nth-of-type(-n+2) { margin-top: 0; }
.tmp_localnav_report a { color: #000; font-size: 12px; font-size: 3.2vw; font-weight: bold; text-align: center; letter-spacing: -.025em; background-color: #fff; padding: 15px 5px; border: 1px solid #e6e6e6; display: flex; justify-content: center; align-items: center; flex-direction: column; height: 100%; width: 100%; }
.tmp_localnav_report a.nolink { color: #ccc; pointer-events: none; }
.tmp_localnav_report .current-position a { color: #e60010; background-color: #e6e6e6; }

@media screen and (min-width: 769px) {
  .tmp_localnav_report { padding-right: 0; padding-left: 0; margin-bottom: 60px; }
  .tmp_localnav_report ul { margin-right: -2px; margin-left: -2px; position: relative; }
  .tmp_localnav_report li { width: 20%; padding: 0; padding-right: 2px; padding-left: 2px; margin-top: 4px; }
  .tmp_localnav_report li:nth-of-type(-n+5) { margin-top: 0; }
  .tmp_localnav_report a { font-size: 14px; width: 100%; height: 100%; }
  .tmp_localnav_report a:hover,
  .tmp_localnav_report .current-position a { color: #e60010; background-color: #e6e6e6; }
}

/* フォト＆ムービー */
.content-ranking { margin-top: 30px; }
.content-ranking .ranking-menu { display: flex; text-align: center; margin-bottom: 20px; }
.content-ranking .ranking-menu li { width: 100%; padding-right: 3px; padding-left: 3px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.content-ranking .ranking-menu li:first-child { border-left: 1px solid #ccc; }
.content-ranking .ranking-menu a { color: #000; font-size: 12px; font-size: 3.2vw; font-weight: bold; padding: 15px 0; display: block; position: relative; }
.content-ranking .ranking-menu li.active a { color: #e60010; box-shadow: inset 0px -5px 0px 0px rgba(232,23,38,1); }
.content-ranking .photo-content { display: none; }
.content-ranking .photo-content.active { display: block; }
.content-ranking .tgrphotogallery { display: flex; flex-wrap: wrap; margin-right: -3px; margin-left: -3px; }
.content-ranking .tgrphotogallery li { width: 50%; padding-right: 3px; padding-left: 3px; margin-bottom: 6px; }
.content-ranking .tgrphotogallery li.facebookcover { width: 100%; }
.content-ranking .tgrphotogallery a { color: #000; display: block; }
.content-ranking .wallpaper_explain { margin-top: 30px; }
.content-ranking .wallpaper_explain h3 { font-weight: bold; }
.content-ranking .wallpaper_explain h4 { margin-top: 1em; font-weight: bold; }
.content-ranking .YoutubeWrapper { position: relative; padding-top: 56.25%; }
.content-ranking .YoutubeWrapper + .YoutubeWrapper { margin-top: 30px; }
.content-ranking .YoutubeWrapper iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
#cboxNext:hover, #cboxPrevious:hover {background-position: inherit;}

@media screen and (min-width: 769px) {
  .content-ranking { margin-top: 40px; }
  .content-ranking .ranking-menu { margin-bottom: 30px; }
  .content-ranking .ranking-menu li { padding-right: 10px; padding-left: 10px; border-top-color: #e5e5e5; border-right-color: #e5e5e5; }
  .content-ranking .ranking-menu li:not(.active) { border-bottom: 1px solid #e5e5e5; }
  .content-ranking .ranking-menu li:first-child {  border-left-color: #e5e5e5; }
  .content-ranking .ranking-menu a { font-size: 16px; }
  .content-ranking .ranking-menu li:hover a,
  .content-ranking .ranking-menu li.active a { box-shadow: inset 0px -3px 0px 0px rgba(232,23,38,1); }
  .content-ranking .tgrphotogallery { margin-left: 0; }
  .content-ranking .tgrphotogallery li { width: 25%; padding-left: 0; }
  .content-ranking .tgrphotogallery li.facebookcover { width: 50%; }
}

/* イベント情報 */
.tmp_event_area { margin-top: 30px; }
.tmp_event_box + .tmp_event_box { margin-top: 35px; }
.tmp_event_item + .tmp_event_item { margin-top: 20px; }
.tmp_event_box .tmp_page-subtitle { font-size: 18px; font-size: 4.8vw; margin-bottom: 20px; }
.tmp_event_box .btn_enlargement { display: inline-block; margin-top: 10px; }
.tmp_event_box .btn_enlargement a { color: #000; font-size: 12px; font-size: 3.2vw; font-weight: bold; text-align: center; display: block; padding: 12px 42px; background-color: #eee; position: relative; }
.tmp_event_box .btn_enlargement a:before { content: ""; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); width: 10px; height: 2px; background-color: #e60010; }
.tmp_event_box .btn_enlargement a:after { content: ""; position: absolute; top: 50%; right: 19px; transform: translateY(-50%); width: 2px; height: 10px; background-color: #e60010; }
.tmp_event_box .tmp_event_photo { margin-bottom: 20px; }
.tmp_event_box .tmp_event_detail .tmp_event_title { font-size: 14px; font-size: 3.7333vw; font-weight: bold; background-color: #f5f5f5; padding: 10px 12px; }
.tmp_event_box .tmp_event_detail .tmp_event_text { margin-top: 15px; margin-bottom: 15px; }
.tmp_event_box .tmp_event_detail table { width: 100%; }
.tmp_event_box .tmp_event_detail tr + tr { border-top: 1px solid #f5f5f5; }
.tmp_event_box .tmp_event_detail th,
.tmp_event_box .tmp_event_detail td { font-size: 12px; font-size: 3.2vw; text-align: left; padding: 15px 0; }
.tmp_event_box .tmp_event_detail th { color: #666; width: 20%; }
.tmp_event_box .tmp_event_detail .time-table th,
.tmp_event_box .tmp_event_detail .time-table td { padding: 5px 0; }
.tmp_event_box .tmp_event_detail .time-table tr:first-child { background-color: #f5f5f5; }
.tmp_event_box .tmp_event_detail .red { color: #e60010; }
.tmp_event_box .tmp_event_detail p { font-size: 12px; font-size: 3.2vw; }
.tmp_event_box .tmp_event_detail strong { font-weight: bold; }
.tmp_event_box .tmp_event_detail .caution { font-size: 10px; font-size: 2.6666vw; margin-top: 1em; }
.tmp_event_box .tmp_event_detail .tmp_btn { margin-top: 1em; }
.page_report .tmp_table_area { margin-right: -5vw; margin-left: -5vw; }
.page_report .tmp_table_area .tmp_table_wrap { padding-right: 5%; padding-left: 5%; }
.page_report .tmp_table_area .dammy { width: 5vw; padding: 0; border: none; background-color: #fff; }
.page_report .tmp_table_area th,
.page_report .tmp_table_area td { text-align: left; padding-right: 4px; padding-left: 4px; border-left: none; border-right: none; }

@media screen and (min-width: 769px) {
  .tmp_event_area { margin-top: 40px; }
  .tmp_event_box + .tmp_event_box { margin-top: 60px; }
  .tmp_event_item { display: flex; justify-content: space-between; }
  .tmp_event_item + .tmp_event_item { margin-top: 30px; }
  .tmp_event_box .tmp_page-subtitle { font-size: 24px; margin-bottom: 30px; }
  .tmp_event_box .btn_enlargement a { font-size: 14px; }
  .tmp_event_box .btn_enlargement a:hover { color: #fff; background-color: #000; }
  .tmp_event_box .tmp_event_photo { width: 47.5%; }
  .tmp_event_box .tmp_event_detail { width: 47.5%; }
  .tmp_event_box .tmp_event_detail .tmp_event_title { font-size: 14px; }
  .tmp_event_box .tmp_event_detail .tmp_event_text { margin-top: auto; }
  .tmp_event_box .tmp_event_detail td { font-size: 14px; }
  .tmp_event_box .tmp_event_detail th { color: #000; font-size: 14px; }
  .tmp_event_box .tmp_event_detail .time-table th,
  .tmp_event_box .tmp_event_detail .time-table td { font-size: 12px; }
  .tmp_event_box .tmp_event_detail p { font-size: 14px; }
  .tmp_event_box .tmp_event_detail .caution { font-size: 11px; }
  .page_report .tmp_table_area { margin: auto; }
  .page_report .tmp_table_area .tmp_table_wrap { padding: 0; }
  .page_report .tmp_table_area .dammy { display: none; }
}




/*********************************/
/* 新規テンプレート（.tgr_2023） */
/*********************************/
@media (max-width: 768px) {
  .tgr_2023 .pc-only {
    display: none;
  }
}
@media (min-width: 769px) {
  .tgr_2023 .sp-only {
    display: none;
  }
}


.tgr_2023 .visual_view {
  margin-bottom: 60px;
  border-bottom: 15px solid #f2f2f2;
}
.tgr_2023 .visual_view .kv_title {
  padding: 93.5% 0 5% 8%;
}
.tgr_2023 .visual_view .kv_title h1 {
  margin-bottom: 20px;
}
.tgr_2023 .visual_view .kv_title h1 + p {
  font-weight: normal;
}


@media (min-width: 769px) {
  .tgr_2023 .visual_view {
    margin-bottom: 80px;
    border-bottom: none;
  }
  .tgr_2023 .visual_view .kv .kv_title {
    padding: 0;
    text-align: center;
  }
  .tgr_2023 .visual_view .kv_title h1 {
    display: inline-block;
    padding-top: 0;
    padding-left: 50px;
    margin-bottom: 35px;
  }
  .tgr_2023 .visual_view .kv_title h1 .svg_ttl {
    height: 58px;
  }
  .tgr_2023 .visual_view .kv .kv_title h1 + p {
    font-size: 14px;
    line-height: 1.85;
    white-space: nowrap;
    padding-left: 0;
  }
}


.tgr_2023 .keyvisual {
  margin-bottom: 60px;
  width: 100%;
  height: calc( 370 / 375 * 100vw);
  background-position: center center;
  background-size: cover;
}
.tgr_2023 .keyvisual__inner {
  width: calc( 100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
}
.tgr_2023 .keyvisual__inner h1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 70px;
}

@media (min-width: 769px) {
  .tgr_2023 .keyvisual {
    margin-bottom: 80px;
    height: 558px;
  }
  .tgr_2023 .keyvisual__inner {
    width: 90%;
  }
  .tgr_2023 .keyvisual__inner h1 {
    padding-top: 35px;
    padding-left: 10px;
  }
}


.tgr_2023 h1.en,
.tgr_2023 h2.en,
.tgr_2023 h3.en,
.tgr_2023 h4.en,
.tgr_2023 h5.en,
.tgr_2023 h6.en {
  font-family: 'DecimaMonoPro';
  font-style: italic;
}
.tgr_2023 [class*=title-wrapper] > * + p {
  margin: 1em 0 0;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: bold;
}

@media (min-width: 769px) {
  .tgr_2023 [class*=title-wrapper] > * + p {
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  .tgr_2023 h2.heading .svg_ttl {
    position: static;
    height: 28px;
    height: 8vw;
  }
}

.tgr_2023 *:not(.tmp_title-wrapper) > h2.heading,
.tgr_2023 .tmp_title-wrapper {
  margin-bottom: 6vw;
}
.tgr_2023 h2.heading.line4_2:before {
  width: 10%;
  background-color: #e60010;
  clip-path: polygon(0 100%, calc(100% - 3px) 0, 100% 0%, 3px 100%);
  border: none;
  transform: none;
}
.tgr_2023 [class*=title-wrapper] > .heading + p {
  padding-left: 5%;
}
.tgr_2023 [class*=title-wrapper] > [class*=title] + p {
  margin-top: 0;
}
.tgr_2023 [class*=title-wrapper] .heading.line4_2 + p {
  padding-left: 14%;
}

@media (max-width: 768px) {
  .tgr_2023 h2.heading:not(.line4_2) {
    padding: 0 0 0 5%;
  }
}

@media (min-width: 769px) {
  .tgr_2023 *:not(.tmp_title-wrapper) > h2.heading,
  .tgr_2023 .tmp_title-wrapper {
    margin-bottom: 35px;
  }
  .tgr_2023 h2.heading.line4_2:before {
    width: 25px;
    clip-path: polygon(0 100%, calc(100% - 4px) 0, 100% 0%, 4px 100%);
  }
  .tgr_2023 [class*=title-wrapper] > h2.heading + p {
    padding-left: 30px;
  }
  .tgr_2023 [class*=title-wrapper] h2.heading.line4_2 + p {
    padding-left: 50px;
  }
}

.tgr_2023 .tmp_page-subtitle {
  margin-bottom: 0;
}
.tgr_2023 *:not(.tmp_subtitle-wrapper) > h3,
.tgr_2023 .tmp_subtitle-wrapper {
  margin-bottom: 3.4vw;
}
.tgr_2023 .tmp_page-subtitle.noborder {
  padding: 0;
  border: none;
}
.tgr_2023 .tmp_page-subtitle.noborder:before {
  content: none;
}
.tgr_2023 .tmp_page-subtitle.center {
  text-align: center;
  font-size: 30px;
  font-size: 5.7vw;
}
.tgr_2023 .tmp_page-subtitle.en {
  font-size: 35px;
  font-size: 7vw;
}

@media (min-width: 769px) {
  .tgr_2023 *:not(.tmp_subtitle-wrapper) > h3,
  .tgr_2023 .tmp_subtitle-wrapper {
    margin-bottom: 20px;
  }
  .tgr_2023 .tmp_page-subtitle.center {
    font-size: 28px;
  }
  .tgr_2023 .tmp_page-subtitle.en {
    font-size: 32px;
  }
}


@media (max-width: 768px) {
  .tgr_2023 .tmp_article_image {
    display: flex;
    flex-direction: column;
  }
  .tgr_2023 .tmp_article_image .photo_sp_top {
    order: -1;
    margin-bottom: 30px;
  }
  .tgr_2023 .tmp_article_image .photo_sp_bottom {
    order: 1;
  }
}

@media (min-width: 769px) {
  .tgr_2023 .tmp_article_image {
    align-items: center;
  }
  .tgr_2023 .tmp_article_image .tmp_text-box {
    width: 47.5%;
  }
  .tgr_2023 .tmp_article_image .tmp_text-box p {
    width: 100%;
  }
  .tgr_2023 .tmp_article_image .photo_pc_left {
    order: -1;
  }
  .tgr_2023 .tmp_article_image .photo_pc_right {
    order: 1;
  }
}


.tgr_2023 .horizontal_navlist {
  width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #CBCBCB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tgr_2023 .horizontal_navlist > li {
  width: 200px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tgr_2023 .horizontal_navlist > li > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0 0 1.6em;
  font-size: 12px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6em;
}
.tgr_2023 .horizontal_navlist > li > a:hover {
  color: #E60010;
}
.tgr_2023 .horizontal_navlist > li > a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #E60010;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .tgr_2023 .horizontal_nav {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .tgr_2023 .horizontal_nav::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tgr_2023 .horizontal_navlist{
    width: 100%;
  }
  .tgr_2023 .horizontal_navlist > li {
    width: calc( 6 / 10 * 100%);
  }
}


.tgr_2023 .card-box .card_info {
  border-bottom-color: transparent;
}


.tgr_2023 .mscat-special {
  border-bottom-width: 1px;
  border-bottom: 1px solid #b4b4b4;
}
.tgr_2023 .mscat-special + .mscat-special {
  border: none;
}
.tgr_2023 .slick-slider.tpl__slider {
  max-width: 1160px;
  margin: auto;
}
.tgr_2023 .slick-slider.tpl__slider .slick-prev {
  width: 30px;
  left: -25px;
}
.tgr_2023 .slick-slider.tpl__slider .slick-next {
  width: 30px;
  right: -25px;
}
.tgr_2023 .slick-slider.tpl__slider .slick-prev:before, .slick-slider.tpl__slider .slick-prev::after {
  top: 34%;
  left: 0;
  background-color: #000;
}
.tgr_2023 .slick-slider.tpl__slider .slick-next:before, .slick-slider.tpl__slider .slick-next::after {
  top: 34%;
  right: 0;
  background-color: #000;
}

@media screen and (max-width: 1235px) {
  .tgr_2023 .slick-slider.tpl__slider {
    width: 94%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .tgr_2023 .mscat-special .slider_special .ttl {
    font-size: 16px;
  }
}


.tgr_2023 .card-box .card_text.no_card_foot {
  padding-bottom: 0;
}
.tgr_2023 .card-box .card_info .go_list {
  margin-top: 1em;
  padding: 0;
}

@media (max-width: 768px) {
  .tgr_2023 .card-box .card_info .go_list {
    margin-bottom: 1em;
  }
}


.tgr_2023 .card-box-list.card-box .card_info {
  border: none;
  margin-bottom: 30px;
}
.tgr_2023 .card-box-list.card-box .card_info a {
  display: block;
}
.tgr_2023 .card-box-list.card-box .card_info a:hover {
  opacity: .7;
}
.tgr_2023 .card-box-list.card-box .card_image {
  border: 1px solid #ddd;
}
.tgr_2023 .card-box-list.card-box .card_category {
  left: 0;
}
.tgr_2023 .card-box-list.card-box .card_ttl {
  margin: 0;
  padding-left: .5em;
  border-left: 3px solid #e60010;
}
.tgr_2023 .card-box-list.card-box .card_caption {
  color: #7f7f7f;
  font-family: 'DecimaMonoPro', sans-serif;
  padding-left: .8em;
  border-left: 3px solid #e60010;
  font-weight: bold;
  margin: 0;
}
.tgr_2023 .card-box-list.card-box .add_text {
  margin-top: 10px;
}

@media (min-width: 769px) {
  .tgr_2023 .card-box-list.card-box .add_text {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .tgr_2023 .card-box-list.card-box .card_ttl {
    font-size: 3.8vw;
  }
}


.tgr_2023 .card-box-division.card-box {
  width: 95%;
  margin: 0 2.5%;
}
.tgr_2023 .card-box-division.card-box .card_inr {
  margin: 0 10px;
}
.tgr_2023 .card-box-division.card-box .card_image {
  border: 1px solid #ddd;
}
.tgr_2023 .card-box-division.card-box .card_text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tgr_2023 .card-box-division.card-box .card_ttl {
  line-height: 1.4;
}

@media (min-width: 769px) {
  .tgr_2023 .card-box-division.card-box {
    width: 100%;
    margin: 0;
  }
  .tgr_2023 .card-box-division.card-box .card_inr {
    margin: 0;
  }
}


.tgr_2023 .card-news-list.card-box .card_label {
  font-family: DecimaMonoPro, YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック ProN", Meiryo, メイリオ, sans-serif;
  color: #e60010;
}
.tgr_2023 .card-news-list.card-box .card_label > li + li:before {
  content: ",";
  color: #a3a3a3;
}

@media (max-width: 768px) {
  .tgr_2023 .card-news-list.card-box .card_label > li {
    line-height: 1;
    letter-spacing: -0.1em;
  }
  .tgr_2023 .card-news-list.card-box .card_inr {
    display: flex;
    justify-content: space-between;
  }
  .tgr_2023 .card-news-list.card-box .card_ttl {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: bold;
    margin-bottom: 0;
  }
  .tgr_2023 .card-news-list.card-box .card_date {
    font-family: 'DecimaMonoPro', sans-serif;
    color: #a3a3a3;
    font-size: 12px;
    font-size: 3.2vw;
    display: block;
    position: relative;
    padding-right: 0.5em;
    margin-right: 0.5em;
  }
  .tgr_2023 .card-news-list.card-box .card_label > li.lang-jp {
    font-size: 11px;
    font-size: 2.9333vw;
  }
  .tgr_2023 .card-news-list.card-box .card_label > li.lang-en {
    font-size: 12px;
    font-size: 3.2vw;
  }
  .tgr_2023 .card-news-list.card-box .sp_horizontal .card_info {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .tgr_2023 .card-news-list.card-box .sp_horizontal .card_image {
    width: 34.5%;
  }
  .tgr_2023 .card-news-list.card-box .sp_horizontal .card_text {
    width: 65.5%;
    padding: 0 0 0 3%;
  }
  .tgr_2023 .card-news-list.card-box .sp_horizontal .card_date:after {
    content: "";
    border-left: 1px solid #b2b2b2;
    width: 1px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
  }
  .tgr_2023 .card-news-list.card-box .sp_vertical .card_info {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 0;
  }
  .tgr_2023 .card-news-list.card-box .sp_vertical .card_inr {
    flex-direction: column;
  }
  .tgr_2023 .card-news-list.card-box .sp_vertical .card_text {
    padding: 10px 0 0 0;
  }
  .tgr_2023 .card-news-list.card-box .sp_vertical .card_meta {
    padding: 0 0 7px;
  }
  .tgr_2023 .card-news-list.card-box .sp_vertical .card_foot {
    position: relative;
    right: 0;
    left: 0;
    border-top-width: 1px;
    margin-top: 15px;
    padding: 0;
  }
  .tgr_2023 .card-news-list.card-box .sp_vertical .card_more {
    padding: 10px 25px 10px 15px;
  }
}

@media (min-width: 769px) {
  .tgr_2023 .card-news-list.card-box .card_meta {
    margin-bottom: 5px;
  }
  .tgr_2023 .card-news-list.card-box .card_label > li.lang-jp {
    font-size: 13px;
  }
  .tgr_2023 .card-news-list.card-box .card_label > li.lang-en {
    font-size: 14px;
  }
}


.tgr_2023 .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tgr_2023 .img-list > li {
  width: calc(100% / 3);
}
.tgr_2023 .img-list > li > a {
  display: block;
}

@media (min-width: 769px) {
  .tgr_2023 .img-list > li {
    width: calc(100% / 7);
  }
}


.tgr_2023 .arw-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.tgr_2023 .arw-list > li {
  display: flex;
  width: 47%;
  border-bottom: 1px solid #f2f2f2;
}
.tgr_2023 .arw-list > li > .arw-link {
  display: flex;
  align-items: center;
}
.tgr_2023 .arw-list > li > .arw-link > a {
  position: relative;
  display: block;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  font-size: 3.7333vw;
}
.tgr_2023 .arw-list > li > .arw-link > a:before {
    content: "";
    width: 5px;
    height: 5px;
    transform: translateY(-60%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 2px solid #e60010;
    border-right: 2px solid #e60010;
}

@media (max-width: 768px) {
  .tgr_2023 .arw-list {
    justify-content: space-between;
  }
  .tgr_2023 .arw-list > li:nth-child(n+3) {
    margin-top: 4%;
  }
}

@media (min-width: 769px) {
  .tgr_2023 .arw-list > li {
    width: 31%;
  }
  .tgr_2023 .arw-list > li:nth-child(3n-2) {
    margin-right: 3.5%;
  }
  .tgr_2023 .arw-list > li:nth-child(3n) {
    margin-left: 3.5%;
  }
  .tgr_2023 .arw-list > li:nth-child(n+4) {
    margin-top: 2%;
  }
  .tgr_2023 .arw-list > li > .arw-link > a {
    font-size: 14px;
  }
}


.tgr_2023 .square-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.tgr_2023 .square-list > li {
  border: 1px solid rgba(0, 0, 0, .1);
  margin-right: 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}
.tgr_2023 .square-list > li > a {
  display: block;
  padding: 10px 12px;
}

@media (max-width: 870px) {
  .tgr_2023 .square-list > li {
    margin-right: 2.5vw;
    margin-top: 2.5vw;
    font-size: 3vw;
  }
  .tgr_2023 .square-list > li > a {
    padding: 2.5vw 3vw;
  }
}


.tgr_2023 .document-list > li {
  position: relative;
  padding-left: 1em;
  font-size: 3.7333vw;
}
.tgr_2023 .document-list > li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #e60010;
  position: absolute;
  top: 0.65em;
  left: 0;
}
.tgr_2023 .document-list > li > a {
  font-weight: bold;
}
.tgr_2023 .document-list > li > a.nolink {
  font-weight: normal;
  pointer-events: none;
}
.tgr_2023 .document-list > li + li {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .tgr_2023 .document-list > li {
    font-size: 16px;
  }
  .tgr_2023 .document-list > li + li {
    margin-top: 25px;
  }
}


@media (max-width: 768px) {
  .tgr_2023 .card-box .go_list {
    padding: 0;
  }
  .tgr_2023 .card-box .go_list a {
    background-color: #f2f2f2;
  }
}


.tgr_2023 .content_items > ul > li > a {
  font-weight: bold;
}
.tgr_2023 .content_items > ul > li > a.is-black1 {
  color: #fff;
  background-color: #000;
}

@media (min-width: 769px) {
  .tgr_2023 .content_items.item-2 > ul > li {
    width: 50%;
  }
}


.tgr_2023 .tmp_local_nav {
  max-width: 1200px;
  margin: 0 auto 75px;
}
.tgr_2023 .tmp_local_nav > nav > ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
}
.tgr_2023 .tmp_local_nav > nav > ul > li {
  width: 100%;
  margin-bottom: 20px;
}
.tgr_2023 .tmp_local_nav > nav > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 30px;
  font-size: 3.4666vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  background-color: #f2f2f2;
}
.tgr_2023 .tmp_local_nav > nav > ul > li > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-right: 1px solid #e73121;
  border-bottom: 1px solid #e73121;
}
.tgr_2023 .tmp_local_nav > nav > ul > li > a:hover {
  color: #e73121;
  opacity: 0.7;
}

@media (min-width: 769px) {
  .tgr_2023 .tmp_local_nav {
    width: calc(100% - 80px);
    margin-bottom: 100px;
  }
  .tgr_2023 .tmp_local_nav > nav > ul > li {
    width: 48%;
  }
  .tgr_2023 .tmp_local_nav > nav > ul > li > a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tgr_2023 .tmp_local_nav > nav {
    width: 90%;
    margin: 0 auto;
  }
}


.tgr_2023 table {
  width: 100%;
}
.tgr_2023 .minW600 {
  min-width: 600px;
}

.tgr_2023 table.tmp_table_type2 {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.tgr_2023 table.tmp_table_type2 th,
.tgr_2023 table.tmp_table_type2 td {
  color: #000;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding: 12px 15px;
  border-top: none;
  border-left: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
.tgr_2023 table.tmp_table_type2 th {
  background-color: #eee;
  white-space: nowrap;
}
.tgr_2023 table.tmp_table_type2 td {
  background-color: #fff;
}

@media (max-width: 768px) {
  .tgr_2023 table.tmp_table_type2 th,
  .tgr_2023 table.tmp_table_type2 td {
    font-size: 12px;
    font-size: 3.0vw;
    padding: 10px;
  }
  .tgr_2023 table.tmp_table_type2 th {
    line-height: 1.2;
  }
}

.tgr_2023 table.tmp_table_type3 th,
.tgr_2023 table.tmp_table_type3 td {
  text-align: left;
  border: none;
}
.tgr_2023 table.tmp_table_type3 th {
  color: #000;
  line-height: 1;
  background: #ccc;
}
.tgr_2023 table.tmp_table_type3 td {
  vertical-align: middle;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
.tgr_2023 table.tmp_table_type3 tbody tr:last-child td {
  border-bottom: none;
}
.tgr_2023 table.tmp_table_type3 td .line {
  border-right: 1px solid #ccc;
  font-weight: bold;
  display: block;
}

@media (max-width: 768px) {
  .tgr_2023 table.tmp_table_type3 * {
    white-space: nowrap;
  }
  .tgr_2023 table.tmp_table_type3 th:last-child,
  .tgr_2023 table.tmp_table_type3 td:last-child {
    white-space: normal;
  }
  .tgr_2023 table.tmp_table_type3 th {
    padding: 20px 5px;
    font-size: 10px;
    background: #ccc;
    border-bottom: 1px solid #ccc;
  }
  .tgr_2023 table.tmp_table_type3 td {
    padding: 5px;
    font-size: 12px;
  }
  .tgr_2023 table.tmp_table_type3 td .line {
    padding-right: 10px;
  }
}

@media (min-width: 769px) {
  .tgr_2023 table.tmp_table_type3 {
    table-layout: fixed;
  }
  .tgr_2023 table.tmp_table_type3 th {
    padding: 18px 10px 15px;
    font-size: 12px;
    text-align: center;
  }
  .tgr_2023 table.tmp_table_type3 th:last-child {
    padding-left: 4.3%;
    text-align: left;
  }
  .tgr_2023 table.tmp_table_type3 td {
    padding: 11px 3px 10px;
    font-size: 14px;
    text-align: center;
  }
  .tgr_2023 table.tmp_table_type3 tbody tr:first-child td:first-child {
    color: #d90005;
    font-size: 20px;
    border-bottom: none;
  }
  .tgr_2023 table.tmp_table_type3 td:last-child {
    text-align: left;
  }
  .tgr_2023 table.tmp_table_type3 td .line {
    padding-right:5px;
  }
}

.tgr_2023 table.schedule_table td > .end {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1em;
}
.tgr_2023 table.schedule_table td:nth-last-child(2) {
  border-right: 0;
}
.tgr_2023 table.schedule_table td .detail {
  display: inline-block;
  margin: 0 auto;
  text-align: right;
  vertical-align: middle;
  background-color: #000;
  transform: skew(-15deg);
}
.tgr_2023 table.schedule_table td .detail > a {
  position: relative;
  display: block;
  padding: 4px 40px 4px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 3.125vw;
  line-height: 8.75vw;
  white-space: nowrap;
  transform: skew(15deg);
}
.tgr_2023 table.schedule_table td .detail > a > svg {
  fill: #c60010;
  position: absolute;
  top: 50%;
  right: 10px;
  transition-duration: .3s;
  transform: translateY(-50%) scale(0.5);
}

@media (min-width: 769px) {
  .tgr_2023 table.schedule_table td > .end {
    line-height: 2em;
  }
  .tgr_2023 table.schedule_table td .detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #e60010;
    transition: width .3s;
  }
  .tgr_2023 table.schedule_table td .detail:hover:before {
    width: 100%;
    opacity: 1;
    transition: .1s;
  }
  .tgr_2023 table.schedule_table td .detail > a {
    display: inline-block;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    line-height: 1;
  }
}


.tgr_2023 .tmp_movie_box .YoutubeWrapper .iframeWrapper {
  position: relative;
  padding-top: calc((450 / 800) * 100%);
}
.tgr_2023 .tmp_movie_box .YoutubeWrapper .iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (min-width: 769px) {
  .tgr_2023 .tmp_movie_box .YoutubeWrapper,
  .tgr_2023 .tmp_movie_box .movie {
    max-width: 800px;
    margin: 0 auto;
  }
}


.tgr_2023 .tmp_image_box {
  margin: 0;
  justify-content: space-between;
}
.tgr_2023 .tmp_image_box > figure > figcaption {
  font-weight: normal;
}

@media (min-width: 769px) {
  .tgr_2023 .tmp_image_box.tmp_pc_image-2 > figure {
    width: calc((100% / 2) - 1%);
  }
  .tgr_2023 .tmp_image_box.tmp_pc_image-3 > figure {
    width: calc((100% / 3) - 1%);
  }
  .tgr_2023 .tmp_image_box.tmp_pc_image-4 > figure {
    width: calc((100% / 4) - 1%);
  }
  .tgr_2023 .tmp_image_box:not([class*=tmp_pc_image-]) > figure:nth-child(n+2),
  .tgr_2023 .tmp_image_box.tmp_pc_image-2 > figure:nth-child(n+3),
  .tgr_2023 .tmp_image_box.tmp_pc_image-3 > figure:nth-child(n+4),
  .tgr_2023 .tmp_image_box.tmp_pc_image-4 > figure:nth-child(n+5) {
    margin-top: 20px;
  }
}


/* cookieconsent-optout-marketing layaut */
div.cookieconsent-optout-marketing {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
}
.modal-wrap div.cookieconsent-optout-marketing {
    position: relative;
}
div.cookieconsent-optout-marketing>p {
    text-align: center;
    padding: 50px 0 0 0;color:#000;
}
div.cookieconsent-optout-marketing a {
    color:#e60010;
}
div.modal-content div.cookieconsent-optout-marketing>p {
    color:#fff;
}

/* /cookieconsent-optout-marketing layaut */
