
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");

@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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #fff;
  font-family: 'Noto Sans JP', "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
}

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

a {
  color: #fff;
  text-decoration: none;
}

.wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.bg_back_white {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg/bg.png) center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.bg_back {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg/bg_filter.png) center center;
  -webkit-background-size: cover;
          background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
}

.bg_back.page_in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.bg_rainbow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/common/bg/bg_rainbow.png) no-repeat right top;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  -webkit-transition: height .8s ease-out;
          transition: height .8s ease-out;
}

.bg_bubble {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg_bubble .twinkle01 {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/common/bg/item_twinkle01.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bg_bubble .twinkle02 {
  position: absolute;
  width: 36px;
  height: 39px;
  background: url(../img/common/bg/item_twinkle02.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bg_bubble .twinkle03 {
  position: absolute;
  width: 21px;
  height: 37px;
  background: url(../img/common/bg/item_twinkle03.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bg_bubble .twinkle04 {
  position: absolute;
  width: 41px;
  height: 69px;
  background: url(../img/common/bg/item_twinkle04.png) no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bg_bubble .bubble01 {
  position: absolute;
  top: -200%;
  width: 57px;
  height: 57px;
  background: url(../img/common/bg/item_bubble01.png) no-repeat center top;
  -webkit-background-size: 57px 57px;
          background-size: 57px 57px;
}

.bg_bubble .bubble02 {
  position: absolute;
  top: -200%;
  width: 35px;
  height: 35px;
  background: url(../img/common/bg/item_bubble02.png) no-repeat center bottom;
  -webkit-background-size: 35px 35px;
          background-size: 35px 35px;
}

.bg_bubble .bubble03 {
  position: absolute;
  top: -200%;
  width: 13px;
  height: 13px;
  background: url(../img/common/bg/item_bubble03.png) no-repeat center center;
  -webkit-background-size: 13px 13px;
          background-size: 13px 13px;
}

.bg_bubble .bubble04 {
  position: absolute;
  top: -200%;
  width: 70px;
  height: 70px;
  background: url(../img/common/bg/item_bubble04.png) no-repeat center top;
  -webkit-background-size: 70px 70px;
          background-size: 70px 70px;
}

.bg_bubble .bubble05 {
  position: absolute;
  top: -200%;
  width: 37px;
  height: 37px;
  background: url(../img/common/bg/item_bubble05.png) no-repeat center bottom;
  -webkit-background-size: 37px 37px;
          background-size: 37px 37px;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  99% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes opacity {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  99% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes opacity2 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  99% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes opacity2 {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  99% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.top01 {
  -webkit-animation: top_anm 12.6s linear .3s infinite, left_anm 5s ease-in-out infinite alternate;
          animation: top_anm 12.6s linear .3s infinite, left_anm 5s ease-in-out infinite alternate;
}

.top02 {
  -webkit-animation: top_anm2 15s ease-in infinite, left_anm 7s ease-in-out infinite alternate;
          animation: top_anm2 15s ease-in infinite, left_anm 7s ease-in-out infinite alternate;
}

.top03 {
  -webkit-animation: top_anm 14.8s ease-in 7s infinite, left_anm 4.2s ease-in-out infinite alternate;
          animation: top_anm 14.8s ease-in 7s infinite, left_anm 4.2s ease-in-out infinite alternate;
}

.top04 {
  -webkit-animation: top_anm2 19.2s linear 5s infinite, left_anm 6.5s ease-in-out infinite alternate;
          animation: top_anm2 19.2s linear 5s infinite, left_anm 6.5s ease-in-out infinite alternate;
}

.top05 {
  -webkit-animation: top_anm 18s linear infinite, left_anm 6s ease-in-out infinite alternate;
          animation: top_anm 18s linear infinite, left_anm 6s ease-in-out infinite alternate;
}

.top06 {
  -webkit-animation: top_anm2 25s linear 9s infinite, left_anm 5s ease-in-out infinite alternate;
          animation: top_anm2 25s linear 9s infinite, left_anm 5s ease-in-out infinite alternate;
}

.top07 {
  -webkit-animation: top_anm 21.6s linear 18s infinite, left_anm 5.3s ease-in-out infinite alternate;
          animation: top_anm 21.6s linear 18s infinite, left_anm 5.3s ease-in-out infinite alternate;
}

@-webkit-keyframes top_anm {
  0% {
    top: 105%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  69% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  78% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: -170px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes top_anm {
  0% {
    top: 105%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  69% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  78% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: -170px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes top_anm2 {
  0% {
    top: 110%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  63% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  73% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: -170px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes top_anm2 {
  0% {
    top: 110%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  63% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  73% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    top: -170px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes left_anm {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes left_anm {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.wrapper_in {
  position: relative;
}

.content {
  padding: 70px 0 80px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease-out .3s;
          transition: opacity 1s ease-out .3s;
}

.content h2 {
  padding: 8.7% 0 10%;
}

.load .content {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  text-align: center;
  z-index: 200;
}

.header .nav_logo {
  max-width: 143px;
  margin: 0 auto;
  padding-top: 7px;
}

.menu_btn {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 200;
}

.menu_btn p {
  position: absolute;
  top: 23px;
  left: 15px;
  width: 22px;
  height: 3px;
  background-color: #444;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}

.menu_btn:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 15px;
  width: 22px;
  height: 3px;
  background-color: #444;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.menu_btn:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 15px;
  width: 22px;
  height: 3px;
  background-color: #444;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}

.menu_btn.open p {
  opacity: 0;
  filter: alpha(opacity=0);
}

.menu_btn.open:before {
  top: 23px;
  left: 11px;
  width: 29px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu_btn.open:after {
  top: 23px;
  left: 12px;
  width: 29px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav_back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background-color: #00aaff;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -webkit-transition: opacity .2s linear, z-index .01s linear .2s;
          transition: opacity .2s linear, z-index .01s linear .2s;
}

.nav_back.open {
  opacity: .85;
  filter: alpha(opacity=85);
  z-index: 200;
  -webkit-transition: opacity .3s linear .2s, z-index .01s linear .2s;
          transition: opacity .3s linear .2s, z-index .01s linear .2s;
}

.g_nav {
  position: fixed;
  right: -70%;
  top: 0;
  background-color: #fff;
  width: 69.5%;
  height: 100%;
  padding: 19% 8% 0;
  z-index: 200;
  -webkit-transition: right .5s ease;
          transition: right .5s ease;
}

.g_nav .nav li {
  padding: 2% 0;
}

.g_nav .nav li a {
  display: block;
  padding: 5% 0;
}

.g_nav .nav li > img {
  margin: 5% 0;
  opacity: .3;
  filter: alpha(opacity=30);
}

.g_nav .g_nav_share {
  margin-top: 23%;
  text-align: center;
}

.g_nav .g_nav_share li {
  width: 17.8%;
  margin: 0 4.5%;
  display: inline-block;
}

.g_nav .g_nav_share li a {
  display: block;
  padding: 15%;
}

.g_nav.open {
  right: 0;
}

.footer {
  position: relative;
  width: 100%;
  padding: 11% 0 12%;
  background-color: #fff;
  text-align: center;
}

.footer .foot_banner {
  width: 89.5%;
  margin: 0 auto;
  text-align: left;
}

.footer .foot_banner li {
  width: 48.2%;
  display: inline-block;
  margin: 3% .5% 0;
  border-radius: 3px;
  overflow: hidden;
  vertical-align: top;
}

.footer .foot_link {
  margin-top: 11%;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
  font-weight: bold;
}

.footer .foot_link li {
  display: inline-block;
  vertical-align: middle;
}

.footer .foot_link li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 8px;
  background-color: #444;
  vertical-align: middle;
}

.footer .foot_link li:last-child:after {
  display: none;
}

.footer .foot_link li a {
  color: #444444;
  display: inline-block;
}

.footer .copy {
  width: 75%;
  margin: 4% auto 0;
}

.modal_back {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00aaff;
  display: none;
  z-index: 200;
  opacity: .85;
  filter: alpha(opacity=85);
}

.modal_in {
  position: fixed;
  display: none;
  z-index: 300;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_in iframe {
  width: 100%;
  height: 100%;
}

.modal_close {
  position: absolute;
  right: 10px;
  top: -50px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity .4s linear;
          transition: opacity .4s linear;
  z-index: 310;
  display: none;
}

.modal_close:after {
  content: '';
  position: absolute;
  left: 10px;
  top: -5px;
  width: 2px;
  height: 45px;
  margin: 0 8px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_close:before {
  content: '';
  position: absolute;
  left: 10px;
  top: -5px;
  width: 2px;
  height: 45px;
  margin: 0 8px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
