@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
}

a,
a:visited {
  color: inherit;
}

figure,
figcaption,
blockquote {
  margin: 0;
}

ul[class],
ol[class],
dl[class],
ul[id],
ol[id],
dl[id] {
  padding: 0;
  margin: 0;
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q::after,
q::before {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: inherit;
}

body {
  position: relative;
  font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  color: #707070;
}

h1 {
  font-size: 2.4rem;
  color: #000000;
}

h2 {
  font-size: 2.2rem;
  color: #000000;
}

h3 {
  font-size: 2rem;
  color: #000000;
}

h4 {
  font-size: 1.8rem;
  color: #000000;
}

h5 {
  font-size: 1.6rem;
  color: #000000;
}

h6 {
  font-size: 1.4rem;
  color: #000000;
}

pre {
  background: #f6f6f6;
  padding: 10px;
  border: #CCCCCC solid 1px;
  border-radius: 5px;
  margin-bottom: 1rem;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  text-decoration: none;
}

a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

p {
  margin: 0;
  padding: 0;
}

/*****/
.fwrap, .ReviewWrap .fwrap_left, .ReviewWrap .fwrap_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fwrap [class^="con-"], .ReviewWrap .fwrap_left [class^="con-"], .ReviewWrap .fwrap_right [class^="con-"] {
  width: 100%;
}

.fwrap [class^="con-"] img, .ReviewWrap .fwrap_left [class^="con-"] img, .ReviewWrap .fwrap_right [class^="con-"] img {
  display: block;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .fwrap .con-1, .ReviewWrap .fwrap_left .con-1, .ReviewWrap .fwrap_right .con-1 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .fwrap .con-2, .ReviewWrap .fwrap_left .con-2, .ReviewWrap .fwrap_right .con-2 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .fwrap .con-3, .ReviewWrap .fwrap_left .con-3, .ReviewWrap .fwrap_right .con-3 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .fwrap .con-4, .ReviewWrap .fwrap_left .con-4, .ReviewWrap .fwrap_right .con-4 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .fwrap .con-5, .ReviewWrap .fwrap_left .con-5, .ReviewWrap .fwrap_right .con-5 {
    width: 20%;
  }
}

@media screen and (min-width: 768px) {
  .fwrap .con-6, .ReviewWrap .fwrap_left .con-6, .ReviewWrap .fwrap_right .con-6 {
    width: 16.66667%;
  }
}

.fwrap .con-10, .ReviewWrap .fwrap_left .con-10, .ReviewWrap .fwrap_right .con-10 {
  width: 10%;
}

.fwrap .con-20, .ReviewWrap .fwrap_left .con-20, .ReviewWrap .fwrap_right .con-20 {
  width: 20%;
}

.fwrap .con-30, .ReviewWrap .fwrap_left .con-30, .ReviewWrap .fwrap_right .con-30 {
  width: 30%;
}

.fwrap .con-40, .ReviewWrap .fwrap_left .con-40, .ReviewWrap .fwrap_right .con-40 {
  width: 40%;
}

.fwrap .con-50, .ReviewWrap .fwrap_left .con-50, .ReviewWrap .fwrap_right .con-50 {
  width: 50%;
}

.fwrap .con-60, .ReviewWrap .fwrap_left .con-60, .ReviewWrap .fwrap_right .con-60 {
  width: 60%;
}

.fwrap .con-70, .ReviewWrap .fwrap_left .con-70, .ReviewWrap .fwrap_right .con-70 {
  width: 70%;
}

.fwrap .con-80, .ReviewWrap .fwrap_left .con-80, .ReviewWrap .fwrap_right .con-80 {
  width: 80%;
}

.fwrap .con-90, .ReviewWrap .fwrap_left .con-90, .ReviewWrap .fwrap_right .con-90 {
  width: 90%;
}

.fwrap.between, .ReviewWrap .between.fwrap_left, .ReviewWrap .between.fwrap_right {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fwrap.between .con-2, .ReviewWrap .between.fwrap_left .con-2, .ReviewWrap .between.fwrap_right .con-2 {
  width: 48%;
}

.fwrap.between .con-3, .ReviewWrap .between.fwrap_left .con-3, .ReviewWrap .between.fwrap_right .con-3 {
  width: 31.33333%;
}

.fwrap.between .con-4, .ReviewWrap .between.fwrap_left .con-4, .ReviewWrap .between.fwrap_right .con-4 {
  width: 23%;
}

.fwrap.between .con-5, .ReviewWrap .between.fwrap_left .con-5, .ReviewWrap .between.fwrap_right .con-5 {
  width: 18%;
}

.fwrap.between .con-6, .ReviewWrap .between.fwrap_left .con-6, .ReviewWrap .between.fwrap_right .con-6 {
  width: 14.66667%;
}

h1.title-h1 {
  font-size: 0.00001px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

p.text_lg {
  font-size: 20px;
}

hr {
  height: 1px;
  background: #666666;
  border: none;
  margin: 50px auto;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000000;
  z-index: 9999999;
}

@media screen and (min-width: 768px) {
  #page_top {
    right: 50px;
    bottom: 20px;
  }
}

#page_top::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: #FFFFFF solid 1px;
  border-left: #FFFFFF solid 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section {
  position: relative;
}

section .inner {
  position: relative;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  section .inner {
    width: 900px;
    margin: auto;
  }
}

body#home section .inner {
  width: 80%;
}

@media screen and (min-width: 768px) {
  body#home section .inner {
    width: 100%;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  #LP_Review .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem;
  }
}

@media screen and (min-width: 768px) {
  #LP_Review .inner .ReviewWrap {
    width: 50%;
    padding: 0;
    margin-bottom: 30px;
  }
}

#LP_Review h2 {
  width: 100%;
}

.ti-main {
  text-align: center;
  position: relative;
  margin: 0 auto 70px;
}

.ti-main span {
  display: inline-block;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 1;
  font-family: 'Noto Serif JP', sans-serif;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/brackets-l.png) no-repeat left top, url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/brackets-r.png) no-repeat right bottom;
  background-size: auto 60%;
}

.ti-main span::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  margin: auto;
  left: -3%;
  bottom: -5%;
  z-index: -1;
}

h2.ti-main {
  line-height: 1.4em;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  h2.ti-main {
    font-size: 40px;
  }
}

h2.ti-deco {
  padding-bottom: 3rem;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/title_line.png) no-repeat bottom center;
  background-size: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media screen and (min-width: 768px) {
  h2.ti-deco {
    font-size: 40px;
  }
}

h2.ti-deco02 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 50px;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/title_deco-l.png) no-repeat left center, url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/title_deco-r.png) no-repeat right center;
  background-size: auto 100%, auto 100%;
}

@media screen and (min-width: 768px) {
  h2.ti-deco02 {
    font-size: 40px;
    padding: 0 70px;
  }
}

h2.ti_nomar {
  font-family: 'Noto Serif JP', sans-serif;
  color: #666666;
  text-align: center;
  font-weight: 500;
  margin: 10px 0;
}

h2.ti_grapk {
  width: 90%;
  margin: auto;
  display: block;
  font-family: 'Noto Serif JP', sans-serif;
  color: #FFFFFF;
  background: #ffb1c3;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb1c3), to(#fc3d6a));
  background: linear-gradient(180deg, #ffb1c3 0%, #fc3d6a 100%);
  text-align: center;
  padding: 20px 0;
  border-radius: 3px;
}

h2.ti_pk {
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
  color: #ED406E;
}

h2.ti_pk span {
  display: block;
  margin: 3px 0;
  width: 100%;
  background: #ED406E;
  color: #FFFFFF;
}

h2.ti_ribon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 0 auto 30px;
  padding: 0 2rem;
  text-align: center;
  font-weight: normal;
  background: #ED406E;
  color: #FFFFFF;
  font-size: 6vw;
  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;
  font-family: 'Noto Serif JP', sans-serif;
}

@media screen and (min-width: 768px) {
  h2.ti_ribon {
    font-size: 40px;
  }
}

h2.ti_ribon::before, h2.ti_ribon::after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #ED406E;
}

h2.ti_ribon::before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h2.ti_ribon::after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h2.ti_ribon span {
  position: relative;
  display: block;
}

h3.ti-normal {
  font-size: 32px;
  margin: 0 0 1rem;
  padding: 0;
}

h3.leftline {
  font-size: 18px;
  padding-left: 20px;
  border-left: #B5A678 solid 5px;
  color: #666666;
  font-weight: normal;
}

h3.ti_pk {
  color: #FC3E6B;
  font-family: 'Noto Serif JP', sans-serif;
  text-align: center;
  font-weight: normal;
}

h3.ti_gen {
  background: #D7F4EA;
  padding: 10px;
  text-align: center;
}

h3.ti_gr {
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
  color: #333333;
}

h3.ti_leftline, h3.ti_leftline_wh {
  font-size: 20px;
  line-height: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: #ED406E solid 5px;
}

h3.ti_leftline_wh {
  border-left-color: #FFFFFF;
  color: #FFFFFF;
}

h3.ti_point {
  position: relative;
  margin: 0 0 30px;
  background: #ED406E;
  line-height: 1.2em;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 100px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #FFFFFF;
  z-index: 1;
}

h3.ti_point::before {
  content: "";
  width: 95px;
  height: 81px;
  display: block;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/ti_menu-image.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -32.5;
  left: 0;
  z-index: 5;
}

h3.ti_gra-pk02 {
  background: #ffe3f5;
  background: linear-gradient(135deg, #ffe3f5 0%, #ff7b9e 100%);
  border-radius: 5px;
  width: 95%;
  margin: 50px auto 20px;
  line-height: 1.4em;
  font-family: 'Noto Serif JP', sans-serif;
  color: #000000;
  padding: 20px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
}

h4.ti-normal {
  margin: 0 0 1rem;
  padding: 0;
}

h4.ti_menu {
  padding-left: 5%;
}

h4.ti_menu span {
  font-size: 60%;
  line-height: 1em;
  padding: 2px 5px;
  border-radius: 20px;
  background: #F68F9D;
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 10px;
}

.caution {
  background: #CCCCCC;
  padding: 20px;
  width: 90%;
  margin: 20px auto;
  text-align: center;
}

.caution h3 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 4vw;
  margin: 0 0 1rem !important;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/caution.png) no-repeat left center, url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/caution.png) no-repeat right center;
  background-size: auto 100%, auto 100%;
}

@media screen and (min-width: 768px) {
  .caution h3 {
    font-size: 32px;
  }
}

.caution ul li {
  text-align: left;
}

.caution p {
  text-align: left !important;
  margin-bottom: 1rem;
}

.caution p:last-child {
  margin-bottom: 0;
}

#bottom_fix_menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9999999;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#bottom_fix_menu::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu::before {
    height: 100%;
  }
}

#bottom_fix_menu ul.menubtnfixed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu ul.menubtnfixed {
    width: 50%;
    margin-bottom: 0;
  }
}

#bottom_fix_menu ul.menubtnfixed li {
  width: 48%;
  height: 40px;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu ul.menubtnfixed li {
    margin-right: 10px;
  }
}

#bottom_fix_menu ul.menubtnfixed li#tel {
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu ul.menubtnfixed li#tel {
    margin-right: 10px;
  }
}

#bottom_fix_menu ul.menubtnfixed li#tel a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/icon-hphone.png) no-repeat center center;
  background-size: 100%;
  margin-right: 5px;
}

#bottom_fix_menu ul.menubtnfixed li a {
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  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;
  font-size: 4.4vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu ul.menubtnfixed li a {
    font-size: 22px;
  }
}

#bottom_fix_menu #fix-PriceMenu {
  padding: 0 20px 10px;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu {
    width: 50%;
    padding: 10px 20px;
  }
}

#bottom_fix_menu #fix-PriceMenu .fwrap, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right {
  background: #FFFFFF;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-1, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-1, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-1, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-1, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-1 {
  color: #000000;
  text-align: center;
  border-bottom: #CCCCCC solid 1px;
  padding-bottom: 5px;
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-1 strong, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-1 strong, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-1 strong, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-1 strong, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-1 strong {
  font-size: 120%;
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-40, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-40, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-40, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-40, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-40 {
  text-align: center;
  color: #000000;
  font-size: 3.8vw;
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-40 span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-40 span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-40 span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-40 span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-40 span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu .fwrap .con-40, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-40, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-40, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-40, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-40 {
    font-size: 22px;
  }
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-60, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-60, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-60, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-60, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-60 {
  color: #000000;
  text-align: right;
  font-size: 6vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu .fwrap .con-60, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-60, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-60, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-60, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-60 {
    font-size: 30px;
  }
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-60 span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-60 span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-60 span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-60 span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-60 span {
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu .fwrap .con-60 span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-60 span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-60 span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-60 span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-60 span {
    font-size: 22px;
  }
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-60 small, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-60 small, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-60 small, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-60 small, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-60 small {
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu .fwrap .con-60 small, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-60 small, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-60 small, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-60 small, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-60 small {
    font-size: 18px;
  }
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-50:first-child, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:first-child, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:first-child, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:first-child, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:first-child {
  text-align: center;
  color: #000000;
  font-size: 4vw;
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-50:first-child span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:first-child span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:first-child span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:first-child span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:first-child span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu .fwrap .con-50:first-child, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:first-child, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:first-child, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:first-child, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:first-child {
    font-size: 22px;
  }
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-50:last-child, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:last-child, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:last-child, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:last-child, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:last-child {
  color: #000000;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu .fwrap .con-50:last-child, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:last-child, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:last-child, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:last-child, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:last-child {
    font-size: 30px;
  }
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-50:last-child span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:last-child span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:last-child span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:last-child span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:last-child span {
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu .fwrap .con-50:last-child span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:last-child span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:last-child span, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:last-child span, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:last-child span {
    font-size: 22px;
  }
}

#bottom_fix_menu #fix-PriceMenu .fwrap .con-50:last-child small, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:last-child small, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:last-child small, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:last-child small, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:last-child small {
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  #bottom_fix_menu #fix-PriceMenu .fwrap .con-50:last-child small, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_left .con-50:last-child small, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_left .con-50:last-child small, #bottom_fix_menu #fix-PriceMenu .ReviewWrap .fwrap_right .con-50:last-child small, .ReviewWrap #bottom_fix_menu #fix-PriceMenu .fwrap_right .con-50:last-child small {
    font-size: 18px;
  }
}

.CasePhotoWrap {
  width: 90%;
  margin: 30px auto 0;
}

.CasePhotoWrap img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.CasePhotoWrap .text {
  line-height: 1.8em;
}

#LP_access p {
  font-size: 4vw;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #LP_access p {
    font-size: 20px;
  }
}

#LP_access .fwrap, #LP_access .ReviewWrap .fwrap_left, .ReviewWrap #LP_access .fwrap_left, #LP_access .ReviewWrap .fwrap_right, .ReviewWrap #LP_access .fwrap_right {
  padding: 5%;
}

#LP_access .con-2.add address {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #LP_access .con-2.add address {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#LP_access .con-2.add address strong {
  font-size: 120%;
}

#LP_access .con-2.add address small {
  color: #707070;
}

#LP_access table {
  width: 90%;
  margin: 30px auto 0;
  background: rgba(255, 255, 255, 0.5);
  border-top: #666666 solid 1px;
  border-left: #666666 solid 1px;
}

#LP_access table td {
  padding: 10px 0;
  text-align: center;
  width: 14.28571%;
  border-right: #666666 solid 1px;
  border-bottom: #666666 solid 1px;
  color: #000000;
  font-family: 'Noto Serif JP', sans-serif;
}

@media screen and (min-width: 768px) {
  #banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

#banner a {
  display: block;
  width: 90%;
  margin: 0 auto 1rem;
}

@media screen and (min-width: 768px) {
  #banner a {
    width: 22.5%;
  }
}

#banner a img {
  width: 100%;
  display: block;
}

.ReviewWrap {
  width: 100%;
  padding: 30px 30px 0;
}

.ReviewWrap .fuki, .ReviewWrap .fuki_l, .ReviewWrap .fuki_r {
  position: relative;
  width: 90%;
  padding: 30px 10px;
  border-radius: 10px;
  background: #CCCCCC;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ReviewWrap .fuki, .ReviewWrap .fuki_l, .ReviewWrap .fuki_r {
    width: 80%;
  }
}

.ReviewWrap .fuki::before, .ReviewWrap .fuki_l::before, .ReviewWrap .fuki_r::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 25px 0;
  border-color: transparent #CCCCCC transparent transparent;
}

.ReviewWrap .fuki p, .ReviewWrap .fuki_l p, .ReviewWrap .fuki_r p {
  text-align: left !important;
}

.ReviewWrap .fuki .name, .ReviewWrap .fuki_l .name, .ReviewWrap .fuki_r .name {
  position: absolute;
  left: -10px;
  top: -10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  padding: 0 1rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 30%, #ffff66 60%);
  color: #000000;
  font-weight: bold;
  font-size: 120%;
}

.ReviewWrap .fuki_l {
  margin-left: 0;
  margin-top: 0;
}

.ReviewWrap .fuki_l::before {
  left: 30px;
  bottom: -20px;
}

.ReviewWrap .fuki_r {
  margin-right: 0;
  margin-top: 0;
  margin-left: auto;
}

.ReviewWrap .fwrap, .ReviewWrap .fwrap_left, .ReviewWrap .fwrap_right {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ReviewWrap .fwrap .thumb, .ReviewWrap .fwrap_left .thumb, .ReviewWrap .fwrap_right .thumb {
  position: relative;
  width: 48%;
}

.ReviewWrap .fwrap .thumb img, .ReviewWrap .fwrap_left .thumb img, .ReviewWrap .fwrap_right .thumb img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.ReviewWrap .fwrap_left .thumb:first-child img {
  top: -10px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.ReviewWrap .fwrap_left .thumb:last-child img {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.ReviewWrap .fwrap_right .thumb:first-child img {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.ReviewWrap .fwrap_right .thumb:last-child img {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  bottom: -10px;
}

.moreWrap {
  width: 100%;
  padding: 0 0 1rem;
  margin: 20px auto 0;
}

.moreWrap .moreBtn {
  text-align: right;
  background: #F68F9D;
  color: #FFFFFF;
}

.moreWrap .moreBtn span {
  position: relative;
  display: block;
  width: 50%;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: auto;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  border-radius: 5px;
}

.moreWrap .moreBtn span:first-child {
  display: none;
}

.moreWrap .moreBtn span:last-child {
  display: block;
}

.moreWrap .moreBtn span::before, .moreWrap .moreBtn span::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.moreWrap .moreBtn.close span:first-child {
  display: block;
}

.moreWrap .moreBtn.close span:last-child {
  display: none;
}

.moreWrap .moreBtn.close span::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu__item {
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative;
  border-bottom: #CCCCCC solid 1px;
  padding-bottom: 10px;
}

.menu__item .menubtn {
  display: block;
  padding: 15px 40px;
  font-size: 16px;
}

.menu__item .menubtn::before, .menu__item .menubtn::after {
  font-size: 30px;
  color: #FC3E6B;
  position: absolute;
  margin: auto;
  width: 30px;
  height: 30px;
}

.menu__item .menubtn::before {
  content: "Q";
  left: 5px;
  top: 5px;
}

.menu__item .menubtn::after {
  content: "+";
  right: 0;
  top: 5px;
}

.menu__item .menubtn.open::after {
  content: "-";
}

.menu__item .contents {
  background: #FFEDF2;
  display: none;
  padding: 15px;
  border-radius: 7px;
}

ul.nayamiList {
  padding: 20px 0;
}

ul.nayamiList li {
  font-size: 14px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
  padding-right: 20px;
}

ul.nayamiList li:nth-child(odd) {
  color: #B5A678;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/check-icon-gd.svg) no-repeat left 40px center;
  background-size: auto 15px;
}

ul.nayamiList li:nth-child(even) {
  color: #707070;
  background: #F3F3F3 url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/check-icon-gr.svg) no-repeat left 40px center;
  background-size: auto 15px;
}

header {
  width: 100%;
  margin: 0;
  padding-top: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

header .logo {
  margin-top: 5px;
  margin-left: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .logo img {
  width: 30vw;
}

@media screen and (min-width: 768px) {
  header .logo img {
    width: 200px;
  }
}

header .logo h1 {
  visibility: hidden;
  position: absolute;
  z-index: -9999;
  opacity: 0;
}

header ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  header ul li a {
    font-size: 16px;
  }
}

header ul li:first-child {
  margin-right: 5px;
}

header ul li:first-child a {
  background: #759AF2;
}

header ul li:last-child a {
  background: #F68F9D;
}

footer {
  margin: 0;
  padding: 20px 5% 130px;
}

footer .fwrap .logo a, footer .ReviewWrap .fwrap_left .logo a, .ReviewWrap footer .fwrap_left .logo a, footer .ReviewWrap .fwrap_right .logo a, .ReviewWrap footer .fwrap_right .logo a {
  width: 220px;
  height: 50px;
}

footer .fwrap .footermenu ul li, footer .ReviewWrap .fwrap_left .footermenu ul li, .ReviewWrap footer .fwrap_left .footermenu ul li, footer .ReviewWrap .fwrap_right .footermenu ul li, .ReviewWrap footer .fwrap_right .footermenu ul li {
  margin-bottom: 5px;
}

footer #copyright {
  text-align: center;
}

html, body {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-slide {
  width: 100%;
  /* Center slide text vertically */
  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;
}

.swiper-slide img {
  width: 100%;
}

/**************************************

		WordPress Native Styles

***************************************/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/************************************
** video
************************************/
/*動画の最大幅を指定する*/
.video-container {
  max-width: 640px;
}

/*動画の大きさを調整*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  margin-bottom: 50px;
}

.btn a {
  display: block;
  width: 220px;
  border-radius: 5px;
}

#LP_access {
  text-align: center;
}

#hifu_lp {
  overflow: hidden;
  width: 100%;
}

#hifu_lp #section01 {
  position: relative;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/top_image.jpg) no-repeat center bottom;
  background-size: 100%;
  width: 100%;
  height: 0;
  padding-top: 109.86667%;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section01 {
    padding-top: 59.91667%;
    background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/hifu-top-imagePC.jpg) no-repeat center bottom;
    background-size: 100%;
  }
}

#hifu_lp #section01 .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#hifu_lp #section01 .inner .text {
  width: 100%;
  padding: 0 10%;
  text-align: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
}

#hifu_lp #section01 .inner .text h1 {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: normal;
}

#hifu_lp #section01 .inner .text h1.ti-main {
  margin-bottom: 0;
  font-size: 7vw;
}

#hifu_lp #section01 .inner .text h1.ti-main span::before {
  background: transparent !important;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section01 .inner .text h1.ti-main {
    font-size: 62px;
  }
}

#hifu_lp #section01 .inner .text p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 15vw;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section01 .inner .text p {
    font-size: 112px;
  }
}

#hifu_lp #section01 .inner .text p span {
  display: block;
  font-size: 7vw;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section01 .inner .text p span {
    font-size: 62px;
  }
}

#hifu_lp #section01 .inner .text p small {
  display: block;
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section01 .inner .text p small {
    font-size: 32px;
  }
}

#hifu_lp #section01 .inner .text p.main-text_pk {
  background: rgba(255, 255, 255, 0.5);
  color: #B5003D;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 3.8vw;
  text-align: center;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section01 .inner .text p.main-text_pk {
    font-size: 30px;
    line-height: 1.4em;
    bottom: -250px;
  }
}

#hifu_lp #section02 {
  padding: 0 0 2rem;
}

#hifu_lp #section02 .fwrap, #hifu_lp #section02 .ReviewWrap .fwrap_left, .ReviewWrap #hifu_lp #section02 .fwrap_left, #hifu_lp #section02 .ReviewWrap .fwrap_right, .ReviewWrap #hifu_lp #section02 .fwrap_right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hifu_lp #section02 h3.ti-normal {
  margin-top: 2rem;
  font-size: 10vw;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section02 h3.ti-normal {
    font-size: 40px;
  }
}

#hifu_lp #section02 h4.ti-normal {
  font-size: 4.4vw;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section02 h4.ti-normal {
    font-size: 22px;
  }
}

#hifu_lp #section02 p {
  padding-right: .5rem;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section02 p {
    line-height: 2em;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}

#hifu_lp #section02 .con-40 img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section02 .con-40 img {
    width: 60%;
  }
}

#hifu_lp #section03 {
  padding: 30px 0;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section03.jpg) no-repeat center center;
  background-size: cover;
}

#hifu_lp #section03 p {
  padding: 0 5%;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section03 p {
    line-height: 2em;
    margin-bottom: 30px;
  }
}

#hifu_lp #section03 img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section03 img {
    width: 50%;
  }
}

#hifu_lp #section04 {
  padding: 30px 0;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section04.jpg) no-repeat center center;
  background-size: cover;
}

#hifu_lp #section04 .point {
  position: relative;
  padding: 0 0 2rem;
  z-index: 1;
  margin-top: 50px;
}

#hifu_lp #section04 .point:first-child {
  margin-top: 0 !important;
}

#hifu_lp #section04 .point::before {
  content: "";
  display: block;
  width: 90%;
  height: 99%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: 10px;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

#hifu_lp #section04 .point img {
  display: block;
  width: 100%;
}

#hifu_lp #section04 .point #car .con-3 {
  position: relative;
}

#hifu_lp #section04 .point #car .con-3 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#hifu_lp #section04 .point h3.ti-number {
  padding-left: 25%;
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.4em;
  font-size: 5vw;
  min-height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section04 .point h3.ti-number {
    font-size: 32px;
    min-height: 200px;
  }
}

#hifu_lp #section04 .point h3.ti-number.one {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/num_1.png) no-repeat left 5% center;
  background-size: 18%;
}

#hifu_lp #section04 .point h3.ti-number.two {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/num_2.png) no-repeat left 5% center;
  background-size: 18%;
}

#hifu_lp #section04 .point h3.ti-number.three {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/num_3.png) no-repeat left 5% center;
  background-size: 18%;
}

#hifu_lp #section04 .point h3.ti-number.four {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/num_4.png) no-repeat left 5% center;
  background-size: 18%;
}

#hifu_lp #section04 .point h4 {
  text-align: center;
  font-size: 16px;
}

#hifu_lp #section04 .point p {
  padding: 0 10%;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section04 .point p {
    line-height: 2em;
    margin-bottom: 30px;
  }
}

#hifu_lp #section04 .point .fwrap, #hifu_lp #section04 .point .ReviewWrap .fwrap_left, .ReviewWrap #hifu_lp #section04 .point .fwrap_left, #hifu_lp #section04 .point .ReviewWrap .fwrap_right, .ReviewWrap #hifu_lp #section04 .point .fwrap_right {
  padding: 0 5%;
}

#hifu_lp #section04 .point .fwrap .con-3, #hifu_lp #section04 .point .ReviewWrap .fwrap_left .con-3, .ReviewWrap #hifu_lp #section04 .point .fwrap_left .con-3, #hifu_lp #section04 .point .ReviewWrap .fwrap_right .con-3, .ReviewWrap #hifu_lp #section04 .point .fwrap_right .con-3 {
  padding-top: 30%;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
          box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
}

#hifu_lp #section05 {
  padding: 30px 0 0;
  background-color: transparent;
  background-image: radial-gradient(rgba(245, 205, 203, 0.2) 30%, transparent 33%), radial-gradient(rgba(245, 205, 203, 0.2) 30%, transparent 33%);
  background-position: 0 0, 31px 31px;
  background-size: 62px 62px;
}

#hifu_lp #section05 .nayami_image {
  position: relative;
  padding-top: 111.46667%;
  padding-bottom: 0;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/nayami_img.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 1;
}

#hifu_lp #section05 .nayami, #hifu_lp #section05 .nayami_40, #hifu_lp #section05 .nayami_70 {
  position: absolute;
  width: 35%;
  padding-top: 35%;
  padding-bottom: 0;
  height: 0;
  background: #F5CDCB;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  font-size: 4vw;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section05 .nayami, #hifu_lp #section05 .nayami_40, #hifu_lp #section05 .nayami_70 {
    font-size: 22px;
  }
}

#hifu_lp #section05 .nayami.one, #hifu_lp #section05 .one.nayami_40, #hifu_lp #section05 .one.nayami_70 {
  top: 30%;
  right: 2%;
}

#hifu_lp #section05 .nayami.two, #hifu_lp #section05 .two.nayami_40, #hifu_lp #section05 .two.nayami_70 {
  top: 0;
  left: -2%;
}

#hifu_lp #section05 .nayami_40 {
  background: rgba(245, 205, 203, 0.4);
}

#hifu_lp #section05 .nayami_40.one {
  top: 0% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
}

#hifu_lp #section05 .nayami_40.two {
  top: 30% !important;
  left: 0% !important;
}

#hifu_lp #section05 .nayami_40.three {
  bottom: 5%;
  right: 2%;
}

#hifu_lp #section05 .nayami_70 {
  background: rgba(245, 205, 203, 0.7);
}

#hifu_lp #section05 .nayami_70.one {
  top: 5% !important;
  right: 0 !important;
}

#hifu_lp #section05 .nayami_70.two {
  bottom: 10% !important;
  left: -2% !important;
  top: auto !important;
}

#hifu_lp #section05 .nayami span, #hifu_lp #section05 .nayami_40 span, #hifu_lp #section05 .nayami_70 span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 70%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 10;
}

#hifu_lp #section06 {
  padding: 30px 0;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section06.jpg) no-repeat center center;
  background-size: cover;
}

#hifu_lp #section06 table {
  width: 90%;
  margin: 20px 5%;
  background: #FFFFFF;
}

#hifu_lp #section06 table th, #hifu_lp #section06 table td {
  width: 16.66667%;
  text-align: center;
  font-size: 3vw;
  height: 50px;
  border-right: #CCCCCC solid 1px;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section06 table th, #hifu_lp #section06 table td {
    font-size: 16px;
  }
}

#hifu_lp #section06 table tr {
  border-bottom: #CCCCCC solid 1px;
}

#hifu_lp #section06 table thead th:nth-child(4) {
  background: #F68F9D;
  color: #FFFFFF;
  font-size: 3.4vw;
  border-top: #000000 solid 2px;
  border-right: #000000 solid 2px;
  border-left: #000000 solid 2px;
  border-bottom: #F68F9D solid 2px;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section06 table thead th:nth-child(4) {
    font-size: 16px;
    border-top: #000000 solid 5px;
    border-right: #000000 solid 5px;
    border-left: #000000 solid 5px;
    border-bottom: #F68F9D solid 5px;
  }
}

#hifu_lp #section06 table tbody tr td:nth-child(4) {
  background: #F68F9D;
  color: #FFFFFF;
  font-size: 3.4vw;
  border-right: #000000 solid 2px;
  border-left: #000000 solid 2px;
  border-bottom: #F68F9D solid 2px;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section06 table tbody tr td:nth-child(4) {
    font-size: 16px;
    border-right: #000000 solid 5px;
    border-left: #000000 solid 5px;
    border-bottom: #F68F9D solid 5px;
  }
}

#hifu_lp #section06 table tbody tr:last-child td:nth-child(4) {
  border-bottom: #000000 solid 2px;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section06 table tbody tr:last-child td:nth-child(4) {
    border-bottom: #000000 solid 5px;
  }
}

#hifu_lp #section07 {
  padding-top: 20px;
  padding-bottom: 0;
}

#hifu_lp #section07 [class^="text_0"] {
  padding-top: 48.53333%;
  padding-bottom: 0;
  height: 0;
  margin: 0;
  position: relative;
}

#hifu_lp #section07 [class^="text_0"] > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hifu_lp #section07 [class^="text_0"] > div h3 {
  text-align: center;
  margin: 0;
}

#hifu_lp #section07 [class^="text_0"] > div h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(117, 154, 242, 0.4)));
  background: linear-gradient(transparent 60%, rgba(117, 154, 242, 0.4) 0%);
}

@media screen and (min-width: 768px) {
  #hifu_lp #section07 [class^="text_0"] > div h3 {
    font-size: 40px;
    margin-bottom: 1rem;
  }
}

#hifu_lp #section07 [class^="text_0"] > div p {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  color: #000000;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section07 [class^="text_0"] > div p {
    font-size: 26px;
  }
}

#hifu_lp #section07 .text_01 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section07-01.png) no-repeat bottom -3px center;
  background-size: 100%;
  padding-top: 28%;
}

#hifu_lp #section07 .text_02 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section07-02.png) no-repeat center center;
  background-size: 100%;
}

#hifu_lp #section07 .text_03 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section07-03.png) no-repeat center center;
  background-size: 100%;
}

#hifu_lp #section07 .text_04 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section07-04.png) no-repeat center center;
  background-size: 100%;
}

#hifu_lp #section08 {
  padding: 30px 0;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section08.jpg) no-repeat bottom center;
  background-size: cover;
  text-align: center;
}

#hifu_lp #section08 h3 {
  margin-top: 50px;
}

#hifu_lp #section08 .price {
  position: relative;
  border: #666666 solid 1px;
  padding: 1rem;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  color: #000000;
}

#hifu_lp #section08 .price:last-child {
  margin-bottom: 0;
}

#hifu_lp #section08 .price::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -2.5%;
  right: -2.5%;
  bottom: -5%;
  margin: auto;
  width: 105%;
  height: 110%;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

#hifu_lp #section08 .price tr {
  border-bottom: #000000 dashed 1px;
}

#hifu_lp #section08 .price th, #hifu_lp #section08 .price td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#hifu_lp #section08 .price th {
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section08 .price th {
    font-size: 22px;
  }
}

#hifu_lp #section08 .price thead tr td {
  width: 40%;
}

#hifu_lp #section08 .price thead tr th {
  width: 30%;
}

#hifu_lp #section08 .price thead tr th:nth-child(2) {
  background: rgba(204, 204, 204, 0.3);
}

#hifu_lp #section08 .price thead tr th:nth-child(3) {
  background: rgba(204, 204, 204, 0.3);
}

#hifu_lp #section08 .price tbody tr th {
  width: 40%;
}

#hifu_lp #section08 .price tbody tr td {
  width: 30%;
  text-align: right;
  padding-right: 5px;
}

#hifu_lp #section08 .price tbody tr td:nth-child(2) {
  background: rgba(204, 204, 204, 0.3);
}

#hifu_lp #section08 .price tbody tr td:nth-child(3) {
  background: rgba(204, 204, 204, 0.3);
  font-size: 100%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section08 .price tbody tr td:nth-child(3) {
    font-size: 30px;
  }
}

#hifu_lp #section08 .dp-explanation {
  padding: 20px;
  width: 85%;
  margin: auto;
  background: rgba(204, 204, 204, 0.3);
}

#hifu_lp #section08 .dp-explanation h3 {
  margin: 20px 0 10px;
}

#hifu_lp #section08 .dp-explanation p {
  text-align: left;
  margin-bottom: 1rem;
}

#hifu_lp #section08 .dp-explanation .con-1 {
  margin-top: 20px;
  width: 100%;
}

#hifu_lp #section08 .dp-explanation .con-1 img {
  display: block;
  width: 100%;
}

#hifu_lp #section09 .qawrap {
  width: 90%;
  margin: 0 auto 20px;
  padding: 10px;
  border: #F68F9D solid 1px;
  background: #FFF8F8;
}

#hifu_lp #section09 .qawrap .text_q {
  position: relative;
  border-bottom: #F68F9D dashed 1px;
  color: #F68F9D;
  font-size: 5vw;
  line-height: 1.4em;
  font-family: 'Noto Serif JP', sans-serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section09 .qawrap .text_q {
    font-size: 32px;
  }
}

#hifu_lp #section09 .qawrap .text_q::before {
  content: "Q.";
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 9vw;
  color: rgba(204, 204, 204, 0.3);
}

@media screen and (min-width: 768px) {
  #hifu_lp #section09 .qawrap .text_q::before {
    font-size: 50px;
  }
}

#hifu_lp #section09 .qawrap .text_a {
  position: relative;
  color: #000000;
  padding-left: 20%;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section09 .qawrap .text_a {
    font-size: 22px;
  }
}

#hifu_lp #section09 .qawrap .text_a::before {
  content: "A.";
  position: absolute;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 9vw;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Noto Serif JP', sans-serif;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (min-width: 768px) {
  #hifu_lp #section09 .qawrap .text_a::before {
    font-size: 50px;
  }
}

#hifu_lp #LP_access {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-section10.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

#hifu_lp #LP_Review {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/bg-hifu-LP_Review.jpg) no-repeat center center;
  background-size: cover;
}

#hifu_lp .ReviewWrap .fuki_l,
#hifu_lp .ReviewWrap .fuki_r {
  background: #8FC2E1;
  color: #FFFFFF;
}

#hifu_lp .ReviewWrap .fuki_l::before,
#hifu_lp .ReviewWrap .fuki_r::before {
  border-color: transparent #8FC2E1 transparent transparent;
}

#hifu_lp .ReviewWrap .fuki_l .name,
#hifu_lp .ReviewWrap .fuki_r .name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(47, 97, 128, 0.4)));
  background: linear-gradient(transparent 50%, rgba(47, 97, 128, 0.4) 50%);
}

#hifu_lp p.tyuui {
  margin: 20px 0 50px;
}

#bottom_fix_menu.hifu_lpbottom::before {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/hifu-image/fixBtnBg-hifu.jpg) no-repeat center center;
  background-size: cover;
}

#bottom_fix_menu.hifu_lpbottom ul.menubtnfixed li#tel {
  background: #68a8cf;
}

#bottom_fix_menu.hifu_lpbottom ul.menubtnfixed li#web {
  background: #ff7b9e;
}

#suikou_lp {
  overflow: hidden;
}

#suikou_lp h2.ti_nomar {
  font-size: 8vw;
}

@media screen and (min-width: 768px) {
  #suikou_lp h2.ti_nomar {
    font-size: 50px;
  }
}

#suikou_lp p {
  text-align: center;
  padding: 0 1rem;
}

#suikou_lp .c-price {
  width: 90%;
  margin: 10px auto;
  color: #FFFFFF;
  border-radius: 7px;
  background: #afa289;
  background: -webkit-gradient(linear, left top, left bottom, from(#afa289), to(#d6be92));
  background: linear-gradient(180deg, #afa289 0%, #d6be92 100%);
  height: 70px;
  text-align: center;
  font-size: 10vw;
  line-height: .8em;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 6px;
          box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 6px;
}

#suikou_lp .c-price span {
  display: block;
  margin: 0;
  font-size: 6vw;
  width: 100%;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #suikou_lp .c-price span {
    font-size: 32px;
  }
}

#suikou_lp .c-price small {
  font-size: 4vw;
}

#suikou_lp #su_sec01 {
  padding: 0;
  margin: 0;
}

#suikou_lp #su_sec01 img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

#suikou_lp #su_sec02 {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #suikou_lp #su_sec02 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  #suikou_lp #su_sec02 h2.ti_nomar {
    font-size: 50px;
  }
}

#suikou_lp #su_sec02 .nayamiList {
  position: relative;
  width: 80%;
  margin: auto;
  border: #B5A678 solid 3px;
}

#suikou_lp #su_sec02 .nayamiList::before {
  content: "";
  width: 100%;
  height: 30px;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/arrow.svg) no-repeat top center;
  background-size: 95%;
  position: absolute;
  bottom: -30px;
}

@media screen and (min-width: 768px) {
  #suikou_lp #su_sec02 .nayamiList::before {
    height: 100px;
    bottom: -100px;
  }
}

#suikou_lp #su_sec03 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/bg-su_sec03.jpg) no-repeat center center;
  background-size: cover;
}

#suikou_lp #su_sec03 p {
  text-align: left;
}

#suikou_lp #su_sec03 .con-1 img {
  width: 90%;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  #suikou_lp #su_sec03 .con-1 img {
    width: 50%;
  }
}

#suikou_lp #su_sec04 {
  position: relative;
  padding: 0 0 30px;
}

#suikou_lp #su_sec04 .deco_txt {
  padding: 10px 0;
  text-align: center;
  width: 90%;
  border-radius: 50px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #afa289;
  background: -webkit-gradient(linear, left top, left bottom, from(#afa289), to(#d6be92));
  background: linear-gradient(180deg, #afa289 0%, #d6be92 100%);
  font-family: 'Noto Serif JP', sans-serif;
  color: #FFFFFF;
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  #suikou_lp #su_sec04 .deco_txt {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

#suikou_lp #su_sec04 .c-price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#suikou_lp #su_sec04 img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

#suikou_lp #su_sec05 {
  padding-bottom: 50px;
}

#suikou_lp #su_sec05 .fwrap, #suikou_lp #su_sec05 .ReviewWrap .fwrap_left, .ReviewWrap #suikou_lp #su_sec05 .fwrap_left, #suikou_lp #su_sec05 .ReviewWrap .fwrap_right, .ReviewWrap #suikou_lp #su_sec05 .fwrap_right {
  position: relative;
}

#suikou_lp #su_sec05 #su_sec05text-01 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#suikou_lp #su_sec05 #su_sec05text-01 [class^="text0"] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #E6EEF4;
  padding: 20px;
  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;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #suikou_lp #su_sec05 #su_sec05text-01 [class^="text0"] {
    font-size: 32px;
    width: 300px;
    height: 280px;
    padding: 50px;
  }
}

#suikou_lp #su_sec05 #su_sec05text-01 .text01 {
  top: 17%;
  left: 11%;
}

#suikou_lp #su_sec05 #su_sec05text-01 .text02 {
  top: 20%;
  right: 3%;
}

#suikou_lp #su_sec05 #su_sec05text-01 .text03 {
  top: 50%;
  left: 5%;
}

#suikou_lp #su_sec05 #su_sec05text-01 .text04 {
  top: 53%;
  right: 4%;
}

#suikou_lp #su_sec05 #su_sec05text-01 .text05 {
  top: 30%;
}

#suikou_lp #su_sec05 #su_sec05text-01 .text06 {
  top: 26%;
  right: 32%;
}

#suikou_lp #su_sec05 #su_sec05text-01 .text07 {
  top: 33%;
  right: 0;
}

#suikou_lp #su_sec05 #su_sec05text-02 {
  position: relative;
  padding: 20px 0;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/su_sec05text-02.jpg) no-repeat center center;
  background-size: cover;
}

#suikou_lp #su_sec05 #su_sec05text-02::before {
  content: "";
  width: 100%;
  height: 30px;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/arrow.svg) no-repeat top center;
  background-size: auto 100%;
  position: absolute;
  bottom: -40px;
}

#suikou_lp #su_sec06 {
  padding: 0;
}

#suikou_lp #su_sec06 img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

#suikou_lp #su_sec07 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/su_sec07.jpg) no-repeat center top;
  background-size: 100%;
}

#suikou_lp #su_sec07 #mc_image02 {
  text-align: center;
}

#suikou_lp #su_sec07 #mc_image02 img {
  display: block;
  width: 70%;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  #suikou_lp #su_sec07 #mc_image02 img {
    width: 40%;
  }
}

#suikou_lp #su_sec07 .text {
  padding: 0 20px;
}

#suikou_lp #su_sec07 .text p {
  text-align: left;
  padding-left: 0;
  line-height: 1.8em;
}

#suikou_lp #su_sec07 .text p strong {
  font-size: 120%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(181, 166, 120, 0.3)));
  background: linear-gradient(transparent 60%, rgba(181, 166, 120, 0.3) 60%);
}

#suikou_lp #LP_Review {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/LP_Review.jpg) no-repeat center center;
  background-size: cover;
}

#suikou_lp #LP_Review .ReviewWrap .fuki_l,
#suikou_lp #LP_Review .ReviewWrap .fuki_r {
  background: #B5A678;
  color: #FFFFFF;
}

#suikou_lp #LP_Review .ReviewWrap .fuki_l::before,
#suikou_lp #LP_Review .ReviewWrap .fuki_r::before {
  border-color: transparent #B5A678 transparent transparent;
}

#suikou_lp #LP_Review .ReviewWrap .fuki_l .name,
#suikou_lp #LP_Review .ReviewWrap .fuki_r .name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(143, 194, 225, 0.8)));
  background: linear-gradient(transparent 50%, rgba(143, 194, 225, 0.8) 50%);
}

#suikou_lp #su_sec08 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/su_sec08.jpg) no-repeat center center;
  background-size: cover;
}

#suikou_lp #su_sec08 #image img {
  display: block;
  width: 80%;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  #suikou_lp #su_sec08 #image img {
    width: 40%;
  }
}

#suikou_lp #su_sec08 table {
  width: 80%;
  margin: auto;
  font-size: 12px;
  border-top: #B5A678 solid 1px;
  border-left: #B5A678 solid 1px;
  border-right: #B5A678 solid 1px;
  background: rgba(255, 255, 255, 0.5);
}

#suikou_lp #su_sec08 table tr {
  border-bottom: #B5A678 solid 1px;
}

#suikou_lp #su_sec08 table th,
#suikou_lp #su_sec08 table td {
  padding: 10px;
}

#suikou_lp #su_sec08 table th {
  width: 30%;
  border-right: #B5A678 solid 1px;
}

#suikou_lp #su_sec08 table td {
  width: 70%;
}

#suikou_lp #su_sec09 .priceWrap {
  width: 100%;
  padding: 0 1rem;
}

#suikou_lp #su_sec09 .priceWrap h3 {
  margin-top: 30px;
  margin-bottom: 1rem;
}

#suikou_lp #su_sec09 .priceWrap h4 {
  margin: 0;
  background: #B5A678;
  color: #FFFFFF;
  font-weight: normal;
  padding: 3px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#suikou_lp #su_sec09 .priceWrap h4 small {
  font-size: 70%;
}

#suikou_lp #su_sec09 .priceWrap > p {
  text-align: left;
  margin-bottom: 1rem;
}

#suikou_lp #su_sec09 .priceWrap table {
  width: 100%;
  font-size: 12px;
  margin: 0;
}

#suikou_lp #su_sec09 .priceWrap table th, #suikou_lp #su_sec09 .priceWrap table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

#suikou_lp #su_sec09 .priceWrap table thead td {
  width: 50%;
}

#suikou_lp #su_sec09 .priceWrap table thead th {
  width: 30%;
}

#suikou_lp #su_sec09 .priceWrap table thead th:nth-child(2) {
  width: 20%;
  padding-right: 0;
  background: rgba(181, 166, 120, 0.2);
}

#suikou_lp #su_sec09 .priceWrap table thead th:nth-child(3) {
  background: #F5CDCB;
  font-size: 120%;
  padding-right: 0;
}

#suikou_lp #su_sec09 .priceWrap table tbody td {
  width: 30%;
  text-align: right;
}

#suikou_lp #su_sec09 .priceWrap table tbody td:nth-child(2) {
  background: rgba(181, 166, 120, 0.1);
  width: 20%;
}

#suikou_lp #su_sec09 .priceWrap table tbody td:nth-child(3) {
  background: #F5CDCB;
  color: #000000;
  font-size: 150%;
}

#suikou_lp #su_sec09 .priceWrap table tbody th {
  width: 50%;
}

#suikou_lp #LP_access {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/bg_img7.jpg) no-repeat center center;
  background-size: cover;
}

#bottom_fix_menu.shuikou_lpbottom::before {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/fixBtnBg-suikou.jpg) no-repeat center center;
  background-size: cover;
}

#bottom_fix_menu.shuikou_lpbottom ul.menubtnfixed li#tel {
  background: #68a8cf;
}

#bottom_fix_menu.shuikou_lpbottom ul.menubtnfixed li#web {
  background: #ff7b9e;
}

#green_lp {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

#green_lp .text-md {
  font-size: 130%;
}

#green_lp p {
  padding: 0 1rem;
}

#green_lp #gr_sec01 {
  padding: 0;
}

#green_lp #gr_sec01 img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

#green_lp #gr_sec02 {
  position: relative;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec02 {
    padding-top: 50px;
  }
}

#green_lp #gr_sec02 h2.ti_bk {
  font-size: 7vw;
  font-family: 'Noto Serif JP', sans-serif;
  color: #333333;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  position: relative;
  top: -20px;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec02 h2.ti_bk {
    font-size: 50px;
  }
}

#green_lp #gr_sec02 .fwrap, #green_lp #gr_sec02 .ReviewWrap .fwrap_left, .ReviewWrap #green_lp #gr_sec02 .fwrap_left, #green_lp #gr_sec02 .ReviewWrap .fwrap_right, .ReviewWrap #green_lp #gr_sec02 .fwrap_right {
  padding: 0 1rem;
  position: relative;
  top: -60px;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/green/green_image01.png) no-repeat top center;
  background-size: 100%;
  z-index: -1;
}

#green_lp #gr_sec02 .con-2 {
  width: 50%;
}

#green_lp #gr_sec02 .con-2:last-child {
  padding-top: 30px;
}

#green_lp #gr_sec02 .con-2:last-child p {
  color: #333333;
}

#green_lp #gr_sec02 .con-2:last-child .text_lg {
  text-align: center;
  font-size: 18vw;
  font-family: 'Noto Serif JP', sans-serif;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec02 .con-2:last-child .text_lg {
    font-size: 200px;
  }
}

#green_lp #gr_sec02 .con-2:last-child .text_pink {
  border: #FC3E6B solid 2px;
  padding: 40px 10px;
  font-size: 4.5vw;
  color: #FC3E6B;
  line-height: 1.6em;
  position: relative;
  bottom: -30px;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec02 .con-2:last-child .text_pink {
    font-size: 32px;
  }
}

#green_lp #gr_sec02 > p {
  padding: 0 1rem;
  font-size: 120%;
}

#green_lp #gr_sec02 > p strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DFF5EB));
  background: linear-gradient(transparent 60%, #DFF5EB 60%);
}

#green_lp #gr_sec03 {
  padding-bottom: 0;
}

#green_lp #gr_sec03 h2 {
  font-size: 7vw;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec03 h2 {
    font-size: 50px;
  }
}

#green_lp #gr_sec03 h3 {
  font-size: 6vw;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec03 h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec03 p.text-md {
    text-align: center;
  }
}

#green_lp #gr_sec03 ul.sec_3list {
  width: 90%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

#green_lp #gr_sec03 ul.sec_3list li {
  width: 48%;
  background: #cef9ea;
  background: -webkit-gradient(linear, left top, left bottom, from(#cef9ea), color-stop(47%, #f7f7e5), to(#fce7ef));
  background: linear-gradient(180deg, #cef9ea 0%, #f7f7e5 47%, #fce7ef 100%);
  padding: 15px 0;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 6px;
          box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 6px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec03 ul.sec_3list li {
    width: 24%;
  }
}

#green_lp #gr_sec03 ul.sec_3list li h4 {
  margin: 0 0 10px;
  padding: 0 1rem;
  line-height: 1em;
  text-align: center;
  font-family: 'Noto Serif JP', sans-serif;
}

#green_lp #gr_sec03 p {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec03 .fwrap, #green_lp #gr_sec03 .ReviewWrap .fwrap_left, .ReviewWrap #green_lp #gr_sec03 .fwrap_left, #green_lp #gr_sec03 .ReviewWrap .fwrap_right, .ReviewWrap #green_lp #gr_sec03 .fwrap_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec03 .fwrap .con-1, #green_lp #gr_sec03 .ReviewWrap .fwrap_left .con-1, .ReviewWrap #green_lp #gr_sec03 .fwrap_left .con-1, #green_lp #gr_sec03 .ReviewWrap .fwrap_right .con-1, .ReviewWrap #green_lp #gr_sec03 .fwrap_right .con-1 {
    width: 60%;
  }
}

#green_lp ul.nayamiList li {
  font-family: 'Noto Serif JP', sans-serif;
}

#green_lp ul.nayamiList li:nth-child(odd) {
  color: #FC3E6B !important;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/green/check-icon-pk.svg) no-repeat left 40px center;
  background-size: auto 15px;
}

#green_lp #gr_sec04 {
  padding-bottom: 0;
}

#green_lp #gr_sec05 {
  padding-top: 0;
}

#green_lp #gr_sec05 .moreBtn {
  background: #FC3E6B;
}

#green_lp #gr_sec05 ul.greenList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#green_lp #gr_sec05 ul.greenList li {
  position: relative;
  width: 26.66667%;
  padding-top: 26.66667%;
  padding-bottom: 0;
  background: #cef9ea;
  background: -webkit-gradient(linear, left top, left bottom, from(#cef9ea), color-stop(47%, #f7f7e5), to(#fce7ef));
  background: linear-gradient(180deg, #cef9ea 0%, #f7f7e5 47%, #fce7ef 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 6px;
          box-shadow: rgba(0, 0, 0, 0.3) 2px 4px 6px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #707070;
  text-align: center;
}

#green_lp #gr_sec05 ul.greenList li:nth-child(3), #green_lp #gr_sec05 ul.greenList li:last-child {
  margin-right: 0;
}

#green_lp #gr_sec05 ul.greenList li span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec05 ul.greenList li span {
    font-size: 50px;
  }
}

#green_lp #gr_sec05 h3.ti_gr {
  font-size: 7vw;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec05 h3.ti_gr {
    font-size: 50px;
  }
}

#green_lp #gr_sec05 .price {
  border: #D7F4EA solid 3px;
  width: 90%;
  margin: auto;
  padding: 0 0 20px;
  text-align: center;
  font-size: 10vw;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec05 .price {
    font-size: 62px;
  }
}

#green_lp #gr_sec05 .price span {
  font-size: 6vw;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec05 .price span {
    font-size: 32px;
  }
}

#green_lp #gr_sec05 .price small {
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec05 .price small {
    font-size: 18px;
  }
}

#green_lp #gr_sec05 .price .title {
  margin: 0 0 20px;
  background: #D7F4EA;
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  #green_lp #gr_sec05 .price .title {
    font-size: 42px;
  }
}

#green_lp #LP_Review .ReviewWrap .fuki_l,
#green_lp #LP_Review .ReviewWrap .fuki_r {
  background: #D7F4EA;
  color: #000000;
  border-radius: 0;
}

#green_lp #LP_Review .ReviewWrap .fuki_l::before,
#green_lp #LP_Review .ReviewWrap .fuki_r::before {
  border-color: transparent #D7F4EA transparent transparent;
}

#green_lp #LP_Review .ReviewWrap .fuki_l .name,
#green_lp #LP_Review .ReviewWrap .fuki_r .name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(106, 225, 188, 0.8)));
  background: linear-gradient(transparent 50%, rgba(106, 225, 188, 0.8) 50%);
  font-family: 'Noto Serif JP', sans-serif;
}

#green_lp #LP_access {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/suikou-image/bg_img7.jpg) no-repeat center center;
  background-size: cover;
}

#bottom_fix_menu.green_lpbottom::before {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/green/fixBtnBg-green.jpg) no-repeat center center;
  background-size: cover;
}

#bottom_fix_menu.green_lpbottom ul.menubtnfixed li#tel {
  background: #307e57;
}

#bottom_fix_menu.green_lpbottom ul.menubtnfixed li#web {
  background: #FC3E6B;
}

#pico_lp {
  overflow: hidden;
}

#pico_lp h2 span::before {
  background: transparent !important;
}

#pico_lp section .inner {
  padding: 0 1rem;
}

#pico_lp .kakakuWrap {
  border: #EFA4B8 solid 3px;
  width: 90%;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  text-align: center;
  font-size: 10vw;
}

@media screen and (min-width: 768px) {
  #pico_lp .kakakuWrap {
    font-size: 62px;
  }
}

#pico_lp .kakakuWrap#pico01, #pico_lp .kakakuWrap#pico02 {
  border-color: #ED406E;
}

#pico_lp .kakakuWrap#pico01 .title, #pico_lp .kakakuWrap#pico02 .title {
  background: #ED406E;
}

#pico_lp .kakakuWrap span {
  font-size: 6vw;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #pico_lp .kakakuWrap span {
    line-height: 1.2em;
    font-size: 32px;
  }
}

#pico_lp .kakakuWrap small {
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  #pico_lp .kakakuWrap small {
    font-size: 18px;
  }
}

#pico_lp .kakakuWrap .title {
  margin: 0 0 20px;
  padding: 5px 0;
  background: #EFA4B8;
  color: #FFFFFF;
  font-size: 5vw;
  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;
}

@media screen and (min-width: 768px) {
  #pico_lp .kakakuWrap .title {
    font-size: 42px;
  }
}

#pico_lp .kakakuWrap .title span {
  font-size: 10px;
  color: #F68F9D;
  background: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 30px;
}

#pico_lp #pico_01 {
  padding-top: 0;
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/bg-pico_02.jpg) no-repeat center center;
  background-size: cover;
}

#pico_lp #pico_01 img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

#pico_lp #pico_01 .fwrap, #pico_lp #pico_01 .ReviewWrap .fwrap_left, .ReviewWrap #pico_lp #pico_01 .fwrap_left, #pico_lp #pico_01 .ReviewWrap .fwrap_right, .ReviewWrap #pico_lp #pico_01 .fwrap_right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_01 .fwrap, #pico_lp #pico_01 .ReviewWrap .fwrap_left, .ReviewWrap #pico_lp #pico_01 .fwrap_left, #pico_lp #pico_01 .ReviewWrap .fwrap_right, .ReviewWrap #pico_lp #pico_01 .fwrap_right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#pico_lp #pico_01 .fwrap .con-2, #pico_lp #pico_01 .ReviewWrap .fwrap_left .con-2, .ReviewWrap #pico_lp #pico_01 .fwrap_left .con-2, #pico_lp #pico_01 .ReviewWrap .fwrap_right .con-2, .ReviewWrap #pico_lp #pico_01 .fwrap_right .con-2 {
  width: 50%;
}

#pico_lp #pico_01 .fwrap .con-2 img, #pico_lp #pico_01 .ReviewWrap .fwrap_left .con-2 img, .ReviewWrap #pico_lp #pico_01 .fwrap_left .con-2 img, #pico_lp #pico_01 .ReviewWrap .fwrap_right .con-2 img, .ReviewWrap #pico_lp #pico_01 .fwrap_right .con-2 img {
  width: 80%;
  margin: auto;
}

#pico_lp #pico_01 .fwrap .con-2:nth-child(2), #pico_lp #pico_01 .ReviewWrap .fwrap_left .con-2:nth-child(2), .ReviewWrap #pico_lp #pico_01 .fwrap_left .con-2:nth-child(2), #pico_lp #pico_01 .ReviewWrap .fwrap_right .con-2:nth-child(2), .ReviewWrap #pico_lp #pico_01 .fwrap_right .con-2:nth-child(2) {
  padding-left: 10px;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_01 .fwrap .con-2:nth-child(2) p, #pico_lp #pico_01 .ReviewWrap .fwrap_left .con-2:nth-child(2) p, .ReviewWrap #pico_lp #pico_01 .fwrap_left .con-2:nth-child(2) p, #pico_lp #pico_01 .ReviewWrap .fwrap_right .con-2:nth-child(2) p, .ReviewWrap #pico_lp #pico_01 .fwrap_right .con-2:nth-child(2) p {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_01 .fwrap .con-60, #pico_lp #pico_01 .ReviewWrap .fwrap_left .con-60, .ReviewWrap #pico_lp #pico_01 .fwrap_left .con-60, #pico_lp #pico_01 .ReviewWrap .fwrap_right .con-60, .ReviewWrap #pico_lp #pico_01 .fwrap_right .con-60 {
    width: 30%;
  }
}

#pico_lp h2.ti_pk {
  font-size: 7vw;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  #pico_lp h2.ti_pk {
    font-size: 50px;
  }
}

#pico_lp #pico_04 h3.ti_leftline, #pico_lp #pico_04 h3.ti_leftline_wh {
  width: 95%;
  margin: 30px auto 10px;
}

#pico_lp #pico_05 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/bg-pico_05.jpg) no-repeat center center;
  background-size: cover;
}

#pico_lp #pico_05 h2.ti-main {
  margin-bottom: 0;
}

#pico_lp #pico_05 ul.pico_05-List {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pico_lp #pico_05 ul.pico_05-List li {
  position: relative;
  width: 46%;
  text-align: center;
  border-radius: 50%;
  border: #F5CDCB solid 7px;
  background: #ffe3f5;
  background: -webkit-gradient(linear, left top, right top, from(#ffe3f5), to(#ff7b9e));
  background: linear-gradient(90deg, #ffe3f5 0%, #ff7b9e 100%);
  padding-top: 43%;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_05 ul.pico_05-List li {
    width: 30%;
    padding-top: 30%;
    margin: auto !important;
  }
}

#pico_lp #pico_05 ul.pico_05-List li:first-child {
  margin: 0 24% 0;
}

#pico_lp #pico_05 ul.pico_05-List li:last-child {
  margin-left: 10px;
}

#pico_lp #pico_05 ul.pico_05-List li:nth-child(2), #pico_lp #pico_05 ul.pico_05-List li:nth-child(3) {
  top: -50px;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_05 ul.pico_05-List li:nth-child(2), #pico_lp #pico_05 ul.pico_05-List li:nth-child(3) {
    top: 0;
  }
}

#pico_lp #pico_05 ul.pico_05-List li span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000000;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 4.6vw;
  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;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_05 ul.pico_05-List li span {
    font-size: 30px;
  }
}

#pico_lp #pico_05 .fwrap, #pico_lp #pico_05 .ReviewWrap .fwrap_left, .ReviewWrap #pico_lp #pico_05 .fwrap_left, #pico_lp #pico_05 .ReviewWrap .fwrap_right, .ReviewWrap #pico_lp #pico_05 .fwrap_right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_05 .fwrap .con-70, #pico_lp #pico_05 .ReviewWrap .fwrap_left .con-70, .ReviewWrap #pico_lp #pico_05 .fwrap_left .con-70, #pico_lp #pico_05 .ReviewWrap .fwrap_right .con-70, .ReviewWrap #pico_lp #pico_05 .fwrap_right .con-70 {
    width: 40%;
    margin-top: 50px;
  }
}

#pico_lp #pico_06 {
  padding: 0;
  background: #F5CDCB;
}

#pico_lp #pico_06 .point {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_06 .point h3.ti_point {
    font-size: 32px;
  }
  #pico_lp #pico_06 .point h3.ti_point br {
    display: none;
  }
}

#pico_lp #pico_06 .point p {
  padding: 0 5%;
}

#pico_lp #pico_06 .point .kakakuWrap {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
}

#pico_lp #pico_06 .point .pointImage img {
  width: 90%;
  margin: 15px auto;
  display: block;
}

#pico_lp #pico_07,
#pico_lp #pico_08,
#pico_lp #pico_09,
#pico_lp #pico_10,
#pico_lp #pico_11,
#pico_lp #pico_12,
#pico_lp #pico_13 {
  border-top: #ED406E solid 23px;
}

#pico_lp #pico_07 p {
  padding: 0 5%;
}

#pico_lp #pico_08 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/bg-pico_08.jpg) no-repeat center center;
  background-size: cover;
}

#pico_lp #pico_08 table {
  width: 95%;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  font-size: 3vw;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_08 table {
    font-size: 20px;
  }
}

#pico_lp #pico_08 table th, #pico_lp #pico_08 table tr {
  width: 16.66667%;
  text-align: center;
  padding: 10px 0;
}

#pico_lp #pico_08 table .right_up_border {
  background-image: linear-gradient(45deg, transparent 49%, #CCCCCC 49%, #CCCCCC 51%, transparent 51%, transparent);
}

#pico_lp #pico_08 table thead tr {
  background: #F3F3F3;
  color: #000000;
}

#pico_lp #pico_08 table thead tr th {
  border-left: #CCCCCC solid 1px;
}

#pico_lp #pico_08 table tbody tr td {
  border-left: #CCCCCC solid 1px;
}

#pico_lp #pico_08 table tbody tr.big {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  background: #F68F9D;
  color: #FFFFFF;
  border: #FFFFFF solid 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
}

#pico_lp #pico_08 table tbody tr.big td {
  border-color: #FFFFFF;
}

#pico_lp #pico_09 .inner {
  padding: 0 1rem;
}

#pico_lp #pico_09 .inner p {
  width: 95%;
  margin: auto;
}

#pico_lp #pico_09 .inner .pico_09Img img {
  display: block;
  width: 95%;
  margin: 20px auto;
}

#pico_lp #pico_10 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/bg-pico_10.jpg) no-repeat center center;
  background-size: cover;
}

#pico_lp #pico_10 p {
  color: #000000;
  margin: 1rem 0;
}

#pico_lp #pico_10 .wh_back {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}

#pico_lp #pico_11 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/bg-pico_11.jpg) no-repeat center center;
  background-size: cover;
}

#pico_lp #pico_11 table {
  width: 95%;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  border-left: #F5CDCB solid 1px;
  border-top: #F5CDCB solid 1px;
  border-right: #F5CDCB solid 1px;
}

#pico_lp #pico_11 table#cap {
  margin-top: 30px;
  border-left: #ED406E solid 1px;
  border-top: #ED406E solid 1px;
  border-right: #ED406E solid 1px;
}

#pico_lp #pico_11 table#cap tr {
  border-right: #ED406E dashed 1px;
}

#pico_lp #pico_11 table#cap tr.title {
  background: #ED406E;
}

#pico_lp #pico_11 table#cap tr.title th {
  background: #ED406E;
}

#pico_lp #pico_11 table#cap td {
  color: #ED406E;
  font-weight: bold;
}

#pico_lp #pico_11 table tr {
  border-right: #F5CDCB dashed 1px;
}

#pico_lp #pico_11 table tr.title th {
  background: #F5CDCB;
  color: #FFFFFF;
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_11 table tr.title th {
    font-size: 32px;
  }
}

#pico_lp #pico_11 table tr.title th::before {
  width: 0;
  display: none;
}

#pico_lp #pico_11 table th, #pico_lp #pico_11 table td {
  height: 50px;
}

#pico_lp #pico_11 table th {
  width: 40%;
  font-size: 3vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_11 table th {
    font-size: 20px;
  }
}

#pico_lp #pico_11 table th::before {
  content: "";
  display: block;
  width: 0;
  height: 80%;
  border-left: #F5CDCB dashed 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#pico_lp #pico_11 table td {
  text-align: right;
  padding-right: 5px;
  font-size: 6vw;
  color: #666666;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_11 table td {
    font-size: 50px;
  }
}

#pico_lp #pico_11 table td span {
  font-size: 3vw;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_11 table td span {
    font-size: 28px;
  }
}

#pico_lp #pico_11 table td small {
  font-size: 2vw;
  color: #666666;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_11 table td small {
    font-size: 20px;
  }
}

#pico_lp #pico_11 table tr {
  border-bottom: #F68F9D solid 1px;
}

#pico_lp #pico_12 {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/bg-pico_12.jpg) no-repeat center center;
  background-size: cover;
}

#pico_lp #pico_12 .menu__item__link {
  position: relative;
}

#pico_lp #pico_12 .menu__item__link::before, #pico_lp #pico_12 .menu__item__link::after {
  position: absolute;
  margin: auto;
  font-size: 30px;
  text-align: center;
}

#pico_lp #pico_12 .menu__item__link::before {
  content: "Q";
  top: 0;
  left: 5px;
  bottom: 0;
  color: #FC3E6B;
  width: 30px;
  height: 35px;
  display: block;
}

#pico_lp #pico_12 .menu__item__link::after {
  content: "+";
  top: 0;
  right: 5px;
  bottom: 0;
  color: #FC3E6B;
  width: 30px;
  height: 35px;
  display: block;
}

#pico_lp #LP_Review {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/bg-pico_13.jpg) no-repeat center center;
  background-size: cover;
}

#pico_lp #LP_Review h2 {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

#pico_lp #LP_Review .ReviewWrap .fuki_l,
#pico_lp #LP_Review .ReviewWrap .fuki_r {
  background: #FFD6E1;
  color: #000000;
  border-radius: 15px;
}

#pico_lp #LP_Review .ReviewWrap .fuki_l::before,
#pico_lp #LP_Review .ReviewWrap .fuki_r::before {
  border-color: transparent #FFD6E1 transparent transparent;
}

#pico_lp #LP_Review .ReviewWrap .fuki_l .name,
#pico_lp #LP_Review .ReviewWrap .fuki_r .name {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 123, 158, 0.8)));
  background: linear-gradient(transparent 50%, rgba(255, 123, 158, 0.8) 50%);
  font-family: 'Noto Serif JP', sans-serif;
}

#pico_lp #LP_access {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/LP_access.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #pico_lp #pico_20 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  #pico_lp #pico_20 .kakakuWrap {
    width: 32%;
  }
}

#bottom_fix_menu.pico_lpbottom::before {
  background: url(https://artcell.jp/cms/wp-content/themes/artcell.jp/img/lp/pico/fixBtnBg-pico.jpg) no-repeat center center;
  background-size: cover;
}

#bottom_fix_menu.pico_lpbottom ul.menubtnfixed li#tel {
  background: #68a8cf;
}

#bottom_fix_menu.pico_lpbottom ul.menubtnfixed li#web {
  background: #ff7b9e;
}

@media screen and (min-width: 768px) {
  header {
    width: 900px;
    margin: auto;
  }
}

main {
  width: 100%;
  display: block;
}

section {
  width: 100%;
  padding: 30px 0;
}
