@charset "UTF-8";

/*-------------------------
__pre2024_style
-------------------------*/
#content .page_ttl_wrap {
  height: 500px;
  display: flex;
}
#content .page_ttl_wrap > .inner {
  width: 100%;
  background: none;
  overflow: hidden;
  position: relative;
}
#content .page_ttl_wrap > .inner .bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: url(images/page_ttl_bg.jpg) no-repeat center center;
  background-size: cover;
  animation: bgscale 15s linear both 0s;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes bgscale {
  0% {
    transform:scale(1) rotate(0.001deg);
  }
  100% {
    transform:scale(1.2) rotate(0.001deg);
  }
}
@keyframes bgscale {
  0% {
    transform:scale(1) rotate(0.001deg);
  }
  100% {
    transform:scale(1.2) rotate(0.001deg);
  }
}

#content .page_ttl_wrap .page_ttl {
  margin-top: 30px;
}
#content .page_ttl_wrap .page_ttl .ens {
  display: block;
  font-size: 160%;
  margin-bottom: 10px;
}
#content .page_ttl_wrap .page_ttl .en {
  font-size: 240%;
  line-height: 1.4;
  font-weight: 700;
}

/* #content > .sec_wrap {
  padding-top: 500px;
} */
#content > .sec_wrap >.inner {
  position: relative;
  z-index: 100;
}

#content > .sec_wrap .ttl2 {
  font-size: 4em;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}

#block01 {
  background-color: #fff;
  position: relative;
  z-index: 15;
}
#block01 .ttl_wrap {
  padding: 100px 0 160px;
  position: relative;
  z-index: 3;
}
#block01 .ttl_wrap .en_txt {
  font-size: 3.6em;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
}
#block01 .ttl_wrap .ttl {
  font-size: 5.2em;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#block01 .report {
  background-color: #e8f5f9;
  margin: -60px 0 0;
  padding: 100px 0 180px;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 5;
}
#block01 .report > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#block01 .report .video_wrap {
  background-color: #FFF;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(35, 79, 80, 0.1);
}
#block01 .report .video_wrap .box_ttl {
  font-size: 2.4em;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  background-color: var(--base-color-grn);
  margin: -25px -30px 30px;
  padding: 15px 0;
  border-radius: 24px 24px 0 0;
}
#block01 .report .video_wrap .video {
  margin: auto;
  position: relative;
}
#block01 .report .video_wrap .video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#block01 .report .video_wrap .video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#block01 .outline {
  text-align: left;
  display: inline-block;
  margin: 60px 0;
  position: relative;
  z-index: 3;
}
#block01 .outline .logo_f-rei {
  width: 110px;
  margin: 0 auto 30px;
}
#block01 .outline .logo_f-rei img {
  height: auto;
  width: 100%;
}
#block01 .outline dl > div:not(:last-child) {
  margin-bottom: 10px;
}
#block01 .outline dl > div dt,
#block01 .outline dl > div dd {
  font-size: 2em;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#block01 .outline dl > div dt::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-color: var(--base-color-grn);
  height: 7px;
  width: 7px;
  margin: -4px 15px 0;
  border-radius: 4px;
}
#block01 .outline dl > div dd {
  margin: -2em 0 0 5em;
}
#block01 .outline dl > div dd a {
  text-decoration: none;
  color: #000;
  transition: color .3s;
}
@media screen and (min-width:768px) {
  #block01 .outline dl > div dd a:hover {
    color: #7a7a7a;
  }
}

#block01 .report .visitors {
  background-color: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .1) inset;
}
#block01 .report .visitors .ttl {
  font-size: 3.5em;
  line-height: 1;
  font-weight: 700;
  /* color: var(--base-color-grn); */
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
#block01 .report .visitors .txt_l {
  font-size: 4.5em;
  line-height: 1;
  font-weight: 700;
  /* color: var(--base-color-grn); */
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
#block01 .report .visitors .txt_l strong {
  font-size: 200%;
  font-weight: 700;
  display: inline-block;
}
#block01 .report .visitors .txt_l strong.counter {
  text-align: right;
  width: 3em;
}
#block01 .report .visitors .txt {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
  /* color: var(--base-color-grn); */
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#block01 .result {
  /* background-color: var(--bg-color); */
  background-color: #fff;
  margin-top: -60px;
  padding: 100px 0 180px;
  box-sizing: border-box;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#block01 .result .btn {
  height: 100px;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
}
#block01 .result .btn a {
  font-size: 2.4em;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
  background: linear-gradient(to right, rgba(106, 252, 232, 1) 0%, rgba(19, 242, 190, 1) 100%);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block01 .result .btn a:hover {
    transform: scale(1.1);
  }
}
#block01 .result .btn a {
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15)
}
#block01 .result .btn a > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#block01 .result .btn a::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
  height: 100%;
  width: 100%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block01 .result .btn a:hover::after {
    opacity: 0;
  }
}

