@charset "UTF-8";

button {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}
#mv{
	position: relative;
}
small{
	font-size: 1.6rem;
}
.ic_countdown{
	position: absolute;
	text-align: center;
	font-weight: 800;
	font-size: 1.2rem;
	padding-top: 0.5rem;
	transform: rotate(-15deg);
	top: 11%;
    left: 2%;
    width: 90px;
    height: 90px;
    background: #ff7461;
    border-radius: 45px;
    color: #ffffff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ic_countdown p {
	margin-left: -8%;
	-webkit-text-stroke: 4px #ff7461;
  text-stroke: 4px #ff7461;
  paint-order: stroke;
	line-height: 2rem; 
	margin:0.4rem 0 0 -0.2rem;
}
.ic_countdown strong {
	margin-left: -4%;
    line-height: 2.2rem;
}
.ic_countdown .txtS{
	font-size: 1.3rem;
}
.ic_countdown .txtM{
	font-size: 1.8rem;
}
.ic_countdown .txtL{
	font-size: 3rem;
}
.ic_countdown .txtYellow{
	color: yellow;
}
.timer_tx {
    font-size: 1.8rem;
}
.timer_tx .timer_date {
    font-size: 2.5rem;
}
.timer_color{
	color: #FF5B43;
}
.timer_tx span{
	color: red;
	font-size: 2rem;
}
/************************************************
survey_q 質問ボックス
************************************************/
p.logo {
  width: 26.7rem;
  margin: 0 auto 1.5rem;
}
#q_04_next:focus {
  outline: none;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #F17D68;
  width: 28.8rem;
  height: 5.4rem;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 4rem;
}
.survey_q_04 input[type=radio] + label {
  font-size: 1.6rem;
}
input[type=radio]:checked + label {
  background-color: #E81610;
}
input[type=radio]:checked ~ button {
  background-color: #fff;
}
button.q_04_next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 5.4rem;
  margin: 5rem auto;
  text-decoration: none;
  border: none;
  pointer-events: none;
  background: unset;
  opacity: .5;
}
button.q_04_next.clickable {
  pointer-events: auto;
  opacity: 1;
}
.cta_btn {
  width: 31.7rem;
  margin: 3.5rem auto 0;
  filter: drop-shadow(0.5rem 0.5rem 0 rgba(255,205,0,0.75));
}
/*240115_あとらす追記*/
.result_mv_bg {
  position: relative;
}
.img_cta {
  position: absolute;
  top: 16rem;
  left: calc(50% - 18.75rem);
}
.img_cta img {
  width: 37.5rem;
}
/*スライダー*/
.lesson_slider_wrap_01 {
  padding: 1.5rem 0;
}
.lesson_slider_wrap_0203 {
  padding: 1.5rem 0;
  background: #FFD684;
}
.lesson_slider_03 {
  margin-top: 1rem;
}
.slick-slide {
  margin: 0 0.5rem;
}
.slider_lead_01 {
    width: 80%;
    margin: auto;
}
.mv__movie{
	display: block;
    margin: 5% auto;
    width: 80%;
    aspect-ratio: 16 / 9;
}
video {
    object-fit: cover;
    width: 100%;
}

.wrapper {
  color: #603813;
  padding: 0 0 4rem;
}
.q_number {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 4rem;
  position: relative;
  letter-spacing: 0.15em;
}
.q_number::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 2rem;
  left: calc(50% - 3rem);
  width: 6rem;
  height: 2rem;
}
.survey_q_01 .q_number::before {
  background: url("../../pilates_qs_ad_a/image/dot_1.webp") no-repeat 0 0/contain;
}
.survey_q_02 .q_number::before {
  background: url("../../pilates_qs_ad_a/image/dot_2.webp") no-repeat 0 0/contain;
}
.survey_q_03 .q_number::before {
  background: url("../../pilates_qs_ad_a/image/dot_3.webp") no-repeat 0 0/contain;
}
.survey_q_04_wrap .q_number::before {
  background: url("../../pilates_qs_ad_a/image/dot_4.webp") no-repeat 0 0/contain;
}
img.lazyload.fadein.fadein-bottom {
    margin-top: 1rem;
}
.survey_q_tx {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.survey_q_tx span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.survey_q_wrap {
  background: #eff0fc;
  padding: 4rem 2.5rem;
  border-radius: 3rem;
  margin: 1.5rem 2rem 2rem;
}
.survey_q_wrap dd {
  margin-top: 3rem;
}
input[type=radio] + label {
  background-color: #fff;
  color: #603813;
  filter: drop-shadow(7px 7px 3px rgba(73,0,0,.2));
  position: relative;
  width: 22rem;
  margin: 0 auto;
}
input[type=radio]:checked + label {
  background-color: #fff;
  filter: unset;
  transform: translate(5px,5px);
  opacity: .8;
}
.survey_checkbox_02 input[type=radio]:checked + label::after,
.survey_checkbox_04 input[type=radio]:checked + label::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: url("../../shanti/img/check_ic.png") no-repeat 0 0/contain;
  width: 2.3rem;
  height: 2.1rem;
  top: 12.5%;
  left: 13%;
}
.survey_q_01 li + li,
.survey_q_03 li + li {
  margin-top: 2rem;
}
.survey_checkbox_02 li:nth-of-type(n+3),
.survey_checkbox_04 li:nth-of-type(n+3) {
  margin-top: 3rem;
}
.survey_checkbox_02,
.survey_checkbox_04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.survey_checkbox_02 li ,
.survey_checkbox_04 li {
  width: 50%;
}
.survey_checkbox_02 li p,
.survey_checkbox_04 li p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1rem;
	line-height: 1.7rem;
}
.survey_checkbox_02 input[type=radio] + label,
.survey_checkbox_04 input[type=radio] + label {
  width: 90%;
  height: 100%;
  background: unset;
  display: block;
}
.survey_q_01 .q_img,
.survey_q_03 .q_img {
  margin: 2rem auto 0;
}
.survey_q_04 {
  position: relative;
}
.q_last_img {
  position: absolute;
  width: 12.3rem;
  height: 14.5rem;
  bottom: 8.5rem;
  right: 5rem;
}
.tx_small {
  font-size: 1.3rem;
}
.q_last_tx {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
button.q_04_next {
  filter: drop-shadow(7px 7px 3px rgba(73,0,0,.2));
  transition: .3s;
}
button.q_04_next:hover,
button.q_04_next:active {
  filter: unset;
  transform: translate(5px,5px);
  transition: .3s;
}

.cta_btn {
  width: 75%;
  margin-top: 1.5rem;
  filter: drop-shadow(7px 7px 3px rgba(73,0,0,.2));
}
.cta_btn .shine_mask {
  -webkit-mask-image: url("../../img/shanti_id/q5_cta_02_2504.webp"); mask-image: url("../../img/shanti_id/q5_cta_02_2504.webp");
}
.cta_comment {
  text-align: center;
  font-weight: bold;
	font-size: 1.4rem;
}
.tx_red {
  color: #FF5B43;
}
.slider_lead_wrap {
  margin-top: 3rem;
  position: relative;
	background-image: url(../../pilates_qs_ad_a/image/bg_q5.webp);
  background-size: cover;
  background-repeat: no-repeat;
	padding: 10% 0 0;
}
.bg_purple {
  margin-top: 2rem;
  padding-bottom: 2.5rem;
}
.slider_lead_02 {
  position: absolute;
  top: 43%;
  left: 10%;
  width: 25%;
}
.slider_lead_03 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 18%;
}
.lesson_slider_wrap_03 {
    margin-bottom: 3%;
}
.lesson_slider_02 {
  margin-top: 1rem;
}
.slider_lead_04 {
  margin-top: -2rem;
}
.slider_lead_05 {
  width: 15.4rem;
  margin: 1.5rem auto;
  display: block;
}
.slider_lead_06 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 7% 0 3%;
}
.balloon {
  position: relative;
  display: inline-block;
	font-weight: 500;
	font-size: 2rem;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #fff;
  background: #8e74aa;
	border-radius: 0.5rem;
	letter-spacing: 0.1rem;
	top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.balloon span{
  color: #ffff00;
	font-weight: 600;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #8e74aa;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}
.cta_area {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}
.cta_top_tx {
  font-size: 2.2rem;
}
.cta_bottom_tx {
  margin-top: 1.5rem;
}
.cta_area .cta_btn {
 width: 90%;
}
.cta_area .cta_btn .shine_mask {
  -webkit-mask-image: url("../../img/shanti_id/q5_cta_02_2504.webp"); mask-image: url("../../img/shanti_id/q5_cta_02_2504.webp");
}
@media screen and (min-width: 500px) {
	.ic_countdown{
	font-size: 1.5rem;
	padding-top: 0.5rem;
	top: 12.5%;
    left: 4%;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.ic_countdown p {
	-webkit-text-stroke: 4px #ff7461;
  text-stroke: 4px #ff7461;
	line-height: 2.2rem; 
	margin:0.6rem 0 0 -0.4rem;
}
.ic_countdown strong {
	margin-left: -4%;
  line-height: 2.6rem;
}
.ic_countdown .txtS{
	font-size: 1.1rem;
}
.ic_countdown .txtM{
	font-size: 2.3rem;
}
.ic_countdown .txtL{
	font-size: 3.6rem;
}
.wrapper {
  box-shadow: 30px 0px 90px -10px rgba(225, 225, 225, 1), -30px 0px 90px -10px rgba(225, 225, 225, 1);
	padding-bottom: 2rem;
	background: #fff;
}
	p.logo {
    width: 70%;
    margin: 0 auto 1rem;
}
	.slider_lead_02 {
  top: 45%;
}
	.balloon {
	font-size: 1.7rem;
}
}