@charset "UTF-8";

/*-------------------------
__wrs2025_mrc_challenge_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/aichi_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: 90px;
}
#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;
}

.page_nav {
  height: 500px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .page_nav {
    min-width: 1280px;
  }
}
.page_nav .scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.page_nav .scroll a {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 75px;
  width: 100%;
  position: relative;
}
.page_nav .scroll a::after{
  content: "";
  display: block;
  background-color: #fff;
  height: 60px;
  width: 1px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  animation: scroll_line 1.5s ease-in-out infinite;
}
@keyframes scroll_line{
	0% {
		height: 0;
		top: 15px;
		opacity: 0;
	}
	30% {
		height: 30px;
		opacity: 1;
	}
	100% {
		height:0;
		top:75px;
		opacity: 1;
	}
}

#convention {
  background-color: #fff;
  position: relative;
  z-index: 15;
  overflow: hidden;
  border-radius: 0 0 60px 60px;
  box-shadow: 0 10px 30px rgba(80, 55, 35, .08);
}
#convention > .inner {
  /* padding-bottom: 180px; */
  padding-bottom: 120px;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#convention > .inner::before {
  content: "";
  display: block;
  background: url(../../../images/notice_bg02.png) repeat center 0;
  background-size: 305px auto;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#convention > .inner::after {
  content: "";
  display: block;
  background-size: 100%;
  height: 900px;
  width: 1500px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url(../images/aichi_bg.jpg) no-repeat center 0;
}
#convention .ttl_wrap {
  position: relative;
  z-index: 3;
}
#convention .ttl_wrap .ttl {
  font-size: 4.5em;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 40px;
  background: linear-gradient(to right, rgba(98,122,247,1) 0%,rgba(128,89,217,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#convention .ttl_wrap .ttl::after {
  content: "";
  display: block;
  height: 85px;
  width: 85px;
  margin: 30px auto 0;
  background: url("../images/ico_industrial.png") no-repeat center / contain;
}
#convention .ttl_lead {
  font-size: 2.5em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 3;
}