#block01 .mission_wrap {
  background-color: var(--bg-color-gry);
  margin-top: -60px;
  padding: 100px 0 180px;
  box-sizing: border-box;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#block01 .mission_wrap > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#block01 .mission_wrap .phase:not(:last-child) {
  margin-bottom: 60px;
}
#block01 .mission_wrap .sub_menu {
  display: flex;
  margin: 0 -10px 40px;
}
#block01 .mission_wrap .sub_menu li {
  width: calc(25% - 20px);
  margin: 0 10px;
}
#block01 .mission_wrap .sub_menu li .box {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block01 .mission_wrap .sub_menu li a.box:hover {
    transform: scale(1.1);
  }
}
#block01 .mission_wrap .sub_menu li .box::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .75);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  z-index: 2;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block01 .mission_wrap .sub_menu li a.box:hover::before {
    background-color: rgba(255, 255, 255, .6);
  }
}
#block01 .mission_wrap .sub_menu li .box::after {
  content: "";
  display: block;
  background: url(/images/bg_gra.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: -20px;
  top: -10px;
  z-index: 1;
}
#block01 .mission_wrap .sub_menu li .box > .inner {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
  position: relative;
}
#block01 .mission_wrap .sub_menu li .box > .inner::after {
  content: "";
  display: block;
  background-color: var(--base-color-grn);
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 6px;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: transform .2s var(--easing);
  z-index: 10;
}
#block01 .mission_wrap .sub_menu li .box > .inner > span {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--base-color-grn);
  letter-spacing: 0.04em;
  text-align: left;
  display: block;
  position: relative;
  z-index: 3;
}
#block01 .mission_wrap .gray_box {
  background-color: #efefef;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .05) inset;
}
#block01 .mission_wrap .gray_box .txt {
  font-size: 2.2em;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#block02 {
  background-color: #e8f5f9;
  margin-top: -60px;
  padding: 100px 30px 120px;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  z-index: 15;
}
#block02 > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#block02 .phase:not(:last-child) {
  margin-bottom: 60px;
}
#block02 .phase .box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(35, 79, 80, 0.1);
  border-radius: 24px;
}
#block02 .phase .box .txt_l {
  font-size: 2.2em;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#block02 .phase .box .txt_l a {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}
@media screen and (min-width:768px) {
  #block02 .phase .box .txt_l a:hover {
    color: #999;
  }
}
#block02 .phase .box .txt_l a .ico_outlink {
  font-size: 1px;
  line-height: 0;
  margin-left: 4px;
}
#block02 .phase .box .txt_l a .ico_outlink img {
  transition: filter .3s;
}
@media screen and (min-width:768px) {
  #block02 .phase .box .txt_l a:hover .ico_outlink img {
    filter: invert(80%) sepia(3%) saturate(13%) hue-rotate(339deg) brightness(76%) contrast(92%);
  }
}
/* ハンディガイド */
#block02 .phase.guide .box .img_wrap {
  margin-bottom: 30px;
}
#block02 .phase.guide .box .img_wrap .img {
  font-size: 1px;
  line-height: 0;
}
#block02 .phase.guide .box .img_wrap .img:not(:last-child) {
  margin-bottom: 20px;
}
#block02 .phase.guide .box .img_wrap .img img {
  height: auto;
  width: 100%;
  border: 1px solid #ddd;
}
#block02 .phase.guide .box .btn {
  height: 70px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
#block02 .phase.guide .box .btn:not(:last-child) {
  margin-bottom: 25px;
}
#block02 .phase.guide .box .btn a {
  font-size: 1.8em;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
  background: linear-gradient(to right, rgba(106, 252, 232, 1) 0%, rgba(19, 242, 190, 1) 100%);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block02 .phase.guide .box .btn a:hover {
    transform: scale(1.1);
  }
}
#block02 .phase.guide .box .btn a {
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15)
}
#block02 .phase.guide .box .btn a > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#block02 .phase.guide .box .btn a::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
  height: 100%;
  width: 100%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block02 .phase.guide .box .btn a:hover::after {
    opacity: 0;
  }
}
/* 入場登録フォーム */
#block02 .phase.entry_form .box .btn_wrap {
  background-color: var(--bg-color-gry);
  margin-top: 20px;
  padding: 40px 0;
  box-sizing: border-box;
  border-radius: 16px;
}
#block02 .phase.entry_form .box .btn_wrap .btn {
  height: 100px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#block02 .phase.entry_form .box .btn_wrap .btn:not(:last-child) {
  margin-bottom: 25px;
}
#block02 .phase.entry_form .box .btn_wrap .btn a {
  font-size: 2.4em;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
  background: linear-gradient(to right, rgba(106, 252, 232, 1) 0%, rgba(19, 242, 190, 1) 100%);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block02 .phase.entry_form .box .btn_wrap .btn a:hover {
    transform: scale(1.1);
  }
}
#block02 .phase.entry_form .box .btn_wrap .btn a {
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15)
}
#block02 .phase.entry_form .box .btn_wrap .btn a > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#block02 .phase.entry_form .box .btn_wrap .btn a::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
  height: 100%;
  width: 100%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block02 .phase.entry_form .box .btn_wrap .btn a:hover::after {
    opacity: 0;
  }
}
#block02 .phase.entry_form .box .btn_wrap .btn a .ico_outlink {
  font-size: 1px;
  line-height: 0;
  margin-left: 4px;
}
#block02 .phase.entry_form .box .btn_wrap .btn a .ico_outlink img {
  filter: invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

/* LIVE中継 */
#block02 .phase.live .live_inner + .live_inner  {
  margin-top: 40px;
}
#block02 .phase.live .ttl {
  font-size: 3.2em;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#block02 .phase.live .ttl.bg {
  padding: 3px;
  color: #FFF;
  background: var(--base-color-grn);
}
#block02 .phase.live .ind3em {
  text-indent: -3.2em;
  padding-left: 3.2em;
}
#block02 .phase.live .ind5em {
  text-indent: -5.2em;
  padding-left: 5.2em;
}
#block02 .phase.live .ind11em {
  text-indent: -11.2em;
  padding-left: 11.2em;
}
#block02 .phase.live .live_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:20px -12px -24px;
}
#block02 .phase.live .live_menu li {
  width: calc(50% - 24px);
  margin: 0 12px 24px;
}
#block02 .phase.live .live_menu li .box {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: initial;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block02 .phase.live .live_menu li a.box:hover {
    transform: scale(1.1);
  }
}
#block02 .phase.live .live_menu li .box::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .75);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  z-index: 2;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block02 .phase.live .live_menu li a.box:hover::before {
    background-color: rgba(255, 255, 255, .6);
  }
}
#block02 .phase.live .live_menu li .box::after {
  content: "";
  display: block;
  background: url(/images/bg_gra.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: -25px;
  top: -10px;
  z-index: 1;
}
#block02 .phase.live .live_menu li .box > .inner {
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  position: relative;
}
#block02 .phase.live .live_menu li .box > .inner::after {
  content: "";
  display: block;
  background-color: var(--base-color-grn);
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: transform .2s var(--easing);
  z-index: 10;
}
#block02 .phase.live .live_menu li .box > .inner > span {
  text-align: left;
  display: block;
  position: relative;
  z-index: 3;
}
#block02 .phase.live .live_menu li .box > .inner > span.challenge {
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--base-color-grn);
  letter-spacing: 0.04em;
}
#block02 .phase.live .live_menu li .box > .inner > span.date {
  font-size: 1.8em;
  line-height: 1.3;
  color: #000;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
#block02 .phase.live .live_menu li span.box > .inner > span.date {
  color: #AAA;
}

#block02 .phase.live .box.schedule {
  margin: 60px 0;
}
#block02 .phase.live .box.schedule .img_wrap {
  background-color: var(--bg-color-gry);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 16px;
}
#block02 .phase.live .box.schedule .img_wrap > .inner {
  display: flex;
  align-items: start;
  margin: 0 -20px;
}
#block02 .phase.live .box.schedule .img_wrap .img {
  font-size: 1px;
  line-height: 0;
  width: calc(50% - 40px);
  margin: 0 20px;
}
#block02 .phase.live .box.schedule .img_wrap .img img {
  height: auto;
  width: 100%;
}

