.container .div-mv {
  height: 100vh;
  min-height: 12rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .div-mv {
    min-height: 50rem;
  }
}
.container .div-mv-fig ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .container .div-mv-fig ul {
    flex-direction: column;
  }
}
.container .div-mv-fig ul li {
  width: 50%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width:767px) {
  .container .div-mv-fig ul li {
    width: 100%;
    height: 50vh;
    min-height: 25rem;
  }
}
.container .div-mv-catch {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .container .div-mv-catch {
    width: 100%;
    margin-bottom: 0;
  }
}
.container .div-mv-catch p {
  background: linear-gradient(90deg, rgba(0, 162, 239, 0.9) 0%, rgba(0, 155, 70, 0.9) 100%);
  padding: 0.1rem 2.5rem;
  font-size: 3.8rem;
  color: #fff;
  border-radius: 0.8rem;
}
@media only screen and (max-width:767px) {
  .container .div-mv-catch p {
    width: 100%;
    line-height: 1.2;
    border-radius: 0;
    padding: 1.2rem 0;
    text-align: center;
  }
}
.container .div-mv dl {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.8rem;
  padding: 1.8rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .div-mv dl {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 12rem;
    padding: 1.5rem;
  }
}
.container .div-mv dl dt {
  font-size: 2rem;
  background: linear-gradient(90deg, rgba(0, 162, 239, 0.9) 0%, rgba(0, 155, 70, 0.9) 100%);
  border-radius: 0.5rem;
  padding: 0.3rem 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .container .div-mv dl dt {
    font-size: 1.6rem;
  }
}
.container .div-mv dl dd strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .container .div-mv dl dd strong {
    font-size: 3.5rem;
  }
}
.container .div-mv dl dd p {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .container .div-mv dl dd p {
    font-size: 1.6rem;
  }
}
.container .div-mv dl dd p span {
  font-size: 1.5rem;
  color: #666;
  margin-right: 0.5rem;
}
@media only screen and (max-width:767px) {
  .container .div-mv dl dd p span {
    font-size: 1.3rem;
  }
}
.container .div-sponsor {
  padding: 5rem;
}
.container .div-sponsor dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .div-sponsor dl {
    flex-direction: column;
  }
}
.container .div-sponsor dl.dl-owner {
  margin-bottom: 1.5rem;
}
.container .div-sponsor dl div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 1rem;
  letter-spacing: 0;
}
@media only screen and (max-width:767px) {
  .container .div-sponsor dl div {
    margin-bottom: 1rem;
  }
}
.container .div-sponsor dl dt {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  border-radius: 0.5rem;
  padding: 0.3rem 1.2rem;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto -2rem;
  position: relative;
}
.container .div-sponsor dl dd {
  width: 32rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem;
}
.container .div-sponsor dl dd figure {
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .div-sponsor dl dd img {
  width: 24rem;
}
.container .div-sponsor dl dd p {
  font-size: 1.2rem;
  line-height: 1.2;
}
.container .div-sponsor dl.dl-administration {
  width: 24rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media only screen and (max-width:767px) {
  .container .div-sponsor dl.dl-administration {
    flex-direction: row;
  }
}
.container .div-sponsor dl.dl-administration dt {
  font-size: 1.4rem;
  background: #ccc;
  margin: 0 1.5rem 0 0;
  flex-shrink: 0;
}
.container .div-sponsor dl.dl-administration dd {
  width: 100%;
  padding: 0;
}
.container .div-sponsor dl.dl-administration dd img {
  width: 13rem;
}
.container .section-about {
  width: 94rem;
  position: relative;
  padding: 10rem 2rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container .section-about {
    width: 100%;
    padding: 5rem 1.5rem;
  }
}
.container .section-about-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}
@media only screen and (max-width:767px) {
  .container .section-about-header {
    padding-bottom: 3.5rem;
  }
}
.container .section-about-header-en {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .container .section-about-header-en {
    font-size: 6rem;
  }
}
.container .section-about-header-ttl {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .section-about-header-ttl {
    font-size: 1.6rem;
  }
}
.container .section-about-header-ttl:before, .container .section-about-header-ttl:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  margin: 0 0.5rem;
}
@media only screen and (max-width:767px) {
  .container .section-about-header-ttl:before, .container .section-about-header-ttl:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.container .section-about-inner-catch {
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width:767px) {
  .container .section-about-inner-catch {
    font-size: 2rem;
  }
}
.container .section-about-inner-catch strong {
  border-bottom: 0.6rem solid #FFE77B;
}
@media only screen and (max-width:767px) {
  .container .section-about-inner-catch strong {
    border-width: 0.3rem;
  }
}
.container .section-about-inner-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width:767px) {
  .container .section-about-inner-txt {
    flex-direction: column;
  }
}
.container .section-about-inner-txt p {
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  .container .section-about-inner-txt p {
    font-size: 1.5rem;
  }
}
.container .section-about-inner-txt figure {
  width: 42.5rem;
  flex-shrink: 0;
  margin-left: 2.5rem;
}
@media only screen and (max-width:767px) {
  .container .section-about-inner-txt figure {
    width: 90%;
    margin: 0 0 1.5rem;
  }
}
.container .section-hall {
  padding: 10rem 0;
}
@media only screen and (max-width:767px) {
  .container .section-hall {
    padding: 2rem 0 5rem 0;
  }
}
.container .section-hall-header {
  background: url("../../img/common/bg_nami.png") repeat-x 0% 100%;
  background-size: 64rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .section-hall-header {
    background-size: 32rem auto;
    position: relative;
    z-index: 2;
  }
}
.container .section-hall-header-ttl {
  font-size: 5rem;
  line-height: 1.3;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  letter-spacing: 0.6rem;
}
.container .section-hall-header-ttl strong {
  font-size: 7.2rem;
  line-height: 1;
}
@media only screen and (max-width:767px) {
  .container .section-hall-header-ttl strong {
    font-size: 6rem;
  }
}
@media only screen and (max-width:767px) {
  .container .section-hall-header-ttl {
    font-size: 4rem;
    margin-bottom: -2rem;
  }
}
.container .section-hall-inner {
  background: #f9f4b9;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 7.5rem 0.5rem 10rem;
}
.container .section-hall-inner:after {
  content: "";
  width: 100%;
  height: 2.7rem;
  position: absolute;
  left: 0;
  bottom: -2.65rem;
  background: url("../../img/common/bg_nami.png") repeat-x 0% 100%;
  background-size: 64rem auto;
  transform: scaleY(-1);
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner:after {
    background-size: 32rem 100%;
    height: 1.3rem;
    bottom: -1.25rem;
  }
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner {
    padding: 5rem 0.5rem 3.5rem;
  }
}
.container .section-hall-inner .article-hall {
  width: 48rem;
  border-radius: 1rem;
  background: #fff;
  margin: 1.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.container .section-hall-inner .article-hall > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
.container .section-hall-inner .article-hall.soon {
  pointer-events: none;
}
.container .section-hall-inner .article-hall.soon:after {
  display: none;
}
.container .section-hall-inner .article-hall.soon > a {
  pointer-events: none;
}
.container .section-hall-inner .article-hall.soon .article-hall-btn {
  opacity: 0.5;
}
@media only screen and (min-width:1025px) {
  .container .section-hall-inner .article-hall:hover:after {
    width: 100%;
  }
  .container .section-hall-inner .article-hall:hover .article-hall-fig img {
    transform: scale(1.2);
  }
  .container .section-hall-inner .article-hall:hover .article-hall-btn {
    background: #333;
  }
  .container .section-hall-inner .article-hall:hover .article-hall-btn span {
    color: #fff;
  }
}
.container .section-hall-inner .article-hall-header {
  padding: 3.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-header {
    padding: 1.5rem 0;
  }
}
.container .section-hall-inner .article-hall-header-en {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-header-en {
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
  }
}
.container .section-hall-inner .article-hall-header-ttl {
  font-size: 1.8rem;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-header-ttl {
    font-size: 1.5rem;
  }
}
.container .section-hall-inner .article-hall-fig {
  height: 32rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-fig {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.container .section-hall-inner .article-hall-fig img {
  transition: all 0.5s;
}
.container .section-hall-inner .article-hall-inner {
  height: 12rem;
  background: linear-gradient(90deg, rgba(0, 162, 239, 0.9) 0%, rgba(0, 155, 70, 0.9) 100%);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-inner {
    height: 8rem;
  }
}
.container .section-hall-inner .article-hall-inner p {
  line-height: 1.2;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-inner p {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.container .section-hall-inner .article-hall-inner p strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 4rem;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-inner p strong {
    font-size: 2.8rem;
    letter-spacing: 0.1rem;
  }
}
.container .section-hall-inner .article-hall-btn {
  transition: all 0.5s;
}
.container .section-hall-inner .article-hall-btn > span {
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  transition: all 0.5s;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-btn > span {
    font-size: 1.2rem;
    height: 3.6rem;
  }
}
.container .section-hall-inner .article-hall-btn > span > span {
  color: #00a2ef;
  font-size: 2rem;
  margin-right: 0.5rem;
  transition: all 0.5s;
}
@media only screen and (max-width:767px) {
  .container .section-hall-inner .article-hall-btn > span > span {
    font-size: 1.6rem;
  }
}
.container .section-member {
  width: 94rem;
  position: relative;
  padding: 10rem 2rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container .section-member {
    width: 100%;
    padding: 5rem 1.5rem;
  }
}
.container .section-member-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}
.container .section-member-header-catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width:767px) {
  .container .section-member-header-catch {
    font-size: 1.5rem;
  }
}
.container .section-member-header-en {
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-header-en {
    font-size: 5.6rem;
    letter-spacing: 0;
  }
}
.container .section-member-header-ttl {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  .container .section-member-header-ttl {
    font-size: 1.6rem;
  }
}
.container .section-member-header-ttl:before, .container .section-member-header-ttl:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  margin: 0 0.5rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-header-ttl:before, .container .section-member-header-ttl:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.container .section-member-inner-fig {
  max-width: 35rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-inner-fig {
    width: 80%;
  }
}
.container .section-member-inner p {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 1rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-inner p {
    font-size: 1.5rem;
  }
}
.container .section-member-inner p strong {
  font-size: 2.2rem;
  color: #ec6941;
}
@media only screen and (max-width:767px) {
  .container .section-member-inner p strong {
    font-size: 1.8rem;
  }
}
.container .section-member-btn {
  padding-top: 3rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-btn {
    padding-top: 2rem;
  }
}
.container .section-member-btn a {
  width: 24rem;
  height: 6rem;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width:767px) {
  .container .section-member-btn a {
    width: 20rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}
.container .section-member-btn a span {
  color: #00a2ef;
  margin-right: 1rem;
}
@media only screen and (max-width:767px) {
  .container .section-member-btn a span {
    font-size: 2rem;
  }
}
.container .section-member-btn a:after {
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(90deg, #00a2ef 0%, #009b46 100%);
  transition: all 0.5s;
  z-index: -1;
}
.container .section-member-btn a:hover {
  color: #fff;
}
.container .section-member-btn a:hover:after {
  width: 100%;
}
.container .section-member-btn a:hover span {
  color: #fff;
}

/*# sourceMappingURL=top.css.map */
