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

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%;
}
small {
    /* display: block; */
    text-align-last: start;
    font-size: 1.2rem;
    margin: 0 4rem;
	  display: block;
}

small a {
    cursor: pointer;
    display: inline;
	text-decoration: underline;
}
section .inner {
    padding: 5rem 8%;
    text-align: center;
    color: #433f3f;
}
/*header,main*/
header{
	height: 6.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_hd{
	width: 14.7rem;
}
/*btn_wrap*/
.btn_wrap {
  padding: 2.3rem 0;
  background:#FDEDDF;
}
.btn_try {
  display: block;
  margin: 0 auto;
}
.btn_wrap .white_tx {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
.cta_lead {
  width: 30.5rem;
}

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

/*======================================================
追従ボタン
======================================================*/
.cta_follow {
  position: fixed;
  bottom: 2rem;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 95%;
	    max-width: 470px;
  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;
}

/*mv*/
#mv_wrap {
  position: relative;
}
#mv_wrap img {
  display: block;
}
.mv_label {
  position: absolute;
  width: 8rem;
  height: auto;
  top: 0;
  right: 0.5rem;
  filter: drop-shadow(0.4rem 0.4rem 0.5rem rgba(0, 0, 0, 0.3));
}
.mv_tx_wrap {
  padding: 1.2rem 1.5rem;
  background-color: #1a1a1a;
  color: #fff;
  font-weight: bold;
}
.mv_corporate {
  font-size: 1.4rem;
  line-height: 1.4;
}
.mv_tx {
  font-size: 1.3rem;
}

/*===============MV以下===============*/
h2 {
  font-size: 2.5rem;
  text-align: center;
}
.comparison_lead {
  width: 15rem;
  margin: 1.5rem auto 3rem;
}
.btn_wrap {
  padding: 2rem 1rem 3rem;
}

.btn_wrap .white_tx a {
  color: #fff;
}
.btn_wrap .white_tx a:hover,
.text_link:hover {
  opacity: .8;
}
.btn_try {
  margin-bottom: 1rem;
		animation: purupuru_anim 1.5s infinite;

}
.lead_bg {
  text-align: center;
  background: rgb(100,173,159);
  background: linear-gradient(0deg, rgba(100,173,159,1) 0%, rgba(120,179,152,1) 100%);
  padding: 2rem 0 2.5rem;
}

.shop_comment_icon {
  font-size: 1rem;
  vertical-align: text-top;
  line-height: 1.8;
}
.shop_comment {
  font-size: 1rem;
  text-align: center;
}

/*lesson_wrap*/
.lesson_wrap {
  padding-top: 1.5rem;
}
/* ================================*\
|  日本最大級のホットヨガスタジオ        |
\* ================================*/
#lowestPrice p{
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.3rem;
  margin-bottom: 5%;
	letter-spacing: 0.2rem;
}
#lowestPrice p small {
  display: inline;
}
#lowestPrice small {
  display: block;
	margin: 5% 0 15%;
	font-size: 1rem;
	text-align-last: center;
}
.logo_img {
    margin-top: 5%;
}
.marker {
    background: linear-gradient(transparent 50%, rgba(255, 255, 0, 1) 50%);
    background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
	display: inline;        
}
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
/* ================================*\
|  最短翌月末から解約OK           |
\* ================================*/
#cancellation{
	background: #fbeee2;
}
/* ================================*\
|  レッスンコンテンツ           |
\* ================================*/
#lessonContents{
	background: #F8EDA9;
	text-align: center;
}
#lessonContents .inner {
  padding: 0 10% 3rem;
}
#lessonContents p{
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  margin: 7% 0;
	letter-spacing: 0.2rem;
	color: #42210b;
}
#lessonContents small{
	font-size: 1.3rem;
	margin-top: -2%;
	color: #42210b;
}
.lesson_slider_wrapper li {
		margin: 0 3.5px;
}
.lesson_slider_bottom {
		margin-top: 1rem;
}
.lesson_slider_bottom .slick-list.draggable {
		left: -320%;
		overflow: visible;
}

.lesson_click_image_wrapper {
		margin: 5% auto;
    width: 80%;
		box-shadow: 4px 4px 10px rgba(128, 128, 128, 0.4);
}

#lessonContents .btn_wrap{
	background:none;
}

@media screen and (max-width: 500px) {
	.remodal {  
     padding: 0; 
}
}
/* ================================*\
|  ピラティスについて（うちヨガ+新開発！〜  |
\* ================================*/
.mv__movie {
    display: block;
    margin: auto;
    width: 80%;
    aspect-ratio: 16 / 9;
}
.aboutPilates {
  background: #F8EDA9;
  padding-bottom: 2em;
}
.aboutPilates .bgArea {
	 background: url(../../fish_id/img/250711/about_pilates_bg_250711.webp) 100% 0 / 100% no-repeat;
}
.lesson_slider_wrapper {
  padding: 5% 0 0;
}
.lesson_slider_wrapper li {
		margin: 0 3.5px;
}

.lesson_slider li img{
		width: 100%; 
		height: auto;
}
.aboutPilates .bgArea .specialist {
    background: #ffffff;
    margin: auto;
    width: 90%;
    padding: 5%;
}


/*======================================================
#howto 登録方法
======================================================*/
.howto_wrapper {
  background: rgb(192,220,214);
  background: linear-gradient(0deg, rgba(192,220,214,1) 0%, rgba(238,233,184,1) 100%);
}
#howto {
  padding: 3rem 0;
}
#howto .howto_step {
  width: 70%;
  height: auto;
  text-align: center;
  margin: 1rem auto 2rem;
  position: relative;
}
#howto .howto_step01,
#howto .howto_step02 {
  font-size: 2rem;
  font-weight: bold;
}
#howto .howto_step_inner {
  background-color: #fff;
  text-align: center;
  height: auto;
  padding: 2rem 0;
  width: 85%;
  margin: 2rem auto 0;
}
#howto .howto_step_inner p {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 3rem;
  text-align: left;
}
#howto .howto_step_inner .text_red {
  color: #d76153;
}
#howto .swiper {
  padding: 0 0 4rem;
}
#howto .swiper-button-prev,
#howto .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
}
#howto .swiper-button-prev::before,
#howto .swiper-button-next::before {
  content: "";
	box-sizing: border-box;
	width: 5rem;
	height: 5rem;
	border: 2px solid #606060;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  background-color: #fff;
}
#howto .swiper-button-prev::after,
#howto .swiper-button-next::after {
  content: "";
  position: absolute;
	width: 2rem;
	height: 2rem;
	border-top: 4px solid #606060;
	border-right: 4px solid #606060;
}
#howto .swiper-button-prev::after {
  left: 2rem;
  -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#howto .swiper-button-next::after {
  right: 2rem;
  -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
  display: none;
}
#howto .swiper-pagination {
  bottom: 0;
}
#howto .swiper-pagination-bullet {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: unset;
  opacity: 1;
  margin: 0 0.8rem;
  font-size: 1.8rem;
  background: #fff;
  color: #666;
}
#howto .swiper-pagination-bullet-active {
  background: #666;
  color: #fff;
}

/*======================================================
#question よくあるご質問
======================================================*/
#question {
  padding: 3rem 0 6rem;
/*
  background: rgb(243,214,215);
  background: linear-gradient(0deg, rgba(243,214,215,1) 0%, rgba(242,222,197,1) 100%);
*/
}
#question h2 {
  margin-bottom: 2rem;
}
.question_box {
  padding-bottom: 2rem;
}
.question_box h3 {
  position: relative;
  margin-left: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #111;
  display: inline-block;
}
.question_list {
  margin-top: 2rem;
}
.question_item:last-of-type {
  margin-bottom: 0;
}
.question_item dl .acc_ctrl {
  padding: 1rem;
  cursor: pointer;
  background-color: #fff;
  margin: 1rem 2rem 0;
}
.question_list {
  font-weight: bold;
}
.question_text {
  padding: 0 2.5em 0 1.5em;
  text-indent: -1.5em;
}
.question_answer {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.question_answer_kome {
  padding-left: 1em;
  text-indent: -1em;
}
.text_indent {
  text-indent: -1em;
  padding-left: 1em;
}
#question .text_link {
  color: #111;
	display: inline;
	text-decoration: underline;
}
.question_other {
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
	font-size: 1.5rem;
}
.acc_ctrl {
  position: relative;
}
.acc_ctrl .icon_wrap {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
}
.acc_ctrl .icon_wrap::before,
.acc_ctrl .icon_wrap::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2rem;	
  height: 0.3rem;
  text-align: center;
  vertical-align: middle;
  background: #111;
}
.acc_ctrl .icon_wrap::after {
  transform: rotate(90deg);
  transition: 0.2s;
}
.acc_ctrl.active .icon_wrap::after {
  transform: rotate(0deg);
  transition: 0.2s;
}
.acc_panel {
  display: none;
  padding: 2rem 1.4rem;
  background-color: #fff9e4;
  margin: 0 2rem;
}
.question_item {
  transition: 0.2s;
	font-size: 1.4rem;
}
.question_item.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding:0;
  transition: 0.2s;
}

/*2406*/

.slider picture {
  padding: 0 1rem;
}

/*
.hide-area {
    display: none;
}
*/
.modaal-content-container {
    padding: 10px;
}
@media screen and (min-width: 500px) {
    .modaal-content-container {
        padding: 30px;
    }
}
