@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff !important;
}

.lp_container {
  position: relative;
  color: #1e1e1e;
  /* ゴシック体 */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /* 游明朝体 */
}
.lp_container * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.lp_container .font_mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp_container a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.lp_container ul, .lp_container ol, .lp_container li, .lp_container dl, .lp_container dt, .lp_container dd {
  display: block;
  list-style: none;
}
.lp_container img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
  line-height: 1px;
  border: none;
}
.lp_container *,
.lp_container *::before,
.lp_container *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp_container .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.lp_container .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_container .bold {
  font-weight: bold;
}
.lp_container .lp_inner {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_inner {
    max-width: 750px;
  }
}
.lp_container .lp_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px rgba(29, 29, 29, 0.3);
          box-shadow: 0px 5px 10px rgba(29, 29, 29, 0.3);
}
@media screen and (min-width: 768px) {
  .lp_container .lp_header {
    min-height: 30px;
  }
}
@media screen and (max-width: 374px) {
  .lp_container .lp_header {
    min-height: 34px;
  }
}
.lp_container .lp_header .lp_inner {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_header .lp_inner {
    max-width: 1000px;
  }
}
.lp_container .lp_header .header_logo {
  float: left;
  display: block;
  width: 143px;
  margin: 4px 0 4px 5px;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_header .header_logo {
    width: 196px;
    margin: 8px 0 8px 10px;
  }
}
@media screen and (max-width: 374px) {
  .lp_container .lp_header .header_logo {
    width: 122px;
  }
}
.lp_container .lp_header .header_logo img {
  width: 143px;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_header .header_logo img {
    width: 196px;
    height: 44px;
  }
}
@media screen and (max-width: 374px) {
  .lp_container .lp_header .header_logo img {
    width: 122px;
    height: 27px;
  }
}
.lp_container .lp_header a.header_btn_line {
  float: right;
  display: block;
  width: 170px;
  margin: 4px 5px 4px 0;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_header a.header_btn_line {
    width: 256px;
    margin: 6px 5px 6px 0;
  }
}
@media screen and (max-width: 374px) {
  .lp_container .lp_header a.header_btn_line {
    width: 144px;
  }
}
.lp_container .lp_header a.header_btn_line img {
  width: 170px;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_header a.header_btn_line img {
    width: 256px;
    height: 48px;
  }
}
@media screen and (max-width: 374px) {
  .lp_container .lp_header a.header_btn_line img {
    width: 144px;
    height: 26px;
  }
}
.lp_container .lp_bg_color {
  background-color: #f3eef5;
}
.lp_container .lp_fv .lp_inner {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_fv .lp_inner {
    max-width: 1000px;
  }
}
.lp_container .lp_fv .fv_top {
  padding-top: 50px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_fv .fv_top {
    padding-top: 0;
  }
}
.lp_container .lp_fv .fv_bottom {
  background: #f3eef5 url(../../img/plasmafacial/fv_2_bg.png) repeat-x left top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_fv .fv_bottom {
    background-image: none;
    background-color: #f3eef5;
    padding-bottom: 28px;
  }
}
.lp_container .lp_cta {
  background-color: #f3eef5;
}
@media screen and (min-width: 768px) {
  .lp_container .lp_cta .lp_inner {
    max-width: 750px;
    margin: 0 auto;
  }
}
.lp_container .lp_cta.cta_bottom {
  background-color: #fff;
  margin-bottom: 25px;
}
.lp_container .lp_cta .cta_inner {
  background: url(../../img/plasmafacial/cta_bg.png) repeat-y center top;
  background-size: 100% auto;
}
@media screen and (max-width: 374px) {
  .lp_container .lp_cta .cta_inner {
    background-size: 320px auto;
  }
}
.lp_container .lp_cta a.cta_btn_line {
  display: block;
  margin: 0 auto 13px auto;
}
.lp_container .lp_cta a.cta_btn_line img {
  width: 307px;
  height: 82px;
}
@media screen and (max-width: 374px) {
  .lp_container .lp_cta a.cta_btn_line img {
    width: 262px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .lp_cta a.cta_btn_line img {
    width: 100%;
    max-width: 614px;
    height: auto;
  }
}
.lp_container .lp_cta a.cta_btn_tel {
  display: block;
  margin: 0 auto;
}
.lp_container .lp_cta a.cta_btn_tel img {
  width: 243px;
  height: 52px;
}
@media screen and (max-width: 374px) {
  .lp_container .lp_cta a.cta_btn_tel img {
    width: 208px;
    height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .lp_cta a.cta_btn_tel img {
    width: 100%;
    max-width: 484px;
    height: auto;
  }
}
.lp_container .cont_repeat .lp_txt {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 9px;
}
.lp_container .cont_ba {
  max-width: 375px;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-top: 47px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba {
    max-width: 750px;
    padding-top: 94px;
  }
}
.lp_container .cont_ba .lp_inner {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .lp_inner {
    max-width: 750px;
  }
}
.lp_container .cont_ba .ba_inner {
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .ba_inner {
    margin: 0 30px;
  }
}
.lp_container .cont_ba .cont_ba_lead img {
  width: 345px;
  height: 42px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_ba .cont_ba_lead img {
    width: 320px;
    height: 39px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .cont_ba_lead img {
    width: 100%;
    max-width: 710px;
    height: auto;
  }
}
.lp_container .cont_ba .cont_ba_ttl_1 {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  padding: 18px 0 25px 0;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_ba .cont_ba_ttl_1 {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .cont_ba_ttl_1 {
    font-size: 40px;
    padding: 36px 0 50px 0;
  }
}
.lp_container .cont_ba .cont_ba_ttl_2 {
  font-size: 39px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_ba .cont_ba_ttl_2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .cont_ba_ttl_2 {
    font-size: 78px;
    padding: 0 0 50px 0;
  }
}
.lp_container .cont_ba .cont_ba_headline {
  min-height: 24px;
  font-size: 18px;
  padding: 3px 0 3px 19px;
  background: url(../../img/plasmafacial/cont_before_after_h_border.png) repeat-y left top;
  background-size: 10px auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .cont_ba_headline {
    min-height: 48px;
    font-size: 36px;
    padding: 6px 0 6px 38px;
    background-size: 20px auto;
  }
}
.lp_container .cont_ba .cont_ba_icon {
  text-align: center;
  margin: 0 auto;
  padding: 12px 0 8px 0;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .cont_ba_icon {
    padding: 24px 0 16px 0;
  }
}
.lp_container .cont_ba .cont_ba_icon img {
  width: 242px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .cont_ba_icon img {
    width: 100%;
    max-width: 485px;
    height: auto;
  }
}
.lp_container .cont_ba .flex_box {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .flex_box {
    margin-bottom: 86px;
  }
}
.lp_container .cont_ba .flex_box .before_img {
  width: 165px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_ba .flex_box .before_img {
    width: 141px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .flex_box .before_img {
    width: 50%;
    max-width: 330px;
  }
}
.lp_container .cont_ba .flex_box .after_img {
  width: 165px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_ba .flex_box .after_img {
    width: 141px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_ba .flex_box .after_img {
    width: 50%;
    max-width: 330px;
  }
}
.lp_container .cont_ba .flex_box:last-of-type {
  margin-bottom: 0;
}
.lp_container .cont_voice {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-top: 68px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice {
    padding-top: 136px;
    padding-bottom: 50px;
  }
}
.lp_container .cont_voice .lp_inner {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .lp_inner {
    max-width: 750px;
  }
}
.lp_container .cont_voice .cont_voice_ttl_1 {
  font-size: 21px;
  text-align: center;
  line-height: 1.2;
  padding: 30px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_ttl_1 {
    font-size: 42px;
    padding: 60px 0 20px 0;
  }
}
.lp_container .cont_voice .cont_voice_ttl_2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 0 0 14px 0;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_ttl_2 {
    font-size: 80px;
    padding: 0 0 28px 0;
  }
}
.lp_container .cont_voice .cont_voice_ttl_3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  padding: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_ttl_3 {
    font-size: 24px;
    padding: 0 0 30px 0;
  }
}
.lp_container .cont_voice .cont_voice_name {
  color: #d1a8e0;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_name {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.lp_container .cont_voice .cont_voice_desc {
  line-height: 1.7;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #d1a8e0;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_desc {
    font-size: 32px;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
  }
}
.lp_container .cont_voice .cont_voice_box_block .cont_voice_box_top {
  width: 100%;
  background: url(../../img/plasmafacial/cont_voice_1_bg_top.png) no-repeat center top;
  background-size: auto 20px;
  padding-top: 20px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_voice .cont_voice_box_block .cont_voice_box_top {
    background-size: 100% auto;
    padding-top: 5%;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_box_block .cont_voice_box_top {
    background-size: auto 40px;
    padding-top: 40px;
  }
}
.lp_container .cont_voice .cont_voice_box_block .cont_voice_box_bottom {
  width: 100%;
  background: url(../../img/plasmafacial/cont_voice_1_bg_bottom.png) no-repeat center bottom;
  background-size: auto 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_voice .cont_voice_box_block .cont_voice_box_bottom {
    background-size: 100% auto;
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_box_block .cont_voice_box_bottom {
    background-size: auto 40px;
    padding-bottom: 40px;
  }
}
.lp_container .cont_voice .cont_voice_box_block .cont_voice_box_middle {
  padding: 15px 30px;
  background: url(../../img/plasmafacial/cont_voice_1_bg.png) repeat-y center top;
  background-size: auto 10px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_voice .cont_voice_box_block .cont_voice_box_middle {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_box_block .cont_voice_box_middle {
    padding: 30px 60px;
    background-size: auto 20px;
  }
}
.lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_name {
  color: #a2addf;
}
.lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_desc {
  text-decoration-color: #a2addf;
}
.lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_top {
  background: url(../../img/plasmafacial/cont_voice_2_bg_top.png) no-repeat center top;
  background-size: auto 20px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_top {
    background-size: 100% auto;
    padding-top: 5%;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_top {
    background-size: auto 40px;
  }
}
.lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_bottom {
  background: url(../../img/plasmafacial/cont_voice_2_bg_bottom.png) no-repeat center bottom;
  background-size: auto 20px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_bottom {
    background-size: 100% auto;
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_bottom {
    background-size: auto 40px;
  }
}
.lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_middle {
  background: url(../../img/plasmafacial/cont_voice_2_bg.png) repeat-y center top;
  background-size: auto 10px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_middle {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_voice .cont_voice_box_block:nth-child(even) .cont_voice_box_middle {
    background-size: auto 20px;
  }
}
.lp_container .cont_nayami {
  max-width: 100%;
  margin: 0 auto;
  background-color: #d6d6d6;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_nayami {
    max-width: 750px;
  }
}
.lp_container .cont_nayami .lp_inner {
  max-width: 100%;
  margin: 0 auto;
  background: url(../../img/plasmafacial/cont_nayami_bg.jpg) no-repeat right top;
  background-size: auto 295px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_nayami .lp_inner {
    max-width: 750px;
  }
}
@media screen and (max-width: 374px) {
  .lp_container .cont_nayami .lp_inner {
    background-size: 80% auto;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_nayami .lp_inner {
    background-size: auto 590px;
  }
}
.lp_container .cont_nayami .cont_nayami_list {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 0 15px;
  padding: 0 0 30px 45px;
  background: url(../../img/plasmafacial/cont_nayami_icon_check.png) no-repeat left top;
  background-size: 43px auto;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_nayami .cont_nayami_list {
    font-size: 15px;
    line-height: 1.6;
    padding: 0 0 30px 35px;
    background-size: 33px auto;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_nayami .cont_nayami_list {
    font-size: 32px;
    margin: 0 0 0 30px;
    padding: 0 0 60px 90px;
    background-size: 86px auto;
  }
}
.lp_container .cont_nayami .cont_nayami_list span {
  display: inline-block;
  background-color: #fce181;
}
.lp_container .cont_kaiketu {
  padding-bottom: 33px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kaiketu {
    padding-bottom: 66px;
  }
}
.lp_container .cont_kaiketu .lp_inner {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kaiketu .lp_inner {
    max-width: 750px;
  }
}
.lp_container .cont_kaiketu .cont_kaiketu_movie_ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding: 0 0 12px 0;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kaiketu .cont_kaiketu_movie_ttl {
    font-size: 28px;
    padding: 0 0 24px 0;
  }
}
.lp_container .cont_kaiketu .video {
  min-width: 241px;
  width: 57%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 56.4315%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kaiketu .video {
    width: 100%;
    max-width: 482px;
    margin-top: -75px;
  }
}
.lp_container .cont_kaiketu .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp_container .cont_plazma {
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 53px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_plazma {
    max-width: 750px;
    padding-bottom: 106px;
  }
}
.lp_container .cont_plazma .lp_inner {
  max-width: initial;
  min-height: 430px;
  margin: 0 15px;
  background: url(../../img/plasmafacial/cont_plazma_bg_1.png) repeat-y center top;
  background-size: 100% auto;
  padding-top: 22px;
  padding-left: 12px;
  padding-right: 10px;
  -webkit-box-shadow: 3px 3px 5px rgba(29, 29, 29, 0.2);
          box-shadow: 3px 3px 5px rgba(29, 29, 29, 0.2);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_plazma .lp_inner {
    min-height: 361px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .lp_container .cont_plazma .lp_inner br {
    display: block;
    content: "";
    height: 8px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_plazma .lp_inner {
    min-height: 860px;
    margin: 0 30px;
    background-size: 100% auto;
    padding-top: 44px;
    padding-left: 24px;
    padding-right: 20px;
    -webkit-box-shadow: 6px 6px 10px rgba(29, 29, 29, 0.2);
            box-shadow: 6px 6px 10px rgba(29, 29, 29, 0.2);
    font-size: 30px;
  }
}
.lp_container .cont_plazma .lp_inner img {
  margin: 0;
}
.lp_container .cont_plazma .lp_inner img.cont_plazma_r {
  display: inline-block;
  float: right;
  width: 90px;
  height: 215px;
  margin-right: -10px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_plazma .lp_inner img.cont_plazma_r {
    width: 50px;
    height: 119px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_plazma .lp_inner img.cont_plazma_r {
    width: 100%;
    max-width: 180px;
    height: auto;
  }
}
.lp_container .cont_plazma .cont_plazma_l_ttl {
  width: 190px;
  height: 40px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_plazma .cont_plazma_l_ttl {
    width: 130px;
    height: 27px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_plazma .cont_plazma_l_ttl {
    width: 100%;
    max-width: 380px;
    height: auto;
  }
}
.lp_container .cont_plazma .cont_plazma_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp_container .cont_plazma .cont_plazma_note {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_plazma .cont_plazma_note {
    font-size: 11px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_plazma .cont_plazma_note {
    font-size: 22px;
  }
}
.lp_container .cont_riyuu {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu {
    max-width: 750px;
  }
}
.lp_container .cont_riyuu .lp_inner {
  max-width: initial;
  margin: 0 15px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .lp_inner {
    margin: 0 30px;
  }
}
.lp_container .cont_riyuu .cont_riyuu_num {
  width: 105px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .cont_riyuu_num {
    width: 100%;
    max-width: 210px;
  }
}
.lp_container .cont_riyuu .cont_riyuu_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .cont_riyuu_ttl {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.lp_container .cont_riyuu .cont_riyuu_ttl span {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .cont_riyuu_ttl span {
    text-underline-offset: 14px;
    text-decoration-thickness: 4px;
  }
}
.lp_container .cont_riyuu .cont_riyuu_img {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .cont_riyuu_img {
    margin-bottom: 24px;
  }
}
.lp_container .cont_riyuu .cont_riyuu_img img {
  width: 345px;
  height: 180px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_riyuu .cont_riyuu_img img {
    width: 290px;
    height: 151px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .cont_riyuu_img img {
    width: 100%;
    max-width: 690px;
    height: auto;
  }
}
.lp_container .cont_riyuu .cont_riyuu_desc {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0 3px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .cont_riyuu_desc {
    font-size: 32px;
    margin-bottom: 60px;
    padding: 0 6px;
  }
}
.lp_container .cont_riyuu .cont_riyuu_desc:last-child {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .cont_riyuu_desc:last-child {
    margin-bottom: 70px;
  }
}
.lp_container .cont_riyuu .cont_riyuu_arrow {
  width: 115px;
  margin: 0 auto 13px auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_riyuu .cont_riyuu_arrow {
    width: 100%;
    max-width: 230px;
    margin: 0 auto 26px auto;
  }
}
.lp_container .cont_face {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_face {
    max-width: 750px;
  }
}
.lp_container .cont_face .lp_inner {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_face .lp_inner {
    max-width: 750px;
  }
}
.lp_container .cont_face .cont_face_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-size: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_face .cont_face_ttl {
    font-size: 60px;
  }
}
.lp_container .cont_face .cont_face_arrow {
  width: 115px;
  margin: 38px auto 30px auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_face .cont_face_arrow {
    width: 100%;
    margin: 76px auto 60px auto;
    max-width: 230px;
  }
}
.lp_container .cont_kayoeru {
  background-color: #f3edf4;
  padding-bottom: 40px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru {
    max-width: 750px;
  }
}
.lp_container .cont_kayoeru .lp_inner {
  max-width: 345px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .lp_inner {
    max-width: 690px;
  }
}
.lp_container .cont_kayoeru .cont_kayoeru_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2;
  font-size: 20px;
  text-align: center;
  padding: 30px 30px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .cont_kayoeru_ttl {
    font-size: 40px;
    padding: 60px 60px;
  }
}
.lp_container .cont_kayoeru .cont_kayoeru_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 18px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list {
    padding-bottom: 36px;
  }
}
.lp_container .cont_kayoeru .cont_kayoeru_list:last-child {
  padding-bottom: 0;
}
.lp_container .cont_kayoeru .cont_kayoeru_list .list_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 165px;
  min-height: 200px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list .list_item {
    width: 145px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list .list_item {
    width: 49%;
    max-width: 330px;
    min-height: 400px;
  }
}
.lp_container .cont_kayoeru .cont_kayoeru_list .list_item.list_1 {
  background: #fff url(../../img/plasmafacial/cont_kayoeru_icon_1.png) no-repeat center bottom 20px;
  background-size: 72px auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list .list_item.list_1 {
    background-position: center bottom 40px;
    background-size: 144px auto;
  }
}
.lp_container .cont_kayoeru .cont_kayoeru_list .list_item.list_2 {
  background: #fff url(../../img/plasmafacial/cont_kayoeru_icon_2.png) no-repeat center bottom 24px;
  background-size: 68px auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list .list_item.list_2 {
    background-position: center bottom 48px;
    background-size: 136px auto;
  }
}
.lp_container .cont_kayoeru .cont_kayoeru_list .list_item.list_3 {
  background: #fff url(../../img/plasmafacial/cont_kayoeru_icon_3.png) no-repeat center bottom 20px;
  background-size: 65px auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list .list_item.list_3 {
    background-position: center bottom 40px;
    background-size: 130px auto;
  }
}
.lp_container .cont_kayoeru .cont_kayoeru_list .list_item.list_4 {
  background: #fff url(../../img/plasmafacial/cont_kayoeru_icon_4.png) no-repeat center bottom 31px;
  background-size: 122px auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list .list_item.list_4 {
    background-position: center bottom 62px;
    background-size: 244px auto;
  }
}
.lp_container .cont_kayoeru .cont_kayoeru_list .list_item .list_txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 21px 10px 0 10px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list .list_item .list_txt {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_kayoeru .cont_kayoeru_list .list_item .list_txt {
    font-size: 32px;
    padding: 42px 20px 0 20px;
  }
}
.lp_container .cont_flow {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow {
    max-width: 750px;
    padding-top: 96px;
    padding-bottom: 120px;
  }
}
.lp_container .cont_flow .lp_inner {
  max-width: 345px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_flow .lp_inner {
    max-width: initial;
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .lp_inner {
    max-width: 690px;
  }
}
.lp_container .cont_flow .cont_flow_ttl_1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #d1a8e0;
  padding: 0 10px 12px 10px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_ttl_1 {
    font-size: 60px;
    padding: 0 20px 24px 20px;
  }
}
.lp_container .cont_flow .cont_flow_ttl_2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  padding: 0 10px 30px 10px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_ttl_2 {
    font-size: 60px;
    padding: 0 20px 60px 20px;
  }
}
.lp_container .cont_flow .cont_flow_list {
  display: block;
  width: 100%;
  border-radius: 10px;
  background-color: #fcf9fd;
  padding: 25px 15px 25px 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_flow .cont_flow_list {
    padding: 25px 10px 25px 10px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_list {
    padding: 50px 30px 50px 30px;
    margin-bottom: 30px;
  }
}
.lp_container .cont_flow .cont_flow_list.list_1 {
  background: #fcf9fd;
}
.lp_container .cont_flow .cont_flow_list.list_2 {
  background: #f9f3fb;
}
.lp_container .cont_flow .cont_flow_list.list_3 {
  background: #f1e3f5;
}
.lp_container .cont_flow .cont_flow_list.list_4 {
  background: #e7d2ef;
}
.lp_container .cont_flow .cont_flow_list.list_5 {
  background: #e0c5eb;
}
.lp_container .cont_flow .cont_flow_list.list_6 {
  background: #d9b7e5;
}
.lp_container .cont_flow .cont_flow_list.list_7 {
  background: #d2aae1;
}
.lp_container .cont_flow .cont_flow_list img {
  width: 100px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_list img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}
.lp_container .cont_flow .cont_flow_list:last-of-type {
  margin-bottom: 24px;
}
.lp_container .cont_flow .cont_flow_bottom img {
  width: 345px;
  height: 100px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_flow .cont_flow_bottom img {
    width: 300px;
    height: 87px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_bottom img {
    width: 100%;
    max-width: 690px;
    height: auto;
  }
}
.lp_container .cont_flow .cont_flow_list_ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_flow .cont_flow_list_ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_list_ttl {
    margin-bottom: 40px;
  }
}
.lp_container .cont_flow .cont_flow_list_ttl .ttl_num {
  line-height: 1;
  font-size: 30px;
  text-align: left;
  padding: 0 12px 0 0;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_flow .cont_flow_list_ttl .ttl_num {
    font-size: 28px;
    padding: 0 8px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_list_ttl .ttl_num {
    font-size: 62px;
    padding: 0 24px 0 0;
  }
}
.lp_container .cont_flow .cont_flow_list_ttl .ttl_desc {
  line-height: 1;
  font-size: 20px;
  text-align: left;
  padding: 0 0 4px 0;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_flow .cont_flow_list_ttl .ttl_desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_list_ttl .ttl_desc {
    font-size: 39px;
    padding: 0 0 10px 0;
  }
}
.lp_container .cont_flow .cont_flow_list_txt {
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_flow .cont_flow_list_txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_list_txt {
    font-size: 31px;
  }
}
.lp_container .cont_flow .cont_flow_list_txt img {
  display: inline-block;
  float: right;
  width: 100px;
  height: 80px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_flow .cont_flow_list_txt img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-left: 30px;
  }
}
.lp_container .cont_message {
  padding-top: 0;
  padding-bottom: 40px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_message {
    max-width: 750px;
    padding-bottom: 80px;
  }
}
.lp_container .cont_message .lp_inner {
  max-width: 345px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_message .lp_inner {
    max-width: initial;
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_message .lp_inner {
    max-width: 690px;
  }
}
.lp_container .cont_message .cont_message_ttl_1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #d1a8e0;
  padding: 0 10px 12px 10px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_message .cont_message_ttl_1 {
    font-size: 60px;
    padding: 0 20px 24px 20px;
  }
}
.lp_container .cont_message .cont_message_ttl_2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.5;
  font-size: 30px;
  text-align: center;
  padding: 0 0px 25px 0px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_message .cont_message_ttl_2 {
    font-size: 60px;
    padding: 0 0px 50px 0px;
  }
}
.lp_container .cont_message .cont_message_txt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_message .cont_message_txt {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.lp_container .cont_message .cont_message_img_1 {
  margin-bottom: 25px;
}
.lp_container .cont_message .cont_message_img_1 img {
  width: 345px;
  height: 220px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_message .cont_message_img_1 img {
    width: 300px;
    height: 191px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_message .cont_message_img_1 img {
    width: 100%;
    max-width: 690px;
    height: auto;
  }
}
.lp_container .cont_access {
  max-width: 375px;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access {
    max-width: 750px;
    padding-bottom: 50px;
  }
}
.lp_container .cont_access .lp_inner {
  max-width: 345px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_access .lp_inner {
    max-width: initial;
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access .lp_inner {
    max-width: 690px;
  }
}
.lp_container .cont_access .cont_access_ttl_1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #d1a8e0;
  padding: 0 10px 12px 10px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access .cont_access_ttl_1 {
    font-size: 60px;
    padding: 0 20px 24px 20px;
  }
}
.lp_container .cont_access .cont_access_ttl_2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  font-size: 30px;
  text-align: center;
  padding: 0 10px 25px 10px;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access .cont_access_ttl_2 {
    font-size: 60px;
    padding: 0 20px 50px 20px;
  }
}
.lp_container .cont_access .cont_access_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access .cont_access_txt {
    font-size: 32px;
  }
}
.lp_container .cont_access .cont_access_txt dt {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access .cont_access_txt dt {
    font-size: 32px;
  }
}
.lp_container .cont_access .cont_access_txt dt span {
  color: #d1a8e0;
}
.lp_container .cont_access .cont_access_txt dd {
  display: inline-block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access .cont_access_txt dd {
    font-size: 32px;
  }
}
.lp_container .cont_access .cont_access_map {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access .cont_access_map {
    margin-bottom: 30px;
  }
}
.lp_container .cont_access .cont_access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp_container .cont_access .cont_access_img_1 img {
  width: 345px;
  height: 160px;
}
@media screen and (max-width: 374px) {
  .lp_container .cont_access .cont_access_img_1 img {
    width: 300px;
    height: 139px;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .cont_access .cont_access_img_1 img {
    width: 100%;
    max-width: 690px;
    height: auto;
  }
}
.lp_container .sns_link {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .lp_container .sns_link {
    padding-bottom: 50px;
  }
}
.lp_container .sns_link .cont_sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lp_container .sns_link .cont_sns_link {
    width: 340px;
  }
}
.lp_container .sns_link .cont_sns_link .icon_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 13px;
}
@media screen and (min-width: 768px) {
  .lp_container .sns_link .cont_sns_link .icon_img {
    margin-right: 26px;
  }
}
.lp_container .sns_link .cont_sns_link .icon_img.insta {
  width: 36px;
}
.lp_container .sns_link .cont_sns_link .icon_img.insta img {
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .lp_container .sns_link .cont_sns_link .icon_img.insta img {
    width: 100%;
    max-width: 72px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .lp_container .sns_link .cont_sns_link .icon_img.insta {
    width: 100%;
    max-width: 72px;
    height: auto;
  }
}
.lp_container .sns_link .cont_sns_link .link_txt {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: #1e1e1e;
}
@media screen and (min-width: 768px) {
  .lp_container .sns_link .cont_sns_link .link_txt {
    font-size: 24px;
  }
}
.lp_container .footer_area {
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .lp_container .footer_area {
    padding-bottom: 44px;
  }
}
.lp_container .footer_area .footer_copy {
  font-size: 12px;
  line-height: 1;
  color: #1e1e1e;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp_container .footer_area .footer_copy {
    font-size: 24px;
  }
}