@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374.98px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
body.is-locked {
  position: fixed;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  line-break: strict;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a img,
a i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767.98px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.6rem;
  }
}
.counter .counters-grid {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.counter .counters-grid .counter-box:not(:first-child) {
  margin-top: 14px;
}
.counter .counters-grid .counter-box h2 {
  line-height: 1;
  margin-bottom: 7px;
}
.counter .counters-grid .counter-box h2 img {
  width: 6.6rem;
}
.counter .counters-grid .counter-box .counter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.counter .counters-grid .counter-box .counter-container .odometer-inside {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2px;
}
.counter .counters-grid .counter-box .counter-container .odometer-digit {
  color: #FFF;
  width: 2rem;
  height: 2.7rem;
  position: relative;
  line-height: 1;
  background: url("/cm/ad_paper/derby/assets/images/digit_bg.svg") no-repeat center/100% 100%;
}
.counter .counters-grid .counter-box .counter-container .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
}
.counter .counters-grid .counter-box .counter-container .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.counter .counters-grid .counter-box .counter-container .odometer-digit .odometer-ribbon {
  display: block;
}
.counter .counters-grid .counter-box .counter-container .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.counter .counters-grid .counter-box .counter-container .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  padding-top: 2.5px;
  width: 2rem;
  height: 2.7rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
.counter .counters-grid .counter-box .counter-container .odometer-unit {
  font-size: 1.6rem;
  font-weight: 200;
  margin-left: 5px;
  font-family: "Noto Serif JP", "MS 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", serif;
  width: 1.4rem;
  height: 1.5rem;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background: url("/cm/ad_paper/derby/assets/images/unit_pt.svg") no-repeat center/100% 100%;
}
.counter .counters-grid .counter-box .buttons-container {
  display: none;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}
