@charset "UTF-8";

/*--------------------------------------
基本設定
---------------------------------------*/
html{}
  body{
    font:13px/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
    color:#333333;
    text-align:justify;
    text-justify:distribute;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
  }

  img{
    vertical-align:top;
  }

  *{
    -webkit-box-sizing: border-box;
  }
  /*--------------------------------------
  大枠囲み
  ---------------------------------------*/

  #contents{

    width: 80%;
    padding-bottom: 80px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    height: 100%;
    background-color: #FFF;
  }


/* フェードイン */
.anim1 {
	-webkit-animation: 1.5s forwards anim1;
	animation: 1.5s forwards anim1;
}
	@-webkit-keyframes anim1 {
		0% {
			-webkit-transform: translate(0, 80px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translate(0, 0);
			opacity: 1;
		}
	}
	@keyframes anim1 {
		0% {
			transform: translate(0, 80px);
			opacity: 0;
		}
		100% {
			transform: translate(0, 0);
			opacity: 1;
		}
	}

  /*--------------------------------------
  追従ボタン装飾
  ---------------------------------------*/
  .btn_end {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30%;
    /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
.btn_end {
    position: fixed;
    bottom: 10px;
    right: 0px;
    width: 100%;
}}


/*--------------------------------------
文章装飾
---------------------------------------*/
.line_yellow{
  background: linear-gradient(transparent 0%, #fff799 0%);
  font-weight: bold;
  border-radius:6p
}

.pink_bold{
  font-weight: bold;
  color: #ca4867;
}

p{
  font-size: 21px;
  width: 75%;
  text-align: left;
  line-height: 1.8em;
  margin: 0 auto;
  paddin-top:20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  p{
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  p{
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  p{
    width: 95%;
  }
}

/*--------------------------------------
FV
---------------------------------------*/
#fv{
    width: 100%;
}
#fv img{
  width: 100%;
}

#fv h1{
  display: none;
}


/*--------------------------------------
ボタン
---------------------------------------*/
#btn_area{
  width:100%;
  padding-bottom: 100px;
  background-image: url("../img/bg_btn.jpg");
  background-size: cover;
  background-repeat:no-repeat;
  text-align: center;
}

#btn_area img:nth-last-of-type(1){
  width:80%;
  margin: 0 auto;
  padding-top: 100px;
}

.form_wrap{
  background-color: #fff;
  width: 75%;
  margin: 0 auto;
  padding: 15px 10px;
  margin-top: -50px;
  box-shadow: 10px 10px 60px 50px #dd2563;
}

#btn_area .mail{
  padding-top: 50px;
}

#btn_area .mail_box{
  width: 80%;
  height: 70px;
  font-size: 25px;
  margin-bottom: 30px;
}

#btn_area .form_btn{
  width: 80%;
}

.supplement{
    background-color: #f8f8f0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 80%;
	height: 180px;
	font-size: 14px;
	line-height:  20px;
	color: #333;
	padding: 15px 30px;
	margin: 30px auto;
	overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
	display: block;
}

.supplement ul{
  text-align: left;
  list-style: none;
}

.supplement li{
  padding-bottom: 10px;
}

/*--------------------------------------
ボタン_メディアクエリ
---------------------------------------*/

@media screen and (max-width: 992px) {
  .form_wrap{
    width: 80%;
  }
  #btn_area img:nth-last-of-type(1){
    width:80%;
    margin: 0 auto;
    padding-top: 80px;
  }
  }

@media screen and (max-width: 768px) {
  .form_wrap{
    width: 90%;
  }
  #btn_area img:nth-last-of-type(1){
    width:90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  #btn_area{
    padding-bottom: 50px;
  }
  #btn_area .mail_box{
    width: 90%;
    height: 50px;
    font-size: 21px;
    margin-bottom: 10px;
  }

  #btn_area .form_btn{
    width: 90%;
  }
  #btn_area .mail{
    padding-top: 30px;
  }

  .supplement{
  	width: 90%;
  	height: 90px;
    line-height:  15px;
  }
}

@media screen and (max-width: 576px) {
  .form_wrap{
    width: 95%;
    margin-top: -20px;
    padding: 5px 5px;
    box-shadow: 10px 10px 10px 10px #dd2563;
  }
  #btn_area img:nth-last-of-type(1){
    width:95%;
    margin: 0 auto;
    padding-top: 30px;
  }

  #btn_area{
    padding-bottom: 26px;
  }
  #btn_area .mail_box{
    width: 95%;
    height: 50px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  #btn_area .form_btn{
    width: 95%;
  }
  #btn_area .mail{
    padding-top: 15px;
  }
  .supplement{
  	width: 95%;
  	height: 50px;
    margin: 5px auto;
    line-height:  15px;
  }
  .supplement ul{
    width: 95%;
    text-align: left;
    list-style: none;
  }
}

/*--------------------------------------
こんな方におすすめ
---------------------------------------*/
#recommend{
  width: 100%;
  text-align: center;
}

#recommend img{
  width: 100%;
}

