@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;
  border-radius: 8px;
  color: inherit;
  padding: 5px 10px 1px; }

/**
 * 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; } }

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

body {
  background-color: #cc6a00;
  width: 100%;
  margin: 0;
  min-height: 100%;
  /*font-family: "FOT-あおかね Std EB";*/
   font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HiraginoUDSansRStdN-W3", "FP-ヒラギノUD丸ゴ StdN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Futura Koyu", "sans-serif";
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.6em;
  color: #333;
  -webkit-text-size-adjust: 100%; }
  @media (min-width: 768px) {
    body {
      font-size: 2rem; } }

.headImage {
	background: #ffca2c;
	text-align: center;
	position: relative;
	}
.headImage .logo {
	position: absolute;
	left: 0%;
	top: 8%;
	width: 50%;
	/*height: 30%;*/
	animation: 2.5s Roll ease-in-out infinite alternate;
	}
.headImage .logo img{
	animation: FloatHorizonatal 7.0s ease-in-out infinite alternate;
	}
	@keyframes Roll{
		0%{ transform: rotateZ(3deg);  }
		50%{ transform: rotateZ(-3deg); }
		100%{ transform: rotateZ(3deg); }
		}
	@keyframes FloatHorizonatal{
		/*0%{ transform: translate3d(0,0.5vw,0);  }
		50%{ transform: translate3d(0,-0.5vw,0); }
		100%{ transform: translate3d(0,0.5vw,0,0); }*/
		}
.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; } }
.font_h{
	font-family: "FOT-Popハッピネス Std EB", "Futura Koyu", sans-serif;
	color: #894d06;
}
/*.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: 135px;
    height: 40px; }
    @media (max-width: 420px) {
      .badge-box .apple a {
        width: 100px;
        height: 30px; } }
  .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 {
  background: url(../img/bg-orange.gif);
  background-position: center center; }

.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 {
  font-size: 1.2em;
  letter-spacing: .2em;
  text-shadow: #894d06 2px 0px,  #894d06 -2px 0px, #894d06 0px -2px, #894d06 0px 2px, #894d06 2px 2px , #894d06 -2px 2px, #894d06 2px -2px, #894d06 -2px -2px, #894d06 1px 2px,  #894d06 -1px 2px, #894d06 1px -2px, #894d06 -1px -2px, #894d06 2px 1px,  #894d06 -2px 1px, #894d06 2px -1px, #894d06 -2px -1px;
  display: inline-block;
  border-radius: 25px;
  background: #ab840d;
  color: #f2efc2;
  padding: 5px 95px;
  font-family: "FOT-Popハッピネス Std EB", "Futura Koyu", sans-serif;
  margin-bottom: 18px;
  }

.newsTxtBox {
  padding: 40px 55px;
  border-radius: 25px;
  display: table;
  margin: 0 auto;
  text-align: left;
  width: 750px;
  background: #3d8b8c;
  border: 5px solid #7f6602;
  color: #edf77b;
  }

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

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

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

.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: inline-block;
	vertical-align: middle;
	font-size: .6em;
	padding-right: 15px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	white-space: nowrap;
	background: #e6910b;
	border-radius: 16px;
	padding: 0px 17px;
	margin-right: 12px;
  }

#intro {
  text-align: center;
  position: relative;
  }
  #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;
      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; } }

#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 {
  text-align: center; }
  footer .footer-links {
  	background: #215673;
    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: 16px;
    padding: 1.5em;
    font-family: "FOT-Popハッピネス Std EB", "Futura Koyu", sans-serif;
    }
    @media (max-width: 767px) {
      footer .footer-links {
        flex-direction: column;
        align-items: center; } }
    footer .footer-links a {
      display: inline-block;
      margin: 8px 30px 5px;
      color: #f2af11; }
      footer .footer-links a:hover {
        text-decoration: underline;
        color: #ccc; }
  footer .footer_bottom{
  	background: #493a28;
  	}
  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: #894d06;
    text-align: center; }
  footer .copy-sup {
    font-size: 10px;
    line-height: 1.6em;
    color: #894d06;
    text-align: center; }
    @media (max-width: 767px) {
      footer .copy-sup {
        text-align: left; } }

.modal-box {
  position: relative;
  border: 5px solid #7f6602;
  background-color: #ffd746;
  box-shadow: 2px 2px 0px #FFF,-2px 2px 0 #FFF,2px -2px 0 #FFF,-2px -2px 0 #FFF;
  border-radius: 30px; }

.modal-title {
  display: block;
  background-color: #f69d10;
  color: #713c05;
  padding: 15px;
  font-size: .95em;
  border-radius: 15px;
  margin: 15px 15px 0;
  text-align: left;
  font-weight: bold; }
  @media (max-width: 767px) {
    .modal-title {
      font-size: 1em; } }

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

.modal-movie {
  background:  #ffd746;
  padding: 20px;}

.modal-movie img{
border-radius: 15px;
	}

.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;
	text-decoration: underline;
	color: #fff;
	background: #3d8b8c;
	padding: 1rem 2rem;
	border-radius: 10px;
	text-align: center;
   }
    .modal-text a:hover {
	text-decoration: none;
 }
  .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;
    margin-bottom: 1.2rem;
    }
#news_20191003 .modal-text a{
	padding: 0;
	background: none;
	}
#news_20191003 .modal-text a img{
	height: 83px;
	}
.modal-text a.link_inline{
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	color: #333;
	}
.wb_text{
	word-break: break-all;
	}

/*-----------------------------------------------------------------------

ここからwakameサイトのCSS

-----------------------------------------------------------------------*/