.c-modal__wrap {
  display: table;
  max-width: 375px;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.c-modal__inner {
  display: table-cell;
  vertical-align: middle;
}
.c-modal__content {
  position: relative;
  background-color: #fff;
  border-radius: 0;
}
.c-modal__contentBody {
  overflow: hidden;
  padding: 50px 1.8rem 50px;
}
.c-modal__bg {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.c-modal--cover {
  position: absolute;
}
.c-modal--cover .c-modal__bg {
  display: none;
}
@media print, screen and (min-width:768px) {
  .c-modal--cover {
    background: transparent;
  }
  .c-modal--cover .c-modal__wrap {
    background: rgba(0, 0, 0, 0.7);
  }
}

.header__title {
  padding-top: 30px;
}
.header__title a {
  display: block;
  background-image: url("/cm/ad_paper/derby/assets/images/logo_kincho.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14rem;
  height: 3.1rem;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.c-ico-double-arrow {
  width: 2.4rem;
  height: 2.1rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="24" height="22" viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24 10.5165L13.5 0.0165405V21.0165L24 10.5165Z" fill="black"/><path d="M10.5 10.5165L0 0.0165405V21.0165L10.5 10.5165Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.c-ico-double-arrow--red {
  background-image: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 7L9 0V14L16 7Z" fill="%23E60013"/><path d="M7 7L0 0V14L7 7Z" fill="%23E60013"/></svg>');
}

.c-ico-double-arrowup {
  width: 1.4rem;
  height: 1.6rem;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="15" height="17" viewBox="0 0 15 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 0.227294L0.5 7.22729L14.5 7.22729L7.5 0.227294Z" fill="black"/><path d="M7.5 9.22729L0.5 16.2273L14.5 16.2273L7.5 9.22729Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.c-ico-double-arrowdown {
  width: 1.4rem;
  height: 1.6rem;
  display: inline-block;
  position: relative;
}
.c-ico-double-arrowdown::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="15" height="17" viewBox="0 0 15 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 0.227294L0.5 7.22729L14.5 7.22729L7.5 0.227294Z" fill="black"/><path d="M7.5 9.22729L0.5 16.2273L14.5 16.2273L7.5 9.22729Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  0% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@-webkit-keyframes fadeRight3D {
  0% {
    -webkit-transform: translate3d(-200%, 0px, 0);
            transform: translate3d(-200%, 0px, 0);
  }
  5% {
    -webkit-transform: translate3d(-150%, -40px, 0);
            transform: translate3d(-150%, -40px, 0);
  }
  10% {
    -webkit-transform: translate3d(-100%, 40px, 0);
            transform: translate3d(-100%, 40px, 0);
  }
  20% {
    -webkit-transform: translate3d(-60%, -30px, 0);
            transform: translate3d(-60%, -30px, 0);
  }
  30% {
    -webkit-transform: translate3d(-40%, 30px, 0);
            transform: translate3d(-40%, 30px, 0);
  }
  35% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(40%, -40px, 0);
            transform: translate3d(40%, -40px, 0);
  }
  80% {
    -webkit-transform: translate3d(60%, 40px, 0);
            transform: translate3d(60%, 40px, 0);
  }
  90% {
    -webkit-transform: translate3d(100%, -40px, 0);
            transform: translate3d(100%, -40px, 0);
  }
  95% {
    -webkit-transform: translate3d(150%, 40px, 0);
            transform: translate3d(150%, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(200%, -40px, 0);
            transform: translate3d(200%, -40px, 0);
  }
}
@keyframes fadeRight3D {
  0% {
    -webkit-transform: translate3d(-200%, 0px, 0);
            transform: translate3d(-200%, 0px, 0);
  }
  5% {
    -webkit-transform: translate3d(-150%, -40px, 0);
            transform: translate3d(-150%, -40px, 0);
  }
  10% {
    -webkit-transform: translate3d(-100%, 40px, 0);
            transform: translate3d(-100%, 40px, 0);
  }
  20% {
    -webkit-transform: translate3d(-60%, -30px, 0);
            transform: translate3d(-60%, -30px, 0);
  }
  30% {
    -webkit-transform: translate3d(-40%, 30px, 0);
            transform: translate3d(-40%, 30px, 0);
  }
  35% {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  65% {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(40%, -40px, 0);
            transform: translate3d(40%, -40px, 0);
  }
  80% {
    -webkit-transform: translate3d(60%, 40px, 0);
            transform: translate3d(60%, 40px, 0);
  }
  90% {
    -webkit-transform: translate3d(100%, -40px, 0);
            transform: translate3d(100%, -40px, 0);
  }
  95% {
    -webkit-transform: translate3d(150%, 40px, 0);
            transform: translate3d(150%, 40px, 0);
  }
  100% {
    -webkit-transform: translate3d(200%, -40px, 0);
            transform: translate3d(200%, -40px, 0);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes floatX {
  0%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@keyframes floatX {
  0%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}
.anima-fadeup {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.anima-bounceIn {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30rem;
  height: 6.9rem;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 900;
  border-radius: 6.9rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-btn-01::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE700), color-stop(50%, #F5A900), to(#FFE700));
  background-image: linear-gradient(to bottom, #FFE700 0%, #F5A900 50%, #FFE700 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01:hover::before {
    top: -100%;
  }
}
.c-btn-01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.c-btn-01__txt {
  padding-bottom: 0.1em;
}
.c-btn-01__ico {
  margin-left: 1.6rem;
}

.c-btn-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23rem;
  height: 5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  border-radius: 5rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-btn-02::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE700), color-stop(50%, #F5A900), to(#FFE700));
  background-image: linear-gradient(to bottom, #FFE700 0%, #F5A900 50%, #FFE700 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-02:hover::before {
    top: -100%;
  }
}
.c-btn-02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.c-btn-02__small {
  font-size: 1rem;
  margin-right: 1rem;
  text-align: left;
}
.c-btn-02__txt {
  padding-bottom: 0.1em;
}
.c-btn-02__ico {
  margin-left: 8px;
  width: 1.8rem;
  height: 1.6rem;
}

.c-btn-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18rem;
  height: 4rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-btn-03::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE700), color-stop(50%, #F5A900), to(#FFE700));
  background-image: linear-gradient(to bottom, #FFE700 0%, #F5A900 50%, #FFE700 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-03:hover::before {
    top: -100%;
  }
}
.c-btn-03__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.c-btn-03__small {
  font-size: 1rem;
  margin-right: 4px;
  text-align: left;
}
.c-btn-03__txt {
  padding-bottom: 0.1em;
}
.c-btn-03__ico {
  margin-left: 5px;
  width: 1.7rem;
  height: 1.5rem;
}

.c-btn-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30rem;
  height: 6.4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 900;
  border-radius: 6.4rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-btn-04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE700), color-stop(50%, #F5A900), to(#FFE700));
  background-image: linear-gradient(to bottom, #FFE700 0%, #F5A900 50%, #FFE700 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-04:hover::before {
    top: -100%;
  }
}
.c-btn-04__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.c-btn-04__txt {
  padding-bottom: 0.05em;
}
.c-btn-04__ico {
  margin-left: 1.6rem;
}

.c-btn-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 5.2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 900;
  border-radius: 1.4rem;
  background-color: #FFF;
  color: #000;
  position: relative;
}
.c-btn-05__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.c-btn-05__logo {
  width: 9rem;
}
.c-btn-05__txt {
  margin-left: 0.25em;
}
.c-btn-05__ico {
  width: 1.6rem;
  height: 1.4rem;
  margin-left: 1rem;
}

.c-btn-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 6.9rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  border-radius: 6.9rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-btn-modal::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE700), color-stop(50%, #F5A900), to(#FFE700));
  background-image: linear-gradient(to bottom, #FFE700 0%, #F5A900 50%, #FFE700 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-modal:hover::before {
    top: -100%;
  }
}
.c-btn-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.c-btn-modal__small {
  font-size: 1rem;
  margin-right: 1rem;
  text-align: left;
}
.c-btn-modal__txt {
  padding-bottom: 0.1em;
}
.c-btn-modal__ico {
  margin-left: 8px;
  width: 1.7rem;
  height: 1.8rem;
}

.c-note-01 {
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
}

.mainbg {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #E60013;
}
@media print, screen and (min-width:768px) {
  .mainbg {
    background-color: #e7e7e7;
  }
  .mainbg .bgpc1 {
    position: absolute;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("/cm/ad_paper/derby/assets/images/pc_bg_01.png") top left/auto repeat;
    -webkit-animation: bgslide_orderpc 160s linear 0s infinite normal none running;
            animation: bgslide_orderpc 160s linear 0s infinite normal none running;
  }
  .mainbg .bgpc2 {
    position: absolute;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("/cm/ad_paper/derby/assets/images/pc_bg_02.png") top right/auto repeat;
    -webkit-animation: bgslide_revpc 160s linear 0s infinite normal none running;
            animation: bgslide_revpc 160s linear 0s infinite normal none running;
  }
}

@-webkit-keyframes bgslide_orderpc {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -4020px 0px;
  }
}

@keyframes bgslide_orderpc {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -4020px 0px;
  }
}
@-webkit-keyframes bgslide_revpc {
  0% {
    background-position: -4850px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
@keyframes bgslide_revpc {
  0% {
    background-position: -4850px 0px;
  }
  100% {
    background-position: 0px 0px;
  }
}
.p-share {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media print, screen and (min-width:768px) {
  .p-share {
    right: 50%;
    margin-right: -187.5px;
  }
}
.p-share__inner {
  width: 5rem;
  text-align: center;
  background-color: #C3CAD5;
  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;
  padding: 10px 0;
  border-radius: 2rem 0 0 2rem;
}
.p-share__txt {
  width: 1em;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}
.p-share__item:not(:first-child) {
  margin-top: 8px;
}
.p-share__link {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: none;
  transition: none;
}
.p-share__link img {
  display: block;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-share__link:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.p-share .item-twitter img {
  width: 1.6rem;
}
.p-share .item-fb img {
  width: 2.1rem;
}
.p-share.is-scrolling {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.is-starting {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:768px) {
  .is-starting .l-page {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.is-starting .l-main {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  opacity: 0;
}
.is-starting .mainbg {
  background-color: #E60013;
}
.is-starting .mainbg__item {
  opacity: 0;
}

.is-started .l-main {
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.is-started .mainbg__item {
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
  opacity: 1;
}

.start-container {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  background: #E60013;
  width: 100%;
  max-width: 375px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 100vh;
}
.is-starting .start-container {
  display: block;
}

.start-box {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.start-box__cont {
  opacity: 0;
}
.start-box--01 {
  z-index: 1;
}
.start-box--01 img {
  width: 12.6rem;
}
.start-box--02 {
  z-index: 2;
}
.start-box--02 img {
  width: 10rem;
}

.modal-vote {
  text-align: center;
}
.modal-vote__ttl {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 900;
}
.modal-vote__btn {
  margin-top: 20px;
}
.modal-vote__btn-note {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 22px;
}
.modal-vote__closed {
  text-align: center;
}
.modal-vote__closed-txt {
  margin-bottom: 9px;
}
.modal-vote__closed-txt img {
  width: 25rem;
}
.modal-vote__closed-img img {
  width: 25.4rem;
}
.modal-vote__closed + .modal-vote__btn .c-btn-modal {
  height: 5.8rem;
}

.vote {
  text-align: center;
  overflow: hidden;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 46px;
  position: relative;
  min-height: 100vh;
}
.vote .l-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.vote__ttl {
  padding-top: 36px;
  margin-bottom: 40px;
  text-align: center;
}
.vote__ttl img {
  width: 27.4rem;
}
.is-started .vote__ttl img {
  -webkit-animation: 0.4s ease-in-out 0s 1 normal forwards running zoomInOut;
          animation: 0.4s ease-in-out 0s 1 normal forwards running zoomInOut;
}
.vote__btn .c-btn-01, .vote__btn .c-btn-02, .vote__btn .c-btn-03 {
  margin-left: auto;
  margin-right: auto;
}
.vote__btn--01 {
  margin-bottom: 25px;
}
.vote__btn--02 {
  margin-top: 16px;
}
.vote__btn--02 .is-btn-anima {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.is-started .vote__btn--02 .is-btn-anima {
  -webkit-animation: floatX 1.5s ease-in-out infinite;
          animation: floatX 1.5s ease-in-out infinite;
}
.vote__btn--03 {
  margin-top: 20px;
}
.vote__btn--03 .is-btn-anima {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.is-started .vote__btn--03 .is-btn-anima {
  -webkit-animation: fadeRight3D 2s ease-out infinite;
          animation: fadeRight3D 2s ease-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.vote__btn--03 .is-btn-anima.is-btn-pending {
  -webkit-animation: none;
          animation: none;
}
.vote__date {
  text-align: center;
  margin-top: 30px;
}
.vote__date p {
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  padding: 0.1em 0.8em;
}

.counter-top {
  padding-top: 14px;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -25px;
}
.counter-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/cm/ad_paper/derby/assets/images/counter_box_ttl_bg.png") no-repeat center/cover;
}
.counter-top__inner {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}
.counter-top__lbl {
  color: #FFF;
  font-family: "Noto Serif JP", "MS 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", serif;
  font-weight: 200;
  font-size: 1.3rem;
  margin-bottom: 14px;
}
.counter-top__lbl .imgtext {
  width: 34rem;
  margin-right: 0.5em;
}
.item-pkg01 {
  width: 8rem;
}

.item-pkg02 {
  width: 8.04rem;
}

.product-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 13px 0 0;
}
.product-01 .item-pkg01, .product-01 .item-pkg02 {
  z-index: 1;
  position: relative;
}
.product-01 .item-pkg02 {
  margin: 0 0 0 0.8rem;
}
.product-01 .balloon-01 {
  width: 12rem;
  height: 5.8rem;
  background: url("/cm/ad_paper/derby/assets/images/balloon_01.png") no-repeat center top/100% 100%;
  color: #FFF;
  font-weight: 200;
  font-family: "Noto Serif JP", "MS 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding-top: 0.7em;
  padding-left: 0.5em;
  position: absolute;
  top: -2px;
  right: -13px;
  font-size: 1.2rem;
  line-height: 1.15;
}
.product-01 .balloon-01 .imgtext {
  width: 8.4rem;
}

.counter-wrapper {
  background-color: #000;
  color: #FFF;
  border-radius: 20px;
  padding: 20px 2.7rem 50px;
  margin-bottom: 15px;
  margin-top: 11px;
}
.counter-wrapper__ttl {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 200;
  font-family: "Noto Serif JP", "MS 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", serif;
  margin-bottom: 21px;
}
.counter-wrapper__ttl span {
  display: inline-block;
  border: 1px solid #FFF;
  padding: 0.5em 0.6em 0.5em;
  line-height: 1;
}
.counter-wrapper__ttl span .imgtext {
  width: 15.4rem;
}

.product-02 {
  position: relative;
  margin-bottom: 64px;
}
.product-02 .item-pkg01 {
  position: absolute;
  right: -9px;
  bottom: -6px;
}
.product-02 .balloon-02 {
  width: calc(100% - 8.5rem);
  height: 5.9rem;
  background: url("/cm/ad_paper/derby/assets/images/balloon_02.png") no-repeat left top/100% 100%;
  color: #FFF;
  font-weight: 200;
  font-family: "Noto Serif JP", "MS 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-left: 0;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-right: 2rem;
}
.product-02 .balloon-02 .imgtext {
  width: 20.5rem;
}

.product-03 {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -0.5rem;
  margin-left: 1rem;
}
.product-03 .item-pkg02 {
  width: 8.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.2rem;
          flex: 0 0 8.2rem;
}
.product-03__balloon {
  width: calc(100% - 9rem);
}
.product-03 .balloon-03 {
  width: 100%;
  height: 6rem;
  background: url("/cm/ad_paper/derby/assets/images/balloon_03.png") no-repeat left top/100% 100%;
  color: #FFF;
  font-weight: 200;
  font-family: "Noto Serif JP", "MS 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 0.2em 0.1em 0 1.6em;
}
.product-03 .balloon-03 .imgtext {
  width: 20.9rem;
}
.product-03 .balloon-03--up {
  margin-top: 8px;
  background-image: url("/cm/ad_paper/derby/assets/images/balloon_03_up.png");
}
.product-03 .balloon-03--up .imgtext {
  width: 15.4rem;
}

.bottom-area__btn {
  margin-left: auto;
  margin-right: auto;
}
.bottom-area__note {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-area__note .text01 {
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.0909090909;
  margin-left: -0.6rem;
  padding-left: 1em;
  text-indent: -1em;
}
.bottom-area__note .text02 small {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.0909090909;
}

.product-04 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -8px;
}
.product-04 .item-pkg01 {
  width: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
}
.product-04__balloon {
  width: calc(100% - 9.3rem);
}
.product-04 .balloon-04 {
  width: 100%;
  height: 6rem;
  background: url("/cm/ad_paper/derby/assets/images/balloon_04.png") no-repeat left top/100% 100%;
  color: #FFF;
  font-weight: 200;
  font-family: "Noto Serif JP", "MS 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  padding: 0 1.8em 0.3em 0.5em;
}
.product-04 .balloon-04 .imgtext {
  width: 10.3rem;
}

.counter-wrapper__ttl--closed {
  display: none;
}

.imgtext--closed {
  display: none;
}

.page-closed .imgtext--default {
  display: none;
}
.page-closed .imgtext--closed {
  display: inline;
}
.page-closed .counter-wrapper__ttl--default {
  display: none;
}
.page-closed .counter-wrapper__ttl--closed {
  display: block;
}
.page-closed .vote {
  height: 640px;
}
.page-closed .c-btn-02.js-modal-trigger,
.page-closed .c-btn-03.js-modal-trigger {
  pointer-events: none;
  -webkit-animation: none;
          animation: none;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.page-closed #modal_notify_end {
  overflow-y: initial;
  height: 640px;
  min-height: 100vh;
}
.page-closed #modal_notify_end .c-modal__wrap {
  padding-top: 26px;
  padding-bottom: 26px;
}
.page-closed #modal_notify_end .c-modal__contentBody {
  padding-top: 24px;
  padding-bottom: 18px;
}
.page-closed.is-started #modal_notify_end {
  visibility: visible;
  opacity: 1;
}
.page-closed .counter-top__lbl .imgtext {
  width: 25.5rem;
  margin-right: 0.2em;
}
.page-closed .counter-wrapper__ttl span {
  padding-left: 0.85em;
  padding-right: 0.85em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.page-closed .counter-wrapper__ttl span .imgtext-01 {
  width: 2.34rem;
}
.page-closed .counter-wrapper__ttl span .text-result {
  color: #fff;
  font-family: "Noto Serif JP", "MS 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.page-closed .counter-wrapper__ttl span .imgtext-02 {
  width: 5.46rem;
}
.page-closed .product-01 .balloon-01 {
  padding-left: 0;
}
.page-closed .product-01 .balloon-01 .imgtext {
  width: 7.2rem;
}
.page-closed .product-02 .balloon-02 {
  padding-left: 1rem;
}
.page-closed .product-02 .balloon-02 .imgtext {
  width: 20.2rem;
}
.page-closed .product-03 .balloon-03 {
  padding-left: 3rem;
}
.page-closed .product-03 .balloon-03 .imgtext {
  width: 18.2rem;
}
.page-closed .product-03 .balloon-03--up {
  padding-left: 3rem;
}
.page-closed .product-03 .balloon-03--up .imgtext {
  width: 16.8rem;
}
.page-closed .product-04.anima-fadeup {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.page-closed .product-04 .balloon-04 {
  padding-left: 0;
  padding-right: 1.9rem;
  height: 7rem;
}
.page-closed .product-04 .balloon-04 .imgtext {
  width: 17rem;
}
.page-closed .bottom-area .bottom-area__btn {
  background-color: #AEAEB2;
  pointer-events: none;
  cursor: default;
}
.page-closed .bottom-area .bottom-area__btn::before {
  display: none;
}
.page-closed .bottom-area .c-btn-04__inner {
  opacity: 0.23;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width:767.98px) {
  .l-inner {
    max-width: 375px;
  }
}

.l-page {
  margin-left: auto;
  margin-right: auto;
  background-color: #E60013;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .l-page {
    max-width: 375px;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.7);
  }
}

.l-footer {
  padding-bottom: 10px;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer-copyright {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
