@charset "UTF-8";
:root {
  --color_01: #3ca806;
  --color_02: #222;
  --color_03: #333;
  --kero: #31B16B;
  --text: #222;
  --bg: #eee;
  --red: #E8383D;
  --oreng: #ff981f;
  --font_m: "Noto Serif JP", serif;
  --font_n: "Noto Sans JP", sans-serif;
  --font_e: "Josefin Sans", sans-serif;
  --font_maru: "M PLUS Rounded 1c", sans-serif;
}

.pane-header,
.under-globalnav-bnr,
.block-history-event,
.pane-footer,
.block-event-page--goods,
.pane-right-menu,
.block-top--main-header {
  display: none !important;
}

.pane-contents {
  padding: 0;
}

.pane-contents {
  overflow: hidden;
}

#kerokoro {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  color: var(--text);
  font-family: var(--font_maru);
  /*【PC】*/
  /*【SP】*/
}
@media (max-width: 768px) {
  #kerokoro {
    overflow: hidden;
  }
}
#kerokoro .mv {
  background: url(/img/event/2401pre/kerokoro_app/mv_bg.jpg) no-repeat scroll center bottom/cover;
  padding: 60px 0 100px 0;
  text-align: center;
}
#kerokoro .mv .mv_title {
  text-align: center;
  margin: 0 0 -20px 0;
}
#kerokoro .mv .mv_title img {
  width: 800px;
}
#kerokoro .mv .present_text {
  width: 70%;
  display: inline-block;
}
#kerokoro .mv .day {
  text-align: center;
  margin: 15px 0 0 0;
}
#kerokoro .mv .day .title {
  margin: 0 0 10px 0;
}
#kerokoro .mv .day .title img {
  width: 142px;
}
#kerokoro .mv .day .text img {
  width: 50%;
}
@media (max-width: 768px) {
  #kerokoro .mv {
    padding: 30px 0;
  }
  #kerokoro .mv .mv_title {
    margin: 0;
  }
  #kerokoro .mv .present_text {
    width: 80%;
  }
  #kerokoro .mv .day .title {
    margin: 0 0 5px 0;
  }
  #kerokoro .mv .day .title img {
    width: 80px;
  }
  #kerokoro .mv .day .text img {
    width: 90%;
  }
}
#kerokoro .mv.end {
  position: relative;
}
#kerokoro .mv.end:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
}
#kerokoro .mv.end .end {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}
@media (max-width: 768px) {
  #kerokoro .mv.end .end {
    width: 90%;
  }
}
#kerokoro .overview {
  background: url(/img/event/2401pre/kerokoro_app/overview_bg.jpg) no-repeat scroll center bottom/100% auto;
  padding: 0 0 100px 0;
}
#kerokoro .overview .present {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#kerokoro .overview .present .kero img {
  transform: rotate(-3deg);
  animation: kero 8s ease infinite;
}
@keyframes kero {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
#kerokoro .overview .present .kero p img {
  height: 35px;
  width: auto;
  margin: 10px 0 0 0;
}
#kerokoro .overview .present .text {
  width: 60%;
}
#kerokoro .overview .present .text .title {
  width: 95%;
  margin: 0 auto 30px;
  transform: rotate(-3deg);
}
#kerokoro .overview .present .text p .bar {
  background: var(--color_01);
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  font-weight: bold;
}
#kerokoro .overview .present .text p .t_1 {
  font-size: 1.5em;
  padding: 5px 10px;
}
#kerokoro .overview .present .text p .t_1 .t_1_2 {
  font-size: 0.6em;
}
#kerokoro .overview .present .text p .t_1 .t_1_3 {
  font-size: 0.8em;
  font-weight: normal;
}
#kerokoro .overview .present .text p .t_2 {
  font-size: 2.7em;
  padding: 1px 13px;
}
#kerokoro .overview .detail {
  text-align: center;
  margin: 100px 0 0 0;
  font-weight: bold;
}
#kerokoro .overview .detail .step ul {
  display: inline-block;
  text-align: left;
  font-size: 1.4em;
}
#kerokoro .overview .detail .step li {
  border-bottom: 1px dashed #ccc;
  padding: 15px 10px;
}
#kerokoro .overview .detail .step .e {
  color: var(--color_01);
  width: 100px;
  display: inline-block;
  font-size: 1.2em;
  position: relative;
}
#kerokoro .overview .detail .title {
  width: 200px;
  margin: 30px auto;
}
#kerokoro .overview .detail p {
  font-size: 1.5em;
  line-height: 2;
  margin: 0 0 40px 0;
}
#kerokoro .overview .detail p.mini {
  font-size: 1em;
  margin: 30px 0;
  font-weight: normal;
}
#kerokoro .overview .dl .dl_title {
  position: relative;
  background: var(--color_01);
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1.5em;
  display: inline-block;
  margin: 50px 0 30px 0;
}
#kerokoro .overview .dl .dl_title:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: var(--color_01) transparent transparent transparent;
  left: 50%;
  top: -33px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  #kerokoro .overview {
    padding: 0 0 40px 0;
  }
  #kerokoro .overview .present {
    margin: 40px 0 0 0;
    position: relative;
  }
  #kerokoro .overview .present .kero {
    position: absolute;
    top: -20px;
  }
  #kerokoro .overview .present .kero img {
    height: 100px;
    width: auto;
  }
  #kerokoro .overview .present .kero p {
    margin: -5px 0 0 0;
  }
  #kerokoro .overview .present .kero p img {
    height: 13px;
    margin: 0;
  }
  #kerokoro .overview .present .kero:first-child {
    left: -10px;
  }
  #kerokoro .overview .present .kero:last-child {
    right: -10px;
  }
  #kerokoro .overview .present .text {
    margin: -20px 0 0 0;
    width: 100%;
  }
  #kerokoro .overview .present .text .title {
    width: 100%;
  }
  #kerokoro .overview .present .text .title img {
    width: 65%;
  }
  #kerokoro .overview .present .text p {
    margin: 0;
  }
  #kerokoro .overview .present .text p .bar {
    margin: 2px 0;
  }
  #kerokoro .overview .present .text p .t_1 {
    font-size: 1em;
  }
  #kerokoro .overview .present .text p .t_2 {
    font-size: 2em;
  }
  #kerokoro .overview .detail {
    margin: 30px 0 0 0;
  }
  #kerokoro .overview .detail .title {
    width: 150px;
    margin: 10px auto;
  }
  #kerokoro .overview .detail p {
    font-size: 1em;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 20px 0;
  }
  #kerokoro .overview .detail p.mini {
    font-size: 0.8em;
    margin: 20px 0;
  }
  #kerokoro .overview .detail .step ul {
    font-size: 1.2em;
  }
  #kerokoro .overview .detail .step li {
    position: relative;
    line-height: 1.2;
    padding: 35px 0 10px;
    text-align: center;
  }
  #kerokoro .overview .detail .step .e {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    font-size: 1em;
  }
  #kerokoro .overview .dl .dl_title {
    padding: 8px 10px;
    font-size: 1.2em;
    margin: 50px 0 20px 0;
  }
}
#kerokoro .subject {
  background: linear-gradient(#D9E9C2, #ffffff);
  padding: 50px 0;
}
#kerokoro .subject .subject_title {
  text-align: center;
  margin: 0 0 15px 0;
}
#kerokoro .subject .subject_title img {
  width: 230px;
}
#kerokoro .subject .subject_title_bottom {
  font-size: 1.6em;
  text-align: center;
  margin: 0 0 50px 0;
  font-weight: bold;
  color: var(--oreng);
}
#kerokoro .subject ul {
  display: flex;
  grid-gap: 3px;
  margin: 0 0 30px 0;
}
#kerokoro .subject .subject_item_info {
  padding: 10px 0;
}
#kerokoro .subject .subject_item_info .title {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
#kerokoro .subject .subject_item_info .subject_item {
  width: 400px;
  margin: 20px auto;
}
#kerokoro .subject .subject_item_info .text {
  display: flex;
  grid-gap: 15px;
  justify-content: center;
  align-items: center;
}
#kerokoro .subject .subject_item_info .text p {
  font-size: 1.3em;
}
#kerokoro .subject .subject_item_info .text p .oreng {
  font-size: 1.2em;
}
#kerokoro .subject .bottom {
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 768px) {
  #kerokoro .subject {
    padding: 20px 0;
  }
  #kerokoro .subject .subject_title {
    margin: 0 0 10px 0;
  }
  #kerokoro .subject .subject_title img {
    width: 130px;
  }
  #kerokoro .subject .subject_title_bottom {
    font-size: 1.2em;
    margin: 0 0 20px 0;
  }
  #kerokoro .subject ul {
    margin: 0 0 0 0;
  }
  #kerokoro .subject .subject_item_info {
    padding: 10px 0;
  }
  #kerokoro .subject .subject_item_info .title {
    margin: 10px 0;
  }
  #kerokoro .subject .subject_item_info .subject_item {
    width: auto;
    margin: 10px 0;
  }
  #kerokoro .subject .subject_item_info .text {
    display: block;
    margin: 20px 0 0 0;
  }
  #kerokoro .subject .subject_item_info .text .subject_item_logo {
    width: 30%;
    margin: 0 auto 10px;
  }
  #kerokoro .subject .subject_item_info .text p {
    font-size: 1.3em;
  }
  #kerokoro .subject .subject_item_info .text p .oreng {
    font-size: 1.2em;
  }
  #kerokoro .subject .bottom {
    padding: 20px 0 0 0;
  }
}
#kerokoro .dl {
  text-align: center;
}
#kerokoro .dl .present_text {
  text-align: center;
  margin: 30px 0;
}
#kerokoro .dl .present_text img {
  width: 70%;
}
#kerokoro .dl .qr {
  background: #fff;
  padding: 15px;
  width: 20%;
  margin: 0 auto 30px;
}
#kerokoro .dl ul {
  display: flex;
  grid-gap: 40px;
  justify-content: center;
}
#kerokoro .dl ul li a img {
  height: 50px;
  width: auto;
}
#kerokoro .dl ul li a p {
  font-size: 0.9em !important;
  font-weight: normal;
  margin: 10px 0 0 0;
}
@media (max-width: 768px) {
  #kerokoro .dl .present_text {
    margin: 20px 0 10px 0;
  }
  #kerokoro .dl .present_text img {
    width: 90%;
  }
  #kerokoro .dl ul {
    display: block;
    margin: 20px 0 0 0;
  }
  #kerokoro .dl ul li a img {
    height: 60px;
  }
  #kerokoro .dl ul li a p {
    text-align: center !important;
    margin: 5px 0 15px;
  }
}
#kerokoro .application .boder {
  border: 2px solid var(--color_01);
  position: relative;
  border-radius: 10px;
  margin: 50px 0;
  padding: 30px;
}
#kerokoro .application .app_title {
  position: absolute;
  top: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
}
#kerokoro .application .box {
  display: flex;
  grid-gap: 30px;
  align-items: center;
}
#kerokoro .application .box img {
  width: 250px;
  animation: app 5s ease infinite;
}
@keyframes app {
  0% {
    transform: rotate(0deg);
  }
  95% {
    transform: rotate(0deg);
  }
  96% {
    transform: rotate(-5deg);
  }
  97% {
    transform: rotate(5deg);
  }
  98% {
    transform: rotate(-3deg);
  }
  99% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#kerokoro .application .box li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 15px 10px 15px 20px;
}
#kerokoro .application .box li:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent var(--color_01) transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#kerokoro .application .note {
  margin: -20px 0 0 0;
}
#kerokoro .application .note .title {
  background: var(--color_01);
  color: #fff;
  text-align: center;
  margin: 20px 0;
  padding: 6px 0;
  font-size: 1.3em;
  border-radius: 5px;
}
@media (max-width: 768px) {
  #kerokoro .application .boder {
    margin: 30px 0;
    padding: 20px;
  }
  #kerokoro .application .app_title {
    top: -27px;
    width: 140px;
  }
  #kerokoro .application .box {
    display: block;
  }
  #kerokoro .application .box .img {
    width: 30%;
    margin: auto;
  }
  #kerokoro .application .box li {
    padding: 5px 0 5px 12px;
  }
  #kerokoro .application .note {
    margin: 0;
  }
  #kerokoro .application .note .title {
    margin: 10px 0;
    font-size: 1em;
  }
}
#kerokoro .download {
  background: #eee;
  padding: 50px 0;
  text-align: center;
}
#kerokoro .download .title {
  font-size: 1.6em;
  margin: 0 0 10px 0;
  font-weight: bold;
}
#kerokoro .download .title_bottom {
  margin: 0 0 30px 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  #kerokoro .download {
    padding: 30px 0;
  }
  #kerokoro .download .title {
    font-size: 1.3em;
  }
  #kerokoro .download .title_bottom {
    margin: 0 0 10px 0;
  }
}
#kerokoro .apply_btn a {
  background: linear-gradient(#fba33b 40%, var(--oreng) 60%);
  letter-spacing: 2px;
  padding: 15px 0;
  display: inline-block;
  width: 50%;
  font-size: 2.2em;
  font-weight: normal;
  border-radius: 100px;
  position: relative;
}
#kerokoro .apply_btn a span {
  text-shadow: 2px 2px 3px #c16a01;
  color: #fff;
}
#kerokoro .apply_btn a:hover {
  opacity: 0.8;
}
#kerokoro .apply_btn a:before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
}
@media (max-width: 768px) {
  #kerokoro .apply_btn a {
    width: 100%;
    font-size: 2em;
  }
}
#kerokoro .kmc .kmc_header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
#kerokoro .kmc .kmc_header img {
  width: 300px;
}
@media (max-width: 768px) {
  #kerokoro .kmc .kmc_header {
    padding: 10px 0;
  }
  #kerokoro .kmc .kmc_header img {
    width: 250px;
  }
}
#kerokoro .kmc .kmc_mv {
  background: url(/img/event/2401pre/kerokoro_app/kmc_mv_bg.jpg) no-repeat scroll 0 0/90% auto;
  position: relative;
}
@media screen and (min-width: 1700px) {
  #kerokoro .kmc .kmc_mv {
    background: url(/img/event/2401pre/kerokoro_app/kmc_mv_bg.jpg) no-repeat scroll 0 0/70% auto;
  }
}
#kerokoro .kmc .kmc_mv:before {
  content: "";
  background: #fae71b;
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#kerokoro .kmc .kmc_mv .inner {
  position: relative;
  min-height: 700px;
  max-height: 800px;
}
#kerokoro .kmc .kmc_mv img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
}
#kerokoro .kmc .kmc_mv .text {
  position: absolute;
  left: 28%;
  top: 40%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1700px) {
  #kerokoro .kmc .kmc_mv .text {
    left: 12%;
  }
}
#kerokoro .kmc .kmc_mv .text .title {
  font-size: 3em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
