@charset "UTF-8";
input {
  border-radius: 0; }

/**
 * 1. Firefox 36+

 * 1. Firefox 36+
 */
[type="number"] {
  width: auto;
  /* 1 */ }

/**
 * 1. Safari 8+

 * 1. Safari 8+
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * 1. Safari 8

 * 1. Safari 8
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+
 * 2. Specify textarea resizability

 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Specify font inheritance of form elements

 * 1. フォーム要素に、フォントの継承を指定。
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */ }

/**
 * 1. Restore the font weight unset by the previous rule.

 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold;
  /* 1 */ }

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11

 * 1. IE8/9/10/11に、overflow時にhiddenを設定。
 */
button {
  overflow: visible;
  /* 1 */ }

/**
 * Remove inner padding and border in Firefox 4+

 * Firefox4+に、内側のpaddingとborderを削除。
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/**
 * Replace focus style removed in the border reset above

 * 1. フォーカス時のスタイルを定義。
 */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
 * 2. Correct the inability to style clickable types in iOS

 * 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
 * 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 1. Firefox 40+, Internet Explorer 11-

 * 1. Firefox 40+, Internet Explorer 11-
 */
button,
select {
  text-transform: none;
  /* 1 */ }

/**
 * Remove the default button styling in all browsers

 * すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
 */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/**
 * Style select like a standard input
 * 1. Firefox 36+
 * 2. Chrome 41+

 * 標準的なinput要素のスタイルを選択。
 * 1. Firefox 36+
 * 2. Chrome 41+
 */
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */ }

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-expand {
  display: none;
  /* 1 */ }

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor;
  /* 1 */ }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */ }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

.page-title {
  text-align: center;
  color: #FFF;
  font-size: 1.5em;
  letter-spacing: .2em;
  font-weight: 700;
  border-radius: 20px;
  padding: 20px 0;
  border: 3px solid #38290f;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.5em;
  text-shadow: #38290f 3px 0px,  #38290f -3px 0px, #38290f 0px -3px, #38290f 0px 3px, #38290f 3px 3px , #38290f -3px 3px, #38290f 3px -3px, #38290f -3px -3px, #38290f 2px 3px,  #38290f -2px 3px, #38290f 2px -3px, #38290f -2px -3px, #38290f 3px 2px,  #38290f -3px 2px, #38290f 3px -2px, #38290f -3px -2px, #38290f 1px 3px,  #38290f -1px 3px, #38290f 1px -3px, #38290f -1px -3px, #38290f 3px 1px,  #38290f -3px 1px, #38290f 3px -1px, #38290f -3px -1px, #38290f 1px 2px,  #38290f -1px 2px, #38290f 1px -2px, #38290f -1px -2px, #38290f 2px 1px,  #38290f -2px 1px, #38290f 2px -1px, #38290f -2px -1px; }
  @media (max-width: 767px) {
    .page-title {
      padding: 15px 0; } }

.page-txt {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

@media (max-width: 767px) {
  .gutter-10 {
    margin-left: -5px;
    margin-right: -5px; } }
@media (max-width: 767px) {
  .gutter-10 > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 767px) {
  .gutter-20 {
    margin-left: -10px;
    margin-right: -10px; } }
@media (max-width: 767px) {
  .gutter-20 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px; } }

nav#page-nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  text-align: center; }
  nav#page-nav .container {
    position: relative; }
  nav#page-nav .drop-nav {
    position: absolute;
    right: 10px; }

/* Important styles */
#toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 0;
  width: 122px; }
  @media (max-width: 767px) {
    #toggle {
      margin-top: 10px; } }
  #toggle img {
    cursor: pointer; }

.burger {
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 23px 10px 0;
  background-color: #FFF;
  border-radius: 50px;
  box-sizing: border-box; }
  .burger:before {
    content: "";
    position: absolute;
    bottom: -11px;
    right: -11px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #FFF;
    z-index: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px; }

#toggle span:after {
  top: 9px; }

#toggle span {
  position: relative;
  display: block; }

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #38290f;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px; }

/* on activation */
#toggle.on span {
  background-color: transparent; }

#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px); }

#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px); }

#toggle.on + #menu {
  display: block;
  animation: show .4s linear 0s forwards; }

#menu {
  position: relative;
  width: 300px;
  padding: 5px;
  margin: auto;
  border-radius: 5px;
  background: #fbdb5a;
  opacity: 0;
  display: none;
  border: 3px solid #38290f; }
  @media (max-width: 767px) {
    #menu {
      width: 200px;
      padding: 3px; } }
  #menu ul li {
    padding: 5px; }
    @media (max-width: 767px) {
      #menu ul li {
        padding: 3px; } }
    #menu ul li a {
      display: block;
      padding: 5px;
      border-radius: 5px;
      background-position: center center;
      background-size: cover;
      line-height: 1.4em;
      text-align: center;
      box-sizing: border-box;
      border: 3px solid #38290f; }
      #menu ul li a:hover {
        color: #FFF; }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
#page-header {
  text-align: left;
  background: url(../img/space.png) #000;
  background-position: center top;
  padding: 20px 0; }
  @media (max-width: 767px) {
    #page-header {
      padding: 10px 0; } }
  #page-header .logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    #page-header .logo .img-item {
      width: 120px;
      margin-right: 10px; }
      @media (max-width: 767px) {
        #page-header .logo .img-item {
          width: 80px; } }
      @media (max-width: 360px) {
        #page-header .logo .img-item {
          width: 60px; } }
    #page-header .logo p {
      padding: 0;
      margin: 0;
      color: #FFF;
      font-size: 1.5em;
      letter-spacing: .1em;
      font-weight: 700;
      text-shadow: #000 3px 0px,  #000 -3px 0px, #000 0px -3px, #000 0px 3px, #000 3px 3px , #000 -3px 3px, #000 3px -3px, #000 -3px -3px, #000 2px 3px,  #000 -2px 3px, #000 2px -3px, #000 -2px -3px, #000 3px 2px,  #000 -3px 2px, #000 3px -2px, #000 -3px -2px, #000 1px 3px,  #000 -1px 3px, #000 1px -3px, #000 -1px -3px, #000 3px 1px,  #000 -3px 1px, #000 3px -1px, #000 -3px -1px, #000 1px 2px,  #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px,  #000 -2px 1px, #000 2px -1px, #000 -2px -1px; }
      @media (max-width: 360px) {
        #page-header .logo p {
          font-size: 1em;
          line-height: 1.4em; } }

