@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  clear: both; }

.w100 {
  width: 100%;
  height: auto; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px !important; }

.mb50 {
  margin-bottom: 50px; }

.mt-20 {
  margin-top: -20px; }

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

.dash-line {
  letter-spacing: -0.2em; }

.link {
  background: url("../img/ico-link.png") no-repeat left center;
  background-size: 7px 8px;
  padding-left: 17px; }

.color-red {
  color: #df1819; }

a {
  color: #7de1fa;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  cursor: pointer; }

body {
  background: url("../img/bg.jpg") repeat left top #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

#top #wrapper .bg-img {
  display: none; }

#top #wrapper #mv {
  width: auto;
  height: 1047px;
  background: url("../img/main-pc.png") no-repeat center top;
  margin: -20px auto 0; }

#top #wrapper #content {
  margin: -500px auto 0; }

#wrapper {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.7em;
  overflow: hidden;
  position: relative; }
  #wrapper .bg-img {
    width: 2630px;
    left: 50%;
    height: auto;
    margin-left: -1315px;
    position: absolute;
    z-index: 0; }

#navToggle {
  display: none;
  /*通常時は非表示にしておきます*/
  position: absolute;
  /*bodyに対しての絶対位置指定です*/
  right: 0;
  top: 0;
  width: 28px;
  height: 22px;
  cursor: pointer;
  z-index: 20;
  padding: 14px 13px;
  background-color: rgba(0, 0, 0, 0.6); }
  #navToggle div {
    position: relative;
    /*spanの絶対位置指定の親にします*/ }
    #navToggle div span {
      display: block;
      position: absolute;
      /*#navToggle div に対して*/
      width: 100%;
      border-bottom: solid 3px #968d60;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
    #navToggle div span:nth-child(1) {
      top: 0; }
    #navToggle div span:nth-child(2) {
      top: 9px; }
    #navToggle div span:nth-child(3) {
      top: 18px; }

#other #wrapper #header h1 a {
  display: block;
  width: 400px;
  height: auto;
  margin: 20px auto;
  position: relative;
  z-index: 10; }

#other #wrapper .style-form textarea {
  width: 80%; }

#other .img-news04 {
  width: 70%;
  margin: 20px auto; }

#other .news-event .news-ttl {
  font-size: 21px !important; }

#other .news-event .aten {
  font-size: 12px;
  margin-top: 10px; }

#other .news-event h3 {
  border-bottom: 1px solid #b0a25f;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #b0a25f;
  font-weight: bold; }

#other .list-area {
  display: flex;
  justify-content: space-between; }
  #other .list-area li {
    width: 18%;
    padding: 6px 0;
    border: 1px solid #d6cea4;
    text-align: center;
    background: #9d9156;
    letter-spacing: 1px;
    font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif; }
    #other .list-area li a {
      color: #fff;
      display: block; }
    #other .list-area li a:hover {
      text-decoration: none; }

#other .table-style {
  width: 100%; }
  #other .table-style a {
    text-decoration: underline; }
  #other .table-style th {
    width: 20%;
    background: #00265b; }
  #other .table-style th, #other .table-style td {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #b0a25f;
    vertical-align: middle; }
  #other .table-style td {
    background: #011836; }
  #other .table-style td.other {
    text-align: left !important;
    background: #102a4f; }

#other .shopinfo {
  margin-bottom: 21px; }

#other .tdfk-name {
  padding: 10px 0;
  margin-top: 20px;
  font-size: 15px;
  color: #b0a25f;
  border-bottom: 1px solid #b0a25f;
  margin-bottom: 20px;
  font-weight: bold; }

#other .shopname {
  font-size: 16px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  margin-top: 33px;
  color: #b0a25f;
  border-bottom: 1px dotted #b0a25f; }