#block02 .phase.live #video01,
#block02 .phase.live #video02,
#block02 .phase.live #video03,
#block02 .phase.live #video04,
#block02 .phase.live #video05,
#block02 .phase.live #video06,
#block02 .phase.live #video07,
#block02 .phase.live #video08 {
  margin-top:-100px;
  padding-top:100px;
}
#block02 .phase.live .video_wrap {
  background-color: #FFF;
  margin-top: 20px;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 16px;
}
#block02 .phase.live .video_wrap .txt {
  margin-bottom: 20px;
}
#block02 .phase.live .video_wrap .txt .challenge {
  display: block;
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--base-color-grn);
  letter-spacing: 0.04em;
}
#block02 .phase.live .video_wrap .txt .date {
  display: block;
  font-size: 1.8em;
  line-height: 1.3;
  color: #000;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
#block02 .phase.live .video_wrap .video {
  margin: auto;
  position: relative;
}
#block02 .phase.live .video_wrap .video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#block02 .phase.live .video_wrap .video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* 併催イベント */
#block02 .phase.co-host_edevent .box > a {
  text-decoration: none;
  display: block;
  background: linear-gradient(to bottom,  rgba(255,235,157,1) 0%,rgba(248,182,45,1) 100%);
  height: 100%;
  width: 100%;
  padding: 25px 20px 20px;
  box-sizing: border-box;
  border-radius: 12px;
  transition: opacity .2s var(--easing);
}
@media screen and (min-width:768px) {
  #block02 .phase.co-host_edevent .box > a:hover {
    opacity: .7;
  }
}
#block02 .phase.co-host_edevent .box > a .logo {
  display: block;
}
#block02 .phase.co-host_edevent .box > a .txt {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  display: block;
  margin: 15px 0 0;
}
/* 会場アクセス */
#block02 .phase.access .box .img_wrap {
  background-color: var(--bg-color-gry);
  margin-top: 20px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 16px;
}
#block02 .phase.access .box .img_wrap > .inner {
  display: flex;
  align-items: start;
  margin: 0 -20px;
}
#block02 .phase.access .box .img_wrap .img {
  font-size: 1px;
  line-height: 0;
  width: calc(50% - 40px);
  margin: 0 20px;
}
#block02 .phase.access .box .img_wrap .img img {
  height: auto;
  width: 100%;
}

