@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  font-family: YakuHanJP, 'Prompt', "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  font-size: 14px;
  text-align: center;
  color: #454e56;
  background-color: #f0f0f0;
  overflow-y: scroll;
}

html,
body,
h1,
h2,
h3,
div,
p,
img,
section,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #454e56;
  font-weight: normal;
}

ul {
  padding: 0;
  list-style-type: none;
}

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

section {
  margin: 0 auto 1rem auto;
  max-width: 767px;
  position: relative;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

input[type=button] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#top ul {}

#top li {
  margin: 0 auto 2rem auto;
  width: 90%;
  border-radius: 40px;
  text-align: center;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ececec 100%);
  box-shadow: 0px 2px 8px rgba(69, 78, 86, 0.75);
}

#top a {
  padding: 1rem;
  display: block;
  font-size: 17px;
}

#wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

#loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #242424;
  z-index: 1;
}

#loading-inner {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.logo {
  width: 100%;
}

.logo img {
  width: 100%;
}

.lopoly {
  position: absolute;
  bottom: -30px;
  left: -440px;
  z-index: -1;
}

.frame_outline,
.frame_single {
  margin: 0 auto;
  width: 728px;
  border-radius: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(69, 78, 86, 0.75);
}

.frame_single {
  padding: 20px;
}

.frame_single p {
  padding: 1rem;
  text-align: left;
  font-size: 17px;
  line-height: 1.5rem;
  display: table;
  margin: auto;
  word-wrap: break-word;
}

.frame_single .notice {
  display: block;
  text-align: right;
  color: #687682;
  font-size: 14px;
}

.frame_single video {
  border-radius: 10px;
}

.frame_inner {
  width: auto;
  margin: 0 auto;
  border-radius: 33px;
  padding: 20px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 10px rgba(69, 78, 86, 0.75);
}

#title,
#title_s {
  margin: 0 auto;
  max-width: 1280px;
  padding: 1.5rem 0 0.5rem 0;
  position: relative;
  display: block;
}

#title_s {
  width: 768px;
}

.language {
  position: absolute;
  top: 2%;
  right: 2%;
}

.menu-title {
  padding: 10px 0 20px 0;
  font-size: 30px;
}

