* {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cv__btn {
  transition: filter 0.3s;
}

.cv__btn:hover {
  filter: brightness(120%);
  transition: filter 0.3s;
}

.bold {
  font-weight: bold;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.sec02__btn01 {
  position: absolute;
  top: 75%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec02__btn02 {
position: absolute;
    top: 90.5%;
    left: 3.06667%;
    width: 93.86667%;
}

.sec02__btn03 {
  position: absolute;
  top: 67%;
  left: 13.4%;
  width: 73%;
}

.sec09__btn01 {
  position: absolute;
  top: 89.8%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec09__btn02 {
position: absolute;
    top: 95.7%;
    left: 2.06667%;
    width: 95.86667%;
}

.sec09__btn03 {
  position: absolute;
  top: 61%;
  left: 13.4%;
  width: 73%;
}

.sec12__btn01 {
  position: absolute;
  top: 84.2%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec12__btn02 {
  position: absolute;
  top: 92.8%;
  left: 5.06667%;
  width: 90.86667%;
}

.sec13__btn01 {
  position: absolute;
  top: 57.4%;
  left: 10.66667%;
  width: 78.66667%;
}

.gmaps {
  position: absolute;
  width: 84%;
  top: 80.3%;
  left: 50.2%;
  transform: translateX(-50%);
}

.gmaps__area {
      position: relative;
    padding-top: 100%;
}

.gmaps__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec15__btn-lists {
  position: absolute;
  top: 9%;
  left: 31.46667%;
  width: 36.8%;
}

.sec15__btn+.sec15__btn {
  margin-top: 11.13333%;
}


/*-------------  form  --------------*/

    #form {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 1.2rem;
    color: #333;
    background: antiquewhite;}
    #form h2 {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    max-width: 100%;
    min-width: 0%;
    margin: 0 auto 20px;
    text-align: center;
    }
		#form table{
			background: #FFF;
			border-collapse: collapse;
			max-width: 700px;
			margin: 0 auto 30px;
			width: 90%;
		}
		#form tr {
			border-top: 1px solid #A5A5A5;
		}
		#form tr:last-of-type {
			border-bottom: 1px solid #A5A5A5;
		}
		#form th{
			padding: 8px 10px 8px 10px;
			background-color: #f7f7f9;
			text-align: left;
		}
		#form td {
			padding: 8px 10px 8px 10px;
		}
		#form td input {
			padding: 8px 8px;
			border: 1px solid #A5A5A5;
			box-sizing: border-box;
			width: 100%;
			background-color: #ffeff9;
			font-size: 1.2rem;
		}
		#form td.schedule {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		#form td select {
			padding: 8px 8px;
			border: 1px solid #9FA0A0;
			box-sizing: border-box;
			width: 136px;
			background-color: #ffeff9;
			font-size: 1.2rem;
		}
		#form td.schedule select:first-of-type {
			width: 50%;
		}
		#form td.schedule select:nth-of-type(2) {
			width: 48%;
		}
		#form .asterisk{
			color: #d93025;
			padding: 0 0 0 5px;
		}
		#form .text-danger{
			color: #d93025;
			font-size: 0.8rem;
		}
		#form td input.form-check-input{
			width: 15px;
		}
		#form td .form-check-label{
			display: inline-flex;
			vertical-align: middle;
			padding: 8px 0;
		}
    #form .wrap {
    text-align: center;
    margin: 0 auto 20px;
    line-height: 1.6em;
    }
		#form .wrap p {
			text-align: center;
			/*color: #d93025;
			font-weight: bold;*/
		}
		#form .privacy {
			text-align: center;
			margin: 0 0 15px;
		}
		#form .privacy a {
			text-decoration: underline;
			font-size: 0.8rem;
			color: #555;
		}
		#form .agree {
			margin-bottom: 30px;
			text-align: center;
		}
		#form button{
			display: block;
			margin: 0 auto 50px;
			background: #e66158;
			width: 300px;
			padding: 15px;
			font-size:1.4rem;
			color: #FFF;
			border: none;
			border-radius: 5px;
		}
		#form th {
			padding: 5px 10px 5px 10px;
			font-size: .9rem;
		}
		#form td input,#form td select{
			padding: 5px 8px;
			font-size: .8rem;
		}
		#form td .form-check-label{
			padding: 0 0 5px;
			font-size: .9rem;
		}
		#form .privacy a {
			font-size: 0.8rem;
		}
		#form .agree {
			font-size: 1.0rem;
		}	
    #form td strong {
    background: none;
    display: inline-block;
    margin-top: 1rem;
    color: #E80604;
    font-size: 1rem;
    }
    #form .checkbox-text {
    font-size: 1rem;
    margin: 0 0 2rem;
    }
    #form td .checkbox {
    display: block;
    margin-bottom: 1rem;
    font-size: 16px;
    }  
    #form td .checkbox input {
    width: 5%;
    }

/* 211228 阿部 追加 */
.schedule_btn {
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: 見出ゴMB1;
    font-size: 22px;
    text-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px;
    background: url(/lp/shop/img/btn_scdl_befor_bg.png) 0px 0px / auto 100% repeat-x;
    margin: 30px auto 30px;
    border-radius: 26px;
    padding: 20px 0px;
}
.schedule_btn a {
    display: block;
    color: rgb(255, 255, 255);
    font-family: 見出ゴMB1;
    text-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px;
    text-align: left;
    line-height: 44px;
    border-radius: 26px;
    text-decoration: none;
}
.schedule_btn.start a {
    background: url(/lp/shop/cp/img/schedule_arrow.png) top 16px right 34px / 42px auto no-repeat;
    padding: 6px 53px 0 37px;
}
.schedule_btn .name_active {
    font-size: 40px;
    font-weight: bold;
}
@media only screen and (max-width: 560px) {
	.schedule_btn.start a{
		background: url(/lp/shop/cp/img/schedule_arrow.png) top 16px right 30px / 24px auto no-repeat;
		line-height: 34px;
		padding: 0 22px;
	}
	.schedule_btn .name_active{
		font-size: 24px;
	}
}

/*見学会フーム部分*/
		.form_area {
			width: 100%;
			margin: 0 auto;
			padding: 10px 0;
			font-size: 1.2rem;
			color: #333;
		}
		.form_area table{
			background: #FFF;
			border-collapse: collapse;
			max-width: 700px;
			margin: 0 auto 30px;
			width: 90%;
		}
		.form_area tr {
			border-top: 1px solid #A5A5A5;
		}
		.form_area tr:last-of-type {
			border-bottom: 1px solid #A5A5A5;
		}
		.form_area th{
			padding: 8px 10px 8px 10px;
			background-color: #f7f7f9;
			text-align: left;
		}
		.form_area td {
			padding: 8px 10px 8px 10px;
		}

.cancel {
padding: 5px 10px 5px 10px;
    font-size: 1.2rem;
    text-align: center;
    background: #F38C8D;
    color: #fff;
}
		.form_area td input,
        .form_area td textarea {
			padding: 8px 8px;
			border: 1px solid #A5A5A5;
			box-sizing: border-box;
			width: 100%;
			background-color: rgb(95 141 201 / 15%);
			font-size: 1.2rem;
		}
		.form_area td.schedule {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.form_area td select {
			padding: 8px 8px;
			border: 1px solid #9FA0A0;
			box-sizing: border-box;
			width: 136px;
			background-color: rgb(95 141 201 / 15%);
			font-size: 1.2rem;
		}
		.form_area td.schedule select:first-of-type {
			width: 50%;
		}
		.form_area td.schedule select:nth-of-type(2) {
			width: 48%;
		}
		.form_area .asterisk{
			color: #d93025;
			padding: 0 0 0 5px;
		}
		.form_area .text-danger{
			color: #d93025;
			font-size: 0.8rem;
		}
		.form_area td input.form-check-input{
			width: 15px;
		}
		.form_area td .form-check-label{
			display: inline-flex;
			vertical-align: middle;
			padding: 8px 0;
		}
		.form_area .wrap p {
			text-align: center;
			color: #d93025;
			font-weight: bold;
		}
		.form_area .privacy {
			text-align: center;
			margin: 0 0 15px;
		}
		.form_area .privacy a {
			text-decoration: underline;
			font-size: 0.8rem;
			color: #555;
		}
		.form_area .agree {
			margin-bottom: 30px;
			text-align: center;
		}
		.form_area button{
			display: block;
			margin: 0 auto 50px;
			background: #e66158;
			width: 300px;
			padding: 15px;
			font-size:1.4rem;
			color: #FFF;
			border: none;
			border-radius: 5px;
		}
		.form_area th {
			padding: 5px 10px 5px 10px;
			font-size: .9rem;
		}
		.form_area td input,.form_area td select,.form_area td textarea {
			padding: 5px 8px;
			font-size: .8rem;
		}
        .form_area td textarea {
            width: 100%;
        }
		.form_area td .form-check-label{
			padding: 0 0 5px;
			font-size: .9rem;
		}
		.form_area .privacy a {
			font-size: 0.8rem;
		}
		.form_area .agree {
			font-size: 1.0rem;
		}
.form p.text {
    width: 95%;
    max-width: 700px;
    margin: 0 auto 30px;
    color: #d93025;
    font-weight: 400;
}
@media (min-width:375px) {
    .form h1 {
        font-size: 2rem;
    }
}
@media (min-width:768px) {
    .form p.text {
        text-align: center;
    }
}
/*問い合わせform部分*/
.form02 {
    background: rgba(238,140,2,.2);
    margin: 0;
}
.form02 .contents {
    width: 95%;
    max-width: 650px;
    margin: 0 auto;
    padding: 60px 0 0;
}
.form02 h1 {
    margin-top: 0;
    font-family: A1明朝;
    text-align: center;
    margin-bottom: 60px;
    color: #EF8C01;
    position: relative;
}
.form02 h1:after {
    content: '';
    display: block;
    width: 250px;
    height: 20px;
    background: url(../img/sp/h1_line.png) 100% 0 / 100% no-repeat;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.form_area .wrap p {
    text-align: center;
    color: #d93025;
    font-weight: bold;
}
.form_area table {
    background: #FFF;
    border-collapse: collapse;
    max-width: 700px;
    margin: 0 auto 30px;
    width: 90%;
}

.cv_box_last {
    text-align: center;
    background: antiquewhite;
    padding-top: 3%;
    padding-bottom: 5%;
}

       .faq_title {
            position: relative;
        }


        .faq_icon2 {
            position: absolute;
            top: 50%;
            left: 45%;
            width: 10%;
            transition: transform 0.3s;
            z-index: 10;
        }

        .faq_answer {
            margin-top: -3%;
            position: relative;
        }
.add-rotate {
    transform: rotate(-180deg);
    transition: transform 0.3s;
}

.faq_answer {
    margin-top: -3%;
    position: relative;
}

.text_link {
    position: absolute;
    background: #fff;
    bottom: 1%;
    left: 5%;
    width: 95%;
      word-break: break-all;
}

#thanks{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: .8rem;
  line-height: 1.5;
  max-width: 750px;
  text-align: center;
  color: #88889f;
  margin: 0 auto;
}
#thanks h1{
	font-size: 1.8rem;
	margin: 15px 0 10px;
}
#thanks img{
	width: 20%;
}

video {
  width: 100%;
  max-width: 750px;
  height: auto;
  display: block;
  margin: auto;
}

.cv_box_last h3 {
  font-size: clamp(10px,5vw,35px);
}
p.attention {
    font-size: clamp(10px,4vw,25px);
}

/*ボタンアニメーション*/

.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


.dokidoki {
  animation: dokundokun 2300ms ease infinite;
}

@keyframes dokundokun {
  0%  { transform: scale(1); }
  15% { transform: scale(1.1); }
  30% { transform: scale(1); }
  45% { transform: scale(1.1); }
  70% { transform: scale(1); }
}


/*追従ボタン*/
.fixed_bnr_sp {
  position: fixed;
  bottom: 0;
  z-index: 500;
  width: 100%;
}

.floating__inner img {
  display: block;
  margin-left: auto;
  width: 45%;
  }

@media screen and (min-width:601px) and (max-width:900px){
.floating__inner img {
  display: block;
  width: 200px;
  margin-left: 59%;
  }
}

@media screen and (min-width:901px){
.floating__inner img {
  display: block;
  width: 200px;
  margin-left: 630px;
  }
}



/* ボタン */
.btn a {
display: inline-block;
    cursor: pointer;
    padding: 0;
    border-radius: 120px;
    position: relative;
    overflow: hidden;
    width: 90%;
    left: 4%;
}

.btn2 a {
display: inline-block;
    cursor: pointer;
    padding: 0;
    /*border-radius: 120px;*/
    position: relative;
    overflow: hidden;
    width: 90%;
  padding-top: 20px;
}

/* ボタンをキラッとさせる */
.btn a::before,.btn2 a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 1s infinite;
          animation: shine 1s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

/* テキスト化 */
p.sec03_text {
    position: absolute;
    font-size: clamp(11px,3.5vw,26px);
    line-height: 2em;
    top: 40.7%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
}

p.sec04_text01 {
    position: absolute;
    top: 37%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(11px,3.5vw,26px);
    line-height: 2em;
}

.sec04_text02 {
    position: absolute;
    bottom: 1.5%;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(11px,3.4vw,26px);
    line-height: 2em;
}
ul.sec04_note {
    font-size: clamp(9px,2.5vw,20px);
    list-style: none;
    padding: 0;
	line-height: 2em;
}
.blue {
    color: #5B88C8;
}
.red {
    color: red;
}
span.no-wrap {
    white-space: nowrap;
}
span.feature-settings {
    letter-spacing: -0.07em;
}

.sec13_text01,.sec13_text02,.sec13_text03 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	line-height: 1.8;
}
.sec13_text02 {
    top: 24.5%;
    font-size: clamp(10px, 4vw, 24px);
    width: 75%;
}
address {
    font-style: inherit;
}
.sec13_text03 {
    top: 35%;
    width: 75%;
    font-feature-settings: "palt";
    font-size: clamp(10px, 3.7vw, 22px);
}
p.title {
    font-weight: bold;
}
.sec13_text03_02 {
    margin: 1.5em 0;
	top: 22%;
}

p.shop {
    font-size: clamp(17px, 4vw, 30px);
    font-weight: 500;
}

p.user {
    border: solid 1px #000;
    padding: 0.3em;
    color: #000;
    font-weight: 600;
	margin-left: 1.5em;
}
.sec13_text01 {
    top: 18.2%;
    display: flex;
    font-size:clamp(10px,3vw,20px);
    align-items: center;
}
.sec13_text03_03 {
    margin-top: 1em;
}


html{
	    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.sec04.relative.view_area_4 {
    background: #edf9fe;
}

@media screen and (min-width: 601px) and (max-width: 900px){
.floating__inner img {
    display: block;
    width: 200px;
    margin-left: 83%;
}
}

.c-button._shiny {
display: block;
    position: relative;
    /* padding: 1em 1.5em; */
    /* background-color: #fff; */
    /* box-shadow: 0 3px 0 0 #0867d4; */
    border-radius: 100px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 16px;
    /* max-width: 500px; */
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 300ms;
}
.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    /*animation: shinyshiny 2.5s ease-in-out infinite;*/
}

.c-button._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*.cta_area {
    background: #f7e7ef;
  padding: 1px 0 50px;
}*/

img.slider_shopbox_img.slick-slide {
    padding: 0 5px;
}
.shopimg_box {
    background: #e5537d;
	    padding-bottom: 3rem;
}

p.slider_text {
    padding: 1rem;
    color: white;
	text-align: end;
	font-size: clamp(10px, 2vw, 14px);
}
/*===========CP内容のタブ切り替え============*/
.kirikae .tab {
    width: 100%;
  margin-top: 1em;
}

.kirikae .tab__buttons {
display: flex;
    justify-content: space-between;
    gap: 0px;
    width: 100%;
    padding-left: 7px;
    margin: 2em 0 0 0;
}

.kirikae .tab__button {
width: 100%;
    cursor: pointer;
    border: none;
    font-size: 20px;
    background: none;
}

.tab_a {
  margin: 0 .5em 0 1.3em;
}

.tab_b {
  margin: 0 1em 0 0;
}

.kirikae .tab__contents {
  margin-top: -4px;
}

.kirikae .tab__item {
  display: none;
}

.kirikae .tab__item.is-active {
  display: block;
}

.kirikae .tab__item img {
  /*aspect-ratio: 100 / 100;*/
  width: 100%;
}
.kirikae_note {
  position: absolute;
    top: 51%;
    left: 20%;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------

カウントダウンタイマー

-------------------------------------------------------------------------------------------- */

/*
.countdown {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  max-width: 750px;
  z-index: 999;
  bottom: 0;
}

@media screen and (max-width:750px) {
  .countdown {
    font-size: 3.3vw;
  }
}
.countdown_box {
  position: absolute;
  background: rgb(255 244 80 / 90%);
  padding: 0.5em 0 0;
  bottom: 0;
}
span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
  margin-right: 4px;
  padding: 0.4em;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 3px -2px #666464;
  color: black;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 30px;
}
@media screen and (max-width:750px) {
  span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
    font-size: 3.5vw;
  }
}
.countdownbtn_img {
  width: 90%;
  display: block;
  margin:0 auto .5em;
}
p.countdown_box_text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #e7365c;
  ;
  margin-left: -0.5em;
  top: 30%;
  transform: rotate(-25deg);
}
p.countdown_box_text {
  position: relative;
}
p.countdown_box_text {
  position: relative;
  font-size: 23px;
  color: #e7365c;
  font-weight: bold;
  width: 92%;
  left: 8%;
}
@media screen and (max-width:750px) {
  p.countdown_box_text {
    font-size: 3vw;
  }
}
p.countdown_box_text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #e7365c;
  ;
  margin-left: 0.2em;
  top: 30%;
  transform: rotate(25deg);
}
p.countdown_box_text_02 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0.2em;
}
p.countdown_box_text_02 {
  width: 93%;
  left: 7%;
  margin: 20px 0;
}
.cv_box_last {
  padding-bottom: 16em;
}
.btn2.countdownbtn_img a {
  padding-top: 0.5rem;
}
.countdown_box_bigtext {
  font-size: 30px;
}
@media screen and (max-width:750px) {
  .countdown_box_bigtext {
    font-size: 3.5vw;
  }
}
.countdown_imgbox {
  position: relative;
}
.countdown_icon {
  width: 18%;
  position: absolute;
  left: 2%;
}
*/

/*既存店LP制作*/
.rules_list {
    width: 88%;
	margin: 0px auto;
	padding: 50px 0px 20px;
	color: #333333;
}
.rules_list li {
    font-size: clamp(9px,3.1vw,18px);
    line-height: 1.8;
}
.rules_title{
	font-size: 1.8em;
	font-weight: 500;
	margin: 0px 12px;
	padding-bottom: 30px;
}
.tx_red{
	color: #E5353B;
}

/* 250218-26追記 */
.tx_red{
	color: #E5353B;
}
.text_yellow {
    color:#EBFF32;
}
.cp_wrap {
    position: relative;
}
.cp_video_wrap_250301 {
  padding: 0rem 0 0;
  position: relative;
}
.cp_video_inner_250301 iframe {
border-style: none;
width: 76%;
left: 12%;
position: absolute;
bottom: 5%;
height: 63%;
}
.lesson_cta_btn_floating_250301 {
  width: 100%;
  height: auto;
  max-width: 100%;
  padding-bottom: 15px;   
}
.floatingBtn .floatingBtnInner {
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
}
.floatingBtn a.\30 yen_btn {
  margin: 0 auto;
}
.floatingBtn .btn01 {
  width: 74.66%;
}
.floatingBtn .btn02 {
  width: 25.33%;
}
.floatingBtn_250219 {
    width: 80%;
    margin: 0 0 1% 0;
}
/*追従ボタン*/
.fixed_bnr_sp_250301 {
  position: fixed;
  bottom: 0;
  z-index: 500;
}
@media screen and (min-width: 500px){
.floating__inner_250301 {
    display: inline-block;
    width: 500px;
    position: auto;
    bottom: 5%;
}
}
.first_note_250219 {
    background: #C10003;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 0.3em 0;
    font-size: 0.9em;
}
.mT20 {
    margin-top: 20px !important;
}

/*======== 阿部追加_250528 =================*/
.cp_special_text_wrap{
    position: relative;
}
.cp_plan_note_wrap {
    position: absolute;
    background: 0;
    padding: 0 1.8rem;
    font-size: 2.6vw;
    top: 0.5rem;
    line-height: 1.2;
}
@media screen and (min-width: 500px){
.cp_plan_note_wrap {
    font-size: 14px;
    top: 15px;
    }
}
.cp_plan_note_wrap dd {
    padding-left: 1em;
    text-indent: -1em;
}
.cp_plan_note_wrap dd.tx_red{
    color: #E5353B;
}
/*手ぶらセット注釈*/
ul.cp_lesson_note_wrap {
    position: absolute;
    bottom: 45px;
    padding: 0 2.5rem;
    font-size: 2.9vw;
    line-height: 1.2;
}
.s_tx, ul.cp_lesson_note_wrap {
    background: 0 !important;
}
@media (max-width: 500px){
ul.cp_lesson_note_wrap {
    font-size: 0.9rem;
    bottom: 35px;
    /*top: calc((100vw / var(--vw-sp))* 530);
    width: calc((100vw / var(--vw-sp))* 315);*/}
}
@media screen and (min-width: 500px){
ul.cp_lesson_note_wrap {
    font-size: 12px;
    padding: 0 40px;
    }
}
/*======== 阿部追加_250625 =================*/
.cp_cta_area {
  position: relative;
}
.trial_cta_area {
  position: relative;
}
.researve-btn {
  width: 90%;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.researve-btn_trial {
  width: 90%;
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.mv .limited_note{
  color: white;
  text-align: end;
  font-size: clamp(10px, 2vw, 14px);
  background-color: #282625;
  padding: 0 3em 0 0;
}

/*5ブランド7スタジオの超大型スタジオをオープン！*/
.sec04-main {
  position: relative;
}
.sec04-text {
  position: absolute;
  top: 22%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #5b4020;
  text-align: center;
  font-size: clamp(16px, 3vw, 20px);
}
.sec04-text span {
  font-size: 0.9rem;
}
.sec04-text .text-big{
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem auto;
}
.sec04-text .note {
  padding: 1rem;
  text-align: end;
  font-size: 9px;
}
@media screen and (min-width: 500px){
  .sec04-text .text-big {
  font-size: 26px;
  }
}

/*======== 阿部追加_251027 =================*/
/*
=============================
料金
=============================
*/
.pricelist dl dt {
    font-size: clamp(25px, 5vw, 40px);
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    margin-left: 8%;
}

section.pricelist.sec_padding {
    padding-top: clamp(30px, 10vw, 70px);
    padding-bottom: 2rem;
    background: white;
}
.pricelist dl dt {
    color: #292929;
}
.pricelist dl dt .icon {
    position: absolute;
    width: 8.696%;
    right: 5.7972%;
    top: 30%;
    background: url( "../img/common/fitness_ac_close_icon01.webp") no-repeat;
    background-size: 100%;
}
.pricelist dl dd {
    margin-top: 9.3334%;
    display: none;
    padding: 0 6%;
}
.pricelist dl dd img{
    margin-bottom: 3rem;
}
.pricelist dl dt.open .icon img {
  opacity: 0;
}
span.icon img {
    vertical-align: top;
}
.pricelist .caption {
  font-size: clamp(14px, 3.75vw, 16px);
}
/*======== 阿部追加_251125 =================*/
/*
=============================
ご入会・ご登録手続きに必要なもの
=============================
*/
@media screen and (min-width: 500px){
    .td_ttl, .td_price_01, .td_price_02,.td_txt{
    font-size: 1.6rem;
  }
    .list_pink, .list_comment p, .comment {
    font-size: 1.4rem;
}
}
/*
=============================
5つのサービス
=============================
*/
.sec05-bg-1 {
    position: relative;
    padding: 65% 0 90px;
}