#twitter-widget-0 { width: 740px !important; }

@media (max-width: 767px) {
	.for_pc{
		display: none;
		}
	}
@media (min-width: 768px) {
	.for_sp{
		display: none;
		}
	}
#main_content{
	background: url(../img/bg_footer.png) bottom repeat-x;
	position: relative;
	}
#main_content .link_top_download{
	position: absolute;
	top: 45px;
	width: 100%;
	}
#main_content .link_top_download_inner{
	position: relative;
	}
#main_content .link_top_download_inner div{
	max-width: 1350px;
	margin: 0 auto;
	text-align: right;
	}
#content_base{
	max-width: 1200px;
	margin: 0 auto;
	}
#content_base section{
	border-top: 40px solid #894d06;
	text-align: center;
	}
#content_base section.bt-none{
	border-top:none;
	}
#content_base section.top_notice{
	border-top: none;
	background: #d9a511;
	}
#content_base section.top_notice .top_notice_inner{
	max-width: 1200px;
	padding: 5% 3% 3%;
	background: #ffc801;
	}
#content_base section.top_notice .top_notice_inner ul{
	width: 100%;
    padding: 1rem 2rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    background: #3d8b8c;
    border: 5px solid #7f6602;
    color: #edf77b;
	}
#content_base section.top_notice .top_notice_inner ul span{
	background: #e6910b;
    /*color: #ffffff;*/
	}
#content_base section.top_notice .top_notice_inner ul a{
    color: #edf77b;
	}
#content_base section.top_notice .top_notice_inner ul a:hover{
    /*text-decoration: none;*/
	}

.bg_foot{
	background-image: url(../img/bg_section_top.png);
	background-repeat: repeat-x;
	background-position: top;
	}
@media (max-width: 1200px) {
	#main_content .link_top_download_inner div{
		width: 100%;
		}
	}
@media (max-width: 767px) {
	.headImage .mainImage {
	    position: relative;
		}
	.top_badges{
		display: flex;
		justify-content: center;
		align-items: center;
		}
	.top_badges a{
		display: inline-block;
		margin: 0 5px;
		}
	/* ストア公開後*/
	.top_badges img{
		/*width: 95%;
		height: 55px;*/
		}
	/*ストア公開前
	.top_badges img{
		width: 50%;
		margin: 0 5px;
		}*/
	.newsTxtBox{
		padding: 5%;
		}
	#content_base section#news{
		padding: 1.2vh 1.2vw;
		}
	#content_base section#news .inner_news{
		background-size: 3% auto, 20% auto, 3% auto;
		padding: 6% 0% 16%;
		}
	.news-title{
		padding: 5px 30px;
		margin-bottom: 2.2vh;
		}
	}
#content_base section h2{
	display: inline-block;
	margin: 0 0 40px;
	position: relative;
	z-index: auto;
	}
#content_base section#intro h2::after{
	content: '';
	display: block;
	width: 111px;
	height: 102px;
	position: absolute;
	bottom: -5px;
	right: -130px;
	background-image: url(../img/intro_right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	}
