@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
.l-footer_row02__left {
  flex-direction: row;
  justify-content: center;
}

.l-footer_row03__inr {
  justify-content: center;
}

.l-header__logo a h1 {
  color: #fff;
  transition: all 0.4s;
}

.l-header:hover .l-header__logo h1 {
  color: #000;
}

.p-expo__kv {
  background: url(../img/kv_expo.jpg) center/cover no-repeat;
}
.p-expo__kv.p-under_kv {
  display: block;
  padding: 45% 0 0 0;
  position: relative;
}
.p-expo__kvTxt {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: #fff;
  text-align: right;
  line-height: 1.687;
}
.p-expo__lead {
  font-size: 3rem;
  line-height: 1.867;
  font-weight: 500;
  text-align: center;
  padding-top: 2.9em;
  padding-bottom: 2.9em;
}
.p-expo__boxInner {
  background: #fff;
  padding: 5.625em;
  position: relative;
  z-index: 0;
}
.p-expo__box:nth-child(odd) {
  background: #1F479C;
}
.p-expo__box:nth-child(even) {
  background: #E4EDF5;
}
.p-expo__ttl {
  text-align: center;
  position: relative;
  padding-top: 4.375em;
}
.p-expo__ttl .sub {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Oswald", sans-serif;
  font-size: 10rem;
  color: #E4EDF5;
  line-height: 1;
  z-index: -1;
}
.p-expo__cntImg {
  text-align: center;
  margin-bottom: 4rem;
}
.p-expo__cntImg img {
  border-radius: 20px;
}
.p-expo__cntBtn {
  text-align: center;
  width: 90%;
  max-width: 600px;
  margin: 4rem auto 0;
  border-radius: 100px;
  color: #fff;
  font-size: 1.1em;
  display: block;
  background: rgba(0, 128, 0, 0.887);
  padding: 0.8em 2em;
  transition: all 0.4s;
  border: 1px solid rgba(0, 128, 0, 0.887);
  font-weight: bold;
}
.p-expo__cntBtn:hover {
  color: rgba(0, 128, 0, 0.887);
  background: #fff;
}
.p-expo__cntLink div {
  text-align: center;
}
.p-expo__cntFlexImg {
  width: 100%;
  display: flex;
  gap: 2rem;
  margin-bottom: 4rem;
}
.p-expo__cntFlexImg:not(.virtual) .p-expo__cntFlexImg_item {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-expo__cntFlexImg:not(.virtual) .p-expo__cntFlexImg_item {
    width: 100%;
  }
}
.p-expo__cntFlexImg:not(.virtual) .p-expo__cntFlexImg_item img {
  border-radius: 20px;
  aspect-ratio: 1024/597;
  object-fit: cover;
  width: 100%;
}
.p-expo__cntFlexImg_item {
  position: relative;
  min-height: 5rem;
}
.p-expo__cntFlexImg_item img {
  width: 100%;
}
.p-expo__cntFlexImg_item p {
  color: #ffffff;
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .p-expo__cntTable {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-expo__cntTable p {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-expo__cntTable p {
    display: block;
    font-size: 0.9em;
  }
}
.p-expo__cntTable dl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid rgba(50, 108, 166, 0.5882352941);
}
@media screen and (max-width: 767px) {
  .p-expo__cntTable dl {
    width: 600px;
  }
}
.p-expo__cntTable dl dt {
  background: #E4EDF5;
  color: #000;
  font-size: 1.1em;
  font-weight: 500;
}
.p-expo__cntTable dl dt,
.p-expo__cntTable dl dd {
  height: 4.2em;
  padding: 0.5em;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(50, 108, 166, 0.5882352941);
}
@media screen and (max-width: 767px) {
  .p-expo__cntTable dl dt,
  .p-expo__cntTable dl dd {
    font-size: 0.8em;
  }
}
.p-expo__cntTtl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.16em;
}
.p-expo__cntTtl .square {
  color: #326CA6;
}
.p-expo__cntTxt.xl {
  font-size: 1.3em;
}
.p-expo__btn.c-btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(17, 17, 17)), color-stop(50%, rgb(0, 157, 166)), color-stop(50%, rgb(0, 157, 166)), to(rgb(0, 157, 166))) no-repeat;
  background: linear-gradient(to right, rgb(17, 17, 17) 50%, rgb(0, 157, 166) 50%, rgb(0, 157, 166) 50%, rgb(0, 157, 166) 100%) no-repeat;
  background-size: 210% 100%;
  background-position: right center;
  width: 30rem;
  padding: 1.25em 0;
  border: solid 1px;
}
.p-expo__imgCap {
  text-align: right;
  line-height: 1.3;
  margin-top: 1.1em;
}
.p-expo__movieWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-expo__movie {
  width: calc(50% - 2rem);
}
.p-expo__movieItem {
  position: relative;
  padding-top: 56%;
}
.p-expo__movieItem .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-expo__movieTtl {
  text-align: center;
  line-height: 1.3;
  margin-top: 1.1em;
}

