#footer_lemino_5 {background: #000;
 }
	@charset "UTF-8";

	
	.spOnly {
  display: none;
}
	.none{display: none!important;}
.text-center {
  text-align: center;
}

.text-white {
  color: white;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}
	.ta_justify{text-align: justify;}
.indent li{text-indent: -1em;padding-left: 1em;}
.mt1em{margin-top: 1em;}
section#method {
    background: #e8e8e8;
    padding: 60px 0 60px;
}
section#method .inner {
    max-width: 1000px;
    margin: 0 auto;
    width: auto;
}
section#method .premium {
    width: 38%;
    margin: 50px auto 0px;
}
	
	.p_ad_txt{font-size: 12px;
    font-weight: normal;
    margin: 10px auto 40px;
    line-height: 1.3em;
    text-align: center;
    color: #000;
	display: block;
	width: 100%;}
.p_ad_txt a{color: #000!important;text-decoration: underline;}}

.footer_ic_title {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 2px #ec0140;
    text-align: center;
    margin-bottom: 45px;
    padding-bottom: 5px;
    color: #000;
    line-height: 110%;
	color:#000!important;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
     .footer_ic_title {
        font-size: 20px;
        margin-bottom: 25px;
		 color:#000;
    }
     section#method .premium {
        width: 60%;
        margin: 30px auto 0;
    }
}

/* FV CTA */
.lp_fv_cta p {
  font-size: 22px;
}

.lp_fv_cta_btn {
  display: block;
  width: min(44vw, 660px);
  margin: 0 auto;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .lp_fv_cta_btn {
    width: min(88vw, 660px);
  }

}

.lp_fv_cta_btn:hover {
  opacity: .6;
}

@media screen and (max-width: 640px) {
  .lp_fv_cta_btn {
    font-size: 19px;
  }

  .lp_fv_cta p {
    font-size: 16px;
  }

}

/* COMMON */
.only_PC {
  display: inline;
}

.only_SP {
  display: none;
}