.menu-title span {
  background: #5bb684;
  background: -webkit-linear-gradient(transparent 70%, #5bb684 70%);
  background: linear-gradient(transparent 70%, #5bb684 70%);
  padding: 0 10px;
}

.faq-title {
  padding: 10px 0 2px 0;
  font-size: 22px;
  border-bottom: solid 3px #5bb684;
  text-align: left;
  margin-bottom: 1rem;
}

.faq-title.icon_friends {
  background: url(../images/icon_friends.png) no-repeat left bottom;
  padding-left: 3rem;

}

.btn1 {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 20px 0;
  color: #FFF;
  background: #5fbb88;
  background: -webkit-linear-gradient(#5fbb88, #56af7e);
  background: linear-gradient(#5fbb88, #56af7e);
  border-bottom: solid 2px #429968;
  border-radius: 50px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  text-shadow: 0px 1px 2px #2b2f33;
  font-size: 18px;
}

.btn1:active {
  border-bottom: solid 1px #429968;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.twitter_frame {
  min-height: 600px !important;
}

.twitter_frame iframe {
  height: 800px !important;
}

.banner {
  width: 760px;
  margin: 0 auto 2rem auto;
  position: relative;
}

.banner img {
  width: 100%;
  margin-bottom: 1rem;
}

.banner p {
  font-size: 23px;
  height: 23px;
  position: absolute;
  top: 2rem;
  right: 0;
  bottom: 0;
  left: 0;
}

.faq_list {
  margin: 0 auto 2rem auto;
  width: 760px;
}

.faq_list .target {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 2px 1px rgba(69, 78, 86, 0.5);
  z-index: 1;
  display: none;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  color: #687682;
  text-align: left;
  font-size: 16px;
}

.faq_list .trigger {
  z-index: 0;
  background-color: #fff;
  box-shadow: 0px 2px 1px rgba(69, 78, 86, 0.5);
  border-radius: 8px;
  padding: 20px 0 20px 20px;
  font-size: 18px;
}

.faq_list .trigger.active {
  border-radius: 8px 8px 0 0;
}

.faq_list h3.active {
  border-radius: 8px 8px 0 0;
}

.faq_list .trigger a {
  position: relative;
  display: block;
  text-align: left;
  padding-right: 40px;
  -webkit-transition: .35s all ease;
  transition: .35s all ease;
}

.faq_list .trigger a:before,
.faq_list .trigger a:after {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  background-color: #425157;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
  border-radius: 10px;
}

.faq_list .trigger a:before {
  top: 30%;
  right: 20px;
  height: 12px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq_list .trigger a:after {
  top: 30%;
  right: 13px;
  height: 12px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}





.faq_list .active a {
  color: #5bb684;
  font-weight: bold;
}

.faq_list .active a:before,
.faq_list .active a:after {
  background-color: #5bb684;
}

.faq_list .active a:before {
  top: 0%;
  right: 16px;
  height: 16px;
}

.faq_list .active a:after {
  top: 0%;
  right: 16px;
  height: 16px;
}

.faq_list li {
  margin: 0 0 20px 0;
}

.faq-details li:last-child {
  text-align: right;
}

.faq_list .target p a {
  color: #5bb684;
  text-decoration: underline;
}

ul.faq-link {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 1rem 1rem;
}

.faq-link li {
  font-size: 16px;
  padding: 0 20px 10px 0;
}

.faq-link li a {
  color: #5bb684;
  text-decoration: underline;
}

.product {
  width: 90%;
  margin: 0 auto 0 auto;
}

.product th {
  font-weight: normal;
  text-align: right;
  width: 30%;
  padding-right: 0.5rem;
  vertical-align: top;
}

.product th:after {
  content: "：";
  margin-left: 0.5rem;
  vertical-align: top;
}

.product td {
  text-align: left;
  width: 70%;
  padding-left: 0.5rem;
  vertical-align: top;
}

.contact .notice {
  color: #fff;
  width: 80%;
  margin: 0 auto 2rem auto;
  padding: 1rem;
  border: 3px solid #ac0000;
  position: relative;
  border-radius: 4px;
  font-size: 22px;
  background: #c00000;
}

.contact .notice a {
  color: #fff;
}

.contact p {
  font-size: 18px;
  margin: 30px auto 40px auto;
}

.contact a {
  color: #5bb684;
  text-decoration: underline;
}

.contact ul {
  font-size: 16px;
  text-align: left;
  padding-left: 40px;
}

.contact li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.contact input[type=button],
.contact_form input[type=button],
.thanks input[type=button] {
  position: relative;
  display: inline-block;
  width: 200px;
  padding: 20px 0;
  color: #FFF;
  background: #5fbb88;
  background: -webkit-linear-gradient(#5fbb88, #56af7e);
  background: linear-gradient(#5fbb88, #56af7e);
  border-bottom: solid 2px #429968;
  border-radius: 50px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  text-shadow: 0px 1px 2px #2b2f33;
  font-size: 18px;
}

.contact_form .form_item {
  padding: 8px 10px 20px 10px;
}

.contact_form .title {
  font-size: 20px;
  text-align: left;
  padding-left: 10px;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 10px;
}

.contact_form .information {
  margin: 20px 0;
}

.contact_form .information span {
  color: #b55b5b;
}

.contact_form .title:before {
  content: "";
  display: table-cell;
  position: absolute;
  top: 5%;
  left: 0;
  width: 6px;
  height: 100%;
  background: #5bb684;
  border-radius: 2px;
}

.contact_form input,
.contact_form select,
.contact_form textarea {
  width: 100%;
}

.contact_form [type=text],
.contact_form select,
.contact_form textarea {
  padding: .6em;
  display: inline-block;
  border: 1px solid #ced5dc;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.contact_form select {
  background: #fff url(../images/arrow.png) right 50% no-repeat;
}

.language select {
  background: #f0f0f0 url(../images/arrow.png) right 50% no-repeat;
  padding-right: 2em;
  text-align: right;
  width: 100%;
  line-height: 1.3;
}

.contact_form textarea {
  background: #fff;
  height: 200px;
}

.contact_form [readonly] {
  background: #cccccc;
  color: #687682;
}

.form_item {
  position: relative;
}

.form_item.required .title:after {
  content: "*";
  margin-left: 4px;
  color: #b55b5b;
  font-size: 24px;
}

.form_item p {
  color: #687682;
  text-align: left;
  margin-top: 4px;
}

.terms {
  text-align: left;
  font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium";
}

.terms div {
  margin: 0 0.5rem 1rem 0.5rem;
}

.terms a {
  color: #5bb684;
  text-decoration: underline;
}

.terms h1 {
  margin-bottom: 1.5em;
  font-size: 20px;
  text-align: center;
}

.terms h2 {
  margin-bottom: 10px;
  font-size: 16px;
}

.terms p {
  margin-bottom: 10px;
  font-size: 14px;
  padding-left: 1em;
}

.terms .information {
  padding-left: 0;
}

.terms ol {
  padding-left: 1.5rem;
}

.terms li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.terms li.disc {
  list-style-type: disc;
}

.terms li p {
  margin: 10px 0;
}

.terms ol ol li {
  counter-increment: cnt;
  list-style-type: none !important;
}

.terms ol ol ol li {
  counter-increment: cnt2;
  list-style-type: none !important;
}

.terms ol ol li:before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -1.8em;
  width: 1.8em;
}

.terms ol ol ol li:before {
  content: "[" counter(cnt2) "] ";
  display: inline-block;
  margin-left: -1.8em;
  width: 1.8em;
}

.terms ol.asterisk li {
  list-style-type: none !important;
}

.terms ol.asterisk li:before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.terms ol.none li {
  list-style-type: none !important;
}

.terms ol.none li:before {
  content: "";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.terms hr {
  border-top: 3px double #454e56;
  margin: 20px 0;
}

.license pre {
  text-align: left;
  word-wrap: break-word;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

.credits {
  margin-top: 4rem;
}

.credits div {
  margin: 0 0 8px 0;
}

.credits h4 {
  font-weight: normal;
  margin: 0 auto 10px auto;
  border-bottom: 3px double #454e56;
  width: 90%;
  padding-bottom: 4px;
  font-size: 20px;
}

.credits h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 1rem;
}

.credits .block {
  margin-bottom: 2rem;
  font-size: 16px;
}

.credits .block.col5 {
  margin-bottom: 5rem;
}

.credits .block.col6 {
  margin-bottom: 6rem;
}

.credits .content {
  margin-bottom: 40px;
}

.credits .block .position {
  color: #5bb684;
}

.credits .block .name p {
  margin-bottom: 4px;
}

.name span,
.position span {
  font-size: 22px;
}

.credits .block small {
  margin-top: 5rem;
  display: block;
}

#error_alert {
  font-size: 24px;
  margin: 20px 0;
  text-align: center;
}

.contact_form .notice {
  color: #b55b5b;
  margin-top: 4px;
  text-align: left;
}

.thanks h4 {
  font-size: 20px;
}

.thanks ul {
  text-align: left;
  padding: 10px 20px;
}

.thanks li {
  margin-bottom: 10px;
}

.ranking_rewards p {
  text-align: center;
  width: 98%;
  margin: 1rem auto 2rem auto;
  font-size: 16px;
}

.ranking_rewards a {
  color: #5bb684;
  text-decoration: underline;
}

.ranking_rewards .notice {
  text-align: left;
  margin: 1rem auto 2rem auto;
  font-size: 16px;
}

.ranking_rewards table {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  width: 98%;
  margin: 0 auto;
  background: #f0f0f0;
  box-shadow: 0px 2px 8px rgba(69, 78, 86, 0.75);
  border-radius: 10px;
  font-size: 18px;
}

.ranking_rewards th {
  padding: 10px;
  vertical-align: top;
  color: #fff;
  background: #5bb684;
  font-weight: normal;
}

.ranking_rewards th:first-child {
  border-radius: 10px 0 0 0;
}

.ranking_rewards th:last-child {
  border-radius: 0 10px 0 0;
}

.ranking_rewards td {
  padding: 1rem;
  vertical-align: middle;
  position: relative;
}

.ranking_rewards td img {
  width: 42px;
}

.ranking_rewards tr:nth-child(even) {
  background: #f6f6f6;
}

.ranking_rewards tr:nth-child(odd) {
  background: #fff;
}

.ranking_rewards tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.ranking_rewards tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.bitcoin_help {
  margin-bottom: 2rem;
}

.bitcoin_help .title {
  border: 2px solid #454e56;
  border-radius: 10px;
  padding: 1rem;
  text-align: left;
  font-size: 16px;
  margin: 1rem auto;
}

.bitcoin_help .title a,
.bitcoin_help .information a {
  text-decoration: underline;
  color: #5bb684;
}

.bitcoin_help .title span {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  text-align: center;
  background: #454e56;
  margin-right: 0.3rem;
}

.bitcoin_help .information {
  text-align: left;
  margin-bottom: 2rem;
}

.bitcoin_help .logo {
  width: 100%;
}

#ranking_list a {
  color: #5bb684;
  text-decoration: underline;
  margin: 0 1rem 0.5rem 0;
  display: inline-block;
}

.cryptochips {
  border: 1px solid #cbcbcb;
  background: #fff;
  padding: 1rem;
  width: 94%;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

.cryptochips a {
  text-decoration: underline;
  color: #e26a1a;
}

.cryptochips h5 {
  color: #e26a1a;
  font-size: 24px;
  margin-bottom: 1rem;
}

.cryptochips p {
  text-align: left;
  font-size: 20px;
  margin-bottom: 2rem;
}

.cryptochips .center {
  text-align: center;
}

.characters .ropoly {
  margin: 1rem auto 4rem auto;
  width: 248px;
}

.characters .ropoly img {
  width: 100%;
  margin-bottom: 0.5rem;
}

.characters .ropoly a {
  cursor: pointer;
}

.characters .league {
  background: #5bb684;
  font-size: 16px;
  width: 14rem;
  margin: 0 auto 1.5rem auto;
  border-radius: 50rem;
  padding: 0.5rem 2rem;
  color: #fff;
}

.characters ul {
  margin: 0 auto 2rem auto;
  padding: 0;
  overflow: hidden;
}

.characters li {
  float: left;
  width: 25%;
  margin-bottom: 1rem;
}

.characters li span,
.characters .ropoly span {
  font-weight: bold;
  height: 2rem;
  display: block;
}

.characters li img {
  width: 90%;
}

.characters li a {
  display: block;
  cursor: pointer;
}

.characters li a:hover span,
.characters .ropoly a:hover span {
  color: #5bb684;
}

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

table.contents {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  width: 98%;
  margin: 0 auto;
  background: #f0f0f0;
  box-shadow: 0px 2px 8px rgba(69, 78, 86, 0.75);
  border-radius: 10px;
  font-size: 18px;
}

table.contents tr:nth-child(odd) {
  background: #fff;
}

table.contents th:first-child {
  border-radius: 10px 0 0 0;
}

table.contents th {
  padding: 0.5rem 1rem 0.5rem 1rem;
  vertical-align: middle;
  color: #fff;
  background: #5bb684;
  font-weight: normal;
}

table.contents th:last-child {
  border-radius: 0 10px 0 0
}

table.contents tr:nth-child(even) {
  background: #f6f6f6;
}

table.contents td {
  padding: 1rem;
  vertical-align: middle;
  position: relative;
}

table.contents tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

table.contents th.ranking {
  width: 5rem;
}

table.contents .block {
  display: table;
}

table.contents .block a {
  color: #5bb684;
  text-decoration: underline;
  cursor: pointer;
}

table.contents .block_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0.5rem;
}

table.contents .block_inner img {
  width: 80%;
}

@keyframes modalwindow_body_in {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes modalwindow_body_out {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-20px);
  }
}

#usage_table .fa-caret-up {
  color: #2fc640;
}

#usage_table .fa-caret-down {
  color: #ed5353;
}

#usage_table .fa-caret-right {
  color: #c2c2c2;
}

#usage_table .up {
  color: #2fc640;
}

