@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.scroll-prevent {
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
@media only screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}

.en {
  font-family: din-condensed, sans-serif;
}

.nolink {
  pointer-events: none;
}

.bg-gray {
  background-color: #f1f2f1;
}

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

a.btn {
  display: block;
  border-radius: 0;
  margin: auto;
}

.dsc b {
  font-weight: bold;
}

.relative {
  position: relative;
}

.animated {
  opacity: 0;
}

section.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.section.big-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}

section.section.small-gap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pb-0 {
  padding-bottom: 0;
}

.parallax-window {
  background-color: transparent;
}

.dsc-box {
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .dsc-box {
    font-size: 1.6rem;
  }
}

.single-info .dsc a,
.agreement-box a,
.dsc-box a {
  color: #005797;
}

.mo_none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mo_none {
    display: block;
  }
}

main {
  margin-top: 60px;
  overflow: clip;
}
@media only screen and (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}

/*=============================================
=            BUTTON            =
=============================================*/
button.btn.main_btn,
a.btn.main_btn {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  width: 90vw;
  max-width: 100%;
  border-radius: 0;
  letter-spacing: 0.1em;
  padding: 25px;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
  font-weight: bold;
  border-radius: 8px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 576px) {
  button.btn.main_btn,
  a.btn.main_btn {
    width: 450px;
  }
}
@media only screen and (min-width: 992px) {
  button.btn.main_btn,
  a.btn.main_btn {
    width: 550px;
  }
}
@media only screen and (min-width: 992px) {
  button.btn.main_btn.miniBtn,
  a.btn.main_btn.miniBtn {
    max-width: 360px;
  }
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mw_wp_form button.btn.main_btn {
  max-width: 80%;
}

.mw_wp_form_confirm button.btn.main_btn {
  max-width: 45%;
}

.revealItem .btn.main_btn {
  margin-top: 0;
  margin-bottom: 0;
}

.revealItem.btn-reveal {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .revealItem.btn-reveal {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.btn.main_btn.entry_btn {
  width: 100%;
  padding: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.cf {
  clear: both;
}

.btnWrapper.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

button.btn.main_btn span,
a.btn.main_btn span {
  position: relative;
  z-index: 2;
}

.btn.main_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.btn.main_btn:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 27px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-size: 17px;
}

.btn.main_btn:hover {
  color: #fff !important;
}

.btn.main_btn:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

a.btn.main_btn.rule_btn {
  margin-top: 0;
  margin-bottom: 0;
}

/*=====  End of BUTTON  ======*/
/*=============================================
=            SECTION TITLE            =
=============================================*/
.section-title {
  color: #000;
  font-weight: bold;
  font-style: normal;
  margin-right: 4em;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
}
.section-title:after {
  width: 4em;
  height: 1px;
  background-color: #000;
  content: "";
  position: absolute;
  top: 50%;
  right: -4.5em;
}

/*=====  End of SECTION TITLE  ======*/
/*=============================================
=            LINK AREA            =
=============================================*/
#linkArea {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  #linkArea {
    padding-top: 80px;
  }
}
#linkArea .form-box {
  margin: 0;
  padding: 0;
  text-align: center;
}
#linkArea .form-box .select-box {
  width: 100%;
  max-width: 400px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
#linkArea .form-box select {
  margin: 0;
  width: 100%;
  font-size: 1.4rem;
  color: #000;
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  #linkArea .form-box select {
    font-size: 1.6rem;
  }
}

/*=====  End of LINK AREA  ======*/
/*=============================================
=            ANIMATION            =
=============================================*/
@-webkit-keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
          animation-name: fadeInUpMin;
}