#content_base section#intro h2::before{
	content: '';
	display: block;
	width: 111px;
	height: 102px;
	position: absolute;
	bottom: -5px;
	left: -130px;
	background-image: url(../img/intro_left.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	}
#content_base section.headImage,
#content_base section#top_logo{
	border-top: 0;
	}
#content_base section#top_logo{
	background-color: #493a28;
	padding: 10px 30px;
	text-align: left;
	}
#content_base section#top_logo img{
	height: 36px;
	width: auto;
	}
#content_base section#movie{
	background-color: #cb820e;
	padding: 5% 10%;
	background-image: url(../img/movie_pattern.png);
	background-size: cover;
	}
#content_base section#news{
	padding: 1vw;
	background-color: #d9a511;
	}
#content_base section#news .inner_news{
	background-image:
		url(../img/news_bg_top.png),
		url(../img/news_bg_bottom.png),
		url(../img/news_bg_bottom_bg.png);
	background-repeat:
		repeat-x,
		no-repeat,
		repeat-x;
	background-position:
		top,
		bottom left,
		bottom;
	padding: 3%;
	}
#content_base section#intro{
	background-color: #ffc801;
	padding: 8% 2% 3%;
	}
@media (min-width: 768px) {
#content_base section#intro ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		}
	#content_base section#play,
	#content_base section#character{
		padding: 8% 3% 3%;
		}
	}
#content_base section#intro ul li{
	padding: 10px 0;
	}
#content_base section#intro ul li:nth-child(2) img{
	margin-top: 12px;
	}
#content_base section#play{
	background-color: #e6cb43;
	}
#content_base section#download{
	padding: 8% 3% 3%;
	background-color: #ffe86a;
	background-image: url(../img/bg_section_top.png),url(../img/bg_download.png);
	background-repeat: repeat-x,no-repeat;
	background-size: auto,cover;
	background-position: top,top;
	position: relative;
	}
#download .badges{
	width: 70%;
	text-align: center;
	margin: 20px auto 0;
	padding: 5%;
	background-color: #f49d14;
	box-sizing: border-box;
	border-radius: 40px;
	}
#download .apps_attention{
	display: inline-block;
	margin: 20px 0 0 0;
	font-size: .6em;
	line-height: 1.8em;
	text-align: left;
	}
#download .apple,
#download .googleplay{
    width: auto;
    height: 83px;
    display: inline-block;
    margin: 0 10px;
}
#download .apple img,
#download .googleplay img{
	max-height: 100%;
	}
.download_logo{
	margin: 2% 0;
	}
.apps_outline{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	}
.apps_outline div{
	margin-right: auto;
	text-align: left;
	}
.apps_outline table{
	}
.twitter-link a,
#other_apps a,
.link_top_download a,
#page-top a{
	display: inline-block;
	}
	.twitter-link a:hover,
	#other_apps a:hover,
	.badges a:hover,
	.link_top_download a:hover,
	#page-top a:hover{
		}
		@keyframes hurueru {
		    0% {transform: translate(0px, 0px) rotateZ(0deg)}
		    25% {transform: translate(2px, 2px) rotateZ(1deg)}
		    50% {transform: translate(0px, 2px) rotateZ(0deg)}
		    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
		    100% {transform: translate(0px, 0px) rotateZ(0deg)}
		}

@media (min-width: 768px) {
	.apps_outline{
		width: 53%;
		}
	#content_base section#news_twitter div{
		width: 50%;
		}
	#download .badges{
		/*display: flex;
		align-items: center;*/
		}
	}
.apps_outline table{
	text-align: left;
	font-size: .85em;
	line-height: 1.7em;
	}
.apps_outline table tr th,
.apps_outline table tr td{
	padding-bottom: 10px;
	font-weight: bold;
	}
.apps_outline table tr th{
	text-align: center;
	white-space: nowrap;
	font-size: .65em;
	padding-right: 10px;
	}
.apps_outline table tr th span{
	display: block;
	border-radius: 25px;
	background: #ab6900;
	color: #ffd006;
	padding: 0 10px;
	}
.apps_outline table tr td{
	color: #663200;
	}
.apps_outline img{
	max-width: 80%;
	}