#content {
  width: 1000px;
  position: relative;
  margin: 0 auto; }
  #content #nav {
    height: 77px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #254c62;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
    font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.1em; }
    #content #nav ul li {
      display: inline-block;
      overflow: visible; }
      #content #nav ul li a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        padding: 25px 30px 15px;
        line-height: 1em; }
        #content #nav ul li a span {
          display: block;
          font-size: 0.6em;
          color: #968d60;
          margin-top: 5px; }
      #content #nav ul li a:hover {
        color: #7de1fa;
        cursor: pointer; }
      #content #nav ul li a.no-link {
        color: #666666;
        cursor: default !important; }
        #content #nav ul li a.no-link span {
          display: block;
          font-size: 0.6em;
          color: #968d60;
          margin-top: 5px; }
    #content #nav ul li:after {
      content: url("../img/icon-nav.png");
      position: relative;
      float: right;
      top: -50px;
      right: -6px; }
    #content #nav ul li:last-child:after {
      content: none; }
    #content #nav ul .sp-nav {
      display: none; }
  #content #main-content {
    width: 740px;
    float: right;
    box-sizing: border-box; }
    #content #main-content .bnr-products {
      margin-bottom: 20px; }
      #content #main-content .bnr-products img {
        display: block; }
    #content #main-content .btn-play {
      font-size: 15px;
      margin: 18px auto 40px;
      letter-spacing: 1px;
      border: 1px solid #d6cea4;
      width: 49%;
      text-align: center;
      display: inline-block;
      background: #9d9156;
      font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif; }
      #content #main-content .btn-play a {
        width: 100%;
        color: #fffef6;
        padding: 6px 0;
        display: inline-block;
        background: #9d9156;
        text-decoration: none; }
      #content #main-content .btn-play a:hover {
        background: #a79d6b; }
    #content #main-content .section {
      background: rgba(24, 49, 75, 0.6);
      border: 1px solid #254c62;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
      padding: 20px;
      text-align: left;
      margin-bottom: 20px;
      color: #eeeeee;
      /*line-height: 1.5em;*/ }
      #content #main-content .section .store-banner {
        padding: 0 18px;
        margin-bottom: 10px; }
      #content #main-content .section .bnr-list {
        margin-bottom: 10px;
        text-align: center; }
        #content #main-content .section .bnr-list li {
          display: inline-block;
          margin: 8px;
          width: 150px;
          height: 54px; }
      #content #main-content .section .ttl-main {
        background-image: url("../img/frame-ttl-tl.png"), url("../img/frame-ttl-tr.png"), url("../img/frame-ttl-br.png"), url("../img/frame-ttl-bl.png"), url("../img/frame-ttl-t.png"), url("../img/frame-ttl-l.png"), url("../img/frame-ttl-b.png"), url("../img/frame-ttl-r.png"), url("../img/ttl-bg.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y, no-repeat;
        background-position: left top, right top, right bottom, left bottom, left top, left top, left bottom, right top, center center;
        background-color: rgba(0, 0, 0, 0.5);
        background-size: 43px 22px, 43px 22px, 43px 22px, 43px 22px, 1px 3px, 3px 1px, 1px 3px, 3px 1px, 473px auto;
        text-align: center;
        line-height: 64px;
        font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
        font-size: 1.4em;
        margin-bottom: 15px;
        letter-spacing: 0.1em; }
      #content #main-content .section .ttl-mid {
        background: url("../img/icon-ttl.png") no-repeat left center;
        background-size: 15px 47px;
        padding-left: 30px;
        line-height: 47px;
        /*margin-bottom: 10px;*/
        font-size: 1.1em; }
      #content #main-content .section .ttl-s {
        font-size: 1.1em;
        font-weight: bold;
        border-bottom: 2px solid #968d60;
        padding: 8px 0;
        margin-bottom: 10px;
        font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif; }
      #content #main-content .section .w100img {
        margin: 0 -20px; }
      #content #main-content .section .store-list {
        margin-bottom: 50px; }
        #content #main-content .section .store-list dl {
          margin-bottom: 20px; }
          #content #main-content .section .store-list dl dt {
            padding: 0 0 5px;
            width: 7em;
            text-align: right;
            float: left;
            color: #999999; }
          #content #main-content .section .store-list dl dd {
            padding: 0 0 5px;
            margin-left: 8em;
            overflow: hidden; }
      #content #main-content .section .box-product {
        width: 100%;
        text-align: center; }
        #content #main-content .section .box-product img {
          display: block;
          margin: 0 auto;
          width: 100%;
          max-width: 625px;
          height: auto; }
        #content #main-content .section .box-product .btn-sale {
          font-size: 15px;
          margin: 18px auto 20px;
          letter-spacing: 1px;
          border: 1px solid #d6cea4;
          width: 100%;
          font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif; }
          #content #main-content .section .box-product .btn-sale a {
            display: block;
            padding: 8px 10px;
            color: #fffef6;
            background: #9d9156;
            text-decoration: none;
            border: 1px solid #4c4d3d; }
          #content #main-content .section .box-product .btn-sale a:hover {
            background: #a79d6b; }
        #content #main-content .section .box-product .btn-sale:before {
          content: url("../img/icon-nav-white.png");
          position: relative;
          float: left;
          top: 10px;
          left: 25%; }
        #content #main-content .section .box-product .btn-sale:after {
          content: url("../img/icon-nav-white.png");
          position: relative;
          float: right;
          top: -32px;
          right: 25%; }
      #content #main-content .section .table-product {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        border: 1px solid #968d60;
        /*font-size: 0.8em;*/
        text-align: left; }
        #content #main-content .section .table-product tr {
          border-bottom: dotted 1px #968d60;
          /*th {
            font-weight: bold;
            font-size: 1.1em;
            border-bottom: 2px solid $gold-color;
            padding: 10px;
            }*/ }
          #content #main-content .section .table-product tr td {
            padding: 10px 10px 10px 0;
            vertical-align: middle; }
            #content #main-content .section .table-product tr td .td50 {
              width: 49%;
              display: inline-block; }
          #content #main-content .section .table-product tr .label {
            color: #968d60;
            white-space: nowrap;
            width: 70px;
            padding: 10px 20px;
            line-height: 1.2em; }
      #content #main-content .section .update-list {
        max-height: 350px;
        overflow-y: auto;
        overflow-x: hidden; }
        #content #main-content .section .update-list li {
          border-bottom: 1px solid #254c62;
          padding: 20px 0 20px 100px;
          position: relative;
          margin: 0 10px; }
          #content #main-content .section .update-list li span {
            font-size: 0.9em;
            color: #dadada;
            position: absolute;
            left: 0; }
          #content #main-content .section .update-list li .update-ttl {
            font-weight: bold;
            font-size: 1.1em;
            margin-bottom: 20px; }
        #content #main-content .section .update-list li:last-child {
          border-bottom: none; }
      #content #main-content .section .news-list li {
        border-bottom: 1px solid #254c62;
        padding: 20px 0;
        position: relative;
        margin: 0 10px; }
        #content #main-content .section .news-list li span {
          font-size: 0.9em;
          color: #b0a25f;
          display: block; }
        #content #main-content .section .news-list li img {
          max-width: 100%; }
        #content #main-content .section .news-list li .news-ttl {
          font-weight: bold;
          font-size: 1.1em;
          margin: 10px 0 20px; }
      #content #main-content .section .news-list li:last-child {
        border-bottom: none; }
      #content #main-content .section .ttl-content {
        width: 307px;
        margin: -20px auto; }
      #content #main-content .section .img-w100 {
        margin: -25px -20px 0; }
      #content #main-content .section .ttl_introL {
        background: url("../img/ttl-lineL.png") no-repeat left bottom;
        font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
        padding: 0 0 15px 20px;
        font-size: 1.5em;
        margin: 50px 0 20px -20px;
        line-height: 1.2em; }
      #content #main-content .section .box_imgL img {
        float: left;
        display: inline-block;
        margin: 0 20px 20px 0;
        width: 35%; }
      #content #main-content .section .ttl_introR {
        background: url("../img/ttl-lineR.png") no-repeat right bottom;
        font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
        padding: 0 20px 15px 0;
        font-size: 1.5em;
        margin: 50px -20px 20px 0;
        text-align: right;
        line-height: 1.2em; }
      #content #main-content .section .box_imgR img {
        float: right;
        display: inline-block;
        margin: 0 0 20px 20px;
        width: 35%; }
      #content #main-content .section .video {
        margin-bottom: 30px; }
      #content #main-content .section .flow {
        background-image: url("../img/frame-corner-tl.png"), url("../img/frame-corner-tr.png"), url("../img/frame-corner-br.png"), url("../img/frame-corner-bl.png"), url("../img/frame-border-t.png"), url("../img/frame-border-l.png"), url("../img/frame-border-b.png"), url("../img/frame-border-r.png");
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
        background-position: left top, right top, right bottom, left bottom, left top, left top, left bottom, right top;
        padding: 20px 30px;
        margin-bottom: 30px;
        width: 100%;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.2); }
        #content #main-content .section .flow .flowL {
          float: left;
          width: 65%;
          padding-right: 20px;
          box-sizing: border-box; }
        #content #main-content .section .flow .flowR {
          float: right;
          width: 35%; }
        #content #main-content .section .flow .flowT {
          margin-bottom: 20px; }
        #content #main-content .section .flow .flowB {
          display: inline-block;
          margin: 0 auto; }
        #content #main-content .section .flow .sttl_flow {
          font-weight: bold;
          color: #da8735;
          font-size: 1.1em;
          margin-bottom: 10px; }
      #content #main-content .section .pdf-dl {
        display: block;
        text-align: center; }
    #content #main-content .bnr-content a {
      display: block;
      margin: 0 auto 10px;
      height: 90px;
      width: 728px; }
  #content #side {
    width: 230px;
    margin: 0 20px 0 0;
    float: left;
    /*position: absolute;
    top: 0;
    left: 0;*/ }
    #content #side .twitter {
      margin-bottom: 10px;
      width: 230px; }
    #content #side .bnr-side a {
      display: block;
      margin: 0 auto 10px;
      width: 230px;
      height: 51px; }
      #content #side .bnr-side a img {
        width: 230px;
        height: auto; }

