@charset "UTF-8";
@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald:wght@400;500&display=swap");

/* break point ------------------------------ */
/* colors ------------------------------ */
/* text ------------------------------ */
/* Basic ------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 1.6;
}

.w100{
    width: 100%;
}

#wrap {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #wrap {
    min-width: 1140px;
  }
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.serif {
  font-family: serif;
}

.en {
  font-family: 'Oswald', sans-serif;
  letter-spacing: .1em;
}

.nowrap{
  text-wrap: nowrap;
}

li {
  list-style-type: none;
}

ul.disc {
  padding-left: 1.5rem;
}

ul.disc>li {
  list-style-type: disc;
}

ul.none>li {
  list-style-type: none !important;
}

.tCenter,
.center {
  text-align: center;
}

.tLeft {
  text-align: left;
}

.tRight {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.red {
  color: #DD0000;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.yellowBg {
  background: #FF0;
}

.bgRed {
  background: #DD0000;
  color: #FFF;
}

.bgBlack {
  background: #000;
  color: #FFF;
}

.bgDarkGray {
  background: #7D7D7D;
  color: #FFF;
}

.fwb {
  font-weight: bold !important;
}
.fwn {
  font-weight: normal !important;
}

.emph01 {
  color: #d00 !important;
}

.f11 {
  font-size: 11px !important;
}

.f13 {
  font-size: 13px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f19 {
  font-size: 19px !important;
}

.f21 {
  font-size: 21px !important;
}

.f24 {
  font-size: 24px !important;
}

.fs11em {
  font-size: 1.1em !important;
}

.fs12em {
  font-size: 1.2em !important;
}

.fs16em {
  font-size: 1.6em !important;
}

.ofh {
  overflow: hidden !important;
}

.ul {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {

  .sp,
  .tb {
    display: none;
  }

  .hvEx img {
    transition: .25s;
  }
}

@media screen and (max-width: 768px) {
  html {
    height: -webkit-fill-available;
  }

  #wrap {
    min-width: 0;
  }

  .tb,
  .pc {
    display: none;
  }
}

/* link */
a {
  color: #000;
}

a:hover {
  color: #1a274b;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a {
    transition: all .3s;
  }

  a:hover {
    opacity: .7;
  }
}

#contents a {
  color: #1D9BF0;
}

/* Space ------------------------------ */
.m10 {
  margin: 10px !important;
  box-sizing: border-box;
}
.m15 {
  margin: 15px !important;
  box-sizing: border-box;
}
.m20 {
  margin: 20px !important;
  box-sizing: border-box;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.lh20{
	line-height: 2.0 !important;
}

/*flexwrap*/
[class*="flexWrap"] {
  display: flex;
  flex-wrap: wrap;
}

[class*="flexWrap"].around {
  justify-content: space-around;
}

[class*="flexWrap"].between {
  justify-content: space-between;
}

[class*="flexWrap"].jcCenter {
  justify-content: center;
}

[class*="flexWrap"].aiCenter {
  align-items: center;
}

[class*="flexWrap"] [class*="flexBlock"] {
  display: block;
  list-style-type: none !important;
}

[class*="flexWrap"] [class*="flexBlock"] img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  [class*="flexWrap"] img {
    width: 100%;
  }

  [class*="flexWrap"] .flexBlock--pc-w200 {
    width: 200px;
  }

  [class*="flexWrap"] .flexBlock--pc-w200-otherside {
    width: calc(100% - 220px);
  }

  [class*="flexWrap"] .flexBlock--pc-w250 {
    width: 250px;
  }

  [class*="flexWrap"] .flexBlock--pc-w250-otherside {
    width: calc(100% - 270px);
  }

  [class*="flexWrap"] .flexBlock--pc-w300 {
    width: 300px;
  }

  [class*="flexWrap"] .flexBlock--pc-w300-otherside {
    width: calc(100% - 320px);
  }

  [class*="flexWrap"] .flexBlock--pc-w350 {
    width: 350px;
  }

  [class*="flexWrap"] .flexBlock--pc-w350-otherside {
    width: calc(100% - 370px);
  }

  [class*="flexWrap"] .flexBlock--pc-w400 {
    width: 400px;
  }

  [class*="flexWrap"] .flexBlock--pc-w400-otherside {
    width: calc(100% - 420px);
  }

  [class*="flexWrap"] .flexBlock--pc2col {
    width: calc(100% / 2);
  }

  [class*="flexWrap"] .flexBlock--pc3col {
    width: calc(100% / 3);
  }

  [class*="flexWrap"] .flexBlock--pc4col {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 768px) {
  .flexWrap--spBreak {
    display: block;
  }

  .flexWrap--spBreak [class*="flexBlock"] {
    width: 100%;
  }

  .flexWrap--spBreak [class*="flexBlock"] img {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .flexWrap .flexBlock--sp2col {
    width: calc(100% / 2);
  }

  .flexWrap .flexBlock--sp3col {
    width: calc(100% / 3);
  }

  .flexWrap .flexBlock--sp4col {
    width: calc(100% / 4);
  }
  [class*="flexWrap"].spCenter {
    justify-content: center;
  }
}

/* -------------------------------
common
------------------------------- */
.sns {
  display: flex;
  align-items: center;
}

.sns li img {
  height: 30px;
}

.sns li:not(:last-child) {
  margin-right: 20px;
}

.titBar {
  background: #000;
  color: #FFF;
  padding: 10px 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
}

.titBar.en {
  font-weight: 500;
}

.titGray {
  background: #333333;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.titGray.fuji{
  background: #3db3e0;
}
.titGray.kai{
  background: #8D1F7B;
}
.titGray+.docBtn {
  margin-top: 0;
}
.titGray.titRed{
  background: #DD0000;
  color: #FFF;
}

.titWht {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

.titWht+.docBtn {
  margin-top: 0;
}

.titBig {
  border: 1px solid #000;
  text-align: center;
  font-size: 24px;
  padding: 20px;
  margin-bottom: 30px;
}

.titLine {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.sec:not(:first-child) {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .subSec {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .subSec {
    margin-top: 20px;
  }
}

.docBtn {
  margin-top: 20px;
}

.docBtn a {
  border: 2px solid #DDD;
  padding: 20px;
  display: block;
  color: #000 !important;
  border-radius: 10px;
}

.docBtn a:before {
  content: "";
  width: 28px;
  height: 37px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

.docBtn.pdf a:before {
  background-image: url("../img/common/icon_pdf.svg");
}

.docBtn.gpx a:before {
  background-image: url("../img/common/icon_gpx.svg");
}

.dotList li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 10px;
}

.dotList li ul {
  margin-top: 10px;
}

.numList li {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .spTableScroll {
    overflow: auto;
    white-space: nowrap;
    table-layout: auto;
  }

  .spTableScroll::-webkit-scrollbar {
    height: 5px;
  }

  .spTableScroll::-webkit-scrollbar-track {
    background: #333;
  }

  .spTableScroll::-webkit-scrollbar-thumb {
    background: #999;
  }
}
@media screen and (max-width: 768px) {
  .spTableBlock,
	.spTableBlock > tbody,
	.spTableBlock > tbody > tr,
	.spTableBlock > tbody > tr > th,
	.spTableBlock > tbody > tr > td {
    display: block;
  }
}

.baseTable {
  width: 100%;
}

.baseTable thead tr th {
  background: #333;
  color: #FFF;
}

.baseTable tr th {
  border: 1px solid #DDD;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background: #F7F7F7;
  font-weight: normal;
}

.baseTable tr td {
  border: 1px solid #DDD;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.baseTable tr td.tLeft {
  text-align: left;
}

#pageTit .bg {
  background-image: url("../img/common/tit_bg.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
}

#pageTit .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}

#pageTit .in {
  background: #FFF;
  border: 5px solid #000;
}

#pageTit .in .parent,
#pageTit .in .noChild {
  letter-spacing: normal;
}

#pageTit .in .child .en {
  letter-spacing: normal;
  display: block;
}

@media screen and (min-width: 769px) {
  #pageTit .bg {
    height: 400px;
  }

  #pageTit .in {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    width: 1100px;
    position: relative;
    margin: 0 auto;
    margin-top: -80px;
    z-index: 5;
    padding: 10px 20px;
  }

  #pageTit .in .parent {
    font-size: 42px;
    font-weight: 700;
    margin-right: 20px;
  }

  #pageTit .in .parent:after {
    content: "-";
    margin-left: 20px;
  }

  #pageTit .in .noChild {
    font-size: 42px;
    font-weight: 700;
    margin-right: 20px;
  }

  #pageTit .in .child {
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
  }

  #pageTit .in .child .en {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  #pageTit .bg {
    height: 250px;
  }

  #pageTit .in {
    text-align: center;
    margin: -40px 20px 0;
    position: relative;
    padding: 20px;
  }

  #pageTit .in .parent {
    font-size: 32px;
    font-weight: bold;
  }

  #pageTit .in .parent:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    display: block;
    margin: 5px auto 10px;
  }

  #pageTit .in .noChild {
    font-size: 32px;
    font-weight: bold;
  }

  #pageTit .in .child {
    font-size: 14px;
    font-weight: bold;
  }

  #pageTit .in .child .en {
    font-size: 21px;
  }
}

