@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
body {
  margin: 0;
}

.global_head {
  margin-bottom: 0;
}

.denno {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Yu Gothic", "YuGothic", 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width: 767px) {
  .denno {
    background-image: url(../img/bg-sp.png);
    font-size: 1em;
    padding: 50px 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .denno {
    background-image: url(../img/bg-pc.png);
    font-size: 1em;
    padding: 100px 0;
    width: 100%;
    min-width: 1200px;
  }
}

@media only screen and (min-width: 768px) and (min-height: 1000px) {
  .denno {
    height: calc(100vh - 525px);
  }
}

.denno__head {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.denno__content {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .denno__content {
    background-image: url(../img/frame-sp.png);
    height: 619px;
    padding: 20px 0 0 0;
    width: 375px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__content {
    background-image: url(../img/frame-pc.png);
    height: 539px;
    padding: 50px 0 0 0;
    width: 1200px;
  }
}

.denno__logo {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .denno__logo {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__logo {
    width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .denno__logo--sp {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .denno__logo--sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .denno__logo--pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .denno__logo--pc {
    display: inline;
  }
}

.denno__date {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .denno__date {
    margin: 20px auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .denno__date {
    margin: 25px auto 0 auto;
  }
}

.denno__date-event {
  font-size: 1.5rem;
  font-weight: 600;
}

.denno__countdown {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .denno__countdown {
    margin: 20px auto 0 auto;
    padding: 15px 0;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .denno__countdown {
    margin: 35px auto 0 auto;
    padding: 10px 0;
    width: 500px;
  }
}

.denno__timer {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .denno__timer {
    width: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__timer {
    width: 100px;
  }
}

.denno__timer-kind {
  font-size: 0.5rem;
  margin: 0;
}

.denno__count {
  font-family: 'Press Start 2P', cursive;
  line-height: 1;
  margin: 15px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .denno__count {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .denno__count {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .denno__navigation {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .denno__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px auto 0 auto;
    width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .denno__nav-link {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}

.denno__nav-link a {
  color: inherit;
  text-decoration: none;
}

.denno__nav-link a::before {
  background-image: url(../img/point-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: inline-block;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

@media only screen and (max-width: 767px) {
  .denno__nav-link a::before {
    margin: 2px 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .denno__nav-link a::before {
    margin: 2px 5px 0 0;
  }
}

.denno__nav-link--em {
  color: #e62572;
}

@media only screen and (max-width: 767px) {
  .denno__nav-link--em {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__nav-link--em {
    font-size: 1.1rem;
    font-weight: 600;
  }
}

.denno__nav-link--em a {
  color: inherit;
  text-decoration: none;
}

.denno__nav-link--em a::before {
  background-image: url(../img/point-red.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: text-top;
}

@media only screen and (max-width: 767px) {
  .denno__nav-link--em a::before {
    height: 16px;
    margin: 2px 10px 0 0;
    width: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__nav-link--em a::before {
    height: 19px;
    margin: 2px 5px 0 0;
    width: 19px;
  }
}

.denno__nav-link--em a::before img {
  width: 100%;
}

.denno__nav-link--active {
  color: #e62572;
}

@media only screen and (max-width: 767px) {
  .denno__nav-link--active {
    margin: 15px auto 0 auto;
    width: 140px;
  }
}

.denno__nav-link--active a {
  color: inherit;
  text-decoration: none;
}

.denno__nav-link--active a::before {
  background-image: url(../img/point-red.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: text-top;
}

@media only screen and (max-width: 767px) {
  .denno__nav-link--active a::before {
    height: 16px;
    margin: 2px 10px 0 0;
    width: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__nav-link--active a::before {
    height: 16px;
    margin: 2px 5px 0 0;
    width: 16px;
  }
}

.denno__nav-link--active a::before img {
  width: 100%;
}

.denno__nav-link--blank {
  color: #666;
}

@media only screen and (max-width: 767px) {
  .denno__row {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .denno__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .denno__sub {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .denno__sub {
    background-image: url(../img/frame-sub-pc.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__sub-logo {
    margin: 35px 50px 0 auto;
    width: 160px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__sub-nav-link {
    margin: 27px 50px 0 auto;
    width: 140px;
  }
}

.denno__main {
  background-repeat: no-repeat;
  background-position: top left;
}

@media only screen and (max-width: 767px) {
  .denno__main {
    background-image: url(../img/frame-main-sp.png);
    background-size: contain;
    height: 732px;
    width: 375px;
  }
}

@media only screen and (min-width: 768px) {
  .denno__main {
    background-image: url(../img/frame-main-pc.png);
    background-size: cover;
    height: 500px;
    width: 900px;
  }
}

.denno__main-inner {
  overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
  .denno__main-inner {
    height: calc(100% - 4px);
    margin: 2px auto 0 auto;
    width: calc(100% - 26px);
  }
}

@media only screen and (min-width: 768px) {
  .denno__main-inner {
    height: calc(100% - 6px);
    margin: 3px auto 0 0;
    width: calc(100% - 43px);
  }
}

@media only screen and (max-width: 767px) {
  .denno__hmenu {
    height: 30px;
    margin: 0 14px 10px auto;
    width: 30px;
  }
  .denno__hmenu::before {
    background-image: url(../img/icon-menu.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .denno__hmenu {
    display: none;
  }
}

.denno img {
  vertical-align: bottom;
  width: 100%;
}

.circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .circles {
    margin: 10px 5px 0 5px;
    width: calc(100% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .circles {
    margin: 15px 15px 0 25px;
    width: calc(100% - 40px);
  }
}

.circles__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/frame-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .circles__circle {
    height: 55px;
    margin: 0 5px 10px 5px;
    padding: 0 0 0 4px;
    width: 159px;
  }
}

@media only screen and (min-width: 768px) {
  .circles__circle {
    height: 88px;
    margin: 0 0 15px 10px;
    padding: 0 2px 0 8px;
    width: 256px;
  }
}

.circles__circlecut {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .circles__circlecut {
    height: 46px;
    width: 46px;
  }
}

@media only screen and (min-width: 768px) {
  .circles__circlecut {
    height: 72px;
    width: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .circles__body {
    width: calc(100% - 53px);
  }
}

@media only screen and (min-width: 768px) {
  .circles__body {
    width: calc(100% - 82px);
  }
}

.circles__name {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .circles__name {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .circles__name {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .circles__name--s {
    font-size: 0.7rem;
  }
}

.circles__author {
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .circles__author {
    font-size: 0.7rem;
    margin: 5px 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .circles__author {
    font-size: 0.9rem;
    margin: 10px 0 0 0;
  }
}

.circles img {
  vertical-align: bottom;
  width: 100%;
}

.attention ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .attention ul {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .attention ul {
    padding: 50px 30px 50px 70px;
  }
}

.attention li {
  line-height: 2;
  margin: 40px 0 0 0;
}

.attention li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    z-index: 9999;
  }
}

@media only screen and (min-width: 768px) {
  .overlay {
    display: none;
  }
}

.overlay__logo {
  width: 200px;
  margin: 0 auto;
}

.overlay__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0 auto;
}

.overlay__link {
  color: #fff;
  margin: 20px 0 0 0;
}

.overlay__link::before {
  background-image: url(../img/point-white.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: inline-block;
  height: 16px;
  margin: 3px 5px 0 0;
  vertical-align: text-top;
  width: 16px;
}

.overlay__link--em {
  color: #e62572;
}

.overlay__link--em::before {
  background-image: url(../img/point-red.png);
}

.overlay__link a {
  color: inherit;
  text-decoration: none;
}

.overlay__close {
  background-image: url(../img/icon-close.png);
  background-size: cover;
  content: '';
  display: block;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
}

.overlay__activate {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.overlay__deactivate {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.overlay ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay img {
  vertical-align: bottom;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */