@charset "UTF-8";
@media screen and (min-width: 401px) {
  [no-pc] {
    display: none !important; }
  [only-sp] {
    display: none !important; } }

@media screen and (max-width: 400px) {
  [no-sp] {
    display: none !important; }
  [only-pc] {
    display: none !important; } }

@media screen and (max-width: 400px) and (orientation: landscape) {
  [no-sp] {
    display: none !important; }
  [only-pc] {
    display: none !important; } }

.Flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 400px) {
    .Flex {
      display: block; } }

.Flex-box {
  text-align: center; }
  .Flex-box p {
    text-align: left;
    padding: 2px; }
  @media screen and (max-width: 400px) {
    .Flex-box {
      display: block; } }

@media screen and (max-width: 400px) {
  html {
    width: 400px;
    overflow-x: hidden; } }

body#Home {
  background-color: #aaaaaa;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
  color: #1e1e1e;
  line-height: 170%;
  overflow-x: hidden; }
  @media screen and (max-width: 400px) {
    body#Home {
      width: 400px;
      overflow-x: hidden; } }

.Bg {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center -100px;
  overflow-x: hidden; }
  @media screen and (max-width: 400px) {
    .Bg {
      border-top: solid 4px #000;
      width: 400px;
      background-image: url("../img/bg_sp.jpg");
      background-repeat: repeat-y;
      background-size: 100% auto;
      background-position: center top;
      overflow-x: hidden; } }

body#System {
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
  color: #1e1e1e;
  line-height: 170%;
  overflow-x: hidden; }
  @media screen and (min-width: 401px) {
    body#System {
      background: url("../img/header_bg.png") center top no-repeat, url("../img/bg.png") center top repeat-x, #cdcdcd; } }
  @media screen and (max-width: 400px) {
    body#System {
      width: 400px;
      background: url("../img/header_bg_sp.png") center top no-repeat, url("../img/bg.png") center top repeat-x, #cdcdcd;
      background-size: 100% auto, auto auto;
      overflow-x: hidden; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    body#System {
      background: url("../img/header_bg_sp.png") center top no-repeat, #cdcdcd;
      background-size: 100% auto; } }

a {
  color: #d00000;
  text-decoration: underline; }

a:hover {
  filter: brightness(120%); }

a:focus {
  outline: none; }

/* モーダル */
.LowStartMovie_popUp,
input[name="LowStartMovie_switch"],
#LowStartMovie_open + label ~ label {
  display: none; }

#LowStartMovie_open + label,
#LowStartMovie_close-button + label {
  cursor: pointer; }

.LowStartMovie_popUp {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

#LowStartMovie_open:checked ~ #LowStartMovie_close-button + label {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media screen and (min-width: 401px) {
  #LowStartMovie_open:checked + label ~ .LowStartMovie_popUp {
    display: block;
    width: 940px;
    max-height: 720px;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1998; } }

@media screen and (max-width: 400px) {
  #LowStartMovie_open:checked + label ~ .LowStartMovie_popUp {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1998; } }

@media screen and (min-width: 401px) {
  #LowStartMovie_open:checked
+ label
~ .LowStartMovie_popUp
> .LowStartMovie_popUp-content {
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center; } }

@media screen and (max-width: 400px) {
  #LowStartMovie_open:checked
+ label
~ .LowStartMovie_popUp
> .LowStartMovie_popUp-content {
    height: calc(100% - 20px); } }

#LowStartMovie_open:checked + label + #LowStartMovie_close-overlay + label {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 1997; }

@media screen and (min-width: 401px) {
  #LowStartMovie_open:checked ~ #LowStartMovie_close-button + label {
    display: block;
    background: transparent;
    text-align: right;
    font-size: 66px;
    line-height: 44px;
    width: 90%;
    height: 44px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1999; } }

@media screen and (max-width: 400px) {
  #LowStartMovie_open:checked ~ #LowStartMovie_close-button + label {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1999;
    overflow: hidden; } }

@media screen and (min-width: 401px) {
  #LowStartMovie_open:checked ~ #LowStartMovie_close-button + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 80px;
    height: 80px;
    background-image: url(../img/nav_close.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../img/nav_close.png); } }

@media screen and (max-width: 400px) {
  #LowStartMovie_open:checked ~ #LowStartMovie_close-button + label::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../img/nav_close.png);
    background-repeat: no-repeat;
    background-size: 100% auto; } }

@media screen and (min-width: 401px) {
  .AboutLow-movie-modal {
    width: 846px;
    height: 480px;
    margin: 60px auto 0 auto;
    border: solid 5px #1d1d1d; } }

@media screen and (max-width: 400px) {
  .AboutLow-movie-modal {
    border: solid 5px #1d1d1d;
    margin: 150px auto 0 auto;
    width: 390px;
    height: 240px; } }

@media screen and (max-width: 400px) {
  .AboutLow-movie-modal iframe {
    width: 380px;
    height: 230px; } }

/* グローバルナビ */
/* 呼び出しハンバーガーくんです */
.GlobalNavMenuButton {
  position: fixed;
  z-index: 999; }
  @media screen and (min-width: 401px) {
    .GlobalNavMenuButton {
      top: 10px;
      right: 0; } }
  @media screen and (max-width: 400px) {
    .GlobalNavMenuButton {
      top: 8px;
      left: 307px; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNavMenuButton {
      top: 2px;
      left: 334px; } }
  @media screen and (max-width: 400px) {
    .GlobalNavMenuButton img {
      height: 36px;
      width: auto; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNavMenuButton img {
      height: 26px;
      width: auto; } }

.GlobalNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  @media screen and (max-width: 400px) {
    .GlobalNav {
      width: 400px; } }

.GlobalNav-close {
  color: transparent;
  user-select: none;
  font-size: 0;
  position: fixed;
  top: 10px;
  right: 20px;
  width: 80px;
  height: 80px;
  background-image: url(../img/nav_close.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1000; }
  @media screen and (max-width: 400px) {
    .GlobalNav-close {
      top: 5px;
      right: 5px;
      width: 60px;
      height: 60px;
      background-size: 100% auto; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNav-close {
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
      background-size: 100% auto; } }

.GlobalNav.show {
  z-index: 1000; }

/* 背景の色 */
.GlobalNav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1; }
  @media screen and (max-width: 400px) {
    .GlobalNav-bg {
      width: 400px; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNav-bg {
      height: 150%; } }

.GlobalNavBg-enter-active {
  /* 背景の色が登場するまでの時間 */
  transition: 0.5s; }

.GlobalNavBg-leave-active {
  /* 背景の色が退場するまでの時間 */
  transition: 0.5s; }

.GlobalNavBg-enter,
.GlobalNavBg-leave-to {
  opacity: 0; }

/* メニュー全部の枠です */
.GlobalNav-box {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 401px) {
    .GlobalNav-box {
      width: 640px;
      height: 750px; } }
  @media screen and (max-width: 400px) {
    .GlobalNav-box {
      width: 100%;
      height: 900px; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNav-box {
      width: 100%;
      height: 600px; } }

/* メニュー個別のものです 仕組み上absoluteでなくてはいけないです */
.GlobalNav-item {
  position: absolute;
  opacity: 1; }

.GlobalNav-item a {
  display: block;
  padding: 20px; }
  @media screen and (min-width: 401px) {
    .GlobalNav-item a {
      width: 640px; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNav-item a {
      padding: 0 9px 0 11px;
      width: 205px; } }

.GlobalNav-item.home {
  top: 40px; }
  @media screen and (max-width: 400px) {
    .GlobalNav-item.home {
      top: 60px; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNav-item.home {
      top: 55px; } }

.GlobalNav-item.about {
  top: 150px; }
  @media screen and (max-width: 400px) {
    .GlobalNav-item.about {
      top: 130px; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNav-item.about {
      left: 195px;
      top: 55px; } }

.GlobalNav-item.chara {
  top: 260px; }
  @media screen and (max-width: 400px) {
    .GlobalNav-item.chara {
      top: 200px; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNav-item.chara {
      top: 90px; } }

.GlobalNav-item.news {
  top: 370px; }
  @media screen and (max-width: 400px) {
    .GlobalNav-item.news {
      top: 270px; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .GlobalNav-item.news {
      left: 195px;
      top: 90px; } }

/*.GlobalNav-item.channel {
    top: 480px;
      @include sp {
        top: 340px;
      }
  }
.GlobalNav-item.system   {
    top: 440px;
      @include sp {
        top: 410px;
      }
  }
  .GlobalNav-item.channel {
    top: 520px;
      @include sp {
        top: 480px;
      }
  }*/
/* メニューのアニメ設定 */
.GlobalNavItem-enter-active {
  transition: 0.44s cubic-bezier(0.2, 0.97, 0.54, 1); }

.GlobalNavItem-leave-active {
  transition: 0.35s cubic-bezier(0.54, 0.01, 0.76, 0.93); }

.GlobalNavItem-enter {
  transform: translateX(50px) skewX(-30deg);
  opacity: 0; }

.GlobalNavItem-leave-to {
  transform: translateX(-50px) skewX(-30deg);
  opacity: 0; }

/* メニュー個別の時間差処理です */
.GlobalNavItem-enter-active.home {
  transition-delay: 0ms; }

.GlobalNavItem-enter-active.about {
  transition-delay: 60ms; }

.GlobalNavItem-enter-active.chara {
  transition-delay: 120ms; }

.GlobalNavItem-enter-active.news {
  transition-delay: 180ms; }

/*.GlobalNavItem-enter-active.channel   { transition-delay: 60ms * 4; }
  .GlobalNavItem-enter-active.system  { transition-delay: 60ms * 5; }
  .GlobalNavItem-enter-active.dojo  { transition-delay: 60ms * 6; }
  .GlobalNavItem-enter-active.channel  { transition-delay: 60ms * 7; }*/
.GlobalNavItem-leave-active.home {
  transition-delay: 0ms; }

.GlobalNavItem-leave-active.about {
  transition-delay: 30ms; }

.GlobalNavItem-leave-active.chara {
  transition-delay: 60ms; }

.GlobalNavItem-leave-active.news {
  transition-delay: 90ms; }

/*.GlobalNavItem-leave-active.channel   { transition-delay: 30ms * 4; }
  .GlobalNavItem-leave-active.system  { transition-delay: 30ms * 5; }
  .GlobalNavItem-leave-active.dojo  { transition-delay: 30ms * 6; }
  .GlobalNavItem-leave-active.channel  { transition-delay: 30ms * 7; }*/
/* ヘッダー　*/
@media screen and (min-width: 401px) {
  #Home header {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    border-bottom: solid 6px #000; } }

@media screen and (max-width: 400px) {
  #Home header {
    position: relative;
    height: auto; } }

@media screen and (min-width: 401px) {
  #Home header .pc {
    display: block; } }

@media screen and (max-width: 400px) {
  #Home header .pc {
    display: none; } }

@media screen and (min-width: 401px) {
  #Home header .sp {
    display: none; } }

@media screen and (max-width: 400px) {
  #Home header .sp {
    display: block; } }

#Home header .HeaderText {
  position: absolute;
  right: 8px;
  top: 827px;
  color: #fff;
  font-size: 70%; }
  @media screen and (max-width: 400px) {
    #Home header .HeaderText {
      top: 530px;
      right: auto;
      left: 10px;
      bottom: auto;
      font-size: 75%; } }

#System header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 10; }

h1 {
  color: transparent;
  user-select: none;
  font-size: 0; }

@media screen and (min-width: 401px) {
  .Logo {
    width: 100%;
    height: 96px; } }

@media screen and (max-width: 400px) {
  .Logo {
    padding-top: 0px; } }

#Home .Logo img {
  display: block;
  width: 224px;
  height: auto; }
  @media screen and (max-width: 400px) {
    #Home .Logo img {
      width: 140px; } }

@media screen and (min-width: 401px) {
  #System .Logo {
    width: 800px;
    height: 390px;
    margin: 20px auto 0 auto;
    background: url(../img/logo.png) center center no-repeat; } }

@media screen and (max-width: 400px) {
  #System .Logo {
    width: 90%;
    margin: 0 auto;
    padding-top: 25px; } }

@media screen and (min-width: 401px) {
  #System .Logo a {
    display: block;
    width: 800px;
    height: 390px; } }

@media screen and (max-width: 400px) {
  #System .Logo a {
    display: block;
    width: 100%;
    height: 150px;
    background: url("../img/logo.png") center center no-repeat;
    background-size: 100% auto; } }

