@charset "UTF-8";

/*==============================================================================================

    deck css

==============================================================================================*/
/*==============================================================================================

	deck label

==============================================================================================*/
.decklabl_contain {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  max-width: 980px;
  z-index: 40;
}

.label_deck {
  will-change: transform, position, width;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 25px;
  height: 50px;
  text-align: center;
  line-height: 1;
  background: rgba(221, 221, 221, 1);
  position: absolute;
  right: 0;
  z-index: 10;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  padding: 0 5px;
  font-size: 10px;
  -moz-transition: width .8s ease .4s, right .8s ease .4s, transform .4s ease 1.4s, top .2s ease 1.3s, background .8s ease .4s, z-index 0s ease 1.2s;
  -webkit-transition: width .8s ease .4s, right .8s ease .4s, transform .4s ease 1.4s, top .2s ease 1.3s, background .8s ease .4s, z-index 0s ease 1.2s;
  transition: width .8s ease .4s, right .8s ease .4s, transform .4s ease 1.4s, top .2s ease 1.3s, background .8s ease .4s, z-index 0s ease 1.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#deck01_view:checked~.decklabl_contain .decklabel01,
#deck02_view:checked~.decklabl_contain .decklabel02,
#deck03_view:checked~.decklabl_contain .decklabel03,
#deck04_view:checked~.decklabl_contain .decklabel04 {
  width: 30px;
  top: 5px;
  right: calc(100% - 10px);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: rgba(221, 221, 221, 0);
  -moz-transition: width .8s ease .4s, right .8s ease .4s, transform .8s ease .4s, top .8s ease .4s, background .8s ease .4s, z-index 0s ease 1.2s;
  -webkit-transition: width .8s ease .4s, right .8s ease .4s, transform .8s ease .4s, top .8s ease .4s, background .8s ease .4s, z-index 0s ease 1.2s;
  transition: width .8s ease .4s, right .8s ease .4s, transform .8s ease .4s, top .8s ease .4s, background .8s ease .4s, z-index 0s ease 1.2s;
}

@media screen and (max-width:767px) {
  .label_deck {
    -moz-transition: width .8s ease, right .8s ease, transform .4s ease 1s, top .2s ease .9s, background .8s ease, z-index 0s ease .8s;
    -webkit-transition: width .8s ease, right .8s ease, transform .4s ease 1s, top .2s ease .9s, background .8s ease, z-index 0s ease .8s;
    transition: width .8s ease, right .8s ease, transform .4s ease 1s, top .2s ease .9s, background .8s ease, z-index 0s ease .8s;
  }

  #deck01_view:checked~.decklabl_contain .decklabel01,
  #deck02_view:checked~.decklabl_contain .decklabel02,
  #deck03_view:checked~.decklabl_contain .decklabel03,
  #deck04_view:checked~.decklabl_contain .decklabel04 {
    top: 0;
    right: 100%;
    -moz-transition: width .8s ease, right .8s ease, transform .8s ease, top .8s ease, background .8s ease, z-index 0s ease .8s;
    -webkit-transition: width .8s ease, right .8s ease, transform .8s ease, top .8s ease, background .8s ease, z-index 0s ease .8s;
    transition: width .8s ease, right .8s ease, transform .8s ease, top .8s ease, background .8s ease, z-index 0s ease .8s;
  }
}

#deck01_view:checked~.decklabl_contain .decklabel02,
#deck02_view:checked~.decklabl_contain .decklabel01,
#deck03_view:checked~.decklabl_contain .decklabel01,
#deck04_view:checked~.decklabl_contain .decklabel01 {
  top: 0;
}

#deck01_view:checked~.decklabl_contain .decklabel03,
#deck02_view:checked~.decklabl_contain .decklabel03,
#deck03_view:checked~.decklabl_contain .decklabel02,
#deck04_view:checked~.decklabl_contain .decklabel02 {
  top: 55px;
}

#deck01_view:checked~.decklabl_contain .decklabel04,
#deck02_view:checked~.decklabl_contain .decklabel04,
#deck03_view:checked~.decklabl_contain .decklabel04,
#deck04_view:checked~.decklabl_contain .decklabel03 {
  top: 110px;
}

.decklabl_contain>label img {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}


/*==============================================================================================

	deck contain

==============================================================================================*/
.deck_sec {
  position: fixed;
  top: 0;
  z-index: 7;
  width: 100%;
  max-width: 980px;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: transform .8s ease .4s, z-index 0s ease 1.2s;
  -webkit-transition: transform .8s ease .4s, z-index 0s ease 1.2s;
  transition: transform .8s ease .4s, z-index 0s ease 1.2s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#deck01_view:checked~#deck_sec01,
#deck02_view:checked~#deck_sec02,
#deck03_view:checked~#deck_sec03,
#deck04_view:checked~#deck_sec04 {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
  -moz-transition: transform .8s ease .4s, z-index 0s ease 1.2s;
  -webkit-transition: transform .8s ease .4s, z-index 0s ease 1.2s;
  transition: transform .8s ease .4s, z-index 0s ease 1.2s;
}

@media screen and (max-width:767px) {
  .deck_sec {
    -moz-transition: transform .8s ease, z-index 0s ease .8s;
    -webkit-transition: transform .8s ease, z-index 0s ease .8s;
    transition: transform .8s ease, z-index 0s ease .8s;
  }

  #deck01_view:checked~#deck_sec01,
  #deck02_view:checked~#deck_sec02,
  #deck03_view:checked~#deck_sec03,
  #deck04_view:checked~#deck_sec04 {
    -moz-transition: transform .8s ease, z-index 0s ease .8s;
    -webkit-transition: transform .8s ease, z-index 0s ease .8s;
    transition: transform .8s ease, z-index 0s ease .8s;
  }
}

.deck_contain {
  width: 100%;
  padding: 5px 30px 5px 40px;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f9f9f9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f9f9f9), color-stop(.75, #f9f9f9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

@media screen and (max-width:767px) {
  .deck_contain {
    padding: 5px 25px;
  }
}

.charaselect_contain {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 10px;
}

@media screen and (max-width:767px) {
  .charaselect_contain {
    padding: 5px;
  }
}

/* 動的入力領域 */
.medalview_label {
  width: 40px;
  height: 40px;
  padding: 2px;
  background: none;
}

@media screen and (max-width:767px) {
  .medalview_label {
    width: 30px;
    height: 30px;
  }
}


/* chara select */
.charaselect_wrap {
  width: calc(100% - 190px);
}

@media screen and (max-width:767px) {
  .charaselect_wrap {
    width: calc(100% - 140px);
  }
}


.selectlabel {
  position: relative;
}

.charaselect_wrap .selectlabel input {
  width: 100%;
  height: 40px;
  background: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #DDD;
}


@media screen and (max-width:767px) {
  .charaselect_wrap .selectlabel input {
    height: 30px;
    padding: 5px 26px 5px 7px;
  }
}

select {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.charaselect_wrap .selectlabel:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #1a8dd0 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.charastatus_btn,
.save_btn {
  width: 40px;
  height: 40px;
  padding: 2px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

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

  .charastatus_btn,
  .save_btn {
    width: 30px;
    height: 30px;
  }
}

.nowsave .save_btn {
  pointer-events: none;
  opacity: .3;
}

.savepop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 140px;
  z-index: 60;
  padding-left: 20px;
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
}

.savepop span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 5px;
}

.nowsave .savepop {
  -ms-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

/*==========================================================

    deckset

==========================================================*/

.deckset_contain {
  width: 50%;
  max-width: 600px;
  margin-left: auto;
  padding: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:767px) {
  .deckset_contain {
    width: calc(100% - 5px);
    max-width: 600px;
    margin: 0 auto;
  }
}

.deckset {
  width: calc(100% / 4 - 3px);
  background: #000;
  position: relative;
}

.deckset .selectlabel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  padding-left: 5px;
}

.deckset .selectlabel:after {
  display: none;
}

.deckset .selectlabel input {
  color: #f6d04b;
  font-size: 20px;
  width: 100%;
  height: 100%;
}

.card_status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.card_status div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  position: relative;
  z-index: 1;
}

.card_status div.card_gauge {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  background: #b8b8b8;
  z-index: 0;
  transform: translateY(-50%);
}

.card_status img {
  width: 10px;
  height: 10px;
}

/*.card_status div.card_status_graph {
  position: absolute;
  top: 0;
  left: 20px;
  width: 80%;
  height: 100%;
  background: #F00;
  opacity: .3;
  z-index: 0;
}

.card_status .card_atk div.card_status_graph {
  background: #F00;
}

.card_status .card_def div.card_status_graph {
  background: #0F0;
}

.card_status .card_phs div.card_status_graph {
  background: #00f;
}*/

.free-range[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  height: 5px;
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.free-range[type="range"]:focus,
.free-range[type="range"]:active {
  outline: none;
}

.free-range[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  border: 2px solid rgba(0, 0, 0, .7);
  width: 22px;
  height: 22px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.free-range[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .6);
  transition: .4s;
}

/*==========================================================

    medal

==========================================================*/
.medal_contain {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 35;
  width: 50%;
  background: #333;
  overflow: hidden;
  -moz-transition: max-height .8s ease;
  -webkit-transition: max-height .8s ease;
  transition: max-height .8s ease;
}

@media screen and (max-width:767px) {
  .medal_contain {
    top: 50px;
    width: 100%;
    max-height: 0;
  }

  input[id^="deckmedal_view"]:checked~section .medal_contain {
    max-height: 100px;
  }
}

.medal_wrap {
  height: 90px;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.medallabel {
  width: calc(100% /3);
  padding: 0 5px;
}

.medalimg {
  position: relative;
  width: 50px;
  margin: 0 auto;
}

.medalimg img {
  width: 100%;
}

.medalrank {
  position: absolute;
  bottom: -3px;
  right: 0;
  font-size: 12px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  padding: 2px 5px;
  line-height: 1;
}

.medallabel .selectlabel {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.medallabel .selectlabel input {
  opacity: 0;
}


.medalcolor {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.medalcolor label {
  width: 20%;
  height: 30px;
  color: #AAA;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: color .3s ease;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.medalcolor input:nth-child(1):checked+label {
  color: #00b7ff;
}

.medalcolor input:nth-child(3):checked+label {
  color: #FFF;
}

.medalcolor input:nth-child(5):checked+label {
  color: #ffcc00;
}

.medalcolor input:nth-child(7):checked+label {
  color: #cc00ff;
}

.medalcolor input:nth-child(9):checked+label {
  color: #12d103;
}

/*==========================================================

    role

==========================================================*/
.role_contain {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 35;
  width: 50%;
  max-height: 0;
  background: #333;
  overflow: hidden;
  -moz-transition: max-height .8s ease;
  -webkit-transition: max-height .8s ease;
  transition: max-height .8s ease;
}

@media screen and (max-width:767px) {
  .role_contain {
    top: 50px;
    width: 100%;
  }
}



input[id^="deckrole_view"]:checked~section .role_contain {
  max-height: 100px;
}

.role_wrap {
  height: 70px;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.role_title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
}

.rolelabel {
  width: 40px;
  padding: 0 5px;
  opacity: .3;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.rolelabel img {
  width: 100%;
}

input[id*="rolecheck_spr"]:checked~.deck_contain .sprlabel,
input[id*="rolecheck_atk"]:checked~.deck_contain .atklabel,
input[id*="rolecheck_gun"]:checked~.deck_contain .gunlabel,
input[id*="rolecheck_tnk"]:checked~.deck_contain .tnklabel {
  opacity: 1;
}

.role_hidden {
  display: none;
}

/*==========================================================

    status section

==========================================================*/

.status_contain {
  position: absolute;
  width: 50%;
  max-height: 0;
  overflow: hidden;
  top: 146px;
  left: 0;
  padding: 0 30px;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f9f9f9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f9f9f9), color-stop(.75, #f9f9f9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  -moz-transition: max-height .4s ease;
  -webkit-transition: max-height .4s ease;
  transition: max-height .4s ease;
}

#deck01_view:checked~#deck_sec01 .status_contain,
#deck02_view:checked~#deck_sec02 .status_contain,
#deck03_view:checked~#deck_sec03 .status_contain,
#deck04_view:checked~#deck_sec04 .status_contain {
  max-height: 100vh;
  -moz-transition: max-height .6s ease 1.2s;
  -webkit-transition: max-height .6s ease 1.2s;
  transition: max-height .6s ease 1.2s;
}

@media screen and (max-width:767px) {
  .status_contain {
    position: inherit;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 5px 0 0;
    max-height: 100vh;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
  }

  #deck01_view:checked~#deck_sec01 .status_contain,
  #deck02_view:checked~#deck_sec02 .status_contain,
  #deck03_view:checked~#deck_sec03 .status_contain,
  #deck04_view:checked~#deck_sec04 .status_contain {
    max-height: 100vh;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}


.deck_status_contain {
  max-width: 600px;
  margin: 0 auto;
  font-size: 10px;
  padding: 5px 5px 0 0;
}

.deck_status_title {
  color: #007bff;
  padding-bottom: 5px;
  border-bottom: 1px solid #AAA;
  position: relative;
  -moz-transition: color .3s ease;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.deck_status_title:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #007bff transparent transparent transparent;
  position: absolute;
  top: 47%;
  left: 62px;
  -moz-transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  -moz-transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
}

@media screen and (max-width:767px) {
  .deck_status_title {
    color: #AAA;
  }

  .deck_status_title:after {
    border-color: #AAA transparent transparent transparent;
    -moz-transform: translateY(-70%) rotate(90deg);
    -webkit-transform: translateY(-70%) rotate(90deg);
    transform: translateY(-70%) rotate(90deg);
  }

  #status_view:checked~.deck_sec .deck_status_title {
    color: #007bff;
  }

  #status_view:checked~.deck_sec .deck_status_title:after {
    border-color: #007bff transparent transparent transparent;
    -moz-transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }

  .deck_status_accordion {
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height .6s ease;
    -webkit-transition: max-height .6s ease;
    transition: max-height .6s ease;
  }

  #status_view:checked~.deck_sec .deck_status_accordion {
    max-height: 80px;
  }
}



.deck_status_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 0;
}

.deck_status_wrap+.deck_status_wrap {
  padding-top: 0;
}

.deck_status_wrap>div:nth-child(1) {
  width: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.deck_status_wrap>div:nth-child(1) img {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}

.deck_status_indicator {
  height: 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #666;
  position: relative;
  border: 1px solid #AAA;
  overflow: hidden;
}

.deck_status {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 8;
  color: #FFF;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.deck_status span {
  color: #FAA;
}

.attack_indicator,
.defense_indicator,
.physical_indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #c3da49;
}

.status_indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: rgba(227, 125, 102, 1);
}

/*==========================================================

    status section

==========================================================*/
@media screen and (max-width:767px) {
  .charastatus_contain {
    position: absolute;
    top: 41px;
    left: 0;
    width: 100%;
    z-index: 20;
    max-height: 0;
    overflow: hidden;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f9f9f9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f9f9f9), color-stop(.75, #f9f9f9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    -moz-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease;
  }

  #charadetail_view:checked~.deck_sec .charastatus_contain {
    max-height: 100vh;
  }
}

.charastatus_wrap {
  padding: 10px 0 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width:767px) {
  .charastatus_wrap {
    padding: 10px 30px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.charastatus_title {
  padding: 10px;
  margin-bottom: 5px;
  text-align: center;
  color: #FFFFFF;
  background: #007bff;
}

.charastatus_wrap>div {
  width: 50%;
  padding: 2px;
}

.charastatus_wrap>div:last-child {
  width: 100%;
  padding: 2px;
}

.charastatus_wrap>div.fullrow {
  width: 100%;
}

.charastatus_wrap>div.row3 {
  width: calc(100% / 3);
  padding: 2px;
}

.charastatus_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.csatk:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/compas-deck/img/icon_atk.png);
  background-size: 100% 100%;
  margin-right: 2px;
}

.csrng:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/compas-deck/img/icon_range.png);
  background-size: 100% 100%;
  margin-right: 2px;
}

.csdef:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/compas-deck/img/icon_def.png);
  background-size: 100% 100%;
  margin-right: 2px;
}

.csinv:before {
  content: 'HS無敵時間';
  display: block;
  margin-right: 2px;
  font-weight: bold
}


.csspd:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/compas-deck/img/icon_spd.png);
  background-size: 100% 100%;
  margin-right: 2px;
}

.csphs:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/compas-deck/img/icon_phs.png);
  background-size: 100% 100%;
  margin-right: 2px;
}

.csnmag:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(/compas-deck/img/icon_attack.png);
  background-size: 100% 100%;
  margin-right: 2px;
}

.cshs:before {
  content: 'HS必要蓄積時間';
  display: block;
  margin-right: 2px;
  font-weight: bold
}

.basestatus_seek {
  width: calc(100% - 19px);
  background: #666666;
  border: 1px solid #AAA;
  position: relative;
  height: 16px;
}

.basestatus_seek>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(227, 125, 102, 1);
}

.basestatus_seek>span {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  font-size: 10px;
}

.skillname {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 5px;
}

.skillname>div {
  background: #cccccc;
  padding: 3px 10px;
  width: 65px;
  color: #FFFFFF;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 15px;
  line-height: 1;
  font-size: 10px;
}

.skillname>div:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #cccccc;
  position: absolute;
  top: 0;
  right: -10px;
}

.skillname+div {
  line-height: 1.6;
}

.statustitle {
  width: 100%;
  background: #c3da49;
  text-align: center;
  padding: 3px 0;
  color: #FFFFFF;
}

.pushdata {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.pushdata>div {
  padding-right: 5px;
  font-weight: bold;
  text-align: center;
  width: 70px;
}

@media screen and (max-width:767px) {
  .pushdata>div {
    width: 55px;
  }
}

.pushimg,
.lanchimg,
.blastimg {
  width: 20px;
}

.skilldata {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.3;
  padding: 2px 0;
}

.charastatus_wrap>div:last-child .skilldata {
  -webkit-justify-content: center;
  justify-content: center;
}


.skilldata img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.row3 .skilldata img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

/*==============================================================================================

	decklist

==============================================================================================*/

#decklist_sec {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 980px;
  height: 100%;
  background: #bbb;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 50;
  -moz-transition: transform .8s ease, z-index 0s ease .8s;
  -webkit-transition: transform .8s ease, z-index 0s ease .8s;
  transition: transform .8s ease, z-index 0s ease .8s;
}

#decklist_view:checked~#decklist_sec {
  z-index: 60;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
  transition: transform .8s ease;
}

#decklist_sec>label {
  width: 25px;
  height: 50px;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(187, 187, 187, 1);
  position: absolute;
  bottom: 170px;
  right: -25px;
  z-index: 5;
  -moz-transition: all .8s ease, height .4s ease, background .3s ease, bottom .3s ease .8s;
  -webkit-transition: all .8s ease, height .4s ease, background .3s ease, bottom .3s ease .8s;
  transition: all .8s ease, height .4s ease, background .3s ease, bottom .3s ease .8s;
}

#decklist_view:checked~#decklist_sec>label {
  bottom: calc(100% - 50px);
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(220, 220, 220, 0);
  background: -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.decklist_marker {
  width: 20px;
  height: 20px;
  position: relative;
}

.decklist_marker>div {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #333;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.decklist_marker>div:nth-child(1) {
  width: 10px;
  height: 15px;
  margin-left: -2px;
  -moz-transition: border-radius .3s ease .3s, height .3s ease .3s, width .3s ease .3s, transform .3s ease;
  -webkit-transition: border-radius .3s ease, height .3s ease .3s, width .3s ease .3s, transform .3s ease;
  transition: border-radius .3s ease .3s, height .3s ease .3s, width .3s ease .3s, transform .3s ease;
}

.decklist_marker>div:nth-child(2) {
  width: 2px;
  height: 15px;
  margin: 3px 0 0 6px;
  -moz-transition: background .3s ease .3s, height .3s ease .3s, width .3s ease .3s;
  -webkit-transition: background .3s ease .3s, height .3s ease .3s, width .3s ease .3s;
  transition: background .3s ease .3s, height .3s ease .3s, width .3s ease .3s;
}

.decklist_marker>div:nth-child(3) {
  width: 10px;
  height: 2px;
  margin: 10px 0 0 0px;
  -moz-transition: border-radius .3s ease .3s, height .3s ease .3s, width .3s ease .3s, transform .3s ease;
  -webkit-transition: border-radius .3s ease, height .3s ease .3s, width .3s ease .3s, transform .3s ease;
  transition: border-radius .3s ease .3s, height .3s ease .3s, width .3s ease .3s, transform .3s ease;
}

#decklist_view:checked~#decklist_sec .decklist_marker>div:nth-child(1) {
  width: 18px;
  height: 4px;
  border-radius: 0;
  margin: 0;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: border-radius .3s ease, height .3s ease, width .3s ease, transform .3s ease .3s;
  -webkit-transition: border-radius .3s ease, height .3s ease, width .3s ease, transform .3s ease .3s;
  transition: border-radius .3s ease, height .3s ease, width .3s ease, transform .3s ease .3s;
}

#decklist_view:checked~#decklist_sec .decklist_marker>div:nth-child(2) {
  background: #333;
  width: 0px;
  height: 0px;
  margin: 0;
  -moz-transition: background .3s ease, height .3s ease, width .3s ease;
  -webkit-transition: background .3s ease, height .3s ease, width .3s ease;
  transition: background .3s ease, height .3s ease, width .3s ease;
}

#decklist_view:checked~#decklist_sec .decklist_marker>div:nth-child(3) {
  width: 18px;
  height: 4px;
  border-radius: 0;
  margin: 0;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transition: border-radius .3s ease, height .3s ease, width .3s ease, transform .3s ease .3s;
  -webkit-transition: border-radius .3s ease, height .3s ease, width .3s ease, transform .3s ease .3s;
  transition: border-radius .3s ease, height .3s ease, width .3s ease, transform .3s ease .3s;
}

.decklist_contain {
  height: 100%;
  padding: 20px 0;
}

.decklist_wrap {
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.decklist_info {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
}

.decklist_inner {
  padding: 0 40px 10px 40px;
  width: 100%;
}

.decklist_detail {
  border: 2px solid #ECECEC;
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.decklist_title {
  height: 30px;
  font-weight: bold;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  padding-left: 20px;
}

.decklist_title:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.decklist_delete {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.decklist_delete:before {
  content: '';
  width: 18px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #aaa;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.decklist_delete:after {
  content: '';
  width: 18px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #aaa;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.decklist_deck {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0;
}

.decklist_deck>div {
  width: calc(100% / 4 - 15px / 4);
  height: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #000000;
}

.decklist_deck>div img {
  opacity: .8;
}

.decklist_deck>div span {
  color: #f6d04b;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}


.decklist_medal {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%;
}

.decklist_medal>div {
  width: calc(100% / 3 - 20px / 3);
  position: relative;
}


.decklist_medal>div span {
  display: block;
  position: absolute;
  bottom: -3px;
  right: 0;
  font-size: 12px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  padding: 2px 5px;
  line-height: 1;
}

.decklist_btn {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 13px;
  position: relative;
  z-index: 1;
}

.decklist_btn>button {
  width: calc(100% / 4 - 10px / 2);
  height: 30px;
  font-weight: bold;
  color: #007bff;
  background: #ffffff;
  border: 1px solid #007bff;
  border-radius: 5px;

}

.decklist_chara {
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  -moz-transform: translate(20%, 10%);
  -webkit-transform: translate(20%, 10%);
  transform: translate(20%, 10%);
  opacity: .4;
  z-index: 0;
}

/*==============================================================================================

	cardlist

==============================================================================================*/
#cardlist_sec {
  padding: 20px 40px;
  width: 50%;
  min-height: 100vh;
  margin-left: auto;
  -moz-transition: padding-top .3s ease;
  -webkit-transition: padding-top .3s ease;
  transition: padding-top .3s ease;
}

@media screen and (max-width:767px) {
  #cardlist_sec {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.cardlist_contain {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cardlist_card {
  width: calc(100% / 4 - 10px);
  margin: 0 5px 10px;
  position: relative;
  z-index: 0;
  background: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.rankblank {
  width: 100%;
  padding: 5px;
  background: #ccc;
  color: #FFF;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .rankblank:nth-child(n+2) {
    height: 30px;
  }
}

.cardlist_card .modalbtn {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .cardlist_card .modalbtn {
    bottom: 0;
    left: 0;
  }
}

.cardlist_card .modalbtn:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cardlist_card .modalbtn:after {
  content: 'i';
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cardlist_card.ui-draggable-dragging,
.deckset.ui-draggable-dragging {
  z-index: 10;
  max-width: calc(50% / 4);
}

.cardlist_card.ui-draggable-dragging .modalbtn {
  display: none;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .cardlist_card.ui-draggable-dragging {
    z-index: 10;
    max-width: calc(600px / 4);
  }
}

/*==============================================================================================

	sort

==============================================================================================*/
#sort_sec {
  background: #EEE;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  z-index: 40;
  padding: 20px 0;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: transform .8s ease, z-index 0s ease .8s;
  -webkit-transition: transform .8s ease, z-index 0s ease .8s;
  transition: transform .8s ease, z-index 0s ease .8s;
}

@media screen and (max-width:767px) {
  #sort_sec {
    padding: 10px 0;
  }
}

#sort_view:checked~#sort_sec {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 60;
  -moz-transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
  transition: transform .8s ease;
}

#sort_sec>label {
  width: 25px;
  height: 50px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #EEE;
  position: absolute;
  top: 0;
  left: -25px;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#sort_view:checked~#sort_sec>label {
  left: 0;
  width: 30px;
  height: 40px;
}

@media screen and (max-width:767px) {
  #sort_view:checked~#sort_sec>label {
    height: 47px;
  }
}

.sort_marker {
  width: 15px;
  height: 15px;
  position: relative;
}

.sort_marker>div {
  height: 3px;
  position: absolute;
  background: #333;
  -moz-transition: top .3s ease .3s, width .3s ease .6s, transform .3s ease;
  -webkit-transition: top .3s ease .3s, width .3s ease .6s, transform .3s ease;
  transition: top .3s ease .3s, width .3s ease .6s, transform .3s ease;
}

.sort_marker>div:nth-child(1) {
  width: 15px;
  top: 0;
  left: 0;
}

.sort_marker>div:nth-child(2) {
  width: 12px;
  top: 4px;
  left: 0;
}

.sort_marker>div:nth-child(3) {
  width: 9px;
  top: 8px;
  left: 0;
}

.sort_marker>div:nth-child(4) {
  width: 6px;
  top: 12px;
  left: 0;
}

#sort_view:checked~#sort_sec .sort_marker>div:nth-child(1),
#sort_view:checked~#sort_sec .sort_marker>div:nth-child(2) {
  width: 15px;
  top: calc(50% - 1.5px);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: top .3s ease, width .3s ease, transform .3s ease .3s;
  -webkit-transition: top .3s ease, width .3s ease, transform .3s ease .3s;
  transition: top .3s ease, width .3s ease, transform .3s ease .3s;
}

#sort_view:checked~#sort_sec .sort_marker>div:nth-child(3),
#sort_view:checked~#sort_sec .sort_marker>div:nth-child(4) {
  width: 15px;
  top: calc(50% - 1.5px);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: top .3s ease, width .3s ease, transform .3s ease .3s;
  -webkit-transition: top .3s ease, width .3s ease, transform .3s ease .3s;
  transition: top .3s ease, width .3s ease, transform .3s ease .3s;
}

.sort_contain {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 30px;
}

.sort_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.sort_wrap:nth-child(1) {
  padding-bottom: 5px;
}

.sort_wrap+.sort_wrap {
  padding-top: 5px;
}

@media screen and (max-width:767px) {
  .sort_wrap+.sort_wrap {
    padding-top: 2px;
  }
}

.sort_contain input[type=text] {
  display: block;
  width: 100%;
  background: #FFF;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 6px;
}

.sort_contain label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 5px;
}

.sort_cancel {
  margin: 10px 5px 0;
  width: calc(50% - 10px);
  max-width: 200px;
  height: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #AAA;
  cursor: pointer;
  color: #FFF;
}

.sort_reset {
  margin: 10px 5px 0;
  width: calc(50% - 10px);
  max-width: 200px;
  height: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #c3da49;
  cursor: pointer;
  color: #FFF;
}


/*==============================================================================================

	tutorial

==============================================================================================*/
#tutorial_sec {
  background: #bbffe8;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 980px;
  height: 100%;
  z-index: 55;
  padding: 20px 0;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
  transition: transform .8s ease;
}

@media screen and (max-width:767px) {
  #tutorial_sec {
    padding: 10px 0;
  }
}

#tutorial_view:checked~#tutorial_sec {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#tutorial_sec>label {
  width: 25px;
  height: 50px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #bbffe8;
  position: absolute;
  bottom: 100px;
  left: -25px;
  -moz-transition: all .8s ease, bottom .4s ease .8s;
  -webkit-transition: all .8s ease, bottom .4s ease .8s;
  transition: all .8s ease, bottom .4s ease .8s;
}

#tutorial_view:checked~#tutorial_sec>label {
  left: 0;
  bottom: calc(100% - 35px);
  width: 30px;
  height: 40px;
}

@media screen and (max-width:767px) {
  #tutorial_view:checked~#tutorial_sec>label {
    height: 47px;
    bottom: calc(100% - 50px);
  }
}

.tutorial_marker {
  width: 2px;
  height: 2px;
  position: relative;
}

.tutorial_marker>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: width .3s ease .3s, height .3s ease .3s, transform .3s ease;
  -webkit-transition: width .3s ease .3s, height .3s ease .3s, transform .3s ease;
  transition: width .3s ease .3s, height .3s ease .3s, transform .3s ease;
}

.tutorial_marker>div:nth-child(1) {
  width: 20px;
  height: 15px;
  border: 2px solid #333;
  overflow: hidden;
}

.tutorial_marker>div:nth-child(1):before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #000333;
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tutorial_marker>div:nth-child(2) {
  width: 0px;
  height: 0;
  background: #333;
}

#tutorial_view:checked~#tutorial_sec .tutorial_marker>div:nth-child(1) {
  width: 15px;
  height: 3px;
  background: #333;
  border: 0px solid #333;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: width .3s ease, height .3s ease, background 0s ease .3s, border 0s ease .3s, transform .3s ease .3s;
  -webkit-transition: width .3s ease, height .3s ease, background 0s ease .3s, border 0s ease .3s, transform .3s ease .3s;
  transition: width .3s ease, height .3s ease, background 0s ease .3s, border 0s ease .3s, transform .3s ease .3s;
}

#tutorial_view:checked~#tutorial_sec .tutorial_marker>div:nth-child(2) {
  width: 15px;
  height: 3px;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transition: width 0s ease .3s, height 0s ease .3s, transform .3s ease .3s;
  -webkit-transition: width 0s ease .3s, height 0s ease .3s, transform .3s ease .3s;
  transition: width 0s ease .3s, height 0s ease .3s, transform .3s ease .3s;
}

.tutorial_contain {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  overflow-y: scroll;
}

.tutorial_title {
  width: 100%;
  background: #00ffa9;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.tutorial_wrap {
  margin: 10px 0;
  padding-top: 56.25%;
  position: relative;
}

.tutorial_wrap+.tutorial_wrap {
  margin-top: 0;
}

.tutorial_wrap>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*==============================================================================================

	tournament

==============================================================================================*/
#tournament_sec {
  background: #ffe4e4ab;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 980px;
  z-index: 30;
  padding: 20px 0;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: transform .8s ease, z-index 0s ease .8s;
  -webkit-transition: transform .8s ease, z-index 0s ease .8s;
  transition: transform .8s ease, z-index 0s ease .8s;
}

@media screen and (max-width:767px) {
  #tournament_sec {
    padding: 10px 0;
  }
}

#tournament_view:checked~#tournament_sec {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 30;
  -moz-transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
  transition: transform .8s ease;
}

#tournament_sec>label {
  width: 25px;
  height: 50px;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFE4E4;
  position: absolute;
  bottom: 50px;
  left: -25px;
  z-index: 10;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#tournament_view:checked~#tournament_sec>label {
  background: #ffe4e400;
  bottom: 0;
  left: calc(100% - 30px);
  width: 30px;
  height: 40px;
}

@media screen and (max-width:767px) {
  #tournament_view:checked~#tournament_sec>label {
    height: 47px;
  }
}

.tournament_marker {
  width: 20px;
  height: 20px;
  position: relative;
}

.tournament_marker>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tournament_marker>div:nth-child(1) {
  opacity: 1;
  width: 15px;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.tournament_marker>div:nth-child(2) {
  width: 18px;
  height: 4px;
  background: #333;
  opacity: 0;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.tournament_marker>div:nth-child(3) {
  width: 18px;
  height: 4px;
  background: #333;
  opacity: 0;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}


#tournament_view:checked~#tournament_sec .tournament_marker>div:nth-child(1) {
  opacity: 0;
}

#tournament_view:checked~#tournament_sec .tournament_marker>div:nth-child(2),
#tournament_view:checked~#tournament_sec .tournament_marker>div:nth-child(3) {
  opacity: 1;
}

.tournament_contain {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 30px;
}

.tournament_wrap {
  width: 100%;
}

.tournament_inner {
  width: 100%;
}







/*==============================================================================================

	ranking modal

==============================================================================================*/
div[id*="rank"],
#modal_atkmotion {
  width: 80%;
  max-width: 600px;
  max-height: 80%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  padding: 10px;
  border-radius:
}

div[id*="rank"]>.bold,
#modal_atkmotion>.bold {
  font-size: 14px;
  background: #c3da49;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
}

div[id*="rank"]>.bold img,
#modal_atkmotion>.bold img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

div[id*="rank"]>span,
#modal_atkmotion>span {
  font-size: 10px;
  margin-bottom: 10px;
  display: block;
}

.rank_sort_wrapper {
  margin: 5px 0 10px;
  display: -webkit-flex;
  display: flex;
}

.rank_sort_wrapper>div {
  width: 50%;
  height: 25px;
  border: 1px solid #333333;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #DDDDDD;
  opacity: .6;
  cursor: pointer;
}

.rank_sort_wrapper>div.select-rank {
  background: #c3da49;
  font-weight: bold;
  opacity: 1;
}

.rank_sort_wrapper.col3>div {
  width: calc(100% / 3);
}

.rank_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #AAA;
}

.rank_wrap:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}

.rank_wrap.selchara {
  background: #ffd777;
}

.rank_wrap+.rank_wrap {
  border-top: 0;
}

.rank_wrap>div:nth-child(1) {
  width: 100%;
  border-bottom: 1px solid #AAA;
  padding: 5px;
}

.rank_wrap.row>div:nth-child(1) {
  width: 50%;
  border-bottom: none;
  border-right: 1px solid #AAA;
}

.rank_wrap.row>div:nth-child(2) {
  width: 50%;
}

@media screen and (max-width:767px) {
  .rank_wrap.row>div:nth-child(1) {
    width: 160px;
  }

  .rank_wrap.row>div:nth-child(2) {
    width: calc(100% - 160px);
  }

  .atkmotion_wrap .rank_wrap.row>div {
    width: 50%;
  }
}

.rank_wrap>div:nth-child(n+2) {
  width: calc(100% / 3);
  border-right: 1px solid #AAA;
  padding: 5px;
}

.ssrank_container .rank_wrap>div:nth-child(n+2),
.csrank_container .rank_wrap>div:nth-child(n+2),
.tsrank_container .rank_wrap>div:nth-child(n+2) {
  width: 50%;
  border-right: 1px solid #AAA;
  padding: 5px;
}

.lsrank_container .rank_wrap>div:nth-child(n+2),
.bsrank_container .rank_wrap>div:nth-child(n+2) {
  width: calc(100% / 3);
  border-right: 1px solid #AAA;
  padding: 5px;
}

.rank_wrap>div:last-child {
  border-right: 0 !important;
}
















/*==============================================================================================

	card detail modal

==============================================================================================*/

.detail_card_image {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

.frame_marker {
  width: 50px;
  height: 6px;
  border-radius: 5px;
  background: #FF0;
  position: absolute;
  top: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.frame_marker:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
}

.frame_marker:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 50%;
}

.frame_red>div:nth-child(1) {
  display: block;
  width: 200px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #F00;
}

.frame_red>div:nth-child(1):before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #F00;
  top: -1px;
  left: 0;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transform-origin: top center;
}

.frame_red>div:nth-child(1):after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #F00;
  top: -1px;
  right: 0;
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  transform-origin: top center;
}

.frame_red>div:nth-child(3) {
  display: block;
  width: 200px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #F00;
}

.frame_red>div:nth-child(3):before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #F00;
  bottom: -1px;
  left: 0;
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  transform-origin: bottom center;
}

.frame_red>div:nth-child(3):after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #F00;
  bottom: -1px;
  right: 0;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transform-origin: bottom center;
}

.frame_grn>div:nth-child(1) {
  display: block;
  width: 200px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #0F0;
}

.frame_grn>div:nth-child(1):before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #0F0;
  top: -1px;
  left: 0;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transform-origin: top center;
}

.frame_grn>div:nth-child(1):after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #0F0;
  top: -1px;
  right: 0;
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  transform-origin: top center;
}

.frame_grn>div:nth-child(3) {
  display: block;
  width: 200px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #0F0;
}

.frame_grn>div:nth-child(3):before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #0F0;
  bottom: -1px;
  left: 0;
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  transform-origin: bottom center;
}

.frame_grn>div:nth-child(3):after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #0F0;
  bottom: -1px;
  right: 0;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transform-origin: bottom center;
}

.frame_blu>div:nth-child(1) {
  display: block;
  width: 200px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #00F;
}

.frame_blu>div:nth-child(1):before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #00F;
  top: -1px;
  left: 0;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transform-origin: top center;
}

.frame_blu>div:nth-child(1):after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #00F;
  top: -1px;
  right: 0;
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  transform-origin: top center;
}

.frame_blu>div:nth-child(3) {
  display: block;
  width: 200px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #00F;
}

.frame_blu>div:nth-child(3):before {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #00F;
  bottom: -1px;
  left: 0;
  -moz-transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  transform-origin: bottom center;
}

.frame_blu>div:nth-child(3):after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  background: #00F;
  bottom: -1px;
  right: 0;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transform-origin: bottom center;
}

.detail_card_image .detail_card {
  opacity: 0;
  -moz-transform: rotatey(180deg) translateY(30%);
  -webkit-transform: rotatey(180deg) translateY(30%);
  transform: rotatey(180deg) translateY(30%);
  -moz-transition: transform 1s ease, opacity .5s ease;
  -webkit-transition: transform 1s ease, opacity .5s ease;
  transition: transform 1s ease, opacity .5s ease;
}

.modal_open .detail_card_image .detail_card {
  opacity: 1;
  -moz-transform: rotatey(0) translateY(0);
  -webkit-transform: rotatey(0) translateY(0);
  transform: rotatey(0) translateY(0);
  -moz-transition: transform 1s ease, opacity .5s ease;
  -webkit-transition: transform 1s ease, opacity .5s ease;
  transition: transform 1s ease, opacity .5s ease;
}


.push_sample_container {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffffde;
  width: 100%;
  height: calc(100% - 40px);
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.push_sample_open .push_sample_container {
  opacity: 1;
}

.push_sample_wrap {
  width: 100%;
}

.push_sample_inner {
  position: relative;
}

.push_sample_card {
  width: 20px;
  position: absolute;
  bottom: 66px;
  left: 21px;
}

.play-card-anim .push_sample_card {
  animation: pushanim-card 4s infinite linear;
}


@keyframes pushanim-card {
  0% {
    opacity: 0;
    -moz-transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
  }

  10% {
    opacity: 0;
    -moz-transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
  }

  20% {
    opacity: 1;
    -moz-transform: rotatey(0deg);
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
  }

  30% {
    opacity: 1;
    -moz-transform: rotatey(0deg);
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
  }

  35% {
    opacity: 0;
    -moz-transform: rotatey(0deg);
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
  }

  100% {
    opacity: 0;
    -moz-transform: rotatey(0deg);
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
  }

}

.push_sample_chara {
  width: 30px;
  position: absolute;
  bottom: 40px;
  left: 16px;
  transform-origin: bottom center;
}

.lanch-anim .push_sample_chara,
.pull-anim .push_sample_chara,
.push-anim-k .push_sample_chara,
.push-anim-d .push_sample_chara,
.push-anim-t .push_sample_chara,
.blast-anim .push_sample_chara {
  animation: pushanim-hero 4s infinite linear;
}

.l-pull-anim .push_sample_chara,
.l-push-anim-k .push_sample_chara,
.l-push-anim-d .push_sample_chara,
.gb-push-anim-d .push_sample_chara {
  animation: pushanim-hero-l 4s infinite linear;
}

.b-pull-anim .push_sample_chara,
.b-push-anim-k .push_sample_chara,
.b-push-anim-d .push_sample_chara {
  animation: pushanim-hero-b 4s infinite linear;
}


@keyframes pushanim-hero {
  0% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  24% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  25% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

}

@keyframes pushanim-hero-l {
  0% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  24% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  25% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  26% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  25% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  27% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  28% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  29% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  30% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  31% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  32% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

}

@keyframes pushanim-hero-b {
  0% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  24% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  25% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  26% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  25% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  27% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  28% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  29% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  30% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  31% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  32% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  33% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  34% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  35% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  36% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  37% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  38% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  39% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  40% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  41% {
    -moz-transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }

  42% {
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

}



.push_sample_yagi {
  width: 30px;
  position: absolute;
  transform-origin: 10px center;
}

.lanch-anim .push_sample_yagi {
  bottom: 40px;
  left: 40px;
  animation: pushanim-lanch 4s infinite linear;
}

.pull-anim .push_sample_yagi {
  bottom: 40px;
  left: 120px;
  animation: pushanim-pull 4s infinite linear;
}

.l-pull-anim .push_sample_yagi {
  bottom: 40px;
  left: 120px;
  animation: pushanim-pull-l 4s infinite linear;
}

.b-pull-anim .push_sample_yagi {
  bottom: 40px;
  left: 80px;
  animation: pushanim-pull-b 4s infinite linear;
}

.push-anim-k .push_sample_yagi {
  bottom: 40px;
  left: 40px;
  animation: pushanim-push-k 4s infinite linear;
}

.push-anim-d .push_sample_yagi {
  bottom: 40px;
  left: 40px;
  animation: pushanim-push-d 4s infinite linear;
}

.l-push-anim-k .push_sample_yagi {
  bottom: 40px;
  left: 100px;
  animation: l-pushanim-push-k 4s infinite linear;
}

.l-push-anim-d .push_sample_yagi {
  bottom: 40px;
  left: 100px;
  animation: l-pushanim-push-d 4s infinite linear;
}

.gb-push-anim-d .push_sample_yagi {
  bottom: 40px;
  left: 40px;
  animation: gb-pushanim-push-d 4s infinite linear;
}

.b-push-anim-k .push_sample_yagi {
  bottom: 40px;
  left: 40px;
  animation: b-pushanim-push-k 4s infinite linear;
}

.b-push-anim-d .push_sample_yagi {
  bottom: 40px;
  left: 40px;
  animation: b-pushanim-push-d 4s infinite linear;
}

.push-anim-t .push_sample_yagi {
  bottom: 40px;
  left: 90px;
  animation: pushanim-push-t 4s infinite linear;
}

.blast-anim .push_sample_yagi {
  bottom: 40px;
  left: 90px;
  animation: pushanim-blast 4s infinite linear;
}

@keyframes pushanim-lanch {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  32% {
    transform: translate(13px, -23px) rotate(120deg);
  }

  39% {
    transform: translate(25px, -46px) rotate(240deg);
  }

  46% {
    transform: translate(37px, -60px) rotate(360deg);
  }

  53% {
    transform: translate(49px, -60px) rotate(480deg);
  }

  60% {
    transform: translate(61px, -46px) rotate(600deg);
  }

  67% {
    transform: translate(75px, -23px) rotate(720deg);
  }

  74% {
    transform: translate(85px, 0px) rotate(810deg);
  }

  74.1% {
    transform: translate(85px, 0px) rotate(90deg);
  }

  85% {
    transform: translate(85px, 0px) rotate(90deg);
  }

  87% {
    transform: translate(85px, 0px);
  }

  90% {
    transform: translate(85px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes pushanim-pull {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(-70px, 0px);
  }

  32% {
    transform: translate(-70px, 0px) rotate(90deg);
  }

  40% {
    transform: translate(-70px, 0px) rotate(90deg);
  }

  42% {
    transform: translate(-70px, 0px);
  }

  45% {
    transform: translate(-70px, 0px);
  }

  62% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes pushanim-pull-l {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(-70px, 0px);
  }

  32% {
    transform: translate(-70px, 0px) rotate(90deg);
  }

  40% {
    transform: translate(-70px, 0px) rotate(90deg);
  }

  42% {
    transform: translate(-70px, 0px);
  }

  45% {
    transform: translate(-70px, 0px);
  }

  62% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes pushanim-pull-b {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  26% {
    transform: translate(-30px, 0px);
  }

  40% {
    transform: translate(-30px, 0px);
  }

  41% {
    transform: translate(-30px, 0px) rotate(90deg);
  }

  50% {
    transform: translate(-30px, 0px) rotate(90deg);
  }

  52% {
    transform: translate(-30px, 0px);
  }

  55% {
    transform: translate(-30px, 0px);
  }

  72% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}


@keyframes pushanim-push-k {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(70px, 0px);
  }

  50% {
    transform: translate(70px, 0px);
  }

  55% {
    transform: translate(70px, 0px);
  }

  65% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes pushanim-push-d {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(70px, 0px) rotate(90deg);
  }

  50% {
    transform: translate(70px, 0px) rotate(90deg);
  }

  55% {
    transform: translate(70px, 0px);
  }

  65% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}


@keyframes l-pushanim-push-k {
  0% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }

  35% {
    transform: translate(30px, 0px);
  }

  50% {
    transform: translate(30px, 0px);
  }

  55% {
    transform: translate(30px, 0px);
  }

  65% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes l-pushanim-push-d {
  0% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }

  35% {
    transform: translate(30px, 0px) rotate(90deg);
  }

  50% {
    transform: translate(30px, 0px) rotate(90deg);
  }

  55% {
    transform: translate(30px, 0px);
  }

  65% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes gb-pushanim-push-d {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  26% {
    transform: translate(16px, 0px);
  }

  28% {
    transform: translate(32px, 0px);
  }

  30% {
    transform: translate(48px, 0px);
  }

  32% {
    transform: translate(64px, 0px);
  }

  34% {
    transform: translate(80px, 0px);
  }

  36% {
    transform: translate(80px, 0px) rotate(90deg);
  }

  50% {
    transform: translate(80px, 0px) rotate(90deg);
  }

  55% {
    transform: translate(80px, 0px);
  }

  65% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}


@keyframes b-pushanim-push-k {
  0% {
    transform: translate(0px, 0px);
  }

  40% {
    transform: translate(0px, 0px);
  }

  45% {
    transform: translate(30px, 0px);
  }

  60% {
    transform: translate(30px, 0px);
  }

  65% {
    transform: translate(30px, 0px);
  }

  75% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes b-pushanim-push-d {
  0% {
    transform: translate(0px, 0px);
  }

  40% {
    transform: translate(0px, 0px);
  }

  45% {
    transform: translate(30px, 0px) rotate(90deg);
  }

  60% {
    transform: translate(30px, 0px) rotate(90deg);
  }

  65% {
    transform: translate(30px, 0px);
  }

  75% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes pushanim-push-t {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(30px, 0px) rotate(90deg);
  }

  50% {
    transform: translate(30px, 0px) rotate(90deg);
  }

  55% {
    transform: translate(30px, 0px);
  }

  65% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

@keyframes pushanim-blast {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 0px);
  }

  30% {
    transform: translate(0px, -30px) rotate(225deg);
  }

  35% {
    transform: translate(0px, -60px) rotate(450deg);
  }

  40% {
    transform: translate(0px, -30px) rotate(675deg);
  }

  45% {
    transform: translate(0px, 0px) rotate(900deg);
  }

  45.1% {
    transform: translate(0px, 0px) rotate(90deg);
  }

  50% {
    transform: translate(0px, 0px) rotate(90deg);
  }

  55% {
    transform: translate(0px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}





.detail_card_status {
  margin-top: 20px;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #ECECEC;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  padding: 10px 15px;
}

.detail_card_name {
  text-align: center;
  padding-bottom: 10px;
}

.detail_card_column {
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
}

.detail_card_column>div {
  width: calc(50% - 35px);
}

.detail_card_column>div.detail_card_indicator:nth-child(1) {
  width: 70px;
}

.detail_card_column2 {
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
}

.detail_card_column2>div.detail_card_indicator:nth-child(1) {
  width: calc(100% - 105px);
}

.detail_card_column2>div.detail_card_indicator:nth-child(2) {
  display: none;
}

.detail_card_column2.typeplus>div.detail_card_indicator:nth-child(2) {
  display: -webkit-flex;
  display: flex;
  width: 105px;
}


.detail_card_indicator {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.detail_card_indicator:nth-child(n+6) {
  margin-top: 5px;
}

.detail_card_indicator>div:nth-child(1) {
  width: 40px;
  font-size: 12px;
}

.detail_card_indicator>div:last-child {
  font-size: 10px;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 40px);
}

.detail_card_indicator>div.detail_card_ability {
  display: block;
}

.detail_card_indicator>div:last-child>div {
  width: 20%;
}

.detail_card_indicator>div:last-child>div:nth-child(even) {
  background: #CCCCCC;
}

.detail_card_level,
.detail_card_atk,
.detail_card_def,
.detail_card_phs {
  text-align: center;
}


/*==============================================================================================

	spec (裏コマンド用)

==============================================================================================*/
#spec_sec {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 980px;
  height: 100%;
  background: #dcdcdc;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 50;
  -moz-transition: transform .8s ease, z-index 0s ease .8s;
  -webkit-transition: transform .8s ease, z-index 0s ease .8s;
  transition: transform .8s ease, z-index 0s ease .8s;
}

#spec_view:checked~#spec_sec {
  z-index: 60;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
  transition: transform .8s ease;
}


#spec_sec>label {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all .8s ease, height .4s ease, background .3s ease, bottom .3s ease .8s;
  -webkit-transition: all .8s ease, height .4s ease, background .3s ease, bottom .3s ease .8s;
  transition: all .8s ease, height .4s ease, background .3s ease, bottom .3s ease .8s;
}

.spec_marker {
  width: 20px;
  height: 20px;
  position: relative;
}

.spec_marker>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.spec_marker>div:nth-child(1) {
  width: 18px;
  height: 4px;
  background: #333;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.spec_marker>div:nth-child(2) {
  width: 18px;
  height: 4px;
  background: #333;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.spec_contain {
  height: 100%;
}

.spec_wrap {
  height: 100%;
  position: relative;
  padding: 40px;
}

.spec_tab-head {
  display: -webkit-flex;
  display: flex;
}

.spec_tab-head li {
  width: 50%;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  opacity: .3;
  color: #FFFFFF;
}

.spec_tab-head li:nth-child(1) {
  background: #00F;
}

.spec_tab-head li:nth-child(2) {
  background: #F00;
}

.spec_tab-head li.select_tab {
  opacity: 1;
}

.spec_tab-body li {
  padding-top: 10px;
}

.spec_view {
  padding-bottom: 10px;
}

.spec_view .select_spec {
  background: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.spec_range_speed {
  display: -webkit-flex;
  display: flex;
}

.spec_range_speed div {
  width: 25%;
}