#competition {
  margin-top: -60px;
  position: relative;
  z-index: 20;
}
#competition .lead_wrap {
  background: url(../images/aichi_bg02.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0 140px;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 5;
}
#competition .lead_wrap .lead {
  font-size: 2.8em;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 3;
}
#competition .mission {
  background: linear-gradient(to right, rgba(242,238,251,1) 0%,rgba(231,234,252,1) 100%);
  margin-top: -60px;
  padding: 80px 0 120px;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  z-index: 20;
}
#competition .mission .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#competition .mission .ttl_wrap .ttl {
  font-size: 4em;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 40px;
  background: linear-gradient(to right, rgba(98,122,247,1) 0%,rgba(128,89,217,1) 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#competition .mission .block_ttl {
  font-size: 3em;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 30px;
}
#competition .mission .block_ttl::before {
  content: "";
  display: block;
  background: var(--base-color-ppl) no-repeat center center;
  background-size: auto 48px;
  height: 96px;
  width: 96px;
  margin: 0 auto 12px;
  border-radius: 48px;
}
#competition .mission .block_ttl.history::before {
  background-image: url(../images/ico_history.png);
  background-size: auto 42px;
}
#competition .mission .block_ttl.details::before {
  background-image: url(../images/ico_details.png);
}
#competition .mission .block_ttl.movie::before {
  background-image: url(../images/ico_movie.png);
  background-size: auto 40px;
}
#competition .mission .block_ttl.objective::before {
  background-image: url(../images/ico_objective.png);
}
#competition .mission .block_ttl.schedule::before {
  background-image: url(../images/ico_schedule.png);
  background-size: auto 52px;
}
#competition .mission .block_ttl.teams::before {
  background-image: url(../images/ico_teams.png);
  background-position: center 42%;
}
#competition .mission .block_ttl.committee::before {
  background-image: url(../images/ico_committee.png);
  background-position: center 42%;
}
#competition .mission .box {
  text-align: left;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(35, 79, 80, 0.1);
  border-radius: 24px;
  margin-top: 40px;
  padding: 30px;
}
#competition .mission .box + .box {
  margin-top: 80px;
}
#competition .mission .box .box_ttl {
  font-size: 3em;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 20px;
}
#competition .mission .box ul {
  background-color: #efefef;
  margin-top: 20px;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 16px;
}
#competition .mission .box ul li {
  font-size: 1.8em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  display: block;
  padding-left: 25px;
  position: relative;
}
#competition .mission .box ul li + li{
  margin-top: 5px;
}
#competition .mission .box ul li::after {
  content: "";
  display: block;
  height: 4px;
  width: 15px;
  border-radius: 2px;
  background-color: var(--base-color-ppl);
  position: absolute;
  left: 0;
  top: 13px;
}
#competition .mission .box ul li span {
  font-weight: 700;
  color: var(--base-color-ppl);
}
#competition .mission .box ul.objective_list li::after {
  top: 13px;
}
#competition .mission .box ul.objective_list li span {
  font-size: 133.33%;
  font-weight: 700;
  line-height: 1.2;
  color: var(--base-color-ppl);
}
#competition .mission .box .txt {
  font-size: 1.8em;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#competition .mission .box .purple_box {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 20px;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 16px;
  color: var(--base-color-ppl);
  border: 3px solid var(--base-color-ppl);;
}
#competition .mission .box .img {
  width: 550px;
  margin: 30px auto 0;
  border-radius: 16px;
  overflow: hidden;
  border:1px solid #efefef;
  position: relative;
}
#competition .mission .box .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#competition .mission .box .movie_wrap {
  background-color: #efefef;
  padding: 25px;
  border-radius: 16px;
}
#competition .mission .box .movie_wrap .movie {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;  
  position: relative;
}
#competition .mission .box .movie_wrap .movie iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 競技スケジュール */
#competition .mission .box.schedule .tab .tab_menu {
  display: flex;
  margin: 0 -1px;
}
#competition .mission .box.schedule .tab .tab_menu .tab_menu_item {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--base-color-ppl);
  background: #e8ebfc;
  width: calc(33.333% - 2px);
  margin: 0 1px;
  padding: 18px 0 14px;
  border:none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#competition .mission .box.schedule .tab .tab_menu .tab_menu_item:first-child {
  border-radius: 16px 0 0 0;
}
#competition .mission .box.schedule .tab .tab_menu .tab_menu_item:last-child {
  border-radius: 0 16px 0 0;
}
#competition .mission .box.schedule .tab .tab_menu .tab_menu_item:not(.is-active) span {
  opacity: 0.6;
  transition: opacity .3s;
}
#competition .mission .box.schedule .tab .tab_menu .tab_menu_item:not(.is-active):hover span {
  opacity: 1;
}
#competition .mission .box.schedule .tab .tab_menu .tab_menu_item.is-active {
  color: #FFF;
  background: var(--base-color-ppl);
}
#competition .mission .box.schedule .tab .tab_content {
  display: flex;
  border-top: 4px solid var(--base-color-ppl);
}
#competition .mission .box.schedule .tab .tab_content .side {
  font-size: 1px;
  line-height: 0;
  width: 100px;
}
#competition .mission .box.schedule .tab .tab_content .tab_panel_wrap .tab_panel {
  width: 100%;
  flex: 1;
}
#competition .mission .box.schedule .tab .tab_content .tab_panel_wrap .tab_panel .tab_panel_box {
  font-size: 1px;
  line-height: 0;
}
#competition .mission .box.schedule .note02 {
  text-align: right;
  margin: 5px 0 0;
}
#competition .mission .box.schedule .note02 .txt {
  display: inline;
  font-size: 1.3em;
  line-height: 1.3;
}