.entry_form_btn_wrap {
  text-align: right;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
}
.entry_form_btn_wrap .entry_form_btn {
  text-align: center;
  background: linear-gradient(to right, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
  height: 140px;
  width: 140px;
  box-sizing: border-box;
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .1);
  margin: 0 0 0 auto;
  border-radius: 50%;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  .entry_form_btn_wrap .entry_form_btn:hover {
    transform: scale(1.15);
  }
}
.entry_form_btn_wrap .entry_form_btn::after {
  content: "";
  display: block;
  background-color: #efefef;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.entry_form_btn_wrap .entry_form_btn a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.entry_form_btn_wrap .entry_form_btn a span {
  font-size: 1.9em;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(to right, rgba(18, 193, 158, 1) 0%, rgba(78, 203, 230, 1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: block;
  margin-top: -15px;
  position: relative;
}
.entry_form_btn_wrap .entry_form_btn a span::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(18, 193, 158, 1) 0%, rgba(78, 203, 230, 1) 100%);
  height: calc(tan(60deg) * 15px / 2);
  width: 15px;
  margin-top: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width:767px) {
  #content .page_ttl_wrap {
    height: 350px;
  }
  #content .page_ttl_wrap .page_ttl {
    margin-top: 50px;
  }
  #content .page_ttl_wrap .page_ttl .ens {
    font-size: 120%;
  }
  #content .page_ttl_wrap .page_ttl .en {
    font-size: 200%;
  }
  /* #content > .sec_wrap {
    padding-top: 0;
  } */

  #content > .sec_wrap .ttl2 {
    font-size: 2.4em;
    padding-bottom: 20px;
  }
  
  #block01 {
    z-index: 15;
  }
  #block01 .ttl_wrap {
    padding: 50px 0 90px;
  }
  #block01 .ttl_wrap .en_txt {
    font-size: 2em;
    margin: 0 30px;
    padding-bottom: 15px;
  }
  #block01 .ttl_wrap .ttl {
    font-size: 3em;
    line-height: 1.4;
    margin: 0 30px;
  }
  #block01 .report {
    margin: -40px 0 0;
    padding: 40px 30px 100px;
    border-radius: 40px 40px 0 0;
  }
  #block01 .report .video_wrap {
    padding: 20px;
  }
  #block01 .report .video_wrap .box_ttl {
    font-size: 1.8em;
    margin: -20px -20px 20px;
    padding: 12px 0;
  }
  #block01 .outline {
    display: block;
    margin: 40px 0;
  }
  #block01 .outline dl > div dt,
  #block01 .outline dl > div dd {
    font-size: 1.8em;
    line-height: 1.5;
  }
  #block01 .outline dl > div dd {
    margin: -1.5em 0 0 5em;
  }
  #block01 .report .visitors {
    padding: 35px 20px 25px;
    box-shadow: 0 7px 25px rgba(0, 0, 0, .1) inset;
  }
  #block01 .report .visitors .ttl {
    font-size: 2.5em;
    margin-bottom: 10px;
  }
  #block01 .report .visitors .txt_l {
    font-size: 3em;
    margin-bottom: 20px;
  }
  #block01 .report .visitors .txt_l strong {
    font-size: 160%;
  }
  #block01 .report .visitors .txt_l strong.counter {
    width: 2.5em;
  }
  #block01 .report .visitors .txt {
    font-size: 1.6em;
  }
  #block01 .result {
    margin-top: -40px;
    padding: 40px 30px 100px;
    border-radius: 40px 40px 0 0;
  }
  #block01 .result .btn {
    height: 60px;
    max-width: initial;
    margin: 10px auto 0;
  }
  #block01 .result .btn a {
    font-size: 1.8em;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #block01 .mission_wrap {
    margin-top: -40px;
    padding: 40px 30px 100px;
    border-radius: 40px 40px 0 0;
  }
  #block01 .mission_wrap .sub_menu {
    flex-wrap: wrap;
    margin: 0 -7px 15px;
  }
  #block01 .mission_wrap .sub_menu li {
    width: calc(50% - 14px);
    margin: 0 7px 15px;
  }
  #block01 .mission_wrap .sub_menu li .box::after {
    left: -30px;
    right: -30px;
  }
  #block01 .mission_wrap .sub_menu li .box > .inner {
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 20px;
  }
  #block01 .mission_wrap .sub_menu li .box > .inner::after {
    height: 10px;
    width: 10px;
    margin-top: -5px;
    right: 15px;
  }
  #block01 .mission_wrap .sub_menu li.current .box > .inner::after {
    background-color: #fff;
  }
  #block01 .mission_wrap .sub_menu li .box > .inner > span {
    font-size: 1.3em;
    line-height: 1.4;
  }
  #block01 .mission_wrap .sub_menu li .box > .inner > span span{
    display: inline-block;
  }
  #block01 .mission_wrap .gray_box {
    padding: 20px 25px;
  }
  #block01 .mission_wrap .gray_box .txt {
    font-size: 1.8em;
    text-align: left;
  }

  #block02 {
    margin-top: -40px;
    padding: 40px 30px;
    border-radius: 40px;
  }
  #block02 .phase:not(:last-child) {
    margin-bottom: 40px;
  }
  #block02 .phase .box {
    padding: 20px;
    border-radius: 16px;
  }
  #block02 .phase .box .txt_l {
    font-size: 1.8em;
    text-align: left;
  }
  #block02 .phase.access .box .txt_l {
    text-indent: -3em;
    padding-left: 3em;
  }
  #block02 .phase .box .txt_l a .ico_outlink img {
    height: 12px;
    width: auto;
  }
  /* ハンディガイド */
  #block02 .phase.guide .box .img_wrap {
    margin-bottom: 15px;
  }
  #block02 .phase.guide .box .img_wrap .img:not(:last-child) {
    margin-bottom: 15px;
  }
  #block02 .phase.guide .box .btn {
    height: 60px;
    max-width: initial;
  }
  #block02 .phase.guide .box .btn:not(:last-child) {
    margin-bottom: 25px;
  }
  #block02 .phase.guide .box .btn a {
    font-size: 1.6em;
    line-height: 60px;
  }
  /* 入場登録フォーム */
  #block02 .phase.entry_form .box .btn_wrap {
    padding: 30px 20px;
  }
  /* #block02 .phase.entry_form .box .btn_wrap .btn {
    max-width: 260px;
  } */
  #block02 .phase.entry_form .box .btn_wrap .btn:not(:last-child) {
    margin-bottom: 20px;
  }
  #block02 .phase.entry_form .box .btn_wrap .btn a {
    font-size: 1.8em;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #block02 .phase.entry_form .box .btn_wrap .btn a > span {
    margin-top: -5px;
  }

  /* LIVE中継 */
  #block02 .phase.live .live_inner + .live_inner {
    margin-top: 30px;
  }
  #block02 .phase.live .ttl {
    font-size: 2.4em;
  }
  #block02 .phase.live .live_menu {
    display: block;
    margin:15px 0 0;
  }
  #block02 .phase.live .live_menu li {
    width: auto;
    margin: 0;
  }
  #block02 .phase.live .live_menu li:not(:last-child) {
    margin-bottom: 15px;
  }
  #block02 .phase.live .live_menu li .box::after {
    left: -30px;
    right: -30px;
  }
  #block02 .phase.live .live_menu li .box > .inner {
    padding: 25px 60px 25px 20px;
  }
  #block02 .phase.live .live_menu li .box > .inner > span.challenge {
    font-size: 1.8em;
  }
  #block02 .phase.live .live_menu li .box > .inner > span.date {
    font-size: 1.6em;
  }
  #block02 .phase.live .box.schedule {
    margin: 40px 0;
  }
  #block02 .phase.live .box.schedule .img_wrap {
    padding: 15px 20px 20px;
    box-sizing: border-box;
  }
  #block02 .phase.live .box.schedule .img_wrap > .inner {
    display: block;
    align-items: center;
    margin: 0 0 -10px;
  }
  #block02 .phase.live .box.schedule .img_wrap .img {
    width: auto;
    margin: 0 auto 10px;
  }
  #block02 .phase.live .box.schedule .img_wrap .img img {
    max-width: 350px;
  }
  #block02 .phase.live #video01,
  #block02 .phase.live #video02,
  #block02 .phase.live #video03,
  #block02 .phase.live #video04,
  #block02 .phase.live #video05,
  #block02 .phase.live #video06,
  #block02 .phase.live #video07,
  #block02 .phase.live #video08 {
    margin-top:-70px;
    padding-top:70px;
  }
  #block02 .phase.live .video_wrap {
    margin-top: 15px;
    padding: 20px;
  }
  #block02 .phase.live .video_wrap .txt {
    margin-bottom: 10px;
    text-align: left;
  }
  #block02 .phase.live .video_wrap .txt .challenge {
    font-size: 1.8em;
  }
  #block02 .phase.live .video_wrap .txt .date {
    font-size: 1.6em;
  }

  /* 併催イベント */
  #block02 .phase.co-host_edevent .box > a {
    border-radius: 10px;
  }
  #block02 .phase.co-host_edevent .box > a .logo img {
    height: auto;
    width: 100%;
    max-width: 211px;
  }
  #block02 .phase.co-host_edevent .box > a .txt {
    font-size: 1.5em;
    margin: 15px -20px 0;
  }
  /* 会場アクセス */
  #block02 .phase.access .box .img_wrap {
    padding: 15px 20px 20px;
    box-sizing: border-box;
  }
  #block02 .phase.access .box .img_wrap > .inner {
    display: block;
    align-items: center;
    margin: 0 0 -10px;
  }
  #block02 .phase.access .box .img_wrap .img {
    width: auto;
    margin: 0 auto 10px;
  }
  #block02 .phase.access .box .img_wrap .img img {
    max-width: 350px;
  }
  
  .entry_form_btn_wrap {
    right: 15px;
    bottom: 15px;
  }
  .entry_form_btn_wrap .entry_form_btn {
    height: 100px;
    width: 100px;
  }
  .entry_form_btn_wrap .entry_form_btn::after {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
  }
  .entry_form_btn_wrap .entry_form_btn a span {
    font-size: 1.4em;
    line-height: 1.2;
    margin-top: -12px;
  }
  .entry_form_btn_wrap .entry_form_btn a span::after {
    height: calc(tan(60deg) * 12px / 2);
    width: 12px;
    margin-top: 3px;
  }
}

@media screen and (max-width:374px) {
  #block01 .ttl_wrap .ttl {
    font-size: 2.6em;
  }
  #block01 .outline dl > div dd span {
    display: block;
    margin-left: -0.5em;
  }
  #block01 .mission_wrap .lst li a,
  #block01 .mission_wrap .lst li span {
    font-size: 1.4em;
  }
  #block01 .mission_wrap .btn a {
    font-size: 1.5em;
  }

  #block02 .phase.co-host_edevent .box > a .txt {
    font-size: 1.3em;
  }
  #block02 .phase.entry_form .box .btn_wrap .btn a {
    font-size: 1.5em;
  }
  #block02 .phase.live .live_menu li .box > .inner {
    padding: 25px 40px 25px 20px;
  }
  #block02 .phase.live .live_menu li .box > .inner::after{
    right: 20px;
  }
}