#usage_table .down {
  color: #ed5353;
}

#usage_table .right {
  color: #c2c2c2;
}

.modalwindow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 101;
  width: 100%;
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.75);
  border-bottom: 100px solid transparent;
  cursor: pointer;
  opacity: 1;
}

.modalwindow .body {
  position: relative;
  left: 50%;
  top: 0;
  width: 600px;
  margin-left: -300px;
  margin-top: 40px;
  margin-bottom: 10px;
  cursor: default;
  transform: translateY(-20px);
  animation: 200ms modalwindow_body_out;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 10px rgba(69, 78, 86, 0.75);
  border-radius: 40px;
  padding: 0.5rem;
}

.modal_content {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 10px rgba(69, 78, 86, 0.75);
  border-radius: 32px;
  padding: 1rem
}

.modalwindow.is_visible .body {
  transform: translateY(0px);
  animation: 400ms modalwindow_body_in;
  font-size: 18px;
}

.modal_content h4 {
  background: #a09a75;
  border-radius: 50rem;
  padding: 0.5rem 2rem;
  color: #fff;
  margin: 0 auto 1rem auto;
}

.modal_content .character {
  width: 180px;
  margin: 0 auto;
}

.modal_content .character img {
  width: 100%;
}

.modal_content dl {
  margin: 1rem auto 0 auto;
  font-size: 18px;
}

