@charset "UTF-8";
/*======================================
background
/*======================================*/
.bgFixd-js {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 120vh;
  transform: translate(0, 0);
  opacity: 0;
}
#index-bgFixd {
  background: url(../images/bg-glitter-01-SP.jpg) no-repeat center top;
  background-size: cover;
}
#voiceA-bgFixd {
  background: url(../images/bg-glitter-03-SP.jpg) no-repeat center top;
  background-size: cover;
}
#voiceB-bgFixd {
  background: url(../images/bg-glitter-02-SP.jpg) no-repeat center top;
  background-size: cover;
}
#what .bg-top-min {
  background: url(../images/bg-room-01-SP.jpg) no-repeat center top;
  background-size: cover;
}
#lesson-bgFixd {
  background: url(../images/bg-esthetic-01-SP.jpg) no-repeat center;
  background-size: cover;
}
#profile-bgFixd {
  background: url(../images/bg-glitter-03-SP.jpg) no-repeat center top;
  background-size: cover;
}
#footer-bgFixd {
  background: #fff;
}
/*======================================
scroll fadein
/*======================================*/
.fadein {
  opacity: 1;
  transition: all 1s ease;
}
.fadeout {
  opacity: 0;
  transition: all 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*======================================
main
/*======================================*/
.main {
  position: relative;
}
.main-middle {
  background: url(../images/opt-bg-main-SP.png) no-repeat center top;
  background-size: cover;
}
.main .main-top {
  position: relative;
  background: url(../images/opt-bg-main-top-SP.png) no-repeat center top;
  background-size: 100% 100%;
  padding: .5em 0 2em;
  z-index: 1;
}
.main .main-middle img {
  position: relative;
  z-index: 100;
  margin-top: -2em;
}
.main .main-bottom {
  position: relative;
}
.main .main-bottom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #e4c990;
  background: linear-gradient(to right, #e4c990 0%, #ffeddd 50%, #e4c990 99%);
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
  padding: .5em 0;
  z-index: 1;
}
.main .main-bottom .max-wrap {
  position: relative;
}
.main .main-bottom .inner {
  position: relative;
}
.main .main-bottom .inner:before, .main .main-bottom .inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .8);
  left: 0;
  z-index: 10;
}
.main .main-bottom .inner:before {
  top: 5px;
}
.main .main-bottom .inner:after {
  bottom: 5px;
}
.main .main-bottom img {
  position: relative;
  z-index: 110;
  width: 70%;
  transform: translate(-.2em, 0);
}
.main .main-point {
  position: absolute;
  content: "";
  width: 30%;
  height: 0;
  padding-top: 30%;
  background: url(../images/opt-main-point.png) no-repeat center top;
  background-size: 100%;
  z-index: 11;
  top: -5%;
  right: 0.5em;
}
/*#LP01*/
#LP01 .main .main-middle img {
  margin-top: -2.5em;
}
#LP01 .main .main-bottom img {
  transform: translate(-.1em, 0);
}
/*#LP02*/
#LP02 .main .main-bottom img {
  transform: translate(-.2em, 0);
}
/*.main .form-CMN*/
.form-CMN .aside-txt {
  font-size: 80%;
  line-height: 1.4em;
  margin: 1em auto;
}
.main .form-CMN {
  padding-top: 1.5em;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,ede9de+100 */
  background: #ffffff; /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 25%, #ede9de 100%);
}
.main .form-CMN:before, .main .form-CMN:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 50%;
  height: 0;
  padding-top: calc(50%*.565);
  z-index: 0;
  opacity: .5;
}
.main .form-CMN:before {
  left: 0;
  background: url(../images/lace-left-bottom.png) no-repeat center bottom;
  background-size: cover;
}
.main .form-CMN:after {
  right: 0;
  background: url(../images/lace-right-bottom.png) no-repeat center bottom;
  background-size: cover;
}
/*======================================
index
/*======================================*/
#index .index-title {
  position: relative;
}
#index .index-title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/opt-index-title-bg-SP.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
#index .lesson-index {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#index .lesson-index li {
  position: relative;
  width: 90%;
}
#index .lesson-index li .border-inside {
  padding: 0;
}
#index .lesson-index li:nth-of-type(1), #index .lesson-index li:nth-of-type(3) {
  transform: rotate(-2deg);
  margin: 0;
}
#index .lesson-index li:nth-of-type(2) {
  z-index: 1;
  transform: rotate(2deg);
  margin: 0 0 0 auto;
}
#index .lesson-index li:nth-of-type(3) {
  margin: 0 auto;
}
/*======================================
present
/*======================================*/
.present-CMN {
  margin-top: 2em;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  padding-bottom: 1em;
}
.present-CMN ol {
  margin-top: 1em;
}
.present-CMN li .thumbnail {
  width: 35%;
}
.present-CMN li .desc {
  width: 55%;
}
/*======================================
media
/*======================================*/
#media li:not(:last-of-type) {
  margin-bottom: 2em;
}
#media li .thumbnail {
  float: right;
  width: 40%;
  margin: 0 0 .2em .5em;
}
#media li .lede {
  flex: 1;
  margin-right: .5em;
}
#media h3 {
  font-size: 4vw;
  margin-bottom: .3em;
}
#media p {
  text-align: justify;
  font-size: 85%;
}
/*======================================
voiceA
/*======================================*/
#voiceA li:not(:last-of-type) {
  margin-bottom: 2em;
}
#voiceA li .img {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 5px 5px 7px rgba(230, 165, 50, .5);
}
#voiceA li .desc {
  flex: 1;
  margin-left: 1em;
  text-align: justify;
}
#voiceA li .desc h2 {
  font-size: 90%;
  line-height: 1.3em;
  border-bottom: 1px solid rgba(175, 140, 100, .5);
  padding-bottom: .5em;
  margin-bottom: .5em;
}
#voiceA li .desc h2 span {
  display: none;
}
#voiceA li .desc h3 {
  font-size: 125%;
  margin-bottom: .3em;
}
#voiceA li .desc p {
  font-size: 95%;
  line-height: 1.4em;
}
/*======================================
change
/*======================================*/
#change ul {
  margin-top: 2em;
}
#change li {
  border: 6px solid #e3d1ae;
  width: calc((100% - 1em)/2);
  margin-bottom: 1em;
}
#change li:nth-of-type(odd) {
  margin-right: 1em;
}
/*======================================
voiceB
/*======================================*/
#voiceB li {
  text-align: center;
  margin: 5em auto;
}
#voiceB li:first-of-type {
  margin-top: 3em;
}
#voiceB li:last-of-type {
  margin-bottom: 0;
}
#voiceB li .img {
  overflow: hidden;
  border-radius: 100%;
  width: 60%;
  max-width: 300px;
  margin: -5em auto 1em;
  box-shadow: 5px 5px 7px rgba(230, 165, 50, .5);
}
#voiceB li.voiceB-iwamoto .img {
  border-radius: 1em;
}
#voiceB li h2 {
  font-size: 130%;
}
#voiceB li h3 {
  font-size: 80%;
  margin: .5em auto;
}
#voiceB li p {
  font-size: 100%;
  text-align: justify;
}
/*======================================
what
/*======================================*/
#what {
  overflow: hidden;
}
#what .index-title {
  position: relative;
}
#what .index-title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/opt-index-title-bg-SP.png) no-repeat center;
  background-size: cover;
  z-index: 0;
}
#what .index-title img {
  position: relative;
}
#what .wrap {
  position: relative;
}
#what .wrap:before {
  position: absolute;
  content: "";
  width: 55%;
  height: 0;
  padding-top: calc(55%*3.6666666);
  top: -5%;
  right: -14%;
  background: url(../images/opt-what-img.png) no-repeat center;
  background-size: cover;
  z-index: 0;
}
#what .desc {
  position: relative;
}
#what .desc p {
  font-size: 90%;
  line-height: 1.8em;
}
#what .thumbnail {
  position: relative;
  z-index: 1;
}
/*======================================
lesson
/*======================================*/
#lesson .ribon-B {
  padding: 1.5em 0 1.7em;
}
#lesson li {
  margin: 3em auto;
}
#lesson li:first-of-type {
  margin-top: 0;
}
#lesson li:last-of-type {
  margin-bottom: 0;
}
#lesson li.border-frame {
  background: rgba(255, 255, 255, .7)
}
#lesson li .img {
  width: 80%;
  max-width: 400px;
  margin: -1em auto -3em;
}
#lesson li .desc {
  position: relative;
}
/*======================================
profile
/*======================================*/
#profile .name h2 {
  font-size: 100%;
  line-height: 1em;
}
#profile .name h2 span {
  font-size: 250%;
  display: block;
  margin-bottom: .5em;
}
#profile .name p {
  text-align: center;
  font-size: 90%;
  margin-top: 1em;
  line-height: 1.3em;
}
#profile .name p:not(:first-of-type) {
  margin-top: .5em;
}
#profile .name p span {
  display: none;
}
#profile .desc p {
  font-size: 90%;
}
/*#profile-miura*/
#profile #profile-miura .img {
  width: 60%;
  max-width: 350px;
  margin: 0 auto 2em;
  box-shadow: 5px 5px 7px rgba(230, 165, 50, .5);
}
/*#profile-sendo*/
#profile #profile-sendo {
  background: rgba(230, 210, 175, .2);
}
#profile #profile-sendo .img {
  float: right;
  width: 40%;
  margin: 0 0 .5em 1em;
  box-shadow: 5px 5px 7px rgba(230, 165, 50, .5);
}
#profile #profile-sendo .name p {
  text-align: left;
}
#profile #profile-sendo .books {
  text-align: center;
}
#profile #profile-sendo .books h3 {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 150%;
  margin-bottom: 1em;
  padding: 0 3em;
}
#profile #profile-sendo .books h3:before, #profile #profile-sendo .books h3:after {
  position: absolute;
  content: "";
  width: 2.5em;
  border-top: 4px double rgba(200, 165, 80, .5);
  top: calc(0.5em + 2px);
}
#profile #profile-sendo .books h3:before {
  left: 0;
}
#profile #profile-sendo .books h3:after {
  right: 0;
}