@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.5;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.pane-main {
  margin: 0 !important;
  padding: 0 !important;
}

.page {
  overflow: hidden;
  background: #f4f4f4;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", sans-serif;
  /*=============================
   kv
  =============================*/
}
.page p {
  font-weight: 500;
}
.page .kv {
  position: relative;
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 385px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}
.page .kv .count-down {
  position: absolute;
  bottom: -208px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 704px;
  width: 96%;
  background: rgba(255, 255, 255, 0.6745098039);
  border-radius: 30px;
  text-align: center;
  padding: 54px 0;
  -webkit-box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.5607843137);
          box-shadow: 5px 5px 5px rgba(51, 51, 51, 0.5607843137);
}
@media screen and (max-width: 768px) {
  .page .kv .count-down {
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 13vw 0;
  }
}
.page .kv .count-down::before {
  content: "";
  background-image: url(/ec/img/usr/pg/c/minna-no-series/count-down-img.png);
  width: 481px;
  height: 115px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page .kv .count-down::before {
    width: 166.4vw;
    height: 39.6vw;
    top: -41.7vw;
  }
}
.page .kv .count-down-logo {
  width: 442px;
  display: block;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .kv .count-down-logo {
    width: 152.3vw;
    margin-bottom: 7.8vw;
  }
}
.page .kv .count-down-heading {
  font-size: 40px;
  font-weight: 700;
  color: #1D4A8B;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .kv .count-down-heading {
    font-size: 14.1vw;
    margin-bottom: 8.3vw;
  }
}
.page .kv .count-down-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .page .kv .count-down-timer {
    gap: 6.8vw;
  }
}
.page .kv .count-down-timer .timer-box {
  width: 134px;
  background: #1D4A8B;
  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;
  padding: 18px 0 18px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page .kv .count-down-timer .timer-box {
    width: 46.4vw;
    padding: 6.3vw 0;
    border-radius: 6.5vw;
  }
}
.page .kv .count-down-timer .timer-box p:first-child {
  font-size: 77px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
@media screen and (max-width: 768px) {
  .page .kv .count-down-timer .timer-box p:first-child {
    font-size: 29.2vw;
    line-height: 1.1;
  }
}
.page .kv .count-down-timer .timer-box p:last-child {
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .kv .count-down-timer .timer-box p:last-child {
    font-size: 8.3vw;
  }
}
.page .about {
  text-align: center;
  margin: 64px auto;
}
@media screen and (max-width: 768px) {
  .page .about {
    margin: 16.7vw auto;
  }
}
.page .about-heading {
  width: 810px;
  display: block;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .about-heading {
    width: 84.4vw;
    margin-bottom: 10.4vw;
  }
}
.page .about-sec {
  background: #fff;
  max-width: 980px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .about-sec {
    width: 89.6vw;
    margin-bottom: 10.4vw;
  }
}
.page .about-sec-title {
  background: #F1FF6E;
  padding: 16px 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .about-sec-title {
    font-size: 4.7vw;
    padding: 2.6vw 0;
  }
}
.page .about-sec-info {
  padding: 38px 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .about-sec-info {
    font-size: 4.7vw;
    padding: 4.2vw 0;
  }
}
.page .about-sec-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 40px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin: 0 auto 128px;
  padding: 40px 0 48px;
}
@media screen and (max-width: 768px) {
  .page .about-sec-step {
    -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;
    gap: 6.3vw;
    padding: 5.2vw 0 7.3vw;
    margin-bottom: 16.7vw;
  }
}
.page .about-sec-step img {
  max-width: 434px;
}
@media screen and (max-width: 768px) {
  .page .about-sec-step img {
    max-width: 79.2vw;
  }
}
.page .entry-btn {
  display: block;
  width: 462px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .entry-btn {
    width: 89.6vw;
    margin-bottom: 10.4vw;
  }
}
.page .bnr {
  display: block;
  width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .bnr {
    width: 89.6vw;
  }
}