#shop {
  background: url(../img/bg-ptn.gif) #000;
  background-position: center top; }
  #shop .shop-inbox {
    background: url(../img/shop.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 462px;
    position: relative; }
    #shop .shop-inbox .logo {
      padding: 20px 20px 0;
      text-align: center;
      width: 280px; }
      @media (max-width: 767px) {
        #shop .shop-inbox .logo {
          padding: 10px 10px 0;
          width: 150px; } }
      #shop .shop-inbox .logo p {
        padding: 0;
        margin: 0;
        color: #FFF;
        font-size: 1em;
        letter-spacing: .1em;
        text-shadow: #000 3px 0px,  #000 -3px 0px, #000 0px -3px, #000 0px 3px, #000 3px 3px , #000 -3px 3px, #000 3px -3px, #000 -3px -3px, #000 2px 3px,  #000 -2px 3px, #000 2px -3px, #000 -2px -3px, #000 3px 2px,  #000 -3px 2px, #000 3px -2px, #000 -3px -2px, #000 1px 3px,  #000 -1px 3px, #000 1px -3px, #000 -1px -3px, #000 3px 1px,  #000 -3px 1px, #000 3px -1px, #000 -3px -1px, #000 1px 2px,  #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px,  #000 -2px 1px, #000 2px -1px, #000 -2px -1px; }
    @media (max-width: 767px) {
      #shop .shop-inbox {
        height: 231px;
        background-size: auto 231px; } }
    #shop .shop-inbox .fukidashi-box {
      padding-left: 10px;
      padding-right: 10px;
      max-width: 480px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        #shop .shop-inbox .fukidashi-box {
          max-width: 800px; } }
    #shop .shop-inbox .fukidashi {
      padding: 10px;
      text-align: left;
      position: relative;
      background-color: #dfef4e;
      border: 3px solid #38290f;
      box-sizing: border-box;
      border-radius: 10px;
      font-size: 1.1em; }
      @media (min-width: 768px) {
        #shop .shop-inbox .fukidashi {
          padding: 20px;
          font-size: 3rem;
          line-height: 1.6em;
          border: 5px solid #38290f; } }
      #shop .shop-inbox .fukidashi:before {
        position: absolute;
        content: '';
        top: 100%;
        right: 25%;
        margin-top: -5px;
        border: 15px solid transparent;
        border-top: 15px solid #dfef4e;
        width: 0;
        height: 0;
        z-index: 2; }
        @media (min-width: 768px) {
          #shop .shop-inbox .fukidashi:before {
            margin-top: -7px; } }
      #shop .shop-inbox .fukidashi:after {
        position: absolute;
        content: '';
        top: 100%;
        right: 25%;
        border: 15px solid transparent;
        border-top: 15px solid #38290f;
        width: 0;
        height: 0;
        z-index: 1; }
    #shop .shop-inbox .chara {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      max-width: 600px;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 767px) {
        #shop .shop-inbox .chara {
          max-width: 300px;
          width: 80%; } }
      #shop .shop-inbox .chara .ank img {
        width: 136px;
        padding-bottom: 11px; }
        @media (max-width: 767px) {
          #shop .shop-inbox .chara .ank img {
            width: 68px;
            padding-bottom: 5px; } }
      #shop .shop-inbox .chara .ufo {
        align-self: center; }
        #shop .shop-inbox .chara .ufo img {
          width: 144px; }
          @media (max-width: 767px) {
            #shop .shop-inbox .chara .ufo img {
              width: 72px; } }
    #shop .shop-inbox .chara-top {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      max-width: 800px;
      width: 90%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media (max-width: 767px) {
        #shop .shop-inbox .chara-top {
          max-width: 400px; } }
      #shop .shop-inbox .chara-top .ank img {
        width: 136px;
        padding-bottom: 11px; }
        @media (max-width: 767px) {
          #shop .shop-inbox .chara-top .ank img {
            width: 68px;
            padding-bottom: 5px; } }
      #shop .shop-inbox .chara-top .fukidashi-box {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 480px;
        width: 80%;
        margin: 0 auto; }
        @media (min-width: 768px) {
          #shop .shop-inbox .chara-top .fukidashi-box {
            max-width: 800px; } }
        #shop .shop-inbox .chara-top .fukidashi-box .fukidashi {
          padding: 10px;
          text-align: left;
          position: relative;
          background-color: #dfef4e;
          border: 3px solid #38290f;
          box-sizing: border-box;
          border-radius: 10px;
          font-size: 1.1em; }
          @media (min-width: 768px) {
            #shop .shop-inbox .chara-top .fukidashi-box .fukidashi {
              padding: 20px;
              font-size: 3rem;
              line-height: 1.6em;
              border: 5px solid #38290f; } }
          #shop .shop-inbox .chara-top .fukidashi-box .fukidashi:before {
            position: absolute;
            content: '';
            top: 50%;
            left: 100%;
            margin-top: 0px;
            margin-left: -5px;
            border: 15px solid transparent;
            border-left: 15px solid #dfef4e;
            width: 0;
            height: 0;
            z-index: 2; }
            @media (min-width: 768px) {
              #shop .shop-inbox .chara-top .fukidashi-box .fukidashi:before {
                margin-top: 0px;
                margin-left: -7px; } }
          #shop .shop-inbox .chara-top .fukidashi-box .fukidashi:after {
            position: absolute;
            content: '';
            top: 50%;
            left: 100%;
            border: 15px solid transparent;
            border-left: 15px solid #38290f;
            width: 0;
            height: 0;
            z-index: 1; }

#aikotoba {
  background: url(../img/bg-orange.gif);
  background-position: center center;
  text-align: center;
  color: #FFF; }
  #aikotoba .aikotoba-title {
    font-size: 1.5em;
    letter-spacing: .2em;
    text-shadow: #38290f 3px 0px,  #38290f -3px 0px, #38290f 0px -3px, #38290f 0px 3px, #38290f 3px 3px , #38290f -3px 3px, #38290f 3px -3px, #38290f -3px -3px, #38290f 2px 3px,  #38290f -2px 3px, #38290f 2px -3px, #38290f -2px -3px, #38290f 3px 2px,  #38290f -3px 2px, #38290f 3px -2px, #38290f -3px -2px, #38290f 1px 3px,  #38290f -1px 3px, #38290f 1px -3px, #38290f -1px -3px, #38290f 3px 1px,  #38290f -3px 1px, #38290f 3px -1px, #38290f -3px -1px, #38290f 1px 2px,  #38290f -1px 2px, #38290f 1px -2px, #38290f -1px -2px, #38290f 2px 1px,  #38290f -2px 1px, #38290f 2px -1px, #38290f -2px -1px;
    margin: 0; }
    @media (max-width: 360px) {
      #aikotoba .aikotoba-title {
        font-size: 1.2em; } }
  #aikotoba .page-txt span {
    font-size: .8em;
    line-height: 1.8em; }
  #aikotoba input, #aikotoba button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 100%;
    text-align: center; }
  #aikotoba #password {
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: #FFF;
    border: 3px solid #38290f;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0;
    font-size: 1.2em;
    color: #38290f;
    max-width: 500px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HiraginoUDSansRStdN-W3", "FP-ヒラギノUD丸ゴ StdN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" !important; }
  #aikotoba #login-btn {
    display: block;
    width: 90%;
    margin: 0 auto;
    background-image: url(../../aikotoba/assets/img/bg-burst-blue.jpg);
    background-position: center center;
    background-size: cover;
    border: 3px solid #38290f;
    border-radius: 10px;
    text-align: center;
    padding: 20px 0;
    font-size: 1.2em;
    color: #38290f;
    max-width: 500px;
    margin-top: 10px; }
    #aikotoba #login-btn:hover {
      color: #FFF; }
  #aikotoba #error p {
    display: none !important; }

#oshinagaki {
  background: url(../img/bg-orange.gif);
  background-position: center center;
  text-align: center;
  color: #FFF; }
  #oshinagaki .oshinagaki-title {
    font-size: 1.5em;
    letter-spacing: .2em;
    text-shadow: #38290f 3px 0px,  #38290f -3px 0px, #38290f 0px -3px, #38290f 0px 3px, #38290f 3px 3px , #38290f -3px 3px, #38290f 3px -3px, #38290f -3px -3px, #38290f 2px 3px,  #38290f -2px 3px, #38290f 2px -3px, #38290f -2px -3px, #38290f 3px 2px,  #38290f -3px 2px, #38290f 3px -2px, #38290f -3px -2px, #38290f 1px 3px,  #38290f -1px 3px, #38290f 1px -3px, #38290f -1px -3px, #38290f 3px 1px,  #38290f -3px 1px, #38290f 3px -1px, #38290f -3px -1px, #38290f 1px 2px,  #38290f -1px 2px, #38290f 1px -2px, #38290f -1px -2px, #38290f 2px 1px,  #38290f -2px 1px, #38290f 2px -1px, #38290f -2px -1px;
    margin: 0; }
  #oshinagaki .oshinagaki-list li a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #38290f;
    border-radius: 10px;
    display: block;
    padding: 20px;
    font-size: 1.3em;
    line-height: 1.4em;
    border: 3px solid #38290f; }
    #oshinagaki .oshinagaki-list li a:hover {
      color: #FFF; }

.menu1 {
  background-image: url(../../aikotoba/assets/img/bg-burst-blue.jpg); }

.menu2 {
  background-image: url(../../aikotoba/assets/img/bg-burst-pink.jpg); }

.menu3 {
  background-image: url(../../aikotoba/assets/img/bg-burst-yellow.jpg); }

#secret {
  background: url(../img/space.gif) #000;
  background-position: center top;
  color: #FFF;
  text-align: center; }
  #secret .page-title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../aikotoba/assets/img/bg-burst-blue.jpg); }
  #secret .secret-chara {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto; }
    #secret .secret-chara .shonen img {
      width: 100px; }
    #secret .secret-chara .shonen p {
      font-size: .8em; }
    #secret .secret-chara .doctor img {
      width: 100px; }
    #secret .secret-chara .doctor p {
      font-size: .8em; }

.chat-box {
  padding: 20px 10px;
  max-width: 800px;
  margin: 0 auto;
  text-align: right;
  color: #38290f;
  line-height: 1.5em;
  letter-spacing: .05em; }
  .chat-box .left {
    width: 100%;
    text-align: left;
    padding-right: 40px;
    padding-bottom: 10px; }
    .chat-box .left .says {
      display: inline-block;
      position: relative;
      margin: 0 0 0 10px;
      padding: 15px 20px;
      max-width: 500px;
      border-radius: 10px;
      background: #7ecad1; }
      .chat-box .left .says:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 3px;
        left: -19px;
        border: 8px solid transparent;
        border-right: 18px solid #7ecad1;
        -ms-transform: rotate(35deg);
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg); }
      .chat-box .left .says a {
        text-decoration: underline; }
        .chat-box .left .says a:hover {
          color: #FFF; }
      .chat-box .left .says p {
        margin: 0;
        padding: 0; }
  .chat-box .right {
    padding-left: 40px;
    margin: 10px 0;
    padding-bottom: 10px; }
    .chat-box .right p {
      display: inline-block;
      position: relative;
      margin: 0 10px 0 0;
      padding: 15px 20px;
      max-width: 500px;
      border-radius: 10px;
      background-color: #f7c563;
      text-align: left; }
      .chat-box .right p img {
        padding: 20px 0; }
    .chat-box .right p:after {
      content: "";
      position: absolute;
      top: 3px;
      right: -19px;
      border: 8px solid transparent;
      border-left: 18px solid #f7c563;
      -ms-transform: rotate(-35deg);
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg); }

#wallpaper {
  background: url(../img/bg-orange.gif) #000;
  background-position: center top;
  color: #FFF; }
  #wallpaper .page-title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../aikotoba/assets/img/bg-burst-pink.jpg); }
  @media (min-width: 768px) {
    #wallpaper .page-txt {
      text-align: center; } }
  #wallpaper .wallpaper-list .wp-box .wp-img > img {
    box-sizing: border-box;
    border: 3px solid #38290f; }
  #wallpaper .wallpaper-list .wp-box .wp-btns > a {
    display: block;
    background-color: #f7c563;
    color: #38290f;
    border: 3px solid #38290f;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    margin-top: 10px; }

.modal-wp {
  background-color: #ffae00;
  padding: 20px; }

.modal-ano-song {
  padding: 20px 0px; }

