@charset "UTF-8";
/*==========================================================================
共通
============================================================================*/
@media (max-width:374px) {
  .hidden_sp5 {
    display: none !important;
  }
}
@media (min-width:375px) and (max-width:767px) {
  .hidden_sp {
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px) {
  .hidden_tab {
    display: none !important;
  }
}
@media (min-width:1024px) {
  .hidden_pc {
    display: none !important;
  }
}
body {
  font-family: 'Noto Sans JP', sans-serif , 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #383838;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(90deg, #ffebfe, #ffe9e4, #f8f9e2, #e0feff);*/
  background-size: 400% 400%;
  animation: bggradient 20s ease infinite;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.wrapper {
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px -1px rgb(0 0 0 / 10%);
    z-index: 500;
}
article {
  background: url("../img/bg.jpg") 100% 0 / cover;
  padding-bottom: 2rem;
}
section {
  position: relative;
}
article section:before {
  content: '';
  display: block;
  width: 100%;
  height: 43vw;
  max-height: 250px;
  background: url("../img/content01_title.png") 100% 0 / 100% no-repeat;
  position: absolute;
  top: 0;
}
article .contents {
  width: 92%;
  margin: 0 auto;
  background: #FFF;
  padding: 50vw 0 3rem;
}
img {
  width: 100%;
}
article .btn_cta {
  display: block;
  width: 80%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 2rem;
}

/*header*/
header {
  width: 100%;
  background: #FFF;
}
header .inner {
  width: 90%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner img {
  width: 6rem;
  vertical-align:top;
}
/*MV*/
.mv {
  background: #FFF;
}
.mv nav {
  width: 92%;
  margin: 1.7rem auto 0;
  padding-bottom: 2rem;
}
.mv nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mv nav ul li {
  width: 49%;
  margin-bottom: 2%;
}
/*lesson_area*/

article .lesson_area:before {
  background: url("../img/content01_title.png") 100% 0 / 100% no-repeat;
}
article .lesson_area .btn_uchioga {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 368px;
  background: #FFF;
  color: #795a18;
  margin: 1rem auto 0;
  padding: 1rem 0;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
article .lesson_area .btn_uchioga span {
  border-bottom: 1px solid #795a18;
  padding-bottom: 7px;
}
article .lesson_area .btn_uchioga:after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 8px solid transparent;
  border-left: 11px solid #795a18;
  position: absolute;
  right: 0rem;
  margin-bottom: 4px;
}
@media (max-width:340px) {
  article .lesson_area .btn_uchioga:after {
    right: -0.5rem;
  }
}
@media (min-width:430px) {
  article .lesson_area .btn_uchioga:after {
    right: 1.4rem;
  }
}
/*points_area*/
article .points_area:before {
  background: url("../img/content02_title.png") 100% 0 / 100% no-repeat;
  height: 46vw;
}
/*presents_area*/
article .presents_area:before {
  background: url("../img/content03_title.png") 100% 0 / 100% no-repeat;
  height: 46vw;
}
article .presents_area .contents,
article .courseup_area .contents {
  padding-top: 54vw;
}
article .presents_area .ac_box .ac_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  margin: 2rem auto 1rem;
  background: #d0afd2;
  border-radius: 50px;
  padding: 1rem 0;
  color: #FFF;
  position: relative;
}
article .presents_area .ac_box .ac_btn:after {
  content: '+';
  display: block;
  width: 10px;
  height: 18px;
  position: absolute;
  right: 1.5rem;
  transition: all 0.5s ease;
  text-align: center;
}
article .presents_area .ac_box .ac_btn.open:after {
  content: '-';
}
article .presents_area .ac_box .ac_text {
  display: none;
}
/*courseup_area*/
article .courseup_area:before {
  background: url("../img/content04_title.png") 100% 0 / 100% no-repeat;
  height: 46vw;
}
article .courseup_area .contents {
  padding-bottom: 2rem;
}
/*uchiyoga_area*/
.uchiyoga_area {
  background: #f37e67;
  padding: 2rem 0;
}
.uchiyoga_area .box,
.meisoon_area .box {
  width: 92%;
  margin: 0 auto;
  background: #FFF;
  padding: 2rem;
  box-sizing: border-box;
  margin-top: 1rem;
}
.uchiyoga_area .box .btn_cta {
  display: block;
  margin-top: 2rem;
  cursor: pointer;
}
/*meisoon_area*/
.meisoon_area {
  background: rgb(92,0,191);
  background: linear-gradient(0deg, rgba(92,0,191,1) 0%, rgba(9,63,224,1) 100%);
  padding-bottom: 3rem;
}
.meisoon_area .btn_cta {
  display: block;
  margin-top: 1rem;
  cursor: pointer;
}
/*footer*/
footer {
  font-size: 0.7rem;
  background: #FFF;
  padding: 1rem 0;
}
footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 92%;
  margin: 0 auto;
}
footer ul li {
  display: flex;
  align-items: center;
}
footer ul li a {
  display: block;
  font-size: 0.7rem;
  padding: 0.5rem;
  color: #795a18;
  cursor: pointer;
}
footer ul li:after {
  content: "";
  display: block;
  height: 1rem;
  border-left: 1px solid #795a18;
}
footer ul li:nth-child(3):after,
footer ul li:nth-child(6):after,
footer ul li:nth-child(8):after {
  border-left: none;
}
footer small {
  display: block;
  text-align: center;
  color: #795a18;
  margin-top: 1rem;
}
@media (min-width:500px) {
  article .contents {
    padding-top: 250px;
  }
  article .presents_area .contents,
  article .courseup_area .contents {
    padding-top: 260px;
  }
}
/*231212追加 meisoon修正*/
.app_box {
  display: flex;
  margin-top: 1rem;
}
.app_box a {
  display: block;
  cursor: pointer;
}
.app_box a:first-child {
  margin-right: 0.5rem;
}
.meisoon_area .a_android {
  font-size: 0.8rem;
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.meisoon_area .a_android a {
  border-bottom: 1px solid;
}



/**********山崎追加************/
html {
    scroll-behavior: smooth;
}


body{
    font-size: 18px;
}
.contentsInnerText{
    padding: 15px 30px 15px 30px 
}
.contentsInner{
    padding: 15px 0px 15px 30px 
}
.tit{
margin: 0 auto;
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 46px;
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    letter-spacing: 5px;
    padding: 30px 30px 0 0;
    
    
    background: linear-gradient(90deg, #987235, #cfb166 30%, #987235);
  background: -webkit-linear-gradient(0deg, #987235, #cfb166 30%, #987235);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
    
}
.fvillage_area .tit img{
    width: 50%;
    
}
.fvillage_area{
    margin-top: 30px;
}
.fvillage_area .text{
color: #0a548b;
    padding: 15px 30px 15px 0;
    line-height: 1.8;
    }

.specialGuest_area .text{
color: #0a548b;
    padding: 15px 0 0 0;
    line-height: 1.6;
    }
.specialGuest_area .name{
font-size: 22px;
    line-height: 1.2;
    text-align: center;
    }
.specialGuest_area .name span{
font-size: 26px;
    line-height: 1.8;
    display: block;
    }
span.border{
    border: 1px solid #0a548b;
    padding: 2px 3px;
    margin-right: 7px;
}

p{
    margin-top: 15px;
}
.text p:first-child{
    margin-top: 0px;
}

.event_datails{
    margin-top: 30px;
}
span.annotation{
    font-size: 0.8rem;
}
.btn.profile{
    width: 25%;
    margin: 0 auto;
    padding: 30px 0;
}

.btn.profile:hover{
    cursor: pointer;
}

.benefits_area .intro{
    margin-top: 30px;
    padding-right: 30px;
}

.lava_area{
    margin-top: 30px;
}
.lava_area .tit{
    margin-bottom: 30px;
    padding-right: 30px;
}
.lava_area .text {
  color: #ef7e1f;
  padding: 15px 30px 0 0;
  line-height: 1.6;
}
.instractor_datails{
    margin-bottom: 30px;
}

.secBorder{
    background: url("../img/border.png") no-repeat;
    background-size: contain;
    margin: 30px 0 30px 0;
    height: 33px;
    
}
.notes_area{
color:#b98a24;
}

.notes_area ul{
    padding-left: 45px !important;
    padding-top: 0px !important;
}
.notes_area li{
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 14px;
    
}

.tit_notes{
    width: 85%;
    margin: 0 auto;
    height: 20px;
    border-top: 1px solid #b98a24;
    position: relative;
}
.tit_notes span{
    display: block;
    background: #fff;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
  transform: translate(-50%, -50%);
    font-size: 14px;
}
.tit_collaboration{
    width: 85%;
    margin: 0 auto;
    height: 20px;
    border-top: 1px solid #b98a24;
    position: relative;
}
.tit_collaboration span{
    display: block;
    background: #fff;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
  transform: translate(-50%, -50%);
    font-size: 14px;
}
.collaboration{
    padding: 0px 30px;
    text-align: center;
    font-size: 14px;
    
    
}

.instractor_datails .atmosphere:hover{
    cursor: pointer;
}
.mv01{
    z-index: 10;
}
.mv02{
    margin-top: -70px;
    z-index: 100;
    padding: 0 30px;
}


.cta_area{
    /*padding-bottom: 0px;
    position:fixed;
bottom:0px;
width: auto;
    max-width: 500px;
    background-color: #fff;
    
*/
   
}



.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}






#page-top {
  position: fixed;
  /*right: 0;
  left: 0;*/
  bottom:0px;
  z-index: 2000;
  
  opacity: 0;
  transform: translateY(150px);
    
max-width: 500px;
 /* width: 500px;*/    
    padding: 0;
/*  background-color: rgba(0,0,0,0.5);*/
    width: 100%;
  text-align: center;
}


#page-top a{
  display: flex;
  justify-content: center;
  align-items: center;
/*  background: #fff;*/
  
  width: 100%;
/*  height: 120px;*/
  color: #fff;

  transition: all 0.3s;
text-align: center;
}



#page-top img{
    width: 80%;
    margin-top: 0px;
    margin-bottom: 5px;
    
}



#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}



#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(150px);
  }
}
































.tit_specialGuest{
    text-align: center;
    margin: 30px 0 0px 0;
    color: #0a548b;
    font-size: 24px;
    letter-spacing: 5px;
}
.eventInfo_area div:nth-child(3) {
    padding-right: 10px;
}

.cta_area .contentsInner {
  padding: 15px 30px 15px 30px;
}


.event_wrap{
    background-image: url("../img/bg_blue.png");
    background-position: 0px -100px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.instractor_wrap{
    background-image: url("../img/bg_orange.png");
    background-position: 0px 80px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.instractor_wrap .atmosphere{
    padding-right: 30px;
}

a:link,a:hover,a:visited{
    text-decoration: underline;
    color: #ed6c00;
}
.event{
    text-align: center;
  margin-top: 10px;
    padding-bottom: 180px;
}

    .toggle {
	display: none;
}
.Label {		/*タイトル*/
	/*padding: 1em;*/
	display: block;
	color: #fff;
/*	background:#019ac6;*/
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #ed6c00;
	border-right: 2px solid #ed6c00;
    border-botom: 0;
	-webkit-transform: rotate(45deg);
    
    
    
	position: absolute;
	bottom:15px;
/*	right: 130px;*/
    right: calc(100% / 2 / 2 + 15px);
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 30px 0 0;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 30px 20px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}