/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}


iframe,
p,
table {
  margin: 0;
}


h2,
h3,
h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}


iframe {
  border: 0;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type=button],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 2;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  background-color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1300px;
  background-image: url(../img/common/bgLoop.png), url(../img/common/bg.png);
  background-position: left top, left top;
  background-size: auto, 100%;
  background-repeat: repeat, repeat;
}

::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #333;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  color: #ffc148;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

#roEntryFooter {
  z-index: 999;
}

.l-header {
  position: relative;
  overflow: hidden;
}
.l-header .sp-main {
  display: none;
}
.l-header__schedule {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 4
}
.l-header__eventInfo {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 4;
}
.l-header__eventInfo ul {
  list-style: none;
  width: 252px;
  height: 58px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/header/info.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-header__eventInfo li {
  width: 16.6666666667%;
  position: relative;
  text-shadow: none;
  line-height: 1.3;
}
.l-header__eventInfo li span {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden;
  width: 150px;
  color: #000;
  background-color: #fff;
  border: 3px solid #135f9f;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  bottom: -45px;
  left: -110px;
  font-size: 1rem;
  z-index: 10;
  padding: 5px;
}
.l-header__eventInfo li span::after {
  content: " ";
  position: absolute;
  right: 10px;
  top: -18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #135f9f transparent;
}
.l-header__eventInfo li:hover {
  cursor: pointer;
}
.l-header__eventInfo li:hover span {
  visibility: visible;
  opacity: 1;
}
.l-header__main {
  position: relative;
  z-index: 1;
}
.l-header__main img {
  width: 100%;
}
.l-header__chara_center {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.l-header__chara_left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3
}
.l-header__chara_right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3
}
.o-section {
  max-width: 1030px;
  padding: 0 15px;
  margin: 100px auto 0;
}
.o-section + .o-section {
  margin-top: 150px;
}
.o-section:last-child {
  padding-bottom: 200px;
}
.o-nav {
  width: 100%;
}
.o-nav nav {
  position: relative;
  top: -6px;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  background-image: url(../img/common/nav/bgNav.png);
  background-repeat: repeat-x;
  height: 76px;
}
.o-nav ul {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.o-spNav {
  display: none;
  background-color: #15101a;
  border-left: 7px solid #ffc148;
  border-right: 7px solid #ffc148;
  padding: 20% 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}
.o-spNav.is_active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.o-spNav__logo {
  text-align: center;
  padding: 0 5% 15%;
}
.o-spNav__logo a {
  color: #fff;
}
.o-spNav__logo a img {
  max-width: 300px;
}
.o-spNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-spNav li {
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
}
.o-spNav li a {
  color: #fff;
}

.o-hamburger {
  display: none;
}

.o-container {
  position: relative;
  z-index: 5;
  background-color: #76379b;
  background-image: url(../img/common/bgContents.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  -webkit-box-shadow: inset 0 1px 5px #3e0b5f;
          box-shadow: inset 0 1px 5px #3e0b5f;
}
.o-container::before, .o-container::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
.o-container::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px solid #0fd0ed;
}
.o-container::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border: 2px solid #15101a;
}
.o-container__title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 35px;
}
.o-container__title--mtNone {
  margin-top: 0;
}

.o-inner {
  position: relative;
  max-width: 1140px;
  padding: 90px 70px 50px;
  margin: 0 auto;
}
.o-inner::before, .o-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
.o-inner::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 1px solid #ad09b3;
}
.o-inner::after {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  top: 11px;
  left: 11px;
  border: 1px solid #15101a;
}

.o-title {
  position: relative;
  z-index: 10;
  top: 60px;
  margin-top: -60px;
  text-align: center;
}
.o-buttonBlock {
  margin-top: 20px;
  text-align: center;
}
.o-buttonBlock .o-button {
    cursor: pointer;
}
.o-joinMap__flex {
  margin-top: 30px;
  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;
}
.o-joinMap__flex .map {
  margin: 0 18px;
}
.o-joinMap__flex h4 {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
  font-weight: normal;
}
.o-joinMap .warp {
  margin: 30px auto 0 auto;
  text-align: center;
}