@media (max-width: 767px) {
	.apps_outline div{
		width: 35vw;
		}
	.apps_outline table{
		width: 60vw;
		font-size: .4em;
		margin-left: 10px;
		}
	.apps_outline table tr th{
		padding-right: 5px;
		padding-bottom: 5px;
		}
	.apps_outline table tr th span{
		padding: 0 5px;
		}
	#content_base section#movie{
		border-top: none;
		}
	#content_base section#news{
		padding: 2vw 1vw;
		}
	#content_base section#news .inner_news{
		padding: 4vw 1vw 16vw;
		background-size: 3vw auto,21vw auto,3vw auto;
		}
	}
.badges_kame{
	margin-top: -30px;
	}
#news_twitter .twitter-link img{
	width: 80%;
	}
#content_base section#character{
	background-color: #51937e;
	}
#content_base section#news_twitter{
	position: relative;
	background-image: url(../img/bg_section_top.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffc801;
	background-size: auto auto;
	}
	@media (min-width: 1800px) {
	#content_base section#news_twitter{
		background-size: auto auto;}
	}
#content_base section#news_twitter div{
	margin: 15px auto 0;
	}
#content_base section#other_apps{
	background: url(../img/bg-pink.gif);
	padding: 3%;
	}
#content_base section#other_apps h3{
	color: #fff;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: "FOT-Popハッピネス Std EB", "Futura Koyu", sans-serif;
	}
#content_base section#other_apps span{
	color: #b02a3c;
	display: inline-block;
	font-family: "FOT-Popハッピネス Std EB", "Futura Koyu", sans-serif;
	}
.footer_text{
	color: #8e734a;
	font-size: .6em;
	line-height: 1.8em;
	padding-bottom: 16px;
	}

/*キャラクター紹介*/
#character{
	position: relative;
	}
#character div#page {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
#character .character_profile .main_block{
	margin: 3% auto;
	}
#character .character_profile .main_block li{
	background-image: url(../img/character_bg_book.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	}
#character .character_profile .nav_block{
	padding: 3% 6%;
	background: #f2af11;
	border-radius: 40px;
	}
#character .character_profile .nav_block ul li{
	background-image: url(../img/bg_character.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	}
#character .character_profile .nav_block ul li:hover,
#character .character_profile .nav_block ul li.active{
	background-image: url(../img/bg_character_hover.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	}
#character .character_profile .profile_text{
	font-family: "FOT-Popハッピネス Std EB", "Futura Koyu", sans-serif;
	width: 70%;
	margin: 0 auto;
	}
#character .character_profile .profile_text p{
	display: block;
	border-bottom: 4px dotted #e0a312;
	margin-bottom: 1vh;
	font-size: 1.2em;
	color: #50402e;
	}
#character .character_profile .profile_text span,
#character .character_profile .nav_block .nav_block_text span{
	font-size: 1.5em;
	}
#character .character_profile .nav_block .nav_block_text{
	font-family: "FOT-Popハッピネス Std EB", "Futura Koyu", sans-serif;
	color: #765824;
	font-size: 1.2em;
	margin-top: 3vh;
	text-shadow: #f3d971 2px 0px, #f3d971 -2px 0px, #f3d971 0px -2px, #f3d971 0px 2px, #f3d971 2px 2px, #f3d971 -2px 2px, #f3d971 2px -2px, #f3d971 -2px -2px, #f3d971 1px 2px, #f3d971 -1px 2px, #f3d971 1px -2px, #f3d971 -1px -2px, #f3d971 2px 1px, #f3d971 -2px 1px, #f3d971 2px -1px, #f3d971 -2px -1px;
	}


/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    text-decoration: none;
    width: 100px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}
#news .container{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	}
#news .container .ribbon{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 245px;
	}

