@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
@font-face{
    font-family: 'Local Noto Sans JP';
    src: local('Noto Sans JP');
}
body {
  color: #000000;
  font-size: 1.4rem;
  font-family: 'Local Noto Sans JP', 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: rgb(178, 178, 178, 0.2) url(https://yoga-lava.com/lp/cp/virabhadra/img/pc_logo.png) repeat 0 0 / 390px 160px;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 0 !important;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
main {
  display: block;
  background-color: #fff;
  padding-bottom: 1rem;
}
#wrapper {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0 0 26px 0;
  overflow: hidden;
}
.bold {
  font-weight: 500;
}
.top1em {
  padding-top: 1em;
}
aside {
  font-size: 1.3rem;
  text-align: left;
  padding: 15px 0 0 20px;
  line-height: 1.5;
}
.scroll_txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.first_note {
  background: #F5F123;
  color: #FF3A1F;
}
.first_note p {
  font-weight: 600;
  text-align: center;
  padding: 0.3em 0;
  font-size: 1rem;
}
#target {
  display: flex;
  margin: 1rem 1rem 2rem 1rem;
}
.target_ttl {
  font-size: 1rem;
  text-align: center;
  /*  height: 42px;*/
  line-height: 40px;
  padding: 0.5rem 0;
  width: 14rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.target_txt {
  margin: 0 0 0 1rem;
  font-size: 0.9rem;
}
@media (min-width: 500px) {
  .target_txt {
    font-size: 1rem;
    letter-spacing: -0.02rem;
  }
}
/*CVボタン*/
.button {
  width: 84%;
  margin: 1rem auto 0rem;
  border-radius: 36px;
  position: relative;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer !important;
}
/* 上下アニメーション */
.btn_lesson_rsv img {
  animation: fuwafuwa 2.8s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  /* -20pxを変えることで上下の動く幅を変えられる */
  100% {
    transform: translate(0, 0);
  }
}
.btn_first_lava a, .btn_lesson_rsv a {
  text-decoration: none;
}
.btn_first_lava {
  text-align: center;
  margin: 0 auto 3rem;
}
.btn_first_lava a {
  transition: all 1s;
  border-bottom: 1px solid;
  color: #000;
  padding: 1rem 0;
  display: inline-block;
  text-decoration: none;
}
.btn_first_lava a:hover {
  opacity: 0.3;
}
.btn_first_lava::after {
  content: none;
}
.btn_lesson_rsv {
  opacity: 1;
  transition: all 1s;
}
.btn_lesson_rsv:hover {
  opacity: 0.6;
  transition: .3s;
}
.btn_lesson_rsv img {
  width: 100%;
  margin: 0 auto;
}
.btn_lesson_rsv img.shadow_img_01 {
  filter: drop-shadow(0 10px 4px #dfdfdf);
}
.btn_web .button:hover {
  opacity: 0.6;
  transition: .3s;
}
.btn_web img.btn_img {
  width: 100%;
  margin: 0 auto;
}
.btn_web_no_otameshi {
  opacity: 1;
  transition: all 1s;
}
.btn_web_no_otameshi:hover {
  opacity: 0.6;
  transition: .3s;
}
.btn_web_no_otameshi img {
  width: 100%;
  margin: 0 auto;
}
.con1_ttl img, .con2_ttl img {
  width: 100%;
  margin: 0 0 15px;
}
.con_tebura_ttl img {
  width: 100%;
}
.bottom25 {
  margin-bottom: 25px !important;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom50 {
  margin-bottom: 50px;
}
.bottom80 {
  margin-bottom: 80px;
}
.bottom95 {
  margin-bottom: 95px;
}
.try aside {
  color: #FFF;
}
.shiny_btn {
  display: flex;
  justify-content: center;
}
.shiny_btn a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
}
.follow_reserve_btn.shiny_btn a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 300ms;
  -webkit-mask-image: url("../img/251101/follow_btn_reserve.webp");
  mask-image: url(../img/251101/follow_btn_reserve.webp);
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
}
.shiny_btn a._shiny::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
  overflow: hidden;
}
.vote_btn {
  width: 84%;
  margin: 1rem auto 0rem;
  display: block;
  cursor: pointer !important;
}
/*.vote_btn li {
    width: 600px;
}*/
.vote_btn.pos01 {
  position: absolute;
  right: 0;
  left: 0;
  top: 55rem;
}
.vote_btn.pos02 {
  position: absolute;
  right: 0;
  left: 0;
  top: 49rem;
}
/* キラッと光るアニメーション */
.shiny_btn img {
  animation: shinyshiny;
}
@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*モーダル*/
.remodal.cpn {
  max-width: 500px !important;
  border-radius: 2rem;
  position: relative;
  padding: 1rem !important;
  margin: 0 auto 1rem;
  background: transparent;
}
.remodal.cpn img {
  width: 100%;
}
.remodal.cpn.modal_coupon {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.coupon_img {
  position: relative;
}
.coupon_img img {
  border-radius: 1rem;
}
.coupon_img .button {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  padding: 0 1em;
}
.vote_img img {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.remodal.cpn .remodal-close.close_top {
  width: 6rem;
  height: 0;
  right: 0;
  left: unset;
  top: 1.3rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.remodal.cpn .remodal-close.close_top::before {
  color: #666666;
  width: 4.5rem;
  height: 4.5rem;
  font-size: 4.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remodal.cpn .remodal-close.close_bottom {
  position: relative;
  background-color: #fff;
  width: 12rem;
  height: 3.8rem;
  border-radius: 4rem;
  margin: -5rem auto 1.4rem;
  color: #000;
  font-size: 1.5rem;
  filter: drop-shadow(8px 8px 0 rgba(54, 126, 193, 0.2));
  font-weight: 500;
  padding-left: 0.8rem;
}
.remodal.cpn .remodal-close.close_bottom::before {
  width: 3.8rem;
  height: 3.8rem;
  font-size: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remodal.modal_point .reserve_btn {
  display: block;
  position: absolute;
  left: calc(50% - 15.15rem);
  bottom: 22.2rem;
}
.coupon_ticket {
  position: absolute;
  display: block;
  content: '';
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .coupon_ticket {
    width: calc(100% - 40px);
  }
}
@media (min-width: 500px) {
  .remodal.cpn .remodal-close.close_top {
    width: 60px;
    height: 60px;
    right: 0;
    top: 20px;
  }
  .remodal.cpn .remodal-close.close_bottom {
    width: 250px;
    height: 85px;
    border-radius: 50px;
    margin: -110px auto 0;
    font-size: 3.2rem;
    padding-left: 20px;
  }
  .remodal.cpn .remodal-close.close_bottom::before {
    width: 85px;
    height: 85px;
    font-size: 7.6rem;
  }
  .vote_img img {
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  .modal_coupon a.reserve_btn {
    bottom: -11px;
    left: calc(50% - 310px);
  }
  .reserve_btn {
    width: 630px;
  }
}
/*モーダル ここまで*/
/*特典1:PFF/FF/おためし 通い放題*/
.acc > dd {
  display: none;
}
#contents1 {
  background-repeat: repeat;
  background-size: 100%;
  background: #205736;
  /*
  background-image: url("../img/250701/bg_pattern.webp");
  background: linear-gradient(#cdd7f6, #e8e8fe);*/
}
/*2025年1月-2月の背景柄*/
/*.plan_bg, .try_bg {
  background-image: url("../img/250101/bg_pattern.png");
  background-repeat: repeat;
  background-size: 30px;
}*/
.try_bg {
  padding-bottom: 2rem;
}
@media (min-width: 500px) {
  .plan_bg { /*2025年1月-2月の背景柄*/
    background-size: 35px;
  }
}
#contents1 ul li {
  position: relative;
}
/*↓7大特典 キャンペーン詳細アコーディオン*/
/*.cv_chance_special_bg{
  background: #ddb946;
  padding: 1.4rem 0;
}*/
.benefit {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.acc_wrap {
  position: relative;
}
.accordion {
  position: relative;
  bottom: 5rem;
  right: 0;
  left: 0;
}
/* アコーディオンのタイトル */
.accordion_header {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  text-decoration: underline;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-weight: 600;
  /*padding: 1rem;*/
  /*border: 1px solid #000;*/
  /*border-radius: 5rem;*/
}
@media (min-width: 500px) {
  .accordion_header {
    font-size: 18px;
  }
  .accordion {
    bottom: 6rem;
  }
}
.accordion_header.active {
  padding-bottom: 2.6rem;
}
.accordion_header i {
  font-size: 1.6rem;
}
/* アコーディオンの内容 */
.accordion_content {
  display: none;
}
/* タイトル横のプラスマーク縦線 */
/*.accordion_header::before{
  content: "";
    position: absolute;
    top: 50%;
    right: 59px;
    width: 15px;
    height: 2px;
    background: #000000;
    transform: translateY(-50%);
}*/
/* タイトル横のプラスマーク横線 */
/*.accordion_header::after{
  content: "";
    position: absolute;
    top: 50%;
    right: 66px;
    width: 2px;
    height: 15px;
    background: #000000;
    transform: translateY(-50%);
    transition: .3s;
}*/
/* アコーディオンが開いたとき横線の変化 */
/*.accordion_header.active::after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}*/
/*↑7大特典 キャンペーン詳細アコーディオン ここまで*/
.cp_machine_pilates_wrap, .cp_burnes_style_wrap {
  margin: -1px auto;
}
/*.machine_pilates {
  padding-bottom: 2rem;
}*/
.burnes_style {
  padding: 2rem 0 5rem;
}
.machine_pilates.active, .burnes_style.active {
  padding-bottom: 0;
}
.campaign_acc dt:hover {
  cursor: pointer;
  opacity: .6;
}
#contents1 .cp_text_right {
  text-align: right;
  padding-top: 0.8rem;
}
/*1027 阿部途中〜〜*/
#contents1 .acc_inner_shop_wrap {
  padding-top: 2.5rem;
}
#contents1 .acc_box .acc:first-of-type dt::before {
  transform: rotate(0deg);
}
#contents1 .acc_inner_shop_wrap .acc_inner_shop_first_dt::after {
  transform: rotate(0deg); /*-関東- １つ目のプラス*/
}
#contents1 .acc_inner_shop_wrap .acc_inner_shop_first_dt.active::after {
  transform: rotate(-90deg); /*-関東- １つ目のマイナス*/
}
#contents1 .acc_inner_shop_wrap .acc_inner_shop_first_dd {
  display: block; /*-関東-*/
}
#contents1 .cp_machine_pilates_wrap .acc_box .acc dt, #contents1 .cp_burnes_style_wrap .acc_box .acc dt {
  font-size: 1.6rem;
  position: relative;
  padding: 1rem 2rem;
  font-weight: 500;
}
#contents1 .cp_machine_pilates_wrap .acc_box .acc dt {
  color: #5e8fcb;
  background-color: #dee9f4;
  border-top: 0.1rem solid #5e8fcb;
}
#contents1 .cp_burnes_style_wrap .acc_box .acc dt {
  color: #612aaf;
  background-color: #f0e9f6;
  border-top: 0.1rem solid #612aaf;
}
#contents1 .cp_machine_pilates_wrap .acc_box .acc dt:last-of-type {
  border-bottom: 0.1rem solid #5e8fcb;
}
#contents1 .cp_burnes_style_wrap .acc_box .acc dt:last-of-type {
  border-bottom: 0.1rem solid #612aaf;
}
#contents1 .cp_machine_pilates_wrap .acc_box .acc:last-of-type > dt.active, #contents1 .cp_burnes_style_wrap .acc_box .acc:last-of-type > dt.active {
  border-bottom: unset;
}
#contents1 .acc_box .acc dd {
  padding: 1rem 0 1rem 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
