@charset "UTF-8";
/* CSS Document */
img[src$=".svg"] {
  width: 100%;
}

/*def end*/
/*share*/
::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}
::selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

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

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

em, i {
  font-style: normal;
}

._pc {
  display: block;
}
@media all and (max-width: 640px) {
  ._pc {
    display: none;
  }
}

._sp {
  display: none;
}
@media all and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

body {
  font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: rgb(39, 179, 178);
  color: #393739;
}

#wrapper {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}

.header {
  background: url(../image/back_dots.png) rgb(255, 208, 107);
  height: 810px;
  position: relative;
}
.header__back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../image/clouds_1.png);
  background-size: 963px 100%;
  -webkit-animation: bgscroll 45s linear infinite;
          animation: bgscroll 45s linear infinite;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 963px 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 963px 0;
  }
}
@media all and (max-width: 640px) {
  .header__back {
    background-size: 578px 441px;
  }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 578px 0;
    }
  }
  @keyframes bgscroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 578px 0;
    }
  }
}
.header__back::after, .header__back::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header__back::after {
  background-size: 1425px 100%;
  background: url(../image/clouds_2.png);
  -webkit-animation: bgscroll2 15s linear infinite;
          animation: bgscroll2 15s linear infinite;
}
.header__back::before {
  background-size: 1358px 100%;
  background: url(../image/clouds_3.png);
  -webkit-animation: bgscroll3 30s linear infinite;
          animation: bgscroll3 30s linear infinite;
}
@-webkit-keyframes bgscroll2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1425px 0;
  }
}
@keyframes bgscroll2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1425px 0;
  }
}
@-webkit-keyframes bgscroll3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1358px 0;
  }
}
@keyframes bgscroll3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1358px 0;
  }
}
@media all and (max-width: 640px) {
  .header__back::after {
    background-size: 855px 496px;
  }
  .header__back::before {
    background-size: 814px 340px;
  }
  @-webkit-keyframes bgscroll2 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 855px 0;
    }
  }
  @keyframes bgscroll2 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 855px 0;
    }
  }
  @-webkit-keyframes bgscroll3 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 814px 0;
    }
  }
  @keyframes bgscroll3 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 814px 0;
    }
  }
}
.header__link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 30;
}
.header__link div.animation__outer {
  width: 420px;
  height: 480px;
  margin: 0 10px;
  position: relative;
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer {
    width: 230px;
    height: 263px;
    margin: 20px auto 0;
  }
  .header__link div.animation__outer + .animation__outer {
    margin-top: 40px;
  }
}
.header__link div.animation__outer a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (min-width: 640px) {
  .header__link div.animation__outer a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .header__link div.animation__outer a:hover ._character {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.header__link div.animation__outer ._back {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.header__link div.animation__outer ._back img {
  width: 380px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer ._back img {
    width: 100%;
  }
}
.header__link div.animation__outer._relax ._character {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 180px;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer._relax ._character {
    width: 220px;
    height: 220px;
    top: 5px;
  }
}
.header__link div.animation__outer._relax ._taichou {
  z-index: 3;
  background: url(../image/header_relax_taichou.png) no-repeat;
  background-position: -80px 100px;
  background-size: 250px;
  -webkit-animation: bganime_relax_taichou 3s ease-in-out infinite;
          animation: bganime_relax_taichou 3s ease-in-out infinite;
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer._relax ._taichou {
    background-position: -49px 61px;
    background-size: 153px;
  }
}
@-webkit-keyframes bganime_relax_taichou {
  0% {
    background-position: -80px 100px;
    background-size: 250px;
  }
  50% {
    background-position: -60px 80px;
    background-size: 270px;
  }
  100% {
    background-position: -80px 100px;
    background-size: 250px;
  }
}
@keyframes bganime_relax_taichou {
  0% {
    background-position: -80px 100px;
    background-size: 250px;
  }
  50% {
    background-position: -60px 80px;
    background-size: 270px;
  }
  100% {
    background-position: -80px 100px;
    background-size: 250px;
  }
}
@media all and (max-width: 640px) {
  @-webkit-keyframes bganime_relax_taichou {
    0% {
      background-position: -49px 61px;
      background-size: 153px;
    }
    50% {
      background-position: -37px 49px;
      background-size: 165px;
    }
    100% {
      background-position: -49px 61px;
      background-size: 153px;
    }
  }
  @keyframes bganime_relax_taichou {
    0% {
      background-position: -49px 61px;
      background-size: 153px;
    }
    50% {
      background-position: -37px 49px;
      background-size: 165px;
    }
    100% {
      background-position: -49px 61px;
      background-size: 153px;
    }
  }
}
.header__link div.animation__outer._relax ._bukubuku {
  z-index: 2;
  background: url(../image/header_relax_buku.png) no-repeat;
  background-position: 190px -20px;
  background-size: 150px;
  -webkit-animation: bganime_relax_bukubuku 3s ease-in-out infinite;
          animation: bganime_relax_bukubuku 3s ease-in-out infinite;
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer._relax ._bukubuku {
    background-position: 116px -12px;
    background-size: 92px;
  }
}
@-webkit-keyframes bganime_relax_bukubuku {
  0% {
    background-position: 190px -20px;
    background-size: 150px;
  }
  50% {
    background-position: 160px -20px;
    background-size: 170px;
  }
  100% {
    background-position: 190px -20px;
    background-size: 150px;
  }
}
@keyframes bganime_relax_bukubuku {
  0% {
    background-position: 190px -20px;
    background-size: 150px;
  }
  50% {
    background-position: 160px -20px;
    background-size: 170px;
  }
  100% {
    background-position: 190px -20px;
    background-size: 150px;
  }
}
@media all and (max-width: 640px) {
  @-webkit-keyframes bganime_relax_bukubuku {
    0% {
      background-position: 116px -12px;
      background-size: 92px;
    }
    50% {
      background-position: 98px -12px;
      background-size: 104px;
    }
    100% {
      background-position: 116px -12px;
      background-size: 92px;
    }
  }
  @keyframes bganime_relax_bukubuku {
    0% {
      background-position: 116px -12px;
      background-size: 92px;
    }
    50% {
      background-position: 98px -12px;
      background-size: 104px;
    }
    100% {
      background-position: 116px -12px;
      background-size: 92px;
    }
  }
}
.header__link div.animation__outer._relax ._pukapuka {
  z-index: 2;
  background: url(../image/header_relax_puka.png) no-repeat;
  background-position: 200px 180px;
  background-size: 150px;
  -webkit-animation: bganime_relax_pukapuka 3s ease-in-out infinite;
          animation: bganime_relax_pukapuka 3s ease-in-out infinite;
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer._relax ._pukapuka {
    background-position: 122px 110px;
    background-size: 92px;
  }
}
@-webkit-keyframes bganime_relax_pukapuka {
  0% {
    background-position: 200px 180px;
    background-size: 150px;
  }
  50% {
    background-position: 180px 160px;
    background-size: 170px;
  }
  100% {
    background-position: 200px 180px;
    background-size: 150px;
  }
}
@keyframes bganime_relax_pukapuka {
  0% {
    background-position: 200px 180px;
    background-size: 150px;
  }
  50% {
    background-position: 180px 160px;
    background-size: 170px;
  }
  100% {
    background-position: 200px 180px;
    background-size: 150px;
  }
}
@media all and (max-width: 640px) {
  @-webkit-keyframes bganime_relax_pukapuka {
    0% {
      background-position: 122px 110px;
      background-size: 92px;
    }
    50% {
      background-position: 110px 98px;
      background-size: 104px;
    }
    100% {
      background-position: 122px 110px;
      background-size: 92px;
    }
  }
  @keyframes bganime_relax_pukapuka {
    0% {
      background-position: 122px 110px;
      background-size: 92px;
    }
    50% {
      background-position: 110px 98px;
      background-size: 104px;
    }
    100% {
      background-position: 122px 110px;
      background-size: 92px;
    }
  }
}
.header__link div.animation__outer._kids ._character {
  position: absolute;
}
.header__link div.animation__outer._kids ._taichou {
  width: 200px;
  height: 214px;
  z-index: 3;
  background: url(../image/header_kids_taichou.png) no-repeat;
  background-size: 100%;
  top: 40px;
  left: 150px;
  -webkit-animation: bganime_kids_taichou 3s ease-in-out infinite;
          animation: bganime_kids_taichou 3s ease-in-out infinite;
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer._kids ._taichou {
    width: 122px;
    height: 131px;
    top: 16px;
    left: 92px;
  }
}
@-webkit-keyframes bganime_kids_taichou {
  0% {
    top: 40px;
    left: 150px;
  }
  50% {
    top: 20px;
    left: 170px;
    -webkit-transform: scale(105%) rotate(10deg) translateY(-10px);
            transform: scale(105%) rotate(10deg) translateY(-10px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    top: 40px;
    left: 150px;
  }
}
@keyframes bganime_kids_taichou {
  0% {
    top: 40px;
    left: 150px;
  }
  50% {
    top: 20px;
    left: 170px;
    -webkit-transform: scale(105%) rotate(10deg) translateY(-10px);
            transform: scale(105%) rotate(10deg) translateY(-10px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    top: 40px;
    left: 150px;
  }
}
@media all and (max-width: 640px) {
  @-webkit-keyframes bganime_kids_taichou {
    0% {
      top: 16px;
      left: 92px;
    }
    50% {
      top: 12px;
      left: 104px;
      -webkit-transform: scale(105%) rotate(10deg) translateY(-10px);
              transform: scale(105%) rotate(10deg) translateY(-10px);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    100% {
      top: 16px;
      left: 92px;
    }
  }
  @keyframes bganime_kids_taichou {
    0% {
      top: 16px;
      left: 92px;
    }
    50% {
      top: 12px;
      left: 104px;
      -webkit-transform: scale(105%) rotate(10deg) translateY(-10px);
              transform: scale(105%) rotate(10deg) translateY(-10px);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    100% {
      top: 16px;
      left: 92px;
    }
  }
}
.header__link div.animation__outer._kids ._bukubuku {
  width: 124px;
  height: 159px;
  z-index: 3;
  background: url(../image/header_kids_buku.png) no-repeat;
  background-size: 100%;
  top: 160px;
  left: 40px;
  -webkit-animation: bganime_kids_bukubuku 3s ease-in-out infinite;
          animation: bganime_kids_bukubuku 3s ease-in-out infinite;
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer._kids ._bukubuku {
    width: 76px;
    height: 97px;
    top: 98px;
    left: 24px;
  }
}
@-webkit-keyframes bganime_kids_bukubuku {
  0% {
    top: 160px;
    left: 40px;
  }
  50% {
    -webkit-transform: scale(110%) rotate(-10deg) translateX(-10px);
            transform: scale(110%) rotate(-10deg) translateX(-10px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    top: 160px;
    left: 40px;
  }
}
@keyframes bganime_kids_bukubuku {
  0% {
    top: 160px;
    left: 40px;
  }
  50% {
    -webkit-transform: scale(110%) rotate(-10deg) translateX(-10px);
            transform: scale(110%) rotate(-10deg) translateX(-10px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  100% {
    top: 160px;
    left: 40px;
  }
}
@media all and (max-width: 640px) {
  @-webkit-keyframes bganime_kids_bukubuku {
    0% {
      top: 98px;
      left: 24px;
    }
    50% {
      -webkit-transform: scale(110%) rotate(-10deg) translateX(-10px);
              transform: scale(110%) rotate(-10deg) translateX(-10px);
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
    }
    100% {
      top: 98px;
      left: 24px;
    }
  }
  @keyframes bganime_kids_bukubuku {
    0% {
      top: 98px;
      left: 24px;
    }
    50% {
      -webkit-transform: scale(110%) rotate(-10deg) translateX(-10px);
              transform: scale(110%) rotate(-10deg) translateX(-10px);
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
    }
    100% {
      top: 98px;
      left: 24px;
    }
  }
}
.header__link div.animation__outer._kids ._pukapuka {
  width: 96px;
  height: 114px;
  z-index: 3;
  background: url(../image/header_kids_puka.png) no-repeat;
  background-size: 100%;
  top: 240px;
  right: 90px;
  -webkit-animation: bganime_kids_pukapuka 3s ease-in-out infinite;
          animation: bganime_kids_pukapuka 3s ease-in-out infinite;
}
@media all and (max-width: 640px) {
  .header__link div.animation__outer._kids ._pukapuka {
    width: 59px;
    height: 70px;
    top: 147px;
    right: 55px;
  }
}
@-webkit-keyframes bganime_kids_pukapuka {
  0% {
    top: 240px;
    right: 90px;
  }
  50% {
    -webkit-transform: scale(110%) rotate(10deg) translateY(10px);
            transform: scale(110%) rotate(10deg) translateY(10px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    top: 240px;
    right: 90px;
  }
}
@keyframes bganime_kids_pukapuka {
  0% {
    top: 240px;
    right: 90px;
  }
  50% {
    -webkit-transform: scale(110%) rotate(10deg) translateY(10px);
            transform: scale(110%) rotate(10deg) translateY(10px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  100% {
    top: 240px;
    right: 90px;
  }
}
@media all and (max-width: 640px) {
  @-webkit-keyframes bganime_kids_pukapuka {
    0% {
      top: 147px;
      right: 55px;
    }
    50% {
      -webkit-transform: scale(110%) rotate(10deg) translateY(5px);
              transform: scale(110%) rotate(10deg) translateY(5px);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    100% {
      top: 147px;
      right: 55px;
    }
  }
  @keyframes bganime_kids_pukapuka {
    0% {
      top: 147px;
      right: 55px;
    }
    50% {
      -webkit-transform: scale(110%) rotate(10deg) translateY(5px);
              transform: scale(110%) rotate(10deg) translateY(5px);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom;
    }
    100% {
      top: 147px;
      right: 55px;
    }
  }
}
.header__link div.animation__outer._kids figure img {
  display: none;
  width: 414px;
}
.header__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  padding: 30px;
  z-index: 100;
}
.header__illust {
  position: absolute;
  z-index: 20;
}
.header__illust._tap {
  left: 0;
  bottom: 157px;
  width: 157px;
}
.header__illust._ship {
  bottom: -10px;
  right: 90px;
  width: 210px;
}
.header__illust._scroll {
  bottom: 35px;
  left: 50px;
  width: 20px;
}
@media all and (max-width: 640px) {
  .header {
    height: auto;
    padding-bottom: 120px;
  }
  .header__title {
    width: 65%;
    padding: 30px 0;
    padding-bottom: 0;
    margin: 0 auto;
    position: relative;
  }
  .header__link {
    position: relative;
    display: block;
    -webkit-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
  .header__link li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .header__link li._relax img {
    width: 65%;
  }
  .header__link li._kids img {
    width: 65%;
  }
  .header__illust._tap {
    bottom: 15vw;
    width: 24%;
  }
  .header__illust._ship {
    right: 5%;
    width: 33%;
  }
  .header__illust._scroll {
    bottom: 2%;
    left: 3%;
    width: 15px;
  }
}

.global_navigation {
  position: absolute;
  padding-right: 40px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  width: 100%;
  min-width: 1100px;
}
@media all and (max-width: 640px) {
  .global_navigation {
    left: auto;
    min-width: 0;
    padding-right: 0;
    background: #FFD66B;
    padding-top: 100px;
    position: fixed;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: 130vh;
    z-index: 1100;
  }
  .global_navigation._active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.global_navigation .global_link {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}
@media all and (max-width: 640px) {
  .global_navigation .global_link {
    margin-left: 0;
    display: block;
    padding-top: 0;
  }
}
.global_navigation .global_link li {
  text-align: center;
}
.global_navigation .global_link li a {
  width: 120px;
  height: 60px;
  display: block;
  position: relative;
}
.global_navigation .global_link li a img {
  width: 98px;
}
.global_navigation .global_link li a::before {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 118px;
  height: 100%;
  content: "";
  opacity: 0;
}
.global_navigation .global_link li a:hover::before {
  opacity: 1;
}
@media all and (max-width: 640px) {
  .global_navigation .global_link li a {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
  .global_navigation .global_link li a img {
    margin: 0 auto;
    width: auto;
    height: 30px;
  }
}
@media all and (min-width: 640px) {
  .global_navigation .global_link li:nth-child(1) a::before {
    background: url(../image/global_nav_about_hover.png) no-repeat center center;
    background-size: 100%;
  }
  .global_navigation .global_link li:nth-child(2) a::before {
    background: url(../image/global_nav_relax_hover.png) no-repeat center center;
    background-size: 100%;
  }
  .global_navigation .global_link li:nth-child(3) a::before {
    background: url(../image/global_nav_kids_hover.png) no-repeat center center;
    background-size: 100%;
  }
  .global_navigation .global_link li:nth-child(4) a {
    width: 112px;
  }
  .global_navigation .global_link li:nth-child(4) a img {
    width: 90px;
  }
  .global_navigation .global_link li:nth-child(4) a::before {
    width: 110px;
    background: url(../image/global_nav_license_hover.png) no-repeat center center;
    background-size: 100%;
  }
  .global_navigation .global_link li:nth-child(5) a {
    width: 87px;
  }
  .global_navigation .global_link li:nth-child(5) a img {
    width: 65px;
  }
  .global_navigation .global_link li:nth-child(5) a::before {
    width: 78px;
    background: url(../image/global_nav_contact_hover.png) no-repeat center center;
    background-size: 100%;
  }
}
.global_navigation .icon_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  margin-left: -20px;
}
.global_navigation .icon_link a {
  display: block;
  width: 60px;
  margin: 33px auto 0;
}
@media all and (min-width: 640px) {
  .global_navigation .icon_link a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
@media all and (max-width: 640px) {
  .global_navigation .icon_link {
    padding: 30px 0 60px;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global_navigation .icon_link a {
    margin: 0 10px;
  }
}
.global_navigation .icon_link li {
  position: relative;
}
@media all and (min-width: 640px) {
  .global_navigation .icon_link li:nth-child(1) {
    width: 106px;
  }
  .global_navigation .icon_link li:nth-child(1) a:hover::before {
    background: url(../image/global_icon_top_hover.png) no-repeat center top;
    background-size: 100%;
  }
  .global_navigation .icon_link li:nth-child(2) {
    margin-left: -29px;
    width: 98px;
  }
  .global_navigation .icon_link li:nth-child(2) a:hover::before {
    background: url(../image/global_icon_fb_hover.png) no-repeat center top;
    background-size: 100%;
  }
}

.content {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: url(../image/header_back.png) repeat-x top center;
}
@media all and (max-width: 640px) {
  .content {
    background: url(../image/header_back_sp.png) no-repeat top center;
    background-size: 100%;
  }
}

.section {
  width: 1030px;
  margin: 90px auto 0;
}
.section__header {
  text-align: center;
  background: url(../image/section_header.png) no-repeat center top;
  background-size: 1030px;
  height: 150px;
  padding-top: 35px;
  margin-bottom: -1px;
}
.section__header img {
  height: 46px;
}
.section__subheader {
  text-align: center;
}
.section__subheader._border {
  font-size: 32px;
  position: relative;
}
.section__subheader._border span {
  position: relative;
  background: white;
  z-index: 2;
  padding: 0 10px;
}
.section__subheader._border::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #D3D3D3;
}
.section__paragraphtitle {
  margin-top: 45px;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
}
.section__paragraphtitle .paragraph_space {
  width: 1em;
  display: inline-block;
}
@media all and (max-width: 640px) {
  .section {
    width: 90%;
    margin-top: 80px;
  }
  .section__header {
    background: url(../image/section_header_sp.png) no-repeat center top;
    background-size: 100%;
    height: 113px;
    padding-top: 25px;
  }
  .section__header img {
    height: 33px;
  }
  .section__subheader._border {
    font-size: 24px;
  }
  .section__subheader._border span {
    display: inline-block;
  }
  .section__paragraphtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .section__paragraphtitle .paragraph_space {
    display: none;
  }
}
.section#section_about {
  margin-top: 0;
  padding-top: 150px;
  color: white;
}
.section#section_about .section__block {
  padding: 0 180px;
  padding-top: 45px;
}
.section#section_about .section__header {
  background: none;
  height: auto;
}
.section#section_about .section__illust img {
  width: 135px;
}
@media all and (max-width: 640px) {
  .section#section_about {
    padding-top: 80px;
  }
  .section#section_about .section__block {
    padding: 0;
    padding-top: 25px;
  }
}
.section #section_relax .section__subheader img {
  width: 475px;
}
.section #section_relax .section__row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section #section_relax .section__illust img {
  width: 235px;
}
@media all and (max-width: 640px) {
  .section #section_relax .section__subheader img {
    width: 80%;
  }
  .section #section_relax .section__illust img {
    width: 44%;
  }
}
.section #section_kids .section__subheader img {
  width: 475px;
}
.section #section_kids .section__illust img {
  width: 223px;
}
@media all and (max-width: 640px) {
  .section #section_kids .section__subheader img {
    width: 80%;
  }
  .section #section_kids .section__illust img {
    width: 42%;
  }
}
.section#section_contact .section__subheader img {
  width: 475px;
  margin: 0 auto;
}
.section#section_contact .section__illust img {
  width: 223px;
}
@media all and (max-width: 640px) {
  .section#section_contact .section__subheader img {
    width: 80%;
  }
  .section#section_contact .section__illust img {
    width: 42%;
  }
}
.section .contact_credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.section .contact_credit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.section .contact_credit dl dt {
  background: orange;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
.section .contact_credit dl dd {
  margin-left: 10px;
  line-height: 40px;
  font-size: 22px;
}
.section .contact_credit dl:nth-child(4) {
  width: 100%;
  margin-top: 10px;
}
.section .contact_credit dl:nth-child(4) dd {
  width: calc(100% - 50px);
  font-size: 19px;
}
@media all and (max-width: 640px) {
  .section .contact_credit dl {
    margin-top: 5px;
  }
  .section .contact_credit dl dd {
    font-size: 16px;
  }
  .section .contact_credit dl:nth-child(4) {
    margin-top: 5px;
  }
  .section .contact_credit dl:nth-child(4) dt {
    width: 40px;
  }
  .section .contact_credit dl:nth-child(4) dd {
    padding-top: 10px;
    font-size: 14px;
    word-break: break-all;
    line-height: 120%;
  }
}
.section__body {
  background: url(../image/section_back.png) repeat-y center center;
  background-size: 1030px;
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 45px;
}
.section__body::after {
  position: absolute;
  bottom: -44px;
  content: "";
  height: 45px;
  width: 100%;
  display: block;
  background: url(../image/section_footer.png) no-repeat center bottom;
  background-size: 1030px;
}
@media all and (max-width: 640px) {
  .section__body {
    background: url(../image/section_back_sp.png) repeat-y center center;
    background-size: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .section__body::after {
    background: url(../image/section_footer_sp.png) no-repeat center bottom;
    background-size: 100%;
    height: 40px;
    bottom: -39px;
  }
}
.section__subheadertext {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-top: 30px;
}
.section__subheadertext::after, .section__subheadertext::before {
  content: "-";
  margin: 0 2px;
}
@media all and (max-width: 640px) {
  .section__subheadertext {
    margin-top: 15px;
  }
}
.section__block {
  padding: 0 105px;
  padding-top: 60px;
}
.section__block._illust {
  padding-top: 45px;
}
@media all and (max-width: 640px) {
  .section__block {
    padding: 0 20px;
    padding-top: 40px;
  }
}
.section__row {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__row .section__sentence {
  width: 560px;
}
.section__row:first-child {
  padding-top: 0;
}
@media all and (max-width: 640px) {
  .section__row {
    display: block;
    padding-top: 30px;
  }
  .section__row .section__sentence {
    width: auto;
  }
}
.section__sentence {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
@media all and (max-width: 640px) {
  .section__sentence {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }
}
.section__illust {
  text-align: center;
}
@media all and (max-width: 640px) {
  .section__illust {
    margin-top: 20px;
  }
}
.section__movie {
  margin-top: 30px;
  padding-top: 56.25%;
  position: relative;
}
.section__movie iframe {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  border-radius: 20px;
}
.section__banner {
  text-align: center;
  margin-top: 65px;
}
@media all and (max-width: 640px) {
  .section__banner {
    margin-top: 40px;
  }
}
.section__banner a {
  position: relative;
  display: block;
}
.section__banner a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../image/ambassador_banner_hover.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
}
.section__banner:hover a::before {
  opacity: 1;
}

.license {
  position: relative;
}
.license__heading img {
  height: 130px;
  width: 130px;
}
.license__text {
  padding-left: 20px;
}
.license__text h3 {
  font-weight: 800;
  font-size: 32px;
}
.license__text p {
  margin-top: 10px;
  font-size: 18px;
}
.license__photo {
  text-align: right;
}
.license__photo img {
  height: 314px;
  margin-left: auto;
}
.license._mug {
  width: 480px;
}
.license._mug .license__heading {
  position: absolute;
}
.license._doll {
  width: 354px;
}
.license._doll .license__heading {
  position: absolute;
}
.license._movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 640px) {
  .license__heading {
    width: 100%;
  }
  .license__heading img {
    height: auto;
    width: 31%;
  }
  .license__text {
    text-align: center;
    padding-left: 0;
  }
  .license__text h3 {
    margin-top: 10px;
    font-size: 26px;
  }
  .license__text p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .license__photo img {
    height: auto;
  }
  .license._mug, .license._doll {
    width: 100%;
  }
  .license._doll {
    padding-top: 40px;
  }
  .license._doll .license__photo {
    padding-top: 20px;
    width: 57%;
    margin: 0 auto;
  }
  .license._movie {
    display: block;
  }
}

.character {
  padding: 0 72px;
  position: relative;
  height: 930px;
  margin-top: 45px;
}
.character__illust {
  width: 830px;
  height: 490px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .character {
    height: auto;
    padding: 0 20px;
  }
  .character__illust {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
.character__balloon {
  position: absolute;
  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;
}
.character__balloon dl dt {
  text-align: center;
}
.character__balloon dl dt img {
  height: 34px;
}
.character__balloon dl dd h4 {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
}
.character__balloon dl dd p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 28px;
}
.character__balloon._taichou {
  top: 325px;
  left: 360px;
  height: 330px;
  width: 362px;
  background: url(../image/balloon_back_taichou.png) no-repeat center center;
  background-size: cover;
  z-index: 2;
}
.character__balloon._taichou h4 {
  color: #EF831D;
}
.character__balloon._taichou dl {
  width: 255px;
}
.character__balloon._bukubuku {
  top: 500px;
  left: 70px;
  height: 370px;
  width: 380px;
  background: url(../image/balloon_back_bukubuku.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.character__balloon._bukubuku h4 {
  color: #00AD7D;
}
.character__balloon._bukubuku dl {
  width: 265px;
}
.character__balloon._pukapuka {
  top: 550px;
  right: 70px;
  height: 370px;
  width: 365px;
  background: url(../image/balloon_back_pukapuka.png) no-repeat center center;
  background-size: cover;
}
.character__balloon._pukapuka h4 {
  color: #D83E55;
}
.character__balloon._pukapuka dl {
  width: 225px;
}
@media all and (max-width: 640px) {
  .character__balloon {
    position: relative;
    display: block;
  }
  .character__balloon dl dt img {
    height: 30px;
  }
  .character__balloon dl dd h4 {
    font-size: 16px;
    margin-top: 15px;
  }
  .character__balloon dl dd p {
    font-size: 15px;
    line-height: 20px;
  }
  .character__balloon._taichou, .character__balloon._bukubuku, .character__balloon._pukapuka {
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding: 60px 20px;
    background-size: contain;
    margin-top: -50px;
  }
  .character__balloon._taichou dl, .character__balloon._bukubuku dl, .character__balloon._pukapuka dl {
    width: auto;
  }
}

._fadein {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

._fadein.animated {
  opacity: 1;
}

.pagetopbutton {
  position: fixed;
  right: 60px;
  width: 55px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: -150px;
  cursor: pointer;
}
.pagetopbutton._active {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 640px) {
  .pagetopbutton {
    right: 20px;
    width: 40px;
  }
}

.footer {
  background: url(../image/footer_back.png) repeat-x bottom center;
  background-size: 1350px;
  font-size: 12px;
  text-align: center;
  padding-top: 230px;
  position: relative;
  margin-top: 90px;
  padding-bottom: 55px;
}
.footer__copyright {
  display: block;
  margin-top: 20px;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__sns li + li {
  margin-left: 20px;
}
.footer__sns a {
  display: block;
}
.footer__sns img {
  width: 32px;
}
@media all and (max-width: 640px) {
  .footer__sns img {
    width: 40px;
  }
}
.footer::before {
  position: absolute;
  content: "";
  background: pink;
  height: 190px;
  width: 1230px;
  left: 50%;
  top: 10px;
  display: block;
  background: url(../image/footer_illust_tab.png) no-repeat center right;
  background-size: 515px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 640px) {
  .footer {
    background: url(../image/footer_back.png) repeat-x top center;
    background-size: 1350px;
    height: auto;
    padding-top: 120px;
    padding-bottom: 30px;
    margin-top: 120px;
  }
  .footer::before {
    width: 100%;
    background: url(../image/footer_illust_tab.png) no-repeat center left 20px;
    background-size: 75%;
    height: 100px;
    top: -30px;
  }
}

input[type=text], textarea {
  background: #F1F1F1;
  width: 100%;
  font-size: 12px;
  margin: 0 auto;
  border: none;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type=text]:focus, textarea:focus {
  outline: none;
  color: black;
  background: lightgray;
}

textarea {
  min-height: 100px;
}

button {
  width: 70%;
  padding: 15px;
  margin: 0 auto 20px;
  border: none;
  background: black;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 3px black solid;
  cursor: pointer;
}
button:hover {
  background: white;
  color: #333;
}

.menu_button {
  overflow: hidden;
  display: block;
  position: fixed;
  z-index: 1110;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  top: 5vw;
  right: 5vw;
  display: none;
  background: #EA6061;
}
@media all and (max-width: 640px) {
  .menu_button {
    display: block;
  }
}
.menu_button span, .menu_button::before, .menu_button::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 50%;
  height: 2px;
  margin: auto;
  background: white;
}
.menu_button span {
  overflow: hidden;
  z-index: 1;
  color: white;
}
.menu_button::before {
  z-index: 2;
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
  content: "";
}
.menu_button::after {
  z-index: 2;
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
  content: "";
}
.menu_button span {
  -webkit-transition: 150ms 50ms;
  transition: 150ms 50ms;
}
.menu_button::before, .menu_button::after {
  -webkit-transition: 200ms;
  transition: 200ms;
}
.menu_button.clicked span {
  opacity: 0;
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
.menu_button.clicked::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 75%;
}
.menu_button.clicked::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 75%;
}
/*# sourceMappingURL=base.css.map */