/*カメたち（アニメーション共通部分）*/
	/*#character01*/
	#character .character_profile .main_block li#character01 .character_img{
		background-size: 500%, 100%;
		animation-name: urashima;
		animation-duration: 1.3s;
		animation-timing-function: steps(4);
		animation-iteration-count: infinite;
		}
		@keyframes urashima {
			0% {
				background-position: left;
			}
			100% {
				background-position: right;
			}
		}
	#character .character_profile .main_block li#character01 .character_img{
		background-image: url('../img/character_01_main.png');
		}

	/*#character02*/
	#character .character_profile .main_block li#character02 .character_img{
		background-size: 500%, 100%;
		animation-name: kameme;
		animation-duration: 1.3s;
		animation-timing-function: steps(4);
		animation-iteration-count: infinite;
		}
		@keyframes kameme {
			from {
				background-position: left;
			}
			to {
				background-position: right;
			}
		}
	#character .character_profile .main_block li#character02 .character_img{
		background-image: url('../img/character_02_main.png');
		}

	/*#character03*/
	#character .character_profile .main_block li#character03 .character_img{
		background-size: 500%, 100%;
		animation-name: nyakame;
		animation-duration: 1.3s;
		animation-timing-function: steps(4);
		animation-iteration-count: infinite;
		}
		@keyframes nyakame {
			from {
				background-position: left;
			}
			to {
				background-position: right;
			}
		}
	#character .character_profile .main_block li#character03 .character_img{
		background-image: url('../img/character_03_main.png');
		}

	/*#character04*/
	#character .character_profile .main_block li#character04 .character_img{
		background-size: 500%, 100%;
		animation-name: blue;
		animation-duration: 1s;
		animation-timing-function: steps(4);
		animation-iteration-count: infinite;
		}
		@keyframes blue {
			from {
				background-position: left;
			}
			to {
				background-position: right;
			}
		}
	#character .character_profile .main_block li#character04 .character_img{
		background-image: url('../img/character_04_main.png');
		}

	/*#character05*/
	#character .character_profile .main_block li#character05 .character_img{
		background-size: 900%, 100%;
		animation-name: kamekoputa;
		animation-duration: 1.5s;
		animation-timing-function: steps(8);
		animation-iteration-count: infinite;
		}
		@keyframes kamekoputa {
			from {
				background-position: left;
			}
			to {
				background-position: right;
			}
		}
	#character .character_profile .main_block li#character05 .character_img{
		background-image: url('../img/character_05_main.png');
		}

	/*#character06*/
	#character .character_profile .main_block li#character06 .character_img{
		background-size: 400%, 100%;
		animation-name: kamenomotohitomaro;
		animation-duration: 1s;
		animation-timing-function: steps(3);
		animation-iteration-count: infinite;
		}
		@keyframes kamenomotohitomaro {
			from {
				background-position: left;
			}
			to {
				background-position: right;
			}
		}
	#character .character_profile .main_block li#character06 .character_img{
		background-image: url('../img/character_06_main.png');
		}
@media (min-width: 1025px) {
	#character .character_profile .main_block li .character_img{
		width: 40%;
		height: 489px;
		background-position: left;
		background-repeat:no-repeat;
		}
	#other_apps a:hover,
	.badges a:hover,
	.link_top_download a:hover,
	#page-top a:hover{
	animation: hurueru .1s  infinite;
	}
	}

@media screen and (min-width:768px) and ( max-width:1024px) {
		#main_content .link_top_download{
			right: 10px;
			}
		#main_content .link_top_download_inner div{
			width: auto;
			}
		#content_base section#news_twitter{

			}
		.apps_outline table{
			margin-left: 0;
			}
		#download .apple, #download .googleplay{
			height: 60px;
			}
		#main_content .link_top_download_inner div img{
			/*max-width: 40%;*/
			}
		#content_base section#news .inner_news{
			padding: 3% 5% 12%;
			}
		.badges_kame{

			}
		.badges_kame img{
			width: 60%;
			}
		#content_base section#intro h2::before{
		    left: -115px;
			}
		#content_base section#intro h2::after{
		    right: -120px;
			}
		.headImage .logo{
			left: 4%;
			top: 5%;
			width: 45%;
			}
		#news .container .ribbon{
			left: 55px;
			}
		footer .footer-links {
			display: flex;
			flex-wrap: wrap;
			}
		footer .footer-links a{
			display: inline-block;
			}
	#character .character_profile .main_block li .character_img{
		width: 70%;
		height: 489px;
		background-position: left;
		background-repeat:no-repeat;
		}
		}

@media screen and (min-width:850px) and ( max-width:1024px) {
	#character .character_profile .main_block{
		width: 85%;
		}
	}
@media (max-width: 849px) {
	#character .character_profile .main_block{
		width: 100%;
		}
	}