#goods {
  background: url(../img/bg-lightblue.gif);
  background-position: center center; }
  #goods .page-title {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../aikotoba/assets/img/bg-burst-yellow.jpg); }
  @media (min-width: 768px) {
    #goods .page-txt {
      text-align: center; } }
  #goods .goods-box {
    border: 4px solid #38290f;
    background-color: #fbdb5a;
    box-shadow: 2px 2px 0px #FFF,-2px 2px 0 #FFF,2px -2px 0 #FFF,-2px -2px 0 #FFF;
    border-radius: 10px; }
    #goods .goods-box .goods-box-title {
      display: block;
      background-color: #dc5300;
      color: #FFF;
      padding: 15px;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      margin: 0;
      text-align: center;
      font-size: 1.2em; }
    #goods .goods-box .text-narrow {
      letter-spacing: 0; }
    #goods .goods-box .goods-list-box {
      background: url(../img/bg-wave.png) #ffae00;
      background-repeat: repeat-x;
      background-position-y: 0%;
      padding: 30px 30px 0; }
      @media (max-width: 767px) {
        #goods .goods-box .goods-list-box {
          padding: 20px 15px 0; } }
      #goods .goods-box .goods-list-box .goods-list .goods-item-box {
        text-align: left;
        background-color: #fbdb5a;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        #goods .goods-box .goods-list-box .goods-list .goods-item-box img {
          width: 100%; }
        #goods .goods-box .goods-list-box .goods-list .goods-item-box .goods-item-txt-box {
          padding: 10px 15px; }
          #goods .goods-box .goods-list-box .goods-list .goods-item-box .goods-item-txt-box .goods-item-title {
            font-size: 1.2em;
            line-height: 1.4em;
            padding-top: 10px; }
          #goods .goods-box .goods-list-box .goods-list .goods-item-box .goods-item-txt-box .goods-item-txt {
            padding-top: 10px;
            font-size: .9em;
            line-height: 1.5em; }
            #goods .goods-box .goods-list-box .goods-list .goods-item-box .goods-item-txt-box .goods-item-txt span {
              color: #dc5300;
              font-size: .8em;
              line-height: 1.6em; }
          #goods .goods-box .goods-list-box .goods-list .goods-item-box .goods-item-txt-box .goods-item-info {
            font-size: .8em;
            line-height: 1.5em; }
            #goods .goods-box .goods-list-box .goods-list .goods-item-box .goods-item-txt-box .goods-item-info span {
              font-size: .8em; }
            #goods .goods-box .goods-list-box .goods-list .goods-item-box .goods-item-txt-box .goods-item-info a {
              text-decoration: underline; }
              #goods .goods-box .goods-list-box .goods-list .goods-item-box .goods-item-txt-box .goods-item-info a:hover {
                color: #FFF; }
    #goods .goods-box .goods-box-footer {
      text-align: center;
      font-size: .9em;
      line-height: 1.5em;
      padding: 15px 0 5px; }
  #goods .sub-title {
    color: #FFF;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .2em;
    text-shadow: #38290f 2px 0px,  #38290f -2px 0px, #38290f 0px -2px, #38290f 0px 2px, #38290f 2px 2px , #38290f -2px 2px, #38290f 2px -2px, #38290f -2px -2px, #38290f 1px 2px,  #38290f -1px 2px, #38290f 1px -2px, #38290f -1px -2px, #38290f 2px 1px,  #38290f -2px 1px, #38290f 2px -1px, #38290f -2px -1px; }
  #goods .special-box {
    text-align: center; }

html {
  overflow: auto;
  height: 100%; }

body {
  background-color: #00ceff;
  width: 100%;
  margin: 0;
  min-height: 100%;
  font-family: "FOT-あおかね Std EB";
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8em;
  color: #333;
  position: relative; }
  @media (min-width: 768px) {
    body {
      font-size: 2rem; } }

.headImage {
  background: #60cfd7;
  text-align: center;
  position: relative; }
  .headImage .mv-ufo {
    position: absolute;
    left: 10%;
    top: 20%;
    width: 30%;
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
    animation: horizontal 1s ease-in-out infinite alternate; }
    .headImage .mv-ufo img {
      -webkit-animation: vertical 1s ease-in-out infinite alternate;
      animation: vertical 1s ease-in-out infinite alternate;
      -webkit-animation-duration: 1.1s;
      animation-duration: 1.1s; }
  .headImage .logo {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 50%; }
  .headImage .bnr_line {
    position: absolute;
    right: 2%;
    bottom: 3%;
    width: 50%; }
   .headImage .bnr_line img{
   	/*display: inline-block;
   	width: 90%;
   	height: auto;*/
   	}
   .headImage .bnr_line a{
   	display: inline-block;
   	 will-change: transform;
   	transition-duration: 0.5s;
   		}
   	.headImage .bnr_line a:hover{
   		 transform: scale(1.1,1.1);
	   	}
    @media (max-width: 767px) {
      .headImage .bnr_line {
      	width: 35%;
		right: 3%;
		bottom: 3%;
		}
    }
    @media screen and (min-width:768px) and ( max-width:1024px) {
      .headImage .bnr_line {
      	right: 0%;
		}
    }
  .headImage .mainImage {
    padding-top: 150px;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    height: 730px; }
    @media (max-width: 767px) {
      .headImage .mainImage {
        padding-top: 75px;
        height: auto; }
       }
    .headImage .mainImage .mv-earth {
      width: 120%;
      margin-left: -10%;
      margin-bottom: -40%; }
      @media (min-width: 1200px) {
        .headImage .mainImage .mv-earth img {
          width: 1090px; } }
  .headImage .select-wrap {
    position: absolute;
    top: 20px;
    left: 15%;
    z-index: 100;
    overflow: hidden;
    width: 120px;
    padding: 5px;
    margin: 0;
    background-color: #FFF;
    border: 1px solid #8abbad;
    border-radius: 5px;
    color: #8abbad;
    font-size: 14px !important;
    line-height: 1.4em !important;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .headImage .select-wrap {
        left: 5%; } }
@-moz-document url-prefix() {
  .headImage .select-wrap {
    width: 130px; } }
    .headImage .select-wrap i {
      display: inline-block;
      padding: 0;
      margin: 0; }
    .headImage .select-wrap label {
      position: relative;
      padding: 0;
      margin: 0;
      width: 85px; }
@-moz-document url-prefix() {
  .headImage .select-wrap label {
    width: 95px; } }
      .headImage .select-wrap label:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 5px;
        display: block;
        width: 0;
        height: 0;
        margin: -2px 0 0 0;
        border: 5px solid transparent;
        border-top: 7px solid #8abbad;
        z-index: 1; }
      .headImage .select-wrap label select {
        width: 85px;
        cursor: pointer;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        display: inline-block;
        font-family: "FOT-あおかね Std EB";
        margin: 0;
        padding: 0;
        background: transparent;
        border: none;
        z-index: 2; }