/*=====  End of ANIMATION  ======*/
/*=============================================
=            HEADER            =
=============================================*/
#wrapper-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#wrapper-navbar .skip-link {
  visibility: hidden;
}
#wrapper-navbar .navbar-brand {
  padding: 0;
}
#wrapper-navbar .navbar-brand img {
  height: 60px;
  padding: 10px;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar .navbar-brand img {
    height: 80px;
    padding: 18px;
  }
}
#wrapper-navbar #main-nav-label {
  visibility: hidden;
}
#wrapper-navbar #main-nav {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fdfdfd;
  border-radius: 0 0 12px 12px;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav {
    height: 80px;
    padding: 0 15px 0 0;
  }
}
#wrapper-navbar #main-nav.scrolled {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav.scrolled {
    height: 60px;
  }
}
#wrapper-navbar #main-nav.scrolled .navbar-brand img {
  height: 50px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav.scrolled .navbar-brand img {
    height: 60px;
  }
}
#wrapper-navbar #main-nav .navbar-brand {
  display: block;
  margin: 0;
  width: auto;
}
#wrapper-navbar #main-nav .rightMenuWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuWrapper {
  margin-right: 15px;
  display: none;
}
@media only screen and (min-width: 1200px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuWrapper {
    display: block;
  }
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuWrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-left: -5px;
  margin-right: -5px;
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuWrapper ul li {
  margin-left: 2px;
  margin-right: 2px;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuWrapper ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuWrapper ul li a {
  font-size: 1.1rem;
  display: block;
  padding: 5px;
}
@media (hover: hover) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuWrapper ul li a:hover {
    color: #000;
  }
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuWrapper ul li a {
    font-size: 1.4rem;
    padding: 5px;
  }
}
#wrapper-navbar #main-nav .rightMenuWrapper .snsWrapper {
  display: none;
}
@media only screen and (min-width: 400px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .snsWrapper {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .snsWrapper {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .snsWrapper {
    margin-right: 15px;
    display: block;
  }
}
#wrapper-navbar #main-nav .rightMenuWrapper .snsWrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper-navbar #main-nav .rightMenuWrapper .snsWrapper li {
  margin: 0 5px;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
}
#wrapper-navbar #main-nav .rightMenuWrapper .snsWrapper li a {
  display: block;
}
#wrapper-navbar #main-nav .rightMenuWrapper .snsWrapper li svg {
  width: 20px;
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuToggler {
  position: relative;
  z-index: 10;
  display: block;
  cursor: pointer;
}
@media (hover: hover) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuToggler:hover .inner {
    color: #000;
  }
  #wrapper-navbar #main-nav .rightMenuWrapper .menuToggler:hover .barBox span {
    background-color: #000;
  }
}
@media only screen and (min-width: 1200px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuToggler {
    display: none;
  }
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .inner {
  width: 30px;
  height: 40px;
  color: #000;
  border-radius: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .inner {
    width: 50px;
    height: 50px;
  }
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .barBox {
  width: 30px;
  height: 16px;
  margin-bottom: 8px;
  margin-top: 5px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .barBox {
    height: 20px;
  }
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .barBox span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .barBox span {
    height: 3px;
  }
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .barBox span:nth-child(1) {
  top: 0;
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .barBox span:nth-child(3) {
  top: 100%;
}
#wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #wrapper-navbar #main-nav .rightMenuWrapper .menuToggler .text {
    font-size: 1.1rem;
  }
}
#wrapper-navbar.active #main-nav .rightMenuWrapper .menuWrapper {
  opacity: 0;
}
#wrapper-navbar.active #main-nav .menuToggler .barBox span {
  width: 100%;
}
#wrapper-navbar.active #main-nav .menuToggler .barBox span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
#wrapper-navbar.active #main-nav .menuToggler .barBox span:nth-child(2) {
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  opacity: 0;
}
#wrapper-navbar.active #main-nav .menuToggler .barBox span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

/*=====  End of HEADER  ======*/
/*=============================================
=            GNAV            =
=============================================*/
#gNav {
  position: fixed;
  width: 100%;
  height: 100svh;
  left: 0;
  top: 0;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
#gNav > .bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #fdfdfd;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 0 0 80px 80px;
  -webkit-transition: border-radius 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.3s;
  transition: border-radius 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.3s;
  transition: transform 0.4s ease-in-out 0.3s, border-radius 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out 0.3s, border-radius 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out 0.3s;
}
#gNav .navInner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  #gNav .navInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#gNav .navInner .navWrapper {
  max-width: 900px;
}
#gNav .navInner .menuWrapper {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  pointer-events: none;
}
#gNav .navInner .menuWrapper ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
@media only screen and (min-width: 768px) {
  #gNav .navInner .menuWrapper ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#gNav .navInner .menuWrapper ul li {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 420px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #gNav .navInner .menuWrapper ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 30px;
  }
}
#gNav .navInner .menuWrapper ul li a {
  font-size: 1.8rem;
  font-weight: 900;
  padding: 8px 8px 8px 0;
  line-height: 1.2;
  display: block;
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 768px) {
  #gNav .navInner .menuWrapper ul li a {
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #000;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  #gNav .navInner .menuWrapper ul li a {
    font-size: 2.8rem;
  }
}
#gNav .navInner .subInfoWrapper {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  #gNav .navInner .subInfoWrapper {
    margin-top: 50px;
  }
}
#gNav .navInner .subInfoWrapper .snsWrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  margin-right: 20px;
}
#gNav .navInner .subInfoWrapper .snsWrapper li {
  margin: 0 5px;
}
#gNav .navInner .subInfoWrapper .snsWrapper li a {
  display: block;
  padding: 5px;
}
#gNav .navInner .subInfoWrapper .snsWrapper li svg {
  width: 20px;
}
#gNav .navInner .subInfoWrapper .policy {
  font-weight: bold;
  font-size: 1.2rem;
  color: #000;
}

