@charset "UTF-8";

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

    anim css

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

	anim title

==============================================================================================*/
.anim-modal {
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.calc-anim_title {
  height: 30px;
  font-size: 12px;
  background: #c3da49;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: 5px solid #bbb;
  border-right: 5px solid #bbb;
  position: relative;
  z-index: 10;
}

.calc-anim_title > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}


.calc-anim_title > div:before {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: opacity .6s ease;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.calc-anim_title > div:after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transition: opacity .6s ease;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

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

	anim contain

==============================================================================================*/
.calc-anim_contain {
  width: 100%;
  height: calc(100% - 30px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
}

.calc-anim_wrap {
  width: calc(100% - 20px);
  max-width: 400px;
}

.calc-anim_wrap:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 7.13%;
  background: url(/compas-deck/img/calc/calc_detail_bg_top.png) top left no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 1px;
}

.calc-anim_wrap:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 9.44%;
  background: url(/compas-deck/img/calc/calc_detail_bg_bottom.png) bottom left no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: -1px;
}

.calc-anim_main_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fcfdeb;
}

.calc-anim_main_wrap:before {
  content: '';
  display: block;
  width: 8.02%;
  background: url(/compas-deck/img/calc/calc_detail_bg_left.png) top left no-repeat;
  background-size: 100% 100%;
}

.calc-anim_main_wrap:after {
  content: '';
  display: block;
  width: 8.02%;
  background: url(/compas-deck/img/calc/calc_detail_bg_right.png) top right no-repeat;
  background-size: 100% 100%;
}

.calc-anim_main {
  width: calc(100% - 17%);
}

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

	speed設定

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

.calc-anim_speed {
  padding-bottom: 10px;
}

.calc-anim_speed input {
  width: 100%;
  background: #FFF;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #DDD;
}

.calc-anim_speed .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;
}

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

	anim 表示

==============================================================================================*/
.calc-anim_anim_contain {
  position: relative;
}

/* 時間 */

.calc-anim_time {
  position: absolute;
  top: 10%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF;
  font-size: 20px;
}

/* ログ表示 */
.calc_log_label {
  position: absolute;
  top: 12.5%;
  right: 21%;
  color: #FFF;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.attack_log_wrap {
  position: absolute;
  top: 3%;
  left: 3%;
  color: #FFF;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.3);
  width: 60%;
  height: 94%;
  z-index: 1;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  padding: 5px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.attack_log-a {
  width: 100%;
  height: 100%;
}

.attack_log-b {
  width: 0;
  height: 100%;
}

#bside-atkanim_check:checked ~ .calc-anim_anim_contain .attack_log_wrap .attack_log-a,
#bside-atkanim_check:checked ~ .calc-anim_anim_contain .attack_log_wrap .attack_log-b {
  width: calc(50% - 2px);
  height: 100%;
}

#calc_log:checked ~ .attack_log_wrap {
  opacity: 1;
}

.attack_log > div {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* info */
.calc_info_label {
  position: absolute;
  top: 12.5%;
  right: 11%;
  color: #FFF;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.calc_info_wrap {
  position: absolute;
  top: 25%;
  right: 3%;
  color: #FFF;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.6);
  width: 0;
  height: 130%;
  max-height: 226px;
  z-index: 3;
  overflow: hidden;
  -moz-transition: width .3s ease;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}

#calc_info:checked ~ .calc_info_wrap {
  width: 94%;
}

.calc_info_inner {
  width: 100%;
  min-width: 200px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}

.calc_info_data {
  width: 50%;
  padding: 10px;
}

.calc_info_data + .calc_info_data {
  border-left: 1px solid #FFFF;
}

.calc_info_name {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calc_info_atk,
.calc_info_def,
.calc_info_phs {
  position: relative;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.6);
  height: 20px;
  margin-top: 5px;
}

.calc_info_atk .bold,
.calc_info_def .bold,
.calc_info_phs .bold {
  position: absolute;
  top: 50%;
  right: 5px;
  color: #FFF;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.calc_info_indicator {
  background: rgba(178, 178, 178, 0.5);
  width: 50%;
  height: 100%;
}

.calc_info_atk:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/compas-deck/img/icon_atk_w.png) center center;
  background-size: 100% 100%;
}

.calc_info_def:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/compas-deck/img/icon_def_w.png) center center;
  background-size: 100% 100%;
}

.calc_info_phs:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/compas-deck/img/icon_phs_w.png) center center;
  background-size: 100% 100%;
}

.calc_info_checkwrap {
  width: 100%;
  min-width: 230px;
  padding: 10px;
  border-top: 1px solid #FFF;
}

.calc_info_checkwrap label {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#bside-atkanim_check:checked ~ .calc-anim_anim_contain .calc_info_wrap .bside-atk_label .checkmarker {
  border: 0px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bside-atkanim_check:checked ~ .calc-anim_anim_contain .calc_info_wrap .bside-atk_label .checkmarker .type-c,
#bside-atkanim_check:checked ~ .calc-anim_anim_contain .calc_info_wrap .bside-atk_label .checkmarker .type-p {
  opacity: 1;
}


/* キャラ、エフェクト画像 */


.calc_anim_charaset {
  position: absolute;
  bottom: 28.5%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 80%;
}

.calc_anim_chara_a,
.calc_anim_chara_b {
  position: relative;
  width: 40%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  z-index: 1;
}

.calc_anim_chara_a {
  z-index: 2;
}

.calc_anim_chara_a > img,
.calc_anim_chara_b > img {
  width: 100%;
  transform-origin: bottom center;
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -moz-transition: transform .1s ease;
  -webkit-transition: transform .1s ease;
  transition: transform .1s ease;
}

.calc_anim_chara_a.atkanim img:nth-child(1),
.calc_anim_chara_b.atkanim img:nth-child(1) {
  -moz-transform: scaleY(0.9);
  -webkit-transform: scaleY(0.9);
  transform: scaleY(0.9);
}

.calc_anim_chara_a > img.anim-mapiya,
.calc_anim_chara_b > img.anim-mapiya {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -moz-transition: top .3s ease, left .3s ease;
  -webkit-transition: top .3s ease, left .3s ease;
  transition: all .3s ease;
}

.calc_anim_chara_a > img.anim-aru,
.calc_anim_chara_b > img.anim-aru {
  width: 100%;
  position: absolute;
  top: -30%;
  left: 0;
  z-index: -1;
  -moz-transition: top .3s ease, left .3s ease;
  -webkit-transition: top .3s ease, left .3s ease;
  transition: all .3s ease;
}


.calc_anim_chara_a > img.anim-gonsan,
.calc_anim_chara_b > img.anim-gonsan {
    width: 100%;
    position: absolute;
    top: -60%;
    left: 0;
    z-index: -1;
    -moz-transition: top .3s ease, left .3s ease;
    -webkit-transition: top .3s ease, left .3s ease;
    transition: all .3s ease;
    transform: scaleY(10);
    pointer-events: none;
}

.calc_anim_chara_a > img.anim-nyark,
.calc_anim_chara_b > img.anim-nyark {
  width: 100%;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
  -moz-transition: top .3s ease, left .3s ease;
  -webkit-transition: top .3s ease, left .3s ease;
  transition: all .3s ease;
}


.mapiyamove_a .calc_anim_chara_a img.anim-mapiya {
  top: -25%;
  left: 90%;
}

.mapiyamove_b .calc_anim_chara_b img.anim-mapiya {
  top: -25%;
  left: -90%;
}


.img-counter,
.img-guard {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

[class*="calc_anim_chara_"] > div.damanim {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  font-weight: bold;
  font-size: 30px;
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transform-origin: bottom center;
  color: #FFF;
  animation: damview 1s forwards linear;
}

[class*="calc_anim_chara_"] > div.damanim.color-w {
  color: #F00;
}

[class*="calc_anim_chara_"] > div.damanim.color-a {
  color: #4bed7e;
}

[class*="calc_anim_chara_"] > div.damanim.color-p {
  color: #ac0ed3;
}

[class*="calc_anim_chara_"] > div.damanim.skill {
  color: #F00;
}

[class*="calc_anim_chara_"] > div.damanim.num1 {
  left: 25%;
}

[class*="calc_anim_chara_"] > div.damanim.num2 {
  left: 35%;
}

[class*="calc_anim_chara_"] > div.damanim.num3 {
  left: 45%;
}

[class*="calc_anim_chara_"] > div.damanim.num4 {
  left: 55%;
}

[class*="calc_anim_chara_"] > div.damanim.num5 {
  left: 65%;
}

[class*="calc_anim_chara_"] > div.damanim.num6 {
  left: 75%;
}


@keyframes damview {
  0% {
    opacity: 0;
    top: 50%;
    -moz-transform: translate(-50%, -50%) scale(0.1);
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
  }

  40% {
    opacity: 1;
    top: -60%;
    -moz-transform: translate(-50%, 50%) scale(1);
    -webkit-transform: translate(-50%, 50%) scale(1);
    transform: translate(-50%, 50%) scale(1);
  }

  100% {
    opacity: 0;
    top: -70%;
    -moz-transform: translate(-50%, -50%) scale(0.1);
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
  }
}

[class^="calc_anim_atkeffect"] {
  width: 25%;
  position: absolute;
  top: -30%;
  left: 50%;
  z-index: -1;
  -moz-transform: translateX(-90%);
  -webkit-transform: translateX(-90%);
  transform: translateX(-90%);
  opacity: 0;
}

.calc_anim_atkeffect-b {
  top: -30%;
  left: 50%;
  z-index: -2;
  -moz-transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
}

.element_view {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.calc_anim_chara_a .element_view {
  left: 0;
}

.calc_anim_chara_b .element_view {
  right: 0;
}

.element_view.red {
  background: url(/compas-deck/img/icon_red.png);
  background-size: 100% 100%;
}

.element_view.blue {
  background: url(/compas-deck/img/icon_blue.png);
  background-size: 100% 100%;
}

.element_view.green {
  background: url(/compas-deck/img/icon_green.png);
  background-size: 100% 100%;
}

.element_view.black {
  background: url(/compas-deck/img/icon_black.png);
  background-size: 100% 100%;
}

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

	life 表示

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

.calc_anim_status_wrap {
  padding-top: 10px;
}

.calc_anim_phs_contain {
  background: #999;
  padding: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

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

.calc_anim_phs_wrap {
  overflow: hidden;
  width: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.phs_b {
  width: calc(100% - 24px);
}

#bside-atkanim_check:checked ~ .calc_anim_status_wrap .phs_a,
#bside-atkanim_check:checked ~ .calc_anim_status_wrap .phs_b {
  width: calc(50% - 12px);
}

.chara_status_phs_indicator {
  width: 100%;
  background: #333;
  height: 20px;
  border: 1px solid #fff;
  position: relative;
}

.chara_status_phs_indicator > div:nth-child(1) {
  height: 100%;
  width: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 1;
  opacity: .3;
}

.chara_status_phs_indicator > div:nth-child(2) {
  height: 100%;
  width: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  opacity: .3;
}

.chara_status_phs_indicator > div:nth-child(3) {
  height: 100%;
  width: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 75%;
  z-index: 1;
  opacity: .3;
}

.chara_status_phs_indicator_level {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #F00;
}

.phs_b .chara_status_phs_indicator_level {
  background: #00F;
}

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

/* コントローラー */
.calc_anim_controller {
  padding-bottom: 10px;
}


.attack_btn_wrap,
.ha_btn_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 5px;
}


.attack_btn_wrap > div {
  height: 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;
  color: #FFF;
  -moz-transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.normaldamage {
  background: #ff3c3c;
}

.normaldamage:before {
  content: '通常攻撃';
}

.normalcancel {
  background: #ff8100;
}

.normalcancel:before {
  content: 'モーション';
}

.normalcancel:after {
  content: 'キャンセル';
}

.attack_btn_wrap.ha2view .normalcancel:before,
.attack_btn_wrap.ha3view .normalcancel:before {
  content: 'ﾓｰｼｮﾝ';
}

.attack_btn_wrap.ha4view .normalcancel:before {
  content: '';
}

.attack_btn_wrap.ha2view .normalcancel:after,
.attack_btn_wrap.ha3view .normalcancel:after,
.attack_btn_wrap.ha4view .normalcancel:after {
  content: 'ｷｬﾝｾﾙ';
}

.attack_btn_wrap.ha0view > div {
  width: 100%;
}

.attack_btn_wrap.ha1view > div {
  width: calc(50% - 3px);
}

.attack_btn_wrap.ha2view > div {
  width: calc(100% / 3 - 12px / 3);
}

.attack_btn_wrap.ha3view > div {
  width: calc(100% / 4 - 18px / 4);
}

.attack_btn_wrap.ha4view > div {
  width: calc(100% / 5 - 22px / 5);
}


.ha0view .ha1btn,
.ha0view .ha2btn,
.ha0view .ha3btn,
.ha0view .ha4btn,
.ha1view .ha2btn,
.ha1view .ha3btn,
.ha2view .ha3btn,
.ha1view .ha4btn,
.ha2view .ha4btn,
.ha3view .ha4btn {
  display: none;
}

.ha1btn {
  background: #4bf570;
}

.ha1btn.hacancel {
  background: #00c4d8;
}

.ha2btn {
  background: #37ea2b;
}

.ha3btn {
  background: #02da13;
}

.ha4btn {
  background: #02da13;
}

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

.skill_btn {
  width: calc(100% / 4 - 5px);
  height: 50px;
  background: #DDD;
  border-radius: 4px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.3;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.skill_btn img {
  width: 100%;
}

.calc_anim_controller .atk_start {
  opacity: 1;
  pointer-events: inherit;
  cursor: pointer;
}

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

.element_btn {
  width: calc(100% / 4 - 5px);
  height: 30px;
  background: #DDD;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: opacity .2s ease;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.element_btn:after {
  content: '切替'
}

.element_btn.red {
  background: #ffc1c1;
}

.element_btn.red:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(/compas-deck/img/icon_red.png);
  background-size: 100% 100%;
  margin-right: 5px;
}

.element_btn.blue {
  background: #c1e5ff;
}

.element_btn.blue:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(/compas-deck/img/icon_blue.png);
  background-size: 100% 100%;
  margin-right: 5px;
}

.element_btn.green {
  background: #95fb8f;
}

.element_btn.green:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(/compas-deck/img/icon_green.png);
  background-size: 100% 100%;
  margin-right: 5px;
}

.element_btn.black {
  background: #a0a0a0;
}

.element_btn.black:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(/compas-deck/img/icon_black.png);
  background-size: 100% 100%;
  margin-right: 5px;
}

.calc_anim_controller div.disable,
.calc_anim_controller label.disable {
  opacity: 0.3;
  pointer-events: none;
}

.calc_anim_btnwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.calc_anim_bside {
  display: none;
  width: calc(100% / 3 - 5px);
  height: 30px;
  background: #6262ff;
  color: #FFF;
  border-radius: 4px;
  font-size: 10px;
  margin-top: 10px;
  cursor: pointer;
}

#bside-atkanim_check:checked ~ .calc_anim_controller .calc_anim_bside {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.calc_anim_bside:before {
  content: '青ｻｲﾄﾞ攻撃開始';
}

.anim_b-attack .calc_anim_bside {
  background: #9400ff;
}

.anim_b-attack .calc_anim_bside:before {
  content: '青ｻｲﾄﾞ攻撃中!!';
}

.calc_anim_stop {
  width: calc(50% - 5px);
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ff0088;
  color: #FFF;
  border-radius: 4px;
  font-size: 10px;
  margin-top: 10px;
  cursor: pointer;
  pointer-events: none;
  opacity: .6;
}

.calc_anim_stop:before {
  content: '計測一時停止';
}

#bside-atkanim_check:checked ~ .calc_anim_controller .calc_anim_stop {
  width: calc(100% / 3 - 5px);
}

.anim_measure .calc_anim_stop {
  opacity: 1;
  pointer-events: auto;
}

.anim_stopping .calc_anim_stop:before {
  content: '計測再開';
}

.calc_anim_toggle {
  width: calc(50% - 5px);
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #00F;
  color: #FFF;
  border-radius: 4px;
  font-size: 10px;
  margin-top: 10px;
  cursor: pointer;
}


.calc_anim_toggle:before {
  content: '計測開始';
}

#bside-atkanim_check:checked ~ .calc_anim_controller .calc_anim_toggle {
  width: calc(100% / 3 - 5px);
}

.anim_measure .calc_anim_toggle {
  background: #999;
}

.anim_measure .calc_anim_toggle:before {
  content: '計測終了'
}