@-moz-document url-prefix() {
  .headImage .select-wrap label select {
    width: 95px; } }
@keyframes horizontal {
  0% {
    transform: translateX(3px); }
  100% {
    transform: translateX(0px); } }
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0px); } }
@keyframes vertical {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px); } }
h1 {
  font-size: 1em; }

ul {
  padding: 0;
  margin: 0; }

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

p.title {
  text-align: center;
  color: #FFF;
  font-size: 1.5em;
  letter-spacing: .3em;
  font-weight: 700;
  border-radius: 3em;
  padding: 15px 0;
  border: 3px solid #38290f;
  max-width: 500px;
  margin: 0 auto;
  text-shadow: #38290f 3px 0px,  #38290f -3px 0px, #38290f 0px -3px, #38290f 0px 3px, #38290f 3px 3px , #38290f -3px 3px, #38290f 3px -3px, #38290f -3px -3px, #38290f 2px 3px,  #38290f -2px 3px, #38290f 2px -3px, #38290f -2px -3px, #38290f 3px 2px,  #38290f -3px 2px, #38290f 3px -2px, #38290f -3px -2px, #38290f 1px 3px,  #38290f -1px 3px, #38290f 1px -3px, #38290f -1px -3px, #38290f 3px 1px,  #38290f -3px 1px, #38290f 3px -1px, #38290f -3px -1px, #38290f 1px 2px,  #38290f -1px 2px, #38290f 1px -2px, #38290f -1px -2px, #38290f 2px 1px,  #38290f -2px 1px, #38290f 2px -1px, #38290f -2px -1px; }
  @media (max-width: 767px) {
    p.title {
      padding: 10px 0; } }

.t-story {
  background-image: url(../img/bg-lightblue.gif); }

.t-game {
  background-image: url(../img/bg-pink.gif); }

.t-hint {
  background-image: url(../img/bg-orange.gif); }

p.txt {
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.1em; }

span {
  display: inline-block; }

br.none {
  display: block; }
  @media (max-width: 767px) {
    br.none {
      display: none; } }

.movie-box {
  max-width: 80%;
  margin: 0 auto; }

.badge-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .badge-box > div {
    padding: 0 5px;
    line-height: 0; }
  .badge-box .apple a {
    width: 110px;
    height: 40px; }
  .badge-box .apple.en a {
    width: 120px;
  	}
    @media (max-width: 420px) {
      .badge-box .apple a {
        width: 82px;
        height: 30px; }
      .badge-box .apple.en a{
      	width: 87px;
      	} }
  .badge-box .googleplay img {
    width: 135px;
    height: 40px; }
    @media (max-width: 420px) {
      .badge-box .googleplay img {
        width: 100px;
        height: 30px; } }
  .badge-box .amazon img {
    width: 117px;
    height: 40px; }
    @media (max-width: 420px) {
      .badge-box .amazon img {
        width: 84px;
        height: 30px; } }

#head-badge,
#news,
#bnr_switch,
#bnr_social{
	background-position: center center;
	text-align: center;
	color: #FFF;	
	}

#head-badge {
  background: url(../img/bg-orange.gif);
  }
#news {
  background: url(../img/bg-pink.gif);
  }
#bnr_switch {
  background: url(../img/bg-blue.png);
  }
#bnr_social {
  background: url(../img/bg-navy.png);
  }

.tokuten-site {
  background-image: url(../img/bg-ptn-yellow.png);
  background-position: center center;
  margin: 0 auto;
  border-radius: 10px;
  border: 3px solid #38290f;
  display: inline-block; }
  .tokuten-site a {
    display: block;
    padding: 15px; }
    .tokuten-site a:hover {
      color: yellow; }
  .tokuten-site .news-bnr-box {
    display: flex;
    justify-content: center;
    align-items: center; }
    .tokuten-site .news-bnr-box .cam-img img {
      width: 100px;
      padding-right: 15px; }
  .tokuten-site p {
    line-height: 1.8em;
    margin-bottom: 0;
    text-shadow: #38290f 3px 0px,  #38290f -3px 0px, #38290f 0px -3px, #38290f 0px 3px, #38290f 3px 3px , #38290f -3px 3px, #38290f 3px -3px, #38290f -3px -3px, #38290f 2px 3px,  #38290f -2px 3px, #38290f 2px -3px, #38290f -2px -3px, #38290f 3px 2px,  #38290f -3px 2px, #38290f 3px -2px, #38290f -3px -2px, #38290f 1px 3px,  #38290f -1px 3px, #38290f 1px -3px, #38290f -1px -3px, #38290f 3px 1px,  #38290f -3px 1px, #38290f 3px -1px, #38290f -3px -1px, #38290f 1px 2px,  #38290f -1px 2px, #38290f 1px -2px, #38290f -1px -2px, #38290f 2px 1px,  #38290f -2px 1px, #38290f 2px -1px, #38290f -2px -1px; }
  .tokuten-site .cam-txt {
    text-align: left;
    font-size: .9em; }

.news-title,
.lead-sentence {
  font-size: 1.2em;
  letter-spacing: .2em;
  text-shadow: #38290f 2px 0px,  #38290f -2px 0px, #38290f 0px -2px, #38290f 0px 2px, #38290f 2px 2px , #38290f -2px 2px, #38290f 2px -2px, #38290f -2px -2px, #38290f 1px 2px,  #38290f -1px 2px, #38290f 1px -2px, #38290f -1px -2px, #38290f 2px 1px,  #38290f -2px 1px, #38290f 2px -1px, #38290f -2px -1px; }

.lead-sentence-bottom{
	margin-top: 1rem;
	}

.newsTxtBox {
  padding: 15px;
  border-radius: 10px;
  display: table;
  margin: 0 auto;
  text-align: left;
  max-width: 750px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HiraginoUDSansRStdN-W3", "FP-ヒラギノUD丸ゴ StdN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; }

.newsTxtBox li {
  display: table;
  margin-bottom: 5px; }

.newsTxtBox li:last-child {
  display: table;
  margin-bottom: 0; }

.newsTxtBox li a{
  text-decoration: underline;
  }

.newsTxtBox li a,
.newsTxtBox li span.newsTitle {
  font-size: .8em;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  line-height: 1.6em; }
  .newsTxtBox li a:hover {
    color: #e1e1e1; }

.newsDate {
  display: table-cell;
  vertical-align: middle;
  font-size: .6em;
  padding-right: 15px;
  letter-spacing: 0.1em;
  line-height: 1em;
  white-space: nowrap; }

#intro {
  background: url(../img/space.png) #000;
  background-position: center top;
  color: #FFF;
  text-align: center;
  position: relative; }
  #intro:after {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    background-image: url(../img/bg-starsbottom.png);
    background-repeat: repeat-x;
    height: 120px;
    width: 100%;
    z-index: 1; }
    @media (max-width: 767px) {
      #intro:after {
        background-size: 51px;
        height: 60px; } }
  #intro .movie-box {
    position: relative;
    z-index: 2; }
  #intro .ani-ufo img {
    width: 52px; }
  #intro .ani-image {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 350px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      #intro .ani-image {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center; } }

