@charset "UTF-8";
/* CSS Document */

/* ttl
-----------------------------------------------*/
.ttl h1 {
  line-height: 1;
  text-align: left;
  margin: 0;
  font-size: 48px;
  font-family: 'Noto Sans JP', sans-serif;
}
.ttl h1 span {
  margin-top: 10px;
  display: block;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#ttl{
  margin-bottom: 10px;
}
#ttl h2 {
  margin: 0;
}
#ttl h2 span {
  display: block;
  color: #333;
  position: relative;
  border-top: 1px solid #333;
  margin-left: 0;
}
#ttl h2 span > span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  border-top: none;
}
#ttl .ttlArea {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#ttl .ttlArea .menu {
  display: flex;
  align-items: center;
}
#ttl .ttlArea .menu h3 {
  font-size: 16px;
}
#ttl .ttlArea .menu a span {
  display: block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  text-align: center;
}
#ttl .ttlArea .menu a.open span {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
#ttl .ttlArea .menu ul {
  display: flex;
  margin-left: 30px;
}
#ttl .ttlArea .menu li:first-child::after {
  content: "：";
  margin-right: 5px;
}
#ttl .ttlArea .menu li:not(:first-child) {
  margin-right: 2px;
}
#ttl .ttlArea .name h3 {
  font-size: 34px;
}
#ttl .ttlArea .name h3 span {
  margin-left: 15px;
}
#ttl .ttlArea .note ul {
  display: flex;
}
#ttl .ttlArea .note li {
  font-size: 12px;
  text-align: right;
  padding-left: 20px;
}
#ttl .time li {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
}
#ttl .btn {
  background: #f0f0f0;
  border: solid 1px #ccc;
  max-width: 70px;
  border-radius: 2px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
#ttl .btn span {
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 0 20px;
}
#ttl .ttlArea .note li > ul {
  display: flex;
}
@media only screen and (max-width:767px) {
  .ttl h1 {
    font-size: 30px;
  }
  .ttl h1 span {
    margin-top: 5px;
  }
  #ttl .ttlArea {
    margin-top: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #ttl .ttlArea .menu {
    position: relative;
    width: 100%;
    margin-top: 10px;
    min-height: 30px;
  }
  #ttl .ttlArea .menu ul {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #ttl .ttlArea .menu h3 {
    width: 100%;
  }
  #ttl .ttlArea .name, #ttl .ttlArea .note {
    width: 100%;
  }
  #ttl .ttlArea .note ul {
    flex-wrap: wrap;
    justify-content: end;
  }
  #ttl .ttlArea .note li {
    text-align: left;
    margin-left: 0;
    display: inline-block;
    padding-right: 15px;
  }
  #ttl .ttlArea .note li:last-child {
    padding-right: 0;
  }
}


/* ttl
-----------------------------------------------*/
.detail {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  .detail {
    margin-top: 30px;
  }
}


/* index
-----------------------------------------------*/
.index .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.index .head h2 {
  font-size: 32px;
  font-family: 'Noto Sans JP', sans-serif;
}
.index .head .updated {
  font-size: 12px;
}
.index .head .updated span {
  color: #f0233a;
}
.index table {
  margin-top: 10px;
}
.index table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.index table td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #ebebeb;
  white-space: nowrap;
}
.index table tr:nth-child(odd) td {
  background: rgba(242,242,242,0.5);
}
.index table td:nth-child(3) {
  text-align: left;
}
.index table td:last-child {
  display: none;
}
.index table td:nth-last-child(2) {
  border-right: none;
}
.index table td a {
  color: var(--keycolor);
  text-decoration: underline;
}
.index .more {
  text-align: right;
}
.index .more a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 15px;
}
.index .more a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--subcolor);
  border-right: 2px solid var(--subcolor);
  transform: rotate(45deg)translateY(-50%);
  margin-top: -1px;
}
.index .more a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 15px;
  height: 2px;
  background: var(--subcolor);
  transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
  .index .head {
    flex-wrap: wrap;
  }
  .index .head h2 {
    font-size: 24px;
  }
}