.active#gNav {
  visibility: visible;
  pointer-events: all;
}
.active#gNav > .bg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-radius: 0;
  -webkit-transition: border-radius 0.4s ease-in-out 0.3s, -webkit-transform 0.4s ease-in-out;
  transition: border-radius 0.4s ease-in-out 0.3s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, border-radius 0.4s ease-in-out 0.3s;
  transition: transform 0.4s ease-in-out, border-radius 0.4s ease-in-out 0.3s, -webkit-transform 0.4s ease-in-out;
}
.active#gNav .menuWrapper {
  pointer-events: all;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.5s, -webkit-transform 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.5s, -webkit-transform 0.4s ease-in-out 0.4s;
  transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.5s;
  transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.5s, -webkit-transform 0.4s ease-in-out 0.4s;
}
.active#gNav .subInfoWrapper {
  pointer-events: all;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.7s, -webkit-transform 0.4s ease-in-out 0.6s;
  transition: opacity 0.4s ease-in-out 0.7s, -webkit-transform 0.4s ease-in-out 0.6s;
  transition: transform 0.4s ease-in-out 0.6s, opacity 0.4s ease-in-out 0.7s;
  transition: transform 0.4s ease-in-out 0.6s, opacity 0.4s ease-in-out 0.7s, -webkit-transform 0.4s ease-in-out 0.6s;
}

/*=====  End of GNAV  ======*/
.comingsoonWrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
}
.comingsoonWrapper h4 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 2.4rem;
}

.eventThumbRow {
  margin-left: -4px;
  margin-right: -4px;
}
.eventThumbRow .eventThumbCol {
  padding-left: 4px;
  padding-right: 4px;
}