@media screen and (min-width:768px) and ( max-width:820px) {
	.apps_outline{
		width: 75%;
		}
	#character .character_profile .profile_text{
		width: 90%;
		}
	}

@media (min-width: 768px) {

	#character .character_profile .main_block li .fukidasi_img{
		width: 440px;
		}
	#character .character_profile .main_block li{
		display: flex;
		align-items: center;
		justify-content: center;
		}
	#character .character_profile .nav_block ul{
		display: flex;
		justify-content: space-between;
		}
	#content_base section#news_twitter{
		padding: 8% 3% 5%;
		}
	#content_base section#play{
		padding-bottom: 0;
		}
	}

@media (max-width: 767px) {
	#character .character_profile .main_block{
		width: 100%;
		}
	#character .character_profile .main_block li .character_main{
		width: 80%;
		display: inline-block;
		margin-bottom: 1vh;
		}
	#character .character_profile .main_block li{
		    background-position: center 20px;
		}
	.newsDate{
		padding: 0 5px;
		}
	.headImage .logo{
		z-index: 100;
		left: 2vh;
		top: 12vh;
		width: 35vh;
		}

	#character .character_profile .nav_block ul{
		display: flex;
		/*flex-wrap: wrap;*/
		padding: 0 1vh;
		}
	#character .character_profile .nav_block ul li{
		width: 33.3%;
		box-sizing: border-box;
		}

	#character .character_profile .main_block li .character_img{
		width: 80%;
		height: 295px;
		background-position: left;
		background-repeat:no-repeat;
		margin: 0 auto;
		}

	#character .character_profile .main_block li .character_fukidasi{
		margin-bottom: 2vh;
		width: 80%;
		}
	#download .badges{
		width: 92%;
		padding: 8% 7%;
		}
	.badges_kame{
	    width: 80%;
	    margin: -15px auto 0 auto;
		}
	.download_logo{
		padding: 1.2vh 0 0.9vh;
		}
	#download .apple{
		margin-bottom: 20px;
		}
	#download .apple,
	#download .googleplay{
		height: auto;
		}
	.apps_outline img{
		width: 100%;
		max-width: 100%;
		}
	#content_base section#news_twitter{
		position: relative;
		background-image: url(../img/bg_section_top.png);
		background-position: top;
		background-repeat: repeat-x;
		background-color: #ffc801;
	    background-size: 8vh;
	    padding: 15% 3% 5%;
	    width: 100%;
		}
	#content_base section h2{
		margin: 0 0 3vh;
		}
	#content_base section#download{
		background-size: 8vh,cover;
		}
	#news_twitter .twitter-link img{
		width: 100%;
		}
	#content_base section#other_apps{
		padding: 2vh 1vh 2.5vh;
		}
	.sp_logo{
		position: absolute;
		z-index: 1;
		top: 28vh;
		left: 0;
		padding: 17px;
		}
	.sp_logo img{
		height: 5vh;
		width: auto;
		}
	footer .footer_bottom{
		padding: 0 3vh;
		}
	#main_content .link_top_download{
		display: none;
		}
	#page-top a{
		width: 60px;
		}
	#content_base section#other_apps h3{
		font-size: 15px;
		margin-bottom: 15px;
		letter-spacing: 1px;
		}
	#content_base section#other_apps span{
		margin-bottom: 5px;
		}
	#content_base section#other_apps img{
		width: 90%;
		margin: 0 auto;
		}
	#content_base section#intro ul li{
		padding: 0 7px;
		}
	#news .container{
		width: 95%;
		margin: 0 auto;
		}
	#news .container .ribbon{
		top: 2.1vh;
		left: 3vh;
		}
	#news .container .ribbon img{
		width: 60%;
		}
	.newsTxtBox{
		border: 3px solid #7f6602;
		width: 100%;
		box-sizing: border-box;
		}
	#content_base section#news_twitter div{
		width: 90%;
		}
	#download .apple img,
	#download .googleplay img{
		/*max-width: auto;
		height: 75px;*/
		}
	#download .apple img{
		width: 85%;
		}
	}
