@charset "UTF-8";
/* Scss Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/*Footer(一番下の奴)関連*/
footer {
  background: #FFF;
  overflow: hidden;
  font-size: 60%;
  line-height: 160%; }

.copy {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

.trademark {
  width: 90%;
  margin: 5px auto;
  text-align: center; }
  .trademark a {
    color: #3D83FF;
    font-size: 13px; }
  .trademark a:hover {
    color: #0035A2; }

/*=====================================================================================================================*/
/*ターミナル関連*/
.terminal {
  max-width: 1270px;
  margin: 30px auto 20px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap; }

.terminal_sp {
  max-width: 760px;
  margin: 30px auto 20px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap; }
  @media screen and (max-width: 768px) {
    .terminal_sp {
      width: 90%;
      text-align: center; } }

.tml_smp {
  width: 100%;
  padding-top: 5px;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around; }
  @media screen and (max-width: 1024px) {
    .tml_smp {
      width: 90%; } }
  @media screen and (max-width: 600px) {
    .tml_smp {
      width: 95%;
      margin-left: 5px;
      text-align: center;
      display: block; } }

.name, .tlist, .tlist-last {
  color: #373737; }
  @media screen and (max-width: 768px) {
    .name, .tlist, .tlist-last {
      text-align: center; } }

.tlist, .tlist-last {
  font-size: 13px;
  padding: 0 0 6px;
  margin: 0px 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center; }
  .tlist span, .tlist-last span {
    font-size: 10px; }
  @media screen and (max-width: 768px) {
    .tlist, .tlist-last {
      flex-wrap: nowrap;
      width: 100%;
      margin: 0;
      align-items: flex-start; } }

.tlist_sp {
  width: 44%;
  font-size: 12px;
  padding: 0 0 6px;
  margin: 0px 0px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center; }
  .tlist_sp span {
    font-size: 10px; }
  @media screen and (max-width: 1024px) {
    .tlist_sp {
      width: 45%; } }
  @media screen and (max-width: 768px) {
    .tlist_sp {
      width: 100%; } }

.tlist_sps {
  width: 23%;
  font-size: 12px;
  padding: 0 0 6px;
  margin: 0px 5px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center; }
  .tlist_sps span {
    font-size: 10px; }
  @media screen and (max-width: 1024px) {
    .tlist_sps {
      width: 25%; } }
  @media screen and (max-width: 768px) {
    .tlist_sps {
      width: 49%; } }
  @media screen and (max-width: 600px) {
    .tlist_sps {
      width: 100%; } }

.tlist_spss {
  width: 20%;
  font-size: 12px;
  padding: 0 0 6px;
  margin: 0px 5px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: center; }
  .tlist_spss span {
    font-size: 10px; }
  @media screen and (max-width: 1024px) {
    .tlist_spss {
      width: 25%; } }
  @media screen and (max-width: 768px) {
    .tlist_spss {
      width: 49%; } }
  @media screen and (max-width: 600px) {
    .tlist_spss {
      width: 100%; } }

.tlist-last_sp {
  width: 100%;
  font-size: 12px;
  padding: 6 0 0px;
  margin-right: 5px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center; }
  .tlist-last_sp span {
    font-size: 10px; }
  @media screen and (max-width: 768px) {
    .tlist-last_sp {
      width: 100%; } }

.tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
  text-align: center;
  background: #1d67cc;
  padding: 6px 0 0;
  color: #FFF;
  margin-right: 5px;
  border-radius: 2px;
  width: 90px;
  height: 22px; }
  @media screen and (max-width: 768px) {
    .tlist_sp .pflist_l, .tlist_sps .pflist_l, .tlist-last_sp .pflist_l, .tlist_spss .pflist_l {
      width: 160px;
      margin-right: 5px; } }

.pflist_long {
  margin-top: 5px;
  margin-left: 5px; }

.tlist-last_sp .pflist_l {
  text-align: center;
  background: #1d67cc;
  padding: 6px 0 0;
  color: #FFF;
  margin-right: 5px;
  border-radius: 2px;
  width: 160px;
  height: 22px; }
  @media screen and (max-width: 768px) {
    .tlist-last_sp .pflist_l {
      text-align: center; } }

.pflist_r {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .pflist_r {
      width: 69%;
      text-align: left; } }

.table_cell {
  display: table-cell;
  vertical-align: middle; }

.s-title {
  text-align: center; }

.kadomaru {
  text-align: center; }
  .kadomaru img {
    border-radius: 10px;
    width: 90px; }
  @media screen and (max-width: 1024px) {
    .kadomaru {
      text-align: center; }
      .kadomaru img {
        border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .kadomaru {
      width: 20%;
      margin: 5px auto; }
      .kadomaru img {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .kadomaru {
      width: 0%;
      margin: 5px auto; }
      .kadomaru img {
        display: none; } }

.ud_dl {
  /*スマホのみの場合*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 5px; }
  .ud_dl img {
    width: 130px;
    height: 40px; }
  .ud_dl img:hover {
    opacity: 0.8; }

/*SNSボタン*/
.sns_btn {
  display: -webkit-flex;
  display: flex;
  max-width: 300px;
  margin: 20px auto;
  text-align: center; }

.sns_btn li {
  flex-grow: 2;
  -webkit-flex-grow: 1;
  /* Safari */ }

/*=====================================================================================================================*/
/*海外レーティング*/
.epflist_l {
  text-align: left;
  width: 10%; }
  @media screen and (max-width: 768px) {
    .epflist_l {
      font-weight: bold;
      width: 100%;
      text-align: center; } }

.es-title {
  text-align: center;
  padding-top: 2%; }
  .es-title img {
    width: 450px; }
  @media screen and (max-width: 768px) {
    .es-title img {
      width: 70%; } }

.ekadomaru {
  text-align: center; }
  .ekadomaru img {
    border-radius: 10px;
    width: 290px; }
  @media screen and (max-width: 768px) {
    .ekadomaru {
      width: 40%;
      margin: 0 auto 0px; } }

.e-icon {
  display: flex;
  max-width: 420px;
  margin-top: -7px;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .e-icon {
      margin: 0 auto; } }

.e-icon img, .p-icon img {
  height: 120px; }

.r-txt {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 10px;
  color: #000;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .r-txt {
      margin-left: 5px; } }

.r-txt li {
  width: 240px;
  font-weight: bold;
  font-size: 15px; }
  @media screen and (max-width: 768px) {
    .r-txt li {
      width: auto;
      font-size: 12px; } }

.r-txt img {
  height: 30px; }

.p-icon {
  float: left;
  margin-top: 5px;
  overflow: hidden; }

.dp {
  font-weight: bold;
  border-top: #000 1px dotted;
  margin-top: 2px;
  padding-top: 5px; }

/*=====================================================================================================================*/
/*=====================================================================================================================*/
/*海外スマホのみ*/
.sp-terminal {
  max-width: 600px;
  margin: 30px auto 20px;
  height: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap; }
  @media screen and (max-width: 768px) {
    .sp-terminal {
      flex-wrap: wrap;
      justify-content: center; } }

.spflist_l {
  text-align: left;
  width: 17%; }
  @media screen and (max-width: 768px) {
    .spflist_l {
      font-weight: bold;
      width: 100%;
      text-align: center; } }

.spflist_c {
  width: 7%; }
  @media screen and (max-width: 768px) {
    .spflist_c {
      display: none; } }

.tml_smp-o {
  width: 90%;
  padding-top: 5px;
  margin-left: 15px;
  margin-top: 35px; }
  @media screen and (max-width: 768px) {
    .tml_smp-o {
      margin: 0 auto; } }

/*=====================================================================================================================*/
/*下部ロゴ一覧用*/
.clogo-d {
  max-width: 900px;
  margin: 0 auto; }
  .clogo-d img {
    height: 80px; }
  @media screen and (max-width: 768px) {
    .clogo-d img {
      height: 60px;
      margin: 0 8px; } }

.clogo-s {
  /*スマホ用*/
  max-width: 450px;
  margin: 0 auto; }
  .clogo-s img {
    height: 80px; }
  @media screen and (max-width: 768px) {
    .clogo-s img {
      height: 60px;
      margin: 0 8px; } }

.pf-img {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around; }
  @media screen and (max-width: 768px) {
    .pf-img {
      flex-wrap: wrap;
      justify-content: center; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome div, .pf-img div {
    float: left; } }
hr {
  height: 1px;
  background: rgba(220, 220, 220, 0.9);
  border: none; }

/*======================================================================================================================*/
/*商標の飾り部分*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.tri::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #1a78b4; }

.tri::after {
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff; }
