@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*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;
}

/*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;
  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;
}

/*======================================================
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;
}

/*240120_CTAボタン変更*/
#countdownArea.cd_tx {
  z-index: 1;
  top: 1rem;
}

.mv_tx_01 {
  position: absolute;
  width: 3.5rem;
  top: 1%;
  right: 2.5rem;
}
.mv_tx_02 {
  position: absolute;
  width: 3.5rem;
  top: 1.5%;
  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;
}

/*短期集中5日間プログラム*/
.bg_orange {
  background: #ff5f33;
}
.fivedays_program_wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 3.5rem;
}
.fivedays_program_tx {
  width: 48%;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main_img_01 {
  position: absolute;
    width: 30%;
    top: -5%;
}
.main_img_02 {
  position: absolute;
    width: 23%;
    top: -2.5%;
    right: 0;
    z-index: -1;
}
.fivedays_program_box_wrap {
  padding-top: 12.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;
}

/*なんで効果的なの？*/
.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.8rem;
    text-align: center;
    font-weight: bold;
    top: 3%;
    left: 10%;
    display: inline-block;
    line-height: 1.5;
}
.why_tx_answer {
  position: relative;
}
.why_tx_point_ic {
  position: absolute;
  display: inline-block;
  bottom: -1.9rem;
  left: 18%;
}
.tx_orange {
  color: #ff5f33;
}
.tx_eb {
  font-weight: 900;
}
.why_tx_plus_answer {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  left: 9%;
  top: 14%;
}
.why_tx_1080 {
  display: inline-block;
    width: 40%;
    position: absolute;
    left: 12%;
    top: 18.8%;
}

/*スライダー*/
.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;
}
.lesson_slider_wrap_03{
	position: relative;
}
.lesson_slider_wrap_03 .inner{
	padding: 2% 0 11%;
	width: 60%;
}
.lesson_slider_wrap_03 .inner p{
	font-size: 2rem;
    font-weight: 600;
    text-align: center;
	line-height: 1.4;
}
.lesson_slider_wrap_03 .inner span{
	font-size: 4rem;
  color: #ff5f33;
}
.lesson_slider_wrap_03 .ribbon{
	position:absolute;
	bottom: 1%;
    left: 5%;
    width: 73%;
}
.lesson_slider_wrap_03 .character{
	position:absolute;
	bottom: 0;
	right: 0;
	width: 57%;
}
/*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);
}

/*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;
}

/*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;
}

/*追従ボタン*/
.cta_follow .btn_try {
  width: 35rem;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.35));
}

/*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;
}

/*240917*/
.cta_lead {
  width: 23rem;
}
.btn_try {
  width: 90%;
  margin-top: 0.8rem;
}
.cta_follow .btn_try {
  margin-top: 0.5rem;
  width: 90%;
}
.cta_follow {
  padding: 0.7rem 0;
    max-width: 500px;
    margin: 0 auto;
}
.cta_btn_top_tx {
  color: #ff5f33;
  font-weight: bold;
  text-align: center;
	font-size: 2rem;
}
@media screen and (min-width: 500px) {
	.why_tx_answer_wrap { 
    font-size: 2.5rem;
}
	.why_tx_plus_answer {
  font-size: 1.7rem;
	left: 12%;
    top: 14.7%;
}
}