.o-eventHall {
  margin-top: 80px;
}
.o-eventHall__title {
  text-align: center;
}
.o-eventHall__image {
  margin-top: 35px;
  text-align: center;
}
.o-eventHall__image p {
  margin-top: 10px;
  font-size: 1.3rem;
}
.o-eventHall__list {
  margin-top: 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.o-eventHall__list::before {
  content: "";
  display: block;
  width: 31%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.o-eventHall__list::after {
  content: "";
  display: block;
  width: 31%;
}
.o-eventHall__list li {
  position: relative;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right bottom, from(#ffc148), to(#ffc148));
  background: linear-gradient(to right bottom, #ffc148, #ffc148);
  width: 31%;
  height: 130px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.o-eventHall__list li p {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5;
}
.o-eventHall__list li p span {
  display: block;
  color: #ffc148;
}

.c-attention {
  max-width: 1130px;
}
.c-attention .o-title {
  top: auto;
  margin-top: auto;
}
.c-attention__image01 {
  text-align: center;
}
.c-attention__image02 {
  margin-top: 50px;
  text-align: center;
}
.c-attention__image03 {
  margin-top: 50px;
  text-align: center;
}
.c-attention__image04 {
    margin-top: 50px;
    text-align: center;
}

.c-join__flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-join__flex01 .left {
  width: 50%;
}
.c-join__singleBlock {
    text-align: center;
    margin: 0 auto 50px;
}
.c-join__singleBlock .o-buttonBlock {
    margin-top: 0;
}
.c-join__singleBlock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
}
.c-join__singleBlock ul li {
    text-align: left;
    line-height: 1.5;
}
.c-join__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-join__flex02 .block {
  width: 48%;
  margin-bottom: 50px;
}
.c-join__flex02 .block:nth-child(n+3) {
  margin-bottom: 50px;
}
.c-join__flex02 .o-buttonBlock {
  margin-top: 0;
  margin-bottom: 20px;
}
.c-join__flex02 ul {
  margin-top: 20px;
  padding: 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-join__flex02 ul li {
  width: 50%;
  line-height: 1.5;
}
.c-join__minTitle {
  text-align: center;
  margin-top: 15px;
}
.c-join__flex02 .block .charaImage {
  text-align: center;
}


.c-howto__block + .c-howto__block {
  margin-top: 60px;
}
.c-howto__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__flex .left {
  width: 49%;
}
.c-howto__flex .left p {
  margin-top: 20px;
  line-height: 1.5;
}
.c-howto__flex .left p.caution {
  margin-top: 10px;
  font-size: 1.2rem;
}
.c-howto__flex .left p.caution span {
  color: #ff7e00;
}
.c-howto__flex .right {
  width: 49%;
}
.c-howto__flex--02 {

}
.c-howto__flex--02 .left {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.c-howto__flex--02 .right {
  width: 68%;
}
.c-howto__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-howto__labels li {
  width: 100px;
  height: 30px;
  background-color: #36acde;
  border-radius: 10px;
  font-size: 1.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  line-height: 1;
}
.c-howto__labels li + li {
  margin-left: 5px;
}
.c-howto__labels li.min {
  font-size: 1rem;
  letter-spacing: -0.1em;
}
.c-howto__privilege {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__privilege .block {
  width: 49%;
  background-color: rgba(30, 1, 36, 0.6);
  padding: 10px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-howto__privilege .block .icon {
  margin-right: 30px;
  min-width: 35px;
}
.c-howto__privilege .block .info {
  display: grid;
}
.c-howto__privilege .block .info p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5px;
}
.c-howto__center {
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.c-howto__center--02 {
  margin-right: calc(50% - 50vw);
  margin-left: calc(55% - 50vw);
}
.c-howto__center .button01 {
  position: absolute;
  left: 50px;
  bottom: -20px;
}
.c-howto__garing {
  max-width: 760px;
  margin: -115px auto 0;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__garing .left p {
  margin-top: 10px;
}
.c-howto__garing .left .o-buttonBlock {
  margin-top: 10px;
}
.c-howto__getItem {
  max-width: 760px;
  margin: -18px auto 0;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__garing .right {
  z-index: 1;
}
.c-howto__getItem .left p {
  margin-top: 10px;
}
.c-howto__getItem .right {
  padding-right: 5%;
}
.c-howto__minTitle {
  text-align: center;
  margin-top: 50px;
}
.c-howto__lanthanum {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-howto__lanthanum .block {
  width: 49%;
  background-color: rgba(30, 1, 36, 0.6);
  padding: 20px 30px;
  border-radius: 10px;
}
.c-howto__lanthanum .block p {
  line-height: 1.5;
  font-size: 1.2rem;
  margin-top: 10px;
}
.c-howto__appearance {
  max-width: 760px;
  margin: 60px auto 0;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.c-howto__appearance .left {
  position: relative;
  z-index: 10;
  width: 65%;
}
.c-howto__appearance .left p {
  margin-top: 10px;
}
.c-howto__appearance .right {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
}

.c-cutepet__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-cutepet__head .left {
  width: 50%;
  padding-top: 40px;
}
.c-cutepet__image {
  margin-top: 23px;
}
.c-point__flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-point__flex01 p {
  width: 50%;
}
.c-point__table table {
    width: 100%;
    border: 1px solid #34054b;
    table-layout: fixed;
}
.c-point__table th {
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 0.5em;
    background-color: #009ee8;
    border: 1px solid #34054b;
}
.c-point__table th.title {
    color: #000;
    background-color: #c5fffc;
}
.c-point__table td {
    text-align: center;
    color: #000;
    font-weight: normal;
    vertical-align: middle;
    padding: 0.5em;
    background-color: #fff;
    border: 1px solid #34054b;
}
.c-point__table ul {
  margin-top: 10px;
}
.c-point__flex02 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  gap: 20px;
  position: relative;
}
.c-point__flex02 .block {
  text-align: center;
}
.c-point__flex02 .block h4 {
  margin-bottom: 15px;
}
.c-point__flex02 .character {
  position: absolute;
  right: -37px;
  top: -35px;
  z-index: -1;
}
.c-map__map {
  margin-top: 80px;
}
.c-map__map .image {
  text-align: center;
}
.c-map__map .image p {
  margin-top: 10px;
  font-size: 1.3rem;
}
.c-map__map ul {
  margin-top: 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-map__map ul::before {
  content: "";
  display: block;
  width: 31%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-map__map ul::after {
  content: "";
  display: block;
  width: 31%;
}
.c-map__map ul li {
  position: relative;
  padding: 10px;
  background: -webkit-gradient(linear, left top, right bottom, from(#78cff8), to(#78cff8));
  background: linear-gradient(to right bottom, #78cff8, #78cff8);
  width: 31%;
  height: 150px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.c-map__map ul li:first-child {
  background: #f60481;
}
.c-map__map ul li:first-child p {
  color: #fff;
}
.c-map__map ul li p {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5;
}
.c-map__map ul li p span {
  display: block;
  color: #ffc148;
}

.c-data__block + .c-data__block {
  margin-top: 50px;
}
.c-data__block h3 {
  text-align: center;
  background-color: #0fd0ed;
  border-radius: 10px;
  padding: 5px 0;
  max-width: 660px;
  margin: 0 auto 30px;
}
.c-data__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-data__block ul li {
  margin: 0 15px 20px;
}
.c-data__table {
  width: 100%;
  text-align: center;
  border: 1px solid #3e0b5f;
}
.c-data__table th {
  color: #000;
  text-align: left;
  padding: 0.5em;
  background-color: #c5fffc;
}
.c-data__table td {
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #3e0b5f;
}
.c-data__table td:nth-child(odd) {
  background-color: #fff;
  color: #000;
}
.c-data__table td:nth-child(even) {
  background-color: #009ee8;
}
.c-data__table td:first-child {
  background-color: #fff;
}

.c-story .o-title {
  top: 100px;
  margin-top: -100px;
}
.c-story .o-container {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-story .o-container::before, .c-story .o-container::after {
  content: none;
}
.c-story .o-inner {
  padding: 0;
}
.c-story .o-inner::before, .c-story .o-inner::after {
  content: none;
}
.c-story__contents {
  position: relative;
}

.c-cautions ul li {
  padding-left: 40px;
  color: #fff;
  background-image: url(../img/cautions/listIcon.png);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left 4px top 4px;
}
.c-cautions ul li + li {
  margin-top: 25px;
}
.c-cautions ul li ul {
  margin-top: 0.5em;
}
.c-cautions ul li ul li {
  background-image: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  color: #fffe8c;
}
.c-cautions ul li ul li + li {
  margin-top: 5px;
}

.c-wallpaper .o-inner {
  padding: 98px 77px 56px;
}

.c-wallpaper__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .c-wallpaper__sample {
    text-align: center;
  }

  .c-wallpaper__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .c-wallpaper__button + .c-wallpaper__button {
    position: relative;
  }

  .c-wallpaper__button:nth-child(2) {
    margin-top: 20px;
  }

  .c-wallpaper__button:nth-child(3) {
    margin-top: 20px;
  }
  .c-wallpaper__minTitle {
    text-align: center;
    margin-top: 35px;
  }
  .c-wallpaper__comment,
  .c-wallpaper__webBtn {
    text-align: center;
    margin-top: 24px;
  }

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
.mb30 {
  margin-bottom: 30px;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * main
 *-------------------*/
/*-------------------
 * sample
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header .pc-main {
    display: none;
  }  
  .l-header .sp-main {
    display: block;
  }  
  .l-header__schedule {
    display: none;
  }
  .l-header__eventInfo {
    top: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
  }
  .l-header__chara_center {
    display: none;
  }
  .l-header__chara_left {
    display: none;
  }
  .l-header__chara_right {
    display: none;
  }  
  .o-section + .o-section {
    margin-top: 100px;
  }
  .o-nav {
    display: none;
  }
  .o-spNav {
    display: block;
  }
  .o-hamburger {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 1rem;
    right: 1rem;
    width: 45px;
    height: 45px;
    background-color: #36acde;
    border: 2px solid #fff;
    border-radius: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger:hover {
    cursor: pointer;
  }
  .o-hamburger span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger span + span {
    margin-top: 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .o-hamburger.is_active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .o-hamburger.is_active span:nth-child(2) {
    display: none;
  }
  .o-hamburger.is_active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .o-hamburger.is_active span + span {
    margin-top: 0;
    top: -2px;
  }
  .o-container__title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .o-container__title--mtNone {
    margin-top: 0;
  }
  .o-inner {
    padding: 70px 25px 50px;
  }
  .o-joinMap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .o-joinMap__flex .map {
    margin: 0;
  }
  .o-joinMap__flex .map + .map {
    margin-top: 20px;
  }
  .o-eventHall {
    margin-top: 50px;
  }
  .o-eventHall__image {
    margin-top: 25px;
  }
  .o-eventHall__list {
    padding: 0;
  }
  .o-eventHall__list li {
    width: 48%;
    height: 160px;
    margin-bottom: 10px;
  }
  .c-attention {
    margin-top: 50px;
  }
  .c-attention__image02 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-attention__image02 .right {
    margin-top: 20px;
  }
  .c-attention__image03 {
    margin-top: 20px;
  }
  .c-join__flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-join__flex01 .left {
    width: 100%;
  }
  .c-join__flex01 .right {
    margin-top: 20px;
  }
  .c-join__singleBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-join__singleBlock .block {
    width: 100%;
  }
  .c-join__singleBlock ul {
    padding: 0;
  }
  .c-join__flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-join__flex02 .block {
    width: 100%;
  }
  .c-join__flex02 .block:nth-child(n+3) {
    margin-bottom: 50px;
  }
  .c-join__flex02 .block:last-child {
    margin-bottom: 0;
  }
  .c-join__flex02 ul {
    padding: 0;
  }
  .c-howto__block + .c-howto__block {
    margin-top: 45px;
  }
  .c-howto__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__flex .left {
    width: 100%;
  }
  .c-howto__flex .right {
    width: 100%;
    margin-top: 20px;
  }
  .c-howto__flex--02 {

  }
  .c-howto__flex--02 .left {
    margin: 0 auto;
    margin-top: 50px;
    width: 70%;
  }
  .c-howto__flex--02 .right {
  }  
  .c-howto__labels {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-howto__labels li {
    width: 48%;
    margin-bottom: 15px;
  }
  .c-howto__labels li + li {
    margin-left: 0;
  }
  .c-howto__privilege {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__privilege .block {
    width: 100%;
  }
  .c-howto__privilege .block + .block {
    margin-top: 20px;
  }
  .c-howto__center .button01 {
    position: static;
  }
  .c-howto__center--02 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 90px;
  }  
  .c-howto__garing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .c-howto__garing .right {
    text-align: center;
    margin-top: 15px;
  }
  .c-howto__getItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding: 15px;
  }
  .c-howto__getItem .right {
    text-align: center;
    padding-right: 0;
    margin-top: 15px;
  }
  .c-howto__lanthanum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-howto__lanthanum .block {
    width: 100%;
    padding: 15px;
  }
  .c-howto__lanthanum .block + .block {
    margin-top: 20px;
  }
  .c-howto__appearance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding: 15px;
  }
  .c-howto__appearance .left {
    width: 100%;
  }
  .c-howto__appearance .right {
    position: relative;
    top: 15px;
    text-align: center;
  }
  .c-cutepet__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cutepet__head .left {
    width: 100%;
    padding-top: 0;
  }
  .c-cutepet__head .right {
    margin-top: 20px;
  }
  .c-cutepet__image {
    margin-top: 20px;
  }
  .c-point__flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-point__flex01 p {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-point__flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-point__flex02 .block + .block {
    margin-top: 20px;
  }
.c-point__flex02 .character {
  position: absolute;
  right: -37px;
  top: -35px;
  z-index: -1;
  display: none;
}

  .c-map__map {
    margin-top: 50px;
  }
  .c-map__map .image {
    margin-top: 25px;
  }
  .c-map__map ul {
    padding: 0;
  }
  .c-map__map ul li {
    width: 48%;
    height: 200px;
    margin-bottom: 10px;
  }
  .c-data__block ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-data__block ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  .c-story .o-title {
    top: 60px;
    margin-top: -60px;
  }
  .c-story .o-container {
    background-color: #407340;
    background-image: url(../img/common/bgContents.png);
    -webkit-box-shadow: inset 0 1px 5px #407340;
            box-shadow: inset 0 1px 5px #407340;
  }
  .c-story .o-container::before, .c-story .o-container::after {
    content: "";
  }
  .c-story .o-inner {
    padding: 40px 20px;
  }
  .c-story .o-inner::before, .c-story .o-inner::after {
    content: "";
  }

  .c-wallpaper__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-wallpaper__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-top: 10px;
  }
  .c-wallpaper__button {
    width: 32%;
  }
  .c-wallpaper__button:nth-child(2) {
    margin-top: 0;
  }
  .c-wallpaper__button:nth-child(3) {
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */
