/*****************************************************************************
CSS only for Homegame page
*****************************************************************************/

/* Page__logo
-----------------------------------------*/
.Page__logo {
  text-align: center;
  margin-bottom: 38px;
}

.Page__logo img {
  max-width: 100%;
  height: auto;
}


/* Homegame
-----------------------------------------*/
.Homegame {
  margin: 0 auto;
  max-width: 976px;
}

@media screen and (max-width: 976px) {
  .Homegame {
    margin: 0 20px;
  }
}


/* Match
-----------------------------------------*/
.Match {
  border: 1px solid #d6d6d6;
  margin-bottom: 67px;
}

@media screen and (max-width: 767px) {
  .Match {
    margin-bottom: 40px;
  }
}

.Match table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
}

.Match table th {
  vertical-align: middle;
  background-color: #d6d6d6;
}

.Match table thead tr:first-child th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 37px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .Match table thead tr:first-child th {
    font-size: 14px;
    font-size: 1.4rem;
    height: 32px;
  }
}

.Match table thead tr:nth-child(2) th {
  color: #004ea2;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  height: 56px;
}

@media screen and (max-width: 767px) {
  .Match table thead tr:nth-child(2) th {
    font-size: 23px;
    font-size: 2.3rem;
    height: 39px;
  }
}

.Match table td{
  vertical-align: middle;
  padding: 30px 15px;
}

@media screen and (max-width: 767px) {
  .Match table td{
    vertical-align: top;
    padding: 30px 13px;
  }
}

.Match table td:nth-child(1) {
  width: 45%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .Match table td:nth-child(1) {
    text-align: center;
    padding-left: 20px;
  }
}

.Match table td:nth-child(3) {
  width: 45%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .Match table td:nth-child(3) {
    text-align: center;
    padding-right: 20px;
  }
}

.Match table td figure {
  width: 146px;
  height: auto;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .Match table td figure {
    width: 100%;
    max-width: 100px;
  }
}

.Match table td figure img {
  width: 100%;
  height: auto;
}

.Match table td figure figcaption {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 5px;
}

.Match table td:nth-child(2) {
  width: 10%;
  text-align: center;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .Match table td:nth-child(2) {
    vertical-align: middle;
    padding: 0 0 36px;
  }
}

.Match table td:nth-child(2) span {
  color: #004ea2;
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .Match table td:nth-child(2) span {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* BoxHeading
-----------------------------------------*/
.BoxHeading {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  color: #FFF;
  background-color: #004ea2;
  width: calc(80% - 19.65px);
  padding: 6px 0;
  margin: 0 auto;
  transform: skewX(-20deg);
}

@media screen and (max-width: 767px) {
  .BoxHeading {
    width: calc(100% - 14.2px);
    padding: 6px 0;
    font-size: 1.8rem;
  }
}

.BoxHeading span {
  display: inline-block;
  transform: skewX(10deg);
}

@media screen and (max-width: 767px) {
  .BoxHeading span {
    transform: skewX(15deg);
  }
}

/* Detail
-----------------------------------------*/
.Detail {
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  .Detail {
    margin-top: 63px;
  }
}

.Detail__sec {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .Detail__sec {
    margin-top: 80px;
  }
}

.Detail__sec:first-of-type {
  margin-top: 0;
}

.Detail__wrapper + .Detail__wrapper {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .Detail__wrapper + .Detail__wrapper {
    margin-top: 32px;
  }
}

.Detail__wrapper > *:last-child {
  margin-bottom: 0;
}

.Detail__wrapper > p {
  line-height: 1.9;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .Detail__wrapper p {
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Detail__title {
  color: #004ea2;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .Detail__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.Detail__subTitle {
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .Detail__subTitle {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Detail__wrapper > .Detail__subTitle:first-of-type {
  margin-top: 0;
}

.Detail__list {
  margin-bottom: 1em;
}

.Detail__list > li {
  line-height: 1.9;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .Detail__list li {
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Detail__list--noblank li {
  margin-bottom: 0;
}

.Detail__list .Memolist li {
  line-height: 1.9;
  font-size: 12px;
  font-size: 1.2rem;
}

.Detail__list > li .Caution {
  padding-left: 1em;
}

.UseTime {
  margin-top: 2em;
}

.Detail__sec .Caution {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #d8002e;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .Detail__sec .Caution {
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 0;
  }
}

/* Start
-----------------------------------------*/
.Start {
  background-color: #fff;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .Start {
    height: 50px;
    margin-bottom: 25px;
  }
}

.Start p strong {
  color: #004ea2;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .Start p strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}


/* Schedule
-----------------------------------------*/
.Schedule {
  width: 100%;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .Schedule {
    margin-top: 25px;
  }
}

.Schedule th{
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  width: 10%;
  padding: 15px 0;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .Schedule th{
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Schedule td{
  font-size: 16px;
  font-size: 1.6rem;
  width: 90%;
  padding: 5px 0 5px 32px;
}

@media screen and (max-width: 767px) {
  .Schedule td{
    padding: 5px 0 5px 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Schedule td p small {
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  margin-top: 5px;
}


/* Announce
-----------------------------------------*/
.Announce {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .Announce {
    font-size: 18px;
    font-size: 1.8rem;
  }
}


/* ImgList
-----------------------------------------*/
.ImgList {
  margin: 40px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ImgList {
    margin: 32px 0;
  }
}

.ImgList ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}

@media screen and (max-width: 767px) {
  .ImgList ul {
    margin-right: -3%;
    margin-bottom: -3%;
  }
}

.ImgList ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}


.ImgList--col2 ul li {
  width: calc((100% - 40px) / 2);
}

.ImgList--col3 ul li {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 767px) {
  .ImgList ul li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}

.ImgList ul li img {
  max-width: 100%;
  height: auto;
}

.ImgList figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}

.ImgList--mgn {
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .ImgList--mgn ul {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ImgList--mgn ul li {
    width: auto;
  }
}

.ImgList--noindent {
  text-indent: 0;
}


/* ImgSingle
-----------------------------------------*/
.ImgSingle {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .ImgSingle {
    text-align: center;
    margin: 32px 0;
  }
}

.ImgSingle a:hover {
  opacity: .8;
}

.ImgSingle img {
  max-width: 100%;
  height: auto;
}

.ImgSingle  figure {
  display: inline-block;
}

.ImgSingle  figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ImgSingle  figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ImgSingle--center {
  text-align: center;
}

.ImgSingle--mgn {
  margin: 24px 0;
}


/* Explain
-----------------------------------------*/
.Explain {
  margin-top: 40px;
}

.Explain__inner {
  margin-top: 32px;
  display: flex;
}

.Explain__title {
  font-size: 1.6rem;
  font-weight: bold;
  width: 195px;
}

@media screen and (max-width: 767px) {
  .Explain__title {
    font-size: 1.4rem;
    width: 90px;
  }
}

.Explain__text {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .Explain__text {
    padding-left: 16px;
  }
}

.Explain__text p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .Explain__text p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.Explain__text > *:last-child {
  margin-bottom: 0;
}


/* .DlList
-----------------------------------------*/
.DlList {
  margin-bottom: 1.2em;
}
.DlList__item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  display: flex;
}
.DlList__item dt {
  white-space: nowrap;
}
.DlList__item dd {
  flex: 1;
}


/* Notes
-----------------------------------------*/
.Notes {
  margin-top: 30px;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 25px 25px 32px 25px;
}

@media screen and (max-width: 767px) {
  .Notes {
    margin-top: 26px;
    font-size: 1.4rem;
    padding: 30px 20px;
  }
}

.Notes dl {
  position: relative;
  display: flex;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .Notes dl {
    display: block;
    line-height: 1.5;
  }
}

.Notes dl dt {
  width: 170px;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 767px) {
  .Notes dl dt {
    width: auto;
    margin-bottom: 20px;
  }
}

.Notes dl dt span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 2px #004ea1;
}

.Notes dl dd {
  flex: 1;
}

ul.Notes__circleList li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 10px;
  padding-left: 15px;
}

ul.Notes__circleList li:first-child {
  margin-top: 0;
}

ul.Notes__circleList li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "●";
  font-size: 10px;
  color: #999;
}


/* Place
-----------------------------------------*/
.Place {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .Place {
    display: block;
  }
}

.Place__GoogleMap {
  border: solid 2px #FFF;
  position: relative;
  width: 58%;
  padding-bottom: 34%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .Place__GoogleMap {
    margin-bottom: 20px;
    width: auto;
    padding-bottom: 40%;
  }
}

.Place__GoogleMap iframe,
.Place__GoogleMap object,
.Place__GoogleMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Place__ImgMap {
  width: 40%;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .Place__ImgMap {
    width: auto;
  }
}

.Place__ImgMap img {
  width: 100%;
  height: auto;
}


/* ListCircle
-----------------------------------------*/
ul.ListCircle {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  ul.ListCircle {
    margin-bottom: 15px;
  }
}

ul.ListCircle > li {
  margin-top: 8px;
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  ul.ListCircle > li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ul.ListCircle li:first-child {
  margin-top: 0;
}

ul.ListCircle > li::before {
  position: absolute;
  top: 3px;
  left: 1px;
  content: "●";
  color: #AAA;
  font-size: 12px;
  font-size: 1.2rem;
}


/* NextPage
-----------------------------------------*/
body .NextPage.NextPage--auto p a span {
  width: 416px;
}

@media screen and (max-width: 767px) {
  body .NextPage.NextPage--auto p a span {
    width: auto;
  }
}


/* EndGame
-----------------------------------------*/
.EndGame {
  margin-top: 40px;
}

.Detail__wrapper .EndGame p {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .Detail__wrapper .EndGame p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}