/* fullleaderboard
-----------------------------------------------*/
.fullleaderboard table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.fullleaderboard table td {
  padding: 8px 10px;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  font-weight: bold;
}
.fullleaderboard table tr:nth-child(even) td {
  background: rgba(242,242,242,0.5);
}
.fullleaderboard table td:nth-child(3) {
  text-align: left;
}
.fullleaderboard table td:first-child {
  border-left: none;
}
.fullleaderboard table td:last-child {
  text-align: right;
}
.fullleaderboard table td a {
  color: var(--keycolor);
  text-decoration: underline;
  opacity: 1;
}
.fullleaderboard table td a:hover {
  text-decoration: none;
}
@media only screen and (max-width:767px) {
  .fullleaderboard .tableArea {
    overflow-x: auto;
    white-space: nowrap;
  }
}


/* hole_by_hole
-----------------------------------------------*/
.hole_by_hole .iconList ul{
  display: flex;
  margin-top: 10px;
}
.hole_by_hole .iconList li{
  padding-right: 10px;
}
.hole_by_hole .icon01,
.hole_by_hole .icon02 {
  color: #CC0000;
}
.hole_by_hole .icon03 {
  color: #333333;
}
.hole_by_hole .icon04,
.hole_by_hole .icon05 {
  color: #003973;
}
.hole_by_hole table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px 4px;
  font-size: 10px;
  text-align: center;
}
.hole_by_hole table td {
  padding: 5px 4px;
  font-size: 10px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  font-weight: bold;
}
.hole_by_hole table td span {
  font-weight: bold;
  font-size: 10px;
}
.hole_by_hole table td a {
  color: var(--keycolor);
  text-decoration: underline;
}
.hole_by_hole table td:nth-child(3) {
  text-align: left;
}
.hole_by_hole table td:last-child {
  text-align: right;
  border-right: none;
}
.hole_by_hole table th:nth-last-child(-n+21) {
  background: #333;
}
.hole_by_hole table tr:nth-child(even) td {
  background: rgba(242,242,242,0.5);
}
.hole_by_hole table tr:nth-child(even) td:last-child {
  background: rgba(51,51,51,0.4);
}
.hole_by_hole table tr:nth-child(odd) td:last-child {
  background: rgba(51,51,51,0.3);
}
.hole_by_hole table tr:nth-child(even) td:nth-child(15),
.hole_by_hole table tr:nth-child(even) td:nth-child(25) {
  background: rgba(51,51,51,0.2);
}
.hole_by_hole table tr:nth-child(odd) td:nth-child(15),
.hole_by_hole table tr:nth-child(odd) td:nth-child(25) {
  background: rgba(51,51,51,0.1);
}
@media only screen and (min-width:1301px) {
#container.containerWide {
  max-width: 1640px !important;
}
#container.containerWide #contentsInner {
  max-width: 100%;
}
#container.containerWide #main {
  max-width: 100% !important;
}
.hole_by_hole table td {
  padding: 8px 5px;
  font-size: 12px;
}
.hole_by_hole table td span {
  font-size: 10px;
}
}
@media only screen and (max-width:767px) {
  .hole_by_hole .iconList ul{
    flex-wrap: wrap;
  }  
  .hole_by_hole table .tableArea {
    overflow-x: auto;
    white-space: nowrap;
  }
}


/* distribution
-----------------------------------------------*/
.distribution #ttl .ttlArea .menu{
  display: block;
}
.distribution #ttl .ttlArea .menu ul {
  margin-left: 0;
}
#ttl .ttlArea .menu ul {
  flex-wrap: wrap;
  align-items: center;
}
.distribution table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.distribution table td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
}
.distribution table td:nth-child(3) {
  text-align: left;
}
.distribution table td:last-child {
  border-right: none;
}
.distribution table tr:last-child th,
.distribution table tr:last-child td{
  background: #333;
  color: #fff;
}
.distribution table td a {
  color: var(--keycolor);
  text-decoration: underline;
}
@media only screen and (max-width:767px) {
  .distribution #ttl .ttlArea{
    display: block;
  }
  .distribution table th,
  .distribution table td {
    font-size: 14px;
    padding: 10px 20px;
  }
}