#contents1 .acc_box dt::before, #contents1 .acc_box dt::after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 0.1rem;
  background-color: #5e8fcb;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
#contents1 .cp_machine_pilates_wrap .acc_box dt::before, #contents1 .cp_machine_pilates_wrap .acc_box dt::after {
  background-color: #5e8fcb;
}
#contents1 .cp_burnes_style_wrap .acc_box dt::before, #contents1 .cp_burnes_style_wrap .acc_box dt::after {
  background-color: #612aaf;
}
#contents1 .acc_box dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#contents1 .acc_box dt.active::before {
  opacity: 0;
}
#contents1 .acc_box dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
#contents1 .acc_box:first-of-type dt.active::before {
  opacity: 1;
}
#contents1 .cp_tx {
  bottom: 3.5rem;
}
/*ボタンホバー時明るくする*/
#contents1 .machine_pilates::before, #contents1 .burnes_style::before {
  display: none;
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5%;
  background-color: #FFF;
  opacity: 0.5;
  z-index: 2;
}
#contents1 .machine_pilates, #contents1 .burnes_style {
  position: relative;
  margin: 0 auto;
}
#contents1 .machine_pilates:hover, #contents1 .burnes_style:hover {
  opacity: 1 !important;
}
#contents1 .machine_pilates:hover::before, #contents1 .burnes_style:hover::before {
  display: inline-block;
}
/*---------PFFここまで---------*/
#contents1 .plan_inner {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 0;
}
#contents1 .plan_inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  width: 90.3%;
  height: 100%;
  z-index: -1;
}
#contents1 .timing_img, #contents1 .option_img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
#contents1 .wrap {
  margin: 0 auto;
  padding-top: 2rem;
  background-color: rgb(255, 255, 255);
  width: 90.3%;
  font-size: 1.2rem;
}
#contents1 .s_tx {
  text-align: left;
  padding: 1rem 2rem 2rem;
  line-height: 1.4;
}
/*LAVAポイント施策 2024.9/1*/
#rakuten {
  position: relative;
}
#rakuten .rakuten_btn_wrap {
  width: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 0;
}
#rakuten a.rakuten_modal_btn {
  transition: all 1s;
  border-bottom: solid;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 2.5rem;
  color: #323232;
}
#rakuten .wrap {
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
}
/****** ポップアップ ******/
.rakuten_popup_content {
  position: relative;
}
.rakuten_popup_content .btn_lesson_rsv {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.modal-container .remodal-close.close_top.rakuten_popup_title_close {
  width: 0.1rem;
  top: 0.4rem;
}
/*カウントダウン 2025.11.17*/
.rakuten_popup_content .countdown {
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  width: 100%;
  color: crimson;
  font-size: 2rem;
}
.countdown .cdt_num_02 {
  font-size: 9vw;
  margin: 0 1vw;
}
@media (min-width: 500px) {
  .rakuten_popup_content .btn_lesson_rsv {
    bottom: 0;
  }
  .modal-container .remodal-close.close_top.rakuten_popup_title_close {
    right: 5.5rem;
  }
  .modal-container .remodal-close.close_top.rakuten_popup_title_close::before {
    width: 50px;
    height: 50px;
    font-size: 6rem;
  }
}
#contents2 {
  background: #205736;
  background-repeat: repeat;
  background-size: 100%;
  /*
  background-image: url("../img/250701/bg_pattern.webp");
  background: linear-gradient(#d5dbf9, #ced7f8);*/
}
#contents2 .try_inner, #contents4 .try_inner {
  position: relative;
}
.cp_lesson_white_bg {
  position: relative;
  background: #fff;
  border-radius: 0 0 30px 30px;
  margin: 0 auto;
  padding: 1rem 2rem 2rem;
  width: 90.3%;
}
#contents2 .wrap, #contents5 .wrap {
  bottom: 2rem;
}
#contents2 .vote_btn, #contents5 .vote_btn {
  bottom: 2rem;
  position: relative;
}
/* レッスン1回0円 */
#contents3, #contents5 {
  background: #FFF3F7;
  padding-bottom: 0;
  position: relative;
}
#contents2 .wrap, #contents3 .wrap, #contents5 .wrap {
  position: relative;
  top: 0.1rem;
  right: 0;
  left: 0;
}
#contents3 ul.cp_lesson_note_wrap li, #contents5 ul.cp_lesson_note_wrap li {
  padding: 0 0 0 2rem;
}
#contents2 .button, #contents3 .button, #contents5 .button {
  width: 100%;
}
#contents4 {
  margin: 0 auto 2rem;
}
#contents4 .wrap {
  position: absolute;
  bottom: 5rem;
  right: 0;
  left: 0;
}
#campaign ul li {
  position: relative;
}
ul.cp_lesson_note_wrap {
  font-size: 1.2rem;
  padding: 1rem 0 2rem 0;
}
ul.cp_lesson_note_wrap li span {
  position: absolute;
  left: 2rem;
}
/*---------------------------------
モーダルポップアップ 2024.9.1
--------------------------------*/
.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  z-index: 9;
}
/*.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 450px) {
  .modal-container.active {
    max-width: 500px;
  }
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
  top: 2rem;
}
.float_reserve_btn .button {
  margin: 2rem auto 0;
}
.modal-container .remodal-close.close_top {
  width: 3.8rem;
  height: 3.8rem;
  right: 4rem;
  left: unset;
  top: -0.5rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.modal-container .remodal-close.close_top::before {
  color: #666666;
  width: 3.8rem;
  height: 3.8rem;
  font-size: 4.4rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 500px) {
  .modal-container .remodal-close.close_top::before {
    width: 82px;
    height: 82px;
    font-size: 9rem;
  }
}
/*追従ボタン*/
/*フッターまでスクロールしたら消す*/
#cta_follow {
  position: fixed;
  bottom: 0;
  z-index: 999; /* 重要 */
  width: 100%;
  background: rgba(246, 233, 6, 0.9);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  visibility: visible;
  opacity: 1;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
#cta_follow .btn_inner {
  display: flex;
  justify-content: space-evenly;
  padding: 0.5rem 1rem 1rem;
  align-items: flex-end;
}
.countdown_follow_wrap {
  max-width: 500px;
  margin: 0 auto;
}
.countdown_follow_wrap .limited_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.limited_wrap {
  position: unset;
}
.countdown {
  font-size: 1.5rem;
  color: #433f3f;
  font-weight: bold;
  padding: 1rem 0;
}
/*.countdown span {
  font-size: 2.4rem;
}*/
.countdown .cdt_num {
  background: #fff;
  border-radius: 7px;
  background-clip: padding-box;
  padding: 0 1vw;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: 0 5px 8px rgb(0 0 0 / 30%);
  text-shadow: 0 1px 1px rgba(000, 000, 000, .3);
  color: #000;
  font-size: 5vw;
  font-weight: bold;
  margin: 0 1vw;
}
.follow_anchor_btn {
  margin-right: 1rem;
}
.countdown_follow_wrap p.text_crimson {
  color: crimson;
}
.countdown_follow_wrap p.text_limit {
  text-align: center;
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.4;
}
.limit {
  font-size: 20px;
  color: crimson;
  display: block;
  letter-spacing: 2px;
}
.limit span {
  font-size: 14px;
}
span.limit {
  display: inline;
}
@media (min-width: 500px) {
/*  #cta_follow {
    max-width: 500px;
  }*/
  #cta_follow .btn_inner {
    align-items: center;
    justify-content: center;
  }
  .countdown_follow_wrap p.text_limit, .limit span {
    font-size: 20px;
    line-height: 1.5;
  }
  .limit {
    font-size: 26px;
  }
  .countdown {
    font-size: 2rem;
  }
  .countdown .cdt_num {
    font-size: 3rem;
    margin: 0 0.5rem;
    padding: 0 0.5vw;
  }
  .rakuten_popup_content .countdown {
    font-size: 3rem;
    top: 1.4rem;
  }
  .countdown .cdt_num_02 {
    font-size: 5rem;
    margin: 0 0.2vw;
  }
}
.hidden {
  animation: fade .2s ease-in-out forwards;
  pointer-events: none; /* 重要 */
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.visible {
  animation: fadeOut .2s ease-in-out forwards;
  pointer-events: all; /* 重要 */
}
@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*おためし再スタートプラン*/
.plan_acc {
  background: #fff;
  margin: 0 auto;
  display: block;
  border: 6px solid #e0dbd9;
}
.plan_acc .plan_ttl {
  font-size: 2rem;
  background: #e0dbd9;
  color: #000000;
  padding: 10px 0;
  text-align: center;
}
.plan_acc .acc_ctrl {
  position: relative;
  cursor: pointer;
}
/* アコーディオン*/
.plan_acc .acc_ctrl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 4px;
  background: #000000;
  transform: translateY(-50%);
}
.plan_acc .acc_ctrl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 4px;
  height: 24px;
  background: #000000;
  transform: translateY(-50%);
  transition: .3s;
}
.plan_acc .acc_ctrl.active::after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}
.plan_acc .acc_panel {
  padding: 0 0 1px;
}
.plan_acc .plan_02 {
  padding: 2rem 0 0;
}
.plan_acc .plan_detail {
  display: none;
}
.web_entry {
  width: 96%;
  margin: 2rem auto 0;
}
.img-border {
  border: 3px solid #FFC204;
  box-sizing: border-box;
  border-radius: 36px;
}
.btn_lesson_check {
  position: absolute;
  right: 38px;
  bottom: 14px;
  font-size: 1.8rem;
  color: #333;
}
.btn_lesson_check a {
  color: #6a6666;
  font-size: 2.3rem;
}
.btn_lesson_check a:hover {
  color: cadetblue;
}
#flow {
  text-align: center;
  width: 100%;
  position: relative;
  color: #747879;
  padding: 2rem 0 15rem;
}
@media (min-width: 391px) and (max-width: 500px) {
  #flow {
    margin-bottom: 5rem;
  }
}
#flow h2 {
  position: absolute;
  width: 96%;
  margin-left: 2%;
}
#flow h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 20px;
}
#flow_02 h3 {
  padding-top: 10px;
}
#flow_01, #flow_02 {
  position: relative;
  top: 13rem;
  right: 0;
  left: 0;
}
#flow_01::after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 30px solid #6bc5d4;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#flow_02 {
  margin-top: 30px;
}
#flow_02 aside {
  text-align: center;
}
.marker-P-blue {
  background: linear-gradient(transparent 60%, #FDFBCA 0%);
}
.h3_atten {
  font-size: 1.4rem;
  padding: 0 2rem 2rem;
}
.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.icon {
  width: 22%;
}
.icon img {
  width: 60%;
}
.icon p {
  font-size: 1.4rem;
  padding: 1rem 0;
  color: #333;
  text-decoration: none;
}
.icon a {
  text-decoration: none;
}
#belong {
  text-align: left;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  color: #747879;
  font-size: 2.4rem;
}
#belong h2 {
  width: 96%;
  margin-left: 2%;
  z-index: -1;
}
.small_txt {
  font-size: 1.4rem;
  display: block;
  padding-left: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 375px) {
  .small_txt {
    font-size: 1.2rem;
  }
}
#belong_01 {
  position: absolute;
  top: 110px;
  left: 0;
}
#belong_02 {
  position: absolute;
  top: 26rem;
  left: 0;
}
.belong_box {
  padding: 0 20px;
}
.belong_box ul li {
  position: relative;
  line-height: 0.5;
  padding-bottom: 20px;
}
.belong_box ul li p {
  padding: 3px 0 0 60px;
}
.belong_box ul .credit {
  line-height: 1.2;
  margin: -1rem 0 0;
}
.belong_box ul .credit span {
  font-size: 2rem;
}
.belong_box ul li::before {
  content: '';
  position: absolute;
  background: url("../img/ico_check.png") center 0 no-repeat;
  background-size: 100%;
  width: 30px;
  height: 50px;
}
.belong_box ul li.credit::before {
  top: 1rem;
}
.belong_atten {
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.4;
  color: #6bc5d4;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 500px) {
  #flow {
    padding: 2rem 0 23rem;
  }
  #flow_01, #flow_02 {
    top: 18rem;
  }
  #flow_01 {
    margin: 0 auto 6rem;
  }
  #flow h3, #belong {
    font-size: 3rem;
  }
  #belong_01 {
    top: 150px;
  }
  #belong_02 {
    top: 33rem;
  }
  .belong_box {
    padding: 0 40px;
  }
  .belong_box ul .credit {
    margin: 0.5rem 0 1.5rem;
  }
  .belong_atten {
    font-size: 3rem;
  }
}
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox {
  width: auto;
  font-size: 0; /* ラベルと開く部分を分離する時は数値を入れる */
  margin: 0 10px; /* ボックス全体の位置調整 */
}
.acbox label {
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
}
.acbox label:hover {
  /* background: #8BC34A; ラベルにマウスを乗せた時の背景色 */
}
.acbox input {
  display: none;
}
.acbox label:after {
  color: #fff;
  content: "▼"; /* ラベルのアイコン */
  position: absolute;
  top: 88%;
  right: 45px;
  margin-top: -14px;
  font-size: 4.2rem;
}
.acbox input:checked ~ label::after {
  content: "▲"; /* ラベルをクリックした後のアイコン */
}
.acbox div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}
.acbox input:checked ~ div {
  height: auto;
  /* padding: 18px; 開いた部分の枠内の余白 */
  border-radius: 0;
  /* background: #F3F4F5; 開いた部分の背景色 */
  opacity: 1;
}
.acbox input:checked ~ label {}
.acbox-under {
  font-size: 15px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}
/*---------------------------------
new lava
--------------------------------*/
#contents4 h2 {
  width: 96%;
  margin: 0 auto;
}
.flame_bottom {
  width: 96%;
  margin: 0 auto;
}
.new_lava_flame {
  background: url("../img/new_lava_flame_middle.png") center 0 repeat-y;
  background-size: 96%;
}
.new_lava_flame > p {
  font-size: 1.8rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 20px 30px;
  line-height: 1.6;
}
.new_lava_box {
  border-radius: 1.5rem;
  background: #fdfbca;
  width: 86%;
  margin: 0 auto;
  padding-bottom: 65px;
}
.new_lava_box h3 {
  background: #ffc208;
  color: #fff;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  text-align: center;
  letter-spacing: 2px;
  padding: 20px 0;
  font-size: 2.4rem;
}
.new_lava_box img {
  width: 100%;
  position: relative;
  bottom: 25px;
}
.new_lava_box .note {
  padding: 0 20px 25px;
  margin: -10px auto;
  line-height: 1.6;
  color: #5a5a5a;
  font-size: 1.2rem;
}
.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 34px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #FFC107 100%);
  /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);*/
  /*border-bottom: solid 3px #c58668;*/
}
.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.new_lava_button {
  position: relative;
}
.new_lava_button a {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60%;
}
/* プレミアム通う放題プラン内 マシンピラティス・暗闇キックボクシング アコーディオン 241101 */
.cp_img_top {
  z-index: 1;
  position: relative;
}
.cp_white_bg01 {
  background: #fff;
  position: absolute;
  height: 36rem;
  border-radius: 10px 10px 0 0;
  top: 1rem;
}
.cp_white_bg01, .cp_white_bg02 {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.machine_pilates .cp_white_bg02 .machine_pilates:hover, .burnes_style:hover {
  opacity: 1 !important;
}
.machine_pilates:hover::before, .burnes_style:hover::before {
  display: inline-block;
}
.campaign_acc dt:hover {
  cursor: pointer;
  opacity: .6;
}
#campaign .cp_text_right {
  text-align: right;
  padding-top: 0.4rem;
}
#campaign .acc_box_bg {
  background: #fff;
}
.acc_box {
  width: 94%;
  margin: 0 auto;
}
#campaign .campaign_acc {
  background: #fff;
}
#campaign .cp_machine_pilates_wrap .campaign_list.acc {
  padding-bottom: 2.5rem;
}
#campaign .cp_burnes_style_wrap .campaign_list.acc {
  padding-bottom: 2.5rem;
  background: #fff;
}
#campaign .cp_machine_pilates_wrap .acc_box .acc dt, #campaign .cp_burnes_style_wrap .acc_box .acc dt {
  font-size: 1rem;
  position: relative;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
#campaign .cp_machine_pilates_wrap .acc_box .acc dt {
  color: #5e8fcb;
  background-color: #dee9f4;
  border-top: 0.1rem solid #5e8fcb;
}
#campaign .cp_burnes_style_wrap .acc_box .acc dt {
  color: #612aaf;
  background-color: #f0e9f6;
  border-top: 0.1rem solid #612aaf;
}
#campaign .cp_machine_pilates_wrap .acc_box .acc:last-of-type > dt.active, #campaign .cp_burnes_style_wrap .acc_box .acc:last-of-type > dt.active {
  border-bottom: unset;
}
#campaign .acc_box .acc dd {
  padding: 0.5rem 0 0.5rem 1rem;
  ;
  font-size: 0.7rem;
}
#campaign .acc_box dt::before, #campaign .acc_box dt::after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 0.1rem;
  background-color: #5e8fcb;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
#campaign .cp_machine_pilates_wrap .acc_box dt::before, #campaign .cp_machine_pilates_wrap .acc_box dt::after {
  background-color: #5e8fcb;
}
#campaign .cp_burnes_style_wrap .acc_box dt::before, #campaign .cp_burnes_style_wrap .acc_box dt::after {
  background-color: #612aaf;
}
#campaign .acc_box dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#campaign .acc_box dt.active::before {
  opacity: 0;
}
#campaign .acc_box dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
/*#contents1 .acc_box .acc:first-of-type dt.active::after {
transform: rotate(-90deg);
}*/
#contents1 .acc_box:first-of-type dt.active::before {
  opacity: 1;
}
#campaign .cp_tx {
  bottom: 3.5rem;
}
/*アコーディオン部分*/
/*#campaign .cp_machine_pilates_wrap .acc_box .acc_inner_shop_wrap .acc_inner_shop_first_dd,
#campaign .cp_burnes_style_wrap .acc_box .acc_inner_shop_wrap .acc_inner_shop_first_dd {
display: block;
}*/
#campaign .cp_machine_pilates_wrap .acc_box .acc_inner_shop_wrap dt.acc_inner_shop_last_dt {
  border-bottom: 0.1rem solid #5e8fcb;
}
#campaign .cp_burnes_style_wrap .acc_box .acc_inner_shop_wrap dt.acc_inner_shop_last_dt {
  border-bottom: 0.1rem solid #612aaf;
}
#campaign .cp_machine_pilates_wrap .acc_box .acc_inner_shop_wrap dt.acc_inner_shop_last_dt.active, #campaign .cp_burnes_style_wrap .acc_box .acc_inner_shop_wrap dt.acc_inner_shop_last_dt.active {
  border-bottom: unset;
}
#campaign .acc_box .acc_inner_shop_wrap dt::before, #campaign .acc_box .acc_inner_shop_wrap dt::after {
  content: '';
  display: inline-block;
  width: 1rem;
  background-color: #5e8fcb;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}
#campaign .cp_machine_pilates_wrap .acc_box .acc_inner_shop_wrap dt::before, #campaign .cp_machine_pilates_wrap .acc_box .acc_inner_shop_wrap dt::after {
  background-color: #5e8fcb;
}
#campaign .cp_burnes_style_wrap .acc_box .acc_inner_shop_wrap dt::before, #campaign .cp_burnes_style_wrap .acc_box .acc_inner_shop_wrap dt::after {
  background-color: #612aaf;
}
#campaign .acc_box .acc_inner_shop_wrap dt::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#campaign .acc_box .acc_inner_shop_wrap dt.acc_inner_shop_first_dt::after {
  transform: rotate(0deg);
}
#campaign .acc_box .acc_inner_shop_wrap dt.active::before {
  opacity: 0;
}
#campaign .acc_box .acc_inner_shop_wrap dt.acc_inner_shop_first_dt::before {
  transform: rotate(0deg);
}
#campaign .acc_box .acc_inner_shop_wrap dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
#campaign .acc_box .acc_inner_shop_wrap dt.acc_inner_shop_first_dt.active::after {
  transform: rotate(-90deg);
}
#campaign .acc_box .acc_inner_shop_wrap dt.acc_inner_shop_first_dt.active::before {
  opacity: 1;
}
#campaign .acc_box dt.active::before {
  opacity: 0;
}
#campaign .acc_box dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
/*アコーディオンタイトル部分*/
#campaign .campaign_list .acc_box_bg {
  z-index: 2;
  position: relative;
}
p.cp_acc_more {
  margin-bottom: 0;
}
.cp_acc_more_wrap, .cp_acc_more_wrap02 {
  z-index: 3;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 0.2rem;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.7s;
}
/*ご利用なRintosull店舗を見る　⬇アコーディオン開閉*/
.cp_machine_pilates_wrap .cp_acc_more_wrap, .cp_machine_pilates_wrap .cp_acc_more_wrap02 {
  border: 1px solid #5E8FCB;
  margin-top: 1rem;
}
/*ご利用なRintosull店舗を見る　⬇アコーディオン開いたあと*/
.cp_machine_pilates_wrap .cp_acc_more_wrap02 {
  margin-top: 2.4rem;
}
/*ご利用なburnes style店舗を見る　⬇アコーディオン開閉*/
.cp_burnes_style_wrap .cp_acc_more_wrap, .cp_burnes_style_wrap .cp_acc_more_wrap02 {
  border: 1px solid #612AAF;
  margin-top: 1rem;
}
/*ご利用なburnes style店舗を見る　⬇アコーディオン開いたあと*/
.cp_burnes_style_wrap .cp_acc_more_wrap02 {
  margin-top: 2.4rem;
}
.machine_pilates.active > .machine_pilates_acc_title_wrap, .burnes_style.active > .burnes_style_acc_title_wrap {
  padding-bottom: 0;
}
.cp_acc_more {
  display: inline-block;
  position: relative;
}
.cp_acc_more::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
  border-bottom: 1rem solid #fff;
  border-top: 0;
  top: -0.8rem;
  left: calc(50% - 0.8rem);
}
.machine_pilates_acc_title_wrap, .burnes_style_acc_title_wrap {
  width: 80%;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
  /*padding-bottom: 3rem;*/
}
.machine_pilates_acc_title_wrap {
  background: #5E8FCB;
}
.burnes_style_acc_title_wrap {
  background: #612AAF;
}
.machine_pilates_acc_tx_wrap, .burnes_style_acc_tx_wrap {
  margin: 0 auto;
  padding: 0 0 1rem;
}
.machine_pilates_acc_tx, .burnes_style_acc_tx {
  padding: 1rem 1rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  line-height: 1.7;
}
.machine_pilates_acc_tx {
  border-radius: 8px 8px 0 0;
}
.row .machine_pilates_acc_tx_wrap p, .row .burnes_style_acc_tx_wrap p, .row #campaign .acc_box .acc p {
  line-height: 1.6em;
  margin-bottom: 0;
}
.acc_box .tx_yellow {
  background-image: linear-gradient(transparent 60%, #FFFF00 60%);
  font-weight: bold;
}
/*#contents1 .cp_machine_pilates_wrap .acc {
padding-top: 2.5rem;
}*/
.machine_pilates_acc_img_box {
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 0 0 8px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 1rem;
}
.machine_pilates_acc_img_box picture {
  width: 13rem;
  height: auto;
  margin: 0 0.5rem;
}
#campaign br.pc_only {
  display: none;
}
.burnes_style_acc_tx_ic {
  font-size: 1.2rem;
  vertical-align: top;
}
.burnes_style_acc_tx_comment {
  padding-top: 1rem;
  display: inline-block;
}
.cp_special_wrap {
  position: relative;
  background: #fff;
}
.cp_special_white_bg {
  background: #fff;
  position: relative;
  margin: 0 1.15rem;
}
.cp_special_img_01 {
  margin-bottom: 1rem;
}
.cp_plan_note_wrap {
  font-size: 0.7rem;
}
.cp_plan_note_wrap dd {
  padding-left: 1em;
  text-indent: -1em;
}
.cp_plan_note_wrap dd.tx_red {
  color: #E5353B;
}
/*タイトルプラスマイナスボタン*/
#contents1 .acc_title_btn_wrap {
  content: '';
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 1.7rem;
  top: 2.3rem;
  background-color: #fff;
  z-index: 1;
  border-radius: 50%;
}
#contents1 .burnes_style .acc_title_btn_wrap {
  top: 2.3rem;
}
#contents1 span.acc_title_btn {
  position: relative;
  display: inline-block;
}
#contents1 span.acc_title_btn::before, #contents1 span.acc_title_btn::after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 0.2rem;
  position: absolute;
  transform: translateY(-50%);
  transition: opacity 0.5s;
  top: -0.1rem;
  left: 0.75rem;
}
#contents1 span.acc_title_btn::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.5s;
}
#contents1 .machine_pilates span.acc_title_btn::before, #contents1 .machine_pilates span.acc_title_btn::after {
  background-color: #5E8FCB;
}
#contents1 .burnes_style span.acc_title_btn::before, #contents1 .burnes_style span.acc_title_btn::after {
  background-color: #612AAF;
}
#contents1 .machine_pilates.active span.acc_title_btn::before, #contents1 .burnes_style.active span.acc_title_btn::before {
  opacity: 0;
}
#contents1 .machine_pilates.active span.acc_title_btn::after, #contents1 .burnes_style.active span.acc_title_btn::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 500px) {
  #contents1 .acc_title_btn_wrap {
    width: 32px;
    height: 32px;
    right: 40px;
    top: 34px;
  }
  #contents1 span.acc_title_btn::before, #contents1 span.acc_title_btn::after {
    width: 16px;
    height: 2px;
    top: 0;
    left: 8px;
  }
  .machine_pilates_acc_tx, .burnes_style_acc_tx {
    padding: 10px 17px;
    font-size: 1.4rem;
  }
}
/*Youtube動画*/
.cp_video_wrap {
  padding: 2rem 0;
  background-color: #FFF8CD;
}
.cp_video_bg {
  margin: 0 auto 2rem;
  width: 80%;
  display: block;
}
.cp_video_inner_wrap {
  width: 100%;
  box-shadow: none;
}
.cp_video_inner {
  position: relative;
  width: 100%;
  padding-top: 52%;
}
.cp_video_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 500px) {
  .cp_video_wrap {
    margin: 0 auto 0 auto;
  }
}

/* パソコンで見たときは"sp"のclassがついた要素が表示される */
.sp_hidden {
  display: none !important;
}
.sp {
  display: block !important;
}
/* パソコンで見たときは"pc"のclassがついた要素が表示される */
@media (min-width: 500px) {
  .pc {
    display: block !important;
  }
  .pc_hidden {
    display: none !important;
  }
}
/*======================================================
アニメーション
======================================================*/
/*===============　上下に動くアニメーション ===============*/
.floatV img {
  -webkit-animation: floatV 2.5s ease-in-out infinite alternate;
  animation: floatV 2.5s ease-in-out infinite alternate;
}
@-webkit-keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.3em, 0);
    transform: translate3d(0, 0.3em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.3em, 0);
    transform: translate3d(0, -0.3em, 0);
  }
}
@keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.3em, 0);
    transform: translate3d(0, 0.3em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.3em, 0);
    transform: translate3d(0, -0.3em, 0);
  }
}