@media (max-width: 480px) {
	#content_base section#intro,
	#content_base section#play,
	#content_base section#character,
	#content_base section#download{
		padding: 8vh 3vh 3vh;
		}
	.bg_foot{
		background-size: 8vh;
		}
	#content_base section{
		border-top: 3vh solid #894d06;
		}
	#content_base section#intro h2::before{
		width: 60px;
		height: 60px;
		bottom: -25px;
		left: -0px;
		}
	#content_base section#intro h2::after{
		width: 60px;
		height: 60px;
		bottom: -25px;
		right: 0px;
		}
	#character .character_profile .profile_text{
		width: 100%;
		}
	#character .character_profile .profile_text p,
	#character .character_profile .nav_block .nav_block_text{
		font-size: 0.8em;
		letter-spacing: 0;
		}
	#character .character_profile .profile_text span{
		font-size: 1.5em;
		}
	#character .character_profile .nav_block{
		padding: 2vh 1vh;
		}
	#character .character_profile .nav_block .nav_block_text{
		margin-top: 2vh;
		}
	.apps_outline table{
		font-size: .6em;
		}
	#content_base section#news_twitter{
		/*padding: 7vh 10vh 32vh;*/
		}
	}

@media screen and (min-width:481px) and ( max-width:767px) {
	#content_base section#intro,
	#content_base section#play,
	#content_base section#character,
	#content_base section#download{
		padding: 20vh 11vh 15vh;
		}
	.bg_foot{
		background-size: 15vh;
		}
	#content_base section#download{
		background-size: 15vh,cover;
		}
	#content_base section#news_twitter{
		background-size: 80vh auto,15vh;
		}
	.headImage .logo{
		width: 100vh;
	    left: 5vh;
	    top: 40vh;
		}
	.sp_logo{
		top: 85vh;
		left: 5vh;
		}
	.sp_logo img{
		height: 10vh;
		}
	#news .container .ribbon{
		top: 1.9vh;
		left: 15vh;
		}
	#content_base section#news .inner_news{
		padding: 4vw 1vw 10vw;
		background-size: 2.5vw auto,15vw auto,2.5vw auto;
		}
	#content_base section h2{
		margin: 0 0 5vh;
		}
	#content_base section h2 img{
		max-width: 70%;
		}
	#content_base section#intro h2::before{
		width: 85px;
		height: 85px;
		bottom: -10px;
		left: -20px;
		}
	#content_base section#intro h2::after{
		width: 85px;
		height: 85px;
		bottom: -10px;
		right: -20px;
		}
	#content_base section#intro ul li img,
	#content_base section#play picture img{
		max-width: 70%;
		}
	#character .character_profile .main_block li{
		background-size: 90%;
		}
	#character .character_profile .main_block li .character_img,
	#character .character_profile .main_block li .character_fukidasi{
		width: 60%;
		}
	#character .character_profile .main_block li .character_img{
		height: 375px;
		}
	#character .character_profile .profile_text p{
		margin-bottom: 5vh;
		}
	#character .character_profile .profile_text{
		margin-top: 20px;
		width: 100%;
		}
	#character .character_profile .main_block{
		margin: 0 auto 3%;
		}
	.download_logo img{
		max-width: 70%;
		}
	.apps_outline{
		width: 80%;
		}
	.apps_outline div{
		width: 25vw;
		}
	.apps_outline table{
		width: 50vw;
		font-size: 0.8em;
		margin-left: 25px;
		}
	#download .badges{
		width: 80%;
		}
	#content_base section#news_twitter div{
		width: 70%;
		}
	#news_twitter .twitter-link img{
		width: 80%;
		}
	#content_base section#news_twitter{
		padding: 20vh 3vh 50vh 3vh;
		}
	#content_base section#other_apps{
		padding: 10vh 1vh 10vh;
		}
	#content_base section.btn_top_dl{
		padding: 3vh 10vh;
		}
	}

@media all and (-ms-high-contrast: none){
  #content_base section#intro ul,
  #download .badges{
    display: block; /* IE10以上 */
  	}
  #download .apple, #download .googleplay{
  	margin: 0 10px 20px;
  	}
  ::placeholder{
  	color: #b39679;
  	}
}

@media (max-width: 320px) {
	}

/*20220525追加*/
#page.notice ul.form_text{
	margin-bottom: 20px;
	}
#page.notice ul.form_text li::before{
	display: none;
	}
#page.notice ul.form_text li{
	list-style-type: disc;
	padding: 0;
	margin-left: 20px;
	}
#page.notice ul.form_text.f_normal li{
	font-weight: normal;
	}