/* summary
-----------------------------------------------*/
.sec_summary table {
  border-bottom: 1px solid #e6e6e6;
}
.sec_summary table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.sec_summary table td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  white-space: nowrap;
}
.sec_summary table tr:nth-child(even) td {
  background: rgba(242,242,242,0.5);
}
.sec_summary table td:last-child {
  border-right: none;
}
.sec_summary table tr:nth-child(even) td{
    background: #fff;
}
.sec_summary .tableArea tr:last-child th,
.sec_summary .tableArea tr:last-child td{
  background: #333;
  color: #fff;
}
.sec_summary table td a {
  color: var(--keycolor);
  text-decoration: underline;
}
.sec_hole_location {
  margin-top: 80px;
}
.sec_hole_location h2 {
  font-size: 22px;
  margin-top: 40px;
}
.sec_hole_location table {
  margin-top: 10px;
}
.sec_hole_location table td {
  width: 37.5%;
  padding: 10px;
  text-align: left;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
}
.sec_hole_location table td:first-child {
  width: 25%;
  background: var(--keycolor);
  color: #fff;
  padding: 10px;
  text-align: center;
  border: solid 1px #fff;
}
.sec_hole_location table td:first-child,
.sec_hole_location table td:last-child {
  border-right: none;
}
.sec_hole_location .wp-block-button a {
  text-align: center;
  padding-right: 20px;
  display: block;
  border-radius: 45px;
  line-height: 45px;
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0;
  font-weight: bold;
  color: #fff;
  background: #EC6538;
  position: relative;
}
.sec_hole_location .wp-block-button a::after {
  position: absolute;
  content: "";
  display: block;
  vertical-align: top;
  width: 16px;
  height: 20px;
  background: url("/image/common/icon_pdf_wht.svg")no-repeat;
  background-size: contain;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  margin-top: -2px;
}
.en_hole_location .sec_hole_location .wp-block-button a {
  text-align: center;
  padding: 0 20px;
}
.en_hole_location .sec_hole_location .wp-block-button a::after {
  right: 35px;
}
@media only screen and (max-width:767px) {
  .sec_hole_location h2 {
    font-size: 20px;
  }
  .sec_hole_location table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .sec_hole_location table td {
    padding: 10px 20px;
  }
  .sec_hole_location .wp-block-button a {
  margin: 10px auto 40px;
  }
  .sec_hole_location .wp-block-button h2 {
    text-align: center;
  }
}


/* hole_location
-----------------------------------------------*/
.hole_location h2 {
  font-size: 22px;
  margin-top: 40px;
}
.hole_location table {
  margin-top: 10px;
}
.hole_location table td {
  width: 37.5%;
  padding: 10px;
  text-align: left;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6;
}
.hole_location table td:first-child {
  width: 25%;
  background: var(--keycolor);
  color: #fff;
  padding: 10px;
  text-align: center;
  border: solid 1px #fff;
}
.hole_location table td:first-child,
.hole_location table td:last-child {
  border-right: none;
}
.hole_location .wp-block-button a {
  text-align: center;
  padding-right: 20px;
  display: block;
  border-radius: 45px;
  line-height: 45px;
  max-width: 200px;
  width: 100%;
  margin: 20px auto 80px;
  font-weight: bold;
  color: #fff;
  background: #EC6538;
  position: relative;
}
.hole_location .wp-block-button a::after {
  position: absolute;
  content: "";
  display: block;
  vertical-align: top;
  width: 16px;
  height: 20px;
  background: url("/image/common/icon_pdf_wht.svg")no-repeat;
  background-size: contain;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  margin-top: -2px;
}
.en_hole_location .hole_location .wp-block-button a {
  text-align: center;
  padding: 0 20px;
}
.en_hole_location .hole_location .wp-block-button a::after {
  right: 35px;
}
@media only screen and (max-width:767px) {
  .hole_location h2 {
    font-size: 20px;
  }
  .hole_location table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .hole_location table td {
    padding: 10px 20px;
  }
  .hole_location .wp-block-button a {
  margin: 10px auto 40px;
  }
  .hole_location .wp-block-button h2 {
    text-align: center;
  }
}