#intro2 {
  background: url(../img/bg-air.png) #00ceff;
  background-repeat: repeat-x;
  background-position: center top;
  color: #FFF;
  text-align: center;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    #intro2 {
      background-size: 51px; } }
  #intro2 .bg-earth {
    position: relative;
    background: url(../img/bg-earth.png);
    background-repeat: no-repeat;
    background-position: center top; }
    @media (max-width: 767px) {
      #intro2 .bg-earth {
        background-size: 892px; } }
    #intro2 .bg-earth .backcloud {
      position: absolute;
      bottom: -250px;
      background: url(../img/img-backcloud.png);
      background-repeat: repeat-x;
      background-position-x: center;
      height: 550px;
      width: 100%;
      z-index: 1; }
      @media (max-width: 767px) {
        #intro2 .bg-earth .backcloud {
          bottom: -100px;
          height: 375px;
          background-size: auto 275px; } }
    #intro2 .bg-earth .frontcloud {
      position: absolute;
      bottom: -385px;
      background: url(../img/img-frontcloud.png);
      background-position-x: center;
      background-repeat: repeat-x;
      /*background-color: #00ceff;*/
      height: 563px;
      width: 100%;
      z-index: 3; }
      @media (max-width: 767px) {
        #intro2 .bg-earth .frontcloud {
          bottom: -180px;
          height: 380px;
          background-size: auto 280px; } }
  #intro2 .ufo-cloud {
    position: relative;
    overflow-x: hidden;
    height: 612px;
    z-index: 100; }
    @media (max-width: 767px) {
      #intro2 .ufo-cloud {
        height: 400px; } }
    #intro2 .ufo-cloud .ufo-anime {
      position: absolute;
      top: 4rem;
      right: -60px;
      width: 52px; }
      #intro2 .ufo-cloud .ufo-anime img {
        width: 52px; }
    #intro2 .ufo-cloud .ufo-anime-move {
      -webkit-animation: ufo_h 20s linear 0s infinite, ufo_v 20s ease 0s infinite;
      animation: ufo_h 20s linear 0s infinite, ufo_v 20s ease 0s infinite;
      will-change: transform; }
      @media (max-width: 767px) {
        #intro2 .ufo-cloud .ufo-anime-move {
          -webkit-animation: ufo_h 10s linear 0s infinite, ufo_v 10s ease 0s infinite;
          animation: ufo_h 10s linear 0s infinite, ufo_v 10s ease 0s infinite; } }

@media (min-height: 1800px) {
  #intro2 .bg-earth .frontcloud {
    height: 650px; } }
@keyframes ufo_h {
  0% {
    right: -60px; }
  50% {
    right: 110%; }
  100% {
    right: 120%; } }
@-webkit-keyframes ufo_h {
  0% {
    right: -60px; }
  50% {
    right: 110%; }
  100% {
    right: 120%; } }
@keyframes ufo_v {
  0% {
    top: 14rem; }
  10% {
    top: 14rem; }
  20% {
    top: 16rem; }
  30% {
    top: 12rem; }
  40% {
    top: 13rem; }
  50% {
    top: 15rem; }
  60% {
    top: 12rem; }
  70% {
    top: 14rem; }
  80% {
    top: 15rem; }
  90% {
    top: 13rem; }
  100% {
    top: 14rem; } }
@-webkit-keyframes ufo_v {
  0% {
    top: 14rem; }
  10% {
    top: 14rem; }
  20% {
    top: 16rem; }
  30% {
    top: 12rem; }
  40% {
    top: 13rem; }
  50% {
    top: 15rem; }
  60% {
    top: 12rem; }
  70% {
    top: 14rem; }
  80% {
    top: 15rem; }
  90% {
    top: 13rem; }
  100% {
    top: 14rem; } }
#intro3 {
  background: url(../img/gif/Farmcloud.gif) #00ceff;
  background-repeat: repeat-x;
  background-position-y: 100%;
  position: relative;
  z-index: 2;
  margin-top: 150px;
  padding-top: 250px;
  color: #000; }
  @media (max-width: 767px) {
    #intro3 {
      margin-top: 50px;
      padding-top: 170px; } }
  #intro3 .ground {
    background: url(../img/ground.gif);
    background-repeat: repeat-x;
    background-position-y: 100%;
    padding-bottom: 10px; }
  #intro3 .farmers {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

#hint {
  background: url(../img/bg-lightblue.gif);
  background-position: center center; }
  #hint .hint-box > .row {
    max-width: 800px;
    padding: 25px 15px 0;
    border: 4px solid #38290f;
    box-sizing: border-box;
    background-color: #fbdb5a;
    box-shadow: 2px 2px 0px #FFF,-2px 2px 0 #FFF,2px -2px 0 #FFF,-2px -2px 0 #FFF;
    border-radius: 10px;
    margin: 0 auto;
    font-size: .9em; }
    @media (max-width: 767px) {
      #hint .hint-box > .row {
        font-size: .8em;
        letter-spacing: .1em; } }
    #hint .hint-box > .row > div {
      padding-bottom: 25px;
      position: relative;
      line-height: 1.4em;
      text-align: left; }
      #hint .hint-box > .row > div .cheer {
        position: absolute;
        bottom: 72px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 132px !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          #hint .hint-box > .row > div .cheer {
            bottom: 60px; } }
        @media (max-width: 767px) {
          #hint .hint-box > .row > div .cheer {
            bottom: 40px; } }
      #hint .hint-box > .row > div img {
        width: 100%;
        padding-bottom: 5px; }
      #hint .hint-box > .row > div a:hover {
        opacity: .8; }
  #hint .hint-chara {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 200px;
    margin: 0 auto; }
    #hint .hint-chara .shonen {
      width: 96px;
      height: 116px;
      background-image: url(../img/shonen.png);
      background-position: center bottom; }
      #hint .hint-chara .shonen.hover {
        background-position: center top; }
    #hint .hint-chara .ufo img {
      width: 68px; }

