.header_all,
#navArea,
#footer_contact,
#footer {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #eef3e1;
}

p {
  margin: initial;
}


ul {
  padding: 0;
}

li {
  list-style-type: none;
}

.br_sp{
  display: none;
}


.contents-wrapper {
  background-color: #eef3e1;
}

.section-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  background-color: #ffffff;
  box-shadow: 0 0 18px #d9d9d9;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #909090;
  padding-bottom: 20px;
}

.copyright a {
  text-align: center;
  font-size: 12px;
  color: #909090;
}

.t_orange{
  color:#eaaf22;
  
}


/** -----------------------------------
    js
-------------------------------------**/
.fadein, .fadein-2, .fadein-3, .fadein-4{
  opacity : 0;
  transform : translate(0, 0px);
  transition : all 900ms;
}

.fadein-2 {
  transition-delay: 200ms;
}

.fadein-3 {
  transition-delay: 400ms;
}

.fadein-4 {
  transition-delay: 600ms;
}

.fadein.scrollin, .fadein-2.scrollin, .fadein-3.scrollin, .fadein-4.scrollin{
  opacity : 1;
  transform : translate(0, 0);
}
/** -----------------------------------
    フォント関連
-------------------------------------**/

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
  
.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



/** -----------------------------------
    共通
-------------------------------------**/

.mdsp_h3 {
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
}

.mdsp_c {
  font-size: 20px;
  letter-spacing: 2px;
  color: #b7d0b2;
  text-align: center;
}

h3, p{
  color: #666666;
  font-weight: 400;
  letter-spacing: 2px;
}

/** -----------------------------------
    kv
-------------------------------------**/
#kv{
position: relative;}


#kv img{
  display: flex;
}



.sp-on {
  display: none;
}

.pp{
  position: absolute;
  right: 20px;
  bottom: -60px;
  width: 17%;
}

@media screen and (max-width: 700px) {
  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }

  .pp {
    right: 10px;
    bottom: -65px;
    width: 27vw;
}
}

/** -----------------------------------
    3大特典（LINE登録プレゼント）
-------------------------------------**/

#tokuten {
  background-color: #f9f7ee;
  margin: 0px auto;
  padding-bottom: 100px;
}

.tokuten_title {
  padding-top: 6em;
}

.tokuten_title h3{
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #555;
  line-height: 2;
}


.tokuten_title img{
  width: 65%;
  margin: 0px auto;
  display: flex;
}



.present_flex {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}

.present_box {
  text-align: center;
  margin: 20px auto;
  align-content: center;
}

.line_button {
  margin: 16px auto 0;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 50px;
  width: 70%;
  height: 40px;
  background-color: #c5b5a2;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.line_button:hover {
  background-position: 99% 50%;
  transform: scale(1.01, 1.01);
  background-color: #b7d0b2;
}


/** -----------------------------------
    こんなお悩みありませんか
-------------------------------------**/


#s_problem {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f0eb;
  margin: 0 auto;
  text-align: center;
}

#s_problem img {
  text-align: center;
  width: 80%;
}

#s_problem h3 {
  margin: 0 auto;
}



#common{
  position: relative;
}

.arrow{
  height: 150px;
  position: absolute;
  right: 0;
  top: -40px;
  left: 0;
  margin: 0 auto;
}

.loop {
  width: 80%;
  margin: 0 auto;
  padding-top: 150px;

}

.loop h3 {
  font-size: 30px;
  letter-spacing: 4px;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  font-family: serif;
  line-height: 2;
  margin-bottom: 120px;

}

.loop p{
  text-align: center;
}

.loop span{
  color: #b8d8ad;
  font-size: 150%;
  letter-spacing: 4px;
}


.loop .small{
  color: #b8d8ad;
  font-size: 40%;

}

.loop img{
  display: block;
  width: 90%;
  margin: 0px auto;
  padding-top: 50px;
  text-align: center;
}


.loop_under{
  position: relative;
  padding-bottom: 100px;
}

.loop_under p{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.loop_under img{
  height: 75px;
  position: absolute;
  right: 0;
  top: 120px;
  left: 0;
  margin: 0 auto;
}

/** -----------------------------------
   概要説明
-------------------------------------**/

#about_p {
  margin: 50px auto 0;
  padding: 50px 0;

}

.about_p_inner {
  width: 90%;
  background: #ffffff;
  margin: 30px auto;
}

#about_p .smpmedium {
  letter-spacing: 2px;
}

#about_p .smplarge {
  font-size: 30px !important;
  font-weight: bold;
  letter-spacing: 2px;
}

.smpmedium {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.smplarge {
  font-size: 22px !important;
  text-align: center;
  margin: 0 auto;
}

.about_p_ex p {
  text-align: center;
  margin: 30px auto 60px;
}

.about_p_ex img {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-left: 10px;
}


/** -----------------------------------
   こんな方におすすめ
-------------------------------------**/


#foryou .onayami {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 #e2e2e2;
  padding: 100px 50px 50px;
  width: 70%;
  margin: 0px auto 70px;
  border-radius: 20px;
}

#foryou .onayami h3{
  margin-bottom: 50px;
}

#foryou .onayami ul {
  width: 80%;
  margin: auto;
  position: relative;
}

#foryou .onayami li {
  list-style: none;
  background: url(../images/lp/chmark.webp);
  line-height: 2em;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 30px;
  padding-left: 45px;
  margin-bottom: 28px;
  letter-spacing: 2px;
}

#foryou .onayami img {
  position: absolute;
  width: 180px;
  bottom: -100px;
  right: 0px;
}

.for_under{
  position: relative;
  padding-bottom: 130px;
}



.for_under img{
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 40%;
}


/** -----------------------------------
    メッセージ１
-------------------------------------**/

#message01{
  background: url(../images/lp/message_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.message_flex{
  display: flex;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}

.message_flex_img{
  width: 50%;
  flex: 1;
  z-index: 1;
}

.message_flex_text{
  flex: 1;
  z-index: 2;
}

.message_flex_text p{
  font-family: serif;
  letter-spacing: 3px;
  font-size: 18px;
  text-align: center;
}

.messages_s{
  width: 70%;
  margin: 80px auto 0; 
  letter-spacing: 2px;
}


/** -----------------------------------
  プロフィール
-------------------------------------**/

#s_profile {
  margin: 0px auto;
}
.profiles_inner {
  width:72%;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 50px;
}

.profiles_tx{
  margin-bottom: 100px;
}

.profiles_tx p {
  font-size: 14px;
  padding: 15px;
  line-height: 2.4;
}

.profiles_img {
  width: 65%;
  text-align: center;
  margin: 32px auto;
}

.profiles_tx_name{
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.profiles_tx_name p{
  text-align: center;
}

.katagaki {
  font-size: 17px;
  font-weight: bold;
}

.t_name {
  font-size: 24px;
  font-weight: bold;
  color: #e2a27e;
}

.t_roma {
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 2px;
  color: #e2a27e;
  padding-left: 1em;
}
.profiles_under{
  position: relative;
  padding-bottom: 130px;
}



.profiles_under img{
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 55%;
}


/** -----------------------------------
    メッセージ（最後に）
-------------------------------------**/

#message_s {
  margin: 100px auto 40px;
  padding-bottom: 50px;
}

.last_msg {
  width: 62%;
  margin: 70px auto;
}

.last_msg p {
  font-size: 15px;
  letter-spacing: 1.8px;
}

.last_msg img {
  width: 30%;
  padding-top: 45px;
  display: block;
  margin-left: auto;
}



/** -----------------------------------
    responsive
-------------------------------------**/
@media screen and (max-width: 890px) {

  p {
    font-size: 15px;
  }


  .about_p_ex img {
    padding-right: 0px;
}

#s_problem .onayami img {
  position: absolute;
  width: 150px;
  bottom: -40px;
}


.about_p_ex img {
  width: 85%;
}