/* pairing
-----------------------------------------------*/
.pairing #ttl .ttlArea .menu h3{
  margin-right: 10px;
}
.pairing table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.pairing table td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.pairing table tr.odd td {
  background: rgba(242,242,242,0.5);
}
.pairing table tr.even td {
  background: transparent;
}
.pairing table td:last-child {
  border-right: none;
}
.pairing table td a {
  color: var(--keycolor);
  text-decoration: underline;
}
@media only screen and (max-width:767px) {
  .pairing #ttl .ttlArea .menu{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pairing #ttl .ttlArea .menu ul {
    padding-left: 20px;
  }
  .pairing #ttl .ttlArea .note ul{
    flex-wrap: nowrap;
  }
  .pairing #ttl .ttlArea .note li{
    padding: 0 0 0 5px!important;
  }
}


/* weather
-----------------------------------------------*/
.weather .updated {
  text-align: right;
}
.weather table {
  margin-top: 15px;
}
.weather table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.weather td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
}
.weather tr td:first-child {
  background: rgba(51,51,51,0.85);
  color: #fff;
}
.weather td:last-child {
  border-right: none;
}
.weather td a {
  color: var(--keycolor);
  text-decoration: underline;
}
.weather figcaption {
  margin-top: 15px;
  font-size: 14px;
}
@media only screen and (max-width:767px) {
  .weather .wp-block-table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .weather th,
  .weather td {
    font-size: 14px;
    padding: 10px 20px;
  }
}


/* story
-----------------------------------------------*/
.index + .story {
  margin-top: 60px;
}
.story .inner {
  max-width: 1180px;
  margin: 0 auto;
}
.story .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: ;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 30px;
}
.story .col:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}
.story .col .img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  min-height: 155px;
  aspect-ratio: 560 / 260;
}
.story .col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story .col:first-child .img {
  position: relative;
  aspect-ratio: 230 / 123;
}
.story .col:first-child .img p {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  right: 20px;
  text-align: center;
  font-size: 142px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  line-height: 0.9;
}
.story .col:first-child .img span {
  display: block;
  font-size: 40px;
}
.story .col .txt {
  margin-top: 20px;
}
.story .col .txt span {
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: var(--keycolor);
}
.story .col .txt h3 {
  font-size: 18px;
  margin-top: 10px;
}
.story .col:nth-child(1) h3 {
  font-size: 22px;
}
.story .col .txt p {
  font-size: 14px;
  line-height: 2;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width:767px) {
  .story .list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
  }
  .story .col {
    width: 100%;
  }
  .story .col:nth-child(1) {
    grid-area: 1;
  }
  .story .col .img {
    max-height: 200px;
    min-height: none;
  }
  .story .col:nth-child(1) h3 {
    font-size: 18px;
  }
  .story .col:first-child .img p {
    top: 10px;
    right: 10px;
    font-size: 60px;
  }
  .story .col:first-child .img span {
    display: block;
    font-size: 20px;
  }
}


/* storySingle
-----------------------------------------------*/
.storySingle h2 {
  font-size: 24px;
  line-height: 1.5;
}
.storySingle li,
.storySingle p {
  font-size: 16px;
  line-height: 2;
}
.storySingle p {
  margin-top: 20px;
}
.storySingle p + figure {
  margin-top: 40px;
}
.storySingle a {
  color: var(--keycolor);
  text-decoration: underline;
}
.storySingle figure {
  margin-top: 60px;
  text-align: center;
}
.storySingle h2 + figure {
  margin-top: 10px;
}
.storySingle figure img {
  width: 100%;
}
.storySingle .is-provider-youtube {
  margin-top: 40px;
}
.storySingle .is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.storySingle .is-provider-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .storySingle h2 {
    font-size: 20px;
  }
  .storySingle li, .detail p {
    font-size: 14px;
  }
  .storySingle figure {
    margin-top: 40px;
  }
}