/* -------------------------------
header
------------------------------- */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 99999;
}

#header #hTop {
  display: flex;
  align-items: center;
}

#header #hTop #hNav {
  display: flex;
}

#header #hTop #hNav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  font-weight: 500;
  letter-spacing: .1em;
}

#header #hTop #hNav li img {
  vertical-align: middle;
}

#header #hTop #hNav li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

#header #hTop #lang {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  padding: 1px;
  position: relative;
}

#header #hTop #lang .active {
  content: "";
  position: absolute;
  top: 1px;
  transition: all .3s;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
}

#header #hTop #lang.langJp .active {
  left: 1px;
}

#header #hTop #lang ul {
  display: flex;
  position: relative;
  z-index: 2;
}

#header #hTop #lang ul li {
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
  position: relative;
  z-index: 2;
}

#header #hTop #lang ul li a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  transition: all .3s;
}

#header #hTop #lang ul li a:hover {
  color: rgba(60, 60, 60, 0.9);
}

#header #hTop #lang.langJp .japanese a {
  color: rgba(60, 60, 60, 0.9);
}

#header #hTop #lang.langEn .english a {
  color: rgba(60, 60, 60, 0.9);
}

#header #btnSpNav {
  width: 40px;
  height: 30px;
}

#header #btnSpNav:before,
#header #btnSpNav:after,
#header #btnSpNav span {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 0;
  transition: all .3s;
}

#header #btnSpNav:before {
  top: 0;
}

#header #btnSpNav span {
  top: 50%;
  transform: translateY(-1px);
}

#header #btnSpNav:after {
  bottom: 0;
}

body.navOpen #header #btnSpNav span {
  opacity: 0;
}

body.navOpen #header #btnSpNav:before {
  top: 50%;
  transform: rotate(45deg) translateY(-1px);
}

body.navOpen #header #btnSpNav:after {
  bottom: 50%;
  transform: rotate(-45deg) translateY(1px);
}

@media screen and (min-width: 769px) {
  #header {
    height: 150px;
    padding: 30px 40px;
  }

  #header #logo {
    position: absolute;
    top: 40px;
    left: 35px;
    max-width: 38%;
  }

  #header #hTop {
    justify-content: flex-end;
  }

  #header #hTop #hNav li {
    font-size: 20px;
    margin-right: 30px;
  }

  #header #hTop #hNav li img {
    margin-top: -4px;
  }

  #header #hTop #lang .active {
    width: 40px;
    height: 26px;
  }

  #header #hTop #lang.langEn .active {
    left: 41px;
  }

  #header #hTop #lang ul li {
    font-size: 16px;
  }

  #header #hTop #lang ul li a {
    width: 40px;
    height: 26px;
  }

  #header #btnSpNav {
    position: absolute;
    top: 80px;
    right: 40px;
    cursor: pointer;
  }

  #header .sns {
    position: absolute;
    right: 110px;
    top: 80px;
  }
}

@media screen and (max-width: 768px) {
  #header {
    height: 150px;
    padding: 15px 20px;
  }

  #header #hTop {
    justify-content: center;
  }

  #header #hTop #hNav li {
    margin-right: 20px;
  }

  #header #hTop #hNav li img {
    margin-top: -3px;
  }

  #header #hTop #lang .active {
    width: 29px;
    height: 22px;
  }

  #header #hTop #lang.langEn .active {
    left: 30px;
  }

  #header #hTop #lang ul li {
    font-size: 12px;
  }

  #header #hTop #lang ul li a {
    width: 29px;
    height: 22px;
  }

  #header #logo {
    width: 260px;
    margin-top: 18px;
  }

  #header #btnSpNav {
    position: absolute;
    top: 58px;
    right: 20px;
  }

  #header .sns {
    position: absolute;
    left: 40px;
    top: 58px;
  }
  body:not(#home) #header .sns {
    top: 110px;
  }
}

#gNav {
  background: #000;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}

#gNav>ul>li>a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .1em;
}

#gNav>ul>li ul li {
  padding-left: 2em;
  padding-right: 2em;
}

#gNav>ul>li ul li:before {
  content: "-";
  color: #FFF;
  position: absolute;
  left: 1em;
}

#gNav>ul>li ul li a {
  color: #FFF;
  text-decoration: none;
}

#gNav>ul>li ul li a .jp {
  color: #777;
  margin-left: 1em;
}

@media screen and (min-width: 769px) {
  #gNav {
    align-items: center;
  }

  #gNav>ul {
    width: 1100px;
    margin: -30px auto 0;
    display: flex;
    flex-wrap: wrap;
  }

  #gNav>ul>li {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-top: 30px;
    border-top: 1px solid #FFF;
    padding-top: 10px;
  }

  #gNav>ul>li:nth-child(1) {
    width: 100%;
  }

  #gNav>ul>li:nth-child(4n+1) {
    margin-right: 0;
  }

  #gNav>ul>li>a {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
  }

  #gNav>ul>li ul {
    display: none;
    position: absolute;
    background: #000;
    padding-bottom: 30px;
    z-index: 100;
  }

  #gNav>ul>li ul.open {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #gNav {
    padding-top: 150px;
    overflow: auto;
    height: 100vh;
  }

  #gNav:before {
    content: "";
    width: 100%;
    height: 150px;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
  }

  #gNav>ul>li {
    border-top: 1px solid #FFF;
  }

  #gNav>ul>li>a {
    display: block;
    padding: 10px;
  }

  #gNav>ul>li ul {
    padding-bottom: 10px;
  }
}

/* -------------------------------
footer
------------------------------- */
#footer {
  background: #000;
  color: #FFF;
  position: relative;
  z-index: 3;
}

#footer #fTop #fInfo p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#footer #fTop #fInfo p img {
  margin-bottom: 5px;
}

#footer #fTop #fNav>ul>li>a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

#footer #fTop #fNav>ul>li ul li {
  font-size: 12px;
  text-indent: -.8em;
}

#footer #fTop #fNav>ul>li ul li:before {
  content: "-";
  margin-right: 5px;
}

#footer #fTop #fNav>ul>li ul li a {
  color: #CCCCCC;
  text-decoration: none;
}

#footer #fBottom #specialSponsors {
  display: flex;
  align-items: center;
}

#footer #fBottom #copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

#footer #pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#footer #pagetop a {
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #000;
}

@media screen and (min-width: 769px) {
  #footer {
    padding: 55px 0 40px;
  }

  #footer #fTop {
    width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 50px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
  }

  #footer #fTop #fNav {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-left: 15%;
  }

  #footer #fTop #fNav>ul {
    max-width: 20em;
  }

  #footer #fTop #fNav>ul>li:not(:first-child) {
    margin-top: 1em;
  }

  #footer #fTop #fNav>ul>li ul {
    margin-left: .75em;
  }

  #footer #fTop #fNav>ul>li ul li {
    font-size: 12px;
  }

  #footer #fTop #fNav>ul>li ul li:before {
    content: "-";
    margin-right: 5px;
  }

  #footer #fTop #fNav>ul>li ul li a {
    color: #CCCCCC;
    text-decoration: none;
  }

  #footer #fBottom #specialSponsors {
    justify-content: center;
  }

  #footer #fBottom #specialSponsors li {
    margin: 0 10px;
  }

  #footer #pagetop a {
    width: 86px;
    height: 86px;
  }

  #footer #pagetop a img {
    width: 47px;
    height: 24px;
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 20px 60px;
  }

  #footer #fTop #fInfo {
    text-align: center;
    margin-bottom: 20px;
  }

  #footer #fTop .sns {
    justify-content: center;
  }

  #footer #fNav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #footer #fNav>ul>li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
  }

  #footer #fNav>ul>li ul {
    display: flex;
    flex-wrap: wrap;
  }

  #footer #fNav>ul>li ul li {
    min-width: 50%;
    padding-left: 1em;
    white-space: nowrap;
  }

  #footer #fBottom #specialSponsors {
    margin-top: 30px;
    justify-content: space-between;
  }

  #pagetop a {
    width: 60px;
    height: 60px;
  }

  #pagetop a img {
    width: 38px;
    height: auto;
    transform: translateY(-3px);
  }
}