#recommend .recommend_ttl img{
  border-bottom: 30px solid #fff;
}

#recommend h2{
  width: 65%;
  margin: 0 auto;
  margin-top: -5px;
}

#recommend .recommend_check{
  width: 75%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding:30px 15px 40px 60px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 1px #e7e7e7;
}

#recommend .recommend_catch{
  width:100%;
  background-image: url("../img/bg_recommend_catch.jpg");
  background-size: contain;
  background-repeat:no-repeat;
  padding-bottom: 55px;
}

#recommend .recommend_catch p{
  width: 65%;
  color:#897445;
  text-align: center;
  margin: 30px auto 0 auto;
  font-size: 40px;
}

#recommend .recommend_catch img{
  width: 20%;
  margin: 30px auto;
}

#recommend .recommend_catch_sp{
  display: none;
}

#recommend .img_recommendcatch img{
  width: 75%;
  margin: 0 auto;
  border: 0px solid;
}
#recommend .recommend_concept{
  width: 100%;
  position: relative;
}

#recommend .recommend_concept h3{
  width: 65%;
  color:#897445;
  font-size: 45px;
  font-weight: 200;
  position: absolute;
  line-height: 1.8em;
  top: 18%;
  left: 16%;
}

#recommend .recommend_worry{
  background-image: url("../img/bg_recommend_worry.jpg");
  background-color:rgba(255,255,255,0.2);
  background-blend-mode:lighten;
  margin-top: -150px;
}

#recommend .recommend_worry img{
  width: 65%;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 60px;
}

#recommend .arrow img{
  width: 20% !important;
  margin-top: -30px !important;
  padding-bottom: 20px;
}

#recommend .recommend_worry p{
  color:#5b5b5b;
  text-align: center;
  font-size: 40px;
  padding-bottom: 30px;
}

#recommend .recommend_worry span{
  font-weight: bold;
}

#recommend .txt_pink{
  font-weight: bold;
  color: #ed7790 !important;
  font-size: 52px;
}

#recommend .recommend_reason{
  width: 100%;
  margin: 0 auto;
}

#recommend .recommend_reason p{
  text-align: center;
  margin-top: 20px;
}

#recommend .recommend_reason img{
  width: 60%;
  margin: 30px;
  padding-bottom: 50px;
}

#recommend .recommend_reason_catch{
  width:100%;
  background-image: url("../img/bg_recommend_reason.jpg");
  background-size: contain;
  background-repeat:no-repeat;
}

/*--------------------------------------
こんな方におすすめ_メディアクエリ
---------------------------------------*/
@media screen and (max-width: 1200px) {
  #recommend .recommend_concept h3{
    width: 75%;
  }
  }

@media screen and (max-width: 992px) {
  #recommend h2{
    width: 75%;
    margin: 0 auto;
    margin-top: -5px;
  }

  #recommend .recommend_check{
    width: 85%;
  }

  #recommend .recommend_catch p{
    width: 75%;
    color:#897445;
  }

  #recommend .img_recommendcatch img{
    width: 75%;
    margin: 0 auto;
    border: 0px solid;
  }
  #recommend .recommend_concept{
    width: 100%;
    position: relative;
  }

  #recommend .recommend_concept h3{
    width: 75%;
    color:#897445;
    font-size: 36px !important;
    font-weight: 200;
    position: absolute;
    line-height: 1.4em !important;
    top: 13% !important;
    left: 13% !important;
  }
  #recommend .recommend_reason img{
    width: 70%;
  }
  }

@media screen and (max-width: 768px) {
  #recommend h2{
    width: 80%;
    margin: 0 auto;
    margin-top: -5px;
  }

  #recommend .recommend_check{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding:0px 0px 10px 10px;
  }

  #recommend .recommend_catch img{
    width: 40%;
    margin: 10px auto;
  }

  #recommend .recommend_catch p{
    width: 80%;
    font-size: 30px;
  }

  #recommend .img_recommendcatch img{
    width: 80%;
    margin: 0 auto;
    border: 0px solid;
  }
  #recommend .recommend_concept h3{
    width: 85%;
    color:#897445;
    font-size: 30px !important;
    font-weight: 200;
    position: absolute;
    line-height: 1.5em !important;
    top: 13% !important;
    left: 13% !important;
  }
  #recommend .recommend_worry img{
    width: 90%;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  #recommend .arrow img{
    width: 40% !important;
    margin-top: -30px !important;
    padding-bottom: 20px;
  }

  #recommend .recommend_worry p{
    color:#5b5b5b;
    text-align: center;
    font-size: 28px;
    padding-bottom: 20px;
  }

  #recommend .txt_pink{
    font-weight: bold;
    color: #ed7790 !important;
    font-size: 30px;
  }
  #recommend .recommend_reason img{
    width: 80%;
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 576px) {

  #recommend .recommend_ttl img{
    border-bottom: 10px solid #fff;
  }

  #recommend h2{
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    margin-top: -5px;
  }

  #recommend .recommend_catch {
    display: none;
  }

  #recommend .recommend_catch_sp{
    display: block;
    width: 100%;
  }

  /* #recommend .recommend_catch p{
    width: 90%;
    font-size: 21px;
  }

  #recommend .img_recommendcatch img{
    width: 90%;
    margin: 0 auto;
    border: 0px solid;
  } */
  #recommend .recommend_concept h3{
    width: 90%;
    color:#897445;
    font-size: 20px !important;
    line-height: 1.2em !important;
    top: 13% !important;
    left: 8% !important;
  }
  #recommend .recommend_reason img{
    width: 90%;
    padding-bottom: 0px;
    margin: 0px;
    margin-bottom: 0px;
  }
  #recommend .txt_pink{
    font-size: 22px;
  }
  #recommend .recommend_worry{
    margin-top: -100px;
  }
  #recommend .recommend_worry p{
    font-size: 21px;
    padding-bottom: 40px;
  }

  #recommend .recommend_worry img{
    width: 90%;
    margin: 0 auto;
    padding-top: 105px;
    padding-bottom: 10px;
  }

}

