@charset "UTF-8";
/* CSS Document */
/*max750pxまで_以降はbackgroudにグラデ*/
.content {
  background-color: #FFF;
  max-width: 600px;
  margin: 0 auto;
}
.seoction_top {
  width: 100%;
}
.section_top_mv {
  background-color: #fff9f0;
  padding-bottom: 36px;
}
.section_top_mv h1 img {
  width: 100%;
}
/*mv下のbtn*/
.button_solid {
  text-align: center;
  padding: 0 20px;
}
.button_solid p {
    margin-bottom: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    color: #3a3c78;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.button_solid p:before, .button_solid p:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #3a3c78;
    content: "";
}
.button_solid p:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.button_solid p:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
/*赤いbtn*/
.button_solid a{
    background: linear-gradient(45deg,#ff8a60 0%,#ff5abc 50%,#c06be3 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 590px;
    padding: 20px 26px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.2em;
    font-size: 1.9rem;
    font-weight: 600;
    box-shadow: 5px 5px 0 #cd5368;
    border-radius: 50px;
    text-decoration: none;
}
.button_solid a:hover{
  background-color: #d6425b;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}
.button_solid a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    transform: translateY(-50%);
}
.button_solid_2 {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media(min-width: 426px){
  .button_solid a {
    font-size: 2.1rem;
  }
}
/*ここからプレゼントの内容*/
.section_present {
  margin-bottom: 40px;
}
.section_present .section_present_3days {
  margin-bottom: 38px; 
}
.section_present_3days img {
  width: 100%;
  height: auto;
}
.section_present_detail img {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.section_present_detail img:last-child {
  margin-bottom: 0px;
}
/*@media(min-width: 426px){
  .section_present_3days {
   padding: 0 40px!important;
 }
}*/
/*こんなお悩みありませんか？*/
.section_worries {
  margin-bottom: 40px;
  background-color: #fff9f0;
}
.section_worries h2 {
  width: 100%;
}
.section_worries h2 img {
  width: 100%;
}
@media(min-width: 426px){
  .section_worries h2 {
    font-size: 2.8rem;
  }
  .section_worries_line {
  width: 380px;
 }
  .section_worries_list {
  width: 80%;
}
}
/*今すぐ解決*/
.section_features {
  margin-bottom: 60px;
}
.section_features h2 p {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.section_features h2 img {
  display: inline-block;
  width: 180px;
  margin-bottom: 48px;
}
.section_features_detail {
  padding: 0 20px;
}
.section_features_detail img {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}
.section_features_detail_sentence {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: left;
  padding-bottom: 20px;
}
.sentence_bold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: left;
  padding-bottom: 46px;
}
.sentence_bold:last-child {
  padding-bottom: 0px;
}
@media(min-width: 426px){
  .section_features h2 p {
  font-size: 2.8rem;
  }
  .section_features h2 img {
  width: 260px;
  }
  .section_features_detail {
    padding: 0 40px;
  }
  .section_features_detail_sentence, .sentence_bold {
    font-size: 2.2rem;
    line-height: 1.4;
  } 
}
/*お客様の声*/
.section_voice {
  background-color: #fff9f0;
  padding: 0px 30px 34px;
}
.section_voice h2 img {
  width: 100%;
  margin-top: -18px;
}
.section_voice01, .section_voice02, .section_voice03 {
  padding-top: 58px;
}
.section_voice_name {
  font-size: 2.0rem;
  text-align: left;
  padding-bottom: 26px;
}
.section_voice_name span {
  font-size: 1.7rem;
}
.speech-bubble01 {
  display: inline-block;
  width: 250px;
  margin-bottom: 14px;
}
.speech-bubble02, .speech-bubble03 {
  display: inline-block;
  width: 310px;
  margin-bottom: 14px;
}
.voice01-pic, .before-after {
  width: 100%;
}
.voice-sentence01, .voice-sentence02, .voice-sentence03 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  text-align: left;
  padding: 21px 0;
  line-height: 1.6;
}
.voice-sentence02, .voice-sentence03 {
  padding-top: 0px;
}
@media(min-width: 426px){
  .section_voice {
  padding: 0px 40px 34px;
}
  .section_voice_name {
  font-size: 2.4rem;
 }
  .voice-sentence01, .voice-sentence02, .voice-sentence03 {
   font-size: 1.9rem;
  }
  .speech-bubble01 {
    width: 340px;
  }
  .speech-bubble02, .speech-bubble03 {
    width: 410px;
  }
}
/*プロフィール*/
.section_profile {
  background-color: #f7f7f7;
  padding: 34px 20px 50px;
}
.profile-word {
  display: inline-block;
  width: 140px;
}
.section_profile h2 {
  font-size: 1.9rem;
  padding: 8px 0 44px;
}
.profile-pic {
  width: 68%;
}
.section_profile_name {
  font-size: 1.9rem;
  padding-top: 10px;
}
.section_profile_sentence {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  text-align: left;
  padding-top: 20px;
  line-height: 1.6;
}
@media(min-width: 426px){
.section_profile {
  padding: 34px 40px 50px;
 }
}
.section_message {
  padding: 50px 20px;
}
.section_message h2 {
  color: #d6425b;
  font-size: 2.0rem;
  padding-bottom: 30px;
}
.section_message_sevtevce {
 font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  padding-top: 20px;
  line-height: 1.6; 
}
.section_message img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding-top: 28px;
  padding-bottom: 10px;
}
.exclusive {
  text-align: center;
  background-color: #c2a781;
  color: #FFF;
  padding: 2px 0;
  margin: 0 5.4% 14px;
}
@media(min-width: 426px){
 .section_message {
  padding: 50px 40px;
 }
}
.section_message h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}
/*最後のbtn*/
.button_last {
  text-align: center;
}
.button_last a{
  background: linear-gradient(45deg,#ff8a60 0%,#ff5abc 50%,#c06be3 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 590px;
    padding: 20px 26px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.2em;
    font-size: 1.9rem;
    font-weight: 600;
    box-shadow: 5px 5px 0 #cd5368;
    border-radius: 50px;
    text-decoration: none;
}
.button_last a:hover{
  background-color: #d6425b;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}
.button_last a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s ease-in-out;
    transform: translateY(-50%);
}
@media(min-width: 426px){
  .button_last a {
    font-size: 2.1rem;
  }
}
/*フッター*/
.footer {
  width: 100%;
  background-color: #acacac;
  height: 66px;
}
.copyright {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  padding-top: 20px;
}