#kerokoro .kmc .kmc_mv .text p span {
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  #kerokoro .kmc .kmc_mv {
    background: url(/img/event/2401pre/kerokoro_app/kmc_mv_bg.jpg) no-repeat scroll right 0/auto 100%;
  }
  #kerokoro .kmc .kmc_mv:before {
    content: none;
  }
  #kerokoro .kmc .kmc_mv .inner {
    min-height: 600px;
  }
  #kerokoro .kmc .kmc_mv .text {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    padding: 20px 0 0 0;
  }
  #kerokoro .kmc .kmc_mv .text .title {
    font-size: 2em;
    margin: 0 0 10px 0;
  }
  #kerokoro .kmc .kmc_mv .text p span {
    margin: 0 0 10px 0;
  }
  #kerokoro .kmc .kmc_mv img {
    right: 50%;
    width: 240px;
    transform: translateX(50%);
  }
}
#kerokoro .kmc .apple_title {
  text-align: center;
  font-size: 3em;
  margin: 0 0 50px 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  #kerokoro .kmc .apple_title {
    font-size: 2em;
    margin: 0 0 20px 0;
  }
}
#kerokoro .kmc [class*=bar_] {
  margin: -15% 0 0 0;
  position: relative;
}
#kerokoro .kmc [class*=bar_] .barbg {
  padding: 0 0 17% 0;
}
#kerokoro .kmc [class*=bar_] .box {
  display: flex;
  grid-gap: 50px;
}
#kerokoro .kmc [class*=bar_] .text .number img {
  width: 120px;
  margin: 0 0 30px 0;
}
#kerokoro .kmc [class*=bar_] .text .title {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
#kerokoro .kmc [class*=bar_]:nth-child(odd) .box {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #kerokoro .kmc [class*=bar_] .box {
    display: block;
  }
  #kerokoro .kmc [class*=bar_] .text {
    position: relative;
    padding: 20px 0;
  }
  #kerokoro .kmc [class*=bar_] .text .number {
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 1;
  }
  #kerokoro .kmc [class*=bar_] .text .title {
    z-index: 2;
    position: relative;
    font-size: 1.5em;
    margin: 0 0 20px 0;
  }
}
#kerokoro .kmc .bar_01 {
  z-index: 1;
}
#kerokoro .kmc .bar_01 .barbg {
  background: #19e7fa;
}
#kerokoro .kmc .bar_02 {
  z-index: 1;
}
#kerokoro .kmc .bar_02 .barbg {
  background: #fae71b;
}
#kerokoro .kmc .bar_03 {
  z-index: 1;
}
#kerokoro .kmc .bar_03 .barbg {
  background: #fcf174;
  padding: 0 0 7% 0;
}
#kerokoro .hv:hover {
  opacity: 0.7;
}
#kerokoro .zoom {
  transform: scale(1.000001);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
}
#kerokoro .zoom:hover {
  transform: scale(1.02);
}
#kerokoro .move {
  opacity: 0;
  transform: translateY(50px);
  transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#kerokoro .move.active {
  opacity: 1;
  transform: translateY(0);
}
#kerokoro .bg {
  background: var(--bg);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #kerokoro .bg {
    padding: 30px 0;
  }
}
#kerokoro .ac {
  display: flex;
  align-items: center;
}
#kerokoro .jc {
  justify-content: center;
}
#kerokoro .bold {
  font-weight: bold;
}
#kerokoro .kome {
  text-indent: -1em;
  padding-left: 1em;
}
#kerokoro .red {
  color: var(--red);
}
#kerokoro .oreng {
  color: var(--oreng);
}
#kerokoro sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#kerokoro .mini {
  font-size: 0.8em;
}
#kerokoro .big {
  font-size: 1.3em;
}
#kerokoro .center {
  text-align: center;
}
#kerokoro a,
#kerokoro :before,
#kerokoro :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#kerokoro .k {
  font-size: 0.7em;
}
#kerokoro img {
  vertical-align: bottom;
  width: 100%;
}
#kerokoro h1,
#kerokoro h2,
#kerokoro h3,
#kerokoro h4 {
  background: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#kerokoro a:link,
#kerokoro a:visited,
#kerokoro a:active,
#kerokoro a:hover {
  color: var(--text);
  text-decoration: none;
}
#kerokoro .m {
  font-family: var(--font_m);
}
#kerokoro .n {
  font-family: var(--font_n);
}
#kerokoro .e {
  font-family: var(--font_e);
}
#kerokoro .maru {
  font-family: var(--font_maru);
}
#kerokoro .color_01 {
  color: var(--color_01);
}
#kerokoro .color_02 {
  color: var(--color_02);
}
#kerokoro .color_03 {
  color: var(--color_03);
}
@media screen and (min-width: 769px) {
  #kerokoro .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #kerokoro .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #kerokoro .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #kerokoro .inner,
  #kerokoro .inner_mini {
    padding: 0 5%;
  }
  #kerokoro .pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */