
/*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: 90%;
  display: block;
  margin: 0 auto 0.5rem;
  animation: purupuru_anim 1.5s infinite;
}
.btn_wrap .white_tx {
  color: #fff;
  font-size: 0.65rem !important;
  font-weight: 500;
	margin-top: 5px;
}
.cta_lead {
  width: 30.5rem;
}
/*about*/
#about{
	background: url("../../img/base01/about_bg.webp") no-repeat 0 0/cover;
	padding: 15% 5%;
}
.bg_white{
	padding: 12% 3%;
	background-color: #fff;
}
.about_tx {
  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: 1rem;
}
@media screen and (min-width: 500px) {
	.lesson_clm{
	margin-top: 1rem;
}
}
.lesson_clm li {
    width: 50%;
}
.lesson_clm li p {
  margin: 0.5rem auto 0;
    width: 87%;
    display: block;
    text-align: justify;
    font-size: 0.5rem;
    line-height: 1.9;
    font-feature-settings: "palt";
}
.lesson_clm_img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.comparison_lead {
  margin: 10% auto 5%;
  width: 50%;
}
@media screen and (min-width: 500px) {
	.btn_wrap .white_tx {
  font-size: 0.8rem !important;
}
	.lesson_clm li p {
    font-size: 0.6rem;
}
}
/*worries*/
#worries{
	padding-bottom: 2.7rem;
}
.worries_list{
	position: relative;
}
.worries_list li{
	position: absolute;
}
.worries_01 {
    left: 0.5rem;
    top: -7.5rem;
    width: 50%;
}
.worries_02 {
    right: 0.5rem;
    top: -7.5rem;
    width: 50%;
}
.worries_03 {
    left: 1rem;
    bottom: -3rem;
    width: 45%;
}
.worries_04 {
    right: 1rem;
    bottom: -3rem;
    width: 45%;
}
@media screen and (min-width: 500px) {
	.worries_01 {
    top: -10rem;  
}
.worries_02 {
    top: -10rem; 
}
.worries_03 {
   left: 2rem;
    bottom: -4rem;
}
.worries_04 {  
    bottom: -3.5rem;
}
}
/*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: 10%;
}
#point_01 p{
	text-align: center;
	font-weight: 500;
	line-height: 2;
}
.point_title_01{
	margin: 15% auto 5%;
	text-align: center;
}
#point_01 .inner small {
  font-size: 95%;
	line-height: 1.2rem;
}
.text_marker_white,.point_title_02 .text_marker_blue{
	height: 1.5rem;
	width: auto;
	margin: auto;
}
@media screen and (min-width: 500px) {
	.text_marker_white,.point_title_02 .text_marker_blue{
	height: 1.9rem;
}
	#point_01 .fukidashi{
    margin: 2rem auto ;
}
}
.point_tx{
	margin-bottom: 1.6rem;
}
#point_01 .fukidashi{
    width: 90%;
    margin: 1rem auto 1.5rem;
    background-color: #fff;
    position: relative;
    border-radius: 1.5rem;
	padding: 0.2rem;
}
#point_01 .fukidashi.tx02{
	  width: 40%;
    margin: 1.5rem auto 1rem;
}
#point_01 .fukidashi::after {
    position: absolute;
    display: block;
    content: '';
    bottom: -0.5rem;
    left: calc(50% - 0.5rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #ffffff transparent transparent transparent;
}
.delay-time-line01{
	width: 90%;
  height: auto;
	margin: auto;
}
.delay-time-line02{
	width: 35%;
  height: auto;
	margin: auto;
}
.top_img {
    width: 45%;
    margin: 1rem auto;
    display: block;
}
.grand_prix {
    display: flex;
    margin: 1rem;
}
.grand_prix li:nth-of-type(2){
	margin-left: 1rem;
}
/*point_02*/
#point_02{
	background: url("../img/point_02_bg.png") no-repeat 0 0/cover;
	padding-bottom: 5rem;
	padding: 0 5% 10%;
}
.point_title_02{
	padding: 20% 0 10%;
	text-align: center;
}
#point_02 > p{
	text-align: center;
	font-weight: 500;
	line-height: 2.3;
}
#point_02 .fukidashi{
    margin: 1rem auto 1.5rem;
    background-color: #6998bc;
    position: relative;
    border-radius: 1.5rem;
    color: #fff;
    width: 90%;
}
#point_02 .fukidashi::after{
	position: absolute;
    display: block;
    content: '';
    bottom: -0.5rem;
    left: calc(50% - 0.5rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #6998bc transparent transparent transparent;
}
@media screen and (min-width: 500px) {
	#point_02 .fukidashi{
    margin: 1.6rem auto;
}
}
.lesson_icon{
	display: flex;
	justify-content: space-between;
}
.lesson_icon li{
	font-weight: 500;
	position: relative;
	padding-left: 0.8rem;
	font-size: 0.8em;
}
.lesson_icon li+li{
	margin-left: 0.5em;
}
.lesson_icon li::before{
	position: absolute;
	display: block;
	content: '';
	width: 0.5rem;
  height: 0.5rem;
  top: 19%;
	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{
	margin: 1rem auto 1rem;
}
#point_02 .small_tx{
	font-weight: 500;
}
/*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: 13% 5% 7%;
	text-align: center;
}
.point_title_03 .text_marker_white.marker_trigger {
	height: 1.2rem;
    width: auto;
    margin: auto;
}
.shine {
    width: 90%;
}
@media screen and (min-width: 500px) {
	.text_marker_yellow.marker_trigger, 
	.text_marker_pale_red.marker_trigger, 
	.text_marker_white.marker_trigger, 
	.text_marker_blue.marker_trigger {
    background-position: 0% 2em;
}
	.point_title_03 .text_marker_white.marker_trigger {
	height: 1.5rem;
	background-position: 0% 1.5em;
}
}
.point_title_03{
	text-align: center;
	margin-bottom: 5%;
}
#point_03 > p{
	text-align: center;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0;
}
.price_normal {
  margin: 1rem auto 0;
}
@media screen and (min-width: 500px) {
	.price_normal {
  margin: 1.4rem auto 0;
}
}
.price_special{
	width: 33.6rem;
}
#point_03 .fukidashi{
    width: 80%;
    margin: 10% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    border-radius: 1.5rem;
	padding: 0.2rem;
}
#point_03 .fukidashi::after{
	position: absolute;
    display: block;
    content: '';
    bottom: -0.5rem;
    left: calc(50% - 0.5rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #ffffff transparent transparent transparent;
}
.price_table {
    margin: 1rem auto;
}
@media screen and (min-width: 500px) {
	.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: 14% 5% 1%;
}
.voice_list li{
	display: flex;
	margin: 2rem 0;
	justify-content: space-between;
}
@media screen and (min-width: 500px) {
	.voice_list li{
	margin: 3rem 0;
}
}
.voice_img {
    width: 30%;
    height: 100%;
}
.right_contents {
    width: 60%;
}
.right_contents p{
	margin-top: 0.5rem;
}
.text_marker_wide{
	height: 1.4rem;
	width: auto;
}
/*footer*/
footer{
	background-color: #000;
	color: #fff;
}
/*======================================================
追従ボタン
======================================================*/
.cta_follow {
  position: fixed;
  bottom: 0.5rem;
  width: 100%;
	max-width: 500px;
  display: none;
  z-index: 100;
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.cta_follow .btn_try{
	animation: none;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*2401_あとらす追加*/
/*CTAボタン*/
.btn_try {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
/*lesson_wrap*/
.lesson_wrap {
  background: rgb(229,197,111);
  background: linear-gradient(0deg, rgba(229,197,111,1) 0%, rgba(219,106,45,1) 100%);
  padding-bottom: 4rem;
}
.limited_tx01 {
  padding-bottom: 1.5rem;
}
/* コンテナー */
.container {
  max-width: 500px;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider01 .swiper-wrapper,
.infinite-slider02 .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider01 .swiper-slide,
.infinite-slider02 .swiper-slide {
  height: 300px !important; /* 高さを指定 */
  width: auto !important;
}

/* スライド内の画像 */
.infinite-slider01 .swiper-slide img,
.infinite-slider02 .swiper-slide img {
  width: auto;
  height: 100%;
}
.infinite-slider01 .swiper-slide,
.infinite-slider02 .swiper-slide {
    height: 7rem!important; /* 高さを指定 */
  }

.swiper-slide{
	margin-right: 20px;
}
/*MV下*/
.limited_btn_wrap {
  position: relative;
}
.limited_btn_try {
  position: absolute;
  top: 7.2rem;
  left: calc(50% - 16rem);
  margin: 0 auto;
}

/*2402*/
#mv img {
  display: block;
}
.lead_bg {
  background: url("../img/lead_bg.jpg") no-repeat 0 0/100% 95%;
}
.lead_tx01 {
  display: block;
}
.lesson_wrap {
  background: unset;
  padding: 3rem 0 2rem;
}
.lead_tx02 {
  margin: 0 auto;
  display: block;
}
.lead_tx03 {
  margin: 3.5rem 0 5rem;
  display: block;
}
.lead_btn_wrap {
  position: relative;
}
.lead_btn_try {
	width: 90%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.lead_btn_try
.comparison_lead {
  width: 15rem;
  margin: 1.5rem auto 3rem;
}
.btn_wrap {
  padding: 5% 0;
}
.price_1980 {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.price_line {
  width: 75%;
  margin: 0.5rem auto;
}
/*2403*/
.lead_tx01 {
  margin-top: 4rem;
}
.swiper-slide img {
  border: 1px solid rgba(0,0,0,0.5);
}
.infinite-slider02 {
  margin-top: 1rem;
}
.lead_tx02 {
  margin: 3rem auto 0;
}
.lead_tx03 {
  margin: 0 0 5rem;
}
/*2404_店舗数470店舗*/

.shop_comment_icon {
  vertical-align: text-top;
  line-height: 1.8;
}
/*240415*/
.lesson_bg {
  background: rgb(121,186,154);
  background: linear-gradient(180deg, rgba(121,186,154,1) 0%, rgba(99,177,163,1) 100%);
}
.lead_tx01 {
  margin-top: 0;
}
.lesson_wrap {
    padding: 5% 0;
}
.lead_btn_wrap .btn_wrap {
  background: unset;
}