/* 参加チーム */
#competition .mission .box .lead {
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 30px;
  text-align: center;
}
#competition .mission .box .lead .large {
  font-size: 160%;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(to right, rgba(98,122,247,1) 0%,rgba(128,89,217,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 3px;
}
#competition .mission .box table {
  font-size: 1.8em;
  line-height: 1.3;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #DDD;
  border-right: none;
  border-radius: 0 0 12px 12px;
}
#competition .mission .box table col:first-child {
  width: 300px;
}
#competition .mission .box table col:nth-child(3) {
  width: 200px;
}
#competition .mission table col:nth-child(4) {
  width: 110px;
}
@media screen and (min-width: 768px) {
  #competition .mission .box.committee table col:first-child {
    width: 120px;
  }
  #competition .mission .box.committee table col:nth-child(2) {
    width: 160px;
  }
  #competition .mission .box.committee table col:nth-child(3) {
    width: auto;
  }
}
#competition .mission .box table thead th,
#competition .mission .box table tbody td {
  background-color: #FFF;
  padding: 10px;
  box-sizing: border-box;
}
#competition .mission .box table thead th {
  color: #FFF;
  font-weight: 700;
  text-align: center;
  background-color: var(--base-color-ppl);
  border-right: 1px solid #FFF;
}
#competition .mission .box table thead th:first-child {
  border-radius: 12px 0 0 0;
}
#competition .mission .box table thead th:last-child {
  border-right: none;
  border-radius: 0 12px 0 0;
}
#competition .mission .box table tbody td {
  text-align: left;
  border-right: 1px solid #DDD;
}
#competition .mission .box table tbody td:first-child {
  border-left: 1px solid #DDD;
}
#competition .mission .box table tbody td:nth-child(4) {
  text-align: center;
}
#competition .mission .box table tbody tr:nth-child(even) td {
  background-color: rgba(104, 121, 185, .1);
}
#competition .mission .box table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
#competition .mission .box table tbody tr:last-child td:last-child {
  border-radius:0 0 12px 0;
}
@media screen and (min-width: 768px) {
  #competition .mission .box.committee table tbody td:first-child {
    text-align: center;
  }
}
#competition .mission .box table tbody td .pr_btn {
  font-size: 80%;
  line-height: 1.3;
  color: #FFF;
  text-decoration: none;
  background-color: #666;
  padding: 0 10px;
  border-radius: 4px;
  transition: background-color .2s;
}
@media screen and (min-width: 768px) {
  #competition .mission .box table tbody td .pr_btn:hover {
    background-color: var(--base-color-ppl);
  }
}
#competition .mission .box .note {
  font-size: 1.3em;
  line-height: 1.3;
  text-align: right;
  margin: 5px 5px 0 0;
}

#competition .mission .btn {
  height: 70px;
  width: 320px;
  margin: 50px auto 0;
}
#competition .mission .btn:not(:last-child) {
  margin: 0 30px 0 0;
}
#competition .mission .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(198, 112, 255,1) 0%,rgba(147, 105, 255,1) 100%);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15);
  border-radius: 50px;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #competition .mission .btn a:hover {
    transform: scale(1.1);
  }
}
#competition .mission .btn a::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(98,122,247,1) 0%,rgba(128,89,217,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) {
  #competition .mission .btn a:hover::after {
    opacity: 0;
  }
}
#competition .mission .btn a > span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