.message_flex_text p {
  font-size: 22px;
}

}

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


/** ---------------------
    スマホ｜共通
---------------------**/

  .br_sp{
    display: block;
  }

  .br_pc{
    display: none;
  }

  /** ---------------------
    スマホ｜特典プレゼント
---------------------**/

  .tokuten_title img {
    padding-right: 0px;
    width: 90%;
    margin-top: 50px;
  }

  .tokuten_title h3 {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 50px;
}
.present03 {
  margin: 0px auto 45px;
}

.present_box_flex {
  display: block;

}

.present_box_img {
  display: inline-block;
}


.tokuten_title {
  display: block;
  padding-top: 28px;
  padding-bottom: 20px;
}


.t_text {
  width: 90%;
}

.present_flex {
  display: block;
  width: 85%;
}

.present_box {
  height: inherit;
  padding-top: 0;
  margin: 0px auto;
  padding-bottom: 0;
  width: 80%;
}

.present_box_img img {
  width: 80%;
  max-height: 268px;
}

.present_box_text {
  padding-left: 0;
}

.present_box_text h4 {
  margin: 20px auto;
  text-align: center;
}

.line_button {
  line-height: 2;
  font-size: 14px;
  width: 86%;
  height: 28px;
}

/** ---------------------
    スマホ｜こんなお悩み
---------------------**/

#s_problem img {
  text-align: center;
  width: 98%;
}

.arrow {
  height: 100px;
}

#common h3 {
  width: 95%;
  padding-top: 100px;
  font-size: 16px;
}

.common_p {
  width: 90%;
  padding-bottom: 50px;
}


.loop {
  width: 95%;
  padding-top: 50px;
}

.loop img {
  width: 100%;

}

.loop span {
  padding: 0px 5px 75px;
}

/** ---------------------
    スマホ｜about
---------------------**/

.about_p_inner {
  width: 100%;
}

.mdsp_c img {
  width: 65%;
}

.mdsp_h3 {
  font-size: 18px;
}

#about_p .smplarge {
  font-size: 24px !important;
}

.mdsp_c {
  font-size: 13px;
}

.about_p_ex img {
  width: 97%;
}

.about_p_ex p {
  text-align: left;
  width: 90%;
}

.aboutbresto_q {
  width: 90%;
  margin: 50px auto;
}

.aboutbresto_a {
  width: 100%;
}

.smpmedium {
  font-size: 12px;
}



/** ---------------------
  スマホ｜こんな人におすすめ
---------------------**/

#foryou {
  padding: 0px 0 40px;
}

#foryou .onayami {
  padding: 50px 0px 110px;
  width: 90%;
  margin-bottom: 100px;
}

#foryou .onayami ul {
  width: 92%;
}

#foryou .onayami img {
  width: 120px;
  bottom: -15px;
}

  .onayami {
    padding: initial;
    width: 100%;
}

  .onayami h5 {
    font-size: 18px !important;
}


  .onayami li {
    background-size: 20px;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .program_foryou img {
    width: 99%;
}



.for_under img {
  width: 80%;
}


#message01 {
  padding-bottom: 100px;
}
.messages p{
  font-size: 14px!important;
  width: 90%;
  margin: 0 auto;
}
.message_flex {
  display: block;
}


.message_flex_text p {
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 100;
}

.message_flex_img {
  width: 80%;
  display: flex;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

.messages_s {
  width: 90%;
  margin: 80px auto;
  letter-spacing: 2px;
}

.profiles_inner {
  width: 90%;

}

.profiles_tx_name {
  width: 90%;
}


.profiles_tx {
  margin-bottom: 70px;
}
  
.profiles_under {
  padding-bottom: 55px;
}

.profiles_under img{
  width: 80%;
}


.message_img_bottom {
  width: 100%;
}
  

  
    .last_msg {
      width: 86%;
    }
  
    .last_msg img {
      width: 45%;
    }
}

/* 
*{
  outline: #cc6236 solid 1px;
} */

.check{
  color: red;
}