/* players
-----------------------------------------------*/
.players #ttl p span{
  color: #f0233a;
}
.players #ttl .inner,
.players #ttl ul{
  display: flex;
  margin-left: auto;
}
.players #ttl li{
  font-size: 12px;
  margin-left: 15px;
}
.players .tableOver{
  position: relative;
}
.players .tableOver::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}
.players table {
  border-top: 1px solid #e6e6e6;
}
.players table td {
  padding: 8px 0 8px 50px;
  font-size: 14px;
  width: 20%;
  white-space: nowrap;
  border-bottom: 1px solid #e6e6e6;
}
.players table td a {
  color: var(--keycolor);
  text-decoration: underline;
}
@media only screen and (max-width:767px) {
  .players #ttl .inner{
    flex-wrap: wrap;
  }
  .players table {
    overflow: hidden;
    border-bottom: none;
  }
  .players table,
  .players tbody,
  .players tr {
    display: block;
  }
  .players table td {
    float: left;
    display: block;
    width: 33.333%;
    padding: 8px 5px 8px 0;
  }
}
@media only screen and (max-width:500px) {
  .players table td {
  }
}


/* outline
-----------------------------------------------*/
.story + .outline {
  margin-top: 60px;
}
.outline h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.outline p {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
.outline table {
  margin-top: 20px;
}
.outline table td {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.outline table td:first-child {
  color: #fff;
  background: var(--keycolor);
  font-weight: bold;
  text-align: center;
  width: 30%;
  border: 1px solid #fff;
}
.outline table td a {
  text-decoration: underline;
  position: relative;
}
.outline a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background-image: url("/image/common/icon_win.svg");
  width: 11px;
  height: 10px;
  margin-left: 5px;
}
@media only screen and (max-width:767px) {
  .outline h2 {
    margin-top: 0px;
  }
  .outline p {
    margin-top: 20px;
  }
  .outline table td {
    padding: 10px 10px;
  }
  .outline table td:first-child {
    width: 40%;
  }
}


/* guidance
-----------------------------------------------*/
.guidance section h2 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.guidance section h2:first-child {
	margin-top: 0;
}
.guidance section p + p {
	margin-top: 20px;
}
.guidance section p {
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.guidance section p a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background-image: url("/image/common/icon_win.svg");
  width: 11px;
  height: 10px;
  margin-left: 5px;
}
.guidance section p span{
  color: #f0233a;
}
.guidance section .tableArea {
  margin-bottom: 20px;
}
.guidance section a {
    color: var(--keycolor);
    text-decoration: underline;
}
.guidance section th, 
.guidance section td {
  padding: 15px;
  border: 1px solid #e6e6e6;
}
.guidance section th {
  text-align: center;
  background: var(--keycolor);
  color: #fff;
  border-color: #fff;
}
.guidance section ul li {
  margin: 5px 0 0 1em;
  text-indent: -1em;
}
.guidance section ul li::before {
  content: "・";
}
.guidance section ul + p {
  margin-top: 20px;

}
.guidance .updated {
  text-align: right;
}
.guidance table {
  margin-top: 15px;
}
.guidance table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.guidance table td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
}
.guidance table td:last-child {
  border-right: none;
}
.guidance table td a {
  color: var(--keycolor);
  text-decoration: underline;
}
.guidance figcaption {
  margin-top: 15px;
  font-size: 14px;
}
@media only screen and (max-width:767px) {
  .guidance section{
    padding-top: 0px;
  }
  .guidance section h2{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .guidance section th, 
  .guidance section #post td {
    padding: 10px;
    word-break: keep-all;
  }
  .guidance .wp-block-table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .guidance th,
  .guidance td {
    font-size: 14px;
    padding: 10px 20px;
  }
}


/* television
-----------------------------------------------*/
.television .updated {
  text-align: right;
}
.television table {
  margin-top: 15px;
}
.television table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.television table td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
}
.television table td:last-child {
  border-right: none;
}
.television table td a {
  color: var(--keycolor);
  text-decoration: underline;
}
.television figcaption {
  margin-top: 15px;
  font-size: 14px;
}
@media only screen and (max-width:767px) {
  .television .wp-block-table {
    overflow-x: auto;
    white-space: nowrap;
  }
  .television th,
  .television td {
    font-size: 14px;
    padding: 10px 20px;
  }
}


