/* default settings */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* CUSTOM STYLES */
/* =================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap");
.page-project-002 {
  color: #fff;
}
@media (min-width: 751px) {
  .page-project-002 {
    position: relative;
  }
  .page-project-002:after {
    background: url("/campus-hacks/assets/002/img/bgd_body_pc.jpg") repeat-x center top;
    background-size: auto 100%;
  }
}
.page-project-002 .wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.page-project-002 .main {
  font-family: "Noto Sans", sans-serif;
}

.header {
  padding-right: 1.875rem;
  width: calc(50% - 15.0625rem);
}
.header_inner {
  margin-top: 0;
  padding-left: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .time {
  width: 100%;
}
.header .time img {
  width: 18.125rem;
}
.header .research_project {
  margin-top: 3.75rem;
}

.sidebar {
  padding-left: 0.25rem;
  width: calc(50% - 15.0625rem);
}
.sidebar_inner {
  margin-top: 0.0625rem;
}
.sidebar .thumb {
  width: 19.4375rem;
}
.sidebar .thumb img {
  width: 100%;
}

.container {
  padding: 0 0.625rem;
  background-image: url("/campus-hacks/assets/002/img/bgd_main.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media (min-width: 751px) {
  .container {
    padding: 0 0.8125rem;
  }
}
.container:before {
  width: 0.625rem;
  background-image: url("/campus-hacks/assets/002/img/deco_left.jpg");
  background-size: 100% auto;
  -webkit-animation: none;
          animation: none;
}
@media (min-width: 751px) {
  .container:before {
    width: 0.8125rem;
  }
}
.container:after {
  width: 0.625rem;
  background-image: url("/campus-hacks/assets/002/img/deco_right.jpg");
  background-size: 100% auto;
  -webkit-animation: none;
          animation: none;
}
@media (min-width: 751px) {
  .container:after {
    width: 0.8125rem;
  }
}
@media (min-width: 751px) {
  .container {
    max-width: 30rem;
  }
}

.ttl_line_botton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.ttl_line_botton span {
  margin: 0 auto;
  padding: 0 0.3125rem;
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  background-repeat: repeat-x;
  background-size: auto 0.625rem;
  background-position: center 84%;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media (min-width: 751px) {
  .ttl_line_botton span {
    font-size: 1.5rem;
  }
}
.ttl_line_botton span sup {
  position: absolute;
  top: 0;
  left: 1.25rem;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 751px) {
  .ttl_line_botton span sup {
    font-size: 0.75rem;
  }
}
.ttl_line_botton span.font-big {
  margin-top: 0.125rem;
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .ttl_line_botton span.font-big {
    font-size: 1.75rem;
  }
}
.ttl_line_botton.line-blue span {
  background-image: url("/campus-hacks/assets/002/img/line_blue.png");
}
.ttl_line_botton.line-orange span {
  background-image: url("/campus-hacks/assets/002/img/line_orange.png");
}

.research_project {
  text-align: center;
  margin: 4.75rem 0 0;
}
.research_project a {
  padding-bottom: 0.375rem;
  display: inline-block;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.research_project a:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
@media (min-width: 751px) and (hover) {
  .research_project a:hover {
    opacity: 1;
  }
  .research_project a:hover:after {
    width: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.footer {
  margin-top: 5rem;
  background: url("/campus-hacks/assets/002/img/footer_bgd.png") no-repeat center top;
  background-size: 100% 100%;
  color: #000;
}
.footer_ttl {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
.footer_ttl sup {
  left: 3rem;
}
.footer .wrapper {
  padding: 0;
}
.footer_desc {
  margin-top: 2.0625rem;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 751px) {
  .footer_desc {
    font-size: 1.125rem;
  }
}
.footer_logo {
  margin-top: 1.5rem;
}
.footer_logo img {
  border-radius: 0.5rem;
}
.footer .copyright {
  margin-top: 4rem;
  font-weight: 500;
}

.kv-section {
  padding-top: 5.375rem;
  width: 100%;
  position: relative;
}
@media (min-width: 751px) {
  .kv-section {
    padding: 0 0.125rem;
    padding-top: 6.875rem;
  }
}
.kv_img {
  margin: 0 auto;
  width: 19.4375rem;
}
@media (min-width: 751px) {
  .kv_img {
    width: 88.5%;
  }
}
.kv_img img {
  width: 100%;
  margin-left: 0.1875rem;
}
@media (min-width: 751px) {
  .kv_img img {
    margin-left: 0.1875rem;
  }
}

.intro-section {
  padding: 5.25rem 0.125rem 4.4375rem;
  position: relative;
}
@media (min-width: 751px) {
  .intro-section {
    padding: 6.6875rem 0.125rem 6.25rem;
  }
}
.intro_desc {
  padding-top: 3.125rem;
  width: 100%;
  height: 17.5rem;
  text-align: center;
  background: url("/campus-hacks/assets/002/img/intro_bgd.png") no-repeat center top;
  background-size: auto 100%;
}
@media (min-width: 751px) {
  .intro_desc {
    padding-top: 0;
    height: 22.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.intro_desc p {
  font-size: 0.9375rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media (min-width: 751px) {
  .intro_desc p {
    font-size: 1.125rem;
  }
}
.intro_desc p + p {
  margin-top: 1.875rem;
}
.intro_deco {
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 21.8125rem;
}
@media (min-width: 751px) {
  .intro_deco {
    width: 100%;
  }
}
.intro_deco img {
  width: 100%;
}

.card-game-section {
  margin-top: 2.4375rem;
}
.card-game_img {
  margin-top: -3.125rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  position: relative;
  z-index: 0;
}
.card-game_img img {
  margin-left: -0.375rem;
  max-width: unset;
  width: 23.4375rem;
}
@media (min-width: 751px) {
  .card-game_img img {
    width: 100%;
  }
}

.opportunity-section {
  margin-top: 3rem;
}
.opportunity_ttl {
  padding: 2.8125rem 0 2.5rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-top: 0.25rem solid #fff;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 800;
  position: relative;
}
@media (min-width: 751px) {
  .opportunity_ttl {
    font-size: 1.125rem;
  }
}
.opportunity_ttl::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.opportunity_img {
  margin-top: 3rem;
  width: 100%;
}
.opportunity_img img {
  margin-left: -0.3125rem;
  max-width: unset;
  width: 20.5rem;
}
@media (min-width: 751px) {
  .opportunity_img img {
    width: 100%;
  }
}
.opportunity_desc {
  margin-top: 3.0625rem;
  text-align: center;
}
.opportunity_desc p {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 800;
}
@media (min-width: 751px) {
  .opportunity_desc p {
    font-size: 1.125rem;
  }
}
.opportunity_desc p + p {
  margin-top: 1rem;
}
.opportunity_desc h3 {
  margin-top: 1.0625rem;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 800;
}
.opportunity_deco {
  margin-top: 0.9375rem;
  width: 100%;
}

.event-section {
  margin-top: 4.5rem;
}
.event_ttl {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-top: 0.625rem;
  position: relative;
}
.event_ttl:before {
  content: "";
  width: 100%;
  height: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/campus-hacks/assets/002/img/event_ttl_line.jpg") repeat-x left top;
  background-size: auto 100%;
}
.event_logo {
  margin: 0 auto;
  margin-top: 2.5625rem;
  width: 18.1875rem;
}
@media (min-width: 751px) {
  .event_logo {
    width: 90%;
  }
}
.event_logo img {
  width: 100%;
}
.event_desc {
  margin-top: 2.375rem;
  padding: 5.6875rem 0 8.5rem;
  position: relative;
}
.event_desc p {
  width: 100%;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
  color: #000;
  font-weight: 800;
  background: url("/campus-hacks/assets/002/img/event_desc_bgd.png") no-repeat center center;
  background-size: auto 100%;
}
@media (min-width: 751px) {
  .event_desc p {
    height: 8.125rem;
    font-size: 1.125rem;
  }
}
.event_deco {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.event_deco--01 {
  top: 0;
  width: 22.625rem;
}
@media (min-width: 751px) {
  .event_deco--01 {
    width: 90%;
  }
}
.event_deco--01 img {
  margin-left: -0.4375rem;
  max-width: unset;
  width: 100%;
}
.event_deco--02 {
  bottom: 0;
  width: 20.125rem;
}
@media (min-width: 751px) {
  .event_deco--02 {
    width: 85%;
  }
}
.event_deco--02 img {
  margin-right: -1.625rem;
  max-width: unset;
  width: 100%;
}
.event_time {
  margin-top: 2.5rem;
  text-align: center;
}
.event_time img {
  margin: 0 auto;
  width: 16.875rem;
}
@media (min-width: 751px) {
  .event_time img {
    width: 80%;
  }
}
.event_location {
  margin-top: 2.5rem;
  text-align: center;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.event_location_ttl {
  margin-top: 1.875rem;
}
.event_location_ttl span {
  padding: 0 0.4375rem;
}
.event_location_map {
  margin: 0 auto;
  margin-top: 2.5rem;
  width: 19.6875rem;
  height: 9.75rem;
}
@media (min-width: 751px) {
  .event_location_map {
    width: 90%;
    height: 14.375rem;
  }
}
.event_location_map .map_wrap {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_location_map iframe {
  width: 100%;
  height: 100%;
}
.event_img_btm {
  margin-top: 2.5625rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.event_img_btm img {
  margin-left: -0.4375rem;
  width: 23.0625rem;
  max-width: unset;
}
@media (min-width: 751px) {
  .event_img_btm img {
    width: 100%;
  }
}

.deco-page {
  position: fixed;
}
.deco-page--01 {
  top: 0;
  left: 0;
  width: 16.5rem;
}
.deco-page--01 img {
  width: 100%;
}
.deco-page--02 {
  left: 0;
  bottom: 0rem;
  width: 21.1875rem;
}
.deco-page--02 img {
  width: 100%;
}
.deco-page--03 {
  top: 0;
  right: 0;
  width: 21.9375rem;
}
.deco-page--03 img {
  width: 100%;
}
.deco-page--04 {
  right: 0;
  bottom: 0;
  width: 24.0625rem;
}
.deco-page--04 img {
  width: 100%;
}