.modal_content dt {
  background: #454e56;
  border-radius: 50rem;
  padding: 0.5rem 2rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.modal_content dd {
  margin-bottom: 1.5rem;
}

.modal_content .male {
  color: #3898c9;
}

.modal_content .female {
  color: #d45151;
}

.modal_content .description {
  text-align: left;
  padding: 0 1rem 0 1rem;
}

.modal_content .description p {
  line-height: 1.8rem;
}

.modal_content .description p a {
  color: #5bb684;
  text-decoration: underline;
  cursor: pointer;
}

.modal_content .chart {}

.modal_content .close {
  margin: 1.5rem auto
}

.modal_content .close_modal {
  margin: 0 auto 2rem auto;
  border-radius: 2rem;
  text-align: center;
  background: #f7f7f7;
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ececec 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ececec 100%);
  box-shadow: 0px 2px 8px rgba(69, 78, 86, 0.75);
  padding: 0.5rem 3rem;
  margin: 1rem auto;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .modalwindow .body {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px;
    left: 0;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  background: #fff;
  color: #454e56;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #c9c3c3;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #454e56;
  padding: 1em 0;
}

nav.globalMenuSp.active {
  transform: translateY(0%);
}

.navToggle {
  display: block;
  position: fixed;
  top: 2rem;
  width: 3rem;
  height: 2.5rem;
  cursor: pointer;
  z-index: 1000000000;
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  width: 2rem;
  border-bottom: solid 3px #454e56;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 100vh;
  display: none;
}

.navi_root {
  width: 768px;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

.news .notice {
  margin: 1rem 0;
  text-align: left;
  line-height: 1.5;
  border: 3px double #da4033;
  padding: 0.5rem;
}

.news .notice p {
  color: #da4033;
  padding-left: 1em;
  text-indent: -1em;
}

.news .description {
  margin: 1rem 0;
  text-align: left;
  line-height: 1.5;
  border: solid 2px #454e56;
  padding: 0.5rem;
}

.news h3 {
  font-size: 22px;
  text-align: left;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #5bb684;
  margin: 2rem 0 1rem 0;
}

.news img {
  margin: 0 0 1rem 0;
  border: solid 2px #454e56;
  width: 90%;
}

.news img.none {
  border: none;
}

.news a {
  text-decoration: underline;
  color: #5bb684;
}

.news hr {
  border: solid 1px #454e56;
}

.news p {
  text-align: left;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 1rem;
}

.news .text1 {
  color: #b55b5b;
}

.flex ul {
  list-style-type: none;
  padding-left: 0;
}

.flex li img {
  height: 100%;
}

.flex {
  display: flex;
  justify-content: center;
}

.app li {
  height: 90px;
  margin: 0 1rem 1rem 1rem;
}

.banners {
  text-align: center;
}

.banners .content {
  width: 300px;
  margin: 0 1rem 1rem 0;
  display: inline-block;
}

footer {
  background: #5bb684 url(../images/footer_image.png) repeat-x 0 0;
  margin-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}

footer a {
  color: #fff;
}

footer small {
  font-size: 12px;
  margin: 1rem auto 0 auto;
  display: block;
}

.footer {
  padding-top: 2.5rem;
}

.footer li {
  padding: 10px 0;
}

.footer li a {
  color: #fff;
}

.flex-nav-prev,
.flex-nav-next {
  display: none !important;
}

.flexslider {
  border: none !important;
  background: #f8f8f8 !important;
  min-height: 400px;
}

.flex-control-paging li a {
  background: #cccccc !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
  background: #5bb684 !important;
}

.flexslider .slides>li {
  background: #f8f8f8;
  position: relative;
}

.flexslider .slides img {
  border-radius: 10px;
}

.gmofooter {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .lopoly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  section {
    width: 98%;
    margin: 1.5rem auto;
  }

  .frame_outline,
  .frame_single {
    width: 97%;
    border-radius: 24px;
    box-sizing: border-box;
  }

  .flexslider {
    min-height: 0;
  }

  .frame_single {
    padding: 0.6rem;
  }

  .frame_single .notice {
    font-size: 12px;
  }

  .frame_inner {
    border-radius: 18px;
  }

  .flex {
    display: block;
  }

  #title,
  #title_s {
    width: 100%;
  }

  .menu-title {
    padding: 10px 0 10px 0;
    font-size: 22px;
    width: 100%;
  }

  .flickity-prev-next-button {
    top: 50% !important;
  }

  .faq_list {
    width: 94%;
  }

  .banner {
    width: 94%;
  }

  .twitter_frame iframe {
    height: 600px !important;
  }

  .faq_list .trigger a:before,
  .faq_list .trigger a:after {
    -webkit-transition: none;
    transition: none;
  }

  .contact ul {
    padding-left: 2rem;
  }

  .credits .block .position,
  .credits .block .name {
    font-size: 16px;
  }

  .frame_single p {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
  }

  .ranking_rewards td img {
    width: 38px;
  }

  .ranking_rewards table {
    font-size: 16px;
    table-layout: fixed;
  }

  .banner p {
    font-size: 14px;
    height: 14px;
    top: 1.3rem;
  }

  .ranking_rewards th {
    padding: 0.5rem 0.2rem;
    font-size: 12px;
  }

  .ranking_rewards td {
    padding: 0.5rem 0.2rem;
    font-size: 12px;
  }

  .modalwindow .body {
    border-radius: 24px;
    width: 90%;
    margin: 0 auto;
    font-size: 15px !important;
  }

  .modal_content {
    border-radius: 18px;
  }

  .characters .ropoly {
    width: 50%;
  }

  .modal_content .character {
    width: 120px;
  }

  .modal_content dd {
    margin-bottom: 0.5rem;
    font-size: 15px;
  }

  .modal_content dt {
    padding: 0.2rem 2rem;
    font-size: 15px;
  }

  .modal_content .description p {
    line-height: 1.2rem;
  }

  .navToggle {
    left: 0.2rem;
    top: 0.2rem;
    margin-left: 0;
  }

  .navToggle span {
    width: 1.5rem;
  }

  .characters .ropoly {
    margin-bottom: 2rem;
  }

  .characters li span,
  .characters .ropoly span {
    font-size: 12px;
  }

  table.contents .block {
    display: block;
  }

  table.contents .block_inner {
    display: block;
    text-align: center;
  }

  table.contents .block_inner img {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {}