@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);
  }
}
/*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;
  }
}
/*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, 255, 107) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 255, 107) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 255, 107) 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);
  }
}
/*===============　きらっと光るアニメーション ===============*/
.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;
}
/*===============　上から下にフェードイン ===============*/
.fadeDown{
  animation-name:fadeDownAnime;
  animation-duration:.8s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(30px);
  }
}
/*===============　ゆらゆら揺れる ===============*/
.yurayura{
  transform-origin: center bottom;
  animation: yurayuraAnime 2s linear infinite;
}
@keyframes yurayuraAnime{
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}
/*===============　ドクドクと大小を繰り返す ===============*/
.dokudoku{
	animation: dokudokuAnime 1s ease 0s alternate;
  transform-origin:center;
}
@keyframes dokudokuAnime{
  0% , 100% {
    transform: scale(1,1);
  }
  50% {
    transform: scale(0.7,0.7);
  }
}
/*===============　左側から徐々に表示 ===============*/
.fadeInLeft_trigger {
  overflow: hidden;
  position: relative;
}
.fadeInLeft::before {
  animation: fadeInLeft 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes fadeInLeft {
  100% {
    transform: translateX(100%);
  }
}
/*======================================================
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;
  }
}
/*240120_CTAボタン変更*/
#countdownArea.cd_tx {
  z-index: 1;
  top: 1rem;
}
@media screen and (min-width: 750px) {
  #countdownArea.cd_tx {
    top: 12px;
  }
}
/*240715*/
img {
  display: block;
}
main {
  background: #fff;
}
/*mv*/
#mv {
  position: relative;
}
.mv_tx_01 {
  position: absolute;
  width: 3.5rem;
  top: 3rem;
  right: 2.5rem;
}
.mv_tx_02 {
  position: absolute;
  width: 3.5rem;
  top: 6.8rem;
  right: 6.5rem;
}
.mv_tx_03 {
  position: absolute;
  width: 7.2rem;
  top: 28.5rem;
  left: 0.5rem;
}
.btn_wrap {
  background: #ff5f33;
  padding: 1.3rem 0;
}
.cta_lead {
  margin: 0 auto;
}
.btn_try {
  margin: 0.5rem auto;
}
.main_tx_01 {
  padding-top: 0.5rem;
}
@media screen and (min-width: 750px) {
  body {
    background: url(../img/body_bg.png);
    background-color: #f1f1f1;
    background-size: 20%;
  }
  .mv_tx_01 {
    width: 68px;
    top: 92px;
    right: 55px;
  }
  .mv_tx_02 {
    width: 68px;
    top: 176px;
    right: 132px;
  }
  .mv_tx_03 {
    width: 145px;
    top: 568px;
    left: 10px;
  }
  .btn_wrap {
    padding: 25px 0;
  }
  .btn_try {
    margin: 5px auto;
  }
  .main_tx_01 {
    padding-top: 10px;
  }
}
/*短期集中5日間プログラム*/
.bg_orange {
  background: #ff5f33;
}
.fivedays_program_wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 3.5rem;
}
.fivedays_program_tx {
  width: 20rem;
  left: calc(50% - 10rem);
  position: absolute;
  top: 1.5rem;
}
.main_img_01 {
  position: absolute;
  width: 11.5rem;
  top: -3.2rem;
}
.main_img_02 {
  position: absolute;
  width: 9rem;
  top: -1rem;
  right: 0;
  z-index: -1;
}
.fivedays_program_box_wrap {
  padding-top: 11.5rem;
  margin-bottom: 2rem;
}
.fivedays_program_box {
  border: 0.2rem solid #000;
  border-radius: 2rem;
  background: #fff;
  padding: 1.5rem;
  margin: 0 2rem 1rem;
}
.fivedays_program_box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.fivedays_program_box_tx {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (min-width: 750px) {
  .fivedays_program_wrap {
    padding-bottom: 70px;
  }
  .fivedays_program_tx {
    width: 380px;
    left: calc(50% - 190px);
    top: 30px;
  }
  .main_img_01 {
    width: 245px;
    top: -65px;
  }
  .main_img_02 {
    width: 194px;
    top: -40px;
  }
  .fivedays_program_box_wrap {
    padding-top: 220px;
    margin-bottom: 35px;
  }
  .fivedays_program_box {
    border: 4px solid #000;
    border-radius: 40px;
    padding: 30px;
    margin: 0 40px 20px;
  }
  .fivedays_program_box_ttl {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
  .fivedays_program_box_tx {
    font-size: 2rem;
    margin-top: 20px;
  }
}
/*なんで効果的なの？*/
.why_wrap {
  position: relative;
  background: #fff;
  padding-bottom: 3rem;
}
.why_tx {
  position: absolute;
  width: 20.2rem;
  top: -1.9rem;
  left: 1rem;
}
.why_tx_answer_wrap {
  position: absolute;
  font-size: 1.65rem;
  text-align: center;
  font-weight: bold;
  top: 5.5rem;
  left: 4rem;
  display: inline-block;
  line-height: 1.5;
}
.why_tx_answer {
  position: relative;
}
.why_tx_point_ic {
  position: absolute;
  display: inline-block;
  bottom: -1.5rem;
  left: 3.5rem;
}
.tx_orange {
  color: #ff5f33;
}
.tx_eb {
  font-weight: 900;
}
.why_tx_plus_answer {
  font-size: 1.65rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  left: 4rem;
  top: 24.5rem;
}
.why_tx_1080 {
  display: inline-block;
  width: 14rem;
  position: absolute;
  left: 5.9rem;
  top: 33.3rem;
}
@media screen and (min-width: 750px) {
  .why_wrap {
    padding-bottom: 60px;
  }
  .why_tx {
    width: 404px;
    top: -38px;
    left: 25px;
  }
  .why_tx_answer_wrap {
    font-size: 3.3rem;
    top: 110px;
    left: 80px;
  }
  .why_tx_point_ic {
    bottom: -32px;
    left: 67px;
  }
  .why_tx_plus_answer {
    font-size: 3.3rem;
    left: 80px;
    top: 490px;
  }
  .why_tx_1080 {
    width: 276px;
    left: 120px;
    top: 665px;
  }
  .text_marker_yellow.marker_trigger {
    background-position: 0% 0.9em;
  }
}
/*スライダー*/
.lesson_slider_wrap_01 {
  padding: 1.5rem;
  background: #ff5f33;
}
.lesson_slider_wrap_02 {
  padding: 1.5rem 1.5rem 2rem;
}
.lesson_slider_03 {
  margin-top: 1rem;
}
.slick-slide {
  margin: 0 0.5rem;
}
.main_tx_13 {
  margin: 2.5rem auto;
}
.fivedays_lead_tx {
  width: 24.5rem;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .lesson_slider_wrap_01 {
    padding: 30px;
  }
  .lesson_slider_wrap_02 {
    padding: 30px 30px 40px;
  }
  .lesson_slider_03 {
    margin-top: 20px;
  }
  .slick-slide {
    margin: 0 10px;
  }
  .main_tx_13 {
    margin: 50px auto;
  }
  .fivedays_lead_tx {
    width: 490px;
  }
}
/*LIVE*/
.live_wrap {
  background: #0099c9;
  padding: 3.5rem 0;
}
.live_wrap p {
  color: #fff;
  text-align:center;
  font-weight: bold;
  line-height: 1.5;
}
.live_wrap p.schdule_notice {
  font-size: 1.2rem;
  font-weight: normal;
}
.live_ttl {
  width: 8.4rem;
  margin: 0 auto;
}
.live_wrap p.live_detail {
  font-size: 1.7rem;
  margin: 1.5rem auto;
}
.live_wrap p.schedule_ttl {
  font-weight: 500;
  margin: 1rem auto;
}
a.schedule_modal_btn {
  width: 27rem;
  display: block;
  margin: 0 auto 1rem;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  transition: .5s;
}
a.schedule_modal_btn:hover {
  transform: scale(1.05);
  transition: .5s;
}
.remodal-wrapper {
  padding: 0;
}
.schedule_wrap {
  overflow: scroll;
  padding: 1rem;
}
.schedule_wrap img {
  width: 220rem;
}
.schedule {
  background: transparent;
  padding: 0;
  transform: unset;
}
.schedule_close_btn {
  border: none;
  padding: 0;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  right: 0.5rem;
  top: 1.5rem;
  left: unset;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
  position: fixed;
}
.schedule_close_btn::after,
.schedule_close_btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 0.7rem;
  width: 3rem;
  height: 0.3rem;
  border-radius: 4px;
  background: #333;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
.schedule_close_btn::before {
  transform: rotate(-45deg);
}
.schedule_close_btn::after {
  transform: rotate(45deg);
}
@media screen and (min-width: 750px) {
  .live_wrap {
    padding: 70px 0;
  }
  .live_wrap p.schdule_notice {
    font-size: 2rem;
  }
  .live_ttl {
    width: 168px;
  }
  .live_wrap p.live_detail {
    font-size: 3.5rem;
    margin: 30px auto;
  }
  .live_wrap p.schedule_ttl {
    margin: 15px auto;
    font-size: 2.9rem;
  }
  a.schedule_modal_btn {
    width: 544px;
    margin: 0 auto 15px;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  }
  .schedule_wrap {
    padding: 20px;
    overflow: inherit;
  }
  .schedule_wrap img {
    width: 100%;
  }
  .schedule {
    max-width: 90%;
  }
  .schedule_close_btn {
    right: 35px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: unset;
    box-shadow: unset;
    transition: .4s;
    position: fixed;
  }
  .schedule_close_btn:hover {
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: .4s;
  }
  .schedule_close_btn::after,
  .schedule_close_btn::before {
    top: 23px;
    left: 10px;
    width: 30px;
    height: 4px;
    background: #fff;
    transition: .4s;
  }
  .schedule_close_btn:hover::after,
  .schedule_close_btn:hover::before {
    background: #333;
    transition: .4s;
  }
}
/*video*/
.video_wrap {
  background: #f7cf4e;
  padding-top: 3.5rem;
  position: relative;
}
.video_ttl {
  width: 19.3rem;
  margin: 0 auto;
}
.video_detail {
  font-size: 1.7rem;
  margin: 1.5rem auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.video_search {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  bottom: 2.5rem;
  right: 3rem;
}
@media screen and (min-width: 750px) {
  .video_wrap {
    padding-top: 70px;
  }
  .video_ttl {
    width: 386px;
  }
  .video_detail {
    font-size: 3.5rem;
    margin: 30px auto;
  }
  .video_search {
    bottom: 50px;
    right: 60px;
    font-size: 2.9rem;
  }
}
/*zero*/
.zero_wrap {
  background: #333333;
  padding-top: 3.5rem;
}
.zero_ttl {
  width: 24.5rem;
  margin: 0 auto;
}
.zero_detail {
  font-size: 1.7rem;
  margin: 1.5rem auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .zero_wrap {
    padding-top: 70px;
  }
  .zero_ttl {
    width: 490px;
  }
  .zero_detail {
    font-size: 3.5rem;
    margin: 30px auto;
  }
}
/*追従ボタン*/
.cta_follow .btn_try {
  width: 35rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.35));
}
@media screen and (min-width: 750px) {
  .cta_follow .btn_try {
    width: 700px;
  }
}
/*240820*/
.cta_follow {
  background: rgba(255, 255, 255, .95);
  bottom: 0;
  padding: 0.2rem 0 0.5rem;
}
.cta_follow .btn_try {
  filter: none;
}
#countdownArea.cd_tx {
  color: #FF5F33;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: -0.6rem;
  line-height: 1.4;
}
#countdownArea.cd_tx .timer_tx {
  font-weight: bold;
}
.cta_follow .cta_btn_bottom_tx {
  margin-top: -0.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (min-width: 750px) {
  .cta_follow {
    padding: 3px 0 7px;
    max-width: 750px;
    left: calc(50% - 375px);
  }
  #countdownArea.cd_tx {
    margin-bottom: -14px;
    font-size: 2rem;
  }
  #countdownArea.cd_tx .timer_tx {
    font-size: 2.6rem;
  }
  #countdownArea.cd_tx span {
    font-size: 3.5rem;
    font-weight: bold;
  }
  .cta_follow .cta_btn_bottom_tx {
    margin-top: 0;
    font-size: 2rem;
  }
}
/*240917*/
.cta_lead {
  width: 30rem;
}
.btn_try {
  width: 32.7rem;
  margin-top: 0.8rem;
}
.cta_follow .btn_try {
  margin-top: 0.5rem;
  width: 34.1rem;
}
.cta_follow {
  padding: 0.7rem 0;
}
.cta_btn_top_tx {
  color: #ff5f33;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -18px;
  text-align: center;
}
/*1016*/
.white_tx01 {
	text-align: center;
}
@media screen and (min-width: 750px) {
  .cta_lead {
    width: 577px;
  }
  .btn_try {
    width: 654px;
    margin-top: 20px;
  }
  .cta_follow .btn_try {
    margin-top: 5px;
    width: 682px;
  }
  .cta_follow {
    padding: 10px 0;
  }
  .cta_btn_top_tx {
    font-size: 3.5rem;
	margin-bottom: -24px;
  }
}