.event-thum-box {
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .event-thum-box {
    height: 300px;
  }
}
.event-thum-box.scheduleThumbBox {
  height: auto;
  padding-top: 56.25%;
}
.event-thum-box:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.event-thum-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  opacity: 0.5;
  background-color: #cc0000;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.event-thum-box:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.event-thum-box:hover .img-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-thum-box .img-bg {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-thum-box .date-box {
  position: absolute;
  color: #fdfdfd;
  padding: 5px 8px 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  background-color: #cc0000;
}
.event-thum-box .date-box .date {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.event-thum-box .date-box .day {
  font-size: 2.8rem;
  line-height: 1;
}
.event-thum-box .date-box .online {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  min-width: 71px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.event-thum-box .result-letter {
  position: absolute;
  color: #fdfdfd;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-style: normal;
  font-size: 1.2rem;
  top: 0;
  right: 0;
  padding: 8px;
  z-index: 2;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .event-thum-box .result-letter {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.event-thum-box .title-box {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.1em;
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .event-thum-box .title-box {
    width: 95%;
    font-size: 1.8rem;
  }
}
.event-thum-box .title-box span.mynavi {
  font-weight: 700;
  padding-left: 0;
  letter-spacing: -0.1em;
  position: relative;
  top: -0.05em;
  padding-right: 0.1em;
}
.event-thum-box .title-box span {
  font-size: 0.8em;
  font-weight: 200;
  display: inline-block;
  padding-left: 0.5em;
}
@media only screen and (min-width: 768px) {
  .event-thum-box.big-box {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .event-thum-box.big-box .title-box {
    font-size: 1.8rem;
  }
}

.event-thum-box.nolink:before {
  background-color: rgba(0, 0, 0, 0.75);
}

.west .event-thum-box:after,
.kyushu .event-thum-box:after,
.chubu .event-thum-box:after {
  background: #e53e35;
}
.west .event-thum-box .date-box,
.kyushu .event-thum-box .date-box,
.chubu .event-thum-box .date-box {
  background: #e53e35;
}

.east .event-thum-box:after,
.tohoku .event-thum-box:after {
  background: #005797;
}
.east .event-thum-box .date-box,
.tohoku .event-thum-box .date-box {
  background: #005797;
}

.jhdc .event-thum-box:after {
  background: #005797;
}

.hsdc-online .event-thum-box:after {
  background: #30aaf0;
}
.hsdc-online .event-thum-box .date-box {
  background: #30aaf0;
}

/*=============================================
=            SINGLE            =
=============================================*/
.head-title {
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 0.5em;
  position: relative;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .head-title {
    font-size: 2.8rem;
  }
}
.head-title span {
  font-size: 1.6rem;
}
.head-title:before {
  position: absolute;
  width: 5px;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}

.west .head-title:before,
.kyushu .head-title:before,
.chubu .head-title:before {
  background: #e53e35;
}
.west .enter-title,
.kyushu .enter-title,
.chubu .enter-title {
  background: #e53e35;
}

.east .head-title:before,
.tohoku .head-title:before {
  background: #005797;
}
.east .enter-title,
.tohoku .enter-title {
  background: #005797;
}

.entry-box {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}
.entry-box .dsc {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media only screen and (min-width: 768px) {
  .entry-box .dsc {
    font-size: 1.6rem;
  }
}
.entry-box .dsc a {
  font-weight: bold;
  text-decoration: underline;
}
.entry-box ul.flow {
  padding-left: 1.3em;
}
.entry-box ul.caution {
  padding-left: 1em;
}
.entry-box .map {
  margin-top: 1em;
}
.entry-box .map iframe {
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  .entry-box .map iframe {
    height: 400px;
  }
}

.enter-title {
  text-align: center;
  color: #fff;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.enter-title span.mynavi {
  font-size: 0.8em;
  position: relative;
  font-weight: 700;
  top: -0.1em;
}

.hsdc-online .enter-title {
  background: #113857;
}

.enter-done {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #cc0000;
  font-weight: bold;
}

.entryDuration {
  margin-top: 15px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
}
.entryDuration span {
  display: inline-block;
  background: #cc0000;
  color: #fdfdfd;
  padding: 3px 10px;
  margin-right: 10px;
  font-size: 90%;
  font-weight: bold;
}

.enter-box {
  border: 1px solid #4c4d4c;
  background-color: #fff;
  margin-bottom: 2em;
}
.enter-box .enter-list-title {
  text-align: center;
  background-color: #4c4d4c;
  color: #fff;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.enter-box .enter-list-inner {
  margin: 15px;
  max-height: 250px;
  overflow-y: auto;
  font-size: 1.2rem;
}
.enter-box .enter-list-inner p {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.enter-box .enter-list-inner p.wait {
  color: #777;
}

.enter-list-inner h6.cancel {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 2em;
}

#entry-wrapper .enter-title {
  color: #000;
  background: transparent;
}

.cast-box {
  margin-top: 1em;
  margin-bottom: 1em;
}
.cast-box .cast-dsc-box {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1em;
}
.cast-box .cast-dsc-box span {
  font-size: 1.2rem;
}

.refreshTimeWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0px;
  margin-top: 30px;
}
.refreshTimeWrapper .title {
  background-color: #000;
  color: #fdfdfd;
  padding: 0px 10px;
  font-size: 80%;
  font-weight: bold;
  margin-right: 10px;
}
.refreshTimeWrapper .entryRefreshTime {
  letter-spacing: 0.1em;
}

/*=====  End of SINGLE  ======*/
#sortgroup .is-hide {
  display: none;
}

.search-box {
  text-align: center;
  margin-bottom: 1.5em;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.search-box .search-box_label {
  display: inline-block;
  font-size: 1.1em;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  color: #fff;
  padding: 0.1em 1em 0;
  margin-bottom: 0.5em;
}
.search-box .sort_btn {
  display: inline-block;
  padding: 0 0.5em;
}
.search-box input {
  margin-right: 0.5em;
  accent-color: #cc0000;
}

.area-dsc-box {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  background-color: #fff;
  border: 1px solid #cc0000;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 2em;
}
.area-dsc-box .title {
  font-weight: bold;
  color: #cc0000;
  font-size: 2rem;
}

.result-box {
  margin-top: 1em;
  margin-bottom: 1em;
}
.result-box .ranking-txt {
  line-height: 2em;
  margin-bottom: 1em;
}
.result-box .ranking-txt span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ddbb00;
}
.result-box .ranking-bg-box {
  min-height: 250px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 8px;
}
.result-box .ranking-bg-box > div {
  color: #fff;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.3em 0.5em;
  font-size: 2rem;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.05em;
}
.result-box .comment-title {
  font-weight: bold;
  font-size: 2.4rem;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.result-box .dsc {
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-size: 14px;
}

ul.result-season-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.5em;
  padding-left: 0;
}

.result-season-box li {
  display: inline-block;
  list-style: none;
}
.result-season-box a {
  display: block;
  border: 1px solid #333;
  padding: 0.5em;
  margin: 0.5em;
  width: 8em;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============================================
=            SINGLE            =
=============================================*/
.result-title {
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .result-title {
    font-size: 2.4rem;
  }
}
.result-title span {
  color: #ddbb00;
}

/*=====  End of SINGLE  ======*/
#ranking {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #ranking {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.areaSection {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .areaSection {
    margin-bottom: 50px;
  }
}
.areaSection .areaTitleWrapper {
  text-align: center;
}
.areaSection .areaTitleWrapper .areaTitle {
  font-size: 3rem;
  font-weight: bold;
  color: #e53e35;
}
.areaSection .rankingWrapper {
  margin-bottom: 30px;
}
.areaSection .rankingWrapper .rankingSectionTitle {
  text-align: center;
  color: #fdfdfd;
  background-color: #e53e35;
  font-size: 1.6rem;
  font-weight: bold;
}
.areaSection.east .areaTitle {
  color: #005797;
}
.areaSection.east .rankingWrapper {
  border-color: #005797;
}
.areaSection.east .rankingWrapper .rankingSectionTitle {
  background-color: #005797;
}

.sectionRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sectionRow .sectionCol {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 520px;
}
@media only screen and (min-width: 992px) {
  .sectionRow .sectionCol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.rankingNameItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f2f1;
  font-weight: bold;
  line-height: 1.75;
}
.rankingNameItems:first-child {
  border-top: 1px solid #f1f2f1;
}
.rankingNameItems .leftBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}
.rankingNameItems .leftBox .profileWrapper .name {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.rankingNameItems .leftBox .profileWrapper .teamName {
  font-size: 1.4rem;
}
.rankingNameItems .leftBox .rank-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  background-color: #000;
  color: #fdfdfd;
  font-size: 2rem;
  margin-right: 10px;
}
.rankingNameItems .leftBox .rank-box.rankcolor1 {
  background-color: #ddbb00;
}
.rankingNameItems .leftBox .rank-box.rankcolor2 {
  background-color: #a3a3a0;
}
.rankingNameItems .leftBox .rank-box.rankcolor3 {
  background-color: #a8602b;
}
.rankingNameItems .rightBox .pointWrapper {
  font-size: 1rem;
  letter-spacing: 0;
}
.rankingNameItems .rightBox .pointWrapper span {
  font-size: 1.8rem;
}

/*=============================================
=            INFO            =
=============================================*/
.infoSwiperWrapper {
  position: relative;
  z-index: 1;
}
.infoSwiperWrapper .bigLetter {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  font-size: 16rem;
  font-weight: bold;
  opacity: 0.05;
  left: 15%;
  top: 80%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.infoSwiper {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  z-index: 2;
}
.infoSwiper .swiper-wrapper {
  margin-bottom: 20px;
}
.infoSwiper .swiper-scrollbar {
  width: 100%;
  left: 0;
  background: #e9eef3;
  border-radius: 0;
  height: 3px;
}
.infoSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  border-radius: 0;
}

.swiper-slide {
  margin-bottom: 20px;
}
.swiper-slide .infoSliderImgWrapper a {
  overflow: hidden;
  display: block;
  border-radius: 8px;
  border: 2px solid #e9eef3;
}
.swiper-slide .infoSliderImgWrapper a:hover .sliderImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.swiper-slide .infoSliderImgWrapper a .sliderImg {
  padding-top: 120%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.swiper-slide .subInfoWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.swiper-slide .subInfoWrapper .date {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) {
  .swiper-slide .subInfoWrapper .date {
    font-size: 1.4rem;
  }
}
.swiper-slide .subInfoWrapper .catList {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.swiper-slide .subInfoWrapper .catList .catItem {
  display: block;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  color: #fdfdfd;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 10px 4px;
  border-radius: 20px;
  margin: 3px;
}
.swiper-slide .title {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .swiper-slide .title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.swiper-slide .title a {
  color: #000;
  display: inline-block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.swiper-slide .title a:hover {
  opacity: 0.8;
}

a.info-box {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.info-box-inner:last-child a {
  border-bottom: none;
}

.info-box .date,
.info-box .info-cat {
  display: inline-block;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
}

.info-box .info-cat {
  font-size: 1.2rem;
  padding: 0.2em 1em 0.1em;
  color: #fff;
  line-height: 1;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  border-radius: 100px;
  margin-left: 1em;
  font-weight: bold;
}

.info-box .dsc {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.info-box-wrapper {
  margin-top: 2em;
  margin-bottom: 2em;
}

.info-title {
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: 2rem;
}

.info-box02 .dsc {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 2em;
}

/*=====  End of INFO  ======*/
/*=============================================
=            ARCHIVE            =
=============================================*/
#archive-wrapper #info .info-box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9eef3;
}
@media only screen and (min-width: 768px) {
  #archive-wrapper #info .info-box-inner {
    gap: 10px 30px;
  }
}
#archive-wrapper #info .info-box-inner .imgWrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  max-width: 28%;
  border-radius: 8px;
  border: 2px solid #e9eef3;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #archive-wrapper #info .info-box-inner .imgWrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 20%;
  }
}
#archive-wrapper #info .info-box-inner .imgWrapper:hover .imgBg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#archive-wrapper #info .info-box-inner .imgWrapper .imgBg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
#archive-wrapper #info .subInfoWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
#archive-wrapper #info .subInfoWrapper .date {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) {
  #archive-wrapper #info .subInfoWrapper .date {
    font-size: 1.4rem;
  }
}
#archive-wrapper #info .subInfoWrapper .catList {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#archive-wrapper #info .subInfoWrapper .catList .catItem {
  display: block;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  color: #fdfdfd;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 10px 4px;
  border-radius: 20px;
  margin: 3px;
}

/*=====  End of ARCHIVE  ======*/
/*=============================================
=            RULE LINK SECTION            =
=============================================*/
#ruleLinkSection .ruleLinkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  padding-top: 200px;
  overflow: hidden;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #ruleLinkSection .ruleLinkBox {
    padding-top: 250px;
    border: none;
  }
}
#ruleLinkSection .ruleLinkBox:hover .imgBg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#ruleLinkSection .ruleLinkBox .imgBg {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
}
#ruleLinkSection .ruleLinkBox .imgBg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#ruleLinkSection .ruleLinkBox .inner {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fdfdfd;
}
#ruleLinkSection .ruleLinkBox .inner .jpTitle {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
#ruleLinkSection .rule .ruleLinkBox .imgBg {
  background-image: url(../img/rule/rule_header.jpg);
}
#ruleLinkSection .flow .ruleLinkBox .imgBg {
  background-image: url(../img/flow/flow_header.jpg);
}
#ruleLinkSection .music .ruleLinkBox .imgBg {
  background-image: url(../img/music/music_header.jpg);
}
#ruleLinkSection .contact .ruleLinkBox .imgBg {
  background-image: url(../img/contact/contact_header.jpg);
}
#ruleLinkSection .faq .ruleLinkBox .imgBg {
  background-image: url(../img/faq/faq_header.jpg);
}
#ruleLinkSection .ticket .ruleLinkBox .imgBg {
  background-image: url(../img/ticket/ticket_header.jpg);
}