.indent_PC {
  margin-left: min(1vw, 15px);
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

@media screen and (max-width: 768px) {

  .pc_on {
    display: none;
  }

  .sp_on {
    display: block;
  }

  .only_PC {
    display: none;
  }

  .only_SP {
    display: inline;
  }

  .indent_PC {
    margin-left: 0;
  }

  .faq_a .indent_faq_SP {
    margin-left: min(3.2vw, 24px);
    display: inline-block;
  }

}

.footer_wrapper {
  position: relative;
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", YuGothic, æ¸¸ã‚´ã‚·ãƒƒã‚¯, meiryo, ãƒ¡ã‚¤ãƒªã‚ª, "ms gothic", "ms pã‚´ã‚·ãƒƒã‚¯", osaka, sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}

.footer_wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {

  .footer_wrapper {
    font-size: 14px;
  }

}

.footer_section_ic {
  max-width: 1000px;
  margin: auto;
  padding: 1.65% 0;
  text-align: center;
}

.footer_section_ic.feature {
  padding: 3.65% 0;
}





@media screen and (max-width: 768px) {
  .footer_section_ic.feature {
    padding: 8% 0;
  }

}
.footer_faq {
  margin: auto;
  padding: 3% 2% 4%;
  text-align: center;
}

.footer_last {
  max-width: 1000px;
  margin: auto;
  padding: 3.3% 2%;
}

.footer_section_ic>*:last-child {
  margin-bottom: 0;
}
.footer_title_faq {
  margin: min(0.66666vw, 10px) 0 min(1.2vw, 18px);
  font-weight: bold;
  text-align: center;
  font-size: min(2vw, 30px);
  line-height: 1.3;
}


@media screen and (max-width: 768px) {



  .footer_title_faq {
    font-size: min(5.73333vw, 43px);
  }

  .footer_faq {
    padding: 7.5% 2% 0;
  }

  .footer_last {
    padding: 0 2% 6.6%;
  }
}

.footer_text {
  margin-bottom: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .footer_section_ic {
    padding: 4% 6%;
  }

  .footer_text {
    font-size: min(3.73333vw, 28px);
    padding-top: 4%;
  }

}

/* //COMMON */
/* FEATURE */
.footer_feature {
  background: #efefef;
  margin: 0 calc(50% - 50vw);
  max-width: none;
}

.footer_feature_img {
  margin-bottom: 10px;
}

.footer_feature_img img {
  max-width: 610px;
}

@media screen and (max-width: 768px) {

  .footer_feature {
    padding: min(8vw, 60px) 2%;
  }

  .footer_feature_img {
    padding: 0 4%;
  }

  .footer_feature_img img {
    max-width: 683px;
  }
}


.footer_wrapper .media {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .media {
    flex-direction: column-reverse;
  }
}

/* //MEDIA */
/* CTA */
.footer_cta {
  padding: 2.8% 2% 4.2%;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.footer_cta_second {
  padding: 4.8% 2%;
}

.footer_cta p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: min(2vw, 30px);
}


.footer_cta_btn {
  display: inline-block;
  width: 95%;
  max-width: 400px;
  margin: 5px auto 10px;
  padding: 15px;
  background: #d00e31;
  box-shadow: 0 5px 0 #8c0018;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  transition: all .3s;
  text-decoration: none;
}

.footer_cta_btn:visited {
  color: #fff;
}

.footer_cta_btn:hover {
  box-shadow: none;
  transform: translateY(5px);
  text-decoration: none;
  transition: all .3s;
}

@media screen and (max-width: 768px) {

  .footer_cta {
    padding: 5.5% 2% 6.8%;
  }

  .footer_cta p {
    font-size: min(4.53333vw, 34px);
    font-weight: bold;
    margin-bottom: -2%;
    line-height: min(5.73333vw, 43px);
  }

  .footer_cta_btn {
    font-size: 19px;
  }

  .footer_cta_second {
    padding: 10% 2% 7%;
  }
}

/* //CTA */

.footer_wrapper img+p {
  padding: 5px;
  background: #242424;
  color: #fff;
  font-size: .8em;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* //FREE */
/* FAQ */
.footer_wrapper .faq_section {
  text-align: left;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

.footer_wrapper .faq_list {
  max-width: 816px;
  margin: auto;
}

@media screen and (max-width: 768px) {

  .footer_wrapper .faq_list {
    max-width: 750px;
    margin-top: 5.5%;
  }
}

.footer_wrapper .faq_item {
  border-bottom: 1px solid #ced5d6;
}

.footer_wrapper .faq_q {
  padding: 2.3% 0 2.3% 6.4%;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.footer_wrapper .faq_q::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(https://lemino.docomo.ne.jp/ft/teaser/common/images/leminolp_icon_2_pc_off.png) no-repeat center center / cover;
}

.footer_wrapper .faq_q::after {
  content: 'Q.';
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}

.footer_wrapper .faq_q.is-active {
  color: #d00f31;
}

.footer_wrapper .faq_q.is-active::before {
  background: url(https://lemino.docomo.ne.jp/ft/teaser/common/images/leminolp_icon_2_pc_on.png) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {

  .footer_wrapper .faq_q {
    padding: 5% 2% 5% 12%;
  }

  .footer_wrapper .faq_q::after {
    top: min(4.66666vw, 35px);
    left: min(6.66666vw, 50px);
    transform: translateY(0);
  }

  .footer_wrapper .faq_q::before {
    width: 5.33333vw;
    height: 5.33333vw;
    max-width: 40px;
    background: url(https://lemino.docomo.ne.jp/ft/teaser/common/images/leminolp_icon_2_sp_off.png) no-repeat center center / cover;
  }

  .footer_wrapper .faq_q.is-active::before {
    width: 5.33333vw;
    height: 5.33333vw;
    max-width: 40px;
    background: url(https://lemino.docomo.ne.jp/ft/teaser/common/images/leminolp_icon_2_sp_on.png) no-repeat center center / cover;
  }
}

.footer_wrapper .faq_a {
  padding: 0 0 2.3% 6.4%;
  position: relative;
}

.footer_wrapper .faq_a::before {
  content: 'A.';
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 4%;
}

.footer_wrapper .faq_a a,
.footer_wrapper .faq_a a:visited {
  color: #000;
}

.footer_wrapper .faq_a a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .footer_wrapper .faq_a {
    padding: 0 2% 5% 12%;
    position: relative;
  }

  .footer_wrapper .faq_a::before {
    left: min(6.66666vw, 50px);
  }
  
  .footer_wrapper .faq_section {
    font-size: min(3.33333vw, 25px);
  }
}

/* //FAQ */


.mb-5 {
  margin-bottom: 5px !important;
}

.mt-30 {
  margin-top: 30px;
}

/* //ANNOTATION */
/* FOOTER */
	.page_footer{background: #000;
  color: #fff;padding-bottom: 150px;}
	
.footer_wrapper .page_footer {
  background: #000;
  color: #fff;
	padding-bottom: 150px;
}

.footer_wrapper .page_footer .footer_text a {
  text-decoration: underline;
  transition: opacity .2s;
}

.footer_wrapper .page_footer a,
.footer_wrapper .page_footer a:visited {
  color: #fff;
}

.footer_wrapper .page_footer a:not(.footer_cta_btn):hover {
  opacity: .7;
  transition: opacity .2s;
}

.footer_wrapper .footer_inner {
  width: 98%;
  text-align: left;
  font-size: 10px;
}

.footer_wrapper .footer_inner .footer_cta {
  padding-top: 0;
}

.footer_wrapper .footer_text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.25em;
}

.footer_wrapper .footer_text span {
  font-weight: bold;
  font-size: 1.5em;
}

.footer_last .footer_text_bottom {
  font-size: min(0.86666vw, 13px);
  padding: min(1vw, 15px) min(1.33333vw, 20px);
  letter-spacing: 1px;
  margin-bottom: min(2.66666vw, 40px);
}

.footer_last .footer_text_bottom_second {
  font-size: min(0.86666vw, 13px);
  line-height: 1.6;
}

.footer_last .footer_text_bottom_second.mt {
  padding-top: 2.6%;
}

@media screen and (max-width: 768px) {

  .footer_last .footer_text_bottom {
    margin-bottom: min(1.33333vw, 10px);
  }

  .footer_last .footer_text_bottom_second {
    font-size: min(2.9vw, 14px);
  }

  .footer_last .footer_text_bottom_second.mt {
    padding-top: 7.1%;
    line-height: 1.47;
  }
}


@media screen and (max-width: 768px) {
  .footer_wrapper .footer_text {
    font-size: 18px;
  }

  .footer_text_bottom {
    /* font-size: 12px; */
    font-size: min(2.66666vw, 20px);
    line-height: 1.6;
  }

  .footer_text_second_ic {
    padding-top: 1.5%;
    font-size: min(2.93333vw, 22px);
  }
}


img {
  max-width: 100%;
}


@media screen and (max-width: 768px) {

  .footer_text_span {
    font-size: min(2.53333vw, 19px);
  }

  .mt4 {
    margin-top: 4%;
  }

  .mb0_4 {
    margin-bottom: 0.4%;
  }

  .pb8 {
    padding-bottom: 8%;
  }
}
	
	
	
	
	.opacity:hover {
  opacity: .6;
  transition: .3s;
}
.footer_ic_title {
  font-size: 40px;
  font-weight: bold;
  border-bottom: solid 2px #ec0140;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 5px;
	color: #000!important;
}

#js-lp-cta-fixed {
  display: none;
  margin: 0;
}

.inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1100px;
}

.premium {
  width: 38%;
  margin: 50px auto 40px;
}

/* ==========================================================================
btn
========================================================================== */

.footer_wrapper {
 overflow: hidden;
}

@keyframes shake {
  0%, 100% {
    transform: translateY(-50%) translateX(-5px);
  }
  50% {
    transform: translateY(-50%) translateX(5px);
  }
}

@keyframes pop {
  0% {
    transform: translateX(-50%) scale(0.8);
  }
  50% {
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

/* ==========================================================================
section
========================================================================== */
section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#method .inner{
  max-width: 1000px;
  margin: 0 auto;
  width: auto;
}
section#method {
  background: #e8e8e8;
  padding: 40px 0 80px;
}


@media screen and (max-width: 812px) {
  body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-text-size-adjust: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }


  .footer_ic_title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  
  
  .premium {
    width: 60%;
    margin: 30px auto;
  }

  .inner {
    width: 100%;
  }
 
 section#method .inner{
    padding: 0 5%;;
  }
  @keyframes shake {
    0%, 100% {
      transform: translateY(-50%) translateX(-4px);
    }
    50% {
      transform: translateY(-50%) translateX(4px);
    }
  }