.Catch {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Catch {
      position: absolute;
      top: 600px;
      z-index: 6;
      width: 100%;
      height: 250px;
      background-image: url("../img/catch.png");
      background-repeat: no-repeat;
      background-position: center center; } }
  @media screen and (max-width: 400px) {
    .Catch {
      position: absolute;
      top: 310px;
      z-index: 6;
      width: 100%;
      height: 250px;
      background-image: url("../img/catch_sp.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto; } }

@media screen and (min-width: 401px) {
  .TopLink {
    margin-top: 750px;
    position: relative; } }

@media screen and (max-width: 400px) {
  .TopLink {
    margin-top: 470px;
    position: relative; } }

.TopLink ul {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  padding: 14px 0 0 0;
  background-image: url(../img/toplink_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 120px; }
  @media screen and (max-width: 400px) {
    .TopLink ul {
      height: 100px; } }
  .TopLink ul li {
    margin: 0 10px; }
    @media screen and (max-width: 400px) {
      .TopLink ul li {
        margin: 0 5px; } }
    .TopLink ul li img {
      height: 70px; }
      @media screen and (max-width: 400px) {
        .TopLink ul li img {
          height: 56px;
          width: auto !important; } }

.FooterDlLink ul {
  display: flex;
  justify-content: center;
  padding: 14px 0 0 0; }
  @media screen and (min-width: 401px) {
    .FooterDlLink ul {
      margin: 0 0 30px 0; } }
  @media screen and (max-width: 400px) {
    .FooterDlLink ul {
      margin: 0 0 30px 0; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .FooterDlLink ul {
      margin: 0 0 20px 0; } }
  .FooterDlLink ul li {
    margin: 0 10px; }
    @media screen and (max-width: 400px) {
      .FooterDlLink ul li {
        margin: 0 5px; } }
    .FooterDlLink ul li img {
      height: 70px; }
      @media screen and (max-width: 400px) {
        .FooterDlLink ul li img {
          height: auto; } }
      @media screen and (max-width: 400px) and (orientation: landscape) {
        .FooterDlLink ul li img {
          height: 30px; } }

.Transaction-link {
  margin: 0 0 40px 0; }
  @media screen and (max-width: 400px) {
    .Transaction-link {
      margin: 20px 0 40px 0;
      text-align: center; } }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .Transaction-link {
      font-size: 70%;
      margin: 20px 0 20px 0; } }

.NavTestplay {
  position: relative;
  width: 100%; }

.NavTestplay a {
  color: transparent;
  user-select: none;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 10;
  margin: 0 auto;
  display: block;
  width: 870px;
  height: 360px;
  background-image: url(../img/btn_jizen.png);
  background-repeat: no-repeat; }
  @media screen and (max-width: 400px) {
    .NavTestplay a {
      position: absolute;
      background-image: url(../img/btn_jizen.png);
      background-repeat: no-repeat;
      top: -5px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 400px;
      height: 220px;
      background-size: 130% auto;
      background-position: center top; } }

.NavJizen {
  position: relative; }

.NavJizen a {
  color: transparent;
  user-select: none;
  font-size: 0;
  display: inline-block;
  width: 548px;
  height: 219px;
  background-image: url("../img/btn_jizen.png");
  background-repeat: no-repeat; }
  @media screen and (max-width: 400px) {
    .NavJizen a {
      position: absolute;
      top: -18px;
      right: 0px;
      width: 230px;
      background-size: 270px auto; } }

/* ニュース　*/
.NewsTwitter {
  display: flex;
  width: 1020px;
  margin: 0 auto;
  padding-top: 40px; }
  @media screen and (min-width: 401px) {
    .NewsTwitter {
      margin-top: 1000px; } }
  @media screen and (max-width: 400px) {
    .NewsTwitter {
      display: block;
      width: 100%;
      padding-top: 50px; } }
  .NewsTwitter .NewsContent {
    width: 490px;
    height: 510px;
    margin: 0 16px 0 0;
    background-image: url("../img/content_bg_news.png");
    background-position: left top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .NewsTwitter .NewsContent {
        width: 100%;
        height: 400px;
        background-image: url("../img/content_bg_news_sp.png");
        background-size: 100% auto; } }
    .NewsTwitter .NewsContent h2 {
      color: transparent;
      user-select: none;
      font-size: 0;
      width: 400px;
      height: 100px;
      background: url("../img/title_news.png") 55px 44px no-repeat; }
      @media screen and (max-width: 400px) {
        .NewsTwitter .NewsContent h2 {
          height: 70px;
          background-position: 20px 25px;
          background-size: auto 35px; } }
    .NewsTwitter .NewsContent-link {
      display: flex;
      justify-content: center;
      width: 203px;
      height: 44px;
      margin: 0px auto; }
      @media screen and (max-width: 400px) {
        .NewsTwitter .NewsContent-link {
          display: block;
          width: 100%;
          text-align: center;
          margin: 0px auto 24px auto; } }
      .NewsTwitter .NewsContent-link a {
        color: transparent;
        user-select: none;
        font-size: 0;
        display: inline-block;
        width: 203px;
        height: 44px;
        background-image: url("../img/btn_newslist.png");
        background-size: 100% 200%;
        background-position: 0 0; }
        @media screen and (max-width: 400px) {
          .NewsTwitter .NewsContent-link a {
            width: 203px;
            height: 44px; } }
      .NewsTwitter .NewsContent-link a:hover {
        background-position: 0 100%; }
  .NewsTwitter .TwitterContent {
    width: 490px;
    height: 510px;
    margin: 0 0 0 16px;
    background-image: url("../img/content_bg_news.png");
    background-position: left top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .NewsTwitter .TwitterContent {
        margin: 0 0 0 0;
        width: 100%;
        background-image: url("../img/content_bg_tw_sp.png");
        background-size: 100% auto; } }
    .NewsTwitter .TwitterContent h2 {
      color: transparent;
      user-select: none;
      font-size: 0;
      width: 400px;
      height: 100px;
      background: url("../img/title_twitter.png") 55px 42px no-repeat; }
      @media screen and (max-width: 400px) {
        .NewsTwitter .TwitterContent h2 {
          height: 70px;
          background-position: 20px 22px;
          background-size: auto 38px; } }
    .NewsTwitter .TwitterContent .TwiiterContent-timeline {
      width: 440px;
      height: 400px !important;
      margin: 0 auto;
      padding-left: 10px;
      overflow: hidden; }
      @media screen and (max-width: 400px) {
        .NewsTwitter .TwitterContent .TwiiterContent-timeline {
          width: 400px; } }

@media screen and (min-width: 401px) {
  .twitter-timeline {
    width: 430px !important;
    height: 360px !important; } }

@media screen and (max-width: 400px) {
  .twitter-timeline {
    width: 380px !important;
    height: 360px !important; } }

/* ニュースAPI読み込み　*/
.Newsfeed {
  overflow-x: hidden; }
  @media screen and (min-width: 401px) {
    .Newsfeed {
      width: 410px;
      height: 320px;
      margin: 0 0 10px 50px; } }
  @media screen and (max-width: 400px) {
    .Newsfeed {
      margin-left: 10px;
      width: 390px;
      height: 235px; } }

@media screen and (min-width: 401px) {
  .feed {
    width: 380px; } }

@media screen and (max-width: 400px) {
  .feed {
    width: 380px; } }

.news_item {
  border-bottom: dashed 2px #1e1e1e;
  padding: 8px 0; }

.news_item.undefined {
  display: none; }

.news_item p {
  clear: both;
  font-size: 90%;
  line-height: 150%; }
  @media screen and (max-width: 400px) {
    .news_item p {
      font-size: 90%; } }

.news_date {
  float: left;
  font-size: 85%; }

.new_icon {
  display: inline-block;
  background-color: #000;
  color: #ffa200;
  font-size: 70%;
  height: 24px;
  margin-left: 8px;
  padding: 0 4px 6px 4px; }

.cat_icon {
  display: inline-block;
  min-width: 80px;
  height: 22px;
  margin-top: 4px;
  margin-right: 4px;
  transform: skewX(-15deg);
  border: solid 2px #383838;
  text-align: center;
  float: right;
  font-size: 12px; }

.cat_icon.お知らせ {
  background-color: #73c501; }

.cat_icon.イベント {
  background-color: #00bcbd; }

.cat_icon.メンテナンス {
  background-color: #018bf6; }

.cat_icon.お知らせ .cat_text,
.cat_icon.イベント .cat_text,
.cat_icon.メンテナンス .cat_text {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  transform: skewX(15deg);
  text-align: center;
  vertical-align: top;
  margin-top: -3px; }

/* オレンジのテンプレート */
.ContentOrange .wrapper {
  margin: 0px auto;
  padding: 24px 0 0px 0;
  width: 1004px;
  height: auto;
  overflow: hidden;
  background: url("../img/content_bg_top.png") center top no-repeat, url("../img/content_bg_bottom2.png") center bottom no-repeat, url("../img/content_bg.png") center top repeat-y; }
  @media screen and (max-width: 400px) {
    .ContentOrange .wrapper {
      width: 100%; } }

.ContentOrange .wrapper_bottom {
  margin: 0px auto;
  padding: 0 0 72px 0;
  width: 1004px;
  height: auto;
  overflow: hidden;
  background: url("../img/content_bg_bottom.png") center bottom no-repeat; }
  @media screen and (max-width: 400px) {
    .ContentOrange .wrapper_bottom {
      width: 100%; } }

/* 白のテンプレート */
.ContentWhite .wrapper {
  margin: 0px auto;
  padding: 24px 0 0 0;
  width: 1004px;
  height: auto;
  overflow: hidden;
  background: url("../img/content_white_bg_top.png") center top no-repeat, url("../img/content_white_bg_bottom2.png") center bottom no-repeat, url("../img/content_white_bg.png") center top repeat-y; }
  @media screen and (max-width: 400px) {
    .ContentWhite .wrapper {
      width: 100%; } }

.ContentWhite .wrapper_bottom {
  margin: 0px auto;
  padding: 0 0 72px 0;
  width: 1004px;
  height: auto;
  overflow: hidden;
  background: url("../img/content_white_bg_bottom.png") center bottom no-repeat; }
  @media screen and (max-width: 400px) {
    .ContentWhite .wrapper_bottom {
      width: 100%; } }

/* LOWとは　*/
@media screen and (min-width: 401px) {
  .AboutLow {
    margin-top: 890px; } }

@media screen and (max-width: 400px) {
  .AboutLow {
    padding-top: 10px;
    position: relative; } }

.AboutLow h2 {
  color: transparent;
  user-select: none;
  font-size: 0;
  margin: 0px auto;
  width: 1004px;
  height: 112px;
  background: url("../img/title_aboutlow.png") 95px 43px no-repeat, url("../img/pagetitle_white.png") left top no-repeat; }
  @media screen and (min-width: 401px) {
    .AboutLow h2 {
      background-size: auto 72px, auto auto; } }
  @media screen and (max-width: 400px) {
    .AboutLow h2 {
      width: 100%;
      height: 90px;
      background: url("../img/title_about_sp.png") 10px 20px no-repeat, url("../img/content_white_bg_top.png") center 65px no-repeat, url("../img/pagetitle_white_2_sp.png") left top no-repeat;
      background-size: auto 70px, 240% auto, 100% auto; } }

@media screen and (min-width: 401px) {
  .AboutLow .wrapper {
    padding-top: 0px; } }

@media screen and (max-width: 400px) {
  .AboutLow .wrapper {
    padding-top: 0px; } }

.AboutLow-game-title {
  color: transparent;
  user-select: none;
  font-size: 0;
  margin: 0px auto 20px auto;
  width: 892px;
  height: 81px;
  background: url("../img/title_aboutlow_1.png") center top no-repeat; }
  @media screen and (max-width: 400px) {
    .AboutLow-game-title {
      width: 100%;
      height: 70px;
      margin: 0px auto 0px auto;
      background: url("../img/title_aboutlow_1_sp.png") center top no-repeat;
      background-size: 100% auto; } }

.AboutLow-sekaowa-title {
  color: transparent;
  user-select: none;
  font-size: 0;
  margin: 0px auto;
  width: 892px;
  height: 81px;
  background: url("../img/title_aboutlow_2.png") center top no-repeat; }
  @media screen and (max-width: 400px) {
    .AboutLow-sekaowa-title {
      width: 100%;
      height: 70px;
      margin-bottom: 10px;
      background: url("../img/title_aboutlow_2_sp.png") center top no-repeat;
      background-size: 100% auto; } }

.AboutLow-sekaowa {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 892px;
  margin: 0px auto; }
  @media screen and (max-width: 400px) {
    .AboutLow-sekaowa {
      display: block;
      width: 100%; } }

.AboutLow-sekaowa-movie {
  width: 436px;
  height: 292px;
  margin: 0 10px 0 0;
  padding: 20px 8px 0 0;
  text-align: center;
  background: url("../img/movie_title.png") center 240px no-repeat, url("../img/movie_bg.png") center top no-repeat; }
  @media screen and (max-width: 400px) {
    .AboutLow-sekaowa-movie {
      width: 100%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 401px) {
    .AboutLow-sekaowa-movie-btn {
      position: relative;
      width: 274px;
      height: 205px;
      margin: 0 auto; } }
  @media screen and (min-width: 401px) {
    .AboutLow-sekaowa-movie-btn::before {
      display: block;
      position: absolute;
      content: "";
      top: 0;
      width: 274px;
      height: 205px;
      background-image: url("../img/movie_btn.png");
      background-size: 100% 200%;
      background-position: 0 0; } }
  @media screen and (min-width: 401px) {
    .AboutLow-sekaowa-movie-btn:hover::before {
      width: 274px;
      height: 205px;
      display: block;
      position: absolute;
      background-image: url("../img/movie_btn.png");
      background-position: 0 100%; } }

.AboutLow-sekaowa-text {
  color: transparent;
  user-select: none;
  font-size: 0;
  width: 421px;
  height: 251px;
  margin: 0 0 0 10px;
  text-align: center;
  background: url("../img/aboutlow_sekaowa_text.jpg") center top no-repeat; }
  @media screen and (max-width: 400px) {
    .AboutLow-sekaowa-text {
      margin: 0 auto;
      width: 100%;
      background-size: 98% auto; } }

.AboutLow-movie2 iframe {
  width: 836px;
  height: 470px; }
  @media screen and (max-width: 400px) {
    .AboutLow-movie2 iframe {
      width: 380px;
      height: 230px; } }

@media screen and (min-width: 401px) {
  .AboutLow-moviebox {
    margin-bottom: 10px; } }

@media screen and (max-width: 400px) {
  .AboutLow-moviebox {
    margin-bottom: 10px; } }

.AboutLow-link {
  display: flex;
  justify-content: center;
  width: 250px;
  height: 56px;
  margin: 0px auto 20px auto; }
  @media screen and (max-width: 400px) {
    .AboutLow-link {
      display: block;
      width: 100%;
      text-align: center;
      margin: 0px auto 24px auto; } }
  .AboutLow-link a {
    color: transparent;
    user-select: none;
    font-size: 0;
    display: inline-block;
    width: 250px;
    height: 56px;
    background-image: url("../img/btn_about.png");
    background-size: 100% 200%;
    background-position: 0 0; }
    @media screen and (max-width: 400px) {
      .AboutLow-link a {
        width: 210px;
        height: 48px; } }
  .AboutLow-link a:hover {
    background-position: 0 100%; }

.AboutLow-movie3 {
  width: 846px;
  height: 480px;
  margin: 40px auto 0 auto;
  border: solid 5px #1d1d1d; }
  @media screen and (max-width: 400px) {
    .AboutLow-movie3 {
      margin: 20px auto 0 auto;
      width: 390px;
      height: 240px; } }

.AboutLow-movie3 iframe {
  width: 836px;
  height: 470px; }
  @media screen and (max-width: 400px) {
    .AboutLow-movie3 iframe {
      width: 380px;
      height: 230px; } }

.AboutLow-movie a {
  color: transparent;
  user-select: none;
  font-size: 0;
  display: inline-block;
  width: 836px;
  height: 470px;
  background-image: url("../img/ss_00_link.jpg");
  background-size: 100% 200%; }
  @media screen and (max-width: 400px) {
    .AboutLow-movie a {
      width: 380px;
      height: 230px; } }

.AboutLow-movie a {
  background-position: 0 0; }

.AboutLow-movie a:hover {
  filter: brightness(100%);
  background-position: 0 -100%; }

.AboutLow-sekaowa-link {
  display: flex;
  justify-content: center;
  width: 892px;
  margin: 20px auto 40px auto; }
  @media screen and (max-width: 400px) {
    .AboutLow-sekaowa-link {
      display: block;
      width: 100%;
      text-align: center;
      margin: 0px auto 24px auto; } }

.AboutLow-sekaowa-link a {
  color: transparent;
  user-select: none;
  font-size: 0;
  display: inline-block;
  width: 438px;
  height: 57px;
  background-image: url("../img/btn_sekaoka_link.png");
  background-size: 200% 200%; }
  @media screen and (max-width: 400px) {
    .AboutLow-sekaowa-link a {
      width: 90%;
      height: 48px; } }

.AboutLow-sekaowa-link-official a {
  margin-right: 4px;
  background-position: 0 0; }

.AboutLow-sekaowa-link-official a:hover {
  background-position: 0 -100%; }

.AboutLow-sekaowa-link-twitter a {
  margin-left: 4px;
  background-position: -100% 0; }

.AboutLow-sekaowa-link-twitter a:hover {
  background-position: -100% -100%; }

.AboutLow-sekaowa-tieup {
  width: 890px;
  margin: 0 auto 30px auto;
  padding: 20px;
  font-weight: bold;
  font-size: 110%;
  border: solid 4px #1e1e1e;
  background-color: #e4e1dd;
  text-align: center; }
  @media screen and (max-width: 400px) {
    .AboutLow-sekaowa-tieup {
      width: 98%;
      margin: 0 auto; } }

/* スライダー　*/
.AboutLow-slide {
  margin: 30px auto 0 auto;
  padding: 20px 0 0 10px;
  width: 900px;
  height: 580px;
  background-image: url("../img/slide_bg.png");
  background-position: right top;
  background-repeat: no-repeat; }
  @media screen and (max-width: 400px) {
    .AboutLow-slide {
      margin: 0px auto 0 auto;
      background-image: none;
      width: 100%;
      height: 270px; } }

.Screenshots {
  width: 870px; }
  @media screen and (max-width: 400px) {
    .Screenshots {
      width: 380px; } }

@media screen and (max-width: 400px) {
  .Screenshots .slick-slide img {
    height: auto; } }

.slick-slide {
  padding: 0; }

.slider {
  width: 100%; }

.slick-slide {
  width: 836px;
  margin: 0px 30px 0px 30px; }
  @media screen and (max-width: 400px) {
    .slick-slide {
      width: 400px;
      margin: 0px; } }

.slick-slide img {
  width: auto;
  height: 470px; }
  @media screen and (max-width: 400px) {
    .slick-slide img {
      width: auto; } }

.slick-prev:before,
.slick-next:before {
  color: black; }

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2; }

.slick-active {
  opacity: 0.5; }

.slick-current {
  opacity: 1; }

.slick-arrow {
  width: 42px;
  height: 78px;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 998; }
  @media screen and (max-width: 400px) {
    .slick-arrow {
      width: 32px;
      height: 60px; } }

.slick-arrow:hover {
  filter: brightness(120%); }

.prev-arrow {
  right: 850px;
  top: 220px; }
  @media screen and (max-width: 400px) {
    .prev-arrow {
      right: 0px;
      left: -368px;
      top: 78px; } }

.next-arrow {
  right: -850px;
  top: 220px; }
  @media screen and (max-width: 400px) {
    .next-arrow {
      right: 0px;
      left: 360px;
      top: 78px; } }

.slide-dots {
  text-align: center;
  margin-top: 30px; }
  @media screen and (max-width: 400px) {
    .slide-dots {
      margin-top: -10px; } }

.slide-dots li {
  display: inline-block;
  width: 22px;
  height: 22px; }

.slide-dots li {
  opacity: 1 !important; }

.slide-dots li:hover {
  border: none;
  outline: none; }

.slide-dots li button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  text-indent: -9999px;
  background-image: url(../img/pager_off.png);
  background-size: auto 100%;
  background-position: center center;
  border: none; }

.slide-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  text-indent: -9999px;
  background-image: url(../img/pager_on.png);
  background-size: auto 100%;
  background-position: center center;
  border: none !important; }

/* リグワン道場　*/
.Dojo-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 401px) {
    .Dojo-movie {
      height: auto; } }
  @media screen and (max-width: 400px) {
    .Dojo-movie {
      display: block;
      width: 100%;
      margin-bottom: 100px;
      padding: 0px 4px;
      height: auto !important;
      max-height: 10000px !important; } }

@media screen and (max-width: 400px) {
  .Dojo-movie-list {
    width: 100%;
    margin-bottom: 20px; } }

.Dojo-movie-list-content {
  background-color: #3c3c3c;
  padding: 4px; }

.Dojo-movie-list h4 {
  position: relative;
  height: 44px;
  background-color: #fff;
  background-image: url(../img/dojo_movie_title_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-bottom: solid 4px #3c3c3c;
  color: #3c3c3c;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 8px 0 0 94px;
  text-align: left; }
  @media screen and (max-width: 400px) {
    .Dojo-movie-list h4 {
      background-image: url(../img/dojo_movie_title_bg_sp.png);
      background-size: 120px auto;
      height: auto;
      padding: 6px 0 4px 94px; } }
  .Dojo-movie-list h4:before {
    width: 75px;
    height: 75px;
    content: "";
    position: absolute;
    top: -15px;
    left: 4px;
    display: block;
    background-image: url(../img/dojo_point.png);
    background-repeat: no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 400px) {
      .Dojo-movie-list h4:before {
        top: auto;
        bottom: -10px; } }

.Dojo-movie-list p {
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 85%;
  line-height: 150%;
  padding: 10px; }
  .Dojo-movie-list p > span {
    display: block; }

@media screen and (min-width: 401px) {
  .Dojo-movie-list-btn {
    position: relative;
    width: 100%;
    height: 218px;
    margin: 0 auto;
    overflow-y: hidden; } }

@media screen and (max-width: 400px) {
  .Dojo-movie-list-btn {
    position: relative;
    width: 100%;
    height: 117px;
    overflow-y: hidden; } }

.Dojo-movie-list-btn a {
  display: block;
  width: 100%;
  height: 211px; }
  @media screen and (max-width: 400px) {
    .Dojo-movie-list-btn a {
      height: 117px; } }

@media screen and (min-width: 401px) {
  .Dojo-movie-list-btn img {
    margin-top: -40px; } }

@media screen and (max-width: 400px) {
  .Dojo-movie-list-btn img {
    margin-top: 0; } }

@media screen and (min-width: 401px) {
  .Dojo-movie-list-btn::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 218px;
    background-image: url("../img/dojo_btn.png");
    background-size: 100% 200%;
    background-position: 0 0; } }

@media screen and (max-width: 400px) {
  .Dojo-movie-list-btn::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 117px;
    background-image: url("../img/dojo_btn.png");
    background-size: 100% 200%;
    background-position: 0 -100%; } }

@media screen and (min-width: 401px) {
  .Dojo-movie-list-btn:hover::before {
    width: 100%;
    height: 218px;
    display: block;
    position: absolute;
    background-image: url("../img/dojo_btn.png");
    background-position: 0 100%; } }

.dojo-accordion {
  margin-bottom: 12px; }

/* 紹介ムービー　*/
.AboutLowMovie-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 850px;
  margin: 0 auto; }
  @media screen and (min-width: 401px) {
    .AboutLowMovie-movie {
      height: auto;
      margin-bottom: 0px; } }
  @media screen and (max-width: 400px) {
    .AboutLowMovie-movie {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      padding: 0px 4px;
      height: auto !important; } }

.AboutLowMovie-movie-list {
  width: 846px;
  height: 478px;
  margin: 0 5px 0px 5px;
  padding: 0;
  text-align: center;
  background-color: #3c3c3c; }
  @media screen and (max-width: 400px) {
    .AboutLowMovie-movie-list {
      position: relative;
      width: 380px;
      height: 218px;
      margin-bottom: 20px; } }
  .AboutLowMovie-movie-list-content {
    padding: 4px; }
    @media screen and (max-width: 400px) {
      .AboutLowMovie-movie-list-content a {
        display: block;
        width: 100%;
        height: 216px; } }
    @media screen and (max-width: 400px) {
      .AboutLowMovie-movie-list-content a:before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        width: 372px;
        height: 216px;
        background-image: url("../img/dojo_btn_sp.png");
        background-size: 100% auto;
        background-position: center center; } }
  @media screen and (min-width: 401px) {
    .AboutLowMovie-movie-list-btn {
      position: relative;
      width: 100%;
      height: 470px;
      margin: 0 auto;
      overflow-y: hidden; } }
  @media screen and (max-width: 400px) {
    .AboutLowMovie-movie-list-btn {
      position: relative;
      width: 100%;
      height: 210px;
      overflow-y: hidden; } }
  .AboutLowMovie-movie-list-btn a {
    display: block;
    width: 100%;
    height: 211px; }
  @media screen and (min-width: 401px) {
    .AboutLowMovie-movie-list-btn::before {
      display: block;
      position: absolute;
      content: "";
      top: 0;
      width: 838px;
      height: 470px;
      background-image: url("../img/dojo_btn_pc.png");
      background-size: 100% 200%;
      background-position: 0 0; } }
  @media screen and (min-width: 401px) {
    .AboutLowMovie-movie-list-btn:hover {
      filter: brightness(100%); } }
  @media screen and (min-width: 401px) {
    .AboutLowMovie-movie-list-btn:hover::before {
      width: 838px;
      height: 470px;
      display: block;
      position: absolute;
      background-image: url("../img/dojo_btn_pc.png");
      background-position: 0 100%; } }

/* セカオワムービー　*/
.AboutLow-sekaowa .Dojo-movie-list-btn {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 198px;
  width: 364px; }

@media screen and (min-width: 401px) {
  .SekaowaMovie-movie-list .Dojo-movie-list-btn {
    width: 360px; }
    .SekaowaMovie-movie-list .Dojo-movie-list-btn::before {
      background-image: url(../img/sekaowa_btn_pc.png);
      background-size: 360px auto; } }

@media screen and (max-width: 400px) {
  .SekaowaMovie {
    margin-top: 10px; } }

.SekaowaMovie-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto; }
  @media screen and (min-width: 401px) {
    .SekaowaMovie-movie {
      width: 382px;
      height: 286px;
      height: auto; } }
  @media screen and (max-width: 400px) {
    .SekaowaMovie-movie {
      display: block;
      width: 100%;
      margin-bottom: 100px;
      padding: 0px 4px;
      height: auto !important; } }

.SekaowaMovie-movie-list {
  width: 382px;
  height: 286px;
  margin: 0 5px 0px 5px;
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 400px) {
    .SekaowaMovie-movie-list {
      position: relative;
      width: 380px;
      height: 288px;
      margin-bottom: 20px; } }
  .SekaowaMovie-movie-list-content {
    padding: 4px; }
    @media screen and (max-width: 400px) {
      .SekaowaMovie-movie-list-content a {
        display: block;
        width: 100%;
        height: 288px; } }
    @media screen and (max-width: 400px) {
      .SekaowaMovie-movie-list-content a:before {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 320px;
        height: 185px;
        background-image: url("../img/dojo_btn_sp.png");
        background-size: 100% auto;
        background-position: center -22px; } }
  @media screen and (min-width: 401px) {
    .SekaowaMovie-movie-list-btn {
      position: relative;
      width: 100%;
      height: 470px;
      margin: 0 auto; } }
  @media screen and (max-width: 400px) {
    .SekaowaMovie-movie-list-btn {
      position: relative;
      width: 100%;
      height: 236px;
      overflow-y: hidden; } }
  .SekaowaMovie-movie-list-btn a {
    display: block;
    width: 100%;
    height: 211px; }
  @media screen and (min-width: 401px) {
    .SekaowaMovie-movie-list-btn::before {
      display: block;
      position: absolute;
      content: "";
      top: 0;
      width: 382px;
      height: 470px;
      background-image: url("../img/dojo_btn_pc.png");
      background-size: 100% 200%;
      background-position: 0 0; } }
  @media screen and (min-width: 401px) {
    .SekaowaMovie-movie-list-btn:hover {
      filter: brightness(100%); } }
  @media screen and (min-width: 401px) {
    .SekaowaMovie-movie-list-btn:hover::before {
      width: 370px;
      height: 470px;
      display: block;
      position: absolute;
      background-image: url("../img/dojo_btn_pc.png");
      background-position: 0 100%; } }

/* キャラクター */
.Character {
  padding: 65px 0 70px 0; }
  @media screen and (max-width: 400px) {
    .Character {
      padding: 30px 0 30px 0; } }
  .Character h2 {
    color: transparent;
    user-select: none;
    font-size: 0;
    margin: 0px auto;
    width: 1004px;
    height: 112px;
    background: url("../img/title_chara.png") 100px 50px no-repeat, url("../img/pagetitle_white.png") left top no-repeat; }
    @media screen and (max-width: 400px) {
      .Character h2 {
        width: 100%;
        height: 62px;
        background: url("../img/title_chara.png") 20px 20px no-repeat, url("../img/pagetitle_white_sp.png") left top no-repeat;
        background-size: auto 40px, 100% auto; } }
  .Character-title {
    color: transparent;
    user-select: none;
    font-size: 0;
    margin: 0px auto 20px auto;
    width: 903px;
    height: 106px;
    background: url("../img/title_chara_1.png") center top no-repeat; }
    @media screen and (max-width: 400px) {
      .Character-title {
        width: 100%;
        height: 70px;
        background: url("../img/title_chara_1_sp.png") center top no-repeat;
        background-size: 100% auto; } }
    .Character-title-etc {
      color: transparent;
      user-select: none;
      font-size: 0; }
      @media screen and (min-width: 401px) {
        .Character-title-etc {
          margin: 0px auto 20px auto;
          width: 892px;
          height: 85px;
          background: url("../img/title_chara_2.png") center top no-repeat; } }
      @media screen and (max-width: 400px) {
        .Character-title-etc {
          margin: 0px auto 10px auto;
          width: 100%;
          height: 70px;
          background: url("../img/title_chara_2_sp.png") center top no-repeat;
          background-size: 100% auto; } }
  .Character-image {
    margin: 0px auto 20px auto;
    width: 890px;
    height: 553px;
    background: url("../img/character_pc_01.png") center top no-repeat; }
    @media screen and (max-width: 400px) {
      .Character-image {
        margin: 0px auto 0px auto;
        width: 100%;
        height: 560px;
        background: url("../img/chara_list_sp.png") center top no-repeat;
        background-size: 96% auto; } }
  .Character .Charalist-link {
    display: flex;
    justify-content: center;
    width: 250px;
    height: 56px;
    margin: 0px auto 20px auto; }
    @media screen and (max-width: 400px) {
      .Character .Charalist-link {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0px auto; } }
    .Character .Charalist-link a {
      color: transparent;
      user-select: none;
      font-size: 0;
      display: inline-block;
      width: 250px;
      height: 56px;
      background-image: url("../img/btn_charalist.png");
      background-size: 100% 200%;
      background-position: 0 0; }
      @media screen and (max-width: 400px) {
        .Character .Charalist-link a {
          width: 210px;
          height: 48px; } }
    .Character .Charalist-link a:hover {
      background-position: 0 100%; }
  .Character .Chara-slide {
    margin: 0 auto;
    width: 890px;
    height: 560px;
    background-image: url("../img/slide_bg.png");
    background-position: right top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .Character .Chara-slide {
        background-image: none;
        width: 100%;
        height: 670px; } }
  .Character .Screenshots {
    width: 890px;
    margin: 140px auto 0 auto;
    text-align: center; }
    @media screen and (max-width: 400px) {
      .Character .Screenshots {
        width: 400px;
        margin: 190px auto 0 auto; } }
  .Character .slick-slide {
    padding: 0; }
  .Character .slider {
    width: 100%; }
  .Character .slick-slide {
    width: 890px;
    margin: 0px 30px 0px 30px; }
    @media screen and (max-width: 400px) {
      .Character .slick-slide {
        width: 380px; } }
  .Character .slick-slide img {
    width: auto;
    height: 470px; }
    @media screen and (max-width: 400px) {
      .Character .slick-slide img {
        width: auto;
        height: 230px; } }
  .Character .slick-prev:before,
  .Character .slick-next:before {
    color: black; }
  .Character .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2; }
  .Character .slick-active {
    opacity: 0.5; }
  .Character .slick-current {
    opacity: 1; }
  .Character .slick-arrow {
    width: 42px;
    height: 78px;
    height: auto;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999; }
    @media screen and (max-width: 400px) {
      .Character .slick-arrow {
        width: 32px;
        height: 60px; } }
  .Character .slick-arrow:hover {
    filter: brightness(120%); }
  .Character .prev-arrow {
    left: -900px;
    top: 220px; }
    @media screen and (max-width: 400px) {
      .Character .prev-arrow {
        right: 0px;
        left: -368px;
        top: 170px; } }
  .Character .next-arrow {
    right: -900px;
    top: 220px; }
    @media screen and (max-width: 400px) {
      .Character .next-arrow {
        right: 0px;
        left: 360px;
        top: 170px; } }
  @media screen and (min-width: 401px) {
    .Character .slide-dots {
      text-align: center;
      position: absolute;
      top: -120px;
      left: 50px;
      display: block;
      width: 100%;
      padding: 0;
      margin: 0; } }
  @media screen and (max-width: 400px) {
    .Character .slide-dots {
      position: absolute;
      top: -160px;
      width: 400px;
      text-align: left; } }
  .Character .slide-dots li {
    display: inline-block;
    width: 96px;
    height: 95px; }
  .Character .slide-dots li {
    opacity: 1 !important; }
  .Character .slide-dots li:hover {
    border: none;
    outline: none; }
  .Character .slide-dots li {
    display: inline-block;
    width: 95px;
    height: 95px;
    margin: 2px;
    background-image: url("../img/chara_index_off.png");
    background-size: 900% 100%; }
    @media screen and (max-width: 400px) {
      .Character .slide-dots li {
        margin: 4px;
        width: 70px;
        height: 70px; } }
    @media screen and (min-width: 401px) {
      .Character .slide-dots li:nth-child(1) {
        margin-left: -95px;
        background-position: 0 0; } }
    @media screen and (max-width: 400px) {
      .Character .slide-dots li:nth-child(1) {
        background-position: 0 0; } }
    .Character .slide-dots li:nth-child(2) {
      background-position: -100% 0; }
    .Character .slide-dots li:nth-child(3) {
      background-position: -200% 0; }
    .Character .slide-dots li:nth-child(4) {
      background-position: -300% 0; }
    .Character .slide-dots li:nth-child(5) {
      background-position: -400% 0; }
    .Character .slide-dots li:nth-child(6) {
      background-position: -500% 0; }
    .Character .slide-dots li:nth-child(7) {
      background-position: -600% 0; }
    .Character .slide-dots li:nth-child(8) {
      background-position: -700% 0; }
    .Character .slide-dots li:nth-child(9) {
      background-position: -800% 0; }
    .Character .slide-dots li:nth-child(10) {
      background-position: -900% 0; }
    .Character .slide-dots li button {
      display: block;
      width: 100%;
      height: 100%;
      color: transparent;
      user-select: none;
      font-size: 0; }
    .Character .slide-dots li:hover {
      filter: brightness(150%);
      transition: 0.1s ease-out; }
    .Character .slide-dots li:active {
      filter: brightness(90%);
      transform: translateY(1px);
      transition: 0.1s ease-out; }
  .Character .wrapper {
    position: relative; }
  @media screen and (min-width: 401px) {
    .Character .slide-dots-etc {
      position: absolute;
      width: 95px;
      height: 95px;
      right: 59px;
      z-index: 10; } }
  @media screen and (max-width: 400px) {
    .Character .slide-dots-etc {
      position: absolute;
      width: 70px;
      height: 70px;
      top: 190px;
      right: 86px;
      z-index: 10; } }
  .Character .slide-dots-etc a {
    display: block;
    margin: 2px;
    background-image: url("../img/chara_index_off.png");
    background-size: 900% 100%;
    background-position: -800% 0; }
    @media screen and (min-width: 401px) {
      .Character .slide-dots-etc a {
        width: 95px;
        height: 95px; } }
    @media screen and (max-width: 400px) {
      .Character .slide-dots-etc a {
        width: 70px;
        height: 70px; } }
  @media screen and (min-width: 401px) {
    .Character .slide-dots li button {
      width: 95px;
      height: 95px;
      background-color: transparent;
      text-indent: -9999px;
      border: none;
      background-image: none; } }
  @media screen and (max-width: 400px) {
    .Character .slide-dots li button {
      width: 95px;
      height: 95px;
      background-color: transparent;
      text-indent: -9999px;
      border: none;
      background-image: none; } }
  @media screen and (min-width: 401px) {
    .Character .slide-dots li.slick-active {
      background-image: url("../img/chara_index_on.png");
      background-size: 900% 100%; }
      .Character .slide-dots li.slick-active:nth-child(1) {
        background-position: 0% -100%; }
      .Character .slide-dots li.slick-active:nth-child(2) {
        background-position: -100% -100%; }
      .Character .slide-dots li.slick-active:nth-child(3) {
        background-position: -200% -100%; }
      .Character .slide-dots li.slick-active:nth-child(4) {
        background-position: -300% -100%; }
      .Character .slide-dots li.slick-active:nth-child(5) {
        background-position: -400% -100%; }
      .Character .slide-dots li.slick-active:nth-child(6) {
        background-position: -500% -100%; }
      .Character .slide-dots li.slick-active:nth-child(7) {
        background-position: -600% -100%; }
      .Character .slide-dots li.slick-active:nth-child(8) {
        background-position: -700% -100%; }
      .Character .slide-dots li.slick-active:nth-child(9) {
        background-position: -800% -100%; }
      .Character .slide-dots li.slick-active:hover {
        filter: brightness(100%);
        transition: 0.1s ease-out; } }
  @media screen and (max-width: 400px) {
    .Character .slide-dots li.slick-active {
      background-image: url("../img/chara_index_on.png");
      background-size: 900% 100%; }
      .Character .slide-dots li.slick-active:nth-child(1) {
        background-position: 0% -100%; }
      .Character .slide-dots li.slick-active:nth-child(2) {
        background-position: -100% -100%; }
      .Character .slide-dots li.slick-active:nth-child(3) {
        background-position: -200% -100%; }
      .Character .slide-dots li.slick-active:nth-child(4) {
        background-position: -300% -100%; }
      .Character .slide-dots li.slick-active:nth-child(5) {
        background-position: -400% -100%; }
      .Character .slide-dots li.slick-active:nth-child(6) {
        background-position: -500% -100%; }
      .Character .slide-dots li.slick-active:nth-child(7) {
        background-position: -600% -100%; }
      .Character .slide-dots li.slick-active:nth-child(8) {
        background-position: -700% -100%; }
      .Character .slide-dots li.slick-active:nth-child(9) {
        background-position: -800% -100%; }
      .Character .slide-dots li.slick-active:hover {
        filter: brightness(100%);
        transition: 0.1s ease-out; } }
  .Character .slide-dots li.slick-active button {
    width: 96px;
    height: 95px;
    background-color: transparent;
    text-indent: -9999px;
    background-image: none;
    border: none !important; }
  .Character-etc {
    text-align: center; }

@media screen and (max-width: 400px) {
  .Character-Profile {
    width: 384px !important;
    margin: 0 auto; } }

@media screen and (min-width: 401px) {
  .Character-Profile-01 {
    width: 892px;
    height: 510px !important;
    background: url("../img/character_pc_01.png") center top no-repeat; } }

@media screen and (max-width: 400px) {
  .Character-Profile-01 {
    width: 100%;
    height: 650px !important;
    background: url("../img/character_sp_01.png") center top no-repeat;
    background-size: 100% auto; } }

.Character-Profile-02 {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Character-Profile-02 {
      width: 892px;
      height: 510px !important;
      background: url("../img/character_pc_02.png") center top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Character-Profile-02 {
      width: 100%;
      height: 650px !important;
      background: url("../img/character_sp_02.png") center top no-repeat;
      background-size: 100% auto; } }

.Character-Profile-03 {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Character-Profile-03 {
      width: 892px;
      height: 510px !important;
      background: url("../img/character_pc_03.png") center top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Character-Profile-03 {
      width: 100%;
      height: 650px !important;
      background: url("../img/character_sp_03.png") center top no-repeat;
      background-size: 100% auto; } }

.Character-Profile-04 {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Character-Profile-04 {
      width: 892px;
      height: 510px !important;
      background: url("../img/character_pc_04.png") center top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Character-Profile-04 {
      width: 100%;
      height: 650px !important;
      background: url("../img/character_sp_04.png") center top no-repeat;
      background-size: 100% auto; } }

.Character-Profile-05 {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Character-Profile-05 {
      width: 892px;
      height: 510px !important;
      background: url("../img/character_pc_05.png") center top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Character-Profile-05 {
      width: 100%;
      height: 650px !important;
      background: url("../img/character_sp_05.png") center top no-repeat;
      background-size: 100% auto; } }

.Character-Profile-06 {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Character-Profile-06 {
      width: 892px;
      height: 510px !important;
      background: url("../img/character_pc_06.png") center top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Character-Profile-06 {
      width: 100%;
      height: 650px !important;
      background: url("../img/character_sp_06.png") center top no-repeat;
      background-size: 100% auto; } }

.Character-Profile-07 {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Character-Profile-07 {
      width: 892px;
      height: 510px !important;
      background: url("../img/character_pc_07.png") center top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Character-Profile-07 {
      width: 100%;
      height: 650px !important;
      background: url("../img/character_sp_07.png") center top no-repeat;
      background-size: 100% auto; } }

.Character-Profile-08 {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Character-Profile-08 {
      width: 892px;
      height: 510px !important;
      background: url("../img/character_pc_08.png") center top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Character-Profile-08 {
      width: 100%;
      height: 650px !important;
      background: url("../img/character_sp_08.png") center top no-repeat;
      background-size: 100% auto; } }

.Character-Profile-etc {
  color: transparent;
  user-select: none;
  font-size: 0; }
  @media screen and (min-width: 401px) {
    .Character-Profile-etc {
      width: 892px;
      height: 510px !important;
      background: url("../img/character_pc_etc.png") center top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Character-Profile-etc {
      width: 100%;
      height: 650px;
      background: url("../img/character_sp_etc.png") center top no-repeat;
      background-size: 100% auto; } }
  .Character-Profile-etc .Charaslide-movie {
    display: none; }

/* キャラクタームービー（トップページ）*/
.Chara-slide .slick-slide {
  position: relative; }

.Chara-slide .slick-slide img {
  width: 300px;
  height: auto; }
  @media screen and (max-width: 400px) {
    .Chara-slide .slick-slide img {
      width: auto; } }

.Charaslide-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 401px) {
    .Charaslide-movie {
      position: absolute;
      bottom: 35px;
      right: 90px;
      height: auto; } }
  @media screen and (max-width: 400px) {
    .Charaslide-movie {
      position: absolute;
      top: 482px;
      right: 0;
      left: 0;
      margin: 0 auto;
      padding: 0px 2px;
      height: auto !important; } }

@media screen and (max-width: 400px) {
  .Charaslide-movie-list {
    width: 66%; } }

.Charaslide-movie-list-content {
  background-color: #3c3c3c;
  padding: 4px; }

.Charaslide-movie-list-btn {
  display: block;
  cursor: pointer; }
  @media screen and (min-width: 401px) {
    .Charaslide-movie-list-btn {
      position: relative;
      width: 100%;
      height: 168px;
      margin: 0 auto;
      overflow-y: hidden; } }
  @media screen and (max-width: 400px) {
    .Charaslide-movie-list-btn {
      position: relative;
      width: 100%;
      height: 134px;
      overflow-y: hidden; } }
  .Charaslide-movie-list-btn a {
    display: block;
    width: 100%;
    height: 168px; }
    @media screen and (max-width: 400px) {
      .Charaslide-movie-list-btn a {
        height: 134px; } }
  @media screen and (min-width: 401px) {
    .Charaslide-movie-list-btn img {
      margin-top: -28px; } }
  @media screen and (max-width: 400px) {
    .Charaslide-movie-list-btn img {
      margin-top: 0; } }

@media screen and (min-width: 401px) {
  .Charaslide-movie-list-btn::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 168px;
    background-image: url("../img/dojo_btn.png");
    background-size: 100% 200%;
    background-position: 0 0; } }

@media screen and (max-width: 400px) {
  .Charaslide-movie-list-btn::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 134px;
    background-image: url("../img/dojo_btn.png");
    background-size: 100% 200%;
    background-position: 0 0; } }

@media screen and (min-width: 401px) {
  .Charaslide-movie-list-btn:hover::before {
    width: 100%;
    height: 168px;
    display: block;
    position: absolute;
    background-image: url("../img/dojo_btn.png");
    background-position: 0 100%; } }

/* 事前登録キャンペーン　*/
.Jizen {
  padding-top: 45px; }
  .Jizen h2 {
    color: transparent;
    user-select: none;
    font-size: 0;
    margin: 0px auto;
    width: 1004px;
    height: 112px;
    background: url("../img/title_jizen.png") 100px 50px no-repeat, url("../img/pagetitle_white.png") left top no-repeat; }
    @media screen and (max-width: 400px) {
      .Jizen h2 {
        width: 100%;
        height: 64px;
        background: url("../img/title_jizen.png") 20px 20px no-repeat, url("../img/pagetitle_white_sp.png") left top no-repeat;
        background-size: auto 46px, 100% auto; } }
  .Jizen-title {
    color: transparent;
    user-select: none;
    font-size: 0;
    margin: -40px auto 0px auto;
    width: 1000px;
    height: 225px;
    background: url("../img/title_cam_pc.png") 15px bottom no-repeat; }
    @media screen and (max-width: 400px) {
      .Jizen-title {
        margin: -25px auto 0px auto;
        width: 100%;
        height: 175px;
        background: url("../img/title_cam_sp.png") center top no-repeat;
        background-size: 100% auto; } }
  .Jizen-image {
    margin: 0px auto 20px auto;
    width: 940px;
    height: 2320px;
    background: url("../img/jizen_image.png") center top no-repeat; }
    @media screen and (max-width: 400px) {
      .Jizen-image {
        width: 100%;
        height: 1265px;
        background: url("../img/jizen_image_sp.png") center top no-repeat;
        background-size: 100% auto; } }
  @media screen and (min-width: 401px) {
    .Jizen-share {
      padding: 4px 0 0 130px;
      margin-bottom: 25px;
      background-image: url("../img/jizen_share_bg.png");
      background-repeat: no-repeat;
      background-position: center top; } }
  @media screen and (max-width: 400px) {
    .Jizen-share {
      width: 94%;
      padding: 0 0 0 130px;
      margin: 0 auto 25px auto;
      background-image: url("../img/jizen_share_bg.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto; } }
  .Jizen-chui {
    width: 886px;
    margin: 0 auto 30px auto;
    padding: 20px 20px 0px 20px;
    border: solid 4px #1e1e1e;
    background-color: #e4e1dd; }
    @media screen and (max-width: 400px) {
      .Jizen-chui {
        width: 98%;
        margin: 0 auto;
        font-size: 90%;
        line-height: 150%; } }
    .Jizen-chui dt {
      padding-bottom: 4px;
      font-weight: bold;
      font-size: 110%; }
    .Jizen-chui dd {
      padding-bottom: 20px;
      font-size: 95%; }

/* 注意事項　*/
.Chui {
  padding: 50px 0 0px 0; }
  .Chui h2 {
    color: transparent;
    user-select: none;
    font-size: 0;
    margin: 0px auto;
    width: 1004px;
    height: 112px;
    background: url("../img/title_chui.png") 100px 50px no-repeat, url("../img/pagetitle_orange.png") left top no-repeat; }
    @media screen and (max-width: 400px) {
      .Chui h2 {
        width: 100%;
        height: 62px;
        background: url("../img/title_chui.png") 20px 20px no-repeat, url("../img/pagetitle_orange_sp.png") left top no-repeat;
        background-size: auto 40px, 100% auto; } }
  .Chui-title {
    color: transparent;
    user-select: none;
    font-size: 0;
    margin: 0px auto 20px auto;
    width: 892px;
    height: 81px;
    background: url("../img/title_jizen_1.png") center top no-repeat; }
    @media screen and (max-width: 400px) {
      .Chui-title {
        width: 100%; } }
  .Chui-text {
    width: 890px;
    margin: 0 auto 30px auto;
    padding: 20px 20px 0px 20px;
    border: solid 4px #1e1e1e;
    background-color: #e4e1dd; }
    @media screen and (max-width: 400px) {
      .Chui-text {
        width: 98%;
        margin: 0 auto;
        font-size: 90%;
        line-height: 150%; } }
    .Chui-text li {
      position: relative;
      margin-left: 14px;
      padding-bottom: 20px;
      font-size: 95%; }
      .Chui-text li::before {
        content: "・";
        position: absolute;
        left: -14px;
        top: 0; }

/*　フッター　*/
footer {
  padding: 20px 0 20px 0;
  border-top: solid 4px #1d1d1d;
  background-color: #fff;
  background-image: url("../img/footer_bg.png");
  background-repeat: repeat-x;
  background-position: left bottom; }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    footer {
      padding: 10px 0 10px 0; } }
  footer .Product {
    width: 1150px;
    height: 292px;
    margin: 0 auto 30px auto;
    background-image: url("../img/product.png");
    background-repeat: no-repeat;
    background-position: left bottom; }
    @media screen and (max-width: 400px) {
      footer .Product {
        width: 100%;
        height: 430px;
        background-image: url("../img/product_sp.png");
        background-repeat: no-repeat;
        background-size: 100% auto; } }
  footer .FooterContent {
    text-align: center;
    font-size: 70%;
    line-height: 170%; }
    @media screen and (max-width: 400px) {
      footer .FooterContent {
        text-align: left;
        padding: 0 10px; } }
    @media screen and (max-width: 400px) and (orientation: landscape) {
      footer .FooterContent {
        font-size: 50%;
        text-align: left;
        padding: 0 10px; } }

.share {
  background-color: #000; }

.SNS {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.icon {
  display: block;
  width: 46px;
  height: 46px;
  margin: 5px;
  font-size: 12px;
  background-image: url("../img/sns_icon.png");
  background-size: 300% 100%; }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .icon {
      width: 25px;
      height: 25px; } }

.snsButton {
  display: inline-block;
  width: 100%;
  height: 100%; }

.icon a:hover {
  filter: brightness(120%); }

.SNS-tw {
  margin: 14px 5px;
  background-position: -100% 0;
  color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0; }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .SNS-tw {
      margin: 10px 4px 8px 4px; } }

.SNS-fa {
  margin: 14px 5px;
  background-position: -300% 0;
  color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0; }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .SNS-fa {
      margin: 10px 4px 8px 4px; } }

.SNS-li {
  margin: 14px 5px;
  background-position: -200% 0;
  color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0; }
  @media screen and (max-width: 400px) and (orientation: landscape) {
    .SNS-li {
      margin: 10px 4px 8px 4px; } }

.BottomLink {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999; }
  @media screen and (max-width: 400px) {
    .BottomLink {
      width: 400px; } }
  .BottomLink .BottomLink-carol {
    position: absolute;
    top: -64px;
    left: 70px;
    right: 0;
    width: 400px;
    height: 104px;
    margin: 0 auto;
    background-image: url("../img/bottom_carol.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto auto;
    align-items: flex-end; }
    @media screen and (max-width: 400px) {
      .BottomLink .BottomLink-carol {
        height: 90px;
        top: -50px;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: 350px auto; } }
  .BottomLink .BottomLink-content {
    display: flex;
    width: 1090px;
    height: 90px;
    margin: 0 auto;
    align-items: flex-end; }
    @media screen and (max-width: 400px) {
      .BottomLink .BottomLink-content {
        background-position: left -0px, 90px 38px;
        background-repeat: no-repeat, no-repeat;
        background-size: 85px auto, 74% auto;
        width: 400px;
        padding-left: 0px; } }
  .BottomLink ul {
    display: flex;
    width: 1090px;
    margin: 0 auto; }
    @media screen and (max-width: 400px) {
      .BottomLink ul {
        width: 100%; } }
  .BottomLink .RegistMail a {
    color: transparent;
    user-select: none;
    font-size: 0;
    display: block;
    width: 228px;
    height: 50px;
    background-image: url("../img/bottom_btn_mail.png");
    background-position: left bottom;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .BottomLink .RegistMail a {
        width: 85px;
        height: 46px;
        background-image: url("../img/bottom_btn_mail_sp.png");
        background-position: left top;
        background-size: 100% auto; } }
  @media screen and (min-width: 401px) {
    .BottomLink .RegistLine {
      margin-left: -10px; } }
  @media screen and (max-width: 400px) {
    .BottomLink .RegistLine {
      margin-left: -6px; } }
  .BottomLink .RegistLine a {
    color: transparent;
    user-select: none;
    font-size: 0;
    display: block;
    width: 227px;
    height: 50px;
    background-image: url("../img/bottom_btn_line.png");
    background-position: left bottom;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .BottomLink .RegistLine a {
        width: 85px;
        height: 46px;
        background-image: url("../img/bottom_btn_line_sp.png");
        background-position: left top;
        background-size: 100% auto; } }
  @media screen and (min-width: 401px) {
    .BottomLink .RegistTwitter {
      margin-left: -9px; } }
  @media screen and (max-width: 400px) {
    .BottomLink .RegistTwitter {
      margin-left: -6px; } }
  .BottomLink .RegistTwitter a {
    color: transparent;
    user-select: none;
    font-size: 0;
    display: block;
    width: 227px;
    height: 50px;
    background-image: url("../img/bottom_btn_tw.png");
    background-position: left bottom;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .BottomLink .RegistTwitter a {
        width: 85px;
        height: 46px;
        background-image: url("../img/bottom_btn_tw_sp.png");
        background-position: left top;
        background-size: 100% auto; } }
  @media screen and (min-width: 401px) {
    .BottomLink .RegistGoogle {
      margin-left: -9px; } }
  @media screen and (max-width: 400px) {
    .BottomLink .RegistGoogle {
      margin-left: -6px; } }
  .BottomLink .RegistGoogle a {
    color: transparent;
    user-select: none;
    font-size: 0;
    display: block;
    width: 227px;
    height: 50px;
    background-image: url("../img/bottom_btn_google.png");
    background-position: left bottom;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .BottomLink .RegistGoogle a {
        width: 85px;
        height: 46px;
        background-image: url("../img/bottom_btn_google_sp.png");
        background-position: left top;
        background-size: 100% auto; } }
  @media screen and (min-width: 401px) {
    .BottomLink .RegistApple {
      margin-left: -9px; } }
  @media screen and (max-width: 400px) {
    .BottomLink .RegistApple {
      margin-left: -6px; } }
  .BottomLink .RegistApple a {
    color: transparent;
    user-select: none;
    font-size: 0;
    display: block;
    width: 227px;
    height: 50px;
    background-image: url("../img/bottom_btn_apple.png");
    background-position: left bottom;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .BottomLink .RegistApple a {
        width: 85px;
        height: 46px;
        background-image: url("../img/bottom_btn_apple_sp.png");
        background-position: left top;
        background-size: 100% auto; } }

.Dojo-movie {
  max-height: 2000px; }

/* 動画アップキャンペーン */
@media screen and (min-width: 401px) {
  .LowChannel {
    padding-top: 360px; } }

@media screen and (max-width: 400px) {
  .LowChannel {
    padding-top: 170px; } }

h2#channel {
  color: transparent;
  user-select: none;
  font-size: 0;
  margin: 0px auto;
  width: 1004px;
  height: 112px;
  background: url("../img/title_channel.png") 100px 50px no-repeat, url("../img/pagetitle_white.png") left top no-repeat !important; }

@media screen and (max-width: 400px) {
  h2#channel {
    width: 100%;
    height: 62px;
    background: url("../img/title_channel.png") 20px 22px no-repeat, url("../img/pagetitle_white_sp.png") left top no-repeat !important;
    background-size: auto 40px, 100% auto !important; } }

.js-channel-accordion strong {
  color: #d00000; }

.js-channel-accordion .Dojo-movie p.channel-img {
  text-align: center;
  margin-top: 0; }

.js-channel-accordion .Dojo-movie {
  max-height: 4000px; }

.js-channel-accordion .Dojo-movie ul.channel-box {
  width: 100%;
  margin: 20px auto 0; }

@media screen and (min-width: 401px) {
  .js-channel-accordion .Dojo-movie ul.channel-box li {
    margin: 0 20px 30px 10px;
    padding: 4px;
    background: #3c3c3c; } }

@media screen and (max-width: 400px) {
  .js-channel-accordion .Dojo-movie ul.channel-box li {
    margin: 0 4px 30px 4px;
    padding: 4px;
    background: #3c3c3c; } }

.js-channel-accordion .Dojo-movie ul.channel-box li dl:after {
  content: " ";
  display: block;
  clear: both; }

@media screen and (min-width: 401px) {
  .js-channel-accordion .Dojo-movie ul.channel-box li dl dt {
    width: 50%;
    float: left; } }

@media screen and (max-width: 400px) {
  .js-channel-accordion .Dojo-movie ul.channel-box li dl dt {
    width: 100%;
    margin-bottom: 4px; } }

@media screen and (min-width: 401px) {
  .js-channel-accordion .Dojo-movie ul.channel-box li dl dd {
    width: 49%;
    float: right; } }

@media screen and (max-width: 400px) {
  .js-channel-accordion .Dojo-movie ul.channel-box li dl dd {
    width: 100%; } }

@media screen and (min-width: 401px) {
  .js-channel-accordion .Dojo-movie ul.channel-box li dl dd h4 {
    background: #fff;
    padding: 8px 8px;
    font-size: 130%;
    font-weight: bolder;
    text-align: center; } }

@media screen and (max-width: 400px) {
  .js-channel-accordion .Dojo-movie ul.channel-box li dl dd h4 {
    background: #fff;
    padding: 8px 8px;
    font-size: 130%;
    font-weight: bolder;
    text-align: center; } }

.js-channel-accordion .Dojo-movie ul.channel-box li dl dd p {
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 85%;
  line-height: 180%;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0; }

.js-channel-accordion .Dojo-movie ul.channel-box li dl dd p + p {
  text-align: center;
  margin-bottom: 0; }

.js-channel-accordion .Dojo-movie ul.channel-box li dl dd p + p a {
  display: inline-block;
  width: auto;
  background: #ffa200;
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 8px 16px;
  color: #000;
  font-size: 140%;
  font-weight: bolder;
  text-decoration: none;
  box-shadow: 0 0 0 3px #000, 0 0 0 5px #fff; }

.js-channel-accordion .Dojo-movie p {
  width: 100%;
  margin-bottom: 16px; }

@media screen and (max-width: 400px) {
  .js-channel-accordion .Dojo-movie + p {
    margin-top: 0; } }

.js-channel-accordion .Dojo-movie p span {
  font-size: 80%;
  color: #666; }

/* 特商法　*/
@media screen and (min-width: 401px) {
  .Transaction {
    padding-top: 360px;
    margin-bottom: 40px; } }

@media screen and (max-width: 400px) {
  .Transaction {
    padding-top: 190px; } }

.Transaction h2 {
  color: transparent;
  user-select: none;
  font-size: 0;
  margin: 0px auto; }
  @media screen and (min-width: 401px) {
    .Transaction h2 {
      width: 1004px;
      height: 112px;
      background: url("../img/title_transaction.png") 80px 45px no-repeat, url("../img/pagetitle_white.png") left top no-repeat; } }
  @media screen and (max-width: 400px) {
    .Transaction h2 {
      width: 100%;
      height: 62px;
      background: url("../img/title_transaction_sp.png") 0px 0px no-repeat, url("../img/pagetitle_white_sp.png") left top no-repeat;
      background-size: 100% auto, 100% auto; } }

.Transaction .wrapper {
  padding-top: 10px; }

.Transaction-list {
  width: 892px;
  margin: 0px auto;
  padding: 25px 0 0 0; }
  @media screen and (max-width: 400px) {
    .Transaction-list {
      display: block;
      width: 90%;
      margin: 0 auto; } }
  .Transaction-list li {
    margin: 0 0 30px 0; }

@media screen and (min-width: 401px) {
  .Twitter-link {
    margin: 0 auto 80px auto;
    width: 627px; } }

@media screen and (max-width: 400px) {
  .Twitter-link {
    margin: 0 auto 70px auto;
    width: 380px; } }

.Twitter-link a {
  color: transparent;
  user-select: none;
  font-size: 0;
  display: block;
  width: 100%;
  background-repeat: no-repeat; }
  @media screen and (min-width: 401px) {
    .Twitter-link a {
      height: 190px;
      background-image: url("../img/btn_twitter.png"); } }
  @media screen and (max-width: 400px) {
    .Twitter-link a {
      height: 140px;
      background-image: url("../img/btn_twitter_sp.png");
      background-size: 100% auto; } }

/* ニュース　*/
.News {
  display: flex;
  width: 1020px;
  margin: 0 auto;
  padding: 45px 0 40px 0; }
  @media screen and (max-width: 400px) {
    .News {
      display: block;
      width: 100%;
      padding-top: 14px; } }
  .News .NewsContent {
    width: 900px;
    height: 510px;
    margin: 0 16px 0 0;
    background-image: url("../img/content_bg_news.png");
    background-position: left top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 400px) {
      .News .NewsContent {
        width: 100%;
        height: 400px;
        background-image: url("../img/content_bg_news_sp.png");
        background-size: 100% auto; } }
    .News .NewsContent-link {
      display: flex;
      justify-content: center;
      width: 203px;
      height: 44px;
      margin: 0px auto; }
      @media screen and (max-width: 400px) {
        .News .NewsContent-link {
          display: block;
          width: 100%;
          text-align: center;
          margin: 0px auto 24px auto; } }
      .News .NewsContent-link a {
        color: transparent;
        user-select: none;
        font-size: 0;
        display: inline-block;
        width: 203px;
        height: 44px;
        background-image: url("../img/btn_newslist.png");
        background-size: 100% 200%;
        background-position: 0 0; }
        @media screen and (max-width: 400px) {
          .News .NewsContent-link a {
            width: 203px;
            height: 44px; } }
      .News .NewsContent-link a:hover {
        background-position: 0 100%; }
  .News h2 {
    color: transparent;
    user-select: none;
    font-size: 0;
    margin: 0px auto;
    width: 1004px;
    height: 112px;
    background: url("../img/title_fb.png") 95px 45px no-repeat, url("../img/pagetitle_white.png") left top no-repeat; }
    @media screen and (max-width: 400px) {
      .News h2 {
        width: 100%;
        height: 64px;
        background: url("../img/title_fb.png") 20px 20px no-repeat, url("../img/pagetitle_white_sp.png") left top no-repeat;
        background-size: auto 38px, 100% auto; } }

/* FBテンプレート */
@media screen and (min-width: 401px) {
  .News .ContentWhite .wrapper {
    margin: 0px auto;
    padding: 24px 0 0 0;
    width: 1004px;
    height: 400px;
    overflow: hidden;
    background: url("../img/fb_bg.png") 22px top no-repeat, url("../img/content_white_bg_bottom2.png") center bottom no-repeat, url("../img/content_white_bg.png") center top repeat-y; } }
  @media screen and (min-width: 401px) and (max-width: 400px) {
    .News .ContentWhite .wrapper {
      width: 100%; } }