.countries-text {
  font-size: 14px;
  text-align: left;
  line-height: 1.6em; }

#room-1 {
  background: url(../img/bg-footer.gif) #ebd4ac;
  background-position: center center;
  background-repeat: repeat-y; }
  #room-1 .footer-logo {
    max-width: 187px;
    margin: 0 auto; }
  #room-1 .app-icon {
    max-width: 100px;
    margin: 0 auto; }
  #room-1 .app-info {
    display: inline-block;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: .05em; }
  #room-1 .countries {
    font-size: 14px;
    line-height: 1em; }
    #room-1 .countries a {
      text-decoration: underline; }
      #room-1 .countries a:hover {
        text-decoration: none;
        color: #666; }
  #room-1 .twitter-link a {
    display: inline-block;
    background-color: #FFF;
    color: #00aced;
    border-radius: 10px;
    text-align: center;
    padding: 0;
    font-size: 13px; }
    #room-1 .twitter-link a:hover p {
      opacity: .6; }
    #room-1 .twitter-link a i {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      font-size: 1.8em;
      vertical-align: middle;
      color: #FFF;
      background-color: #00aced;
      padding: 15px; }
    #room-1 .twitter-link a p {
      display: inline;
      padding: 0 15px; }
  #room-1 .line-link a {
    display: inline-block;
    background-color: #5ae628;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    padding: 10px 36px;
    font-size: 13px; }
    #room-1 .line-link a:hover p {
      opacity: .6; }
    #room-1 .line-link a p {
      display: inline; }
  #room-1 .official-link a {
    display: inline-block;
    background-color: #60cfd7;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    padding: 10px 50px;
    font-size: 13px; }
    #room-1 .official-link a:hover p {
      opacity: .6; }
    #room-1 .official-link a p {
      display: inline; }

#room-2 {
  background: url(../img/bg-footer-room.gif) #ebd4ac;
  background-position: center center;
  background-repeat: repeat-y;
  height: 263px; }
  #room-2 .footer-logo {
    max-width: 187px;
    margin: 0 auto; }
  #room-2 .totop-ufo {
    padding-left: 100px;
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
    animation: horizontal 1s ease-in-out infinite alternate; }
    #room-2 .totop-ufo img {
      -webkit-animation: vertical 1s ease-in-out infinite alternate;
      animation: vertical 1s ease-in-out infinite alternate;
      -webkit-animation-duration: 1.1s;
      animation-duration: 1.1s;
      width: 52px; }

footer {
  background: #000;
  color: #FFF;
  text-align: center; }
  footer .footer-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 13px; }
    @media (max-width: 767px) {
      footer .footer-links {
        flex-direction: column;
        align-items: center; } }
    footer .footer-links a {
      display: inline-block;
      margin: 10px; }
      footer .footer-links a:hover {
        text-decoration: underline;
        color: #ccc; }
  footer .c-logos .inutamago {
    width: 121px; }
  footer .c-logos .halegg {
    width: 62px; }
  footer .c-logos img {
    margin: 10px 5px; }
  footer .copy {
    font-size: 11px;
    color: #FFF;
    text-align: center; }
  footer .copy-sup {
    font-size: 10px;
    line-height: 1.6em;
    color: #FFF;
    text-align: center; }
    @media (max-width: 767px) {
      footer .copy-sup {
        text-align: left; } }

.modal-box {
  position: relative;
  border: 4px solid #38290f;
  background-color: #fbdb5a;
  box-shadow: 2px 2px 0px #FFF,-2px 2px 0 #FFF,2px -2px 0 #FFF,-2px -2px 0 #FFF;
  border-radius: 10px; }

.modal-title {
  display: block;
  background-color: #dc5300;
  color: #FFF;
  padding: 15px;
  font-size: .95em;
  border-top-right-radius: 5px; }
  @media (max-width: 767px) {
    .modal-title {
      font-size: 1em; } }

.text-narrow {
  letter-spacing: 0; }

.modal-movie {
  background: url(../img/bg-wave.png) #ffae00;
  background-repeat: repeat-x;
  background-position-y: 0%;
  padding: 20px; }

.modal-text {
  text-align: left;
  padding: 20px;
  font-size: .9em;
  line-height: 1.8em;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HiraginoUDSansRStdN-W3", "FP-ヒラギノUD丸ゴ StdN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; }
  .modal-text b {
    font-weight: bold;
    font-size: 1em; }
  .modal-text a {
    margin-top: 15px;
    display: block;
    background-color: #60cfd7;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    font-weight: 800;
    color: #FFF;
    text-decoration: underline; }
    .modal-text a:hover {
      background-color: #FFF;
      color: #60cfd7; }
  .modal-text a.intxt-link {
    display: inline;
    background: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #333; }
  .modal-text span.notes {
    display: block;
    color: #dc5300;
    font-size: .9em;
    line-height: 1.5em; }

/*20201126追加*/
.bnr_sanpo{
	margin: 3rem 0 0 0;
	}
.bnr_sanpo p{
    margin: 0 0 .3rem 0;
    font-family: FOT-Popハッピネス Std EB;
    font-size: 16px;
    line-height: 2.3rem;
    letter-spacing: .1rem;
    color: #663200;
	}
.bnr_sanpo p span{
	font-size: 12px;
    display: inline-block;
    margin-bottom: .1rem;
    background: #663200;
    color: #dec79f;
    padding: 0 .8rem;
    border-radius: 50px;
	}
.bnr_sanpo img{
	display: inline-block;
	border: 2px solid #663200;
	border-radius: 10px;
	}
		
/*20210329追加*/
#bnr_social .block-social{
	max-width: 750px;
	text-align: left;
	margin: 2rem auto 2rem;
	}
	@media (min-width: 768px) {
		#bnr_social .block-social{
			display: flex;
			justify-content: space-between;
			}
		}
.block-twitter,
.block-line{
	align-self: stretch;
	border-radius: 15px;
	}
.block-twitter h3,
.block-line h3{
	margin: 0;
	box-sizing: border-box;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	}
	@media (min-width: 768px) {
		.block-twitter h3,
		.block-line h3{
			height: 110px;
			}
		}
.main_block{
	box-sizing: border-box;
	padding: 0 2rem 2rem 2rem;
	color: #002231;
	}
.block-twitter{
	max-width: 400px;
	box-sizing: border-box;
	background-color: #ebf7ff;
	box-shadow: 0 0 0 3px #1d9bf0, 0 0 0 6px #fff;
	}
	@media (max-width: 767px) {
		.block-twitter{
			max-width: 300px;
			margin: 0 auto 3rem;
			}
		}
.block-twitter h3{
	background: #1d9bf0;
	padding: 1.5rem 2rem;
	}
	@media (max-width: 767px) {
		.block-twitter h3{
			    padding: 1.5rem 1rem 1.5rem
			}
		}
.block-twitter h3 dl{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	}
.block-twitter h3 dt{
	width: 85px;
	margin-right: .8rem;
	}
	@media (max-width: 767px) {
		.block-twitter h3 dt{
			width: 70px;
			}
		}
.block-twitter h3 dd{
	font-size: 4rem;
	line-height: 3.2rem;
    margin-top: -1.5rem;
    letter-spacing: .5rem;
	}
	@media (max-width: 767px) {
		.block-twitter h3 dd{
			font-size: 3.2rem;
    		letter-spacing: .25rem;
			}
		}
.block-twitter h3 dd div{
	font-size: 1.5rem;
	letter-spacing: .2rem;
	}
	@media (max-width: 767px) {
		.block-twitter h3 dd div{
			font-size: 1.2rem;
			letter-spacing: .1rem;
			}
		}
.block-twitter .main_block{
	background-image: url(../img/bg-wave-twitter.png);
	background-position: top;
	background-repeat: repeat-x;
	}
.block-twitter .main_img{
	margin: -1rem 0 0 -1.2rem;;
	width: 383px;
	max-width: 383px;
	}
	@media (max-width: 767px) {
		.block-twitter .main_img{
		    margin: -1rem 0 0 -1.2rem;
		    width: 285px;
		    max-width: 285px;
		    }
		}
.block-twitter .main_block p{
	font-size: 1.5rem;
	letter-spacing: .2rem;
	text-align: center;
	margin: -.5rem 0 0 0;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	}
	@media (max-width: 767px) {
		.block-twitter .main_block p{
			font-size: 1.3rem;
			margin: .5rem 0 .5rem 0;
			}
		}
.block-twitter a{
	font-family: "FOT-ニューロダン Pro B";
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #1d9bf0;
    border-radius: 10px;
    color: #1d9bf0;
    font-size: 1.5rem;
    padding: .3rem 0;
    letter-spacing: .2rem;
    transition: .3s;
	}
	@media (max-width: 767px) {
		.block-twitter a{
			padding: 1rem 0;
			}
		}
.block-twitter a:hover{
	opacity: 0.8;
	}
/*.block-twitter a:hover{
	background: #1d9bf0;
	color: #fff;*/
	}
