@charset "UTF-8";
@font-face {
  font-family: Hioly;
  src: url("../fonts/Hioly.ttf"); }
@font-face {
  font-family: Dogg;
  src: url("../fonts/iannnnnDOG/iannnnn-DOG-Bold.ttf"); }
@font-face {
  font-family: DoggReg;
  src: url("../fonts/iannnnnDOG/iannnnn-DOG-Regular.ttf"); }
html {
  scroll-behavior: smooth; }

body {
  font-size: 18px;
  font-family: DoggReg; }

.form-regis {
  font-size: 14px;
  line-height: 1; }

.h-space {
  height: 100px; }
  @media (min-width: 576px) and (max-width: 766px) {
    .h-space {
      height: 20px; } }
  @media (max-width: 575px) {
    .h-space {
      height: 20px; } }

.text-blue {
  color: #3a368e; }

.text-red {
  color: #cf0000; }

.box-back {
  background-color: #483f40;
  border-radius: 10px; }

.bg-bk2sc {
  color: #fff;
  background-image: url(../image/bg-repeat.png);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: 100%;
  background-color: #004a49; }
  @media (min-width: 576px) and (max-width: 766px) {
    .bg-bk2sc {
      background-size: auto; } }
  @media (max-width: 575px) {
    .bg-bk2sc {
      background-size: auto; } }

.img-txt-event {
  max-width: 100%;
  height: auto; }
  @media (min-width: 576px) and (max-width: 766px) {
    .img-txt-event {
      max-width: 27%; } }
  @media (max-width: 575px) {
    .img-txt-event {
      max-width: 27%; } }

.h--70 {
  height: 70px; }
  @media (min-width: 576px) and (max-width: 766px) {
    .h--70 {
      height: 0px; } }
  @media (max-width: 575px) {
    .h--70 {
      height: 0px; } }

.sec-head {
  background-image: url(../image/bg-full-3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  padding: 3em 2em 0em 2em;
  height: 100%; }
  @media (min-width: 576px) and (max-width: 766px) {
    .sec-head {
      padding: 1em; }
      .sec-head .logo-roc {
        width: 200px; } }
  @media (max-width: 575px) {
    .sec-head {
      padding: 1em; }
      .sec-head .logo-roc {
        width: 200px; } }
  .sec-head .g--1 {
    margin-top: 40px; }
  .sec-head .box-poring,
  .sec-head .box-monster {
    position: relative;
    width: 100%; }
  .sec-head .p-poring {
    position: absolute;
    right: -50px;
    bottom: -40px;
    animation: jelly 1s ease-in-out infinite; }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-head .p-poring {
        width: 150px; } }
    @media (max-width: 575px) {
      .sec-head .p-poring {
        width: 150px; } }
@keyframes jelly {
  from,
        to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(0.9, 1.08);
    transform: scale(0.9, 1.08); }
  50% {
    -webkit-transform: scale(1.08, 0.9);
    transform: scale(1.08, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }
  .sec-head .p-monster {
    position: absolute;
    right: 0px;
    top: 0px;
    animation: b-monster 1s ease-in-out infinite alternate; }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-head .p-monster {
        right: 250px;
        z-index: 0;
        width: 70px; } }
    @media (max-width: 575px) {
      .sec-head .p-monster {
        right: 270px;
        z-index: 0;
        width: 70px; } }
@keyframes b-monster {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(8px); } }
  .sec-head .p-girl2 {
    position: absolute;
    right: -109px;
    z-index: 0;
    top: 140px;
    animation: b-girl 1.5s ease-in-out infinite alternate;
    max-width: 67%; }
    @media (min-width: 767px) and (max-width: 991px) {
      .sec-head .p-girl2 {
        width: 350px; } }
@keyframes b-girl {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(15px); } }
  .sec-head .p-boy {
    z-index: 1;
    position: inherit;
    left: 0px;
    animation: b-boy 1.5s ease-in-out infinite alternate; }
@keyframes b-boy {
  from {
    transform: translateY(10px); }
  to {
    transform: translateY(3px); } }
  .sec-head .p-busbig {
    z-index: 0;
    position: absolute;
    left: 20px;
    top: 29rem;
    animation: p-busbig .8s ease-in-out infinite alternate; }
@keyframes p-busbig {
  from {
    transform: translateY(0px) rotate(2.5deg); }
  to {
    transform: translateY(2px) rotate(2.5deg); } }
.sec-register {
  background-image: url(../image/sec2-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5em;
  height: auto; }
  @media (min-width: 576px) and (max-width: 766px) {
    .sec-register {
      padding-top: 0; } }
  @media (max-width: 575px) {
    .sec-register {
      padding-top: 0; } }
  .sec-register .h1 {
    font-family: Dogg;
    font-size: 2.5rem;
    color: #ffb3c1; }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-register .h1 {
        font-size: 1.4em; } }
    @media (max-width: 575px) {
      .sec-register .h1 {
        font-size: 1.4em; } }
  .sec-register .h2 {
    font-family: Dogg;
    font-size: 2rem; }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-register .h2 {
        font-size: 1.25em; } }
    @media (max-width: 575px) {
      .sec-register .h2 {
        font-size: 1.25em; } }
  .sec-register .h--box--regis {
    height: 100vh; }
  .sec-register .box-p--book {
    position: relative;
    width: 100%; }
  .sec-register .poring--book1 {
    position: absolute;
    right: -50px;
    top: -88px; }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-register .poring--book1 {
        width: 40%;
        right: 0;
        top: -40px; } }
    @media (max-width: 575px) {
      .sec-register .poring--book1 {
        width: 40%;
        right: 0;
        top: -40px; } }
  .sec-register .bg---blackboard {
    background-image: url(../image/blackboard.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center; }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-register .bg---blackboard {
        background-size: 100% 100%;
        padding: 3em 1em; } }
    @media (max-width: 575px) {
      .sec-register .bg---blackboard {
        background-size: 100% 100%;
        padding: 3em 1em; } }
  .sec-register .txt-point {
    -webkit-text-stroke: 3px #ffb3c1;
    font-size: 3rem;
    color: #ffb3c1; }
  .sec-register .bg--smallboard {
    background-image: url(../image/smallboard.png);
    background-repeat: no-repeat;
    background-size: 81% 70%;
    background-position: 5% 0px;
    padding: 1.5em 5em 2em 2em;
    height: 100%;
    font-size: 16px; }
    .sec-register .bg--smallboard dl,
    .sec-register .bg--smallboard ol,
    .sec-register .bg--smallboard ul {
      padding-inline-start: 14px; }
  .sec-register .oval {
    padding: .5em;
    width: 319px;
    height: 134px;
    background: white;
    border: solid 2px pink;
    border-radius: 160px / 70px; }

.sec-progress .box--child {
  position: relative;
  width: 100%; }
.sec-progress .p--child {
  position: absolute;
  bottom: 0px;
  right: -130px;
  z-index: -1; }
  @media (min-width: 576px) and (max-width: 766px) {
    .sec-progress .p--child {
      width: 120px;
      right: 17px; } }
  @media (max-width: 575px) {
    .sec-progress .p--child {
      width: 120px;
      right: 17px; } }
.sec-progress .p--rocket {
  position: absolute;
  bottom: 300px;
  right: -180px; }
.sec-progress .p--poring---friends {
  position: absolute;
  bottom: 0px;
  left: -200px; }
.sec-progress .p--monster2 {
  position: absolute;
  bottom: 0px;
  right: -80px; }
.sec-progress .book---bg {
  position: absolute; }
  @media (min-width: 576px) and (max-width: 766px) {
    .sec-progress .book---bg {
      left: 16px;
      height: 100%; } }
  @media (max-width: 575px) {
    .sec-progress .book---bg {
      left: 16px;
      height: 100%; } }
@media (min-width: 576px) and (max-width: 766px) {
  .sec-progress .pl-sm {
    padding-left: 2.5rem;
    padding-bottom: 1em; }
  .sec-progress .h1 {
    font-size: 28px; } }
@media (max-width: 575px) {
  .sec-progress .pl-sm {
    padding-left: 2.5rem;
    padding-bottom: 1em; }
  .sec-progress .h1 {
    font-size: 28px; } }

.sec-invite {
  margin-top: 6em;
  background: -webkit-linear-gradient(top, rgba(0, 74, 73, 0) 0, rgba(0, 74, 73, 0.5) 80%, #004a49 100%);
  background: linear-gradient(to bottom, rgba(0, 74, 73, 0) 0, rgba(0, 74, 73, 0.5) 80%, #004a49 100%); }
  @media (min-width: 576px) and (max-width: 766px) {
    .sec-invite {
      margin-top: 0; }
      .sec-invite .w-80 {
        max-width: 80%; } }
  @media (max-width: 575px) {
    .sec-invite {
      margin-top: 0; }
      .sec-invite .w-80 {
        max-width: 80%; } }
  .sec-invite .box--invite {
    border: dotted;
    border-radius: 30px;
    background-color: #ffffff40; }
    .sec-invite .box--invite .head--invite {
      background-color: rgba(15, 71, 0, 0.5);
      border-radius: 30px 30px 0px 0px; }
  .sec-invite .box--steel {
    position: relative;
    width: 100%; }
  .sec-invite .steel {
    position: absolute;
    bottom: -25px;
    left: 70px; }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-invite .steel {
        width: 85%;
        left: 27px;
        bottom: -10px; } }
    @media (max-width: 575px) {
      .sec-invite .steel {
        width: 85%;
        left: 27px;
        bottom: -10px; } }
  .sec-invite ol {
    list-style-type: decimal;
    display: grid; }
  .sec-invite ul {
    list-style-type: none;
    padding-inline-start: 0; }
  .sec-invite li {
    display: inline-block; }
  .sec-invite input[type="radio"][id^="cb"] {
    display: none; }
  .sec-invite label {
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer; }
  .sec-invite label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid red;
    position: absolute;
    top: 0;
    left: 40px;
    width: 40px;
    height: 40px;
    FONT-VARIANT: JIS04;
    line-height: 42px;
    transition-duration: 0.4s;
    transform: scale(0); }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-invite label:before {
        left: 0px;
        width: 20px;
        height: 20px;
        line-height: 20px; } }
    @media (max-width: 575px) {
      .sec-invite label:before {
        left: 0px;
        width: 20px;
        height: 20px;
        line-height: 20px; } }
  .sec-invite label img {
    height: auto;
    width: 100%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%; }
  .sec-invite :checked + label {
    border-color: #ddd; }
  .sec-invite :checked + label:before {
    z-index: 1;
    content: "✓";
    background-color: red;
    transform: scale(1);
    text-align: center;
    vertical-align: middle; }
  .sec-invite :checked + label img {
    transform: scale(1.1);
    filter: drop-shadow(0px 0px 2px #fff);
    z-index: -1; }

@media (min-width: 576px) and (max-width: 766px) {
  .h1 {
    font-size: 2rem; } }
@media (max-width: 575px) {
  .h1 {
    font-size: 2rem; } }
.sec-promo {
  background-image: url(../image/bg-promo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  padding: 1em;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0em;
  font-size: 15px; }
  @media (min-width: 576px) and (max-width: 766px) {
    .sec-promo {
      background-size: cover; } }
  @media (max-width: 575px) {
    .sec-promo {
      background-size: cover; } }
  .sec-promo .newspaper {
    background-image: url(../image/bg-promo-inner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 4.5em 3em;
    filter: drop-shadow(0px 4px 10px black); }
    @media (min-width: 576px) and (max-width: 766px) {
      .sec-promo .newspaper {
        padding: 2em; } }
    @media (max-width: 575px) {
      .sec-promo .newspaper {
        padding: 2em; } }
  .sec-promo .box-sell {
    position: relative;
    width: 100%; }
    .sec-promo .box-sell .sell {
      position: absolute;
      right: -230px;
      bottom: -25px; }

.zoom {
  transition: transform .5s; }

.zoom:hover {
  -ms-transform: scale(0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9);
  /* Safari 3-8 */
  transform: scale(0.9); }

.box--scroll {
  position: relative;
  width: 100%;
  height: 100%; }

.box--scroll::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%; }

#section10 a {
  padding-top: 60px; }

#section10 a span {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box; }

#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
.swal-overlay {
  font-family: DoggReg; }

.modal-b2sc {
  max-width: 1000px; }

/*# sourceMappingURL=style.css.map */