.p-expo__lead {
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: left;
  font-size: inherit;
}
.p-expo__bnr {
  padding-top: 4.25em;
  padding-bottom: 4.25em;
  width: 100%;
  background: #E4EDF5;
}
.p-expo__bnr__inner__inner {
  text-align: center;
  padding: 20px 4.625em;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  background: #fff;
  width: min(100%, 1000px);
}
.p-expo__bnr a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.p-expo__bnr a:hover {
  opacity: 0.6;
}
.p-expo__bnr h2 {
  font-size: 2.2em;
  color: #000;
}
.p-expo__bnr img {
  height: auto;
  margin: 2rem auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-expo__bnr img {
    width: 100%;
  }
}
.p-expo__bnr .bold {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-expo__bnr ul {
  display: flex;
  flex-direction: column;
  width: max-content;
  margin: 0 auto;
}
.p-expo__bnr ul li {
  display: flex;
  justify-content: start;
  color: #000;
  font-size: 2rem;
}
.p-expo .btn-tournament {
  border: 1px solid #000;
  width: max-content;
  margin-top: 2rem;
}
.p-expo .btn-tournament a {
  width: 100%;
  height: 100%;
  padding: 1rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  transition: all 0.4s;
}
.p-expo .btn-tournament a:hover {
  background: #000;
  color: #fff;
}

.p-idx_expoSec {
  min-height: 100vh;
  background: url(../img/idx_bg_expo.jpg) 90% center/cover no-repeat;
  position: relative;
}
.p-idx_expoSec__ttl {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.75;
  text-shadow: rgba(91, 91, 91, 0.5019607843) -4px -2px 1px;
}
.p-idx_expoSec__ttl img {
  width: 40%;
}
.p-idx_expoSec__ttl span:nth-of-type(1) {
  font-size: 1.3em;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.p-idx_expoSec__ttl span:nth-of-type(1)::after {
  content: "";
  width: 100%;
  height: 0.6em;
  background: rgba(0, 128, 0, 0.887);
  border-radius: 5px;
  position: absolute;
  bottom: 0.2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-idx_expoSec__ttl span:nth-of-type(2) {
  font-size: 6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  text-shadow: rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(0, 128, 0, 0.887) 0 0 3px, rgba(91, 91, 91, 0.5019607843) -6px -2px 1px;
}
.p-idx_expoSec__txt {
  margin-top: 3rem;
  font-size: 2.4rem;
  background: rgba(50, 108, 166, 0.2);
  border: solid 1px #fff;
  line-height: 1.3;
  padding: 1.5rem 2rem;
  display: inline-block;
  font-weight: 500;
}

.fixed_txt {
  position: absolute;
  font-size: 1.6rem;
  bottom: 1em;
  left: 1em;
  color: #000;
}

.p-expo__rabby_cnt {
  position: relative;
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-expo__rabby_cnt {
    margin: 4rem 0;
  }
}
.p-expo__rabby_cnt_item {
  width: 78%;
  font-size: 1.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-expo__rabby_cnt_item {
    width: 100%;
    font-size: 1.6rem;
  }
}
.p-expo__rabby_cnt_item span {
  color: rgba(0, 128, 0, 0.887);
  font-weight: bold;
}
.p-expo__rabby_cnt_img {
  position: absolute;
  width: 20%;
  bottom: -10rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-expo__rabby_cnt_img {
    position: static;
    width: 50%;
    margin-left: auto;
  }
}
.p-expo__rabby_cnt_img img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: transform 0.2s ease;
  z-index: -1;
}
.p-expo__rabby_cnt_img p {
  color: #000;
  position: absolute;
  bottom: 4rem;
  left: -10rem;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-expo__rabby_cnt_img p {
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-expo__btn.c-btn:hover {
    background-position: 0 center;
  }
}
@media screen and (max-width: 991px) {
  .p-expo__kv.p-under_kv {
    padding: 75% 0 0 0;
  }
  .p-idx_expoSec__ttl {
    font-size: 2rem;
    text-shadow: rgba(91, 91, 91, 0.5019607843) -2px -1px 1px;
  }
  .p-idx_expoSec__ttl span:nth-of-type(1) {
    font-size: 1.1em;
  }
  .p-idx_expoSec__ttl span:nth-of-type(2) {
    font-size: 3.2rem;
  }
  .p-idx_expoSec__txt {
    font-size: 1.8rem;
  }
  .fixed_txt {
    font-size: 1.2rem;
  }
  .p-expo__bnr {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .p-expo__bnr__inner__inner {
    padding: 20px 2.625em;
    width: 90%;
  }
  .p-expo__bnr img {
    margin: 0;
  }
  .p-expo__bnr h2 {
    font-size: 1.6em;
  }
  .p-expo__bnr ul li {
    font-size: 1.4rem;
  }
  .p-expo__lead {
    font-size: 2.2rem;
  }
  .p-expo__ttl {
    padding-top: 3.3em;
  }
  .p-expo__ttl .sub {
    font-size: 7rem;
  }
  .p-expo__boxInner {
    padding: 4em;
  }
  .p-expo__cntTtl {
    font-size: 1.8rem;
    margin-bottom: 0.8em;
  }
  .p-expo__imgCap {
    font-size: 1.3rem;
  }
  .p-expo__btn.c-btn {
    padding: 1.2em 2.5em 1.2em 2em;
    width: 26rem;
  }
}
@media screen and (max-width: 767.9px) {
  .p-expo__kvTxt {
    font-size: 1.3rem;
    bottom: 1rem;
  }
  .p-expo__lead {
    font-size: 2rem;
  }
  .p-expo__boxInner {
    padding: 2em;
  }
  .p-expo__ttl {
    padding-top: 2.5em;
  }
  .p-expo__ttl .sub {
    font-size: 5rem;
  }
  .p-expo__cntTtl {
    font-size: 1.6rem;
  }
  .p-expo__movieWrap {
    display: block;
  }
  .p-expo__movie {
    width: 100%;
  }
  .p-expo__movie:not(:first-child) {
    margin-top: 3.5rem;
  }
  .p-expo__cntFlexImg {
    flex-direction: column;
  }
  .p-expo__cntFlexImg_item {
    width: 100%;
  }
  .p-expo__cntBtn {
    padding: 0.5em;
    width: 95%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .p-expo__kv.p-under_kv {
    padding: 75vh 0 0 0;
  }
  .p-expo__lead {
    top: 9vw;
    width: 98%;
    font-size: 1.6rem;
  }
  .p-expo__bnr {
    padding-top: 3.25em;
    padding-bottom: 3.25em;
  }
  .p-expo__bnr__inner__inner {
    padding: 20px 0.625em;
    background-size: cover;
    width: 100%;
  }
  .p-expo__bnr h2 {
    font-size: 1.4em;
  }
  .p-expo__bnr ul li {
    font-size: 1.115rem;
  }
  .p-idx_expoSec {
    padding-top: 8em;
  }
  .p-idx_expoSec__inrConts {
    text-align: center;
  }
  .p-idx_expoSec__ttl {
    font-size: 2rem;
    text-align: left;
  }
  .p-idx_expoSec__txt {
    font-size: 1.4rem;
  }
  .p-idx_expoSec .c-btn_wrap.u-left {
    text-align: center;
  }
  .project-img {
    width: 100%;
  }
}/*# sourceMappingURL=style_add.css.map */