/* winners
-----------------------------------------------*/
.winners table {
  border-bottom: 1px solid #e6e6e6;
}
.winners table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.winners td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  white-space: nowrap;
}
.winners tr:nth-child(even) td {
  background: rgba(242,242,242,0.5);
}
.winners td:nth-child(3) {
  text-align: left;
}
.winners td:last-child {
  text-align: right;
  border-right: none;
}
.winners td a {
  color: var(--keycolor);
  text-decoration: underline;
}
.winners .more {
  text-align: right;
}
.winners .more a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 15px;
}
.winners .more a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--subcolor);
  border-right: 2px solid var(--subcolor);
  transform: rotate(45deg)translateY(-50%);
  margin-top: -1px;
}
.winners .more a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 15px;
  height: 2px;
  background: var(--subcolor);
  transform: translateY(-50%);
}
.winners ul {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.winners li {
  position: relative;
  padding: 0 10px;
}
.winners li a {
  text-decoration: underline;
}
.winners li::before, #board li::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  background: #333;
  top: 50%;
  transform: translateY(-50%);
}
.winners li::before {
  left: 0;
}
.winners li::after {
  right: 0;
}
@media only screen and (max-width:767px) {
  .winners .tableArea {
    overflow-x: auto;
    white-space: nowrap;
  }
  .winners th,
  .winners td {
    font-size: 14px;
    padding: 10px 20px;
  }
}


/* television
-----------------------------------------------*/
.television #board th, 
.television #board td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.television #board td {
  text-align: left!important;
  background: #fff!important;
}
.television .note{
  display: flex;
  justify-content: space-between;
}
.television .tableArea{
  margin: 20px auto;
}
@media only screen and (max-width:767px) {
  .television .note{
    flex-wrap: wrap;
  }
}


/* photo_gallery
-----------------------------------------------*/
.photo_gallery .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.photo_gallery .wp-block-image {
  text-align: center;
  max-width: 296px;
  width: 31.9%;
  margin-right: 2.15%;
  margin-top: 20px;
}
.photo_gallery .wp-block-image:nth-child(3n) {
  margin-right: 0;
}
.photo_gallery .box .wp-block-image {
  cursor: pointer;
}
.photo_gallery .box .wp-block-image img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 2/1;
  object-position: 50% 25%;
  object-fit: cover;
}
.photo_gallery .box .wp-block-image figcaption {
  display: block;
  margin: 10px auto;
  font-size: 14px;
}
.photo_gallery .wp-block-image a {
  text-decoration: none !important;
  color: #333 !important;
}
.photo_gallery .wp-block-image a {
  text-decoration: none !important;
  color: #333 !important;
}
#en .photo_gallery .wp-element-caption{
  display: none;
}
@media only screen and (max-width:767px) {
  .photo_gallery .box .wp-block-image {
    max-width: 100%;
    width: 48.5%;
    margin-top: 10px;
    margin-right: 3%;
  }
  .photo_gallery .box .wp-block-image:nth-child(2n) {
    margin-right: 0!important;
  }
  .photo_gallery .box .wp-block-image:nth-child(3n) {
    margin-right: 3%;
  }
  .photo_gallery .box .wp-block-image a {
    min-height: 130px;
    border-radius: 5px;
  }
  .photo_gallery .box .wp-block-image figcaption {
    font-size: 12px;
    margin: 5px auto;
  }
}


/* score_card
-----------------------------------------------*/
.score_card #board h2 {
  font-size: 28px;
  position: relative;
  margin: 40px 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
.score_card #board table th {
  background: var(--keycolor);
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.score_card #board td {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  white-space: nowrap;
}
.score_card #board tr:nth-child(even) td {
  background: rgba(242,242,242,0.5);
}
.score_card #board td:last-child {
  border-right: none;
}
.score_card #board th,
.score_card #board td {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-right:none;
}
.score_card #board td a {
  color: var(--keycolor);
  text-decoration: underline;
}
.score_card #board .more {
  text-align: right;
}
.score_card #board .more a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 15px;
}
.score_card #board .more a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--subcolor);
  border-right: 2px solid var(--subcolor);
  transform: rotate(45deg)translateY(-50%);
  margin-top: -1px;
}
.score_card #board .more a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 15px;
  height: 2px;
  background: var(--subcolor);
  transform: translateY(-50%);
}
.score_card #board ul {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.score_card #board li {
  position: relative;
  padding: 0 10px;
}
.score_card #board li a {
  text-decoration: underline;
}
.score_card #board li::before, #board li::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  background: #333;
  top: 50%;
  transform: translateY(-50%);
}
.score_card #board li::before {
  left: 0;
}
.score_card #board li::after {
  right: 0;
}
@media only screen and (max-width:767px) {
  .score_card .name h3 span{
    font-size: 22px!important;
  }
  .score_card #board h2 {
    font-size: 20px;
    margin: 40px 0 10px;
  }
  .score_card #board .tableArea {
    overflow-x: auto;
    white-space: nowrap;
  }
  .score_card #board th,
  .score_card #board td {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* CSS Document */