.page-rule .ruleLinkCol.rule,
.page-flow .ruleLinkCol.flow,
.page-contact .ruleLinkCol.contact,
.page-ticket .ruleLinkCol.ticket,
.page-music .ruleLinkCol.music,
.page-faq .ruleLinkCol.faq {
  display: none;
}

/*=====  End of RULE LINK SECTION  ======*/
#footer-bar {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #footer-bar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#footer-bar:before {
  background: #000;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
#footer-bar img {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  #footer-bar img {
    max-width: 250px;
  }
}
#footer-bar .sponsorRow {
  margin-top: 50px;
}
#footer-bar .sponsorRow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 10px 0;
  border-radius: 5px;
  max-width: 280px;
}
@media only screen and (min-width: 576px) {
  #footer-bar .sponsorRow a {
    max-width: 100%;
    height: 90px;
  }
}
#footer-bar .sponsorRow a .inner {
  padding: 10px;
}
#footer-bar .sponsorRow a .inner img {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  #footer-bar .sponsorRow a .inner img {
    max-width: 350px;
  }
}

#footer-info {
  background-color: black;
  color: #fdfdfd;
  position: relative;
}
#footer-info:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 54, 79, 0.1);
  mix-blend-mode: multiply;
}
#footer-info .site-otherinfo {
  padding-left: 0;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
}
#footer-info .site-otherinfo:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 5em;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#footer-info .site-otherinfo li {
  list-style: none;
  display: inline-block;
  padding: 0.1em 0.5em;
  margin: 0.1em 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #footer-info .site-otherinfo li {
    padding: 0.5em;
    margin: 0.5em;
    font-size: 1.6rem;
  }
}
#footer-info .site-otherinfo li:after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer-info .site-otherinfo li:last-child:after {
  content: "";
}

