@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: 750px;
  margin: 0px auto;
  position: relative;
}
.pc_only {
  display: none;
}
@media screen and (min-width: 750px) {
  .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);
  }
}
/*header*/
header{
	height: 6.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_hd{
	width: 14.7rem;
}
@media screen and (min-width: 750px) {
  header {
    height: 130px;
  }
  .logo_hd {
    width: 294px;
  }
}
/*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: 34.5rem;
  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);}
}
@media screen and (min-width: 750px) {
  .btn_wrap {
    padding: 46px 0;
  }
  .btn_try {
    width: 690px;
  }
  .btn_wrap .white_tx {
    font-size: 2.6rem;
  }
  .cta_lead {
    width: 564px;
  }
}
/*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: 750px) {
  #about {
    padding: 110px 40px;
  }
  .bg_white {
    padding: 76px 40px 60px;
  }
  .about_tx {
    font-size: 3rem;
  }
  .lesson_clm {
    margin-top: 44px;
  }
  .lesson_clm li {
    width: 294px;
  }
  .lesson_clm li p {
    font-size: 2.4rem;
    margin-top: 20px;
  }
  .lesson_clm li:first-of-type p {
    padding-right: 8px;
  }
  .lesson_clm li:nth-of-type(2) {
    padding-left: 28px;
  }
  .lesson_clm_img {
    width: 246px;
  }
}
/*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: 750px) {
  #worries {
    padding-bottom: 54px;
  }
  .worries_01 {
    left: 44px;
    top: -344px;
    width: 332px;
  }
  .worries_02 {
    right: 124px;
    top: -370px;
    width: 288px;
  }
  .worries_03 {
    left: 188px;
    bottom: -40px;
    width: 288px;
  }
  .worries_04 {
    right: 44px;
    width: 281px;
  }
}
/*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: 750px) {
  #point_01 {
    padding-bottom: 110px;
  }
  #point_01 p {
    font-size: 2.8rem;
  }
  .point_title_01 {
    margin: 46px auto 36px;
  }
  .text_marker_white,.point_title_02 .text_marker_blue {
    height: 55px;
  }
  .text_marker_white+.text_marker_white,.point_title_02 .text_marker_blue+.text_marker_blue {
    margin-top: 10px;
  }
  .point_tx {
    margin-bottom: 32px;
  }
  #point_01 .fukidashi {
    font-size: 3.2rem;
    height: 60px;
    width: 670px;
    margin: 44px auto 56px;
    border-radius: 30px;
    padding-bottom: 5px;
  }
  #point_01 .fukidashi.tx02 {
    width: 230px;
    margin: 36px auto;
  }
  #point_01 .fukidashi::after {
    bottom: -19px;
    left: calc(50% - 10px);
    border-width: 20px 20px 0 20px;
  }
  .top_img {
    width: 288px;
    margin: 20px auto;
  }
  .grand_prix {
    margin: 60px 40px;
  }
  .grand_prix li:nth-of-type(2) {
    margin-left: 20px;
  }
  #point_01 .size_s {
    font-size: 2.6rem;
  }
}
/*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: 33.5rem;
	margin: 1.4rem auto 1rem;
}
#point_02 .small_tx{
	font-size: 1rem;
	font-weight: 500;
}
@media screen and (min-width: 750px) {
  #point_02 {
    padding-bottom: 100px;
  }
  .point_title_02 {
    padding: 124px 0 52px;
  }
  #point_02 > p {
    font-size: 2.8rem;
  }
  #point_02 .fukidashi {
    font-size: 3.2rem;
    height: 56px;
    width: 550px;
    margin: 32px auto 40px;
    border-radius: 30px;
    padding-bottom: 6px;
  }
  #point_02 .fukidashi::after {
    bottom: -19px;
    left: calc(50% - 10px);
    border-width: 20px 20px 0 20px;
  }
  .lesson_icon li {
    font-size: 2.2rem;
    padding-left: 30px;
  }
  .lesson_icon li + li {
    margin-left: 30px;
  }
  .lesson_icon li::before {
    ;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
  }
  .lesson_table {
    width: 670px;
    margin: 28px auto 20px;
  }
  #point_02 .small_tx {
    font-size: 2rem;
  }
}
/*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;
}
@media screen and (min-width: 750px) {
  #point_03 {
    padding: 110px 0;
  }
  .point_title_03 {
    margin-bottom: 40px;
  }
  #point_03 > p {
    font-size: 2.8rem;
  }
  .price_normal {
    margin: 44px auto 20px;
  }
  .price_special {
    width: 672px;
  }
  #point_03 .fukidashi {
    font-size: 3.6rem;
    height: 60px;
    width: 500px;
    margin: 84px auto 40px;
    border-radius: 30px;
    padding-bottom: 5px;
  }
  #point_03 .fukidashi::after {
    bottom: -19px;
    left: calc(50% - 10px);
    border-width: 20px 20px 0 20px;
  }
  .price_table {
    margin: 30px auto 40px;
  }
  .price_line {
    width: 432px;
  }
}
/*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: 750px) {
  #voice {
    padding: 110px 0;
  }
  .voice_list li {
    margin: 60px 40px 0;
  }
  .voice_img {
    width: 240px;
    height: 240px;
    margin-right: 40px;
  }
  .right_contents p {
    font-size: 2.4rem;
    margin-top: 20px;
  }
  .text_marker_wide {
    height: 47px;
  }
}
/*footer*/
footer{
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6rem;
	font-size: 1rem;
}
@media screen and (min-width: 750px) {
  footer {
    height: 120px;
    font-size: 2rem;
  }
}
/*======================================================
追従ボタン
======================================================*/
.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;
}
/*======================================================
アニメーション
======================================================*/

/*===============　マーカーアニメーション ===============*/
.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;
}
@media screen and (min-width: 750px) {
  .text_marker_white, .text_marker_blue, .text_marker_yellow {
    background-size: 200% 1.8em;
  }
  .text_marker_wide {
    background-size: 200% 3.5em;
  }
  .text_marker_yellow.marker_trigger, .text_marker_pale_red.marker_trigger, .text_marker_white.marker_trigger, .text_marker_blue.marker_trigger {
    background-position: 0% 1.6em;
  }
  .text_marker_wide+.text_marker_wide{
	margin-top: 12px;
  }
}
/*===============　フェードアップアニメーション ===============*/
.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;
}
@media screen and (min-width: 750px) {
  .cd_tx .timer_tx {
    font-size: 3.6rem;
    font-weight: bold;
  }
  .cd_tx span {
    font-size: 4rem;
  }
  #countdownArea.cd_tx{
	font-size: 3.2rem;
    top: 8px;
}
  #countdownArea.cd_tx .timer_tx {
    font-size: 3.6rem;
    margin: 0 6px;
  }
  #countdownArea.cd_tx span {
    font-size: 4.6rem;
    font-weight: 500;
  }
}
 