@media screen and (max-width:767px) {
  #content .page_ttl_wrap {
    height: 350px;
  }
  #content .page_ttl_wrap .page_ttl {
    margin-top: 60px;
  }
  #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: 350px;
  }

  .page_nav {
    height: 350px;
  }
  .page_nav .scroll a {
    font-size: 1em;
  }
  #convention {
    border-radius: 0 0 40px 40px;
  }
  #convention > .inner {
    /* padding-bottom: 100px; */
    padding-bottom: 80px;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #convention .ttl_wrap .ttl {
    font-size: 2.7em;
    line-height: 1.4;
    margin: 0 30px;
    padding-bottom: 30px;
  }
  #convention .ttl_wrap .ttl::after {
    height: 75px;
    width: 75px;
  }
  #convention .ttl_lead {
    font-size: 1.7em;
    text-align: left;
    margin: 0 30px;
  }
  
  #competition {
    margin-top: -40px;
  }
  #competition .lead_wrap {
    padding: 60px 0 100px;
    border-radius: 40px 40px 0 0;
    position: relative;
    z-index: 5;
  }
  #competition .lead_wrap .lead {
    font-size: 2em;
    text-align: left;
    margin: 0 30px;
  }
  #competition .mission {
    margin-top: -40px;
    padding: 40px 30px;
    border-radius: 40px;
  }
  #competition .mission .ttl_wrap .ttl {
    font-size: 2.4em;
    padding-bottom: 20px;
  }
  #competition .mission .block_ttl {
    font-size: 2.4em;
    margin-top: -30px;
    margin-bottom: 20px;
  }
  #competition .mission .block_ttl::before {
    background-size: auto 36px;
    height: 68px;
    width: 68px;
  }
  #competition .mission .block_ttl.history::before {
    background-size: auto 32px;
  }
  #competition .mission .block_ttl.movie::before {
    background-size: auto 30px;
  }
  #competition .mission .block_ttl.schedule::before {
    background-size: auto 36px;
  }
  #competition .mission .box {
    margin-top: 20px;
    padding: 20px 25px;
  }
  #competition .mission .box + .box {
    margin-top: 40px;
  }
  #competition .mission .box .box_ttl {
    font-size: 2.2em;
    margin-bottom: 12px;
  }
  #competition .mission .box ul {
    margin-top: 12px;
    padding: 15px;
  }
  #competition .mission .box ul li {
    font-size: 1.6em;
  }
  #competition .mission .box ul.objective_list li::after {
    top: 11px;
  }
  #competition .mission .box .txt {
    font-size: 1.6em;
  }
  #competition .mission .box .purple_box {
    font-size: 1.6em;
    margin-top: 12px;
    padding: 15px 20px;
  }
  #competition .mission .box .img {
    width: 100%;
    margin: 20px 0 0;
  }
  /* 競技スケジュール */
  #competition .mission .box.schedule .tab .tab_menu .tab_menu_item {
    font-size: 1.4em;
    padding: 10px 0 6px;
  }
  #competition .mission .box.schedule .tab .tab_menu .tab_menu_item:first-child {
    border-radius: 12px 0 0 0;
  }
  #competition .mission .box.schedule .tab .tab_menu .tab_menu_item:last-child {
    border-radius: 0 12px 0 0;
  }
  #competition .mission .box.schedule .tab .tab_content {
    border-top: 3px solid var(--base-color-ppl);
  }
  #competition .mission .box.schedule .tab .tab_content .side {
    width: 76px;
  }
  #competition .mission .box.schedule .tab .tab_content .side img {
    height: 520px;
    width: auto;
  }
  /* ScrollHint で対応するため不要 ここから */
  /* 
  #competition .mission .box.schedule .tab .tab_content .tab_panel_wrap .tab_panel {
    overflow: hidden;
  }
  #competition .mission .box.schedule .tab .tab_content .tab_panel_wrap .tab_panel .tab_panel_box {
    overflow-x: scroll;
  }
  */
  /* ScrollHint で対応するため不要 ここまで */
  #competition .mission .box.schedule .tab .tab_content .tab_panel_wrap .tab_panel .tab_panel_box img {
    height: 520px;
    width: auto;
  }
  #competition .mission .box.schedule .note02 {
    text-align: left;
  }
  #competition .mission .box.schedule .note02 .txt {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  /* 参加チーム */
  #competition .mission .box .lead {
    font-size: 1.6em;
    text-align: left;
    margin: 0 0 20px;
  }
  #competition .mission .box table{
    font-size: 1.6em;
    width: 100%;
  }
  #competition .mission .box table col:first-child,
  #competition .mission .box table col:nth-child(2),
  #competition .mission .box table col:nth-child(3),
  #competition .mission .box table col:nth-child(4) {
    width: auto;
  }
  #competition .mission .box table thead th:first-child {
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 8px 10px;
    border-radius: 12px 12px 0 0;
  }
  #competition .mission .box table thead th:not(:first-child) {
    display: none;
  }
  #competition .mission .box table tbody td {
    display: block;
    width: 100%;
    padding: 3px 10px;
    border-left: 1px solid #DDD;
  }
  #competition .mission .box table tbody td:first-child {
    font-weight: 700;
    padding: 10px 10px 3px;
  }
  #competition .mission .box.committee table tbody td:first-child {
    font-weight: 400;
  }
  #competition .mission .box table tbody td:nth-child(2) {
    padding:3px 10px;
  }
  #competition .mission .box.committee table tbody td:nth-child(2) {
    font-weight: 700;
  }
  #competition .mission .box table tbody td:last-child {
    text-align: left;
    padding: 3px 10px 8px;
  }
  #competition .mission .box table tbody tr:last-child td:first-child {
    border-radius: 0;
  }
  #competition .mission .box table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 8px;
  }
  #competition .mission .box .note {
    font-size: 1.2em;
  }
  #competition .mission .btn {
    height: 60px;
    width: auto;
    margin: 40px 0 0;
  }
  #competition .mission .btn:not(:last-child) {
    margin: 0 0 15px;
  }
  #competition .mission .btn a {
    font-size: 1.6em;
    line-height: 60px;
    box-shadow: 0 5px 15px rgba(12, 80, 66, .15)
  }
  #competition .mission .box .movie_wrap {
    background: none;
    padding: 0;
  }
}