#colophon {
  font-family: din-condensed, sans-serif;
  font-weight: 200;
  font-style: normal;
  background-color: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  padding: 0.3em;
}

/* FORM */
.form-box select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.6rem;
  line-height: 1.8em;
  border: 1px solid #ddd;
  width: 10em;
  border-radius: 0;
  background-color: #fff;
  letter-spacing: 0.1em;
  z-index: 1;
}

.form-box .select-box {
  position: relative;
  display: inline-block;
}
.form-box .select-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  z-index: 2;
}

.form-title {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.form-box {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
}

.form-box label {
  font-weight: 700;
  margin-bottom: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.form-box .mwform-checkbox-field input {
  width: auto;
}

.form-box .mwform-checkbox-field label {
  margin: 0.5em;
}

.form-box .anno {
  font-size: 1.2rem;
  color: #930a0a;
}

.form-box input,
.form-box textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 1rem 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  border: 1px solid #ddd;
}

.form-box input.short {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  margin-right: 8px;
}

.form-box .threesize-box .item {
  display: inline-block;
  width: 12em;
  margin: 8px 8px 8px 0;
}

.form-box .threesize-box .item input {
  width: 6em;
  margin-left: 1em;
}

.form-box input.attach {
  border: none;
}

.form-box .agreement-box {
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  height: 300px;
  overflow: auto;
  padding: 2.4rem;
  border: 1px solid #ddd;
}

.form-box .agree-check-box {
  text-align: center;
  width: 100%;
  margin-top: 1em;
}

.form-box .agree-check-box input {
  width: auto;
}

.contact-anno-box {
  margin-bottom: 2.4rem;
  width: 100%;
  letter-spacing: 0.1em;
  padding: 30px 50px;
  border: 1px solid #333;
  display: inline-block;
  text-align: left;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 1.4rem;
  margin: 0.5rem 0;
  padding: 1.25em;
  width: 100%;
  border: 1px solid #ddd;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  width: auto;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0.5em 0 0;
  padding: 0;
  width: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.form-box {
  padding: 0.5rem 0;
}

.form-box .head-title {
  margin: 0.5rem 0;
  line-height: 1.75rem;
}

.form-box .head-title span {
  display: inline-block;
  position: relative;
}

.form-box .dsc,
.form-box .dsc label {
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.form-box .dsc a {
  font-weight: bold;
  text-decoration: underline;
}

.form-box .scroll-box {
  height: 20em;
  margin: 1em 0;
  padding: 1.5em 1.5em 0.5em;
  border: 1px solid #ddd;
  overflow-y: auto;
  font-size: 1.4rem;
}

.form-box .checkbox-list {
  margin: 0.5rem 0 0;
}

.form-box .checkbox-list > span {
  width: 100%;
  margin: 0 0 1rem !important;
}

.form-box .select-box {
  overflow: hidden;
  position: relative;
}

.form-box .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 1em;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.form-box .select-box:before {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.mwform-radio-field {
  position: relative;
}

.mwform-radio-field label {
  padding-right: 2em;
  padding-left: 1.5em;
}

.mwform-radio-field input[type=radio]:before {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  background: #dc3545;
}

.mwform-radio-field input[type=radio]:checked:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.mwform-radio-field input[type=radio]:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #ffffff;
}

@media (min-width: 768px) {
  .form-box .checkbox-list > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .form-box .agreement.checkbox-list > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.checkbox-list label {
  position: relative;
  cursor: pointer;
}

.checkbox-list label span {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.5em;
}

.checkbox-list input[type=checkbox] {
  cursor: pointer;
  margin-right: 25px;
}

.checkbox-list input[type=checkbox]:before {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 6px;
  width: 12px;
  height: 8px;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #dc3545;
  border-top-style: none;
  border-right-style: none;
}

.checkbox-list input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

.checkbox-list input[type=checkbox]:after {
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  cursor: pointer;
  border: 1px solid #ddd;
  background: #ffffff;
}

.form-box .checkbox-list .req + span {
  position: relative;
}

.form-box .head-title .req::after,
.form-box .checkbox-list .req + span::after {
  position: absolute;
  top: -5px;
  right: -15px;
  display: inline-block;
  content: "※";
  font-size: 10px;
  color: #cc0000;
}

.btn.main_btn.entry_btn {
  border: 1px solid transparent;
  display: block;
  background-color: #fff;
  width: 90vw;
  letter-spacing: 0.1em;
  padding: 25px;
  margin: 2em auto;
  border-radius: 0;
  position: relative;
}

@media only screen and (min-width: 576px) {
  .btn.main_btn.entry_btn {
    width: 430px;
  }
}
/* REVEAL */
/* revealContentを最初は消しておく */
.revealContent {
  opacity: 0;
}

/* revealActiveクラスが追加されて.3s後に表示する */
.revealActive .revealContent {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.revealItem {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/* before擬似要素の黒いblockにanimationをつけておく */
.revealItem.revealActive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  z-index: 10;
}

.revealItem.west.revealActive:before, .revealItem.chubu.revealActive:before, .revealItem.kyushu.revealActive:before {
  background: #e53e35;
}
.revealItem.east.revealActive:before, .revealItem.tohoku.revealActive:before {
  background: #005797;
}

.revealItem.lr.revealActive::before {
  -webkit-animation: hideFromLeft 0.3s forwards, showFromLeft 0.3s forwards 0.3s;
  animation: hideFromLeft 0.3s forwards, showFromLeft 0.3s forwards 0.3s;
}

.revealItem.rl.revealActive::before {
  -webkit-animation: hideFromRight 0.3s forwards, showFromRight 0.3s forwards 0.3s;
  animation: hideFromRight 0.3s forwards, showFromRight 0.3s forwards 0.3s;
}

.revealItem.hsdc-online.revealActive::before {
  background: #30aaf0;
}

/* before擬似要素を左から右にスライドイン */
@-webkit-keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* before擬似要素を右から左にスライドイン */
@-webkit-keyframes hideFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes hideFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* before擬似要素を左から右にスライドアウト */
@-webkit-keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
@keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}
/* before擬似要素を右から左にスライドアウト */
@-webkit-keyframes showFromRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}
@keyframes showFromRight {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}
/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

/* PAGE COMMON	 */
#page-head h1 {
  font-size: 2.8rem;
  margin-bottom: 0;
}

.mini-head {
  min-height: 210px;
  position: relative;
  background-position: center center;
  background-size: auto;
}

.mini-head:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.mini-head .page-head-inner {
  color: #fff;
  font-style: normal;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mini-head .page-head-inner .page-title {
  font-weight: bold;
}

.mini-head .page-head-inner .other {
  font-weight: 200;
}

.cat-box {
  display: inline-block;
  color: #fff;
  width: 7em;
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  margin-bottom: 10px;
}

.cat-box.hsdc-online {
  background: #30aaf0;
}

.cat-box.west, .cat-box.chubu, .cat-box.kyushu {
  background: #e53e35;
}

.cat-box.east, .cat-box.tohoku {
  background: #005797;
}

.page-subtitle {
  font-family: din-condensed, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  display: inline-block;
  margin: auto auto 1em auto;
  position: relative;
}

.page-subtitle:before,
.page-subtitle:after {
  width: 1em;
  height: 2px;
  content: "";
  background-color: #000;
  position: absolute;
  top: 50%;
}

.page-subtitle:before {
  left: -1.5em;
}

.page-subtitle:after {
  right: -1.4em;
}

#page-head h1 span.mynavi {
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
  font-weight: 700;
}

#page-head .subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) {
  .page-subtitle,
  #page-head h1 {
    font-size: 4rem;
  }
  .mini-head {
    min-height: 300px;
  }
  #page-head .subtitle {
    font-size: 18px;
  }
}
/* INFORMATION */
/*=============================================
=            PAGENATION            =
=============================================*/
#paginationArea {
  padding-top: 0px;
  padding-bottom: 80px;
}

#paginationArea #pagination .paginationWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

#paginationArea #pagination .paginationWrapper .pageLink {
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #000;
  border-radius: 50px;
  margin: 5px;
  color: #000;
  text-align: center;
}

#paginationArea #pagination .paginationWrapper .pageLink.current {
  background-image: -webkit-linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  background-image: linear-gradient(45deg, hsl(183, 98%, 45%), hsl(145, 74%, 59%), hsl(51, 92%, 74%), hsl(6, 85%, 71%), hsl(317, 74%, 59%));
  color: #fdfdfd;
  border-color: #000;
}

#paginationArea #pagination .paginationWrapper .pageLink.next,
#paginationArea #pagination .paginationWrapper .pageLink.prev {
  font-size: 12px;
  padding: 1px 5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-width: 1px;
  font-weight: bold;
}

#paginationArea #pagination .paginationWrapper .pageLink.dots {
  border: none;
}

#paginationArea #pagination .paginationWrapper .pageLink .circle {
  width: 33px;
  height: 33px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #paginationArea #pagination .paginationWrapper .pageLink {
    margin: 8px;
  }
  #paginationArea #pagination .paginationWrapper .pageLink .circle {
    width: 38px;
    height: 38px;
  }
}
/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #paginationArea {
    padding-bottom: 130px;
  }
}
/*=====  End of PAGENATION  ======*//*# sourceMappingURL=style.css.map */