/* -------------------------------
container
------------------------------- */
#container {
  position: relative;
  z-index: 3;
  background: #FFF;
}

@media screen and (min-width: 769px) {
  #container {
    min-width: 1100px;
    display: flex;
    justify-content: center;
    padding: 60px 0 80px;
  }

  #container #contents {
    width: 1100px;
  }

  #container #contents:not(.sideBarLess) {
    width: 820px;
  }

  #container #sidebar {
    width: 220px;
    margin-right: 60px;
  }

  body:not(#home) #container {
    flex-direction: row-reverse;
  }

  body#home #container {
    padding: 80px 0;
    flex-wrap: wrap;
  }

  body#home #container #sidebar {
    margin-left: 60px;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #container {
    padding: 40px 20px;
  }
}

/* -------------------------------
sidebar
------------------------------- */
#sidebar #sideNav dt {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  letter-spacing: normal;
  font-size: 24px;
}

#sidebar #sideNav dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#sidebar #sideNav dd a {
  display: block;
  padding: 10px;
  text-decoration: none;
  line-height: 1.4;
}

#sidebar #sideNav dd a .en {
  font-weight: 500;
  display: block;
  letter-spacing: normal;
  font-size: 16px;
}

#sidebar #sideNav dd.active a {
  background: #FCD000;
}

@media screen and (min-width: 769px) {
  #sidebar .bnr li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #home #sidebar {
    margin-top: 40px;
  }

  #sidebar .bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #sidebar .bnr li {
    width: calc(50% - 5px);
    margin-top: 10px;
    text-align: center;
  }

  body:not(#home) #sidebar {
    margin-top: 40px;
  }
}

/* -------------------------------
home
------------------------------- */
#mv {
  position: relative;
  /*ローディング画像などを表示す際の基点とするため指定*/
  /* height: 100vh; */
  /*高さを全画面にあわせる*/
  text-align: center;
  color: #fff;
  background: #000;
  /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
  /* background: url("../img/home/movie.jpg") no-repeat; */
  /* background: url("../img/home/mainvisual.jpg") no-repeat; */
  /* background-size: cover; */
  /* background-position:  center center; */
  /*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
}

#mv #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

#mv #loading .disappear {
  display: none;
}

#mv #youtube-area {
  position: fixed;
  z-index: 1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  /*youtubeがクリックされないためのマスク*/
}

#mv #youtube-area #youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

#mv #youtube-area #youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#mv #youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

#mv .kv{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* padding-bottom: 1px; */
  /* padding-top: 150px; */
}
#mv .kv.sp{
  display: none;
}
#mv .kv img{
  /* max-width: 640px; */
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mv .kv{
    display: none;
  }
  #mv .kv.sp{
    display: flex;
    /* padding-top: 110px; */
  }
}
#mv .date {
  color: #FFF;
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 1;
  font-weight: 700;
}

#mv .date strong {
  display: flex;
  align-items: flex-end;
  line-height: 1.1;
  margin-left: 3px;
}

#mv .date strong .num {
  text-align: center;
  display: flex;
  flex-direction: column;
}

#mv .date strong .num .day {
  line-height: 1;
}

#mv .logos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  z-index: 1;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  #mv .date {
    font-size: 40px;
  }

  #mv .date strong {
    font-size: 70px;
    transform: translateY(-8px);
  }

  #mv .date strong .num .day {
    font-size: 26px;
  }

  #mv .logos li {
    margin: 0 45px;
  }
}

@media screen and (max-width: 768px) {
  #mv .date {
    font-size: 30px;
  }

  #mv .date strong {
    font-size: 53px;
    transform: translateY(-7px);
  }

  #mv .date strong .num .day {
    font-size: 20px;
  }

  #mv .logos {
    width: 80%;
  }

  #mv .logos li {
    margin: 0 15px;
  }
}

#homeBnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#homeBnr li {
  letter-spacing: .1em;
}

#homeBnr li a {
  display: flex;
  aspect-ratio: 2/1;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  #homeBnr li {
    margin-bottom: 40px;
    width: calc(50% - 20px);
    font-size: 50px;
  }

  #homeBnr li a img {
    width: 30px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #homeBnr li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    font-size: 24px;
  }

  #homeBnr li a img {
    width: 16px;
    margin-right: 10px;
  }
}

#sponsorsSec h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}

#sponsorsSec ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #sponsorsSec {
    width: 100%;
    margin-top: 60px;
  }

  #sponsorsSec ul {
    width: 1100px;
  }

  #sponsorsSec ul li {
    width: 100px;
    margin-top: 50px;
    margin-right: calc((100% - 800px) / 7);
  }

  #sponsorsSec ul li:nth-child(8n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #sponsorsSec {
    margin-top: 40px;
  }

  #sponsorsSec ul li {
    width: calc((100% - 20px) / 3);
    text-align: center;
    margin-top: 20px;
    margin-right: 10px;
  }

  #sponsorsSec ul li:nth-child(3n) {
    margin-right: 0;
  }
}

#newsSec {
  position: relative;
}

#newsSec .links {
  position: absolute;
  right: 20px;
  display: flex;
  top: 15px;
}

#newsSec .links li {
  margin-left: 20px;
}

#newsSec .links li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-2px);
  display: inline-block;
  margin-right: 10px;
}

#newsSec .links li a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  #newsSec .links li a:hover {
    text-decoration: underline;
  }
}

.newsList li {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.newsList li:last-child {
  margin-bottom: 0;
}

.newsList li .time {
  font-weight: bold;
  width: 6em;
}

.newsList li .time .day {
  color: #9B9B9B;
}

.newsList li .content {
  flex: 1;
}

.newsList li .content .tit {
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .newsList li {
    display: flex;
  }

  .newsList li .time .day {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .newsList li .time .day {
    margin-left: 1em;
  }
}

/* about UTMF - schedule */
.scheduleTable {
  width: 100%;
  table-layout: fixed;
  margin-top: 5px;
}

.scheduleTable tr th {
  background: #F7F7F7;
  border: 1px solid #DDD;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}

.scheduleTable tr td {
  border: 1px solid #DDD;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}

.scheduleTable tr td:nth-child(4) {
  background: none !important;
}

.scheduleTable tr:nth-child(2n) td {
  background: #F7F7F7;
}

.commendation h2 {
  margin-bottom: 20px;
}

.commendation ul {
  margin-bottom: 20px;
}

/* about UTMF - committee */
.memberSec {
  display: flex;
}

.memberSec:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.memberSec .content {
  flex: 1;
}

.memberSec .content .post {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-weight: bold;
  padding: 2px 10px;
}

.memberSec .content h2 {
  margin: 10px 0;
  line-height: 1.4;
}

.memberSec .content h2 .rubi {
  font-size: 12px;
  display: block;
}

@media screen and (min-width: 769px) {
  .memberSec {
    align-items: center;
  }

  .memberSec .img {
    margin-right: 30px;
  }

  .memberSec .content h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .memberSec .img {
    margin-right: 20px;
    width: 150px;
  }

  .memberSec .content h2 {
    font-size: 24px;
  }
}

.linksList li {
  display: block;
  padding: 10px;
}

.linksList li a[target=_blank]:after {
  content: "";
  width: 15px;
  height: 13px;
  background: url("../img/common/icon_blank.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.linksList li:nth-child(2n+1) {
  background: #F7F7F7;
}

/* about UTMF - concept */
.lead, .head-lead {
  font-weight: bold;
}

.philosophyList dt {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}

#worldSec {
  border-top: 1px solid #DDD;
}

#worldSec h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

#worldSec>section {
  margin-top: 20px;
}

#worldSec>section:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
}

#worldSec>section h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

#worldSec>section dl dd p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 769px) {
  .lead, .head-lead {
    font-size: 20px;
  }

  #worldSec {
    margin-top: 40px;
    padding-top: 40px;
  }

  #worldSec>section dl {
    display: flex;
  }

  #worldSec>section dl dt {
    width: 195px;
    margin-right: 20px;
  }

  #worldSec>section dl dd {
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .lead, .head-lead {
    font-size: 18px;
  }

  #worldSec {
    margin-top: 20px;
    padding-top: 20px;
  }

  #worldSec>section dt {
    margin-bottom: 20px;
  }

  #worldSec>section dt img {
    width: auto;
  }
}

.conceptTable caption {
  font-weight: bold;
  margin-bottom: 10px;
}

.conceptTable tr td:not(:first-child) {
  text-align: left;
}

.conceptTable tr:nth-child(2n) td {
  background: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .conceptTable caption {
    text-align: left;
  }
}

