/*==================================
  Top
==================================*/
.page-template-page_event_changing {
  background: url(../images/common/bg03.svg) no-repeat center 0;
  background-size: 100% auto;
}
.page-template-page_event_changing section {
  position: relative;
  z-index: 5;
}
.page-template-page_event_changing .part {
  transition: transform 0.01s ease-out;
  /* 余韻を少なくするための短いトランジション */
}
.page-template-page_event_changing .part1 {
  position: absolute;
  z-index: 1;
  width: 1336px;
  height: 1532px;
  top: 0;
  right: -150px;
}
.page-template-page_event_changing .part2 {
  position: absolute;
  z-index: 1;
  width: 1096px;
  height: 441px;
  top: 1800px;
  right: 0;
}
.page-template-page_event_changing .part3 {
  position: absolute;
  z-index: 1;
  width: 921px;
  height: 229px;
  top: 2900px;
  left: 0;
}
.page-template-page_event_changing .Main_area {
  margin-bottom: 20px;
}
.page-template-page_event_changing .Main_area .logo {
  width: 592px;
  margin: 0 auto 0;
  padding-top: 65px;
}
.page-template-page_event_changing .Main_area .lead {
  font-size: 20px;
  line-height: 34px;
}


.page-template-page_event_changing .Message_area {
}
.page-template-page_event_changing .Message_area .Title {
  text-align: center;
}
.page-template-page_event_changing .Message_area .lead {
  text-align: center;
  font-size: 21px;
  line-height: 1.75em;
  font-weight: 700;
  margin-bottom: 24px;
}
.page-template-page_event_changing .Message_area .lead span{
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
}

.page-template-page_event_changing .Message_area .info {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  /* color: #d80c18; */
}
.page-template-page_event_changing .Message_area .info.small {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  /* color: #d80c18; */
}

