@charset "UTF-8";
:root {
  --color_01: #000;
  --color_02: #000;
  --bg: #eee;
  --text: #222;
  --red: #ff0000;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
}

.pane-contents {
  overflow: hidden;
}

#cp2407 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  font-family: var(--font_n);
  color: var(--text);
  letter-spacing: 0.03em;
  /*【PC】*/
  /*【SP】*/
}
#cp2407 .mv {
  text-align: center;
  background: #cff4ff;
  padding: 70px 0;
}
#cp2407 .mv img {
  vertical-align: bottom;
  max-height: 800px;
}
@media (max-width: 768px) {
  #cp2407 .mv {
    padding: 0;
  }
  #cp2407 .mv img {
    max-height: auto;
  }
}
#cp2407 .page_link {
  margin: 30px 0;
}
#cp2407 .page_link ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
#cp2407 .page_link a {
  display: block;
  padding: 20px 0 25px 0;
  color: #fff;
  background: #51bbf4;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
  border-radius: 5px;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#cp2407 .page_link a:hover {
  text-decoration: none;
  background: #3aa7e2;
}
#cp2407 .page_link a:before {
  content: "";
  width: 9px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 15px;
}
#cp2407 .page_link a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
@media (max-width: 768px) {
  #cp2407 .page_link {
    margin: 20px 0;
  }
  #cp2407 .page_link ul {
    display: block;
  }
  #cp2407 .page_link li {
    width: 100%;
    margin: 10px 0;
  }
  #cp2407 .page_link a {
    padding: 10px 0;
    font-size: 1.2em;
  }
  #cp2407 .page_link a:before {
    width: 7px;
    height: 7px;
    border-width: 0 1px 1px 0;
    left: 94%;
    bottom: 45%;
  }
}
#cp2407 .bar_title {
  background: url(/img/event/2407cp/bar_bg.jpg) no-repeat scroll 0 0/cover;
  padding: 80px 0;
  margin: 60px 0;
  position: relative;
  text-align: center;
}
#cp2407 .bar_title .title {
  font-size: 2.2em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 2px 4px 10px #35a3b9;
}
@media (max-width: 768px) {
  #cp2407 .bar_title {
    padding: 30px 0;
    margin: 50px 0 0 0;
  }
  #cp2407 .bar_title .title {
    font-size: 1.4em;
    letter-spacing: 0;
  }
}
#cp2407 .move {
  transform: translateY(50px);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#cp2407 .move.active {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 500ms;
}
#cp2407 a {
  text-decoration: none;
}
#cp2407 .m {
  font-family: var(--font_m);
}
#cp2407 .n {
  font-family: var(--font_n);
}
#cp2407 .bg {
  background: var(--bg);
}
#cp2407 .color_01 {
  color: var(--color_01);
}
#cp2407 .color_02 {
  color: var(--color_02);
}
#cp2407 .color_03 {
  color: var(--color_03);
}
#cp2407 h1,
#cp2407 h2,
#cp2407 h3,
#cp2407 h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#cp2407 .mini {
  font-size: 0.8em;
}
@media (min-width: 769px) {
  #cp2407 .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #cp2407 .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  #cp2407 .inner,
  #cp2407 .inner_mini {
    padding: 0 5%;
  }
  #cp2407 .pc {
    display: none;
  }
}/*# sourceMappingURL=2407cp_style.css.map */