/*--------------------------------------
リトミックの経験なくても大丈夫？
---------------------------------------*/
#worry{
  background-color: #f4f4f4;
  text-align: center;
}

#worry img{
  width: 60%;
  padding: 50px;
}
/*--------------------------------------
リトミックの経験なくても大丈夫？_メディアクエリ
---------------------------------------*/
@media screen and (max-width: 992px) {
  #worry img{
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #worry img{
    width: 95%;
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  #worry img{
    width: 100%;
  }
}

/*--------------------------------------
どれみフレンズ
---------------------------------------*/
#about_doremi{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#about_doremi img{
  width: 60%;
  padding-top: 50px;
  padding-bottom: 0px;
}

/*--------------------------------------
どれみフレンズ_メディアクエリ
---------------------------------------*/
@media screen and (max-width: 992px) {
#about_doremi img{
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
#about_doremi img{
    width: 95%;
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
#about_doremi img{
    width: 100%;
  }
}

/*--------------------------------------
動画に関して
---------------------------------------*/
#about_movie{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#about_movie .about_movie_benefit{
  background-color: #fef5f8;
}

#about_movie .about_movie_benefit img{
  width: 60%;
}

/*--------------------------------------
動画に関して_メディアクエリ
---------------------------------------*/
@media screen and (max-width: 992px) {
#about_movie .about_movie_benefit img{
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
#about_movie .about_movie_benefit img{
    width: 95%;
    padding: 0px;
  }
}

@media screen and (max-width: 576px) {
#about_movie .about_movie_benefit img{
    width: 100%;
  }
}
/*--------------------------------------
開発者プロフィール
---------------------------------------*/
#profile{
  width:100%;
  background-image: url("../img/bg_profile.jpg");
  text-align: center;
}

#profile h2{
  width: 70%;
  padding-top: 20px;
  margin: 0 auto;
}

#profile .box_prof{
  background-color: #fff;
  margin: 20px auto;
  width: 65%;
}

#profile .box_prof img{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#profile .box_prof p {
    font-size: 30px;
    margin: 50px auto;
    line-height: 2em;
}

/*--------------------------------------
開発者プロフィール_メディアクエリ
---------------------------------------*/
@media screen and (max-width: 992px) {
  #profile img{
    width: 100% !important;
    padding-top: 15px;
  }
  #profile .box_prof{
    width: 80%;
  }
  #profile .box_prof p {
      font-size: 26px;
      margin: 30px auto;
      line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #profile .box_prof{
    width: 90%;
  }
  #profile .box_prof p {
      font-size: 22px;
      margin: 30px auto;
      line-height: 1.6em;
  }
}

@media screen and (max-width: 576px) {
  #profile .box_prof{
    width: 100%;
  }
  #profile h2 {
width: 95%;
padding-top: 0px;
margin: 0 auto;
}
  #profile .box_prof p {
      font-size: 20px;
      margin: 20px auto;
  }
  #profile .box_prof img {
margin-top: 0px;
}
}


/*--------------------------------------
文章装飾
---------------------------------------*/
.line_yellow{
  background: linear-gradient(transparent 50%, #fff799 0%);
  font-weight: bold;
  border-radius:6px;
}

.pink_bold{
  font-weight: bold;
  color: #ed7790 !important;
}

.deep_pink{
  color: #ea2f56 !important;
}
/*--------------------------------------
フッター
---------------------------------------*/

#foot {
    width: 70%;
    font-size: 17px;
    line-height: 27px;
    color: #1F1F1F;
    text-align: center;
    padding-top: 12px;
    margin: 0px auto 30px;
    overflow: hidden;
    display: block;
}



/*--------------------------------------
footer
---------------------------------------*/
#footer{
  margin-top: 0px;
  padding: 30px;
  text-align: center;
}

#footer p{
font-size: 20px;
text-align: center;
padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #footer p{
  font-size: 14px;
  }
}

@media screen and (max-width: 576px) {

}