.block-twitter a img{
	vertical-align: sub;
	}
.block-line{
	max-width: 290px;
	box-sizing: border-box;
	background-color: #edfcf4;
	border-solid: #fff;
	box-shadow: 0 0 0 3px #00b84f, 0 0 0 6px #fff;
	}
	@media (max-width: 767px) {
		.block-line{
			max-width: 300px;
			margin: 0 auto;
			}
		}
.block-line h3{
	background: #00b84f;
	font-size: 2.7rem;
	padding: 1.8rem 2rem;
	}
	@media (max-width: 767px) {
		.block-line h3{
			font-size: 2.3rem;
			padding: 1.5rem 2rem;
			}
		}
.block-line h3 div{
    font-size: 3.5rem;
    margin-bottom: .8rem;
    letter-spacing: .3rem;
	}
	@media (max-width: 767px) {
		.block-line h3 div{
			font-size: 3.2rem;
    		margin-bottom: .5rem;
    		letter-spacing: .5rem;
			}
		}
.block-line .main_block{
	padding-top: 1.5rem;
	background-image: url(../img/bg-wave-line.png);
	background-position: top;
	background-repeat: repeat-x;
	}
.block-line .sticker-name{
	position: relative;
	}
.block-line .sticker-name p{
	font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: .8rem;
    letter-spacing: 0;
    color: #5e4542;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	}
.block-line .sticker-name p span{
	font-size: 1.2rem;
	display: inline-block;
	}
.block-line .sticker-name img{
	position: absolute;
	top: -65px;
	right: 0;
	width: 129px;
	}
.block-line a.link_store{
	background: #00b84f;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
	padding: .5rem;
	display: block;
	text-align: center;
	margin: 1rem 0 .5rem;
	transition: .3s;
	}
	@media (max-width: 767px) {
		.block-line .sticker-name img{
			top: -55px;
			}
		.block-line a.link_store{
			padding: 1.5rem;
			font-size: 1.8rem;
			}
		.sp_none{
			display: none;
			}
		}
.block-line a.link_store:hover{
	 opacity: 0.8;
	}
.top_line_vol1_block{
	position: relative;
	}
.img_top_ufo{
	position: absolute;
    top: 0;
    right: -13px;
	}
.block-line a.link_store img{
	margin-top: -5px;
	width: 11px;
    height: 12px;
	}
.block-line a.link_store_vol1 img{
	width: 283px;
	max-width: 283px;
	margin-left: -1.5rem;
	}
.block-line a.link_store_vol1{
	transition: .3s;
	}
.block-line a.link_store_vol1:hover{
	opacity: 0.8;
	}


/* モーダルCSS */
.bnr_sticker {
  position: fixed;
  width: 245px;
  height: 156px;
  bottom: 5%;
  right: 5%;
  z-index: 10;
}
	@media (max-width: 767px) {
		.bnr_sticker {
			width: 50%;
			height: auto;
			}
		}
.sticker_block{
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(-4px 4px 0px rgba(0,0,0,0.3));
	}
.bnr_sticker a{
	transition: .3s;
	}
.bnr_sticker a:hover{
	opacity: 0.8;
	}
#close_sticker_block.closebtn {
	position: absolute;
	top: -1.8rem;
	right: -1.0rem;
	cursor: pointer;
	}
#close_sticker_block.closebtn img{
	max-width: 31px;
	}