/* about UTMF - rules */
.notice {
  text-align: center;
  border: 1px solid #DD0000;
  padding: 20px;
  margin-bottom: 20px;
}

.covicSec {
  text-align: center;
}

.covicSec dl {
  background: #DD0000;
  padding: 10px;
}

.covicSec dl dt {
  color: #DD0000;
  background: #FFF;
  font-weight: bold;
  padding: 10px;
  font-size: 18px;
}

.covicSec dl dd {
  margin-top: 10px;
}

.covicSec dl dd a {
  font-weight: bold;
  color: #FFF !important;
  font-size: 18px;
}

.weatherCondition {
  margin: 20px 0;
}

.weatherCondition h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .sign {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .sign dl {
    margin: 0 20px;
  }

  .sign dl dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sign {
    text-align: center;
  }

  .sign dl {
    margin-top: 20px;
  }

  .sign dl dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
}

.titBold {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

.notes {
  font-size: 12px;
  color: #666;
}

.notes li {
  margin-bottom: 5px;
}

/* about UTMF - information */
.informationTable {
  width: 100%;
}

.informationTable tr th {
  font-weight: bold;
  padding: 10px;
  white-space: nowrap;
}

.informationTable tr td {
  padding: 10px;
}

.informationTable tr:nth-child(2n+1) th,
.informationTable tr:nth-child(2n+1) td {
  background: #F7F7F7;
}

@media screen and (min-width: 769px) {
  .informationTable tr th {
    width: 12em;
  }
}

/* about UTMF - faq */
.faqList dt {
  font-weight: bold;
  font-size: 16px;
}

.faqList dt:before {
  content: "QUESTION:";
  display: block;
  font-weight: bold;
  color: #80bf62;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 14px;
}

.faqList dt:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #DDD;
}

.faqList dd {
  margin-top: 20px;
  padding-left: 1em;
}

.faqList dd:before {
  content: "ANSWER:";
  display: block;
  font-weight: bold;
  color: #36b2ee;
  font-style: italic;
  margin-bottom: 10px;
}

.faqList dd p:not(:first-child) {
  margin-top: 20px;
}

/* about UTMF - results */
.resultsTable {
  width: 100%;
  border-bottom: 1px solid #333;
}

.resultsTable thead tr th {
  text-align: center;
  font-weight: normal;
  padding: 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #EEE;
}

.resultsTable thead tr th:first-child {
  border-left: none;
}

.resultsTable thead tr td {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #EEE;
}

.resultsTable thead tr td:first-child {
  border-left: none;
}

.resultsTable thead tr.black {
  background: #333;
}

.resultsTable thead tr.black th {
  color: #FFF;
}

.resultsTable thead tr.black td {
  color: #FFF;
}

.resultsTable tbody tr:nth-child(2n+1),
.resultsTable tfoot tr:nth-child(2n+1) {
  background: #F7F7F7;
}

.resultsTable tbody tr th,
.resultsTable tfoot tr th {
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #EEE;
}

.resultsTable tbody tr th:first-child,
.resultsTable tfoot tr th:first-child {
  border-left: none;
}

.resultsTable tbody tr td,
.resultsTable tfoot tr td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #EEE;
}

.resultsTable tbody tr td:first-child,
.resultsTable tfoot tr td:first-child {
  border-left: none;
}

.resultsTable tbody tr td a:before,
.resultsTable tfoot tr td a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_pdf.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.resultsTable tbody tr.total th,
.resultsTable tbody tr.total td,
.resultsTable tfoot tr.total th,
.resultsTable tfoot tr.total td {
  background: #333;
  color: #FFF;
}
.resultsTable tbody tr.total a:not(:hover){
  color: #FFF !important;
}

.resultsTable tbody tr.subtotal th,
.resultsTable tbody tr.subtotal td,
.resultsTable tfoot tr.subtotal th,
.resultsTable tfoot tr.subtotal td {
  background: #666;
  color: #FFF;
}
.resultsTable tbody tr.all-total th,
.resultsTable tbody tr.all-total td {
  background: #fffdbc;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .resultsTable {
    table-layout: fixed;
  }
}

.resultsList {
  margin-top: 20px;
}

.resultsList li {
  text-align: center;
  font-weight: bold;
}

.resultsList li a {
  display: block;
  background: #EEE;
  border-radius: 10px;
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .resultsList {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
  }

  .resultsList li {
    width: calc(50% - 10px);
    font-size: 16px;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .resultsList li {
    margin-top: 10px;
  }
}

/* news & information */
.archives dt {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.archives dd select {
  border: 1px solid #000;
  background: none;
  width: 100%;
  padding: 10px;
  font-weight: bold;
}

.singleSec header time {
  font-weight: bold;
}

.singleSec header time .day {
  color: #9B9B9B;
  margin-left: 1em;
}

.singleSec header h1 {
  font-size: 28px;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.singleSec .singleContent p {
  margin-top: 2em;
}

/* racers - tours */
.pageNav {
  margin-top: 20px;
  border: 1px solid #333;
}

.pageNav dt {
  color: #FFF;
  background: #333;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}

.pageNav dd {
  padding: 10px;
}

.pageNav dd:nth-child(2n) {
  background: #F7F7F7;
}

.btnTour {
  margin-top: 20px;
  font-weight: bold;
}

.btnTour a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  background: #FCD000;
  color: #000 !important;
  font-size: 16px;
}

.btnTour a[target=_blank]:after {
  content: "";
  width: 15px;
  height: 13px;
  background: url("../img/common/icon_blank_bk.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.mapWrap iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mapWrap {
    position: relative;
    aspect-ratio: 4/3;
  }

  .mapWrap iframe {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
}

/* supporters - rules */
.supportersPdf {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.supportersPdf li {
  width: calc(50% - 10px);
}

.supportersPdf li a {
  background-color: #FCD000;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000 !important;
  border-radius: 10px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .supportersPdf li {
    font-size: 18px;
  }

  .supportersPdf li a {
    padding: 50px 20px;
  }

  .supportersPdf li a:hover {
    opacity: 1;
    background: #000;
    color: #FCD000 !important;
  }
}

@media screen and (max-width: 768px) {
  .supportersPdf li a {
    padding: 20px;
  }
}

.attentionSection {
  border: 1px solid #DD0000;
  padding: 20px;
}

.attentionSection p {
  color: #DD0000;
}

.attentionSection p:not(:first-child) {
  margin-top: 20px;
}

/* supporters - parking */
.toggleContent {
  border: 2px solid #000;
}

.toggleContent dt {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  /* cursor: pointer; */
}

/* .toggleContent dt:before,
.toggleContent dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}

.toggleContent dt:before {
  right: 10px;
  width: 12px;
  height: 2px;
}

.toggleContent dt:after {
  right: 15px;
  width: 2px;
  height: 12px;
}

.toggleContent dt.open:after {
  content: none;
} */

/* .toggleContent dd {
  border: 1px solid #DDD;
  padding: 10px;
  display: none;
}
.toggleContent dd.open {
    display: block;
  }
@media screen and (min-width: 769px) {
  .toggleContent dt {
    transition: all .3s;
  }

  .toggleContent dt:hover {
    opacity: .7;
  }
} */

/* access and tours*/
.btnAccess {
  font-weight: bold;
}

.btnAccess a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  background: #fbcf00;
  color: #000 !important;
  font-size: 16px;
}

.btnAccess a[target=_blank]:after {
  content: "";
  width: 15px;
  height: 13px;
  background: url("../img/common/icon_blank_bk.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.accessNav {
  border: 2px solid #000;
  box-sizing: border-box;
}

.accessNav li {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}

.accessNav li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/2024/wp-content/uploads/2022/11/disc_5.gif) no-repeat 0 0.4em;
}

.accessNav li a {
  color: #000 !important;
}

@media screen and (min-width: 769px) {
  .accessNav {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .accessNav li {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .accessNav {
    padding: 2%;
  }

  .accessNav li {
    margin-bottom: 15px;
  }

  .accessNav li:last-of-type {
    margin-bottom: 0;
  }
}
/**/
.topNav {
  border: 2px solid #000;
  box-sizing: border-box;
}

.topNav a {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
  color: #000 !important;
}

/* .topNav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/2024/wp-content/uploads/2022/11/disc_5.gif) no-repeat 0 0.4em;
} */

@media screen and (min-width: 769px) {
  .topNav {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .topNav > div {
    width: auto;
  }
  .topNav > div a{
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .topNav {
    padding: 2%;
    display: flex;
    flex-flow: column;
  }

  .topNav > div {
    margin-bottom: 15px;
  }

  .topNav > div:last-of-type {
    margin-bottom: 0;
  }
  .topNav a{
    text-decoration: none !important;
    border-bottom: solid 1px #000;
  }
  .topNav a br{
    display: none;
  }
  .topNav a span{
    padding-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .topNav a{
    text-decoration: underline !important;
    border-bottom: none;
  }
  .topNav a br{
    display: inline;
  }
}

.accessSec {
  margin-top: 40px;
}

.accessSec .titAccess {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.accessSec .titAccess.titTour:before {
  content: "";
  width: 58px;
  height: 20px;
  background-image: url("../img/access/icon_tour.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.accessSec .titAccess.titBed:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/access/icon_bed.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.accessSec .titAccess.titBus:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/access/icon_bus.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.accessSec .titAccess.titCar:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/access/icon_car.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.accessSec .titAccess.titTrain:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/access/icon_train.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.accessSec .titAccess.titBusTrain:before {
  content: "";
  width: 60px;
  height: 20px;
  background-image: url("../img/access/icon_bus_n_train.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.accessSec .catchAccess {
  color: #7FB260;
  font-size: 143%;
  font-weight: bold;
  text-indent: -2rem;
  padding-left: 2rem;
}

.accessSec .subTitAccess {
  font-size: 18px;
  font-weight: bold;
}

.accessSec .subSubTitAccess {
  font-size: 16px;
  font-weight: bold;
}

.accessSec .accomodationPlanDetails {
  border: none;
}

.accessSec .accomodationPlanDetails dd {
  display: block;
  padding: 0;
  border: none;
}

/* アコーディオンバージョン */
/* .accessSec .accomodationPlanDetails dd {
  display: block;
  padding: 0;
  border: none;
  opacity: 0;
  height: 0;
  transition: all 0.5s 0s ease;
} */
.accessSec .accomodationPlanDetails dd.open {
  opacity: 100;
  transition: all 0.5s 0s ease;
}
.accessSec .accWrapper{
    padding: 10px;
}

.accessSec .accWrapper h3{
    margin-bottom: 10px;
}
.accessSec .accWrapper .desc{
    font-size: 16px;
    margin-bottom: 2rem;
    padding-left: 1rem;
}
.accessSec .accWrapper .desc table td{
  padding: .3rem .5rem;
}
.accessSec .accWrapper .desc table tr td:first-of-type{
  padding-left: 0;
}
/*.accessSec .howto > h3, .accessSec .howto > h4 {
color: #7FB260;
font-size: 18px;
margin-bottom: 10px;
margin-top: 20px; }
.accessSec .howto .tourPlan {
margin-top: 30px; }
.accessSec .howto .tourPlan h5 {
  font-size: 14px; }
.accessSec .noticeList {
margin-top: 20px; }
.accessSec .noticeList dt {
  font-weight: bold;
  color: #DD0000; }
.accessSec .noticeList dd {
  text-indent: -1em;
  margin-left: 1em; }*/

.ac-tour-table {
    border-top: solid 1px #333;
    border-left: solid 1px #333;
}
.ac-tour-table *{
    box-sizing: border-box;
}
.ac-tour-table .head{
    width: 100%;
    color: #fff;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    font-size: 16px;
    font-weight: bold;
    padding: 0.5rem;
}
.ac-tour-table .head.f100mi{
    background: #01b0f1;

}
.ac-tour-table .head.k70k{
    background:#7030a0;
}
.ac-tour-table .row{
    display: flex;
    flex-flow: row nowrap;
}

.ac-tour-table .row .col{
    width: 25%;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    display: inline-flex;
    align-items: center;
    padding: .5rem;
}
.ac-tour-table .row .col.th{
    justify-content: center;
    font-weight: bold;
    background: #dfdfdf;
    border-bottom: solid 2px #333;
}
.ac-tour-table .row .col.inner-flx{
    width: 75%;
    border:none;
    flex-flow: row wrap;
    align-items: stretch;
    padding: 0;
}
.ac-tour-table .row.row-2 .col.col-1{width: 15%;}
.ac-tour-table .row.row-2 .col.col-2{width: 35%;}
.ac-tour-table .row.row-2 .col.col-3{width: 20%;}
.ac-tour-table .row.row-2 .col.col-4{width: 30%;}
.ac-tour-table .row.row-2 .col.inner-flx{width: 85%;}

.ac-tour-table .row .col.inner-flx .inner-col{
    width: calc(100% / 3);
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    display: inline-flex;
    align-items: center;
    padding: .5rem;
    line-height:2.0;
}
.ac-tour-table .row .col.inner-flx .inner-col.th{
    display: none;
    justify-content: center;
    font-weight: bold;
    background: #dfdfdf;
}
.ac-tour-table .row .col.inner-flx .inner-col.ic03{
    justify-content: center;
}
.ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01{
    width:calc(100% / 17 * 7);
    flex-flow: row nowrap;
    align-items: flex-start;
}
.ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01 > div{
    width: calc(100% / 3);
}
.ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic02{width:calc(100% / 17 * 4);}
.ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic03{width:calc(100% / 17 * 6);}

@media screen and (max-width: 767px) {
    .ac-tour-table .row{
        display: flex;
        flex-flow: column wrap;
        border-bottom: solid 1px #333;
    }
    .ac-tour-table .row.label-pc{
        display: none;
    }
    .ac-tour-table .row .col,
    .ac-tour-table .row.row-2 .col.col-1,
    .ac-tour-table .row.row-2 .col.inner-flx{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01,
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic02,
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic03{
        width: 100%;
        text-align: center;
        justify-content: center;
        border-left:solid 1px #bfbfbf;
        border-right: solid 1px #bfbfbf;
        border-bottom: solid 1px #bfbfbf;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01.th{
        border-top:solid 1px #bfbfbf;
    }
    .ac-tour-table .row .col.col-1{
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
    }
    .ac-tour-table .row .col.inner-flx{
        width: 100%;
    }
    .ac-tour-table .row.row-2 .col.inner-flx{
        flex-flow: column;
        background: #efefef;
        border-right: solid 1px #333;
        padding: 10px;
    }

    .ac-tour-table .row .col.inner-flx .inner-col.th{
        display: inline-flex;
        line-height: 1.0;
    }

    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01{
        flex-flow: row nowrap;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01 > div{
        padding: 0 0.1rem !important;
        text-align: left;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01 > div:nth-of-type(1){
      width: 30% !important;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01 > div:nth-of-type(2){
      width: 30% !important;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic01 > div:nth-of-type(3){
      width: 40% !important;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.ic03:not(.th){
        margin-bottom: 20px;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col{
        background: #fff;
    }
    .ac-tour-table .row.row-2 .col.inner-flx .inner-col.th{
        background: #f9f9f9;
    }
}

/* environmental - activities */
.btnActivities {
  text-align: center;
}

.btnActivities a {
  display: block;
  background: #000;
  color: #FFF !important;
  font-weight: bold;
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .btnActivities {
    font-size: 20px;
  }

  .btnActivities a {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .btnActivities {
    font-size: 16px;
  }

  .btnActivities a {
    padding: 20px;
  }
}

/* press */
.pressReleaseList {
  border-bottom: 1px solid #DDD;
}

.pressReleaseList li {
  border-top: 1px solid #DDD;
}

.pressReleaseList li a {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
}

.pressReleaseList li a .pressTit {
  color: #000;
}

@media screen and (min-width: 769px) {
  .pressReleaseList li a:hover {
    background: #EEE;
  }
}

/* contact */
.contactTxt .email {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.contactTxt .email a {
  color: #000 !important;
}

.contactTxt .email a:before {
  content: "";
  width: 20px;
  height: 15px;
  background: url("../img/common/icon_contact_bk.svg");
  background-size: 100%;
  display: inline-block;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}


/* フレンドシップレース */

.flexwrap_friendship_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexwrap_friendship_bnr figure:nth-child(odd) {
  width: 49%;
  margin: 0 1% 2% 0;
}

.flexwrap_friendship_bnr figure:nth-child(even) {
  width: 49%;
  margin: 0 0 2% 1%;
}

.friendship h4 {
  margin: 15px 0;
  padding-left: 18px;
  font-size: 123.1%;
  font-weight: bold;
  background: url(/2024/wp-content/uploads/2022/11/disc_9.png) no-repeat left center;
}



/* バーチャルラン2023 */
.ol_list {
  margin-left: 25px;
}

.ol_list li {
  list-style-type: auto;
  margin-bottom: 10px;
}

h2.virtual-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
}

@media (max-width: 650px) {
  .txt-spring {
    line-height: 2rem;
    font-size: 76%;
  }
}

.tatta-info-table {
  width: 100%;
}

.virtual_table tr th {
  white-space: nowrap;
}

.virtual_table tr td {
  text-align: left;
}

.tatta-info-table,
.tatta-info-table th,
.tatta-info-table td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 6px;
}

.tatta-info-table th {
  background-color: #000;
  border-right-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.tatta-info-table th:last-of-type {
  border-right-color: #000;
}

.flowBox {
  margin-bottom: 15px;
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
  background: url("/wp-content/uploads/2023/08/arrow_down.png") center bottom no-repeat;
}

.flowBox:last-child,
.flowBox.last {
  background: none;
  padding-bottom: 0;
}

.flowBox>dl {
  padding: 15px 15px 12px;
  display: block;
  overflow: hidden;
  padding: 20px 20px 17px;
  border: 3px solid #000;
}

.flowBox>dl>dt {
  border-bottom: 1px dotted #000;
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.flowBox dt {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.flowBox .iconBox {
  background-color: #000;
  margin-right: 8px;
  padding: 3px 5px;
  color: #FFF;
  border-radius: 3px;
}

.flowBox .feCaption {
  font-weight: bold;
}

.tournament_period {
  line-height: 2rem;
  margin-top: 1.5%;
  margin-left: 6.5%;
}

@media (max-width: 650px) {
  .tournament_period {
    line-height: 1.5rem;
    font-size: 90%;
    margin-left: 0;
  }
}

@media screen and (max-width:650px) {
  .flowBox .feCaption {
    line-height: 160%;
  }
}

/* 横並びに対するCSS */
[class^="col2"] {
  text-align: left;
}

[class^="col2"] .col2-blk {
  list-style-type: none !important;
  width: 47.5%;
  padding: 0 !important;
}

[class^="col2"] .col2-blk:nth-child(odd) {
  float: left;
  margin-right: 0.5%;
}

[class^="col2"] .col2-blk:nth-of-type(even) {
  float: right;
  margin-left: 0.5%;
}

@media screen and (max-width: 650px) {
  .col2-spbreak .col2-blk {
    margin: 0 auto 3.5%;
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
    width: 100%;
  }
}

.col3-spbreak {
  display: flex;
  width: calc(100% - 7%);
  margin: 3% auto 0;
}

.col3-spbreak .col3-blk:first-child,
.col3-spbreak .col3-blk:nth-of-type(2) {
  margin-right: 5%;
}

.col3-spbreak .col3-blk:last-child {
  margin-right: 0;
}

@media screen and (max-width: 660px) {
  .col3-spbreak {
    display: block;
    margin: 5% auto;
  }

  .col3-spbreak .col3-blk:first-child,
  .col3-spbreak .col3-blk:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 5%;
  }
}

dd.btn-pink-01 a {
  background-color: #000;
  color: #fff !important;
  border: 1px solid #000;
}

.btn-pink a {
  background-color: #000;
  color: #ef006e !important;
  border: 1px solid #000;
}

.btn a {
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 5px;
  padding: 10px 5px;
  border-radius: 10px;
}

ul.reference-list {
  font-size: 95%;
}

ul[class*="-list"]>li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 1rem;
}

ul.reference-list>li:before {
  content: "\00203B";
}

h4.virtual-title {
  position: relative;
  font-size: 121.4%;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 145%;
  font-weight: bold;
  padding: 10px 5px 0 15px;
  background-color: #FFF;
}

h4.virtual-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 60%;
  border-left: 5px solid #17266b;
}

.marker {
  background: linear-gradient(transparent 60%, #ffdd02 60%);
  padding: 0 10px;
  font-size: 130%;
}

@media screen and (min-width: 651px) {
  [class*="line-blq"] {
    display: inline-block;
  }

  .line-blq-mrg {
    margin-right: 15px;
  }
}

.reference-txt {
  padding-left: 1rem;
  position: relative;
  font-size: 92%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.reference-txt:before {
  content: "\00203B";
  position: absolute;
  left: 0;
}

[class^="fl-box-b"] .l-side {
  float: left;
}

[class^="fl-box-b"] .r-side {
  float: right;
  margin: 0 0 0 15px;
}

@media screen and (min-width: 651px) {
  .fl-box-b-02 .txt {
    width: calc(100% - 50%);
    line-height: 170%;
  }

  .fl-box-b-02 .img {
    max-width: 45%;
  }
}

[class^="fl-box"]:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 659px) {

  [class^="fl-box-b"] .l-side,
  [class^="fl-box-b"] .r-side {
    display: block;
  }

  [class^="fl-box-b"] .txt {
    max-width: 100%;
    line-height: 170%;
  }
}

.bg-box__blue {
  background-color: #E3F5FF;
  border: 10px double #fff;
  padding: 10px;
  box-sizing: border-box;
}

h4.app-discription.bg-box--ttl {
  background-color: #fff;
  font-weight: bold;
  padding: 10px 0 10px 15px;
  font-size: 121.4%;
  margin-bottom: 10px;
}

/* バーチャルランENGLISH 2023 */
/*@media screen and (min-width: 769px){
#container #contents:not(.sideBarLess) {
  width: 1100px;
}
#container #sidebar{
  display: none;
}
}*/
.download-tatta {
  font-size: 1.1em;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}

[class*="flexwrap_"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flowBox .flexwrap_2col,
.tatta_present .flexwrap_2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flowBox .flexwrap_2col figure,
.flowBox .flexwrap_2col div,
.tatta_present .flexwrap_2col figure,
.flowBox .flexwrap_2col div {
  width: 42%;
  margin: 0 2% 4%;
}

.flexwrap_2col_app div {
  width: auto !important;
}

@media screen and (max-width: 659px) {
  .flexwrap_2col_app div {
    width: 46% !important;
  }
}

@media screen and (max-width: 650px) {

  .flowBox .flexwrap_2col figure,
  .flowBox .flexwrap_2col div,
  .tatta_present .flexwrap_2col figure,
  .tatta_present .flexwrap_2col div {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*-----Tシャツサイズ表-----*/
table.t-shirt-size {
  width: 100%;
  font-size: inherit;
  border-top: none;
  margin-bottom: 20px;
}

.t-shirt-size th {
  background-color: #F5F5F5;
}

.t-shirt-size tbody th,
.t-shirt-size tbody td {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  padding: 2% !important;
}

.split>span {
  padding: .25rem .3rem;
}

.split>span:not(:last-of-type) {
  padding-right: 0.3rem;
}

.nolink {
  pointer-events: none;
}

.ready,
.en-cs {
  position: relative;
}

.ready a,
.en-cs a {
  pointer-events: none;
}

.tooltips {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .75rem;
  padding: 0.3rem 2.5rem;
  border-radius: 4px;
  position: absolute;
  top: -30px;
  left: -20px;
  background: #fff;
  color: #555;
}

#fNav .tooltips{
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  text-wrap: nowrap;
  letter-spacing: .25rem;
  padding: 0.3rem 2.5rem;
  border-radius: 4px;
  position: absolute;
  top: -40px;
  left: -20px;
  background: #fff;
  color: #555;
}
.tooltips.en {
  letter-spacing: 0 !important;
}

.tooltips:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -10px;
  border-top-color: #fff;
  top: 100%;
  left: 25%;
}

@media screen and (max-width: 767px) {
  .tooltips {
    left: 10px;
  }
}

#gNav>ul {
  width: 100%;
}


.img-top {
  padding: 15px 15%;
  margin-bottom: 30px;
}
.img-top.logo-wtm{
  /* border: solid 1px #cfcfcf; */
  max-width: 820px;
  margin: 0 auto 30px;
  padding: 50px 0;
}

.fadeout {
  animation: fadeOut 1s;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadein {
  animation: fadeIn 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.top-cathcopy {
  text-align: center;
  padding: 15px 30px 50px;
}

.top-cathcopy img {
  width: 100%;
}

.lead {
  font-size: 16px;
  font-family: serif;
  padding: 1rem 2rem;
  margin-bottom: 30px;
}

.about100 {
  font-size: 16px;
  font-family: serif;
  font-weight: bold;
  line-height: 2.0;
  margin-top: 2.5rem;
  padding: .5rem 1rem;
}

.lead .txt-end,
.about100 .txt-end {
  text-align: right;
  margin-bottom: 1rem;
}

.lead .ind,
.about100 .ind {
  text-indent: 1.25rem;
}

.lead .tp01,
.about100 .tp01 {
  margin-top: 1.5rem;
}
.lead .tp02,
.about100 .tp02 {
  margin-top: 2.5rem;
}

p.concept {
  font-size: 20px;
  line-height: 2.0;
  text-indent: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-cathcopy {
    padding: 15px 10px 30px;
  }

  .lead {
    padding: 1rem .5rem !important;
  }
}

.top-cathcopy {
  text-align: center;
  padding: 15px 30px 50px;
}

.top-cathcopy img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-cathcopy {
    padding: 15px 10px 30px;
  }
}

.homeBnrs li {
  margin: 0 auto 20px;
  box-sizing: border-box;
  text-align: center;
}

.homeBnrs li a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 16pt;
  font-weight: bold;
  line-height: 1.5;
  color: #fff !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.homeBnrs li a:after {
  content: "";
  position: absolute;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-2px);
}

.homeBnrs li.noLink a {
  pointer-events: none;
  cursor: default;
}

.homeBnrs li.noLink a:before,
.homeBnrs li.noLink a:after {
  position: absolute;
  display: block;
  width: 100%;
}

.homeBnrs li.noLink a:before {
  content: '';
  background: #000;
  opacity: 0.6;
  height: 100%;
}

.homeBnrs li.noLink a:after {
  height: auto;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  margin: auto;
}

.homeBnrs li.endLimited a:after {
  content: '定員締切済み';
  font-size: 24px;
}

.homeBnrs li.entryBnrs {
  font-size: 250%;
}

@media (min-width: 769px) {
  .homeBnrs.colsPC {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .homeBnrs.colsPC li {
    width: 49%;
  }
}

.homeBnrs li.bgcBlack {
  background: #000;
}

.homeBnrs li.bgcVirtualUTMF {
  background: #0e58a3;
}

.homeBnrs li.bgcVirtualKAI {
  background: #8D1F7B;
}

.homeBnrs li.bgcExpo {
  background-color: #F5E929;
}
.homeBnrs li.bgcExpo a{
  color: #000 !important;
}

.homeBnrs li.bgcTourPlan {
  background-color: #7FB260;
}

.homeBnrs li.bgcOrange {
	background-color: #fd8300;
	color: #fff;
}

.homeBnrs li.bgcFuji {
	background-color: #3db3e0;
	color: #fff;
}

.homeBnrs li.bgcBlack a,
.homeBnrs li.bgcVirtualUTMF a,
.homeBnrs li.bgcVirtualKAI a,
.homeBnrs li.bgcTourPlan a {
  color: #fff;
}

.homeBnrs li.bgcExpo a {
  color: #000;
}

.homeBnrs li.bgcExpo a:after {
  border-color: #000;
}

.homeBnrs li.racedayServiceBnrs a {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 28px;
}

#tatta{
  padding: 1.5rem 0 1rem;
}
#tatta iframe{
  width: 100%;;
}

#holder2023 img{
  border: solid 5px #fff;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
#holder2023 label{
  font-size: 12pt;
  font-weight: bold;
}
#holder2023 .flexBlock--pc2col:nth-of-type(1) label,
#holder2023 .flexBlock--pc2col:nth-of-type(2) label{
  color: #3db3e0;
}
#holder2023 .flexBlock--pc2col:nth-of-type(3) label,
#holder2023 .flexBlock--pc2col:nth-of-type(4) label{
  color: #8D1F7B;;
}
#holder2023 label .mens{
  color: #000;
}
#holder2023 label .women{
  color: #d00;
}
span.lab-en {
  font-size: 0.5rem;
  text-wrap: nowrap;
}
.baseTable.ln-b tr td{
  font-size: 9pt;
  border-width: 0;
  border-bottom: solid 1px #dfdfdf;
}
.baseTable tr td.cancel{
  color: #999;
  border-bottom: solid 1px #cfcfcf;
  border-top: solid 1px #cfcfcf;
}
.baseTable.ln-b tr:nth-of-type(2n) td:not(.cancel){
  background: #f3f3f3;
}
.baseTable.ln-b tr:last-of-type td{
  border-bottom-width: 1px;
}
.alt{
  color:#fd00c5;
  font-size: 15pt;
}

.arrow-right{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 100%;
}
.arrow-right .arrow-line{
	display: block;
    width: 100%;
    background: #333;
    height: 8px;
    padding: 0 1rem;
}
.arrow-right .arrow-mark {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 12px 24px;
	border-left-color: currentColor;
	border-right: 0;
}

.grid-table{
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 20% 14% 26% 20% 20%;
}
.grid-table > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid01{
    grid-row: span 1;
    grid-column: span 1;
}
.grid02{
    grid-row: span 1;
    grid-column: span 1;
}
.grid03{
    grid-row: span 1;
    grid-column: span 1;
}
.grid04{
    grid-row: span 1;
    grid-column: span 1;
    position: relative;
    padding: 5px 30px 5px 15px;
    text-align: center;
}
.grid05{
    grid-row: span 2;
    grid-column: span 1;
}
.grid06{
    grid-row: span 1;
    grid-column: span 1;
}
.grid07{
    grid-row: span 1;
    grid-column: span 3;
}
.grid04 .arrow-right{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.balloon{
    width: 100%;
    padding: 0.5rem 1rem;
    text-align: center;
    border-radius: 0.3rem;
}
.balloon.bl-01{
    background: #333;
    color: #fff;
}
.balloon.bl-02{
    background: #dcf3cd;
    color: #333;
    font-weight: bold;
    padding: 1.5rem 0.5rem;
}
.balloon.bl-03{
    height: auto;
    z-index: 2;
    position: relative;
    display: inline-block;
    height: 100%;
    background: #01b0f1;
    font-weight: bold;
    color: #fff;
    width: 4rem;
}
.balloon.bl-04{
    background: #cfe0f0;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 5rem 0.5rem;
}

@media screen and (max-width: 767px) {
    .grid-table{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
    }
    .grid01{
        grid-row: 1 / span  1;
        grid-column: 2 / span 1;
        padding: 0 5px;
    }
    .grid02{
        grid-row: 2 / span  1;
        grid-column: 2 / span 1;
        min-height: 80px;
    }
    .grid03{
        grid-row: 3 / span  1;
        grid-column: 2 / span 1;
    }
    .grid04{
        grid-row: 4 / span  1;
        grid-column: 2 / span 1;
        position: relative;
        padding: 2rem 0;
    }
    .grid05{
        grid-row: 5 / span  1;
        grid-column: 1 / span 2;
    }
    .grid06{
        grid-row: 1 / span  1;
        grid-column: 1 / span 1;
        padding: 0 5px;
    }
    .grid07{
        grid-row: 2 / span 3;
        grid-column: 1 / span 1;
    }
    .grid04 .arrow-right{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .arrow-right{
        flex-flow: column;
        height: 100%;
    }
    .arrow-right .arrow-line{
        display: block;
        width: 8px;
        background: #333;
        height: 100%;
        padding: 0;
    }
    .arrow-right .arrow-mark {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 24px 12px;
        border-top-color: currentColor;
        border-bottom: 0;
    }
    .balloon.bl-03{
        width: 100%;
    }
    .balloon.bl-03 br{
        display: none;
    }
    .balloon.bl-04{
        padding: 1rem .5rem;
    }
}

.grid-table-en{
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 17% 8% 25% 30% 20%;
}
.grid-table-en > div{
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-table-en .grid01{
  grid-row: span 1;
  grid-column: span 1;
}
.grid-table-en .grid02{
  grid-row: span 1;
  grid-column: span 1;
}
.grid-table-en .grid03{
  grid-row: span 1;
  grid-column: span 1;
}
.grid-table-en .grid04{
  grid-row: span 1;
  grid-column: span 1;
  position: relative;
  padding: 5px 40px 5px 20px;
  text-align: center;
}
.grid-table-en .grid05{
  grid-row: span 1;
  grid-column: span 1;
}
.grid-table-en .grid04 .arrow-right{
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 100%;
}

.balloon{
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 0.3rem;
}
.grid-table-en .balloon.bl-01{
  background: #333;
  color: #fff;
}
.grid-table-en .balloon.bl-02{
  background: #dcf3cd;
  color: #333;
  font-weight: bold;
  padding: 1rem 0.5rem;
}
.grid-table-en .balloon.bl-03{
  height: auto;
  z-index: 2;
  position: relative;
  display: inline-block;
  background: #01b0f1;
  font-weight: bold;
  color: #fff;
  width: auto;
}
.grid-table-en .balloon.bl-04{
  background: #cfe0f0;
  color: #333;
  text-align: center;
  font-weight: bold;
  padding: 1rem 0.5rem;
}

@media screen and (max-width: 767px) {
  .grid-table-en{
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto;
  }
  .grid-table-en .grid01{
      grid-row: 1 / span  1;
      grid-column: 1 / span 1;
      padding: 0 5px;
  }
  .grid-table-en .grid02{
      grid-row: 2 / span  1;
      grid-column: 1 / span 1;
      min-height: 60px;
  }
  .grid-table-en .grid03{
      grid-row: 3 / span  1;
      grid-column: 1 / span 1;
  }
  .grid-table-en .grid04{
      grid-row: 4 / span  1;
      grid-column: 1 / span 1;
      position: relative;
      padding: 1.5rem 0 2.5rem;
  }
  .grid-table-en .grid05{
      grid-row: 5 / span  1;
      grid-column: 1 / span 1;
  }
  .grid-table-en .grid04 .arrow-right{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
  }

  .arrow-right{
      flex-flow: column;
      height: 100%;
  }
  .arrow-right .arrow-line{
      display: block;
      width: 8px;
      background: #333;
      height: 100%;
      padding: 0;
  }
  .arrow-right .arrow-mark {
      display: inline-block;
      vertical-align: middle;
      color: #333;
      line-height: 1;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 24px 12px;
      border-top-color: currentColor;
      border-bottom: 0;
  }
  .grid-table-en .balloon.bl-03{
      width: 100%;
  }
  .grid-table-en .balloon.bl-03 br{
      display: inline;
  }
  .grid-table-en .balloon.bl-04{
      padding: 1rem .5rem;
  }
}

table.acTour {
  width: auto;
  min-width: 70%;
}
table.acTour *{
  box-sizing: border-box;
  border-collapse: collapse;
}
table.acTour thead tr th{
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5rem;
  border: solid 1px #333;
}
table.acTour tbody tr th{
  background: #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  padding: .25rem 0.5rem;
  text-align: center;
  border: solid 1px #333;
}
table.acTour tbody tr td{
  border: solid 1px #333;
  font-size: 14px;
  vertical-align: middle;
  padding: .25rem 0.5rem;
}
.ln-light{
  border-right-color: #dfdfdf !important;
}
.drive-chart {
  display: flex;
  box-sizing:border-box
}
.drive-chart *{
  box-sizing:border-box
}
.drive-chart .row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 20px;
}
.drive-chart .row .col-1 {
  font-size: 9px;
  text-wrap: nowrap;
}
.drive-chart .row .balloon {
  font-size: 12px;
  background: #d3def7;
}
.drive-chart .row .panel {
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  padding: 0.23rem;
  background: #c3ebc3;
  border-radius: 0.25rem;
  margin-bottom: 15px;
  text-wrap: nowrap;
}
.drive-chart.en .row .panel{
  font-size: 9px;
}
.drive-chart .row .panel.last{
  display: none;
}
.drive-chart .row .line {
  min-width: 1.5rem;
  display: flex;
  flex-flow: column;
  margin-bottom: 15px;
}
.drive-chart .row .line hr {
  margin: 0;
  border-top: solid 4px #333;
}

.drive-chart .row .line p{
  font-size: 9px;
  margin-top: -1rem;
  text-align: center;
}
.drive-chart .row .line span{
  font-size: 9px;
  padding: 0 .5rem;
  margin-bottom: -1rem;
  text-wrap: nowrap;
}
.drive-chart.en .row .line span{
  font-size: 8px;
}
.drive-chart .row .line span.double{
  margin-bottom: -2rem;
  text-align: center;
}
.drive-chart .row .line span.double span{
  display: none;
}
.drive-chart .row .line span.triple{
  margin-bottom: -3rem;
  text-align: center;
}
.drive-chart .row .line span.triple span{
  display: none;
}
.drive-chart .row .line.road{
  flex: none;
}
.drive-chart .row .line.cover {
  width: 100%;
}
.drive-chart .stop-area{
  display: flex;
}
.drive-chart .stop-area .balloon{
  -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #d3def7;
    font-size: 13px;
    padding: 0.5rem;
}
.drive-chart .stop-area .balloon.og{
  background: #f7e7d3;
}

.line-border{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 4px;
    width: 100%;
}
.line-border .line-line{
	display: block;
  width: 100%;
  background: #333;
  height: 100%;
}
.drive-chart .row .line.normal .line-border .line-line{
  background-color: #e1e0de;
}
.pc-view{
  display: initial;
}
@media screen and (max-width: 767px) {
  .drive-chart {
    overflow:scroll;
    flex-flow: column;
  }
  .drive-chart .row {
    flex-flow: column;
    margin-bottom: 40px;
  }
  .drive-chart .row > div{
    width: 100%;;
  }
  .drive-chart .row .col-1{
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-flow: column-reverse;
  }
  .drive-chart .row .balloon{
      font-size: 16px;
  }
  .drive-chart .row .panel,
  .drive-chart.en .row .panel{
    font-size: 15px;
    padding: .5rem;
  }
  .drive-chart .row .panel.last{
    display: block;
    background-color: #f7e7d3;
    font-size: 18px;
    padding: 1rem 0.5rem;
  }
  .drive-chart .row .panel:not(.last) br{
    display: none;
  }
  .drive-chart .row .line span,
  .drive-chart.en .row .line span{
    font-size: 12px;
  }
  .drive-chart .row .line span.double span,
  .drive-chart .row .line span.triple span{
    display: inline-block;
  }
  .drive-chart .row .line span br{
    display: none;
  }
  .drive-chart .row .line p{
    display: none;
  }
  .line-border{
    flex-flow: column;
    height: 100%;
    width: 50%;
    align-items: flex-end;
  }
  .line-border .line-line{
    display: block;
    width: 8px;
    background: #333;
    height: 100%;
    padding: 0;
  }
  .drive-chart .row .line,
  .drive-chart .row .panel{
    margin-bottom: 0;
  }
  .drive-chart .row .line.cover,
  .drive-chart .row .line.road{
    flex-flow: row;
  }
  .drive-chart .stop-area,
  .btnPDF{
    display: none;
  }
  .pc-view{
    display: none;
  }
}

.btnPDF {
  font-weight: bold;
  text-align: right;
  padding: .75rem;
}

.btnPDF a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px;
  /* background: #fbcf00; */
  color: #000 !important;
  font-size: 16px;
}

.btnPDF a[target=_blank]:after {
  content: "";
  width: 15px;
  height: 13px;
  background: url("../img/common/icon_blank_bk.svg");
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.section-plan{
  padding-left: 1rem;
}
.section-plan *{
  box-sizing: border-box;
}
.section-plan .plan-ttl{
  font-weight: bold;
  color: #fff;
  padding: 0.3rem 0.5rem;
  display: inline-block;
}
.section-plan .plan-ttl.fuji{
  background-color: #3db3e0;
}
.section-plan .plan-ttl.kai{
  background: #8D1F7B;
}
.section-plan .plan-items{
  padding: .5rem;
}
.section-plan .ttl-list{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.section-plan .inner{
  font-size: 100%;
  padding-left: .5rem;
}
.section-plan .inner .plan-name{
  font-size: 16px;
  font-weight: bold;
  color: #7FB260;
  line-height: 2.0;
}
.section-plan .inner ul{
  font-size: 100%;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.section-plan .inner ul li{
  font-size: 100%;
  list-style: disc;
  line-height: 2.0;
  margin-bottom: 0.5rem;
}

.sec.wtm .text{
  font-size: 15px;
  line-height: 2.0;
  margin-bottom: 1.5rem;
}
.sec.wtm .numList{
  padding: 0 .75rem;
  line-height: 1.7;
}
.fujikyu a{
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
}

.b-yl{
  border:solid 2px #ffcc00 !important;
}

a.comingsoon,
a.comingsoon-en{
  position: relative;
  pointer-events: none;
}
a.comingsoon::before{
  content: '準備中';
  background: rgba(0,0,0,0.6);
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  letter-spacing: .5rem;
}
a.comingsoon-en::before{
  content: 'Coming Soon';
  background: rgba(0,0,0,0.6);
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  letter-spacing: .1rem;
}
.lh24{
	line-height:2.4rem;
}
.ln-upper{
	padding-top: 30px;
    border-top: 1px solid #DDD;
}
p.lead-sub {
    font-size: 16px;
    line-height: 2.0;
    font-weight: bold;
}
.w80{
	width:80%;
}
.ind10{
	text-indent: 1.25rem;
}
table.vt-table tr td{
  padding: .3rem .5rem 1rem;
  font-weight: bold;
}
.sub-item .titGray {
    background: #fff;
    padding: 0.3rem 1rem;
    border: solid 2px #333;
    color: #333;
}
.close{
  display: none !important;
}
.virtualResultBnrs.finisher {
  border: solid 3px #000;
}
.virtualResultBnrs.finisher a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
}
.virtualResultBnrs.finisher a img {
  height: 60px;
  margin-right: 1.5rem;
}
li.virtualResultBnrs.finisher a:after{
  border-color: #000 !important;
}
@media screen and (max-width: 767px) {
  .virtualResultBnrs.finisher a {
    flex-flow: column;
  }
  .virtualResultBnrs.finisher a img {
    height: 40px;
  }
}