.record h2{
  margin-top: 60px;
}
.record .entry h2{
  margin-top: 0;
}
@media only screen and (max-width:767px) {
.record h2{
  margin-top: 40px;
}
}
.record table {
  margin-top: 40px;
}
.record h2 + div table {
  margin-top: 10px;
}
.record table th{
  background: var(--keycolor);
  color: #fff;
  padding: 10px;
  text-align: center;
  border: solid 1px #fff;
}
.record table tr.blue th:first-child{
  background: #898888;
}
.record table th:first-child{
  background: #333;
  width: 30%;
}
.record table td{
  padding: 10px;
  text-align: center;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
.record table tr:nth-child(odd) {
  background: rgba(242,242,242,0.5);
}
.record table tr:nth-child(even) td{
  background: #fff;
}
@media only screen and (max-width:767px) {
.record table th,
.record table tr.blue th:first-child,
.record table th:first-child,
.record table td{
  padding: 10px 20px;
}
  
}



/* winners
-----------------------------------------------*/
.winners p.note{
  text-align: right;
}
.winners table {
  margin-top: 15px;
}
.winners table td:last-child{
  text-align: left;
}
.winners table td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background-image: url("/image/common/icon_win.svg");
  width: 11px;
  height: 10px;
  margin-left: 5px;
}


/* tab
-----------------------------------------------*/
.tabList {
  position: relative;
  margin-top: 30px;
}
.tabList::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  z-index: -1;
  width: calc(100% + 80px);
  border-bottom: 2px solid #333;
}
.tabList ul {
  display: flex;
  width: 100%;
}
.tabList ul li {
  flex: 1;
  text-align: center;
}
.tabList ul li a {
  display: block;
  padding: 15px 0;
  cursor: pointer;
}
.tabList ul li.active a {
  background: var(--keycolor);
  color: #fff;
}
.tabList ul li span {
  display: block;
  line-height: 1;
  font-size: 13px;
  margin-top: 3px;
}
@media only screen and (max-width:767px) {
  .tabList {
    margin-top: 30px;
  }
  .tabList ul li a {
    height: 50px;
  }
  .tabList ul li span {
    font-size: 12px;
  }
}


/* modal
-----------------------------------------------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 1000px;
  overflow: auto;
  max-height: 500px;
  padding: 30px;
  background-color: #fff;
  margin-top: 50px;
}
.closeModal {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}
.closeModal span {
  font-size: 0;
  position: relative;
  width: 50px;
  height: 50px;
}
.closeModal span::before, .closeModal span::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--keycolor);
  position: absolute;
  left: 50%;
}
.closeModal span::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeModal span::after {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
#openModal {
  color: var(--keycolor);
  background: #fff;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  transition: opacity .2s ease;
  margin-top: 10px;
}
#openModal:hover {
  opacity: .7;
}
#openModal::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent var(--keycolor);
  transform: translateY(-50%) scale(0.8);
}
.modalWrapper h2 {
  margin: 0 0 15px;
  padding-left: 20px;
  position: relative;
}
.modalWrapper h2::before {
  position: absolute;
  display: block;
  content: "";
  background: var(--keycolor);
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.modalWrapper h2 span {
  display: block;
  border-top: 1px dotted #333;
  margin: 0!important;
}
.modalWrapper h2 span > span {
  display: inline-block;
  border: none;
  font-size: 12px;
  font-weight: normal;
}
.modalWrapper th {
  background: #333;
  width: 20%;
  color: #fff;
}
.modalWrapper tr:nth-child(even) {
  background: #f4f4f4;
}
.modalWrapper th, .modalWrapper td {
  padding: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  font-size: 14px;
}
.modalWrapper td {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width:767px) {
  .modalWrapper {
    margin-top: 20px;
    width: 90%;
    padding: 20px 15px;
  }
  .modalWrapper th, .modalWrapper td {
    width: 100%;
    display: block;
    border: none;
  }
  .modalWrapper th br {
    display: none;
  }
  .modalWrapper td {
    margin-bottom: 20px;
  }
  .modalWrapper tr:nth-child(odd) {
    background: #fff;
  }
}


/* noData
-----------------------------------------------*/
section p.noData {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  section p.noData {
    font-size: 13px;
    margin-top: 30px;
  }
}


/* print
-----------------------------------------------*/
@media print {
  html {
    background: #fff;
  }
  header, #side, #bnrArea, #page-top, footer {
    display: none;
  }
  #wrap {
    padding-top: 0;
  }
  #container #contents {
    width: 100%;
  }
}


/* slider
-----------------------------------------------*/
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, 
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}
.slick-slide:focus {
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-next, 
.slick-prev {
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  width: 60px;
  height: 60px;
  background: url("/image/common/icon_sliderArrow.svg") center no-repeat;
  background-size: 40px;
  cursor: pointer;
  font-size: 0;
}
.slick-next {
  right: 20px;
}
.slick-prev {
  left: 20px;
  transform: rotate(180deg);
}
@media only screen and (max-width:767px) {
  .slick-next, 
  .slick-prev {
    top: auto;
    bottom: 0;
    z-index: 10;
    width: 30px;
    height: 30px;
    background-size: 20px;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
}


/* photoModal
-----------------------------------------------*/
#photoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.85);
  z-index: 1000;
  overflow-y: auto;
  padding: 15px 15px var(--naviH);
  max-width : 100vw;
}
#photoModal .photoModalBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#photoModal .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#photoModal .slider {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#photoModal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#photoModal .close::before,
#photoModal .close::after {
  content: "";
  display: block;
  width: 50%;
  margin: auto;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
#photoModal .close::before {
  transform: rotate(45deg);
}
#photoModal .close::after {
  transform: rotate(-45deg);
}
#slider,
.wp-block-gallery,
.draggable,
.draggable > *,
.slick-initialized .slick-slide{
  height: 100%;
  text-align: center;
}
#slider img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
#sliderNavi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px;
}
#sliderNavi a {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 145 / 95;
}
#sliderNavi a img {
  width: 100%;
  height: 100%;
  object-position: 50% 25%;
  object-fit: cover;
}
#sliderNavi .wp-block-image {
  margin: 0 5px;
}
#sliderNavi .wp-block-image img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2/1;
  object-position: 50% 25%;
  object-fit: cover;
}
#sliderNavi .wp-block-image {
  cursor: pointer;
}
#sliderNavi .wp-block-image.slick-current {
  position: relative;
}
#sliderNavi .wp-block-image.slick-current::before {
  border: 5px solid #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #photoModal .inner {
    padding-bottom: 35px;
    padding-top: 30px;
  }
  #photoModal .close {
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
  }
}


/* champion
-----------------------------------------------*/
.champion section {
  text-align: center;
}
.champion section .box {
  align-items: center;
}
.champion section p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 500px;
  text-align: left;
}
.champion section p strong {
  font-size: 40px;
}
.champion section figure {
  margin: 20px auto 0;
  max-width: 500px;
}
.champion .wp-block-button a {
  text-align: center;
  padding-right: 20px;
  display: block;
  border-radius: 45px;
  line-height: 45px;
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0;
  font-weight: bold;
  color: #fff;
  background: #333;
  position: relative;
}
.champion .wp-block-button a {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (max-width:767px) {
  .champion section p {
    font-size: 14px;
    text-align: left;
  }
  .champion section p strong {
    font-size: 24px;
  }
  .champion section figure {
    margin: 10px auto 0;
  }
}


/* champion
-----------------------------------------------*/
#championship_note {
  background: #f2f2f2;
  padding: 30px 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#championship_note p {
  font-size: 15px;
   color: #ed1c24;
   font-weight: bold;
}
#championship_note p:not(:first-child) {
    margin-top: 6px;
}
@media only screen and (max-width:767px) {
  #championship_note {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  #championship_note p {
    font-size: 12px;
  }
}