.page-template-page_event_changing .Message_area .Wrap {
  max-width: 950px;
  margin: 0 auto;
}
.page-template-page_event_changing .Message_area .Time_caution {
  margin: 30px 0 0;
}
.page-template-page_event_changing .Message_area .box {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.page-template-page_event_changing .Message_area .box .t {
  text-align: center;
}
.page-template-page_event_changing .Message_area .box .r_box {
  text-align: center;
}
.page-template-page_event_changing .Message_area .box .l_box {
  width: 50%;
  display: flex;
  justify-content: center;
}
.page-template-page_event_changing .Message_area .box .l_box dl {
  display: flex;
  justify-content: space-between;
}
.page-template-page_event_changing .Message_area .box .l_box dl dd {
  margin: 0 0 0 15px;
}
.page-template-page_event_changing .Message_area .box .l_box .notes {
  font-size: 16px;
  text-align: right;
  margin: 0;
  padding: 0;
}
.page-template-page_event_changing .Message_area .box .r_box {
  width: 50%;
  display: flex;
  justify-content: center;
}
.page-template-page_event_changing .Message_area .box dt,
.page-template-page_event_changing .Message_area .box p,
.page-template-page_event_changing .Message_area .box dd {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.page-template-page_event_changing .Info_area .Wrap {
  max-width: 950px;
}
.page-template-page_event_changing .Info_area h3 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #000;
  font-weight: 700;
}
.page-template-page_event_changing .Info_area dt {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.page-template-page_event_changing .Info_area dd {
  font-weight: 500;
}
.page-template-page_event_changing .Info_area .Btn{
  border-bottom: solid 1px #000;
}
.page-template-page_event_changing .Info_area .Btn a {
  width: 311px;
  position: relative;
  top: -32px;
}


.gxland{
  max-width: 1100px;
  margin: 30px auto 60px;
  padding: 0 20px;
  box-sizing: content-box;
}
.gxland-notes{
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  font-weight: 700;
}
.gxland-bnr img{
  display: block;
  width: 100%;
  margin: 16px auto 48px;
}
.gxland-mov-wrapper{
  display: block;
  width: 60%;
  margin: 32px auto 40px;
  padding-top: 32.5%;
  position: relative;
}
.gxland-mov-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.gxland-section{
  margin-top: 80px;
}
.gxland-txt-content{
  width: 100%
}
.gxland-section-head{
  height: 98px;
  display: block;
  margin: 0 auto;
}
.gxland-card-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 34px;
  margin-top: 12px;
}

.gxland-card{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  padding-bottom: 57px;
  transition: .3s;
  top: 0;
  height: 100%;
  display: block;
}
.hover_ok .gxland-card:hover{
  top: -4px;
}
.hover_ok .gxland-card.nohover:hover{
  top: 0;
}
.gxland-card::before{
  content: "";
  width: 100%;
  height: calc(100% - 68px);
  background-color: #fff;
  border-radius: 26px;
  border: 3px solid #26dac1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .15));
  transform: translateZ(0);
}

.gxland-card figure{
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.gxland-card picture{
  display: block;
  width: 95%;
  margin: 0 auto;
}
.gxland-card-logo{
  display: block;
  width: 100%;
  position: relative;
}
.gxland-card figcaption{
  font-size: 18px;
  margin-top: 4px;
  line-height: 1.4em;
  font-weight: 800;
  text-align: center;
  position: relative;
}
.gxland-card p{
  padding: 20px 20px 0;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42em;
  margin-top: 10px;
  text-align: justify;
}
.gxland-card p::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 5px;
  background-color: #26dac1;
}
.gxland-card-arrow{
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  bottom: 14px;
  right: 14px;
}
.gxland-card-soon{
  position: absolute;
  display: block;
  white-space: nowrap;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17px;
  color: #00A040;
  line-height: 1;
  padding: 6px 6px;
  font-weight: 800;
  border: 2px solid #00A040;
}
.gxland-card-copy{
  display: block;
  width: 80%;
  height: auto;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.bnr-area{
  max-width: 950px;
  padding: 0 20px;
  box-sizing: content-box;
  margin: 50px auto 0;
}
.bnr-area-inner{
  width: 100%;
  background-image: url("../images/event2025/footer_bnr_bg_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.bnr-area figure{
  display: block;
  width: 56.95%;
  margin: 0 auto;
  position: relative;
}
.bnr-area img,
.bnr-area picture{
  display: block;
  width: 100%;
  position: relative;
}
.bnr-area-txt-wrapper{
  width: 43.05%;
  padding: 27px 18px 0;
  box-sizing: border-box;
}
.bnr-area-txt-wrapper p{
  color: #fff;
  font-size: 17px;
  line-height: 1.58em;
  font-weight: 600;
  transform: translateY(-0.5em);
}
@media screen and (max-width: 928px){
  .bnr-area-txt-wrapper p {
    font-size: 13px;
  }
}
.bnr-area-txt-wrapper a{
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1;
  position: relative;
  border: 2px solid #fff;
  border-radius: 48px;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
  background-color: #000;
  transition: 0.3s;
  left: 0;
}
@media screen and (min-width: 831px) and (max-width: 1024px) and (pointer: coarse) {
  .bnr-area-txt-wrapper a {
    font-size: 15px;
  }
}
@media screen and (max-width: 928px){
  .bnr-area-txt-wrapper a {
    height: 46px;
    margin-top: 14px;
    font-size: 13px;
  }
}
.hover_ok .bnr-area-txt-wrapper a:hover{
  left: 4px;
}
.bnr-area-txt-wrapper a + a{
  margin-top: 11px;
}
.bnr-area-txt-wrapper a img{
  display: block;
  position: absolute;
  height: 16px;
  width: auto;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 928px){
  .bnr-area-txt-wrapper a img{
    height: 12px;
    right: 10px;
  }
}

.Caution_txt{
  margin-top: 36px!important;
}

.gxland-info{
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  font-size: 14px;
  margin-bottom: 64px;
}
.gxland-info dl,
.gxland-info dt,
.gxland-info dd{
  font-size: 14px;
}
