@charset "UTF-8";
/* CSS Document */
/*
===============================================================================
■ general
===============================================================================
*/
* {
  padding: 0;
  margin: 0;
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}
body {
  color: #433F3F;
  font-size: 1.4rem;
  font-family: "FOT-筑紫ゴシック Pro B", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .25rem;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}
main {
  width: 100%;
  padding-top: 68px;
  overflow: hidden;
}
section {
  width: 100%;
}
article {
  width: 100%;
  max-width: 1200px;
  padding: 16rem 0;
  margin: 0 auto;
}
.contentPagePrice article, .contentPageLesson article, .contentPageInstructor article, .contentPageVoice article, .contentPageFaq article {
  padding: 12rem 0 16rem;
}
.narrow {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
/* list */
ul {
  list-style: none;
}
/* link */
a:link {
  color: #433F3F;
  text-decoration: none;
}
a:active {
  color: #433F3F;
  text-decoration: none;
}
a:visited {
  color: #433F3F;
  text-decoration: none;
}
a:hover {
  color: #433F3F;
  text-decoration: none;
}
.link {
  font-size: 1.6rem;
  text-decoration: underline;
}
/* flex box */
.f-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
/* grid */
.grid {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  article {
    width: 90%;
  }
}
@media only screen and (max-width: 560px) {
  html {
    scroll-padding-top: 82px;
  }
  body {
    font-size: 1.5rem;
    letter-spacing: .2rem;
  }
  main {
    padding-top: 60px;
  }
  article, .contentPagePrice article, .contentPageLesson article, .contentPageInstructor article, .contentPageVoice article, .contentPageFaq article {
    width: 100%;
    padding: 6rem 0;
  }
}
@media screen and (max-width: 360px) {
  body {
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }
}
/*
===============================================================================
■ general - 出し分け
===============================================================================
*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*
===============================================================================
■ general - title
===============================================================================
*/
/*　h2　*/
.titleBlock {
  position: relative;
}
.titleBlock h2 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16rem;
  z-index: 2;
}
.contentPagePrice .titleBlock h2, .contentPageLesson .titleBlock h2, .contentPageInstructor .titleBlock h2, .contentPageVoice .titleBlock h2, .contentPageFaq .titleBlock h2 {
  margin-bottom: 12rem;
}
.titleBlock h2 span {
  display: block;
  color: #C58BAE;
  font-size: 1.5rem;
  margin-bottom: 2.4rem;
}
.titleBlock h2:before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #433F3F;
}
.contentPagePrice .titleBlock h2:before, .contentPageLesson .titleBlock h2:before, .contentPageInstructor .titleBlock h2:before, .contentPageVoice .titleBlock h2:before, .contentPageFaq .titleBlock h2:before {
  bottom: -80px;
}
/*　h3　*/
h3 {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin-bottom: 6rem;
}
h3 strong {
  color: #C58CAF;
}
/*　h4　*/
h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3.2rem;
}
h4 span {
  border-bottom: #C58CAF 1px solid;
  padding-bottom: 1rem;
}
@media screen and (max-width: 560px) {
  /*　h2　*/
  .titleBlock h2, .contentPagePrice .titleBlock h2, .contentPageLesson .titleBlock h2, .contentPageInstructor .titleBlock h2, .contentPageVoice .titleBlock h2, .contentPageFaq .titleBlock h2 {
    margin-bottom: 8rem;
  }
  .titleBlock h2 span {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .titleBlock h2:before, .contentPagePrice .titleBlock h2:before, .contentPageLesson .titleBlock h2:before, .contentPageInstructor .titleBlock h2:before, .contentPageVoice .titleBlock h2:before, .contentPageFaq .titleBlock h2:before {
    height: 30px;
    bottom: -50px;
  }
  /*　h3　*/
  h3 {
    font-size: 2.2rem;
    margin-bottom: 5rem;
  }
}
/*
===============================================================================
■ general - text
===============================================================================
*/
.read {
  line-height: 4;
  text-align: center;
  margin-bottom: 10rem;
}
.accent {
  color: #C58BAE;
  font-weight: bold;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.small {
  font-size: 1.2rem;
}
@media screen and (max-width: 560px) {
  .titleAnimeText1, 
	.titleAnimeText2,
	.titleAnimeText3,
	.titleAnimeText4,
	.titleAnimeText5,
	.titleAnimeText6,
	.titleAnimeText7,
	.titleAnimeText8,
	.titleAnimeText9 {
        font-size: 7rem;
    }
	.read {
    line-height: 2.5;
/*    text-align: left;*/
    padding: 0 4rem;
    margin-bottom: 8rem;
  }
}
/*
===============================================================================
■ general - img
===============================================================================
*/
img {
  width: 100%;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.sp_bnr {
		width: 90%;
    margin: 0 0 0 6.5%;
  }
/*
===============================================================================
■ header - nomalHeader（1100px〜）
===============================================================================
*/
.nomalHeader {
  display: block;
}
.hamburgerHeader {
  display: none;
}
/*　header　*/
header {
  position: fixed;
  width: 100%;
  height: 68px;
  align-items: center;
  padding: 1.3rem 2rem;
  margin: 0;
  background: rgba(255, 255, 255, .9);
  box-sizing: border-box;
  z-index: 999;
}
.headerInner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
/*　logo　*/
.headerInner .logo {
  max-width: 200px;
  width: 60%;
}
.headerInner .logo a {
  display: block;
}
/*　header menu　*/
.headerInner .headerNav {
  max-width: 800px;
}
.headerInner .headerNav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.headerInner .headerNav a {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 1.2rem;
}
/*　login btn　*/
.headerInner .loginBtn {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.headerInner .loginBtn .login a {
  display: block;
  width: 140px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background: #9DB7C4;
  padding: .65rem 0;
}
/*
===============================================================================
■ header - hamburgerHeader（〜1024px）
===============================================================================
*/
@media screen and (max-width: 1100px) {
  .nomalHeader {
    display: none;
  }
  .hamburgerHeader {
    display: block;
  }
  /*　logo　*/
  .headerInner .logo a img {
    vertical-align: middle;
  }
  /*　login btn　*/
  .headerInner .loginBtn .login a {
    width: 120px;
    font-size: 1.2rem;
  }
}
/*　hamburger menu　*/
.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
}
.menu__line {
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.menu__line--center {
  top: 9px;
}
.menu__line--bottom {
  bottom: 0;
}
/* jQueryで「active」クラスを付与 */
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}
.gnav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav__menu li a {
  display: block;
  width: 100%;
  max-width: 700px;
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1100px) {
  header {
    padding: 0;
  }
  .headerInner {
    width: 94%;
    padding: 1.35rem;
  }
}
@media screen and (max-width: 768px) {
  .headerInner {
    width: 92%;
  }
}
@media screen and (max-width: 560px) {
  header {
    height: 54px;
  }
  .headerInner {
    width: 89%;
    padding: 1.1rem .5rem;
  }
  /*　logo　*/
  .headerInner .logo {
    width: 38%;
  }
  /*　login btn　*/
  .headerInner .loginBtn .login a {
    font-size: 1rem;
    padding: 0.4rem 0;
  }
  .headerInner .loginBtn .live a {
    width: 88px;
  }
  .headerInner .loginBtn .movie a {
    width: 78px;
  }
  /*　hamburger menu　*/
  .menu {
    width: 26px;
    right: 10px;
    top: 16px;
  }
}
@media screen and (max-width: 320px) {
  /*　login btn　*/
  .headerInner .loginBtn .live a {
    width: 84px;
  }
  .headerInner .loginBtn .movie a {
    width: 74px;
  }
  /*　hamburger menu　*/
  .menu {
    width: 24px;
    right: 8px;
  }
}
/*
===============================================================================
■ mainContentWrap
===============================================================================
*/
.mainContentWrap {
  background: #fff;
}
/*
===============================================================================
■ keyvisual - PC
===============================================================================
*/
.mv-video {
  position: relative;
}
.mv-video video {
  width: 100%;
  height: 100%
}
/* kv */
.kv {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* video */
.cri-liveact-player {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* kv */
  .kv {
    min-width: 960px;
  }
}
/*
===============================================================================
■ keyvisual - SP
===============================================================================
*/
.bg-keyvisual:before {
  position: fixed;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.webp .bg-keyvisual:before {
  background: url("../images/mv_top_sp.webp");
  background-position: top center;
  background-size: cover;
}
.no-webp .bg-keyvisual:before {
  background: url("../images/mv_top_sp.jpg");
  background-position: top center;
  background-size: cover;
}
.firstView {
  height: 80vh;
  background: none;
  padding: 0;
}
.firstView section {
  position: relative;
  height: 100vh;
}
/*
===============================================================================
■ keyvisual - top以外
===============================================================================
*/
.pageKeyvisual {
  width: 100%;
}
/*
===============================================================================
■ banner
===============================================================================
*/
.topBanner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .topBanner {
    padding-top: 4rem;
  }
}
/*
===============================================================================
■ contentWrap
===============================================================================
*/
.contentWrap {
  position: relative;
}
.contentBack {
  background: rgba(244, 209, 190, 0.88);
}
/*　Btn　*/
.btn {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.btnSmall {
  max-width: 200px;
}
.btn a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  background: #9DB7C5;
  padding: 2rem 0;
}
.btnSmall a {
  padding: 1rem 0;
}
.btn a:before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 15px;
  right: 30px;
  top: 22px;
  background: url(../images/arrow_wht.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}
.btnSmall a:before {
  width: 6px;
  height: 12px;
  right: 16px;
  top: 14px;
  z-index: 1;
}
/*
===============================================================================
■ content - top - バナー、動画 広告
===============================================================================
*/
.contentTopPr article {
  padding-bottom: 0;
}
.contentTopPr .movie video {
  display: block;
  margin: 0 auto;
	height:auto;
}
.topCta{
	margin-top: -1%;
	background: #c0dae2;
  height: 24rem;
  position: relative;
}
.btn_wrap {
    position: absolute;
    bottom: 12%;
    padding: 0 5%;
    color: #fa496f;
    font-size: 1.9rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.15rem;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
  "Yu Gothic", "Meiryo", sans-serif;
		max-width: 60rem;
		left: 50%;
		transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.btn_wrap span {
    font-size: 3rem;
}
.btn_wrap small{
		color: #333333;
	}
.floatV {
  -webkit-animation: floatV 2s ease-in-out infinite alternate;
  animation: floatV 2s ease-in-out infinite alternate;
}
@-webkit-keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.3em, 0);
            transform: translate3d(0, -0.3em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.3em, 0);
            transform: translate3d(0, 0.3em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.3em, 0);
            transform: translate3d(0, -0.3em, 0);
  }
}
@keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, -0.3em, 0);
            transform: translate3d(0, -0.3em, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0.3em, 0);
            transform: translate3d(0, 0.3em, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -0.3em, 0);
            transform: translate3d(0, -0.3em, 0);
  }
}
@media screen and (max-width: 560px) {
.topCta{
  height: 17rem;
}
section.contentTopPr.sp {
/*
    background: url(../images/cp/2507/mv_sp_2507.webp);
    background-size: cover;
    background-repeat: no-repeat;
*/
    aspect-ratio: 773 / 960;
/*	position: relative;*/
}
	.btn_wrap {
    padding: 0 5%;
    font-size: 1.6rem;
		left: 0;
		transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
	.btn_wrap span {
    font-size: 2.5rem;
}
	.btn_try img {
    margin-top: -1.5%;
}
	
}
/*
===============================================================================
■ content - top - 現在のキャンペーンはこちら
===============================================================================
*/
.campaignArea img{
	max-width: 900px;
    margin: 0 auto;
    display: block;
    width: 85%;
}
.campaignArea {
    margin-top: 10rem;
}
.campaignArea .titleAnime{
	top: -70px;
}
.campaignArea .titleAnimeRight {
    right: 5rem;
	height: 20rem;
}
@media screen and (max-width: 560px) {
  .campaignArea img{
    width: 100%;
}
	.campaignArea .titleAnime{
	top: -50px;
}
}
/*
===============================================================================
■ content - top - 01 UCHIYOGA+サービスの特長
===============================================================================
*/
.contentTopService .contentWrap {
  margin-bottom: 20rem;
}
.contentTopService .last {
  margin-bottom: 10rem !important;
}
.contentTopService .contentWrap .imgWrap {
  width: 80%;
  max-width: 800px;
}
.contentTopService .contentWrap .imgLeft {
  margin-right: auto;
  margin-left: 0;
}
.contentTopService .contentWrap .imgRight {
  margin-right: 0;
  margin-left: auto;
}
.contentTopService .contentWrap .imgLeft img {
  box-shadow: #EAC9B4 40px 40px 0;
}
.contentTopService .contentWrap .imgRight img {
  box-shadow: #EAC9B4 -40px 40px 0;
}
.contentTopService .contentWrap .textWrap {
  position: absolute;
  display: block;
  width: 50%;
  max-width: 650px;
  background: #fff;
  padding: 5rem 7rem;
  z-index: 1;
  bottom: -120px;
}
.contentTopService .contentWrap .textLeft {
  left: 0;
}
.contentTopService .contentWrap .textRight {
  right: 0;
}
.contentTopService .contentWrap .textWrap p {
  line-height: 2;
}
.contentTopService .movie {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 900px;
}
@media screen and (max-width: 560px) {
  .contentTopService .contentWrap {
    margin-bottom: 6rem;
  }
  .contentTopService .last {
    margin-bottom: 0 !important;
  }
  .contentTopService .contentWrap .textWrap {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 4rem 4rem;
  }
}
/*
===============================================================================
■ content - top・Page - 02 LAVAについて
===============================================================================
*/
.contentTopLava .contentWrap {
  width: 100%;
  margin-bottom: 15rem;
}
.contentTopLava .contentWrap .textWrap, .contentPageLesson .contentWrapAboutLava .textWrap {
  position: absolute;
  display: block;
  width: 86%;
  max-width: 900px;
  bottom: -180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 5rem 7rem;
  z-index: 1;
}
.contentTopLava .contentWrap .textWrap .logo, .contentPageLesson .contentWrapAboutLava .textWrap .logo {
  width: 40%;
  max-width: 240px;
  margin: 0 auto 3rem;
}
.contentTopLava .contentWrap .textWrap .read, .contentPageLesson .contentWrapAboutLava .textWrap .read {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .contentTopLava .contentWrap, .contentPageLesson .contentWrapAboutLava {
    margin-bottom: 20rem;
  }
  .contentTopLava .contentWrap .textWrap, .contentPageLesson .contentWrapAboutLava .textWrap {
    bottom: -240px;
    padding: 3rem 3rem;
  }
  .contentTopLava .contentWrap .textWrap .read, .contentPageLesson .contentWrapAboutLava .textWrap .read {
    line-height: 2;
    padding: 0;
  }
}
/*
===============================================================================
■ content - top・page - 03 料金設定
===============================================================================
*/
.contentTopPrice {
  background: rgba(244, 209, 190, 0.88);
}
.contentTopPrice .contentWrap, .contentPagePrice .contentWrap {
  width: 90%;
  max-width: 900px;
  background: #fff;
  padding: 6rem 0;
  margin: 0 auto;
}
.contentTopPrice .contentWrap dl, .contentPagePrice .contentWrap dl {
  text-align: center;
}
.contentTopPrice .contentWrap dt, .contentPagePrice .contentWrap dt {
  width: 50%;
  max-width: 140px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #C58BAE;
  padding: 0.6rem 0;
  margin: 0 auto 1.2rem;
}
.contentTopPrice .contentWrap dd, .contentPagePrice .contentWrap dd {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
.contentTopPrice .contentWrap li, .contentPagePrice .contentWrap li {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: .5rem;
}
.contentTopPrice .contentWrap li:last-child, .contentPagePrice .contentWrap li:last-child {
  margin-bottom: 0;
}
.contentPagePrice .contentBack {
  padding: 10rem 0;
}
.contentPagePrice .pay li {
  text-align: left !important;
}
@media screen and (max-width: 560px) {
  .contentTopPrice .contentWrap, .contentPagePrice .contentWrap {
    padding: 4rem 0;
  }
  .contentTopPrice .contentWrap dd, .contentPagePrice .contentWrap dd {
    margin-bottom: 2.4rem;
  }
  .contentTopPrice .contentWrap ul li, .contentPagePrice .contentWrap ul li {
    width: 80%;
    text-align: left;
    margin: 0 auto;
  }
  .contentPagePrice .contentBack {
    padding: 4rem 0;
  }
  .contentPagePrice .pay li {
    width: 90% !important;
  }
}
/*
===============================================================================
■ content - top - 04 UCHIYOGA+を楽しんでいる方の声
===============================================================================
*/
.contentTopVoice .voiceWrap {
  height: 480px;
  background: #F4F4F4;
  padding: 4rem;
}
.contentTopVoice .voiceWrap figure {
  width: 60%;
  max-width: 210px;
  margin: 0 auto 3rem;
}
.contentTopVoice .voiceWrap dt {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.contentTopVoice .voiceWrap dt.woman {
  color: #E4A085;
  font-weight: bold;
}
.contentTopVoice .voiceWrap dt.men {
  color: #9DB7C4;
  font-weight: bold;
}
/*
===============================================================================
■ content - top・page - 05 オンラインレッスン
===============================================================================
*/
.contentTopLesson {
  background: rgba(244, 209, 190, 0.88);
}
.contentTopLesson .f-container, .contentPageLesson .f-container {
  align-items: center;
  margin-bottom: 8rem;
}
.contentTopLesson .imgWrap, .contentPageLesson .imgWrap {
  width: 30%;
  max-width: 320px;
}
.contentTopLesson .textWrap, .contentPageLesson .textWrap {
  width: 60%;
  max-width: 720px;
  background: #fff;
  padding: 6rem 8rem;
}
.contentTopLesson .textWrap h5, .contentPageLesson .textWrap h5 {
  display: inline;
  font-size: 2rem;
}
.contentTopLesson .textWrap h5 span, .contentPageLesson .textWrap h5 span {
  font-size: 1.2rem;
  padding-left: 1rem;
}
.contentTopLesson .textWrap .time, .contentPageLesson .textWrap .time {
  display: inline;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #C58BAE;
  padding: .4rem;
}
.contentTopLesson .textWrap .explanation, .contentPageLesson .textWrap .explanation {
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 560px) {
  .contentTopLesson .imgWrap, .contentPageLesson .imgWrap {
    width: 70%;
    margin: 0 auto 3rem;
  }
  .contentTopLesson .textWrap, .contentPageLesson .textWrap {
    width: 90%;
    padding: 3rem 4rem;
    margin: 0 auto;
  }
  .contentTopLesson .textWrap .time, .contentPageLesson .textWrap .time {
    display: block;
    width: 120px;
    text-align: center;
    margin: 2rem auto;
  }
  .contentTopLesson .textWrap .explanation, .contentPageLesson .textWrap .explanation {
    margin-top: 3rem;
  }
}
/*
===============================================================================
■ content - page - 05 レッスン
===============================================================================
*/
.contentPageLesson .contentWrapAboutLava {
  position: relative;
  width: 100%;
  margin-bottom: 30rem;
}
.contentPageLesson .contentWrapAboutLava .imgWrap {
  width: 100%;
  max-width: 1200px;
}
.contentPageLesson .contentWrapLesson {
  margin-bottom: 0 !important;
}
.contentWrapLesson .contentWrap {
  width: 90%;
  max-width: 540px;
  margin-bottom: 8rem;
}
.contentWrapLesson .contentWrap:last-child {
  margin-bottom: 0;
}
.contentWrapLesson .contentWrap figure {
  margin-bottom: 3rem;
}
@media screen and (max-width: 560px) {
  .contentPageLesson .contentWrapAboutLava {
    margin-bottom: 20rem;
  }
  .contentWrapLesson .contentWrap {
    margin: 0 auto 6rem;
  }
}
/*
===============================================================================
■ content - top・page - 06 インストラクター
===============================================================================
*/
.contentTopInstructor .f-container, .contentPageInstructor .f-container {
  justify-content: flex-start;
}
.contentTopInstructor .f-container .irWrap, .contentPageInstructor .f-container .irWrap {
  width: 18%;
  max-width: 210px;
  margin-right: 3%;
}
.contentTopInstructor .f-container .irWrap:nth-child(5n), .contentPageInstructor .f-container .irWrap:nth-child(5n) {
  margin: 0;
}
.contentTopInstructor .f-container .irWrap .irImg, .contentPageInstructor .f-container .irWrap .irImg {
  margin-bottom: 2rem;
}
.contentTopInstructor .f-container .irWrap .irName, .contentPageInstructor .f-container .irWrap .irName {
  color: #C58BAE;
  font-weight: bold;
  text-align: center;
}
.contentTopInstructor .f-container .irWrap .irName {
  margin-bottom: 6rem;
}
.contentPageInstructor .f-container .irWrap .irName {
  margin-bottom: 1rem;
}
.contentPageInstructor .f-container .irWrap .birthplace, .contentPageInstructor .f-container .irWrap .activeArea {
  text-align: center;
  margin-bottom: 6rem;
}
.contentPageInstructor .f-container .irWrap .birthplace span, .contentPageInstructor .f-container .irWrap .activeArea span {
  font-size: 1.3rem;
  border: #C58BAE 1px solid;
  border-radius: 4px;
  padding: 0 1rem .25rem;
}
.contentPageInstructor .f-container .irWrap .birthplace span {
  color: #fff;
  background: #C58BAE;
}
.contentPageInstructor .f-container .irWrap .activeArea span {
  color: #C58BAE;
}
.contentTopInstructor .f-container .last .irName, .contentPageInstructor .f-container .last .irName {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .contentTopInstructor .f-container, .contentPageInstructor .f-container {
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .contentTopInstructor .f-container .irWrap, .contentPageInstructor .f-container .irWrap {
    width: 30%;
    margin-right: 0;
  }
  .contentTopInstructor .f-container .irWrap .irName, .contentPageInstructor .f-container .irWrap .irName, .contentPageInstructor .f-container .irWrap .birthplace {
    font-size: 1.3rem;
  }
  .contentTopInstructor .f-container .irWrap .irName {
    margin-bottom: 4rem;
  }
  .contentPageInstructor .f-container .irWrap .birthplace {
    margin-bottom: 4rem;
  }
  .contentPageInstructor .f-container .irWrap .birthplace span, .contentPageInstructor .f-container .irWrap .activeArea span {
    font-size: 1rem;
    padding: .1rem .5rem .25rem;
  }
}
/*
===============================================================================
■ content - top - 07 お手続き2STEP
===============================================================================
*/
.contentTopHowto {
  background: rgba(244, 209, 190, 0.88);
}
.contentTopHowto .f-container {
  align-items: stretch;
}
.contentTopHowto .contentWrap {
  position: relative;
  width: 49%;
  max-width: 560px;
  background: #fff;
  padding: 5rem 7rem;
}
.contentTopHowto .contentWrap:before {
  position: absolute;
  display: block;
  content: '';
  width: 120px;
  height: 120px;
  top: 0;
  left: 0;
}
.contentTopHowto .boxStep1:before {
  background: url("../images/icon_howto_step1.png") 0 0 no-repeat;
  background-size: contain;
}
.contentTopHowto .boxStep2:before {
  background: url("../images/icon_howto_step2.png") 0 0 no-repeat;
  background-size: contain;
}
.contentTopHowto .contentWrap figure {
  width: 60%;
  max-width: 250px;
  margin: 0 auto 3rem;
}
.contentTopHowto .contentWrap .accent {
  text-align: center;
  margin-bottom: 1.5rem;
}
.contentTopHowto .contentWrap p strong {
  color: #fff;
  font-weight: bold;
  background: #C58BAE;
  padding: 0 .8rem .3rem;
  display: inline-block;
  margin: 0 .4rem;
}
@media screen and (max-width: 560px) {
  .contentTopHowto .contentWrap {
    width: 90%;
    padding: 4rem 4rem;
    margin: 0 auto 6rem;
  }
  .contentTopHowto .boxStep2 {
    margin: 0 auto !important;
  }
  .contentTopHowto .contentWrap:before {
    width: 80px;
    height: 80px;
  }
}
/*
===============================================================================
■ content - top - NEWS
===============================================================================
*/
.contentNews h2 {
  position: relative;
  width: 18%;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 2.6rem;
}
.contentNews h2:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 10px;
  height: 45px;
  background: #C58BAE;
}
.contentNews .newsList {
  width: 80%;
  border-top: #D3D3D3 1px solid;
}
.contentNews .newsList dt {
  width: 20%;
  color: #C58BAE;
}
.contentNews .newsList dd {
  width: 80%;
}
.contentNews .newsList dt, .contentNews .newsList dd {
  padding: 2.5rem 2rem;
  border-bottom: #D3D3D3 1px solid;
}
.contentNews .newsList dd a {
  position: relative;
  display: block;
}
.contentNews .newsList dd a:before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 14px;
  right: 0;
  top: 2px;
  background: url(../images/arrow_blk.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 560px) {
  .contentNews .f-container {
    width: 90%;
    margin: 0 auto;
  }
  .contentNews h2 {
    width: 90%;
    font-size: 2.4rem;
    margin: 0 auto 2rem;
  }
  .contentNews h2:before {
    width: 8px;
    height: 37px;
  }
  .contentNews .f-container, .contentNews .newsList dt, .contentNews .newsList dd {
    width: 100%;
  }
  .contentNews .newsList {
    width: 90%;
    border-top: none;
  }
  .contentNews .newsList dt {
    border-bottom: none;
    padding: 2rem 2rem 0;
  }
  .contentNews .newsList dd {
    padding: 1rem 2rem 2.5rem;
  }
}
/*
===============================================================================
■ content - top - FAQ LINK
===============================================================================
*/
.contentTopFaq article {
  padding-top: 0;
}
/*
===============================================================================
■ content - page - FAQ よくあるご質問
===============================================================================
*/
.contentPageFaq .titleWrap {
  padding-bottom: 2rem;
}
.contentPageFaq .contentBack {
  padding: 8rem 0;
}
.contentPageFaq .faqContenWrap h3 {
  font-style: normal;
}
.contentPageFaq .faqContenWrap article {
  background: #fff;
  padding: 7rem 10rem;
}
.contentPageFaq .accordion label {
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  background: #C58BAE;
  border-radius: 4px;
  padding: 2rem 2rem 2rem 7rem;
  margin-bottom: .6rem;
}
.contentPageFaq .accordion label:before {
  position: absolute;
  display: block;
  content: 'Q.';
  width: 24px;
  height: 16px;
  top: 20px;
  left: 30px;
}
.contentPageFaq .accordion label:after {
  position: absolute;
  display: block;
  content: '＋';
  width: 14px;
  height: 14px;
  top: 20px;
  right: 30px;
}
.contentPageFaq .accordion li {
  list-style: none;
}
.contentPageFaq .accordion dt {
  margin: 3rem 0 1rem;
}
.contentPageFaq .accordion dt strong {
  color: #fff;
  font-weight: bold;
  background: #C58BAE;
  padding: .4rem 1rem;
}
.contentPageFaq .accordion a {
  color: #C58BAE;
  text-decoration: underline;
}
@media screen and (max-width: 560px) {
  .contentPageFaq .contentBack {
    padding: 4rem 2rem;
  }
  .contentPageFaq .faqContenWrap article {
    padding: 3rem 2rem;
  }
  .contentPageFaq .accordion label {
    font-size: 1.4rem;
    padding: 1.4rem 2.6rem 1.4rem 4rem;
  }
  .contentPageFaq .accordion label:before {
    width: 20px;
    height: 14px;
    top: 14px;
    left: 12px;
  }
  .contentPageFaq .accordion label:after {
    top: 34%;
    right: 10px;
  }
}



/* === 20230501_Youtube動画追加 5/1 あとらす21 === */
.faq_movie {
  text-align: center; 
}
.faq_movie.faq_mb {
  margin-bottom: 20px;
}
.faq_movie.faq_mt {
  margin-top: 20px;
}
@media screen and (max-width: 560px) {
  .faq_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .faq_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}



/*
===============================================================================
■ content - page - voice お客様の声
===============================================================================
*/
.contentPageVoice .titleWrap {
  padding-bottom: 2rem;
}
.contentPageVoice .read {
  margin-bottom: 4rem;
}
.contentPageVoice .contentBack {
  padding: 8rem 0;
}
.contentPageVoice .voiceContenWrap article {
  padding: 0;
}
.contentPageVoice .f-container .voiceWrap {
  position: relative;
  width: 48%;
  max-width: 540px;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 6rem 4rem;
  margin-bottom: 6rem;
}
.contentPageVoice .f-container .voiceWrap:before, .contentPageVoice .f-container .voiceWrap:after {
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 34px;
}
.contentPageVoice .f-container .voiceWrap:before {
  background: url("../images/voice/voice_mark_top.png") 0 0 no-repeat;
  background-size: contain;
  top: -10px;
  left: 30px;
}
.contentPageVoice .f-container .voiceWrap:after {
  background: url("../images/voice/voice_mark_bottom.png") 0 0 no-repeat;
  background-size: contain;
  bottom: -10px;
  right: 30px;
}
.contentPageVoice .f-container .voiceWrap:nth-child(9), .contentPageVoice .f-container .voiceWrap:nth-child(10) {
  margin-bottom: 0;
}
.contentPageVoice .f-container .voiceWrap .yogaImg {
  width: 60%;
  max-width: 240px;
  margin: 0 auto;
}
.contentPageVoice .f-container .voiceWrap .catchcopy {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 2rem;
}
.contentPageVoice .f-container .voiceWrap .catchcopy, .contentPageVoice .f-container .voiceWrap .tag, .contentPageVoice .f-container .voiceWrap .moreBtn {
  text-align: center;
}
.contentPageVoice .f-container .voiceWrap .tag {
  color: #C58BAE;
  font-weight: bold;
  margin-bottom: 3rem;
}
.contentPageVoice .f-container .voiceWrap .modal__content .tag {
  margin-bottom: 0;
}
.contentPageVoice .f-container .voiceWrap .moreBtn a {
  position: relative;
  display: block;
  width: 80%;
  max-width: 250px;
  color: #fff;
  font-weight: bold;
  background: #C58BAE;
  border: #C58BAE 2px solid;
  border-radius: 4px;
  padding: 1rem 0;
  margin: 0 auto;
  transition: 1.0s;
}
.contentPageVoice .f-container .voiceWrap .moreBtn a:before {
  position: absolute;
  display: block;
  content: '＋';
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  color: #fff;
  font-weight: bold;
  transition: 1.0s;
}
.contentPageVoice .f-container .voiceWrap .moreBtn a:hover {
  color: #C58BAE;
  background: #fff;
}
.contentPageVoice .f-container .voiceWrap .moreBtn a:hover:before {
  color: #C58BAE;
}
@media screen and (max-width: 560px) {
  .contentPageVoice .read {
    margin-bottom: 3rem;
  }
  .contentPageVoice .contentBack {
    padding: 4rem 2rem;
  }
  .contentPageVoice .f-container {
    justify-content: center;
  }
  .contentPageVoice .f-container .voiceWrap {
    width: 94%;
    padding: 2rem 3rem 4rem;
  }
  .contentPageVoice .f-container .voiceWrap:before, .contentPageVoice .f-container .voiceWrap:after {
    width: 40px;
    height: 26px;
  }
  .contentPageVoice .f-container .voiceWrap:before {
    left: 20px;
  }
  .contentPageVoice .f-container .voiceWrap:after {
    right: 20px;
  }
  .contentPageVoice .f-container .voiceWrap, .contentPageVoice .f-container .voiceWrap:nth-child(9) {
    margin-bottom: 4rem;
  }
}


/* === 20230501_Youtube動画追加 5/1 あとらす21 === */
.voice_movie {
  text-align: center;
}
.voice_movie.voice_mb {
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .voice_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .voice_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}



/*
===============================================================================
■ footer
===============================================================================
*/
footer {
  width: 100%;
  background: #f4f4f4;
}
.footerInner {
  padding-bottom: 6rem;
}
.footerMenu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  width: 92%;
  max-width: 1000px;
  padding: 8rem 0 6rem;
  margin: 0 auto;
}
/*　logo　*/
.footerMenu .logo {
  width: 200px;
  margin-right: 5rem;
}
/*　footer menu　*/
.footerMenu .footerNav a {
  display: block;
  font-size: 1.3rem;
  padding-bottom: 1.5rem;
}
/*　footer cta　*/
.fotterCta {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  z-index: 999;
}
.fotterCta .f-container {
  align-items: stretch;
  height: 60px;
}
.fotterCta li {
  width: 33.33%;
  height: 100%;
}
.fotterCta .member {
  background: #E5A185;
}
.fotterCta .general {
  background: #9DB7C5;
}
.fotterCta li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 60px;
  text-align: center;
}
/*　copyright　*/
.copy {
  font-size: 1rem;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 560px) {
  .footerMenu {
    padding: 5rem 0 4rem;
  }
  /*　logo　*/
  .footerMenu .logo {
    width: 160px;
    margin-right: 3rem;
  }
  /*　footer cta　*/
  .fotterCta li a {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .fotterCta .general a {
    padding: 1.2rem 0;
  }
  .fotterCta .member a {
    padding: 2.2rem 0;
  }
  /*　copyright　*/
  .copy {
    padding: 1rem 0;
  }
}
/*2404_あとらす岡追加*/
.shop_comment_icon {
  font-size: 1.2rem;
  line-height: 1.6;
  vertical-align: text-top;
}
.shop_comment {
  font-size: 1.2rem;
  text-align: center;
  line-height: 4;
}
@media screen and (max-width: 560px) {
  .shop_comment_icon {
    font-size: 1rem;
    line-height: 1.2;
  }
  .shop_comment {
    font-size: 1rem;
    line-height: 2;
  }
}
/*2405_あとらす岡追加*/
.irWrap .js-modal-open img {
  max-width: 210px;
  width: 210px;
  max-height: 210px;
  height: 210px;
  object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 560px) {
  .irWrap .js-modal-open img {
    width: 27vw;
    height: 27vw;
  }
}
@media screen and (min-width: 560px) and (max-width: 1100px) {
  .irWrap .js-modal-open img {
    width: 17.5vw;
    height: 17.5vw;
  }
}
/*2408_あとらす岡追加*/
span.price_off {
  font-size: 15px;
}
span.price_limited {
  font-size: 16px;
  color: #e2544a;
}
.contentTopPrice .contentWrap li,
.contentPagePrice .contentWrap li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 560px) {
  span.price_off {
    font-size: 1.5rem;
  }
  span.price_limited {
    font-size: 1.6rem;
  }
}