#content.faq #main-content .section .ttl-s {
  margin-bottom: 20px;
  font-size: 18px;
  padding-bottom: 20px; }

.faq dl {
  margin-bottom: 20px;
  padding: 0 20px; }
  .faq dl dt {
    margin-bottom: 20px;
    text-indent: -1.8em;
    padding-left: 20px; }
  .faq dl dt:before {
    content: 'Q. ';
    color: #968d60;
    font-size: 18px; }
  .faq dl dd {
    margin-bottom: 30px;
    text-indent: -1.7em;
    padding-left: 19px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #968d60; }
  .faq dl dd:before {
    content: 'A. ';
    color: #968d60;
    font-size: 18px; }
  .faq dl dt.none {
    text-indent: 0em;
    padding-left: 0px; }
  .faq dl dt.none:before {
    content: ''; }
  .faq dl dd:last-child {
    border-bottom: none; }

.servant-subtitle {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  margin: 20px 0;
  background: #827122;
  font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif; }

.servant-box.skin-gold {
  background: url("../img/servant/bg-list-gold.png") repeat-x #b49e24;
  border: 1px solid #d7bc00;
  background-size: auto 160px; }

.servant-box.skin-silver {
  background: url("../img/servant/bg-list-silver.png") repeat-x #7b7b7b;
  border: 1px solid #c9c9c9;
  background-size: auto 160px; }

.servant-box.skin-copper {
  background: url("../img/servant/bg-list-copper.png") repeat-x #aa8869;
  border: 1px solid #a17100;
  background-size: auto 160px; }

.servant-box {
  /*background: #726d4f;
  background: url("../img/servant/bg-list.png") repeat;
  border:2px solid #928632;*/
  padding: 8px;
  margin-bottom: 16px;
  position: relative; }
  .servant-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0; }
  .servant-box p {
    width: 83px;
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
    line-height: 100%; }
    .servant-box p img {
      width: 100%; }
  .servant-box p.gold img {
    border: 3px solid #d7bc00;
    margin: -1px; }
  .servant-box p.silver img {
    border: 3px solid #c9c9c9;
    margin: -1px; }
  .servant-box p.copper img {
    border: 3px solid #956900;
    margin: -1px; }
  .servant-box .icon_cmdb img,
  .servant-box .icon_cmda img,
  .servant-box .icon_cmdq img {
    max-width: 43px; }
  .servant-box dl .name {
    font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif; }
  .servant-box dl dt {
    color: #000;
    font-size: 19px;
    font-weight: bold;
    padding: 14px 0;
    position: relative;
    letter-spacing: -1px; }
    .servant-box dl dt .iconcm_wrap {
      position: absolute;
      right: 0;
      top: 2px; }
      .servant-box dl dt .iconcm_wrap img {
        vertical-align: middle; }
  .servant-box dl dd {
    margin-right: 3px;
    padding: 6px 0 6px 0px;
    color: #ddc204;
    background: #151d2a;
    width: 20%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    .servant-box dl dd span {
      color: #ffffff; }
  .servant-box dl .icon-box {
    width: 32%;
    padding: 6px 0 6px 10px;
    text-align: left; }
  .servant-box dl .icon {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 24px;
    height: 24px; }
  .servant-box dl .shielder {
    background: url("../img/servant/icon-shielder.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .shielder.silver {
    background: url("../img/servant/icon-shielder-silver.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .shielder.copper {
    background: url("../img/servant/icon-shielder-copper.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .caster {
    background: url("../img/servant/icon-caster.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .caster.silver {
    background: url("../img/servant/icon-caster-silver.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .caster.copper {
    background: url("../img/servant/icon-caster-copper.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .lancer {
    background: url("../img/servant/icon-lancer.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .lancer.silver {
    background: url("../img/servant/icon-lancer-silver.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .lancer.copper {
    background: url("../img/servant/icon-lancer-copper.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .rider {
    background: url("../img/servant/icon-rider.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .rider.silver {
    background: url("../img/servant/icon-rider-silver.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .rider.copper {
    background: url("../img/servant/icon-rider-copper.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .ruler {
    background: url("../img/servant/icon-ruler.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .berserker {
    background: url("../img/servant/icon-berserker.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .berserker.silver {
    background: url("../img/servant/icon-berserker-silver.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .berserker.copper {
    background: url("../img/servant/icon-berserker-copper.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .assassin {
    background: url("../img/servant/icon-assassin.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .assassin.silver {
    background: url("../img/servant/icon-assassin-silver.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .assassin.copper {
    background: url("../img/servant/icon-assasin-copper.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .archer {
    background: url("../img/servant/icon-archer.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .archer.silver {
    background: url("../img/servant/icon-archer-silver.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .archer.copper {
    background: url("../img/servant/icon-archer-copper.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .saber {
    background: url("../img/servant/icon-saber.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .saber.silver {
    background: url("../img/servant/icon-saber-silver.png") no-repeat center center;
    background-size: 24px 24px; }
  .servant-box dl .saber.copper {
    background: url("../img/servant/icon-saber-copper.png") no-repeat center center;
    background-size: 24px 24px; }

.detail {
  background: #173458;
  max-width: 800px;
  padding: 4%;
  border: solid 4px #706b4e;
  color: #fff;
  line-height: 180%; }
  .detail .skill,
  .detail .command {
    margin-bottom: 10px; }
    .detail .skill img,
    .detail .command img {
      width: 100%; }
  .detail .title {
    margin-bottom: 20px;
    text-align: center;
    background: url("../img/ttl-lineL.png") no-repeat left bottom;
    font-family: Georgia, 'Sawarabi Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    padding: 0 0 15px 20px;
    font-size: 1.2em;
    margin: 20px 0 20px;
    line-height: 1.2em;
    letter-spacing: 1px; }
    .detail .title img {
      max-width: 690px;
      width: 100%; }
  .detail .command {
    text-align: center; }
    .detail .command img {
      max-width: 734px; }
  .detail .skill {
    text-align: center; }
    .detail .skill table {
      background: #181d56;
      margin: auto;
      border: 1px solid #706b4e;
      font-size: 12px;
      width: 100%; }
      .detail .skill table th {
        background: #182295;
        border: 1px solid #706b4e;
        vertical-align: middle; }
      .detail .skill table td {
        border: 1px solid #706b4e;
        text-align: left;
        padding: 6px;
        line-height: 140%; }
      .detail .skill table tr:last-child {
        background: #887214; }
      .detail .skill table .c {
        text-align: center; }
    .detail .skill img {
      max-width: 692px; }
  .detail .description {
    font-size: 15px;
    margin-top: 0px;
    background: #0b274a;
    padding: 10px 15px;
    line-height: 160%; }

#footer {
  padding: 10px; }
  #footer .sns-area {
    width: 12%;
    margin: 50px auto; }
    #footer .sns-area ul li {
      margin-right: 8%;
      float: left;
      width: 25%; }
    #footer .sns-area ul li:last-child {
      margin-right: 0; }
  #footer .copy {
    font-size: 0.5em; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 30; }
  #page-top a {
    width: 60px;
    height: 60px;
    opacity: 0.5;
    display: block; }
  #page-top a:hover {
    opacity: 1; }

.trial-session h1.maintitle {
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 40px; }

.trial-session .aten {
  font-size: 12px; }
  .trial-session .aten dd {
    text-indent: -1em;
    padding-left: 10px;
    margin-bottom: 5px; }

.trial-session .end-text {
  font-weight: bold;
  color: #e1d33c;
  font-size: 18px; }

.trial-session dl {
  word-break: break-all; }
  .trial-session dl dt {
    margin-bottom: -1.7em; }
  .trial-session dl dt.noe-mb {
    margin-bottom: 0; }
  .trial-session dl dd {
    margin-bottom: 10px;
    padding-left: 60px; }

@media screen and (max-width: 767px) {
  .trial-session dl .br-sp {
    display: none; }
  #other #wrapper .img-news04 {
    width: 100%;
    margin: 20px auto; } }

@media screen and (max-width: 1024px) {
  #top #wrapper #mv {
    width: 100%;
    height: 800px;
    margin: 0 auto;
    background-size: cover; }
  #top #wrapper #content {
    margin: -380px 10px 0; }
  #content {
    width: auto;
    margin: 0 10px; }
    #content #nav {
      width: 100%;
      position: absolute;
      top: 0; }
      #content #nav ul li a {
        padding: 25px 20px; }
    #content #main-content {
      width: 100%;
      margin: 97px 0 0 -250px;
      padding-left: 250px;
      float: right;
      box-sizing: border-box; }
      #content #main-content .btn-play {
        width: 100%;
        margin-bottom: 0; }
      #content #main-content .btn-play:last-child {
        margin-bottom: 30px; }
      #content #main-content .section {
        width: auto; }
        #content #main-content .section .img-w100 img {
          width: 100%; }
        #content #main-content .section .ttl_introL {
          background: url("../img/ttl-lineL.png") no-repeat left bottom;
          background-size: contain; }
        #content #main-content .section .ttl_introR {
          background: url("../img/ttl-lineR.png") no-repeat right bottom;
          background-size: contain; }
      #content #main-content .bnr-content {
        width: 100%; }
        #content #main-content .bnr-content a {
          width: 100%;
          height: auto; }
          #content #main-content .bnr-content a img {
            width: 100%;
            height: auto; }
    #content #side {
      margin: 97px 20px 0 0;
      position: relative;
      float: left; }
  #footer .sns-area {
    width: 20%; } }

@media screen and (max-width: 767px) {
  .news-list iframe {
    width: 100% !important;
    height: 250px !important; }
  /*.pc-break {
  display: none;
}*/
  #navToggle {
    display: block;
    position: fixed; }
  #navToggle.active span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #navToggle.active span:nth-child(2) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  #navToggle.active span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .active nav {
    -moz-transform: translateY(351px);
    -webkit-transform: translateY(351px);
    transform: translateY(351px); }
  #top #wrapper #mv {
    width: auto;
    height: 400px;
    background-image: url("../img/main-sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto; }
  #top #wrapper #content {
    margin: -400px 10px 0; }
    #top #wrapper #content #main-content {
      padding-top: 260px; }
  #other #wrapper .bg-img {
    width: 780px;
    margin-left: -390px; }
  #other #wrapper #header h1 a {
    width: 60%;
    margin: 10px auto; }
  #other .list-area {
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column; }
    #other .list-area li {
      width: 100%;
      margin-bottom: 8px; }
  #other .style-form .full {
    width: 80%;
    display: block; }
  #content {
    margin: 0 10px 0; }
    #content #nav {
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      border: none;
      box-shadow: none;
      margin-bottom: none;
      margin-left: -10px;
      margin-right: -10px;
      padding-top: 30px;
      float: none;
      position: fixed;
      z-index: 10;
      display: none; }
      #content #nav ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #333333; }
        #content #nav ul li a {
          display: block;
          color: #ffffff;
          text-decoration: none;
          padding: 20px 30px;
          line-height: 1em; }
          #content #nav ul li a span {
            display: none; }
        #content #nav ul li a:hover {
          color: #7de1fa; }
        #content #nav ul li a.no-link {
          color: #666666;
          cursor: default; }
          #content #nav ul li a.no-link span {
            display: none; }
      #content #nav ul li:after {
        content: none; }
      #content #nav ul li:last-child:after {
        content: none; }
      #content #nav ul .sp-nav {
        display: block; }
    #content #main-content {
      margin: 0;
      padding-left: 0;
      padding-top: 0;
      float: none; }
      #content #main-content .section {
        padding: 10px; }
        #content #main-content .section .store-banner {
          padding: 0 4px; }
        #content #main-content .section .bnr-list li {
          width: 48%;
          height: auto;
          margin: 0px 1%;
          display: block;
          float: left; }
        #content #main-content .section .store-list {
          margin-top: 20px;
          clear: both; }
          #content #main-content .section .store-list dl dt {
            width: 100%;
            text-align: left;
            float: none;
            padding: 10px 0; }
          #content #main-content .section .store-list dl dd {
            margin-left: 0;
            overflow: hidden;
            padding: 10px 0; }
        #content #main-content .section .w100img {
          margin: 0 -10px -20px -10px; }
        #content #main-content .section .ttl_introL {
          margin: 50px 0 20px -10px;
          font-size: 1.2em; }
        #content #main-content .section .ttl_introR {
          margin: 50px -10px 20px 0;
          font-size: 1.2em; }
        #content #main-content .section .ttl-content {
          margin-top: -10px;
          width: 75%; }
        #content #main-content .section .box-product img {
          width: 100%;
          margin: 0 auto 10px; }
        #content #main-content .section .box-product .btn-sale:before {
          left: 16px; }
        #content #main-content .section .box-product .btn-sale:after {
          right: 16px; }
        #content #main-content .section .box-product .table-product tr td .td50 {
          width: 100%;
          display: block; }
        #content #main-content .section .box-product .table-product tr .label {
          width: auto;
          padding: 10px; }
        #content #main-content .section .update-list li {
          padding: 20px 0;
          margin: 0; }
          #content #main-content .section .update-list li span {
            position: relative;
            display: block;
            margin-bottom: 10px; }
        #content #main-content .section .news-list li {
          margin: 0; }
        #content #main-content .section .box_imgL img {
          float: none;
          display: block;
          margin: 0 auto 20px;
          width: 100%;
          max-width: 250px; }
        #content #main-content .section .box_imgR img {
          float: none;
          display: block;
          margin: 0 auto 20px;
          width: 100%;
          max-width: 250px; }
        #content #main-content .section .flow {
          padding: 20px; }
          #content #main-content .section .flow .flowL {
            float: none;
            width: auto;
            padding-right: 0;
            margin-bottom: 20px; }
          #content #main-content .section .flow .flowR {
            float: none;
            width: 100%;
            max-width: 250px;
            display: block;
            margin: 0 auto; }
    #content #side {
      width: 100%;
      display: block;
      margin: 0;
      position: relative; }
      #content #side .twitter {
        width: 100%;
        margin: 0 auto 10px; }
      #content #side .bnr-side a {
        display: block;
        margin: 0 auto 10px;
        width: 100%;
        height: auto; }
        #content #side .bnr-side a img {
          width: 100%;
          height: auto; }
  .servant-box p {
    width: 56px;
    margin-bottom: 4px; }
  .servant-box .icon_cmdb,
  .servant-box .icon_cmda,
  .servant-box .icon_cmdq {
    padding-right: 5px; }
    .servant-box .icon_cmdb img,
    .servant-box .icon_cmda img,
    .servant-box .icon_cmdq img {
      max-width: 30px; }
  .servant-box dl dt {
    font-size: 15px;
    line-height: 180%;
    display: table-cell;
    vertical-align: middle;
    margin-top: -10px;
    padding: 0px 0 16px; }
    .servant-box dl dt .iconcm_wrap {
      position: static; }
  .servant-box dl dt.name.small {
    font-size: 11px;
    letter-spacing: -2px;
    line-height: 230%; }
  .servant-box dl dd {
    font-size: 11px;
    width: 31%;
    margin: 4px 1px 0 0;
    padding: 4px 12px 6px; }
  .servant-box dl dd.icon-box {
    width: 36%;
    padding: 5px 0 5px 6px;
    letter-spacing: -1px; }
  .servant-box dl .name {
    margin-bottom: 0; }
  .servant-box dl .icon {
    width: 20px;
    height: 20px;
    margin-top: 2px; }
  .servant-box dl .shielder,
  .servant-box dl .caster,
  .servant-box dl .lancer,
  .servant-box dl .rider,
  .servant-box dl .ruler,
  .servant-box dl .berserker,
  .servant-box dl .assassin,
  .servant-box dl .archer,
  .servant-box dl .saber {
    background-size: 20px 20px !important; }
  .detail .skill table {
    width: 100%; }
  .detail .title {
    background: url("../img/ttl-lineL.png") no-repeat center bottom;
    background-size: contain;
    font-size: 13px; }
  .detail .icon_cmdb img,
  .detail .icon_cmda img,
  .detail .icon_cmdq img {
    max-width: 26px; }
  .detail dl dt {
    padding: 2px 0 16px; }
  .detail dl dd {
    width: 30%;
    padding: 8px 5px;
    line-height: 120%;
    min-height: 1.2em;
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
  .detail dl dd.icon-box {
    width: 36%;
    padding: 2px 0 4px 6px;
    letter-spacing: -1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: left; }
    .detail dl dd.icon-box img {
      width: 14px; }
    .detail dl dd.icon-box span {
      float: none;
      display: inline-block;
      vertical-align: middle;
      background-size: 20px 20px; }
  .detail .description {
    margin-top: 15px;
    font-size: 13px; }
  #footer .sns-area {
    width: 40%; }
  #page-top {
    bottom: 10px;
    right: 10px; }
    #page-top a {
      width: 40px;
      height: 40px; }
    #page-top a:hover {
      opacity: 0.5; } }
