@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: '游ゴシック', sans-serif;
  font-size: 1.6rem;
  min-width: 800px;
}

@media (max-width: 750px) {
  body {
    min-width: 300px;
  }
}

img {
  max-width: 100%;
}

.tabOnly {
  display: none;
}

@media (max-width: 750px) {
  .tabOnly {
    display: block;
  }
  .tabOnly--inline {
    display: inline;
  }
}

@media (max-width: 750px) {
  .pcOnly {
    display: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.inner {
  width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .inner {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .inner {
    padding: 0;
    width: 90%;
  }
}

/* utility */
.mb60 {
  margin-bottom: 60px !important;
}

@media (max-width: 450px) {
  .mb60 {
    margin-bottom: 45px !important;
  }
}

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

@media (max-width: 450px) {
  .mb50 {
    margin-bottom: 37.5px !important;
  }
}

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

@media (max-width: 450px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

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

@media (max-width: 450px) {
  .mb30 {
    margin-bottom: 22.5px !important;
  }
}

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

@media (max-width: 450px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}

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

@media (max-width: 450px) {
  .mb10 {
    margin-bottom: 7.5px !important;
  }
}

.colorRed {
  color: #c90a0a;
}

.bold {
  font-weight: bold !important;
}

.mb1line {
  margin-bottom: 1.6rem;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/* end utility */
.text {
  line-height: 1.7;
  font-weight: 500;
}

@media (max-width: 450px) {
  .text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.text a {
  color: #0e7539;
  text-decoration: underline;
}

.mess_txt {
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 450px) {
  .mess_txt {
    font-weight: 500;
  }
}

.mess_button {
  text-align: center;
}

.header {
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 400px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 750px) {
  .header {
    height: 280px;
  }
}

@media (max-width: 450px) {
  .header {
    height: 200px;
  }
}

.header__title {
  margin-bottom: 50px;
  text-align: center;
  font-family: 'HGP行書体','游明朝', serif;
  font-size: 75px;
  color: #002d12;
  text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff, 0 0 20px rgba(0, 0, 0, 0.35);
}

@media (max-width: 750px) {
  .header__title {
    font-size: 9vw;
  }
}

@media (max-width: 450px) {
  .header__title {
    margin-bottom: 30px;
  }
}

.header__text {
  display: inline-block;
  margin: 0 auto;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: white;
  background-color: #002d12;
  padding: 0.25em 0.6em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 750px) {
  .header__text {
    font-size: 3.6vw;
  }
}

@media (max-width: 450px) {
  .header__text {
    font-size: 4vw;
  }
}

.main {
  padding: 50px 0 100px;
}

@media (max-width: 450px) {
  .main {
    padding: 40px 0 60px;
  }
}

.largeHeading {
  text-align: center;
  color: #00491e;
  margin-bottom: 50px;
}

@media (max-width: 450px) {
  .largeHeading {
    margin-bottom: 30px;
  }
}

.largeHeading span {
  display: inline-block;
  position: relative;
  /* padding: 0 70px; */
  font-size: 250%;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
  z-index: 2;
}

@media (max-width: 750px) {
  .largeHeading span {
    font-size: 5.8vw;
  }
}

.largeHeading span::before, .largeHeading span::after {
  content: "";
  display: block;
  width: 50px;
  height: 17px;
  background: url(https://www.fc-gifu.com/wp/wp-content/themes/fc-gifu/img/heading_motif.png) no-repeat center top/50px auto;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

@media (max-width: 750px) {
  .largeHeading span::before, .largeHeading span::after {
    width: 8vw;
    height: 2.72vw;
    background-size: contain;
  }
}

@media (max-width: 450px) {
  .largeHeading span::before, .largeHeading span::after {
    top: 60%;
  }
}

.largeHeading span::before {
  left: 100%;
  margin-left: 10px;
}

@media (max-width: 750px) {
  .largeHeading span::before {
    margin-left: 1vw;
  }
}

.largeHeading span::after {
  right: 100%;
  margin-right: 10px;
}

@media (max-width: 750px) {
  .largeHeading span::after {
    margin-right: 1vw;
  }
}

.mediumHeading {
  font-size: 1.8rem;
  color: #00491e;
  line-height: 1.4;
  margin: 20px 0 12px;
}

.mediumHeading::before {
  content: '【';
}

.mediumHeading::after {
  content: '】';
}

.gameList {
  line-height: 1;
  margin: 0 auto;
}

.gameList__item {
  font-weight: bold;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding: 16px;
}

@media (max-width: 450px) {
  .gameList__item {
    padding: 10px;
  }
}

.gameList__item--done {
  color: #aaa;
}

.gameList__item--active {
  border-color: #d92f6f;
  background-color: #d92f6f;
  color: white;
}

.gameList__link {
  display: block;
}

.gameList__status {
  padding: 6px 8px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #000;
}

.gameList__status--done {
  border: 1px solid #aaa;
  color: #aaa;
}

.gameList__status--active {
  border: 2px solid white;
  color: white;
}

.gameList__status--inPrep {
  border: 1px solid #e67e22;
  color: #e67e22;
}

.gameList__content {
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 750px) {
  .gameList__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5;
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
  .gameList__content > * {
    display: block;
  }
}

@media (max-width: 450px) {
  .gameList__content {
    font-size: 2rem;
  }
}

.gameList__date {
  margin-right: 0.5em;
}

@media (max-width: 450px) {
  .gameList__date {
    margin-right: 0.2em;
  }
}

.gameList__location {
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 750px) {
  .gameList__location {
    line-height: 2;
  }
}

.gameList__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid white;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  padding: 8px 5px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.gameList__buttonWrapper {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gameList__button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.gameList__button--done {
  position: relative;
  color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}

.gameList__button--done::after {
  content: '終 了';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}

.gameList__button--done:hover {
  color: rgba(255, 255, 255, 0.25);
  background-color: transparent;
}

@media (max-width: 450px) {
  .gameList__button {
    width: 22%;
    font-size: 1.2rem;
    padding: 7px 0;
  }
}

.gameList__button--dl {
  color: black;
  border: 1px solid black;
  width: 18%;
}

.gameList__area {
  border: 1px solid black;
  margin-left: 1em;
  padding: 2px 0.75em;
  font-size: 0.85em;
}

@media (max-width: 750px) {
  .gameList__area {
    display: inline-block;
    padding: 0 0.75em;
  }
}

.footer {
  text-align: center;
  background-color: #002d12;
  color: white;
  padding: 100px 0 40px;
}

@media (max-width: 450px) {
  .footer {
    padding: 80px 0 40px;
  }
}

.footer__copyright {
  font-size: 1.5rem;
}

@media (max-width: 450px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.textboxCol2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 750px) {
  .textboxCol2 {
    display: block;
  }
}

.textboxCol2__text {
  width: 48%;
}

@media (max-width: 750px) {
  .textboxCol2__text {
    width: 100%;
  }
}

.textboxCol2__image {
  padding-top: 40px;
}

@media (max-width: 750px) {
  .textboxCol2__image {
    text-align: center;
    padding-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */