@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 37.5);
}
body {
  color: #111111;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif , 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
}
li {
  list-style-type:none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  position: relative;
	background: #fff;
}
.pc_only {
  display: none;
}
@media screen and (min-width: 500px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  html {
    font-size: 62.5%;
  }
  .wrapper {
    box-shadow: 30px 0px 90px -10px rgba(225, 225, 225, 1), -30px 0px 90px -10px rgba(225, 225, 225, 1);
  }
	body {
  	background-image: url(../img/body_bg.webp);
    background-color: #f1f1f1;
    background-size: 20%;
		background-repeat: repeat;
}
}
/*header*/
header{
	height: 6.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_hd{
	width: 14.7rem;
}
/*btn_wrap*/
.btn_wrap {
  padding: 2.3rem 0;
  text-align: center;
  background: rgb(234, 150, 156);
  background: linear-gradient(90deg, rgba(234, 150, 156, 1) 0%, rgba(236, 174, 104, 1) 100%);
}
.btn_try {
  width: 85%;
  display: block;
  margin: 0 auto;
  animation: purupuru_anim 1.5s infinite;
}
.btn_wrap .white_tx {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
.cta_lead {
  width: 30.5rem;
}
@keyframes purupuru_anim {
  0% {  transform: translate(0, 0);}
  5% {  transform: translate(-5px, -0);}
  10% { transform: translate(5px, 0);}
  15% { transform: translate(-5px, -0);}
  20% { transform: translate(5px, 0);}
  25% { transform: translate(-5px, -0);}
  30% { transform: translate(0, 0);}
  100% {  transform: translate(0, 0);}
}
/*about*/
#about{
	background: url("../img/about_bg.png") no-repeat 0 0/cover;
	padding: 5.5rem 2rem;
}
.bg_white{
	padding: 3.8rem 2rem 3rem;
	background-color: #fff;
}
.about_tx {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 2.4;
}
.mint_tx{
	color: #69b3a2;
	font-weight: bold;
}
.lesson_clm{
	display: flex;
  justify-content: center;
	margin-top: 2.2rem;
}
.lesson_clm li{
	width: 14.7rem;
}
.lesson_clm li p{
	font-size: 1.2rem;
	margin-top: 1rem;
}
.lesson_clm li:first-of-type p{
	padding-right: 0.4rem;
}
.lesson_clm li:nth-of-type(2) {
	padding-left: 1.4rem;
}
.lesson_clm_img {
  width: 13rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
  .about_tx {
    font-size: 2rem;
}
	.shop_comment {
    font-size: 1.3rem;
}
	.lesson_clm li {
    width: 45%;
}
	.lesson_clm_img {
    width: 15rem;
}
	.lesson_clm li:nth-of-type(2) {
    padding-left: 3rem;
}
	.lesson_clm li p {
    font-size: 1.4rem;
}
}
/*worries*/
#worries{
	padding-bottom: 2.7rem;
}
.worries_list{
	position: relative;
}
.worries_list li{
	position: absolute;
}
.worries_01{
	left: 2.2rem;
    top: -17.2rem;
	width: 16.6rem;
}
.worries_02{
	right: 6.2rem;
    top: -18.5rem;
    width: 14.4rem;
}
.worries_03{
	left: 9.4rem;
    bottom: -2rem;
    width: 14.4rem;
}
.worries_04{
	right: 2.2rem;
    bottom: 0rem;
	width: 14.05rem;
}
@media screen and (min-width: 500px) {
	.worries_01 {
    left: 2rem;
    top: -25rem;
    width: 24rem;
}
	.worries_02 {
    right: 4rem;
    top: -25rem;
    width: 22rem;
}
	.worries_03 {
    left: 7rem;
    bottom: -8rem;
    width: 23rem;
}
  .worries_04 {
    right: 4rem;
    bottom: -3rem;
    width: 20rem;
}
}
/*point_01*/
#point_01 {
  background: rgb(120, 186, 173);
  background: linear-gradient(0deg, rgba(120, 186, 173, .45) 0%, rgba(228, 216, 106, .45) 100%);
  padding-bottom: 5rem;
}
#point_01 p{
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 2.1;
}
.point_title_01{
	margin: 2.0rem auto 1.5rem;
	text-align: center;
}
.text_marker_white,.point_title_02 .text_marker_blue{
	height: 2.75rem;
	width: auto;
}
.text_marker_white+.text_marker_white,.point_title_02 .text_marker_blue.delay-time-line02{
	margin-top: 0.5rem;
}
.point_tx{
	margin-bottom: 1.6rem;
}
#point_01 .fukidashi{
	font-size: 1.6rem;
    height: 3rem;
    width: 33.5rem;
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    border-radius: 1.5rem;
	padding-bottom: 0.25rem;
}
#point_01 .fukidashi.tx02{
	width: 11.5rem;
	margin: 1.5rem auto;
}
#point_01 .fukidashi::after{
	position: absolute;
    display: block;
    content: '';
    bottom: -0.9rem;
    left: calc(50% - 0.5rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 0 1rem;
    border-color: #ffffff transparent transparent transparent;
}
.top_img {
    width: 14.4rem;
    margin: 1rem auto;
    display: block;
}
.grand_prix {
    display: flex;
    margin: 2rem;
}
.grand_prix li:nth-of-type(2){
	margin-left: 1rem;
}
#point_01 .size_s{
	font-size: 1.3rem;
}
@media screen and (min-width: 500px) {
	#point_01 p {
    font-size: 2rem;
	}
	.top_img {
    width: 50%;
}
}
/*point_02*/
#point_02{
	background: url("../img/point_02_bg.png") no-repeat 0 0/cover;
	padding-bottom: 5rem;
}
.point_title_02{
	padding: 6.2rem 0 2.6rem;
	text-align: center;
}
#point_02 > p{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.3;
}
#point_02 .fukidashi{
	font-size: 1.6rem;
    height: 2.8rem;
    width: 27.5rem;
    margin: 1.6rem auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6998bc;
    position: relative;
    border-radius: 1.5rem;
	padding-bottom: 0.32rem;
	color: #fff;
}
#point_02 .fukidashi::after{
	position: absolute;
    display: block;
    content: '';
    bottom: -0.9rem;
    left: calc(50% - 0.5rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 0 1rem;
    border-color: #6998bc transparent transparent transparent;
}
.lesson_icon{
	display: flex;
	justify-content: center;
}
.lesson_icon li{
	font-size: 1.1rem;
	font-weight: 500;
	position: relative;
	padding-left: 1.5rem;
}
.lesson_icon li+li{
	margin-left: 1.5rem;
}
.lesson_icon li::before{
	position: absolute;
	display: block;
	content: '';
	width: 1rem;
	height: 1rem;
	top: calc(50% - 0.5rem);
	left: 0;
}
.lesson_icon li:first-of-type::before{
	background-color: #eb9d5c;
}
.lesson_icon li:nth-of-type(2)::before{
	background-color: #81d086;
}
.lesson_icon li:nth-of-type(3)::before{
	background-color: #6ba7d1;
}
.lesson_table{
	width: 90%;
	margin: 1.4rem auto 1rem;
}
#point_02 .small_tx{
	font-size: 1rem;
	font-weight: 500;
}
@media screen and (min-width: 500px) {
	.point_title_02 {
    padding: 6.2rem 0 4rem;
}
	#point_02 > p {
    font-size: 2rem;
		line-height: 2.5;
}
	#point_02 .fukidashi {
		font-size: 2rem;
    height: 3rem;
    width: 35rem;
    margin: 4rem auto 3rem;
	}
	.lesson_icon li {
    font-size: 1.6rem;
}
}
/*point_03*/
#point_03{
	background: rgb(120, 186, 173);
    background: linear-gradient(0deg, rgba(120, 186, 173, .45) 0%, rgba(228, 216, 106, .45) 100%);
	padding: 5rem 0;
	text-align: center;
}
.point_title_03{
	text-align: center;
	margin-bottom: 2rem;
}
#point_03 > p{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.3;
}
.price_normal {
    margin: 2.2rem auto 1rem;
}
.price_special{
	width: 33.6rem;
}
#point_03 .fukidashi{
	font-size: 1.8rem;
    height: 3rem;
    width: 25rem;
    margin: 4.2rem auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    border-radius: 1.5rem;
	padding-bottom: 0.25rem;
}
#point_03 .fukidashi::after{
	position: absolute;
    display: block;
    content: '';
    bottom: -0.9rem;
    left: calc(50% - 0.5rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 0 1rem;
    border-color: #ffffff transparent transparent transparent;
}
.price_table {
    margin: 1.4rem auto;
}
.price_line{
	width: 21.6rem;
}

/*voice*/
#voice {
  background: rgb(234, 150, 156);
  background: linear-gradient(0deg, rgba(234, 150, 156, .35) 0%, rgba(236, 174, 104, .35) 100%);
  padding: 5rem 0;
}
.voice_list li{
	display: flex;
	margin: 3rem 2rem 0;
}
.voice_img {
    width: 12rem;
    height: 12rem;
	margin-right: 2rem;
}
.right_contents p{
	font-size: 1.2rem;
	margin-top: 1rem;
}
.text_marker_wide{
	height: 2.35rem;
	width: auto;
}
@media screen and (min-width: 500px) {
	.right_contents p {
    font-size: 1.5rem;
}
}
/*footer*/
footer{
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	font-size: 1rem;
}

/*======================================================
追従ボタン
======================================================*/
.cta_follow {
  position: fixed;
  bottom: 2rem;
  left: 0;
  width: 100%;
  display: none;
  z-index: 100;
}
.cta_follow .btn_try{
	animation: none;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 500px) {
	.cta_follow .btn_try{
	max-width: 410px;
}
	.cd_tx span {
    font-size: 3vw;
}
}
/*======================================================
アニメーション
======================================================*/

/*===============　マーカーアニメーション ===============*/
.text_marker_yellow { /*黄色マーカー 0.5秒*/
  padding-bottom: 2px;
  background: -webkit-linear-gradient(left, rgb(255,240,99) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255,240,99) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255,240,99) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
  background-position: 100% .8em;
  transition: .5s;
  transition-delay: .5s;
}
.text_marker_pale_red { /*薄赤色マーカー 0.5秒*/
  padding-bottom: 2px;
  background: -webkit-linear-gradient(left, rgb(251,219,212) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(251,219,212) 50%, transparent 50%);
  background: linear-gradient(left, rgb(251,219,212) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
  background-position: 100% .8em;
  transition: 2.0s;
  transition-delay: .8s;
}
.text_marker_white { /*白マーカー 0.5秒*/
  padding-bottom: 2px;
  background: -webkit-linear-gradient(left, rgb(255,255,255) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255,255,255) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255,255,255) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
  background-position: 100% .8em;
  transition: .5s;
  transition-delay: .5s;
}
.text_marker_blue { /*blueマーカー 0.5秒*/
  padding-bottom: 2px;
  background: -webkit-linear-gradient(left, rgb(210,226,249) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(210,226,249) 50%, transparent 50%);
  background: linear-gradient(left, rgb(210,226,249) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
  background-position: 100% .8em;
  transition: .5s;
  transition-delay: .5s;
}
.text_marker_wide { /*白wideマーカー 0.5秒*/
  padding-bottom: 2px;
  background: -webkit-linear-gradient(left, rgb(255,255,255) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255,255,255) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255,255,255) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 2em; 
  background-position: 100% .8em;
  transition: .5s;
  transition-delay: .5s;
}
.delay-time-line-next{
	transition-delay: 1s;
}
[class*='text_marker_'].marker_10 { /*マーカー 1秒*/
  transition: 1.0s;
  transition-delay: .8s;
}
[class*='text_marker_'].marker_20 { /*マーカー 2秒*/
  transition: 2.0s;
  transition-delay: .8s;
}
[class*='text_marker_'].marker_30 { /*マーカー 3秒*/
  transition: 3.0s;
  transition-delay: .8s;
}
[class*='text_marker_'].delay-time20 { /*マーカー ディレイ 2秒*/
  transition-delay: 2.0s;
}
.text_marker_yellow.marker_trigger,
.text_marker_pale_red.marker_trigger,
.text_marker_white.marker_trigger,
.text_marker_blue.marker_trigger
{
  background-position: 0% .8em;
}
.text_marker_wide.marker_trigger{
	background-position: 0% 0em;
}

/*===============　フェードアップアニメーション ===============*/
.fadeup_trigger {
  opacity: 0;
}
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*===============　手書き文字アニメーション ===============*/
.cls-1 {
  fill: none;
  isolation :isolate;;
  stroke-linecap :round;
  stroke-linejoin :round;
  stroke-width :6px;
}
.voice_item.handwriting_trigger .mask_line_01 {
  stroke-dasharray :6020px;
  animation: h-written-01 5s;
  stroke: #fff;
}
.voice_item.handwriting_trigger .mask_line_02 {
  stroke-dasharray:7260px;
  animation: h-written-02 5s;
  stroke: #fff;
}
.voice_item.handwriting_trigger .mask_line_03 {
  stroke-dasharray: 5090px;
  animation: h-written-03 5s;
  stroke: #fff;
}
.svg_text_01 {
  mask: url(#mask_01);
}
.svg_text_02 {
  mask: url(#mask_02);
}
.svg_text_03 {
  mask: url(#mask_03);
}
@keyframes h-written-01 {
  0% {
    stroke-dashoffset:6020px;
  }
  20% {
  stroke-dashoffset:6020px;
  }
  100% {
    stroke-dashoffset:0px;
  }
}
@keyframes h-written-02 {
  0% {
    stroke-dashoffset:7260px;
  }
  20% {
  stroke-dashoffset:7260px;
  }
  100% {
    stroke-dashoffset:0px;
  }
}
@keyframes h-written-03 {
  0% {
    stroke-dashoffset:5090px;
  }
  38% {
  stroke-dashoffset:5090px;
  }
  100% {
    stroke-dashoffset:0px;
  }
}

/*===============　きらっと光るアニメーション ===============*/
.shine {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  display: inline-block;
}
@-webkit-keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
.shine::before {
  content: "";
  -webkit-animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 100%;
  height: 90%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  bottom: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}
/*===============　上下に動くアニメーション ===============*/
.btn.floatV {
  -webkit-animation: floatV 3s ease-in-out infinite alternate;
  animation: floatV 3s 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.5em, 0);
            transform: translate3d(0, 0.5em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.5em, 0);
            transform: translate3d(0, -0.5em, 0);
  }
}
@keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.5em, 0);
            transform: translate3d(0, -0.5em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.5em, 0);
            transform: translate3d(0, 0.5em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.5em, 0);
            transform: translate3d(0, -0.5em, 0);
  }
}


/*===============　拡大縮小アニメーション ===============*/
.breathing {
  animation: breathing 6s infinite;
}
@keyframes breathing {
  0% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
  40% {
    transform: scale(1.03, 1.03);
    transform-origin: center bottom;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
}

/*===============　揺れるアニメーション ===============*/
.fuwafuwa {
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  transition: 1.5s ease-in-out;
  margin-top: 15px;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-4deg);
    transform-origin: center bottom;
  }
  50% {
    transform:translate(0, -2px) rotate(0deg);
    transform-origin: center bottom;
  }
  100% {
    transform:translate(0, 0) rotate(4deg);
    transform-origin: center bottom;
  }
}

/*===============　ジャンプするアニメーション ===============*/
.jump_01 {
  animation: jump_01 5s linear infinite;
}
@keyframes jump_01 {
  0%, 7% {
    transform: translateY(0);
  }
  17% {
    transform: translateY(-6px);
  }
  25% {
    transform: translateY(2px);
  }
  33% {
    transform: translateY(-4px);
  }
  41% {
    transform: translateY(2px);
  }
  46%, 100% {
    transform: translateY(0);
  }
}
.jump_02 {
  animation: jump_02 6s linear infinite;
}
@keyframes jump_02 {
  0%, 47.5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  52.5% {
    transform: translateY(2px);
  }
  55% {
    transform: translateY(-4px);
  }
  57.5% {
    transform: translateY(2px);
  }
  60%, 100% {
    transform: translateY(0);
  }
}
/*===============　ズームイン ===============*/
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.6s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.5);
  }

  to {
      transform: scale(1);
  }
}
/*===============　アニメーションディレイ ===============*/
.delay-time02 {
  animation-delay: .2s;
}
.delay-time04 {
  animation-delay: .4s;
}
.delay-time06 {
  animation-delay: .6s;
}
.delay-time08 {
  animation-delay: .8s;
}
.delay-time10 {
  animation-delay: 1.0s;
}
.delay-time12 {
  animation-delay: 1.2s;
}
.delay-time14 {
  animation-delay: 1.4s;
}
.delay-time20 {
  animation-delay: 2.0s;
}

/*======================================================
CDタイマー
======================================================*/
.cd_tx{
	text-align: center;
	color: #eb554b;
	margin-bottom: 14px;
}
.cd_tx .timer_tx{
	font-weight: bold;
	display: inline-block;
    font-size: 4.6vw;
}
.cd_tx span{
	font-size: 6vw;
}
#countdownArea.cd_tx{
	color: #6998bc;
	margin: 0;
	position: absolute;
	top: 2px;
	left: calc(50% - 2.6em);
	font-weight: bold;
}
/*2402*/
#mv img {
  display: block;
}
.comparison_lead {
  width: 50%;
  margin: 1.5rem auto 3rem;
}
.btn_wrap {
  padding: 1.8rem 0;
}
.btn_try {
  margin-bottom: 1rem;
  filter: drop-shadow(0 0.5rem 0 rgba(0, 0, 0, 0.2));
}
.price_normal {
  width: 33rem;
  margin: 1.4rem auto 0;
}
.shine {
  border: none;
  height: 12.6rem;
  margin-top: 2rem;
}
#point_03 {
  padding: 5rem 0 3rem;
}
.price_table {
  width: 33rem;
}
.price_1980 {
  width: 20rem;
  margin: 0 auto;
  display: block;
}
.price_line {
  width: 23rem;
  margin-top: 2rem;
}

/*2404_店舗数470店舗*/
.shop_comment {
  font-size: 1rem;
  text-align: center;
}
.shop_comment_icon {
  font-size: 1rem;
  vertical-align: text-top;
  line-height: 1.8;
}
  .shop_comment_icon {
    font-size: 1.6rem;
    line-height: 2;
  }
/*240415*/
body {
  margin: 0;
}
.lesson_clm,
.grand_prix,
.voice_list {
  padding-left: 0;
}
#countdownArea.cd_tx {
  z-index: 1;
}
.btn_try {
  filter: none;
}
#point_01 .fukidashi::after,
#point_02 .fukidashi::after,
#point_03 .fukidashi::after {
  left: calc(50% - 0.9rem);
}

/*2407*/
.lead_wrap {
  background: rgb(244,144,130);
  background: linear-gradient(90deg, rgba(244,144,130,1) 0%, rgba(252,193,76,1) 100%);
}
.lead_tx01 {
  padding-top: 1rem;
}


/*2411*/
.cta_lead {
  width: 28rem;
}

.btn_top_text {
  font-size: calc((100vw / 390)* 18);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1;
}

.btn_top_text .large {
  font-size: 1.78em;
}
@media screen and (min-width: 500px) {
  .btn_top_text {
    font-size: 2.5rem;
	}
	.cd_tx span {
    font-size: 3rem;
}
	.cd_tx .timer_tx {
    font-size: 3rem;
}
	#countdownArea.cd_tx {
    top: 0px;
    left: calc(50% - 3.5em);
	}
	.comparison_lead {
    margin: 4rem auto 2rem;
}
}