/* LESS Document */
.wrapper {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .wrapper {
    width: 1024px;
  }
}
.co_header {
  position: relative;
  width: 100%;
}
.co_header #header {
  background: var(--color-white);
  width: 100%;
  height: 70px;
}
.co_header #header .sitetitle {
  float: left;
  display: inline-block;
}
.co_header #header .sitetitle a {
  display: block;
  padding: 15px 10px;
  text-align: center;
}
.co_header #header.fixed {
  position: fixed;
  top: 0;
}
.co_footer {
  width: 100%;
  color: var(--color-white);
  overflow: hidden;
  background: var(--color-dgray);
}
.co_footer .wrapper {
  padding: 50px 0;
}
.co_footer .sp_foot h3 {
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
.co_footer .sp_foot dl {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.co_footer .sp_foot dl dt {
  width: 30%;
  margin-bottom: 3px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .co_footer .sp_foot dl dt {
    width: 35%;
  }
}
.co_footer .sp_foot dl dd {
  width: calc(100% - 30%);
  margin-bottom: 3px;
}
@media screen and (min-width: 1024px) {
  .co_footer .sp_foot dl dd {
    width: calc(100% - 35%);
  }
}
.co_footer .sp_foot dl dd:after {
  content: '';
  display: block;
  clear: both;
}
.co_footer .sp_foot .caption {
  font-size: 1.2rem;
  text-align: right;
}
.co_footer .sp_foot .small {
  font-size: 1.3rem;
}
.co_footer #copyright {
  font-size: 1.3rem;
  text-align: center;
  padding: 18px 0;
  border-top: solid 1px #AAA;
}
#pagetop {
  width: 100%;
  border-top: solid 1px #DFDFDF;
  margin: 100px 0 0;
}
#pagetop a {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
}
#pagetop a:hover {
  background: #FFF;
}
.tanoshii {
  background: url("../images/_bg.png") repeat 0 0 var(--sp-color-blue);
}
.tanoshii #mv-cont h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vw;
}
@media screen and (min-width: 1024px) {
  .tanoshii #mv-cont h1 {
    height: 300px;
  }
}
.tanoshii #mv-cont h1 span {
  display: block;
}
.tanoshii #mv-cont h1 span.t1 {
  width: 60%;
}
.tanoshii #mv-cont h1 span.t2 {
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .tanoshii #mv-cont h1 span.t1 {
    width: 300px;
  }
  .tanoshii #mv-cont h1 span.t2 {
    width: 500px;
  }
}
.tanoshii #mv-cont h1 span img {
  width: 100%;
  height: auto;
}
.tanoshii #content_index {
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .tanoshii #content_index {
    width: 100%;
  }
}
.tanoshii #content_index .index_list {
  display: flex;
  justify-content: space-between;
}
.tanoshii #content_index .index_list li {
  width: 48%;
}
.tanoshii #content_index .index_list li a,
.tanoshii #content_index .index_list li span {
  display: block;
  border-radius: 10px;
  border: solid 1px #D7D7D7;
  background: #FFF;
  padding: 10px;
}
.tanoshii #content_index .index_list li span img {
  opacity: .35;
}
.tanoshii .caution {
  background: #FFF;
  margin-top: 100px;
  padding: 50px;
}
.tanoshii .caution h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0.7em;
}
.tanoshii .caution p {
  margin-bottom: .5em;
}
.container {
  position: relative;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: url(../images/_bg.png) repeat 0 0 var(--sp-color-blue);
}
.container .site-data {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding: 10px;
}
.container .site-data header {
  width: 120px;
}
.container .site-data header p a {
  display: block;
}
.container .site-data header p a img {
  width: 100%;
  height: auto;
}
.container .site-data footer {
  width: 100px;
}
.container .site-data footer .credit {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.5rem;
}
.container .site-data footer .credit a {
  color: #0084ff;
}
.container .site-data footer .copyright {
  display: none;
}
.container #special_content #animation_container,
.container #special_content #_preload_div_ {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container #special_content #_preload_div_ {
  height: 768px;
  width: 1024px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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